.HeroSection-module__KHHmxW__hero{background:var(--bg-dark);height:90vh;min-height:600px;color:var(--text-light);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.HeroSection-module__KHHmxW__bgImage{opacity:0;z-index:0;width:100%;height:100%;transition:opacity 1.5s ease-in-out;position:absolute;top:0;left:0}.HeroSection-module__KHHmxW__bgImage.HeroSection-module__KHHmxW__active{opacity:1}.HeroSection-module__KHHmxW__bgOverlay{z-index:1;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__KHHmxW__content{z-index:2;text-align:center;max-width:1000px;padding:0 2rem;animation:1.5s ease-out HeroSection-module__KHHmxW__fadeIn;position:relative}@keyframes HeroSection-module__KHHmxW__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HeroSection-module__KHHmxW__title{color:#fff;text-shadow:2px 4px 10px #00000080;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(3.5rem,8vw,6.5rem);font-weight:800;line-height:1.1}.HeroSection-module__KHHmxW__brandAffiliation{color:#f8fafc;letter-spacing:.05em;text-shadow:0 2px 8px #000c,0 0 12px #d4af3766;margin-top:-.25rem;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(1.2rem,2.5vw,1.8rem);font-style:italic;font-weight:500}.HeroSection-module__KHHmxW__subtitle{color:#fff;text-shadow:1px 2px 5px #00000080;margin-bottom:3rem;font-size:clamp(1.2rem,3vw,2rem);font-style:italic;font-weight:400}.HeroSection-module__KHHmxW__buttons{justify-content:center;gap:1.5rem;display:flex}.HeroSection-module__KHHmxW__buttons .HeroSection-module__KHHmxW__btn-outline{color:#fff;border:2px solid #fffc}.HeroSection-module__KHHmxW__buttons .HeroSection-module__KHHmxW__btn-outline:hover{color:var(--primary-dark);background:#fff}@media (max-width:600px){.HeroSection-module__KHHmxW__buttons{flex-direction:column}}
.AboutSection-module__GTHSnq__aboutSection{background-color:var(--bg-main);padding:3rem 0;overflow:hidden}.AboutSection-module__GTHSnq__grid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:992px){.AboutSection-module__GTHSnq__grid{grid-template-columns:1.1fr .9fr;gap:5rem}}.AboutSection-module__GTHSnq__imageColumn{justify-content:center;align-items:center;width:100%;height:520px;display:flex;position:relative}.AboutSection-module__GTHSnq__imagesContainer{justify-content:space-between;width:100%;max-width:550px;height:100%;display:flex;position:relative}.AboutSection-module__GTHSnq__imageWrapper{border:1px solid #fff6;border-radius:24px;width:47%;height:440px;position:relative;overflow:hidden;box-shadow:0 20px 40px #4a101b1f}.AboutSection-module__GTHSnq__imageLeft{transform:translateY(40px)}.AboutSection-module__GTHSnq__imageRight{transform:translateY(-10px)}.AboutSection-module__GTHSnq__badge{background:var(--bg-dark);border:6px solid var(--accent-gold);z-index:10;width:130px;height:130px;color:var(--text-light);text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);box-shadow:0 12px 30px #a82b3d59}.AboutSection-module__GTHSnq__badgeLabel{letter-spacing:2px;text-transform:uppercase;color:var(--accent-gold);margin-bottom:2px;font-size:.7rem;font-weight:600}.AboutSection-module__GTHSnq__badgeYear{font-size:1.8rem;font-weight:700;line-height:1}.AboutSection-module__GTHSnq__contentColumn{flex-direction:column;justify-content:center;display:flex}.AboutSection-module__GTHSnq__subtitle{color:var(--primary);letter-spacing:3px;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:.75rem;font-size:.9rem;font-weight:700;display:flex}.AboutSection-module__GTHSnq__subtitle:after{content:"";background-color:var(--accent-gold);width:30px;height:2px;display:inline-block}.AboutSection-module__GTHSnq__title{color:var(--primary-dark);margin-bottom:1.5rem;font-size:2.2rem;font-weight:700;line-height:1.25}@media (min-width:768px){.AboutSection-module__GTHSnq__title{font-size:2.8rem}}.AboutSection-module__GTHSnq__text{color:var(--text-muted);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.7}.AboutSection-module__GTHSnq__metricsGrid{grid-template-columns:1fr;gap:1rem;margin:2rem 0;display:grid}@media (min-width:480px){.AboutSection-module__GTHSnq__metricsGrid{grid-template-columns:repeat(3,1fr)}}.AboutSection-module__GTHSnq__metricCard{background:var(--bg-surface);text-align:center;border:1px solid #a82b3d14;border-radius:16px;padding:1.5rem 1rem;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;box-shadow:0 4px 20px #a82b3d05}.AboutSection-module__GTHSnq__metricCard:hover{border-color:#a82b3d33;transform:translateY(-5px);box-shadow:0 12px 24px #a82b3d1a}.AboutSection-module__GTHSnq__metricIcon{color:var(--accent-gold);margin-bottom:.5rem;font-size:2rem;display:inline-block}.AboutSection-module__GTHSnq__metricVal{color:var(--text-main);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.AboutSection-module__GTHSnq__metricLabel{color:var(--text-muted);font-size:.8rem;font-weight:500;line-height:1.2}.AboutSection-module__GTHSnq__buttonContainer{margin-top:1rem}.AboutSection-module__GTHSnq__btnArrow{margin-left:8px;font-size:.95rem;transition:transform .2s}.AboutSection-module__GTHSnq__buttonContainer .btn:hover .AboutSection-module__GTHSnq__btnArrow{transform:translate(4px)}.AboutSection-module__GTHSnq__revealLeft{opacity:0;transition:opacity 1s cubic-bezier(.2,.8,.2,1),transform 1s cubic-bezier(.2,.8,.2,1);transform:translate(-60px)translateY(40px)!important}.AboutSection-module__GTHSnq__revealRight{opacity:0;transition:opacity 1s cubic-bezier(.2,.8,.2,1) .2s,transform 1s cubic-bezier(.2,.8,.2,1) .2s;transform:translate(60px)translateY(-10px)!important}.AboutSection-module__GTHSnq__revealBadge{opacity:0;transition:opacity .8s cubic-bezier(.34,1.56,.64,1) .5s,transform .8s cubic-bezier(.34,1.56,.64,1) .5s;transform:translate(-50%,-50%)scale(.3)!important}.AboutSection-module__GTHSnq__revealContent{opacity:0;transition:opacity .8s,transform .8s cubic-bezier(.2,.8,.2,1);transform:translateY(40px)}.AboutSection-module__GTHSnq__revealCards{opacity:0;transition:opacity .8s .3s,transform .8s cubic-bezier(.2,.8,.2,1) .3s;transform:translateY(40px)}.AboutSection-module__GTHSnq__revealButton{opacity:0;transition:opacity .6s .5s,transform .6s cubic-bezier(.2,.8,.2,1) .5s;transform:translateY(30px)}.AboutSection-module__GTHSnq__visible .AboutSection-module__GTHSnq__revealLeft{opacity:1;transform:translate(0)translateY(40px)!important}.AboutSection-module__GTHSnq__visible .AboutSection-module__GTHSnq__revealRight{opacity:1;transform:translate(0)translateY(-10px)!important}.AboutSection-module__GTHSnq__visible .AboutSection-module__GTHSnq__revealBadge{opacity:1;transform:translate(-50%,-50%)scale(1)!important}.AboutSection-module__GTHSnq__visible .AboutSection-module__GTHSnq__revealContent,.AboutSection-module__GTHSnq__visible .AboutSection-module__GTHSnq__revealCards,.AboutSection-module__GTHSnq__visible .AboutSection-module__GTHSnq__revealButton{opacity:1;transform:translateY(0)}
.ServicesSection-module__fn5Afq__servicesSection{background-color:#fff;padding:3rem 0;overflow:hidden}.ServicesSection-module__fn5Afq__sectionHeader{text-align:center;margin-bottom:4rem}.ServicesSection-module__fn5Afq__subtitle{color:var(--primary);letter-spacing:3px;text-transform:uppercase;justify-content:center;align-items:center;gap:8px;margin-bottom:.75rem;font-size:.9rem;font-weight:700;display:flex}.ServicesSection-module__fn5Afq__subtitle:before,.ServicesSection-module__fn5Afq__subtitle:after{content:"";background-color:var(--accent-gold);width:25px;height:2px;display:inline-block}.ServicesSection-module__fn5Afq__title{color:var(--primary-dark);margin-top:.5rem;font-size:2.2rem;font-weight:700}@media (min-width:768px){.ServicesSection-module__fn5Afq__title{font-size:2.8rem}}.ServicesSection-module__fn5Afq__grid{max-width:var(--max-width);grid-template-columns:1fr;gap:2.5rem;margin:0 auto;padding:0 1rem;display:grid}@media (min-width:768px){.ServicesSection-module__fn5Afq__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.ServicesSection-module__fn5Afq__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.ServicesSection-module__fn5Afq__card{background-color:var(--bg-dark);cursor:pointer;border:1px solid #ffffff1a;border-radius:24px;height:440px;transition:transform .4s cubic-bezier(.25,.8,.25,1),box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 10px 30px #4a101b14}.ServicesSection-module__fn5Afq__card:hover{border-color:#d4af374d;transform:translateY(-12px);box-shadow:0 22px 40px #a82b3d33}.ServicesSection-module__fn5Afq__imageContainer{z-index:1;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.8,.25,1),opacity .4s;position:absolute;top:0;left:0}.ServicesSection-module__fn5Afq__cardImage{transition:transform .6s cubic-bezier(.25,.8,.25,1)}.ServicesSection-module__fn5Afq__imageOverlay{background:linear-gradient(to top, #4a101bf2 0%, #4a101b80 50%, #0000 100__%);z-index:2;background:linear-gradient(#0000 0%,#4a101b66 40%,#4a101bfa 100%);width:100%;height:100%;transition:background .4s;position:absolute;top:0;left:0}.ServicesSection-module__fn5Afq__card:hover .ServicesSection-module__fn5Afq__imageContainer{opacity:.18;transform:scale(1.1)}.ServicesSection-module__fn5Afq__card:hover .ServicesSection-module__fn5Afq__imageOverlay{background:#4a101be6}.ServicesSection-module__fn5Afq__defaultContent{box-sizing:border-box;z-index:3;text-align:center;width:100%;padding:3rem 2rem;transition:transform .4s cubic-bezier(.25,.8,.25,1),opacity .3s;position:absolute;bottom:0;left:0}.ServicesSection-module__fn5Afq__cardTitle{color:#fff;text-shadow:0 2px 10px #0006;letter-spacing:1px;font-size:1.6rem;font-weight:700}.ServicesSection-module__fn5Afq__card:hover .ServicesSection-module__fn5Afq__defaultContent{opacity:0;transform:translateY(-30px)}.ServicesSection-module__fn5Afq__hoverContent{box-sizing:border-box;z-index:4;text-align:center;opacity:0;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2.5rem 2rem;transition:transform .4s cubic-bezier(.25,.8,.25,1),opacity .3s;display:flex;position:absolute;top:0;left:0;transform:translateY(100%)}.ServicesSection-module__fn5Afq__card:hover .ServicesSection-module__fn5Afq__hoverContent{opacity:1;transform:translateY(0)}.ServicesSection-module__fn5Afq__hoverTitle{color:var(--accent-gold);letter-spacing:1px;border-bottom:2px solid var(--primary-light);width:80%;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.6rem;font-weight:700}.ServicesSection-module__fn5Afq__hoverText{color:#ffffffe6;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.ServicesSection-module__fn5Afq__bulletList{flex-direction:column;align-items:center;gap:.5rem;width:100%;margin:0 0 2rem;padding:0;list-style:none;display:flex}.ServicesSection-module__fn5Afq__bulletItem{color:#fff;opacity:.95;align-items:center;font-size:.85rem;font-weight:500;display:flex}.ServicesSection-module__fn5Afq__bulletIcon{color:var(--accent-gold);flex-shrink:0;margin-right:8px;font-size:.9rem}.ServicesSection-module__fn5Afq__hoverBtn{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-color:#fff;padding:.6rem 1.5rem;font-size:.85rem}.ServicesSection-module__fn5Afq__hoverBtn:hover{background-color:var(--accent-gold);border-color:var(--accent-gold);color:var(--bg-dark)}.ServicesSection-module__fn5Afq__revealHeader{opacity:0;transition:opacity .8s,transform .8s cubic-bezier(.2,.8,.2,1);transform:translateY(30px)}.ServicesSection-module__fn5Afq__revealCard{opacity:0;transition:opacity .8s,transform .8s cubic-bezier(.2,.8,.2,1);transform:translateY(50px)}.ServicesSection-module__fn5Afq__visible .ServicesSection-module__fn5Afq__revealHeader,.ServicesSection-module__fn5Afq__visible .ServicesSection-module__fn5Afq__revealCard{opacity:1;transform:translateY(0)}.ServicesSection-module__fn5Afq__card1{transition-delay:.1s}.ServicesSection-module__fn5Afq__card2{transition-delay:.25s}.ServicesSection-module__fn5Afq__card3{transition-delay:.4s}
.page-module___8aEwW__section{padding:3rem 0}.page-module___8aEwW__sectionTitle{text-align:center;color:var(--primary-dark);margin-bottom:3rem;font-size:2.5rem}.page-module___8aEwW__featuredGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.page-module___8aEwW__whyUsSection{background:#fff;padding:3rem 0}.page-module___8aEwW__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.page-module___8aEwW__featureCard{text-align:center;background:var(--bg-main);border:1px solid #a82b3d0f;border-radius:20px;padding:2.5rem 2rem;transition:transform .4s cubic-bezier(.25,.8,.25,1),box-shadow .4s,border-color .4s;box-shadow:0 4px 20px #00000003}.page-module___8aEwW__featureCard:hover{border-color:#a82b3d33;transform:translateY(-8px);box-shadow:0 15px 30px #a82b3d14}.page-module___8aEwW__featureIcon{color:var(--primary);margin-bottom:1.25rem;font-size:3.5rem;transition:transform .7s cubic-bezier(.4,0,.2,1);display:inline-block}.page-module___8aEwW__featureCard:hover .page-module___8aEwW__featureIcon{transform:rotate(360deg)}.page-module___8aEwW__testimonialsContainer{width:100%;padding:2rem 0;position:relative;overflow:hidden}.page-module___8aEwW__testimonialsTrack{gap:2rem;width:max-content;animation:150s linear infinite page-module___8aEwW__scroll;display:flex}.page-module___8aEwW__testimonialsTrack:hover{animation-play-state:paused}@keyframes page-module___8aEwW__scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1rem))}}.page-module___8aEwW__testimonialCard{border-top:4px solid var(--primary);background:#fff;border-radius:12px;flex-direction:column;flex-shrink:0;width:350px;min-height:250px;padding:2.5rem 2rem;display:flex;box-shadow:0 4px 20px #0000000d}.page-module___8aEwW__stars{color:var(--accent-gold);margin-bottom:1rem}.page-module___8aEwW__quote{color:var(--text-muted);flex-grow:1;margin-bottom:2rem;font-style:italic}.page-module___8aEwW__reviewerInfo{align-items:center;gap:1rem;margin-top:auto;display:flex}.page-module___8aEwW__reviewerPhoto{object-fit:cover;width:75px;height:75px;color:var(--text-muted);background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.page-module___8aEwW__reviewerAvatar{border:2px solid #fff;box-shadow:0 4px 10px #a82b3d33;background:var(--primary)!important;color:#fff!important}.page-module___8aEwW__author{color:var(--text-main);font-weight:600;line-height:1.2}.page-module___8aEwW__role{color:var(--text-muted);font-size:.9rem}
.GallerySection-module__9_F1Yq__section{background-color:var(--bg-main,#fafafa);padding:3rem 0;overflow:hidden}.GallerySection-module__9_F1Yq__sectionTitle{text-align:center;color:var(--primary-dark,#1e293b);margin-bottom:1rem;font-size:2.5rem}.GallerySection-module__9_F1Yq__sectionSubtitle{text-align:center;color:var(--text-muted,#6b7280);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.GallerySection-module__9_F1Yq__carouselContainer{max-width:1000px;margin:0 auto;padding:0 1.5rem;position:relative}.GallerySection-module__9_F1Yq__sliderViewport{background:#fff;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000026}.GallerySection-module__9_F1Yq__sliderTrack{transition:transform .6s cubic-bezier(.25,1,.5,1);display:flex}.GallerySection-module__9_F1Yq__slide{background:#fff;flex-shrink:0;justify-content:center;align-items:center;min-width:100%;height:420px;display:flex;position:relative}.GallerySection-module__9_F1Yq__mediaWrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.GallerySection-module__9_F1Yq__slideImg{object-fit:cover;width:100%;height:100%}.GallerySection-module__9_F1Yq__slideVideo{object-fit:cover;background:#fff;width:100%;height:100%}.GallerySection-module__9_F1Yq__mediaCaption{color:#fff;text-align:center;pointer-events:none;background:linear-gradient(#0000,#000000d9);padding:2.5rem 1.5rem 1.5rem;font-size:1.25rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.GallerySection-module__9_F1Yq__navBtn{width:50px;height:50px;color:var(--primary,#a82b3d);cursor:pointer;z-index:10;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 15px #00000026}.GallerySection-module__9_F1Yq__navBtn:hover{background:var(--primary,#a82b3d);color:#fff;transform:translateY(-50%)scale(1.1)}.GallerySection-module__9_F1Yq__prevBtn{left:20px}.GallerySection-module__9_F1Yq__nextBtn{right:20px}.GallerySection-module__9_F1Yq__indicators{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.GallerySection-module__9_F1Yq__dot{cursor:pointer;background:#d1d5db;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.GallerySection-module__9_F1Yq__dot.GallerySection-module__9_F1Yq__active{background:var(--primary,#a82b3d);border-radius:5px;width:24px;transform:scale(1.3)}@media (max-width:768px){.GallerySection-module__9_F1Yq__slide{height:350px}.GallerySection-module__9_F1Yq__navBtn{width:40px;height:40px;font-size:1rem}.GallerySection-module__9_F1Yq__prevBtn{left:10px}.GallerySection-module__9_F1Yq__nextBtn{right:10px}}
