:root {
  color-scheme: dark;
  --bg: #09090b;
  --surface: #111217;
  --surface-2: #17181e;
  --text: #f5f4f2;
  --muted: #b9b8bf;
  --muted-2: #8f8e98;
  --line: #35363f;
  --line-strong: #565763;
  --pink: #ff3d98;
  --cyan: #4ad9ff;
  --amber: #ffc45b;
  --good: #69d2a2;
  --danger: #ff7d7d;
  --content: 1180px;
  --reading: 72ch;
  --header-h: 64px;
  --section-nav-h: 49px;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; scroll-padding-top: 130px; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img, iframe { max-width: 100%; }
a { color: var(--cyan); text-underline-offset: .2em; text-decoration-thickness: .08em; }
a:hover { color: #8be8ff; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
  background: var(--text);
  color: #000;
  padding: 10px 14px;
  border: 2px solid #000;
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  height: var(--header-h);
  border-bottom: 1px solid var(--line);
  background: rgba(9,9,11,.96);
  backdrop-filter: blur(10px);
}
.header-inner {
  max-width: var(--content);
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  color: var(--text);
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  min-height: 44px;
  text-decoration: none;
  font-family: "Arial Narrow", Impact, Haettenschweiler, sans-serif;
  font-stretch: condensed;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.brand-mark { color: var(--pink); }
.independent-note {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .02em;
  text-align: right;
}

.section-nav {
  position: sticky;
  z-index: 70;
  top: var(--header-h);
  height: var(--section-nav-h);
  border-bottom: 1px solid var(--line);
  background: #0d0d11;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}
.section-nav__inner {
  width: max-content;
  min-width: min(100%, var(--content));
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.section-nav a {
  min-height: 48px;
  padding: 12px 14px;
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.section-nav a:hover, .section-nav a[aria-current="true"] { color: var(--text); border-bottom-color: var(--pink); }

main { display: block; }
.container { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.reading { max-width: var(--reading); }
.eyebrow, .label, .meta-label {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 12px;
  font-weight: 750;
}
.eyebrow { color: var(--cyan); }

.hero {
  position: relative;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: .55;
}
.hero::before {
  width: 260px;
  height: 1px;
  background: var(--pink);
  top: 58px;
  right: -36px;
  transform: rotate(-31deg);
}
.hero::after {
  width: 180px;
  height: 1px;
  background: var(--cyan);
  right: 78px;
  bottom: 84px;
  transform: rotate(23deg);
}
.hero-grid {
  min-height: 580px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 64px;
  align-items: center;
  padding-block: 72px 64px;
}
.hero h1 {
  margin: 12px 0 18px;
  max-width: 900px;
  font-family: "Arial Narrow", Impact, Haettenschweiler, sans-serif;
  font-size: clamp(50px, 8vw, 104px);
  font-weight: 850;
  line-height: .91;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.hero h1 .accent { color: var(--pink); }
.lede {
  max-width: 68ch;
  margin: 0;
  color: #d5d4d8;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.55;
}
.hero-source { margin-top: 22px; color: var(--muted); font-size: 14px; }
.hero-source a { color: var(--text); }

.status-panel {
  position: relative;
  border: 1px solid var(--line-strong);
  border-left: 4px solid var(--pink);
  background: var(--surface);
  padding: 24px;
}
.status-panel::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: -1px;
  top: -1px;
  border-top: 1px solid var(--pink);
  border-right: 1px solid var(--pink);
}
.status-kicker { display: flex; justify-content: space-between; gap: 20px; align-items: center; color: var(--muted); }
.status-live { color: var(--good); }
.status-date {
  margin: 18px 0 8px;
  font-family: "Arial Narrow", Impact, Haettenschweiler, sans-serif;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.status-sub { margin: 0; color: var(--muted); }
.countdown {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.countdown > div { padding: 14px 8px; border-right: 1px solid var(--line); }
.countdown > div:last-child { border-right: 0; }
.countdown strong { display: block; font-size: 22px; line-height: 1.1; font-variant-numeric: tabular-nums; }
.countdown span { color: var(--muted-2); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.status-links { margin-top: 16px; font-size: 14px; }

section { border-bottom: 1px solid var(--line); }
.section-pad { padding-block: 72px; }
.section-heading {
  display: grid;
  grid-template-columns: minmax(200px, .42fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 40px;
}
.section-heading h2 {
  margin: 0;
  font-family: "Arial Narrow", Impact, Haettenschweiler, sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: .98;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.section-heading p { margin: 0; max-width: 68ch; color: var(--muted); font-size: 17px; }

.fact-grid { border-top: 1px solid var(--line-strong); }
.fact-row {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) auto;
  gap: 32px;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.fact-row dt { color: var(--muted); }
.fact-row dd { margin: 0; font-weight: 670; }
.fact-row .confidence { color: var(--good); font-size: 12px; white-space: nowrap; }
.fact-row .unknown { color: var(--amber); }

.notice {
  border-left: 4px solid var(--amber);
  padding: 18px 20px;
  background: #17140e;
  max-width: var(--reading);
}
.notice strong { color: #ffe0a7; }
.notice p { margin: 6px 0 0; color: #d5c5a9; }

.trailer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: 48px;
  align-items: start;
}
.trailer-status {
  border-top: 5px solid var(--amber);
  background: var(--surface);
  padding: 28px;
}
.trailer-status h3 { margin: 8px 0 10px; font-size: clamp(28px, 4vw, 42px); line-height: 1.08; }
.trailer-status p { color: #d2d1d6; }
.check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { padding: 15px 0; border-bottom: 1px solid var(--line); display: flex; gap: 12px; align-items: flex-start; }
.check-list b { color: var(--cyan); }

.story-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 64px; }
.story-copy > p:first-of-type { font-size: 20px; line-height: 1.65; }
.story-aside { border-top: 1px solid var(--pink); padding-top: 18px; }
.story-aside h3 { margin-top: 0; font-size: 18px; }
.story-aside p { color: var(--muted); }

details {
  margin-top: 26px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 0;
}
summary {
  cursor: pointer;
  min-height: 50px;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: var(--text);
}
details > div { padding: 0 0 18px; color: var(--muted); }

.people-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.person { background: var(--surface); padding: 22px; }
.person h3 { margin: 4px 0 4px; font-size: 20px; }
.person p { margin: 0; color: var(--muted); }
.people-note { margin-top: 24px; max-width: var(--reading); color: var(--muted); }

.media-layout { display: grid; grid-template-columns: minmax(0, .76fr) minmax(340px, 1.24fr); gap: 48px; align-items: center; }
.media-copy h3 { font-size: 28px; line-height: 1.15; margin: 8px 0 14px; }
.media-copy p { color: var(--muted); }
.embed-shell { min-height: 520px; background: var(--surface); border: 1px solid var(--line); display: grid; place-items: center; padding: 16px; overflow: hidden; }
.embed-shell .twitter-tweet { margin-inline: auto !important; }
.embed-fallback { max-width: 42ch; color: var(--muted); font-size: 14px; }

.timeline { position: relative; border-left: 1px solid var(--line-strong); margin-left: 10px; }
.timeline-entry { position: relative; padding: 0 0 36px 30px; }
.timeline-entry:last-child { padding-bottom: 0; }
.timeline-entry::before { content: ""; position: absolute; left: -6px; top: 8px; width: 11px; height: 11px; background: var(--bg); border: 2px solid var(--cyan); border-radius: 50%; }
.timeline-entry.current::before { border-color: var(--pink); background: var(--pink); }
.timeline-entry time { color: var(--cyan); font: 750 12px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.timeline-entry h3 { margin: 5px 0 5px; font-size: 21px; }
.timeline-entry p { margin: 0; max-width: 70ch; color: var(--muted); }
.timeline-entry a { font-size: 13px; }

.question-grid { border-top: 1px solid var(--line-strong); }
.qa { display: grid; grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr); gap: 40px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.qa h3 { margin: 0; font-size: 18px; }
.qa p { margin: 0; color: var(--muted); }

.source-box { margin-top: 40px; border: 1px solid var(--line); padding: 22px; max-width: var(--reading); }
.source-box h3 { margin: 0 0 8px; font-size: 17px; }
.source-box p { margin: 0; color: var(--muted); }

.site-footer { padding: 40px 0 56px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: start; }
.footer-copy { max-width: 70ch; color: var(--muted); font-size: 14px; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 20px; }
.footer-nav a { color: var(--muted); min-height: 44px; display: inline-flex; align-items: center; }
.footer-nav a:hover { color: var(--text); }

/* Trust/legal pages */
.subpage-hero { padding: 64px 0 40px; border-bottom: 1px solid var(--line); }
.breadcrumbs { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: var(--line-strong); }
.subpage-hero h1 { margin: 0; max-width: 900px; font-family: "Arial Narrow", Impact, Haettenschweiler, sans-serif; font-size: clamp(48px, 7vw, 84px); line-height: .95; text-transform: uppercase; letter-spacing: -.025em; }
.subpage-hero p { max-width: 70ch; color: var(--muted); font-size: 18px; }
.prose { max-width: 76ch; padding-block: 56px 72px; }
.prose h2 { margin: 42px 0 12px; font-size: 28px; line-height: 1.15; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 28px 0 10px; font-size: 20px; }
.prose p, .prose li { color: #d1d0d5; }
.prose ul { padding-left: 22px; }
.prose code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; color: var(--cyan); }

.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.not-found h1 { font-family: "Arial Narrow", Impact, Haettenschweiler, sans-serif; font-size: clamp(68px, 14vw, 150px); margin: 0; line-height: .8; color: var(--pink); }
.button-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; border: 1px solid var(--cyan); color: var(--text); text-decoration: none; font-weight: 750; }
.button-link:hover { background: var(--cyan); color: #071014; }

@media (max-width: 900px) {
  .hero-grid, .section-heading, .trailer-layout, .story-layout, .media-layout { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; gap: 40px; padding-block: 52px; }
  .section-heading { gap: 18px; }
  .status-panel { max-width: 640px; }
  .story-aside { max-width: 70ch; }
  .media-layout { gap: 28px; }
  .embed-shell { min-height: 480px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-nav { justify-content: flex-start; }
}
@media (max-width: 680px) {
  :root { --header-h: 60px; --section-nav-h: 49px; }
  .container { width: min(calc(100% - 32px), var(--content)); }
  .header-inner { padding-inline: 16px; }
  .independent-note { display: none; }
  .section-nav__inner { padding-inline: 8px; }
  .hero-grid { padding-block: 42px 48px; }
  .hero h1 { font-size: clamp(48px, 17vw, 72px); }
  .section-pad { padding-block: 56px; }
  .fact-row { grid-template-columns: 1fr; gap: 4px; }
  .fact-row .confidence { margin-top: 3px; }
  .people-grid { grid-template-columns: 1fr; }
  .qa { grid-template-columns: 1fr; gap: 8px; }
  .embed-shell { min-height: 420px; padding: 8px; }
  .status-panel { padding: 20px; }
  .countdown strong { font-size: 19px; }
  .subpage-hero { padding-top: 44px; }
}
@media (max-width: 390px) {
  .brand { font-size: 14px; }
  .hero h1 { font-size: 47px; }
  .status-date { font-size: 38px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
