diff --git a/index.html b/index.html
index 6cffe68..1ac88a6 100644
--- a/index.html
+++ b/index.html
@@ -1503,9 +1503,17 @@
@@ -2712,8 +2720,7 @@
typeHtmlCalmly(txt,"THE DSHEA ACT OF 1994 UNLEASHED THE SUPPLEMENT INDUSTRY. BUT WITH MAINSTREAM ACCEPTANCE CAME CO-OPTATION — BIG PHARMA BOUGHT THE SUPPLEMENT COMPANIES. INSURANCE STARTED COVERING 'INTEGRATIVE' CARE.",()=>{
const t4=setTimeout(()=>{
txt.innerHTML+="\n\n";
- let html='
💰PATIENTS VOTED
WITH THEIR WALLETS
⚖️MAINSTREAM
= CO-OPTATION
🧬THE FUTURE IS INTEGRATIVE
— BUT WHO OWNS IT?
';
- vis.innerHTML=html;
+
vis.classList.add('visible');
showNextBtn('next10h');showNextBtn('sources10h');showNextBtn('back10h');
},800);
@@ -2833,7 +2840,7 @@
vis.className='s5visual';
let o=0;
const fi=setInterval(()=>{
- if (sceneElem.style.display !== 'flex' || document.getElementById('returnFromScene11').style.visibility === 'visible') { clearInterval(fi); return; }
+ if (sceneElem.style.display !== 'flex' || document.getElementById('returnFromScene11').style.visibility === 'visible' || document.getElementById('next11').style.visibility === 'visible') { clearInterval(fi); return; }
o+=0.05;if(o>=1){o=1;clearInterval(fi);
typeHtmlCalmly(txt,"TRADITIONAL MEDICINE SAVES LIVES — BUT IT ALSO CONTROLS ACCESS.",()=>{
const t1=setTimeout(()=>{
@@ -2852,6 +2859,8 @@
const t6=setTimeout(()=>{
document.getElementById('returnFromScene11').style.cssText='';
showNextBtn('returnFromScene11');
+ document.getElementById('next11').style.cssText='';
+ showNextBtn('next11');
document.getElementById('sources11').style.cssText='';
showNextBtn('sources11');
},400);
@@ -3158,6 +3167,43 @@
},30);
}
+ // Scene 12 — Syntropy Institute
+ let s12c = [];
+
+ function loadScene12(sceneElem) {
+ s12c=[];
+ sceneElem.style.display='flex';
+ const txt=document.getElementById('s12Text');
+ const vis=document.getElementById('s12Visual');
+ txt.innerHTML='';
+ vis.className='s5visual';
+ let o=0;
+ const fi=setInterval(()=>{
+ if (sceneElem.style.display !== 'flex' || document.getElementById('returnFromScene12').style.visibility === 'visible') { clearInterval(fi); return; }
+ o+=0.05;if(o>=1){o=1;clearInterval(fi);
+ typeHtmlCalmly(txt,"SYNTPROPY.INSTITUTE IS ONE OF THE STARTUPS UNDER THE LAB 484 UMBRELLA — A PRIVATE ALTERNATIVE-HEALTH / CONCIERGE-CARE SITE FOCUSED ON \"MEDICINE REIMAGINED,\" INCLUDING MANUAL KINETICS, FREQUENCY ANALYSIS/THERAPY, DIGITAL HOMEOPATHY, AND MINISTRY-BASED CARE PROTOCOLS.",()=>{
+ const t1=setTimeout(()=>{
+ txt.innerHTML+="\n\n";
+ const link=document.createElement('a');
+ link.href='#';
+ link.textContent='SYNTPROPY.INSTITUTE';
+ link.style.cssText='text-decoration:underline;font-weight:bold;color:#00ff00;cursor:pointer;';
+ link.addEventListener('click', (e) => {
+ e.preventDefault();
+ sessionStorage.setItem('returnToScene', 'scene12');
+ window.location.href = 'https://syntropy.institute/';
+ });
+ txt.appendChild(link);
+ vis.classList.add('visible');
+ showNextBtn('returnFromScene12');
+ },800);
+ s12c.push(t1);
+ },undefined,undefined,s12c);
+ }
+ sceneElem.style.opacity=o;
+ },30);
+ }
+
// Scene Food Links — Vimeo + 484.kitchen
function loadSceneFoodLinks(sceneElem) {
f1c=[];
@@ -5155,6 +5201,12 @@
document.getElementById('textContainer').style.display = 'none';
document.getElementById('followBtn').style.display = 'none';
loadScene3(document.getElementById('scene3'));
+ } else if (sessionStorage.getItem('returnToScene') === 'scene12') {
+ sessionStorage.removeItem('returnToScene');
+ document.getElementById('matrixCanvas').style.display = 'none';
+ document.getElementById('textContainer').style.display = 'none';
+ document.getElementById('followBtn').style.display = 'none';
+ loadScene12(document.getElementById('scene12'));
} else {
setTimeout(crtFlicker, 1500);
}
@@ -5320,6 +5372,16 @@
h10c.forEach(t => clearTimeout(t)); h10c = [];
returnToLab();
});
+ document.getElementById('next11').addEventListener('click', () => {
+ document.getElementById('scene11').style.display = 'none';
+ h10c.forEach(t => clearTimeout(t)); h10c = [];
+ loadScene12(document.getElementById('scene12'));
+ });
+ document.getElementById('returnFromScene12').addEventListener('click', () => {
+ document.getElementById('scene12').style.display = 'none';
+ s12c.forEach(t => clearTimeout(t)); s12c = [];
+ returnToLab();
+ });
document.getElementById('nextF1').addEventListener('click', () => {
document.getElementById('sceneF1').style.display = 'none';
@@ -6418,8 +6480,6 @@
const tl = s10h.querySelector('.s4tl');
buildHTimeline(tl, 5);
txt.innerHTML = "BY THE 1990s, ALTERNATIVE MEDICINE WAS A $50 BILLION INDUSTRY.\n\nPATIENTS VOTED WITH THEIR WALLETS — AND THEIR HEALTH IMPROVED.\n\nFUNCTIONAL MEDICINE, NATUROPATHY, CHIROPRACTIC, AND ACUPUNCTURE GAINED LEGAL RECOGNITION. THE NIH OFFICE OF ALTERNATIVE MEDICINE BECAME THE NCCIH.\n\nTHE DSHEA ACT OF 1994 UNLEASHED THE SUPPLEMENT INDUSTRY. BUT WITH MAINSTREAM ACCEPTANCE CAME CO-OPTATION — BIG PHARMA BOUGHT THE SUPPLEMENT COMPANIES. INSURANCE STARTED COVERING 'INTEGRATIVE' CARE.\n\n";
- let html='
\uD83D\uDCB0PATIENTS VOTED
WITH THEIR WALLETS
\u2696\uFE0FMAINSTREAM
= CO-OPTATION
\uD83E\uDDECTHE FUTURE IS INTEGRATIVE
\u2014 BUT WHO OWNS IT?
';
- vis.innerHTML=html;
vis.classList.add('visible');
document.getElementById('next10h').style.cssText = '';
showNextBtn('next10h');
@@ -6497,10 +6557,34 @@
vis.classList.add('visible');
document.getElementById('returnFromScene11').style.cssText = '';
showNextBtn('returnFromScene11');
+ document.getElementById('next11').style.cssText = '';
+ showNextBtn('next11');
document.getElementById('sources11').style.cssText = '';
showNextBtn('sources11');
}
+ // Scene 12 skip
+ const s12 = document.getElementById('scene12');
+ if (s12.style.display === 'flex') {
+ s12c.forEach(t => clearTimeout(t)); s12c = [];
+ const txt = document.getElementById('s12Text');
+ const vis = document.getElementById('s12Visual');
+ txt.innerHTML = "SYNTPROPY.INSTITUTE IS ONE OF THE STARTUPS UNDER THE LAB 484 UMBRELLA — A PRIVATE ALTERNATIVE-HEALTH / CONCIERGE-CARE SITE FOCUSED ON \"MEDICINE REIMAGINED,\" INCLUDING MANUAL KINETICS, FREQUENCY ANALYSIS/THERAPY, DIGITAL HOMEOPATHY, AND MINISTRY-BASED CARE PROTOCOLS.\n\n";
+ const link=document.createElement('a');
+ link.href='#';
+ link.textContent='SYNTPROPY.INSTITUTE';
+ link.style.cssText='text-decoration:underline;font-weight:bold;color:#00ff00;cursor:pointer;';
+ link.addEventListener('click', (e) => {
+ e.preventDefault();
+ sessionStorage.setItem('returnToScene', 'scene12');
+ window.location.href = 'https://syntropy.institute/';
+ });
+ txt.appendChild(link);
+ vis.classList.add('visible');
+ document.getElementById('returnFromScene12').style.cssText = '';
+ showNextBtn('returnFromScene12');
+ }
+
// Scene F1 skip
const sf1 = document.getElementById('sceneF1');
if (sf1.style.display === 'flex') {