/* V307 — desktop hero balance: keep product preview in its original position; move copy inward */
@media (min-width:1301px){
  .hero-experience .jp-hero-copy{
    transform:translateX(clamp(72px,5.4vw,108px))!important;
  }
}

@media (min-width:981px) and (max-width:1300px){
  .hero-experience .jp-hero-copy{
    transform:translateX(clamp(24px,3.2vw,44px))!important;
  }
}

@media (max-width:980px){
  .hero-experience .jp-hero-copy{
    transform:none!important;
  }
}
