*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0a0a0a;--text: #d4d0c8;--text-dim: #8a8578;--gold: #c8a55a;--gold-dim: rgba(200, 165, 90, .15);--gold-glow: rgba(200, 165, 90, .06)}html{font-size:18px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg);color:var(--text);font-family:Cormorant Garamond,Georgia,serif;line-height:1.8;overflow-x:hidden}section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:12vh 2rem;position:relative}.content{max-width:680px;width:100%}.reveal{opacity:0;transform:translateY(28px);transition:opacity 1.4s cubic-bezier(.16,1,.3,1),transform 1.4s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.stagger .reveal:nth-child(2){transition-delay:.2s}.stagger .reveal:nth-child(3){transition-delay:.4s}.stagger .reveal:nth-child(4){transition-delay:.6s}.stagger .reveal:nth-child(5){transition-delay:.8s}.stagger .reveal:nth-child(6){transition-delay:1s}.stagger .reveal:nth-child(7){transition-delay:1.2s}.stagger .reveal:nth-child(8){transition-delay:1.4s}.stagger .reveal:nth-child(9){transition-delay:1.6s}.stagger .reveal:nth-child(10){transition-delay:1.8s}h1{font-weight:300;font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.2;color:var(--text);letter-spacing:-.01em;margin-bottom:.3em}h2{font-weight:300;font-size:clamp(1.6rem,3.5vw,2.4rem);line-height:1.3;color:var(--text);letter-spacing:-.005em;margin-bottom:1.5rem}p{font-size:1.15rem;font-weight:300;margin-bottom:1.6rem;color:var(--text)}p:last-child{margin-bottom:0}.dim{color:var(--text-dim)}.gold{color:var(--gold)}.italic{font-style:italic}.emphasis{font-size:clamp(1.25rem,2.8vw,1.6rem);font-weight:400;line-height:1.5;color:var(--text);margin-bottom:1.8rem}.emphasis.gold-text{color:var(--gold)}.divider{width:60px;height:1px;background:var(--gold);opacity:.3;margin:0 auto 3rem}.divider-left{margin:0 0 3rem}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 2rem;position:relative}.hero-title{font-weight:300;font-size:clamp(2.4rem,6vw,4.2rem);line-height:1.15;color:var(--text);letter-spacing:-.02em;max-width:800px;margin-bottom:2.5rem}.hero-subtitle{font-weight:300;font-size:clamp(1.05rem,2vw,1.3rem);color:var(--text-dim);letter-spacing:.08em;text-transform:uppercase;font-style:normal}.scroll-cue{position:absolute;bottom:4vh;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.6rem;opacity:0;animation:fadeInCue 2s ease 2.5s forwards}.scroll-cue span{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-dim);opacity:.5}.scroll-cue .line{width:1px;height:30px;background:linear-gradient(to bottom,var(--gold),transparent);opacity:.3;animation:pulse 2.5s ease-in-out infinite}@keyframes fadeInCue{to{opacity:1}}@keyframes pulse{0%,to{opacity:.15}50%{opacity:.5}}.contrast-pair{display:flex;flex-direction:column;gap:.4rem;margin-bottom:2.5rem;padding-left:1.2rem;border-left:1px solid rgba(200,165,90,.2)}.contrast-pair p{margin-bottom:0;font-size:1.15rem}.pull-quote{font-size:clamp(1.35rem,3vw,1.85rem);font-weight:300;line-height:1.45;color:var(--gold);text-align:center;max-width:600px;margin:0 auto;padding:3rem 0;position:relative}.pull-quote:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:1px;background:var(--gold);opacity:.3}.pull-quote:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40px;height:1px;background:var(--gold);opacity:.3}.fork-container{display:flex;justify-content:center;gap:4rem;margin:2.5rem 0;position:relative}.fork-container:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:0;border-left:1px dashed rgba(200,165,90,.15)}.fork-path{text-align:center;max-width:240px}.fork-label{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:1rem;font-weight:400}.fork-label.reaction{color:var(--text-dim)}.fork-label.response{color:var(--gold)}.fork-path p{font-size:1rem;line-height:1.7}.spacer{height:25vh}.spacer-sm{height:12vh}.closing{text-align:center;padding:16vh 2rem}.closing .content{max-width:600px;margin:0 auto}.colophon{text-align:center;padding:6rem 2rem 4rem;border-top:1px solid rgba(200,165,90,.08)}.colophon p{font-size:.8rem;color:var(--text-dim);letter-spacing:.1em;text-transform:uppercase;opacity:.5}.colophon a{color:var(--gold);text-decoration:none;opacity:.6;transition:opacity .3s ease}.colophon a:hover{opacity:1}@media(max-width:640px){html{font-size:16px}section{padding:10vh 1.5rem}.fork-container{flex-direction:column;gap:2rem;align-items:center}.hero{padding:0 1.5rem}}
