.statement {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
.statement--dark { background: var(--c-black); }
.statement--dark .statement__text { color: var(--c-white); }

/* index.html version — NeuePower, large */
.statement__text {
  font-family: var(--f-neue);
  font-size: clamp(4rem, 7vw, 9rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--c-black);
  max-width: 75vw;
}
