/* ── About page base ──
   Overrides the homepage slide-deck rules inherited from main.css
   (body{height:100%;overflow:hidden;cursor:none}) so the About page
   scrolls normally as a light, standard page on desktop. */
body{overflow:visible;height:auto;cursor:auto;background:var(--cream);color:var(--ink);}
