/* Strategic Carbon: `class: sc-figure` turns a gallery into one full-width figure
   (the technical diagrams on the expertise pages are wide and lose detail in a grid). */
.block--gallery.sc-figure .gallery { grid-template-columns: 1fr; }
.block--gallery.sc-figure .gallery__item img { width: 100%; height: auto; object-fit: contain; }
.block--gallery.sc-figure figcaption { text-align: center; }
