{"id":10,"date":"2025-11-18T18:44:25","date_gmt":"2025-11-18T18:44:25","guid":{"rendered":"https:\/\/zenoasis.wpenginepowered.com\/?page_id=10"},"modified":"2026-07-03T02:51:35","modified_gmt":"2026-07-03T02:51:35","slug":"home","status":"publish","type":"page","link":"https:\/\/lumemassage.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10\" class=\"elementor elementor-10\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78aa9f3 e-con-full e-flex e-con e-parent\" data-id=\"78aa9f3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c4c1c3d elementor-widget elementor-widget-html\" data-id=\"c4c1c3d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t    <style>\n        :root {\n            --warm-bronze: #a87c58;\n            --cream-bg: #faf6f2;\n            --dark-warm: #342e2a;\n            --light-tan: #f2ebe4;\n            --pure-white: #ffffff;\n            --soft-shadow: 0 9px 28px rgba(168, 124, 88, 0.07);\n            --transition: all 0.3s ease;\n        }\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        body {\n            font-family: 'Segoe UI', Roboto, Arial, sans-serif;\n            background: var(--cream-bg);\n            color: var(--dark-warm);\n            line-height: 1.7;\n            font-size: 16px;\n            overflow-x: hidden;\n        }\n        h1,h2,h3,h4 {\n            font-family: Georgia, 'Times New Roman', serif;\n            font-weight: 600;\n        }\n        a {\n            text-decoration: none;\n            color: inherit;\n            transition: var(--transition);\n        }\n        .container {\n            width: 94%;\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n        .section-padding {\n            padding: 90px 0;\n        }\n        .divider-line {\n            width: 95px;\n            height: 2px;\n            background: var(--warm-bronze);\n            margin: 20px auto 40px;\n        }\n        .btn-bronze {\n            display: inline-block;\n            padding: 16px 34px;\n            background: var(--warm-bronze);\n            color: white;\n            border-radius: 3px;\n            font-weight: 500;\n            letter-spacing: 0.5px;\n        }\n        .btn-bronze:hover {\n            background: #946c4b;\n            transform: translateY(-3px);\n        }\n        .btn-outline {\n            background: transparent;\n            border: 1px solid var(--warm-bronze);\n            color: white;\n        }\n        .btn-outline:hover {\n            background: var(--warm-bronze);\n            color: white;\n        }\n\n        \/* Header Navigation *\/\n        header {\n            background: var(--pure-white);\n            position: sticky;\n            top: 0;\n            z-index: 999;\n            box-shadow: var(--soft-shadow);\n        }\n        .nav-wrap {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 12px 0;\n        }\n        .logo-box {\n            width: 220px;\n            height: 76px;\n            display: flex;\n            align-items: center;\n        }\n        .logo-box img {\n            width: auto;\n            height: 100%;\n        }\n        .desktop-nav {\n            display: flex;\n            gap: 40px;\n        }\n        .desktop-nav a:hover {\n            color: var(--warm-bronze);\n        }\n        .mobile-menu-icon {\n            font-size: 33px;\n            color: var(--warm-bronze);\n            display: none;\n            cursor: pointer;\n        }\n        .mobile-dropdown {\n            display: none;\n            flex-direction: column;\n            gap: 24px;\n            padding: 30px;\n            background: white;\n            border-top: 1px solid var(--light-tan);\n        }\n        .mobile-dropdown.active {\n            display: flex;\n        }\n\n        \/* Hero Banner *\/\n        .hero-area {\n            height: 90vh;\n            background: linear-gradient(rgba(52,46,42,0.72),rgba(168,124,88,0.64)), url('https:\/\/lumemassage.com\/wp-content\/uploads\/2026\/03\/spa1-scaled.png');\n            background-size: cover;\n            background-position: center;\n            color: white;\n            display: flex;\n            align-items: center;\n            text-align: center;\n        }\n        .hero-area h1 {\n            font-size: 64px;\n            margin-bottom: 18px;\n            color: #fff;\n        }\n        .hero-area p {\n            max-width: 700px;\n            margin: 0 auto 48px;\n            font-size: 20px;\n            opacity: 0.95;\n        }\n        .hero-buttons {\n            display: flex;\n            gap: 26px;\n            flex-wrap: wrap;\n            justify-content: center;\n        }\n\n        \/* About Section *\/\n        .about-block {\n            background: white;\n        }\n        .about-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 70px;\n            align-items: center;\n        }\n        .about-text h2 {\n            font-size: 46px;\n            margin-bottom: 16px;\n            color: #000;\n        }\n        .about-text p {\n            margin-bottom: 22px;\n            color: #423c38;\n        }\n        .feature-list {\n            margin-top: 32px;\n            display: flex;\n            flex-direction: column;\n            gap: 14px;\n        }\n        .feature-list li {\n            list-style: none;\n            padding-left: 28px;\n            position: relative;\n        }\n        .feature-list li::before {\n            content: \"\u2726\";\n            color: var(--warm-bronze);\n            position: absolute;\n            left: 0;\n        }\n        .spa-image {\n            width: 100%;\n            height: 520px;\n            border-radius: 6px;\n            object-fit: cover;\n            box-shadow: var(--soft-shadow);\n        }\n\n        \/* Price List Section *\/\n        .price-section {\n            background: var(--light-tan);\n            text-align: center;\n        }\n        .price-section h2 {\n            font-size: 46px;\n            color: #000;\n        }\n        .price-grid-container {\n            margin-top: 60px;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));\n            gap: 36px;\n        }\n        .price-card {\n            background: white;\n            padding: 42px 32px;\n            border-radius: 6px;\n            box-shadow: var(--soft-shadow);\n            text-align: left;\n            transition: var(--transition);\n        }\n        .price-card:hover {\n            transform: translateY(-8px);\n        }\n        .price-card h3 {\n            text-align: center;\n            color: var(--warm-bronze);\n            margin-bottom: 20px;\n            font-size: 25px;\n        }\n        .price-row {\n            display: flex;\n            justify-content: space-between;\n            padding: 11px 0;\n            border-bottom: 1px solid var(--light-tan);\n        }\n        .price-row:last-child {\n            border-bottom: none;\n        }\n        .price-desc {\n            font-size: 14px;\n            margin-top: 12px;\n            color: #504a45;\n        }\n        .full-width-card {\n            grid-column: 1 \/ -1;\n        }\n\n        \/* CTA Booking Banner *\/\n        .cta-banner {\n            background: linear-gradient(rgba(52,46,42,0.84),rgba(168,124,88,0.74)), url('https:\/\/lumemassage.com\/wp-content\/uploads\/2025\/11\/AdobeStock_590776291-1.jpeg');\n            background-size: cover;\n            background-position: center;\n            color: white;\n            text-align: center;\n            padding: 104px 0;\n        }\n        .cta-banner h2 {\n            font-size: 50px;\n            margin-bottom: 22px;\n            color: #fff;\n        }\n        .cta-banner p {\n            max-width: 720px;\n            margin: 0 auto 44px;\n            font-size: 19px;\n            opacity: 0.93;\n        }\n\n        \/* Contact & Map Section *\/\n        .contact-area {\n            background: var(--cream-bg);\n        }\n        .contact-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 62px;\n        }\n        .info-side h3 {\n            font-size: 34px;\n            margin-bottom: 34px;\n            color: #000;\n        }\n        .info-item {\n            margin-bottom: 28px;\n        }\n        .info-item h4 {\n            font-weight: 500;\n            font-size: 18px;\n            color: var(--warm-bronze);\n            margin-bottom: 8px;\n        }\n        .map-frame {\n            width: 100%;\n            height: 490px;\n            border-radius: 6px;\n            border: none;\n            box-shadow: var(--soft-shadow);\n        }\n\n        \/* Footer *\/\n        footer {\n            background: var(--dark-warm);\n            color: #efe9e4;\n            padding: 24px 0;\n        }\n        .copyright-text {\n            text-align: center;\n            font-size: 14px;\n        }\n\n        \/* Responsive Rules *\/\n        @media(max-width:1024px) {\n            .about-grid,.contact-grid {\n                grid-template-columns: 1fr;\n                gap: 50px;\n            }\n            .spa-image {height: 410px;}\n            .hero-area h1 {font-size: 52px;}\n        }\n        @media(max-width:768px) {\n            .desktop-nav {display: none;}\n            .mobile-menu-icon {display: block;}\n            .section-padding {padding: 72px 0;}\n            .hero-area h1 {font-size: 40px;}\n            .price-grid-container {grid-template-columns: 1fr;}\n            .hero-buttons {flex-direction: column; align-items: center;}\n            .btn-bronze {width: 280px; text-align: center;}\n        }\n        @media(max-width:480px) {\n            .hero-area {height: 78vh;}\n            .hero-area h1 {font-size: 34px;}\n            .about-text h2,.price-section h2,.cta-banner h2 {font-size: 32px;}\n            .map-frame {height: 350px;}\n            .logo-box {width: 160px;height: 58px;}\n        }\n    <\/style>\n<!-- Header Navigation -->\n<header>\n    <div class=\"container nav-wrap\">\n        <div class=\"logo-box\">\n            <img decoding=\"async\" src=\"https:\/\/lumemassage.com\/wp-content\/uploads\/2026\/07\/lume-spa-1.png\" alt=\"LUME Massage Logo\">\n        <\/div>\n        <nav class=\"desktop-nav\">\n            <a href=\"#home\">Home<\/a>\n            <a href=\"#about\">About Us<\/a>\n            <a href=\"#price-list\">Price List<\/a>\n            <a href=\"#contact\">Location & Hours<\/a>\n        <\/nav>\n        <div class=\"mobile-menu-icon\" id=\"menuBtn\">\u2630<\/div>\n    <\/div>\n    <div class=\"mobile-dropdown\" id=\"mobileMenu\">\n        <a href=\"#home\">Home<\/a>\n        <a href=\"#about\">About Us<\/a>\n        <a href=\"#price-list\">Price List<\/a>\n        <a href=\"#contact\">Location & Hours<\/a>\n    <\/div>\n<\/header>\n\n<!-- Hero Banner -->\n<section class=\"hero-area\" id=\"home\">\n    <div class=\"container\">\n        <h1>LUME Spa<\/h1>\n        <div class=\"divider-line\"><\/div>\n        <p>Premium therapeutic massage spa in Carmel, IN. Luxury couples packages, thai, sports, four hands massage & hydro scalp treatments with affordable add-on upgrades.<\/p>\n        <div class=\"hero-buttons\">\n            <a href=\"tel:317-657-6529\" class=\"btn-bronze\">Call Now: 317-657-6529<\/a>\n            <a href=\"#price-list\" class=\"btn-bronze btn-outline\">View All Prices<\/a>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- About Section -->\n<section class=\"about-block section-padding\" id=\"about\">\n    <div class=\"container about-grid\">\n        <div class=\"about-text\">\n            <h2>About LUME Spa<\/h2>\n            <div class=\"divider-line\"><\/div>\n            <p>LUME Spa is a premium massage spa located at 164 W Carmel Dr, Carmel, Indiana. We deliver relaxing, result-driven massage therapies in a calm, quiet space for all guests.<\/p>\n            <p>Our trained therapists specialize in luxury couples massage, classic full body massage, thai massage, deep sports recovery massage and four hands synchronized therapy. We also offer hydro scalp care and flexible single add-ons including cupping, hot stone & aromatherapy oils to customize your session.<\/p>\n            <p>We operate every day from morning till night to fit your schedule, accepting walk-ins and advance phone reservations.<\/p>\n            <ul class=\"feature-list\">\n                <li>Exclusive Luxury Couples Packages with hot stone & body butter<\/li>\n                <li>Multiple massage styles: Classic \/ Thai \/ Sports \/ Four Hands<\/li>\n                <li>Hydro scalp refresh treatment available separately<\/li>\n                <li>Low-cost flexible add-on upgrades for any session<\/li>\n                <li>Daily long opening hours 10am \u2013 9:30pm all week<\/li>\n            <\/ul>\n            <a href=\"#price-list\" class=\"btn-bronze\" style=\"margin-top:40px;\">Check Our Service Menu<\/a>\n        <\/div>\n        <div>\n            <img decoding=\"async\" class=\"spa-image\" alt=\"LUME Massage Relax Room\" src=\"https:\/\/lumemassage.com\/wp-content\/uploads\/2025\/11\/AdobeStock_190029404.jpeg\">\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Full Price List -->\n<section class=\"price-section section-padding\" id=\"price-list\">\n    <div class=\"container\">\n        <h2>Complete Service Price List<\/h2>\n        <div class=\"divider-line\"><\/div>\n        <div class=\"price-grid-container\">\n            <!-- Luxury Couples Package -->\n            <div class=\"price-card\">\n                <h3>Luxury Couples Package<\/h3\n                <p class=\"price-desc\">2 Guests Per Session \u2022 Includes Hot Stone Therapy, Aromatherapy Essential Oils, Body Butter Finish<\/p>\n                <div class=\"price-row\">60mins Luxury Couples Package <span>US$160<\/span><\/div>\n                <div class=\"price-row\">90mins Luxury Couples Package <span>US$240<\/span><\/div>\n            <\/div>\n            <!-- Classic Massage -->\n            <div class=\"price-card\">\n                <h3>Massage<\/h3>\n                <div class=\"price-row\">30mins Massage <span>US$50<\/span><\/div>\n                <div class=\"price-row\">60mins Massage <span>US$70<\/span><\/div>\n                <div class=\"price-row\">90mins Massage <span>US$110<\/span><\/div>\n                <div class=\"price-row\">120mins Massage <span>US$140<\/span><\/div>\n            <\/div>\n            <!-- Thai Massage -->\n            <div class=\"price-card\">\n                <h3>Thai Massage<\/h3>\n                <div class=\"price-row\">60mins Thai Massage <span>US$90<\/span><\/div>\n            <\/div>\n            <!-- Sports Massage -->\n            <div class=\"price-card\">\n                <h3>Sports Massage<\/h3>\n                <div class=\"price-row\">30mins Sports Massage <span>US$60<\/span><\/div>\n                <div class=\"price-row\">60mins Sports Massage <span>US$90<\/span><\/div>\n                <div class=\"price-row\">90mins Sports Massage <span>US$160<\/span><\/div>\n            <\/div>\n            <!-- Four Hands Massage -->\n            <div class=\"price-card\">\n                <h3>Four Hands Massage<\/h3>\n                <p class=\"price-desc\">2 Therapists working simultaneously<\/p>\n                <div class=\"price-row\">60mins Four Hands Massage <span>US$140<\/span><\/div>\n                <div class=\"price-row\">90mins Four Hands Massage <span>US$220<\/span><\/div>\n            <\/div>\n            <!-- Hydro Scalp -->\n            <div class=\"price-card\">\n                <h3>Half Hour Hydro Scalp<\/h3>\n                <div class=\"price-row\">30mins Hydro Scalp <span>US$70<\/span><\/div>\n            <\/div>\n            <!-- Add-On Full Width -->\n            <div class=\"price-card full-width-card\">\n                <h3>Add-On Upgrades (5 Mins Each)<\/h3>\n                <div style=\"display:grid;grid-template-columns: repeat(auto-fit, minmax(200px,1fr));gap:12px;\">\n                    <div class=\"price-row\">Cupping <span>US$30<\/span><\/div>\n                    <div class=\"price-row\">Body Scrub <span>US$20<\/span><\/div>\n                    <div class=\"price-row\">Body Butter <span>US$10<\/span><\/div>\n                    <div class=\"price-row\">Hot Stone <span>US$10<\/span><\/div>\n                    <div class=\"price-row\">Essential Oil <span>US$10<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Booking CTA -->\n<section class=\"cta-banner\">\n    <div class=\"container\">\n        <h2>Book Your Massage Session Today<\/h2>\n        <div class=\"divider-line\"><\/div>\n        <p>LUME Spa opens every day 10am to 9:30pm. Walk-ins and phone reservations are welcome. Customize any massage with our affordable add-on treatments for a fully personalized spa experience.<\/p>\n        <a href=\"tel:317-657-6529\" class=\"btn-bronze\">Call 317-657-6529 To Reserve<\/a>\n    <\/div>\n<\/section>\n\n<!-- Contact & Map -->\n<section class=\"contact-area section-padding\" id=\"contact\">\n    <div class=\"container contact-grid\">\n        <div class=\"info-side\">\n            <h3>Location & Business Info<\/h3>\n            <div class=\"info-item\">\n                <h4>Spa Name<\/h4>\n                <p>LUME Spa<\/p>\n            <\/div>\n            <div class=\"info-item\">\n                <h4>Phone Number<\/h4>\n                <p><a href=\"tel:317-657-6529\">317-657-6529<\/a><\/p>\n            <\/div>\n            <div class=\"info-item\">\n                <h4>Full Address<\/h4>\n                <p><a href=\"https:\/\/maps.app.goo.gl\/RvErC9P1wL4nsYdG9\" target=\"_blank\">164 W Carmel Dr, Carmel, IN 46032<\/a><\/p>\n            <\/div>\n            <div class=\"info-item\">\n                <h4>Business Hours<\/h4>\n                <p>Monday \u2013 Sunday: 10:00am \u2013 9:30pm<\/p>\n            <\/div>\n        <\/div>\n        <div>\n            <iframe class=\"map-frame\" src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3058.068879627001!2d-86.13275612419888!3d39.962212683177974!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8814ad9b90d45a21%3A0xabe132c6e7cc3688!2sLume%20Spa!5e0!3m2!1szh-CN!2sus!4v1782521859397!5m2!1szh-CN!2sus\" allowfullscreen loading=\"lazy\" referrerpolicy=\"strict-origin-when-cross-origin\"><\/iframe>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Footer -->\n<footer>\n    <div class=\"copyright-text\">\n        \u00a9 2026 LUME Spa Carmel IN | All Rights Reserved\n    <\/div>\n<\/footer>\n\n<!-- JS Menu & Smooth Scroll -->\n<script>\nconst menuBtn = document.getElementById('menuBtn');\nconst mobileMenu = document.getElementById('mobileMenu');\nmenuBtn.addEventListener('click', ()=>{\n    mobileMenu.classList.toggle('active');\n})\n\/\/ Close menu after click link\ndocument.querySelectorAll('#mobileMenu a').forEach(link=>{\n    link.addEventListener('click',()=>mobileMenu.classList.remove('active'))\n})\n\/\/ Smooth scroll\ndocument.querySelectorAll('a[href^=\"#\"]').forEach(anchor=>{\n    anchor.addEventListener('click', function(e){\n        e.preventDefault();\n        const targetId = this.getAttribute('href');\n        const target = document.querySelector(targetId);\n        if(target){\n            window.scrollTo({\n                top: target.offsetTop - 90,\n                behavior: 'smooth'\n            })\n        }\n    })\n})\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Home About Us Price List Location &#038; Hours \u2630 Home About Us Price List Location &#038; Hours LUME Spa Premium [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"plain-container","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lumemassage.com\/index.php?rest_route=\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lumemassage.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lumemassage.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lumemassage.com\/index.php?rest_route=\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/lumemassage.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10"}],"version-history":[{"count":0,"href":"https:\/\/lumemassage.com\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions"}],"wp:attachment":[{"href":"https:\/\/lumemassage.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}