/* style/mission.css
   Mission Statement migrated to the kx- design system; visual styling
   lives in main.css (scoped to body.kx, appended Mission layer). This
   file keeps only the page-level z-index safety for the shared fixed
   mobile-menu overlay (matches about.css / pastwinners.css). */

body > *:not(.kx-bg-deep):not(.mobile-menu):not(.mobile-menu-backdrop){
  position: relative;
  z-index: 1;
}
