/* ========================================
   Layout Patterns
   ========================================
   
   Uses Bootstrap grid/breakpoints for infrastructure.
   Custom layout patterns that extend Bootstrap where needed.
   */

/* Container spacing (extends Bootstrap) 
.container {
   Bootstrap handles max-width and padding 
} */

/* Section spacing (editorial rhythm) */
section {
  margin-bottom: var(--spacing-xl);
}

/* Content measure (readable line length) */
.content-measure {
  max-width: var(--max-measure);
}
