/* Legacy mobile layer disabled intentionally.
   All active mobile contract lives in mobile-clean.css to avoid cascade conflicts. */

@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
  }
}
