.pm-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;margin-top:1.5rem}.pm-gallery-item{margin:0}.pm-gallery-item img{width:100%;height:auto;border-radius:8px;cursor:pointer;object-fit:cover;transition:transform .2s ease,box-shadow .2s ease}.pm-gallery-item img:hover{transform:scale(1.03);box-shadow:0 8px 20px rgba(0,0,0,.25)}#lightbox{position:fixed;inset:0;background:rgba(0,0,0,.9);display:none;align-items:center;justify-content:center;z-index:9999}#lightbox img{max-width:90%;max-height:90%;border-radius:8px}