/* Muted, autoplay-in-view video block shared by the homepage and Services. */
.vf-frame{position:relative;max-width:1080px;margin:44px auto 0;aspect-ratio:16/9;border-radius:var(--rxl);overflow:hidden;background:#04060c;box-shadow:var(--brand-halo),0 30px 80px rgba(11,14,18,.16)}
.vf-frame video{display:block;width:100%;height:100%;object-fit:cover}
.vf-sound{position:absolute;right:16px;bottom:16px;min-height:44px;padding:0 18px;display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:rgba(4,6,12,.62);color:#fff;font:600 .85rem var(--ffb);cursor:pointer;backdrop-filter:blur(6px)}
.vf-sound[hidden]{display:none}
.vf-sound[aria-pressed="false"] .vf-wave{opacity:.35}
.vf-sound:hover{background:rgba(4,6,12,.8)}
.vf-sound:focus-visible{outline:3px solid var(--blue);outline-offset:3px}
@media(max-width:760px){.vf-frame{margin-top:28px;border-radius:var(--rl)}.vf-sound{right:8px;bottom:8px;width:44px;padding:0;justify-content:center}.vf-sound span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}}
