:root{--white:#fff;--soft:#f5f5f4;--mist:#ececea;--line:#e6e6e3;--stone:#a6a6a3;--graphite:#606060;--charcoal:#353535;--ink:#1d1d1d;--font-head:"Outfit", ui-sans-serif, system-ui, "Segoe UI", sans-serif;--font-body:"Inter", ui-sans-serif, system-ui, "Segoe UI", sans-serif;--font-accent:"Fraunces", Georgia, "Times New Roman", serif;--radius:16px;--shadow:0 30px 60px -30px #00000047;--ease:cubic-bezier(.22, 1, .36, 1);--header-h:76px;--stitch:linear-gradient(90deg, currentColor 55%, transparent 0)}*,:before,:after{box-sizing:border-box}html.is-loading{overflow:hidden}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}body{background:var(--white);color:var(--charcoal);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.65;overflow-x:clip}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}::selection{background:var(--charcoal);color:var(--white)}:focus-visible{outline:2px solid var(--charcoal);outline-offset:3px}.icon{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}h1,h2,h3,h4{font-family:var(--font-head);letter-spacing:-.025em;color:var(--ink);margin:0;font-weight:500;line-height:1.12}h1{font-size:clamp(2.3rem,4.3vw,3.6rem);line-height:1.06}h2{font-size:clamp(1.85rem,3vw,2.6rem)}h3{font-size:1.2rem}h1 em,h2 em{font-family:var(--font-accent);letter-spacing:-.01em;color:var(--graphite);font-style:italic;font-weight:400}p{margin:0}.word-mask{vertical-align:top;margin-bottom:-.08em;padding-bottom:.08em;display:inline-block;overflow:hidden}.word{display:inline-block}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 24px}.section{padding:clamp(80px,9vw,130px) 0}.section--soft{background:var(--soft)}.section--dark{background:var(--ink);color:#ffffffb3}.section--dark h2,.section--dark h3{color:var(--white)}.section--dark h2 em{color:var(--stone)}.eyebrow{font-family:var(--font-head);letter-spacing:.18em;text-transform:uppercase;color:var(--graphite);align-items:center;gap:12px;margin-bottom:16px;font-size:12.5px;font-weight:500;display:inline-flex}.eyebrow:before{content:"";background:var(--stitch) 0 0 / 7px 1.5px;width:32px;height:1.5px}.section--dark .eyebrow,.markets .eyebrow{color:var(--stone)}.dot{background:var(--charcoal);border-radius:50%;width:7px;height:7px;position:relative}.dot:after{content:"";background:var(--charcoal);animation:ping 2.2s var(--ease) infinite;border-radius:50%;position:absolute;inset:0}.hero .eyebrow:before{display:none}@keyframes ping{to{opacity:0;transform:scale(3)}}.section-head{grid-template-columns:1.3fr 1fr;align-items:end;gap:32px;margin-bottom:52px;display:grid}.section-head__intro{max-width:420px;color:var(--graphite);justify-self:end}.section-head--center{text-align:center;grid-template-columns:1fr;justify-items:center}.section-head--center .section-head__intro{justify-self:center}.container--wide{max-width:1680px;padding:0 clamp(24px,4vw,76px)}.scroll-progress{z-index:200;background:var(--charcoal);transform-origin:0;height:2px;position:fixed;top:0;left:0;right:0}.btn{font-family:var(--font-head);white-space:nowrap;isolation:isolate;transition:color .45s var(--ease), border-color .45s;border:1.5px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:12px 22px;font-size:15px;font-weight:500;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";z-index:-1;border-radius:inherit;transition:transform .55s var(--ease);position:absolute;inset:0;transform:translateY(101%)}.btn:hover:before{transform:translateY(0)}.btn--lg{padding:15px 28px;font-size:16px}.btn--dark{background:var(--charcoal);color:var(--white)}.btn--dark:before{background:var(--ink)}.btn--outline{border-color:var(--charcoal);color:var(--charcoal)}.btn--outline:before{background:var(--charcoal)}.btn--outline:hover{color:var(--white)}.btn--light{background:var(--white);color:var(--ink)}.btn--light:before{background:var(--mist)}.btn__arrow{width:18px;height:18px;transition:transform .45s var(--ease)}.btn:hover .btn__arrow{transform:translate(4px)}.preloader{z-index:1000;background:var(--white);place-items:center;display:grid;position:fixed;inset:0}.preloader__inner{width:min(520px,74vw)}.preloader__logo{position:relative}.preloader__logo img{width:100%;height:auto}.preloader__ghost{opacity:.08}.preloader__solid{position:absolute;inset:0}.preloader__stitch{height:1.5px;color:var(--line);background:var(--stitch) 0 0 / 10px 1.5px;margin-top:30px;position:relative}.preloader__stitch span{color:var(--charcoal);background:var(--stitch) 0 0 / 10px 1.5px;transform-origin:0;position:absolute;inset:0}.preloader__meta{letter-spacing:.26em;text-transform:uppercase;color:var(--graphite);justify-content:space-between;margin-top:16px;font-size:11px;font-weight:600;display:flex}.preloader__count{font-variant-numeric:tabular-nums}.topbar{background:var(--charcoal);color:#ffffffc7;font-size:13px}.topbar__inner{justify-content:space-between;align-items:center;gap:20px;min-height:40px;display:flex}.topbar__links{gap:24px;display:flex}.topbar__links a{align-items:center;gap:7px;transition:color .3s;display:inline-flex}.topbar__links a:hover{color:var(--white)}.topbar .icon{width:15px;height:15px}.header{z-index:100;-webkit-backdrop-filter:blur(16px)saturate(1.4);transition:transform .6s var(--ease), border-color .4s;background:#ffffffd1;border-bottom:1px solid #0000;position:sticky;top:0}.header.is-scrolled{border-color:var(--line)}.header.is-hidden{transform:translateY(-100%)}.header{transition:transform .6s var(--ease), background-color .5s, border-color .4s, backdrop-filter .5s}.header.is-over-hero{-webkit-backdrop-filter:none;background:0 0;border-color:#0000}.header__logo{display:block;position:relative}.header__logo img{transition:opacity .4s}.header__logo-light{opacity:0;position:absolute;inset:0}.is-over-hero .header__logo-dark{opacity:0}.is-over-hero .header__logo-light{opacity:1}.is-over-hero .nav a{color:#ffffffd1}.is-over-hero .nav a:hover{color:var(--white)}.is-over-hero .nav__underline{background:var(--white)}.is-over-hero .header__cta{-webkit-backdrop-filter:blur(10px);background:#ffffff14;border-color:#ffffff80}.is-over-hero .header__cta:before{background:var(--white)}.is-over-hero .header__cta:hover{color:var(--ink)}.is-over-hero .burger{background:#ffffff24;box-shadow:inset 0 0 0 1px #fff6}.header__inner{height:var(--header-h);align-items:center;gap:32px;display:flex}.header__logo img{width:148px;height:auto}.nav{font-family:var(--font-head);gap:30px;margin-left:auto;font-size:15px;display:flex}.nav a{color:var(--graphite);padding:6px 0;transition:color .3s;position:relative}.nav a:hover,.nav a.is-active{color:var(--ink)}.nav__underline{background:var(--ink);height:1.5px;position:absolute;bottom:0;left:0;right:0}.burger{z-index:120;background:var(--charcoal);border:0;border-radius:50%;flex-direction:column;justify-content:center;gap:6px;width:46px;height:46px;margin-left:auto;padding:0 13px;display:none;position:relative}.burger span{background:var(--white);height:1.5px;transition:transform .45s var(--ease)}.burger.is-open span:first-child{transform:translateY(3.75px)rotate(45deg)}.burger.is-open span:last-child{transform:translateY(-3.75px)rotate(-45deg)}.menu{z-index:110;background:var(--white);flex-direction:column;justify-content:space-between;padding:120px 24px 40px;display:flex;position:fixed;inset:0}.menu__links{flex-direction:column;display:flex}.menu__links a{border-bottom:1px solid var(--line);font-family:var(--font-head);color:var(--ink);align-items:baseline;gap:16px;padding:12px 0;font-size:28px;display:flex}.menu__links span{color:var(--stone);font-size:12px}.menu__foot{color:var(--graphite);flex-direction:column;gap:4px;display:flex}.hero{height:calc(100svh - 40px);min-height:540px;margin-top:calc(-1 * var(--header-h) - 1px);background:var(--ink);color:var(--white);touch-action:pan-y;isolation:isolate;position:relative;overflow:hidden}.hero__slides{z-index:-2;position:absolute;inset:-2% 0 0}.hero__slide{position:absolute;inset:0;overflow:hidden}.hero__slide img{object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:100%}.hero__shade{z-index:-1;pointer-events:none;background:linear-gradient(#0a0a0a99,#0a0a0a00 24%),linear-gradient(90deg,#0a0a0acc,#0a0a0a8c 42%,#0a0a0a33 78%),linear-gradient(#0a0a0a00 68%,#0a0a0aa6),#0a0a0a26;position:absolute;inset:0}.hero__content-wrap{padding:var(--header-h) 0 clamp(70px, 11vh, 110px);align-items:center;display:flex;position:absolute;inset:0}.hero__eyebrow{font-family:var(--font-head);letter-spacing:.22em;text-transform:uppercase;color:#ffffffe6;align-items:center;gap:16px;margin-bottom:clamp(14px,2.4vh,24px);font-size:12.5px;font-weight:500;display:flex}.hero__eyebrow-line{background:#ffffffb3;flex-shrink:0;width:48px;height:1px}.hero h1{max-width:780px;color:var(--white);font-size:clamp(2.3rem,min(5vw,8.4vh),4.6rem);font-weight:400;line-height:1.04}.hero h1 em{color:#ffffffd1}.hero__lead{color:#ffffffd9;max-width:500px;margin:clamp(16px,3vh,28px) 0 clamp(22px,4.2vh,40px);font-size:clamp(15px,2.3vh,18px)}.hero__actions{flex-wrap:wrap;gap:14px;display:flex}.btn--glass{color:var(--white);-webkit-backdrop-filter:blur(10px);background:#ffffff0f;border-color:#ffffff80}.btn--glass:before{background:var(--white)}.btn--glass:hover{border-color:var(--white);color:var(--ink)}.hero__bottom-wrap{position:absolute;bottom:0;left:0;right:0}.hero__bottom{justify-content:space-between;align-items:flex-start;gap:32px;padding-bottom:clamp(22px,4vh,36px);display:flex}.hero__scroll{font-family:var(--font-head);letter-spacing:.22em;text-transform:uppercase;color:#ffffffd9;background:0 0;border:0;align-items:center;gap:12px;padding:0;font-size:12px;display:inline-flex}.hero__scroll-arrow{animation:nudge 2s var(--ease) infinite;display:inline-block}@keyframes nudge{50%{transform:translateY(5px)}}.hero__tabs{gap:24px;display:flex}.hero__tab{text-align:left;color:#fff9;background:0 0;border:0;flex-direction:column;gap:12px;width:clamp(110px,11vw,170px);padding:0;transition:color .4s;display:flex}.hero__tab:hover,.hero__tab.is-active{color:var(--white)}.hero__tab-label{font-family:var(--font-head);letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.hero__tab-label i{opacity:.7;margin-right:8px;font-style:normal}.hero__track{background:#ffffff4d;height:1.5px;position:relative;overflow:hidden}.hero__fill{background:var(--white);transform-origin:0;animation-name:hero-fill;animation-timing-function:linear;animation-fill-mode:forwards;position:absolute;inset:0}@keyframes hero-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.icon.is-flipped{transform:scaleX(-1)}.clients{padding:clamp(48px,6vw,80px) 0 clamp(40px,5vw,64px);overflow:hidden}.clients__head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px 32px;margin-bottom:clamp(24px,3vw,40px);display:flex}.clients__eyebrow{margin:0}.clients__note{color:var(--graphite);font-size:14px}.clients__note strong{font-family:var(--font-head);color:var(--ink);font-weight:500}.clients__rows{background:var(--line);border-block:1px solid var(--line);gap:1px;display:grid;-webkit-mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000);mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000)}.clients__row{background:var(--white);overflow:hidden}.clients__track{will-change:transform;width:max-content;animation:55s linear infinite clients-scroll;display:flex}.clients__row.is-reverse .clients__track{animation-duration:62s;animation-direction:reverse}.clients__rows:hover .clients__track{animation-play-state:paused}@keyframes clients-scroll{to{transform:translate(-50%)}}.clients__cell{border-right:1px solid var(--line);place-items:center;width:clamp(180px,16vw,260px);height:clamp(84px,8vw,112px);display:grid}.client{width:100%;height:100%;color:var(--stone);transition:color .5s var(--ease), transform .6s var(--ease);place-items:center;display:grid}.client img{filter:grayscale();opacity:.55;max-width:62%;max-height:42%;transition:filter .5s,opacity .5s}.clients__cell:hover .client{color:var(--ink);transform:scale(1.06)}.clients__cell:hover .client img{filter:none;opacity:1}.client__word{white-space:nowrap;font-size:22px;line-height:1}.client__word--serif{font-family:var(--font-accent);letter-spacing:-.01em;font-size:25px}.client__word--serif-italic{font-family:var(--font-accent);font-size:26px;font-style:italic}.client__word--sans-bold{font-family:var(--font-head);letter-spacing:-.04em;font-size:25px;font-weight:600}.client__word--sans-wide{font-family:var(--font-head);letter-spacing:.34em;text-transform:uppercase;font-size:16px;font-weight:500}.client__word--sans-light{font-family:var(--font-head);letter-spacing:.02em;font-size:27px;font-weight:300}.client__word--condensed{font-family:var(--font-body);letter-spacing:.08em;font-size:17px;font-weight:600;display:inline-block;transform:scaleY(1.25)}.certifications{background:var(--soft);padding-top:clamp(64px,7vw,100px)}.cert-grid{border:1px solid var(--line);border-radius:var(--radius);background:var(--line);grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.cert{background:var(--white);transition:background-color .5s var(--ease);flex-direction:column;gap:22px;padding:clamp(24px,2.4vw,34px);display:flex;position:relative}.cert:hover{background:#fbfbfa}.cert__logo{align-items:center;height:72px;display:flex}.cert__logo img{object-fit:contain;filter:grayscale();opacity:.8;max-width:150px;max-height:64px;transition:filter .5s, opacity .5s, transform .6s var(--ease)}.cert:hover .cert__logo img{filter:none;opacity:1;transform:scale(1.04)}.cert__badge{border:1.5px solid var(--charcoal);width:68px;height:68px;color:var(--charcoal);transition:background-color .5s var(--ease), color .5s var(--ease), transform .6s var(--ease);border-radius:50%;place-items:center;display:grid;position:relative}.cert__badge:before{content:"";opacity:.45;border:1px dashed;border-radius:50%;position:absolute;inset:5px}.cert__badge span{font-family:var(--font-head);letter-spacing:.06em;font-size:13px;font-weight:600}.cert:hover .cert__badge{background:var(--charcoal);color:var(--white);transform:rotate(-8deg)}.cert__category{font-family:var(--font-head);letter-spacing:.16em;text-transform:uppercase;color:var(--stone);margin-bottom:6px;font-size:11.5px;font-weight:500;display:block}.cert h3{font-size:18px}.cert p{color:var(--graphite);margin-top:6px;font-size:14px;line-height:1.55}.cert__code{color:var(--stone);margin-top:12px;font-size:12px;display:inline-block}.cert__check{background:var(--soft);width:26px;height:26px;color:var(--charcoal);border-radius:50%;place-items:center;transition:background-color .4s,color .4s;display:grid;position:absolute;top:clamp(24px,2.4vw,34px);right:clamp(24px,2.4vw,34px)}.cert__check .icon{stroke-width:2.2px;width:14px;height:14px}.cert:hover .cert__check{background:var(--charcoal);color:var(--white)}.reveal-img{background:var(--soft);overflow:hidden}.reveal-img__inner{width:100%;height:100%}.reveal-img img{object-fit:cover;width:100%;height:100%}.about__grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,6vw,88px);display:grid}.about__media{height:clamp(440px,42vw,580px);position:relative}.about__img{border-radius:var(--radius);position:absolute}.about__img--1{width:78%;height:80%;top:0;left:0}.about__img--2{outline:8px solid var(--white);width:50%;height:50%;bottom:0;right:0}.about__badge{background:var(--charcoal);color:var(--white);box-shadow:var(--shadow);border-radius:14px;align-items:center;gap:12px;padding:18px 22px;display:flex;position:absolute;bottom:28px;left:24px}.about__badge strong{font-family:var(--font-head);font-size:38px;font-weight:500;line-height:1}.about__badge>span{opacity:.8;font-size:13px;line-height:1.35}.about__lead{color:var(--graphite);margin-top:22px}.checklist{color:var(--ink);grid-template-columns:1fr 1fr;gap:14px 24px;margin:28px 0 0;padding:0;font-size:15px;list-style:none;display:grid}.checklist li{align-items:flex-start;gap:10px;display:flex}.checklist__icon{background:var(--charcoal);width:22px;height:22px;color:var(--white);border-radius:50%;flex-shrink:0;place-items:center;margin-top:1px;display:grid}.checklist__icon .icon{stroke-width:2.4px;width:13px;height:13px}.stats{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin-top:40px;display:grid}.stat{padding:22px 20px 0 0}.stat+.stat{border-left:1px solid var(--line);padding-left:20px}.stat strong{font-family:var(--font-head);color:var(--ink);font-size:34px;font-weight:400;line-height:1.1;display:block}.stat>span{color:var(--graphite);font-size:13.5px}.dept-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.dept{border-radius:var(--radius);height:500px;color:var(--white);display:block;position:relative;overflow:hidden}.dept .reveal-img{position:absolute;inset:0}.dept .reveal-img img{transition:transform 1.4s var(--ease)}.dept:hover .reveal-img img{transform:scale(1.08)}.dept:after{content:"";pointer-events:none;background:linear-gradient(#0000 45%,#0a0a0ac7);position:absolute;inset:0}.dept__body{z-index:1;padding:28px;position:absolute;bottom:0;left:0;right:0}.dept__tag{-webkit-backdrop-filter:blur(8px);letter-spacing:.04em;background:#ffffff29;border-radius:999px;margin-bottom:10px;padding:4px 12px;font-size:12px;display:inline-block}.dept h3{color:var(--white);font-size:30px}.dept p{opacity:0;max-width:280px;transition:opacity .5s, transform .6s var(--ease);margin-top:6px;font-size:15px;display:grid;transform:translateY(12px)}.dept:hover p,.dept:focus-visible p{opacity:.9;transform:none}.dept__arrow{background:var(--white);width:46px;height:46px;color:var(--ink);opacity:0;transition:transform .6s var(--ease), opacity .4s;border-radius:50%;place-items:center;display:grid;position:absolute;bottom:30px;right:28px;transform:scale(.6)rotate(-45deg)}.dept:hover .dept__arrow{opacity:1;transform:scale(1)rotate(-45deg)}.filters{background:var(--soft);border-radius:999px;flex-wrap:wrap;gap:4px;margin-bottom:32px;padding:5px;display:inline-flex}.filter{font-family:var(--font-head);color:var(--graphite);background:0 0;border:0;border-radius:999px;padding:9px 20px;font-size:14.5px;transition:color .4s;position:relative}.filter:hover{color:var(--ink)}.filter.is-active{color:var(--white)}.filter__pill{background:var(--charcoal);border-radius:999px;position:absolute;inset:0}.filter__label{position:relative}.products{grid-template-columns:repeat(5,1fr);gap:20px;display:grid}.product{border-radius:var(--radius);background:var(--white);border:1px solid var(--line);transition:box-shadow .6s var(--ease), border-color .4s;flex-direction:column;display:flex;overflow:hidden}.product:hover{box-shadow:var(--shadow);border-color:#0000}.product__img{aspect-ratio:4/4.5;background:var(--soft);overflow:hidden}.product__img img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s var(--ease)}.product:hover .product__img img{transform:scale(1.08)}.product__body{flex-direction:column;flex:1;padding:18px 18px 20px;display:flex}.product__num{font-family:var(--font-head);color:var(--stone);font-size:12px}.product h3{margin:2px 0 6px;font-size:18px}.product p{color:var(--graphite);font-size:14px;line-height:1.55}.chips{flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:14px;display:flex}.chips span{background:var(--soft);color:var(--charcoal);border-radius:999px;padding:3px 10px;font-size:11.5px}.exp-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.exp{border-radius:var(--radius);background:var(--white);overflow:hidden}.exp__img{height:270px}.exp__img img{transition:transform 1.2s var(--ease)}.exp:hover .exp__img img{transform:scale(1.06)}.exp__body{padding:26px 28px 30px}.exp__num{font-family:var(--font-head);color:var(--stone);font-size:12px}.exp h3{margin:2px 0 8px;font-size:24px}.exp p{color:var(--graphite);font-size:15px}.exp ul{margin:18px 0 0;padding:0;list-style:none}.exp li{border-top:1px dashed var(--line);color:var(--ink);padding:10px 0;font-size:14.5px}.why__grid{grid-template-columns:.9fr 1.3fr;align-items:start;gap:clamp(40px,6vw,80px);display:grid}.why__intro{top:calc(var(--header-h) + 40px);position:sticky}.why__intro>p:not(.eyebrow){margin:20px 0 30px}.features{border-radius:var(--radius);background:#ffffff1a;grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.feature{background:var(--ink);transition:background-color .5s var(--ease);padding:30px}.feature:hover{background:#262626}.feature__icon{width:48px;height:48px;color:var(--white);transition:background-color .5s var(--ease), color .5s;border:1px solid #fff3;border-radius:50%;place-items:center;margin-bottom:20px;display:grid}.feature:hover .feature__icon{background:var(--white);color:var(--ink)}.feature h3{margin-bottom:6px}.feature p{font-size:15px}.steps{grid-template-columns:repeat(3,1fr);gap:44px 24px;margin:0;padding:0;list-style:none;display:grid}.step__img{border-radius:var(--radius);height:230px;margin-bottom:20px;position:relative;overflow:hidden}.step__img .reveal-img{height:100%}.step__img img{transition:transform 1.2s var(--ease)}.step:hover .step__img img{transform:scale(1.06)}.step__num{background:var(--white);width:44px;height:44px;font-family:var(--font-head);color:var(--ink);border-radius:50%;place-items:center;font-size:14px;display:grid;position:absolute;top:14px;left:14px}.step h3{margin-bottom:6px}.step p{color:var(--graphite);font-size:15px}.markets{background:var(--soft)}.markets .market{background:var(--white)}.markets__body{grid-template-columns:minmax(0,5fr) minmax(0,6fr);align-items:center;gap:clamp(40px,6vw,96px);display:grid}.markets__regions{flex-direction:column;display:flex}.region{border-top:1px dashed var(--line);grid-template-columns:minmax(130px,.8fr) 2fr;align-items:center;gap:24px;padding:22px 0;display:grid}.region:first-child{border-top:1px solid #dcdcd8}.region__name{letter-spacing:.2em;text-transform:uppercase;color:var(--charcoal);flex-direction:column;gap:6px;font-size:12px;font-weight:500;display:flex}.region__count{letter-spacing:.14em;color:var(--stone);font-variant-numeric:tabular-nums;font-size:11px}.region__list{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.market{border:1px solid var(--line);background:var(--white);transition:background-color .35s, color .35s, border-color .35s, transform .35s var(--ease);border-radius:999px;align-items:center;gap:8px;padding:8px 15px;font-size:14px;display:inline-flex}.market:before{content:"";background:var(--c,var(--stone));border-radius:50%;width:8px;height:8px;transition:background-color .35s}.market:hover,.market.is-active{border-color:var(--c,var(--charcoal));background:var(--c,var(--charcoal));color:var(--white)}.market:hover:before,.market.is-active:before{background:var(--white)}.market:active{transform:scale(.95)}.markets__summary{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px 24px;padding-top:24px;display:flex}.markets__count{align-items:center;gap:16px;display:flex}.markets__count-num{font-family:var(--font-head);letter-spacing:-.05em;color:var(--ink);font-variant-numeric:tabular-nums;font-size:clamp(3rem,5vw,4.4rem);font-weight:400;line-height:.9}.markets__count-label{max-width:130px;color:var(--graphite);font-size:14px;line-height:1.4}.markets__legend{color:var(--graphite);flex-wrap:wrap;gap:8px 20px;padding-bottom:6px;font-size:12.5px;display:flex}.swatch{vertical-align:-1px;border-radius:2px;width:10px;height:10px;margin-right:8px;display:inline-block}.swatch--market{background:conic-gradient(#4f7cac 0 25%, #4f957e 0 50%, #7176b3 0 75%, #c9814f 0);border-radius:50%}.swatch--route{border-top:1.5px dashed var(--charcoal);vertical-align:3px;border-radius:0;width:16px;height:0}.markets__map{width:100%}.map-stage{aspect-ratio:1;contain:layout paint;width:100%;position:relative}.map-base,.map-markets{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.map-markets{pointer-events:none}.map__sphere{fill:var(--white)}.map__graticule{fill:none;stroke:var(--mist);stroke-width:1px}.map__outline{fill:none;stroke:var(--stone);stroke-width:1.4px;stroke-dasharray:3 7}.country{fill:#e6e6e3;stroke:var(--white);stroke-width:1px;stroke-linejoin:round}.map-markets .country.is-market{fill:var(--c,var(--stone));opacity:0;pointer-events:auto;cursor:pointer;transition:opacity .8s var(--ease), fill .3s, fill-opacity .3s}.is-inview .map-markets .country.is-market{opacity:1}.map-markets .country.is-market:hover,.map-markets .country.is-market.is-active{fill:color-mix(in srgb, var(--c) 72%, #000)}.has-active .map-markets .country.is-market:not(.is-active){fill-opacity:.45}.route{fill:none;stroke:var(--charcoal);stroke-width:1.2px;stroke-opacity:.4;stroke-dasharray:1;stroke-dashoffset:1px;transition:stroke-dashoffset 1.6s cubic-bezier(.65,0,.35,1),stroke-opacity .3s,stroke-width .3s}.is-inview .route{stroke-dashoffset:0}.has-active .route{stroke-opacity:.12}.has-active .route.is-active{stroke:color-mix(in srgb, var(--c) 72%, #000);stroke-opacity:1;stroke-width:2.2px}.map-fx{transform-origin:0 0;pointer-events:none;width:1000px;height:1000px;position:absolute;top:0;left:0}.map-fx__traveller{background:var(--graphite);offset-rotate:0deg;opacity:0;will-change:offset-distance, opacity;border-radius:50%;width:6px;height:6px;animation:3.2s cubic-bezier(.45,0,.55,1) infinite map-travel;position:absolute;top:0;left:0;box-shadow:0 0 0 2px #ffffffd9}.has-active .map-fx__traveller{visibility:hidden}@keyframes map-travel{0%{offset-distance:0%;opacity:0}12%{opacity:1}85%{opacity:1}to{offset-distance:100%;opacity:0}}.map-fx__origin,.map-fx__marker{width:0;height:0;position:absolute}.map-fx__pulse{background:var(--charcoal);opacity:0;width:30px;height:30px;animation:map-pulse 2.8s var(--ease) infinite;will-change:transform, opacity;border-radius:50%;position:absolute;top:-15px;left:-15px}.map-fx__origin .map-fx__pulse{background:var(--ink);width:52px;height:52px;animation-duration:2.4s;top:-26px;left:-26px}@keyframes map-pulse{0%{opacity:.3;transform:scale(.6)}to{opacity:0;transform:scale(2.2)}}.map-fx__dot,.map-fx__origin-dot{background:var(--charcoal);box-shadow:0 0 0 2.5px var(--white);border-radius:50%;position:absolute}.map-fx__dot{background:color-mix(in srgb, var(--c,var(--charcoal)) 70%, #000);width:12px;height:12px;transition:transform .35s var(--ease);top:-6px;left:-6px}.map-fx__origin-dot{background:var(--ink);width:22px;height:22px;box-shadow:0 0 0 3px var(--white);top:-11px;left:-11px}.map-fx__marker{opacity:0;transition:opacity .5s var(--ease), transform .7s cubic-bezier(.34, 1.56, .64, 1);transform:translateY(-30px)}.is-inview .map-fx__marker{opacity:1;transform:none}.map-fx__marker.is-active .map-fx__dot{transform:scale(1.4)}.map-fx__origin{opacity:0;transition:opacity .6s var(--ease) .3s}.is-inview .map-fx__origin{opacity:1}.map-fx__label,.map-fx__origin-label{font-family:var(--font-head);font-style:normal;font-size:calc(14px / var(--s,1));white-space:nowrap;color:var(--ink);text-shadow:0 0 calc(4px / var(--s,1)) var(--white), 0 0 calc(4px / var(--s,1)) var(--white), 0 0 calc(4px / var(--s,1)) var(--white);font-weight:500;line-height:1;position:absolute}.map-fx__label{left:0;bottom:calc(14px / var(--s,1));opacity:0;transition:opacity .25s, transform .35s var(--ease);transform:translate(-50%,6px)}.map-fx__marker.is-active .map-fx__label{opacity:1;transform:translate(-50%)}.map-fx__origin-label{right:calc(8px / var(--s,1));top:calc(18px / var(--s,1))}.is-paused .map-fx__traveller,.is-paused .map-fx__pulse{animation-play-state:paused}.sustain__grid{grid-template-columns:1fr 1.1fr;align-items:center;gap:clamp(40px,6vw,88px);display:grid}.sustain__img{border-radius:var(--radius);height:clamp(380px,40vw,520px)}.sustain__text>p:not(.eyebrow){color:var(--graphite);margin-top:20px}.link-arrow{border-bottom:1px solid var(--charcoal);font-family:var(--font-head);color:var(--ink);align-items:center;gap:10px;margin-top:28px;padding-bottom:4px;font-weight:500;display:inline-flex}.link-arrow:hover .btn__arrow{transform:translate(4px)}.cta{padding-bottom:clamp(20px,3vw,40px)}.cta__box{background:var(--ink);border-radius:24px;justify-content:space-between;align-items:center;gap:32px;padding:clamp(40px,5vw,72px);display:flex;position:relative;overflow:hidden}.cta__bg{position:absolute;inset:0}.cta__box:before{content:"";z-index:1;background:linear-gradient(90deg,#141414eb 35%,#14141459);position:absolute;inset:0}.cta__content,.cta__box .btn{z-index:2;position:relative}.cta h2{color:var(--white)}.cta p{color:#ffffffc7;max-width:520px;margin-top:10px}.contact__grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:clamp(40px,6vw,80px);display:grid}.contact__info>p:not(.eyebrow){color:var(--graphite);margin-top:16px}.contact__list{gap:22px;margin:34px 0 0;padding:0;list-style:none;display:grid}.contact__list li{gap:16px;display:flex}.contact__icon{border:1px solid var(--line);width:46px;height:46px;color:var(--charcoal);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.contact__list strong{font-family:var(--font-head);color:var(--ink);font-weight:500;display:block}.contact__list span,.contact__list a{color:var(--graphite);font-size:15px}.contact__list a:hover{color:var(--ink)}.form{background:var(--soft);border-radius:22px;gap:26px;padding:clamp(28px,4vw,44px);display:grid}.form__row{grid-template-columns:1fr 1fr;gap:26px;display:grid}.field{padding-top:16px;display:block;position:relative}.field input,.field textarea{width:100%;font:inherit;color:var(--ink);resize:vertical;background:0 0;border:0;border-bottom:1.5px solid #d4d4d1;padding:8px 0 10px;transition:border-color .4s}.field input:focus,.field textarea:focus{border-color:var(--ink);outline:none}.field span{color:var(--graphite);pointer-events:none;transform-origin:0 0;transition:transform .45s var(--ease), color .3s;font-size:15px;position:absolute;top:24px;left:0}.field input:focus+span,.field input:not(:placeholder-shown)+span,.field textarea:focus+span,.field textarea:not(:placeholder-shown)+span{color:var(--ink);transform:translateY(-22px)scale(.82)}.interests{border:0;flex-wrap:wrap;gap:8px;margin:0;padding:0;display:flex}.interests legend{color:var(--graphite);margin-bottom:10px;font-size:14px}.interest{background:var(--white);color:var(--charcoal);transition:background-color .35s, color .35s, border-color .35s, transform .35s var(--ease);border:1.5px solid #d4d4d1;border-radius:999px;padding:7px 15px;font-size:13.5px}.interest:hover{border-color:var(--charcoal)}.interest:active{transform:scale(.95)}.interest.is-on{border-color:var(--charcoal);background:var(--charcoal);color:var(--white)}.form .btn{justify-self:start}.form__note{color:var(--ink);font-size:14px}.footer{background:var(--ink);color:#fff9;margin-top:clamp(20px,3vw,40px);padding:80px 0 28px;font-size:15px;overflow:hidden}.footer__grid{grid-template-columns:1.4fr .8fr 1.2fr 1fr;gap:40px;display:grid}.footer__brand img{width:170px;height:auto;margin-bottom:20px}.footer__brand p{max-width:320px}.footer h4{color:var(--white);margin-bottom:16px;font-size:15px}.footer__col{flex-direction:column;gap:10px;display:flex}.footer__two{grid-template-columns:1fr 1fr;gap:10px 20px;display:grid}.footer a{width:fit-content;transition:color .3s, background-size .5s var(--ease);background:linear-gradient(currentColor,currentColor) 0 100%/0 1px no-repeat}.footer a:hover{color:var(--white);background-size:100% 1px}.footer__mark{opacity:.08;width:100%;height:auto;margin:72px 0 0}.footer__bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:28px;padding-top:24px;font-size:13.5px;display:flex}@media (width<=1180px){.products{grid-template-columns:repeat(4,1fr)}.nav{gap:22px}}@media (width<=1024px){.markets__body{grid-template-columns:1fr}.markets__map{order:-1;justify-self:center;width:100%;max-width:620px}.hero__tab-label span{display:none}.hero__tab{width:56px}.nav,.header__cta{display:none}.burger{display:flex}.about__grid,.why__grid,.markets__inner,.sustain__grid,.contact__grid{grid-template-columns:1fr}.why__intro{position:static}.products{grid-template-columns:repeat(3,1fr)}.cert-grid{grid-template-columns:repeat(2,1fr)}.dept{height:420px}.dept p{opacity:.9;transform:none}.footer__grid{grid-template-columns:1fr 1fr}}@media (width<=760px){.hero__shade{background:linear-gradient(#0a0a0a99,#0a0a0a00 25%),linear-gradient(#0a0a0a52,#0a0a0aa6 45%,#0a0a0aeb)}.hero__content-wrap{align-items:flex-end;padding-bottom:96px}.hero__eyebrow{letter-spacing:.14em;font-size:11px}.hero__eyebrow-line{width:28px}.hero h1{font-size:clamp(2.1rem,9.6vw,2.6rem)}.hero__lead{font-size:15.5px}.hero__actions{gap:10px}.hero__actions .btn--lg{padding:12px 18px;font-size:14.5px}.hero__scroll{display:none}.hero__tabs{gap:10px;width:100%}.hero__tab{flex:1;width:auto}.clients__cell{width:150px;height:76px}.client__word{font-size:18px}.topbar__note{display:none}.topbar__inner{justify-content:center}.topbar__links{gap:16px;font-size:12px}.section-head{grid-template-columns:1fr;gap:14px}.section-head__intro{justify-self:start}.region{grid-template-columns:1fr;gap:12px}.dept-grid,.exp-grid,.steps,.features{grid-template-columns:1fr}.filters{scrollbar-width:none;flex-wrap:nowrap;max-width:100%;display:flex;overflow-x:auto}.filter{flex-shrink:0}.products{grid-template-columns:1fr 1fr;gap:12px}.product__body{padding:14px}.product p{font-size:13px}.checklist,.form__row{grid-template-columns:1fr}.stat{padding-right:10px}.stat+.stat{padding-left:12px}.stat strong{font-size:24px}.cert{gap:16px;padding:20px 16px}.cert__logo{height:56px}.cert__badge{width:54px;height:54px}.cert__check{top:18px;right:14px}.cert h3{font-size:16px}.cert p{font-size:13px}.cta__box{flex-direction:column;align-items:flex-start}.about__media{height:400px}.footer__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.clients__track{animation-duration:240s}.map-fx__traveller,.map-fx__pulse,.dot:after{animation:none}}.more{margin-top:clamp(36px,4vw,52px)}.more .link-arrow{margin-top:0}.expertise .more{text-align:center}.section--dark .link-arrow{color:var(--white);border-color:#ffffff80}.why__intro .more{margin-top:0}.page-hero{min-height:clamp(440px,64vh,640px);margin-top:calc(-1 * var(--header-h) - 1px);padding:calc(var(--header-h) + 60px) 0 clamp(48px, 7vw, 88px);background:var(--ink);color:var(--white);isolation:isolate;align-items:flex-end;display:flex;position:relative;overflow:hidden}.page-hero__bg{z-index:-2;position:absolute;inset:0}.page-hero__bg img{object-fit:cover;width:100%;height:100%}.page-hero__content{position:relative}.page-hero h1{max-width:820px;color:var(--white);font-size:clamp(2.2rem,4.6vw,4rem);font-weight:400;line-height:1.05}.page-hero h1 em{color:#ffffffd1}.page-hero__lead{color:#ffffffd9;max-width:560px;margin-top:clamp(16px,2.4vh,24px);font-size:clamp(15px,1.4vw,18px)}.crumbs{font-family:var(--font-head);letter-spacing:.18em;text-transform:uppercase;color:#ffffffb3;flex-wrap:wrap;gap:10px;margin-bottom:20px;font-size:12.5px;font-weight:500;display:flex}.crumbs a{transition:color .3s}.crumbs a:hover,.crumbs [aria-current]{color:var(--white)}.products--preview{grid-template-columns:repeat(4,1fr);margin-top:22px}.expertise:not(.section--soft) .exp{border:1px solid var(--line)}.steps-row{grid-template-columns:repeat(6,1fr);gap:32px 24px;margin:0;padding:0;list-style:none;display:grid}.steps-row__item{border-top:1px solid var(--line);padding-top:24px}.steps-row__num{background:var(--charcoal);width:44px;height:44px;font-family:var(--font-head);color:var(--white);border-radius:50%;place-items:center;margin-bottom:18px;font-size:14px;display:grid}.steps-row h3{margin-bottom:6px;font-size:17px}.steps-row p{color:var(--graphite);font-size:14px;line-height:1.55}.sustain__certs{margin-top:clamp(48px,6vw,80px)}.faq-layout{grid-template-columns:.8fr 1.2fr;align-items:start;gap:0 clamp(40px,6vw,80px);display:grid}.faq-layout .section-head{top:calc(var(--header-h) + 40px);grid-template-columns:1fr;gap:18px;margin:0;position:sticky}.faq-layout .section-head__intro{justify-self:start}.faq-layout .more{grid-column:2}.faq{border-top:1px solid #dcdcd8;margin:0;padding:0;list-style:none}.faq__item{border-bottom:1px solid #dcdcd8}.faq__item h3{font-size:inherit;font-weight:inherit;margin:0}.faq__q{text-align:left;width:100%;font-family:var(--font-head);color:var(--ink);background:0 0;border:0;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;font-size:18px;font-weight:500;line-height:1.35;display:flex}.faq__icon{border:1px solid var(--line);background:var(--white);width:38px;height:38px;transition:transform .5s var(--ease), background-color .4s, color .4s, border-color .4s;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.faq__icon .icon{width:16px;height:16px}.faq__q:hover .faq__icon{border-color:var(--charcoal)}.faq__item.is-open .faq__icon{border-color:var(--charcoal);background:var(--charcoal);color:var(--white);transform:rotate(45deg)}.faq__a{overflow:hidden}.faq__a p{color:var(--graphite);padding:0 58px 24px 0}.card-grid{gap:20px;margin:0;padding:0;list-style:none;display:grid}.card-grid--4{grid-template-columns:repeat(4,1fr)}.card-grid--3{grid-template-columns:repeat(3,1fr)}.card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);transition:box-shadow .6s var(--ease), border-color .4s;padding:clamp(24px,2.4vw,32px)}.card:hover{box-shadow:var(--shadow);border-color:#0000}.card__num{font-family:var(--font-head);color:var(--stone);font-size:12px}.card h3{margin:6px 0 8px}.card p{color:var(--graphite);font-size:15px}.card__term{font-family:var(--font-head);letter-spacing:-.03em;color:var(--ink);margin-bottom:10px;font-size:40px;font-weight:400;line-height:1;display:block}.pillars{margin-top:clamp(48px,6vw,80px)}.stages{border-top:1px solid #dcdcd8;margin:0;padding:0;list-style:none}.stage{border-bottom:1px solid #dcdcd8;grid-template-columns:70px 1.1fr 1fr .9fr;align-items:start;gap:20px 32px;padding:32px 0;display:grid}.stage__num{font-family:var(--font-head);color:var(--stone);font-size:28px;line-height:1.2}.stage__head h3{margin-bottom:6px;font-size:22px}.stage__head p{color:var(--graphite);font-size:15px}.stage__list{color:var(--ink);gap:10px;margin:0;padding:0;font-size:15px;list-style:none;display:grid}.stage__list li{align-items:flex-start;gap:10px;display:flex}.stage__list .icon{flex-shrink:0;width:17px;height:17px;margin-top:4px}.stage__get{background:var(--white);color:var(--charcoal);border-radius:12px;padding:18px 20px;font-size:15px}.stage__get strong{font-family:var(--font-head);letter-spacing:.16em;text-transform:uppercase;color:var(--stone);margin-bottom:4px;font-size:11.5px;font-weight:500;display:block}.exp__sub{margin-top:18px}.exp p.exp__sub{font-size:14.5px}.exp__sub strong{color:var(--ink);font-weight:600}.exp__label{letter-spacing:.16em;text-transform:uppercase;color:var(--stone);margin:22px 0 0;font-size:12px;font-weight:500}.exp ul.exp__checks{margin-top:8px}.exp__checks li{align-items:flex-start;gap:10px;display:flex}.exp__checks .icon{flex-shrink:0;width:16px;height:16px;margin-top:4px}.notfound__links{flex-wrap:wrap;gap:8px 32px;margin:0 0 44px;padding:0;list-style:none;display:flex}.notfound .link-arrow{margin-top:12px}.is-over-hero .nav a.is-active{color:var(--white)}.header:has(.burger.is-open){z-index:120}.menu{overflow-y:auto}.menu__links a.is-active:after{content:"";background:var(--ink);border-radius:50%;align-self:center;width:8px;height:8px;margin-left:auto}.footer__top{width:fit-content;font:inherit;color:inherit;transition:color .3s, background-size .5s var(--ease);background:linear-gradient(currentColor,currentColor) 0 100%/0 1px no-repeat;border:0;padding:0}.footer__top:hover{color:var(--white);background-size:100% 1px}.rail-wrap{z-index:90;pointer-events:none;align-items:center;display:none;position:fixed;top:0;bottom:0;right:16px}.rail{--rail-accent:var(--ink);--rail-muted:#a6a6a3;--rail-line:#1d1d1d24;--rail-pill:#fffffff0;--rail-text:var(--graphite);pointer-events:none}.rail--dark{--rail-accent:var(--white);--rail-muted:#ffffff73;--rail-line:#ffffff2e;--rail-pill:#1d1d1de0;--rail-text:#ffffffb8}.rail.is-visible{pointer-events:auto}.rail__list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex;position:relative}.rail__track,.rail__fill{width:1px;position:absolute;top:10px;bottom:10px;right:0}.rail__track{background:var(--rail-line);transition:background-color .6s}.rail__fill{background:var(--rail-accent);transform-origin:top;transition:background-color .6s}.rail__btn{background:0 0;border:0;justify-content:flex-end;align-items:center;width:36px;height:20px;padding:0;display:flex;position:relative}.rail__btn:focus-visible{outline-color:var(--rail-accent);outline-offset:2px}.rail__tick{background:var(--rail-muted);width:10px;height:1.5px;transition:width .5s var(--ease), background-color .5s}.rail__btn:hover .rail__tick{width:15px}.rail__btn.is-active .rail__tick{background:var(--rail-accent);width:26px}.rail__label{background:var(--rail-pill);-webkit-backdrop-filter:blur(10px);font-family:var(--font-head);letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;color:var(--rail-text);opacity:0;pointer-events:none;transition:opacity .4s var(--ease), transform .5s var(--ease), color .3s;transition-delay:calc(var(--i) * 20ms);border-radius:999px;align-items:center;gap:8px;padding:5px 12px;font-size:11px;font-weight:500;display:flex;position:absolute;top:50%;right:calc(100% + 8px);transform:translate(10px,-50%);box-shadow:0 6px 18px -10px #0000004d}.rail__label-num{font-variant-numeric:tabular-nums;letter-spacing:.1em;opacity:.7;font-variant-caps:all-small-caps}.rail:hover .rail__label{opacity:1;pointer-events:auto;transform:translateY(-50%)}.rail:has(:focus-visible) .rail__label{opacity:1;pointer-events:auto;transform:translateY(-50%)}.rail__btn:hover .rail__label,.rail__btn:focus-visible .rail__label,.rail__btn.is-active .rail__label{color:var(--rail-accent)}.rail__num{font-family:var(--font-head);letter-spacing:.12em;font-variant-numeric:tabular-nums;color:var(--rail-accent);pointer-events:none;font-size:11px;font-variant-caps:all-small-caps;font-weight:500;line-height:14px;transition:opacity .3s,color .6s;display:none;position:absolute;top:calc(50% - 7px);right:calc(100% + 8px)}.rail:hover .rail__num{opacity:0}.rail:has(:focus-visible) .rail__num{opacity:0}@media (width>=768px){.rail-wrap{display:flex}.page-home .container:not(.container--wide){padding-inline:max(24px,min(64px,684px - 50vw))}}@media (width>=1024px){.rail-wrap{right:24px}.rail__num{display:block}.page-home .container:not(.container--wide){padding-inline:max(24px,min(96px,716px - 50vw))}}@media (width<=1180px){.steps-row{grid-template-columns:repeat(3,1fr)}.stage{grid-template-columns:60px 1fr 1fr}.stage__get{grid-column:2/-1}}@media (width<=1024px){.products--preview,.card-grid--4{grid-template-columns:repeat(2,1fr)}.faq-layout{grid-template-columns:1fr;gap:32px}.faq-layout .section-head{position:static}.faq-layout .more{grid-column:auto}}@media (width<=760px){.products--preview{grid-template-columns:1fr 1fr;gap:12px}.steps-row,.card-grid--3,.card-grid--4{grid-template-columns:1fr}.stage{grid-template-columns:1fr;gap:14px}.stage__get{grid-column:auto}.page-hero{min-height:420px}.faq__q{font-size:16.5px}.faq__a p{padding-right:0}}@media (prefers-reduced-motion:reduce){.rail__label,.rail__tick,.rail__num{transition:none}}
