.gallery-page{background:#fff;min-height:100vh}.gallery-loading,.gallery-empty{color:#888;justify-content:center;align-items:center;min-height:60vh;font-family:Rubik,sans-serif;display:flex}.gallery-header{text-align:center;background:#fff;border-bottom:1px solid #f0f0f0;padding:1.5rem 1rem}.gallery-title{color:#1d1d1b;margin:0;font-family:Rubik,sans-serif;font-size:1.25rem;font-weight:500}.gallery-main{padding-bottom:2rem}.gallery-section{margin-bottom:2rem}.gallery-section:last-child{margin-bottom:0}.gallery-section-header{top:var(--header-height,0px);z-index:40;background:#fff;border-bottom:1px solid #0000000d;align-items:center;gap:1rem;padding:1rem;display:flex;position:sticky}.gallery-section-line{background:#0000001a;flex:1;height:1px}.gallery-section-title{color:#1d1d1b;white-space:nowrap;letter-spacing:.02em;margin:0;font-family:Rubik,sans-serif;font-size:.9375rem;font-weight:500}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:2px;display:grid}.gallery-item{aspect-ratio:1;background:#f5f5f5;overflow:hidden}.gallery-image{object-fit:cover;cursor:pointer;width:100%;height:100%;transition:transform .3s;display:block}.gallery-item:hover .gallery-image{transform:scale(1.08)}@media (max-width:768px){.gallery-header{padding:1rem}.gallery-title{font-size:1.125rem}.gallery-section-header{gap:.75rem;padding:.75rem}.gallery-section-title{font-size:.8125rem}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1px}}
