{
  "pages": [
    {
      "path": "/",
      "name": "Landing Page",
      "screen": "landing_page",
      "description": "Primary pitch page. Sections: pitch, how it works, expedition showcase, closing CTA. Status element at top collapses to sub-header on scroll.",
      "links_to": [
        "/expeditions",
        "/expeditions/:slug",
        "discord_invite"
      ]
    },
    {
      "path": "/expeditions",
      "name": "Archive Page",
      "screen": "archive_page",
      "description": "Browsable list of all published expedition write-ups.",
      "links_to": [
        "/expeditions/:slug",
        "discord_invite"
      ]
    },
    {
      "path": "/expeditions/:slug",
      "name": "Expedition Page",
      "screen": "expedition_page",
      "description": "Full expedition write-up with looping hero, findings, inline video, code links.",
      "links_to": [
        "/expeditions/:slug",
        "/expeditions",
        "discord_invite",
        "github_repo"
      ]
    }
  ],
  "global_elements": {
    "nav": "Persistent top nav: logo, links (Expeditions/Archive), Join Discord CTA. Hamburger on mobile with Join Discord always visible.",
    "status_sub_header": "Expedition status element: full visual weight on page load, collapses to slim sub-header on scroll. Shows current phase + countdown.",
    "join_discord_cta": "Present in nav and repeated at bottom of every page. Links to permanent Discord invite."
  },
  "external_destinations": {
    "discord_invite": "Permanent Discord invite link \u2014 single point of failure, must be monitored.",
    "github_repo": "Per-expedition code repository link."
  }
}