:root {
    /* Page sections span the full viewport, matching the header and footer.
       Those two sit outside the section wrapper in the theme layout, so they
       were already edge-to-edge while every page section was capped at 1952px
       — which is why the site looked narrow when zoomed out.

       This only frees the section *background*. Every ML component already
       pairs a full-bleed outer element with a centred inner container
       (.ml-journey / .ml-journey__container, .ml-footer / .ml-footer__container
       and so on), so copy still centres and stays readable at any width. */
    --dxp-s-section-columns-max-width: none;
}
