.Header-module__hBw1pG__header{z-index:100;background:var(--white);transition:border-color var(--transition),box-shadow var(--transition);border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__scrolled{border-color:var(--gray-200);box-shadow:0 2px 12px #0000000f}.Header-module__hBw1pG__inner{height:var(--header-h);justify-content:space-between;align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__logo{flex-shrink:0;align-items:center;display:flex}.Header-module__hBw1pG__logoImg{border-radius:4px;width:auto;max-width:160px;height:65px;display:block}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__navLink{color:var(--gray-700);transition:color var(--transition);font-size:.95rem;font-weight:500;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background:var(--red);width:0;height:2px;transition:width var(--transition);position:absolute;bottom:-3px;left:0}.Header-module__hBw1pG__navLink:hover{color:var(--red)}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__ctaBtn{margin-left:.5rem}.Header-module__hBw1pG__burger{cursor:pointer;background:0 0;border:none;border-radius:4px;flex-direction:column;justify-content:center;gap:5px;padding:6px;display:none}.Header-module__hBw1pG__burger span{background:var(--black);transform-origin:50%;border-radius:2px;width:24px;height:2px;transition:transform .25s,opacity .25s;display:block}.Header-module__hBw1pG__burgerActive span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__hBw1pG__burgerActive span:nth-child(2){opacity:0}.Header-module__hBw1pG__burgerActive span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__hBw1pG__backdrop{z-index:99;background:#00000059;display:none;position:fixed;inset:0}@media (max-width:768px){.Header-module__hBw1pG__burger{display:flex}.Header-module__hBw1pG__backdrop{display:block}.Header-module__hBw1pG__nav{top:var(--header-h);background:var(--white);z-index:100;flex-direction:column;align-items:flex-start;gap:0;width:min(300px,85vw);padding:1.5rem;transition:transform .28s;position:fixed;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 24px #0000001a}.Header-module__hBw1pG__navOpen{transform:translate(0)}.Header-module__hBw1pG__navLink{border-bottom:1px solid var(--gray-200);width:100%;padding:.9rem 0;font-size:1.05rem}.Header-module__hBw1pG__navLink:after{display:none}.Header-module__hBw1pG__ctaBtn{width:100%;margin-top:1.5rem}}
.Hero-module__ZARIfG__hero{min-height:100vh;padding-top:var(--header-h);align-items:center;display:flex;position:relative}.Hero-module__ZARIfG__heroPicture{width:100%;height:100%;position:absolute;inset:0}.Hero-module__ZARIfG__heroPicture img{width:100%;height:100%;display:block}.Hero-module__ZARIfG__overlay{background:linear-gradient(135deg,#000000b8 0%,#00000073 100%);position:absolute;inset:0}.Hero-module__ZARIfG__content{z-index:1;padding-top:3rem;padding-bottom:5rem;position:relative}.Hero-module__ZARIfG__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:1.25rem;font-size:.82rem;font-weight:600}.Hero-module__ZARIfG__title{font-family:var(--font-heading);color:var(--white);max-width:14ch;margin-bottom:1.5rem;font-size:clamp(2.4rem,6vw,4.5rem);font-weight:800;line-height:1.1}.Hero-module__ZARIfG__subtitle{color:#ffffffd9;max-width:52ch;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.Hero-module__ZARIfG__actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.Hero-module__ZARIfG__phoneLink{color:#fffc;transition:color var(--transition);align-items:center;gap:.45rem;padding:.5rem 0;font-size:.95rem;font-weight:500;display:none}.Hero-module__ZARIfG__phoneLink:hover{color:var(--white)}.Hero-module__ZARIfG__scrollHint{color:#ffffff80;transition:color var(--transition);z-index:1;animation:2s infinite Hero-module__ZARIfG__bounce;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollHint:hover{color:var(--white)}@keyframes Hero-module__ZARIfG__bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}@media (max-width:640px){.Hero-module__ZARIfG__phoneLink{display:flex}}
.About-module__vAULUW__section{padding:var(--section-py)0;background:var(--white)}.About-module__vAULUW__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.About-module__vAULUW__textCol{flex-direction:column;display:flex}.About-module__vAULUW__lead{color:var(--gray-700);margin-bottom:1rem;font-size:1.1rem;font-weight:500;line-height:1.7}.About-module__vAULUW__body{color:var(--gray-500);margin-bottom:2.5rem;line-height:1.75}.About-module__vAULUW__stats{border-top:1px solid var(--gray-200);gap:2rem;padding-top:2rem;list-style:none;display:flex}.About-module__vAULUW__stat{flex-direction:column;gap:.25rem;display:flex}.About-module__vAULUW__statValue{font-family:var(--font-heading);color:var(--red);font-size:1.75rem;font-weight:800;line-height:1}.About-module__vAULUW__statLabel{color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em;font-size:.82rem}.About-module__vAULUW__mapCol{flex-direction:column;gap:.75rem;display:flex}.About-module__vAULUW__mapWrapper{border-radius:var(--radius);width:100%;height:380px;box-shadow:var(--shadow);background:var(--white);position:relative;overflow:hidden}.About-module__vAULUW__deptMap{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.About-module__vAULUW__deptSvg{object-fit:contain;width:100%;height:100%;display:block}.About-module__vAULUW__deptLogo{object-fit:contain;background:var(--white);z-index:1000;border-radius:10px;width:55px;height:55px;padding:5px;position:absolute;top:calc(48% + 60px);left:calc(50% + 40px);transform:translate(-50%,-50%);box-shadow:0 4px 16px #0000002e}.About-module__vAULUW__mapCaption{color:var(--gray-500);text-align:center;font-size:.82rem}@media (max-width:900px){.About-module__vAULUW__grid{grid-template-columns:1fr;gap:3rem}.About-module__vAULUW__stats{gap:1.5rem}}@media (max-width:480px){.About-module__vAULUW__stats{flex-direction:column;gap:1.25rem}}
.Expertise-module__vuFUMW__section{padding:var(--section-py)0;background:var(--gray-100)}.Expertise-module__vuFUMW__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.Expertise-module__vuFUMW__card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition);overflow:hidden}.Expertise-module__vuFUMW__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.Expertise-module__vuFUMW__photoWrap{height:220px;position:relative;overflow:hidden}.Expertise-module__vuFUMW__photo{object-fit:cover;width:100%;height:100%;transition:opacity 1.8s,transform .4s;display:block;position:absolute;inset:0}.Expertise-module__vuFUMW__card:hover .Expertise-module__vuFUMW__photo{transform:scale(1.04)}.Expertise-module__vuFUMW__photoOverlay{transition:opacity var(--transition);background:linear-gradient(#0000001a 40%,#000000bf 100%);position:absolute;inset:0}.Expertise-module__vuFUMW__card:hover .Expertise-module__vuFUMW__photoOverlay{opacity:.85}.Expertise-module__vuFUMW__cardTitle{font-family:var(--font-heading);color:var(--white);z-index:1;font-size:1.2rem;font-weight:700;line-height:1.25;position:absolute;bottom:1rem;left:1.25rem;right:1.25rem}.Expertise-module__vuFUMW__list{flex-direction:column;gap:.5rem;padding:1.25rem 1.5rem;list-style:none;display:flex}.Expertise-module__vuFUMW__listItem{color:var(--gray-700);align-items:center;gap:.6rem;font-size:.9rem;display:flex}.Expertise-module__vuFUMW__bullet{background:var(--red);border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}@media (max-width:640px){.Expertise-module__vuFUMW__grid{grid-template-columns:1fr}}
.Realisations-module__4DvEWW__section{padding:var(--section-py)0;background:var(--white)}.Realisations-module__4DvEWW__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.Realisations-module__4DvEWW__card{border-radius:var(--radius);box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition);background:var(--white);border:1px solid var(--gray-200);cursor:pointer;overflow:hidden}.Realisations-module__4DvEWW__card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #0000001a}.Realisations-module__4DvEWW__photoWrap{background:var(--gray-200);height:260px;position:relative;overflow:hidden}.Realisations-module__4DvEWW__photoWrap img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.Realisations-module__4DvEWW__card:hover .Realisations-module__4DvEWW__photoWrap img{transform:scale(1.04)}.Realisations-module__4DvEWW__photoBadge{color:var(--white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1;background:#0009;border-radius:20px;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.78rem;font-weight:600;display:flex;position:absolute;bottom:.75rem;right:.75rem}.Realisations-module__4DvEWW__cardBody{flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.Realisations-module__4DvEWW__location{color:var(--red);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;display:flex}.Realisations-module__4DvEWW__cardTitle{font-family:var(--font-heading);color:var(--black);margin-top:.25rem;font-size:1.15rem;font-weight:700;line-height:1.3}.Realisations-module__4DvEWW__cardDesc{color:var(--gray-500);margin-top:.25rem;font-size:.9rem;line-height:1.65}.Realisations-module__4DvEWW__lbOverlay{z-index:200;background:#000000eb;justify-content:center;align-items:center;padding:1rem;animation:.18s Realisations-module__4DvEWW__fadeIn;display:flex;position:fixed;inset:0}@keyframes Realisations-module__4DvEWW__fadeIn{0%{opacity:0}to{opacity:1}}.Realisations-module__4DvEWW__lbBox{border-radius:var(--radius);background:#1a1a1a;flex-direction:column;width:100%;max-width:900px;max-height:90vh;display:flex;overflow:hidden}.Realisations-module__4DvEWW__lbHeader{border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.Realisations-module__4DvEWW__lbTitle{font-family:var(--font-heading);color:var(--white);font-size:.95rem;font-weight:700}.Realisations-module__4DvEWW__lbCounter{color:#ffffff73;margin-top:.1rem;font-size:.78rem}.Realisations-module__4DvEWW__lbClose{color:var(--white);cursor:pointer;width:36px;height:36px;transition:background var(--transition);background:#ffffff14;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Realisations-module__4DvEWW__lbClose:hover{background:var(--red)}.Realisations-module__4DvEWW__lbImgWrap{background:#111;flex:1;justify-content:center;align-items:center;height:500px;min-height:0;max-height:60vh;display:flex;position:relative;overflow:hidden}.Realisations-module__4DvEWW__lbImgWrap img{width:auto;max-width:100%;height:auto;max-height:min(500px,60vh);display:block}.Realisations-module__4DvEWW__lbArrow{color:var(--white);cursor:pointer;z-index:1;width:44px;height:44px;transition:background var(--transition);background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Realisations-module__4DvEWW__lbArrow:hover{background:var(--red)}.Realisations-module__4DvEWW__lbArrowLeft{left:1rem}.Realisations-module__4DvEWW__lbArrowRight{right:1rem}.Realisations-module__4DvEWW__lbThumbs{scrollbar-width:thin;scrollbar-color:#333 transparent;background:#111;flex-shrink:0;gap:.5rem;padding:.75rem 1rem;display:flex;overflow-x:auto}.Realisations-module__4DvEWW__lbThumb{cursor:pointer;opacity:.55;width:72px;height:52px;transition:opacity var(--transition),border-color var(--transition);background:#333;border:2px solid #0000;border-radius:4px;flex-shrink:0;padding:0;overflow:hidden}.Realisations-module__4DvEWW__lbThumb img{object-fit:cover;width:100%;height:100%;display:block}.Realisations-module__4DvEWW__lbThumb:hover{opacity:.85}.Realisations-module__4DvEWW__lbThumbActive{border-color:var(--red);opacity:1}@media (max-width:640px){.Realisations-module__4DvEWW__grid{grid-template-columns:1fr}.Realisations-module__4DvEWW__photoWrap{height:220px}.Realisations-module__4DvEWW__lbImgWrap{height:280px}.Realisations-module__4DvEWW__lbImgWrap img{max-height:280px}.Realisations-module__4DvEWW__lbArrow{width:36px;height:36px}}
.Contact-module__hcVmEa__section{padding:var(--section-py)0;background:var(--gray-100)}.Contact-module__hcVmEa__grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:4rem;display:grid}.Contact-module__hcVmEa__infoCol{padding-top:.5rem}.Contact-module__hcVmEa__infoIntro{color:var(--gray-500);margin-bottom:2rem;line-height:1.75}.Contact-module__hcVmEa__infoList{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.Contact-module__hcVmEa__infoItem{align-items:flex-start;gap:1rem;display:flex}.Contact-module__hcVmEa__infoIcon{background:var(--white);border-radius:var(--radius);width:42px;height:42px;color:var(--red);box-shadow:var(--shadow);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contact-module__hcVmEa__infoLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);margin-bottom:.2rem;font-size:.78rem;font-weight:600}.Contact-module__hcVmEa__infoValue{color:var(--black);transition:color var(--transition);font-size:.95rem;font-weight:500}a.Contact-module__hcVmEa__infoValue:hover{color:var(--red)}.Contact-module__hcVmEa__formCol{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;min-height:520px;padding:2.5rem;display:flex}.Contact-module__hcVmEa__form{flex-direction:column;flex:1;gap:1.25rem;display:flex}.Contact-module__hcVmEa__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Contact-module__hcVmEa__field{flex-direction:column;gap:.4rem;display:flex}.Contact-module__hcVmEa__label{color:var(--gray-700);font-size:.85rem;font-weight:600}.Contact-module__hcVmEa__label span{color:var(--red)}.Contact-module__hcVmEa__input{border:1.5px solid var(--gray-200);border-radius:var(--radius);width:100%;font-family:var(--font-body);color:var(--black);background:var(--white);transition:border-color var(--transition);outline:none;padding:.7rem 1rem;font-size:.95rem}.Contact-module__hcVmEa__input:focus{border-color:var(--red)}.Contact-module__hcVmEa__input::placeholder{color:var(--gray-500)}.Contact-module__hcVmEa__textarea{resize:vertical;min-height:120px;line-height:1.6}.Contact-module__hcVmEa__submitBtn{align-self:flex-start;margin-top:.5rem}.Contact-module__hcVmEa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Contact-module__hcVmEa__required{color:var(--gray-500);margin-top:-.5rem;font-size:.78rem}.Contact-module__hcVmEa__errorMsg{color:var(--red);border-left:3px solid var(--red);border-radius:0 var(--radius)var(--radius)0;background:#c8102e12;padding:.6rem 1rem;font-size:.88rem}.Contact-module__hcVmEa__successMsg{text-align:center;color:var(--gray-700);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:2rem 1rem;display:flex}.Contact-module__hcVmEa__successMsg svg{color:#16a34a}.Contact-module__hcVmEa__successMsg h3{font-family:var(--font-heading);color:var(--black);font-size:1.4rem;font-weight:700}.Contact-module__hcVmEa__hp{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}@media (max-width:900px){.Contact-module__hcVmEa__grid{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:480px){.Contact-module__hcVmEa__formCol{padding:1.5rem}.Contact-module__hcVmEa__row{grid-template-columns:1fr}.Contact-module__hcVmEa__submitBtn{width:100%}}
.Footer-module__S6Hkya__footer{background:var(--black);color:#ffffffa6;font-size:.9rem}.Footer-module__S6Hkya__inner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding-top:3rem;padding-bottom:2.5rem;display:flex}.Footer-module__S6Hkya__brand{flex-direction:column;align-items:center;gap:1rem;display:flex}.Footer-module__S6Hkya__logo{border-radius:6px;width:120px;height:auto;display:block}.Footer-module__S6Hkya__tagline{color:#ffffff73;font-size:.82rem;line-height:1.6}.Footer-module__S6Hkya__links{align-items:center;gap:1.5rem;display:flex}.Footer-module__S6Hkya__social{color:#ffffff8c;transition:color var(--transition);align-items:center;gap:.5rem;font-size:.88rem;display:flex}.Footer-module__S6Hkya__social:hover{color:var(--white)}.Footer-module__S6Hkya__bottom{border-top:1px solid #ffffff14}.Footer-module__S6Hkya__bottomInner{text-align:center;flex-direction:column;align-items:center;gap:.4rem;padding-top:1.25rem;padding-bottom:1.25rem;display:flex}.Footer-module__S6Hkya__legal{color:#ffffff73;transition:color var(--transition);font-size:.82rem}.Footer-module__S6Hkya__legal:hover{color:var(--white);text-decoration:underline}
