/* ==========================================================================
   landing.css — page-specific override for index.html
   Anchor scroll offset for the fixed header on the single-page layout.
   ========================================================================== */

html {
  scroll-behavior: smooth;
}

#about,
#services,
#industries,
#employers,
#job-seekers,
#contact {
  scroll-margin-top: 96px;
}
