/* ========== TYPOGRAPHY ========== */
.hero-h1 {
  font-size: clamp(48px, 9vw, 110px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 28px 0 48px;
  color: var(--ink);
}
.hero-em { color: var(--ink-3); font-weight: 700; }
.h2 {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0;
  color: var(--ink);
}
.hero-lead, .lead {
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink-2);
  font-weight: 400;
}
.sec-eyebrow, .docs-eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-3);
  display: inline-block;
}

