:root{--bg: #f7efe5;--bg-soft: #fbf7f1;--bg-card: #fffdf8;--text: #2b211b;--muted: #6f6258;--accent: #c96b42;--accent-deep: #b9633d;--accent-soft: #f3d4bf;--line: rgba(80, 50, 30, .1);--shadow: 0 16px 44px rgba(73, 45, 24, .05);--radius-xl: 30px;--radius-lg: 22px;--radius-md: 18px;--radius-sm: 999px;--container: 1120px;--font-display: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans SC", sans-serif;--font-body: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans SC", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--text);font-family:var(--font-body);background:radial-gradient(circle at top left,rgba(255,255,255,.7),transparent 28%),linear-gradient(180deg,#f8f1e7,#f7efe5 46%,#fbf7f1);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p,ul{margin:0}ul{padding:0;list-style:none}.container{width:min(calc(100% - 40px),var(--container));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(255,255,255,.5);background:#fbf7f1cc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:78px}.brand{display:inline-flex;align-items:center;gap:12px;min-width:0;flex:0 1 320px}.brand-logo{width:42px;height:42px;flex:0 0 auto;border-radius:12px}.brand-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.brand-title{font-size:18px;font-weight:700;letter-spacing:-.02em;text-transform:uppercase;line-height:1.05}.brand-subtitle{color:var(--muted);font-size:12px;letter-spacing:.14em;text-transform:uppercase;line-height:1.2}.main-nav{display:none;align-items:center;gap:22px;color:var(--muted);font-size:14px;flex:1 1 auto;justify-content:center;min-width:0}.header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.lang-switch{display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid var(--line);border-radius:999px;background:#fffdf8e0}.lang-btn{border:0;background:transparent;color:var(--muted);min-width:40px;height:34px;padding:0 10px;border-radius:999px;font:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:background .16s ease,color .16s ease}.lang-btn.is-active{background:linear-gradient(145deg,var(--accent),var(--accent-deep));color:#fffaf5}.main-nav a:hover{color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:var(--radius-sm);font-size:15px;font-weight:700;white-space:nowrap;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fffaf5;background:linear-gradient(145deg,var(--accent),var(--accent-deep));box-shadow:0 10px 22px #b9633d2e}.btn-secondary{color:var(--text);border:1px solid var(--line);background:#fffdf8e0}.hero-section{padding:34px 0 64px}.hero-layout,.split-layout{display:grid;gap:26px}.hero-copy{display:grid;gap:18px;align-content:start}.eyebrow{color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}h1,h2,h3{font-family:var(--font-display);line-height:1}h1{font-size:clamp(2.25rem,8.6vw,4.6rem);font-weight:900;letter-spacing:-.07em}h2{font-size:clamp(1.75rem,5.1vw,2.95rem);font-weight:820;letter-spacing:-.05em}h3{font-size:clamp(1.2rem,3vw,1.5rem);font-weight:780;letter-spacing:-.04em}.hero-description,.section-heading p:last-child,.info-card p,.mini-card p,.stack-item p,.cta-panel p,.story-subtitle,.footer-inner p{color:var(--muted);font-size:1rem;line-height:1.8}.hero-description{max-width:34em;font-size:1.08rem;line-height:1.9}.hero-actions{display:flex;flex-direction:column;gap:12px}.hero-actions .btn{width:100%}.hero-tags{display:flex;flex-wrap:wrap;gap:10px}.hero-tags span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fffdf8d1;color:var(--muted);font-size:12px}.hero-visual{overflow:hidden;border-radius:30px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.42);background:var(--bg-card);min-height:520px}.hero-visual img{width:100%;height:100%;min-height:520px;object-fit:cover}.section{padding:72px 0}.section-demo,.section-results,.section-story,.section-cta{background:#fffbf685}.section-heading{display:grid;gap:12px}.section-heading.narrow{max-width:36ch}.section-heading h2{max-width:min(100%,22ch)}.section-problem .section-heading.narrow{max-width:46ch}.section-results .section-heading.narrow,.section-join .section-heading.narrow{max-width:52ch}#co-build .section-heading.narrow{max-width:40ch}.inline-note{margin-top:12px;padding:16px 18px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fffdf8d1;color:var(--muted);font-size:.95rem;line-height:1.75}.stack-list{display:grid;gap:12px}.stack-item,.info-card,.mini-card,.story-panel,.cta-panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fffdf8e6;box-shadow:var(--shadow)}.stack-item{display:grid;grid-template-columns:56px 1fr;gap:14px;align-items:start;padding:16px 18px}.stack-item span{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--line);color:var(--muted);font-size:12px;font-weight:700}.stack-item strong{display:block;margin-bottom:4px;font-size:1.08rem}.grid{display:grid;gap:16px}.grid-problem,.grid-join,.grid-light,.grid-results{margin-top:28px}.info-card,.mini-card{padding:22px 20px}.card-no{display:inline-block;margin-bottom:12px;color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.info-card h3,.mini-card h3{margin-bottom:10px}.short-list{display:grid;gap:8px}.short-list li{position:relative;padding-left:16px;color:var(--muted);font-size:.95rem;line-height:1.65}.short-list li:before{content:"";position:absolute;top:.72em;left:0;width:6px;height:6px;border-radius:50%;background:var(--accent)}.story-panel{display:grid;gap:22px;padding:24px}.story-copy{display:grid;gap:14px}.story-subtitle{color:var(--accent);font-size:.95rem}.story-collage{display:grid;grid-template-columns:1fr;gap:12px;align-items:end}.collage-card{overflow:hidden;border-radius:22px;background:var(--bg-card)}.collage-main{min-height:320px}.story-image-card img{width:100%;height:100%;object-fit:cover}.collage-note{grid-column:1 / -1;padding:14px 16px;border-radius:18px;background:#fffdf8d1;color:var(--muted);font-size:.94rem;line-height:1.7}.cta-panel{display:grid;gap:16px;justify-items:center;padding:34px 22px;text-align:center}.cta-panel p{max-width:38em}.cta-actions{width:100%}.site-footer{padding:0 0 42px}.footer-inner{display:grid;gap:8px;padding-top:24px;border-top:1px solid var(--line);text-align:center;justify-items:center}.footer-en{font-size:.95rem}.footer-logo{width:52px;height:52px;border-radius:14px}html[lang=en] .brand{flex-basis:280px}html[lang=en] .brand-title{font-size:15px;letter-spacing:-.03em}html[lang=en] .brand-subtitle{font-size:11px;letter-spacing:.12em}html[lang=en] .main-nav{gap:18px;font-size:13px}html[lang=en] .header-actions{gap:8px}html[lang=en] .btn{padding:0 16px;font-size:14px}html[lang=en] .lang-btn{min-width:38px}@media(min-width:720px){.container{width:min(calc(100% - 48px),var(--container))}.hero-actions{flex-direction:row;flex-wrap:wrap}.hero-actions .btn{width:auto}.grid-problem,.grid-join,.grid-light,.grid-results{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.main-nav{display:inline-flex}.hero-layout{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:36px}.split-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:40px}.reverse-mobile{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.hero-visual{min-height:560px}.grid-problem{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-results{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-join,.grid-light{grid-template-columns:repeat(3,minmax(0,1fr))}.story-panel{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:30px;align-items:center;padding:30px}.section-results .section-heading h2,.section-join .section-heading h2,#co-build .section-heading h2,.section-problem .section-heading h2{max-width:none}html[lang=en] .header-inner{gap:10px}html[lang=en] .brand{flex-basis:250px}html[lang=en] .main-nav{gap:16px;font-size:12px}html[lang=en] .btn{padding:0 14px;font-size:13px}}@media(max-width:1023px){.header-cta,.header-actions .btn-secondary{min-height:44px;padding:0 14px;font-size:14px}.lang-btn{min-width:36px;height:32px}}@media(max-width:719px){.site-header{position:static}.header-inner{min-height:72px;flex-wrap:wrap;align-items:flex-start;padding:12px 0}.brand-title{font-size:16px}.brand-logo{width:38px;height:38px}.brand{width:100%;flex:1 1 100%;align-items:flex-start}.brand-copy{gap:0}.brand-subtitle{font-size:11px;letter-spacing:.1em}.header-actions{width:100%;justify-content:space-between;align-items:center;gap:8px}.lang-switch{padding:3px;flex:0 0 auto}.lang-btn{min-width:32px;padding:0 8px;font-size:11px}.header-actions .btn{min-height:42px;padding:0 12px;font-size:13px}.header-actions .btn-secondary,.header-actions .btn-primary{flex:1 1 auto;min-width:0}.hero-section{padding-top:24px}h1{font-size:clamp(2.15rem,10vw,2.9rem)}.hero-description{font-size:.98rem}.section-heading h2,.section-problem .section-heading h2,.section-results .section-heading h2,.section-join .section-heading h2,#co-build .section-heading h2{max-width:100%}.hero-visual,.hero-visual img{min-height:380px}.section{padding:60px 0}}@media(max-width:719px)and (orientation:portrait){html[lang=en] .brand-subtitle{display:none}html[lang=en] .brand-title{font-size:15px;letter-spacing:-.03em}html[lang=en] .header-actions .btn{font-size:12px;padding:0 10px}html[lang=en] .btn-secondary{max-width:150px}html[lang=en] .header-cta{max-width:142px}}
