@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@1,600&family=Golos+Text:wght@400;500;600&family=Reddit+Sans:wght@400;500;600;800;900&family=Unbounded:wght@400;500;600&display=swap");:root{--ink:#11110f;--ink-soft:#292925;--paper:#fff8e8;--paper-strong:#fffdf6;--hero-blue:#2457e6;--hero-blue-deep:#1532a5;--coral:#f04b3e;--coral-active:#d83c31;--mint:#79cfa6;--hairline:#ddd5c4;--white:#ffffff;--blue-line:#6e8df0;--display:"Unbounded","Arial Black",sans-serif;--text:"Golos Text",Arial,sans-serif;--radius:32px;--radius-round:50%;--ease-page:cubic-bezier(0.16,1,0.3,1);--duration-page:900ms;--header-height:72px;--page-pad:clamp(20px,4vw,64px);--v2-bg:#141414;--v2-bg-soft:#202020;--v2-blue:#2157e5;--v2-blue-bright:#3182f6;--v2-blue-deep:#1436a4;--v2-red:#d83237;--v2-red-active:#bb252c;--v2-cream:#fff7e5;--v2-gold:#ffd66b;--v2-cyan:#65dddc;--v2-hairline:#3b3b3b;--v2-display:"Reddit Sans",Arial,sans-serif;--v2-serif:"EB Garamond",Georgia,serif;--v2-radius:24px;--v2-pill:999px}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--text);-webkit-font-smoothing:antialiased}a{color:inherit}a,button{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--mint);outline-offset:4px}.site-header{min-height:var(--header-height);padding:0 var(--page-pad);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;background:var(--ink);color:var(--paper)}.brand,.header-actions a,.main-nav a{text-decoration:none}.brand{display:inline-flex;align-items:center;gap:11px;width:max-content;font-family:var(--display);font-size:14px;font-weight:500}.brand-mark{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--paper);border-radius:var(--radius-round);color:var(--coral)}.header-actions,.main-nav{display:flex;align-items:center;gap:clamp(18px,2.4vw,36px);font-size:14px}.header-actions a,.main-nav a{padding:14px 0}.header-actions a:hover,.main-nav a:hover{color:var(--mint)}.header-actions{justify-content:flex-end}.cart{min-height:44px;padding:8px 8px 8px 16px;display:inline-flex;align-items:center;gap:11px;border:1px solid var(--ink-soft);border-radius:var(--radius);background:transparent;color:var(--paper);font:inherit;cursor:pointer}.cart span{width:28px;height:28px;display:grid;place-items:center;border-radius:var(--radius-round);background:var(--paper);color:var(--ink)}.hero{min-height:calc(100svh - var(--header-height));display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr)}.hero-copy,.hero-stage{min-width:0}.hero-copy{padding:clamp(48px,7vh,88px) var(--page-pad) clamp(36px,5vh,64px);display:flex;flex-direction:column;justify-content:space-between;gap:56px;background:var(--paper)}.copy-top{max-width:670px}.eyebrow{margin:0 0 clamp(38px,7vh,72px);display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.eyebrow span{width:9px;height:9px;border-radius:var(--radius-round);background:var(--mint)}h1{max-width:13ch;margin:0;font-family:var(--display);font-size:clamp(42px,4.6vw,74px);font-weight:500;line-height:1.01;letter-spacing:-.045em;text-wrap:balance}.lede{max-width:48ch;margin:28px 0 0;color:var(--ink-soft);font-size:clamp(17px,1.25vw,20px);line-height:1.55}.hero-action{display:flex;align-items:flex-start;flex-direction:column;gap:12px}.primary-cta{min-height:58px;padding:15px 24px;display:inline-flex;align-items:center;justify-content:center;gap:18px;border-radius:var(--radius);background:var(--coral);color:var(--white);font-size:16px;font-weight:600;white-space:nowrap;text-decoration:none}.primary-cta:hover{background:var(--coral-active)}.hero-action p{max-width:25ch;margin:0;color:var(--ink-soft);font-size:13px;line-height:1.45}.hero-stage{position:relative;overflow:hidden;padding:clamp(26px,4vw,58px);display:flex;flex-direction:column;justify-content:center;gap:22px;background:linear-gradient(135deg,var(--hero-blue),var(--hero-blue-deep));color:var(--white)}.hero-stage:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,var(--blue-line) 1px,transparent 1px);background-size:24px 24px;opacity:.18;pointer-events:none}.book-reveal,.story-path,.trust-note{position:relative;z-index:1}.story-path{display:flex;align-items:center;gap:14px}.story-path>i{opacity:.55;font-style:normal}.path-step{display:flex;align-items:center;gap:8px;opacity:.62}.path-step span{font-family:var(--display);font-size:10px}.path-step b{font-size:13px;font-weight:500}.path-step.is-active{opacity:1}.book-reveal{width:100%;min-height:clamp(360px,55vh,610px);margin:0;overflow:hidden;border:1px solid var(--blue-line);border-radius:var(--radius);background:var(--hero-blue-deep);animation:page-reveal var(--duration-page) var(--ease-page) both}.book-reveal img{object-fit:cover}.book-reveal figcaption{position:absolute;inset:auto 0 0;padding:28px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;background:linear-gradient(transparent,var(--hero-blue-deep))}.book-reveal figcaption span{max-width:24ch;font-size:12px;line-height:1.4}.book-reveal figcaption strong{max-width:16ch;font-family:var(--display);font-size:clamp(15px,1.25vw,20px);font-weight:500;line-height:1.25;text-align:right}.trust-note{align-self:flex-end;display:flex;align-items:center;gap:12px}.trust-note>span{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:var(--radius-round);background:var(--mint);color:var(--ink);font-weight:600}.trust-note p{margin:0;font-size:12px;line-height:1.35}.trust-note strong{font-weight:600}.checkpoint{height:1px;background:var(--hairline)}@keyframes page-reveal{0%{clip-path:inset(0 100% 0 0 round var(--radius));transform:translateX(28px)}to{clip-path:inset(0 0 0 0 round var(--radius));transform:translateX(0)}}@media (max-width:1050px){.site-header{grid-template-columns:1fr auto}.main-nav{display:none}.hero{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr)}}@media (min-width:821px) and (max-width:1300px){.hero-action{align-items:center;flex-direction:row}.primary-cta{padding-inline:18px;font-size:14px}.hero-action p{max-width:17ch;font-size:11px}}@media (max-width:820px){:root{--header-height:64px}.site-header{gap:12px}.header-actions>a{display:none}.brand{font-size:12px}.brand-mark{width:32px;height:32px}.cart{min-height:40px;padding-left:13px;font-size:12px}.cart span{width:24px;height:24px}.hero{min-height:0;grid-template-columns:1fr}.hero-copy{min-height:0;padding-top:28px;padding-bottom:24px;gap:26px}.eyebrow{margin-bottom:22px;font-size:10px}h1{font-size:clamp(36px,10.5vw,52px)}.lede{margin-top:16px;font-size:16px;line-height:1.45}.hero-action{gap:12px}.primary-cta{width:100%;min-height:54px}.hero-stage{min-height:280px;padding-block:20px;gap:12px}.book-reveal{min-height:190px;height:190px}.book-reveal figcaption{padding:18px}.book-reveal figcaption span{display:none}.book-reveal figcaption strong{margin-left:auto}}@media (max-width:430px){.story-path{gap:8px}.story-path>i{font-size:12px}.path-step{gap:5px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.book-reveal,.primary-cta{animation:none}}