.eyebrow,
.mono,
.chip,
.nav-link,
.footer-label,
.legal-meta,
.form-label,
.stat-label,
.btn {
  font-family: var(--font-mono);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.display,
h1,
.hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.92;
  color: var(--signal);
}

.hero-title {
  font-size: clamp(3.4rem, 12vw, 9.5rem);
}

h1 {
  font-size: clamp(2.6rem, 7vw, 5.4rem);
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  letter-spacing: -0.038em;
  line-height: 1.02;
  color: var(--signal);
}

h3 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--signal);
}

.lede,
.hero-sub {
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.55;
  color: var(--steel-bright);
  max-width: 36em;
}

.lede a,
.hero-sub a,
.form-note a,
.cta-band .stack a {
  color: var(--copper);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.eyebrow {
  font-size: 0.72rem;
  color: var(--copper);
}

.body-lg {
  font-size: 1.125rem;
  color: var(--steel-bright);
  max-width: 42rem;
}

.legal-body {
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--steel-bright);
  max-width: 46rem;
}

.legal-body h2 {
  font-size: 1.45rem;
  margin: 2.4rem 0 0.8rem;
}

.legal-body h3 {
  font-size: 1.1rem;
  margin: 1.8rem 0 0.5rem;
}

.legal-body p,
.legal-body ul,
.legal-body ol {
  margin-bottom: 1rem;
}

.legal-body ul,
.legal-body ol {
  padding-left: 1.2rem;
}

.legal-body li {
  list-style: disc;
  margin-bottom: 0.4rem;
}

.legal-body a {
  color: var(--copper);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.split-line {
  display: block;
  overflow: hidden;
}

.split-line span {
  display: block;
  transform: translateY(110%);
}

.is-in .split-line span,
.is-ready .split-line span {
  transform: translateY(0);
  transition: transform var(--duration-reveal) var(--ease);
}
