/* T&S GROUP v2-6-26 — hubs use the exact public page shell */
body[data-page-key="services-hub"] .service-shell,
body[data-page-key="industries-hub"] .service-shell{
  width:var(--page-content-max,1500px)!important;
  max-width:calc(100vw - 48px)!important;
  margin-left:auto!important;margin-right:auto!important;
}
body[data-page-key="services-hub"] .services-select-head,
body[data-page-key="industries-hub"] .industries-select-head,
body[data-page-key="services-hub"] .services-hub-grid,
body[data-page-key="industries-hub"] .industries-hub-grid{
  width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;
}
@media (min-width:1021px) and (max-width:1599px){
  body[data-page-key="services-hub"] .service-shell,
  body[data-page-key="industries-hub"] .service-shell{width:calc(100vw - 300px)!important;max-width:1500px!important}
}
@media(max-width:700px){
  body[data-page-key="services-hub"] .service-shell,
  body[data-page-key="industries-hub"] .service-shell{width:calc(100% - 36px)!important;max-width:none!important}
}
/* Never expose a moving hero before the CMS-selected overlay has decoded. */
body[data-page-key="home"] .hero-media-stage:not(.hero-glass-ready) .hero-window-video--forward,
body[data-page-key="home"] .hero-media-stage:not(.hero-glass-ready) .hero-window-video--reverse{opacity:0!important;visibility:hidden!important}
body[data-page-key="home"] .hero-media-stage:not(.hero-glass-ready) .hero-window-poster{display:block!important;opacity:1!important;visibility:visible!important}
