/* Mobile menu fix — referenced by blog pages with a white header (no hero).
   The canonical copy of these rules also lives at the end of site.css;
   this file exists so pages referencing it don't 404. */
@media(max-width:980px){
body:not(:has(.hero)):not(:has(.page-hero)) .site-header .site-nav a{color:rgba(255,255,255,.92)}
.site-nav.is-open a{color:rgba(255,255,255,.92)}
body:not(:has(.hero)):not(:has(.page-hero)) .site-header .nav-toggle{background:#06233f;color:#fff;border-color:#06233f}
}
