.Navbar-module__4IqnvW__navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd9;justify-content:space-between;align-items:center;height:90px;padding:0 5%;display:flex;position:sticky;top:0}.Navbar-module__4IqnvW__logo{color:var(--olive);font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:700}.Navbar-module__4IqnvW__links{gap:40px;display:flex}.Navbar-module__4IqnvW__links a{color:var(--text);position:relative}.Navbar-module__4IqnvW__links a:after{content:"";background:var(--olive);width:0;height:2px;transition:all .4s;position:absolute;bottom:-5px;left:0}.Navbar-module__4IqnvW__links a:hover:after{width:100%}.Navbar-module__4IqnvW__contactBtn{background:var(--olive);color:#fff;border-radius:999px;padding:14px 26px}.Navbar-module__4IqnvW__hamburger{color:#000;background:0 0;font-size:2rem;display:none}.Navbar-module__4IqnvW__overlay{z-index:1001;background:#00000073;position:fixed;inset:0}.Navbar-module__4IqnvW__mobileMenu{z-index:1002;background:#fff;flex-direction:column;gap:30px;width:320px;height:100vh;padding:120px 40px;transition:all .45s;display:flex;position:fixed;top:0;right:-100%}.Navbar-module__4IqnvW__mobileMenu a{color:var(--text);font-size:1.2rem}.Navbar-module__4IqnvW__active{right:0}.Navbar-module__4IqnvW__close{color:#000;background:0 0;font-size:2rem;position:absolute;top:25px;right:25px}@media (max-width:900px){.Navbar-module__4IqnvW__links,.Navbar-module__4IqnvW__contactBtn{display:none}.Navbar-module__4IqnvW__hamburger{display:block}}
.Hero-module__PycF7W__hero{grid-template-columns:1fr 1fr;align-items:center;gap:80px;width:min(92%,1400px);min-height:100vh;margin:auto;padding:80px 0;display:grid}.Hero-module__PycF7W__left{min-height:750px;position:relative}.Hero-module__PycF7W__bold{color:red}.Hero-module__PycF7W__shapeOne{background:var(--beige);z-index:1;border-radius:20px;width:180px;height:180px;position:absolute;top:-20px;left:-20px}.Hero-module__PycF7W__imageTop{width:78%;height:500px;box-shadow:var(--shadow);z-index:2;border-radius:24px;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__PycF7W__imageBottom{width:60%;height:360px;box-shadow:var(--shadow);z-index:3;border-radius:24px;position:absolute;bottom:0;right:0;overflow:hidden}.Hero-module__PycF7W__image{object-fit:fill;transition:all 1.2s}.Hero-module__PycF7W__imageTop:hover .Hero-module__PycF7W__image,.Hero-module__PycF7W__imageBottom:hover .Hero-module__PycF7W__image{transform:scale(1.12)}.Hero-module__PycF7W__right{flex-direction:column;justify-content:center;display:flex}.Hero-module__PycF7W__tag{color:var(--olive);letter-spacing:4px;margin-bottom:25px;font-size:.9rem;font-weight:600}.Hero-module__PycF7W__title{color:var(--olive);margin-bottom:30px;font-size:clamp(4rem,8vw,7rem);line-height:.88}.Hero-module__PycF7W__description{color:var(--gray);max-width:600px;margin-bottom:40px;font-size:1rem;line-height:2}.Hero-module__PycF7W__buttons{gap:20px;margin-bottom:60px;display:flex}.Hero-module__PycF7W__stats{flex-wrap:wrap;gap:20px;display:flex}.Hero-module__PycF7W__statCard{min-width:180px;box-shadow:var(--shadow);background:#fff;border-radius:18px;padding:25px;transition:all .4s}.Hero-module__PycF7W__statCard:hover{transform:translateY(-8px)}.Hero-module__PycF7W__statCard h3{color:var(--olive);margin-bottom:8px;font-size:2rem}.Hero-module__PycF7W__statCard p{color:var(--gray);font-size:.9rem}@media (max-width:1100px){.Hero-module__PycF7W__hero{grid-template-columns:1fr;gap:60px}.Hero-module__PycF7W__left{order:1;min-height:650px}.Hero-module__PycF7W__right{order:2}.Hero-module__PycF7W__title,.Hero-module__PycF7W__tag,.Hero-module__PycF7W__description{text-align:center}.Hero-module__PycF7W__buttons,.Hero-module__PycF7W__stats{justify-content:center}}@media (max-width:768px){.Hero-module__PycF7W__hero{padding:40px 0}.Hero-module__PycF7W__left{min-height:500px}.Hero-module__PycF7W__imageTop{width:85%;height:320px}.Hero-module__PycF7W__imageBottom{width:65%;height:220px}.Hero-module__PycF7W__title{font-size:3.8rem}.Hero-module__PycF7W__buttons{flex-direction:column}.Hero-module__PycF7W__buttons button,.Hero-module__PycF7W__statCard{width:100%}}@media (max-width:480px){.Hero-module__PycF7W__left{min-height:430px}.Hero-module__PycF7W__imageTop{height:260px}.Hero-module__PycF7W__imageBottom{height:180px}.Hero-module__PycF7W__title{font-size:3rem}}
.About-module__WVzPFq__about{padding:120px 0}.About-module__WVzPFq__grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.About-module__WVzPFq__imageWrapper{height:700px;box-shadow:var(--shadow);border-radius:24px;position:relative;overflow:hidden}.About-module__WVzPFq__image{object-fit:fill;transition:all 1.2s}.About-module__WVzPFq__imageWrapper:hover .About-module__WVzPFq__image{transform:scale(1.08)}.About-module__WVzPFq__experience{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:18px;padding:20px 25px;position:absolute;bottom:30px;left:30px}.About-module__WVzPFq__experience h3{color:var(--olive);font-size:2rem}.About-module__WVzPFq__features{grid-template-columns:repeat(2,1fr);gap:15px;margin-top:35px;display:grid}.About-module__WVzPFq__features div{background:#fff;border-radius:12px;padding:15px;transition:all .4s}.About-module__WVzPFq__features div:hover{transform:translateY(-5px)}.About-module__WVzPFq__stats{gap:40px;margin-top:40px;display:flex}.About-module__WVzPFq__stats h3{color:var(--olive);font-size:2.2rem}.About-module__WVzPFq__stats span{color:var(--gray)}@media (max-width:1000px){.About-module__WVzPFq__grid{grid-template-columns:1fr}.About-module__WVzPFq__imageWrapper{height:500px}.About-module__WVzPFq__stats{flex-wrap:wrap}}@media (max-width:768px){.About-module__WVzPFq__features{grid-template-columns:1fr}.About-module__WVzPFq__imageWrapper{height:400px}}
.Services-module__s4rB2G__services{background:#fff;padding:120px 0}.Services-module__s4rB2G__intro{max-width:700px;margin-bottom:70px}.Services-module__s4rB2G__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.Services-module__s4rB2G__card{background:var(--cream);border-radius:24px;padding:40px;transition:all .45s;position:relative;overflow:hidden}.Services-module__s4rB2G__card:before{content:"";background:var(--olive);width:100%;height:4px;transition:all .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.Services-module__s4rB2G__card:hover:before{transform:scaleX(1)}.Services-module__s4rB2G__card:hover{box-shadow:var(--shadow);transform:translateY(-12px)}.Services-module__s4rB2G__number{color:var(--olive);margin-bottom:20px;font-family:Cormorant Garamond,serif;font-size:3rem}.Services-module__s4rB2G__card h3{margin-bottom:20px;font-size:2rem}.Services-module__s4rB2G__card p{color:var(--gray);margin-bottom:25px;line-height:1.8}.Services-module__s4rB2G__card button{color:var(--olive);background:0 0;font-weight:600;transition:all .4s}.Services-module__s4rB2G__card:hover button{transform:translate(8px)}@media (max-width:1100px){.Services-module__s4rB2G__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Services-module__s4rB2G__grid{grid-template-columns:1fr}.Services-module__s4rB2G__card{padding:30px}}
.Process-module__ekV7Jq__process{padding:120px 0}.Process-module__ekV7Jq__grid{grid-template-columns:repeat(4,1fr);gap:25px;margin-top:70px;display:grid}.Process-module__ekV7Jq__card{box-shadow:var(--shadow);background:#fff;border-radius:24px;padding:40px 30px;transition:all .4s}.Process-module__ekV7Jq__card:hover{transform:translateY(-12px)}.Process-module__ekV7Jq__number{color:var(--olive);font-family:Cormorant Garamond,serif;font-size:4rem}.Process-module__ekV7Jq__card h3{margin:20px 0;font-size:1.8rem}.Process-module__ekV7Jq__card p{color:var(--gray);line-height:1.8}@media (max-width:1100px){.Process-module__ekV7Jq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Process-module__ekV7Jq__grid{grid-template-columns:1fr}}
.Philosophy-module__FDCb9G__philosophy{background:#fff;padding:120px 0}.Philosophy-module__FDCb9G__grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.Philosophy-module__FDCb9G__imageWrapper{height:570px;box-shadow:var(--shadow);border-radius:24px;position:relative;overflow:hidden}.Philosophy-module__FDCb9G__image{object-fit:cover;transition:all 1.2s}.Philosophy-module__FDCb9G__imageWrapper:hover .Philosophy-module__FDCb9G__image{transform:scale(1.08)}.Philosophy-module__FDCb9G__values{grid-template-columns:repeat(2,1fr);gap:15px;margin-top:40px;display:grid}.Philosophy-module__FDCb9G__values div{background:var(--cream);border-radius:12px;padding:18px;transition:all .4s}.Philosophy-module__FDCb9G__values div:hover{transform:translate(8px)}@media (max-width:1000px){.Philosophy-module__FDCb9G__grid{grid-template-columns:1fr}.Philosophy-module__FDCb9G__imageWrapper{height:400px}}@media (max-width:768px){.Philosophy-module__FDCb9G__values{grid-template-columns:1fr}}
.Projects-module__8euRAq__projects{padding:120px 0}.Projects-module__8euRAq__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.Projects-module__8euRAq__card{border-radius:24px;height:350px;position:relative;overflow:hidden}.Projects-module__8euRAq__image{object-fit:fill;transition:all 1.2s}.Projects-module__8euRAq__card:hover .Projects-module__8euRAq__image{transform:scale(1.12)}.Projects-module__8euRAq__overlay{color:#fff;opacity:0;background:linear-gradient(#0000,#000c);flex-direction:column;justify-content:end;padding:35px;transition:all .5s;display:flex;position:absolute;inset:0}.Projects-module__8euRAq__card:hover .Projects-module__8euRAq__overlay{opacity:1}.Projects-module__8euRAq__overlay h3{font-size:2rem}@media (max-width:900px){.Projects-module__8euRAq__grid{grid-template-columns:repeat(2,1fr)}.Projects-module__8euRAq__card{height:300px}}@media (max-width:500px){.Projects-module__8euRAq__grid{grid-template-columns:1fr}.Projects-module__8euRAq__card{height:250px}}
.Testimonials-module__j7nvwa__testimonials{background:#fff;padding:120px 0}.Testimonials-module__j7nvwa__grid{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.Testimonials-module__j7nvwa__card{background:var(--cream);border-radius:24px;padding:40px;transition:all .4s}.Testimonials-module__j7nvwa__card:hover{transform:translateY(-10px)}.Testimonials-module__j7nvwa__card p{margin-bottom:25px;line-height:2}.Testimonials-module__j7nvwa__card h4{color:var(--olive)}.Testimonials-module__j7nvwa__card span{color:var(--gray)}@media (max-width:900px){.Testimonials-module__j7nvwa__grid{grid-template-columns:1fr}}
.FAQ-module__4vwbtq__faq{padding:120px 0}.FAQ-module__4vwbtq__wrapper{max-width:900px;margin:auto}.FAQ-module__4vwbtq__item{box-shadow:var(--shadow);background:#fff;border-radius:18px;margin-bottom:20px;overflow:hidden}.FAQ-module__4vwbtq__question{color:#000;text-align:left;background:#fff;justify-content:space-between;align-items:center;width:100%;padding:28px;font-size:1rem;font-weight:600;display:flex}.FAQ-module__4vwbtq__question span{color:var(--olive);font-size:2rem}.FAQ-module__4vwbtq__answer{max-height:0;transition:all .4s;overflow:hidden}.FAQ-module__4vwbtq__answer p{color:var(--gray);padding:0 28px 28px;line-height:1.8}.FAQ-module__4vwbtq__open{max-height:300px}
.Footer-module__JGhRua__footer{color:#fff;background:#1f2517;padding-top:100px}.Footer-module__JGhRua__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:50px;display:grid}.Footer-module__JGhRua__logo{color:var(--beige);margin-bottom:20px}.Footer-module__JGhRua__grid p{opacity:.8;line-height:1.9}.Footer-module__JGhRua__grid h3{margin-bottom:20px}.Footer-module__JGhRua__grid a{color:#fff;opacity:.8;margin-bottom:12px;transition:all .3s;display:block}.Footer-module__JGhRua__grid a:hover{opacity:1;transform:translate(5px)}.Footer-module__JGhRua__bottom{text-align:center;opacity:.7;border-top:1px solid #ffffff1a;margin-top:60px;padding:35px 0}@media (max-width:900px){.Footer-module__JGhRua__grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Footer-module__JGhRua__grid{grid-template-columns:1fr}}
