{
  "meta": {
    "description": "Page path to B2B client_id for /b2b-demo embeds. No implicit client defaults; each page sets clientId in BoozeButlerWidget.init (widget-loader) or .create (legacy). See docs/B2B_DEMO_WIDGET_MODERNIZATION.md."
  },
  "embeds": [
    { "path": "/b2b-demo/balcones.html", "clientId": "balcones", "catalog_environment": "production", "note": "Distillery portfolio demo; events use this client_id." },
    { "path": "/b2b-demo/blue-note.html", "clientId": "blue_note", "catalog_environment": "production" },
    { "path": "/b2b-demo/company-distilling.html", "clientId": "company_distilling", "catalog_environment": "production", "note": "Public HTML demo; same client is production in data/clients.json—do not use as generic fallback elsewhere." },
    { "path": "/b2b-demo/copper-fox.html", "clientId": "copper_fox", "catalog_environment": "production" },
    { "path": "/b2b-demo/freeland.html", "clientId": "freeland", "catalog_environment": "production" },
    { "path": "/b2b-demo/high-west.html", "clientId": "high_west", "catalog_environment": "production" },
    { "path": "/b2b-demo/new-riff.html", "clientId": "new_riff", "catalog_environment": "production" },
    { "path": "/b2b-demo/ridge-distilling.html", "clientId": "ridge_distilling", "catalog_environment": "production", "note": "Illustrative brand name; still explicit client id." },
    { "path": "/b2b-demo/smoky-ridge-mezcal.html", "clientId": "smoky_ridge_mezcal", "catalog_environment": "production" },
    { "path": "/b2b-demo/st-george.html", "clientId": "st_george", "catalog_environment": "production" },
    { "path": "/b2b-demo/westland.html", "clientId": "westland", "catalog_environment": "production" },
    { "path": "/b2b-demo/reservebar-style.html", "clientId": "reservebar_demo", "catalog_environment": "demo" },
    { "path": "/b2b-demo/merchant-demo.html", "clientId": "reservebar_demo", "catalog_environment": "demo", "note": "Dual embed: two widgets, same client id, different config." },
    { "path": "/b2b-demo/sugarlands-style.html", "clientId": "sugarlands_demo", "catalog_environment": "demo" }
  ],
  "non_widget_pages": [
    { "path": "/b2b-demo/index.html", "note": "Hub only; no widget." },
    { "path": "/b2b-demo/insights.html", "note": "Sample dashboard; no live widget embed." },
    { "path": "/b2b-demo/pilot-one-pager.html", "note": "Static / marketing one-pager; verify separately." }
  ]
}
