/* Hallmark · tokens · Kynsistudio Katariina
 * theme: custom · vibe: "puuteroitu ruusu, hiljainen ylellisyys"
 * axes: light / roman-serif / chromatic-other (dusty-rose ~352°)
 * Every colour and font in the project references a token from this file.
 */

:root {
  /* ---- Type families ------------------------------------------------- */
  --font-display: "Bodoni Moda", ui-serif, Georgia, "Times New Roman", serif;
  --font-body: "Switzer", ui-sans-serif, -apple-system, "Segoe UI", sans-serif;

  /* ---- Palette · anchor hue 350–352 (puuteroitu ruusu) ---------------- */
  /* Paper — blush near-white, tinted toward the anchor. Never #fff. */
  --color-paper: oklch(97% 0.010 350);
  --color-paper-2: oklch(94% 0.016 350);
  --color-paper-3: oklch(90% 0.020 350);

  /* Ink — warm plum-black. Never #000. */
  --color-ink: oklch(24% 0.020 350);
  --color-ink-2: oklch(36% 0.020 350);

  /* Supporting neutrals — all tinted, none at chroma 0 */
  --color-rule: oklch(87% 0.014 350);
  --color-rule-2: oklch(92% 0.012 350);
  --color-muted: oklch(44% 0.018 350);
  --color-neutral: oklch(64% 0.016 350);

  /* Accent — one hue. Signal only: links, CTA, focus, active. */
  --color-accent: oklch(52% 0.12 352);
  --color-accent-deep: oklch(41% 0.12 352);
  --color-accent-ink: oklch(98% 0.008 350);
  --color-focus: oklch(48% 0.19 352);

  /* ---- Type scale · major third (1.25) from a 16px body -------------- */
  --text-xs: 0.64rem;
  --text-sm: 0.8rem;
  --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-s: clamp(2rem, 4vw + 0.5rem, 3.0518rem);
  --text-display: clamp(2.5rem, 9vw, 5.25rem);

  /* ---- Spacing · 4pt scale, named by role ---------------------------- */
  --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;

  --page-gutter: clamp(1.25rem, 5vw, 5rem);
  --measure: 62ch;

  /* ---- Rules --------------------------------------------------------- */
  --rule-hair: 1px;
  --rule-thick: 2px;

  /* ---- Radius · near-square; this is paper, not glass ---------------- */
  --radius-none: 0;
  --radius-sm: 2px;
  --radius-pill: 999px;

  /* ---- Motion · luxury register, 1.3× the base durations ------------- */
  --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: 140ms;
  --dur-short: 280ms;
  --dur-long: 520ms;

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