:root{--navy:#071b3f;--navy-2:#0c2d62;--ink:#12213b;--muted:#647590;--line:#dce5f0;--soft:#f3f7fb;--soft-blue:#eaf1fb;--orange:#ff4f0a;--white:#fff;--shadow:0 18px 50px #071b3f1a;--sb-navy:#101a32;--sb-navy-light:#111827;--sb-navy-lighter:#1a2332;--sb-orange:#f26522;--sb-orange-hover:#e55a1b;--sb-orange-soft:#f265221f;--sb-gray-50:#f8fafc;--sb-gray-100:#f1f5f9;--sb-gray-200:#e2e8f0;--sb-gray-300:#cbd5e1;--sb-gray-400:#94a3b8;--sb-gray-500:#64748b;--sb-gray-600:#475569;--sb-gray-700:#334155;--sb-gray-800:#1e293b;--sb-gray-900:#0f172a}.shell{width:100%;max-width:1200px;margin:0 auto;padding:0 32px}.hero{background:#fff;border-bottom:1px solid #e2e9f2;overflow:hidden}.category-badge{color:var(--orange);background-color:#e64b0425;border-radius:12px;align-items:center;gap:clamp(.25rem,1vw,.5rem);margin-bottom:clamp(.75rem,2vw,1.5rem);padding:clamp(.25rem,1vw,.5rem) clamp(.5rem,2vw,1rem);font-size:clamp(.51rem,1.5vw,.775rem);font-weight:600;display:inline-flex}.badge-square{background-color:#f26522;border-radius:2px;flex-shrink:0;width:8px;height:8px;animation:2.5s ease-in-out infinite badge-breathe;display:inline-block}@keyframes badge-breathe{0%,to{opacity:.5;transform:scale(.85);box-shadow:0 0 #f2652266}50%{opacity:1;transform:scale(1.1);box-shadow:0 0 0 4px #f2652226}}.category-badge>svg{width:clamp(10px,2vw,16px);height:clamp(10px,2vw,16px)}.hero__grid{grid-template-columns:1.08fr .92fr;align-items:center;gap:70px;padding:1rem 0 3rem;display:grid}.eyebrow{color:#60718b;letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:9px;margin-bottom:5px;font-size:11px;font-weight:800;line-height:1.2;display:inline-flex}.eyebrow--orange{color:var(--orange)}.eyebrow--orange i{background:currentColor;border-radius:2px;width:19px;height:2px;display:inline-block}.sticky-zone{width:100%}.sticky-zone h1{max-width:720px;color:var(--navy);letter-spacing:-.055em;margin:0 0 13px;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:760;line-height:.99}.sticky-zone h1 span{color:var(--orange)}.sticky-zone .hero__lead{color:#5d6e88;max-width:650px;margin:0 0 29px;font-size:17px;line-height:1.7}.sticky-zone.is-compact{z-index:100;background:#fff;border-bottom:1px solid #dfe7f0;width:100%;padding:5px 0;animation:.35s cubic-bezier(.2,.8,.2,1) forwards slideDown;position:fixed;top:0;left:0;box-shadow:0 15px 40px #071b3f14}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.sticky-zone.is-hidden{opacity:0;pointer-events:none;transition:transform .3s,opacity .3s;animation:none;transform:translateY(-100%)}.sticky-zone.is-compact .sticky-shell{justify-content:space-between;align-items:center;gap:30px;width:100%;max-width:1200px;margin:0 auto;padding:0 32px;display:flex}.sticky-zone.is-compact h1{flex:none;margin:0;font-size:clamp(20px,2.5vw,28px)}.sticky-zone.is-compact .hero__lead{display:none}.sticky-zone.is-compact .catalog-search{min-height:48px;box-shadow:none;border-color:#dce5f0;flex:1;max-width:660px;margin:0}.catalog-search{z-index:50;background:#fff;border:1px solid #cbd9e9;border-radius:12px;align-items:center;gap:12px;max-width:660px;min-height:46px;padding:0 15px 0 20px;transition:all .35s;display:flex;position:relative;box-shadow:0 15px 45px #0d2d621a}.catalog-search:focus-within{border-color:#6d91cb;box-shadow:0 18px 50px #0d2d6226,0 0 0 4px #2f67ef14}.search-symbol{color:var(--navy);font-size:28px;line-height:1;transform:rotate(-18deg)}.catalog-search input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:14px;font-weight:600}.catalog-search input::placeholder{color:#8290a5;font-weight:500}.search-results-container{z-index:100;opacity:1;background:#fff;border:1px solid #cbd9e9;border-radius:12px;max-height:420px;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;transform:translateY(0);box-shadow:0 15px 50px #071b3f26}.search-results-container.is-hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px)}.search-result-item{border-bottom:1px solid #eef2f7;padding:16px 20px;text-decoration:none;transition:background .15s;display:block}.search-result-item:last-child{border-bottom:none}.search-result-item:hover,.search-result-item.is-active{background:#f7faff}.search-result-item .eyebrow{color:#2f67ef;margin-bottom:6px;font-size:9px}.search-result-title{color:var(--navy);margin-bottom:4px;font-size:15px;font-weight:700}.search-result-match{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.search-empty{text-align:center;color:var(--muted);padding:24px;font-size:13px;font-weight:500}.quick-searches{color:#8491a5;flex-wrap:wrap;align-items:center;gap:8px;margin:13px 0 30px;font-size:11px;display:flex}.quick-searches button{color:#4f6079;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #cfd9e5;padding:5px 2px;font-weight:650;transition:color .15s,border-color .15s}.quick-searches button:hover{color:var(--orange);border-color:var(--orange)}.hero__stats{align-items:center;gap:32px;display:flex}.hero__stats div{border-right:1px solid #d8e1ec;gap:3px;min-width:104px;padding-right:29px;display:grid}.hero__stats div:last-child{border-right:0}.hero__stats strong{color:var(--navy);letter-spacing:-.03em;font-size:22px}.hero__stats span{color:#75839a;letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:800}.hero-visual{background-color:var(--sb-navy);background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:40px 40px;border-radius:12px;min-height:430px;position:relative;overflow:hidden;box-shadow:0 30px 70px #101a324d}.hero-visual:after{content:"";pointer-events:none;border:1px solid #ffffff1a;border-radius:12px;position:absolute;inset:10px}.hero-visual__glow{background:radial-gradient(circle, var(--sb-orange-soft) 0%, transparent 60%);border:1px solid #ffffff0d;border-radius:50%;width:250px;height:250px;animation:4s ease-in-out infinite pulse;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 42px #ffffff05,0 0 0 88px #ffffff03}.hero-visual__label{color:var(--sb-gray-400);letter-spacing:.16em;text-transform:uppercase;font-size:9px;font-weight:800;position:absolute;top:30px;left:34px}.hero-visual__main{text-align:center;z-index:2;width:220px;position:absolute;top:47%;left:50%;transform:translate(-50%,-50%)}.hero-visual__kicker{color:var(--sb-gray-400);letter-spacing:.13em;text-transform:uppercase;margin-bottom:8px;font-size:9px;font-weight:800;display:block}.hero-visual__main strong{color:#fff;letter-spacing:-.08em;font-size:105px;line-height:.95;display:block}.hero-visual__main p{color:var(--sb-gray-400);text-transform:uppercase;letter-spacing:.14em;margin:9px 0 0;font-size:12px}.orbit{z-index:3;background:var(--sb-navy-lighter);border:1px solid #ffffff1a;border-radius:12px;place-items:center;width:64px;height:64px;animation:6s ease-in-out infinite float;display:grid;position:absolute;box-shadow:0 10px 24px #0000004d}.orbit span{color:var(--sb-gray-300);text-transform:uppercase;letter-spacing:.1em;font-size:9px;font-weight:800}.orbit--one{animation-delay:0s;top:122px;left:35px}.orbit--two{width:76px;height:76px;animation-delay:1.5s;top:102px;right:32px}.orbit--three{width:78px;height:78px;animation-delay:3s;bottom:90px;right:60px}.hero-visual__foot{z-index:3;color:var(--sb-gray-400);letter-spacing:.05em;text-transform:uppercase;justify-content:center;align-items:center;gap:28px;min-height:54px;font-size:9px;font-weight:700;display:flex;position:absolute;bottom:25px;left:32px;right:32px}.hero-visual__foot span{align-items:center;gap:7px;display:flex}.hero-visual__foot i{background:var(--sb-orange);width:5px;height:5px;box-shadow:0 0 0 4px var(--sb-orange-soft);border-radius:1px;display:inline-block}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes pulse{0%{opacity:.8;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.05)}to{opacity:.8;transform:translate(-50%,-50%)scale(1)}}.category-section{padding:20px 0 50px}.section-heading{grid-template-columns:1.25fr .75fr;align-items:end;gap:70px;margin-bottom:28px;display:grid}.section-heading h2,.trust-grid h2{max-width:700px;color:var(--navy);letter-spacing:-.045em;margin:10px 0 0;font-size:clamp(36px,3vw,52px);line-height:1.06}.section-heading>p{color:var(--muted);margin:0;font-size:14px;line-height:1.75}.category-grid{grid-template-columns:repeat(3,1fr);gap:19px;display:grid}.category-card{background:#fff;border:1px solid #dce5ef;border-radius:12px;flex-direction:column;align-items:stretch;height:auto;padding:0;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 9px #edf2f7}.category-card:before{content:"";background:var(--accent);opacity:.06;border-radius:50%;width:170px;height:170px;transition:transform .3s,opacity .3s;position:absolute;top:-95px;right:-90px}.category-card:hover{border-color:var(--accent);transform:translateY(-6px);box-shadow:0 18px 35px #071b3f1a}.category-card:hover:before{opacity:.11;transform:scale(1.25)}.category-card:hover .category-card__action b{background:var(--accent);color:#fff}.category-card__main{flex-direction:row;flex:1;align-items:stretch;display:flex}.category-card__content{flex-direction:column;flex:1;min-width:0;padding:10px 14px 4px;display:flex}.category-card__top{justify-content:space-between;align-items:center;margin-bottom:5px;display:flex}.category-number{background:var(--accent);color:#fff;width:30px;height:30px;box-shadow:0 2px 6px var(--accent);border-radius:7px;place-items:center;font-size:10px;font-weight:850;display:grid}.category-count{color:var(--accent);letter-spacing:.11em;text-transform:uppercase;font-size:9px;font-weight:850}.category-card__body{flex-direction:column;flex:1;justify-content:flex-start;min-height:0;display:flex}.category-card h3{color:var(--ink);letter-spacing:-.025em;margin:0 0 8px;font-size:22px;line-height:1.1}.category-card p{color:#687992;min-height:auto;margin:0 0 14px;font-size:10.5px;line-height:1.55}.category-card__families{flex-wrap:wrap;gap:6px;margin-top:auto;display:flex}.family-tag{background:var(--accent);color:#fff;white-space:nowrap;opacity:.75;border-radius:7px;max-width:100%;padding:5px 8px;font-size:9px;font-weight:700;line-height:1.4;transition:opacity .2s}.family-tag:hover{opacity:1}.category-card__families .pill-more{color:var(--accent);border:1px solid var(--accent);box-sizing:border-box;text-align:center;white-space:nowrap;opacity:.8;background:#f0f4f9;border-radius:7px;width:100%;padding:5px 8px;font-size:9px;font-weight:700;display:block}.category-card__img-wrap{background:linear-gradient(135deg,#fff 0%,#0000 100%);border-radius:0 12px 0 0;flex-shrink:0;width:50%;margin:1px 1px 0 0;display:block;position:relative;overflow:hidden}.category-card__img-wrap:before{content:"";background:radial-gradient(circle at 60% 40%, var(--accent) 0%, transparent 70%);opacity:.08;pointer-events:none;z-index:2;position:absolute;inset:0}.category-card__img-wrap img{object-fit:contain;z-index:1;transform-origin:0;width:100%;height:100%;position:absolute;inset:0}.category-card__img-placeholder{color:var(--muted);font-size:11px;font-weight:600}.category-card__action{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;z-index:2;background:#fff;border-top:1px solid #e5ebf2;justify-content:space-between;align-items:center;padding:14px 24px;font-size:11px;font-weight:750;display:flex}.category-card__action b{width:31px;height:31px;color:var(--accent);background:#f0f4f9;border-radius:10px;place-items:center;font-size:15px;transition:background .2s,color .2s;display:grid}.workflow-section{background:linear-gradient(#fff 50%,#f5f8fc 50%);padding:0 0 110px}.workflow-card{color:#fff;background:linear-gradient(135deg,#0b1120,#072858);border-radius:12px;grid-template-columns:.8fr 1.2fr;gap:75px;padding:66px;display:grid;box-shadow:0 25px 70px #071b3f33}.workflow-card__intro h2{letter-spacing:-.04em;max-width:460px;margin:16px 0;font-size:40px;line-height:1.08}.workflow-card__intro p{color:#aebfda;margin:0;font-size:14px;line-height:1.75}.workflow-steps{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.workflow-steps article{background:#0a2855;border-radius:12px;gap:17px;min-height:150px;padding:24px;display:flex}.workflow-steps article>span{color:var(--orange);flex:none;font-size:11px;font-weight:850}.workflow-steps h3{margin:0 0 8px;font-size:15px}.workflow-steps p{color:#9fb2ce;margin:0;font-size:11px;line-height:1.65}.workflow-img-placeholder{aspect-ratio:16/9;color:#91add5;background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:100%;margin-top:30px;font-size:11px;font-weight:600;display:flex}.sourcing-cta{padding:60px 0}.sourcing-cta__card{color:#fff;background:linear-gradient(135deg,#0b1120,#072858);border-radius:12px;justify-content:space-between;align-items:center;gap:50px;padding:60px 64px;display:flex;position:relative;overflow:hidden}.sourcing-cta__card:after{content:"";border:65px solid #ffffff0b;border-radius:12px;width:360px;height:360px;position:absolute;top:-160px;right:-150px}.sourcing-cta__card>*{z-index:2;position:relative}.sourcing-cta h2{letter-spacing:-.035em;max-width:760px;margin:12px 0;font-size:35px;line-height:1.14}.sourcing-cta p{color:#aebfda;margin:0;font-size:13px;line-height:1.7}.button{cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 19px;font-size:12px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--orange);color:#fff;box-shadow:0 10px 25px #ff4f0a3b}.button--primary:hover{background:#e94504;box-shadow:0 14px 30px #ff4f0a4f}.button--white{color:var(--navy);background:#fff;flex:none}.sourcing-cta__visual{aspect-ratio:1;color:#91add5;background:#ffffff10;border-radius:12px;flex:none;justify-content:center;align-items:center;width:280px;font-size:11px;font-weight:600;display:flex}@media (width<=1023px){.hero__grid{flex-direction:column;gap:40px;padding-top:60px;padding-bottom:60px;display:flex}.hero-visual{width:100%;max-width:560px;min-height:420px;margin:0 auto}.hero__content{width:100%}.category-grid{grid-template-columns:repeat(2,1fr)}.section-heading{grid-template-columns:1fr;gap:20px}.workflow-card{grid-template-columns:1fr;gap:40px;padding:44px}.sourcing-cta__card{flex-direction:column;align-items:flex-start;padding:44px}}@media (width<=767px){.shell{padding:0 16px}.hero__grid{gap:36px;padding-top:2px;padding-bottom:20px}.sticky-zone.is-compact{padding:12px 0;top:0}.sticky-zone.is-compact .sticky-shell{flex-direction:column;align-items:flex-start;gap:12px;padding:0 16px}.sticky-zone h1{font-size:clamp(34px,9vw,46px)}.sticky-zone.is-compact h1{white-space:normal;font-size:14px}.sticky-zone .hero__lead{font-size:15px}.sticky-zone.is-compact .catalog-search{width:100%;min-height:44px}.catalog-search{border-radius:12px;min-height:56px}.hero__stats{gap:20px}.hero__stats div{min-width:80px;padding-right:20px}.hero__stats strong{font-size:18px}.hero-visual{border-radius:12px;width:100%;min-height:320px;display:block!important}.hero-visual__main strong{font-size:46px}.orbit span{color:var(--sb-gray-300);text-transform:uppercase;letter-spacing:.1em;font-size:7px;font-weight:800}.orbit--one{width:48px;height:48px;top:60px;left:20px}.orbit--two{width:64px;height:64px;top:40px;right:18px}.orbit--three{width:54px;height:54px;bottom:55px;right:20px}.category-section{padding:5px 0 30px}.category-grid{grid-template-columns:1fr;gap:20px}.category-card{height:auto;min-height:auto}.category-card__content{padding:6px}.category-card__action{padding:12px 16px}.category-card__top{margin-bottom:8px}.category-card__body{padding:4px 0 12px}.category-card__img-wrap{border-radius:0 12px 0 0;width:48%;margin:1px 1px 0 0}.category-card h3{font-size:20px}.category-card__families{flex-flow:wrap;align-items:center;gap:6px;margin-top:0}.family-tag{white-space:nowrap;padding:5px 8px;font-size:9px}.category-card__families .pill-more{background:0 0;margin-top:0;padding:2px 0;font-size:10px}.section-heading h2,.trust-grid h2{font-size:clamp(28px,6vw,36px)}.workflow-card{border-radius:12px;padding:32px}.workflow-steps{grid-template-columns:1fr}.sourcing-cta{padding:10px 0}.sourcing-cta__card{border-radius:20px;padding:32px}.sourcing-cta h2{font-size:clamp(22px,5.5vw,28px)}.sourcing-cta__visual{width:100%;max-width:280px}}
