:root {
  --ink: #24251f;
  --moss: #1f2b18;
  --moss-soft: #33422a;
  --paper: #f7f4eb;
  --white: #fffdf8;
  --brass: #d8bd77;
  --kimchi: #b64e1f;
  --line: rgba(31, 43, 24, 0.18);
  --shadow: 0 24px 80px rgba(18, 22, 14, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
main, header, footer, section { max-width: 100%; }
@supports (overflow: clip) { html, body { overflow-x: clip; } }
img, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--kimchi); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; padding: .8rem 1rem; background: var(--white); color: var(--moss); }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 40; display: flex; align-items: center; justify-content: space-between; padding: 18px clamp(20px, 5vw, 76px); color: var(--white); transition: background .25s, color .25s, padding .25s, box-shadow .25s; }
.site-header.is-scrolled { padding-top: 11px; padding-bottom: 11px; color: var(--moss); background: rgba(247, 244, 235, .92); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 13px 13px 5px 5px; font: 700 18px/1 var(--serif); }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy b { font-size: 13px; letter-spacing: .02em; }
.brand-copy small { margin-top: 4px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; opacity: .7; }
.header-buy { padding: 11px 18px; border: 1px solid currentColor; border-radius: 999px; font-size: 13px; font-weight: 700; text-decoration: none; }

.hero { min-height: 820px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr); align-items: center; gap: clamp(32px, 6vw, 100px); padding: 130px clamp(22px, 7vw, 110px) 86px; color: var(--white); background: var(--moss); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; min-width: 0; max-width: 740px; }
.eyebrow { margin: 0 0 18px; color: var(--kimchi); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero .eyebrow, .section-heading-light .eyebrow, .watch .eyebrow, .final-cta .eyebrow { color: var(--brass); }
h1, h2 { margin: 0; font-family: var(--serif); letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 760px; font-size: clamp(64px, 8vw, 132px); }
h1 em, h2 em { color: var(--brass); font-weight: 400; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: rgba(255, 253, 248, .76); font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); line-height: 1.4; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 58px; padding: 0 26px; border-radius: 4px; font-size: 15px; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--moss); background: var(--brass); box-shadow: 0 14px 40px rgba(216, 189, 119, .18); }
.button-accent { color: var(--white); background: var(--kimchi); box-shadow: 0 14px 40px rgba(182, 78, 31, .2); }
.text-link { color: inherit; font-size: 14px; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.text-link-light { color: var(--brass); }
.hero-proof { display: flex; gap: 30px; margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.64); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.hero-proof span { display: flex; align-items: baseline; gap: 8px; }
.hero-proof b { color: var(--white); font-family: var(--serif); font-size: 30px; letter-spacing: -.03em; }

.hero-visual { position: relative; min-height: 650px; }
.book-cover { position: absolute; z-index: 3; width: min(54%, 340px); margin: 0; top: 6%; left: 7%; transform: rotate(-6deg); filter: drop-shadow(0 34px 38px rgba(0,0,0,.35)); }
.book-cover img { border-radius: 2px; }
.hero-jar { position: absolute; z-index: 2; width: 74%; margin: 0; right: -10%; bottom: 5%; transform: rotate(2deg); }
.hero-jar img { aspect-ratio: 4/3; border-radius: 55% 45% 18px 18px; object-fit: cover; box-shadow: var(--shadow); }
.hero-jar figcaption { position: absolute; right: 4%; bottom: 5%; padding: 8px 12px; color: var(--white); background: rgba(31,43,24,.82); font: italic 13px var(--serif); }
.hero-note { position: absolute; left: 2%; bottom: 4%; z-index: 4; padding-left: 14px; border-left: 2px solid var(--brass); color: var(--brass); font: italic 16px/1.35 var(--serif); }
.culture-orbit { position: absolute; inset: 3% 0 auto 5%; width: 82%; aspect-ratio: 1; border: 1px solid rgba(216,189,119,.24); border-radius: 50%; animation: orbit 22s linear infinite; }
.culture-orbit::before, .culture-orbit::after, .culture-orbit i { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--brass); opacity: .7; }
.culture-orbit::before { top: 12%; left: 16%; }.culture-orbit::after { right: 7%; bottom: 23%; }
.culture-orbit i:nth-child(1) { left: 52%; top: -4px }.culture-orbit i:nth-child(2) { left: 4%; bottom: 27% }.culture-orbit i:nth-child(3) { right: 15%; top: 9% }.culture-orbit i:nth-child(4) { left: 38%; bottom: -4px }.culture-orbit i:nth-child(5) { width: 4px; height: 4px; left: 22%; top: 27% }.culture-orbit i:nth-child(6) { width: 5px; height: 5px; right: 20%; bottom: 36% }
@keyframes orbit { to { transform: rotate(360deg); } }

.proof-strip { display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; padding: 24px clamp(22px, 7vw, 110px); color: var(--white); background: var(--kimchi); }
.proof-strip p { margin: 0; font-size: 13px; }.proof-strip b { margin-right: 8px; font-family: var(--serif); font-size: 24px; }.proof-strip a { font-size: 13px; font-weight: 800; }
.section-pad { padding: clamp(80px, 10vw, 150px) clamp(22px, 7vw, 110px); }
.section-heading { max-width: 900px; }.section-heading h2 { font-size: clamp(46px, 6.2vw, 92px); color: var(--moss); }.section-heading > p:last-child { max-width: 650px; margin: 24px 0 0; color: rgba(36,37,31,.65); font-size: 18px; }
.section-heading-light h2 { color: var(--white); }

.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(40px, 8vw, 120px); margin-top: 70px; }
.manifesto { margin: 0; align-self: start; padding: 44px 0 44px 34px; border-left: 4px solid var(--kimchi); color: var(--moss); font: italic clamp(25px, 2.5vw, 38px)/1.45 var(--serif); }
.manifesto cite { display: block; margin-top: 28px; color: var(--kimchi); font: 700 12px/1.4 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.benefit-list article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid var(--line); }
.benefit-list article:last-child { border-bottom: 1px solid var(--line); }
.benefit-list span { color: var(--kimchi); font: italic 20px var(--serif); }.benefit-list h3 { margin: 0 0 7px; color: var(--moss); font: 700 24px var(--serif); }.benefit-list p { margin: 0; color: rgba(36,37,31,.65); }

.shelf { color: var(--white); background: var(--moss); }
.shelf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 66px; }
.shelf-card { position: relative; min-height: 540px; overflow: hidden; background: #11180d; }
.shelf-card-wide { grid-column: span 2; }
.shelf-card img { width: 100%; height: 100%; object-fit: cover; opacity: .84; transition: transform .7s ease, opacity .35s; }
.shelf-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(8,12,6,.92)); }
.shelf-card:hover img { transform: scale(1.025); opacity: 1; }
.shelf-card div { position: absolute; z-index: 2; inset: auto 28px 26px; }
.shelf-card span { color: var(--brass); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }.shelf-card h3 { margin: 7px 0; font: 700 clamp(28px, 3vw, 44px) var(--serif); }.shelf-card p { max-width: 560px; margin: 0; color: rgba(255,255,255,.7); }

.page-scroller { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 31vw); gap: 26px; margin-top: 66px; padding: 10px 0 28px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-color: var(--kimchi) rgba(31,43,24,.1); }
.page-card { margin: 0; scroll-snap-align: start; }.page-card img { width: 100%; border: 1px solid rgba(31,43,24,.12); box-shadow: 0 18px 45px rgba(31,43,24,.11); }.page-card figcaption { padding: 14px 4px; color: var(--moss); font: italic 15px var(--serif); }
.scroll-hint { margin: 18px 0 0; color: rgba(36,37,31,.55); font-size: 11px; letter-spacing: .16em; text-align: center; text-transform: uppercase; }

.watch { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 430px); gap: clamp(50px, 9vw, 130px); align-items: center; color: var(--white); background: var(--kimchi); }
.watch h2 { max-width: 760px; font-size: clamp(48px, 6vw, 86px); }.watch h2 em { color: #ffd9b8; }.watch-copy > p:not(.eyebrow) { max-width: 600px; margin: 28px 0; color: rgba(255,255,255,.75); font-size: 18px; }
.video-wrap { position: relative; width: min(100%, 390px); justify-self: center; }.video-wrap::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid rgba(255,255,255,.35); }.video-wrap video { position: relative; width: 100%; max-height: 720px; aspect-ratio: 9/16; object-fit: cover; background: var(--moss); box-shadow: 0 30px 70px rgba(72,20,5,.3); }

.contents { background: var(--white); }.chapter-list { max-width: 980px; margin: 66px 0 0 auto; }.chapter-list details { border-top: 1px solid var(--line); }.chapter-list details:last-child { border-bottom: 1px solid var(--line); }.chapter-list summary { display: grid; grid-template-columns: 60px 1fr auto; gap: 20px; align-items: center; padding: 26px 4px; cursor: pointer; list-style: none; }.chapter-list summary::-webkit-details-marker { display: none; }.chapter-list summary span { color: var(--kimchi); font: italic 24px var(--serif); }.chapter-list summary b { color: var(--moss); font: 700 clamp(20px,2.2vw,30px) var(--serif); }.chapter-list summary small { color: rgba(36,37,31,.5); }.chapter-list details p { max-width: 760px; margin: 0 0 26px 80px; color: rgba(36,37,31,.68); }.chapter-list details[open] { background: linear-gradient(90deg, transparent, rgba(216,189,119,.12)); }

.author { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr); gap: clamp(50px, 9vw, 130px); align-items: center; }.author-photo { margin: 0; position: relative; }.author-photo::after { content: ""; position: absolute; inset: 22px -22px -22px 22px; border: 1px solid var(--brass); z-index: -1; }.author-photo img { width: 100%; min-height: 430px; object-fit: cover; }.author-copy h2 { font-size: clamp(48px, 5vw, 78px); color: var(--moss); }.author-copy p:not(.eyebrow) { max-width: 680px; color: rgba(36,37,31,.7); font-size: 18px; }.author-copy a { display: inline-block; margin-top: 14px; color: var(--kimchi); font-weight: 800; }

.offer { color: var(--white); background: var(--moss); }.offer-card { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(40px, 8vw, 110px); align-items: center; max-width: 1120px; margin: 0 auto; }.offer-book { perspective: 1000px; }.offer-book img { width: min(100%, 420px); margin: auto; transform: rotateY(10deg) rotateZ(-2deg); filter: drop-shadow(0 30px 50px rgba(0,0,0,.35)); }.offer-copy h2 { font-size: clamp(50px, 5vw, 68px); }.offer-copy ul { margin: 30px 0; padding: 0; list-style: none; color: rgba(255,255,255,.72); }.offer-copy li { padding: 10px 0 10px 28px; border-bottom: 1px solid rgba(255,255,255,.12); position: relative; }.offer-copy li::before { content: "◆"; position: absolute; left: 0; color: var(--brass); font-size: 9px; }.price { display: flex; align-items: baseline; gap: 10px; margin: 22px 0; color: var(--brass); }.price span { font: 700 72px/1 var(--serif); }.price small { font-weight: 800; text-transform: uppercase; }.microcopy { color: rgba(255,255,255,.52); font-size: 12px; }.course-credit { display: grid; grid-template-columns: 190px 1fr; gap: 26px; max-width: 920px; margin: 70px auto 0; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }.course-credit span { color: var(--brass); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.course-credit p { margin: 0; color: rgba(255,255,255,.7); }

.faq-list { max-width: 900px; margin: 60px 0 0 auto; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; padding: 24px 50px 24px 0; color: var(--moss); cursor: pointer; list-style: none; font: 700 clamp(20px, 2vw, 27px) var(--serif); }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 19px; color: var(--kimchi); font: 300 30px var(--sans); }.faq-list details[open] summary::after { content: "−"; }.faq-list p { max-width: 740px; margin: -5px 0 26px; color: rgba(36,37,31,.68); }
.final-cta { color: var(--white); text-align: center; background: var(--kimchi); }.final-cta h2 { margin-bottom: 38px; font-size: clamp(54px,8vw,110px); }.final-cta h2 em { color: #ffd9b8; }

footer { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; padding: 30px clamp(22px, 7vw, 110px); color: rgba(255,255,255,.68); background: #12190f; font-size: 12px; }footer p { margin: 0; }footer > div { display: flex; gap: 18px; }.brand-footer { color: var(--white); }
.mobile-buy { display: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 120px; }.hero-visual { min-height: 600px; }.proof-strip { grid-template-columns: 1fr 1fr; }.proof-strip a { grid-column: span 2; }.intro-grid, .author { grid-template-columns: 1fr; }.shelf-grid { grid-template-columns: 1fr 1fr; }.shelf-card-wide { grid-column: span 2; }.watch { grid-template-columns: 1fr; }.video-wrap { width: min(70vw, 390px); }.offer-card { gap: 44px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 72px; }.site-header { padding: 14px 18px; }.brand-copy { display: none; }.header-buy { display: none; }.brand-mark { width: 38px; height: 38px; }
  .hero { min-height: auto; width: 100%; padding: 94px 20px 54px; gap: 30px; overflow: hidden; }.hero h1 { max-width: 100%; font-size: clamp(48px, 13.4vw, 58px); overflow-wrap: break-word; }.hero-lead { margin-top: 22px; font-size: 18px; line-height: 1.45; }.hero-actions { align-items: stretch; flex-direction: column; gap: 18px; margin-top: 28px; }.button { width: 100%; min-height: 56px; }.hero-proof { min-width: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 38px; }.hero-proof span { min-width: 0; display: grid; gap: 2px; font-size: 8px; overflow-wrap: anywhere; }.hero-proof b { font-size: 24px; }.hero-visual { width: 100%; max-width: 100%; min-height: 420px; overflow: hidden; contain: paint; }.culture-orbit { inset: 2% auto auto 7%; width: 86%; }.book-cover { width: 50%; top: 2%; left: 5%; }.hero-jar { width: 76%; right: -6%; bottom: 5%; }.hero-jar figcaption { right: 5%; max-width: 48%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.hero-note { left: 5%; bottom: 1%; max-width: 42%; font-size: 14px; }
  .proof-strip { grid-template-columns: 1fr; gap: 10px; padding: 20px; overflow: hidden; }.proof-strip p { min-width: 0; overflow-wrap: anywhere; }.proof-strip a { grid-column: auto; margin-top: 8px; }.section-pad { padding: 72px 20px; }.section-heading h2 { max-width: 100%; font-size: clamp(40px, 11.5vw, 46px); overflow-wrap: break-word; }.intro-grid { margin-top: 42px; }.manifesto { padding-left: 20px; font-size: 24px; }
  .shelf-grid { grid-template-columns: 1fr; }.shelf-card-wide { grid-column: auto; }.shelf-card { min-height: 410px; }.shelf-card div { inset: auto 22px 22px; }
  .page-scroller { display: flex; width: calc(100% + 20px); max-width: none; gap: 16px; margin-right: -20px; padding: 10px 20px 28px 0; overflow-x: auto; scroll-padding-inline: 0 20px; -webkit-overflow-scrolling: touch; }
  .page-card { flex: 0 0 min(82vw, 330px); min-width: 0; }
  .page-card img { width: 100%; height: auto; }
  .page-card figcaption { min-height: 48px; padding: 14px 2px 0; font-size: 16px; line-height: 1.3; overflow-wrap: anywhere; }
  .watch { padding-bottom: 84px; }.video-wrap { width: min(82vw, 350px); }.chapter-list { margin-top: 42px; }.chapter-list summary { grid-template-columns: 34px minmax(0, 1fr); gap: 14px; }.chapter-list summary small { grid-column: 2; }.chapter-list details p { margin-left: 0; }.author-photo::after { inset: 12px 0 -12px 12px; }.author-photo img { min-height: 290px; }.offer-card { grid-template-columns: 1fr; gap: 32px; }.offer-book img { width: min(48%, 220px); }.offer-copy h2 { font-size: 48px; }.price span { font-size: 64px; }.course-credit { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; padding: 34px 20px; }.mobile-buy { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: 10px; width: auto; max-width: calc(100% - 20px); display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 10px 10px 16px; color: var(--white); background: rgba(31,43,24,.96); border: 1px solid rgba(255,255,255,.14); border-radius: 8px; box-shadow: 0 16px 50px rgba(0,0,0,.3); backdrop-filter: blur(12px); transition: transform .25s; }.mobile-buy.is-hidden { transform: translateY(130%); }.mobile-buy span { display: grid; line-height: 1.1; }.mobile-buy b { font: 700 19px var(--serif); }.mobile-buy small { margin-top: 3px; color: rgba(255,255,255,.55); font-size: 9px; text-transform: uppercase; }.mobile-buy a { flex: 0 0 auto; padding: 10px 18px; color: var(--moss); background: var(--brass); border-radius: 4px; font-size: 12px; font-weight: 800; text-decoration: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.culture-orbit { animation: none; }.reveal { opacity: 1; transform: none; transition: none; }* { transition-duration: .01ms !important; }
}

.success-page { min-height: 100vh; color: var(--white); background: var(--moss); }
.success-shell { min-height: 100vh; display: grid; place-items: center; padding: clamp(24px, 6vw, 90px); background: radial-gradient(circle at 80% 12%, rgba(216,189,119,.18), transparent 32%), radial-gradient(circle at 12% 86%, rgba(182,78,31,.2), transparent 35%); }
.success-card { width: min(100%, 940px); padding: clamp(34px, 7vw, 90px); border: 1px solid rgba(255,255,255,.16); background: rgba(18,25,15,.72); box-shadow: var(--shadow); }
.success-mark { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 28px; border-radius: 50%; color: var(--moss); background: var(--brass); font-size: 26px; font-weight: 900; }
.success-card h1 { max-width: 820px; font-size: clamp(48px, 8vw, 92px); }
.success-lead { max-width: 760px; margin: 30px 0 0; color: rgba(255,255,255,.72); font: 20px/1.55 var(--serif); }
.success-next { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 40px; align-items: end; margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.16); }
.success-next span { color: var(--brass); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.success-next h2 { margin: 8px 0 12px; color: var(--white); font-size: clamp(30px, 4vw, 44px); line-height: 1.08; }
.success-next p { max-width: 620px; margin: 0; color: rgba(255,255,255,.64); }
.success-next .button { white-space: nowrap; }
.success-support { margin: 34px 0 0; color: rgba(255,255,255,.52); font-size: 13px; }
.success-support a { color: var(--brass); font-weight: 800; }

@media (max-width: 680px) {
  .success-page { padding-bottom: 0; }
  .success-shell { place-items: start stretch; padding: 14px; }
  .success-card { min-height: calc(100vh - 28px); padding: 34px 22px; }
  .success-card h1 { font-size: clamp(44px, 13vw, 58px); }
  .success-lead { font-size: 18px; }
  .success-next { grid-template-columns: 1fr; gap: 26px; margin-top: 36px; }
  .success-next .button { width: 100%; white-space: normal; text-align: center; }
}
