.nxb-gallery{padding:clamp(3.5rem,7vw,7rem) 0;background:var(--grey)}.nxb-gallery header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.nxb-gallery h2 span{color:var(--orange)}.nxb-gallery__items{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.nxb-gallery__item{padding:0;border:0;background:#fff;cursor:zoom-in;overflow:hidden}.nxb-gallery__item img{width:100%;height:100%;aspect-ratio:3/2;object-fit:cover;transition:transform .35s}.nxb-gallery__item:hover img{transform:scale(1.035)}.nxb-gallery--carousel .nxb-gallery__items{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.nxb-gallery--carousel .nxb-gallery__item{flex:0 0 calc((100% - 1.6rem)/3);scroll-snap-align:start}.nxb-gallery-dialog{width:min(94vw,1200px);padding:0;border:0;background:#050b15;color:#fff}.nxb-gallery-dialog::backdrop{background:rgba(0,0,0,.86)}.nxb-gallery-dialog img{max-height:84vh;margin:auto}.nxb-gallery-dialog button{position:absolute;top:.5rem;right:.5rem;width:44px;height:44px;border:1px solid #fff;background:#050b15;color:#fff;font-size:1.5rem;cursor:pointer}
@media(max-width:800px){.nxb-gallery__items{grid-template-columns:repeat(2,1fr)}.nxb-gallery--carousel .nxb-gallery__item{flex-basis:68%}}@media(max-width:500px){.nxb-gallery__items{grid-template-columns:1fr}.nxb-gallery--carousel .nxb-gallery__item{flex-basis:88%}}
