.about-page {
  justify-content: flex-start;
  padding-top: 22vh;
  padding-bottom: 24vh;
}

.about-text {
  width: min(88vw, 640px);
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.85;
  word-break: auto-phrase;
}

.about-mantra {
  margin: 0 0 4.5em;
  font-weight: 700;
  line-height: 1.7;
}

.about-stanza {
  margin: 0 0 2.4em;
}

.about-stanza:last-child {
  margin-bottom: 0;
}

.about-page .back-link {
  margin-top: 56px;
}

.about-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 1.35s ease, transform 1.35s ease;
}

.about-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .about-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
