:root{--page:#f5f7f2;--ink:#23382e;--muted:#627267;--green:#366b4c;--line:#dce3d8;--radius:24px;--width:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--page);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--green);outline-offset:6px}.wrap{width:min(var(--width),calc(100% - 80px));margin-inline:auto}.site-header{height:108px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;font-size:19px;font-weight:650;letter-spacing:2px}.brand small{display:block;font-size:9px;letter-spacing:2.1px;margin-top:5px;font-weight:500}.nav-link{font-size:14px;display:flex;gap:22px;align-items:center}.nav-link span{font-size:22px}.hero{display:grid;grid-template-columns:1.4fr 1fr;align-items:center;min-height:466px;padding:48px 0 54px;gap:10px}.eyebrow{display:flex;align-items:center;gap:9px;font-size:12px;letter-spacing:1.4px;margin:0 0 26px;color:var(--green)}.eyebrow span{width:6px;height:6px;border-radius:50%;background:var(--green)}h1{font-size:clamp(32px,3.65vw,48px);line-height:1.43;letter-spacing:-1.5px;margin:0;font-weight:650}.accent{color:var(--green)}.intro{font-size:15px;color:var(--muted);line-height:1.95;margin:23px 0}.hero-link{display:inline-flex;align-items:center;gap:28px;font-size:14px;font-weight:600;border-bottom:1px solid #aabca8;padding:8px 0}.journey{position:relative;color:var(--green)}.journey svg{display:block;width:100%}.journey-label{position:absolute;padding:9px 14px;background:rgba(255,255,255,.87);border:1px solid var(--line);border-radius:30px;font-size:11px;letter-spacing:1px;box-shadow:0 8px 20px #23382e05}.label-start{left:2%;bottom:15%}.label-end{right:1%;top:14%}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.section-heading h2{font-size:21px;font-weight:600;margin:0}.section-heading>span{font-size:12px;color:var(--muted);letter-spacing:1px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{display:flex;flex-direction:column;padding:28px;background:#fff;border:1px solid #e2e6dd;border-radius:var(--radius);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px #23382e08}.product-top{display:flex;justify-content:space-between;align-items:center}.app-icon{border-radius:16px;object-fit:contain}.category{font-size:11px;color:var(--muted);background:var(--page);padding:7px 11px;border-radius:20px}.product-card h3{font-size:25px;margin:23px 0 15px;font-weight:650}.product-card h3 span{display:block;margin-top:7px;font-size:14px;font-weight:400;color:var(--muted);margin-left:0}.product-tagline{font-size:19px;font-weight:550;margin:0 0 12px}.product-description{font-size:14px;line-height:1.9;color:var(--muted);max-width:420px;margin:0 0 27px}.product-link{margin-top:auto;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:19px;font-size:14px;font-weight:600}.product-link span{font-size:20px;color:var(--green)}.company{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:49px 0 39px}.company-label{font-size:16px}.company p{font-size:14px;margin:0 0 8px}.company .english-name{font-size:11px;color:var(--muted);margin:0}footer{border-top:1px solid var(--line);padding:23px 0 30px;display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}@media(max-width:1000px){.wrap{width:calc(100% - 40px)}.site-header{height:88px}.hero{grid-template-columns:1fr;padding:42px 0 36px;min-height:0}.journey{display:none}h1{font-size:clamp(30px,6.5vw,44px);letter-spacing:-.8px}.intro{font-size:14px}.eyebrow{font-size:10px;letter-spacing:1px}.product-grid{grid-template-columns:1fr;gap:18px}.product-card{padding:26px}.company{flex-direction:column;align-items:flex-start;gap:22px;padding:36px 0}.company-label{font-size:15px}footer{gap:18px;flex-wrap:wrap}.nav-link{font-size:12px;gap:8px}.brand{font-size:17px}.section-heading>span{font-size:10px}.section-heading h2{font-size:19px}.desktop-break{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.product-card{transition:none}.product-card:hover{transform:none}}
