h1,
h2,
h3 {
  color: var(--color-ink);
  font-weight: 680;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

h1 {
  max-width: 12ch;
  font-size: var(--step-5);
}

h2 {
  max-width: 15ch;
  font-size: var(--step-4);
}

h3 {
  font-size: var(--step-1);
  line-height: 1.2;
}

h1 em,
h2 em {
  color: var(--color-violet);
  font-family: var(--font-display);
  font-weight: 400;
}

p {
  color: var(--color-ink-soft);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
  color: var(--color-violet);
  font-size: var(--step--1);
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 1.8rem;
  height: 2px;
  background: currentColor;
  content: "";
}

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

.lead-copy {
  color: var(--color-ink);
  font-size: var(--step-2);
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.section-intro {
  max-width: 33rem;
  font-size: var(--step-0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
