.paczos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin:28px 0}.paczos-card{border:1px solid #e5e5e5;border-radius:10px;overflow:hidden;background:#fff}.paczos-card a{text-decoration:none;color:inherit}.paczos-card h3,.paczos-card span{display:block;margin:14px 18px}.paczos-cover{height:260px;background:#f4f4f4;display:flex;align-items:center;justify-content:center}.paczos-cover img{width:100%;height:100%;object-fit:contain}.paczos-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;margin-top:28px}.paczos-photo{min-height:260px;background:#f4f4f4;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;cursor:zoom-in}.paczos-photo img{width:100%;height:auto;max-height:600px;object-fit:contain}.paczos-lightbox{position:fixed;inset:0;z-index:999999;background:rgba(0,0,0,.93);display:flex;align-items:center;justify-content:center;padding:25px}.paczos-lightbox img{max-width:96vw;max-height:94vh;width:auto;height:auto}.paczos-close{position:fixed;right:18px;top:12px;width:44px;height:44px;border:0;border-radius:50%;font-size:30px;cursor:pointer}@media(max-width:700px){.paczos-grid{grid-template-columns:1fr}.paczos-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.paczos-photo{min-height:170px}}