@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--font-primary:"Outfit", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-secondary:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--fs-display:clamp(3.2rem, 6vw, 7rem);--fs-h1:clamp(2.4rem, 4vw, 4.5rem);--fs-h2:clamp(1.8rem, 3vw, 3rem);--fs-h3:clamp(1.3rem, 2vw, 1.8rem);--fs-h4:clamp(1.1rem, 1.5vw, 1.4rem);--fs-body:clamp(.95rem, 1.1vw, 1.1rem);--fs-small:clamp(.8rem, .9vw, .9rem);--fs-caption:clamp(.7rem, .8vw, .8rem);--fs-nav:.8rem;--fw-light:300;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--fw-extrabold:800;--lh-tight:1.1;--lh-snug:1.25;--lh-normal:1.5;--lh-relaxed:1.75;--ls-tight:-.03em;--ls-normal:0;--ls-wide:.08em;--ls-wider:.14em;--color-background:#fafafa;--color-surface:#fff;--color-surface-elevated:#f5f5f5;--color-surface-hover:#f0f0f0;--color-text-primary:#1a1a1a;--color-text-secondary:#555;--color-text-tertiary:#888;--color-text-inverse:#fff;--color-border:#e8e8e8;--color-border-subtle:#f0f0f0;--color-border-strong:#ccc;--color-accent:#1a1a1a;--color-accent-hover:#333;--color-accent-subtle:#1a1a1a0f;--color-warm:#c4a35a;--color-warm-hover:#b8933e;--space-3xs:.25rem;--space-2xs:.5rem;--space-xs:.75rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:4rem;--space-3xl:6rem;--space-4xl:8rem;--space-5xl:12rem;--container-max:100%;--container-wide:100%;--container-narrow:1200px;--gutter:clamp(1.5rem, 4vw, 4rem);--nav-height:80px;--meta-width:180px;--meta-offset:240px;--radius-sm:2px;--radius-md:4px;--radius-lg:8px;--shadow-sm:0 1px 3px #0000000a;--shadow-md:0 4px 16px #0000000f;--shadow-lg:0 8px 32px #00000014;--shadow-xl:0 16px 64px #0000001a;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-out-quart:cubic-bezier(.25, 1, .5, 1);--ease-in-out-quart:cubic-bezier(.76, 0, .24, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--duration-fast:.2s;--duration-normal:.35s;--duration-slow:.6s;--duration-slower:.9s;--duration-page:.7s;--z-base:1;--z-dropdown:100;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-toast:500;--z-transition:9999}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{font-family:var(--font-secondary);font-size:var(--fs-body);font-weight:var(--fw-regular);line-height:var(--lh-normal);color:var(--color-text-primary);background-color:var(--color-background);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);font-weight:var(--fw-semibold);line-height:var(--lh-tight);letter-spacing:var(--ls-tight);color:var(--color-text-primary)}h1{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3)}h4{font-size:var(--fs-h4)}p{line-height:var(--lh-relaxed);color:var(--color-text-secondary);max-width:65ch}a{color:inherit;transition:color var(--duration-fast) var(--ease-out-quart);text-decoration:none}a:hover{color:var(--color-text-primary)}.container{width:100%;max-width:var(--container-max);padding-left:var(--gutter);padding-right:var(--gutter);margin:0 auto}.container--wide{max-width:var(--container-wide)}.container--narrow{max-width:var(--container-narrow)}.section{padding-top:var(--space-3xl);padding-bottom:var(--space-3xl)}img,video{max-width:100%;height:auto;display:block}::selection{background-color:var(--color-accent);color:var(--color-text-inverse)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}.page-transition-overlay{z-index:var(--z-transition);pointer-events:none;position:fixed;inset:0}
