*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#e0e0e0;background:#0a0a0a;font-family:Inter,sans-serif;overflow-x:hidden}#scene{z-index:0;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0}main{z-index:1;position:relative}#hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 32px;display:flex}.wordmark{letter-spacing:18px;color:#d4d4d4;margin-bottom:32px;font-size:56px;font-weight:300}.descriptor{color:#888;letter-spacing:.5px;font-size:20px;font-weight:400}.scroll-indicator{flex-direction:column;align-items:center;display:flex;position:absolute;bottom:48px}.scroll-line{background:linear-gradient(#0000,#c05878,#0000);width:1px;height:40px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.2;height:40px}50%{opacity:.6;height:50px}}.typewriter-text{color:#aaa}.typewriter-cursor{color:#9a4070;margin-left:1px;font-weight:300;animation:.8s step-end infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}#domains{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:100px 32px;display:flex}.positioning{color:#999;text-align:center;max-width:750px;margin-bottom:64px;font-size:22px;font-weight:400;line-height:1.8}.domain-grid{flex-direction:column;gap:48px;width:100%;max-width:750px;display:flex}.domain-full{text-align:center;width:100%;max-width:720px;margin-top:48px}.domain-full .domain-desc{max-width:400px;margin:0 auto}.domain-label{letter-spacing:3px;color:#9a4070;cursor:default;margin-bottom:14px;font-family:Space Mono,monospace;font-size:16px;font-weight:400;display:inline-block;position:relative}.domain-label:after{content:"";background:#9a407080;width:0;height:1px;transition:width .3s;position:absolute;bottom:-3px;left:0}.domain:hover .domain-label:after{width:100%}.domain-desc{color:#999;font-size:17px;font-weight:400;line-height:1.7}#footer{text-align:center;padding:100px 32px}.address{letter-spacing:3px;color:#888;font-size:13px;font-style:normal;font-weight:400;line-height:2.4}.copyright{color:#555;letter-spacing:1px;margin-top:40px;font-size:11px}.privacy-note{color:#444;letter-spacing:.5px;margin-top:8px;font-size:10px}.reveal{opacity:0;transition:opacity .5s,transform .5s;transition-delay:var(--delay,0s)}.reveal-up{transform:translateY(12px)}.reveal.visible{opacity:1;transform:translateY(0)}#hero .reveal{opacity:0;transform:translateY(15px)}#hero .reveal.visible{opacity:1;transform:translateY(0)}@media (width<=768px){.wordmark{letter-spacing:10px;font-size:36px}.descriptor{font-size:17px}.positioning{font-size:18px}.domain-grid{gap:36px}.domain-label{font-size:14px}.domain-desc{font-size:15px}#domains{padding:80px 24px}.domain-full{max-width:400px}.domain-full .domain-desc{max-width:100%}#footer{padding:60px 24px}}
