.gallery{padding:88px 5.5vw;background:#f5f0e6}.gallery-head{text-align:center;margin-bottom:34px}.gallery-head h2{font-size:clamp(2rem,4vw,3.5rem);margin:0}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1200px;margin:auto}.gallery figure{margin:0;background:#171313;position:relative;overflow:hidden;aspect-ratio:.72}.gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.gallery figure:hover img{transform:scale(1.04)}.gallery figcaption{position:absolute;right:0;left:0;bottom:0;padding:23px 18px;color:white;font-weight:700;background:linear-gradient(transparent,rgba(0,0,0,.9));font-size:1rem}@media(max-width:760px){.gallery{padding:66px 6vw}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gallery figcaption{padding:16px 10px;font-size:.78rem}}
