.display-xl,
.display-lg,
.h1,
.h2,
.h3,
.h4 {
  margin: 0;
  color: var(--text-primary);
  text-wrap: balance;
}

.display-xl,
.display-lg,
.h1,
.h2 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.display-xl {
  font-size: var(--type-display-xl);
}

.display-lg {
  font-size: var(--type-display-lg);
}

.h1 {
  font-size: var(--type-h1);
}

.h2 {
  font-size: var(--type-h2);
  line-height: 1;
}

.h3 {
  font-family: var(--font-sans);
  font-size: var(--type-h3);
  font-weight: var(--weight-black);
  line-height: var(--leading-tight);
}

.h4 {
  font-family: var(--font-sans);
  font-size: var(--type-h4);
  font-weight: var(--weight-bold);
  line-height: var(--leading-snug);
}

.lead,
.body,
.body-sm,
.caption,
.microcopy,
.quote-copy {
  text-wrap: pretty;
}

.lead {
  margin: 0;
  color: var(--text-secondary);
  font-size: var(--type-lead);
  font-weight: var(--weight-medium);
  line-height: 1.52;
}

.body {
  margin: 0;
  color: var(--text-secondary);
  font-size: var(--type-body);
  line-height: var(--leading-body);
}

.body-sm {
  margin: 0;
  color: var(--text-secondary);
  font-size: var(--type-body-sm);
  line-height: 1.6;
}

.caption,
.microcopy {
  margin: 0;
  color: var(--text-muted);
  font-size: var(--type-caption);
  line-height: 1.45;
}

.eyebrow,
.section-kicker,
.label,
.nav-link,
.button,
.mono {
  font-family: var(--font-mono);
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: var(--space-12);
  color: var(--text-primary);
  font-size: var(--type-label);
  letter-spacing: var(--tracking-eyebrow);
  line-height: 1.2;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: var(--color-accent);
}

.label {
  color: var(--text-muted);
  font-size: var(--type-label);
  letter-spacing: var(--tracking-label);
  line-height: 1.35;
}

.microcopy {
  font-family: var(--font-mono);
  letter-spacing: 0;
  text-transform: uppercase;
}

.accent-text {
  color: var(--color-accent-deep);
}

.accent-dot {
  color: var(--color-accent);
}

.bilingual {
  display: grid;
  gap: var(--space-8);
}

.bilingual [lang="en"] {
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: var(--type-caption);
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: uppercase;
}

.quote-copy {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.6vw, 4.625rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}
