/* Context photographs, scoped away from all product cards and product pages. */
.content-photo{margin:26px 0 30px;min-width:0}
.content-photo img{display:block;width:100%;height:auto;border-radius:3px;background:#f1f3ed}
.content-photo figcaption{font-size:.8125rem;line-height:1.6;color:var(--muted);margin-top:12px;max-width:72ch}
.content-photo-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:48px;align-items:start}
.content-photo-split>.content-photo{margin:0}
.content-photo-copy{min-width:0}
.content-photo-copy>h2{margin-top:0}
.content-photo-banner{max-width:1000px}
.content-photo-banner .content-photo{margin-top:0;margin-bottom:24px}
.content-photo-banner img{max-height:500px;object-fit:cover}
@media(max-width:860px){.content-photo-split{grid-template-columns:1fr;gap:24px}.content-photo-split>.content-photo{max-width:720px}.content-photo-banner img{max-height:none}.content-photo{margin:22px 0}.content-photo figcaption{font-size:.8125rem}}
