:root {
  --paper: #fbfbf8;
  --surface: #ffffff;
  --ink: #171714;
  --muted: #666660;
  --rule: #d8d8d0;
  --signal-red: #bd3f2f;
  --field-green: #285849;
  --marker-yellow: #e8b64a;
  --link: #174f87;
  --soft-green: #edf4ef;
  --soft-red: #fbefec;
  --editorial-blue: #dce7e8;
  --editorial-pink: #ead8d2;
  --editorial-yellow: #eee3b7;
  --editorial-lime: #dfe7cd;
  --editorial-stone: #efeee8;
  --editorial-ink: #11110f;
  --editorial-rule: #bcbab1;
  --map-line: #6f756e;
  --map-faint: #d8d6cc;
  --map-water: #e4ecea;
  --map-unknown: #f5f2e9;
  --shadow: rgba(23, 23, 20, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Anchor jumps must clear the sticky header (#9). */
[id] {
  scroll-margin-top: 72px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body.follow-visible {
  padding-bottom: 92px;
}

a {
  color: var(--link);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--marker-yellow);
  outline-offset: 3px;
}

button,
input {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 10px;
  z-index: 20;
  padding: 8px 10px;
  background: var(--ink);
  color: var(--surface);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--rule);
  background: rgba(251, 251, 248, 0.96);
  backdrop-filter: blur(10px);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.brand {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.header-follow,
.continuation button,
.mobile-follow button,
.subscribe-form button {
  min-height: 44px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--surface);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.header-follow {
  padding: 10px 14px;
}

.page-shell {
  width: 100%;
}

.article {
  width: 100%;
}

.article-header {
  padding: 35px 18px 28px;
}

.kicker,
.series,
.part,
.panel-label,
.byline,
.continuation,
figcaption,
.form-note,
.form-status,
.site-footer,
.photo-box,
.sources,
.clue-ledger,
.reporting-note {
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.kicker,
.panel-label {
  margin: 0 0 7px;
  color: var(--signal-red);
  font-size: 12px;
  font-weight: 800;
  line-height: 17px;
  text-transform: uppercase;
}

.series {
  margin: 0;
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}

.part {
  margin: 4px 0 22px;
  color: var(--muted);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: 38px;
  font-weight: 650;
  line-height: 43px;
  letter-spacing: 0;
}

.standfirst {
  margin: 18px 0 0;
  color: #2b2b28;
  font-size: 21px;
  line-height: 31px;
}

.byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.byline span + span::before {
  content: "/";
  margin-right: 12px;
  color: var(--rule);
}

.continuation {
  margin: 22px 0 0;
  padding-top: 17px;
  border-top: 1px solid var(--rule);
  color: var(--muted);
  font-size: 13px;
  line-height: 19px;
}

.continuation button {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  padding: 11px 14px;
}

.hero-image {
  margin: 0 0 22px;
  padding: 0 18px;
}

.hero-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
  border-top: 4px solid var(--ink);
}

.hero-image figcaption {
  margin: 9px 0 0;
}

.body-copy {
  padding: 0 18px;
}

.body-copy h2 {
  margin: 48px 0 16px;
  font-size: 29px;
  font-weight: 650;
  line-height: 34px;
  letter-spacing: 0;
}

.body-copy h3 {
  margin: 31px 0 8px;
  font-size: 21px;
  font-weight: 650;
  line-height: 28px;
}

.field-note {
  margin: 32px 0;
  padding: 14px 0 15px;
  border-top: 1px solid var(--editorial-ink);
  border-bottom: 1px solid var(--editorial-rule);
}

.field-note p:last-child {
  margin: 10px 0 0;
  color: #30302d;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.evidence-plate {
  position: relative;
  margin: 36px 0;
  padding: 0 16px;
  border-top: 1px solid var(--editorial-ink);
  border-bottom: 1px solid var(--editorial-ink);
  background: var(--surface);
}

.evidence-plate::before,
.evidence-plate::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  pointer-events: none;
}

.evidence-plate::before {
  top: -1px;
  left: 0;
  border-top: 1px solid var(--editorial-ink);
  border-left: 1px solid var(--editorial-ink);
}

.evidence-plate::after {
  right: 0;
  bottom: -1px;
  border-right: 1px solid var(--editorial-ink);
  border-bottom: 1px solid var(--editorial-ink);
}

.field-map {
  margin: 0 18px 42px;
}

.plate-header {
  display: grid;
  gap: 10px;
  padding: 12px 0 17px;
  border-bottom: 1px solid var(--editorial-ink);
}

.plate-kicker,
.plate-label {
  margin: 0;
  color: var(--muted);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 14px;
  text-transform: uppercase;
}

.plate-header h2,
.plate-header h3 {
  margin: 0;
  color: var(--editorial-ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 26px;
  text-transform: uppercase;
}

.sheet-coords {
  margin: 0;
  color: var(--muted);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
}

.cartographic-map {
  margin: 0;
  padding: 12px 0 14px;
  border-bottom: 1px solid var(--editorial-rule);
}

.cartographic-map svg {
  display: block;
  width: 100%;
  height: auto;
  background: var(--map-unknown);
}

.cartographic-map figcaption {
  margin: 9px 0 0;
  color: var(--muted);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.map-frame {
  fill: none;
  stroke: var(--editorial-ink);
  stroke-width: 1;
}

.map-contour {
  fill: none;
  stroke: var(--map-faint);
  stroke-width: 1;
}

.map-gridline {
  stroke: var(--map-faint);
  stroke-width: 1;
}

.map-route {
  fill: none;
  stroke: var(--editorial-ink);
  stroke-width: 1.7;
}

.map-route.future {
  stroke-dasharray: 4 5;
  stroke: var(--map-line);
}

.map-dot {
  fill: var(--surface);
  stroke: var(--editorial-ink);
  stroke-width: 1.5;
}

.map-dot.current {
  fill: var(--editorial-ink);
}

.map-dot.next {
  fill: var(--field-green);
}

.map-dot.unknown {
  fill: var(--surface);
  stroke-dasharray: 2 2;
}

.cartographic-map text {
  fill: var(--editorial-ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0;
}

.plate-grid,
.plate-index {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  border-bottom: 1px solid var(--editorial-rule);
}

.plate-item,
.plate-index div {
  min-width: 0;
  min-height: 140px;
  padding: 12px 10px;
  border-right: 1px solid var(--editorial-rule);
  border-bottom: 1px solid var(--editorial-rule);
  background: var(--surface);
}

.plate-item:nth-child(2n),
.plate-index div:nth-child(2n) {
  border-right: 0;
}

.plate-wide {
  grid-column: 1 / -1;
  min-height: 154px;
  background: var(--editorial-stone);
}

.plate-no,
.plate-index span {
  display: block;
  margin-bottom: 28px;
  color: var(--editorial-ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 27px;
}

.plate-item strong,
.plate-index strong {
  display: block;
  margin-top: 9px;
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 21px;
  text-transform: uppercase;
}

.plate-item small,
.plate-index p {
  display: block;
  margin: 7px 0 0;
  color: var(--muted);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.plate-route {
  padding: 14px 0 0;
}

.route-chain {
  display: grid;
  gap: 6px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: route-step;
}

.route-chain li {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 7px 9px 7px 0;
  border-top: 1px solid var(--editorial-rule);
  background: var(--surface);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
  counter-increment: route-step;
}

.route-chain li::before {
  content: counter(route-step, decimal-leading-zero);
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--editorial-rule);
  color: var(--muted);
  font-size: 10px;
  line-height: 12px;
}

.route-chain li::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 15px;
  width: 1px;
  height: 13px;
  background: var(--editorial-rule);
}

.route-chain li:last-child {
  border-bottom: 1px solid var(--editorial-ink);
}

.route-chain li:last-child::before {
  background: var(--editorial-stone);
  color: var(--editorial-ink);
}

.route-chain li:last-child::after {
  display: none;
}

.plate-next {
  margin: 14px 0 0;
  padding-top: 13px;
  border-top: 1px solid var(--editorial-rule);
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.series-map {
  margin: 0 18px 42px;
}

.living-map-grid {
  display: grid;
  gap: 0;
}

.living-map-grid section {
  padding: 14px 0;
  border-bottom: 1px solid var(--editorial-rule);
}

.living-map-grid section:last-child {
  border-bottom: 0;
}

.status-list,
.territory-list,
.revision-list {
  margin: 12px 0 0;
}

.status-list div,
.territory-list div,
.revision-list div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 8px 0;
  border-top: 1px solid var(--editorial-rule);
}

.status-list dt,
.status-list dd,
.territory-list dt,
.territory-list dd,
.revision-list dt,
.revision-list dd,
.confidence,
.unknown-list li {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.status-list dt,
.territory-list dt,
.revision-list dt {
  color: var(--editorial-ink);
  font-weight: 800;
  text-transform: uppercase;
}

.status-list dd,
.territory-list dd,
.revision-list dd {
  margin: 0;
  color: var(--muted);
  text-align: right;
  text-transform: uppercase;
}

.status-list div:nth-child(-n + 2) dd {
  color: var(--field-green);
  font-weight: 800;
}

.territory-list div:nth-child(-n + 2) dd {
  color: var(--muted);
  font-weight: 400;
}

.territory-list div:first-child dd {
  color: var(--field-green);
  font-weight: 800;
}

.revision-list div {
  grid-template-columns: minmax(64px, auto) 1fr;
}

.revision-list dd {
  color: #30302d;
  text-transform: none;
}

.evidence-quality {
  margin: 12px 0 0;
}

.evidence-quality div {
  display: grid;
  grid-template-columns: minmax(86px, auto) 1fr;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid var(--editorial-rule);
}

.evidence-quality dt,
.evidence-quality small {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.evidence-quality dt {
  color: var(--editorial-ink);
  font-weight: 800;
  text-transform: uppercase;
}

.evidence-quality dd {
  margin: 0;
}

.evidence-quality small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  text-transform: uppercase;
}

.quality-bars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
}

.quality-bars span {
  display: block;
  height: 10px;
  border: 1px solid var(--editorial-rule);
  background: var(--surface);
}

.quality-bars .filled {
  background: var(--editorial-ink);
  border-color: var(--editorial-ink);
}

.living-route {
  margin-top: 12px;
}

.confidence {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
}

.confidence-meter {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-top: 12px;
}

.confidence-meter span {
  display: block;
  height: 18px;
  border: 1px solid var(--editorial-rule);
  background: var(--surface);
}

.confidence-meter .filled {
  background: var(--editorial-ink);
  border-color: var(--editorial-ink);
}

.unknown-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.unknown-list li,
.evidence-list li,
.ledger-evidence li {
  padding: 8px 0;
  border-top: 1px solid var(--editorial-rule);
  color: #30302d;
}

.evidence-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.evidence-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  align-items: start;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.evidence-list li::before {
  font-weight: 800;
}

.evidence-list .collected::before {
  content: "+";
  color: var(--field-green);
}

.evidence-list .missing::before {
  content: "?";
  color: var(--muted);
}

.map-change-note p:last-child {
  margin: 10px 0 0;
  color: #30302d;
  font-size: 17px;
  line-height: 25px;
}

.bundle-rings {
  border-bottom: 0;
}

.bundle-rings div {
  min-height: 126px;
}

.bundle-rings div:last-child {
  grid-column: 1 / -1;
  border-right: 0;
  border-bottom: 0;
}

.bundle-rings span {
  margin-bottom: 23px;
  font-size: 20px;
  line-height: 25px;
  hyphens: auto;
  overflow-wrap: break-word;
}

.break-track {
  display: grid;
  gap: 0;
}

.break-track div:not(.break-mark) {
  min-height: 64px;
  padding: 13px 0;
  border-bottom: 1px solid var(--editorial-rule);
  background: var(--paper);
}

.break-track span {
  display: block;
  color: var(--muted);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 14px;
  text-transform: uppercase;
}

.break-track strong {
  display: block;
  margin-top: 3px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  text-transform: uppercase;
}

/* A break in the path, not a lonely word (#1): "┈ gap ┈" in signal red. */
.break-mark {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid var(--editorial-rule);
  color: var(--signal-red);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 14px;
  text-transform: lowercase;
}

.break-mark::before,
.break-mark::after {
  content: "";
  display: block;
  height: 0;
  border-top: 1px dashed var(--signal-red);
}

.door-table {
  display: grid;
  gap: 0;
}

.door-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid var(--editorial-rule);
}

.door-row span {
  display: block;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.door-row span:first-child {
  color: var(--ink);
  font-weight: 800;
}

.door-row span:nth-child(2) {
  color: var(--field-green);
  font-weight: 800;
  text-transform: uppercase;
}

.door-row span:nth-child(3) {
  color: var(--muted);
}

.door-head {
  display: none;
}

.door-row-strong {
  padding-left: 14px;
  box-shadow: inset 4px 0 0 var(--field-green);
}

.test-illustration ol {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.test-illustration li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 10px 0;
  border-bottom: 1px solid var(--editorial-rule);
  background: var(--paper);
}

.test-illustration li:nth-child(2n) {
  background: var(--surface);
}

.test-illustration span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--editorial-rule);
  background: var(--editorial-stone);
  color: var(--editorial-ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 14px;
}

.test-illustration strong {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
}

.repair-pathway ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: repair-step;
}

.repair-pathway li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 4px 12px;
  align-items: start;
  min-height: 82px;
  padding: 12px 0;
  border-bottom: 1px solid var(--editorial-rule);
}

/* Keep the label + description in the wide column; the number spans both rows
   (#5 — otherwise the description fell under the 48px number column and wrapped
   one word per line). */
.repair-pathway strong,
.repair-pathway p {
  grid-column: 2;
}

.repair-pathway li:last-child {
  border-bottom: 0;
}

.repair-pathway span {
  display: grid;
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--editorial-rule);
  color: var(--editorial-ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 14px;
}

.repair-pathway strong {
  display: block;
  color: var(--editorial-ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
}

.repair-pathway p {
  margin: 5px 0 0;
  color: var(--muted);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.repair-pathway li:last-child span {
  background: var(--editorial-stone);
}

.repair-pathway li:last-child strong {
  color: var(--field-green);
}

.map-shift {
  margin-top: 34px;
  margin-bottom: 34px;
}

.map-equation {
  padding: 14px 0;
  border-bottom: 1px solid var(--editorial-rule);
}

.map-equation:last-child {
  border-bottom: 0;
}

.map-equation > .plate-label {
  margin-bottom: 12px;
}

.false-equation ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.false-equation li {
  min-height: 34px;
  padding: 7px 9px;
  border: 1px dashed var(--editorial-rule);
  color: var(--muted);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
}

.false-equation li:last-child {
  border-color: var(--signal-red);
  color: var(--signal-red);
}

.better-equation {
  background: var(--surface);
}

.body-copy p,
.body-copy ul,
.body-copy blockquote {
  margin-top: 0;
}

.body-copy p {
  margin-bottom: 1.3em;
}

.body-copy ul {
  padding-left: 22px;
  margin-bottom: 1.4em;
}

.body-copy li + li {
  margin-top: 5px;
}

blockquote {
  margin: 28px 0;
  padding: 2px 0 2px 16px;
  border-left: 4px solid var(--marker-yellow);
  color: #2a2a27;
  font-size: 20px;
  line-height: 31px;
}

blockquote p:last-child {
  margin-bottom: 0;
}

.subscribe-panel,
.next-episode,
.clue-ledger,
.reporting-note,
.sources {
  margin: 42px 0;
  padding: 22px 18px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--rule);
  background: var(--surface);
}

.inline-subscribe {
  margin-left: -18px;
  margin-right: -18px;
}

.subscribe-panel h2,
.next-episode h2,
.clue-ledger h2,
.reporting-note h2,
.sources h2,
.map-changed h2 {
  margin: 0 0 14px;
  font-size: 26px;
  font-weight: 650;
  line-height: 31px;
}

.subscribe-form {
  margin-top: 18px;
}

.subscribe-form label {
  display: block;
  margin-bottom: 7px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.form-row {
  display: grid;
  gap: 10px;
}

.subscribe-form input[type="email"] {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.subscribe-form button {
  width: 100%;
  padding: 12px 14px;
}

.form-note,
.form-status {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 18px;
}

.form-status.success {
  color: var(--field-green);
  font-weight: 700;
}

.form-status.error {
  color: var(--signal-red);
  font-weight: 700;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.photo-placeholder {
  margin: 40px -18px;
  padding: 0 18px;
}

.photo-box {
  display: grid;
  min-height: 230px;
  place-items: center;
  border: 1px dashed var(--field-green);
  background: var(--soft-green);
  color: var(--field-green);
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
}

figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  line-height: 18px;
}

.map-changed {
  margin: 50px 0;
  padding: 30px 18px;
  background: var(--ink);
  color: var(--paper);
}

.map-changed .panel-label {
  color: var(--marker-yellow);
}

.map-step {
  padding: 16px 0;
  border-top: 1px solid rgba(251, 251, 248, 0.24);
}

.map-step h3 {
  margin: 0 0 6px;
  color: var(--marker-yellow);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
}

.map-step p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.map-step .route-chain {
  margin-top: 12px;
}

.map-step .route-chain li {
  border-top-color: rgba(251, 251, 248, 0.28);
  background: transparent;
  color: var(--paper);
}

.map-step .route-chain li::before {
  border-color: rgba(251, 251, 248, 0.34);
  color: var(--paper);
}

.map-step .route-chain li::after {
  background: rgba(251, 251, 248, 0.34);
}

.map-step .route-chain li:last-child {
  border-bottom-color: rgba(251, 251, 248, 0.34);
}

.map-step .route-chain li:last-child::before {
  background: var(--marker-yellow);
  color: var(--ink);
}

.next-episode {
  margin: 48px 18px;
  background: var(--soft-red);
  border-top-color: var(--signal-red);
}

.next-episode p {
  margin: 0 0 16px;
}

.clue-ledger,
.reporting-note,
.sources {
  margin-left: 18px;
  margin-right: 18px;
  background: transparent;
}

.clue-ledger dl {
  margin: 0;
}

.clue-ledger dt {
  margin: 18px 0 5px;
  color: var(--field-green);
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
}

.clue-ledger dd {
  margin: 0;
  color: #292925;
  font-size: 15px;
  line-height: 23px;
}

.ledger-evidence {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.ledger-evidence li {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.clue-route {
  margin-top: 8px;
}

.compact-route {
  gap: 4px;
  margin: 0;
}

.compact-route li {
  min-height: 36px;
  grid-template-columns: 34px 1fr;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  line-height: 16px;
}

.compact-route li::before {
  width: 26px;
  height: 26px;
  font-size: 9px;
}

.compact-route li::after {
  left: 13px;
  bottom: -5px;
  height: 9px;
}

.reporting-note p,
.sources li,
.site-footer p {
  color: #2b2b28;
  font-size: 14px;
  line-height: 22px;
}

.sources ol {
  padding-left: 18px;
  margin: 0;
}

.sources li + li {
  margin-top: 10px;
}

.sources a {
  overflow-wrap: anywhere;
}

.mobile-follow {
  position: fixed;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--ink);
  background: var(--surface);
  box-shadow: 0 10px 30px var(--shadow);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.mobile-follow[hidden] {
  display: none;
}

.mobile-follow strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
}

.mobile-follow button {
  min-height: 42px;
  padding: 9px 12px;
}

.dismiss-follow {
  background: var(--surface) !important;
  color: var(--ink) !important;
}

.site-footer {
  margin: 54px 18px 28px;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
}

.site-footer p {
  margin: 0 0 10px;
}

.footer-share {
  margin: 0 0 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--rule);
}

.share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--ink);
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.share-button svg {
  flex: none;
}

.share-status {
  margin: 9px 0 0;
  min-height: 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 18px;
}

.share-status.success {
  color: var(--field-green);
  font-weight: 700;
}

@media (min-width: 480px) {
  .site-header,
  .article-header,
  .body-copy,
  .hero-image,
  .field-map,
  .series-map,
  .next-episode,
  .clue-ledger,
  .reporting-note,
  .sources,
  .site-footer {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .inline-subscribe {
    margin-left: 0;
    margin-right: 0;
  }

  .map-changed {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
