/* expy page transition — NO View Transition clip/slide. Instead a simple dark cross-fade (the
   same smooth "fade out to the world" feel as the loader's last phrase → home): a dark cover
   fades IN on leaving and fades OUT on arriving, so navigation is a clean fade with zero white
   flash and no other screen flickering in between. Driven by coverAndGo (home) + page-fade.js
   (contact/utility). Here we only guarantee the backdrops stay dark. */
html, body { background: #0b0d0e; }
