.gallery{border-top:1px solid var(--line);padding:110px 0 120px}.gallery-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:34px}.gallery-head p{max-width:310px;color:var(--muted);font-size:13px;line-height:1.5;margin:0}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:start}.gallery-grid figure{position:relative;margin:0;padding:11px 11px 44px;background:#ebe6dc;color:#171614;box-shadow:0 14px 30px #0000002e;transform:rotate(-1.2deg)}.gallery-grid figure:nth-child(2n){transform:rotate(1.4deg);margin-top:16px}.gallery-grid figure:nth-child(3n){transform:rotate(-2deg);margin-top:-5px}.gallery-grid figure:nth-child(4n){transform:rotate(1deg);margin-top:23px}.gallery-grid img{width:100%;height:auto;display:block;object-fit:contain;background:#c8c5bd;filter:saturate(.82) contrast(1.02);transition:filter .3s}.gallery-grid figure:hover img{filter:saturate(1) contrast(1.04)}.gallery-grid figcaption{position:absolute;left:15px;bottom:14px;color:#171614;font:500 9px var(--mono);letter-spacing:.1em;text-transform:uppercase}.gallery-large,.gallery-tall,.gallery-wide{grid-row:auto;grid-column:auto}@media(max-width:800px){.gallery{padding:72px 0 78px}.gallery-head{display:block;margin-bottom:22px}.gallery-head p{font-size:12px;margin-top:10px}.gallery-grid{grid-template-columns:1fr 1fr;gap:14px}.gallery-grid figure{padding:7px 7px 34px}.gallery-grid figure:nth-child(2n),.gallery-grid figure:nth-child(3n),.gallery-grid figure:nth-child(4n){margin-top:0}.gallery-grid figcaption{left:10px;bottom:10px;font-size:7px}}
