:root {
  --accent-red: #d71920;
  --accent-red-hover: #ad1117;
  --accent-red-soft: #ff666b;
  --surface-primary: #fbfaf6;
  --surface-muted: #efede6;
  --surface-raised: #1b1b1b;
  --surface-dark: #111111;
  --surface-dark-soft: #1a1a1a;
  --text-primary: #151515;
  --text-muted: #5c5a55;
  --text-on-dark: #faf8f2;
  --text-on-dark-muted: #c9c6be;
  --border-subtle: #cbc7bd;
  --border-strong: #151515;
  --focus-ring: #2176ff;
  --evidence-documented-bg: #dbe8ca;
  --evidence-documented-text: #29411d;
  --evidence-reported-bg: #d8e6ec;
  --evidence-reported-text: #244958;
  --evidence-inferred-bg: #f3ddbe;
  --evidence-inferred-text: #60391f;
  --evidence-unknown-bg: #dfddd7;
  --evidence-unknown-text: #494844;
  --likelihood-high: #c956ad;
  --likelihood-high-soft: #e5a5d7;
  --likelihood-moderate-high: #e7bd36;
  --likelihood-moderate-high-soft: #f2d777;
  --likelihood-moderate: #4ca5b8;
  --likelihood-moderate-soft: #9cd0d9;
  --likelihood-possible: #969c98;
  --map-anchor: #315e65;
  --map-context: #667581;
  --content-max: 1280px;
  --gutter: clamp(1.25rem, 4vw, 3.5rem);
  --section-space: clamp(4rem, 6vw, 6.5rem);
  --card-padding: clamp(1.25rem, 2vw, 2rem);
  --control-height: 44px;
  --header-height: 68px;
  --chapter-height: 50px;
  --sticky-offset: calc(var(--header-height) + var(--chapter-height) + 1rem);
  --radius: 2px;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
  --serif: "Newsreader", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  color: var(--text-primary);
  background: var(--surface-primary);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input { font: inherit; }
.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  background: var(--accent-red);
  padding: .8rem 1rem;
}
.skip-link:focus { top: 1rem; }
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

.site-header {
  height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  border-top: 5px solid var(--accent-red);
  border-bottom: 1px solid var(--text-primary);
  background: var(--surface-primary);
  color: var(--text-primary);
  position: sticky;
  top: 0;
  z-index: 5;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -.01em;
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 42px; height: 30px;
  border-radius: 0;
  border: 0;
  background: var(--text-primary);
  color: white;
  font-family: var(--mono);
  font-size: .68rem;
}
.site-header nav { display: flex; gap: 2rem; }
.site-header nav a, .source-link {
  color: var(--text-primary);
  text-decoration: none;
  font-size: .76rem;
  font-weight: 600;
  transition: color .2s ease;
}
.site-header nav a:hover, .source-link:hover { color: var(--accent-red); }
.source-link { justify-self: end; }
.edition-label {
  justify-self: end;
  color: var(--text-muted);
  font-family: var(--mono);
  font-size: .52rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: clamp(3rem, 7vw, 9rem);
  align-items: end;
  padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8.5rem) 4.5rem;
  background: var(--surface-primary);
  color: var(--text-primary);
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  width: 11px; height: 54%;
  right: 0; bottom: 0;
  border: 0;
  border-radius: 0;
  background: var(--accent-red);
  box-shadow: none;
}
.hero-grid { display: none; }
.hero-copy, .hero-dossier { position: relative; z-index: 1; }
.eyebrow, .section-kicker, .mini-label {
  margin: 0 0 1.5rem;
  font-family: var(--mono);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: .75rem; color: var(--accent-red); }
.eyebrow span { width: 38px; height: 1px; background: currentColor; }
.hero h1 {
  max-width: 1000px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 7.6vw, 8.2rem);
  font-weight: 600;
  line-height: .86;
  letter-spacing: -.06em;
}
.hero h1 em { color: var(--accent-red); font-weight: 600; }
.hero-deck {
  max-width: 790px;
  margin: 2.5rem 0 0;
  color: var(--text-muted);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.6vw, 1.6rem);
  line-height: 1.5;
}
.article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.5rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--text-primary);
  color: var(--text-muted);
  font-family: var(--mono);
  font-size: .56rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.article-byline span:first-child { color: var(--text-primary); font-weight: 500; }
.hero-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2.5rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  min-height: 50px;
  padding: 0 1.35rem;
  border-radius: 2px;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 700;
}
.button-primary { background: var(--text-primary); color: white; }
.button-primary:hover { background: var(--accent-red); }
.button-light { background: white; color: var(--surface-dark); }
.text-link {
  color: var(--text-primary);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 600;
}
.text-link:hover { color: var(--accent-red); }
.hero-dossier {
  align-self: end;
  background: var(--text-primary);
  color: white;
  padding: 1.75rem;
  transform: none;
  box-shadow: 14px 14px 0 var(--accent-red);
}
.dossier-label {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-subtle);
  font-family: var(--mono);
  font-size: .64rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-dossier dl { margin: 0; }
.hero-dossier dl > div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--border-subtle);
}
.hero-dossier dt { font-size: .73rem; color: rgba(255,255,255,.58); }
.hero-dossier dd { margin: 0; font-family: var(--serif); font-size: 2rem; line-height: 1; }
.hero-dossier dd span { font-family: var(--sans); font-size: .68rem; color: rgba(255,255,255,.58); }
.hero-dossier > p { margin: 1.25rem 0 0; font-size: .74rem; line-height: 1.6; color: rgba(255,255,255,.68); }
.lead-visual {
  margin: 0;
  padding: 0 clamp(1.25rem, 4vw, 4rem) 1rem;
  background: var(--surface-primary);
}
.lead-visual img {
  display: block;
  width: 100%;
  height: clamp(280px, 41vw, 620px);
  object-fit: cover;
  object-position: center;
  filter: saturate(.78) contrast(1.06);
}
.lead-visual figcaption {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: .7rem 0 0;
  color: var(--text-muted);
  font-size: .58rem;
  line-height: 1.5;
}
.lead-visual figcaption span {
  flex: 0 0 auto;
  color: var(--text-primary);
  font-family: var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ticker {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--text-primary);
  color: white;
  border-bottom: 1px solid var(--text-primary);
}
.ticker div {
  padding: 1.15rem 1.5rem;
  border-right: 1px solid rgba(255,255,255,.24);
  font-family: var(--mono);
  font-size: .63rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.ticker div:last-child { border-right: 0; }
.ticker strong { color: var(--accent-red-soft); }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8.5rem); }
.section-kicker { color: var(--accent-red); }
.section-kicker.light { color: var(--accent-red); }
.position-section { background: var(--text-primary); color: white; }
.position-statement {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(3rem, 10vw, 11rem);
  align-items: end;
}
.position-label {
  margin: 0 0 1.2rem;
  color: var(--accent-red-soft);
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.position-statement h2 { max-width: 760px; }
.position-copy p { margin: 0 0 1.2rem; color: rgba(255,255,255,.7); font-size: .9rem; line-height: 1.8; }
.position-copy p:first-child { color: white; }
.position-copy > a {
  display: inline-block;
  margin-top: .5rem;
  color: var(--accent-red-soft);
  font-size: .76rem;
  font-weight: 700;
  text-decoration: none;
}
.position-copy > a:hover { color: white; }
.opposition-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 5rem;
  background: rgba(255,255,255,.24);
  border: 1px solid rgba(255,255,255,.24);
}
.opposition-principles article { min-height: 220px; padding: 1.4rem; background: var(--surface-dark-soft); }
.opposition-principles span { color: var(--accent-red-soft); font-family: var(--mono); font-size: .58rem; }
.opposition-principles h3 { margin: 3rem 0 .7rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
.opposition-principles p { margin: 0; color: rgba(255,255,255,.58); font-size: .72rem; line-height: 1.65; }
.overview-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(3rem, 10vw, 11rem);
}
h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.3rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.04em;
}
.lede { padding-top: .3rem; }
.lede p { margin: 0 0 1.3rem; color: var(--text-muted); font-size: 1.05rem; line-height: 1.8; }
.lede strong { color: var(--text-primary); }
.finding-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5rem;
  border-top: 1px solid var(--text-primary);
  border-bottom: 1px solid var(--text-primary);
}
.finding-cards article {
  min-height: 350px;
  padding: 1.5rem;
  border-right: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
}
.finding-cards article:last-child { border-right: 0; }
.card-number, .profile-index {
  font-family: var(--mono);
  font-size: .65rem;
  color: var(--text-muted);
}
.status {
  width: max-content;
  border-radius: 20px;
  padding: .35rem .6rem;
  font-family: var(--mono);
  font-size: .56rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.finding-cards .status { margin: 2.5rem 0 1rem; }
.status.confirmed { background: var(--evidence-documented-bg); color: var(--evidence-documented-text); }
.status.anchor { background: var(--evidence-reported-bg); color: var(--evidence-reported-text); }
.status.probable { background: var(--evidence-inferred-bg); color: var(--evidence-inferred-text); }
.status.unconfirmed { background: var(--evidence-unknown-bg); color: #555; }
.finding-cards h3 {
  max-width: 260px;
  margin: 0 0 1rem;
  font-family: var(--serif);
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.05;
}
.finding-cards p { margin: 0; color: var(--text-muted); font-size: .83rem; line-height: 1.7; }
.finding-cards a { margin-top: auto; font-size: .73rem; font-weight: 700; text-decoration: none; }
.finding-cards a:hover { color: var(--accent-red); }

.evidence-framework {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 3rem;
  background: var(--text-primary);
  border: 1px solid var(--text-primary);
}
.evidence-framework article {
  min-height: 220px;
  padding: 1.5rem;
  background: var(--surface-primary);
}
.framework-code {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-family: var(--mono);
  font-size: .58rem;
}
.framework-code.documented { background: var(--evidence-documented-bg); }
.framework-code.inferred { background: var(--evidence-inferred-bg); }
.framework-code.unknown { background: var(--evidence-unknown-bg); }
.evidence-framework h3 {
  margin: 2.2rem 0 .7rem;
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 500;
}
.evidence-framework p { margin: 0; color: var(--text-muted); font-size: .75rem; line-height: 1.65; }

.timeline-section { background: var(--surface-muted); }
.timeline-intro {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(3rem, 10vw, 11rem);
  margin-bottom: 5rem;
}
.timeline-intro > div:last-child { align-self: end; }
.timeline-intro > div:last-child p { margin: 0 0 1rem; color: var(--text-muted); font-size: .86rem; line-height: 1.8; }
.timeline-intro .timeline-caveat {
  padding: 1rem;
  border-left: 3px solid var(--accent-red);
  background: rgba(255,255,255,.55);
  color: var(--text-primary);
  font-size: .72rem;
}
.timeline { border-top: 1px solid var(--text-primary); }
.timeline article {
  display: grid;
  grid-template-columns: minmax(150px, .45fr) minmax(0, 1.35fr) 130px;
  gap: 2rem;
  align-items: start;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--border-subtle);
}
.timeline time {
  padding-top: .25rem;
  font-family: var(--mono);
  font-size: .62rem;
  font-weight: 500;
  text-transform: uppercase;
}
.timeline h3 { margin: 0 0 .45rem; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.timeline p { max-width: 760px; margin: 0; color: var(--text-muted); font-size: .75rem; line-height: 1.7; }
.timeline-tag {
  justify-self: end;
  padding: .38rem .55rem;
  border-radius: 20px;
  font-family: var(--mono);
  font-size: .49rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.timeline-tag.fact { background: var(--evidence-documented-bg); color: var(--evidence-documented-text); }
.timeline-tag.inference { background: var(--evidence-inferred-bg); color: var(--evidence-inferred-text); }

.map-section {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(3rem, 7vw, 8rem);
  min-height: 780px;
  background: var(--surface-dark);
  color: white;
  overflow: hidden;
}
.map-copy { display: flex; flex-direction: column; justify-content: center; }
.map-copy h2 { font-size: clamp(3rem, 4.2vw, 4.8rem); }
.map-copy > p { max-width: 500px; margin: 1.8rem 0; color: rgba(255,255,255,.64); font-size: .9rem; line-height: 1.8; }
.map-legend { display: flex; flex-wrap: wrap; gap: 1.2rem; margin: 1rem 0 3rem; }
.map-legend span { display: flex; align-items: center; gap: .45rem; color: rgba(255,255,255,.72); font-family: var(--mono); font-size: .56rem; text-transform: uppercase; }
.dot { width: 8px; height: 8px; border-radius: 50%; }
.dot-confirmed { background: var(--accent-red); }
.dot-anchor { background: var(--map-anchor); }
.dot-nearby { background: var(--accent-red); }
.likelihood-high { background: var(--likelihood-high); }
.likelihood-moderate-high { background: var(--likelihood-moderate-high); }
.likelihood-moderate { background: var(--likelihood-moderate); }
.likelihood-possible { background: var(--likelihood-possible); }
.line-swatch { width: 22px; height: 3px; background: white; }
.area-swatch {
  width: 18px;
  height: 12px;
  border: 2px solid var(--accent-red);
  background: rgba(217,238,101,.22);
}
.context-swatch {
  width: 18px;
  height: 12px;
  border: 2px dashed var(--map-context);
  background: color-mix(in srgb, var(--map-context) 24%, transparent);
}
.map-tools {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin: 0 0 2.2rem;
}
.likelihood-legend {
  max-width: 460px;
  margin: -1.5rem 0 2.2rem;
  padding: .9rem 0;
  border-top: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.likelihood-legend p {
  margin: 0 0 .65rem;
  color: rgba(255,255,255,.78);
  font-family: var(--mono);
  font-size: .56rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.likelihood-legend p em {
  color: rgba(255,255,255,.4);
  font-style: normal;
}
.likelihood-legend > div {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1rem;
}
.likelihood-legend span {
  display: flex;
  align-items: center;
  gap: .4rem;
  color: rgba(255,255,255,.6);
  font-family: var(--mono);
  font-size: .5rem;
  text-transform: uppercase;
}
.map-tools button,
.map-tools a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 .9rem;
  border: 1px solid rgba(255,255,255,.28);
  background: transparent;
  color: white;
  font-family: var(--mono);
  font-size: .55rem;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.map-tools button:hover,
.map-tools a:hover {
  border-color: var(--accent-red);
  color: var(--accent-red);
}
.map-note { max-width: 390px; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.2); }
.map-note span { font-family: var(--mono); color: var(--accent-red); font-size: .55rem; text-transform: uppercase; letter-spacing: .1em; }
.map-note p { margin: .65rem 0 0; font-family: var(--serif); font-size: 1.45rem; line-height: 1.3; }
.map-note small {
  display: block;
  margin-top: 1rem;
  color: rgba(255,255,255,.42);
  font-size: .56rem;
  line-height: 1.6;
}
.map-note small a { color: rgba(255,255,255,.7); }

.map {
  min-height: 600px;
  position: relative;
  overflow: hidden;
  background-color: #193c32;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  border: 1px solid rgba(255,255,255,.14);
}
.map-frame {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  background: #193c32;
}
#research-map {
  position: absolute;
  inset: 0;
  z-index: 1;
  min-height: 650px;
  font-family: var(--sans);
}
.map-badge,
.map-accuracy {
  position: absolute;
  z-index: 500;
  background: rgba(14,43,35,.94);
  color: white;
  backdrop-filter: blur(8px);
  pointer-events: none;
}
.map-badge {
  left: 1rem;
  top: 1rem;
  display: flex;
  gap: .65rem;
  align-items: center;
  padding: .65rem .75rem;
  font-family: var(--mono);
  font-size: .5rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.map-badge strong { color: var(--accent-red); }
.map-badge span { color: rgba(255,255,255,.65); }
.map-accuracy {
  right: 1rem;
  bottom: 1.4rem;
  max-width: 220px;
  display: grid;
  gap: .3rem;
  padding: .8rem;
}
.map-accuracy span {
  color: var(--accent-red);
  font-family: var(--mono);
  font-size: .48rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.map-accuracy strong {
  color: rgba(255,255,255,.8);
  font-size: .56rem;
  font-weight: 500;
}
.leaflet-container { background: #d7ddcf; }
.leaflet-control-zoom a,
.leaflet-control-layers {
  border: 0 !important;
  border-radius: 0 !important;
  font-family: var(--sans);
}
.leaflet-control-layers {
  color: var(--text-primary);
  box-shadow: 0 4px 20px rgba(0,0,0,.18) !important;
}
.leaflet-control-attribution { font-size: 9px !important; }
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  border-radius: 0;
  background: var(--surface-primary);
  color: var(--text-primary);
}
.leaflet-popup-content {
  width: min(290px, 70vw) !important;
  margin: 1.1rem;
  font-family: var(--sans);
  font-size: .7rem;
  line-height: 1.55;
}
.leaflet-popup-content h2 {
  margin: 0 0 .7rem;
  font-size: 1.35rem;
  line-height: 1.05;
}
.leaflet-popup-content h3 { margin: 1rem 0 .3rem; font-size: .8rem; }
.leaflet-popup-content p { margin: .35rem 0; }
.leaflet-popup-content ul { max-height: 180px; overflow: auto; padding-left: 1.1rem; }
.leaflet-popup-content .accuracy { color: var(--text-muted); font-size: .62rem; }
.owner-map-marker {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 50% 0;
  border: 2px solid white;
  background: var(--accent-red);
  box-shadow: 0 4px 12px rgba(0,0,0,.35);
  color: white;
  transform: rotate(-45deg);
}
.owner-map-marker span {
  font-family: var(--mono);
  font-size: .5rem;
  font-weight: 700;
  transform: rotate(45deg);
}
.owner-map-marker.confirmed { background: #8ca820; color: #10251e; }
.owner-map-marker.anchor { background: #315e65; color: white; }
.leaflet-tooltip.owner-label {
  border: 0;
  border-radius: 0;
  background: rgba(14,43,35,.92);
  color: white;
  box-shadow: none;
  padding: .3rem .4rem;
  font-family: var(--mono);
  font-size: .48rem;
}
.leaflet-tooltip.owner-label::before { display: none; }
.map-coordinate { position: absolute; z-index: 4; font-family: var(--mono); font-size: .5rem; color: rgba(255,255,255,.35); letter-spacing: .1em; }
.map-coordinate.top { top: 12px; left: 18px; }
.map-coordinate.side { right: -20px; top: 80px; transform: rotate(90deg); }
.road { position: absolute; z-index: 2; background: #ecede4; }
.road span { position: absolute; color: var(--surface-dark); background: var(--accent-red); padding: .25rem .4rem; font-family: var(--mono); font-size: .49rem; font-weight: 500; white-space: nowrap; }
.road-71 { width: 12px; height: 120%; left: 69%; top: -10%; transform: rotate(3deg); box-shadow: inset 0 0 0 4px #bfbdad; }
.road-71 span { left: 22px; top: 17%; transform: rotate(-3deg); }
.road-jet { width: 6px; height: 105%; left: 43%; top: -3%; transform: rotate(-8deg); }
.road-jet span { left: 14px; top: 73%; transform: rotate(8deg); }
.road-cross { height: 4px; width: 92%; top: 62%; left: 0; transform: rotate(-2deg); background: #a0a399; }
.river { position: absolute; z-index: 1; width: 130px; height: 800px; border: 12px solid var(--map-anchor); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; opacity: .7; transform: rotate(12deg); }
.river-one { left: -65px; top: -200px; }
.river-two { left: 10px; top: 260px; transform: rotate(36deg); }
.river-label { position: absolute; left: 5%; top: 42%; color: var(--map-anchor); font-family: var(--mono); font-size: .55rem; transform: rotate(-72deg); }
.section-outline {
  position: absolute; z-index: 1;
  left: 28%; top: 32%;
  width: 38%; height: 34%;
  border: 1px dashed rgba(217,238,101,.7);
  background: rgba(217,238,101,.035);
}
.section-outline span { position: absolute; left: .6rem; top: .5rem; color: rgba(255,255,255,.45); font-family: var(--mono); font-size: .48rem; line-height: 1.45; letter-spacing: .08em; }
.pin { position: absolute; z-index: 4; display: flex; align-items: center; gap: .55rem; }
.pin b {
  display: grid; place-items: center;
  width: 27px; height: 27px;
  border-radius: 50%;
  color: var(--surface-dark);
  font-family: var(--mono); font-size: .58rem;
  box-shadow: 0 0 0 6px rgba(255,255,255,.08);
}
.confirmed-pin b { background: var(--accent-red); }
.nearby-pin b { background: var(--accent-red); color: white; }
.pin span { display: none; min-width: 110px; padding: .55rem .65rem; background: var(--surface-primary); color: var(--text-primary); font-size: .55rem; line-height: 1.4; box-shadow: 0 8px 30px rgba(0,0,0,.25); }
.pin span strong { display: block; font-size: .66rem; }
.pin:hover span, .pin:focus-within span { display: block; }
.pin-drake { left: 47%; top: 56%; }
.pin-albright { left: 46%; top: 42%; }
.pin-burson { left: 48%; top: 34%; }
.pin-hatfield { left: 67%; top: 71%; }
.station { position: absolute; z-index: 4; right: 3%; top: 35%; display: flex; gap: .6rem; align-items: center; padding: .6rem .7rem; background: var(--surface-primary); color: var(--text-primary); font-size: .55rem; }
.station strong { display: block; font-size: .66rem; }
.station-icon { font-size: 1.3rem; }
.north { position: absolute; z-index: 5; right: 20px; top: 18px; text-align: center; font-family: var(--mono); font-size: .55rem; }
.north i { display: block; width: 0; height: 0; margin-top: 4px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 18px solid var(--accent-red); }
.scale { position: absolute; z-index: 5; left: 18px; bottom: 15px; color: rgba(255,255,255,.4); font-family: var(--mono); font-size: .45rem; }
.scale span { display: block; width: 80px; height: 4px; margin-bottom: 5px; border-left: 1px solid white; border-right: 1px solid white; border-bottom: 1px solid white; }

.systems-section { background: var(--surface-primary); }
.structure-flow {
  display: grid;
  grid-template-columns: 1fr 36px 1fr 36px 1fr;
  align-items: stretch;
  margin-top: 4rem;
}
.structure-flow article {
  padding: 1.7rem;
  border: 1px solid var(--text-primary);
  background: var(--surface-muted);
}
.structure-flow > i {
  display: grid;
  place-items: center;
  font-family: var(--mono);
  font-size: 1.1rem;
  font-style: normal;
}
.structure-flow span,
.entity-note span {
  color: var(--accent-red);
  font-family: var(--mono);
  font-size: .52rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.structure-flow h3 { margin: 2.7rem 0 .65rem; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.structure-flow p { margin: 0; color: var(--text-muted); font-size: .72rem; line-height: 1.65; }
.entity-note {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1rem;
  border-top: 1px solid var(--text-primary);
  border-bottom: 1px solid var(--text-primary);
}
.entity-note div {
  display: grid;
  gap: .45rem;
  padding: 1rem;
  border-right: 1px solid var(--border-subtle);
}
.entity-note div:last-child { border-right: 0; }
.entity-note strong { font-family: var(--serif); font-size: 1.1rem; font-weight: 500; }
.systems-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 4rem;
  background: var(--text-primary);
  border: 1px solid var(--text-primary);
}
.systems-grid article { min-height: 440px; padding: 1.7rem; background: var(--surface-dark); color: white; }
.system-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  color: var(--accent-red);
  font-family: var(--serif);
  font-size: 1.4rem;
}
.systems-grid .mini-label { margin: 3rem 0 .8rem; color: var(--accent-red); }
.systems-grid h3 { margin: 0 0 1rem; font-family: var(--serif); font-size: 2rem; font-weight: 500; line-height: 1.08; }
.systems-grid > article > p:not(.mini-label) { color: rgba(255,255,255,.62); font-size: .75rem; line-height: 1.7; }
.systems-grid ul { margin: 1.5rem 0 0; padding: 1rem 0 0 1rem; border-top: 1px solid rgba(255,255,255,.16); }
.systems-grid li { margin: .65rem 0; color: rgba(255,255,255,.72); font-size: .68rem; line-height: 1.5; }
.integrated-case {
  display: grid;
  grid-template-columns: .72fr 1.15fr auto;
  gap: 2.5rem;
  align-items: end;
  margin-top: 2rem;
  padding: 2rem;
  border: 1px solid var(--text-primary);
  background: var(--surface-muted);
}
.integrated-case .mini-label { margin-bottom: .7rem; color: var(--accent-red); }
.integrated-case h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 500; line-height: 1.05; }
.integrated-case > p { margin: 0; color: var(--text-muted); font-size: .76rem; line-height: 1.75; }
.integrated-case > a {
  min-width: 170px;
  padding-bottom: .25rem;
  border-bottom: 1px solid var(--text-primary);
  font-size: .68rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.integrated-case > a:hover { color: var(--accent-red); border-color: var(--accent-red); }

.transparency-section { background: var(--surface-muted); }
.transparency-lead {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(3rem, 10vw, 11rem);
  align-items: end;
}
.transparency-caution {
  padding: 1.4rem;
  border: 1px solid var(--text-primary);
  background: var(--surface-primary);
}
.transparency-caution span {
  color: var(--accent-red);
  font-family: var(--mono);
  font-size: .54rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.transparency-caution p { margin: .8rem 0 0; color: var(--text-muted); font-size: .76rem; line-height: 1.7; }
.transparency-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 4rem;
  border-top: 1px solid var(--text-primary);
  border-bottom: 1px solid var(--text-primary);
}
.transparency-grid article { min-height: 280px; padding: 1.4rem; border-right: 1px solid var(--border-subtle); }
.transparency-grid article:last-child { border-right: 0; }
.finding-index { font-family: var(--mono); font-size: .58rem; color: var(--accent-red); }
.transparency-grid h3 { margin: 4rem 0 .8rem; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.transparency-grid p { margin: 0; color: var(--text-muted); font-size: .73rem; line-height: 1.65; }
.records-panel {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 3rem;
  align-items: center;
  margin-top: 3rem;
  padding: 2rem;
  background: var(--accent-red);
}
.records-panel .mini-label { margin-bottom: .7rem; color: #3f2115; }
.records-panel h3 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.records-panel > p { margin: 0; font-size: .78rem; line-height: 1.7; }
.participant-section, .benefit-section { margin-top: 5rem; }
.participant-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2rem;
}
.participant-heading h3 { margin: 0; font-family: var(--serif); font-size: 2.5rem; font-weight: 500; }
.participant-heading p { max-width: 480px; margin: 0; color: var(--text-muted); font-size: .72rem; line-height: 1.65; }
.participant-grid,
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--text-primary);
  border: 1px solid var(--text-primary);
}
.participant-grid article,
.benefit-grid article { min-height: 190px; padding: 1.3rem; background: var(--surface-primary); }
.participant-grid span,
.benefit-grid span {
  color: var(--accent-red);
  font-family: var(--mono);
  font-size: .5rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.participant-grid h4,
.benefit-grid h4 { margin: 2.2rem 0 .55rem; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.participant-grid p,
.benefit-grid p { margin: 0; color: var(--text-muted); font-size: .68rem; line-height: 1.6; }
.voltus-note {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 2rem;
  align-items: start;
  margin-top: 1.5rem;
  padding: var(--card-padding);
  border: 1px solid var(--border-subtle);
  background: var(--surface-primary);
}
.voltus-note-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .8rem;
}
.voltus-note-label > strong {
  color: var(--accent-red);
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.voltus-note-body h4 {
  margin: 0 0 .7rem;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  font-weight: 500;
  line-height: 1.08;
}
.voltus-note-body > p {
  margin: 0;
  color: var(--text-muted);
  font-size: .84rem;
  line-height: 1.7;
}
.voltus-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 1.5rem 0;
  background: var(--border-strong);
  border: 1px solid var(--border-strong);
}
.voltus-fact-grid article {
  min-height: 190px;
  padding: 1.2rem;
  background: var(--surface-primary);
}
.voltus-fact-grid span {
  display: block;
  color: var(--accent-red);
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.voltus-fact-grid p {
  margin: 2rem 0 0;
  color: var(--text-muted);
  font-size: .78rem;
  line-height: 1.65;
}
.voltus-note-body .voltus-boundary {
  padding: 1rem;
  border-left: 3px solid var(--evidence-unknown-text);
  background: var(--surface-muted);
  color: var(--text-primary);
}
.voltus-questions {
  margin: 1.5rem 0;
  padding: var(--card-padding);
  background: var(--surface-dark);
  color: var(--text-on-dark);
}
.voltus-questions h5 {
  margin: 0 0 1rem;
  color: var(--accent-red-soft);
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.voltus-questions ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem 2rem;
  margin: 0;
  padding-left: 1.1rem;
}
.voltus-questions li {
  color: var(--text-on-dark-muted);
  font-size: .78rem;
  line-height: 1.65;
}
.voltus-boundary strong {
  font-weight: 700;
}
.voltus-links {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1.25rem;
  margin-top: 1rem;
}
.voltus-links a {
  color: var(--text-primary);
  font-size: .75rem;
  font-weight: 700;
  text-underline-offset: .2em;
}
.voltus-links a:hover,
.voltus-links a:focus-visible {
  color: var(--accent-red);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 3rem;
}
.section-heading h2 { font-size: clamp(3rem, 4.5vw, 4.8rem); }
.section-heading > p { max-width: 420px; margin: 0; color: var(--text-muted); font-size: .83rem; line-height: 1.65; }
.filter-bar { display: flex; border-top: 1px solid var(--text-primary); border-bottom: 1px solid var(--text-primary); }
.filter {
  flex: 1;
  display: flex; justify-content: space-between;
  padding: 1rem;
  border: 0; border-right: 1px solid var(--border-subtle);
  background: transparent;
  color: var(--text-muted);
  cursor: pointer;
  font-size: .7rem;
  font-weight: 700;
}
.filter:last-child { border-right: 0; }
.filter span { font-family: var(--mono); font-weight: 400; }
.filter:hover, .filter.active { background: var(--text-primary); color: white; }
.evidence-list article {
  display: grid;
  grid-template-columns: 70px 110px 1fr;
  align-items: center;
  gap: 1.5rem;
  min-height: 100px;
  padding: 1rem;
  border-bottom: 1px solid var(--border-subtle);
}
.evidence-list article[hidden] { display: none; }
.evidence-id { font-family: var(--mono); font-size: .58rem; color: var(--text-muted); }
.evidence-list p { margin: 0; font-family: var(--serif); font-size: 1.3rem; line-height: 1.3; }

.parcel-section { background: var(--surface-muted); }
.search-box {
  width: min(100%, 340px);
  display: flex; align-items: center; gap: .7rem;
  padding: .75rem 0;
  border-bottom: 1px solid var(--text-primary);
}
.search-box svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; font-size: .78rem; }
.owner-profiles { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--text-primary); border: 1px solid var(--text-primary); }
.owner-profiles article { background: var(--surface-primary); padding: 2rem; }
.profile-top { display: flex; justify-content: space-between; align-items: center; }
.owner-profiles h3 { margin: 3rem 0 .3rem; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.profile-address { margin: 0 0 2rem; color: var(--text-muted); font-size: .76rem; }
.owner-profiles dl { margin: 0; }
.owner-profiles dl div { display: grid; grid-template-columns: 120px 1fr; padding: .75rem 0; border-top: 1px solid var(--border-subtle); font-size: .7rem; }
.owner-profiles dt { color: var(--text-muted); }
.owner-profiles dd { margin: 0; text-align: right; font-family: var(--mono); font-size: .62rem; }
.bridge-assessment {
  margin-top: 3rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid var(--text-primary);
  background: var(--surface-primary);
}
.bridge-heading {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
}
.bridge-heading .mini-label {
  margin: 0 0 .75rem;
  color: var(--accent-red);
}
.bridge-heading h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 500;
  line-height: 1.05;
}
.bridge-heading > p {
  margin: 0;
  color: var(--text-muted);
  font-size: .76rem;
  line-height: 1.7;
}
.bridge-routes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 2rem;
  background: var(--text-primary);
  border: 1px solid var(--text-primary);
}
.bridge-routes div {
  display: grid;
  gap: .55rem;
  padding: 1.25rem;
  background: var(--surface-dark);
  color: white;
}
.bridge-routes span {
  color: var(--accent-red);
  font-family: var(--mono);
  font-size: .52rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.bridge-routes strong {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
}
.table-wrap { margin-top: 3rem; overflow-x: auto; }
.table-wrap.bridge-table-wrap { margin-top: 2rem; }
table { width: 100%; border-collapse: collapse; font-size: .72rem; }
th { padding: .8rem 1rem; border-bottom: 1px solid var(--text-primary); text-align: left; color: var(--text-muted); font-family: var(--mono); font-size: .52rem; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
td { padding: 1.15rem 1rem; border-bottom: 1px solid var(--border-subtle); line-height: 1.5; }
td:first-child { width: 29%; font-weight: 700; }
td:nth-child(2) { width: 27%; font-family: var(--mono); font-size: .61rem; }
td:nth-child(3) { color: var(--text-muted); }
tr[hidden] { display: none; }
.table-status { display: inline-block; padding: .3rem .5rem; border: 1px solid currentColor; border-radius: 2px; white-space: nowrap; font-family: var(--mono); font-size: .5rem; text-transform: uppercase; }
.table-status.nearby { color: #a34424; }
.table-status.context { color: #68716a; }
.table-status.public { color: #315e65; }
.table-status.likelihood-status { border-color: transparent; color: #172520; font-weight: 700; }
.table-status.likelihood-status.high { background: var(--likelihood-high-soft); }
.table-status.likelihood-status.moderate-high { background: var(--likelihood-moderate-high-soft); }
.table-status.likelihood-status.moderate { background: var(--likelihood-moderate-soft); }
.table-note, .no-results { color: var(--text-muted); font-size: .66rem; line-height: 1.5; }
.no-results { padding: 2rem 1rem; border-bottom: 1px solid var(--border-subtle); }

.process-section { background: var(--accent-red); color: #181c19; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 10vw, 11rem); }
.process-grid > div > p { max-width: 450px; margin: 1.5rem 0 0; line-height: 1.7; }
.process-grid ol { list-style: none; padding: 0; margin: 0; counter-reset: steps; }
.process-grid li { display: grid; grid-template-columns: 60px 1fr; gap: 1.2rem; padding: 1.5rem 0; border-top: 1px solid rgba(23,37,32,.45); }
.process-grid li:last-child { border-bottom: 1px solid rgba(23,37,32,.45); }
.process-grid li > span { font-family: var(--mono); font-size: .58rem; }
.process-grid h3 { margin: 0 0 .4rem; font-family: var(--serif); font-size: 1.5rem; font-weight: 600; }
.process-grid li p { margin: 0; font-size: .76rem; line-height: 1.65; }

.unknown-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 10vw, 11rem); }
.unknown-grid > div:first-child p { max-width: 390px; color: var(--text-muted); line-height: 1.7; }
.unknown-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 1rem; align-items: center; padding: 1.05rem 0; border-top: 1px solid var(--border-subtle); }
.unknown-list > div:last-child { border-bottom: 1px solid var(--border-subtle); }
.unknown-list span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--text-primary); color: white; font-family: var(--mono); font-size: .65rem; }
.unknown-list p { margin: 0; font-family: var(--serif); font-size: 1.25rem; }
.identity-note { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 2rem; align-items: center; margin-top: 5rem; padding: 2rem; border: 1px solid var(--text-primary); }
.identity-icon { font-family: var(--serif); font-size: 4rem; text-align: center; }
.identity-note .mini-label { margin-bottom: .7rem; color: var(--accent-red); }
.identity-note h3 { margin: 0; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.identity-note > p { margin: 0; color: var(--text-muted); font-size: .76rem; line-height: 1.7; }

.demands-section { background: var(--surface-dark); color: white; }
.demands-heading {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(3rem, 10vw, 11rem);
  align-items: end;
}
.demands-heading > p { margin: 0; color: rgba(255,255,255,.66); font-size: .86rem; line-height: 1.8; }
.demand-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 5rem 0 0;
  padding: 1px;
  background: rgba(255,255,255,.22);
  list-style: none;
}
.demand-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 1rem;
  min-height: 210px;
  padding: 1.5rem;
  background: var(--surface-dark-soft);
}
.demand-list li > span { color: var(--accent-red-soft); font-family: var(--mono); font-size: .58rem; }
.demand-list h3 { margin: 0 0 .8rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
.demand-list p { margin: 0; color: rgba(255,255,255,.58); font-size: .74rem; line-height: 1.7; }
.action-panel {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(2rem, 8vw, 8rem);
  align-items: center;
  margin-top: 3rem;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  background: var(--accent-red);
  color: white;
}
.action-panel .mini-label { margin-bottom: .8rem; color: white; }
.action-panel h3 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 3.8rem); font-weight: 500; line-height: 1; }
.action-panel p { max-width: 640px; margin: 0; font-size: .78rem; line-height: 1.75; }
.action-links { display: grid; gap: 1rem; justify-items: start; }
.action-links > a:not(.button) { border-bottom: 1px solid white; font-size: .74rem; font-weight: 700; text-decoration: none; }
.action-links small { color: rgba(255,255,255,.76); font-size: .6rem; line-height: 1.6; }

.sources-section {
  background: var(--surface-muted);
  border-top: 1px solid var(--text-primary);
}
.sources-heading > p {
  max-width: 520px;
  color: var(--text-muted);
  font-size: .78rem;
  line-height: 1.7;
}
.source-key {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1.5rem;
  margin: 3rem 0 2rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--text-primary);
  border-bottom: 1px solid var(--text-primary);
}
.source-key > span {
  display: flex;
  align-items: center;
  gap: .55rem;
  color: var(--text-muted);
  font-size: .62rem;
}
.reporting-library {
  margin: 3rem 0;
  padding: clamp(1.4rem, 3vw, 2.5rem);
  border: 1px solid var(--text-primary);
  background: var(--surface-primary);
}
.reporting-library-head {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: clamp(2rem, 8vw, 7rem);
  align-items: end;
}
.reporting-library-head .mini-label {
  margin: 0 0 .7rem;
  color: var(--accent-red);
}
.reporting-library-head h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  font-weight: 500;
  line-height: 1;
}
.reporting-library-head > p {
  margin: 0;
  color: var(--text-muted);
  font-size: .7rem;
  line-height: 1.65;
}
.reporting-controls {
  display: grid;
  grid-template-columns: 1fr minmax(190px, .35fr);
  gap: 1px;
  margin: 2rem 0 0;
  background: var(--text-primary);
  border: 1px solid var(--text-primary);
}
.reporting-controls label { display: block; }
.reporting-controls input,
.reporting-controls select {
  width: 100%;
  min-height: 48px;
  padding: .8rem 1rem;
  border: 0;
  border-radius: 0;
  outline-offset: -3px;
  background: white;
  color: var(--text-primary);
  font: .7rem var(--sans);
}
.reporting-list {
  max-height: 680px;
  overflow-y: auto;
  border: 1px solid var(--text-primary);
  border-top: 0;
}
.reporting-item {
  display: grid;
  grid-template-columns: 210px 1fr auto;
  gap: 1.2rem;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid var(--border-subtle);
}
.reporting-item:last-child { border-bottom: 0; }
.reporting-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .25rem .6rem;
  align-items: center;
  color: var(--text-muted);
  font-family: var(--mono);
  font-size: .53rem;
  text-transform: uppercase;
}
.reporting-meta span { color: var(--text-primary); font-weight: 500; }
.reporting-meta i {
  grid-column: 1 / -1;
  width: max-content;
  padding: .18rem .35rem;
  border: 1px solid var(--border-subtle);
  border-radius: 2px;
  font-style: normal;
}
.reporting-item h4 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}
.reporting-item h4 a { color: inherit; text-decoration: none; }
.reporting-item h4 a:hover { color: var(--accent-red); }
.archive-actions {
  display: flex;
  gap: .45rem;
  justify-content: flex-end;
  white-space: nowrap;
}
.archive-actions a {
  padding: .38rem .48rem;
  border: 1px solid var(--border-subtle);
  border-radius: 2px;
  color: var(--text-muted);
  font-family: var(--mono);
  font-size: .48rem;
  text-decoration: none;
  text-transform: uppercase;
}
.archive-actions a:hover { border-color: var(--text-primary); color: var(--text-primary); }
.archive-actions .archive-preserved {
  border-color: #39745c;
  background: #dcebd9;
  color: #24513f;
}
.archive-disclosure,
.coverage-notes {
  color: var(--text-muted);
  font-size: .66rem;
  line-height: 1.65;
}
.archive-disclosure { margin: 1.1rem 0; }
.coverage-notes {
  padding-top: 1rem;
  border-top: 1px solid var(--border-subtle);
}
.coverage-notes summary {
  color: var(--text-primary);
  cursor: pointer;
  font-family: var(--mono);
  font-size: .56rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.coverage-notes p { max-width: 900px; margin-bottom: 0; }
.reporting-empty { padding: 2rem; color: var(--text-muted); font-size: .7rem; }
.source-type {
  display: inline-block;
  width: max-content;
  padding: .3rem .45rem;
  border: 1px solid currentColor;
  border-radius: 2px;
  font-family: var(--mono);
  font-size: .48rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
}
.source-type.project { color: #715312; }
.source-type.official { color: #315e65; }
.source-type.reporting { color: #994221; }
.source-type.synthesis { color: #545d58; }
.source-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--text-primary);
  border: 1px solid var(--text-primary);
}
.source-group {
  padding: clamp(1.4rem, 3vw, 2.5rem);
  background: var(--surface-primary);
}
.source-group h3 {
  margin: 0 0 1.7rem;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.4vw, 2.35rem);
  font-weight: 500;
}
.source-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: .35rem 1rem;
  padding: 1rem 0;
  color: inherit;
  border-top: 1px solid var(--border-subtle);
  text-decoration: none;
}
.source-item:last-child { border-bottom: 1px solid var(--border-subtle); }
.source-item .source-type { grid-row: 1 / span 2; }
.source-item strong {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.25;
}
.source-item small {
  color: var(--text-muted);
  font-size: .64rem;
  line-height: 1.55;
}
a.source-item { transition: background-color .16s ease, padding .16s ease; }
a.source-item:hover {
  padding-left: .55rem;
  padding-right: .55rem;
  background: var(--surface-muted);
}
.source-item.emphasized { background: #f4f6dc; }
.source-item.archive-item { background: #edf2f1; }
.archive-ref { color: #46504a; }
.sources-note {
  max-width: 920px;
  margin: 2rem 0 0;
  color: var(--text-muted);
  font-size: .7rem;
  line-height: 1.7;
}

.conclusion {
  padding: 0 max(var(--gutter), calc((100vw - var(--content-max)) / 2 + var(--gutter))) var(--section-space);
  background: var(--surface-primary);
}
.conclusion-inner { padding: clamp(4rem, 8vw, 8rem); background: var(--surface-dark); color: white; }
.conclusion blockquote { max-width: 1050px; margin: 0; font-family: var(--serif); font-size: clamp(2.6rem, 4.5vw, 5rem); line-height: 1.04; letter-spacing: -.035em; }
.conclusion-meta { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-top: 4rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.2); }
.conclusion-meta p { max-width: 520px; margin: 0; color: rgba(255,255,255,.62); font-size: .8rem; line-height: 1.7; }
.conclusion-tag {
  padding: .55rem .7rem;
  border: 1px solid var(--accent-red);
  color: var(--accent-red-soft);
  font-family: var(--mono);
  font-size: .54rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

footer {
  display: grid;
  grid-template-columns: 1fr 1.3fr .6fr;
  gap: 3rem;
  align-items: end;
  padding: 3rem max(var(--gutter), calc((100vw - var(--content-max)) / 2 + var(--gutter)));
  background: var(--surface-primary);
  border-top: 1px solid var(--border-subtle);
}
footer > div { display: flex; align-items: center; gap: 1rem; }
footer p { margin: 0; color: var(--text-muted); font-size: .64rem; line-height: 1.6; }
footer > div p { color: var(--text-primary); font-weight: 700; }
.footer-date { text-align: right; font-family: var(--mono); text-transform: uppercase; }
.footer-disclosure {
  grid-column: 1 / -1;
  padding-top: 1rem;
  border-top: 1px solid var(--border-subtle);
}
.footer-disclosure strong { color: var(--text-primary); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 5rem; }
  .hero-dossier { max-width: 560px; justify-self: end; }
  .ticker { grid-template-columns: 1fr 1fr; }
  .ticker div:nth-child(2) { border-right: 0; }
  .ticker div:nth-child(-n+2) { border-bottom: 1px solid rgba(23,37,32,.3); }
  .position-statement, .overview-grid, .timeline-intro, .map-section, .transparency-lead, .process-grid, .unknown-grid, .demands-heading { grid-template-columns: 1fr; }
  .opposition-principles { grid-template-columns: 1fr 1fr; }
  .structure-flow { grid-template-columns: 1fr; gap: 1px; background: var(--text-primary); border: 1px solid var(--text-primary); }
  .structure-flow article { border: 0; }
  .structure-flow > i { display: none; }
  .systems-grid { grid-template-columns: 1fr; }
  .systems-grid article { min-height: auto; }
  .integrated-case { grid-template-columns: 1fr 1fr; }
  .integrated-case > a { grid-column: 2; }
  .transparency-grid { grid-template-columns: 1fr 1fr; }
  .transparency-grid article:nth-child(2) { border-right: 0; }
  .transparency-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--border-subtle); }
  .participant-grid { grid-template-columns: 1fr 1fr; }
  .map-section { min-height: auto; }
  .map { min-height: 640px; }
  .map-frame, #research-map { min-height: 640px; }
  .identity-note { grid-template-columns: 60px 1fr; }
  .identity-note > p { grid-column: 2; }
  .reporting-item { grid-template-columns: 160px 1fr; }
  .archive-actions { grid-column: 2; justify-content: flex-start; }
  .source-groups { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .site-header { height: 64px; padding: 0 1rem; }
  .brand > span:last-child { display: none; }
  .hero { min-height: auto; padding: 4.5rem 1.25rem 5rem; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 5.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
  .hero-dossier { transform: none; width: 100%; }
  .edition-label { display: none; }
  .lead-visual { padding: 0 0 .8rem; }
  .lead-visual img { height: 250px; }
  .lead-visual figcaption { display: block; padding: .7rem 1.25rem 0; }
  .lead-visual figcaption span { display: block; margin-bottom: .35rem; }
  .section { padding: 5rem 1.25rem; }
  .finding-cards { grid-template-columns: 1fr; }
  .finding-cards article { min-height: 320px; border-right: 0; border-bottom: 1px solid var(--border-subtle); }
  .finding-cards article:last-child { border-bottom: 0; }
  .opposition-principles, .evidence-framework, .entity-note, .benefit-grid, .demand-list, .action-panel { grid-template-columns: 1fr; }
  .opposition-principles article { min-height: auto; }
  .opposition-principles h3 { margin-top: 2rem; }
  .evidence-framework article { min-height: auto; }
  .entity-note div { border-right: 0; border-bottom: 1px solid var(--border-subtle); }
  .entity-note div:last-child { border-bottom: 0; }
  .integrated-case { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.4rem; }
  .integrated-case > a { grid-column: auto; }
  .timeline article { grid-template-columns: 1fr auto; gap: .8rem; }
  .timeline article > div { grid-column: 1 / -1; grid-row: 2; }
  .timeline-tag { grid-column: 2; grid-row: 1; }
  .transparency-grid, .participant-grid { grid-template-columns: 1fr; }
  .transparency-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--border-subtle); }
  .transparency-grid article:last-child { border-bottom: 0; }
  .transparency-grid h3 { margin-top: 2.5rem; }
  .records-panel, .voltus-note { grid-template-columns: 1fr; gap: 1rem; }
  .participant-heading { align-items: flex-start; flex-direction: column; }
  .map-section { padding-left: 1.25rem; padding-right: 1.25rem; }
  .map { min-height: 540px; }
  .map-frame, #research-map { min-height: 560px; }
  .map-accuracy { display: none; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .filter-bar { overflow-x: auto; }
  .filter { min-width: 130px; }
  .evidence-list article { grid-template-columns: 56px 1fr; gap: .8rem; padding: 1.2rem 0; }
  .evidence-list .status { justify-self: end; }
  .evidence-list p { grid-column: 1 / -1; font-size: 1.15rem; }
  .owner-profiles { grid-template-columns: 1fr; }
  .owner-profiles h3 { margin-top: 2rem; }
  .bridge-heading, .bridge-routes { grid-template-columns: 1fr; }
  .table-wrap { margin-right: -1.25rem; }
  table { min-width: 850px; }
  .identity-note { grid-template-columns: 1fr; }
  .identity-icon { text-align: left; }
  .identity-note > p { grid-column: 1; }
  .demand-list li { min-height: auto; }
  .reporting-library { padding: 1rem; }
  .reporting-library-head, .reporting-controls { grid-template-columns: 1fr; }
  .reporting-item { grid-template-columns: 1fr; gap: .7rem; }
  .archive-actions { grid-column: 1; flex-wrap: wrap; }
  .source-item { grid-template-columns: 1fr; }
  .source-item .source-type { grid-row: auto; }
  .conclusion { padding: 0; }
  .conclusion-inner { padding: 5rem 1.25rem; }
  .conclusion-meta { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  .footer-date { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

@media print {
  .site-header, .hero-actions, .filter-bar, .search-box { display: none; }
  .hero, .map-section, .process-section, .conclusion-inner { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .section { padding: 2rem; }
}

/* 2026-07-24 design-system consolidation */
body {
  overflow-x: clip;
  font-size: 1rem;
  line-height: 1.6;
}

[id] {
  scroll-margin-top: var(--sticky-offset);
}

a,
button,
input,
select,
summary {
  border-radius: var(--radius);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible,
.leaflet-control a:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
}

.skip-link {
  z-index: 1000;
  color: var(--text-on-dark);
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: var(--header-height);
  grid-template-columns: 1fr auto;
  padding-inline: max(var(--gutter), calc((100vw - var(--content-max)) / 2 + var(--gutter)));
  border-top: 4px solid var(--accent-red);
  background: color-mix(in srgb, var(--surface-primary) 96%, transparent);
  backdrop-filter: blur(12px);
}

.brand {
  font-size: 1.05rem;
}

.brand-mark {
  width: 44px;
  height: 30px;
}

.edition-label {
  font-size: .68rem;
}

.chapter-nav {
  position: sticky;
  top: var(--header-height);
  z-index: 19;
  height: var(--chapter-height);
  overflow: hidden;
  border-bottom: 1px solid var(--border-strong);
  background: var(--surface-dark);
  color: var(--text-on-dark);
}

.chapter-nav-track {
  width: min(100%, calc(var(--content-max) + 2 * var(--gutter)));
  height: 100%;
  display: flex;
  align-items: stretch;
  margin-inline: auto;
  padding-inline: var(--gutter);
  overflow-x: auto;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.chapter-nav-track::-webkit-scrollbar {
  display: none;
}

.chapter-nav a {
  position: relative;
  flex: 0 0 auto;
  min-width: 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.1rem;
  color: var(--text-on-dark-muted);
  font-family: var(--mono);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.chapter-nav a::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 0;
  left: 1rem;
  height: 3px;
  background: transparent;
}

.chapter-nav a:hover,
.chapter-nav a:focus-visible,
.chapter-nav a[aria-current="location"] {
  color: var(--text-on-dark);
}

.chapter-nav a[aria-current="location"]::after {
  background: var(--accent-red);
}

.hero,
.section {
  padding-inline: max(var(--gutter), calc((100vw - var(--content-max)) / 2 + var(--gutter)));
}

.hero {
  min-height: auto;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
  column-gap: clamp(2.5rem, 6vw, 6rem);
  row-gap: 0;
  padding-top: clamp(5rem, 7vw, 7rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.hero-copy {
  display: contents;
}

.hero-copy > * {
  position: relative;
  z-index: 1;
}

.hero .eyebrow {
  grid-column: 1 / -1;
  grid-row: 1;
}

.hero h1 {
  max-width: none;
  grid-column: 1 / -1;
  grid-row: 2;
  font-size: clamp(4rem, 7vw, 7.25rem);
  line-height: .9;
}

.hero-deck {
  grid-column: 1;
  grid-row: 3;
  color: var(--text-muted);
}

.hero .article-byline {
  grid-column: 1;
  grid-row: 4;
}

.hero .hero-actions {
  grid-column: 1;
  grid-row: 5;
}

.hero-dossier {
  grid-column: 2;
  grid-row: 3 / 6;
  padding: var(--card-padding);
  color: var(--text-on-dark);
  box-shadow: 10px 10px 0 var(--accent-red);
}

.hero-dossier dt,
.hero-dossier dd span,
.hero-dossier > p {
  color: var(--text-on-dark-muted);
}

.lead-visual {
  padding-inline: max(var(--gutter), calc((100vw - var(--content-max)) / 2 + var(--gutter)));
}

.ticker {
  padding-inline: max(0px, calc((100vw - var(--content-max)) / 2));
}

.ticker strong {
  color: var(--accent-red-soft);
}

.section {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.section:not(.map-section) > * {
  width: min(100%, var(--content-max));
  margin-right: auto;
  margin-left: auto;
}

.section-kicker,
.mini-label,
.eyebrow {
  font-size: .72rem;
  line-height: 1.45;
}

h2 {
  font-size: clamp(2.65rem, 4.5vw, 4.75rem);
  line-height: .98;
}

.position-statement,
.overview-grid,
.timeline-intro,
.transparency-lead,
.demands-heading,
.section-heading,
.bridge-heading,
.reporting-library-head {
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
}

.section-heading {
  display: grid;
}

.section-heading h2 {
  font-size: clamp(2.65rem, 4.5vw, 4.75rem);
}

.section-heading > p,
.transparency-caution p,
.bridge-heading > p,
.participant-heading p,
.sources-heading > p {
  max-width: 38rem;
  font-size: .9rem;
  line-height: 1.7;
}

.opposition-principles,
.finding-cards,
.evidence-framework,
.systems-grid,
.participant-grid,
.benefit-grid,
.owner-profiles,
.bridge-routes,
.demand-list {
  gap: 1px;
  border: 1px solid var(--border-strong);
  background: var(--border-strong);
}

.opposition-principles article,
.finding-cards article,
.evidence-framework article,
.systems-grid article,
.transparency-grid article,
.participant-grid article,
.benefit-grid article,
.owner-profiles article,
.demand-list li {
  min-height: 0;
  padding: var(--card-padding);
}

.opposition-principles article,
.systems-grid article,
.demand-list li {
  background: var(--surface-dark-soft);
  color: var(--text-on-dark);
}

.opposition-principles p,
.systems-grid > article > p:not(.mini-label),
.systems-grid li,
.demand-list p,
.demands-heading > p {
  color: var(--text-on-dark-muted);
}

.finding-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.finding-cards article {
  border: 0;
  background: var(--surface-primary);
}

.finding-cards .status {
  margin: 2rem 0 1rem;
}

.finding-cards h3 {
  font-size: clamp(1.8rem, 2.5vw, 2.35rem);
}

.finding-cards p,
.finding-cards a {
  font-size: .88rem;
}

.status,
.timeline-tag,
.table-status {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: .32rem .58rem;
  border-radius: 999px;
  font-size: .68rem;
  line-height: 1.15;
}

.status.confirmed,
.timeline-tag.fact {
  background: var(--evidence-documented-bg);
  color: var(--evidence-documented-text);
}

.status.reported {
  background: var(--evidence-reported-bg);
  color: var(--evidence-reported-text);
}

.status.probable,
.timeline-tag.inference {
  background: var(--evidence-inferred-bg);
  color: var(--evidence-inferred-text);
}

.status.unconfirmed {
  background: var(--evidence-unknown-bg);
  color: var(--evidence-unknown-text);
}

.evidence-framework article {
  min-height: 0;
}

.framework-code.documented {
  background: var(--evidence-documented-bg);
  color: var(--evidence-documented-text);
}

.framework-code.inferred {
  background: var(--evidence-inferred-bg);
  color: var(--evidence-inferred-text);
}

.framework-code.unknown {
  background: var(--evidence-unknown-bg);
  color: var(--evidence-unknown-text);
}

.timeline {
  counter-reset: timeline-event;
  display: flex;
  gap: 1.25rem;
  margin-top: 1rem;
  padding: .25rem .2rem 1.25rem;
  overflow-x: auto;
  border-top: 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: .2rem;
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--accent-red) var(--surface-primary);
  scrollbar-width: thin;
}

.timeline article {
  counter-increment: timeline-event;
  position: relative;
  flex: 0 0 calc((100% - 3.75rem) / 4);
  min-width: 230px;
  height: 190px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  gap: .8rem;
  min-height: 0;
  padding: 1rem;
  border: 1px solid var(--border-subtle);
  background: var(--surface-primary);
  opacity: .76;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  transition: border-color .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.timeline article::before {
  content: counter(timeline-event, decimal-leading-zero);
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: var(--text-muted);
  font-family: var(--mono);
  font-size: .68rem;
}

.timeline article:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -.95rem;
  width: 1.6rem;
  height: 1.6rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--accent-red);
  border-radius: 50%;
  background: var(--surface-muted);
  color: var(--accent-red);
  font-family: var(--mono);
  font-size: .82rem;
  font-weight: 700;
  transform: translateY(-50%);
}

.timeline article:hover,
.timeline article:focus-visible,
.timeline article.is-active {
  border-color: var(--border-strong);
  box-shadow: inset 0 4px 0 var(--accent-red);
  opacity: 1;
}

.timeline article:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: -3px;
}

.timeline time {
  padding: 0 3rem 0 0;
  color: var(--accent-red);
  font-size: .62rem;
  letter-spacing: .06em;
}

.timeline h3 {
  margin: 0;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.08;
}

.timeline p {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.timeline-tag {
  align-self: end;
  justify-self: start;
  font-size: .58rem;
}

.timeline-shell {
  display: grid;
  grid-template-columns: var(--control-height) minmax(0, 1fr) var(--control-height);
  gap: .75rem;
  align-items: center;
}

.timeline-shell .timeline {
  margin-top: 0;
}

.timeline-side-control {
  width: var(--control-height);
  height: var(--control-height);
  display: grid;
  place-items: center;
  border: 1px solid var(--border-strong);
  background: var(--surface-primary);
  color: var(--text-primary);
  cursor: pointer;
  font-family: var(--mono);
  font-size: 1rem;
}

.timeline-side-control:hover:not(:disabled),
.timeline-side-control:focus-visible:not(:disabled) {
  background: var(--surface-dark);
  color: var(--text-on-dark);
}

.timeline-side-control:disabled {
  border-color: var(--border-subtle);
  color: var(--text-muted);
  cursor: not-allowed;
  opacity: .45;
}

.timeline-position {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: .65rem calc(var(--control-height) + .75rem) 0;
}

#timeline-progress {
  flex: 0 0 auto;
  min-width: 3.8rem;
  color: var(--text-primary);
  font-family: var(--mono);
  font-size: .72rem;
}

.timeline-meter {
  flex: 1;
  height: 3px;
  overflow: hidden;
  background: var(--border-subtle);
}

.timeline-meter i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--accent-red);
  transition: width .2s ease;
}

.timeline-detail {
  display: grid;
  grid-template-columns: minmax(150px, .35fr) minmax(0, 1.45fr) auto;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
  margin-top: .75rem;
  padding: var(--card-padding);
  border: 1px solid var(--border-strong);
  background: var(--surface-dark);
  color: var(--text-on-dark);
}

.timeline-detail-meta {
  display: grid;
  gap: .6rem;
}

.timeline-detail-meta > span {
  color: var(--accent-red-soft);
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.timeline-detail time {
  color: var(--text-on-dark-muted);
  font-family: var(--mono);
  font-size: .72rem;
  text-transform: uppercase;
}

.timeline-detail h3 {
  margin: 0 0 .55rem;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.5vw, 2.4rem);
  font-weight: 500;
  line-height: 1.08;
}

.timeline-detail p {
  margin: 0;
  color: var(--text-on-dark-muted);
  font-size: .84rem;
  line-height: 1.7;
}

.timeline-detail > .timeline-tag {
  justify-self: end;
}

.map-section {
  min-height: 0;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 4vw, 4rem);
}

.map-copy {
  padding: 0;
}

.map-frame,
#research-map {
  min-height: 640px;
}

.dot-confirmed {
  background: var(--evidence-reported-text);
}

.dot-nearby {
  background: var(--accent-red);
}

.owner-map-marker.confirmed {
  background: var(--evidence-reported-text);
  color: var(--text-on-dark);
}

.owner-map-marker.anchor {
  background: var(--map-anchor);
  color: var(--text-on-dark);
}

.likelihood-high {
  background: var(--likelihood-high);
}

.likelihood-moderate-high {
  background: var(--likelihood-moderate-high);
}

.likelihood-moderate {
  background: var(--likelihood-moderate);
}

.likelihood-possible {
  background: var(--likelihood-possible);
}

.map-tools button,
.filter,
.reporting-controls input,
.reporting-controls select,
.search-box {
  min-height: var(--control-height);
}

.map-tools button,
.filter,
.reporting-controls input,
.reporting-controls select {
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.map-tools button:hover,
.map-tools button:focus-visible,
.filter:hover,
.filter:focus-visible,
.filter.active {
  border-color: var(--accent-red);
}

.systems-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.systems-grid article {
  display: flex;
  flex-direction: column;
}

.systems-grid ul {
  margin-top: auto;
}

.integrated-case,
.transparency-caution,
.records-panel,
.voltus-note,
.bridge-assessment,
.identity-note,
.reporting-library,
.source-item {
  border-color: var(--border-strong);
}

.transparency-section,
.sources-section {
  background: var(--surface-muted);
}

.transparency-grid {
  margin-top: 3rem;
}

.transparency-grid article {
  min-height: 0;
}

.transparency-grid h3 {
  margin-top: 2.75rem;
}

.participant-grid,
.benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.participant-grid article,
.benefit-grid article,
.owner-profiles article {
  background: var(--surface-primary);
}

.participant-grid span,
.benefit-grid span,
.finding-index,
.transparency-caution span {
  font-size: .7rem;
}

.participant-grid p,
.benefit-grid p,
.voltus-note p {
  font-size: .82rem;
}

.evidence-list article {
  min-height: 0;
  padding-block: 1.25rem;
}

.evidence-id {
  font-size: .72rem;
}

.filter {
  font-size: .78rem;
}

.search-box input,
.reporting-controls input,
.reporting-controls select {
  font-size: .88rem;
}

.owner-profiles {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.owner-profiles h3 {
  margin-top: 2rem;
}

.profile-address {
  font-size: .88rem;
}

.owner-profiles dl div {
  font-size: .8rem;
}

.owner-profiles dd {
  overflow-wrap: anywhere;
  font-size: .72rem;
}

.bridge-routes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bridge-routes span {
  font-size: .68rem;
}

.table-wrap {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  border-right: 1px solid var(--border-subtle);
  box-shadow: inset -22px 0 18px -22px rgba(0, 0, 0, .65);
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--accent-red) var(--surface-muted);
  scrollbar-width: thin;
}

table {
  font-size: .82rem;
}

th {
  font-size: .68rem;
}

td:nth-child(2),
.table-note,
.no-results {
  font-size: .74rem;
}

.process-section {
  background: var(--accent-red);
  color: var(--text-on-dark);
}

.process-section .section-kicker,
.process-section h2,
.process-section h3,
.process-section p,
.process-grid li > span {
  color: var(--text-on-dark);
}

.process-grid li,
.process-grid li:last-child {
  border-color: rgba(255, 255, 255, .45);
}

.unknown-list p {
  font-size: 1.2rem;
}

.demand-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
}

.demand-list li {
  grid-template-columns: 40px 1fr;
}

.demand-list li > span {
  color: var(--accent-red-soft);
  font-size: .7rem;
}

.action-panel {
  background: var(--accent-red);
}

.button,
.archive-actions a {
  min-height: var(--control-height);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--accent-red);
}

.text-link:hover,
.text-link:focus-visible,
.finding-cards a:hover,
.finding-cards a:focus-visible,
.source-link:hover,
.source-link:focus-visible,
.reporting-item h4 a:hover,
.reporting-item h4 a:focus-visible {
  color: var(--accent-red-hover);
}

.reporting-item,
.source-item {
  min-height: 0;
}

.reporting-meta,
.archive-actions,
.source-type,
.source-item small,
.sources-note,
.archive-disclosure,
.coverage-notes {
  font-size: .72rem;
}

.gamble-section {
  border-top: 1px solid var(--border-strong);
  background: var(--surface-primary);
}

.gamble-heading > p {
  color: var(--text-muted);
}

.gamble-thesis {
  display: grid;
  grid-template-columns: minmax(200px, .45fr) minmax(0, 1.1fr) minmax(260px, .55fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
  margin-top: 3rem;
  padding: var(--card-padding);
  border-top: 5px solid var(--accent-red);
  background: var(--surface-dark);
  color: var(--text-on-dark);
}

.gamble-thesis .mini-label {
  margin: .35rem 0 0;
  color: var(--accent-red-soft);
}

.gamble-thesis blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.4vw, 3.8rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.gamble-thesis > p:last-child {
  margin: 0;
  color: var(--text-on-dark-muted);
  font-size: .9rem;
  line-height: 1.75;
}

.gamble-standard {
  display: grid;
  grid-template-columns: minmax(200px, .45fr) minmax(0, 1.65fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: 1.25rem var(--card-padding);
  border: 1px solid var(--border-strong);
  border-top: 0;
}

.gamble-standard strong {
  font-family: var(--mono);
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gamble-standard p {
  margin: 0;
  color: var(--text-muted);
  font-size: .84rem;
  line-height: 1.7;
}

.capital-circuit,
.demand-test,
.memory-section,
.risk-transfer,
.history-case {
  margin-top: 4rem;
}

.capital-circuit {
  padding: var(--card-padding);
  background: var(--surface-dark);
  color: var(--text-on-dark);
}

.capital-circuit-intro,
.memory-heading,
.risk-transfer-heading {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(320px, 1.2fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
}

.capital-circuit .mini-label,
.memory-section .mini-label,
.risk-transfer .mini-label {
  margin-bottom: .8rem;
  color: var(--accent-red-soft);
}

.capital-circuit h3,
.memory-section h3,
.risk-transfer h3,
.demand-test h3,
.history-case h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3.5vw, 3.8rem);
  font-weight: 500;
  line-height: 1.02;
}

.capital-circuit-intro > p,
.risk-transfer-heading > p {
  margin: 0;
  color: var(--text-on-dark-muted);
  font-size: .88rem;
  line-height: 1.75;
}

.capital-chain {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 3rem 0 0;
  padding: 1px;
  background: rgba(255, 255, 255, .24);
  list-style: none;
}

.capital-chain li {
  position: relative;
  display: grid;
  align-content: start;
  gap: .75rem;
  padding: 1.25rem;
  background: var(--surface-dark-soft);
}

.capital-chain li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -.72rem;
  width: 1.4rem;
  height: 1.4rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-red);
  color: white;
  font-family: var(--mono);
  font-size: .72rem;
  transform: translateY(-50%);
}

.capital-chain span,
.memory-grid span,
.risk-columns span {
  color: var(--accent-red-soft);
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.capital-chain strong {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.15;
}

.capital-chain small {
  color: var(--text-on-dark-muted);
  font-size: .76rem;
  line-height: 1.55;
}

.circuit-caption {
  max-width: 62rem;
  margin: 1.5rem 0 0;
  color: var(--text-on-dark-muted);
  font-size: .82rem;
  line-height: 1.7;
}

.circuit-caption strong {
  color: var(--text-on-dark);
}

.gamble-findings {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1px;
  padding: 1px;
  background: var(--border-strong);
}

.gamble-findings article {
  display: flex;
  flex-direction: column;
  padding: var(--card-padding);
  background: var(--surface-primary);
}

.gamble-findings h3 {
  margin: 2rem 0 .8rem;
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.08;
}

.gamble-findings p {
  margin: 0;
  color: var(--text-muted);
  font-size: .84rem;
  line-height: 1.7;
}

.gamble-findings a {
  margin-top: auto;
  padding-top: 1.5rem;
  color: var(--text-primary);
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
}

.gamble-findings a:hover,
.gamble-findings a:focus-visible {
  color: var(--accent-red-hover);
}

.demand-test {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: clamp(2rem, 7vw, 7rem);
  padding: var(--card-padding);
  border: 1px solid var(--border-strong);
  background: var(--surface-muted);
}

.demand-test .mini-label {
  margin-bottom: .8rem;
  color: var(--accent-red);
}

.demand-test-copy > p:not(.mini-label) {
  color: var(--text-muted);
  font-size: .9rem;
  line-height: 1.75;
}

.demand-test-ledger {
  margin: 0;
  border-top: 1px solid var(--border-strong);
}

.demand-test-ledger > div {
  display: grid;
  gap: .45rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--border-subtle);
}

.demand-test-ledger dt {
  color: var(--accent-red);
  font-family: var(--mono);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.demand-test-ledger dd {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.35;
}

.memory-section {
  padding: var(--card-padding);
  border: 1px solid var(--border-strong);
}

.memory-heading > p {
  margin: 0;
  color: var(--text-muted);
  font-size: .88rem;
  line-height: 1.75;
}

.memory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2.5rem;
  padding: 1px;
  background: var(--border-strong);
}

.memory-grid article {
  padding: 1.35rem;
  background: var(--surface-muted);
}

.memory-grid span {
  color: var(--accent-red);
}

.memory-grid p {
  margin: 1.5rem 0 0;
  color: var(--text-muted);
  font-size: .82rem;
  line-height: 1.7;
}

.memory-conclusion {
  margin: 1.5rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-subtle);
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.45;
}

.risk-transfer {
  padding: var(--card-padding);
  background: var(--surface-dark);
  color: var(--text-on-dark);
}

.risk-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2.5rem;
  padding: 1px;
  background: rgba(255, 255, 255, .24);
}

.risk-columns > div {
  padding: 1.5rem;
  background: var(--surface-dark-soft);
}

.risk-columns ul {
  margin: 1.25rem 0 0;
  padding-left: 1.1rem;
}

.risk-columns li {
  margin: .7rem 0;
  color: var(--text-on-dark-muted);
  font-size: .84rem;
  line-height: 1.55;
}

.risk-transfer > blockquote {
  max-width: 58rem;
  margin: 2.5rem 0 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, .24);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  line-height: 1.03;
}

.history-case {
  display: grid;
  grid-template-columns: 90px minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 2rem;
  align-items: center;
  padding: var(--card-padding);
  border: 1px solid var(--border-strong);
}

.history-mark {
  font-family: var(--serif);
  font-size: 5rem;
  line-height: 1;
  text-align: center;
}

.history-case .mini-label {
  margin-bottom: .7rem;
  color: var(--accent-red);
}

.history-case h3 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.history-case > p {
  margin: 0;
  color: var(--text-muted);
  font-size: .88rem;
  line-height: 1.75;
}

@media (max-width: 1100px) {
  .position-statement,
  .overview-grid,
  .timeline-intro,
  .map-section,
  .transparency-lead,
  .process-grid,
  .unknown-grid,
  .demands-heading,
  .section-heading,
  .bridge-heading,
  .reporting-library-head {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .finding-cards,
  .systems-grid,
  .participant-grid,
  .benefit-grid,
  .gamble-findings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .finding-cards article:last-child,
  .systems-grid article:last-child,
  .benefit-grid article:last-child {
    grid-column: 1 / -1;
  }

  .gamble-findings article:last-child {
    grid-column: 1 / -1;
  }

  .gamble-thesis {
    grid-template-columns: .55fr 1.45fr;
  }

  .gamble-thesis > p:last-child {
    grid-column: 2;
  }

  .capital-circuit-intro,
  .memory-heading,
  .risk-transfer-heading,
  .demand-test {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .capital-chain {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .capital-chain li:nth-child(3)::after {
    display: none;
  }

  .capital-chain li:nth-child(n+4) {
    grid-column: span 1;
  }

  .history-case {
    grid-template-columns: 70px 1fr;
  }

  .history-case > p {
    grid-column: 2;
  }

  .map-frame,
  #research-map {
    min-height: 600px;
  }

  .integrated-case {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero .eyebrow,
  .hero h1,
  .hero-deck,
  .hero .article-byline,
  .hero .hero-actions,
  .hero-dossier {
    grid-column: 1;
  }

  .hero-dossier {
    grid-row: 6;
    width: min(100%, 660px);
    justify-self: end;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 62px;
    --chapter-height: 48px;
    --section-space: 4rem;
    --sticky-offset: calc(var(--header-height) + var(--chapter-height) + .75rem);
  }

  .site-header {
    height: var(--header-height);
    padding-inline: 1rem;
  }

  .brand > span:last-child {
    display: inline;
    font-size: .94rem;
  }

  .edition-label {
    display: none;
  }

  .chapter-nav {
    height: var(--chapter-height);
  }

  .chapter-nav-track {
    width: 100%;
    padding-inline: .25rem;
  }

  .chapter-nav a {
    min-width: auto;
    padding-inline: .9rem;
    font-size: .66rem;
  }

  .chapter-nav a::after {
    right: .8rem;
    left: .8rem;
  }

  .timeline-shell {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: .35rem;
  }

  .voltus-fact-grid {
    grid-template-columns: 1fr;
  }

  .voltus-questions ul {
    grid-template-columns: 1fr;
  }

  .voltus-fact-grid article {
    min-height: 0;
  }

  .voltus-fact-grid p {
    margin-top: .8rem;
  }

  .timeline-side-control {
    width: 38px;
    height: 38px;
  }

  .timeline-position {
    padding-right: calc(38px + .35rem);
    padding-left: calc(38px + .35rem);
  }

  .timeline article {
    flex-basis: 100%;
    min-width: 0;
  }

  .timeline-detail {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .timeline-detail > .timeline-tag {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
  }

  .hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 16vw, 5rem);
  }

  .lead-visual img {
    height: 260px;
  }

  .ticker {
    grid-template-columns: 1fr 1fr;
  }

  .finding-cards,
  .evidence-framework,
  .systems-grid,
  .transparency-grid,
  .participant-grid,
  .benefit-grid,
  .owner-profiles,
  .bridge-routes,
  .demand-list,
  .action-panel,
  .gamble-findings,
  .capital-chain,
  .memory-grid,
  .risk-columns {
    grid-template-columns: 1fr;
  }

  .finding-cards article:last-child,
  .systems-grid article:last-child,
  .benefit-grid article:last-child {
    grid-column: auto;
  }

  .gamble-findings article:last-child {
    grid-column: auto;
  }

  .gamble-thesis,
  .gamble-standard {
    grid-template-columns: 1fr;
  }

  .gamble-thesis > p:last-child {
    grid-column: auto;
  }

  .capital-chain li:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -.72rem;
    transform: translateX(50%) rotate(90deg);
  }

  .capital-chain li:nth-child(3)::after {
    display: grid;
  }

  .history-case {
    grid-template-columns: 1fr;
  }

  .history-mark {
    text-align: left;
  }

  .history-case > p {
    grid-column: auto;
  }

  .integrated-case {
    grid-template-columns: 1fr;
  }

  .integrated-case > a {
    grid-column: auto;
  }

  .map-section {
    padding-inline: var(--gutter);
  }

  .map-frame,
  #research-map {
    min-height: 520px;
  }

  .filter-bar {
    overflow-x: auto;
  }

  .filter {
    min-width: 128px;
  }

  .evidence-list article {
    grid-template-columns: 58px 1fr;
  }

  .evidence-list p {
    grid-column: 1 / -1;
  }

  .bridge-assessment {
    padding: var(--card-padding);
  }

  .table-wrap {
    width: calc(100% + var(--gutter));
    margin-right: calc(-1 * var(--gutter));
  }

  table {
    min-width: 760px;
  }

  .identity-note {
    grid-template-columns: 1fr;
  }

  .identity-note > p {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  :root {
    --sticky-offset: 0px;
  }

  body {
    overflow: visible;
    background: white;
    color: black;
    font-size: 10pt;
  }

  .site-header,
  .chapter-nav,
  .hero-actions,
  .filter-bar,
  .search-box,
  .timeline-side-control,
  .timeline-position,
  .reporting-controls,
  .archive-actions,
  .map-tools,
  .leaflet-control-container {
    display: none !important;
  }

  .hero,
  .section,
  .conclusion-inner {
    padding: 1.5rem 0;
  }

  .section {
    break-inside: avoid-page;
  }

  .finding-cards,
  .systems-grid,
  .participant-grid,
  .benefit-grid,
  .owner-profiles,
  .demand-list {
    grid-template-columns: 1fr 1fr;
  }

  .table-wrap {
    overflow: visible;
    box-shadow: none;
  }

  table {
    min-width: 0;
  }

  .timeline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
    overflow: visible;
  }

  .timeline-shell {
    display: block;
  }

  .timeline article {
    height: auto;
    opacity: 1;
  }

  .timeline p {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .timeline-detail {
    display: none;
  }

  a {
    text-decoration: underline;
  }
}
