/* Page Bird fixes: kill stray horizontal scroll on narrow/landscape widths
   (Webflow html/body default to overflow-x: visible). clip preserves sticky
   and the intentional internal carousels/sliders. */
html, body { overflow-x: clip; }
