| name | asymmetric-grid-systems |
| description | Use when designing editorial or luxury landing pages. Asymmetric grids feel curated; symmetric grids feel template-SaaS.
|
Asymmetric Grid Systems
Editorial design hangs on asymmetric grids. A 12-column grid with intentional 3+9, 4+8, or 5+7 splits creates rhythm that symmetric layouts can't.
Why asymmetry signals quality
Symmetric grids are the default. Asymmetric arrangements take intentional choice — they signal curatorial taste. Cream-on-ink editorial layouts (Bugatti, Nautilus, Bloomberg Businessweek) virtually always lead with asymmetric splits.
Standard split patterns
| Split | Use case | Feel |
|---|
| 4 + 8 | Hero with sidenote | Magazine cover |
| 5 + 7 | Article with margin notes | Editorial spread |
| 3 + 6 + 3 | Three-column with breath | Catalog |
| 7 + 5 (reverse) | Hero with image right | Counter-rhythm |
| 2 + 10 | Sidebar nav + content | App shell |
Breaking the grid intentionally
Pull-quotes, hero images, and section breaks should occasionally break the column grid. A pull-quote that spans cols 3-9 in an 8-col flow draws the eye. Used sparingly (1 break per 3 screens), this elevates the layout from grid to composition.
Implementation in CSS
Tailwind: grid-cols-12 + intentional col-span-4 col-start-3 placements. CSS Grid: name your areas (grid-template-areas). Avoid bootstrap-style 50/50 splits — those read as template.
Where this fits in the X3 empire
Foundation for every CardPrepAI page. Used to ground LLM design decisions in editorial logic.