/* Hero video: preserve the approved composition and swap only the visual media. */
.tg-home .nilson-home-stage__visual--video {
  overflow: hidden;
  background: #02040b;
}

.tg-home .nilson-home-stage__visual--video iframe {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 177.7778vh;
  height: 100vh;
  min-width: 100vw;
  min-height: 56.25vw;
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* Keep the existing hero overlays above the video exactly as before. */
.tg-home .nilson-home-stage__visual--video::before,
.tg-home .nilson-home-stage__visual--video::after {
  z-index: 2;
}

@media (max-width: 820px) {
  .tg-home .nilson-home-stage__visual--video iframe {
    width: 177.7778vh;
    height: 100vh;
    min-width: 100vw;
    min-height: 56.25vw;
  }
}
