The column suite is the primary layout tool in the framework. Columns will max out at 1920px.
There are two sets, one based on percentages & the other based on Viewport Width units. The percentage set is ideal for repeated columns, such as a 3up component, & pairs nicely with the Margin Offset classes. (VW-based columns will be thrown off by the negative margins.) The VW set is ideal for asymmetric layouts, like an 8 Col column of text & a 4 Col column photo, or centering a 4 Col column of text on the page with the Center Element class.
Tip: Because the browser scrollbar can cause 20px of horizontal scroll when using 100vw, it's important to use Auto Col, Auto Col Tab, or Auto Col Mob for the last column when using the VW set..