/* Global overflow containment — fixes horizontal scroll on all pages */
body { overflow-x: hidden; }
section.brxe-section { overflow: hidden; }
.brxe-container { max-width: 100%; box-sizing: border-box; }