
/* LIFE VAULT hero banner. Follows the site's hero convention: full-bleed, no
   radius or shadow, sitting above everything on the page.
   The artwork is 1821x864 (2.11:1) and its content starts at the very first row —
   the safe icon and wordmark are hard against the top edge — so the page KEEPS its
   normal `padding-top:var(--nav-h)` rather than being made flush. Made flush, the
   fixed 68px nav would cover the wordmark, which is the correction already made
   for Home, HU Flow and Life Map. */
/* FLUSH REVERSED for this artwork. It is 2103x748 (2.81:1) with only 34px of clear
   space above its wordmark — 23px once rendered at 1440 — so sitting flush would
   tuck "Habitually U" under the fixed 68px nav. The page keeps its normal
   `padding-top:var(--nav-h)`. Re-measure this on every hero swap; it is the whole
   flush-vs-clear rule. See [[hu-heroes]]. */
#page-life-vault .hu-lv-hero{
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  width:100vw;
  background:#FFFFFF;
  line-height:0;
}
#page-life-vault .hu-lv-hero img{
  display:block; width:100%; height:auto;
}
