/**
 * Sitewide horizontal overflow containment.
 * Uses clip (not hidden) so ScrollSmoother / sticky header keep working.
 */

html,
body {
    overflow-x: clip;
}

#smooth-wrapper,
#smooth-content {
    overflow-x: clip;
    max-width: 100%;
}

body.capnis-home-page .capnis-home-page__deck {
    overflow-x: clip;
    overflow-y: visible;
}
