/* Hallmark · pre-emit critique: P4 H5 E5 S4 R5 V4
 * genre: modern-minimal · theme: Cool paper + brand red accent · design-system: design.md
 * tone: utilitarian · audience: SME owners FBiH · CTA: kontakt forma
 */

:root {
  /* Surfaces — cool, clear (trust / readability). Keep hue ~250; do not warm. */
  --color-paper: oklch(98.5% 0.004 250);
  --color-paper-2: oklch(96% 0.006 250);
  --color-paper-3: oklch(93% 0.008 252);
  --color-rule: oklch(88% 0.008 255);
  --color-rule-2: oklch(78% 0.012 256);
  --color-muted: oklch(52% 0.014 257);
  --color-ink-2: oklch(34% 0.018 257);
  --color-ink: oklch(24% 0.02 258);

  /* Brand — logo red #D72223 (CTA, links, focus, brand marks only) */
  --color-accent: oklch(56.5% 0.213 27.3);
  --color-accent-ink: oklch(98.5% 0.004 250);
  --color-focus: oklch(49.6% 0.186 26.9);

  --color-graphite: oklch(20% 0.016 260);
  --color-graphite-ink: oklch(92% 0.01 250);
  --color-graphite-muted: oklch(70% 0.02 255);
  --color-error: oklch(48% 0.18 25);
  --color-success: oklch(48% 0.14 150);

  /* Type */
  --font-display: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  --font-body: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1.0625rem;
  --text-lg: 1.25rem;
  --text-xl: 1.5rem;
  --text-2xl: 1.875rem;
  --text-3xl: 2.25rem;
  --text-display: clamp(1.85rem, 4vw + 0.3rem, 3.35rem);
  --text-display-s: clamp(1.75rem, 2.5vw + 0.75rem, 2.5rem);

  /* Space — 4pt */
  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4.5rem;
  --space-3xl: 7rem;

  /* Motion */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;

  /* Radius / layout */
  --radius-control: 6px;
  --radius-panel: 10px;
  --page-max: 72rem;
  --page-gutter: clamp(1rem, 4vw, 1.5rem);
  --measure: 62ch;

  /* Z */
  --z-nav: 500;
  --z-menu: 600;
}

@media (max-width: 39.99rem) {
  :root {
    --space-2xl: 1.5rem;
  }
}

