Who We Help
From childhood to adulthood, from individuals to families, we’re here to help you heal, grow, and feel understood.
Whatever your story, you belong here.
document.addEventListener('DOMContentLoaded', function() { // Apply only to homepage if (!document.body.classList.contains('homepage')) return; const sections = document.querySelectorAll('.page-section'); if (!('IntersectionObserver' in window)) { sections.forEach(s => s.classList.add('in-view')); return; } const observer = new IntersectionObserver(entries => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add('in-view'); observer.unobserve(entry.target); } }); }, { threshold: 0.1 }); sections.forEach(s => observer.observe(s)); });
From childhood to adulthood, from individuals to families, we’re here to help you heal, grow, and feel understood.
Whatever your story, you belong here.