/* ============================================================
   section-eyebrow — canonical numbered section eyebrow.
   ONE token-driven rule shared across every numbered marketing
   page (platform, industries, pricing, company, careers).
   Typography only: font, size, tracking, transform, label color,
   and the teal section digit. Per-page LAYOUT (grid placement,
   padding, connector spine) stays scoped to each page's own
   stylesheet — that is intentionally NOT unified here.
   ============================================================ */
.section-eyebrow {
  margin: 0 0 10px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.section-eyebrow .n {
  color: var(--signal);
  font-variant-numeric: tabular-nums;
}
