.Header-module__hBw1pG__header{top:16px;left:var(--page-padding);right:var(--page-padding);z-index:100;border:1px solid var(--border);background:var(--bg);will-change:top;border-radius:100px;height:77px;transition:top .4s cubic-bezier(.16,1,.3,1),border-color .4s;position:fixed;overflow:hidden}.Header-module__hBw1pG__headerScrolled{border-color:#0000;top:12px}.Header-module__hBw1pG__fill{background:var(--navy);transform-origin:0;will-change:transform;border-radius:100px;width:100%;position:absolute;top:0;bottom:0;left:0;transform:scaleX(0)}.Header-module__hBw1pG__content{z-index:2;justify-content:space-between;align-items:center;height:100%;padding:0 38px;display:flex;position:relative}.Header-module__hBw1pG__logoLink{height:34px;display:block;position:relative}.Header-module__hBw1pG__logo{width:auto;height:34px}.Header-module__hBw1pG__logoWhite{filter:brightness(0)invert();clip-path:inset(0 100% 0 0);will-change:clip-path;width:auto;height:34px;position:absolute;top:0;left:0}.Header-module__hBw1pG__nav{align-items:center;margin-right:-16px;display:flex}.Header-module__hBw1pG__contactBtn{font-family:var(--font);letter-spacing:-.2px;color:var(--white);background-color:var(--navy);cursor:pointer;border:none;border-radius:100px;padding:14px 38px;font-size:18px;font-weight:600;transition:background-color .4s,color .4s}.Header-module__hBw1pG__contactBtnFilled{background-color:var(--lime);color:var(--navy)}.Header-module__hBw1pG__contactBtn:hover{opacity:.85}@media (max-width:768px){.Header-module__hBw1pG__header{height:67px;top:12px;left:16px;right:16px}.Header-module__hBw1pG__content{padding:0 20px}.Header-module__hBw1pG__logoLink,.Header-module__hBw1pG__logo,.Header-module__hBw1pG__logoWhite{height:22px}}
.Hero-module__ZARIfG__hero{min-height:100vh;padding:var(--space-2xl) var(--page-padding) var(--space-xl);max-width:var(--max-width);flex-direction:column;justify-content:flex-end;margin:0 auto;display:flex}.Hero-module__ZARIfG__headline{letter-spacing:-5px;color:var(--navy);font-size:clamp(72px,12vw,156px);font-weight:800;line-height:.95}.Hero-module__ZARIfG__line{display:block;overflow:hidden}.Hero-module__ZARIfG__lineInner{animation:1s cubic-bezier(.16,1,.3,1) forwards Hero-module__ZARIfG__slideUp;animation-delay:var(--delay,0s);display:block;transform:translateY(110%)}@keyframes Hero-module__ZARIfG__slideUp{to{transform:translateY(0)}}.Hero-module__ZARIfG__outline{-webkit-text-stroke:2px var(--navy);color:#0000}.Hero-module__ZARIfG__accentDot{color:var(--lime)}.Hero-module__ZARIfG__sub{margin-top:var(--space-lg);color:var(--text-secondary);letter-spacing:-.3px;opacity:0;max-width:600px;font-size:clamp(22px,2.6vw,28px);font-weight:400;line-height:1.65;animation:.8s .8s forwards Hero-module__ZARIfG__fadeIn}@keyframes Hero-module__ZARIfG__fadeIn{to{opacity:1}}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding:140px var(--page-padding) var(--space-lg)}.Hero-module__ZARIfG__headline{letter-spacing:-2px}}
.ProjectCard-module__U_VZua__card{gap:var(--space-md);padding:var(--space-lg) var(--space-md);border:1px solid var(--border);cursor:default;border-radius:24px;grid-template-columns:1fr auto;align-items:baseline;margin-bottom:16px;transition:background-color .4s,border-color .4s;display:grid}.ProjectCard-module__U_VZua__card:hover{background-color:var(--navy);border-color:var(--navy)}.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__index,.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__name,.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__category,.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__description,.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__link{color:var(--white)}.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__link{border-bottom-color:var(--lime)}.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__linkSoon{color:#fff6}.ProjectCard-module__U_VZua__index{color:var(--text-muted);letter-spacing:1px;padding-top:4px;font-size:17px;font-weight:600;transition:color .4s}.ProjectCard-module__U_VZua__name{letter-spacing:-1px;color:var(--navy);margin-bottom:6px;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.15;transition:color .4s}.ProjectCard-module__U_VZua__category{color:var(--text-muted);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px;font-size:14px;font-weight:600;transition:color .4s}.ProjectCard-module__U_VZua__description{color:var(--text-secondary);letter-spacing:-.2px;max-width:580px;font-size:20px;font-weight:400;line-height:1.6;transition:color .4s}.ProjectCard-module__U_VZua__linkWrap{align-self:center}.ProjectCard-module__U_VZua__link{color:var(--navy);letter-spacing:-.2px;white-space:nowrap;border-bottom:2px solid var(--lime);padding-bottom:2px;font-size:17px;font-weight:600;transition:color .4s,border-color .4s}.ProjectCard-module__U_VZua__linkSoon{color:var(--text-muted);letter-spacing:-.2px;white-space:nowrap;font-size:17px;font-weight:600;transition:color .4s}@media (max-width:768px){.ProjectCard-module__U_VZua__card{padding:var(--space-md);border-radius:20px;grid-template-columns:1fr;gap:0}.ProjectCard-module__U_VZua__index{margin-bottom:12px}.ProjectCard-module__U_VZua__linkWrap{margin-top:20px}}
.Projects-module__2BoJ-q__section{padding:0 var(--page-padding);max-width:var(--max-width);margin:0 auto}.Projects-module__2BoJ-q__header{padding:var(--space-2xl) 0 var(--space-lg)}.Projects-module__2BoJ-q__label{letter-spacing:3px;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-sm);font-size:14px;font-weight:600}.Projects-module__2BoJ-q__title{letter-spacing:-2.5px;color:var(--navy);font-size:clamp(48px,6.5vw,72px);font-weight:800;line-height:1.05}.Projects-module__2BoJ-q__highlight{display:inline;position:relative}.Projects-module__2BoJ-q__highlight:before{content:"";z-index:-1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 60'%3E%3Cpath d='M4 8 C20 4, 50 2, 100 6 C150 10, 180 3, 196 6 L198 52 C170 56, 140 50, 100 54 C60 58, 30 52, 2 55 Z' fill='%23E4E65F'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;position:absolute;inset:-8px -60px}.Projects-module__2BoJ-q__list{flex-direction:column;display:flex}
.About-module__vAULUW__outer{height:400vh;position:relative}.About-module__vAULUW__sticky{background:var(--navy);align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.About-module__vAULUW__inner{width:100%;max-width:var(--max-width);padding:0 var(--page-padding);margin:0 auto}.About-module__vAULUW__label{letter-spacing:3px;text-transform:uppercase;color:var(--lime);margin-bottom:var(--space-xl);font-size:14px;font-weight:600}.About-module__vAULUW__exchange{gap:var(--space-lg);padding:0 var(--page-padding);max-width:var(--max-width);opacity:0;pointer-events:none;grid-template-columns:1fr 1fr;align-items:start;margin:0 auto;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);display:grid;position:absolute;left:0;right:0;transform:translateY(40px)}.About-module__vAULUW__exchangeActive{opacity:1;pointer-events:auto;transform:translateY(0)}.About-module__vAULUW__exchangeExited{opacity:0;transform:translateY(-40px)}.About-module__vAULUW__exchangeWrap{min-height:200px;position:relative}.About-module__vAULUW__who{letter-spacing:2px;text-transform:uppercase;color:var(--lime);margin-bottom:16px;font-size:12px;font-weight:700}.About-module__vAULUW__question{letter-spacing:-1.5px;color:#fff6;font-size:clamp(24px,3.5vw,42px);font-weight:700;line-height:1.15}.About-module__vAULUW__answerSide{opacity:0;transition:opacity .5s .25s,transform .5s cubic-bezier(.16,1,.3,1) .25s;transform:translate(20px)}.About-module__vAULUW__exchangeActive .About-module__vAULUW__answerSide{opacity:1;transform:translate(0)}.About-module__vAULUW__whoAnswer{letter-spacing:2px;text-transform:uppercase;color:#ffffff40;margin-bottom:16px;font-size:12px;font-weight:700}.About-module__vAULUW__answer{color:#ffffffa6;letter-spacing:-.3px;font-size:clamp(18px,2.2vw,26px);font-weight:400;line-height:1.6}.About-module__vAULUW__bold{color:var(--white);font-weight:600}.About-module__vAULUW__progress{bottom:var(--space-lg);left:var(--page-padding);gap:8px;display:flex;position:absolute}.About-module__vAULUW__dot{background:#ffffff26;border-radius:2px;width:32px;height:3px;transition:background .4s}.About-module__vAULUW__dotActive{background:var(--lime)}@media (max-width:768px){.About-module__vAULUW__exchange{gap:var(--space-md);grid-template-columns:1fr}.About-module__vAULUW__answerSide{padding-left:var(--space-md);border-left:2px solid #ffffff1a}}
.Contact-module__hcVmEa__section{padding:var(--space-3xl) var(--page-padding) var(--space-2xl);max-width:var(--max-width);border-top:1px solid var(--border);margin:0 auto}.Contact-module__hcVmEa__label{letter-spacing:3px;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-lg);font-size:14px;font-weight:600}.Contact-module__hcVmEa__title{letter-spacing:-4px;color:var(--navy);margin-bottom:var(--space-lg);font-size:clamp(62px,10vw,130px);font-weight:800;line-height:.95}.Contact-module__hcVmEa__titleOutline{-webkit-text-stroke:2px var(--navy);color:#0000}.Contact-module__hcVmEa__buttons{flex-wrap:wrap;gap:16px;display:flex}.Contact-module__hcVmEa__btn{font-family:var(--font);letter-spacing:-.5px;color:var(--navy);background-color:var(--lime);cursor:pointer;border:none;border-radius:100px;padding:28px 72px;font-size:22px;font-weight:700;transition:opacity .3s}.Contact-module__hcVmEa__btn:hover{opacity:.85}.Contact-module__hcVmEa__btnOutline{font-family:var(--font);letter-spacing:-.5px;color:var(--navy);border:2px solid var(--border);cursor:pointer;background:0 0;border-radius:100px;padding:26px 72px;font-size:22px;font-weight:700;transition:border-color .3s}.Contact-module__hcVmEa__btnOutline:hover{border-color:var(--navy)}@media (max-width:768px){.Contact-module__hcVmEa__section{padding:var(--space-2xl) var(--page-padding) var(--space-xl)}.Contact-module__hcVmEa__title{letter-spacing:-2px}}
.Footer-module__S6Hkya__footer{padding:var(--space-lg) var(--page-padding) var(--space-xl);max-width:var(--max-width);width:100%;margin:0 auto}.Footer-module__S6Hkya__divider{background-color:var(--border);width:100%;height:1px;margin-bottom:var(--space-md)}.Footer-module__S6Hkya__top{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__logo{opacity:.4;width:auto;height:22px}.Footer-module__S6Hkya__links{gap:32px;display:flex}.Footer-module__S6Hkya__link{color:var(--text-muted);font-size:14px;font-weight:500;transition:color .25s}.Footer-module__S6Hkya__link:hover{color:var(--text)}.Footer-module__S6Hkya__bottom{justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__company,.Footer-module__S6Hkya__copy{color:var(--text-muted);opacity:.7;font-size:13px;font-weight:400}@media (max-width:768px){.Footer-module__S6Hkya__top,.Footer-module__S6Hkya__bottom{flex-direction:column;align-items:flex-start;gap:12px}}
