:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}@media (width<=768px){:root{font-size:16px}#root{width:100%;max-width:100%;text-align:initial;border-inline:none}}*{box-sizing:border-box}html,body,#root{color:#222;background:#fff;width:100%;min-height:100%;margin:0;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}img{max-width:100%;height:auto}a{text-decoration:none}.site-page{--uwell-green:#2f6b4f;--uwell-green-hover:#265a40;--uwell-green-soft:#2f6b4f1a;--uwell-green-border:#2f6b4f47;--uwell-navy:#1e2a3b;--uwell-muted:#667085;--uwell-radius-btn:10px;--uwell-section-y:64px;--uwell-section-x:72px;background:#fff;min-height:100vh}.uwell-btn-primary{border:1px solid var(--uwell-green);border-radius:var(--uwell-radius-btn);background:var(--uwell-green);color:#fff;letter-spacing:.02em;cursor:pointer;justify-content:center;align-items:center;min-height:46px;padding:0 24px;font-size:14px;font-weight:750;line-height:1.2;text-decoration:none;transition:background-color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.uwell-btn-primary:hover{background:var(--uwell-green-hover);border-color:var(--uwell-green-hover);transform:translateY(-1px);box-shadow:0 6px 16px #2f6b4f33}.uwell-btn-secondary{border:1px solid var(--uwell-green-border);border-radius:var(--uwell-radius-btn);min-height:46px;color:var(--uwell-green);letter-spacing:.02em;background:#fff;justify-content:center;align-items:center;padding:0 24px;font-size:14px;font-weight:750;line-height:1.2;text-decoration:none;transition:background-color .2s,border-color .2s,transform .2s;display:inline-flex}.uwell-btn-secondary:hover{background:var(--uwell-green-soft);border-color:var(--uwell-green)}.uwell-btn-text{color:var(--uwell-green);font-weight:750;text-decoration:none}.uwell-btn-text:hover{text-decoration:underline}button.uwell-btn-primary:disabled{opacity:.65;cursor:not-allowed;box-shadow:none;transform:none}.site-header{z-index:50;background:#fff;border-bottom:1px solid #e8e8e8;grid-template-columns:280px 1fr auto;align-items:center;gap:32px;width:100%;height:88px;padding:0 48px;display:grid;position:relative}.brand{white-space:nowrap;align-items:center;gap:10px;display:flex}.brand-logo{object-fit:contain;width:auto;height:42px;display:block}.brand-text{color:#161616;letter-spacing:0;font-size:23px;font-weight:600;line-height:1}.brand-text-green{color:var(--uwell-green)}.main-nav{white-space:nowrap;justify-content:center;align-items:center;gap:32px;display:flex}.main-nav a{color:#222;font-size:16px;font-weight:500}.main-nav a:hover{color:var(--uwell-green)}.header-actions{white-space:nowrap;align-items:center;gap:20px;display:flex}.search-link{color:#222;font-size:20px}.language-select{position:relative}.language-select button{color:#222;cursor:pointer;background:0 0;border:0;padding:8px 0;font-size:15px;font-weight:500}.language-menu{opacity:0;visibility:hidden;z-index:20;background:#fff;border:1px solid #e8e8e8;border-radius:6px;width:210px;padding:8px 0;transition:all .18s;position:absolute;top:36px;right:0;transform:translateY(8px);box-shadow:0 16px 36px #0000001f}.language-select:hover .language-menu{opacity:1;visibility:visible;transform:translateY(0)}.language-menu a,.language-menu button{color:#222;cursor:pointer;text-align:left;background:0 0;border:0;width:100%;padding:13px 20px;font-family:inherit;font-size:15px;font-weight:500;line-height:1.3;display:block}.language-menu a:hover,.language-menu button:hover{color:var(--uwell-green);background:#f4f8f4}.quote-button.uwell-btn-primary{font-size:14px;font-weight:750}.mobile-menu-button,.mobile-nav{display:none}.mobile-menu-button{cursor:pointer;background:#fff;border:1px solid #dfe5df;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0}.mobile-menu-button span{background:#101828;border-radius:999px;width:18px;height:2px;transition:transform .2s,opacity .2s}.mobile-menu-button.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-button.is-open span:nth-child(2){opacity:0}.mobile-menu-button.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav{z-index:60;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:14px;position:absolute;top:100%;left:16px;right:16px;box-shadow:0 18px 44px #10182824}.mobile-nav a{color:#101828;border-radius:12px;padding:13px 14px;font-size:15px;font-weight:750;line-height:1.2;display:block}.mobile-nav a:hover{color:#2f6b4f;background:#f3f7f3}.mobile-nav .mobile-nav-quote{color:#fff;text-align:center;background:#2f6b4f;margin-top:6px}.mobile-nav .mobile-nav-quote:hover{color:#fff;background:#24583f}.mobile-language-options{border-top:1px solid #e5e7eb;gap:8px;margin-top:10px;padding-top:10px;display:grid}.mobile-language-options button{color:#101828;cursor:pointer;text-align:left;background:#f7f8f7;border:0;border-radius:12px;width:100%;padding:12px 14px;font-family:inherit;font-size:15px;font-weight:750;line-height:1.2}.mobile-language-options button:hover{color:#2f6b4f;background:#e8f1ec}@media (width<=1024px){.site-header{grid-template-columns:1fr auto;gap:16px;height:64px;padding:0 20px}.main-nav{display:none}.brand{height:36px}.brand-logo{height:34px}.brand-text{font-size:19px}.header-actions{display:none}.mobile-menu-button{display:inline-flex}.mobile-nav.is-open{display:block}}@media (width<=640px){.brand,.brand-logo{height:30px}.brand-text{font-size:17px}}.hero-clean{background-image:linear-gradient(90deg,#0f172a9e 0%,#0f172a57 42%,#0f172a1f 72%,#0f172a0a 100%),url(/images/hero-showroom-banner-clean.webp);background-position:100%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;min-height:680px;display:flex;position:relative;overflow:hidden}.hero-shell{margin-bottom:36px;position:relative}.hero-factory-strip{z-index:3;margin-top:-52px;padding:0 72px;position:relative}.hero-factory-strip-inner{background:#fff;border:1px solid #e8ece8;border-radius:16px;grid-template-columns:repeat(4,minmax(0,1fr));max-width:1280px;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 18px 48px #243b551a}.hero-factory-fact{border-right:1px solid #eef2ef;flex-direction:column;align-items:flex-start;gap:10px;padding:28px 24px;display:flex}.hero-factory-fact:last-child{border-right:0}.hero-factory-fact-icon{color:#2f6b4f;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.hero-factory-fact-icon svg{stroke-width:1.75px;width:24px;height:24px;display:block}.hero-factory-fact h3{color:#243b55;letter-spacing:-.02em;margin:0;font-size:17px;font-weight:750;line-height:1.3}.hero-factory-fact p{color:#647067;margin:0;font-size:14px;line-height:1.6}.hero-overlay{z-index:1;background:#00000005;position:absolute;inset:0}.hero-clean .hero-inner{z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:0 72px;position:relative}.hero-clean .hero-copy{text-align:left;color:#fff;max-width:820px}.hero-clean .hero-eyebrow{letter-spacing:4px;text-transform:uppercase;color:#ffffffb8;text-align:left;margin:0 0 20px;font-size:11.5px;font-weight:700;line-height:1.4}.hero-clean .hero-copy h1{letter-spacing:-.035em;color:#fff;text-align:left;max-width:700px;margin:0;font-size:clamp(38px,3.6vw,56px);font-weight:800;line-height:1.1}.hero-clean .hero-subtitle{color:#fffffff0;text-align:left;text-shadow:0 1px 6px #00000047;max-width:680px;margin:20px 0 0;font-size:clamp(17px,1.8vw,20px);font-weight:400;line-height:1.65}.hero-clean .hero-actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;margin-top:32px;display:flex}.hero-clean .btn{letter-spacing:-.01em;border-radius:7px;align-items:center;min-height:45px;padding:0 23px;font-size:14px;font-weight:650;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex}.hero-clean .btn.uwell-btn-primary{box-shadow:0 10px 24px #2f6b4f3d}.hero-clean .btn.uwell-btn-secondary{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff8c}.hero-clean .btn.uwell-btn-secondary:hover{color:#fff;background:#ffffff1f;border-color:#ffffff9e}@media (width<=1024px){.hero-factory-strip{padding:0 40px}.hero-factory-strip-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-factory-fact{border-bottom:1px solid #eef2ef;border-right:0}.hero-factory-fact:nth-child(odd){border-right:1px solid #eef2ef}.hero-factory-fact:nth-last-child(-n+2){border-bottom:0}}@media (width<=768px){.hero-clean{background-image:linear-gradient(#0f172aad 0%,#0f172a7a 55%,#0f172a38 100%),url(/images/hero-showroom-banner-clean.webp);background-position:72%;min-height:580px}.hero-factory-strip{margin-top:-32px;padding:0 24px}.hero-factory-strip-inner{grid-template-columns:1fr}.hero-factory-fact,.hero-factory-fact:nth-child(odd),.hero-factory-fact:nth-last-child(-n+2){border-bottom:1px solid #eef2ef;border-right:0}.hero-factory-fact:last-child{border-bottom:0}.hero-shell{margin-bottom:28px}.hero-clean .hero-inner{padding:0 24px}.hero-clean .hero-copy{max-width:100%}.hero-clean .hero-eyebrow{letter-spacing:3px;margin-bottom:18px;font-size:11px}.hero-clean .hero-copy h1{letter-spacing:-.035em;font-size:36px;line-height:1.13}.hero-clean .hero-subtitle{max-width:100%;font-size:18px;line-height:1.6}.hero-clean .hero-actions{flex-direction:column;align-items:flex-start}.hero-clean .btn{width:100%;max-width:260px}}.product-categories{width:100%;max-width:1280px;padding:var(--uwell-section-y) var(--uwell-section-x);background:#fff;margin:0 auto}.product-categories-header{text-align:center}.product-eyebrow{color:var(--uwell-green);letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:12px;font-weight:800;line-height:1.4}.product-categories .product-title{color:var(--uwell-navy);letter-spacing:-.03em;text-align:center;max-width:none;margin:12px auto 0;padding:0;font-size:clamp(32px,3vw,48px);font-weight:800;line-height:1.12}.product-categories .product-description{max-width:760px;color:var(--uwell-muted);text-align:center;margin:14px auto 0;font-size:16px;line-height:1.6}.section-kicker{color:#496456;letter-spacing:.18em;text-align:center;margin:0 0 18px;font-size:12px;font-weight:700;line-height:1.4}.section-title{color:#151816;letter-spacing:0;text-align:center;width:min(800px,100%);margin:0 auto;font-size:clamp(36px,4vw,54px);font-weight:500;line-height:1.08}.section-description{color:#626b66;text-align:center;width:min(720px,100%);margin:24px auto 0;font-size:18px;line-height:1.65}.category-grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:20px;margin-top:40px;display:grid}.category-card{background:#fff;border:1px solid #11182714;border-radius:16px;flex-direction:column;height:100%;transition:all .25s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0f172a0a}.category-card:hover{border-color:var(--uwell-green-border);transform:translateY(-2px);box-shadow:0 12px 28px #0f172a14}.category-image{background:#f3f6f4;flex-shrink:0;height:240px;position:relative;overflow:hidden}.category-image img,.category-product-image{object-fit:cover;width:100%;height:100%;display:block}.chair-outline{width:132px;height:128px;position:relative}.chair-outline span{display:block;position:absolute}.chair-back{background:linear-gradient(90deg,#0000 46%,#1f412d24 46% 54%,#0000 54%),#ffffff2e;border:2px solid #1f412d5c;border-radius:26px 26px 18px 18px;width:52px;height:78px;top:8px;left:40px}.chair-seat{background:#ffffff42;border:2px solid #1f412d5c;border-radius:18px;width:62px;height:18px;top:82px;left:36px}.chair-base{background:#1f412d5c;width:2px;height:28px;top:98px;left:64px}.chair-base:before,.chair-base:after{content:"";background:#1f412d5c;width:42px;height:2px;position:absolute;bottom:0}.chair-base:before{transform-origin:100%;right:0;transform:rotate(-18deg)}.chair-base:after{transform-origin:0;left:0;transform:rotate(18deg)}.category-visual-label{color:#1f412d75;letter-spacing:2px;font-size:28px;font-weight:600}.ergonomic-visual .chair-back{border-radius:32px 32px 20px 20px;height:94px;top:0}.ergonomic-visual .chair-back:after{content:"";border-top:2px solid #1f412d3d;border-radius:50%;width:22px;height:18px;position:absolute;top:42px;left:13px}.mesh-visual .chair-back{background:repeating-linear-gradient(90deg,#1f412d1f 0 1px,#0000 1px 8px),repeating-linear-gradient(0deg,#1f412d1a 0 1px,#0000 1px 8px),#ffffff29}.executive-visual .chair-back{background:#ffffff3d;border-radius:30px 30px 18px 18px;width:60px;height:96px;top:0;left:36px}.executive-visual .chair-back:before{content:"";border:2px solid #1f412d33;border-radius:12px;width:30px;height:10px;position:absolute;top:12px;left:13px}.task-visual .chair-back{border-radius:18px;height:58px;top:22px}.task-visual .chair-seat{top:78px}.visitor-visual .chair-back{border-radius:18px 18px 12px 12px;width:58px;height:56px;top:20px;left:34px}.visitor-visual .chair-seat{width:68px;top:76px;left:32px}.visitor-visual .chair-base{background:0 0;border-left:2px solid #1f412d5c;border-right:2px solid #1f412d5c;width:48px;height:26px;top:96px;left:42px}.visitor-visual .chair-base:before,.visitor-visual .chair-base:after{display:none}.oem-visual .chair-outline:before{content:"";background:linear-gradient(90deg,#0000 48%,#1f412d1f 48% 52%,#0000 52%),#fff3;border:2px solid #1f412d47;width:44px;height:48px;position:absolute;top:42px;left:8px}.oem-visual .chair-back{border-radius:20px 20px 14px 14px;width:42px;height:58px;top:24px;left:68px}.oem-visual .chair-seat{width:52px;top:80px;left:64px}.oem-visual .chair-base{top:96px;left:90px}.category-content{flex-direction:column;flex:1;min-height:168px;padding:22px 22px 24px;display:flex}.category-title{color:#111827;letter-spacing:-.02em;margin:0 0 12px;font-size:22px;font-weight:650;line-height:1.22}.category-text{color:var(--uwell-muted);flex:1;margin:10px 0 0;font-size:14.5px;line-height:1.55}.category-link{width:fit-content;color:var(--uwell-green);align-items:center;gap:6px;margin-top:auto;padding-top:16px;font-size:14px;font-weight:750;text-decoration:none;display:inline-flex}.category-link:hover{text-decoration:underline}@media (width<=1100px){.product-categories{padding:88px 48px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.product-categories{padding:56px 20px 64px}.category-grid{grid-template-columns:1fr;gap:18px;margin-top:28px}}.products-page{color:#111827;background:#fff}.products-page-hero{grid-template-columns:minmax(0,1fr) minmax(320px,.62fr);align-items:center;gap:56px;width:min(1240px,100% - 48px);margin:0 auto;padding:86px 0 76px;display:grid}.products-page-hero-copy,.products-page-hero-panel,.products-page-section,.products-final-cta{min-width:0}.products-page-eyebrow{color:#2f6b4f;letter-spacing:.18em;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:800;line-height:1.4}.products-page-hero h1{color:#111827;letter-spacing:-.04em;max-width:880px;margin:0;font-size:clamp(40px,5vw,66px);font-weight:750;line-height:1.04}.products-page-hero p{color:#5f6b63;max-width:760px;margin:24px 0 0;font-size:19px;line-height:1.7}.products-page-actions{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.products-page-primary,.products-page-secondary{text-align:center;border-radius:6px;justify-content:center;align-items:center;min-height:48px;padding:13px 20px;font-size:15px;font-weight:800;line-height:1.2;text-decoration:none;display:inline-flex}.products-page-primary{color:#fff;background:#2f6b4f;border:1px solid #2f6b4f}.products-page-primary:hover{background:#24583f;border-color:#24583f}.products-page-secondary{color:#2f6b4f;background:#fff;border:1px solid #2f6b4f47}.products-page-secondary:hover{color:#24583f;background:#f3f7f3;border-color:#2f6b4f}.products-page-hero-panel{background:linear-gradient(135deg,#2f6b4f14,#11182708),#f7faf7;border:1px solid #dfe6df;border-radius:12px;gap:14px;padding:28px;display:grid;box-shadow:0 20px 46px #0f172a0f}.products-page-hero-panel span{color:#2f6b4f;text-align:center;background:#fff;border:1px solid #2f6b4f24;border-radius:8px;place-items:center;min-height:58px;padding:12px 14px;font-size:14px;font-weight:800;display:grid}.products-page-hero-product{gap:18px}.products-page-hero-chair{background:#fff;border:1px solid #2f6b4f24;border-radius:10px;place-items:center;min-height:230px;display:grid}.products-page-hero-chair span{color:#2f6b4f;text-align:center;background:#eef5ef;border-radius:50%;place-items:center;width:132px;height:132px;font-size:14px;font-weight:850;display:grid}.products-page-hero-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.products-page-hero-list span{min-height:48px}.products-page-section{border-top:1px solid #e5e7eb;width:min(1240px,100% - 48px);margin:0 auto;padding:76px 0}.products-page-section-header{max-width:820px;margin-bottom:34px}.products-page-section-header h2,.products-final-cta h2{color:#111827;letter-spacing:-.03em;margin:0;font-size:clamp(30px,3.5vw,48px);font-weight:750;line-height:1.12}.products-page-section-header p:not(.products-page-eyebrow),.products-final-cta p{color:#647067;margin:16px 0 0;font-size:17px;line-height:1.7}.products-category-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;display:grid}.products-category-card,.selected-product-card,.products-support-card{background:#fff;border:1px solid #e1e7e1;border-radius:10px;min-width:0;box-shadow:0 12px 30px #0f172a0a}.products-category-card{flex-direction:column;padding:24px;display:flex}.products-category-visual{color:#2f6b4f;background:#eef5ef;border:1px solid #2f6b4f1f;border-radius:8px;place-items:center;width:100%;height:132px;margin-bottom:18px;font-size:13px;font-weight:850;display:grid}.products-category-card h3,.selected-category-block h3,.selected-product-card h4,.products-support-card h3{color:#111827;letter-spacing:-.02em;margin:0;font-size:20px;font-weight:750;line-height:1.25}.products-category-card p,.selected-product-card p,.products-support-card p{color:#647067;margin:14px 0 0;font-size:15px;line-height:1.65}.products-category-card a{color:#2f6b4f;width:fit-content;margin-top:auto;padding-top:22px;font-size:14px;font-weight:800;text-decoration:none}.products-category-card a:hover{color:#24583f}.products-models-section{background:#fbfcfb}.products-page-note{color:#2f6b4f;background:#eef5ef;border:1px solid #2f6b4f29;border-radius:10px;max-width:840px;margin:0 0 28px;padding:16px 18px;font-size:16px;font-weight:750;line-height:1.55}.selected-category-list{gap:34px;display:grid}.selected-category-block{min-width:0}.selected-category-block h3{margin-bottom:18px}.selected-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.selected-product-card{flex-direction:column;display:flex;overflow:hidden}.selected-product-image{height:178px;color:inherit;background:linear-gradient(135deg,#2f6b4f14,#11182708),#f7faf7;place-items:center;text-decoration:none;display:grid}.selected-product-image span{color:#2f6b4f;border:1px solid #2f6b4f2e;border-radius:50%;place-items:center;width:82px;height:82px;font-size:20px;font-weight:850;display:grid}.selected-product-image-link:hover span{background:#eef5ef;border-color:#2f6b4f5c}.selected-product-body{flex-direction:column;flex:1;padding:24px;display:flex}.selected-product-title-link{color:inherit;text-decoration:none}.selected-product-title-link:hover{color:#2f6b4f}.selected-product-tags{flex-wrap:wrap;gap:8px;margin-top:18px;margin-bottom:22px;display:flex}.selected-product-tags span{color:#2f6b4f;background:#eef5ef;border-radius:999px;padding:7px 9px;font-size:12px;font-weight:800;line-height:1}.selected-product-quote{text-align:center;color:#fff;background:#2f6b4f;border:1px solid #2f6b4f;border-radius:6px;justify-content:center;align-items:center;width:100%;min-height:42px;margin-top:auto;padding:10px 12px;font-size:13px;font-weight:800;line-height:1.2;text-decoration:none;display:inline-flex}.selected-product-detail{color:#2f6b4f;text-align:center;background:#fff;border:1px solid #2f6b4f47;border-radius:6px;justify-content:center;align-items:center;width:100%;min-height:42px;margin-top:auto;margin-bottom:10px;padding:10px 12px;font-size:13px;font-weight:800;line-height:1.2;text-decoration:none;display:inline-flex}.selected-product-detail:hover{background:#f3f7f3;border-color:#2f6b4f}.selected-product-detail+.selected-product-quote{margin-top:0}.selected-product-quote:hover{background:#24583f;border-color:#24583f}.products-support-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.products-support-card{padding:26px}.products-section-button{margin-top:28px}.products-final-cta{text-align:center;background:#f4f8f4;border-radius:14px;width:min(1120px,100% - 48px);margin:18px auto 104px;padding:48px}.products-final-cta p{max-width:760px;margin-left:auto;margin-right:auto}.products-final-cta .products-page-primary{margin-top:28px}.neo-page{color:#111827;background:#fff;overflow-x:hidden}.neo-hero,.neo-section{width:min(1240px,100% - 48px);margin:0 auto}.neo-hero{grid-template-columns:minmax(0,.95fr) minmax(340px,.85fr);align-items:center;gap:56px;padding:86px 0 76px;display:grid}.neo-hero-copy h1{color:#111827;letter-spacing:-.04em;max-width:860px;margin:0;font-size:clamp(40px,5vw,64px);font-weight:750;line-height:1.04}.neo-hero-copy p:not(.products-page-eyebrow){color:#5f6b63;max-width:760px;margin:24px 0 0;font-size:19px;line-height:1.7}.neo-hero-subtitle{color:#2f6b4f;max-width:760px;margin:18px 0 0;font-size:18px;font-weight:700;line-height:1.65}.neo-hero-description{color:#5f6b63;max-width:760px;margin:14px 0 0;font-size:17px;line-height:1.7}.neo-hero-actions{margin-top:28px}.neo-support-tags{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.neo-support-tags span{color:#2f6b4f;background:#eef5ef;border:1px solid #2f6b4f29;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:850}.neo-image-frame{aspect-ratio:4/3;background:#f7faf7;border:1px solid #dfe6df;border-radius:12px;min-width:0;display:grid;overflow:hidden;box-shadow:0 16px 36px #0f172a0d}.neo-hero-image{aspect-ratio:1}.neo-image-frame img{object-fit:contain;background:#fff;width:100%;height:100%;display:block}.neo-image-placeholder{color:#2f6b4f;text-align:center;background:linear-gradient(135deg,#2f6b4f14,#11182708),#f7faf7;place-items:center;width:100%;height:100%;padding:22px;display:grid}.neo-image-placeholder span{background:#ffffffad;border:1px solid #2f6b4f2e;border-radius:50%;place-items:center;min-width:110px;min-height:110px;padding:16px;font-size:13px;font-weight:850;line-height:1.3;display:grid}.neo-section{border-top:1px solid #e5e7eb;padding:64px 0}.neo-gallery-grid,.neo-feature-grid,.neo-highlight-grid,.neo-cooperation-grid{gap:20px;display:grid}.neo-highlight-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.neo-highlight-card{background:#fff;border:1px solid #e1e7e1;border-radius:12px;flex-direction:column;min-width:0;display:flex;overflow:hidden;box-shadow:0 12px 30px #0f172a0a}.neo-highlight-image{aspect-ratio:4/3;background:#f7faf7;border-bottom:1px solid #e8eee8;overflow:hidden}.neo-highlight-image img{object-fit:contain;background:#fff;width:100%;height:100%;display:block}.neo-highlight-image-fallback{color:#2f6b4f;background:#eef5ef;place-items:center;width:100%;height:100%;font-size:28px;font-weight:800;display:grid}.neo-highlight-body{flex:1;padding:18px 18px 20px}.neo-highlight-body h3{color:#111827;letter-spacing:-.02em;margin:0;font-size:17px;font-weight:750;line-height:1.25}.neo-highlight-body p{color:#647067;margin:10px 0 0;font-size:14px;line-height:1.6}.neo-cooperation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.neo-cooperation-card{background:#fbfcfb;border:1px solid #e1e7e1;border-radius:12px;min-width:0;padding:26px 24px;box-shadow:0 12px 30px #0f172a0a}.neo-cooperation-card h3{color:#111827;letter-spacing:-.02em;margin:0;font-size:20px;font-weight:750;line-height:1.25}.neo-cooperation-card p{color:#647067;margin:12px 0 0;font-size:15px;line-height:1.65}.neo-cooperation-section{background:#f7f8f7}.neo-spec-cards{grid-template-columns:1fr;gap:12px;max-width:920px;margin:0 auto;display:none}.neo-spec-card{background:#fff;border:1px solid #e1e7e1;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex;box-shadow:0 8px 20px #0f172a0a}.neo-spec-label{color:#2f6b4f;font-size:14px;font-weight:800;line-height:1.4}.neo-spec-value{color:#111827;text-align:right;font-size:15px;font-weight:700;line-height:1.4}.neo-cta-contact{margin-top:18px}.neo-cta-contact a{color:#2f6b4f;font-size:16px;font-weight:700;text-decoration:none}.neo-cta-contact a:hover{color:#24583f;text-decoration:underline}.neo-final-cta .products-page-eyebrow{margin-bottom:12px}.neo-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.neo-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;max-width:100%}.neo-feature-card,.neo-info-card,.neo-spec-table-wrap{background:#fff;border:1px solid #e1e7e1;border-radius:10px;min-width:0;box-shadow:0 12px 30px #0f172a0a}.neo-feature-card{padding:22px}.neo-feature-card h3,.neo-info-card h2{color:#111827;letter-spacing:-.02em;margin:0;font-size:20px;font-weight:750;line-height:1.25}.neo-feature-card p{color:#647067;margin:12px 0 0;font-size:15px;line-height:1.6}.neo-spec-section{padding-top:56px}.neo-spec-table-wrap{max-width:920px;margin:0 auto;overflow:hidden}.neo-spec-table{border-collapse:collapse;width:100%}.neo-spec-table th,.neo-spec-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 20px;font-size:15px;line-height:1.45}.neo-spec-table th{color:#2f6b4f;background:#f7faf7;width:34%;font-weight:850}.neo-spec-table td{color:#111827;font-weight:700}.neo-spec-table tr:last-child th,.neo-spec-table tr:last-child td{border-bottom:0}.neo-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.neo-info-card{padding:30px}.neo-info-card p:not(.products-page-eyebrow){color:#647067;margin:16px 0 0;font-size:16px;line-height:1.7}.neo-cta-actions{justify-content:center}.neo-final-cta{margin-top:10px;margin-bottom:86px;padding:42px}.neo-final-cta h2{font-size:clamp(34px,4vw,52px)}.neo-final-cta .products-page-primary{margin-top:0}@media (width<=1120px){.products-page-hero,.neo-hero{grid-template-columns:1fr}.products-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.neo-gallery-grid,.neo-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.neo-highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.neo-cooperation-grid,.selected-products-grid,.products-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.products-category-grid,.neo-feature-grid,.neo-highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.products-page{width:100%;overflow-x:hidden}.products-page-hero,.neo-hero{gap:32px;padding:58px 0 52px}.products-page-section-header h2,.products-final-cta h2{font-size:28px}.products-page-hero p,.neo-hero-copy p:not(.products-page-eyebrow):not(.neo-hero-subtitle):not(.neo-hero-description),.products-page-section-header p:not(.products-page-eyebrow),.products-page-note,.products-final-cta p,.neo-hero-subtitle{font-size:16px}.neo-hero-description{font-size:15px}.products-page-hero-copy,.neo-hero-copy{text-align:center}.products-page-hero p,.neo-hero-copy p:not(.products-page-eyebrow):not(.neo-hero-subtitle):not(.neo-hero-description),.neo-hero-subtitle,.neo-hero-description{margin-left:auto;margin-right:auto}.neo-hero-actions,.products-page-actions{width:100%;max-width:100%;margin-left:auto;margin-right:auto}.products-page-actions,.products-page-hero-panel,.products-category-grid,.selected-products-grid,.products-support-grid,.neo-gallery-grid,.neo-feature-grid,.neo-highlight-grid,.neo-cooperation-grid,.neo-two-column{grid-template-columns:1fr;display:grid}.neo-spec-table-wrap{display:none}.neo-spec-cards{display:grid}.neo-spec-card{flex-direction:column;align-items:flex-start;gap:8px}.neo-spec-value{text-align:left}.neo-highlight-body{padding:16px}.neo-cooperation-card{padding:22px 20px}.neo-final-cta{margin-top:0;margin-bottom:64px;padding:28px 20px}.neo-final-cta h2{font-size:28px}.neo-cta-actions{width:100%}.neo-support-tags{justify-content:center}.products-page-primary,.products-page-secondary{width:100%}.products-page-hero-panel,.products-final-cta{padding:28px 22px}.products-page-section,.neo-section{padding:48px 0}.neo-spec-section{padding-top:44px}}.manufacturing-page{color:#243b55;background:#fbfcfb}.manufacturing-page-eyebrow{color:#2f6b4f;letter-spacing:.18em;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:800;line-height:1.4}.manufacturing-page-primary{color:#fff;text-align:center;background:#2f6b4f;border:1px solid #2f6b4f;border-radius:6px;justify-content:center;align-items:center;min-height:48px;padding:13px 24px;font-size:15px;font-weight:800;line-height:1.2;text-decoration:none;display:inline-flex}.manufacturing-page-primary:hover{background:#24583f;border-color:#24583f}.manufacturing-banner{box-sizing:border-box;background-image:url(/images/manufacturing-hero.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom:1px solid #e8ece8;justify-content:flex-start;align-items:center;width:100%;max-width:none;min-height:430px;margin:0;display:flex;position:relative;overflow:hidden}.manufacturing-banner-overlay{z-index:1;pointer-events:none;background:linear-gradient(90deg,#ffffff94 0%,#ffffff47 42%,#ffffff0a 100%);position:absolute;inset:0}.manufacturing-banner-inner{z-index:2;box-sizing:border-box;text-align:left;width:min(1240px,100% - 48px);margin:0 auto;padding-left:clamp(32px,6vw,96px);padding-right:24px;position:relative}.manufacturing-banner h1{color:#1f3448;letter-spacing:-.03em;text-align:left;max-width:780px;margin:0 0 28px;font-size:clamp(46px,5vw,72px);font-weight:700;line-height:1.05}.manufacturing-banner p{color:#46534f;text-align:left;max-width:720px;margin:0;font-size:clamp(18px,1.7vw,22px);line-height:1.6}.manufacturing-intro{background:#fff;border-bottom:1px solid #e8ece8}.manufacturing-intro-inner{width:min(1160px,100% - 48px);margin:0 auto;padding:56px 0 60px}.manufacturing-intro-copy{text-align:center;margin:0 auto}.manufacturing-intro-eyebrow{margin-bottom:12px}.manufacturing-intro-inner h2{color:#243b55;letter-spacing:-.03em;max-width:820px;margin:0 auto;font-size:clamp(30px,3.4vw,46px);font-weight:750;line-height:1.18}.manufacturing-intro-text{color:#647067;max-width:800px;margin:18px auto 0;font-size:clamp(17px,1.5vw,18px);line-height:1.7}.manufacturing-stats-grid{border-top:1px solid #edf1ed;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:40px;padding-top:36px;display:grid}.manufacturing-stat-item{min-width:0}.manufacturing-stat-item strong{color:#2f6b4f;letter-spacing:-.03em;margin-bottom:6px;font-size:clamp(26px,2.8vw,34px);font-weight:850;line-height:1.1;display:block}.manufacturing-stat-item span{color:#647067;font-size:14px;font-weight:700;line-height:1.45;display:block}.manufacturing-features{background:#fbfcfb}.manufacturing-feature-row{border-bottom:1px solid #e8ece8;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:56px;width:min(1240px,100% - 48px);margin:0 auto;padding:56px 0;display:grid}.manufacturing-feature-row.is-reverse .manufacturing-feature-media{order:2}.manufacturing-feature-row.is-reverse .manufacturing-feature-copy{order:1}.manufacturing-feature-media,.manufacturing-feature-copy{min-width:0}.manufacturing-feature-placeholder{text-align:center;background:linear-gradient(135deg,#2f6b4f0a,#ffffffe6),#f7faf7;border:1px dashed #cfd8cf;border-radius:10px;justify-content:center;align-items:center;min-height:280px;padding:28px;display:flex}.manufacturing-feature-placeholder span{color:#7a877e;text-transform:lowercase;max-width:280px;font-size:13px;font-weight:700;line-height:1.55}.manufacturing-feature-placeholder.has-image{padding:0;overflow:hidden}.manufacturing-feature-placeholder.has-image img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:280px;display:block}.manufacturing-feature-number{color:#2f6b4f;letter-spacing:.08em;margin-bottom:24px;font-size:36px;font-weight:700;line-height:1;display:inline-block}.manufacturing-feature-copy h3{color:#243b55;letter-spacing:-.02em;margin:0;font-size:clamp(22px,2.4vw,28px);font-weight:750;line-height:1.25}.manufacturing-feature-copy p{color:#647067;margin:16px 0 0;font-size:16px;line-height:1.7}.manufacturing-markets,.global-presence-section{background:#fff;border-bottom:1px solid #e8ece8}.global-presence-inner{width:min(1180px,100% - 48px);margin:0 auto;padding:56px 0 64px}.global-presence-layout{grid-template-columns:minmax(240px,300px) minmax(0,1fr);align-items:center;gap:36px;display:grid}.global-presence-copy h2{color:#243b55;letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:clamp(28px,3vw,42px);font-weight:800;line-height:1.08}.global-presence-copy p{color:#647067;margin:16px 0 0;font-size:17px;line-height:1.7}.global-presence-map-card{min-width:0;box-shadow:none;opacity:0;background:#fff;border:1px solid #e8ece8;border-radius:8px;padding:12px;transition:opacity .65s,transform .65s;overflow:hidden;transform:translateY(18px)}.global-presence-map-card.is-visible{opacity:1;transform:translateY(0)}.global-presence-map-svg{width:100%;height:auto;min-height:280px;display:block}.global-presence-base-land{fill:#d8e2e6;stroke:#aebfcb;stroke-width:.75px}.global-presence-region{fill:#5a7a3257;stroke:#5a7a3280;stroke-width:.8px;transition:fill .25s,stroke .25s}.global-presence-region.region-china{fill:#5a7a3270;stroke:#4a682a9e}.global-presence-region.is-active{fill:#5a7a327a;stroke:#4a682aad}.global-presence-arcs .global-presence-arc{fill:none;stroke:#5a7a3280;stroke-width:1.35px;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1px;opacity:0;transition:stroke-dashoffset 1.1s,opacity .45s}.global-presence-arcs.is-visible .global-presence-arc:first-child{opacity:1;stroke-dashoffset:0;transition-delay:.15s}.global-presence-arcs.is-visible .global-presence-arc:nth-child(2){opacity:1;stroke-dashoffset:0;transition-delay:.3s}.global-presence-arcs.is-visible .global-presence-arc:nth-child(3){opacity:1;stroke-dashoffset:0;transition-delay:.45s}.global-presence-arcs.is-visible .global-presence-arc:nth-child(4){opacity:1;stroke-dashoffset:0;transition-delay:.6s}.global-presence-marker{cursor:default;outline:none;transition:transform .25s}.global-presence-marker-dot{fill:#5a7a32;stroke:#fff;stroke-width:2px}.global-presence-map-card.is-visible .global-presence-marker-dot{animation:3s ease-in-out infinite global-presence-marker-pulse}.global-presence-marker.is-origin .global-presence-marker-dot{fill:#628235}.global-presence-marker.is-active,.global-presence-marker:hover,.global-presence-marker:focus-visible{transform:scale(1.08)}.global-presence-marker-label{fill:#243b55;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round;font-family:inherit;font-size:11px;font-weight:750}.global-presence-marker.is-active .global-presence-marker-label,.global-presence-marker:hover .global-presence-marker-label,.global-presence-marker:focus-visible .global-presence-marker-label{fill:#456628}@keyframes global-presence-marker-pulse{0%,to{filter:drop-shadow(0 0 #6f8f3d2e)}50%{filter:drop-shadow(0 0 6px #6f8f3d47)}}@media (prefers-reduced-motion:reduce){.global-presence-map-card{opacity:1;transition:none;transform:none}.global-presence-arcs .global-presence-arc{opacity:1;stroke-dashoffset:0;transition:none}.global-presence-marker-dot{animation:none!important}.global-presence-marker.is-active,.global-presence-marker:hover,.global-presence-marker:focus-visible{transform:none}}@media (width<=960px){.global-presence-layout{grid-template-columns:1fr;gap:28px}}@media (width<=760px){.global-presence-inner{width:min(1180px,100% - 32px);padding:44px 0 52px}.global-presence-copy p{font-size:16px}.global-presence-map-card{padding:8px}.global-presence-map-svg{min-height:220px}.global-presence-marker-label{font-size:10px}}.manufacturing-final-cta{text-align:center;background:#fff;border:1px solid #e1e7e1;border-radius:12px;width:min(1120px,100% - 48px);margin:48px auto 96px;padding:48px 40px}.manufacturing-final-cta h2{color:#243b55;letter-spacing:-.03em;margin:0;font-size:clamp(26px,3vw,36px);font-weight:750;line-height:1.15}.manufacturing-final-cta p{color:#647067;max-width:680px;margin:16px auto 0;font-size:17px;line-height:1.7}.manufacturing-final-cta .manufacturing-page-primary{margin-top:28px}@media (width<=960px){.manufacturing-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}.manufacturing-feature-row,.manufacturing-feature-row.is-reverse{grid-template-columns:1fr;gap:28px;padding:44px 0}.manufacturing-feature-row.is-reverse .manufacturing-feature-media,.manufacturing-feature-row.is-reverse .manufacturing-feature-copy{order:unset}.manufacturing-feature-placeholder{min-height:220px}}@media (width<=760px){.manufacturing-page{width:100%;overflow-x:hidden}.manufacturing-intro-inner,.manufacturing-feature-row,.manufacturing-markets-inner,.manufacturing-final-cta{width:min(1240px,100% - 32px)}.manufacturing-page .manufacturing-banner{width:100%;max-width:none;min-height:320px;margin-left:0;margin-right:0}.manufacturing-page .manufacturing-banner-inner{width:calc(100% - 32px);max-width:none;margin-left:16px;margin-right:16px;padding-left:clamp(24px,5.5vw,40px);padding-right:16px}.manufacturing-page .manufacturing-banner h1{max-width:100%;margin-bottom:20px;font-size:clamp(34px,8vw,46px);line-height:1.08}.manufacturing-page .manufacturing-banner p{max-width:100%;font-size:clamp(16px,4vw,20px);line-height:1.6}.manufacturing-intro-inner{padding:48px 0 52px}.manufacturing-intro-inner h2{font-size:clamp(30px,8vw,36px)}.manufacturing-intro-text{font-size:17px}.manufacturing-stats-grid{grid-template-columns:1fr;gap:22px;margin-top:32px;padding-top:28px}.manufacturing-feature-row{padding:36px 0}.manufacturing-feature-placeholder{min-height:180px;padding:20px}.manufacturing-feature-placeholder.has-image{padding:0}.manufacturing-feature-placeholder.has-image img{min-height:180px}.manufacturing-final-cta{margin:36px auto 72px;padding:36px 24px}.manufacturing-final-cta h2{font-size:26px}.manufacturing-final-cta p{font-size:16px}.manufacturing-final-cta .manufacturing-page-primary{width:100%}}.oem-page{color:#243b55;background:#fbfcfb}.oem-page-header{text-align:center;background-image:url(/images/office-chair-design-development-designer.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:620px;display:flex;position:relative;overflow:hidden}.oem-page-header:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0f182361 0%,#0f18236b 38%,#0f18237a 100%);position:absolute;inset:0}.oem-page-header:after{content:"";z-index:2;pointer-events:none;background:#fbfcfb;border-radius:0 0 50% 50%/0 0 100% 100%;width:110%;height:120px;position:absolute;bottom:-55px;left:-5%}.oem-page-header-inner{z-index:3;text-align:center;width:100%;max-width:1120px;margin:0 auto;padding:0 24px 72px;position:relative}.oem-page-eyebrow{color:#2f6b4f;letter-spacing:.18em;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:800;line-height:1.4}.oem-page-header .oem-page-eyebrow{color:#ffffffe0;letter-spacing:.22em;text-transform:uppercase;margin:0 0 18px;font-size:17px;font-weight:600;line-height:1.4}.oem-page-header h1{color:#fff;letter-spacing:-.03em;max-width:1100px;margin:0 auto 26px;font-size:clamp(46px,5vw,72px);font-weight:800;line-height:1.08}.oem-page-header-inner>p:not(.oem-page-eyebrow){color:#ffffffe6;max-width:920px;margin:0 auto 34px;font-size:clamp(18px,1.45vw,22px);font-weight:400;line-height:1.55}.oem-page-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:28px;display:flex}.oem-page-header .oem-page-actions{gap:20px;margin-top:0}.oem-page-header .oem-page-primary{border-radius:12px;padding:18px 36px;font-size:16px}.oem-page-header .oem-page-secondary{color:#2f6b4f;background:#ffffffeb;border:1px solid #ffffff8c;border-radius:12px;padding:18px 36px;font-size:16px}.oem-page-header .oem-page-secondary:hover{color:#24583f;background:#fff;border-color:#ffffffbf}.oem-page-primary,.oem-page-secondary{text-align:center;border-radius:6px;justify-content:center;align-items:center;min-height:48px;padding:13px 24px;font-size:15px;font-weight:800;line-height:1.2;text-decoration:none;transition:background .22s,border-color .22s,box-shadow .22s;display:inline-flex}.oem-page-primary{color:#fff;background:#2f6b4f;border:1px solid #2f6b4f}.oem-page-primary:hover{background:#24583f;border-color:#24583f;box-shadow:0 8px 20px #2f6b4f38}.oem-page-secondary{color:#2f6b4f;background:#fff;border:1px solid #2f6b4f47}.oem-page-secondary:hover{color:#24583f;background:#f3f7f3;border-color:#2f6b4f}.oem-page-section{width:min(1160px,100% - 48px);margin:0 auto;padding:56px 0 64px}.oem-page-section-alt{background:#fff;border-top:1px solid #e8ece8;border-bottom:1px solid #e8ece8;width:100%;max-width:none;padding-left:0;padding-right:0}.oem-page-section-alt .oem-page-section-header,.oem-page-section-alt .oem-page-process-grid{width:min(1160px,100% - 48px);margin-left:auto;margin-right:auto}.oem-page-section-header{text-align:center;max-width:760px;margin:0 auto 32px}.oem-page-section-header h2{color:#243b55;letter-spacing:-.03em;margin:0;font-size:clamp(28px,3vw,40px);font-weight:750;line-height:1.15}.oem-page-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.oem-page-process-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;display:grid}.oem-page-card{background:#fff;border:1px solid #e8ece8;border-radius:12px;flex-direction:column;min-height:100%;transition:transform .28s,box-shadow .28s,border-color .28s;display:flex;overflow:hidden;box-shadow:0 8px 24px #243b550f}.oem-page-card:hover{border-color:#2f6b4f6b;transform:translateY(-4px);box-shadow:0 16px 36px #243b551a}.oem-page-card-body{text-align:center;flex-direction:column;flex:1;align-items:center;gap:10px;padding:34px 24px 24px;display:flex}.oem-page-card-icon{color:#2f6b4f;background:#2f6b4f1a;border-radius:999px;flex:none;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.oem-page-card-icon-overlay{color:#fff;background:#2f6b4f;border:4px solid #fff;margin-top:-48px;box-shadow:0 8px 18px #243b551f}.oem-page-card-icon svg{width:22px;height:22px;display:block}.oem-page-card-emoji{font-size:22px;line-height:1}.oem-page-card-body h3{color:#243b55;letter-spacing:-.02em;width:100%;margin:0;font-size:18px;font-weight:750;line-height:1.25}.oem-page-card-body p{color:#647067;flex:1;width:100%;margin:0;font-size:15px;line-height:1.65}.oem-page-card-media{aspect-ratio:16/10;background:#eef2ef;flex:none}.oem-page-card-media.has-image{overflow:hidden}.oem-page-card-media.has-image img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.oem-page-channel-card{background:#f7faf7}.oem-page-channel-card .oem-page-card-body{text-align:center;justify-content:flex-start;align-items:center;min-height:240px;padding:32px 24px 28px}.oem-page-channel-icon{color:#2f6b4f;background:#2f6b4f1f;border-radius:999px;flex:none;justify-content:center;align-items:center;width:68px;height:68px;margin:0 0 18px;display:inline-flex}.oem-page-channel-icon svg{width:32px;height:32px;display:block}.oem-page-channel-card h3{margin:0}.oem-page-channel-card p{margin:10px 0 0}.oem-page-process-card .oem-page-card-body{text-align:left;align-items:flex-start;padding:24px}.oem-page-step-number{color:#fff;letter-spacing:.06em;background:#2f6b4f;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;font-size:13px;font-weight:800;display:inline-flex}.oem-page-process-icon{color:#2f6b4f;background:#2f6b4f1a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.oem-page-process-icon svg{width:20px;height:20px;display:block}@media (prefers-reduced-motion:reduce){.oem-page-card,.oem-page-primary,.oem-page-secondary{transition:none}.oem-page-card:hover{transform:none}}@media (width<=960px){.oem-page-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.oem-page-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.oem-page{width:100%;overflow-x:hidden}.oem-page-section,.oem-page-section-alt .oem-page-section-header,.oem-page-section-alt .oem-page-process-grid{width:min(1240px,100% - 32px)}.oem-page-section{padding:44px 0 52px}.oem-page-grid,.oem-page-process-grid{grid-template-columns:1fr;gap:18px}.oem-page-card{min-width:0}.oem-page-actions{flex-direction:column;align-items:stretch}.oem-page-primary,.oem-page-secondary{width:100%}.oem-page-section-header h2{font-size:28px}}.quality-page{color:#243b55;background:#fbfcfb}.quality-page-header{background-color:#fff;background-image:url(/images/quality/quality-certifications-hero-banner.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom:1px solid #e8ece8;position:relative;overflow:hidden}.quality-page-header:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0f172a8c,#0f172a8c);position:absolute;inset:0}.quality-page-header-inner{z-index:2;text-align:center;width:min(920px,100% - 48px);margin:0 auto;padding:64px 0 56px;position:relative}.quality-page-eyebrow{color:#ffffffd9;letter-spacing:.18em;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:800;line-height:1.4}.quality-page-header h1{color:#fff;letter-spacing:-.03em;margin:0;font-size:clamp(34px,4.5vw,52px);font-weight:750;line-height:1.1}.quality-page-header p:not(.quality-page-eyebrow){color:#ffffffe6;max-width:760px;margin:18px auto 0;font-size:clamp(17px,2vw,20px);line-height:1.65}.quality-page-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:28px;display:flex}.quality-page-primary,.quality-page-secondary{text-align:center;border-radius:6px;justify-content:center;align-items:center;min-height:48px;padding:13px 24px;font-size:15px;font-weight:800;line-height:1.2;text-decoration:none;transition:background .22s,border-color .22s,box-shadow .22s,color .22s;display:inline-flex}.quality-page-primary{color:#fff;background:#2f6b4f;border:1px solid #2f6b4f}.quality-page-primary:hover{background:#24583f;border-color:#24583f;box-shadow:0 8px 20px #2f6b4f38}.quality-page-secondary{color:#2f6b4f;background:#fff;border:1px solid #2f6b4f47}.quality-page-secondary:hover{color:#24583f;background:#f3f7f3;border-color:#2f6b4f}.quality-section{padding:56px 0}.quality-section-inner{width:min(1160px,100% - 48px);margin:0 auto}.quality-section-header{text-align:center;max-width:760px;margin:0 auto 32px}.quality-section-header h2{color:#243b55;letter-spacing:-.03em;margin:0;font-size:clamp(28px,3vw,40px);font-weight:750;line-height:1.15}.quality-section-header p{color:#5f6b63;margin:14px 0 0;font-size:clamp(16px,2vw,18px);line-height:1.65}.quality-standards-section{background:#fff;border-bottom:1px solid #e8ece8}.quality-standards-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.quality-standard-card{text-align:left;background:#fff;border:1px solid #e8ece8;border-radius:12px;flex-direction:column;align-items:flex-start;min-height:100%;padding:24px 22px 26px;transition:transform .24s,box-shadow .24s,border-color .24s;display:flex;box-shadow:0 8px 24px #243b550f}.quality-standard-card:hover{border-color:#2f6b4f59;transform:translateY(-3px);box-shadow:0 12px 28px #243b551a}.quality-standard-card__icon{color:#2f6b4f;background:#2f6b4f1a;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:inline-flex}.quality-standard-card__icon svg{width:22px;height:22px;display:block}.quality-standard-card h3{color:#243b55;letter-spacing:-.02em;margin:0;font-size:18px;font-weight:750;line-height:1.3}.quality-standard-card p{color:#5f6b63;margin:10px 0 0;font-size:15px;line-height:1.6}.quality-section.quality-documents-section{background:#f7faf8;padding:clamp(72px,6vw,84px) 0}.quality-documents-layout{grid-template-columns:minmax(0,.4fr) minmax(0,.6fr);align-items:center;gap:clamp(32px,4.5vw,56px);display:grid}.quality-documents-copy h2{color:#243b55;letter-spacing:-.03em;margin:0;font-size:clamp(28px,3vw,36px);font-weight:750;line-height:1.15}.quality-documents-lead{color:#5f6b63;margin:18px 0 0;font-size:clamp(15px,1.5vw,16px);line-height:1.6}.quality-documents-note{color:#6b756f;margin:12px 0 0;font-size:14px;line-height:1.55}.quality-documents-cta{color:#fff;background:#2f6b4f;border:1px solid #2f6b4f;border-radius:8px;justify-content:center;align-items:center;min-height:46px;margin-top:24px;padding:0 26px;font-size:15px;font-weight:750;line-height:1.2;text-decoration:none;transition:background .22s,border-color .22s,box-shadow .22s,transform .22s;display:inline-flex}.quality-documents-cta:hover{background:#265a40;border-color:#265a40;transform:translateY(-1px);box-shadow:0 6px 16px #2f6b4f33}.quality-documents-wall{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.quality-documents-thumb{background:#fff;border:1px solid #e3e9e5;border-radius:16px;flex-direction:column;min-width:0;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;overflow:hidden;box-shadow:0 4px 14px #243b550d}.quality-documents-thumb:hover{border-color:#2f6b4f4d;transform:translateY(-2px);box-shadow:0 8px 20px #243b5514}.quality-documents-thumb__media{background:#f0f4f2;justify-content:center;align-items:center;height:165px;padding:12px 14px;display:flex}.quality-documents-thumb__media img{object-fit:contain;object-position:center;width:auto;max-width:100%;height:auto;max-height:132px;display:block}.quality-documents-thumb__label{color:#243b55;letter-spacing:.01em;text-align:center;background:#fff;border-top:1px solid #e8ece8;margin:0;padding:10px 10px 12px;font-size:13px;font-weight:700;line-height:1.3}.quality-section.quality-process-section{background:#f7faf8;border-top:1px solid #e8ece8}.quality-process-section .quality-section-header{margin-bottom:40px}.quality-process-flow{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none;display:grid;position:relative}.quality-process-flow:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(90deg,#2f6b4f26 0%,#2f6b4f73 50%,#2f6b4f26 100%);height:2px;position:absolute;top:34px;left:10%;right:10%}.quality-process-step{z-index:1;text-align:center;flex-direction:column;align-items:center;min-width:0;display:flex;position:relative}.quality-process-step__marker{flex-direction:column;align-items:center;gap:10px;margin-bottom:16px;display:flex}.quality-process-step__num{color:#fff;letter-spacing:.08em;background:#2f6b4f;border-radius:999px;justify-content:center;align-items:center;min-width:40px;height:24px;padding:0 8px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.quality-process-step__icon{color:#2f6b4f;background:#fff;border:1px solid #2f6b4f38;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;box-shadow:0 4px 12px #243b550d}.quality-process-step__icon svg{width:22px;height:22px;display:block}.quality-process-step__body h3{color:#243b55;letter-spacing:-.02em;margin:0;font-size:16px;font-weight:750;line-height:1.3}.quality-process-step__body p{color:#5f6b63;margin:8px 0 0;font-size:14px;line-height:1.55}.quality-trust-statement{background:#fff;padding:8px 0 24px}.quality-trust-statement-inner{text-align:center;background:#f7faf7;border:1px solid #e8ece8;border-radius:12px;width:min(920px,100% - 48px);margin:0 auto;padding:32px 36px}.quality-trust-statement-inner p{color:#5f6b63;margin:0;font-size:clamp(16px,2vw,18px);line-height:1.7}.quality-contact-bar{padding:0 0 72px}.quality-contact-bar-inner{text-align:center;background:#fff;border:1px solid #e8ece8;border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:center;gap:18px 24px;width:min(960px,100% - 48px);margin:0 auto;padding:32px 36px;display:flex;box-shadow:0 8px 24px #243b550f}.quality-contact-icon{color:#2f6b4f;flex:none;width:28px;height:28px}.quality-contact-bar-inner p{color:#5f6b63;flex:320px;max-width:640px;margin:0;font-size:16px;line-height:1.65}.quality-contact-bar-inner .quality-page-primary{flex:none}@media (prefers-reduced-motion:reduce){.quality-standard-card,.quality-documents-thumb,.quality-documents-cta,.quality-page-primary,.quality-page-secondary{transition:none}.quality-standard-card:hover,.quality-documents-thumb:hover,.quality-documents-cta:hover{transform:none}}@media (width<=1024px){.quality-standards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.quality-documents-layout{grid-template-columns:1fr;gap:32px}.quality-documents-copy{max-width:640px}}@media (width<=960px){.quality-process-flow{grid-template-columns:1fr;gap:0;padding-left:8px}.quality-process-flow:before{background:linear-gradient(#2f6b4f26 0%,#2f6b4f73 50%,#2f6b4f26 100%);width:2px;height:auto;inset:8px auto 8px 27px}.quality-process-step{text-align:left;grid-template-columns:56px minmax(0,1fr);align-items:start;gap:0 18px;padding:0 0 28px;display:grid}.quality-process-step--last{padding-bottom:0}.quality-process-step__marker{gap:8px;margin-bottom:0}.quality-process-step__body{padding-top:2px}}@media (width<=760px){.quality-page{width:100%;overflow-x:hidden}.quality-page-header-inner,.quality-section-inner,.quality-trust-statement-inner,.quality-contact-bar-inner{width:min(1240px,100% - 32px)}.quality-page-header-inner{padding:48px 0 44px}.quality-section{padding:44px 0}.quality-standards-grid{grid-template-columns:1fr;gap:16px}.quality-section.quality-documents-section{padding:64px 0}.quality-documents-wall{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.quality-documents-thumb__media{height:150px;padding:10px 12px}.quality-documents-thumb__media img{max-height:120px}.quality-documents-cta{width:100%;max-width:320px}.quality-documents-thumb,.quality-standard-card,.quality-process-step{min-width:0}.quality-page-actions{flex-direction:column;align-items:stretch}.quality-page-primary,.quality-page-secondary{width:100%}.quality-trust-statement-inner,.quality-contact-bar-inner{padding:28px 22px}.quality-contact-bar-inner .quality-page-primary{width:100%}.quality-section-header h2{font-size:28px}}.resources-page{color:#243b55;background:#fbfcfb}.resources-page-eyebrow{color:#2f6b4f;letter-spacing:.18em;text-align:center;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:800;line-height:1.4}.resources-page-primary{color:#fff;text-align:center;background:#2f6b4f;border:1px solid #2f6b4f;border-radius:6px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:13px 24px;font-size:15px;font-weight:800;line-height:1.2;text-decoration:none;transition:background .22s,border-color .22s,box-shadow .22s;display:inline-flex}.resources-page-primary:hover{background:#24583f;border-color:#24583f;box-shadow:0 8px 20px #2f6b4f38}.resources-cta-icon{flex:none;width:18px;height:18px}.resources-hero{background-color:#0f172a;background-image:url(/images/resources-buyer-documents-hero-banner.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom:1px solid #e8ece8;position:relative;overflow:hidden}.resources-hero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0f172a94,#0f172a94);position:absolute;inset:0}.resources-hero-inner{z-index:2;text-align:center;width:min(920px,100% - 48px);margin:0 auto;padding:56px 0 48px;position:relative}.resources-hero .resources-page-eyebrow{color:#ffffffd1}.resources-hero h1{color:#fff;letter-spacing:-.03em;margin:0;font-size:clamp(34px,4.5vw,52px);font-weight:750;line-height:1.1}.resources-hero p:not(.resources-page-eyebrow){color:#ffffffe0;max-width:760px;margin:18px auto 0;font-size:clamp(17px,2vw,20px);line-height:1.65}.resources-section{padding:56px 0}.resources-section-inner{width:min(1160px,100% - 48px);margin:0 auto}.resources-section-header{text-align:center;max-width:760px;margin:0 auto 32px}.resources-section-header h2{color:#243b55;letter-spacing:-.03em;margin:0;font-size:clamp(26px,3vw,36px);font-weight:750;line-height:1.15}.resources-section-header p{color:#5f6b63;margin:14px 0 0;font-size:clamp(15px,1.8vw,17px);line-height:1.6}.resources-featured-section{background:#f7faf8}.resources-documents-section{background:#fff;border-top:1px solid #e8ece8}.resources-featured-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:24px;display:grid}.resources-documents-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:20px;display:grid}.resource-document-card{background:#fff;border:1px solid #e8ece8;border-radius:14px;flex-direction:column;align-items:flex-start;min-height:100%;padding:22px 20px 20px;transition:border-color .22s,box-shadow .22s,transform .22s;display:flex;box-shadow:0 4px 14px #243b550d}.resource-document-card:hover{border-color:#2f6b4f52;transform:translateY(-2px);box-shadow:0 8px 20px #243b5514}.resource-document-card__icon{color:#2f6b4f;background:#2f6b4f1a;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;display:inline-flex}.resource-document-card__icon svg{width:22px;height:22px;display:block}.resource-document-card h3{color:#243b55;letter-spacing:-.02em;margin:0;font-size:17px;font-weight:750;line-height:1.3}.resource-document-card p{color:#5f6b63;flex:1;margin:10px 0 0;font-size:14px;line-height:1.55}.resource-document-card__link{color:#2f6b4f;align-items:center;gap:6px;margin-top:14px;font-size:14px;font-weight:750;line-height:1.4;text-decoration:none;transition:color .2s,gap .2s;display:inline-flex}.resource-document-card__link:hover{color:#24583f;gap:10px}.resource-article-card{background:#fff;border:1px solid #e8ece8;border-radius:14px;flex-direction:column;min-height:100%;transition:border-color .22s,box-shadow .22s,transform .22s;display:flex;overflow:hidden;box-shadow:0 6px 18px #243b550d}.resource-article-card:hover{border-color:#2f6b4f52;transform:translateY(-2px);box-shadow:0 10px 24px #243b5514}.resource-article-card__media{background:#eef2ef;height:180px;display:block;overflow:hidden}.resource-article-card--featured .resource-article-card__media{height:200px}.resource-article-card__media img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.resource-article-card__body{flex-direction:column;flex:1;align-items:flex-start;padding:20px 22px 22px;display:flex}.resource-article-card__category{color:#2f6b4f;letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:11px;font-weight:800;line-height:1.2}.resource-article-card__title{letter-spacing:-.02em;margin:0;font-size:18px;font-weight:750;line-height:1.3}.resource-article-card__title a{color:#243b55;text-decoration:none}.resource-article-card__title a:hover{color:#2f6b4f}.resource-article-card__excerpt{color:#5f6b63;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:10px 0 0;font-size:14px;line-height:1.55;display:-webkit-box;overflow:hidden}.resource-article-card__date{color:#8a948e;margin-top:12px;font-size:13px;line-height:1.4}.resource-article-card__link{color:#2f6b4f;align-items:center;gap:6px;margin-top:14px;font-size:14px;font-weight:700;line-height:1.4;text-decoration:none;transition:color .2s,gap .2s;display:inline-flex}.resource-article-card__link:hover{color:#24583f;gap:10px}.resources-cta-section{background:#fbfcfb;border-top:1px solid #e8ece8;padding:48px 0 80px}.resources-cta-inner{text-align:center;background:#fff;border:1px solid #e1e7e1;border-radius:14px;width:min(920px,100% - 48px);margin:0 auto;padding:40px 36px;box-shadow:0 6px 18px #243b550d}.resources-cta-inner h2{color:#243b55;letter-spacing:-.03em;margin:0;font-size:clamp(24px,3vw,32px);font-weight:750;line-height:1.2}.resources-cta-inner p{color:#5f6b63;max-width:640px;margin:14px auto 0;font-size:16px;line-height:1.6}.resources-cta-inner .resources-page-primary{margin-top:24px}@media (prefers-reduced-motion:reduce){.resource-article-card,.resource-document-card,.resources-page-primary,.resource-article-card__link,.resource-document-card__link{transition:none}.resource-article-card:hover,.resource-document-card:hover{transform:none}}@media (width<=1024px){.resources-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.resources-documents-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (width<=760px){.resources-page{width:100%;overflow-x:hidden}.resources-hero-inner,.resources-section-inner,.resources-cta-inner{width:min(1240px,100% - 32px)}.resources-hero-inner{padding:48px 0 40px}.resources-section{padding:44px 0}.resources-featured-grid{grid-template-columns:1fr;gap:18px}.resources-documents-grid{grid-template-columns:1fr;gap:14px}.resource-document-card{padding:20px 18px 18px}.resources-cta-section{padding-bottom:64px}.resources-cta-inner{padding:32px 24px}.resources-cta-inner .resources-page-primary{width:100%;max-width:320px}}.about-page{color:#111827;background:#fff}.about-hero{background-color:#0f172a;background-image:url(/images/about-page/about-hero.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom:1px solid #e8ece8;position:relative;overflow:hidden}.about-hero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0f172a94,#0f172a94);position:absolute;inset:0}.about-hero-inner{z-index:2;text-align:center;width:min(920px,100% - 48px);margin:0 auto;padding:56px 0 48px;position:relative}.about-hero .about-page-eyebrow{color:#ffffffd1}.about-hero h1{color:#fff;letter-spacing:-.03em;margin:0;font-size:clamp(34px,4.5vw,52px);font-weight:750;line-height:1.1}.about-hero p:not(.about-page-eyebrow){color:#ffffffe0;max-width:760px;margin:18px auto 0;font-size:clamp(17px,2vw,20px);line-height:1.65}.about-page-section-inner{width:min(1160px,100% - 48px);margin:0 auto}.about-profile-section{padding-top:64px}.about-profile-layout{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:clamp(28px,4vw,48px);margin-bottom:32px;display:grid}.about-profile-content{justify-content:center;align-items:center;min-width:0;min-height:100%;padding:clamp(12px,2.5vw,28px);display:flex}.about-profile-content-inner{text-align:center;width:100%;max-width:720px}.about-profile-header.about-page-section-header{text-align:center;max-width:100%;margin:0 auto 24px}.about-profile-copy p{color:#5f6b63;text-align:center;margin:0;font-size:16px;line-height:1.75}.about-profile-copy p+p{margin-top:16px}.about-profile-media{justify-content:center;align-items:center;min-width:0;min-height:100%;display:flex}.about-profile-placeholder{background:#f7faf8;border:1px solid #e8ece8;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:390px;padding:32px 24px;display:flex;box-shadow:0 8px 24px #243b550d}.about-profile-placeholder p{color:#9aa39c;text-align:center;margin:0;font-size:15px;line-height:1.6}.about-facts-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.about-fact-card{text-align:left;background:#fff;border:1px solid #e8ece8;border-radius:12px;flex-direction:column;align-items:flex-start;min-height:100%;padding:22px 20px;transition:transform .24s,box-shadow .24s,border-color .24s;display:flex;box-shadow:0 8px 24px #243b550f}.about-fact-card:hover{border-color:#2f6b4f6b;transform:translateY(-3px);box-shadow:0 14px 32px #243b551a}.about-fact-card__icon{color:#2f6b4f;background:#2f6b4f1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;display:inline-flex}.about-fact-card__icon svg{width:22px;height:22px;display:block}.about-fact-card h3{color:#243b55;margin:0;font-size:16px;font-weight:750;line-height:1.35}.about-fact-card p{color:#5f6b63;margin:8px 0 0;font-size:14px;line-height:1.6}.about-timeline-section{background:#fbfcfb}.about-timeline{max-width:760px;margin:0 auto;padding-left:8px;position:relative}.about-timeline-item{grid-template-columns:28px minmax(0,1fr);gap:20px;padding-bottom:28px;display:grid}.about-timeline-item.is-last{padding-bottom:0}.about-timeline-item__marker{justify-content:center;display:flex;position:relative}.about-timeline-item__marker:before{content:"";background:#dfe6df;width:2px;position:absolute;top:10px;bottom:-28px;left:50%;transform:translate(-50%)}.about-timeline-item.is-last .about-timeline-item__marker:before{display:none}.about-timeline-item__dot{z-index:1;background:#2f6b4f;border:3px solid #fff;border-radius:50%;width:14px;height:14px;margin-top:6px;position:relative;box-shadow:0 0 0 2px #2f6b4f2e}.about-timeline-item__year{color:#fff;letter-spacing:.04em;background:#243b55;border-radius:6px;align-items:center;min-height:30px;padding:4px 12px;font-size:13px;font-weight:800;line-height:1;display:inline-flex}.about-timeline-item__content h3{color:#243b55;margin:10px 0 0;font-size:17px;font-weight:750;line-height:1.35}.about-timeline-item__content p{color:#5f6b63;margin:8px 0 0;font-size:15px;line-height:1.65}.about-gallery-placeholder{background:#f7faf8;border:1px solid #e8ece8;border-radius:12px;justify-content:center;align-items:center;width:100%;max-width:920px;min-height:240px;margin:0 auto;padding:32px 24px;display:flex;box-shadow:0 8px 24px #243b550d}.about-gallery-placeholder p{color:#9aa39c;text-align:center;margin:0;font-size:15px;line-height:1.6}.about-page-hero{grid-template-columns:minmax(0,1fr) minmax(320px,.58fr);align-items:center;gap:56px;width:min(1240px,100% - 48px);margin:0 auto;padding:86px 0 76px;display:grid}.about-page-hero-copy,.about-page-hero-panel,.about-page-section,.about-final-cta{min-width:0}.about-page-eyebrow{color:#2f6b4f;letter-spacing:.18em;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:800;line-height:1.4}.about-page-hero h1{color:#111827;letter-spacing:-.04em;max-width:900px;margin:0;font-size:clamp(40px,5vw,64px);font-weight:750;line-height:1.04}.about-page-hero p{color:#5f6b63;max-width:780px;margin:24px 0 0;font-size:19px;line-height:1.7}.about-page-actions{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.about-page-primary,.about-page-secondary{text-align:center;border-radius:6px;justify-content:center;align-items:center;min-height:48px;padding:13px 20px;font-size:15px;font-weight:800;line-height:1.2;text-decoration:none;display:inline-flex}.about-page-primary{color:#fff;background:#2f6b4f;border:1px solid #2f6b4f}.about-page-primary:hover{background:#24583f;border-color:#24583f}.about-page-secondary{color:#2f6b4f;background:#fff;border:1px solid #2f6b4f47}.about-page-secondary:hover{color:#24583f;background:#f3f7f3;border-color:#2f6b4f}.about-page-hero-panel{background:linear-gradient(135deg,#2f6b4f14,#11182708),#f7faf7;border:1px solid #dfe6df;border-radius:12px;gap:14px;padding:28px;display:grid;box-shadow:0 20px 46px #0f172a0f}.about-page-hero-panel span{color:#2f6b4f;text-align:center;background:#fff;border:1px solid #2f6b4f24;border-radius:8px;place-items:center;min-height:66px;padding:14px;font-size:14px;font-weight:800;line-height:1.35;display:grid}.about-page-section{border-top:1px solid #e8ece8;padding:clamp(56px,6vw,72px) 0}.about-page-section-header{max-width:760px;margin-bottom:32px}.about-page-section-header--centered{text-align:center;margin-left:auto;margin-right:auto}.about-page-section-header h2,.about-final-cta h2{color:#243b55;letter-spacing:-.03em;margin:0;font-size:clamp(26px,3vw,36px);font-weight:750;line-height:1.15}.about-page-section-header p:not(.about-page-eyebrow),.about-final-cta p:not(.about-page-eyebrow){color:#5f6b63;margin:14px 0 0;font-size:16px;line-height:1.65}.about-intro-card,.about-info-card,.about-buyer-card,.about-export-card{background:#fff;border:1px solid #e1e7e1;border-radius:10px;min-width:0;box-shadow:0 12px 30px #0f172a0a}.about-intro-card{max-width:940px;padding:30px}.about-intro-card p{color:#4f5c54;margin:0;font-size:17px;line-height:1.75}.about-services-section,.about-values-section{background:#fbfcfb}.about-service-grid,.about-value-grid,.about-export-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.about-buyer-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;display:grid}.about-info-card,.about-export-card{padding:26px}.about-info-card h3,.about-buyer-card h3,.about-export-card h3{color:#111827;letter-spacing:-.02em;margin:0;font-size:20px;font-weight:750;line-height:1.25}.about-info-card p{color:#647067;margin:14px 0 0;font-size:15px;line-height:1.65}.about-buyer-card{flex-direction:column;justify-content:flex-end;min-height:132px;padding:24px;display:flex}.about-buyer-card span{color:#2f6b4f;background:#eef5ef;border-radius:50%;place-items:center;width:42px;height:42px;margin-bottom:18px;font-size:13px;font-weight:850;display:grid}.about-export-card{background:linear-gradient(135deg,#2f6b4f14,#fff0),#fff;align-items:flex-end;min-height:112px;display:flex}.about-final-cta{text-align:center;background:#f7faf8;border:1px solid #e8ece8;border-radius:14px;width:min(1120px,100% - 48px);margin:0 auto 72px;padding:clamp(36px,5vw,48px);box-shadow:0 8px 24px #243b550d}.about-final-cta p{max-width:800px;margin-left:auto;margin-right:auto}.about-final-cta .about-page-primary{margin-top:28px}@media (width<=1120px){.about-page-hero{grid-template-columns:1fr}.about-service-grid,.about-value-grid,.about-export-grid,.about-buyer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1024px){.about-profile-layout{grid-template-columns:1fr;gap:32px}.about-profile-content{padding:0}.about-profile-content-inner{max-width:760px;margin:0 auto}.about-facts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.about-page{width:100%;overflow-x:hidden}.about-hero-inner,.about-page-section-inner,.about-final-cta{width:min(1160px,100% - 32px)}.about-hero-inner{padding:48px 0 40px}.about-profile-placeholder{min-height:280px;padding:28px 20px}.about-facts-grid{grid-template-columns:1fr;gap:14px}.about-gallery-placeholder{min-height:220px;padding:28px 20px}.about-timeline-item{gap:14px;padding-bottom:24px}.about-final-cta .about-page-primary{width:100%;max-width:320px}.about-page-hero{gap:32px;padding:58px 0 52px}.about-page-hero-copy{text-align:center}.about-page-actions,.about-page-hero-panel,.about-service-grid,.about-buyer-grid,.about-value-grid,.about-export-grid{grid-template-columns:1fr;display:grid}.about-page-primary,.about-page-secondary{width:100%}.about-page-hero-panel,.about-intro-card,.about-final-cta{padding:28px 22px}.about-page-section{padding:58px 0}.about-page-section-header h2,.about-final-cta h2{font-size:28px}.about-page-section-header p:not(.about-page-eyebrow),.about-final-cta p{font-size:16px}}.contact-page{color:#111827;background:#fff}.contact-page-hero{grid-template-columns:minmax(0,1fr) minmax(320px,.58fr);align-items:center;gap:56px;width:min(1240px,100% - 48px);margin:0 auto;padding:86px 0 76px;display:grid}.contact-page-hero-copy,.contact-page-hero-panel,.contact-page-section,.contact-final-cta{min-width:0}.contact-page-eyebrow{color:#2f6b4f;letter-spacing:.18em;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:800;line-height:1.4}.contact-page-hero h1{color:#111827;letter-spacing:-.04em;max-width:900px;margin:0;font-size:clamp(40px,5vw,64px);font-weight:750;line-height:1.04}.contact-page-hero p{color:#5f6b63;max-width:780px;margin:24px 0 0;font-size:19px;line-height:1.7}.contact-page-actions{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.contact-page-primary,.contact-page-secondary{text-align:center;border-radius:6px;justify-content:center;align-items:center;min-height:48px;padding:13px 20px;font-size:15px;font-weight:800;line-height:1.2;text-decoration:none;display:inline-flex}.contact-page-primary{color:#fff;background:#2f6b4f;border:1px solid #2f6b4f}.contact-page-primary:hover{background:#24583f;border-color:#24583f}.contact-page-secondary{color:#2f6b4f;background:#fff;border:1px solid #2f6b4f47}.contact-page-secondary:hover{color:#24583f;background:#f3f7f3;border-color:#2f6b4f}.contact-page-hero-panel{background:linear-gradient(135deg,#2f6b4f14,#11182708),#f7faf7;border:1px solid #dfe6df;border-radius:12px;gap:14px;padding:28px;display:grid;box-shadow:0 20px 46px #0f172a0f}.contact-page-hero-panel span{color:#2f6b4f;text-align:center;background:#fff;border:1px solid #2f6b4f24;border-radius:8px;place-items:center;min-height:58px;padding:12px 14px;font-size:14px;font-weight:800;display:grid}.contact-page-section{border-top:1px solid #e5e7eb;width:min(1240px,100% - 48px);margin:0 auto;padding:76px 0}.contact-page-section-header{max-width:840px;margin-bottom:34px}.contact-centered-content{width:min(1120px,100%);margin:0 auto}.contact-centered-content .contact-page-section-header,.contact-info-section .contact-page-section-header,.contact-quote-section .contact-page-section-header{text-align:center;margin-left:auto;margin-right:auto}.contact-page-section-header h2,.contact-final-cta h2{color:#111827;letter-spacing:-.03em;margin:0;font-size:clamp(30px,3.5vw,48px);font-weight:750;line-height:1.12}.contact-page-section-header p:not(.contact-page-eyebrow),.contact-final-cta p{color:#647067;margin:16px 0 0;font-size:17px;line-height:1.7}.contact-info-layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:22px;width:min(1120px,100%);margin:0 auto;display:grid}.contact-help-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin:0 auto;display:grid}.contact-response-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:0 auto;display:grid}.contact-info-panel,.contact-help-card,.contact-response-card,.contact-quote-form{background:#fff;border:1px solid #e1e7e1;border-radius:10px;min-width:0;box-shadow:0 12px 30px #0f172a0a}.contact-info-panel,.contact-help-card,.contact-response-card{padding:28px}.contact-info-kicker{color:#2f6b4f;letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:850}.contact-info-panel h3,.contact-help-card h3,.contact-response-card h3{color:#111827;letter-spacing:-.02em;margin:0;font-size:20px;font-weight:750;line-height:1.25}.contact-detail-list{gap:16px;margin:24px 0 0;display:grid}.contact-detail-list div{border-top:1px solid #edf1ed;grid-template-columns:132px minmax(0,1fr);gap:18px;padding-top:16px;display:grid}.contact-detail-list dt{color:#2f6b4f;font-size:13px;font-weight:850;line-height:1.4}.contact-detail-list dd{color:#4f5c54;overflow-wrap:anywhere;min-width:0;margin:0;font-size:15px;line-height:1.55}.contact-detail-list a{color:#111827;font-weight:800;text-decoration:none}.contact-detail-list a:hover{color:#2f6b4f}.contact-email-button{color:#fff;text-align:center;background:#2f6b4f;border-radius:6px;justify-content:center;align-items:center;width:fit-content;min-height:44px;margin-top:26px;padding:12px 18px;font-size:14px;font-weight:850;line-height:1.2;text-decoration:none;display:inline-flex}.contact-email-button:hover{background:#24583f}.contact-support-panel{background:linear-gradient(135deg,#2f6b4f12,#fff0),#fff}.contact-support-tags{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.contact-support-tags span{color:#2f6b4f;background:#eef5ef;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:850;line-height:1}.contact-help-card p,.contact-response-card p{color:#647067;margin:14px 0 0;font-size:15px;line-height:1.65}.contact-quote-section,.contact-response-section{background:#fbfcfb}.contact-quote-form{width:100%;max-width:980px;margin:0 auto;padding:24px}.contact-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.contact-form-row-single{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-form-field-full{display:grid}.contact-form-message textarea{min-height:132px}.contact-quote-form label{color:#111827;gap:7px;margin-bottom:12px;font-size:14px;font-weight:800;display:grid}.contact-quote-form label span{line-height:1.25}.contact-quote-form label em{color:#2f6b4f;font-style:normal;font-weight:900}.contact-quote-form input,.contact-quote-form select,.contact-quote-form textarea{color:#111827;width:100%;min-height:48px;font:inherit;background:#fff;border:1px solid #d8e1d9;border-radius:8px;outline:none;padding:10px 13px;font-size:15px}.contact-quote-form textarea{resize:vertical;min-height:108px}.contact-quote-form input:focus,.contact-quote-form select:focus,.contact-quote-form textarea:focus{border-color:#2f6b4f;box-shadow:0 0 0 3px #2f6b4f1f}.contact-form-note{color:#647067;margin:0 0 16px;font-size:14px;line-height:1.6}.contact-form-note a{color:#2f6b4f;font-weight:750}.contact-submit-button{cursor:pointer;border:0;width:fit-content}.contact-response-card span{color:#2f6b4f;background:#eef5ef;border-radius:50%;place-items:center;width:42px;height:42px;margin-bottom:18px;font-size:13px;font-weight:850;display:grid}.contact-final-cta{text-align:center;background:#f4f8f4;border-radius:14px;width:min(1120px,100% - 48px);margin:18px auto 104px;padding:48px}.contact-final-cta p{max-width:800px;margin-left:auto;margin-right:auto}.contact-final-cta .contact-page-primary{margin-top:28px}@media (width<=1120px){.contact-page-hero{grid-template-columns:1fr}.contact-info-layout,.contact-help-grid,.contact-response-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.contact-page{width:100%;overflow-x:hidden}.contact-page-hero{gap:32px;padding:58px 0 52px}.contact-page-hero-copy{text-align:center}.contact-page-actions,.contact-page-hero-panel,.contact-info-layout,.contact-help-grid,.contact-response-grid,.contact-form-row{grid-template-columns:1fr;display:grid}.contact-page-primary,.contact-page-secondary{width:100%}.contact-detail-list div{grid-template-columns:1fr;gap:6px}.contact-email-button{width:100%}.contact-page-hero-panel,.contact-quote-form,.contact-final-cta{padding:24px 18px}.contact-form-row{gap:18px}.contact-quote-form label{margin-bottom:16px;font-size:15px}.contact-quote-form input,.contact-quote-form select,.contact-quote-form textarea{min-height:50px;padding:12px 14px;font-size:16px}.contact-quote-form textarea{min-height:120px}.contact-form-note{margin-bottom:18px;font-size:15px}.contact-submit-button{width:100%}.contact-page-section{padding:58px 0}.contact-page-section-header h2,.contact-final-cta h2{font-size:28px}.contact-page-section-header p:not(.contact-page-eyebrow),.contact-final-cta p{font-size:16px}}.company-overview{padding:var(--uwell-section-y) var(--uwell-section-x);background:#f4f4f1}.company-overview__inner{max-width:1380px;margin:0 auto}.company-overview__header{text-align:center;max-width:900px;margin:0 auto 40px}.company-overview__eyebrow{color:#1e3472;letter-spacing:.08em;text-align:center;text-transform:uppercase;margin:0;font-size:18px;font-weight:800;line-height:1.2}.company-overview__divider{opacity:.45;background:#2f6b4f;width:76px;height:2px;margin:22px auto 0}.company-overview__content{grid-template-columns:.4fr .6fr;align-items:center;gap:64px;display:grid}.company-overview__media{background:#e8ebe6;border-radius:12px;width:100%;overflow:hidden}.company-overview__media img{aspect-ratio:4/3;object-fit:cover;object-position:center center;width:100%;max-height:460px;display:block}.company-overview__text{max-width:820px}.company-overview__text p{color:#667085;text-align:left;margin:0 0 24px;font-size:17px;line-height:1.85}.company-overview__text p:last-child{margin-bottom:0}.company-overview__text strong{color:#101828;font-weight:800}@media (width<=1024px){.company-overview{padding:84px 40px 56px}.company-overview__content{grid-template-columns:1fr;gap:38px}.company-overview__media img{max-height:none}.company-overview__text{max-width:100%}}@media (width<=768px){.company-overview{padding:72px 24px 52px}.company-overview__header{margin-bottom:36px}.company-overview__eyebrow{font-size:16px}.company-overview__text p{font-size:16px;line-height:1.78}}.why-section{padding:var(--uwell-section-y) var(--uwell-section-x);background:#f7f8f7;overflow:hidden}.why-section .section-header{text-align:center;max-width:1280px;margin:0 auto}.why-section .section-eyebrow{background:var(--uwell-green-soft);color:var(--uwell-green);letter-spacing:.18em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;margin:0 0 20px;padding:10px 20px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.why-section .section-title{max-width:900px;color:var(--uwell-navy);letter-spacing:-.03em;margin:0 auto;font-size:clamp(32px,3.2vw,48px);font-weight:800;line-height:1.12}.why-section .section-subtitle{max-width:760px;color:var(--uwell-muted);margin:16px auto 0;font-size:16px;font-weight:400;line-height:1.7}.why-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:28px;width:100%;max-width:1360px;margin:62px auto 0;display:grid}.why-card{background:#fff;border:1px solid #11182714;border-radius:24px;flex-direction:column;min-height:420px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;overflow:hidden;box-shadow:0 16px 44px #0f172a0f}.why-card:hover{border-color:#1f7a4d2e;transform:translateY(-6px);box-shadow:0 24px 60px #0f172a1f}.why-card-image{background:#f3f4f6;flex-shrink:0;height:180px;overflow:hidden}.why-card-image img{object-fit:cover;width:100%;height:100%;display:block}.why-card-body{flex-direction:column;flex:1;padding:30px 32px 34px;display:flex}.why-card-top{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.why-card-number{color:#1f7a4d;letter-spacing:2px;font-size:15px;font-weight:800;line-height:1}.why-icon{color:#1f7a4d;letter-spacing:-.02em;background:#1f7a4d14;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;font-size:20px;font-weight:800;display:flex}.why-card h3{color:#111827;letter-spacing:-.03em;margin:0;font-size:26px;font-weight:700;line-height:1.22}.why-card p{color:#6b7280;margin:16px 0 0;font-size:16.5px;line-height:1.72}@media (width<=1100px){.why-section{padding:86px 40px 100px}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.why-section{padding:56px 20px 64px}.why-grid{grid-template-columns:1fr;gap:18px;margin-top:28px}.why-card{min-height:auto}.why-card-body{padding:22px 20px 26px}}.manufacturing-section{padding:var(--uwell-section-y) var(--uwell-section-x);background:linear-gradient(#fff 0%,#f7f9f7 100%)}.manufacturing-container{grid-template-columns:.48fr .52fr;align-items:center;gap:54px;max-width:1440px;margin:0 auto;display:grid}.manufacturing-media{width:100%}.manufacturing-video{aspect-ratio:16/9;background:#e8ebe6;border-radius:26px;width:100%;overflow:hidden;box-shadow:0 24px 60px #1018281a}.manufacturing-video iframe,.manufacturing-video img{object-fit:cover;border:0;width:100%;height:100%;display:block}.manufacturing-copy{max-width:680px}.manufacturing-eyebrow{color:#2f6b4f;letter-spacing:.22em;text-transform:uppercase;margin:0 0 22px;font-size:15px;font-weight:800;line-height:1}.manufacturing-title{color:#101828;letter-spacing:-.05em;margin:0;font-size:clamp(42px,4vw,58px);font-weight:800;line-height:1.08}.manufacturing-description{color:#667085;max-width:640px;margin:28px 0 0;font-size:18px;line-height:1.7}.manufacturing-accordion{background:#fff;border:1px solid #dfe5df;border-radius:24px;margin-top:38px;overflow:hidden;box-shadow:0 16px 44px #1018280e}.manufacturing-accordion-item{border-bottom:1px solid #e5e7eb;overflow:hidden}.manufacturing-accordion-item:last-child{border-bottom:0}.manufacturing-accordion-button{cursor:pointer;text-align:left;background:#fff;border:0;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:28px 32px;display:flex}.manufacturing-accordion-item.is-active .manufacturing-accordion-button{background:#f8faf8}.manufacturing-accordion-title{color:#101828;letter-spacing:-.035em;font-size:25px;font-weight:800;line-height:1.25}.manufacturing-accordion-icon{color:#2f6b4f;flex:none;font-size:28px;font-weight:700;line-height:1}.manufacturing-accordion-panel{opacity:0;background:#f8faf8;max-height:0;transition:max-height .3s,opacity .24s;overflow:hidden}.manufacturing-accordion-item.is-active .manufacturing-accordion-panel{opacity:1;max-height:180px}.manufacturing-accordion-panel p{color:#667085;text-align:left;margin:0;padding:0 32px 30px;font-size:16.5px;line-height:1.75}@media (width<=1100px){.manufacturing-container{grid-template-columns:1fr;gap:52px}.manufacturing-copy{max-width:100%}}@media (width<=768px){.manufacturing-section{padding:78px 24px 88px}.manufacturing-title{font-size:38px}.manufacturing-description{font-size:16px}.manufacturing-accordion-button{padding:24px 22px}.manufacturing-accordion-title{font-size:21px}.manufacturing-accordion-panel{padding:0}.manufacturing-accordion-panel p{padding:0 22px 24px;font-size:15.5px}}.oem-section{padding:var(--uwell-section-y) var(--uwell-section-x);background:#f7f9f7;border-top:1px solid #eef2ef}.oem-preview-inner{max-width:1240px;margin:0 auto}.oem-preview{grid-template-columns:minmax(0,32%) minmax(0,68%);align-items:start;gap:32px;display:grid}.oem-preview-copy{min-width:0}.oem-preview-eyebrow{color:#3e6b4a;letter-spacing:.18em;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:800;line-height:1.4}.oem-preview-title{color:#1e2a3b;letter-spacing:-.03em;margin:0;font-size:clamp(28px,3vw,40px);font-weight:750;line-height:1.12}.oem-preview-description{color:#5f6b63;max-width:520px;margin:16px 0 0;font-size:16px;line-height:1.65}.oem-workflow-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;min-width:0;margin:0;padding:0;list-style:none;display:grid}.oem-workflow-grid__item{min-width:0;display:flex}.oem-workflow-card{background:#f6f9f7;border:1px solid #3e6b4a;border-radius:8px;flex-direction:column;align-items:flex-start;gap:8px;width:100%;padding:12px 12px 14px;transition:border-color .2s,box-shadow .2s,background-color .2s;display:flex;position:relative;box-shadow:0 1px 6px #1e2a3b0a}.oem-workflow-card:hover{background:#fff;border-color:#345c40;box-shadow:0 4px 14px #3e6b4a1f}.oem-workflow-card__num{color:#3e6b4a;letter-spacing:.05em;font-size:11px;font-weight:800;line-height:1;position:absolute;top:10px;right:11px}.oem-workflow-card__icon{color:#3e6b4a;background:#3e6b4a1f;border-radius:8px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.oem-workflow-card__icon svg{width:17px;height:17px;display:block}.oem-workflow-card__body{flex:1;min-width:0;padding-right:22px}.oem-workflow-card__body h3{color:#1e2a3b;letter-spacing:-.01em;margin:0;font-size:13px;font-weight:750;line-height:1.3}.oem-workflow-card__body p{color:#5f6b63;margin:4px 0 0;font-size:11px;line-height:1.45}.oem-benefit-bar{background:#fff;border:1px solid #3e6b4a38;border-radius:10px;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px;padding:20px 22px;display:grid;box-shadow:0 2px 10px #1e2a3b0a}.oem-benefit-item{align-items:flex-start;gap:12px;min-width:0;display:flex}.oem-benefit-item__icon{color:#3e6b4a;background:#3e6b4a1a;border-radius:8px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.oem-benefit-item__icon svg{width:18px;height:18px;display:block}.oem-benefit-item__body{min-width:0}.oem-benefit-item__body h3{color:#1e2a3b;letter-spacing:-.01em;margin:0;font-size:14px;font-weight:750;line-height:1.3}.oem-benefit-item__body p{color:#5f6b63;margin:4px 0 0;font-size:12px;line-height:1.5}@media (prefers-reduced-motion:reduce){.oem-workflow-card{transition:none}.oem-workflow-card:hover{transform:none}}@media (width<=960px){.oem-section{padding:48px 40px 56px}.oem-preview{grid-template-columns:1fr;align-items:stretch;gap:32px}.oem-preview-copy{text-align:left}.oem-preview-description{max-width:none}.oem-workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.oem-benefit-bar{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px;padding:18px}}@media (width<=760px){.oem-section{padding:48px 24px 56px}.oem-preview-title{font-size:28px}.oem-preview-description{font-size:15px}.oem-workflow-grid{grid-template-columns:1fr;gap:10px}.oem-workflow-card__body p{font-size:12px}.oem-benefit-bar{grid-template-columns:1fr;gap:14px;margin-top:20px;padding:16px}.oem-benefit-item__body h3{font-size:13px}.oem-benefit-item__body p{font-size:12px}}.latest-updates--home{padding:var(--uwell-section-y) var(--uwell-section-x);background:#f7f9f7}.latest-updates--home .latest-updates__inner{max-width:1240px;margin:0 auto}.latest-updates--home .latest-updates__header{text-align:center;max-width:820px;margin:0 auto 32px}.latest-updates--home .latest-updates__title{color:var(--uwell-navy);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:clamp(22px,2.4vw,28px);font-weight:800;line-height:1.2}.latest-updates--home .latest-updates__subtitle{color:var(--uwell-muted);margin:12px 0 0;font-size:16px;line-height:1.55}.latest-updates--home .latest-updates__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.latest-updates--home .update-card{border-radius:var(--uwell-radius-btn);text-align:left;background:#fff;border:1px solid #e8ece8;flex-direction:column;min-height:100%;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;overflow:hidden;box-shadow:0 2px 10px #1e2a3b0d}.latest-updates--home .update-card:hover{border-color:var(--uwell-green-border);transform:translateY(-2px);box-shadow:0 6px 18px #1e2a3b14}.latest-updates--home .update-card__media{background:#eef3ef;height:clamp(220px,24vw,260px);overflow:hidden}.latest-updates--home .update-card__media img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.latest-updates--home .update-card__body{flex-direction:column;flex:1;align-items:flex-start;padding:20px 20px 22px;display:flex}.latest-updates--home .update-card__category{color:var(--uwell-green);letter-spacing:.16em;text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:800;line-height:1.2}.latest-updates--home .update-card__title{color:var(--uwell-navy);letter-spacing:-.02em;margin:0;font-size:17px;font-weight:750;line-height:1.3}.latest-updates--home .update-card__excerpt{color:var(--uwell-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:10px 0 0;font-size:14px;line-height:1.55;display:-webkit-box;overflow:hidden}.latest-updates--home .update-card__link{align-items:center;gap:6px;margin-top:14px;font-size:13px;display:inline-flex}.latest-updates--home .latest-updates__footer{justify-content:center;margin-top:28px;display:flex}.latest-updates--home .latest-updates__view-all{border-radius:12px;width:fit-content;min-height:0;padding:14px 42px}@media (width<=1024px){.latest-updates--home{padding:56px 40px}}@media (width<=768px){.latest-updates--home{padding:56px 24px}.latest-updates--home .latest-updates__grid{grid-template-columns:1fr}}.faq-section{padding:var(--uwell-section-y) var(--uwell-section-x);background:#fff}.faq-container{width:min(1180px,100%);margin:0 auto}.faq-section .faq-header{text-align:center;max-width:820px;margin:0 auto 28px}.faq-section .faq-eyebrow{color:#2f6b4f;letter-spacing:.18em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:800;line-height:1.4}.faq-section .faq-title{color:#1e2a3b;letter-spacing:-.02em;text-align:center;margin:0 auto;font-size:clamp(36px,3.4vw,52px);font-weight:800;line-height:1.12}.faq-section .faq-subtitle{color:#667085;text-align:center;max-width:760px;margin:12px auto 0;font-size:16px;line-height:1.55}.faq-accordion{grid-template-rows:repeat(3,auto);grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:column;gap:14px;margin-top:40px;display:grid}.faq-item{background:#fff;border:1px solid #dfe7df;border-radius:10px;min-width:0;transition:border-color .2s,box-shadow .2s;box-shadow:0 2px 8px #1e2a3b0a}.faq-item:hover{border-color:#2f6b4f59}.faq-item.active{border-color:#2f6b4f66;box-shadow:0 4px 12px #1e2a3b0f}.faq-question{width:100%;color:inherit;cursor:pointer;text-align:left;background:#fff;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;font-family:inherit;display:flex}.faq-item.active .faq-question{background:#fafbfa;border-radius:10px 10px 0 0}.faq-question__text{color:#101828;letter-spacing:-.01em;flex:1;min-width:0;font-size:16px;font-weight:750;line-height:1.35}.faq-question__icon{border:1px solid var(--uwell-green-border);width:30px;height:30px;color:var(--uwell-green);background:#eef5ef;border-radius:999px;flex:0 0 30px;justify-content:center;align-items:center;font-size:18px;font-weight:800;line-height:1;display:inline-flex}.faq-answer{opacity:0;visibility:hidden;background:#fafbfa;max-height:0;padding:0 24px;transition:max-height .3s,opacity .3s,visibility .3s;overflow:hidden}.faq-item.active .faq-answer{opacity:1;visibility:visible;max-height:300px}.faq-answer__inner{border-top:0 solid #0000;padding:0}.faq-item.active .faq-answer__inner{border-top:1px solid #e8ece8;padding-top:14px;padding-bottom:6px}.faq-answer__inner{text-align:left}.faq-answer__inner p{color:var(--uwell-muted);text-align:left;margin:0;font-size:14.5px;line-height:1.55}.faq-footer-cta{text-align:center;margin:28px 0 0}.faq-footer-cta a{color:var(--uwell-green);align-items:center;gap:4px;font-size:14px;font-weight:750;line-height:1.4;text-decoration:none;display:inline-flex}.faq-footer-cta a:hover{text-decoration:underline}@media (width<=1024px){.faq-section{padding:64px 40px}.faq-accordion{gap:12px}}@media (width<=768px){.faq-section{padding:70px 24px}.faq-section .faq-header{margin-bottom:24px}.faq-section .faq-title{font-size:clamp(30px,7vw,38px)}.faq-section .faq-subtitle{font-size:15px}.faq-accordion{grid-template-rows:none;grid-template-columns:1fr;grid-auto-flow:row;margin-top:32px}.faq-question{gap:14px;padding:20px 18px}.faq-question__text{font-size:15.5px}.faq-question__icon{flex-basis:28px;width:28px;height:28px;font-size:16px}.faq-answer{padding-left:18px;padding-right:18px}.faq-item.active .faq-answer{max-height:360px}.faq-answer__inner p{font-size:14px}.faq-footer-cta{margin-top:22px}}.contact-section{padding:var(--uwell-section-y) var(--uwell-section-x);background:linear-gradient(135deg,#f7f9f7 0%,#fff 55%,#eef3ee 100%);overflow:hidden}.contact-container{grid-template-columns:.38fr .62fr;align-items:start;gap:48px;max-width:1280px;margin:0 auto;display:grid}.contact-info{padding:0}.contact-eyebrow{color:#2f6b4f;letter-spacing:.18em;text-transform:uppercase;margin:0 0 18px;font-size:13px;font-weight:800;line-height:1}.contact-section .contact-title{color:var(--uwell-navy);letter-spacing:-.03em;text-align:left;margin:0;font-size:clamp(32px,3vw,48px);font-weight:800;line-height:1.12}.contact-description{color:#667085;max-width:460px;margin:24px 0 0;font-size:17px;line-height:1.7}.product-eyebrow,.company-overview__eyebrow,.why-section .section-eyebrow,.manufacturing-eyebrow,.faq-eyebrow,.contact-eyebrow{color:#176b3a;letter-spacing:.16em;text-transform:uppercase;background:0 0;border-radius:0;margin-top:0;margin-bottom:22px;padding:0;font-size:18px;font-weight:800;line-height:1.2}.latest-insights__title{color:#243b6b;letter-spacing:.16em;text-transform:uppercase;margin-bottom:22px;font-size:18px;font-weight:800;line-height:1.2}.product-title,.why-section .section-title,.manufacturing-title,.faq-title,.contact-title{color:#0f172a;letter-spacing:-.035em;overflow-wrap:anywhere;text-wrap:balance;width:100%;max-width:min(1120px,100%);margin-top:0;padding:.03em 0 .06em;font-size:clamp(46px,4.6vw,72px);font-weight:800;line-height:1.08;display:block;overflow:visible}.product-title,.why-section .section-title,.faq-title{text-align:center;margin-left:auto;margin-right:auto}.manufacturing-title,.contact-title{text-align:left;margin-left:0;margin-right:0}.product-description,.why-section .section-subtitle,.manufacturing-description,.latest-insights__subtitle,.faq-subtitle,.contact-description{color:#667085;text-wrap:pretty;width:100%;max-width:min(900px,100%);margin-top:20px;font-size:22px;font-weight:400;line-height:1.6}.product-description,.why-section .section-subtitle,.latest-insights__subtitle,.faq-subtitle{text-align:center;margin-left:auto;margin-right:auto}.manufacturing-description,.contact-description{text-align:left;margin-left:0;margin-right:0}.product-categories,.company-overview,.why-section,.manufacturing-section,.oem-section,.latest-updates--home,.contact-section{padding-top:var(--uwell-section-y);padding-bottom:var(--uwell-section-y)}.product-categories{padding-bottom:var(--uwell-section-y)}.company-overview__header,.latest-insights__header{margin-bottom:44px}.category-grid,.why-grid,.manufacturing-accordion{margin-top:44px}.contact-form-card{background:#fffffff0;border:1px solid #e5e7eb;border-radius:26px;padding:40px;box-shadow:0 18px 50px #10182813}.contact-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px;display:grid}.contact-form-full{grid-column:1/-1}.contact-home-form{flex-direction:column;display:flex}.contact-home-form-title{color:#111827;letter-spacing:-.02em;margin:0;font-size:clamp(24px,2.5vw,30px);font-weight:750;line-height:1.2}.contact-home-form-subtitle{color:#647067;margin:12px 0 0;font-size:15px;line-height:1.65}.contact-home-form .contact-submit.uwell-btn-primary{width:100%}.contact-home-trust{color:#243b55;text-align:center;margin:14px 0 0;font-size:14px;font-weight:700;line-height:1.5}.contact-home-privacy{color:#87938b;text-align:center;margin:6px 0 0;font-size:13px;line-height:1.5}.contact-home-status{text-align:center;margin:14px 0 0;font-size:14px;line-height:1.55}.contact-home-status-success{color:#2f6b4f}.contact-home-status-error{color:#b42318}.contact-form-card input,.contact-form-card textarea{color:#101828;background:#fbfcfb;border:1px solid #d9ded8;border-radius:14px;outline:none;width:100%;padding:0 18px;font-family:inherit;font-size:15.5px;transition:border-color .22s,box-shadow .22s,background .22s}.contact-form-card input{height:52px}.contact-form-card textarea{resize:vertical;grid-column:1/-1;min-height:120px;padding:18px}.contact-form-card input::placeholder,.contact-form-card textarea::placeholder{color:#87938b}.contact-form-card input:focus,.contact-form-card textarea:focus{background:#fff;border-color:#2f6b4f;box-shadow:0 0 0 4px #2f6b4f14}.contact-submit{grid-column:1/-1;width:100%}.contact-home-form .contact-submit.uwell-btn-primary{margin-top:20px;box-shadow:0 8px 18px #2f6b4f2e}.contact-company-name{color:#111827;margin:18px 0 0;font-size:16px;font-weight:700;line-height:1.45}.contact-email-line{margin:10px 0 0}.contact-email-line a{color:#2f6b4f;font-size:16px;font-weight:700;text-decoration:none}.contact-email-line a:hover{color:#24583f;text-decoration:underline}.contact-home-cta{flex-direction:column;justify-content:center;gap:14px;display:flex}.contact-home-cta-title{color:#111827;margin:0;font-size:22px;font-weight:750;line-height:1.25}.contact-home-cta-text{color:#647067;margin:0;font-size:15px;line-height:1.65}.contact-home-actions{gap:12px;margin-top:6px;display:grid}.contact-home-primary{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.contact-home-secondary{color:#2f6b4f;background:#fff;border:1px solid #2f6b4f47;border-radius:14px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-size:15px;font-weight:800;text-decoration:none;display:inline-flex}.contact-home-secondary:hover{background:#f7faf7;border-color:#2f6b4f73}.about-cta-company{color:#111827;margin:18px auto 0;font-size:16px;font-weight:700;line-height:1.45}.about-cta-email{margin:8px auto 0}.about-cta-email a{color:#2f6b4f;font-size:16px;font-weight:700;text-decoration:none}.about-cta-email a:hover{color:#24583f;text-decoration:underline}.products-cta-company{color:#111827;margin:18px auto 0;font-size:16px;font-weight:700;line-height:1.45}.products-cta-email{margin:8px auto 0}.products-cta-email a{color:#2f6b4f;font-size:16px;font-weight:700;text-decoration:none}.products-cta-email a:hover{color:#24583f;text-decoration:underline}.footer-company-name{color:#222;margin:0 0 12px;font-size:15px;font-weight:700;line-height:1.45}@media (width<=1024px){.contact-section{padding:72px 40px}.contact-container{grid-template-columns:1fr;gap:34px}.contact-description{max-width:760px}}@media (width<=768px){.contact-section{padding:62px 24px}.contact-description{max-width:760px}.contact-form-card{border-radius:22px;padding:26px 22px}.contact-form-grid{grid-template-columns:1fr}.contact-form-card input{height:50px}.contact-form-card textarea{min-height:120px}.contact-home-actions,.contact-home-primary,.contact-home-secondary{width:100%}.contact-info,.contact-company-name,.contact-email-line{text-align:center}.about-page,.products-page,.contact-page{max-width:100%;overflow-x:clip}}.site-footer{background:#fff;border-top:1px solid #deded9}.footer-grid{grid-template-columns:.95fr 1.1fr 1fr 1.7fr;gap:48px;width:min(1200px,100% - 96px);margin:0 auto;padding:62px 0;display:grid}.footer-column{min-width:0}.footer-title{color:#7b7b7b;letter-spacing:.14em;margin:0 0 22px;font-size:14px;font-weight:700;line-height:1.4}.footer-links{gap:13px;display:grid}.footer-links a,.footer-bottom-links a{color:#222;font-size:16px;font-weight:500;line-height:1.35;transition:color .2s}.footer-links a:hover,.footer-bottom-links a:hover{color:#1f7a3a}.footer-description{color:#666;margin:0;font-size:16px;line-height:1.7}.footer-socials{flex-wrap:nowrap;align-items:center;gap:18px;display:flex}.footer-social-link{color:#101828;background:#f4f5f2;border:1px solid #e3e6df;border-radius:999px;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;padding:0;font-size:18px;text-decoration:none;transition:transform .22s,background .22s,border-color .22s,color .22s;display:inline-flex}.footer-social-link svg{width:18px;height:18px;display:block}.footer-social-link:hover{color:#fff;background:#2f6b4f;border-color:#2f6b4f;transform:translateY(-2px)}.footer-contact{text-align:center;flex-direction:column;align-items:center;margin-top:0;display:flex}.footer-contact-name{color:#222;margin:0 0 16px;font-size:17px;font-weight:700;line-height:1.4}.footer-contact-line{color:#666;overflow-wrap:anywhere;margin:10px 0 0;font-size:16px;line-height:1.65}.footer-contact-line strong{color:#222;font-weight:700}.footer-contact-line a{color:#666;text-decoration:none}.footer-contact-line a:hover{color:#2f6b4f}.footer-map-link{color:#2f6b4f;margin-top:10px;font-size:15.5px;font-weight:800;line-height:1.5;text-decoration:none;transition:color .22s,transform .22s;display:inline-flex}.footer-map-link:hover{color:#24583f;transform:translate(2px)}.footer-contact .footer-socials{justify-content:center;width:100%;margin:24px auto 0;padding:0}.footer-bottom{border-top:1px solid #deded9;justify-content:space-between;align-items:center;gap:24px;width:min(1200px,100% - 96px);margin:0 auto;padding:22px 0;display:flex}.footer-bottom p{color:#666;margin:0;font-size:14px;line-height:1.5}.footer-bottom-links{flex-wrap:wrap;gap:22px;display:flex}.footer-bottom-links a{font-size:14px}@media (width<=1000px){.footer-grid,.footer-bottom{width:min(100% - 48px,760px)}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:52px 42px}}@media (width<=720px){.footer-grid,.footer-bottom{width:min(100% - 40px,520px)}.footer-grid{grid-template-columns:1fr;gap:44px;padding:58px 0}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (width<=768px){.hero-clean{align-items:center;min-height:min(640px,100vh - 64px)}.hero-clean .hero-inner{padding:0 20px}.hero-clean .hero-copy h1{max-width:100%;font-size:clamp(34px,10vw,42px);line-height:1.08}.hero-clean .hero-subtitle{font-size:16.5px;line-height:1.62}.hero-clean .hero-actions{align-items:stretch;gap:12px;width:100%}.hero-clean .btn{justify-content:center;width:100%;max-width:100%}.product-categories,.company-overview,.why-section,.manufacturing-section,.oem-section,.latest-updates--home,.faq-section,.contact-section{padding-left:20px;padding-right:20px}.product-categories{padding-top:68px;padding-bottom:76px}.product-title,.section-title,.why-section .section-title{line-height:1.12}.product-description,.section-description,.why-section .section-subtitle,.latest-updates__subtitle{line-height:1.7}.category-grid,.why-grid,.latest-updates__grid{grid-template-columns:1fr}.category-grid{gap:20px;margin-top:40px}.category-image{aspect-ratio:4/3;background:#f7f8f7;justify-content:center;align-items:center;height:auto;min-height:220px;padding:16px;display:flex}.category-image img,.category-product-image{object-fit:contain;object-position:center;width:100%;height:100%;max-height:100%}.why-card-image{aspect-ratio:16/9;background:#f3f4f6;justify-content:center;align-items:center;height:auto;min-height:180px;padding:12px;display:flex}.why-card-image img{object-fit:contain;object-position:center;width:100%;height:100%}.category-content{padding:24px 22px 26px}.company-overview{padding-top:72px;padding-bottom:48px}.company-overview__content{grid-template-columns:1fr;gap:32px}.company-overview__media img{aspect-ratio:auto;object-fit:contain;object-position:center;background:#e8ebe6;height:auto;max-height:none}.company-overview__text p{font-size:15.8px;line-height:1.72}.why-section{padding-top:72px;padding-bottom:82px}.why-section .section-eyebrow{letter-spacing:2.8px;white-space:normal;max-width:100%;padding:10px 18px;font-size:12px}.why-card-body{padding:24px 22px 28px}.manufacturing-container,.contact-container{grid-template-columns:1fr}.manufacturing-section{padding-top:76px;padding-bottom:84px}.manufacturing-container{gap:34px}.manufacturing-video{border-radius:20px}.manufacturing-title{line-height:1.1}.manufacturing-description{margin-top:20px}.manufacturing-accordion{border-radius:20px;margin-top:28px}.manufacturing-accordion-button{gap:16px;padding:20px 18px}.manufacturing-accordion-title{font-size:20px}.manufacturing-accordion-icon{font-size:24px}.manufacturing-accordion-panel p{padding:0 18px 22px}.oem-workflow-card__body p{font-size:12px}.latest-insights{padding-top:64px;padding-bottom:72px}.latest-insights__header{margin-bottom:34px}.insight-card{padding:24px 22px}.contact-section{padding-top:60px;padding-bottom:64px}.contact-container{gap:30px}.contact-form-grid{grid-template-columns:1fr}.contact-submit{width:100%}.footer-grid,.footer-bottom{width:min(100% - 40px,520px)}.footer-grid{grid-template-columns:1fr;gap:36px;padding:52px 0}.footer-title{margin-bottom:18px;font-size:13px}.footer-links{gap:12px}.footer-links a,.footer-contact-line,.footer-description{font-size:15px}.footer-contact{text-align:center;align-items:center}.footer-contact .footer-socials{flex-wrap:wrap;justify-content:center}}@media (width<=480px){.site-header{padding:0 16px}.brand{gap:8px;min-width:0}.brand-logo{height:28px}.brand-text{font-size:15px}.mobile-nav{left:12px;right:12px}.hero-clean{background-position:68%;min-height:520px}.contact-form-card{padding:24px 18px}.contact-form-card input{height:48px}.footer-social-link{flex-basis:42px;width:42px;height:42px}}@media (width<=768px){.site-page,.site-header{max-width:100%;overflow-x:clip}.category-card,.why-card,.insight-card,.oem-workflow-card{min-width:0}.product-eyebrow,.company-overview__eyebrow,.why-section .section-eyebrow,.manufacturing-eyebrow,.oem-preview-eyebrow,.faq-eyebrow,.contact-eyebrow,.products-page-eyebrow,.manufacturing-page-eyebrow,.oem-page-eyebrow,.quality-page-eyebrow,.resources-page-eyebrow,.about-page-eyebrow,.contact-page-eyebrow{letter-spacing:.16em;white-space:normal;font-size:12px;font-weight:800;line-height:1.3}.hero-clean .hero-eyebrow{letter-spacing:.22em;font-size:11px}.hero-clean .hero-copy h1,.product-title,.why-section .section-title,.manufacturing-title,.oem-preview-title,.faq-title,.contact-title,.products-page-hero h1,.neo-hero-copy h1,.quality-page-header h1,.resources-hero h1,.about-page-hero h1,.about-hero h1,.contact-page-hero h1{letter-spacing:-.035em;font-size:clamp(30px,8vw,38px);font-weight:800;line-height:1.1}.products-page-section-header h2,.products-final-cta h2,.neo-final-cta h2,.manufacturing-page-section-header h2,.manufacturing-final-cta h2,.oem-page-section-header h2,.quality-section-header h2,.quality-process-step__body h3,.about-page-section-header h2,.about-final-cta h2,.contact-page-section-header h2,.contact-final-cta h2{font-size:26px;line-height:1.2}.why-card h3,.category-title,.insight-card__title{font-size:22px;line-height:1.25}.hero-clean .hero-subtitle,.product-description,.why-section .section-subtitle,.manufacturing-description,.oem-preview-description,.latest-insights__subtitle,.faq-subtitle,.contact-description,.company-overview__text p,.why-card p,.category-text,.insight-card__description,.manufacturing-accordion-panel p,.products-page-hero p,.neo-hero-copy p:not(.products-page-eyebrow),.products-page-section-header p:not(.products-page-eyebrow),.products-page-note,.products-final-cta p,.manufacturing-intro-text,.manufacturing-markets-header p,.global-presence-copy p,.manufacturing-final-cta p,.oem-page-section-header p:not(.oem-page-eyebrow),.quality-page-header p,.quality-section-header p,.quality-trust-statement-inner p,.quality-contact-bar-inner p,.resources-hero p,.about-page-hero p,.about-page-section-header p:not(.about-page-eyebrow),.about-final-cta p,.contact-page-hero p,.contact-page-section-header p:not(.contact-page-eyebrow),.contact-final-cta p,.oem-workflow-card__body p{font-size:14px;line-height:1.55}.manufacturing-accordion-title{font-size:18px;line-height:1.3}.product-categories,.company-overview,.why-section,.manufacturing-section,.oem-section,.latest-insights,.contact-section{padding-top:56px;padding-bottom:64px}.faq-section{padding-top:70px;padding-bottom:70px}.company-overview{padding-bottom:44px}.company-overview__header,.latest-insights__header,.faq-header{margin-bottom:28px}.category-grid,.why-grid,.latest-insights__grid,.manufacturing-accordion{margin-top:28px}.category-content{padding:22px 20px 24px}.why-card-body{padding:22px 20px 26px}.products-page-hero,.products-page-section,.products-final-cta,.neo-hero,.neo-section,.manufacturing-intro,.manufacturing-markets,.global-presence-section,.manufacturing-final-cta,.oem-page-section,.quality-page-header,.quality-section-inner,.quality-trust-statement-inner,.quality-contact-bar-inner,.resources-hero-inner,.resources-section-inner,.about-page-hero,.about-page-section,.about-final-cta,.contact-page-hero,.contact-page-section,.contact-final-cta{width:min(1240px,100% - 32px);max-width:100%;margin-left:auto;margin-right:auto}.products-page-hero h1,.neo-hero-copy h1,.quality-page-header h1,.resources-hero h1,.about-page-hero h1,.about-hero h1,.contact-page-hero h1,.products-page-hero p,.neo-hero-copy p:not(.products-page-eyebrow),.quality-page-header p,.resources-hero p,.about-page-hero p,.about-hero p:not(.about-page-eyebrow),.contact-page-hero p,.products-page-actions,.manufacturing-page-actions,.oem-page-actions,.quality-page-actions,.resources-page-primary,.about-page-actions,.contact-page-actions{width:100%;max-width:100%}.manufacturing-page .manufacturing-banner{width:100%;max-width:none;margin-left:0;margin-right:0}}.manufacturing-hero-section{background-image:url(/images/manufacturing-hero.webp)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;justify-content:flex-start!important;align-items:center!important;width:100%!important;max-width:none!important;min-height:430px!important;margin:0!important;display:flex!important;position:relative!important;overflow:hidden!important}.manufacturing-hero-section:before{content:""!important;z-index:1!important;pointer-events:none!important;background:linear-gradient(90deg,#05121ee0 0%,#05121ebd 28%,#05121e61 55%,#05121e0f 100%)!important;position:absolute!important;inset:0!important}.manufacturing-hero-content{z-index:2!important;text-align:left!important;width:auto!important;max-width:520px!important;margin:0 24px 0 clamp(48px,7vw,120px)!important;padding:0!important;position:relative!important}.manufacturing-hero-title{color:#fff!important;letter-spacing:-.03em!important;text-align:left!important;max-width:520px!important;margin:0 0 24px!important;font-size:clamp(40px,4vw,58px)!important;font-weight:800!important;line-height:1.08!important}.manufacturing-hero-subtitle{color:#ffffffeb!important;text-align:left!important;max-width:500px!important;margin:0!important;font-size:clamp(16px,1.25vw,19px)!important;font-weight:400!important;line-height:1.65!important}@media (width<=768px){.manufacturing-hero-section{min-height:360px!important}.manufacturing-hero-content{max-width:100%!important;margin-left:24px!important;margin-right:24px!important}.manufacturing-hero-title{max-width:100%!important;font-size:clamp(32px,7.5vw,40px)!important}.manufacturing-hero-subtitle{max-width:100%!important;font-size:16px!important;line-height:1.55!important}.oem-page-header{width:100%!important;max-width:none!important;min-height:520px!important;margin-left:0!important;margin-right:0!important}.oem-page-header-inner{padding:0 20px 56px!important}.oem-page-header h1{font-size:clamp(36px,7.5vw,50px)!important;line-height:1.08!important}.oem-page-header-inner>p:not(.oem-page-eyebrow){font-size:clamp(16px,4vw,18px)!important;line-height:1.55!important}.oem-page-header .oem-page-eyebrow{font-size:15px!important}.oem-page-header:after{height:80px;bottom:-40px}.oem-page-header .oem-page-actions{flex-direction:column;align-items:center}.oem-page-header .oem-page-primary,.oem-page-header .oem-page-secondary{width:100%;max-width:320px}}
