
/* The baked hero artwork starts close to the top of the image, so a fully flush hero
   hides the wordmark behind the fixed 68px nav. Pad just enough to clear it.
   Kids Club has more whitespace in its artwork and stays flush. */
@media (min-width:769px){
  html body #page-home.active, html body #page-hero-pulse.active,
  html body #page-rhythm-dash.active, html body #page-places.active,
  html body #page-community-hub.active, html body #page-rhythm-public.active{
    padding-top:56px !important;
  }
  /* My Kitchen: its hero uses a -48px pull to cancel the island padding, so
     neutralise that instead of stacking more page padding on top. */
  html body #page-dashboard.active{ padding-top:20px !important; }
  /* the slimline My Rhythm banner has less whitespace above its wordmark */
  html body #page-rhythm-dash.active{ padding-top:72px !important; }
  html body #page-community-hub.active{ padding-top:68px !important; }
  /* The Habitual Homemaker and The Habitual Hiker had NO clearance at all, so
     the fixed 68px nav sat straight over the top of their artwork — Homemaker
     lost the script "The" above the wordmark, Hiker the mountain line above it.
     Both need the full 68px because their lettering starts at the image's very
     top edge, with none of the whitespace Kids Club has. */
  html body #page-homemaker.active, html body #page-hiker.active{ padding-top:68px !important; }
  html body #page-dashboard.active #huKitchenReact .hu-mk-hero{ margin-top:0 !important; }
}
