/**
 * Site-wide motion safety baseline:
 * - keep default cursor (no custom pointer effect)
 * - avoid forced smooth-scroll behavior
 */

html {
    scroll-behavior: auto !important;
}

/* Restore normal cursor if any legacy rule hid it */
body,
body * {
    cursor: auto !important;
}

/* Scroll-reveal classes if markup remains without the JS */
.animate-on-scroll {
    opacity: 1 !important;
    transform: none !important;
}
