Welcome to Real Talk The Uncharted Truth!
document.addEventListener('DOMContentLoaded',function(){var header=document.querySelector('header,nav,.site-header');if(header){window.addEventListener('scroll',function(){header.style.boxShadow=window.scrollY>20?'0 4px 24px rgba(0,0,0,0.6)':'none'});}var cards=document.querySelectorAll('.episode-card,.episode-item,.episode-row');if('IntersectionObserver' in window){var obs=new IntersectionObserver(function(entries){entries.forEach(function(e){if(e.isIntersecting){e.target.style.opacity='1';e.target.style.transform='translateY(0)';obs.unobserve(e.target);}});},{threshold:0.1});cards.forEach(function(c,i){c.style.opacity='0';c.style.transform='translateY(20px)';c.style.transition='opacity 0.5s ease '+(i*0.08)+'s, transform 0.5s ease '+(i*0.08)+'s';obs.observe(c);});}var path=window.location.pathname;document.querySelectorAll('nav a,.nav-link').forEach(function(l){if(l.getAttribute('href')===path){l.style.color='#c9a84c';l.style.borderBottom='1px solid #c9a84c';}});document.querySelectorAll('a[href^="#"]').forEach(function(a){a.addEventListener('click',function(e){var t=document.querySelector(a.getAttribute('href'));if(t){e.preventDefault();t.scrollIntoView({behavior:'smooth'});}});});});