.fp-rotate-stage {
  font-family: "Nunito", system-ui, sans-serif;
  font-size: clamp(1.15rem, 3.2vw, 1.45rem);
  line-height: 1.85;
  text-align: center;
  max-width: 28em;
  margin: 0 auto;
  padding: 1.5rem 0.75rem;
  user-select: none;
}

.fp-rotate-char {
  display: inline-block;
  transform-origin: center center;
  margin: 0 0.01em;
}

.fp-rotate-char.is-space {
  width: 0.35em;
  transform: none !important;
}

.fp-rotate-stage.is-revealed .fp-rotate-char {
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .fp-rotate-char {
    transform: rotate(0deg) !important;
  }
}
