Archive — 4-capabilities (#stack-scene) + "This is why we've invited you" (#words-scene)

These two sections were removed from protected/index.html on 2026-05-19 when the experience was reframed from a Project Bifrost personal invitation into a customer presentation. Kept here so they can be restored.

To restore

  1. Copy the <template id="stack-scene-html"> and <template id="words-scene-html"> contents back into #overview-scroll in protected/index.html, between #hero and #bifrost (in that order).
  2. Copy the JS in <script type="text/x-archived-js" id="stack-words-js"> back into protected/bifrost.js, right after the HERO fade-in (the gsap.to('.hero-wrap', { opacity: 1, ... }) block).
  3. In bifrost.js, add 'stack-scene' and 'words-scene' back into sceneOrder (between 'hero' and 'bifrost'), add their entries to sceneToDot, and add 'words-scene' back to the sceneIds array inside collectStickyTargets().
  4. Restore the "Capabilities" dot-nav button in protected/index.html:
    <button class="dot-btn" data-target="page-overview" data-scroll-to="stack-scene">
      <span class="dot"></span>
      <span class="label">Capabilities</span>
    </button>

HTML — #stack-scene (Scene 2)

HTML — #words-scene (Scene 3)

JS — bifrost.js timelines (stack-scene + words-scene)