/* Flex ordering keeps the method below the market flash. Give every flex item a
   definite cross-axis width; otherwise max-width sections can retain their desktop
   intrinsic width inside a narrow viewport and crop the hero chart. */
main{display:flex;flex-direction:column}
main>*{width:100%}
main>nav{order:0}main>.hero{order:1}main>.market-flash{order:2}main>.volume-process{order:3}main>.statement{order:4}main>.about-us{order:5}main>.signal-cta{order:6}main>.pillars{order:7}main>.feature{order:8}main>.closing{order:9}
