/* ============================================================
   LAYOUT — Page Wrapper + Section Containers
   ============================================================ */

/* Full-width section base */
.section {
  position: relative;
  width: 100%;
}

/* Centered content wrapper */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-sm);
}

/* Wider content wrapper for sections that need 1024px */
.container--narrow {
  max-width: 1024px;
  margin: 0 auto;
}
