/* Concert photo record: preserve full photographic frames. */
.concert-case .aog-hero-image img{aspect-ratio:4/3;object-fit:contain;background:#10151d}
.concert-case .aog-scope-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.concert-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:30px;align-items:start}
.concert-gallery figure{background:#fff;border:1px solid #d6e1e4;overflow:hidden;border-radius:8px;margin:0}
.concert-gallery img{display:block;width:100%;height:auto}
.concert-gallery figcaption{padding:18px 20px;font-size:15px;color:#43555c;line-height:1.6}
.concert-gallery a{display:block}
.concert-gallery .concert-photo-2{grid-column:2;grid-row:2/4}
.concert-gallery .concert-photo-3,.concert-gallery .concert-photo-4{grid-column:1}
.concert-venue-proof{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #d3ddd7}
.concert-venue-proof figure img{width:100%;height:auto!important;aspect-ratio:4/3;object-fit:contain!important}
@media(max-width:650px){.concert-case .aog-scope-grid,.concert-gallery{grid-template-columns:1fr}.concert-gallery .concert-photo-2,.concert-gallery .concert-photo-3,.concert-gallery .concert-photo-4{grid-column:auto;grid-row:auto}}
