/* Core first-paint stability.
   Primary content and the homepage collage are visible without waiting for
   JavaScript lifecycle callbacks. Animations remain progressive enhancement. */
.project-hero-collage,
.project-hero-tile,
.project-hero-tile img {
  opacity: 1 !important;
  visibility: visible !important;
}

.project-hero-tile {
  transform: none !important;
}

.project-hero-collage-skeleton {
  display: none !important;
}

