*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;color:#112737;background:#fff;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}a:focus-visible,button:focus-visible{outline:3px solid #199b89;outline-offset:5px}.notice{text-align:center;padding:11px 15px;background:#112737;color:#dce8ec;font-size:9px;letter-spacing:1.6px}header{display:flex;align-items:center;justify-content:space-between;padding:20px 5%;gap:25px}.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;letter-spacing:2px}.brand img{width:48px;height:48px;object-fit:contain}.brand small{display:block;font-size:7px;letter-spacing:2px;margin-top:6px}nav{display:flex;gap:28px;font-size:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;padding:17px 22px;font-size:12px;font-weight:600;border:0;cursor:pointer}.dark{background:#112737;color:#fff}.mint{background:#b9edda;color:#112737}.light{background:white;color:#112737}.hero{display:grid;grid-template-columns:1.1fr 1fr;background:#112737;color:white;min-height:620px}.hero-copy{padding:72px 8% 28px 9%}.eyebrow{font-size:10px;font-weight:600;letter-spacing:2px;line-height:1.8}.hero .eyebrow{color:#b9edda}i,.pulse{display:inline-block;width:7px;height:7px;background:#b9edda;border-radius:50%;margin-right:7px}h1{font-size:clamp(38px,4.2vw,66px);line-height:1.08;letter-spacing:-2.6px;font-weight:400;margin:35px 0 25px}h1 em{font-style:normal;color:#b9edda}.intro{font-size:15px;line-height:1.9;color:#647783;max-width:450px}.hero .intro{color:#b9c9d1}.actions{display:flex;align-items:center;gap:24px;margin-top:32px}.text-link{font-size:12px;border-bottom:1px solid;padding-bottom:7px}.hero-bottom{display:flex;gap:22px;margin-top:63px;padding-top:22px;border-top:1px solid #ffffff26;font-size:8px;letter-spacing:1px;color:#b9c9d1}.hero-visual{position:relative;overflow:hidden}.hero-visual>img{height:100%;width:100%;object-fit:cover;filter:brightness(.75) saturate(.65)}.image-caption{position:absolute;top:28px;left:25px;right:25px;display:flex;align-items:center;font-size:9px;letter-spacing:1px}.image-caption>span:last-child{margin-left:auto}.floating{position:absolute;bottom:34px;left:30px;background:#edf7f2;color:#112737;padding:28px;width:280px}.floating .eyebrow{font-size:8px;color:#4f7067}.floating strong{display:block;font-size:28px;font-weight:400;margin:13px 0 25px;letter-spacing:-1px}.floating a{font-size:11px}.strip{padding:24px 5%;display:flex;justify-content:space-between;border-bottom:1px solid #e0e7e9;font-size:11px;color:#5c707b}.strip span:before{content:'＋';margin-right:12px;color:#329986}.section{padding:90px 6%}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:36px}h2{font-size:clamp(32px,3.5vw,49px);font-weight:400;letter-spacing:-1.8px;line-height:1.12;margin:16px 0 22px}.section-head>p,.oem p,.inquiry p{font-size:14px;line-height:1.8;color:#647783}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product{position:relative;display:block;padding:27px;background:#f2f6f5;border:1px solid #e2ebe8;transition:background .2s,transform .2s}.product:hover{background:#e6f3ed;transform:translateY(-3px)}.product .eyebrow{font-size:8px;color:#5c7771}.product b{float:right}.molecule{height:145px;display:flex;align-items:center;justify-content:center;gap:16px;font-size:35px;font-weight:100;color:#65998f;background:radial-gradient(ellipse,#dcebe5,transparent 65%)}.molecule span{font-size:9px;color:#86b2a4}h3{font-size:21px;font-weight:400;letter-spacing:-.5px;margin:12px 0}.product p{font-size:11px;color:#697d86;margin-bottom:25px}.round{position:absolute;bottom:18px;right:22px;border:1px solid #bacdc5;border-radius:50%;padding:7px 11px}.quality{background:#edf3f5;display:grid;grid-template-columns:1fr 1fr;gap:10%}.quality .button{margin-top:15px}.steps article{display:flex;gap:30px;padding:25px 0;border-bottom:1px solid #cddbe0}.steps article>span{font-size:11px;color:#468d7a;padding-top:14px}.steps p{font-size:13px;line-height:1.8;color:#647783}.factory{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:7%}.factory-photo img{width:100%;height:340px;object-fit:cover}.factory-photo span{display:block;padding-top:12px;font-size:8px;letter-spacing:1.5px;color:#647783}.oem{background:#173b43;color:#fff;display:grid;grid-template-columns:1.2fr 1fr;gap:10px 10%;background-image:linear-gradient(115deg,transparent 65%,#ffffff05 65%)}.oem>.eyebrow{grid-column:1/-1;color:#b9edda}.oem h2{margin:0}.oem p{color:#c4d6da;margin:0 0 25px}.inquiry{display:grid;grid-template-columns:1fr 1fr;gap:12%}.contact{display:block;font-size:14px;margin-top:20px}.inquiry p{max-width:340px}form{display:grid;gap:18px}label{display:grid;gap:9px;font-size:11px}input,textarea{border:1px solid #d7e1e3;padding:14px;width:100%;background:#fafcfc;border-radius:0;font-size:13px}form small{color:#647783;font-size:10px;line-height:1.6}footer{display:flex;justify-content:space-between;gap:20px;padding:30px 6%;background:#112737;color:#b9c9d1;font-size:10px}footer strong{letter-spacing:2px;color:white}@media(max-width:850px){nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:45px 6%}.hero-visual{height:340px}.hero-bottom{margin-top:35px}.hero h1{font-size:48px}.section{padding:55px 6%}.section-head{display:block}.product-grid{grid-template-columns:1fr}.quality,.factory,.oem,.inquiry{grid-template-columns:1fr;gap:30px}.strip{flex-wrap:wrap;gap:15px}.strip span{width:45%}.actions{flex-wrap:wrap}header .button{padding:14px;font-size:10px}.brand{font-size:15px}.brand small{font-size:6px}footer{flex-wrap:wrap}.oem>.eyebrow{grid-column:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
`ndialog{border:1px solid #d7e1e3;padding:35px;max-width:540px;width:calc(100% - 32px);color:#112737}dialog::backdrop{background:#112737aa}dialog p{line-height:1.8}dialog h2{font-size:32px}.detail-panel{padding:30px;margin-top:35px;line-height:1.8}
.editorial{max-width:1100px;margin:auto}.editorial p{line-height:1.85;color:#526773;max-width:850px}.editorial h2{margin-top:40px;font-size:30px}.restored{padding-top:50px}.page-directory{display:flex;flex-wrap:wrap;padding:30px 6%;gap:18px;background:#edf3f5;font-size:12px}
select{padding:14px;border:1px solid #d7e1e3;width:100%;background:white}.product-order{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center;margin:35px 0}.product-order img{width:100%;max-width:400px;height:auto}.product-order label{margin:15px 0}.quote-row{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid #ddd;padding:12px 0}.quote-row button,#quote-close{cursor:pointer;padding:8px}#quote-close{float:right}#quote-review{max-height:85vh;overflow:auto}header{flex-wrap:wrap}@media(max-width:650px){.product-order{grid-template-columns:1fr}.product-order img{max-width:260px;margin:auto}header{gap:12px}.hero h1{font-size:38px}.page-directory{display:flex}dialog .actions{gap:12px}}
@@
.video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1180px;margin:0 auto;padding:0 24px 96px}.video-card{background:#fff;border:1px solid #dbe4ee;border-radius:18px;overflow:hidden;box-shadow:0 12px 35px rgba(15,35,60,.08)}.video-card video{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#0c1b2b}.video-card>div{padding:26px 28px 30px}.video-card h2{margin:8px 0 10px;color:#0b1b31}.video-card p:not(.eyebrow){color:#52677f;line-height:1.65}.page-hero{max-width:1180px;margin:0 auto;padding:92px 24px 52px}.page-hero h1{max-width:760px;margin:12px 0 18px;color:#0b1b31;font-size:clamp(42px,6vw,76px);line-height:1.02}.page-hero .lede{max-width:650px;color:#52677f;font-size:19px;line-height:1.65}.page-cta{max-width:1180px;margin:0 auto 80px;padding:42px 24px;border-radius:18px;background:#0b1b31;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:24px}.page-cta h2{margin:0}.site-footer{max-width:1180px;margin:0 auto;padding:26px 24px 50px;display:flex;justify-content:space-between;color:#52677f}.site-footer a{color:#0b67d1}@media(max-width:760px){.video-grid{grid-template-columns:1fr}.page-cta{margin:0 24px 60px;display:block}.page-cta .button{display:inline-block;margin-top:20px}.site-footer{display:block}.site-footer a{display:block;margin-top:10px}}
.catalog-product-image{display:block;width:100%;height:220px;object-fit:contain;background:#f4f8f7;border-bottom:1px solid #e2ebe8;padding:18px}.product-grid .product h3{min-height:48px}
.feedback-gallery{margin-top:72px}.feedback-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.feedback-grid figure{margin:0;background:#f4f8f7;border:1px solid #dbe4ee;border-radius:12px;overflow:hidden}.feedback-grid img{display:block;width:100%;height:220px;object-fit:cover}.feedback-grid figcaption{padding:12px 14px;color:#52677f;font-size:12px}@media(max-width:850px){.feedback-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.feedback-grid{grid-template-columns:1fr}}
.coa-toolbar{display:flex;justify-content:space-between;align-items:center;margin:35px 0 18px;padding:16px 18px;background:#edf3f5;color:#52677f}.coa-toolbar a{color:#0b67d1}.coa-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.coa-card{background:#fff;border:1px solid #dbe4ee;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(15,35,60,.06)}.coa-card>a{display:block;background:#f4f8f7}.coa-card img{display:block;width:100%;height:260px;object-fit:contain}.coa-card div{padding:18px 20px 22px}.coa-card h2{font-size:20px;margin:0 0 8px}.coa-card p{color:#52677f;font-size:13px;margin:0 0 14px}.coa-card div>a{color:#0b67d1;font-size:13px}@media(max-width:850px){.coa-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.coa-grid{grid-template-columns:1fr}.coa-toolbar{display:block}.coa-toolbar a{display:block;margin-top:10px}}
.page-directory{display:none!important}
.site-footer{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:44px;padding:58px 6%;background:#081a31;color:#b9c9d1;font-size:13px}.site-footer img{width:120px;height:auto;background:#fff;object-fit:contain}.site-footer p{margin:10px 0;line-height:1.6}.site-footer h2{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;margin:0 0 18px}.site-footer a{display:block;color:#b9c9d1;margin:0 0 12px}.site-footer a:hover{color:#b9edda}.footer-brand p{max-width:190px}@media(max-width:760px){.site-footer{grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:1/-1}}@media(max-width:480px){.site-footer{grid-template-columns:1fr}}
.capabilities{margin-top:72px;padding:42px 0}.capabilities h2{margin-bottom:12px}.capabilities-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:30px}.capabilities-grid figure{margin:0;background:#fff;border:1px solid #dbe4ee;border-radius:12px;overflow:hidden}.capabilities-grid img{display:block;width:100%;height:180px;object-fit:cover}.capabilities-grid figcaption{padding:14px 16px;color:#183452;font-size:13px;font-weight:600}@media(max-width:850px){.capabilities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.capabilities-grid{grid-template-columns:1fr}}

.coa-card[hidden]{display:none}.coa-toolbar{gap:20px;flex-wrap:wrap}.coa-toolbar label{flex:1;min-width:220px}.coa-card small{display:block;line-height:1.5}.coa-card div a{display:inline-block;margin:8px 12px 0 0}.site-footer{max-width:none;width:100%;margin:0}.feedback-grid img{object-fit:contain} @media(max-width:850px){header nav{display:flex;flex-wrap:wrap;gap:16px;width:100%;order:3}}

