/* Campaign styling stays inside the home banner. */
body.home-screen #product-hero {
  isolation: isolate;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 36px;
  min-height: 560px;
  padding: 32px max(64px, calc((100% - 1500px) / 2)) 136px;
  background: radial-gradient(ellipse at 80% 25%, #0b97745e, transparent 56%), linear-gradient(130deg, #043c2e, #087454);
}
body.home-screen #product-hero::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 82%;
  height: 280px;
  top: 22px;
  left: 49%;
  border-radius: 65% 0 0 0;
  border-top: 62px solid #39d9ac63;
  box-shadow: 0 -2px 0 #83f1ce3d;
  transform: rotate(-16deg);
  pointer-events: none;
}
body.home-screen #product-hero::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  height: 152px;
  background: linear-gradient(180deg, transparent, var(--ink));
  pointer-events: none;
}
body.home-screen #product-hero .hero-copy { position: relative; z-index: 2; min-width: 0; }
body.home-screen #product-hero .hero-eyebrow { display: none; }
body.home-screen #product-hero h1,
body.home-screen #product-hero.has-product h1 {
  max-width: 720px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  font-weight: 750;
  line-height: 1.07;
  letter-spacing: -.045em;
  -webkit-line-clamp: 3;
  text-wrap: balance;
}
body.home-screen #product-hero .hero-title-line { display: block; }
body.home-screen #product-hero p {
  max-width: 650px;
  min-height: 48px;
  margin: 0 0 18px;
  color: #eafaf4;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-line-clamp: 3;
}
body.home-screen #product-hero .hero-price { margin: 0 0 18px; color: #fff; font-size: clamp(1.9rem, 2.5vw, 2.7rem); line-height: 1.1; }
body.home-screen #product-hero #hero-link { min-width: 220px; min-height: 52px; padding: 14px 32px; border: 0; border-radius: 12px; background: #00d995; color: #003a2b; font-size: 1rem; box-shadow: 0 10px 28px #002e2420; transition: background .18s, box-shadow .18s; }
body.home-screen #product-hero #hero-link:hover { background: #40efb5; box-shadow: 0 12px 30px #002e2440; }
body.home-screen #product-hero .hero-art { position: relative; width: 100%; height: 380px; justify-self: center; display: grid; place-items: center; overflow: visible; }
body.home-screen #product-hero .hero-art::before {
  content: '';
  position: absolute;
  inset: auto -5% -5px;
  height: 115px;
  border-radius: 50%;
  background: radial-gradient(ellipse, #004d3b80 8%, #20b38a 52%, #38c49cbd 100%);
  box-shadow: 0 30px 42px -24px #002f28aa, inset 0 1px 0 #63ddae6b;
  transform: rotate(-3deg);
}
body.home-screen #product-hero .hero-art img { position: relative; z-index: 1; display: block; width: 100%; height: 100%; max-width: none; padding: 0; border: 0; border-radius: 0; background: transparent; object-fit: contain; filter: drop-shadow(0 22px 15px #001f2866); animation: eh-hero-float 4s ease-in-out infinite; }
body.home-screen #product-hero[data-art="cable"] .hero-art img { width: 140%; height: 140%; max-height: none; }
body.home-screen #product-hero[data-art="cover"] .hero-art img { width: 96%; height: 96%; }
body.home-screen #product-hero:not(.has-prepared-art) .hero-art::before { opacity: .5; }
body.home-screen #product-hero:not(.has-prepared-art) .hero-art img { animation: none; filter: none; }
body.home-screen #product-hero .hero-controls { z-index: 3; }
body.home-screen #product-hero :is(#hero-previous, #hero-next) { top: 34%; }
body.home-screen #product-hero .hero-dots { bottom: 104px; }
body.home-screen #product-hero .hero-counter { bottom: 84px; }
body.home-screen #product-hero.is-hero-paused .hero-art img { animation-play-state: paused; }
@keyframes eh-hero-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-8px) rotate(1deg); }
}
@media (min-width: 1600px) {
  body.home-screen #product-hero { min-height: 625px; padding-top: 46px; }
  body.home-screen #product-hero .hero-art { height: 420px; }
}
@media (max-width: 900px) {
  body.home-screen #product-hero { gap: 20px; padding-inline: 56px; min-height: 510px; }
  body.home-screen #product-hero .hero-art { height: 280px; }
  body.home-screen #product-hero .hero-art::before { height: 86px; }
  body.home-screen #product-hero p { font-size: .9rem; }
  body.home-screen #product-hero #hero-link { min-width: 185px; }
}
@media (max-width: 600px) {
  body.home-screen #product-hero { grid-template-columns: minmax(0, 1fr); gap: 14px; min-height: 685px; padding: 20px 36px 136px; text-align: center; }
  body.home-screen #product-hero::before { top: 15px; left: 25%; width: 140%; height: 170px; border-top-width: 38px; }
  body.home-screen #product-hero .hero-art { grid-row: 1; width: min(285px, 100%); height: 220px; }
  body.home-screen #product-hero .hero-art::before { inset: auto -4% 0; height: 68px; }
  body.home-screen #product-hero[data-art="cable"] .hero-art img { width: 133%; height: 133%; }
  body.home-screen #product-hero .hero-copy { grid-row: 2; align-self: start; }
  body.home-screen #product-hero h1,
  body.home-screen #product-hero.has-product h1 { font-size: clamp(1.7rem, 7.2vw, 2.4rem); margin-bottom: 12px; }
  body.home-screen #product-hero p { min-height: 54px; margin-bottom: 12px; font-size: .8rem; line-height: 1.45; }
  body.home-screen #product-hero .hero-price { font-size: 1.95rem; margin-bottom: 14px; }
  body.home-screen #product-hero #hero-link { min-width: 190px; min-height: 46px; padding: 11px 22px; font-size: .93rem; }
  body.home-screen #product-hero :is(#hero-previous, #hero-next) { top: 16%; }
}
@media (prefers-reduced-motion: reduce) {
  body.home-screen #product-hero .hero-art img { animation: none; }
  body.home-screen #product-hero #hero-link { transition: none; }
}
