:root{--home-ink:#e9f3ee;--home-muted:#9db5aa;--home-bg:#0d211a;--home-panel:#132d24;--home-line:rgba(198,236,218,.14);--home-accent:#23d4a0;--home-accent-deep:#119c78;--home-light:#f3f8f5;--home-dark:#18352a}*{box-sizing:border-box}html{scroll-behavior:smooth}body.hc-home{margin:0;background:var(--home-bg);color:var(--home-ink);font-family:"Microsoft YaHei",Arial,sans-serif;line-height:1.7}.hc-home a{color:inherit;text-decoration:none}.home-header{position:sticky;top:0;z-index:10;height:76px;background:rgba(13,33,26,.96);border-bottom:1px solid var(--home-line)}.home-header-inner{height:100%;max-width:1180px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.home-brand{display:flex;align-items:center;gap:12px}.home-brand-mark{width:42px;height:42px;border-radius:11px;background:var(--home-accent);color:#103126;display:grid;place-items:center;font-weight:800;font-size:19px;box-shadow:0 8px 22px rgba(35,212,160,.2)}.home-brand-name{font-size:20px;font-weight:700;letter-spacing:1px}.home-brand-sub{display:block;color:var(--home-muted);font-size:10px;letter-spacing:1.5px;line-height:1.2}.home-nav{display:flex;align-items:center;gap:5px}.home-nav a{color:#bfd0c7;font-size:14px;padding:10px 15px;border-radius:24px;transition:background .2s,color .2s}.home-nav a:hover,.home-nav a:focus-visible{color:#fff;background:rgba(35,212,160,.14);outline:none}.home-nav .nav-query{background:var(--home-accent);color:#12352a;box-shadow:0 8px 18px rgba(35,212,160,.16)}.home-menu{display:none;border:1px solid var(--home-line);background:transparent;color:#fff;border-radius:8px;padding:8px 11px;font-size:18px}.home-hero{max-width:1180px;margin:auto;padding:92px 24px 100px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,500px);align-items:center;gap:84px;position:relative}.home-hero:before{content:"";position:absolute;inset:0 42% 0 0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(90deg,#000,transparent)}.hero-copy,.hero-visual{position:relative;z-index:1}.hero-eyebrow,.section-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--home-accent);font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.hero-eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--home-accent)}.hero-title{font-size:clamp(46px,6vw,76px);line-height:1.1;letter-spacing:-2px;margin:24px 0 22px;max-width:650px}.hero-title span{display:block;color:var(--home-accent)}.hero-lead{color:var(--home-muted);font-size:16px;max-width:590px;margin:0 0 32px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.home-button{display:inline-flex;align-items:center;gap:10px;border:1px solid transparent;border-radius:8px;padding:13px 21px;font-weight:700;font-size:14px;transition:transform .2s,background .2s,border-color .2s}.home-button:hover,.home-button:focus-visible{transform:translateY(-2px);outline:none}.home-button-primary{background:var(--home-accent);color:#103126;box-shadow:0 12px 22px rgba(35,212,160,.16)}.home-button-primary:hover{background:#48e3b4}.home-button-ghost{border-color:var(--home-line);color:#dbe9e1;background:rgba(255,255,255,.03)}.home-button-ghost:hover{border-color:rgba(35,212,160,.45);background:rgba(35,212,160,.08)}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:56px;max-width:620px}.hero-stat strong{display:block;color:var(--home-accent);font-size:25px;line-height:1.2}.hero-stat span{display:block;color:var(--home-muted);font-size:12px;margin-top:5px}.hero-visual{min-height:560px;border-radius:22px;overflow:hidden;border:1px solid rgba(220,250,235,.22);box-shadow:0 24px 60px rgba(0,0,0,.22);background:#1c332a}.hero-visual img{width:100%;height:100%;min-height:560px;object-fit:cover;object-position:center;display:block}.hero-visual:after{content:"";position:absolute;inset:auto 0 0;height:35%;background:linear-gradient(transparent,rgba(8,26,19,.72));pointer-events:none}.home-section{padding:104px 24px}.home-section-inner{max-width:1180px;margin:auto}.home-section-light{background:var(--home-light);color:var(--home-dark)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:42px}.section-title{font-size:clamp(30px,4vw,46px);line-height:1.16;letter-spacing:-1px;margin:12px 0 0}.section-copy{max-width:460px;color:#759084;margin:0}.home-section-light .section-copy{color:#637c70}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--home-line);border:1px solid var(--home-line)}.service-item{min-height:205px;padding:28px 25px;background:var(--home-bg);transition:background .2s,transform .2s}.service-item:hover{background:#15362b;transform:translateY(-3px)}.service-index{color:var(--home-accent);font:700 12px/1 monospace;letter-spacing:1px}.service-item h3{font-size:20px;margin:30px 0 10px}.service-item p{color:var(--home-muted);font-size:13px;margin:0}.service-more{display:inline-block;color:var(--home-accent);font-size:13px;margin-top:18px}.core-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.core-card{background:#fff;border:1px solid #dae9e0;overflow:hidden}.core-card img{width:100%;height:220px;display:block;object-fit:cover}.core-card-body{padding:22px 24px 25px}.core-card h3{margin:0 0 7px;font-size:20px}.core-card p{color:#6f877b;font-size:13px;margin:0}.about-grid{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);gap:80px;align-items:center}.about-image{width:100%;height:410px;object-fit:cover;border-radius:14px}.about-copy p{color:var(--home-muted);max-width:570px}.about-list{list-style:none;padding:0;margin:25px 0 0;display:grid;gap:13px}.about-list li{display:flex;gap:10px;color:#dbe9e1;font-size:14px}.about-list li:before{content:"✓";color:var(--home-accent);font-weight:700}.equipment-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}.equipment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.equipment-item{margin:0;position:relative;overflow:hidden;aspect-ratio:1.25;border-radius:8px;background:#173027}.equipment-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.equipment-item:hover img{transform:scale(1.05)}.equipment-item figcaption{position:absolute;left:14px;right:14px;bottom:12px;color:#fff;font-size:13px;text-shadow:0 2px 9px #07150f}.query-panel{max-width:1180px;margin:0 auto;padding:82px 24px;display:flex;align-items:center;justify-content:space-between;gap:30px}.query-band{background:var(--home-accent);color:#12352a}.query-band .section-eyebrow{color:#20604b}.query-band .section-title{margin-top:10px}.query-band .home-button-primary{background:#10392b;color:#e7fff5;box-shadow:none}.query-band .home-button-primary:hover{background:#0b2a21}.home-footer{border-top:1px solid var(--home-line);padding:45px 24px;color:var(--home-muted)}.home-footer-inner{max-width:1180px;margin:auto;display:flex;justify-content:space-between;gap:30px}.home-footer-brand{color:#e3f1e9;font-weight:700}.home-footer p{margin:8px 0 0;font-size:13px}.home-footer-links{display:flex;gap:22px;font-size:13px}.home-footer-links a:hover{color:var(--home-accent)}@media(max-width:900px){.home-nav{gap:0}.home-nav a{padding:9px 9px;font-size:13px}.home-hero{gap:42px;grid-template-columns:minmax(0,1fr) minmax(300px,400px)}.service-grid{grid-template-columns:repeat(2,1fr)}.equipment-grid{grid-template-columns:repeat(2,1fr)}.about-grid{gap:40px}}@media(max-width:700px){.home-header{height:66px}.home-header-inner{padding:0 18px}.home-brand-name{font-size:18px}.home-brand-sub{display:none}.home-menu{display:block}.home-nav{display:none;position:absolute;top:66px;left:0;right:0;padding:10px 18px 16px;background:#10271f;border-bottom:1px solid var(--home-line);flex-direction:column;align-items:stretch}.home-nav.is-open{display:flex}.home-nav a{padding:11px 12px}.home-hero{display:block;padding:60px 18px 68px}.hero-title{font-size:47px;letter-spacing:-1px}.hero-lead{font-size:15px}.hero-stats{gap:12px;margin-top:42px}.hero-stat strong{font-size:19px}.hero-stat span{font-size:11px}.hero-visual{min-height:410px;margin-top:50px}.hero-visual img{min-height:410px}.home-section{padding:72px 18px}.section-head,.equipment-head{display:block}.section-copy{margin-top:15px}.service-grid{grid-template-columns:1fr}.service-item{min-height:0;padding:23px}.service-item h3{margin-top:22px}.core-grid{grid-template-columns:1fr}.core-card img{height:205px}.about-grid{grid-template-columns:1fr;gap:30px}.about-image{height:285px}.equipment-grid{grid-template-columns:repeat(2,1fr);gap:10px}.query-panel{display:block;padding:65px 18px}.query-panel .home-button{margin-top:24px}.home-footer{padding:35px 18px}.home-footer-inner{display:block}.home-footer-links{margin-top:18px;flex-wrap:wrap;gap:13px}.home-footer-links a{font-size:12px}}
