.hero-image-blend {
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 9%, #000 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 9%, #000 90%, transparent 100%);
}

#mobile-menu[data-open="true"] {
  display: block;
}

.fade-up {
  transform: translateY(16px);
  animation-duration: .6s !important;
}

.reveal {
  transform: translateY(16px);
  transition-duration: .6s !important;
}

@media (prefers-reduced-motion: reduce) {
  .fade-up,
  .reveal {
    animation: none !important;
    opacity: 1;
    transform: none;
    transition: none !important;
  }
}
