*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--purple:#7b2d8e;--purple-dark:#5e1f6e;--purple-light:#a855f7;--purple-soft:#f3e8ff;--pink:#db2777;--pink-light:#fbcfe8;--gold:#d4a843;--gold-light:#fef3c7;--white:#fff;--cream:#fdfcfa;--dark:#1a1a2e;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e5e5e5;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--gray-700:#404040;--gray-800:#262626;--gray-900:#171717;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 12px 32px #0000001a;--shadow-xl:0 20px 40px #0000001f;--transition:.3s ease}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--gray-800);background:var(--white);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.section-tag{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--purple);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-block}.section-title{font-family:var(--font-display);color:var(--dark);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.2}.section-subtitle{color:var(--gray-500);max-width:580px;font-size:1.05rem;line-height:1.7}.btn{font-family:var(--font-body);transition:all var(--transition);white-space:nowrap;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9rem;font-weight:500;display:inline-flex}.btn-primary{background:var(--purple);color:var(--white);border:2px solid var(--purple)}.btn-primary:hover{background:var(--purple-dark);border-color:var(--purple-dark);transform:translateY(-2px);box-shadow:0 8px 24px #7b2d8e4d}.btn-outline{color:var(--purple);border:2px solid var(--purple);background:0 0}.btn-outline:hover{background:var(--purple);color:var(--white);transform:translateY(-2px)}.btn-white{background:var(--white);color:var(--purple);border:2px solid var(--white)}.btn-white:hover{color:var(--white);background:0 0;transform:translateY(-2px)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=768px){.section{padding:4rem 0}}.header[data-astro-cid-nen7h5rs]{z-index:1000;-webkit-backdrop-filter:blur(12px);transition:all var(--transition);background:#fffffff2;border-bottom:1px solid #0000000f;position:fixed;top:0;left:0;right:0}.header[data-astro-cid-nen7h5rs].scrolled{box-shadow:var(--shadow-md)}.header-inner[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;height:72px;display:flex}.logo[data-astro-cid-nen7h5rs]{align-items:center;gap:.75rem;display:flex}.logo-img[data-astro-cid-nen7h5rs]{object-fit:cover;border-radius:50%;width:40px;height:40px}.logo-text[data-astro-cid-nen7h5rs]{font-family:var(--font-display);color:var(--purple);white-space:nowrap;font-size:1.5rem;font-weight:600}.nav-list[data-astro-cid-nen7h5rs]{gap:2rem;list-style:none;display:flex}.nav-link[data-astro-cid-nen7h5rs]{color:var(--gray-600);transition:color var(--transition);font-size:.9rem;font-weight:500;position:relative}.nav-link[data-astro-cid-nen7h5rs]:after{content:"";background:var(--purple);width:0;height:2px;transition:width var(--transition);position:absolute;bottom:-4px;left:0}.nav-link[data-astro-cid-nen7h5rs]:hover{color:var(--purple)}.nav-link[data-astro-cid-nen7h5rs]:hover:after{width:100%}.header-actions[data-astro-cid-nen7h5rs]{align-items:center;gap:1rem;display:flex}.lang-switcher[data-astro-cid-nen7h5rs]{background:var(--gray-100);border-radius:100px;gap:.25rem;padding:.2rem;display:flex}.lang-btn[data-astro-cid-nen7h5rs]{color:var(--gray-600);transition:all var(--transition);border-radius:100px;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.lang-btn[data-astro-cid-nen7h5rs].active{background:var(--white);color:var(--purple);box-shadow:var(--shadow-sm)}.btn-sm[data-astro-cid-nen7h5rs]{padding:.5rem 1.25rem;font-size:.8rem}.mobile-toggle[data-astro-cid-nen7h5rs]{flex-direction:column;gap:5px;padding:.5rem;display:none}.mobile-toggle[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{background:var(--gray-700);width:22px;height:2px;transition:all var(--transition);border-radius:2px;display:block}@media (width<=768px){.mobile-toggle[data-astro-cid-nen7h5rs]{display:flex}.nav[data-astro-cid-nen7h5rs]{background:var(--white);opacity:0;pointer-events:none;transition:all var(--transition);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-lg);padding:2rem;position:fixed;top:72px;left:0;right:0;transform:translateY(-100%)}.nav[data-astro-cid-nen7h5rs].open{opacity:1;pointer-events:all;transform:translateY(0)}.nav-list[data-astro-cid-nen7h5rs]{flex-direction:column;gap:1.5rem}.nav-link[data-astro-cid-nen7h5rs]{font-size:1.1rem}.header-actions[data-astro-cid-nen7h5rs]{gap:.5rem;margin-left:1.25rem}.logo-text[data-astro-cid-nen7h5rs]{font-size:1rem}.lang-switcher[data-astro-cid-nen7h5rs]{padding:.15rem}.lang-btn[data-astro-cid-nen7h5rs]{padding:.25rem .5rem;font-size:.7rem}.header-book-btn[data-astro-cid-nen7h5rs]{padding:.45rem .85rem;font-size:.78rem}.logo[data-astro-cid-nen7h5rs]{gap:.5rem}.logo-img[data-astro-cid-nen7h5rs]{width:36px;height:36px}}@media (width<=380px){.logo-text[data-astro-cid-nen7h5rs]{display:none}}.hero[data-astro-cid-ge2uvauf]{align-items:center;min-height:100vh;padding-top:72px;display:flex;position:relative;overflow:hidden}.hero-bg[data-astro-cid-ge2uvauf]{background:linear-gradient(135deg, var(--purple-soft) 0%, var(--cream) 40%, var(--pink-light) 100%);opacity:.5;position:absolute;inset:0}.hero-inner[data-astro-cid-ge2uvauf]{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:4rem 0;display:grid;position:relative}.hero-tag[data-astro-cid-ge2uvauf]{background:var(--purple-soft);color:var(--purple);letter-spacing:.05em;border-radius:100px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.hero-title[data-astro-cid-ge2uvauf]{font-family:var(--font-display);color:var(--dark);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.1}.hero-accent[data-astro-cid-ge2uvauf]{background:linear-gradient(135deg, var(--purple) 0%, var(--pink) 100%);-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle[data-astro-cid-ge2uvauf]{color:var(--gray-500);max-width:480px;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.hero-cta[data-astro-cid-ge2uvauf]{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-badges[data-astro-cid-ge2uvauf]{flex-wrap:wrap;gap:.75rem;display:flex}.badge[data-astro-cid-ge2uvauf]{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-600);border-radius:100px;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.hero-visual[data-astro-cid-ge2uvauf]{justify-content:center;display:flex;position:relative}.hero-image-main[data-astro-cid-ge2uvauf]{width:380px;height:480px;box-shadow:var(--shadow-xl);z-index:2;border-radius:200px 200px 24px 24px;position:relative;overflow:hidden}.hero-image-main[data-astro-cid-ge2uvauf] img[data-astro-cid-ge2uvauf]{object-fit:cover;width:100%;height:100%}.hero-image-float[data-astro-cid-ge2uvauf]{box-shadow:var(--shadow-lg);z-index:3;border-radius:16px;position:absolute;overflow:hidden}.hero-float-1[data-astro-cid-ge2uvauf]{width:140px;height:140px;animation:6s ease-in-out infinite float;top:60px;left:-20px}.hero-float-2[data-astro-cid-ge2uvauf]{width:120px;height:120px;animation:6s ease-in-out 3s infinite float;bottom:80px;right:-10px}.hero-image-float[data-astro-cid-ge2uvauf] img[data-astro-cid-ge2uvauf]{object-fit:cover;width:100%;height:100%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (width<=768px){.hero[data-astro-cid-ge2uvauf]{min-height:auto;padding-top:72px}.hero-inner[data-astro-cid-ge2uvauf]{text-align:center;grid-template-columns:1fr;padding:3rem 0}.hero-subtitle[data-astro-cid-ge2uvauf]{margin-left:auto;margin-right:auto}.hero-cta[data-astro-cid-ge2uvauf],.hero-badges[data-astro-cid-ge2uvauf]{justify-content:center}.hero-visual[data-astro-cid-ge2uvauf]{order:-1}.hero-image-main[data-astro-cid-ge2uvauf]{width:260px;height:340px}.hero-float-1[data-astro-cid-ge2uvauf]{width:100px;height:100px;top:20px;left:10px}.hero-float-2[data-astro-cid-ge2uvauf]{width:90px;height:90px;bottom:40px;right:10px}}.services[data-astro-cid-lesv7jgp]{background:var(--white)}.services-header[data-astro-cid-lesv7jgp]{text-align:center;margin-bottom:3rem}.services-header[data-astro-cid-lesv7jgp] .section-subtitle[data-astro-cid-lesv7jgp]{margin:0 auto}.service-category[data-astro-cid-lesv7jgp]{margin-bottom:3rem}.category-title[data-astro-cid-lesv7jgp]{font-family:var(--font-display);color:var(--purple);border-bottom:2px solid var(--purple-soft);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:600}.services-grid[data-astro-cid-lesv7jgp]{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.service-card[data-astro-cid-lesv7jgp]{background:var(--white);box-shadow:var(--shadow-sm);transition:all var(--transition);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.service-card[data-astro-cid-lesv7jgp]:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.service-image[data-astro-cid-lesv7jgp]{height:220px;overflow:hidden}.service-image[data-astro-cid-lesv7jgp] img[data-astro-cid-lesv7jgp]{object-fit:cover;width:100%;height:100%;transition:transform .5s}.service-card[data-astro-cid-lesv7jgp]:hover .service-image[data-astro-cid-lesv7jgp] img[data-astro-cid-lesv7jgp]{transform:scale(1.05)}.service-body[data-astro-cid-lesv7jgp]{flex-direction:column;flex:1;padding:1.25rem;display:flex}.service-top[data-astro-cid-lesv7jgp]{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;display:flex}.service-name[data-astro-cid-lesv7jgp]{font-family:var(--font-display);color:var(--dark);font-size:1.15rem;font-weight:600}.service-price[data-astro-cid-lesv7jgp]{color:var(--purple);white-space:nowrap;font-size:1.1rem;font-weight:700}.service-desc[data-astro-cid-lesv7jgp]{color:var(--gray-500);flex:1;font-size:.88rem;line-height:1.6}.services-cta[data-astro-cid-lesv7jgp]{text-align:center;margin-top:2rem}@media (width<=768px){.services-grid[data-astro-cid-lesv7jgp]{grid-template-columns:1fr}}.expect{background:linear-gradient(135deg, var(--purple-soft) 0%, var(--cream) 40%, var(--pink-light) 100%)}.expect-layout{grid-template-columns:5fr 7fr;align-items:start;gap:4rem;display:grid}.expect-intro{color:var(--gray-500);margin-bottom:2rem;font-size:1rem;line-height:1.8}.expect-features{flex-wrap:wrap;gap:1.25rem;margin-bottom:2rem;display:flex}.expect-feature{align-items:center;gap:.5rem;display:flex}.expect-feature-icon{background:var(--purple-soft);width:36px;height:36px;color:var(--purple);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.expect-feature span{color:var(--gray-600);font-size:.8rem;font-weight:600}.expect-image-wrapper{box-shadow:var(--shadow-lg);border-radius:20px;overflow:hidden}.expect-image{aspect-ratio:4/3;object-fit:cover;width:100%}.expect-accordion{flex-direction:column;gap:.6rem;margin-bottom:1.5rem;display:flex}.expect-item{background:var(--white);border:1.5px solid var(--gray-200);transition:all var(--transition);border-radius:14px;overflow:hidden}.expect-item:hover{border-color:var(--purple-soft)}.expect-item[open]{background:var(--white);border-color:var(--purple);box-shadow:0 4px 16px #7b2d8e14}.expect-trigger{cursor:pointer;user-select:none;justify-content:space-between;align-items:center;padding:1rem 1.25rem;list-style:none;display:flex}.expect-trigger::-webkit-details-marker{display:none}.expect-trigger::marker{content:"";display:none}.expect-trigger-left{align-items:center;gap:.75rem;display:flex}.expect-trigger-left span{color:var(--dark);font-size:.95rem;font-weight:600}.expect-icon{background:var(--purple-soft);width:38px;height:38px;color:var(--purple);transition:all var(--transition);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.expect-item[open] .expect-icon{background:var(--purple);color:var(--white)}.expect-chevron{color:var(--gray-400);flex-shrink:0;transition:transform .3s}.expect-item[open] .expect-chevron{color:var(--purple);transform:rotate(180deg)}.expect-content{padding:0 1.25rem 1.15rem 4.25rem}.expect-content p{color:var(--gray-500);font-size:.9rem;line-height:1.7}.expect-note{background:var(--cream);border-left:4px solid var(--purple);border-radius:16px;padding:1.75rem}.expect-note h3{color:var(--dark);margin-bottom:.75rem;font-size:1rem;font-weight:700}.expect-note ul{flex-direction:column;gap:.6rem;margin-bottom:1.25rem;list-style:none;display:flex}.expect-note li{color:var(--gray-600);padding-left:1.25rem;font-size:.85rem;line-height:1.7;position:relative}.expect-note li:before{content:"";background:var(--purple);border-radius:50%;width:6px;height:6px;position:absolute;top:.6em;left:0}@media (width<=768px){.expect-layout{grid-template-columns:1fr;gap:2.5rem}.expect-left{text-align:center}.expect-features{justify-content:center}.expect-image-wrapper{max-width:400px;margin:0 auto}.expect-trigger{padding:.9rem 1rem}.expect-trigger-left span{font-size:.88rem}.expect-content{padding:0 1rem 1rem 3.75rem}.expect-note{padding:1.25rem}}.about[data-astro-cid-oxgmilyn]{background:var(--white)}.about-grid[data-astro-cid-oxgmilyn]{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-images[data-astro-cid-oxgmilyn]{position:relative}.about-image-main[data-astro-cid-oxgmilyn]{box-shadow:var(--shadow-xl);border-radius:24px;overflow:hidden}.about-image-main[data-astro-cid-oxgmilyn] img[data-astro-cid-oxgmilyn]{aspect-ratio:3/4;object-fit:cover;width:100%}.about-image-accent[data-astro-cid-oxgmilyn]{border:4px solid var(--white);width:160px;height:160px;box-shadow:var(--shadow-lg);border-radius:16px;position:absolute;bottom:-30px;right:-30px;overflow:hidden}.about-image-accent[data-astro-cid-oxgmilyn] img[data-astro-cid-oxgmilyn]{object-fit:cover;width:100%;height:100%}.about-text[data-astro-cid-oxgmilyn]{color:var(--gray-600);margin-bottom:1rem;font-size:1rem;line-height:1.8}.about-sign[data-astro-cid-oxgmilyn]{font-family:var(--font-display);color:var(--purple);margin-top:.5rem;font-size:1.2rem;font-style:italic}.about-features[data-astro-cid-oxgmilyn]{flex-direction:column;gap:1.25rem;margin-top:2rem;display:flex}.feature[data-astro-cid-oxgmilyn]{align-items:flex-start;gap:1rem;display:flex}.feature-icon[data-astro-cid-oxgmilyn]{background:var(--purple-soft);width:48px;height:48px;color:var(--purple);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.feature-title[data-astro-cid-oxgmilyn]{color:var(--dark);margin-bottom:.15rem;font-size:.95rem;font-weight:600}.feature-desc[data-astro-cid-oxgmilyn]{color:var(--gray-500);font-size:.85rem}@media (width<=768px){.about-grid[data-astro-cid-oxgmilyn]{grid-template-columns:1fr;gap:3rem}.about-images[data-astro-cid-oxgmilyn]{max-width:400px;margin:0 auto}.about-image-accent[data-astro-cid-oxgmilyn]{width:120px;height:120px;bottom:-20px;right:-10px}}.gallery[data-astro-cid-rj65ajc3]{background:linear-gradient(135deg, var(--purple-soft) 0%, var(--cream) 40%, var(--pink-light) 100%)}.gallery-header[data-astro-cid-rj65ajc3]{text-align:center;margin-bottom:3rem}.gallery-header[data-astro-cid-rj65ajc3] .section-subtitle[data-astro-cid-rj65ajc3]{margin:0 auto}.gallery-grid[data-astro-cid-rj65ajc3]{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.gallery-item[data-astro-cid-rj65ajc3]{cursor:pointer;aspect-ratio:1;border:none;border-radius:12px;padding:0;position:relative;overflow:hidden}.gallery-item[data-astro-cid-rj65ajc3] img[data-astro-cid-rj65ajc3]{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-overlay[data-astro-cid-rj65ajc3]{color:var(--white);opacity:0;transition:opacity var(--transition);background:#7b2d8e66;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.gallery-item[data-astro-cid-rj65ajc3]:hover img[data-astro-cid-rj65ajc3]{transform:scale(1.1)}.gallery-item[data-astro-cid-rj65ajc3]:hover .gallery-overlay[data-astro-cid-rj65ajc3]{opacity:1}.gallery-cta[data-astro-cid-rj65ajc3]{text-align:center;margin-top:2.5rem}.lightbox[data-astro-cid-rj65ajc3]{z-index:9999;opacity:0;pointer-events:none;transition:opacity var(--transition);background:#000000eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox[data-astro-cid-rj65ajc3].open{opacity:1;pointer-events:all}.lightbox-image[data-astro-cid-rj65ajc3]{object-fit:contain;border-radius:8px;max-width:85vw;max-height:85vh}.lightbox-close[data-astro-cid-rj65ajc3]{color:var(--white);padding:.5rem;font-size:2rem;line-height:1;position:absolute;top:1.5rem;right:1.5rem}.lightbox-prev[data-astro-cid-rj65ajc3],.lightbox-next[data-astro-cid-rj65ajc3]{color:var(--white);padding:1rem;font-size:3rem;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-prev[data-astro-cid-rj65ajc3]{left:1rem}.lightbox-next[data-astro-cid-rj65ajc3]{right:1rem}@media (width<=768px){.gallery-grid[data-astro-cid-rj65ajc3]{grid-template-columns:repeat(2,1fr)}}.reviews[data-astro-cid-4bjs7uhz]{background:var(--white)}.reviews-header[data-astro-cid-4bjs7uhz]{text-align:center;margin-bottom:3rem}.reviews-rating[data-astro-cid-4bjs7uhz]{justify-content:center;align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.stars[data-astro-cid-4bjs7uhz]{color:var(--gold);gap:.15rem;display:flex}.rating-text[data-astro-cid-4bjs7uhz]{color:var(--gray-600);font-size:.9rem;font-weight:500}.reviews-grid[data-astro-cid-4bjs7uhz]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.review-card[data-astro-cid-4bjs7uhz]{background:var(--white);box-shadow:var(--shadow-sm);transition:transform var(--transition);border-radius:16px;padding:2rem}.review-card[data-astro-cid-4bjs7uhz]:hover{transform:translateY(-4px)}.review-stars[data-astro-cid-4bjs7uhz]{color:var(--gold);gap:.15rem;margin-bottom:1rem;display:flex}.review-text[data-astro-cid-4bjs7uhz]{color:var(--gray-600);margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.7}.review-footer[data-astro-cid-4bjs7uhz]{align-items:center;gap:.75rem;display:flex}.review-avatar[data-astro-cid-4bjs7uhz]{background:var(--purple-soft);width:40px;height:40px;color:var(--purple);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.review-author[data-astro-cid-4bjs7uhz]{color:var(--dark);font-size:.9rem;font-weight:600;display:block}.review-date[data-astro-cid-4bjs7uhz]{color:var(--gray-400);font-size:.8rem}.reviews-cta[data-astro-cid-4bjs7uhz]{text-align:center;margin-top:2.5rem}@media (width<=768px){.reviews-grid[data-astro-cid-4bjs7uhz]{grid-template-columns:1fr}}.booking[data-astro-cid-5n25xmrl]{background:linear-gradient(135deg, var(--purple-soft) 0%, var(--cream) 40%, var(--pink-light) 100%)}.booking-header[data-astro-cid-5n25xmrl]{text-align:center;margin-bottom:3rem}.booking-text[data-astro-cid-5n25xmrl]{color:var(--gray-500);max-width:580px;margin:0 auto;font-size:1.05rem;line-height:1.7}.booking-grid[data-astro-cid-5n25xmrl]{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.booking-scroll-note[data-astro-cid-5n25xmrl]{display:none}.booking-info-card[data-astro-cid-5n25xmrl]{background:var(--gray-50);border-radius:12px;margin-bottom:1rem;padding:1.5rem}.booking-info-card[data-astro-cid-5n25xmrl] h3[data-astro-cid-5n25xmrl]{color:var(--dark);margin-bottom:.75rem;font-size:.95rem;font-weight:600}.booking-info-card[data-astro-cid-5n25xmrl] ul[data-astro-cid-5n25xmrl]{flex-direction:column;gap:.5rem;list-style:none;display:flex}.booking-info-card[data-astro-cid-5n25xmrl] li[data-astro-cid-5n25xmrl]{color:var(--gray-600);padding-left:1.25rem;font-size:.9rem;position:relative}.booking-info-card[data-astro-cid-5n25xmrl] li[data-astro-cid-5n25xmrl]:before{content:"";background:var(--purple);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.booking-removal-note[data-astro-cid-5n25xmrl] p[data-astro-cid-5n25xmrl]{color:var(--gray-600);font-size:.9rem;font-style:italic;line-height:1.6}.booking-widget[data-astro-cid-5n25xmrl]{flex-direction:column;align-items:center;display:flex;position:sticky;top:90px}.booking-widget[data-astro-cid-5n25xmrl] .salonized-booking[data-astro-cid-5n25xmrl]{border:2px solid var(--purple);width:100%;max-width:500px;box-shadow:0 0 0 6px var(--purple-soft), 0 12px 32px -12px #9929bd59;background:var(--white);border-radius:16px;overflow:hidden}.booking-policies[data-astro-cid-5n25xmrl]{margin-top:1.5rem}.booking-policies[data-astro-cid-5n25xmrl] h3[data-astro-cid-5n25xmrl]{font-family:var(--font-display);color:var(--dark);margin-bottom:.5rem;font-size:1.4rem;font-weight:600}.policies-intro[data-astro-cid-5n25xmrl]{color:var(--gray-500);margin-bottom:1.25rem;font-size:.9rem}.policy-item[data-astro-cid-5n25xmrl]{background:var(--gray-50);border-radius:10px;margin-bottom:.5rem;overflow:hidden}.policy-item[data-astro-cid-5n25xmrl] summary[data-astro-cid-5n25xmrl]{color:var(--dark);cursor:pointer;user-select:none;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.9rem;font-weight:600;list-style:none;display:flex}.policy-item[data-astro-cid-5n25xmrl] summary[data-astro-cid-5n25xmrl]::-webkit-details-marker{display:none}.policy-item[data-astro-cid-5n25xmrl] summary[data-astro-cid-5n25xmrl]::marker{content:"";display:none}.policy-item[data-astro-cid-5n25xmrl] summary[data-astro-cid-5n25xmrl]:after{content:"+";color:var(--purple);flex-shrink:0;font-size:1.2rem;font-weight:400}.policy-item[data-astro-cid-5n25xmrl][open] summary[data-astro-cid-5n25xmrl]:after{content:"-"}.policy-item[data-astro-cid-5n25xmrl][open]{background:var(--purple-soft)}.policy-content[data-astro-cid-5n25xmrl]{padding:0 1.25rem 1rem}.policy-content[data-astro-cid-5n25xmrl] ul[data-astro-cid-5n25xmrl]{flex-direction:column;gap:.4rem;list-style:none;display:flex}.policy-content[data-astro-cid-5n25xmrl] li[data-astro-cid-5n25xmrl]{color:var(--gray-600);padding-left:1rem;font-size:.85rem;line-height:1.6;position:relative}.policy-content[data-astro-cid-5n25xmrl] li[data-astro-cid-5n25xmrl]:before{content:"";background:var(--purple);border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}.policies-ack[data-astro-cid-5n25xmrl]{color:var(--gray-400);margin-top:1rem;font-size:.8rem;font-style:italic}@media (width<=768px){.booking-grid[data-astro-cid-5n25xmrl]{grid-template-columns:1fr;gap:2rem}.booking-widget[data-astro-cid-5n25xmrl]{order:-1;position:static}.booking-scroll-note[data-astro-cid-5n25xmrl]{color:var(--gray-400);text-align:center;margin-bottom:.75rem;font-size:.8rem;font-style:italic;display:block}}.faq[data-astro-cid-7synugci]{background:linear-gradient(135deg, var(--purple-soft) 0%, var(--cream) 40%, var(--pink-light) 100%)}.faq-header[data-astro-cid-7synugci]{text-align:center;margin-bottom:3rem}.faq-header[data-astro-cid-7synugci] .section-subtitle[data-astro-cid-7synugci]{margin:0 auto}.faq-list[data-astro-cid-7synugci]{flex-direction:column;gap:.5rem;max-width:820px;margin:0 auto;display:flex}.faq-item[data-astro-cid-7synugci]{background:var(--white);box-shadow:var(--shadow-sm);border-radius:12px;overflow:hidden}.faq-item[data-astro-cid-7synugci] summary[data-astro-cid-7synugci]{color:var(--dark);cursor:pointer;user-select:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.5rem;font-size:.95rem;font-weight:600;list-style:none;display:flex}.faq-item[data-astro-cid-7synugci] summary[data-astro-cid-7synugci]::-webkit-details-marker{display:none}.faq-item[data-astro-cid-7synugci] summary[data-astro-cid-7synugci]::marker{content:"";display:none}.faq-item[data-astro-cid-7synugci] summary[data-astro-cid-7synugci]:after{content:"+";color:var(--purple);flex-shrink:0;font-size:1.4rem;font-weight:400;line-height:1}.faq-item[data-astro-cid-7synugci][open] summary[data-astro-cid-7synugci]:after{content:"–"}.faq-item[data-astro-cid-7synugci][open]{background:var(--purple-soft)}.faq-content[data-astro-cid-7synugci]{padding:0 1.5rem 1.25rem}.faq-content[data-astro-cid-7synugci] p[data-astro-cid-7synugci]{color:var(--gray-600);font-size:.9rem;line-height:1.7}.giftcards[data-astro-cid-2wg65te6]{background:var(--white)}.giftcards-grid[data-astro-cid-2wg65te6]{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.giftcards-text[data-astro-cid-2wg65te6]{color:var(--gray-600);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.giftcards-perks[data-astro-cid-2wg65te6]{flex-direction:column;gap:.75rem;list-style:none;display:flex}.giftcards-perks[data-astro-cid-2wg65te6] li[data-astro-cid-2wg65te6]{color:var(--gray-700);padding-left:1.5rem;font-size:.95rem;font-weight:500;position:relative}.giftcards-perks[data-astro-cid-2wg65te6] li[data-astro-cid-2wg65te6]:before{content:"";background:var(--purple);border-radius:50%;width:8px;height:8px;position:absolute;top:.5em;left:0}.giftcards-widget[data-astro-cid-2wg65te6]{justify-content:center;align-items:flex-start;display:flex}.giftcards-widget[data-astro-cid-2wg65te6] .salonized-voucher[data-astro-cid-2wg65te6]{border-radius:16px;width:100%;max-width:500px;overflow:hidden}@media (width<=768px){.giftcards-grid[data-astro-cid-2wg65te6]{grid-template-columns:1fr;gap:2rem}}.contact[data-astro-cid-he3spzz3]{background:linear-gradient(135deg, var(--purple-soft) 0%, var(--cream) 40%, var(--pink-light) 100%)}.contact-grid[data-astro-cid-he3spzz3]{max-width:720px;margin:0 auto}.contact-text[data-astro-cid-he3spzz3]{color:var(--gray-500);margin-bottom:2rem;font-size:1rem;line-height:1.7}.contact-details[data-astro-cid-he3spzz3]{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.contact-item[data-astro-cid-he3spzz3]{align-items:flex-start;gap:1rem;display:flex}.contact-icon[data-astro-cid-he3spzz3]{background:var(--purple-soft);width:44px;height:44px;color:var(--purple);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-item[data-astro-cid-he3spzz3] h3[data-astro-cid-he3spzz3]{color:var(--dark);margin-bottom:.15rem;font-size:.85rem;font-weight:600}.contact-item[data-astro-cid-he3spzz3] a[data-astro-cid-he3spzz3],.contact-item[data-astro-cid-he3spzz3] p[data-astro-cid-he3spzz3]{color:var(--gray-500);font-size:.9rem}.contact-item[data-astro-cid-he3spzz3] a[data-astro-cid-he3spzz3]:hover{color:var(--purple)}.location-detail[data-astro-cid-he3spzz3]{color:var(--gray-400);font-size:.8rem;font-style:italic}.hours-list[data-astro-cid-he3spzz3] p[data-astro-cid-he3spzz3]{color:var(--gray-500);font-size:.85rem;line-height:1.6}.contact-images[data-astro-cid-he3spzz3]{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.location-img[data-astro-cid-he3spzz3]{aspect-ratio:4/3;object-fit:cover;border-radius:12px;width:100%}.phone-links[data-astro-cid-he3spzz3]{flex-direction:column;align-items:flex-start;gap:.35rem;display:flex}.whatsapp-link[data-astro-cid-he3spzz3]{align-items:center;gap:.4rem;font-weight:600;display:inline-flex;color:#25d366!important}.whatsapp-link[data-astro-cid-he3spzz3]:hover{color:#128c7e!important}.whatsapp-link[data-astro-cid-he3spzz3] svg[data-astro-cid-he3spzz3]{flex-shrink:0}.contact-directions[data-astro-cid-he3spzz3]{border-top:1px solid var(--gray-200);grid-template-columns:1fr 1fr;gap:3rem;margin-top:4rem;padding-top:3rem;display:grid}.directions-content[data-astro-cid-he3spzz3] h3[data-astro-cid-he3spzz3]{font-family:var(--font-display);color:var(--dark);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.directions-intro[data-astro-cid-he3spzz3]{color:var(--gray-500);margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.direction-items[data-astro-cid-he3spzz3]{flex-direction:column;gap:1.25rem;display:flex}.direction-item[data-astro-cid-he3spzz3]{align-items:flex-start;gap:1rem;display:flex}.direction-icon[data-astro-cid-he3spzz3]{background:var(--purple-soft);width:44px;height:44px;color:var(--purple);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.direction-item[data-astro-cid-he3spzz3] h4[data-astro-cid-he3spzz3]{color:var(--dark);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.direction-item[data-astro-cid-he3spzz3] p[data-astro-cid-he3spzz3]{color:var(--gray-500);font-size:.85rem;line-height:1.6}@media (width<=768px){.contact-directions[data-astro-cid-he3spzz3]{grid-template-columns:1fr;gap:2rem}}.footer[data-astro-cid-jo6i4kqk]{background:var(--dark);color:var(--gray-300);padding:4rem 0 0}.footer-grid[data-astro-cid-jo6i4kqk]{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.footer[data-astro-cid-jo6i4kqk] .logo[data-astro-cid-jo6i4kqk]{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.footer[data-astro-cid-jo6i4kqk] .logo-img[data-astro-cid-jo6i4kqk]{object-fit:cover;border-radius:50%;width:36px;height:36px}.footer[data-astro-cid-jo6i4kqk] .logo-text[data-astro-cid-jo6i4kqk]{font-family:var(--font-display);color:var(--white);font-size:1.4rem;font-weight:600}.footer-tagline[data-astro-cid-jo6i4kqk]{color:var(--gray-400);font-size:.9rem}.footer-grid[data-astro-cid-jo6i4kqk] h4[data-astro-cid-jo6i4kqk]{color:var(--white);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;font-size:.85rem;font-weight:600}.footer-links[data-astro-cid-jo6i4kqk] ul[data-astro-cid-jo6i4kqk],.footer-contact-col[data-astro-cid-jo6i4kqk] ul[data-astro-cid-jo6i4kqk]{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk],.footer-contact-col[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk],.footer-contact-col[data-astro-cid-jo6i4kqk] li[data-astro-cid-jo6i4kqk]{color:var(--gray-400);transition:color var(--transition);font-size:.9rem}.footer-links[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover,.footer-contact-col[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:var(--white)}.lang-switcher-footer[data-astro-cid-jo6i4kqk]{flex-direction:column;gap:.5rem;display:flex}.lang-btn-footer[data-astro-cid-jo6i4kqk]{text-align:left;color:var(--gray-400);transition:color var(--transition);padding:.35rem 0;font-size:.9rem}.lang-btn-footer[data-astro-cid-jo6i4kqk].active,.lang-btn-footer[data-astro-cid-jo6i4kqk]:hover{color:var(--white)}.footer-bottom[data-astro-cid-jo6i4kqk]{text-align:center;padding:1.5rem 0}.footer-bottom[data-astro-cid-jo6i4kqk] p[data-astro-cid-jo6i4kqk]{color:var(--gray-300);font-size:.8rem}@media (width<=768px){.footer-grid[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand[data-astro-cid-jo6i4kqk]{grid-column:1/-1}}@media (width<=480px){.footer-grid[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr}}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.reveal.visible{opacity:1;transform:translateY(0)}.services-grid .reveal:nth-child(2){transition-delay:.1s}.services-grid .reveal:nth-child(3){transition-delay:.2s}.services-grid .reveal:nth-child(4){transition-delay:.3s}.services-grid .reveal:nth-child(5){transition-delay:.4s}.reviews-grid .reveal:nth-child(2){transition-delay:.15s}.reviews-grid .reveal:nth-child(3){transition-delay:.3s}.gallery-grid .reveal:nth-child(2){transition-delay:.1s}.gallery-grid .reveal:nth-child(3){transition-delay:.2s}.gallery-grid .reveal:nth-child(4){transition-delay:.3s}.gallery-grid .reveal:nth-child(5){transition-delay:.4s}.mobile-book-btn{display:none}.mobile-toggle.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}
