.product-hero,.product-hero__media{position:relative;width:100%;background:#000027}.product-hero__media{aspect-ratio:16/9;overflow:hidden}.product-hero__media img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-hero__body{padding:1.5rem 1.5rem 2.25rem}@media (min-width:768px){.product-hero{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:min(560px,72vh)}.product-hero__media{aspect-ratio:auto;height:100%}.product-hero__media img{-o-object-position:60% 50%;object-position:60% 50%}.product-hero__body{display:flex;flex-direction:column;justify-content:center;padding:3rem clamp(1.5rem,4vw,4rem);max-width:40rem}@media (prefers-reduced-motion:no-preference){.product-hero__media img{animation:product-hero-breathe 22s ease-in-out infinite alternate}}}@keyframes product-hero-breathe{0%{transform:scale(1)}to{transform:scale(1.02)}}