.Header-module__ldgnoG__header{z-index:100;border-bottom:1px solid #0000;width:100%;padding:1.5rem 0;transition:background-color .4s,padding .4s,border-bottom .4s;position:fixed;top:0;left:0}.Header-module__ldgnoG__scrolled{background-color:var(--bg-primary);border-bottom:1px solid #2c2a261a;padding:1rem 0}.Header-module__ldgnoG__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.Header-module__ldgnoG__logo{font-family:var(--font-serif);color:var(--text-primary);letter-spacing:.05em;text-transform:uppercase;font-size:1.5rem;font-weight:500;transition:color .3s}.Header-module__ldgnoG__logoImage{width:auto;max-height:46px;display:block}.Header-module__ldgnoG__nav{align-items:center;gap:2.5rem;display:flex}.Header-module__ldgnoG__navLink{font-family:var(--font-sans);color:var(--text-primary);letter-spacing:.05em;text-transform:uppercase;font-size:.9rem;font-weight:400;transition:color .3s;position:relative}.Header-module__ldgnoG__navLinkLight{color:var(--white)}.Header-module__ldgnoG__navLink:after{content:"";background-color:currentColor;width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__ldgnoG__navLink:hover:after{width:100%}.Header-module__ldgnoG__ctaButton{color:var(--text-primary);border:1px solid var(--text-primary);font-family:var(--font-sans);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background-color:#0000;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.85rem;font-weight:500;transition:all .3s;display:inline-flex}.Header-module__ldgnoG__ctaButtonLight{color:var(--white);border-color:var(--white)}.Header-module__ldgnoG__ctaButton:hover{background-color:var(--text-primary);color:var(--bg-primary)}.Header-module__ldgnoG__ctaButtonLight:hover{background-color:var(--white);color:var(--text-primary)}@media (max-width:768px){.Header-module__ldgnoG__navLink{display:none}}@media (max-width:480px){.Header-module__ldgnoG__logo{font-size:1.1rem}.Header-module__ldgnoG__ctaButton{padding:.5rem 1.2rem;font-size:.7rem}}
.Hero-module__JgYmMq__hero{align-items:flex-end;width:100%;height:100vh;padding-bottom:4rem;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__background{z-index:1;background-image:url(/images/hero.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__overlay{z-index:2;background:linear-gradient(#0000001a 0%,#0003 50%,#000000b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__container{z-index:3;justify-content:space-between;align-items:flex-end;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.Hero-module__JgYmMq__leftColumn{text-align:left;max-width:800px}.Hero-module__JgYmMq__rightColumn{gap:1rem;display:flex}.Hero-module__JgYmMq__subtitle{font-family:var(--font-sans);letter-spacing:.3em;text-transform:uppercase;color:var(--white);margin-bottom:1rem;font-size:.9rem;font-weight:400;display:block}.Hero-module__JgYmMq__title{font-family:var(--font-serif);color:var(--white);text-transform:uppercase;margin-bottom:1.5rem;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:400;line-height:1.1}.Hero-module__JgYmMq__title em{font-style:italic;font-family:var(--font-serif)}.Hero-module__JgYmMq__description{font-family:var(--font-sans);max-width:500px;color:var(--white);opacity:.9;font-size:1.1rem;font-weight:400;line-height:1.6}.Hero-module__JgYmMq__ghostButton{color:var(--white);border:1px solid var(--white);font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background-color:#0000;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.85rem;font-weight:500;transition:all .3s;display:inline-flex}.Hero-module__JgYmMq__ghostButton:hover{background-color:var(--white);color:var(--text-primary)}@media (max-width:968px){.Hero-module__JgYmMq__container{flex-direction:column;align-items:flex-start;gap:2rem}}@media (max-width:480px){.Hero-module__JgYmMq__title{font-size:2rem}.Hero-module__JgYmMq__description{font-size:1rem}}
.About-module__S-Ka5a__about{background-color:var(--bg-secondary);padding:8rem 0;position:relative}.About-module__S-Ka5a__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid}.About-module__S-Ka5a__leftColumn{padding-right:2rem}.About-module__S-Ka5a__subtitle{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem;font-size:.8rem;font-weight:400;display:block}.About-module__S-Ka5a__title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:2rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:300;line-height:1.2}.About-module__S-Ka5a__rightColumn{flex-direction:column;gap:1.5rem;display:flex}.About-module__S-Ka5a__paragraph{font-family:var(--font-sans);color:var(--text-secondary);font-size:1.1rem;font-weight:400;line-height:1.7}.About-module__S-Ka5a__linkButton{font-family:var(--font-sans);letter-spacing:.05em;text-transform:uppercase;color:var(--text-primary);align-self:flex-start;align-items:center;gap:.5rem;margin-top:2rem;font-size:.9rem;font-weight:500;transition:opacity .3s;display:inline-flex;position:relative}.About-module__S-Ka5a__linkButton:hover{opacity:.7}.About-module__S-Ka5a__linkButton:after{content:"";background-color:currentColor;width:100%;height:1px;position:absolute;bottom:-4px;left:0}@media (max-width:968px){.About-module__S-Ka5a__container{grid-template-columns:1fr;gap:3rem}.About-module__S-Ka5a__leftColumn{padding-right:0}}@media (max-width:480px){.About-module__S-Ka5a__about{padding:4rem 0}.About-module__S-Ka5a__title{font-size:2rem}.About-module__S-Ka5a__paragraph{font-size:1rem}}
.Specialty-module__W6p0ua__specialty{background-color:var(--bg-primary);padding:8rem 0}.Specialty-module__W6p0ua__container{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid}.Specialty-module__W6p0ua__leftColumn{flex-direction:column;display:flex}.Specialty-module__W6p0ua__subtitle{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem;font-size:.8rem;font-weight:400}.Specialty-module__W6p0ua__title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:2rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:300;line-height:1.1}.Specialty-module__W6p0ua__paragraph{font-family:var(--font-sans);color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;font-weight:400;line-height:1.7}.Specialty-module__W6p0ua__list{margin-top:1.5rem;margin-bottom:2.5rem;padding-left:0;list-style:none}.Specialty-module__W6p0ua__listItem{font-family:var(--font-sans);color:var(--text-primary);align-items:flex-start;gap:1rem;margin-bottom:1rem;font-size:1.05rem;font-weight:400;display:flex}.Specialty-module__W6p0ua__bullet{color:var(--accent);margin-top:.2rem}.Specialty-module__W6p0ua__linkButton{background-color:var(--text-primary);color:var(--bg-primary);border:1px solid var(--text-primary);font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:50px;align-self:flex-start;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.85rem;font-weight:500;transition:all .3s;display:inline-flex}.Specialty-module__W6p0ua__linkButton:hover{color:var(--text-primary);background-color:#0000}.Specialty-module__W6p0ua__rightColumn{width:100%;height:800px;position:relative;overflow:hidden}.Specialty-module__W6p0ua__curtain{background-color:var(--bg-primary);z-index:2;transform-origin:top;width:100%;height:100%;position:absolute;top:0;left:0}.Specialty-module__W6p0ua__image{object-fit:cover;object-position:center;width:100%;height:100%}@media (max-width:968px){.Specialty-module__W6p0ua__container{grid-template-columns:1fr;gap:4rem}.Specialty-module__W6p0ua__rightColumn{order:-1;height:500px}}@media (max-width:480px){.Specialty-module__W6p0ua__specialty{padding:4rem 0}.Specialty-module__W6p0ua__title{font-size:2rem}.Specialty-module__W6p0ua__rightColumn{height:350px}.Specialty-module__W6p0ua__paragraph{font-size:1rem}.Specialty-module__W6p0ua__listItem{font-size:.95rem}}
.Portfolio-module__Qfg8ta__portfolioWrapper{background-color:var(--bg-primary);height:250vh;position:relative}.Portfolio-module__Qfg8ta__portfolioSticky{border-top:1px solid #0000000d;height:100vh;min-height:600px;display:flex;position:sticky;top:0;overflow:hidden}.Portfolio-module__Qfg8ta__leftColumn{background-color:var(--bg-secondary);flex-direction:column;flex:1;justify-content:center;padding:4rem 4rem 4rem max(2rem,50vw - 700px + 2rem);display:flex;position:relative}.Portfolio-module__Qfg8ta__rightColumn{flex:1;position:relative;overflow:hidden}.Portfolio-module__Qfg8ta__image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;top:0;left:0}.Portfolio-module__Qfg8ta__contentWrapper{flex-direction:column;width:80%;display:flex;position:absolute;top:25%}.Portfolio-module__Qfg8ta__subtitle{font-family:var(--font-sans);letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem;font-size:.8rem;font-weight:400}.Portfolio-module__Qfg8ta__title{font-family:var(--font-serif);color:var(--text-primary);text-transform:uppercase;white-space:pre-wrap;margin-bottom:2rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:300;line-height:1.1}.Portfolio-module__Qfg8ta__description{font-family:var(--font-sans);color:var(--text-secondary);max-width:500px;margin-bottom:3rem;font-size:1.1rem;font-weight:400;line-height:1.7}.Portfolio-module__Qfg8ta__linkButton{color:var(--text-primary);border:1px solid var(--text-primary);font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background-color:#0000;border-radius:50px;align-self:flex-start;align-items:center;gap:.5rem;padding:.85rem 2.5rem;font-size:.85rem;font-weight:500;transition:all .3s;display:inline-flex}.Portfolio-module__Qfg8ta__linkButton:hover{background-color:var(--text-primary);color:var(--bg-primary)}.Portfolio-module__Qfg8ta__progressIndicator{gap:1rem;display:flex;position:absolute;bottom:4rem;left:max(2rem,50vw - 700px + 2rem)}.Portfolio-module__Qfg8ta__dot{background-color:var(--text-primary);opacity:.2;border-radius:50%;width:8px;height:8px;transition:opacity .3s}.Portfolio-module__Qfg8ta__dotActive{opacity:1}.Portfolio-module__Qfg8ta__desktopOnly{display:block}.Portfolio-module__Qfg8ta__mobileOnly{background-color:var(--bg-primary);padding:4rem 0;display:none}.Portfolio-module__Qfg8ta__mobileContainer{flex-direction:column;gap:4rem;padding:0 1.5rem;display:flex}.Portfolio-module__Qfg8ta__mobileProjectCard{flex-direction:column;gap:1.5rem;display:flex}.Portfolio-module__Qfg8ta__mobileImage{object-fit:cover;width:100%;height:400px}.Portfolio-module__Qfg8ta__mobileContent{flex-direction:column;display:flex}.Portfolio-module__Qfg8ta__mobileTitle{font-family:var(--font-serif);color:var(--text-primary);text-transform:uppercase;white-space:pre-wrap;margin-bottom:1rem;font-size:2.5rem;font-weight:300;line-height:1.1}.Portfolio-module__Qfg8ta__mobileDescription{font-family:var(--font-sans);color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;font-weight:400;line-height:1.6}@media (max-width:968px){.Portfolio-module__Qfg8ta__leftColumn{padding-left:2rem}}@media (max-width:768px){.Portfolio-module__Qfg8ta__desktopOnly{display:none!important}.Portfolio-module__Qfg8ta__mobileOnly{display:block}}
.Services-module__h5-agW__services{background-color:var(--bg-primary);border-top:1px solid #0000000d;padding:10rem 0}.Services-module__h5-agW__container{max-width:1400px;margin:0 auto;padding:0 2rem}.Services-module__h5-agW__header{justify-content:space-between;align-items:flex-end;margin-bottom:8rem;display:flex}.Services-module__h5-agW__titleGroup{max-width:600px}.Services-module__h5-agW__subtitle{font-family:var(--font-sans);letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.8rem;font-weight:400;display:block}.Services-module__h5-agW__title{font-family:var(--font-serif);color:var(--text-primary);text-transform:uppercase;font-size:clamp(3rem,5vw,4.5rem);font-weight:300;line-height:1.1}.Services-module__h5-agW__badge{text-align:right}.Services-module__h5-agW__badgeNumber{font-family:var(--font-serif);color:var(--accent);margin-bottom:.5rem;font-size:clamp(4rem,7vw,6rem);font-weight:300;line-height:1;display:block}.Services-module__h5-agW__badgeText{font-family:var(--font-serif);color:var(--text-secondary);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;display:block}.Services-module__h5-agW__grid{border-top:1px solid #0000001a;grid-template-columns:repeat(4,1fr);gap:2rem;padding-top:4rem;display:grid}.Services-module__h5-agW__serviceCard{flex-direction:column;display:flex}.Services-module__h5-agW__serviceTitle{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:1.5rem;font-size:1.8rem;font-weight:400}.Services-module__h5-agW__serviceDesc{font-family:var(--font-sans);color:var(--text-secondary);font-size:1.05rem;font-weight:400;line-height:1.6}@media (max-width:1024px){.Services-module__h5-agW__grid{grid-template-columns:repeat(2,1fr);gap:4rem 2rem}}@media (max-width:768px){.Services-module__h5-agW__header{flex-direction:column;align-items:flex-start;gap:4rem}.Services-module__h5-agW__badge{text-align:left}}@media (max-width:576px){.Services-module__h5-agW__grid{grid-template-columns:1fr;gap:3rem}}
.LoadingScreen-module__E3fqKG__loader{background-color:var(--text-primary);width:100vw;height:100vh;color:var(--bg-primary);z-index:9999;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0;overflow:hidden}.LoadingScreen-module__E3fqKG__text{font-family:var(--font-serif);letter-spacing:.2em;text-transform:uppercase;font-size:clamp(2rem,4vw,3rem);font-weight:300}
.CTA-module__ad7sBG__cta{background-color:var(--text-primary);color:var(--bg-primary);text-align:center;padding:12rem 0}.CTA-module__ad7sBG__container{flex-direction:column;align-items:center;max-width:1000px;margin:0 auto;padding:0 2rem;display:flex}.CTA-module__ad7sBG__title{font-family:var(--font-serif);color:var(--bg-primary);margin-bottom:2rem;font-size:clamp(3rem,6vw,5.5rem);font-weight:300;line-height:1.1}.CTA-module__ad7sBG__description{font-family:var(--font-sans);color:var(--accent-light);max-width:600px;margin-bottom:4rem;font-size:1.1rem;font-weight:400;line-height:1.6}.CTA-module__ad7sBG__button{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);letter-spacing:.15em;text-transform:uppercase;border:1px solid var(--bg-primary);cursor:pointer;border-radius:50px;align-items:center;gap:.8rem;padding:1.2rem 3.5rem;font-size:.85rem;font-weight:500;transition:all .3s;display:inline-flex}.CTA-module__ad7sBG__button:hover{color:var(--bg-primary);background-color:#0000}@media (max-width:480px){.CTA-module__ad7sBG__cta{padding:6rem 0}.CTA-module__ad7sBG__title{font-size:2rem}.CTA-module__ad7sBG__description{margin-bottom:2rem;font-size:1rem}.CTA-module__ad7sBG__button{justify-content:center;width:100%;padding:1rem 2rem}}
.Footer-module__Grjkva__footer{background-color:var(--bg-secondary);color:var(--text-primary);padding:6rem 0 2rem}.Footer-module__Grjkva__container{max-width:1400px;margin:0 auto;padding:0 2rem}.Footer-module__Grjkva__topSection{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:4rem;margin-bottom:6rem;display:flex}.Footer-module__Grjkva__brand{max-width:300px}.Footer-module__Grjkva__logoImage{width:auto;max-height:40px;margin-bottom:1rem;display:block}.Footer-module__Grjkva__brandDesc{font-family:var(--font-sans);color:var(--text-secondary);font-size:.95rem;line-height:1.6}.Footer-module__Grjkva__linksContainer{gap:6rem;display:flex}.Footer-module__Grjkva__column{flex-direction:column;display:flex}.Footer-module__Grjkva__columnTitle{font-family:var(--font-sans);letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem;font-size:.8rem;font-weight:500}.Footer-module__Grjkva__link{font-family:var(--font-sans);color:var(--text-primary);margin-bottom:1rem;font-size:.95rem;transition:opacity .3s}.Footer-module__Grjkva__link:hover{opacity:.5}.Footer-module__Grjkva__bottomSection{font-family:var(--font-sans);color:var(--text-secondary);border-top:1px solid #0000001a;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.8rem;display:flex}.Footer-module__Grjkva__developer{transition:opacity .3s}.Footer-module__Grjkva__developer:hover{opacity:1;color:var(--text-primary)}@media (max-width:768px){.Footer-module__Grjkva__topSection{flex-direction:column}.Footer-module__Grjkva__linksContainer{flex-direction:column;gap:3rem}.Footer-module__Grjkva__bottomSection{text-align:center;flex-direction:column;gap:1rem}}
