/* SEO Foundation v0.14.2 — semantic H1 upgrade without visual regression. */
.christening-section-header h1 {
  margin: 0;
  max-width: none;
  font-size: clamp(28px, 5vw, 58px);
  line-height: 1;
  white-space: nowrap;
}
.event-section-header h1,
.creative-section-header h1 {
  margin: 8px 0 12px;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -.045em;
}
.business-section-header h1 {
  margin: 7px 0 12px;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -.045em;
}
@media (max-width: 720px) {
  .creative-section-header h1 { font-size: clamp(30px, 10vw, 42px); }
  .business-section-header h1 { font-size: clamp(30px, 10vw, 43px); }
}
@media (max-width: 680px) {
  .event-section-header h1 { font-size: clamp(30px, 10vw, 42px); }
}
@media (max-width: 640px) {
  .property-packages-section .christening-section-header h1 { white-space: normal; }
}
@media (max-width: 460px) {
  .christening-section-header h1 { font-size: clamp(24px, 7.2vw, 32px); }
}
