/* ═══════════════════════════════════════════════════════════════════════════
MADEBYREKO STUDIO — interactions
───────────────────────────────────────────────────────────────────────────
Load this in the FOOTER of the page that holds the #mbr HTML block.
EASIEST WAY (free plugin):
Plugins → Add New → install "WPCode – Insert Headers and Footers"
Code Snippets → Add Snippet → Add Your Custom Code → Code Type: JavaScript
Paste this whole file → Insertion: Site Wide Footer → Activate.
NO-PLUGIN WAY (child theme functions.php):
add_action('wp_footer', function () {
if (!is_page('your-page-slug')) return;
echo '';
}, 99);
TO CHECK IT LOADED: open the page, press F12 → Console, type MBR_VERSION
If it prints a date, this file is running. If it says "not defined", it isn't.
═══════════════════════════════════════════════════════════════════════════ */
(function(){
"use strict";
window.MBR_VERSION = '2026-07-29';
/* ── GSAP is fetched here rather than with