:root{--ink:#17211b;--muted:#66726b;--paper:#f7f4ee;--surface:#fffefa;--line:#dde2dc;--brand:#126b52;--brand-strong:#0b513e;--accent:#ff6b4a;--sun:#f5bf42;--danger:#b93636;--shadow:0 18px 50px rgba(28,48,37,.10);--radius:22px;--radius-sm:14px;--font:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:var(--font);line-height:1.5}button,input,select,textarea{font:inherit}a,button{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(255,107,74,.38);outline-offset:2px}img{max-width:100%}.shell{max-width:1240px;margin:auto;padding:0 24px}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(247,244,238,.88);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(23,33,27,.08)}.topbar-inner{height:76px;gap:24px}.brand,.topbar-inner{display:flex;align-items:center}.brand{font-weight:900;font-size:22px;letter-spacing:-.8px;gap:10px}.brand-mark{width:34px;height:34px;border-radius:11px;background:var(--brand);color:white;display:grid;place-items:center;transform:rotate(-4deg)}.brand-dot{color:var(--accent)}.nav{display:flex;gap:8px;margin-left:auto;align-items:center}.nav a,.nav button{border:0;background:transparent;padding:11px 14px;border-radius:12px;color:var(--muted);font-weight:700}.nav a:hover,.nav button:hover{background:#fff;color:var(--ink)}.hero{padding:64px 0 34px;display:grid;grid-template-columns:1.35fr .65fr;grid-gap:36px;gap:36px;align-items:flex-end}.eyebrow{display:inline-flex;gap:8px;align-items:center;background:#e4f1eb;color:var(--brand-strong);border-radius:999px;padding:7px 12px;font-size:13px;font-weight:800}.hero h1{font-size:clamp(42px,7vw,82px);line-height:.96;letter-spacing:-4px;margin:18px 0 20px;max-width:850px}.hero h1 em{font-style:normal;color:var(--brand)}.hero p{font-size:18px;color:var(--muted);max-width:680px}.hero-note{background:var(--ink);color:white;padding:28px;border-radius:var(--radius);box-shadow:var(--shadow)}.hero-note strong{display:block;font-size:40px;color:var(--sun);letter-spacing:-2px}.hero-note p{color:#dfe6e1;margin-bottom:0;font-size:15px}.searchbar{display:flex;gap:10px;background:var(--surface);padding:10px;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.searchbar input{flex:1 1;border:0;background:transparent;padding:10px 14px;min-width:0}.btn{min-height:46px;border:0;border-radius:13px;padding:11px 18px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-strong)}.btn-accent{background:var(--accent);color:white}.btn-ghost{background:#edf0ec;color:var(--ink)}.btn-danger{background:#fae8e5;color:var(--danger)}.btn:disabled{opacity:.48;cursor:not-allowed}.btn-block{width:100%}.section{padding:28px 0 58px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-head h2{font-size:30px;letter-spacing:-1.2px;margin:0}.section-head p{color:var(--muted);margin:4px 0 0}.chips{display:flex;gap:8px;overflow:auto;padding:2px 0 12px}.chip{border:1px solid var(--line);background:var(--surface);padding:9px 14px;border-radius:999px;white-space:nowrap;font-weight:750}.chip.active{background:var(--ink);color:white;border-color:var(--ink)}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.merchant-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.22s ease}.merchant-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.merchant-art{height:148px;padding:18px;display:flex;align-items:flex-start;justify-content:space-between;color:white;background:#557}.merchant-art.coral{background:linear-gradient(135deg,#b53b2c,#ff8f65)}.merchant-art.mint{background:linear-gradient(135deg,#256a54,#78bc90)}.merchant-art.amber{background:linear-gradient(135deg,#7b4618,#e9a93b)}.merchant-art.forest{background:linear-gradient(135deg,#174536,#5a9b54)}.merchant-art.indigo{background:linear-gradient(135deg,#27325e,#7f77c7)}.merchant-art.sky{background:linear-gradient(135deg,#236a85,#76bad0)}.merchant-art.lime{background:linear-gradient(135deg,#587729,#aaca66)}.merchant-art.plum{background:linear-gradient(135deg,#653354,#b6789d)}.merchant-logo{width:56px;height:56px;border-radius:18px;background:rgba(255,255,255,.92);color:var(--ink);display:grid;place-items:center;font-weight:900;font-size:22px;box-shadow:0 8px 24px rgba(0,0,0,.15)}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:5px 9px;background:#edf2ee;color:#435048;font-size:12px;font-weight:800}.badge-live{background:#dff3e7;color:#126b52}.badge-warn{background:#fff0cb;color:#6c4b00}.badge-sponsored{background:rgba(255,255,255,.9);color:#37423c}.merchant-body{padding:18px}.merchant-title{font-size:19px;font-weight:850;letter-spacing:-.4px;display:flex;justify-content:space-between;gap:12px}.merchant-meta,.muted{color:var(--muted)}.merchant-stats{display:flex;gap:12px;margin-top:14px;font-size:13px;font-weight:750}.merchant-stats span{display:flex;gap:5px;align-items:center}.store-hero{margin-top:24px;border-radius:28px;padding:40px;color:white;min-height:270px;display:flex;align-items:flex-end;position:relative;overflow:hidden}.store-hero:after{content:"";position:absolute;inset:auto -60px -100px auto;width:280px;height:280px;border:60px solid rgba(255,255,255,.12);border-radius:50%}.store-hero h1{font-size:clamp(36px,6vw,64px);line-height:1;margin:12px 0;letter-spacing:-2.5px}.store-hero p{max-width:560px;color:rgba(255,255,255,.86)}.store-hero>div{position:relative;z-index:1}.store-hero.coral{background:linear-gradient(135deg,#8d3026,#f17958)}.store-hero.mint{background:linear-gradient(135deg,#174c3b,#64a979)}.store-hero.amber{background:linear-gradient(135deg,#603815,#cf8c22)}.store-hero.forest{background:linear-gradient(135deg,#12382c,#467d43)}.store-hero.indigo{background:linear-gradient(135deg,#20294f,#6d65b2)}.store-hero.sky{background:linear-gradient(135deg,#19576d,#62a6bc)}.store-hero.lime{background:linear-gradient(135deg,#405c1d,#91b34a)}.store-hero.plum{background:linear-gradient(135deg,#512842,#a26088)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.product{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:16px;display:grid;grid-template-columns:1fr 100px;grid-gap:14px;gap:14px;min-height:152px}.product h3{margin:0 0 5px;font-size:17px}.product p{margin:0;color:var(--muted);font-size:13px}.product-price{font-weight:900;margin-top:14px}.product-art{border-radius:14px;background:linear-gradient(145deg,#f0d5bd,#e7a66f);position:relative;display:grid;place-items:center;font-size:34px}.product-art:after{content:"";position:absolute;inset:12px;border:1px solid rgba(255,255,255,.45);border-radius:50%}.product-actions{display:flex;gap:8px;align-items:center;margin-top:12px}.soldout{filter:grayscale(.7);opacity:.63}.panel-layout{display:grid;grid-template-columns:240px 1fr;grid-gap:24px;gap:24px;padding:28px 0 60px}.sidebar{background:var(--ink);color:white;border-radius:22px;padding:20px;height:max-content;position:-webkit-sticky;position:sticky;top:100px}.sidebar-title{font-weight:900;font-size:18px;margin-bottom:18px}.sidebar nav{display:grid;grid-gap:6px;gap:6px}.sidebar a{padding:11px 12px;border-radius:11px;color:#cdd7d1;font-weight:700}.sidebar a.active,.sidebar a:hover{background:rgba(255,255,255,.11);color:white}.panel h1{font-size:38px;letter-spacing:-1.5px;margin:0 0 6px}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin:24px 0}.stat{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:18px}.stat small{color:var(--muted);font-weight:700}.stat strong{display:block;font-size:27px;margin-top:4px;letter-spacing:-1px}.card{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:20px}.stack{display:grid;grid-gap:14px;gap:14px}.order-row{display:grid;grid-template-columns:1fr auto;grid-gap:18px;gap:18px;align-items:center}.order-row h3{margin:0 0 4px}.order-row p{margin:0;color:var(--muted);font-size:14px}.order-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.progress{display:flex;gap:4px;margin:16px 0}.progress span{height:7px;background:#dfe5df;border-radius:999px;flex:1 1}.progress span.done{background:var(--brand)}.form-card{max-width:520px;background:var(--surface);border:1px solid var(--line);padding:28px;border-radius:22px;box-shadow:var(--shadow)}.field{display:grid;grid-gap:7px;gap:7px;margin-bottom:15px}.field label{font-weight:800;font-size:14px}.field input,.field select,.field textarea{border:1px solid #cfd6d0;border-radius:12px;min-height:48px;padding:11px 13px;background:white;color:var(--ink)}.field-error{font-size:13px;color:var(--danger)}.notice{background:#fff4d9;color:#654900}.error,.notice{padding:13px 15px;border-radius:13px;font-size:14px}.error{background:#fae8e5;color:var(--danger)}.success{padding:13px 15px;border-radius:13px;background:#e1f3e8;color:var(--brand-strong);font-size:14px}.login{min-height:calc(100vh - 76px);display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:60px;gap:60px;padding-top:40px;padding-bottom:60px}.login-copy h1{font-size:clamp(48px,7vw,84px);line-height:.95;letter-spacing:-4px;margin:15px 0}.login-copy p{font-size:18px;color:var(--muted);max-width:550px}.demo-accounts{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:16px}.demo-account{border:1px solid var(--line);border-radius:11px;background:#f5f7f4;padding:9px;text-align:left;font-size:12px}.demo-account strong{display:block;font-size:13px}.skeleton{border-radius:12px;background:linear-gradient(90deg,#eceeea 25%,#f7f8f5 50%,#eceeea 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-200% 0}}.empty{text-align:center;padding:52px 20px;color:var(--muted)}.timeline{position:relative;padding-left:24px}.timeline:before{content:"";position:absolute;left:6px;top:8px;bottom:8px;width:2px;background:var(--line)}.timeline-item{position:relative;padding-bottom:18px}.timeline-item:before{content:"";position:absolute;left:-23px;top:5px;width:12px;height:12px;border-radius:50%;background:var(--brand);border:3px solid var(--surface)}.timeline-item strong{display:block}.timeline-item small{color:var(--muted)}.ledger-table{width:100%;border-collapse:collapse;font-size:14px}.ledger-table td,.ledger-table th{text-align:left;padding:11px 8px;border-bottom:1px solid var(--line)}.ledger-table th{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.5px}@media(max-width:900px){.hero,.login{grid-template-columns:1fr}.hero-note{display:none}.grid{grid-template-columns:repeat(2,1fr)}.panel-layout{grid-template-columns:1fr}.sidebar{position:static}.sidebar nav{display:flex;overflow:auto}.stats{grid-template-columns:repeat(2,1fr)}.login-copy{display:none}}@media(max-width:620px){.shell{padding:0 16px}.topbar-inner{height:66px}.nav a{display:none}.hero{padding-top:36px}.hero h1{font-size:48px;letter-spacing:-2.5px}.searchbar{display:grid}.grid,.product-grid{grid-template-columns:1fr}.merchant-art{height:124px}.store-hero{margin-inline:-16px;border-radius:0;padding:28px 20px}.product{grid-template-columns:1fr 88px}.stats{grid-template-columns:1fr 1fr}.stat{padding:14px}.stat strong{font-size:22px}.order-row{grid-template-columns:1fr}.order-actions{justify-content:flex-start}.panel h1{font-size:32px}.login{padding-top:20px}.form-card{padding:20px}.demo-accounts{grid-template-columns:1fr}.section{padding-bottom:38px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}@media(max-width:900px){.panel-layout{grid-template-columns:1fr!important}}.quote-nav{background:var(--ink)!important}.site-footer{background:var(--ink);color:#fff;margin-top:40px;padding:42px 0}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr 1fr;grid-gap:40px;gap:40px}.footer-grid>div{display:grid;align-content:start;grid-gap:8px;gap:8px}.footer-grid strong{font-size:17px}.footer-grid p{color:#bdc9c2;margin:0;max-width:440px}.footer-grid a{color:#dbe4de}.b2b-hero{min-height:620px;padding-top:86px;padding-bottom:70px;display:grid;grid-template-columns:1.35fr .65fr;grid-gap:60px;gap:60px;align-items:center}.b2b-hero h1{font-size:clamp(48px,7vw,88px);line-height:.96;letter-spacing:-4.5px;margin:20px 0;max-width:900px}.b2b-hero h1 em{font-style:normal;color:var(--brand)}.b2b-hero>div>p{font-size:19px;color:var(--muted);max-width:720px}.hero-actions{display:flex;gap:10px;margin-top:28px}.trust-row{display:flex;gap:24px;flex-wrap:wrap;margin-top:38px;color:var(--muted);font-size:13px}.trust-row span{display:grid}.trust-row strong{color:var(--ink);font-size:15px}.supply-card{background:linear-gradient(145deg,#102d24,#1d7259);color:white;padding:34px;border-radius:28px;box-shadow:var(--shadow);transform:rotate(1.5deg)}.supply-label{color:#a9d9c8;text-transform:uppercase;letter-spacing:1.3px;font-size:12px;font-weight:900}.supply-card>strong{display:block;font-size:32px;margin:8px 0 28px;letter-spacing:-1px}.supply-card ol{padding-left:22px;margin:0;display:grid;grid-gap:16px;gap:16px;color:#dfede8}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.category-card{min-height:250px;border-radius:22px;padding:24px;display:flex;flex-direction:column;transition:.2s ease;border:1px solid rgba(23,33,27,.08)}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.category-card>span{font-size:12px;font-weight:900;opacity:.55}.category-card h3{font-size:24px;line-height:1.05;letter-spacing:-.7px;margin:42px 0 9px}.category-card p{margin:0;color:rgba(23,33,27,.68);font-size:14px}.category-card strong{margin-top:auto}.tone-0{background:#dfeee7}.tone-1{background:#f3dfcb}.tone-2{background:#e5e3f0}.tone-3{background:#eee8c9}.process-section{background:#e9ede8;margin-top:30px}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:#cdd5cf;border:1px solid #cdd5cf;border-radius:22px;overflow:hidden}.process-grid article{background:var(--surface);padding:30px}.process-grid span{color:var(--brand);font-weight:900}.process-grid h3{font-size:21px;margin:22px 0 7px}.process-grid p{color:var(--muted);margin:0}.catalog-head{background:linear-gradient(135deg,#e4eee8,#f6e9dc);padding:64px 0 52px}.catalog-head h1{font-size:clamp(42px,6vw,70px);letter-spacing:-3px;line-height:1;margin:18px 0}.catalog-head p{font-size:18px;color:var(--muted);max-width:740px}.catalog-search{max-width:760px;margin-top:25px}.catalog-layout{display:grid;grid-template-columns:230px 1fr;grid-gap:30px;gap:30px;align-items:start}.catalog-sidebar{position:-webkit-sticky;position:sticky;top:100px}.catalog-category-links,.catalog-sidebar{display:grid;grid-gap:5px;gap:5px}.catalog-sidebar h2{font-size:15px;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);margin:0 0 10px}.catalog-sidebar a{display:flex;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:11px;color:var(--muted);font-weight:700;font-size:14px}.catalog-sidebar a span{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.catalog-sidebar a.active,.catalog-sidebar a:hover{background:#fff;color:var(--ink)}.filter-disclosure>summary{display:none}.catalog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.catalog-product{background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;display:grid;grid-template-columns:150px 1fr;min-height:220px}.catalog-art{display:grid;place-items:center;align-content:center;grid-gap:12px;gap:12px;color:white}.catalog-art>span{font-size:48px;font-weight:950;opacity:.95}.catalog-art small{font-size:10px;opacity:.7}.art-0{background:#285f50}.art-1{background:#a9583d}.art-2{background:#5e648d}.art-3{background:#8a7132}.art-4{background:#366c7b}.art-5{background:#79566e}.catalog-product-body{padding:19px;display:flex;flex-direction:column}.sku{font-size:12px;letter-spacing:.7px;color:var(--brand);font-weight:900;text-transform:uppercase}.catalog-product h3{font-size:18px;line-height:1.2;margin:6px 0}.catalog-product p{font-size:13px;color:var(--muted);margin:0}.package-info{font-size:12px;color:var(--muted);margin-top:11px}.product-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:16px}.price-on-request{font-size:12px;font-weight:850}.btn-small{min-height:38px;padding:8px 10px;font-size:12px}.breadcrumbs{display:flex;gap:9px;flex-wrap:wrap;color:var(--muted);font-size:13px;padding:26px 0}.product-detail{padding-bottom:60px}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:54px;gap:54px;align-items:center}.product-detail-art{min-height:470px;background:linear-gradient(145deg,#174c3b,#6aac81);border-radius:30px;color:#fff;display:grid;place-items:center;align-content:center;grid-gap:18px;gap:18px}.product-detail-art span{font-size:130px;font-weight:950;opacity:.92}.product-detail-art small{opacity:.7}.product-detail-copy h1{font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-3px;margin:12px 0 20px}.product-detail-copy>p{font-size:18px;color:var(--muted)}.product-detail-copy>.sku{margin-top:20px}.quote-callout{border-left:4px solid var(--accent);background:#fff;padding:15px 18px;margin:24px 0}.quote-callout p{margin:3px 0 0;color:var(--muted);font-size:14px}.detail-sections{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-top:40px}.detail-sections h2{margin-top:0}.spec-list{display:grid;margin:0}.spec-list>div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:12px 0}.spec-list dt{color:var(--muted)}.spec-list dd{font-weight:800;text-align:right;margin:0}.quote-page{padding-top:64px;padding-bottom:80px}.quote-page>h1{font-size:clamp(44px,6vw,72px);letter-spacing:-3px;margin:16px 0 8px}.lead{font-size:18px;color:var(--muted);max-width:740px}.quote-layout{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:22px;gap:22px;align-items:start;margin-top:34px}.quote-contact{max-width:none;position:-webkit-sticky;position:sticky;top:100px}.quote-contact h2{margin-top:0}.quote-items{display:grid}.quote-items article{display:grid;grid-template-columns:1fr 90px 100px auto;grid-gap:12px;gap:12px;align-items:flex-end;padding:15px 0;border-bottom:1px solid var(--line)}.quote-items article>div{display:grid}.quote-items label{font-size:11px;font-weight:800;color:var(--muted)}.quote-items input,.quote-items select{width:100%;height:40px;border:1px solid var(--line);border-radius:9px;padding:6px}.remove-item{border:0;background:#fae8e5;color:var(--danger);border-radius:9px;height:40px;font-weight:800}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.check{display:flex;align-items:flex-start;gap:9px;font-size:12px;color:var(--muted);margin:14px 0}.check input{margin-top:3px}.quote-success{text-align:center;max-width:650px;margin-top:35px;padding:50px}.quote-success>span{display:grid;place-items:center;width:64px;height:64px;margin:auto;border-radius:50%;background:#dff3e7;color:var(--brand);font-size:30px;font-weight:900}.quote-admin-card{display:grid;grid-gap:18px;gap:18px}.quote-admin-head{display:grid;grid-template-columns:1fr auto;grid-gap:22px;gap:22px}.quote-admin-head h3{font-size:20px;margin:8px 0 3px}.quote-admin-head p{margin:0;color:var(--muted);font-size:13px}.quote-admin-meta{display:grid;text-align:right;align-content:start}.quote-admin-meta small,.quote-admin-meta span{color:var(--muted);font-size:12px}.quote-admin-items{display:grid;border-top:1px solid var(--line)}.quote-admin-items>div{display:grid;grid-template-columns:110px 1fr auto;grid-gap:12px;gap:12px;padding:10px 0;border-bottom:1px solid var(--line);align-items:center;font-size:13px}.quote-admin-foot{display:flex;justify-content:space-between;align-items:center;gap:14px}.status-new{background:#fff0cb;color:#6c4b00}.status-assigned,.status-reviewing{background:#e4edf7;color:#284e75}.status-quoted{background:#e8e3f4;color:#56427d}.status-won{background:#dff3e7;color:#126b52}.status-closed,.status-lost{background:#edf0ec;color:#66726b}.priority-urgent{background:#ffe0dc;color:#9a2418}.priority-high{background:#fff0cb;color:#6c4b00}.priority-normal{background:#e4edf7;color:#284e75}.priority-low{background:#edf0ec;color:#66726b}.report-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);grid-gap:18px;gap:18px}.report-bars{display:grid;grid-gap:11px;gap:11px}.report-bars>div{display:grid;grid-template-columns:minmax(145px,1fr) minmax(120px,2fr) 38px;grid-gap:12px;gap:12px;align-items:center;font-size:13px}.report-bars>div>div{height:9px;background:#edf2ee;border-radius:999px;overflow:hidden}.report-bars i{display:block;height:100%;background:linear-gradient(90deg,var(--brand),#67a681);border-radius:inherit}.report-bars strong{text-align:right}.report-splits{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.report-splits>div{display:grid;align-content:start}.report-splits p{display:flex;justify-content:space-between;gap:12px;margin:0;padding:10px 0;border-bottom:1px solid var(--line)}.report-stats .stat strong{font-size:24px}@media(max-width:1000px){.b2b-hero{grid-template-columns:1fr}.supply-card{transform:none}.category-grid{grid-template-columns:repeat(2,1fr)}.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{position:static;display:grid;grid-gap:12px;gap:12px}.catalog-category-links{display:flex;overflow:auto;align-items:flex-start}.catalog-sidebar h2{display:none}.catalog-sidebar a{white-space:nowrap;background:#fff}.filter-disclosure{background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 12px}.filter-disclosure>summary{display:block;padding:13px 2px;font-weight:850;cursor:pointer}.quote-layout{grid-template-columns:1fr}.quote-contact{position:static}.product-detail-grid{grid-template-columns:1fr}.product-detail-art{min-height:340px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.public-nav a:not(.quote-nav){display:none}.public-nav .quote-nav{display:flex;font-size:12px;padding:8px 10px}.section-head{align-items:flex-start;flex-direction:column}.b2b-hero{min-height:auto;padding-top:52px;gap:34px}.b2b-hero h1{font-size:50px;letter-spacing:-2.8px}.hero-actions{display:grid}.trust-row{gap:15px}.catalog-grid,.category-grid,.detail-sections,.process-grid{grid-template-columns:1fr}.catalog-product{grid-template-columns:105px 1fr}.catalog-art small{display:none}.product-card-foot{align-items:flex-start;flex-direction:column}.quote-items article{grid-template-columns:1fr 1fr}.quote-items article>div{grid-column:1/-1}.field-row,.footer-grid{grid-template-columns:1fr}.product-detail-art{min-height:270px}.product-detail-art span{font-size:90px}.quote-admin-head{grid-template-columns:1fr}.quote-admin-meta{text-align:left}.quote-admin-items>div{grid-template-columns:90px 1fr}.quote-admin-items>div>span:last-child{grid-column:2}.quote-admin-foot{align-items:flex-start;flex-direction:column}}.catalog-art,.product-detail-art{overflow:hidden}.catalog-art>img{width:100%;height:100%;object-fit:cover}.product-detail-art>img{width:100%;height:470px;object-fit:cover}.admin-product-form{margin-top:26px}.admin-product-form h2{margin-top:0}.table-wrap{overflow:auto}.table-wrap table{min-width:900px}.b2b-hero-wrap{background:radial-gradient(circle at 75% 18%,rgba(25,119,91,.15),transparent 32%),linear-gradient(180deg,#f7f4ee,#eef3ef)}.home-search{max-width:760px;margin-top:28px}.supply-card>p{color:#d7e7e1}.supply-proof{display:grid;grid-template-columns:34px 1fr;grid-gap:12px;gap:12px;border-top:1px solid rgba(255,255,255,.15);padding-top:16px;margin-top:16px}.supply-proof>span{width:32px;height:32px;border-radius:9px;background:rgba(255,255,255,.12);display:grid;place-items:center;font-weight:900;color:#b9e4d4}.supply-proof p{margin:0;font-size:13px;color:#d7e7e1}.sector-section{background:#102d24;color:#fff}.sector-section .eyebrow{background:rgba(255,255,255,.1);color:#b9e4d4}.sector-section .section-head p{color:#bdc9c2}.sector-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.12);border-radius:24px;overflow:hidden}.sector-card{padding:28px;min-height:230px;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column}.sector-card:nth-child(3n){border-right:0}.sector-card>span{color:#86cbb4;font-weight:900}.sector-card h3{font-size:22px;margin:34px 0 8px}.sector-card p{color:#bdc9c2;margin:0}.sector-card strong{margin-top:auto;color:#fff}.featured-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.featured-product{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;display:grid;grid-template-columns:180px 1fr}.featured-art{background:linear-gradient(145deg,#234f42,#65927f);color:#fff;display:grid;place-items:center;align-content:center;grid-gap:8px;gap:8px}.featured-art>span{font-size:62px;font-weight:950}.featured-art small{font-size:10px;color:#d8e7e1}.featured-product>div:last-child{padding:20px}.featured-product h3{margin:5px 0;font-size:20px}.featured-product p{color:var(--muted);font-size:13px}.featured-product dl{margin:16px 0;display:grid}.featured-product dl>div{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:7px 0;font-size:12px}.featured-product dt{color:var(--muted)}.featured-product dd{margin:0;font-weight:800;text-align:right}.featured-actions{display:flex;gap:8px;flex-wrap:wrap}.process-six{grid-template-columns:repeat(3,1fr)}.process-six article:nth-child(-n+3){border-bottom:1px solid var(--line)}.trust-section{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:50px;gap:50px;align-items:start}.trust-section h2{font-size:38px;line-height:1.05;letter-spacing:-1.5px}.trust-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.trust-grid>div{background:#fff;border:1px solid var(--line);padding:17px;border-radius:14px;display:flex;gap:10px;align-items:center}.trust-grid span{color:var(--brand);font-weight:950}.inquiry-form{max-width:820px;margin-top:30px}@media(max-width:900px){.sector-grid{grid-template-columns:repeat(2,1fr)}.sector-card:nth-child(3n){border-right:1px solid rgba(255,255,255,.12)}.sector-card:nth-child(2n){border-right:0}.featured-grid,.trust-section{grid-template-columns:1fr}}@media(max-width:650px){.process-six,.sector-grid,.trust-grid{grid-template-columns:1fr}.sector-card{border-right:0!important}.featured-product{grid-template-columns:110px 1fr}.featured-art small{display:none}.home-search{display:grid}.trust-section h2{font-size:32px}}.card-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.compare-toolbar{display:flex;justify-content:space-between;align-items:center;margin:24px 0 12px}.compare-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fff}.compare-table{border-collapse:collapse;min-width:760px;width:100%}.compare-table td,.compare-table th{padding:14px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.compare-table th:first-child{width:180px;color:var(--muted)}.compare-table thead th{background:#eef3ef}.compare-table thead th:not(:first-child){font-size:16px}.compare-table thead a{display:block;margin-top:5px}.filter-panel{display:grid;grid-gap:10px;gap:10px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.filter-panel label{display:grid;grid-gap:5px;gap:5px;font-size:12px;font-weight:800;color:var(--muted)}.filter-panel select{width:100%;min-height:40px;border:1px solid var(--line);background:#fff;border-radius:10px;padding:7px;color:var(--ink)}@media(max-width:1000px){.filter-panel{margin-top:0;padding:0 0 12px;border:0;background:#fff}.filter-panel h2{display:none!important}}.solution-hero{background:radial-gradient(circle at 78% 20%,rgba(126,201,176,.3),transparent 28%),linear-gradient(135deg,#102d24,#1d634f);color:#fff;padding:0 0 78px}.solution-hero .breadcrumbs,.solution-hero .breadcrumbs a{color:#c6d9d2}.solution-hero h1{font-size:clamp(48px,7vw,84px);line-height:.96;letter-spacing:-4px;max-width:950px;margin:20px 0}.solution-hero>div>p{font-size:19px;line-height:1.6;color:#cfdfd9;max-width:760px}.solution-hero .btn-ghost{border-color:rgba(255,255,255,.35);color:#fff}.solution-overview{display:grid;grid-template-columns:1fr 1fr;grid-gap:28px;gap:28px;align-items:start}.solution-overview h2{font-size:36px;line-height:1.08;letter-spacing:-1.4px}.check-list{list-style:none;padding:0;margin:20px 0;display:grid;grid-gap:11px;gap:11px}.check-list li{position:relative;padding-left:28px;color:var(--muted)}.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--brand);font-weight:950}.solution-products{background:#e9ede8}.solution-product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.solution-product{display:flex;flex-direction:column;min-height:270px}.solution-product small{color:var(--muted);margin-top:5px}.solution-product h3{font-size:18px;line-height:1.2;margin:18px 0 8px}.solution-product p{font-size:13px;color:var(--muted)}.solution-product>div{display:flex;gap:7px;flex-wrap:wrap;margin-top:auto}.buying-tips{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.buying-tips article{border-top:3px solid var(--brand);background:#fff;padding:24px;border-radius:0 0 16px 16px}.buying-tips span{color:var(--brand);font-weight:950}.buying-tips p{font-size:16px;line-height:1.55;margin:18px 0 0}.text-link{display:inline-block;color:var(--brand);font-weight:850;margin-top:18px}.related-section{padding:54px 0}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.related-grid article{display:flex;flex-direction:column}.related-grid h3{font-size:18px;line-height:1.2;margin:10px 0}.related-grid p{font-size:13px;color:var(--muted)}.related-grid .featured-actions{margin-top:auto}.mobile-product-cta{display:none}.inquiry-admin-card>p{margin:0;padding-top:14px;border-top:1px solid var(--line);white-space:pre-wrap}.status-answered{background:#dff3e7;color:#126b52}@media(max-width:1000px){.related-grid,.solution-product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.solution-hero{padding-bottom:48px}.solution-hero h1{font-size:48px;letter-spacing:-2.5px}.buying-tips,.related-grid,.solution-overview,.solution-product-grid{grid-template-columns:1fr}.mobile-product-cta{position:fixed;z-index:20;left:10px;right:10px;bottom:10px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 35px rgba(16,45,36,.22);padding:10px 10px 10px 14px;display:flex;justify-content:space-between;align-items:center;gap:10px}.mobile-product-cta>span{display:grid;min-width:0}.mobile-product-cta strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-product-cta small{color:var(--muted)}.product-detail{padding-bottom:100px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.language-switcher{display:flex;align-items:center}.language-switcher select{height:36px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);font-weight:850;padding:0 7px;cursor:pointer}@media(max-width:700px){.language-switcher{display:flex!important}.language-switcher select{height:34px;font-size:12px}.topbar-inner{gap:8px}.public-nav{gap:7px}}.locale-editor-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.editor-status{display:flex;justify-content:flex-end;margin:-42px 0 20px}@media(max-width:900px){.locale-editor-grid{grid-template-columns:1fr}.editor-status{justify-content:flex-start;margin:12px 0}}.document-list{display:grid;margin:16px 0 24px}.document-list>div{display:grid;grid-template-columns:1fr auto auto;grid-gap:10px;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.document-list span{display:grid}.document-list small{color:var(--muted)}.document-submit{align-content:end}.product-documents{margin:10px 0 48px}.product-documents>div{display:grid}.product-documents a{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-top:1px solid var(--line)}.product-documents a strong{color:var(--brand)}.privacy-page{padding-top:70px;padding-bottom:80px}.privacy-page>h1{font-size:clamp(48px,7vw,82px);letter-spacing:-4px;line-height:.97;max-width:900px;margin:18px 0}.privacy-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin:34px 0}.privacy-form{max-width:820px;margin-top:24px}.privacy-success{display:grid;grid-gap:5px;gap:5px;max-width:720px;margin-top:24px;padding:24px;border-radius:16px}.privacy-success p{margin-bottom:0}@media(max-width:700px){.privacy-grid{grid-template-columns:1fr}.privacy-page>h1{font-size:48px;letter-spacing:-2.5px}}.privacy-admin-card{display:grid;grid-template-columns:1fr auto;grid-gap:18px;gap:18px}.privacy-admin-card h3{margin:10px 0 4px}.privacy-admin-card p{margin:0;color:var(--muted)}.privacy-admin-card>.notice{grid-column:1/-1;color:#654900}.privacy-actions{grid-column:1/-1;display:flex;justify-content:flex-end}@media(max-width:700px){.privacy-admin-card{grid-template-columns:1fr}.privacy-admin-card>.notice{grid-column:auto}}.category-admin{margin:26px 0}.category-admin-list>details>summary,.category-admin>details>summary{cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 0;font-weight:850}.category-admin-list form,.category-admin>details>form{padding:16px;background:#f6f7f4;border-radius:14px}.category-admin-list{display:grid;margin-top:18px;border-top:1px solid var(--line)}.category-admin-list>details{border-bottom:1px solid var(--line)}.category-admin-list summary span:first-child{display:grid}.category-admin-list summary small{color:var(--muted);font-weight:600}.product-inquiry-section{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:30px;gap:30px;align-items:start;margin:42px 0}.product-inquiry-section h2{font-size:34px;line-height:1.05}.product-inquiry-section .inquiry-form{margin:0;max-width:none}@media(max-width:800px){.product-inquiry-section{grid-template-columns:1fr}}.btn-large{min-height:52px;padding:13px 20px}.simple-home{background:#f8f7f3}.simple-hero{background:linear-gradient(135deg,#f8f7f3,#edf4ef 68%,#f7e9df);border-bottom:1px solid var(--line)}.simple-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);grid-gap:56px;gap:56px;align-items:center;padding-top:70px;padding-bottom:70px}.simple-hero-copy h1{font-size:clamp(52px,6.2vw,78px);line-height:.97;letter-spacing:-4px;max-width:800px;margin:18px 0}.simple-hero-copy h1 em{font-style:normal;color:var(--brand)}.simple-hero-copy>p{font-size:19px;line-height:1.65;color:var(--muted);max-width:720px}.simple-hero-actions{display:flex;flex-wrap:wrap;gap:9px;margin:28px 0 18px}.simple-search{display:flex;max-width:760px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:7px;box-shadow:0 10px 34px rgba(19,45,35,.08)}.simple-search input{flex:1 1;min-width:0;border:0;padding:11px 13px;background:transparent}.simple-search button{border:0;border-radius:10px;background:var(--ink);color:#fff;font-weight:850;padding:10px 18px}.simple-proof{display:flex;gap:22px;flex-wrap:wrap;margin-top:24px}.simple-proof span{display:grid;color:var(--muted);font-size:12px}.simple-proof strong{font-size:15px;color:var(--ink)}.repeat-order-card{background:var(--ink);color:#fff;border-radius:26px;padding:30px;box-shadow:0 24px 65px rgba(13,42,32,.2)}.repeat-order-kicker{color:#9cd7c2;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:1.1px}.repeat-order-card h2{font-size:31px;line-height:1.08;letter-spacing:-1.2px;margin:12px 0 26px}.repeat-order-steps{display:grid;grid-gap:4px;gap:4px}.repeat-order-steps>div{display:grid;grid-template-columns:36px 1fr;grid-gap:12px;gap:12px;padding:14px 0;border-top:1px solid rgba(255,255,255,.13)}.repeat-order-steps b{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:rgba(255,255,255,.1);color:#9cd7c2}.repeat-order-steps span{display:grid}.repeat-order-steps small{color:#bac8c1}.repeat-order-card>a{display:inline-block;margin-top:22px;color:#fff;font-weight:850}.simple-section{padding-top:68px;padding-bottom:68px}.simple-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px}.simple-section-head h2{font-size:36px;letter-spacing:-1.5px;line-height:1.08;margin:11px 0 0}.simple-section-head>a{color:var(--brand);font-weight:850}.customer-type-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.customer-type-grid>a{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;min-height:220px;display:flex;flex-direction:column}.customer-type-grid>a:hover{border-color:#94b6a7;box-shadow:var(--shadow)}.customer-type-grid span{font-size:12px;color:var(--brand);font-weight:900}.customer-type-grid h3{font-size:21px;margin:30px 0 7px}.customer-type-grid p{font-size:14px;color:var(--muted);margin:0}.customer-type-grid strong{margin-top:auto;color:var(--brand)}.home-order-band{background:var(--brand);color:#fff}.home-order-band>.shell{display:flex;justify-content:space-between;gap:38px;align-items:center;padding-top:46px;padding-bottom:46px}.home-order-band .eyebrow{background:rgba(255,255,255,.12);color:#c7eddf}.home-order-band h2{font-size:35px;line-height:1.08;letter-spacing:-1.4px;margin:12px 0 7px}.home-order-band p{margin:0;color:#cbe1d9}.simple-category-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.simple-category-grid>a{border:1px solid var(--line);border-radius:17px;padding:20px;display:grid;min-height:180px}.simple-category-grid>a>div{display:flex;justify-content:space-between;gap:14px}.simple-category-grid span{color:var(--muted);font-size:12px}.simple-category-grid strong{font-size:18px}.simple-category-grid p{color:var(--muted);font-size:13px}.simple-category-grid b{color:var(--brand);align-self:flex-end}.buy-paths{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.buy-paths article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px}.buy-paths article>span{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:#e4f1eb;color:var(--brand);font-weight:950}.buy-paths h3{font-size:25px;margin:24px 0 7px}.buy-paths p{color:var(--muted);max-width:520px}.home-trust{background:#e9ede8}.home-trust>.shell{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:44px;gap:44px;padding-top:58px;padding-bottom:58px}.home-trust h2{font-size:34px;line-height:1.08}.home-trust>.shell>div:last-child{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px}.home-trust>.shell>div:last-child span{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px;font-weight:750}.sector-links{display:flex;flex-wrap:wrap;gap:10px!important;align-items:center;padding-top:35px;padding-bottom:35px}.sector-links>span{font-weight:850}.sector-links a{padding:7px 10px;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:12px;font-weight:750}.customer-auth{min-height:calc(100vh - 76px);display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;align-items:center;max-width:1180px;margin:auto;padding:54px 24px}.customer-auth-copy h1{font-size:clamp(48px,6vw,76px);line-height:.96;letter-spacing:-4px;margin:17px 0}.customer-auth-copy h1 em{font-style:normal;color:var(--brand)}.customer-auth-copy>p{font-size:18px;color:var(--muted)}.customer-auth-copy ul{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.customer-auth-copy li{background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px}.customer-auth-copy li:before{content:"✓";color:var(--brand);font-weight:950;margin-right:8px}.customer-login-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:var(--shadow);display:grid;grid-gap:14px;gap:14px}.customer-login-card h2{font-size:28px;margin:9px 0 4px}.customer-login-card p{color:var(--muted);margin:0}.address-add label,.admin-create-customer label,.customer-login-card>label{display:grid;grid-gap:6px;gap:6px;font-size:13px;font-weight:800}.address-add input,.address-add textarea,.admin-create-customer input,.admin-create-customer select,.customer-login-card input{min-height:46px;border:1px solid #cfd6d0;border-radius:11px;padding:10px 12px;background:#fff}.customer-demo-list{border-top:1px solid var(--line);padding-top:14px;display:grid;grid-gap:7px;gap:7px}.customer-demo-list>span{font-size:12px;color:var(--muted);font-weight:850}.customer-demo-list button{display:grid;grid-template-columns:62px 1fr;border:1px solid var(--line);border-radius:11px;background:#f8f9f7;padding:9px 11px;text-align:left}.customer-demo-list button small{grid-row:1/3;color:var(--brand);font-weight:900;align-self:center}.customer-demo-list button span{font-size:11px;color:var(--muted)}.login-help{font-size:12px!important;text-align:center}.login-help a{color:var(--brand);font-weight:850}.quick-order-page{padding-bottom:70px}.quick-order-hero{display:grid;grid-template-columns:1fr auto;grid-gap:40px;gap:40px;align-items:flex-end;padding-top:44px;padding-bottom:30px}.quick-order-hero h1{font-size:clamp(42px,5vw,64px);line-height:.98;letter-spacing:-3px;margin:14px 0}.quick-order-hero p{color:var(--muted);font-size:17px}.quick-order-help{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;min-width:290px}.quick-order-help>span{font-size:12px;color:var(--muted);font-weight:850}.quick-order-help ol{display:flex;gap:22px;padding-left:19px;font-size:13px}.quick-order-help a{color:var(--brand);font-weight:850}.quick-order-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:20px;gap:20px;align-items:start}.quick-order-products{min-width:0}.quick-order-tools{background:#fff;border:1px solid var(--line);border-radius:17px;padding:14px;display:grid;grid-gap:12px;gap:12px;position:-webkit-sticky;position:sticky;top:88px;z-index:5}.quick-search{display:grid;grid-gap:5px;gap:5px;font-size:12px;font-weight:850}.quick-search input{height:46px;border:1px solid var(--line);border-radius:11px;padding:10px 13px}.quick-categories{display:flex;gap:6px;overflow:auto;padding-bottom:2px}.quick-categories button{border:1px solid var(--line);background:#f7f8f6;border-radius:999px;padding:8px 11px;white-space:nowrap;font-size:12px;font-weight:800}.quick-categories button.active{background:var(--ink);border-color:var(--ink);color:#fff}.quick-results-head{display:flex;justify-content:space-between;align-items:center;padding:16px 3px 10px}.quick-results-head>div{display:grid}.quick-results-head span{font-size:12px;color:var(--muted)}.quick-results-head>a{color:var(--brand);font-size:13px;font-weight:850}.quick-product-list{display:grid;grid-gap:7px;gap:7px}.quick-product{display:grid;grid-template-columns:50px minmax(0,1fr) 125px 130px;grid-gap:13px;gap:13px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:11px}.quick-product.selected{border-color:#63a78e;box-shadow:0 0 0 2px rgba(18,107,82,.08)}.quick-product-id{width:46px;height:46px;background:#e5eee9;color:var(--brand);border-radius:11px;display:grid;place-items:center;font-size:20px;font-weight:950}.quick-product-copy{min-width:0}.quick-product-copy small{font-size:10px;color:var(--brand);font-weight:850}.quick-product-copy h3{font-size:15px;line-height:1.2;margin:3px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quick-product-copy p{font-size:11px;color:var(--muted);margin:0}.quick-product-price{display:grid;text-align:right}.quick-product-price strong{font-size:16px}.quick-product-price span{font-size:10px;color:var(--brand)}.quantity-stepper{display:grid;grid-template-columns:34px 54px 34px;border:1px solid var(--line);border-radius:10px;overflow:hidden}.quantity-stepper button{border:0;background:#edf2ee;font-size:18px;font-weight:900}.quantity-stepper input{width:100%;height:38px;border:0;text-align:center;font-weight:900;-moz-appearance:textfield}.quantity-stepper input::-webkit-inner-spin-button{display:none}.order-summary{position:-webkit-sticky;position:sticky;top:88px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 15px 45px rgba(25,48,38,.09);display:grid;grid-gap:14px;gap:14px}.order-summary-head{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:13px}.order-summary-head>div{display:grid}.order-summary-head span{font-size:12px;color:var(--muted)}.order-lines{display:grid;max-height:220px;overflow:auto}.order-lines>div{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding:9px 0;font-size:12px}.order-lines span{display:grid}.order-lines small{color:var(--muted)}.order-summary-empty{text-align:center;background:#f4f6f3;border-radius:12px;padding:18px}.order-summary-empty>span{display:block;color:var(--brand);font-size:24px}.order-summary-empty p{font-size:12px;color:var(--muted);margin:4px}.order-summary>label{display:grid;grid-gap:5px;gap:5px;font-size:12px;font-weight:850}.order-summary>label>span{font-weight:600;color:var(--muted)}.order-summary input,.order-summary select,.order-summary textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:9px;background:#fff}.order-summary input,.order-summary select{height:43px}.order-total{border-top:1px solid var(--line);padding-top:12px;display:grid;grid-template-columns:1fr auto}.order-total strong{font-size:21px}.order-total small{grid-column:1/-1;color:var(--muted);margin-top:5px}.order-submit{min-height:52px}.secure-note{font-size:10px!important;color:var(--muted);text-align:center;margin:0}.order-success{max-width:640px;margin:70px auto;text-align:center;padding:50px}.order-success>span{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#e1f3e8;color:var(--brand);font-size:30px;margin:auto}.order-success h1{font-size:42px;margin:16px}.order-success>strong{font-size:22px;color:var(--brand)}.order-success>div{display:flex;justify-content:center;gap:8px;margin-top:20px}.account-page{padding-bottom:70px}.account-top{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;padding-top:52px;padding-bottom:30px}.account-top h1{font-size:48px;letter-spacing:-2.5px;margin:12px 0 5px}.account-top p{color:var(--muted)}.account-top-actions{display:flex;gap:8px}.account-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.6fr);grid-gap:22px;gap:22px;align-items:start}.account-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:14px}.account-main>.account-section-head:not(:first-child){margin-top:34px}.account-section-head h2{font-size:29px;margin:8px 0 0}.account-section-head>a{color:var(--brand);font-weight:850}.customer-order-list{display:grid;grid-gap:10px;gap:10px}.customer-order-card{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr 1fr;grid-gap:15px;gap:15px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px;align-items:center}.customer-order-card>div{display:grid}.customer-order-card small{font-size:10px;color:var(--muted)}.customer-order-card strong{font-size:13px}.customer-order-status{display:grid!important;grid-template-columns:12px 1fr!important}.order-dot{width:9px;height:9px;border-radius:50%;background:#9ba59e;margin-top:6px}.order-submitted{background:#fff0cb!important;color:#6c4b00}.order-confirmed,.order-preparing{background:#e4edf7!important;color:#284e75}.order-out_for_delivery,.order-ready{background:#e8e3f4!important;color:#56427d}.order-delivered{background:#dff3e7!important;color:#126b52}.order-cancelled,.order-delivery_failed{background:#fae8e5!important;color:#9b2f2f}.customer-order-actions{display:flex!important;grid-column:1/-1;flex-direction:row;justify-content:flex-end;gap:8px;border-top:1px solid var(--line);padding-top:10px}.address-list .customer-order-actions button,.customer-order-actions a{font-size:12px;font-weight:850;padding:7px 10px;border:0;border-radius:8px;background:#edf0ec;color:var(--ink);cursor:pointer}.address-list .customer-order-actions button:last-of-type{color:#9b2f2f}.customer-order-actions .repeat-link{background:var(--brand);color:#fff}.account-side{display:grid;grid-gap:13px;gap:13px}.account-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:20px}.account-card h2{font-size:23px;margin:9px 0 14px}.account-card dl{margin:0}.account-card dl>div{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:9px 0;font-size:13px}.account-card dt{color:var(--muted)}.account-card dd{margin:0;text-align:right;display:grid;font-weight:800}.account-card dd small{color:var(--brand)}.address-list{display:grid}.address-list article{border-top:1px solid var(--line);padding:12px 0}.address-list article>div{display:flex;justify-content:space-between;gap:10px}.address-list article>div span{font-size:10px;background:#e1f3e8;color:var(--brand);border-radius:999px;padding:3px 6px}.address-list p{font-size:13px;margin:5px 0}.address-list p,.address-list small{color:var(--muted)}.address-list .customer-order-actions{justify-content:flex-start;border:0;padding-top:6px}.address-add{border-top:1px solid var(--line);padding-top:12px}.address-add summary,.admin-create-customer summary{cursor:pointer;color:var(--brand);font-weight:850}.address-add form{display:grid;grid-gap:8px;gap:8px;margin-top:14px}.account-help{background:var(--ink);color:#fff;border-radius:17px;padding:20px}.account-help p{font-size:13px;color:#c9d5ce}.account-help a{color:#9cd7c2;font-weight:850}.order-detail-page{padding-bottom:70px}.order-detail-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.order-detail-head h1{font-size:44px;margin:10px 0 4px;letter-spacing:-2px}.order-detail-head p{color:var(--muted)}.order-detail-grid{display:grid;grid-template-columns:1fr 330px;grid-gap:18px;gap:18px;margin-top:25px;align-items:start}.order-detail-grid h2{margin-top:0}.order-detail-items article{display:grid;grid-template-columns:1fr auto auto;grid-gap:18px;gap:18px;padding:13px 0;border-top:1px solid var(--line);align-items:center}.order-detail-items article>span:first-child{display:grid}.order-detail-items em,.order-detail-items small{font-size:11px;color:var(--muted);font-style:normal}.order-detail-total{display:grid;grid-template-columns:1fr auto;border-top:2px solid var(--ink);padding-top:14px}.order-detail-total strong{font-size:21px}.order-detail-total small{grid-column:1/-1;color:var(--muted)}.order-detail-side{display:grid;grid-gap:12px;gap:12px}.order-detail-side p{color:var(--muted)}.order-timeline{max-width:720px;margin-top:35px}.order-timeline>div{display:grid;grid-template-columns:16px 1fr;grid-gap:12px;gap:12px;position:relative}.order-timeline>div:before{content:"";position:absolute;left:5px;top:15px;bottom:-9px;width:2px;background:var(--line)}.order-timeline>div:last-child:before{display:none}.order-timeline>div>span{width:12px;height:12px;border-radius:50%;background:var(--brand);margin-top:5px;z-index:1}.order-timeline article{display:grid;padding-bottom:20px}.order-timeline small{color:var(--muted)}.order-timeline p{margin:4px 0}.customer-price{display:grid;font-size:16px;font-weight:950;color:var(--ink)}.customer-price small{font-size:9px;color:var(--brand);text-transform:uppercase;letter-spacing:.5px}.customer-price-callout{background:#e6f3ed;border:1px solid #bddbce;border-radius:15px;padding:16px 18px;margin:22px 0;display:grid}.customer-price-callout span{color:var(--brand);font-size:11px;font-weight:900;text-transform:uppercase}.customer-price-callout strong{font-size:30px;letter-spacing:-1px}.customer-price-callout small{color:var(--muted)}.admin-order-stack{margin-top:20px}.admin-order-card{display:grid;grid-gap:14px;gap:14px}.admin-order-card>header{display:flex;justify-content:space-between;gap:20px}.admin-order-card>header h2{font-size:20px;margin:8px 0 3px}.admin-order-card>header p{font-size:12px;color:var(--muted);margin:0}.admin-order-card>header>div:last-child{display:grid;text-align:right}.admin-order-card>header small,.admin-order-card>header time{font-size:11px;color:var(--muted)}.admin-order-items{display:grid;border-top:1px solid var(--line)}.admin-order-items>div{display:grid;grid-template-columns:100px 1fr auto auto;grid-gap:12px;gap:12px;padding:9px 0;border-bottom:1px solid var(--line);font-size:12px}.admin-order-card>footer{display:flex;justify-content:space-between;gap:16px;align-items:flex-end}.admin-order-card>footer>div{display:grid;color:var(--muted);font-size:12px}.order-admin-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.admin-create-customer{margin:22px 0}.admin-create-customer>form{margin-top:12px}.customer-admin-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.customer-admin-card>header{display:flex;justify-content:space-between;gap:16px}.customer-admin-card h2{font-size:21px;margin:8px 0 2px}.customer-admin-card header p{margin:0;color:var(--muted);font-size:12px}.customer-admin-card dl{margin:15px 0 0}.customer-admin-card dl>div{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:8px 0;font-size:12px}.customer-admin-card dt{color:var(--muted)}.customer-admin-card dd{margin:0;text-align:right;display:grid;font-weight:800}.customer-admin-card dd small{color:var(--brand)}.mobile-bottom-nav{display:none}@media(max-width:1050px){.simple-hero-grid{grid-template-columns:1fr;gap:30px}.repeat-order-card{max-width:700px}.customer-type-grid{grid-template-columns:repeat(2,1fr)}.quick-order-layout{grid-template-columns:1fr}.order-summary{position:static}.account-grid{grid-template-columns:1fr}.customer-order-card{grid-template-columns:repeat(3,1fr)}.customer-admin-grid,.order-detail-grid{grid-template-columns:1fr}}@media(max-width:700px){body{padding-bottom:72px}.site-footer{margin-bottom:0}.topbar-inner{height:60px}.brand{font-size:19px}.brand-mark{width:31px;height:31px}.public-nav>a{display:none!important}.public-nav .quote-nav{display:flex!important}.simple-hero-grid{padding-top:34px;padding-bottom:38px;gap:24px}.simple-hero-copy h1{font-size:45px;letter-spacing:-2.4px}.simple-hero-copy>p{font-size:16px}.simple-hero-actions{display:grid;grid-template-columns:1fr}.simple-hero-actions .btn{width:100%}.simple-search{display:grid}.simple-search button{min-height:44px}.simple-proof{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.repeat-order-card{padding:23px}.repeat-order-card h2{font-size:25px}.simple-section{padding-top:42px;padding-bottom:42px}.simple-section-head{align-items:flex-start;flex-direction:column}.simple-section-head h2{font-size:29px}.buy-paths,.customer-type-grid,.home-trust>.shell,.home-trust>.shell>div:last-child,.simple-category-grid{grid-template-columns:1fr}.customer-type-grid>a{min-height:170px}.home-order-band>.shell{align-items:flex-start;flex-direction:column}.home-order-band h2{font-size:29px}.customer-auth{grid-template-columns:1fr;padding-top:30px;gap:24px}.customer-auth-copy h1{font-size:43px;letter-spacing:-2.2px}.customer-auth-copy ul{grid-template-columns:1fr}.customer-login-card{padding:20px}.quick-order-hero{grid-template-columns:1fr;gap:14px;padding-top:30px}.quick-order-hero h1{font-size:40px;letter-spacing:-2px}.quick-order-help{display:none}.quick-order-tools{top:68px;padding:10px}.quick-product{grid-template-columns:42px minmax(0,1fr) 108px}.quick-product-id{width:40px;height:40px}.quick-product-price{grid-column:2;text-align:left}.quantity-stepper{grid-column:3;grid-row:1/3;align-self:center}.quick-product-copy h3{white-space:normal}.order-summary{border-radius:14px}.account-top{align-items:flex-start;flex-direction:column;padding-top:30px}.account-top h1{font-size:39px}.account-top-actions{width:100%}.account-top-actions>a{flex:1 1}.customer-order-card{grid-template-columns:1fr 1fr}.customer-order-status{grid-column:1/-1}.order-detail-head{align-items:flex-start;flex-direction:column}.order-detail-head h1{font-size:35px}.order-detail-items article{grid-template-columns:1fr auto}.order-detail-items article>b{grid-column:2}.admin-order-card>footer,.admin-order-card>header{flex-direction:column;align-items:flex-start}.admin-order-card>header>div:last-child{text-align:left}.admin-order-items>div{grid-template-columns:80px 1fr}.admin-order-items>div>b,.admin-order-items>div>span:nth-child(3){grid-column:2}.order-admin-actions{justify-content:flex-start}.mobile-bottom-nav{position:fixed;z-index:40;left:0;right:0;bottom:0;height:66px;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);padding:5px 7px max(5px,env(safe-area-inset-bottom))}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;font-size:10px;font-weight:800;color:var(--muted)}.mobile-bottom-nav a>span{font-size:19px;line-height:1}.mobile-bottom-nav .mobile-order-action{background:var(--brand);color:#fff;border-radius:13px;margin:-12px 5px 2px;box-shadow:0 8px 20px rgba(18,107,82,.25)}.mobile-product-cta{bottom:74px}.site-footer{padding-bottom:25px}}.quote-operation-details{margin-top:14px;border-top:1px solid var(--line);padding-top:12px}.quote-operation-details summary{cursor:pointer;font-weight:850;color:var(--brand);list-style-position:inside}.quote-operation-form{display:grid;grid-gap:13px;gap:13px;margin-top:16px;background:#f7f9f7;border:1px solid var(--line);border-radius:14px;padding:16px}.quote-price-editor{display:grid;grid-gap:7px;gap:7px}.quote-price-editor>strong{margin-bottom:3px}.quote-price-editor label{display:grid;grid-template-columns:minmax(0,1fr) 230px;grid-gap:15px;gap:15px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:10px;padding:10px}.quote-price-editor label>span{display:grid;grid-gap:2px;gap:2px}.quote-price-editor em,.quote-price-editor small{font-size:11px;color:var(--muted);font-style:normal}.quote-price-editor label>span:last-child{grid-template-columns:1fr auto;align-items:center}.quote-operation-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.quote-operation-actions>strong{margin-left:auto}.success{color:#126b52;font-weight:800}.error{color:#a22f2f;font-weight:800}.quote-document-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.quote-timeline{border:1px solid var(--line);border-radius:12px;padding:12px 14px;background:#fbfcfb}.quote-timeline summary{cursor:pointer;font-weight:800;color:var(--ink)}.timeline-list{display:grid;grid-gap:8px;gap:8px;margin-top:12px}.timeline-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:3px 16px;gap:3px 16px;border-top:1px solid var(--line);padding-top:9px}.timeline-list article>small,.timeline-list article>span{color:var(--muted);font-size:12px}.timeline-list article>p{grid-column:1/-1;margin:2px 0;font-size:13px}.timeline-list article>small{grid-column:1/-1}.favorite-control{display:inline-grid;gap:3px}.favorite-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--brand);padding:7px 12px;font:inherit;font-weight:800;cursor:pointer}.favorite-button span{font-size:20px;line-height:1}.favorite-button em{font-style:normal;font-size:12px}.favorite-button.is-favorite{background:#fff4ef;border-color:#e6b9a5;color:#a54126}.favorite-button:disabled{opacity:.55;cursor:wait}.favorite-compact{width:38px;padding:5px}.favorite-control>.error{font-size:10px}.favorite-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:26px}.favorite-product-card{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:start}.favorite-product-card h3{margin:5px 0}.favorite-product-card>div:last-child{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap}.csv-import-card{margin:18px 0}.csv-import-card>summary{cursor:pointer;font-weight:850;color:var(--brand)}.csv-import-card>div{display:grid;grid-gap:12px;gap:12px;margin-top:15px}.csv-import-card form{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.csv-import-card .field{min-width:min(100%,420px)}.csv-error-list{margin:0;padding-left:22px;color:#8b2f2f;font-size:13px}.csv-error-list li+li{margin-top:5px}.inventory-tools{display:flex;gap:15px;align-items:center;margin:24px 0 14px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px}.inventory-tools>input{flex:1 1;min-width:180px}.inventory-tools .check{margin:0}.inventory-list{display:grid;grid-gap:8px;gap:8px}.inventory-row{display:grid;grid-template-columns:minmax(210px,1.4fr) 70px repeat(4,minmax(85px,.55fr)) minmax(120px,.65fr) minmax(150px,1fr) auto;grid-gap:9px;gap:9px;align-items:end;background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px}.inventory-available,.inventory-reserved,.inventory-row label{display:grid;grid-gap:4px;gap:4px}.inventory-available>span,.inventory-reserved>span,.inventory-row label>span{font-size:10px;color:var(--muted);font-weight:800}.inventory-row input{min-width:0;width:100%;padding:8px}.inventory-product{display:grid;grid-gap:2px;gap:2px}.inventory-product small{color:var(--muted)}.inventory-check{align-self:center!important;display:flex!important;align-items:center;gap:5px}.inventory-check input{width:auto}.inventory-low{border-color:#e3b454;background:#fffaf0}.inventory-row>.badge,.inventory-row>.error,.inventory-row>.success{grid-column:1/-1;justify-self:start}.settings-form{display:grid;grid-gap:16px;gap:16px;max-width:860px;margin-top:24px}.settings-form>div:last-child{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.order-finance-panel{border-top:1px solid var(--line);padding:13px 18px}.order-finance-panel summary{cursor:pointer;font-weight:850;color:var(--brand)}.order-finance-panel summary span{float:right;color:var(--muted);font-size:12px}.finance-overview{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin:14px 0}.finance-overview>div{display:grid;background:#f4f7f4;border-radius:9px;padding:9px}.finance-overview span{font-size:10px;color:var(--muted)}.finance-inline{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr)) auto;align-items:end;grid-gap:9px;gap:9px;padding:12px 0;border-top:1px solid var(--line)}.finance-inline label{display:grid;grid-gap:4px;gap:4px;font-size:11px;font-weight:800}.finance-inline .check{display:flex;align-items:center}.finance-inline input{min-width:0;padding:8px}.support-request-form{display:grid;grid-template-columns:minmax(240px,1fr) minmax(160px,.5fr) minmax(260px,1.2fr) auto;grid-gap:15px;gap:15px;align-items:end;margin:35px 0}.support-request-form h2{margin:5px 0}.support-request-form p{margin:0;color:var(--muted)}.support-request-form label{display:grid;grid-gap:5px;gap:5px}.support-success{display:flex;gap:12px;align-items:center;margin:30px 0}.support-case header{display:flex;justify-content:space-between;gap:20px}.support-case header h2{margin:8px 0 4px}.support-case header p{margin:0;color:var(--muted)}.support-case header>div:last-child{display:grid;text-align:right}.support-case-actions{display:grid;grid-template-columns:180px 200px 1fr auto;grid-gap:8px;gap:8px;border-top:1px solid var(--line);padding-top:12px}.support-case-actions input,.support-case-actions select{min-width:0}@media(max-width:1100px){.inventory-row{grid-template-columns:1.5fr repeat(3,1fr)}.inventory-note{grid-column:1/4}.inventory-row>.btn{grid-column:4}.inventory-check{grid-row:2}.quote-price-editor label{grid-template-columns:1fr}}@media(max-width:700px){.quote-operation-form .field-row{grid-template-columns:1fr}.quote-operation-actions>strong{margin-left:0;width:100%}.inventory-tools{align-items:stretch;flex-direction:column}.inventory-row{grid-template-columns:1fr 1fr}.inventory-note,.inventory-product{grid-column:1/-1}.inventory-row>.btn{grid-column:2}.inventory-check{grid-row:auto}.inventory-row input{font-size:16px}.finance-overview{grid-template-columns:1fr 1fr}.finance-inline{grid-template-columns:1fr}.order-finance-panel summary span{float:none;display:block}.support-case-actions,.support-request-form{grid-template-columns:1fr}.support-case header{flex-direction:column}.support-case header>div:last-child{text-align:left}.favorite-product-grid{grid-template-columns:1fr}}.customer-pricing-admin{display:grid;grid-gap:14px;gap:14px;margin-top:24px}.customer-pricing-admin>.card>h2{margin-top:0}.customer-pricing-admin label{display:grid;grid-gap:6px;gap:6px;font-size:13px;font-weight:800;margin-bottom:12px}.customer-pricing-admin input,.customer-pricing-admin select{min-height:45px;border:1px solid #cfd6d0;border-radius:11px;padding:9px 11px;background:#fff}.special-price-list{display:grid}.special-price-list>div{display:grid;grid-template-columns:1fr auto auto;grid-gap:14px;gap:14px;align-items:center;padding:11px 0;border-top:1px solid var(--line)}.special-price-list span{display:grid}.special-price-list small{color:var(--muted)}.catalog-search-wrap{position:relative;max-width:760px}.catalog-suggestions{position:absolute;z-index:30;left:0;right:0;top:calc(100% + 7px);background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 20px 55px rgba(17,45,34,.18);padding:7px;display:grid;max-height:420px;overflow:auto}.catalog-suggestions>a{display:grid;padding:9px 11px;border-radius:10px}.catalog-suggestions>a:hover{background:#edf3ef}.catalog-suggestions span{font-size:9px;color:var(--brand);font-weight:850}.catalog-suggestions strong{font-size:13px}.catalog-suggestions .all-search-results{color:var(--brand);font-weight:850;border-top:1px solid var(--line);border-radius:0;margin-top:4px}.sales-hero{background:radial-gradient(circle at 78% 15%,rgba(255,107,74,.13),transparent 30%),linear-gradient(145deg,#f7f6f1,#eaf2ed);border-bottom:1px solid var(--line)}.sales-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);grid-gap:56px;gap:56px;align-items:center;padding-top:58px;padding-bottom:58px}.sales-hero-copy h1{font-size:clamp(54px,6.5vw,82px);line-height:.91;letter-spacing:-4.6px;margin:17px 0 21px}.sales-hero-copy h1 em{font-style:normal;color:var(--brand)}.sales-hero-copy>p{font-size:18px;color:var(--muted);max-width:670px}.sales-search{margin-top:24px;max-width:760px}.hero-category-links{display:flex;gap:7px;overflow:auto;margin-top:11px;padding-bottom:3px}.hero-category-links a{white-space:nowrap;background:rgba(255,255,255,.78);border:1px solid var(--line);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.sales-hero-actions{display:flex;gap:9px;margin-top:22px}.hero-products{background:#14271f;color:#fff;border-radius:26px;box-shadow:0 28px 70px rgba(16,47,36,.22)}.hero-products-head{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:2px 3px 15px}.hero-products-head span{color:#9fc8b8;font-size:11px}.hero-products-head strong{font-size:12px}.hero-products>div{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.hero-products>div>a{background:#fff;color:var(--ink);border-radius:14px;overflow:hidden;min-width:0}.hero-products img{width:100%;height:136px;display:block;object-fit:contain;background:#f7f7f4;padding:8px}.hero-products a>span{display:grid;padding:10px 11px}.hero-products a small{color:var(--brand);font-size:9px;font-weight:900}.hero-products a strong{font-size:12px;line-height:1.25}.hero-products>p{font-size:11px;color:#b9c9c1;margin:14px 3px 1px}.featured-sales{background:#edf0ec}.sales-product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.sales-product-grid>article{border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column}.sales-product-image{height:210px;background:#f8f8f5;display:grid;place-items:center}.sales-product-image img{width:100%;height:100%;object-fit:contain;padding:14px}.sales-product-grid article>div{padding:17px;display:flex;flex:1 1;flex-direction:column}.sales-product-grid small{font-size:10px;color:var(--brand);font-weight:900}.sales-product-grid h3{font-size:17px;line-height:1.18;margin:6px 0}.sales-product-grid p{font-size:12px;color:var(--muted);margin:0 0 10px}.sales-product-grid article>div>span{font-size:11px;font-weight:750;margin-top:auto;padding:10px 0}.request-add{display:flex;gap:8px;align-items:stretch}.request-add>label{display:grid;grid-template-columns:34px 48px 34px;border:1px solid var(--line);border-radius:11px;overflow:hidden;background:#fff}.request-add>label button{border:0;background:#edf0ec;font-weight:900}.request-add>label input{width:100%;min-width:0;border:0;text-align:center;font-weight:850;-moz-appearance:textfield}.request-add>label input::-webkit-inner-spin-button{display:none}.request-add>.btn{flex:1 1}.request-add.compact>label{grid-template-columns:28px 38px 28px}.request-add.compact>label button{font-size:13px}.request-add.compact>label input{font-size:12px}.sales-product-grid .request-add{display:grid}.sales-product-grid .request-add>label{height:38px}.sales-product-grid .request-add>.btn{min-height:42px;font-size:11px}.order-in-three{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:50px;gap:50px;align-items:center}.order-in-three h2{font-size:40px;line-height:1.05;letter-spacing:-1.8px}.order-in-three ol{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.order-in-three li{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;display:grid;grid-gap:22px;gap:22px}.order-in-three li>b{width:34px;height:34px;border-radius:10px;background:#e4f1eb;color:var(--brand);display:grid;place-items:center}.order-in-three li span{display:grid}.order-in-three li small{font-size:11px;color:var(--muted);margin-top:3px}.contact-choice{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding-bottom:68px}.contact-choice>div{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px}.contact-choice>div:last-child{background:var(--ink);color:#fff}.contact-choice>div:last-child p{color:#bfd0c7}.contact-choice h2{font-size:29px;line-height:1.08;margin:15px 0 7px}.contact-choice p{color:var(--muted);margin:0 0 22px}.request-price-note{background:#f3f6f3;border-radius:10px;padding:11px;font-size:11px;color:var(--muted)}.order-detail-actions{display:flex;gap:8px;align-items:flex-start;flex-wrap:wrap}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:1050px){.sales-hero-grid{grid-template-columns:1fr}.hero-products{max-width:760px}.sales-product-grid{grid-template-columns:1fr 1fr}.order-in-three{grid-template-columns:1fr}}@media(max-width:700px){.sales-hero-grid{padding-top:30px;padding-bottom:34px;gap:25px}.sales-hero-copy h1{font-size:47px;letter-spacing:-2.8px}.sales-hero-copy>p{font-size:15px}.sales-search{display:flex}.sales-search button{min-width:92px}.sales-hero-actions{display:grid}.hero-products{padding:14px;border-radius:20px}.hero-products img{height:105px}.hero-products a strong{font-size:10px}.contact-choice,.order-in-three ol,.sales-product-grid{grid-template-columns:1fr}.sales-product-grid>article{display:grid;grid-template-columns:130px 1fr}.sales-product-image{height:100%;min-height:230px}.order-in-three h2{font-size:32px}.order-in-three ol{gap:7px}.order-in-three li{grid-template-columns:38px 1fr;gap:10px;align-items:center}.contact-choice{padding-bottom:42px}.contact-choice>div{padding:23px}.request-add{display:grid}.request-add>label{height:42px}.order-detail-actions,.order-detail-actions button,.order-detail-actions>.btn,.order-detail-actions>div{width:100%}}.hero-category-links,.hero-products,.sales-hero-copy,.sales-product-grid>*{min-width:0}.hero-products,.sales-hero-copy{max-width:100%}.hero-products strong,.sales-hero-copy h1,.sales-product-grid h3{overflow-wrap:anywhere}.brand-logo{width:46px;height:46px;object-fit:contain;filter:drop-shadow(0 4px 9px rgba(9,48,71,.12))}.brand-wordmark{display:grid;line-height:1;color:#0a3556;font-size:18px;letter-spacing:-.65px}.brand-name{white-space:nowrap}.brand-wordmark small{letter-spacing:.9px;text-transform:uppercase;color:#54838a;margin-top:4px;white-space:nowrap}.brand-dot{color:#b79048}@media(max-width:700px){.brand-logo{width:40px;height:40px}.brand-wordmark{font-size:15px}.brand-wordmark small{font-size:6px;letter-spacing:.65px}}.contact-actions{display:flex;gap:8px;flex-wrap:wrap}.address-list .customer-order-actions{align-items:flex-start;flex-wrap:wrap}.address-edit{position:relative}.address-edit summary{list-style:none;font-size:12px;font-weight:850;padding:7px 10px;border-radius:8px;background:#edf0ec;cursor:pointer}.address-edit form{position:absolute;right:0;z-index:4;width:280px;display:grid;grid-gap:7px;gap:7px;padding:13px;margin-top:6px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 14px 35px #163d2b22}.address-edit label{display:grid;grid-gap:3px;gap:3px;font-size:11px}.address-edit input,.address-edit textarea{width:100%}@media(max-width:700px){.address-edit form{position:fixed;left:14px;right:14px;top:90px;width:auto;max-height:calc(100vh - 120px);overflow:auto}}.quote-items article{grid-template-columns:minmax(150px,1fr) 90px 100px minmax(150px,.8fr) auto}.quote-success-items{display:grid;text-align:left;grid-gap:7px;gap:7px;margin:18px 0 24px}.quote-success-items>div{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--line);padding-top:8px}.quote-success-items span{color:var(--muted)}.quote-admin-items strong small{display:block;color:var(--muted);font-weight:500;margin-top:3px}@media(max-width:700px){.quote-items article{grid-template-columns:1fr 1fr}.quote-items article>label:nth-of-type(3){grid-column:1/-1}.quote-success-items>div{display:grid;grid-gap:2px;gap:2px}}.request-status-form{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:12px;gap:12px;align-items:end;margin-top:28px}.request-status-form label{display:grid;grid-gap:5px;gap:5px;font-weight:800}.request-status-form .error{grid-column:1/-1}.request-status-result{margin-top:16px}.request-status-result h2{margin:12px 0 4px}.request-status-result>div{display:grid;grid-template-columns:100px 1fr auto;grid-gap:12px;gap:12px;border-top:1px solid var(--line);padding:10px 0}.request-status-result>div small{grid-column:2/-1;color:var(--muted)}@media(max-width:700px){.request-status-form{grid-template-columns:1fr}.request-status-result>div{grid-template-columns:80px 1fr}.request-status-result>div small,.request-status-result>div>span:nth-of-type(2){grid-column:2}}@media(max-width:900px){.report-grid{grid-template-columns:1fr}}@media(max-width:700px){.report-splits{grid-template-columns:1fr}.report-bars>div{grid-template-columns:1fr 34px}.report-bars>div>div{grid-row:2;grid-column:1/-1}.report-bars>div>strong{grid-column:2;grid-row:1}}.catalog-page{--catalog-ink:#09243b;--catalog-blue:#0d5b82;--catalog-gold:#b79048;background:#f4f5f3;color:var(--catalog-ink)}.catalog-page .catalog-head{padding:54px 0 34px;background:linear-gradient(118deg,#071f33,#0b3651 62%,#12576a);color:#fff;border-bottom:0}.catalog-head-inner{display:grid;grid-template-columns:minmax(340px,.8fr) minmax(520px,1.2fr);grid-gap:34px 52px;gap:34px 52px;align-items:flex-end}.catalog-title .eyebrow{background:#ffffff12;color:#c9e4ee;border:1px solid #ffffff18}.catalog-title h1{font-size:clamp(42px,5vw,64px);line-height:.98;letter-spacing:-3.3px;margin:17px 0 14px;max-width:650px}.catalog-title p{color:#c8d7df;font-size:16px;line-height:1.6;margin:0;max-width:610px}.catalog-head .catalog-search-wrap{max-width:none}.catalog-command-search{display:flex;background:#fff;border-radius:15px;padding:7px;box-shadow:0 20px 50px #00111f55}.catalog-command-search input{flex:1 1;min-width:0;border:0;background:transparent;padding:13px 15px;font-size:16px;color:#102638}.catalog-command-search button{border:0;border-radius:10px;padding:0 20px;background:#d79d38;color:#102638;font-weight:900}.catalog-head .catalog-suggestions{color:var(--ink)}.catalog-shortcuts{grid-column:1/-1;display:flex;gap:7px;overflow:auto;padding-bottom:2px}.catalog-shortcuts a{display:flex;align-items:center;gap:9px;white-space:nowrap;border:1px solid #ffffff20;background:#ffffff0b;color:#d7e5eb;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:750}.catalog-shortcuts a.active,.catalog-shortcuts a:hover{background:#fff;color:#09243b}.catalog-shortcuts span{font-size:10px;opacity:.65}.catalog-workspace{display:grid;grid-template-columns:224px minmax(0,1fr);grid-gap:36px;gap:36px;align-items:start;padding-top:34px;padding-bottom:76px}.catalog-page .catalog-sidebar{top:96px;gap:16px}.catalog-page .catalog-sidebar h2{color:#6e7b83;font-size:11px;letter-spacing:1.4px}.catalog-page .catalog-category-links{gap:2px}.catalog-page .catalog-sidebar a{border-radius:8px;padding:9px 10px;color:#66747b;font-size:13px}.catalog-page .catalog-sidebar a.active{background:#09243b}.catalog-page .filter-panel{border-color:#d8ddda}.catalog-results{min-width:0}.catalog-results-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:20px;border-bottom:1px solid #d8ddda}.catalog-results-head>div>span{font-size:13px;color:#718088;font-weight:750}.catalog-results-head h2{font-size:30px;letter-spacing:-1.2px;margin:3px 0 0}.catalog-list-link{display:flex;align-items:center;gap:28px;border-bottom:2px solid var(--catalog-gold);padding:8px 0;font-size:13px;font-weight:900}.catalog-list-link b{font-size:20px}.catalog-section-label{display:flex;align-items:center;gap:12px;margin:25px 0 12px}.catalog-section-label span{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:1.25px}.catalog-section-label i{font-style:normal;color:#849097;font-size:11px}.verified-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.visual-product-card{display:grid;grid-template-columns:190px minmax(0,1fr);background:#fff;border:1px solid #dce1df;border-radius:13px;overflow:hidden;min-height:275px}.visual-product-image{background:#f0f1ee;display:grid;place-items:center}.visual-product-image img{width:100%;height:100%;object-fit:contain;padding:13px}.visual-product-copy{padding:18px;display:flex;flex-direction:column;min-width:0}.visual-product-copy>span{font-size:10px;color:var(--catalog-blue);font-weight:900;text-transform:uppercase;letter-spacing:.55px}.visual-product-copy h3{font-size:19px;line-height:1.18;margin:7px 0}.visual-product-copy p{font-size:12px;color:#68777e;margin:0 0 9px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.visual-product-copy>strong{font-size:11px;margin-top:auto;padding:8px 0;color:#41515a}.visual-product-copy .request-add{display:grid}.visual-product-copy .request-add>label{height:37px}.visual-product-copy .request-add>.btn{background:#09243b;min-height:40px}.technical-product-list{background:#fff;border:1px solid #dce1df;border-radius:13px;overflow:hidden}.technical-product{display:grid;grid-template-columns:104px minmax(260px,1fr) minmax(230px,310px);grid-gap:20px;gap:20px;min-height:205px;padding:20px;border-bottom:1px solid #e1e5e3}.technical-product:last-child{border-bottom:0}.technical-product:hover{background:#fbfcfb}.technical-product-id{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#eef1f1;border-radius:9px;min-height:145px;overflow:hidden}.technical-product-id>span{display:grid;place-items:center;width:46px;height:46px;border:1px solid #b7c3c7;border-radius:50%;font-size:13px;font-weight:900;letter-spacing:1px;color:#57717e}.technical-product-id img{width:100%;height:110px;object-fit:contain;background:#f3f3f0;padding:6px}.technical-product-id small{font-size:9px;font-weight:900;letter-spacing:.65px;color:#49616d}.technical-product-copy{min-width:0;padding:3px 0}.technical-product-copy>span{font-size:10px;text-transform:uppercase;letter-spacing:.8px;color:var(--catalog-blue);font-weight:900}.technical-product-copy h3{font-size:20px;letter-spacing:-.35px;line-height:1.18;margin:5px 0}.technical-product-copy p{font-size:12px;line-height:1.5;color:#68777e;margin:0;max-width:640px}.technical-product-copy dl{display:flex;flex-wrap:wrap;gap:7px;margin:15px 0 0}.technical-product-copy dl>div{display:flex;gap:5px;background:#f0f3f3;border-radius:5px;padding:5px 7px;font-size:10px}.technical-product-copy dt{color:#75838a}.technical-product-copy dd{margin:0;font-weight:850}.technical-product-order{border-left:1px solid #e0e4e2;padding-left:20px;display:flex;flex-direction:column;align-items:stretch}.supply-status{align-self:flex-start;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.55px;background:#e8eeeb;color:#355249}.status-in_stock{background:#dff1e7;color:#125c36}.status-incoming{background:#e5edf5;color:#265779}.status-on_request{background:#f4ead8;color:#705322}.technical-product-order>strong{font-size:12px;margin:11px 0 2px}.technical-product-order>small{font-size:11px;color:#748188;margin-bottom:auto}.technical-product-order>.customer-price{margin-bottom:auto}.technical-product-order .request-add{display:grid;margin-top:11px}.technical-product-order .request-add>label{height:38px}.technical-product-order .request-add>.btn{background:#09243b;min-height:40px;font-size:11px}.technical-secondary{display:flex;align-items:center;justify-content:flex-end;gap:9px;margin-top:8px}.technical-secondary>a{font-size:10px;font-weight:850;color:#526873}.catalog-pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-top:18px}.catalog-pagination a{font-size:12px;font-weight:900;color:var(--catalog-blue)}.catalog-pagination a:last-child{text-align:right}.catalog-pagination strong{font-size:11px;color:#758188}.catalog-empty{text-align:center;background:#fff;border:1px solid #dce1df;border-radius:14px;padding:55px 24px;margin-top:24px}.catalog-empty>span{font-size:54px;color:#b9c2c4}.catalog-empty h2{font-size:25px}.catalog-empty p{color:#77848a}@media(max-width:1050px){.catalog-head-inner,.catalog-workspace{grid-template-columns:1fr}.catalog-page .catalog-sidebar{position:static}.catalog-page .catalog-category-links{display:flex;overflow:auto}.catalog-page .catalog-category-links a{background:#fff}.catalog-page .catalog-category-links a.active{background:#09243b}.catalog-page .filter-disclosure{background:#fff}.visual-product-card{grid-template-columns:150px 1fr}.technical-product{grid-template-columns:86px minmax(240px,1fr) 240px}}@media(max-width:700px){.catalog-page .catalog-head{padding:30px 0 24px}.catalog-head-inner{gap:22px}.catalog-title h1{font-size:39px;letter-spacing:-2px}.catalog-title p{font-size:14px}.catalog-command-search{display:grid}.catalog-command-search input{font-size:16px;padding:11px}.catalog-command-search button{min-height:44px}.catalog-shortcuts{margin-right:-24px}.catalog-workspace{padding-top:20px;padding-bottom:42px;gap:20px}.catalog-results-head{align-items:flex-start}.catalog-results-head h2{font-size:25px}.catalog-list-link{gap:9px}.verified-product-grid{grid-template-columns:1fr}.visual-product-card{grid-template-columns:122px 1fr;min-height:245px}.visual-product-copy{padding:14px}.visual-product-copy h3{font-size:16px}.technical-product-list{border:0;background:transparent;display:grid;grid-gap:10px;gap:10px}.technical-product{grid-template-columns:72px minmax(0,1fr);gap:12px;padding:14px;min-height:0;border:1px solid #dce1df;border-radius:12px;background:#fff}.technical-product-id{min-height:96px}.technical-product-id>span{width:39px;height:39px}.technical-product-copy{padding:0}.technical-product-copy h3{font-size:16px}.technical-product-copy p{font-size:11px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.technical-product-copy dl{margin-top:9px}.technical-product-order{grid-column:1/-1;border-left:0;border-top:1px solid #e0e4e2;padding:11px 0 0;display:grid;grid-template-columns:1fr 1.4fr;grid-gap:7px;gap:7px;align-items:center}.technical-product-order>.customer-price,.technical-product-order>small,.technical-product-order>strong{margin:0}.technical-product-order .request-add{grid-column:1/-1;grid-template-columns:116px 1fr;margin-top:2px}.technical-product-order .request-add>label{height:42px}.technical-secondary{grid-column:1/-1}.catalog-pagination{padding:0 4px}}.catalog-page{--catalog-ink:#17191c;--catalog-blue:#155eef;--catalog-gold:#155eef;background:#f7f7f6;color:#17191c}.catalog-page .catalog-head{padding:46px 0 28px;background:#fff;color:#17191c;border-bottom:1px solid #e5e5e2}.catalog-head-inner{grid-template-columns:minmax(350px,.82fr) minmax(520px,1.18fr)}.catalog-title .eyebrow{background:#f1f3f5;color:#4c535b;border:0}.catalog-title h1{font-size:clamp(40px,4.5vw,58px);letter-spacing:-3px;max-width:610px}.catalog-title p{color:#666b70;font-size:15px}.catalog-command-search{border:1px solid #cfd3d7;border-radius:10px;box-shadow:0 10px 30px #15181b10;padding:5px}.catalog-command-search input{color:#17191c}.catalog-command-search button{border-radius:7px;background:#155eef;color:#fff}.catalog-shortcuts a{border:1px solid #dedfdf;background:#fff;color:#4e5459;border-radius:7px}.catalog-shortcuts a.active,.catalog-shortcuts a:hover{border-color:#17191c;background:#17191c;color:#fff}.catalog-workspace{grid-template-columns:210px minmax(0,1fr);gap:38px}.catalog-page .catalog-sidebar a.active{background:#17191c;color:#fff}.catalog-results-head{border-color:#dedfdf}.catalog-results-head h2{font-size:28px}.catalog-list-link{border-color:#155eef;color:#155eef}.catalog-section-label span{color:#555b60}.catalog-section-label i{color:#92969a}.verified-product-grid{gap:14px}.visual-product-card{grid-template-columns:210px minmax(0,1fr);border-color:#dedfdf;border-radius:8px;min-height:285px;box-shadow:0 8px 24px #17191c0a}.visual-product-image{background:#f4f4f2}.visual-product-copy{padding:22px}.technical-product-copy>span,.visual-product-copy>span{color:#155eef}.visual-product-copy h3{font-size:20px}.visual-product-copy p{color:#6d7276}.technical-product-order .request-add>.btn,.visual-product-copy .request-add>.btn{background:#155eef;border-radius:7px}.request-add>label{border-radius:7px}.request-add>label button{background:#f1f2f2}.technical-product-list{border-color:#dedfdf;border-radius:8px;box-shadow:0 8px 24px #17191c08}.technical-product{grid-template-columns:minmax(320px,1fr) minmax(230px,290px);gap:28px;min-height:170px;padding:22px 24px;border-color:#e7e7e5}.technical-product.has-image{grid-template-columns:92px minmax(280px,1fr) minmax(230px,290px)}.technical-product:hover{background:#fafafa}.technical-product-id{background:#f4f4f2;border-radius:6px;min-height:122px}.technical-product-id img{height:122px}.technical-product-copy{padding:0}.technical-product-copy>span{text-transform:none;letter-spacing:.25px}.technical-product-copy>span i{font-style:normal;color:#a4a7aa}.technical-product-copy h3{font-size:19px;letter-spacing:-.25px}.technical-product-copy p{color:#6d7276}.technical-product-copy dl>div{background:#f2f3f3;border-radius:4px;color:#34383b}.technical-product-order{border-color:#e3e3e1}.supply-status{border-radius:4px;background:#f1f2f2;color:#44494d}.status-in_stock{background:#e9f7ef;color:#166534}.status-incoming{background:#edf4ff;color:#174ea6}.status-on_request{background:#f3f3f2;color:#54585b}.catalog-pagination a,.technical-secondary>a{color:#155eef}@media(max-width:1050px){.catalog-page .catalog-category-links a.active{background:#17191c}.technical-product{grid-template-columns:minmax(260px,1fr) 240px}.technical-product.has-image{grid-template-columns:82px minmax(240px,1fr) 230px}}@media(max-width:700px){.catalog-page .catalog-head{padding:26px 0 21px}.catalog-title h1{font-size:38px}.catalog-shortcuts a{border-radius:6px}.visual-product-card{grid-template-columns:116px 1fr;min-height:235px}.technical-product,.technical-product.has-image{grid-template-columns:1fr;padding:16px;border-radius:8px}.technical-product.has-image{grid-template-columns:76px minmax(0,1fr)}.technical-product-id{min-height:92px}.technical-product-id img{height:92px}.technical-product-order,.technical-product.no-image .technical-product-copy{grid-column:1/-1}}:root{--ink:#17191c;--muted:#666b70;--paper:#f7f7f6;--surface:#fff;--line:#dedfdf;--brand:#155eef;--brand-strong:#0f4fcf;--accent:#155eef;--shadow:0 14px 38px rgba(18,24,32,.07);--radius:12px;--radius-sm:8px}body{background:var(--paper)}.topbar{background:rgba(255,255,255,.94);border-color:#e7e7e5}.topbar-inner{height:70px}.nav a,.nav button{border-radius:7px;color:#555b60;font-size:13px}.nav a:hover,.nav button:hover{background:#f1f2f2;color:#17191c}.quote-nav{background:#17191c!important;color:#fff!important}.brand-wordmark{color:#17191c}.brand-wordmark small{color:#777c80}.brand-dot{color:#155eef}.btn{border-radius:7px;font-size:13px}.btn-accent,.btn-primary{background:#155eef}.btn-accent:hover,.btn-primary:hover{background:#0f4fcf}.btn-ghost{background:#f0f1f1;color:#24272a}.card,.customer-login-card,.form-card{border-color:#dedfdf;border-radius:10px;box-shadow:0 10px 30px rgba(18,24,32,.06)}.customer-login-card input,.field input,.field select,.field textarea{border-color:#cfd2d4;border-radius:7px;background:#fff}.customer-login-card input:focus,.field input:focus,.field select:focus,.field textarea:focus{border-color:#155eef;box-shadow:0 0 0 3px #155eef18;outline:0}.sales-hero{background:#fff;border-color:#e5e5e2}.sales-hero-grid{padding-top:52px;padding-bottom:52px}.sales-hero-copy h1{font-size:clamp(50px,6vw,76px);color:#17191c}.sales-hero-copy h1 em{color:#155eef}.sales-hero-copy>p{color:#666b70}.sales-search{box-shadow:0 12px 34px #17191c0c}.hero-category-links a{border-radius:7px;background:#f5f5f4}.sales-hero-actions .btn-ghost{border:1px solid #dedfdf;background:#fff}.hero-products{background:#17191c;box-shadow:0 20px 50px #17191c1f}.hero-products-head span{color:#aeb4ba}.hero-products a small{color:#155eef}.simple-home{background:#f7f7f6}.contact-choice>div,.order-in-three li,.sales-product-grid>article,.simple-category-grid>a{border-radius:9px}.simple-category-grid>a:hover{border-color:#aeb4ba;box-shadow:0 10px 28px #17191c0b}.simple-category-grid b,.simple-section-head>a{color:#155eef}.featured-sales{background:#f0f1f1}.order-in-three li>b{border-radius:6px;background:#edf3ff;color:#155eef}.contact-choice>div:last-child{background:#17191c}.contact-choice>div:last-child p{color:#b9bdc1}.simple-category-grid{gap:18px}.simple-category-grid>a{padding:0;min-height:330px;overflow:hidden;display:flex;flex-direction:column;background:#fff}.category-visual{display:block;height:190px;flex:none;background-repeat:no-repeat;background-size:cover;background-position:50%;border-bottom:1px solid var(--line)}.category-visual-1{background-image:url(/images/category-food-packaging-v2.webp)}.category-visual-2{background-image:url(/images/category-paper-hygiene-v3.webp)}.category-visual-3{background-image:url(/images/category-refuse-bags-v3.webp)}.category-visual-4{background-image:url(/images/category-cups-service-v3.webp)}.category-visual-5{background-image:url(/images/category-professional-care-v3.webp)}.category-visual-6{background-image:url(/images/category-professional-foils-v3.webp)}.category-card-copy{padding:18px 20px 20px;display:grid;grid-template-columns:1fr auto;grid-gap:7px 14px;gap:7px 14px;min-height:140px}.category-card-copy>span{color:#74787d;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.category-card-copy>strong{font-size:19px;letter-spacing:-.35px}.category-card-copy>p{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-card-copy>b{margin-top:auto;font-size:13px}@media(max-width:700px){.simple-category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.simple-category-grid>a{min-height:250px}.category-visual{height:130px}.category-card-copy{padding:13px;min-height:120px;display:flex;flex-direction:column}.category-card-copy>strong{font-size:15px}.category-card-copy>p{display:none}.category-card-copy>span{order:-1}.category-card-copy>b{margin-top:auto;font-size:11px}}.brand{gap:0}.brand-wordmark{font-size:22px;letter-spacing:-1px}.brand-wordmark small{font-size:7px;letter-spacing:1.35px;margin-top:5px}.simple-category-grid>a>.category-card-copy{display:grid;grid-template-columns:1fr auto;align-content:start}.category-card-copy>span{grid-column:2;grid-row:1}.category-card-copy>strong{grid-column:1;grid-row:1}.category-card-copy>b,.category-card-copy>p{grid-column:1/-1}.catalog-page .catalog-head{padding:28px 0 20px}.catalog-head-inner{grid-template-columns:minmax(320px,.72fr) minmax(500px,1.28fr);gap:18px 42px}.catalog-title h1{font-size:clamp(36px,3.8vw,49px);line-height:1;letter-spacing:-2.5px;margin:12px 0 9px}.catalog-title p{font-size:14px;line-height:1.45}.catalog-command-search input{padding:11px 13px}.catalog-shortcuts{gap:6px}.catalog-shortcuts a{padding:7px 10px}.catalog-workspace{padding-top:24px;gap:32px}.catalog-results-head{padding-bottom:14px}.catalog-section-label{margin:17px 0 10px}@media(max-width:700px){.brand-wordmark{font-size:18px}.brand-wordmark small{font-size:6px}.simple-category-grid>a>.category-card-copy{display:flex}.catalog-page .catalog-head{padding:20px 0 16px}.catalog-head-inner{gap:14px}.catalog-title h1{font-size:33px;letter-spacing:-1.7px}.catalog-title p{display:none}.catalog-shortcuts{margin-top:0}.catalog-workspace{padding-top:16px}}.sales-hero{background:#0b1220;color:#fff;border:0}.sales-hero-grid{padding-top:62px;padding-bottom:62px;gap:60px}.sales-hero-copy .eyebrow{background:#17243a;color:#9fc3ff;border:1px solid #273956}.sales-hero-copy h1{color:#fff;font-size:clamp(54px,5.8vw,78px);max-width:740px}.sales-hero-copy h1 em{color:#6da3ff}.sales-hero-copy>p{color:#b8c0cd;max-width:650px}.sales-search{border:1px solid #344157;box-shadow:0 22px 60px #0006}.sales-search button{background:#155eef}.hero-category-links a{background:#141f32;border-color:#2b3950;color:#e3e8ef}.hero-category-links a:hover{background:#1e2d46;border-color:#5478ad}.sales-hero-actions .btn-ghost{border-color:#3a4860;color:#fff;background:#111b2c}.sales-hero-actions .btn-ghost:hover{background:#1b2940}.hero-products{background:#fff;color:#17191c;border-radius:12px;padding:20px;box-shadow:0 30px 80px #0007}.hero-products-head{border-color:#e0e2e5}.hero-products-head span{color:#6a7077}.hero-products>div>a{background:#f5f5f3;border-color:#e1e2e2;border-radius:7px}.hero-products>div>a:hover{border-color:#9aa6b7;transform:translateY(-2px)}.hero-products>p{color:#60666c;border-top:1px solid #e2e3e3;padding-top:13px}.hero-showcase{position:relative;min-height:560px;border-radius:16px;overflow:hidden;background:#101a2a;box-shadow:0 34px 90px #0008;border:1px solid #26344a}.hero-showcase>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-showcase:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#07101d80,transparent 38%,#07101ded);pointer-events:none}.hero-showcase-top{position:absolute;z-index:2;left:22px;right:22px;top:20px;display:flex;justify-content:space-between;gap:20px;align-items:center;color:#fff;font-size:11px}.hero-showcase-top span{color:#c1cad7}.hero-showcase-proof{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;display:grid;grid-template-columns:auto 1fr;align-items:end;grid-gap:18px;gap:18px;color:#fff}.hero-showcase-proof>div{display:grid;padding-right:18px;border-right:1px solid #ffffff35}.hero-showcase-proof>div strong{font-size:34px;line-height:1}.hero-showcase-proof>div span{font-size:10px;color:#b9c5d5}.hero-showcase-proof p{font-size:11px;line-height:1.45;color:#d4dbe5;margin:0}.simple-home>.simple-section:first-of-type{padding-top:74px}.simple-section-head h2{font-size:clamp(32px,3vw,44px)}.featured-sales{background:#0f1726;color:#fff}.featured-sales .muted{color:#aab2bf}.featured-sales .eyebrow{background:#192842;color:#8eb7ff}.sales-product-grid>article{background:#fff;color:#17191c;border:0;box-shadow:0 18px 50px #0004}.order-in-three{border-bottom:1px solid #e0e1df}@media(max-width:700px){.sales-hero-grid{padding-top:36px;padding-bottom:40px}.sales-hero-copy h1{font-size:45px}.hero-showcase{min-height:380px;border-radius:10px}.hero-showcase-proof,.hero-showcase-top{left:15px;right:15px}.hero-showcase-proof{grid-template-columns:1fr}.hero-showcase-proof>div{display:flex;align-items:baseline;gap:7px;border:0;padding:0}.simple-home>.simple-section:first-of-type{padding-top:45px}}.basket-nav-link{display:flex!important;align-items:center;gap:9px}.basket-nav-link>b{display:grid;place-items:center;min-width:23px;height:23px;padding:0 6px;border-radius:999px;background:#3a3e43;color:#fff;font-size:11px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.basket-nav-link.has-items{background:#155eef!important;color:#fff!important;box-shadow:0 8px 24px #155eef36}.basket-nav-link.has-items>b{background:#fff;color:#155eef}@media(max-width:700px){.mobile-bottom-nav .basket-nav-link{gap:1px}.mobile-bottom-nav .basket-nav-link>span{font-size:9px}.mobile-bottom-nav .basket-nav-link>b{position:absolute;top:-5px;right:8px;min-width:20px;height:20px;border:2px solid #fff}.mobile-bottom-nav .basket-nav-link:not(.has-items)>b{display:none}}.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:60;display:flex;align-items:center;gap:10px;min-height:54px;padding:8px 17px 8px 10px;border-radius:999px;background:#20b858;color:#fff;font-size:13px;font-weight:900;box-shadow:0 16px 38px #071b1045;transition:transform .18s ease,box-shadow .18s ease}.floating-whatsapp svg{width:36px;height:36px}.floating-whatsapp:hover{color:#fff;transform:translateY(-3px);box-shadow:0 20px 44px #071b1060}.floating-whatsapp:focus-visible{outline:3px solid #fff;box-shadow:0 0 0 6px #20b858}@media(max-width:700px){.floating-whatsapp{right:14px;bottom:82px;width:54px;height:54px;min-height:54px;padding:9px;justify-content:center}.floating-whatsapp svg{width:36px;height:36px}.floating-whatsapp>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}}.quote-contact{gap:13px}.quote-contact>h2{margin-bottom:2px}.quote-privacy-note{display:block;color:#767b80;font-size:10px;line-height:1.45;text-align:center;margin-top:-4px}.quote-contact .request-price-note{margin:2px 0;padding:11px 12px}.customer-auth{max-width:1120px;gap:80px}.customer-auth-copy h1{font-size:clamp(46px,5.4vw,68px);color:#17191c}.customer-auth-copy h1 em{color:#155eef}.customer-auth-copy li{border-radius:7px}.customer-auth-copy li:before{color:#155eef}.customer-login-card{border-radius:10px;padding:32px}.customer-login-card h2{font-size:27px}.login-account-help{border-top:1px solid #dedfdf;padding-top:17px;display:grid;grid-gap:8px;gap:8px}.login-account-help>strong{font-size:15px}.login-account-help>p{font-size:12px}.login-account-help>a:last-child{text-align:center;color:#155eef;font-size:12px;font-weight:850}.quote-page{max-width:1120px}.quote-page>h1{font-size:clamp(42px,5vw,64px);color:#17191c}.quote-contact{border-radius:9px}.quote-items{background:#fff;border:1px solid #dedfdf;border-radius:9px;padding:4px 18px}.quote-items input,.quote-items select{border-radius:6px}.public-form-page .inquiry-form{max-width:760px;margin-top:32px}.site-footer{background:#17191c}.mobile-bottom-nav .mobile-order-action{background:#155eef;box-shadow:0 8px 20px #155eef38}@media(max-width:700px){.topbar-inner{height:62px}.sales-hero-grid{padding-top:30px;padding-bottom:34px}.sales-hero-copy h1{font-size:43px}.hero-products{border-radius:9px}.customer-auth{gap:30px}.customer-auth-copy h1{font-size:40px}.customer-login-card{padding:21px}.quote-items{padding:4px 13px}}