@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/fonts/geist-variable.woff2)format("woff2-variations")}@font-face{font-family:Urbanist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/fonts/urbanist-variable.woff2)format("woff2-variations")}:root{--color-brand-600:#684bce;--color-brand-500:#7650df;--color-brand-400:#8258ff;--color-brand-300:#a085ff;--color-brand-200:#b9a5ff;--color-action-primary:var(--color-brand-500);--color-action-primary-hover:#8b67ed;--color-action-dark:#17131c;--color-action-dark-hover:#2a2132;--color-action-ink:#17111e;--color-action-ink-hover:#241a2c;--color-ink-950:#0c0613;--color-ink-900:#150923;--color-ink-800:#1c1720;--color-text-strong:#211b29;--color-text-body:#625a69;--color-text-muted:#756d7a;--color-text-on-dark:#fbf9ff;--color-text-on-dark-muted:#fbf9ffc7;--color-surface-white:#fff;--color-surface-paper:#fbf9ff;--color-surface-editorial:#fbf4f6;--color-surface-soft:#f3f0f6;--color-surface-dark:#150923;--color-surface-dark-deep:#0c0613;--color-line-light:#d9d3e2;--color-line-on-dark:#ffffff24;--font-family-body:"Geist Variable", Geist, "Helvetica Neue", Arial, sans-serif;--font-family-display:"Urbanist Variable", Urbanist, "Helvetica Neue", Arial, sans-serif;--font-family-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--font-size-display-hero:clamp(4.25rem, 6.15vw, 6.15rem);--font-size-title-section:clamp(2.6rem, 3.8vw, 3.8rem);--font-size-title-card:clamp(1.55rem, 2.25vw, 2.2rem);--font-size-lead:clamp(1rem, 1.18vw, 1.13rem);--font-size-body:1rem;--font-size-small:.88rem;--font-size-label:.76rem;--line-height-display:1.01;--line-height-body:1.55;--tracking-display:-.048em;--tracking-label:.065em;--space-0:0;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--space-10:8rem;--layout-page-gutter:clamp(1.5rem, 4.2vw, 4.75rem);--layout-page-max:94rem;--layout-content-max:75rem;--layout-reading-max:38rem;--radius-control:.24rem;--radius-media:.45rem;--radius-panel:1rem;--radius-pill:999px;--shadow-floating:0 1rem 2.7rem #05010a2e;--shadow-media:0 2rem 5rem #05020a57;--focus-color:#b9a5ff;--focus-width:3px;--focus-offset:4px;--duration-instant:80ms;--duration-fast:.16s;--duration-control:.18s;--duration-state:.26s;--duration-reveal:.62s;--duration-cinematic:1.4s;--ease-out-strong:cubic-bezier(.23, 1, .32, 1);--motion-ease-long:cubic-bezier(.16, 1, .3, 1);--aubergine:var(--color-ink-900);--aubergine-deep:var(--color-ink-950);--violet:var(--color-brand-400);--violet-bright:var(--color-brand-300);--white:var(--color-text-on-dark);--muted:#c9c0d4;--page-gutter:var(--layout-page-gutter);--page-max:var(--layout-page-max);--content-max:var(--layout-content-max);color:var(--color-text-on-dark);background:var(--color-surface-dark);font-family:var(--font-family-body);font-synthesis:none;text-rendering:optimizelegibility}[hidden]{display:none!important}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--color-surface-dark)}body{background:var(--color-surface-white);-webkit-font-smoothing:antialiased;min-width:320px;min-height:100vh;margin:0}h1,h2,h3{font-family:var(--font-family-display)}button,a{font:inherit}img{max-width:100%;display:block}::selection{color:var(--color-ink-950);background:var(--color-brand-300)}.site-shell{min-height:100vh;overflow:clip}.page-width{width:min(calc(100% - (2 * var(--layout-page-gutter))), var(--layout-page-max));margin-inline:auto}.content-width{width:min(calc(100% - (2 * var(--layout-page-gutter))), var(--layout-content-max))}.skip-link{z-index:100;top:var(--space-3);left:var(--space-3);padding:var(--space-3) var(--space-4);color:var(--color-ink-950);background:var(--color-text-on-dark);transition:transform var(--duration-fast) ease;position:fixed;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.arrow{flex:none;width:1.05rem;height:1.05rem}.button{border-radius:var(--radius-control);cursor:pointer;min-height:3.35rem;transition:transform var(--duration-control) ease, border-color var(--duration-control) ease, background-color var(--duration-control) ease;border:1px solid #0000;justify-content:center;align-items:center;gap:.85rem;padding:.85rem 1rem .85rem 1.35rem;font-size:.9rem;font-weight:620;line-height:1;text-decoration:none;display:inline-flex}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button:focus-visible,.text-link:focus-visible{outline:var(--focus-width) solid var(--focus-color);outline-offset:var(--focus-offset)}.button--primary{color:var(--color-text-on-dark);background:var(--color-action-primary)}.button--primary:hover,.button--primary:focus-visible{background:var(--color-action-primary-hover)}.button--secondary{color:var(--color-text-on-dark);background:#ffffff08;border-color:#ffffff6b}.button--secondary:hover,.button--secondary:focus-visible{background:#ffffff14;border-color:#ffffffd1}.button--compact{justify-content:normal;gap:.75rem;min-height:2.95rem;padding:.75rem 1rem .75rem 1.25rem;font-size:.84rem;font-weight:580;line-height:normal}.button--pill{border-radius:var(--radius-pill)}.button--block{width:100%}.button--outline-light{color:var(--color-text-on-dark);transition:color var(--duration-control) ease, background-color var(--duration-control) ease, transform var(--duration-control) ease;background:0 0;border-color:#ffffff8a}.button--outline-light:hover,.button--outline-light:focus-visible,.button--inverse{color:var(--color-ink-950);background:var(--color-text-on-dark)}.button--inverse:hover,.button--inverse:focus-visible{transform:none}.button--menu{border:0;border-radius:.3rem;min-height:auto;padding:.9rem;font-size:.86rem;font-weight:660;line-height:normal}.button--dark{min-height:3.25rem;color:var(--color-surface-white);background:var(--color-action-dark);letter-spacing:.015em;transition:scale var(--duration-control) var(--ease-out-strong), background-color var(--duration-control) ease;border-color:#17131c2e;border-radius:.3rem;justify-content:space-between;gap:1.15rem;padding:.85rem 1rem .85rem 1.2rem;font-size:.8rem;font-weight:650;line-height:normal;box-shadow:0 .8rem 2rem #2b1e3526}.button--dark:hover,.button--dark:focus-visible{background:var(--color-action-dark-hover);transform:scale(1.015)}.button--dark:active{scale:.985}.button--card{color:var(--color-surface-white);text-align:left;transition:transform var(--duration-fast) var(--ease-out-strong);background:linear-gradient(145deg,#7957e7 0%,#6540d7 100%);border:0;border-radius:0;flex-direction:column;justify-content:space-between;align-items:normal;gap:normal;font-size:1rem;font-weight:400;line-height:normal;display:flex}.button--card:hover,.button--card:focus-visible{transform:none}.button--card:active{transform:scale(.985)}.button--card>.button__eyebrow{color:#ffffffb8;align-items:center;gap:.65rem;max-width:14ch;font-size:1rem;line-height:1.45;display:flex}.button--card>.button__eyebrow:before{content:"";background:#ffffffeb;width:.42rem;height:.42rem}.button--card>.button__title{max-width:11ch;font-family:var(--font-family-body);letter-spacing:-.05em;font-size:clamp(2.15rem,3vw,3.1rem);font-weight:610;line-height:.96}.button--card>.button__icon{align-self:end;width:1.8rem;height:1.8rem}.button--split{min-height:4.25rem;color:var(--color-surface-white);background:var(--color-action-ink);letter-spacing:normal;text-align:left;transition:background-color var(--duration-control) ease;border:0;border-radius:0;grid-template-columns:minmax(0,1fr) 3.75rem;justify-content:normal;align-items:stretch;gap:normal;padding:0;font-size:.82rem;font-weight:700;line-height:normal;display:grid}.button--split:hover,.button--split:focus-visible{background:var(--color-action-ink-hover);transform:none}.button--split>.button__label{align-items:center;padding:1rem 1.15rem;display:flex}.button--split>.button__icon{color:var(--color-surface-white);background:var(--color-action-primary);transition:background-color var(--duration-control) ease;place-items:center;display:grid}.button--split:hover>.button__icon,.button--split:focus-visible>.button__icon{background:var(--color-action-primary-hover)}.button--split>.button__icon .arrow,.button--dark .arrow{width:1rem;height:1rem}.section-kicker{justify-content:space-between;align-items:baseline;gap:var(--space-5);color:#514b58;font-size:var(--font-size-label);letter-spacing:var(--tracking-label);text-transform:uppercase;font-weight:680;display:flex}.section-kicker span:first-child{color:var(--color-brand-500)}.section-kicker--light{color:#fbf9ff9e}.section-kicker--light span:first-child{color:#a98fff}.section-overline{color:var(--color-brand-600);letter-spacing:.02em;margin:0 0 1.35rem;font-size:.82rem;font-weight:680}.section-overline--light{color:#b39fff}.placeholder-label{color:#6f6874;letter-spacing:.07em;text-transform:uppercase;font-size:.7rem;font-weight:680}.placeholder-label--light{color:#fbf9ff8c}.text-link{align-items:center;gap:var(--space-3);color:#211a27;width:fit-content;font-size:var(--font-size-small);font-weight:690;text-decoration:none;display:inline-flex}.text-link:hover .arrow,.text-link:focus-visible .arrow{transform:translate(2px,-2px)}.text-link .arrow{transition:transform var(--duration-fast) ease}.text-link--light{color:var(--color-surface-white)}.ds-focus-ring:focus-visible{outline:var(--focus-width) solid var(--focus-color);outline-offset:var(--focus-offset)}.ds-field-grid{background:var(--color-line-light);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.ds-field{min-width:0;transition:background-color var(--duration-control) ease, box-shadow var(--duration-control) ease;background:#ffffffb3;flex-direction:column;display:flex;position:relative}.ds-field>span{min-height:2.85rem;color:var(--color-text-body);letter-spacing:.07em;text-transform:uppercase;align-items:center;gap:.65rem;padding:.9rem 1.1rem .72rem;font-size:.7rem;font-weight:720;display:flex}.ds-field>span:before{background:var(--color-brand-500);content:"";flex:none;width:.34rem;height:.34rem}.ds-field :is(input,select,textarea){width:100%;min-height:3.6rem;color:var(--color-ink-800);font:inherit;font-size:var(--font-size-body);background:#fcfbfd;border:0;border-top:1px solid #1c17200f;border-radius:0;outline:0;padding:0 1.1rem}.ds-field textarea{min-height:8.5rem;padding-block:var(--space-4);resize:vertical}.ds-field:focus-within{z-index:1;background:var(--color-surface-white);box-shadow:inset 0 0 0 2px var(--color-brand-500)}@media (width<=560px){.ds-field-grid{grid-template-columns:1fr}}.case-page{--case-page-gutter:clamp(1.5rem, 4vw, 3rem);background:var(--color-surface-editorial)}.case-page__hero{isolation:isolate;color:#fff;background:var(--color-ink-950);min-height:min(100svh,54rem);padding-bottom:clamp(3.5rem,8vw,7rem);position:relative;overflow:hidden}.case-page__hero-background,.case-page__hero-veil{z-index:-1;position:absolute;inset:0}.case-page__hero-background{object-fit:cover;width:100%;height:100%;transform:translate3d(0, var(--hero-background-y,0), 0) scale(1.14)}.case-page__hero-veil{background:linear-gradient(160deg,#05010dc7 8%,#05010d6b 52%,#05010db8 100%)}.case-page__hero-layout{grid-template-columns:minmax(0,1.06fr) minmax(24rem,.84fr);align-items:center;gap:clamp(3.5rem,5vw,5.25rem);padding-top:clamp(3rem,7vw,6rem);display:grid}.case-page__hero-copy{transform:translate3d(0, var(--hero-copy-y,0), 0)}.case-page__brand{width:clamp(5.25rem,8vw,7rem);height:auto;margin-bottom:clamp(1.25rem,3vw,2rem)}.case-page__brand--geominnov{filter:brightness(0)invert();width:clamp(7rem,10vw,9rem)}.case-page__hero-copy h1{font-family:var(--font-family-display);letter-spacing:-.03em;text-wrap:balance;margin:.35rem 0 1.25rem;font-size:clamp(2.6rem,5.6vw,4.4rem);line-height:1.02}.case-page__lede{max-width:34rem;color:inherit;opacity:.86;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.6}.case-page__hero-actions{flex-wrap:wrap;align-items:center;gap:clamp(1rem,2vw,1.75rem);margin-top:clamp(1.75rem,4vw,2.75rem);display:flex}.case-page__hero-visual{width:clamp(38rem,42vw,52rem);transform:translate3d(0, var(--hero-visual-y,0), 0);translate:calc((100vw - var(--layout-content-max)) / 2 + clamp(1.25rem, 2vw, 2.75rem)) 0;justify-self:end}.case-page__hero-visual--framed{width:clamp(42rem,48vw,54rem);translate:calc((100vw - var(--layout-content-max)) / 2 + clamp(2rem, 3vw, 3.25rem)) 0}.project-hero-media{aspect-ratio:4/3;opacity:0;animation:case-hero-panel-in .9s var(--motion-ease-long) .18s forwards;background:#0d0813b8;border:1px solid #ffffff42;border-radius:1.65rem;padding:.6rem;position:relative;transform:translateY(1.25rem)scale(.985);box-shadow:0 2.5rem 6rem #05010d7a,inset 0 1px #ffffff2e}.project-hero-media__primary,.project-hero-media__inset img{object-fit:cover;width:100%;height:100%}.project-hero-media__primary{border-radius:1.1rem}.project-hero-media__inset{aspect-ratio:4/3;background:#ffffff29;border:1px solid #ffffff61;border-radius:1rem;width:34%;padding:.3rem;position:absolute;bottom:1.4rem;left:1.4rem;overflow:hidden;box-shadow:0 1.25rem 3rem #05010d6b}.project-hero-media__inset img{border-radius:.7rem}.project-hero-media--thiia .project-hero-media__primary,.project-hero-media--ecosurveil .project-hero-media__primary,.project-hero-media--geominnov .project-hero-media__primary,.project-hero-media--egerine .project-hero-media__primary{object-fit:contain;background:#f7f4fa}.project-hero-media--thiia .project-hero-media__inset,.project-hero-media--geominnov .project-hero-media__inset{left:auto;right:1.4rem}.project-hero-media--ecosurveil .project-hero-media__inset{width:31%}.project-hero-media--egerine .project-hero-media__primary{object-position:center top}.project-hero-media--egerine .project-hero-media__inset{aspect-ratio:2.17;width:42%;bottom:1.4rem;left:auto;right:1.4rem}.case-hero-tablet{aspect-ratio:4/3;opacity:0;animation:case-hero-panel-in .9s var(--motion-ease-long) .18s forwards;background:linear-gradient(145deg,#261b31,#0d0813 70%);border:1px solid #ffffff3d;border-radius:1.65rem;padding:.72rem;position:relative;transform:translateY(1.25rem)scale(.985);box-shadow:0 2.4rem 6rem #05010d85,inset 0 1px #ffffff2e,inset 0 0 0 1px #0000008c}.case-hero-tablet:before{z-index:2;content:"";background:#09060d;border:1px solid #ffffff24;border-radius:50%;width:.26rem;height:.26rem;position:absolute;top:.24rem;left:50%;translate:-50%;box-shadow:inset 0 0 0 1px #8258ff2e}.case-hero-assistant{height:100%;color:var(--color-text-strong);background:radial-gradient(circle at 50% 0,#a085ff2e,#0000 34%),linear-gradient(145deg,#fbf9fffa,#f3f0f6f5);border:1px solid #b9a5ff5c;border-radius:1rem;grid-template-columns:clamp(2.5rem,4vw,3.35rem) minmax(0,1fr);display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffc7}.case-hero-assistant__sidebar{color:#fbf9ff9e;opacity:0;min-height:0;animation:case-hero-item-in .65s var(--ease-out-strong) .44s forwards;background:linear-gradient(#3c275c,#1d132d 72%,#160e23);border-right:1px solid #b9a5ff29;grid-template-rows:auto minmax(0,1fr) auto;justify-items:center;padding:.65rem .3rem;display:grid;transform:translate(-.65rem)}.case-hero-assistant__sidebar>img{width:2rem;height:auto}.case-hero-assistant__sidebar-nav{align-content:start;gap:.18rem;margin-top:.45rem;display:grid}.case-hero-assistant__sidebar span{border-radius:.48rem;place-items:center;width:1.55rem;height:1.55rem;display:grid}.case-hero-assistant__sidebar span.is-active{color:#fff;background:var(--color-brand-500);box-shadow:0 .45rem 1.2rem #7650df6b}.case-hero-assistant__sidebar svg{stroke-width:1.8px;width:.74rem;height:.74rem}.case-hero-assistant__sidebar-profile{color:var(--color-brand-200);background:#ffffff14}.case-hero-assistant__canvas{align-content:center;min-width:0;min-height:0;padding:clamp(.75rem,1.25vw,.95rem);display:grid}.case-hero-assistant__intro{text-align:center;justify-items:center;padding:0 0 .45rem;display:grid}.case-hero-assistant__mark{width:1.95rem;height:1.95rem;color:var(--color-brand-500);background:#7650df1c;border:1px solid #7650df2e;border-radius:.62rem;place-items:center;margin-bottom:.32rem;animation:2.4s cubic-bezier(.45,0,.55,1) 1.65s infinite both case-hero-ai-idle;display:grid;box-shadow:0 .75rem 2rem #684bce24}.case-hero-assistant__mark svg{width:.95rem;height:.95rem}.case-hero-assistant__intro>strong{font-family:var(--font-family-display);letter-spacing:-.025em;font-size:clamp(.84rem,1.15vw,1rem)}.case-hero-assistant__intro p{max-width:22rem;color:var(--color-text-muted);margin:.18rem 0 0;font-size:.57rem;line-height:1.35}.case-hero-assistant__notice{background:#ffffffb8;border:1px solid #7650df29;border-radius:.7rem;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.48rem;padding:.42rem .62rem;display:grid;box-shadow:0 .55rem 1.5rem #211b290d}.case-hero-assistant__notice>svg:first-child{width:.85rem;height:.85rem;color:var(--color-brand-500)}.case-hero-assistant__notice>svg:last-child{color:#fff;background:var(--color-brand-500);border-radius:50%;width:.85rem;height:.85rem;padding:.12rem}.case-hero-assistant__notice span{gap:.1rem;display:grid}.case-hero-assistant__notice strong{font-size:.58rem}.case-hero-assistant__notice small{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.5rem;overflow:hidden}.case-hero-assistant__alerts{gap:.28rem;margin-top:.48rem;display:grid}.case-hero-assistant__label{color:var(--color-brand-600);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.35rem;font-size:.58rem;font-weight:750;display:flex}.case-hero-assistant__label svg{width:.72rem;height:.72rem}.case-hero-assistant__alerts>span:not(.case-hero-assistant__label){color:#5a3cae;background:#7650df12;border:1px solid #684bce29;border-radius:.6rem;padding:.36rem .55rem;font-size:.56rem;font-weight:650}.case-hero-assistant__actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem;margin-top:.5rem;display:grid}.case-hero-assistant__action{color:#4c4552;text-align:center;background:#ffffffad;border:1px solid #684bce1f;border-radius:.58rem;align-content:center;justify-items:center;gap:.25rem;min-width:0;min-height:2.9rem;padding:.3rem .2rem;font-size:.48rem;font-weight:610;line-height:1.18;display:grid;box-shadow:0 .45rem 1.2rem #211b290a}.case-hero-assistant__action svg{width:.82rem;height:.82rem;color:var(--color-brand-500);stroke-width:1.8px}.case-hero-assistant__intro,.case-hero-assistant__notice,.case-hero-assistant__alerts,.case-hero-assistant__action{opacity:0;animation:case-hero-item-in .65s var(--ease-out-strong) forwards;transform:translateY(.8rem)}.case-hero-assistant__intro{animation-delay:.52s}.case-hero-assistant__notice{animation-delay:.68s}.case-hero-assistant__alerts{animation-delay:.82s}.case-hero-assistant__action{animation-delay:calc(.98s + (var(--hero-action-index) * 55ms))}@keyframes case-hero-panel-in{to{opacity:1;transform:none}}@keyframes case-hero-item-in{to{opacity:1;transform:none}}@keyframes case-hero-ai-idle{0%,to{transform:translateY(0)}50%{transform:translateY(-.35rem)}}.case-page__section{padding-block:clamp(3.5rem,8vw,7rem)}.case-page__section--light{color:var(--color-text-body);background:var(--color-surface-editorial)}.case-page__section--soft{color:var(--color-text-body);background:var(--color-surface-soft)}.case-page__section--dark{color:#fff;background:var(--color-ink-950)}.case-page__inner>.section-kicker{margin-bottom:clamp(1.5rem,3vw,2.5rem)}.case-page h2{max-width:30rem;font-family:var(--font-family-display);font-size:var(--font-size-title-section,clamp(2rem, 3.6vw, 3rem));letter-spacing:-.025em;margin:0 0 1.25rem;line-height:1.06}.case-page .case-page__section-title{max-width:26rem;color:var(--color-text-strong);font-size:clamp(1.9rem,3vw,2.65rem)}.case-page__section--dark .case-page__section-title,.case-page__cta .case-page__section-title{color:#fff}.case-page[data-project-motion-ready=true] [data-project-title],.case-page[data-project-motion-ready=true] [data-project-copy],.case-page[data-project-motion-ready=true] [data-project-card]{opacity:0;transform:translateY(1.5rem)}.case-page[data-project-motion-ready=true] [data-project-title]{filter:blur(.55rem);transition:opacity .7s ease, transform .8s var(--ease-out-strong), filter .8s ease}.case-page[data-project-motion-ready=true] [data-project-copy]{transition:opacity .65s ease .14s, transform .75s var(--ease-out-strong) .14s}.case-page[data-project-motion-ready=true] [data-project-card]{transition:opacity .6s ease var(--project-reveal-delay,.18s), transform .7s var(--ease-out-strong) var(--project-reveal-delay,.18s)}.case-page[data-project-motion-ready=true] [data-project-reveal].is-visible [data-project-title],.case-page[data-project-motion-ready=true] [data-project-reveal].is-visible [data-project-copy],.case-page[data-project-motion-ready=true] [data-project-reveal].is-visible [data-project-card]{opacity:1;filter:none;transform:translateY(0)}.case-page__issue-title,.case-page__issue-copy{opacity:0;transform:translateY(1.5rem)}.case-page__issue-title{filter:blur(.55rem);transition:opacity .7s ease, transform .8s var(--ease-out-strong), filter .8s ease}.case-page__issue-copy{transition:opacity .65s ease .14s, transform .75s var(--ease-out-strong) .14s}.case-page__issue.is-visible .case-page__issue-title,.case-page__issue.is-visible .case-page__issue-copy{opacity:1;filter:none;transform:translateY(0)}.case-page__section--dark h2,.case-page__cta h2{color:#fff}.case-page__duo{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:clamp(1.5rem,4vw,3.5rem);display:grid}.case-page__copy p,.case-page__list li{max-width:38rem;margin:0 0 1rem;line-height:1.6}.case-page__list{margin:0;padding:0;list-style:none}.case-page__list li{border-top:1px solid var(--color-line-light);padding-top:.9rem}.case-page__daily-list li{color:#35303c;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:clamp(.75rem,1.5vw,1rem);max-width:none;margin:0;padding:clamp(1.25rem,2.5vw,1.75rem) 0;font-size:clamp(.95rem,1.25vw,1.1rem);line-height:1.35;display:grid}.case-page__daily-list li:first-child{border-top:0;padding-top:0}.case-page__daily-list li>span{color:#fff;background:var(--color-brand-600);border-radius:50%;place-items:center;width:1.65rem;height:1.65rem;display:grid}.case-page__daily-list svg{stroke-width:2.4px;width:.8rem;height:.8rem}.case-page__daily-section .case-page__daily-title,.case-page__approach-section .case-page__approach-title{opacity:0;filter:blur(.55rem);transition:opacity .7s ease, transform .8s var(--ease-out-strong), filter .8s ease;transform:translateY(1.5rem)}.case-page__daily-section .case-page__daily-list,.case-page__approach-section .case-page__approach-copy{opacity:0;transition:opacity .65s ease .14s, transform .75s var(--ease-out-strong) .14s;transform:translateY(1.5rem)}.case-page__daily-section.is-visible .case-page__daily-title,.case-page__approach-section.is-visible .case-page__approach-title,.case-page__daily-section.is-visible .case-page__daily-list,.case-page__approach-section.is-visible .case-page__approach-copy{opacity:1;filter:none;transform:translateY(0)}.case-page__pillars,.case-page__modules,.case-page__scenarios,.case-page__roles{gap:clamp(1rem,2vw,1.5rem);margin-top:clamp(2rem,4vw,3rem);display:grid}.case-page__pillars,.case-page__roles{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}.case-page__modules{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}.case-page__scenarios{grid-template-columns:repeat(auto-fit,minmax(17rem,1fr))}.case-page__pillars article,.case-page__roles article,.case-module{border:1px solid var(--color-line-light);background:#fff;border-radius:1rem;padding:clamp(1.25rem,2vw,1.75rem)}.case-page__pillars h3,.case-module h3,.case-scenario h3{font-family:var(--font-family-display);letter-spacing:-.015em;margin:0 0 .6rem;font-size:1.15rem}.case-page__pillars p,.case-page__roles p,.case-module p,.case-scenario p{margin:0;line-height:1.55}.case-page__timeline{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(2rem,5vw,5rem);position:relative}.case-page__timeline:before{content:"";background:#ffffff47;height:1px;position:absolute;top:.4rem;left:0;right:0}.case-page__timeline:after{z-index:0;background:var(--color-brand-400);content:"";transform-origin:0;height:2px;transition:transform 1.8s var(--ease-out-strong);position:absolute;top:.4rem;left:0;right:0;transform:scaleX(0)}.case-page__section--timeline.is-visible .case-page__timeline:after{transform:scaleX(1)}.case-page__pillars.case-page__timeline article{z-index:1;color:#ffffffad;opacity:0;transition:opacity .52s ease, transform .62s var(--ease-out-strong);background:0 0;border:0;border-radius:0;padding:2.65rem 0 0;position:relative;transform:translateY(1rem)}.case-page__section--timeline.is-visible .case-page__timeline article{opacity:1;transform:translateY(0)}.case-page__timeline article:first-child{transition-delay:.12s}.case-page__timeline article:nth-child(2){transition-delay:.68s}.case-page__timeline article:nth-child(3){transition-delay:1.24s}.case-page__timeline article:before{background:var(--color-brand-500);width:.8rem;height:.8rem;box-shadow:0 0 0 .3rem var(--color-ink-950);content:"";border:2px solid #ffffff8f;border-radius:50%;position:absolute;top:0;left:0}.case-page__timeline article>svg{width:1.75rem;height:1.75rem;color:var(--color-brand-300);stroke-width:1.5px;margin-bottom:1rem}.case-page__timeline h3{color:#fff}.case-modules-showcase{--case-module-edge:max(var(--layout-page-gutter), calc((100vw - var(--layout-content-max)) / 2));width:100vw;margin-left:calc(-1 * var(--case-module-edge));margin-top:clamp(2rem,4vw,3rem)}.case-page__modules-section .case-page__modules-title{opacity:0;filter:blur(.55rem);transition:opacity .7s ease, transform .8s var(--ease-out-strong), filter .8s ease;transform:translateY(1.5rem)}.case-page__modules-section.is-visible .case-page__modules-title{opacity:1;filter:none;transform:translateY(0)}.case-page__modules-section .case-module-card{opacity:0;transform:translateX(var(--module-deploy-x)) scale(.97);transform-origin:0;transition:opacity .62s ease var(--module-deploy-delay), transform .9s var(--ease-out-strong) var(--module-deploy-delay)}.case-page__modules-section .case-module-card--active{transform:translateY(1.5rem)scale(.985)}.case-page__modules-section.is-visible .case-module-card{opacity:1;transform:none}.case-page__modules-section .case-module-controls{opacity:0;transition:opacity .5s ease 1.1s, transform .6s var(--ease-out-strong) 1.1s;transform:translateY(.75rem)}.case-page__modules-section.is-visible .case-module-controls{opacity:1;transform:none}.case-module-card>button{border:1px solid var(--color-line-light);color:var(--color-text-body);background:#fff;border-radius:1rem;box-shadow:0 1.25rem 3rem #22172a14}.case-module-card__copy{flex-direction:column;display:flex}.case-module-card__copy>svg{width:2.25rem;height:2.25rem;color:var(--color-brand-400);stroke-width:1.5px;margin-bottom:1.5rem}.case-module-card h3{color:#211b29;font-family:var(--font-family-display);letter-spacing:-.025em;margin:0 0 .75rem}.case-module-card--active h3{font-size:clamp(1.65rem,2.4vw,2.2rem)}.case-module-card p{color:var(--color-text-muted);margin:0;line-height:1.55}.case-module-filmstrip{min-width:0;padding:0 var(--case-module-edge) 1.25rem;scrollbar-width:none;scroll-padding-inline:var(--case-module-edge);scroll-snap-type:x proximity;align-items:stretch;gap:clamp(1rem,1.5vw,1.25rem);display:flex;overflow-x:auto}.case-module-filmstrip::-webkit-scrollbar{display:none}.case-module-card{scroll-snap-align:start;flex:0 0 clamp(16rem,20vw,18rem);min-width:0}.case-module-card--active{flex-basis:clamp(34rem,46vw,40rem)}.case-module-card>button{text-align:left;cursor:pointer;flex-direction:column;width:100%;height:29rem;padding:clamp(1.25rem,2vw,1.6rem);transition:border-color .18s,box-shadow .18s,transform .18s;display:flex}.case-module-card--active>button{animation:case-module-enter .42s var(--ease-out-strong) both;border-color:#7a5ce57a;grid-template-columns:minmax(12rem,.7fr) minmax(18rem,1.3fr);gap:clamp(1.25rem,2.5vw,2rem);padding:clamp(1.5rem,2.5vw,2rem);display:grid}.case-module-card>button:hover{box-shadow:0 1.5rem 3.5rem #53369924}.case-module-card>button:focus-visible{border-color:var(--color-brand-300);box-shadow:0 1.5rem 3.5rem #53369924}.case-module-card h3{font-size:1.25rem}.case-module-card p{font-size:.92rem}.case-module-preview{background:#fcf9fb;border:1px solid #573e7124;border-radius:.85rem;align-self:stretch;padding:clamp(1rem,2vw,1.35rem)}.case-module-preview--compact{width:100%;margin-top:auto;padding:.85rem}.case-module-preview--client,.case-module-preview--assistant,.case-module-preview--tasks,.case-module-preview--investments{flex-direction:column;gap:.75rem;display:flex;overflow:hidden}.case-module-preview__title{align-items:center;gap:.4rem;display:flex}.case-module-preview__title svg{width:.95rem;height:.95rem;color:var(--color-brand-500);stroke-width:1.8px}.case-module-client__profile{grid-template-columns:2.35rem minmax(0,1fr) auto;align-items:center;gap:.65rem;display:grid}.case-module-client__profile>i,.case-module-client__group i{color:var(--color-brand-600);background:#7a5ce51f;border-radius:50%;place-items:center;font-style:normal;font-weight:750;display:grid}.case-module-client__profile>i{width:2.35rem;height:2.35rem;font-size:.75rem}.case-module-client__profile>span,.case-module-assistant__mail>span{min-width:0;display:grid}.case-module-client__profile>span:last-child{justify-items:end}.case-module-client__profile strong{color:#211b29;font-size:.72rem}.case-module-client__profile small,.case-module-client__details small,.case-module-client__group small,.case-module-client__roles small{color:var(--color-text-muted);font-size:.55rem}.case-module-client__details,.case-module-client__roles{border-top:1px solid #573e711a;display:grid}.case-module-client__details>span,.case-module-client__roles>span{border-bottom:1px solid #573e7114;grid-template-columns:minmax(4rem,.7fr) minmax(0,1.3fr);align-items:center;gap:.5rem;padding:.42rem 0;display:grid}.case-module-client__details b,.case-module-client__roles b{color:var(--color-text-body);text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;font-weight:650;overflow:hidden}.case-module-client__group,.case-module-client__roles{gap:.15rem;display:grid}.case-module-client__group>strong,.case-module-client__roles>strong,.case-module-assistant__alerts>strong{color:#211b29;align-items:center;gap:.4rem;font-size:.64rem;display:flex}.case-module-client__group>strong svg,.case-module-assistant__alerts>strong svg{width:.82rem;height:.82rem;color:var(--color-brand-500)}.case-module-client__group>strong small{color:var(--color-brand-500)}.case-module-client__group>span{border-bottom:1px solid #573e7114;grid-template-columns:1.55rem minmax(0,1fr) auto;align-items:center;gap:.5rem;padding:.35rem 0;display:grid}.case-module-client__group i{width:1.55rem;height:1.55rem;font-size:.52rem}.case-module-client__group b{text-overflow:ellipsis;white-space:nowrap;font-size:.6rem;overflow:hidden}.case-module-assistant__intro{text-align:center;justify-items:center;display:grid}.case-module-assistant__intro>span{width:2.2rem;height:2.2rem;color:var(--color-brand-500);background:#7a5ce51a;border-radius:.7rem;place-items:center;margin-bottom:.45rem;display:grid}.case-module-assistant__intro svg{width:1.05rem;height:1.05rem}.case-module-assistant__intro strong{color:#211b29;max-width:15rem;font-family:var(--font-family-display);font-size:.86rem;line-height:1.15}.case-module-assistant__intro small,.case-module-assistant__mail small{color:var(--color-text-muted);margin-top:.2rem;font-size:.52rem}.case-module-assistant__mail{background:#fff;border:1px solid #7a5ce529;border-radius:.65rem;grid-template-columns:1.35rem minmax(0,1fr) 1rem;align-items:center;gap:.55rem;padding:.65rem;display:grid}.case-module-assistant__mail>svg{width:.9rem;height:.9rem;color:var(--color-brand-500)}.case-module-assistant__mail>svg:last-child{color:#fff;background:var(--color-brand-500);border-radius:50%;padding:.15rem}.case-module-assistant__mail strong{font-size:.61rem}.case-module-assistant__alerts{gap:.38rem;display:grid}.case-module-assistant__alerts>span{color:#5e3fae;background:#7a5ce514;border-radius:.58rem;align-items:center;gap:.45rem;padding:.58rem .65rem;display:flex}.case-module-assistant__alerts>span svg{width:.82rem;height:.82rem}.case-module-assistant__alerts>span b{font-size:.58rem}.case-module-assistant__shortcuts{grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;display:grid}.case-module-assistant__shortcuts>span{color:var(--color-text-body);background:#fff;border:1px solid #7a5ce521;border-radius:.55rem;grid-template-columns:1rem minmax(0,1fr);align-items:center;gap:.35rem;padding:.52rem;font-size:.52rem;font-weight:650;display:grid}.case-module-assistant__shortcuts svg{width:.82rem;height:.82rem;color:var(--color-brand-500)}.case-module-tasks__stats,.case-module-investments__metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:.38rem;display:grid}.case-module-tasks__stats>span,.case-module-investments__metrics>span{background:#7a5ce512;border-radius:.5rem;justify-items:center;gap:.18rem;padding:.52rem .2rem;display:grid}.case-module-tasks__stats small,.case-module-investments__metrics small{max-width:100%;color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.47rem;overflow:hidden}.case-module-tasks__stats strong,.case-module-investments__metrics strong{color:#211b29;font-size:.78rem}.case-module-tasks__filters{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:.4rem;display:grid}.case-module-tasks__filters>span{color:var(--color-text-muted);background:#fff;border:1px solid #573e711a;border-radius:.45rem;align-items:center;gap:.35rem;padding:.4rem .5rem;font-size:.5rem;display:flex}.case-module-tasks__filters svg{width:.7rem;height:.7rem}.case-module-tasks__rows{display:grid}.case-module-tasks__rows>span{border-bottom:1px solid #573e7117;grid-template-columns:.75rem minmax(0,1fr) auto auto;align-items:center;gap:.45rem;min-width:0;padding:.55rem 0;display:grid}.case-module-tasks__rows i{border:1px solid #573e716b;border-radius:50%;width:.72rem;height:.72rem}.case-module-tasks__rows b{color:#211b29;text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;overflow:hidden}.case-module-tasks__rows small{color:var(--color-brand-600);white-space:nowrap;background:#7a5ce51a;border-radius:999px;padding:.22rem .35rem;font-size:.47rem}.case-module-tasks__rows small[data-status=completed]{color:var(--color-text-muted);background:#573e7112}.case-module-tasks__rows time{color:var(--color-text-muted);white-space:nowrap;font-size:.48rem}.case-module-investments__metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.case-module-investments__chart{gap:.25rem;display:grid}.case-module-investments__chart svg{border-bottom:1px solid #573e711f;width:100%;height:clamp(7rem,14vw,9rem)}.case-module-investments__chart path{vector-effect:non-scaling-stroke}.case-module-investments__area{fill:#7a5ce51a}.case-module-investments__current,.case-module-investments__recommended{fill:none;stroke-linecap:round;stroke-linejoin:round}.case-module-investments__current{stroke:#7a5ce57a;stroke-dasharray:5 5;stroke-width:1.6px}.case-module-investments__recommended{stroke:var(--color-brand-500);stroke-width:2.2px}.case-module-investments__chart>span{color:var(--color-text-muted);justify-content:center;align-items:center;gap:.35rem;font-size:.48rem;display:flex}.case-module-investments__chart>span i{background:var(--color-brand-500);width:.8rem;height:2px}.case-module-investments__chart>span i:last-of-type{background:#7a5ce573;margin-left:.35rem}.case-module-investments__allocations{gap:.45rem;display:grid}.case-module-investments__allocations>span{grid-template-columns:minmax(0,1fr) auto minmax(3rem,.8fr) auto;align-items:center;gap:.45rem;min-width:0;display:grid}.case-module-investments__allocations b{text-overflow:ellipsis;white-space:nowrap;font-size:.55rem;overflow:hidden}.case-module-investments__allocations small,.case-module-investments__allocations strong{font-size:.5rem}.case-module-investments__allocations small{color:var(--color-brand-500)}.case-module-investments__allocations progress{width:100%;height:.28rem;accent-color:var(--color-brand-500)}.case-module-preview--compact .case-module-tasks__rows>span{grid-template-columns:.75rem minmax(0,1fr) auto}.case-module-preview--compact .case-module-tasks__rows time{display:none}.case-module-preview--compact .case-module-investments__chart svg{height:6.5rem}.case-module-preview__header{color:var(--color-text-body);border-bottom:1px solid #573e711f;justify-content:space-between;gap:1rem;padding-bottom:.85rem;font-size:.78rem;font-weight:700;display:flex}.case-module-preview__header span:last-child{color:var(--color-text-muted);letter-spacing:.12em}.case-module-preview__metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:1rem;display:grid}.case-module-preview__metrics>span{background:#fff;border:1px solid #573e711c;border-radius:.55rem;min-width:0;padding:.75rem}.case-module-preview__metrics small,.case-module-preview__metrics strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.case-module-preview__metrics small{color:var(--color-text-muted);margin-bottom:.35rem;font-size:.62rem}.case-module-preview__metrics strong{font-size:.86rem}.case-module-preview__rows{gap:.55rem;margin-top:1rem;display:grid}.case-module-preview__rows>span{min-width:0;color:var(--color-text-body);background:#fff;border-radius:.5rem;grid-template-columns:1.35rem minmax(0,1fr);align-items:center;gap:.6rem;padding:.65rem;font-size:.7rem;display:grid}.case-module-preview__rows i{width:1.35rem;height:1.35rem;color:var(--color-brand-500);background:#7a5ce51f;border-radius:50%;place-items:center;font-size:.58rem;font-style:normal;display:grid}.case-module-preview__rows b{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.case-module-controls{grid-template-columns:auto minmax(8rem,1fr) auto;align-items:center;gap:clamp(1rem,2.5vw,2rem);margin-top:clamp(1.25rem,2vw,1.75rem);display:grid}.case-module-controls p{color:var(--color-text-muted);margin:0;font-size:.82rem}.case-module-controls p strong{color:var(--color-brand-500);font-size:1rem}.case-module-progress{background:var(--color-line-light);height:1px;position:relative}.case-module-progress:before{width:var(--module-progress);background:var(--color-brand-400);content:"";transition:width .32s var(--ease-out-strong);position:absolute;inset:0 auto 0 0}.case-module-controls>div{gap:.65rem;display:flex}.case-module-controls button{border:1px solid var(--color-line-light);width:2.75rem;height:2.75rem;color:var(--color-text-body);cursor:pointer;background:0 0;border-radius:50%;place-items:center;padding:0;transition:color .18s,border-color .18s,background-color .18s;display:grid}.case-module-controls button:hover,.case-module-controls button:focus-visible{border-color:var(--color-brand-400);color:#fff;background:var(--color-brand-400)}.case-module-controls svg{width:1rem;height:1rem}@keyframes case-module-enter{0%{opacity:0;transform:translateY(.5rem)}}.case-page__roles .placeholder-label{margin-bottom:.75rem}.case-page__roles--project h3{color:var(--color-text-strong);font-family:var(--font-family-display);letter-spacing:-.025em;margin:0 0 .8rem;font-size:clamp(1.3rem,1.8vw,1.6rem)}.case-page__roles--project p{color:var(--color-text-muted)}.case-page__roles--nexus{grid-template-columns:repeat(3,minmax(0,1fr))}.case-page__roles-section .case-page__roles-title{opacity:0;filter:blur(.55rem);transition:opacity .7s ease, transform .8s var(--ease-out-strong), filter .8s ease;transform:translateY(1.5rem)}.case-page__roles-section.is-visible .case-page__roles-title{opacity:1;filter:none;transform:translateY(0)}.case-page__roles--nexus article{opacity:0;min-height:clamp(15rem,20vw,18rem);transition:opacity .6s ease, transform .7s var(--ease-out-strong);border-color:#664f9d38;padding:clamp(1.5rem,2.5vw,2.25rem);transform:translateY(1.5rem);box-shadow:0 1rem 2.5rem #2c1f4012}.case-page__roles--nexus article:first-child{transition-delay:.22s}.case-page__roles--nexus article:nth-child(2){transition-delay:.34s}.case-page__roles--nexus article:nth-child(3){transition-delay:.46s}.case-page__roles-section.is-visible .case-page__roles--nexus article{opacity:1;transform:translateY(0)}.case-page__roles--nexus svg{width:2.5rem;height:2.5rem;color:var(--color-brand-500);stroke-width:1.6px;margin-bottom:clamp(2.25rem,4vw,3.5rem)}.case-page__roles--nexus h3{color:#211b29;font-family:var(--font-family-display);letter-spacing:-.025em;margin:0 0 .8rem;font-size:clamp(1.4rem,2vw,1.75rem)}.case-page__roles--nexus p{max-width:24rem;color:var(--color-text-muted)}.case-scenario{background:#ffffff0d;border:1px solid #ffffff24;border-radius:1rem;padding:clamp(1.25rem,2vw,1.75rem)}.case-scenario__kicker{color:var(--color-brand-300);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .65rem;font-size:.72rem;font-weight:700}.case-page__voice{--case-voice-edge:max(var(--layout-page-gutter), calc((100vw - var(--layout-content-max)) / 2));background:radial-gradient(circle at 72% 42%, #6845bf2e, transparent 34rem), var(--color-ink-950);overflow:hidden}.case-page__voice-intro{z-index:2;margin-bottom:clamp(2.5rem,5vw,4.5rem);position:relative}.case-page__voice-intro h2,.case-page__voice-intro .case-page__copy{opacity:0;transform:translateY(1.5rem)}.case-page__voice-intro h2{filter:blur(.55rem);transition:opacity .7s ease, transform .8s var(--ease-out-strong), filter .8s ease}.case-page__voice-intro .case-page__copy{transition:opacity .65s ease .14s, transform .75s var(--ease-out-strong) .14s}.case-page__voice.is-visible .case-page__voice-intro h2,.case-page__voice.is-visible .case-page__voice-intro .case-page__copy{opacity:1;filter:none;transform:translateY(0)}.case-page__voice-intro .case-page__copy{color:#ffffffb8}.case-page__voice-wave{width:100vw;height:clamp(8rem,13vw,11rem);margin-left:calc(-1 * var(--case-voice-edge));position:relative}.case-page__voice-wave:before{content:"";background:linear-gradient(90deg,#0000,#9d7eff8c 8% 92%,#0000);height:1px;position:absolute;top:50%;left:0;right:0;box-shadow:0 0 1rem #7b58e857}.case-page__voice-bars{opacity:.9;align-items:center;gap:clamp(2px,.3vw,5px);padding-inline:clamp(.5rem,2vw,2rem);display:flex;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000);mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000)}.case-page__voice-bars span{height:var(--voice-amplitude);opacity:0;transform-origin:50%;min-height:.22rem;transition:opacity .14s ease var(--voice-delay), transform .26s var(--ease-out-strong) var(--voice-delay);background:linear-gradient(#aa8cff,#7152d8 50%,#aa8cff);border-radius:999px;flex:1 1 0;transform:scaleY(.04);box-shadow:0 0 .65rem #9069ff6b}.case-page__voice.is-visible .case-page__voice-bars span{opacity:1;transform:scaleY(1)}.case-page__voice-alert{z-index:2;top:50%;right:var(--case-voice-edge);color:#211b29;text-align:center;background:#fff;border-radius:.9rem;place-content:center;width:clamp(11rem,16vw,14rem);min-height:8.5rem;padding:2.75rem 1.25rem 1.25rem;display:grid;position:absolute;transform:translateY(-44%);box-shadow:0 1.5rem 4rem #0000006b}.case-page__voice-alert>span{color:#211b29;background:#dfd5ff;border-radius:50%;place-items:center;width:4.4rem;height:4.4rem;display:grid;position:absolute;top:-2.1rem;left:50%;transform:translate(-50%);box-shadow:0 .75rem 2rem #43258538}.case-page__voice-alert svg{stroke-width:1.8px;width:1.65rem;height:1.65rem}.case-page__voice-alert small{color:var(--color-brand-500);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem;font-size:.67rem;font-weight:800}.case-page__voice-alert strong{max-width:12rem;font-family:var(--font-family-display);font-size:1rem;line-height:1.15}.case-page__voice .case-page__scenarios{width:100vw;margin-top:clamp(1.5rem,3vw,2.5rem);margin-left:calc(-1 * var(--case-voice-edge));padding-inline:var(--case-voice-edge);grid-template-columns:repeat(4,minmax(16rem,1fr))}.case-page__voice .case-scenario{background:linear-gradient(145deg,#ffffff12,#ffffff08);border-color:#ffffff21;border-radius:.7rem;min-height:14rem}.case-page__voice .case-scenario h3{color:#fff}.case-page__voice .case-scenario>p:last-child{color:#ffffffa3}.case-page__cta{color:#fff;background:var(--color-ink-950);padding-block:clamp(3.5rem,8vw,7rem)}.case-page__cta .case-page__lede{margin-bottom:clamp(1.75rem,3vw,2.5rem)}.case-page__cta--nexus{background:linear-gradient(90deg,#070611f2 0%,#070611c2 38%,#0706111f 76%),url(/assets/nexus-hero-background.png) 50% 60%/cover no-repeat;align-items:center;min-height:clamp(27rem,42vw,36rem);display:flex}.case-page__cta--room2road{background:linear-gradient(90deg,#070611e6,#07061161,#070611b8),url(/assets/room2road-mallorca-sunset.jpg) 50% 55%/cover no-repeat;align-items:center;min-height:clamp(27rem,42vw,36rem);display:flex}.case-page__cta--project{background-position:50%;background-size:cover;align-items:center;min-height:clamp(27rem,42vw,36rem);display:flex}.case-page__cta--thiia{background-image:linear-gradient(90deg,#070611eb,#0706116b,#070611c7),url(/assets/thiia-hero-background.jpg)}.case-page__cta--ecosurveil{background-image:linear-gradient(90deg,#070611e6,#07061157,#070611c7),url(/assets/ecosurveil-hero-background.webp)}.case-page__cta--geominnov{background-image:linear-gradient(90deg,#070611e6,#07061159,#070611c7),url(/assets/geominnov-hero-background.jpg)}.case-page__cta--egerine{background-image:linear-gradient(90deg,#070611eb,#07061161,#070611c7),url(/assets/egerine-hero-background.jpg)}.case-page__cta--project .case-page__inner{text-align:center}.case-page__cta--project h2,.case-page__cta--project .case-page__lede{max-width:32rem;margin-inline:auto}.case-page__cta--project .case-page__lede{color:#ffffffc2}.case-page__cta--room2road .case-page__inner{text-align:center}.case-page__cta--room2road h2,.case-page__cta--room2road .case-page__lede{max-width:32rem;margin-inline:auto}.case-page__cta--room2road .case-page__lede{color:#ffffffc2}.case-page__cta--nexus .case-page__inner{text-align:center}.case-page__cta-kicker{color:var(--color-brand-300);letter-spacing:.1em;text-transform:uppercase;margin:0 0 clamp(1.5rem,3vw,2.25rem);font-size:.78rem;font-weight:750}.case-page__cta--nexus h2,.case-page__cta--nexus .case-page__lede{max-width:32rem;margin-inline:auto}.case-page__cta--nexus .case-page__lede{color:#ffffffb8}.case-page__cta--nexus h2,.case-page__cta--nexus .case-page__lede,.case-page__cta-action{opacity:0;transform:translateY(1.5rem)}.case-page__cta--nexus h2{filter:blur(.55rem);transition:opacity .7s ease, transform .8s var(--ease-out-strong), filter .8s ease}.case-page__cta--nexus .case-page__lede{transition:opacity .65s ease .14s, transform .75s var(--ease-out-strong) .14s}.case-page__cta-action{transition:opacity .6s ease .28s, transform .7s var(--ease-out-strong) .28s}.case-page__cta--nexus.is-visible h2,.case-page__cta--nexus.is-visible .case-page__lede,.case-page__cta--nexus.is-visible .case-page__cta-action{opacity:1;filter:none;transform:translateY(0)}@media (width<=1279px) and (width>=901px){.case-page__hero-layout{grid-template-columns:minmax(0,1fr)}.case-page__hero-visual{justify-self:center;width:min(100%,44rem);translate:none}}@media (width<=900px){.case-page__hero-layout,.case-page__duo{grid-template-columns:minmax(0,1fr)}.case-page__hero-visual{justify-self:center;width:min(100%,30rem);translate:none}.project-hero-media__inset{bottom:.9rem;left:.9rem}.project-hero-media--thiia .project-hero-media__inset,.project-hero-media--geominnov .project-hero-media__inset,.project-hero-media--egerine .project-hero-media__inset{left:auto;right:.9rem}.case-module-card--active{flex-basis:min(36rem, calc(100vw - (2 * var(--layout-page-gutter))))}.case-module-card--active>button{grid-template-columns:minmax(0,1fr);height:auto;min-height:39rem}.case-page__voice .case-page__scenarios{scrollbar-width:none;scroll-snap-type:x proximity;grid-template-columns:none;grid-auto-columns:min(78vw,21rem);grid-auto-flow:column;overflow-x:auto}.case-page__voice .case-page__scenarios::-webkit-scrollbar{display:none}.case-page__voice .case-scenario{scroll-snap-align:start}.case-page__roles--nexus{grid-template-columns:minmax(0,1fr)}.case-page__roles--nexus article{min-height:0}}@media (width<=560px){.case-hero-tablet{border-radius:1.15rem;padding:.45rem}.case-hero-assistant{border-radius:.78rem;grid-template-columns:1.8rem minmax(0,1fr)}.case-hero-assistant__sidebar{padding:.35rem .12rem}.case-hero-assistant__sidebar>img{width:1.15rem}.case-hero-assistant__sidebar-nav{gap:.02rem;margin-top:.2rem}.case-hero-assistant__sidebar span{border-radius:.32rem;width:1.12rem;height:1.12rem}.case-hero-assistant__sidebar svg{width:.58rem;height:.58rem}.case-hero-assistant__canvas{padding:.3rem}.case-hero-assistant__mark{width:1.55rem;height:1.55rem;margin-bottom:.18rem}.case-hero-assistant__intro>strong{font-size:.72rem}.case-hero-assistant__intro p{font-size:.46rem}.case-hero-assistant__notice{padding:.3rem .42rem}.case-hero-assistant__alerts{grid-template-columns:repeat(2,minmax(0,1fr))}.case-hero-assistant__label{grid-column:1/-1}.case-hero-assistant__alerts>span:not(.case-hero-assistant__label){padding:.28rem .35rem;font-size:.46rem}.case-hero-assistant__actions{gap:.25rem;margin-top:.2rem}.case-hero-assistant__action{min-height:1.9rem;font-size:.4rem}.case-page__timeline{grid-template-columns:minmax(0,1fr);gap:0;padding-left:2.5rem}.case-page__timeline:before{width:1px;height:auto;inset:.4rem auto .4rem .4rem}.case-page__timeline:after{transform-origin:top;width:2px;height:auto;inset:.4rem auto .4rem .4rem;transform:scaleY(0)}.case-page__section--timeline.is-visible .case-page__timeline:after{transform:scaleY(1)}.case-page__pillars.case-page__timeline article{padding:0 0 2.75rem}.case-page__timeline article:before{top:0;left:-2.5rem}.case-module-card{flex-basis:min(78vw,18rem)}.case-module-card--active{flex-basis:calc(100vw - (2 * var(--layout-page-gutter)))}.case-page__modules-section .case-module-card{transform:translate(-2rem)scale(.98)}.case-page__modules-section .case-module-card--active{transform:translateY(1.25rem)scale(.985)}.case-page__modules-section.is-visible .case-module-card{transform:none}.case-module-card>button{height:25rem}.case-module-card--active>button{height:auto}.case-module-controls{grid-template-columns:auto minmax(4rem,1fr) auto}.case-page__voice-wave{height:8rem}.case-page__voice-alert{right:var(--layout-page-gutter);width:10.5rem;min-height:7rem;padding:2.3rem .85rem .85rem}.case-page__voice-alert>span{width:3.5rem;height:3.5rem;top:-1.6rem}.case-page__voice-alert strong{font-size:.88rem}.case-page__cta--nexus{background:linear-gradient(90deg,#070611f0,#0706119e),url(/assets/nexus-hero-background.png) 64%/cover no-repeat;min-height:30rem}}@media (prefers-reduced-motion:reduce){.case-hero-tablet,.project-hero-media,.case-hero-assistant,.case-hero-assistant__sidebar,.case-hero-assistant__intro,.case-hero-assistant__mark,.case-hero-assistant__notice,.case-hero-assistant__alerts,.case-hero-assistant__action{opacity:1;animation:none;transform:none}.case-page[data-project-motion-ready=true] [data-project-title],.case-page[data-project-motion-ready=true] [data-project-copy],.case-page[data-project-motion-ready=true] [data-project-card],.case-page__cta--nexus h2,.case-page__cta--nexus .case-page__lede,.case-page__cta-action,.case-page__daily-section .case-page__daily-title,.case-page__approach-section .case-page__approach-title,.case-page__daily-section .case-page__daily-list,.case-page__approach-section .case-page__approach-copy,.case-page__issue-title,.case-page__issue-copy{opacity:1;filter:none;transition:none;transform:none}.case-page__timeline:after{transition:none;transform:none}.case-page__pillars.case-page__timeline article{opacity:1;transition:none;transform:none}.case-page__modules-section .case-page__modules-title,.case-page__modules-section .case-module-card,.case-page__modules-section .case-module-controls,.case-page__voice-intro h2,.case-page__voice-intro .case-page__copy,.case-page__voice-bars span,.case-page__roles-section .case-page__roles-title,.case-page__roles--nexus article{opacity:1;filter:none;transition:none;transform:none}.case-module-card--active>button{animation:none}.case-module-card>button,.case-module-progress:before{transition:none}}.point-of-view.point-of-view--atlas{--atlas-surface:#fbf4f6;color:#211b29;background:var(--atlas-surface)}.point-of-view--atlas .point-of-view__grid{--point-of-view-media-inset:clamp(1.5rem, 2vw, 2rem);background:var(--atlas-surface);grid-template-columns:minmax(23rem,.8fr) minmax(39rem,1.2fr);min-height:clamp(42rem,54vw,50rem)}.point-of-view--atlas .point-of-view__marker{padding-right:var(--point-of-view-media-inset);padding-left:calc(var(--point-of-view-media-inset) + var(--point-of-view-edge-offset));color:#221b2c;background:var(--atlas-surface)}.point-of-view--atlas .point-of-view__visual-frame{z-index:0;top:clamp(7rem,8.3vw,7.5rem);right:var(--point-of-view-media-inset);bottom:clamp(3rem,4vw,3.6rem);left:calc(var(--point-of-view-media-inset) + var(--point-of-view-edge-offset));isolation:isolate;background:#2c0a59;position:absolute;overflow:hidden}.point-of-view--atlas .point-of-view__visual{z-index:0;opacity:1;object-position:52% 50%;height:106%;inset:-3% 0 auto}[data-section-parallax]{will-change:translate;translate:0}.point-of-view[data-section-motion-ready=true] [data-section-reveal]{opacity:0;transform:translate3d(0, var(--section-reveal-y,16px), 0);transition:opacity .62s var(--ease-out-strong) var(--section-reveal-delay,0s), transform .76s var(--ease-out-strong) var(--section-reveal-delay,0s)}.point-of-view[data-section-motion-ready=true] .point-of-view__visual[data-section-reveal]{filter:blur(12px);transition:opacity 1.1s var(--motion-ease-long), transform 1.4s var(--motion-ease-long), filter 1.4s var(--motion-ease-long);transform:translateY(48px)scale(1.025)}.point-of-view[data-section-motion-ready=true].is-section-visible [data-section-reveal]{opacity:1;transform:translate(0)}.point-of-view[data-section-motion-ready=true].is-section-visible .point-of-view__visual[data-section-reveal]{filter:none;transform:translate(0)scale(1)}.point-of-view--atlas .point-of-view__visual-veil{z-index:1;background:linear-gradient(#0000 52%,#12042e14 72%,#12042e94 100%)}.point-of-view.point-of-view--atlas .section-index{z-index:2;color:#332646;border-bottom-color:#402d5d4d;position:relative}.point-of-view--atlas .point-of-view__content{justify-content:center;padding-block:clamp(4rem,6vw,6rem);padding-inline:clamp(2.75rem,4.5vw,4.5rem)}.point-of-view__eyebrow{color:#6d48cf;letter-spacing:.08em;text-transform:uppercase;margin:0 0 clamp(1.4rem,2.4vw,2.25rem);font-size:.74rem;font-weight:720}.point-of-view--atlas h2{letter-spacing:-.048em;max-width:19ch;font-size:clamp(2.55rem,3.65vw,3.65rem);font-weight:610;line-height:1.01}.point-of-view__principle{color:#684bce;letter-spacing:-.025em;text-wrap:balance;max-width:38ch;margin:clamp(1.8rem,2.8vw,2.5rem) 0 0;font-family:Urbanist Variable,Urbanist,sans-serif;font-size:clamp(1.3rem,1.55vw,1.55rem);font-weight:620;line-height:1.18}.point-of-view__advantages{border-top:1px solid #4b395e33;margin-top:clamp(1.8rem,2.8vw,2.5rem);margin-bottom:0;padding:0;list-style:none}.point-of-view__advantages li{border-bottom:1px solid #4b395e29;grid-template-columns:2.6rem minmax(0,1fr);align-items:start;gap:clamp(.8rem,1.5vw,1.25rem);padding:clamp(1rem,1.5vw,1.25rem) 0;display:grid}.point-of-view__advantages li>div{grid-template-columns:minmax(7.5rem,.5fr) minmax(0,1fr);gap:clamp(1rem,2vw,2rem);display:grid}.point-of-view__advantage-index{color:#7147ef;font-variant-numeric:tabular-nums;padding-top:.16rem;font-size:.7rem;font-weight:740}.point-of-view__advantages h3{color:#2a2034;letter-spacing:-.025em;margin:0;font-size:clamp(1rem,1.3vw,1.18rem);font-weight:650;line-height:1.2}.point-of-view__advantages p{color:#655d69;margin:0;font-size:clamp(.84rem,.92vw,.94rem);line-height:1.5}.point-of-view__title-motion{min-width:0}@media (width<=1120px) and (width>=901px){.point-of-view--atlas .point-of-view__grid{grid-template-columns:minmax(20rem,.78fr) minmax(34rem,1.22fr)}.point-of-view--atlas .point-of-view__content{padding-inline:clamp(2rem,3vw,3rem)}.point-of-view--atlas h2{font-size:clamp(2.4rem,3.5vw,3.1rem)}.point-of-view__advantages li>div{display:block}.point-of-view__advantages p{margin-top:.4rem}}@media (width<=900px){.point-of-view--atlas .point-of-view__grid{min-height:auto;display:block}.point-of-view--atlas .point-of-view__marker{min-height:36rem;padding:2.5rem var(--page-gutter)}.point-of-view--atlas .point-of-view__visual-frame{width:min(calc(100% - (2 * var(--page-gutter))), 23rem);aspect-ratio:4/5;inset:5.75rem auto auto 50%;transform:translate(-50%)}.point-of-view--atlas .point-of-view__visual{object-position:52% 50%;height:108%;inset:-4% 0 auto}.point-of-view--atlas .point-of-view__content{padding:3.5rem var(--page-gutter) 4.5rem;display:block}.point-of-view--atlas h2{max-width:15ch;font-size:clamp(2.35rem,8vw,3rem);line-height:1.01}.point-of-view__principle{max-width:28ch;margin-top:1.75rem;font-size:clamp(1.2rem,4.5vw,1.45rem)}.point-of-view__advantages li>div{display:block}.point-of-view__advantages p{margin-top:.45rem}}@media (width<=560px){.point-of-view--atlas .point-of-view__marker{min-height:34rem}.point-of-view--atlas .point-of-view__visual-frame{width:min(calc(100% - (2 * var(--page-gutter))), 20rem);top:5.5rem}.point-of-view--atlas h2{font-size:clamp(2.1rem,10.2vw,2.7rem)}}h1,h2,h3,.point-of-view__marker>p,.point-of-view__pullquote{font-family:var(--font-family-display)}.hero-stage{isolation:isolate;color:var(--white);background:var(--aubergine-deep);position:relative;overflow:hidden}.hero{isolation:isolate;min-height:min(max(48rem,100svh),960px);max-height:960px;color:var(--white);background:0 0;position:relative}.hero__background,.hero__shader,.hero__veil{width:100%;height:100%;position:absolute;inset:0}[data-parallax],[data-background-parallax]{will-change:translate;translate:0}.hero-stage[data-hero-motion-ready=true] [data-hero-reveal]{opacity:0;transform:translate3d(0, var(--reveal-y,14px), 0);transition:opacity .56s var(--ease-out-strong) var(--reveal-delay,0s), transform .68s var(--ease-out-strong) var(--reveal-delay,0s)}.hero-stage[data-hero-motion-ready=true].is-entered [data-hero-reveal]{opacity:1;transform:translate(0)}.hero__background{z-index:-4;object-fit:cover;object-position:50% 50%;filter:saturate(1.08)contrast(1.03)brightness(.92);transform:scale(1.02)}.hero__shader{z-index:-3;filter:saturate(1.14)contrast(1.08)brightness(1.01);transform:scale(1.035)}.hero__veil{z-index:-2;background:linear-gradient(#0301094d 0%,#0301090a 42%,#04010b3d 100%),radial-gradient(circle at 78% 82%,#0000 0 20%,#05010d33 72%),linear-gradient(90deg,#04010b29,#0000 46%,#04010b1a)}.site-header-slot{min-height:7.2rem}.site-header{z-index:80;background:#fff0;border:1px solid #0000;border-radius:0;justify-content:space-between;align-items:center;min-height:7.2rem;transition:top .72s cubic-bezier(.65,0,.35,1),width .72s cubic-bezier(.65,0,.35,1),min-height .72s cubic-bezier(.65,0,.35,1),padding .72s cubic-bezier(.65,0,.35,1),border-color .62s ease-in-out,border-radius .72s cubic-bezier(.65,0,.35,1),background-color .62s ease-in-out,box-shadow .68s ease-in-out;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 1rem 3rem #190d2600}.site-header.is-scrolled{width:min(calc(100% - (2 * var(--layout-page-gutter))), 75rem);background:#fff;border:1px solid #251b301a;border-radius:999px;min-height:4.2rem;padding:.42rem .48rem .42rem 1.35rem;top:.85rem;box-shadow:0 1rem 3rem #190d2629}.brand{align-items:center;text-decoration:none;display:inline-flex}.brand__crop{width:auto;height:2.6rem;transition:height .68s cubic-bezier(.65,0,.35,1);display:block;overflow:hidden}.brand__crop img{object-fit:contain;width:auto;height:100%;transition:filter .56s ease-in-out;display:block}.site-header.is-scrolled .brand__crop{height:1.8rem}.site-header.is-scrolled .brand__crop img{filter:brightness(0)saturate()}.primary-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#180d256b;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:clamp(1.15rem,2vw,2.15rem);min-height:3.65rem;padding:.48rem 1.55rem;transition:border-color .56s ease-in-out,background-color .56s ease-in-out,box-shadow .64s ease-in-out;display:flex;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 1rem 2.7rem #05010a2e}.primary-nav__future,.primary-nav__locale{color:#fbf9ffc7;letter-spacing:.01em;white-space:nowrap;font-size:.85rem;font-weight:520}.primary-nav__future{cursor:default}.primary-nav__locale{color:#fbf9ff75;text-decoration:none;transition:color .36s}.primary-nav__locale strong{color:#fbf9ffe6;font-weight:620;transition:color .36s}.primary-nav__locale:hover,.primary-nav__locale:focus-visible{color:#fbf9ffe6}.primary-nav__mobile-contact,.menu-toggle{display:none}@media (width>=901px){.site-header.is-scrolled .primary-nav{background:0 0;border-color:#0000;box-shadow:0 1rem 2.7rem #05010a00}.site-header.is-scrolled .primary-nav>a:not(.primary-nav__mobile-contact){color:#4f4856}.site-header.is-scrolled .primary-nav>a:not(.primary-nav__mobile-contact):hover,.site-header.is-scrolled .primary-nav>a:not(.primary-nav__mobile-contact):focus-visible{color:#6845ce;background:#eee8ff}.site-header.is-scrolled .primary-nav__locale{color:#8a828e}.site-header.is-scrolled .primary-nav__locale strong,.site-header.is-scrolled .primary-nav__locale:hover,.site-header.is-scrolled .primary-nav__locale:focus-visible{color:#211b29}.header-cta{transition:color .56s ease-in-out, border-color .56s ease-in-out, background-color .56s ease-in-out, transform var(--duration-control) ease}.site-header.is-scrolled .header-cta{color:var(--color-text-on-dark);background:var(--color-action-primary);border-color:#0000}.site-header.is-scrolled .header-cta:hover,.site-header.is-scrolled .header-cta:focus-visible{color:var(--color-text-on-dark);background:var(--color-action-primary-hover)}}.hero__layout{z-index:3;grid-template-columns:minmax(12rem,.75fr) minmax(35rem,1.5fr);align-items:end;gap:clamp(4rem,8vw,10rem);min-height:calc(min(max(48rem,100svh),960px) - 7.2rem);padding-top:clamp(4rem,7vh,7rem);padding-bottom:clamp(3.4rem,6.5vh,5.5rem);display:grid;position:relative}.lovable-signal{align-self:end;max-width:15rem}.lovable-signal img{width:clamp(7.25rem,9vw,8.5rem);height:auto}.lovable-signal p{color:#fbf9ffb8;max-width:13.5rem;margin:1rem 0 0;font-size:.82rem;line-height:1.45}.lovable-signal__link{color:var(--color-surface-white);text-underline-offset:.18em;transition:text-decoration-color var(--duration-control) ease;-webkit-text-decoration:underline #fbf9ff73;text-decoration:underline #fbf9ff73}.lovable-signal__link:hover,.lovable-signal__link:focus-visible{-webkit-text-decoration-color:var(--color-surface-white);-webkit-text-decoration-color:var(--color-surface-white);text-decoration-color:var(--color-surface-white)}.hero__content{justify-self:end;width:min(100%,58rem)}.hero__eyebrow{color:#b8a3ff;letter-spacing:.015em;margin:0 0 1.4rem;font-size:clamp(.74rem,.85vw,.9rem);font-weight:620}.hero h1{color:var(--white);-webkit-text-fill-color:transparent;letter-spacing:-.06em;text-shadow:0 .04em .7em #1b072729;text-wrap:balance;background:linear-gradient(128deg,#fff 0%,#fffffff5 24%,#ffffffc2 62%,#ffffff75 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(4.25rem,6.15vw,6.15rem);font-weight:640;line-height:.91}.hero h1 span{white-space:nowrap;display:block}.hero__promise{color:#fbf9fff0;border-left:2px solid var(--violet-bright);letter-spacing:-.025em;max-width:38rem;margin:clamp(1.4rem,2.5vh,1.9rem) 0 0;padding-left:1rem;font-family:Urbanist Variable,Urbanist,Helvetica Neue,Arial,sans-serif;font-size:clamp(1.12rem,1.45vw,1.36rem);font-weight:650;line-height:1.25}.hero__intro{color:#fbf9ffc7;max-width:50rem;margin:clamp(1.1rem,2vh,1.55rem) 0 0;font-size:clamp(1rem,1.18vw,1.13rem);font-weight:430;line-height:1.55}.hero__actions{align-items:center;gap:.8rem;margin-top:clamp(1.65rem,3vh,2.25rem);display:flex}.brand:focus-visible,.menu-toggle:focus-visible,.client-logo:focus-visible{outline:3px solid var(--focus-color);outline-offset:4px}.reference-strip{z-index:5;color:#fbf9ffc7;background:linear-gradient(90deg,#07020fe8,#130721d6,#07020fe8);border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff1f;min-height:6.25rem;position:relative}.reference-strip__viewport{min-height:6.25rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%)}.reference-strip__track{opacity:0;width:max-content;min-height:6.25rem;transition:opacity .62s var(--ease-out-strong), transform .72s var(--ease-out-strong);align-items:center;animation:42s linear infinite reference-marquee;display:flex;transform:translateY(10px)}.reference-strip.is-visible .reference-strip__track,.reference-strip:not([data-reference-motion-ready=true]) .reference-strip__track{opacity:1;transform:translate(0)}.reference-strip__viewport:hover .reference-strip__track,.reference-strip__viewport:focus-within .reference-strip__track{animation-play-state:paused}.reference-strip__row{align-items:center;display:flex}@keyframes reference-marquee{0%{translate:0}to{translate:-50%}}.client-logo{color:#fbf9ffd6;width:13.5rem;min-height:6.25rem;transition:opacity var(--duration-state) ease;border-left:1px solid #ffffff24;place-items:center;padding-inline:1.5rem;text-decoration:none;display:grid}.client-logo img{object-fit:contain;filter:grayscale()contrast(1.08)brightness(0)invert();opacity:.72;width:auto;max-width:100%;transition:opacity var(--duration-state) ease}.client-logo:hover img,.client-logo:focus-visible img{opacity:1}@media (prefers-reduced-motion:reduce){.reference-strip__track{animation:none}}.client-logo__wordmark{font-family:var(--font-display,inherit);letter-spacing:.22em;color:#fbf9ffc7;font-size:1.05rem;font-weight:600}.client-logo--arista img{max-height:1.7rem}.client-logo--nexus img{max-height:1.45rem}.client-logo--fairfax img{max-height:2.05rem}.client-logo--room2road img{max-height:1.9rem}.client-logo--thiia img{max-height:1.55rem}.client-logo--ecosurveil img{max-height:1.8rem}.client-logo--geominnov img{max-height:1.7rem}.client-logo--egerine img{max-height:1.75rem}.point-of-view{color:#17131c;background:#fff}.point-of-view__grid{--point-of-view-edge-offset:max(var(--page-gutter), calc((100vw - var(--content-max)) / 2));--point-of-view-panel-padding:clamp(2.25rem, 4vw, 4rem);grid-template-columns:minmax(22rem,.7fr) minmax(40rem,1.3fr);min-height:clamp(48rem,65vw,57rem);display:grid}.point-of-view__marker{min-width:0;margin-left:calc(-1 * var(--point-of-view-edge-offset));padding:var(--point-of-view-panel-padding);padding-left:calc(var(--point-of-view-panel-padding) + var(--point-of-view-edge-offset));isolation:isolate;color:#fff;background:#0b0613;flex-direction:column;justify-content:space-between;display:flex;position:relative;overflow:hidden}.point-of-view__visual,.point-of-view__visual-veil{z-index:-2;width:100%;height:100%;position:absolute;inset:0}.point-of-view__visual{object-fit:cover;object-position:50% 50%}.point-of-view__visual-veil{z-index:-1;background:#05020a33}.point-of-view .section-index{color:#ffffffeb;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid #ffffffb8;justify-content:space-between;align-items:baseline;gap:1.5rem;padding-bottom:1rem;font-size:.78rem;font-weight:650;display:flex}.point-of-view__marker>p{z-index:1;color:#fff;letter-spacing:-.025em;text-wrap:balance;max-width:12ch;margin:0;font-size:clamp(1.45rem,2.35vw,2.35rem);font-weight:650;line-height:1.05;position:relative}.point-of-view__content{flex-direction:column;justify-content:center;min-width:0;padding:clamp(4.5rem,7vw,7.25rem) clamp(2.75rem,5.6vw,5.5rem);display:flex}.point-of-view:not(.point-of-view--atlas) h2{letter-spacing:-.03em;text-wrap:balance;max-width:15.5ch;margin:0;font-size:clamp(3.65rem,5.05vw,5.1rem);font-weight:610;line-height:1}.point-of-view h2>span{display:block}.scroll-lit-title__word{opacity:var(--word-opacity,.18);will-change:opacity;transition:opacity 80ms linear;display:inline}.point-of-view__pullquote{color:#5c3ed2;letter-spacing:-.028em;text-wrap:balance;max-width:36rem;margin:clamp(2.8rem,4vw,4rem) 0 0;font-size:clamp(1.45rem,2vw,1.9rem);font-weight:630;line-height:1.15}.point-of-view__body{border-top:1px solid #dcd8e0;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2rem,4vw,4rem);margin-top:clamp(2.5rem,4vw,3.5rem);padding-top:clamp(1.6rem,2.4vw,2.15rem);display:grid}.point-of-view__body p{color:#59545d;max-width:36rem;margin:0;font-size:clamp(1rem,1.18vw,1.12rem);line-height:1.62}.point-of-view__body strong{color:#26202a;font-weight:680}@media (width<=1120px){.site-header-slot,.site-header{min-height:6.5rem}.primary-nav{gap:1.05rem;padding-inline:1.15rem}.primary-nav__future,.primary-nav__locale{font-size:.78rem}.header-cta{padding-inline:1rem}.hero__layout{grid-template-columns:minmax(10rem,.6fr) minmax(30rem,1.4fr);gap:4rem;min-height:calc(min(max(48rem,100svh),960px) - 6.5rem)}.hero h1{font-size:clamp(3.7rem,6.1vw,4.8rem)}.point-of-view__grid{grid-template-columns:minmax(19rem,.72fr) minmax(32rem,1.28fr)}.point-of-view__marker,.point-of-view__content{padding-inline:clamp(2rem,4vw,3.5rem)}.point-of-view__marker{padding-left:calc(clamp(2rem, 4vw, 3.5rem) + var(--point-of-view-edge-offset))}.point-of-view:not(.point-of-view--atlas) h2{font-size:clamp(3.2rem,5.4vw,4.25rem)}}@media (width<=900px){:root{--page-gutter:1.45rem}.site-header-slot,.site-header{min-height:5.75rem}.site-header.is-scrolled{grid-template-columns:1fr auto;min-height:3.85rem;padding:.38rem .45rem .38rem .8rem;display:grid;top:.65rem}.site-header.is-scrolled .menu-toggle{color:#211b29;background:#211b290a;border-color:#211b2924}.site-header.is-scrolled .menu-toggle__mark{background:#211b2914}.header-cta{display:none}.menu-toggle{min-height:2.75rem;color:var(--white);text-transform:uppercase;letter-spacing:.06em;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#160b2166;border:1px solid #fff3;border-radius:999px;align-items:center;gap:.65rem;padding:.55rem .75rem .55rem 1rem;font-size:.76rem;font-weight:620;display:none}.menu-toggle[data-menu-ready=true]{display:inline-flex}.menu-toggle__mark{background:#ffffff1a;border-radius:50%;place-items:center;width:1.55rem;height:1.55rem;display:grid}.menu-toggle__mark svg{width:.9rem;height:.9rem}.primary-nav{background:#14091ff0;border-radius:.7rem;gap:0;width:min(22rem,100%);padding:1rem;display:grid;top:calc(100% - .3rem);left:auto;right:0;transform:none}.primary-nav[data-menu-ready=true]{display:none}.primary-nav[data-menu-ready=true].is-open{gap:0;display:grid}.primary-nav__future,.primary-nav__locale{border-bottom:1px solid #ffffff1a;padding:.85rem .25rem;font-size:.88rem}.primary-nav__mobile-contact{margin-top:.8rem;display:inline-flex}.hero{min-height:100svh;max-height:none}.hero__background{object-position:50% 50%}.hero__veil{background:linear-gradient(#03010957 0%,#03010914 42%,#04010b66 100%),radial-gradient(circle at 52% 68%,#0000 0 16%,#05010d38 76%)}.hero__layout{flex-direction:column;align-items:stretch;gap:2.8rem;min-height:calc(100svh - 5.75rem);padding-top:clamp(15rem,36vh,23rem);padding-bottom:2.5rem;display:flex}.hero__content{order:1;justify-self:auto;width:100%}.lovable-signal{border-top:1px solid #ffffff29;order:2;align-self:stretch;align-items:center;gap:1.1rem;max-width:none;padding-top:1.4rem;display:flex}.lovable-signal img{flex:none;width:6.8rem}.lovable-signal p{max-width:12rem;margin:0;font-size:.76rem}.hero h1{max-width:13ch;font-size:clamp(3.3rem,9.2vw,5.2rem)}.hero h1 span{white-space:normal}.hero__intro{max-width:43rem}.point-of-view__grid{border-inline:0;width:100%;min-height:auto;margin-inline:0;display:block}.point-of-view__marker{min-height:36rem;padding:3rem var(--page-gutter);margin-left:0}.point-of-view__visual{object-position:50% 46%}.point-of-view__marker>p{max-width:13ch;font-size:clamp(2rem,5.2vw,2.8rem)}.point-of-view__content{padding:clamp(4.5rem, 9vw, 6.5rem) var(--page-gutter)}.point-of-view:not(.point-of-view--atlas) h2{max-width:16ch;font-size:clamp(3.45rem,8vw,4.5rem)}.point-of-view__body{margin-top:3rem}}@media (width<=560px){:root{--page-gutter:1.25rem}.brand__crop{width:auto;height:2.1rem}.hero__background{object-position:50% 50%;transform:scale(1.03)}.hero__shader{transform:scale(1.08)}.hero__layout{gap:2.2rem;padding-top:clamp(13rem,32vh,17rem);padding-bottom:2.1rem}.hero__eyebrow{max-width:22rem;margin-bottom:1rem;font-size:.7rem}.hero h1{letter-spacing:-.055em;max-width:none;font-size:clamp(2.82rem,12.4vw,3.65rem);line-height:.93}.hero__promise{max-width:21rem;margin-top:1.2rem;padding-left:.85rem;font-size:1.05rem}.hero__intro{color:#fbf9ffcc;margin-top:1.15rem;font-size:.97rem;line-height:1.5}.hero__actions{flex-direction:column;align-items:stretch;margin-top:1.45rem}.hero__actions .button{justify-content:space-between;width:100%;min-height:3.25rem}.reference-strip,.reference-strip__viewport{min-height:5.5rem}.reference-strip__track{min-height:5.5rem;animation-duration:30s}.client-logo{width:10.25rem;min-height:5.5rem;padding-inline:1.25rem}.client-logo img{max-height:1.5rem}.client-logo--arista img{max-height:1.35rem}.client-logo--nexus img{max-height:1.2rem}.client-logo--fairfax img{max-height:1.7rem}.point-of-view__marker{min-height:31rem;padding:2rem var(--page-gutter);align-items:stretch;display:flex}.section-index{width:100%}.point-of-view__marker>p{max-width:11ch;margin-top:3rem;font-size:2rem}.point-of-view__content{padding:4rem var(--page-gutter) 4.5rem}.point-of-view:not(.point-of-view--atlas) h2{font-size:clamp(2.75rem,12vw,3.4rem);line-height:1}.point-of-view__pullquote{margin-top:2.75rem;font-size:1.55rem}.point-of-view__body{grid-template-columns:1fr;gap:1.25rem;margin-top:2.5rem;padding-top:1.5rem}.point-of-view__body p{font-size:1rem;line-height:1.58}}@media (height<=760px) and (width>=901px){.hero{min-height:max(43rem,100svh)}.hero__layout{min-height:calc(max(43rem,100svh) - 6.5rem);padding-top:2.5rem;padding-bottom:3rem}.hero h1{font-size:clamp(3.65rem,5.7vw,5rem)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}.scroll-lit-title__word{will-change:auto;opacity:1!important}.sprint-outcome__character{transition-delay:0s!important}[data-parallax],[data-background-parallax],[data-section-parallax],[data-offer-parallax],[data-case-parallax],[data-team-parallax],.case-study-stage__background{will-change:auto;translate:0!important}.point-of-view[data-section-motion-ready=true] [data-section-reveal],.point-of-view[data-section-motion-ready=true] .point-of-view__visual[data-section-reveal],.offer[data-offer-motion-ready=true] [data-offer-reveal],.offer[data-offer-motion-ready=true] .offer__visual[data-offer-reveal],.case-study-stage[data-case-motion-ready=true] [data-case-reveal]{filter:none!important;opacity:1!important;transition:opacity .18s var(--ease-out-strong)!important;transform:none!important}[data-hero-reveal],.client-logo{transition:opacity .18s var(--ease-out-strong)!important;transform:none!important}.method__grid>.method-step,.method__grid>.method-cta{will-change:auto;--method-scroll-offset:0px!important;translate:0 var(--method-base-offset)!important}.lovable-section [data-lovable-reveal]{opacity:1!important;filter:none!important;transition:none!important;transform:none!important}.lovable-section [data-lovable-parallax]{animation:none!important;translate:0!important}}.primary-nav>a:not(.primary-nav__mobile-contact){color:#fbf9ffc7;letter-spacing:.01em;white-space:nowrap;border-radius:999px;padding:.55rem .72rem;font-size:.85rem;font-weight:520;text-decoration:none;transition:color .36s,background-color .16s}.primary-nav>a:not(.primary-nav__mobile-contact):hover,.primary-nav>a:not(.primary-nav__mobile-contact):focus-visible{color:#fff}.projects{color:#211b29;background:#fbf4f6}.projects__header{z-index:0;isolation:isolate;border:0;grid-template-columns:minmax(15rem,.72fr) minmax(0,1.28fr);align-items:end;min-height:clamp(20rem,26vw,23rem);display:grid;position:relative}.projects__header:before{z-index:-1;content:"";background:#fbf4f6;width:100vw;position:absolute;inset:0 auto 0 50%;transform:translate(-50%)}.projects__header>.section-kicker{color:#514b58;border-right:0;align-self:end;padding:0 clamp(2rem,4vw,4rem) clamp(3rem,4.2vw,3.75rem)}.projects__header>.section-kicker span:first-child{color:var(--color-brand-500)}.projects__header>div:last-child{flex-direction:column;justify-content:end;padding:clamp(7rem,10vw,8.5rem) clamp(2.5rem,5vw,5rem) clamp(3rem,4.2vw,3.75rem);display:flex}.projects__header h2{color:#211b29;max-width:18ch;font-size:var(--font-size-title-section);letter-spacing:-.048em;text-wrap:balance;margin:0;font-weight:610;line-height:1.01}.projects__list{border-top:1px solid #4b395e1f}.project-story{color:var(--color-ink-800);background:#fff;border-bottom:1px solid #dcd8e0}.project-story__grid{border-inline:1px solid #e6e2e8;grid-template-columns:minmax(30rem,1.25fr) minmax(27rem,.75fr);min-height:clamp(48rem,67vw,60rem);display:grid}.project-story--arista .project-story__grid{border-inline:0;grid-template-columns:minmax(0,61.3fr) minmax(27rem,38.7fr);width:100%;max-width:none;margin-inline:0}.project-story__visual{background:#ece9ef;border-right:1px solid #d9d4dc;flex-direction:column;justify-content:space-between;min-width:0;padding:clamp(2rem,3.5vw,3.5rem);display:flex;position:relative;overflow:hidden}.project-story--arista .project-story__visual{color:#fff;background:#0c0713;border-right-color:#ffffff1f;padding:0}.project-story--nexus .project-story__visual{background:#ddd6ef}.project-story--fairfax .project-story__visual{background:#e2e5e8}.project-story__placeholder-logo{z-index:1;object-fit:contain;filter:grayscale()contrast(1.15)brightness(.42);align-self:center;width:auto;max-width:min(48%,18rem);max-height:4.5rem;margin-block:auto;position:relative}.project-story--fairfax .project-story__placeholder-logo{max-height:6rem}.project-story__background{object-fit:cover;object-position:50% 50%;width:100%;height:100%;position:absolute;inset:0}.project-story__app-preview{z-index:2;border:1px solid #ffffff38;width:min(76%,46rem);height:auto;position:absolute;top:19%;left:15%;box-shadow:0 2rem 5rem #05020a57}.project-story__brand-logo{z-index:2;filter:grayscale()brightness(0)invert();width:min(23%,14rem);height:auto;position:absolute;bottom:clamp(2.75rem,5vw,4.75rem);left:clamp(2.75rem,5vw,4.75rem)}.project-story__number{color:#53407b17;letter-spacing:-.1em;pointer-events:none;font-size:clamp(12rem,28vw,27rem);font-weight:650;line-height:.69;position:absolute;bottom:0;right:clamp(1.5rem,3vw,3rem)}.project-story__content{flex-direction:column;justify-content:center;min-width:0;padding:clamp(3rem,5vw,5.5rem);display:flex}.project-story--arista .project-story__content{justify-content:flex-start;padding:clamp(4rem,5vw,5rem) clamp(3.25rem,5vw,5rem) clamp(3rem,4vw,4rem)}.project-story--arista .project-story__meta{margin-bottom:clamp(2rem,3vw,3rem)}.project-story--arista .project-story__copy{gap:.85rem;margin-top:clamp(1.75rem,2.6vw,2.5rem)}.project-story__meta{color:#7456dc;letter-spacing:.045em;text-transform:uppercase;margin:0 0 clamp(2rem,4vw,4rem);font-size:.75rem;font-weight:690}.project-story h3{letter-spacing:-.045em;text-wrap:balance;max-width:15ch;margin:0;font-size:clamp(2.4rem,3.55vw,3.65rem);font-weight:620;line-height:1}.project-story__copy{gap:1rem;margin-top:clamp(2rem,3.6vw,3.25rem);display:grid}.project-story__copy p{color:#5e5862;margin:0;font-size:clamp(.96rem,1.05vw,1.06rem);line-height:1.58}.project-story__content>blockquote{border-top:1px solid #dcd7df;margin:2.25rem 0 0;padding:1.5rem 0 0}.project-story__content>blockquote p{color:#342b39;max-width:32rem;margin:0;font-size:1.12rem;font-weight:590;line-height:1.45}.project-story__content>blockquote cite{color:#77707b;margin-top:.9rem;font-size:.76rem;font-style:normal;display:block}.project-story .text-link{margin-top:clamp(2.4rem,4vw,4rem)}.project-story--arista .text-link{margin-top:clamp(1.75rem,2.6vw,2.5rem)}.project-story--editorial-rail{color:var(--white);background:#070911;border-bottom:0}.case-study-stage{--case-study-gutter:clamp(2.75rem, 3.85vw, 4rem);isolation:isolate;background:#080a12;height:100svh;min-height:45rem;position:relative;overflow:hidden}.case-study-stage__background,.case-study-stage__veil{position:absolute;inset:0}.case-study-stage__background{z-index:-2;object-fit:cover;object-position:50% 50%;will-change:translate;pointer-events:none;width:100%;height:138%;top:-19%;bottom:auto;translate:0}[data-case-parallax],[data-team-parallax]{will-change:translate;translate:0}.case-study-stage[data-case-motion-ready=true] [data-case-reveal]{opacity:0;filter:blur(12px);transition:opacity .9s var(--motion-ease-long), filter 1.1s var(--motion-ease-long), transform 1.1s var(--motion-ease-long);transform:scale(1.015)}.case-study-stage[data-case-motion-ready=true].is-case-product-visible [data-case-reveal]{opacity:1;filter:none;transform:scale(1)}.case-study-stage__inner{display:contents}.case-study-stage--nexus .case-study-stage__brand-logo{filter:none}.case-study-stage--fairfax{background:#111820}.case-study-stage--fairfax .case-study-stage__background{object-position:78% 50%;opacity:.24;filter:invert()grayscale()brightness(1.4)}.case-study-stage--fairfax .case-study-stage__brand-logo{filter:none}.case-study-stage--fairfax .case-study-stage__veil{background:linear-gradient(#080d1329 0%,#080d1338 52%,#080d137a 100%),linear-gradient(90deg,#080d13fa 0%,#080d13f0 28%,#080d13c7 40%,#080d1357 52%,#080d1314 70%,#080d1333 100%)}.case-study-stage__veil{z-index:-1;pointer-events:none;background:linear-gradient(#03050c59 0%,#03050c57 48%,#03050c8f 100%),linear-gradient(90deg,#03050cfa 0%,#03050cf2 27%,#03050cd6 38%,#03050c61 49%,#03050c1a 62%,#03050c47 100%)}.case-study-stage__meta,.case-study-stage__narrative,.case-study-stage__product,.case-study-stage__quote,.case-study-stage__proof{z-index:1;position:absolute}.case-study-stage__meta{top:clamp(2.6rem,6.6vh,4rem);left:var(--case-study-gutter);color:#fbf9ffd6;letter-spacing:.035em;text-transform:uppercase;align-items:center;gap:clamp(1rem,1.55vw,1.6rem);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:clamp(.68rem,.82vw,.84rem);font-weight:500;display:flex}.case-study-stage__meta span{white-space:nowrap}.case-study-stage__index{color:#9a79ff}.case-study-stage__client strong{color:var(--white);font-weight:570}.case-study-stage__sector{color:#fbf9ffc7}.case-study-stage__narrative{top:clamp(7.75rem,16.6vh,11rem);left:var(--case-study-gutter);width:min(32vw,34rem)}.case-study-stage__brand-logo{filter:grayscale()brightness(0)invert();width:min(10.5vw,11rem);height:auto;margin-bottom:clamp(2.75rem,6vh,3.75rem)}.case-study-stage--thiia .case-study-stage__brand-logo{filter:none;width:min(9vw,9rem)}.case-study-stage__narrative h3{max-width:15.5ch;color:var(--white);letter-spacing:-.046em;text-wrap:balance;margin:0;font-family:Urbanist Variable,Urbanist,sans-serif;font-size:clamp(3.1rem,min(4vw,7vh),4.25rem);font-weight:620;line-height:1.1}.case-study-stage__summary{color:#fbf9ffeb;text-wrap:pretty;max-width:43ch;margin:clamp(1rem,2.6vh,1.6rem) 0 0;font-size:clamp(1rem,1.2vw,1.25rem);line-height:1.48}.case-study-stage__product{top:clamp(6.75rem,15.2vh,10.25rem);right:var(--case-study-gutter);width:min(54.2vw,65rem)}.case-study-stage__preview{background:#070910f5;border:1px solid #ffffff52;border-radius:.45rem;padding-bottom:clamp(2.1rem,3.7vh,2.45rem);position:relative;overflow:hidden;box-shadow:0 2rem 5rem #0000006b}.case-study-stage__preview>img{width:100%;height:auto;display:block}.case-study-stage__product-grid{background:#ececef;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.case-study-stage__product-grid img{width:100%;height:auto;display:block}.case-study-stage__product-grid img+img{border-left:1px solid #0c0c121a}.case-study-stage__preview-jump{width:clamp(4rem,5.1vw,5.25rem);height:clamp(2.1rem,3.7vh,2.45rem);color:var(--white);background:var(--violet);place-items:center;display:grid;position:absolute;bottom:0;right:0}.case-study-stage__quote,.case-study-stage__proof{bottom:clamp(3.5rem,8.5vh,5.5rem);left:var(--case-study-gutter);background:0 0;border:0;border-top:1px solid #ffffff47;width:min(29vw,30.5rem);margin:0;padding:clamp(1.4rem,3.4vh,2.1rem) 0 0}.case-study-stage__quote p{color:#fbf9fff2;text-wrap:pretty;margin:0;padding-left:2.55rem;font-size:clamp(1rem,1.12vw,1.16rem);line-height:1.55;position:relative}.case-study-stage__quote p:before{color:#8d66ff;content:"“";font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:700;line-height:1;position:absolute;top:-.35rem;left:0}.case-study-stage__quote cite{color:#fbf9ffb3;letter-spacing:.01em;margin-top:clamp(1rem,2.1vh,1.35rem);padding-left:2.55rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:clamp(.7rem,.82vw,.84rem);font-style:normal;line-height:1.4;display:block}.case-study-stage__proof>span{color:#9a79ff;letter-spacing:.055em;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:clamp(.68rem,.78vw,.8rem);font-weight:560}.case-study-stage__proof p{color:#fbf9fff2;letter-spacing:-.025em;text-wrap:balance;max-width:28ch;margin:clamp(.85rem,1.8vh,1.15rem) 0 0;font-family:Urbanist Variable,Urbanist,sans-serif;font-size:clamp(1.25rem,1.65vw,1.65rem);font-weight:560;line-height:1.25}.case-study-stage--paper-centered{--case-study-paper-gap:clamp(3rem, 5vw, 5.75rem);min-height:45rem}.case-study-stage--paper-centered .case-study-stage__background{object-position:52% 50%}.case-study-stage--paper-centered .case-study-stage__veil{background:linear-gradient(#04070e1f 0%,#04070e30 58%,#04070e4d 100%),linear-gradient(90deg,#03050cc7 0%,#03050ca3 28%,#03050c57 49%,#03050c1f 72%,#03050c14 100%)}.case-study-stage--paper-centered.case-study-stage--nexus .case-study-stage__background{object-position:50% 44%}.case-study-stage--paper-centered.case-study-stage--nexus .case-study-stage__veil{background:linear-gradient(#05060e00 0%,#05060e14 100%)}.case-study-stage--paper-centered.case-study-stage--fairfax .case-study-stage__background{object-position:78% 50%}.case-study-stage--paper-centered.case-study-stage--fairfax .case-study-stage__veil{background:linear-gradient(#080d1329 0%,#080d1338 52%,#080d137a 100%),linear-gradient(90deg,#080d13fa 0%,#080d13f0 28%,#080d13c7 40%,#080d1357 52%,#080d1314 70%,#080d1333 100%)}.case-study-stage--paper-centered .case-study-stage__inner{z-index:1;align-content:center;align-items:center;column-gap:var(--case-study-paper-gap);width:min(calc(100% - (2 * var(--page-gutter))), var(--content-max));grid-template:"narrative product""proof product"/minmax(18rem,.72fr) minmax(0,1.28fr);row-gap:clamp(2rem,3.5vh,2.75rem);height:100%;margin-inline:auto;padding-block:clamp(5.5rem,10vh,8rem);display:grid;position:relative}.case-study-stage--paper-centered[data-has-detail=false] .case-study-stage__inner{grid-template-rows:auto;grid-template-areas:"narrative product"}.case-study-stage--paper-centered[data-has-detail=false] .case-study-stage__narrative{align-self:center}.case-study-stage--paper-centered .case-study-stage__narrative,.case-study-stage--paper-centered .case-study-stage__product{width:100%;position:relative;inset:auto}.case-study-stage--paper-centered .case-study-stage__narrative{grid-area:narrative;align-self:end;max-width:23.5rem}.case-study-stage--paper-centered .case-study-stage__brand-logo{width:clamp(6.7rem,8vw,8rem);margin-bottom:clamp(1.8rem,3.7vh,2.55rem)}.case-study-stage--paper-centered .case-study-stage__narrative h3{max-width:11.8ch;font-size:clamp(3rem,min(4.2vw,7.2vh),4.1rem);line-height:1.04}.case-study-stage--paper-centered .case-study-stage__summary{max-width:41ch;margin-top:clamp(1.05rem,2.2vh,1.4rem);font-size:clamp(.94rem,1.05vw,1.08rem);line-height:1.5}.case-study-stage--paper-centered .case-study-stage__project-link{margin-top:clamp(1.55rem,3vh,2rem)}.case-study-stage--paper-centered .case-study-stage__product{grid-area:product;place-self:center end;max-width:45rem}.case-study-stage--paper-centered .case-study-stage__proof{grid-area:proof;align-self:start;width:100%;max-width:23.5rem;padding-top:clamp(1.1rem,2.4vh,1.6rem);position:relative;inset:auto}.case-study-stage--paper-centered .case-study-stage__proof p{max-width:27ch;font-size:clamp(1.08rem,1.35vw,1.4rem)}.case-study-stage--paper-centered .case-study-stage__preview{border-color:#ffffff3d;border-radius:.35rem;padding-bottom:clamp(1.9rem,3.4vh,2.25rem);box-shadow:0 2.25rem 6rem #00000057}.case-study-stage--paper-centered .case-study-stage__preview-jump{width:clamp(3.8rem,4.8vw,4.75rem);height:clamp(1.9rem,3.4vh,2.25rem)}.case-study-stage--paper-centered .case-study-stage__preview--coded{box-shadow:none;background:0 0;border:0;padding-bottom:0;overflow:visible}.case-study-stage__preview--coded .case-hero-tablet{width:100%}.case-study-stage__preview--coded .case-study-stage__preview-jump{z-index:3;border-radius:.55rem;bottom:.8rem;right:.8rem}.case-study-stage[data-case-motion-ready=true] .case-study-stage__preview--coded *{animation-play-state:paused}.case-study-stage[data-case-motion-ready=true].is-case-product-visible .case-study-stage__preview--coded *{animation-play-state:running}.offer{--offer-surface:#fbf4f6;color:#211b29;background:var(--offer-surface)}.offer__grid{--offer-edge-offset:max(var(--page-gutter), calc((100vw - var(--content-max)) / 2));--offer-panel-padding:clamp(1.5rem, 2vw, 2rem);max-width:var(--content-max);background:var(--offer-surface);border-inline:1px solid #4b395e17;grid-template-columns:minmax(23rem,.8fr) minmax(39rem,1.2fr);min-height:clamp(50rem,62.5vw,56.25rem);margin-inline:auto;display:grid}.offer__aside{min-width:0;margin-left:calc(-1 * var(--offer-edge-offset));padding:clamp(3.5rem, 5vw, 4.5rem) var(--offer-panel-padding);padding-left:calc(var(--offer-panel-padding) + var(--offer-edge-offset));isolation:isolate;border-right:1px solid #4b395e17;position:relative;overflow:hidden}.offer__visual-frame{z-index:0;top:clamp(8.5rem,10vw,9rem);right:var(--offer-panel-padding);bottom:clamp(3.5rem,5vw,4.5rem);left:calc(var(--offer-panel-padding) + var(--offer-edge-offset));position:absolute;overflow:hidden}.offer__visual{object-fit:cover;object-position:50% 50%;opacity:1;will-change:translate;width:100%;height:106%;position:absolute;inset:-3% 0 auto}.offer__index{z-index:1;position:relative}.offer__aside .section-kicker{color:#625b67;border-bottom:1px solid #4b395e33;width:100%;padding-bottom:1.05rem}.offer__main{flex-direction:column;min-width:0;padding:clamp(6rem,8.9vw,8rem) clamp(1.5rem,2vw,2.25rem) clamp(3.5rem,5vw,4.5rem) clamp(3rem,4.8vw,5rem);display:flex}.offer__eyebrow{color:#6f45ed;letter-spacing:.065em;text-transform:uppercase;margin:0 0 clamp(1.65rem,2.4vw,2.15rem);font-size:.78rem;font-weight:720}.offer h2{color:#211b29;max-width:18ch;font-size:var(--font-size-title-section);letter-spacing:-.048em;text-wrap:balance;margin:0;font-weight:610;line-height:1.01}.offer h2 span{display:block}.offer-accordion{border-top:1px solid #4b395e33;margin-top:clamp(2.65rem,3.6vw,3.35rem)}.offer-accordion__item{transition:background-color .24s var(--ease-out-strong), box-shadow .24s var(--ease-out-strong);border-bottom:1px solid #4b395e2b;margin-inline:-1rem;padding-inline:1rem;position:relative}.offer-accordion__item.is-open{background:#7147ef0e;box-shadow:inset 3px 0 #7147ef}.offer-accordion__item button{color:#211b29;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:3rem minmax(0,1fr) 1.75rem;align-items:center;gap:1rem;width:100%;min-height:6.35rem;padding:1.15rem 0;display:grid}.offer-accordion__number{color:#7147ef;font-variant-numeric:tabular-nums;font-size:.76rem;font-weight:720}.offer-accordion__label{gap:.34rem;display:grid}.offer-accordion__label>span{color:#7147ef;letter-spacing:.09em;text-transform:uppercase;font-size:.63rem;font-weight:760;line-height:1}.offer-accordion__label>strong{letter-spacing:-.035em;font-size:clamp(1.25rem,1.65vw,1.62rem);font-weight:610;line-height:1.1}.offer-accordion__icon{transition:transform var(--duration-state) var(--ease-out-strong);place-items:center;display:grid}.offer-accordion__item.is-open .offer-accordion__icon{transform:rotate(180deg)}.offer-accordion__icon svg{color:#7147ef;stroke-width:1.4px;width:1.2rem;height:1.2rem}.offer-accordion__panel{--accordion-panel-inline-end:2.75rem;--accordion-panel-bottom:2.25rem;--accordion-panel-inline-start:4rem;padding:0 var(--accordion-panel-inline-end) var(--accordion-panel-bottom) var(--accordion-panel-inline-start)}.offer-accordion[data-accordion-ready=true] .offer-accordion__panel{opacity:0;transition:grid-template-rows calc(var(--duration-state) + var(--duration-instant)) var(--ease-out-strong), padding-bottom calc(var(--duration-state) + var(--duration-instant)) var(--ease-out-strong), opacity var(--duration-state) var(--ease-out-strong), translate var(--duration-state) var(--ease-out-strong);grid-template-rows:0fr;padding-bottom:0;display:grid;overflow:hidden;translate:0 -.4rem}.offer-accordion[data-accordion-ready=true] .offer-accordion__item.is-open .offer-accordion__panel{padding-bottom:var(--accordion-panel-bottom);opacity:1;grid-template-rows:1fr;translate:0}.offer-accordion__panel-inner{min-height:0}.offer-accordion[data-accordion-ready=true] .offer-accordion__panel-inner{overflow:hidden}.offer-accordion__panel-inner>p{color:#5f5864;max-width:43rem;margin:0;font-size:clamp(.95rem,1.08vw,1.04rem);line-height:1.58}.offer-accordion__result{color:#5b36c9;letter-spacing:.075em;text-transform:uppercase;align-items:center;gap:.58rem;margin-top:1.25rem;font-size:.7rem;font-weight:740;line-height:1.35;display:flex}.offer-accordion__result>span{background:#7147ef;flex:none;width:.42rem;height:.42rem}.offer__main>.text-link{color:#7147ef;letter-spacing:.075em;text-transform:uppercase;border-bottom:1px solid #8a69ef;margin-top:clamp(2.1rem,3vw,2.8rem);padding-bottom:.7rem;font-size:.8rem}[data-offer-parallax]{will-change:translate;translate:0}.offer[data-offer-motion-ready=true] [data-offer-reveal]{opacity:0;transform:translate3d(0, var(--offer-reveal-y,14px), 0);transition:opacity .62s var(--ease-out-strong) var(--offer-reveal-delay,0s), transform .76s var(--ease-out-strong) var(--offer-reveal-delay,0s)}.offer[data-offer-motion-ready=true] .offer__visual[data-offer-reveal]{filter:blur(12px);transition:opacity 1.1s var(--motion-ease-long), transform 1.4s var(--motion-ease-long), filter 1.4s var(--motion-ease-long);transform:translateY(48px)scale(1.02)}.offer[data-offer-motion-ready=true].is-offer-visible [data-offer-reveal]{opacity:1;transform:translate(0)}.offer[data-offer-motion-ready=true].is-offer-visible .offer__visual[data-offer-reveal]{filter:none;opacity:1;transform:translate(0)scale(1)}.method-lovable-transition{--lovable-surface:#f8f5f1;isolation:isolate;background:var(--lovable-surface);timeline-scope:--method-scroll;position:relative}.method{z-index:2;color:#f8f5fb;view-timeline:--method-scroll block;background:#17111e;border-top:1px solid #ffffff1a;position:relative;overflow:clip}.method__inner{border-inline:1px solid #ffffff14;min-height:68rem;padding-bottom:clamp(8rem,10vw,10rem)}.method__header{border-bottom:1px solid #ffffff17;grid-template-columns:minmax(13rem,.8fr) minmax(0,1.2fr);min-height:clamp(25rem,32vw,29rem);display:grid}.method__header>.section-kicker{border-right:1px solid #ffffff17;align-content:start;padding:3rem clamp(1.5rem,2vw,2.25rem)}.method__header>div:last-child{flex-direction:column;justify-content:end;padding:clamp(3.5rem,5vw,4.75rem) clamp(1.5rem,2vw,2.25rem) clamp(3.5rem,5vw,4.75rem) clamp(3rem,4.8vw,5rem);display:flex}.method h2{max-width:18ch;font-size:var(--font-size-title-section);letter-spacing:-.048em;text-wrap:balance;margin:0;font-weight:610;line-height:1.01}.method__intro{color:#f8f5fb9e;max-width:44rem;margin:clamp(1.4rem,2vw,1.9rem) 0 0;font-size:clamp(.96rem,1.08vw,1.06rem);line-height:1.62}.method__grid{background-image:linear-gradient(90deg,#0000 calc(33.333% - .5px),#ffffff14 calc(33.333% - .5px) calc(33.333% + .5px),#0000 calc(33.333% + .5px)),linear-gradient(90deg,#0000 calc(66.666% - .5px),#ffffff14 calc(66.666% - .5px) calc(66.666% + .5px),#0000 calc(66.666% + .5px));grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;display:grid}.method-step,.method-cta{--method-base-offset:0rem;translate:0 calc(var(--method-base-offset) + var(--method-scroll-offset,0px));will-change:translate;border-top:2px solid #976fffeb;border-bottom:1px solid #ffffff17;min-height:24rem;padding:clamp(2rem,3.4vw,3.3rem);position:relative}.method__grid>:nth-child(3n+2){--method-base-offset:3.25rem}.method__grid>:nth-child(3n){--method-base-offset:6.5rem}.method-step{background:#ffffff03;flex-direction:column;justify-content:space-between;display:flex}.method-step__meta{justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.method-step__number{color:#f8f5fbe0;letter-spacing:-.04em;font-variant-numeric:tabular-nums;font-size:clamp(1.8rem,2.2vw,2.15rem);font-weight:540;line-height:1}.method-step__progress{grid-template-columns:repeat(5,.36rem);gap:.28rem;padding-top:.35rem;display:grid}.method-step__progress>span{background:#f8f5fb33;width:.36rem;height:.36rem}.method-step__progress>.is-active{background:#9e79ff}.method-step__content{max-width:26rem}.method-step__eyebrow{color:#f8f5fbb8;letter-spacing:.075em;text-transform:uppercase;align-items:center;gap:.58rem;margin:0 0 1rem;font-size:.68rem;font-weight:670;line-height:1.4;display:flex}.method-step__eyebrow>span{background:#9e79ff;flex:none;width:.38rem;height:.38rem}.method-step h3{letter-spacing:-.04em;margin:0 0 1.15rem;font-size:clamp(1.7rem,2.25vw,2.35rem);font-weight:590}.method-step__content>p:last-child{color:#f8f5fb94;max-width:26rem;margin:0;font-size:.96rem;line-height:1.6}.lovable-section{--lovable-stage-height:min(44rem, 82svh);--lovable-ease-out:cubic-bezier(.16, 1, .3, 1);z-index:1;min-height:var(--lovable-stage-height);color:#17131c;background:var(--lovable-surface);position:relative;overflow:clip}.lovable-section__trigger{pointer-events:none;height:1px;margin-top:-1px;display:block}.lovable-section__background{--lovable-parallax-from:-24px;--lovable-parallax-to:24px;z-index:0;object-fit:cover;object-position:50% 50%;width:100%;height:calc(100% + 4rem);position:absolute;inset:-2rem 0}.lovable-section__content{z-index:2;min-height:var(--lovable-stage-height);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding-block:clamp(3.75rem,7vh,5.5rem);display:flex;position:relative}.lovable-section__badge{--lovable-parallax-from:9px;--lovable-parallax-to:-7px;aspect-ratio:1;background:#130f17e6;border:1px solid #ffffff61;border-radius:1rem;place-items:center;width:clamp(5.75rem,7vw,6.75rem);margin-bottom:clamp(1.35rem,2.4vh,1.8rem);padding:.85rem;display:grid;box-shadow:0 1.25rem 3rem #4e347529}.lovable-section__badge img{width:100%}.lovable-section h2{--lovable-parallax-from:7px;--lovable-parallax-to:-9px;max-width:15ch;font-size:var(--font-size-title-section);letter-spacing:-.048em;text-wrap:balance;margin:0;font-weight:610;line-height:1.01}.lovable-section__copy{--lovable-parallax-from:4px;--lovable-parallax-to:-5px;color:#17131ce0;text-wrap:pretty;max-width:51rem;margin:clamp(1.25rem,2.5vh,1.75rem) 0 0;font-size:clamp(.96rem,1.2vw,1.05rem);line-height:1.58}.lovable-section__cta{--lovable-parallax-from:2px;--lovable-parallax-to:-3px;margin-top:clamp(1.6rem,3vh,2.1rem)}.lovable-section[data-lovable-motion-ready=true] [data-lovable-reveal]{opacity:0;transition:opacity .72s var(--lovable-ease-out) var(--lovable-reveal-delay,0s), transform .88s var(--lovable-ease-out) var(--lovable-reveal-delay,0s), filter .88s var(--lovable-ease-out) var(--lovable-reveal-delay,0s)}.lovable-section[data-lovable-motion-ready=true] [data-lovable-reveal=blur]{filter:blur(8px);transform:translateY(12px)scale(.975)}.lovable-section[data-lovable-motion-ready=true] [data-lovable-reveal=slide]{transform:translateY(22px)}.lovable-section[data-lovable-motion-ready=true] .lovable-section__badge{--lovable-reveal-delay:0s}.lovable-section[data-lovable-motion-ready=true] h2{--lovable-reveal-delay:90ms}.lovable-section[data-lovable-motion-ready=true] .lovable-section__copy{--lovable-reveal-delay:.21s}.lovable-section[data-lovable-motion-ready=true] .lovable-section__cta{--lovable-reveal-delay:.31s}.lovable-section[data-lovable-motion-ready=true].is-lovable-visible [data-lovable-reveal]{opacity:1;filter:none;transform:none}@keyframes lovable-scroll-parallax{0%{translate:0 var(--lovable-parallax-from)}to{translate:0 var(--lovable-parallax-to)}}@media (width>=901px) and (height>=700px) and (prefers-reduced-motion:no-preference){.method-lovable-transition .method{box-shadow:0 2.5rem 6rem #12091857}.method-lovable-transition .lovable-section{position:sticky;bottom:0}@supports (timeline-scope:--method-scroll) and (animation-timeline:--method-scroll) and (animation-range:exit 0% exit 100%){.lovable-section [data-lovable-parallax]{animation:1ms linear both lovable-scroll-parallax;animation-timeline:--method-scroll;animation-range:exit}}}.team{color:#17131c;background:#fff}.team__inner{border-inline:1px solid #ece9ef}.team__header{border-bottom:1px solid #e5e1e7}.team__header>.section-kicker{justify-content:flex-start;gap:clamp(4.5rem,7vw,6.5rem);padding:2.3rem clamp(2.5rem,4vw,4rem)}.team h2{letter-spacing:-.052em;text-wrap:balance;max-width:none;margin:0 0 clamp(2.75rem,4vw,4rem);font-size:clamp(2.6rem,3vw,2.9rem);font-weight:610;line-height:.98}.team__layout{grid-template-columns:minmax(0,1.52fr) minmax(23rem,.88fr);align-items:stretch;display:grid}.team__profile,.team__commitment,.team__profile-copy{min-width:0}.team__profile{border-right:1px solid #e5e1e7;padding:clamp(3rem,4vw,4rem)}.team__profile-grid{grid-template-columns:minmax(17.5rem,1.12fr) minmax(15rem,.88fr);align-items:stretch;gap:clamp(2rem,3vw,3rem);display:grid}.team__portrait{background:#21102f;min-width:0;margin:0;overflow:hidden}.team__portrait img{object-fit:cover;object-position:50% 50%;width:100%;height:100%;min-height:38rem;display:block}.team__profile-copy{flex-direction:column;display:flex}.team__role,.team__commitment .team__commitment-label{color:var(--color-brand-500);letter-spacing:.065em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:700;line-height:1.35}.team__summary{color:#625c67;margin:clamp(2rem,2.5vw,2.6rem) 0 0;font-size:clamp(.96rem,1.1vw,1.06rem);line-height:1.58}.team__facts{margin-top:clamp(2rem,2.8vw,2.8rem)}.team__facts p{color:#17131c;letter-spacing:-.042em;text-wrap:balance;border-top:1px solid #ddd8e0;margin:0;padding:1.45rem 0 1.55rem;font-family:Urbanist Variable,Urbanist,Helvetica Neue,Arial,sans-serif;font-size:clamp(1.35rem,1.65vw,1.62rem);font-weight:610;line-height:1.08}.team__cta{color:#7147ef;letter-spacing:.075em;text-transform:uppercase;align-self:flex-start;margin-top:auto;padding-top:2rem;font-size:.8rem}.team__commitment{color:#fbf9ff;background:#171126;padding:clamp(3.5rem,4.6vw,4.75rem) clamp(2.5rem,3.8vw,4rem)}.team__commitment .team__commitment-label{color:#9a7cff;margin-bottom:clamp(3.5rem,5vw,5.5rem)}.team__commitment>p:not(.team__commitment-label){color:#fbf9ffe6;margin:0;padding-bottom:2.2rem;font-size:clamp(.98rem,1.2vw,1.12rem);line-height:1.62}.team__commitment>p:not(.team__commitment-label)+p{border-top:1px solid #fbf9ff33;padding-top:2.2rem}.team__commitment>p:last-child{padding-bottom:0}.sprint{color:var(--color-ink-800);background:#eeeaf7;border-top:1px solid #dcd5eb}.sprint__grid{border-inline:1px solid #dcd5eb;grid-template-columns:.9fr 1.1fr;min-height:56rem;display:grid}.sprint__intro{border-right:1px solid #d8d1e4;flex-direction:column;justify-content:center;min-width:0;padding:clamp(3.5rem,6vw,6.5rem);display:flex}.sprint__intro>.section-kicker{margin-bottom:clamp(5rem,8vw,8rem)}.sprint h2{max-width:18ch;font-size:var(--font-size-title-section);letter-spacing:-.048em;text-wrap:balance;margin:0 0 2.5rem;font-weight:610;line-height:1.01}.sprint__intro>p:not(.section-overline){color:#5f5865;max-width:42rem;margin:0;font-size:1rem;line-height:1.62}.sprint__intro>p+p{margin-top:1rem}.sprint__cta{width:fit-content;margin-top:2.8rem}.sprint__outcomes{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.sprint-outcome{min-height:18.65rem;transition:background-color .26s var(--ease-out-strong);background:0 0;border-bottom:1px solid #d8d1e4;border-right:1px solid #d8d1e4;flex-direction:column;justify-content:space-between;padding:clamp(2rem,3.6vw,3.5rem);display:flex}@media (hover:hover) and (pointer:fine){.sprint-outcome:hover{background:#e3dcf1}.sprint-outcome:hover .sprint-outcome__character{color:var(--color-brand-500);transition-delay:var(--karaoke-enter-delay)}}.sprint-outcome__index{color:#8065d9;font-size:.76rem;font-weight:700}.sprint-outcome p{letter-spacing:-.025em;max-width:23rem;margin:0;font-size:clamp(1.25rem,1.75vw,1.7rem);font-weight:570;line-height:1.15}.sprint-outcome__spoken{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sprint-outcome__word{white-space:nowrap;display:inline-block}.sprint-outcome__character{transition:color 70ms linear;transition-delay:var(--karaoke-exit-delay)}.contact{color:var(--color-ink-800);background:#f3f0f6}.contact__inner{border-inline:1px solid var(--color-line-light);grid-template-columns:.82fr 1.18fr;display:grid}.contact__intro{border-right:1px solid var(--color-line-light);flex-direction:column;min-width:0;padding:clamp(3.5rem,5vw,5.5rem);display:flex}.contact__intro>.section-kicker{margin-bottom:clamp(5rem,8vw,8rem)}.contact h2{max-width:16ch;font-size:var(--font-size-title-section);letter-spacing:-.048em;text-wrap:balance;margin:0;font-weight:610;line-height:1.01}.contact__intro>p{max-width:38rem;color:var(--color-text-body);margin:2.5rem 0 0;font-size:1rem;line-height:1.62}.contact__intro>.text-link{color:#7147ef;margin-top:auto;padding-top:5rem}.contact-form{--contact-form-line:var(--color-line-light);min-width:0;color:var(--color-ink-800);background:#f3f0f6;flex-direction:column;padding:clamp(2.75rem,4.5vw,4.75rem);display:flex}.contact-form__header{grid-template-columns:minmax(7rem,.38fr) minmax(0,1fr);align-items:start;gap:clamp(1.5rem,3vw,3rem);padding-bottom:clamp(2.5rem,4vw,4rem);display:grid}.contact-form__eyebrow{color:var(--color-text-body);letter-spacing:.07em;text-transform:uppercase;align-items:center;gap:.65rem;margin:0;font-size:.7rem;font-weight:720;display:flex}.contact-form__eyebrow span{background:var(--color-brand-500);width:.38rem;height:.38rem}.contact-form__header h3{letter-spacing:-.038em;text-wrap:balance;max-width:18ch;margin:0;font-size:clamp(1.55rem,2.25vw,2.2rem);font-weight:610;line-height:1.06}.contact-form__row{background:var(--contact-form-line);border-bottom:1px solid var(--contact-form-line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.contact-form__header+.contact-form__row{border-top:1px solid var(--contact-form-line)}.contact-form label{background:#ffffffb3;flex-direction:column;gap:0;min-width:0;margin:0;padding:0;transition:background-color .18s,box-shadow .18s;display:flex;position:relative}.contact-form>label{border-bottom:1px solid var(--contact-form-line)}.contact-form label>span{min-height:2.85rem;color:var(--color-text-body);letter-spacing:.07em;text-transform:uppercase;align-items:center;gap:.65rem;padding:.9rem 1.1rem .72rem;font-size:.7rem;font-weight:720;display:flex}.contact-form label>span:before{background:var(--color-brand-500);content:"";flex:none;width:.34rem;height:.34rem}.contact-form input,.contact-form select,.contact-form textarea{width:100%;color:var(--color-ink-800);font:inherit;background:#fcfbfd;border:0;border-top:1px solid #1c17200f;border-radius:0;outline:0;padding:0 1.1rem;font-size:1rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#8a828f;opacity:1}.contact-form input,.contact-form select{min-height:3.6rem}.contact-form select{appearance:auto;cursor:pointer}.contact-form textarea{resize:vertical;min-height:8.5rem;padding-block:1rem}.contact-form label:focus-within{z-index:1;box-shadow:inset 0 0 0 2px var(--color-brand-500);background:#fff}.contact-form__footer{background:var(--contact-form-line);border:1px solid var(--contact-form-line);grid-template-columns:minmax(14rem,.9fr) minmax(12rem,.6fr);gap:1px;margin-top:1rem;display:grid}.contact-form__footer p{color:#756d7a;background:#ffffffb8;align-items:center;margin:0;padding:1rem 1.15rem;font-size:.78rem;line-height:1.5;display:flex}.contact-form__success{color:#5937bb;align-items:center;gap:.75rem;margin:1.5rem 0 0;font-size:.82rem;display:flex}.contact-form__success svg{width:1rem;height:1rem}.contact-form__error{color:#93132b;background:#c42c4414;border:1px solid #c42c4438;border-radius:.75rem;margin:1.25rem 0 0;padding:.85rem 1rem;font-size:.82rem;line-height:1.5}.contact-form__submit[disabled]{opacity:.6;cursor:progress}.footer{color:#f8f5fba6;background:#0a070d;border-top:1px solid #ffffff17}.footer__grid{border-inline:1px solid #ffffff12;grid-template-columns:2fr 1fr 1.25fr;gap:clamp(3rem,7vw,7rem);padding-block:4rem;padding-inline:clamp(2rem,4vw,4rem);display:grid}.footer img{width:7.25rem}.footer p{max-width:22rem;margin:1.25rem 0 0;font-size:.88rem;line-height:1.55}.footer nav{align-content:start;gap:.8rem;display:grid}.footer nav a,.footer nav span{color:inherit;font-size:.82rem;text-decoration:none}.footer nav a:hover,.footer nav a:focus-visible{color:#fff}.offer-accordion__item button:focus-visible,.primary-nav>a:focus-visible,.footer a:focus-visible{outline:3px solid var(--focus-color);outline-offset:4px}@media (width<=1120px){.primary-nav>a:not(.primary-nav__mobile-contact){font-size:.78rem}.offer__grid{grid-template-columns:minmax(20rem,.78fr) minmax(34rem,1.22fr)}.project-story__grid{grid-template-columns:minmax(26rem,1fr) minmax(25rem,.9fr)}.method__grid{background-image:linear-gradient(90deg,#0000 calc(50% - .5px),#ffffff14 calc(50% - .5px) calc(50% + .5px),#0000 calc(50% + .5px));grid-template-columns:repeat(2,minmax(0,1fr))}.method-step,.method-cta{min-height:22rem}.method__grid>.method-step,.method__grid>.method-cta{--method-base-offset:0rem}.method__grid>:nth-child(2n){--method-base-offset:2.75rem}.team__layout{grid-template-columns:minmax(0,1.34fr) minmax(20rem,.76fr)}.team__profile{padding:3rem clamp(2rem,3vw,3rem)}.team__profile-grid{grid-template-columns:minmax(12rem,.82fr) minmax(14rem,1fr);gap:clamp(1.75rem,2.5vw,2.5rem)}.team__portrait img{min-height:34rem}.team__commitment{padding-inline:clamp(2rem,3vw,3rem)}.contact__inner{grid-template-columns:.9fr 1.1fr}.contact-form__footer{grid-template-columns:1fr}}@media (width<=900px){.primary-nav>a:not(.primary-nav__mobile-contact){border-bottom:1px solid #ffffff1a;padding:.85rem .25rem;font-size:.88rem}.method__header{border-inline:0;min-height:auto;display:block}.method__header>.section-kicker{padding:2.5rem var(--page-gutter);border-bottom:1px solid #ffffff1a;border-right:0}.method__header>div:last-child{padding:clamp(4rem, 9vw, 6rem) var(--page-gutter)}.team h2{font-size:clamp(2.6rem,5.8vw,3rem)}.projects__header{min-height:clamp(17rem,48vw,20rem);padding:clamp(5.5rem, 14vw, 7rem) var(--page-gutter) 3rem;flex-direction:column;justify-content:flex-end;align-items:stretch;gap:1.75rem;display:flex}.projects__header>.section-kicker,.projects__header>div:last-child{border:0;padding:0}.projects__header>.section-kicker{align-self:stretch}.projects__header>div:last-child{display:block}.projects__header h2{max-width:15ch;font-size:clamp(2.35rem,8vw,3rem);line-height:1.01}.project-story__grid{border-inline:0;min-height:auto;display:block}.project-story__visual{border-bottom:1px solid #d9d4dc;border-right:0;min-height:34rem}.project-story--arista .project-story__visual{min-height:40rem}.project-story__app-preview{width:84%;top:18%;left:8%}.project-story__brand-logo{bottom:2.5rem;left:var(--page-gutter);width:min(27%,12rem)}.project-story__content{padding:clamp(4rem, 9vw, 6rem) var(--page-gutter)}.project-story h3{font-size:clamp(2.8rem,7vw,4rem)}.offer__grid{border-inline:0;width:100%;min-height:auto;margin-inline:0;display:block}.offer__aside{min-height:36rem;padding:2.5rem var(--page-gutter);border-bottom:1px solid #4b395e1f;border-right:0;margin-left:0}.offer__visual-frame{width:min(calc(100% - (2 * var(--page-gutter))), 23rem);aspect-ratio:4/5;inset:5.75rem auto auto 50%;transform:translate(-50%)}.offer__visual{object-position:50% 47%;height:108%;inset:-4% 0 auto}.offer__main{padding:clamp(4rem, 9vw, 6rem) var(--page-gutter)}.offer h2,.method h2,.sprint h2,.lovable-section h2{max-width:15ch;font-size:clamp(2.35rem,8vw,3rem);line-height:1.01}.method__inner{border-inline:0}.method__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lovable-section__content{padding-block:clamp(3.5rem,8vh,4.75rem)}.team__inner{border-inline:0}.team__header>.section-kicker{padding:2rem var(--page-gutter)}.team__layout{grid-template-columns:1fr}.team__profile{border-bottom:1px solid #e5e1e7;border-right:0}.team__profile-grid{grid-template-columns:minmax(14rem,.82fr) minmax(17rem,1fr)}.team__portrait img{min-height:36rem}.sprint__grid{border-inline:0;min-height:auto;display:block}.sprint__intro{padding:clamp(4rem, 9vw, 6rem) var(--page-gutter);border-bottom:1px solid #d8d1e4;border-right:0}.sprint__intro>.section-kicker{margin-bottom:5rem}.sprint__outcomes{grid-template-columns:repeat(2,minmax(0,1fr))}.contact__inner{border-inline:0;display:block}.contact__intro,.contact-form{padding:clamp(4rem, 9vw, 6rem) var(--page-gutter)}.contact__intro{border-right:0;border-bottom:1px solid var(--color-line-light);min-height:38rem}.contact-form{border-left:0}.contact h2{max-width:15ch;font-size:clamp(2.35rem,8vw,3rem)}.footer__grid{grid-template-columns:1.6fr 1fr 1fr}}@media (width<=560px){.contact h2,.sprint h2{font-size:clamp(2.1rem,10.2vw,2.7rem)}.team h2{margin-bottom:2.5rem;font-size:clamp(2.45rem,10.5vw,2.9rem)}.offer h2,.method h2{font-size:clamp(2.1rem,10.2vw,2.7rem)}.lovable-section{--lovable-stage-height:min(40rem, 88svh)}.lovable-section h2{max-width:14ch;font-size:clamp(2.1rem,10.2vw,2.7rem)}.lovable-section__badge{border-radius:.85rem;width:5.5rem;padding:.8rem}.lovable-section__copy{max-width:35rem;font-size:.94rem;line-height:1.55}.projects__header{min-height:17rem;padding-top:5rem;padding-bottom:2.75rem}.projects__header h2{font-size:clamp(2.1rem,10.2vw,2.7rem)}.project-story__visual{min-height:25rem;padding:1.5rem var(--page-gutter)}.project-story__placeholder-logo{max-width:56%;max-height:3.5rem}.project-story--arista .project-story__visual{min-height:31rem;padding:0}.project-story__app-preview{width:88%;top:17%;left:6%}.project-story__brand-logo{width:min(36%,10rem);bottom:1.75rem}.project-story__number{font-size:12rem}.project-story__content{padding-block:3.5rem 4.5rem}.project-story h3{font-size:clamp(2.5rem,11vw,3.2rem)}.offer__aside{min-height:34rem}.offer__visual-frame{width:min(calc(100% - (2 * var(--page-gutter))), 20rem);top:5.5rem}.offer__main{padding-block:3.75rem 4.25rem}.offer__eyebrow{margin-bottom:1.45rem;font-size:.72rem}.offer-accordion{margin-top:2.4rem}.offer-accordion__item button{grid-template-columns:2rem 1fr 1.5rem;min-height:6rem}.offer-accordion__panel{--accordion-panel-inline-end:1.5rem;--accordion-panel-bottom:2rem;--accordion-panel-inline-start:3rem}.offer-accordion__item{margin-inline:-.65rem;padding-inline:.65rem}.method__grid{background-image:none;grid-template-columns:1fr}.method__grid>.method-step,.method__grid>.method-cta{--method-base-offset:0rem;min-height:19rem;padding:2rem var(--page-gutter)}.team__profile,.team__commitment{padding:3rem var(--page-gutter)}.team__profile-grid{display:block}.team__portrait{aspect-ratio:2/3}.team__portrait img{min-height:0}.team__profile-copy{margin-top:2.5rem}.team__summary{margin-top:1.5rem}.team__cta{margin-top:1rem}.team__commitment .team__commitment-label{margin-bottom:3.25rem}.sprint__outcomes{grid-template-columns:1fr}.sprint-outcome{min-height:13rem;padding:2rem var(--page-gutter);border-right:0}.sprint__cta{justify-content:space-between;width:100%}.contact__intro{min-height:34rem}.contact__intro>.section-kicker{margin-bottom:5rem}.contact-form__row{grid-template-columns:1fr}.contact-form__header{grid-template-columns:1fr;gap:1.5rem;padding-bottom:2.5rem}.contact-form__footer{gap:1px}.footer__grid{padding:3rem var(--page-gutter);grid-template-columns:1fr;gap:2.5rem}}@media (width>=901px) and (width<=1200px){.case-study-stage{--case-study-gutter:clamp(2rem, 3vw, 3rem)}.case-study-stage__meta{top:clamp(2.4rem,6vh,3.25rem)}.case-study-stage__narrative{width:38vw;top:clamp(7rem,15vh,8.5rem)}.case-study-stage__brand-logo{width:clamp(8rem,12vw,9rem);margin-bottom:clamp(2.25rem,5vh,3rem)}.case-study-stage__narrative h3{font-size:clamp(3rem,min(5vw,7vh),3.5rem)}.case-study-stage__summary{font-size:clamp(.94rem,1.55vw,1.05rem)}.case-study-stage__product{width:auto;top:clamp(7.5rem,17vh,9.5rem);left:45%;right:2rem}.case-study-stage__quote,.case-study-stage__proof{width:35vw;bottom:clamp(2.8rem,7vh,4rem)}.case-study-stage__quote p{padding-left:2.2rem;font-size:clamp(.88rem,1.4vw,1rem)}.case-study-stage__quote cite{padding-left:2.2rem;font-size:.68rem}.case-study-stage__proof p{font-size:clamp(1.08rem,2vw,1.35rem)}}@media (width<=900px){.case-study-stage{height:auto;min-height:100svh;padding:clamp(1.75rem, 4vw, 2.5rem) var(--page-gutter) clamp(4.5rem, 9vw, 6rem);grid-template-columns:minmax(0,1fr);display:grid}.case-study-stage__veil{background:linear-gradient(#03050cb3 0%,#03050cc2 48%,#03050ced 100%),linear-gradient(90deg,#03050c8c,#03050c33)}.case-study-stage__meta,.case-study-stage__narrative,.case-study-stage__product,.case-study-stage__quote,.case-study-stage__proof{width:100%;position:relative;inset:auto}.case-study-stage__meta{min-height:1rem;font-size:.7rem}.case-study-stage__narrative{max-width:42rem;margin-top:clamp(4.5rem,11vw,6.5rem)}.case-study-stage__brand-logo{width:min(9rem,36%);margin-bottom:clamp(2.5rem,7vw,3.5rem)}.case-study-stage__narrative h3{max-width:14ch;font-size:clamp(3rem,8vw,4.25rem)}.case-study-stage__summary{max-width:42ch;font-size:clamp(1rem,2.5vw,1.12rem)}.case-study-stage__product{max-width:44rem;margin-top:clamp(3.5rem,8vw,5rem)}.case-study-stage__quote,.case-study-stage__proof{max-width:38rem;margin-top:clamp(3.5rem,9vw,5rem);padding-top:clamp(1.5rem,4vw,2rem)}.case-study-stage__quote p{max-width:34ch;font-size:clamp(1rem,2.6vw,1.12rem)}.case-study-stage__quote cite{font-size:.72rem}.case-study-stage__proof p{max-width:30ch;font-size:clamp(1.2rem,3.4vw,1.45rem)}}@media (width<=560px){.case-study-stage{padding-top:1.5rem;padding-bottom:4rem}.case-study-stage__background{object-position:58% 50%}.case-study-stage--paper-centered.case-study-stage--nexus .case-study-stage__background{object-position:50% 48%}.case-study-stage--fairfax .case-study-stage__background{object-position:78% 50%}.case-study-stage__meta{gap:1rem;font-size:.61rem}.case-study-stage__sector{display:none}.case-study-stage__narrative{margin-top:3.75rem}.case-study-stage__brand-logo{width:min(7.75rem,45%);margin-bottom:2.5rem}.case-study-stage__narrative h3{max-width:14ch;font-size:clamp(2.65rem,12vw,3.2rem)}.case-study-stage__summary{margin-top:1.15rem;font-size:.96rem;line-height:1.5}.case-study-stage__project-link{margin-top:1.25rem}.case-study-stage__product{margin-top:3rem}.case-study-stage__preview{padding-bottom:2.15rem;box-shadow:0 1.5rem 3rem #00000057}.case-study-stage__preview-jump{width:3.75rem;height:2.15rem}.case-study-stage--nexus .case-study-stage__product-grid{grid-template-columns:minmax(0,1fr)}.case-study-stage--nexus .case-study-stage__product-grid img:first-child{display:none}.case-study-stage--nexus .case-study-stage__product-grid img+img{border-left:0}.case-study-stage__quote,.case-study-stage__proof{margin-top:3rem}.case-study-stage__quote p{max-width:26ch;padding-left:2.2rem;font-size:1rem}.case-study-stage__quote cite{padding-left:2.2rem;font-size:.66rem}.case-study-stage__proof p{max-width:24ch;font-size:1.22rem}}@media (width>=901px) and (width<=1200px){.case-study-stage--paper-centered .case-study-stage__inner{grid-template-columns:minmax(17rem,.7fr) minmax(0,1.3fr);gap:clamp(2.5rem,4vw,3.75rem)}.case-study-stage--paper-centered .case-study-stage__narrative,.case-study-stage--paper-centered .case-study-stage__product{width:100%;position:relative;inset:auto}.case-study-stage--paper-centered .case-study-stage__narrative{max-width:21rem}.case-study-stage--paper-centered .case-study-stage__narrative h3{font-size:clamp(2.85rem,min(4.7vw,6.6vh),3.45rem)}}@media (width<=900px){.case-study-stage--paper-centered{min-height:100svh;padding:0;display:block}.case-study-stage--paper-centered .case-study-stage__veil{background:linear-gradient(#03050c94 0%,#03050ca3 50%,#03050cd1 100%),linear-gradient(90deg,#03050c6b,#03050c24)}.case-study-stage--paper-centered .case-study-stage__inner{width:min(calc(100% - (2 * var(--page-gutter))), var(--content-max));grid-template-columns:minmax(0,1fr);grid-template-areas:"narrative""product""proof";align-content:center;gap:clamp(3.5rem,8vw,5rem);height:auto;min-height:100svh;padding-block:clamp(5rem,10vw,7rem);display:grid}.case-study-stage--paper-centered[data-has-detail=false] .case-study-stage__inner{grid-template-rows:auto auto;grid-template-areas:"narrative""product"}.case-study-stage--paper-centered .case-study-stage__narrative,.case-study-stage--paper-centered .case-study-stage__product{width:100%;margin:0;position:relative;inset:auto}.case-study-stage--paper-centered .case-study-stage__narrative{max-width:35rem}.case-study-stage--paper-centered .case-study-stage__brand-logo{width:min(7rem,32%);margin-bottom:2rem}.case-study-stage--paper-centered .case-study-stage__narrative h3{max-width:12ch;font-size:clamp(2.9rem,7.8vw,4rem)}.case-study-stage--paper-centered .case-study-stage__product{max-width:44rem}.case-study-stage--paper-centered .case-study-stage__proof{width:100%;max-width:35rem;margin:0}}@media (width<=560px){.case-study-stage--paper-centered .case-study-stage__inner{gap:3rem;padding-block:4.5rem 5rem}.case-study-stage--paper-centered .case-study-stage__brand-logo{width:min(6.5rem,38%);margin-bottom:1.75rem}.case-study-stage--paper-centered .case-study-stage__narrative h3{font-size:clamp(2.55rem,11vw,3.1rem)}.case-study-stage--paper-centered .case-study-stage__project-link{margin-top:1.45rem}}.breadcrumb{margin:0 0 1.25rem}.breadcrumb ol{font-family:var(--font-sans,inherit);letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:.55rem;margin:0;padding:0;font-size:.78rem;list-style:none;display:flex}.breadcrumb li{color:color-mix(in srgb, currentColor 62%, transparent);align-items:center;gap:.55rem;display:flex}.breadcrumb li+li:before{content:"/";opacity:.45}.breadcrumb a{color:inherit;border-bottom:1px solid #0000;text-decoration:none;transition:border-color .18s,opacity .18s}.breadcrumb a:hover{border-bottom-color:currentColor}.breadcrumb [aria-current=page]{color:currentColor;opacity:1}.breadcrumb--light{color:#fff}.projects__more{justify-content:center;padding:clamp(2.5rem,5vw,4rem) 0 0;display:flex}.projects-page__top{background:var(--gradient-hero,linear-gradient(160deg, #05010d 0%, #2a1050 55%, #4b1d7a 100%));color:#fff;padding-bottom:clamp(3rem,7vw,6rem);position:relative}.projects-page__intro{padding-top:clamp(3rem,8vw,6.5rem)}.projects-page__intro h1{letter-spacing:-.02em;margin:.6rem 0 1.1rem;font-size:clamp(2.4rem,6vw,4.2rem);line-height:1.02}.projects-page__lede{color:#ffffffc7;max-width:48ch;margin:0;font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.6}.route-view{animation:.22s ease-out both route-view-in}@keyframes route-view-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.route-view{animation:none}}
