Our RMT sessions are tailored for both relaxation and clinical recovery, perfect for injury management and muscle rehabilitation. This treatment is designed to promote deep relaxation, improve circulation, and support overall well-being. While all of our therapists are professionally trained in Swedish massage, each has developed their unique style and techniques, ensuring every client enjoys a personalized and exceptional experience.
This no-fuss pedicure focuses on the foundation of healthy, well-groomed feet. We start with precise nail trimming and shaping, followed by thorough cuticle care. Dry, rough areas are smoothed with targeted callus and heel work, restoring softness and comfort. The treatment finishes with a deeply hydrating massage to nourish tired feet and leave you feeling refreshed. Simple, effective, and essential.
Our Skin Wellness Visit is the perfect starting point. This in-depth session begins with a comprehensive OBSERV 360 skin analysis, revealing what’s happening both on the surface and beneath. Your therapist will then take an in-depth look at your skin, discuss your concerns, and guide you through what your skin truly needs.
You’ll leave with a personalized skincare routine tailored to your unique skin concerns and lifestyle—so you can move forward with clarity and confidence.
The service cost is $50. However, if you choose to go home with skincare, this amount will be applied as a credit toward any product you purchase during your visit.
window.addEventListener('load', function() {
// Get the current URL hash (without the #)
var hash = window.location.hash.substring(1);
if (!hash) return;
// Find the accordion widget container with the matching ID
var accordion = document.getElementById(hash);
if (!accordion) return;
// Find all accordion items inside this container
var items = accordion.querySelectorAll('.elementor-accordion-item');
if (!items.length) return;
// Loop through items to find the first one that is not already active
var itemToOpen = null;
items.forEach(function(item) {
if (!item.classList.contains('elementor-active') && !itemToOpen) {
itemToOpen = item;
}
});
if (!itemToOpen) return;
// Find the header inside the accordion item
var header = itemToOpen.querySelector('.elementor-tab-title, .elementor-accordion-header');
if (!header) return;
// Trigger a click to open it properly
header.click();
// Scroll to the accordion for smooth UX
accordion.scrollIntoView({ behavior: 'smooth' });
});