.approach{--approach-bg:#191919;--approach-text:#171717;--approach-pad-x:clamp(1.25rem, 3.2vw, 48px);--approach-pad-y:clamp(2.75rem, 6vw, 70px);--approach-gap:clamp(1rem, 2.6vw, 40px);--approach-radius:clamp(1.1rem, 1.6vw, 24px);--approach-card-pad:clamp(1.35rem, 2.2vw, 32px);--approach-max:1440px;--approach-ease:cubic-bezier(.22, 1, .36, 1);--approach-duration:.7s;--approach-stagger:.4s;z-index:10;background:var(--approach-bg);width:100%;color:var(--approach-text);font-family:var(--font-poppins), "Poppins", ui-sans-serif, system-ui, sans-serif;padding:var(--approach-pad-y) var(--approach-pad-x);position:relative;overflow-x:clip}.approach__inner{gap:var(--approach-gap);width:100%;max-width:var(--approach-max);grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;margin-inline:auto;display:grid}.approach-card{height:100%;min-height:234px;padding:var(--approach-card-pad);border-radius:var(--approach-radius);box-shadow:none;box-sizing:border-box;opacity:0;filter:brightness(.3);transition:opacity var(--approach-duration) var(--approach-ease), transform var(--approach-duration) var(--approach-ease), filter var(--approach-duration) var(--approach-ease);transition-delay:calc(var(--card-index,0) * var(--approach-stagger));will-change:opacity, transform, filter;border:0;flex-direction:column;align-items:flex-start;display:flex;transform:translateY(60px)scale(.96)}.approach[data-state=ready] .approach-card,.approach[data-state=reduced] .approach-card{opacity:1;filter:brightness();transform:translate(0,0)scale(1)}.approach[data-state=reduced] .approach-card{will-change:auto;transition:none}.approach[data-animated=true] .approach-card{will-change:auto;transition-duration:.22s;transition-delay:0s}.approach-card__icon{flex-shrink:0;justify-content:center;align-items:center;width:clamp(2.5rem,3vw,48px);height:clamp(2.5rem,3vw,48px);margin-bottom:1.15rem;display:inline-flex}.approach-card__svg{width:100%;height:100%;display:block}.approach-card__title{letter-spacing:-.02em;color:var(--approach-text);margin:0 0 .65rem;font-size:clamp(1.125rem,1.35vw,1.375rem);font-weight:500;line-height:1.25}.approach-card__body{letter-spacing:-.01em;color:var(--approach-text);margin:0;font-size:clamp(.95rem,1.15vw,1.125rem);font-weight:400;line-height:1.5}@media (hover:hover) and (pointer:fine){.approach[data-animated=true] .approach-card:hover{transform:translateY(-5px)scale(1)}}@media (max-width:1024px){.approach{--approach-pad-x:28px;--approach-pad-y:56px;--approach-gap:24px;--approach-card-pad:28px}.approach__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.approach-card{min-height:220px}}@media (max-width:768px){.approach{--approach-pad-x:1.25rem;--approach-gap:1rem}.approach__inner{grid-template-columns:minmax(0,1fr)}.approach-card{min-height:0}}@media (max-width:640px){.approach{--approach-pad-x:20px;--approach-pad-y:48px;--approach-gap:16px;--approach-card-pad:24px;--approach-stagger:.28s}.approach__inner{grid-template-columns:minmax(0,1fr)}.approach-card{min-height:0}.approach-card__icon{width:42px;height:42px;margin-bottom:1rem}.approach-card__title{margin-bottom:.55rem;font-size:1.1875rem}.approach-card__body{font-size:1rem}}@media (max-width:390px){.approach{--approach-card-pad:22px}}@media (prefers-reduced-motion:reduce){.approach-card{opacity:1;filter:none;will-change:auto;transition:none;animation:none;transform:none}.approach[data-animated=true] .approach-card:hover{transform:none}}
.case-study-intro{z-index:10;color:#fff;width:100%;font-family:var(--font-poppins), "Poppins", ui-sans-serif, system-ui, sans-serif;text-align:center;background:#1a1a1a;padding:clamp(4.5rem,10vw,7.5rem) clamp(1.25rem,4vw,2rem);position:relative;overflow-x:clip}.case-study-intro__inner{max-width:52rem;margin-inline:auto}.case-study-intro__title{letter-spacing:-.035em;color:#fff;margin:0 0 clamp(1rem,2.2vw,1.35rem);font-size:clamp(2.25rem,5vw,3.75rem);font-weight:700;line-height:1.1}.case-study-intro__subtitle{letter-spacing:-.01em;color:#ffffffe0;max-width:40rem;margin:0 auto;font-size:clamp(.95rem,1.5vw,1.125rem);font-weight:500;line-height:1.55}@media (max-width:640px){.case-study-intro{padding:3.5rem 1.25rem}.case-study-intro__title{font-size:clamp(1.85rem,8vw,2.5rem)}.case-study-intro__subtitle{max-width:none;font-size:clamp(.9rem,3.6vw,1.05rem)}}
.industries-marquee{--industries-marquee-bg:#171717;--industries-marquee-duration:42s;--industries-marquee-gap:clamp(1.25rem, 2.5vw, 2rem);z-index:10;background:var(--industries-marquee-bg);color:#fff;width:100%;font-family:var(--font-poppins), "Poppins", ui-sans-serif, system-ui, sans-serif;flex-direction:column;gap:clamp(1.1rem,2.4vw,1.75rem);padding:clamp(1.5rem,3vw,2.5rem) 0 clamp(3.5rem,7vw,5rem);display:flex;position:relative;overflow-x:clip}.industries-marquee__viewport{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.industries-marquee__track{will-change:transform;width:max-content;display:flex}.industries-marquee__viewport--left .industries-marquee__track{animation:industries-marquee-left var(--industries-marquee-duration) linear infinite}.industries-marquee__viewport--right .industries-marquee__track{animation:industries-marquee-right calc(var(--industries-marquee-duration) * 1.12) linear infinite}.industries-marquee__viewport:hover .industries-marquee__track,.industries-marquee__viewport:focus-within .industries-marquee__track{animation-play-state:paused}.industries-marquee__list{align-items:center;gap:var(--industries-marquee-gap);padding:0 var(--industries-marquee-gap) 0 0;flex-shrink:0;margin:0;list-style:none;display:flex}.industries-marquee__item{align-items:center;gap:var(--industries-marquee-gap);white-space:nowrap;-webkit-user-select:none;user-select:none;display:inline-flex}.industries-marquee__name{letter-spacing:-.035em;color:#ffffff47;font-size:clamp(1.35rem,3.4vw,2.65rem);font-weight:700;line-height:1.15;transition:color .22s,transform .22s}.industries-marquee__item:hover .industries-marquee__name{color:#fff;transform:translateY(-2px)}.industries-marquee__sep{color:#ff5b36;opacity:.55;font-size:clamp(1.1rem,2.4vw,1.75rem);font-weight:500;line-height:1}.industries-marquee .sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes industries-marquee-left{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@keyframes industries-marquee-right{0%{transform:translate(-50%)}to{transform:translate(0,0)}}@media (max-width:640px){.industries-marquee{--industries-marquee-gap:1rem;gap:.85rem;padding:1.25rem 0 3.25rem}.industries-marquee__name{font-size:clamp(1.15rem,6.5vw,1.55rem)}.industries-marquee__sep{font-size:1rem}}@media (prefers-reduced-motion:reduce){.industries-marquee{padding-inline:1.25rem}.industries-marquee__viewport{overflow:visible;-webkit-mask-image:none;mask-image:none}.industries-marquee__track{flex-wrap:wrap;justify-content:center;width:100%;animation:none!important;transform:none!important}.industries-marquee__list{flex-wrap:wrap;justify-content:center;gap:.75rem 1.1rem;padding:0}.industries-marquee__viewport--right,.industries-marquee__track .industries-marquee__list:last-child{display:none}.industries-marquee__name{color:#ffffffb8}.industries-marquee__item:hover .industries-marquee__name{transform:none}}
.excellence-section{z-index:10;box-sizing:border-box;color:#fff;width:100%;min-height:600px;font-family:var(--font-poppins), "Poppins", ui-sans-serif, system-ui, sans-serif;background:#111;align-items:center;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.25rem,4.5vw,4rem);display:flex;position:relative;overflow-x:clip}.excellence-section__inner{grid-template-columns:minmax(0,1.55fr) auto auto;align-items:center;gap:clamp(2rem,5vw,4.5rem);width:100%;max-width:1440px;margin-inline:auto;display:grid}.excellence-section__copy{flex-direction:column;min-width:0;max-width:36rem;display:flex}.excellence-section__title{letter-spacing:-.04em;color:#fff;flex-direction:column;align-items:flex-start;gap:.05em;margin:0;font-size:clamp(2.25rem,4.6vw,3.75rem);font-weight:700;line-height:1.05;display:flex}.excellence-section__accent{color:#ff5a36;display:inline}.excellence-section__title-line{color:#fff;display:block}.excellence-section__body{color:#fffc;max-width:38rem;margin:1.4rem 0 0;font-size:clamp(.95rem,1.2vw,1.0625rem);font-weight:400;line-height:1.65}.excellence-section__cta{color:#fff;letter-spacing:-.01em;background:#ff5a36;border-radius:0;justify-content:center;align-items:center;min-height:54px;margin-top:1.85rem;padding:.9rem 1.4rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s cubic-bezier(.22,1,.36,1),background-color .2s,box-shadow .2s,filter .2s;display:inline-flex}.excellence-section__cta:hover{filter:brightness(1.04);background:#ff6d4d;transform:translateY(-2px);box-shadow:0 10px 24px #ff5a3647}.excellence-section__cta:active{transform:translateY(0)}.excellence-section__cta:focus-visible{outline-offset:3px;outline:2px solid #fff}.excellence-section__metrics{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding-inline:.5rem;display:flex}.excellence-metric{flex-shrink:0;place-items:center;width:168px;height:168px;display:grid;position:relative}.excellence-metric__ring{pointer-events:none;transform-origin:50%;will-change:transform;width:100%;height:100%;animation:18s linear infinite excellence-ring-spin;position:absolute;inset:0;overflow:visible}.excellence-metric__ring-path{transform-origin:84px 84px}@keyframes excellence-ring-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.excellence-metric__inner{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:1rem;display:flex;position:relative}.excellence-metric__value{letter-spacing:-.03em;color:#fff;white-space:nowrap;margin:0;font-size:2rem;font-weight:700;line-height:1}.excellence-metric__label{color:#ffffffd9;max-width:10ch;margin:.5rem 0 0;font-size:.8rem;font-weight:500;line-height:1.3}.excellence-section__awards{flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;padding-inline:.25rem;display:flex}.excellence-award{background:0 0;justify-content:center;align-items:center;width:168px;display:flex}.excellence-award--sm{width:156px}.excellence-award__svg,.excellence-award__img{object-fit:contain;width:100%;height:auto;display:block}@media (max-width:1024px){.excellence-section{min-height:0;padding:3.5rem clamp(1.25rem,3vw,2rem) 4rem}.excellence-section__inner{text-align:center;grid-template-columns:1fr;justify-items:center;gap:2.5rem}.excellence-section__copy{text-align:center;align-items:center}.excellence-section__title{align-items:center}.excellence-metric{width:148px;height:148px}.excellence-metric__value{font-size:1.7rem}.excellence-award{width:148px}.excellence-award--sm{width:138px}}@media (max-width:860px){.excellence-section{min-height:0;padding:3.25rem 1.25rem 3.75rem}.excellence-section__inner{grid-template-columns:1fr;justify-items:center;gap:2.75rem}.excellence-section__copy{text-align:center;max-width:36rem}.excellence-section__title{align-items:center}.excellence-section__body{margin-inline:auto}.excellence-section__metrics{flex-flow:wrap;gap:1.25rem}.excellence-section__awards{flex-flow:wrap;gap:1.5rem}}@media (max-width:520px){.excellence-section__metrics,.excellence-section__awards{flex-direction:column}.excellence-metric{width:160px;height:160px}.excellence-award{width:160px}}@media (prefers-reduced-motion:reduce){.excellence-metric__ring{animation:none}.excellence-section__cta{transition:none}.excellence-section__cta:hover{transform:none}}
