.product-hero {
  padding-bottom: 3rem;
}

.product-hero-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.product-hero-copy h1 {
  font-size: clamp(2rem, 5vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 0.15rem;
}

@media (min-width: 860px) {
  .product-hero-grid {
    grid-template-columns: 1fr 1fr;
  }
}
