/* Full-bleed typographic statement. No card, no frame, just type. */
.statement {
  max-width: 72rem;
  margin-inline: auto;
  padding: clamp(5rem, 12vw, 9rem) clamp(1.25rem, 4vw, 3rem);
  font-family: system-ui, sans-serif;
  background: #ffffff;
}

.statement__eyebrow {
  display: inline-block;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: #f0efed;
  font-size: 0.8rem;
  color: rgba(23, 24, 26, 0.7);
}

.statement__text {
  max-width: 52rem;
  font-size: clamp(1.4rem, 3.2vw, 2.4rem);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.03em;
  color: #17181a;
}

/* Words start faint and are inked in by scroll (js/statement.js) */
.statement__word {
  color: rgba(23, 24, 26, 0.16);
  transition: color 0.25s linear;
}

.statement__word.is-on {
  color: #17181a;
}
