/* ═════════════════════════════════════════════════════════════════
   Home page layout variables and desktop-only tweaks

   The main responsive restructure (hero becomes the only stage
   tile, content flows in the .home-content container, cards
   stack vertically) lives in responsive.css.

   Desktop — min-width: 1600px
   ═════════════════════════════════════════════════════════════════ */

:root {
    --stage-overlap: 4.35vw;
}

/* ── Desktop / wide screens ────────────────────────── */
@media (min-width: 1600px) {
    /* Wide-screen tweaks TBD */
}
