.product-gallery-section{padding:72px 0 82px;background:#f3f6f5;border-top:1px solid #e2e8e5}.product-gallery__head{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:28px}.product-gallery__head h2{margin:0;color:#10201c;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.2}.product-gallery__head .eyebrow{margin-bottom:8px}.product-gallery__head p{max-width:440px;margin:0;color:#697670;font-size:.88rem}.product-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-gallery__item{position:relative;display:block;overflow:hidden;aspect-ratio:4/3;padding:0;border:0;border-radius:5px;background:#dfe7e4;cursor:zoom-in;box-shadow:0 8px 24px rgba(5,32,27,.08)}.product-gallery__item:after{content:"";position:absolute;inset:48% 0 0;background:linear-gradient(transparent,rgba(3,25,20,.72));opacity:0;transition:.25s}.product-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-gallery__item span{position:absolute;z-index:2;left:15px;bottom:12px;color:#fff;font-size:.72rem;font-weight:600;opacity:0;transform:translateY(7px);transition:.25s}.product-gallery__item:hover img,.product-gallery__item:focus-visible img{transform:scale(1.045)}.product-gallery__item:hover:after,.product-gallery__item:focus-visible:after,.product-gallery__item:hover span,.product-gallery__item:focus-visible span{opacity:1;transform:translateY(0)}.product-gallery__item:focus-visible{outline:3px solid #d8a742;outline-offset:3px}.gallery-lightbox[hidden]{display:none}.gallery-lightbox{position:fixed;z-index:1000;inset:0;display:grid;grid-template-columns:70px minmax(0,1fr) 70px;align-items:center;padding:38px;background:rgba(3,13,11,.94);backdrop-filter:blur(9px)}.gallery-lightbox figure{display:grid;place-items:center;margin:0;min-width:0}.gallery-lightbox figure img{display:block;max-width:min(1280px,100%);max-height:82vh;width:auto;height:auto;object-fit:contain;border-radius:5px;box-shadow:0 25px 80px rgba(0,0,0,.45)}.gallery-lightbox figcaption{margin-top:13px;color:#dce5e2;font-size:.78rem;text-align:center}.gallery-lightbox__close,.gallery-lightbox__nav{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;cursor:pointer}.gallery-lightbox__close{position:absolute;top:22px;right:24px;width:45px;height:45px;border-radius:50%;font-size:1.7rem}.gallery-lightbox__nav{width:52px;height:58px;border-radius:6px;font-size:2rem}.gallery-lightbox__nav--next{justify-self:end}.gallery-lightbox__counter{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);color:#fff;font-size:.72rem}.gallery-lightbox button:hover,.gallery-lightbox button:focus-visible{border-color:#d8a742;background:rgba(216,167,66,.2);outline:2px solid #d8a742;outline-offset:2px}body.has-lightbox{overflow:hidden}@media(max-width:980px){.product-gallery{grid-template-columns:repeat(3,1fr)}.gallery-lightbox{grid-template-columns:55px minmax(0,1fr) 55px;padding:25px}.gallery-lightbox__nav{width:44px}}@media(max-width:720px){.product-gallery-section{padding:48px 0}.product-gallery__head{align-items:flex-start;flex-direction:column;gap:9px}.product-gallery{grid-template-columns:repeat(2,1fr);gap:8px}.gallery-lightbox{display:block;padding:70px 15px 55px}.gallery-lightbox figure img{max-height:72vh}.gallery-lightbox__nav{position:absolute;top:50%;z-index:2;transform:translateY(-50%);background:rgba(4,25,20,.7)}.gallery-lightbox__nav--prev{left:12px}.gallery-lightbox__nav--next{right:12px}}@media(max-width:390px){.product-gallery{grid-template-columns:1fr}}
