/* Diamond enterprise field photography standard
   Purpose: make real project photography feel consistent without fabricating PPE or field conditions. */

/* Active-field assets: neutralize mixed phone/camera color casts and increase perceived clarity. */
img[src*="warehouse-power-trowel-v3.webp"],
img[src*="industrial-prep.webp"],
img[src*="resinous-install.webp"],
img[src*="field-install.webp"]{
  filter:saturate(.90) contrast(1.07) brightness(.99);
  image-rendering:auto;
}

/* High-attention project photography gets a restrained, finished frame. */
.case-detail-photo,
.case-feature-image,
.detail-grid,
.company-photo,
.market-detail,
.project-grid article,
.gallery figure{
  --photo-edge:rgba(8,121,184,.14);
}

.case-detail-photo img,
.case-feature-image img,
.detail-grid img,
.company-photo img,
.market-detail img,
.project-grid img,
.gallery img{
  backface-visibility:hidden;
}

/* Warehouse project: keep the dedicated detail-page photo uncropped. */
img[src*="warehouse-power-trowel-v3.webp"]{
  object-position:center center;
}

.case-detail-photo img[src*="warehouse-power-trowel-v3.webp"]{
  width:100%;
  height:auto!important;
  aspect-ratio:3 / 2;
  object-fit:contain!important;
  background:#08131d;
}

/* On Projects/feature cards, fill the box just like the other case-study cards. */
.case-feature-image.warehouse-project-photo img[src*="warehouse-power-trowel-v3.webp"]{
  width:100%;
  height:100%!important;
  aspect-ratio:auto;
  object-fit:cover!important;
  object-position:center 48%;
}

/* Small project cards also use a full-bleed crop. */
.project-grid img[src*="warehouse-power-trowel-v3.webp"]{
  object-fit:cover;
  object-position:center 48%;
}

/* Slightly more disciplined treatment for field-execution images used in galleries/cards. */
img[src*="field-install.webp"],
img[src*="resinous-install.webp"],
img[src*="industrial-prep.webp"]{
  object-position:center center;
}

/* Avoid exaggerated hover zoom on crew/PPE photography. */
.gallery figure:hover img[src*="field-install.webp"],
.gallery figure:hover img[src*="resinous-install.webp"],
.gallery figure:hover img[src*="industrial-prep.webp"],
.gallery figure:hover img[src*="warehouse-power-trowel-v3.webp"]{
  transform:scale(1.012);
}

@media(max-width:640px){
  .case-detail-photo img[src*="warehouse-power-trowel-v3.webp"]{
    aspect-ratio:3 / 2;
    height:auto!important;
  }
  .case-feature-image.warehouse-project-photo img[src*="warehouse-power-trowel-v3.webp"]{
    height:100%!important;
    aspect-ratio:auto;
    object-fit:cover!important;
  }
}
