/* ═══════════════════════════════════════════════════════════
   home-variant-c.css — Variant C: free scroll, no wrap constraints
   ═══════════════════════════════════════════════════════════ */

/* Body: normal scroll */
body.home-page--free {
    overflow: auto;
}

/* No scroll hint in free mode */
.home-free .home-hero__scroll-hint {
    display: none;
}
