.Hero-module__ZARIfG__hero{isolation:isolate;justify-content:center;align-items:stretch;width:100vw;height:100vh;min-height:640px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__inner{z-index:10;grid-template-rows:1fr auto;grid-template-columns:1fr 1fr;align-items:end;gap:clamp(1rem,2vw,2rem);width:100%;max-width:1440px;height:100%;padding:clamp(4rem,6vw,6rem) clamp(1.25rem,3vw,2rem);display:grid;position:relative}.Hero-module__ZARIfG__heroBg{z-index:0;background:#060e1a;position:absolute;inset:0}.Hero-module__ZARIfG__heroBg:before{content:"";background:radial-gradient(at 88% 8%,#64b4ff38 0%,#0000 38%),radial-gradient(at 72% 52%,#285ad252 0%,#0000 42%),radial-gradient(at 55% 92%,#1946b461 0%,#0000 48%),radial-gradient(at 15%,#040a1ce6 0%,#0000 55%);position:absolute;inset:0}.Hero-module__ZARIfG__heroBg:after{content:"";background:linear-gradient(#0000 0%,#000 100%);height:22%;position:absolute;bottom:0;left:0;right:0}.Hero-module__ZARIfG__content{z-index:10;will-change:transform;flex-direction:column;order:1;align-self:flex-end;gap:clamp(1.25rem,2vw,2rem);display:flex;position:relative}.Hero-module__ZARIfG__logoPane{z-index:5;will-change:transform;flex-direction:column;order:2;justify-content:center;align-self:center;align-items:center;display:flex;position:relative}.Hero-module__ZARIfG__logoMark{width:clamp(180px,32vw,380px);max-width:100%;height:auto}.Hero-module__ZARIfG__logoSignature{font-family:var(--font-accent);color:var(--foreground);letter-spacing:.12em;text-transform:lowercase;text-align:center;margin-top:clamp(.75rem,1.5vw,1.25rem);font-size:clamp(.75rem,1.2vw,1.1rem)}.Hero-module__ZARIfG__titleBlock{flex-direction:column;gap:0;display:flex;overflow:hidden}.Hero-module__ZARIfG__titleLine{line-height:.92;overflow:hidden}.Hero-module__ZARIfG__titleWord{font-family:var(--display-font);letter-spacing:-.04em;text-transform:uppercase;color:var(--foreground);will-change:transform;margin:0;font-size:clamp(2.4rem,4.5vw,6rem);font-weight:400;line-height:.92;display:block}.Hero-module__ZARIfG__titleAccent{font-family:var(--font-accent);text-transform:none;color:var(--accent-primary);letter-spacing:-.02em;font-size:1.05em}.Hero-module__ZARIfG__role{font-family:var(--body-font);font-size:clamp(.875rem,1.1vw,1.15rem);font-weight:300;line-height:var(--lh-body);color:var(--foreground-muted);max-width:420px;margin:0}.Hero-module__ZARIfG__roleSep{font-family:var(--font-accent);color:var(--accent-primary);margin:0 .15rem;font-size:1.3em;display:inline-block;transform:rotate(-4deg)translateY(2px)}.Hero-module__ZARIfG__ctaRow{flex-wrap:wrap;align-items:center;gap:clamp(.75rem,1.5vw,1.25rem);display:flex}.Hero-module__ZARIfG__ctaPrimary{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);text-transform:uppercase;background:var(--foreground);color:var(--background);border:1px solid var(--foreground);cursor:pointer;isolation:isolate;justify-content:center;align-items:center;gap:.75rem;padding:clamp(.85rem,1.2vw,1.1rem) clamp(1.5rem,2.5vw,2.25rem);font-weight:700;text-decoration:none;transition:color .3s,border-color .3s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__ctaPrimary:before{content:"";background:var(--accent-primary);z-index:-1;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:translateY(101%)}.Hero-module__ZARIfG__ctaPrimary:hover:before{transform:translateY(0)}.Hero-module__ZARIfG__ctaPrimary:hover{color:var(--background);border-color:var(--accent-primary)}.Hero-module__ZARIfG__ctaPrimary>*{z-index:1;position:relative}.Hero-module__ZARIfG__ctaSecondary{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--foreground-muted);border:1px solid var(--border-strong);cursor:pointer;isolation:isolate;background:0 0;justify-content:center;align-items:center;gap:.75rem;padding:clamp(.85rem,1.2vw,1.1rem) clamp(1.5rem,2.5vw,2.25rem);font-weight:700;transition:color .3s,border-color .3s;display:inline-flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__ctaSecondary:before{content:"";z-index:-1;background:#ffffff0f;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:translate(-101%)}.Hero-module__ZARIfG__ctaSecondary:hover:before{transform:translate(0)}.Hero-module__ZARIfG__ctaSecondary:hover{color:var(--foreground);border-color:var(--foreground-muted)}.Hero-module__ZARIfG__ctaSecondary>*{z-index:1;position:relative}.Hero-module__ZARIfG__ctaArrow{align-items:center;transition:transform .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.Hero-module__ZARIfG__ctaSecondary:hover .Hero-module__ZARIfG__ctaArrow{transform:translateY(3px)}.Hero-module__ZARIfG__ticker{z-index:20;border-top:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0009;align-items:center;height:3rem;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.Hero-module__ZARIfG__tickerTrack{white-space:nowrap;will-change:transform;align-items:center;animation:32s linear infinite Hero-module__ZARIfG__tickerScroll;display:flex}@keyframes Hero-module__ZARIfG__tickerScroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.Hero-module__ZARIfG__tickerItem{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--foreground-subtle);align-items:center;gap:1.5rem;padding:0 2rem;font-weight:700;display:inline-flex}.Hero-module__ZARIfG__tickerDot{color:var(--accent-primary);font-size:.5rem}@media (max-width:768px){.Hero-module__ZARIfG__inner{grid-template-rows:1fr auto;grid-template-columns:1fr;align-items:end}.Hero-module__ZARIfG__logoPane{order:1;justify-content:center;align-self:center}.Hero-module__ZARIfG__content{order:2;align-self:flex-end}}@media (max-width:480px){.Hero-module__ZARIfG__ctaRow{flex-direction:column;align-items:stretch}.Hero-module__ZARIfG__ctaPrimary,.Hero-module__ZARIfG__ctaSecondary{justify-content:space-between}}
.PersonalIntro-module__pv1_4G__introSection{background:var(--background);border-top:1px solid var(--border);isolation:isolate;justify-content:center;width:100%;padding:clamp(2.5rem,5vw,4rem) clamp(1.25rem,3vw,2rem);display:flex;position:relative;overflow:hidden}.PersonalIntro-module__pv1_4G__container{flex-direction:column;gap:clamp(2rem,3.5vw,3rem);width:100%;max-width:1440px;display:flex}.PersonalIntro-module__pv1_4G__grid{grid-template-columns:1.15fr .7fr;align-items:start;gap:clamp(2.5rem,5vw,5rem);display:grid}.PersonalIntro-module__pv1_4G__imageCol{position:relative}.PersonalIntro-module__pv1_4G__imageFrame{aspect-ratio:3/4;isolation:isolate;border:1px solid var(--border);cursor:pointer;width:100%;position:relative;overflow:hidden}.PersonalIntro-module__pv1_4G__portrait{transition:transform 1s cubic-bezier(.16,1,.3,1)}.PersonalIntro-module__pv1_4G__imageFrame:hover .PersonalIntro-module__pv1_4G__portrait{transform:scale(1.06)}.PersonalIntro-module__pv1_4G__imageOverlay{z-index:1;pointer-events:none;background:linear-gradient(#0000 0%,#0000001a 45%,#000000bf 100%);transition:background .5s;position:absolute;inset:0}.PersonalIntro-module__pv1_4G__imageFrame:hover .PersonalIntro-module__pv1_4G__imageOverlay{background:linear-gradient(#5cc8ff0f 0%,#00000040 45%,#000000e6 100%)}.PersonalIntro-module__pv1_4G__imageFrame:after{content:"";background:var(--accent-primary);z-index:3;width:0;height:2px;transition:width .6s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0}.PersonalIntro-module__pv1_4G__imageFrame:hover:after{width:100%}.PersonalIntro-module__pv1_4G__nameTag{z-index:2;flex-direction:column;gap:.25rem;padding:clamp(1rem,2vw,1.5rem);transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(6px)}.PersonalIntro-module__pv1_4G__imageFrame:hover .PersonalIntro-module__pv1_4G__nameTag{transform:translateY(0)}.PersonalIntro-module__pv1_4G__nameTagTitle{font-family:var(--display-font);letter-spacing:-.02em;text-transform:uppercase;color:var(--foreground);font-size:clamp(1rem,1.5vw,1.35rem);font-weight:400}.PersonalIntro-module__pv1_4G__nameTagRole{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--accent-primary);font-weight:700}.PersonalIntro-module__pv1_4G__content{flex-direction:column;gap:clamp(1.5rem,2.5vw,2.5rem);padding-top:clamp(.5rem,1vw,1rem);display:flex}.PersonalIntro-module__pv1_4G__headline{letter-spacing:-.04em;color:var(--foreground);text-transform:uppercase;margin:0;font-weight:400}.PersonalIntro-module__pv1_4G__subtext{font-family:var(--body-font);font-size:clamp(.95rem,1.3vw,1.2rem);line-height:var(--lh-body);color:var(--foreground-muted);max-width:520px;margin:0;font-weight:300}.PersonalIntro-module__pv1_4G__statsGrid{border:1px solid var(--border-strong);grid-template-columns:1fr 1fr;display:grid}.PersonalIntro-module__pv1_4G__statItem{border-right:1px solid var(--border-strong);border-bottom:1px solid var(--border-strong);flex-direction:column;gap:.3rem;padding:clamp(1rem,1.5vw,1.5rem) clamp(1.25rem,2vw,2rem);transition:background .3s;display:flex}.PersonalIntro-module__pv1_4G__statItem:nth-child(2n){border-right:none}.PersonalIntro-module__pv1_4G__statItem:nth-last-child(-n+2){border-bottom:none}.PersonalIntro-module__pv1_4G__statItem:hover{background:#ffffff08}.PersonalIntro-module__pv1_4G__statValue{font-family:var(--display-font);color:var(--accent-primary);letter-spacing:-.02em;font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:400;line-height:1}.PersonalIntro-module__pv1_4G__statLabel{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);color:var(--foreground-subtle);text-transform:uppercase;font-weight:600}.PersonalIntro-module__pv1_4G__ctaLink{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);text-transform:uppercase;background:var(--foreground);color:var(--background);border:1px solid var(--foreground);isolation:isolate;align-self:flex-start;align-items:center;gap:.6rem;padding:clamp(.85rem,1.2vw,1.1rem) clamp(1.5rem,2.5vw,2.25rem);font-weight:700;text-decoration:none;transition:color .3s,border-color .3s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden}.PersonalIntro-module__pv1_4G__ctaLink:before{content:"";background:var(--accent-primary);z-index:-1;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:translateY(101%)}.PersonalIntro-module__pv1_4G__ctaLink:hover:before{transform:translateY(0)}.PersonalIntro-module__pv1_4G__ctaLink:hover{color:var(--background);border-color:var(--accent-primary);box-shadow:0 0 32px #5cc8ff33}.PersonalIntro-module__pv1_4G__ctaLink>*{z-index:1;position:relative}@media (max-width:1024px){.PersonalIntro-module__pv1_4G__grid{grid-template-columns:1fr;gap:clamp(2rem,4vw,3rem)}.PersonalIntro-module__pv1_4G__imageFrame{aspect-ratio:3/4;max-height:none}.PersonalIntro-module__pv1_4G__subtext{max-width:100%}}@media (max-width:600px){.PersonalIntro-module__pv1_4G__statsGrid{grid-template-columns:1fr 1fr}}
.Partners-module__Wk2-ZG__section{background:var(--background);border-top:1px solid var(--border);flex-direction:column;gap:clamp(.75rem,1.5vw,1rem);width:100%;padding:clamp(3rem,5vw,5rem) 0 0;display:flex;overflow:hidden}.Partners-module__Wk2-ZG__header{flex-direction:column;align-self:center;gap:clamp(1.25rem,2vw,2rem);width:100%;max-width:1440px;margin-bottom:clamp(1.5rem,3vw,3rem);padding:0 clamp(1.25rem,3vw,2rem);display:flex}.Partners-module__Wk2-ZG__headlineRow{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.Partners-module__Wk2-ZG__headline{font-family:var(--display-font);letter-spacing:-.04em;color:var(--foreground);text-transform:uppercase;margin:0;font-weight:400;line-height:.88}.Partners-module__Wk2-ZG__subtext{font-family:var(--body-font);font-size:clamp(1rem,1.5vw,1.35rem);font-weight:300;line-height:var(--lh-body);color:var(--foreground-muted);text-align:right;max-width:340px}.Partners-module__Wk2-ZG__marqueeOuter{justify-content:center;width:100%;display:flex}.Partners-module__Wk2-ZG__marqueeOuter:last-of-type{margin-bottom:clamp(2rem,3vw,3rem)}.Partners-module__Wk2-ZG__marqueeInner{width:100%;max-width:1440px;position:relative;overflow:hidden}.Partners-module__Wk2-ZG__marqueeInner:before,.Partners-module__Wk2-ZG__marqueeInner:after{content:"";z-index:2;pointer-events:none;width:clamp(3rem,6vw,6rem);position:absolute;top:0;bottom:0}.Partners-module__Wk2-ZG__marqueeInner:before{background:linear-gradient(to right,var(--background)0%,transparent 100%);left:0}.Partners-module__Wk2-ZG__marqueeInner:after{background:linear-gradient(to left,var(--background)0%,transparent 100%);right:0}.Partners-module__Wk2-ZG__marqueeTrack{gap:2px;width:max-content;animation:36s linear infinite Partners-module__Wk2-ZG__scrollLeft;display:flex}.Partners-module__Wk2-ZG__marqueeTrack:hover{animation-play-state:paused}.Partners-module__Wk2-ZG__marqueeTrack.Partners-module__Wk2-ZG__reverse{animation-name:Partners-module__Wk2-ZG__scrollRight;animation-duration:42s}@keyframes Partners-module__Wk2-ZG__scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes Partners-module__Wk2-ZG__scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.Partners-module__Wk2-ZG__card{cursor:default;border:1px solid var(--border-strong);flex-direction:column;flex-shrink:0;width:clamp(150px,18vw,220px);transition:border-color .3s;display:flex}.Partners-module__Wk2-ZG__card:hover{border-color:var(--accent-primary)}.Partners-module__Wk2-ZG__card:hover .Partners-module__Wk2-ZG__partnerName{color:var(--accent-primary)}.Partners-module__Wk2-ZG__cardLight{background:#fff;border-color:#ffffff8c}.Partners-module__Wk2-ZG__cardLight:hover{border-color:var(--accent-primary)}.Partners-module__Wk2-ZG__cardLight .Partners-module__Wk2-ZG__cardMeta{background:#f0f0f0;border-top:1px solid #0000001a}.Partners-module__Wk2-ZG__cardLight .Partners-module__Wk2-ZG__partnerName{color:#111}.Partners-module__Wk2-ZG__cardLight .Partners-module__Wk2-ZG__partnerType{color:#555}.Partners-module__Wk2-ZG__cardLight:hover .Partners-module__Wk2-ZG__partnerName{color:var(--accent-primary)}.Partners-module__Wk2-ZG__cardDark{background:var(--surface-2)}.Partners-module__Wk2-ZG__cardDark .Partners-module__Wk2-ZG__cardMeta{background:var(--surface);border-top:1px solid var(--border-strong)}.Partners-module__Wk2-ZG__cardDark .Partners-module__Wk2-ZG__partnerName{color:var(--foreground)}.Partners-module__Wk2-ZG__cardDark .Partners-module__Wk2-ZG__partnerType{color:var(--foreground-subtle)}.Partners-module__Wk2-ZG__logoWrap{width:100%;height:clamp(90px,12vw,140px);position:relative;overflow:hidden}.Partners-module__Wk2-ZG__logoWrapLight{background:#fff}.Partners-module__Wk2-ZG__logoWrapDark{background:var(--surface-2)}.Partners-module__Wk2-ZG__cardMeta{flex-direction:column;gap:4px;padding:clamp(.6rem,1vw,.85rem) clamp(.75rem,1.2vw,1.1rem);display:flex}.Partners-module__Wk2-ZG__partnerName{font-family:var(--display-font);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;font-size:.65rem;font-weight:400;transition:color .3s;overflow:hidden}.Partners-module__Wk2-ZG__partnerType{font-family:var(--body-font);letter-spacing:var(--ls-caps);text-transform:uppercase;font-size:.58rem;font-weight:700}@media (max-width:1024px){.Partners-module__Wk2-ZG__headlineRow{flex-direction:column;align-items:flex-start;gap:1.5rem}.Partners-module__Wk2-ZG__subtext{text-align:left;max-width:100%}}
.Approach-module__kccbpW__approachSection{background:var(--surface);border-top:1px solid var(--border);justify-content:center;width:100%;padding:clamp(2.5rem,5vw,4rem) clamp(1.25rem,3vw,2rem);display:flex;position:relative;overflow:hidden}.Approach-module__kccbpW__container{flex-direction:column;gap:clamp(2rem,3.5vw,3.5rem);width:100%;max-width:1440px;display:flex}.Approach-module__kccbpW__header{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.Approach-module__kccbpW__headerLeft{flex-direction:column;gap:clamp(1.25rem,2vw,2rem);display:flex}.Approach-module__kccbpW__subtext{font-family:var(--body-font);font-size:clamp(1rem,1.5vw,1.35rem);font-weight:300;line-height:var(--lh-body);color:var(--foreground-muted);text-align:right;max-width:340px}.Approach-module__kccbpW__title{font-family:var(--display-font);letter-spacing:-.04em;color:var(--foreground);text-transform:uppercase;margin:0;font-weight:400;line-height:.88}.Approach-module__kccbpW__title span{color:var(--accent-orange)}.Approach-module__kccbpW__cardsContainer{border:1px solid var(--border-strong);grid-template-columns:repeat(4,1fr);gap:0;display:grid}.Approach-module__kccbpW__card{border-right:1px solid var(--border-strong);flex-direction:column;gap:clamp(1.25rem,2vw,2rem);padding:clamp(1.75rem,3vw,3rem) clamp(1.25rem,2.5vw,2.5rem);transition:background .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Approach-module__kccbpW__card:before{content:"";opacity:0;pointer-events:none;background:#5cc8ff0a;transition:opacity .4s;position:absolute;inset:0}.Approach-module__kccbpW__card:hover:before{opacity:1}.Approach-module__kccbpW__card:last-child{border-right:none}.Approach-module__kccbpW__card:hover{background:#ffffff08}.Approach-module__kccbpW__circleIcon{width:44px;height:44px;color:var(--foreground);background:#ffffff0d;justify-content:center;align-items:center;transition:background .3s,transform .5s cubic-bezier(.16,1,.3,1);display:flex}.Approach-module__kccbpW__card:hover .Approach-module__kccbpW__circleIcon{background:#ffffff1a;transform:rotate(12deg)scale(1.1)}.Approach-module__kccbpW__cardTitle{font-family:var(--display-font);letter-spacing:-.01em;color:var(--foreground);text-transform:uppercase;margin:0;font-size:clamp(1.25rem,2.5vw,2.25rem);font-weight:400;transition:color .3s}.Approach-module__kccbpW__card:hover .Approach-module__kccbpW__cardTitle{color:var(--accent-primary)}.Approach-module__kccbpW__accentLine{background:var(--foreground-subtle);width:0;height:2px;transition:width .5s cubic-bezier(.16,1,.3,1)}.Approach-module__kccbpW__card:hover .Approach-module__kccbpW__accentLine{width:100%}.Approach-module__kccbpW__line_blue{background:var(--accent-primary)}.Approach-module__kccbpW__line_orange{background:var(--accent-orange)}.Approach-module__kccbpW__line_white{background:var(--foreground-muted)}.Approach-module__kccbpW__line_green{background:var(--accent-primary)}@media (max-width:1024px){.Approach-module__kccbpW__header{flex-direction:column;align-items:flex-start;gap:1.5rem}.Approach-module__kccbpW__subtext{text-align:left;max-width:100%}.Approach-module__kccbpW__cardsContainer{grid-template-columns:repeat(2,1fr)}.Approach-module__kccbpW__card{border-bottom:1px solid var(--border-strong)}.Approach-module__kccbpW__card:nth-child(2n){border-right:none}}@media (max-width:600px){.Approach-module__kccbpW__cardsContainer{grid-template-columns:1fr}.Approach-module__kccbpW__card{border-right:none}}.Approach-module__kccbpW__cardTop{justify-content:space-between;align-items:flex-start;display:flex}.Approach-module__kccbpW__stepNum{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);color:var(--foreground-subtle);font-weight:700;transition:color .3s}.Approach-module__kccbpW__card:hover .Approach-module__kccbpW__stepNum{color:var(--accent-primary)}.Approach-module__kccbpW__cardDesc{font-family:var(--body-font);font-size:clamp(1rem,1.5vw,1.35rem);line-height:var(--lh-body);color:var(--foreground-muted);flex:1;margin:0;font-weight:300}.Approach-module__kccbpW__cardFooter{margin-top:auto}
.Marquee-module__m6z8XG__marqueeSection{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--accent-primary);padding:0;overflow:hidden}.Marquee-module__m6z8XG__scrollContainer{width:100%;overflow:hidden}.Marquee-module__m6z8XG__scrollTrack{width:max-content;animation:28s linear infinite Marquee-module__m6z8XG__marqueeScroll;display:flex}.Marquee-module__m6z8XG__scrollTrack:hover{animation-play-state:paused}@keyframes Marquee-module__m6z8XG__marqueeScroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.Marquee-module__m6z8XG__marqueeItem{white-space:nowrap;border-right:1px solid #0003;flex-shrink:0;align-items:center;gap:1.25rem;padding:1.25rem 3rem;display:flex}.Marquee-module__m6z8XG__marqueeItem span{font-family:var(--display-font);letter-spacing:.15em;text-transform:uppercase;color:var(--background);font-size:clamp(.875rem,1.1vw,1rem);font-weight:700}.Marquee-module__m6z8XG__icon{color:var(--background);opacity:.7;flex-shrink:0}
.LatestPortfolio-module__Nz0LzG__latestSection{background:var(--background);border-top:1px solid var(--border);justify-content:center;width:100%;padding:clamp(2.5rem,5vw,4rem) clamp(1.25rem,3vw,2rem);display:flex;position:relative;overflow:hidden}.LatestPortfolio-module__Nz0LzG__container{flex-direction:column;gap:clamp(2rem,3.5vw,3.5rem);width:100%;max-width:1440px;display:flex}.LatestPortfolio-module__Nz0LzG__header{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.LatestPortfolio-module__Nz0LzG__headerLeft{flex-direction:column;gap:2rem;display:flex}.LatestPortfolio-module__Nz0LzG__headerRight{text-align:right;max-width:340px}.LatestPortfolio-module__Nz0LzG__sectionTitle{font-family:var(--display-font);letter-spacing:-.04em;color:var(--foreground);text-transform:uppercase;margin:0;font-weight:400;line-height:.88}.LatestPortfolio-module__Nz0LzG__subtext{font-family:var(--body-font);font-size:clamp(1.125rem,1.5vw,1.35rem);font-weight:300;line-height:var(--lh-body);color:var(--foreground-muted)}.LatestPortfolio-module__Nz0LzG__projectList{border-top:1px solid var(--border-strong);flex-direction:column;display:flex}.LatestPortfolio-module__Nz0LzG__projectRow{border-bottom:1px solid var(--border-strong);cursor:pointer;color:inherit;grid-template-columns:5rem 1fr auto auto;align-items:center;gap:clamp(1.5rem,3vw,3rem);padding:clamp(1.75rem,2.5vw,2.5rem) 0;text-decoration:none;transition:background .3s;display:grid;position:relative}.LatestPortfolio-module__Nz0LzG__projectRow:hover{background:#ffffff05}.LatestPortfolio-module__Nz0LzG__rowIndex{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);color:var(--foreground-subtle);text-transform:uppercase;font-weight:700}.LatestPortfolio-module__Nz0LzG__rowTitle{font-family:var(--display-font);letter-spacing:-.03em;color:var(--foreground);text-transform:uppercase;margin:0;font-size:clamp(1.5rem,3vw,3rem);font-weight:400;transition:color .3s}.LatestPortfolio-module__Nz0LzG__projectRow:hover .LatestPortfolio-module__Nz0LzG__rowTitle{color:var(--accent-primary)}.LatestPortfolio-module__Nz0LzG__rowMeta{flex-direction:column;align-items:flex-end;gap:.35rem;display:flex}.LatestPortfolio-module__Nz0LzG__rowClient{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--foreground-subtle);font-weight:700}.LatestPortfolio-module__Nz0LzG__rowRole{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:.04em;text-transform:uppercase;color:var(--accent-primary);font-weight:500}.LatestPortfolio-module__Nz0LzG__rowArrow{border:1px solid var(--border-strong);width:48px;height:48px;color:var(--foreground-subtle);flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.LatestPortfolio-module__Nz0LzG__projectRow:hover .LatestPortfolio-module__Nz0LzG__rowArrow{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.LatestPortfolio-module__Nz0LzG__previewImage{aspect-ratio:4/3;pointer-events:none;z-index:100;opacity:0;border:1px solid var(--border);width:320px;transition:opacity .3s,transform .4s cubic-bezier(.16,1,.3,1);position:fixed;overflow:hidden;transform:scale(.92)rotate(-2deg)}.LatestPortfolio-module__Nz0LzG__previewImage.LatestPortfolio-module__Nz0LzG__visible{opacity:1;transform:scale(1)rotate(0)}.LatestPortfolio-module__Nz0LzG__mobileGrid{display:none}@media (max-width:900px){.LatestPortfolio-module__Nz0LzG__header{flex-direction:column;align-items:flex-start;gap:1.5rem}.LatestPortfolio-module__Nz0LzG__headerRight{text-align:left;max-width:100%}.LatestPortfolio-module__Nz0LzG__projectRow{grid-template-columns:3rem 1fr auto;gap:1.5rem}.LatestPortfolio-module__Nz0LzG__rowMeta{display:none}}@media (max-width:640px){.LatestPortfolio-module__Nz0LzG__latestSection{padding:clamp(3rem,5vw,4rem) clamp(1rem,2vw,1.25rem)}.LatestPortfolio-module__Nz0LzG__container{gap:clamp(2rem,3vw,3rem)}.LatestPortfolio-module__Nz0LzG__projectList,.LatestPortfolio-module__Nz0LzG__previewImage{display:none}.LatestPortfolio-module__Nz0LzG__mobileGrid{border:1px solid var(--border-strong);flex-direction:column;display:flex}.LatestPortfolio-module__Nz0LzG__mobileCard{background:var(--background);border-bottom:1px solid var(--border-strong)}.LatestPortfolio-module__Nz0LzG__mobileCard:last-child{border-bottom:none}.LatestPortfolio-module__Nz0LzG__mobileCardHeader{cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;gap:1rem;width:100%;padding:1.5rem 1.25rem;transition:background .2s;display:flex}.LatestPortfolio-module__Nz0LzG__mobileCard.LatestPortfolio-module__Nz0LzG__active .LatestPortfolio-module__Nz0LzG__mobileCardHeader{background:var(--surface)}.LatestPortfolio-module__Nz0LzG__mobileCardIndex{font-family:var(--body-font);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--foreground-subtle);flex-shrink:0;width:2rem;font-size:.6rem;font-weight:700}.LatestPortfolio-module__Nz0LzG__mobileCard.LatestPortfolio-module__Nz0LzG__active .LatestPortfolio-module__Nz0LzG__mobileCardIndex{color:var(--accent-primary)}.LatestPortfolio-module__Nz0LzG__mobileCardTitle{font-family:var(--display-font);letter-spacing:-.03em;text-transform:uppercase;color:var(--foreground);flex:1;margin:0;font-size:clamp(1.5rem,6vw,2rem);font-weight:400;line-height:1}.LatestPortfolio-module__Nz0LzG__mobileCard.LatestPortfolio-module__Nz0LzG__active .LatestPortfolio-module__Nz0LzG__mobileCardTitle{color:var(--accent-primary)}.LatestPortfolio-module__Nz0LzG__mobileCardChevron{color:var(--foreground-subtle);flex-shrink:0;transition:transform .35s cubic-bezier(.16,1,.3,1),color .2s}.LatestPortfolio-module__Nz0LzG__mobileCard.LatestPortfolio-module__Nz0LzG__active .LatestPortfolio-module__Nz0LzG__mobileCardChevron{color:var(--accent-primary);transform:rotate(180deg)}.LatestPortfolio-module__Nz0LzG__mobileCardBody{overflow:hidden}.LatestPortfolio-module__Nz0LzG__mobileCardImage{aspect-ratio:4/3;border-top:1px solid var(--border-strong);width:100%;position:relative;overflow:hidden}.LatestPortfolio-module__Nz0LzG__mobileCardMeta{background:var(--surface);border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem;display:flex}.LatestPortfolio-module__Nz0LzG__mobileCardMetaLeft{flex-direction:column;gap:.3rem;display:flex}.LatestPortfolio-module__Nz0LzG__mobileCardClient{font-family:var(--body-font);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--foreground-subtle);font-size:.6rem;font-weight:700}.LatestPortfolio-module__Nz0LzG__mobileCardRole{font-family:var(--body-font);letter-spacing:.04em;text-transform:uppercase;color:var(--accent-primary);font-size:.75rem;font-weight:500}.LatestPortfolio-module__Nz0LzG__mobileCardLink{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--background);background:var(--foreground);border:1px solid var(--foreground);white-space:nowrap;flex-shrink:0;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.LatestPortfolio-module__Nz0LzG__mobileCardLink:active{color:var(--foreground);background:0 0}}
.Portfolio-module__uAcsSq__portfolioSection{border-top:1px solid var(--border);background:var(--background);isolation:isolate;justify-content:center;width:100%;padding:clamp(2.5rem,5vw,4rem) clamp(1.25rem,3vw,2rem);display:flex;position:relative;overflow:hidden}.Portfolio-module__uAcsSq__container{flex-direction:column;gap:clamp(2rem,3.5vw,3.5rem);width:100%;max-width:1440px;display:flex}.Portfolio-module__uAcsSq__header{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.Portfolio-module__uAcsSq__title{font-family:var(--display-font);letter-spacing:-.04em;text-transform:uppercase;color:var(--foreground);margin:0;font-weight:400;line-height:.88}.Portfolio-module__uAcsSq__subtitle{font-family:var(--body-font);color:var(--foreground-muted);font-size:clamp(1rem,1.5vw,1.35rem);font-weight:300;line-height:var(--lh-body);text-align:right;max-width:380px;margin:0}.Portfolio-module__uAcsSq__grid{grid-template-columns:repeat(2,1fr);gap:3px;display:grid}.Portfolio-module__uAcsSq__card{isolation:isolate;background:var(--surface);cursor:pointer;aspect-ratio:4/3;position:relative;overflow:hidden}.Portfolio-module__uAcsSq__image{object-fit:cover;transition:transform .9s cubic-bezier(.16,1,.3,1)}.Portfolio-module__uAcsSq__card:hover .Portfolio-module__uAcsSq__image{transform:scale(1.07)}.Portfolio-module__uAcsSq__cardOverlay{z-index:2;background:linear-gradient(#0000 30%,#0000004d 60%,#000000e0 100%);transition:background .4s;position:absolute;inset:0}.Portfolio-module__uAcsSq__card:hover .Portfolio-module__uAcsSq__cardOverlay{background:linear-gradient(#00000026 0%,#00000080 50%,#000000f2 100%)}.Portfolio-module__uAcsSq__cardIndex{z-index:3;font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);color:#fff6;text-transform:uppercase;font-weight:700;position:absolute;top:clamp(1rem,1.75vw,1.75rem);left:clamp(1rem,1.75vw,1.75rem)}.Portfolio-module__uAcsSq__cardInfo{z-index:3;justify-content:space-between;align-items:flex-end;gap:1rem;padding:clamp(1.25rem,2vw,2rem) clamp(1.25rem,2vw,2rem) clamp(1.5rem,2.25vw,2.25rem);display:flex;position:absolute;bottom:0;left:0;right:0}.Portfolio-module__uAcsSq__cardMeta{flex-direction:column;gap:.4rem;display:flex}.Portfolio-module__uAcsSq__cardCategory{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--accent-primary);font-weight:700}.Portfolio-module__uAcsSq__cardTitle{font-family:var(--display-font);letter-spacing:-.02em;text-transform:uppercase;color:var(--foreground);margin:0;font-size:clamp(1rem,2vw,1.75rem);font-weight:400;line-height:1}.Portfolio-module__uAcsSq__cardArrow{width:42px;height:42px;color:var(--foreground);opacity:0;border:1px solid #ffffff40;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex;transform:translateY(6px)}.Portfolio-module__uAcsSq__card:hover .Portfolio-module__uAcsSq__cardArrow{opacity:1;background:var(--foreground);color:var(--background);border-color:var(--foreground);transform:translateY(0)}.Portfolio-module__uAcsSq__viewMoreWrapper{justify-content:flex-end;display:flex}.Portfolio-module__uAcsSq__viewMoreBtn{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--foreground-muted);border:1px solid var(--border-strong);cursor:pointer;isolation:isolate;background:0 0;justify-content:center;align-items:center;gap:.75rem;padding:clamp(.85rem,1.2vw,1.1rem) clamp(1.5rem,2.5vw,2.25rem);font-weight:700;transition:color .3s,border-color .3s;display:inline-flex;position:relative;overflow:hidden}.Portfolio-module__uAcsSq__viewMoreBtn:before{content:"";background:var(--surface-2);z-index:-1;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:translate(-101%)}.Portfolio-module__uAcsSq__viewMoreBtn:hover:before{transform:translate(0)}.Portfolio-module__uAcsSq__viewMoreBtn:hover{color:var(--foreground);border-color:var(--foreground-muted)}.Portfolio-module__uAcsSq__viewMoreBtn>*{z-index:1;position:relative}.Portfolio-module__uAcsSq__viewMoreBtn:hover svg{transform:none}@media (max-width:1024px){.Portfolio-module__uAcsSq__card:first-child .Portfolio-module__uAcsSq__cardTitle{font-size:clamp(1.35rem,3vw,2.5rem)}}@media (max-width:600px){.Portfolio-module__uAcsSq__grid{grid-template-columns:1fr;gap:2px}.Portfolio-module__uAcsSq__header{flex-direction:column;align-items:flex-start;gap:1.5rem}.Portfolio-module__uAcsSq__subtitle{text-align:left;max-width:100%}.Portfolio-module__uAcsSq__viewMoreWrapper{justify-content:flex-start}}
.Services-module__dpHhBa__servicesSection{background:var(--surface);border-top:1px solid var(--border);isolation:isolate;justify-content:center;width:100%;padding:clamp(2.5rem,5vw,4rem) clamp(1.25rem,3vw,2rem);display:flex;position:relative;overflow:hidden}.Services-module__dpHhBa__container{grid-template-columns:1fr 1.5fr;align-items:start;gap:clamp(3rem,8vw,8rem);width:100%;max-width:1440px;display:grid}.Services-module__dpHhBa__leftCol{flex-direction:column;gap:clamp(1.75rem,3vw,3rem);display:flex;position:sticky;top:10rem}.Services-module__dpHhBa__title{font-family:var(--display-font);letter-spacing:-.04em;color:var(--foreground);text-transform:uppercase;margin:0;font-weight:400;line-height:.88}.Services-module__dpHhBa__title span{color:var(--accent-orange)}.Services-module__dpHhBa__subtitle{font-family:var(--body-font);font-size:clamp(1rem,1.5vw,1.35rem);line-height:var(--lh-body);color:var(--foreground-muted);max-width:400px;font-weight:300}.Services-module__dpHhBa__resumeBtn{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);text-transform:uppercase;background:var(--foreground);color:var(--background);border:1px solid var(--foreground);cursor:pointer;isolation:isolate;justify-content:center;align-self:flex-start;align-items:center;gap:.75rem;padding:clamp(.85rem,1.2vw,1.1rem) clamp(1.5rem,2.5vw,2.25rem);font-weight:700;transition:color .3s,border-color .3s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden}.Services-module__dpHhBa__resumeBtn:before{content:"";background:var(--accent-primary);z-index:-1;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:translateY(101%)}.Services-module__dpHhBa__resumeBtn:hover:before{transform:translateY(0)}.Services-module__dpHhBa__resumeBtn:hover{color:var(--background);border-color:var(--accent-primary)}.Services-module__dpHhBa__resumeBtn>*{z-index:1;position:relative}.Services-module__dpHhBa__resumeBtn:hover svg{transform:none}.Services-module__dpHhBa__rightCol,.Services-module__dpHhBa__accordionGroup{flex-direction:column;display:flex}.Services-module__dpHhBa__accordionItem{border-top:1px solid var(--border-strong);isolation:isolate;transition:background .4s;overflow:hidden}.Services-module__dpHhBa__accordionItem:last-child{border-bottom:1px solid var(--border-strong)}.Services-module__dpHhBa__accordionItem.Services-module__dpHhBa__active{background:#ff7a5c08}.Services-module__dpHhBa__accordionHeader{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:clamp(1rem,2vw,2rem);width:100%;padding:clamp(1.25rem,2vw,2rem) clamp(1rem,1.5vw,1.5rem);display:flex}.Services-module__dpHhBa__accordionNum{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);color:var(--foreground-subtle);flex-shrink:0;width:2.5rem;font-weight:700}.Services-module__dpHhBa__accordionTitle{font-family:var(--display-font);letter-spacing:-.01em;color:var(--foreground);text-transform:uppercase;flex:1;font-size:clamp(1.1rem,2.5vw,2.25rem);font-weight:400;transition:color .3s}.Services-module__dpHhBa__accordionItem.Services-module__dpHhBa__active .Services-module__dpHhBa__accordionTitle{color:var(--accent-primary)}.Services-module__dpHhBa__iconWrapper{width:44px;height:44px;color:var(--foreground);background:#ffffff0d;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.Services-module__dpHhBa__accordionItem.Services-module__dpHhBa__active .Services-module__dpHhBa__iconWrapper{background:var(--foreground);color:var(--background);transform:rotate(45deg)}.Services-module__dpHhBa__accordionContentWrapper{isolation:isolate;overflow:hidden}.Services-module__dpHhBa__accordionContent{padding:0 clamp(1rem,1.5vw,1.5rem) clamp(1.25rem,2vw,2rem)}.Services-module__dpHhBa__accordionContent p{font-family:var(--body-font);font-size:clamp(1rem,1.5vw,1.35rem);line-height:var(--lh-body);color:var(--foreground-muted);margin:0;font-weight:300}@media (max-width:1024px){.Services-module__dpHhBa__container{grid-template-columns:1fr;gap:clamp(2.5rem,5vw,5rem)}.Services-module__dpHhBa__leftCol{position:static}.Services-module__dpHhBa__subtitle{max-width:100%}}@media (max-width:600px){.Services-module__dpHhBa__accordionNum{width:1.5rem}}
.Stats-module__yL2aHq__statsSection{background:var(--background);border-top:1px solid var(--border);justify-content:center;width:100%;padding:clamp(2.5rem,5vw,4rem) clamp(1.25rem,3vw,2rem);display:flex;position:relative;overflow:hidden}.Stats-module__yL2aHq__container{flex-direction:column;gap:clamp(2rem,3vw,3rem);width:100%;max-width:1440px;display:flex}.Stats-module__yL2aHq__header{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.Stats-module__yL2aHq__headerLeft{flex-direction:column;gap:clamp(1.25rem,2vw,2rem);display:flex}.Stats-module__yL2aHq__subtext{font-family:var(--body-font);font-size:clamp(1rem,1.5vw,1.35rem);font-weight:300;line-height:var(--lh-body);color:var(--foreground-muted);text-align:right;max-width:340px}.Stats-module__yL2aHq__title{font-family:var(--display-font);letter-spacing:-.04em;color:var(--foreground);text-transform:uppercase;margin:0;font-weight:400}.Stats-module__yL2aHq__statsGrid{border:1px solid var(--border-strong);grid-template-columns:repeat(4,1fr);display:grid}.Stats-module__yL2aHq__statItem{border-right:1px solid var(--border-strong);isolation:isolate;cursor:default;background:0 0;transition:background .4s;position:relative;overflow:hidden}.Stats-module__yL2aHq__statItem:last-child{border-right:none}.Stats-module__yL2aHq__statItemHovered{background:#5cc8ff0d}.Stats-module__yL2aHq__topLine{background:var(--accent-primary);transform-origin:0;z-index:2;height:2px;position:absolute;top:0;left:0;right:0}.Stats-module__yL2aHq__statInner{z-index:1;flex-direction:column;gap:.75rem;padding:clamp(1.75rem,3vw,3rem) clamp(1.5rem,2.5vw,2.5rem);display:flex;position:relative}.Stats-module__yL2aHq__statValue{font-family:var(--display-font);letter-spacing:-.02em;color:var(--foreground);align-items:baseline;gap:.05em;margin:0;font-size:clamp(2.5rem,5vw,5.5rem);font-weight:400;line-height:1;transition:color .3s;display:flex}.Stats-module__yL2aHq__statItemHovered .Stats-module__yL2aHq__statValue{color:var(--accent-primary)}.Stats-module__yL2aHq__suffix{font-family:var(--display-font);color:var(--accent-primary);font-size:.35em;font-weight:400;line-height:1;transition:transform .4s cubic-bezier(.16,1,.3,1)}.Stats-module__yL2aHq__statItemHovered .Stats-module__yL2aHq__suffix{transform:translateY(-5px)scale(1.2)}.Stats-module__yL2aHq__statLabel{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);color:var(--foreground-subtle);text-transform:uppercase;margin:0;font-weight:700;transition:color .3s,letter-spacing .4s}.Stats-module__yL2aHq__statItemHovered .Stats-module__yL2aHq__statLabel{color:var(--foreground);letter-spacing:.12em}.Stats-module__yL2aHq__statDesc{font-family:var(--body-font);color:var(--foreground-muted);opacity:.5;margin:0;font-size:clamp(.8rem,1vw,.95rem);font-weight:300;line-height:1.6;transition:opacity .35s,transform .4s cubic-bezier(.16,1,.3,1);transform:translateY(4px)}.Stats-module__yL2aHq__statItemHovered .Stats-module__yL2aHq__statDesc{opacity:1;transform:translateY(0)}@media (max-width:1024px){.Stats-module__yL2aHq__header{flex-direction:column;align-items:flex-start;gap:1.5rem}.Stats-module__yL2aHq__subtext{text-align:left;max-width:100%}.Stats-module__yL2aHq__statsGrid{grid-template-columns:repeat(2,1fr)}.Stats-module__yL2aHq__statItem{border-bottom:1px solid var(--border-strong)}.Stats-module__yL2aHq__statItem:nth-child(2n){border-right:none}.Stats-module__yL2aHq__statItem:nth-last-child(-n+2){border-bottom:none}}@media (max-width:600px){.Stats-module__yL2aHq__statsGrid{grid-template-columns:1fr}.Stats-module__yL2aHq__statItem{border-right:none;border-bottom:1px solid var(--border-strong)}.Stats-module__yL2aHq__statItem:last-child{border-bottom:none}}
.Narrative-module__C0Uh8q__narrativeSection{background:var(--surface);border-top:1px solid var(--border);flex-direction:column;gap:clamp(.75rem,1.5vw,1rem);width:100%;padding:clamp(3rem,5vw,5rem) 0 0;display:flex;position:relative;overflow:hidden}.Narrative-module__C0Uh8q__header{z-index:2;flex-direction:column;align-self:center;gap:clamp(1.25rem,2vw,2rem);width:100%;max-width:1440px;margin-bottom:clamp(1.5rem,3vw,3rem);padding:0 clamp(1.25rem,3vw,2rem);display:flex;position:relative}.Narrative-module__C0Uh8q__headline{font-family:var(--display-font);letter-spacing:-.04em;color:var(--foreground);text-transform:uppercase;margin:0;font-weight:400;line-height:.88}.Narrative-module__C0Uh8q__headlineRow{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.Narrative-module__C0Uh8q__subtext{font-family:var(--body-font);font-size:clamp(1rem,1.5vw,1.35rem);font-weight:300;line-height:var(--lh-body);color:var(--foreground-muted);text-align:right;max-width:340px}.Narrative-module__C0Uh8q__marqueeOuter{justify-content:center;width:100%;display:flex}.Narrative-module__C0Uh8q__marqueeOuter:last-of-type{margin-bottom:clamp(2rem,3vw,3rem)}.Narrative-module__C0Uh8q__marqueeInner{width:100%;max-width:1440px;position:relative;overflow:hidden}.Narrative-module__C0Uh8q__marqueeInner:before,.Narrative-module__C0Uh8q__marqueeInner:after{content:"";z-index:2;pointer-events:none;width:clamp(3rem,6vw,6rem);position:absolute;top:0;bottom:0}.Narrative-module__C0Uh8q__marqueeInner:before{background:linear-gradient(to right,var(--surface)0%,transparent 100%);left:0}.Narrative-module__C0Uh8q__marqueeInner:after{background:linear-gradient(to left,var(--surface)0%,transparent 100%);right:0}.Narrative-module__C0Uh8q__marqueeRow{width:100%;overflow:hidden}.Narrative-module__C0Uh8q__marqueeTrack{gap:2px;width:max-content;animation:35s linear infinite Narrative-module__C0Uh8q__scrollLeft;display:flex}.Narrative-module__C0Uh8q__marqueeTrack:hover{animation-play-state:paused}.Narrative-module__C0Uh8q__marqueeTrack.Narrative-module__C0Uh8q__reverse{animation-name:Narrative-module__C0Uh8q__scrollRight;animation-duration:38s}@keyframes Narrative-module__C0Uh8q__scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes Narrative-module__C0Uh8q__scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.Narrative-module__C0Uh8q__card{background:var(--background);border:1px solid var(--border-strong);cursor:default;flex-direction:column;flex-shrink:0;width:clamp(260px,28vw,360px);transition:border-color .3s;display:flex}.Narrative-module__C0Uh8q__card:hover{border-color:#ffffff4d}.Narrative-module__C0Uh8q__cardTop{border-bottom:1px solid var(--border-strong);align-items:center;gap:1rem;padding:clamp(1rem,1.5vw,1.25rem) clamp(1.25rem,2vw,1.75rem);display:flex}.Narrative-module__C0Uh8q__avatarWrapper{background:#fff;flex-shrink:0;width:44px;height:44px;padding:4px;position:relative;overflow:hidden}.Narrative-module__C0Uh8q__avatarInitials{background:var(--surface-2);font-family:var(--body-font);letter-spacing:.05em;color:var(--foreground-muted);justify-content:center;align-items:center;padding:0;font-size:.7rem;font-weight:700;display:flex}.Narrative-module__C0Uh8q__authorMeta{flex-direction:column;flex:1;gap:3px;display:flex}.Narrative-module__C0Uh8q__authorName{font-family:var(--display-font);letter-spacing:.08em;color:var(--foreground);text-transform:uppercase;margin:0;font-size:.72rem;font-weight:400}.Narrative-module__C0Uh8q__authorRole{font-family:var(--body-font);color:var(--foreground-subtle);text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:.68rem}.Narrative-module__C0Uh8q__cardBadge{border:1px solid var(--border-strong);width:32px;height:32px;color:var(--foreground-subtle);font-family:var(--display-font);letter-spacing:.05em;flex-shrink:0;justify-content:center;align-items:center;font-size:.55rem;display:flex}@media (max-width:1024px){.Narrative-module__C0Uh8q__headlineRow{flex-direction:column;align-items:flex-start;gap:1rem}.Narrative-module__C0Uh8q__subtext{text-align:left;max-width:100%}}.Narrative-module__C0Uh8q__cardsGrid{border:1px solid var(--border-strong);grid-template-columns:repeat(3,1fr);align-self:center;gap:0;width:calc(100% - clamp(2.5rem,6vw,4rem));max-width:1440px;margin:0 clamp(1.25rem,3vw,2rem) clamp(2rem,3vw,3rem);display:grid}.Narrative-module__C0Uh8q__cardsGrid>*{border-right:1px solid var(--border-strong)}.Narrative-module__C0Uh8q__cardsGrid>:last-child{border-right:none}.Narrative-module__C0Uh8q__cardsGrid .Narrative-module__C0Uh8q__card{border:none;width:100%}@media (max-width:900px){.Narrative-module__C0Uh8q__cardsGrid{grid-template-columns:1fr}.Narrative-module__C0Uh8q__cardsGrid>*{border-right:none;border-bottom:1px solid var(--border-strong)}.Narrative-module__C0Uh8q__cardsGrid>:last-child{border-bottom:none}}.Narrative-module__C0Uh8q__quoteWrapper{flex-direction:column;flex:1;padding:clamp(1.25rem,2vw,1.75rem);display:flex;position:relative}.Narrative-module__C0Uh8q__cardQuote{font-family:var(--display-font);color:var(--foreground);text-transform:uppercase;letter-spacing:-.01em;-webkit-line-clamp:5;-webkit-box-orient:vertical;margin:0 0 .75rem;font-size:clamp(.8rem,1.1vw,1rem);font-weight:400;line-height:1.6;display:-webkit-box;overflow:hidden}.Narrative-module__C0Uh8q__seeMore{cursor:pointer;font-family:var(--body-font);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--accent-primary);background:0 0;border:none;align-self:flex-start;padding:0;font-size:.68rem;font-weight:700;transition:opacity .2s}.Narrative-module__C0Uh8q__seeMore:hover{opacity:.7}.Narrative-module__C0Uh8q__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000d9;justify-content:center;align-items:center;padding:clamp(1.25rem,3vw,2rem);display:flex;position:fixed;inset:0}.Narrative-module__C0Uh8q__modalBox{background:var(--surface);border:1px solid var(--border-strong);flex-direction:column;gap:clamp(1.25rem,2vw,2rem);width:100%;max-width:600px;padding:clamp(2rem,4vw,3rem);display:flex;position:relative}.Narrative-module__C0Uh8q__modalClose{border:1px solid var(--border-strong);color:var(--foreground-subtle);cursor:pointer;background:0 0;justify-content:center;align-items:center;width:36px;height:36px;transition:color .2s,border-color .2s;display:flex;position:absolute;top:1rem;right:1rem}.Narrative-module__C0Uh8q__modalClose:hover{color:var(--foreground);border-color:var(--foreground-muted)}.Narrative-module__C0Uh8q__modalTop{border-bottom:1px solid var(--border-strong);align-items:center;gap:1rem;padding-bottom:clamp(1rem,1.5vw,1.5rem);display:flex}.Narrative-module__C0Uh8q__modalQuote{font-family:var(--display-font);color:var(--foreground);text-transform:uppercase;letter-spacing:-.01em;margin:0;font-size:clamp(.9rem,1.3vw,1.1rem);font-weight:400;line-height:1.7}
.Team-module__EqCvfq__section{background:var(--surface);border-top:1px solid var(--border);justify-content:center;width:100%;padding:clamp(2.5rem,5vw,4rem) clamp(1.25rem,3vw,2rem);display:flex;position:relative;overflow:hidden}.Team-module__EqCvfq__container{flex-direction:column;gap:clamp(2rem,3.5vw,3rem);width:100%;max-width:1440px;display:flex}.Team-module__EqCvfq__header{flex-direction:column;gap:clamp(1.25rem,2vw,1.5rem);display:flex}.Team-module__EqCvfq__headlineRow{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.Team-module__EqCvfq__title{font-family:var(--display-font);letter-spacing:-.04em;color:var(--foreground);text-transform:uppercase;margin:0;font-weight:400}.Team-module__EqCvfq__subtext{font-family:var(--body-font);font-size:clamp(1rem,1.5vw,1.35rem);font-weight:300;line-height:var(--lh-body);color:var(--foreground-muted);text-align:right;max-width:340px}.Team-module__EqCvfq__grid{border:1px solid var(--border-strong);grid-template-columns:repeat(5,1fr);gap:0;display:grid}.Team-module__EqCvfq__card{border-right:1px solid var(--border-strong);flex-direction:column;display:flex;overflow:hidden}.Team-module__EqCvfq__card:last-child{border-right:none}.Team-module__EqCvfq__photoWrap{aspect-ratio:3/4;background:var(--surface-2);isolation:isolate;width:100%;position:relative;overflow:hidden}.Team-module__EqCvfq__photo{transition:transform .8s cubic-bezier(.16,1,.3,1)}.Team-module__EqCvfq__card:hover .Team-module__EqCvfq__photo{transform:scale(1.06)}.Team-module__EqCvfq__overlay{z-index:2;opacity:0;background:linear-gradient(#0000 0%,#0000004d 50%,#000000eb 100%);align-items:flex-end;padding:clamp(1rem,1.5vw,1.5rem);transition:opacity .4s;display:flex;position:absolute;inset:0}.Team-module__EqCvfq__card:hover .Team-module__EqCvfq__overlay{opacity:1}.Team-module__EqCvfq__overlayContent{flex-direction:column;gap:.25rem;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(8px)}.Team-module__EqCvfq__card:hover .Team-module__EqCvfq__overlayContent{transform:translateY(0)}.Team-module__EqCvfq__overlayName{font-family:var(--display-font);letter-spacing:-.01em;text-transform:uppercase;color:var(--foreground);font-size:clamp(.85rem,1.2vw,1.1rem);font-weight:400}.Team-module__EqCvfq__overlayRole{font-family:var(--body-font);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--accent-primary);font-size:.68rem;font-weight:700}.Team-module__EqCvfq__accentLine{background:var(--accent-primary);z-index:3;width:0;height:2px;transition:width .5s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0}.Team-module__EqCvfq__card:hover .Team-module__EqCvfq__accentLine{width:100%}.Team-module__EqCvfq__label{border-top:1px solid var(--border-strong);background:var(--surface);padding:clamp(.75rem,1.2vw,1.1rem) clamp(1rem,1.5vw,1.5rem);transition:background .3s}.Team-module__EqCvfq__card:hover .Team-module__EqCvfq__label{background:#5cc8ff0a}.Team-module__EqCvfq__labelRole{font-family:var(--body-font);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--foreground-subtle);font-size:.68rem;font-weight:700;transition:color .3s}.Team-module__EqCvfq__card:hover .Team-module__EqCvfq__labelRole{color:var(--accent-primary)}@media (max-width:1024px){.Team-module__EqCvfq__grid{grid-template-columns:repeat(3,1fr)}.Team-module__EqCvfq__card:nth-child(3n){border-right:none}.Team-module__EqCvfq__card:not(:nth-child(3n)){border-right:1px solid var(--border-strong)}.Team-module__EqCvfq__headlineRow{flex-direction:column;align-items:flex-start;gap:1rem}.Team-module__EqCvfq__subtext{text-align:left;max-width:100%}.Team-module__EqCvfq__overlay{opacity:1;background:linear-gradient(#0000 40%,#000000b3 100%)}.Team-module__EqCvfq__overlayContent{transform:translateY(0)}}@media (max-width:600px){.Team-module__EqCvfq__grid{grid-template-columns:repeat(2,1fr)}.Team-module__EqCvfq__card:nth-child(2n){border-right:none}.Team-module__EqCvfq__card:nth-child(2n-1){border-right:1px solid var(--border-strong)}}
.Timeline-module__ah2UrG__section{background:var(--background);border-top:1px solid var(--border);isolation:isolate;justify-content:center;width:100%;padding:clamp(2.5rem,5vw,4rem) clamp(1.25rem,3vw,2rem);display:flex;overflow:hidden visible}.Timeline-module__ah2UrG__container{flex-direction:column;gap:clamp(2rem,3.5vw,3rem);width:100%;max-width:1440px;display:flex}.Timeline-module__ah2UrG__header{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.Timeline-module__ah2UrG__headerLeft{flex-direction:column;gap:clamp(1.25rem,2vw,2rem);display:flex}.Timeline-module__ah2UrG__title{font-family:var(--display-font);letter-spacing:-.04em;color:var(--foreground);text-transform:uppercase;margin:0;font-weight:400}.Timeline-module__ah2UrG__subtitle{font-family:var(--body-font);font-size:clamp(1rem,1.5vw,1.35rem);font-weight:300;line-height:var(--lh-body);color:var(--foreground-muted);text-align:right;max-width:340px;margin:0}.Timeline-module__ah2UrG__chapters{border:1px solid var(--border-strong);flex-direction:column;display:flex}.Timeline-module__ah2UrG__chapter{border-bottom:1px solid var(--border-strong);opacity:.3;grid-template-columns:200px 1fr .35fr;transition:background .5s,opacity .5s;display:grid}.Timeline-module__ah2UrG__chapter:last-child{border-bottom:none}.Timeline-module__ah2UrG__chapterActive{opacity:1;background:#5cc8ff08}.Timeline-module__ah2UrG__colLeft{border-right:1px solid var(--border-strong);flex-direction:column;justify-content:space-between;gap:clamp(1rem,2vw,2rem);padding:clamp(1.5rem,2.5vw,2.5rem);display:flex}.Timeline-module__ah2UrG__num{font-family:var(--display-font);letter-spacing:-.06em;color:var(--foreground);opacity:.1;font-size:clamp(2.5rem,5vw,5rem);font-weight:400;line-height:1;transition:opacity .3s}.Timeline-module__ah2UrG__chapterActive .Timeline-module__ah2UrG__num{opacity:.2}.Timeline-module__ah2UrG__meta{flex-direction:column;gap:.4rem;display:flex}.Timeline-module__ah2UrG__tag{font-family:var(--body-font);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--foreground-subtle);border:1px solid var(--border);align-self:flex-start;padding:.25rem .6rem;font-size:.75rem;font-weight:700;transition:border-color .3s,color .3s}.Timeline-module__ah2UrG__chapterActive .Timeline-module__ah2UrG__tag{border-color:var(--accent-primary);color:var(--accent-primary)}.Timeline-module__ah2UrG__year{font-family:var(--body-font);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--accent-primary);font-size:.75rem;font-weight:700}.Timeline-module__ah2UrG__colMid{flex-direction:column;justify-content:center;gap:clamp(.75rem,1.5vw,1.25rem);padding:clamp(1.75rem,3vw,3rem) clamp(1.5rem,2.5vw,2.5rem);display:flex}.Timeline-module__ah2UrG__headline{font-family:var(--display-font);letter-spacing:-.03em;text-transform:uppercase;color:var(--foreground);margin:0;font-size:clamp(1.1rem,2vw,2rem);font-weight:400;line-height:1.1;transition:color .3s}.Timeline-module__ah2UrG__chapterActive .Timeline-module__ah2UrG__headline{color:var(--accent-primary)}.Timeline-module__ah2UrG__body{font-family:var(--body-font);font-size:clamp(.875rem,1.1vw,1rem);font-weight:300;line-height:var(--lh-body);color:var(--foreground-muted);max-width:560px;margin:0}.Timeline-module__ah2UrG__colRight{border-left:1px solid var(--border-strong);flex-direction:column;justify-content:center;align-items:flex-end;gap:.35rem;min-width:0;padding:clamp(1.5rem,2.5vw,2.5rem);display:flex;overflow:hidden}.Timeline-module__ah2UrG__statVal{font-family:var(--display-font);letter-spacing:-.04em;color:var(--accent-primary);white-space:nowrap;font-size:clamp(1.5rem,2.5vw,2.75rem);font-weight:400;line-height:1;transition:transform .4s cubic-bezier(.16,1,.3,1)}.Timeline-module__ah2UrG__chapterActive .Timeline-module__ah2UrG__statVal{transform:scale(1.08)}.Timeline-module__ah2UrG__statSub{font-family:var(--body-font);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--foreground-subtle);text-align:right;white-space:nowrap;font-size:.75rem;font-weight:700}@media (max-width:1024px){.Timeline-module__ah2UrG__header{flex-direction:column;align-items:flex-start;gap:1.5rem}.Timeline-module__ah2UrG__subtitle{text-align:left;max-width:100%}.Timeline-module__ah2UrG__chapter{grid-template-columns:160px 1fr .3fr}}@media (max-width:768px){.Timeline-module__ah2UrG__chapter{grid-template-columns:1fr}.Timeline-module__ah2UrG__colLeft{border-right:none;border-bottom:1px solid var(--border-strong);flex-direction:row;align-items:center;padding:clamp(1rem,2vw,1.5rem) clamp(1.25rem,3vw,2rem)}.Timeline-module__ah2UrG__num{font-size:clamp(2rem,8vw,3rem)}.Timeline-module__ah2UrG__colRight{border-left:none;border-top:1px solid var(--border-strong);flex-direction:row;align-items:flex-start;gap:1rem;padding:clamp(1rem,2vw,1.5rem) clamp(1.25rem,3vw,2rem)}.Timeline-module__ah2UrG__statSub{text-align:left}}
.Stack-module__pApOdW__stackSection{background:var(--surface);border-top:1px solid var(--border);justify-content:center;width:100%;padding:clamp(2.5rem,5vw,4rem) clamp(1.25rem,3vw,2rem);display:flex;position:relative;overflow:hidden}.Stack-module__pApOdW__container{z-index:2;flex-direction:column;gap:clamp(2rem,3.5vw,3.5rem);width:100%;max-width:1440px;display:flex;position:relative}.Stack-module__pApOdW__header{flex-direction:column;gap:clamp(1.25rem,2vw,2rem);display:flex}.Stack-module__pApOdW__headerRow{justify-content:space-between;align-items:flex-end;gap:3rem;display:flex}.Stack-module__pApOdW__title{font-family:var(--display-font);letter-spacing:-.04em;color:var(--foreground);text-transform:uppercase;flex-shrink:0;margin:0;font-weight:400;line-height:.88}.Stack-module__pApOdW__headerDesc{font-family:var(--body-font);font-size:clamp(1rem,1.5vw,1.35rem);font-weight:300;line-height:var(--lh-body);color:var(--foreground-muted);text-align:right;max-width:480px;margin:0 0 .5rem}.Stack-module__pApOdW__accordion{flex-direction:column;width:100%;display:flex}.Stack-module__pApOdW__row{border-top:1px solid var(--border-strong);width:100%;transition:background .3s;position:relative}.Stack-module__pApOdW__row:last-child{border-bottom:1px solid var(--border-strong)}.Stack-module__pApOdW__rowOpen{background:0 0}.Stack-module__pApOdW__rowHeader{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:clamp(1.25rem,2.5vw,2.5rem);width:100%;padding:clamp(1.75rem,2.5vw,2.5rem) 0;transition:opacity .2s;display:flex}.Stack-module__pApOdW__rowHeader:hover{opacity:.85}.Stack-module__pApOdW__rowOpen .Stack-module__pApOdW__rowHeader{border-bottom:1px solid var(--border)}.Stack-module__pApOdW__rowNum{font-family:var(--display-font);color:var(--foreground-subtle);letter-spacing:.02em;flex-shrink:0;width:3rem;font-size:clamp(.9rem,1.5vw,1.25rem);font-weight:400}.Stack-module__pApOdW__rowOpen .Stack-module__pApOdW__rowNum{color:var(--cat-color,var(--accent-primary))}.Stack-module__pApOdW__rowLabel{font-family:var(--display-font);letter-spacing:-.03em;color:var(--foreground);text-transform:uppercase;flex-shrink:0;font-size:clamp(1.5rem,3.5vw,3.5rem);font-weight:400;transition:color .25s}.Stack-module__pApOdW__rowOpen .Stack-module__pApOdW__rowLabel{color:var(--cat-color,var(--accent-primary))}.Stack-module__pApOdW__rowTagline{font-family:var(--body-font);font-size:clamp(1rem,1.5vw,1.35rem);font-weight:300;line-height:var(--lh-body);color:var(--foreground-muted);flex:1;padding-left:1rem}.Stack-module__pApOdW__rowCount{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--foreground-subtle);flex-shrink:0;font-weight:700}.Stack-module__pApOdW__rowToggle{flex-shrink:0;width:1.5rem;height:1.5rem;position:relative}.Stack-module__pApOdW__rowToggle span{background:var(--foreground-muted);border-radius:2px;transition:transform .35s,opacity .35s;display:block;position:absolute}.Stack-module__pApOdW__rowToggle span:first-child{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}.Stack-module__pApOdW__rowToggle span:last-child{width:2px;height:100%;top:0;left:50%;transform:translate(-50%)}.Stack-module__pApOdW__rowToggleOpen span:last-child{opacity:0;transform:translate(-50%)rotate(90deg)}.Stack-module__pApOdW__rowContent{position:relative;overflow:hidden}.Stack-module__pApOdW__watermark{font-family:var(--display-font);letter-spacing:-.05em;text-transform:uppercase;opacity:.04;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:clamp(5rem,14vw,14rem);font-weight:400;line-height:1;position:absolute;top:50%;right:-2rem;transform:translateY(-50%)}.Stack-module__pApOdW__toolsGrid{grid-template-columns:repeat(5,1fr);gap:clamp(8px,1.2vw,16px);margin:clamp(1.25rem,2vw,2rem) 0 clamp(2rem,3vw,3rem);display:grid}.Stack-module__pApOdW__toolCard{border:1px solid var(--border);background:var(--surface);flex-direction:column;gap:clamp(.75rem,1vw,1rem);padding:clamp(1rem,1.5vw,1.5rem);transition:background .25s;display:flex}.Stack-module__pApOdW__toolCard:hover{background:#ffffff0a}.Stack-module__pApOdW__toolHeader{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.Stack-module__pApOdW__toolName{font-family:var(--display-font);letter-spacing:.02em;color:var(--foreground);text-transform:uppercase;font-size:clamp(.85rem,1vw,1rem);font-weight:400}.Stack-module__pApOdW__toolTag{font-family:var(--body-font);letter-spacing:var(--ls-caps);text-transform:uppercase;white-space:nowrap;border:1px solid;flex-shrink:0;padding:.2rem .55rem;font-size:.6rem;font-weight:700}.Stack-module__pApOdW__toolDesc{font-family:var(--body-font);color:var(--foreground-muted);margin:0;font-size:clamp(.8rem,1.1vw,1rem);font-weight:300;line-height:1.65}@media (max-width:1200px){.Stack-module__pApOdW__toolsGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.Stack-module__pApOdW__rowTagline{display:none}.Stack-module__pApOdW__toolsGrid{grid-template-columns:repeat(2,1fr)}.Stack-module__pApOdW__headerRow{flex-direction:column;align-items:flex-start;gap:1.5rem}.Stack-module__pApOdW__headerDesc{text-align:left;max-width:100%}}@media (max-width:600px){.Stack-module__pApOdW__rowNum,.Stack-module__pApOdW__rowCount{display:none}.Stack-module__pApOdW__toolsGrid{grid-template-columns:1fr}}
.Pricing-module__yc4bBa__section{background:var(--surface);border-top:1px solid var(--border);isolation:isolate;justify-content:center;width:100%;padding:clamp(2.5rem,5vw,4rem) clamp(1.25rem,3vw,2rem);display:flex;position:relative;overflow:hidden}.Pricing-module__yc4bBa__container{flex-direction:column;gap:clamp(2rem,3vw,3rem);width:100%;max-width:1440px;display:flex}.Pricing-module__yc4bBa__headlineBlock{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.Pricing-module__yc4bBa__headlineLeft{flex-direction:column;gap:clamp(1.25rem,2vw,2rem);display:flex}.Pricing-module__yc4bBa__headline{font-family:var(--display-font);letter-spacing:-.04em;color:var(--foreground);text-transform:uppercase;margin:0;font-weight:400;line-height:.88}.Pricing-module__yc4bBa__headlineAccent{font-family:var(--font-accent);letter-spacing:-.02em;color:var(--accent-primary);text-transform:none;font-size:1.15em;font-weight:400;line-height:1}.Pricing-module__yc4bBa__headlineSub{font-family:var(--body-font);color:var(--foreground-muted);font-size:clamp(1rem,1.5vw,1.35rem);font-weight:300;line-height:var(--lh-body);text-align:right;max-width:340px;margin:0}.Pricing-module__yc4bBa__body{border:1px solid var(--border-strong);grid-template-columns:1fr 1fr;gap:0;display:grid}.Pricing-module__yc4bBa__truths{border-right:1px solid var(--border-strong);flex-direction:column;display:flex}.Pricing-module__yc4bBa__truth{border-bottom:1px solid var(--border-strong);align-items:flex-start;gap:clamp(1.25rem,1.75vw,1.75rem);padding:clamp(1.5rem,2vw,2rem) clamp(1.5rem,2.5vw,2.5rem);transition:background .3s;display:flex}.Pricing-module__yc4bBa__truth:last-child{border-bottom:none}.Pricing-module__yc4bBa__truth:hover{background:#ffffff06}.Pricing-module__yc4bBa__truthNum{font-family:var(--display-font);color:var(--foreground-subtle);letter-spacing:-.03em;opacity:.2;flex-shrink:0;font-size:clamp(1.5rem,3vw,3rem);font-weight:400;line-height:1;transition:opacity .3s,color .3s}.Pricing-module__yc4bBa__truth:hover .Pricing-module__yc4bBa__truthNum{opacity:1;color:var(--accent-primary)}.Pricing-module__yc4bBa__truthText{font-family:var(--body-font);font-size:clamp(1rem,1.5vw,1.35rem);line-height:var(--lh-body);color:var(--foreground-muted);margin:0;padding-top:.3rem;font-weight:300;transition:color .3s}.Pricing-module__yc4bBa__truth:hover .Pricing-module__yc4bBa__truthText{color:var(--foreground)}.Pricing-module__yc4bBa__right{flex-direction:column;display:flex}.Pricing-module__yc4bBa__getBox{border-bottom:1px solid var(--border-strong);flex-direction:column;flex:1;gap:clamp(1rem,1.25vw,1.25rem);padding:clamp(1.5rem,2vw,2rem) clamp(1.5rem,2.5vw,2.5rem);display:flex}.Pricing-module__yc4bBa__getLabel{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--foreground-subtle);font-weight:700}.Pricing-module__yc4bBa__getList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Pricing-module__yc4bBa__getItem{font-family:var(--body-font);color:var(--foreground-muted);align-items:center;gap:.875rem;font-size:clamp(.95rem,1.2vw,1.1rem);font-weight:300;line-height:1.4;display:flex}.Pricing-module__yc4bBa__getDot{background:var(--accent-primary);flex-shrink:0;width:5px;height:5px}.Pricing-module__yc4bBa__ctaBlock{background:#5cc8ff08;flex-direction:column;gap:clamp(1rem,1.25vw,1.25rem);padding:clamp(1.5rem,2vw,2rem) clamp(1.5rem,2.5vw,2.5rem);display:flex}.Pricing-module__yc4bBa__ctaText{font-family:var(--display-font);letter-spacing:-.01em;color:var(--foreground);text-transform:uppercase;margin:0;font-size:clamp(1rem,1.8vw,1.5rem);font-weight:400;line-height:1.2}.Pricing-module__yc4bBa__ctaBtn{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);text-transform:uppercase;background:var(--foreground);color:var(--background);border:1px solid var(--foreground);isolation:isolate;justify-content:center;align-self:flex-start;align-items:center;gap:.75rem;padding:clamp(.85rem,1.2vw,1rem) clamp(1.5rem,2vw,2rem);font-weight:700;text-decoration:none;transition:color .3s,border-color .3s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden}.Pricing-module__yc4bBa__ctaBtn:before{content:"";background:var(--accent-primary);z-index:-1;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:translateY(101%)}.Pricing-module__yc4bBa__ctaBtn:hover:before{transform:translateY(0)}.Pricing-module__yc4bBa__ctaBtn:hover{color:var(--background);border-color:var(--accent-primary)}.Pricing-module__yc4bBa__ctaBtn>*{z-index:1;position:relative}.Pricing-module__yc4bBa__ctaBtn:hover svg{transform:none}.Pricing-module__yc4bBa__ctaNote{font-family:var(--body-font);letter-spacing:.06em;text-transform:uppercase;color:var(--foreground-subtle);align-items:center;gap:.6rem;font-size:.75rem;font-weight:500;display:flex}.Pricing-module__yc4bBa__ctaNoteDot{background:#4ade80;flex-shrink:0;width:6px;height:6px;animation:2s infinite Pricing-module__yc4bBa__pulse}@keyframes Pricing-module__yc4bBa__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@media (max-width:1024px){.Pricing-module__yc4bBa__headlineBlock{flex-direction:column;align-items:flex-start;gap:1.5rem}.Pricing-module__yc4bBa__headlineSub{text-align:left;max-width:100%}.Pricing-module__yc4bBa__body{grid-template-columns:1fr}.Pricing-module__yc4bBa__truths{border-right:none;border-bottom:1px solid var(--border-strong)}}
.FAQ-module__V8_xEa__faqSection{background:var(--background);border-top:1px solid var(--border);justify-content:center;width:100%;padding:clamp(2.5rem,5vw,4rem) clamp(1.25rem,3vw,2rem);display:flex;position:relative;overflow:hidden}.FAQ-module__V8_xEa__container{flex-direction:column;gap:clamp(2rem,3.5vw,3.5rem);width:100%;max-width:1440px;display:flex}.FAQ-module__V8_xEa__header{flex-direction:column;gap:clamp(1.25rem,2vw,2rem);display:flex}.FAQ-module__V8_xEa__headlineRow{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.FAQ-module__V8_xEa__title{font-family:var(--display-font);letter-spacing:-.04em;color:var(--foreground);text-transform:uppercase;margin:0;font-weight:400;line-height:.88}.FAQ-module__V8_xEa__subtitle{font-family:var(--body-font);font-size:clamp(1rem,1.5vw,1.35rem);font-weight:300;line-height:var(--lh-body);color:var(--foreground-muted);text-align:right;max-width:340px;margin:0}.FAQ-module__V8_xEa__accordion{border:1px solid var(--border-strong);flex-direction:column;display:flex}.FAQ-module__V8_xEa__item{border-bottom:1px solid var(--border-strong);transition:background .3s}.FAQ-module__V8_xEa__item:last-child{border-bottom:none}.FAQ-module__V8_xEa__item.FAQ-module__V8_xEa__active{background:#5cc8ff08}.FAQ-module__V8_xEa__question{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:clamp(1rem,2vw,2rem);width:100%;padding:clamp(1.1rem,1.5vw,1.5rem) clamp(1.25rem,2vw,2rem);display:flex}.FAQ-module__V8_xEa__qNum{font-family:var(--body-font);font-size:var(--font-size-small);letter-spacing:var(--ls-caps);color:var(--foreground-subtle);flex-shrink:0;width:2rem;font-weight:700}.FAQ-module__V8_xEa__qText{font-family:var(--display-font);letter-spacing:-.01em;color:var(--foreground);text-transform:uppercase;flex:1;font-size:clamp(.95rem,1.8vw,1.5rem);font-weight:400;line-height:1.2;transition:color .3s}.FAQ-module__V8_xEa__item.FAQ-module__V8_xEa__active .FAQ-module__V8_xEa__qText{color:var(--accent-primary)}.FAQ-module__V8_xEa__icon{border:1px solid var(--border-strong);width:36px;height:36px;color:var(--foreground-subtle);flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.FAQ-module__V8_xEa__item.FAQ-module__V8_xEa__active .FAQ-module__V8_xEa__icon{background:var(--accent-primary);border-color:var(--accent-primary);color:var(--background)}.FAQ-module__V8_xEa__answerWrapper{overflow:hidden}.FAQ-module__V8_xEa__answer{font-family:var(--body-font);font-size:clamp(1rem,1.5vw,1.35rem);line-height:var(--lh-body);color:var(--foreground-muted);margin:0;padding:0 clamp(1.25rem,2vw,2rem) clamp(1.1rem,1.5vw,1.5rem) calc(2rem + clamp(1.25rem,2vw,2rem));font-weight:300}@media (max-width:1024px){.FAQ-module__V8_xEa__headlineRow{flex-direction:column;align-items:flex-start;gap:1rem}.FAQ-module__V8_xEa__subtitle{text-align:left;max-width:100%}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border);isolation:isolate;width:100%;overflow:hidden}.Footer-module__S6Hkya__top{text-align:center;flex-direction:column;align-items:center;gap:clamp(1.75rem,2.5vw,2.5rem);padding:clamp(3rem,5vw,5rem) clamp(1.25rem,3vw,2rem) clamp(2.5rem,3.5vw,3.5rem);display:flex}.Footer-module__S6Hkya__headline{font-family:var(--display-font);letter-spacing:-.04em;text-transform:uppercase;color:var(--foreground);margin:0;font-size:clamp(3rem,9vw,9rem);font-weight:400;line-height:.9}.Footer-module__S6Hkya__headlineAccent{font-family:var(--font-accent);text-transform:none;color:var(--accent-primary);font-size:1.05em}.Footer-module__S6Hkya__ctaBtn{border:1px solid var(--foreground);font-family:var(--body-font);letter-spacing:.1em;text-transform:uppercase;color:var(--foreground);isolation:isolate;justify-content:center;align-items:center;gap:.75rem;padding:clamp(.75rem,1vw,.9rem) clamp(1.75rem,2.5vw,2.25rem);font-size:.78rem;font-weight:700;text-decoration:none;transition:color .3s,border-color .3s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden}.Footer-module__S6Hkya__ctaBtn:before{content:"";background:var(--accent-primary);z-index:-1;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:translateY(101%)}.Footer-module__S6Hkya__ctaBtn:hover:before{transform:translateY(0)}.Footer-module__S6Hkya__ctaBtn:hover{color:var(--background);border-color:var(--accent-primary);box-shadow:0 0 32px #5cc8ff40}.Footer-module__S6Hkya__ctaBtn>*{z-index:1;position:relative}.Footer-module__S6Hkya__ctaBtn:hover svg{transform:none}.Footer-module__S6Hkya__socials{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(1.5rem,2.5vw,2.5rem);display:flex}.Footer-module__S6Hkya__socialLink{letter-spacing:.1em;text-transform:uppercase;color:var(--foreground-subtle);align-items:center;gap:.25rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.Footer-module__S6Hkya__socialLink:hover{color:var(--foreground)}.Footer-module__S6Hkya__nameWrap{isolation:isolate;border-top:1px solid var(--border);border-bottom:1px solid var(--border);align-items:center;width:100%;padding:1rem 0;display:flex;overflow:hidden}.Footer-module__S6Hkya__bigName{font-family:var(--display-font);letter-spacing:-.04em;text-transform:uppercase;color:var(--foreground);white-space:nowrap;text-align:center;opacity:.06;-webkit-user-select:none;user-select:none;width:100%;font-size:clamp(4rem,18vw,18rem);font-weight:400;line-height:.85}.Footer-module__S6Hkya__bottom{justify-content:space-between;align-items:center;width:100%;max-width:1440px;margin:0 auto;padding:clamp(1rem,1.5vw,1.5rem) clamp(1.25rem,3vw,2rem);display:flex}.Footer-module__S6Hkya__copy{color:var(--foreground-subtle);opacity:.5;font-size:.75rem;font-weight:300}.Footer-module__S6Hkya__backTop{cursor:pointer;letter-spacing:.1em;text-transform:uppercase;color:var(--foreground-subtle);opacity:.5;font-size:.75rem;font-weight:600;font-family:var(--body-font);background:0 0;border:none;padding:0;transition:opacity .2s,color .2s}.Footer-module__S6Hkya__backTop:hover{opacity:1;color:var(--foreground)}@media (max-width:480px){.Footer-module__S6Hkya__bottom{flex-direction:column;align-items:flex-start;gap:.75rem}}
