{
  "meta": {
    "name": "Wayfinder Evolved",
    "personality": "A neutral, confident canvas designed to let bold graphics lead. Heavy type, sharp contrasts, restrained palette. The system stays out of the way until it needs to speak.",
    "optimizes_for": "Content readability, graphic flexibility, and long-term versatility. Bold artwork and illustrations become the dominant visual element while the UI system provides clean, confident framing.",
    "tradeoff": "The personality lives in the typography weight and spacing rhythm rather than color. Without strong graphics or illustrations, the system could feel austere. The design invests in being a stage, not the show."
  },
  "color": {
    "primitive": {
      "gray-50": "#F8F8FA",
      "gray-100": "#F0F0F4",
      "gray-200": "#E0E0E6",
      "gray-300": "#CCCCD4",
      "gray-400": "#9898A4",
      "gray-500": "#6E6E7C",
      "gray-600": "#4E4E5A",
      "gray-700": "#36363E",
      "gray-800": "#222228",
      "gray-900": "#141418",
      "accent-300": "#FFD27A",
      "accent-400": "#FFC44D",
      "accent-500": "#FFAE1A",
      "accent-600": "#E69800",
      "accent-700": "#B87A00",
      "error-500": "#EF4444",
      "success-500": "#22C55E",
      "warning-500": "#F59E0B"
    },
    "semantic": {
      "background": "#F8F8FA",
      "surface": "#FFFFFF",
      "surface-elevated": "#FFFFFF",
      "primary": "#141418",
      "primary-hover": "#222228",
      "secondary": "#4E4E5A",
      "accent": "#FFAE1A",
      "accent-hover": "#FFD27A",
      "text-primary": "#141418",
      "text-secondary": "#6E6E7C",
      "text-tertiary": "#9898A4",
      "text-inverse": "#FFFFFF",
      "border": "#E0E0E6",
      "border-strong": "#CCCCD4",
      "error": "#EF4444",
      "success": "#22C55E",
      "warning": "#F59E0B"
    }
  },
  "typography": {
    "font_family": {
      "heading": "Satoshi",
      "body": "Satoshi",
      "mono": "Source Code Pro"
    },
    "scale_ratio": 1.25,
    "base_size_px": 16,
    "sizes": {
      "xs": 12,
      "sm": 14,
      "base": 16,
      "lg": 20,
      "xl": 25,
      "2xl": 31,
      "3xl": 39,
      "4xl": 49
    },
    "line_heights": {
      "tight": 1.05,
      "snug": 1.25,
      "normal": 1.5,
      "relaxed": 1.7
    },
    "weights": {
      "normal": 400,
      "medium": 500,
      "semibold": 600,
      "bold": 700,
      "black": 900
    },
    "letter_spacing": {
      "tighter": "-0.035em",
      "tight": "-0.02em",
      "normal": "0",
      "wide": "0.03em",
      "wider": "0.06em"
    }
  },
  "spacing": {
    "base_unit": 8,
    "scale": [
      0,
      2,
      4,
      8,
      12,
      16,
      20,
      24,
      32,
      40,
      48,
      64,
      80,
      96,
      128
    ]
  },
  "borders": {
    "radius": {
      "none": "0px",
      "xs": "4px",
      "sm": "8px",
      "md": "12px",
      "lg": "16px",
      "xl": "20px",
      "full": "9999px"
    },
    "width": {
      "default": "1px",
      "thick": "2px"
    }
  },
  "shadows": {
    "none": "none",
    "xs": "0 1px 2px rgba(20,20,24,0.04)",
    "sm": "0 2px 8px rgba(20,20,24,0.06)",
    "md": "0 4px 16px rgba(20,20,24,0.08)",
    "lg": "0 12px 40px rgba(20,20,24,0.1)",
    "xl": "0 20px 60px rgba(20,20,24,0.14)"
  },
  "motion": {
    "duration": {
      "fast": "120ms",
      "normal": "200ms",
      "slow": "300ms",
      "slower": "500ms"
    },
    "easing": {
      "default": "cubic-bezier(0.4, 0, 0.2, 1)",
      "in": "cubic-bezier(0.4, 0, 1, 1)",
      "out": "cubic-bezier(0, 0, 0.2, 1)",
      "bounce": "cubic-bezier(0.34, 1.56, 0.64, 1)"
    }
  },
  "responsive_overrides": {
    "mobile": {
      "typography": {
        "base_size_px": 15,
        "scale_ratio": 1.2
      },
      "spacing": {
        "scale": [
          0,
          2,
          4,
          8,
          12,
          16,
          20,
          24,
          32,
          40,
          48,
          64
        ]
      }
    }
  },
  "_selected_at": "2026-03-08T22:03:10.151994",
  "_direction_name": "Wayfinder Evolved"
}