:root{color-scheme:light;--color-bg:#f7f6f2;--color-surface:#fffefa;--color-text:#202622;--color-text-muted:#58635d;--color-primary:#1f4c3a;--color-primary-hover:#173c2e;--color-border:#d3d4ce;--color-border-strong:#7f8983;--color-soft:#eef1ed;--radius-sm:.55rem;--radius-md:.9rem;--shadow-soft:0 14px 40px #1f2c2512;--content-width:76rem;--section-gap:clamp(3.25rem, 5.6vw, 4.75rem);--paper:var(--color-bg);--paper-deep:#efeee9;--surface:var(--color-surface);--ink:var(--color-text);--muted:var(--color-text-muted);--line:var(--color-border);--green:var(--color-primary);--green-dark:var(--color-primary-hover);--orange:#8d6248;--orange-soft:#eee2d8;--shadow:var(--shadow-soft);--radius:var(--radius-md);--shell:var(--content-width);--shell-narrow:48rem;font-synthesis:none;text-rendering:optimizelegibility;font-family:Microsoft YaHei,PingFang SC,Hiragino Sans GB,Noto Sans CJK SC,system-ui,sans-serif}*,:before,:after{box-sizing:border-box}html{background:var(--paper);scroll-behavior:smooth;min-width:0}body{min-height:100vh;color:var(--ink);background:var(--color-bg);overflow-wrap:anywhere;margin:0;font-size:1rem;line-height:1.75}main{min-height:65vh}img,svg,video{max-width:100%;display:block}a{color:inherit;text-underline-offset:.2em}a:hover{color:var(--orange)}:where(a,button,input,select,textarea):focus-visible{outline:3px solid var(--orange);outline-offset:3px}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.02em;font-family:Songti SC,SimSun,Noto Serif CJK SC,Georgia,serif;line-height:1.18}h1{font-size:clamp(2.5rem,7vw,5.8rem)}h2{font-size:clamp(1.75rem,3.5vw,3rem)}h3{font-size:1.35rem}.shell,.shell-narrow{width:min(calc(100% - 2rem), var(--shell));margin-inline:auto}.shell-narrow{width:min(calc(100% - 2rem), var(--shell-narrow))}.skip-link{z-index:100;color:#fff;background:var(--green-dark);border-radius:.5rem;padding:.65rem 1rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:10;border-bottom:1px solid var(--color-border);background:#fffefaf0;position:relative}.header-inner{justify-content:space-between;align-items:center;gap:1.25rem 2rem;min-height:5.25rem;display:flex}.brand{color:var(--color-text);flex:none;align-items:center;gap:.7rem;font-size:1.05rem;font-weight:760;text-decoration:none;display:inline-flex}.brand-copy{gap:.05rem;line-height:1.2;display:grid}.brand-copy strong{font:inherit}.brand-copy small{color:var(--color-text-muted);letter-spacing:.06em;font-size:.63rem;font-weight:650}.brand-mark{color:#fff;background:var(--color-primary);border-radius:50%;place-items:center;width:2.7rem;height:2.7rem;font-family:inherit;font-size:.72rem;font-weight:800;display:grid}.header-actions{align-items:center;gap:clamp(1rem,3vw,2.5rem);display:flex}.nav-list,.footer-links{align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.nav-list a{color:var(--color-text-muted);padding:.8rem .55rem;font-size:.94rem;text-decoration:none;display:block;position:relative}.nav-list a:hover,.nav-list a[aria-current=page]{color:var(--color-primary)}.nav-list a[aria-current=page]:after{background:var(--color-primary);content:"";height:2px;position:absolute;bottom:-.95rem;left:.55rem;right:.55rem}.header-cta{color:#fff;background:var(--color-primary);border:1px solid var(--color-primary);border-radius:var(--radius-sm);justify-content:center;align-items:center;min-height:2.7rem;padding:.55rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.header-cta:hover{color:#fff;background:var(--color-primary-hover)}.hero{padding-block:clamp(5rem,11vw,9rem)}.hero h1{max-width:16ch;margin-bottom:1.5rem}.eyebrow{color:var(--orange);letter-spacing:.16em;text-transform:uppercase;margin-bottom:.9rem;font-size:.78rem;font-weight:800}.hero-intro,.page-header>p:last-child,.product-hero>div>p:last-child,.article-lead{max-width:44rem;color:var(--muted);font-size:clamp(1.08rem,2vw,1.3rem)}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.button{border:1px solid var(--green-dark);border-radius:99rem;justify-content:center;align-items:center;min-height:3rem;padding:.72rem 1.2rem;font-weight:750;text-decoration:none;display:inline-flex}.button-primary{color:#fff;background:var(--green-dark)}.button-primary:hover{color:#fff;background:var(--green)}.button-secondary:hover{color:var(--paper);background:var(--green-dark)}.section{padding-block:clamp(3.5rem,8vw,7rem)}.section-tinted{background:var(--paper-deep);border-block:1px solid var(--line)}.section-heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem;display:flex}.section-heading h2{max-width:15ch;margin-bottom:0}.section-heading>p{max-width:29rem;color:var(--muted);margin-bottom:.4rem}.card-grid{gap:1rem;display:grid}.card-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card,.product-card,.article-card,.empty-state,.status-panel{border:1px solid var(--line);border-radius:var(--radius);background:#fffdf8b8;padding:clamp(1.4rem,3vw,2.2rem)}.status-panel{border-color:var(--color-border-strong)}.feature-card,.product-card{flex-direction:column;align-items:flex-start;min-width:0;min-height:20rem;display:flex}.feature-card h2,.feature-card h3,.product-card h2{margin-top:1rem}.feature-card p,.product-card p,.article-card p,.empty-state p,.status-panel p{color:var(--muted)}.feature-card .text-link,.product-card .button{margin-top:auto}.card-number{color:var(--orange);font-family:Georgia,Times New Roman,serif;font-size:.9rem;font-weight:700}.text-link,.back-link{color:var(--green-dark);font-weight:760}.split-panel,.callout,.product-hero{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:clamp(2rem,7vw,7rem);display:grid}.split-panel h2,.callout h2{max-width:13ch}.stack>*+*{margin-top:1.25rem}.page-header{padding-block:clamp(4.5rem,9vw,7rem) clamp(2.5rem,5vw,4rem)}.page-header h1{max-width:15ch;margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,5rem)}.article-list{gap:1rem;display:grid}.article-card h2{max-width:28ch;margin-bottom:.8rem;font-size:clamp(1.65rem,3vw,2.4rem)}.article-card h2 a{text-decoration:none}.article-meta,.status-row{color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.65rem 1rem;font-size:.88rem;display:flex}.article-page{padding-block:clamp(4rem,9vw,7rem)}.article-header{border-bottom:1px solid var(--line);padding-bottom:2.5rem}.article-header h1{max-width:17ch;margin-bottom:1.3rem;font-size:clamp(2.5rem,6vw,4.7rem)}.back-link{margin-bottom:2.5rem;display:inline-block}.article-details{flex-wrap:wrap;gap:1rem 2rem;margin:2rem 0 0;display:flex}.article-details div{gap:.1rem;display:grid}.article-details dt{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.75rem;font-weight:800}.article-details dd{margin:0}.prose{padding-block:2.5rem;font-size:1.08rem}.prose>*{max-width:100%}.prose h2,.prose h3{margin-top:2.4em;scroll-margin-top:2rem}.prose blockquote{background:var(--orange-soft);border-left:.3rem solid var(--orange);margin:2rem 0;padding:1rem 1.25rem}.prose code{background:var(--paper-deep);border-radius:.25rem;padding:.15em .35em;font-size:.92em}.prose pre{max-width:100%;color:var(--paper);background:var(--green-dark);border-radius:.7rem;padding:1rem;overflow-x:auto}.status-badge{color:var(--green-dark);background:#dce8df;border-radius:99rem;padding:.35rem .65rem;font-size:.78rem;font-weight:800;display:inline-flex}.product-hero{align-items:end}.status-panel{align-self:end}.status-panel p{margin:1rem 0 0}.development-note{border-block:1px solid var(--color-border);justify-content:space-between;align-items:end;gap:1.5rem;margin-top:2rem;padding:1.25rem 0;display:flex}.development-note h2{margin-bottom:.35rem;font-size:1.35rem}.development-note p:last-child{color:var(--color-text-muted);margin-bottom:0}.step-list{border-top:1px solid var(--line);margin:0;padding:0;list-style:none;display:grid}.step-list li{border-bottom:1px solid var(--line);grid-template-columns:3rem 1fr;gap:1rem;padding-block:1.5rem;display:grid}.step-list li>span{color:var(--orange);font-family:Georgia,Times New Roman,serif;font-size:1.4rem}.step-list h3,.step-list p{margin-bottom:.25rem}.step-list p,.callout p{color:var(--muted)}.callout{background:var(--green-dark);border-radius:var(--radius);color:#fff;box-shadow:var(--shadow);padding:clamp(1.5rem,4vw,3rem)}.callout .eyebrow{color:#efb596}.callout p{color:#dce8df}.callout .text-link{color:#fff}.empty-state{text-align:center;place-content:center;min-height:18rem;display:grid}.empty-state h2{margin-bottom:.7rem}.values-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;display:grid}.values-grid h2{font-size:1.7rem}.values-grid p{color:var(--muted)}.policy-copy h2{font-size:1.7rem}.not-found{text-align:center;padding-block:clamp(5rem,12vw,10rem)}.not-found h1{margin-bottom:1rem;font-size:clamp(2.5rem,7vw,5rem)}.not-found .hero-actions{justify-content:center}.error-code{color:var(--orange-soft);margin-bottom:-.4rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(6rem,20vw,13rem);font-weight:800;line-height:.8}.site-footer{color:#d7e0da;background:#18382d;padding-block:2.75rem 1.4rem}.footer-grid{grid-template-columns:minmax(14rem,1.1fr) minmax(20rem,2fr) minmax(9rem,.8fr);align-items:start;gap:2rem;display:grid}.footer-bottom{justify-content:space-between;align-items:center;gap:2rem;display:flex}.footer-title{color:#fff;margin-bottom:.2rem;font-family:Georgia,Times New Roman,serif;font-size:1.3rem;font-weight:700}.footer-note{color:#b9c6be;margin:0;font-size:.9rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:.75rem 1.4rem}.footer-links a{color:#d7e0da;font-size:.9rem;text-decoration:none}.footer-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem 1.1rem;display:flex}.footer-actions a,.footer-bottom a{color:#d7e0da;font-size:.88rem;text-decoration:none}.footer-bottom{border-top:1px solid #ffffff2e;margin-top:2.5rem;padding-top:1rem;font-size:.82rem}.footer-bottom p{margin:0}@media (width<=56rem){.header-inner{flex-wrap:wrap;padding-block:1rem}.header-actions,.nav-list{width:100%}.header-actions{justify-content:space-between;align-items:center}.header-actions nav{flex:auto;min-width:0}.header-cta{white-space:nowrap;flex:none}.nav-list{flex-wrap:wrap}.nav-list a{white-space:normal}.card-grid-three,.values-grid{grid-template-columns:1fr}.feature-card{min-height:15rem}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-actions{grid-column:1/-1;justify-content:flex-start}}@media (width<=42rem){.shell,.shell-narrow{width:min(calc(100% - 1.25rem), var(--shell))}.header-inner{flex-direction:column;align-items:flex-start}.header-actions{flex-direction:column;align-items:flex-start;gap:.75rem}.header-actions nav{width:100%}.nav-list{gap:0 .15rem}.nav-list a{padding:.55rem .5rem}.nav-list a[aria-current=page]:after{bottom:.1rem;left:.5rem;right:.5rem}.header-cta{min-height:2.5rem}.card-grid-two,.split-panel,.callout,.product-hero{grid-template-columns:1fr}.section-heading,.development-note,.footer-bottom{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}.footer-links,.footer-actions{justify-content:flex-start}.article-details{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hero-actions .button{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
