/* Mobile nav fix (2026-09-25), linked from partials/akaturk_nav.html so every
   akaturk page gets it regardless of its cached akaturk-public.css version.
   The open panel lives inside .aka-nav__inner (own stacking context, z 2) while
   the dark backdrop is a sibling with z 1090: the backdrop painted OVER the
   white panel ("ghost" menu) and swallowed the taps. */
@media (max-width: 768px) {
  .aka-nav__inner { z-index: 3; }
  .aka-nav__backdrop { z-index: 1; }
  .aka-nav.open .aka-nav__panel { z-index: 1095; }
}
