/* landing-scroll.css — Scroll spacer styles */

/* ============== SCROLL SPACER ============== */

#scroll-spacer {
    height: 500vh; /* Single era — fog clears as you scroll */
    position: relative;
    z-index: 0;
}
