/* About-only mobile Home-navigation exception.
   The shared compact header remains unchanged on every other route. Once the
   About Genesis handoff has completed, compact layouts keep the wordmark/beam
   absent and use the About-only first mobile-menu Home destination instead. */
@media(max-width:920px){
  html.about-home-affordance-ready body:is([data-page="about"],[data-page="about-inwork"]) :is(
    #logoWrap,
    #logoBeamWrap
  ){
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }
}
