@import"https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap";.navbar{background-color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:fixed;top:0;width:100%;z-index:50;border-bottom:1px solid var(--color-accent-soft)}.navbar-container{max-width:1200px;margin:0 auto;padding:0 .75rem}@media (min-width: 640px){.navbar-container{padding:0 1rem}}.navbar-inner{display:flex;justify-content:space-between;align-items:center;height:56px}@media (min-width: 640px){.navbar-inner{height:64px}}.navbar-logo{display:flex;align-items:center;gap:8px;text-decoration:none}.logo-box{width:28px;height:28px;background-color:var(--text-heading);border-radius:8px;display:flex;align-items:center;justify-content:center}.logo-text{color:#fff;font-weight:700;font-size:.9rem}.brand-name{font-size:1.05rem;font-weight:600;color:var(--text-heading);font-family:Berkshire Swash,cursive}@media (min-width: 640px){.logo-box{width:32px;height:32px}.logo-text{font-size:1.1rem}.brand-name{font-size:1.25rem}}.nav-links{display:none}.nav-item{font-size:.9rem;font-weight:500;color:var(--text-muted);text-decoration:none;position:relative;padding:.25rem 0;transition:color .2s ease}.nav-item:hover,.nav-item.active{color:var(--text-heading)}.nav-item.active:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:var(--color-primary-strong);border-radius:2px}.btn-natural{background-color:var(--btn-primary-bg);color:var(--text-heading);padding:.4rem .8rem;border-radius:8px;text-decoration:none;font-weight:500;transition:background-color .3s ease;font-size:.85rem}@media (min-width: 640px){.btn-natural{padding:.5rem 1rem;font-size:.9rem}}.btn-natural:hover{background-color:var(--btn-primary-hover)}.menu-toggle{background:none;border:none;font-size:1.5rem;color:var(--text-heading);cursor:pointer;display:block}.mobile-menu{display:flex;flex-direction:column;padding:.5rem 0;background-color:var(--bg-primary);border-top:1px solid var(--color-accent-soft)}.mobile-item{font-size:.9rem;padding:.75rem 1rem;color:var(--text-muted);text-decoration:none;transition:all .2s ease}.mobile-item:hover{color:var(--text-heading);background-color:#f3bcb726}.mobile-item.active{color:var(--text-heading);background-color:#f3bcb733}.mobile-btn{margin:.5rem 1rem}@media (min-width: 768px){.nav-links{display:flex;align-items:center;gap:1.5rem}.menu-toggle,.mobile-menu{display:none}}.footer{background-color:#f9f5f2;padding-top:2rem;color:#333;border-top:1px solid #ddd}@media (min-width: 768px){.footer{padding-top:3rem}}.footer-container{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.footer-container{grid-template-columns:repeat(2,1fr);gap:1.75rem;padding:0 1.25rem}}@media (min-width: 1024px){.footer-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:0 1.5rem}}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:1rem}.footer-logo-box{width:36px;height:36px;background-color:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center}.footer-logo-text{color:#fff;font-weight:700;font-size:1.2rem}.footer-brand{font-weight:600;font-size:1.25rem;color:#4a3b2d;font-family:Berkshire Swash,cursive}.footer-desc{font-size:.95rem;line-height:1.6;color:#555}.footer-title{font-weight:600;color:#4a3b2d;margin-bottom:1rem;font-size:.95rem}@media (min-width: 640px){.footer-title{font-size:1rem}}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.6rem}.footer-links a{text-decoration:none;color:#666;font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:#8b5e3c}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{font-size:.95rem;color:#555;margin-bottom:.6rem}.footer-bottom{text-align:center;padding:1.5rem 0;margin-top:2rem;background-color:#f4eee9;color:#666;font-size:.9rem;border-top:1px solid #e3d8cf}@media (max-width: 480px){.footer-logo{justify-content:center}.footer-desc,.footer-links a,.footer-contact li{font-size:.9rem}}@media (min-width: 481px) and (max-width: 768px){.footer-container{text-align:left}}.homepage{padding-top:64px;color:var(--text-body)}.hero{color:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:70px 16px;height:auto;min-height:70vh;border-bottom-left-radius:0;background:linear-gradient(#6b3f2e8c,#4a3a3273),url(/assets/hero-massage-BiYmfBHo.jpg) center/cover no-repeat}@media (min-width: 481px){.hero{padding:90px 24px;min-height:75vh;border-bottom-left-radius:200px 150px}}@media (min-width: 768px){.hero{padding:110px 24px;min-height:80vh;border-bottom-left-radius:300px 200px}}@media (min-width: 1024px){.hero{padding:130px 24px;height:100vh;border-bottom-left-radius:400px 300px}}.hero h1{font-size:1.75rem;margin-bottom:12px}.hero p{font-size:1rem;margin-bottom:20px}@media (min-width: 481px){.hero h1{font-size:2rem}.hero p{font-size:1.1rem}}@media (min-width: 768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.2rem}}@media (min-width: 1024px){.hero h1{font-size:2.5rem}.hero p{font-size:1.125rem}}.hero-btn-container{display:flex;gap:12px;margin-top:24px;font-size:1rem;font-weight:500;align-items:center;justify-content:center;flex-wrap:wrap}@media (min-width: 481px){.hero-btn-container{margin-top:32px;gap:16px}}@media (min-width: 768px){.hero-btn-container{margin-top:36px;gap:20px}}@media (min-width: 1024px){.hero-btn-container{margin-top:56400px;gap:24px}}.hero-btn{background-color:var(--btn-primary-bg);color:var(--text-heading);padding:8px 16px;border:none;border-radius:9999px;text-decoration:none;cursor:pointer;transition:background-color .3s ease;min-width:auto;font-size:.9rem}@media (min-width: 481px){.hero-btn{padding:10px 22px;min-width:140px;font-size:1rem}}@media (min-width: 768px){.hero-btn{padding:12px 26px;min-width:160px}}.hero-btn:hover{box-shadow:0 8px 16px #0009;transform:scaleY(1.05)}.hero-btn1{background-color:transparent;color:#fff;padding:8px 16px;border:2px solid var(--color-primary);border-radius:9999px;text-decoration:none;cursor:pointer;transition:background-color .3s ease,color .3s ease;min-width:auto;font-size:.9rem}@media (min-width: 481px){.hero-btn1{padding:10px 22px;min-width:140px;font-size:1rem}}@media (min-width: 768px){.hero-btn1{padding:12px 26px;min-width:160px}}.Bold-Text{display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;font-size:20px;margin-bottom:16px}@media (min-width: 481px){.Bold-Text{margin-bottom:24px}}@media (min-width: 768px){.Bold-Text{margin-bottom:28px}}@media (min-width: 1024px){.Bold-Text{margin-bottom:32px}}.Bold-Text h1{margin:0 0 12px;padding:0;text-align:center;line-height:1.1;font-size:1.75rem;font-weight:600;color:#fff;animation:fadeIn .6s ease-in;font-family:Berkshire Swash,cursive}@media (min-width: 481px){.Bold-Text h1{font-size:2.2rem}}@media (min-width: 768px){.Bold-Text h1{font-size:2.8rem}}@media (min-width: 1024px){.Bold-Text h1{font-size:3.5rem}}.hero-massage-services{max-width:640px;margin:0 auto 20px;padding:0 12px;text-align:center;z-index:1;position:relative;animation:fadeIn .6s ease-in .1s both}@media (min-width: 481px){.hero-massage-services{margin-bottom:28px}}@media (min-width: 768px){.hero-massage-services{margin-bottom:32px}}@media (min-width: 1024px){.hero-massage-services{margin-bottom:36px}}.hero-massage-services p{font-size:.95rem;color:#fffffff2;margin:0;animation:fadeIn .6s ease-in .1s both;font-weight:500;letter-spacing:.5px}@media (min-width: 481px){.hero-massage-services p{font-size:1rem}}@media (min-width: 768px){.hero-massage-services p{font-size:1.05rem}}@media (min-width: 1024px){.hero-massage-services p{font-size:1.1rem}}.hero-inner{max-width:680px;margin:0 auto 24px;padding:0 12px;text-align:center;z-index:1;position:relative;animation:fadeIn .6s ease-in .2s both;color:#fff;line-height:1.6}@media (min-width: 481px){.hero-inner{margin-bottom:32px}}@media (min-width: 768px){.hero-inner{max-width:720px;margin-bottom:36px}}@media (min-width: 1024px){.hero-inner{max-width:750px;margin-bottom:40px}}.hero-inner p{font-size:.9rem;color:#ffffffe6;margin:0;font-weight:300;letter-spacing:.3px}@media (min-width: 481px){.hero-inner p{font-size:.95rem;line-height:1.7}}@media (min-width: 768px){.hero-inner p{font-size:1rem;line-height:1.75}}@media (min-width: 1024px){.hero-inner p{font-size:1.05rem;line-height:1.8}}.btn-natural,.btn-outline,.btn-earth,.btn-white{display:inline-block;padding:10px 20px;border-radius:9999px;font-weight:500;text-decoration:none;transition:all .3s ease}.btn-natural{background:var(--btn-primary-bg);color:var(--text-heading)}.btn-natural:hover{background:var(--btn-primary-hover)}.btn-outline{border:2px solid white;color:#fff}.btn-outline:hover{background:#fff;color:var(--text-heading)}.btn-earth{background:var(--color-primary-strong);color:var(--text-heading)}.btn-earth:hover{background:#e8977f}.btn-white{background:#fff;color:var(--text-heading)}.btn-white:hover{opacity:.9}section{padding:48px 16px}@media (min-width: 768px){section{padding:64px 16px}}@media (min-width: 1024px){section{padding:80px 16px}}.container{max-width:1200px;margin:0 auto}.features-section{background:var(--bg-primary);text-align:center}.section-header h2{font-size:1.5rem;font-weight:300;color:var(--text-heading)}.section-header p{color:var(--text-muted);margin-top:8px;font-size:.95rem}@media (min-width: 768px){.section-header h2{font-size:1.8rem}.section-header p{font-size:1rem}}@media (min-width: 1024px){.section-header h2{font-size:2rem}.section-header p{font-size:1.05rem}}.features-grid{display:grid;gap:24px;margin-top:40px}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--bg-card);padding:1.5rem;border-radius:16px;box-shadow:0 4px 10px #0000000f;transition:transform .3s ease,box-shadow .3s ease}@media (min-width: 768px){.feature-card{padding:2rem}}.feature-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px);transition:all .3s ease;background-color:var(--color-primary);color:var(--text-heading)}.feature-icon{font-size:3rem;margin-bottom:12px}.services-preview{background:var(--bg-primary);padding:32px 16px}@media (min-width: 768px){.services-preview{padding:40px 20px}}.services-grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}@media (min-width: 768px){.services-grid{grid-template-columns:1fr;gap:40px}.service-card{padding:18px}.services-image img{max-width:60vh;height:45vh}}@media (min-width: 1024px){.services-grid{grid-template-columns:1fr 1fr;gap:48px}.services-image img{max-width:100%;height:55vh}}.service-card{display:flex;justify-content:space-between;align-items:center;background:var(--bg-card);border-radius:12px;border:1px solid var(--color-accent-soft);padding:16px;margin-bottom:12px;min-height:100px;transition:all .3s ease}.service-card h4{margin:0 0 4px;font-size:1rem;color:var(--text-heading)}.service-description{margin:0;font-size:clamp(.85rem,.8rem + .2vw,.95rem);color:var(--text-muted);line-height:1.4;max-width:32rem}@media (max-width: 600px){.service-card{flex-direction:column;align-items:flex-start;height:auto;padding:14px;gap:6px}.service-card span{font-size:.9rem}}.services-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 12px #0000001a;object-fit:cover}.service-card span{color:var(--text-heading);font-weight:600}.about-preview{background:var(--bg-primary)}.about-grid{display:grid;gap:32px}@media (min-width: 768px){.about-grid{gap:40px}}@media (min-width: 1024px){.about-grid{grid-template-columns:1fr 1fr;gap:48px}}.about-image img,.services-image img{width:100%;border-radius:16px;box-shadow:0 6px 20px #0000001a}.cta-section{color:#fff;text-align:center;padding:60px 16px;background:linear-gradient(#6b3f2e99,#4a3a3280),url(/assets/massage-bottom2-sqh1kdsQ.jpg) center/cover no-repeat}@media (min-width: 768px){.cta-section{padding:80px 16px}}@media (min-width: 1024px){.cta-section{padding:100px 16px}}.cta-content{max-width:700px;margin:0 auto}.about{padding-top:4rem;color:var(--text-body)}.hero-section{padding:5rem 1rem;background:var(--bg-primary);text-align:center}.hero-title{font-size:40px;margin-bottom:1rem;color:var(--text-heading);animation:fadeIn .6s ease-in}.hero-subtitle{font-size:20px;font-weight:lighter;color:var(--text-muted);animation:fadeIn .6s ease-in .1s both}.story-section{padding:5rem 1rem}.story-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:auto;align-items:center}.story-text h2{font-size:2rem;margin-bottom:1rem;font-weight:400;color:var(--text-heading)}.story-text p{margin-bottom:1.2rem;line-height:1.7;color:var(--text-muted)}.story-subheading{font-size:1.25rem;font-weight:600;color:var(--text-heading);margin-top:1.5rem;margin-bottom:.75rem}.story-image img{width:100%;border-radius:20px;box-shadow:0 6px 20px #0000001a}.btn-natural{display:inline-block;background:var(--btn-primary-bg);color:var(--text-heading);padding:12px 28px;border-radius:9999px;text-decoration:none;font-weight:500;transition:all .3s ease}.btn-natural:hover{background:var(--btn-primary-hover);transform:scale(1.05)}.values-section{padding:5rem 1rem;text-align:center;background:var(--bg-secondary)}.values-header h2{font-size:2rem;font-weight:300;color:var(--text-heading)}.values-header p{color:var(--text-muted);margin-bottom:2rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.card-natural{background:var(--bg-card);padding:2rem;border-radius:16px;box-shadow:0 4px 10px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.card-natural:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px);transition:all .3s ease}.card-natural .icon{font-size:2.5rem;margin-bottom:1rem}.vision-section{padding:5rem 1rem;text-align:center;background:var(--bg-primary)}.vision-content{max-width:800px;margin:0 auto}.vision-content h2{font-size:2rem;font-weight:300;color:var(--text-heading);margin-bottom:1.5rem}.vision-content p{font-size:1.1rem;line-height:1.8;color:var(--text-muted);margin-bottom:1.2rem}.mission-section{background:linear-gradient(135deg,var(--text-heading),var(--text-body));color:#fff;padding:5rem 1rem;text-align:center}.mission-section h2{font-size:40px;font-weight:300;margin-bottom:1rem}.mission-section p{font-size:20px;font-weight:400;opacity:.9;line-height:1.8;max-width:800px;margin:auto}@media (min-width: 1024px){.story-grid{grid-template-columns:1fr 1fr}}.services-page{padding-top:64px;color:var(--text-body)}.services-hero{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;text-align:center;padding:60px 16px;color:#fff}@media (min-width: 768px){.services-hero{padding:90px 20px}}@media (min-width: 1024px){.services-hero{padding:120px 20px}}.services-hero:before{content:"";position:absolute;inset:0;background:#6b3f2e80}.hero-content1{position:relative;z-index:2;max-width:700px;margin:0 auto}.hero-content1 h1{font-size:1.75rem;margin-bottom:1rem;animation:fadeIn .6s ease-in}.hero-content1 p{font-size:1rem;font-weight:400;line-height:1.6;animation:fadeIn .6s ease-in .1s both}@media (min-width: 768px){.hero-content1 h1{font-size:2.5rem}.hero-content1 p{font-size:1.15rem}}@media (min-width: 1024px){.hero-content1 h1{font-size:3rem}.hero-content1 p{font-size:1.25rem}}.pricing-notice{text-align:center;padding:1.5rem 1rem;background-color:var(--bg-primary);border-bottom:1px solid var(--border-color, #e5e7eb)}.pricing-notice p{font-size:.95rem;font-weight:400;line-height:1.6;color:var(--text-body);max-width:600px;margin:0 auto;font-family:Arial,sans-serif}@media (min-width: 768px){.pricing-notice{padding:2rem 1rem}.pricing-notice p{font-size:1rem}}.services-grid-section{padding-top:3rem;padding-bottom:3rem;background-color:var(--bg-primary)}@media (min-width: 768px){.services-grid-section{padding-top:4rem;padding-bottom:4rem}}@media (min-width: 1024px){.services-grid-section{padding-top:5rem;padding-bottom:5rem}}.services-grid-container{max-width:1200px;margin:0 auto;padding:0 1rem}.services-main-grid{display:grid;gap:2rem}.service-card-layout{display:grid;gap:1.5rem}.service-card-content{min-width:0}.service-card-header{display:flex;flex-direction:column;margin-bottom:1rem}.service-card-name{font-size:1.1rem;line-height:1.5rem;font-weight:600;color:var(--text-heading);margin:0 0 .5rem}@media (min-width: 640px){.service-card-name{font-size:1.3rem;line-height:1.75rem}}@media (min-width: 1024px){.service-card-name{font-size:1.5rem;line-height:2rem}}.service-card-pricing{text-align:right}.service-card-price{font-size:1.125rem;line-height:1.75rem;font-weight:500;color:var(--text-heading)}.service-card-duration{font-size:.875rem;line-height:1.25rem;color:var(--text-muted)}.service-card-description{color:var(--text-muted);margin-bottom:1rem;line-height:1.625}.service-benefits-title{font-weight:500;color:var(--text-heading);margin:0 0 .5rem}.service-benefits-grid{display:grid;gap:.5rem}.service-benefit-item{display:flex;align-items:center;font-size:.875rem;line-height:1.25rem;color:var(--text-muted)}.benefit-dot{width:.5rem;height:.5rem;background-color:var(--color-primary-strong);border-radius:9999px;margin-right:.75rem;flex-shrink:0}.service-card-cta{display:flex;align-items:center;justify-content:center}.service-book-btn{width:100%;text-align:center}@media (min-width: 640px){.services-grid-container{padding:0 1.5rem}.service-card-header{flex-direction:row;align-items:flex-start;justify-content:space-between}.service-card-name{margin-bottom:0}.service-benefits-grid{grid-template-columns:repeat(2,1fr)}.service-book-btn{width:auto}}@media (min-width: 1024px){.services-grid-container{padding:0 2rem}.service-card-layout{grid-template-columns:repeat(3,1fr)}.service-card-content{grid-column:span 2 / span 2}.service-card-cta{justify-content:flex-end}}.addons-section{background:var(--bg-secondary);padding:48px 16px;text-align:center}@media (min-width: 768px){.addons-section{padding:64px 20px}}@media (min-width: 1024px){.addons-section{padding:80px 20px}}.addons-header h2{font-size:1.5rem;margin-bottom:.5rem;color:var(--text-heading)}.addons-header p{color:var(--text-muted);margin-bottom:32px;font-size:.95rem}@media (min-width: 768px){.addons-header h2{font-size:2rem}.addons-header p{margin-bottom:40px;font-size:1rem}}@media (min-width: 1024px){.addons-header h2{font-size:2.5rem}.addons-header p{font-size:1.05rem}}.addons-grid{max-width:800px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 640px){.addons-grid{grid-template-columns:repeat(2,1fr);gap:20px}}.addon-card{background:var(--bg-card);border-radius:12px;padding:20px;text-align:left}.addon-header{display:flex;justify-content:space-between;margin-bottom:8px}.addon-price{color:var(--text-heading);font-weight:700}.services-cta{background:linear-gradient(#6b3f2e99,#4a3a3280),url(/assets/massage-bottom2-sqh1kdsQ.jpg) center/cover no-repeat;color:#fff;text-align:center;padding:60px 16px}@media (min-width: 768px){.services-cta{padding:80px 20px}}@media (min-width: 1024px){.services-cta{padding:100px 20px}}.cta-content h2{font-size:1.75rem;font-weight:300;margin-bottom:1rem}.cta-content p{font-size:1rem;opacity:.9;margin-bottom:2rem}@media (min-width: 768px){.cta-content h2{font-size:2.2rem}.cta-content p{font-size:1.1rem}}@media (min-width: 1024px){.cta-content h2{font-size:2.5rem}.cta-content p{font-size:1.25rem}}.cta-btn{background:var(--btn-primary-bg);color:var(--text-heading);padding:12px 28px;border-radius:8px;text-decoration:none;transition:background .3s}.cta-btn:hover{background:var(--btn-primary-hover)}.service-menu-section{padding:3rem 1rem;background-color:var(--bg-primary)}@media (min-width: 768px){.service-menu-section{padding:4rem 1rem}}@media (min-width: 1024px){.service-menu-section{padding:5rem 0}}.service-menu-header{text-align:center;margin-bottom:2rem}.service-menu-header h2{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-heading)}.service-menu-header p{max-width:640px;margin:0 auto;color:var(--text-muted);line-height:1.6;font-size:.95rem}@media (min-width: 768px){.service-menu-header{margin-bottom:2.5rem}.service-menu-header h2{font-size:1.8rem}.service-menu-header p{font-size:1rem}}@media (min-width: 1024px){.service-menu-header{margin-bottom:2.5rem}.service-menu-header h2{font-size:2.25rem}.service-menu-header p{font-size:1.05rem}}.service-menu-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:600px;margin:0 auto}@media (min-width: 768px) and (max-width: 1023px){.service-menu-grid{grid-template-columns:1fr;gap:1.25rem;max-width:600px}}@media (min-width: 1024px){.service-menu-grid{grid-template-columns:1fr;gap:1.75rem;max-width:700px}}.service-menu-image-wrapper{border:none;padding:0;background:transparent;cursor:pointer;border-radius:1rem;overflow:hidden;box-shadow:0 10px 25px #0000001f;transition:transform .25s ease,box-shadow .25s ease}.service-menu-image-wrapper:focus-visible{outline:2px solid var(--color-primary-strong);outline-offset:3px}.service-menu-image{display:block;width:100%;height:100%;object-fit:cover}.service-menu-image-wrapper:hover{transform:translateY(-4px);box-shadow:0 18px 35px #0000002e}.service-menu-modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:60;padding:1.5rem}.service-menu-modal-content{position:relative;max-width:min(900px,100%);max-height:100%;width:100%;display:flex;align-items:center;justify-content:center}.service-menu-modal-image{width:100%;height:auto;max-height:calc(100vh - 4rem);object-fit:contain;border-radius:.75rem;box-shadow:0 25px 50px #0006}.service-menu-modal-close{position:absolute;top:.75rem;right:.75rem;background:#0009;color:#fff;border:none;border-radius:999px;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;transition:background .2s ease}.service-menu-modal-close:hover{background:#000c}@media (max-width: 640px){.service-menu-header h2{font-size:1.8rem}.service-menu-modal-overlay{padding:1rem}}:root{--foreground: var(--text-heading, #6B3F2E);--background: var(--bg-primary, #FCF2E8);--muted-foreground: var(--text-muted, #8A6F65);--border: var(--color-accent-soft, #F0DCDD);--primary: var(--color-primary, #F3BCB7);--card-background: var(--bg-card, #FFEFF2)}.contact-container{padding-top:4rem}.contact-hero{padding:3rem 1rem;background:var(--bg-primary);text-align:center}@media (min-width: 768px){.contact-hero{padding:4rem 1rem}}@media (min-width: 1024px){.contact-hero{padding:5rem 1rem}}.contact-hero-content{max-width:56rem;margin:0 auto;padding:0 1rem}@media (max-width: 640px){.contact-hero-content{padding:0 1.5rem}}@media (min-width: 1024px){.contact-hero-content{padding:0 2rem}}.contact-hero-title{font-size:1.75rem;font-weight:300;color:var(--text-heading);margin-bottom:1.5rem;animation:fadeIn .6s ease-in}@media (min-width: 480px){.contact-hero-title{font-size:2.25rem}}@media (min-width: 768px){.contact-hero-title{font-size:2.75rem}}@media (min-width: 1024px){.contact-hero-title{font-size:3rem}}.contact-hero-subtitle{font-size:1rem;color:var(--text-muted);animation:fadeIn .6s ease-in .1s both}@media (min-width: 768px){.contact-hero-subtitle{font-size:1.1rem}}@media (min-width: 1024px){.contact-hero-subtitle{font-size:1.25rem}}.contact-main{padding:3rem 1rem;background:var(--bg-primary)}@media (min-width: 768px){.contact-main{padding:4rem 1rem}}@media (min-width: 1024px){.contact-main{padding:5rem 1rem}}.contact-main-wrapper{max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 640px){.contact-main-wrapper{padding:0 1.5rem}}@media (min-width: 1024px){.contact-main-wrapper{padding:0 2rem}}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 1024px){.contact-grid{grid-template-columns:1fr}}.contact-form-title{font-size:1.3rem;font-weight:300;color:var(--text-heading);margin-bottom:1.5rem}@media (min-width: 768px){.contact-form-title{font-size:1.6rem}}@media (min-width: 1024px){.contact-form-title{font-size:1.875rem}}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.form-row{grid-template-columns:1fr 1fr}}.form-group,.form-group-full{display:flex;flex-direction:column}.form-label{font-size:.875rem;font-weight:500;color:var(--text-body);margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;background:#fff;border:1px solid var(--color-accent-soft);border-radius:.75rem;font-size:1rem;transition:all .2s;font-family:inherit;color:var(--text-body)}.form-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #f3bcb740}.form-input::placeholder{color:var(--text-muted)}.form-textarea{resize:none;min-height:6rem}.btn-submit{width:100%;padding:.75rem 1.5rem;background:var(--btn-primary-bg);color:var(--text-heading);border:none;border-radius:.75rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.5px}.btn-submit:hover{background:var(--btn-primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #fcae9a4d}.btn-submit:active{transform:translateY(0)}.form-note{font-size:.875rem;color:var(--text-muted);text-align:center}.contact-form-error{color:#c53030;font-size:.9rem;margin:-.5rem 0 0}.contact-otp-instruction{font-size:.95rem;color:var(--text-body);margin-bottom:.5rem}.contact-otp-instruction strong{font-weight:600;color:var(--text-heading)}.contact-otp-input{text-align:center;letter-spacing:.5em;font-size:1.25rem}.contact-otp-actions{margin-top:-.5rem}.contact-resend-btn{background:none;border:none;color:var(--color-primary);font-size:.875rem;cursor:pointer;padding:0;text-decoration:underline}.contact-resend-btn:hover:not(:disabled){color:var(--text-heading)}.contact-resend-btn:disabled{color:var(--text-muted);cursor:not-allowed;text-decoration:none}.form-input-readonly{background:#f5f5f5;cursor:default;color:var(--text-muted)}.form-error{color:#c53030;font-size:.9rem;margin:0 0 .5rem}.contact-form-otp-step .form-row{margin-bottom:.5rem}.otp-step-desc{color:var(--text-muted);margin-bottom:1.25rem;line-height:1.5}.otp-verified{font-size:.9rem;color:var(--text-muted);margin-bottom:1rem}.otp-inputs{display:flex;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.otp-digit{width:2.25rem;height:2.25rem;text-align:center;font-size:1rem;font-weight:600;border:2px solid var(--color-accent-soft);border-radius:.5rem;background:#fff;color:var(--text-body);transition:border-color .2s}@media (min-width: 480px){.otp-digit{width:2.5rem;height:2.5rem;font-size:1.1rem}}@media (min-width: 768px){.otp-digit{width:2.75rem;height:2.75rem;font-size:1.25rem}}.otp-digit:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #f3bcb740}.otp-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.btn-resend{background:transparent;border:none;color:var(--text-muted);font-size:.9rem;cursor:pointer;padding:.5rem}.btn-resend:hover:not(:disabled){color:var(--text-heading);text-decoration:underline}.btn-resend:disabled{cursor:not-allowed;opacity:.7}.btn-back{background:transparent;border:none;color:var(--text-muted);font-size:.875rem;cursor:pointer;padding:.5rem 0;margin-top:.5rem}.btn-back:hover{color:var(--text-heading);text-decoration:underline}.contact-info-section{min-width:0}.contact-info-title{font-size:1.3rem;font-weight:300;color:var(--text-heading);margin-bottom:1.5rem}@media (min-width: 768px){.contact-info-title{font-size:1.6rem}}@media (min-width: 1024px){.contact-info-title{font-size:1.875rem}}.contact-info-cards{display:flex;flex-direction:column;gap:2rem}.contact-card{background:var(--bg-card);padding:2rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;transition:all .3s}.contact-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.contact-card-title{font-size:1.25rem;font-weight:600;color:var(--text-heading);margin-bottom:1rem;display:flex;align-items:center}.contact-card-icon{font-size:1.5rem;margin-right:.75rem}.contact-card-content{color:var(--text-muted);display:flex;flex-direction:column;gap:.5rem}.hours-row{display:flex;justify-content:space-between;padding:.25rem 0}.contact-details{display:flex;flex-direction:column;gap:1rem;color:var(--text-muted)}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-weight:500;color:var(--text-body)}.detail-value{color:var(--text-muted);font-size:.95rem}.location-content{color:var(--text-muted);display:flex;flex-direction:column;gap:.25rem}.parking-note{margin-top:.5rem;font-size:.875rem;color:var(--text-muted)}.policies-content{font-size:.875rem;color:var(--text-muted);display:flex;flex-direction:column;gap:.5rem}.services-link-container{text-align:center}.btn-outline{display:inline-block;padding:.75rem 1.5rem;border:2px solid var(--color-primary);color:var(--text-heading);background:transparent;border-radius:.75rem;text-decoration:none;transition:all .3s;font-weight:500;font-size:.95rem}.btn-outline:hover{background:var(--color-primary);color:var(--text-heading);transform:translateY(-2px);box-shadow:0 4px 12px #f3bcb74d}.quick-contact{padding:3rem 1rem;background:linear-gradient(135deg,var(--text-heading),var(--text-body));color:#fff;text-align:center}@media (min-width: 768px){.quick-contact{padding:4rem 1rem}}@media (min-width: 1024px){.quick-contact{padding:5rem 1rem}}.quick-contact-content{max-width:56rem;margin:0 auto;padding:0 1rem}@media (max-width: 640px){.quick-contact-content{padding:0 1.5rem}}@media (min-width: 1024px){.quick-contact-content{padding:0 2rem}}.quick-contact-title{font-size:1.5rem;font-weight:300;color:#fff;margin-bottom:1.5rem}.quick-contact-subtitle{font-size:1rem;color:#ffffffe6;margin-bottom:2rem}@media (min-width: 768px){.quick-contact-title{font-size:1.875rem}.quick-contact-subtitle{font-size:1.1rem}}@media (min-width: 1024px){.quick-contact-title{font-size:2.25rem}.quick-contact-subtitle{font-size:1.25rem}}.quick-contact-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}@media (min-width: 640px){.quick-contact-buttons{flex-direction:row;gap:1rem}}.btn-phone{display:inline-block;padding:.75rem 1.5rem;background:var(--btn-primary-bg);color:var(--text-heading);border:none;border-radius:.75rem;text-decoration:none;transition:all .3s;font-weight:500;font-size:.95rem}.btn-phone:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-email{display:inline-block;padding:.75rem 1.5rem;border:2px solid white;color:#fff;background:transparent;border-radius:.75rem;text-decoration:none;transition:all .3s;font-weight:500;font-size:.95rem}.btn-email:hover{background:var(--btn-primary-bg);color:var(--text-heading);transform:translateY(-2px);box-shadow:0 4px 12px #0003}.social-link{color:#000;text-decoration:none;cursor:pointer;transition:opacity .3s ease}.social-link:hover{opacity:.7;text-decoration:underline}.modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#4a3a3273;animation:modalFadeIn .25s ease-out}.modal-content{background:var(--bg-primary, #fff);border-radius:1rem;padding:2.5rem 2rem 2rem;max-width:420px;width:90%;text-align:center;box-shadow:0 12px 40px #0000002e;animation:modalScaleIn .25s ease-out}.modal-title{font-size:1.25rem;font-weight:600;color:var(--text-heading);margin:0 0 .75rem}.modal-text{font-size:1rem;color:var(--text-muted);line-height:1.6;margin:0 0 2rem}.modal-actions{display:flex;gap:.75rem;justify-content:center}.modal-btn{padding:.65rem 1.5rem;border-radius:.75rem;font-size:.95rem;font-weight:500;font-family:inherit;cursor:pointer;border:none;transition:all .2s}.modal-btn:focus-visible{outline:2px solid var(--color-primary-strong);outline-offset:2px}.modal-btn-cancel{background:transparent;border:2px solid var(--color-primary);color:var(--text-heading)}.modal-btn-cancel:hover{background:var(--color-accent-soft)}.modal-btn-confirm{background:var(--btn-primary-bg);color:var(--text-heading)}.modal-btn-confirm:hover{background:var(--btn-primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #fcae9a4d}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalScaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.why-page{padding-top:4rem}.hero-section{position:relative;padding:5rem 0;overflow:hidden;text-align:center}.hero-overlay{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.2}.hero-content{position:relative;z-index:10;max-width:800px;margin:0 auto;padding:0 1rem}.hero-content h1{font-size:2rem;font-weight:300;margin-bottom:1.5rem;color:var(--text-heading);animation:fadeIn .6s ease-in}.hero-content p{font-size:1rem;color:var(--text-muted);animation:fadeIn .6s ease-in .1s both}@media (min-width: 481px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}}@media (min-width: 768px){.hero-content h1{font-size:3rem}.hero-content p{font-size:1.2rem}}@media (min-width: 1024px){.hero-content h1{font-size:3.5rem}.hero-content p{font-size:1.25rem}}.stats-section{background-color:var(--text-heading);color:#fff;padding:4rem 1rem;text-align:center}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.stat-number{font-size:1.75rem;font-weight:300}.stat-label{opacity:.9;font-size:.9rem}@media (min-width: 768px){.stat-number{font-size:2.5rem}.stat-label{font-size:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.reasons-section{background-color:var(--bg-primary);padding:5rem 1rem}.reasons-grid{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:1.75rem;font-weight:300;margin-bottom:1rem;color:var(--text-heading)}.section-header p{font-size:1rem;color:var(--text-muted)}@media (min-width: 768px){.section-header h2{font-size:2.2rem}.section-header p{font-size:1.1rem}}@media (min-width: 1024px){.section-header h2{font-size:2.5rem}.section-header p{font-size:1.2rem}}.reasons-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 481px){.reasons-grid{grid-template-columns:1fr;gap:1.5rem}}@media (min-width: 768px){.reasons-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width: 1024px){.reasons-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.reason-card{background:var(--bg-card);border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease}.reason-card:hover{transform:translateY(-4px);box-shadow:0 15px 15px #6b3f2e1f;background-color:var(--color-primary);color:var(--text-heading)}.reason-icon{font-size:2rem;margin-bottom:1rem}.reason-content h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.reason-content p{color:var(--text-muted);margin-bottom:1rem;line-height:1.6;font-size:.95rem}@media (min-width: 768px){.reason-content h3{font-size:1.25rem}.reason-content p{font-size:1rem}}.reason-content ul{list-style:none;padding:0}.reason-content li:before{content:"• ";color:var(--color-primary-strong)}.testimonials-section{background-color:var(--bg-secondary);padding:5rem 1rem}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1200px;margin:0 auto}@media (min-width: 768px){.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (min-width: 1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.testimonial-card{background:var(--bg-card);border-radius:12px;padding:2rem;box-shadow:0 2px 6px #00000014;transition:transform .2s ease}.testimonial-card:hover{transform:translateY(-2px)}.testimonial-card .quote{font-size:2rem;color:var(--color-primary-strong);margin-bottom:1rem}.testimonial-footer{border-top:1px solid var(--color-accent-soft);padding-top:1rem}.testimonial-footer strong{display:block;color:var(--text-heading)}.testimonial-footer span{color:var(--text-muted);font-size:.9rem}.guarantees-section{padding:5rem 1rem;background:var(--bg-primary)}.guarantees-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.guarantees-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.guarantees-grid{grid-template-columns:repeat(4,1fr)}}.guarantee-card{text-align:center;background:var(--bg-card);border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.guarantee-card .icon{font-size:2rem;margin-bottom:1rem}.guarantee-card h3{font-weight:600;margin-bottom:.5rem}.guarantee-card p{color:var(--text-muted);font-size:.9rem}.cta-section1{background:linear-gradient(135deg,var(--text-heading),var(--text-body));color:#fff;padding:5rem 1rem;text-align:center}.cta-section1 h2{font-size:1.75rem;font-weight:300;margin-bottom:1rem}.cta-section1 p{font-size:1rem;opacity:.9;margin-bottom:2rem}@media (min-width: 768px){.cta-section1 h2{font-size:2.2rem}.cta-section1 p{font-size:1.1rem}}@media (min-width: 1024px){.cta-section1 h2{font-size:2.5rem}.cta-section1 p{font-size:1.2rem}}.cta-button1{background:var(--btn-primary-bg);color:var(--text-heading);padding:.75rem 2rem;border-radius:8px;font-weight:600;transition:.3s;text-decoration:none}.cta-button:hover{opacity:.9}:root{--bg-primary: #ffffff;--bg-secondary: #FFE5CE;--bg-card: #FFEFF2;--color-primary: #F3BCB7;--color-primary-strong: #FCAE9A;--color-accent-soft: #F0DCDD;--text-heading: #6B3F2E;--text-body: #4A3A32;--text-muted: #8A6F65;--btn-primary-bg: #F3BCB7;--btn-primary-text: #FCF2E8;--btn-primary-hover: #FCAE9A;--primary: #F3BCB7;--secondary: #FCAE9A;--accent: #F0DCDD;--bg: #FCF2E8;--text: #4A3A32;--muted: #8A6F65}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0;scroll-behavior:smooth}body{display:flex;flex-direction:column;font-family:Arial,sans-serif;background:var(--bg-primary);color:var(--text-body);font-size:16px;line-height:1.5}@media (min-width: 640px){body{font-size:16px;line-height:1.6}}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.25rem}}@media (min-width: 1024px){.container{padding:0 1.5rem}}section{padding:40px 16px}@media (min-width: 640px){section{padding:48px 20px}}@media (min-width: 1024px){section{padding:60px 24px}}
