body {
  min-height: 100vh;
}

.one-pager {
  min-height: calc(100vh - 124px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 132px 48px 96px;
}

.statement {
  width: min(100%, 820px);
}

.eyebrow {
  margin-bottom: 18px;
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.statement h1 {
  margin-bottom: 28px;
  font-family: 'Satoshi', sans-serif;
  font-size: 84px;
  font-weight: 800;
  line-height: 0.94;
  color: var(--text-primary);
}

.statement p {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: 19px;
  line-height: 1.7;
  color: var(--text-secondary);
}

footer.footer-minimal {
  justify-content: center;
}

@media (max-width: 768px) {
  .one-pager {
    min-height: auto;
    align-items: flex-start;
    padding: 108px 20px 56px;
  }

  .statement h1 {
    font-size: 52px;
  }

  .statement p {
    font-size: 17px;
  }
}

@media (max-width: 420px) {
  .statement h1 {
    font-size: 42px;
  }
}
