:root {
  --paper: #d8d4c8;
  --paper-deep: #c8c2b4;
  --emulsion: #f2efe7;
  --ink: #17191a;
  --ink-soft: #343838;
  --red: #a83b32;
  --red-dark: #762923;
  --teal: #34656a;
  --amber: #c59a52;
  --hairline: rgba(23, 25, 26, .22);
  --display: "Arial Narrow", "Avenir Next Condensed", "Roboto Condensed", sans-serif;
  --body: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --wrap: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.65; text-rendering: optimizeLegibility; }
a { color: inherit; }
img { max-width: 100%; }
::selection { color: var(--emulsion); background: var(--red-dark); }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-160%); padding: 10px 14px; color: var(--emulsion); background: var(--red-dark); font: 700 13px var(--mono); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }

.site-header { position: relative; z-index: 10; color: var(--emulsion); background: var(--ink); border-bottom: 1px solid rgba(242,239,231,.22); }
.header-inner { width: var(--wrap); min-height: 74px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; font: 800 19px/1 var(--display); letter-spacing: .08em; }
.brand small { display: block; margin-top: 5px; color: var(--amber); font: 500 9px/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.aperture { width: 31px; aspect-ratio: 1; border: 1px solid rgba(242,239,231,.74); border-radius: 50%; background: conic-gradient(from 15deg, transparent 0 14%, var(--red) 14% 28%, transparent 28% 42%, var(--red) 42% 56%, transparent 56% 70%, var(--red) 70% 84%, transparent 84%); box-shadow: inset 0 0 0 7px var(--ink); }
.nav-drawer { position: relative; }
.nav-drawer summary { list-style: none; cursor: pointer; padding: 9px 13px; border: 1px solid rgba(242,239,231,.32); color: var(--emulsion); font: 700 11px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.nav-drawer summary::-webkit-details-marker { display: none; }
.nav-drawer summary::after { content: " +"; color: var(--amber); }
.nav-drawer[open] summary::after { content: " −"; }
.nav-drawer nav { position: absolute; top: calc(100% + 10px); right: 0; width: 230px; padding: 10px; display: grid; background: var(--ink); border: 1px solid rgba(242,239,231,.32); box-shadow: 0 20px 40px rgba(0,0,0,.3); }
.nav-drawer nav a { padding: 10px 12px; color: var(--emulsion); text-decoration: none; border-bottom: 1px solid rgba(242,239,231,.12); font: 650 13px var(--body); }
.nav-drawer nav a:last-child { border: 0; }
.nav-drawer nav a:hover { color: var(--amber); background: rgba(242,239,231,.05); }

.hero { position: relative; min-height: 610px; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 56%); color: var(--emulsion); background: var(--ink); }
.hero-image { grid-column: 2; grid-row: 1; min-height: 610px; background-image: linear-gradient(90deg, var(--ink) 0, rgba(23,25,26,.65) 17%, rgba(23,25,26,.08) 52%), linear-gradient(0deg, rgba(23,25,26,.78), transparent 48%), url("https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/4286120/b799fa3a240554918e7cbb6ffef59abb701e3fab/ss_b799fa3a240554918e7cbb6ffef59abb701e3fab.1920x1080.jpg?t=1784643115"); background-size: cover; background-position: center; filter: saturate(.68) contrast(1.06); }
.hero-copy { z-index: 2; grid-column: 1 / 3; grid-row: 1; width: var(--wrap); margin: auto; align-self: center; padding: 92px 54% 105px 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--amber); font: 700 11px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 46px; height: 1px; background: var(--red); }
h1 { max-width: 700px; margin: 0; font: 800 clamp(54px, 6.4vw, 98px)/.87 var(--display); letter-spacing: -.045em; text-wrap: balance; text-transform: uppercase; }
.lede { max-width: 610px; margin: 28px 0 0; color: rgba(242,239,231,.82); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; }
.status-line { margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 13px 22px; font: 700 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.status-line span { padding: 7px 10px; color: var(--emulsion); border: 1px solid var(--red); background: rgba(118,41,35,.26); }
.status-line time { color: rgba(242,239,231,.58); }
.film-edge { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; width: var(--wrap); margin: auto; padding: 12px 0 13px; display: flex; gap: 34px; color: rgba(242,239,231,.48); border-top: 1px dashed rgba(242,239,231,.28); font: 9px var(--mono); letter-spacing: .18em; }
.film-edge span:last-child { margin-left: auto; }

.page-shell { width: var(--wrap); margin: auto; padding: 72px 0 110px; }
.content-section { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: clamp(34px, 7vw, 96px); padding: 54px 0 62px; border-top: 1px solid var(--hairline); }
.content-section:first-child { border-top: 0; padding-top: 0; }
.section-label { padding-top: 9px; }
.section-label span { color: var(--red-dark); font: 700 10px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.section-copy { max-width: 820px; }
h2 { margin: 0 0 19px; font: 800 clamp(32px, 4vw, 52px)/.98 var(--display); letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; }
.section-copy > p { max-width: 760px; margin: 0 0 26px; font-size: 17px; }
.section-copy ul { margin: 23px 0 30px; padding: 0; list-style: none; }
.section-copy li { position: relative; padding: 12px 0 12px 29px; border-bottom: 1px solid rgba(23,25,26,.13); }
.section-copy li::before { content: ""; position: absolute; top: 21px; left: 3px; width: 8px; height: 8px; background: var(--teal); transform: rotate(45deg); }

.fact-grid { margin: 30px 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--ink); }
.fact-grid div { min-height: 94px; padding: 17px 18px 18px 0; border-bottom: 1px solid var(--hairline); }
.fact-grid div:nth-child(odd) { padding-right: 28px; }
.fact-grid div:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--hairline); }
.fact-grid dt { margin-bottom: 8px; color: var(--red-dark); font: 700 10px var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.fact-grid dd { margin: 0; font-weight: 650; line-height: 1.42; }

.contact-sheet { margin-top: 34px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 9px; padding: 9px; color: var(--emulsion); background: #0d0f10; box-shadow: 0 18px 55px rgba(23,25,26,.17); }
.negative { position: relative; min-height: 235px; padding: 17px 17px 19px; overflow: hidden; display: flex; flex-direction: column; text-decoration: none; border: 1px solid rgba(242,239,231,.19); background: linear-gradient(148deg, rgba(168,59,50,.17), transparent 45%), #1d2021; }
.negative::after { content: ""; position: absolute; inset: 0; opacity: 0; pointer-events: none; background: radial-gradient(circle at 65% 40%, rgba(197,154,82,.26), transparent 46%); transition: opacity .28s ease; }
.negative:hover::after, .negative:focus-visible::after { opacity: 1; }
.frame-number { color: rgba(242,239,231,.48); font: 10px var(--mono); }
.negative-status { align-self: flex-start; margin: 14px 0 auto; padding: 4px 6px; color: var(--amber); border: 1px solid rgba(197,154,82,.35); font: 8px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.negative strong { z-index: 1; display: block; margin: 28px 0 10px; font: 800 23px/1 var(--display); letter-spacing: -.01em; text-transform: uppercase; }
.negative > span:last-child { z-index: 1; color: rgba(242,239,231,.66); font-size: 13px; line-height: 1.45; }

.evidence-callout { margin: 32px 0; padding: 21px 23px 21px 26px; border-left: 4px solid var(--red); background: rgba(242,239,231,.56); box-shadow: inset 0 0 0 1px rgba(23,25,26,.08); }
.evidence-callout span { color: var(--red-dark); font: 750 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.evidence-callout p { margin: 7px 0 0; }
.link-row { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.text-link { color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 5px; font-weight: 700; }
.text-link:hover { color: var(--red-dark); }

.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--hairline); }
.faq-list summary { cursor: pointer; padding: 22px 44px 22px 0; list-style: none; position: relative; font: 750 18px/1.35 var(--body); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; color: var(--red-dark); font: 24px/1 var(--mono); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 680px; margin: -4px 0 24px; color: var(--ink-soft); }

.source-strip { margin-top: 38px; padding: 26px 29px; display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 28px; color: var(--emulsion); background: var(--ink); border-left: 5px solid var(--red); }
.source-strip > span { color: var(--amber); font: 700 10px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.source-strip p { margin: 0; color: rgba(242,239,231,.68); font-size: 13px; line-height: 1.5; }
.source-strip a { white-space: nowrap; color: var(--emulsion); font: 700 12px var(--mono); text-underline-offset: 4px; }

footer { min-height: 260px; padding: 66px max(24px, calc((100vw - 1180px)/2)); display: flex; justify-content: space-between; gap: 50px; color: var(--emulsion); background: var(--ink); border-top: 1px solid rgba(242,239,231,.18); }
footer p { max-width: 530px; margin: 24px 0 0; color: rgba(242,239,231,.52); font-size: 13px; }
.footer-brand { color: var(--emulsion); }
footer nav { display: grid; grid-template-columns: repeat(2, auto); align-content: start; gap: 13px 30px; }
footer nav a { color: rgba(242,239,231,.74); font: 700 11px var(--mono); text-underline-offset: 5px; text-transform: uppercase; }

@media (max-width: 900px) {
  :root { --wrap: min(100% - 32px, 760px); }
  .hero { min-height: 640px; display: block; }
  .hero-image { position: absolute; inset: 0; min-height: 100%; background-image: linear-gradient(0deg, var(--ink) 6%, rgba(23,25,26,.9) 46%, rgba(23,25,26,.24)), url("https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/4286120/b799fa3a240554918e7cbb6ffef59abb701e3fab/ss_b799fa3a240554918e7cbb6ffef59abb701e3fab.1920x1080.jpg?t=1784643115"); background-position: 62% center; }
  .hero-copy { position: relative; width: var(--wrap); min-height: 640px; padding: 170px 0 105px; display: flex; flex-direction: column; justify-content: flex-end; }
  .lede { max-width: 650px; }
  .film-edge { width: var(--wrap); }
  .content-section { grid-template-columns: 1fr; gap: 14px; }
  .section-label { padding: 0; }
  .contact-sheet { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .source-strip { grid-template-columns: 1fr; gap: 13px; }
}

@media (max-width: 560px) {
  :root { --wrap: calc(100% - 24px); }
  .header-inner { min-height: 66px; }
  .brand { font-size: 16px; }
  .aperture { width: 27px; }
  .nav-drawer nav { position: fixed; top: 66px; left: 12px; right: 12px; width: auto; }
  .hero, .hero-copy { min-height: 590px; }
  .hero-copy { padding-top: 140px; padding-bottom: 90px; }
  h1 { font-size: clamp(45px, 14.5vw, 66px); }
  .lede { margin-top: 20px; font-size: 16px; }
  .status-line { margin-top: 25px; align-items: flex-start; flex-direction: column; }
  .film-edge { gap: 14px; font-size: 8px; }
  .film-edge span:nth-child(2) { display: none; }
  .page-shell { padding: 45px 0 72px; }
  .content-section { padding: 42px 0 46px; }
  h2 { font-size: 36px; }
  .section-copy > p { font-size: 16px; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact-grid div, .fact-grid div:nth-child(odd), .fact-grid div:nth-child(even) { min-height: 0; padding: 16px 0; border-left: 0; }
  .contact-sheet { grid-template-columns: 1fr; }
  .negative { min-height: 200px; }
  .source-strip { padding: 23px 20px; }
  footer { padding: 52px 18px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media (forced-colors: active) {
  .aperture, .negative, .status-line span { forced-color-adjust: auto; }
}
