:root {
  --brand-primary:#23614d;--brand-secondary:#d87942;--brand-deep:#173b31;--brand-soft:#dcebe4;
  --background:#f8f5ee;--surface:#fffdf9;--surface-muted:#efeae0;--text-primary:#17211d;
  --text-secondary:#52605a;--text-muted:#77827d;--border:#d9d5cc;--border-strong:#b8b5ad;
  --success:#216e52;--error:#a43b36;--focus:#1873d1;--shadow-sm:0 1px 2px rgba(20,35,29,.06);
  --shadow-md:0 14px 38px rgba(20,35,29,.09);--radius-sm:8px;--radius-md:16px;--radius-lg:28px;
  --font-display:Georgia,'Times New Roman',serif;--font-body:Arial,'Helvetica Neue',sans-serif;
  --font-ui:Arial,'Helvetica Neue',sans-serif;--max-width:1180px;--narrow-width:760px;
  --space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;
  --space-6:2rem;--space-7:3rem;--space-8:5rem;--ease:cubic-bezier(.2,.8,.2,1);
}
