.hero-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-copy h1 {
  font-size: clamp(2.6rem, 8.35cqw, 4.25rem);
}

.hero-visual {
  min-width: 0;
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
