chore: retire Bootstrap JS + tidy the dead index.php fallback
Nothing rendered uses Bootstrap's JS anymore (offcanvas → CSS :target;
carousels/tabs/tooltips → native per-page vanilla JS), so drop
'import * as bootstrap' + window.bootstrap from src/main.js. The bootstrap npm
package stays for the SCSS subset. v4-script bundle: 229 KB → 149 KB (-80 KB).
index.php was a 322-line fossil (old homepage with two dead BS carousels +
duplicated about/posts sections, even a stale themes/dw path) and is never
rendered — front-page.php owns '/', every other view has its own template.
Replace it with a minimal, correct posts-loop fallback (26 lines).