.Hero-module__Z8hQ_W__hero{background-color:var(--background);align-items:center;min-height:70vh;padding:150px 0 50px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__heroGrid{z-index:2;grid-template-columns:2fr 1fr;align-items:center;gap:2rem;width:100%;display:grid;position:relative}.Hero-module__Z8hQ_W__content{z-index:2;position:relative}.Hero-module__Z8hQ_W__sphereCol{justify-content:center;align-items:center;height:520px;display:flex;position:relative}.Hero-module__Z8hQ_W__title{color:var(--foreground);white-space:nowrap;margin-bottom:2rem;font-size:clamp(2.6rem,4.2vw,4.8rem)}.Hero-module__Z8hQ_W__highlight{color:var(--highlight)}.Hero-module__Z8hQ_W__accent{color:var(--accent)}.Hero-module__Z8hQ_W__subtitle{max-width:580px;color:var(--text-dim);text-transform:none;margin-bottom:2rem;font-size:1.25rem}.Hero-module__Z8hQ_W__actions{gap:1.5rem;display:flex}.Hero-module__Z8hQ_W__stats{border-top:1px solid var(--card-border);justify-content:center;align-items:center;gap:2.5rem;margin-top:3.5rem;padding-top:2.5rem;display:flex}.Hero-module__Z8hQ_W__stat{text-align:center;flex-direction:column;align-items:center;gap:.35rem;display:flex}.Hero-module__Z8hQ_W__statNum{font-family:var(--font-primary);color:var(--accent);letter-spacing:-.03em;font-size:2rem;font-weight:800;line-height:1}.Hero-module__Z8hQ_W__statLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);font-size:.75rem;font-weight:600}.Hero-module__Z8hQ_W__statDivider{background:var(--card-border);flex-shrink:0;width:1px;height:2.5rem}@media (max-width:900px){.Hero-module__Z8hQ_W__heroGrid{grid-template-columns:1fr}.Hero-module__Z8hQ_W__sphereCol{display:none}}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{min-height:auto;padding-top:140px;padding-bottom:50px}.Hero-module__Z8hQ_W__title{white-space:normal;font-size:2.25rem}.Hero-module__Z8hQ_W__subtitle{margin-bottom:2.5rem;font-size:1.125rem}.Hero-module__Z8hQ_W__actions{flex-direction:column;gap:1rem;width:100%}.Hero-module__Z8hQ_W__actions button{width:100%}.Hero-module__Z8hQ_W__stats{gap:1.5rem;margin-top:2.5rem;padding-top:2rem}.Hero-module__Z8hQ_W__statNum{font-size:1.5rem}}
.SplashScreen-module__EV1mtW__overlay{z-index:9999;background:#060606 radial-gradient(circle,#ffffff08 1px,#0000 1px) 0 0/28px 28px;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.SplashScreen-module__EV1mtW__radarWrap{pointer-events:none;z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.SplashScreen-module__EV1mtW__ring{border:1px solid #f28a1c24;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SplashScreen-module__EV1mtW__r1{border-color:#f28a1c0d;width:760px;height:760px}.SplashScreen-module__EV1mtW__r2{border-color:#f28a1c17;width:560px;height:560px}.SplashScreen-module__EV1mtW__r3{border-color:#f28a1c26;width:370px;height:370px;animation:3.5s ease-in-out infinite SplashScreen-module__EV1mtW__ringPulse}.SplashScreen-module__EV1mtW__r4{border:1.5px solid #f28a1c4d;width:190px;height:190px;animation:3.5s ease-in-out .7s infinite SplashScreen-module__EV1mtW__ringPulse}@keyframes SplashScreen-module__EV1mtW__ringPulse{0%,to{opacity:1;transform:translate(-50%,-50%)scale(1)}50%{opacity:.45;transform:translate(-50%,-50%)scale(1.015)}}.SplashScreen-module__EV1mtW__sweep{transform-origin:50%;background:conic-gradient(#f28a1c00 0deg,#f28a1c03 20deg,#f28a1c12 38deg,#f28a1c21 50deg,#f28a1c00 75deg 360deg);border-radius:50%;width:760px;height:760px;animation:5.5s linear infinite SplashScreen-module__EV1mtW__sweepRotate;position:absolute;top:50%;left:50%}@keyframes SplashScreen-module__EV1mtW__sweepRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.SplashScreen-module__EV1mtW__crossH{background:#f28a1c12;width:760px;height:1px;position:absolute;top:50%;left:calc(50% - 380px)}.SplashScreen-module__EV1mtW__crossV{background:#f28a1c12;width:1px;height:760px;position:absolute;top:calc(50% - 380px);left:50%}.SplashScreen-module__EV1mtW__radarDot{z-index:2;background:#f28a1c;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite SplashScreen-module__EV1mtW__dotPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes SplashScreen-module__EV1mtW__dotPulse{0%,to{box-shadow:0 0 0 4px #f28a1c4d,0 0 20px #f28a1c80}50%{box-shadow:0 0 0 10px #f28a1c1a,0 0 40px #f28a1ccc}}.SplashScreen-module__EV1mtW__topBar{z-index:10;border-bottom:1px solid #ffffff0d;flex-shrink:0;justify-content:space-between;align-items:center;padding:clamp(1rem,2.5vh,1.75rem) 3rem;display:flex;position:relative}.SplashScreen-module__EV1mtW__brand{letter-spacing:.2em;color:#f0f0f0e6;text-transform:uppercase;align-items:center;gap:.6rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.78rem;font-weight:800;display:flex}.SplashScreen-module__EV1mtW__brandDot{background:#f28a1c;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite SplashScreen-module__EV1mtW__dotPulse;box-shadow:0 0 10px #f28a1ccc}.SplashScreen-module__EV1mtW__close{color:#ffffff80;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,color .2s,border-color .2s;display:flex}.SplashScreen-module__EV1mtW__close:hover{color:#f28a1c;background:#f28a1c1a;border-color:#f28a1c66}.SplashScreen-module__EV1mtW__center{z-index:10;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;padding:clamp(.75rem,3vh,2rem) 1.5rem clamp(.5rem,1.5vh,1rem);display:flex;position:relative;overflow:hidden}.SplashScreen-module__EV1mtW__eyebrowRow{flex-shrink:0;align-items:center;gap:1rem;margin-bottom:clamp(.5rem,2.5vh,1.75rem);display:flex}.SplashScreen-module__EV1mtW__eyebrow{letter-spacing:.3em;text-transform:uppercase;color:#f28a1c;white-space:nowrap;font-family:Plus Jakarta Sans,sans-serif;font-size:.68rem;font-weight:700}.SplashScreen-module__EV1mtW__eyebrowLine{background:#f28a1c66;flex:0 0 40px;height:1px}.SplashScreen-module__EV1mtW__headline{letter-spacing:-.03em;text-transform:uppercase;color:#f0f0f0;flex-direction:column;flex-shrink:0;align-items:center;margin-bottom:clamp(.75rem,2.5vh,2rem);font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(2rem,min(8vw,10vh),8rem);font-weight:800;line-height:.98;display:flex}.SplashScreen-module__EV1mtW__hline{display:block}.SplashScreen-module__EV1mtW__hlineAccent{color:#f28a1c}.SplashScreen-module__EV1mtW__sub{color:#f0f0f066;text-transform:none;letter-spacing:0;flex-shrink:0;max-width:460px;margin-bottom:clamp(.75rem,3vh,2.5rem);font-family:Inter,sans-serif;font-size:clamp(.8rem,1.3vw,1.05rem);line-height:1.7}.SplashScreen-module__EV1mtW__stats{border:1px solid #f28a1c2e;border-radius:2px;flex-shrink:0;align-items:center;gap:0;margin-bottom:clamp(.75rem,3vh,2.5rem);display:flex;position:relative;overflow:hidden}.SplashScreen-module__EV1mtW__stats:before,.SplashScreen-module__EV1mtW__stats:after{content:"";opacity:.6;border-style:solid;border-color:#f28a1c;width:8px;height:8px;position:absolute}.SplashScreen-module__EV1mtW__stats:before{border-width:2px 0 0 2px;top:-1px;left:-1px}.SplashScreen-module__EV1mtW__stats:after{border-width:0 2px 2px 0;bottom:-1px;right:-1px}.SplashScreen-module__EV1mtW__stat{background:#f28a1c08;flex-direction:column;align-items:center;gap:.25rem;padding:clamp(.75rem,2.5vh,1.5rem) clamp(1.25rem,3vw,2.5rem);display:flex}.SplashScreen-module__EV1mtW__statNum{color:#f28a1c;letter-spacing:-.04em;font-variant-numeric:tabular-nums;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(1.4rem,4vh,2.4rem);font-weight:800;line-height:1}.SplashScreen-module__EV1mtW__statDivider{background:#f28a1c2e;flex-shrink:0;align-self:stretch;width:1px}.SplashScreen-module__EV1mtW__statLabel{text-transform:uppercase;letter-spacing:.14em;color:#f0f0f059;white-space:nowrap;font-size:.6rem;font-weight:600}.SplashScreen-module__EV1mtW__cta{color:#fff;cursor:pointer;letter-spacing:.2em;text-transform:uppercase;background:#f28a1c;border:none;border-radius:2px;flex-shrink:0;align-items:center;padding:clamp(.6rem,1.5vh,.95rem) 2.5rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.78rem;font-weight:800;transition:background .2s;display:inline-flex;position:relative;overflow:hidden}.SplashScreen-module__EV1mtW__cta:before{content:"";background:#ffffff26;transition:transform .45s;position:absolute;inset:0;transform:translate(-110%)skew(-14deg)}.SplashScreen-module__EV1mtW__cta:hover:before{transform:translate(110%)skew(-14deg)}.SplashScreen-module__EV1mtW__ticker{z-index:10;background:#0006;border-top:1px solid #ffffff0d;flex-shrink:0;padding:clamp(.4rem,1vh,.7rem) 0;position:relative;overflow:hidden}.SplashScreen-module__EV1mtW__tickerTrack{white-space:nowrap;animation:22s linear infinite SplashScreen-module__EV1mtW__tickerScroll;display:inline-flex}@keyframes SplashScreen-module__EV1mtW__tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.SplashScreen-module__EV1mtW__tickerItem{letter-spacing:.22em;text-transform:uppercase;color:#ffffff2e;padding:0 1.5rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.6rem;font-weight:700}.SplashScreen-module__EV1mtW__tickerDiamond{color:#f28a1c;opacity:.45;vertical-align:middle;font-size:.38rem}@media (max-width:768px){.SplashScreen-module__EV1mtW__topBar{padding:1.4rem 1.5rem}.SplashScreen-module__EV1mtW__center{text-align:center;align-items:center;padding:2rem 1.25rem 1rem}.SplashScreen-module__EV1mtW__eyebrowRow{justify-content:center}.SplashScreen-module__EV1mtW__headline{text-align:center;align-items:center;font-size:clamp(2rem,min(11vw,9vh),4rem)}.SplashScreen-module__EV1mtW__sub{text-align:center;max-width:90vw}.SplashScreen-module__EV1mtW__stats{flex-wrap:wrap;justify-content:center;width:100%}.SplashScreen-module__EV1mtW__stat{padding:1.25rem 1.5rem}.SplashScreen-module__EV1mtW__statNum{font-size:1.9rem}.SplashScreen-module__EV1mtW__r1{width:420px;height:420px}.SplashScreen-module__EV1mtW__r2{width:310px;height:310px}.SplashScreen-module__EV1mtW__r3{width:210px;height:210px}.SplashScreen-module__EV1mtW__r4{width:110px;height:110px}.SplashScreen-module__EV1mtW__sweep{width:420px;height:420px}.SplashScreen-module__EV1mtW__crossH{width:420px;left:calc(50% - 210px)}.SplashScreen-module__EV1mtW__crossV{height:420px;top:calc(50% - 210px)}}@media (max-width:480px){.SplashScreen-module__EV1mtW__headline{text-align:center;align-items:center;font-size:clamp(1.6rem,min(12vw,8vh),3rem)}.SplashScreen-module__EV1mtW__sub{max-width:88vw}.SplashScreen-module__EV1mtW__stat{padding:1rem}.SplashScreen-module__EV1mtW__statNum{font-size:1.5rem}.SplashScreen-module__EV1mtW__statLabel{font-size:.6rem}.SplashScreen-module__EV1mtW__r1{width:320px;height:320px}.SplashScreen-module__EV1mtW__r2{width:240px;height:240px}.SplashScreen-module__EV1mtW__r3{width:160px;height:160px}.SplashScreen-module__EV1mtW__r4{width:80px;height:80px}.SplashScreen-module__EV1mtW__sweep{width:320px;height:320px}.SplashScreen-module__EV1mtW__crossH{width:320px;left:calc(50% - 160px)}.SplashScreen-module__EV1mtW__crossV{height:320px;top:calc(50% - 160px)}}@media (max-height:620px){.SplashScreen-module__EV1mtW__eyebrowRow{display:none}.SplashScreen-module__EV1mtW__headline{font-size:clamp(1.6rem,min(7vw,8vh),5rem)}}@media (max-height:480px){.SplashScreen-module__EV1mtW__sub,.SplashScreen-module__EV1mtW__ticker{display:none}.SplashScreen-module__EV1mtW__headline{font-size:clamp(1.4rem,min(6vw,7vh),4rem)}.SplashScreen-module__EV1mtW__stats{margin-bottom:.5rem}}
.SocialProof-module__sKLGIW__socialProof{border-top:1px solid var(--card-border);border-bottom:1px solid var(--card-border);background:var(--section-alt);padding:4rem 0}.SocialProof-module__sKLGIW__headline{text-align:center;letter-spacing:.18em;color:var(--text-dim);text-transform:uppercase;justify-content:center;align-items:center;gap:1rem;margin-bottom:2.5rem;font-size:.7rem;font-weight:700;display:flex}.SocialProof-module__sKLGIW__headline:before,.SocialProof-module__sKLGIW__headline:after{content:"";background:var(--accent);opacity:.6;width:40px;height:1px;display:block}.SocialProof-module__sKLGIW__marquee{-webkit-user-select:none;user-select:none;gap:4rem;display:flex;overflow:hidden}.SocialProof-module__sKLGIW__marqueeContent{flex-shrink:0;justify-content:space-around;gap:4rem;min-width:100%;animation:30s linear infinite SocialProof-module__sKLGIW__scroll;display:flex}.SocialProof-module__sKLGIW__industryItem{color:var(--foreground);text-transform:uppercase;white-space:nowrap;opacity:.6;align-items:center;gap:1rem;font-size:1.125rem;font-weight:700;transition:opacity .3s;display:flex}.SocialProof-module__sKLGIW__industryItem:hover{opacity:1}.SocialProof-module__sKLGIW__icon{color:var(--accent)}@keyframes SocialProof-module__sKLGIW__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.SocialProof-module__sKLGIW__marqueeContent{gap:2.5rem}}
.StorySection-module__rY0LSW__storySection{background-color:var(--background);overflow:hidden}.StorySection-module__rY0LSW__header{width:100%;margin-bottom:2rem}.StorySection-module__rY0LSW__header h2{color:var(--foreground);margin-bottom:2rem;font-size:3.5rem}.StorySection-module__rY0LSW__description{color:var(--text-dim);margin-bottom:1.5rem;font-size:1.25rem}.StorySection-module__rY0LSW__imageGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;display:grid}.StorySection-module__rY0LSW__imageBox{aspect-ratio:4/5;border-radius:4px;transition:box-shadow .4s,transform .4s;position:relative;overflow:hidden;box-shadow:0 30px 60px #0000001a}.StorySection-module__rY0LSW__imageBox:hover{transform:translateY(-6px);box-shadow:0 40px 80px #f28a1c1f}.StorySection-module__rY0LSW__image{object-fit:cover}@media (max-width:1024px){.StorySection-module__rY0LSW__header h2{font-size:2.5rem}}@media (max-width:768px){.StorySection-module__rY0LSW__header h2{font-size:2.25rem}.StorySection-module__rY0LSW__description{margin-bottom:2.5rem;font-size:1.1rem}.StorySection-module__rY0LSW__imageGrid{grid-template-columns:1fr;gap:1.5rem}.StorySection-module__rY0LSW__imageBox{aspect-ratio:16/9}}
.ValuePillars-module__qCwXMq__pillarsSection{background-color:var(--section-alt)}.ValuePillars-module__qCwXMq__header{text-align:center;max-width:800px;margin:0 auto 3.5rem}.ValuePillars-module__qCwXMq__header h2{color:var(--foreground);font-size:3rem}.ValuePillars-module__qCwXMq__grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.ValuePillars-module__qCwXMq__pillarCard{background:var(--background);border:1px solid var(--card-border);border-left:3px solid #0000;border-radius:4px;padding:3rem;transition:all .3s;position:relative;overflow:hidden}.ValuePillars-module__qCwXMq__pillarCard:before{content:"";background-image:var(--card-bg-img);opacity:.1;z-index:0;background-position:50%;background-size:cover;transition:opacity .4s,transform .5s;position:absolute;inset:0;transform:scale(1.06)}.ValuePillars-module__qCwXMq__pillarCard:after{content:"";background:linear-gradient(160deg, var(--background) 25%, rgba(var(--background-rgb,255,255,255), .75) 60%, transparent 100%);z-index:1;pointer-events:none;transition:opacity .4s;position:absolute;inset:0}.ValuePillars-module__qCwXMq__pillarCard>*{z-index:2;position:relative}.ValuePillars-module__qCwXMq__pillarCard:hover{border-color:var(--accent);border-left-color:var(--accent);transform:translateY(-5px);box-shadow:0 24px 48px #f28a1c14}.ValuePillars-module__qCwXMq__pillarCard:hover:before{opacity:.22;transform:scale(1)}.ValuePillars-module__qCwXMq__cardTop{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.ValuePillars-module__qCwXMq__iconWrapper{color:var(--accent)}.ValuePillars-module__qCwXMq__pillarNum{font-family:var(--font-primary);letter-spacing:.15em;color:var(--card-border);font-size:.65rem;font-weight:800;line-height:1}.ValuePillars-module__qCwXMq__pillarCard:hover .ValuePillars-module__qCwXMq__pillarNum{color:var(--accent);opacity:.5}.ValuePillars-module__qCwXMq__pillarCard h3{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem}.ValuePillars-module__qCwXMq__pillarCard p{color:var(--text-dim);font-size:.95rem}@media (max-width:1024px){.ValuePillars-module__qCwXMq__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.ValuePillars-module__qCwXMq__header{margin-bottom:2.5rem}.ValuePillars-module__qCwXMq__header h2{font-size:2.25rem}.ValuePillars-module__qCwXMq__grid{grid-template-columns:1fr;gap:1.5rem}.ValuePillars-module__qCwXMq__pillarCard{padding:2rem}}
.ServicesTimeline-module__KsnvJW__outerWrapper{background:var(--background);width:100%}.ServicesTimeline-module__KsnvJW__header{text-align:center;max-width:900px;margin:0 auto 3.5rem;padding:0 4rem}.ServicesTimeline-module__KsnvJW__header h2{color:var(--foreground);margin-top:.5rem;font-size:3rem}.ServicesTimeline-module__KsnvJW__topBarInner{max-width:1400px;margin:0 auto;padding:0 4rem}.ServicesTimeline-module__KsnvJW__layout{grid-template-columns:290px 1fr;max-width:1400px;min-height:600px;margin:0 auto;padding:0 4rem 0 2rem;display:grid}.ServicesTimeline-module__KsnvJW__navColumn{border-right:1px solid var(--card-border);flex-direction:column;padding:2rem 0;display:flex}.ServicesTimeline-module__KsnvJW__navItem{cursor:pointer;text-align:left;opacity:.28;background:0 0;border:none;border-bottom:1px solid #0000000d;align-items:center;gap:.85rem;padding:.9rem 2rem .9rem 0;transition:opacity .25s;display:flex;position:relative}.ServicesTimeline-module__KsnvJW__navItem:first-child{border-top:1px solid #0000000d}.ServicesTimeline-module__KsnvJW__navItem:hover{opacity:.65}.ServicesTimeline-module__KsnvJW__navIndicator{background:0 0;width:2px;transition:background .25s;position:absolute;top:0;bottom:0;left:-4rem}.ServicesTimeline-module__KsnvJW__navActive{opacity:1}.ServicesTimeline-module__KsnvJW__navActive .ServicesTimeline-module__KsnvJW__navIndicator{background:var(--accent)}.ServicesTimeline-module__KsnvJW__navNum{font-family:var(--font-primary);color:var(--text-dim);letter-spacing:.08em;flex-shrink:0;min-width:22px;font-size:.75rem;font-weight:700}.ServicesTimeline-module__KsnvJW__navLabel{font-family:var(--font-primary);text-transform:uppercase;letter-spacing:.12em;color:var(--foreground);font-size:1rem;font-weight:700;transition:color .25s}.ServicesTimeline-module__KsnvJW__navActive .ServicesTimeline-module__KsnvJW__navLabel{color:var(--accent)}.ServicesTimeline-module__KsnvJW__contentColumn{flex-direction:column;justify-content:center;padding:2rem 0 2rem 5rem;display:flex}.ServicesTimeline-module__KsnvJW__contentInner{max-width:760px}.ServicesTimeline-module__KsnvJW__sectorTag{font-family:var(--font-primary);letter-spacing:.22em;color:var(--accent);text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:700;display:block}.ServicesTimeline-module__KsnvJW__headline{color:var(--foreground);letter-spacing:-.04em;text-transform:uppercase;margin-bottom:1.25rem;font-size:clamp(2rem,3vw,3.2rem);font-weight:800;line-height:1.05}.ServicesTimeline-module__KsnvJW__introText{color:var(--text-dim);max-width:580px;margin:0 0 2rem;font-size:.97rem;line-height:1.75}.ServicesTimeline-module__KsnvJW__servicesGrid{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.ServicesTimeline-module__KsnvJW__serviceCard{border:1px solid var(--card-border);background:var(--card-bg);border-radius:6px;padding:1.35rem 1.25rem;transition:border-color .25s,transform .25s,box-shadow .25s}.ServicesTimeline-module__KsnvJW__serviceCard:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 8px 24px #5bc0de14}.ServicesTimeline-module__KsnvJW__cardIdx{font-family:var(--font-primary);color:var(--accent);letter-spacing:.12em;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.ServicesTimeline-module__KsnvJW__serviceCard h4{font-family:var(--font-primary);text-transform:uppercase;letter-spacing:.03em;color:var(--foreground);margin-bottom:.45rem;font-size:1rem;font-weight:800;line-height:1.3}.ServicesTimeline-module__KsnvJW__serviceCard p{color:var(--text-dim);margin:0;font-size:.95rem;line-height:1.55}@media (max-width:1100px){.ServicesTimeline-module__KsnvJW__layout{grid-template-columns:220px 1fr;padding:0 2.5rem}.ServicesTimeline-module__KsnvJW__contentColumn{padding:3rem 0 3rem 3rem}}.ServicesTimeline-module__KsnvJW__scrollHint{display:none}@media (max-width:768px){.ServicesTimeline-module__KsnvJW__scrollHint{font-family:var(--font-primary);text-transform:uppercase;letter-spacing:.15em;color:var(--accent);opacity:.8;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.65rem;font-weight:700;display:flex}.ServicesTimeline-module__KsnvJW__outerWrapper{margin-top:0}.ServicesTimeline-module__KsnvJW__header{margin-bottom:2rem}.ServicesTimeline-module__KsnvJW__header h2{font-size:2.15rem}.ServicesTimeline-module__KsnvJW__layout{flex-direction:column;min-height:auto;padding:0 1.5rem;display:flex}.ServicesTimeline-module__KsnvJW__navColumn{border-right:none;border-bottom:1px solid var(--card-border);-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-flow:row;gap:1.5rem;margin-bottom:2rem;padding:.5rem 0;overflow-x:auto}.ServicesTimeline-module__KsnvJW__navColumn::-webkit-scrollbar{display:none}.ServicesTimeline-module__KsnvJW__navItem{white-space:nowrap;opacity:.4;padding:.75rem 0;border:none!important}.ServicesTimeline-module__KsnvJW__navActive{opacity:1;border-bottom:2px solid var(--accent)!important}.ServicesTimeline-module__KsnvJW__navIndicator,.ServicesTimeline-module__KsnvJW__navNum{display:none}.ServicesTimeline-module__KsnvJW__navLabel{font-size:.9rem}.ServicesTimeline-module__KsnvJW__contentColumn{padding:0}.ServicesTimeline-module__KsnvJW__headline{margin-bottom:1rem;font-size:1.85rem}.ServicesTimeline-module__KsnvJW__introText{margin-bottom:2rem;font-size:1rem}.ServicesTimeline-module__KsnvJW__servicesGrid{grid-template-columns:1fr;gap:1rem}.ServicesTimeline-module__KsnvJW__serviceCard{padding:1.5rem}.ServicesTimeline-module__KsnvJW__serviceCard h4{font-size:1rem}.ServicesTimeline-module__KsnvJW__serviceCard p{font-size:.95rem}}
.FounderSection-module__WvBwaG__founderSection{background-color:var(--background)}.FounderSection-module__WvBwaG__grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.FounderSection-module__WvBwaG__imageWrapper{aspect-ratio:1;border-radius:4px;position:relative;overflow:hidden;box-shadow:0 40px 80px #0000001a}.FounderSection-module__WvBwaG__image{object-fit:cover;object-position:center top}.FounderSection-module__WvBwaG__content h2{color:var(--foreground);margin-bottom:1.5rem;font-size:3rem}.FounderSection-module__WvBwaG__quote{border-left:3px solid var(--accent);margin-bottom:2rem;margin-left:-2rem;padding-left:2rem;position:relative}.FounderSection-module__WvBwaG__quote:before{display:none}.FounderSection-module__WvBwaG__quote p{color:var(--foreground);margin-bottom:1.5rem;font-size:1.3rem;font-style:italic;line-height:1.65}.FounderSection-module__WvBwaG__signature{border-top:1px solid var(--card-border);padding-top:2rem}.FounderSection-module__WvBwaG__name{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.FounderSection-module__WvBwaG__title{color:var(--text-dim);text-transform:uppercase;letter-spacing:.1em;font-size:.875rem}@media (max-width:1024px){.FounderSection-module__WvBwaG__grid{grid-template-columns:1fr;gap:4rem}}@media (max-width:768px){.FounderSection-module__WvBwaG__grid{grid-template-columns:1fr;gap:3rem}.FounderSection-module__WvBwaG__content h2{font-size:2.25rem}.FounderSection-module__WvBwaG__quote p{font-size:1.15rem}}
.ContactSuite-module__xmunUG__contactSection{background-color:#111;background-image:radial-gradient(circle,#ffffff06 1px,#0000 1px);background-size:28px 28px}.ContactSuite-module__xmunUG__layout{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.ContactSuite-module__xmunUG__leftCol{padding-top:1rem}.ContactSuite-module__xmunUG__leftCol h2{color:#fff;margin-bottom:1.5rem;font-size:3rem;line-height:1.1}.ContactSuite-module__xmunUG__leftCol p{color:#fff9;margin-bottom:3rem;font-size:1.1rem;line-height:1.7}.ContactSuite-module__xmunUG__contactDetails{flex-direction:column;gap:1.25rem;display:flex}.ContactSuite-module__xmunUG__contactItem{color:#fff;align-items:center;gap:.875rem;font-size:1rem;font-weight:600;display:flex}.ContactSuite-module__xmunUG__icon{color:var(--accent);flex-shrink:0}.ContactSuite-module__xmunUG__formWrapper{padding:2.25rem;background:#000!important;border:1px solid #f28a1c!important}.ContactSuite-module__xmunUG__form{flex-direction:column;gap:1.25rem;display:flex}.ContactSuite-module__xmunUG__inputGroup{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.ContactSuite-module__xmunUG__field{flex-direction:column;gap:.6rem;display:flex}.ContactSuite-module__xmunUG__field label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);font-size:.8rem;font-weight:700}.ContactSuite-module__xmunUG__field input,.ContactSuite-module__xmunUG__field select,.ContactSuite-module__xmunUG__field textarea{font-size:1rem;font-family:var(--font-body);color:#fff;background:#000;border:1px solid #f28a1c;border-radius:4px;padding:.9rem 1rem;transition:border-color .3s,box-shadow .3s}.ContactSuite-module__xmunUG__field select{appearance:none;cursor:pointer;color:#ffffff73;background-color:#000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888888' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.ContactSuite-module__xmunUG__field select option{color:#fff;background:#1a1a1a}.ContactSuite-module__xmunUG__field input:focus,.ContactSuite-module__xmunUG__field select:focus,.ContactSuite-module__xmunUG__field textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #f28a1c1f}.ContactSuite-module__xmunUG__disclaimer{text-align:center;color:#888;margin-top:.5rem;font-size:.8rem}@media (max-width:1024px){.ContactSuite-module__xmunUG__layout{gap:4rem}}@media (max-width:768px){.ContactSuite-module__xmunUG__layout{grid-template-columns:1fr;gap:4rem}.ContactSuite-module__xmunUG__leftCol{text-align:center;padding-top:0}.ContactSuite-module__xmunUG__leftCol h2{font-size:2.25rem}.ContactSuite-module__xmunUG__leftCol p{margin-bottom:2rem;font-size:1rem}.ContactSuite-module__xmunUG__contactDetails{align-items:center}.ContactSuite-module__xmunUG__formWrapper{padding:2rem 0}.ContactSuite-module__xmunUG__inputGroup{grid-template-columns:1fr;gap:1.25rem}}.ContactSuite-module__xmunUG__successMsg{text-align:center;padding:3rem 1.5rem}.ContactSuite-module__xmunUG__successMsg h3{color:var(--foreground);margin-bottom:1rem;font-size:1.75rem;font-weight:800}.ContactSuite-module__xmunUG__successMsg p{color:var(--text-dim);line-height:1.7}.ContactSuite-module__xmunUG__errorMsg{color:#ef4444;margin-bottom:.75rem;font-size:.875rem}
