/* Inertial smooth scroll — the page itself glides.
   Native CSS smooth-behavior must be OFF: our rAF loop drives the position,
   and CSS 'smooth' would animate every step of it (rubber-band mess). */
html{ scroll-behavior:auto !important; }
