/* ==========================================================================
   The Redistribution Paradox: Spencer Bridge
   Design system derived from the book cover:
   monochrome marble & ink, warm metallic gold, condensed high-contrast serif
   title, widely tracked geometric sans, a balance scale in negative space.
   ========================================================================== */

/* ---------- 1. Tokens ---------- */
:root {
  /* Ink & paper (sampled from the cover's black scale, marble and grey vignette) */
  --ink: #0b0b0b;
  --ink-2: #121211;
  --charcoal: #1b1a19;
  --graphite: #2c2b29;
  --grey-700: #55534f;
  --grey: #85837e;
  --grey-300: #b9b7b1;
  --mist: #d8d6d0;
  --paper: #f2f1ee;
  --paper-2: #e8e6e1;
  --white: #fbfaf8;

  /* Metals (gold bars on the scale) */
  --gold: #c6a15b;
  --gold-light: #e2c68e;
  --gold-deep: #9d7b3f;
  --bronze: #74552a;          /* gold that passes contrast on paper */
  --gold-grad: linear-gradient(135deg, #8f6c33 0%, #d8b877 38%, #f1dcab 52%, #b88f4b 70%, #7d5d2b 100%);

  /* Semantic */
  --text: var(--ink);
  --text-muted: var(--grey-700);
  --line: rgba(11, 11, 11, .14);
  --line-dark: rgba(242, 241, 238, .14);
  --focus: #b8862f;
  --error: #9c2b1f;
  --error-on-dark: #f0a08f;
  --success: #3d6b3a;

  /* Type */
  --display-font: 'Instrument Serif', 'Bodoni 72', Didot, 'Times New Roman', serif;
  --body-font: 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  --fs-xs: .78rem;
  --fs-sm: .9rem;
  --fs-base: clamp(1.02rem, .98rem + .2vw, 1.125rem);
  --fs-lead: clamp(1.15rem, 1.05rem + .5vw, 1.4rem);
  --fs-h4: clamp(1.4rem, 1.2rem + .8vw, 1.9rem);
  --fs-h3: clamp(1.8rem, 1.4rem + 1.6vw, 2.8rem);
  --fs-h2: clamp(2.4rem, 1.7rem + 3vw, 4.6rem);
  --fs-h1: clamp(3rem, 1.9rem + 5.2vw, 7.4rem);
  --fs-mega: clamp(3.4rem, 1.6rem + 8vw, 11rem);

  --tracking-wide: .22em;
  --tracking-xwide: .32em;

  /* Layout */
  --content-width: 1320px;
  --narrow-width: 760px;
  --gutter: clamp(1rem, 4vw, 3.5rem);
  --section-spacing: clamp(3.5rem, 6vw, 6rem);
  --header-h: 76px;
  --radius: 2px;

  /* Motion */
  --ease: cubic-bezier(.2, .7, .1, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --dur: .9s;
}

/* ---------- 2. Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 1rem); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--body-font);
  font-size: var(--fs-base);
  font-weight: 400;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }
p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; line-height: 1.02; }
ul, ol { margin: 0; padding: 0; }
[role="list"] { list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
em, cite { font-style: italic; }
::selection { background: var(--gold); color: var(--ink); }
[hidden] { display: none !important; }
main:focus { outline: none; }

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
  border-radius: 1px;
}

.container {
  width: 100%;
  max-width: calc(var(--content-width) + var(--gutter) * 2);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: .75rem; left: .75rem; z-index: 1000;
  padding: .7rem 1.1rem; background: var(--ink); color: var(--paper);
  transform: translateY(-160%); transition: transform .25s var(--ease);
}
.skip-link:focus { transform: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- 3. Typography ---------- */
.eyebrow {
  display: flex; align-items: center; gap: .9rem;
  margin: 0 0 1.4rem;
  font-size: var(--fs-xs);
  font-weight: 500;
  letter-spacing: var(--tracking-xwide);
  text-transform: uppercase;
  color: var(--bronze);
}
.eyebrow--gold { color: var(--gold); }

.section-title {
  font-family: var(--display-font);
  font-size: var(--fs-h2);
  letter-spacing: -.01em;
  line-height: 1;
  margin-bottom: 1.6rem;
  text-wrap: balance;
}
.section-title--md { font-size: var(--fs-h3); line-height: 1.08; }
.section-intro { font-size: var(--fs-lead); line-height: 1.6; color: var(--text-muted); max-width: 44ch; font-weight: 300; }
.lead { font-size: var(--fs-lead); line-height: 1.6; font-weight: 300; }
.tba { color: var(--grey); font-style: italic; }

/* ---------- 4. Buttons ---------- */
.btn {
  --btn-bg: transparent; --btn-fg: currentColor; --btn-bd: currentColor;
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: .7rem;
  min-height: 3.1rem;
  padding: .85rem 1.7rem;
  border: 1px solid var(--btn-bd);
  border-radius: var(--radius);
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-family: var(--body-font);
  font-size: .8rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: color .35s var(--ease), border-color .35s var(--ease), background-color .35s var(--ease), transform .35s var(--ease);
}
.btn .icon { width: 1.05rem; height: 1.05rem; transition: transform .35s var(--ease); }
.btn:hover .icon { transform: translateX(4px); }
.btn:active { transform: translateY(1px); }
.btn-sm { min-height: 2.5rem; padding: .55rem 1.1rem; font-size: .75rem; }
.btn-lg { min-height: 3.5rem; padding: 1rem 2rem; }

.btn-gold {
  --btn-fg: var(--ink); --btn-bd: transparent;
  background: var(--gold-grad);
  background-size: 200% 100%;
  background-position: 0% 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 240, 200, .25), 0 10px 30px -14px rgba(157, 123, 63, .7);
  transition: background-position .8s var(--ease), box-shadow .4s var(--ease), transform .35s var(--ease);
}
.btn-gold:hover { background-position: 100% 50%; box-shadow: inset 0 0 0 1px rgba(255, 240, 200, .4), 0 16px 36px -14px rgba(157, 123, 63, .9); }

.btn-outline { --btn-fg: var(--ink); --btn-bd: rgba(11, 11, 11, .45); }
.btn-outline::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--ink); transform: scaleX(0); transform-origin: right;
  transition: transform .5s var(--ease);
}
.btn-outline:hover { --btn-fg: var(--paper); --btn-bd: var(--ink); }
.btn-outline:hover::before { transform: scaleX(1); transform-origin: left; }
.btn-on-dark { --btn-fg: var(--paper); --btn-bd: rgba(242, 241, 238, .4); }
.btn-on-dark::before { background: var(--paper); }
.btn-on-dark:hover { --btn-fg: var(--ink); --btn-bd: var(--paper); }

.btn-link {
  min-height: auto; padding: .35rem 0; border: 0; border-bottom: 1px solid currentColor;
  border-radius: 0; overflow: visible; letter-spacing: .18em;
}
.btn-row { display: flex; flex-wrap: wrap; gap: .9rem 1rem; align-items: center; }
.btn-row--center { justify-content: center; }

/* ---------- 5. Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 90;
  height: var(--header-h);
  color: var(--ink);
  transition: background-color .45s var(--ease), color .45s var(--ease), box-shadow .45s var(--ease), transform .45s var(--ease);
}
.site-header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: currentColor; opacity: 0; transition: opacity .45s var(--ease);
}
.header-dark .site-header { color: var(--paper); }
.site-header.is-scrolled {
  background: rgba(242, 241, 238, .86);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  backdrop-filter: saturate(140%) blur(14px);
  color: var(--ink);
}
.site-header.is-scrolled::after { opacity: .1; }
.site-header.is-hidden { transform: translateY(-100%); }
.menu-open .site-header { background: transparent; color: var(--paper); backdrop-filter: none; -webkit-backdrop-filter: none; transform: none; }
.menu-open .site-header::after { opacity: 0; }

.header-inner { height: 100%; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; margin-right: auto; }
.brand-mark { width: 34px; height: 34px; }
.brand-text { font-size: .82rem; font-weight: 500; letter-spacing: var(--tracking-xwide); text-transform: uppercase; white-space: nowrap; }

.nav-desktop ul { display: flex; gap: clamp(1rem, 1.6vw, 2rem); list-style: none; }
.nav-desktop a {
  position: relative; display: inline-block; padding: .4rem 0;
  font-size: .74rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  text-decoration: none; white-space: nowrap;
}
.nav-desktop a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease);
}
.nav-desktop a:hover::after, .nav-desktop a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }

.menu-toggle {
  display: none; align-items: center; gap: .8rem;
  min-height: 44px; padding: 0 .2rem; border: 0; background: none; cursor: pointer;
  font-size: .75rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
}
.menu-toggle-lines { position: relative; width: 28px; height: 10px; }
.menu-toggle-lines span {
  position: absolute; left: 0; width: 100%; height: 1.5px; background: currentColor;
  transition: transform .5s var(--ease), top .5s var(--ease), width .5s var(--ease);
}
.menu-toggle-lines span:first-child { top: 0; }
.menu-toggle-lines span:last-child { top: 8.5px; width: 70%; left: auto; right: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines span:first-child { top: 4.25px; transform: rotate(-12deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines span:last-child { top: 4.25px; width: 100%; transform: rotate(12deg); }

/* Menu overlay */
.menu-overlay {
  position: fixed; inset: 0; z-index: 80;
  background: radial-gradient(ellipse 60% 50% at 75% 30%, #232220 0%, var(--ink) 70%);
  color: var(--paper);
  overflow-y: auto;
  clip-path: inset(0 0 100% 0);
  transition: clip-path .75s var(--ease-in-out);
}
.menu-overlay.is-open { clip-path: inset(0 0 0 0); }
.menu-overlay-inner {
  min-height: 100%;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem; align-items: center;
  padding-top: calc(var(--header-h) + 2rem); padding-bottom: 3rem;
}
.menu-list { list-style: none; counter-reset: none; }
.menu-list li { overflow: hidden; }
.menu-list a {
  display: flex; align-items: baseline; gap: 1.2rem;
  padding: .15rem 0;
  font-family: var(--display-font);
  font-size: clamp(2.3rem, 1.6rem + 3vw, 4.4rem);
  line-height: 1.1;
  text-decoration: none;
  transform: translateY(110%);
  transition: transform .8s var(--ease), color .3s;
}
.menu-overlay.is-open .menu-list a { transform: none; }
.menu-list li:nth-child(1) a { transition-delay: .12s; }
.menu-list li:nth-child(2) a { transition-delay: .16s; }
.menu-list li:nth-child(3) a { transition-delay: .2s; }
.menu-list li:nth-child(4) a { transition-delay: .24s; }
.menu-list li:nth-child(5) a { transition-delay: .28s; }
.menu-list li:nth-child(6) a { transition-delay: .32s; }
.menu-list li:nth-child(7) a { transition-delay: .36s; }
.menu-list li:nth-child(8) a { transition-delay: .4s; }
.menu-list a:hover, .menu-list a[aria-current="page"] { color: var(--gold-light); }
.menu-num { font-family: var(--body-font); font-size: .75rem; letter-spacing: .2em; color: var(--gold); min-width: 2rem; }
.menu-aside { text-align: left; opacity: 0; transform: translateY(20px); transition: opacity .6s .35s var(--ease), transform .6s .35s var(--ease); }
.menu-overlay.is-open .menu-aside { opacity: 1; transform: none; }
.menu-cover { width: 150px; margin-bottom: 1.4rem; box-shadow: 0 30px 60px -20px #000; }
.menu-aside-title { font-family: var(--display-font); font-size: 1.8rem; line-height: 1.1; margin-bottom: .4rem; }
.menu-aside-sub { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--grey-300); margin-bottom: 1.6rem; }
body.menu-open { overflow: hidden; }

/* ---------- 6. Hero (home) ---------- */
.hero {
  position: relative;
  padding: calc(var(--header-h) + clamp(1.5rem, 3vw, 2.5rem)) 0 clamp(4rem, 6vw, 5rem);
  display: flex; align-items: center;
  background:
    radial-gradient(ellipse 70% 80% at 22% 25%, #ffffff 0%, rgba(255,255,255,0) 60%),
    linear-gradient(100deg, #f7f6f3 0%, #eceae6 55%, #c9c7c2 100%);
  overflow: hidden;
  isolation: isolate;
}
.hero-light {
  position: absolute; inset: -20% -10% auto auto; width: 70vw; height: 90vh; z-index: -1;
  background: radial-gradient(closest-side, rgba(255,255,255,.9), rgba(255,255,255,0));
  filter: blur(10px);
  animation: light-drift 14s var(--ease-in-out) infinite alternate;
}
@keyframes light-drift { to { transform: translate(-8vw, 6vh); } }

.hero-scale { position: absolute; inset: 0; z-index: -1; pointer-events: none; color: rgba(11,11,11,.13); }
.hero-pole {
  position: absolute; left: 72%; top: 58%; bottom: 0; width: 1px; background: currentColor;
  transform-origin: top; animation: grow-y 1.6s .2s var(--ease) both;
}
.hero-beam {
  position: absolute; left: -5%; right: -5%; top: 58%;
  transform-origin: 72% 50%;
  transform: rotate(var(--beam-tilt, -2.4deg));
  animation: beam-settle 2.6s .4s var(--ease) both;
}
.hero-beam .beam { width: 100%; height: 40px; }
@keyframes grow-y { from { transform: scaleY(0); } }
@keyframes beam-settle {
  0% { transform: rotate(0deg); opacity: 0; }
  35% { opacity: 1; transform: rotate(-4deg); }
  65% { transform: rotate(-1.4deg); }
  100% { transform: rotate(-2.4deg); }
}

.hero-grid {
  display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
  gap: clamp(2rem, 5vw, 6rem); align-items: center;
}
.hero-copy { container-type: inline-size; min-width: 0; }
.hero-eyebrow { animation: fade-up 1s .1s var(--ease) both; }
.hero-title { margin: 0; }
.hero-question {
  display: block;
  font-family: var(--display-font);
  font-size: clamp(1.7rem, 10.1cqi, 6.2rem);
  line-height: 1;
  letter-spacing: -.015em;
}
.hero-line { display: block; white-space: nowrap; }
.w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .1em; margin-bottom: -.1em; }
.wi { display: inline-block; transform: translateY(108%); animation: rise 1.1s var(--ease) forwards; animation-delay: calc(var(--i) * 55ms + 180ms); }
@keyframes rise { to { transform: none; } }
@keyframes fade-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

.hero-lockup {
  display: flex; align-items: center; gap: 1.1rem;
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
  font-family: var(--display-font);
  font-size: clamp(1.3rem, 1rem + 1.2vw, 2.1rem);
  letter-spacing: .06em; text-transform: uppercase; line-height: 1;
  animation: fade-up 1s .9s var(--ease) both;
}
.hero-lockup-title { white-space: nowrap; }
.hero-sub {
  margin: .9rem 0 0;
  font-size: clamp(.72rem, .66rem + .2vw, .8rem); font-weight: 500;
  letter-spacing: var(--tracking-xwide); text-transform: uppercase; color: var(--grey-700);
  animation: fade-up 1s 1s var(--ease) both;
}
.hero-teaser {
  max-width: 50ch; margin: clamp(1.5rem, 3vw, 2.2rem) 0 clamp(1.8rem, 3vw, 2.4rem);
  font-size: var(--fs-lead); font-weight: 300; line-height: 1.6; color: #2b2a28;
  animation: fade-up 1s 1.1s var(--ease) both;
}
.hero-actions { animation: fade-up 1s 1.2s var(--ease) both; }

.hero-visual { position: relative; display: grid; justify-items: center; animation: cover-in 1.6s .35s var(--ease) both; }
@keyframes cover-in { from { opacity: 0; transform: translateY(40px) scale(.96); } to { opacity: 1; transform: none; } }

.hero-scroll {
  position: absolute; left: 50%; bottom: 1.6rem; transform: translateX(-50%);
  display: inline-flex; flex-direction: column; align-items: center; gap: .4rem;
  font-size: .75rem; letter-spacing: .24em; text-transform: uppercase; text-decoration: none; color: var(--grey-700);
  animation: fade-up 1s 1.6s var(--ease) both;
}
.hero-scroll .icon { width: 18px; height: 18px; animation: nudge 2.4s 2.6s var(--ease-in-out) infinite; }
@keyframes nudge { 0%, 100% { transform: none; } 50% { transform: translateY(6px); } }

/* ---------- 7. 3D book ---------- */
.book3d {
  --ry: -18deg; --rx: 3deg; --depth: 30px;
  position: relative;
  width: min(400px, 68vw);
  perspective: 1800px;
}
.book3d--lg { width: min(430px, 72vw); }
.book3d-inner {
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(var(--ry)) rotateX(var(--rx));
  transition: transform 1.1s var(--ease);
}
.book3d-cover img {
  width: 100%;
  border-radius: 1px 3px 3px 1px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
}
.book3d-inner::before, .book3d-inner::after { content: ""; position: absolute; top: 0; bottom: 0; width: var(--depth); }
/* page block (right) */
.book3d-inner::after {
  right: 0; top: 4px; bottom: 4px;
  transform-origin: right center; transform: rotateY(-90deg);
  background: repeating-linear-gradient(90deg, #f4f2ec 0 2px, #dcd9d1 2px 3px);
  box-shadow: inset 0 0 12px rgba(0,0,0,.18);
}
/* spine (left) */
.book3d-inner::before {
  left: 0;
  transform-origin: left center; transform: rotateY(90deg);
  background: linear-gradient(90deg, #111 0%, #2e2d2b 45%, #0f0f0f 100%);
}
.book3d-cover { position: relative; display: block; transform: translateZ(0); }
.book3d-cover::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.04) 2.5%, rgba(255,255,255,.12) 3.5%, rgba(0,0,0,0) 6%);
}
.book3d-sheen {
  position: absolute; inset: 0; pointer-events: none; mix-blend-mode: soft-light;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.75) 48%, transparent 60%);
  background-size: 260% 100%; background-position: 130% 0;
  animation: sheen 2.8s 1.4s var(--ease-in-out) both;
}
@keyframes sheen { to { background-position: -60% 0; } }

.marble-floor {
  width: 120%; height: 60px; margin-top: -8px;
  background: radial-gradient(ellipse 50% 50% at 50% 30%, rgba(0,0,0,.42), rgba(0,0,0,0) 70%);
  filter: blur(6px);
  pointer-events: none;
}

/* ---------- 8. Marquee ---------- */
.marquee { overflow: hidden; background: var(--ink); color: var(--grey-300); border-block: 1px solid rgba(198,161,91,.25); }
.marquee-track { display: flex; align-items: center; gap: 2.4rem; width: max-content; padding: 1.15rem 0; animation: marquee 48s linear infinite; }
.marquee span { font-family: var(--display-font); font-size: clamp(1.3rem, 1rem + 1vw, 1.9rem); font-style: italic; letter-spacing: .02em; white-space: nowrap; }
.marquee i { width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); flex: none; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- 9. Dark section base ---------- */
.question-section, .author-feature, .scale-section, .cta-band, .site-footer, .newsletter, .page-hero--dark {
  color: var(--paper);
  --text-muted: var(--grey-300);
}

/* ---------- 10. The Question ---------- */
.question-section {
  position: relative;
  padding: var(--section-spacing) 0;
  background: radial-gradient(ellipse 60% 40% at 50% 0%, #22211f 0%, var(--ink) 70%);
  overflow: hidden;
}
.question-pole { display: none; }
.question-list { position: relative; }
.question-list::before {
  content: ""; position: absolute; left: 50%; top: -1.5rem; bottom: -1.5rem; width: 1px;
  background: linear-gradient(180deg, transparent, rgba(198,161,91,.55) 10%, rgba(198,161,91,.55) 90%, transparent);
}
.question-intro { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(2rem, 6vw, 7rem); align-items: end; margin-bottom: clamp(2.5rem, 4vw, 3.5rem); }
.origin-stats { margin: 0; border-top: 1px solid rgba(198,161,91,.35); }
.origin-stat { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 1.4rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line-dark); }
.origin-stat dd { order: -1; margin: 0; min-width: 2.2ch; font-family: var(--display-font); font-size: clamp(3rem, 2rem + 3vw, 5rem); line-height: .9; font-variant-numeric: tabular-nums; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.origin-stat dt { font-size: var(--fs-xs); font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--grey-300); line-height: 1.5; }
.question-intro .section-intro { max-width: 52ch; }
.question-list { list-style: none; display: grid; gap: clamp(1.8rem, 3.5vw, 3rem); }
.question-item { position: relative; width: 50%; }
.question-item.is-left { padding-right: clamp(2rem, 5vw, 5rem); text-align: right; }
.question-item.is-right { margin-left: 50%; padding-left: clamp(2rem, 5vw, 5rem); }
.question-item::before {
  content: ""; position: absolute; top: .8em; width: 11px; height: 11px;
  border: 1px solid var(--gold); background: var(--ink); transform: rotate(45deg);
}
.question-item.is-left::before { right: -6px; }
.question-item.is-right::before { left: -5px; }
.question-num { display: block; font-size: .75rem; letter-spacing: .3em; color: var(--gold); margin-bottom: .6rem; }
.question-text { font-family: var(--display-font); font-size: var(--fs-h3); line-height: 1.08; margin: 0; text-wrap: balance; }
.question-item:last-child .question-text { color: var(--gold-light); }
.question-close { margin-top: clamp(2.5rem, 5vw, 4rem); text-align: center; }
.question-close-text {
  font-family: var(--display-font); font-style: italic;
  font-size: var(--fs-h2); line-height: 1.05; margin: 0 auto 1.8rem; max-width: 18ch; text-wrap: balance;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ---------- 11. Paradox ---------- */
.paradox { position: relative; padding: var(--section-spacing) 0 0; background: var(--paper); }
.paradox-head { text-align: center; }
.paradox-head .eyebrow { justify-content: center; }
.paradox-scale { position: relative; height: 96px; margin: 0 auto; max-width: 1100px; }
.paradox-beam {
  --tilt: -3deg;
  position: absolute; left: 6%; right: 6%; top: 40px; height: 2px;
  transform: rotate(var(--tilt)); transition: transform 1.4s cubic-bezier(.3, 1.4, .4, 1);
}
.paradox-beam-line { position: absolute; inset: 0; background: var(--ink); }
.paradox-pan { position: absolute; top: 0; width: 1px; height: 92px; background: rgba(11,11,11,.5); transform-origin: top; transform: rotate(calc(var(--tilt) * -1)); transition: transform 1.4s cubic-bezier(.3, 1.4, .4, 1); }
.paradox-pan::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 120px; height: 14px; transform: translateX(-50%); border-radius: 0 0 60px 60px / 0 0 14px 14px; }
.paradox-pan--left { left: 0; }
.paradox-pan--left::after { background: var(--gold-grad); }
.paradox-pan--right { right: 0; }
.paradox-pan--right::after { background: var(--graphite); }
.paradox-fulcrum { position: absolute; left: 50%; top: 32px; width: 16px; height: 16px; background: var(--ink); transform: translateX(-50%) rotate(45deg); }
.paradox-fulcrum::after { content: ""; position: absolute; left: 50%; top: 50%; width: 1px; height: 140px; background: var(--ink); transform: rotate(-45deg); transform-origin: top; }

.paradox-sides { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; }
.paradox-side { padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 5vw, 5rem); transition: background-color .6s var(--ease); }
.paradox-side-inner { max-width: 540px; }
.paradox-side--promise { background: var(--paper-2); display: flex; justify-content: flex-end; }
.paradox-side--consequence { background: var(--ink); color: var(--paper); }
.paradox-label { font-size: var(--fs-xs); font-weight: 500; letter-spacing: var(--tracking-xwide); text-transform: uppercase; color: var(--bronze); margin-bottom: 1.4rem; }
.paradox-side--consequence .paradox-label { color: var(--gold); }
.paradox-title { font-family: var(--display-font); font-size: var(--fs-h3); line-height: 1.04; margin-bottom: 1.4rem; text-wrap: balance; }
.paradox-body { font-weight: 300; font-size: 1.08em; }
.paradox-side--promise .paradox-body { color: var(--grey-700); }
.paradox-side--consequence .paradox-body { color: var(--grey-300); }
.paradox-lines { list-style: none; margin-top: 2.2rem; border-top: 1px solid var(--line); }
.paradox-side--consequence .paradox-lines { border-color: var(--line-dark); }
.paradox-lines li {
  position: relative; padding: 1.05rem 0; border-bottom: 1px solid var(--line);
  font-family: var(--display-font); font-size: clamp(1.25rem, 1.05rem + .6vw, 1.6rem); line-height: 1.25;
}
.paradox-side--consequence .paradox-lines li { border-color: var(--line-dark); }
.paradox-fulcrum-text {
  position: relative; z-index: 2;
  max-width: 820px; margin: -3.2rem auto 0; padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3.5rem);
  background: var(--white); text-align: center;
  box-shadow: 0 40px 80px -40px rgba(0,0,0,.45);
  border-top: 2px solid var(--gold);
}
.paradox-fulcrum-text p { font-family: var(--display-font); font-size: var(--fs-h4); line-height: 1.2; margin-bottom: 1.2rem; text-wrap: balance; }
.paradox { padding-bottom: clamp(2.5rem, 4vw, 3.5rem); }

/* ---------- 12. Scale tool ---------- */
.scale-section { padding: var(--section-spacing) 0; background: var(--charcoal); }
.scale-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 7rem); align-items: center; }
.scale-copy p { color: var(--grey-300); font-size: var(--fs-lead); font-weight: 300; }
.scale-tool { padding: clamp(1.8rem, 4vw, 3rem); border: 1px solid rgba(198,161,91,.3); background: linear-gradient(160deg, rgba(255,255,255,.035), rgba(255,255,255,0)); }
.scale-label { display: block; font-size: var(--fs-xs); letter-spacing: var(--tracking-wide); text-transform: uppercase; color: var(--grey-300); }
.scale-salary { display: block; font-family: var(--display-font); font-size: 2.4rem; line-height: 1.2; margin: .3rem 0 1rem; }
.scale-range { width: 100%; height: 28px; margin: 0 0 2rem; background: transparent; -webkit-appearance: none; appearance: none; cursor: pointer; }
.scale-range::-webkit-slider-runnable-track { height: 1px; background: linear-gradient(90deg, var(--gold) var(--fill, 7%), rgba(242,241,238,.25) var(--fill, 7%)); }
.scale-range::-moz-range-track { height: 1px; background: rgba(242,241,238,.25); }
.scale-range::-moz-range-progress { height: 1px; background: var(--gold); }
.scale-range::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; margin-top: -11px; background: var(--gold); border: 0; transform: rotate(45deg); box-shadow: 0 0 0 6px rgba(198,161,91,.15); }
.scale-range::-moz-range-thumb { width: 18px; height: 18px; background: var(--gold); border: 0; border-radius: 0; transform: rotate(45deg); }
.scale-result { display: flex; flex-direction: column; border-top: 1px solid var(--line-dark); padding-top: 1.4rem; }
.scale-years { font-family: var(--display-font); font-size: var(--fs-mega); line-height: .9; font-variant-numeric: tabular-nums; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.scale-years-label { font-size: var(--fs-xs); letter-spacing: var(--tracking-wide); text-transform: uppercase; color: var(--grey-300); margin-top: .6rem; }
.scale-compare { font-family: var(--display-font); font-style: italic; font-size: 1.4rem; margin: 1.4rem 0 .6rem; min-height: 1.8em; }
.scale-note { font-size: var(--fs-xs); color: var(--grey); margin: 0; }
.scale-after { max-width: 34ch; margin: clamp(2rem, 4vw, 3rem) auto 0; text-align: center; font-family: var(--display-font); font-size: var(--fs-h4); line-height: 1.25; color: var(--paper); text-wrap: balance; }

/* ---------- 13. Why this book ---------- */
.why { padding: var(--section-spacing) 0; background: var(--paper); }
.why-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2.5rem, 7vw, 8rem); align-items: start; }
.why-head { position: sticky; top: calc(var(--header-h) + 2.5rem); }
.why-head p:not(.eyebrow) { color: var(--grey-700); font-weight: 300; }
.themes { list-style: none; border-top: 1px solid var(--line); }
.theme {
  position: relative; display: grid; grid-template-columns: 5rem 1fr; gap: 1rem;
  padding: clamp(1.4rem, 2.5vw, 1.9rem) 0; border-bottom: 1px solid var(--line);
}
.theme::after { content: ""; position: absolute; left: 0; bottom: -1px; height: 1px; width: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .8s var(--ease); }
.theme:hover::after { transform: scaleX(1); }
.theme-num { font-family: var(--display-font); font-size: 2.6rem; line-height: 1; color: var(--gold-deep); }
.theme-key { font-family: var(--body-font); font-size: var(--fs-xs); font-weight: 600; letter-spacing: var(--tracking-xwide); text-transform: uppercase; margin-bottom: .9rem; }
.theme-q { font-family: var(--display-font); font-size: var(--fs-h4); line-height: 1.15; margin-bottom: .8rem; text-wrap: balance; }
.theme-hint { color: var(--grey-700); font-weight: 300; margin: 0; }

/* ---------- 14. Pull quotes ---------- */
.quote-band { padding: clamp(3rem, 5vw, 4.5rem) 0; background: var(--paper-2); text-align: center; overflow: hidden; }
.pullquote { margin: 0 auto; max-width: 1100px; }
.pullquote-rule { display: block; width: 1px; height: 2.5rem; margin: 0 auto 1.5rem; background: var(--gold); }
.pullquote blockquote { margin: 0; }
.pullquote blockquote p { font-family: var(--display-font); font-size: var(--fs-h2); line-height: 1.02; text-wrap: balance; }
.pullquote--hero blockquote p { font-size: var(--fs-mega); line-height: .92; letter-spacing: -.02em; }
.pullquote figcaption { margin-top: 2rem; font-size: var(--fs-xs); letter-spacing: var(--tracking-wide); text-transform: uppercase; color: var(--grey-700); }
.pullquote--inline { text-align: left; max-width: none; margin: 3rem 0; padding-left: 2rem; border-left: 1px solid var(--gold); }
.pullquote--inline .pullquote-rule { display: none; }
.pullquote--inline blockquote p { font-size: var(--fs-h3); line-height: 1.1; }
.pullquote--inline figcaption { margin-top: 1rem; }

/* ---------- 15. Journey (six parts, tabbed) ---------- */
.journey { padding: var(--section-spacing) 0; background: var(--white); overflow: hidden; }
.journey-head { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 4rem; align-items: end; margin-bottom: clamp(1.8rem, 3vw, 2.5rem); }
.journey-head .eyebrow { grid-column: 1 / -1; }
.journey-head .section-title { margin: 0; }
.journey-track { position: relative; }

.journey-hint {
  display: inline-flex; align-items: center; gap: .7rem; margin: 0 0 1rem;
  font-size: .75rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--bronze);
}
.journey-hint-pulse { position: relative; width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg); }
.journey-hint-pulse::after { content: ""; position: absolute; inset: -5px; border: 1px solid var(--gold); animation: hint-pulse 1.8s var(--ease) infinite; }
@keyframes hint-pulse { from { opacity: .9; transform: scale(.6); } to { opacity: 0; transform: scale(1.6); } }

.journey-tabs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .75rem; }
.journey-tab {
  position: relative;
  display: flex; flex-direction: column; align-items: stretch; gap: .6rem;
  min-height: 9.5rem; padding: 1.1rem 1.1rem 1.2rem;
  border: 1px solid rgba(11,11,11,.16); border-radius: var(--radius);
  background: var(--paper); color: var(--ink); text-align: left; cursor: pointer;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .3s, background-color .35s, color .35s;
}
.journey-tab:hover { transform: translateY(-4px); border-color: var(--gold-deep); box-shadow: 0 18px 34px -22px rgba(0,0,0,.45); }
.journey-tab-top { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.journey-num { font-size: .75rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--bronze); }
.journey-tab-icon { display: grid; place-items: center; width: 1.7rem; height: 1.7rem; border: 1px solid rgba(11,11,11,.2); border-radius: 50%; transition: transform .5s var(--ease), background-color .3s, border-color .3s; }
.journey-tab-icon .icon { width: .9rem; height: .9rem; }
.journey-tab:hover .journey-tab-icon { background: var(--gold); border-color: var(--gold); transform: rotate(90deg); }
.journey-tab-title { font-family: var(--display-font); font-size: clamp(1.15rem, .95rem + .55vw, 1.5rem); line-height: 1.12; }
.journey-tab-meta { margin-top: auto; font-size: .78rem; color: var(--grey-700); }

.journey-tab[aria-selected="true"] {
  background: var(--ink); color: var(--paper); border-color: var(--ink);
  box-shadow: 0 22px 40px -22px rgba(0,0,0,.6); transform: translateY(-4px);
}
.journey-tab[aria-selected="true"] .journey-num { color: var(--gold); }
.journey-tab[aria-selected="true"] .journey-tab-meta { color: var(--grey-300); }
.journey-tab[aria-selected="true"] .journey-tab-icon { background: var(--gold); border-color: var(--gold); color: var(--ink); transform: rotate(45deg); }
.journey-tab[aria-selected="true"]::after {
  content: ""; position: absolute; left: 50%; bottom: -.85rem; width: 16px; height: 16px;
  background: var(--ink); transform: translateX(-50%) rotate(45deg);
}
.journey-tab::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--gold-grad); transform: scaleX(0); transform-origin: left; transition: transform .6s var(--ease); }
.journey-tab[aria-selected="true"]::before { transform: scaleX(1); }

.journey-panels {
  position: relative; margin-top: 1.1rem;
  background: radial-gradient(ellipse 60% 90% at 15% 30%, #262523 0%, var(--ink) 70%);
  color: var(--paper); border-top: 3px solid var(--gold);
  box-shadow: 0 40px 80px -50px rgba(0,0,0,.7);
}
.journey-panel { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 9fr); gap: clamp(1.5rem, 4vw, 4rem); padding: clamp(1.8rem, 4vw, 3.2rem) clamp(1.4rem, 4vw, 3.5rem) clamp(1.4rem, 3vw, 2rem); outline-offset: -4px; }
.js .journey-panel[data-hidden] { display: none; }
.js .journey-panel.is-entering .journey-panel-body, .js .journey-panel.is-entering .journey-panel-side { animation: panel-in .7s var(--ease) both; }
.js .journey-panel.is-entering .journey-panel-body { animation-delay: .06s; }
@keyframes panel-in { from { opacity: 0; transform: translateX(24px); } }
html:not(.js) .journey-panel + .journey-panel { border-top: 1px solid var(--line-dark); }
.journey-panel-side { display: flex; flex-direction: column; gap: 1rem; }
.journey-panel-kicker { font-size: .75rem; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: var(--grey-300); }
.journey-panel-num {
  font-family: var(--display-font); font-size: clamp(5rem, 3rem + 6vw, 9rem); line-height: .8;
  color: transparent; -webkit-text-stroke: 1px var(--gold);
}
.journey-panel-title { font-family: var(--display-font); font-size: var(--fs-h3); line-height: 1.05; margin-bottom: 1rem; }
.journey-panel-teaser { font-size: var(--fs-lead); font-weight: 300; line-height: 1.55; max-width: 46ch; color: var(--mist); }
.journey-chapters-label { margin: 1.6rem 0 .7rem; font-size: var(--fs-xs); letter-spacing: var(--tracking-wide); text-transform: uppercase; color: var(--gold); }
.journey-chapters { list-style: none; display: flex; flex-wrap: wrap; gap: .6rem; }
.journey-chapters li { padding: .5rem 1rem; border: 1px solid rgba(198,161,91,.4); background: rgba(255,255,255,.03); font-size: .92rem; color: var(--paper); }

.journey-nav { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; padding: 1.1rem clamp(1.4rem, 4vw, 3.5rem) 1.4rem; border-top: 1px solid var(--line-dark); }
html:not(.js) .journey-nav { display: none; }
.journey-nav-btn {
  display: inline-flex; align-items: center; gap: .6rem; min-height: 44px; padding: .5rem 1rem;
  border: 1px solid rgba(242,241,238,.3); background: transparent; color: var(--paper); cursor: pointer;
  font-size: .75rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
  transition: background-color .3s, color .3s, border-color .3s;
}
.journey-nav-btn .icon { width: 1rem; height: 1rem; }
.journey-nav-btn:not(.journey-nav-btn--next) .icon { transform: rotate(180deg); }
.journey-nav-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.journey-nav-btn--next { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.journey-nav-btn--next:hover { background: var(--gold-light); }
.journey-progress { position: relative; height: 2px; background: rgba(242,241,238,.15); }
.journey-progress span { position: absolute; inset: 0 auto 0 0; width: 16.66%; background: var(--gold); transition: width .7s var(--ease); }

.journey-cta { margin-top: clamp(2.5rem, 4vw, 3.5rem); padding-top: clamp(1.8rem, 3vw, 2.5rem); border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1.5rem 3rem; }
.journey-cta-line { font-family: var(--display-font); font-size: var(--fs-h4); line-height: 1.2; margin: 0; max-width: 30ch; }

/* ---------- 16. Showcase ---------- */
.showcase {
  position: relative; padding: var(--section-spacing) 0;
  background: linear-gradient(180deg, var(--paper) 0%, #e3e1dc 100%);
  overflow: hidden;
}
.showcase::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--line); }
.showcase-grid { position: relative; display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2.5rem, 7vw, 8rem); align-items: center; }
.showcase-visual { display: grid; justify-items: center; }
.showcase-visual .book3d { --ry: 16deg; }
.showcase-copy { background: var(--paper); padding: clamp(1.8rem, 4vw, 3.5rem); box-shadow: 0 50px 90px -60px rgba(0,0,0,.5); }
.showcase-title { font-family: var(--display-font); font-size: var(--fs-h2); line-height: .96; text-transform: uppercase; letter-spacing: .01em; margin-bottom: 1rem; }
.showcase-sub { font-size: var(--fs-xs); font-weight: 500; letter-spacing: var(--tracking-wide); text-transform: uppercase; color: var(--grey-700); margin-bottom: .6rem; }
.showcase-author { font-family: var(--display-font); font-style: italic; font-size: 1.5rem; margin-bottom: 1.6rem; }
.showcase-desc { font-size: var(--fs-lead); font-weight: 300; line-height: 1.55; max-width: 46ch; }
.book-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 1.5rem 0; border-top: 1px solid var(--line); }
.book-details > div { padding: .9rem 1rem .9rem 0; border-bottom: 1px solid var(--line); }
.book-details dt { font-size: .75rem; letter-spacing: .22em; text-transform: uppercase; color: var(--grey-700); margin-bottom: .2rem; }
.book-details dd { margin: 0; font-size: .98rem; }
.showcase-actions .btn-row, .showcase-actions { display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; align-items: center; }
.retailers { display: flex; flex-wrap: wrap; gap: .8rem; list-style: none; }
.formats { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.format { display: flex; flex-direction: column; gap: .4rem; padding: 1.5rem; background: var(--white); }
.format-label { font-family: var(--display-font); font-size: 1.7rem; line-height: 1.1; }
.format-price { font-size: 1.1rem; font-weight: 500; }
.format-isbn { font-size: .8rem; color: var(--grey-700); }
.format .btn { margin-top: auto; align-self: flex-start; }
.purchase-pending { padding: 1.6rem 1.8rem; border: 1px dashed rgba(157,123,63,.6); background: rgba(198,161,91,.06); }
.purchase-pending--dark { border-color: rgba(198,161,91,.45); }
.purchase-pending-title { font-family: var(--display-font); font-size: 1.6rem; line-height: 1.15; margin-bottom: .5rem; }
.purchase-pending p:not(.purchase-pending-title) { font-weight: 300; margin-bottom: 1.2rem; }

/* ---------- 17. Author feature ---------- */
.author-feature {
  padding: var(--section-spacing) 0;
  background: radial-gradient(ellipse 45% 60% at 25% 45%, #2a2926 0%, var(--ink) 68%);
}
.author-feature-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2.5rem, 7vw, 8rem); align-items: center; }
.author-portrait { position: relative; max-width: 460px; }
.author-portrait picture { position: relative; z-index: 1; overflow: hidden; }
.portrait-img img { width: 100%; filter: grayscale(1) contrast(1.06) brightness(.97); transition: filter 1.2s var(--ease), transform 1.6s var(--ease); }
.author-portrait:hover .portrait-img img { filter: grayscale(.75) contrast(1.04) sepia(.12); transform: scale(1.02); }
.portrait-frame { position: absolute; inset: 1.4rem -1.4rem -1.4rem 1.4rem; border: 1px solid var(--gold); z-index: 0; }
.author-feature-copy p:not(.eyebrow) { color: var(--grey-300); font-weight: 300; }
.author-feature-copy .lead { color: var(--paper); }
.author-statement { margin: 1.6rem 0; padding-left: 1.6rem; border-left: 1px solid var(--gold); }
.author-statement p { font-family: var(--display-font); font-style: italic; font-size: var(--fs-h4); line-height: 1.3; color: var(--paper) !important; font-weight: 400 !important; }

/* ---------- 18. CTA band ---------- */
.cta-band { position: relative; padding: clamp(3rem, 5vw, 4.5rem) 0; background: var(--ink); overflow: hidden; }
.cta-band-beam { position: absolute; left: -5%; right: -5%; top: 50%; color: rgba(198,161,91,.22); transform: rotate(-2deg); }
.cta-band-beam .beam { width: 100%; height: 40px; }
.cta-band-grid { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: clamp(2rem, 4.5vw, 5rem); align-items: center; }
.cta-band-cover { width: clamp(130px, 14vw, 200px); transform: rotate(-4deg); box-shadow: 0 40px 70px -25px #000; }
.cta-band-kicker { margin: 0 0 1rem; font-size: var(--fs-xs); font-weight: 500; letter-spacing: var(--tracking-xwide); text-transform: uppercase; color: var(--gold); }
.cta-band-title { font-family: var(--display-font); font-size: clamp(2.2rem, 1.4rem + 2.6vw, 4rem); line-height: 1.02; margin-bottom: 1rem; text-wrap: balance; }
.cta-band-text { color: var(--grey-300); font-weight: 300; font-size: var(--fs-lead); margin: 0; max-width: 52ch; }
.cta-band-actions { display: flex; flex-direction: column; gap: .8rem; min-width: 16rem; padding-left: clamp(1.5rem, 3vw, 3rem); border-left: 1px solid rgba(198,161,91,.3); }
.cta-band-actions .btn { width: 100%; }
.cta-band-note { margin-top: .4rem; font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; color: var(--grey); text-align: center; }

/* ---------- 19. Newsletter & forms ---------- */
.newsletter { padding: clamp(3rem, 5vw, 4.5rem) 0; background: var(--charcoal); border-top: 1px solid rgba(198,161,91,.2); }
.newsletter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 7rem); align-items: end; }
.newsletter-title { font-family: var(--display-font); font-size: var(--fs-h3); line-height: 1.05; margin-bottom: 1.2rem; text-wrap: balance; }
.newsletter-copy p:not(.eyebrow) { color: var(--grey-300); font-weight: 300; max-width: 48ch; }

.field { position: relative; margin-bottom: 1.4rem; }
.field label { display: block; font-size: var(--fs-xs); font-weight: 500; letter-spacing: .18em; text-transform: uppercase; margin-bottom: .55rem; }
.field input:not([type="checkbox"]), .field select, .field textarea {
  width: 100%; min-height: 3.1rem; padding: .8rem 1rem;
  border: 1px solid rgba(11,11,11,.3); border-radius: var(--radius);
  background: var(--white); color: var(--ink);
  transition: border-color .3s, box-shadow .3s;
}
.field textarea { min-height: 11rem; resize: vertical; line-height: 1.6; }
.field select { appearance: none; -webkit-appearance: none; padding-right: 2.6rem; background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%); background-position: calc(100% - 20px) 55%, calc(100% - 14px) 55%; background-size: 6px 6px; background-repeat: no-repeat; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold-deep); box-shadow: 0 0 0 3px rgba(198,161,91,.3); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--error); }
.field-error { margin: .45rem 0 0; font-size: .86rem; color: var(--error); min-height: 0; }
.field-error:empty { display: none; }
.field-hint { margin: .45rem 0 0; font-size: .84rem; color: var(--grey-700); }
.field--check { display: grid; grid-template-columns: auto 1fr; gap: .8rem; align-items: start; }
.field--check input { width: 20px; height: 20px; margin: .2rem 0 0; accent-color: var(--gold-deep); }
.field--check label { font-size: .9rem; letter-spacing: 0; text-transform: none; font-weight: 400; margin: 0; }
.field--check .field-error { grid-column: 2; }
.field-inline-row { display: flex; gap: .6rem; }
.field-inline-row input { flex: 1; }
.field-inline-row .btn { flex: none; }

.newsletter .field label { color: var(--grey-300); }
.newsletter .field input:not([type="checkbox"]) { background: transparent; color: var(--paper); border-color: rgba(242,241,238,.35); }
.newsletter .field-error { color: var(--error-on-dark); }
.newsletter .field--check label { color: var(--grey-300); }
.newsletter .field--check a { color: var(--paper); }

.form-status { margin-top: 1rem; padding: 0; font-size: .95rem; }
.form-status:empty { display: none; }
.form-status.is-success { padding: 1rem 1.2rem; border-left: 2px solid var(--gold); background: rgba(198,161,91,.1); }
.form-status.is-error { padding: 1rem 1.2rem; border-left: 2px solid var(--error); background: rgba(156,43,31,.08); }
.newsletter .form-status.is-error { border-color: var(--error-on-dark); }
button[aria-busy="true"] { opacity: .7; pointer-events: none; }

/* ---------- 20. Footer ---------- */
.site-footer { position: relative; background: var(--ink); padding: clamp(3rem, 5vw, 4rem) 0 1.5rem; overflow: hidden; }
.footer-beam { position: absolute; left: 0; right: 0; top: 0; color: rgba(198,161,91,.35); }
.footer-beam .beam { width: 100%; height: 10px; margin-top: -5px; }
.footer-top { display: grid; grid-template-columns: 5fr 7fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--line-dark); }
.footer-name { font-size: .82rem; font-weight: 500; letter-spacing: var(--tracking-xwide); text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.footer-book { font-family: var(--display-font); font-size: var(--fs-h3); line-height: 1; margin-bottom: .6rem; }
.footer-sub { font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; color: var(--grey); margin-bottom: 2rem; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.footer-heading { font-size: .75rem; letter-spacing: .26em; text-transform: uppercase; color: var(--grey); margin-bottom: 1.1rem; }
.footer-nav ul { list-style: none; display: grid; gap: .55rem; }
.footer-nav a { text-decoration: none; color: var(--mist); transition: color .3s; }
.footer-nav a:hover { color: var(--gold-light); }
.footer-muted { color: var(--grey-300); font-size: .92rem; font-weight: 300; }
.footer-muted a { color: var(--paper) !important; text-decoration: underline !important; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 1.8rem; font-size: .82rem; color: var(--grey); }
.footer-bottom p { margin: 0; }
.footer-legal { display: flex; gap: 1.6rem; list-style: none; }
.footer-legal a { text-decoration: none; }
.footer-legal a:hover { color: var(--gold-light); }

/* ---------- 21. Inner page hero ---------- */
.page-hero {
  position: relative; overflow: hidden;
  padding: calc(var(--header-h) + clamp(2rem, 5vw, 4rem)) 0 clamp(2.5rem, 4vw, 3.5rem);
  background:
    radial-gradient(ellipse 60% 80% at 15% 0%, #fff 0%, rgba(255,255,255,0) 60%),
    linear-gradient(100deg, #f5f4f1 0%, #e6e4df 70%, #cfcdc8 100%);
}
.page-hero--dark { background: radial-gradient(ellipse 60% 70% at 70% 20%, #262523 0%, var(--ink) 70%); }
.page-hero--dark .eyebrow { color: var(--gold); }
.page-hero-beam { position: absolute; left: -5%; right: -5%; bottom: 22%; color: rgba(11,11,11,.12); transform: rotate(-1.6deg); pointer-events: none; }
.page-hero--dark .page-hero-beam { color: rgba(198,161,91,.22); }
.page-hero-beam .beam { width: 100%; height: 40px; }
.page-hero-inner { position: relative; }
.page-hero-inner--split { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 1.5rem clamp(2rem, 6vw, 6rem); align-items: end; }
.page-hero-inner--split .page-hero-intro { margin: 0 0 .6rem; padding-left: clamp(1.2rem, 2.5vw, 2rem); border-left: 1px solid rgba(157,123,63,.5); }
.page-hero-title { font-family: var(--display-font); font-size: var(--fs-h1); line-height: .98; letter-spacing: -.015em; max-width: 16ch; text-wrap: balance; }
.page-hero-intro { max-width: 52ch; margin-top: 1.4rem; font-size: var(--fs-lead); font-weight: 300; line-height: 1.6; color: var(--grey-700); }
.page-hero--dark .page-hero-intro { color: var(--grey-300); }

/* ---------- 22. Generic sections ---------- */
.section { padding: var(--section-spacing) 0; }
.section--tight { padding: clamp(2.5rem, 4vw, 3.5rem) 0; }
.section--white { background: var(--white); }
.section--paper2 { background: var(--paper-2); }
.section--dark { background: var(--ink); color: var(--paper); --text-muted: var(--grey-300); }
.narrow { max-width: var(--narrow-width); margin-inline: auto; }
.split { display: grid; grid-template-columns: 4fr 8fr; gap: clamp(2rem, 6vw, 7rem); align-items: start; }
.split-aside { position: sticky; top: calc(var(--header-h) + 2rem); }
.prose { font-size: var(--fs-base); }
.prose p { max-width: 64ch; }
.prose h2 { font-family: var(--display-font); font-size: var(--fs-h3); line-height: 1.08; margin: 3rem 0 1.2rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-family: var(--body-font); font-size: var(--fs-xs); font-weight: 600; letter-spacing: var(--tracking-wide); text-transform: uppercase; margin: 2rem 0 .8rem; }
.prose ul { padding-left: 1.2rem; margin-bottom: 1.2rem; }
.prose li { margin-bottom: .4rem; }
.dropcap::first-letter { float: left; font-family: var(--display-font); font-size: 5.4em; line-height: .78; padding: .08em .12em 0 0; color: var(--gold-deep); }
.placeholder-note { padding: 1rem 1.2rem; border: 1px dashed var(--gold-deep); background: rgba(198,161,91,.08); font-size: .92rem; }

/* Synopsis */
.synopsis p { font-size: var(--fs-lead); font-weight: 300; line-height: 1.65; }
.synopsis p:nth-child(2) { font-family: var(--display-font); font-size: var(--fs-h3); font-weight: 400; line-height: 1.1; color: var(--ink); margin: 1.4rem 0; }

/* Key questions */
.key-questions { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 clamp(2rem, 5vw, 5rem); counter-reset: kq; }
.key-questions li { counter-increment: kq; display: grid; grid-template-columns: 3.4rem 1fr; padding: 1.6rem 0; border-top: 1px solid var(--line-dark); font-family: var(--display-font); font-size: var(--fs-h4); line-height: 1.2; }
.key-questions li::before { content: counter(kq, upper-roman); font-family: var(--body-font); font-size: .75rem; letter-spacing: .2em; color: var(--gold); padding-top: .55rem; }

/* Quotes row */
.quote-stack { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
.quote-stack .pullquote { max-width: none; margin: 0; padding: .5rem clamp(1.2rem, 3vw, 2.5rem); text-align: left; border-left: 1px solid rgba(157,123,63,.45); display: flex; flex-direction: column; }
.quote-stack .pullquote:first-child { padding-left: 0; border-left: 0; }
.quote-stack .pullquote-rule { width: 2.5rem; height: 1px; margin: 0 0 1.4rem; }
.quote-stack blockquote p { font-size: clamp(1.5rem, 1.1rem + 1.1vw, 2.3rem); line-height: 1.15; text-wrap: pretty; }
.quote-stack figcaption { margin-top: auto; padding-top: 1.4rem; font-size: .75rem; }

/* FAQ accordion */
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  position: relative; display: flex; justify-content: space-between; align-items: center; gap: 2rem;
  padding: 1.6rem 0; cursor: pointer; list-style: none;
  font-family: var(--display-font); font-size: var(--fs-h4); line-height: 1.2;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .icon { flex: none; width: 1.5rem; height: 1.5rem; color: var(--gold-deep); transition: transform .5s var(--ease); }
.faq-item[open] summary .icon { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--bronze); }
.faq-answer { padding: 0 3.5rem 2rem 0; max-width: 70ch; font-weight: 300; color: #2b2a28; }
.faq-answer a { color: var(--bronze); }
.faq-item[open] .faq-answer { animation: fade-up .6s var(--ease); }

/* Questions page */
.qlist { list-style: none; counter-reset: q; }
.qitem { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 5vw, 6rem); padding: clamp(1.8rem, 3.5vw, 2.8rem) 0; border-top: 1px solid var(--line); counter-increment: q; }
.qitem:nth-child(even) .qitem-q { order: 2; }
.qitem:nth-child(even) .qitem-t { order: 1; text-align: right; justify-self: end; }
.qitem-q { font-family: var(--display-font); font-size: var(--fs-h3); line-height: 1.05; text-wrap: balance; }
.qitem-q::before { content: counter(q, decimal-leading-zero); display: block; font-family: var(--body-font); font-size: .75rem; letter-spacing: .3em; color: var(--bronze); margin-bottom: 1rem; }
.qitem-t { align-self: end; max-width: 44ch; }
.qitem-t p { font-weight: 300; color: #2b2a28; }
.qitem-part { display: inline-block; margin-top: .6rem; font-size: .75rem; letter-spacing: .22em; text-transform: uppercase; color: var(--grey-700); }
.qinterlude { padding: clamp(2rem, 4vw, 3rem) 0; border-top: 1px solid var(--line); text-align: center; }
.qinterlude p { font-family: var(--display-font); font-style: italic; font-size: var(--fs-h3); line-height: 1.1; margin: 0 auto 2rem; max-width: 22ch; }

/* Extract */
.reading-progress { position: fixed; left: 0; top: 0; z-index: 95; height: 2px; width: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }
.extract-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(2rem, 6vw, 7rem); align-items: start; }
.extract-text { font-family: var(--display-font); font-size: clamp(1.3rem, 1.1rem + .6vw, 1.65rem); line-height: 1.6; }
.extract-text p { margin-bottom: 1.4em; }
.extract-source { font-family: var(--body-font); font-size: var(--fs-xs); letter-spacing: var(--tracking-wide); text-transform: uppercase; color: var(--bronze); margin-bottom: 2.5rem; }
.extract-break { position: relative; margin: 2rem 0 0; padding-top: 1.5rem; text-align: center; }
.extract-break::before { content: "◆ ◆ ◆"; display: block; font-size: .6rem; letter-spacing: 1.2em; color: var(--gold-deep); margin-bottom: 1.6rem; }
.extract-break p { font-family: var(--display-font); font-style: italic; font-size: var(--fs-h4); margin-bottom: 1.8rem; }
.extract-fade { position: relative; }
.extract-fade::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5rem; background: linear-gradient(180deg, rgba(251,250,248,0), var(--white)); pointer-events: none; }
.extract-aside { position: sticky; top: calc(var(--header-h) + 2rem); padding: 1.8rem; background: var(--paper); border-top: 2px solid var(--gold); }
.extract-aside .mini-cover { width: 120px; margin-bottom: 1.2rem; box-shadow: 0 20px 40px -18px rgba(0,0,0,.6); }
.extract-aside p { font-size: .95rem; font-weight: 300; }
.extract-aside .aside-title { font-family: var(--display-font); font-size: 1.6rem; line-height: 1.1; font-weight: 400; margin-bottom: .6rem; }
.extract-legal { margin-top: 2rem; font-family: var(--body-font); font-size: .8rem; color: var(--grey-700); }

/* Reviews page */
.reviews-empty { text-align: center; padding: clamp(2.5rem, 4vw, 3.5rem) clamp(1.5rem, 4vw, 4rem); border: 1px solid var(--line); background: var(--white); position: relative; }
.reviews-empty::before, .reviews-empty::after { content: "“"; position: absolute; font-family: var(--display-font); font-size: 12rem; line-height: 1; color: rgba(198,161,91,.25); }
.reviews-empty::before { left: 1.5rem; top: -1rem; }
.reviews-empty::after { content: "”"; right: 1.5rem; bottom: -4rem; }
.reviews-empty h2 { font-family: var(--display-font); font-size: var(--fs-h3); line-height: 1.08; margin-bottom: 1.2rem; }
.reviews-empty p { max-width: 50ch; margin-inline: auto; font-weight: 300; }
.reviews-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2rem; }
.review-slot { height: 100px; border: 1px dashed var(--line); display: grid; place-items: center; font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--grey); }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(1.5rem, 3vw, 2.5rem); margin: 2.5rem 0; }
.review { margin: 0; padding: 2rem; background: var(--white); border-top: 2px solid var(--gold); }
.review blockquote { margin: 0 0 1.2rem; font-family: var(--display-font); font-size: 1.5rem; line-height: 1.3; }
.review figcaption { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--grey-700); }

/* Buy page */
.buy-hero { position: relative; padding: calc(var(--header-h) + clamp(2rem, 4vw, 3.5rem)) 0 var(--section-spacing); background: radial-gradient(ellipse 55% 70% at 30% 40%, #fff 0%, rgba(255,255,255,0) 65%), linear-gradient(100deg, #f5f4f1, #d6d4cf); overflow: hidden; }
.buy-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2.5rem, 7vw, 8rem); align-items: center; }
.buy-panel { padding: clamp(1.8rem, 4vw, 3.2rem); background: var(--white); border-top: 3px solid var(--gold); box-shadow: 0 50px 100px -60px rgba(0,0,0,.55); }
.buy-panel h1 { font-family: var(--display-font); font-size: var(--fs-h2); line-height: .98; margin-bottom: .8rem; }
.buy-panel .buy-sub { font-size: var(--fs-xs); letter-spacing: var(--tracking-wide); text-transform: uppercase; color: var(--grey-700); margin-bottom: 1.8rem; }
.buy-panel .retailers .btn:first-child { min-width: 100%; }
.buy-reasons { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 4vw, 3rem); }
.buy-reasons li { padding-top: 1.4rem; border-top: 1px solid var(--line-dark); }
.buy-reasons strong { display: block; font-family: var(--display-font); font-weight: 400; font-size: var(--fs-h4); line-height: 1.15; margin-bottom: .8rem; }
.buy-reasons p { color: var(--grey-300); font-weight: 300; }

/* Author page */
.author-hero { position: relative; padding: calc(var(--header-h) + clamp(2rem, 4vw, 3.5rem)) 0 clamp(3rem, 5vw, 4.5rem); background: radial-gradient(ellipse 50% 70% at 72% 45%, #2b2a27 0%, var(--ink) 70%); color: var(--paper); overflow: hidden; }
.author-hero-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 6vw, 7rem); align-items: center; }
.author-hero-copy .eyebrow { color: var(--gold); }
.author-hero-title { font-family: var(--display-font); font-size: clamp(3.2rem, 1.8rem + 5vw, 7.5rem); line-height: .9; text-transform: uppercase; letter-spacing: .01em; margin-bottom: 1rem; }
.author-hero-role { margin: 0 0 1.6rem; font-family: var(--display-font); font-style: italic; font-size: clamp(1.3rem, 1rem + .8vw, 1.8rem); color: var(--gold-light); }
.author-hero-copy .lead { color: var(--grey-300); max-width: 50ch; }
.author-hero-extra { color: var(--grey-300); max-width: 56ch; }
.author-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 2rem 0 2.2rem; border-top: 1px solid rgba(198,161,91,.35); border-bottom: 1px solid var(--line-dark); }
.author-facts > div { padding: 1rem 1rem 1rem 0; }
.author-facts > div + div { padding-left: 1.2rem; border-left: 1px solid var(--line-dark); }
.author-facts dt { font-size: .75rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: .35rem; }
.author-facts dd { margin: 0; font-family: var(--display-font); font-size: 1.25rem; line-height: 1.2; color: var(--paper); }
.author-hero-portrait { position: relative; margin: 0; justify-self: end; width: 100%; max-width: 460px; }
.author-hero-frame { position: relative; z-index: 1; aspect-ratio: 4 / 5; overflow: hidden; background: #000; box-shadow: 0 50px 90px -40px #000; }
.author-hero-frame picture, .author-hero-frame img { width: 100%; height: 100%; }
.author-hero-frame img { object-fit: cover; object-position: 50% 20%; filter: grayscale(1) contrast(1.06); }
.author-hero-portrait::before { content: ""; position: absolute; inset: 1.4rem -1.4rem -1.4rem 1.4rem; border: 1px solid var(--gold); }
.author-hero-portrait figcaption { position: absolute; z-index: 2; left: -1px; bottom: 1.6rem; padding: .55rem 1rem; background: var(--gold-grad); color: var(--ink); font-size: .75rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.origin-steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); margin: 2rem 0 0; border-top: 1px solid var(--line); }
.origin-steps li { position: relative; padding: 1.6rem 1rem 0 0; }
.origin-steps li::before { content: ""; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; background: var(--paper); border: 1px solid var(--gold-deep); transform: rotate(45deg); }
.origin-steps li:last-child::before { background: var(--gold); }
.origin-steps span { display: block; font-size: .75rem; letter-spacing: .22em; text-transform: uppercase; color: var(--bronze); margin-bottom: .4rem; }
.origin-steps strong { font-family: var(--display-font); font-weight: 400; font-size: 1.5rem; line-height: 1.15; }
.dedication { font-family: var(--display-font); font-style: italic; font-size: var(--fs-h4); line-height: 1.3; text-align: center; max-width: 34ch; margin: 0 auto; }
.dedication::before { content: ""; display: block; width: 1px; height: 2rem; margin: 0 auto 1.2rem; background: var(--gold); }
.media-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.media-card { padding: clamp(1.8rem, 4vw, 3rem); background: var(--white); }
.media-card h3 { font-family: var(--display-font); font-size: var(--fs-h4); line-height: 1.15; margin-bottom: .8rem; }
.media-card p { font-weight: 300; color: var(--grey-700); margin-bottom: 1.4rem; }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2.5rem, 7vw, 8rem); align-items: start; }
.enquiry-types { list-style: none; border-top: 1px solid var(--line); margin-top: 2rem; }
.enquiry-types li { display: grid; grid-template-columns: 2.4rem 1fr; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.enquiry-types span { font-size: .75rem; letter-spacing: .2em; color: var(--bronze); padding-top: .3rem; }
.enquiry-types strong { font-weight: 500; }
.enquiry-types p { margin: .15rem 0 0; font-size: .92rem; font-weight: 300; color: var(--grey-700); }
.contact-form { padding: clamp(1.8rem, 4vw, 3rem); background: var(--white); border-top: 3px solid var(--gold); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.2rem; }
.required-mark { color: var(--bronze); }

/* 404 */
.notfound { min-height: 0; display: grid; align-items: center; padding: calc(var(--header-h) + 3rem) 0 4rem; background: radial-gradient(ellipse 60% 60% at 50% 30%, #fff, rgba(255,255,255,0) 70%), linear-gradient(180deg, #efeeea, #d8d6d1); text-align: center; overflow: hidden; }
.notfound-scale { width: min(420px, 80vw); margin: 0 auto 2.5rem; color: var(--ink); }
.notfound-scale .nf-beam { transform-origin: 200px 40px; animation: nf-tip 5s var(--ease-in-out) infinite alternate; }
@keyframes nf-tip { from { transform: rotate(-9deg); } to { transform: rotate(9deg); } }
.notfound h1 { font-family: var(--display-font); font-size: var(--fs-h1); line-height: 1; margin-bottom: 1.2rem; }
.notfound p { max-width: 46ch; margin: 0 auto 2rem; font-size: var(--fs-lead); font-weight: 300; color: var(--grey-700); }

/* ---------- 23. Reveal system ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 1s var(--ease), transform 1.1s var(--ease); transition-delay: calc(var(--d, 0) * 110ms); }
.js .reveal-side.is-left { transform: translateX(-48px); }
.js .reveal-side.is-right { transform: translateX(48px); }
/* Mask the child, never the observed element (a fully clipped target never intersects). */
.js .reveal-mask { opacity: 1; transform: none; }
.js .reveal-mask > picture { clip-path: inset(100% 0 0 0); transition: clip-path 1.4s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal-mask.is-visible > picture { clip-path: inset(0 0 0 0); }

/* ---------- 24. Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-delay: 0ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; transition-delay: 0ms !important; }
  .wi { transform: none; }
  .js .reveal, .js .reveal-side.is-left, .js .reveal-side.is-right { opacity: 1; transform: none; }
  .js .reveal-mask > picture { clip-path: none; }
  .marquee-track { animation: none; }
  .hero-light { animation: none; }
  .menu-overlay { transition: none; }
}
.journey-nav-btn:disabled { opacity: .35; cursor: default; pointer-events: none; }
