ATMOSPHERE
var currentAudio = null; var fadeTime = 2000; function changeAtmos(type) { var walk = document.getElementById('audio-walk'); var fire = document.getElementById('audio-fire'); var btns = document.querySelectorAll('.inner-reve-audio button'); var nextAudio = null; if (type === 'walk') nextAudio = walk; if (type === 'fire') nextAudio = fire; btns.forEach(function(b) { b.classList.remove('active'); }); var activeBtn = document.getElementById('btn-' + type); if(activeBtn) activeBtn.classList.add('active'); if (currentAudio && currentAudio !== nextAudio) { stopWithFade(currentAudio); } if (nextAudio) { if (currentAudio === nextAudio) return; nextAudio.volume = 0; nextAudio.play().then(function() { startWithFade(nextAudio); currentAudio = nextAudio; }).catch(function(e) { console.log("Click para activar"); }); } else { currentAudio = null; } } function startWithFade(audio) { var vol = 0; var interval = 50; var step = interval / fadeTime; var fadeInTimer = setInterval(function() { if (vol < 1) { vol += step; audio.volume = Math.min(vol, 1); } else { clearInterval(fadeInTimer); } }, interval); } function stopWithFade(audio) { var vol = audio.volume; var interval = 50; var step = interval / fadeTime; var fadeOutTimer = setInterval(function() { if (vol > 0) { vol -= step; audio.volume = Math.max(vol, 0); } else { audio.pause(); clearInterval(fadeOutTimer); } }, interval); }
const urlParams = new URLSearchParams(window.location.search); const acceso = urlParams.get('access'); // Cambias a PRIORITY2026 if (acceso !== 'PRIORITY2026') { window.top.location.href = "https://innerrevestudio.com"; }

THE
SELF LOVE

You are your first priority.
You don’t need an excuse to rest.

01. Light your Ignite Spirit candle.

02. Observe the flame.

03. This is is your space.

MY SACRED WEIGHT

Q1. What mental noise is draining
your energy most today?



Q2. Where in your body do you feel tension when you think about it?



(Observe it. Acknowledge it. Don’t try to change it).

© 2026 INNER RÊVE STUDIO. ALL RIGHTS RESERVED.

THE BREATHING SPACE

You no longer need to carry what you’ve named.
Thank you for making space for this awareness.

Inhale as it opens 3"
Hold in the fullness 2"
Exhale as it settles 4"

(Repeat until the spirit finds its center).

THE BLOOM

You don’t have to carry it all to be enough.

Giving to yourself is how you begin to heal.

(You are the origin of your own light. Protect it.)

© 2026 INNER RÊVE STUDIO. ALL RIGHTS RESERVED.