/* Reserve a separate badge area so NEW never covers the product photo. */
.nuxt-page-shell .home-content .product-feature-new {
  top: 12px !important;
  left: 12px !important;
  width: 44px !important;
  height: 44px !important;
}
.nuxt-page-shell .home-content .product-feature-new img {
  width: 44px !important;
  height: 44px !important;
}
.nuxt-page-shell .home-content .product-image:has(.product-feature-new) .product-art {
  top: 64px !important;
  bottom: 16px !important;
}

/* Keep the complete family image and its percentage-based hotspots on one stage. */
@media (min-width: 761px) {
  .nuxt-page-shell main .product-hero {
    display: flex !important;
    flex-direction: column !important;
    height: calc(100svh - 80px) !important;
    min-height: 0 !important;
    padding: 28px 0 16px !important;
    gap: 8px !important;
  }
  .nuxt-page-shell main .product-hero .hero-copy {
    position: relative !important;
    inset: auto !important;
    width: 87.5% !important;
    max-width: none !important;
    margin: 0 auto !important;
    flex: 0 0 auto;
  }
  .nuxt-page-shell main .product-hero .hero-copy h1 {
    font-size: clamp(30px, 3vw, 44px) !important;
    line-height: 1.15 !important;
  }
  .nuxt-page-shell main .product-hero .hero-copy p {
    width: min(880px, 100%) !important;
    margin-top: 16px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  .nuxt-page-shell main .product-lineup-stage {
    display: block !important;
    position: relative !important;
    width: min(92%, calc((100svh - 332px) * 2.12658)) !important;
    aspect-ratio: 1680 / 790 !important;
    min-height: 0 !important;
    flex: 0 1 auto !important;
    /* Follow the copy instead of pushing the image to the bottom of the hero. */
    margin: 0 auto !important;
  }
  .nuxt-page-shell main .product-lineup-stage :is(.industrial-lineup, .hotspots) {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
  }
  .nuxt-page-shell main .product-lineup-stage .industrial-lineup {
    object-fit: contain !important;
    object-position: center !important;
  }
}
