/* ============================================================================
 * LAYOUT — content width, sections, section heads, responsive breakpoints
 * ==========================================================================*/

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
}

section {
  padding: 110px 0;
  position: relative;
}

.section-head {
  margin-bottom: 56px;
  max-width: 720px;
}
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--teal);
  font-family: var(--font-mono);
  font-size: 12.5px; letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.section-eyebrow .num { color: var(--text-mute); }

.section-head h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  margin: 0 0 14px;
  letter-spacing: -0.025em;
  font-weight: 700;
  line-height: 1.1;
}
.section-head p {
  color: var(--text-dim);
  font-size: 16.5px;
  margin: 0;
  max-width: 600px;
}

/* All responsive rules live in assets/css/responsive.css (loaded last). */
