.hero-slider{overflow:hidden}.hero-slides{position:relative;overflow:hidden}.hero-slides:after{content:"";position:absolute;width:clamp(180px,26vw,430px);aspect-ratio:1;right:12%;top:23%;border:1px solid rgba(190,146,67,.38);border-radius:50%;pointer-events:none;animation:hero-ripple 4.4s ease-out infinite}.hero-slide{position:absolute!important;inset:0;width:100%!important;height:100%!important;object-fit:cover;opacity:0;transform:scale(1.06);transition:opacity .8s ease,transform 6s ease!important;animation:none!important}.hero-slide.is-active{opacity:1;transform:scale(1)}.hero-sound-toggle{position:absolute;z-index:3;right:28px;bottom:28px;border:1px solid rgba(255,255,255,.7);background:rgba(36,50,61,.75);color:#fff;padding:9px 12px;font:700 10px var(--sans);letter-spacing:.09em;text-transform:uppercase;cursor:pointer;backdrop-filter:blur(6px);opacity:0;transition:opacity .3s ease,background .2s ease}.hero-video.is-active~.hero-sound-toggle{opacity:1}.hero-sound-toggle:hover{background:var(--ink)}.hero-note{bottom:94px;display:flex;align-items:center;gap:14px;width:min(360px,30vw)}.hero-note p{margin:0}.hero-dots{display:flex;gap:8px;margin-left:auto}.hero-dots button{width:24px;height:3px;border:0;background:#c8c0b4;padding:0;cursor:pointer;transition:background .25s ease,width .25s ease}.hero-dots button.is-active{width:42px;background:var(--gold,#bc913f)}@keyframes hero-ripple{0%{transform:scale(.78);opacity:.7}75%,100%{transform:scale(1.22);opacity:0}}@media(max-width:760px){.hero-slides:after{right:12%;top:17%;width:58vw}.hero-sound-toggle{right:16px;bottom:16px}.hero-note{bottom:76px;flex-wrap:wrap;width:210px}.hero-dots{margin-left:0;width:100%}}@media(prefers-reduced-motion:reduce){.hero-slide{transition:none!important}.hero-slides:after{animation:none}}
