:root {
  --ink: #0a0b0b;
  --paper: #f3f3ee;
  --white: #ffffff;
  --green: #b9ff35;
  --green-dark: #87c90f;
  --line: rgba(10, 11, 11, 0.18);
  --muted: #646661;
  --max: 1540px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}
a { color: inherit; }
.topbar {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(22px, 4vw, 72px);
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.brand { font-size: 21px; font-weight: 800; text-decoration: none; }
.brand span { color: var(--green); }
.topbar nav { display: flex; gap: 30px; }
.topbar nav a { font-size: 12px; text-decoration: none; text-transform: uppercase; }
.topbar nav a:hover { color: var(--green); }
.live-mark { justify-self: end; font-size: 11px; text-transform: uppercase; }
.live-mark span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 16px var(--green); }
.hero {
  position: relative;
  min-height: min(820px, 92vh);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  padding: 150px clamp(22px, 5vw, 86px) 82px;
  color: white;
  background: var(--ink);
}
#flow-field { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .9; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to right, black, transparent 80%); }
.hero-copy { position: relative; z-index: 2; max-width: 1120px; }
.eyebrow, .section-kicker { margin: 0 0 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.eyebrow { color: var(--green); }
.hero h1 { max-width: 1050px; margin: 0; font-size: clamp(54px, 8vw, 132px); line-height: .9; text-transform: uppercase; overflow-wrap: anywhere; }
.hero-intent { max-width: 720px; margin: 34px 0 0; color: rgba(255,255,255,.72); font-size: clamp(16px, 1.3vw, 21px); line-height: 1.55; }
.date-lockup { position: relative; z-index: 2; align-self: center; display: grid; grid-template-columns: 1fr auto; width: 250px; padding: 18px 0; border-top: 1px solid white; border-bottom: 1px solid white; }
.date-lockup > span { grid-column: 1 / -1; margin-bottom: 10px; color: var(--green); font-size: 10px; }
.date-lockup strong { font-size: 82px; line-height: .8; }
.date-lockup div { display: flex; flex-direction: column; justify-content: flex-end; }
.date-lockup b { font-size: 21px; }
.date-lockup em { color: rgba(255,255,255,.55); font-size: 12px; font-style: normal; }
.hero-action { position: absolute; z-index: 3; right: clamp(22px, 5vw, 86px); bottom: 28px; font-size: 11px; text-decoration: none; text-transform: uppercase; }
.hero-action span { color: var(--green); font-size: 18px; margin-left: 8px; }
.section-shell { width: min(calc(100% - 44px), var(--max)); margin-inline: auto; }
.board-intro { display: grid; grid-template-columns: 90px 1fr auto; gap: 24px; align-items: end; padding: 96px 0 46px; border-bottom: 1px solid var(--ink); }
.section-index { color: var(--green-dark); font-size: 13px; font-weight: 800; }
.section-kicker { color: var(--muted); }
h2 { margin: 0; font-size: clamp(34px, 4.2vw, 70px); line-height: .98; }
.board-meta { margin: 0; color: var(--muted); font-size: 12px; }
.priority-list { padding-bottom: 96px; }
.priority-row { display: grid; grid-template-columns: 90px minmax(260px, 1.15fr) .55fr .4fr 1fr; gap: 24px; align-items: center; min-height: 150px; border-bottom: 1px solid var(--line); }
.priority-id { font-size: 13px; font-weight: 800; }
.priority-title { font-size: clamp(24px, 2.2vw, 36px); font-weight: 700; line-height: 1.08; }
.priority-cell span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.priority-cell p { margin: 0; font-size: 13px; line-height: 1.5; }
.status { display: inline-block; width: fit-content; padding: 6px 9px; background: var(--green); color: var(--ink); font-size: 9px; font-weight: 800; }
.split-band { display: grid; grid-template-columns: 1.12fr .88fr; background: white; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.watch-panel, .timeline-panel { padding: 82px max(22px, calc((100vw - var(--max)) / 2)); }
.watch-panel { padding-right: clamp(28px, 5vw, 84px); border-right: 1px solid var(--ink); }
.timeline-panel { padding-left: clamp(28px, 5vw, 84px); }
.section-heading, .archive-heading { display: grid; grid-template-columns: 70px 1fr; gap: 18px; }
.section-heading h2, .archive-heading h2 { font-size: clamp(32px, 3vw, 52px); }
.watch-list { margin-top: 54px; }
.watch-item { display: grid; grid-template-columns: .7fr 1fr 1fr; gap: 22px; padding: 24px 0; border-top: 1px solid var(--line); }
.watch-item h3 { margin: 0; font-size: 15px; }
.watch-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.watch-item p strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 9px; text-transform: uppercase; }
.timebox-list { margin: 54px 0 0; padding: 0; list-style: none; }
.timebox-list li { display: grid; grid-template-columns: 86px 1fr; gap: 24px; padding: 24px 0; border-top: 1px solid var(--line); }
.timebox-list time { color: var(--green-dark); font-size: 22px; font-weight: 800; }
.timebox-list span { font-size: 14px; }
.guardrail-band { padding: 90px 0; color: white; background: var(--ink); }
.guardrail-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 180px); }
.guardrail-layout h2 { color: var(--green); }
.guardrail-layout ul { margin: 0; padding: 0; list-style: none; counter-reset: boundary; }
.guardrail-layout li { counter-increment: boundary; position: relative; padding: 20px 0 20px 56px; border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.6; }
.guardrail-layout li::before { content: "0" counter(boundary); position: absolute; left: 0; color: var(--green); font-weight: 800; }
.archive { padding: 94px 0 110px; }
.archive-list { margin-top: 50px; border-top: 1px solid var(--ink); }
.archive-item { display: grid; grid-template-columns: 160px 120px 1fr; gap: 28px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.archive-item time, .archive-item span { font-size: 12px; font-weight: 700; }
.archive-item p { margin: 0; color: var(--muted); font-size: 13px; }
.closing { padding: 90px clamp(22px, 5vw, 86px) 104px; color: white; background: #171917; }
.closing p { color: var(--green); font-size: 11px; text-transform: uppercase; }
.closing h2 { max-width: 1200px; font-size: clamp(42px, 6vw, 96px); }
.closing-line { width: 100%; height: 2px; margin-top: 50px; background: linear-gradient(90deg, var(--green), rgba(185,255,53,0)); }
footer { display: flex; justify-content: space-between; gap: 24px; padding: 28px clamp(22px, 5vw, 86px); color: rgba(255,255,255,.56); background: var(--ink); font-size: 10px; text-transform: uppercase; }
footer a { color: var(--green); text-decoration: none; }
.load-error { padding: 32px 0; color: #a12525; }

@media (max-width: 980px) {
  .topbar { grid-template-columns: 1fr auto; }
  .topbar nav { display: none; }
  .hero { grid-template-columns: 1fr; align-content: end; min-height: 820px; }
  .date-lockup { align-self: auto; margin-top: 58px; }
  .priority-row { grid-template-columns: 54px 1fr 1fr; padding: 28px 0; }
  .priority-title { grid-column: 2 / -1; }
  .priority-row .priority-cell:last-child { grid-column: 2 / -1; }
  .split-band { grid-template-columns: 1fr; }
  .watch-panel { border-right: 0; border-bottom: 1px solid var(--ink); }
  .guardrail-layout { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .topbar { height: 64px; padding-inline: 18px; }
  .live-mark { font-size: 9px; }
  .hero { min-height: 760px; padding: 126px 20px 72px; }
  .hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-intent { font-size: 15px; }
  .date-lockup { width: 210px; }
  .date-lockup strong { font-size: 68px; }
  .hero-action { right: 20px; }
  .section-shell { width: min(calc(100% - 36px), var(--max)); }
  .board-intro { grid-template-columns: 42px 1fr; padding-top: 68px; }
  .board-meta { grid-column: 2; }
  .priority-row { grid-template-columns: 42px 1fr; gap: 15px; }
  .priority-title, .priority-row .priority-cell:last-child { grid-column: 2; }
  .priority-cell { grid-column: 2; }
  .watch-panel, .timeline-panel { padding: 62px 20px; }
  .section-heading, .archive-heading { grid-template-columns: 42px 1fr; }
  .watch-item { grid-template-columns: 1fr; }
  .guardrail-band { padding: 64px 0; }
  .archive-item { grid-template-columns: 1fr 1fr; }
  .archive-item p { grid-column: 1 / -1; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  #flow-field { display: none; }
}
