/* Fixed .navbar-fixed-top is out of document flow — reserve space so headings
   aren’t hidden, and align in-page / smooth-scroll targets below the bar. */
html {
  scroll-padding-top: 5.75rem;
}

section.navbar.navbar-fixed-top + #home {
  padding-top: 5.75rem;
}

/* Internal subsection anchors (Discover buttons) */
[id="web-funding"],
[id="web-jobs"],
[id="acc-other"] {
  scroll-margin-top: 5.75rem;
}
