@import url('contractor-demo-base.css?v=20260723-approved-photo-source');

/*
 * Examples 05–07 use the six approved direct image files already present in
 * the page markup. Do not replace them with sprites, background crops, remote
 * URLs, generated fallbacks, opacity tricks, or runtime substitutions.
 */
.project-card:nth-child(n+5):nth-child(-n+7) .project-visual figure{
  background:#e8ecea;
  background-image:none;
}
.project-card:nth-child(n+5):nth-child(-n+7) .project-visual img{
  opacity:1;
  visibility:visible;
  display:block;
  width:100%;
  height:240px;
  object-fit:cover;
}
