:root{--bg: #FAF6F0;--bg-alt: #F0EBE1;--bg-dark: #141210;--text: #141210;--text-secondary: #5C574E;--text-muted: #9B958A;--accent: #B84C2E;--accent-hover:#9E3D22;--accent-light: rgba(184, 76, 46, .08);--border: #E0D9CE;--border-light:#EDE8DF;--font-display: "Instrument Serif", Georgia, "Times New Roman", serif;--font-body: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;--space-xs: 8px;--space-sm: 16px;--space-md: 32px;--space-lg: 64px;--space-xl: 120px;--space-2xl: 180px;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-quart: cubic-bezier(.25, 1, .5, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--font-body);font-weight:400;color:var(--text);background:var(--bg);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(24px,5vw,80px)}.container-narrow{max-width:800px}h1,h2,h3{font-family:var(--font-display);font-weight:400;line-height:1.1}h1{font-size:clamp(3.5rem,9vw,8rem);letter-spacing:-.02em}h2{font-size:clamp(2rem,4.5vw,4rem);letter-spacing:-.01em}h3{font-size:clamp(1.5rem,2.5vw,2rem)}.reveal{opacity:0;transform:translateY(40px);transition:opacity .9s var(--ease-out-expo),transform .9s var(--ease-out-expo)}.reveal.visible{opacity:1;transform:translateY(0)}::selection{background:var(--accent);color:var(--bg)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
