:root {
  --ink: #24191b;
  --wine: #631b3b;
  --wine-dark: #341326;
  --plum: #8c3d70;
  --gold: #e0aa45;
  --cream: #f8f0e4;
  --paper: #fffaf3;
  --rose: #ead3d4;
  --line: rgba(67, 29, 39, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: -5rem; left: 1rem; padding: 0.8rem 1rem; border-radius: 0.3rem; background: white; color: var(--wine-dark); }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.2rem, 5vw, 5rem); color: white; transition: background 0.25s, height 0.25s, box-shadow 0.25s; }
.site-header.scrolled { height: 72px; background: rgba(43, 10, 29, 0.96); box-shadow: 0 10px 40px rgba(20, 5, 13, 0.25); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 0.75rem; }
.brand-seal { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--gold); font: italic 700 1.1rem var(--serif); }
.brand-copy strong { display: block; font: 700 1.05rem var(--serif); letter-spacing: 0.03em; }
.brand-copy small { display: block; margin-top: 0.12rem; opacity: 0.72; font-size: 0.57rem; letter-spacing: 0.22em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.5rem); font-size: 0.75rem; letter-spacing: 0.08em; }
nav a:not(.nav-cta) { opacity: 0.8; }
nav a:hover, nav a:focus-visible { opacity: 1; }
.nav-cta { padding: 0.78rem 1.1rem; border: 1px solid rgba(255, 255, 255, 0.55); border-radius: 99px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: white; }

.hero { position: relative; min-height: 900px; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr); align-items: center; gap: 5vw; padding: 132px clamp(1.2rem, 8vw, 9rem) 90px; color: white; background: radial-gradient(circle at 15% 15%, #8e335f 0, transparent 34%), linear-gradient(135deg, #4b1634 0%, #2e0c20 58%, #170710 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: 0.22; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, black, transparent 78%); }
.hero-wash { position: absolute; width: 42vw; height: 42vw; top: 15%; right: 8%; border-radius: 50%; background: var(--gold); filter: blur(180px); opacity: 0.08; }
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.kicker { margin: 0 0 1.3rem; color: var(--wine); font-weight: 700; font-size: 0.68rem; letter-spacing: 0.27em; text-transform: uppercase; }
.hero .kicker { color: #e9dce1; }
.kicker::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 0.8rem 0.2rem 0; background: currentColor; }
.kicker.gold { color: var(--gold); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -0.04em; }
h1 { max-width: 760px; font-size: clamp(4.2rem, 7vw, 7.5rem); line-height: 0.91; }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-lede { max-width: 620px; margin: 2.1rem 0; color: #eddee4; font: 1.25rem/1.68 var(--serif); }
.button-row { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 0.3rem; padding: 0.85rem 1.35rem; border: 0; border-radius: 99px; cursor: pointer; font-size: 0.77rem; font-style: normal; font-weight: 700; letter-spacing: 0.03em; transition: transform 0.2s, background 0.2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #2d1715; background: var(--gold); }
.button-gold:hover { background: #efbd5b; }
.button-outline { color: white; border: 1px solid rgba(255,255,255,.4); background: transparent; }
.hero-footnote { margin: 1.2rem 0 0; color: #bdaeb4; font-size: 0.68rem; letter-spacing: 0.1em; }
.hero-visual { justify-self: end; width: min(465px, 38vw); }
.portrait-frame { position: relative; border-radius: 240px 240px 16px 16px; }
.portrait-frame::before { content: ""; position: absolute; z-index: -1; inset: -18px; border: 1px solid rgba(224,170,69,.45); border-radius: 260px 260px 22px 22px; }
.portrait-frame img { width: 100%; height: 660px; object-fit: cover; object-position: 50% 35%; border-radius: inherit; box-shadow: 0 30px 90px rgba(0,0,0,.38); filter: saturate(.86); }
.book-note { position: absolute; left: -70px; bottom: 30px; width: 245px; padding: 1.35rem 1.5rem; transform: rotate(-2deg); color: var(--wine-dark); background: var(--cream); box-shadow: 0 18px 55px rgba(0,0,0,.34); }
.book-note span, .book-note small { display: block; font-size: 0.55rem; letter-spacing: 0.15em; text-transform: uppercase; }
.book-note span { color: var(--plum); font-weight: 700; }
.book-note strong { display: block; margin: 0.55rem 0; font: 1.6rem/1.02 var(--serif); }
.book-note small { color: #7c6862; }
.scroll-cue { position: absolute; z-index: 4; bottom: 1.4rem; left: 50%; display: flex; align-items: center; gap: 0.8rem; transform: translateX(-50%); color: #bfaeb5; font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase; }
.scroll-cue b { color: var(--gold); font-size: 1rem; }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 8vw, 9rem); }
.section-label { color: var(--wine); font: 700 0.62rem var(--sans); letter-spacing: 0.2em; text-transform: uppercase; }
.matured { background: var(--paper); }
.matured-head { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 9vw; margin: 1.3rem 0 5rem; }
.matured-head h2, .book-copy h2, .framework h2, .legacy h2, .next h2, .follow h2, .chapters h2 { font-size: clamp(3rem, 5vw, 5.1rem); line-height: 1.02; }
.matured-head p { max-width: 550px; margin: 0; color: #654f4c; font: 1.08rem/1.75 var(--serif); }
.truth-grid { display: grid; grid-template-columns: 1fr 55px 1fr 55px 1fr; align-items: stretch; }
.truth-card { min-height: 275px; padding: 2.25rem; border: 1px solid var(--line); background: white; }
.truth-card-feature { color: white; border-color: var(--wine); background: var(--wine); box-shadow: 0 25px 70px rgba(80, 24, 54, 0.2); transform: translateY(-1rem); }
.truth-card > span { color: var(--gold); font-weight: 700; font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; }
.truth-card h3 { margin: 1.5rem 0 1rem; font: 2rem var(--serif); }
.truth-card p { margin: 0; color: #735f5a; line-height: 1.65; }
.truth-card-feature p { color: #e3cfd6; }
.truth-arrow { display: grid; place-items: center; color: var(--gold); font: 1.6rem var(--serif); }
.matured-statement { max-width: 900px; margin: 5rem auto 0; text-align: center; }
.matured-statement p { color: #876f68; font-size: 0.72rem; letter-spacing: 0.08em; line-height: 1.7; text-transform: uppercase; }
.matured-statement strong { display: block; color: var(--wine); font: 1.75rem/1.45 var(--serif); }

.book { display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: center; gap: 10vw; color: white; background: var(--wine-dark); }
.book-art { position: relative; width: min(420px, 35vw); min-height: 600px; perspective: 1000px; }
.book-cover { position: absolute; z-index: 2; inset: 0 20px 15px 27px; display: flex; flex-direction: column; justify-content: center; padding: 3.2rem; transform: rotateY(-5deg) rotateZ(-1deg); border: 1px solid rgba(224,170,69,.65); color: white; background: radial-gradient(circle at 20% 15%, #8c315c 0, transparent 35%), linear-gradient(145deg, #5a1738, #260b1e); box-shadow: 24px 28px 50px rgba(0,0,0,.35); }
.book-cover::before, .book-cover::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(224,170,69,.25); pointer-events: none; }
.book-cover::after { inset: 21px; }
.book-cover small { position: relative; z-index: 1; color: #e9ccd7; font-size: 0.55rem; letter-spacing: 0.18em; line-height: 1.7; }
.book-cover h2 { position: relative; z-index: 1; margin: 2.4rem 0; font-size: clamp(3.6rem, 5vw, 5.4rem); line-height: 0.85; }
.book-cover h2 em { color: var(--gold); }
.book-cover p { position: relative; z-index: 1; margin: 1rem 0 0; color: #e8d8de; font: 1rem/1.5 var(--serif); }
.cover-rule { width: 55px; height: 1px; background: var(--gold); }
.book-spine { position: absolute; z-index: 3; top: 5px; bottom: 25px; left: 0; width: 35px; display: flex; align-items: center; justify-content: center; color: #d6bdc6; background: #1e0716; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 0.55rem; letter-spacing: 0.18em; }
.book-shadow { position: absolute; z-index: 1; right: -30px; bottom: -25px; width: 85%; height: 60px; border-radius: 50%; background: rgba(0,0,0,.4); filter: blur(18px); }
.book-copy > p:not(.kicker) { max-width: 630px; color: #d9c6cd; font: 1.04rem/1.76 var(--serif); }
.text-link { display: inline-flex; gap: 0.5rem; margin-top: 1.7rem; padding-bottom: 0.35rem; color: var(--gold); border-bottom: 1px solid; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }

.framework { color: white; background: #1d0b12; }
.framework-heading { max-width: 770px; margin-bottom: 4.5rem; }
.framework-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.framework-list li { display: grid; grid-template-columns: 90px 1fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.framework-list li > span { color: var(--gold); font: italic 1.1rem var(--serif); }
.framework-list li div { display: grid; grid-template-columns: 0.55fr 1fr; gap: 4rem; align-items: start; }
.framework-list h3 { margin: 0; font: 2.4rem var(--serif); }
.framework-list p { max-width: 640px; margin: 0; color: #cbb8bf; line-height: 1.65; }

.legacy { display: grid; grid-template-columns: 1fr 0.9fr; gap: 8vw; background: #f1e4d9; }
.legacy-copy > p:not(.kicker):not(.authors) { max-width: 700px; color: #66514e; font: 1.02rem/1.75 var(--serif); }
.legacy .pullquote { margin: 2.5rem 0; padding: 1.5rem 0 1.5rem 1.5rem; border-left: 3px solid var(--gold); color: var(--wine); font: italic 1.5rem/1.45 var(--serif); }
.legacy .pullquote span { display: block; margin-bottom: .5rem; color: #7c6963; font: 700 .58rem var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.legacy .authors { margin: 2rem 0 0; color: var(--wine); font: italic 2.2rem var(--serif); }
.legacy-copy > small { color: #7c6963; font-size: 0.58rem; letter-spacing: 0.13em; text-transform: uppercase; }
.legacy-collage { position: relative; min-height: 760px; }
.photo { position: absolute; margin: 0; padding: 0.55rem 0.55rem 2.2rem; background: white; box-shadow: 0 18px 55px rgba(62,31,29,.18); }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo figcaption { position: absolute; bottom: 0.65rem; left: 0.7rem; color: #765e58; font: italic 0.8rem var(--serif); }
.photo-main { z-index: 3; top: 2rem; left: 13%; width: 60%; height: 550px; transform: rotate(2deg); }
.photo-main img { object-position: 50% 20%; }
.photo-old { z-index: 2; top: 0; right: -2%; width: 42%; height: 260px; transform: rotate(6deg); }
.photo-old img { object-position: center; }
.photo-race { z-index: 4; left: -2%; bottom: 0; width: 42%; height: 330px; transform: rotate(-5deg); }
.photo-race img { object-position: 50% 15%; }

.chapters { padding: 0 0 6rem; color: white; background: #251017; overflow: hidden; }
.chapters-head { padding-bottom: 4rem; }
.chapters-head p:last-child { max-width: 620px; color: #cbb6bd; font: 1rem/1.7 var(--serif); }
.photo-strip { display: grid; grid-template-columns: repeat(4, minmax(280px, 1fr)); gap: 1rem; padding: 0 clamp(1.2rem, 4vw, 4rem); overflow-x: auto; }
.photo-strip figure { position: relative; min-height: 490px; margin: 0; overflow: hidden; }
.photo-strip img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; transition: transform 0.45s; }
.photo-strip figure:first-child img { object-position: center; }
.photo-strip figure:hover img { transform: scale(1.035); }
.photo-strip figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(15,4,10,.88)); }
.photo-strip figcaption { position: absolute; z-index: 2; inset: auto 1.2rem 1.2rem; }
.photo-strip b, .photo-strip span { display: block; }
.photo-strip b { color: var(--gold); font: 1.4rem var(--serif); }
.photo-strip span { margin-top: 0.35rem; color: #ddcdd2; font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase; }

.next { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 10vw; background: var(--paper); }
.next-copy { padding-top: 2rem; }
.next-copy p { color: #66524e; font: 1.08rem/1.78 var(--serif); }

.follow { position: relative; min-height: 740px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 0; overflow: hidden; color: white; background: var(--wine-dark); }
.follow-image { position: absolute; inset: 0; }
.follow-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(27,5,17,.22), rgba(27,5,17,.55) 47%, rgba(27,5,17,.94) 70%); }
.follow-image img { width: 100%; height: 100%; object-fit: cover; }
.follow-card { position: relative; z-index: 2; grid-column: 2; max-width: 630px; padding: 3rem; background: rgba(49,11,34,.86); backdrop-filter: blur(10px); box-shadow: 0 25px 80px rgba(0,0,0,.3); }
.follow-card > p:not(.kicker) { color: #ddcbd1; font: 1rem/1.7 var(--serif); }
form { margin-top: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
form label { display: block; margin-bottom: 1rem; }
form label > span { display: block; margin-bottom: 0.45rem; color: #d7c4ca; font-size: 0.6rem; letter-spacing: 0.13em; text-transform: uppercase; }
input, select { width: 100%; min-height: 50px; padding: 0.7rem 0.85rem; border: 1px solid rgba(255,255,255,.28); border-radius: 0; outline: none; color: white; background: rgba(255,255,255,.08); }
input:focus, select:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(224,170,69,.18); }
select option { color: var(--ink); background: white; }
form .button { margin-top: 0.4rem; }
form > small { display: block; margin-top: 0.8rem; color: #ad969e; font-size: 0.62rem; }
.hidden-field { position: absolute; left: -10000px; }

footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem clamp(1.2rem, 5vw, 5rem); color: #dccbd1; background: #16070d; }
footer > p { margin: 0; font-size: 0.64rem; letter-spacing: 0.1em; }

.thanks-page { min-height: 100vh; display: grid; place-items: center; padding: 2rem; color: white; background: radial-gradient(circle at 20% 15%, #843057, transparent 35%), var(--wine-dark); }
.thanks-card { max-width: 760px; text-align: center; }
.thanks-card .brand-seal { margin: 0 auto 3rem; }
.thanks-card h1 { font-size: clamp(3.5rem, 8vw, 7rem); }
.thanks-card > p:not(.kicker) { margin: 2rem auto; color: #ddcbd1; font: 1.1rem/1.7 var(--serif); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 150px; }
  .hero-copy { max-width: 820px; }
  .hero-visual { width: min(520px, 78vw); justify-self: center; margin-top: 5rem; }
  .portrait-frame img { height: 680px; }
  .matured-head { grid-template-columns: 1fr; gap: 2rem; }
  .truth-grid { grid-template-columns: 1fr; gap: 1rem; }
  .truth-arrow { transform: rotate(90deg); }
  .truth-card-feature { transform: none; }
  .book { grid-template-columns: 1fr; }
  .book-art { width: min(420px, 85vw); margin: 0 auto; }
  .legacy { grid-template-columns: 1fr; }
  .legacy-collage { max-width: 700px; width: 100%; margin: 0 auto; }
}

@media (max-width: 760px) {
  .site-header { height: 74px; }
  .menu-button { display: block; }
  nav { position: absolute; inset: 74px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.2rem 1.4rem; background: rgba(43,10,29,.98); }
  nav.open { display: flex; }
  nav a { padding: 0.9rem; border-bottom: 1px solid rgba(255,255,255,.1); }
  nav .nav-cta { margin-top: 0.8rem; text-align: center; border: 1px solid rgba(255,255,255,.4); }
  .hero { padding: 120px 1.2rem 80px; }
  h1 { font-size: clamp(3.6rem, 17vw, 5.4rem); }
  .hero-lede { font-size: 1.08rem; }
  .hero-visual { width: 86vw; margin-top: 5.5rem; }
  .portrait-frame img { height: 560px; }
  .book-note { left: -4vw; }
  .scroll-cue { display: none; }
  .section { padding: 5rem 1.2rem; }
  .framework-list li { grid-template-columns: 50px 1fr; gap: 1rem; }
  .framework-list li div { grid-template-columns: 1fr; gap: 0.8rem; }
  .framework-list h3 { font-size: 2rem; }
  .book-art { min-height: 520px; }
  .book-cover { padding: 2.2rem; }
  .legacy-collage { min-height: 650px; }
  .photo-main { left: 12%; width: 74%; height: 480px; }
  .photo-old { right: 0; width: 46%; height: 220px; }
  .photo-race { left: 0; width: 47%; height: 280px; }
  .photo-strip { grid-template-columns: repeat(4, minmax(270px, 82vw)); }
  .next { grid-template-columns: 1fr; gap: 1.5rem; }
  .follow { min-height: 900px; display: block; padding: 5rem 1.2rem; }
  .follow-image::after { background: linear-gradient(rgba(27,5,17,.4), rgba(27,5,17,.93) 55%); }
  .follow-card { max-width: 100%; margin-top: 28vh; padding: 1.6rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  footer { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
