/* ==========================================
   LA PIAZZETTA – HOME ANCHOR FIX
   Fixes sticky navbar overlap when using the Entdecken hero anchor.
========================================== */

body.page-home #after-hero{
  display: block;
  position: relative;
  scroll-margin-top: clamp(76px, 9vw, 108px);
}

@media (max-width: 767.98px){
  body.page-home #after-hero{
    scroll-margin-top: 96px;
  }
}

/* ==========================================
   HOME ABOUT CTA COLOR SAFEGUARD
   Keeps the About CTA text cream despite the global
   body.lp-theme a { color: inherit; } rule.
========================================== */

body.lp-theme.page-home .lp-about a.lp-about-link,
body.lp-theme.page-home .lp-about a.lp-about-link:link,
body.lp-theme.page-home .lp-about a.lp-about-link:visited,
body.lp-theme.page-home .lp-about a.lp-about-link:hover,
body.lp-theme.page-home .lp-about a.lp-about-link:focus,
body.lp-theme.page-home .lp-about a.lp-about-link:active{
  color: var(--lp-cream);
  text-decoration: none;
}
