:root {

  /* Rich modern consultancy — warm off-white ground, deep warm ink, vivid
     orange accent so CTAs read loud. Bento hero + SVG icons + motion. */

  --brand: #EA580C;            /* orange-600 — loud accent for CTAs */
  --brand-strong: #C2410C;
  --brand-soft: #FDBA74;
  --brand-tint: rgba(234, 88, 12, 0.08);
  --brand-rgb: 234, 88, 12;

  --accent: #EA580C;
  --accent-soft: #FDBA74;
  --accent-tint: rgba(234, 88, 12, 0.11);
  --accent-rgb: 234, 88, 12;
  --accent-ink: #9A3412;

  --amber: #F59E0B;            /* small warm secondary for stats/stars */

  --ink: #1C160F;              /* warm near-black */
  --ink-soft: #55503F;
  --muted: #918A7C;
  --line: #E9E4DB;
  --line-soft: #F3EFE8;
  --surface: #FFFFFF;
  --surface-2: #FBF7F1;        /* warm tint */
  --surface-3: #F4EDE2;

  --bg: #FCFAF6;              /* warm off-white */
  --bg-rgb: 252, 250, 246;

  --night: #1C160F;           /* warm near-black */
  --night-2: #130F0A;
  --night-rgb: 28, 22, 15;

  --white: #FFFFFF;
  --white-rgb: 255, 255, 255;

  --ok: #16A34A;
  --warn: #DC2626;

  --font-head: "Bricolage Sub", "Segoe UI", system-ui, sans-serif;
  --font-head-display: "Bricolage Sub", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter Sub", "Segoe UI", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "Cascadia Code", monospace;

  --radius-sm: 0.4rem;
  --radius: 0.7rem;
  --radius-lg: 1.1rem;
  --radius-xl: 1.5rem;
  --shadow-sm: 0 2px 8px rgba(28, 22, 15, 0.06);
  --shadow: 0 14px 40px rgba(28, 22, 15, 0.10);
  --shadow-lg: 0 30px 70px rgba(28, 22, 15, 0.16);
  --shadow-accent: 0 12px 26px rgba(234, 88, 12, 0.30);

  --container: 1160px;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --topbar-h: calc(4.7rem + var(--safe-top));
  --masthead-utility-h: 2.1rem;

  --space-3xs: 0.25rem;
  --space-2xs: 0.375rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 2.5rem;
  --space-3xl: 3.5rem;

  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}
