3e1cc94258
After multiple deploys the mobile nav still wraps into a tall stack on some user devices. The CSS source is correct, so the most likely cause is Safari aggressively caching the previous stylesheet. Adding !important to the @media block guarantees that once the new CSS actually parses, no leftover specificity quirk or cached partial keeps the wrapped layout alive. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>