/* Hallmark · genre: modern-minimal (bold/geometric variant) · macrostructure: Split Studio · theme: custom "Signal" (monochrome + one acid accent, built to match Suma Leads' real wordmark) · nav: N9 · footer: Ft2 */

:root {
  /* — Signal palette: near-black ink, near-white paper, one acid signal accent — */
  --color-paper:    oklch(99% 0.002 250);
  --color-paper-2:  oklch(96% 0.003 250);
  --color-ink:      oklch(14% 0.006 250);
  --color-ink-2:    oklch(14% 0.006 250 / 0.68);
  --color-rule:     oklch(14% 0.006 250 / 0.16);
  --color-rule-2:   oklch(14% 0.006 250 / 0.10);

  --color-accent:      oklch(87% 0.23 125);  /* acid lime-yellow — the one signal, <5% of any view */
  --color-accent-ink:  oklch(14% 0.006 250); /* text sitting on the accent */
  --color-focus:       oklch(55% 0.19 235);

  /* — Type — bold grotesk display to match the real wordmark, neutral sans body — */
  --font-display: "Space Grotesk", "Arial Narrow", sans-serif;
  --font-body:    "Inter", system-ui, sans-serif;
  --font-label:   "JetBrains Mono", ui-monospace, monospace;

  --text-xs:   0.7rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-md:   1.25rem;
  --text-lg:   1.5625rem;
  --text-xl:   1.9531rem;
  --text-2xl:  2.4414rem;
  --text-3xl:  3.0518rem;
  --text-display:   clamp(2.6rem, 4.6vw + 1rem, 4.6rem);
  --text-display-s: clamp(2rem, 3vw + 1rem, 3.1rem);

  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs:  0.5rem;
  --space-sm:  0.75rem;
  --space-md:  1rem;
  --space-lg:  1.5rem;
  --space-xl:  2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;

  /* — Hard edges, matching the logo's rectangle mark — never a pill — */
  --radius-card:  2px;
  --radius-pill:  4px;
  --radius-input: 2px;

  --page-max:    76rem;
  --page-gutter: clamp(1.25rem, 4vw, 3rem);
  --shell: var(--page-max);

  --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;

  --z-base:     1;
  --z-raised:   10;
  --z-dropdown: 100;
  --z-sticky:   200;
  --z-modal:    400;
  --z-toast:    500;
  --z-tooltip:  600;
}
