@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Crimson+Text:ital,wght@0,400;0,600;1,400&display=swap";*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background-color:#020202;color:#eee;font-family:Crimson Text,serif;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Cinzel,serif;margin:0}.reader{min-height:100vh;background-color:#020202;position:relative}.reader-hero{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem 1.5rem;position:relative;background:radial-gradient(circle at center,transparent 0%,black 100%)}.reader-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.8}.reader-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000080,#000000b3,#020202);z-index:0}.reader-hero-inner{position:relative;z-index:1;max-width:64rem;width:100%}.reader-hero h1{font-size:clamp(3rem,8vw,6rem);font-weight:700;letter-spacing:-.02em;color:#fff;line-height:1;margin-bottom:2rem;text-shadow:0 4px 20px rgba(0,0,0,.8),0 2px 8px rgba(0,0,0,.9)}.divider{width:6rem;height:4px;background-color:#fffc;margin:2rem auto}.tagline{font-size:clamp(1.25rem,3vw,1.875rem);color:#fffffff2;font-weight:300;line-height:1.6;max-width:48rem;margin:0 auto;font-family:Crimson Text,serif;text-shadow:0 2px 10px rgba(0,0,0,.8),0 1px 4px rgba(0,0,0,.9)}.reader-scroll-hint{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;animation:bounce 2s infinite;z-index:10}.reader-scroll-hint span{color:#ffffff80;font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;margin-bottom:.75rem;font-family:system-ui,sans-serif;font-weight:300}.chevron-down{width:24px;height:24px;stroke:#ffffff80;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.reader-nav{position:fixed;right:2rem;top:50%;transform:translateY(-50%);z-index:50;display:flex;flex-direction:column;gap:.75rem}@media(max-width:1023px){.reader-nav{display:none}}.reader-nav-btn{background:transparent;border:none;cursor:pointer;padding:0;position:relative;display:flex;align-items:center;justify-content:center;width:16px;height:16px}.reader-nav-dot{width:12px;height:12px;border-radius:50%;background:#222;transition:all .3s ease}.reader-nav-btn:hover .reader-nav-dot{transform:scale(1.1);background:#8f8f8f}.reader-nav-btn.active .reader-nav-dot{background:#dedede;box-shadow:0 0 0 2px #fff3;transform:scale(1.25)}.reader-nav-tooltip{position:absolute;right:1.5rem;opacity:0;pointer-events:none;background-color:#060606;border:1px solid oklch(.25 0 0);padding:.25rem .75rem;border-radius:4px;color:#eee;font-size:.875rem;white-space:nowrap;transition:opacity .2s;font-family:system-ui,sans-serif}.reader-nav-btn:hover .reader-nav-tooltip{opacity:1}.reader-section{min-height:100vh;display:flex;flex-direction:column}.reader-scene-image{position:relative;height:60vh}@media(min-width:768px){.reader-scene-image{height:70vh}}.reader-scene-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.reader-scene-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#0003,#020202)}.reader-scene-image-title-wrapper{position:relative;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;max-width:64rem;margin:0 auto;width:100%}@media(min-width:768px){.reader-scene-image-title-wrapper{padding:4rem}}.reader-scene-image h2{font-size:clamp(3rem,6vw,4.5rem);font-weight:700;color:#fff}.reader-scene-content{max-width:56rem;margin:0 auto;padding:4rem 1.5rem;width:100%}@media(min-width:768px){.reader-scene-content{padding:6rem 2rem}}.reader-scene-content h2{font-weight:700;margin-bottom:2.5rem;font-size:clamp(2rem,3.5vw,3.25rem)}.reader-scene-content h2.act-break{text-align:center}.reader-scene-content p{color:#ffffffe6;line-height:1.8;margin-bottom:1.75rem;font-size:1.125rem}@media(min-width:768px){.reader-scene-content p{font-size:1.25rem}}.empty-state{min-height:100vh;display:flex;align-items:center;justify-content:center;color:#8f8f8f;font-family:system-ui,sans-serif}
