/* o9b8f94 */
/* ============================================================
   LOGO CONTRAST FIX (bespoke, 2026-06-17) — re-applied after skin rebuild.
   Light skin (--fg dark green #395547, --gold green #16c06a) put a faint
   green wordmark on a washed translucent header. Make the header solid dark
   and render the brand text in high-contrast ivory + bright gold.
   ============================================================ */
header.nav-sfb829{
  background:#0f1411 !important;
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
  border-bottom:1px solid rgba(255,255,255,.10) !important;
}
header.nav-sfb829 .brand-sfb829 .logo-text-sfb829{
  color:#f4efe4 !important;            /* bright ivory — clearly readable on dark */
  font-weight:700 !important;
  letter-spacing:.005em !important;
}
header.nav-sfb829 .brand-sfb829 .logo-text-sfb829::first-letter{
  color:#3ef498 !important;            /* bright green accent (gold-bright) */
}
header.nav-sfb829 .brand-sfb829:hover .logo-text-sfb829{
  color:#ffffff !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:13px!important}}
/* end-h1fit-mobile-20260721 */
