:root{--green: #007c7a;--bg: #f4f4f4;--text: #111;--muted: #6f6f6f}[data-theme=dark]{--bg: #0e0e0e;--text: #f4f4f4;--muted: #9a9a9a}*{margin:0;padding:0;box-sizing:border-box}html{scroll-snap-type:y mandatory;scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body:after{content:"";position:fixed;inset:0;z-index:-3;background:radial-gradient(800px 800px at 20% 15%,rgba(0,124,122,.14),transparent 65%),radial-gradient(600px 600px at 85% 30%,rgba(0,124,122,.08),transparent 70%)}.hero{min-height:100vh;padding:22vh 10vw;scroll-snap-align:center}.hero-logo--xl{width:clamp(260px,40vw,520px)}.hero-statement{margin-top:64px;font-size:20px;line-height:1.7;max-width:480px;color:var(--muted)}.chapter{width:100%;padding:22vh 10vw;scroll-snap-align:center}.chapter>*{max-width:960px}.chapter h2{font-size:clamp(36px,5vw,56px);line-height:1.15;max-width:22ch;margin-bottom:24px}.chapter p{max-width:720px;font-size:20px;line-height:1.75;color:var(--muted);margin-bottom:1.1em}.chapter p strong{color:var(--text);font-weight:600}.chapter-index{font-size:13px;letter-spacing:.3em;opacity:.4;margin-bottom:24px}.link-accent{color:var(--green);text-decoration:none}.link-accent:hover{text-decoration:underline}.reveal{opacity:0;transform:translateY(40px);transition:all .9s ease}.reveal.visible{opacity:1;transform:translateY(0)}.scroll-indicator{position:fixed;right:32px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:20}.scroll-indicator span{width:10px;height:10px;border-radius:50%;background:var(--muted);opacity:.35}.scroll-indicator span.active{background:var(--green);opacity:1;transform:scale(1.4)}.floating-controls{position:fixed;right:24px;bottom:24px;display:flex;flex-direction:column;gap:12px;z-index:30}.scroll-top,.theme-toggle{width:48px;height:48px;border-radius:50%;border:1px solid var(--muted);background:var(--bg);color:var(--text);font-size:18px;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .3s ease,background .25s ease,border-color .25s ease,color .25s ease}.scroll-top.visible,.theme-toggle{opacity:1;pointer-events:auto}.scroll-top:hover,.theme-toggle:hover{background:var(--green);border-color:var(--green);color:#fff}.cookie-notice{position:fixed;left:24px;right:24px;bottom:24px;max-width:420px;padding:16px 18px;background:var(--bg);color:var(--muted);font-size:14px;line-height:1.5;border:1px solid rgba(0,0,0,.08);border-radius:12px;z-index:100;box-shadow:0 8px 24px #0000000f}[data-theme=dark] .cookie-notice{border-color:#ffffff1f}.cookie-notice button{margin-top:12px;background:none;border:none;color:var(--green);font-size:14px;cursor:pointer}.cookie-notice button:hover{text-decoration:underline}@media(max-width:768px){html{scroll-snap-type:none}.scroll-indicator{display:none}.chapter h2{max-width:none}.hero,.chapter{padding:14vh 8vw}.hero-logo--xl{width:70vw}.cookie-notice{max-width:none}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}.subtle-note{margin-top:32px;max-width:640px;font-size:16px;line-height:1.6;color:var(--muted)}.subtle-note strong{color:var(--text);font-weight:600}
