.hero,.home-container{width:100vw;background-color:var(--background)}.hero{position:relative;height:100vh;min-height:100vh;color:var(--foreground);overflow:hidden;flex-shrink:0}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-image img{width:100%;height:100%;object-fit:cover;opacity:1}.hero-content{position:relative;z-index:1}.hero-branding{position:absolute!important;bottom:0!important;left:0!important;padding:1.5rem!important;z-index:99999!important;background-color:transparent!important;border-radius:8px!important;opacity:1!important;transform:translateY(0)!important;min-width:300px!important;min-height:100px!important;display:block!important;visibility:visible!important;pointer-events:auto!important;margin:0!important;border:none!important}.hero-logo{font-size:clamp(3rem,2rem + 8vw,8rem);margin:0 0 1rem;line-height:.9;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.5)}.hero-logo,.hero-tagline{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:200;color:#ffffff!important;opacity:1!important;visibility:visible!important;display:block!important}.hero-tagline{font-size:10px;margin:0;line-height:1.4;text-shadow:0 1px 2px rgba(0,0,0,.5)}.hero-link{position:absolute;bottom:1.5rem;right:1.5rem;z-index:2}.preloader-overlay{left:0;width:100vw;overflow:hidden;z-index:10000000;background-color:var(--background-200);pointer-events:none}.preloader-overlay,.progress-bar{position:fixed;top:0;height:100svh}.progress-bar{right:0;width:2px;background-color:var(--foreground);display:flex;transform-origin:bottom;transform:scaleY(0)}.preloader-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.preloader-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;color:var(--foreground);animation:preloaderPulse 3s ease-in-out infinite}@keyframes preloaderPulse{0%,to{opacity:.4}50%{opacity:1}}.percentage-counter{position:absolute;bottom:1.5rem;left:1.5rem;z-index:2}.percentage-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:400;color:var(--foreground);opacity:.6}.scroll-indicator{position:absolute;bottom:2rem;right:2rem;z-index:2;opacity:.6;animation:opacityPulse 3s ease-in-out infinite}.scroll-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:200;letter-spacing:.1em;color:var(--foreground)}@keyframes opacityPulse{0%,to{opacity:.6}50%{opacity:1}}@media (max-width:1000px){.hero{background-color:var(--background)}.hero-footer-col-lg,.hero-header-col-lg{display:none}.hero-header{top:40svh}.hero h3{font-size:clamp(2rem,1.5rem + 2.5vw,5rem)}.scroll-indicator{display:none}}