:root {
  --paper: #eef7fa;
  --paper-2: #ffffff;
  --ink: #102b3a;
  --muted: #516b77;
  --line: #88a8b5;
  --hair: #d1e2e8;
  --blue: #006fe8;
  --blue-dark: #0058b8;
  --blue-soft: #dceffc;
  --red: #d93f4a;
  --red-soft: #ffe7ea;
  --lime: #bfeaf7;
  --yellow: #e5f5f9;
  --green: #087866;
  --shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 12px 30px rgba(26,74,94,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 15px/1.6 "Helvetica Neue", Arial, sans-serif;
}
a { color: inherit; }
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  padding: 10px 14px;
  color: white;
  background: var(--blue);
}
.skip-link:focus { top: 18px; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.site-header {
  height: 74px;
  padding: 0 clamp(18px, 4vw, 64px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 38px;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 2px solid var(--ink);
  background: rgba(246, 252, 254, .96);
  backdrop-filter: blur(12px);
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
}
.wordmark-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 5px;
  color: white;
  background: var(--blue);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 5px 12px rgba(0,77,146,.18);
}
.wordmark small {
  display: block;
  color: var(--muted);
  font: 700 8px/1.3 "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: .13em;
}
.site-header nav { display: flex; justify-content: center; gap: clamp(14px, 2.4vw, 36px); }
.site-header nav a {
  font: 800 9px "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: .12em;
  text-decoration: none;
}
.site-header nav a:hover { color: var(--blue); }
.header-cta {
  padding: 11px 14px;
  border: 1.5px solid var(--ink);
  border-radius: 4px;
  color: white;
  background: var(--blue);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 5px 14px rgba(16,43,58,.16);
  font: 800 10px "Courier New", monospace;
  text-decoration: none;
  text-transform: uppercase;
}
.header-cta:hover { background: var(--blue-dark); }

main { overflow: hidden; }
.hero {
  min-height: calc(100vh - 74px);
  display: grid;
  grid-template-columns: 42px minmax(0, .95fr) minmax(430px, .8fr);
  grid-template-rows: 1fr auto;
  column-gap: clamp(24px, 5vw, 84px);
  padding: clamp(50px, 8vw, 110px) clamp(18px, 4vw, 64px) 0;
  position: relative;
  background:
    linear-gradient(rgba(24,33,43,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24,33,43,.04) 1px, transparent 1px),
    var(--paper);
  background-size: 28px 28px;
}
.hero:before {
  content: "";
  width: 260px;
  height: 260px;
  position: absolute;
  right: -80px;
  top: 40px;
  border: 42px solid var(--lime);
  border-radius: 50%;
  opacity: .65;
}
.hero-register {
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font: 800 8px "Courier New", monospace;
  writing-mode: vertical-rl;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero-copy { align-self: center; position: relative; z-index: 2; padding-bottom: 60px; }
.kicker {
  margin: 0 0 16px;
  color: var(--blue);
  font: 900 10px "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: .16em;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Arial Narrow", "Helvetica Neue Condensed", "Helvetica Neue", Arial, sans-serif;
}
h1 {
  margin-bottom: 28px;
  font-size: clamp(56px, 7vw, 96px);
  line-height: .82;
  letter-spacing: -.065em;
  font-weight: 900;
  text-transform: uppercase;
}
h1 em { color: var(--blue); font-style: normal; font-weight: 900; }
.hero-lede { max-width: 690px; color: #345463; font: 19px/1.5 "Helvetica Neue", Arial, sans-serif; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 30px; }
.primary-link {
  min-height: 52px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 34px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  color: white;
  background: var(--blue);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 7px 18px rgba(16,43,58,.18);
  font-weight: 800;
  text-decoration: none;
}
.primary-link:hover { background: var(--blue-dark); }
.secondary-link { font: 800 11px "Courier New", monospace; text-transform: uppercase; text-underline-offset: 5px; }
.trust-line { display: flex; align-items: center; gap: 8px; margin: 28px 0 0; color: var(--muted); font: 9px "Courier New", monospace; text-transform: uppercase; }
.status-dot { width: 9px; height: 9px; border: 1px solid var(--ink); border-radius: 50%; background: var(--lime); }

.hero-instrument {
  max-width: 600px;
  align-self: center;
  position: relative;
  z-index: 2;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper-2);
  box-shadow: var(--shadow);
}
.hero-instrument:after {
  content: "EVIDENCE / SEALED";
  position: absolute;
  right: -20px;
  top: 90px;
  padding: 5px 18px;
  border: 3px double var(--red);
  color: var(--red);
  border-radius: 3px;
  font: 900 11px "Courier New", monospace;
}
.instrument-head {
  min-height: 56px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid var(--ink);
  font: 900 10px "Courier New", monospace;
  text-transform: uppercase;
}
.instrument-head strong { padding: 6px 8px; color: white; background: var(--red); }
.chromatography {
  height: 210px;
  padding: 16px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  border-bottom: 1.5px solid var(--ink);
  background:
    repeating-linear-gradient(0deg, rgba(24,33,43,.05) 0 1px, transparent 1px 21px),
    white;
}
.chrom-lane { position: relative; overflow: hidden; border-left: 1px dashed var(--line); border-right: 1px dashed var(--line); }
.band { position: absolute; left: 8%; right: 8%; height: 14px; filter: blur(2px); opacity: .8; }
.band.blue { background: var(--blue); }
.band.red { background: var(--red); }
.b1 { bottom: 20%; } .r1 { bottom: 28%; }
.b2 { bottom: 48%; } .r2 { bottom: 58%; }
.b3 { bottom: 67%; } .r3 { bottom: 72%; }
.b4 { bottom: 84%; } .r4 { bottom: 78%; }
.instrument-readout { display: grid; grid-template-columns: repeat(3, 1fr); }
.instrument-readout div { padding: 14px; border-right: 1px solid var(--line); }
.instrument-readout div:last-child { border-right: 0; background: var(--red-soft); }
.instrument-readout span, .instrument-readout small { display: block; color: var(--muted); font: 800 8px "Courier New", monospace; text-transform: uppercase; }
.instrument-readout strong { display: block; margin-top: 3px; font: 800 25px "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif; }
.specimen-strip { padding: 14px; display: flex; align-items: center; gap: 12px; border-top: 2px solid var(--ink); background: var(--yellow); }
.specimen-strip > span { font: 900 42px "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif; }
.specimen-strip p { flex: 1; margin: 0; font: 10px "Courier New", monospace; text-transform: uppercase; }
.specimen-strip p strong { display: block; }
.specimen-strip b { color: var(--red); font: 900 11px "Courier New", monospace; }
.hero-metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 calc(clamp(18px, 4vw, 64px) * -1);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: var(--paper-2);
}
.hero-metrics div { padding: 22px clamp(20px, 4vw, 62px); border-right: 1px solid var(--line); }
.hero-metrics div:last-child { border-right: 0; }
.hero-metrics strong { display: block; font: 900 clamp(28px, 4vw, 48px) "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif; }
.hero-metrics span { color: var(--muted); font: 800 9px "Courier New", monospace; text-transform: uppercase; }

.section-index {
  display: flex;
  align-items: center;
  gap: 10px;
  font: 900 9px "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.section-index span { width: 30px; height: 30px; display: grid; place-items: center; border: 1.5px solid var(--ink); background: var(--lime); }
.section-index.light span { color: var(--ink); background: var(--lime); }
.manifesto {
  max-width: 1460px;
  margin: 0 auto;
  padding: 130px clamp(18px, 5vw, 80px);
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 280px;
  gap: clamp(30px, 5vw, 80px);
  align-items: start;
}
.manifesto-copy h2, .thesis-head h2, .evidence-intro h2, .journey-head h2,
.method-intro h2, .limits-head h2, .about h2 {
  font-size: clamp(40px, 5vw, 72px);
  line-height: .94;
  letter-spacing: -.045em;
  font-weight: 850;
}
.manifesto-copy > p:last-child { max-width: 830px; color: var(--muted); font-size: 18px; }
.red-note { padding: 18px; border: 2px solid var(--red); border-radius: 6px; color: var(--red); background: var(--red-soft); box-shadow: inset 0 1px 0 white; }
.red-note span { font: 900 9px "Courier New", monospace; text-transform: uppercase; }
.red-note p { margin: 18px 0 0; font: 700 17px/1.45 "Helvetica Neue", Arial, sans-serif; }

.refusals {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: var(--paper-2);
}
.refusals > * { min-height: 310px; padding: clamp(25px, 4vw, 58px); border-right: 1px solid var(--line); }
.refusals > *:last-child { border-right: 0; }
.refusal-lead { color: white; background: var(--blue); }
.refusal-lead .kicker { color: var(--lime); }
.refusal-lead h2 { font-size: clamp(40px, 4vw, 62px); line-height: .92; font-weight: 850; }
.refusals article { position: relative; }
.refusal-number { color: var(--blue); font: 900 42px "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif; }
.refusals h3 { margin: 25px 0 10px; font-size: 24px; font-weight: 850; }
.refusals article p { color: var(--muted); font-size: 13px; }
.refusals code { position: absolute; left: clamp(25px, 4vw, 58px); bottom: 28px; padding: 5px 7px; background: var(--yellow); font-size: 10px; }

.thesis {
  padding: 120px clamp(18px, 5vw, 80px);
  color: white;
  background:
    radial-gradient(circle at 85% 12%, rgba(215,255,66,.17), transparent 22rem),
    var(--ink);
}
.thesis > * { max-width: 1400px; margin-left: auto; margin-right: auto; }
.thesis .section-index { margin-bottom: 70px; }
.thesis-head { display: grid; grid-template-columns: .6fr 2fr; gap: 50px; align-items: start; }
.thesis-head .kicker { color: var(--lime); }
.equation { display: grid; grid-template-columns: repeat(9, auto); gap: 12px; align-items: center; margin-top: 70px; padding: 22px; border: 1px solid #77808a; background: #0f171f; overflow-x: auto; }
.equation > div { min-width: 122px; padding: 14px; border: 1px solid #59626a; background: #202b35; }
.equation > div.prediction { border-color: var(--red); }
.equation > div.score { border-color: var(--lime); }
.equation span, .equation small { display: block; color: #adb5bc; font: 8px "Courier New", monospace; text-transform: uppercase; }
.equation strong { display: block; margin: 5px 0; font: 850 30px "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif; }
.equation > b { color: var(--lime); }
.modality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
.modality-grid article { padding: 30px; border: 1px solid #77808a; background: #202b35; }
.modality-tag { display: inline-block; padding: 5px 8px; color: var(--ink); background: var(--blue-soft); font: 900 9px "Courier New", monospace; text-transform: uppercase; }
.modality-tag.red { background: var(--red-soft); }
.modality-grid h3 { margin: 22px 0; font-size: 27px; font-weight: 850; }
.modality-grid dl { margin: 0; }
.modality-grid dl div { display: grid; grid-template-columns: 90px 1fr; padding: 10px 0; border-top: 1px solid #56606a; }
.modality-grid dt { color: #aeb5bb; font: 800 9px "Courier New", monospace; text-transform: uppercase; }
.modality-grid dd { margin: 0; font-size: 13px; }
.modality-grid code { color: var(--lime); }
.thesis-note { padding-top: 25px; color: #c7d7de; font: 600 16px "Helvetica Neue", Arial, sans-serif; }

.evidence { max-width: 1500px; margin: auto; padding: 120px clamp(18px, 5vw, 80px); }
.evidence .section-index { margin-bottom: 70px; }
.evidence-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.evidence-intro > p { color: var(--muted); font-size: 18px; }
.evidence-board { display: grid; grid-template-columns: 1.2fr .9fr .7fr; gap: 16px; margin-top: 55px; }
.evidence-board article { min-width: 0; padding: 22px; border: 2px solid var(--ink); background: var(--paper-2); box-shadow: var(--shadow); }
.proof-heading { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 13px; border-bottom: 1px solid var(--line); font: 900 9px "Courier New", monospace; text-transform: uppercase; }
.proof-heading a { color: var(--blue); }
.score-row { display: grid; grid-template-columns: 74px minmax(0, 1fr) 45px; gap: 10px; align-items: center; margin-top: 22px; }
.score-row b { font: 800 9px "Courier New", monospace; }
.score-row strong { text-align: right; font: 800 11px "Courier New", monospace; }
.score-track { height: 12px; border: 1.5px solid var(--ink); background: #e5e4de; }
.score-track i { display: block; height: 100%; background: var(--blue); }
.score-row.candidate .score-track i { background: var(--red); }
.interval-plot { height: 100px; margin-top: 27px; position: relative; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.axis { display: flex; justify-content: space-between; position: absolute; inset: auto 0 5px; color: var(--muted); font: 8px "Courier New", monospace; }
.zero-line { width: 1px; position: absolute; right: 3px; top: 10px; bottom: 22px; background: var(--ink); }
.interval { height: 3px; position: absolute; left: 8%; right: 27%; top: 43px; background: var(--red); }
.interval:before, .interval:after { content: ""; width: 3px; height: 16px; position: absolute; top: -6px; background: var(--red); }
.interval:after { right: 0; }
.interval i { width: 10px; height: 10px; position: absolute; left: 44%; top: -4px; border-radius: 50%; background: var(--red); }
.interval b { position: absolute; left: calc(44% - 17px); top: 10px; color: var(--red); font: 800 9px "Courier New", monospace; }
.score-proof > p { margin: 13px 0 0; color: var(--muted); font-size: 10px; }
.mini-plate { display: grid; grid-template-columns: repeat(10, 1fr); gap: 7px; margin-top: 25px; }
.mini-plate i { aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; background: var(--blue-soft); box-shadow: inset 0 0 0 2px white; }
.mini-plate i.bad, .plate-caption i.bad { background: var(--red); }
.plate-caption { display: flex; justify-content: flex-end; gap: 15px; margin-top: 17px; font: 8px "Courier New", monospace; text-transform: uppercase; }
.plate-caption span { display: flex; align-items: center; gap: 5px; }
.plate-caption i { width: 9px; height: 9px; border: 1px solid var(--ink); border-radius: 50%; background: var(--blue-soft); }
.detection-proof { background: var(--yellow) !important; }
.detection-number { margin: 30px 0; }
.detection-number strong { display: block; font: 900 clamp(50px, 6vw, 78px) "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif; line-height: .9; }
.detection-number span { font: 900 9px "Courier New", monospace; text-transform: uppercase; }
.detection-split { display: grid; grid-template-columns: 1fr 1fr; border: 1.5px solid var(--ink); background: var(--paper-2); }
.detection-split div { padding: 12px; }
.detection-split div + div { border-left: 1px solid var(--ink); }
.detection-split strong, .detection-split span { display: block; }
.detection-split strong { font: 900 25px "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif; }
.detection-split span { color: var(--muted); font: 8px "Courier New", monospace; text-transform: uppercase; }
.scope-warning { margin: 18px 0 0; padding-top: 14px; border-top: 1px dashed var(--ink); font-size: 10px; }
.world-proof { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; margin-top: 60px; padding: 45px; border: 2px solid var(--ink); background: var(--blue-soft); }
.world-proof h3 { font-size: 36px; line-height: 1.02; font-weight: 850; }
.world-proof p { color: var(--muted); }
.world-proof a { font: 800 10px "Courier New", monospace; text-transform: uppercase; }
.drift-graph { min-height: 310px; position: relative; padding: 30px 20px 45px 50px; border: 1.5px solid var(--ink); background: var(--paper-2); }
.drift-graph:before { content: ""; position: absolute; inset: 30px 20px 45px 50px; background: repeating-linear-gradient(0deg, transparent 0 59px, var(--hair) 60px); }
.graph-y { position: absolute; left: 18px; top: 28px; bottom: 43px; display: flex; flex-direction: column; justify-content: space-between; font: 8px "Courier New", monospace; }
.drift-bars { height: 100%; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; align-items: end; position: relative; z-index: 2; }
.drift-bars i { min-height: 3px; position: relative; background: var(--red); border: 1px solid var(--ink); }
.drift-bars b { position: absolute; left: 50%; top: -18px; transform: translateX(-50%); font: 8px "Courier New", monospace; }
.graph-x { display: flex; justify-content: space-around; margin-top: 8px; font: 8px "Courier New", monospace; }
.graph-title { position: absolute; left: 50px; bottom: 12px; font: 900 9px "Courier New", monospace; text-transform: uppercase; }

.journeys { padding: 120px clamp(18px, 5vw, 80px); color: white; background: var(--blue); }
.journeys > * { max-width: 1400px; margin-left: auto; margin-right: auto; }
.journeys .section-index { margin-bottom: 70px; }
.journeys .kicker { color: var(--lime); }
.journey-head { display: grid; grid-template-columns: .5fr 1.5fr; gap: 40px; }
.journey-list { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 60px; border: 1px solid #a9bbff; }
.journey-list article { min-height: 330px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid #a9bbff; }
.journey-list article:last-child { border-right: 0; }
.journey-list article > span { color: var(--lime); font: 900 9px "Courier New", monospace; }
.journey-list h3 { margin: 30px 0 15px; font-size: 25px; line-height: 1.05; font-weight: 850; }
.journey-list p { color: #dce4ff; font-size: 13px; }
.journey-list b { margin-top: auto; padding-top: 20px; border-top: 1px solid #a9bbff; font: 800 9px/1.5 "Courier New", monospace; text-transform: uppercase; }

.method { max-width: 1500px; margin: auto; padding: 120px clamp(18px, 5vw, 80px); }
.method .section-index { margin-bottom: 70px; }
.method-intro { display: grid; grid-template-columns: .55fr 1.45fr; gap: 50px; }
.method-flow { margin: 55px 0 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.method-flow li { display: grid; grid-template-columns: 150px minmax(0, 1fr); border-bottom: 1px solid var(--line); }
.method-flow li > span { padding: 22px; color: var(--blue); font: 900 42px "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif; border-right: 1px solid var(--line); }
.method-flow li div { padding: 22px 30px; display: grid; grid-template-columns: .4fr 1fr; align-items: center; gap: 30px; }
.method-flow h3 { margin: 0; font-size: 28px; font-weight: 850; }
.method-flow p { margin: 0; color: var(--muted); }
.architecture { display: grid; grid-template-columns: .65fr 1.35fr; gap: 50px; margin-top: 80px; padding: 45px; color: white; background: var(--ink); }
.architecture .kicker { color: var(--lime); }
.architecture h3 { font-size: 36px; line-height: 1.02; font-weight: 850; }
.architecture-copy p { color: #b7bec4; }
.architecture-copy a { color: var(--lime); font: 800 9px "Courier New", monospace; text-transform: uppercase; }
.architecture-map { display: grid; grid-template-columns: repeat(9, auto); align-items: center; gap: 10px; overflow-x: auto; }
.architecture-map div { min-width: 120px; padding: 15px; border: 1px solid #6a747d; background: #26323c; }
.architecture-map div.gate-node { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.architecture-map span, .architecture-map b, .architecture-map small { display: block; }
.architecture-map span { color: var(--red); font: 900 8px "Courier New", monospace; }
.architecture-map b { margin: 6px 0; font: 900 10px "Courier New", monospace; text-transform: uppercase; }
.architecture-map small { color: #b8bfc4; font-size: 9px; }
.architecture-map .gate-node small { color: var(--ink); }
.architecture-map > i { color: var(--lime); font-style: normal; }

.service {
  padding: 120px clamp(18px, 5vw, 80px);
  color: white;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    var(--ink);
  background-size: 28px 28px;
}
.service > * { max-width: 1400px; margin-left: auto; margin-right: auto; }
.service .section-index { margin-bottom: 70px; }
.service .kicker { color: var(--lime); }
.service-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.service-intro > p { color: #c6d7df; font-size: 18px; }
.service-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 18px; margin-top: 55px; }
.surface-card {
  min-height: 320px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid #71828c;
  background: #1c3745;
}
.surface-card > span {
  color: var(--lime);
  font: 900 9px "Courier New", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.surface-card h3 { margin: 45px 0 12px; font-size: 31px; line-height: 1; }
.surface-card p { color: #c6d7df; }
.surface-card a {
  margin-top: auto;
  color: var(--lime);
  font: 900 9px "Courier New", monospace;
  text-transform: uppercase;
}
.surface-card code {
  margin: 15px 0 24px;
  padding: 13px;
  border: 1px solid #7196a7;
  color: white;
  background: #0d222d;
  font-size: 11px;
  overflow-x: auto;
}
.replay-card { border-top: 5px solid var(--red); }
.live-card { border-top: 5px solid var(--lime); }
.service-status {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid #71828c;
  background: #0d222d;
}
.service-status div { min-width: 0; }
.service-status b, .service-status span, .service-status small { display: block; }
.service-status b { color: var(--red); font: 900 9px "Courier New", monospace; }
.service-status span { margin: 5px 0; font: 900 11px "Courier New", monospace; text-transform: uppercase; }
.service-status small { color: #a9c0ca; font-size: 10px; }
.service-status i { color: var(--lime); font-style: normal; }

.limits { padding: 120px clamp(18px, 5vw, 80px); border-top: 2px solid var(--ink); background: var(--blue-soft); }
.limits > * { max-width: 1400px; margin-left: auto; margin-right: auto; }
.limits .section-index { margin-bottom: 70px; }
.limits-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.limits-head > p { font-size: 18px; }
.limits-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 55px; }
.limits-columns article { padding: 28px; border: 2px solid var(--ink); background: var(--paper-2); box-shadow: var(--shadow); }
.limit-label { display: inline-block; padding: 6px 9px; color: white; background: var(--green); font: 900 9px "Courier New", monospace; text-transform: uppercase; }
.limit-label.no { background: var(--red); }
.limits-columns ul { margin: 25px 0 0; padding: 0; list-style: none; }
.limits-columns li { padding: 12px 0 12px 24px; position: relative; border-top: 1px solid var(--hair); }
.limits-columns li:before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.limits-columns article:last-child li:before { content: "—"; color: var(--red); }
.limits-link { display: inline-block; margin-top: 28px; font: 900 10px "Courier New", monospace; text-transform: uppercase; }

.about {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 650px;
  background: var(--paper-2);
}
.about-copy { padding: 110px clamp(25px, 7vw, 110px); }
.about-copy > p:not(.kicker) { max-width: 760px; color: var(--muted); font-size: 18px; }
.about-links { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; font: 900 9px "Courier New", monospace; text-transform: uppercase; }
.cta-dossier { padding: 80px clamp(25px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; color: white; background: var(--blue); }
.cta-dossier > span { font: 900 9px "Courier New", monospace; text-transform: uppercase; letter-spacing: .12em; }
.cta-dossier h3 { margin: 40px 0 20px; font-size: clamp(44px, 5vw, 72px); line-height: .9; letter-spacing: -.04em; font-weight: 900; text-transform: uppercase; }
.cta-dossier p { max-width: 550px; color: #dceffc; font-size: 17px; }
.cta-dossier a { margin-top: 30px; padding: 16px; display: flex; justify-content: space-between; border: 1px solid white; border-radius: 5px; color: var(--ink); background: white; box-shadow: inset 0 1px 0 white, 0 7px 18px rgba(8,37,52,.2); font-weight: 900; text-decoration: none; }
.site-footer {
  min-height: 180px;
  padding: 45px clamp(18px, 5vw, 80px);
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 30px;
  align-items: center;
  color: white;
  background: var(--ink);
}
.wordmark.inverse small { color: #afb6bc; }
.site-footer p { margin: 0; color: #afb6bc; font: 9px "Courier New", monospace; text-transform: uppercase; }
.site-footer nav { display: flex; gap: 20px; font: 900 9px "Courier New", monospace; text-transform: uppercase; }

@media (max-width: 1100px) {
  .site-header nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 28px 1fr; }
  .hero-instrument { grid-column: 2; margin-bottom: 60px; }
  .manifesto { grid-template-columns: 110px 1fr; }
  .manifesto .red-note { grid-column: 2; }
  .refusals { grid-template-columns: 1fr 1fr; }
  .refusals > * { border-bottom: 1px solid var(--line); }
  .evidence-board { grid-template-columns: 1fr 1fr; }
  .detection-proof { grid-column: 1 / -1; }
  .journey-list { grid-template-columns: 1fr 1fr; }
  .journey-list article { border-bottom: 1px solid #a9bbff; }
  .architecture { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .site-header { height: 68px; gap: 12px; }
  .wordmark small { display: none; }
  .header-cta { padding: 9px; font-size: 8px; }
  .hero { min-height: 0; padding-top: 70px; }
  .hero-register { display: none; }
  .hero-copy, .hero-instrument { grid-column: 1 / -1; }
  h1 { font-size: clamp(54px, 17vw, 82px); }
  .hero-instrument { transform: none; }
  .hero-metrics { grid-template-columns: 1fr 1fr; }
  .hero-metrics div { border-bottom: 1px solid var(--line); }
  .manifesto { padding-top: 80px; grid-template-columns: 1fr; }
  .manifesto .red-note { grid-column: 1; }
  .refusals, .thesis-head, .modality-grid, .evidence-intro, .evidence-board,
  .world-proof, .journey-head, .journey-list, .method-intro, .limits-head,
  .limits-columns, .about, .site-footer, .service-intro, .service-grid {
    grid-template-columns: 1fr;
  }
  .refusals > * { min-height: 280px; border-right: 0; }
  .equation { grid-template-columns: 1fr; }
  .equation > b { transform: rotate(90deg); text-align: center; }
  .detection-proof { grid-column: auto; }
  .world-proof { padding: 25px; }
  .journey-list article { border-right: 0; }
  .method-flow li { grid-template-columns: 70px 1fr; }
  .method-flow li > span { padding: 16px 8px; font-size: 28px; }
  .method-flow li div { grid-template-columns: 1fr; padding: 16px; gap: 5px; }
  .architecture { padding: 25px; }
  .service-status { grid-template-columns: 1fr; }
  .service-status i { transform: rotate(90deg); text-align: center; }
  .about-copy { padding: 80px 25px; }
  .site-footer { align-items: start; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; transition: none !important; }
}
