/* o430843 */
/* ==== fix0617b: header wordmark contrast (dark near-black nav band) ==== */
/* The overlay repalette made the brand text muddy-pllum (#664458) with a
   magenta first-letter (#a92d79) on the near-black header band (rgba(10,13,11,.72)),
   leaving it nearly unreadable. Force a bright, high-contrast wordmark scoped to the
   header only. */
header.nav-s25d24 .logo-text-s25d24{
  color:#f4ecf2 !important;            /* near-white body of the wordmark */
  text-shadow:0 1px 2px rgba(0,0,0,.55);
}
header.nav-s25d24 .logo-text-s25d24::first-letter{
  color:#f6a8d6 !important;            /* bright pink initial — readable on dark band */
}
header.nav-s25d24 .brand-s25d24,
header.nav-s25d24 .brand-s25d24:hover .logo-text-s25d24{
  color:#f4ecf2 !important;
}
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}
