/* Keep every outer edge of the HONEST / HUMAN letterforms visible. */
.about-motto > span:not(:nth-child(2)) {
  color: transparent;
  -webkit-text-stroke: clamp(1.8px, .18vw, 2.7px) rgba(255, 255, 255, .94);
  paint-order: stroke fill;
}

/* The character-reveal mask needs breathing room so it cannot clip the stroke. */
.about-motto .motion-word {
  padding: .05em .04em .11em;
  margin: -.05em -.04em -.11em;
}

.about-motto .motion-char {
  -webkit-text-stroke: inherit;
  paint-order: stroke fill;
}

@media (max-width: 760px) {
  .about-motto > span:not(:nth-child(2)) {
    -webkit-text-stroke-width: 1.9px;
  }
}
