:root{--ink:#18323c;--muted:#607078;--green:#c4ecaa;--line:#dbe3e2;--paper:#fff;--soft:#f1f5f2}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;color:var(--ink);background:var(--paper);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #568046;outline-offset:6px}p{line-height:1.9}h1,h2,h3,p,figure{margin-top:0}.wrap{width:min(1160px,calc(100% - 72px));margin:auto}.skip{position:absolute;left:20px;top:-80px;z-index:20;padding:12px 20px;background:#fff}.skip:focus{top:12px}.header{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:2}.header-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:flex;gap:14px;align-items:center;font-size:23px;font-weight:650;letter-spacing:3px}.brand small{display:block;font-size:9px;letter-spacing:1.6px;margin-top:5px;font-weight:500;color:#697e83}.brand-mark{display:grid;place-items:center;width:46px;height:46px;background:var(--ink);color:#d2edc1;font-size:20px;font-weight:650;letter-spacing:-2px;border-radius:2px}nav{display:flex;gap:36px;font-size:14px}nav a{padding:12px 0}nav a:hover{color:#397044}.hero{background:#162c36;color:#f1f7f3;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:22px;min-height:570px;padding-top:54px;padding-bottom:50px}.eyebrow{font-size:12px;letter-spacing:1.6px;color:#bdd1cc;margin-bottom:26px;line-height:1.8}.eyebrow span{display:inline-block;width:6px;height:6px;background:var(--green);margin-right:9px;vertical-align:2px}.eyebrow.dark{color:#5b786b}.hero h1{font-size:clamp(44px,5vw,64px);line-height:1.27;letter-spacing:-1.5px;font-weight:600;margin-bottom:26px}.lead{font-size:16px;color:#c2d0d1;line-height:1.95;margin-bottom:30px}.button{display:inline-flex;gap:38px;align-items:center;background:var(--green);color:#1c3b32;padding:15px 22px;font-size:14px;font-weight:600;border-radius:2px}.button:hover{background:#d7f6c2}.button span{font-size:22px;line-height:1}.hero-note{font-size:11px;letter-spacing:2px;color:#9eafb3;margin:23px 0 0}.engineering{margin:0;min-width:0}.engineering svg{display:block;width:100%;height:auto}.engineering figcaption{border-top:1px solid #49616a;margin:0 20px;padding:17px 0 0;display:flex;justify-content:space-between;font-size:11px;color:#a3babd;letter-spacing:1px}.section{padding-top:86px;padding-bottom:90px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:37px}.section-head .eyebrow{margin-bottom:15px}h2{font-size:32px;line-height:1.45;letter-spacing:-.5px;font-weight:600;margin-bottom:24px}.section-head h2{margin:0}.section-head>p{font-size:13px;color:var(--muted);margin:0}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product{border:1px solid var(--line);padding:30px 28px 26px;background:#fff}.number{display:block;color:#8b9e98;font-size:12px;letter-spacing:2px;margin-bottom:38px}.product h3{font-size:23px;font-weight:550;margin-bottom:17px}.product p{color:var(--muted);font-size:14px;min-height:106px;margin-bottom:28px}.tag{display:inline-block;padding-top:16px;border-top:1px solid var(--line);width:100%;font-size:11px;color:#547065;letter-spacing:1px}.process-section{background:var(--soft);padding:76px 0}.process-grid{display:grid;grid-template-columns:1fr 1fr;gap:96px}.process-grid h2{font-size:37px}.muted{color:var(--muted);font-size:14px}.steps{padding:0;margin:0;list-style:none}.steps li{display:flex;gap:24px;padding:20px 0;border-bottom:1px solid #d5ded8}.steps li:first-child{padding-top:0}.steps li:last-child{border:0;padding-bottom:0}.steps>li>span{font-size:12px;letter-spacing:1px;color:#728479;padding-top:6px}.steps h3{font-size:17px;margin-bottom:5px;font-weight:550}.steps p{font-size:13px;color:var(--muted);margin:0}.requirements{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.requirements h2{font-size:29px}.checklist{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:0 25px}.checklist li{font-size:13px;border-bottom:1px solid var(--line);padding:19px 0;line-height:1.7}.checklist span{font-size:10px;color:#7e9589;margin-right:10px}.about-section{background:#203a43;color:#e3ece8;padding:66px 0}.about-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:100px}.about-section h2{font-size:25px}.about-section p:not(.eyebrow){font-size:13px;color:#b8cbca;max-width:620px}.about-section .eyebrow{font-size:10px;margin-bottom:22px}.company-info{margin:29px 0 0}.company-info>div{border-bottom:1px solid #4c6268;padding:18px 0;display:grid;grid-template-columns:78px 1fr;gap:10px;font-size:12px;line-height:1.7}.company-info>div:last-child{border:0}.company-info dt{color:#a1b7b6}.company-info dd{margin:0;color:#e1eae6}.footer{background:#fff}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:24px;min-height:83px;font-size:11px;color:#62736f}.footer p{margin:0}.footer a:hover{text-decoration:underline;text-underline-offset:4px}@media(min-width:1500px){.hero-grid{min-height:610px}}@media(max-width:850px){.wrap{width:calc(100% - 40px)}.header-inner{min-height:80px;gap:18px}.brand{font-size:20px;gap:10px;letter-spacing:2px}.brand small{font-size:8px;letter-spacing:.7px}.brand-mark{width:40px;height:40px}nav{gap:18px;font-size:12px}.hero-grid{gap:0;min-height:505px}.hero h1{font-size:47px}.lead{font-size:14px}.engineering{margin-right:-45px}.section{padding-top:65px;padding-bottom:65px}.section-head{align-items:flex-start;flex-direction:column;gap:18px}.product{padding:24px 20px}.product p{font-size:13px;min-height:140px}.process-grid{gap:45px}.requirements{gap:30px}.requirements h2{font-size:25px}.checklist{grid-template-columns:1fr}.checklist li{padding:11px 0}.about-grid{gap:40px}.about-section h2{font-size:22px}}@media(max-width:600px){html{scroll-padding-top:25px}.header-inner{min-height:90px;flex-wrap:wrap;padding-top:17px;padding-bottom:14px;gap:15px}.brand{font-size:19px}.brand-mark{width:36px;height:36px}.brand small{font-size:7px}nav{gap:26px;width:100%;justify-content:space-between;border-top:1px solid #ecf0ef;padding-top:7px}nav a{padding:5px 0}.hero-grid{display:block;padding-top:43px;padding-bottom:32px}.hero .eyebrow{font-size:10px;letter-spacing:1px;margin-bottom:22px}.hero h1{font-size:48px;margin-bottom:19px}.lead{font-size:14px;margin-bottom:24px}.desktop-break{display:none}.button{padding:14px 20px}.hero-note{margin-top:20px}.engineering{margin:23px -12px 0}.engineering svg{max-height:285px}.engineering figcaption{font-size:10px}.section{padding-top:48px;padding-bottom:49px}h2,.requirements h2{font-size:27px}.section-head>p{font-size:12px}.products{grid-template-columns:1fr;gap:14px}.product{padding:24px;position:relative}.number{position:absolute;right:24px;top:27px}.product h3{font-size:22px;margin-bottom:13px}.product p{min-height:0;margin-bottom:19px}.tag{padding-top:14px}.process-section{padding:48px 0}.process-grid,.requirements,.about-grid{grid-template-columns:1fr;gap:28px}.process-grid h2{font-size:31px}.eyebrow{font-size:11px;margin-bottom:16px}.steps li{gap:19px}.checklist{grid-template-columns:1fr 1fr;gap:0 16px}.checklist li{font-size:12px;min-height:71px;display:flex;align-items:center}.checklist span{margin-right:8px}.about-section{padding:44px 0}.about-section h2{font-size:22px;line-height:1.6}.company-info{margin-top:0}.company-info>div{padding:14px 0}.footer-inner{flex-wrap:wrap;justify-content:flex-start;gap:12px 24px;padding-top:22px;padding-bottom:22px}.footer p{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
