/*
 * Desktop enhancements for section navigation. The heavy lifting happens in
 * js/section-scroll.js; this stylesheet simply keeps the hook in place and
 * enables smooth scroll behaviour for programmatic jumps.
 */

@media (min-width: 1121px) {
    .container.opened {
        scroll-behavior: smooth;
    }
}

