/* Real product evidence: show the complete sample rather than cropping its edges. */
#tracing > img { object-fit: contain; }
.series-grid-lightbox .series-card > img.lightbox-real-photo { object-fit: contain; background: #eef0f0; }
.lightbox-structure-photo { margin: 20px 0 0; }
.lightbox-structure-photo img { width: 100%; max-width: 360px; height: 240px; object-fit: contain; background: #eef0f0; }
.lightbox-structure-photo figcaption { margin-top: 8px; font-size: .875rem; line-height: 1.5; color: var(--muted); }
.specialty-photo-directory { margin-bottom: 24px; }
.specialty-photo-directory article > img {
  grid-column: 1 / -1;
  width: 100%;
  height: 210px;
  object-fit: contain;
  background: #eef0f0;
}
.specialty-photo-directory article > span { font-size: .875rem; }
.specialty-photo-directory h4 { margin: 0 0 8px; }
.specialty-photo-directory p { font-size: 1rem; line-height: 1.6; }
.evidence-crosslink { width: min(var(--max), 100%); margin: 0 auto; font-size: 1rem; }
.laser-sample-section { padding-top: 40px; padding-bottom: 48px; }
.laser-sample-section h2 { font-size: clamp(28px, 3vw, 42px); }
.laser-sample-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}
.laser-sample-grid figure { margin: 0; min-width: 0; }
.laser-sample-grid img { width: 100%; height: 260px; object-fit: contain; background: #171b1d; }
.laser-sample-grid figcaption { margin-top: 12px; font-size: 1rem; line-height: 1.5; }
@media (max-width: 760px) {
  .laser-sample-grid { grid-template-columns: 1fr; }
  .laser-sample-grid img { height: 280px; }
}
