.loading{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999;background:#f0ede673;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-spinner{border:3px solid #c4b8a8;border-top-color:#8b7355;border-radius:50%;width:42px;height:42px;animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f0ede6f0;border-bottom:1px solid #c4b8a8;position:sticky;top:0}.navbar-container{justify-content:space-between;align-items:center;width:min(90%,1100px);min-height:70px;margin:auto;display:flex}.navbar-logo{color:#1a1a2e;font-family:Georgia,Times New Roman,serif;font-size:1.1rem}.navbar-links{align-items:center;gap:2rem;display:flex}.navbar-links a{color:#6b6558;letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;transition:all .25s}.navbar-links a:hover{color:#1a1a2e}.book-button{background:#1a1a2e;padding:.65rem 1.3rem;color:#f0ede6!important}@media (width<=768px){.navbar-container{flex-direction:column;gap:1rem;padding:1rem 0}.navbar-links{flex-wrap:wrap;justify-content:center;gap:1rem}}.footer{color:#f0ede6;background:#1a1a2e;margin-top:5rem;padding:4rem 0 2rem}.footer-top{text-align:center;margin-bottom:3rem}.footer-top h3{color:#f0ede6;margin-bottom:1rem;font-family:Georgia,Times New Roman,serif;font-size:1.4rem;font-weight:400}.footer-top p{color:#f0ede68c;max-width:520px;margin:auto}.footer-links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:3rem;display:flex}.footer-links a{color:#f0ede6a6;letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;transition:all .25s}.footer-links a:hover{color:#f0ede6}.footer-bottom{text-align:center;border-top:1px solid #c4b8a833;flex-direction:column;gap:.5rem;padding-top:1.5rem;display:flex}.footer-bottom span{color:#f0ede673;font-size:.75rem}@media (width>=768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}main{min-height:60vh}.hero{flex-direction:column;justify-content:center;max-width:1100px;min-height:92vh;margin:auto;padding:80px 5% 60px;display:flex}.hero__label{letter-spacing:.14em;text-transform:uppercase;color:#8b7355;align-items:center;gap:12px;margin-bottom:28px;font-size:.7rem;font-weight:600;display:flex}.hero__label:before{content:"";background:#8b7355;width:32px;height:1px}.hero h1{color:#1a1a2e;max-width:820px;margin-bottom:28px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,5.5vw,4.4rem);font-weight:400;line-height:1.16}.hero h1 em{color:#8b7355;font-style:italic}.hero p{max-width:560px;margin-bottom:36px;font-size:1.05rem;line-height:1.85}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-signature{opacity:.45;margin-top:56px}@media (width<=768px){.hero{min-height:auto;padding-top:60px}}.home-section{max-width:1100px;margin:auto;padding:80px 5%}.home-section:before{content:"";background:#c4b8a8;width:100%;height:1px;margin-bottom:48px;display:block}.home-section.alternate{background:0 0}.section-grid{grid-template-columns:1fr;gap:40px;display:grid}.home-section h2{color:#1a1a2e;margin-bottom:24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;line-height:1.25}.home-section h2 em{color:#8b7355;font-style:italic}.home-section p{color:#6b6558;max-width:680px;margin-bottom:28px;font-size:1rem;line-height:1.85}.service-grid{background:#c4b8a8;border:1px solid #c4b8a8;border-radius:4px;grid-template-columns:1fr;gap:1px;margin:40px 0;display:grid;overflow:hidden}.service-card{color:#1a1a2e;background:#f0ede6;padding:2rem;font-family:Georgia,Times New Roman,serif;font-size:1.1rem}.testimonial-card{background:#fff;border:1px solid #c4b8a8;border-radius:4px;padding:2rem;position:relative}.testimonial-card p{margin-top:20px;margin-bottom:20px}.testimonial-card strong{color:#8b7355;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:600;display:block}.grid{grid-template-columns:1fr;gap:20px;display:grid}.booking-cta{text-align:center;background:#1a1a2e;padding:80px 5%}.booking-cta h2{color:#f0ede6;margin-bottom:20px;font-size:clamp(1.8rem,3vw,2.5rem)}.booking-cta p{color:#f0ede6a6;max-width:600px;margin:0 auto 32px}@media (width>=768px){.section-grid{grid-template-columns:1fr 1fr;gap:80px}.service-grid,.grid{grid-template-columns:repeat(3,1fr)}}.calendar{width:100%}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.calendar-header h2{color:#1a1a2e;font-family:Georgia,Times New Roman,serif;font-size:1.3rem;font-weight:400}.calendar-header button{color:#1a1a2e;background:0 0;border:1px solid #c4b8a8;border-radius:2px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s;display:flex}.calendar-header button:hover{color:#f0ede6;background:#8b7355;border-color:#8b7355}.calendar-weekdays{grid-template-columns:repeat(7,1fr);margin-bottom:.9rem;display:grid}.calendar-weekdays span{text-align:center;letter-spacing:.12em;text-transform:uppercase;color:#9a9185;font-size:.68rem;font-weight:600}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:.45rem;display:grid}.day{aspect-ratio:1;color:#332f2a;background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;transition:all .25s;display:flex;position:relative}.day:hover{background:#8b735514}.day.available{color:#1a1a2e;font-weight:500}.day.available:hover{background:#8b735524}.day.selected{color:#f0ede6;background:#8b7355}.day.today{outline-offset:-3px;outline:1px solid #8b7355}.day:not(.available):not(.selected){color:#9a9185}.dot{background:#8b7355;border-radius:50%;width:5px;height:5px;position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.day.selected .dot{background:#f0ede6}@media (width>=600px){.calendar-grid{gap:.6rem}.day{font-size:1rem}}.slot-list{flex-direction:column;display:flex}.slot-list h2{margin-bottom:.5rem;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:400}.slot-list>p{color:#6b6558;margin-bottom:2rem}.slot-button{text-align:left;color:#1a1a2e;background:#fff;border:1px solid #c4b8a8;border-radius:4px;width:100%;margin-bottom:.8rem;padding:1rem 1.25rem;font-size:.95rem;transition:all .25s}.slot-button:hover{background:#8b73550d;border-color:#8b7355}.slot-button.selected{color:#f0ede6;background:#8b7355;border-color:#8b7355}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.booking-form{flex-direction:column;display:flex}.booking-form h2{margin-bottom:1.75rem;font-family:Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:400}.booking-form input:not([type=checkbox]):not(.PhoneInputInput){color:#1a1a2e;background:#fff;border:1px solid #c4b8a8;border-radius:2px;width:100%;margin-bottom:1rem;padding:.95rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;transition:all .25s}.booking-form input:not([type=checkbox]):not(.PhoneInputInput):focus{border-color:#8b7355;outline:none}.PhoneInput{background:#fff;border:1px solid #c4b8a8;border-radius:2px;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.95rem 1rem;transition:all .25s;display:flex}.PhoneInput:focus-within{border-color:#8b7355}.PhoneInputCountry{flex-shrink:0}.PhoneInputInput{color:#1a1a2e;background:0 0;border:none;outline:none;flex:1;min-width:0;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem}.consent{color:#6b6558;align-items:flex-start;gap:.8rem;margin:.5rem 0 2rem;font-size:.9rem;line-height:1.7;display:flex}.consent input[type=checkbox]{flex:0 0 18px;width:18px;height:18px;margin-top:.25rem;padding:0}.consent span{flex:1;min-width:0}.booking-form button{width:100%}.booking-message{text-align:center;color:#4a6741;margin-top:1rem;font-size:.9rem}@media (width<=600px){.booking-form h2{font-size:1.3rem}.PhoneInput{padding:.85rem}.consent{gap:.65rem;font-size:.85rem}}.booking-page{padding:5rem 0 6rem}.booking-header{text-align:center;max-width:760px;margin:0 auto 4rem}.booking-header .section-tag{margin-bottom:1rem}.booking-header h1{color:#1a1a2e;margin-bottom:1.5rem;font-size:clamp(2.4rem,5vw,4rem);line-height:1.15}.booking-header p{color:#6b6558;max-width:620px;margin:0 auto;font-size:1rem;line-height:1.9}.booking-layout{gap:2rem;display:grid}.booking-column{flex-direction:column;gap:1.75rem;display:flex}.booking-card{background:#fff;border:1px solid #c4b8a8;border-radius:4px;padding:2rem;box-shadow:0 10px 30px #1a1a2e0f}.booking-card h2{margin-bottom:1.25rem;font-size:1.35rem}.booking-divider{background:#c4b8a8;height:1px;margin:1rem 0 2rem}.booking-summary{flex-direction:column;gap:.75rem;display:flex}.booking-summary-item{border-bottom:1px solid #c4b8a873;justify-content:space-between;gap:1rem;padding-bottom:.75rem;display:flex}.booking-summary-item:last-child{border-bottom:none;padding-bottom:0}.booking-summary-label{color:#9a9185;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem}.booking-summary-value{color:#1a1a2e;text-align:right;font-weight:500}.booking-empty{color:#9a9185;font-style:italic;line-height:1.8}@media (width>=900px){.booking-layout{grid-template-columns:1.05fr .95fr;align-items:start}.booking-column{position:sticky;top:100px}}.therapy-page{padding:6rem 0}.therapy-page .section-tag{letter-spacing:.16em;text-transform:uppercase;color:#8b7355;margin-bottom:1.5rem;font-size:.68rem;font-weight:600;display:block}.therapy-intro{max-width:760px;margin-bottom:4rem}.therapy-intro h1{color:#1a1a2e;margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:400;line-height:1.25}.therapy-intro h1 em{color:#8b7355;font-style:italic}.therapy-intro p{color:#6b6558;font-size:1.05rem;line-height:1.9}.therapy-list{border-top:1px solid #c4b8a8;max-width:850px}.therapy-item{border-bottom:1px solid #c4b8a8}.therapy-toggle{cursor:pointer;color:#1a1a2e;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.8rem 0;font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:400;display:flex}.therapy-toggle:hover{color:#8b7355}.therapy-symbol{color:#8b7355;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.4rem}.therapy-content{padding:0 3rem 2rem 0;animation:.25s fadeIn}.therapy-content p{color:#6b6558;max-width:700px;line-height:1.85}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (width<=700px){.therapy-page{padding:4rem 0}.therapy-toggle{font-size:1.1rem}.therapy-content{padding-right:0}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#1a1a2e;background:#f0ede6;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}h1,h2,h3,h4{color:#1a1a2e;font-family:Georgia,Times New Roman,serif;font-weight:400}p{color:#6b6558;line-height:1.85}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.container{width:min(90%,1100px);margin:auto}.section{padding:80px 0}.section-title{margin-bottom:1.5rem;font-size:clamp(2rem,4vw,2.8rem);line-height:1.25}.section-tag{letter-spacing:.16em;text-transform:uppercase;color:#8b7355;margin-bottom:1.2rem;font-size:.68rem;font-weight:600}.card{background:#fff;border:1px solid #c4b8a8;border-radius:4px;padding:2rem}.primary-button{color:#f0ede6;letter-spacing:.06em;text-transform:uppercase;background:#1a1a2e;border:none;border-radius:2px;justify-content:center;align-items:center;padding:.85rem 1.8rem;font-size:.8rem;font-weight:600;transition:all .25s;display:inline-flex}.primary-button:hover{background:#8b7355}.secondary-button{color:#1a1a2e;letter-spacing:.04em;background:0 0;border:1px solid #c4b8a8;border-radius:2px;justify-content:center;align-items:center;padding:.85rem 1.8rem;font-size:.8rem;font-weight:500;transition:all .25s;display:inline-flex}.secondary-button:hover{color:#f0ede6;background:#1a1a2e}.ui-button{color:#f0ede6;letter-spacing:.06em;text-transform:uppercase;background:#1a1a2e;border:none;border-radius:2px;justify-content:center;align-items:center;padding:.85rem 1.8rem;font-size:.8rem;font-weight:600;transition:all .25s;display:inline-flex}.ui-button:hover{background:#8b7355}.center{justify-content:center;display:flex}@media (width<=768px){.section{padding:60px 0}}
