@font-face { font-family: "DM Sans"; src: url("fonts/dm-sans-400.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("fonts/dm-sans-500.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("fonts/dm-sans-600.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Libre Caslon Display"; src: url("fonts/libre-caslon-display-400.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }

:root {
  --ink: #010f2c;
  --ink-soft: #0b1d3b;
  --paper: #f3ecdf;
  --paper-deep: #e8ddcb;
  --amber: #e99219;
  --muted: #677080;
  --line: rgba(1, 15, 44, .16);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.sr-only { position: absolute; 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; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 1.35rem clamp(1.25rem, 4vw, 4rem); color: var(--paper); transition: background .25s, padding .25s; }
.site-header.scrolled { background: rgba(1,15,44,.94); backdrop-filter: blur(12px); padding-block: .8rem; }
.wordmark { display: inline-flex; flex-direction: column; text-decoration: none; text-transform: uppercase; font-weight: 600; letter-spacing: .17em; line-height: .92; font-size: .86rem; }
.site-nav { display: flex; gap: clamp(1rem, 2.4vw, 2.4rem); font-size: .8rem; letter-spacing: .08em; }
.site-nav a { text-decoration: none; opacity: .84; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: 1; }
.site-nav a[aria-current="page"] { opacity: 1; text-decoration: underline; text-decoration-color: var(--amber); text-underline-offset: .45em; }
.menu-button { display: none; border: 0; background: transparent; padding: .5rem; }
.page-header { background: rgba(1,15,44,.96); }

.hero { min-height: 100svh; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .65fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); padding: 8rem max(5vw, calc((100vw - var(--max))/2)) 5rem; background: var(--ink); color: var(--paper); }
.hero::before { content: ""; position: absolute; width: 55vw; height: 55vw; left: -25vw; top: -28vw; border: 1px solid rgba(233,146,25,.22); border-radius: 50%; }
.hero-copy { max-width: 760px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1.25rem; text-transform: uppercase; letter-spacing: .17em; font-size: .72rem; font-weight: 600; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.04; text-wrap: balance; }
h1 { max-width: 13ch; font-size: clamp(3.25rem, 7vw, 7.2rem); }
h2 { font-size: clamp(2.55rem, 5vw, 5.25rem); }
h3 { font-size: clamp(2rem, 3.2vw, 3.25rem); }
.hero-intro { max-width: 630px; margin: 2rem 0 0; font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: rgba(243,236,223,.78); }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.25rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.2rem; padding: .75rem 1.25rem; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: .86rem; }
.button-primary { background: var(--amber); color: var(--ink); }
.button-light { background: var(--paper); color: var(--ink); }
.text-link { text-underline-offset: .3em; font-size: .9rem; }
.book-stage { position: relative; z-index: 2; justify-self: center; width: min(410px, 76vw); }
.book-stage img { position: relative; filter: drop-shadow(0 36px 36px rgba(0,0,0,.42)); }
.book-glow { position: absolute; inset: 18% -12% -3%; background: rgba(233,146,25,.25); filter: blur(60px); }
.hero-note { position: absolute; left: clamp(1.25rem,4vw,4rem); bottom: 1.8rem; margin: 0; color: rgba(243,236,223,.5); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }

.section-pad { padding: clamp(5.5rem, 10vw, 10rem) max(5vw, calc((100vw - var(--max))/2)); }
.statement { display: grid; grid-template-columns: 70px minmax(0, 1.3fr) minmax(260px, .7fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.section-number { margin: .5rem 0 0; font-size: .72rem; letter-spacing: .14em; color: var(--muted); }
.statement h2 { max-width: 12ch; }
.statement-copy { border-left: 1px solid var(--line); padding-left: 2rem; color: #344052; }
.statement-copy p:first-child { margin-top: 0; }

.book-section { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .65fr); gap: 1rem; background: var(--paper-deep); }
.book-panel, .method-card { padding: clamp(2rem, 5vw, 5rem); }
.book-panel { background: var(--ink); color: var(--paper); }
.book-panel h2 { font-size: clamp(3rem, 6vw, 6rem); }
.book-subtitle { margin: .6rem 0 2.5rem; color: var(--amber); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.book-copy { max-width: 700px; color: rgba(243,236,223,.8); }
.availability { max-width: 260px; color: rgba(243,236,223,.55); font-size: .75rem; }
.method-card { background: #fffaf1; display: flex; flex-direction: column; justify-content: space-between; }
.method-card h3 { max-width: 8ch; }
.method-line { width: 100%; height: 150px; margin: 2rem 0; border-left: 1px solid var(--amber); border-bottom: 1px solid var(--amber); border-radius: 0 0 0 100%; transform: skewX(-16deg); }
.small-copy { font-size: .84rem; color: var(--muted); }

.sean-section { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.portrait-placeholder { aspect-ratio: 4/5; display: grid; place-items: center; background: var(--ink-soft); color: var(--paper); font-family: var(--serif); font-size: clamp(5rem, 12vw, 10rem); }
.portrait-placeholder span { opacity: .12; }
.sean-copy h2 { margin-bottom: 2rem; }
.sean-copy p:not(.eyebrow) { max-width: 670px; color: #344052; }

.journey-section { background: #fffaf1; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); }
.journey-heading h2 { max-width: 9ch; }
.journey-card { align-self: end; padding: clamp(2rem, 4vw, 4rem); border: 1px solid var(--line); font-size: 1.08rem; }
.status-pill { display: inline-block; margin-top: 1.5rem; padding: .45rem .8rem; border: 1px solid var(--amber); border-radius: 999px; color: #8b5208; text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; }

.soon-section { min-height: 75svh; position: relative; display: grid; place-items: center; padding: 7rem 2rem; overflow: hidden; background: var(--ink); color: var(--paper); text-align: center; }
.soon-copy { position: relative; z-index: 1; max-width: 780px; }
.soon-copy h2 { margin-bottom: 2rem; }
.soon-copy p:not(.eyebrow) { max-width: 600px; margin-inline: auto; color: rgba(243,236,223,.68); }
.soon-line { position: absolute; width: 380px; height: 540px; border: 1px solid rgba(233,146,25,.38); border-radius: 52% 48% 34% 66%; transform: rotate(24deg); }

.page-hero { min-height: 86svh; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.65fr); align-items: center; gap: clamp(3rem,8vw,8rem); padding: 9rem max(5vw,calc((100vw - var(--max))/2)) 6rem; background: var(--ink); color: var(--paper); overflow: hidden; }
.page-hero-copy { max-width: 760px; position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(3.2rem,6vw,6.6rem); }
.page-hero-copy > p:last-child { max-width: 660px; font-size: clamp(1.05rem,1.5vw,1.3rem); color: rgba(243,236,223,.72); }
.book-page-hero .book-stage { width: min(310px,66vw); }
.reading-section { display: grid; grid-template-columns: minmax(260px,.8fr) minmax(0,1.2fr); gap: clamp(3rem,9vw,10rem); }
.reading-lead h2 { max-width: 10ch; }
.prose { max-width: 720px; color: #344052; font-size: clamp(1rem,1.2vw,1.12rem); }
.prose p:first-child { margin-top: 0; }
.prose p + p { margin-top: 1.4rem; }
.dark-link { display: inline-block; margin-top: 1.5rem; color: var(--ink); }

.principles-grid { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 1px; background: var(--line); padding-block: 0; }
.principles-intro, .principle { background: #fffaf1; padding: clamp(2rem,4vw,4rem); }
.principles-intro h2 { font-size: clamp(2.6rem,4vw,4.5rem); }
.principle span { color: #9a650f; font-size: .68rem; letter-spacing: .14em; }
.principle h3 { margin: 3.5rem 0 1rem; font-size: clamp(1.8rem,2.6vw,2.7rem); }
.principle p { color: var(--muted); font-size: .9rem; }
.prime-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,8vw,8rem); background: var(--paper-deep); }
.prime-section h2 { max-width: 10ch; }
.purchase-section, .soft-cta { padding: clamp(6rem,10vw,10rem) 2rem; text-align: center; background: var(--ink); color: var(--paper); }
.purchase-section > div, .soft-cta > div { max-width: 780px; margin-inline: auto; }
.purchase-section p, .soft-cta p { color: rgba(243,236,223,.68); }
.purchase-section .button, .soft-cta .button { margin-top: 1.5rem; }

.about-page-hero { background: linear-gradient(110deg,var(--ink) 0 66%,var(--ink-soft) 66%); }
.hero-portrait { width: min(390px,70vw); justify-self: center; }
.quote-section { padding: clamp(6rem,12vw,12rem) max(5vw,calc((100vw - var(--max))/2)); background: var(--ink-soft); color: var(--paper); }
.quote-section blockquote { max-width: 1020px; margin: 0; font-family: var(--serif); font-size: clamp(2.6rem,5vw,5.2rem); line-height: 1.08; }

.journey-page-hero { position: relative; grid-template-columns: 1fr .7fr; }
.light-pill { color: var(--paper); border-color: rgba(233,146,25,.7); }
.journey-shape { justify-self: center; width: min(420px,70vw); aspect-ratio: 1; border: 1px solid rgba(233,146,25,.5); border-radius: 61% 39% 47% 53%; transform: rotate(21deg); box-shadow: inset 0 0 90px rgba(233,146,25,.05); }
.soft-cta { background: #fffaf1; color: var(--ink); }
.soft-cta p { color: var(--muted); }

.dark-page { background: var(--ink); }
.future-hero { min-height: 100svh; position: relative; overflow: hidden; display: grid; place-items: center; padding: 9rem 2rem 6rem; background: var(--ink); color: var(--paper); text-align: center; }
.future-copy { position: relative; z-index: 2; max-width: 900px; }
.future-copy h1 { max-width: 12ch; margin-inline: auto; font-size: clamp(3.6rem,8vw,8rem); }
.future-copy p:not(.eyebrow) { max-width: 620px; margin: 1.2rem auto; color: rgba(243,236,223,.68); font-size: 1.08rem; }
.future-copy .text-link { display: inline-block; margin-top: 2rem; }
.future-orbit { position: absolute; width: min(74vw,900px); aspect-ratio: 1.35; border: 1px solid rgba(233,146,25,.32); border-radius: 50%; transform: rotate(-18deg); }

.legal-hero { min-height: 46svh; display: flex; align-items: end; padding: 9rem max(5vw,calc((100vw - var(--max))/2)) 4rem; background: var(--ink); color: var(--paper); }
.legal-hero h1 { font-size: clamp(3.3rem,7vw,6.8rem); }
.legal-content { max-width: 900px; margin-inline: auto; }
.legal-content h2 { margin: 3.5rem 0 1rem; font-size: clamp(2rem,3.5vw,3.3rem); }
.legal-content h3 { margin: 2rem 0 .6rem; font-family: var(--sans); font-size: 1rem; font-weight: 600; }
.legal-content p, .legal-content li { color: #344052; }
.legal-content a { text-underline-offset: .2em; }
.legal-callout { margin: 2rem 0; padding: 1.5rem; border-left: 3px solid var(--amber); background: #fffaf1; }
.legal-table { width: 100%; border-collapse: collapse; margin: 2rem 0; font-size: .9rem; }
.legal-table th, .legal-table td { padding: .9rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { background: var(--paper-deep); }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 1rem; grid-column: 1/-1; font-size: .72rem; }
.cookie-notice { position: fixed; z-index: 50; right: 1rem; bottom: 1rem; width: min(430px,calc(100vw - 2rem)); padding: 1.25rem; border: 1px solid rgba(243,236,223,.18); background: #000b20; color: var(--paper); box-shadow: 0 20px 50px rgba(0,0,0,.32); }
.cookie-notice p { margin: 0 0 1rem; font-size: .8rem; color: rgba(243,236,223,.74); }
.cookie-notice-actions { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.cookie-notice a { font-size: .75rem; }
.cookie-notice button { border: 0; border-radius: 999px; padding: .6rem .95rem; background: var(--amber); color: var(--ink); font: 600 .75rem var(--sans); cursor: pointer; }

.site-footer { padding: 4rem max(5vw, calc((100vw - var(--max))/2)) 2rem; background: #000b20; color: var(--paper); display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.footer-mark { grid-row: span 2; align-self: start; font-size: 1.25rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.5rem; font-size: .8rem; }
.legal { grid-column: 1/-1; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(243,236,223,.14); color: rgba(243,236,223,.48); font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  .site-header { padding: 1rem 1.2rem; }
  .menu-button { display: grid; gap: 6px; color: inherit; }
  .menu-button span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; }
  .site-nav { display: none; position: absolute; inset: 100% 0 auto; flex-direction: column; padding: 1.5rem; background: var(--ink); }
  .site-nav.open { display: flex; }
  .hero, .page-hero { grid-template-columns: 1fr; padding-top: 8rem; text-align: left; }
  .book-stage { width: min(270px, 62vw); margin-top: 1rem; }
  .statement, .book-section, .sean-section, .journey-section, .reading-section, .prime-section { grid-template-columns: 1fr; }
  .principles-grid { grid-template-columns: 1fr; }
  .about-page-hero { background: var(--ink); }
  .statement-copy { border-left: 0; border-top: 1px solid var(--line); padding: 1.5rem 0 0; }
  .portrait-placeholder { max-width: 430px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-mark { grid-row: auto; }
}

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