body{overflow-x:hidden}
@media(max-width:560px){
  .hero{width:100%;max-width:100%;min-width:0;grid-template-columns:minmax(0,1fr);overflow:hidden}
  .hero h1{font-size:34px;line-height:1.02;overflow-wrap:anywhere}
  .hero-copy{width:100%;max-width:100%;min-width:0}
  .kicker{justify-content:center;font-size:9px;letter-spacing:.1em}
  .hero-copy>p{max-width:345px}
  .product-stage{width:100%;max-width:100%;min-width:0;height:390px;margin:0;transform:scale(.74);transform-origin:top center}
}
