/* Shared editorial crop, with dimensions reserved before the image loads. */
.blog-photo{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;background:#eee6d7}
.journal-art:has(.blog-photo){padding:0;overflow:hidden}
.journal-feature .blog-photo{border-radius:14px;margin:16px 0 20px}
.article-cover{margin:30px 0 36px}
.article-cover .blog-photo{border-radius:24px;max-height:600px}
.article-cover figcaption{margin-top:10px;color:#677b83;font-size:11px;line-height:1.5}
@media(max-width:650px){.article-cover{margin:24px 0}.article-cover .blog-photo{border-radius:18px}}
