:root{--color-surface:#faf8f4;--color-surface-raised:#fff;--color-surface-sunken:#f1ede5;--color-border:#e2dcd0;--color-text:#1f2a24;--color-text-muted:#6b7268;--color-accent:#1e5c3f;--color-accent-strong:#14432e;--color-accent-soft:#e3efe8;--color-warn:#a05716;--color-warn-soft:#f7e9da;--color-danger:#a02c2c;--color-danger-soft:#f7e0e0;--color-facebook:#1877f2;--color-instagram:#c13584;--color-linkedin:#0a66c2;--font-sans:"Avenir Next","Segoe UI",system-ui,-apple-system,sans-serif;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.2rem;--text-xl:1.5rem;--text-display:clamp(1.75rem,1.4rem + 1.4vw,2.4rem);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--shadow-raised:0 1px 2px rgba(31,42,36,.06),0 4px 16px rgba(31,42,36,.06);--duration-fast:150ms;--ease-out:cubic-bezier(0.16,1,0.3,1)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--color-surface);color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-base);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:var(--color-accent)}button{font-family:inherit}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}