.Gallery-module__rkF09a__galleryPage{background-color:#f8fafc;min-height:100vh;padding-top:100px}.Gallery-module__rkF09a__pageHeader{text-align:center;max-width:800px;margin:0 auto;padding:3rem 2rem 2rem}.Gallery-module__rkF09a__pageTitle{color:#1f2937;margin:0 0 .75rem;font-size:2.5rem;font-weight:800;line-height:1.2}.Gallery-module__rkF09a__pageSubtitle{color:#6b7280;margin:0;font-size:1.125rem;font-weight:400}.Gallery-module__rkF09a__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:6rem 2rem;display:flex}.Gallery-module__rkF09a__spinner{border:4px solid #e5e7eb;border-top-color:#dc2626;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite Gallery-module__rkF09a__spin}@keyframes Gallery-module__rkF09a__spin{to{transform:rotate(360deg)}}.Gallery-module__rkF09a__loadingText{color:#6b7280;font-size:1rem;font-weight:500}.Gallery-module__rkF09a__errorContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:6rem 2rem;display:flex}.Gallery-module__rkF09a__errorText{color:#ef4444;font-size:1.125rem;font-weight:500}.Gallery-module__rkF09a__retryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #dc26264d}.Gallery-module__rkF09a__retryButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px #dc262666}.Gallery-module__rkF09a__emptyContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:6rem 2rem;display:flex}.Gallery-module__rkF09a__emptyText{color:#9ca3af;font-size:1.125rem;font-weight:500}.Gallery-module__rkF09a__galleriesGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem 4rem;display:grid}.Gallery-module__rkF09a__galleryCard{cursor:pointer;color:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:16px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;overflow:hidden}.Gallery-module__rkF09a__galleryCard:hover{border-color:#dc2626;transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.Gallery-module__rkF09a__galleryCardImage{aspect-ratio:16/10;background:#e5e7eb;width:100%;position:relative;overflow:hidden}.Gallery-module__rkF09a__galleryCardImage img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Gallery-module__rkF09a__galleryCard:hover .Gallery-module__rkF09a__galleryCardImage img{transform:scale(1.05)}.Gallery-module__rkF09a__galleryCardBody{padding:1.25rem 1.5rem}.Gallery-module__rkF09a__galleryCardTitle{color:#1f2937;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.Gallery-module__rkF09a__galleryCardDescription{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.Gallery-module__rkF09a__photoSection{max-width:1400px;margin:0 auto;padding:0 2rem 4rem}.Gallery-module__rkF09a__galleryInfo{margin-bottom:2rem}.Gallery-module__rkF09a__galleryDescription{color:#6b7280;text-align:center;max-width:700px;margin:0 auto;font-size:1rem;line-height:1.6}.Gallery-module__rkF09a__photoCount{text-align:center;color:#9ca3af;margin-bottom:2rem;font-size:.875rem;font-weight:500}.Gallery-module__rkF09a__photoGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.Gallery-module__rkF09a__photoItem{aspect-ratio:4/3;cursor:pointer;background:#e5e7eb;border:1px solid #e5e7eb;border-radius:12px;transition:all .3s;position:relative;overflow:hidden}.Gallery-module__rkF09a__photoItem:hover{border-color:#dc2626;transform:translateY(-2px);box-shadow:0 12px 24px #0000001f}.Gallery-module__rkF09a__photoItem img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Gallery-module__rkF09a__photoItem:hover img{transform:scale(1.05)}.Gallery-module__rkF09a__photoOverlay{opacity:0;background:linear-gradient(#0000 50%,#0006 100%);justify-content:center;align-items:flex-end;padding:1rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.Gallery-module__rkF09a__photoItem:hover .Gallery-module__rkF09a__photoOverlay{opacity:1}.Gallery-module__rkF09a__photoOverlayIcon{color:#1f2937;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.5rem;display:flex}.Gallery-module__rkF09a__backButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.Gallery-module__rkF09a__backButton:hover{color:#dc2626;background:#dc26260d}.Gallery-module__rkF09a__lightboxOverlay{z-index:99999;background:#000000f2;justify-content:center;align-items:center;animation:.2s Gallery-module__rkF09a__fadeIn;display:flex;position:fixed;inset:0}@keyframes Gallery-module__rkF09a__fadeIn{0%{opacity:0}to{opacity:1}}.Gallery-module__rkF09a__lightboxContent{justify-content:center;align-items:center;width:100%;height:100%;padding:4rem 1rem;display:flex;position:relative}.Gallery-module__rkF09a__lightboxImage{object-fit:contain;-webkit-user-select:none;user-select:none;border-radius:8px;max-width:90vw;max-height:85vh}.Gallery-module__rkF09a__lightboxClose{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.Gallery-module__rkF09a__lightboxClose:hover{background:#fff3}.Gallery-module__rkF09a__lightboxNav{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Gallery-module__rkF09a__lightboxNav:hover{background:#ffffff40}.Gallery-module__rkF09a__lightboxPrev{left:1rem}.Gallery-module__rkF09a__lightboxNext{right:1rem}.Gallery-module__rkF09a__lightboxCounter{color:#ffffffb3;background:#00000080;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}@media (max-width:640px){.Gallery-module__rkF09a__galleryPage{padding-top:80px}.Gallery-module__rkF09a__pageHeader{padding:2rem 1rem 1.5rem}.Gallery-module__rkF09a__pageTitle{font-size:1.75rem}.Gallery-module__rkF09a__pageSubtitle{font-size:1rem}.Gallery-module__rkF09a__galleriesGrid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem 3rem}.Gallery-module__rkF09a__photoSection{padding:0 1rem 3rem}.Gallery-module__rkF09a__photoGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.5rem}.Gallery-module__rkF09a__photoItem{border-radius:8px}.Gallery-module__rkF09a__lightboxImage{max-width:95vw;max-height:80vh}.Gallery-module__rkF09a__lightboxNav,.Gallery-module__rkF09a__lightboxClose{width:40px;height:40px}}@media (min-width:641px) and (max-width:1023px){.Gallery-module__rkF09a__galleriesGrid{grid-template-columns:repeat(2,1fr)}.Gallery-module__rkF09a__photoGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (min-width:1024px){.Gallery-module__rkF09a__photoGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}
