.Hero-module__ZARIfG__hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:0 1rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__logoContainer{z-index:20;position:absolute;top:2rem;left:2rem}.Hero-module__ZARIfG__logo{object-fit:contain;width:auto;height:120px}.Hero-module__ZARIfG__background{z-index:0;background:var(--background-dark);width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__ZARIfG__glow{background:radial-gradient(circle,#ffffff14 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:8s ease-in-out infinite alternate Hero-module__ZARIfG__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Hero-module__ZARIfG__pulse{0%{opacity:.5;transform:translate(-50%,-50%)scale(1)}to{opacity:.8;transform:translate(-50%,-50%)scale(1.2)}}.Hero-module__ZARIfG__content{z-index:1;flex-direction:column;align-items:center;gap:2rem;max-width:900px;display:flex;position:relative}.Hero-module__ZARIfG__headline{font-family:var(--font-heading);letter-spacing:-.02em;background:linear-gradient(#fff 0%,#ffffffb3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:700;line-height:1.1}.Hero-module__ZARIfG__subheadline{font-family:var(--font-body);color:var(--text-secondary);max-width:600px;font-size:1.25rem;line-height:1.6}.Hero-module__ZARIfG__buttons{gap:1.5rem;margin-top:1rem;display:flex}.Hero-module__ZARIfG__button{font-family:var(--font-body);cursor:pointer;border-radius:99px;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .3s;position:relative;overflow:hidden}.Hero-module__ZARIfG__primary{background:var(--text-primary);color:var(--background-dark);border:1px solid var(--text-primary)}.Hero-module__ZARIfG__primary:hover{background:#e0e0e0;box-shadow:0 0 20px #ffffff4d}.Hero-module__ZARIfG__secondary{color:var(--text-primary);border:1px solid var(--border-subtle);background:0 0}.Hero-module__ZARIfG__secondary:hover{border-color:var(--text-primary);background:#ffffff0d}@media (max-width:768px){.Hero-module__ZARIfG__headline{font-size:2.5rem}.Hero-module__ZARIfG__buttons{flex-direction:column;width:100%;max-width:300px}.Hero-module__ZARIfG__button{width:100%}}
.HeroBackground-module__ntEBBG__canvas{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}
.FadeIn-module__OqdPWW__fade{opacity:0;transition:opacity 1s cubic-bezier(.2,.8,.2,1),transform 1s cubic-bezier(.2,.8,.2,1);transform:translateY(30px)}.FadeIn-module__OqdPWW__visible{opacity:1;transform:translateY(0)}
.Philosophy-module__PUxW5G__philosophy{background-color:var(--background-light);color:#000;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:8rem 2rem;display:flex;position:relative}.Philosophy-module__PUxW5G__content{z-index:1;max-width:800px}.Philosophy-module__PUxW5G__headline{font-family:var(--font-heading);letter-spacing:-.02em;margin-bottom:2rem;font-size:3rem;font-weight:700;line-height:1.2}.Philosophy-module__PUxW5G__highlight{color:#555}.Philosophy-module__PUxW5G__text{font-family:var(--font-body);color:#444;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.7}@media (max-width:768px){.Philosophy-module__PUxW5G__headline{font-size:2rem}}
.Capabilities-module__ccdUbW__capabilities{background-color:var(--background-dark);color:var(--text-primary);border-bottom:1px solid var(--border-subtle);padding:8rem 2rem}.Capabilities-module__ccdUbW__container{max-width:1200px;margin:0 auto}.Capabilities-module__ccdUbW__grid{grid-template-columns:repeat(2,1fr);gap:4rem;margin-top:4rem;display:grid}.Capabilities-module__ccdUbW__item{border-top:1px solid var(--border-subtle);cursor:default;flex-direction:column;gap:1rem;padding:2rem 0;transition:all .4s;display:flex}.Capabilities-module__ccdUbW__item:hover{border-color:var(--text-primary);transform:translateY(-5px)}.Capabilities-module__ccdUbW__title{font-family:var(--font-heading);font-size:1.5rem;font-weight:500}.Capabilities-module__ccdUbW__icon{background:var(--text-primary);width:24px;height:24px;margin-bottom:1rem;-webkit-mask-size:cover;mask-size:cover}.Capabilities-module__ccdUbW__icon_web{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='3' y1='9' x2='21' y2='9'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='3' y1='9' x2='21' y2='9'/%3E%3C/svg%3E")}.Capabilities-module__ccdUbW__icon_ui{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5'/%3E%3C/svg%3E")}.Capabilities-module__ccdUbW__icon_brand{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolygon points='16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolygon points='16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76'/%3E%3C/svg%3E")}.Capabilities-module__ccdUbW__icon_strategy{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 2v20'/%3E%3Cpath d='M2 12h20'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 2v20'/%3E%3Cpath d='M2 12h20'/%3E%3C/svg%3E")}.Capabilities-module__ccdUbW__description{color:var(--text-secondary);max-width:400px;font-size:1rem;line-height:1.6}@media (max-width:768px){.Capabilities-module__ccdUbW__grid{grid-template-columns:1fr;gap:2rem}}
.Work-module__K_G1Ja__work{background-color:var(--background-dark);color:var(--text-primary);padding:8rem 2rem}.Work-module__K_G1Ja__container{max-width:1200px;margin:0 auto}.Work-module__K_G1Ja__title{font-family:var(--font-heading);letter-spacing:-.02em;margin-bottom:4rem;font-size:2.5rem;font-weight:700}.Work-module__K_G1Ja__grid{flex-direction:column;gap:2rem;display:flex}.Work-module__K_G1Ja__item{cursor:pointer;border-radius:20px;width:100%;height:400px;position:relative;overflow:hidden}.Work-module__K_G1Ja__imagePlaceholder{width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.Work-module__K_G1Ja__image{object-fit:cover;transition:transform .6s}.Work-module__K_G1Ja__item:hover .Work-module__K_G1Ja__image{transform:scale(1.05)}.Work-module__K_G1Ja__overlay{z-index:2;background:linear-gradient(#0000001a 0%,#0003 40%,#000000e6 100%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.Work-module__K_G1Ja__details{z-index:3;width:calc(100% - 4rem);position:absolute;bottom:2rem;left:2rem}.Work-module__K_G1Ja__projectTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.5rem;font-size:2rem}.Work-module__K_G1Ja__projectType{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:1rem}.Work-module__K_G1Ja__exploreContainer{justify-content:center;margin-top:6rem;display:flex}.Work-module__K_G1Ja__underConstruction{border:1px dashed var(--border-subtle);color:var(--text-secondary);cursor:default;letter-spacing:.05em;text-transform:uppercase;opacity:.7;border-radius:99px;padding:1rem 3rem;font-size:.875rem;font-weight:500}@media (max-width:768px){.Work-module__K_G1Ja__title{font-size:2rem}}
.Statement-module__HcBUAG__statementSection{background-color:var(--background-light);color:#000;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex}.Statement-module__HcBUAG__statement{font-family:var(--font-heading);letter-spacing:-.03em;max-width:900px;margin-bottom:6rem;font-size:3.5rem;font-weight:600;line-height:1.1}.Statement-module__HcBUAG__ctaWrapper{flex-direction:column;align-items:center;gap:2rem;display:flex}.Statement-module__HcBUAG__ctaHeadline{font-family:var(--font-heading);font-size:2rem;font-weight:500}.Statement-module__HcBUAG__bookButton{color:#fff;background:#000;border:1px solid #0000;border-radius:99px;padding:1rem 2.5rem;font-size:1.125rem;font-weight:500;transition:all .3s}.Statement-module__HcBUAG__bookButton:hover{background:#222;transform:scale(1.05);box-shadow:0 10px 30px #00000026}@media (max-width:768px){.Statement-module__HcBUAG__statement{margin-bottom:4rem;font-size:2rem}}
.Contact-module__hcVmEa__contact{background-color:var(--background-dark);color:var(--text-primary);justify-content:center;padding:8rem 2rem;display:flex}.Contact-module__hcVmEa__container{width:100%;max-width:600px}.Contact-module__hcVmEa__title{font-family:var(--font-heading);text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.Contact-module__hcVmEa__form{flex-direction:column;gap:2rem;display:flex}.Contact-module__hcVmEa__group{flex-direction:column;gap:.5rem;display:flex}.Contact-module__hcVmEa__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{border:none;border-bottom:1px solid var(--border-subtle);color:var(--text-primary);font-family:var(--font-body);resize:none;background:0 0;padding:.5rem 0;font-size:1.125rem;transition:all .3s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--text-primary);outline:none}.Contact-module__hcVmEa__submit{background:var(--text-primary);color:var(--background-dark);cursor:pointer;border:none;border-radius:99px;align-self:flex-start;margin-top:1rem;padding:1rem 2rem;font-weight:500;transition:all .3s}.Contact-module__hcVmEa__submit:hover{background:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #ffffff1a}.Contact-module__hcVmEa__submit:disabled{opacity:.7;cursor:wait;box-shadow:none;transform:none}.Contact-module__hcVmEa__actions{flex-direction:column;gap:1rem;display:flex}.Contact-module__hcVmEa__successMessage{color:#4ade80;font-size:.875rem;font-weight:500;animation:.5s ease-out Contact-module__hcVmEa__fadeIn}.Contact-module__hcVmEa__errorMessage{color:#ef4444;font-size:.875rem;font-weight:500;animation:.5s ease-out Contact-module__hcVmEa__fadeIn}@keyframes Contact-module__hcVmEa__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.Footer-module__S6Hkya__footer{background-color:var(--background-dark);color:var(--text-primary);border-top:1px solid var(--border-subtle);padding:6rem 2rem 2rem}.Footer-module__S6Hkya__container{flex-wrap:wrap;justify-content:space-between;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__S6Hkya__logoWrapper{width:150px;position:relative}.Footer-module__S6Hkya__logoImage{object-fit:contain;object-position:left;width:100%;height:auto!important}.Footer-module__S6Hkya__copyright{color:var(--text-secondary);margin-top:auto;font-size:.875rem}.Footer-module__S6Hkya__links{gap:4rem;display:flex}.Footer-module__S6Hkya__linkGroup{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__groupTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem}.Footer-module__S6Hkya__link{color:var(--text-primary);font-size:1rem;transition:color .2s}.Footer-module__S6Hkya__link:hover{color:#fff;text-decoration:underline;-webkit-text-decoration-color:var(--border-subtle);text-decoration-color:var(--border-subtle)}@media (max-width:768px){.Footer-module__S6Hkya__container{flex-direction:column;gap:3rem}.Footer-module__S6Hkya__links{flex-direction:column;gap:2rem}}
.LanguageToggle-module__qSlm8a__toggle{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;border:1px solid #ffffff1a;border-radius:99px;padding:4px;display:flex;position:fixed;top:2rem;right:2rem}.LanguageToggle-module__qSlm8a__button{color:#888;cursor:pointer;font-family:var(--font-body);background:0 0;border:none;border-radius:99px;padding:6px 12px;font-size:.875rem;font-weight:500;transition:all .3s}.LanguageToggle-module__qSlm8a__active{color:#000;background:#fff}@media (max-width:768px){.LanguageToggle-module__qSlm8a__toggle{top:auto;bottom:2rem;right:50%;transform:translate(50%)}}
.page-module___8aEwW__main{width:100%;min-height:100vh}
