:root{--charcoal:#2B2B2B;--off:#F8F6F0;--burg:#5E1A26;--ink:#242323;--muted:#726d68;--line:rgba(43,43,43,.15);--header-h:78px;--radius:28px;--ease:cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box}html{background:var(--charcoal);scroll-behavior:auto}body{margin:0;background:var(--off);color:var(--ink);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}::selection{background:var(--burg);color:var(--off)}.container{width:min(1180px,calc(100% - 64px));margin-inline:auto}.section{position:relative;padding:130px 0}.section-offwhite{background:var(--off)}.immersive-dark,.section-charcoal{background:var(--charcoal);color:var(--off)}.section-burgundy{background:var(--burg);color:var(--off)}.two-column{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:90px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:11px;font-size:11px;font-weight:800;letter-spacing:.19em;text-transform:uppercase}.eyebrow:before{content:"";width:32px;height:1px;background:currentColor;opacity:.7}.section-heading{max-width:760px}.section-heading h2{font-size:clamp(42px,5vw,76px);font-weight:500;letter-spacing:-.045em;line-height:.98;margin:24px 0}.section-heading p{font-size:17px;line-height:1.75;color:#68635f;max-width:700px}.section-heading.light p{color:rgba(248,246,240,.65)}.button{min-height:50px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border:1px solid transparent;transition:transform .3s var(--ease),background .3s,color .3s,border-color .3s}.button:hover{transform:translateY(-3px)}.button-burgundy{background:var(--burg);color:var(--off)}.button-light{background:var(--off);color:var(--charcoal)}.button-ghost-light{border-color:rgba(248,246,240,.34);color:var(--off);background:rgba(255,255,255,.03);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.button-ghost-dark{border-color:rgba(43,43,43,.25);color:var(--charcoal);background:transparent}.text-link{display:inline-block;margin-top:20px;color:var(--burg);font-weight:800;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.three-canvas{position:absolute!important;inset:0;width:100%!important;height:100%!important}.site-header{position:fixed;z-index:80;top:12px;left:50%;transform:translateX(-50%);width:min(1260px,calc(100% - 30px));height:var(--header-h);display:grid;grid-template-columns:250px 1fr auto;align-items:center;padding:0 18px 0 22px;border:1px solid rgba(248,246,240,.1);border-radius:22px;background:rgba(24,24,24,.28);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:var(--off);transition:background .35s,border .35s,box-shadow .35s}.site-header.is-scrolled{background:rgba(43,43,43,.92);border-color:rgba(248,246,240,.16);box-shadow:0 14px 50px rgba(0,0,0,.18)}.brand-link{display:flex;align-items:center;gap:12px;font-size:12px;letter-spacing:.2em;font-weight:800;white-space:nowrap}.brand-link img{width:66px;height:auto;filter:brightness(0) invert(1);object-fit:contain}.desktop-nav{display:flex;justify-content:center;gap:24px;font-size:11px;font-weight:700;letter-spacing:.045em}.desktop-nav a{position:relative;opacity:.76;padding:13px 0;transition:opacity .25s}.desktop-nav a.active,.desktop-nav a:hover{opacity:1}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:7px;height:1px;background:#d49aa5;transition:right .3s var(--ease)}.desktop-nav a.active:after,.desktop-nav a:hover:after{right:0}.header-cta{min-height:44px;padding-inline:18px}.menu-button{display:none;width:42px;height:42px;border:0;background:transparent;position:relative}.menu-button span{position:absolute;left:8px;right:8px;height:1px;background:var(--off);top:16px}.menu-button span+span{top:25px}.mobile-menu{position:fixed;z-index:70;inset:0;background:var(--charcoal);color:var(--off);padding:120px 28px 40px}.mobile-menu-inner{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.mobile-menu a:not(.button){font-size:clamp(32px,9vw,56px);letter-spacing:-.04em;font-weight:500}.intro-overlay{position:fixed;z-index:200;inset:0;background:var(--off);display:grid;place-items:center;clip-path:inset(0 0 0 0);overflow:hidden}.intro-logo{width:min(740px,72vw);height:auto;position:relative;z-index:2}.intro-line{position:absolute;left:15vw;right:15vw;bottom:18%;height:1px;background:var(--burg);transform-origin:center}.intro-atmosphere{position:absolute;width:70vw;height:70vw;border-radius:50%;background:radial-gradient(circle,rgba(94,26,38,.09),transparent 62%);filter:blur(40px);animation:introPulse 3s ease-in-out infinite alternate}@keyframes introPulse{to{transform:scale(1.12)}}.hero{height:100svh;min-height:720px;position:relative;overflow:hidden}.hero-scene,.hero-vignette{position:absolute;inset:0}.hero-vignette{background:linear-gradient(90deg,rgba(21,21,21,.91),rgba(31,31,31,.52) 42%,rgba(20,20,20,.06) 73%),linear-gradient(0deg,rgba(23,23,23,.55),transparent 45%);pointer-events:none}.hero-copy{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-top:50px}.hero-copy h1{max-width:870px;font-size:clamp(58px,7.2vw,116px);line-height:.91;letter-spacing:-.062em;margin:24px 0 28px;font-weight:500}.hero-copy h1 em{font-style:normal;color:#d6b9bf}.hero-copy p{max-width:610px;color:rgba(248,246,240,.72);font-size:17px;line-height:1.65;margin:0 0 34px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.scroll-cue{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);font-size:9px;letter-spacing:.2em;color:rgba(248,246,240,.54);display:flex;align-items:center;gap:10px}.scroll-cue span{width:36px;height:1px;background:var(--burg);animation:cue 1.6s ease-in-out infinite}@keyframes cue{50%{width:64px}}.capability-ribbon{height:68px;background:var(--burg);color:var(--off);display:flex;align-items:center;overflow:hidden;border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}.marquee{white-space:nowrap;font-size:11px;letter-spacing:.18em;font-weight:800}.marquee>div{display:inline-block;animation:marquee 34s linear infinite}@keyframes marquee{to{transform:translateX(-50%)}}.about-intro{align-items:start}.statement-panel{border-left:1px solid var(--line);padding-left:48px;min-height:300px;display:flex;flex-direction:column;justify-content:center}.big-index{font-size:14px;color:var(--burg);font-weight:800;letter-spacing:.2em}.statement-panel p{font-size:25px;line-height:1.45;letter-spacing:-.025em;margin:28px 0 0}.category-showcase{height:100svh;min-height:760px;position:relative;overflow:hidden}.category-sticky-label{position:absolute;z-index:4;left:max(32px,calc((100vw - 1180px)/2));top:120px;max-width:400px;pointer-events:none}.category-sticky-label h2{font-size:54px;letter-spacing:-.045em;line-height:1;margin:18px 0}.category-sticky-label p{color:rgba(248,246,240,.58);line-height:1.7}.category-track{position:absolute;height:100%;left:0;top:0;display:flex;align-items:stretch;padding-left:42vw;padding-right:10vw;will-change:transform}.category-panel{position:relative;width:min(56vw,740px);height:100%;flex:none;overflow:hidden;border-left:1px solid rgba(248,246,240,.1);display:flex;align-items:flex-end;padding:70px 48px;color:var(--off)}.category-art{position:absolute;inset:0;background:radial-gradient(circle at 60% 42%,rgba(94,26,38,.32),transparent 34%),linear-gradient(140deg,#33302f,#191919 65%)}.category-panel:nth-child(2n) .category-art{background:radial-gradient(circle at 50% 42%,rgba(248,246,240,.16),transparent 34%),linear-gradient(140deg,#292827,#171717 65%)}.garment-silhouette{position:absolute;width:42%;height:46%;left:47%;top:26%;transform:translateX(-50%) rotate(-4deg);background:linear-gradient(145deg,#eeebe5,#c7c1ba);clip-path:polygon(25% 0,40% 8%,60% 8%,75% 0,100% 20%,87% 37%,76% 31%,73% 100%,27% 100%,24% 31%,13% 37%,0 20%);filter:drop-shadow(0 30px 25px rgba(0,0,0,.42))}.category-panel:nth-child(3n) .garment-silhouette{background:linear-gradient(145deg,#7d2636,#48151e)}.category-panel:nth-child(4n) .garment-silhouette{background:linear-gradient(145deg,#393a3b,#1d1e20)}.garment-neck{position:absolute;width:27%;height:14%;left:36.5%;top:1.5%;border-radius:0 0 50% 50%;background:#282827}.fabric-grid{position:absolute;inset:0;opacity:.08;background-image:linear-gradient(rgba(255,255,255,.4) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.4) 1px,transparent 0);background-size:40px 40px;-webkit-mask-image:linear-gradient(180deg,transparent,black,transparent);mask-image:linear-gradient(180deg,transparent,black,transparent)}.category-content{position:relative;z-index:2;width:65%}.category-content span{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#caa1a9}.category-content h3{font-size:clamp(42px,4vw,68px);line-height:.96;letter-spacing:-.04em;margin:13px 0}.category-content p{color:rgba(248,246,240,.62);line-height:1.6}.category-content b{font-size:11px;letter-spacing:.12em;text-transform:uppercase}.category-number{position:absolute;right:32px;top:116px;font-size:11px;letter-spacing:.2em;color:rgba(248,246,240,.48);z-index:2}.category-end{width:48vw;flex:none;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 8vw;background:var(--burg)}.category-end h3{font-size:62px;line-height:.95;letter-spacing:-.045em;margin:20px 0 34px}.product-anatomy{overflow:hidden}.product-anatomy:after{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(248,246,240,.09);border-radius:50%;right:-180px;top:30px}.anatomy-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-top:70px}.anatomy-object{min-height:600px;position:relative;display:grid;place-items:center}.anatomy-garment{width:330px;height:420px;background:linear-gradient(145deg,#efece7,#bfb9b2);clip-path:polygon(26% 0,40% 8%,60% 8%,74% 0,100% 17%,87% 35%,76% 29%,72% 100%,28% 100%,24% 29%,13% 35%,0 17%);filter:drop-shadow(0 45px 32px rgba(0,0,0,.4))}.anatomy-garment:after{content:"";position:absolute;left:39%;top:3%;width:22%;height:11%;border-radius:0 0 50% 50%;background:#2e2d2c}.point{position:absolute;z-index:3;font-size:9px;letter-spacing:.16em;font-weight:800;color:var(--off);background:var(--burg);padding:9px 12px;border-radius:999px}.point:after{content:"";position:absolute;width:70px;height:1px;background:#c3a9ae;top:50%}.p1{left:-80px;top:95px}.p1:after{left:100%}.p2{right:-110px;top:190px}.p2:after{right:100%}.p3{left:-72px;top:310px}.p3:after{left:100%}.p4{right:-95px;top:350px}.p4:after{right:100%}.p5{right:-85px;top:70px}.p5:after{right:100%}.anatomy-row{border-top:1px solid rgba(248,246,240,.13);padding:22px 0;display:grid;grid-template-columns:55px 1fr;align-items:center}.anatomy-row:last-child{border-bottom:1px solid rgba(248,246,240,.13)}.anatomy-row span{font-size:10px;color:#b79098;letter-spacing:.15em}.anatomy-row b{font-size:20px;font-weight:500}.journey-scroll{height:900vh;position:relative;background:var(--charcoal)}.journey-sticky{height:100svh;min-height:650px;position:sticky;top:0;overflow:hidden}.journey-gradient,.journey-scene{position:absolute;inset:0}.journey-gradient{background:linear-gradient(90deg,rgba(30,30,30,.92),rgba(30,30,30,.18) 52%,rgba(30,30,30,.62)),linear-gradient(0deg,rgba(30,30,30,.7),transparent 36%);pointer-events:none}.journey-interface{position:relative;z-index:4;height:100%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;align-items:center}.journey-intro{align-self:start;padding-top:120px;max-width:440px}.journey-intro h2{font-size:42px;line-height:1.02;letter-spacing:-.04em;font-weight:500;margin-top:18px}.journey-copy{align-self:end;padding-bottom:80px;max-width:500px}.journey-index{font-size:11px;color:#cf9ea8;letter-spacing:.2em}.journey-copy h3{font-size:64px;line-height:.95;letter-spacing:-.045em;margin:14px 0}.journey-copy p{color:rgba(248,246,240,.65);line-height:1.65;font-size:16px}.journey-progress{position:absolute;right:0;top:16%;bottom:16%;width:2px;background:rgba(248,246,240,.12)}.journey-progress span{position:absolute;top:0;left:0;width:100%;background:var(--burg);transition:height .08s linear}.journey-stage-list{grid-column:2;grid-row:1/3;justify-self:end;display:flex;flex-direction:column;gap:12px;text-align:right;padding-right:30px}.journey-stage-list span{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:rgba(248,246,240,.28);transition:color .3s,transform .3s}.journey-stage-list span.active{color:var(--off);transform:translateX(-10px)}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);margin-top:70px;border:1px solid var(--line)}.value-card{background:var(--off);padding:42px;min-height:280px;transition:transform .35s var(--ease),background .35s}.value-card:hover{transform:translateY(-8px);background:#fff}.value-card.dark{background:#333130;color:var(--off)}.value-card span{font-size:10px;color:var(--burg);letter-spacing:.18em}.value-card h3{font-size:25px;line-height:1.1;font-weight:500;letter-spacing:-.025em;margin:48px 0 16px}.value-card p{font-size:14px;line-height:1.7;color:#746f6a}.value-card.dark p{color:rgba(248,246,240,.58)}.network-section{position:relative;min-height:900px;overflow:hidden;padding:120px 0}.network-canvas{position:absolute;inset:0 0 0 38%;opacity:.92}.network-section:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--charcoal) 0,rgba(43,43,43,.84) 38%,transparent 67%);pointer-events:none}.network-copy{position:relative;z-index:3}.network-copy .section-heading{max-width:600px}.country-list{max-width:630px;margin:50px 0 38px}.country-row{display:grid;grid-template-columns:48px 110px 1fr;gap:10px;padding:18px 0;border-top:1px solid rgba(248,246,240,.13);align-items:start}.country-row:last-child{border-bottom:1px solid rgba(248,246,240,.13)}.country-row span{font-size:9px;color:#bd8f98;letter-spacing:.12em}.country-row h3{font-size:20px;margin:0;font-weight:500}.country-row p{margin:0;font-size:12px;line-height:1.6;color:rgba(248,246,240,.52)}.quality-story{min-height:650px}.qc-visual{min-height:540px;position:relative;display:grid;place-items:center}.qc-frame{width:310px;height:410px;border:1px solid var(--burg);position:relative;box-shadow:0 25px 70px rgba(43,43,43,.12)}.qc-garment{position:absolute;width:70%;height:72%;left:15%;top:14%;background:linear-gradient(145deg,#343231,#151515);clip-path:polygon(26% 0,40% 8%,60% 8%,74% 0,100% 17%,87% 35%,76% 29%,72% 100%,28% 100%,24% 29%,13% 35%,0 17%)}.scan-line,.tower-scan{position:absolute;left:-8%;right:-8%;height:2px;background:var(--burg);box-shadow:0 0 24px rgba(94,26,38,.6);animation:scan 3.2s ease-in-out infinite}@keyframes scan{0%,to{top:8%}50%{top:90%}}.qc-label{position:absolute;font-size:8px;letter-spacing:.16em;font-weight:800;color:var(--burg)}.q1{left:0;top:17%}.q2{right:-6%;top:36%}.q3{left:5%;bottom:30%}.q4{right:4%;bottom:12%}.buyers-section{overflow:hidden}.buyer-ticker{margin-top:70px;display:flex;flex-wrap:wrap;gap:12px}.buyer-ticker span{border:1px solid rgba(248,246,240,.18);border-radius:999px;padding:18px 24px;font-size:12px;letter-spacing:.13em;transition:background .3s,color .3s}.buyer-ticker span:hover{background:var(--off);color:var(--charcoal)}.final-cta{min-height:620px;display:flex;align-items:center;overflow:hidden}.final-cta h2{font-size:clamp(68px,8vw,120px);line-height:.9;letter-spacing:-.055em;font-weight:500;margin:20px 0}.final-cta p{max-width:650px;color:rgba(248,246,240,.7);font-size:17px;line-height:1.7;margin-bottom:34px}.cta-orbit{position:absolute;width:700px;height:700px;border-radius:50%;border:1px solid rgba(248,246,240,.12);right:-120px;top:-60px}.cta-orbit:after,.cta-orbit:before{content:"";position:absolute;border:1px solid rgba(248,246,240,.1);border-radius:50%;inset:90px}.cta-orbit:after{inset:190px}.page-hero{height:78svh;min-height:620px;position:relative;overflow:hidden}.page-hero-scene{position:absolute;inset:0 0 0 42%}.page-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(43,43,43,.98),rgba(43,43,43,.85) 45%,rgba(43,43,43,.18) 77%)}.page-hero-copy{height:100%;position:relative;z-index:3;display:flex;justify-content:center;flex-direction:column;align-items:flex-start;padding-top:60px}.page-hero-copy h1{font-size:clamp(56px,7vw,104px);max-width:950px;line-height:.92;letter-spacing:-.055em;font-weight:500;margin:20px 0 26px}.page-hero-copy p{max-width:700px;font-size:17px;line-height:1.7;color:rgba(248,246,240,.68)}.page-hero-line{position:absolute;z-index:4;left:0;bottom:0;width:28%;height:3px;background:var(--burg)}.role-diagram{display:grid;justify-items:center;gap:16px;border:1px solid var(--line);padding:50px;border-radius:var(--radius);background:#fff}.role-diagram div{width:100%;padding:20px;text-align:center;border:1px solid var(--line);font-size:12px;letter-spacing:.14em;font-weight:800}.role-diagram .role-center{background:var(--burg);color:var(--off);border-color:var(--burg)}.role-diagram span{color:var(--burg);font-size:20px}.quote-panel{padding:50px;border-left:2px solid var(--burg)}.quote-panel blockquote{margin:0 0 34px;font-size:38px;line-height:1.2;letter-spacing:-.035em}.apparel-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:60px}.apparel-card{min-height:380px;border:1px solid var(--line);border-radius:22px;padding:26px;display:grid;grid-template-columns:42% 1fr;gap:28px;align-items:center;background:#fff;overflow:hidden;transition:transform .35s var(--ease),box-shadow .35s}.apparel-card:hover{transform:translateY(-6px);box-shadow:0 25px 60px rgba(43,43,43,.09)}.mini-garment{height:290px;position:relative;background:#302e2d;border-radius:16px}.mini-garment:after{content:"";position:absolute;width:68%;height:66%;left:16%;top:16%;background:#e8e4dd;clip-path:polygon(26% 0,40% 8%,60% 8%,74% 0,100% 17%,87% 35%,76% 29%,72% 100%,28% 100%,24% 29%,13% 35%,0 17%);filter:drop-shadow(0 20px 14px rgba(0,0,0,.32))}.mg-1:after{background:var(--burg)}.mg-2:after{background:#252525}.mg-3:after{background:#4a5260}.mg-4:after{background:#d0c5b8}.apparel-card small{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--burg)}.apparel-card h3{font-size:34px;line-height:1;margin:13px 0}.apparel-card p{color:#6d6864;line-height:1.6;font-size:14px}.apparel-card b{font-size:10px;letter-spacing:.12em;text-transform:uppercase}.detail-cloud{display:flex;flex-wrap:wrap;gap:12px}.detail-cloud span{padding:18px 24px;border:1px solid rgba(248,246,240,.16);border-radius:999px;font-size:11px;letter-spacing:.15em}.product-detail-hero{display:grid;grid-template-columns:1fr 1.1fr;gap:90px;align-items:center}.product-sculpture{height:670px;background:var(--charcoal);border-radius:30px;position:relative;display:grid;place-items:center;overflow:hidden}.product-sculpture:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;border:1px solid rgba(248,246,240,.14);box-shadow:0 0 0 80px rgba(248,246,240,.025),0 0 0 160px rgba(248,246,240,.02)}.product-form{width:48%;height:54%;background:#ece9e3;clip-path:polygon(26% 0,40% 8%,60% 8%,74% 0,100% 17%,87% 35%,76% 29%,72% 100%,28% 100%,24% 29%,13% 35%,0 17%);filter:drop-shadow(0 32px 22px rgba(0,0,0,.42));animation:floatGarment 5s ease-in-out infinite}.ps-1 .product-form{background:var(--burg)}.ps-2 .product-form{background:#161616}.ps-3 .product-form{background:#394456}.ps-4 .product-form{background:#cdbdad}@keyframes floatGarment{50%{transform:translateY(-18px) rotate(2deg)}}.spec-tag{position:absolute;bottom:32px;left:32px;color:var(--off);font-size:10px;letter-spacing:.18em;text-transform:uppercase}.spec-list{margin-top:34px}.spec-row{display:grid;grid-template-columns:55px 1fr;border-top:1px solid var(--line);padding:18px 0}.spec-row:last-child{border-bottom:1px solid var(--line)}.spec-row span{color:var(--burg);font-size:10px}.consideration-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:60px}.consideration{border:1px solid rgba(248,246,240,.14);padding:34px;min-height:260px}.consideration span{font-size:10px;color:#ca9da6;letter-spacing:.14em}.consideration h3{font-size:24px;margin:50px 0 14px}.consideration p{color:rgba(248,246,240,.55);font-size:14px;line-height:1.65}.market-chips{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.market-chips span{padding:14px 20px;border:1px solid var(--line);border-radius:999px;font-size:11px}.market-chips .button{width:100%;margin-top:20px}.service-pipeline{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:60px}.service-node{background:#fff;padding:32px;min-height:330px;position:relative}.service-node>span{font-size:9px;letter-spacing:.15em;color:var(--burg)}.service-icon{width:74px;height:74px;margin:38px 0 42px}.service-icon:before{border:1px solid var(--line);animation:spin 10s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.service-icon i{position:absolute;width:44px;height:2px;background:var(--burg);transform-origin:center}.service-icon i:first-child{transform:rotate(0deg)}.service-icon i:nth-child(2){transform:rotate(60deg)}.service-icon i:nth-child(3){transform:rotate(120deg)}.service-node h3{font-size:23px;margin:0 0 14px}.service-node p{color:#6e6964;font-size:14px;line-height:1.65}.process-page{overflow:hidden}.process-timeline{margin:70px 0}.process-step{display:grid;grid-template-columns:90px 180px 1fr;gap:34px;align-items:center;min-height:230px;border-top:1px solid rgba(248,246,240,.13)}.process-step:last-child{border-bottom:1px solid rgba(248,246,240,.13)}.process-num{color:#b98993;font-size:11px;letter-spacing:.16em}.process-object{height:130px;position:relative;display:grid;place-items:center;perspective:600px}.process-object:after,.process-object:before{content:"";position:absolute;background:var(--burg);border-radius:8px;transform:rotateY(28deg) rotateX(12deg);box-shadow:20px 20px 40px rgba(0,0,0,.23)}.process-object:before{width:76px;height:76px}.process-object:after{width:46px;height:46px;background:#e7e2dc;transform:translate(40px,-28px) rotateY(-20deg)}.po-1:before{border-radius:50%}.po-2:before{width:110px;height:52px}.po-3:before{clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%)}.po-4:before{width:100px;height:100px;border-radius:50%;background:transparent;border:8px solid var(--burg)}.process-step h3{font-size:36px;margin:0 0 12px;letter-spacing:-.03em}.process-step p{color:rgba(248,246,240,.56);line-height:1.7;max-width:650px}.globe-feature{height:85svh;min-height:650px;position:relative;overflow:hidden}.globe-page-canvas{position:absolute;inset:0}.globe-overlay{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:70px;pointer-events:none}.globe-overlay h2{font-size:clamp(48px,6vw,86px);line-height:.95;letter-spacing:-.05em;font-weight:500;max-width:900px}.network-map{height:520px;border:1px solid var(--line);border-radius:26px;position:relative;overflow:hidden;background:#fff;margin:60px 0}.map-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(43,43,43,.05) 1px,transparent 0),linear-gradient(90deg,rgba(43,43,43,.05) 1px,transparent 0);background-size:40px 40px}.network-map svg{position:absolute;inset:8% 3%;width:94%;height:84%;fill:none;stroke:#938c86;stroke-width:1;opacity:.48}.map-node{position:absolute;transform:translate(-50%,-50%);display:flex;align-items:center;gap:8px;font-size:10px;letter-spacing:.1em}.map-node span{width:12px;height:12px;border-radius:50%;background:var(--burg);box-shadow:0 0 0 8px rgba(94,26,38,.12)}.country-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.country-card{padding:32px;border:1px solid var(--line);background:#fff}.country-card span{font-size:9px;color:var(--burg);letter-spacing:.14em}.country-card h3{font-size:34px;margin:28px 0 10px}.country-card p{color:#6d6864;line-height:1.6}.quality-page-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:start}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:50px}.check-card{border:1px solid var(--line);padding:28px;background:#fff;min-height:230px}.check-card span{font-size:9px;color:var(--burg)}.check-card h3{font-size:22px;margin:40px 0 12px}.check-card p{font-size:13px;line-height:1.6;color:#6c6762}.qc-tower{height:750px;background:var(--charcoal);border-radius:26px;position:sticky;top:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;color:var(--off);overflow:hidden}.tower-garment{width:48%;height:45%;background:#e8e5df;clip-path:polygon(26% 0,40% 8%,60% 8%,74% 0,100% 17%,87% 35%,76% 29%,72% 100%,28% 100%,24% 29%,13% 35%,0 17%)}.qc-tower>span{font-size:9px;letter-spacing:.16em;color:#c8a0a8}.tower-scan{left:12%;right:12%}.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:60px}.insight-card{border:1px solid var(--line);padding:18px 18px 30px;background:#fff}.insight-card.featured{grid-column:span 2}.insight-art{height:240px;border-radius:15px;background:linear-gradient(135deg,var(--charcoal),#444),radial-gradient(circle,var(--burg),transparent);overflow:hidden}.insight-art:after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(248,246,240,.2);border-radius:50%;right:-30px;bottom:-50px;box-shadow:0 0 0 50px rgba(248,246,240,.03)}.insight-art span{position:absolute;left:20px;top:20px;color:var(--off);font-size:10px;letter-spacing:.16em}.insight-card small{display:block;margin-top:22px;color:var(--burg);font-size:9px;letter-spacing:.13em;text-transform:uppercase}.insight-card h3{font-size:26px;line-height:1.15;margin:15px 0}.insight-card p{color:#6d6864;line-height:1.65;font-size:14px}.insight-card b{font-size:10px;letter-spacing:.12em;text-transform:uppercase}.contact-options{display:grid;grid-template-columns:1fr 1.3fr;gap:20px}.contact-route{border:1px solid var(--line);padding:38px;border-radius:22px;background:#fff}.contact-route.featured{background:var(--charcoal);color:var(--off)}.contact-route:nth-child(3){grid-column:1/-1}.contact-route>span{font-size:9px;color:#c4909a;letter-spacing:.16em}.contact-route h2{font-size:34px;letter-spacing:-.03em;margin:28px 0 16px}.contact-route p{color:#6d6864;line-height:1.7}.contact-route.featured p{color:rgba(248,246,240,.62)}.contact-form,.rfq-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form{margin-top:28px}.contact-form label,.rfq-form label{display:flex;flex-direction:column;gap:8px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.contact-form input,.contact-form textarea,.rfq-form input,.rfq-form select,.rfq-form textarea{width:100%;border:1px solid #d4cec8;background:#fbfaf7;color:var(--charcoal);border-radius:12px;padding:15px 14px;outline:none;transition:border-color .2s,box-shadow .2s;text-transform:none;letter-spacing:0;font-weight:400}.contact-form input:focus,.contact-form textarea:focus,.rfq-form input:focus,.rfq-form select:focus,.rfq-form textarea:focus{border-color:var(--burg);box-shadow:0 0 0 3px rgba(94,26,38,.07)}.full{grid-column:1/-1}.contact-form .button{justify-self:start}.form-status{grid-column:1/-1;font-size:12px}.form-status.success{color:#42674a}.rfq-section{min-height:900px}.rfq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}.rfq-layout aside{position:sticky;top:120px}.rfq-layout aside h2{font-size:50px;line-height:1;letter-spacing:-.04em}.rfq-layout aside p{color:#6d6864;line-height:1.7}.rfq-visual{perspective:700px}.rfq-cube{position:absolute;width:92px;height:92px;background:var(--burg);left:16%;top:32%;transform:rotateX(55deg) rotate(45deg);box-shadow:35px 35px 50px rgba(0,0,0,.35)}.rfq-cube.c2{left:42%;top:45%;background:#e5e0da;transform:rotateX(55deg) rotate(45deg) scale(.75)}.rfq-cube.c3{left:68%;top:28%;background:#8e837c;transform:rotateX(55deg) rotate(45deg) scale(.55)}.rfq-visual>span{position:absolute;bottom:28px;color:var(--off);font-size:8px;letter-spacing:.15em}.rfq-visual>span:nth-last-child(3){left:12%}.rfq-visual>span:nth-last-child(2){left:42%}.rfq-visual>span:last-child{left:69%}.rfq-form{background:#fff;border:1px solid var(--line);padding:38px;border-radius:24px;min-height:650px}.rfq-progress{grid-column:1/-1;height:3px;background:#e8e2dc}.rfq-progress div{height:100%;background:var(--burg);transition:width .45s var(--ease)}.rfq-head{grid-column:1/-1;margin:15px 0 12px}.rfq-head span{font-size:9px;color:var(--burg);letter-spacing:.15em;text-transform:uppercase}.rfq-head h2{font-size:40px;margin:9px 0}.rfq-step{display:none;grid-column:1/-1;grid-template-columns:1fr 1fr;gap:18px}.rfq-step.active{display:grid;animation:stepIn .45s var(--ease)}@keyframes stepIn{0%{opacity:0;transform:translateY(16px)}}.field-title{grid-column:1/-1;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.choice-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.choice{position:relative}.choice input{position:absolute;opacity:0;pointer-events:none}.choice span{display:block;border:1px solid #d7d1cb;border-radius:12px;padding:15px;text-transform:none;letter-spacing:0;font-weight:600;transition:.2s}.choice input:checked+span{background:var(--charcoal);color:var(--off);border-color:var(--charcoal)}.upload-zone{grid-column:1/-1;min-height:330px;border:1px dashed #b9b0aa;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;background:#fbfaf7}.upload-zone strong{font-size:24px}.upload-zone p{color:#6d6864}.upload-zone input{max-width:360px;margin:18px auto}.upload-zone small{color:#857e79}.rfq-actions{grid-column:1/-1;display:flex;justify-content:space-between;gap:10px;margin-top:auto}.rfq-success{max-width:760px;margin:0 auto;text-align:center;padding:70px;border:1px solid var(--line);background:#fff;border-radius:26px}.rfq-success>span{display:grid;place-items:center;width:68px;height:68px;border-radius:50%;background:var(--burg);color:var(--off);font-size:28px;margin:0 auto 30px}.rfq-success h2{font-size:48px;line-height:1.05;letter-spacing:-.04em}.rfq-success p{color:#6d6864;line-height:1.7}.site-footer{position:relative;background:var(--off);color:var(--charcoal);padding:90px max(32px,calc((100vw - 1180px)/2)) 28px;overflow:hidden;border-top:1px solid var(--line)}.footer-grid{position:relative;z-index:2;display:grid;grid-template-columns:2fr repeat(4,1fr);gap:55px}.footer-brand img{width:min(330px,100%);height:auto;display:block}.footer-brand p{font-size:12px;letter-spacing:.08em;margin-top:18px;color:#706b66}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:12px}.footer-grid strong{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--burg);margin-bottom:8px}.footer-grid a{font-size:13px;color:#5d5955}.footer-grid a:hover{color:var(--burg)}.footer-bottom{position:relative;z-index:2;margin-top:70px;padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#7b756f}.footer-orbit{position:absolute;width:500px;height:500px;border-radius:50%;border:1px solid rgba(94,26,38,.08);right:-180px;top:-220px;box-shadow:0 0 0 70px rgba(94,26,38,.018),0 0 0 140px rgba(94,26,38,.012)}@media(max-width:1100px){.site-header{grid-template-columns:220px 1fr auto}.desktop-nav{gap:15px}.desktop-nav a{font-size:10px}.category-track{padding-left:48vw}.service-pipeline,.value-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}.footer-grid>div:nth-child(4),.footer-grid>div:nth-child(5){margin-top:20px}.quality-page-grid{grid-template-columns:1fr}.qc-tower{position:relative;top:0;height:560px}.rfq-layout{grid-template-columns:1fr}.rfq-layout aside{position:relative;top:0}.rfq-visual{display:none}}@media(max-width:820px){:root{--header-h:66px}.container{width:min(100% - 32px,680px)}.section{padding:88px 0}.two-column{grid-template-columns:1fr;gap:44px}.site-header{top:8px;width:calc(100% - 16px);height:66px;grid-template-columns:1fr auto;padding:0 12px 0 16px;border-radius:17px}.brand-link img{width:56px}.brand-link span{font-size:10px}.desktop-nav,.header-cta{display:none}.menu-button{display:block}.hero{min-height:690px}.hero-scene{left:-22%;right:-34%;opacity:.76}.hero-vignette{background:linear-gradient(0deg,rgba(25,25,25,.88),rgba(25,25,25,.22) 75%),linear-gradient(90deg,rgba(25,25,25,.8),transparent)}.hero-copy{justify-content:flex-end;padding-bottom:100px}.hero-copy h1{font-size:clamp(52px,15vw,82px);margin:18px 0 22px}.hero-copy p{font-size:15px}.scroll-cue{left:16px;transform:none;font-size:8px}.about-intro{align-items:start}.statement-panel{padding-left:24px;min-height:auto}.statement-panel p{font-size:22px}.category-showcase{height:auto;min-height:0;padding:90px 0}.category-sticky-label{position:relative;left:auto;top:auto;width:calc(100% - 32px);margin:0 auto 40px;max-width:none}.category-sticky-label h2{font-size:46px}.category-track{position:relative;height:auto;padding:0 16px;display:grid;grid-template-columns:1fr;gap:16px}.category-panel{width:100%;height:640px;border:0;border-radius:20px;padding:32px}.category-content{width:88%}.category-content h3{font-size:48px}.category-number{top:30px}.category-end{width:100%;min-height:430px;padding:55px 32px;border-radius:20px}.category-end h3{font-size:50px}.anatomy-grid{grid-template-columns:1fr;gap:35px}.anatomy-object{min-height:520px}.anatomy-garment{width:250px;height:330px}.point{font-size:7px}.p1{left:-48px}.p2{right:-78px}.p3{left:-42px}.p4{right:-58px}.p5{right:-55px}.journey-scroll{height:720vh}.journey-interface{grid-template-columns:1fr;grid-template-rows:auto 1fr auto;padding-top:0}.journey-intro{padding-top:94px;max-width:75%}.journey-intro h2{font-size:31px}.journey-copy{padding-bottom:58px;max-width:90%;align-self:end}.journey-copy h3{font-size:48px}.journey-stage-list{display:none}.journey-progress{right:16px;top:14%;bottom:12%}.journey-scene{left:-32%;right:-32%}.value-grid{grid-template-columns:1fr}.value-card{min-height:230px}.network-section{min-height:950px;padding-top:90px}.network-canvas{left:-40%;top:28%;opacity:.72}.network-section:after{background:linear-gradient(180deg,var(--charcoal) 0,rgba(43,43,43,.86) 48%,rgba(43,43,43,.28) 72%)}.country-list{margin-top:430px}.country-row{grid-template-columns:36px 90px 1fr}.quality-story{min-height:0}.qc-visual{min-height:480px}.buyer-ticker span{padding:14px 17px;font-size:9px}.final-cta{min-height:650px}.final-cta h2{font-size:66px}.page-hero{height:72svh;min-height:600px}.page-hero-scene{left:14%;opacity:.68}.page-hero-shade{background:linear-gradient(0deg,rgba(43,43,43,.98),rgba(43,43,43,.55) 72%)}.page-hero-copy{justify-content:flex-end;padding-bottom:80px}.page-hero-copy h1{font-size:clamp(50px,14vw,76px)}.apparel-grid{grid-template-columns:1fr}.apparel-card{grid-template-columns:38% 1fr;min-height:330px}.mini-garment{height:250px}.product-detail-hero{grid-template-columns:1fr;gap:50px}.product-sculpture{height:560px}.consideration-grid{grid-template-columns:1fr 1fr}.process-step{grid-template-columns:55px 100px 1fr;gap:14px}.process-step h3{font-size:30px}.process-object{height:100px}.globe-feature{height:72svh}.network-map{height:420px}.check-grid,.country-cards,.insights-grid{grid-template-columns:1fr}.insight-card.featured{grid-column:auto}.contact-options{grid-template-columns:1fr}.contact-route:nth-child(3){grid-column:auto}.contact-form,.rfq-form{grid-template-columns:1fr}.contact-form .full,.rfq-actions,.rfq-head,.rfq-progress,.rfq-step,.rfq-step.active{grid-column:1}.rfq-step.active{grid-template-columns:1fr}.choice-grid,.field-title,.full,.upload-zone{grid-column:1}.choice-grid{grid-template-columns:1fr}.rfq-form{padding:24px;min-height:620px}.footer-grid{grid-template-columns:1fr 1fr;gap:38px}.footer-brand{grid-column:1/-1}.footer-brand img{width:300px}.footer-bottom{flex-direction:column}}@media(max-width:520px){.container{width:calc(100% - 26px)}.section{padding:74px 0}.section-heading h2{font-size:44px}.site-header{width:calc(100% - 12px)}.brand-link span{display:none}.hero-copy h1{font-size:52px}.hero-actions{width:100%}.hero-actions .button{flex:1 1}.category-panel{height:570px}.category-content{width:100%}.category-content h3{font-size:42px}.garment-silhouette{width:55%;height:38%;left:55%;top:22%}.anatomy-garment{width:210px;height:290px}.point:after{width:42px}.journey-intro{max-width:88%}.journey-intro h2{font-size:27px}.journey-copy h3{font-size:43px}.network-canvas{left:-65%;right:-65%}.country-row{grid-template-columns:30px 82px 1fr;gap:5px}.country-row p{font-size:10px}.final-cta h2{font-size:56px}.page-hero-copy h1{font-size:48px}.apparel-card{grid-template-columns:1fr;padding:16px}.mini-garment{height:250px}.apparel-card h3{font-size:30px}.product-sculpture{height:480px}.consideration-grid,.service-pipeline{grid-template-columns:1fr}.process-step{grid-template-columns:45px 1fr;gap:12px;padding:28px 0}.process-object{grid-column:2;width:100px}.process-step>div:last-child{grid-column:2}.globe-overlay h2{font-size:48px}.network-map{height:330px}.quote-panel{padding:30px}.quote-panel blockquote{font-size:30px}.contact-route{padding:25px}.rfq-layout aside h2{font-size:40px}.rfq-success{padding:40px 22px}.rfq-success h2{font-size:38px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{margin-top:50px}}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.journey-scroll{height:auto}.journey-sticky{position:relative;height:780px}.category-showcase{height:auto;padding:90px 0}.category-track{position:relative;transform:none!important;height:auto;display:grid;grid-template-columns:1fr;padding:0 16px}.category-end,.category-panel{width:100%;min-height:560px}.category-sticky-label{position:relative;left:auto;top:auto;margin:0 auto 40px;width:calc(100% - 32px)}}.nav-item{position:relative;display:flex;align-items:center}.nav-dropdown{position:absolute;top:48px;left:50%;transform:translate(-50%,12px);width:330px;padding:22px;background:rgba(248,246,240,.98);color:var(--charcoal);border:1px solid rgba(43,43,43,.12);border-radius:18px;box-shadow:0 26px 80px rgba(0,0,0,.25);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s,transform .3s var(--ease),visibility .25s}.has-menu:focus-within .nav-dropdown,.has-menu:hover .nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.nav-dropdown:before{content:"";position:absolute;left:0;right:0;top:-16px;height:16px}.nav-drop-title{display:block;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--burg);font-weight:800;margin-bottom:14px}.nav-dropdown>div{display:grid;gap:2px}.nav-dropdown>div>a{padding:9px 10px;border-radius:9px;font-size:12px!important;opacity:1!important;display:flex;justify-content:space-between;gap:14px}.nav-dropdown>div>a:after{display:none}.nav-dropdown>div>a:hover{background:#eee9e2}.nav-dropdown small{font-size:8px;color:#807973;font-weight:400}.apparel-dropdown{width:620px;left:25%}.apparel-dropdown>div{grid-template-columns:1fr 1fr;gap:3px 12px}.service-dropdown{width:500px}.service-dropdown>div{grid-template-columns:1fr 1fr}.desktop-nav>.nav-item>a{position:relative;opacity:.76;padding:13px 0;transition:opacity .25s}.desktop-nav>.nav-item>a.active,.desktop-nav>.nav-item>a:hover{opacity:1}.desktop-nav>.nav-item>a:after{content:"";position:absolute;left:0;right:100%;bottom:7px;height:1px;background:#d49aa5;transition:right .3s var(--ease)}.desktop-nav>.nav-item>a.active:after,.desktop-nav>.nav-item>a:hover:after{right:0}.legal-copy{max-width:860px}.legal-copy h2{font-size:30px;letter-spacing:-.025em;margin:50px 0 14px}.legal-copy h2:first-child{margin-top:0}.legal-copy p{font-size:16px;line-height:1.8;color:#66615d}.journey-reduced{display:none}@media(prefers-reduced-motion:reduce){.journey-scroll{height:auto;padding:80px 0;background:var(--charcoal);color:var(--off)}.journey-sticky{display:none}.journey-reduced{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(248,246,240,.12);border:1px solid rgba(248,246,240,.12)}.journey-reduced>div{background:var(--charcoal);padding:30px}.journey-reduced span{font-size:9px;color:#c4919a;letter-spacing:.15em}.journey-reduced h3{font-size:24px;margin:24px 0 10px}.journey-reduced p{font-size:13px;line-height:1.65;color:rgba(248,246,240,.58)}}@media(max-width:820px) and (prefers-reduced-motion:reduce){.journey-reduced{grid-template-columns:1fr}}.category-art{display:flex;align-items:center;justify-content:center}.category-image-wrap{position:absolute;inset:12% 14% 22%;filter:drop-shadow(0 34px 30px rgba(0,0,0,.42))}.category-image{object-fit:contain}.anatomy-garment{width:380px;height:460px;background:transparent;filter:none}.anatomy-garment:after{display:none}.anatomy-image{object-fit:contain;filter:drop-shadow(0 40px 34px rgba(0,0,0,.42))}.mini-garment{background:radial-gradient(circle at 50% 22%,rgba(255,255,255,.08),transparent 28%),linear-gradient(140deg,#363332,#181818 68%)}.mini-garment-image{object-fit:contain;padding:9%}.product-media{position:absolute;inset:12% 12% 14%;filter:drop-shadow(0 34px 30px rgba(0,0,0,.42))}.product-image{object-fit:contain;animation:floatGarment 5s ease-in-out infinite}.insight-art{background:#1f1d1c}.insight-image{object-fit:cover}.qc-frame{overflow:hidden;border-radius:18px;background:linear-gradient(140deg,#f7f4ef,#efe6dc)}.qc-product-image{object-fit:contain;padding:10% 12%;filter:drop-shadow(0 26px 18px rgba(0,0,0,.22))}.qc-target{position:absolute;border:1px solid rgba(94,26,38,.35);box-shadow:0 0 0 8px rgba(94,26,38,.07)}.qc-target-1{width:120px;height:120px;left:12%;top:19%}.qc-target-2{width:110px;height:110px;right:16%;bottom:14%}.tower-art{position:relative;width:min(74%,420px);aspect-ratio:1/1}.tower-image{object-fit:contain;filter:drop-shadow(0 34px 30px rgba(0,0,0,.3))}.network-map svg{stroke:#79736d;opacity:.78}.map-node b{font-weight:700;color:#342f2c}@media(max-width:820px){.category-image-wrap{inset:10% 12% 26%}.anatomy-garment{width:290px;height:360px}.product-media{inset:14% 14% 16%}.tower-art{width:min(66vw,340px)}}@media(max-width:520px){.anatomy-garment{width:240px;height:310px}.qc-target-1{width:90px;height:90px}.qc-target-2{width:85px;height:85px}}.network-map .map-masses path{fill:rgba(43,43,43,.08);stroke:rgba(43,43,43,.14);stroke-width:1.2}.network-map .map-arcs path{fill:none;stroke:#8f8781;stroke-width:1.4;opacity:.65}.hero-carousel{position:absolute;inset:0;z-index:0;overflow:hidden;background:#1c1c1c}.hero-carousel-slide{position:absolute;inset:0;opacity:0;transition:transform 1.05s var(--ease),opacity .8s ease;will-change:transform,opacity}.hero-carousel-slide.active{opacity:.54}.hero-carousel-image{object-fit:cover;object-position:center}.hero-carousel-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,18,18,.48),rgba(25,25,25,.17) 52%,rgba(18,18,18,.28)),linear-gradient(0deg,rgba(22,22,22,.54),transparent 45%)}.hero-carousel-slide>span{position:absolute;right:4.5vw;bottom:72px;z-index:2;color:rgba(248,246,240,.58);font-size:9px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hero-carousel-dots{position:absolute;right:4.5vw;bottom:50px;z-index:3;display:flex;gap:7px}.hero-carousel-dots i{display:block;width:18px;height:2px;background:rgba(248,246,240,.2);transition:width .35s,background .35s}.hero-carousel-dots i.active{width:32px;background:var(--burg)}.hero-scene{z-index:1;opacity:.9}.hero-vignette{z-index:2}.hero-copy{z-index:4}.scroll-cue{z-index:5}.category-art{background:#1d1d1d!important;overflow:hidden}.category-bg-image{object-fit:cover;object-position:center;transform:scale(1.025)}.category-bg-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,20,20,.68),rgba(20,20,20,.27) 50%,rgba(20,20,20,.36)),linear-gradient(0deg,rgba(18,18,18,.62),transparent 52%);z-index:1}.category-image-wrap{z-index:2;inset:auto 6% 13% auto;width:48%;height:66%;filter:drop-shadow(0 34px 30px rgba(0,0,0,.52));will-change:transform}.category-image{object-fit:contain!important;object-position:center!important;padding:0!important;animation:floatGarment 5.5s ease-in-out infinite}.fabric-grid{z-index:1}.category-content,.category-number{z-index:3}.category-content{width:54%;text-shadow:0 2px 18px rgba(0,0,0,.24)}.product-anatomy{background-image:linear-gradient(rgba(29,29,29,.82),rgba(29,29,29,.88)),url(/assets/backgrounds/08-material-flatlay.png);background-size:cover;background-position:50%}.anatomy-object{overflow:visible}.anatomy-garment{position:relative;width:min(400px,35vw);height:min(500px,44vw);clip-path:none!important;background:transparent!important;filter:none!important;overflow:visible!important}.anatomy-image{object-fit:contain!important;object-position:center!important;padding:0!important;filter:drop-shadow(0 38px 30px rgba(0,0,0,.44))}.journey-image-scene{background-image:linear-gradient(90deg,rgba(25,25,25,.42),rgba(25,25,25,.72)),url(/assets/backgrounds/10-global-supply-chain.png);background-size:cover;background-position:50%}.journey-visual-stack{position:absolute;left:37%;right:13%;top:12%;bottom:10%;display:grid;place-items:center;pointer-events:none}.journey-visual{position:absolute;inset:0;display:grid;place-items:center;transition:none;will-change:opacity,transform}.journey-process-image{padding:3%;filter:drop-shadow(0 42px 34px rgba(0,0,0,.48))}.journey-gradient{background:linear-gradient(90deg,rgba(28,28,28,.94),rgba(28,28,28,.67) 38%,rgba(28,28,28,.16) 66%,rgba(28,28,28,.58)),linear-gradient(0deg,rgba(28,28,28,.72),transparent 40%)}.qc-frame{overflow:hidden!important}.qc-product-image{object-fit:contain!important;object-position:center!important;padding:8% 10%!important;filter:drop-shadow(0 22px 18px rgba(0,0,0,.22));z-index:2}.scan-line{z-index:4}.qc-target{z-index:1}.mini-garment{overflow:hidden}.product-media,.product-sculpture{overflow:visible}.product-media{inset:7% 7% 10%!important}.product-image{object-fit:contain!important;object-position:center!important;padding:0!important}.tower-art{overflow:visible}.tower-image{object-fit:contain!important;padding:0!important}.page-hero-background{position:absolute;inset:0;z-index:0;overflow:hidden}.page-hero-background-image{object-fit:cover;object-position:center;transform:scale(1.015)}.page-hero-scene{z-index:1}.page-hero-shade{z-index:2;background:linear-gradient(90deg,rgba(31,31,31,.93),rgba(31,31,31,.72) 46%,rgba(31,31,31,.31) 73%,rgba(31,31,31,.52)),linear-gradient(0deg,rgba(31,31,31,.63),transparent 50%)}.page-hero-copy,.page-hero-line{z-index:3}.page-hero-about .page-hero-background-image,.page-hero-contact .page-hero-background-image,.page-hero-project .page-hero-background-image{object-position:center}.page-hero-apparel .page-hero-background-image{object-position:center 42%}.page-hero-network .page-hero-background-image{object-position:center 55%}.visual-page-section,.visual-section{background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important}.visual-home-about{background-image:linear-gradient(rgba(248,246,240,.91),rgba(248,246,240,.94)),url(/assets/backgrounds/01-design-studio.png)!important}.visual-why{background-image:linear-gradient(rgba(248,246,240,.91),rgba(248,246,240,.94)),url(/assets/backgrounds/07-apparel-studio.png)!important}.visual-quality{background-image:linear-gradient(rgba(248,246,240,.91),rgba(248,246,240,.94)),url(/assets/backgrounds/02-sourcing-intelligence.png)!important}.visual-buyers{background-image:linear-gradient(rgba(29,29,29,.84),rgba(29,29,29,.91)),url(/assets/backgrounds/09-product-lineup.png)!important}.visual-final-cta{background-image:linear-gradient(rgba(94,26,38,.84),rgba(94,26,38,.93)),url(/assets/backgrounds/10-global-supply-chain.png)!important}.visual-network{background-image:linear-gradient(rgba(43,43,43,.8),rgba(43,43,43,.9)),url(/assets/backgrounds/06-global-network.png)!important}.bg-about-light,.bg-about-light-alt{background-image:linear-gradient(rgba(248,246,240,.9),rgba(248,246,240,.94)),url(/assets/backgrounds/01-design-studio.png)!important}.bg-about-dark{background-image:linear-gradient(rgba(31,31,31,.84),rgba(31,31,31,.92)),url(/assets/backgrounds/10-global-supply-chain.png)!important}.bg-apparel-light{background-image:linear-gradient(rgba(248,246,240,.9),rgba(248,246,240,.95)),url(/assets/backgrounds/09-product-lineup.png)!important}.bg-apparel-dark{background-image:linear-gradient(rgba(31,31,31,.84),rgba(31,31,31,.93)),url(/assets/backgrounds/08-material-flatlay.png)!important}.bg-product-light{background-image:linear-gradient(rgba(248,246,240,.92),rgba(248,246,240,.96)),url(/assets/backgrounds/04-textiles-logistics.png)!important}.bg-product-dark{background-image:linear-gradient(rgba(31,31,31,.84),rgba(31,31,31,.93)),url(/assets/backgrounds/03-sourcing-journey.png)!important}.bg-product-markets{background-image:linear-gradient(rgba(248,246,240,.91),rgba(248,246,240,.95)),url(/assets/backgrounds/06-global-network.png)!important}.bg-services-light{background-image:linear-gradient(rgba(248,246,240,.9),rgba(248,246,240,.95)),url(/assets/backgrounds/03-sourcing-journey.png)!important}.bg-process-dark,.bg-services-dark{background-image:linear-gradient(rgba(31,31,31,.82),rgba(31,31,31,.93)),url(/assets/backgrounds/10-global-supply-chain.png)!important}.bg-network-globe{background-image:linear-gradient(rgba(31,31,31,.68),rgba(31,31,31,.82)),url(/assets/backgrounds/06-global-network.png)!important}.bg-network-light{background-image:linear-gradient(rgba(248,246,240,.91),rgba(248,246,240,.95)),url(/assets/backgrounds/02-sourcing-intelligence.png)!important}.bg-network-dark{background-image:linear-gradient(rgba(31,31,31,.82),rgba(31,31,31,.93)),url(/assets/backgrounds/10-global-supply-chain.png)!important}.bg-quality-light{background-image:linear-gradient(rgba(248,246,240,.9),rgba(248,246,240,.95)),url(/assets/backgrounds/02-sourcing-intelligence.png)!important}.bg-quality-burgundy{background-image:linear-gradient(rgba(94,26,38,.84),rgba(94,26,38,.93)),url(/assets/backgrounds/08-material-flatlay.png)!important}.bg-insights-light{background-image:linear-gradient(rgba(248,246,240,.89),rgba(248,246,240,.95)),url(/assets/backgrounds/08-material-flatlay.png)!important}.bg-contact-light,.bg-project-light{background-image:linear-gradient(rgba(248,246,240,.89),rgba(248,246,240,.95)),url(/assets/backgrounds/01-design-studio.png)!important}.process-step-image{grid-template-columns:72px 190px 1fr;align-items:center;gap:28px}.process-object-image{position:relative;width:180px;height:150px;overflow:visible}.process-object-img{object-fit:contain!important;filter:drop-shadow(0 20px 18px rgba(0,0,0,.34))}.insight-art{position:relative;aspect-ratio:16/10;overflow:hidden!important}.insight-image{object-fit:cover!important;object-position:center!important}.insight-card.featured .insight-art{aspect-ratio:16/8.4}@media(max-width:1100px){.category-image-wrap{width:46%;right:4%}.category-content{width:58%}.journey-visual-stack{left:34%;right:10%}}@media(max-width:820px){.hero-carousel-dots,.hero-carousel-slide>span{display:none}.hero-carousel-slide.active{opacity:.42}.category-panel{overflow:hidden}.category-bg-image{object-position:center}.category-bg-overlay{background:linear-gradient(0deg,rgba(18,18,18,.82),rgba(18,18,18,.28) 58%,rgba(18,18,18,.4))}.category-image-wrap{inset:9% 8% auto 8%;width:auto;height:48%}.category-content{width:100%}.category-panel{align-items:flex-end}.category-content p{max-width:560px}.anatomy-garment{width:min(330px,72vw);height:min(410px,88vw)}.journey-scene{left:0!important;right:0!important}.journey-visual-stack{left:10%;right:10%;top:18%;bottom:28%}.journey-process-image{padding:1% 4%}.page-hero-background-image{object-position:center!important}.page-hero-shade{background:linear-gradient(0deg,rgba(31,31,31,.96),rgba(31,31,31,.76) 55%,rgba(31,31,31,.45))}.process-step-image{grid-template-columns:55px 130px 1fr;gap:16px}.process-object-image{width:125px;height:110px}}@media(max-width:520px){.category-image-wrap{height:43%;top:10%}.category-content h3{font-size:40px}.category-content p{font-size:14px}.journey-visual-stack{left:8%;right:8%;top:21%;bottom:31%}.journey-process-image{padding:0}.anatomy-garment{width:min(275px,78vw);height:min(350px,98vw)}.process-step-image{grid-template-columns:44px 1fr;gap:12px}.process-object-image{grid-column:2;width:min(56vw,180px);height:140px}.process-step-image>div:last-child{grid-column:2}.page-hero-background-image{transform:scale(1.04)}}@media(prefers-reduced-motion:reduce){.hero-carousel-slide{display:none}.hero-carousel-slide:first-child{display:block!important;opacity:.45!important;transform:none!important}.category-image{animation:none!important}.journey-process-image{filter:drop-shadow(0 20px 16px rgba(0,0,0,.35))}}.page-hero-scene{display:none!important}.page-hero-shade{background:linear-gradient(90deg,rgba(31,31,31,.93),rgba(31,31,31,.76) 45%,rgba(31,31,31,.34) 74%,rgba(31,31,31,.5)),linear-gradient(0deg,rgba(31,31,31,.58),transparent 52%)!important}.mini-garment:after{display:none!important;content:none!important}.mini-garment-image{z-index:2;object-fit:contain!important;object-position:center!important;padding:7%!important}.category-bg-image,.category-bg-overlay{display:none!important}.category-art{background:radial-gradient(circle at 68% 38%,rgba(94,26,38,.22),transparent 34%),linear-gradient(145deg,#2b2b2b,#181818 68%)!important}.category-panel:nth-child(2n) .category-art{background:radial-gradient(circle at 68% 38%,rgba(248,246,240,.1),transparent 32%),linear-gradient(145deg,#292827,#171717 68%)!important}.category-panel:nth-child(3n) .category-art{background:radial-gradient(circle at 68% 38%,rgba(94,26,38,.28),transparent 34%),linear-gradient(145deg,#2c2526,#181818 68%)!important}.category-image-wrap{z-index:2!important}.fabric-grid{z-index:1!important;opacity:.045!important}.journey-visual-stack{left:7%!important;right:30%!important;top:24%!important;bottom:25%!important;display:grid!important;place-items:center!important}.journey-visual{inset:0!important;max-width:900px;max-height:56vh;margin:auto}.journey-process-image{object-fit:contain!important;object-position:center!important;padding:1.5% 5%!important;filter:drop-shadow(0 34px 28px rgba(0,0,0,.42))!important}.journey-stage-list{padding-right:34px!important;max-width:230px}.journey-gradient{background:linear-gradient(90deg,rgba(28,28,28,.94),rgba(28,28,28,.57) 35%,rgba(28,28,28,.13) 63%,rgba(28,28,28,.64)),linear-gradient(0deg,rgba(28,28,28,.72),transparent 42%)!important}@media(max-width:1100px){.journey-visual-stack{left:5%!important;right:27%!important;top:25%!important;bottom:27%!important}}@media(max-width:820px){.page-hero-shade{background:linear-gradient(0deg,rgba(31,31,31,.95),rgba(31,31,31,.73) 58%,rgba(31,31,31,.42))!important}.journey-visual-stack{left:7%!important;right:7%!important;top:24%!important;bottom:34%!important}.journey-stage-list{display:none!important}.journey-process-image{padding:1% 6%!important}}@media(max-width:520px){.journey-visual-stack{left:4%!important;right:4%!important;top:25%!important;bottom:36%!important}.journey-process-image{padding:0 3%!important}}.hero>.hero-scene{display:none!important}.qc-frame{isolation:isolate}.qc-target{z-index:1!important}.qc-product-image{z-index:2!important}.scan-line{z-index:4!important}.service-icon{width:82px;height:82px;margin:34px 0 38px;display:grid;place-items:center;position:relative}.service-icon:before{content:"";position:absolute;inset:0;border:1px solid rgba(94,26,38,.16);border-radius:50%;background:rgba(255,255,255,.74);box-shadow:0 12px 28px rgba(0,0,0,.05)}.service-icon-image{position:relative;z-index:1;width:58px;height:58px;object-fit:contain}.service-node h3{max-width:260px}.hero-carousel-slide.active{opacity:.6}.hero-carousel-slide>span{background:rgba(23,23,23,.34);padding:8px 12px;border-radius:999px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header{z-index:100}.mobile-menu{z-index:95;overflow-y:auto}@media(max-width:1100px){.site-header{grid-template-columns:1fr auto;gap:12px;padding:0 14px 0 18px}.desktop-nav,.header-cta{display:none!important}.menu-button{display:block!important}.brand-link{min-width:0}.brand-link span{font-size:11px;letter-spacing:.18em;overflow:hidden;text-overflow:ellipsis}.mobile-menu{padding:104px 24px 32px}.mobile-menu a:not(.button){font-size:clamp(28px,7vw,46px)}}@media(max-width:820px){.site-header{padding:0 12px 0 16px}.mobile-menu{padding:96px 20px 28px}}@media(max-width:520px){.site-header{width:calc(100% - 12px);padding:0 10px 0 14px}.menu-button{width:40px;height:40px}.mobile-menu{padding:90px 18px 24px}.service-node{min-height:auto}.service-icon{margin:28px 0 30px}}.service-icon:before{animation:none!important}.mobile-menu{position:fixed!important;inset:0!important;z-index:90!important;width:100vw!important;height:100dvh!important;padding:calc(var(--header-h) + 36px) clamp(20px,6vw,54px) 28px!important;background:radial-gradient(circle at 88% 10%,rgba(94,26,38,.22),transparent 32%),linear-gradient(180deg,#242323,#1d1d1d)!important;color:var(--off)!important;overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mobile-menu-inner{width:min(100%,720px);min-height:calc(100dvh - var(--header-h) - 64px);margin:0 auto;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding-bottom:18px}.mobile-menu-item{border-bottom:1px solid rgba(248,246,240,.12)}.mobile-menu-item:first-child{border-top:1px solid rgba(248,246,240,.12)}.mobile-menu-item>a{display:flex!important;align-items:center;min-height:64px;width:100%;padding:8px 2px!important;font-size:clamp(26px,6.5vw,40px)!important;line-height:1!important;letter-spacing:-.035em!important;font-weight:500!important;color:rgba(248,246,240,.86)!important}.mobile-menu-item>a.active{color:#ddbfc5!important}.mobile-menu-cta{padding-top:24px}.mobile-menu-cta .button{width:100%;min-height:54px}.menu-button span{transition:top .24s var(--ease),transform .24s var(--ease),opacity .2s ease}.menu-button[aria-expanded=true] span:first-child{top:21px;transform:rotate(45deg)}.menu-button[aria-expanded=true] span:last-child{top:21px;transform:rotate(-45deg)}@media(max-width:1100px){.hero-carousel,.page-hero-background{background:#181818!important}.hero-carousel-image,.page-hero-background-image{object-fit:contain!important;object-position:center!important;transform:none!important}.hero-carousel-slide:after{background:linear-gradient(0deg,rgba(20,20,20,.78),rgba(20,20,20,.12) 72%),linear-gradient(90deg,rgba(20,20,20,.46),rgba(20,20,20,.08))!important}.page-hero-shade{background:linear-gradient(0deg,rgba(31,31,31,.95),rgba(31,31,31,.68) 58%,rgba(31,31,31,.28))!important}}@media(max-width:820px){.mobile-menu{padding-top:calc(var(--header-h) + 30px)!important}.mobile-menu-item>a{min-height:58px;font-size:clamp(25px,7vw,34px)!important}.hero-carousel-slide.active{opacity:.56!important}.hero-carousel-image,.page-hero-background-image{object-fit:contain!important}}@media(max-width:520px){.mobile-menu{padding:calc(var(--header-h) + 26px) 18px 22px!important}.mobile-menu-item>a{min-height:54px;font-size:27px!important}.mobile-menu-cta{padding-top:20px}.hero-carousel-image,.page-hero-background-image{object-fit:contain!important;transform:none!important}}@media(min-width:1101px){.mobile-menu{display:none!important}}.rfq-visual{height:340px;margin-top:45px;background:var(--charcoal);border-radius:22px;position:relative;overflow:hidden;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;align-items:end;padding:28px 22px 26px}.rfq-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 28%,rgba(94,26,38,.18),transparent 48%),linear-gradient(180deg,rgba(255,255,255,.02),transparent 45%);pointer-events:none}.rfq-object{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:12px}.rfq-object-image{position:relative;width:100%;height:215px;filter:drop-shadow(0 18px 22px rgba(0,0,0,.34))}.rfq-object-image img{object-fit:contain}.rfq-object span{position:static!important;color:var(--off)!important;font-size:8px!important;letter-spacing:.15em!important;font-weight:700}.rfq-cube{display:none!important}@media(max-width:1100px){.rfq-visual{display:grid;height:300px;margin-top:34px}.rfq-object-image{height:185px}}@media(max-width:820px){.rfq-visual{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:20px 12px 22px;height:255px}.rfq-object-image{height:155px}.rfq-object span{font-size:7px!important;letter-spacing:.1em!important}}@media(max-width:520px){.rfq-visual{height:220px;padding:16px 8px 18px}.rfq-object-image{height:132px}}.hero,.hero-copy{height:auto!important;min-height:max(720px,100svh)!important;min-height:max(720px,100dvh)!important}.hero-copy{justify-content:center!important;padding-top:calc(var(--header-h) + 58px)!important;padding-bottom:104px!important}.hero-copy h1{font-size:clamp(54px,6.45vw,104px)!important;max-width:min(860px,72vw)!important;line-height:.91!important;margin:20px 0 24px!important}.hero-copy p{margin-bottom:28px!important}.scroll-cue{bottom:28px!important}@media(max-width:1100px){.hero-carousel,.page-hero-background{background:#181818!important}.hero-carousel-image,.page-hero-background-image{object-fit:cover!important;transform:none!important}.hero-carousel-image{object-position:64% center!important}.page-hero-background-image{object-position:center center!important}.page-hero-about .page-hero-background-image{object-position:32% center!important}.page-hero-apparel .page-hero-background-image{object-position:58% center!important}.page-hero-process .page-hero-background-image{object-position:60% center!important}.page-hero-network .page-hero-background-image{object-position:62% center!important}.page-hero-insights .page-hero-background-image,.page-hero-quality .page-hero-background-image{object-position:58% center!important}.page-hero-contact .page-hero-background-image,.page-hero-project .page-hero-background-image{object-position:34% center!important}.page-hero-services .page-hero-background-image{object-position:62% center!important}}@media(min-width:821px) and (max-height:900px){.hero,.hero-copy{min-height:max(680px,100dvh)!important}.hero-copy{padding-top:calc(var(--header-h) + 38px)!important;padding-bottom:82px!important}.hero-copy h1{font-size:clamp(50px,5.75vw,82px)!important;max-width:760px!important;margin:14px 0 18px!important}.hero-copy p{font-size:15px!important;line-height:1.55!important;max-width:570px!important;margin-bottom:22px!important}.hero-actions .button{min-height:46px!important;padding-inline:19px!important}.scroll-cue{bottom:17px!important}}@media(min-width:821px) and (max-height:760px){.hero,.hero-copy{min-height:650px!important}.hero-copy{padding-top:104px!important;padding-bottom:68px!important}.hero-copy h1{font-size:clamp(46px,5.15vw,72px)!important;max-width:700px!important;line-height:.92!important}.hero-copy p{font-size:14px!important;max-width:540px!important;margin-bottom:18px!important}.hero-actions .button{min-height:43px!important;font-size:10px!important}.scroll-cue{bottom:12px!important}}@media(max-width:820px){.hero,.hero-copy{min-height:max(700px,100svh)!important;min-height:max(700px,100dvh)!important}.hero-copy{justify-content:center!important;padding-top:calc(var(--header-h) + 58px)!important;padding-bottom:86px!important}.hero-copy h1{font-size:clamp(46px,11vw,70px)!important;max-width:94%!important;line-height:.94!important;margin:16px 0 20px!important}.hero-copy p{font-size:15px!important;line-height:1.58!important;max-width:94%!important;margin-bottom:26px!important}.hero-carousel-image{object-position:67% center!important}.hero-carousel-slide:after{background:linear-gradient(0deg,rgba(18,18,18,.84),rgba(18,18,18,.48) 62%,rgba(18,18,18,.28)),linear-gradient(90deg,rgba(18,18,18,.62),rgba(18,18,18,.12))!important}.scroll-cue{left:16px!important;bottom:22px!important;transform:none!important}.page-hero{height:auto!important;min-height:max(600px,72svh)!important;min-height:max(600px,72dvh)!important}.page-hero-copy{min-height:inherit!important;height:auto!important;justify-content:flex-end!important;padding-top:calc(var(--header-h) + 58px)!important;padding-bottom:70px!important}.page-hero-copy h1{font-size:clamp(44px,11vw,68px)!important;line-height:.95!important;max-width:95%!important}.page-hero-copy p{font-size:15px!important;line-height:1.6!important;max-width:95%!important}}@media(max-width:520px){.hero,.hero-copy{min-height:max(720px,100svh)!important;min-height:max(720px,100dvh)!important}.hero-copy{justify-content:center!important;padding-top:calc(var(--header-h) + 54px)!important;padding-bottom:82px!important}.hero-copy h1{font-size:clamp(43px,11.5vw,55px)!important;line-height:.95!important;max-width:100%!important;margin:14px 0 20px!important}.hero-copy p{font-size:14px!important;line-height:1.58!important;max-width:100%!important;margin-bottom:24px!important}.hero-actions{gap:10px!important}.hero-actions .button{min-width:0!important;padding-inline:13px!important;font-size:10px!important;line-height:1.25!important}.hero-carousel-image{object-position:70% center!important}.scroll-cue{bottom:18px!important}.page-hero{min-height:max(590px,72svh)!important;min-height:max(590px,72dvh)!important}.page-hero-copy{padding-top:calc(var(--header-h) + 50px)!important;padding-bottom:62px!important}.page-hero-copy h1{font-size:clamp(42px,11.5vw,52px)!important;max-width:100%!important;margin-bottom:20px!important}.page-hero-copy p{font-size:14px!important;line-height:1.58!important;max-width:100%!important}.page-hero-about .page-hero-background-image,.page-hero-contact .page-hero-background-image,.page-hero-project .page-hero-background-image{object-position:28% center!important}}@media(max-height:620px) and (min-width:700px){.hero,.hero-copy{min-height:610px!important}.hero-copy{padding-top:92px!important;padding-bottom:62px!important}.hero-copy h1{font-size:clamp(42px,5vw,62px)!important;margin:10px 0 14px!important}.hero-copy p{font-size:13px!important;line-height:1.5!important;margin-bottom:15px!important}.scroll-cue{display:none!important}}@media (max-width:820px){.bg-insights-light,.page-hero-insights{width:100%!important;max-width:none!important;min-width:0!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important}.page-hero-insights{overflow:hidden!important}.bg-insights-light .container,.page-hero-insights .container{width:calc(100% - 32px)!important;max-width:680px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}.insights-grid{grid-template-columns:minmax(0,1fr)!important}.insight-card,.insight-card.featured,.insights-grid{width:100%!important;max-width:100%!important;min-width:0!important}.insight-card,.insight-card.featured{grid-column:auto!important;box-sizing:border-box!important}.insight-art{width:100%!important;max-width:100%!important;aspect-ratio:16/10!important;overflow:hidden!important}.insight-image{width:100%!important;height:100%!important;object-fit:cover!important}.network-section{min-height:1080px!important;padding-top:90px!important;padding-bottom:80px!important}.network-canvas{top:5%!important;bottom:auto!important;left:-34%!important;right:-34%!important;height:520px!important;opacity:.46!important}.network-section:after{background:linear-gradient(180deg,rgba(43,43,43,.18) 0,rgba(43,43,43,.48) 28%,rgba(43,43,43,.96) 49%,var(--charcoal) 66%,var(--charcoal) 100%)!important}.network-copy{position:relative!important;z-index:5!important}.country-list{position:relative!important;z-index:6!important;margin-top:360px!important;background:rgba(43,43,43,.88)!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.country-row{grid-template-columns:34px 112px minmax(0,1fr)!important;gap:10px!important;padding:20px 0!important}.country-row h3{font-size:19px!important;line-height:1.15!important}.country-row p{font-size:11px!important;line-height:1.55!important}}@media (max-width:520px){.network-section{min-height:1040px!important}.network-canvas{top:7%!important;left:-52%!important;right:-52%!important;height:460px!important;opacity:.4!important}.country-list{margin-top:330px!important}.country-row{grid-template-columns:28px 105px minmax(0,1fr)!important;gap:8px!important}.country-row h3{font-size:17px!important}.country-row p{font-size:10px!important}}.globe-page-canvas,.network-canvas{pointer-events:none}@media(max-width:1180px){.site-header{grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;padding:0 14px 0 18px!important}.desktop-nav,.header-cta{display:none!important}.menu-button{display:block!important;flex:0 0 auto}.brand-link{min-width:0;max-width:calc(100vw - 110px)}.brand-link span{overflow:hidden;text-overflow:ellipsis}.mobile-menu{display:block!important}}@media(min-width:1181px){.mobile-menu{display:none!important}}@media(max-width:820px){.site-header{top:max(8px,env(safe-area-inset-top))!important}.mobile-menu{padding-top:calc(var(--header-h) + 30px + env(safe-area-inset-top))!important;padding-bottom:calc(24px + env(safe-area-inset-bottom))!important}}.footer-grid>*{min-width:0}.footer-bottom,.footer-grid a{overflow-wrap:break-word}.footer-bottom{flex-wrap:wrap}@media(max-width:520px){.site-footer{padding-left:clamp(18px,5vw,26px)!important;padding-right:clamp(18px,5vw,26px)!important}.footer-brand img{width:min(280px,100%)!important;max-width:100%!important}.footer-grid{gap:30px!important}.footer-bottom{gap:12px!important;line-height:1.6}}.page-hero,.section,.site-footer,.site-header{max-width:100vw}.country-row>*,.footer-grid>div,.page-hero-copy,.section-heading{min-width:0}.country-row h3,.country-row p,.footer-grid a,.page-hero-copy h1,.section-heading h2{overflow-wrap:break-word}.page-hero-estimator .page-hero-background-image{object-position:58% center!important}@media(max-width:820px){.page-hero-estimator .page-hero-background-image{object-position:66% center!important}}@media(max-width:520px){.page-hero-estimator .page-hero-background-image{object-position:70% center!important}}.fob-estimator-section{overflow:hidden}.fob-estimator-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:28px;align-items:start}.fob-estimator-main{min-width:0;background:#fff;border:1px solid var(--line);border-radius:26px;padding:clamp(26px,4vw,48px);box-shadow:0 18px 60px rgba(43,43,43,.05)}.fob-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:34px}.fob-card-head h2{font-size:clamp(34px,4.2vw,58px);line-height:.98;letter-spacing:-.045em;font-weight:500;margin:20px 0 0;max-width:620px}.fob-step{flex:0 0 auto;border:1px solid rgba(94,26,38,.24);border-radius:999px;padding:9px 12px;color:var(--burg);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap}.fob-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.fob-form label:not(.fob-consent):not(.fob-honeypot){display:flex;flex-direction:column;gap:9px;min-width:0;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.fob-form label small{font-size:9px;font-weight:500;letter-spacing:.04em;color:#8a837d;text-transform:none;margin-left:4px}.fob-form input,.fob-form select{width:100%;min-width:0;border:1px solid #d4cec8;background:#fbfaf7;color:var(--charcoal);border-radius:12px;padding:15px 14px;outline:none;transition:border-color .2s,box-shadow .2s;background-clip:padding-box}.fob-form select{min-height:51px}.fob-form input:focus,.fob-form select:focus{border-color:var(--burg);box-shadow:0 0 0 3px rgba(94,26,38,.07)}.fob-money{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;border:1px solid #d4cec8;background:#fbfaf7;border-radius:12px;overflow:hidden}.fob-money:focus-within{border-color:var(--burg);box-shadow:0 0 0 3px rgba(94,26,38,.07)}.fob-money>span{padding-left:14px;color:#756e69;font-weight:700}.fob-money input{border:0!important;box-shadow:none!important;background:transparent!important;padding-left:8px!important}.fob-inline-note{display:flex;align-items:flex-start;gap:12px;padding:15px 17px;border:1px solid rgba(94,26,38,.16);border-radius:13px;background:rgba(94,26,38,.035);font-size:12px;line-height:1.55;color:#6a625e}.fob-inline-note strong{color:var(--burg);white-space:nowrap}.fob-form-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:6px}.fob-form-footer p{margin:0;color:#817a74;font-size:11px;line-height:1.5;max-width:420px}.fob-gate-copy{padding-bottom:4px}.fob-gate-copy h3{font-size:clamp(28px,3vw,42px);letter-spacing:-.035em;line-height:1.05;margin:0 0 14px}.fob-gate-copy p{max-width:690px;margin:0;color:#6d6762;line-height:1.7;font-size:14px}.fob-consent{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:10px!important;font-size:12px!important;font-weight:500!important;letter-spacing:0!important;line-height:1.5!important;text-transform:none!important;color:#69635e}.fob-consent input{width:17px!important;height:17px!important;min-width:17px!important;margin:1px 0 0;padding:0!important;accent-color:var(--burg)}.fob-privacy{margin:0;color:#817a74;font-size:10px;line-height:1.55}.fob-privacy a{color:var(--burg);text-decoration:underline;text-underline-offset:2px}.fob-form button:disabled{opacity:.58;cursor:wait;transform:none!important}.fob-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.fob-error{margin:18px 0 0;color:#93273a;font-size:12px;line-height:1.5}.fob-risk-card{position:sticky;top:116px;min-width:0;background:var(--charcoal);color:var(--off);border-radius:26px;padding:clamp(26px,3.5vw,42px);overflow:hidden}.fob-risk-card:after{content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(248,246,240,.08);border-radius:50%;right:-150px;top:-140px;box-shadow:0 0 0 52px rgba(248,246,240,.018),0 0 0 104px rgba(248,246,240,.01)}.fob-risk-card>*{position:relative;z-index:1}.fob-risk-card h2{font-size:clamp(32px,3.4vw,48px);line-height:1;letter-spacing:-.04em;font-weight:500;margin:22px 0 18px}.fob-risk-card>p{color:rgba(248,246,240,.62);font-size:14px;line-height:1.7}.fob-risk-card ul{list-style:none;padding:0;margin:28px 0 0}.fob-risk-card li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;padding:16px 0;border-top:1px solid rgba(248,246,240,.13);align-items:start}.fob-risk-card li:last-child{border-bottom:1px solid rgba(248,246,240,.13)}.fob-risk-card li>span{color:#d5a5ae;font-size:14px}.fob-risk-card li b{font-size:12px;line-height:1.55;font-weight:600;color:rgba(248,246,240,.84);overflow-wrap:break-word}.fob-result{display:grid;gap:26px}.fob-result-kicker{display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--burg);font-weight:800}.fob-result-kicker small{font-size:9px;color:#867f79;letter-spacing:.08em}.fob-price{display:flex;flex-direction:column;gap:8px;padding:8px 0 4px}.fob-price strong{font-size:clamp(45px,6vw,82px);line-height:.94;letter-spacing:-.055em;font-weight:500;color:var(--charcoal);overflow-wrap:break-word}.fob-price>span{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#746d68}.fob-assessment{display:grid;grid-template-columns:34px minmax(0,1fr);gap:13px;align-items:start;padding:16px 18px;border-radius:15px;border:1px solid #ded8d2;background:#fbfaf7}.fob-assessment>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--charcoal);color:var(--off)}.fob-assessment.within>span{background:#42674a}.fob-assessment.below>span{background:var(--burg)}.fob-assessment p{margin:4px 0 0;color:#5e5955;font-size:13px;line-height:1.55}.fob-review{padding:28px;border-radius:18px;background:var(--charcoal);color:var(--off)}.fob-review strong{display:block;font-size:clamp(32px,4vw,50px);line-height:1.02;letter-spacing:-.04em;font-weight:500}.fob-review p{margin:16px 0 0;max-width:690px;color:rgba(248,246,240,.63);line-height:1.65}.fob-result-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}.fob-result-meta>div{min-width:0;padding:18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.fob-result-meta dt{font-size:9px;color:var(--burg);letter-spacing:.13em;text-transform:uppercase;font-weight:800}.fob-result-meta dd{margin:8px 0 0;font-size:13px;line-height:1.45;color:#4f4b48;overflow-wrap:break-word}.fob-disclaimer{margin:0;padding-left:16px;border-left:2px solid rgba(94,26,38,.3);font-size:11px;line-height:1.65;color:#7a746f}.fob-result-actions{display:flex;flex-wrap:wrap;gap:10px}.fob-explainer{overflow:hidden}.fob-explainer-head{display:grid;grid-template-columns:minmax(0,.45fr) minmax(0,1fr);gap:60px;align-items:end}.fob-explainer-head h2{font-size:clamp(42px,5vw,72px);line-height:.98;letter-spacing:-.045em;font-weight:500;margin:0;max-width:760px}.fob-explainer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:rgba(248,246,240,.13);border:1px solid rgba(248,246,240,.13);margin-top:64px}.fob-explainer-grid>div{min-width:0;background:var(--charcoal);padding:32px}.fob-explainer-grid span{font-size:9px;color:#c38e99;letter-spacing:.15em}.fob-explainer-grid h3{font-size:27px;margin:24px 0 12px}.fob-explainer-grid p{margin:0;color:rgba(248,246,240,.56);font-size:13px;line-height:1.7}@media(max-width:1100px){.fob-estimator-grid{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:22px}.fob-risk-card{top:98px}.fob-form-footer{align-items:flex-start;flex-direction:column}}@media(max-width:820px){.fob-estimator-grid{grid-template-columns:1fr;gap:20px}.fob-risk-card{position:relative;top:auto}.fob-form{grid-template-columns:1fr}.fob-form .full{grid-column:1}.fob-form-footer{flex-direction:row;align-items:center}.fob-explainer-head{gap:24px}.fob-explainer-grid,.fob-explainer-head{grid-template-columns:1fr}}@media(max-width:520px){.fob-estimator-main,.fob-risk-card{border-radius:20px;padding:22px}.fob-card-head{display:grid;gap:18px;margin-bottom:26px}.fob-step{justify-self:start}.fob-card-head h2{font-size:40px;margin-top:16px}.fob-form{gap:15px}.fob-form-footer{align-items:stretch;flex-direction:column}.fob-form-footer .button,.fob-result-actions .button{width:100%}.fob-inline-note{display:grid;gap:6px}.fob-inline-note strong{white-space:normal}.fob-result-meta{grid-template-columns:1fr}.fob-price strong{font-size:clamp(39px,12vw,52px)}.fob-result-kicker{align-items:flex-start;flex-direction:column;gap:6px}.fob-review{padding:22px}.fob-explainer-grid>div{padding:26px 22px}}@media(max-width:360px){.fob-estimator-main,.fob-risk-card{padding:19px}.fob-card-head h2{font-size:36px}.fob-form input,.fob-form select{padding-left:12px;padding-right:12px}.fob-price strong{font-size:38px}}@media(prefers-reduced-motion:reduce){.fob-estimator-main *{scroll-behavior:auto!important}}@media(max-width:520px){.product-anatomy .anatomy-object{overflow:visible}.product-anatomy .point{font-size:6.5px;padding:7px 9px;letter-spacing:.12em;white-space:nowrap}.product-anatomy .p1,.product-anatomy .p3{left:-15px}.product-anatomy .p2,.product-anatomy .p4,.product-anatomy .p5{right:-15px}.product-anatomy .point:after{width:28px}}@media(max-width:360px){.product-anatomy .anatomy-garment{width:min(200px,68vw);height:276px}.product-anatomy .p1,.product-anatomy .p3{left:-10px}.product-anatomy .p2,.product-anatomy .p4,.product-anatomy .p5{right:-10px}.product-anatomy .point{font-size:6px;padding:6px 7px}.product-anatomy .point:after{width:22px}}