{
  "schema_version": "2026-09-15-v8",
  "purpose": "Machine-readable semantic mirror of the homepage hero worlds. Visual rendering is progressive enhancement; business meaning does not depend on canvas pixels.",
  "recognition_target": {
    "human": "Each world should remain category-recognizable with labels and HUD overlays removed.",
    "machine": "Each diagnostic object has a stable semantic id, scene membership, type, and explicit relationships."
  },
  "scenes": [
    {
      "id": "world.stage",
      "human_label": "Stage production / field execution",
      "category": "Stage Production",
      "alt_summary": "A concert and event-production stage with roof truss, hanging line-array speakers, LED wall, lighting fixtures, stage deck, and front-of-house show-control console.",
      "diagnostic_objects": [
        {
          "id": "stage.roof_truss",
          "type": "truss",
          "role": "supports lighting, audio, and production hardware"
        },
        {
          "id": "stage.deck",
          "type": "stage_deck",
          "role": "raised performance and production floor"
        },
        {
          "id": "stage.line_array.left",
          "type": "speaker_array",
          "role": "left flown audio array"
        },
        {
          "id": "stage.line_array.right",
          "type": "speaker_array",
          "role": "right flown audio array"
        },
        {
          "id": "stage.led_wall",
          "type": "display",
          "role": "central video surface"
        },
        {
          "id": "stage.lighting_rig",
          "type": "lighting_system",
          "role": "show lighting fixtures and beams"
        },
        {
          "id": "stage.foh_console",
          "type": "control_console",
          "role": "front-of-house audio, video, and show control"
        }
      ],
      "relationships": [
        [
          "stage.line_array.left",
          "mounted_on",
          "stage.roof_truss"
        ],
        [
          "stage.line_array.right",
          "mounted_on",
          "stage.roof_truss"
        ],
        [
          "stage.lighting_rig",
          "mounted_on",
          "stage.roof_truss"
        ],
        [
          "stage.foh_console",
          "controls",
          "stage.lighting_rig"
        ],
        [
          "stage.foh_console",
          "controls",
          "stage.led_wall"
        ]
      ]
    },
    {
      "id": "world.regenerative",
      "human_label": "Regenerative housing / living systems",
      "category": "Regenerative Housing",
      "alt_summary": "A recognizable high-performance house and site with pitched roof, attached solar panels, windows, entry door, heat-pump equipment, rainwater storage, mature tree, garden beds, and visible air, water, and energy flows.",
      "diagnostic_objects": [
        {
          "id": "regen.house",
          "type": "house",
          "role": "primary inhabited asset"
        },
        {
          "id": "regen.solar",
          "type": "solar_array",
          "role": "roof-mounted generation"
        },
        {
          "id": "regen.windows",
          "type": "windows",
          "role": "daylight and enclosure"
        },
        {
          "id": "regen.entry",
          "type": "door",
          "role": "recognizable residential entry"
        },
        {
          "id": "regen.heat_pump",
          "type": "heat_pump",
          "role": "electrified heating and cooling"
        },
        {
          "id": "regen.cistern",
          "type": "rainwater_storage",
          "role": "water capture and storage"
        },
        {
          "id": "regen.tree",
          "type": "tree",
          "role": "shade and site ecology"
        },
        {
          "id": "regen.garden",
          "type": "garden_beds",
          "role": "productive soil and planting"
        }
      ],
      "relationships": [
        [
          "regen.solar",
          "mounted_on",
          "regen.house"
        ],
        [
          "regen.heat_pump",
          "serves",
          "regen.house"
        ],
        [
          "regen.cistern",
          "captures_water_for",
          "regen.house"
        ],
        [
          "regen.tree",
          "shades",
          "regen.house"
        ],
        [
          "regen.garden",
          "integrated_with",
          "regen.house"
        ]
      ]
    },
    {
      "id": "world.cyber",
      "human_label": "Premium smart home / integrated systems",
      "category": "Integrated Systems",
      "alt_summary": "A premium living room with sectional seating, media wall, console, speakers, cove lighting, sensors, climate control, network hardware, and a digital control graph connecting the physical devices.",
      "diagnostic_objects": [
        {
          "id": "cyber.room",
          "type": "living_room",
          "role": "primary premium interior environment"
        },
        {
          "id": "cyber.sectional",
          "type": "seating",
          "role": "recognizable residential furniture"
        },
        {
          "id": "cyber.rug",
          "type": "area_rug",
          "role": "residential spatial anchor"
        },
        {
          "id": "cyber.coffee_table",
          "type": "coffee_table",
          "role": "residential furniture cue"
        },
        {
          "id": "cyber.media_wall",
          "type": "display",
          "role": "integrated media surface"
        },
        {
          "id": "cyber.console",
          "type": "cabinetry_console",
          "role": "physical media/control furniture"
        },
        {
          "id": "cyber.speakers",
          "type": "speaker_pair",
          "role": "integrated audio"
        },
        {
          "id": "cyber.cove_lighting",
          "type": "lighting_system",
          "role": "architectural scene lighting"
        },
        {
          "id": "cyber.sensor",
          "type": "occupancy_sensor",
          "role": "room-state sensing"
        },
        {
          "id": "cyber.thermostat",
          "type": "climate_control",
          "role": "human-visible climate interface"
        },
        {
          "id": "cyber.network_hub",
          "type": "network_hardware",
          "role": "hidden digital infrastructure"
        },
        {
          "id": "cyber.wall_control",
          "type": "wall_control_panel",
          "role": "human-visible integrated control surface"
        }
      ],
      "relationships": [
        [
          "cyber.network_hub",
          "connects",
          "cyber.media_wall"
        ],
        [
          "cyber.network_hub",
          "connects",
          "cyber.speakers"
        ],
        [
          "cyber.network_hub",
          "connects",
          "cyber.sensor"
        ],
        [
          "cyber.network_hub",
          "connects",
          "cyber.thermostat"
        ],
        [
          "cyber.sensor",
          "informs",
          "cyber.cove_lighting"
        ],
        [
          "cyber.thermostat",
          "controls",
          "cyber.room"
        ],
        [
          "cyber.wall_control",
          "controls",
          "cyber.cove_lighting"
        ],
        [
          "cyber.wall_control",
          "controls",
          "cyber.media_wall"
        ]
      ]
    }
  ],
  "claims_boundary": "Scene objects communicate capability and systems thinking. They are not claims that a depicted project was completed by Phoenix By Design unless separately identified as verified proof."
}
