{
  "$schema": "https://design-tokens.org/schema",
  "$version": "2025.10",
  "$description": "TAURUS EDITIONS 2026 \u2014 Design Token System for taurusai.io and 4 platform volumes",
  "color": {
    "void": {
      "value": "#0A0A0F",
      "description": "Canvas void \u2014 warm near-black"
    },
    "void2": {
      "value": "#0D0D14",
      "description": "Footer void \u2014 slightly darker"
    },
    "paper": {
      "value": "#F4F0E8",
      "description": "Primary text \u2014 warm white"
    },
    "warmGray": {
      "value": "#9A9591",
      "description": "Secondary text \u2014 warm gray"
    },
    "muted": {
      "value": "#6B6764",
      "description": "Tertiary text \u2014 muted"
    },
    "rule": {
      "value": "rgba(244,240,232,0.08)",
      "description": "Hairline border"
    },
    "ruleStrong": {
      "value": "rgba(244,240,232,0.16)",
      "description": "Emphasized border"
    }
  },
  "platform": {
    "gridera": {
      "ink": {
        "value": "#00F0FF",
        "description": "Neon teal \u2014 GRIDERA"
      },
      "inkRgb": {
        "value": "0,240,255"
      },
      "entity": {
        "value": "ARQ QUANTUM LLC (Wyoming)"
      },
      "domain": {
        "value": "q-grid.net"
      },
      "status": {
        "value": "shipping"
      }
    },
    "nexus": {
      "ink": {
        "value": "#FF8C42",
        "description": "Orange \u2014 NEXUS"
      },
      "inkRgb": {
        "value": "255,140,66"
      },
      "entity": {
        "value": "TAURUS AI CORP - FZCO (UAE)"
      },
      "domain": {
        "value": "nexus.taurusai.io"
      },
      "status": {
        "value": "shipping"
      }
    },
    "biofoundry": {
      "ink": {
        "value": "#39FF14",
        "description": "Neon green \u2014 BIO-FOUNDRY"
      },
      "inkRgb": {
        "value": "57,255,20"
      },
      "entity": {
        "value": "TAURUS AI Corp. (Canada)"
      },
      "domain": {
        "value": "bio-foundry.taurusai.io"
      },
      "status": {
        "value": "research-stage"
      }
    },
    "defquan": {
      "ink": {
        "value": "#FF3B30",
        "description": "Red \u2014 DEFQUAN"
      },
      "inkRgb": {
        "value": "255,59,48"
      },
      "entity": {
        "value": "UNASSIGNED"
      },
      "domain": {
        "value": "TBD"
      },
      "status": {
        "value": "architecture phase"
      }
    },
    "taurus": {
      "ink": {
        "value": "#FFFFFF",
        "description": "White \u2014 TAURUS corporate"
      },
      "inkRgb": {
        "value": "255,255,255"
      },
      "entity": {
        "value": "TAURUS AI Corp. (Canada, CBCA 1702855-5)"
      },
      "domain": {
        "value": "taurusai.io"
      },
      "status": {
        "value": "corporate"
      }
    }
  },
  "typography": {
    "display": {
      "fontFamily": {
        "value": "'Oswald', 'Inter', system-ui, sans-serif"
      },
      "description": "Industrial condensed sans \u2014 uppercase display"
    },
    "sans": {
      "fontFamily": {
        "value": "'Inter', system-ui, sans-serif"
      },
      "description": "Enterprise sans \u2014 body and UI"
    },
    "mono": {
      "fontFamily": {
        "value": "'Space Mono', monospace"
      },
      "description": "Technical mono \u2014 data, labels, code"
    },
    "scale": {
      "displayXl": {
        "fontSize": "clamp(64px, 10vw, 150px)",
        "fontWeight": 700,
        "letterSpacing": "0.04em",
        "textTransform": "uppercase",
        "lineHeight": 0.85
      },
      "displayLg": {
        "fontSize": "clamp(44px, 6vw, 88px)",
        "fontWeight": 500,
        "letterSpacing": "0.02em",
        "textTransform": "uppercase",
        "lineHeight": 0.92
      },
      "sectionTitle": {
        "fontSize": "clamp(32px, 4.5vw, 72px)",
        "fontWeight": 500,
        "letterSpacing": "0.04em",
        "textTransform": "uppercase",
        "lineHeight": 1.0
      },
      "body": {
        "fontSize": "clamp(17px, 1.6vw, 21px)",
        "fontWeight": 300,
        "lineHeight": 1.7
      },
      "ui": {
        "fontSize": "17px",
        "fontWeight": 400,
        "lineHeight": 1.55
      },
      "monoData": {
        "fontSize": "13px",
        "fontWeight": 400,
        "lineHeight": 1.5
      },
      "monoLabel": {
        "fontSize": "9.5px",
        "fontWeight": 400,
        "letterSpacing": "0.22em",
        "textTransform": "uppercase"
      }
    }
  },
  "spacing": {
    "pageMargin": {
      "value": "clamp(24px, 6vw, 96px)"
    },
    "measure": {
      "value": "640px"
    },
    "sectionPadding": {
      "value": "16vh var(--page-margin) 18vh"
    }
  },
  "motion": {
    "roll": {
      "duration": "30s",
      "easing": "linear",
      "iteration": "infinite",
      "description": "Background image vertical drift with subtle scale"
    },
    "scrollParallax": {
      "range": "-8% to +8%",
      "scale": "1.08 to 1.12",
      "description": "Background translateY proportional to section scroll position"
    },
    "reveal": {
      "duration": "1s",
      "easing": "cubic-bezier(0.16, 1, 0.3, 1)",
      "transform": "translateY(40px) to translateY(0)",
      "opacity": "0 to 1"
    },
    "pageBreak": {
      "duration": "1.5s",
      "easing": "cubic-bezier(0.16, 1, 0.3, 1)",
      "transform": "scaleX(0) to scaleX(1)",
      "transformOrigin": "left"
    },
    "headerReveal": {
      "duration": "0.5s",
      "easing": "cubic-bezier(0.4, 0, 0.2, 1)",
      "trigger": "scrollY > 100px"
    },
    "easing": {
      "page": "cubic-bezier(0.16, 1, 0.3, 1)",
      "soft": "cubic-bezier(0.4, 0, 0.2, 1)",
      "snap": "cubic-bezier(0.68, -0.55, 0.265, 1.55)"
    }
  },
  "layout": {
    "grid": {
      "overlaySize": "80px",
      "overlayOpacity": "rgba(244,240,232,0.02)",
      "description": "Industrial grid overlay on every section"
    },
    "platformBar": {
      "width": "96px",
      "height": "5px",
      "glowLayers": 3,
      "blurRadius": "6px"
    },
    "folio": {
      "minWidth": "160px",
      "borderBottom": "1px solid var(--c-rule)"
    }
  },
  "cms": {
    "contentTypes": [
      "campaign",
      "ad",
      "blog",
      "newsletter",
      "webinar",
      "publishing"
    ],
    "platforms": [
      "gridera",
      "nexus",
      "biofoundry",
      "defquan",
      "taurus"
    ],
    "schemaVersion": "1.0.0"
  }
}