:root{--ink:#17211c;--muted:#65716a;--paper:#f4f7f5;--white:#fff;--green:#177a50;--lime:#dff56b;--line:#d9e1dc;--red:#d94d3f;--shadow:0 16px 44px rgba(23,33,28,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;line-height:1.65;letter-spacing:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{cursor:pointer}.skip-link{position:fixed;top:-60px;left:16px;z-index:100;background:var(--ink);color:#fff;padding:10px 16px}.skip-link:focus{top:12px}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,5vw);background:rgba(244,247,245,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:18px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;background:var(--ink);color:var(--lime);font-size:13px}.site-header nav{display:flex;gap:34px;font-size:14px}.site-header nav a:hover{color:var(--green)}.header-cta{padding:9px 16px;border:1px solid var(--ink);font-weight:700;font-size:14px}.hero{min-height:calc(100vh - 76px);display:grid;grid-template-columns:1.08fr .92fr;padding:54px max(24px,5vw) 64px;gap:6vw;align-items:center}.eyebrow{text-transform:uppercase;color:var(--green);font-size:13px;font-weight:800;margin:0 0 14px}.hero h1{font-size:clamp(48px,6vw,86px);line-height:1.08;margin:0;letter-spacing:0}.hero h1 span{color:var(--green)}.hero-lead{font-size:18px;color:var(--muted);max-width:610px;margin:28px 0}.hero-actions{display:flex;gap:24px;align-items:center}.primary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;background:var(--ink);color:#fff;font-weight:800;border:1px solid var(--ink);transition:.2s}.primary-btn:hover{background:var(--green);border-color:var(--green)}.text-btn{font-weight:800}.hero-stats{display:flex;gap:42px;margin:48px 0 0}.hero-stats div{border-left:2px solid var(--lime);padding-left:14px}.hero-stats dt{font-size:25px;font-weight:800;line-height:1.2}.hero-stats dd{margin:3px 0 0;color:var(--muted);font-size:13px}.hero-media{height:min(72vh,680px);position:relative;background:#dbe6df;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover}.availability{position:absolute;left:20px;bottom:20px;background:#fff;padding:12px 16px;font-weight:700;font-size:13px;box-shadow:var(--shadow)}.availability span{display:inline-block;width:8px;height:8px;border-radius:50%;background:#24a466;margin-right:8px}.catalog,.process,.faq{padding:100px max(24px,5vw)}.catalog{background:#fff}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.section-heading h2,.faq h2,.contact h2{font-size:clamp(32px,4vw,52px);line-height:1.15;margin:0}.section-heading>p{max-width:480px;color:var(--muted)}.catalog-tools{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:18px}.tabs{display:flex;gap:8px;overflow:auto}.tab{white-space:nowrap;border:0;background:transparent;padding:10px 13px;color:var(--muted)}.tab.active{background:var(--ink);color:#fff}.search{display:flex;align-items:center;border:1px solid var(--line);background:var(--paper);min-width:250px;padding:0 12px}.search input{border:0;outline:0;background:transparent;width:100%;padding:9px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.product-card{border:1px solid var(--line);padding:22px;background:#fff;display:flex;flex-direction:column;min-height:280px;transition:.2s}.product-card:hover{border-color:var(--green);box-shadow:var(--shadow);transform:translateY(-2px)}.product-meta{display:flex;justify-content:space-between;align-items:center}.category{font-size:12px;font-weight:800;color:var(--green);background:#eaf5ef;padding:4px 8px}.stock{font-size:12px;color:var(--green)}.product-card h3{font-size:18px;line-height:1.45;margin:22px 0 10px}.product-card p{color:var(--muted);font-size:14px;margin:0}.product-bottom{display:flex;justify-content:space-between;align-items:end;margin-top:auto;padding-top:24px}.price small{display:block;color:var(--muted);font-size:11px}.price strong{font-size:27px}.buy{width:44px;height:44px;border:1px solid var(--ink);display:grid;place-items:center;font-size:20px}.buy:hover{background:var(--lime)}.empty{text-align:center;color:var(--muted);padding:40px}.process ol{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.process li{padding:26px 26px 0 0}.process li span{font-size:12px;color:var(--green);font-weight:800}.process h3{font-size:20px;margin:28px 0 4px}.process p{color:var(--muted);margin:0}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;background:var(--ink);color:#fff}.faq>div>p:last-child{color:#aeb9b3}.faq-list details{border-top:1px solid #3a443f}.faq-list details:last-child{border-bottom:1px solid #3a443f}.faq-list summary{list-style:none;padding:22px 0;display:flex;justify-content:space-between;font-weight:700;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list details p{color:#bdc6c1;margin:0;padding:0 40px 24px 0}.faq-list details[open] summary span{transform:rotate(45deg)}.contact{margin:0;min-height:300px;padding:70px max(24px,5vw);display:flex;align-items:center;justify-content:space-between;gap:30px;background:var(--lime)}.contact .eyebrow{color:var(--ink)}footer{padding:32px max(24px,5vw);display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:13px;color:var(--muted)}footer .brand{color:var(--ink)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}:focus-visible{outline:3px solid #f2a900;outline-offset:3px}@media(max-width:900px){.site-header nav{display:none}.hero{grid-template-columns:1fr;min-height:auto}.hero-media{height:480px}.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-tools{display:block}.search{margin-top:14px}.process ol{grid-template-columns:repeat(2,1fr)}.faq{grid-template-columns:1fr}.contact{align-items:flex-start;flex-direction:column}footer{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.site-header{height:66px}.header-cta{padding:7px 10px}.hero{padding-top:42px}.hero h1{font-size:44px}.hero-media{height:360px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-stats{gap:20px;flex-wrap:wrap}.section-heading{align-items:flex-start;flex-direction:column}.catalog,.process,.faq{padding-top:72px;padding-bottom:72px}.product-grid{grid-template-columns:1fr}.process ol{grid-template-columns:1fr 1fr}.process li{padding-right:14px}footer p{margin:0}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
