.hp {
  --hp-hero-display-font: "Bodoni Moda", "Times New Roman", serif;
  --hp-hero-title-font: "Allura", "Snell Roundhand", "Brush Script MT", cursive;
  --hp-hero-body-font: "Manrope", "Segoe UI", sans-serif;
}

.hp-hero__inner {
  align-items: center;
}

.hp-hero__copy {
  max-width: min(920px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hp-hero__copy .hp-eyebrow {
  font-family: var(--hp-hero-body-font);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: color-mix(in srgb, var(--hp-gold) 86%, white 14%);
  margin-inline: auto;
}

.hp-hero__title {
  width: auto;
  max-width: min(18ch, 100%);
  margin: 0 auto 1.1rem;
  padding: 0;
  display: block;
  color: var(--hp-navy);
  font-family: var(--hp-hero-title-font) !important;
  font-size: clamp(4.2rem, 8.2vw, 7.4rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-wrap: balance;
  text-shadow: 0 12px 30px rgba(4, 11, 22, 0.24);
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
}

.hp-hero__title::before,
.hp-hero__title::after {
  content: none;
}

.hp-hero__lead {
  max-width: 28ch;
  margin: 0 auto 1rem;
  font-family: var(--hp-hero-display-font) !important;
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 10px 24px rgba(4, 11, 22, 0.22);
}

.hp-hero__sub {
  max-width: 42rem;
  margin: 0 auto 2rem;
  font-family: var(--hp-hero-body-font);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.82);
}

.hp-hero__cta-row {
  justify-content: center;
}

.hp-hero__badges {
  width: min(860px, 100%);
  margin: 1.75rem auto 0;
  gap: 0.7rem;
}

.hp-hero__cta-row .hp-btn {
  font-family: var(--hp-hero-body-font);
  font-weight: 700;
}

.hp-badge {
  padding: 0.75rem 0.8rem;
  border-radius: 1.15rem;
}

.hp-badge strong {
  font-size: 1.12rem;
}

.hp-badge span {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .hp-hero__title {
    max-width: 100%;
    font-size: clamp(3rem, 12vw, 5.1rem);
    line-height: 1;
  }

  .hp-hero__lead {
    font-size: clamp(1.05rem, 4vw, 1.35rem);
    max-width: 24ch;
  }

  .hp-hero__sub {
    font-size: 0.98rem;
  }

  .hp-hero__badges {
    width: min(620px, 100%);
    margin-top: 1.25rem;
    gap: 0.6rem;
  }
}

@media (max-width: 576px) {
  .hp-hero__title {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .hp-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .hp-hero__lead {
    font-size: 1rem;
  }

  .hp-hero__sub {
    font-size: 0.92rem;
  }

  .hp-hero__cta-row {
    gap: 0.75rem;
  }

  .hp-hero__cta-row .hp-btn {
    width: 100%;
    justify-content: center;
  }

  .hp-badge {
    padding: 0.78rem 0.72rem;
  }

  .hp-section {
    padding-block: 3.5rem;
  }
}
