/* ✅ 02 — Touch-Action (Zoom-Prevention CSS Layer) */
html{ touch-action: pan-x pan-y; -ms-touch-action: pan-x pan-y; }
