.brand,
.hero h1,
.intro h2,
.planning h2,
.about h2,
.booking h2,
.payments h2,
.final-cta h2,
.service-grid h3,
.calendar-head h3,
.signature,
dialog h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
}

.hero h1 {
  max-width: 800px;
  font-size: clamp(3.25rem, 6.4vw, 6.7rem);
  line-height: 1.08;
}

.hero h1 em { font-weight: 500; }
.trust-row { align-items: center; gap: 10px; font-size: .82rem; font-weight: 600; }
.trust-divider { color: var(--gold); }

@media (max-width: 580px) {
  .hero h1 { font-size: 3rem; }
}
