.watch-overlay { display: none; position: fixed; inset: 0; z-index: 9999; }
.watch-overlay.is-open { display: block; }
.watch-overlay__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.8); }
.watch-overlay__panel { position: relative; max-width: 960px; width: 92vw; margin: 6vh auto; background: transparent; border-radius: 8px; padding: 0; }
.watch-overlay__close { position: absolute; top: -44px; right: 0; font-size: 32px; line-height: 1; background: none; border: none; cursor: pointer; color: #fff; }
body.watch-overlay-active { overflow: hidden; }
.watch-content iframe,
.watch-content video { width: 100%; aspect-ratio: 16 / 9; border: none; display: block; border-radius: 8px; }
