/* ============================================================
   06 — RESPONSIVE & INPUT-MODE OVERRIDES
   Kept last so it can safely win the cascade.
   ============================================================ */

/* devices with no hover (touch): drop the custom cursor, restore a real one */
@media (hover:none){
  body{ cursor:auto; }
  .cursor-glow, .cursor-dot{ display:none; }
}
