/* o3116d6 */
/* fix0617b � header brand wordmark legibility on dark nav (scoped to header.nav-s5fa7b).
   overlay redefined --fg to a dark maroon (#66444c) for the light body, which
   washed the wordmark out against the dark header bg. Force a light, readable wordmark
   with the raspberry accent; keep gold-ink emblem-letter pop. */
header.nav-s5fa7b .logo-text-s5fa7b{
  color:#f3eef0!important;
  text-shadow:0 1px 2px rgba(0,0,0,.55);
}
header.nav-s5fa7b .logo-text-s5fa7b::first-letter{
  color:var(--gold-bright)!important;
}
header.nav-s5fa7b .logo-text-s5fa7b::after{
  color:var(--accent)!important;
  opacity:.95;
}
header.nav-s5fa7b .brand-s5fa7b{
  color:#f3eef0!important;
}
header.nav-s5fa7b .brand-s5fa7b:hover .logo-text-s5fa7b{
  color:var(--gold-bright)!important;
}
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}

/* h1fit-mobile-20260721 : H1 one line on mobile (batch_09) */
@media(max-width:999px){main h1{font-size:15px!important}}
/* end-h1fit-mobile-20260721 */
