/* o4a9a43 */
/* ===== hero heading contrast fix (bespoke 2026-06-17) =====
   Injected :root sets --fg to muted #95ac9b -> hero heading washed out
   on the near-black hero bg. Force a bright readable ivory for the hero
   title + lift the subhead, scoped to the lead/hero section only. */
.lead-sc25b9 h1,
.hero-minimal h1 {
  color: #f3efe4 !important;
}
.lead-sc25b9 h1 em,
.lead-sc25b9 h1 .accent,
.hero-minimal h1 em,
.hero-minimal h1 .accent {
  color: #e6c879 !important; /* champagne gold accent words stay on-palette */
}
.lead-sc25b9 .banner-sub-sc25b9,
.hero-minimal .banner-sub-sc25b9 {
  color: #cdd6cf !important;
}
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}

/* logo-contrast-fix */
header [class*="logo-text-"]{color:rgba(236,230,216,.96)!important}
header [class*="logo-text-"]::first-letter{color:var(--gold-bright)!important}
/* h1fit-twig-mobile-20260721 : H1 one line on mobile (per-site) */ @media(max-width:640px){main h1{white-space:nowrap!important;max-width:none!important;font-size:clamp(7px,2.1vw,8.25px)!important}} /* end-h1fit-twig-mobile-20260721 */
/* h1fit-twig-mobile-fix2-20260721 : floor 10-15px policy, 2 lines accepted */ @media(max-width:640px){main h1{white-space:normal!important;max-width:100%!important;font-size:15px!important}} /* end-h1fit-twig-mobile-fix2-20260721 */
