/* Match primary page banners to the About page's desktop canvas. */
@media(min-width:1001px){
  .services-page .services-hero-grid,
  .industries-page .industries-hero-grid,
  .products-page .products-hero-grid{
    width:min(1375px,calc(100% - 64px));
    height:440px;
    min-height:440px;
    margin-inline:auto;
  }

  .services-page .services-hero,
  .industries-page .industries-hero{
    height:440px;
  }

  .services-page .services-hero-media,
  .industries-page .industries-hero-art,
  .products-page .products-hero-art{
    height:440px;
  }

  .services-page .services-hero-copy,
  .industries-page .industries-hero-copy,
  .products-page .products-hero-copy{
    padding-right:42px;
  }
}

@media(max-width:1000px){
  .services-page .services-hero-grid,
  .industries-page .industries-hero-grid,
  .products-page .products-hero-grid{
    width:min(100% - 40px,1375px);
    height:auto;
    min-height:0;
  }
}

@media(max-width:600px){
  .services-page .services-hero-grid,
  .industries-page .industries-hero-grid,
  .products-page .products-hero-grid{
    width:min(100% - 26px,1375px);
  }
}

/* Transparent hero artwork: show each complete cutout without a media backdrop. */
.services-page .services-hero-media,
.about-page .about-hero-image{background:transparent;overflow:visible}
.services-page .services-hero-media>img,
.about-page .about-hero-image>img{object-fit:contain;object-position:center;background:transparent;border-radius:0;box-shadow:none}
.services-page .services-hero-media:after{display:none}
.products-page .products-hero-art{background:transparent;overflow:visible}
.products-page .products-hero-art>img{object-fit:contain;object-position:center;background:transparent;border-radius:0;box-shadow:none}
.products-page .products-hero-art:before{display:none}
