/* Static-archive overrides: restore what Squarespace's JS used to do */

/* Project pages: images were display:none until JS marked the project active */
#projectPages .project .image-list img {
  display: block !important;
  margin: 0 auto 1em;
  max-width: 100%;
  height: auto;
}

/* Homepage grid tiles: emulate Squarespace content-fill (JS-sized cover crop) */
.content-fill { position: relative; overflow: hidden; }
.content-fill img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
