body {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
}

h1 {
  max-width: 920px;
  color: var(--color-primary);
  font-size: clamp(3rem, 6vw, 4.75rem);
}

.hero h1 {
  color: var(--color-white);
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.25rem);
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.18;
}

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

.hero__subtitle {
  max-width: 760px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  line-height: 1.5;
}

.eyebrow {
  color: var(--color-accent);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section__header > p:not(.eyebrow) {
  max-width: var(--reading-width);
  margin-inline: auto;
  font-size: 1.125rem;
}

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

blockquote p {
  color: var(--color-primary);
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
}

dt {
  color: var(--color-text-muted);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

dd {
  color: var(--color-primary);
  font-weight: 700;
}
