.tkh-motion-ready .tkh-numbers article,
.tkh-motion-ready .tkh-intro,
.tkh-motion-ready .tkh-archive-grid figure,
.tkh-motion-ready .tkh-photo-pair figure,
.tkh-motion-ready .tkh-timeline article,
.tkh-motion-ready .tkh-grid article,
.tkh-motion-ready .tkh-pause,
.tkh-motion-ready .tkh-cities {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s ease var(--tkh-delay, 0ms), transform .65s cubic-bezier(.2, .75, .2, 1) var(--tkh-delay, 0ms);
}

.tkh-motion-ready .tkh-in {
  opacity: 1 !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .tkh-motion-ready .tkh-numbers article,
  .tkh-motion-ready .tkh-intro,
  .tkh-motion-ready .tkh-archive-grid figure,
  .tkh-motion-ready .tkh-photo-pair figure,
  .tkh-motion-ready .tkh-timeline article,
  .tkh-motion-ready .tkh-grid article,
  .tkh-motion-ready .tkh-pause,
  .tkh-motion-ready .tkh-cities {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
