/* ==========================================================================
   Commercial Services page — evidence photo sizing only; everything else
   composes from main.css.
   ========================================================================== */

/* Native widths (2x upscale): group 404, york 580, coil 360. Cap at native;
   flex-wrap (from main.css .photo-row) flows 2+1 on desktop. img
   width:100%/height:auto is inherited from main.css .photo-frame img. */
.photo-row .photo-frame:nth-child(1) { max-width: 404px; }
.photo-row .photo-frame:nth-child(2) { max-width: 580px; }
.photo-row .photo-frame:nth-child(3) { max-width: 360px; }
