.sound-toggle{position:fixed;z-index:25;top:max(24px,calc(env(safe-area-inset-top) + 12px));right:max(4vw,calc(env(safe-area-inset-right) + 12px));display:grid;place-items:center;width:44px;height:44px;padding:10px;border:1px solid #92a69a88;border-radius:50%;background:#030805e8;color:var(--white);cursor:pointer;backdrop-filter:blur(8px);transition:color .18s ease,border-color .18s ease,transform .18s ease}
.sound-toggle[hidden]{display:none}
.sound-toggle svg{display:block;width:20px;height:20px;pointer-events:none}
.sound-toggle:hover,.sound-toggle[aria-pressed="true"]{color:var(--acid);border-color:#baffd980}
.sound-toggle:active{transform:scale(.94)}
.sound-toggle .sound-waves{display:none}
.sound-toggle[aria-pressed="true"] .sound-waves{display:inline}
.sound-toggle[aria-pressed="true"] .sound-slash{display:none}
.sound-toggle>span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.sound-native{position:fixed;z-index:25;top:110px;right:4%;width:min(280px,calc(100vw - 32px));height:40px}
.hero-heading .location{margin-right:64px}
@media(max-width:1000px){.sound-toggle{top:max(96px,calc(env(safe-area-inset-top) + 12px))}}
@media(max-width:700px){.sound-toggle{right:max(18px,calc(env(safe-area-inset-right) + 12px))}.sound-native{top:140px;right:18px}}
@media(prefers-reduced-motion:reduce){.sound-toggle{transition:none}}
