.gallery-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.filter-chip { border: 1px solid var(--border); border-radius: 999px; padding: 8px 12px; background: #fff; color: var(--muted); font-weight: 800; }
.filter-chip.active { background: var(--primary); color: #fff; border-color: var(--primary); }
.gallery-grid { columns: 4 220px; column-gap: 14px; }
.gallery-item { break-inside: avoid; margin-bottom: 14px; border-radius: 18px; overflow: hidden; position: relative; cursor: zoom-in; background: #fff; box-shadow: var(--shadow-sm); }
.gallery-item img { width: 100%; height: auto; }
.gallery-caption { position: absolute; inset: auto 0 0; padding: 34px 12px 12px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.72)); font-size: .82rem; }
.lightbox { position: fixed; inset: 0; z-index: 4500; background: rgba(5,18,20,.92); display: grid; place-items: center; padding: 28px; }
.lightbox img { max-width: min(1100px, 96vw); max-height: 82vh; border-radius: 18px; }
.lightbox button { position: absolute; top: 18px; right: 18px; background: #fff; }
