Our Services

We optimize recovery using advanced manual therapy techniques tailored to your body's needs.

Sports Massage

Designed to help athletes prevent injuries, enhance performance, and recover faster. Focuses on areas overused by repetitive movements.

Deep Tissue
Friction
Stretching
Event Prep
Book Sports Massage

Remedial Massage

Systematic assessment and remedial care of muscles, tendons, and ligaments to assist in rehabilitation, recovery management, and injury prevention.

Relief
Mobility
Chronic Issues
Postural
Book Remedial Massage

Dry Needling

Modern technique using fine sterile needles to address trigger points, provide relief, and promote faster healing.

Trigger Point
Neuromodulation
Blood Flow
Relaxation
Book Dry Needling

Joint Mobilisation

Manual therapy technique restoring optimal joint function and range of motion through controlled movement.

Reduced Stiffness
Decompression
Spinal Health
Better Gait
Book Joint Mobilisation
lucide.createIcons(); const navbar = document.getElementById('nav-container'); window.addEventListener('scroll', () => { if (window.scrollY > 20) { navbar.classList.add('bg-navy-950/80', 'backdrop-blur-md', 'border-white/10', 'shadow-lg'); navbar.classList.remove('border-transparent'); } else { navbar.classList.remove('bg-navy-950/80', 'backdrop-blur-md', 'border-white/10', 'shadow-lg'); navbar.classList.add('border-transparent'); } }); document.getElementById('mobile-menu-btn').addEventListener('click', () => { document.getElementById('mobile-menu').classList.toggle('hidden'); }); const observerOptions = { threshold: 0.1, rootMargin: '0px 0px -50px 0px' }; const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add('visible'); observer.unobserve(entry.target); } }); }, observerOptions); document.querySelectorAll('.fade-in-on-scroll').forEach(el => { observer.observe(el); });