/* Calyx shared design tokens.
   Core palette, typography and transactional-page geometry live here so public,
   legal and contact surfaces stay visually aligned without duplicating values. */
:root {
  --bg:#f5f4f1;
  --bg-card:#ffffff;
  --bg-warm:#faf7f2;
  --ink:#0a0a0a;
  --ink-2:#1a1a1a;
  --ink-warm:#2c2416;
  --grey:#5c5c5c;
  --grey-l:#6b6b6b;
  --grey-xl:#c8c8c8;
  --line:#e8e7e3;
  --line-2:#efeee9;
  --line-warm:#e0dbd2;
  --accent:#1a6149;
  --accent-deep:#0a3d2e;
  --accent-light:#b8dcc8;
  --accent-pale:#e8f3ee;
  --warm:#b8935a;
  --warm-dark:#7d6041;
  --warm-light:#f2e8d5;
  --grey-warm:#6b5d4f;
  --grey-warm-l:#75695e;
  --green-ok:#1e7d4f;
  --red-err:#b73729;
  --amber:#8a6423;
  --radius:16px;
  --radius-lg:24px;
  --shell-max:1400px;
  --shell-pad-x:40px;
  --shell-pad-y:18px;
  --shell-pad-mobile-x:20px;
  --font-sans:'Instrument Sans','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-serif:'Playfair Display',Georgia,serif;
  --ease:cubic-bezier(0.22,1,0.36,1);
  --ease-out:cubic-bezier(0.16,1,0.3,1);
  --tx-title-size:clamp(2.2rem,4.6vw,3.2rem);
  --tx-card-radius:var(--radius-lg);
  --tx-card-padding:40px;
  --tx-card-shadow:0 1px 2px rgba(0,0,0,.03),0 12px 32px -18px rgba(0,0,0,.10);
  --tx-field-radius:12px;
  --tx-field-bg:var(--bg);
  --tx-field-padding:13px 16px;
  --tx-field-font-size:15px;
  --tx-label-size:13px;
  --tx-label-weight:500;
}
