.hero-sound-toggle{position:absolute;left:26px;bottom:24px;z-index:4;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;padding:0;border:1px solid rgba(244,239,230,.38);border-radius:50%;background:rgba(12,15,18,.52);color:rgba(244,239,230,.82);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease;}
.hero-sound-toggle:hover,.hero-sound-toggle:focus-visible{background:rgba(12,15,18,.85);border-color:var(--gold-soft);outline:none;}
.hero-sound-toggle.is-playing{border-color:var(--gold-soft);color:var(--gold-soft);}
.hero-sound-icon{width:16px;height:16px;fill:currentColor;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.hero-sound-icon .hero-sound-wave,.hero-sound-icon .hero-sound-muted{fill:none;}
.hero-sound-icon .hero-sound-wave{display:none;}
.hero-sound-toggle.is-playing .hero-sound-wave{display:block;}
.hero-sound-toggle.is-playing .hero-sound-muted{display:none;}
.hero-sound-label{display:none;}
@media(max-width:700px){.hero-sound-toggle{left:14px;bottom:16px;width:42px;height:42px;}}
@media(prefers-reduced-motion:reduce){.hero-sound-toggle{display:none;}}
