/* nav-critical.css — minimal CSS loaded synchronously to prevent CLS.
   nav.js is deferred; this ensures layout is stable before it executes. */
body{padding-top:40px!important}
html{overflow-x:hidden;touch-action:manipulation}
