.Header-module__hBw1pG__header{z-index:1000;background-color:#0000;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled{background-color:var(--nav-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #ffffff1a;padding:1rem 0;box-shadow:0 4px 30px #0000000d}.Header-module__hBw1pG__nav{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logo a{font-family:var(--font-playfair),serif;letter-spacing:1px;font-size:1.5rem;font-weight:700}.Header-module__hBw1pG__logoLink{align-items:center;gap:12px;text-decoration:none;display:flex}.Header-module__hBw1pG__logoText{flex-direction:column;display:flex}.Header-module__hBw1pG__logoImage{object-fit:contain;background-color:#fff;border-radius:8px;padding:4px}.Header-module__hBw1pG__brandPrimary{color:var(--primary);transition:color .3s}.Header-module__hBw1pG__brandSecondary{color:var(--foreground);font-weight:400;font-family:var(--font-montserrat),sans-serif;text-transform:uppercase;letter-spacing:4px;font-size:1rem;transition:color .3s;display:block}.Header-module__hBw1pG__header:not(.Header-module__hBw1pG__scrolled) .Header-module__hBw1pG__brandPrimary,.Header-module__hBw1pG__header:not(.Header-module__hBw1pG__scrolled) .Header-module__hBw1pG__link{color:#fff}.Header-module__hBw1pG__header:not(.Header-module__hBw1pG__scrolled) .Header-module__hBw1pG__brandSecondary{color:#ffffffe6}.Header-module__hBw1pG__desktopLinks{gap:2rem;display:flex}.Header-module__hBw1pG__link{text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:500;position:relative}.Header-module__hBw1pG__link:after{content:"";background-color:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__hBw1pG__link:hover:after,.Header-module__hBw1pG__activeLink:after{width:100%}.Header-module__hBw1pG__activeLink{color:var(--primary)!important}.Header-module__hBw1pG__btnHeader{padding:.75rem 1.5rem;font-size:.8rem}.Header-module__hBw1pG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;padding:.5rem;display:none}.Header-module__hBw1pG__bar{background-color:var(--foreground);width:25px;height:2px;margin:5px auto;transition:all .3s ease-in-out;display:block}.Header-module__hBw1pG__header:not(.Header-module__hBw1pG__scrolled) .Header-module__hBw1pG__hamburger:not(.Header-module__hBw1pG__active) .Header-module__hBw1pG__bar{background-color:#fff}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__active .Header-module__hBw1pG__bar:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__active .Header-module__hBw1pG__bar:nth-child(2){opacity:0}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__active .Header-module__hBw1pG__bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__hBw1pG__mobileMenu{background-color:var(--surface);z-index:1000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;transition:right .4s;display:flex;position:fixed;top:0;right:-100%;box-shadow:-5px 0 15px #0000001a}.Header-module__hBw1pG__mobileMenu.Header-module__hBw1pG__open{right:0}.Header-module__hBw1pG__mobileLinks{text-align:center;flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}.Header-module__hBw1pG__mobileLink{font-size:1.5rem;font-weight:600;font-family:var(--font-playfair),serif;color:var(--foreground);text-transform:uppercase;letter-spacing:2px;transition:color .3s}.Header-module__hBw1pG__mobileLink:hover{color:var(--primary)}@media (max-width:900px){.Header-module__hBw1pG__desktopLinks,.Header-module__hBw1pG__desktopCallNow{display:none}.Header-module__hBw1pG__hamburger{display:block}}@media (max-width:480px){.Header-module__hBw1pG__logo a{font-size:1.25rem}.Header-module__hBw1pG__brandSecondary{letter-spacing:2px;font-size:.75rem}}
.Hero-module__ZARIfG__hero{color:#fff;justify-content:center;align-items:center;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__bgImage{object-fit:cover;object-position:center}.Hero-module__ZARIfG__overlay{background:linear-gradient(#1a1a1a66 0%,#1a1a1ab3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{z-index:1;text-align:center;max-width:900px;padding-top:5rem;animation:1s ease-out forwards Hero-module__ZARIfG__fadeIn;position:relative}.Hero-module__ZARIfG__title{text-shadow:0 4px 12px #0000004d;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.2}.Hero-module__ZARIfG__line{display:block}.Hero-module__ZARIfG__highlight{color:var(--secondary);margin-top:.5rem;font-size:clamp(2rem,4vw,3.5rem);display:block}.Hero-module__ZARIfG__subtitle{color:#f0f0f0;opacity:.9;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,2vw,1.25rem)}.Hero-module__ZARIfG__actions{justify-content:center;gap:1.5rem;display:flex}.Hero-module__ZARIfG__outlineBtn{color:#fff;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;background-color:#0000;border:1px solid #fff;border-radius:4px;padding:1rem 2rem;font-size:.875rem;font-weight:500;transition:all .3s;display:inline-block}.Hero-module__ZARIfG__outlineBtn:hover{color:var(--foreground);background-color:#fff}@keyframes Hero-module__ZARIfG__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module__ZARIfG__actions{flex-direction:column;padding:0 2rem}}
.About-module__vAULUW__aboutSection{color:#fff;position:relative;overflow:hidden}.About-module__vAULUW__videoBg{z-index:0;position:absolute;inset:0}.About-module__vAULUW__video{object-fit:cover;object-position:center;width:100%;height:100%}.About-module__vAULUW__overlay{background:linear-gradient(120deg,#0a0604bf 0%,#1a100aa6 100%);position:absolute;inset:0}.About-module__vAULUW__aboutGrid{z-index:1;grid-template-columns:1fr 1.4fr;align-items:center;gap:5rem;display:grid;position:relative}@media (max-width:992px){.About-module__vAULUW__aboutGrid{grid-template-columns:1fr;gap:3rem}}.About-module__vAULUW__badgeColumn{justify-content:center;align-items:center;display:flex}.About-module__vAULUW__experienceBadge{text-align:center;border:3px solid var(--secondary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#8b5a4440;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:220px;height:220px;display:flex;box-shadow:0 0 0 8px #d4af371f,0 20px 50px #0006}.About-module__vAULUW__years{font-family:var(--font-playfair),serif;color:var(--secondary);font-size:4rem;font-weight:700;line-height:1}.About-module__vAULUW__badgeText{text-transform:uppercase;letter-spacing:2px;color:#ffffffe6;font-size:.85rem;font-weight:600;line-height:1.5}.About-module__vAULUW__contentColumn{flex-direction:column;display:flex}.About-module__vAULUW__title{color:var(--secondary);text-transform:uppercase;letter-spacing:4px;font-size:.85rem;font-family:var(--font-montserrat),sans-serif;margin-bottom:1rem;font-weight:600}.About-module__vAULUW__subtitle{color:#fff;margin-bottom:1.75rem;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.25}.About-module__vAULUW__textContent{color:#fffc;margin-bottom:2rem;font-size:1rem;line-height:1.75}.About-module__vAULUW__textContent p{margin-bottom:1rem}.About-module__vAULUW__benefitsList{flex-direction:column;gap:1rem;margin:0 0 2.5rem;padding:0;list-style:none;display:flex}.About-module__vAULUW__benefitsList li{color:#ffffffd9;align-items:flex-start;gap:1rem;font-size:1rem;display:flex}.About-module__vAULUW__check{color:var(--secondary);flex-shrink:0;margin-top:2px;font-size:1.1rem;font-weight:700}.About-module__vAULUW__benefitsList strong{color:#fff;font-weight:600}.About-module__vAULUW__ctaBtn{align-self:flex-start;padding:1.1rem 2.5rem;font-size:.95rem}@media (max-width:992px){.About-module__vAULUW__badgeColumn{justify-content:flex-start}}@media (max-width:600px){.About-module__vAULUW__experienceBadge{width:180px;height:180px}.About-module__vAULUW__years{font-size:3rem}}
.Stats-module__yL2aHq__statsSection{background:linear-gradient(135deg,var(--primary)0%,#6b3f2c 100%);color:#fff;padding:5rem 0}.Stats-module__yL2aHq__grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.Stats-module__yL2aHq__item{border-right:1px solid #fff3;padding:1rem}.Stats-module__yL2aHq__item:last-child{border-right:none}.Stats-module__yL2aHq__value{font-family:var(--font-playfair),serif;color:var(--secondary);margin-bottom:.75rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;line-height:1}.Stats-module__yL2aHq__label{text-transform:uppercase;letter-spacing:1.5px;opacity:.9;font-size:.9rem;font-weight:500}@media (max-width:768px){.Stats-module__yL2aHq__grid{grid-template-columns:repeat(2,1fr)}.Stats-module__yL2aHq__item:nth-child(2){border-right:none}.Stats-module__yL2aHq__item:first-child,.Stats-module__yL2aHq__item:nth-child(2){border-bottom:1px solid #fff3;margin-bottom:.5rem;padding-bottom:2rem}}@media (max-width:480px){.Stats-module__yL2aHq__grid{grid-template-columns:1fr 1fr;gap:1.5rem}}
.HowWeWork-module__yZFjlG__howWeWorkSection{background-color:var(--surface)}.HowWeWork-module__yZFjlG__sectionHeader{text-align:center;width:100%;margin:0 auto 5rem;position:relative}.HowWeWork-module__yZFjlG__sectionHeader:before{content:"";z-index:0;background-color:#0000001a;height:1px;position:absolute;top:50%;left:0;right:0}@media (prefers-color-scheme:dark){.HowWeWork-module__yZFjlG__sectionHeader:before{background-color:#ffffff1a}}.HowWeWork-module__yZFjlG__title{z-index:1;background-color:var(--surface);font-family:var(--font-montserrat),sans-serif;text-transform:uppercase;letter-spacing:1px;padding:0 2rem;font-size:clamp(1.2rem,2.5vw,2.2rem);font-weight:400;display:inline-block;position:relative}.HowWeWork-module__yZFjlG__normalText{color:var(--foreground)}.HowWeWork-module__yZFjlG__highlightText{color:var(--primary);font-weight:500}.HowWeWork-module__yZFjlG__timeline{justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto;display:flex}.HowWeWork-module__yZFjlG__stepContainer{flex:1;align-items:flex-start;display:flex}.HowWeWork-module__yZFjlG__stepContainer:last-child{flex:0}.HowWeWork-module__yZFjlG__step{text-align:center;flex-direction:column;flex:1;align-items:center;min-width:130px;display:flex}.HowWeWork-module__yZFjlG__iconContainer{background-color:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:95px;height:95px;margin-bottom:1.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 15px #8b5a4466}.HowWeWork-module__yZFjlG__step:hover .HowWeWork-module__yZFjlG__iconContainer{background-color:var(--secondary);transform:translateY(-5px);box-shadow:0 8px 25px #8b5a4499}.HowWeWork-module__yZFjlG__stepTitle{color:var(--foreground);opacity:.85;max-width:160px;margin:0 auto;font-size:.9rem;font-weight:500;line-height:1.4}.HowWeWork-module__yZFjlG__connector{height:95px;color:var(--foreground);opacity:.3;flex:1;align-items:center;min-width:20px;margin:0 .5rem;display:flex}.HowWeWork-module__yZFjlG__connectorSvg{width:100%;height:12px;overflow:visible}@media (max-width:992px){.HowWeWork-module__yZFjlG__step{min-width:100px}.HowWeWork-module__yZFjlG__iconContainer{width:70px;height:70px}.HowWeWork-module__yZFjlG__connector{height:70px}}@media (max-width:768px){.HowWeWork-module__yZFjlG__title{padding:0 1rem;font-size:1.1rem;line-height:1.4}.HowWeWork-module__yZFjlG__timeline{flex-direction:column;align-items:center}.HowWeWork-module__yZFjlG__stepContainer{flex-direction:column;flex:none;align-items:center;width:100%}.HowWeWork-module__yZFjlG__step{width:100%;margin-bottom:.5rem}.HowWeWork-module__yZFjlG__stepTitle{max-width:250px}.HowWeWork-module__yZFjlG__connector{justify-content:center;width:40px;height:40px;margin:1rem 0}.HowWeWork-module__yZFjlG__connectorSvg{width:40px;height:10px;transform:rotate(90deg)}}
.Services-module__dpHhBa__servicesSection{background-color:var(--surface)}.Services-module__dpHhBa__sectionHeader{text-align:center;max-width:700px;margin:0 auto 5rem}.Services-module__dpHhBa__title{color:var(--primary);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.Services-module__dpHhBa__subtitle{opacity:.8;font-size:1.125rem;line-height:1.6}.Services-module__dpHhBa__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;display:grid}.Services-module__dpHhBa__card{background:var(--background);border:1px solid #00000008;border-top:4px solid var(--primary);border-radius:8px;flex-direction:column;transition:transform .4s,box-shadow .4s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}@media (prefers-color-scheme:dark){.Services-module__dpHhBa__card{border:1px solid #ffffff0d}}.Services-module__dpHhBa__card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.Services-module__dpHhBa__imageWrapper{width:100%;padding-top:60%;position:relative;overflow:hidden}.Services-module__dpHhBa__image{object-fit:cover;transition:transform .6s}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__image{transform:scale(1.05)}.Services-module__dpHhBa__content{flex-direction:column;flex-grow:1;padding:2.5rem 2rem;display:flex}.Services-module__dpHhBa__cardTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem}.Services-module__dpHhBa__cardDescription{opacity:.75;flex-grow:1;margin-bottom:2rem;font-size:1rem;line-height:1.6}.Services-module__dpHhBa__learnMore{cursor:pointer;color:var(--primary);font-weight:600;font-family:var(--font-montserrat);text-transform:uppercase;letter-spacing:1px;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-size:.8rem;transition:color .3s;display:flex}.Services-module__dpHhBa__learnMore span{transition:transform .3s}.Services-module__dpHhBa__learnMore:hover{color:var(--secondary)}.Services-module__dpHhBa__learnMore:hover span{transform:translate(5px)}
.Portfolio-module__uAcsSq__portfolioSection{background-color:var(--surface)}.Portfolio-module__uAcsSq__sectionHeader{text-align:center;max-width:700px;margin:0 auto 4rem}.Portfolio-module__uAcsSq__title{color:var(--primary);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.Portfolio-module__uAcsSq__subtitle{opacity:.8;font-size:1.125rem;line-height:1.6}.Portfolio-module__uAcsSq__gallery{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (max-width:768px){.Portfolio-module__uAcsSq__gallery{grid-template-columns:1fr}}.Portfolio-module__uAcsSq__portfolioItem{background-color:var(--background);border-radius:12px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.Portfolio-module__uAcsSq__imageWrapper{width:100%;padding-top:75%;position:relative}.Portfolio-module__uAcsSq__image{object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.Portfolio-module__uAcsSq__overlay{opacity:0;background:linear-gradient(#0000 40%,#000c 100%);align-items:flex-end;width:100%;height:100%;padding:2.5rem;transition:opacity .4s;display:flex;position:absolute;top:0;left:0}.Portfolio-module__uAcsSq__overlayContent{transition:transform .4s;transform:translateY(20px)}.Portfolio-module__uAcsSq__category{color:var(--secondary);font-family:var(--font-montserrat),sans-serif;text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.Portfolio-module__uAcsSq__projectTitle{color:#fff;font-size:1.75rem;font-family:var(--font-playfair),serif;margin:0}.Portfolio-module__uAcsSq__portfolioItem:hover .Portfolio-module__uAcsSq__image{transform:scale(1.08)}.Portfolio-module__uAcsSq__portfolioItem:hover .Portfolio-module__uAcsSq__overlay{opacity:1}.Portfolio-module__uAcsSq__portfolioItem:hover .Portfolio-module__uAcsSq__overlayContent{transform:translateY(0)}.Portfolio-module__uAcsSq__portfolioItem{cursor:pointer}.Portfolio-module__uAcsSq__viewBtn{color:var(--secondary);letter-spacing:1px;font-size:.85rem;font-weight:600;font-family:var(--font-montserrat),sans-serif;margin-top:.75rem;display:inline-block}.Portfolio-module__uAcsSq__lightboxBackdrop{z-index:2000;background:#000000eb;justify-content:center;align-items:center;padding:2rem;animation:.25s Portfolio-module__uAcsSq__fadeInBg;display:flex;position:fixed;inset:0}@keyframes Portfolio-module__uAcsSq__fadeInBg{0%{opacity:0}to{opacity:1}}.Portfolio-module__uAcsSq__lightboxClose{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;transition:background .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Portfolio-module__uAcsSq__lightboxClose:hover{background:var(--primary)}.Portfolio-module__uAcsSq__lightboxContent{width:100%;max-width:900px;animation:.3s cubic-bezier(.34,1.56,.64,1) Portfolio-module__uAcsSq__scaleIn}@keyframes Portfolio-module__uAcsSq__scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.Portfolio-module__uAcsSq__lightboxImageWrapper{border-radius:12px;width:100%;padding-top:66%;position:relative;overflow:hidden}.Portfolio-module__uAcsSq__lightboxImage{object-fit:cover}.Portfolio-module__uAcsSq__lightboxTitle{text-align:center;color:#fff;font-family:var(--font-playfair),serif;margin-top:1.25rem;font-size:1.5rem}@media (max-width:480px){.Portfolio-module__uAcsSq__overlay{padding:1.5rem}.Portfolio-module__uAcsSq__projectTitle{font-size:1.4rem}}
.Testimonials-module__ItA9Ha__section{background-color:var(--surface)}.Testimonials-module__ItA9Ha__header{text-align:center;margin-bottom:3rem}.Testimonials-module__ItA9Ha__title{color:var(--foreground);margin-bottom:.75rem;font-size:clamp(2rem,3.5vw,2.75rem)}.Testimonials-module__ItA9Ha__subtitle{color:var(--foreground);opacity:.65;font-size:1.05rem}.Testimonials-module__ItA9Ha__carouselWrapper{align-items:center;gap:1rem;max-width:820px;margin:0 auto;display:flex;position:relative}.Testimonials-module__ItA9Ha__track{flex:1;min-height:280px;position:relative}.Testimonials-module__ItA9Ha__card{background-color:var(--background);opacity:0;pointer-events:none;border:1px solid #0000000d;border-radius:16px;padding:2.5rem;transition:opacity .5s,transform .5s;position:absolute;inset:0;transform:translate(40px);box-shadow:0 4px 24px #00000012}.Testimonials-module__ItA9Ha__cardActive{opacity:1;pointer-events:auto;position:relative;transform:translate(0)}.Testimonials-module__ItA9Ha__stars{margin-bottom:1.25rem}.Testimonials-module__ItA9Ha__star{color:var(--secondary);font-size:1.25rem}.Testimonials-module__ItA9Ha__quote{color:var(--foreground);opacity:.85;margin:0 0 2rem;font-size:1.05rem;font-style:italic;line-height:1.75}.Testimonials-module__ItA9Ha__author{align-items:center;gap:1rem;display:flex}.Testimonials-module__ItA9Ha__avatar{background-color:var(--primary);color:#fff;width:48px;height:48px;font-family:var(--font-playfair),serif;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.Testimonials-module__ItA9Ha__name{color:var(--foreground);font-size:1rem;font-weight:600}.Testimonials-module__ItA9Ha__location{color:var(--foreground);opacity:.6;margin-top:2px;font-size:.875rem}.Testimonials-module__ItA9Ha__arrow{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;transition:background-color .3s,transform .2s;display:flex}.Testimonials-module__ItA9Ha__arrow:hover{background-color:var(--secondary);transform:scale(1.08)}.Testimonials-module__ItA9Ha__dots{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.Testimonials-module__ItA9Ha__dot{background-color:var(--foreground);opacity:.2;cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:opacity .3s,background-color .3s}.Testimonials-module__ItA9Ha__dotActive{opacity:1;background-color:var(--primary)}@media (max-width:600px){.Testimonials-module__ItA9Ha__card{padding:1.75rem}.Testimonials-module__ItA9Ha__arrow{width:36px;height:36px;font-size:1rem}.Testimonials-module__ItA9Ha__track{min-height:320px}}
.Contact-module__hcVmEa__section{background-color:var(--background)}.Contact-module__hcVmEa__header{text-align:center;margin-bottom:3.5rem}.Contact-module__hcVmEa__title{color:var(--foreground);margin-bottom:.75rem;font-size:clamp(2rem,3.5vw,2.75rem)}.Contact-module__hcVmEa__subtitle{color:var(--foreground);opacity:.65;font-size:1.05rem}.Contact-module__hcVmEa__layout{grid-template-columns:1fr 1.6fr;align-items:start;gap:4rem;display:grid}.Contact-module__hcVmEa__infoCol{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__hcVmEa__infoCard{background-color:var(--surface);border:1px solid #0000000a;border-radius:12px;align-items:flex-start;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 2px 12px #0000000d}.Contact-module__hcVmEa__infoIcon{flex-shrink:0;margin-top:2px;font-size:1.5rem}.Contact-module__hcVmEa__infoLabel{text-transform:uppercase;letter-spacing:1px;color:var(--primary);margin-bottom:.4rem;font-size:.85rem;font-weight:600}.Contact-module__hcVmEa__infoValue{color:var(--foreground);opacity:.8;font-size:.95rem;line-height:1.6;text-decoration:none;transition:color .3s;display:block}a.Contact-module__hcVmEa__infoValue:hover{color:var(--primary);opacity:1}.Contact-module__hcVmEa__form{background-color:var(--surface);border:1px solid #0000000a;border-radius:16px;flex-direction:column;gap:1.25rem;padding:2.5rem;display:flex;box-shadow:0 4px 24px #00000012}.Contact-module__hcVmEa__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.Contact-module__hcVmEa__field{flex-direction:column;gap:.4rem;display:flex}.Contact-module__hcVmEa__label{color:var(--foreground);opacity:.75;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;font-weight:600}.Contact-module__hcVmEa__input{background-color:var(--background);color:var(--foreground);font-family:var(--font-montserrat),sans-serif;resize:vertical;border:1.5px solid #0000001f;border-radius:8px;outline:none;width:100%;padding:.875rem 1rem;font-size:.95rem;transition:border-color .3s,box-shadow .3s}.Contact-module__hcVmEa__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #8b5a441f}.Contact-module__hcVmEa__submitBtn{align-self:flex-start;align-items:center;gap:.5rem;padding:1rem 2.5rem;display:flex}.Contact-module__hcVmEa__successBanner{color:#155724;background-color:#d4edda;border-radius:8px;padding:.875rem 1.25rem;font-size:.95rem;font-weight:500}@media (max-width:900px){.Contact-module__hcVmEa__layout{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:600px){.Contact-module__hcVmEa__row{grid-template-columns:1fr}.Contact-module__hcVmEa__form{padding:1.5rem}.Contact-module__hcVmEa__submitBtn{justify-content:center;width:100%}}
.Footer-module__S6Hkya__footer{background-color:var(--foreground);color:var(--background);padding-top:5rem}@media (prefers-color-scheme:dark){.Footer-module__S6Hkya__footer{color:var(--foreground);background-color:#111;border-top:1px solid #ffffff0d}}.Footer-module__S6Hkya__footerGrid{grid-template-columns:2fr 1fr 1fr;gap:4rem;padding-bottom:4rem;display:grid}.Footer-module__S6Hkya__logo{font-family:var(--font-playfair),serif;letter-spacing:1px;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.Footer-module__S6Hkya__logoWrapper{font-family:var(--font-playfair),serif;letter-spacing:1px;align-items:center;gap:15px;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;display:flex}.Footer-module__S6Hkya__logoText{flex-direction:column;display:flex}.Footer-module__S6Hkya__logoImage{object-fit:contain;background-color:#fff;border-radius:8px;padding:4px}.Footer-module__S6Hkya__brandPrimary{color:var(--primary-light)}.Footer-module__S6Hkya__brandSecondary{color:#fff;font-weight:400;font-family:var(--font-montserrat),sans-serif;text-transform:uppercase;letter-spacing:4px;font-size:1rem;display:block}.Footer-module__S6Hkya__blurb{opacity:.8;max-width:300px;line-height:1.6}.Footer-module__S6Hkya__heading{color:#fff;font-size:1.25rem;font-family:var(--font-montserrat),sans-serif;margin-bottom:1.5rem}.Footer-module__S6Hkya__list{margin:0;padding:0;list-style:none}.Footer-module__S6Hkya__list li{margin-bottom:1rem}.Footer-module__S6Hkya__list a{opacity:.8;font-size:.95rem}.Footer-module__S6Hkya__list a:hover{color:var(--primary-light);opacity:1}.Footer-module__S6Hkya__phone{margin-bottom:.5rem;font-size:1.125rem;font-weight:500}.Footer-module__S6Hkya__phone p{white-space:nowrap}.Footer-module__S6Hkya__phone a{transition:color .3s}.Footer-module__S6Hkya__phone a:hover{color:var(--primary-light)}.Footer-module__S6Hkya__address{opacity:.8;margin-top:1.5rem;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__bottomBar{border-top:1px solid #ffffff1a;padding:1.5rem 0}.Footer-module__S6Hkya__bottomContent{opacity:.6;justify-content:center;align-items:center;font-size:.875rem;display:flex}@media (max-width:768px){.Footer-module__S6Hkya__footerGrid{text-align:center;grid-template-columns:1fr;gap:3rem}.Footer-module__S6Hkya__blurb{margin:0 auto}}
