:root{--navy:#0b1f33;--navy-2:#123452;--primary:#2868d7;--primary-2:#1d58bd;--secondary:#1f83df;--cyan:#18afc4;--cyan-deep:#0f8fa3;--green:#32b887;--green-deep:#1f8f69;--amber:#f2a640;--amber-deep:#bd7416;--off-white:#f6f9fc;--blue-gray:#edf4f8;--bg:#f6f9fc;--surface:#fff;--surface-alt:#f3f8fb;--surface-soft:#eaf3f8;--surface-tint:#f8fbfd;--ink:#0b1f33;--text:#243247;--muted:#526277;--muted-2:#718096;--line:#d5e2ec;--line-strong:#b9ccd9;--line-accent:#2868d747;--blue:var(--primary);--blue-2:var(--cyan);--accent:var(--green);--success:var(--green);--warm:var(--amber);--radius-button:12px;--radius-small:14px;--radius-card:18px;--radius-feature:24px;--radius-large:30px;--radius:var(--radius-card);--shadow-small:0 10px 26px #0b1f330f;--shadow-medium:0 18px 44px #0b1f3317;--shadow-feature:0 26px 70px #0b1f331f;--shadow-hover:0 28px 76px #0b1f3324;--shadow-accent-blue:0 22px 58px #2868d724;--shadow-accent-cyan:0 22px 58px #18afc421;--shadow-accent-green:0 22px 58px #32b8871f;--shadow:var(--shadow-feature);--shadow-soft:var(--shadow-small);--gradient-primary:linear-gradient(135deg, var(--primary), var(--cyan));--gradient-navy:linear-gradient(135deg, var(--navy) 0%, #123b5f 56%, #0f6f86 100%);--gradient-surface:linear-gradient(180deg, #fff 0%, #f8fbfd 100%);--gradient-green:linear-gradient(135deg, #32b88729, #18afc41f);--focus-ring:#2868d738;--font-display:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:750;--type-display:clamp(56px, 5vw, 72px);--type-h1:clamp(56px, 5vw, 72px);--type-h2:clamp(42px, 3.8vw, 56px);--type-h3:clamp(26px, 2.2vw, 34px);--type-body:clamp(17px, 1.12vw, 19px);--type-small:clamp(14px, .95vw, 16px);--type-eyebrow:clamp(12px, .85vw, 14px);--type-nav:clamp(15px, .95vw, 16px);--type-button:clamp(14px, .95vw, 16px);--type-display-xl:var(--type-display);--type-display-l:clamp(50px, 4.4vw, 64px);--type-h3-feature:var(--type-h3);--type-body-lg:var(--type-body);--type-body-sm:var(--type-small);--type-label:var(--type-eyebrow);--type-caption:12px;--leading-display:.98;--leading-heading:1.04;--leading-card:1.16;--leading-body:1.62;--leading-small:1.5;--tracking-display:-.038em;--tracking-heading:-.025em;--tracking-eyebrow:.14em;--measure-reading:780px;--measure-copy:680px;--measure-title:900px;--container-wide:1560px;--container-standard:1440px;--container-reading:860px;--page-gutter:clamp(20px, 3vw, 56px);--section-y:84px;color:var(--ink);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}:focus-visible{outline-offset:3px;outline:3px solid #0f5f9338}button,input,textarea,select{font:inherit}.container{width:min(calc(100% - var(--page-gutter) - var(--page-gutter)), var(--container-wide));margin:0 auto}.container.prose-panel,.container.contact-layout,.container.cta-panel{width:min(calc(100% - var(--page-gutter) - var(--page-gutter)), var(--container-standard))}.site-header{z-index:100;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;position:sticky;top:0;box-shadow:0 4px 18px #0b16280b}.header-inner{width:min(calc(100% - var(--page-gutter) - var(--page-gutter)), var(--container-wide));justify-content:space-between;align-items:center;gap:24px;min-height:76px;margin:0 auto;display:flex}.brand-lockup{gap:2px;min-width:190px;display:grid}.brand-lockup strong{color:var(--ink);letter-spacing:0;font-size:27px;line-height:1}.brand-lockup span,.eyebrow{color:var(--blue);letter-spacing:0;text-transform:uppercase;font-size:12px;font-weight:800}.desktop-nav{flex:1;justify-content:center;align-items:center;gap:6px;display:flex}.nav-item{position:relative}.nav-item:after{content:"";height:14px;position:absolute;top:100%;left:-6px;right:-6px}.desktop-nav a{color:#1d2a3d;border-radius:999px;align-items:center;min-height:44px;padding:0 14px;font-size:14px;font-weight:780;transition:background .16s,color .16s,border-color .16s;display:inline-flex}.desktop-nav a:hover,.desktop-nav a.active{background:var(--surface-soft);color:var(--blue)}.mega-menu{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);width:min(1080px,92vw);box-shadow:var(--shadow);z-index:20;padding:24px;display:none;position:absolute;top:calc(100% + 10px);left:50%;overflow:hidden;transform:translate(-50%)}.nav-item:hover .mega-menu,.nav-item:focus-within .mega-menu{display:grid}.mega-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.mega-column{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-tint);align-content:start;gap:10px;padding:16px;display:grid}.mega-column img{aspect-ratio:4/3;object-fit:contain;background:var(--surface-soft);border-radius:6px;width:100%}.mega-column a{min-height:auto;color:var(--muted);border-radius:0;justify-content:flex-start;padding:8px 0;font-size:14px;line-height:1.35}.mega-column-title{gap:10px;color:var(--ink)!important;font-weight:900!important;display:grid!important}.mega-view-all{margin-top:8px;color:var(--blue)!important}.mega-column a:not(.mega-column-title):hover,.dropdown-card:hover{color:var(--blue)}.dropdown-menu{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);width:min(360px,86vw);box-shadow:var(--shadow);z-index:20;gap:10px;padding:14px;display:none;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)}.nav-item:hover .dropdown-menu,.nav-item:focus-within .dropdown-menu{display:grid}.dropdown-card{gap:4px;border-radius:var(--radius)!important;align-items:start!important;min-height:auto!important;padding:12px!important;display:grid!important}.dropdown-card span{color:var(--muted);font-size:13px}.header-actions{align-items:center;gap:10px;display:flex}.icon-action,.language-pill,.primary-pill,.button{border:1px solid var(--line);background:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:800;transition:transform .16s,box-shadow .16s,background .16s,border-color .16s,color .16s;display:inline-flex}.button:hover,.primary-pill:hover,.icon-action:hover,.language-pill:hover{box-shadow:var(--shadow-soft);transform:translateY(-1px)}.primary-pill,.button-dark{background:var(--ink);border-color:var(--ink);color:#fff}.primary-pill:hover,.button-dark:hover{background:var(--blue);border-color:var(--blue)}.button-light,.button-ghost{color:var(--ink);background:#fff}.button-ghost:hover{border-color:var(--blue);color:var(--blue)}.button-ghost-light{color:#fff;background:0 0;border-color:#ffffff73}.hamburger{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:999px;width:44px;height:44px;display:none}.hamburger span{background:var(--ink);width:18px;height:2px;margin:4px auto;display:block}.mobile-menu{z-index:200;background:#fff;align-content:start;gap:10px;padding:20px;display:grid;position:fixed;inset:0;overflow-y:auto}.mobile-menu-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.mobile-menu-head button{border:1px solid var(--line);background:var(--surface-soft);min-height:40px;color:var(--ink);border-radius:999px;padding:0 14px;font-weight:850}.mobile-menu a{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:14px 16px;font-weight:800}.mobile-accordion{gap:8px;display:grid}.mobile-accordion>button{border:1px solid var(--line);border-radius:var(--radius);min-height:52px;color:var(--ink);cursor:pointer;background:#fff;justify-content:space-between;align-items:center;padding:0 16px;font-weight:900;display:flex}.mobile-accordion-panel,.mobile-subgroup{gap:8px;display:grid}.mobile-accordion-panel{padding-left:10px}.mobile-subgroup a:first-child{color:var(--blue)}.mobile-menu-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.hero{min-height:clamp(760px,100svh - 76px,900px);color:var(--ink);isolation:isolate;background:radial-gradient(at 69% 45%,#318fc233,#0000 42%),radial-gradient(circle at 21% 33%,#ffffffdb,#0000 34%),linear-gradient(135deg,#edf5f9 0%,#fbfdfe 44%,#e8f4f7 100%);padding:0;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;border:1px solid #0f5f931a;border-radius:50%;width:min(52vw,920px);height:min(52vw,920px);position:absolute;inset:10% -8% auto auto;transform:rotate(-14deg)scaleY(.54)}.hero:after{content:"";opacity:.22;pointer-events:none;background-image:radial-gradient(#0f5f932e 1px,#0000 1px);background-size:34px 34px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at 72% 48%,#000 0%,#0000 58%);mask-image:radial-gradient(at 72% 48%,#000 0%,#0000 58%)}.hero-atmosphere,.hero-atmosphere span{pointer-events:none;position:absolute;inset:0}.hero-atmosphere{z-index:-1;animation:18s ease-in-out infinite alternate heroBackgroundDrift}.hero-glow{filter:blur(30px);opacity:.5;border-radius:999px;width:42vw;height:42vw}.hero-glow-left{background:radial-gradient(circle,#0f5f9314,#0000 68%);top:24%;left:10%}.hero-glow-right{background:radial-gradient(circle,#0aa6be2e,#0000 64%);top:12%;right:8%}.hero-gridline{background:linear-gradient(90deg,#0000,#0f5f931a,#0000);height:1px;inset:auto 0}.hero-gridline-one{top:28%}.hero-gridline-two{bottom:22%}.hero-stage{min-height:inherit;align-items:center;padding:clamp(66px,7.4vh,96px) 0 84px;display:flex;position:relative}.hero-stage.container{width:min(100% - clamp(96px,8vw,160px),1760px)}.hero-copy{z-index:5;width:min(46%,780px);max-width:780px;margin-top:-10px;margin-left:0;animation:.72s both heroCopyIn;position:relative}.hero-copy:before{content:"";z-index:-1;filter:blur(2px);pointer-events:none;background:radial-gradient(at 42% 44%,#ffffffb8,#0000 58%),radial-gradient(at 58% 54%,#0f5f9314,#0000 68%);border-radius:44% 56% 48% 52%;position:absolute;inset:-76px -94px -62px -58px}.hero-eyebrow{min-height:36px;box-shadow:var(--shadow-soft);background:#ffffffbd;border:1px solid #0f5f9324;border-radius:999px;align-items:center;padding:0 15px;display:inline-flex}.hero-copy h1{letter-spacing:0;max-width:760px;margin:18px 0;font-size:clamp(50px,3.45vw,66px);line-height:.99}.hero-copy h1 span{animation:.78s both heroLineIn;display:block}.hero-copy h1 span:nth-child(2){animation-delay:90ms}.hero-subheading{max-width:650px;color:var(--muted);margin:0;font-size:clamp(18px,1.25vw,22px);line-height:1.62;animation:.82s .12s both heroCopyIn}.hero-cta{width:max-content;animation:.82s .2s both heroCopyIn}.hero-cta .button{min-height:52px;padding:0 24px}.hero-cta .button-dark:hover{transform:translateY(-2px);box-shadow:0 14px 32px #0f5f9338}.hero-product-stage{z-index:3;pointer-events:none;position:absolute;inset:8% 4% 12% 46%}.hero-product-stage>span:not(.hero-stage-platform){display:none}.hero-product-stage:before{content:"";filter:blur(5px);background:radial-gradient(at 50% 52%,#ffffffdb,#e5f4fa8a 43%,#0000 72%),radial-gradient(at 58% 44%,#0aa6be38,#0000 60%),radial-gradient(at 39% 58%,#0f5f931f,#0000 64%);border-radius:50%;position:absolute;inset:6% 0 8%}.hero-product-stage:after{content:"";border:1px solid #0f5f931f;border-left-color:#0aa6be33;border-radius:50%;position:absolute;inset:12% 5% 15% 6%;transform:rotate(-10deg)scaleY(.62)}.hero-stage-platform{filter:blur(7px);opacity:.86;background:radial-gradient(at 48%,#0b16282e,#0f5f9314 40%,#0000 72%);border-radius:999px;height:23%;position:absolute;bottom:7%;left:7%;right:5%;transform:perspective(900px)rotateX(62deg)}.hero-product{z-index:2;object-fit:contain;filter:drop-shadow(0 30px 34px #0b162829);transform-origin:50% 70%;border:0;width:min(38vw,720px);max-width:none;animation:.76s both heroProductIn,6.4s ease-in-out 1.2s infinite heroFloat;position:absolute}.hero-product-main{z-index:4;width:min(24vw,455px);animation-delay:80ms,1.2s;top:34%;left:3%}.hero-product-nebulizer{z-index:3;opacity:.92;width:min(16.5vw,310px);animation-delay:.18s,1.7s;top:7%;right:5%}.hero-product-thermometer{z-index:5;width:min(8vw,150px);animation-delay:.26s,2.1s;bottom:9%;right:6%}.hero-trust-card{z-index:6;border:1px solid color-mix(in srgb, var(--trust-accent) 34%, #d8e3ebd1);background:linear-gradient(135deg, color-mix(in srgb, var(--trust-accent) 20%, #fff), #fffffff0), radial-gradient(circle at 0 0, color-mix(in srgb, var(--trust-accent) 14%, transparent), transparent 62%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:17px;align-items:center;gap:11px;max-width:266px;padding:13px 16px 13px 13px;animation:.74s both heroTrustIn,7s ease-in-out 1.4s infinite heroTrustFloat;display:flex;position:absolute;box-shadow:0 20px 46px #0b16281f}.hero-trust-card:before{content:"";background:var(--trust-accent);border-radius:17px 0 0 17px;width:3px;position:absolute;inset:0 auto 0 0}.hero-trust-blue{--trust-accent:#176faf}.hero-trust-cyan{--trust-accent:#0794a7}.hero-trust-green{--trust-accent:#1b8a72}.hero-trust-icon{background:color-mix(in srgb, var(--trust-accent) 14%, #fff);border:1px solid color-mix(in srgb, var(--trust-accent) 28%, #fff);border-radius:12px;flex:0 0 34px;width:34px;height:34px;position:relative}.hero-trust-icon:before,.hero-trust-icon:after{content:"";border-color:var(--trust-accent);position:absolute}.hero-trust-blue .hero-trust-icon:before{border:2px solid var(--trust-accent);border-radius:5px;width:15px;height:15px;top:8px;left:8px}.hero-trust-blue .hero-trust-icon:after{border:2px solid var(--trust-accent);opacity:.45;border-radius:5px;width:15px;height:15px;bottom:7px;right:7px}.hero-trust-cyan .hero-trust-icon:before{border:2px solid var(--trust-accent);border-radius:999px;width:18px;height:18px;top:8px;left:8px}.hero-trust-cyan .hero-trust-icon:after{background:var(--trust-accent);width:4px;height:4px;box-shadow:0 -8px 0 color-mix(in srgb, var(--trust-accent) 55%, transparent), 8px 0 0 color-mix(in srgb, var(--trust-accent) 55%, transparent), 0 8px 0 color-mix(in srgb, var(--trust-accent) 55%, transparent), -8px 0 0 color-mix(in srgb, var(--trust-accent) 55%, transparent);border-radius:999px;top:15px;left:15px}.hero-trust-green .hero-trust-icon:before{border:2px solid var(--trust-accent);border-radius:10px 10px 12px 12px;width:17px;height:20px;top:6px;left:8px}.hero-trust-green .hero-trust-icon:after{border-left:2px solid var(--trust-accent);border-bottom:2px solid var(--trust-accent);width:10px;height:6px;top:14px;left:12px;transform:rotate(-45deg)}.hero-trust-copy{gap:2px;display:grid}.hero-trust-card strong{color:color-mix(in srgb, var(--trust-accent) 48%, var(--ink));font-size:14px;line-height:1.25}.hero-trust-copy span{color:color-mix(in srgb, var(--trust-accent) 28%, var(--muted));font-size:12px;font-weight:800;line-height:1.35}.hero-trust-oem{animation-delay:.32s,1.8s;top:19%;left:0}.hero-trust-factory{animation-delay:.42s,2.2s;top:-8%;right:18%}.hero-trust-quality{animation-delay:.52s,2.6s;bottom:-6%;right:8%}.hero-category-strip{z-index:7;max-width:1080px;color:var(--muted);flex-wrap:wrap;align-items:center;gap:0;font-size:12px;font-weight:850;animation:.82s .28s both heroCopyIn;display:flex;position:absolute;bottom:36px;left:0;right:0}.hero-category-strip span{align-items:center;gap:14px;min-height:24px;display:inline-flex}.hero-category-strip span+span:before{content:"";background:#0f5f935c;border-radius:999px;width:4px;height:4px;margin:0 14px}.hero-scroll-cue{z-index:8;color:var(--muted-2);text-transform:uppercase;letter-spacing:0;align-items:center;gap:8px;font-size:12px;font-weight:900;display:inline-flex;position:absolute;bottom:32px;right:0}.hero-scroll-cue strong{width:28px;height:28px;color:var(--blue);box-shadow:var(--shadow-soft);background:#fff;border-radius:999px;justify-content:center;align-items:center;animation:1.8s ease-in-out infinite scrollCue;display:inline-flex}@keyframes heroBackgroundDrift{0%{transform:scale(1)}to{transform:scale(1.025)translate(-.6%,-.4%)}}@keyframes heroCopyIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translate(0,0)}}@keyframes heroLineIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translate(0,0)}}@keyframes heroProductIn{0%{opacity:0;transform:translateY(26px)scale(.96)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes heroFloat{0%,to{transform:translate(0,0)scale(1)}50%{transform:translateY(-7px)scale(1)}}@keyframes heroTrustIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translate(0,0)}}@keyframes heroTrustFloat{0%,to{transform:translate(0,0)}50%{transform:translateY(-5px)}}@keyframes scrollCue{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.button-row{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.section{padding:var(--section-y) 0}.section.compact{padding:42px 0}.section-title h2,.split h2,.bottom-cta h2{letter-spacing:0;max-width:920px;margin:8px 0 12px;font-size:clamp(34px,3.2vw,44px);line-height:1.1}.section-title p:not(.eyebrow),.split p,.bottom-cta p{max-width:900px;color:var(--muted);font-size:18px;line-height:1.65}.card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;display:grid}.category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.category-card,.product-card,.service-card,.news-card,.certificate-card,.feature-card,.route-card,.subcategory-card,.contact-card,.inquiry-form,.prose-panel,.process-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.category-card,.product-card,.service-card,.news-card,.certificate-card,.feature-card,.route-card,.subcategory-card{transition:transform .18s,box-shadow .18s,border-color .18s}.category-card:hover,.product-card:hover,.service-card:hover,.news-card:hover,.certificate-card:hover,.feature-card:hover,.route-card:hover,.subcategory-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow);transform:translateY(-3px)}.category-card{align-content:start;gap:12px;min-height:0;padding:14px;display:grid}.category-card strong{color:var(--blue)}.category-sub-links{flex-wrap:wrap;gap:6px;margin:10px 0 12px;display:flex}.category-sub-links span,.options-grid span,.compact-category-list a{background:var(--surface-soft);width:max-content;max-width:100%;color:var(--blue);border-radius:999px;padding:6px 9px;font-size:12px;font-weight:700;display:inline-flex}.category-card img,.product-card img,.news-card img,.service-card img,.certificate-card img{aspect-ratio:4/3;object-fit:contain;background:var(--surface-tint);border-radius:6px;width:100%}.category-card h3,.product-card h3,.service-card h3,.news-card h3,.certificate-card h3{color:var(--ink);margin:8px 0;font-size:21px;line-height:1.2}.category-card p,.product-card p,.news-card p{color:var(--muted);line-height:1.6}.product-card{grid-template-rows:auto 1fr auto;gap:14px;padding:18px;display:grid}.empty-data-card{border:1px dashed var(--line);border-radius:var(--radius);background:#fff;align-content:center;gap:12px;min-height:280px;padding:24px;display:grid}.empty-data-card p{color:var(--muted);line-height:1.6}.model-badge,.tag-list span,.news-card span,.certificate-card span{background:var(--surface-soft);width:max-content;color:var(--blue);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.card-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.card-actions a{background:var(--ink);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:42px;font-weight:800;transition:background .16s,border-color .16s,color .16s;display:flex}.card-actions a:hover{background:var(--blue);border-color:var(--blue);color:#fff}.card-actions a:first-child{color:var(--ink);border:1px solid var(--line);background:#fff}.page-hero{color:#fff;align-items:flex-end;min-height:400px;display:flex;position:relative;overflow:hidden}.page-hero:after{content:"";background:linear-gradient(90deg,#060c1cd1,#060c1c70,#060c1c2e);position:absolute;inset:0}.page-hero>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.page-hero-content{z-index:1;padding:84px 0;position:relative}.page-hero h1{letter-spacing:0;max-width:900px;margin:12px 0;font-size:clamp(38px,4vw,56px);line-height:1.05}.page-hero p:not(.eyebrow){color:#ffffffd6;max-width:820px;font-size:19px;line-height:1.6}.breadcrumb{color:var(--muted);gap:10px;padding:22px 0;font-size:14px;display:flex}.breadcrumb a{color:var(--blue)}.two-col,.split-grid,.contact-layout,.media-grid,.product-detail{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:32px;display:grid}.three-col{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.route-card,.subcategory-card{align-items:center;min-height:140px;padding:24px;font-size:24px;font-weight:850;display:grid}.subcategory-card small{color:var(--muted);font-size:14px}.service-card{overflow:hidden}.service-card>div{padding:26px}.tag-list{flex-wrap:wrap;gap:8px;margin:18px 0;display:flex}.split img,.media-grid img,.gallery-grid img{border-radius:var(--radius);width:100%;box-shadow:var(--shadow)}.cert-strip,.cert-grid,.feature-grid,.process-grid,.gallery-grid,.news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.cert-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.certificate-card,.feature-card,.process-card{padding:18px}.illustrated-feature-card{grid-template-rows:auto 1fr;padding:0;overflow:hidden}.illustrated-feature-card img{aspect-ratio:16/10;object-fit:cover;background:var(--surface-tint);width:100%}.illustrated-feature-card>div{gap:10px;padding:18px;display:grid}.field-label{align-items:baseline;gap:4px;display:inline-flex}.required-mark{color:#dc2626;font-weight:950}.center-action{margin-top:24px}.product-detail{align-items:start;padding:60px 0 76px}.product-summary h1{letter-spacing:0;margin:12px 0;font-size:clamp(36px,3.5vw,50px);line-height:1.08}.product-summary p{color:var(--muted);font-size:18px;line-height:1.65}.product-gallery{gap:14px;display:grid}.gallery-main{aspect-ratio:1;object-fit:contain;border:1px solid var(--line);border-radius:var(--radius);width:100%;box-shadow:var(--shadow);background:#fff}.gallery-thumbs{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.gallery-thumbs button{border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;background:#fff;padding:6px;transition:border-color .16s,box-shadow .16s}.gallery-thumbs button.active{border-color:var(--blue);box-shadow:0 0 0 3px #0f5f931f}.gallery-thumbs img{aspect-ratio:1;object-fit:contain}.prose-panel,.contact-card,.inquiry-form{padding:30px}.prose-panel h2,.article h1{margin-top:0}.prose-panel p,.article p,.article li,.contact-card p{color:var(--muted);font-size:17px;line-height:1.7}.detail-image-stack{gap:24px;display:grid}.detail-image-stack img{object-fit:contain;border:1px solid var(--line);border-radius:var(--radius);background:#fff;width:100%;max-height:780px}.tab-row{flex-wrap:wrap;gap:12px;display:flex}.tab-row a,.featured-tabs button{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:999px;padding:12px 16px;font-weight:800}.featured-tabs button{cursor:pointer}.featured-tabs{margin-bottom:24px}.featured-tabs button.active,.tab-row a:hover{border-color:var(--blue);background:var(--surface-soft);color:var(--blue)}.quality-split,.featured-article,.cta-panel{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#fff;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);align-items:center;gap:32px;padding:30px;display:grid}.home-news-head{width:min(calc(100% - var(--page-gutter) - var(--page-gutter)), var(--container-wide));justify-content:space-between;align-items:end;gap:32px;margin-bottom:34px;display:flex}.home-news-head h2{max-width:1100px;color:var(--ink);letter-spacing:0;margin:8px 0 14px;font-size:clamp(44px,3.4vw,64px);line-height:1.03}.home-news-head p:not(.eyebrow){max-width:1080px;color:var(--muted);margin:0;font-size:19px;line-height:1.6}.home-news-more{color:var(--blue);white-space:nowrap;align-items:center;gap:9px;margin-bottom:8px;font-weight:900;display:inline-flex}.home-news-more span{transition:transform .18s}.home-news-more:hover span{transform:translate(3px)}.home-news-grid{width:min(calc(100% - var(--page-gutter) - var(--page-gutter)), var(--container-wide));grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;max-width:none}.home-news-grid .news-card{border-radius:0;grid-template-rows:auto 1fr;display:grid;overflow:hidden;box-shadow:0 24px 66px #0d284414}.home-news-grid .news-card img{aspect-ratio:16/9;object-fit:cover;background:#eef6fb;border-radius:0}.home-news-grid .news-card>div{grid-template-rows:auto auto auto 1fr auto;gap:14px;min-height:330px;padding:34px 34px 30px;display:grid}.home-news-grid .news-card span{color:#6575bb;letter-spacing:.12em;text-transform:uppercase;background:0 0;border-radius:0;padding:0;font-size:13px;font-weight:900}.home-news-grid .news-card h3{color:var(--ink);margin:0;font-size:clamp(24px,1.45vw,30px);line-height:1.32}.home-news-grid .news-card small{color:var(--muted-2);font-size:14px}.home-news-grid .news-card p{color:var(--muted);margin:0;font-size:17px;line-height:1.72}.home-news-grid .news-card a{color:#6575bb;align-self:end;align-items:center;gap:9px;font-weight:900;display:inline-flex}.home-news-grid .news-card a:after{content:"->";transition:transform .18s}.home-news-grid .news-card a:hover:after{transform:translate(3px)}.quality-split img,.featured-article img,.factory-intro img{border-radius:var(--radius);width:100%;box-shadow:var(--shadow)}.quality-split h2,.featured-article h2,.cta-panel h2,.factory-intro h2,.inquiry-band h2{letter-spacing:0;margin:8px 0 12px;font-size:clamp(30px,2.8vw,38px);line-height:1.12}.quality-split p,.featured-article p,.cta-panel p,.factory-intro p,.inquiry-band p{color:var(--muted);font-size:17px;line-height:1.65}.mini-cert-list,.options-grid,.compact-category-list{flex-wrap:wrap;gap:10px;margin:18px 0 24px;display:flex}.mini-cert-list span{background:var(--surface-soft);color:var(--blue);border-radius:999px;padding:8px 11px;font-weight:800}.compare-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.compare-strip>div{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:30px}.compare-strip h2{margin:0 0 10px;font-size:30px;line-height:1.15}.compare-strip p,.pagination-note,.article-date{color:var(--muted);line-height:1.6}.pagination-note{margin-top:24px;padding:14px 0}.inquiry-band{background:radial-gradient(circle at 16% 18%,#2391cd17,#0000 34%),linear-gradient(135deg,#f8fbfe 0%,#eef6fb 100%)}.home-inquiry-band{padding:62px 0}.home-inquiry-panel{border-radius:calc(var(--radius) + 4px);background:#ffffffb8;border:1px solid #7d9ebb47;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);align-items:stretch;padding:28px;box-shadow:0 24px 70px #112c4a1c}.home-inquiry-copy{align-content:center;min-height:100%;padding:10px 22px 10px 0;display:grid}.home-inquiry-copy h2{max-width:620px}.home-inquiry-copy p{max-width:560px}.home-inquiry-panel .inquiry-form{background:linear-gradient(#fffffffa,#f6fbfff5),#fff;border-color:#5a86aa47;padding:24px;position:relative;box-shadow:0 18px 44px #0d28441f}.home-inquiry-panel .inquiry-form:before{content:"";background:linear-gradient(90deg, var(--blue), #22a7b8);border-radius:999px;height:3px;position:absolute;top:0;left:24px;right:24px}.home-inquiry-panel .form-grid{gap:14px 18px}.home-inquiry-panel .inquiry-form label{margin-bottom:12px}.home-inquiry-panel .inquiry-form input,.home-inquiry-panel .inquiry-form textarea,.home-inquiry-panel .inquiry-form select{background:#f9fcff;border-radius:10px;padding:11px 13px}.home-inquiry-panel .inquiry-form textarea{min-height:96px}.article{max-width:var(--container-reading);padding:64px 0}.article h1{letter-spacing:0;font-size:56px;line-height:1.08}.article .lead{font-size:20px}.article img{border-radius:var(--radius);width:100%;margin:28px 0}.article h2{margin-top:36px;font-size:30px}.form-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.inquiry-form label{color:var(--ink);gap:8px;margin-bottom:16px;font-weight:800;display:grid}.inquiry-form input,.inquiry-form textarea,.inquiry-form select{border:1px solid var(--line);border-radius:var(--radius);width:100%;color:var(--ink);background:#fff;padding:13px 14px;transition:border-color .16s,box-shadow .16s,background .16s}.inquiry-form input:focus,.inquiry-form textarea:focus,.inquiry-form select:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #0f5f931f}.form-status{border-radius:6px;padding:12px 14px;font-weight:800}.form-status.success{color:#08704e;background:#e8f7f1}.form-status.error{color:#be123c;background:#fff1f2}.social-row{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.social-row a{border:1px solid var(--line);border-radius:999px;padding:8px 12px;transition:border-color .16s,color .16s,background .16s}.social-link{align-items:center;gap:8px;display:inline-flex}.social-link svg{fill:currentColor;stroke:currentColor;stroke-width:1.7px;flex:none;width:18px;height:18px}.social-facebook{color:#1877f2}.social-instagram{color:#d62976}.social-link.social-instagram svg{fill:none}.social-link.social-instagram svg circle:last-child{fill:currentColor}.social-link.social-linkedin{color:#0a66c2}.social-row a:hover{border-color:var(--blue);color:var(--blue);background:var(--surface-soft)}.site-footer .social-row a:hover{color:#fff;background:#ffffff14;border-color:#ffffff5c}.site-footer .social-row a{background:#ffffff0a;border-color:#ffffff2e;min-height:44px}.bottom-cta{color:#fff;background:linear-gradient(135deg,#0b1628,#0f5f93);padding:84px 0}.bottom-cta p{color:#ffffffc7}.axdcare-benchmark.compact{padding-top:36px}.axdcare-benchmark-panel{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#ffffffdb;grid-template-columns:minmax(0,1fr) minmax(420px,.82fr);align-items:center;gap:34px;padding:34px;display:grid}.axdcare-benchmark-copy h2{letter-spacing:0;max-width:900px;margin:8px 0 12px;font-size:clamp(32px,3vw,44px);line-height:1.1}.axdcare-benchmark-copy p:not(.eyebrow){max-width:820px;color:var(--muted);font-size:18px;line-height:1.65}.axdcare-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.axdcare-stat-card,.axdcare-reference-card,.axdcare-framework-card,.axdcare-compliance-card,.axdcare-factory-list article{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#fff}.axdcare-stat-card{align-content:center;gap:8px;min-height:138px;padding:20px;display:grid}.axdcare-stat-card strong{color:var(--blue);font-size:clamp(28px,3vw,44px);line-height:1}.axdcare-stat-card span{color:var(--muted);font-size:14px;font-weight:760;line-height:1.45}.axdcare-reference-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.axdcare-reference-card{grid-template-rows:auto 1fr;display:grid;overflow:hidden}.axdcare-reference-card img{aspect-ratio:4/3;object-fit:contain;background:var(--surface-tint);width:100%}.axdcare-reference-card>div{gap:10px;padding:20px;display:grid}.axdcare-reference-card span,.axdcare-framework-card span{background:var(--surface-soft);width:max-content;max-width:100%;color:var(--blue);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850;display:inline-flex}.axdcare-reference-card h3{color:var(--ink);margin:0;font-size:22px;line-height:1.2}.axdcare-reference-card p,.axdcare-framework-card p,.axdcare-compliance-card p,.axdcare-factory-list p{color:var(--muted);margin:0;line-height:1.6}.axdcare-reference-card a{color:var(--blue);font-weight:850}.axdcare-framework-grid,.axdcare-compliance-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.axdcare-framework-card,.axdcare-compliance-card,.axdcare-factory-list article{gap:10px;padding:20px;display:grid}.axdcare-framework-card strong,.axdcare-compliance-card strong,.axdcare-factory-list strong{color:var(--ink);font-size:20px;line-height:1.2}.axdcare-compliance-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.axdcare-compliance-card{border-left:4px solid var(--blue)}.axdcare-factory-layout{grid-template-columns:minmax(0,.95fr) minmax(420px,1fr);align-items:center;gap:28px;display:grid}.axdcare-factory-layout>img{border-radius:var(--radius);width:100%;box-shadow:var(--shadow)}.axdcare-factory-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.site-footer{color:#fff;background:#07111f;padding:64px 0 26px}.footer-grid{grid-template-columns:1.5fr repeat(4,1fr);gap:28px;display:grid}.footer-grid div{align-content:start;gap:10px;display:grid}.footer-brand{letter-spacing:0;font-size:clamp(30px,2.4vw,40px);line-height:.95}.footer-grid p,.footer-grid span,.footer-grid a{color:#ffffffb8}.footer-grid a:hover{color:#fff}.footer-bottom{color:#ffffffa8;border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;gap:18px;margin-top:42px;padding-top:22px;display:flex}.footer-bottom div{flex-wrap:wrap;gap:14px;display:flex}.floating-whatsapp{z-index:1200;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;min-height:0;padding:0;text-decoration:none;transition:transform .18s,box-shadow .18s,background-color .18s;display:inline-flex;position:fixed;top:66%;right:22px;transform:translateY(-50%);box-shadow:0 14px 34px #128c5a47}.floating-whatsapp:hover,.floating-whatsapp:focus-visible{background:#1fb85a;transform:translateY(-50%)translate(-2px);box-shadow:0 18px 40px #128c5a57}.floating-whatsapp:focus-visible{outline-offset:4px;outline:3px solid #25d3665c}.floating-whatsapp-icon{fill:currentColor;width:30px;height:30px;display:block}.floating-whatsapp-tooltip{white-space:nowrap;color:#fff;letter-spacing:0;opacity:0;pointer-events:none;background:#0c1410e6;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:750;line-height:1;transition:opacity .16s,transform .16s;position:absolute;top:50%;right:calc(100% + 12px);transform:translate(6px,-50%);box-shadow:0 12px 30px #07120d2e}.floating-whatsapp:hover .floating-whatsapp-tooltip,.floating-whatsapp:focus-visible .floating-whatsapp-tooltip{opacity:1;transform:translateY(-50%)}@media (max-width:760px){.floating-whatsapp{width:48px;height:48px;top:66%;right:16px}.floating-whatsapp-icon{width:26px;height:26px}.floating-whatsapp-tooltip{display:none}}.not-found{min-height:60vh}body{background:radial-gradient(circle at 12% 0%, #2868d714, transparent 28%), radial-gradient(circle at 88% 8%, #18afc412, transparent 30%), var(--bg)}:focus-visible{outline-color:var(--focus-ring)}.site-header{background:linear-gradient(#fffffffa,#f8fbfdf0);border-bottom-color:#b9ccd9b8;box-shadow:0 10px 34px #0b1f330f}.brand-lockup strong{color:var(--navy)}.brand-lockup span,.eyebrow{color:var(--primary)}.mega-menu,.dropdown-menu{border-radius:var(--radius-feature);box-shadow:var(--shadow-feature);background:linear-gradient(#fffffffa,#f6f9fcf5);border-color:#2868d729}.mega-column{border-radius:var(--radius-card);background:radial-gradient(circle at 18% 0%, #2868d714, transparent 36%), var(--surface);border-color:#2868d724}.button,.icon-action,.language-pill,.primary-pill,.hamburger,.mobile-menu a,.mobile-accordion>button,.card-actions a,.tab-row a,.featured-tabs button{border-radius:var(--radius-button)}.button,.icon-action,.language-pill{background:#ffffffe0;border-color:#b9ccd9cc}.primary-pill,.button-dark{background:var(--gradient-primary);color:#fff;border-color:#0000;box-shadow:0 14px 34px #2868d738}.primary-pill:hover,.button-dark:hover{background:linear-gradient(135deg, var(--primary-2), var(--cyan-deep));border-color:#0000;box-shadow:0 18px 42px #2868d747}.button-light,.button-ghost{color:var(--navy);background:#ffffffe6;border-color:#2868d72e}.button-ghost:hover,.button-light:hover{border-color:var(--primary);color:var(--primary);background:#2868d70f}.section{position:relative}.muted{background:radial-gradient(circle at 50% 0%, #2868d70f, transparent 30%), linear-gradient(180deg, var(--surface-alt), #f7fbfd)}.section-title{position:relative}.section-title .eyebrow,.home-news-head .eyebrow,.page-hero .eyebrow,.inquiry-band .eyebrow{align-items:center;gap:10px;display:inline-flex}.section-title .eyebrow:before,.home-news-head .eyebrow:before,.inquiry-band .eyebrow:before{content:"";background:var(--gradient-primary);border-radius:999px;width:24px;height:2px}.category-card,.product-card,.service-card,.news-card,.certificate-card,.feature-card,.route-card,.subcategory-card,.contact-card,.inquiry-form,.prose-panel,.process-card,.quality-split,.featured-article,.cta-panel,.compare-strip>div{border-radius:var(--radius-card);background:var(--gradient-surface);box-shadow:var(--shadow-small);border-color:#b9ccd9b8}.category-card,.product-card,.service-card,.news-card,.certificate-card,.feature-card,.route-card,.subcategory-card,.process-card{transition:transform .22s,box-shadow .22s,border-color .22s;position:relative;overflow:hidden}.category-card:hover,.product-card:hover,.service-card:hover,.news-card:hover,.certificate-card:hover,.feature-card:hover,.route-card:hover,.subcategory-card:hover,.process-card:hover{border-color:var(--line-accent);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.category-card:before,.product-card:before,.service-card:before,.news-card:before,.certificate-card:before,.feature-card:before,.route-card:before,.process-card:before{content:"";background:var(--card-accent,var(--primary));opacity:.85;width:4px;position:absolute;inset:0 auto 0 0}.product-card{--card-accent:var(--primary);border-color:#2868d729}.product-card img,.category-card img{border-radius:var(--radius-small);background:radial-gradient(circle at 50% 36%,#2868d714,#0000 42%),linear-gradient(#f8fbfd,#edf4f8);transition:transform .22s}.product-card:hover img,.category-card:hover img,.news-card:hover img,.service-card:hover img{transform:scale(1.02)}.model-badge,.tag-list span,.category-sub-links span,.options-grid span,.compact-category-list a{color:var(--primary);background:#2868d717}.card-actions a{border-radius:var(--radius-button);background:var(--gradient-primary)}.card-actions a:first-child{color:var(--navy);background:#ffffffeb;border-color:#2868d733}.category-card{--card-accent:var(--primary)}.category-card:nth-child(2),.service-card:nth-child(2){--card-accent:var(--cyan)}.category-card:nth-child(3){--card-accent:var(--green)}.category-card:nth-child(4){--card-accent:var(--amber)}.category-card:nth-child(5){--card-accent:var(--navy-2)}.product-center-section .section-title{margin-bottom:28px}.product-center-section .section-title p:not(.eyebrow){max-width:640px}.category-grid{align-items:stretch;gap:18px}.category-card{border-color:color-mix(in srgb, var(--card-accent) 18%, var(--line));background:linear-gradient(180deg, color-mix(in srgb, var(--card-accent) 5%, #fff) 0%, #fff 52%), var(--surface);gap:12px;padding:14px}.category-card:before{background:linear-gradient(90deg, var(--card-accent), color-mix(in srgb, var(--card-accent) 32%, #fff));width:auto;height:4px;inset:0 0 auto}.category-card img{aspect-ratio:16/9;object-fit:cover;background:radial-gradient(circle at 58% 34%, color-mix(in srgb, var(--card-accent) 13%, transparent), transparent 44%), linear-gradient(135deg, #fbfdff, #eef6fb);border-radius:14px}.category-card h3{letter-spacing:0;margin:2px 0 6px;font-size:clamp(18px,1.15vw,21px);line-height:1.16}.category-card p{min-height:44px;color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14.5px;line-height:1.5;display:-webkit-box;overflow:hidden}.category-sub-links span{background:color-mix(in srgb, var(--card-accent) 10%, #fff);color:color-mix(in srgb, var(--card-accent) 82%, var(--navy));padding:5px 9px;font-size:11.5px;font-weight:650;line-height:1.25}.category-card-cta{width:fit-content;color:color-mix(in srgb, var(--card-accent) 86%, var(--navy));margin-top:2px;font-size:14px;font-weight:700;line-height:1.2;display:inline-flex}.category-card:hover .category-card-cta{color:var(--navy)}.service-card{--card-accent:var(--primary);border-color:color-mix(in srgb, var(--card-accent) 22%, var(--line));background:linear-gradient(180deg, color-mix(in srgb, var(--card-accent) 9%, #fff), #fff 58%), var(--surface)}.service-card:before{background:linear-gradient(90deg, var(--card-accent), color-mix(in srgb, var(--card-accent) 45%, #fff));width:auto;height:4px;inset:0 0 auto}.service-card img{border-radius:var(--radius-small);background:color-mix(in srgb, var(--card-accent) 8%, var(--surface-tint))}.feature-card,.process-card,.route-card{--card-accent:var(--cyan)}.feature-card:first-child{--card-accent:var(--primary)}.feature-card:nth-child(2),.process-card:nth-child(2){--card-accent:var(--cyan)}.feature-card:nth-child(3),.process-card:nth-child(3){--card-accent:var(--green)}.feature-card:nth-child(4){--card-accent:var(--navy-2)}.feature-card:nth-child(5){--card-accent:var(--cyan-deep)}.feature-card:nth-child(6){--card-accent:var(--amber)}.feature-card strong,.process-card strong,.route-card strong{color:var(--navy)}.feature-card:not(.illustrated-feature-card):after,.process-card:after,.route-card:after{content:"";background:radial-gradient(circle at 35% 35%, #ffffffe6, transparent 34%), color-mix(in srgb, var(--card-accent) 16%, #fff);border:1px solid color-mix(in srgb, var(--card-accent) 24%, var(--line));border-radius:12px;width:32px;height:32px;position:absolute;top:18px;right:18px}.illustrated-feature-card{border-color:color-mix(in srgb, var(--card-accent) 18%, var(--line))}.illustrated-feature-card img{aspect-ratio:16/9;object-fit:cover}.illustrated-feature-card>div{position:relative}.illustrated-feature-card>div:before{content:"";background:var(--card-accent);border-radius:999px;width:34px;height:4px}.quality-split{box-shadow:var(--shadow-accent-green);background:radial-gradient(circle at 86% 12%,#32b88724,#0000 32%),linear-gradient(135deg,#fffffffa,#ebfaf4e0);border-color:#32b8873d}.certificate-card{--card-accent:var(--green);background:linear-gradient(180deg, #edfaf4c7, #fff 56%), var(--surface);border-color:#32b88738}.certificate-card span,.mini-cert-list span{color:var(--green-deep);background:#32b8871a}.page-hero{background:var(--gradient-navy)}.page-hero:after{background:radial-gradient(circle at 78% 22%,#18afc447,#0000 34%),linear-gradient(90deg,#0b1f33eb,#0b1f339e,#0b1f3342)}.home-news-grid .news-card,.news-card{--card-accent:#6478c8;border-radius:var(--radius-feature);background:#fff;border-color:#6478c833}.home-news-grid .news-card:before,.news-card:before{background:linear-gradient(90deg, #6478c8, var(--primary));width:auto;height:4px;inset:0 0 auto}.home-news-grid .news-card span,.news-card span{color:#4f62b2;background:#6478c81a}.home-news-more,.home-news-grid .news-card a,.news-card a{color:var(--primary)}.inquiry-band,.bottom-cta{background:radial-gradient(circle at 16% 18%, #18afc433, transparent 30%), radial-gradient(circle at 82% 18%, #f2a6401f, transparent 28%), var(--gradient-navy);color:#fff}.inquiry-band .eyebrow,.bottom-cta .eyebrow{color:#8deaf3}.inquiry-band h2,.bottom-cta h2,.home-inquiry-copy h2{color:#fff}.inquiry-band p,.bottom-cta p,.home-inquiry-copy p{color:#ffffffc7}.home-inquiry-panel{background:#ffffff14;border-color:#ffffff29;box-shadow:0 30px 80px #0000002e}.home-inquiry-panel .inquiry-form,.inquiry-form{background:linear-gradient(#fffffffa,#f6fbfffa),#fff;border-color:#2868d72e}.home-inquiry-panel .inquiry-form:before{background:linear-gradient(90deg, var(--primary), var(--cyan), var(--green))}.field-label{color:var(--navy)}.required-mark{color:#dc2626}.inquiry-form input,.inquiry-form textarea,.inquiry-form select{border-radius:var(--radius-button);background:#f9fcff;border-color:#b9ccd9db}.inquiry-form input:focus,.inquiry-form textarea:focus,.inquiry-form select:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--focus-ring)}.contact-card{background:radial-gradient(circle at 100% 0%, #18afc414, transparent 38%), var(--gradient-surface);border-color:#18afc438}.tab-row a,.featured-tabs button{background:#fff;border-color:#b9ccd9c7}.featured-tabs button.active,.tab-row a:hover,.tab-row a.active{border-color:var(--primary);color:var(--primary);background:#2868d717;box-shadow:0 8px 22px #2868d71f}.axdcare-benchmark{background:radial-gradient(circle at 12% 14%,#2868d71a,#0000 32%),radial-gradient(circle at 88% 20%,#18afc414,#0000 32%),linear-gradient(#fff,#f1f7fb)}.axdcare-benchmark-panel,.axdcare-stat-card,.axdcare-reference-card,.axdcare-framework-card,.axdcare-compliance-card,.axdcare-factory-list article{border-radius:var(--radius-feature);background:var(--gradient-surface);box-shadow:var(--shadow-small);border-color:#2868d729}.axdcare-stat-card{background:radial-gradient(circle at 100% 0,#2868d71a,#0000 34%),#fff}.axdcare-stat-card strong{color:var(--primary)}.axdcare-framework-card,.axdcare-compliance-card{position:relative;overflow:hidden}.axdcare-framework-card:before,.axdcare-compliance-card:before{content:"";background:var(--cyan);width:4px;position:absolute;inset:0 auto 0 0}.axdcare-compliance-card:before{background:var(--green)}.floating-whatsapp{background:#25d366;box-shadow:0 14px 34px #128c5a47}@media (prefers-reduced-motion:reduce){.category-card,.product-card,.service-card,.news-card,.certificate-card,.feature-card,.route-card,.subcategory-card,.process-card,.product-card img,.category-card img,.news-card img,.service-card img{transition-duration:1ms}}@media (min-width:1800px){.product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1440px){.hero-stage.container{width:min(100% - 96px,1580px)}.hero-copy{width:min(46%,720px);margin-left:0}.hero-copy h1{max-width:700px;font-size:clamp(48px,3.65vw,58px)}.hero-product-stage{left:46%;right:4%}.hero-product-main{width:min(24vw,390px);top:35%;left:1%}.hero-product-nebulizer{width:min(17vw,270px);right:3%}.hero-product-thermometer{width:min(8.5vw,132px);right:4%}.hero-trust-oem{left:0}.hero-trust-factory{right:15%}.hero-trust-quality{right:18%}}@media (max-width:1280px){.home-news-head,.home-news-grid{width:min(100% - 72px,1320px)}.home-news-head{align-items:start}.home-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-inquiry-panel{grid-template-columns:1fr}.home-inquiry-copy{padding-right:0}.hero{min-height:auto}.hero-stage{min-height:auto;padding-top:72px;padding-bottom:78px;display:block}.hero-stage.container{width:min(100% - 72px,1320px)}.hero-copy{width:min(70%,760px);margin-left:0}.hero-copy h1{max-width:720px;font-size:clamp(46px,4.2vw,54px)}.hero-product-stage{flex-wrap:wrap;place-content:flex-start center;gap:10px;height:630px;margin:32px 0 20px;padding-top:500px;display:flex;position:relative;inset:auto}.hero-product-main{width:min(28vw,330px);top:20%;left:8%}.hero-product-nebulizer{width:min(20vw,240px);top:2%;right:13%}.hero-product-thermometer{width:min(10vw,108px);top:44%;bottom:auto;right:12%}.hero-trust-card{max-width:226px;animation:.74s both heroTrustIn,7s ease-in-out 1.4s infinite heroTrustFloat;position:absolute}.hero-trust-oem{top:-6%;left:43%}.hero-trust-factory{top:-12%;right:0}.hero-trust-quality{bottom:30%;left:48%;right:auto}.hero-category-strip{max-width:760px}}@media (max-width:1120px){.desktop-nav,.icon-action,.language-pill{display:none}.hamburger{display:block}.category-grid,.card-grid,.cert-grid,.cert-strip,.feature-grid,.process-grid,.axdcare-reference-grid,.axdcare-framework-grid,.axdcare-compliance-grid,.axdcare-factory-list,.gallery-grid,.news-grid,.footer-grid,.quality-split,.featured-article,.cta-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{min-height:auto}.hero-stage.container{width:min(100% - 56px,1120px)}.hero-stage{min-height:auto;padding-top:66px;padding-bottom:76px;display:block}.hero-copy{width:min(78%,760px)}.hero-copy h1{max-width:720px;font-size:clamp(44px,5.6vw,54px)}.hero-product-stage{flex-wrap:wrap;place-content:flex-start center;gap:10px;height:620px;margin:32px 0 20px;padding-top:488px;display:flex;position:relative;inset:auto}.hero-product-main{width:min(32vw,320px);top:20%;left:10%}.hero-product-nebulizer{width:min(25vw,230px);top:3%;right:11%}.hero-product-thermometer{width:min(13vw,120px);top:44%;bottom:auto;right:10%}.hero-trust-card{max-width:222px;animation:.74s both heroTrustIn,7s ease-in-out 1.4s infinite heroTrustFloat;position:absolute}.hero-trust-oem{top:0;left:28%}.hero-trust-factory{top:-20%;right:0}.hero-trust-quality{bottom:30%;left:48%;right:auto}.axdcare-benchmark-panel,.axdcare-factory-layout{grid-template-columns:1fr}.axdcare-reference-grid,.axdcare-framework-grid,.axdcare-compliance-grid,.axdcare-factory-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px) and (max-width:1120px){.category-grid,.product-grid,.cert-grid,.feature-grid,.gallery-grid,.news-grid,.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.hero-trust-card{animation:.74s both heroTrustIn;position:relative;inset:auto}.hero-trust-oem,.hero-trust-factory,.hero-trust-quality{inset:auto}}@media (max-width:760px){:root{--page-gutter:20px;--section-y:60px}.home-news-head,.home-news-grid{width:min(calc(100% - var(--page-gutter) - var(--page-gutter)), var(--container-wide))}.home-news-head{gap:18px;margin-bottom:24px;display:grid}.home-news-head h2{font-size:clamp(34px,9vw,42px)}.home-news-more{margin-bottom:0}.home-news-grid{grid-template-columns:1fr;gap:22px}.home-news-grid .news-card>div{min-height:auto;padding:24px}.home-inquiry-band{padding:42px 0}.home-inquiry-panel{padding:18px}.home-inquiry-panel .inquiry-form{padding:20px}.container,.header-inner,.hero-stage.container{width:min(calc(100% - var(--page-gutter) - var(--page-gutter)), var(--container-wide))}.primary-pill{display:none}.brand-lockup strong{font-size:23px}.hero{min-height:auto;padding:0}.hero-stage{min-height:auto;padding:54px 0 70px;display:block}.hero-copy{width:100%;max-width:560px;margin-top:0;margin-left:0}.hero-eyebrow{min-height:32px;padding:0 12px;font-size:11px}.hero-copy h1{margin:18px 0;font-size:clamp(34px,9.2vw,40px);line-height:1.04}.hero-subheading{max-width:100%;font-size:17px;line-height:1.58}.hero-cta .button{min-height:48px;padding:0 18px}.hero-product-stage{height:clamp(580px,132vw,640px);margin:32px 0 22px;padding-top:clamp(372px,88vw,410px);position:relative;inset:auto}.hero-stage-platform{height:20%;bottom:37%;left:0;right:0}.hero-product-main{width:min(55vw,270px);top:20%;left:0}.hero-product-nebulizer{width:min(35vw,170px);top:2%;right:0}.hero-product-thermometer{width:min(17vw,78px);top:41%;bottom:auto;right:4%}.hero-trust-card{border-radius:14px;gap:8px;width:min(100%,220px);max-width:220px;padding:9px 11px 9px 9px;position:relative;inset:auto}.hero-trust-icon{flex-basis:29px;width:29px;height:29px}.hero-trust-card strong{font-size:12px}.hero-trust-card span{font-size:11px}.hero-trust-oem{top:auto;bottom:auto;left:auto}.hero-trust-factory{top:auto;bottom:auto;right:auto}.hero-trust-quality{bottom:auto;left:auto;right:auto}.hero-category-strip{gap:8px;margin-top:10px;position:relative;bottom:auto}.hero-category-strip span{min-height:31px;font-size:12px}.hero-category-strip span+span:before{margin:0 9px}.hero-scroll-cue{display:none}.hero-content h1,.page-hero h1,.article h1{font-size:40px}.section-title h2,.split h2,.bottom-cta h2,.product-summary h1{font-size:34px}.section{padding:62px 0}.category-grid,.card-grid,.cert-grid,.cert-strip,.feature-grid,.process-grid,.axdcare-reference-grid,.axdcare-framework-grid,.axdcare-compliance-grid,.axdcare-factory-list,.axdcare-stat-grid,.gallery-grid,.news-grid,.two-col,.split-grid,.contact-layout,.media-grid,.product-detail,.three-col,.footer-grid,.form-grid,.quality-split,.featured-article,.cta-panel,.compare-strip{grid-template-columns:1fr}.axdcare-benchmark-panel{padding:22px}.axdcare-benchmark-copy h2{font-size:32px}.axdcare-stat-card{min-height:auto}.cert-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-copy h1{font-size:clamp(34px,9.2vw,40px)}.card-actions{grid-template-columns:1fr}.footer-grid{gap:34px}}@media (max-width:430px){.hero-stage{padding-top:46px}.hero-copy h1{font-size:clamp(34px,9vw,38px)}.hero-subheading{font-size:16px}.hero-cta{grid-template-columns:1fr 1fr;display:grid}.hero-cta .button{width:100%;padding:0 14px}.hero-product-stage{height:620px;padding-top:390px}.hero-trust-card{padding:9px 10px}}@media (max-width:375px){.hero-copy h1{font-size:34px}.hero-cta{grid-template-columns:1fr}.hero-product-stage{height:640px;padding-top:396px}.hero-product-main{width:55vw;top:21%}.hero-product-nebulizer{width:34vw}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation-duration:1ms!important;animation-iteration-count:1!important}.hero-atmosphere,.hero-product,.hero-trust-card,.hero-scroll-cue strong{animation:none!important}}html{font-family:var(--font-body);text-rendering:optimizelegibility}body{font-family:var(--font-body);font-size:var(--type-body);font-weight:var(--weight-regular);line-height:var(--leading-body);letter-spacing:0}h1,h2,h3,h4,.brand-lockup strong,.footer-brand{font-family:var(--font-display);color:var(--navy);font-weight:var(--weight-bold);letter-spacing:0}p{max-width:var(--measure-copy)}.brand-lockup strong{font-size:30px;line-height:.98;font-weight:var(--weight-bold)}.brand-lockup span,.eyebrow{font-size:var(--type-caption);font-weight:var(--weight-semibold);line-height:var(--leading-small);letter-spacing:0}.desktop-nav a{font-size:15px;font-weight:var(--weight-semibold);line-height:1}.desktop-nav a.active{font-weight:var(--weight-semibold)}.mega-column-title{font-size:17px!important;font-weight:var(--weight-bold)!important;line-height:1.2!important}.mega-column a{font-size:14px;font-weight:var(--weight-medium);line-height:1.42}.dropdown-card strong{font-size:15px;font-weight:var(--weight-semibold);line-height:1.25}.dropdown-card span,.mega-column a:not(.mega-column-title){color:var(--muted)}.button,.icon-action,.language-pill,.primary-pill,.card-actions a,.home-news-more,.home-news-grid .news-card a,.news-card a,.axdcare-reference-card a{font-size:15px;font-weight:var(--weight-semibold);letter-spacing:0;line-height:1}.hero-copy{max-width:780px}.hero-copy h1{max-width:760px;font-size:var(--type-display-xl);font-weight:var(--weight-bold);line-height:var(--leading-display);letter-spacing:0;margin:18px 0}.hero-subheading{max-width:650px;font-size:var(--type-body-lg);line-height:1.58;font-weight:var(--weight-regular)}.hero-eyebrow{font-size:var(--type-label);font-weight:var(--weight-semibold)}.section-title h2,.split h2,.bottom-cta h2,.quality-split h2,.featured-article h2,.cta-panel h2,.factory-intro h2,.inquiry-band h2,.axdcare-benchmark-copy h2{max-width:980px;font-size:var(--type-h2);font-weight:var(--weight-bold);line-height:var(--leading-heading);letter-spacing:0}.section-title p:not(.eyebrow),.split p,.bottom-cta p,.quality-split p,.featured-article p,.cta-panel p,.factory-intro p,.inquiry-band p,.axdcare-benchmark-copy p:not(.eyebrow){max-width:var(--measure-copy);font-size:var(--type-body-lg);line-height:1.62;font-weight:var(--weight-regular)}.category-card h3,.product-card h3,.service-card h3,.news-card h3,.certificate-card h3,.axdcare-reference-card h3{font-size:var(--type-h3);font-weight:var(--weight-bold);line-height:var(--leading-card);letter-spacing:0}.service-card h3{font-size:var(--type-h3-feature)}.category-card p,.product-card p,.news-card p,.service-card p,.certificate-card p,.feature-card p,.process-card p,.route-card p,.axdcare-reference-card p,.axdcare-framework-card p,.axdcare-compliance-card p,.axdcare-factory-list p{font-size:var(--type-body-sm);font-weight:var(--weight-regular);line-height:var(--leading-small)}.model-badge,.tag-list span,.news-card span,.certificate-card span,.category-sub-links span,.options-grid span,.compact-category-list a,.axdcare-reference-card span,.axdcare-framework-card span{font-size:var(--type-caption);font-weight:var(--weight-semibold);letter-spacing:0;line-height:1.2}.feature-card strong,.process-card strong,.route-card strong,.axdcare-framework-card strong,.axdcare-compliance-card strong,.axdcare-factory-list strong{font-size:18px;font-weight:var(--weight-bold);line-height:1.25}.page-hero h1{max-width:940px;font-size:var(--type-h1);font-weight:var(--weight-bold);letter-spacing:0;line-height:1.08}.page-hero p:not(.eyebrow){max-width:var(--measure-reading);font-size:var(--type-body-lg);line-height:1.58}.home-news-head h2{max-width:1120px;font-size:var(--type-display-l);font-weight:var(--weight-bold);letter-spacing:0;line-height:1.06}.home-news-head p:not(.eyebrow){max-width:920px;font-size:var(--type-body-lg);line-height:1.58}.home-news-grid .news-card span{font-size:var(--type-caption);font-weight:var(--weight-semibold);letter-spacing:0}.home-news-grid .news-card h3{font-size:26px;font-weight:var(--weight-bold);line-height:1.24}.home-news-grid .news-card p{font-size:16px;line-height:1.62}.home-news-grid .news-card small,.article-date,.pagination-note{font-size:14px;line-height:1.5}.article.container{width:min(calc(100% - var(--page-gutter) - var(--page-gutter)), var(--measure-reading))}.article h1{font-size:var(--type-h1);font-weight:var(--weight-bold);letter-spacing:0;line-height:1.08}.article .lead{font-size:var(--type-body-lg);line-height:1.62}.article h2{font-size:34px;font-weight:var(--weight-bold);line-height:1.18}.article h3{font-size:25px;font-weight:var(--weight-bold);line-height:1.24}.article p,.article li{font-size:18px;line-height:1.72}.inquiry-form label,.field-label{font-size:var(--type-label);font-weight:var(--weight-semibold);line-height:1.35}.inquiry-form input,.inquiry-form textarea,.inquiry-form select{font-size:16px;line-height:1.45}.form-status{font-size:14px;font-weight:var(--weight-semibold);line-height:1.45}.axdcare-stat-card strong{font-size:46px;font-weight:var(--weight-bold);line-height:.98}.axdcare-stat-card span{font-size:14px;font-weight:var(--weight-medium);line-height:1.45}.footer-grid p,.footer-grid span,.footer-grid a{font-size:15px;line-height:1.55}@media (min-width:1600px){:root{--type-display:72px;--type-h1:72px;--type-h2:56px;--type-display-xl:var(--type-display);--type-display-l:64px}}@media (max-width:1280px){:root{--type-display:clamp(52px, 5.2vw, 64px);--type-h1:clamp(52px, 5.2vw, 64px);--type-h2:clamp(40px, 4.2vw, 52px);--type-display-xl:var(--type-display);--type-display-l:clamp(46px, 4.6vw, 58px)}.hero-copy h1{max-width:720px}}@media (max-width:760px){:root{--type-display:clamp(36px, 10vw, 46px);--type-h1:clamp(36px, 10vw, 46px);--type-h2:clamp(30px, 8.4vw, 40px);--type-h3:clamp(24px, 6.8vw, 30px);--type-body:16px;--type-small:15px;--type-display-xl:var(--type-display);--type-display-l:var(--type-h2);--type-h3-feature:var(--type-h3);--type-body-lg:17px;--type-body-sm:var(--type-small);--measure-copy:100%}body{font-size:var(--type-body);line-height:1.62}.brand-lockup strong{font-size:25px}.hero-copy h1{max-width:100%;line-height:1.06}.hero,.axdcare-benchmark{overflow:hidden}.hero-copy,.hero-product-stage,.axdcare-benchmark-panel,.axdcare-benchmark-panel>*,.axdcare-benchmark-copy,.axdcare-stat-grid,.axdcare-benchmark .button-row{min-width:0;max-width:100%}.hero-copy:before{inset:-42px 0 -34px}.axdcare-benchmark-copy>*,.axdcare-stat-grid>*{max-width:100%}.hero-subheading,.section-title p:not(.eyebrow),.split p,.bottom-cta p,.quality-split p,.featured-article p,.cta-panel p,.factory-intro p,.inquiry-band p{font-size:var(--type-body);line-height:1.62}.section-title h2,.split h2,.bottom-cta h2,.quality-split h2,.featured-article h2,.cta-panel h2,.factory-intro h2,.inquiry-band h2{line-height:1.12}.home-news-grid .news-card h3{font-size:22px}.article h1{font-size:38px}.article h2{font-size:28px}.article p,.article li{font-size:17px;line-height:1.7}}@media (max-width:430px){:root{--type-display:clamp(36px, 10.4vw, 42px);--type-h1:clamp(36px, 10.4vw, 42px);--type-h2:clamp(30px, 8.6vw, 36px);--type-display-xl:var(--type-display);--type-display-l:var(--type-h2)}.button,.primary-pill,.card-actions a{font-size:14px}}@media (max-width:375px){:root{--type-display:34px;--type-h1:34px;--type-display-xl:var(--type-display);--type-display-l:34px}}.axdcare-benchmark:not(.compact){background:radial-gradient(circle at 12% 14%,#2868d714,#0000 28%),radial-gradient(circle at 90% 24%,#18afc41a,#0000 32%),linear-gradient(#f7fbfd 0%,#fff 44%,#f3f8fb 100%);padding-block:clamp(54px,5vw,82px)}.axdcare-benchmark:not(.compact) .axdcare-benchmark-panel{border-radius:var(--radius-large);background:radial-gradient(circle at 8% 8%,#2868d70f,#0000 34%),#ffffffe0;grid-template-columns:minmax(0,.88fr) minmax(480px,1.08fr);align-items:stretch;gap:clamp(32px,3.4vw,54px);padding:clamp(26px,2.8vw,42px)}.axdcare-benchmark:not(.compact) .axdcare-benchmark-copy{align-content:start;gap:14px;min-width:0;display:grid}.axdcare-benchmark:not(.compact) .axdcare-benchmark-copy .eyebrow{letter-spacing:.055em;font-size:12px;line-height:1}.axdcare-benchmark:not(.compact) .axdcare-benchmark-copy h2{max-width:760px;margin:0;font-size:clamp(32px,2.25vw,40px);line-height:1.08}.axdcare-benchmark:not(.compact) .axdcare-benchmark-copy p:not(.eyebrow){max-width:660px;margin:0;font-size:16px;line-height:1.58}.axdcare-benchmark:not(.compact) .button-row{margin-top:2px}.company-overview-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:2px;display:grid}.company-overview-stat-card{border-radius:var(--radius-card);min-width:0;min-height:98px;box-shadow:var(--shadow-small);background:radial-gradient(circle at 100% 0,#18afc414,#0000 34%),#fff;border:1px solid #2868d724;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:center;gap:4px 10px;padding:14px;display:grid;position:relative}.company-overview-stat-card.tone-cyan{border-color:#18afc42e}.company-overview-stat-card.tone-green{border-color:#32b88729}.company-overview-stat-card.tone-navy{border-color:#0b1f3329}.company-overview-stat-icon{width:34px;height:34px;color:var(--primary);background:radial-gradient(circle at 35% 35%,#ffffffeb,#0000 34%),#2868d71a;border:1px solid #2868d729;border-radius:12px;grid-row:span 2;place-items:center;display:inline-grid}.company-overview-stat-icon svg{width:18px;height:18px}.company-overview-stat-card.tone-cyan .company-overview-stat-icon{color:var(--cyan-deep);background:#18afc41a;border-color:#18afc42e}.company-overview-stat-card.tone-green .company-overview-stat-icon{color:var(--green);background:#32b8871a;border-color:#32b8872e}.company-overview-stat-card.tone-navy .company-overview-stat-icon{color:var(--navy);background:#0b1f3314;border-color:#0b1f3329}.company-overview-stat-card strong{color:var(--navy);font-size:clamp(23px,1.75vw,31px);line-height:1}.company-overview-stat-card>span:not(.company-overview-stat-icon){color:var(--primary);font-size:12.5px;font-weight:var(--weight-semibold);line-height:1.25}.company-overview-stat-card.tone-cyan>span:not(.company-overview-stat-icon){color:var(--cyan-deep)}.company-overview-stat-card.tone-green>span:not(.company-overview-stat-icon){color:var(--green)}.company-overview-stat-card.tone-navy>span:not(.company-overview-stat-icon){color:var(--navy-2)}.company-video-card{border-radius:var(--radius-feature);min-width:0;min-height:100%;box-shadow:var(--shadow-feature);background:linear-gradient(#fffffffa,#f6fbfff5),#fff;border:1px solid #18afc42e;grid-template-rows:auto 1fr;gap:14px;padding:clamp(16px,1.55vw,22px);display:grid}.company-video-head{align-items:center;gap:12px;display:flex}.company-video-icon{width:40px;height:40px;color:var(--cyan-deep);background:#18afc41a;border:1px solid #18afc433;border-radius:14px;flex:0 0 40px;place-items:center;display:inline-grid}.company-video-icon svg{width:20px;height:20px}.company-video-head strong{color:var(--navy);font-size:17px;line-height:1.25;display:block}.company-video-head p{max-width:540px;color:var(--muted);margin:2px 0 0;font-size:13.5px;line-height:1.45}.company-video-frame{aspect-ratio:auto;border-radius:var(--radius-feature);background:var(--navy);border:1px solid #b9ccd9d6;width:100%;max-width:100%;height:100%;min-height:0;position:relative;overflow:hidden;box-shadow:0 18px 46px #0b1f3329}.company-video-frame img{object-fit:cover;filter:saturate(.95)contrast(1.02);width:100%;height:100%}.company-video-overlay{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0b1f33c2;border:1px solid #ffffff2e;border-radius:18px;grid-template-columns:auto 1fr;align-items:center;gap:4px 14px;padding:12px 14px;display:grid;position:absolute;inset:auto 18px 18px}.company-video-play{background:linear-gradient(135deg, var(--primary), var(--cyan));border-radius:999px;grid-row:span 2;width:38px;height:38px;position:relative;box-shadow:0 10px 24px #18afc442}.company-video-play:before{content:"";border-top:7px solid #0000;border-bottom:7px solid #0000;border-left:11px solid #fff;position:absolute;top:12px;left:15px}.company-video-overlay strong{font-size:16px;line-height:1.2}.company-video-overlay p{color:#ffffffc7;max-width:none;margin:0;font-size:13px;line-height:1.4}@media (max-width:1120px){.axdcare-benchmark:not(.compact) .axdcare-benchmark-panel{grid-template-columns:1fr}.axdcare-benchmark:not(.compact) .axdcare-benchmark-copy h2{max-width:760px;font-size:clamp(28px,4vw,34px)}.company-video-frame{aspect-ratio:16/8.6;height:auto}}@media (max-width:760px){.axdcare-benchmark:not(.compact){padding-block:46px}.axdcare-benchmark:not(.compact) .axdcare-benchmark-panel{gap:20px;padding:20px}.axdcare-benchmark:not(.compact) .axdcare-benchmark-copy{gap:12px}.axdcare-benchmark:not(.compact) .axdcare-benchmark-copy h2{font-size:clamp(26px,7vw,32px)}.axdcare-benchmark:not(.compact) .axdcare-benchmark-copy p:not(.eyebrow){font-size:15.5px;line-height:1.56}.company-overview-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.company-overview-stat-card{grid-template-columns:1fr;gap:5px;min-height:104px;padding:12px}.company-overview-stat-icon{grid-row:auto;width:31px;height:31px}.company-overview-stat-card strong{font-size:23px}.company-overview-stat-card>span:not(.company-overview-stat-icon){font-size:11.5px}.company-video-head{align-items:flex-start}.company-video-card{padding:14px}.company-video-frame{aspect-ratio:16/10}.company-video-overlay{grid-template-columns:1fr;padding:11px 12px;inset:auto 12px 12px}.company-video-play{grid-row:auto;width:38px;height:38px}}@media (max-width:380px){.company-overview-stat-grid{grid-template-columns:1fr 1fr}.company-overview-stat-card{min-height:100px;padding:11px}.company-overview-stat-card strong{font-size:21px}}@media (min-width:1600px){.product-center-section .category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:1599px){.product-center-section .category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:1359px){.product-center-section .category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:860px){.product-center-section .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card p{min-height:0}}@media (max-width:560px){.product-center-section .section-title{margin-bottom:20px}.product-center-section .category-grid{grid-template-columns:1fr;gap:14px}.category-card{padding:12px}.category-card img{aspect-ratio:16/9}}.featured-products-section .section-title{margin-bottom:22px}.featured-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.featured-product-grid .empty-data-card{grid-column:1/-1;min-height:170px}.product-card-compact{grid-template-rows:auto minmax(0,1fr) auto;gap:10px;height:100%;min-height:0;padding:14px}.product-card-compact img{aspect-ratio:4/3;object-fit:contain;background:#fff;border:1px solid #d6e2ebd1;padding:5px;box-shadow:inset 0 0 0 1px #ffffffb8}.product-card-compact .model-badge{padding:5px 9px;font-size:11px;line-height:1}.product-card-compact h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:7px 0 6px;font-size:18px;line-height:1.16;display:-webkit-box;overflow:hidden}.product-card-compact p{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:41px;margin:0;font-size:14px;line-height:1.45;display:-webkit-box;overflow:hidden}.product-card-compact .card-actions{gap:8px}.product-card-compact .card-actions a{white-space:nowrap;min-height:38px;padding:0 10px;font-size:13px;line-height:1.15}@media (min-width:1800px){.featured-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1180px){.featured-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.featured-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.featured-product-grid{grid-template-columns:1fr}.product-card-compact{padding:13px}.product-card-compact .card-actions{grid-template-columns:1fr 1fr}}:root{--navy:#111315;--navy-2:#1b232d;--primary:#4c7cf0;--primary-2:#375fd0;--cyan:#2db7c7;--cyan-deep:#168b99;--green:#35b889;--green-deep:#248c68;--amber:#f2a640;--off-white:#f6f7f8;--blue-gray:#eef1f4;--bg:#f6f7f8;--surface:#fff;--surface-alt:#eef1f4;--surface-soft:#e9effd;--surface-tint:#fbfcfd;--ink:#111315;--text:#333a42;--muted:#5f6872;--muted-2:#737a82;--line:#e1e6eb;--line-strong:#cbd4dc;--line-accent:#4c7cf047;--gradient-primary:linear-gradient(135deg, #4c7cf0, #2db7c7);--gradient-navy:linear-gradient(135deg, #111315 0%, #17212c 54%, #163f49 100%);--gradient-surface:linear-gradient(180deg, #fff 0%, #f8fafc 100%);--shadow-small:0 12px 34px #1113150e;--shadow-medium:0 22px 60px #11131514;--shadow-feature:0 34px 90px #1113151c;--shadow-hover:0 32px 86px #11131521;--radius-button:999px;--radius-small:14px;--radius-card:22px;--radius-feature:30px;--radius-large:36px;--section-y:clamp(86px, 7vw, 132px)}html{background:var(--bg)}body{color:var(--text);background:radial-gradient(circle at 50% -10%,#4c7cf01a,#0000 34%),linear-gradient(#fff 0%,#f6f7f8 38%,#eef1f4 100%)}main{overflow:hidden}.section{padding-block:var(--section-y)}.section.compact{padding-block:clamp(54px,5vw,82px)}.container{width:min(calc(100% - var(--page-gutter) - var(--page-gutter)), 1640px)}.site-header{box-shadow:none;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffd1;border-bottom:1px solid #e1e6ebc2}.header-inner{min-height:82px}.brand-lockup strong{color:#101316;letter-spacing:0;font-size:clamp(28px,1.7vw,34px)}.brand-lockup span{color:var(--primary);font-size:11px;font-weight:700}.desktop-nav{gap:2px}.desktop-nav a{color:#1f2630;min-height:42px;padding-inline:16px;font-size:14px;font-weight:600}.desktop-nav a:hover,.desktop-nav a.active{color:var(--ink);background:#1113150b}.primary-pill,.button-dark{background:#111315;box-shadow:0 18px 42px #11131529}.primary-pill:hover,.button-dark:hover{background:var(--primary);box-shadow:0 20px 46px #4c7cf042}.button,.icon-action,.language-pill,.card-actions a,.featured-tabs button{border:1px solid #cbd4dce0;min-height:44px;font-weight:600}.section-title{margin-bottom:clamp(34px,4vw,64px)}.section-title h2,.home-news-head h2,.product-story-head h2{color:var(--ink);letter-spacing:0}.section-title p:not(.eyebrow),.home-news-head p,.product-story-head>p{color:var(--muted)}.eyebrow{color:var(--primary);letter-spacing:0;font-size:12px;font-weight:700}.hero{background:radial-gradient(circle at 66% 44%,#4c7cf02e,#0000 25%),radial-gradient(circle at 82% 28%,#2db7c721,#0000 24%),linear-gradient(#fff 0%,#f6f7f8 100%)}.hero:before{opacity:.22;background-color:#0000;background-image:linear-gradient(90deg,#1113150b 1px,#0000 1px),linear-gradient(#11131509 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:80px 80px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.hero-copy:before{background:radial-gradient(circle at 34% 42%,#ffffffe6,#0000 44%),#ffffff42;border-color:#ffffff75}.hero-copy h1{color:#101316;font-weight:700}.hero-subheading{color:#454d57}.hero-product-stage:before{background:radial-gradient(#4c7cf02e,#0000 62%),radial-gradient(#2db7c71f,#0000 70%)}.hero-stage-platform{opacity:.5;background:radial-gradient(#11131521,#0000 64%)}.hero-trust-card{background:#ffffffd1;border-color:#e1e6ebeb;box-shadow:0 18px 50px #11131517}.hero-category-strip{color:#454d57}.product-center-section{background:radial-gradient(circle at 0 16%,#4c7cf014,#0000 32%),#fff}.category-card{border:1px solid color-mix(in srgb, var(--card-accent) 20%, var(--line));background:linear-gradient(180deg, color-mix(in srgb, var(--card-accent) 6%, #fff) 0%, #fff 54%);border-radius:28px;min-height:0;box-shadow:0 16px 50px #1113150f}.category-card:before{height:3px}.category-card img{aspect-ratio:16/8.8;object-fit:cover;background:#fff}.category-card h3{font-size:clamp(20px,1.3vw,25px)}.category-card p{color:#4f5862;min-height:0}.product-story-section{background:radial-gradient(circle at 84% 10%,#4c7cf01a,#0000 24%),linear-gradient(#f6f7f8 0%,#eef1f4 100%)}.product-story-head{grid-template-columns:minmax(0,.96fr) minmax(320px,.64fr);align-items:end;gap:clamp(28px,4vw,72px);margin-bottom:clamp(28px,4vw,56px);display:grid}.product-story-head h2{max-width:900px;margin:10px 0 0;font-size:clamp(44px,5.1vw,86px);line-height:.98}.product-story-head>p{max-width:560px;margin:0;font-size:clamp(17px,1.2vw,21px);line-height:1.55}.product-story-grid{grid-template-columns:1.2fr .9fr .9fr;align-items:stretch;gap:clamp(18px,2vw,30px);display:grid}.product-story-card{--story-accent:var(--primary);border:1px solid color-mix(in srgb, var(--story-accent) 20%, var(--line));border-radius:var(--radius-large);background:radial-gradient(circle at 50% 18%, color-mix(in srgb, var(--story-accent) 13%, transparent), transparent 36%), linear-gradient(180deg, #fff 0%, #f8fafc 100%);min-height:560px;box-shadow:var(--shadow-medium);display:grid;overflow:hidden}.product-story-card.tone-cyan{--story-accent:var(--cyan)}.product-story-card.tone-green{--story-accent:var(--green)}.product-story-card:first-child{min-height:640px}.product-story-visual{background:radial-gradient(#11131514,#0000 60%);place-items:center;min-height:300px;padding:clamp(20px,3vw,54px);display:grid}.product-story-card:first-child .product-story-visual{min-height:382px}.product-story-visual img{object-fit:contain;filter:drop-shadow(0 28px 34px #11131529);width:min(92%,520px);max-height:360px;transition:transform .26s}.product-story-card:hover .product-story-visual img{transform:translateY(-4px)scale(1.02)}.product-story-copy{align-content:start;gap:14px;padding:clamp(24px,2.4vw,36px);display:grid}.product-story-copy h3{max-width:520px;color:var(--ink);letter-spacing:0;margin:0;font-size:clamp(26px,2.1vw,38px);line-height:1.07}.product-story-copy p:not(.eyebrow){max-width:560px;color:var(--muted);margin:0;font-size:16px;line-height:1.6}.product-story-copy .tag-list span{background:color-mix(in srgb, var(--story-accent) 10%, #fff);color:color-mix(in srgb, var(--story-accent) 86%, #111315)}.featured-products-section{background:#fff}.featured-product-grid,.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{background:#fff;border-radius:24px;box-shadow:0 14px 42px #1113150e}.product-card:before{opacity:.7;width:3px}.product-card img{background:#fff;border-color:#e1e6ebdb}.product-card h3{color:var(--ink)}.product-card p{color:#59636e}.card-actions a:first-child{background:#fff}.card-actions a:last-child{background:var(--gradient-primary)}.section.muted:nth-of-type(5){background:radial-gradient(circle at 18% 12%, #2db7c72e, transparent 27%), var(--gradient-navy);color:#fff}.section.muted:has(.two-col){background:radial-gradient(circle at 18% 12%, #2db7c72e, transparent 27%), var(--gradient-navy);color:#fff}.section.muted:has(.two-col) .section-title h2{color:#fff}.section.muted:has(.two-col) .section-title p:not(.eyebrow){color:#fff}.section.muted:has(.two-col) .section-title p:not(.eyebrow){color:#ffffffb8}.section.muted:has(.two-col) .service-card{color:#fff;background:#ffffff17;border-color:#ffffff2e;box-shadow:0 28px 72px #0000002e}:is(.section.muted:has(.two-col) .service-card h3,.section.muted:has(.two-col) .service-card p){color:#fff}.quality-split{border-radius:var(--radius-large);background:radial-gradient(circle at 88% 12%,#35b88926,#0000 32%),linear-gradient(135deg,#fff 0%,#eff8f4 100%)}.home-news-section{background:linear-gradient(#eef1f4 0%,#fff 100%)}.home-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-news-grid .news-card{box-shadow:none;border-color:#cbd4dccc;border-radius:0}.home-news-grid .news-card img{aspect-ratio:16/9}.inquiry-band,.bottom-cta{background:radial-gradient(circle at 18% 20%, #4c7cf042, transparent 30%), radial-gradient(circle at 82% 8%, #2db7c733, transparent 26%), var(--gradient-navy)}.product-detail{align-items:center;gap:clamp(34px,5vw,88px);padding-block:clamp(46px,5vw,86px)}.product-gallery,.product-summary{border-radius:var(--radius-large)}.product-gallery{background:radial-gradient(circle at 50% 36%,#4c7cf017,#0000 45%),#fff}.gallery-main{object-fit:contain}.product-summary h1{color:var(--ink);font-size:clamp(42px,4vw,68px);line-height:1.02}.site-footer{background:radial-gradient(circle at 14% 0,#2db7c724,#0000 28%),linear-gradient(#111315 0%,#07090c 100%)}.footer-grid{gap:clamp(26px,4vw,68px)}.footer-grid h3{color:#fff;margin:0 0 8px;font-size:14px;font-weight:700}.footer-brand{font-size:clamp(38px,3.2vw,62px)}@media (max-width:1280px){.product-story-grid{grid-template-columns:1fr}.product-story-card,.product-story-card:first-child{grid-template-columns:minmax(0,.9fr) minmax(0,1fr);min-height:0}.product-story-visual,.product-story-card:first-child .product-story-visual{min-height:320px}.product-grid,.featured-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.product-story-head{grid-template-columns:1fr}.product-story-head h2{font-size:clamp(40px,9vw,64px)}.product-story-card,.product-story-card:first-child{grid-template-columns:1fr}.product-grid,.featured-product-grid,.home-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){:root{--page-gutter:18px;--section-y:62px}.header-inner{min-height:68px}.product-story-head h2{font-size:clamp(34px,11vw,46px)}.product-story-copy{padding:22px}.product-story-visual,.product-story-card:first-child .product-story-visual{min-height:250px}.product-grid,.featured-product-grid,.home-news-grid{grid-template-columns:1fr}.category-card{border-radius:24px}.product-summary h1{font-size:clamp(34px,10vw,44px)}}
﻿ :root{--premium-black:#0d0f11;--premium-graphite:#15181b;--premium-ink:#111315;--premium-text:#3f464d;--premium-muted:#737a82;--premium-line:#e5e8eb;--premium-soft:#f6f7f8;--premium-blue:#4c7cf0;--premium-cyan:#2db7c7;--premium-green:#35b889;--premium-orange:#ff6b3d;--premium-orange-soft:#ff9a6d;--nav-font-family:var(--font-body,Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);--nav-font-size:clamp(12px, .72vw, 14px);--nav-font-weight:540;--nav-line-height:1;--nav-letter-spacing:-.01em;--nav-action-font-size:13px;--nav-action-font-weight:570;--nav-cta-font-weight:650;--nav-dropdown-title-size:15px;--nav-dropdown-title-weight:620;--nav-dropdown-title-leading:1.34;--nav-dropdown-item-size:13.5px;--nav-dropdown-item-weight:470;--nav-dropdown-item-leading:1.46;--nav-mobile-item-size:15px;--nav-mobile-item-weight:560;--nav-mobile-item-leading:1.25}.premium-kicker{color:var(--premium-blue);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:12px;font-weight:760;line-height:1}.site-header{-webkit-backdrop-filter:blur(26px);backdrop-filter:blur(26px);background:#ffffffb8;border-bottom:1px solid #e5e8ebad}.header-inner{min-height:78px}.brand-lockup{min-width:220px}.desktop-nav a{color:#1f2630d1;min-height:36px;font-family:var(--nav-font-family);font-size:var(--nav-font-size);font-weight:var(--nav-font-weight);line-height:var(--nav-line-height);letter-spacing:var(--nav-letter-spacing);background:0 0;padding:0 clamp(8px,.78vw,14px)}.desktop-nav a.has-chevron:after{content:"";opacity:.58;border-bottom:1.5px solid;border-right:1.5px solid;width:6px;height:6px;margin-left:8px;display:inline-block;transform:translateY(-2px)rotate(45deg)}.desktop-nav a.active,.desktop-nav a:hover{color:var(--premium-ink);font-weight:var(--nav-font-weight);background:#0d0f110e}.nav-item{position:relative}.nav-item-dropdown:after{content:"";pointer-events:auto;height:22px;position:absolute;bottom:-18px;left:-12px;right:-12px}.nav-dropdown{z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border:1px solid #0b1f331c;border-radius:12px;gap:8px;min-width:236px;padding:16px;animation:.17s both navDropdownIn;display:grid;position:absolute;top:calc(100% + 12px);left:0;box-shadow:0 20px 54px #0b1f331f}.products-dropdown{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 34px;width:min(620px,72vw);padding:22px 24px 24px}.text-dropdown{gap:7px;width:max-content;padding:15px 16px}.nav-dropdown-group{align-content:start;gap:5px;min-width:0;padding:6px 0 10px;display:grid}.nav-dropdown a,.nav-dropdown-title,.nav-dropdown-link,.nav-dropdown-subitem{color:#0b1f33c7;background:0 0;border-radius:8px;align-items:center;width:100%;min-height:0;text-decoration:none;transition:color .16s,background-color .16s,transform .16s;display:flex}.desktop-nav .nav-dropdown a,.home-header .desktop-nav .nav-dropdown a{min-height:0;box-shadow:none;font-family:var(--nav-font-family);letter-spacing:0;background:0 0;border-radius:8px;justify-content:flex-start;padding:0}.desktop-nav .nav-dropdown-title,.desktop-nav .nav-dropdown-link{color:var(--premium-ink);font-size:var(--nav-dropdown-title-size);font-weight:var(--nav-dropdown-title-weight);line-height:var(--nav-dropdown-title-leading);padding:8px 10px 6px}.desktop-nav .nav-dropdown-subitem{color:#3f464dc7;font-size:var(--nav-dropdown-item-size);font-weight:var(--nav-dropdown-item-weight);line-height:var(--nav-dropdown-item-leading);padding:5px 10px 5px 22px}.nav-dropdown-link{white-space:nowrap}.nav-dropdown a:hover,.nav-dropdown a:focus-visible{color:var(--premium-blue);background:#4c7cf014;outline:0;transform:translate(2px)}.site-header .icon-action,.site-header .language-pill{font-family:var(--nav-font-family);font-size:var(--nav-action-font-size);font-weight:var(--nav-action-font-weight);line-height:var(--nav-line-height);letter-spacing:0}.site-header .primary-pill{font-family:var(--nav-font-family);font-size:var(--nav-action-font-size);font-weight:var(--nav-cta-font-weight);line-height:var(--nav-line-height);letter-spacing:0}.mobile-menu a,.mobile-accordion>button{font-family:var(--nav-font-family);font-size:var(--nav-mobile-item-size);font-weight:var(--nav-mobile-item-weight);line-height:var(--nav-mobile-item-leading);letter-spacing:0}.mobile-subgroup a:first-child{font-weight:var(--nav-dropdown-title-weight)}.mobile-subgroup a:not(:first-child),.mobile-accordion-panel>a{font-size:var(--nav-dropdown-item-size);font-weight:var(--nav-dropdown-item-weight);line-height:var(--nav-dropdown-item-leading)}@keyframes navDropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.home-header{z-index:40;box-shadow:none;background:linear-gradient(#00000080,#0000);border-bottom:0;position:absolute;top:0;left:0;right:0}.home-header .header-inner{grid-template-columns:238px minmax(0,1fr) auto;align-items:center;gap:clamp(18px,1.8vw,34px);width:min(100% - 104px,1740px);min-height:92px;display:grid}.home-header .brand-lockup strong{font-size:clamp(30px,2vw,40px);font-weight:720;line-height:.95}.home-header .brand-lockup strong,.home-header .desktop-nav a,.home-header .language-pill,.home-header .icon-action{color:#f7f4ef}.home-header .brand-lockup span{color:#7fa0ff;letter-spacing:.02em;font-size:11px;font-weight:760;line-height:1.1}.home-header .desktop-nav{justify-self:center;gap:clamp(6px,.72vw,15px)}.home-header .desktop-nav a{color:#ffffffc7;min-height:36px;font-family:var(--nav-font-family);font-size:var(--nav-font-size);font-weight:var(--nav-font-weight);line-height:var(--nav-line-height);letter-spacing:var(--nav-letter-spacing);border-radius:999px;padding:0 clamp(8px,.78vw,14px)}.home-header .desktop-nav a.active,.home-header .desktop-nav a:hover{color:#fff;font-weight:var(--nav-font-weight);background:#ffffff0e}.home-header .header-actions{justify-content:flex-end;gap:10px}.home-header .icon-action,.home-header .language-pill{color:#ffffffd6;min-height:42px;font-family:var(--nav-font-family);font-size:var(--nav-action-font-size);font-weight:var(--nav-action-font-weight);line-height:var(--nav-line-height);letter-spacing:0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff0b;border-color:#ffffff29;padding-inline:17px;box-shadow:inset 0 1px #ffffff0e}.home-header .primary-pill{color:#fff;min-height:44px;font-family:var(--nav-font-family);font-size:var(--nav-action-font-size);font-weight:var(--nav-cta-font-weight);line-height:var(--nav-line-height);letter-spacing:0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ff6b3deb;border-color:#ff6b3d75;padding-inline:21px;box-shadow:0 18px 44px #ff6b3d2e,inset 0 1px #ffffff29}.home-header .icon-action:hover,.home-header .language-pill:hover{background:#ffffff17;border-color:#ffffff42}.home-header .primary-pill:hover{background:#ff7449;border-color:#ff7a4cb3;transform:translateY(-1px)}.home-header .hamburger span{background:#fff}.home-header .nav-dropdown{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#0b0c0de6;border-color:#ffffff1a;box-shadow:0 24px 64px #0000005c}.home-header .desktop-nav .nav-dropdown-title,.home-header .desktop-nav .nav-dropdown-link{color:#ffffffeb;font-size:var(--nav-dropdown-title-size);font-weight:var(--nav-dropdown-title-weight);line-height:var(--nav-dropdown-title-leading);padding:8px 10px 6px}.home-header .desktop-nav .nav-dropdown-subitem{color:#ffffffa8;font-size:var(--nav-dropdown-item-size);font-weight:var(--nav-dropdown-item-weight);line-height:var(--nav-dropdown-item-leading);padding:5px 10px 5px 22px}.home-header .desktop-nav .nav-dropdown a:hover,.home-header .desktop-nav .nav-dropdown a:focus-visible{color:var(--premium-orange-soft);background:#ffffff13}.premium-hero{background:radial-gradient(circle at 76% 34%,#4c7cf033,#0000 25%),radial-gradient(circle at 88% 18%,#2db7c729,#0000 23%),radial-gradient(circle at 16% 70%,#0d0f110d,#0000 28%),linear-gradient(#fff 0%,#f6f7f8 68%,#eef1f4 100%);min-height:min(940px,100svh - 20px);position:relative;overflow:hidden}.premium-hero-grid{opacity:.18;background-color:#0000;background-image:linear-gradient(90deg,#0d0f1114 1px,#0000 1px),linear-gradient(#0d0f110f 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:96px 96px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 68% 38%,#000 0%,#0000 64%);mask-image:radial-gradient(circle at 68% 38%,#000 0%,#0000 64%)}.premium-hero-orbit{aspect-ratio:1;border:1px solid #4c7cf02e;border-radius:50%;width:min(72vw,1120px);position:absolute;top:13%;right:-8%;transform:rotate(-14deg)}.premium-hero-orbit:before,.premium-hero-orbit:after{content:"";border:1px solid #2db7c724;border-radius:50%;position:absolute}.premium-hero-orbit:before{inset:12%}.premium-hero-orbit:after{inset:27%}.premium-hero-inner{grid-template-columns:minmax(420px,.84fr) minmax(560px,1.16fr);align-items:center;gap:clamp(28px,4vw,76px);min-height:min(860px,100svh - 78px);padding-top:34px;display:grid;position:relative}.premium-hero-copy{z-index:2;max-width:820px}.premium-hero-copy h1{max-width:820px;color:var(--premium-ink);letter-spacing:0;margin:20px 0 24px;font-size:clamp(76px,7.7vw,132px);font-weight:760;line-height:.86}.premium-hero-copy h1 span{display:block}.premium-hero-copy p:not(.premium-kicker){color:#4b5158;max-width:560px;margin:0;font-size:clamp(18px,1.25vw,22px);line-height:1.5}.premium-hero-actions{margin-top:30px}.premium-hero-visual{min-height:clamp(560px,62vw,800px);position:relative}.premium-hero-stage{filter:blur(4px);background:radial-gradient(#0d0f112e,#0000 64%);border-radius:50%;width:94%;height:34%;position:absolute;bottom:8%;right:-8%}.premium-hero-product{object-fit:contain;filter:drop-shadow(0 34px 42px #0d0f1133);animation:.82s cubic-bezier(.2,.8,.2,1) both premiumProductIn;position:absolute}.premium-blood-pressure-monitor{z-index:4;width:min(49vw,720px);bottom:12%;right:8%}.premium-nebulizer{z-index:3;width:min(24vw,360px);animation-delay:.12s;top:10%;right:0}.premium-thermometer{z-index:5;width:min(11vw,160px);animation-delay:.2s;top:18%;left:7%}.premium-data-chip{z-index:6;min-height:40px;color:var(--premium-ink);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffb8;border:1px solid #ffffffc2;border-radius:999px;align-items:center;padding:0 18px;font-size:13px;font-weight:720;display:inline-flex;position:absolute;box-shadow:0 18px 46px #0d0f111f}.chip-top{top:7%;left:22%}.chip-right{top:42%;right:2%}.chip-bottom{bottom:10%;left:18%}.premium-hero-strip{z-index:7;color:#5f6872;justify-content:space-between;gap:18px;padding:18px 0 34px;font-size:13px;font-weight:680;display:flex;position:relative}.premium-hero-strip span{white-space:nowrap}.dark-hardware-hero{color:#fff;background:#050505;align-items:stretch;min-height:min(950px,94svh);display:grid}.dark-hardware-hero:before{content:"";pointer-events:none;z-index:1;opacity:1;background:linear-gradient(90deg,#0000005c 0%,#00000029 28%,#0000 58%),radial-gradient(at 20%,#00000057,#0000 48%);position:absolute;inset:0}.dark-hardware-hero:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000002e,#0000 28%,#0000003d 100%);position:absolute;inset:0}.hero-master-picture{z-index:0;display:block;position:absolute;inset:0;overflow:hidden}.hero-master-visual{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.hero-master-shade{z-index:1;pointer-events:none;background:linear-gradient(90deg,#0000003d 0%,#0000001a 38%,#0000 62%),radial-gradient(at 18% 40%,#0000002e,#0000 48%);position:absolute;inset:0}.hardware-hero-spotlight,.hardware-hero-floor,.hardware-product-glow,.hardware-hero-visual,.hardware-hero-product{display:none}.dark-hardware-hero .premium-hero-inner{z-index:2;grid-template-columns:minmax(520px,.42fr) minmax(0,1fr);gap:clamp(28px,4vw,92px);width:min(100% - 132px,1740px);min-height:min(950px,94svh);padding-top:clamp(138px,13vh,178px);padding-bottom:clamp(54px,7vh,86px);position:relative}.dark-hardware-hero .premium-hero-copy{align-self:center;max-width:770px}.hardware-hero-eyebrow{color:#ffffff94;text-transform:uppercase;align-items:center;gap:13px;margin:0 0 22px;font-size:clamp(13px,.84vw,16px);font-weight:520;line-height:1.2;display:inline-flex}.hardware-hero-eyebrow span{background:#ffffff6b;border-radius:999px;width:4px;height:4px}.dark-hardware-hero .premium-hero-copy h1{color:#fff;letter-spacing:0;text-transform:uppercase;max-width:900px;margin:0 0 24px;font-size:clamp(72px,5vw,104px);font-weight:680;line-height:.95}.dark-hardware-hero .premium-hero-copy h1 span{white-space:nowrap;display:block}.dark-hardware-hero .premium-hero-copy h1 .hero-title-white{color:#fff;font-weight:420}.dark-hardware-hero .premium-hero-copy h1 .hero-title-orange{color:#ff7046;text-shadow:0 0 36px #ff70462e;font-weight:700}.dark-hardware-hero .premium-hero-copy p:not(.hardware-hero-eyebrow){color:#ffffffb8;max-width:520px;margin:0;font-size:clamp(15px,.95vw,17px);line-height:1.62}.dark-hardware-hero .premium-hero-actions{align-items:center;gap:38px;margin-top:36px}.hero-primary-cta{background:linear-gradient(135deg, var(--premium-orange), #ff7e45);color:#fff;border:0;min-height:54px;padding-inline:30px;box-shadow:0 20px 58px #ff6b3d3d}.hero-primary-cta:hover{background:linear-gradient(135deg,#ff7a4c,#ff5b2f);transform:translateY(-2px);box-shadow:0 24px 68px #ff6b3d52}.hero-secondary-cta{color:#fff;min-height:44px;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.hero-secondary-cta:hover{color:var(--premium-orange-soft);background:0 0;transform:translateY(-1px)}.hero-arrow{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:14px;height:14px;margin-left:8px}.hardware-hero-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(22px,3vw,54px);max-width:780px;margin-top:clamp(92px,11.2vh,150px);display:grid}.hardware-hero-stats article{gap:7px;display:grid}.hardware-hero-stats strong{color:#fff;font-size:clamp(25px,1.55vw,34px);font-weight:560;line-height:.95}.hardware-hero-stats strong:after{color:var(--premium-orange)}.hardware-hero-stats span{color:#ffffff9e;max-width:112px;font-size:12px;line-height:1.25}.hardware-product-note{display:none}.hardware-product-note span{color:var(--premium-orange);font-size:12px;font-weight:760}.hardware-product-note strong{color:#ffffffc7;font-size:15px;line-height:1.2}.hardware-hero-pager{z-index:4;color:#ffffff9e;justify-items:center;gap:13px;font-size:12px;display:grid;position:absolute;top:45%;right:-36px}.hardware-hero-pager i{border:1px solid #ffffffb8;border-radius:50%;width:7px;height:7px}.hardware-hero-pager i.active{border-color:var(--premium-orange);background:var(--premium-orange);box-shadow:0 0 18px #ff6b3d85}.brand-statement{background:radial-gradient(circle at 14% 10%, #4c7cf02e, transparent 28%), radial-gradient(circle at 82% 70%, #2db7c721, transparent 30%), linear-gradient(180deg, var(--premium-black), #15181b);color:#fff;align-items:center;min-height:72vh;display:grid;position:relative;overflow:hidden}.brand-statement-inner{z-index:2;position:relative}.brand-statement h2{color:#fff;letter-spacing:0;max-width:1180px;margin:22px 0;font-size:clamp(58px,7.2vw,118px);line-height:.92}.brand-statement h2 span{color:#ffffff9e;display:block}.brand-statement p:not(.premium-kicker){color:#ffffffb8;max-width:680px;margin:0;font-size:clamp(18px,1.3vw,22px);line-height:1.55}.brand-marquee{color:#ffffff14;letter-spacing:0;text-transform:uppercase;white-space:nowrap;gap:28px;font-size:clamp(46px,8vw,150px);font-weight:800;display:flex;position:absolute;bottom:3vh;right:-2vw}.product-universe-section{background:radial-gradient(circle at 86% 18%,#4c7cf024,#0000 26%),radial-gradient(circle at 14% 80%,#2db7c71f,#0000 28%),linear-gradient(#fbfbfa 0%,#eef1f4 100%);padding-block:clamp(110px,12vw,210px) clamp(72px,8vw,130px);position:relative;overflow:hidden}.product-universe-inner{grid-template-columns:minmax(340px,.42fr) minmax(0,.78fr);align-items:center;gap:clamp(38px,6vw,112px);display:grid}.product-universe-copy{z-index:3;max-width:620px;position:relative}.product-universe-copy h2{color:var(--premium-ink);letter-spacing:0;margin:18px 0 22px;font-size:clamp(54px,6vw,104px);font-weight:760;line-height:.9}.product-universe-copy p:not(.premium-kicker){max-width:540px;color:var(--premium-text);margin:0;font-size:clamp(17px,1.25vw,21px);line-height:1.58}.product-universe-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.product-universe-stage{isolation:isolate;min-height:clamp(560px,48vw,700px);position:relative}.universe-halo,.universe-plane{pointer-events:none;position:absolute}.universe-halo{z-index:0;filter:blur(2px);background:radial-gradient(circle at 44% 46%,#ffffffeb,#0000 25%),radial-gradient(circle at 52% 52%,#4c7cf024,#0000 50%),radial-gradient(circle at 76% 30%,#2db7c721,#0000 42%);border-radius:50%;inset:4% -4% 14% 2%}.universe-plane{z-index:1;filter:blur(10px);background:radial-gradient(#0d0f1121,#0000 70%);border-radius:50%;height:18%;bottom:8%;left:8%;right:7%}.universe-product{z-index:2;justify-items:center;gap:10px;margin:0;display:grid;position:absolute}.universe-product img{object-fit:contain;filter:drop-shadow(0 30px 34px #0d0f112e);width:100%;height:auto;transition:transform .32s,filter .32s}.universe-product figcaption{width:max-content;max-width:210px;color:var(--premium-ink);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffbd;border:1px solid #0d0f1114;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:720;line-height:1;box-shadow:0 14px 32px #0d0f1114}.universe-product:hover img{filter:drop-shadow(0 42px 48px #0d0f1138);transform:translateY(-8px)scale(1.025)}.universe-bpm-main{width:min(34vw,520px);bottom:9%;left:3%}.universe-nebulizer{width:min(29vw,430px);bottom:13%;right:3%}.universe-thermometer{width:min(12vw,175px);top:2%;left:48%}.product-universe-labels{color:var(--premium-muted);text-transform:uppercase;border-top:1px solid #0d0f111a;flex-wrap:wrap;justify-content:space-between;gap:18px;margin-top:clamp(24px,4vw,58px);padding-top:18px;font-size:12px;font-weight:720;display:flex}.signature-story-section{color:#fff;background:radial-gradient(circle at 20% 20%,#4c7cf02e,#0000 28%),radial-gradient(circle at 80% 72%,#2db7c71f,#0000 30%),linear-gradient(#0d0f11 0%,#15181b 100%);padding-block:clamp(96px,10vw,170px);position:relative;overflow:clip}.signature-story-inner{grid-template-columns:minmax(0,.58fr) minmax(380px,.42fr);align-items:start;gap:clamp(42px,6vw,108px);display:grid}.signature-story-visual{min-height:116vh}.signature-story-sticky{place-items:center;min-height:min(760px,100svh - 130px);display:grid;position:sticky;top:104px}.signature-orbit{border:1px solid #ffffff14;border-radius:50%;position:absolute;inset:6% -4% 5% -2%;transform:rotate(-10deg)}.signature-orbit:before,.signature-orbit:after{content:"";border-radius:50%;position:absolute}.signature-orbit:before{border:1px solid #70b7c52e;inset:16%}.signature-orbit:after{filter:blur(10px);background:radial-gradient(#ffffff29,#0000 68%);height:22%;bottom:10%;left:12%;right:10%}.signature-product-main,.signature-product-side{object-fit:contain;filter:drop-shadow(0 40px 54px #0000005c);position:absolute}.signature-product-main{z-index:3;width:min(52vw,720px);bottom:14%;right:4%}.signature-wrist{z-index:4;width:min(26vw,350px);bottom:23%;left:2%}.signature-connected{z-index:2;opacity:.78;width:min(23vw,310px);top:4%;right:7%}.signature-model-note{z-index:5;border-left:1px solid #70b7c5ad;max-width:220px;padding-left:16px;position:absolute;top:9%;left:2%}.signature-model-note span{color:#ffffff85;text-transform:uppercase;font-size:11px;font-weight:720;display:block}.signature-model-note strong{color:#fff;margin-top:8px;font-size:18px;line-height:1.14;display:block}.signature-story-copy{padding-top:clamp(20px,6vw,90px)}.signature-story-copy h2{color:#fff;letter-spacing:0;margin:18px 0 20px;font-size:clamp(48px,5.4vw,92px);font-weight:760;line-height:.92}.signature-story-copy>p:not(.premium-kicker){color:#ffffffad;margin:0;font-size:clamp(17px,1.2vw,21px);line-height:1.58}.signature-story-list{border-top:1px solid #ffffff21;gap:0;margin:clamp(34px,5vw,62px) 0 34px;display:grid}.signature-story-item{border-bottom:1px solid #ffffff21;grid-template-columns:56px 1fr;gap:22px;padding:25px 0;display:grid}.signature-story-item>span{color:var(--premium-cyan);font-size:13px;font-weight:800}.signature-story-item h3{color:#fff;margin:0 0 8px;font-size:clamp(23px,2vw,34px);line-height:1.08}.signature-story-item p{color:#ffffffa3;max-width:540px;margin:0;font-size:15px;line-height:1.65}.product-center-section{background:#fff}.product-center-section .category-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(18px,2vw,28px);display:grid}.product-center-section .category-card{background:radial-gradient(circle at 70% 18%, color-mix(in srgb, var(--card-accent) 16%, transparent), transparent 35%), #f6f7f8;min-height:420px;box-shadow:none;border:0;border-radius:34px;grid-column:span 4;grid-template-rows:minmax(220px,1fr) auto;padding:clamp(18px,1.6vw,26px);display:grid}.product-center-section .category-card:first-child{grid-area:span 2/span 7;min-height:720px}.product-center-section .category-card:nth-child(2),.product-center-section .category-card:nth-child(3){grid-column:span 5}.product-center-section .category-card:nth-child(4),.product-center-section .category-card:nth-child(5){grid-column:span 6;min-height:360px}.product-center-section .category-card:before{display:none}.product-center-section .category-card img{object-fit:cover;width:100%;height:100%;min-height:220px;box-shadow:none;background:0 0;border:0;border-radius:28px;align-self:center}.product-center-section .category-card:first-child img{min-height:450px}.product-center-section .category-card h3{max-width:520px;color:var(--premium-ink);letter-spacing:0;margin-top:22px;font-size:clamp(30px,3vw,56px);line-height:.98}.product-center-section .category-card:not(:first-child) h3{font-size:clamp(24px,2vw,36px)}.product-center-section .category-card p{max-width:460px;min-height:0}.featured-products-section{background:#fff}.featured-products-section .section-title h2{font-size:clamp(48px,5vw,82px);line-height:.98}.featured-product-grid{gap:clamp(20px,1.8vw,28px)}.product-card-compact{min-height:430px;box-shadow:none;background:#f6f7f8;border:0;border-radius:28px;padding:0;overflow:hidden}.product-card-compact:before{display:none}.product-card-compact img{aspect-ratio:4/3;background:#fff;border:0;border-radius:0;width:100%;padding:16px}.product-card-compact>div:not(.card-actions){padding:18px 20px 4px}.product-card-compact .model-badge{color:var(--premium-muted);background:0 0;padding:0}.product-card-compact h3{color:var(--premium-ink);font-size:21px}.product-card-compact p{color:#5f6872}.product-card-compact .card-actions{padding:12px 20px 20px}.premium-oem-section{background:radial-gradient(circle at 12% 18%, #4c7cf033, transparent 30%), radial-gradient(circle at 82% 72%, #2db7c729, transparent 32%), linear-gradient(180deg, var(--premium-black), var(--premium-graphite));color:#fff;align-items:center;min-height:82vh;padding-block:clamp(92px,9vw,160px);display:grid}.premium-oem-inner{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:clamp(42px,6vw,104px);display:grid}.premium-oem-visual{min-height:620px;position:relative}.premium-oem-visual img{object-fit:cover;border-radius:38px;width:min(80%,720px);height:auto;position:absolute;box-shadow:0 46px 110px #0000005c}.premium-oem-visual img:first-child{top:0;left:0}.premium-oem-visual img:nth-child(2){width:min(62%,520px);bottom:0;right:0}.premium-oem-copy h2,.premium-final-cta h2{color:#fff;letter-spacing:0;max-width:760px;margin:18px 0;font-size:clamp(58px,6vw,104px);line-height:.92}.premium-oem-copy>p:not(.premium-kicker),.premium-final-cta p{color:#ffffffb3;max-width:600px;font-size:19px;line-height:1.55}.premium-capability-list{border-top:1px solid #ffffff29;gap:0;margin:34px 0;display:grid}.premium-capability-list article{border-bottom:1px solid #ffffff29;grid-template-columns:60px 1fr;gap:20px;padding:20px 0;display:grid}.premium-capability-list span{color:#ffffff6b;font-size:22px;font-weight:760}.premium-capability-list strong{color:#fff;font-size:24px;line-height:1.15;display:block}.premium-capability-list p{color:#ffffff9e;margin:4px 0 0}.premium-quality-section{background:#fff;padding-block:clamp(90px,8vw,150px)}.premium-quality-inner{grid-template-columns:minmax(360px,.8fr) minmax(0,1.2fr);align-items:center;gap:clamp(42px,6vw,108px);display:grid}.premium-quality-copy h2{max-width:740px;color:var(--premium-ink);letter-spacing:0;margin:16px 0 18px;font-size:clamp(52px,5.5vw,96px);line-height:.93}.premium-quality-copy p:not(.premium-kicker){color:#5f6872;font-size:19px}.premium-quality-points{flex-wrap:wrap;gap:10px;margin:28px 0;display:flex}.premium-quality-points span{color:#24745a;background:#35b88914;border:1px solid #35b8892e;border-radius:999px;padding:9px 13px;font-size:13px;font-weight:720}.premium-quality-visual{background:#eef1f4;border-radius:44px;overflow:hidden}.premium-quality-visual img{aspect-ratio:16/9;object-fit:cover;width:100%}.premium-quality-visual div{flex-wrap:wrap;gap:10px;padding:22px;display:flex}.premium-quality-visual span{color:var(--premium-ink);background:#fff;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:680}.axdcare-benchmark:not(.compact){background:#eef1f4}.axdcare-benchmark:not(.compact) .axdcare-benchmark-panel{box-shadow:none;border:0;border-radius:44px}.premium-final-cta{color:#fff;background:radial-gradient(circle at 78% 42%,#4c7cf033,#0000 30%),linear-gradient(#15181b,#0d0f11);align-items:center;min-height:76vh;padding-block:clamp(80px,8vw,148px);display:grid;overflow:hidden}.premium-final-inner{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:clamp(32px,5vw,90px);display:grid}.premium-final-cta h2 span{color:#ffffff9e;display:block}.premium-final-products{min-height:520px;position:relative}.premium-final-products img{object-fit:contain;filter:drop-shadow(0 36px 48px #00000052);position:absolute}.premium-final-products img:first-child{width:min(58vw,700px);bottom:2%;right:8%}.premium-final-products img:nth-child(2){width:min(28vw,350px);top:2%;left:0}.premium-final-products img:nth-child(3){width:min(16vw,190px);top:4%;right:0}@keyframes premiumProductIn{0%{opacity:0;transform:translateY(34px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.premium-hero-product{animation:none}}@media (max-width:1280px){.premium-hero-inner,.product-universe-inner,.signature-story-inner,.premium-oem-inner,.premium-quality-inner,.premium-final-inner{grid-template-columns:1fr}.premium-hero-copy h1{font-size:clamp(68px,10vw,104px)}.premium-hero-visual,.product-universe-stage{min-height:620px}.product-universe-copy h2,.signature-story-copy h2{max-width:900px}.signature-story-visual{min-height:0}.signature-story-sticky{min-height:620px;position:relative;top:auto}.signature-product-main{width:min(72vw,720px)}.signature-wrist{width:min(36vw,350px)}.signature-connected{width:min(30vw,310px)}.premium-blood-pressure-monitor{width:min(72vw,720px);right:12%}.premium-nebulizer{width:min(34vw,340px);right:6%}.premium-thermometer{width:min(16vw,150px);left:14%}.product-center-section .category-card,.product-center-section .category-card:first-child,.product-center-section .category-card:nth-child(2),.product-center-section .category-card:nth-child(3),.product-center-section .category-card:nth-child(4),.product-center-section .category-card:nth-child(5){grid-area:auto/span 6;min-height:420px}.premium-oem-visual,.premium-final-products{min-height:520px}.dark-hardware-hero .premium-hero-inner{grid-template-columns:1fr;min-height:min(950px,94svh)}.hardware-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));max-width:520px;margin-top:clamp(50px,7vh,96px)}}@media (max-width:1060px){.dark-hardware-hero{min-height:920px}.hero-master-visual{object-position:66% center}.hero-master-shade,.dark-hardware-hero:before{background:linear-gradient(90deg,#0000009e 0%,#00000057 44%,#00000014 100%),linear-gradient(#00000029,#0000 42%,#0003)}.dark-hardware-hero .premium-hero-inner{grid-template-columns:1fr;align-content:start;min-height:920px;padding-top:116px}.dark-hardware-hero .premium-hero-copy{max-width:780px}.hardware-hero-visual,.hardware-hero-product{display:none}.hardware-product-note{top:8%;right:8%}.hardware-hero-pager{right:18px}}@media (max-width:760px){.hero-master-picture{opacity:.82}.hero-master-visual{object-position:70% center}.hero-master-shade,.dark-hardware-hero:before{background:linear-gradient(90deg,#000000bd 0%,#00000075 54%,#0003 100%),linear-gradient(#0000002e,#0000 36%,#00000047)}.premium-hero{min-height:860px}.premium-hero-inner{min-height:860px;padding-block:48px 20px}.premium-hero-copy h1{font-size:clamp(54px,16vw,78px)}.premium-hero-copy p:not(.premium-kicker){font-size:17px}.premium-hero-visual{min-height:460px}.premium-blood-pressure-monitor{width:92vw;bottom:12%;right:0}.premium-nebulizer{width:40vw;top:4%}.premium-thermometer{width:18vw;top:6%;left:7%}.premium-data-chip{min-height:34px;padding-inline:12px;font-size:11px}.chip-right{right:0}.premium-hero-strip{justify-content:flex-start;padding-bottom:24px;overflow-x:auto}.brand-statement{min-height:58vh}.brand-statement h2,.product-universe-copy h2,.signature-story-copy h2,.premium-oem-copy h2,.premium-quality-copy h2,.premium-final-cta h2{font-size:clamp(42px,13vw,64px)}.product-universe-section,.signature-story-section{padding-block:74px}.product-universe-stage{min-height:520px;margin-inline:-16px}.universe-bpm-main{width:58vw;bottom:10%;left:2%}.universe-nebulizer{width:42vw;bottom:15%;right:2%}.universe-thermometer{width:18vw;top:4%;left:44%}.universe-product figcaption{padding:7px 10px;font-size:10px}.product-universe-labels{justify-content:flex-start}.signature-story-sticky{min-height:520px;margin-inline:-18px}.signature-product-main{width:92vw;right:0}.signature-wrist{width:44vw;left:0}.signature-connected{width:40vw;right:5%}.signature-model-note{top:1%;left:20px}.signature-story-copy{padding-top:0}.signature-story-item{grid-template-columns:42px 1fr;gap:14px}.product-center-section .category-grid{grid-template-columns:1fr}.product-center-section .category-card,.product-center-section .category-card:first-child,.product-center-section .category-card:nth-child(2),.product-center-section .category-card:nth-child(3),.product-center-section .category-card:nth-child(4),.product-center-section .category-card:nth-child(5){border-radius:28px;grid-column:auto;min-height:0}.product-center-section .category-card img,.product-center-section .category-card:first-child img{min-height:220px}.premium-oem-visual,.premium-final-products{min-height:380px}.premium-oem-visual img{border-radius:28px}.premium-final-inner{grid-template-columns:1fr}.premium-final-products img:first-child{width:90vw}.premium-final-products img:nth-child(2){width:42vw}.premium-final-products img:nth-child(3){width:24vw}.home-header{background:linear-gradient(#000000d6,#0000);position:absolute}.home-header .header-inner{min-height:76px}.home-header .brand-lockup{min-width:0}.home-header .brand-lockup strong{font-size:26px}.dark-hardware-hero{min-height:auto}.dark-hardware-hero .premium-hero-inner{padding-top:96px;padding-bottom:44px}.hardware-hero-eyebrow{flex-wrap:wrap;gap:9px;margin-bottom:18px;font-size:11px}.dark-hardware-hero .premium-hero-copy h1{max-width:100%;font-size:clamp(50px,16vw,76px);line-height:.94}.dark-hardware-hero .premium-hero-copy p:not(.hardware-hero-eyebrow){max-width:92%;font-size:15.5px}.dark-hardware-hero .premium-hero-actions{gap:12px}.hero-primary-cta,.hero-secondary-cta{justify-content:center;width:100%}.hardware-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:30px}.hardware-hero-stats strong{font-size:28px}.hardware-hero-visual,.hardware-hero-product{display:none}.hardware-product-note{max-width:170px;top:3%;right:30px}.hardware-hero-pager,.hardware-hero-floor{display:none}}.editorial-news-section{background:radial-gradient(circle at 18% 4%,#fffffff2,#0000 24%),radial-gradient(circle at 78% 20%,#e7edeeb8,#0000 34%),linear-gradient(#f7f6f2 0%,#f1f0eb 100%);padding:clamp(92px,8vw,148px) 0 clamp(96px,8vw,150px);position:relative;overflow:hidden}.editorial-news-section:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#11131524,#0000);height:1px;position:absolute;inset:auto 8% 3%}.editorial-news-head{text-align:center;grid-template-columns:1fr;place-items:center;gap:22px;width:min(100% - 64px,1560px);margin:0 auto clamp(54px,5vw,86px);display:grid;position:relative}.home-news-head.editorial-news-head{text-align:center;grid-template-columns:1fr;place-items:center}.editorial-news-head>div{text-align:center;justify-items:center;width:min(100%,1040px);margin:0 auto;display:grid}.editorial-news-head .eyebrow{color:#4c7cf0d1;letter-spacing:.16em;margin:0 0 18px;font-size:12px;font-weight:680}.editorial-news-head .eyebrow:before{display:none}.editorial-news-head h2{color:#171a1d;letter-spacing:-.035em;max-width:980px;margin:0 auto;font-size:clamp(48px,5vw,82px);font-weight:560;line-height:1.03}.editorial-news-head p:not(.eyebrow){color:#373d42b8;text-align:center;max-width:720px;margin:20px auto 0;font-size:clamp(17px,1.15vw,20px);line-height:1.58}.editorial-news-head .editorial-news-more{color:#171a1d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffbd;border:1px solid #1113151a;border-radius:999px;justify-self:end;min-height:48px;margin:0;padding:0 20px;font-size:14px;font-weight:620;position:absolute;top:0;right:0;box-shadow:0 18px 42px #1113150f}.editorial-news-more:hover{color:var(--premium-blue);background:#fff;border-color:#4c7cf038}.editorial-news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,1.4vw,28px);width:min(100% - 64px,1560px);max-width:none}.home-news-grid .news-card-editorial{min-height:clamp(540px,35vw,650px);box-shadow:none;isolation:isolate;background:#171a1d;border:0;border-radius:30px;transition:transform .24s,box-shadow .24s;display:block;position:relative;overflow:hidden;transform:translateY(0)}.home-news-grid .news-card-editorial:before{content:"";z-index:1;opacity:.94;pointer-events:none;background:linear-gradient(#0000000f 0%,#00000024 34%,#000000c7 100%),radial-gradient(circle at 30% 16%,#ffffff3d,#0000 32%);position:absolute;inset:0}.home-news-grid .news-card-editorial:hover{transform:translateY(-4px);box-shadow:0 24px 70px #1113151f}.home-news-grid .news-card-editorial img{aspect-ratio:auto;object-fit:cover;border-radius:inherit;background:#e8ecef;width:100%;height:100%;transition:transform .42s,filter .42s;position:absolute;inset:0;transform:scale(1)}.home-news-grid .news-card-editorial:hover img{filter:saturate(.98)contrast(1.03);transform:scale(1.035)}.home-news-grid .news-card-editorial>div{z-index:2;color:#fff;flex-direction:column;justify-content:flex-end;gap:12px;min-height:0;padding:clamp(26px,2.15vw,38px);display:flex;position:absolute;inset:0}.home-news-grid .news-card-editorial span{color:#ffffffdb;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;align-self:flex-start;padding:7px 10px;font-size:11px;font-weight:650}.home-news-grid .news-card-editorial h3{color:#fff;letter-spacing:-.03em;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:2px 0 0;font-size:clamp(25px,2vw,34px);font-weight:610;line-height:1.12;display:-webkit-box;overflow:hidden}.home-news-grid .news-card-editorial small{color:#ffffff94;order:4;font-size:13px}.home-news-grid .news-card-editorial p{color:#ffffffbd;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:92%;margin:2px 0 0;font-size:15.5px;line-height:1.58;display:-webkit-box;overflow:hidden}.home-news-grid .news-card-editorial a{color:#fff;order:5;align-self:flex-start;align-items:center;gap:8px;margin-top:4px;font-size:14px;font-weight:620;text-decoration:none;display:inline-flex}.home-news-grid .news-card-editorial a:after{content:"";border-top:1.6px solid;border-right:1.6px solid;width:8px;height:8px;transition:transform .18s;display:inline-block;transform:rotate(45deg)}.home-news-grid .news-card-editorial a:hover:after{transform:translate(4px)rotate(45deg)}@media (max-width:1100px){.editorial-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-news-grid .news-card-editorial{min-height:560px}}@media (max-width:760px){.editorial-news-section{padding:74px 0 82px}.editorial-news-head,.editorial-news-grid{width:min(100% - 36px,1560px)}.editorial-news-head{gap:18px;margin-bottom:36px}.editorial-news-head>div{width:100%}.editorial-news-head h2{font-size:clamp(36px,11vw,48px)}.editorial-news-head p:not(.eyebrow){max-width:100%;margin-top:16px;font-size:16px}.editorial-news-head .editorial-news-more{justify-self:center;margin-top:0;position:static}.editorial-news-grid{grid-template-columns:1fr;gap:18px}.home-news-grid .news-card-editorial{border-radius:24px;min-height:520px}.home-news-grid .news-card-editorial>div{padding:24px}.home-news-grid .news-card-editorial h3{font-size:26px}}
