/* ============================================================================
   home-front-cover.css  (Stage 2F-HOME-ONLY-REPAIR-B)
   Reveals the HOME welcome cover (.headertop) — keyed on the PATHNAME-SYNCED
   class html.ww-home-locked.

   WHY re-keyed (the leak fix): the previous version keyed on body.ww-front-cover,
   a SERVER-set class. Sakura uses PJAX and swaps ONLY #page; .headertop lives
   OUTSIDE #page, and the <body> is never reloaded, so ww-front-cover persisted on
   every PJAX navigation and this !important rule kept the home hero pinned to the
   top of every page (home content above, real page below). html.ww-home-locked is
   added on the home and REMOVED on every non-home navigation (incl. PJAX) by
   home-scroll-lock.js, and set on <html> at first paint by the no-flash head
   script -> reliable, no leak, no flash.

   On non-home the class is absent -> sakura-app.js PE() / the base rule
   (.headertop{height:0;overflow:hidden}) collapse the cover. This SHOWS the hero;
   it hides nothing (Discovery is already gone at the template level via front-page.php).
   ============================================================================ */
html.ww-home-locked .headertop { height: auto !important; display: block !important; }
html.ww-home-locked #centerbg  { height: 100vh; }
html.ww-home-locked .blank     { padding-top: 0 !important; }
