@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap";:root{color:#101210;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--ink:#101210;--ink-soft:#171a17;--paper:#f4f1e9;--paper-warm:#e9e5da;--white:#fffefa;--acid:#dfff55;--muted:#666962;--line:#10121029;--line-light:#ffffff26;--mono:"DM Mono", "SFMono-Regular", Consolas, monospace;--shell:1280px;--radius-sm:12px;--radius-md:22px;--radius-lg:34px;background:#f4f1e9;font-family:Manrope,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);min-width:320px;min-height:100vh;color:var(--ink);margin:0;overflow-x:hidden}body,button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}img,svg{display:block}p,h1,h2,h3{margin-top:0}::selection{color:var(--ink);background:var(--acid)}.shell{width:min(calc(100% - 64px), var(--shell));margin-inline:auto}.skip-link{z-index:999;color:var(--ink);background:var(--acid);padding:10px 16px;transition:transform .18s;position:fixed;top:10px;left:10px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.eyebrow{color:#4e514b;font-family:var(--mono);letter-spacing:.11em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:22px;font-size:11px;font-weight:500;line-height:1.3;display:flex}.eyebrow:before{content:"";background:currentColor;width:24px;height:1px}.eyebrow--light{color:#ffffff9e}.button{letter-spacing:-.01em;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:24px;min-height:52px;padding:0 24px;font-size:13px;font-weight:700;transition:transform .18s,background .18s,color .18s,border-color .18s;display:inline-flex}.button svg{transition:transform .18s}.button:hover{transform:translateY(-2px)}.button:hover svg{transform:translate(3px)}.button--dark{color:#fff;background:var(--ink)}.button--dark:hover{color:var(--ink);background:var(--acid)}.button--accent{color:var(--ink);background:var(--acid);border-color:var(--acid)}.button--accent:hover{background:#edff9a;border-color:#edff9a}.button--wide{width:100%}.text-link{align-items:center;gap:11px;font-size:13px;font-weight:700;display:inline-flex}.text-link>span{border:1px solid;border-radius:50%;place-items:center;width:24px;height:24px;transition:transform .18s;display:grid}.text-link:hover>span,.text-link:hover svg{transform:translateY(3px)}[data-reveal]{opacity:0;transition:opacity .7s cubic-bezier(.2,.75,.25,1),transform .7s cubic-bezier(.2,.75,.25,1);transition-delay:var(--delay,0s);transform:translateY(26px)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.site-header{z-index:100;border-color:var(--line);border-bottom:1px solid var(--line);background:#f4f1e9f5;position:fixed;top:0;left:0;right:0}.site-header__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:34px;height:90px;display:grid}.wordmark{align-items:center;gap:10px;width:fit-content;display:inline-flex}.wordmark__mark{width:39px;height:39px}.wordmark__text{letter-spacing:-.05em;flex-direction:column;font-size:14px;font-weight:600;line-height:.92;display:flex}.wordmark--light{color:#fff}.nav{align-items:center;gap:24px;display:flex}.nav>a:not(.nav__mobile-cta){color:#3c3f39;font-size:12px;font-weight:600;position:relative}.nav>a:not(.nav__mobile-cta):after{background:var(--ink);content:"";transform-origin:100%;height:1px;transition:transform .18s;position:absolute;bottom:-6px;left:0;right:0;transform:scaleX(0)}.nav>a:not(.nav__mobile-cta):hover:after{transform-origin:0;transform:scaleX(1)}.nav__mobile-cta{display:none}.site-header__actions{justify-self:end;align-items:center;gap:12px;display:flex}.language-switcher{background:#ffffff61;border:1px solid #10121033;border-radius:999px;align-items:center;gap:2px;padding:3px;display:inline-flex}.language-switcher a{color:#666962;width:29px;height:29px;font-family:var(--mono);letter-spacing:.04em;border-radius:50%;place-items:center;font-size:7px;font-weight:500;transition:color .18s,background .18s,transform .18s;display:grid}.language-switcher a:hover{color:var(--ink);transform:translateY(-1px)}.language-switcher a:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.language-switcher .language-switcher__active{color:var(--ink);background:var(--acid)}.site-header__cta{justify-self:end;gap:14px;min-height:44px;padding-inline:20px;font-size:12px}.menu-button{display:none}.hero{background:radial-gradient(circle at 76% 18%, #dfff5540, transparent 23%), radial-gradient(circle at 15% 78%, #ffffffe0, transparent 27%), var(--paper);padding-top:90px;position:relative;overflow:hidden}.hero:before{opacity:.28;content:"";pointer-events:none;background-image:linear-gradient(#1012100e 1px,#0000 1px),linear-gradient(90deg,#1012100e 1px,#0000 1px);background-size:88px 88px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 90%);mask-image:linear-gradient(#000 0%,#0000 90%)}.hero__grid{grid-template-columns:minmax(0,1fr) minmax(490px,.88fr);align-items:center;gap:clamp(40px,6vw,94px);min-height:720px;padding-top:54px;padding-bottom:70px;display:grid;position:relative}.hero__copy{z-index:2;max-width:720px;position:relative}.hero h1{letter-spacing:-.076em;max-width:760px;margin-bottom:32px;font-size:clamp(64px,6.6vw,104px);font-weight:500;line-height:.91}html[lang=es] .hero h1,html[lang=fr] .hero h1{letter-spacing:-.067em;font-size:clamp(57px,5.45vw,84px);line-height:.94}.hero h1 em{letter-spacing:-.06em;font-family:Georgia,Times New Roman,serif;font-weight:400;position:relative}.hero h1 em:after{background:var(--acid);content:"";z-index:-1;border-radius:99px;height:8px;position:absolute;bottom:2px;left:3px;right:-2px;transform:rotate(-1deg)}.hero__lede{color:#4e514b;letter-spacing:-.025em;max-width:610px;margin-bottom:34px;font-size:clamp(16px,1.35vw,19px);line-height:1.62}.hero__actions{align-items:center;gap:28px;display:flex}.hero__assurances{color:#62655f;font-family:var(--mono);letter-spacing:.02em;flex-wrap:wrap;gap:20px;margin-top:32px;font-size:10px;display:flex}.hero__assurances span{align-items:center;gap:7px;display:flex}.hero__assurances svg{width:15px;height:15px;color:var(--ink);border:1px solid var(--ink);border-radius:50%;padding:2px}.hero__visual{z-index:1;justify-self:end;width:100%;max-width:620px;position:relative}.store-console{color:#fff;background:linear-gradient(145deg,#ffffff0e,#0000 32%),#111411;border:1px solid #ffffff1a;border-radius:36px;min-height:570px;position:relative;overflow:hidden;box-shadow:0 34px 80px #1113113d,0 8px 24px #11131126}.store-console:after{opacity:.1;content:"";pointer-events:none;background-image:radial-gradient(#ffffffb8 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:52px 0 50px;-webkit-mask-image:radial-gradient(circle,#000,#0000 76%);mask-image:radial-gradient(circle,#000,#0000 76%)}.store-console__glow{z-index:0;filter:blur(30px);background:#dfff5512;border-radius:50%;width:320px;height:320px;position:absolute;top:130px;left:50%;transform:translate(-50%)}.store-console__topbar,.store-console__status{z-index:4;color:#ffffff91;min-height:54px;font-family:var(--mono);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:10px;padding:0 22px;font-size:9px;display:flex;position:relative}.store-console__topbar{border-bottom:1px solid var(--line-light)}.store-console__time{margin-left:auto}.example-dot{background:var(--acid);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #dfff5517}.store-canvas{z-index:2;height:464px;position:relative}.store-canvas__lines{z-index:0;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.store-canvas__lines path{fill:none;stroke:#fff3;stroke-width:1.2px;stroke-dasharray:4 7}.store-canvas__lines .store-canvas__result-line{stroke:var(--acid);stroke-width:1.8px;stroke-dasharray:none}.store-card{z-index:2;background:#202420;border:1px solid #ffffff29;border-radius:15px;flex-direction:column;width:194px;min-height:103px;padding:13px 14px;display:flex;position:absolute;box-shadow:0 12px 30px #0000002e}.store-photo{z-index:2;background:#202420;border:1px solid #ffffff2e;border-radius:16px;width:240px;height:140px;margin:0;position:absolute;top:32px;left:18px;overflow:hidden;box-shadow:0 16px 35px #00000047}.store-photo img,.store-photo__gradient{width:100%;height:100%;position:absolute;inset:0}.store-photo img{object-fit:cover;object-position:center;filter:saturate(.82)contrast(1.04)}.store-photo__gradient{background:linear-gradient(#0f120f05 32%,#0f120fe6 100%),linear-gradient(90deg,#0f120f2e,#0000 58%)}.store-photo figcaption{align-items:center;gap:9px;display:flex;position:absolute;bottom:11px;left:12px;right:12px}.store-photo__emoji{background:var(--acid);border-radius:11px;flex:none;place-items:center;width:36px;height:36px;font-size:22px;display:grid;box-shadow:0 7px 18px #00000047}.store-photo figcaption div{flex-direction:column;gap:2px;min-width:0;display:flex}.store-photo figcaption strong{letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;overflow:hidden}.store-photo figcaption span:last-child{color:#ffffff9e;font-family:var(--mono);font-size:7px}.store-photo__level{color:var(--ink);background:var(--acid);font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:5px 8px;font-size:7px;font-weight:600;position:absolute;top:10px;right:10px;box-shadow:0 6px 14px #00000038}.store-card--excel{top:42px;right:16px}.store-card--suppliers{width:214px;bottom:35px;left:18px}.store-card--review{background:#1c211b;border-color:#dfff5594;width:224px;min-height:139px;bottom:27px;right:16px}.store-card__heading{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.store-card__kind{align-items:center;gap:6px;display:flex}.store-card__emoji{filter:saturate(.88);font-size:17px;line-height:1}.store-card__tag,.store-card__file{font-family:var(--mono);letter-spacing:.07em;text-transform:uppercase;font-size:7px}.store-card__tag{color:#ffffffb8;border:1px solid #ffffff30;border-radius:6px;align-items:center;min-height:20px;padding:0 7px;display:inline-flex}.store-card__tag--excel{color:var(--ink);background:#9ecb9d;border-color:#9ecb9d}.store-card__tag--review{color:var(--ink);border-color:var(--acid);background:var(--acid)}.store-card__file{color:#ffffff59;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.store-card>strong{letter-spacing:-.015em;margin-bottom:5px;font-size:11px;font-weight:600;line-height:1.3}.store-card>span{color:#ffffff80;font-family:var(--mono);font-size:7px;line-height:1.4}.sales-bars{align-items:end;gap:4px;height:17px;margin-top:auto;display:flex}.sales-bars i{background:#9ecb9d73;border-radius:2px 2px 0 0;width:12px;display:block}.sales-bars i:first-child{height:42%}.sales-bars i:nth-child(2){height:70%}.sales-bars i:nth-child(3){height:56%}.sales-bars i:nth-child(4){background:#9ecb9d;height:92%}.store-node{z-index:3;width:120px;height:120px;color:var(--ink);background:var(--acid);border:1px solid #dfff55b8;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 14px #dfff550e,0 0 58px #dfff5526}.store-node:before{content:"";border:1px solid #dfff5526;border-radius:50%;position:absolute;inset:-31px}.store-node>svg{width:54px;height:54px}.store-node>span{font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;font-size:5px;font-weight:500}.supplier-row{color:#ffffff63;font-family:var(--mono);border-top:1px solid #ffffff17;justify-content:space-between;align-items:center;margin-top:auto;padding-top:8px;font-size:7px;display:flex}.supplier-row strong{color:var(--acid);font-weight:500}.review-actions{color:#ffffff6b;font-family:var(--mono);align-items:center;gap:11px;margin-top:auto;font-size:7px;display:flex}.review-actions__approve{min-height:25px;color:var(--ink);background:var(--acid);border-radius:7px;align-items:center;gap:5px;padding:0 8px;display:inline-flex}.review-actions__approve svg{width:12px;height:12px}.store-console__status{border-top:1px solid var(--line-light);justify-content:space-between;min-height:52px}.store-console__status>div{color:#fffc;align-items:center;gap:8px;display:flex}.store-console__status svg{width:14px;height:14px;color:var(--ink);background:var(--acid);border-radius:50%;padding:2px}.hero__note{z-index:4;border:1px solid var(--line);color:#4f524b;background:#fffefaf7;border-radius:999px;align-items:center;gap:12px;padding:10px 14px 10px 10px;font-size:10px;font-weight:600;display:flex;position:absolute;box-shadow:0 12px 24px #10121014}.hero__note span{color:#fff;background:var(--ink);width:28px;height:28px;font-family:var(--mono);border-radius:50%;place-items:center;font-size:9px;display:grid}.hero__note--top{top:-18px;right:-18px}.hero__note--bottom{bottom:32px;left:-38px}.hero__footer{z-index:2;border-top:1px solid var(--line);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:34px;min-height:96px;display:grid;position:relative}.hero__footer>span{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font-size:9px}.integration-marquee{min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.integration-marquee__track{width:max-content;display:flex}.integration-marquee__track span{color:#6f726b;white-space:nowrap;align-items:center;font-size:12px;font-weight:600;display:inline-flex}.integration-marquee__track span:after{background:var(--ink);content:"";border-radius:50%;width:4px;height:4px;margin:0 26px}.solutions{background:var(--white);position:relative;overflow:hidden}.solutions:after{content:"";pointer-events:none;border:1px solid #10121012;border-radius:50%;width:560px;height:560px;position:absolute;bottom:-280px;right:-190px;box-shadow:0 0 0 76px #10121005,0 0 0 152px #10121003}.solutions .shell{z-index:1;position:relative}.solutions-grid{border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);border-radius:var(--radius-lg);background:var(--paper);grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden;box-shadow:0 24px 50px #1012100d}.solution-card{border-top:1px solid var(--ink);border-left:1px solid var(--ink);background:#fffefabd;flex-direction:column;min-height:330px;padding:32px;transition:background .22s;display:flex}.solution-card:hover{background:#f1ffb6}.solution-card__topline{color:var(--muted);font-family:var(--mono);justify-content:space-between;align-items:flex-start;margin-bottom:48px;font-size:8px;display:flex}.solution-card__icon{border:1px solid var(--ink);background:var(--white);filter:grayscale(.1);border-radius:16px;place-items:center;width:54px;height:54px;font-size:27px;display:grid}.solution-card h3{letter-spacing:-.045em;max-width:310px;margin-bottom:16px;font-size:clamp(22px,2vw,29px);font-weight:600;line-height:1.05}.solution-card>p{color:#5b5e58;max-width:330px;margin-bottom:30px;font-size:13px;line-height:1.65}.solution-card__keywords{color:#73766f;font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;margin-top:auto;font-size:7px;line-height:1.55}.research-strip{color:#fff;background:var(--ink);padding:118px 0 110px;position:relative;overflow:hidden}.research-strip:before{content:"";border:1px solid #dfff551a;border-radius:50%;width:620px;height:620px;position:absolute;top:-220px;right:-100px;box-shadow:0 0 0 90px #dfff5506,0 0 0 180px #dfff5505}.research-strip__intro{grid-template-columns:minmax(0,1.4fr) minmax(280px,.7fr);align-items:end;gap:50px;margin-bottom:68px;display:grid}.research-strip__intro .eyebrow{grid-column:1/-1;margin-bottom:-16px}.research-strip__intro h2{letter-spacing:-.065em;max-width:810px;margin-bottom:0;font-size:clamp(43px,5.1vw,72px);font-weight:500;line-height:.98}.research-strip__intro>p{color:#ffffff94;margin-bottom:4px;font-size:15px;line-height:1.65}.research-grid{border-top:1px solid var(--line-light);grid-template-columns:repeat(3,1fr);display:grid}.research-card{border-right:1px solid var(--line-light);flex-direction:column;min-height:300px;padding:40px 42px 6px 0;display:flex}.research-card+.research-card{padding-left:42px}.research-card:last-child{border-right:0}.research-card>strong{color:var(--acid);letter-spacing:-.075em;margin-bottom:22px;font-size:clamp(58px,6vw,84px);font-weight:500;line-height:1}.research-card>p{letter-spacing:-.025em;max-width:250px;margin-bottom:10px;font-size:18px;font-weight:500;line-height:1.35}.research-card>span{color:#ffffff75;font-size:12px}.research-card>a{color:#ffffff73;width:fit-content;font-family:var(--mono);letter-spacing:.02em;align-items:center;gap:7px;margin-top:auto;font-size:8px;transition:color .18s;display:flex}.research-card>a:hover{color:var(--acid)}.section{padding:132px 0}.section-heading{grid-template-columns:minmax(0,1.25fr) minmax(300px,.6fr);align-items:end;gap:70px;margin-bottom:70px;display:grid}.section-heading h2,.approach__heading h2,.stack-copy h2,.roi-copy h2,.faq__heading h2,.contact__copy h2{letter-spacing:-.07em;margin-bottom:0;font-size:clamp(46px,5.1vw,76px);font-weight:500;line-height:.98}.section-heading>p{color:var(--muted);margin-bottom:5px;font-size:14px;line-height:1.7}.sectors{background:var(--paper);position:relative}.sectors:before{top:0;right:calc((100vw - min(calc(100vw - 64px), var(--shell))) / 2);background:var(--ink);content:"";width:120px;height:1px;position:absolute}.sector-explorer{border:1px solid var(--ink);border-radius:var(--radius-lg);background:var(--white);grid-template-columns:330px minmax(0,1fr);min-height:690px;display:grid;overflow:hidden;box-shadow:0 24px 50px #1012100f}.sector-tabs{border-right:1px solid var(--ink);background:var(--paper-warm);flex-direction:column;display:flex}.sector-tab{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #10121038;flex:1;grid-template-columns:36px 1fr 22px;align-items:center;gap:13px;min-height:120px;padding:20px 24px;transition:color .22s,background .22s;display:grid}.sector-tab:last-child{border-bottom:0}.sector-tab>span{color:#73766f;font-family:var(--mono);font-size:9px}.sector-tab>strong{letter-spacing:-.025em;font-size:14px;font-weight:600;line-height:1.25}.sector-tab>svg{opacity:.35;transition:transform .18s,opacity .18s}.sector-tab:hover>svg{opacity:1;transform:translate(3px)}.sector-tab--active{color:#fff;background:var(--ink)}.sector-tab--active>span{color:var(--acid)}.sector-tab--active>svg{opacity:1}.sector-panel{min-width:0;padding:38px 42px 42px;animation:.43s cubic-bezier(.2,.75,.25,1) panelIn}@keyframes panelIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sector-panel__topline{color:#777a73;font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:24px;margin-bottom:54px;font-size:9px;display:flex}.sector-panel__topline span:last-child{color:#474a44;align-items:center;gap:8px;display:flex}.sector-panel__topline span:last-child:before{background:var(--acid);content:"";border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #dfff5540}.sector-panel>h3{letter-spacing:-.055em;max-width:820px;margin-bottom:48px;font-size:clamp(31px,3.3vw,52px);font-weight:500;line-height:1.04}.sector-panel__content{grid-template-columns:1fr 215px;align-items:stretch;gap:34px;margin-bottom:42px;display:grid}.mini-label{color:#777a73;font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px;font-size:9px}.workflow-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 24px;margin:0;padding:0;list-style:none;display:grid}.workflow-list li{color:#484b45;align-items:flex-start;gap:10px;font-size:12px;line-height:1.45;display:flex}.workflow-list svg{width:17px;height:17px;color:var(--ink);border:1px solid var(--line);border-radius:50%;flex:none;padding:2px}.sector-metric{color:var(--ink);background:var(--acid);border-radius:18px;flex-direction:column;justify-content:center;padding:24px;display:flex}.sector-metric strong{letter-spacing:-.065em;margin-bottom:7px;font-size:42px;font-weight:500;line-height:1}.sector-metric span{font-size:11px;font-weight:600;line-height:1.4}.sector-metric small,.sector-metric a{color:#10121094;font-family:var(--mono);margin-top:14px;font-size:8px}.sector-metric a{text-underline-offset:3px;align-items:center;gap:6px;text-decoration:underline;display:inline-flex}.mini-loop{color:#fff;background:var(--ink);border-radius:20px;grid-template-columns:minmax(150px,.72fr) minmax(330px,1.5fr) minmax(160px,.75fr);min-height:220px;display:grid;overflow:hidden}.mini-loop__trigger,.mini-loop__result{flex-direction:column;justify-content:space-between;padding:24px;display:flex}.mini-loop__trigger{border-right:1px solid var(--line-light)}.mini-loop__result{color:var(--ink);background:var(--acid)}.mini-loop__trigger>span,.mini-loop__result>span{color:#ffffff73;font-family:var(--mono);letter-spacing:.07em;text-transform:uppercase;font-size:8px}.mini-loop__result>span{color:#1012108c}.mini-loop__trigger strong,.mini-loop__result strong{letter-spacing:-.02em;font-size:13px;font-weight:600;line-height:1.45}.mini-loop__steps{grid-template-columns:repeat(2,1fr);padding:16px;display:grid}.mini-loop__steps>div{border-bottom:1px solid #ffffff14;border-right:1px solid #ffffff14;align-items:flex-start;gap:10px;min-width:0;padding:13px;display:flex}.mini-loop__steps>div:nth-child(2n){border-right:0}.mini-loop__steps>div:nth-child(n+3){border-bottom:0}.mini-loop__steps span{color:var(--acid);font-family:var(--mono);font-size:8px}.mini-loop__steps p{color:#ffffffad;margin:0;font-size:10px;line-height:1.45}.approach{border-top:1px solid var(--line);background:var(--paper-warm);overflow:hidden}.approach__heading{grid-template-columns:minmax(0,1.2fr) minmax(280px,.55fr);align-items:end;gap:80px;margin-bottom:76px;display:grid}.approach__heading .eyebrow{grid-column:1/-1;margin-bottom:-22px}.approach__heading p{color:var(--muted);margin-bottom:3px;font-size:14px;line-height:1.72}.approach-grid{border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);grid-template-columns:repeat(4,1fr);display:grid}.approach-card{border-right:1px solid var(--ink);flex-direction:column;min-height:445px;padding:28px 28px 26px;display:flex;position:relative;overflow:hidden}.approach-card:last-child{border-right:0}.approach-card__number{color:#73766f;font-family:var(--mono);font-size:10px}.approach-card__orbit{border:1px solid #10121047;border-radius:50%;place-items:center;width:88px;height:88px;margin:55px 0 42px;display:grid;position:relative}.approach-card__orbit:before,.approach-card__orbit:after,.approach-card__orbit span{background:var(--ink);content:"";border-radius:50%;width:11px;height:11px;position:absolute}.approach-card__orbit:before{top:6px;right:10px}.approach-card__orbit:after{bottom:24px;right:-4px}.approach-card__orbit span{bottom:7px;left:10px}.approach-card:nth-child(2) .approach-card__orbit,.approach-card:nth-child(4) .approach-card__orbit{border-style:dashed}.approach-card:nth-child(3) .approach-card__orbit{color:var(--ink);background:var(--acid);box-shadow:0 0 0 10px #dfff5540}.approach-card h3{letter-spacing:-.045em;margin-bottom:14px;font-size:22px;font-weight:600}.approach-card>p{color:#5d605a;margin-bottom:28px;font-size:12px;line-height:1.65}.approach-card__detail{font-family:var(--mono);letter-spacing:.09em;text-transform:uppercase;margin-top:auto;font-size:8px}.stack-section{color:#fff;background:var(--ink-soft);padding:132px 0;position:relative;overflow:hidden}.stack-section:after{opacity:.05;content:"";pointer-events:none;background-image:linear-gradient(#fff3 1px,#0000 1px),linear-gradient(90deg,#fff3 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0}.stack-section__grid{z-index:1;grid-template-columns:minmax(430px,.95fr) minmax(0,.9fr);align-items:center;gap:clamp(80px,10vw,150px);display:grid;position:relative}.stack-visual{aspect-ratio:1;place-items:center;width:min(100%,580px);display:grid;position:relative}.stack-visual:before{filter:blur(32px);content:"";background:#dfff551c;border-radius:50%;width:44%;height:44%;position:absolute}.stack-visual__ring{border:1px solid #ffffff21;border-radius:50%;position:absolute}.stack-visual__ring--outer{border-style:dashed;inset:3%}.stack-visual__ring--middle{border-color:#dfff5545;inset:19%}.stack-visual__core{z-index:2;width:190px;height:190px;color:var(--ink);background:var(--acid);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:relative;box-shadow:0 0 0 18px #dfff550d}.stack-visual__core svg{width:70px;height:70px}.stack-visual__core span{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;font-size:8px}.stack-pill{z-index:3;color:#ffffffbf;min-width:92px;min-height:36px;font-family:var(--mono);background:#1e221e;border:1px solid #ffffff38;border-radius:999px;justify-content:center;align-items:center;padding:0 15px;font-size:9px;display:flex;position:absolute;box-shadow:0 10px 30px #0003}.stack-pill:before{background:var(--acid);content:"";border-radius:50%;width:5px;height:5px;margin-right:8px}.stack-pill--one{top:9%;left:18%}.stack-pill--two{top:22%;right:-1%}.stack-pill--three{bottom:16%;right:7%}.stack-pill--four{bottom:6%;left:14%}.stack-copy h2{max-width:660px;margin-bottom:32px}.stack-copy>p{color:#ffffff94;max-width:610px;margin-bottom:44px;font-size:15px;line-height:1.75}.stack-principles{border-top:1px solid var(--line-light);margin:0;padding:0;list-style:none}.stack-principles li{border-bottom:1px solid var(--line-light);grid-template-columns:38px 1fr;gap:18px;padding:20px 0;display:grid}.stack-principles li>span{color:var(--acid);font-family:var(--mono);padding-top:3px;font-size:9px}.stack-principles strong{margin-bottom:5px;font-size:13px;font-weight:600;display:block}.stack-principles p{color:#ffffff73;margin:0;font-size:11px;line-height:1.5}.roi-section{background:var(--paper)}.roi-grid{grid-template-columns:minmax(0,.8fr) minmax(520px,.95fr);align-items:center;gap:clamp(70px,10vw,150px);display:grid}.roi-copy h2{margin-bottom:32px}.roi-copy>p{max-width:560px;color:var(--muted);margin-bottom:36px;font-size:14px;line-height:1.75}.roi-callout{border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);align-items:center;gap:20px;max-width:560px;padding:20px 0;display:flex}.roi-callout svg{flex:none;width:58px;height:58px}.roi-callout p{color:#555851;margin:0;font-size:11px;line-height:1.55}.roi-callout strong{color:var(--ink)}.calculator{color:#fff;border-radius:var(--radius-lg);background:var(--ink);padding:36px;position:relative;overflow:hidden;box-shadow:0 30px 60px #10121029}.calculator:before{filter:blur(18px);content:"";background:#dfff5514;border-radius:50%;width:280px;height:280px;position:absolute;top:-100px;right:-80px}.calculator__heading{border-bottom:1px solid var(--line-light);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:42px;padding-bottom:18px;font-size:9px;display:flex;position:relative}.calculator__heading span:last-child{color:#ffffff7a;align-items:center;gap:7px;display:flex}.calculator__heading span:last-child:before{background:var(--acid);content:"";border-radius:50%;width:6px;height:6px}.calculator label{margin-bottom:31px;display:block;position:relative}.calculator label>span{justify-content:space-between;align-items:center;gap:30px;margin-bottom:18px;display:flex}.calculator label strong{color:#ffffffb3;font-size:11px;font-weight:500}.calculator output{min-width:64px;color:var(--acid);font-family:var(--mono);text-align:right;font-size:11px}.calculator input[type=range]{appearance:none;cursor:pointer;background:#ffffff29;border-radius:99px;outline:none;width:100%;height:3px}.calculator input[type=range]::-webkit-slider-thumb{appearance:none;border:4px solid var(--ink);background:var(--acid);width:18px;height:18px;box-shadow:0 0 0 1px var(--acid);border-radius:50%}.calculator input[type=range]::-moz-range-thumb{border:3px solid var(--ink);background:var(--acid);width:12px;height:12px;box-shadow:0 0 0 1px var(--acid);border-radius:50%}.calculator__result{border:1px solid var(--acid);background:var(--acid);border-radius:18px;grid-template-columns:1.2fr .8fr;gap:1px;margin-top:42px;display:grid;position:relative;overflow:hidden}.calculator__result>div{min-height:118px;color:var(--ink);background:var(--acid);flex-direction:column;justify-content:center;padding:22px;display:flex}.calculator__result>div:last-child{background:#eaff96}.calculator__result span{color:#1012108c;font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;margin-bottom:10px;font-size:8px}.calculator__result strong{letter-spacing:-.065em;font-size:clamp(27px,3vw,42px);font-weight:500;line-height:1}.calculator__note{color:#ffffff5e;font-family:var(--mono);margin:17px 0 0;font-size:7px;line-height:1.5}.faq{border-top:1px solid var(--line);background:var(--white)}.faq__grid{grid-template-columns:minmax(0,.72fr) minmax(520px,1fr);gap:clamp(70px,10vw,150px);display:grid}.faq__heading{align-self:start;position:sticky;top:130px}.faq__heading h2{margin-bottom:38px}.faq__heading .text-link svg{transition:transform .18s}.faq__heading .text-link:hover svg{transform:translate(4px)}.faq__list{border-top:1px solid var(--ink)}.faq-item{border-bottom:1px solid var(--ink)}.faq-item h3{margin:0}.faq-item button{text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:30px;width:100%;min-height:88px;padding:0;display:flex}.faq-item button span{letter-spacing:-.03em;font-size:17px;font-weight:600}.faq-item button svg{flex:none;width:20px;height:20px;transition:transform .25s}.faq-item__answer{max-height:0;transition:max-height .38s cubic-bezier(.2,.75,.25,1);overflow:hidden}.faq-item__answer p{max-width:640px;color:var(--muted);margin:0;padding:0 58px 28px 0;font-size:13px;line-height:1.75}.faq-item--open .faq-item__answer{max-height:260px}.faq-item--open button svg{transform:rotate(45deg)}.contact{color:#fff;background:#0c0e0c;padding:132px 0;position:relative;overflow:hidden}.contact:before{opacity:.07;content:"";background-image:radial-gradient(#fff 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 60%);mask-image:linear-gradient(90deg,#000,#0000 60%)}.contact__orb{border:1px solid #dfff5524;border-radius:50%;position:absolute}.contact__orb--one{width:700px;height:700px;top:-310px;left:-230px;box-shadow:0 0 0 80px #dfff5505,0 0 0 160px #dfff5503}.contact__orb--two{width:620px;height:620px;bottom:-370px;right:-180px}.contact__grid{z-index:2;grid-template-columns:minmax(0,.95fr) minmax(480px,.72fr);align-items:center;gap:clamp(70px,10vw,150px);display:grid;position:relative}.contact__copy h2{max-width:760px;margin-bottom:32px}.contact__copy>p{color:#ffffff8f;max-width:630px;margin-bottom:38px;font-size:15px;line-height:1.75}.contact__email{border-bottom:1px solid var(--acid);color:var(--acid);font-family:var(--mono);align-items:center;gap:10px;padding-bottom:5px;font-size:11px;display:inline-flex}.contact-form{color:var(--ink);background:var(--paper);border-radius:28px;padding:34px;box-shadow:0 28px 70px #00000047}.contact-form__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.contact-form label{flex-direction:column;gap:9px;margin-bottom:20px;display:flex}.contact-form label>span{font-family:var(--mono);letter-spacing:.07em;text-transform:uppercase;font-size:8px}.contact-form input,.contact-form textarea{width:100%;color:var(--ink);background:#ffffff73;border:1px solid #1012103d;border-radius:11px;outline:none;padding:13px 14px;font-size:12px;transition:border-color .18s,box-shadow .18s}.contact-form input{height:48px}.contact-form textarea{resize:vertical;min-height:130px;line-height:1.5}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--ink);box-shadow:0 0 0 3px #dfff5585}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#92958e}.contact-form__honeypot{width:1px;height:1px;overflow:hidden;position:absolute!important;left:-10000px!important}.contact-form .button:disabled{cursor:wait;opacity:.68;transform:none}.contact-form__status{font-family:var(--mono);text-align:left;border-radius:10px;margin:14px 0 0;padding:12px 14px;font-size:9px;font-weight:600;line-height:1.5}.contact-form__status--success{color:#243000;background:#dfff5594}.contact-form__status--error{color:#721c24;background:#ffdbdeeb}.contact-form__privacy{color:#797c75;font-family:var(--mono);text-align:center;margin:12px 0 0;font-size:7px;line-height:1.5}.footer{color:#fff;background:#0c0e0c;border-top:1px solid #ffffff24}.footer__top{grid-template-columns:1fr 1fr 1fr;align-items:center;gap:40px;min-height:150px;display:grid}.footer__top>p{color:#ffffff7a;text-align:center;justify-self:center;max-width:340px;margin:0;font-size:11px;line-height:1.6}.footer__back{color:#ffffff9e;font-family:var(--mono);text-transform:uppercase;justify-self:end;font-size:9px}.footer__bottom{color:#ffffff52;min-height:58px;font-family:var(--mono);letter-spacing:.03em;text-transform:uppercase;border-top:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:20px;font-size:7px;display:flex}@media (width<=1180px){.site-header__inner{grid-template-columns:1fr auto}.nav{display:none}.site-header__actions{margin-right:54px}.site-header__cta{margin-right:0}.menu-button{border:1px solid var(--line);cursor:pointer;background:#ffffff40;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:40px;height:40px;display:flex;position:absolute;right:32px}.menu-button span{background:var(--ink);width:15px;height:1px;transition:transform .18s}.menu-button--open span:first-child{transform:translateY(3.5px)rotate(45deg)}.menu-button--open span:last-child{transform:translateY(-3.5px)rotate(-45deg)}.nav--open{border:1px solid var(--ink);background:var(--paper);border-radius:18px;flex-direction:column;align-items:stretch;gap:0;width:min(330px,100vw - 64px);padding:10px;display:flex;position:absolute;top:76px;right:32px;overflow:hidden;box-shadow:0 20px 50px #10121029}.nav--open>a:not(.nav__mobile-cta){border-bottom:1px solid var(--line);padding:13px 12px;font-size:13px}.nav--open>a:after{display:none}.nav--open .nav__mobile-cta{color:#fff;background:var(--ink);border-radius:11px;justify-content:space-between;align-items:center;margin-top:8px;padding:14px;font-size:12px;font-weight:600;display:flex}.hero__grid{grid-template-columns:minmax(0,1fr) minmax(430px,.82fr);gap:44px}.hero h1{font-size:clamp(62px,7.5vw,84px)}html[lang=es] .hero h1,html[lang=fr] .hero h1{letter-spacing:-.066em;font-size:clamp(55px,6.4vw,72px);line-height:.94}.store-card{width:168px}.store-photo{width:210px;height:136px}.store-card--suppliers{width:184px}.store-card--review{width:190px}.sector-explorer{grid-template-columns:280px minmax(0,1fr)}.sector-panel{padding-inline:32px}.mini-loop{grid-template-columns:.7fr 1.4fr}.mini-loop__result{flex-direction:row;grid-column:1/-1;align-items:center;gap:30px;min-height:92px}.approach-grid{grid-template-columns:repeat(2,1fr)}.approach-card:nth-child(2){border-right:0}.approach-card:nth-child(-n+2){border-bottom:1px solid var(--ink)}}@media (width<=900px){.shell{width:min(calc(100% - 42px), var(--shell))}.section{padding:104px 0}.hero__grid{grid-template-columns:1fr;gap:70px;padding-top:78px}.hero__copy{max-width:820px}.hero h1{max-width:770px;font-size:clamp(70px,11vw,100px)}html[lang=es] .hero h1,html[lang=fr] .hero h1{max-width:820px;font-size:clamp(62px,9.4vw,86px)}.hero__visual{justify-self:center;width:min(100%,720px);max-width:none}.store-console{min-height:610px}.store-canvas{height:504px}.store-card{width:202px}.store-photo{width:250px;height:150px}.store-card--suppliers{width:220px}.store-card--review{width:230px}.research-strip{padding:104px 0 96px}.solutions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.research-strip__intro,.section-heading,.approach__heading{grid-template-columns:1fr;gap:28px}.research-strip__intro .eyebrow,.approach__heading .eyebrow{margin-bottom:0}.research-grid{grid-template-columns:1fr}.research-card,.research-card+.research-card{border-right:0;border-bottom:1px solid var(--line-light);min-height:260px;padding:32px 0}.research-card:last-child{border-bottom:0}.research-card>a{margin-top:35px}.sector-explorer{grid-template-columns:1fr}.sector-tabs{border-right:0;border-bottom:1px solid var(--ink);grid-template-columns:repeat(2,1fr);display:grid}.sector-tab{border-right:1px solid #10121038;min-height:90px}.sector-tab:nth-child(2n){border-right:0}.sector-tab:nth-child(-n+2){border-bottom:1px solid #10121038}.stack-section__grid,.roi-grid,.faq__grid,.contact__grid{grid-template-columns:1fr}.stack-section__grid{gap:86px}.stack-visual{justify-self:center;width:min(100%,600px)}.roi-grid,.faq__grid,.contact__grid{gap:64px}.faq__heading{position:static}}@media (width<=620px){.shell{width:calc(100% - 32px)}.site-header__inner{height:74px}.site-header__cta{display:none}.site-header__actions{margin-right:51px}.language-switcher a{width:27px;height:27px}.menu-button{right:16px}.nav--open{width:calc(100vw - 32px);top:66px;right:16px}.section{padding:84px 0}.eyebrow{margin-bottom:18px;font-size:9px}.button{min-height:50px;padding-inline:20px}.hero{padding-top:74px}.hero__grid{gap:52px;padding-top:54px;padding-bottom:54px}.hero h1{letter-spacing:-.073em;margin-bottom:25px;font-size:clamp(51px,16vw,72px)}html[lang=es] .hero h1,html[lang=fr] .hero h1{letter-spacing:-.064em;font-size:clamp(43px,13.2vw,59px);line-height:.96}.hero__lede{margin-bottom:28px;font-size:15px}.hero__actions{flex-direction:column;align-items:flex-start;gap:22px}.hero__assurances{grid-template-columns:1fr;gap:10px;display:grid}.hero__note{display:none}.store-console{border-radius:24px;min-height:590px}.store-console__topbar,.store-console__status{min-height:48px;padding-inline:14px;font-size:7px}.store-console__topbar{flex-direction:column;justify-content:center;align-items:flex-start;gap:3px;padding-block:9px}.store-console__time{color:#ffffff57;margin-left:17px}.example-dot{position:absolute;left:9px}.store-canvas{height:494px}.store-card{width:145px;min-height:101px;padding:10px}.store-photo{border-radius:13px;width:166px;height:125px;top:24px;left:8px}.store-photo figcaption{gap:6px;bottom:8px;left:8px;right:8px}.store-photo__emoji{border-radius:9px;width:30px;height:30px;font-size:18px}.store-photo figcaption strong{font-size:8px}.store-photo figcaption span:last-child,.store-photo__level{font-size:5.5px}.store-photo__level{padding:4px 6px;top:7px;right:7px}.store-card--excel{top:24px;right:8px}.store-card--suppliers{width:151px;bottom:30px;left:8px}.store-card--review{width:162px;min-height:137px;bottom:21px;right:8px}.store-card__heading{margin-bottom:9px}.store-card>strong{font-size:9px}.store-card>span,.store-card__tag,.store-card__file,.supplier-row,.review-actions{font-size:6px}.store-card__emoji{font-size:14px}.store-card__tag{min-height:18px;padding-inline:5px}.store-node{width:82px;height:82px}.store-node:before{inset:-18px}.store-node>svg{width:42px;height:42px}.store-node>span{display:none}.store-console__status{flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;line-height:1.4}.store-console__status>span{color:#ffffff5c;margin-left:22px}.hero__footer{grid-template-columns:1fr;gap:16px;min-height:115px;padding:22px 0}.research-strip{padding:84px 0 78px}.solutions-grid{border-radius:22px;grid-template-columns:1fr}.solution-card{min-height:280px;padding:25px 22px}.solution-card__topline{margin-bottom:32px}.solution-card h3{font-size:25px}.research-strip__intro{margin-bottom:50px}.research-strip__intro h2,.section-heading h2,.approach__heading h2,.stack-copy h2,.roi-copy h2,.faq__heading h2,.contact__copy h2{font-size:clamp(41px,12vw,57px)}.research-card>strong{font-size:64px}.section-heading{margin-bottom:48px}.sector-explorer{border-radius:22px}.sector-tabs{grid-template-columns:1fr}.sector-tab,.sector-tab:nth-child(2n),.sector-tab:nth-child(-n+2){border-bottom:1px solid #10121038;border-right:0;min-height:76px}.sector-tab:last-child{border-bottom:0}.sector-panel{padding:26px 20px 20px}.sector-panel__topline{flex-direction:column;align-items:flex-start;gap:11px;margin-bottom:36px}.sector-panel>h3{margin-bottom:36px;font-size:33px}.sector-panel__content,.workflow-list{grid-template-columns:1fr}.sector-metric{min-height:170px}.mini-loop{grid-template-columns:1fr}.mini-loop__trigger{border-right:0;border-bottom:1px solid var(--line-light);min-height:105px}.mini-loop__steps{grid-template-columns:1fr}.mini-loop__steps>div,.mini-loop__steps>div:nth-child(2n),.mini-loop__steps>div:nth-child(n+3){border-bottom:1px solid #ffffff14;border-right:0}.mini-loop__steps>div:last-child{border-bottom:0}.mini-loop__result{flex-direction:column;grid-column:1;align-items:flex-start}.approach-grid{grid-template-columns:1fr}.approach-card,.approach-card:nth-child(2){border-right:0;border-bottom:1px solid var(--ink);min-height:390px}.approach-card:last-child{border-bottom:0}.approach-card__orbit{margin-block:42px 34px}.stack-section{padding:84px 0}.stack-section__grid{gap:60px}.stack-visual__core{width:124px;height:124px}.stack-visual__core svg{width:51px;height:51px}.stack-pill{min-width:74px;min-height:31px;padding-inline:10px;font-size:7px}.stack-pill--one{left:5%}.stack-pill--two{right:0}.stack-pill--three{right:2%}.stack-pill--four{left:5%}.calculator{border-radius:24px;padding:26px 20px}.calculator__result{grid-template-columns:1fr}.calculator__result>div{min-height:105px}.faq-item button{min-height:80px}.faq-item button span{font-size:15px}.faq-item__answer p{padding-right:20px}.contact{padding:84px 0}.contact-form{border-radius:22px;padding:24px 18px}.contact-form__row{grid-template-columns:1fr;gap:0}.footer__top{grid-template-columns:1fr;justify-items:start;gap:26px;padding:46px 0}.footer__top>p,.footer__back{text-align:left;justify-self:start}.footer__bottom{flex-direction:column;justify-content:center;align-items:flex-start;padding:18px 0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.selected-work{border-top:1px solid var(--line);background:#ebe7dd;overflow:hidden}.selected-work__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.selected-work-card{border:1px solid var(--ink);border-radius:var(--radius-lg);background:var(--white);overflow:hidden}.selected-work-card__media{aspect-ratio:4/3;border-bottom:1px solid var(--ink);background:#171419;display:block;position:relative;overflow:hidden}.selected-work-card__media:after{content:"";pointer-events:none;background:linear-gradient(#0000 58%,#04040461);position:absolute;inset:0}.selected-work-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.75,.25,1)}.selected-work-card:hover .selected-work-card__media img{transform:scale(1.025)}.selected-work-card__number,.selected-work-card__open{z-index:1;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0b0b0b7a;border:1px solid #ffffff80;place-items:center;height:42px;display:grid;position:absolute;top:22px}.selected-work-card__number{min-width:54px;font-family:var(--mono);border-radius:999px;font-size:9px;left:22px}.selected-work-card__open{border-radius:50%;width:42px;transition:color .18s,background .18s,transform .18s;right:22px}.selected-work-card:hover .selected-work-card__open{color:var(--ink);background:var(--acid);transform:rotate(4deg)}.selected-work-card__copy{padding:32px 32px 34px}.selected-work-card__copy>p{color:var(--muted);font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;margin-bottom:18px;font-size:9px}.selected-work-card__copy h3{letter-spacing:-.065em;margin-bottom:17px;font-size:clamp(38px,4.2vw,58px);font-weight:500;line-height:.95}.selected-work-card__copy>span{max-width:560px;color:var(--muted);margin-bottom:30px;font-size:13px;line-height:1.7;display:block}.selected-work-card__copy .text-link svg{width:17px}.selected-work__disclosure{color:#777a73;max-width:760px;font-family:var(--mono);margin:28px 0 0;font-size:8px;line-height:1.65}.work-hero,.work-showcase,.work-cta{--work-accent:var(--acid);--work-accent-soft:#e9f0bf}.work-hero--plum,.work-showcase--plum,.work-cta--plum{--work-accent:#c7a5ef;--work-accent-soft:#e6d7f3}.work-hero--coral,.work-showcase--coral,.work-cta--coral{--work-accent:#ff826e;--work-accent-soft:#ffd7cf}.work-hero{background:var(--paper);padding-top:166px;position:relative;overflow:hidden}.work-hero:before{background:var(--work-accent);content:"";filter:blur(130px);opacity:.28;pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute;top:-180px;right:-80px}.work-hero__grid{grid-template-columns:minmax(0,.9fr) minmax(470px,1.1fr);align-items:center;gap:76px;min-height:610px;padding-bottom:78px;display:grid;position:relative}.work-hero__back{color:var(--muted);font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:48px;font-size:9px;display:inline-flex}.work-hero__back span{border:1px solid var(--line);border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.work-hero h1{letter-spacing:-.076em;max-width:700px;margin-bottom:42px;font-size:clamp(58px,5.6vw,88px);font-weight:500;line-height:.94}.work-hero__actions{flex-wrap:wrap;align-items:center;gap:25px;display:flex}.work-status{border:1px solid var(--line);color:#42453f;min-height:38px;font-family:var(--mono);text-transform:uppercase;background:#ffffff6b;border-radius:999px;align-items:center;gap:9px;padding:0 15px;font-size:8px;display:inline-flex}.work-status i{background:var(--work-accent);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #c7a5ef33}.work-hero__visual{border:1px solid var(--ink);background:#111;border-radius:38px;position:relative;overflow:hidden;transform:rotate(1.25deg);box-shadow:0 34px 90px #10121033}.work-hero__visual img{width:100%;height:auto}.work-hero__proof{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;background:#0a0a0a9e;border:1px solid #ffffff5c;border-radius:999px;align-items:center;gap:8px;padding:11px 15px;font-size:8px;display:inline-flex;position:absolute;bottom:20px;right:20px}.work-hero__proof svg{width:15px;height:15px;color:var(--work-accent)}.work-tech-strip{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:30px;min-height:94px;display:flex}.work-tech-strip>span{color:var(--muted);font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;font-size:8px}.work-tech-strip>div{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.work-tech-strip>div span{border:1px solid var(--line);color:#4d504a;border-radius:999px;padding:8px 12px;font-size:9px}.work-problem,.work-build{background:var(--white)}.work-copy-grid,.work-loop__heading{grid-template-columns:minmax(180px,.38fr) minmax(0,1fr);gap:70px;display:grid}.work-copy-grid h2,.work-loop__heading h2,.work-showcase__heading h2,.work-build__role h2,.work-control h2,.work-cta h2{letter-spacing:-.07em;margin-bottom:30px;font-size:clamp(48px,5.2vw,76px);font-weight:500;line-height:.98}.work-copy-grid>div p,.work-build__role>p,.work-control article>p,.work-cta__inner>p{max-width:720px;color:var(--muted);margin-bottom:0;font-size:15px;line-height:1.85}.work-loop{color:#fff;background:#0d0f0d;padding:126px 0}.work-loop__heading{margin-bottom:68px}.work-loop__heading h2{max-width:920px;margin-bottom:0}.work-loop__steps{border-block:1px solid #ffffff2b;grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.work-loop__steps article{border-right:1px solid #ffffff2b;min-height:250px;padding:27px 22px}.work-loop__steps article:last-child{border-right:0}.work-loop__steps article>span{min-height:42px;color:var(--acid);font-family:var(--mono);text-transform:uppercase;font-size:8px;line-height:1.5;display:block}.work-loop__steps article p{color:#ffffffb8;margin:76px 0 0;font-size:12px;line-height:1.75}.work-showcase{background:var(--work-accent-soft);overflow:hidden}.work-showcase__heading{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:64px;display:flex}.work-showcase__heading .eyebrow{margin-bottom:9px}.work-showcase__heading h2{text-align:right;max-width:720px;margin-bottom:0}.work-proof{border:1px solid var(--ink);color:#fff;background:#101110;border-radius:38px;min-height:720px;position:relative;overflow:hidden;box-shadow:0 32px 80px #1012102e}.work-proof__label{z-index:5;color:#ffffffb8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;background:#0a0a0a8f;border:1px solid #ffffff4d;border-radius:999px;padding:10px 14px;font-size:8px;position:absolute;top:24px;left:24px}.work-proof--marpin{background:radial-gradient(circle at 79% 17%,#a769c26b,#0000 32%),radial-gradient(circle at 15% 82%,#532d68cc,#0000 35%),#161118}.work-proof__desktop{background:#f7f5f1;border:1px solid #ffffff3d;border-radius:18px;position:absolute;overflow:hidden;box-shadow:0 42px 80px #0000005c}.work-proof__desktop>span{background:#1a1a1a;align-items:center;gap:5px;height:30px;padding-left:12px;display:flex}.work-proof__desktop>span i{background:#ffffff59;border-radius:50%;width:6px;height:6px}.work-proof__desktop img{width:100%;height:auto}.work-proof__desktop--primary{z-index:2;width:70%;bottom:7%;right:5%;transform:rotate(-1.5deg)}.work-proof__desktop--secondary{opacity:.88;width:58%;top:15%;left:5%;transform:rotate(2.5deg)}.work-proof--fitura{background:radial-gradient(circle at 20% 25%,#ff816c61,#0000 34%),radial-gradient(circle at 83% 78%,#b989e05c,#0000 38%),#171414;grid-template-columns:.78fr 1.22fr;align-items:center;gap:60px;padding:64px 6% 54px;display:grid}.work-proof__video-wrap{justify-self:center;width:min(100%,330px);position:relative}.work-proof__video-wrap:before{content:"";filter:blur(48px);background:#ff816c2e;border-radius:50%;position:absolute;inset:8% -22%}.work-proof__video{z-index:1;aspect-ratio:332/720;object-fit:cover;background:#080808;border:6px solid #070707;border-radius:42px;width:100%;position:relative;overflow:hidden;box-shadow:0 30px 70px #0000008c}.work-proof__video-wrap .work-proof__label{top:-24px;left:-32px}.work-proof__motion-dot{z-index:3;background:var(--acid);border:3px solid #171414;border-radius:50%;width:13px;height:13px;position:absolute;top:-10px;right:-10px;box-shadow:0 0 0 8px #dfff5524}.work-proof__phones{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:16px;display:grid}.work-proof__phones figure{background:#080808;border:4px solid #080808;border-radius:27px;margin:0;overflow:hidden;box-shadow:0 24px 50px #0000005c}.work-proof__phones figure:nth-child(2){transform:translateY(-40px)}.work-proof__phones img{width:100%;height:auto}.work-build__grid{grid-template-columns:minmax(0,1fr) minmax(370px,.7fr);gap:100px;display:grid}.work-build__role h2{max-width:740px}.work-build__capabilities{border:1px solid var(--ink);border-radius:var(--radius-md);background:var(--paper);align-self:end;padding:30px}.work-build__capabilities .mini-label{margin-bottom:22px}.work-build__capabilities ul{margin:0;padding:0;list-style:none}.work-build__capabilities li{border-top:1px solid var(--line);color:#4c4f48;grid-template-columns:20px 1fr;gap:11px;padding:16px 0;font-size:11px;line-height:1.55;display:grid}.work-build__capabilities li:last-child{padding-bottom:0}.work-build__capabilities svg{color:#617a00;width:17px}.work-control{color:#fff;background:#101210;padding:126px 0}.work-control__grid{grid-template-columns:1.05fr .75fr;gap:120px;display:grid}.work-control article>p{color:#ffffff94}.work-control__transfer{border-radius:var(--radius-md);background:#ffffff09;border:1px solid #fff3;align-self:end;padding:34px}.work-control__transfer>span{color:var(--acid);font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;margin-bottom:38px;font-size:8px;display:block}.work-control__transfer h3{letter-spacing:-.05em;margin-bottom:18px;font-size:30px;font-weight:500;line-height:1.08}.work-control__transfer p{color:#ffffff87;margin:0;font-size:12px;line-height:1.75}.work-cta{background:var(--work-accent-soft);padding:124px 0;position:relative;overflow:hidden}.work-cta:after{background:var(--work-accent);content:"";filter:blur(90px);opacity:.4;border-radius:50%;width:520px;height:520px;position:absolute;bottom:-220px;right:-140px}.work-cta__inner{z-index:1;max-width:980px;position:relative}.work-cta__inner>p{color:#4f524c;max-width:650px}.work-cta__inner>div{flex-wrap:wrap;align-items:center;gap:26px;margin-top:40px;display:flex}.work-cta__inner>small{color:#10121085;max-width:820px;font-family:var(--mono);margin-top:52px;font-size:8px;line-height:1.65;display:block}@media (width<=1180px){.work-hero__grid{grid-template-columns:minmax(0,.85fr) minmax(420px,1fr);gap:48px}.work-hero h1{font-size:clamp(54px,5.5vw,70px)}.work-loop__steps article{padding-inline:16px}.work-proof{min-height:640px}}@media (width<=900px){.selected-work__grid,.work-hero__grid,.work-build__grid,.work-control__grid{grid-template-columns:1fr}.work-hero{padding-top:132px}.work-hero__grid{gap:60px}.work-hero__copy{max-width:760px}.work-hero__visual{width:min(100%,760px);transform:rotate(.6deg)}.work-tech-strip{flex-direction:column;align-items:flex-start;padding:24px 0}.work-tech-strip>div{justify-content:flex-start}.work-copy-grid,.work-loop__heading{grid-template-columns:1fr;gap:28px}.work-loop__steps{grid-template-columns:repeat(2,minmax(0,1fr))}.work-loop__steps article,.work-loop__steps article:last-child{border-bottom:1px solid #ffffff2b;border-right:1px solid #ffffff2b;min-height:210px}.work-loop__steps article:nth-child(2n){border-right:0}.work-loop__steps article:last-child{border-bottom:0}.work-loop__steps article p{margin-top:45px}.work-proof--fitura{grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:35px;padding-inline:5%}.work-proof__phones{gap:8px}.work-proof__phones figure{border-width:3px;border-radius:18px}.work-build__grid,.work-control__grid{gap:56px}.work-build__capabilities{max-width:620px}}@media (width<=620px){.selected-work__heading h2,.work-copy-grid h2,.work-loop__heading h2,.work-showcase__heading h2,.work-build__role h2,.work-control h2,.work-cta h2{font-size:clamp(40px,11.5vw,56px)}.selected-work-card{border-radius:22px}.selected-work-card__copy{padding:25px 21px 28px}.selected-work-card__copy h3{font-size:42px}.work-hero{padding-top:108px}.work-hero__grid{gap:44px;min-height:0;padding-bottom:54px}.work-hero__back{margin-bottom:34px}.work-hero h1{font-size:clamp(47px,13.5vw,64px)}.work-hero__visual{border-radius:23px}.work-hero__proof{max-width:calc(100% - 24px);font-size:7px;bottom:12px;right:12px}.work-loop,.work-control,.work-cta{padding:84px 0}.work-loop__steps{grid-template-columns:1fr}.work-loop__steps article,.work-loop__steps article:last-child,.work-loop__steps article:nth-child(2n){border-bottom:1px solid #ffffff2b;border-right:0;min-height:170px}.work-loop__steps article:last-child{border-bottom:0}.work-loop__steps article p{margin-top:28px}.work-showcase__heading{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:38px}.work-showcase__heading h2{text-align:left}.work-proof{border-radius:23px;min-height:480px}.work-proof--marpin{min-height:430px}.work-proof__desktop--primary{width:100%;bottom:8%;right:-12%}.work-proof__desktop--secondary{width:86%;top:19%;left:-13%}.work-proof--fitura{grid-template-columns:1fr;gap:64px;padding:76px 22px 32px}.work-proof__video-wrap{width:min(72%,270px)}.work-proof__video-wrap .work-proof__label{top:-45px;left:0}.work-proof__phones{width:126%;margin-left:-13%}.work-build__capabilities,.work-control__transfer{border-radius:20px;padding:25px 20px}.work-cta__inner>div{flex-direction:column;align-items:flex-start}}
