@keyframes Hero-module__gNeX-G__fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__gNeX-G__scaleIn{to{opacity:1;transform:scaleX(1)}}@keyframes Hero-module__gNeX-G__heroPan{0%{transform:scale(1.08)translate(-2%)}50%{transform:scale(1.08)translate(2%)}to{transform:scale(1.08)translate(-2%)}}@keyframes Hero-module__gNeX-G__scrollPulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.15)}}@keyframes Hero-module__gNeX-G__scrollDot{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.Hero-module__gNeX-G__hero{min-height:calc(100vh - var(--nav-height));background:var(--site-dark);flex-direction:column;justify-content:flex-end;padding-block:clamp(3rem,8vh,6rem) clamp(6rem,14vh,10rem);display:flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__heroBg{position:absolute;inset:0;overflow:hidden}.Hero-module__gNeX-G__heroBgImg{filter:saturate(.85)brightness(.55);animation:20s ease-in-out infinite Hero-module__gNeX-G__heroPan}.Hero-module__gNeX-G__heroBgOverlay{background:radial-gradient(80% 50% at 50% 80%,#c0102e33 0%,#0000 70%),linear-gradient(#0000001a 0%,#00000059 55%,#000000d9 100%);position:absolute;inset:0}.Hero-module__gNeX-G__hero .container{z-index:1;position:relative}.Hero-module__gNeX-G__inner{max-width:100%}@media (min-width:992px){.Hero-module__gNeX-G__inner{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:3rem;width:100%;display:flex}}.Hero-module__gNeX-G__content{align-items:flex-start;gap:var(--space-5);flex-direction:column;max-width:640px;display:flex}@media (min-width:992px){.Hero-module__gNeX-G__content{flex-shrink:0;gap:clamp(1rem,2.5vh,1.75rem);max-width:600px}}.Hero-module__gNeX-G__heading{text-transform:uppercase;font-size:var(--text-hero);letter-spacing:var(--tracking-tight);color:var(--text-1);opacity:0;font-weight:700;line-height:.9;animation:.65s .1s forwards Hero-module__gNeX-G__fadeUp;transform:translateY(10px)}.Hero-module__gNeX-G__headingAccent{color:var(--brand);display:block}.Hero-module__gNeX-G__divider{background-color:var(--brand);opacity:0;border-radius:2px;width:3rem;height:2px;animation:.45s .44s forwards Hero-module__gNeX-G__scaleIn;transform:scaleX(0)}.Hero-module__gNeX-G__sub{font-size:var(--text-md);color:var(--text-3);line-height:var(--leading-loose);opacity:0;max-width:42ch;animation:.55s .52s forwards Hero-module__gNeX-G__fadeUp;transform:translateY(10px)}@media (min-width:992px){.Hero-module__gNeX-G__sub{max-width:480px}}.Hero-module__gNeX-G__cta{gap:var(--space-3);opacity:0;flex-wrap:wrap;justify-content:flex-start;animation:.55s .64s forwards Hero-module__gNeX-G__fadeUp;display:flex;transform:translateY(10px)}.Hero-module__gNeX-G__crane{display:none}@media (min-width:992px){.Hero-module__gNeX-G__crane{opacity:0;flex:1;justify-content:flex-end;align-self:flex-end;align-items:flex-end;max-width:480px;animation:.8s .5s forwards Hero-module__gNeX-G__fadeUp;display:flex;overflow:hidden;transform:translate(30px)}}.Hero-module__gNeX-G__craneImg{object-fit:contain;width:100%;height:auto;display:block;-webkit-mask-image:linear-gradient(#000 85%,#0000 100%);mask-image:linear-gradient(#000 85%,#0000 100%)}.Hero-module__gNeX-G__btnPrimary{align-items:center;gap:var(--space-2);font-family:var(--font-heading);font-size:var(--text-base);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:#fff;background-color:var(--brand);border-radius:var(--radius-sm);box-shadow:0 4px 20px rgba(var(--brand-rgb), .4);transition:background-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);padding:.75rem 1.5rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__btnPrimary:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff24 0%,#0000 55%);position:absolute;inset:0}.Hero-module__gNeX-G__btnPrimary:hover{background-color:var(--brand-strong);box-shadow:0 8px 28px rgba(var(--brand-rgb), .55);color:#fff;transform:translateY(-2px)}.Hero-module__gNeX-G__btnPrimary:focus-visible{outline:2px solid var(--brand-soft);outline-offset:3px}.Hero-module__gNeX-G__btnSecondary{align-items:center;gap:var(--space-2);font-family:var(--font-heading);font-size:var(--text-base);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--text-2);border:1px solid var(--border-medium);border-radius:var(--radius-sm);transition:color var(--transition-fast), border-color var(--transition-fast), background-color var(--transition-fast), transform var(--transition-fast);background-color:#0000;padding:.75rem 1.5rem;font-weight:500;display:inline-flex}.Hero-module__gNeX-G__btnSecondary:hover{color:var(--text-1);border-color:var(--border-strong);background-color:var(--surface-2);transform:translateY(-2px)}.Hero-module__gNeX-G__btnSecondary:focus-visible{outline:2px solid var(--brand-soft);outline-offset:3px}.Hero-module__gNeX-G__scroll{z-index:1;opacity:0;animation:.55s 1s forwards Hero-module__gNeX-G__fadeUp;position:absolute;bottom:2rem;left:50%;translate:-50%}.Hero-module__gNeX-G__scrollMouse{border:2px solid #fff9;border-radius:13px;justify-content:center;width:26px;height:42px;padding-top:6px;display:flex}.Hero-module__gNeX-G__scrollDot{background:#ffffffe6;border-radius:2px;width:4px;height:8px;animation:1.4s ease-in-out infinite Hero-module__gNeX-G__scrollDot}@media (max-height:600px){.Hero-module__gNeX-G__scroll{display:none}}@media (max-width:575.98px){.Hero-module__gNeX-G__content{text-align:center;align-items:center}.Hero-module__gNeX-G__cta{flex-direction:column;align-items:center;width:100%;max-width:18rem}.Hero-module__gNeX-G__btnPrimary,.Hero-module__gNeX-G__btnSecondary{justify-content:center;width:100%;padding:.8125rem 1.25rem}}
.Services-module__kf8n-G__section{background:var(--site-dark);border-top:1px solid var(--border-soft);padding-block:clamp(4rem,8vh,6rem)}.Services-module__kf8n-G__section .container{flex-direction:column;gap:2.5rem;display:flex}.Services-module__kf8n-G__header{flex-direction:column;gap:.5rem;display:flex}.Services-module__kf8n-G__eyebrow{font-size:var(--text-xs);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--brand-soft);font-weight:500}.Services-module__kf8n-G__title{font-family:var(--font-heading);font-size:var(--text-2xl);letter-spacing:var(--tracking-tight);font-weight:700;line-height:var(--leading-tight);color:var(--text-1)}.Services-module__kf8n-G__panels{border:1px solid var(--border-soft);height:clamp(320px,45vw,520px);display:flex;overflow:hidden}.Services-module__kf8n-G__panel{cursor:pointer;will-change:flex;flex:1;min-width:0;display:block;position:relative;overflow:hidden;transition:flex .5s cubic-bezier(.4,0,.2,1)!important}.Services-module__kf8n-G__panel+.Services-module__kf8n-G__panel{border-left:1px solid var(--border-soft)}.Services-module__kf8n-G__panelActive{flex:2.8!important}.Services-module__kf8n-G__panelCollapsed{flex:.6!important}.Services-module__kf8n-G__bg{position:absolute;inset:0;overflow:hidden}.Services-module__kf8n-G__bgImg{object-fit:cover;object-position:center;filter:grayscale();transform:scale(1);transition:filter .5s cubic-bezier(.4,0,.2,1)!important}.Services-module__kf8n-G__panelActive .Services-module__kf8n-G__bgImg{filter:grayscale(0%)}.Services-module__kf8n-G__panel:first-child .Services-module__kf8n-G__bg{background:var(--surface-1)}.Services-module__kf8n-G__panel:nth-child(2) .Services-module__kf8n-G__bg{background:var(--surface-2)}.Services-module__kf8n-G__panel:nth-child(3) .Services-module__kf8n-G__bg{background:var(--surface-1)}.Services-module__kf8n-G__grad{background:linear-gradient(to top, rgba(var(--brand-rgb), .3) 0%, rgba(var(--brand-rgb), .06) 25%, transparent 50%);pointer-events:none;position:absolute;inset:0}.Services-module__kf8n-G__panel:not(.Services-module__kf8n-G__panelActive):not(.Services-module__kf8n-G__panelCollapsed) .Services-module__kf8n-G__grad{opacity:.7}.Services-module__kf8n-G__overlay{pointer-events:none;background:linear-gradient(#0000002e 0%,#00000061 50%,#000000b8 100%);position:absolute;inset:0}.Services-module__kf8n-G__inner{flex-direction:column;justify-content:flex-end;gap:.75rem;padding:clamp(1.25rem,2.5vw,2rem);display:flex;position:absolute;inset:0}.Services-module__kf8n-G__name{font-family:var(--font-heading);font-size:var(--text-xl);letter-spacing:var(--tracking-tight);font-weight:700;line-height:var(--leading-tight);color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Services-module__kf8n-G__nameDivider{background-color:var(--brand);border-radius:2px;width:3rem;height:2px}.Services-module__kf8n-G__panelCollapsed .Services-module__kf8n-G__nameDivider{display:none}.Services-module__kf8n-G__details{flex-direction:column;gap:.75rem;display:flex}.Services-module__kf8n-G__detailsHidden{pointer-events:none}.Services-module__kf8n-G__desc{font-size:var(--text-base);color:#fffc;line-height:var(--leading-base);max-width:32ch}.Services-module__kf8n-G__cta{font-family:var(--font-heading);font-size:var(--text-sm);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:#fff;align-items:center;gap:.5rem;width:fit-content;font-weight:600;display:inline-flex;transition:gap .2s!important}.Services-module__kf8n-G__cta:hover{gap:.75rem}.Services-module__kf8n-G__bar{background:var(--brand);pointer-events:none;width:3px;position:absolute;top:0;bottom:0;left:0}@media (max-width:767.98px){.Services-module__kf8n-G__panels{border:none;flex-direction:column;gap:1rem;height:auto}.Services-module__kf8n-G__panel,.Services-module__kf8n-G__panelActive,.Services-module__kf8n-G__panelCollapsed{height:clamp(220px,55vw,320px);flex:none!important;width:100%!important;transition:none!important}.Services-module__kf8n-G__panel+.Services-module__kf8n-G__panel{border-top:none;border-left:none}.Services-module__kf8n-G__panel{border:1px solid var(--border-soft)}.Services-module__kf8n-G__name{white-space:normal;opacity:1!important}.Services-module__kf8n-G__nameRotated{display:none!important}.Services-module__kf8n-G__details,.Services-module__kf8n-G__detailsHidden{opacity:1!important;pointer-events:auto!important;display:flex!important;transform:none!important}.Services-module__kf8n-G__grad{opacity:.75!important}.Services-module__kf8n-G__bar{display:none}}.Services-module__kf8n-G__nameRotated{white-space:nowrap;font-family:var(--font-heading);font-size:var(--text-xl);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--text-2);pointer-events:none;flex-direction:column;align-items:center;gap:.6rem;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-90deg)}.Services-module__kf8n-G__nameRotated:after{content:"";background-color:var(--brand);border-radius:2px;width:3rem;height:2px;display:block}@media (max-width:767.98px){.Services-module__kf8n-G__nameRotated{display:none}}
.WhyUs-module__6P9U-W__section{background-color:var(--surface-0);border-top:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft);isolation:isolate;padding-block:clamp(5rem,10vh,8rem);overflow:hidden}.WhyUs-module__6P9U-W__header{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(2rem,5vw,5rem);margin-bottom:clamp(3rem,6vh,5rem);display:grid}@media (max-width:991.98px){.WhyUs-module__6P9U-W__header{grid-template-columns:1fr}}.WhyUs-module__6P9U-W__headerText{flex-direction:column;gap:1rem;display:flex}.WhyUs-module__6P9U-W__eyebrow{font-size:var(--text-xs);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--brand-soft);font-weight:500}.WhyUs-module__6P9U-W__title{font-family:var(--font-heading);font-size:var(--text-2xl);letter-spacing:var(--tracking-tight);font-weight:700;line-height:var(--leading-tight);color:var(--text-1)}.WhyUs-module__6P9U-W__intro{font-size:var(--text-md);color:var(--text-3);line-height:var(--leading-loose);max-width:52ch}.WhyUs-module__6P9U-W__stats{background-color:var(--border-soft);border:1px solid var(--border-soft);border-radius:var(--radius-lg);grid-template-columns:1fr 1fr;align-self:center;gap:2px;display:grid;overflow:hidden}.WhyUs-module__6P9U-W__stat{background-color:var(--surface-2);text-align:center;opacity:0;will-change:opacity, transform;flex-direction:column;align-items:center;gap:.25rem;padding:1.75rem 1.5rem;transition:opacity .5s,transform .5s;display:flex;transform:translateY(12px)}.WhyUs-module__6P9U-W__stat.is-visible{opacity:1;transform:none}.WhyUs-module__6P9U-W__statValue{font-family:var(--font-heading);font-size:var(--text-2xl);letter-spacing:var(--tracking-tight);color:#fff;font-weight:700;line-height:1}.WhyUs-module__6P9U-W__statLabel{font-size:var(--text-base);color:#fff9;font-weight:500}.WhyUs-module__6P9U-W__pillars{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (max-width:991.98px){.WhyUs-module__6P9U-W__pillars{grid-template-columns:1fr}}.WhyUs-module__6P9U-W__pillar{background-color:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius-lg);opacity:0;will-change:opacity, transform;flex-direction:column;gap:1.75rem;padding:clamp(1.5rem,3vw,2rem);transition:opacity .55s,transform .55s,border-color .25s;display:flex;transform:translateY(16px)}.WhyUs-module__6P9U-W__pillar.is-visible{opacity:1;transform:none}.WhyUs-module__6P9U-W__pillar:hover{border-color:var(--border-medium)}.WhyUs-module__6P9U-W__pillarHead{border-bottom:1px solid var(--border-soft);align-items:center;gap:.875rem;padding-bottom:1.5rem;display:flex}.WhyUs-module__6P9U-W__pillarIconWrap{border-radius:var(--radius-md);background-color:var(--brand-muted);border:1px solid rgba(var(--brand-rgb), .18);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.WhyUs-module__6P9U-W__pillarIcon{filter:invert(47%)sepia(70%)saturate(800%)hue-rotate(310deg)brightness(110%);width:22px;height:22px}.WhyUs-module__6P9U-W__pillarLabel{font-size:var(--text-md);color:var(--text-1);letter-spacing:var(--tracking-tight);font-weight:700}.WhyUs-module__6P9U-W__pillarItems{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.WhyUs-module__6P9U-W__item{align-items:flex-start;gap:1rem;display:flex}.WhyUs-module__6P9U-W__itemIconWrap{border-radius:var(--radius-sm);background-color:var(--surface-3);border:1px solid var(--border-soft);flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-top:1px;display:flex}.WhyUs-module__6P9U-W__itemIcon{font-size:var(--text-base);color:var(--brand-soft)}.WhyUs-module__6P9U-W__itemBody{flex-direction:column;gap:.25rem;display:flex}.WhyUs-module__6P9U-W__itemTitle{font-size:var(--text-base);color:var(--text-1);font-weight:600;line-height:var(--leading-snug)}.WhyUs-module__6P9U-W__itemDesc{font-size:var(--text-base);color:var(--text-3);line-height:var(--leading-base)}.WhyUs-module__6P9U-W__valuesGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem;display:grid}@media (max-width:991.98px){.WhyUs-module__6P9U-W__valuesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.WhyUs-module__6P9U-W__valuesGrid{grid-template-columns:1fr}}.WhyUs-module__6P9U-W__valueCard{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius-md);opacity:0;align-items:flex-start;gap:1rem;padding:1.5rem;transition:opacity .5s,transform .5s,border-color .25s;display:flex;transform:translateY(16px)}.WhyUs-module__6P9U-W__valueCard.is-visible{opacity:1;transform:none}.WhyUs-module__6P9U-W__valueCard:hover{border-color:var(--border-medium)}.WhyUs-module__6P9U-W__valueCardIconWrap{border-radius:var(--radius-sm);background:var(--brand-muted);border:1px solid rgba(var(--brand-rgb), .18);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.WhyUs-module__6P9U-W__valueCardIcon{font-size:var(--text-md);color:var(--brand-soft)}.WhyUs-module__6P9U-W__valueCardBody{flex-direction:column;gap:.25rem;display:flex}.WhyUs-module__6P9U-W__valueCardTitle{font-size:var(--text-md);color:var(--text-1);font-weight:600}.WhyUs-module__6P9U-W__valueCardDesc{font-size:var(--text-base);color:var(--text-3);line-height:var(--leading-base)}
.Projects-module__k3vqla__section{background-color:var(--surface-0);border-top:1px solid var(--border-soft);isolation:isolate;padding-block:clamp(5rem,10vh,8rem);overflow:hidden}.Projects-module__k3vqla__header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:clamp(2.5rem,5vh,4rem);display:flex}.Projects-module__k3vqla__headerLeft{flex-direction:column;gap:.5rem;display:flex}.Projects-module__k3vqla__eyebrow{font-size:var(--text-xs);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--brand-soft);font-weight:500}.Projects-module__k3vqla__title{font-family:var(--font-heading);font-size:var(--text-2xl);letter-spacing:var(--tracking-tight);font-weight:700;line-height:var(--leading-tight);color:var(--text-1)}.Projects-module__k3vqla__count{text-align:right;font-size:var(--text-base);color:var(--text-3);flex-shrink:0}.Projects-module__k3vqla__countNum{font-family:var(--font-heading);font-size:var(--text-2xl);letter-spacing:var(--tracking-tight);color:var(--brand-soft);margin-bottom:.25rem;font-weight:700;line-height:1;display:block}@media (max-width:575.98px){.Projects-module__k3vqla__header{flex-direction:column;align-items:flex-start}.Projects-module__k3vqla__count{text-align:left}}.Projects-module__k3vqla__grid{grid-template-rows:420px 360px;grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Projects-module__k3vqla__cardWide{grid-column:1/-1}.Projects-module__k3vqla__cardHalf{grid-column:span 1}@media (max-width:991.98px){.Projects-module__k3vqla__grid{grid-template-rows:auto;grid-template-columns:1fr}.Projects-module__k3vqla__cardWide,.Projects-module__k3vqla__cardHalf{grid-column:1/-1;min-height:340px}}.Projects-module__k3vqla__card{border-radius:var(--radius-lg);cursor:pointer;opacity:0;will-change:opacity, transform;transition:opacity .6s,transform .6s;position:relative;overflow:hidden;transform:translateY(20px)}.Projects-module__k3vqla__card.is-visible{opacity:1;transform:none}.Projects-module__k3vqla__cardBg{background-position:50%;background-size:cover;background-color:var(--surface-3);filter:grayscale()brightness(.55);transition:transform .7s cubic-bezier(.4,0,.2,1),filter .5s;position:absolute;inset:0}.Projects-module__k3vqla__card:hover .Projects-module__k3vqla__cardBg{filter:grayscale(0%)brightness();transform:scale(1.05)}.Projects-module__k3vqla__cardOverlay{background:linear-gradient(to bottom, #0a0c1026 0%, #0a0c104d 40%, var(--scrim-heavy) 100%);transition:opacity .4s;position:absolute;inset:0}.Projects-module__k3vqla__card:hover .Projects-module__k3vqla__cardOverlay{opacity:.85}.Projects-module__k3vqla__cardInner{z-index:1;flex-direction:column;justify-content:space-between;height:100%;padding:clamp(1.25rem,2.5vw,1.75rem);display:flex;position:relative}.Projects-module__k3vqla__cardHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.Projects-module__k3vqla__cardCategory{background:rgba(var(--brand-rgb), .55);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(var(--brand-rgb), .35);font-size:var(--text-sm);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:#fff;border-radius:999px;align-items:center;padding:.3rem .8rem;font-weight:600;display:inline-flex}.Projects-module__k3vqla__cardTags{flex-wrap:wrap;justify-content:flex-end;gap:.375rem;display:flex}.Projects-module__k3vqla__cardTag{background:var(--scrim-mid);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--white-10);font-size:var(--text-xs);color:#ffffffb3;border-radius:999px;padding:.25rem .625rem;font-weight:500;display:inline-block}.Projects-module__k3vqla__cardFooter{flex-direction:column;gap:.75rem;display:flex}.Projects-module__k3vqla__cardTitle{font-family:var(--font-heading);font-size:var(--text-lg);letter-spacing:var(--tracking-tight);font-weight:700;line-height:var(--leading-snug);color:#fff}.Projects-module__k3vqla__cardWide .Projects-module__k3vqla__cardTitle{font-size:var(--text-xl);max-width:18ch}.Projects-module__k3vqla__cardMeta{flex-wrap:wrap;gap:1.25rem;display:flex}.Projects-module__k3vqla__cardMetaItem{font-size:var(--text-base);color:#ffffff8c;align-items:center;gap:.375rem;display:inline-flex}.Projects-module__k3vqla__cardCta{font-size:var(--text-base);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--brand-soft);opacity:0;align-self:flex-start;align-items:center;gap:.5rem;font-weight:600;transition:opacity .3s,transform .3s,gap .25s,color .2s;display:inline-flex;transform:translateY(6px)}.Projects-module__k3vqla__card:hover .Projects-module__k3vqla__cardCta{opacity:1;transform:none}.Projects-module__k3vqla__cardCta:hover{color:#fff;gap:.75rem}.Projects-module__k3vqla__more{justify-content:center;margin-top:clamp(2rem,4vh,3rem);display:flex}.Projects-module__k3vqla__moreBtn{background:var(--brand);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:var(--text-base);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:#fff;cursor:pointer;box-shadow:0 4px 20px rgba(var(--brand-rgb), .4);border:none;align-items:center;gap:.75rem;padding:.875rem 2rem;font-weight:600;transition:background-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.Projects-module__k3vqla__moreBtn:hover:not(:disabled){background-color:var(--brand-strong);box-shadow:0 8px 28px rgba(var(--brand-rgb), .55);transform:translateY(-2px)}.Projects-module__k3vqla__moreBtn:disabled{opacity:.45;cursor:default}
.About-module__Balj8a__section{background:var(--site-dark);border-top:1px solid var(--border-soft)}.About-module__Balj8a__section .container{padding-inline:0}.About-module__Balj8a__hero{border:1px solid var(--border-soft);grid-template-columns:3fr 2fr;min-height:clamp(420px,50vw,620px);display:grid;overflow:hidden}.About-module__Balj8a__photoCol{position:relative;overflow:hidden}.About-module__Balj8a__photoImg{object-fit:cover;object-position:center 25%}.About-module__Balj8a__photoOverlay{background:linear-gradient(#0000 40%,#000000d1 100%);position:absolute;inset:0}.About-module__Balj8a__photoLabel{z-index:1;flex-direction:column;gap:.4rem;padding:clamp(1.5rem,3vw,2.5rem) clamp(1.5rem,3vw,2.5rem) clamp(1.5rem,3vw,2.5rem) 80px;display:flex;position:absolute;bottom:0;left:0;right:0}.About-module__Balj8a__eyebrow{font-size:var(--text-xs);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--brand-soft);font-weight:600}.About-module__Balj8a__photoTitle{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);color:#fff}.About-module__Balj8a__contentCol{border-left:1px solid var(--border-soft);background:var(--site-dark);align-items:stretch;display:flex}.About-module__Balj8a__contentInner{flex-direction:column;justify-content:center;align-items:flex-start;gap:1.25rem;width:100%;padding:clamp(2rem,4vw,3rem);display:flex}.About-module__Balj8a__logoImg{filter:brightness(0)saturate()invert(9%)sepia(96%)saturate(4000%)hue-rotate(344deg)brightness(95%);align-self:flex-start;width:auto;height:clamp(112px,16vw,200px)}.About-module__Balj8a__claim{font-family:var(--font-heading);letter-spacing:var(--tracking-tight);color:var(--text-1);text-transform:uppercase;font-size:clamp(1.6rem,3vw,2.5rem);font-weight:900;line-height:1}.About-module__Balj8a__divider{background:var(--brand);border-radius:2px;width:2.5rem;height:3px}.About-module__Balj8a__body{font-size:var(--text-base);color:var(--text-3);line-height:var(--leading-loose)}.About-module__Balj8a__statsBar{border-top:1px solid var(--border-soft);border-left:1px solid var(--border-soft);border-right:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft);grid-template-columns:repeat(4,1fr);display:grid}.About-module__Balj8a__statItem{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;padding:clamp(1.25rem,2.5vw,2rem) 1rem;display:flex}.About-module__Balj8a__statItem+.About-module__Balj8a__statItem{border-left:1px solid var(--border-soft)}.About-module__Balj8a__statValue{font-family:var(--font-heading);color:var(--brand);letter-spacing:var(--tracking-tight);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;line-height:1}.About-module__Balj8a__statLabel{font-size:var(--text-xs);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--text-3);font-weight:500;line-height:1.4}@media (max-width:767.98px){.About-module__Balj8a__hero{grid-template-columns:1fr;min-height:auto}.About-module__Balj8a__photoCol{min-height:280px}.About-module__Balj8a__contentCol{border-left:none;border-top:1px solid var(--border-soft)}.About-module__Balj8a__statsBar{grid-template-columns:repeat(2,1fr)}.About-module__Balj8a__statItem:nth-child(3){border-top:1px solid var(--border-soft);border-left:none}.About-module__Balj8a__statItem:nth-child(4){border-top:1px solid var(--border-soft)}}
.Clients-module__CYTl4a__section{border-top:1px solid var(--border-soft);padding:clamp(3rem,6vw,5rem) 0}.Clients-module__CYTl4a__header{margin-bottom:2rem}.Clients-module__CYTl4a__eyebrow{font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--brand);margin-bottom:.5rem;font-weight:700;display:block}.Clients-module__CYTl4a__title{font-family:var(--font-heading);font-size:var(--text-xl);letter-spacing:var(--tracking-tight);color:var(--text-1);margin:0;font-weight:700}.Clients-module__CYTl4a__list{background:var(--border-soft);border:1px solid var(--border-soft);grid-template-columns:repeat(8,1fr);gap:1px;margin:0;padding:0;list-style:none;display:grid}.Clients-module__CYTl4a__item{background:var(--surface-1);min-height:90px;transition:background var(--transition-fast);justify-content:center;align-items:center;padding:1.5rem 1.75rem;display:flex}.Clients-module__CYTl4a__item:hover{background:var(--surface-2)}.Clients-module__CYTl4a__name{font-family:var(--font-heading);font-size:var(--text-base);letter-spacing:var(--tracking-tight);color:var(--text-1);text-align:center;font-weight:700;line-height:var(--leading-tight)}@media (max-width:991.98px){.Clients-module__CYTl4a__list{grid-template-columns:repeat(4,1fr)}}@media (max-width:767.98px){.Clients-module__CYTl4a__list{grid-template-columns:repeat(2,1fr)}}
.Supporters-module__sS15vq__section{background-color:var(--surface-0);border-top:1px solid var(--border-soft);isolation:isolate;padding-block:clamp(4rem,8vh,6rem);position:relative;overflow:hidden}.Supporters-module__sS15vq__header{text-align:center;flex-direction:column;gap:.5rem;margin-bottom:clamp(2.5rem,5vh,4rem);display:flex}.Supporters-module__sS15vq__eyebrow{font-size:var(--text-xs);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--brand-soft);font-weight:500}.Supporters-module__sS15vq__title{font-family:var(--font-heading);font-size:var(--text-xl);letter-spacing:var(--tracking-tight);font-weight:700;line-height:var(--leading-tight);color:var(--text-1)}.Supporters-module__sS15vq__trackWrap{width:100%;position:relative;overflow:hidden}.Supporters-module__sS15vq__track{will-change:transform;align-items:center;gap:clamp(3rem,6vw,6rem);width:max-content;padding-block:1rem;display:flex}.Supporters-module__sS15vq__item{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius-md);cursor:default;flex-shrink:0;justify-content:center;align-items:center;padding:1.25rem 2rem;transition:border-color .25s,background .25s;display:flex}.Supporters-module__sS15vq__item:hover{border-color:var(--border-medium);background:var(--surface-3)}.Supporters-module__sS15vq__itemImg{object-fit:contain;opacity:.85;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:auto;max-width:160px;height:60px;transition:opacity .25s}.Supporters-module__sS15vq__item:hover .Supporters-module__sS15vq__itemImg{opacity:1}.Supporters-module__sS15vq__fade{z-index:2;pointer-events:none;width:clamp(60px,10vw,140px);position:absolute;top:0;bottom:0}.Supporters-module__sS15vq__fadeLeft{background:linear-gradient(to right, var(--surface-0), transparent);left:0}.Supporters-module__sS15vq__fadeRight{background:linear-gradient(to left, var(--surface-0), transparent);right:0}
