.eyebrow {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: var(--primary-2);
  margin-bottom: .5rem;
}
.lead { font-size: 1.08rem; max-width: 70ch; }
.hero h1 { font-size: clamp(2rem, 4vw, 3.3rem); max-width: 22ch; }
