.gallery-filters{display:flex;flex-wrap:wrap;gap:.65rem}.gallery-filter{min-height:48px;padding:.65rem 1.15rem;border-radius:999px;border:1px solid var(--border);color:var(--foreground);background:var(--background);font:inherit;font-weight:600;cursor:pointer}.gallery-filter[aria-pressed=true]{color:var(--foreground,#1c1814);background:var(--primary,#c49a1a);border-color:var(--primary,#c49a1a)}.gallery-close:focus-visible,.gallery-filter:focus-visible,.gallery-image-button:focus-visible{outline:3px solid var(--foreground,#1c1814);outline-offset:4px}.gallery-count{margin:1rem 0 1.4rem;color:var(--text-muted);font-size:.9rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.gallery-card{margin:0;overflow:hidden;border:1px solid var(--border);border-radius:1.25rem;background:var(--background)}.gallery-image-button{display:block;position:relative;width:100%;aspect-ratio:4/3;padding:0;border:0;background:var(--background-secondary,#ede8dc);cursor:zoom-in;overflow:hidden}.gallery-image-button img,.gallery-image-button picture{display:block;width:100%;height:100%}.gallery-image-button img{object-fit:cover;transition:transform .18s ease}.gallery-image-button:hover img{transform:scale(1.025)}.gallery-enlarge{position:absolute;right:.7rem;bottom:.7rem;display:grid;place-items:center;width:2.15rem;height:2.15rem;border-radius:50%;color:var(--foreground,#1c1814);font-size:1.2rem;box-shadow:0 2px 8px #0002}.gallery-dialog,.gallery-enlarge{background:var(--background,#f9f6f0)}.gallery-dialog{width:min(1100px,95vw);max-height:94dvh;margin:auto;padding:0;border:0;border-radius:1rem;color:var(--foreground);overflow:auto}.gallery-dialog::backdrop{background:rgb(28 24 20/85%)}.gallery-dialog-content{padding:1rem}.gallery-close{display:flex;align-items:center;gap:.55rem;min-height:48px;margin:0 0 .75rem auto;padding:.5rem 1rem;border:1px solid var(--border);border-radius:999px;background:var(--background);color:var(--foreground);font:inherit;font-weight:600;cursor:pointer}.gallery-close span{font-size:1.6rem;line-height:1}.gallery-dialog-image{display:flex;justify-content:center;height:min(70dvh,800px);background:var(--background-secondary,#ede8dc);border-radius:.5rem;overflow:hidden}.gallery-dialog-image img,.gallery-dialog-image picture{display:block;width:100%;height:100%}.gallery-dialog-image img{object-fit:contain}@media (max-width:1024px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.gallery-grid{grid-template-columns:minmax(0,1fr)}.gallery-filters{gap:.5rem}.gallery-filter{font-size:.85rem;padding:.6rem .85rem}.gallery-dialog-content{padding:.75rem}.gallery-dialog-image{height:62dvh}}@media (prefers-reduced-motion:reduce){.gallery-image-button img{transition:none}}