/* A slightly quieter display scale keeps the large type elegant without crowding the page. */
.hero h1,
.section-intro h2,
.khonner-copy h2,
.process-head h2,
.closing h2,
.contact-modal h2 {
  font-size: clamp(3rem, 5.9vw, 6.5rem);
}

.section-intro h2,
.khonner-copy h2,
.process-head h2 {
  font-size: clamp(2.5rem, 4.6vw, 5.25rem);
}

.closing h2 {
  font-size: clamp(3.7rem, 7.4vw, 7.65rem);
}

.contact-modal h2 {
  font-size: 51px;
}

@media (max-width: 450px) {
  .hero h1 { font-size: 2.9rem; }
  .section-intro h2,
  .khonner-copy h2,
  .process-head h2 { font-size: 2.45rem; }
}
