/* Hallmark · macrostructure: Portfolio Grid（作品集网格） · 设计令牌：REN HUB 蓝白个人作品集。 */
:root {
  --color-canvas: oklch(96.8% 0.008 252);
  --color-paper: oklch(98.8% 0.006 252);
  --color-paper-2: oklch(97.2% 0.011 252);
  --color-surface: oklch(99.5% 0.003 252);
  --color-ink: oklch(23% 0.032 260);
  --color-ink-2: oklch(38% 0.024 258);
  --color-muted: oklch(46% 0.021 256);
  --color-rule: oklch(89% 0.012 252);
  --color-rule-strong: oklch(82% 0.018 254);
  --color-accent: oklch(59% 0.205 258);
  --color-accent-dark: oklch(51% 0.205 258);
  --color-accent-soft: oklch(94.5% 0.045 256);
  --color-accent-ink: oklch(99% 0.005 252);
  --color-focus: oklch(62% 0.22 258);
  --color-shadow: oklch(30% 0.035 258 / 0.11);
  --color-shadow-soft: oklch(30% 0.025 258 / 0.065);

  --font-display: "Bricolage Grotesque", "Noto Sans SC", sans-serif;
  --font-body: "Noto Sans SC", "Bricolage Grotesque", sans-serif;

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

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;
  --text-display: clamp(2.65rem, 5.4vw, 3.95rem);

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

  --rule-hair: 1px;
  --radius-frame: 1.125rem;
  --radius-card: 0.875rem;
  --radius-button: 0.6875rem;
  --radius-pill: 999px;

  /* 页面区块全宽展示，内容区域限制宽度后水平居中。 */
  --content-max: 75rem;
  --page-gutter: clamp(1.25rem, 4vw, 5rem);

  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;
}
