.hero-container{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:0;overflow:hidden}.hero-panel{position:relative;width:100%;height:100vh;aspect-ratio:auto;overflow:hidden;background:#000}.hero-image{width:100%;height:100%;object-fit:cover;animation:hero-kenburns 3s ease-in-out infinite alternate,hero-fade .6s ease}@keyframes hero-kenburns{0%{transform:scale(1)}100%{transform:scale(1.08)}}@keyframes hero-fade{from{opacity:0}to{opacity:1}}.hero-overlay{position:absolute;inset:0;background:linear-gradient( to top,rgba(5,10,20,.85) 0%,rgba(5,10,20,.35) 45%,rgba(5,10,20,.55) 100% )}.hero-text{position:absolute;left:5%;bottom:12%;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem;max-width:90%}.hero-text h2{font-family:var(--font-title);font-size:clamp(2rem,4vw,3.2rem);font-weight:700;letter-spacing:.04rem;color:#fff;line-height:1.2}.carousel-dots{position:absolute;right:5%;bottom:8%;z-index:2;display:flex;gap:.5rem}.carousel-dots .dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.35);cursor:pointer;transition:background .3s ease,transform .3s ease}.carousel-dots .dot.active{background:var(--color-accent);transform:scale(1.3)}@media(max-width:720px){.hero-panel{height:100vh;aspect-ratio:unset}.hero-text{bottom:15%}}