/* ============================================================
   READ THE ROOM — "SIGNAL DECLASSIFIED"
   Black + brick-crimson + bone. Anton / Newsreader / JetBrains Mono.
   The dagger † locks the signal and flags the lie.
   ============================================================ */

/* -------------------- TOKENS -------------------- */
:root {
  --bg:        #0A0807;   /* warm near-black */
  --bg-2:      #14110F;   /* raised dossier panel */
  --bg-3:      #1C1815;   /* war-room card */
  --ink:       #EDE6D6;   /* bone / manila — revealed truth */
  --muted:     #8A857B;   /* de-emphasized labels, metadata */
  --kraft:     #6E6657;   /* folder edge tan */
  --keyline:   #2A2722;   /* 1px frame */
  --red:       #C0392B;   /* brick-crimson — censorship / brand / noise */
  --red-hot:   #E5482F;   /* ON-AIR / live only */
  --cyan:      #3BE3C0;   /* acquired signal — rationed < 5% */
  --microfilm: #1A2A33;   /* deep-archive surveillance wash */

  --font-display: 'Anton', 'Arial Narrow', sans-serif;
  --font-serif:   'Newsreader', Georgia, 'Times New Roman', serif;
  --font-mono:    'JetBrains Mono', ui-monospace, 'SFMono-Regular', monospace;

  --maxw: 1320px;
  --gutter: clamp(22px, 5vw, 86px);
  --ease: cubic-bezier(.7, 0, .2, 1);
  --ease-out: cubic-bezier(.2, .7, .2, 1);

  --tally-h: 66px;
}

/* -------------------- RESET / BASE -------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.05vw + 13px, 19px);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; line-height: 1; }
p { margin: 0; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
sup { line-height: 0; }

::selection { background: var(--red); color: #fff; }

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

section { scroll-margin-top: calc(var(--tally-h) + 24px); }

/* utility text bits */
.dag  { color: var(--red); font-style: normal; }
.dim  { color: var(--muted); }
.caret {
  color: var(--red);
  margin-left: .1em;
  animation: blink 1.05s steps(1, end) infinite;
}
@keyframes blink { 0%, 50% { opacity: 1; } 50.01%, 100% { opacity: 0; } }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 10000;
  background: var(--red); color: #fff;
  font-family: var(--font-mono); font-size: 13px; letter-spacing: .1em;
  padding: 12px 18px;
}
.skip:focus { left: 12px; top: 12px; }

.svg-defs { position: absolute; }

/* ============================================================
   BOOT — SIGNAL ACQUIRE
   ============================================================ */
.boot {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--bg);
  display: grid; place-items: center;
  overflow: hidden;
}
.no-js .boot { display: none; }

.boot__static {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
  opacity: .9;
}
.boot__scan {
  position: absolute; left: 0; right: 0; height: 3px;
  background: rgba(237, 230, 214, .14);
  box-shadow: 0 0 22px 6px rgba(237, 230, 214, .12);
  animation: bootHold 1.5s linear infinite;
}
@keyframes bootHold {
  from { top: -4%; } to { top: 104%; }
}
.boot__reticle {
  position: relative; z-index: 2;
  width: 132px; height: 132px;
  display: grid; place-items: center;
  transform: scale(1.7); filter: blur(7px); opacity: 0;
  animation: reticleLock .85s var(--ease-out) .2s forwards;
}
.boot__reticle::before,
.boot__reticle::after {
  content: ''; position: absolute; background: var(--cyan); opacity: .85;
}
.boot__reticle::before { left: 50%; top: 0; bottom: 0; width: 1px; transform: translateX(-50%); }
.boot__reticle::after  { top: 50%; left: 0; right: 0; height: 1px; transform: translateY(-50%); }
.boot__cross {
  font-family: var(--font-serif); font-weight: 600;
  font-size: 66px; line-height: 1; color: var(--cyan);
  text-shadow: 0 0 24px rgba(59, 227, 192, .55);
}
@keyframes reticleLock {
  0%   { transform: scale(1.7); filter: blur(7px); opacity: 0; }
  70%  { opacity: 1; }
  100% { transform: scale(1); filter: blur(0); opacity: 1; }
}
.boot__label {
  position: absolute; bottom: 16%; left: 0; right: 0;
  text-align: center;
  font-family: var(--font-mono); font-size: 12px; letter-spacing: .42em;
  color: var(--muted); text-transform: uppercase;
}
.boot__flash {
  position: absolute; inset: 0; background: #fff; opacity: 0; pointer-events: none;
}
.boot__flash.is-flash { animation: copierLamp .26s ease-out forwards; }
@keyframes copierLamp {
  0% { opacity: 0; } 18% { opacity: .9; } 100% { opacity: 0; }
}

body.booting { overflow: hidden; height: 100vh; }
body.booted .boot {
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .45s ease, visibility 0s linear .45s;
}

/* ============================================================
   ATMOSPHERE — CRT / microfilm
   ============================================================ */
.atmos { position: fixed; inset: 0; z-index: 700; pointer-events: none; }
.no-js .atmos__grain, .no-js .atmos__roll { animation: none; }

.atmos__grain {
  position: absolute; inset: -60%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .035;
  animation: grain 5.5s steps(7) infinite;
}
@keyframes grain {
  0%   { transform: translate(0, 0); }
  20%  { transform: translate(-6%, 4%); }
  40%  { transform: translate(4%, -7%); }
  60%  { transform: translate(-5%, 6%); }
  80%  { transform: translate(7%, 3%); }
  100% { transform: translate(0, 0); }
}
.atmos__scan {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 2px,
    rgba(0, 0, 0, .42) 3px, rgba(0, 0, 0, 0) 4px
  );
  opacity: .5;
}
.atmos__roll {
  position: absolute; left: 0; right: 0; top: -160px; height: 160px;
  background: linear-gradient(to bottom, transparent, rgba(237, 230, 214, .03), transparent);
  animation: roll 9s linear infinite;
}
@keyframes roll { to { transform: translateY(calc(100vh + 160px)); } }
.atmos__vignette {
  position: absolute; inset: 0;
  background: radial-gradient(125% 115% at 50% 38%, transparent 52%, rgba(0, 0, 0, .6) 100%);
}

/* ============================================================
   TALLY BAR / NAV
   ============================================================ */
.tally {
  position: fixed; top: 0; left: 0; right: 0; z-index: 800;
  background: rgba(10, 8, 7, .72);
  backdrop-filter: blur(9px) saturate(120%);
  -webkit-backdrop-filter: blur(9px) saturate(120%);
  will-change: filter;
}
.tally__inner {
  max-width: var(--maxw); margin-inline: auto;
  padding: 0 var(--gutter);
  height: var(--tally-h);
  display: flex; align-items: center; gap: clamp(14px, 2vw, 34px);
}

.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand__mark { width: 46px; height: auto; }
.brand__word {
  font-family: var(--font-mono); font-weight: 700; font-size: 13px;
  letter-spacing: .22em; color: var(--ink);
}

.tally__hud {
  display: inline-flex; align-items: center; gap: 16px;
  margin-left: 4px; padding-left: 18px;
  border-left: 1px solid var(--keyline);
}
.lamp {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 700;
  letter-spacing: .2em; color: var(--muted);
  transition: color .3s ease;
}
.lamp__dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--muted);
  transition: background .3s ease;
}
/* lit + pulsing only when the Rumble channel is actually live */
.lamp.is-live { color: var(--red-hot); }
.lamp.is-live .lamp__dot {
  background: var(--red-hot);
  animation: pulse 1.7s ease-out infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(229, 72, 47, .55); }
  70%  { box-shadow: 0 0 0 9px rgba(229, 72, 47, 0); }
  100% { box-shadow: 0 0 0 0 rgba(229, 72, 47, 0); }
}
.tc {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em;
  color: var(--muted); font-variant-numeric: tabular-nums;
}

.nav { margin-left: auto; display: flex; align-items: center; gap: clamp(16px, 1.7vw, 30px); }
.nav__link {
  font-family: var(--font-mono); font-size: 12px; font-weight: 500;
  letter-spacing: .18em; color: var(--muted);
  transition: color .25s ease;
}
.nav__link:hover, .nav__link:focus-visible, .nav__link.is-active { color: var(--ink); }
.nav__link.is-active { position: relative; }
.nav__link.is-active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -7px; height: 2px;
  background: var(--red);
}
.nav__cta {
  font-family: var(--font-mono); font-size: 12px; font-weight: 700;
  letter-spacing: .16em; color: #fff;
  background: var(--red); padding: 9px 15px;
  display: inline-flex; align-items: center; gap: .55em;
  transition: background .25s ease;
}
.nav__cta:hover { background: var(--red-hot); }
.nav__cta-ar { transition: transform .25s ease; }
.nav__cta:hover .nav__cta-ar { transform: translateX(4px); }

.nav-toggle { display: none; }

.tally__rule { position: relative; height: 1px; background: var(--keyline); }
.tally__progress {
  position: absolute; left: 0; top: 0; height: 100%; width: 0;
  background: var(--red); box-shadow: 0 0 10px rgba(192, 57, 43, .7);
}

/* ============================================================
   REVEAL + REDACTION + DAGGER CLAIM MECHANICS
   ============================================================ */
/* generic scroll reveal (not applied to redaction blocks) */
.reveal:not(.redact) {
  opacity: 0; transform: translateY(20px);
  transition: opacity .75s var(--ease-out), transform .75s var(--ease-out);
  transition-delay: var(--reveal-delay, 0s);
}
.reveal:not(.redact).is-on { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1 !important; transform: none !important; }

/* redaction censor bar */
.redact { position: relative; display: inline-block; }
.redact__text { position: relative; z-index: 1; }
.redact__bar {
  position: absolute; inset: -.05em -.2em; z-index: 3;
  background: var(--red);
}
.redact__bar::after { /* leading scrape edge */
  content: ''; position: absolute; top: 0; bottom: 0; right: 0; width: 3px;
  background: var(--red-hot);
}
.redact::after { /* lagging registration ghost */
  content: ''; position: absolute; inset: -.05em -.2em; z-index: 2;
  background: var(--red); opacity: .42; pointer-events: none;
}
.js .redact__bar { clip-path: inset(0 0 0 0); transition: clip-path .52s var(--ease); transition-delay: var(--reveal-delay, 0s); }
.js .redact::after { clip-path: inset(0 0 0 0); transition: clip-path .52s var(--ease); transition-delay: calc(var(--reveal-delay, 0s) + .06s); }
.js .redact.is-on .redact__bar,
.js .redact.is-on::after { clip-path: inset(0 0 0 100%); }
.no-js .redact__bar, .no-js .redact::after { display: none; }
/* Safety: on browsers without clip-path, never trap text under a bar that can't wipe. */
@supports not (clip-path: inset(0)) {
  .redact__bar, .redact::after, .dossier__eye { display: none; }
}

/* dagger † claim — strike the lie, footnote the truth */
.claim { position: relative; display: inline-block; }
.claim__lie { position: relative; transition: color .5s ease .15s; }
.claim__lie::after {
  content: ''; position: absolute; left: -2px; right: -2px; top: 54%; height: 3px;
  background: var(--red); transform: scaleX(0); transform-origin: left;
  transition: transform .45s var(--ease) .12s;
}
.claim__dag { color: var(--red); font-size: .62em; vertical-align: super; }
.claim__truth {
  position: absolute; left: 0; top: calc(100% + 4px); white-space: nowrap;
  font-family: var(--font-mono); font-size: .42em; letter-spacing: .12em;
  text-transform: uppercase; color: var(--red);
  opacity: 0; transform: translateY(6px);
  transition: opacity .4s ease .3s, transform .4s ease .3s;
}
.js .claim.is-on .claim__lie { color: var(--muted); }
.js .claim.is-on .claim__lie::after { transform: scaleX(1); }
.js .claim.is-on .claim__truth { opacity: 1; transform: none; }

/* rubber stamp */
.stamp {
  display: inline-block;
  font-family: var(--font-mono); font-weight: 700; font-size: 13px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--red);
  border: 3px solid var(--red); padding: .34em .6em; border-radius: 2px;
  filter: url(#inkbleed);
  transform: rotate(-13deg) scale(1.7); opacity: 0;
}
.js .stamp { transition: transform .42s cubic-bezier(.2, 1.25, .3, 1), opacity .26s ease; }
.js .stamp.is-on { transform: rotate(-13deg) scale(1); opacity: .92; }
.no-js .stamp { transform: rotate(-13deg); opacity: .92; }

/* glitch-on-intent */
.glitch { position: relative; display: inline-block; }
.glitch::before, .glitch::after {
  content: attr(data-text); position: absolute; inset: 0; pointer-events: none;
  opacity: 0; clip-path: inset(0 0 0 0);
}
.glitch::before { color: var(--red); }
.glitch::after  { color: var(--cyan); }
.glitch:hover::before, .glitch:focus-visible::before { animation: glR .15s steps(2, end) 1; }
.glitch:hover::after,  .glitch:focus-visible::after  { animation: glC .15s steps(2, end) 1; }
@keyframes glR { 0% { opacity: .9; transform: translate(0); } 50% { transform: translate(-2px, 1px); } 100% { opacity: 0; transform: translate(0); } }
@keyframes glC { 0% { opacity: .9; transform: translate(0); } 50% { transform: translate(2px, -1px); } 100% { opacity: 0; transform: translate(0); } }

/* buttons + links */
.btn {
  font-family: var(--font-mono); font-weight: 700; font-size: 12.5px;
  letter-spacing: .14em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: .7em;
  padding: 1.05em 1.5em; border: 1px solid var(--keyline);
  transition: background .25s ease, border-color .25s ease, color .25s ease;
}
.btn__ar { transition: transform .25s ease; }
.btn:hover .btn__ar { transform: translateX(4px); }
.btn--primary { background: var(--red); color: #fff; border-color: var(--red); }
.btn--primary:hover { background: var(--red-hot); border-color: var(--red-hot); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--kraft); }
.btn--ghost:hover { border-color: var(--ink); }

.ulink { position: relative; display: inline-block; }
.ulink::after {
  content: ''; position: absolute; left: 0; bottom: -2px; height: 1px; width: 100%;
  background: currentColor; transform: scaleX(0); transform-origin: left;
  transition: transform .35s var(--ease);
}
.ulink:hover::after, .ulink:focus-visible::after { transform: scaleX(1); }

/* section header */
.section-head { margin-bottom: clamp(34px, 5vw, 64px); }
.eyebrow {
  display: block; margin-bottom: 20px;
  font-family: var(--font-mono); font-size: 12px; font-weight: 500;
  letter-spacing: .26em; color: var(--red); text-transform: uppercase;
}
.eyebrow__sep { color: var(--kraft); }
.section-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 8vw, 104px);
  letter-spacing: .01em; text-transform: uppercase; color: var(--ink);
}

/* ============================================================
   HERO / SIGNAL
   ============================================================ */
.hero {
  position: relative;
  padding-top: calc(var(--tally-h) + clamp(26px, 5vh, 64px));
  padding-bottom: clamp(40px, 6vh, 80px);
  min-height: 100vh;
  min-height: 100svh;
  display: flex; align-items: center;
}
.hero__grid {
  position: relative;
  width: 100%; max-width: var(--maxw); margin-inline: auto;
  padding-inline: var(--gutter);
}
.hero__body { max-width: 1180px; }

.kicker {
  font-family: var(--font-mono); font-size: clamp(10px, 1.1vw, 12px);
  letter-spacing: .22em; color: var(--muted); text-transform: uppercase;
  display: flex; flex-wrap: wrap; align-items: center; gap: .3em .7em;
  margin-bottom: 18px;
}
.kicker__sep { color: var(--kraft); }
.kicker__file { color: var(--kraft); }

.hero__eyebrow {
  font-family: var(--font-serif); font-style: italic; font-size: clamp(15px, 1.6vw, 19px);
  color: var(--muted); margin-bottom: 8px;
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(62px, 13.5vw, 178px);
  line-height: .85; letter-spacing: .005em; text-transform: uppercase;
  margin-bottom: 20px;
}
.hero__title .redact { display: block; }

.hero__motto {
  font-family: var(--font-serif); font-style: italic; font-weight: 500;
  font-size: clamp(20px, 2.6vw, 32px); color: var(--ink);
  margin-bottom: 16px;
}
.hero__claim {
  font-family: var(--font-serif); font-size: clamp(17px, 1.7vw, 21px);
  color: var(--muted); max-width: 46ch; margin-bottom: 22px; line-height: 1.5;
}
.hero__claim .claim__lie { color: var(--ink); }
.hero__meta {
  font-family: var(--font-mono); font-size: 12.5px; font-weight: 700;
  letter-spacing: .2em; color: var(--ink); margin-bottom: 26px;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
.hero__follow {
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .16em;
  color: var(--muted); display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center;
}
.hero__follow .ulink { color: var(--ink); }

/* broadcast HUD — translucent instrument overlay, lower-right of the hero */
.hero__hud {
  position: absolute; right: var(--gutter); bottom: clamp(28px, 9vh, 96px);
  width: clamp(320px, 31vw, 460px); z-index: 5;
}
.hud__frame {
  position: relative; background: rgba(14, 11, 9, .56);
  backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px);
  border: 1px solid var(--keyline); padding: 16px;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, .5), 0 24px 60px rgba(0, 0, 0, .45);
}
.hud__top, .hud__readout {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .18em;
  color: var(--muted); text-transform: uppercase;
}
.hud__top { margin-bottom: 12px; }
.hud__lock { color: var(--cyan); }
.scope { width: 100%; height: auto; display: block; background: rgba(0, 0, 0, .35); }
.hud__reticle {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -30%);
  color: var(--cyan); font-family: var(--font-serif); font-size: 26px; opacity: .65;
  text-shadow: 0 0 18px rgba(59, 227, 192, .5); pointer-events: none;
}
.hud__readout { margin-top: 12px; }
.hud__bars { color: var(--cyan); letter-spacing: 1px; }

.hero__scrollcue {
  position: absolute; left: var(--gutter); bottom: clamp(20px, 4vh, 40px);
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .26em;
  color: var(--muted); text-transform: uppercase;
}
.hero__scrollcue-line {
  width: 64px; height: 1px; background: var(--kraft); position: relative; overflow: hidden;
}
.hero__scrollcue-line::after {
  content: ''; position: absolute; inset: 0; background: var(--red);
  transform: translateX(-100%); animation: cue 2.4s var(--ease) infinite;
}
@keyframes cue { 0% { transform: translateX(-100%); } 60%, 100% { transform: translateX(100%); } }

/* ============================================================
   TICKER
   ============================================================ */
.ticker {
  border-top: 1px solid var(--keyline); border-bottom: 1px solid var(--keyline);
  background: var(--bg-2); overflow: hidden; padding: 14px 0;
}
.ticker__track {
  display: inline-flex; align-items: center; white-space: nowrap;
  animation: ticker 38s linear infinite;
}
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__item {
  font-family: var(--font-mono); font-size: 13px; font-weight: 500;
  letter-spacing: .2em; color: var(--ink); text-transform: uppercase;
  padding: 0 4px;
}
.ticker__sep { color: var(--red); padding: 0 28px; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   MANIFESTO / MISSION
   ============================================================ */
.manifesto { padding: clamp(80px, 13vh, 170px) 0; }
.manifesto__lead {
  font-family: var(--font-serif); font-size: clamp(22px, 3vw, 38px);
  line-height: 1.38; max-width: 22ch; margin-bottom: clamp(46px, 7vw, 84px);
}
.manifesto__lead { max-width: 30ch; }
.manifesto__lead strong { font-weight: 600; color: var(--ink); }

.separations { display: flex; flex-direction: column; gap: clamp(6px, 1.4vw, 16px); margin-bottom: clamp(46px, 7vw, 80px); }
.sep { font-family: var(--font-display); font-size: clamp(40px, 9vw, 128px); line-height: .96; text-transform: uppercase; }
.sep .redact__text { display: inline-flex; align-items: baseline; gap: .25em; }
.sep__true { color: var(--ink); }
.sep__dag { color: var(--red); font-family: var(--font-serif); font-weight: 600; font-size: .7em; }
.sep__false {
  color: var(--red); position: relative; font-size: .82em; align-self: center;
}
.sep__false::after {
  content: ''; position: absolute; left: -2px; right: -2px; top: 52%; height: 4px;
  background: var(--red); transform: scaleX(0); transform-origin: left;
  transition: transform .5s var(--ease) .35s;
}
.js .sep.is-on .sep__false::after { transform: scaleX(1); }
.no-js .sep__false::after { transform: scaleX(1); }

.manifesto__foot {
  font-family: var(--font-mono); font-size: clamp(13px, 1.5vw, 16px);
  letter-spacing: .04em; color: var(--ink); max-width: 60ch; line-height: 1.7;
}

/* ============================================================
   WHAT WE COVER — desks
   ============================================================ */
.cover { padding: clamp(60px, 9vh, 120px) 0; }
.desks { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.4vw, 34px); }
.desk {
  position: relative; background: var(--bg-2);
  border: 1px solid var(--keyline); padding: clamp(28px, 3.4vw, 52px);
  padding-top: clamp(46px, 4.6vw, 68px); overflow: hidden;
  transition: border-color .35s ease, transform .35s ease;
}
.desk:hover { border-color: var(--kraft); transform: translateY(-4px); }
.desk--microfilm { background: linear-gradient(180deg, rgba(26, 42, 51, .14), transparent), var(--bg-2); }
.desk__tab {
  position: absolute; top: 0; left: clamp(28px, 3.4vw, 52px);
  background: var(--red); color: #fff;
  font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: .2em;
  padding: 6px 12px;
}
.desk__no {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .18em;
  color: var(--muted); display: block; margin-bottom: 18px;
}
.desk__title {
  font-family: var(--font-display); font-size: clamp(38px, 5.2vw, 78px);
  line-height: .9; text-transform: uppercase; color: var(--ink); margin-bottom: 20px;
}
.desk__body { color: var(--muted); font-size: clamp(16px, 1.5vw, 19px); max-width: 38ch; margin-bottom: 26px; }
.desk__status {
  font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: .2em;
  color: var(--red); border: 1px solid var(--keyline); padding: 7px 12px; display: inline-block;
}
.desk--microfilm .desk__status { color: var(--cyan); }

/* ============================================================
   OPERATIVES — hosts
   ============================================================ */
.operatives { padding: clamp(60px, 9vh, 120px) 0; }
.dossiers { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(22px, 3vw, 46px); }
.dossier {
  background: var(--bg-2); border: 1px solid var(--keyline);
  padding: clamp(22px, 2.4vw, 30px);
  transition: border-color .35s ease, transform .35s ease;
}
.dossier:hover { border-color: var(--kraft); transform: translateY(-4px); }

.dossier__photo {
  position: relative; aspect-ratio: 4 / 3; background: var(--bg-3);
  border: 1px solid var(--keyline); overflow: hidden; margin-bottom: 22px;
  display: grid; place-items: center;
}
.dossier__photo::before { /* faded initials */
  content: attr(data-initials);
  font-family: var(--font-display); font-size: clamp(90px, 16vw, 190px);
  color: rgba(237, 230, 214, .055); letter-spacing: .04em;
}
.dossier__photo::after { /* scanlines */
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(to bottom, transparent 0 3px, rgba(0, 0, 0, .35) 3px 4px);
  opacity: .5; pointer-events: none;
}
.dossier__noimg {
  position: absolute; left: 12px; bottom: 12px;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: .2em;
  color: var(--muted); line-height: 1.4;
}
/* redacted "eyes" bar across the placeholder */
.dossier__eye {
  position: absolute; left: -2%; right: -2%; top: 36%; height: 16%; z-index: 2;
  background: var(--red); transform: rotate(-.6deg);
  clip-path: inset(0 0 0 0); transition: clip-path .5s var(--ease);
}
.dossier:hover .dossier__eye { clip-path: inset(0 0 0 100%); }
/* if a real photo is dropped in, it replaces the placeholder */
.dossier__img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid var(--keyline); margin-bottom: 22px; }

.dossier__file {
  display: flex; justify-content: space-between;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em;
  color: var(--muted); border-bottom: 1px solid var(--keyline);
  padding-bottom: 12px; margin-bottom: 18px;
}
.dossier__name {
  font-family: var(--font-display); font-size: clamp(40px, 5vw, 72px);
  line-height: .88; text-transform: uppercase; color: var(--ink); margin-bottom: 14px;
}
.dossier__role {
  font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .18em;
  color: var(--red); margin-bottom: 16px;
}
.dossier__bio { color: var(--muted); font-size: clamp(15px, 1.4vw, 17px); margin-bottom: 22px; max-width: 36ch; }
.dossier__link {
  font-family: var(--font-mono); font-size: 12px; font-weight: 500; letter-spacing: .12em;
  color: var(--ink);
}

/* ============================================================
   TRANSMISSION LOG — archive empty state
   ============================================================ */
.log { padding: clamp(60px, 9vh, 120px) 0; }
.log__sub {
  font-family: var(--font-serif); font-style: italic; font-size: clamp(20px, 2.4vw, 30px);
  color: var(--muted); margin-bottom: clamp(34px, 4vw, 54px);
}
.drawer { border: 1px solid var(--keyline); background: var(--bg-2); }
.drawer__head, .sealed {
  display: grid; grid-template-columns: 70px 1fr 120px; align-items: center;
  gap: 18px; padding: 16px clamp(18px, 2.4vw, 30px);
}
.drawer__head {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .2em;
  color: var(--kraft); border-bottom: 1px solid var(--keyline); text-transform: uppercase;
}
.sealed { border-bottom: 1px solid var(--keyline); }
.sealed:last-child { border-bottom: none; }
.sealed__no { font-family: var(--font-mono); font-size: 14px; color: var(--muted); font-variant-numeric: tabular-nums; }
.sealed__bars { display: flex; gap: 8px; }
.sealed__bars i { height: 14px; background: var(--red); opacity: .85; display: block; }
.sealed__bars i:nth-child(1) { width: clamp(60px, 14vw, 180px); }
.sealed__bars i:nth-child(2) { width: clamp(40px, 8vw, 110px); }
.sealed__bars i:nth-child(3) { width: clamp(50px, 10vw, 140px); }
.sealed__bars i:nth-child(4) { width: clamp(30px, 6vw, 80px); }
.sealed__tag {
  font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: .18em;
  color: var(--red); text-align: right;
}
.standby {
  margin-top: 26px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  font-family: var(--font-mono); font-size: clamp(12px, 1.4vw, 14px); letter-spacing: .16em;
  color: var(--ink); text-transform: uppercase;
}
.standby__lamp { width: 10px; height: 10px; border-radius: 50%; background: var(--red-hot); animation: pulse 1.7s ease-out infinite; flex-shrink: 0; }

/* ============================================================
   WHERE TO TUNE IN — frequencies
   ============================================================ */
.tune { padding: clamp(60px, 9vh, 120px) 0; }
.tune__sub {
  font-family: var(--font-serif); font-style: italic; font-size: clamp(20px, 2.4vw, 30px);
  color: var(--ink); margin-bottom: clamp(34px, 4vw, 54px); max-width: 24ch;
}
.freqs { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: clamp(16px, 2vw, 28px); margin-bottom: 36px; }
.freq {
  position: relative; display: flex; flex-direction: column; gap: 10px;
  background: var(--bg-2); border: 1px solid var(--keyline);
  padding: clamp(24px, 2.6vw, 38px); min-height: 200px;
  transition: border-color .35s ease, transform .35s ease, background .35s ease;
}
.freq:hover { border-color: var(--kraft); transform: translateY(-4px); }
.freq--primary {
  border-color: var(--red);
  background: linear-gradient(155deg, rgba(192, 57, 43, .14), transparent 60%), var(--bg-2);
}
.freq--primary:hover { border-color: var(--red-hot); }
.freq__no { font-family: var(--font-mono); font-size: 11px; letter-spacing: .2em; color: var(--muted); text-transform: uppercase; }
.freq--primary .freq__no { color: var(--red); }
.freq__name { font-family: var(--font-display); font-size: clamp(26px, 3vw, 44px); text-transform: uppercase; color: var(--ink); margin-top: auto; }
.freq__handle { font-family: var(--font-mono); font-size: 13px; color: var(--muted); }
.freq__go {
  font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .16em;
  color: var(--red); margin-top: 8px;
}
.freq--primary .freq__go { color: #fff; background: var(--red); padding: 8px 12px; align-self: flex-start; }

.platforms {
  list-style: none; margin: 0; padding: 22px 0 0; border-top: 1px solid var(--keyline);
  display: flex; flex-wrap: wrap; gap: 14px 30px;
}
.platforms li {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: .16em;
  color: var(--muted); display: inline-flex; align-items: center; gap: 10px;
}
.platforms__tag { font-size: 10px; font-weight: 700; color: var(--kraft); border: 1px solid var(--keyline); padding: 3px 7px; }

/* ============================================================
   INTERCEPT — pre-launch signup
   ============================================================ */
.intercept { padding: clamp(70px, 11vh, 150px) 0; }
.intercept__wrap { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.intercept__title {
  font-family: var(--font-display); font-size: clamp(54px, 8vw, 120px);
  line-height: .9; text-transform: uppercase; color: var(--ink); margin: 16px 0 18px;
}
.intercept__sub { font-family: var(--font-serif); font-size: clamp(17px, 1.8vw, 22px); color: var(--muted); max-width: 40ch; }
.signup__label { font-family: var(--font-mono); font-size: 11px; letter-spacing: .2em; color: var(--muted); display: block; margin-bottom: 12px; }
.signup__row { display: flex; gap: 12px; flex-wrap: wrap; }
.signup__input {
  flex: 1 1 240px; min-width: 0;
  background: var(--bg-2); border: 1px solid var(--keyline); color: var(--ink);
  font-family: var(--font-mono); font-size: 15px; padding: 1.05em 1.1em;
  transition: border-color .25s ease;
}
.signup__input::placeholder { color: var(--kraft); }
.signup__input:focus { outline: none; border-color: var(--cyan); }
.signup__btn { flex: 0 0 auto; }
.signup__msg { font-family: var(--font-mono); font-size: 12.5px; letter-spacing: .08em; color: var(--cyan); margin-top: 16px; min-height: 1.2em; }
.signup__msg.is-error { color: var(--red-hot); }

/* ============================================================
   COLOPHON FOOTER
   ============================================================ */
.colophon { border-top: 1px solid var(--keyline); padding: clamp(56px, 8vh, 100px) 0 36px; background: var(--bg-2); }
.colophon__top { display: grid; grid-template-columns: 1.2fr 2fr; gap: clamp(34px, 5vw, 80px); margin-bottom: clamp(44px, 6vw, 72px); }
.colophon__mark { width: clamp(96px, 12vw, 130px); height: auto; margin-bottom: 22px; }
.colophon__motto { font-family: var(--font-serif); font-style: italic; font-size: clamp(18px, 2vw, 24px); color: var(--ink); line-height: 1.4; }
.colophon__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.colophon__col { display: flex; flex-direction: column; gap: 12px; }
.colophon__col h4 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .22em; color: var(--red); margin-bottom: 6px; text-transform: uppercase; }
.colophon__col a { font-family: var(--font-mono); font-size: 13px; color: var(--muted); transition: color .25s ease; width: fit-content; }
.colophon__col a:hover { color: var(--ink); }
.colophon__static { font-family: var(--font-mono); font-size: 13px; color: var(--muted); }
.colophon__foia, .colophon__legal {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 30px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; color: var(--kraft);
  padding-top: 22px; border-top: 1px solid var(--keyline);
}
.colophon__legal { margin-top: 16px; }
.colophon__key { color: var(--muted); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
  .hero__hud { display: none; }
}
@media (max-width: 1080px) {
  .freqs { grid-template-columns: 1fr 1fr; }
  .freq--primary { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  :root { --tally-h: 60px; }
  .tally__hud { display: none; }
  .nav {
    position: fixed; inset: var(--tally-h) 0 auto 0;
    flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--bg);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .6);
    border-bottom: 1px solid var(--keyline);
    padding: 10px var(--gutter) 22px; margin: 0;
    transform: translateY(-120%); transition: transform .4s var(--ease);
    visibility: hidden;
  }
  .nav.is-open { transform: translateY(0); visibility: visible; }
  .nav__link { padding: 15px 0; font-size: 15px; width: 100%; border-bottom: 1px solid var(--keyline); }
  .nav__link.is-active::after { display: none; }
  .nav__cta { margin-top: 16px; }
  .nav-toggle {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    margin-left: auto; width: 48px; height: 48px; padding: 11px;
  }
  .nav-toggle span { display: block; height: 2px; width: 100%; background: var(--ink); transition: transform .3s ease, opacity .2s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .desks, .dossiers, .intercept__wrap, .colophon__top { grid-template-columns: 1fr; }
  .freqs { grid-template-columns: 1fr; }
  .colophon__cols { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .hero__cta { flex-direction: column; align-items: stretch; }
  .btn { justify-content: center; }
  .drawer__head, .sealed { grid-template-columns: 48px 1fr 80px; gap: 10px; padding-inline: 16px; }
  .sealed__tag { font-size: 9px; }
  .colophon__cols { grid-template-columns: 1fr; }
  .colophon__foia, .colophon__legal { flex-direction: column; }
}

/* ============================================================
   ULTRA-WIDE / 4K — let the broadcast fill the desk
   ============================================================ */
@media (min-width: 2200px) {
  :root { --maxw: 1640px; --gutter: 130px; }
  .hero__title { font-size: clamp(178px, 11vw, 252px); }
  .section-title { font-size: clamp(104px, 7vw, 150px); }
  .sep { font-size: clamp(128px, 9vw, 188px); }
}

/* ============================================================
   REDUCED MOTION — freeze to a clean static grade
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .boot { display: none !important; }
  .atmos__grain, .atmos__roll, .hero__scrollcue-line::after, .ticker__track { animation: none !important; }
  .ticker__track { transform: none; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .redact__bar, .redact::after { display: none !important; }
  .claim__lie { color: var(--muted) !important; }
  .claim__lie::after, .sep__false::after { transform: scaleX(1) !important; }
  .claim__truth { opacity: 1 !important; transform: none !important; }
  .stamp { opacity: .92 !important; transform: rotate(-13deg) !important; }
  .lamp__dot, .standby__lamp { animation: none !important; }
}
