.GalleryGrid-module__9_lsLW__gallerySection{background:var(--color-cream);padding:4rem 0;position:relative;overflow:hidden}.GalleryGrid-module__9_lsLW__gallerySection:before{content:"";pointer-events:none;background:radial-gradient(circle,#c2ae8d0f 0%,#0000 70%);width:60%;height:100%;animation:20s ease-in-out infinite GalleryGrid-module__9_lsLW__floatBg;position:absolute;top:-50%;right:-20%}@keyframes GalleryGrid-module__9_lsLW__floatBg{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-5%)rotate(5deg)}}.GalleryGrid-module__9_lsLW__filterBar{z-index:1;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;padding:0 1rem;display:flex;position:relative}.GalleryGrid-module__9_lsLW__filterButton{border:2px solid var(--color-gold);color:var(--color-charcoal);cursor:pointer;background:0 0;border-radius:2rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.GalleryGrid-module__9_lsLW__filterButton:before{content:"";background:var(--color-gold);transform-origin:0;z-index:-1;border-radius:2rem;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;transform:scaleX(0)}.GalleryGrid-module__9_lsLW__filterButton:hover:before{transform:scaleX(1)}.GalleryGrid-module__9_lsLW__filterButton:hover{color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #c2ae8d40}.GalleryGrid-module__9_lsLW__filterButton.GalleryGrid-module__9_lsLW__active{background:var(--color-gold);color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #c2ae8d59}.GalleryGrid-module__9_lsLW__filterButton.GalleryGrid-module__9_lsLW__active:before{transform:scaleX(1)}.GalleryGrid-module__9_lsLW__activeIndicator{background:var(--color-gold);z-index:-1;border-radius:2rem;position:absolute;inset:0}.GalleryGrid-module__9_lsLW__tiltWrapper{height:100%}.GalleryGrid-module__9_lsLW__active{background:var(--color-gold);color:#fff;box-shadow:0 4px 12px #c2ae8d4d}.GalleryGrid-module__9_lsLW__gallery{z-index:1;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;padding:0 1rem;display:grid;position:relative}.GalleryGrid-module__9_lsLW__galleryItem{cursor:pointer;transform-style:preserve-3d;perspective:1000px;opacity:0;background:#fff;border-radius:1rem;transition:all .5s cubic-bezier(.4,0,.2,1);animation:.6s forwards GalleryGrid-module__9_lsLW__galleryItemEnter;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.GalleryGrid-module__9_lsLW__galleryItem:before{content:"";opacity:0;z-index:-1;background:linear-gradient(135deg,#c2ae8d80 0%,#0000 40% 60%,#c2ae8d4d 100%);border-radius:1.125rem;transition:opacity .4s;position:absolute;inset:-2px}.GalleryGrid-module__9_lsLW__galleryItem:hover:before{opacity:1}@keyframes GalleryGrid-module__9_lsLW__galleryItemEnter{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.GalleryGrid-module__9_lsLW__galleryItem:first-child{animation-delay:50ms}.GalleryGrid-module__9_lsLW__galleryItem:nth-child(2){animation-delay:.1s}.GalleryGrid-module__9_lsLW__galleryItem:nth-child(3){animation-delay:.15s}.GalleryGrid-module__9_lsLW__galleryItem:nth-child(4){animation-delay:.2s}.GalleryGrid-module__9_lsLW__galleryItem:nth-child(5){animation-delay:.25s}.GalleryGrid-module__9_lsLW__galleryItem:nth-child(6){animation-delay:.3s}.GalleryGrid-module__9_lsLW__galleryItem:nth-child(7){animation-delay:.35s}.GalleryGrid-module__9_lsLW__galleryItem:nth-child(8){animation-delay:.4s}.GalleryGrid-module__9_lsLW__galleryItem:nth-child(9){animation-delay:.45s}.GalleryGrid-module__9_lsLW__galleryItem:hover{transform:translateY(-12px)rotateX(2deg);box-shadow:0 20px 40px #00000026,0 0 0 1px #c2ae8d33}.GalleryGrid-module__9_lsLW__imageContainer{width:100%;height:280px;position:relative;overflow:hidden}.GalleryGrid-module__9_lsLW__beforeAfter{width:100%;height:100%;position:relative}.GalleryGrid-module__9_lsLW__beforeImage,.GalleryGrid-module__9_lsLW__afterImage{width:50%;height:100%;position:absolute;overflow:hidden}.GalleryGrid-module__9_lsLW__beforeImage{left:0}.GalleryGrid-module__9_lsLW__afterImage{right:0}.GalleryGrid-module__9_lsLW__image{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1)}.GalleryGrid-module__9_lsLW__galleryItem:hover .GalleryGrid-module__9_lsLW__image{transform:scale(1.12)}.GalleryGrid-module__9_lsLW__label{color:#fff;z-index:2;opacity:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#282828e6;border-radius:1.5rem;padding:.4rem .9rem;font-size:.8rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:.75rem;left:50%;transform:translate(-50%)translateY(10px)}.GalleryGrid-module__9_lsLW__galleryItem:hover .GalleryGrid-module__9_lsLW__label{opacity:1;transform:translate(-50%)translateY(0)}.GalleryGrid-module__9_lsLW__overlay{opacity:0;z-index:1;background:linear-gradient(#0000 0%,#28282866 70%,#282828cc 100%);flex-direction:column;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:absolute;inset:0}.GalleryGrid-module__9_lsLW__galleryItem:hover .GalleryGrid-module__9_lsLW__overlay{opacity:1}.GalleryGrid-module__9_lsLW__viewIcon{opacity:0;margin-bottom:.5rem;font-size:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);transform:scale(.8)translateY(10px)}.GalleryGrid-module__9_lsLW__galleryItem:hover .GalleryGrid-module__9_lsLW__viewIcon{opacity:1;transform:scale(1)translateY(0)}.GalleryGrid-module__9_lsLW__viewText{color:#fff;opacity:0;font-size:1rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1) .1s;transform:translateY(10px)}.GalleryGrid-module__9_lsLW__galleryItem:hover .GalleryGrid-module__9_lsLW__viewText{opacity:1;transform:translateY(0)}.GalleryGrid-module__9_lsLW__itemInfo{text-align:center;padding:1.25rem;position:relative;overflow:hidden}.GalleryGrid-module__9_lsLW__itemInfo:before{content:"";background:linear-gradient(90deg,transparent,var(--color-gold),transparent);width:0;height:2px;transition:width .5s,left .5s;position:absolute;top:0;left:50%}.GalleryGrid-module__9_lsLW__galleryItem:hover .GalleryGrid-module__9_lsLW__itemInfo:before{width:100%;left:0}.GalleryGrid-module__9_lsLW__itemTitle{color:var(--color-charcoal);margin-bottom:.5rem;font-size:1.1rem;font-weight:700;transition:color .3s}.GalleryGrid-module__9_lsLW__galleryItem:hover .GalleryGrid-module__9_lsLW__itemTitle{color:var(--color-gold)}.GalleryGrid-module__9_lsLW__itemCategory{background:var(--color-gold);color:#fff;border-radius:1.5rem;padding:.35rem .9rem;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-block}.GalleryGrid-module__9_lsLW__galleryItem:hover .GalleryGrid-module__9_lsLW__itemCategory{background:var(--color-charcoal);transform:scale(1.05)}.GalleryGrid-module__9_lsLW__lightbox{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000f2;justify-content:center;align-items:center;padding:2rem;animation:.4s cubic-bezier(.4,0,.2,1) GalleryGrid-module__9_lsLW__lightboxFadeIn;display:flex;position:fixed;inset:0}@keyframes GalleryGrid-module__9_lsLW__lightboxFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.GalleryGrid-module__9_lsLW__closeButton{background:var(--color-gold);color:#fff;cursor:pointer;z-index:10001;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:2rem;right:2rem;box-shadow:0 4px 16px #c2ae8d66}.GalleryGrid-module__9_lsLW__closeButton:hover{color:var(--color-charcoal);background:#fff;transform:rotate(90deg)scale(1.1);box-shadow:0 6px 20px #ffffff4d}.GalleryGrid-module__9_lsLW__lightboxContent{background:#fff;border-radius:1.5rem;width:100%;max-width:900px;padding:2.5rem;animation:.5s cubic-bezier(.4,0,.2,1) .1s both GalleryGrid-module__9_lsLW__lightboxContentEnter;box-shadow:0 32px 64px #0006}@keyframes GalleryGrid-module__9_lsLW__lightboxContentEnter{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.GalleryGrid-module__9_lsLW__lightboxTitle{text-align:center;color:var(--color-charcoal);margin-bottom:2rem;font-size:1.75rem;font-weight:700;position:relative}.GalleryGrid-module__9_lsLW__lightboxTitle:after{content:"";background:linear-gradient(90deg,transparent,var(--color-gold),transparent);border-radius:2px;width:60px;height:3px;position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%)}.GalleryGrid-module__9_lsLW__lightboxImages{margin-bottom:2rem}.GalleryGrid-module__9_lsLW__comparisonSlider{background:#f5f5f5;border-radius:1rem;width:100%;height:500px;position:relative;overflow:hidden;box-shadow:inset 0 2px 8px #0000001a}.GalleryGrid-module__9_lsLW__beforeSlide,.GalleryGrid-module__9_lsLW__afterSlide{transition:clip-path .6s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.GalleryGrid-module__9_lsLW__beforeSlide{clip-path:inset(0)}.GalleryGrid-module__9_lsLW__beforeSlide.GalleryGrid-module__9_lsLW__slideHidden,.GalleryGrid-module__9_lsLW__slideHidden{clip-path:inset(0 100% 0 0)}.GalleryGrid-module__9_lsLW__afterSlide{clip-path:inset(0)}.GalleryGrid-module__9_lsLW__sliderImage{object-fit:contain;width:100%;height:100%}.GalleryGrid-module__9_lsLW__sliderLabel{color:#fff;z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#282828e6;border-radius:2rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:700;animation:2s ease-in-out infinite GalleryGrid-module__9_lsLW__labelPulse;position:absolute;top:1.5rem;left:1.5rem}@keyframes GalleryGrid-module__9_lsLW__labelPulse{0%,to{box-shadow:0 2px 8px #0003}50%{box-shadow:0 4px 16px #c2ae8d66}}.GalleryGrid-module__9_lsLW__toggleButtons{justify-content:center;gap:1rem;display:flex}.GalleryGrid-module__9_lsLW__toggleButton{border:2px solid var(--color-gold);color:var(--color-charcoal);cursor:pointer;background:0 0;border-radius:2rem;flex:1;max-width:200px;padding:.9rem 2rem;font-size:1rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.GalleryGrid-module__9_lsLW__toggleButton:before{content:"";background:var(--color-gold);transform-origin:0;z-index:-1;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;transform:scaleX(0)}.GalleryGrid-module__9_lsLW__toggleButton:hover:before{transform:scaleX(1)}.GalleryGrid-module__9_lsLW__toggleButton:hover{color:#fff;transform:translateY(-3px);box-shadow:0 6px 16px #c2ae8d4d}.GalleryGrid-module__9_lsLW__toggleButton.GalleryGrid-module__9_lsLW__active{background:var(--color-gold);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #c2ae8d66}.GalleryGrid-module__9_lsLW__toggleButton.GalleryGrid-module__9_lsLW__active:before{transform:scaleX(1)}@media (max-width:768px){.GalleryGrid-module__9_lsLW__gallery{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.GalleryGrid-module__9_lsLW__imageContainer{height:240px}.GalleryGrid-module__9_lsLW__lightbox{padding:1rem}.GalleryGrid-module__9_lsLW__closeButton{width:2.5rem;height:2.5rem;font-size:1.25rem;top:1rem;right:1rem}.GalleryGrid-module__9_lsLW__lightboxContent{padding:1.5rem}.GalleryGrid-module__9_lsLW__lightboxTitle{margin-bottom:1.5rem;font-size:1.5rem}.GalleryGrid-module__9_lsLW__comparisonSlider{height:350px}.GalleryGrid-module__9_lsLW__toggleButtons{flex-direction:column}.GalleryGrid-module__9_lsLW__toggleButton{max-width:100%}.GalleryGrid-module__9_lsLW__galleryItem:hover{transform:translateY(-8px)}}@media (max-width:480px){.GalleryGrid-module__9_lsLW__filterBar{gap:.5rem}.GalleryGrid-module__9_lsLW__filterButton{padding:.6rem 1.2rem;font-size:.85rem}.GalleryGrid-module__9_lsLW__gallery{grid-template-columns:1fr}.GalleryGrid-module__9_lsLW__comparisonSlider{height:300px}}@media (prefers-reduced-motion:reduce){.GalleryGrid-module__9_lsLW__gallerySection:before{animation:none}.GalleryGrid-module__9_lsLW__galleryItem,.GalleryGrid-module__9_lsLW__filterButton,.GalleryGrid-module__9_lsLW__toggleButton,.GalleryGrid-module__9_lsLW__lightbox,.GalleryGrid-module__9_lsLW__lightboxContent,.GalleryGrid-module__9_lsLW__closeButton,.GalleryGrid-module__9_lsLW__viewIcon,.GalleryGrid-module__9_lsLW__viewText,.GalleryGrid-module__9_lsLW__label{animation:none;transition-duration:.01ms!important}.GalleryGrid-module__9_lsLW__galleryItem{opacity:1;transform:none}}
.page-module___sf4dq__main{background:var(--color-cream)}.page-module___sf4dq__heroSection{background:linear-gradient(135deg,#282828 0%,#3d3d3d 100%);padding:8rem 0 6rem;position:relative;overflow:hidden}.page-module___sf4dq__heroSection:before{content:"";pointer-events:none;background:radial-gradient(circle at 30%,#c2ae8d26,#0000 60%);position:absolute;inset:0}.page-module___sf4dq__heroContent{text-align:center;z-index:1;position:relative}.page-module___sf4dq__heroContent h1{color:#fff;margin-bottom:1.5rem;animation:.8s page-module___sf4dq__fadeInUp}.page-module___sf4dq__heroSubtitle{color:#ffffffe6;max-width:700px;margin:0 auto;font-size:1.4rem;line-height:1.6;animation:1s page-module___sf4dq__fadeInUp}.page-module___sf4dq__ctaSection{background:linear-gradient(135deg,#282828 0%,#3d3d3d 100%);padding:6rem 0;position:relative;overflow:hidden}.page-module___sf4dq__ctaSection:before{content:"";pointer-events:none;background:radial-gradient(circle at 70%,#c2ae8d26,#0000 60%);position:absolute;inset:0}.page-module___sf4dq__ctaContent{text-align:center;z-index:1;position:relative}.page-module___sf4dq__ctaContent h2{color:#fff;margin-bottom:1.5rem}.page-module___sf4dq__ctaText{color:#ffffffd9;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.page-module___sf4dq__ctaActions{justify-content:center;align-items:center;gap:1.5rem;display:flex}@media (max-width:768px){.page-module___sf4dq__heroSection{padding:6rem 0 4rem}.page-module___sf4dq__heroContent h1{font-size:2.5rem}.page-module___sf4dq__heroSubtitle{font-size:1.1rem}.page-module___sf4dq__ctaSection{padding:4rem 0}.page-module___sf4dq__ctaActions{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.page-module___sf4dq__ctaActions .page-module___sf4dq__btn{width:100%}}
