@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Michroma&family=Noto+Sans+SC:wght@300;400;500;700&display=swap";
:root{--color-bg:#fff;--color-bg-warm:#fcfcfc;--color-bg-card:#fff;--color-ink:#000;--color-ink-light:#666;--color-ink-faint:#999;--color-line:#000;--color-line-light:#eaeaea;--color-accent:#000;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Noto Sans SC",sans-serif;--font-logo:"Michroma",sans-serif;--fs-hero:clamp(3.5rem,8vw,7rem);--fs-h1:clamp(2.5rem,5vw,4.5rem);--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:5rem;--space-xl:10rem;--space-xxl:15rem;--content-padding:clamp(1.5rem,5vw,4rem);--max-width:1400px;--radius-sm:0;--radius-md:0;--radius-full:0;--shadow-sm:none;--shadow-md:none;--shadow-lg:none;--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);overflow-x:hidden}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}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(30px)}.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}.reveal{opacity:0;transition:opacity var(--duration-slow)var(--ease-out),transform var(--duration-slow)var(--ease-out);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}@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:1.5rem;--space-lg:3rem;--space-xl:5rem;--space-xxl:6rem;--content-padding:1.25rem}.section{padding:var(--space-xl)0}}
