/* Preserves the opening animation's visual heading while keeping one primary page H1. */
.opening-title {
  margin: 27px 0 0;
  font-size: clamp(43px, 6.5vw, 76px);
  letter-spacing: -.075em;
  line-height: .9;
}

.opening-title i {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
}
