.gallery-module__hC67rG__galleryPage{background:var(--soft-cream);width:100%;max-width:100vw;min-height:100vh;position:relative;overflow-x:hidden}.gallery-module__hC67rG__hero{text-align:center;background:linear-gradient(135deg,#ffe5d9 0%,#fff5e1 50%,#e8f5f7 100%);width:100%;max-width:100vw;padding:10rem 2rem 6rem;position:relative;overflow:hidden}[dir=rtl] .gallery-module__hC67rG__hero,[dir=rtl] .gallery-module__hC67rG__heroContent,[dir=rtl] .gallery-module__hC67rG__heroTitle,[dir=rtl] .gallery-module__hC67rG__heroSubtitle{text-align:center}.gallery-module__hC67rG__heroOverlay{pointer-events:none;background:radial-gradient(circle at 20% 30%,rgba(94,194,183,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(127,79,191,.1) 0%,transparent 50%);position:absolute;top:0;bottom:0;left:0;right:0}.gallery-module__hC67rG__heroContent{z-index:1;max-width:800px;margin:0 auto;position:relative}.gallery-module__hC67rG__heroTitle{font-family:var(--font-lonkie-brush),cursive;color:var(--charcoal);margin:0 0 1.5rem;font-size:max(3rem,min(6vw,5rem));font-style:italic;font-weight:700;line-height:1.1}.gallery-module__hC67rG__heroSubtitle{color:var(--charcoal);opacity:.9;margin:0;font-size:max(1.25rem,min(2.5vw,1.5rem));line-height:1.7}.gallery-module__hC67rG__floatingShapes{pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.gallery-module__hC67rG__shape1,.gallery-module__hC67rG__shape2,.gallery-module__hC67rG__shape3,.gallery-module__hC67rG__shape4{opacity:.3;font-size:3rem;animation:6s ease-in-out infinite gallery-module__hC67rG__float;position:absolute}.gallery-module__hC67rG__shape1{animation-delay:0s;top:15%;left:10%}.gallery-module__hC67rG__shape2{animation-delay:1.5s;top:70%;right:15%}.gallery-module__hC67rG__shape3{animation-delay:3s;bottom:20%;left:20%}.gallery-module__hC67rG__shape4{animation-delay:4.5s;top:40%;right:10%}@keyframes gallery-module__hC67rG__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(10deg)}}.gallery-module__hC67rG__gallery{background:#fff;padding:6rem 0}.gallery-module__hC67rG__container{max-width:1400px;margin:0 auto;padding:0 2rem}.gallery-module__hC67rG__filterContainer{text-align:center;margin-bottom:4rem}[dir=rtl] .gallery-module__hC67rG__filterContainer{text-align:center}.gallery-module__hC67rG__sectionTitle{font-family:var(--font-lonkie-brush),cursive;color:var(--tiny-purple);text-align:center;margin:0 0 3rem;font-size:max(2.5rem,min(5vw,3.5rem));font-style:italic;font-weight:700;line-height:1.2}[dir=rtl] .gallery-module__hC67rG__sectionTitle{text-align:center}.gallery-module__hC67rG__categoryFilter{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.gallery-module__hC67rG__filterButton{border:2px solid var(--tiny-teal);color:var(--tiny-teal);cursor:pointer;background:0 0;border-radius:50px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.gallery-module__hC67rG__filterButton:hover{background:var(--tiny-teal);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(94,194,183,.3)}.gallery-module__hC67rG__filterButton.gallery-module__hC67rG__active{background:var(--tiny-purple);border-color:var(--tiny-purple);color:#fff;box-shadow:0 4px 15px rgba(127,79,191,.3)}.gallery-module__hC67rG__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.gallery-module__hC67rG__galleryItem{cursor:pointer;background:#fff;border-radius:20px;transition:all .3s;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.1)}.gallery-module__hC67rG__galleryItem:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,0,0,.15)}.gallery-module__hC67rG__imageWrapper{width:100%;height:250px;position:relative;overflow:hidden}.gallery-module__hC67rG__galleryImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-module__hC67rG__galleryItem:hover .gallery-module__hC67rG__galleryImage{transform:scale(1.1)}.gallery-module__hC67rG__imageOverlay{color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.8));padding:2rem 1.5rem 1.5rem;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.gallery-module__hC67rG__galleryItem:hover .gallery-module__hC67rG__imageOverlay{transform:translateY(0)}.gallery-module__hC67rG__imageTitle{margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.gallery-module__hC67rG__imageCategory{opacity:.8;text-transform:uppercase;letter-spacing:1px;margin:0;font-size:.9rem}.gallery-module__hC67rG__loading{text-align:center;color:var(--charcoal);padding:4rem 0}.gallery-module__hC67rG__spinner{border:4px solid var(--soft-cream);border-top:4px solid var(--tiny-purple);border-radius:50%;width:50px;height:50px;margin:0 auto 1rem;animation:1s linear infinite gallery-module__hC67rG__spin}@keyframes gallery-module__hC67rG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gallery-module__hC67rG__emptyState{text-align:center;color:var(--charcoal);padding:4rem 0}[dir=rtl] .gallery-module__hC67rG__emptyState,[dir=rtl] .gallery-module__hC67rG__emptyState h3,[dir=rtl] .gallery-module__hC67rG__emptyState p{text-align:center}.gallery-module__hC67rG__emptyIcon{opacity:.5;text-align:center;margin:0 auto 1rem;font-size:4rem;display:block}[dir=rtl] .gallery-module__hC67rG__emptyIcon{text-align:center;margin:0 auto 1rem}.gallery-module__hC67rG__emptyState h3{color:var(--tiny-purple);margin:0 0 1rem;font-size:1.5rem}.gallery-module__hC67rG__emptyState p{opacity:.7;margin:0;font-size:1rem}.gallery-module__hC67rG__lightbox{z-index:1000;background:rgba(0,0,0,.9);justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.gallery-module__hC67rG__lightboxContent{background:#fff;border-radius:20px;max-width:90vw;max-height:90vh;position:relative;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3)}.gallery-module__hC67rG__closeButton{color:#fff;cursor:pointer;z-index:1001;background:rgba(0,0,0,.7);border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.gallery-module__hC67rG__closeButton:hover{background:rgba(0,0,0,.9);transform:scale(1.1)}.gallery-module__hC67rG__lightboxImage{object-fit:contain;width:100%;height:auto;max-height:70vh}.gallery-module__hC67rG__lightboxInfo{text-align:center;padding:2rem}.gallery-module__hC67rG__lightboxInfo h3{color:var(--charcoal);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.gallery-module__hC67rG__lightboxInfo p{color:var(--tiny-purple);text-transform:uppercase;letter-spacing:1px;margin:0;font-size:1rem}@media (max-width:1024px){.gallery-module__hC67rG__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@media (max-width:768px){.gallery-module__hC67rG__hero{padding:8rem 1.5rem 4rem}.gallery-module__hC67rG__container{padding:0 1.5rem}.gallery-module__hC67rG__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.gallery-module__hC67rG__categoryFilter{gap:.5rem}.gallery-module__hC67rG__filterButton{padding:.5rem 1.5rem;font-size:.9rem}.gallery-module__hC67rG__lightbox{padding:1rem}.gallery-module__hC67rG__lightboxInfo{padding:1.5rem}}@media (max-width:480px){.gallery-module__hC67rG__hero{padding:7rem 1rem 3rem}.gallery-module__hC67rG__gallery{padding:4rem 0}.gallery-module__hC67rG__galleryGrid{grid-template-columns:1fr}.gallery-module__hC67rG__categoryFilter{flex-direction:column;align-items:center}.gallery-module__hC67rG__filterButton{width:200px}}
