.grid-fade-in > * {
  opacity: 0;
  transform: translateY(16px);
  animation: fadeUp 0.4s ease forwards;
}
.grid-fade-in > *:nth-child(1) { animation-delay: 0.05s; }
.grid-fade-in > *:nth-child(2) { animation-delay: 0.1s; }
.grid-fade-in > *:nth-child(3) { animation-delay: 0.15s; }
.grid-fade-in > *:nth-child(4) { animation-delay: 0.2s; }
