/* ═══════════════════════════════════════════════════════════
   home-variant-b.css — Variant B: free scroll, no video
   ═══════════════════════════════════════════════════════════ */

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

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