/* Opt-in foundation for the approved KBA concept pages. */
.kba-concept-page__main { background: #11100f; color: #f8f0e2; overflow: hidden; }
.kba-concept-page__hero {
  min-height: 540px; display: grid; align-items: center; padding: 120px 0 80px;
  background: radial-gradient(circle at 78% 12%, rgba(210,157,85,.16), transparent 35%),
    repeating-linear-gradient(90deg, transparent 0 25%, rgba(242,204,132,.07) 25.1% 25.2%, transparent 25.3% 50%), #11100f;
}
.kba-concept-page__eyebrow { color: #d29d55; font: 700 12px/1 system-ui; letter-spacing: .2em; text-transform: uppercase; }
.kba-concept-page__hero h1 { max-width: 900px; margin: 26px 0; color: #f8f0e2; font: 600 clamp(56px,8vw,112px)/.9 Georgia, serif; letter-spacing: -.06em; }
.kba-concept-page__lead { max-width: 620px; color: #b0a79a; font: 18px/1.7 system-ui; }
.kba-concept-page__content { max-width: 920px; padding-top: 90px; padding-bottom: 130px; }
.kba-concept-page__content h2 { color: #d29d55; font: 600 clamp(30px,4vw,48px)/1.08 Georgia, serif; }
.kba-concept-page__content h3 { color: #f8f0e2; font: 600 28px/1.15 Georgia, serif; }
.kba-concept-page__content p, .kba-concept-page__content li { color: #c8c0b5; font: 16px/1.8 system-ui; }
.kba-concept-page__content a { color: #d29d55; }
.kba-concept-page__content img { max-width: 100%; height: auto; }
@media (max-width: 700px) {
  .kba-concept-page__hero { min-height: 470px; padding: 95px 0 60px; }
  .kba-concept-page__hero h1 { font-size: 56px; }
  .kba-concept-page__content { padding-top: 60px; padding-bottom: 100px; }
}
