.Gallery-module__K_tQSW__gallerySection{background-color:#f9f9f9;min-height:100vh;margin-top:50px;padding:2rem 2rem 80px}.Gallery-module__K_tQSW__beforeAfterSection{max-width:1300px;margin:4rem auto 6rem;padding:0 1rem}.Gallery-module__K_tQSW__beforeAfterTitle{text-align:center;color:#333;margin-bottom:2rem;font-size:2rem;font-weight:600}.Gallery-module__K_tQSW__categoryButtons{flex-wrap:wrap;justify-content:center;gap:1rem;margin:3rem 0;display:flex}.Gallery-module__K_tQSW__categoryButton{color:#666;cursor:pointer;text-transform:capitalize;background-color:#f5f5f5;border:2px solid #e0e0e0;border-radius:10px;min-width:140px;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s}.Gallery-module__K_tQSW__categoryButton:hover{color:#b2744b;background-color:#e8e8e8;border-color:#b2744b}.Gallery-module__K_tQSW__categoryButtonActive{box-shadow:0 2px 8px #b2744b4d;color:#fff!important;background-color:#b2744b!important;border-color:#b2744b!important}.Gallery-module__K_tQSW__categoryButtonActive:hover{background-color:#a0653f!important;border-color:#a0653f!important}.Gallery-module__K_tQSW__categorySection{margin-bottom:4rem}.Gallery-module__K_tQSW__categoryTitle{text-align:center;color:#b2744b;margin-bottom:2rem;font-size:1.5rem;font-weight:500}.Gallery-module__K_tQSW__projectsGrid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:1200px;margin:0 auto 2rem;display:grid}.Gallery-module__K_tQSW__projectCard{background:#fff;border-radius:12px;width:100%;margin:0;padding:1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 12px #0000001a}.Gallery-module__K_tQSW__projectCard:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.Gallery-module__K_tQSW__collageContainer{background:#f5f5f5;border-radius:12px;gap:8px;height:450px;margin-bottom:1rem;display:flex;overflow:hidden}.Gallery-module__K_tQSW__mainImageWrapper{cursor:pointer;background-color:#e0e0e0;border-radius:8px;flex:2;position:relative;overflow:hidden}.Gallery-module__K_tQSW__mainImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.Gallery-module__K_tQSW__mainImageWrapper:hover .Gallery-module__K_tQSW__mainImage{transform:scale(1.05)}.Gallery-module__K_tQSW__imageSkeleton{z-index:1;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%) 0 0/200% 100%;width:100%;height:100%;animation:1.5s infinite Gallery-module__K_tQSW__loading;position:absolute;top:0;left:0}@keyframes Gallery-module__K_tQSW__loading{0%{background-position:200% 0}to{background-position:-200% 0}}.Gallery-module__K_tQSW__smallImagesGrid{flex-direction:column;flex:1;gap:8px;display:flex}.Gallery-module__K_tQSW__smallImageWrapper{cursor:pointer;background-color:#e0e0e0;border-radius:6px;flex:1;min-height:0;position:relative;overflow:hidden}.Gallery-module__K_tQSW__smallImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.Gallery-module__K_tQSW__smallImageWrapper:hover .Gallery-module__K_tQSW__smallImage{transform:scale(1.1)}.Gallery-module__K_tQSW__projectDescription{text-align:center;color:#666;margin:0;font-size:.9rem;line-height:1.4}.Gallery-module__K_tQSW__mainGallerySection{margin-top:4rem}.Gallery-module__K_tQSW__mainGalleryTitle{text-align:center;color:#333;margin-bottom:2rem;font-size:1.8rem;font-weight:600}.Gallery-module__K_tQSW__galleryContainer{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;max-width:1000px;margin:70px auto 0;padding:0 1rem;display:flex}.Gallery-module__K_tQSW__imageWrapper{aspect-ratio:3/4;cursor:pointer;background-color:#fff;border-radius:8px;flex:0 200px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.Gallery-module__K_tQSW__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.Gallery-module__K_tQSW__image:hover{transform:scale(1.05)}.Gallery-module__K_tQSW__lightbox{z-index:1002;background:#000000da;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s ease-in-out Gallery-module__K_tQSW__fadeIn;display:flex;position:fixed;top:0;left:0}.Gallery-module__K_tQSW__lightboxImage{object-fit:contain;border-radius:8px;width:auto;max-width:90%;height:85vh;min-height:70vh}.Gallery-module__K_tQSW__close{color:#fff;cursor:pointer;z-index:1000;font-size:2rem;position:absolute;top:20px;right:30px}.Gallery-module__K_tQSW__buttonContainer{text-align:center;margin-top:2rem}.Gallery-module__K_tQSW__loadMoreButton{color:#fff;cursor:pointer;background-color:#b2744b;border:none;border-radius:6px;padding:.8rem 1.5rem;font-size:1rem;transition:background-color .3s}.Gallery-module__K_tQSW__loadMoreButton:hover{background-color:#a0653f}@keyframes Gallery-module__K_tQSW__fadeIn{0%{opacity:0}to{opacity:1}}.Gallery-module__K_tQSW__lightboxNavWrapper{cursor:pointer;z-index:1010;position:absolute;top:50%;transform:translateY(-50%)}.Gallery-module__K_tQSW__prev{left:300px}.Gallery-module__K_tQSW__next{right:300px}.Gallery-module__K_tQSW__lightboxNavIcon{width:40px;height:40px;transition:transform .3s}.Gallery-module__K_tQSW__lightboxNavIcon:hover{transform:scale(1.2)}.Gallery-module__K_tQSW__singleImageCollage .Gallery-module__K_tQSW__mainImageWrapper{width:100%;height:100%}.Gallery-module__K_tQSW__singleImageCollage .Gallery-module__K_tQSW__smallImagesGrid{display:none}@media (max-width:1100px){.Gallery-module__K_tQSW__prev{left:100px}.Gallery-module__K_tQSW__next{right:100px}}@media (max-width:768px){.Gallery-module__K_tQSW__categoryButtons{flex-direction:column;align-items:center;gap:.8rem}.Gallery-module__K_tQSW__categoryButton{min-width:200px}.Gallery-module__K_tQSW__projectsGrid{grid-template-columns:1fr;gap:1.5rem;max-width:100%;padding:0 1rem}.Gallery-module__K_tQSW__projectCard{width:100%;max-width:100%;margin:0;padding:1rem}.Gallery-module__K_tQSW__collageContainer{gap:6px;width:100%;height:280px}.Gallery-module__K_tQSW__mainImageWrapper{flex:1.8;width:auto}.Gallery-module__K_tQSW__smallImagesGrid{flex:1;gap:6px;width:auto}.Gallery-module__K_tQSW__smallImageWrapper{min-width:0}.Gallery-module__K_tQSW__imageWrapper{flex:0 45%}.Gallery-module__K_tQSW__beforeAfterTitle{font-size:1.8rem}.Gallery-module__K_tQSW__categoryTitle{font-size:1.3rem}.Gallery-module__K_tQSW__prev{left:15px}.Gallery-module__K_tQSW__next{right:15px}.Gallery-module__K_tQSW__lightboxNavIcon{width:35px;height:35px}.Gallery-module__K_tQSW__lightboxImage{max-width:calc(100% - 120px);height:70vh;min-height:60vh}}@media (max-width:480px){.Gallery-module__K_tQSW__categoryButtons{margin:2rem 0}.Gallery-module__K_tQSW__gallerySection{padding:1rem .5rem}.Gallery-module__K_tQSW__beforeAfterSection{margin:2rem auto 4rem}.Gallery-module__K_tQSW__projectCard{width:100%;max-width:100%;margin:0;padding:.5rem}.Gallery-module__K_tQSW__projectsGrid{grid-template-columns:1fr;max-width:100%;padding:0 .5rem}.Gallery-module__K_tQSW__collageContainer{flex-direction:column;gap:8px;width:100%;height:auto}.Gallery-module__K_tQSW__mainImageWrapper{flex:none;width:100%;height:280px}.Gallery-module__K_tQSW__smallImagesGrid{flex-direction:row;flex:none;gap:6px;width:100%;height:120px}.Gallery-module__K_tQSW__smallImageWrapper{flex:1;min-width:0;height:100%}.Gallery-module__K_tQSW__beforeAfterTitle{margin-bottom:2rem;font-size:1.6rem}.Gallery-module__K_tQSW__categoryTitle{margin-bottom:1.5rem;font-size:1.2rem}.Gallery-module__K_tQSW__imageWrapper{flex:0 100%}}@media (max-width:350px){.Gallery-module__K_tQSW__prev{left:10px}.Gallery-module__K_tQSW__next{right:10px}}
