:root {
  /* Orange + white palette */
  --ag-red: #ea580c;        /* primary CTA (orange-600) */
  --ag-red-deep: #c2410c;   /* hover/active (orange-700) */
  --ag-red-soft: #ffedd5;   /* tint backgrounds (orange-100) */
  --ag-orange: #f97316;     /* secondary highlights (orange-500) */
  --ag-amber: #f59e0b;      /* review stars / yellow accents */

  --ag-ink: #18181b;
  --ag-body: #3f3f46;
  --ag-muted: #71717a;
  --ag-subtle: #a1a1aa;

  --ag-bg: #ffffff;
  --ag-warm: #faf9f7;
  --ag-cream: #f6f2ec;
  --ag-tint: #fef7f2;

  --ag-border: #e4e4e7;
  --ag-border-strong: #d4d4d8;
  --ag-dark: #18181b;
  --ag-dark-2: #27272a;

  /* Legacy aliases used throughout templates */
  --color-background: var(--ag-bg);
  --color-surface: var(--ag-warm);
  --color-text: var(--ag-ink);
  --color-muted: var(--ag-muted);
  --color-accent: var(--ag-red);
  --color-accent-hover: var(--ag-red-deep);

  --font-sans: 'Inter', 'Helvetica Neue', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Inter', 'Helvetica Neue', system-ui, sans-serif;

  --max-content-width: 1200px;

  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 2rem;
  --space-xl: 3rem;

  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.25rem;

  --shadow-sm: 0 1px 2px rgba(24, 24, 27, 0.06);
  --shadow-md: 0 4px 14px -6px rgba(24, 24, 27, 0.12);
  --shadow-lg: 0 18px 40px -22px rgba(24, 24, 27, 0.22);
  --shadow-soft: var(--shadow-md);
}
