:root{--bg-color: #030305;--text-color: #e5e5eb;--glow-color: rgba(200, 220, 255, .6);--accent-color: rgba(180, 210, 255, .9)}*{box-sizing:border-box;margin:0;padding:0}html{width:100%;background-color:var(--bg-color);color:var(--text-color);font-family:Inter,sans-serif;overscroll-behavior:none;overflow-x:hidden}body{touch-action:pan-y}#bg-canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none}#scroll-container{position:relative;z-index:1;width:100%;display:flex;flex-direction:column;align-items:center;touch-action:pan-y}.text-section{width:92%;max-width:1000px;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:3rem 1.5rem}.spacer{height:50vh}.intro-section{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0}.scroll-hint{margin-top:3.5rem;font-size:.9rem;font-weight:200;color:#e5e5eba6;letter-spacing:.15em;text-transform:lowercase;animation:pulse-hint 3s ease-in-out infinite}@keyframes pulse-hint{0%,to{opacity:.65;transform:translateY(0)}50%{opacity:.9;transform:translateY(5px)}}p.split-text{font-size:1.425rem;line-height:1.75;font-weight:200;margin-bottom:1.5rem;letter-spacing:.04em;text-shadow:0 0 10px rgba(255,255,255,.1);will-change:transform,opacity;max-width:72ch}p.emphasis{font-family:Playfair Display,serif;font-style:italic;font-size:2rem;color:var(--accent-color);text-shadow:0 0 15px var(--glow-color)}.char{display:inline-block;opacity:0;will-change:transform,opacity}.final-section{width:100%;min-height:80vh;display:flex;justify-content:center;align-items:center;padding-bottom:6vh}.links-container{display:flex;gap:3rem;flex-direction:row}.glow-link{position:relative;text-decoration:none;color:var(--text-color);font-size:1.25rem;font-weight:400;letter-spacing:.1em;padding:1rem 2rem;border:1px solid rgba(255,255,255,.1);border-radius:50px;transition:all .5s cubic-bezier(.4,0,.2,1);background:#ffffff05;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);overflow:hidden}.glow-link:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:var(--glow-color);box-shadow:0 0 40px 20px var(--glow-color);border-radius:50%;transform:translate(-50%,-50%);opacity:0;transition:all .5s ease-out;z-index:-1}.glow-link:hover,.glow-link:active{color:#fff;border-color:#fff6;text-shadow:0 0 8px rgba(255,255,255,.8);box-shadow:0 0 20px #c8dcff33,inset 0 0 15px #ffffff1a}.glow-link:hover:before,.glow-link:active:before{opacity:.15;width:100%;height:100%}@media(pointer:coarse){*{cursor:auto!important}}@media screen and (max-width:768px){p.split-text{font-size:1.15rem;line-height:1.7}p.emphasis{font-size:1.4rem}.text-section{padding:2rem 1.25rem}.links-container{flex-direction:column;gap:2rem}.glow-link{text-align:center;width:100%;padding:1rem 3rem}}@media screen and (max-width:375px){p.split-text{font-size:1.1rem;line-height:1.5}.text-section{padding:1rem}}
