/* ==========================================================================
   UP AL — Section anchors
   Zero-height, invisible scroll targets for sections not yet built. Keeps
   every nav link and CTA functional without rendering empty/placeholder
   content. scroll-margin-top offsets the landing position so the fixed
   header never covers the target. Each anchor is replaced by its real,
   fully designed section as the project progresses.
   ========================================================================== */

.section-anchor {
  display: block;
  height: 0;
  scroll-margin-top: var(--header-height);
}
