/* Site-wide heading scale: h1/h2 -20%, kicker 15px. */
.kicker { font-size: 15px; }

.wrap h1 { font-size: clamp(37.12px, 5.12vw, 70.4px); }
.exhibitor-booking-page h1 { font-size: clamp(40.96px, 5.44vw, 74.24px); }
.registration-heading h1 { font-size: clamp(44.8px, 5.76vw, 84.48px); }
.login-card h1 { font-size: 38.4px; }
.exhibitor-booking-page .eyebrow,
.registration-page .eyebrow {
  display: inline-block;
  width: fit-content;
  margin-bottom: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #faa944;
  color: #111;
  font-weight: 600;
}
.exhibitor-booking-page .eyebrow { font-size: 10.8px; }
.registration-page .eyebrow { font-size: 12px; }

.intro-copy h2,
.section-head h2,
.sticky-title h2,
.agenda h2,
.venue h2 { font-size: clamp(46.4px, 5.6vw, 89.6px); }

.register h2 { font-size: clamp(56px, 7.2vw, 116px); }
.brand-heading h2 { font-size: clamp(38.4px, 4.8vw, 73.6px); }
.decision-section h2 { font-size: clamp(51.2px, 5.44vw, 92.8px); }
.booking-copy h2 { font-size: clamp(65.6px, 7.2vw, 120px); }
.segment-heading h2 { font-size: clamp(51.2px, 5.6vw, 92.8px); }
.layout-heading h2 { font-size: clamp(46.4px, 6.4vw, 92.8px); }

.form-section h2 { font-size: 24px; }
.success-box h2 { font-size: 33.6px; }
.booking-form-intro h2 { font-size: 30.4px; }
.booking-form-full .form-section h2 { font-size: 27.2px; }
.panel-intro h2 { font-size: 36.8px; }
.registration-success h2 { font-size: 38.4px; }

@media (max-width: 700px) {
  .intro-copy h2,
  .section-head h2,
  .sticky-title h2,
  .agenda h2,
  .venue h2 { font-size: 12vw; }

  .register h2 { font-size: 13.6vw; }
  .brand-heading h2 { font-size: 10.4vw; }
  .decision-section h2 { font-size: 12.8vw; }
  .booking-copy h2 { font-size: 17.6vw; }
  .segment-heading h2 { font-size: 12.8vw; }
  .layout-heading h2 { font-size: 46.4px; }
  .booking-form-intro h2 { font-size: 24.8px; }
  .booking-form-full .form-section h2 { font-size: 23.2px; }
}

@media (max-width: 420px) {
  .registration-heading h1 { font-size: 44.8px; }
}
