*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #FDFAF6;--beige: #F0E9DC;--taupe: #C4B5A5;--sage: #7057C6;--sage-dark: #5A40AD;--sage-light: #EDEAFA;--green: #4DB08C;--green-dark: #3A9070;--green-light:#E5F5F0;--ink: #3D3530;--muted: #6B5E57;--faint: #9A8B84;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--shadow-sm: 0 2px 8px rgba(61, 53, 48, .06);--shadow-md: 0 4px 20px rgba(61, 53, 48, .1);--shadow-lg: 0 8px 40px rgba(61, 53, 48, .12);--font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--max-w: 1100px;--section-gap: 5rem;--header-h: 82px}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background-color:var(--cream);color:var(--muted);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:focus-visible{outline:2px solid var(--sage);outline-offset:3px;border-radius:var(--radius-sm)}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--ink);line-height:1.2;font-weight:500}h1{font-size:clamp(2.4rem,5vw,3.8rem)}h2{font-size:clamp(1.9rem,3.5vw,2.8rem)}h3{font-size:clamp(1.3rem,2vw,1.6rem)}p{color:var(--muted)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:1.5rem}.section{padding-block:var(--section-gap)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:100px;font-family:var(--font-sans);font-size:.9rem;font-weight:500;letter-spacing:.02em;cursor:pointer;border:none;transition:background .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease;white-space:nowrap;text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--sage);color:#fff;box-shadow:0 2px 12px #7057c64d}.btn-primary:hover{background:var(--sage-dark);box-shadow:0 4px 18px #7057c666}.btn-outline{background:transparent;color:var(--ink);border:1.5px solid var(--taupe)}.btn-outline:hover{border-color:var(--sage);color:var(--sage-dark);background:var(--sage-light)}.section-label{display:block;font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--sage);margin-bottom:.75rem}.section-heading{margin-bottom:1rem}.section-subheading{font-size:1.05rem;color:var(--muted);max-width:540px}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--ink);color:var(--cream);padding:.6rem 1.2rem;border-radius:0 0 var(--radius-sm) var(--radius-sm);font-size:.875rem;font-weight:600;z-index:999;text-decoration:none;transition:top .2s ease}.skip-link:focus{top:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--taupe);border-radius:3px}.site-header{position:sticky;top:0;z-index:100;height:var(--header-h);background:#fdfaf6eb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:border-color .3s ease,box-shadow .3s ease}.site-header--scrolled{border-bottom-color:var(--beige);box-shadow:var(--shadow-sm)}.site-header__inner{display:flex;align-items:center;height:100%;gap:2rem}.site-header__logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.site-header__leaf{height:38px;width:auto;display:block;mix-blend-mode:multiply}.site-header__logo-text{font-family:Nunito,Poppins,Arial,sans-serif;font-weight:700;font-size:1.05rem;color:#7057c6;letter-spacing:.12em;white-space:nowrap}.site-header__nav{margin-left:auto}.site-header__nav ul{list-style:none;display:flex;align-items:center;gap:.25rem}.site-header__nav-link{display:inline-block;padding:.4rem .75rem;font-size:.875rem;font-weight:500;color:var(--muted);border-radius:var(--radius-sm);transition:color .2s ease,background .2s ease;text-decoration:none}.site-header__nav-link:hover{color:var(--ink);background:var(--beige)}.site-header__cta{flex-shrink:0;font-size:.85rem;padding:.6rem 1.35rem}.site-header__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:.5rem;margin-left:auto;border-radius:var(--radius-sm)}.site-header__hamburger span{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:transform .25s ease,opacity .25s ease;transform-origin:center}.site-header__hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header__hamburger.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.site-header__hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__mobile{display:none;position:absolute;top:var(--header-h);left:0;right:0;background:var(--cream);border-bottom:1px solid var(--beige);box-shadow:var(--shadow-md);padding:1rem 1.5rem 1.5rem;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.site-header__mobile.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.site-header__mobile ul{list-style:none;display:flex;flex-direction:column;gap:.25rem}.site-header__mobile-link{display:block;padding:.7rem .75rem;font-size:1rem;font-weight:500;color:var(--muted);border-radius:var(--radius-sm);transition:color .2s ease,background .2s ease;text-decoration:none}.site-header__mobile-link:hover{color:var(--ink);background:var(--beige)}.site-header__mobile-cta{margin-top:.75rem;width:100%}@media (max-width: 768px){.site-header__nav,.site-header__cta{display:none}.site-header__hamburger,.site-header__mobile{display:flex}.site-header__mobile{display:block}}.hero{position:relative;overflow:hidden;padding-block:5rem 4rem}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.hero__bg-circle{position:absolute;border-radius:50%}.hero__bg-circle--1{width:600px;height:600px;right:-180px;top:-150px;background:radial-gradient(circle,rgba(112,87,198,.09) 0%,transparent 70%)}.hero__bg-circle--2{width:400px;height:400px;left:-100px;bottom:-100px;background:radial-gradient(circle,rgba(196,181,165,.14) 0%,transparent 70%)}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero__content{max-width:520px}.hero__headline{margin-bottom:1.25rem;letter-spacing:-.02em}.hero__headline em{font-style:italic;color:var(--sage)}.hero__subheading{font-size:1.05rem;line-height:1.75;color:var(--muted);margin-bottom:2rem;max-width:460px}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem}.hero__trust{list-style:none;display:flex;flex-direction:column;gap:.6rem}.hero__trust-item{display:flex;align-items:center;gap:.6rem;font-size:.875rem;font-weight:500;color:var(--muted)}.hero__visual{display:flex;justify-content:center}.hero__visual-card{position:relative;width:100%;max-width:380px;aspect-ratio:4 / 5;background:var(--beige);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;display:flex;align-items:flex-end;padding:2rem}.hero__visual-leaf{position:absolute;pointer-events:none}.hero__visual-leaf--1{top:-20px;right:-10px;width:160px}.hero__visual-leaf--2{bottom:30px;left:-15px;width:100px;transform:rotate(20deg)}.hero__visual-text{position:relative;z-index:2}.hero__visual-quote{font-family:var(--font-serif);font-size:1.15rem;font-style:italic;color:var(--muted);line-height:1.6}.hero__visual-dots{position:absolute;top:1.5rem;left:1.5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:6px;pointer-events:none;z-index:1}.hero__dot{width:4px;height:4px;border-radius:50%;background:var(--taupe);opacity:.5}@media (max-width: 900px){.hero__inner{grid-template-columns:1fr;gap:3rem}.hero__visual{order:-1}.hero__visual-card{max-width:320px;aspect-ratio:3 / 2;margin-inline:auto}.hero__visual-leaf--1{width:120px}}@media (max-width: 480px){.hero{padding-block:3rem 3rem}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%;justify-content:center}}.treatments{background:var(--beige)}.treatments__header{margin-bottom:3rem;max-width:600px}.treatments__grid{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.treatment-card{background:var(--cream);border-radius:var(--radius-md);padding:2rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:0;transition:box-shadow .25s ease,transform .25s ease}.treatment-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.treatment-card__icon-wrap{width:56px;height:56px;background:var(--green-light);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.treatment-card__body{flex:1}.treatment-card__tagline{display:block;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--sage);margin-bottom:.4rem}.treatment-card__name{font-size:1.2rem;color:var(--ink);margin-bottom:.75rem}.treatment-card__desc{font-size:.9rem;line-height:1.7;color:var(--muted);margin-bottom:1rem}.treatment-card__meta{margin-bottom:1.5rem}.treatment-card__duration{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:500;color:var(--faint)}.treatment-card__link{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;color:var(--sage);text-decoration:none;border-bottom:1.5px solid transparent;padding-bottom:1px;transition:color .2s ease,border-color .2s ease,gap .2s ease;align-self:flex-start;margin-top:auto}.treatment-card__link:hover{color:var(--sage-dark);border-bottom-color:var(--sage-dark);gap:.6rem}.treatments__pricing-note{margin-top:2.5rem;text-align:center;font-size:.875rem;color:var(--faint);font-style:italic}@media (max-width: 900px){.treatments__grid{grid-template-columns:1fr;max-width:520px}}@media (max-width: 480px){.treatment-card{padding:1.5rem}}.about__inner{display:grid;grid-template-columns:1fr 380px;gap:5rem;align-items:start}.about__title{font-family:var(--font-sans);font-size:.875rem;font-weight:600;color:var(--sage);letter-spacing:.03em;margin-bottom:1.25rem}.about__intro{font-size:1.05rem;color:var(--muted);margin-bottom:1rem}.about__content p{margin-bottom:1rem;line-height:1.8}.about__content strong{color:var(--ink);font-weight:600}.about__content em{font-style:italic;color:var(--ink)}.about__passions{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;margin-bottom:.5rem}.about__passion-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;background:var(--green-light);color:var(--green-dark);border-radius:100px;font-size:.8rem;font-weight:600;letter-spacing:.02em}.about__cta{margin-top:1.25rem}.about__credentials-card{background:var(--beige);border-radius:var(--radius-md);padding:2rem;box-shadow:var(--shadow-sm)}.about__avatar{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1.5rem 1.25rem;background:var(--cream);border-radius:var(--radius-sm);margin-bottom:1.5rem;text-align:center}.about__avatar-photo{width:140px;height:140px;border-radius:50%;object-fit:cover;object-position:center top;border:3px solid var(--sage-light)}.about__avatar-name{font-family:var(--font-serif);font-size:1.1rem;font-weight:500;color:var(--ink)}.about__avatar-label{font-size:.78rem;color:var(--faint);font-style:italic;text-align:center}.about__credentials-divider{height:1px;background:var(--taupe);opacity:.4;margin-bottom:1.5rem}.about__cred-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.about__cred-item{display:flex;flex-direction:column;gap:.2rem}.about__cred-label{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--faint)}.about__cred-value{font-size:.9rem;font-weight:500;color:var(--ink)}@media (max-width: 900px){.about__inner{grid-template-columns:1fr;gap:2.5rem}.about__credentials-card{max-width:480px}}.carousel__heading{margin-bottom:2rem}.carousel__stage{position:relative;max-width:560px;margin:0 auto;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md);background:var(--beige)}.carousel__track{display:flex}@keyframes carousel-fade{0%{opacity:0}to{opacity:1}}.carousel__img{width:100%;height:380px;object-fit:cover;object-position:center top;display:block;animation:carousel-fade .6s ease}.carousel__btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:#ffffffe0;color:var(--ink);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-sm);transition:background .2s,transform .2s;z-index:1}.carousel__btn:hover{background:#fff;transform:translateY(-50%) scale(1.08)}.carousel__btn--prev{left:1rem}.carousel__btn--next{right:1rem}.carousel__dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.carousel__dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;padding:0;transition:background .2s,transform .2s}.carousel__dot.is-active{background:#fff;transform:scale(1.3)}@media (max-width: 600px){.carousel__img{height:240px}.carousel__btn{width:36px;height:36px}}.faq{background:var(--beige)}.faq__header{margin-bottom:3rem;max-width:600px}.faq__list{display:flex;flex-direction:column;gap:.75rem;max-width:780px}.faq__item{background:var(--cream);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow .2s ease}.faq__item[open]{box-shadow:var(--shadow-md)}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;cursor:pointer;list-style:none;font-family:var(--font-serif);font-size:1.1rem;font-weight:500;color:var(--ink);line-height:1.4;transition:color .2s ease,background .2s ease;-webkit-user-select:none;user-select:none}.faq__question::-webkit-details-marker{display:none}.faq__question::marker{display:none}.faq__item:hover .faq__question{color:var(--sage)}.faq__item[open] .faq__question{color:var(--sage);border-bottom:1px solid var(--beige)}.faq__chevron{flex-shrink:0;color:var(--faint);display:flex;align-items:center;transition:transform .25s ease,color .2s ease}.faq__item[open] .faq__chevron{transform:rotate(180deg);color:var(--sage)}.faq__answer{padding:1.25rem 1.5rem 1.5rem;animation:faq-fade-in .2s ease}.faq__answer p{font-size:.95rem;line-height:1.8;color:var(--muted);margin-bottom:.75rem}.faq__answer p:last-child{margin-bottom:0}.faq__answer ul{margin:.5rem 0 .75rem;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:.4rem}.faq__answer ul li{font-size:.95rem;line-height:1.7;color:var(--muted);padding-left:1.25rem;position:relative}.faq__answer ul li:before{content:"";position:absolute;left:0;top:.65em;width:5px;height:5px;border-radius:50%;background:var(--green)}@keyframes faq-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.faq__question{padding:1rem 1.25rem;font-size:1rem}.faq__answer{padding:1rem 1.25rem 1.25rem}}.booking{background:var(--cream)}.booking__header{margin-bottom:3rem;max-width:600px}.booking__embed-wrapper{margin-bottom:3rem}.booking__embed-placeholder{border:2px dashed var(--taupe);border-radius:var(--radius-md);padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--beige);gap:.75rem;min-height:240px}.booking__embed-icon{width:72px;height:72px;background:var(--cream);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;box-shadow:var(--shadow-sm)}.booking__embed-label{font-family:var(--font-serif);font-size:1.25rem;color:var(--ink);font-weight:500}.booking__embed-note{font-size:.85rem;color:var(--faint);max-width:340px;font-style:italic}.booking__contact-row{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:1.5rem;align-items:start}.booking__info-card{background:var(--beige);border-radius:var(--radius-md);padding:1.75rem;box-shadow:var(--shadow-sm)}.booking__info-icon{margin-bottom:1rem}.booking__info-title{font-size:1.1rem;color:var(--ink);margin-bottom:1rem}.booking__hours{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}.booking__hours li{display:flex;justify-content:space-between;font-size:.875rem;color:var(--muted)}.booking__hours li span:first-child{font-weight:500;color:var(--ink)}.booking__hours-note{font-size:.8rem;color:var(--faint);font-style:italic;line-height:1.5}.booking__contact-card{background:var(--cream);border:1.5px solid var(--beige);border-radius:var(--radius-md);padding:1.75rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,border-color .2s ease}.booking__contact-card:hover{border-color:var(--taupe);box-shadow:var(--shadow-md)}.booking__contact-icon{margin-bottom:1rem}.booking__contact-label{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--faint);margin-bottom:.4rem}.booking__contact-value{display:block;font-family:var(--font-serif);font-size:1.2rem;font-weight:500;color:var(--ink);text-decoration:none;margin-bottom:.75rem;transition:color .2s ease}.booking__contact-value:hover{color:var(--sage-dark)}.booking__contact-note{font-size:.8rem;color:var(--faint);line-height:1.5}@media (max-width: 900px){.booking__contact-row{grid-template-columns:1fr;max-width:480px}}@media (max-width: 480px){.booking__embed-placeholder{padding:3rem 1.25rem;min-height:180px}}.site-footer{background:var(--ink);color:#fdfaf6bf}.site-footer__inner{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;padding-block:4rem}.site-footer__logo{display:inline-block;text-decoration:none;margin-bottom:1rem}.site-footer__logo-img{height:120px;width:auto;display:block;mix-blend-mode:lighten;opacity:.9}.site-footer__tagline{font-size:.875rem;line-height:1.6;color:#fdfaf68c;max-width:260px}.site-footer__col-title{font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fdfaf680;margin-bottom:1rem}.site-footer__address{font-style:normal;display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;line-height:1.6}.site-footer__links ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.site-footer__links a{font-size:.875rem;color:#fdfaf6b3;text-decoration:none;transition:color .2s ease}.site-footer__links a:hover{color:var(--cream)}.site-footer__bottom{border-top:1px solid rgba(253,250,246,.08)}.site-footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.25rem;flex-wrap:wrap}.site-footer__copyright{font-size:.8rem;color:#fdfaf666}.site-footer__legal{display:flex;gap:1.5rem}.site-footer__legal a{font-size:.8rem;color:#fdfaf666;text-decoration:none;transition:color .2s ease}.site-footer__legal a:hover{color:#fdfaf6bf}@media (max-width: 768px){.site-footer__inner{grid-template-columns:1fr 1fr;gap:2rem;padding-block:3rem}.site-footer__brand{grid-column:1 / -1}}@media (max-width: 480px){.site-footer__inner{grid-template-columns:1fr}.site-footer__bottom-inner{flex-direction:column;align-items:flex-start}}
