/* Headline readability correction */
.hero h1,
.section h2,
.cta h2 {
  font-weight: 800;
  line-height: .94;
  letter-spacing: -.015em;
  word-spacing: .08em;
}

.section-head h2,
.booking-copy h2,
.faq h2 {
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.01em;
  word-spacing: .06em;
}

.cta h2 {
  max-width: 1200px;
  margin: 0 auto 35px;
  font-size: clamp(3.4rem, 6vw, 6.5rem);
  line-height: 1;
  letter-spacing: 0;
  word-spacing: .1em;
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: 3.7rem;
    line-height: .98;
    letter-spacing: 0;
  }

  .section h2,
  .cta h2 {
    line-height: 1;
    letter-spacing: 0;
  }
}
