.vf{position:relative;width:100%;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;background:var(--navy-deep);border:1px solid var(--line);box-shadow:var(--shadow)}.vf-cover,.vf iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.vf-cover{object-fit:cover}.vf-play{position:absolute;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0;border:0;cursor:pointer;background:linear-gradient(180deg,rgba(7,24,47,.18),rgba(7,24,47,.42));transition:background var(--dur-slow,.28s) var(--ease,ease)}.vf-play:hover,.vf-play:focus-visible{background:linear-gradient(180deg,rgba(7,24,47,.3),rgba(7,24,47,.55))}.vf-play:focus-visible{outline:3px solid var(--navy-accent);outline-offset:-4px}.vf-play-disc{width:76px;height:76px;border-radius:var(--pill);background:var(--gold);color:var(--navy-deep);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-gold);transition:transform var(--dur-slow,.28s) var(--ease,ease)}.vf-play-disc i{font-size:34px;margin-left:4px}.vf-play:hover .vf-play-disc,.vf-play:focus-visible .vf-play-disc{transform:scale(1.06)}@media(prefers-reduced-motion:reduce){.vf-play,.vf-play-disc{transition:none}.vf-play:hover .vf-play-disc,.vf-play:focus-visible .vf-play-disc{transform:none}}@media(max-width:640px){.vf-play-disc{width:60px;height:60px}.vf-play-disc i{font-size:26px}}