.gallery-module__NCUE0q__hero{background:linear-gradient(135deg,var(--accent-green)0%,#044d3a 100%);text-align:center;color:#fff;padding:100px 24px 80px;position:relative}.gallery-module__NCUE0q__hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.gallery-module__NCUE0q__heroContent{position:relative}.gallery-module__NCUE0q__heroAccent{color:var(--secondary);text-transform:uppercase;letter-spacing:2px;margin-bottom:12px;font-size:.875rem;font-weight:500;display:inline-block}.gallery-module__NCUE0q__hero h1{color:#fff;margin-bottom:16px;font-size:clamp(2.5rem,6vw,4rem)}.gallery-module__NCUE0q__hero p{color:#ffffffe6;margin:0;font-size:1.125rem}.gallery-module__NCUE0q__gallerySection{background:var(--background)}.gallery-module__NCUE0q__filters{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:48px;display:flex}.gallery-module__NCUE0q__filterBtn{border:2px solid var(--border);border-radius:var(--radius-full);cursor:pointer;font-family:var(--font-body);color:var(--text-secondary);transition:all var(--transition-fast);background:#fff;padding:12px 24px;font-size:.95rem;font-weight:500}.gallery-module__NCUE0q__filterBtn:hover{border-color:var(--accent-green);color:var(--accent-green)}.gallery-module__NCUE0q__filterBtn.gallery-module__NCUE0q__active{background:var(--accent-green);border-color:var(--accent-green);color:#fff}.gallery-module__NCUE0q__galleryGrid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.gallery-module__NCUE0q__galleryCard{border-radius:var(--radius-lg);cursor:pointer;aspect-ratio:1;transition:all var(--transition-normal);position:relative;overflow:hidden}.gallery-module__NCUE0q__galleryCard:hover{box-shadow:var(--shadow-xl);transform:scale(1.03)}.gallery-module__NCUE0q__cardImage{background:linear-gradient(135deg,var(--background-alt)0%,var(--background)100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.gallery-module__NCUE0q__cardEmoji{transition:transform var(--transition-normal);font-size:4rem}.gallery-module__NCUE0q__galleryCard:hover .gallery-module__NCUE0q__cardEmoji{transform:scale(1.2)}.gallery-module__NCUE0q__cardOverlay{opacity:0;transition:opacity var(--transition-normal);background:linear-gradient(#0000 40%,#000c 100%);flex-direction:column;justify-content:flex-end;padding:20px;display:flex;position:absolute;inset:0}.gallery-module__NCUE0q__galleryCard:hover .gallery-module__NCUE0q__cardOverlay{opacity:1}.gallery-module__NCUE0q__cardOverlay h3{color:#fff;margin-bottom:4px;font-size:1.1rem}.gallery-module__NCUE0q__cardOverlay p{color:#fffc;margin:0;font-size:.85rem}.gallery-module__NCUE0q__instagramCta{border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-md);background:#fff;margin-top:60px;padding:48px}.gallery-module__NCUE0q__instagramIcon{margin-bottom:16px;font-size:3rem;display:block}.gallery-module__NCUE0q__instagramCta h3{font-family:var(--font-heading);margin-bottom:8px;font-size:1.5rem}.gallery-module__NCUE0q__instagramCta p{color:var(--text-secondary);margin-bottom:24px}.gallery-module__NCUE0q__lightbox{z-index:2000;background:#000000e6;justify-content:center;align-items:center;padding:24px;animation:.3s gallery-module__NCUE0q__fadeIn;display:flex;position:fixed;inset:0}.gallery-module__NCUE0q__lightboxContent{border-radius:var(--radius-xl);background:#fff;width:100%;max-width:500px;animation:.3s gallery-module__NCUE0q__scaleIn;position:relative;overflow:hidden}.gallery-module__NCUE0q__lightboxClose{cursor:pointer;z-index:10;width:40px;height:40px;box-shadow:var(--shadow-md);transition:all var(--transition-fast);background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex;position:absolute;top:16px;right:16px}.gallery-module__NCUE0q__lightboxClose:hover{background:var(--primary);color:#fff}.gallery-module__NCUE0q__lightboxImage{background:linear-gradient(135deg,var(--background-alt)0%,var(--background)100%);aspect-ratio:1;justify-content:center;align-items:center;display:flex}.gallery-module__NCUE0q__lightboxEmoji{font-size:8rem}.gallery-module__NCUE0q__lightboxInfo{text-align:center;padding:24px}.gallery-module__NCUE0q__lightboxInfo h3{font-family:var(--font-heading);margin-bottom:8px;font-size:1.5rem}.gallery-module__NCUE0q__lightboxInfo p{color:var(--text-secondary);margin:0}@keyframes gallery-module__NCUE0q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes gallery-module__NCUE0q__scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){.gallery-module__NCUE0q__galleryGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.gallery-module__NCUE0q__galleryGrid{grid-template-columns:repeat(2,1fr);gap:12px}.gallery-module__NCUE0q__cardEmoji{font-size:3rem}.gallery-module__NCUE0q__instagramCta{padding:32px 24px}}@media (max-width:480px){.gallery-module__NCUE0q__galleryGrid{grid-template-columns:1fr}.gallery-module__NCUE0q__filterBtn{padding:10px 18px;font-size:.85rem}}
