.work-gallery{background:var(--cream)}
.work-gallery-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:45px}
.work-gallery-head h2{color:var(--ink)}
.work-gallery-head h2 em{color:var(--orange)}
.work-gallery-head p{max-width:390px;font-size:14px;line-height:1.7}
.work-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.work-gallery figure{margin:0;background:#ebe3d5;overflow:hidden}
.work-gallery img{display:block;width:100%;aspect-ratio:1.35;object-fit:cover;filter:saturate(.82)}
.work-gallery figcaption{padding:16px 18px;font-size:12px;font-weight:800;line-height:1.45}
.gallery-cta{margin-top:30px}
@media(max-width:850px){.work-gallery-head{display:block}.work-gallery-head p{margin-top:22px}.work-gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.work-gallery-grid{grid-template-columns:1fr}.work-gallery img{aspect-ratio:1.5}}
