{
  "version": "4.0.0",
  "dna": {
    "theme": {
      "id": "luminarum",
      "mode": "dark",
      "shape": "pill"
    },
    "spacing": {
      "base_unit": 4,
      "scale": "linear",
      "density": "comfortable",
      "content_gap": "_gap4"
    },
    "typography": {
      "scale": "modular",
      "heading_weight": 600,
      "body_weight": 400
    },
    "color": {
      "palette": "semantic",
      "accent_count": 6,
      "cvd_preference": "auto"
    },
    "radius": {
      "philosophy": "rounded",
      "base": 8
    },
    "elevation": {
      "system": "layered",
      "max_levels": 3
    },
    "motion": {
      "preference": "subtle",
      "duration_scale": 1,
      "reduce_motion": true
    },
    "accessibility": {
      "wcag_level": "AA",
      "focus_visible": true,
      "skip_nav": true
    },
    "personality": [
      "Bold, technical, premium, and vibrant. Luminous accents on deep night. Editorial density with motion restraint — the content is the product."
    ]
  },
  "blueprint": {
    "sections": [
      {
        "id": "marketing-core",
        "role": "public",
        "shell": "full-bleed",
        "features": [
          "marketing",
          "seo"
        ],
        "description": "Public marketing landing that pitches Decantr as AI Frontend Governance for codebases touched by AI agents, surfaces the adoption paths, and funnels readers to the CLI + MCP install.",
        "pages": [
          {
            "id": "home",
            "route": "/",
            "layout": [
              { "pattern": "hero",           "preset": "vision",   "as": "product-hero" },
              { "pattern": "feature-grid",   "preset": "standard", "as": "paths-selector" },
              { "pattern": "comparison",     "preset": "standard", "as": "drift-contrast" },
              { "pattern": "how-it-works",   "preset": "standard", "as": "one-command-flow" },
              { "pattern": "feature-grid",   "preset": "standard", "as": "tier-model" },
              { "pattern": "code-showcase",  "preset": "standard", "as": "context-viewer" },
              { "pattern": "feature-grid",   "preset": "standard", "as": "mcp-tool-catalog" },
              { "pattern": "code-showcase",  "preset": "standard", "as": "mcp-install" },
              { "pattern": "feature-grid",   "preset": "standard", "as": "cli-commands" },
              { "pattern": "how-it-works",   "preset": "standard", "as": "quickstart-paths" },
              { "pattern": "comparison",     "preset": "standard", "as": "critique-proof" },
              { "pattern": "stats",          "preset": "standard", "as": "registry-stats" },
              { "pattern": "feature-grid",   "preset": "standard", "as": "package-surface" },
              { "pattern": "logo-cloud",     "preset": "standard", "as": "stack-compat" },
              { "pattern": "cta-section",    "preset": "standard", "as": "primary-cta" }
            ]
          }
        ]
      }
    ],
    "features": [
      "marketing",
      "seo",
      "analytics"
    ],
    "routes": {
      "/": {
        "section": "marketing-core",
        "page": "home"
      }
    }
  },
  "meta": {
    "archetype": "marketing-saas",
    "target": "static-html",
    "platform": {
      "type": "spa",
      "routing": "hash"
    },
    "guard": {
      "mode": "guided",
      "dna_enforcement": "error",
      "blueprint_enforcement": "warn"
    },
    "seo": {
      "schema_org": [
        "WebSite",
        "SoftwareApplication"
      ],
      "meta_priorities": [
        "description",
        "og:title",
        "og:image"
      ]
    }
  }
}
