.gallery{padding:120px clamp(22px,7vw,112px);background:#080b0c}.gallery-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:48px}.gallery-heading h2{font:500 clamp(38px,4.8vw,68px)/1.06 var(--serif);margin:0;max-width:780px}.gallery-grid{display:grid;grid-template-columns:1.3fr .7fr;grid-template-rows:repeat(2,minmax(320px,42vw));gap:14px}.gallery-grid figure{margin:0;position:relative;overflow:hidden;background:#111}.gallery-grid .gallery-main{grid-row:span 2}.gallery-grid figure:nth-child(4){display:none}.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.gallery-grid figure:hover img{transform:scale(1.025)}.gallery-grid figure::after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.82))}.gallery-grid figcaption{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;display:flex;flex-direction:column}.gallery-grid figcaption strong{font:500 25px var(--serif)}.gallery-grid figcaption span{font-size:13px;color:#c5cccc}
@media(max-width:900px){.gallery{padding:80px 22px}.gallery-heading{align-items:flex-start;flex-direction:column}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:520px 320px}.gallery-grid .gallery-main{grid-column:span 2;grid-row:auto}.gallery-grid figure:nth-child(4){display:block}}
@media(max-width:540px){.gallery-grid{display:flex;flex-direction:column}.gallery-grid figure{height:430px}.gallery-grid figure:nth-child(3),.gallery-grid figure:nth-child(4){height:300px}}
