/* Cards are full-bleed covers. Original photographs keep their reader layout. */
.story-image{aspect-ratio:16/9;background:#e6ded2}
.story-image>img,.video-art>img,.instagram-photo>img,.video-mini>img{display:block;width:100%;height:100%;object-fit:cover}
.video-art,.instagram-photo{aspect-ratio:4/3;background:#e6ded2}
.video-band .video-art{aspect-ratio:16/9}
.video-mini{height:auto;aspect-ratio:16/9;background:#e6ded2;overflow:hidden}
.mini-video-label{background:linear-gradient(transparent,#160d28d9);padding:22px 12px 9px;font-size:11px;line-height:1.4}
.instagram-photo img{transition:transform .4s ease}
.instagram-card:hover .instagram-photo img{transform:scale(1.025)}
.video-caption strong{padding-right:0}
.video-open{position:static;display:block;margin-top:9px}
.source-badge{box-shadow:0 1px 5px #26163514}
.missing-page{max-width:850px;margin:70px auto;padding:40px 25px}.missing-page h1{font-size:clamp(32px,4vw,48px);margin:16px 0}.missing-page p{margin:18px 0 25px}
/* In the reading flow, let each original photo define its own frame. */
.article-cover-wrap.full-image{width:fit-content;max-width:100%;margin:0 auto 38px;background:transparent}
.article-cover-wrap.full-image .article-cover{width:auto;max-width:100%;height:auto;max-height:min(65vh,570px)}
.article-gallery .gallery-open{width:fit-content;max-width:100%;margin-inline:auto;background:transparent}
.article-gallery .gallery-open img,.article-gallery.single-photo .gallery-open img{width:auto;max-width:100%;height:auto;max-height:590px}
@media(max-width:480px){
 .video-mini{width:67%;height:auto;aspect-ratio:4/3}
 .instagram-grid,.video-grid{gap:20px 14px}
 .instagram-card h3{font-size:21px}
 .video-caption strong{font-size:20px}
 .video-caption{padding:12px}
}
@media(prefers-reduced-motion:reduce){.instagram-photo img{transition:none}}
