.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.8s ease-in-out;z-index:1;will-change:opacity}.hero-slide.active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center 25%}.hero-slide.active img{animation:ken-burns 9s ease-out both}@keyframes ken-burns{0%{transform:scale(1.04)}to{transform:scale(1.12)}}.hero-vignette-top{inset:0 0 auto;height:45%;background:linear-gradient(180deg,rgba(0,0,0,.55) 0,rgba(0,0,0,.2) 50%,transparent)}.hero-vignette-bottom,.hero-vignette-top{position:absolute;z-index:2;pointer-events:none}.hero-vignette-bottom{inset:auto 0 0;height:80%;background:linear-gradient(0deg,rgba(0,0,0,.82) 0,rgba(0,0,0,.5) 35%,rgba(0,0,0,.18) 65%,transparent)}.hero-ornament{display:flex;align-items:center;gap:10px}.hero-ornament:after,.hero-ornament:before{content:"";display:block;width:28px;height:1px;background:var(--gold,#c9a96e);opacity:.5}.hero-ornament-diamond{font-size:.4rem;color:var(--gold,#c9a96e);opacity:.65;letter-spacing:0;line-height:1}.hero-dot{display:block;width:3px;height:3px;background:rgba(255,255,255,.35);transform:rotate(45deg);border:none;padding:0;cursor:pointer;flex-shrink:0;transition:background-color .4s ease,transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease}.hero-dot.active{background:var(--gold,#c9a96e);transform:rotate(45deg) scale(1.5);box-shadow:0 0 5px rgba(201,169,110,.55)}.scroll-hint{position:absolute;bottom:5.5rem;left:50%;transform:translateX(-50%);width:1px;height:44px;z-index:10;pointer-events:none;overflow:hidden}.scroll-hint:after{content:"";display:block;width:1px;height:100%;background:linear-gradient(180deg,transparent,rgba(255,255,255,.5));animation:scroll-fall 2.4s ease-in-out infinite;animation-delay:2.2s}@keyframes scroll-fall{0%{transform:translateY(-100%);opacity:0}20%{opacity:1}85%{opacity:.35}to{transform:translateY(100%);opacity:0}}