:root {
  /* Kleuren — licht thema, afgeleid van de logokleur #1c2343 en accent #9b793a */
  --color-bg: #f6f7fa;
  --color-surface: #ffffff;
  --color-surface-2: #eef0f6;
  --color-ink: #1c2343;
  --color-ink-soft: #2c335a;
  --color-text: #23263a;
  --color-text-muted: #565c78;
  --color-text-faint: #878da6;
  --color-text-inverse: #f6f7fa;
  --color-text-inverse-muted: #b9bfd4;

  --color-border: #e2e4ee;
  --color-border-strong: #cbcedd;

  --color-brand: #1c2343;
  --color-brand-tint: #e9ebf3;
  --color-brand-shade: #12173a;

  --color-accent: #9b793a;
  --color-accent-shade: #7d6130;
  --color-accent-tint: #f2ebdd;

  --color-success: #1f6f4f;
  --color-success-tint: #e4f1ea;
  --color-error: #9c2b3a;
  --color-error-tint: #f9e9eb;

  /* Typografie */
  --font-heading: 'Libre Caslon Text', Georgia, 'Times New Roman', serif;
  --font-body: 'Source Sans 3', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;

  --fs-body: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  --fs-lead: clamp(1.125rem, 1.06rem + 0.36vw, 1.3125rem);
  --fs-h1: clamp(2.35rem, 1.85rem + 2.5vw, 3.85rem);
  --fs-h2: clamp(1.8rem, 1.55rem + 1.3vw, 2.55rem);
  --fs-h3: clamp(1.3rem, 1.18rem + 0.6vw, 1.6rem);
  --fs-eyebrow: 0.78125rem;
  --fs-quote: clamp(1.3rem, 1.1rem + 1vw, 1.85rem);

  /* Ruimte */
  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.5rem;
  --sp-6: 2rem;
  --sp-7: 3rem;
  --sp-8: 4.5rem;
  --sp-9: 6rem;
  --sp-10: 8.5rem;

  --container-width: 1180px;
  --container-pad: clamp(1.25rem, 4vw, 3rem);

  /* Vorm & beweging — vierkant (PRD): geen afronding, alleen de ronde util-knoppen */
  --radius-sm: 0;
  --radius-md: 0;
  --radius-lg: 0;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(28, 35, 67, 0.06), 0 2px 8px rgba(28, 35, 67, 0.05);
  --shadow-md: 0 10px 30px rgba(28, 35, 67, 0.10);
  --shadow-lg: 0 24px 60px rgba(28, 35, 67, 0.16);

  --ease-mag: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.4, 0, 0.2, 1);

  --z-header: 500;
  --z-cookie-reopen: 550;
  --z-mobile-menu: 600;
  --z-cookie: 700;
}
