/* ofa5696 */
/* fix0617b: header wordmark was dark-on-dark (var(--fg)=#395545) on the dark header.nav,
   only the green ::first-letter (var(--primary)) showed. Force readable ivory wordmark +
   green accent first-letter, scoped to header.nav so the light-footer logo is untouched. */
header.nav-s68dce .logo-text-s68dce{color:var(--fg)!important}
header.nav-s68dce .logo-text-s68dce::first-letter{color:var(--fg)!important}
header.nav-s68dce .brand-s68dce{color:#ece6d8!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 */
@media(max-width:999px){main h1{white-space:normal!important;font-size:14px!important}}
/* end-h1fit-mobile-20260721 */
