/* QA hero framing correction — balanced fill, no tiny letterboxed visuals. */
.home-showcase-slide img,
.enhanced-hero-slide img,
.r6-hero-slide img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 52%!important;
  transform:none!important;
}

/* Keep the homepage visual readable rather than aggressively zoomed. */
body[data-page="home"] .home-showcase-slide img{
  object-position:center 50%!important;
}

/* Service heroes often carry the subject in the central/lower area. */
body[data-page="services"] .enhanced-hero-slide img,
body[data-service-slug] .enhanced-hero-slide img{
  object-position:center 55%!important;
}

@media (max-width:640px){
  .home-showcase-slide img,
  .enhanced-hero-slide img,
  .r6-hero-slide img{
    object-fit:cover!important;
    object-position:center 54%!important;
  }

  body[data-page="home"] .home-showcase-slide img{
    object-position:center 56%!important;
  }

  /* Prevent the old contain behaviour from creating a thin image strip. */
  .home-showcase-slide,
  .enhanced-hero-slide,
  .r6-hero-slide{
    background:#06101d!important;
  }
}
