.hero-container{position:relative;width:100vw;margin-left:50%;transform:translateX(-50%);overflow:hidden;margin-top:0}.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:1rem;max-width:90%}.hero-text h2{font-size:clamp(1.8rem,4vw,3rem);letter-spacing:.08rem}.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:#00d9ff;transform:scale(1.3)}@media(max-width:720px){.hero-panel{aspect-ratio:4/5}.hero-text{bottom:15%}}