{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "name": "Futurascape Systems Brand Tokens",
  "version": "1.0.0",
  "author": "Salem Zacka, Managing Director",
  "organization": "futurascape-ai",
  "governingStandard": "FS-CORP-STRAT-2026-EDITION-1",
  "colors": {
    "primary": {
      "deepNavy": {
        "hex": "#051c2c",
        "rgb": "rgb(5, 28, 44)",
        "hsl": "hsl(205, 80%, 10%)",
        "pantone": "PMS 539 C",
        "cmyk": "100, 76, 38, 64",
        "usage": "Primary brand surface, executive dark backgrounds, authoritative containers"
      },
      "obsidianNavy": {
        "hex": "#030f18",
        "rgb": "rgb(3, 15, 24)",
        "usage": "Deep canvas base, backdrop, high-contrast borders"
      }
    },
    "accent": {
      "electricCyan": {
        "hex": "#0077c8",
        "rgb": "rgb(0, 119, 200)",
        "hsl": "hsl(204, 100%, 39%)",
        "pantone": "PMS 299 C",
        "cmyk": "86, 45, 0, 0",
        "usage": "Primary interactive CTAs, system circuit traces, brand badge accents"
      },
      "luminousSky": {
        "hex": "#38bdf8",
        "rgb": "rgb(56, 189, 248)",
        "usage": "Glow highlights, terminal nodes, active status badges"
      },
      "sapphireGlow": {
        "hex": "#0284c7",
        "rgb": "rgb(2, 132, 199)",
        "usage": "Hover states, focused inputs, gradient midpoints"
      }
    },
    "neutral": {
      "pureWhite": {
        "hex": "#ffffff",
        "rgb": "rgb(255, 255, 255)",
        "usage": "Primary headers, high-contrast typography, stem elements of 'f'"
      },
      "slateCrisp": {
        "hex": "#f4f6f8",
        "rgb": "rgb(244, 246, 248)",
        "usage": "Light editorial surfaces, contrast cards in light mode"
      },
      "slateMuted": {
        "hex": "#94a3b8",
        "rgb": "rgb(148, 163, 184)",
        "usage": "Secondary typography, meta labels, borders"
      },
      "charcoalRule": {
        "hex": "#1e293b",
        "rgb": "rgb(30, 41, 59)",
        "usage": "Dividers, hairline card borders, subtle grid rules"
      }
    },
    "semantic": {
      "success": {
        "hex": "#10b981",
        "usage": "Verified metrics, SLA compliance, approved ERP status"
      },
      "warning": {
        "hex": "#f59e0b",
        "usage": "Workflow friction alerts, manual quoting delay flags"
      },
      "critical": {
        "hex": "#ef4444",
        "usage": "Unmitigated margin erosion, Law 25 compliance breaches"
      }
    }
  },
  "typography": {
    "display": {
      "fontFamily": "Inter, Montserrat, -apple-system, sans-serif",
      "weights": ["600", "700", "800"],
      "letterSpacing": "-0.025em"
    },
    "body": {
      "fontFamily": "Inter, system-ui, sans-serif",
      "weights": ["400", "500", "600"],
      "lineHeight": "1.65"
    },
    "dataMono": {
      "fontFamily": "JetBrains Mono, SF Mono, Consolas, monospace",
      "weights": ["400", "600"],
      "usage": "SKU tables, code, API endpoints, telemetry logs, calculation matrices"
    }
  },
  "spatialGrid": {
    "base": "4px",
    "scale": {
      "xs": "4px",
      "sm": "8px",
      "md": "16px",
      "lg": "24px",
      "xl": "32px",
      "2xl": "48px",
      "3xl": "64px"
    },
    "radius": {
      "sm": "6px",
      "md": "12px",
      "lg": "16px",
      "xl": "24px",
      "pill": "9999px"
    }
  },
  "brandTagline": {
    "en": "Business strategy engineered into connected digital systems.",
    "fr": "La stratégie d'affaires matérialisée en systèmes numériques connectés."
  }
}
