/* Image layer only: existing palette, typography and page layout stay intact. */
.hero .region{font-size:.9rem;color:var(--muted);margin:24px 0 0}
.placeholder.concept{aspect-ratio:3/2;min-height:0;overflow:hidden;background-image:none;isolation:isolate}
.concept img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1}
.concept .spec,.concept .image-label{background:rgba(248,249,252,.94);color:#15202d;padding:5px 9px;border:0;opacity:1;max-width:100%;font-size:.6875rem}
.concept .spec{align-self:flex-start}
.concept.blue .spec,.concept.blue .image-label{background:rgba(21,32,45,.86);color:#fff}
@media(max-width:370px){.placeholder.concept{padding:12px}.concept .spec,.concept .image-label{font-size:.625rem}}
