.gallery{padding:130px 0;background:#f4f3ef;color:#0e0e0f}.gallery__heading{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:48px}.gallery h2{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(60px,7vw,102px);line-height:.85;letter-spacing:-.02em;text-transform:uppercase;margin:0}.gallery h2 em{font-style:normal;color:#d4aa00}.gallery__heading>p{max-width:340px;font-size:14px;line-height:1.8;color:#5d5b56;margin:0}.gallery__grid{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:340px 280px;gap:14px}.gallery__item{position:relative;margin:0;overflow:hidden;background:#161616}.gallery__item--hero{grid-row:span 2}.gallery__item--wide{grid-column:span 1}.gallery__item img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.82) contrast(1.06);transition:transform .55s ease,filter .55s ease}.gallery__item:hover img{transform:scale(1.05);filter:saturate(1) contrast(1.04)}.gallery__item:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent 50%)}.gallery__item figcaption{position:absolute;z-index:1;left:20px;right:20px;bottom:17px;color:#fff;display:flex;align-items:end;justify-content:space-between;gap:10px;text-transform:uppercase}.gallery__item figcaption span{font-size:10px;color:var(--yellow);font-weight:800;letter-spacing:.12em}.gallery__item figcaption strong{font-family:'Barlow Condensed';font-size:25px;line-height:1;letter-spacing:.04em}@media(max-width:1100px){.gallery{padding:100px 0}.gallery__heading{display:block}.gallery__heading>p{margin-top:25px}.gallery__grid{grid-template-columns:1fr 1fr;grid-template-rows:320px 260px}.gallery__item--hero{grid-row:span 2}}@media(max-width:600px){.gallery{padding:85px 0}.gallery__grid{grid-template-columns:1fr;grid-template-rows:330px 240px 240px 240px}.gallery__item--hero{grid-row:auto}.gallery__item--wide{grid-column:auto}}
