:root{--color-bg:#fff;--color-bg-warm:#f7f5f0;--color-bg-soft:#f3f4f4;--color-bg-card:#fff;--color-ink:#171512;--color-ink-light:#6f6a63;--color-ink-faint:#8f8980;--color-line:#171512;--color-line-light:#e5e0d7;--color-accent:#b96836;--color-status:#4c9b5f;--color-dark:#101112;--font-sans:var(--font-inter),var(--font-noto-sc),-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Hiragino Sans GB",sans-serif;--font-logo:var(--font-michroma),sans-serif;--fs-hero:clamp(3.25rem,7vw,6.75rem);--fs-h1:clamp(2.4rem,4.5vw,4.25rem);--fs-h2:clamp(1.8rem,3.5vw,2.8rem);--fs-h3:clamp(1.2rem,2vw,1.5rem);--fs-body:1.125rem;--fs-small:.95rem;--fs-caption:.75rem;--fw-light:300;--fw-regular:400;--fw-medium:500;--fw-semi:600;--lh-tight:1.1;--lh-normal:1.5;--lh-loose:1.8;--letter-tight:-.03em;--letter-normal:0;--letter-wide:.05em;--letter-wider:.15em;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:8rem;--space-xxl:10rem;--content-padding:clamp(1.5rem,5vw,4rem);--max-width:1240px;--radius-sm:10px;--radius-md:22px;--radius-lg:28px;--radius-full:999px;--shadow-sm:0 8px 24px #2a231c0f;--shadow-md:0 18px 50px #2a231c1a;--shadow-lg:0 28px 80px #14120f24;--duration-fast:.2s;--duration-normal:.4s;--duration-slow:.8s;--ease-smooth:cubic-bezier(.16,1,.3,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;scroll-padding-top:100px}body{line-height:var(--lh-normal);font-weight:var(--fw-light);background:var(--color-bg);overflow-x:hidden}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}button:focus-visible,a:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}ul,ol{list-style:none}.container{width:100%;max-width:var(--max-width);padding:0 var(--content-padding);margin:0 auto}.reveal{opacity:0;transition:opacity var(--duration-slow)var(--ease-smooth),transform var(--duration-slow)var(--ease-smooth);will-change:opacity,transform;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.section{padding:var(--space-xl)0;position:relative}.section-label{font-size:var(--fs-caption);font-weight:var(--fw-medium);letter-spacing:var(--letter-wider);text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-sm)}.section-title{font-size:var(--fs-h1);font-weight:var(--fw-light);line-height:var(--lh-tight);color:var(--color-ink);margin-bottom:var(--space-md)}.section-desc{font-size:var(--fs-body);font-weight:var(--fw-light);line-height:var(--lh-loose);color:var(--color-ink-light);max-width:640px}.divider{background:var(--color-line);width:48px;height:1px;margin:var(--space-lg)0}.no-js .reveal{opacity:1;transform:none}@media (max-width:768px){:root{--fs-hero:clamp(2.8rem,12vw,4rem);--fs-h1:clamp(2.2rem,8vw,3rem);--fs-h2:clamp(1.8rem,6vw,2.2rem);--space-md:1rem;--space-lg:2rem;--space-xl:5rem;--space-xxl:6rem;--content-padding:1.25rem}.section{padding:var(--space-xl)0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}
