
    :root { --ink:#101315; --muted:#687077; --line:#e5e9e7; --paper:#f5f6f7; --card:#fff; --green:#ee6d26; --green-dark:#ae4310; --dark:#0b0d0f; --radius:22px; }
    *{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;font-size:16px;line-height:1.5}
    button,input{font:inherit} button{cursor:pointer} img{max-width:100%;display:block}
    .site-header{position:sticky;top:0;z-index:30;background:rgba(244,247,245,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(16,19,21,.08)}
    .nav{max-width:1240px;margin:auto;padding:17px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}
    .brand{font-family:Manrope,sans-serif;font-weight:800;font-size:1.35rem;letter-spacing:-.06em}.brand span{color:var(--green-dark);font-size:.72rem;letter-spacing:.08em;margin-left:9px;text-transform:uppercase;vertical-align:middle}
    .nav-note{font-size:.88rem;color:var(--muted)}
    main{max-width:1240px;margin:auto;padding:34px 24px 80px}
    .hero{position:relative;overflow:hidden;background:var(--dark);border-radius:30px;padding:48px;color:#fff;min-height:330px;display:grid;grid-template-columns:1.25fr .75fr;align-items:end}
    .hero:after{content:"";position:absolute;width:470px;height:470px;border:88px solid rgba(244,116,41,.13);border-radius:50%;right:-130px;top:-170px;box-shadow:0 0 0 1px rgba(244,116,41,.16),inset 0 0 90px rgba(244,116,41,.1)}
    .eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.78rem;color:#ffb17c;margin:0 0 18px}.hero h1{font-family:Manrope,sans-serif;letter-spacing:-.055em;font-size:clamp(2.4rem,5vw,5.1rem);line-height:.98;margin:0;max-width:760px}.hero p{color:#cbd0d5;max-width:550px;margin:22px 0 0;font-size:1.05rem}
    .hero-stat{position:relative;z-index:2;justify-self:end;text-align:right}.hero-stat strong{display:block;font-family:Manrope,sans-serif;font-size:4.3rem;line-height:.9;color:#ff9855}.hero-stat span{color:#cbd0d5;font-size:.92rem}
    .catalog-tools{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:34px 0 26px}.search-wrap{position:relative;flex:1;max-width:430px}.search-wrap svg{position:absolute;left:17px;top:50%;transform:translateY(-50%);color:#7a827e}.search{width:100%;padding:14px 17px 14px 48px;border:1px solid var(--line);border-radius:15px;background:#fff;outline:none;transition:.2s}.search:focus{border-color:#4fb980;box-shadow:0 0 0 4px rgba(36,212,131,.12)}
    .filters{display:flex;gap:8px;flex-wrap:wrap}.filter{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 15px;color:#4e5652;font-weight:600;font-size:.9rem}.filter.active{background:var(--dark);border-color:var(--dark);color:#fff}.filter:focus-visible,.product-card:focus-visible,.close:focus-visible{outline:3px solid rgba(36,212,131,.55);outline-offset:2px}
    .category{margin-top:44px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.section-head h2{font-family:Manrope,sans-serif;letter-spacing:-.035em;font-size:clamp(1.6rem,3vw,2.35rem);margin:0}.section-head span{color:var(--muted);font-size:.92rem}
    .grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{position:relative;text-align:left;border:1px solid var(--line);border-radius:var(--radius);background:var(--card);padding:0;overflow:hidden;color:inherit;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.product-card:hover{transform:translateY(-5px);border-color:#cbd6d0;box-shadow:0 18px 44px rgba(20,40,30,.1)}
    .media{height:245px;background:linear-gradient(145deg,#f6f8f7,#e9eeeb);display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden}.media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .35s ease}.product-card:hover .media img{transform:scale(1.035)}
    .badge{position:absolute;top:16px;left:16px;z-index:2;border-radius:999px;background:rgba(11,13,15,.84);color:#fff;padding:7px 10px;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;backdrop-filter:blur(8px)}
    .card-body{padding:21px 22px 22px}.card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.product-card h3{font-family:Manrope,sans-serif;font-size:1.17rem;line-height:1.25;letter-spacing:-.025em;margin:0}.price{font-weight:700;white-space:nowrap;color:var(--green-dark);font-size:1.08rem}.sub{color:var(--muted);font-size:.9rem;margin:8px 0 18px;min-height:42px}.specs{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);padding-top:15px;gap:8px}.specs strong{display:block;font-size:.9rem;line-height:1.25}.specs span{display:block;color:#89908d;font-size:.72rem;margin-top:3px}.view{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:15px;border-top:1px solid var(--line);font-weight:700;font-size:.85rem}.view i{font-style:normal;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--paper)}
    .empty{display:none;text-align:center;padding:60px 20px;color:var(--muted);background:#fff;border:1px dashed #ccd4d0;border-radius:20px}.empty strong{display:block;color:var(--ink);font-size:1.15rem;margin-bottom:5px}
    footer{max-width:1240px;margin:auto;padding:0 24px 38px}.foot{border-top:1px solid var(--line);padding-top:24px;display:flex;justify-content:space-between;gap:22px;color:var(--muted);font-size:.84rem}.foot b{color:var(--ink)}
    dialog{border:0;border-radius:26px;padding:0;max-width:820px;width:calc(100% - 32px);box-shadow:0 30px 90px rgba(0,0,0,.28)}dialog::backdrop{background:rgba(5,8,7,.66);backdrop-filter:blur(7px)}.modal{display:grid;grid-template-columns:1fr 1fr;min-height:440px}.modal-media{background:#eef2ef;display:flex;align-items:center;justify-content:center;padding:36px}.modal-media img{max-height:330px;object-fit:contain;mix-blend-mode:multiply}.modal-copy{padding:36px;position:relative}.close{position:absolute;right:20px;top:18px;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:1.25rem}.modal-copy .eyebrow{color:var(--green-dark);margin-top:12px}.modal-copy h2{font-family:Manrope,sans-serif;font-size:2rem;letter-spacing:-.045em;line-height:1.08;margin:0 48px 8px 0}.modal-price{font-weight:800;color:var(--green-dark);font-size:1.35rem;margin-bottom:22px}.modal-desc{color:var(--muted);margin:0 0 24px}.detail-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.detail{background:var(--paper);padding:13px 14px;border-radius:13px}.detail span{display:block;color:var(--muted);font-size:.75rem}.detail strong{font-size:.95rem}.disclaimer{margin-top:22px;font-size:.76rem;color:#8a918e}
    @media(max-width:900px){.hero{grid-template-columns:1fr;min-height:0;padding:38px}.hero-stat{justify-self:start;text-align:left;margin-top:50px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-tools{align-items:flex-start;flex-direction:column}.search-wrap{max-width:none;width:100%}.modal{grid-template-columns:1fr}.modal-media{min-height:260px}.modal-media img{max-height:220px}}
    @media(max-width:620px){.nav{padding:14px 18px}.brand span,.nav-note{display:none}main{padding:20px 14px 64px}.hero{padding:30px 25px;border-radius:22px}.hero h1{font-size:2.55rem}.hero p{font-size:.96rem}.hero-stat{margin-top:36px}.hero-stat strong{font-size:3.2rem}.filters{flex-wrap:nowrap;overflow:auto;width:100%;padding-bottom:3px}.filter{white-space:nowrap}.grid{grid-template-columns:1fr}.media{height:225px}.section-head{align-items:start;flex-direction:column;gap:4px}.category{margin-top:36px}.foot{flex-direction:column}.modal-copy{padding:28px 24px}.detail-list{grid-template-columns:1fr 1fr}}
    :root{--line:#e3e6e9;--radius:22px}a{color:inherit;text-underline-offset:3px}button,a,input{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #d85c1b;outline-offset:4px}[hidden]{display:none!important}.skip{position:fixed;top:-60px;left:15px;z-index:99;background:#fff;padding:12px}.skip:focus{top:10px}.site-header{background:rgba(245,246,247,.94)}.brand{text-decoration:none;line-height:1.05;color:#dc5616;font-size:1.6rem;letter-spacing:-.05em;display:flex;flex-direction:column;align-items:center}.brand .robotics{display:block;margin:4px 0 0;font-size:.66rem;letter-spacing:.2em;color:var(--ink);font-weight:700}.presented{display:flex;align-items:center;gap:12px;text-decoration:none;margin-left:12px;margin-right:auto}.presented span{font-size:.75rem;color:var(--muted)}.presented img{width:105px;height:auto}.nav-note{text-align:right;white-space:nowrap}.hero{grid-template-columns:1fr 150px;padding:44px 46px;min-height:310px}.hero-copy{position:relative;z-index:2}.hero h1{font-size:clamp(2.4rem,4.4vw,4.35rem);line-height:1.06}.hero .eyebrow{font-size:.75rem;color:#ffb17c;margin:0 0 18px}.hero p:not(.eyebrow){font-size:1rem;max-width:610px}.hero-stat{padding-left:10px}.hero-stat span{display:block;margin-top:12px}.hero:after{pointer-events:none}.search:focus{border-color:#dc6e37;box-shadow:0 0 0 4px #ef78231c}.filter:focus-visible,.product-card:focus-visible,.close:focus-visible{outline-color:#d85c1b}.product-card{display:flex;flex-direction:column;width:100%}.product-card:hover{border-color:#d4c4ba;box-shadow:0 18px 44px #1e273510}.media{width:100%;background:#fff;height:250px;padding:28px}.media img{mix-blend-mode:normal}.badge{font-size:.75rem}.badge.warning{background:#a33e0f}.card-body{display:flex;flex-direction:column;flex:1;width:100%}.product-card h3{font-size:1.2rem}.package{font-size:.875rem;color:#59616b;margin:6px 0 0}.sku{font-size:.75rem;letter-spacing:.04em;color:#747c85;margin:10px 0 0}.sub{font-size:.875rem;min-height:42px;margin-bottom:18px}.specs{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:auto}.specs strong{font-size:.875rem;overflow-wrap:anywhere}.specs span{font-size:.75rem;color:#66707a}.commercial{border-top:1px solid var(--line);margin-top:18px;padding-top:16px;display:flex;justify-content:space-between;align-items:center;gap:14px}.price{font-size:1.5rem;letter-spacing:-.03em}.unit{display:block;font-size:.75rem;color:var(--muted)}.case{text-align:right;font-size:.75rem;color:#68717a}.case strong{display:block;font-size:.9rem;color:var(--ink)}.view{font-size:.875rem;margin-top:16px}.view i{background:#fff1e8;color:#a54413}.empty{display:block}.reset{background:var(--dark);color:#fff;border:0;border-radius:10px;padding:10px 18px}.foot{font-size:.875rem}.modal{position:relative;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}dialog{max-width:1050px;max-height:92vh;max-height:92dvh;overflow:auto}.close{z-index:3}.modal-media{background:#f7f8fa}.modal-media img{height:auto;width:100%;mix-blend-mode:normal}.modal-copy{min-width:0}.modal-copy .eyebrow{font-size:.75rem}.modal-copy h2{font-size:1.8rem;line-height:1.2}.modal-price .commercial{margin:18px 0 0;border:0;padding:14px;background:#fff5ee;border-radius:12px}.modal-price{margin-bottom:18px}.detail span{font-size:.875rem}.detail strong{font-size:.9rem;overflow-wrap:anywhere}.product-notes{font-size:.875rem;color:#59616b;margin:20px 0;line-height:1.6}.product-notes .important{border-left:3px solid #e87130;background:#fff5ee;padding:12px 14px;color:#853b15}.official-link{font-size:.875rem;font-weight:600;color:#a34416}.disclaimer{font-size:.75rem;line-height:1.6}.modal-copy .sku{margin:8px 0 0}.modal-copy{position:static}
@media(max-width:900px){.hero{grid-template-columns:1fr 130px;padding:34px}.hero-stat{justify-self:end;text-align:right;margin-top:0}.hero-stat strong{font-size:3.8rem}.modal{grid-template-columns:1fr}.modal-media{min-height:220px;padding:26px}.modal-media img{max-height:240px}.modal-copy{padding-top:20px}.modal-copy h2{margin-right:0}.hero h1{font-size:clamp(2.3rem,5vw,3.5rem)}}
@media(max-width:620px){.presented{margin-left:0;gap:0}.presented span{display:none}.presented img{width:90px}.brand{font-size:1.35rem}.brand .robotics{display:block;font-size:.56rem}.nav{gap:16px}.nav-note{display:block;font-size:.75rem}.hero{display:block;padding:28px 24px}.hero h1{font-size:2.65rem}.hero-stat{display:flex;align-items:baseline;gap:12px;text-align:left;margin-top:28px;padding-left:0}.hero-stat strong{font-size:2.5rem}.hero-stat span{font-size:.875rem;margin:0}.hero .eyebrow{font-size:.72rem}.hero:after{right:-280px;top:-100px}.media{height:240px}.product-card h3{font-size:1.25rem}.section-head{flex-direction:row;align-items:baseline;gap:14px}.section-head h2{font-size:1.5rem}.section-head span{white-space:nowrap;font-size:.875rem}.modal-copy{padding:22px}.detail-list{grid-template-columns:1fr 1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

.brand img{width:140px;height:auto}@media(max-width:620px){.brand img{width:110px}}
@media(max-width:380px){.nav{gap:10px}.brand img{width:94px}.presented img{width:72px}.hero h1{font-size:2.25rem}}

.download-row{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin:22px 0 0}.download-list{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #cbd1d7;border-radius:11px;padding:11px 16px;background:#fff;text-decoration:none;font-weight:700;font-size:.875rem;transition:background .2s,border-color .2s}.download-list:hover{background:#fff5ee;border-color:#dc6e37}.download-row>span{font-size:.75rem;color:var(--muted)}.catalog-tools{margin-top:22px}@media(max-width:620px){.download-row{justify-content:flex-start;flex-wrap:wrap;gap:8px 14px}.download-list{min-height:44px}}
.family-picker{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin:26px 0 0}.family-button{background:#fff;border:1px solid var(--line);border-radius:12px;min-height:75px;padding:12px 8px;color:var(--ink)}.family-button strong{display:block;font-size:.9rem}.family-button span{display:block;font-size:.75rem;color:var(--muted);margin-top:5px}.family-button[aria-pressed=true]{background:var(--dark);color:#fff;border-color:var(--dark)}.family-button[aria-pressed=true] span{color:#c5cbd1}.family-button:hover{border-color:#bf7952}.card-body>.specs{margin-top:18px}.card-body>.commercial{margin-top:auto}.card-body>.sku{margin-bottom:12px}.reference-list{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;margin-top:22px}.reference-heading,.reference-row{display:grid;grid-template-columns:minmax(0,1fr) 145px 165px 22px;gap:18px;align-items:center;padding:15px 20px}.reference-heading{background:#eceff2;color:#59616b;font-size:.75rem;font-weight:700}.reference-heading>span:nth-child(2),.reference-heading>span:nth-child(3){text-align:right}.reference-row{border:0;border-top:1px solid var(--line);background:#fff;width:100%;color:inherit;text-align:left;min-height:95px}.reference-row:hover{background:#fff9f5}.reference-product{display:flex;align-items:center;gap:18px;min-width:0}.reference-product img{flex-shrink:0;width:68px;height:68px;object-fit:contain}.reference-product strong{font-size:.94rem;line-height:1.4;display:block;font-weight:600}.reference-package{display:block;font-size:.875rem;color:#616b75;margin-top:3px}.reference-sku{display:block;font-size:.75rem;color:#727c87;margin-top:5px}.reference-qty{text-align:right;font-size:.875rem;color:#63707c}.reference-price{text-align:right;font-size:1rem;font-weight:700;color:var(--green-dark);white-space:nowrap}.reference-arrow{color:#b65824;font-size:1.15rem}.mobile-label{display:none}.pending-price{font-size:.95rem;color:#875622}.without-image{max-width:760px}.without-image .modal{grid-template-columns:1fr}.without-image .modal-copy{padding-top:42px}.detail strong{word-break:break-word}.modal-copy .commercial .price{white-space:normal}.section-head h2{scroll-margin-top:100px}
@media(max-width:900px){.family-picker{display:flex;overflow:auto;padding-bottom:8px}.family-button{min-width:122px}.reference-heading,.reference-row{grid-template-columns:minmax(0,1fr) 115px 130px 18px;gap:12px;padding:14px}.reference-product{gap:12px}.reference-product img{width:52px;height:52px}}
@media(max-width:620px){.reference-heading{display:block}.reference-heading>span:not(:first-child){display:none}.reference-row{grid-template-columns:1fr 1fr;gap:12px 16px;padding:17px}.reference-product{grid-column:1/-1}.reference-qty{text-align:left;align-self:end}.reference-price{align-self:end}.reference-arrow{display:none}.mobile-label{display:block;font-weight:400;font-size:.72rem;color:#69737e;line-height:1.5}.reference-product strong{font-size:.94rem}.reference-price{font-size:1.05rem}.family-picker{margin-top:20px}.reference-list{margin-top:16px}.specs{padding-bottom:18px}.download-row{gap:8px 14px}}

.nav-note{line-height:1.5}.nav-terms{display:inline-block;margin-top:3px;font-size:.875rem;white-space:normal}@media(max-width:620px){.nav{flex-wrap:wrap;row-gap:10px}.nav-note{flex-basis:100%;font-size:.875rem;white-space:normal}.nav-terms{margin-top:2px}}
