/* Homepage hero trial: replace only the first equipment slide. */
body.home-hero-dome .hero-slide-equipment-a {
  background:
    linear-gradient(90deg, rgba(0, 43, 89, 0.94) 0%, rgba(0, 72, 150, 0.80) 38%, rgba(0, 72, 150, 0.28) 70%, rgba(0, 72, 150, 0.08) 100%),
    url("../images/homepage-hero-production-line-workers-tonbag-realistic-logo-v6-20260902.webp?v=20260902-home-hero-original-4") center center / cover no-repeat;
}

@media (max-width: 760px) {
  body.home-hero-dome .hero-slide-equipment-a {
    background-position: center center, 82% center;
  }
}
