/* ==========================================================================
   Dominion AI — v3 mockup: layered scroll-film ("The Ledger, Composed")
   Clean-sheet build. Brand palette as foundation, expanded license: layered
   planes (ghost numerals, color fields, photography, type) compose every
   chapter. Motion is additive: the static document is complete without JS.
   ========================================================================== */

@font-face { font-family: 'Newsreader'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/v3/Newsreader-var.woff2') format('woff2'); }
@font-face { font-family: 'Newsreader'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/v3/Newsreader-var.woff2') format('woff2'); }
@font-face { font-family: 'Newsreader'; font-style: italic; font-weight: 400; font-display: swap; src: url('../fonts/v3/Newsreader-italic.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/v3/InstrumentSans-var.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/v3/InstrumentSans-var.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/v3/InstrumentSans-var.woff2') format('woff2'); }
@font-face { font-family: 'Spline Sans Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/v3/SplineSansMono.woff2') format('woff2'); }

:root {
  --bg:            #FAFBFC;
  --surface:       #ECF2F5;
  --surface-card:  #FFFFFF;
  --ink:           #170D33;
  --ink-muted:     #544C6B;
  --brand:         #42296B;
  --brand-hover:   #352155;
  --money:         #004A59;
  --money-night:   #75C9CC;
  --teal:          #75C9CC;
  --highlight:        rgba(117, 201, 204, .22);
  --highlight-strong: rgba(117, 201, 204, .55);
  --guarantee-bg:  #E7F2F3;
  --border:        #DCE5EA;
  --border-strong: #C7BDDA;
  --paper-on-dark: #FAFBFC;
  --night-muted:   #B9B2CE;

  --font-display: 'Newsreader', Georgia, serif;
  --font-body:    'Instrument Sans', 'Helvetica Neue', Arial, sans-serif;
  --font-numeric: 'Spline Sans Mono', 'SFMono-Regular', Consolas, monospace;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-padding-top: 84px; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
img { max-width: 100%; height: auto; display: block; }
body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.008em;
  color: var(--ink);
  background: var(--bg);
  overflow-x: clip;
}

/* WordPress ships an element-level `h1, h2, h3, … { color: … }` rule in its
 * global styles, which outranks the colour a plate hands down: headings on the
 * ink and purple grounds would render dark on dark. Headings take the plate's
 * colour, as they do in the prototype. */
.v3 :is(h1, h2, h3, h4, h5, h6) { color: inherit; }

::selection { background: var(--highlight-strong); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; box-shadow: 0 0 0 5px var(--highlight-strong); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 300;
  background: var(--surface-card); color: var(--brand);
  padding: 10px 16px; border: 1px solid var(--border-strong); border-radius: 3px;
  font-weight: 500; text-decoration: none;
}
.skip-link:focus { left: 8px; top: 8px; }

/* ---------- Progress hairline ---------- */
.progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 200; pointer-events: none; }
.progress span { display: block; height: 100%; background: var(--brand); transform: scaleX(0); transform-origin: left center; }
.night-on .progress span { background: var(--teal); }

/* ---------- Typography ---------- */
h1, h2, h3 { font-family: var(--font-display); font-weight: 500; line-height: 1.08; letter-spacing: -0.02em; text-wrap: balance; }
.hero-title { font-size: clamp(3.2rem, 6vw, 5.6rem); font-weight: 400; line-height: 1.03; letter-spacing: -0.028em; }
h2 { font-size: clamp(2.3rem, 3.8vw, 3.4rem); font-weight: 400; }
h3 { font-size: clamp(1.5rem, 2vw, 1.85rem); }
.lead { font-size: 18.5px; line-height: 1.55; margin-top: 22px; }
.kicker {
  font-family: var(--font-numeric); font-size: 12.5px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-muted);
  margin-bottom: 20px;
}
.kicker--night { color: var(--night-muted); }
.note { font-size: 14px; color: var(--ink-muted); }
.note--night { color: var(--night-muted); }
.caps { letter-spacing: 0.04em; }
.measure { max-width: 58ch; }
.measure-wide { max-width: 26ch; }
.fig { color: var(--money); }
em { padding-right: 0.05em; } /* italic overhang breathing room */
.fig--night { color: var(--money-night); }
.credit {
  font-family: var(--font-numeric); font-weight: 500; font-size: 11.5px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted);
}
.credit--night { color: var(--night-muted); }

/* ---------- Links & buttons ---------- */
a { color: var(--brand); text-decoration-color: var(--highlight-strong); text-decoration-thickness: 2px; text-underline-offset: 3px; transition: text-decoration-color 180ms ease-out, color 180ms ease-out; }
a:hover { text-decoration-color: rgb(117, 201, 204); }
.textlink { font-weight: 500; }
.textlink--night { color: var(--money-night); text-decoration-color: rgba(117, 201, 204, .4); }

.btn {
  display: inline-block; font-family: var(--font-body); font-weight: 500; font-size: 16px;
  padding: 15px 30px; border-radius: 3px; text-decoration: none; border: 1px solid transparent;
  transition: background-color 180ms ease-out, color 180ms ease-out, transform 180ms ease-out;
  position: relative; overflow: hidden;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--brand); color: var(--paper-on-dark); }
.btn--primary:hover { background: var(--brand-hover); }
.btn--paper { background: var(--paper-on-dark); color: var(--brand); }
.btn--paper:hover { background: #fff; color: var(--brand-hover); }
.btn--small { padding: 9px 18px; font-size: 14.5px; }
.btn--primary::after, .btn--paper::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: -70%; width: 45%;
  background: linear-gradient(105deg, transparent, rgba(250, 251, 252, 0.22), transparent);
  transform: skewX(-18deg); pointer-events: none;
}
.btn--paper::after { background: linear-gradient(105deg, transparent, rgba(66, 41, 107, 0.12), transparent); }
.btn--primary:hover::after, .btn--paper:hover::after { left: 130%; transition: left 620ms cubic-bezier(0.65, 0, 0.35, 1); }
.cta-row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }

/* ---------- Masthead ---------- */
.masthead {
  position: sticky; top: 0; z-index: 120;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  transition: background-color 400ms ease-out, border-color 400ms ease-out;
}
.masthead-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 15px; padding-bottom: 15px; }
.masthead .wordmark img { height: 26px; width: auto; }
.masthead .wm-night { display: none; }
.night-on .masthead { background: var(--ink); border-bottom-color: rgba(250, 251, 252, 0.16); }
.night-on .masthead .wm-day { display: none; }
.night-on .masthead .wm-night { display: block; }
.night-on .masthead .nav a:not(.btn) { color: var(--paper-on-dark); }
.night-on .masthead .nav a:not(.btn):hover { color: var(--money-night); }
.night-on .masthead .btn--primary { background: var(--paper-on-dark); color: var(--brand); }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { font-size: 15px; font-weight: 500; color: var(--ink); text-decoration: none; transition: color 200ms ease-out; }
.nav a:hover { color: var(--brand); }
.nav a.btn--primary { color: var(--paper-on-dark); }
.nav a.btn--primary:hover { color: var(--paper-on-dark); }
.night-on .masthead .nav a.btn--primary { color: var(--brand); }
/* Narrow masthead: the inline links collapse into a hamburger drawer so every
   page stays reachable; the CTA keeps its seat until ultra-narrow widths. */
.nav-burger {
  display: none; align-items: center; justify-content: center; flex-direction: column; gap: 5px;
  width: 44px; height: 44px; flex: none;
  background: transparent; border: 1px solid var(--border); border-radius: 3px; cursor: pointer;
}
.nav-burger span { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 1px; transition: transform 200ms ease-out, opacity 200ms ease-out; }
.nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.night-on .masthead .nav-burger { border-color: rgba(250, 251, 252, 0.3); }
.night-on .masthead .nav-burger span { background: var(--paper-on-dark); }
.nav-drawer {
  position: absolute; left: 0; right: 0; top: 100%;
  background: var(--bg); border-bottom: 1px solid var(--border);
  box-shadow: 0 30px 50px -30px rgba(23, 13, 51, 0.3);
  padding: 8px 48px 22px;
}
.night-on .masthead .nav-drawer { background: var(--ink); border-bottom-color: rgba(250, 251, 252, 0.16); }
.nav-drawer a { display: block; padding: 13px 0; font-size: 16px; font-weight: 500; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--border); }
.night-on .masthead .nav-drawer a:not(.btn) { color: var(--paper-on-dark); border-bottom-color: rgba(250, 251, 252, 0.16); }
.nav-drawer a[aria-current="page"] { color: var(--brand); }
.night-on .masthead .nav-drawer a[aria-current="page"] { color: var(--money-night); }
.nav-drawer a.btn { display: inline-block; margin-top: 16px; border-bottom: 0; padding: 12px 26px; color: var(--paper-on-dark); }
@media (min-width: 1161px) { .nav-drawer { display: none; } }
@media (max-width: 1160px) {
  .nav a:not(.btn) { display: none; }
  .nav-burger { display: inline-flex; }
}
@media (max-width: 500px) { .nav a.btn { display: none; } }
@media (max-width: 860px) { .nav-drawer { padding: 4px 22px 20px; } }

/* ---------- Ink plates: hard editorial cuts, always legible ---------- */
.plate--ink { position: relative; color: var(--paper-on-dark); background: var(--ink); }

/* ---------- Plates (chapters) ---------- */
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 48px; }
.plate { position: relative; padding: 110px 0 120px; }
.plate--surface { background: var(--surface); }
.plate-head { position: relative; z-index: 3; margin-bottom: 48px; max-width: 900px; }
.plate-head--tight { margin-bottom: 36px; }

/* Ghost words: each chapter's one-word summary — huge, behind everything, drifting */
.ghost {
  position: absolute; top: 16px; right: -1%; z-index: 0;
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(6.5rem, 15vw, 14rem); line-height: 0.9;
  letter-spacing: -0.03em; white-space: nowrap;
  color: var(--ink); opacity: 0.05;
  pointer-events: none; user-select: none;
}
.ghost--night { color: var(--paper-on-dark); opacity: 0.06; }

/* Color fields: planes behind imagery */
.field { position: absolute; border-radius: 3px; }
.field--brand { background: var(--brand); }
.field--ink { background: var(--ink); }
.field--teal { background: var(--teal); }

/* ---------- HERO ---------- */
.hero { padding: 0; min-height: min(92vh, 980px); display: flex; flex-direction: column; justify-content: center; overflow: clip; }
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  align-items: center; gap: 0;
  padding-top: 84px; width: 100%;
}
.hero-copy { position: relative; z-index: 4; }
.hero-copy .subhead { font-size: 18.5px; line-height: 1.55; max-width: 54ch; margin: 26px 0 38px; }
.hero-stage { position: relative; z-index: 2; min-height: 560px; }
.hero-field {
  top: 6%; right: -18%; width: 88%; height: 88%;
  z-index: 1;
}
.hero-james {
  position: absolute; right: 4%; bottom: 0; z-index: 2;
  width: min(390px, 30vw); height: auto;
}
.hero-annot {
  position: absolute; right: -2%; top: 12%; z-index: 3;
  writing-mode: vertical-rl;
  font-family: var(--font-numeric); font-weight: 500; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; color: rgba(250, 251, 252, 0.66);
}
.hero .factline-rule { position: relative; z-index: 4; border-top: 1px solid var(--border-strong); padding: 18px 0 34px; margin-top: 26px; }
.factline {
  font-family: var(--font-numeric); font-weight: 500; font-size: 12.5px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted);
  display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: baseline;
}
.factline a { text-transform: none; letter-spacing: 0.06em; }

/* ---------- 01 · THE STALL ---------- */
.stall-grid {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  gap: 24px 56px;
  align-items: start;
}
.stall-grid .plate-head { grid-column: 1 / -1; margin-bottom: 26px; }
.stall-photo { position: relative; margin-top: 12px; }
.stall-photo img { position: relative; z-index: 2; border-radius: 3px; }
.stall-photo-field { top: 9%; left: -7%; width: 60%; height: 100%; z-index: 1; opacity: 0.92; }
.stall-quotes { display: flex; flex-direction: column; gap: 30px; padding-top: 12px; }
.bigquote {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(1.5rem, 2.3vw, 2.05rem); line-height: 1.32;
  border-left: 2px solid var(--border-strong); padding-left: 26px;
}
.stall-verdict { grid-column: 1 / -1; max-width: 66ch; margin-top: 34px; font-size: 18.5px; line-height: 1.6; }

/* ---------- 02 · THE WRONG LEDGER LINE ---------- */
.plate--ledger { padding: 0; }
.ledger-pin { position: relative; padding: 110px 0; overflow: clip; }
html.motion .ledger-pin { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 96px 0 60px; }
.ledgerlist { list-style: none; border-top: 1px solid var(--border); max-width: 960px; position: relative; z-index: 2; }
.ledgerline {
  display: flex; align-items: baseline; justify-content: space-between; gap: 32px;
  padding: 26px 8px 26px 0;
  border-bottom: 1px solid var(--border);
}
.ledgerline-text {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem); line-height: 1.15; letter-spacing: -0.015em;
  position: relative;
}
.strike {
  position: absolute; left: -6px; right: -10px; top: 54%; height: 2px;
  background: var(--ink-muted);
  transform: scaleX(0); transform-origin: left center; z-index: 3;
}
html:not(.motion) [data-strike] .strike { transform: none; }
html:not(.motion) [data-strike] .ledgerline-text,
html:not(.motion) [data-strike] .ledgerline-note { color: var(--ink-muted); }
.ledgerline-note {
  font-family: var(--font-numeric); font-weight: 500; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-muted);
  text-align: right; max-width: 34ch;
}
.ledger-verdict {
  margin: 34px 0 40px;
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(1.4rem, 2vw, 1.75rem); color: var(--ink);
  position: relative; z-index: 2;
}
.answer { position: relative; z-index: 2; max-width: 960px; }
.answer-field { inset: 0 -20px 0 -28px; z-index: 1; }
.answer-body { position: relative; z-index: 2; padding: 34px 8px 36px 0; }
.answer-kicker {
  font-family: var(--font-numeric); font-weight: 500; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--money);
  margin-bottom: 10px;
}
.answer-title {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.1; letter-spacing: -0.02em;
  color: var(--ink);
}
.answer-note {
  margin-top: 14px;
  font-family: var(--font-numeric); font-weight: 500; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink);
  opacity: 0.75;
}
.ledger-thesis { max-width: 62ch; margin-top: 44px; font-size: 18.5px; line-height: 1.6; position: relative; z-index: 2; }

/* ---------- 03 · THE JOURNEY ---------- */
.plate--journey { padding: 0; }
.journey-pin { position: relative; padding: 110px 0; overflow: clip; }
html.motion .journey-pin { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 96px 0 56px; }
.journey-grid {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 56px; align-items: center; position: relative; z-index: 2;
}
.stages { list-style: none; }
.stage { padding: 18px 0 18px 20px; border-left: 2px solid var(--border); transition: border-color 350ms ease-out, opacity 350ms ease-out; }
.stage + .stage { margin-top: 6px; }
.stage-index {
  font-family: var(--font-numeric); font-weight: 500; font-size: 12px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-muted);
  margin-bottom: 6px;
}
.stage h3 { margin-bottom: 6px; }
.stage-line { font-size: 14px; color: var(--ink-muted); margin-bottom: 6px; }
.stage-body { font-size: 15.5px; max-width: 44ch; }
html.motion .pin-live .stage { opacity: 0.34; }
html.motion .pin-live .stage.is-on { opacity: 1; border-left-color: var(--brand); }
.pin-live .stage.is-on .stage-index { color: var(--brand); }
.journey-figure { position: relative; }
.journey-figure svg { width: 100%; max-width: 660px; height: auto; display: block; margin-left: auto; }
html.motion .pin-live .journey-figure svg { max-height: calc(100vh - 320px); }
.journey-figure figcaption { margin-top: 12px; text-align: right; }
.journey-verdict {
  margin-top: 40px; max-width: 62ch; position: relative; z-index: 2;
  font-family: var(--font-display); font-size: clamp(1.4rem, 2.1vw, 1.8rem); line-height: 1.3;
}
.journey-verdict-em { color: var(--brand); }
html.motion .lg-axis { stroke-dasharray: 600; stroke-dashoffset: 600; }
html.motion .lg-curve { stroke-dasharray: 1200; stroke-dashoffset: 1200; }
html.motion .lg-box, html.motion .lg-arrows { opacity: 0; }

/* ---------- 04 · THE SEAT (night) ---------- */
.plate--ink { overflow: clip; }
#seat { padding: 150px 0 150px; }
.night-plane {
  position: absolute; z-index: 1; top: 0; right: 0;
  width: min(72%, 1100px); height: 100%; object-fit: cover;
  opacity: 0.34;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 34%);
  mask-image: linear-gradient(to right, transparent, #000 34%);
}
.night-plane--right { opacity: 0.3; }
.seat-grid {
  position: relative; z-index: 3;
  display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  gap: 26px 72px; align-items: start;
}
.seat-grid .plate-head { grid-column: 1 / -1; margin-bottom: 20px; }
.seat-copy { max-width: 52ch; }
.seat-copy p + p { margin-top: 22px; }
.seat-stage { position: relative; text-align: right; min-height: 560px; }
.seat-kicker {
  font-family: var(--font-numeric); font-weight: 500; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--night-muted);
}
.seat-figure {
  font-family: var(--font-numeric); font-weight: 500;
  font-size: clamp(3.8rem, 6.6vw, 6.4rem); line-height: 1;
  color: var(--money-night); letter-spacing: -0.02em; white-space: nowrap;
  margin-top: 14px;
  position: relative; z-index: 3;
}
.seat-plus { color: var(--night-muted); }
.seat-term {
  font-family: var(--font-numeric); font-weight: 500; font-size: 13px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--night-muted);
  margin-top: 14px;
}
.seat-stage { min-height: 0; }
.seat-stage .credit { display: block; border-top: 1px solid rgba(250, 251, 252, 0.28); padding-top: 14px; margin-top: 34px; }

/* ---------- 05 · HOW IT WORKS ---------- */
.steps3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; position: relative; z-index: 2; }
.stepcard { position: relative; }
.stepcard-photo { position: relative; border-radius: 3px; overflow: hidden; margin-bottom: 22px; aspect-ratio: 3 / 2; }
.stepcard-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1); }
.stepcard:hover .stepcard-photo img { transform: scale(1.035); }
.stepcard-index {
  font-family: var(--font-numeric); font-weight: 500; font-size: 13px; color: var(--brand);
  border-top: 2px solid var(--border-strong); padding-top: 12px; margin-bottom: 10px;
}
.stepcard h3 { margin-bottom: 10px; }
.stepcard p:not(.stepcard-index) { font-size: 15.5px; }

/* ---------- 06 · FEE SCHEDULE ---------- */
.doc { position: relative; z-index: 2; background: var(--surface-card); border: 1px solid var(--border); border-radius: 3px; margin-top: 52px; box-shadow: 0 24px 60px -36px rgba(23, 13, 51, 0.28); }
.doc-head { padding: 26px 32px 22px; border-bottom: 1px solid var(--border); display: flex; align-items: baseline; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.doc-title { font-family: var(--font-display); font-weight: 500; font-size: 22px; }
.doc-subline { font-size: 13.5px; color: var(--ink-muted); }
.doc table { width: 100%; border-collapse: collapse; }
.doc thead th {
  background: var(--surface); font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-muted);
  text-align: left; padding: 13px 32px;
}
.doc tbody td { padding: 22px 32px; border-top: 1px solid var(--border); vertical-align: top; }
.doc tbody tr { transition: background-color 180ms ease-out; }
.doc tbody tr:hover { background: var(--highlight); }
.doc .row-index { font-family: var(--font-numeric); font-weight: 500; font-size: 13px; color: var(--ink-muted); letter-spacing: 0.08em; white-space: nowrap; }
.doc .row-name { font-family: var(--font-display); font-weight: 500; font-size: 19px; line-height: 1.3; }
.doc .row-detail { font-size: 14px; color: var(--ink-muted); margin-top: 6px; max-width: 56ch; }
.doc td.num, .doc th.num { text-align: right; }
.doc td.num {
  font-family: var(--font-numeric); font-weight: 500; font-size: 19px; color: var(--money);
  font-variant-numeric: tabular-nums lining-nums; white-space: nowrap;
}
.doc td.num .per { font-family: var(--font-body); font-weight: 400; font-size: 13px; color: var(--ink-muted); }
.doc-footnotes { padding: 18px 32px 22px; border-top: 1px solid var(--border); }
.doc-footnotes p { font-size: 13px; color: var(--ink-muted); }
.doc-footnotes p + p { margin-top: 7px; }
sup.fn { font-family: var(--font-body); font-weight: 500; font-size: 9px; color: var(--brand); vertical-align: 0.55em; line-height: 0; }
.fees-cta { margin-top: 40px; position: relative; z-index: 2; }

/* ---------- 07 · GUARANTEES ---------- */
.underline-draw { position: relative; white-space: nowrap; }
.underline-draw::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px;
  background: var(--money);
  transform: scaleX(0); transform-origin: left center;
}
html:not(.motion) .underline-draw::after { transform: none; }
.underline-draw.is-drawn::after { transform: scaleX(1); transition: transform 650ms cubic-bezier(0.65, 0, 0.35, 1); }
.provisions { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; position: relative; z-index: 2; }
.provision {
  background: var(--guarantee-bg); border-left: 3px solid var(--money);
  border-radius: 0 3px 3px 0; padding: 28px 32px 30px;
}
.provision-label {
  font-family: var(--font-numeric); font-weight: 500; font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--money);
  margin-bottom: 14px;
}
.provision-body { font-family: var(--font-display); font-weight: 400; font-size: 20px; line-height: 1.42; }

/* ---------- 08 · CHIEF OF STAFF (night II) ---------- */
#chief-of-staff { padding: 140px 0; }
.cos-grid {
  position: relative; z-index: 3;
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 26px 72px; align-items: start;
}
.cos-grid .plate-head { grid-column: 1 / -1; margin-bottom: 18px; max-width: 760px; }
.cos-copy { max-width: 56ch; }
.cos-copy p + p { margin-top: 22px; }
.cos-livedemo { color: var(--night-muted); }
.cos-lockup { border-top: 1px solid rgba(250, 251, 252, 0.28); padding-top: 24px; }
.price-lockup { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
.price-lockup .price {
  font-family: var(--font-numeric); font-weight: 500; font-size: 46px; line-height: 1;
  color: var(--money); font-variant-numeric: tabular-nums lining-nums;
}
.price-lockup--night .price { color: var(--money-night); }
.price-lockup .term { font-size: 13px; line-height: 1.5; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-muted); font-weight: 500; }
.price-lockup--night .term { color: var(--night-muted); }
.cos-lockup .note { margin-bottom: 16px; }

/* ---------- 09 · WHO THIS IS FOR ---------- */
.fit-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 26px 64px; align-items: start;
}
.fit-grid .plate-head { grid-column: 1 / -1; margin-bottom: 24px; }
.fitlist { list-style: none; max-width: 62ch; }
.fitlist li { padding: 16px 0 16px 34px; border-top: 1px solid var(--border); position: relative; font-size: 17px; }
.fitlist li:last-child { border-bottom: 1px solid var(--border); }
.fitlist li::before {
  content: ""; position: absolute; left: 4px; top: 25px; width: 14px; height: 8px;
  border-left: 2px solid var(--brand); border-bottom: 2px solid var(--brand);
  transform: rotate(-45deg);
}
/* bullets check themselves off, one at a time */
html.motion .fitlist li { opacity: 0; transform: translateY(18px); transition: opacity 500ms cubic-bezier(0.16, 1, 0.3, 1), transform 500ms cubic-bezier(0.16, 1, 0.3, 1); }
html.motion .fitlist li::before { transform: rotate(-45deg) scale(0); transform-origin: 20% 80%; transition: transform 320ms cubic-bezier(0.34, 1.56, 0.64, 1) 240ms; }
html.motion .fitlist li.is-in { opacity: 1; transform: translateY(0); }
html.motion .fitlist li.is-in::before { transform: rotate(-45deg) scale(1); }
.fit-photo { position: relative; margin-top: 8px; }
.fit-photo img { position: relative; z-index: 2; border-radius: 3px; }
.fit-photo-field { top: 10%; right: -6%; width: 55%; height: 100%; z-index: 1; }
.credo {
  margin-top: 36px; max-width: 62ch;
  border-left: 2px solid var(--border-strong); padding-left: 26px;
  font-family: var(--font-display); font-style: italic; font-size: 19px; line-height: 1.5;
}
.notfit { margin-top: 26px; max-width: 62ch; }

/* night variant of the fit section (podcast plane behind) */
.fit-grid--night { grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); }
.fit-grid--night .fitlist li { border-top-color: rgba(250, 251, 252, 0.18); }
.fit-grid--night .fitlist li:last-child { border-bottom-color: rgba(250, 251, 252, 0.18); }
.fit-grid--night .fitlist li::before { border-color: var(--teal); }
.fit-grid--night .credo { grid-column: 1; border-left-color: rgba(250, 251, 252, 0.34); color: var(--paper-on-dark); }
.fit-grid--night .notfit { grid-column: 1; }

/* ---------- CLOSE ---------- */
.plate--band { background: var(--brand); color: var(--paper-on-dark); padding: 130px 0; overflow: clip; }
.close-plane {
  position: absolute; z-index: 1; top: 0; right: 0;
  width: min(52%, 760px); height: 100%; object-fit: cover; object-position: top center;
  opacity: 0.85;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 40%);
  mask-image: linear-gradient(to right, transparent, #000 40%);
}
.band-inner { position: relative; z-index: 2; }
.plate--band h2 { font-size: clamp(2.4rem, 4.2vw, 3.6rem); max-width: 20ch; margin-bottom: 26px; }
.band-copy { max-width: 56ch; margin-bottom: 42px; color: rgba(250, 251, 252, 0.88); font-size: 18px; }
.band-link { color: var(--paper-on-dark); font-weight: 500; text-decoration-color: rgba(250, 251, 252, 0.5); }
.band-link:hover { text-decoration-color: var(--paper-on-dark); }
.plate--band :focus-visible { outline-color: var(--paper-on-dark); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--paper-on-dark); }
.footer-inner { padding: 60px 48px 52px; display: flex; flex-direction: column; gap: 30px; max-width: 1240px; margin: 0 auto; }
.footer .wordmark img { height: 24px; width: auto; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 12px 26px; }
.footer-nav a { color: rgba(250, 251, 252, 0.82); text-decoration: none; font-size: 14.5px; }
.footer-nav a:hover { color: var(--paper-on-dark); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 10px 24px; font-size: 13.5px; color: rgba(250, 251, 252, 0.6); }
.footer-legal a { color: rgba(250, 251, 252, 0.7); }

/* ---------- Transaction & legal registers (quiet by design) ---------- */
.ihero--txn { padding: 96px 0 44px; min-height: 0; }
.plate--txn { padding: 24px 0 120px; }
.checkout-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 56px; align-items: start; }
.stage-doc { background: var(--surface-card); border: 1px solid var(--border); border-radius: 3px; }
.stage-row { display: grid; grid-template-columns: 56px 1fr; gap: 12px; padding: 28px 30px; border-top: 1px solid var(--border); }
.stage-row:first-child { border-top: 0; }
.stage-num { font-family: var(--font-numeric); font-weight: 500; font-size: 14px; color: var(--ink-muted); padding-top: 4px; }
.stage-body h3 { font-size: 19px; margin-bottom: 14px; }
.fieldrow { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.fieldrow label { font-size: 13px; font-weight: 600; color: var(--ink); display: block; }
.fieldrow input { display: block; width: 100%; margin-top: 6px; height: 46px; padding: 0 12px; font: 15px var(--font-body); color: var(--ink); background: #fff; border: 1px solid #81758F; border-radius: 3px; }
.fieldrow input:focus { border-color: var(--brand); outline: none; box-shadow: 0 0 0 3px var(--highlight-strong); }
.agree { display: flex; gap: 10px; align-items: baseline; font-size: 15px; margin-top: 8px; }
.stripe-note { background: var(--surface); border: 1px dashed var(--border-strong); border-radius: 3px; padding: 18px; font-size: 14.5px; color: var(--ink-muted); margin-bottom: 12px; }
.proto-tag { display: inline-block; font-family: var(--font-numeric); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand); }
.summary-card { position: sticky; top: 90px; background: var(--surface-card); border: 1px solid var(--border); border-radius: 3px; padding: 26px 28px 28px; }
.summary-kicker { font-family: var(--font-numeric); font-weight: 500; font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 10px; }
.summary-card h3 { margin-bottom: 12px; }
.summary-card .rule { margin: 18px 0; }
.summary-list { list-style: none; }
.summary-list li { font-size: 14.5px; padding: 7px 0 7px 24px; position: relative; }
.summary-list li::before { content: ""; position: absolute; left: 2px; top: 14px; width: 11px; height: 6px; border-left: 2px solid var(--brand); border-bottom: 2px solid var(--brand); transform: rotate(-45deg); }
.provision--compact { margin-top: 18px; padding: 18px 20px; }
.provision--compact .provision-body { font-size: 16px; }
.receipt-card { max-width: 560px; background: var(--surface-card); border: 1px solid var(--border); border-radius: 3px; padding: 26px 28px; }
.receipt-line { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 16px; }
.receipt-line--muted { color: var(--ink-muted); font-size: 14.5px; }
.receipt-card .note { margin-top: 14px; }
.legal-col { max-width: 62ch; }
.legal-col p, .legal-col ul { font-size: 15.5px; margin-bottom: 16px; }
.legal-col h2, .legal-col h3 { font-size: 18px; margin: 26px 0 8px; scroll-margin-top: 96px; }
.legal-col ul { padding-left: 22px; }
.legal-col li { margin-bottom: 8px; }
.legal-tldr { font-size: 16px; max-width: 62ch; margin-top: 20px; border-left: 3px solid var(--brand); background: var(--surface-card); border-radius: 0 3px 3px 0; padding: 14px 18px; }
.doc tr.row-lead td { background: var(--highlight); }
.row-lead .row-name::after { content: "Start here"; font-family: var(--font-numeric); font-weight: 500; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--money); border: 1px solid currentColor; border-radius: 20px; padding: 2px 9px; margin-left: 10px; vertical-align: 2px; }
.legal-return { margin-top: 26px; display: flex; gap: 12px; flex-wrap: wrap; }
.legal-return--top { margin: 0 0 26px; }
.agree-doclink { font-size: 15.5px; margin-bottom: 6px; line-height: 1.9; }

/* ---------- Interior page heroes ---------- */
.ihero { padding: 96px 0 110px; min-height: min(78vh, 820px); display: flex; align-items: center; overflow: clip; }
/* single-column pages (essay, contact, complete, intake): title and body share
   one fixed centered column so their left edges align */
.wrap--col { width: 100%; max-width: 720px; }
.ihero--essay .ihero-copy h1 { font-size: clamp(2.2rem, 3.4vw, 3rem); letter-spacing: -0.02em; }
.ihero--plain { min-height: 0; padding: 110px 0 70px; }
.ihero-grid {
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  align-items: center; gap: 48px; width: 100%;
}
.ihero--plain .ihero-grid { grid-template-columns: 1fr; }
.ihero-copy { position: relative; z-index: 4; }
.ihero-copy h1 { font-size: clamp(2.6rem, 4.6vw, 4.1rem); font-weight: 400; line-height: 1.05; letter-spacing: -0.025em; }
.ihero-copy .lead { margin: 24px 0 34px; max-width: 54ch; }
.ihero-copy .factline-rule { border-top: 1px solid var(--border-strong); padding-top: 16px; margin-top: 44px; }
.factline-rule--night { border-top-color: rgba(250, 251, 252, 0.28) !important; }
.factline-rule--night .factline { color: var(--night-muted); }
.ihero-stage { position: relative; z-index: 2; min-height: 430px; }
.ihero-field { top: 8%; right: -14%; width: 92%; height: 86%; z-index: 1; }
.ihero-img { position: absolute; right: 0; bottom: 4%; z-index: 2; width: min(430px, 32vw); height: auto; border-radius: 3px; }
.ihero-img--doc { background: #fff; box-shadow: 0 24px 60px -36px rgba(23, 13, 51, 0.35); }
.ihero-img--portrait { width: min(270px, 21vw); }
.ihero-img--knockout { border-radius: 0; right: 5%; bottom: 0; width: min(330px, 25vw); }
.ihero--ink { color: var(--paper-on-dark); }
.ihero--ink .ihero-grid { grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); }
.ihero--ink .lead { color: rgba(250, 251, 252, 0.88); }

/* ---------- Engagement timelines ---------- */
.tline { position: relative; max-width: 900px; }
.tline-spine { position: absolute; left: 172px; top: 8px; bottom: 8px; width: 1px; background: var(--border); }
.tline-spine span { display: block; width: 1px; height: 100%; background: var(--brand); transform: scaleY(0); transform-origin: top center; }
html:not(.motion) .tline-spine span { transform: none; }
.tstep { display: grid; grid-template-columns: 140px 1fr; gap: 48px; padding: 26px 0; }
.tstep-when {
  font-family: var(--font-numeric); font-weight: 500; font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted);
  text-align: right; padding-top: 7px; position: relative;
}
.tstep-when::after { content: ""; position: absolute; right: -38px; top: 13px; width: 12px; height: 1px; background: var(--border-strong); }
.tstep h3 { margin-bottom: 8px; }
.tstep p { font-size: 15.5px; max-width: 54ch; }

/* ---------- Interior odds & ends ---------- */
.lockup-row { display: flex; gap: 72px; flex-wrap: wrap; margin-bottom: 36px; }
.provisions--single { grid-template-columns: minmax(0, 1fr); margin-top: 36px; }
.save-chip {
  display: inline-block; margin-top: 6px; padding: 4px 10px 3px;
  font-family: var(--font-numeric); font-weight: 500; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--money); background: var(--guarantee-bg);
  border: 1px solid var(--money); border-radius: 3px;
}
#fit .night-plane { opacity: 0.22; }
/* contact + intake forms */
.contact-form { max-width: 680px; }
.fieldrow--full { grid-template-columns: 1fr; }
.fieldrow textarea {
  display: block; width: 100%; margin-top: 6px; padding: 10px 12px;
  font: 15px/1.5 var(--font-body); color: var(--ink); background: #fff;
  border: 1px solid #81758F; border-radius: 3px; resize: vertical;
}
.fieldrow select {
  display: block; width: 100%; margin-top: 6px; height: 46px; padding: 0 12px;
  font: 15px var(--font-body); color: var(--ink); background: #fff;
  border: 1px solid #81758F; border-radius: 3px;
}
.fieldrow textarea:focus, .fieldrow select:focus { border-color: var(--brand); outline: none; box-shadow: 0 0 0 3px var(--highlight-strong); }
.contact-form .cta-row { margin-top: 12px; }
.contact-form + .factline-rule { margin-top: 44px; }
.prose-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; max-width: 1000px; }
.btn--outline { background: transparent; color: var(--brand); border-color: var(--brand); text-decoration: underline; text-decoration-color: transparent; }
.btn--outline:hover { background: var(--highlight); border-color: var(--brand); }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin: 36px 0 8px; }
.contact-card { border: 1px solid var(--border); border-radius: 3px; background: var(--surface-card); padding: 30px 32px 34px; }
.contact-card--lead { border-top: 3px solid var(--brand); }
.contact-card h3 { margin-bottom: 10px; }
.contact-card p { font-size: 15.5px; margin-bottom: 22px; }
.contact-card .cta-note { margin-top: 16px; margin-bottom: 0; }
.index-rows { max-width: 860px; }
.index-row { display: block; text-decoration: none; color: var(--ink); padding: 36px 0 40px; border-top: 1px solid var(--border); transition: background-color 180ms ease-out; }
.index-row:last-child { border-bottom: 1px solid var(--border); }
.index-row:hover { background: var(--highlight); }
.index-meta {
  font-family: var(--font-numeric); font-weight: 500; font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted);
  margin-bottom: 12px;
}
.index-row h2 { font-size: clamp(1.7rem, 2.6vw, 2.3rem); margin-bottom: 10px; }
.index-excerpt { color: var(--ink-muted); max-width: 62ch; }
/* The article body itself (reading measure, sections, figures, author) is the
 * article register in v3-article.css; these are the figure basics the other v3
 * surfaces reuse. */
.essay-figure { margin: 44px 0; }
.essay-figure svg { width: 100%; max-width: 660px; height: auto; display: block; }
.essay-figure img { width: 100%; max-width: 660px; height: auto; border: 1px solid var(--border); border-radius: 3px; }
.essay-figure figcaption { margin-top: 10px; max-width: 62ch; }
.essay-figure--tall img { max-width: 400px; }
.essay-figure--tall svg { max-width: 420px; }

/* ---------- Insights: classic blog index ---------- */
.blog-index { max-width: 720px; }
.blog-entry { padding: 34px 0 38px; border-bottom: 1px solid var(--border); }
.blog-entry:first-child { border-top: 1px solid var(--border); }
.blog-meta { font-family: var(--font-numeric); font-weight: 500; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 10px; }
.blog-entry h2 { font-size: clamp(1.6rem, 2.4vw, 2.1rem); margin-bottom: 10px; }
.blog-entry h2 a { color: var(--ink); text-decoration: none; }
.blog-entry h2 a:hover { color: var(--brand); text-decoration: underline; text-decoration-color: var(--highlight-strong); }
.blog-excerpt { color: var(--ink-muted); max-width: 62ch; margin-bottom: 12px; }
.blog-more { font-size: 15px; font-weight: 500; }
.blog-entry--soon h2 { color: var(--ink-muted); }
p.pullquote {
  margin: 48px 0 8px; max-width: 26ch;
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(1.7rem, 3.4vw, 2.4rem); line-height: 1.3; color: var(--ink);
}
.byline { font-size: 14px; color: var(--ink-muted); margin-top: 14px; }

/* ---------- Decision-point microcopy ---------- */
.cta-note { font-size: 14px; color: var(--ink-muted); margin-top: 14px; max-width: 52ch; }
.cta-note a { color: inherit; }
.cta-note--night { color: var(--night-muted); }
.img-caption { font-family: var(--font-numeric); font-weight: 500; font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); margin-top: 12px; position: relative; z-index: 2; }
.ihero-stage .img-caption { position: absolute; right: 5%; bottom: -34px; margin: 0; }

/* ---------- Checkout: size picker + trust marks ---------- */
.sizepick { display: grid; gap: 10px; }
.sizepick label { display: flex; align-items: center; gap: 12px; border: 1px solid var(--border-strong); border-radius: 3px; padding: 13px 16px; font-size: 14.5px; font-weight: 600; cursor: pointer; background: var(--bg); }
.sizepick input { accent-color: var(--brand); width: 16px; height: 16px; flex: none; }
.sizepick .sizeprice { margin-left: auto; font-family: var(--font-numeric); font-weight: 500; color: var(--money); }
.sizepick label:has(input:checked) { border-color: var(--brand); box-shadow: inset 0 0 0 1px var(--brand); }
.stripe-badge { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; color: var(--ink); white-space: nowrap; margin-right: 10px; }
.stripe-badge svg { flex: none; display: inline-block; vertical-align: -2px; }
.btn--wide { display: block; width: 100%; text-align: center; }
.sched-embed { margin-top: 34px; border: 1px dashed var(--border-strong); border-radius: 3px; padding: 30px; background: var(--surface-card); }
.sched-embed .slotgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 16px; max-width: 460px; }
.sched-embed .slot { border: 1px solid var(--border); border-radius: 3px; padding: 9px 0; text-align: center; font-family: var(--font-numeric); font-size: 12.5px; color: var(--ink); background: var(--bg); cursor: pointer; }
.sched-embed .slot:hover { border-color: var(--brand); }
.sched-embed .slot.slot--sel { background: var(--brand); border-color: var(--brand); color: #fff; }
[hidden] { display: none !important; }
.agree-doc { margin: 6px 0 14px; }
.agree-doc summary { cursor: pointer; font-size: 14.5px; font-weight: 600; color: var(--brand); }
.agree-doc[open] summary { margin-bottom: 10px; }
.agree-doc .note { margin-bottom: 8px; }
a.btn[aria-disabled="true"] { opacity: 0.45; cursor: not-allowed; }

/* ---------- Legal pages: jump nav + emphasis ---------- */
.legal-jump { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 24px; margin: 20px 0 0; padding: 0; }
.legal-jump li { font-size: 14px; }
.legal-col strong { font-weight: 650; }

/* ---------- Insights: unpublished row ---------- */
.index-row--soon h2, .index-row--soon .index-excerpt { color: var(--ink-muted); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .ihero-grid, .ihero--ink .ihero-grid { grid-template-columns: 1fr; }
  .ihero { min-height: 0; }
  /* once the stage would wrap under the copy, drop it: hero text -> next plate */
  .ihero-stage { display: none; }
  .prose-cols, .contact-cards { grid-template-columns: 1fr; gap: 28px; }
  .tstep { grid-template-columns: 96px 1fr; gap: 34px; }
  .tline-spine { left: 116px; }
  .tstep-when::after { right: -26px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .hero-stage { display: none; }
  .stall-grid, .seat-grid, .cos-grid, .fit-grid { grid-template-columns: 1fr; }
  .journey-grid { grid-template-columns: 1fr; gap: 44px; }
  .steps3 { grid-template-columns: 1fr; gap: 44px; }
  .provisions { grid-template-columns: 1fr; }
  .seat-stage { text-align: left; min-height: 0; }
  .seat-james { margin: 26px 0 0 auto; }
  .ghost { font-size: clamp(8rem, 26vw, 13rem); right: 0; }
}
@media (max-width: 860px) {
  body { font-size: 16px; }
  .wrap { padding: 0 22px; }
  .plate { padding: 84px 0 92px; }
  #seat, #chief-of-staff { padding: 110px 0; }
  .hero-grid { padding-top: 56px; }
  .hero-james { width: min(300px, 58vw); right: 0; }
  .hero-field { right: -22px; width: 80%; }
  html.motion .ledger-pin, html.motion .journey-pin { min-height: 0; display: block; padding: 84px 0 92px; }
  .ledgerline { flex-direction: column; align-items: flex-start; gap: 8px; padding: 20px 0; }
  .ledgerline-note { text-align: left; max-width: none; }
  .strike { top: 34%; }
  .answer-field { inset: 0 -22px; }
  .journey-figure svg { display: none; }
  .journey-figure figcaption { text-align: left; border-top: 1px solid var(--border); padding-top: 14px; }
  .night-plane { width: 100%; opacity: 0.15; -webkit-mask-image: none; mask-image: none; }
  .fit-photo-field { right: 0; }
  .close-plane { width: 100%; opacity: 0.4; -webkit-mask-image: none; mask-image: none; }
  .seat-figure { font-size: clamp(2.9rem, 13vw, 3.6rem); }
  .seat-james { width: min(56vw, 250px); }
  .doc thead { display: none; }
  .doc tbody tr { display: block; padding: 20px 22px; border-top: 1px solid var(--border); }
  .doc tbody td { display: block; padding: 0; border-top: 0; }
  .doc td.num { margin-top: 12px; font-size: 18px; }
  .doc-head, .doc-footnotes { padding-left: 22px; padding-right: 22px; }
  .plate--band { padding: 96px 0; }
}

/* ---------- Living plane toggle (Concept 3 experiment) ---------- */
.loop-toggle {
  position: absolute; z-index: 4; right: 26px; bottom: 22px;
  font-family: var(--font-numeric); font-weight: 500; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--night-muted); background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 999px;
  padding: 8px 14px; cursor: pointer; opacity: 0.65;
}
.loop-toggle:hover, .loop-toggle:focus-visible { opacity: 1; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .btn::after { display: none; }
  .stepcard-photo img { transition: none; }
  * { transition-duration: 1ms !important; }
  .loop-toggle { display: none !important; }
  #seat-plane-loop { display: none !important; }
}

/* Form status note: a live region that is present from load, so a submission's
 * reply is announced, and the same rule keeps the old inline spacing. */
.form-status { margin-top: 14px; }
.form-status[hidden] { display: none; }
