.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-bright);
  font-weight: 500;
}

.eyebrow--dark { color: var(--accent); }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 46px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

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

.section-pad {
  padding: clamp(64px, 9vw, 120px) 0;
}

.text-pretty { text-wrap: pretty; }

.body-lg {
  font-size: clamp(15px, 1.35vw, 17.5px);
  line-height: 1.7;
  color: var(--ink-muted);
}

.body-md {
  font-size: 15.5px;
  line-height: 1.68;
  color: var(--ink-soft);
}
