/* Hero viewport guard: prevents uncovered black strips on unusual viewport heights. */
html,body{overflow-x:clip;overflow-y:visible}
.video-sticky-container{height:100vh;height:100dvh;min-height:100svh;background:var(--bg-dark)}
.video-sequence{min-height:100vh;min-height:100dvh;padding:0!important;background:var(--bg-dark);overflow:visible}
#heroVideo{display:block;background:var(--bg-dark)}
@media (max-width:768px){
  .desktop-nav{display:none}
  .mobile-menu-toggle{display:inline-flex}
  header.mobile-open .desktop-nav{display:block}
}
