.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.gallery-item{cursor:pointer;text-align:left;box-shadow:var(--shadow-card);background:0 0;border:none;border-radius:14px;padding:0;transition:transform .3s;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;filter:grayscale(.15);width:100%;height:220px;transition:transform .3s}.gallery-item:hover{transform:translateY(-4px)}.gallery-item:hover img{transform:scale(1.04)}.gallery-caption{color:#f5f0e6;background:#1b1612bf;padding:.8rem 1rem;font-size:.9rem;position:absolute;bottom:0;left:0;right:0}.lightbox{z-index:2000;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.lightbox-backdrop{background:#141210bf;position:absolute;inset:0}.lightbox-content{z-index:1;background:#fff;border-radius:16px;gap:1rem;width:min(90vw,800px);max-width:800px;max-height:min(90vh,900px);padding:2rem;display:grid;position:relative;overflow:auto;box-shadow:0 25px 60px #0006}.lightbox-content img{object-fit:contain;background:#f4efe7;border-radius:10px;width:100%;height:auto;max-height:calc(90vh - 180px)}.lightbox-content p{color:var(--gray-medium);margin:0;line-height:1.6}.lightbox-close{border:1px solid var(--accent-color);color:var(--secondary-color);cursor:pointer;background:0 0;border-radius:999px;justify-self:end;padding:.4rem .8rem}@media (max-width:768px){.gallery-item img{height:180px}.lightbox{padding:1rem}.lightbox-content{width:100%;max-height:88vh;padding:1.5rem}.lightbox-content img{max-height:calc(88vh - 160px)}}
