.gallery-page{min-height:100vh}.gallery-header{padding:48px 0 0;max-width:48rem;margin:0 auto}@media (max-width:768px){.gallery-header{padding:32px 16px 0}}.gallery-title{font-size:.875rem;font-weight:500;margin-bottom:8px;letter-spacing:.02em}.gallery-subtitle,.gallery-title{color:hsl(var(--muted-foreground))}.gallery-subtitle{font-size:.8rem;opacity:.7;margin-bottom:32px}.gallery-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.gallery-tag{display:inline-flex;align-items:center;padding:4px 12px;border-radius:100px;font-size:12px;font-weight:400;color:hsl(var(--muted-foreground));background:transparent;border:1px solid hsl(var(--border));cursor:pointer;transition:all .2s ease;white-space:nowrap}.gallery-tag:hover{color:hsl(var(--foreground));border-color:hsl(var(--foreground))}.gallery-tag.active{color:hsl(var(--foreground));background:hsl(var(--secondary));border-color:hsl(var(--foreground)/.2)}.gallery-masonry{column-count:2;column-gap:12px;max-width:48rem;margin:0 auto;padding:0}@media (max-width:768px){.gallery-masonry{column-count:2;column-gap:8px;padding:0 16px}}@media (min-width:769px){.gallery-masonry{column-count:3}}.gallery-card{break-inside:avoid;margin-bottom:12px;border-radius:6px;overflow:hidden;position:relative;cursor:pointer;transition:opacity .2s ease}@media (max-width:768px){.gallery-card{margin-bottom:8px;border-radius:4px}}.gallery-card:hover{opacity:.85}.gallery-card img{display:block;width:100%;height:auto;object-fit:cover}.gallery-card-caption{position:absolute;bottom:0;left:0;right:0;padding:10px;background:linear-gradient(0deg,rgba(0,0,0,.5),transparent);opacity:0;transition:opacity .2s ease;color:#fff;font-size:12px;font-weight:400}.gallery-card:hover .gallery-card-caption{opacity:1}.lightbox-backdrop{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.85);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center}.gallery-footer{padding:48px 0;text-align:center;color:hsl(var(--muted-foreground));font-size:12px;max-width:48rem;margin:0 auto}@media (max-width:768px){.gallery-footer{padding:32px 16px}}