.pgn-gallery{background:#fff;padding:60px 0;position:relative}.pgn-gallery__heading{color:#000;font-size:32px;font-weight:800;margin:0 0 24px;text-align:center}.pgn-gallery__tabs{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:28px}.pgn-gallery__tab{background:#f2f2f2;border:none;border-radius:999px;color:#333;cursor:pointer;font-size:14px;font-weight:700;padding:10px 22px;transition:background-color .2s ease,color .2s ease}.pgn-gallery__tab:hover{background:#e2e2e2}.pgn-gallery__tab.is-active{background:#ff8700;color:#fff}.pgn-gallery__grid{display:grid;gap:4px;grid-template-columns:repeat(4,1fr)}.pgn-gallery__item{aspect-ratio:1/1;background:#eee;border:none;cursor:pointer;overflow:hidden;padding:0;position:relative}.pgn-gallery__item[hidden]{display:none}.pgn-gallery__item img{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.pgn-gallery__item:hover img{transform:scale(1.05)}.pgn-gallery__lightbox{align-items:center;background:rgba(0,0,0,.92);display:none;inset:0;justify-content:center;padding:24px;position:fixed;z-index:9999}.pgn-gallery__lightbox.is-open{display:flex}.pgn-gallery__lightbox-img{display:block;max-height:85vh;max-width:88vw;object-fit:contain}.pgn-gallery__lightbox-close{background:none;border:none;color:#fff;cursor:pointer;font-size:32px;line-height:1;position:absolute;right:24px;top:20px}.pgn-gallery__lightbox-arrow{align-items:center;background:hsla(0,0%,100%,.15);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .2s ease;width:48px}.pgn-gallery__lightbox-arrow:hover{background:hsla(0,0%,100%,.3)}.pgn-gallery__lightbox-arrow--prev{left:20px}.pgn-gallery__lightbox-arrow--next{right:20px}@media (max-width:768px){.pgn-gallery__grid{grid-template-columns:repeat(2,1fr)}.pgn-gallery__lightbox-arrow{height:38px;width:38px}.pgn-gallery__lightbox-arrow--prev{left:8px}.pgn-gallery__lightbox-arrow--next{right:8px}.pgn-gallery{padding:20px 0}.pgn-gallery__heading{font-size:28px}}