.Navbar-module__cJzEcG__nav{background:var(--background);z-index:100;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex;position:sticky;top:0}.Navbar-module__cJzEcG__logo{align-items:center;text-decoration:none;display:flex}.Navbar-module__cJzEcG__imagotype{border:1.5px solid var(--foreground);width:38px;height:38px;font-family:var(--font-playfair);border-radius:50%;justify-content:center;align-items:center;margin-right:12px;font-size:1.2rem;font-weight:700;transition:all .3s;display:inline-flex}.Navbar-module__cJzEcG__brandName{font-family:var(--font-playfair);color:var(--foreground);letter-spacing:2px;text-transform:uppercase;font-size:1.4rem;font-weight:700}.Navbar-module__cJzEcG__logo:hover .Navbar-module__cJzEcG__imagotype{background:var(--foreground);color:var(--background)}.Navbar-module__cJzEcG__links{gap:2rem;display:flex}.Navbar-module__cJzEcG__link{text-transform:uppercase;letter-spacing:1px;color:var(--foreground);opacity:.8;font-size:.9rem;transition:opacity .2s}.Navbar-module__cJzEcG__link:hover{opacity:1;text-underline-offset:4px;text-decoration:underline}.Navbar-module__cJzEcG__cta{background:var(--foreground);color:var(--background);text-transform:uppercase;letter-spacing:1px;padding:.5rem 1.2rem;font-size:.85rem}@media (max-width:768px){.Navbar-module__cJzEcG__nav{padding:1rem 0}.Navbar-module__cJzEcG__brandName{letter-spacing:1px;font-size:1.1rem}.Navbar-module__cJzEcG__links{display:none}.Navbar-module__cJzEcG__imagotype{width:30px;height:30px;margin-right:8px;font-size:1rem}}
.Hero-module__ZARIfG__hero{background-color:var(--primary);color:#fff;text-align:center;justify-content:center;align-items:center;height:85vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__content{z-index:2;max-width:800px;padding:0 1rem}.Hero-module__ZARIfG__eyebrow{text-transform:uppercase;letter-spacing:3px;opacity:.9;margin-bottom:1.5rem;font-size:.9rem;display:block}.Hero-module__ZARIfG__title{margin-bottom:2rem;font-size:4rem;line-height:1.1}.Hero-module__ZARIfG__subtitle{opacity:.9;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.2rem;font-weight:300}.Hero-module__ZARIfG__actions{justify-content:center;gap:1rem;display:flex}.Hero-module__ZARIfG__btnPrimary{background:var(--accent);color:var(--foreground);text-transform:uppercase;letter-spacing:1px;border:none;padding:1rem 2.5rem;font-weight:600}@media (max-width:768px){.Hero-module__ZARIfG__hero{height:auto;padding:4rem 0}.Hero-module__ZARIfG__title{margin-bottom:1.5rem;font-size:2.5rem}.Hero-module__ZARIfG__subtitle{margin-bottom:2rem;font-size:1rem}.Hero-module__ZARIfG__actions{flex-direction:column;align-items:center}.Hero-module__ZARIfG__btnPrimary{width:100%;max-width:300px}}
.Modal-module__Ro-5Wq__overlay{z-index:1000;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s;display:flex;position:fixed;top:0;left:0}.Modal-module__Ro-5Wq__overlay.Modal-module__Ro-5Wq__open{opacity:1;visibility:visible}.Modal-module__Ro-5Wq__modal{background-color:var(--primary);border:1px solid #ffffff1a;width:90%;max-width:800px;max-height:90vh;transition:transform .3s;position:relative;overflow-y:auto;transform:translateY(20px);box-shadow:0 10px 30px #0000004d}.Modal-module__Ro-5Wq__overlay.Modal-module__Ro-5Wq__open .Modal-module__Ro-5Wq__modal{transform:translateY(0)}.Modal-module__Ro-5Wq__closeButton{color:#fff;cursor:pointer;z-index:10;opacity:.7;background:0 0;border:none;font-size:2rem;line-height:1;transition:opacity .2s;position:absolute;top:1rem;right:1.5rem}.Modal-module__Ro-5Wq__closeButton:hover{opacity:1}.Modal-module__Ro-5Wq__content{padding-bottom:2rem;position:relative}
.Contact-module__hcVmEa__section{background-color:var(--primary);color:#fff;padding:4rem 0}.Contact-module__hcVmEa__wrapper{max-width:800px;margin:0 auto}.Contact-module__hcVmEa__form{gap:1.5rem;margin-top:3rem;display:grid}.Contact-module__hcVmEa__grid2Col{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.Contact-module__hcVmEa__gridResponsive{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.Contact-module__hcVmEa__group{flex-direction:column;gap:.5rem;display:flex}.Contact-module__hcVmEa__label{text-transform:uppercase;letter-spacing:1px;opacity:.8;font-size:.9rem}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea,.Contact-module__hcVmEa__select{color:#fff;background:#ffffff1a;border:1px solid #fff3;padding:1rem;font-family:inherit;font-size:1rem;transition:all .3s}.Contact-module__hcVmEa__select option{color:#000}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus,.Contact-module__hcVmEa__select:focus{background:#ffffff26;border-color:#fff;outline:none}.Contact-module__hcVmEa__submitBtn{color:var(--primary);text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:#fff;border:none;margin-top:1rem;padding:1.2rem;font-weight:700;transition:transform .2s}.Contact-module__hcVmEa__submitBtn:hover{transform:translateY(-2px)}.Contact-module__hcVmEa__modalSection{padding:2rem;background-color:#0000!important}@media (max-width:768px){.Contact-module__hcVmEa__section{padding:4rem 1.5rem}.Contact-module__hcVmEa__modalSection{padding:1.5rem}.Contact-module__hcVmEa__form{margin-top:1.5rem}.Contact-module__hcVmEa__grid2Col,.Contact-module__hcVmEa__gridResponsive{grid-template-columns:1fr;gap:1rem}.Contact-module__hcVmEa__wrapper{padding:0}}
.Methodology-module__dMGEKW__section{background-color:var(--background);padding:4rem 0}.Methodology-module__dMGEKW__item{cursor:pointer;border-top:1px solid #0000001a;grid-template-columns:350px 1fr 50px;gap:2rem;padding:2.5rem 0;transition:background-color .3s;display:grid;overflow:hidden}.Methodology-module__dMGEKW__item:last-child{border-bottom:1px solid #0000001a}.Methodology-module__dMGEKW__header{align-items:center;gap:1.5rem;display:flex}.Methodology-module__dMGEKW__iconWrapper{color:var(--primary);justify-content:center;align-items:center;display:flex}.Methodology-module__dMGEKW__title{color:var(--foreground);font-family:Playfair Display,serif;font-size:1.8rem;font-weight:500}.Methodology-module__dMGEKW__content{opacity:0;pointer-events:none;visibility:hidden;justify-content:space-between;gap:2rem;max-height:0;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex}.Methodology-module__dMGEKW__open .Methodology-module__dMGEKW__content{opacity:1;pointer-events:auto;visibility:visible;max-height:500px}.Methodology-module__dMGEKW__description{color:#666;flex:2;padding-right:2rem;font-size:1rem;line-height:1.7}.Methodology-module__dMGEKW__deliverables{border-left:1px solid var(--border);flex-direction:column;flex:1;padding-left:2rem;display:flex}.Methodology-module__dMGEKW__deliverablesTitle{color:var(--foreground);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.1rem;display:block}.Methodology-module__dMGEKW__linkList{padding:0;list-style:none}.Methodology-module__dMGEKW__linkList li{color:var(--secondary);cursor:default;border-bottom:1px solid #0000;width:fit-content;margin-bottom:.5rem;font-size:.9rem}.Methodology-module__dMGEKW__arrowWrapper{justify-content:flex-end;align-items:flex-start;padding-top:.5rem;display:flex}.Methodology-module__dMGEKW__arrow{border-right:2px solid var(--foreground);border-bottom:2px solid var(--foreground);width:15px;height:15px;margin-top:5px;transition:transform .3s;transform:rotate(45deg)}.Methodology-module__dMGEKW__open .Methodology-module__dMGEKW__arrow{margin-top:10px;transform:rotate(-135deg)}@media (max-width:968px){.Methodology-module__dMGEKW__item{grid-template-columns:1fr;gap:1rem;position:relative}.Methodology-module__dMGEKW__header{width:100%}.Methodology-module__dMGEKW__arrowWrapper{position:absolute;top:2.5rem;right:0}.Methodology-module__dMGEKW__content{flex-direction:column;gap:1.5rem}.Methodology-module__dMGEKW__description{padding-right:0}.Methodology-module__dMGEKW__deliverables{border-left:none;border-top:1px solid var(--border);padding-top:1.5rem;padding-left:0}}@media (max-width:480px){.Methodology-module__dMGEKW__title{font-size:1.4rem}.Methodology-module__dMGEKW__header{gap:1rem}}
.Services-module__dpHhBa__section{background-color:#fafafa;padding:4rem 0}.Services-module__dpHhBa__grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto;display:grid}.Services-module__dpHhBa__card{border:1px solid var(--border);background:#fff;padding:2.5rem;transition:transform .3s,box-shadow .3s}.Services-module__dpHhBa__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.Services-module__dpHhBa__cardTitle{color:var(--primary);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.3rem}.Services-module__dpHhBa__cardList{color:#555;font-size:.9rem;list-style:none}.Services-module__dpHhBa__cardList li{margin-bottom:.5rem;padding-left:1rem;position:relative}.Services-module__dpHhBa__cardList li:before{content:"•";color:var(--secondary);position:absolute;left:0}@media (max-width:768px){.Services-module__dpHhBa__section{padding:4rem 0}.Services-module__dpHhBa__grid{grid-template-columns:1fr}.Services-module__dpHhBa__card{padding:1.5rem}}
.Projects-module__2BoJ-q__grid{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;cursor:grab;gap:2rem;padding:1rem 0 3rem;display:flex;overflow-x:auto}.Projects-module__2BoJ-q__grid::-webkit-scrollbar{display:none}.Projects-module__2BoJ-q__grid:active{cursor:grabbing}.Projects-module__2BoJ-q__grid>*{scroll-snap-align:start;flex:0 0 350px}@media (max-width:768px){.Projects-module__2BoJ-q__grid{gap:1rem;padding-left:1rem;padding-right:1rem}.Projects-module__2BoJ-q__grid>*{flex:0 0 calc(100% - 3rem)}}
.ProjectCard-module__U_VZua__card{cursor:pointer;background-color:#f0f0f0;height:400px;transition:transform .3s;position:relative;overflow:hidden}.ProjectCard-module__U_VZua__imageContainer{width:100%;height:100%}.ProjectCard-module__U_VZua__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__image{transform:scale(1.05)}.ProjectCard-module__U_VZua__overlay{color:#fff;opacity:1;background:linear-gradient(#0000 0%,#0006 50%,#000000d9 100%);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:2rem;transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:absolute;bottom:0;left:0;transform:translateY(30%)}.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__overlay{background:linear-gradient(#6b705c99 0%,#6b705ce6 100%);transform:translateY(0)}.ProjectCard-module__U_VZua__content{transition:transform .4s,opacity .4s;transform:translateY(20px)}.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__content{transform:translateY(0)}.ProjectCard-module__U_VZua__title{text-shadow:0 2px 4px #0000004d;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.75rem}.ProjectCard-module__U_VZua__description{opacity:0;max-width:90%;font-size:1rem;line-height:1.5;transition:all .3s .1s;transform:translateY(10px)}.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__description{opacity:1;transform:translateY(0)}@media (max-width:768px){.ProjectCard-module__U_VZua__card{height:350px}.ProjectCard-module__U_VZua__title{font-size:1.5rem}.ProjectCard-module__U_VZua__overlay{background:linear-gradient(#0003 0%,#000c 100%);transform:translateY(0)}.ProjectCard-module__U_VZua__description{opacity:1;font-size:.9rem;transform:translateY(0)}}
