/* BRAIN NYC design tokens · kit v3.0 “eggshell” · generated from tokens.json */

:root {
  color-scheme: light;
  --canvas: #fdfcfc;   /* Eggshell: page ground; never pure white */
  --surface: #f5f3f1;   /* Warm taupe: section bands, feature cards, announcement strip */
  --surface-2: #ebe8e4;   /* Stone: hairlines, chips, inset panels, media placeholders */
  --rule: #ebe8e4;   /* Stone rule: 1px dividers, card borders */
  --rule-strong: #000000;   /* Ink rule: rare emphasis rule */
  --ink: #000000;   /* Ink: headlines, primary text, filled pills, the nav pill */
  --ink2: #44403b;   /* Graphite: strong secondary text, ledes */
  --ink3: #777169;   /* Smoke: body descriptions, muted text */
  --ink4: #a59f97;   /* Ash: faintest helper text, inactive tabs, grayscale logos */
  --on-ink: #fdfcfc;   /* Eggshell on ink: text on filled pills and the nav pill */
  --spark-cool: #0039a6;   /* Spark blue: drawings only: roadmap line, benefit panel glow, seat marks. Never buttons, links, nav or text */
  --spark-warm: #ff6319;   /* Spark orange: drawings only: roadmap line, benefit panel glow, the visitor's seat. Never buttons, links, nav or text */
  --school-cbs: #2b62a8;
  --school-stern: #57068c;
  --school-cornell-tech: #b31b1b;
  --school-yale-som: #00356b;

  --display: 'Hanken Grotesk', 'Inter', system-ui, sans-serif;
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --mono: 'Geist Mono', ui-monospace, Menlo, Consolas, monospace;

  --fs-hero: clamp(44px, 5vw, 64px);  --lh-hero: 1.02;  --ls-hero: -0.02em;
  --fs-display: 48px;  --lh-display: 1.05;  --ls-display: -0.02em;
  --fs-h2: 40px;  --lh-h2: 1.08;  --ls-h2: -0.02em;
  --fs-h2s: 32px;  --lh-h2s: 1.15;  --ls-h2s: -0.015em;
  --fs-h3: 20px;  --lh-h3: 1.3;  --ls-h3: 0;
  --fs-lede: 20px;  --lh-lede: 1.45;  --ls-lede: 0;
  --fs-body: 16px;  --lh-body: 1.55;  --ls-body: 0.01em;
  --fs-small: 14px;  --lh-small: 1.5;  --ls-small: 0.01em;
  --fs-caption: 12px;  --lh-caption: 1.5;  --ls-caption: 0.01em;
  --fs-label: 11px;  --lh-label: 1.4;  --ls-label: 0.08em;
  --fs-code: 13px;  --lh-code: 1.69;  --ls-code: 0;

  --r-input: 4px;
  --r-card: 20px;
  --r-card-lg: 24px;
  --r-media: 24px;
  --r-pill: 9999px;
  --r-chip: 9999px;

  --shadow-none: none;
  --shadow-hairline: 0 0 0 1px rgba(0,0,0,0.06);
  --shadow-edge: 0 0 0 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
  --shadow-float: 0 1px 2px rgba(0,0,0,0.08), 0 12px 32px rgba(0,0,0,0.10);

  --max-width: 1280px;
  --gutter: 5%;
  --nav-h: 56px;
  --input-h: 44px;
  --measure: 62ch;
  --section: 96px;
  --card-pad: 32px;
}
