.hero-prototype-2 {
  grid-template-columns: 1fr;
  gap: 0;
  padding-bottom: 10px;
}

.hero-prototype-2 .hero-copy h1 {
  font-size: clamp(3.2rem, 7vw, 6rem);
  line-height: 0.9;
}

.focus-row-section {
  padding-top: 10px;
}

.focus-row-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.focus-card {
  padding-top: 0;
}

.focus-card h2 {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--accent);
}

.focus-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

@media (max-width: 980px) {
  .focus-row-grid {
    grid-template-columns: 1fr;
  }

  .hero-prototype-2 .hero-copy h1 {
    font-size: clamp(3rem, 11vw, 4.8rem);
  }
}
