/* PALMEA V23 — index-only header/hero flow correction.
   Keeps the approved V22 fixed header behavior while reserving real document
   space above the first home section, so the header starts before the hero
   instead of floating on top of it. */

body[data-page="home"] .home-main{
  padding-top:calc(var(--palmea-head-h) + 12px)!important;
}

body[data-page="home"] .home-hero{
  margin-top:0!important;
}

@media(max-width:760px){
  body[data-page="home"] .home-main{
    padding-top:calc(var(--palmea-head-h) + 8px)!important;
  }
}

@media(max-width:390px){
  body[data-page="home"] .home-main{
    padding-top:calc(var(--palmea-head-h) + 6px)!important;
  }
}
