/* R43 — keep the compact homepage footer on the bottom edge of tall desktop viewports */
@media (min-width:901px){
  body.home{min-height:100dvh;display:flex;flex-direction:column}
  .home .site-header{flex:0 0 auto}
  .home > main{flex:1 0 auto!important;width:100%;display:flex;flex-direction:column}
  .home .hero--live{flex:1 1 540px;min-height:540px}
  .home .home-services--compact,.home .threat-ticker{flex:0 0 auto}
  .home .site-footer{flex:0 0 auto;margin-top:0!important}
}
