/* o87f872 */
/* ===== 2026-06-17 bespoke header-logo contrast fix =====
   --fg flipped dark (#674547) for the light page body, but the header
   stays dark (rgba(10,13,11,.72)) -> wordmark went near-invisible.
   Pin the header brand wordmark to a solid readable champagne gold. */
header.nav-s6eae5 .brand-s6eae5 .logo-text-s6eae5{
  background:none!important;
  background-image:none!important;
  -webkit-text-fill-color:#f0d68f!important;
  color:#f0d68f!important;
  text-shadow:0 1px 2px rgba(0,0,0,.45);
}
header.nav-s6eae5 .brand-s6eae5 .logo-text-s6eae5::first-letter{
  -webkit-text-fill-color:#f7e2ad!important;
  color:#f7e2ad!important;
}
header.nav-s6eae5 .brand-s6eae5 .logo-text-s6eae5::after{
  -webkit-text-fill-color:#e6c879!important;
  color:#e6c879!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:10px!important}}
/* end-h1fit-mobile-20260721 */
