/* o265ba4 */
/* ===== hero contrast fix 2026-06-17 (bespoke) =====
   The overlay above set --fg:#8ea6a6 / --fg-muted:#96a6a6, which are
   dark grey-teal and wash out the hero H1 + subhead on the near-black hero bg.
   Force a bright, readable color on THIS site's hero heading + subhead only. */
.banner-se67a7 .container-se67a7 h1,
.banner-se67a7 h1{
  color:#eef7f7!important;
  background:none!important;
  -webkit-text-fill-color:#eef7f7!important;
  text-shadow:0 1px 2px rgba(0,0,0,.5);
}
.banner-se67a7 .container-se67a7 h1 em,
.banner-se67a7 .container-se67a7 h1 .accent{
  color:var(--gold-bright)!important;
  -webkit-text-fill-color:var(--gold-bright)!important;
}
.banner-se67a7 .lead-sub-se67a7{
  color:#cddcdc!important;
}
/* ===== /hero contrast fix ===== */
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!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(8.5px,2.45vw,9.5px)!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 */
