@charset "UTF-8";
:root{--navy:#112f42;--blue:#136bc7;--lime:#d7ee82;--ink:#183442;--muted:#586b75;--line:#dce3e6;--paper:#f2f5f5;--white:#fff;--radius:7px;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.5}img{max-width:100%;display:block}button{color:inherit}p{line-height:1.7}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{font-weight:500;letter-spacing:-.045em}h1{font-size:clamp(2.6rem,5.6vw,5.8rem);line-height:1.04;margin-bottom:28px}h2{font-size:clamp(2rem,3.6vw,3.8rem);line-height:1.13;margin-bottom:24px}h3{font-size:1.65rem;line-height:1.2}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:5px}main:focus,h1:focus{outline:none}.wrap{max-width:1400px;margin:auto;padding:0 5%}.skip{position:fixed;top:-80px;left:20px;background:white;padding:15px;z-index:100}.skip:focus{top:10px}.preview-bar{background:var(--navy);color:white;padding:10px 5%;font-size:.75rem;letter-spacing:.095em;display:flex;justify-content:space-between;align-items:center;gap:15px}.preview-bar>span{display:flex;align-items:center;gap:9px}.preview-bar i{width:6px;height:6px;background:var(--lime);border-radius:50%;display:block}.preview-bar a{font-size:.8rem;letter-spacing:0;color:var(--lime)}.header{height:110px;max-width:1600px;margin:auto;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.brand img{width:43px;height:auto}.brand b{font-size:2.05rem;letter-spacing:.035em;line-height:1;display:block;font-weight:700}.brand small{display:block;font-size:.62rem;letter-spacing:.15em;margin-top:5px;font-weight:700}nav{display:flex;align-items:center;gap:36px;font-size:.9rem}nav>a{padding:12px 0}nav>a[aria-current=page]{color:var(--blue)}nav .nav-contact{border:1px solid var(--line);border-radius:4px;padding:15px 19px;display:flex;gap:25px;align-items:center}.menu-toggle{display:none}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700;display:flex;align-items:center;gap:10px;margin-bottom:25px}.eyebrow:before{content:"";width:24px;height:2px;background:currentColor}.hero{max-width:1600px;margin:auto;display:grid;grid-template-columns:1fr 1fr;background:var(--paper);min-height:635px}.hero-copy{background:var(--navy);color:white;padding:65px 9% 55px 10%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-copy .eyebrow{color:var(--lime)}.hero-copy h1{font-size:clamp(3.4rem,5.6vw,5.65rem)}.hero-copy h1 em{font-style:normal;color:var(--lime)}.hero-copy p{color:#d6e0e5;max-width:360px;font-size:1rem;margin-bottom:30px}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;min-height:50px;padding:15px 21px;border:1px solid transparent;border-radius:4px;font-size:.9rem;font-weight:600;line-height:1.3;transition:background .15s,transform .15s}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--lime);color:var(--navy)}.button.blue{background:var(--blue);color:#fff}.button.outline{border-color:var(--line);background:transparent}.button.dark{background:var(--navy);color:white}.button.white{background:white;color:var(--navy)}.hero-visual{position:relative;overflow:hidden;background:#e8eded;min-height:550px}.hero-visual>img{height:100%;width:100%;position:absolute;object-fit:cover;object-position:43% 50%}.photo-label{position:absolute;bottom:28px;left:28px;right:28px;background:rgba(255,255,255,.91);backdrop-filter:blur(8px);padding:19px 22px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:.87rem}.photo-label small{display:block;font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px;color:var(--muted)}.photo-label b{font-size:1rem;font-weight:500}.photo-label>span:last-child{font-size:1.5rem}.trust-strip{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:35px;padding-top:30px;padding-bottom:30px;border-bottom:1px solid var(--line)}.trust-item{display:flex;gap:20px;align-items:center}.trust-item+.trust-item{border-left:1px solid var(--line);padding-left:35px}.trust-item strong{font-size:2rem;font-weight:500;letter-spacing:-.04em}.trust-item span{color:var(--muted);font-size:.86rem;line-height:1.5}.section{padding-top:95px;padding-bottom:95px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:35px}.section-head h2{max-width:600px;margin-bottom:0}.section-head>p{max-width:360px;color:var(--muted);margin:0}.text-link{font-size:.9rem;display:inline-flex;gap:24px;align-items:center;border-bottom:1px solid var(--ink);padding-bottom:9px;white-space:nowrap}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.category-card{background:var(--paper);position:relative;overflow:hidden;display:flex;flex-direction:column;min-width:0;border-radius:var(--radius);transition:background .2s}.category-card:hover{background:#e5edf0}.category-card .number{position:absolute;left:24px;top:23px;font-size:.75rem;color:var(--muted)}.category-card img{width:100%;height:260px;object-fit:contain;padding:40px 35px 8px;mix-blend-mode:multiply;transition:transform .3s}.category-card:hover img{transform:scale(1.05)}.category-card .card-info{padding:25px;display:flex;justify-content:space-between;gap:15px;align-items:center}.card-info h3{font-size:1.4rem;letter-spacing:-.035em;margin:0 0 6px}.card-info small{color:var(--muted);font-size:.85rem}.circle-arrow{width:37px;height:37px;border:1px solid #bbc9cf;display:grid;place-items:center;border-radius:50%;flex-shrink:0}.category-links{display:flex;gap:25px;flex-wrap:wrap;align-items:center;margin-top:25px;color:var(--muted);font-size:.86rem}.category-links a{text-decoration:underline;text-underline-offset:5px}.company-band{background:var(--navy);color:white;display:grid;grid-template-columns:1fr 1fr;max-width:1600px;margin:auto}.company-band .image-panel{background:#f0f2f1;position:relative;min-height:520px;overflow:hidden}.image-panel img{height:100%;width:100%;object-fit:cover;position:absolute}.company-copy{padding:70px 12%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.company-copy .eyebrow{color:var(--lime)}.company-copy p{color:#c6d5dd}.company-copy .text-link{border-color:#78909e;margin-top:12px}.location-strip{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:50px}.location-strip .intro p{color:var(--muted)}.office-small{border-top:1px solid var(--line);padding-top:20px}.office-small .city{font-size:1.9rem;display:block;margin:22px 0 8px;letter-spacing:-.04em}.office-small small{color:var(--muted);line-height:1.5}.office-small a{font-size:.9rem;display:block;margin-top:22px}.footer{background:#0c2535;color:#fff;padding:55px 5% 22px}.footer-top{max-width:1260px;margin:auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:45px;align-items:start;padding-bottom:45px}.footer-top>p{font-size:1.15rem;color:#c2d2dc;letter-spacing:-.02em}.footer-top>div{display:flex;flex-direction:column;gap:17px;font-size:.9rem;justify-self:end}.inverse img{filter:brightness(0) invert(1);opacity:.8}.footer-bottom{max-width:1260px;margin:auto;display:flex;justify-content:space-between;gap:20px;border-top:1px solid #38505e;padding-top:23px;font-size:.75rem;color:#bacbd5;line-height:1.5}.footer-bottom a{text-decoration:underline;text-underline-offset:4px}.page-intro{background:var(--paper);padding:55px 0 45px;border-top:1px solid var(--line)}.page-intro .wrap>p{color:var(--muted);max-width:620px;font-size:1.06rem;margin-bottom:0}.page-intro h1{font-size:clamp(2.9rem,5vw,4.6rem);margin-bottom:23px}.breadcrumbs{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:.78rem;margin-bottom:33px;flex-wrap:wrap}.breadcrumbs a{text-decoration:underline;text-underline-offset:4px}.catalog-layout{display:grid;grid-template-columns:225px 1fr;gap:45px;padding-top:48px;padding-bottom:80px}.catalog-aside>h2{font-size:.72rem;font-weight:700;letter-spacing:.14em;margin:7px 0 19px}.filters{display:flex;flex-direction:column;align-items:stretch;gap:5px}.filter{background:none;border:none;text-align:left;padding:13px 15px;border-radius:4px;font-size:.91rem;display:flex;justify-content:space-between;gap:10px}.filter span{color:var(--muted);font-size:.8rem}.filter:hover{background:var(--paper)}.filter.active{background:var(--navy);color:#fff}.filter.active span{color:#d7e4eb}.download-tile{margin-top:35px;padding:22px;background:var(--paper);border-radius:5px}.download-tile h3{font-size:1.22rem;letter-spacing:-.03em;margin:15px 0 10px}.download-tile p{font-size:.83rem;color:var(--muted)}.download-tile a{font-size:.8rem;text-decoration:underline;text-underline-offset:5px}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:24px}.catalog-toolbar p{color:var(--muted);font-size:.82rem;margin:0}.search-wrap{position:relative;max-width:340px;flex:1}.search-wrap span{position:absolute;left:14px;top:13px;font-size:1.1rem}.search-wrap input{width:100%;border:1px solid var(--line);border-radius:4px;background:#fff;padding:13px 12px 13px 40px;font-size:.9rem}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.product-card{border:1px solid var(--line);border-radius:6px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s}.product-card:hover{box-shadow:0 10px 28px #17364712}.product-card .product-photo{position:relative;display:block;background:var(--paper);height:245px;padding:25px}.product-photo img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s}.product-card:hover img{transform:scale(1.04)}.product-body{padding:24px;display:flex;flex-direction:column;flex:1}.product-body .tag{font-size:.64rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:12px}.product-body h3{font-size:1.5rem;margin-bottom:12px}.product-body p{font-size:.87rem;color:var(--muted);margin-bottom:24px}.product-body .text-link{margin-top:auto;align-self:flex-start}.catalog-footnote{font-size:.8rem;color:var(--muted);padding:25px 0 0;line-height:1.7}.empty{grid-column:1/-1;padding:60px 20px;text-align:center;background:var(--paper)}.empty h3{font-size:1.5rem}.detail{padding-top:30px;padding-bottom:70px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:start}.detail-image{min-height:520px;background:var(--paper);border-radius:6px;display:flex;flex-direction:column;padding:45px;justify-content:center;align-items:center}.detail-image img{max-height:400px;width:100%;object-fit:contain;mix-blend-mode:multiply}.detail-image p{font-size:.76rem;color:var(--muted);margin:25px 0 0;text-align:center}.detail-info{padding-top:17px}.detail-info h1{font-size:clamp(2.4rem,4.3vw,4.5rem);line-height:1.08}.detail-info>p{color:var(--muted);font-size:1.04rem}.feature-list{padding:0;list-style:none;margin:30px 0}.feature-list li{border-top:1px solid var(--line);padding:13px 0;display:flex;gap:13px;font-size:.91rem;line-height:1.5}.feature-list li:before{content:"✓";color:var(--blue)}.actions{display:flex;flex-wrap:wrap;gap:12px}.detail-more{margin-top:55px;display:grid;grid-template-columns:.8fr 1.5fr;gap:70px;border-top:1px solid var(--line);padding-top:40px}.detail-more h2{font-size:2rem}.detail-more p{color:var(--muted)}.spec-list{margin:0}.spec-list>div{display:flex;gap:20px;justify-content:space-between;padding:17px 0;border-bottom:1px solid var(--line);font-size:.9rem}.spec-list dt{color:var(--muted)}.spec-list dd{text-align:right;margin:0}.related{background:var(--paper);padding:55px 5%;display:flex;justify-content:space-between;align-items:center;gap:30px}.related h2{font-size:2rem;margin-bottom:10px}.related p{margin:0;color:var(--muted)}.about-intro{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-intro img{border-radius:6px}.about-intro p{color:var(--muted)}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:65px}.principles article{border-top:1px solid var(--line);padding-top:22px}.principles .num{font-size:.75rem;color:var(--muted);margin-bottom:25px;display:block}.principles h3{font-size:1.5rem}.principles p{color:var(--muted);font-size:.95rem}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.office-card{background:var(--paper);padding:40px;border-radius:6px;display:flex;flex-direction:column}.office-card h2{font-size:2.8rem;margin:23px 0 8px}.office-card h3{font-size:1.1rem;letter-spacing:0;margin-bottom:25px}.office-card address{font-style:normal;line-height:1.7;color:var(--muted);margin-bottom:25px}.office-card .actions{margin-top:auto}.manufacturing{margin-top:35px;border-top:1px solid var(--line);padding-top:35px;display:grid;grid-template-columns:1fr 2fr;gap:35px}.manufacturing h3{font-size:1.4rem}.manufacturing p{color:var(--muted);margin-bottom:6px}.editor-top{padding:38px 5%;background:var(--navy);color:#fff}.editor-top .eyebrow{color:var(--lime);margin-bottom:14px}.editor-top h1{font-size:2.7rem;margin-bottom:15px}.editor-top p{margin:0;color:#d0dde5;max-width:760px;font-size:.93rem}.editor-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:36px;padding-top:35px;padding-bottom:65px}.editor-list{display:flex;flex-direction:column;gap:8px}.editor-list>button{background:var(--paper);border:1px solid transparent;border-radius:4px;text-align:left;padding:15px;font-size:.86rem;line-height:1.5}.editor-list>button.active{border-color:var(--blue);background:#edf5ff}.editor-list>button.add-product{background:var(--navy);color:white;margin-bottom:12px}.editor-list .help{font-size:.79rem;color:var(--muted);margin-top:20px;line-height:1.7}.editor-form-area{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.editor-form{min-width:0}.editor-form h2{font-size:1.65rem;margin-bottom:10px}.editor-form .subtext{color:var(--muted);font-size:.85rem;margin-bottom:25px}.field{display:block;margin-bottom:22px}.field>span{font-size:.85rem;font-weight:600;display:block;margin-bottom:9px}.field input:not([type=file]),.field textarea,.field select{width:100%;border:1px solid #c7d2d8;border-radius:4px;padding:12px;background:white;color:var(--ink);font-size:.95rem}.field textarea{resize:vertical;line-height:1.5;min-height:130px}.field input[type=file]{width:100%;font-size:.8rem;border:1px dashed #bccbd2;padding:12px;border-radius:4px}.field small{display:block;color:var(--muted);font-size:.76rem;line-height:1.6;margin-top:7px}.editor-preview{position:sticky;top:25px}.editor-preview>.eyebrow{margin-bottom:15px}.editor-preview .product-photo{height:210px}.editor-note{font-size:.76rem;color:var(--muted);line-height:1.7;margin-top:16px}.editor-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.editor-actions .button{font-size:.8rem;gap:10px;padding:12px 15px}.form-status{font-size:.85rem;line-height:1.6;min-height:25px;margin-top:15px;color:#195b3f}.reset-demo{margin-top:25px;background:none;border:0;padding:0;color:var(--muted);text-decoration:underline;text-underline-offset:4px;font-size:.8rem}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);padding:16px 23px;background:var(--navy);color:#fff;border:1px solid #6d8c9e;border-radius:5px;box-shadow:0 8px 30px #112f4233;max-width:90%;font-size:.9rem;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:100}.toast.visible{opacity:1;transform:translate(-50%,0)}.badge{display:inline-block;background:#e4eef4;color:var(--navy);border-radius:30px;padding:7px 12px;font-size:.73rem}.intro-actions{margin-top:28px}.source-note{font-size:.78rem;line-height:1.7;color:var(--muted);margin-top:24px}.source-note a{text-decoration:underline}.catalog-intro{display:flex;align-items:end;justify-content:space-between;gap:30px}.catalog-intro .button{flex-shrink:0}.load-error{padding:20px;background:#fff0e8;color:#733800}.fade-in{animation:enter .35s ease-out}@keyframes enter{from{opacity:.5;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1600px){.hero-copy{padding-left:80px}.hero{border-radius:6px;overflow:hidden}.company-band{border-radius:6px;overflow:hidden}}
@media(max-width:1050px){nav{gap:22px}.hero-copy{padding:50px 9%}.hero{min-height:530px}.hero-visual{min-height:500px}.hero-copy h1{font-size:4.1rem}.trust-strip{gap:15px}.trust-item{gap:12px}.trust-item+.trust-item{padding-left:20px}.category-card img{height:230px;padding:35px 20px 10px}.category-card .card-info{padding:20px}.card-info h3{font-size:1.2rem}.company-copy{padding:50px 10%}.location-strip{gap:25px}.catalog-layout{gap:25px;grid-template-columns:190px 1fr}.product-photo{height:220px}.detail-grid{gap:35px}.detail-image{min-height:450px;padding:28px}.editor-layout{grid-template-columns:180px 1fr;gap:25px}.editor-form-area{gap:20px}.editor-preview .product-body{padding:20px}.footer-top{gap:30px}}
@media(max-width:760px){.preview-bar{padding:10px 5%;font-size:.61rem;letter-spacing:.07em}.preview-bar a{font-size:.71rem}.header{height:88px;position:relative}.brand b{font-size:1.75rem}.brand small{font-size:.53rem}.brand img{width:36px}.menu-toggle{display:flex;gap:15px;align-items:center;background:#fff;border:1px solid var(--line);padding:10px 13px;border-radius:4px;font-size:.83rem}nav{display:none;position:absolute;top:80px;left:5%;right:5%;padding:20px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 35px #18344215;z-index:20;align-items:stretch;gap:6px;border-radius:5px}nav.open{display:flex;flex-direction:column}nav>a{padding:14px}.hero{grid-template-columns:1fr}.hero-copy{padding:45px 7% 48px}.hero-copy h1{font-size:clamp(3.35rem,10.5vw,5rem);max-width:550px;margin-bottom:23px}.hero-copy p{max-width:440px}.hero-visual{min-height:340px}.hero-visual>img{object-position:center 58%;object-fit:cover}.photo-label{left:20px;right:20px;bottom:20px;padding:15px 18px}.trust-strip{grid-template-columns:1fr;padding-top:25px;padding-bottom:25px;gap:18px}.trust-item{gap:20px}.trust-item strong{width:90px;flex-shrink:0;font-size:1.75rem}.trust-item+.trust-item{border-left:0;padding-left:0}.trust-item span br{display:none}.section{padding-top:60px;padding-bottom:60px}.section-head{align-items:flex-start;flex-direction:column;gap:22px}.section-head h2{max-width:430px}.section-head>p{max-width:none}.category-grid{grid-template-columns:1fr;gap:17px}.category-card{display:grid;grid-template-columns:42% 58%;min-height:170px;align-items:center}.category-card img{height:170px;padding:25px 15px}.category-card .number{top:15px;left:15px;font-size:.66rem}.category-card .card-info{padding:20px}.card-info h3{font-size:1.3rem}.card-info small{font-size:.78rem}.category-links{gap:20px;font-size:.8rem}.company-band{grid-template-columns:1fr}.company-band .image-panel{min-height:340px}.company-copy{padding:45px 7%}.company-copy h2{font-size:2.65rem}.location-strip{grid-template-columns:1fr 1fr;gap:30px}.location-strip .intro{grid-column:1/-1}.footer-top{grid-template-columns:1fr 1fr;gap:28px}.footer-top>p{font-size:1rem;margin:0}.footer-top>div{grid-column:1/-1;justify-self:start;flex-direction:row;flex-wrap:wrap;gap:23px;font-size:.8rem}.footer-bottom{flex-direction:column;gap:12px;font-size:.7rem}.page-intro{padding:35px 0}.page-intro h1{font-size:3rem}.catalog-intro{flex-direction:column;align-items:flex-start;gap:22px}.catalog-layout{grid-template-columns:1fr;padding-top:30px;gap:25px}.catalog-aside>h2{display:none}.filters{flex-direction:row;overflow:auto;padding:3px 3px 12px;gap:5px}.filter{white-space:nowrap;gap:10px;border:1px solid var(--line);font-size:.8rem;padding:11px 12px}.download-tile{display:none}.catalog-toolbar{align-items:flex-start;flex-direction:column}.search-wrap{width:100%;max-width:none}.product-grid{gap:16px}.product-card .product-photo{height:190px;padding:18px}.product-body{padding:18px}.product-body h3{font-size:1.23rem;letter-spacing:-.025em}.product-body p{font-size:.81rem;margin-bottom:20px}.product-body .text-link{font-size:.8rem;gap:12px}.product-body .tag{font-size:.6rem;line-height:1.4}.detail-grid{grid-template-columns:1fr;gap:20px}.detail-image{min-height:330px;padding:25px}.detail-image img{max-height:290px;max-width:400px}.detail-info h1{font-size:3rem}.detail-more{grid-template-columns:1fr;gap:15px;margin-top:35px;padding-top:30px}.related{flex-direction:column;align-items:flex-start;padding:40px 5%}.about-intro{grid-template-columns:1fr;gap:35px}.principles{grid-template-columns:1fr;gap:22px;margin-top:35px}.principles .num{margin-bottom:15px}.contact-grid{grid-template-columns:1fr;gap:22px}.office-card{padding:30px}.manufacturing{grid-template-columns:1fr;gap:5px}.editor-top h1{font-size:2.1rem}.editor-top p{font-size:.85rem}.editor-layout{grid-template-columns:1fr}.editor-list{flex-direction:row;flex-wrap:wrap;gap:7px}.editor-list>button{font-size:.78rem;padding:9px 11px}.editor-list>button.add-product{margin:0}.editor-list .help{display:none}.editor-form-area{grid-template-columns:1fr;gap:40px}.editor-preview{position:static;max-width:450px}.editor-actions .button{min-height:48px}.breadcrumbs{font-size:.75rem;gap:9px}.section-head .text-link{white-space:normal}.catalog-footnote{font-size:.75rem}}
@media(max-width:390px){.preview-bar>span{font-size:.56rem;gap:5px}.preview-bar a{font-size:.66rem}.hero-copy h1{font-size:3.25rem}.product-grid{grid-template-columns:1fr}.category-card .card-info{padding:15px}.circle-arrow{width:30px;height:30px}.location-strip{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr}.footer-top>div{grid-column:auto}.photo-label b{font-size:.88rem}.photo-label small{font-size:.58rem}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* A compact, readable type scale across customer pages and the editing demo. */
body{font-size:1.0625rem}
h1,.hero-copy h1,.page-intro h1,.detail-info h1{font-size:clamp(2.5rem,4.5vw,4rem);line-height:1.12}
h2,.company-copy h2{font-size:clamp(2rem,3.2vw,2.8rem);line-height:1.18}
h3,.card-info h3,.product-body h3,.principles h3{font-size:1.5rem;line-height:1.28}
.hero-copy p,.product-body p,.principles p,.editor-top p,.download-tile p,.page-intro .wrap>p,.detail-info>p{font-size:1.0625rem;line-height:1.65}
.button,.editor-actions .button,.text-link,.product-body .text-link,nav,.menu-toggle,.search-wrap input,.filter,.editor-list>button,.field>span,.field input:not([type=file]),.field textarea,.field select,.field input[type=file],.form-status,.office-small a,.category-links,.footer-top>div,.spec-list>div{font-size:1rem;line-height:1.5}
.preview-bar,.preview-bar a,.eyebrow,.photo-label small,.category-card .number,.product-body .tag,.breadcrumbs,.catalog-aside>h2,.catalog-toolbar p,.catalog-footnote,.editor-form .subtext,.editor-list .help,.field small,.editor-note,.badge,.source-note,.detail-image p,.reset-demo,.footer-bottom,.principles .num,.download-tile a,.filter span,.office-small small,.card-info small{font-size:.875rem;line-height:1.5}
.eyebrow,.product-body .tag,.category-card .number{letter-spacing:.075em}
.brand small{font-size:.75rem;letter-spacing:.09em}
.trust-item span{font-size:1rem;line-height:1.5}
.photo-label b{font-size:1.0625rem;line-height:1.4}
.trust-item strong{font-size:1.8rem;line-height:1.2}
.preview-bar{flex-wrap:wrap;letter-spacing:.045em}
.category-card .number{right:20px}
.hero-copy p{max-width:410px}
.hero{min-height:575px}.hero-visual{min-height:520px}
.filter,.menu-toggle,.editor-list>button{min-height:46px}
.catalog-layout>*,.editor-layout>*,.editor-form-area>*,.detail-grid>*,.company-band>*,.trust-item,.trust-item span{min-width:0}
.text-link{white-space:normal}
.office-small a,.office-card address,.spec-list dd{overflow-wrap:anywhere}
.spec-list dd{max-width:65%}
@media(max-width:1050px){nav{gap:19px}.header{gap:20px}.brand{gap:9px}.hero-copy{padding:48px 8%}.trust-strip{gap:20px}.trust-item{flex-wrap:wrap;gap:10px}.category-card img{padding-top:65px}.catalog-layout{grid-template-columns:205px minmax(0,1fr)}.editor-form-area{grid-template-columns:1fr}.editor-preview{position:static;max-width:500px}.download-tile{padding:18px}}
@media(min-width:761px) and (max-width:1000px){.header{height:auto;min-height:105px;flex-wrap:wrap;padding-top:20px;padding-bottom:20px}nav{flex:1;justify-content:flex-end;flex-wrap:wrap}nav .nav-contact{padding:10px 14px;gap:10px}.brand b{font-size:1.8rem}}
@media(max-width:760px){
 .preview-bar{gap:6px 15px;padding-top:10px;padding-bottom:10px}.preview-bar>span,.preview-bar a{font-size:.875rem}
 .header{height:92px}.brand small{font-size:.6875rem}.brand img{width:33px}.brand b{font-size:1.65rem}nav{top:84px}
 h1,.hero-copy h1,.page-intro h1,.detail-info h1{font-size:clamp(2.25rem,7vw,3rem);line-height:1.15}
 h2,.company-copy h2{font-size:2rem}.editor-top h1{font-size:2.1rem}
 .hero-copy{padding:40px 7%}.hero-visual{min-height:335px}.hero-copy p{font-size:1.0625rem}
 .trust-item{flex-wrap:nowrap;gap:24px}.trust-item strong{width:110px;font-size:1.6rem}
 .category-card img{padding-top:42px}.category-card .number{font-size:.875rem}.category-card .card-info{padding:22px}
 .card-info h3,.product-body h3{font-size:1.5rem}.card-info small{font-size:.875rem}
 .catalog-layout{grid-template-columns:minmax(0,1fr)}.filters{flex-wrap:wrap;overflow:visible;padding:0;gap:8px}.filter{white-space:normal;justify-content:flex-start;gap:12px}
 .catalog-toolbar{gap:18px}.product-card .product-photo{height:240px}.product-body{padding:24px}.product-body p{font-size:1.0625rem}.product-body .tag{font-size:.875rem}
 .button{max-width:100%;gap:15px}.editor-actions .button{font-size:1rem}.photo-label{left:18px;right:18px;padding:16px}.photo-label small{font-size:.875rem}.photo-label b{font-size:1.0625rem}
 .footer-top{gap:28px}.footer-bottom{font-size:.875rem}.breadcrumbs{font-size:.875rem}.editor-list>button{font-size:1rem;padding:12px}.field input:not([type=file]),.field textarea,.field select{font-size:1rem}
 .spec-list>div{align-items:flex-start;gap:15px}.office-card{padding:27px}.office-card h2{font-size:2.4rem}.office-card .eyebrow{font-size:.875rem;letter-spacing:.045em}
}
@media(max-width:600px){.product-grid{grid-template-columns:1fr}.category-card{display:flex;min-height:0}.category-card img{height:245px;padding:45px 30px 5px}.category-card .card-info{width:100%;padding:20px 24px 25px}.location-strip,.footer-top{grid-template-columns:1fr}.footer-top>div{grid-column:auto;flex-direction:column;gap:20px}.footer-top>p{font-size:1.0625rem}.office-small .city{margin-top:15px}.photo-label>span:last-child{flex-shrink:0}.detail-image{min-height:310px}.editor-top .eyebrow{align-items:flex-start}.editor-top .eyebrow:before{flex-shrink:0;margin-top:10px}}

/* Second readability pass: supporting text 16px, reading text 18px. */
body{font-size:1.125rem}
.hero-copy p,.product-body p,.principles p,.editor-top p,.download-tile p,.page-intro .wrap>p,.detail-info>p,.footer-top>p{font-size:1.125rem}
.button,.editor-actions .button,.text-link,.product-body .text-link,nav,.menu-toggle,.search-wrap input,.filter,.editor-list>button,.field>span,.field input:not([type=file]),.field textarea,.field select,.field input[type=file],.form-status,.office-small a,.category-links,.footer-top>div,.spec-list>div,.trust-item span{font-size:1.0625rem}
.preview-bar,.preview-bar>span,.preview-bar a,.eyebrow,.photo-label small,.category-card .number,.product-body .tag,.breadcrumbs,.catalog-aside>h2,.catalog-toolbar p,.catalog-footnote,.editor-form .subtext,.editor-list .help,.field small,.editor-note,.badge,.source-note,.detail-image p,.reset-demo,.footer-bottom,.principles .num,.download-tile a,.filter span,.office-small small,.card-info small,.office-card .eyebrow{font-size:1rem;line-height:1.5}
.brand small{font-size:.8125rem;letter-spacing:.06em}
.photo-label b{font-size:1.125rem}
.eyebrow,.category-card .number,.product-body .tag{letter-spacing:.045em}
.category-card .number{right:18px}

@media(max-width:1000px){.header{gap:15px}nav{gap:17px}.category-card img{padding-top:80px}}
@media(max-width:760px){.header{gap:12px}.brand{gap:8px}.brand small{font-size:.8125rem}.brand img{width:31px}.menu-toggle{gap:10px;padding:10px}.category-card img{padding-top:65px}.office-card .eyebrow{align-items:flex-start}.office-card .eyebrow:before{flex-shrink:0;margin-top:11px}.photo-label small{letter-spacing:.035em}}
@media(max-width:600px){.category-card img{padding-top:55px}.category-card .number{left:20px;right:20px}.preview-bar{padding-left:5%;padding-right:5%}.trust-item{gap:18px}}

/* An uninterrupted photographic reel, operated directly by hand. */
.contact-focused{grid-template-columns:minmax(0,760px)}
@media(min-width:601px){.location-strip{row-gap:0}.location-strip .intro{grid-row:span 4}.office-small{display:grid;grid-template-rows:subgrid;grid-row:span 4;row-gap:0}.office-small>a{align-self:start}.office-small .city{align-self:start}}
@media(min-width:601px) and (max-width:760px){.location-strip .intro{grid-row:auto;margin-bottom:30px}}
.featured-block{padding-top:64px;overflow:hidden}
.featured-carousel{position:relative;width:100%;height:calc(var(--photo-width,70vw) * .5915);overflow:hidden;touch-action:pan-y;cursor:grab;user-select:none;background:#f2f5f5}
.reel-photo{position:absolute;left:0;top:0;width:var(--photo-width,70%);height:100%;display:flex;align-items:center;justify-content:center;background:#fff;cursor:inherit;will-change:transform}
.reel-photo img{width:100%;height:100%;object-fit:contain;pointer-events:none;user-select:none;-webkit-user-drag:none}
.featured-carousel.is-held{cursor:grabbing}
.reel-photo:focus-visible{outline-offset:-7px}

/* The original photograph floats behind the story at its natural ratio. */
.about-intro{display:block;position:relative;isolation:isolate;min-height:580px;padding:65px 0;overflow:hidden}
.about-intro>div{position:relative;z-index:2;max-width:59%;padding:10px 24px 10px 0}
.about-intro>img{position:absolute;z-index:0;width:78%;max-width:none;height:auto;right:-9%;top:50%;transform:translateY(-50%);border-radius:0}
.about-intro:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#fff 15%,rgba(255,255,255,.98) 34%,rgba(255,255,255,.9) 45%,rgba(255,255,255,.2) 70%,transparent 90%);pointer-events:none}
.about-intro p{color:var(--ink)}
@media(max-width:760px){.featured-block{padding-top:40px}.about-intro{min-height:0;padding:0 0 45vw}.about-intro>div{max-width:100%;padding:0}.about-intro>img{width:100%;right:0;top:auto;bottom:0;transform:none}.about-intro:after{background:linear-gradient(180deg,#fff 25%,rgba(255,255,255,.98) 42%,rgba(255,255,255,.83) 60%,rgba(255,255,255,.05) 90%)} }

/* Original Koo wordmark: Roboto Bold, blue and gray, with the unchanged logo. */
@font-face{font-family:Koo Roboto;src:url('assets/roboto-latin.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}
.brand{gap:12px;min-width:0}
.brand img{width:43px;height:auto;filter:none;opacity:1}
.brand-wordmark{font-family:Koo Roboto,Roboto,Arial,sans-serif;font-weight:700;font-size:25px;line-height:1.15;letter-spacing:normal;white-space:nowrap}
.brand-primary{color:#0216cf}.brand-secondary{color:#868686}
.footer{background:#f2f5f5;color:var(--ink)}
.footer-top{grid-template-columns:1.25fr 1fr .8fr}
.footer-top>p,.footer-bottom{color:var(--muted)}
.footer-bottom{border-top-color:var(--line)}
.regional-contact{padding-top:40px;padding-bottom:60px}
.regional-contact .office-card{max-width:820px}
.regional-contact .office-card h1{margin:8px 0 15px}
.regional-contact .office-card h2{font-size:1.4rem;letter-spacing:0;margin:0 0 25px}
@media(max-width:1100px){.header{height:auto;min-height:110px;flex-wrap:wrap;padding-top:20px;padding-bottom:20px}.header nav{flex-wrap:wrap;justify-content:flex-end}.footer-top{grid-template-columns:1fr 1fr}.footer-top>div{grid-column:1/-1;justify-self:start;flex-direction:row;flex-wrap:wrap}}
@media(max-width:760px){.header{height:92px;min-height:92px;padding-top:0;padding-bottom:0;flex-wrap:nowrap}.brand img{width:34px}.brand-wordmark{font-size:21px;white-space:normal;display:flex;flex-direction:column}.header nav{justify-content:start}.footer-top{grid-template-columns:1fr}.footer-top>div{grid-column:auto}.footer .brand-wordmark{font-size:25px}.footer .brand img{width:43px}.regional-contact{padding-top:28px}.regional-contact .office-card{padding:27px}}
@media(max-width:360px){.header .brand{gap:8px}.header .brand-wordmark{font-size:19px}.header .brand img{width:30px}}

/* Full language names stay visible on phones as well as laptops. */
.header{display:grid;grid-template-columns:auto 1fr auto;height:auto;min-height:110px;padding-top:18px;padding-bottom:18px;gap:20px}
.header nav{justify-content:flex-end;gap:24px;flex-wrap:wrap}
.language-picker{display:flex;align-items:center;gap:10px;font-size:1rem;justify-self:end}
.language-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.language-picker select{font-size:1rem;min-height:46px;padding:10px 30px 10px 12px;border:1px solid var(--line);border-radius:4px;background:var(--white);color:var(--ink);cursor:pointer;max-width:100%}
.hero-copy h1{overflow-wrap:break-word;hyphens:auto}.hero-copy .eyebrow{align-items:flex-start}.hero-copy .eyebrow:before{flex-shrink:0;margin-top:11px}
.category-card .number{text-transform:uppercase}.trust-item strong{flex-shrink:0}.catalog-intro>div{max-width:700px}.catalog-intro>.button{flex-shrink:0}
.featured-carousel,.reel-photo{background:var(--paper)}
.reel-photo img{padding:12px 0}
@media(min-width:761px) and (max-width:1300px){.header{grid-template-columns:1fr auto}.header nav{grid-column:1/-1;grid-row:2;justify-content:flex-start}.language-picker{grid-column:2;grid-row:1}}
@media(max-width:1000px){.trust-item{flex-wrap:wrap}.catalog-intro{align-items:flex-start;flex-direction:column}.catalog-intro>.button{flex-shrink:1}}
@media(max-width:760px){.header{grid-template-columns:1fr auto;min-height:132px;gap:10px 12px;padding-top:16px;padding-bottom:12px}.header .brand{grid-column:1;grid-row:1}.menu-toggle{grid-column:2;grid-row:1}.language-picker{grid-column:1/-1;grid-row:2}.language-label{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.header nav{top:100%;grid-column:auto;grid-row:auto;gap:6px}.trust-item{flex-wrap:nowrap}.trust-item strong{flex-shrink:1;min-width:110px}.trust-item span{flex:1}.reel-photo img{padding:8px 0}}
@media(max-width:400px){.hero-copy h1{font-size:2.2rem}.trust-item{gap:12px}.trust-item strong{font-size:1.4rem}.preview-bar>span{flex-wrap:wrap;gap:5px}}

/* The expanded company story retains the original product photography. */
.quality-section{background:var(--navy);color:white}.quality-intro{display:grid;grid-template-columns:1.3fr 1fr;gap:70px;align-items:end;margin-bottom:55px}.quality-intro h2{margin-bottom:0;max-width:750px}.quality-intro>p{color:#d4e0e6;margin-bottom:0}.quality-section .eyebrow{color:var(--lime)}.quality-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}.quality-grid article{border-top:1px solid #526978;padding-top:25px}.quality-number{display:block;color:var(--lime);font-size:1rem;margin-bottom:30px}.quality-grid h3{font-size:1.7rem;line-height:1.2;max-width:320px}.quality-grid p{color:#d4e0e6;font-size:1.125rem;margin-bottom:0}.network-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;margin-top:55px}.network-grid article{border-top:1px solid var(--line);position:relative;padding-top:35px}.network-marker{position:absolute;top:-6px;left:0;width:11px;height:11px;background:var(--blue);border-radius:50%;box-shadow:0 0 0 6px white}.network-grid h3{font-size:2.1rem}.network-grid p{color:var(--muted);max-width:300px}.network-grid .text-link{white-space:normal}.partner-cta{background:var(--navy);color:white;padding:65px 0}.partner-cta>.wrap{display:flex;align-items:center;justify-content:space-between;gap:45px}.partner-cta h2{max-width:800px}.partner-cta p{color:#d4e0e6;max-width:750px;margin-bottom:0}.partner-cta .button{flex-shrink:0}.related-products{padding-top:10px}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.related-grid .product-photo{height:220px}.product-body h3{overflow-wrap:anywhere}.catalog-layout>section{min-width:0}.filter{align-items:center}.filter span{flex-shrink:0}.catalog-aside>h2{letter-spacing:.04em}.detail-info h1{overflow-wrap:anywhere}.product-body .text-link{white-space:normal}.quality-grid article,.network-grid article{min-width:0}
@media(max-width:1000px){.quality-intro{gap:35px}.quality-grid,.network-grid{gap:25px}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.related-grid .product-card:last-child{display:none}.partner-cta>.wrap{align-items:flex-start;flex-direction:column}}
@media(max-width:760px){.quality-intro,.quality-grid,.network-grid,.related-grid{grid-template-columns:1fr}.quality-intro{margin-bottom:35px}.quality-grid{gap:35px}.quality-number{margin-bottom:20px}.quality-grid h3{max-width:none}.network-grid{margin-top:35px;gap:35px}.network-grid p{max-width:none}.related-grid .product-card:last-child{display:flex}.partner-cta{padding:50px 0}.company-network h2{max-width:100%}}

.mobile-category{display:none}@media(max-width:760px){.catalog-aside .filters{display:none}.mobile-category{display:flex;flex-direction:column;gap:12px;font-size:1rem}.mobile-category select{font-size:1.0625rem;min-height:50px;width:100%;border:1px solid var(--line);border-radius:4px;background:white;padding:12px;color:var(--ink)}.catalog-layout{gap:25px}.catalog-toolbar{flex-direction:column;align-items:stretch}.search-wrap{max-width:none}}

/* Home category shortcuts remain readable and easy to tap. */
.category-links{gap:12px;margin-top:24px;align-items:stretch}.category-links>span{flex-basis:100%;padding:6px 0}.category-links>a{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:15px 18px;min-height:54px;border:1px solid var(--line);border-radius:var(--radius);text-decoration:none;color:var(--ink);line-height:1.4;background:#fff}.category-links>a:hover{background:var(--paper);border-color:#aebfc8}.category-links>a>span{flex-shrink:0}@media(max-width:600px){.category-links>a{width:100%}}

/* Traditional Chinese uses local CJK fonts and natural character spacing. */
html:lang(zh-Hant){font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei",Arial,sans-serif}html:lang(zh-Hant) h1,html:lang(zh-Hant) h2,html:lang(zh-Hant) h3,html:lang(zh-Hant) .eyebrow,html:lang(zh-Hant) .tag,html:lang(zh-Hant) .number{letter-spacing:0;line-height:1.35}html:lang(zh-Hant) p{line-height:1.85}html:lang(zh-Hant) .hero-copy h1{font-size:clamp(2.6rem,4.8vw,4.8rem)}html:lang(zh-Hant) .category-links>a{line-height:1.6}html:lang(zh-Hant) .text-link{white-space:normal}

/* Precision Blue: the selected visual direction, September 2026. */
:root{--navy:#123b66;--blue:#146dce;--lime:#a8e3ed;--ink:#123b66;--muted:#496579;--line:#d4e1e9;--paper:#edf6fb;--radius:4px;font-family:"Segoe UI",Arial,sans-serif}
body{font-size:1.125rem}
h1,h2,h3{font-weight:600;letter-spacing:-.035em}
.hero{background:var(--paper);grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:580px}
.hero-copy{background:transparent;color:var(--ink);padding:65px 8% 65px 10%}
.hero-copy .eyebrow{color:var(--ink)}
.hero-copy h1{font-size:clamp(2.6rem,4.75vw,4.6rem);font-weight:650;line-height:1.12;letter-spacing:-.045em}
.hero-copy h1 em{color:var(--blue)}
.hero-copy p{color:var(--ink);font-size:1.375rem;line-height:1.55;max-width:530px;margin-bottom:34px}
.hero-visual{background:transparent;min-height:540px;display:flex;align-items:center;justify-content:center;padding:40px 7% 110px 3%}
.hero-visual>img{position:static;width:100%;height:auto;max-height:460px;object-fit:contain;object-position:center}
.hero-visual .photo-label{bottom:30px;left:30px;right:8%;padding:14px 18px;background:rgba(255,255,255,.86);border:1px solid var(--line);box-shadow:none}
.hero-visual .photo-label small{color:var(--muted)}
.button.primary{background:var(--blue);color:white}
.button.primary:hover,.button.blue:hover{background:#0d58aa}
.button.dark{background:var(--navy);color:white}
.trust-item strong{font-weight:600}
.category-card{border:1px solid var(--line);background:var(--paper)}
.category-card:hover{background:#e3f0f8}
.category-card .card-info{border-top:1px solid var(--line)}
.category-card .circle-arrow{background:white;color:var(--blue)}
.company-band{max-width:1400px;width:90%;margin:20px auto 0;background:var(--paper);color:var(--ink);grid-template-columns:minmax(0,1fr) minmax(0,1fr);border-radius:4px}
.company-band .factory-panel{margin:0;min-height:430px;position:relative;isolation:isolate;background:#18364e}
.factory-panel>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.factory-panel:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(8,28,45,.02) 15%,rgba(8,28,45,.28) 45%,rgba(8,28,45,.91) 100%);pointer-events:none}
.factory-caption{position:absolute;z-index:2;left:7%;right:7%;bottom:10%;color:white;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,3.1vw,2.85rem);line-height:1.2;font-weight:400;letter-spacing:-.03em;text-shadow:0 1px 6px rgba(0,0,0,.22)}
.factory-caption .factory-heading{display:block}
.factory-caption em{display:block;margin-top:9px;font-style:italic;color:#e4edf4}
.company-copy{padding:48px 8%}
.company-copy .eyebrow{color:var(--blue)}
.company-copy h2{font-size:clamp(1.8rem,2.6vw,2.6rem)}
.company-copy p{font-size:1.125rem;color:var(--ink)}
.company-copy .text-link{border-color:var(--blue)}
.footer{background:#f4f8fb}
.quality-section .eyebrow,.quality-number{color:#a8e3ed}
.category-links>a:hover{background:var(--paper)}
html:lang(zh-Hant){font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei",Arial,sans-serif}
html:lang(zh-Hant) .factory-caption{font-family:"Noto Serif TC","Songti TC","PMingLiU",Georgia,serif;letter-spacing:0;line-height:1.5}
html:lang(zh-Hant) .factory-caption em{font-style:normal}
@media(min-width:1600px){.hero-copy{padding-left:80px}}
@media(max-width:1050px){.hero-copy{padding:45px 7%}.hero-copy p{font-size:1.25rem}.hero-visual{min-height:470px;padding-left:2%}.company-band .factory-panel{min-height:460px}.factory-caption{font-size:2.15rem}.company-copy{padding:35px 8%}}
@media(max-width:760px){
 .hero{grid-template-columns:minmax(0,1fr);min-height:0}
 .hero-copy{padding:42px 7% 25px}
 .hero-copy h1{font-size:clamp(2.5rem,8.5vw,3.4rem)}
 .hero-copy p{font-size:1.2rem;max-width:600px}
 .hero-visual{min-height:0;padding:18px 7% 25px;flex-direction:column}
 .hero-visual>img{width:100%;max-width:490px;max-height:330px}
 .hero-visual .photo-label{position:static;width:100%;max-width:550px;margin-top:22px}
 .company-band{grid-template-columns:minmax(0,1fr);margin-top:10px}
 .company-band .factory-panel{min-height:0;aspect-ratio:1.45}
 .factory-caption{font-size:clamp(1.8rem,6vw,2.6rem);bottom:9%}
 .company-copy{padding:32px 7% 38px}
 .company-copy h2{font-size:2rem}
 html:lang(zh-Hant) .hero-copy h1{font-size:clamp(2.5rem,8.5vw,3.4rem)}
}
@media(prefers-contrast:more){.factory-panel:after{background:linear-gradient(180deg,rgba(8,28,45,.15),rgba(8,28,45,.96))}}

/* Show every other anesthesia mask, including Aria, at every screen size. */
.related-grid.complete-family{grid-template-columns:repeat(2,minmax(0,1fr))}.related-grid.complete-family .product-card{display:flex}@media(max-width:760px){.related-grid.complete-family{grid-template-columns:1fr}}

/* Office photographs are decorative: preserve every existing layout metric. */
.office-backdrop{position:relative;isolation:isolate;--office-photo:none}
.office-backdrop[data-office="europe"]{--office-photo:url("assets/office-milano-duomo-repaired.jpg");--office-position:82% 50%}
.office-backdrop[data-office="asia"]{--office-photo:url("assets/office-hong-kong-harbour.jpg");--office-position:52% 55%}
.office-backdrop[data-office="manufacturing"]{--office-photo:url("assets/factory-campus.webp");--office-position:65% 50%}
.office-backdrop::before{content:"";position:absolute;z-index:-1;inset:0 0 0 30%;border-radius:inherit;pointer-events:none;background-image:var(--office-photo);background-size:cover;background-position:var(--office-position,center);opacity:.58;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 40%);mask-image:linear-gradient(to right,transparent 0%,#000 40%)}
@media(max-width:1050px){.office-backdrop::before{opacity:.3}}
@media(prefers-contrast:more){.office-backdrop::before{opacity:.12}}

/* Extend the existing sales-office link over its card without changing layout. */
.office-small>a::after{content:"";position:absolute;inset:0;z-index:1;cursor:pointer}
.office-small:has(>a:focus-visible){outline:3px solid var(--blue);outline-offset:5px}
.office-small>a:focus-visible{outline:none}
.office-small:hover>a{text-decoration:underline;text-underline-offset:4px}
.network-grid .office-backdrop::before{opacity:.3}
.product-catalog-link{display:block;font-size:1rem;line-height:1.5;margin-top:16px;text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}
@media(prefers-contrast:more){.network-grid .office-backdrop::before{opacity:.12}}

/* Japanese uses local Japanese fonts and natural spacing on every screen. */
html:lang(ja){font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif}html:lang(ja) h1,html:lang(ja) h2,html:lang(ja) h3,html:lang(ja) .eyebrow,html:lang(ja) .tag,html:lang(ja) .number{letter-spacing:0;line-height:1.4}html:lang(ja) p{line-height:1.85}html:lang(ja) .hero-copy h1{font-size:clamp(2.35rem,3.7vw,3.8rem);word-break:normal;overflow-wrap:anywhere}html:lang(ja) .text-link{white-space:normal}html:lang(ja) .factory-caption{font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;letter-spacing:0;line-height:1.5}html:lang(ja) .factory-caption em{font-style:normal}@media(max-width:760px){html:lang(ja) .hero-copy h1{font-size:clamp(1.9rem,6.6vw,2.8rem)}html:lang(ja) .hero-copy p{font-size:1.2rem}html:lang(ja) .company-copy h2{font-size:1.9rem}}

/* Understated company certificate downloads. */
.iso-documents{padding-top:40px;padding-bottom:16px}.iso-documents h2{font-size:1.5rem;margin:0 0 20px}.iso-documents ul{list-style:none;padding:0;margin:0}.iso-documents li{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;border-top:1px solid #cedde7}.iso-documents h3{font-size:1.05rem;line-height:1.5;margin:0}.iso-documents p{font-size:1rem;margin:6px 0 0}.iso-links{display:flex;flex-wrap:wrap;gap:8px 24px;flex-shrink:0}.iso-links a{font-size:1rem;display:inline-flex;align-items:center;min-height:44px;text-decoration:underline;text-underline-offset:4px}@media(max-width:760px){.iso-documents li{align-items:flex-start;flex-direction:column;gap:8px}.iso-documents h3{overflow-wrap:anywhere}}

.iso-documents .iso-contact{margin-top:20px;line-height:1.65}.iso-contact a{text-decoration:underline;text-underline-offset:4px}
/* Faded original certificate headers; decoration only, PDFs remain unchanged. */
.iso-documents li{position:relative;isolation:isolate}
.iso-documents li::before{content:"";position:absolute;inset:0 4% 0 auto;width:680px;max-width:100%;background:url("assets/iso-equipment-backdrop.png") center top / 500px auto no-repeat;opacity:.27;pointer-events:none;z-index:-1;mask-image:linear-gradient(to right,transparent,#000 18%,#000 82%,transparent),linear-gradient(to bottom,#000 68%,transparent);mask-composite:intersect}
.iso-documents li:nth-child(2)::before{background-image:url("assets/iso-industries-backdrop.png")}
@media(max-width:760px){.iso-documents li::before{right:0;width:480px;max-width:100%;background-size:480px auto;opacity:.165}}
@media(prefers-contrast:more){.iso-documents li::before{display:none}}
.iso-documents li{min-height:200px}@media(max-width:760px){.iso-documents li{justify-content:center}}

/* Keep phone certificate rows clear and compact. */
@media(max-width:760px){.iso-documents li::before{display:none}.iso-documents li{min-height:0}}
/* Individual home carousel photo sizes; slide spacing remains unchanged. */
.reel-photo[href="#product/crystal"] img,
.reel-photo[href="#product/aria"] img{transform:scale(.9)}
.reel-photo[href="#product/fisiochamber"] img{transform:translateY(clamp(20px,3.2vw,42px)) scale(1.15)}
.reel-photo[href="#product/pipep"] img{transform:translateY(clamp(12px,1.8vw,24px))}

/* Product taxonomy: readable labels and visible aerosol product families. */
.filters .filter{gap:12px;text-align:left;white-space:normal;line-height:1.35;align-items:flex-start;}
.filters .filter span{flex-shrink:0;}
.aerosol-groups{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px;}
.aerosol-groups button{font:inherit;font-size:1rem;line-height:1.4;border:1px solid #bfd2e3;background:#fff;color:#173f6f;border-radius:8px;padding:10px 14px;cursor:pointer;text-align:left;}
.aerosol-groups button[aria-pressed="true"]{background:#173f6f;color:#fff;border-color:#173f6f;}
.aerosol-groups button:focus-visible{outline:3px solid #417cab;outline-offset:3px;}
.product-group-heading{grid-column:1/-1;font-size:clamp(1.35rem,2vw,1.75rem);line-height:1.3;margin:16px 0 0;}
.related-accessories{padding-top:24px;padding-bottom:48px;}
.related-accessories h2{font-size:clamp(1.5rem,2.5vw,2rem);}
.related-accessories .category-links{margin-top:18px;}
@media(max-width:760px){.aerosol-groups{display:grid;grid-template-columns:1fr;}.aerosol-groups button{width:100%;}.product-group-heading{margin-top:8px;}.mobile-category select{width:100%;min-width:0;}}

/* Keep the complete resuscitator assembly comfortably within its carousel slot. */
.reel-photo[href="#product/resuscitator"] img{transform:scale(.70)}

/* Manrope font license: Copyright 2018 The Manrope Project Authors (https://github.com/sharanda/manrope)

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL


-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded, 
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).

"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.

"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.

PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.

5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.

TERMINATION
This license becomes null and void if any of the above conditions are
not met.

DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
 */
@font-face {
  font-family: 'Koo Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(assets/manrope-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Koo Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(assets/manrope-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Homepage product index: native links provide direct navigation for every input. */
.home-product-index{font-family:'Koo Manrope','Segoe UI',Arial,sans-serif;}
.home-product-index h2{font-size:clamp(2.3rem,4.4vw,3.7rem);font-weight:500;letter-spacing:-.045em;margin-bottom:42px;}
.home-index-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:start;gap:clamp(28px,5vw,70px);}
.home-index-list{list-style:none;padding:0;margin:0;min-width:0;}
.home-index-link{display:grid;grid-template-columns:30px minmax(0,1fr) 24px;gap:16px;align-items:center;padding:20px 14px;border-top:1px solid var(--line);font-size:clamp(1.125rem,1.6vw,1.45rem);font-weight:500;line-height:1.4;min-height:74px;overflow-wrap:anywhere;}
.home-index-list li:last-child .home-index-link{border-bottom:1px solid var(--line);}
.home-index-link.is-preview{background:var(--paper);color:var(--blue);box-shadow:inset 3px 0 var(--blue);}
.home-index-number{font-size:.95rem;font-weight:400;color:var(--muted);font-variant-numeric:tabular-nums;}
.home-index-link>span:last-child{color:var(--blue);font-size:1.25rem;}
.home-index-preview{display:block;position:sticky;top:28px;background:var(--paper);border-radius:4px;padding:clamp(22px,3vw,38px);min-width:0;}
.home-index-preview img{display:block;width:100%;height:clamp(270px,30vw,410px);object-fit:contain;mix-blend-mode:multiply;margin:12px 0 32px;}
.home-index-caption{border-top:1px solid #c4d7e6;padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:92px;font-size:clamp(1.2rem,1.7vw,1.55rem);font-weight:500;line-height:1.4;}
.home-index-footer{display:flex;justify-content:flex-end;border-top:1px solid var(--line);padding-top:28px;margin-top:36px;}
.home-index-footer .button{font-family:inherit;font-size:1.1rem;font-weight:600;}
html:lang(ja) .home-product-index{font-family:'Koo Manrope','Noto Sans JP','Hiragino Kaku Gothic ProN','Yu Gothic',Meiryo,sans-serif;}
html:lang(zh-Hant) .home-product-index{font-family:'Koo Manrope','Noto Sans TC','PingFang TC','Microsoft JhengHei',sans-serif;}
@media(max-width:760px){.home-product-index h2{margin-bottom:28px;}.home-index-layout{grid-template-columns:1fr;gap:25px;}.home-index-preview{position:static;order:-1;padding:22px;}.home-index-preview img{height:210px;margin:0 0 18px;}.home-index-caption{min-height:60px;padding-top:18px;}.home-index-link{min-height:68px;padding:17px 12px;gap:12px;grid-template-columns:26px minmax(0,1fr) 22px;}.home-index-footer{justify-content:flex-start;}.home-index-footer .button{white-space:normal;}}
/* Portrait phones already constrain this wide assembly; keep its full slot width. */
@media(max-width:600px) and (orientation:portrait){
 .reel-photo[href="#product/resuscitator"] img{transform:scale(1)}
}

/* Two image layers share one stable preview frame for a 500 ms crossfade. */
.home-index-images{display:block;position:relative;width:100%;height:clamp(270px,30vw,410px);margin:12px 0 32px;}
.home-index-images img{position:absolute;inset:0;width:100%;height:100%;margin:0;object-fit:contain;}
@media(max-width:760px){.home-index-images{height:210px;margin:0 0 18px;}.home-index-images img{height:100%;margin:0;}}

/* Balance the rotating alternatives and lower the complete resuscitator assembly. */
.reel-photo[href="#product/tri-gym"] img,.reel-photo[href="#product/fisiochamber-trigon"] img{transform:scale(.85)}
.reel-photo[href="#product/peep-valve"] img{transform:scale(.60)}
.reel-photo[href="#product/resuscitator"] img{transform:translateY(clamp(20px,3vw,38px)) scale(.70)}
@media(max-width:600px) and (orientation:portrait){.reel-photo[href="#product/resuscitator"] img{transform:translateY(20px) scale(1)}}

/* Exhibition invitations share the site's blue palette; details stay readable text. */
.events-section{padding-bottom:30px;}
.events-section>h2{font-size:clamp(1.8rem,3vw,2.5rem);margin:0 0 28px;}
.event-list{display:grid;gap:24px;}
.event-card{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(0,2fr);border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#edf6fb;}
.event-identity{background:#fff;display:flex;align-items:center;justify-content:center;padding:36px;min-width:0;border-right:1px solid var(--line);}
.event-identity img{display:block;width:100%;max-width:190px;height:auto;object-fit:contain;}
.event-content{padding:clamp(28px,3.4vw,48px);min-width:0;}
.event-content h3{font-size:clamp(1.8rem,3vw,2.7rem);font-weight:600;line-height:1.18;letter-spacing:-.035em;margin:0 0 22px;}
.event-content p{margin:0;font-size:1.125rem;line-height:1.5;}
.event-content .event-date{font-size:clamp(1.2rem,1.6vw,1.4rem);font-weight:600;}
.event-location{color:var(--muted);margin-top:3px!important;}
.event-content .event-stand{display:inline-block;background:#dcecf7;border:1px solid #c2d9e9;border-radius:4px;padding:9px 15px;margin:18px 0;font-weight:600;color:var(--ink);}
.event-stand span{padding:0 8px;}
.event-description{max-width:52ch;color:var(--muted);}
.event-meeting{margin-top:25px;}
.event-meeting summary{display:flex;align-items:center;justify-content:space-between;gap:22px;width:fit-content;max-width:100%;padding:15px 21px;list-style:none;cursor:pointer;background:var(--navy);color:#fff;border-radius:4px;font-size:1.05rem;font-weight:600;line-height:1.5;}
.event-meeting summary::-webkit-details-marker{display:none;}
.event-toggle{font-size:1.5rem;line-height:1;transition:transform .2s;}
.event-meeting[open] .event-toggle{transform:rotate(45deg);}
.event-team-options{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding-top:17px;}
.event-team-options>a{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:20px;background:#fff;border:1px solid #bbd2e3;border-radius:4px;min-width:0;}
.event-team-options strong{font-size:1.25rem;font-weight:600;}
.event-team-options span{font-size:1rem;line-height:1.5;color:var(--muted);}
.event-team-options .event-email{color:var(--navy);overflow-wrap:anywhere;margin-top:auto;padding-top:7px;}
.event-team-options>a:hover{border-color:var(--blue);background:#f9fcff;}
.event-website{display:inline-flex;align-items:center;gap:14px;margin-top:21px;font-size:1rem;text-decoration:underline;text-underline-offset:5px;}
.event-meeting summary:focus-visible,.event-team-options>a:focus-visible,.event-website:focus-visible{outline:3px solid #1874bc;outline-offset:5px;}
@media(max-width:760px){.event-card{grid-template-columns:1fr;}.event-identity{padding:24px;border-right:0;border-bottom:1px solid var(--line);justify-content:flex-start;}.event-identity img{max-width:105px;}.event-content{padding:27px 23px;}.event-content h3{font-size:2rem;}.event-team-options{grid-template-columns:1fr;}.event-meeting summary{width:100%;}.events-section{padding-bottom:10px;}}
@media(prefers-reduced-motion:reduce){.event-toggle{transition:none;}}

/* Compact exhibition rows on wide screens, including landscape phones. */
@media(min-width:761px), (min-width:600px) and (orientation:landscape){
 .events-section{padding-top:44px;padding-bottom:20px;}
 .events-section>h2{margin-bottom:22px;}
 .event-list{gap:18px;}
 .event-card{grid-template-columns:150px minmax(0,1fr);}
 .event-identity{padding:24px;border-right:1px solid var(--line);border-bottom:0;justify-content:center;align-items:flex-start;}
 .event-identity img{max-width:110px;}
 .event-content{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(230px,1fr);align-items:start;gap:28px;padding:25px 28px;}
 .event-info,.event-actions{min-width:0;}
 .event-content h3{font-size:clamp(1.45rem,2.15vw,1.9rem);margin-bottom:12px;line-height:1.25;}
 .event-content .event-date{font-size:1.125rem;}
 .event-content .event-stand{margin:12px 0 0;padding:6px 12px;}
 .event-description{display:none;}
 .event-meeting{margin-top:0;}
 .event-meeting summary{width:100%;padding:13px 16px;gap:14px;}
 .event-team-options{grid-template-columns:1fr;gap:10px;padding-top:12px;}
 .event-team-options>a{padding:14px;gap:5px;}
 .event-website{margin-top:15px;}
}
@media(min-width:600px) and (max-width:900px) and (orientation:landscape){
 .events-section{padding-top:30px;}
 .event-card{grid-template-columns:100px minmax(0,1fr);}
 .event-identity{padding:17px 12px;}
 .event-content{gap:18px;padding:20px;grid-template-columns:minmax(0,1fr) minmax(200px,.9fr);}
 .event-content h3{font-size:1.4rem;}
 .event-content p{font-size:1rem;}
 .event-meeting summary{font-size:1rem;padding:11px 13px;}
}
@media(min-width:600px) and (max-width:700px) and (orientation:landscape){
 .event-card{grid-template-columns:80px minmax(0,1fr);}
 .event-content{grid-template-columns:1fr;gap:16px;}
 .event-website{margin-top:12px;}
}
