/* Preserve complete source images throughout editorial, archive and gallery areas. */
.site-shell main figure img{
  object-fit:contain!important;
  object-position:center!important;
  max-width:100%;
}

/* SimplyDealz uses the originals at their natural proportions instead of poster crops. */
.dealz-hero-art{min-height:0!important;overflow:hidden}
.dealz-hero-art img{position:static!important;display:block;width:100%!important;height:auto!important}
.dealz-proof-grid{align-items:stretch}
.dealz-proof-grid figure{min-height:420px!important}
.dealz-proof-grid .dealz-proof-lead{min-height:854px!important;grid-row:span 2!important}
.dealz-proof-grid img{display:block;width:100%!important;height:100%!important;object-fit:contain!important}
.dealz-show-grid{align-items:start}
.dealz-show-grid figure{display:grid!important;grid-template-rows:minmax(420px,1fr) auto!important;min-height:0!important}
.dealz-show-grid img{display:block;width:100%!important;height:100%!important;min-height:420px!important;object-fit:contain!important}

/* Other public galleries keep their existing frames but never crop the source. */
.home-dj-grid img,.home-receipts-rail img,.story-evidence-grid img,
.about-gallery img,.channel-evidence-grid img,.station-image-grid img,
.physical-artifact-grid img,.web-artifact-grid img{
  object-fit:contain!important;
  object-position:center!important;
  background:#080808;
}

@media(max-width:760px){
  .dealz-proof-grid .dealz-proof-lead{min-height:560px!important;grid-row:auto!important}
  .dealz-proof-grid figure{min-height:430px!important}
  .dealz-show-grid figure{grid-template-rows:minmax(500px,1fr) auto!important}
  .dealz-show-grid img{min-height:500px!important}
}
