:root {
  --bg: #03070d;
  --bg-2: #050a12;
  --panel: #08111b;
  --panel-2: #0a1420;
  --text: #edf5ff;
  --muted: #91a8bf;
  --muted-2: #6d8298;
  --cyan: #39d8ff;
  --cyan-soft: #7be7ff;
  --cyan-deep: #1a6f94;
  --orange: #ff9b55;
  --line: rgba(137, 190, 224, .16);
  --line-strong: rgba(77, 213, 255, .34);
  --header: 70px;
  --shell: min(1160px, calc(100vw - 3rem));
  --reading: 760px;
  --radius: 18px;
  --section-y: clamp(4.5rem, 7vw, 7rem);
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; overflow-x: clip; background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
picture { display: block; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
strong { color: #fff; }
::selection { background: rgba(57, 216, 255, .28); color: #fff; }

.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .7rem 1rem; border-radius: 8px; background: #fff; color: #000; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.eyebrow { margin: 0 0 .8rem; color: var(--cyan-soft); font: 800 .78rem/1.25 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.muted { color: var(--muted); }
.token-mark,
[data-config="ticker"] { color: var(--cyan-soft); font-weight: 850; text-shadow: 0 0 18px rgba(57,216,255,.18); }
.status-v[data-config="ticker"] { color: var(--cyan); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.02; text-wrap: balance; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .38rem; min-height: 48px; padding: .76rem 1.25rem; border: 1px solid transparent; border-radius: 999px; background: linear-gradient(90deg, var(--cyan), var(--cyan-soft)); color: #03111b; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); box-shadow: 0 12px 34px rgba(57,216,255,.18); }
.button--ghost { border-color: rgba(120,222,255,.35); background: rgba(255,255,255,.025); color: var(--text); }
.button--ghost:hover { background: rgba(57,216,255,.07); box-shadow: none; }
.button [data-config="ticker"] { color: inherit; text-shadow: none; }
.button--ghost [data-config="ticker"] { color: var(--cyan-soft); }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.055); background: rgba(3,7,13,.72); backdrop-filter: blur(18px) saturate(120%); }
.header-inner { display: flex; align-items: center; gap: 1rem; min-height: var(--header); }
.brand { font-weight: 900; letter-spacing: .08em; font-size: 1.16rem; }
.brand-x { color: var(--cyan); }
.site-nav { display: flex; align-items: center; gap: 1.18rem; margin-left: auto; }
.site-nav a { position: relative; color: #c2cfdd; font-size: .92rem; font-weight: 700; }
.site-nav a:hover, .site-nav a.is-active { color: #fff; }
.site-nav a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.55rem; height: 1px; background: var(--cyan); }
.header-cta { margin-left: .25rem; white-space: nowrap; }
.menu-toggle { display: none; margin-left: auto; padding: .45rem; border: 0; background: none; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 4px; background: #fff; }

/* Homepage */
.hero { position: relative; min-height: calc(100svh - var(--header)); display: flex; align-items: flex-end; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 42%; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,4,8,.93) 0%, rgba(1,4,8,.78) 30%, rgba(1,4,8,.18) 61%, rgba(1,4,8,.12) 100%), linear-gradient(0deg, rgba(2,6,10,.86), transparent 42%); }
.hero-content { position: relative; z-index: 1; width: var(--shell); max-width: none; padding: 7rem 0 5rem; }
.hero-copy { max-width: 690px; }
.hero h1 { margin: 0 0 1.1rem; font-size: clamp(4.2rem, 8vw, 7rem); text-transform: uppercase; }
.hero h1 span { color: var(--cyan); }
.hero-dek { max-width: 640px; margin-bottom: 1rem; color: #dce9f7; font-size: clamp(1.45rem,2.5vw,2rem); line-height: 1.32; }
.hero-body { max-width: 620px; color: #a9bed3; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.7rem; }
.hero-phase { margin: 1.55rem 0 0; color: #91a8bf; font: 700 .79rem/1.55 var(--mono); letter-spacing: .07em; text-transform: uppercase; }

.status-strip { border-block: 1px solid rgba(255,255,255,.055); background: #050a11; }
.status-grid { display: grid; grid-template-columns: repeat(9,minmax(0,1fr)); align-items: stretch; }
.status-cell { display: flex; min-width: 0; min-height: 84px; flex-direction: column; justify-content: flex-start; padding: .95rem .78rem; border-left: 1px solid rgba(255,255,255,.055); }
.status-cell:first-child { border-left: 0; }
.status-k { display: block; color: #8da0b3; font: 700 .75rem/1.28 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.status-v { display: block; margin-top: .25rem; color: var(--cyan-soft); font-size: .94rem; font-weight: 780; line-height: 1.3; white-space: normal; overflow-wrap: anywhere; }
.status-v--sub { margin-top: .14rem; color: #b2c1d0; font-size: .80rem; font-weight: 650; }
.status-v--unknown { color: #7e90a4; }

.section { padding: var(--section-y) 0; scroll-margin-top: calc(var(--header) + 22px); }
.section--raised { background: #070c14; }
.truth, .tether, .wait { display: grid; gap: clamp(2.25rem,5vw,4.25rem); align-items: start; }
.truth { grid-template-columns: minmax(0,1.06fr) minmax(0,.94fr); }
.tether { grid-template-columns: minmax(0,.94fr) minmax(0,1.06fr); }
.wait { grid-template-columns: minmax(0,1.06fr) minmax(0,.94fr); }
 .truth figure, .tether figure, .wait figure, .condition-art, .signal-art, .sequence-art { margin: 0; overflow: hidden; border-radius: var(--radius); }
.truth img, .tether img, .wait img, .condition-art img, .signal-art img, .sequence-art img { width: 100%; height: 100%; object-fit: cover; border: 1px solid var(--line); border-radius: var(--radius); }
.truth figure, .tether figure, .wait figure { aspect-ratio: 4/3; }
#truth img { object-position: 50% 44%; }
#connection img { object-position: 50% 47%; }
#wait img { object-position: 42% 43%; }
.truth picture, .tether picture, .wait picture, .condition-art picture, .signal-art picture, .sequence-art picture { width: 100%; height: 100%; }
.section-copy { width: 100%; max-width: none; padding-top: .55rem; }
.section-copy h2 { margin-bottom: 1.1rem; font-size: clamp(2.6rem,5vw,4.7rem); }
.section-copy p { max-width: 36rem; color: #9fb3c8; font-size: 1.08rem; }
.section-copy p + p { margin-top: .95rem; }
.condition { max-width: 900px; margin: 0 auto 2.4rem; text-align: center; }
.condition h2 { margin: .4rem auto 1.4rem; max-width: 860px; font-size: clamp(3rem,6vw,5.5rem); }
.signal-line { display: inline-block; margin: 0 auto 1.3rem; padding: .8rem 1.05rem; border-left: 3px solid var(--cyan); background: rgba(57,216,255,.05); color: var(--cyan-soft); font: 800 .88rem var(--mono); letter-spacing: .06em; }
.paradox { display: grid; grid-template-columns: repeat(2,1fr); gap: .8rem; max-width: 820px; margin: 1.8rem auto 0; text-align: left; }
.paradox div { padding: 1.1rem 1.2rem; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.012); }
.paradox small { display: block; margin-bottom: .42rem; color: #8da2b7; font: 700 .78rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.paradox b { color: #fff; }
.condition-art { width: 100%; max-width: 900px; margin-inline: auto; aspect-ratio: 16/9; }
.condition-art img { object-position: 50% 48%; }
.signal { max-width: 770px; margin-inline: auto; text-align: center; }
.signal h2 { margin-bottom: 1.7rem; font-size: clamp(2.8rem,5.35vw,4.75rem); }
.signal p { max-width: 720px; margin-inline: auto; color: #9fb3c8; font-size: 1.1rem; }
.signal .recognition-quote { margin: 1.9rem auto 1.7rem; color: #fff; font: 700 clamp(1.7rem,3vw,2.4rem)/1.3 var(--serif); }
.signal p.signal-close { margin-top: 1.45rem; color: #d9e6f2; font-family: var(--serif); font-size: 1.18rem; line-height: 1.5; }
.signal-close span, .signal-close strong { display: block; }
.signal-close strong { margin-top: .1rem; color: #fff; font-size: 1.34rem; }
.signal-art { width: 100%; max-width: 770px; margin: 2.7rem auto 0; aspect-ratio: 16/9; }
.signal-art img { object-position: 50% 54%; }

.vault-note { margin-top: 1.4rem; padding: 1rem 1.1rem; border-left: 2px solid var(--orange); background: rgba(255,155,85,.045); color: #cbd9e8; }
.sequence { padding: var(--section-y) 0; scroll-margin-top: calc(var(--header) + 22px); background: #050a12; }
.sequence-head { max-width: 760px; margin-bottom: 2.4rem; }
.sequence-head h2 { margin-bottom: .7rem; font-size: clamp(2.5rem,5vw,4.3rem); }
.sequence-head p { color: #9fb3c8; font-size: 1.06rem; }
.sequence-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; align-items: stretch; }
.flight-card { position: relative; display: flex; min-height: 360px; flex-direction: column; overflow: hidden; padding: 1.8rem; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg,rgba(9,20,32,.9),rgba(5,12,20,.95)); }
.flight-card--transmit { border-color: var(--line-strong); }
.flight-no { position: absolute; top: .7rem; left: 1.4rem; color: #1e4d67; font-size: 7rem; font-weight: 900; line-height: 1; }
.flight-role { position: relative; margin-top: 6.8rem; color: var(--cyan-soft); font: 800 .78rem var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.flight-card h3 { position: relative; font-size: clamp(2.2rem,4vw,3.4rem); }
.flight-card p { position: relative; color: #a6b9cc; font-size: 1.02rem; }
.flight-status { position: relative; margin-top: auto; padding-top: 1.15rem; border-top: 1px solid rgba(255,255,255,.07); color: #91a5b9; font: 700 .79rem var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.flight-status span { color: var(--cyan-soft); }
.sequence-art { margin-top: 1.2rem; aspect-ratio: 16/8; }
.sequence-art img { width: 100%; object-position: 50% 46%; }

.wait-log { margin: 2rem 0 0; padding: 0; list-style: none; border-block: 1px solid var(--line); }
.wait-log li { display: flex; justify-content: space-between; gap: 2rem; padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.045); font-family: var(--mono); }
.wait-log li:last-child { border-bottom: 0; }
.wait-log span { color: #8da0b3; font-size: .82rem; }
.wait-log b { color: var(--cyan-soft); font-size: .85rem; text-transform: uppercase; }
.wait-log .unknown { color: #7e8fa2; }
.recognize { min-height: 70svh; display: grid; place-items: center; padding: var(--section-y) 1.5rem; scroll-margin-top: calc(var(--header) + 22px); text-align: center; background: #02060b; }
.recognize-inner { max-width: 900px; }
.recognize h2 { font-size: clamp(3.8rem,8vw,7rem); }
.recognize p:not(.eyebrow) { max-width: 700px; margin-inline: auto; color: #9fb3c8; font-size: 1.08rem; }
.recognize-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.closer { position: relative; min-height: 86svh; display: grid; place-items: center; overflow: hidden; text-align: center; }
.closer-media { position: absolute; inset: 0; }
.closer-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; }
.closer-scrim { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(2,5,9,.28),rgba(2,5,9,.7)); }
.closer-copy { position: relative; z-index: 1; max-width: 820px; padding: 5rem 1.5rem; }
.closer-copy p { color: #e0e8f1; font-size: 1.08rem; }
.final-question { margin-top: 2.4rem; color: #fff!important; font-size: clamp(4rem,9vw,8rem); font-weight: 900; line-height: .95; letter-spacing: -.055em; }

.site-footer { padding: 2.5rem 0; border-top: 1px solid rgba(255,255,255,.055); background: #02060a; }
.footer-grid { display: grid; grid-template-columns: auto 1fr; gap: 1.5rem 2rem; align-items: center; }
.footer-links { display: flex; gap: 1.2rem; justify-content: flex-end; color: #95afc7; font-size: .9rem; }
.footer-small { grid-column: 1/-1; margin: 0; color: #7890a7; font-size: .82rem; }

/* FILE X: one archive rail, one text rail, three deliberate visual grammars */
.lore-body {
  --lore-rail: min(1040px, calc(100vw - 3rem));
  --lore-text: min(800px, calc(100vw - 3rem));
  background: #040811;
}
.lore-body .site-header { background: rgba(3,7,13,.76); }

/* Shared FILE X alignment rails */
.lore-hero-copy,
.lore-prologue,
.lore-chapter,
.lore-return-copy { width: var(--lore-text); margin-inline: auto; }
.lore-index > .shell,
.flight-pair > .shell { width: var(--lore-rail); }
.lore-evidence,
.lore-wait { width: var(--lore-rail); }

/* Hero and prologue */
.lore-hero { position: relative; min-height: 68svh; display: flex; align-items: flex-end; overflow: hidden; }
.lore-hero-media { position: absolute; inset: 0; }
.lore-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.lore-hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(2,6,10,.82),rgba(2,6,10,.17) 68%),linear-gradient(180deg,rgba(2,6,10,.12),rgba(2,6,10,.72) 72%,#040811 100%); }
.lore-hero-copy { position: relative; z-index: 1; max-width: none; padding: 7rem 0 3.55rem; }
.lore-hero h1 { max-width: 780px; margin-bottom: .8rem; font-size: clamp(3.4rem,6.2vw,6rem); }
.lore-hero-copy>p:last-child { max-width: 720px; color: #d2deea; font: 1.18rem/1.62 var(--serif); }
.lore-prologue { max-width: none; padding: 2.9rem 0 3.2rem; }
.lore-prologue p { max-width: 760px; color: #9fb3c8; font-size: 1.08rem; }

/* Record index sits on the evidence rail */
.lore-index { padding: 3rem 0 3.35rem; border-block: 1px solid rgba(255,255,255,.06); background: #060b13; }
.lore-index h2 { margin-bottom: .4rem; font-size: 2rem; }
.lore-index-dek { max-width: 650px; margin: .4rem 0 0; color: #9aadc0; font-size: 1rem; }
.lore-index-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .58rem; margin-top: 1.4rem; }
.lore-index-grid a { display: grid; grid-template-columns: 2.5rem minmax(0,1fr); gap: .4rem; align-items: center; min-height: 58px; padding: .82rem 1rem; border: 1px solid var(--line); border-radius: 11px; color: #bdcada; font-size: .92rem; background: rgba(255,255,255,.008); transition: border-color .18s ease, background .18s ease, color .18s ease; }
.lore-index-grid b { color: var(--cyan); font: 800 .79rem var(--mono); }
.lore-index-grid a:hover, .lore-index-grid a.is-active { border-color: var(--line-strong); background: rgba(57,216,255,.045); color: #fff; }
.lore-index-grid a.is-active { box-shadow: inset 2px 0 0 var(--cyan); }

/* Grammar 1: record entries. Text always uses the same centered rail. */
.lore-chapters { width: 100%; padding: 0; }
.lore-chapter { position: relative; display: block; max-width: none; padding: 3.2rem 0; border-top: 1px solid rgba(255,255,255,.055); scroll-margin-top: calc(var(--header) + 28px); }
.lore-chapter:first-child { border-top: 0; }
.lore-no { position: absolute; left: -5.6rem; top: 3.45rem; color: #1d4861; font-size: 2.35rem; font-weight: 900; line-height: 1; opacity: .88; }
.lore-copy { width: 100%; min-width: 0; }
.lore-copy h2 { max-width: 780px; margin-bottom: .7rem; font-size: clamp(2.25rem,3.8vw,3.35rem); }
.lore-copy p { max-width: 760px; margin-bottom: 1.08rem; color: #9fb3c8; font-size: 1.08rem; line-height: 1.72; }
.lore-copy blockquote { max-width: 760px; margin: 1.4rem 0; padding: 1rem 1.2rem; border-left: 3px solid var(--cyan); background: rgba(57,216,255,.045); color: #f3f8fe; font: 1.3rem/1.48 var(--serif); }
.lore-chapter--protocol .lore-copy { padding: 1.4rem 1.5rem; border: 1px solid rgba(57,216,255,.15); border-radius: 15px; background: linear-gradient(180deg,rgba(57,216,255,.028),rgba(255,255,255,.006)); }
.lore-chapter--protocol .lore-no { top: 4.85rem; }
.lore-chapter--emotional { padding-block: 3.9rem; }
.lore-chapter--emotional .lore-copy { text-align: center; }
.lore-chapter--emotional .lore-copy p,
.lore-chapter--emotional .lore-copy blockquote { margin-inline: auto; }
.lore-chapter--emotional .lore-copy blockquote { font-size: clamp(1.5rem,2.7vw,2rem); }
.lore-chapter--mythic { padding-block: 3.9rem; }
.lore-chapter--mythic .lore-copy h2 { font-size: clamp(2.55rem,4.6vw,3.85rem); }
.protocol-panel { display: grid; grid-template-columns: 1fr auto; gap: .55rem 1.5rem; max-width: 760px; margin: 1.3rem 0; padding: 1rem 1.05rem; border-left: 3px solid var(--cyan); background: rgba(1,7,12,.72); font-family: var(--mono); }
.protocol-panel span { color: #889caf; font-size: .8rem; letter-spacing: .07em; }
.protocol-panel strong { color: var(--cyan-soft); font-size: .84rem; text-transform: uppercase; }
.protocol-panel--compact { max-width: 520px; }
.back-index { display: inline-block; margin-top: .65rem; color: #83a1ba; font: 700 .78rem var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.back-index:hover { color: var(--cyan-soft); }

/* Grammar 2: signal statements */
.lore-mark, .lore-ritual, .lore-receivers { scroll-margin-top: calc(var(--header) + 24px); border-block: 1px solid rgba(255,255,255,.05); }
.lore-mark { padding: 5.4rem 0; background: radial-gradient(circle at 50% 38%,rgba(57,216,255,.07),transparent 38%),#02060b; }
.lore-mark-inner { width: var(--lore-rail); max-width: none; text-align: center; }
.lore-mark-number, .lore-ritual-number, .lore-receivers-number, .lore-wait-no, .lore-return-no { margin-bottom: .75rem; color: #1a435b; font: 900 clamp(2rem,4vw,3.45rem)/1 var(--sans); }
.lore-mark h2 { max-width: 900px; margin: .35rem auto 1.7rem; font-size: clamp(3rem,5.8vw,5.25rem); }
.x-field { display: flex; flex-wrap: wrap; justify-content: center; gap: .85rem 1.35rem; max-width: 900px; margin: 0 auto 1.7rem; }
.x-field span { color: #dfeaf5; font-size: clamp(1rem,2vw,1.45rem); font-weight: 850; letter-spacing: .03em; }
.x-field span:first-child, .x-field span:last-child { color: var(--cyan); }
.lore-mark-inner>p:not(.eyebrow):not(.lore-mark-question) { max-width: 760px; margin-inline: auto; color: #9fb3c8; font-size: 1.07rem; }
.lore-mark-question { max-width: 760px; margin: 1.65rem auto 0; color: #edf7ff; font: 1.42rem/1.5 var(--serif); }

.lore-ritual { padding: 5.4rem 0; background: linear-gradient(180deg,#040811,#02060b); }
.lore-ritual-inner { width: var(--lore-rail); max-width: none; text-align: center; }
.lore-ritual h2 { max-width: 900px; margin: .35rem auto .9rem; font-size: clamp(2.9rem,5.5vw,4.9rem); }
.lore-ritual-disclaimer { max-width: 760px; margin-inline: auto; color: #9fb3c8; font-size: 1.07rem; }
.lore-ritual blockquote { max-width: 820px; margin: 2rem auto 1.8rem; padding: 1.55rem; border-block: 1px solid rgba(57,216,255,.35); color: #fff; font: 700 clamp(2.1rem,4.4vw,3.65rem)/1.12 var(--serif); }
.lore-ritual-inner>p:last-child, .lore-ritual-inner>p:nth-last-child(2) { max-width: 760px; margin-inline: auto; color: #9fb3c8; font-size: 1.07rem; }
.lore-ritual-inner > p.lore-ritual-close { margin-top: 1.45rem; color: #dce7f1; font: 1.16rem/1.5 var(--serif); }
.lore-ritual-close span, .lore-ritual-close strong { display: block; }
.lore-ritual-close strong { color: #fff; font-size: 1.32rem; }

.lore-receivers { padding: 5.8rem 0; background: radial-gradient(circle at 50% 20%,rgba(62,79,100,.07),transparent 42%),#02050a; text-align: center; }
.lore-receivers-inner { width: var(--lore-text); max-width: none; }
.lore-receivers h2 { max-width: 800px; margin: .45rem auto 1.15rem; font-size: clamp(2.9rem,5.7vw,4.95rem); }
.lore-receivers p { max-width: 700px; margin-inline: auto; color: #9fb3c8; font-size: 1.07rem; }
.receiver-readout { display: grid; grid-template-columns: 1fr auto; gap: .7rem 2rem; max-width: 540px; margin: 2.3rem auto; padding: 1.1rem 0; border-block: 1px solid rgba(255,255,255,.08); font-family: var(--mono); text-align: left; }
.receiver-readout span { color: #879aaf; font-size: .8rem; letter-spacing: .07em; }
.receiver-readout strong { color: var(--cyan-soft); font-size: .86rem; text-transform: uppercase; }
.receiver-last { color: #e0e8f1; font: 1.3rem/1.58 var(--serif); }

/* Grammar 3: evidence spreads. Every image uses the same evidence rail and crop logic. */
.lore-evidence { max-width: none; margin: 1.45rem auto 3rem; }
.lore-evidence picture { display: block; width: 100%; aspect-ratio: 16/9; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #02060b; }
.lore-evidence img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 44%; border: 0; border-radius: 0; }
.lore-evidence figcaption { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 1.25rem; align-items: baseline; padding: .8rem .1rem 0; color: #8ea3b8; font-size: .88rem; text-align: right; }
.lore-evidence figcaption span { color: var(--cyan-soft); font: 800 .78rem var(--mono); letter-spacing: .1em; text-align: left; }
.lore-evidence--wide img { object-position: center 48%; }
.lore-evidence--launch img { object-position: center 57%; }

/* Flight 14 / 15 pair stays on the same evidence rail */
.flight-pair { padding: 4.7rem 0; scroll-margin-top: calc(var(--header) + 24px); background: #060b13; border-block: 1px solid rgba(255,255,255,.055); }
.flight-pair h2 { max-width: 920px; margin-bottom: .5rem; font-size: clamp(2.9rem,5.5vw,4.85rem); }
.flight-pair-dek { max-width: 720px; color: #9fb3c8; font-size: 1.06rem; }
.flight-pair-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; margin-top: 1.9rem; align-items: stretch; }
.flight-record { position: relative; display: flex; flex-direction: column; min-height: 560px; padding: 1.65rem; border: 1px solid var(--line); border-radius: 17px; background: #07111b; scroll-margin-top: calc(var(--header) + 24px); }
.flight-record--transmit { border-color: var(--line-strong); }
.flight-record-no { position: absolute; top: 1.2rem; right: 1.4rem; color: #6f8da3; font: 700 .8rem var(--mono); }
.flight-digit { display: block; margin: 1.15rem 0 -.5rem; color: #20516d; font-size: 6.8rem; font-weight: 900; line-height: .95; }
.flight-record h3 { margin-bottom: .7rem; font-size: clamp(2.1rem,3.5vw,3.15rem); }
.flight-record p { color: #a6b9cc; font-size: 1.04rem; }
.flight-record blockquote { margin: auto 0 1.15rem; padding: .9rem 0; border-block: 1px solid rgba(255,255,255,.08); color: #f0f6fc; font-weight: 800; }
.flight-telemetry { display: grid; grid-template-columns: 1fr auto; gap: .55rem 1.5rem; padding-top: .35rem; font-family: var(--mono); }
.flight-telemetry span { color: #879aaf; font-size: .79rem; }
.flight-telemetry strong { color: var(--cyan-soft); font-size: .84rem; text-transform: uppercase; }

/* Wait: image and text are equal halves inside the exact same rail */
.lore-wait { margin: 3.1rem auto; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); min-height: 590px; scroll-margin-top: calc(var(--header) + 24px); overflow: hidden; border: 1px solid rgba(255,255,255,.07); border-radius: 17px; background: #02050a; }
.lore-wait-media { min-height: 590px; overflow: hidden; }
.lore-wait-media picture, .lore-wait-media img { width: 100%; height: 100%; }
.lore-wait-media img { object-fit: cover; object-position: 41% center; }
.lore-wait-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 3.5rem clamp(2rem,3.4vw,3.6rem); }
.lore-wait h2 { max-width: 460px; margin: .35rem 0 .9rem; font-size: clamp(3.2rem,5.8vw,5.4rem); }
.lore-wait-copy>p { max-width: 500px; color: #9fb3c8; font-size: 1.06rem; }
.wait-telemetry { display: grid; grid-template-columns: 1fr auto; gap: .72rem 1.7rem; max-width: 500px; margin: 1.8rem 0; padding: 1.1rem 0; border-block: 1px solid rgba(255,255,255,.08); font-family: var(--mono); }
.wait-telemetry span { color: #879aaf; font-size: .79rem; letter-spacing: .07em; }
.wait-telemetry strong { color: var(--cyan-soft); font-size: .85rem; text-transform: uppercase; }

/* Return chapter aligns with every other text chapter */
.lore-return { padding: 4.9rem 0 4rem; scroll-margin-top: calc(var(--header) + 24px); background: #040811; }
.lore-return-copy { max-width: none; }
.lore-return h2 { max-width: 780px; margin-bottom: .9rem; font-size: clamp(3rem,5.2vw,4.65rem); }
.lore-return p { max-width: 760px; color: #9fb3c8; font-size: 1.08rem; line-height: 1.72; }

/* Final full-bleed emotional frame */
.lore-ending { position: relative; min-height: 88svh; display: grid; place-items: center; overflow: hidden; text-align: center; }
.lore-ending-media { position: absolute; inset: 0; }
.lore-ending-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.lore-ending::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(3,6,10,.43),rgba(3,6,10,.72) 48%,rgba(3,6,10,.86)); }
.lore-ending-copy { position: relative; z-index: 1; width: var(--lore-text); max-width: none; padding: 4.5rem 0; }
.lore-ending-copy p { max-width: 760px; margin-inline: auto; color: #dde6ef; font-size: 1.08rem; }
.lore-ending-copy strong { display: block; max-width: 800px; margin: 2.7rem auto 0; color: #fff; font: 700 clamp(3.6rem,7.4vw,7rem)/.98 var(--serif); letter-spacing: -.04em; text-wrap: balance; }

@media (max-width: 1200px) {
  .status-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .status-cell { border-top: 1px solid rgba(255,255,255,.055); }
  .status-cell:nth-child(-n+3) { border-top: 0; }
  .status-cell:nth-child(3n+1) { border-left: 0; }
}

@media (max-width: 1100px) {
  .site-nav { gap: .8rem; }
  .site-nav a { font-size: .83rem; }
  .lore-body { --lore-rail: min(960px, calc(100vw - 3rem)); }
}

@media (max-width: 1024px) {
  .site-nav { display: none; position: absolute; top: var(--header); left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: .7rem 1.5rem 1rem; border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(3,7,13,.98); }
  .site-nav.is-open { display: flex; }
  .site-nav a { display: flex; align-items: center; min-height: 44px; padding: .2rem 0; }
  .site-nav a.is-active::after { display: none; }
  .menu-toggle { display: grid; place-items: center; width: 44px; height: 44px; margin-left: auto; padding: 0; }
  .header-cta { display: none; }
  .hero-media img { object-position: 60% 40%; }
}

@media (max-width: 900px) {
  :root { --header: 66px; }
  .site-nav.is-open { display: flex; }
  .site-nav a.is-active::after { display: none; }
  .header-cta { display: none; }
  .truth, .tether, .wait { grid-template-columns: 1fr; gap: 1.7rem; }
  .section-copy { padding-top: 0; }
  .truth figure { order: -1; }
  .truth figure, .tether figure, .wait figure { aspect-ratio: 16/10; }
  #truth img { object-position: 46% 42%; }
  #connection img { object-position: 50% 47%; }
  #wait img { object-position: 36% 40%; }
  .condition-art img { object-position: 50% 48%; }
  .signal-art img { object-position: 50% 56%; }
  .sequence-art img { object-position: 50% 44%; }
  .sequence-grid, .flight-pair-grid { grid-template-columns: 1fr; }

  .lore-body { --lore-rail: min(760px, calc(100vw - 2.5rem)); --lore-text: min(700px, calc(100vw - 3rem)); }
  .lore-index-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lore-chapter { padding: 2.8rem 0; }
  .lore-no { position: static; margin-bottom: .55rem; font-size: 1.45rem; }
  .lore-chapter--protocol .lore-no { margin-bottom: .55rem; }
  .lore-evidence figcaption { grid-template-columns: 1fr; gap: .25rem; text-align: left; }
  .lore-evidence figcaption span { text-align: left; }
  .flight-record { min-height: 0; }
  .flight-record blockquote { margin-top: 1.15rem; }
  .lore-wait { grid-template-columns: 1fr; min-height: 0; margin: 2.5rem auto; }
  .lore-wait-media { min-height: 0; aspect-ratio: 16/10; }
  .lore-wait-copy { padding: 3.3rem 2rem 3.7rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 640px) {
  :root { --shell: min(100vw - 1.2rem,1160px); }
  .hero { min-height: 88svh; }
  .hero-media img { object-position: 62% 32%; }
  .hero h1 { font-size: 3.65rem; }
  .hero-content { padding: 5rem 0 2.8rem; }
  .hero-actions .button { width: 100%; }
  .closer-media img { object-position: 54% 46%; }
  .status-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .status-cell { min-height: 80px; border-left: 1px solid rgba(255,255,255,.055); border-top: 1px solid rgba(255,255,255,.055); }
  .status-cell:nth-child(-n+2) { border-top: 0; }
  .status-cell:nth-child(odd) { border-left: 0; }
  .status-cell:nth-child(9) { grid-column: 1 / -1; }
  .paradox { grid-template-columns: 1fr; }
  .condition-art, .signal-art { width: 100%; }
  .sequence { padding: var(--section-y) 0; }
  .flight-card { min-height: 340px; }
  .recognize { min-height: 60svh; padding: var(--section-y) 0; }
  .closer { min-height: 76svh; }

  .lore-body { --lore-rail: calc(100vw - 1.2rem); --lore-text: calc(100vw - 2rem); }
  .lore-hero { min-height: 64svh; }
  .lore-hero-copy { padding: 4.8rem 0 2.6rem; }
  .lore-hero h1 { font-size: clamp(3rem,14vw,4.2rem); }
  .lore-index { padding: 2.5rem 0 2.8rem; }
  .lore-index-grid { grid-template-columns: 1fr; }
  .lore-mark, .lore-ritual, .lore-receivers { padding: 4.25rem 0; }
  .lore-mark h2, .lore-receivers h2 { font-size: clamp(2.7rem,12vw,3.4rem); }
  .lore-ritual blockquote { padding: 1.3rem .5rem; }
  .lore-evidence { margin-block: 1.25rem 2.4rem; }
  .lore-evidence picture { aspect-ratio: 16/10; border-radius: 13px; }
  .flight-pair { padding: 3.8rem 0; }
  .flight-record { padding: 1.25rem; }
  .flight-digit { font-size: 5.7rem; }
  .lore-wait { border-radius: 13px; }
  .lore-wait-media { aspect-ratio: 16/10; }
  .lore-wait-copy { padding: 2.8rem 1.15rem 3.2rem; }
  .lore-wait h2 { font-size: clamp(3rem,14vw,4rem); }
  .lore-return { padding: 4rem 0 3.2rem; }
  .lore-ending { min-height: 80svh; }
  .lore-ending-copy { padding: 4rem 0; }
  .lore-ending-copy strong { font-size: clamp(3.1rem,15vw,5rem); }
}

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