/* Prevents flash of unstyled content before homepage_02.js runs.
   Embed in the page <head>. JS reveals via GSAP (inline styles override this). */
@media (min-width: 992px) {
  .overflow-clip {
    opacity: 0;
    visibility: hidden;
  }

  /* Room below the hero video: it shrinks to tile size here, before the grid arrives */
  [data-video-wrap],
  .home-header_section .home-header-gallery_container.cc-rel {
    margin-bottom: 8vh;
  }
}
