@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--neon: #00ffc8;--neon-dim: rgba(0, 255, 200, .12);--text: #fff;--muted: rgba(255, 255, 255, .55);--bg: #000}html,body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);overscroll-behavior:none}.scene{height:100vh;width:100%}.stage{position:relative;height:100%;width:100%;overflow:hidden;background:var(--bg)}.layer{position:absolute;inset:0;will-change:transform,opacity;pointer-events:none}.layer--video{transform-origin:center;pointer-events:auto;overflow:hidden}.layer--video video{min-width:110%;min-height:110%;width:auto;height:auto;object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center center}.layer--parallax{opacity:.3;mix-blend-mode:screen;overflow:hidden}.layer--parallax img{min-width:120%;min-height:120%;width:auto;height:auto;object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center center}.layer--vignette{background:radial-gradient(ellipse 80% 50% at 50% 50%,transparent 10%,rgba(0,0,0,.9)),linear-gradient(to bottom,rgba(0,0,0,.6),transparent 35%,transparent 65%,rgba(0,0,0,.7))}.layer--grain{opacity:.03;mix-blend-mode:overlay;background:repeating-radial-gradient(circle at 17% 32%,rgba(255,255,255,.015) 0 1px,transparent 1px 3px);animation:grain 5s steps(6) infinite}@keyframes grain{0%,to{transform:translate(0)}33%{transform:translate(-1%,1%)}66%{transform:translate(1%,-1%)}}.layer--dust{opacity:.12}.dust{position:absolute;width:2px;height:2px;border-radius:50%;background:var(--neon);box-shadow:0 0 4px var(--neon);animation:float 14s linear infinite}.d1{left:15%;top:70%;animation-duration:16s}.d2{left:30%;top:50%;animation-duration:18s;animation-delay:3s}.d3{left:50%;top:80%;animation-duration:15s;animation-delay:1s}.d4{left:70%;top:60%;animation-duration:17s;animation-delay:4s}.d5{left:85%;top:75%;animation-duration:14s;animation-delay:2s}.d6{left:92%;top:45%;animation-duration:19s;animation-delay:5s}@keyframes float{0%{opacity:0;transform:translateY(0)}10%{opacity:.5}90%{opacity:.3}to{opacity:0;transform:translateY(-150px) translate(-10px)}}.layer--zones{pointer-events:none}.zone{position:absolute;border:1px solid rgba(0,255,200,.08);opacity:0;border-radius:8px}.zone--left{left:5%;top:30%;width:100px;height:180px}.zone--right{right:5%;top:30%;width:100px;height:180px}.zone--floor{left:50%;bottom:50px;transform:translate(-50%);width:250px;height:55px;border-radius:30px}.hud{position:absolute;inset:0}.hud__corner{position:absolute;width:35px;height:35px;opacity:.4}.hud__corner--tl{top:20px;left:20px}.hud__corner--tr{top:20px;right:20px;transform:scaleX(-1)}.hud__corner--bl{bottom:20px;left:20px;transform:scaleY(-1)}.hud__corner--br{bottom:20px;right:20px;transform:scale(-1)}.hud-path{stroke:var(--neon);stroke-width:1;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100;animation:draw 2s ease-out forwards}@keyframes draw{to{stroke-dashoffset:0}}.hud__title{position:absolute;top:35px;left:50px;text-transform:uppercase}.hud__eyebrow{display:flex;align-items:center;gap:8px;font-size:10px;letter-spacing:.2em;color:var(--muted);font-weight:300}.hud__eyebrow-marker{width:12px;height:1px;background:var(--neon);opacity:.5}.hud__headline{margin-top:4px;font-family:Bebas Neue,sans-serif;font-size:clamp(24px,3.5vw,44px);line-height:.95;letter-spacing:.03em;color:var(--text)}.hud__headline-main{color:var(--text)}.hud__headline-sub{opacity:.3;margin:0 4px}.hud__progress{position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.hud__progress-track{width:80px;height:1px;background:#ffffff1a;overflow:hidden}.hud__progress-fill{width:0%;height:100%;background:var(--neon);transition:width .15s;opacity:.6}.hud__hint{position:absolute;left:50px;bottom:30px;display:flex;align-items:center;gap:8px;opacity:.35}.hud__hint-icon{width:14px;height:14px;color:var(--neon);animation:bounce 3s ease-in-out infinite}.hud__hint-icon svg{width:100%;height:100%}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.hud__hint-text{font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);font-weight:300}.exhibit{position:absolute;opacity:0;visibility:hidden;color:var(--text)}.exhibit--left{left:50px;top:50%;margin-top:-80px;width:380px;max-width:40vw}.exhibit--right{right:50px;top:50%;margin-top:-80px;text-align:right;width:380px;max-width:40vw}.exhibit--center{inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 20px}.exhibit--center .exhibit__title,.exhibit--center .exhibit__desc,.exhibit--center .exhibit__kicker{max-width:500px}.exhibit--bottom-left{left:50px;bottom:90px;width:380px;max-width:40vw}.exhibit--bottom-right{right:50px;bottom:90px;text-align:right;width:380px;max-width:40vw}.exhibit__kicker{display:inline-block;font-size:12px;letter-spacing:.15em;color:var(--neon);margin-bottom:12px;opacity:.7;font-weight:400}.exhibit__title{margin:0 0 16px;font-family:Bebas Neue,sans-serif;font-size:clamp(48px,8vw,90px);font-weight:400;line-height:.9;letter-spacing:.02em;text-transform:uppercase;color:var(--text);white-space:nowrap}.exhibit__desc{font-size:14px;line-height:1.7;color:var(--muted);font-weight:300;max-width:340px}.exhibit--right .exhibit__desc,.exhibit--bottom-right .exhibit__desc{margin-left:auto}.exhibit--center .exhibit__desc{margin:0 auto}@media(max-width:1024px){.exhibit--left,.exhibit--right,.exhibit--bottom-left,.exhibit--bottom-right{width:320px;max-width:45vw}.exhibit__title{font-size:clamp(40px,7vw,70px)}}@media(max-width:768px){.zone{display:none}.exhibit--left,.exhibit--right,.exhibit--bottom-left,.exhibit--bottom-right{inset:auto auto auto 24px;text-align:left;width:calc(100vw - 48px);max-width:none;margin-top:0}.exhibit--left,.exhibit--right{top:50%;margin-top:-60px}.exhibit--bottom-left,.exhibit--bottom-right{bottom:80px}.exhibit--center{padding:0 24px}.exhibit--center .exhibit__title,.exhibit--center .exhibit__desc,.exhibit--center .exhibit__kicker{max-width:100%}.exhibit__title{font-size:42px;white-space:normal}.exhibit__desc{font-size:13px;max-width:none}.exhibit--right .exhibit__desc,.exhibit--bottom-right .exhibit__desc{margin-left:0}}@media(max-width:480px){.hud__progress,.hud__corner{display:none}.exhibit__title{font-size:36px}.exhibit__desc{font-size:12px}.hud__title{left:24px;top:24px}.hud__hint{left:24px;bottom:24px}}
