:root {
  --luxury-sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --luxury-display: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: var(--luxury-sans) !important;
}

h1,
h2,
h3,
.program-choice-card strong,
.success-title {
  font-family: var(--luxury-display) !important;
  font-weight: 500 !important;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.hero-registration-grid {
  display: block !important;
  max-width: 920px;
  margin-inline: auto;
}

.hero-registration .hero-copy,
.hero-registration .hero-location,
.hero-registration .hero-lede,
.hero-registration .hero-secondary-link,
.hero-registration .hero-actions,
.page-hero .container,
.registration-heading {
  text-align: center !important;
}

.hero-registration .hero-copy {
  max-width: 820px;
  margin-inline: auto;
}

.hero-registration h1 {
  max-width: 760px;
  margin-inline: auto;
  font-size: clamp(2.65rem, 7vw, 5.75rem) !important;
  letter-spacing: -0.045em;
}

.hero-registration .hero-lede {
  max-width: 650px;
  margin-inline: auto;
}

.hero-registration .hero-actions {
  justify-content: center !important;
  max-width: 620px;
  margin-inline: auto;
}

.hero-symbol-card {
  display: none !important;
}

.registration-heading {
  max-width: 780px !important;
  margin-inline: auto !important;
}

.registration-heading h2 {
  font-size: clamp(2rem, 5vw, 3.75rem) !important;
  letter-spacing: -0.04em;
}

.page-hero .container > p:last-child {
  max-width: 760px;
  margin-inline: auto;
}

.page-hero h1 {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(2.4rem, 6vw, 4.85rem) !important;
}

.official-logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: clamp(1.5rem, 5vw, 3.75rem);
  overflow: hidden;
  border: 1px solid rgba(198, 164, 90, 0.42);
  border-radius: 28px;
  background: #020817;
  box-shadow: 0 24px 60px rgba(1, 18, 13, 0.14);
}

.official-logo-frame img {
  display: block;
  width: min(100%, 430px);
  height: auto;
  max-height: 480px;
  object-fit: contain;
}

.official-logo-frame.brand-kingdom {
  background: #fdfbf4;
}

.official-logo-frame.brand-kingdom img {
  width: min(100%, 680px);
  max-height: 520px;
}

.official-logo-frame.brand-jrgl {
  background: #020817;
}

@media (max-width: 680px) {
  .hero-registration h1 {
    font-size: clamp(2.45rem, 12vw, 3.55rem) !important;
  }

  .registration-heading h2 {
    font-size: clamp(2rem, 9vw, 2.75rem) !important;
  }

  .hero-registration .hero-actions {
    align-items: stretch;
  }

  .official-logo-frame {
    min-height: 260px;
    border-radius: 22px;
  }
}
