@keyframes logoReveal{0%{opacity:0;transform:translateY(15px);filter:blur(8px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes textReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes progressShift{0%{transform:translateX(-100%)}to{transform:translateX(400%)}}.splash-container{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#050505;overflow:hidden;z-index:9999;font-family:Lexend,sans-serif}.splash-noise{position:absolute;inset:0;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3%3Cfilter id='noiseFilter'%3%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3%3C/filter%3%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3%3C/svg%3");pointer-events:none}.splash-content-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;gap:3rem}.splash-logo-reveal{animation:logoReveal 1.4s cubic-bezier(.19,1,.22,1) forwards}.splash-logo-image-wrapper{position:relative;width:160px;height:160px;display:flex;align-items:center;justify-content:center}.splash-logo-image{width:100%;height:auto;filter:brightness(1.2) grayscale(.2)}.splash-text-reveal{text-align:center;display:flex;flex-direction:column;gap:.75rem}.splash-brand-text{font-family:Dream Avenue,serif;font-size:3.25rem;font-weight:400;color:#fff;line-height:1;letter-spacing:-.01em;margin:0;opacity:0;animation:textReveal 1s ease-out .8s forwards}.splash-tagline{font-size:.75rem;font-weight:400;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.4em;margin:0;opacity:0;animation:textReveal 1s ease-out 1.1s forwards}.splash-loading-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:1rem;opacity:0;animation:textReveal 1s ease-out 1.4s forwards}.splash-loading-bar-container{width:180px;height:1px;background:hsla(0,0%,100%,.1);overflow:hidden;position:relative}.splash-loading-bar{height:100%;background:#fff;transition:width .5s cubic-bezier(.4,0,.2,1);position:relative}.splash-loading-bar:after{content:"";position:absolute;top:0;left:0;width:40px;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.6),transparent);animation:progressShift 2s linear infinite}.splash-loading-text{font-size:.7rem;color:hsla(0,0%,100%,.25);font-weight:300;letter-spacing:.1em;margin:0;text-transform:lowercase}.splash-footer-text{position:absolute;bottom:4rem;font-size:.6rem;color:hsla(0,0%,100%,.1);text-transform:uppercase;letter-spacing:.25em;font-weight:500;opacity:0;animation:textReveal 1.2s ease-out 1.8s forwards}@media (max-width:480px){.splash-brand-text{font-size:2.5rem}}