@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Kufi+Arabic:wght@400;500;600;700&family=Noto+Naskh+Arabic:wght@500;600;700&family=Playfair+Display:wght@500;600&display=swap";:root{--violet-950:#2e153f;--violet-900:#40205c;--violet-800:#50236f;--violet-700:#5b2a82;--violet-600:#704393;--violet-500:#81609c;--violet-200:#d9cce3;--violet-100:#eee7f3;--violet-50:#f7f4f8;--green-700:#66742a;--green-900:#3f4918;--green-800:#536120;--green-600:#829438;--green-500:#a4b849;--green-300:#cad690;--green-200:#dfe6b9;--green-100:#eef1da;--green-50:#f7f8ee;--warm-white:#fcfbfa;--surface:#fff;--surface-soft:#f6f3f7;--surface-green:#f4f6e8;--text:#29252d;--muted:#746d79;--border:#e7e0ea;--success:#2e8b57;--warning:#d49a18;--error:#c94b4b;--info:#3974b8;--orange:#c87528;--font-sans:"DM Sans", "Segoe UI", sans-serif;--font-display:"Playfair Display", Georgia, serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.35rem;--text-2xl:clamp(1.75rem, 3vw, 2.5rem);--text-hero:clamp(3rem, 6vw, 5.8rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4.5rem;--radius-sm:.7rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-xl:2.2rem;--shadow-sm:0 8px 24px #40205c12;--shadow-md:0 18px 45px #40205c1c;--shadow-lg:0 30px 70px #2e153f29;--shadow-green:0 20px 45px #66742a24;--transition:.18s ease;--container:min(1240px, calc(100% - 3rem));--header-height:82px;--sidebar-width:270px;--z-header:50;--z-drawer:70;--z-modal:100;color:var(--text);font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--warm-white);overflow-x:hidden}body{background:var(--warm-white);min-width:320px;min-height:100vh;margin:0;overflow-x:hidden}body.modal-open{overflow:hidden}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent;color:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin-block-start:0}h1,h2,h3{color:var(--text);line-height:1.12}h1,h2{font-family:var(--font-display);font-weight:600}h3{font-weight:600}p{color:var(--muted);line-height:1.7}:focus-visible{outline-offset:3px;outline:3px solid #5b2a8252}::selection{color:#fff;background:var(--violet-700)}.container{width:var(--container);margin-inline:auto}.section{padding-block:var(--space-8)}.section-action{justify-content:center;margin-block-start:var(--space-7);display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.eyebrow{color:var(--violet-700);font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;margin-block-end:var(--space-3);font-weight:700;line-height:1.4}.section-heading{max-width:680px;margin-block-end:var(--space-7)}.section-heading h2{font-size:var(--text-2xl);margin-block-end:var(--space-4)}.section-heading p:last-child{font-size:var(--text-lg);margin-block-end:0}.section-heading--center{text-align:center;margin-inline:auto}.button{justify-content:center;align-items:center;gap:var(--space-2);cursor:pointer;min-height:46px;font-size:var(--text-sm);transition:transform var(--transition), color var(--transition), background var(--transition), border var(--transition), box-shadow var(--transition);border:1px solid #0000;border-radius:999px;padding:.78rem 1.3rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-2px)}.button:disabled{cursor:not-allowed;opacity:.52}.button--primary{color:#fff;background:var(--violet-700);box-shadow:0 10px 24px #5b2a822e}.button--secondary{color:var(--violet-900);border-color:var(--violet-200);background:#fff}.button--secondary:hover:not(:disabled){border-color:var(--violet-500);background:var(--violet-50)}.button--ghost{color:var(--muted);background:0 0}.button--ghost:hover:not(:disabled){color:var(--violet-700);background:var(--violet-50)}.button--text{min-height:auto;color:var(--violet-700);background:0 0;padding:0}.button--text:hover:not(:disabled){color:var(--violet-900);transform:none}.button--danger{color:#fff;background:var(--error)}.button--light{color:var(--violet-900);background:#fff}.button--sm{min-height:38px;font-size:var(--text-xs);padding:.62rem 1rem}.button--lg{min-height:54px;font-size:var(--text-base);padding-inline:1.7rem}.icon-button{border:1px solid var(--border);width:42px;height:42px;color:var(--text);cursor:pointer;background:#fff;border-radius:50%;place-items:center;padding:0;display:inline-grid}.text-link{align-items:center;gap:var(--space-2);color:var(--violet-700);font-size:var(--text-sm);font-weight:700;text-decoration:none;display:inline-flex}.text-link:hover{color:var(--violet-900)}.back-link{align-items:center;gap:var(--space-2);color:var(--muted);font-size:var(--text-sm);margin-block-end:var(--space-5);font-weight:600;text-decoration:none;display:inline-flex}label{gap:var(--space-2);color:var(--text);font-size:var(--text-sm);font-weight:600;display:grid}input,textarea,select{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;min-height:46px;color:var(--text);transition:border var(--transition), box-shadow var(--transition);background:#fff;padding:.75rem .9rem}textarea{resize:vertical}input:focus,textarea:focus,select:focus{border-color:var(--violet-500);outline:none;box-shadow:0 0 0 4px #5b2a8217}input:disabled{color:var(--muted);background:var(--surface-soft)}.field-error{color:var(--error);font-size:var(--text-sm);margin:0}.form-success{padding:var(--space-4);border-radius:var(--radius-sm);color:var(--success);background:#edf7f1;margin:0}.form-grid{gap:var(--space-5);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.field-full{grid-column:1/-1}.form-stack{gap:var(--space-4);display:grid}.checkbox-row{align-items:flex-start;gap:var(--space-3);font-weight:500;display:flex}.checkbox-row input{width:18px;min-height:18px;accent-color:var(--violet-700);margin-block-start:.1rem}.public-header{z-index:var(--z-header);border-block-end:1px solid var(--border);background:#fcfbfaf5;position:relative}.announcement{justify-content:center;align-items:center;gap:var(--space-6);min-height:34px;padding-inline:var(--space-4);color:#fff;background:var(--violet-900);font-size:var(--text-xs);display:flex}.announcement span,.announcement a{align-items:center;gap:var(--space-2);display:inline-flex}.announcement a{color:#e6edc5;font-weight:600;text-decoration:none}.navbar{height:var(--header-height);justify-content:space-between;align-items:center;display:flex}.brand-link img{object-fit:contain;width:78px;height:62px}.desktop-nav{align-items:center;gap:2rem;display:flex}.desktop-nav a{color:var(--muted);font-size:var(--text-sm);padding-block:.55rem;font-weight:600;text-decoration:none;position:relative}.desktop-nav a:after{background:var(--green-500);content:"";opacity:0;height:2px;transition:var(--transition);border-radius:2px;position:absolute;inset-block-end:0;inset-inline:0;transform:scaleX(.4)}.desktop-nav a:hover,.desktop-nav a.active{color:var(--violet-700)}.navbar__actions,.account-link{align-items:center;gap:var(--space-3);display:flex}.account-link{color:var(--muted);font-size:var(--text-sm);font-weight:600;text-decoration:none}.menu-toggle,.mobile-nav{display:none}.home-hero{background:radial-gradient(circle at 10% 20%, #a4b8491a, transparent 26%), linear-gradient(125deg, var(--warm-white), var(--violet-50));padding-block:clamp(4rem,8vw,8rem);position:relative;overflow:hidden}.home-hero:before{content:"";border:1px solid #5b2a821a;border-radius:50%;width:220px;height:220px;position:absolute;inset:7% auto auto -5%}.home-hero__grid{grid-template-columns:minmax(0,.95fr) minmax(420px,.8fr);align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.home-hero__content{z-index:1;position:relative}.home-hero h1{max-width:780px;font-size:var(--text-hero);letter-spacing:-.045em;margin-block-end:var(--space-5)}.hero-copy{max-width:620px;margin-block-end:var(--space-6);font-size:clamp(1.05rem,2vw,1.25rem)}.hero-actions{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.hero-notes{gap:var(--space-5);color:var(--muted);font-size:var(--text-sm);flex-wrap:wrap;margin-block-start:var(--space-6);display:flex}.hero-notes span{align-items:center;gap:var(--space-2);display:inline-flex}.hero-notes svg{color:var(--green-700)}.home-hero__visual{position:relative}.hero-photo-frame{z-index:2;border-radius:42% 42% var(--radius-xl) var(--radius-xl);max-width:510px;box-shadow:var(--shadow-lg);background:#fff;border:10px solid #ffffffe6;margin-inline:auto;position:relative;overflow:hidden}.hero-photo-frame>img{object-fit:cover;object-position:center 48%;width:100%;height:min(650px,62vw);min-height:520px}.hero-photo-note{align-items:center;gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-md);color:var(--text);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border:1px solid #ffffffbf;display:flex;position:absolute;inset-block-end:1.2rem;inset-inline:1.2rem}.hero-photo-note svg{color:var(--green-700)}.hero-photo-note strong,.hero-photo-note span{display:block}.hero-photo-note strong{font-family:var(--font-display)}.hero-photo-note span{color:var(--muted);font-size:var(--text-xs);margin-block-start:.15rem}.hero-orbit{z-index:1;border:1px solid #5b2a822e;border-radius:50%;position:absolute}.hero-orbit--one{width:180px;height:180px;inset:-4% -8% auto auto}.hero-orbit--two{border-color:#a4b84959;width:130px;height:130px;inset:auto auto -5% -8%}.reveal{animation:.65s both reveal-up}.reveal--delay{animation-delay:.12s}@keyframes reveal-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.intro-strip{padding-block:var(--space-6);border-block:1px solid var(--border);background:#fff}.intro-strip .container{justify-content:space-between;align-items:center;gap:var(--space-7);display:flex}.intro-strip p{max-width:850px;color:var(--text);font-family:var(--font-display);margin:0;font-size:clamp(1.15rem,2vw,1.5rem)}.service-grid{gap:var(--space-5);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.service-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--transition), box-shadow var(--transition);background:#fff;overflow:hidden}.service-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.service-card__image{aspect-ratio:4/4.6;display:block;position:relative;overflow:hidden}.service-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.service-card__image>span{color:var(--violet-900);font-size:var(--text-xs);background:#ffffffeb;border-radius:999px;padding:.42rem .7rem;font-weight:700;position:absolute;inset-block-end:var(--space-3);inset-inline-end:var(--space-3)}.service-card__body{padding:var(--space-5)}.service-card__body h3{font-family:var(--font-display);margin-block:0 .7rem;font-size:1.55rem}.service-card__body>p{min-height:4.8em;font-size:var(--text-sm);margin-block-end:var(--space-4)}.service-card__meta{justify-content:space-between;align-items:center;gap:var(--space-2);padding-block:var(--space-3);border-block:1px solid var(--border);color:var(--muted);font-size:var(--text-xs);margin-block-end:var(--space-4);display:flex}.service-card__meta span{align-items:center;gap:.35rem;display:inline-flex}.split-heading{gap:var(--space-8);grid-template-columns:1fr .85fr;align-items:end;margin-block-end:var(--space-7);display:grid}.split-heading .section-heading,.split-heading>p{margin:0}.value-grid{gap:var(--space-4);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.value-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.value-card{min-height:270px;padding:var(--space-6);border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;position:relative;overflow:hidden}.value-card>span{color:var(--violet-200);font-family:var(--font-display);font-size:2.2rem;position:absolute;inset-block-start:1.2rem;inset-inline-end:1.2rem}.value-card svg{color:var(--green-700);margin-block-end:var(--space-6)}.value-card h3{font-family:var(--font-display);font-size:var(--text-xl);margin-block-end:var(--space-3)}.value-card p{font-size:var(--text-sm);margin:0}.steps-grid{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.steps-grid article{padding:var(--space-7);background:#fff;position:relative}.steps-grid article>span{width:54px;height:54px;color:var(--violet-700);background:var(--violet-100);font-family:var(--font-display);border-radius:50%;place-items:center;margin-block-end:var(--space-6);font-size:1.3rem;display:grid}.steps-grid h3{font-family:var(--font-display);font-size:var(--text-xl)}.employee-grid{gap:var(--space-5);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.employee-card{padding:var(--space-6);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--transition), box-shadow var(--transition);background:#fff}.employee-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.employee-card__top{justify-content:space-between;align-items:flex-start;margin-block-end:var(--space-5);display:flex}.employee-card h3{font-family:var(--font-display);margin-block-end:var(--space-2);font-size:1.55rem}.employee-card>p:not(.eyebrow){min-height:1.5em}.employee-card__meta{margin-block:var(--space-4);color:var(--muted);font-size:var(--text-sm)}.employee-card__meta span{gap:var(--space-2);display:flex}.employee-card__actions{justify-content:space-between;align-items:center;gap:var(--space-3);margin-block-start:var(--space-5);display:flex}.employee-avatar{color:#fff;background:linear-gradient(145deg, #a4b849cc, transparent 62%), var(--violet-700);width:56px;height:56px;box-shadow:0 0 0 1px var(--violet-200);font-family:var(--font-display);border:3px solid #fff;border-radius:50%;flex:none;place-items:center;font-size:1rem;display:grid;overflow:hidden}.employee-avatar img{object-fit:cover;width:100%;height:100%}.employee-avatar--xs{width:34px;height:34px;font-size:var(--text-xs)}.employee-avatar--sm{width:40px;height:40px;font-size:var(--text-xs)}.employee-avatar--lg{width:78px;height:78px;font-size:1.25rem}.employee-avatar--xl{width:116px;height:116px;font-size:2rem}.rating-input{align-items:center;gap:.08rem;display:flex}.rating-input button,.rating-input__star{color:#c9c2ce;background:0 0;border:0;place-items:center;padding:0;display:grid}.rating-input button:not(:disabled){cursor:pointer}.rating-input button svg,.rating-input__star svg{fill:#0000}.rating-input button.is-filled,.rating-input__star.is-filled{color:var(--warning)}.rating-input button.is-filled svg,.rating-input__star.is-filled svg{fill:currentColor}.rating-input__value{color:var(--text);font-size:var(--text-xs);margin-inline-start:var(--space-2);font-weight:700}.tag-list{gap:var(--space-2);flex-wrap:wrap;display:flex}.tag-list span,.demo-pill{color:var(--violet-700);background:var(--violet-50);font-size:var(--text-xs);border-radius:999px;padding:.35rem .65rem;font-weight:600}.tag-list--large span{padding:.55rem .8rem}.salon-story__grid,.experience-grid{gap:var(--space-8);grid-template-columns:minmax(0,.95fr) minmax(0,1fr);align-items:center;display:grid}.salon-story__image{position:relative}.salon-story__image:before{z-index:-1;border-radius:var(--radius-xl);background:var(--green-100);content:"";position:absolute;inset:1.2rem -1.2rem -1.2rem 1.2rem}.salon-story__image img{border-radius:var(--radius-xl);object-fit:cover;object-position:center;width:100%;height:620px}.salon-story__content h2,.experience-grid h2{font-size:var(--text-2xl)}.quote-card{gap:var(--space-4);margin-block:var(--space-6);padding:var(--space-5);border-inline-start:3px solid var(--green-500);background:var(--surface-soft);display:flex}.quote-card svg{color:var(--green-700);flex:none}.quote-card p{color:var(--text);font-family:var(--font-display);font-size:var(--text-lg);margin:0}.visit-grid{gap:var(--space-5);grid-template-columns:.9fr 1.1fr;display:grid}.visit-card,.location-card{padding:var(--space-7);border-radius:var(--radius-lg)}.visit-card{border:1px solid var(--border);background:#fff}.hours-list{margin-block-start:var(--space-5)}.hours-list>div{justify-content:space-between;align-items:center;gap:var(--space-4);border-block-end:1px solid var(--border);font-size:var(--text-sm);padding-block:.7rem;display:flex}.hours-list strong{color:var(--text)}.location-card{color:#fff;background:radial-gradient(circle at 85% 12%, #a4b84957, transparent 35%), var(--violet-900);flex-direction:column;justify-content:space-between;min-height:430px;display:flex}.location-card h2,.location-card .eyebrow,.location-card>div>p,.location-card svg{color:#fff}.location-actions{gap:var(--space-3);flex-wrap:wrap;display:flex}.location-card--light{color:var(--text);border:1px solid var(--border);background:#fff}.location-card--light h2,.location-card--light .eyebrow,.location-card--light>p,.location-card--light svg{color:inherit}.social-callout{padding-block:var(--space-6)}.social-callout__inner{justify-content:space-between;align-items:center;gap:var(--space-5);padding:var(--space-6);border:1px solid var(--violet-200);border-radius:var(--radius-lg);background:linear-gradient(100deg, white, var(--violet-50));display:flex}.social-callout__inner>div{column-gap:var(--space-3);grid-template-columns:auto 1fr;display:grid}.social-callout__inner svg{color:var(--violet-700);grid-row:1/4}.social-callout h2,.social-callout p{margin-block-end:.2rem}.final-cta{padding-block:var(--space-7);color:#fff;background:linear-gradient(125deg, #a4b8492e, transparent 40%), var(--violet-900)}.final-cta__inner{justify-content:space-between;align-items:center;gap:var(--space-6);display:flex}.final-cta h2,.final-cta .eyebrow{color:#fff;margin:0}.final-cta h2{max-width:720px;font-size:var(--text-2xl)}.public-footer{border-block-start:1px solid var(--border);background:#f4f0f5;padding-block-start:var(--space-8)}.footer-grid{gap:var(--space-7);grid-template-columns:1.6fr .65fr 1fr 1.2fr;padding-block-end:var(--space-7);display:grid}.footer-grid h2{font-family:var(--font-sans);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.1em;margin-block-end:var(--space-4)}.footer-grid>div:not(.footer-brand) a{align-items:center;gap:var(--space-2);color:var(--muted);font-size:var(--text-sm);margin-block-end:.75rem;text-decoration:none;display:flex}.footer-brand img{width:104px;margin-block-end:var(--space-4)}.footer-brand p{max-width:350px}.footer-brand a{align-items:center;gap:var(--space-2);color:var(--violet-700);font-weight:700;text-decoration:none;display:inline-flex}.footer-grid>div:last-child p{justify-content:space-between;gap:var(--space-3);font-size:var(--text-xs);margin-block-end:.5rem;display:flex}.footer-grid>div:last-child p span:last-child{color:var(--text);font-weight:600}.footer-bottom{justify-content:space-between;gap:var(--space-4);padding-block:var(--space-5);border-block-start:1px solid var(--border);color:var(--muted);font-size:var(--text-xs);display:flex}.page-hero{background:radial-gradient(circle at 90% 10%, #a4b8491f, transparent 28%), var(--violet-50);padding-block:clamp(4rem,8vw,7rem)}.page-hero--compact .container{text-align:center;max-width:850px}.page-hero h1{margin-block-end:var(--space-4);font-size:clamp(2.6rem,5vw,4.6rem)}.page-hero p:last-child{max-width:760px;font-size:var(--text-lg);margin-inline:auto}.page-hero--editorial .container{align-items:center;gap:var(--space-8);grid-template-columns:1fr .68fr;display:grid}.page-hero--editorial img{border-radius:45% 45% var(--radius-xl) var(--radius-xl);object-fit:cover;width:100%;height:520px}.editorial-intro{gap:var(--space-6);grid-template-columns:.35fr 1fr 1fr;display:grid}.editorial-intro h2{font-size:var(--text-2xl);margin:0}.editorial-intro>div p:first-child{color:var(--text)}.experience-collage{position:relative}.experience-collage>img{border-radius:var(--radius-xl);object-fit:cover;width:83%;height:560px}.experience-collage>div{align-content:center;gap:var(--space-2);width:190px;min-height:210px;padding:var(--space-5);border-radius:var(--radius-lg);color:#fff;background:var(--violet-900);box-shadow:var(--shadow-md);display:grid;position:absolute;inset-block-end:var(--space-6);inset-inline-end:0}.experience-collage>div svg{color:var(--green-500);margin-block-end:var(--space-3)}.experience-collage>div span{font-family:var(--font-display);font-size:var(--text-lg)}.service-toolbar,.filter-bar,.calendar-toolbar,.revenue-toolbar{justify-content:space-between;align-items:center;gap:var(--space-4);margin-block-end:var(--space-5);display:flex}.search-field{align-items:center;width:min(100%,430px);display:flex;position:relative}.search-field svg{color:var(--muted);position:absolute;inset-inline-start:.9rem}.search-field input{padding-inline-start:2.65rem}.filter-pills{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.filter-pills>button,.demo-accounts button{border:1px solid var(--border);color:var(--muted);cursor:pointer;font-size:var(--text-xs);background:#fff;border-radius:999px;padding:.55rem .8rem;font-weight:600}.filter-pills>button.is-active{color:#fff;background:var(--violet-700);border-color:var(--violet-700)}.results-count{align-items:center;gap:var(--space-2);font-size:var(--text-sm);margin-block-end:var(--space-4);display:flex}.demo-note{margin-block:var(--space-5) 0;color:var(--muted);font-size:var(--text-xs)}.service-detail-hero{padding-block:var(--space-7);background:var(--violet-50)}.service-detail-hero__grid{align-items:center;gap:var(--space-7);grid-template-columns:1fr .75fr;display:grid}.service-detail-hero h1,.profile-hero h1{font-size:clamp(3rem,6vw,5rem)}.service-detail-hero__grid>img{border-radius:var(--radius-xl);object-fit:cover;width:100%;height:520px}.service-detail-hero .hero-actions>span{color:var(--muted);font-size:var(--text-sm)}.treatment-grid{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.treatment-card{min-height:340px;padding:var(--space-5);border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;display:flex}.treatment-card__head{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.treatment-card__head strong{color:var(--violet-700);font-size:var(--text-xl)}.treatment-card__head>span{color:var(--green-700);background:var(--green-100);font-size:var(--text-xs);border-radius:999px;padding:.3rem .55rem;font-weight:700}.treatment-card h3{margin-block:var(--space-5) var(--space-3);font-family:var(--font-display);font-size:var(--text-xl)}.treatment-card>p{font-size:var(--text-sm)}.treatment-card__meta{gap:var(--space-3);color:var(--muted);font-size:var(--text-xs);flex-wrap:wrap;margin-block-start:auto;display:flex}.treatment-card__meta span{align-items:center;gap:.35rem;display:inline-flex}.avatar-stack{margin-block:var(--space-4);padding-inline-start:.4rem;display:flex}.avatar-stack .employee-avatar{margin-inline-start:-.4rem}.profile-hero{padding-block:var(--space-7);background:radial-gradient(circle at 86% 16%, #a4b84926, transparent 25%), var(--violet-50)}.profile-hero__inner{align-items:center;gap:var(--space-6);grid-template-columns:auto 1fr auto;display:grid}.profile-hero h1{margin-block:0 .4rem}.profile-hero__stats{gap:var(--space-5);color:var(--muted);font-size:var(--text-sm);flex-wrap:wrap;margin-block-start:var(--space-4);display:flex}.profile-detail-grid{gap:var(--space-7);grid-template-columns:1fr .56fr;display:grid}.compact-treatment-list{gap:var(--space-2);margin-block-start:var(--space-4);display:grid}.compact-treatment-list article{align-items:center;gap:var(--space-3);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex}.compact-treatment-list svg{color:var(--green-700)}.compact-treatment-list strong,.compact-treatment-list span{display:block}.compact-treatment-list span{color:var(--muted);font-size:var(--text-xs);margin-block-start:.2rem}.schedule-card,.profile-summary{padding:var(--space-6);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-soft)}.schedule-card>div,.profile-summary>div{justify-content:space-between;gap:var(--space-3);border-block-end:1px solid var(--border);font-size:var(--text-sm);padding-block:.65rem;display:flex}.schedule-card__note{align-items:flex-start;gap:var(--space-2);margin-block:var(--space-5) 0;font-size:var(--text-xs);display:flex}.review-grid{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.review-grid article{padding:var(--space-5);border:1px solid var(--border);border-radius:var(--radius-md);background:#fff}.review-grid article p{color:var(--text);font-family:var(--font-display);font-size:var(--text-lg)}.review-grid article>span{color:var(--muted);font-size:var(--text-xs)}.contact-grid{gap:var(--space-6);grid-template-columns:1fr .75fr;display:grid}.contact-cards{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.contact-cards article{padding:var(--space-5);border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff}.contact-cards svg{color:var(--violet-700)}.contact-cards h2{margin-block:var(--space-5) var(--space-2);font-size:var(--text-xl)}.contact-cards a:not(.button){color:var(--violet-700);margin-block-end:.4rem;font-weight:700;text-decoration:none;display:block}.contact-photo{position:relative}.contact-photo img{border-radius:var(--radius-xl);object-fit:cover;width:100%;height:100%;min-height:520px}.contact-photo>div{inset-block-end:var(--space-4);inset-inline:var(--space-4);align-items:center;gap:var(--space-2);padding:var(--space-4);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;font-weight:700;display:flex;position:absolute}.contact-lower-grid{gap:var(--space-7);grid-template-columns:.7fr 1fr;display:grid}.form-card{gap:var(--space-4);padding:var(--space-6);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;display:grid}.auth-page{background:#fff;grid-template-columns:minmax(360px,.8fr) minmax(520px,1.2fr);min-height:100vh;display:grid}.auth-panel{flex-direction:column;justify-content:center;min-height:100vh;padding:clamp(2rem,6vw,6rem);display:flex}.auth-panel--brand{color:#fff;background:radial-gradient(circle at 0 100%, #a4b8494d, transparent 35%), radial-gradient(circle at 100% 0, #ffffff1a, transparent 32%), var(--violet-900);position:relative;overflow:hidden}.auth-panel--brand:after{content:"";border:1px solid #ffffff1f;border-radius:50%;width:350px;height:350px;position:absolute;inset:auto -15% -20% auto}.auth-panel--brand>img{border-radius:var(--radius-sm);object-fit:contain;background:#fff;width:110px;height:82px;position:absolute;inset-block-start:2.5rem;inset-inline-start:clamp(2rem,6vw,6rem)}.auth-panel--brand h1,.auth-panel--brand p,.auth-panel--brand .eyebrow{color:#fff}.auth-panel--brand h1{font-size:clamp(2.7rem,4.5vw,4.8rem)}.auth-assurance{align-items:center;gap:var(--space-3);font-size:var(--text-sm);margin-block-start:var(--space-7);display:flex}.auth-benefits{gap:var(--space-3);margin:var(--space-7) 0 0;padding:0;list-style:none;display:grid}.auth-benefits li{align-items:center;gap:var(--space-3);display:flex}.auth-benefits svg{color:#dce9a6}.auth-form-wrap{width:min(100%,500px);margin-inline:auto}.auth-form-wrap--wide{width:min(100%,650px)}.auth-form-wrap h2{font-size:var(--text-2xl);margin-block-end:var(--space-3)}.auth-form-wrap>form:not(.form-grid){gap:var(--space-4);margin-block-start:var(--space-6);display:grid}.auth-form-wrap form .button{width:100%;margin-block-start:var(--space-2)}.password-field{align-items:center;display:flex;position:relative}.password-field>svg{color:var(--muted);position:absolute;inset-inline-start:.9rem}.password-field input{padding-inline:2.7rem}.password-field button{padding:var(--space-2);color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;display:grid;position:absolute;inset-inline-end:.65rem}.demo-accounts{margin-block:var(--space-5);padding:var(--space-4);border-radius:var(--radius-sm);background:var(--violet-50)}.demo-accounts>span{color:var(--muted);font-size:var(--text-xs);margin-block-end:var(--space-3);display:block}.demo-accounts>div{gap:var(--space-2);flex-wrap:wrap;display:flex}.auth-switch,.security-note{font-size:var(--text-sm)}.auth-switch a{color:var(--violet-700);font-weight:700}.security-note{padding:var(--space-4);border-inline-start:3px solid var(--warning);font-size:var(--text-xs);background:#fff9ea}.booking-page{min-height:70vh;padding-block:var(--space-7) var(--space-8);background:var(--surface-soft)}.booking-header{justify-content:space-between;align-items:flex-start;gap:var(--space-6);margin-block-end:var(--space-6);display:flex}.booking-header h1{font-size:var(--text-2xl);margin-block-end:var(--space-3)}.booking-header>div:first-child p:last-child{max-width:740px;margin:0}.hold-timer{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border:1px solid var(--green-500);border-radius:var(--radius-md);color:var(--green-700);background:var(--green-100);flex:none;display:flex}.hold-timer span,.hold-timer strong{display:block}.hold-timer span{font-size:var(--text-xs)}.hold-timer strong{font-variant-numeric:tabular-nums;margin-block-start:.1rem}.booking-progress{margin:0 0 var(--space-6);counter-reset:booking;grid-template-columns:repeat(7,1fr);padding:0;list-style:none;display:grid}.booking-progress li{justify-items:center;gap:var(--space-2);color:var(--muted);font-size:var(--text-xs);display:grid;position:relative}.booking-progress li:before{background:var(--border);content:"";height:1px;position:absolute;inset-block-start:15px;inset-inline:-50% 50%}.booking-progress li:first-child:before{display:none}.booking-progress li>span{z-index:1;border:1px solid var(--border);background:#fff;border-radius:50%;place-items:center;width:31px;height:31px;font-style:normal;font-weight:700;display:grid;position:relative}.booking-progress li em{font-style:normal}.booking-progress li.is-current>span{color:#fff;background:var(--violet-700);border-color:var(--violet-700);box-shadow:0 0 0 5px #5b2a8217}.booking-progress li.is-current em{color:var(--violet-700);font-weight:700}.booking-progress li.is-complete>span{color:#fff;background:var(--green-700);border-color:var(--green-700)}.booking-progress li.is-complete:before{background:var(--green-500)}.booking-layout{gap:var(--space-5);grid-template-columns:minmax(0,1fr) 310px;align-items:start;display:grid}.booking-stage,.booking-sidebar{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff}.booking-stage{min-height:620px;padding:var(--space-6)}.booking-stage__heading{margin-block-end:var(--space-5)}.booking-stage__heading h2{font-size:var(--text-xl);margin-block-end:var(--space-2)}.booking-stage__heading p{font-size:var(--text-sm);margin:0}.booking-card-grid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.selection-card{justify-content:space-between;align-items:center;gap:var(--space-3);min-height:110px;padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);text-align:start;cursor:pointer;transition:border var(--transition), background var(--transition), transform var(--transition);background:#fff;display:flex;position:relative}.selection-card:hover{border-color:var(--violet-500);transform:translateY(-2px)}.selection-card.is-selected{border-color:var(--violet-700);background:var(--violet-50)}.selection-card>span{flex:1}.selection-card strong,.selection-card small{display:block}.selection-card small{color:var(--muted);margin-block-start:var(--space-2);line-height:1.45}.selection-card>b{color:var(--violet-700);flex:none}.selection-card>i{color:#fff;background:var(--violet-700);border-radius:50%;place-items:center;width:25px;height:25px;display:none;position:absolute;inset-block-start:var(--space-3);inset-inline-end:var(--space-3)}.selection-card.is-selected>i{display:grid}.selection-card--image{grid-template-columns:1fr;align-content:start;min-height:280px;padding:0;display:grid;overflow:hidden}.selection-card--image>img{object-fit:cover;width:100%;height:190px}.selection-card--image>span{padding:0 var(--space-4) var(--space-4)}.selection-card--employee{justify-content:flex-start}.selection-card--employee .rating-input{margin-block-start:var(--space-2)}.date-grid{gap:var(--space-2);grid-template-columns:repeat(7,minmax(64px,1fr));display:grid}.date-grid button{min-height:90px;padding:var(--space-2);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:#fff;place-items:center;display:grid}.date-grid button:hover,.date-grid button.is-selected{border-color:var(--violet-700);background:var(--violet-50)}.date-grid span,.date-grid small{color:var(--muted);font-size:var(--text-xs)}.date-grid strong{color:var(--text);font-size:1.4rem}.time-grid{gap:var(--space-3);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.time-grid button{min-height:88px;padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:#fff;justify-items:start;display:grid}.time-grid button:hover{border-color:var(--violet-700);background:var(--violet-50)}.time-grid svg{color:var(--violet-700)}.time-grid span{color:var(--muted);font-size:var(--text-xs)}.inline-loader{justify-content:center;align-items:center;gap:var(--space-3);min-height:260px;color:var(--muted);display:flex}.notes-field{align-items:center;gap:var(--space-3);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);grid-template-columns:auto 1fr auto;display:grid;position:relative}.notes-field svg{color:var(--violet-700)}.notes-field textarea{background:#fff;grid-column:1/-1}.notes-field small{color:var(--muted)}.review-card{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.review-card__service{align-items:center;gap:var(--space-4);padding:var(--space-4);background:var(--violet-50);display:flex}.review-card__service img{border-radius:var(--radius-sm);object-fit:cover;width:100px;height:100px}.review-card__service h3{margin-block-end:var(--space-2)}.review-card__service span{color:var(--muted);font-size:var(--text-xs)}.booking-summary{padding:var(--space-4)}.summary-row{align-items:center;gap:var(--space-3);border-block-end:1px solid var(--border);font-size:var(--text-sm);grid-template-columns:auto minmax(90px,.6fr) 1fr;padding-block:.75rem;display:grid}.summary-row>svg{color:var(--violet-500)}.summary-row>span{color:var(--muted)}.summary-row>strong{text-align:end}.summary-row--empty strong{color:#aaa2ad;font-weight:500}.review-submit,.login-callout{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);border-block-start:1px solid var(--border);display:flex}.review-submit span,.review-submit strong{display:block}.review-submit span{color:var(--muted);font-size:var(--text-xs);margin-block-start:.2rem}.login-callout{background:#fff9ea;align-items:flex-start}.login-callout svg{color:var(--warning);flex:none}.login-callout p{font-size:var(--text-xs);margin:.25rem 0 0}.booking-navigation{justify-content:space-between;gap:var(--space-3);border-block-start:1px solid var(--border);margin-block-start:var(--space-5);padding-block-start:var(--space-4);display:flex}.booking-sidebar{padding:var(--space-5);position:sticky;inset-block-start:var(--space-4)}.booking-sidebar h2{font-size:var(--text-lg);margin-block-end:var(--space-4)}.booking-sidebar .summary-row{grid-template-columns:.65fr 1fr}.booking-sidebar__total{justify-content:space-between;align-items:center;gap:var(--space-3);border-block-start:2px solid var(--violet-200);margin-block-start:var(--space-5);padding-block-start:var(--space-4);display:flex}.booking-sidebar__total strong{color:var(--violet-700);font-size:var(--text-lg)}.booking-error{padding:var(--space-3);border-radius:var(--radius-sm);background:#fff0f0;margin-block-start:var(--space-4)}.booking-confirmation{text-align:center;background:radial-gradient(circle at 6% 10%,#a4b84929,#0000 28rem),radial-gradient(circle at 94% 72%,#5b2a821a,#0000 30rem),linear-gradient(145deg,#fcfbf8,#f8f5f9);place-items:center;min-height:88vh;padding-block:clamp(4rem,8vw,7rem);display:grid}.booking-confirmation .container{max-width:940px}.confirmation-mark{width:78px;height:78px;margin:0 auto var(--space-5);color:#fff;background:linear-gradient(145deg,#48a075,#24764e);border:7px solid #fff;border-radius:50%;place-items:center;display:grid;position:relative;box-shadow:0 0 0 12px #2e8b5717,0 18px 32px #2e8b5733}.confirmation-mark:after{content:"";border:1px solid #2e8b5729;border-radius:50%;position:absolute;inset:-16px}.booking-confirmation h1{margin-block-end:var(--space-4);font-size:clamp(2.2rem,5vw,3.8rem)}.booking-confirmation .container>p:not(.eyebrow){max-width:690px;margin-inline:auto}.confirmation-card{margin-block:clamp(2rem, 5vw, 3.5rem) var(--space-6);padding:var(--space-5);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:start;background:radial-gradient(circle at 100% 0,#a4b8491c,#0000 34%),#ffffffeb;border:1px solid #5b2a8221;border-radius:1.5rem;position:relative;overflow:hidden;box-shadow:0 30px 70px #2e153f1f,0 4px 14px #2e153f0d}.confirmation-card:before{background:linear-gradient(90deg, var(--violet-700), var(--green-500), var(--violet-500));content:"";height:5px;position:absolute;inset:0 0 auto}.confirmation-card__header{justify-content:space-between;align-items:center;gap:var(--space-4);border-block-end:1px solid #5b2a821a;padding-block-end:var(--space-4);display:flex}.confirmation-card__header>div{gap:.25rem;display:grid}.confirmation-card__header>div span,.confirmation-card__price span,.confirmation-card__service>div>span,.confirmation-item>div>span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:800}.confirmation-card__header>div strong{color:var(--violet-900);font-size:1.1rem}.confirmation-card__status{color:#825a09;white-space:nowrap;background:#fff5d8;border:1px solid #c28a1c3d;border-radius:999px;align-items:center;gap:.45rem;padding:.55rem .8rem;font-size:.72rem;font-weight:800;display:inline-flex}.confirmation-card__service{align-items:center;gap:var(--space-5);padding-block:var(--space-5);grid-template-columns:116px minmax(0,1fr) auto;display:grid}.confirmation-card__service img{object-fit:cover;border:4px solid #fff;border-radius:1rem;width:116px;height:92px;box-shadow:0 12px 26px #2e153f21}.confirmation-card__service h2{color:var(--violet-900);font-family:var(--font-display);margin-block:.22rem;font-size:clamp(1.4rem,3vw,2rem)}.confirmation-card__service small{color:var(--green-800);font-weight:700}.confirmation-card__price{background:var(--green-50);text-align:end;border:1px solid #a4b84947;border-radius:.9rem;gap:.3rem;min-width:150px;padding:.9rem 1rem;display:grid}.confirmation-card__price strong{color:var(--violet-800);font-family:var(--font-display);font-size:1.35rem}.confirmation-card__details{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.confirmation-item{align-items:flex-start;gap:var(--space-3);min-width:0;padding:var(--space-4);background:linear-gradient(145deg, #fff, var(--violet-50));border:1px solid #5b2a8217;border-radius:1rem;display:flex}.confirmation-item--green{background:linear-gradient(145deg, #fff, var(--green-50))}.confirmation-item--gold{background:linear-gradient(145deg,#fff,#fff8e8)}.confirmation-item__icon{width:42px;height:42px;color:var(--violet-700);background:var(--violet-100);border-radius:.75rem;flex:0 0 42px;place-items:center;display:grid;box-shadow:0 7px 16px #5b2a821a}.confirmation-item--green .confirmation-item__icon{color:var(--green-800);background:var(--green-100);box-shadow:0 7px 16px #66742a1a}.confirmation-item--gold .confirmation-item__icon{color:#8b620c;background:#fff0c8;box-shadow:0 7px 16px #c28a1c1a}.confirmation-item>div{gap:.35rem;min-width:0;display:grid}.confirmation-item strong{overflow-wrap:anywhere;color:var(--text);font-size:.84rem;line-height:1.45}.confirmation-card__notice{align-items:center;gap:var(--space-3);padding:var(--space-4);background:linear-gradient(135deg, #edf7f1, var(--green-50));border:1px solid #2e8b5729;border-radius:1rem;margin-block-start:var(--space-4);display:flex}.confirmation-card__notice>span{color:#fff;background:var(--success);border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 8px 18px #2e8b5733}.confirmation-card__notice strong{color:#236642;margin-block-end:.2rem;display:block}.confirmation-card__notice p{color:#4e6c5d;font-size:var(--text-xs);margin:0}.booking-confirmation .hero-actions{justify-content:center}.booking-confirmation .hero-actions .button{min-width:190px}.loading-screen{align-content:center;justify-items:center;gap:var(--space-4);background:var(--warm-white);min-height:100vh;display:grid}.loading-screen img{object-fit:contain;width:105px;height:90px}.loading-screen p{font-size:var(--text-sm)}.loading-spinner{border:3px solid var(--violet-100);border-block-start-color:var(--violet-700);border-radius:50%;width:28px;height:28px;animation:.75s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.dashboard-shell{grid-template-columns:var(--sidebar-width) 1fr;background:var(--surface-soft);min-height:100vh;display:grid}.dashboard-sidebar{z-index:var(--z-drawer);width:var(--sidebar-width);padding:var(--space-5);color:#fff;background:radial-gradient(circle at 20% 100%, #a4b84933, transparent 34%), var(--violet-950);flex-direction:column;display:flex;position:fixed;inset-block:0;inset-inline-start:0}.dashboard-sidebar__brand{justify-content:space-between;align-items:center;margin-block-end:var(--space-6);display:flex}.dashboard-sidebar__brand img{border-radius:var(--radius-sm);object-fit:contain;background:#fff;width:84px;height:64px}.dashboard-sidebar__brand .icon-button{color:#fff;background:0 0;border-color:#ffffff26;display:none}.dashboard-sidebar nav>p{margin:0 0 var(--space-3);padding-inline:var(--space-3);color:#ffffff80;font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;font-weight:700}.dashboard-sidebar nav a,.dashboard-sidebar__bottom a,.dashboard-sidebar__bottom button{align-items:center;gap:var(--space-3);width:100%;min-height:44px;padding:.7rem var(--space-3);border-radius:var(--radius-sm);color:#ffffffb3;cursor:pointer;font-size:var(--text-sm);text-align:start;background:0 0;border:0;text-decoration:none;display:flex}.dashboard-sidebar nav a:hover,.dashboard-sidebar nav a.active,.dashboard-sidebar__bottom a:hover,.dashboard-sidebar__bottom button:hover{color:#fff;background:#ffffff1a}.dashboard-sidebar__bottom{gap:var(--space-1);border-block-start:1px solid #ffffff1f;margin-block-start:auto;padding-block-start:var(--space-4);display:grid}.dashboard-main{grid-column:2;min-width:0}.dashboard-topbar{height:72px;padding-inline:var(--space-6);border-block-end:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;display:flex}.dashboard-topbar>div:first-child{align-items:center;gap:var(--space-3);display:flex}.dashboard-topbar .icon-button{display:none}.topbar-back{align-items:center;gap:var(--space-2);color:var(--muted);font-size:var(--text-sm);text-decoration:none;display:flex}.topbar-user{align-items:center;gap:var(--space-3);display:flex}.topbar-user>div:first-child{text-align:end}.topbar-user strong,.topbar-user span{display:block}.topbar-user strong{font-size:var(--text-sm)}.topbar-user span{color:var(--muted);font-size:var(--text-xs);text-transform:capitalize;margin-block-start:.15rem}.dashboard-content{width:min(100%,1500px);padding:var(--space-6);margin-inline:auto}.page-header{justify-content:space-between;align-items:flex-end;gap:var(--space-6);margin-block-end:var(--space-6);display:flex}.page-header h1{font-size:var(--text-2xl);margin-block-end:var(--space-3)}.page-header p:last-child{max-width:760px;margin:0}.page-header__actions,.page-actions{gap:var(--space-2);flex-wrap:wrap;flex:none;display:flex}.stats-grid{gap:var(--space-4);grid-template-columns:repeat(4,minmax(0,1fr));margin-block-end:var(--space-6);display:grid}.stats-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-card{align-items:flex-start;gap:var(--space-4);min-height:135px;padding:var(--space-5);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;display:flex}.stat-card__icon{border-radius:var(--radius-sm);width:42px;height:42px;color:var(--violet-700);background:var(--violet-50);flex:none;place-items:center;display:grid}.stat-card--gold .stat-card__icon{color:#9a6a00;background:#fff5d8}.stat-card--green .stat-card__icon{color:var(--success);background:#e7f4ec}.stat-card--blue .stat-card__icon{color:var(--info);background:#e9f1fb}.stat-card p,.stat-card strong,.stat-card small{display:block}.stat-card p{font-size:var(--text-xs);margin-block-end:var(--space-2)}.stat-card strong{color:var(--text);font-size:clamp(1.35rem,2.2vw,1.8rem)}.stat-card small{color:var(--muted);margin-block-start:var(--space-1)}.dashboard-section{padding:var(--space-5);border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;margin-block-start:var(--space-6)}.dashboard-section__heading{justify-content:space-between;align-items:flex-end;gap:var(--space-4);margin-block-end:var(--space-5);display:flex}.dashboard-section__heading h2{font-size:var(--text-xl);margin:0}.next-appointment{align-items:center;gap:var(--space-5);padding:var(--space-5);border-radius:var(--radius-md);background:radial-gradient(circle at 100% 0, #a4b84933, transparent 36%), var(--violet-50);grid-template-columns:auto 1fr auto;display:grid}.next-appointment__date{border-radius:var(--radius-sm);color:#fff;background:var(--violet-700);place-items:center;width:76px;height:86px;display:grid}.next-appointment__date span,.next-appointment__date small{font-size:var(--text-xs)}.next-appointment__date strong{font-family:var(--font-display);font-size:1.7rem}.next-appointment h3{font-family:var(--font-display);font-size:var(--text-xl);margin-block-end:var(--space-2)}.next-appointment>div:nth-child(2)>span{color:var(--muted);font-size:var(--text-sm)}.appointment-grid{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.appointment-grid--dashboard{margin-block-start:var(--space-5)}.appointment-card{--appointment-accent:var(--violet-600);--appointment-tint:#5b2a8214;isolation:isolate;min-height:260px;padding:var(--space-5);border-radius:var(--radius-md);background:radial-gradient(circle at 100% 0, var(--appointment-tint), transparent 36%), linear-gradient(145deg, #fff 72%, #f7f8eed1);transition:border-color var(--transition), box-shadow var(--transition), transform var(--transition);border:1px solid #5b2a8224;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 36px #2e153f14,0 2px 8px #2e153f0a}.appointment-card:before{z-index:-1;background:linear-gradient(90deg, var(--appointment-accent), transparent 88%);content:"";height:4px;position:absolute;inset:0 0 auto}.appointment-card:hover{border-color:color-mix(in srgb, var(--appointment-accent) 42%, white);transform:translateY(-6px);box-shadow:0 24px 52px #2e153f24,0 4px 12px #2e153f0f}.appointment-card--pending{--appointment-accent:#c28a1c;--appointment-tint:#f4be4a21}.appointment-card--approved{--appointment-accent:#4e75ad;--appointment-tint:#4e75ad1f}.appointment-card--completed{--appointment-accent:#438064;--appointment-tint:#4380641f}.appointment-card--rejected,.appointment-card--cancelled{--appointment-accent:#a75263;--appointment-tint:#a752631a}.appointment-card__head{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.appointment-card__head>div{gap:var(--space-2);display:grid}.appointment-card__head>div>span{color:var(--muted);font-size:var(--text-xs)}.appointment-card__price{color:var(--violet-800);background:#ffffffc7;border:1px solid #5b2a821c;border-radius:999px;padding:.46rem .72rem;font-size:.92rem;line-height:1;box-shadow:0 6px 16px #2e153f0f}.appointment-card h3{margin-block:var(--space-5) var(--space-1);font-family:var(--font-display);font-size:var(--text-lg)}.appointment-card>p{font-size:var(--text-xs);margin-block-end:var(--space-4)}.appointment-card__details{gap:var(--space-2);color:var(--muted);font-size:var(--text-xs);margin-block-end:var(--space-4);display:grid}.appointment-card__details span{align-items:center;gap:var(--space-2);display:flex}.appointment-card__detail-icon{border:1px solid color-mix(in srgb, var(--appointment-accent) 20%, white);width:29px;height:29px;color:var(--appointment-accent);background:color-mix(in srgb, var(--appointment-accent) 9%, white);border-radius:.55rem;flex:0 0 29px;place-items:center;box-shadow:0 5px 12px #2e153f0d;display:inline-grid!important}.appointment-card__link{justify-content:space-between;align-items:center;gap:var(--space-3);color:#fff;background:linear-gradient(135deg, var(--violet-700), var(--violet-900));min-height:42px;font-size:var(--text-xs);transition:box-shadow var(--transition), transform var(--transition);border:1px solid #5b2a8224;border-radius:.7rem;margin-block-start:auto;padding:.7rem .85rem;font-weight:700;text-decoration:none;display:flex;box-shadow:0 10px 22px #5b2a822b}.appointment-card__link svg{box-sizing:content-box;background:#ffffff24;border-radius:50%;padding:.2rem}.appointment-card__link:hover{color:#fff;transform:translateY(-2px);box-shadow:0 14px 28px #5b2a823d}.appointment-card .text-link{margin-block-start:auto}.status-badge{width:max-content;color:var(--muted);text-transform:capitalize;background:#f0eef1;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .58rem;font-size:.68rem;font-weight:700;display:inline-flex}.status-badge__dot{background:currentColor;border-radius:50%;width:6px;height:6px}.status-badge--success{color:var(--success);background:#e7f4ec}.status-badge--warning{color:#9a6a00;background:#fff5d8}.status-badge--info{color:var(--info);background:#e9f1fb}.status-badge--danger{color:var(--error);background:#fff0f0}.status-badge--orange{color:var(--orange);background:#fff1e4}.status-badge--neutral,.status-badge--muted{color:#736c76;background:#f0eef1}.tabs{gap:var(--space-1);margin-block:var(--space-5);border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;padding:.3rem;display:flex;overflow-x:auto}.tabs button{justify-content:center;align-items:center;gap:var(--space-2);min-width:max-content;color:var(--muted);cursor:pointer;font-size:var(--text-xs);background:0 0;border:0;border-radius:.55rem;padding:.58rem .8rem;font-weight:600;display:inline-flex}.tabs button.is-active{color:var(--violet-900);background:var(--violet-50)}.tabs button>span{background:#fff;border-radius:999px;place-items:center;min-width:20px;height:20px;padding-inline:.25rem;font-size:.65rem;display:grid}.tabs__icon{flex:none}.customer-appointments .filter-bar{gap:var(--space-5);padding:var(--space-4);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:radial-gradient(circle at 100% 0,#a4b84921,#0000 42%),#ffffffb8;border:1px solid #a4b84933;margin-block-end:var(--space-5);box-shadow:0 12px 30px #2e153f0f}.customer-appointments .search-field{width:min(100%,520px)}.customer-appointments .search-field svg{width:36px;height:36px;color:var(--violet-700);background:var(--violet-50);border:1px solid #5b2a821a;border-radius:.7rem;padding:9px;inset-inline-start:.7rem}.customer-appointments .search-field input{background:#fff;border-color:#5b2a8224;border-radius:.9rem;min-height:58px;padding-inline-start:3.45rem;font-weight:600;box-shadow:0 8px 22px #2e153f0e}.date-filter{align-items:center;gap:var(--space-3);cursor:pointer;background:#fff;border:1px solid #5b2a8224;border-radius:.9rem;width:min(100%,265px);min-height:58px;padding:.5rem .75rem;display:flex;box-shadow:0 8px 22px #2e153f0e}.date-filter:focus-within{border-color:var(--violet-400);box-shadow:0 0 0 3px #5b2a821a,0 10px 24px #2e153f14}.date-filter__icon{width:40px;height:40px;color:var(--green-800);background:var(--green-100);border:1px solid #a4b84947;border-radius:.72rem;flex:0 0 40px;place-items:center;display:grid}.date-filter__copy{flex:1;gap:.08rem;min-width:0;display:grid}.date-filter__copy small{color:var(--green-800);letter-spacing:.08em;text-transform:uppercase;font-size:.62rem;font-weight:800}.date-filter input{width:100%;height:auto;min-height:0;box-shadow:none;color:var(--ink);font-size:var(--text-xs);background:0 0;border:0;border-radius:0;outline:0;padding:0;font-weight:700}.customer-appointments .tabs{margin-block:0 var(--space-5);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffdb;border-color:#5b2a8221;gap:.45rem;padding:.45rem;box-shadow:0 12px 30px #2e153f0f}.customer-appointments .tabs button{min-height:46px;transition:color var(--transition), background var(--transition), border-color var(--transition), box-shadow var(--transition), transform var(--transition);border:1px solid #0000;border-radius:.75rem;flex:1 0 auto;gap:.45rem}.customer-appointments .tabs button:hover{color:var(--violet-800);background:var(--violet-50);border-color:#5b2a821f;transform:translateY(-1px)}.customer-appointments .tabs button.is-active{color:#fff;background:linear-gradient(135deg, var(--violet-700), var(--violet-900));border-color:#ffffff29;box-shadow:0 9px 20px #5b2a8233}.customer-appointments .tabs button>span{color:var(--violet-800);background:#ffffffe6}.customer-appointments .tabs__icon{background:#5b2a8214;border-radius:.55rem;width:27px;height:27px;padding:6px}.customer-appointments .tabs button.is-active .tabs__icon{color:var(--green-200);background:#ffffff1f}.empty-state{min-height:320px;padding:var(--space-6);text-align:center;align-content:center;justify-items:center;display:grid}.empty-state--compact{border:1px dashed var(--border);border-radius:var(--radius-md);min-height:190px}.empty-state__mark{width:52px;height:52px;color:var(--violet-700);background:var(--violet-50);border-radius:50%;place-items:center;margin-block-end:var(--space-4);display:grid}.empty-state h3{margin-block-end:var(--space-2)}.empty-state p{max-width:440px;margin-block-end:var(--space-4)}.error-state{align-items:flex-start;gap:var(--space-4);max-width:720px;padding:var(--space-5);border-radius:var(--radius-md);color:var(--error);background:#fff4f4;border:1px solid #f0c5c5;display:flex}.error-state h3{margin-block-end:var(--space-2)}.error-state p{margin:0}.profile-dashboard-grid,.appointment-detail-grid,.schedule-layout{gap:var(--space-5);grid-template-columns:minmax(0,1fr) minmax(300px,.55fr);display:grid}.detail-card,.timeline-card,.schedule-panel,.rating-form{padding:var(--space-5);border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff}.detail-card__head{justify-content:space-between;align-items:flex-start;gap:var(--space-4);border-block-end:1px solid var(--border);padding-block-end:var(--space-5);display:flex}.detail-card__head h2{font-size:var(--text-xl);margin:0}.detail-list{margin-block-start:var(--space-3)}.detail-list>div{align-items:center;gap:var(--space-3);border-block-end:1px solid var(--border);font-size:var(--text-sm);grid-template-columns:auto minmax(140px,.55fr) 1fr;padding-block:.85rem;display:grid}.detail-list svg{color:var(--violet-500)}.detail-list span{color:var(--muted)}.detail-list strong{text-align:end}.reason-box,.rating-callout,.submitted-rating{padding:var(--space-4);border-radius:var(--radius-sm);background:var(--surface-soft);margin-block-start:var(--space-5)}.reason-box--danger{color:var(--error);background:#fff0f0}.reason-box p,.submitted-rating p{font-size:var(--text-sm);margin:.4rem 0 0}.rating-callout{justify-content:space-between;align-items:center;gap:var(--space-4);background:var(--green-100);display:flex}.rating-callout p{font-size:var(--text-xs);margin:.2rem 0 0}.submitted-rating>div{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.timeline-card h2{font-size:var(--text-lg)}.timeline-card ol{margin:var(--space-5) 0;padding:0;list-style:none}.timeline-card li{gap:var(--space-3);grid-template-columns:30px 1fr;padding-block-end:var(--space-5);display:grid;position:relative}.timeline-card li:not(:last-child):before{background:var(--border);content:"";width:1px;position:absolute;inset-block:28px 0;inset-inline-start:14px}.timeline-card li>span{z-index:1;color:#fff;background:var(--violet-700);border-radius:50%;place-items:center;width:30px;height:30px;display:grid;position:relative}.timeline-card li p{margin:var(--space-2) 0;font-size:var(--text-xs)}.timeline-card li small{color:var(--muted)}.timeline-meta{justify-content:space-between;gap:var(--space-3);border-block-start:1px solid var(--border);font-size:var(--text-xs);padding-block-start:var(--space-4);display:flex}.timeline-meta span{color:var(--muted)}.rating-form{gap:var(--space-5);max-width:720px;display:grid}.rating-form>div{justify-content:space-between;align-items:center;gap:var(--space-5);border-block-end:1px solid var(--border);padding-block-end:var(--space-4);display:flex}.rating-form label>span{color:var(--muted);font-size:var(--text-xs);font-weight:400}.calendar-toolbar .tabs,.revenue-toolbar .tabs{margin:0}.calendar-toolbar>label{align-items:center;gap:var(--space-3);display:flex}.calendar-toolbar input{width:auto}.calendar-range-label,.customer-profile-strip{justify-content:space-between;align-items:center;gap:var(--space-4);margin-block:var(--space-5);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;display:flex}.calendar-range-label span{color:var(--muted)}.agenda-list{gap:var(--space-3);display:grid}.agenda-list article{align-items:center;gap:var(--space-4);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;grid-template-columns:130px 1fr auto auto;display:grid}.agenda-list__time strong,.agenda-list__time span{display:block}.agenda-list__time span,.agenda-list article p{color:var(--muted);font-size:var(--text-xs);margin:.2rem 0 0}.agenda-list article h3{margin:0}.agenda-list article>a{color:var(--violet-700);font-size:var(--text-xs);font-weight:700}.schedule-layout>div{gap:var(--space-4);display:grid}.schedule-panel>div:first-child{align-items:center;gap:var(--space-3);margin-block-end:var(--space-4);display:flex}.schedule-panel>div:first-child svg{color:var(--violet-700)}.schedule-panel h2{font-size:var(--text-lg);margin:0}.schedule-panel article{justify-content:space-between;gap:var(--space-3);border-block-end:1px solid var(--border);font-size:var(--text-sm);padding-block:.75rem;display:flex}.schedule-panel article span,.schedule-panel>p{color:var(--muted)}.employee-profile-card{align-items:center;gap:var(--space-5);padding:var(--space-5);border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;margin-block-end:var(--space-6);display:flex}.employee-profile-card>div:nth-child(2){flex:1}.employee-profile-card h2{font-size:var(--text-xl);margin-block-end:var(--space-2)}.employee-profile-card p{margin-block-end:var(--space-2)}.chart-grid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.chart-card{min-width:0;padding:var(--space-5);border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff}.chart-card--wide{min-height:390px}.chart-card h2{font-size:var(--text-lg);margin-block-end:0}.chart-area{width:100%;height:280px;margin-block-start:var(--space-4)}.chart-area--small{height:190px}.admin-filters{gap:var(--space-3);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;grid-template-columns:minmax(240px,1.4fr) repeat(3,minmax(130px,.7fr));margin-block-end:var(--space-4);display:grid}.admin-filters label{grid-template-columns:auto 1fr;align-items:center}.admin-filters--compact{grid-template-columns:1.5fr 1fr 1fr}.table-wrap{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:var(--text-xs)}th,td{border-block-end:1px solid var(--border);text-align:start;vertical-align:middle;padding:.85rem}th{color:var(--muted);background:var(--surface-soft);white-space:nowrap;font-weight:700}td>div strong,td>div small{display:block}td>div small{color:var(--muted);margin-block-start:.25rem}.table-link{color:var(--violet-700);font-weight:700}.pagination{justify-content:flex-end;align-items:center;gap:var(--space-4);color:var(--muted);font-size:var(--text-xs);margin-block-start:var(--space-4);display:flex}.admin-employee-grid{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.admin-employee-card{padding:var(--space-5);border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff}.admin-employee-card__head{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.admin-employee-card h2{margin-block:var(--space-5) var(--space-2);font-size:var(--text-xl)}.admin-employee-card>p{min-height:2.8em;font-size:var(--text-sm)}.mini-stats{gap:var(--space-2);margin-block:var(--space-5);padding:var(--space-3);border-radius:var(--radius-sm);background:var(--surface-soft);grid-template-columns:repeat(3,1fr);display:grid}.mini-stats div{min-width:0}.mini-stats span,.mini-stats strong{display:block}.mini-stats span{color:var(--muted);font-size:.65rem}.mini-stats strong{font-size:var(--text-xs);text-overflow:ellipsis;margin-block-start:.25rem;overflow:hidden}.admin-employee-card__actions,.admin-service-list__actions,.admin-treatment-list article>div:last-child{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.admin-employee-card__actions>button:not(.button),.admin-service-list__actions>button:not(.button),.admin-treatment-list article>div:last-child>button:not(.button){color:var(--muted);cursor:pointer;font-size:var(--text-xs);background:0 0;border:0;padding:.5rem;font-weight:600}.affected-list{gap:var(--space-2);margin-block-end:var(--space-4);display:grid}.affected-list span{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);background:var(--surface-soft);font-size:var(--text-xs)}.radio-stack{gap:var(--space-3);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-sm);display:grid}.radio-stack legend{padding-inline:var(--space-2);font-weight:700}.radio-stack label{align-items:flex-start;gap:var(--space-2);grid-template-columns:auto 1fr;font-weight:500;display:flex}.radio-stack input{width:18px;min-height:18px;accent-color:var(--violet-700)}.admin-form{gap:var(--space-5);display:grid}.admin-form>section{padding:var(--space-5);border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff}.form-section-heading{align-items:flex-start;gap:var(--space-4);margin-block-end:var(--space-6);display:flex}.form-section-heading>span{width:38px;height:38px;color:var(--violet-700);background:var(--violet-50);font-family:var(--font-display);border-radius:50%;flex:none;place-items:center;display:grid}.form-section-heading h2{font-size:var(--text-lg);margin-block-end:var(--space-1)}.form-section-heading p{font-size:var(--text-sm);margin:0}.assignment-grid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.assignment-grid fieldset{gap:var(--space-3);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-sm);display:grid}.assignment-grid legend{padding-inline:var(--space-2);font-weight:700}.assignment-grid label{gap:var(--space-2);grid-template-columns:auto 1fr;font-weight:500;display:flex}.assignment-grid input{width:17px;min-height:17px;accent-color:var(--violet-700)}.schedule-form{gap:var(--space-2);display:grid}.schedule-form>div{align-items:center;gap:var(--space-3);padding-block:var(--space-2);border-block-end:1px solid var(--border);grid-template-columns:minmax(150px,1fr) 150px 150px;display:grid}.sticky-form-actions{z-index:5;justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;display:flex;position:sticky;inset-block-end:var(--space-3)}.admin-service-list,.admin-treatment-list{gap:var(--space-4);display:grid}.admin-service-list>article{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;grid-template-columns:260px 1fr;display:grid;overflow:hidden}.admin-service-list>article.is-inactive,.admin-treatment-list>article.is-inactive{opacity:.68}.admin-service-list>article>img{object-fit:cover;width:100%;height:100%;min-height:330px}.admin-service-list__body{padding:var(--space-6)}.admin-service-list__body h2{font-size:var(--text-xl);margin-block-end:var(--space-1)}.admin-service-list__body>div:first-child>span,.service-admin-hero span,.admin-treatment-list article>div:first-child>span{color:var(--muted);font-size:var(--text-sm)}.service-admin-hero{align-items:center;gap:var(--space-5);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;grid-template-columns:220px 1fr;margin-block-end:var(--space-5);display:grid}.service-admin-hero img{border-radius:var(--radius-md);object-fit:cover;width:100%;height:180px}.admin-treatment-list>article{align-items:center;gap:var(--space-5);padding:var(--space-5);border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;grid-template-columns:1fr 1fr auto;display:grid}.admin-treatment-list h2{font-size:var(--text-lg);margin-block-end:var(--space-1)}.admin-treatment-list__metrics{gap:var(--space-3);color:var(--muted);font-size:var(--text-xs);flex-wrap:wrap;display:flex}.admin-treatment-list__metrics strong{color:var(--violet-700)}.image-preview{margin-block-start:var(--space-5)}.image-preview img{border:1px solid var(--border);border-radius:var(--radius-md);object-fit:cover;width:280px;height:220px}.customer-profile-strip>div{text-align:center}.customer-profile-strip span,.customer-profile-strip strong{display:block}.customer-profile-strip span{color:var(--muted);font-size:var(--text-xs)}.customer-profile-strip strong{margin-block-start:var(--space-2)}.revenue-toolbar{align-items:flex-start}.revenue-toolbar>div:last-child{gap:var(--space-3);display:flex}.metric-list{gap:var(--space-2);margin-block-start:var(--space-4);display:grid}.metric-list>div,.revenue-records article{justify-content:space-between;align-items:center;gap:var(--space-4);padding-block:var(--space-3);border-block-end:1px solid var(--border);font-size:var(--text-sm);display:flex}.revenue-records article>div strong,.revenue-records article>div span{display:block}.revenue-records article>div span{color:var(--muted);font-size:var(--text-xs);margin-block-start:.2rem}.ratings-overview{gap:var(--space-4);grid-template-columns:280px 1fr;margin-block-end:var(--space-5);display:grid}.ratings-overview .stat-card{height:100%}.admin-rating-list{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.admin-rating-list article{padding:var(--space-5);border:1px solid var(--border);border-radius:var(--radius-md);background:#fff}.admin-rating-list__head,.admin-rating-list footer{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.admin-rating-list__head>span{color:var(--muted);font-size:var(--text-xs)}.admin-rating-list article>p{min-height:3.4em;color:var(--text);font-family:var(--font-display);font-size:var(--text-lg)}.rating-submetrics{gap:var(--space-2);margin-block:var(--space-4);padding:var(--space-3);border-radius:var(--radius-sm);background:var(--surface-soft);grid-template-columns:repeat(3,1fr);display:grid}.rating-submetrics span{color:var(--muted);font-size:.68rem}.rating-submetrics strong{color:var(--text);margin-block-start:.2rem;display:block}.admin-rating-list footer{border-block-start:1px solid var(--border);color:var(--muted);font-size:var(--text-xs);justify-content:flex-start;padding-block-start:var(--space-4)}.admin-rating-list footer a{color:var(--violet-700);font-weight:700}.settings-brand-preview{align-items:center;gap:var(--space-4);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);margin-block-end:var(--space-5);display:flex}.settings-brand-preview img{border-radius:var(--radius-sm);object-fit:contain;background:#fff;width:86px;height:70px}.settings-brand-preview strong,.settings-brand-preview span{display:block}.settings-brand-preview span{color:var(--muted);font-size:var(--text-xs);margin-block-start:.2rem}.modal-backdrop{z-index:var(--z-modal);padding:var(--space-4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#23142d8a;place-items:center;animation:.14s both fade-in;display:grid;position:fixed;inset:0;overflow-y:auto}.modal{border-radius:var(--radius-lg);width:min(100%,680px);max-height:calc(100vh - 2rem);box-shadow:var(--shadow-lg);background:#fff;animation:.18s both modal-in;overflow-y:auto}.modal>header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--space-5);border-block-end:1px solid var(--border);display:flex}.modal>header h2{font-size:var(--text-xl);margin-block-end:var(--space-2)}.modal>header p{font-size:var(--text-sm);margin:0}.modal__body{padding:var(--space-5)}.modal__actions{justify-content:flex-end;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-block-start:1px solid var(--border);display:flex}.modal-form .modal__actions{border:0;padding:0}@keyframes fade-in{0%{opacity:0}}@keyframes modal-in{0%{opacity:0;transform:translateY(12px)scale(.98)}}.toast-region{z-index:calc(var(--z-modal) + 10);gap:var(--space-2);width:min(380px,100vw - 2rem);display:grid;position:fixed;inset-block-start:var(--space-4);inset-inline-end:var(--space-4)}.toast{align-items:center;gap:var(--space-3);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);font-size:var(--text-sm);background:#fff;grid-template-columns:auto 1fr auto;animation:.22s both toast-in;display:grid}.toast>svg{color:var(--success)}.toast--error>svg{color:var(--error)}.toast--info>svg{color:var(--info)}.toast button{padding:var(--space-1);color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}@keyframes toast-in{0%{opacity:0;transform:translate(18px)}}.system-page{min-height:100vh;padding:var(--space-6);text-align:center;background:radial-gradient(circle at 50% 40%, var(--violet-100), transparent 34%), var(--warm-white);align-content:center;justify-items:center;display:grid}.system-page>svg{color:var(--violet-700);margin-block-end:var(--space-5)}.system-page h1{max-width:700px;font-size:var(--text-2xl)}.system-page>p:not(.eyebrow){max-width:600px}.system-page>div{gap:var(--space-3);display:flex}.skeleton{border-radius:var(--radius-sm);background:linear-gradient(90deg,#f1edf3,#faf8fb,#f1edf3) 0 0/200% 100%;min-height:1rem;animation:1.2s infinite shimmer;display:block}@keyframes shimmer{to{background-position:-200% 0}}.dashboard-overlay{display:none}@media (width<=1180px){:root{--container:min(100% - 2.5rem, 1080px)}.desktop-nav{gap:1.2rem}.service-grid,.value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-employee-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-filters .search-field{grid-column:1/-1;width:100%}.date-grid{grid-template-columns:repeat(5,minmax(64px,1fr))}.time-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=980px){.desktop-nav,.navbar__actions>.button{display:none}.menu-toggle{display:grid}.mobile-nav{gap:var(--space-2);padding:var(--space-5);border-block-end:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;display:grid;position:absolute;inset-block-start:100%;inset-inline:0}.mobile-nav>a:not(.button){padding:var(--space-3);border-radius:var(--radius-sm);color:var(--muted);font-weight:600;text-decoration:none}.mobile-nav>a.active:not(.button){color:var(--violet-700);background:var(--violet-50)}.home-hero__grid,.page-hero--editorial .container,.service-detail-hero__grid,.salon-story__grid,.experience-grid{gap:var(--space-6);grid-template-columns:1fr .75fr}.hero-photo-frame>img{height:560px}.employee-grid,.appointment-grid,.treatment-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-intro{grid-template-columns:.3fr 1fr}.editorial-intro>div{grid-column:2}.booking-layout{grid-template-columns:1fr}.booking-sidebar{position:static}.auth-page{grid-template-columns:.8fr 1fr}.auth-panel{padding:var(--space-6)}.auth-panel--brand>img{inset-inline-start:var(--space-6)}.dashboard-shell{display:block}.dashboard-sidebar{transition:transform .22s;transform:translate(-102%)}[dir=rtl] .dashboard-sidebar{transform:translate(102%)}.dashboard-sidebar.is-open{transform:translate(0)}.dashboard-sidebar__brand .icon-button,.dashboard-topbar .icon-button{display:grid}.dashboard-overlay{z-index:calc(var(--z-drawer) - 1);background:#23142d73;border:0;display:block;position:fixed;inset:0}.dashboard-main{width:100%}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-service-list>article{grid-template-columns:210px 1fr}.admin-treatment-list>article{grid-template-columns:1fr}}@media (width<=760px){:root{--container:min(100% - 1.5rem, 680px);--space-8:3.5rem}.announcement{justify-content:center}.announcement span,.account-link span{display:none}.home-hero__grid,.page-hero--editorial .container,.service-detail-hero__grid,.salon-story__grid,.experience-grid,.contact-grid,.contact-lower-grid,.profile-detail-grid,.visit-grid,.split-heading,.profile-dashboard-grid,.appointment-detail-grid,.schedule-layout{grid-template-columns:1fr}.home-hero{padding-block-start:var(--space-7)}.home-hero__visual{order:-1}.hero-photo-frame{border-radius:var(--radius-xl);max-width:100%}.hero-photo-frame>img{height:430px;min-height:0}.home-hero h1{font-size:clamp(2.8rem,13vw,4.3rem)}.intro-strip .container,.final-cta__inner,.social-callout__inner,.page-header,.booking-header{flex-direction:column;align-items:flex-start}.service-grid,.employee-grid,.value-grid,.value-grid--three,.steps-grid,.appointment-grid,.treatment-grid,.contact-cards,.admin-employee-grid,.chart-grid,.admin-rating-list,.ratings-overview,.form-grid,.assignment-grid{grid-template-columns:1fr}.steps-grid{gap:1px}.service-card__image{aspect-ratio:4/3.7}.salon-story__image img,.page-hero--editorial img,.service-detail-hero__grid>img,.experience-collage>img{height:430px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.profile-hero__inner{grid-template-columns:auto 1fr}.profile-hero__inner>.button{grid-column:1/-1}.auth-page{grid-template-columns:1fr}.auth-panel{min-height:auto;padding:var(--space-6) var(--space-5)}.auth-panel--brand{min-height:520px}.auth-panel--brand>img{margin-block-end:var(--space-8);position:static}.booking-progress{scrollbar-width:none;padding-block-end:var(--space-2);display:flex;overflow-x:auto}.booking-progress::-webkit-scrollbar{display:none}.booking-progress li{min-width:80px}.booking-card-grid{grid-template-columns:1fr}.booking-card-grid--images{grid-template-columns:repeat(2,minmax(0,1fr))}.selection-card--image{min-height:240px}.selection-card--image>img{height:150px}.date-grid{grid-template-columns:repeat(4,minmax(60px,1fr))}.time-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-content{padding:var(--space-4)}.dashboard-topbar{padding-inline:var(--space-4)}.stats-grid,.stats-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}.next-appointment{grid-template-columns:auto 1fr}.next-appointment>.button{grid-column:1/-1}.filter-bar,.calendar-toolbar,.revenue-toolbar{flex-direction:column;align-items:stretch}.search-field{width:100%}.agenda-list article{grid-template-columns:95px 1fr}.agenda-list article .status-badge,.agenda-list article>a{grid-column:2}.detail-list>div{grid-template-columns:auto 1fr}.detail-list strong{text-align:start;grid-column:2}.admin-filters,.admin-filters--compact{grid-template-columns:1fr 1fr}.admin-filters .search-field{grid-column:1/-1}.table-wrap{background:0 0;border:0;overflow:visible}table,thead,tbody,tr,th,td{display:block}thead{width:1px;height:1px;position:absolute;overflow:hidden}tbody{gap:var(--space-3);display:grid}tr{padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);background:#fff}td{gap:var(--space-3);grid-template-columns:minmax(110px,.6fr) 1fr;padding:.6rem 0;display:grid}td:before{color:var(--muted);content:attr(data-label);font-weight:600}.admin-service-list>article{grid-template-columns:1fr}.admin-service-list>article>img{height:280px;min-height:0}.service-admin-hero{grid-template-columns:1fr}.schedule-form>div{grid-template-columns:1fr 1fr}.schedule-form>div>label{grid-column:1/-1}.customer-profile-strip{flex-wrap:wrap}.customer-profile-strip>div{flex:120px}.modal{max-height:calc(100vh - 1rem)}}@media (width<=480px){:root{--container:min(100% - 1rem, 440px)}.navbar{height:70px}.brand-link img{width:68px;height:54px}.navbar__actions{gap:var(--space-2)}.hero-actions,.location-actions,.final-cta__inner>.button,.page-header__actions,.page-actions{width:100%}.hero-actions .button,.location-actions .button,.final-cta__inner>.button,.page-header__actions .button{flex:auto}.home-hero h1{font-size:2.75rem}.hero-photo-frame>img{height:360px}.hero-photo-note{inset-block-end:.7rem;inset-inline:.7rem}.service-card__image{aspect-ratio:4/4.2}.experience-collage>img{width:100%}.experience-collage>div{width:calc(100% - 2rem);min-height:auto;margin:-3rem auto 0;position:relative;inset:auto}.profile-hero__inner{text-align:center;grid-template-columns:1fr}.profile-hero__inner .employee-avatar{margin-inline:auto}.profile-hero__stats{justify-content:center}.booking-card-grid--images{grid-template-columns:1fr}.date-grid{grid-template-columns:repeat(3,minmax(60px,1fr))}.booking-stage{padding:var(--space-4)}.review-card__service{align-items:flex-start}.review-card__service img{width:72px;height:72px}.summary-row{grid-template-columns:auto 1fr}.summary-row>strong{text-align:start;grid-column:2}.review-submit,.login-callout,.rating-callout{flex-direction:column;align-items:stretch}.booking-navigation .button{flex:1}.topbar-user>div:first-child,.topbar-back{display:none}.stats-grid,.stats-grid--three{grid-template-columns:1fr}.page-header__actions,.page-actions{display:grid}.next-appointment{grid-template-columns:1fr}.next-appointment__date{justify-content:center;gap:var(--space-3);grid-template-columns:repeat(3,auto);width:100%;height:65px}.dashboard-section{padding:var(--space-4)}.admin-filters,.admin-filters--compact{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr;display:grid}.field-full{grid-column:auto}.employee-profile-card{flex-direction:column;align-items:flex-start}.admin-service-list__body{padding:var(--space-4)}.mini-stats,.rating-submetrics,.schedule-form>div{grid-template-columns:1fr}.schedule-form>div>label{grid-column:auto}.sticky-form-actions{grid-template-columns:1fr;display:grid}.revenue-toolbar>div:last-child{flex-direction:column}.modal-backdrop{padding:var(--space-2)}.modal__actions{grid-template-columns:1fr;display:grid}.toast-region{width:calc(100vw - 1rem);inset-block-start:var(--space-2);inset-inline-end:var(--space-2)}}body{background:radial-gradient(circle at 8% 4%, #a4b84917, transparent 24rem), radial-gradient(circle at 92% 22%, #5b2a8211, transparent 28rem), var(--warm-white)}.public-shell{background:linear-gradient(90deg, #a4b84906, transparent 22%, transparent 78%, #5b2a8206), var(--warm-white)}.public-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;inset-block-start:0;box-shadow:0 10px 36px #2e153f12}.announcement{background:linear-gradient(100deg, var(--violet-950) 0%, var(--violet-900) 58%, var(--green-800) 145%);position:relative;overflow:hidden}.announcement:after{content:"";background:linear-gradient(90deg,#0000,#e2eabc2e,#0000);width:18%;animation:9s ease-in-out infinite announcement-glow;position:absolute;inset-block:0;inset-inline-start:-25%;transform:skew(-20deg)}.navbar{position:relative}.navbar:after{background:linear-gradient(90deg, var(--green-500), transparent);content:"";border-radius:99px;height:2px;position:absolute;inset-block-end:-1px;inset-inline:12% 62%}.brand-link{position:relative}.brand-link:after{z-index:-1;content:"";filter:blur(15px);opacity:0;background:#a4b84924;border-radius:50%;transition:opacity .3s;position:absolute;inset:18% 0 10%}.desktop-nav a:hover:after,.desktop-nav a.active:after{opacity:1;transform:scaleX(1)}.eyebrow{color:var(--green-700)}.button{position:relative;overflow:hidden}.button:after{content:"";background:linear-gradient(105deg,#0000 30%,#ffffff38,#0000 70%);transition:transform .5s;position:absolute;inset:0;transform:translate(-140%)}.button:hover:after{transform:translate(140%)}.button--primary{background:linear-gradient(120deg, var(--violet-700), var(--violet-900));box-shadow:0 12px 28px #5b2a8233,0 3px #a4b8498c}.button--primary:hover:not(:disabled){background:linear-gradient(120deg, var(--violet-800), var(--violet-950));box-shadow:0 17px 34px #40205c45, 0 3px 0 var(--green-500)}.button--secondary{color:var(--green-900);border-color:var(--green-300);background:linear-gradient(120deg, white, var(--green-100));box-shadow:0 8px 22px #66742a17}.button--secondary:hover:not(:disabled){color:var(--green-900);border-color:var(--green-600);background:var(--green-100);box-shadow:var(--shadow-green)}.button--text,.text-link,.table-link{-webkit-text-decoration-color:var(--green-500);text-decoration-color:var(--green-500);text-underline-offset:.25em;text-decoration-thickness:2px}.home-hero{background:radial-gradient(circle at 7% 18%, #a4b8493d, transparent 24%), radial-gradient(circle at 94% 78%, #66742a21, transparent 27%), linear-gradient(128deg, #fcfbf7 8%, var(--green-50) 45%, var(--violet-50) 100%)}.home-hero:after{content:"";opacity:.18;pointer-events:none;background-image:radial-gradient(#66742a29 .7px,#0000 .7px);background-size:19px 19px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(100deg,#000,#0000 36% 70%,#000);mask-image:linear-gradient(100deg,#000,#0000 36% 70%,#000)}.home-hero__grid{z-index:1;position:relative}.home-hero__content:before{width:70px;height:5px;background:linear-gradient(90deg, var(--green-500), var(--violet-500));content:"";border-radius:99px;margin-block-end:var(--space-5);display:block}.home-hero h1,.page-hero h1,.service-detail-hero h1,.profile-hero h1{text-wrap:balance}.hero-photo-frame{border-color:#f7f8eef5;box-shadow:0 34px 80px #2e153f2e,18px 18px #a4b8492b}.hero-photo-frame:after{content:"";pointer-events:none;background:linear-gradient(#a4b84912,#0000 36%,#2e153f1f);position:absolute;inset:0}.hero-photo-note{z-index:1;background:#fafbf2eb;border-color:#cad6909e}.hero-orbit--one{border-color:#5b2a823d;animation:7s ease-in-out infinite orbit-breathe;box-shadow:inset 0 0 0 14px #5b2a8206}.hero-orbit--two{border-color:#66742a7a;animation:7s ease-in-out 1.4s infinite orbit-breathe;box-shadow:inset 0 0 0 12px #a4b84912}.intro-strip{border-color:var(--green-200);background:radial-gradient(circle at 94% 50%, #5b2a8217, transparent 22%), linear-gradient(100deg, var(--green-100), #f9faef 58%, var(--warm-white));position:relative;overflow:hidden}.intro-strip:before{background:linear-gradient(var(--green-500), var(--violet-700));content:"";width:7px;position:absolute;inset-block:0;inset-inline-start:0}.section--soft{background:radial-gradient(circle at 8% 15%, #a4b84921, transparent 24%), linear-gradient(135deg, var(--green-50), #f8f5f8 68%)}.section--lavender{background:radial-gradient(circle at 92% 20%, #a4b8492e, transparent 25%), linear-gradient(145deg, var(--violet-50), #f3eff6 60%, var(--green-50))}.section-heading h2,.split-heading h2{position:relative}.section-heading h2:after,.split-heading h2:after{width:52px;height:3px;background:linear-gradient(90deg, var(--green-500), var(--violet-500));content:"";border-radius:99px;margin-block-start:var(--space-4);display:block}.section-heading--center h2:after{margin-inline:auto}.service-card,.employee-card,.value-card,.treatment-card,.contact-cards article,.review-grid article,.visit-card,.schedule-card,.profile-summary{background:linear-gradient(145deg, white 40%, var(--green-50));border-color:#a4b8494d;position:relative;overflow:hidden}.service-card:after,.employee-card:before,.value-card:before,.treatment-card:before,.contact-cards article:before{background:linear-gradient(90deg, var(--green-500), var(--violet-600), transparent 92%);content:"";height:4px;position:absolute;inset-block-start:0;inset-inline:0}.service-card{box-shadow:var(--shadow-sm), 0 0 0 1px #a4b8490a}.service-card:hover,.employee-card:hover,.value-card:hover,.treatment-card:hover,.contact-cards article:hover{border-color:var(--green-300);box-shadow:var(--shadow-md), 0 18px 36px #66742a1c;transform:translateY(-7px)}.service-card__image:after{content:"";pointer-events:none;background:linear-gradient(#0000 50%,#3f49183d);position:absolute;inset:0}.service-card__image>span{z-index:1;color:var(--green-900);background:#f7f8eef0;border:1px solid #a4b84961}.service-card__meta{border-color:var(--green-200)}.value-card{transition:transform .28s,border-color .28s,box-shadow .28s}.value-card:after{content:"";border:20px solid #a4b84914;border-radius:50%;width:130px;height:130px;position:absolute;inset-block-end:-56px;inset-inline-end:-56px}.value-card>span{color:#66742a47}.value-card svg{background:var(--green-100);box-sizing:content-box;border-radius:50%;padding:.65rem}.steps-grid{border-color:var(--green-200);background:var(--green-200);box-shadow:var(--shadow-sm)}.steps-grid article{background:linear-gradient(160deg, white, var(--green-50));transition:background .28s}.steps-grid article:nth-child(2){background:linear-gradient(160deg, var(--violet-50), var(--green-100))}.steps-grid article:hover{background:var(--green-100)}.steps-grid article>span{color:var(--green-900);border:1px solid var(--green-300);background:var(--green-100);box-shadow:0 8px 18px #66742a1c}.employee-card{transition:transform .28s,border-color .28s,box-shadow .28s}.employee-avatar{background:radial-gradient(circle at 30% 20%, #ffffff57, transparent 25%), linear-gradient(135deg, var(--violet-700), var(--green-700));border:2px solid #a4b8499e;box-shadow:0 8px 22px #5b2a822e}.salon-story{background:radial-gradient(circle at 88% 78%, #a4b8491a, transparent 28%), var(--warm-white)}.salon-story__image:before{background:linear-gradient(145deg, var(--green-200), var(--green-100));box-shadow:20px 20px 50px #66742a14}.quote-card{border-inline-start-width:5px;border-color:var(--green-500);background:linear-gradient(100deg, var(--green-100), var(--green-50))}.visit-card{background:radial-gradient(circle at 100% 0, #a4b8492e, transparent 34%), linear-gradient(145deg, white, var(--green-50))}.hours-list>div{border-color:var(--green-200)}.hours-list>div:hover{padding-inline:var(--space-2);border-radius:var(--radius-sm);background:#a4b8491a}.location-card{background:radial-gradient(circle at 82% 12%, #cad6906e, transparent 33%), linear-gradient(145deg, var(--violet-950), var(--violet-900) 58%, var(--green-900) 140%);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.location-card:after{content:"";border:34px solid #ffffff0d;border-radius:50%;width:230px;height:230px;position:absolute;inset-block-end:-90px;inset-inline-end:-70px}.location-card>*{z-index:1;position:relative}.location-card--light{color:var(--text);border-color:var(--green-200);background:radial-gradient(circle at 90% 12%, #a4b84933, transparent 32%), linear-gradient(145deg, white, var(--green-50));box-shadow:var(--shadow-sm)}.social-callout__inner{border-color:var(--green-300);background:radial-gradient(circle at 78% 20%, #5b2a821c, transparent 22%), linear-gradient(105deg, var(--green-100), white 55%, var(--violet-50));box-shadow:var(--shadow-green)}.social-callout__inner svg{color:var(--green-700)}.final-cta{background:radial-gradient(circle at 80% 20%, #cad69059, transparent 24%), linear-gradient(120deg, var(--violet-950), var(--violet-900) 62%, var(--green-900) 145%);position:relative;overflow:hidden}.final-cta:after{content:"";border:1px solid #cad6904d;border-radius:50%;width:280px;height:280px;position:absolute;inset:auto -5rem -9rem auto;box-shadow:0 0 0 30px #cad69009,0 0 0 62px #cad69006}.final-cta__inner{z-index:1;position:relative}.public-footer{border-color:var(--green-200);background:radial-gradient(circle at 12% 18%,#a4b84924,#0000 22%),linear-gradient(145deg,#f3f5e7,#f2edf5 72%)}.page-hero,.service-detail-hero,.profile-hero{border-block-end:1px solid var(--green-200);background:radial-gradient(circle at 12% 20%, #a4b84938, transparent 24%), radial-gradient(circle at 90% 70%, #66742a17, transparent 26%), linear-gradient(135deg, var(--green-50), var(--violet-50) 72%);position:relative;overflow:hidden}.page-hero:after,.service-detail-hero:after,.profile-hero:after{content:"";border:38px solid #a4b84914;border-radius:50%;width:280px;height:280px;position:absolute;inset-block-end:-120px;inset-inline-end:-60px}.page-hero>*,.service-detail-hero>*,.profile-hero>*{z-index:1;position:relative}.page-hero--editorial img,.service-detail-hero__grid>img{box-shadow:var(--shadow-lg), 14px 14px 0 #a4b8492b;border:8px solid #ffffffc7}.filter-pills>button{transition:transform var(--transition), color var(--transition), border-color var(--transition), background var(--transition)}.filter-pills>button:hover{color:var(--green-900);border-color:var(--green-500);background:var(--green-50);transform:translateY(-2px)}.filter-pills>button.is-active{border-color:var(--green-600);background:linear-gradient(120deg, var(--violet-700), var(--green-800));box-shadow:0 8px 20px #66742a24}.treatment-card,.contact-cards article{transition:transform .28s,border-color .28s,box-shadow .28s}.contact-cards article:nth-child(2n),.review-grid article:nth-child(2n){background:linear-gradient(145deg, var(--violet-50), var(--green-50))}input,textarea,select{background:#ffffffeb;border-color:#a4b84957}input:hover,textarea:hover,select:hover{border-color:var(--green-300)}input:focus,textarea:focus,select:focus{border-color:var(--green-600);box-shadow:0 0 0 4px #a4b84929}.booking-page{background:radial-gradient(circle at 4% 8%, #a4b84933, transparent 21rem), radial-gradient(circle at 96% 34%, #5b2a8217, transparent 24rem), linear-gradient(145deg, var(--green-50), var(--surface-soft) 62%)}.booking-header{padding:var(--space-5);border:1px solid var(--green-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:radial-gradient(circle at 92% 20%,#a4b84933,#0000 24%),#ffffffc7}.booking-progress{padding:var(--space-4);border:1px solid var(--green-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#ffffffc2}.booking-progress li>span{border-color:var(--green-200);background:var(--green-50)}.booking-progress li.is-current>span{background:linear-gradient(135deg, var(--violet-700), var(--violet-900));box-shadow:0 0 0 5px #5b2a8217,0 8px 18px #5b2a8229}.booking-progress li.is-complete>span{background:linear-gradient(135deg, var(--green-600), var(--green-800))}.booking-stage,.booking-sidebar{border-color:var(--green-200);background:linear-gradient(155deg, white 68%, var(--green-50));box-shadow:var(--shadow-sm), 0 18px 45px #66742a12;position:relative;overflow:hidden}.booking-stage:before,.booking-sidebar:before{background:linear-gradient(90deg, var(--green-500), var(--violet-600), transparent);content:"";height:5px;position:absolute;inset-block-start:0;inset-inline:0}.selection-card,.date-grid button,.time-grid button{background:linear-gradient(145deg, white, var(--green-50));border-color:#a4b8495c;box-shadow:0 7px 18px #40205c09}.selection-card:hover,.date-grid button:hover,.time-grid button:hover{border-color:var(--green-600);background:var(--green-100);box-shadow:var(--shadow-green)}.selection-card.is-selected,.date-grid button.is-selected,.time-grid button.is-selected{border-color:var(--green-700);background:radial-gradient(circle at 100% 0, #5b2a821a, transparent 30%), var(--green-100);box-shadow:inset 0 0 0 1px #66742a1f}.selection-card>i{background:linear-gradient(135deg, var(--green-600), var(--green-900))}.notes-field{border-color:var(--green-200);background:var(--green-50)}.review-card{border-color:var(--green-200);background:#fff}.review-card__service{background:linear-gradient(120deg, var(--green-100), var(--violet-50))}.booking-sidebar{background:radial-gradient(circle at 100% 0, #a4b84933, transparent 36%), linear-gradient(160deg, white, var(--green-50))}.booking-sidebar__total{border-color:var(--green-300);background:var(--green-100)}.dashboard-shell{background:radial-gradient(circle at 90% 8%, #a4b8491f, transparent 24rem), radial-gradient(circle at 20% 70%, #5b2a820f, transparent 28rem), linear-gradient(145deg, var(--green-50), var(--surface-soft) 58%)}.dashboard-sidebar{background:radial-gradient(circle at 14% 96%, #a4b8495c, transparent 34%), radial-gradient(circle at 108% 20%, #a4b84921, transparent 34%), linear-gradient(165deg, var(--violet-950), var(--violet-900) 68%, var(--green-900) 145%);overflow:hidden}.dashboard-sidebar:after{content:"";pointer-events:none;border:30px solid #ffffff09;border-radius:50%;width:240px;height:240px;position:absolute;inset:auto -110px -110px auto}.dashboard-sidebar>*{z-index:1;position:relative}.dashboard-sidebar nav a,.dashboard-sidebar__bottom a,.dashboard-sidebar__bottom button{transition:color var(--transition), background var(--transition), transform var(--transition)}.dashboard-sidebar nav a:hover,.dashboard-sidebar nav a.active,.dashboard-sidebar__bottom a:hover,.dashboard-sidebar__bottom button:hover{background:linear-gradient(90deg,#a4b84933,#ffffff12);transform:translate(3px)}.dashboard-sidebar nav a.active{box-shadow:inset 3px 0 var(--green-500), 0 8px 20px #0000001a}.dashboard-topbar{z-index:20;border-color:var(--green-200);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(90deg,#f7f8eef5,#fffffff0 48%,#f7f4f8f5);position:sticky;inset-block-start:0;box-shadow:0 10px 30px #2e153f0f}.stat-card,.dashboard-section,.chart-card,.admin-filters,.table-wrap,.admin-employee-card,.employee-profile-card{background:radial-gradient(circle at 100% 0, #a4b8491a, transparent 36%), linear-gradient(145deg, white 68%, var(--green-50));box-shadow:var(--shadow-sm);border-color:#a4b84947;position:relative;overflow:hidden}.stat-card{transition:transform .25s,border-color .25s,box-shadow .25s}.stat-card:before,.dashboard-section:before,.chart-card:before,.admin-employee-card:before{background:linear-gradient(90deg, var(--green-500), var(--violet-600), transparent 84%);content:"";height:3px;position:absolute;inset-block-start:0;inset-inline:0}.stat-card:hover,.chart-card:hover,.admin-employee-card:hover{border-color:var(--green-300);box-shadow:var(--shadow-green);transform:translateY(-4px)}.stat-card:nth-child(3n+2){background:radial-gradient(circle at 100% 0, #5b2a821a, transparent 38%), linear-gradient(145deg, white, var(--violet-50))}.stat-card__icon{color:var(--green-800);border:1px solid var(--green-200);background:var(--green-100);box-shadow:0 7px 16px #66742a1a}.dashboard-section__heading{border-block-end:1px solid var(--green-200);padding-block-end:var(--space-4)}.next-appointment{border:1px solid var(--green-200);background:radial-gradient(circle at 100% 0, #a4b84947, transparent 36%), linear-gradient(120deg, var(--green-100), var(--violet-50))}.next-appointment__date{background:linear-gradient(145deg, var(--violet-700), var(--green-800));box-shadow:0 10px 24px #5b2a822e}.admin-filters{background:radial-gradient(circle at 100% 0,#a4b84929,#0000 32%),#ffffffe0}.table-wrap{box-shadow:0 12px 30px #2e153f0d}th{color:var(--green-900);border-color:var(--green-200);background:linear-gradient(180deg, var(--green-100), var(--green-50))}tbody tr{transition:background var(--transition)}tbody tr:hover{background:#a4b84913}.mini-stats{border:1px solid var(--green-200);background:var(--green-50)}.tag-list span{color:var(--green-900);border:1px solid var(--green-200);background:var(--green-100)}.business-hours-section{background:radial-gradient(circle at 7% 18%, #a4b84929, transparent 25%), linear-gradient(145deg, var(--green-50), var(--violet-50))}.business-hours-showcase{isolation:isolate;border-radius:calc(var(--radius-xl) + .4rem);color:#fff;background:radial-gradient(circle at 48% -20%, #a4b8493d, transparent 38%), radial-gradient(circle at 104% 82%, #a4b84929, transparent 30%), linear-gradient(145deg, var(--violet-950), var(--violet-900) 64%, var(--green-900) 145%);border:1px solid #cad69047;padding:clamp(2rem,5vw,4.5rem);position:relative;overflow:hidden;box-shadow:0 36px 90px #2e153f40,inset 0 1px #ffffff14}.business-hours-showcase__rays{z-index:-1;content:"";opacity:.75;pointer-events:none;background:conic-gradient(#0000 0deg,#cad69011 7deg,#0000 14deg 58deg,#81609c14 66deg,#0000 74deg 118deg,#a4b8490e 126deg,#0000 134deg 178deg,#81609c11 186deg,#0000 194deg 238deg,#cad6900e 246deg,#0000 254deg 298deg,#a4b84911 306deg,#0000 314deg);width:1200px;height:1200px;animation:70s linear infinite business-hours-rays;position:absolute;inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%);-webkit-mask-image:radial-gradient(circle,#000,#0000 62%);mask-image:radial-gradient(circle,#000,#0000 62%)}.business-hours-showcase__grid{z-index:-1;content:"";pointer-events:none;background:linear-gradient(90deg,#cad6900b 1px,#0000 1px) 0 0/74px 74px,linear-gradient(#cad6900b 1px,#0000 1px) 0 0/74px 74px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 18%,#0000 72%);mask-image:radial-gradient(#000 18%,#0000 72%)}.business-hours-showcase__header{z-index:1;align-items:end;gap:var(--space-7);border-block-end:1px solid #cad69033;grid-template-columns:minmax(0,1.25fr) minmax(260px,.55fr);margin-block-end:clamp(2rem,5vw,4rem);padding-block-end:var(--space-6);display:grid;position:relative}.business-hours-showcase__header .eyebrow{color:var(--green-300)}.business-hours-showcase__header h2{color:#fff;letter-spacing:-.035em;max-width:700px;margin:0;font-size:clamp(2.35rem,4.6vw,4.6rem)}.business-hours-showcase__header>p{color:#ffffff94;font-size:var(--text-sm);margin:0}.business-hours-showcase__stage{z-index:1;grid-template-columns:minmax(280px,.48fr) minmax(0,1fr);align-items:stretch;gap:clamp(1.3rem,3vw,2.6rem);display:grid;position:relative}.business-hours-clock{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(20px)saturate(145%);backdrop-filter:blur(20px)saturate(145%);background:radial-gradient(circle at 50% 0,#cad69021,#0000 48%),#ffffff0b;border:1px solid #cad69038;flex-direction:column;align-items:center;min-height:100%;padding:clamp(1.5rem,3vw,2.4rem);display:flex;position:relative;overflow:hidden;box-shadow:0 28px 68px #00000038,inset 0 1px #ffffff12}.business-hours-clock:before{border-radius:inherit;content:"";opacity:.5;pointer-events:none;background:conic-gradient(#0000,#cad690b3,#0000 35% 72%,#81609cb3,#0000);padding:1px;animation:10s linear infinite business-hours-border;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.business-hours-clock__dial{aspect-ratio:1;background:radial-gradient(circle,#ffffff12,#ffffff04 68%),repeating-conic-gradient(from -.5deg,#ffffff7a 0deg 1deg,#0000 1deg 30deg);border:1px solid #cad69070;border-radius:50%;width:min(100%,245px);margin-inline:auto;position:relative;box-shadow:inset 0 0 0 12px #ffffff05,inset 0 0 50px #a4b84912,0 18px 38px #0003}.business-hours-clock__dial:after{content:"";border:1px dashed #cad69029;border-radius:50%;position:absolute;inset:14%}.business-hours-clock__number{z-index:1;color:#ffffffb3;font-family:var(--font-display);font-size:1.15rem;position:absolute}.business-hours-clock__number--12{inset-block-start:7%;inset-inline-start:50%;transform:translate(-50%)}.business-hours-clock__number--3{inset-block-start:50%;inset-inline-end:8%;transform:translateY(-50%)}.business-hours-clock__number--6{inset-block-end:6%;inset-inline-start:50%;transform:translate(-50%)}.business-hours-clock__number--9{inset-block-start:50%;inset-inline-start:8%;transform:translateY(-50%)}.business-hours-clock__hand{z-index:3;transform-origin:50% 100%;border-radius:99px;display:block;position:absolute;inset-block-end:50%;inset-inline-start:50%}.business-hours-clock__hand--hour{width:4px;height:25%;transform:translateX(-50%) rotate(var(--hour-angle));background:#fff}.business-hours-clock__hand--minute{width:2px;height:34%;transform:translateX(-50%) rotate(var(--minute-angle));background:#ffffffe0}.business-hours-clock__hand--second{background:var(--green-300);width:1px;height:39%;transform:translateX(-50%) rotate(var(--second-angle));transition:transform .16s linear;box-shadow:0 0 8px #cad690cc}.business-hours-clock__cap{z-index:4;border:3px solid var(--green-300);background:var(--violet-950);border-radius:50%;width:12px;height:12px;position:absolute;inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%);box-shadow:0 0 16px #cad690a6}.business-hours-clock__digital{justify-content:center;align-items:center;gap:var(--space-2);color:var(--green-300);margin-block-start:var(--space-5);display:flex}.business-hours-clock__digital strong{color:#fff;font-family:var(--font-display);font-variant-numeric:tabular-nums;letter-spacing:.04em;font-size:clamp(1.55rem,2.7vw,2.2rem)}.business-hours-status{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-4);border-radius:var(--radius-md);text-align:start;background:#ffffff0b;border:1px solid #ffffff1f;grid-template-columns:auto 1fr;margin-block-start:var(--space-5);display:grid}.business-hours-status__dot{border-radius:50%;width:10px;height:10px;position:relative}.business-hours-status__dot:after{border-radius:inherit;content:"";opacity:0;background:currentColor;animation:2s ease-out infinite business-hours-pulse;position:absolute;inset:-6px}.business-hours-status.is-open{background:#a4b84917;border-color:#a4b84961}.business-hours-status.is-open .business-hours-status__dot{color:var(--green-300);background:var(--green-300);box-shadow:0 0 15px #cad690d9}.business-hours-status.is-closed .business-hours-status__dot{color:var(--violet-200);background:var(--violet-200);box-shadow:0 0 13px #d9cce399}.business-hours-status strong,.business-hours-status span{display:block}.business-hours-status strong{color:#fff;font-family:var(--font-display);font-size:1.2rem}.business-hours-status div>span{color:#ffffff85;font-size:var(--text-xs);margin-block-start:.18rem}.business-hours-days__heading{align-items:center;gap:var(--space-2);color:var(--green-300);font-size:var(--text-xs);letter-spacing:.13em;text-transform:uppercase;margin-block-end:var(--space-4);font-weight:700;display:flex}.business-hours-days{gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.business-hours-days li{align-items:center;gap:var(--space-4);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);opacity:0;animation:.6s cubic-bezier(.16,1,.3,1) forwards business-hours-row;animation-delay:calc(var(--day-index) * 55ms + .12s);background:#ffffff09;border:1px solid #cad69026;grid-template-columns:145px minmax(120px,1fr) 158px;padding:1.05rem 1.2rem;transition:transform .3s,border-color .3s,background .3s;display:grid;position:relative;transform:translate(16px)}.business-hours-days li:hover{background:#a4b84914;border-color:#cad6905c;transform:translate(-4px)}.business-hours-days li.is-today{background:linear-gradient(90deg,#a4b84929,#ffffff06 68%);border-color:#cad69080;box-shadow:0 16px 36px #00000029}.business-hours-days li.is-today:before{background:linear-gradient(var(--green-300), transparent);width:3px;box-shadow:0 0 13px var(--green-500);content:"";border-radius:99px;animation:2.2s ease-in-out infinite business-hours-side;position:absolute;inset-block:14%;inset-inline-start:-1px}.business-hours-days li.is-closed{opacity:.55}.business-hours-day__name{align-items:baseline;gap:var(--space-2);flex-wrap:wrap;display:flex}.business-hours-day__name strong{color:#fff;font-family:var(--font-display);letter-spacing:.12em;font-size:1.3rem}.business-hours-day__name>span{color:#fff6;letter-spacing:.11em;text-transform:uppercase;font-size:.66rem}.business-hours-day__name em{color:var(--green-300);letter-spacing:.1em;text-transform:uppercase;background:#a4b8491f;border:1px solid #cad6906b;border-radius:99px;padding:.2rem .45rem;font-size:.58rem;font-style:normal;font-weight:700}.business-hours-day__track{background:#ffffff0b;border:1px solid #ffffff1a;border-radius:99px;height:8px;position:relative}.business-hours-day__track:before{content:"";pointer-events:none;background:repeating-linear-gradient(90deg,#0000 0 calc(25% - 1px),#ffffff1a calc(25% - 1px) 25%);position:absolute;inset:-3px 0}.business-hours-day__window{border-radius:inherit;background:linear-gradient(90deg, var(--green-600), var(--green-300), var(--violet-500));border:1px solid #cad6908a;position:absolute;inset-block:-1px;box-shadow:0 0 14px #a4b8494d}.business-hours-day__now{z-index:2;background:var(--green-500);border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;inset-block:50% auto;transform:translate(-50%,-50%);box-shadow:0 0 0 4px #a4b84929}.business-hours-day__time{color:#ffffffc2;font-size:var(--text-xs);font-variant-numeric:tabular-nums;text-align:end}.business-hours-days li.is-today .business-hours-day__name strong,.business-hours-days li.is-today .business-hours-day__time{color:var(--green-300)}.hours-location-callout{justify-content:space-between;align-items:center;gap:var(--space-6);padding:var(--space-6);border:1px solid var(--green-300);border-radius:var(--radius-xl);background:radial-gradient(circle at 80% 10%, #5b2a821a, transparent 25%), linear-gradient(105deg, var(--green-100), white 68%);box-shadow:var(--shadow-green);margin-block-start:var(--space-5);display:flex}.hours-location-callout>div:first-child{column-gap:var(--space-3);grid-template-columns:auto 1fr;display:grid}.hours-location-callout>div:first-child>svg{color:var(--green-700);grid-row:1/5}.hours-location-callout h2,.hours-location-callout p{margin-block-end:.25rem}@keyframes business-hours-rays{to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes business-hours-border{to{transform:rotate(360deg)}}@keyframes business-hours-pulse{0%{opacity:.55;transform:scale(.6)}to{opacity:0;transform:scale(2.5)}}@keyframes business-hours-row{to{opacity:1;transform:translate(0)}}@keyframes business-hours-side{0%,to{opacity:.55}50%{opacity:1}}@supports (animation-timeline:view()){.service-card,.value-card,.employee-card,.treatment-card,.contact-cards article,.dashboard-section,.chart-card{animation:linear both section-rise;animation-timeline:view();animation-range:entry 3% cover 24%}}@keyframes announcement-glow{0%,55%{transform:translate(-140%)skew(-20deg)}78%,to{transform:translate(820%)skew(-20deg)}}@keyframes orbit-breathe{0%,to{opacity:.55;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}@keyframes section-rise{0%{opacity:.2;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.public-header{position:relative}.home-hero:after{opacity:.1}.hero-photo-frame{box-shadow:0 24px 55px #2e153f29,8px 8px #a4b84929}.booking-header,.booking-progress{padding:var(--space-4)}.dashboard-topbar{position:relative}.business-hours-showcase{padding:var(--space-5);border-radius:var(--radius-xl)}.business-hours-showcase__header{gap:var(--space-3);grid-template-columns:1fr}.business-hours-showcase__stage{grid-template-columns:1fr}.business-hours-clock{min-height:auto}.business-hours-clock__dial{width:min(75vw,270px)}.business-hours-days li{gap:var(--space-3);grid-template-columns:125px minmax(100px,1fr) 132px}.hours-location-callout{flex-direction:column;align-items:flex-start}}@media (width<=560px){.business-hours-showcase__header h2{font-size:2.35rem}.business-hours-days li{gap:var(--space-3);padding:var(--space-4);grid-template-columns:1fr}.business-hours-day__time{text-align:start}.business-hours-day__track{order:3}.hours-location-callout{padding:var(--space-5)}.hours-location-callout .location-actions{width:100%}.hours-location-callout .location-actions .button{flex:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.about-hero__content{max-width:700px}.about-hero__details{flex-wrap:wrap;gap:.7rem;margin-block-start:var(--space-6);display:flex}.about-hero__details span{color:var(--green-900);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:var(--text-xs);background:#ffffffad;border:1px solid #66742a33;border-radius:999px;align-items:center;gap:.45rem;padding:.65rem .9rem;font-weight:700;display:inline-flex;box-shadow:0 8px 22px #66742a14}.about-space{background:radial-gradient(circle at 4% 70%, #a4b84926, transparent 23%), var(--warm-white);position:relative;overflow:hidden}.about-space__grid{grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);align-items:center;gap:clamp(3rem,7vw,7rem);display:grid}.about-space__visual{min-height:690px;position:relative}.about-space__primary,.about-space__secondary,.about-rituals figure,.about-massage figure,.about-calm figure{margin:0}.about-space__primary{position:absolute;inset:0 19% 7% 0}.about-space__primary:before{z-index:-1;border-radius:42% 42% var(--radius-xl) var(--radius-xl);background:linear-gradient(145deg, var(--green-200), var(--violet-100));content:"";position:absolute;inset:-1.1rem 1.1rem 1.1rem -1.1rem}.about-space__primary img,.about-space__secondary img{object-fit:cover;width:100%;height:100%;box-shadow:var(--shadow-lg);border:7px solid #ffffffe0}.about-space__primary img{border-radius:42% 42% var(--radius-xl) var(--radius-xl)}.about-space__primary figcaption{color:#fff;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-size:var(--text-xs);background:#35184dd1;border:1px solid #ffffff4d;border-radius:999px;align-items:center;gap:.55rem;padding:.75rem 1rem;font-weight:700;display:inline-flex;position:absolute;inset-block-end:1.2rem;inset-inline-start:1.2rem}.about-space__secondary{width:39%;height:48%;position:absolute;inset:auto 0 0 auto;transform:translateY(1.5rem)}.about-space__secondary img{border-radius:var(--radius-lg)}.about-space__content h2,.about-massage__content h2,.about-calm__heading h2{font-size:clamp(2.25rem,4.3vw,4rem)}.about-space__content>p:not(.eyebrow),.about-massage__content>p:not(.eyebrow){max-width:620px;font-size:var(--text-md);line-height:1.85}.about-fact-list{gap:var(--space-3);margin-block-start:var(--space-6);display:grid}.about-fact-list article{gap:var(--space-3);padding:var(--space-4);border:1px solid var(--green-200);border-radius:var(--radius-md);background:linear-gradient(130deg, white, var(--green-50));box-shadow:var(--shadow-sm);grid-template-columns:auto 1fr;display:grid}.about-fact-list article>svg{color:var(--green-900);background:var(--green-100);box-sizing:content-box;border-radius:50%;padding:.65rem}.about-fact-list strong,.about-fact-list span{display:block}.about-fact-list strong{color:var(--violet-950);margin-block-end:.25rem}.about-fact-list span{color:var(--muted);font-size:var(--text-sm);line-height:1.6}.about-values{border-block:1px solid var(--green-200)}.about-rituals{color:#fff;background:radial-gradient(circle at 12% 8%, #cad69038, transparent 22%), radial-gradient(circle at 92% 86%, #a4b8492e, transparent 26%), linear-gradient(135deg, var(--violet-950), var(--violet-900) 58%, var(--green-900) 145%);position:relative;overflow:hidden}.about-rituals:before{opacity:.32;content:"";background-image:radial-gradient(#ffffff52 .8px,#0000 .8px);background-size:24px 24px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 74%);mask-image:linear-gradient(#000,#0000 74%)}.about-rituals .container{position:relative}.about-rituals .section-heading h2,.about-rituals .section-heading p{color:#fff}.about-rituals .section-heading>p:last-child{color:#ffffffb3}.about-rituals .eyebrow{color:var(--green-300)}.about-rituals__grid{gap:var(--space-4);grid-template-columns:minmax(0,1.15fr) minmax(260px,.72fr) minmax(260px,.72fr);align-items:stretch;display:grid}.about-rituals__feature,.about-rituals__detail{border-radius:var(--radius-xl);border:1px solid #ffffff29;min-height:610px;position:relative;overflow:hidden;box-shadow:0 28px 70px #12071b57}.about-rituals__feature img,.about-rituals__detail img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.about-rituals__feature:hover img,.about-rituals__detail:hover img{transform:scale(1.035)}.about-rituals__feature:after{content:"";background:linear-gradient(#0000,#180a23e6);position:absolute;inset:42% 0 0}.about-rituals__feature figcaption{inset:auto var(--space-5) var(--space-5);z-index:1;align-items:center;gap:var(--space-3);display:flex;position:absolute}.about-rituals__feature figcaption>svg{color:var(--violet-950);background:var(--green-200);box-sizing:content-box;border-radius:50%;padding:.65rem}.about-rituals__feature figcaption span,.about-rituals__feature figcaption strong{display:block}.about-rituals__feature figcaption strong{font-family:var(--font-display);font-size:var(--text-lg);margin-block-end:.15rem}.about-rituals__note{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:radial-gradient(circle at 100% 0,#cad69033,#0000 34%),#ffffff14;border:1px solid #cad6903d;flex-direction:column;justify-content:flex-end;padding:clamp(1.7rem,4vw,3rem);display:flex}.about-rituals__note>svg{color:var(--green-300);margin-block-end:auto}.about-rituals__note h3{color:#fff;font-size:clamp(1.6rem,2.6vw,2.25rem)}.about-rituals__note>p:not(.eyebrow){color:#ffffffb8}.about-rituals__note .btn{align-self:flex-start;margin-block-start:var(--space-4)}.about-massage{background:radial-gradient(circle at 86% 18%, #5b2a821a, transparent 24%), linear-gradient(145deg, var(--warm-white), var(--green-50))}.about-massage__grid{grid-template-columns:minmax(330px,.8fr) minmax(0,1.2fr);align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.about-massage__promise{gap:var(--space-3);margin-block:var(--space-6);padding:var(--space-4);border-inline-start:4px solid var(--green-600);border-radius:0 var(--radius-md) var(--radius-md) 0;box-shadow:var(--shadow-sm);background:#ffffffb8;grid-template-columns:auto 1fr;display:grid}.about-massage__promise>svg{color:var(--green-800)}.about-massage__promise strong,.about-massage__promise span{display:block}.about-massage__promise strong{color:var(--violet-950);margin-block-end:.25rem}.about-massage__promise span{color:var(--muted);font-size:var(--text-sm);line-height:1.6}.about-massage__gallery{min-height:720px;position:relative}.about-massage__gallery figure:first-child{position:absolute;inset:0 22% 8% 0}.about-massage__gallery figure:last-child{width:42%;height:48%;position:absolute;inset:auto 0 0 auto}.about-massage__gallery img{border-radius:var(--radius-xl);object-fit:cover;width:100%;height:100%;box-shadow:var(--shadow-lg);border:7px solid #ffffffe6}.about-massage__gallery figure:first-child img{border-radius:var(--radius-xl) 42% var(--radius-xl) var(--radius-xl)}.about-massage__gallery figcaption{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#35184dd1;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;padding:.7rem .85rem;font-size:.72rem;font-weight:700;display:flex;position:absolute;inset:auto 1rem 1rem}.about-calm{border-block:1px solid var(--green-200)}.about-calm__heading{align-items:end;gap:var(--space-8);grid-template-columns:minmax(0,1.15fr) minmax(300px,.65fr);margin-block-end:var(--space-8);display:grid}.about-calm__heading h2{max-width:850px;margin-block-end:0}.about-calm__heading>p{color:var(--muted);font-size:var(--text-md);margin:0;line-height:1.75}.about-calm__gallery{gap:var(--space-4);grid-template-columns:.88fr 1.12fr;display:grid}.about-calm__gallery figure{border-radius:var(--radius-xl);background:var(--green-100);min-height:610px;box-shadow:var(--shadow-md);position:relative;overflow:hidden}.about-calm__gallery figure:nth-child(2){transform:translateY(2.5rem)}.about-calm__gallery img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.about-calm__gallery figure:hover img{transform:scale(1.035)}.about-calm__gallery figure:after{content:"";background:linear-gradient(#0000,#1d0d29bd);position:absolute;inset:65% 0 0}.about-calm__gallery figcaption{inset:auto var(--space-5) var(--space-5);z-index:1;color:#fff;font-family:var(--font-display);font-size:var(--text-lg);position:absolute}@media (width<=1080px){.about-space__grid,.about-massage__grid{grid-template-columns:1fr}.about-space__content,.about-massage__content{max-width:760px}.about-rituals__grid{grid-template-columns:1fr .72fr}.about-rituals__note{grid-column:1/-1;min-height:330px}.about-rituals__note>svg{margin-block-end:var(--space-8)}}@media (width<=760px){.about-hero__details{gap:.45rem}.about-hero__details span{padding:.55rem .7rem}.about-space__visual,.about-massage__gallery{min-height:570px}.about-space__primary{inset-inline-end:12%}.about-space__secondary,.about-massage__gallery figure:last-child{width:43%}.about-rituals__grid,.about-calm__heading,.about-calm__gallery{grid-template-columns:1fr}.about-rituals__feature,.about-rituals__detail,.about-calm__gallery figure{min-height:520px}.about-calm__heading{gap:var(--space-4)}.about-calm__gallery figure:nth-child(2){transform:none}}@media (width<=520px){.about-space__visual,.about-massage__gallery{min-height:500px}.about-space__primary,.about-massage__gallery figure:first-child{inset:0 8% 5% 0}.about-space__secondary,.about-massage__gallery figure:last-child{width:46%;height:42%}.about-space__primary img,.about-space__secondary img,.about-massage__gallery img{border-width:4px}.about-space__primary figcaption{padding:.55rem .75rem;inset-block-end:.8rem;inset-inline-start:.8rem}.about-rituals__feature,.about-rituals__detail,.about-calm__gallery figure{min-height:440px}}.services-showcase{color:#f7f8ee;background:radial-gradient(circle at 12% 8%,#a4b84929,#0000 25%),radial-gradient(circle at 92% 90%,#5b2a823d,#0000 30%),linear-gradient(145deg,#21142d,#35184d 62%,#293018);position:relative;overflow:hidden}.services-showcase .section-heading h2,.services-showcase .section-heading p{color:#f7f8ee}.services-showcase .section-heading>p:last-child{color:#f7f8ee8f}.services-showcase .section-heading .eyebrow{color:var(--green-300)}.services-showcase .section-heading h2:after{background:var(--green-300)}.services-showcase:before{opacity:.34;content:"";pointer-events:none;background:linear-gradient(90deg,#cad6900b 1px,#0000 1px) 0 0/80px 80px,linear-gradient(#cad6900b 1px,#0000 1px) 0 0/80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 20%,#0000 76%);mask-image:radial-gradient(#000 20%,#0000 76%)}.services-showcase .container{position:relative}.service-card{height:100%;color:inherit;box-shadow:none;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);cursor:pointer;background:#f7f8ee12;border:1px solid #cad6902e;border-radius:4px;flex-direction:column;text-decoration:none;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s cubic-bezier(.16,1,.3,1),border-color .5s cubic-bezier(.16,1,.3,1),background .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.service-card:after{content:none}.service-card:hover{background:#f7f8ee0e;border-color:#cad69066;transform:translateY(-8px);box-shadow:0 30px 70px #0006,0 0 0 1px #cad6901a}.service-card:focus-visible{outline:2px solid var(--green-300);outline-offset:4px}.service-card__image{aspect-ratio:1;background:#f7f8ee0e;border-block-end:1px solid #cad6902e;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.service-card__image:after{content:none}.service-card__image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .7s cubic-bezier(.16,1,.3,1);display:block}.service-card:hover .service-card__image img{transform:scale(1.06)}.service-card__image>.service-card__badge{z-index:2;border:1px solid var(--green-300);color:#21142d;background:var(--green-300);letter-spacing:2px;text-transform:uppercase;border-radius:2px;padding:5px 12px;font-size:9px;font-weight:600;transition:transform .35s cubic-bezier(.16,1,.3,1);position:absolute;inset:14px auto auto 14px}.service-card:hover .service-card__badge{transform:translateY(2px)}.service-card__image>.service-card__action{z-index:2;color:#21142d;letter-spacing:2px;text-align:center;text-transform:uppercase;opacity:0;background:#cad690f5;border:0;border-block-start:1px solid #ffffff47;border-radius:0;padding:14px 20px;font-size:11px;font-weight:600;line-height:1.2;transition:all .4s cubic-bezier(.16,1,.3,1);position:absolute;inset:auto 0 0;transform:translateY(100%);box-shadow:0 -5px 20px #a4b8494d}.service-card:hover .service-card__action,.service-card:focus-visible .service-card__action{opacity:1;transform:translateY(0);box-shadow:0 -8px 30px #a4b8496b}.service-card__body{flex-direction:column;flex:1;gap:8px;padding:22px 20px 24px;display:flex}.service-card__brand{color:#cad6909e;letter-spacing:3px;text-transform:uppercase;font-size:9px;font-weight:400}.service-card__body h3{color:#f7f8eeeb;letter-spacing:.3px;margin:0;font-size:1.45rem;font-weight:400;line-height:1.2}.service-card__footer{justify-content:space-between;align-items:center;gap:var(--space-3);border-block-start:1px solid #cad6901c;margin-block-start:auto;padding-block-start:14px;display:flex}.service-card__price{color:var(--green-300);font-family:var(--font-display);letter-spacing:.4px;font-size:1.25rem;font-weight:400}.service-card__duration{color:#f7f8ee7a;white-space:nowrap;align-items:center;gap:.4rem;font-size:.72rem;display:inline-flex}.services-catalog .service-card{color:var(--ink);-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border-color:#5b2a8226;box-shadow:0 18px 45px #301b3917,0 0 0 1px #a4b8490a}.services-catalog .service-card:hover{background:#fff;border-color:#5b2a8247;box-shadow:0 26px 56px #301b3929,0 0 0 1px #a4b84914}.services-catalog .service-card__image{background:var(--violet-50);border-block-end-color:#5b2a821f}.services-catalog .service-card__body{background:radial-gradient(circle at 100% 100%,#a4b84917,#0000 42%),#fff}.services-catalog .service-card__brand{color:var(--green-700)}.services-catalog .service-card__body h3{color:var(--violet-900)}.services-catalog .service-card__footer{border-block-start-color:#5b2a821c}.services-catalog .service-card__price{color:var(--violet-700)}.services-catalog .service-card__duration{color:var(--muted)}.home-story{background:radial-gradient(circle at 88% 74%, #a4b8491a, transparent 26%), var(--warm-white)}.business-hours{--bh-ivory:#f7f8ee;--bh-accent:#cad690;--bh-accent-strong:#a4b849;--bh-deep:#21142d;--bh-border:#cad6902e;isolation:isolate;color:var(--bh-ivory);text-align:center;background:radial-gradient(circle at 50% -10%,#a4b84924,#0000 34%),linear-gradient(145deg,#21142d,#301744 68%,#202614);padding:130px 50px 150px;position:relative;overflow:hidden}.bh-glow{z-index:-2;filter:blur(90px);pointer-events:none;background:radial-gradient(#a4b8491a,#0000 65%);width:800px;height:600px;position:absolute;top:-180px;left:50%;transform:translate(-50%)}.bh-rays{z-index:-1;opacity:.7;pointer-events:none;background:conic-gradient(#0000 0deg,#a4b8490f 6deg,#0000 12deg 60deg,#a4b8490a 66deg,#0000 72deg 120deg,#cad6900d 126deg,#0000 132deg 180deg,#a4b8490d 186deg,#0000 192deg 240deg,#a4b8490a 246deg,#0000 252deg 300deg,#cad6900f 306deg,#0000 312deg);width:1200px;height:1200px;animation:60s linear infinite bh-rays-spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-mask-image:radial-gradient(circle,#000 0%,#0000 60%);mask-image:radial-gradient(circle,#000 0%,#0000 60%)}@keyframes bh-rays-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}.bh-grid-bg{z-index:-1;pointer-events:none;background:linear-gradient(90deg,#cad6900d 1px,#0000 1px) 0 0/80px 80px,linear-gradient(#cad6900d 1px,#0000 1px) 0 0/80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 20%,#0000 70%);mask-image:radial-gradient(#000 20%,#0000 70%)}.bh-header{margin-block-end:70px}.section-eyebrow{color:var(--bh-accent);letter-spacing:4px;text-transform:uppercase;align-items:center;gap:12px;font-size:10px;font-weight:600;display:inline-flex}.section-eyebrow:before,.section-eyebrow:after{content:"";background:#cad6906b;width:30px;height:1px}.business-hours h2{color:var(--bh-ivory);margin-block:.85rem 1rem;font-size:clamp(3rem,6vw,4rem);font-weight:400;position:relative}.business-hours h2 em{color:var(--bh-accent);font-style:italic}.business-hours-sub{color:#f7f8ee4d;letter-spacing:5px;text-transform:uppercase;font-size:11px;position:relative}.bh-stage{text-align:start;grid-template-columns:360px 1fr;align-items:stretch;gap:60px;max-width:1180px;margin:0 auto;display:grid}.bh-clock-col{flex-direction:column;align-self:stretch;gap:20px;height:100%;min-height:0;display:flex}.bh-clock{border:1px solid var(--bh-border);-webkit-backdrop-filter:blur(22px)saturate(160%);backdrop-filter:blur(22px)saturate(160%);text-align:center;background:radial-gradient(circle at 50% 0,#cad6901a,#f7f8ee05 60%);border-radius:18px;padding:36px;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000073,inset 0 1px #f7f8ee0d}.bh-clock:before{border-radius:inherit;opacity:.6;content:"";pointer-events:none;background:conic-gradient(#0000,#cad69080,#0000 60%,#0000);padding:1px;animation:8s linear infinite bh-rays-spin;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.bh-clock-svg{filter:drop-shadow(0 14px 30px #00000073);width:100%;max-width:260px;height:auto;margin:0 auto;display:block}.bh-clock-digital{font-family:var(--font-display);justify-content:center;align-items:baseline;gap:8px;margin-block-start:22px;display:flex}.bh-clock-time{color:var(--bh-ivory);font-variant-numeric:tabular-nums;letter-spacing:1px;font-size:34px}.bh-clock-colon{color:var(--bh-accent);animation:1s steps(2,end) infinite bh-colon}@keyframes bh-colon{50%{opacity:.25}}.bh-clock-ampm{color:#f7f8ee73;letter-spacing:4px;text-transform:uppercase;font-size:12px}.bh-status{border:1px solid var(--bh-border);background:#f7f8ee0a;border-radius:12px;flex-direction:column;align-items:center;gap:4px;margin-block-start:22px;padding:14px 18px;display:flex;position:relative;overflow:hidden}.bh-status-dot{border-radius:50%;width:8px;height:8px;margin-block-end:4px;display:inline-block;position:relative}.bh-status-dot:before{opacity:.55;content:"";border-radius:50%;position:absolute;inset:-6px}.bh-status-label{font-family:var(--font-display);letter-spacing:1px;font-size:20px}.bh-status-detail{color:#f7f8ee73;letter-spacing:3px;text-transform:uppercase;font-size:11px}.bh-status.is-open{border-color:#5fd28a4d}.bh-status.is-open .bh-status-dot{background:#5fd28a;box-shadow:0 0 14px #5fd28a}.bh-status.is-open .bh-status-dot:before{background:#5fd28a;animation:1.8s ease-out infinite bh-pulse}.bh-status.is-open .bh-status-label{color:#5fd28a}.bh-status.is-closed .bh-status-dot{background:var(--bh-accent);box-shadow:0 0 12px #cad69080}.bh-status.is-closed .bh-status-dot:before{background:#cad69099;animation:2.4s ease-out infinite bh-pulse}.bh-status.is-closed .bh-status-label{color:var(--bh-accent)}@keyframes bh-pulse{0%{opacity:.7;transform:scale(.6)}to{opacity:0;transform:scale(2.4)}}.bh-map{min-height:260px;color:inherit;border:1px solid var(--bh-border);-webkit-backdrop-filter:blur(22px)saturate(160%);backdrop-filter:blur(22px)saturate(160%);background:radial-gradient(circle at 50% 0,#cad69014,#f7f8ee05 60%);border-radius:18px;flex-direction:column;flex:auto;text-decoration:none;transition:transform .6s cubic-bezier(.16,1,.3,1),border-color .6s cubic-bezier(.16,1,.3,1),box-shadow .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 22px 60px #0006,inset 0 1px #f7f8ee0d}.bh-map:hover{border-color:#cad69073;transform:translateY(-4px);box-shadow:0 32px 70px #00000080,0 0 60px -10px #a4b84959,inset 0 1px #f7f8ee14}.bh-map-frame{isolation:isolate;flex:auto;min-height:220px;position:relative;overflow:hidden}.bh-map-iframe{filter:grayscale(.75)sepia(.42)hue-rotate(32deg)saturate(1.2)brightness(.55)contrast(1.05);border:0;width:100%;height:100%;transition:filter .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);display:block;position:absolute;inset:0}.bh-map:hover .bh-map-iframe{filter:grayscale(.55)sepia(.3)hue-rotate(28deg)saturate(1.35)brightness(.7)contrast(1.05);transform:scale(1.04)}.bh-map-tint{z-index:2;mix-blend-mode:multiply;pointer-events:none;background:linear-gradient(135deg,#5b2a8285 0%,#21142d1a 50%,#a4b84947 100%);position:absolute;inset:0}.bh-map-vignette{z-index:3;pointer-events:none;background:radial-gradient(#0000 35%,#21142dad 100%);position:absolute;inset:0}.bh-map-grid{z-index:3;opacity:.6;mix-blend-mode:screen;pointer-events:none;background:linear-gradient(90deg,#cad69012 1px,#0000 1px) 0 0/40px 40px,linear-gradient(#cad69012 1px,#0000 1px) 0 0/40px 40px;position:absolute;inset:0}.bh-map-scan{z-index:4;opacity:.65;mix-blend-mode:screen;pointer-events:none;background:conic-gradient(#0000 0deg,#cad6902e 25deg,#0000 60deg 360deg);width:220%;height:220%;animation:5s linear infinite bh-map-scan;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-mask-image:radial-gradient(circle,#000 0%,#0000 50%);mask-image:radial-gradient(circle,#000 0%,#0000 50%)}@keyframes bh-map-scan{to{transform:translate(-50%,-50%)rotate(360deg)}}.bh-map-corner{z-index:5;pointer-events:none;border:1px solid #cad6908c;width:22px;height:22px;transition:border-color .6s cubic-bezier(.16,1,.3,1),width .6s cubic-bezier(.16,1,.3,1),height .6s cubic-bezier(.16,1,.3,1);position:absolute}.bh-map-corner-tl{border-bottom:none;border-right:none;top:14px;left:14px}.bh-map-corner-tr{border-bottom:none;border-left:none;top:14px;right:14px}.bh-map-corner-bl{border-top:none;border-right:none;bottom:14px;left:14px}.bh-map-corner-br{border-top:none;border-left:none;bottom:14px;right:14px}.bh-map:hover .bh-map-corner{border-color:var(--bh-ivory);width:28px;height:28px}.bh-map-coords{z-index:5;color:#f7f8eeb3;font-family:var(--font-display);font-variant-numeric:tabular-nums;letter-spacing:3px;text-shadow:0 1px 6px #0009;text-transform:uppercase;white-space:nowrap;pointer-events:none;gap:18px;font-size:11px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.bh-map-pin{z-index:6;pointer-events:none;width:0;height:0;position:absolute;top:46%;left:50%}.bh-map-pin-icon{width:28px;height:28px;color:var(--bh-ivory);filter:drop-shadow(0 0 10px #cad690e6)drop-shadow(0 4px 8px #0000008c);place-items:center;animation:2.2s ease-in-out infinite bh-pin-bob;display:grid;position:absolute;top:-36px;left:-14px}.bh-map-pin-icon svg{width:23px;height:23px}@keyframes bh-pin-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.bh-map-pin-ring{border:1px solid var(--bh-accent);opacity:0;border-radius:50%;width:44px;height:12px;animation:2.2s ease-out infinite bh-pin-ring;position:absolute;top:-4px;left:-22px}.bh-map-pin-ring-2{animation-delay:.6s}.bh-map-pin-ring-3{animation-delay:1.2s}@keyframes bh-pin-ring{0%{opacity:.9;transform:scale(.4)}to{opacity:0;transform:scale(2.4)}}.bh-map-meta{border-block-start:1px solid var(--bh-border);background:linear-gradient(90deg,#f7f8ee0a,#cad6900f);justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.bh-map-meta-text{flex-direction:column;gap:4px;display:flex}.bh-map-meta-eyebrow{color:#f7f8ee73;letter-spacing:4px;text-transform:uppercase;font-size:10px}.bh-map-meta-name{color:var(--bh-ivory);font-family:var(--font-display);letter-spacing:.5px;font-size:20px}.bh-map-meta-arrow{width:38px;height:38px;color:var(--bh-ivory);background:#cad6902e;border:1px solid #cad69073;border-radius:50%;place-items:center;transition:transform .55s cubic-bezier(.16,1,.3,1),background .55s cubic-bezier(.16,1,.3,1),box-shadow .55s cubic-bezier(.16,1,.3,1);display:grid}.bh-map:hover .bh-map-meta-arrow{color:var(--bh-deep);background:var(--bh-accent);transform:translate(3px,-3px)rotate(8deg);box-shadow:0 10px 26px -4px #a4b84999}.bh-days{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.bh-day{opacity:0;border:1px solid var(--bh-border);-webkit-backdrop-filter:blur(20px)saturate(150%);backdrop-filter:blur(20px)saturate(150%);animation:.7s cubic-bezier(.16,1,.3,1) forwards bh-row-in;animation-delay:calc(var(--row-i) * 70ms + .2s);background:#f7f8ee09;border-radius:12px;grid-template-columns:140px 1fr 160px;align-items:center;gap:24px;padding:22px 28px;transition:transform .55s cubic-bezier(.16,1,.3,1),border-color .55s cubic-bezier(.16,1,.3,1),background .55s cubic-bezier(.16,1,.3,1);display:grid;position:relative;transform:translate(20px)}@keyframes bh-row-in{to{opacity:1;transform:translate(0)}}.bh-day:hover{background:#f7f8ee0f;border-color:#cad69059;transform:translate(-4px)}.bh-day.is-today{background:linear-gradient(90deg,#cad6901a,#f7f8ee05 60%);border-color:#cad69073;box-shadow:0 14px 40px -10px #a4b84959}.bh-day.is-today:before{background:linear-gradient(to bottom, var(--bh-accent), transparent);width:3px;box-shadow:0 0 12px var(--bh-accent);content:"";border-radius:3px;animation:2.2s ease-in-out infinite bh-side-pulse;position:absolute;top:12%;bottom:12%;left:-1px}@keyframes bh-side-pulse{0%,to{opacity:.6}50%{opacity:1}}.bh-day.is-live{animation-fill-mode:forwards}.bh-day.is-closed-day .bh-day-time{color:#f7f8ee4d}.bh-day-head{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}.bh-day-short{color:var(--bh-ivory);font-family:var(--font-display);letter-spacing:4px;font-size:28px;font-weight:400}.bh-day.is-today .bh-day-short{color:var(--bh-accent)}.bh-day-name{color:#f7f8ee66;letter-spacing:3px;text-transform:uppercase;font-size:11px}.bh-day-today-tag{color:var(--bh-ivory);letter-spacing:2.5px;text-transform:uppercase;background:#cad6902e;border:1px solid #cad69073;border-radius:999px;padding:4px 8px;font-size:9px;animation:2.4s ease-in-out infinite bh-tag-bob}@keyframes bh-tag-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.bh-day-track{border:1px solid var(--bh-border);background:#f7f8ee0d;border-radius:99px;height:8px;position:relative;overflow:visible}.bh-tick{background:#f7f8ee1a;width:1px;height:14px;position:absolute;top:-3px}.bh-day-window{background:linear-gradient(90deg,#a4b84966,#cad690d9,#a4b84966) 0 0/200% 100%;border-radius:99px;animation:4s linear infinite bh-window-shimmer;position:absolute;top:0;bottom:0;box-shadow:0 0 14px #cad6904d}.bh-day.is-today .bh-day-window{background:linear-gradient(90deg,#a4b849,#e0e7bd,#a4b849) 0 0/200% 100%;box-shadow:0 0 22px #cad6908c}@keyframes bh-window-shimmer{0%{background-position:0 0}to{background-position:200% 0}}.bh-day-now{background:var(--bh-ivory);border-radius:50%;width:14px;height:14px;margin-top:-7px;margin-left:-7px;position:absolute;top:50%;box-shadow:0 0 0 3px #21142d99,0 0 16px 4px #cad690a6}.bh-day-now-pulse{border:1px solid var(--bh-accent);border-radius:50%;animation:1.6s ease-out infinite bh-now-pulse;position:absolute;inset:-4px}@keyframes bh-now-pulse{0%{opacity:1;transform:scale(.6)}to{opacity:0;transform:scale(2.6)}}.bh-day-time{color:#f7f8eec7;font-family:var(--font-display);font-variant-numeric:tabular-nums;letter-spacing:.6px;text-align:end;font-size:17px}.bh-day-sep{color:#f7f8ee4d;margin:0 4px}.bh-day-closed-label{color:#f7f8ee59;letter-spacing:4px;text-transform:uppercase;font-size:11px}.bh-day.is-today .bh-day-time{color:var(--bh-ivory)}@media (width<=1100px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=992px){.bh-stage{grid-template-columns:1fr;gap:50px;max-width:640px}.bh-clock-col{position:static}.bh-clock{width:100%;max-width:360px;margin:0 auto}}@media (width<=768px){.business-hours{padding:90px 16px 100px}.business-hours h2{font-size:42px}}@media (width<=640px){.service-grid{grid-template-columns:1fr}.service-card__image>.service-card__action{opacity:1;transform:translateY(0)}.bh-day{grid-template-columns:1fr;gap:14px;padding:20px 18px}.bh-day-time{text-align:start;font-size:15px}.bh-day-short{font-size:24px}.business-hours{padding:70px 16px 90px}.section-eyebrow{letter-spacing:3px;gap:8px;font-size:9px}.section-eyebrow:before,.section-eyebrow:after{width:18px}}@media (prefers-reduced-motion:reduce){.bh-rays,.bh-clock-colon,.bh-status-dot:before,.bh-map-scan,.bh-map-pin-icon,.bh-map-pin-ring,.bh-day,.bh-day:before,.bh-day-window,.bh-day-now-pulse,.bh-day-today-tag,.bh-clock:before{animation:none!important}.bh-day{opacity:1;transform:none}}html,body{overflow-x:clip}.public-header{z-index:var(--z-header);-webkit-backdrop-filter:blur(20px)saturate(150%);backdrop-filter:blur(20px)saturate(150%);background:#fcfbfae0;border-block-end:1px solid #5b2a821a;transition:background .28s,border-color .28s,box-shadow .28s;position:sticky;inset-block-start:0;box-shadow:0 4px 18px #2e153f09}.public-header:after{background:linear-gradient(90deg, transparent, var(--green-400), var(--violet-500), transparent);content:"";opacity:.5;height:1px;position:absolute;inset:auto 0 -1px}.public-header.is-scrolled{background:#fcfbfaf0;border-block-end-color:#5b2a8229;box-shadow:0 16px 42px #2e153f1f,0 3px 10px #2e153f0d}.announcement{background:linear-gradient(90deg,#21142d,#4a1f67 55%,#35401e);height:34px;transition:height .28s,min-height .28s,opacity .18s,transform .28s;overflow:hidden}.announcement span svg{box-sizing:content-box;background:#ffffff1f;border-radius:50%;padding:.15rem}.announcement a{transition:color var(--transition), background var(--transition), transform var(--transition);border-radius:999px;padding:.25rem .45rem;position:relative}.announcement a:hover{color:#fff;background:#ffffff1a;transform:translate(2px)}.public-header.is-scrolled .announcement{opacity:0;height:0;min-height:0;transform:translateY(-100%)}.navbar{height:var(--header-height);transition:height .28s;position:relative}.public-header.is-scrolled .navbar{height:70px}.brand-link{color:inherit;transition:background var(--transition), box-shadow var(--transition), transform var(--transition);border-radius:.9rem;flex:none;align-items:center;gap:.7rem;padding:.3rem .55rem .3rem .3rem;text-decoration:none;display:flex;position:relative}.brand-link:after{z-index:-1;filter:blur(16px);content:"";opacity:0;transition:opacity var(--transition);background:#a4b8492e;border-radius:50%;position:absolute;inset:14% 5%}.brand-link:hover{background:#ffffffb8;transform:translateY(-2px)rotate(-1deg);box-shadow:0 10px 24px #2e153f14}.brand-link:hover:after{opacity:1}.brand-link__mark{width:68px;height:56px;transition:width .28s ease, height .28s ease, box-shadow var(--transition);background:radial-gradient(circle at 50% 20%,#a4b84924,#0000 45%),#fff;border:1px solid #5b2a821f;border-radius:.78rem;flex:none;place-items:center;display:grid;overflow:hidden;box-shadow:0 8px 18px #2e153f1a,inset 0 0 0 3px #fffc}.brand-link__mark img{object-fit:contain;width:100%;height:100%;padding:.12rem}.brand-link__copy{gap:.05rem;line-height:1;display:grid}.brand-link__copy strong{color:var(--violet-900);font-family:var(--font-display);letter-spacing:.01em;white-space:nowrap;font-size:1rem;font-weight:600}.brand-link__copy small{color:var(--green-700);letter-spacing:.16em;text-transform:uppercase;white-space:nowrap;font-size:.58rem;font-weight:800}.brand-link img{transition:width .28s ease, height .28s ease, transform var(--transition)}.public-header.is-scrolled .brand-link__mark{width:58px;height:48px}.desktop-nav{background:#ffffff94;border:1px solid #5b2a8217;border-radius:999px;gap:.25rem;padding:.3rem;box-shadow:inset 0 1px #ffffffe6,0 8px 22px #2e153f0a}.desktop-nav a{z-index:0;text-align:center;min-width:78px;transition:color var(--transition), background var(--transition), box-shadow var(--transition), transform var(--transition);border-radius:999px;padding:.62rem .9rem}.desktop-nav a:after{background:var(--green-500);opacity:0;border-radius:50%;width:5px;height:5px;inset:auto 50% .32rem auto;transform:translate(50%)scale(0)}.desktop-nav a:hover{color:var(--violet-800);background:#5b2a820e;transform:translateY(-1px)}.desktop-nav a.active{color:var(--violet-900);background:#fff;box-shadow:0 8px 18px #2e153f1a,inset 0 0 0 1px #a4b84924}.desktop-nav a.active:after{opacity:1;transform:translate(50%)scale(1)}.account-link{transition:color var(--transition), border-color var(--transition), background var(--transition), transform var(--transition);border:1px solid #0000;border-radius:999px;gap:.55rem;padding:.36rem .62rem .36rem .4rem}.account-link svg{width:30px;height:30px;color:var(--violet-700);background:var(--violet-50);border-radius:50%;padding:7px}.account-link:hover{color:var(--violet-800);background:#fff;border-color:#5b2a821a;transform:translateY(-1px)}.navbar__actions>.button{min-width:108px;position:relative;overflow:hidden;box-shadow:0 12px 25px #5b2a8238,0 3px #a4b84973}.navbar__actions>.button:after{content:"";background:#ffffff38;width:34%;transition:left .45s;position:absolute;inset:-50% auto -50% -35%;transform:skew(-18deg)}.navbar__actions>.button:hover:after{left:120%}.mobile-nav{animation:.24s cubic-bezier(.16,1,.3,1) both mobile-nav-in}@keyframes mobile-nav-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@media (width<=760px){.booking-confirmation{padding-block:3.5rem}.confirmation-card{padding:var(--space-4);border-radius:1.15rem}.confirmation-card__header{flex-direction:column;align-items:flex-start}.confirmation-card__service{gap:var(--space-3);grid-template-columns:82px minmax(0,1fr)}.confirmation-card__service img{width:82px;height:82px}.confirmation-card__price{text-align:start;grid-column:1/-1;justify-content:space-between;align-items:center;min-width:0;display:flex}.confirmation-card__details{grid-template-columns:1fr}.booking-confirmation .hero-actions{flex-direction:column;align-items:stretch}.booking-confirmation .hero-actions .button{width:100%}}@media (width<=980px){.desktop-nav,.navbar__actions>.button{display:none}.menu-toggle{display:grid}.mobile-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at 100% 0,#a4b8491f,#0000 36%),#fffffff7;border-block-end:1px solid #5b2a821f;box-shadow:0 24px 48px #2e153f24}.mobile-nav>a:not(.button){transition:color var(--transition), border-color var(--transition), background var(--transition), transform var(--transition);border:1px solid #0000}.mobile-nav>a:hover:not(.button),.mobile-nav>a.active:not(.button){color:var(--violet-800);background:linear-gradient(90deg, var(--violet-50), var(--green-50));border-color:#5b2a821a;transform:translate(3px)}}@media (width<=520px){.brand-link{padding-inline-end:.3rem}.brand-link__copy{display:none}.account-link{padding:0}.account-link span{display:none}}@media (prefers-reduced-motion:reduce){.public-header,.announcement,.navbar,.brand-link,.brand-link img,.desktop-nav a,.account-link,.navbar__actions>.button:after,.mobile-nav{transition:none;animation:none}}.public-shell--editorial{--editorial-ink:#211b24;--editorial-paper:#fcfbf8;--editorial-violet:#5b2a82;--editorial-violet-deep:#30183d;--editorial-lilac:#eee8f1;--editorial-olive:#718034;--editorial-olive-light:#cbd58e;--editorial-rule:#30183d33;color:var(--editorial-ink);background:var(--editorial-paper)}.public-shell--editorial main{background:linear-gradient(90deg, transparent 0, transparent calc(50% - 1px), #30183d06 50%, transparent calc(50% + 1px)), var(--editorial-paper);animation:.7s cubic-bezier(.16,1,.3,1) both editorial-page-in;overflow:clip}@keyframes editorial-page-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.public-shell--editorial h1,.public-shell--editorial h2,.public-shell--editorial h3{color:var(--editorial-ink);font-family:var(--font-display);font-weight:500}.public-shell--editorial .eyebrow,.public-shell--editorial .section-eyebrow{color:var(--editorial-olive);font-family:var(--font-sans);letter-spacing:.26em;text-transform:uppercase;font-size:.68rem;font-weight:700;line-height:1.4}.public-shell--editorial .section{padding-block:clamp(6rem,10vw,10rem)}.public-shell--editorial .section--soft{background:#f2eef3}.public-shell--editorial .section--lavender{background:#e9e1ec}.public-shell--editorial .button{letter-spacing:.12em;text-transform:uppercase;min-height:50px;box-shadow:none;border-radius:0;padding:.8rem 1.35rem;font-size:.72rem;font-weight:700;transition:color .26s,background .26s,border-color .26s,transform .26s}.public-shell--editorial .button:after{display:none}.public-shell--editorial .button:hover:not(:disabled){transform:translateY(-3px)}.public-shell--editorial .button--primary{border:1px solid var(--editorial-violet-deep);color:#fff;background:var(--editorial-violet-deep)}.public-shell--editorial .button--primary:hover:not(:disabled){border-color:var(--editorial-olive);background:var(--editorial-olive)}.public-shell--editorial .button--secondary,.public-shell--editorial .button--ghost{border:1px solid var(--editorial-rule);color:var(--editorial-violet-deep);background:0 0}.public-shell--editorial .button--secondary:hover:not(:disabled),.public-shell--editorial .button--ghost:hover:not(:disabled){border-color:var(--editorial-violet);color:#fff;background:var(--editorial-violet)}.public-shell--editorial .button--light{color:var(--editorial-violet-deep);background:#fff;border:1px solid #ffffffb3}.public-shell--editorial .public-header{border-block-end:1px solid var(--editorial-rule);box-shadow:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fcfbf8f5;position:sticky}.public-shell--editorial .public-header:after{display:none}.public-shell--editorial .public-header.is-scrolled{background:#fcfbf8fb;border-block-end-color:#30183d47;box-shadow:0 12px 30px #211b240e}.public-shell--editorial .announcement{color:#ffffffd1;background:var(--editorial-violet-deep);letter-spacing:.15em;text-transform:uppercase;border:0;height:30px;padding-inline:clamp(1rem,4vw,4rem);font-size:.62rem;font-weight:600}.public-shell--editorial .announcement span svg{color:var(--editorial-olive-light);background:0 0;border-radius:0;padding:0}.public-shell--editorial .announcement a{border-radius:0;padding:0}.public-shell--editorial .announcement a:hover{color:var(--editorial-olive-light);background:0 0}.public-shell--editorial .navbar{height:92px}.public-shell--editorial .public-header.is-scrolled .navbar{height:74px}.public-shell--editorial .brand-link{border-radius:0;gap:.85rem;padding:0}.public-shell--editorial .brand-link:after{display:none}.public-shell--editorial .brand-link:hover{box-shadow:none;background:0 0;transform:none}.public-shell--editorial .brand-link__mark{border:0;border-inline-end:1px solid var(--editorial-rule);width:78px;height:58px;box-shadow:none;background:0 0;border-radius:0;padding-inline-end:.75rem}.public-shell--editorial .public-header.is-scrolled .brand-link__mark{width:70px;height:50px}.public-shell--editorial .brand-link__mark img{padding:0}.public-shell--editorial .brand-link__copy{gap:.28rem}.public-shell--editorial .brand-link__copy strong{color:var(--editorial-violet-deep);letter-spacing:.02em;font-size:1.24rem;font-weight:500}.public-shell--editorial .brand-link__copy small{color:var(--editorial-olive);letter-spacing:.21em;font-size:.52rem}.public-shell--editorial .desktop-nav{box-shadow:none;background:0 0;border:0;border-radius:0;gap:1.55rem;padding:0}.public-shell--editorial .desktop-nav a{color:#211b24b8;letter-spacing:.14em;text-transform:uppercase;border-radius:0;min-width:0;padding:.5rem 0;font-size:.65rem;font-weight:700}.public-shell--editorial .desktop-nav a:after{background:var(--editorial-violet);transform-origin:0;border-radius:0;width:100%;height:1px;inset:auto 0 0;transform:scaleX(0)}.public-shell--editorial .desktop-nav a:hover,.public-shell--editorial .desktop-nav a.active{color:var(--editorial-violet-deep);box-shadow:none;background:0 0;transform:none}.public-shell--editorial .desktop-nav a:hover:after,.public-shell--editorial .desktop-nav a.active:after{opacity:1;transform:scaleX(1)}.public-shell--editorial .account-link{color:var(--editorial-violet-deep);border:0;border-radius:0;padding:.45rem 0;font-size:.72rem;font-weight:600}.public-shell--editorial .account-link svg{border:1px solid var(--editorial-rule);width:28px;height:28px;color:var(--editorial-violet);background:0 0;padding:6px}.public-shell--editorial .account-link:hover{color:var(--editorial-olive);background:0 0;border:0}.public-shell--editorial .navbar__actions>.button{min-width:116px;box-shadow:none}.public-shell--editorial .home-hero{border-block-end:1px solid var(--editorial-rule);background:var(--editorial-paper);min-height:min(860px,100vh - 30px);padding-block:clamp(3.5rem,7vw,7rem)}.public-shell--editorial .home-hero:before{filter:none;background:#30183d1f;border:0;border-radius:0;width:1px;height:auto;inset:0 53% 0 auto}.public-shell--editorial .home-hero:after{filter:none;background:0 0;border:1px solid #71803438;border-radius:50%;width:18vw;height:18vw;bottom:7%;left:3%;right:auto}.public-shell--editorial .home-hero__grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.28fr);align-items:center;gap:clamp(2.5rem,6vw,7rem);min-height:690px}.public-shell--editorial .home-hero__content{z-index:2;max-width:none;padding-block:2rem}.public-shell--editorial .home-hero__content:before{display:none}.home-hero__folio{border-block-end:1px solid var(--editorial-rule);color:#211b2494;letter-spacing:.18em;text-transform:uppercase;justify-content:space-between;gap:1rem;margin-block-end:clamp(3rem,7vw,6.5rem);padding-block-end:.75rem;font-size:.58rem;font-weight:700;display:flex}.public-shell--editorial .home-hero h1{max-width:760px;color:var(--editorial-ink);letter-spacing:-.065em;margin:.6rem 0 1.75rem;font-size:clamp(4.4rem,7.5vw,8.2rem);font-weight:500;line-height:.84}.public-shell--editorial .home-hero h1 span,.public-shell--editorial .home-hero h1 em{display:block}.public-shell--editorial .home-hero h1 em{color:var(--editorial-violet);font-weight:500}.public-shell--editorial .home-hero .hero-copy{color:#211b24b3;max-width:490px;margin-inline-start:clamp(1.5rem,5vw,6rem);font-size:1.08rem;line-height:1.8}.public-shell--editorial .home-hero .hero-actions{margin-inline-start:clamp(1.5rem,5vw,6rem)}.public-shell--editorial .hero-notes{border-block:1px solid var(--editorial-rule);grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-block-start:clamp(3rem,6vw,6rem);display:grid}.public-shell--editorial .hero-notes span{border-inline-end:1px solid var(--editorial-rule);color:#211b24ad;letter-spacing:.05em;text-align:center;justify-content:center;min-height:78px;padding:1.15rem .8rem;font-size:.67rem}.public-shell--editorial .hero-notes span:last-child{border-inline-end:0}.public-shell--editorial .hero-notes svg{color:var(--editorial-olive)}.public-shell--editorial .home-hero__visual{height:min(74vw,720px);min-height:640px;margin-inline-end:calc(-50vw + min(100vw - 3rem,1240px)/2);position:relative}.public-shell--editorial .hero-photo-frame{height:100%;box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;position:relative;overflow:visible}.public-shell--editorial .hero-photo-frame:before{z-index:2;border-block-start:1px solid var(--editorial-olive);border-inline-start:1px solid var(--editorial-olive);content:"";pointer-events:none;width:35%;height:34%;position:absolute;inset:-1.5rem auto auto -1.5rem}.public-shell--editorial .hero-photo-frame>img{filter:saturate(.84)contrast(1.03);object-fit:cover;object-position:center;border-radius:0;width:100%;height:100%;animation:1.05s cubic-bezier(.16,1,.3,1) .16s both editorial-image-reveal}@keyframes editorial-image-reveal{0%{clip-path:inset(0 0 100%);transform:scale(1.04)}to{clip-path:inset(0);transform:scale(1)}}.public-shell--editorial .hero-photo-note{color:#fff;background:var(--editorial-violet-deep);-webkit-backdrop-filter:none;backdrop-filter:none;border:0;border-radius:0;width:min(310px,48%);padding:1.3rem;bottom:3rem;left:-5rem;right:auto;box-shadow:14px 16px #cbd58e94,28px 34px 46px #30183d4d}@media (width>=981px){.public-shell--editorial .home-hero{padding-block-start:clamp(2.75rem,4.5vw,4.75rem)}.public-shell--editorial .home-hero__content{padding-block:.75rem 2rem}.public-shell--editorial .home-hero__folio{margin-block-end:clamp(2.5rem,4.5vw,4rem)}.public-shell--editorial .home-hero .hero-copy,.public-shell--editorial .home-hero .hero-actions{margin-inline-start:0}.public-shell--editorial .home-hero__visual{margin-inline-start:3rem}.public-shell--editorial .hero-photo-note{left:-1rem}}@media (width>=1101px){.public-shell--editorial .home-hero h1{font-size:clamp(4.4rem,6vw,6.25rem)}}.public-shell--editorial .hero-photo-note svg{color:var(--editorial-olive-light)}.public-shell--editorial .hero-photo-frame__caption{color:#211b248f;letter-spacing:.13em;text-transform:uppercase;font-size:.58rem;font-weight:700;position:absolute;bottom:-2rem;right:1rem}.public-shell--editorial .hero-orbit{display:none}.editorial-section-index{color:var(--editorial-violet);letter-spacing:.19em;text-transform:uppercase;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;margin-block-end:3.5rem;font-size:.62rem;font-weight:700;display:grid}.editorial-section-index i{background:var(--editorial-rule);height:1px}.public-shell--editorial .section-heading{max-width:880px;margin-block-end:clamp(3rem,6vw,5rem)}.public-shell--editorial .section-heading--center{text-align:start;margin-inline:0}.public-shell--editorial .section-heading h2{max-width:820px;color:var(--editorial-ink);letter-spacing:-.045em;font-size:clamp(3rem,5.6vw,6rem);font-weight:500;line-height:.98}.public-shell--editorial .section-heading h2:after{display:none}.public-shell--editorial .section-heading>p:last-child{color:#211b24a8;max-width:540px;margin-block-start:1.5rem;margin-inline:clamp(0rem,10vw,8rem) 0;font-size:1rem;line-height:1.75}.public-shell--editorial .services-showcase{color:var(--editorial-ink);background:var(--editorial-paper)}.public-shell--editorial .services-showcase:before{display:none}.public-shell--editorial .services-showcase .section-heading h2,.public-shell--editorial .services-showcase .section-heading p{color:inherit}.public-shell--editorial .services-showcase .section-heading .eyebrow{color:var(--editorial-olive)}.public-shell--editorial .service-grid{align-items:start;gap:clamp(1.5rem,2.4vw,2.8rem)}.public-shell--editorial .services-showcase .service-card:nth-child(2n){margin-block-start:clamp(2.5rem,5vw,5rem)}.public-shell--editorial .service-card{color:var(--editorial-ink);box-shadow:none;background:0 0;border:0;border-radius:0;overflow:visible}.public-shell--editorial .service-card:after{display:none}.public-shell--editorial .service-card:hover{box-shadow:none;border:0;transform:translateY(-8px)}.public-shell--editorial .service-card__image{border-radius:0;height:clamp(330px,34vw,510px)}.public-shell--editorial .service-card__image:after{background:linear-gradient(#0000 60%,#21142d80)}.public-shell--editorial .service-card__image img{filter:saturate(.82)}.public-shell--editorial .service-card:hover .service-card__image img{filter:saturate();transform:scale(1.025)}.public-shell--editorial .service-card__image>.service-card__badge{color:var(--editorial-violet-deep);background:var(--editorial-olive-light);box-shadow:none;letter-spacing:.18em;border:0;border-radius:0;padding:.65rem .85rem;font-size:.57rem;top:0;left:0}.public-shell--editorial .service-card__image>.service-card__action{color:#fff;letter-spacing:.17em;width:100%;min-height:50px;box-shadow:none;background:#30183ded;border:0;border-radius:0;font-size:.62rem;bottom:0;left:0;right:0}.public-shell--editorial .service-card__body{border-block-end:1px solid var(--editorial-rule);color:var(--editorial-ink);background:0 0;padding:1.4rem 0 1.6rem}.public-shell--editorial .service-card__brand{color:var(--editorial-olive)}.public-shell--editorial .service-card__body h3{color:var(--editorial-ink);letter-spacing:-.035em;font-size:clamp(2rem,2.6vw,2.8rem)}.public-shell--editorial .service-card__footer{border-color:#30183d1f}.public-shell--editorial .service-card__price{color:var(--editorial-violet);font-family:var(--font-sans);font-size:.9rem;font-weight:700}.public-shell--editorial .service-card__duration{color:#211b248c}.public-shell--editorial .services-showcase .section-action{justify-content:flex-start;margin-block-start:4rem}.public-shell--editorial .salon-story{background:#f0ebf1}.public-shell--editorial .salon-story__grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:clamp(3rem,8vw,9rem)}.public-shell--editorial .salon-story__image{margin:0;position:relative}.public-shell--editorial .salon-story__image:before{border:1px solid var(--editorial-olive);background:0 0;border-radius:0;inset:-1.5rem 1.5rem 1.5rem -1.5rem}.public-shell--editorial .salon-story__image img{filter:saturate(.78);object-fit:cover;border-radius:0;width:100%;height:clamp(560px,62vw,760px)}.public-shell--editorial .salon-story__image figcaption{border-inline-start:1px solid var(--editorial-olive);color:#211b2494;letter-spacing:.13em;text-transform:uppercase;margin-block-start:.85rem;padding-inline-start:1.25rem;font-size:.62rem;font-weight:700;display:block}.public-shell--editorial .salon-story__content h2{letter-spacing:-.05em;font-size:clamp(3.2rem,5.3vw,5.8rem);line-height:.96}.public-shell--editorial .salon-story__content>p:not(.eyebrow){color:#211b24ad;max-width:520px;line-height:1.8}.public-shell--editorial .page-hero,.public-shell--editorial .service-detail-hero,.public-shell--editorial .profile-hero{border-block-end:1px solid var(--editorial-rule);background:linear-gradient(90deg, var(--editorial-paper) 0 70%, #eee8f1 70% 100%);position:relative;overflow:hidden}.public-shell--editorial .page-hero:after,.public-shell--editorial .service-detail-hero:after,.public-shell--editorial .profile-hero:after{filter:none;background:0 0;border:1px solid #71803440;border-radius:50%;width:15rem;height:15rem;bottom:-7rem;right:6vw}.public-shell--editorial .page-hero--compact{padding-block:clamp(5rem,9vw,8rem)}.public-shell--editorial .page-hero--compact .container{grid-template-columns:minmax(0,1fr) minmax(260px,.34fr);align-items:end;gap:4rem;display:grid}.public-shell--editorial .page-hero--compact .eyebrow,.public-shell--editorial .page-hero--compact h1{grid-column:1}.public-shell--editorial .page-hero--compact h1{letter-spacing:-.06em;max-width:900px;margin:1rem 0 0;font-size:clamp(4.1rem,7vw,7.6rem);line-height:.9}.public-shell--editorial .page-hero--compact .container>p:last-child{border-inline-start:1px solid var(--editorial-olive);color:#211b24a8;grid-area:1/2/3;padding-inline-start:1.5rem;line-height:1.75}.public-shell--editorial .page-hero--editorial{background:var(--editorial-paper);padding-block:clamp(3rem,6vw,6rem)}.public-shell--editorial .page-hero--editorial .container{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:center;gap:clamp(3rem,7vw,8rem)}.public-shell--editorial .page-hero--editorial h1{letter-spacing:-.06em;font-size:clamp(4rem,7vw,7.4rem);line-height:.9}.public-shell--editorial .page-hero--editorial img{filter:saturate(.78);object-fit:cover;border-radius:0;width:calc(100% + max(2rem,50vw + min(100vw - 3rem,1240px)/-2));max-width:none;height:min(72vw,720px);animation:1s cubic-bezier(.16,1,.3,1) .1s both editorial-image-reveal}.public-shell--editorial .about-hero__details{border-block:1px solid var(--editorial-rule);padding-block:1rem}.public-shell--editorial .about-hero__details span{color:#211b24a8}.public-shell--editorial .editorial-intro{border-block:1px solid var(--editorial-rule);grid-template-columns:.28fr .78fr .55fr;align-items:start;gap:clamp(2rem,5vw,6rem);padding-block:1rem}.public-shell--editorial .editorial-intro h2{letter-spacing:-.045em;font-size:clamp(3rem,4.8vw,5rem);line-height:.98}.public-shell--editorial .about-space{background:#eee8f0}.public-shell--editorial .about-space__grid,.public-shell--editorial .about-massage__grid{gap:clamp(3rem,8vw,8rem)}.public-shell--editorial .about-space__primary,.public-shell--editorial .about-space__secondary,.public-shell--editorial .about-rituals figure,.public-shell--editorial .about-massage figure,.public-shell--editorial .about-calm figure{box-shadow:none;border-radius:0}.public-shell--editorial .about-space__primary img,.public-shell--editorial .about-space__secondary img,.public-shell--editorial .about-rituals img,.public-shell--editorial .about-massage img,.public-shell--editorial .about-calm img{filter:saturate(.8);border-radius:0}.public-shell--editorial .about-space__primary:before{background:0 0;border-radius:0}.public-shell--editorial .about-space__content h2,.public-shell--editorial .about-massage__content h2,.public-shell--editorial .about-calm__heading h2{letter-spacing:-.045em;font-size:clamp(3rem,5vw,5.5rem);line-height:.98}.public-shell--editorial .about-fact-list article,.public-shell--editorial .about-massage__promise{border:0;border-block-start:1px solid var(--editorial-rule);box-shadow:none;background:0 0;border-radius:0;padding:1.35rem 0}.public-shell--editorial .about-values{background:var(--editorial-paper)}.public-shell--editorial .value-grid{border-block:1px solid var(--editorial-rule);gap:0}.public-shell--editorial .value-card{border:0;border-inline-end:1px solid var(--editorial-rule);min-height:300px;box-shadow:none;background:0 0;border-radius:0;padding:clamp(2rem,4vw,4rem)}.public-shell--editorial .value-card:last-child{border-inline-end:0}.public-shell--editorial .value-card:before,.public-shell--editorial .value-card:after{display:none}.public-shell--editorial .value-card:hover{color:#fff;background:var(--editorial-violet-deep);box-shadow:none;transform:none}.public-shell--editorial .value-card:hover h3,.public-shell--editorial .value-card:hover p,.public-shell--editorial .value-card:hover svg{color:#fff}.public-shell--editorial .value-card h3{font-size:2.2rem}.public-shell--editorial .about-rituals{background:var(--editorial-violet-deep)}.public-shell--editorial .about-rituals:before{opacity:.2}.public-shell--editorial .about-rituals__grid{background:#ffffff2e;gap:1px}.public-shell--editorial .about-rituals__feature,.public-shell--editorial .about-rituals__detail,.public-shell--editorial .about-rituals__note{background:var(--editorial-violet-deep)}.public-shell--editorial .about-rituals__feature figcaption{background:#30183de0;border-radius:0}.public-shell--editorial .about-rituals__note{box-shadow:none;border:0;border-radius:0}.public-shell--editorial .about-rituals__note h3{font-size:clamp(2.5rem,4vw,4.5rem)}.public-shell--editorial .about-calm{background:#efeaf0}.public-shell--editorial .about-calm__gallery{gap:1.5rem}.public-shell--editorial .about-calm__gallery figure:nth-child(2){margin-block-start:clamp(3rem,8vw,8rem)}.public-shell--editorial .about-calm__gallery figcaption{background:var(--editorial-paper);border-radius:0}.public-shell--editorial .service-toolbar{border:0;border-block-end:1px solid var(--editorial-rule);box-shadow:none;background:0 0;border-radius:0;margin-block-end:4rem;padding:0 0 1.25rem}.public-shell--editorial .service-toolbar input,.public-shell--editorial .service-toolbar select{border:1px solid var(--editorial-rule);background:0 0;border-radius:0;min-height:52px}.public-shell--editorial .filter-pills{gap:0}.public-shell--editorial .filter-pills button{border:1px solid var(--editorial-rule);background:0 0;border-inline-end:0;border-radius:0;min-height:44px;padding:.6rem 1rem}.public-shell--editorial .filter-pills button.is-active{color:#fff;background:var(--editorial-violet-deep)}.public-shell--editorial .employee-grid{border-block-start:1px solid var(--editorial-rule);gap:0}.public-shell--editorial .employee-card{border:0;border-inline-end:1px solid var(--editorial-rule);border-block-end:1px solid var(--editorial-rule);box-shadow:none;background:0 0;border-radius:0;padding:clamp(2rem,3.2vw,3.4rem)}.public-shell--editorial .employee-card:before{display:none}.public-shell--editorial .employee-card:hover{color:#fff;background:var(--editorial-violet-deep);box-shadow:none;transform:none}.public-shell--editorial .employee-card:hover h3,.public-shell--editorial .employee-card:hover p,.public-shell--editorial .employee-card:hover span,.public-shell--editorial .employee-card:hover .text-link{color:#fff}.public-shell--editorial .employee-card h3{font-size:clamp(2.1rem,3vw,3rem)}.public-shell--editorial .employee-card__top{border-block-end:1px solid var(--editorial-rule);padding-block-end:1.25rem}.public-shell--editorial .employee-card__actions{align-items:stretch}.public-shell--editorial .tag-list span{border-radius:0}.public-shell--editorial .service-detail-hero{padding-block:clamp(4rem,7vw,7rem)}.public-shell--editorial .service-detail-hero__grid{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(3rem,7vw,8rem)}.public-shell--editorial .service-detail-hero h1,.public-shell--editorial .profile-hero h1{letter-spacing:-.06em;font-size:clamp(4.5rem,8vw,8rem);line-height:.9}.public-shell--editorial .service-detail-hero__grid>img{filter:saturate(.8);object-fit:cover;border-radius:0;width:calc(100% + max(2rem,50vw + min(100vw - 3rem,1240px)/-2));max-width:none;height:min(66vw,680px)}.public-shell--editorial .treatment-grid{border-block-start:1px solid var(--editorial-rule);gap:0}.public-shell--editorial .treatment-card{border:0;border-inline-end:1px solid var(--editorial-rule);border-block-end:1px solid var(--editorial-rule);box-shadow:none;background:0 0;border-radius:0;padding:clamp(2rem,3vw,3.25rem)}.public-shell--editorial .treatment-card:before{display:none}.public-shell--editorial .treatment-card:hover{box-shadow:none;background:#f0ebf1;transform:none}.public-shell--editorial .treatment-card h3{font-size:2.15rem}.public-shell--editorial .profile-hero{padding-block:clamp(4rem,7vw,7rem)}.public-shell--editorial .profile-hero__inner{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.public-shell--editorial .profile-detail-grid,.public-shell--editorial .contact-grid,.public-shell--editorial .contact-lower-grid{gap:clamp(3rem,7vw,7rem)}.public-shell--editorial .schedule-card,.public-shell--editorial .form-card,.public-shell--editorial .visit-card,.public-shell--editorial .location-card{border:0;border-block-start:1px solid var(--editorial-violet);box-shadow:none;border-radius:0}.public-shell--editorial .contact-cards{border-block-start:1px solid var(--editorial-rule);gap:0}.public-shell--editorial .contact-cards article{border:0;border-inline-end:1px solid var(--editorial-rule);border-block-end:1px solid var(--editorial-rule);min-height:240px;box-shadow:none;background:0 0;border-radius:0;padding:2rem}.public-shell--editorial .contact-cards article:nth-child(2n){transform:none}.public-shell--editorial .contact-cards article:before{display:none}.public-shell--editorial .contact-cards article:hover{color:#fff;background:var(--editorial-violet-deep);box-shadow:none;transform:none}.public-shell--editorial .contact-cards article:hover h2,.public-shell--editorial .contact-cards article:hover p,.public-shell--editorial .contact-cards article:hover a,.public-shell--editorial .contact-cards article:hover svg{color:#fff}.public-shell--editorial .contact-photo{box-shadow:none;border-radius:0}.public-shell--editorial .contact-photo img{filter:saturate(.78);border-radius:0;height:100%;min-height:590px}.public-shell--editorial .contact-photo>div{background:var(--editorial-violet-deep);border-radius:0}.public-shell--editorial .hours-list>div{border-color:var(--editorial-rule)}.public-shell--editorial .business-hours{--bh-deep:#24142f;--bh-accent:#cbd58e;background:#24142f;border-block:1px solid #cbd58e38;padding-block:clamp(7rem,11vw,11rem)}.public-shell--editorial .bh-rays,.public-shell--editorial .bh-grid-bg{opacity:.28}.public-shell--editorial .business-hours h2{letter-spacing:-.055em;font-size:clamp(4rem,7vw,7rem)}.public-shell--editorial .business-hours h2 em{color:var(--editorial-olive-light)}.public-shell--editorial .bh-day,.public-shell--editorial .bh-map,.public-shell--editorial .bh-map-frame,.public-shell--editorial .bh-map-meta{border-radius:0}.public-shell--editorial .bh-day{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-block-start:1px solid #f7f8ee29;border-inline:0}.public-shell--editorial .bh-day:last-child{border-block-end:1px solid #f7f8ee29}.public-shell--editorial .bh-day:hover{background:#cbd58e0f}.public-shell--editorial .bh-day.is-today{box-shadow:none;background:linear-gradient(90deg,#cbd58e1f,#0000)}.public-shell--editorial .booking-page{background:linear-gradient(90deg, transparent 0 74%, #eee8f1 74% 100%), var(--editorial-paper);min-height:80vh;padding-block:clamp(4rem,7vw,7rem)}.public-shell--editorial .booking-header{border-block-end:1px solid var(--editorial-rule);margin-block-end:clamp(3rem,6vw,5rem);padding-block-end:2rem}.public-shell--editorial .booking-header h1,.public-shell--editorial .booking-confirmation h1{max-width:920px;color:var(--editorial-ink);letter-spacing:-.06em;font-size:clamp(4rem,7vw,7rem);line-height:.9}.public-shell--editorial .hold-timer{border:1px solid var(--editorial-olive);color:var(--editorial-violet-deep);background:var(--editorial-olive-light);box-shadow:none;border-radius:0}.public-shell--editorial .booking-progress{border:0;border-block-end:1px solid var(--editorial-rule);box-shadow:none;background:0 0;border-radius:0;margin-block-end:3rem;padding:0 0 1.5rem}.public-shell--editorial .booking-progress li>span{border:1px solid var(--editorial-rule);background:var(--editorial-paper);box-shadow:none;border-radius:0}.public-shell--editorial .booking-progress li.is-current>span{border-color:var(--editorial-violet-deep);background:var(--editorial-violet-deep);box-shadow:none}.public-shell--editorial .booking-progress li.is-complete>span{border-color:var(--editorial-olive);background:var(--editorial-olive)}.public-shell--editorial .booking-progress li:before{background:var(--editorial-rule);border-radius:0}.public-shell--editorial .booking-stage,.public-shell--editorial .booking-sidebar{border:0;border-block-start:1px solid var(--editorial-violet);box-shadow:none;background:#fcfbf8eb;border-radius:0;padding:clamp(2rem,4vw,4rem)}.public-shell--editorial .booking-stage:before,.public-shell--editorial .booking-sidebar:before{display:none}.public-shell--editorial .booking-stage__heading h2,.public-shell--editorial .booking-sidebar h2{letter-spacing:-.04em;font-size:clamp(2.5rem,4vw,4.2rem);line-height:1}.public-shell--editorial .booking-card-grid{border-block-start:1px solid var(--editorial-rule);gap:0}.public-shell--editorial .selection-card{border:0;border-inline-end:1px solid var(--editorial-rule);border-block-end:1px solid var(--editorial-rule);min-height:120px;box-shadow:none;background:0 0;border-radius:0;padding:1.35rem}.public-shell--editorial .selection-card:hover{box-shadow:none;background:#f0ebf1;transform:none}.public-shell--editorial .selection-card.is-selected{border-color:var(--editorial-rule);color:#fff;background:var(--editorial-violet-deep);box-shadow:none}.public-shell--editorial .selection-card.is-selected strong,.public-shell--editorial .selection-card.is-selected small,.public-shell--editorial .selection-card.is-selected b{color:#fff}.public-shell--editorial .selection-card>i{border-radius:0}.public-shell--editorial .selection-card--image{min-height:350px}.public-shell--editorial .selection-card--image>img{filter:saturate(.8);border-radius:0}.public-shell--editorial .date-grid,.public-shell--editorial .time-grid{gap:.65rem}.public-shell--editorial .date-grid button,.public-shell--editorial .time-grid button{border:1px solid var(--editorial-rule);background:var(--editorial-paper);border-radius:0;min-height:98px;box-shadow:7px 7px #5b2a820f}.public-shell--editorial .date-grid button:hover,.public-shell--editorial .time-grid button:hover{border-color:var(--editorial-olive);transform:translate(-3px,-3px);box-shadow:10px 10px #7180341f}.public-shell--editorial .date-grid button.is-selected,.public-shell--editorial .time-grid button.is-selected{border-color:var(--editorial-violet-deep);color:#fff;background:var(--editorial-violet-deep);box-shadow:7px 7px 0 var(--editorial-olive-light)}.public-shell--editorial .date-grid strong{font-family:var(--font-display);font-size:2.25rem}.public-shell--editorial .notes-field,.public-shell--editorial .review-card{border:1px solid var(--editorial-rule);box-shadow:none;background:0 0;border-radius:0}.public-shell--editorial .review-card__service img{border-radius:0}.public-shell--editorial .booking-sidebar{align-self:start;position:sticky;top:100px}.public-shell--editorial .booking-sidebar__total{background:var(--editorial-lilac);border-radius:0}.public-shell--editorial .booking-navigation{border-block-start:1px solid var(--editorial-rule);padding-block-start:2rem}.public-shell--editorial .booking-confirmation{text-align:start;background:linear-gradient(90deg, var(--editorial-paper) 0 70%, #eee8f1 70% 100%)}.public-shell--editorial .booking-confirmation .container{align-items:flex-start;max-width:1020px}.public-shell--editorial .confirmation-mark{color:#fff;background:var(--editorial-olive);border-radius:0;box-shadow:9px 9px #71803429}.public-shell--editorial .confirmation-card{border:0;border-block-start:1px solid var(--editorial-violet);width:100%;box-shadow:none;background:#ffffffd1;border-radius:0}.public-shell--editorial .confirmation-card:before{display:none}.public-shell--editorial .confirmation-card__status,.public-shell--editorial .confirmation-card__service img,.public-shell--editorial .confirmation-item,.public-shell--editorial .confirmation-item__icon,.public-shell--editorial .confirmation-card__notice{border-radius:0}.public-shell--editorial .booking-confirmation .hero-actions{justify-content:flex-start}.public-shell--editorial .visit-grid{border:1px solid var(--editorial-rule);background:var(--editorial-rule);gap:1px}.public-shell--editorial .visit-card,.public-shell--editorial .location-card{background:var(--editorial-paper);border:0;min-height:520px;padding:clamp(2.5rem,5vw,5rem)}.public-shell--editorial .location-card:after{display:none}.public-shell--editorial .location-card--light h2,.public-shell--editorial .location-card--light .eyebrow,.public-shell--editorial .location-card--light>p,.public-shell--editorial .location-card--light svg{color:inherit}.public-shell--editorial .final-cta{background:var(--editorial-violet-deep);border:0;padding-block:clamp(6rem,10vw,9rem)}.public-shell--editorial .final-cta:after{filter:none;background:0 0;border:1px solid #cbd58e59;border-radius:50%;width:20rem;height:20rem;right:7%}.public-shell--editorial .final-cta__inner{border-block-start:1px solid #ffffff47;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:3rem;padding-block-start:2rem;display:grid}.public-shell--editorial .final-cta h2{letter-spacing:-.055em;max-width:850px;font-size:clamp(3.5rem,6vw,6.4rem);line-height:.94}.public-shell--editorial .final-cta .eyebrow{color:var(--editorial-olive-light)}.public-shell--editorial .public-footer{background:#19131c;border:0;padding-block-start:clamp(5rem,8vw,8rem)}.public-shell--editorial .footer-grid{border-block:1px solid #ffffff29;padding-block:2rem 5rem}.public-shell--editorial .footer-grid h2{color:#fff;font-family:var(--font-sans);letter-spacing:.18em;text-transform:uppercase;font-size:.66rem;font-weight:700}.public-shell--editorial .footer-brand img{background:#fff;width:170px;padding:.8rem}.public-shell--editorial .footer-bottom{letter-spacing:.1em;text-transform:uppercase;padding-block:1.4rem;font-size:.62rem}@media (width<=1100px){.public-shell--editorial .home-hero__grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:3rem}.public-shell--editorial .home-hero h1{font-size:clamp(4rem,8vw,6.7rem)}.public-shell--editorial .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-shell--editorial .service-card__image{height:min(62vw,560px)}.public-shell--editorial .booking-layout{grid-template-columns:1fr}.public-shell--editorial .booking-sidebar{position:static}.public-shell--editorial .booking-page{background:var(--editorial-paper)}}@media (width<=980px){.public-shell--editorial .navbar{height:78px}.public-shell--editorial .mobile-nav{border-block-end:1px solid var(--editorial-rule);background:var(--editorial-paper);padding:1rem 1.5rem 1.5rem;box-shadow:0 18px 36px #211b2417}.public-shell--editorial .mobile-nav>a:not(.button){border:0;border-block-end:1px solid var(--editorial-rule);letter-spacing:.14em;text-transform:uppercase;border-radius:0;padding:1rem 0;font-size:.72rem}.public-shell--editorial .mobile-nav>a:hover:not(.button),.public-shell--editorial .mobile-nav>a.active:not(.button){border-color:var(--editorial-rule);color:var(--editorial-violet);background:0 0;padding-inline-start:.75rem}.public-shell--editorial .home-hero{min-height:auto}.public-shell--editorial .home-hero__grid{grid-template-columns:1fr;gap:3.5rem}.public-shell--editorial .home-hero:before{display:none}.public-shell--editorial .home-hero__visual{height:min(110vw,760px);min-height:560px;margin-inline:4rem calc(-50vw + min(100vw - 3rem,1240px)/2)}.public-shell--editorial .hero-photo-note{left:-4rem}.public-shell--editorial .page-hero--compact .container,.public-shell--editorial .page-hero--editorial .container,.public-shell--editorial .service-detail-hero__grid{grid-template-columns:1fr}.public-shell--editorial .page-hero--compact .container>p:last-child{grid-area:auto/1;max-width:620px}.public-shell--editorial .page-hero--editorial img,.public-shell--editorial .service-detail-hero__grid>img{width:100%;height:min(100vw,680px)}.public-shell--editorial .editorial-intro{grid-template-columns:1fr 1.5fr}.public-shell--editorial .editorial-intro>div{grid-column:2}.public-shell--editorial .salon-story__grid{grid-template-columns:1fr}.public-shell--editorial .salon-story__content{max-width:720px;margin-inline-start:10vw}.public-shell--editorial .value-card{min-height:260px}}@media (width<=720px){.public-shell--editorial .section{padding-block:5.5rem}.public-shell--editorial .announcement{letter-spacing:.09em;padding-inline:1rem;font-size:.54rem}.public-shell--editorial .announcement>span{display:none}.public-shell--editorial .brand-link__mark{width:62px;height:48px}.public-shell--editorial .brand-link__copy strong{font-size:1.02rem}.public-shell--editorial .brand-link__copy small{font-size:.45rem}.home-hero__folio{margin-block-end:3rem}.public-shell--editorial .home-hero h1,.public-shell--editorial .page-hero--compact h1,.public-shell--editorial .page-hero--editorial h1,.public-shell--editorial .service-detail-hero h1,.public-shell--editorial .profile-hero h1,.public-shell--editorial .booking-header h1,.public-shell--editorial .booking-confirmation h1{font-size:clamp(3.4rem,17vw,5.1rem)}.public-shell--editorial .home-hero .hero-copy,.public-shell--editorial .home-hero .hero-actions{margin-inline-start:0}.public-shell--editorial .hero-actions{flex-direction:column;align-items:stretch}.public-shell--editorial .hero-actions .button{width:100%}.public-shell--editorial .hero-notes{grid-template-columns:1fr}.public-shell--editorial .hero-notes span{border-inline-end:0;border-block-end:1px solid var(--editorial-rule);text-align:start;justify-content:flex-start;min-height:54px}.public-shell--editorial .hero-notes span:last-child{border-block-end:0}.public-shell--editorial .home-hero__visual{height:125vw;min-height:500px;margin-inline:1rem -1.5rem}.public-shell--editorial .hero-photo-frame:before{inset:-.75rem auto auto -.75rem}.public-shell--editorial .hero-photo-note{width:calc(100% - 2rem);bottom:1.5rem;left:-1rem;box-shadow:10px 12px #71803438}.public-shell--editorial .hero-photo-frame__caption{display:none}.public-shell--editorial .section-heading h2,.public-shell--editorial .salon-story__content h2,.public-shell--editorial .about-space__content h2,.public-shell--editorial .about-massage__content h2,.public-shell--editorial .about-calm__heading h2,.public-shell--editorial .final-cta h2{font-size:clamp(2.8rem,13vw,4.2rem)}.public-shell--editorial .section-heading>p:last-child{margin-inline-start:0}.public-shell--editorial .service-grid{grid-template-columns:1fr}.public-shell--editorial .services-showcase .service-card:nth-child(2n){margin-block-start:0}.public-shell--editorial .service-card__image{height:118vw;max-height:620px}.public-shell--editorial .salon-story__image img{height:120vw;max-height:650px}.public-shell--editorial .salon-story__content{margin-inline-start:0}.public-shell--editorial .editorial-intro{grid-template-columns:1fr}.public-shell--editorial .editorial-intro>div{grid-column:1}.public-shell--editorial .value-grid{grid-template-columns:1fr}.public-shell--editorial .value-card{border-inline-end:0;border-block-end:1px solid var(--editorial-rule);min-height:0}.public-shell--editorial .contact-photo img{min-height:480px}.public-shell--editorial .booking-stage,.public-shell--editorial .booking-sidebar{padding:1.5rem}.public-shell--editorial .booking-progress{scrollbar-width:thin;justify-content:flex-start;gap:1.4rem;overflow-x:auto}.public-shell--editorial .booking-progress li{min-width:68px}.public-shell--editorial .selection-card--image{min-height:300px}.public-shell--editorial .date-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.public-shell--editorial .final-cta__inner{grid-template-columns:1fr;align-items:start}}@media (width<=520px){.public-shell--editorial .brand-link__copy{display:grid}.public-shell--editorial .navbar__actions{gap:.4rem}.public-shell--editorial .service-card__image{height:126vw}.public-shell--editorial .page-hero--compact{padding-block:4rem}.public-shell--editorial .booking-card-grid{grid-template-columns:1fr}.public-shell--editorial .date-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.public-shell--editorial main,.public-shell--editorial .hero-photo-frame>img,.public-shell--editorial .page-hero--editorial img{animation:none}}.public-shell--editorial{--editorial-on-dark:#fbfaf7;--editorial-on-dark-muted:#fbfaf7b8;--editorial-focus:#cbd58e}.public-shell--editorial :where(a,button,input,select,textarea):focus-visible{outline:2px solid var(--editorial-focus);outline-offset:4px}.public-shell--editorial .business-hours h2,.public-shell--editorial .about-rituals .section-heading h2,.public-shell--editorial .about-rituals__note h3,.public-shell--editorial .final-cta h2{color:var(--editorial-on-dark)}.public-shell--editorial .business-hours-sub,.public-shell--editorial .about-rituals .section-heading>p:last-child{color:var(--editorial-on-dark-muted)}.public-shell--editorial .about-rituals .section-heading .eyebrow,.public-shell--editorial .about-rituals__note .eyebrow{color:var(--editorial-olive-light)}.public-shell--editorial .navbar__actions>.button{border-color:var(--editorial-olive);min-width:122px;min-height:46px;color:var(--editorial-violet-deep);background:var(--editorial-olive-light);box-shadow:5px 5px #30183d1a}.public-shell--editorial .navbar__actions>.button svg{width:17px;height:17px}.public-shell--editorial .navbar__actions>.button:hover{border-color:var(--editorial-violet-deep);color:#fff;background:var(--editorial-violet-deep);box-shadow:7px 7px #71803433}.public-shell--editorial .public-footer,.public-shell--editorial .footer-grid p,.public-shell--editorial .footer-grid p span,.public-shell--editorial .footer-grid a,.public-shell--editorial .footer-bottom,.public-shell--editorial .footer-bottom span{color:#fbfaf7b8}.public-shell--editorial .footer-brand>p{color:#fbfaf79e}.public-shell--editorial .footer-brand>a{color:var(--editorial-olive-light)}.public-shell--editorial .public-footer .footer-grid>div:not(.footer-brand) a{color:#fbfaf7b8}.public-shell--editorial .footer-grid a:hover{color:#fff}.public-shell--editorial .footer-grid p span:first-child{color:#fbfaf794}.public-shell--editorial .public-footer .footer-grid>div:last-child p span:last-child{color:var(--editorial-on-dark)}@media (width<=980px){.public-shell--editorial .navbar__actions>.button{display:none}}@media (prefers-reduced-motion:reduce){.public-shell--editorial :where(a,button){transition:none}}.public-shell--editorial .service-toolbar{border-block:1px solid var(--editorial-rule);grid-template-columns:minmax(300px,.8fr) minmax(520px,1.2fr);align-items:end;gap:clamp(2rem,5vw,5rem);margin-block-end:2rem;padding:1.6rem 0;display:grid}.public-shell--editorial .service-toolbar__search,.public-shell--editorial .service-toolbar__filters{gap:.7rem;min-width:0;display:grid}.public-shell--editorial .service-toolbar__label{color:var(--editorial-olive);letter-spacing:.19em;text-transform:uppercase;align-items:center;gap:.45rem;margin:0;font-size:.62rem;font-weight:700;display:flex}.public-shell--editorial .service-toolbar__label svg{flex:none}.public-shell--editorial .service-toolbar .search-field{width:100%;max-width:none}.public-shell--editorial .service-toolbar .search-field input{border-color:var(--editorial-rule);background:#fff;min-height:54px;padding-inline:2.8rem 1rem}.public-shell--editorial .filter-pills{border:1px solid var(--editorial-rule);background:#fff;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.public-shell--editorial .filter-pills button,.public-shell--editorial .filter-pills button:last-child{border:0;border-inline-end:1px solid var(--editorial-rule);color:#211b24b3;white-space:nowrap;background:#fff;min-height:54px;padding:.75rem .8rem;font-size:.7rem;line-height:1.25}.public-shell--editorial .filter-pills button:last-child{border-inline-end:0}.public-shell--editorial .filter-pills button:hover{color:var(--editorial-violet-deep);background:var(--editorial-lilac)}.public-shell--editorial .filter-pills button.is-active{color:#fff;background:var(--editorial-violet-deep);box-shadow:inset 0 -3px 0 var(--editorial-olive-light)}.public-shell--editorial .services-catalog .results-count{border-block-end:1px solid #30183d17;margin:0 0 3rem;padding-block-end:1rem}.public-shell--editorial .services-catalog .service-card{width:100%;min-width:0}.public-shell--editorial .employee-card{min-width:0}.public-shell--editorial .about-hero__portrait{isolation:isolate;min-width:0;margin:0;padding-block-start:.9rem;position:relative}.public-shell--editorial .about-hero__portrait:before{background:var(--editorial-olive);content:"";height:1px;position:absolute;inset-block-start:0;inset-inline:0 68%}.public-shell--editorial .about-hero__portrait:after{border:1px solid var(--editorial-olive);background:var(--editorial-paper);content:"";width:.48rem;height:.48rem;position:absolute;inset-block-start:-.24rem;inset-inline-start:32%;transform:rotate(45deg)}.public-shell--editorial .about-hero__image-frame{position:relative;box-shadow:-1.3rem 1.3rem #30183d13}.public-shell--editorial .about-hero__image-frame:after{pointer-events:none;content:"";background:linear-gradient(#20122305 48%,#20122338 100%),linear-gradient(90deg,#71803414,#0000 32%);position:absolute;inset:0}.public-shell--editorial .about-hero .about-hero__image-frame>img{object-position:50% 54%;filter:saturate(.92)contrast(1.03);display:block}html[dir=rtl] .public-shell--editorial .about-hero__image-frame{box-shadow:1.3rem 1.3rem #30183d13}.public-shell--editorial .employee-card .tag-list span{color:var(--editorial-violet-deep);background:var(--green-100);border:1px solid #71803440}.public-shell--editorial .employee-card:hover .tag-list span{color:var(--editorial-violet-deep);border-color:var(--editorial-olive-light);background:var(--editorial-olive-light)}.public-shell--editorial .employee-card:hover .button--secondary{color:#fff;background:0 0;border-color:#ffffff94}.public-shell--editorial .employee-card:hover .button--secondary:hover{color:var(--editorial-violet-deep);background:#fff;border-color:#fff}.public-shell--editorial .employee-card:hover .rating-stars,.public-shell--editorial .employee-card:hover .rating-stars span{color:var(--editorial-olive-light)}.public-shell--editorial .profile-hero{background:linear-gradient(90deg, var(--editorial-paper) 0 92%, #eee8f1 92% 100%);padding-block:clamp(4rem,7vw,6.5rem)}.public-shell--editorial .profile-hero__inner{grid-template-columns:116px minmax(0,1fr) minmax(210px,236px);align-items:center;gap:clamp(1.5rem,3vw,2.5rem)}.public-shell--editorial .profile-hero__identity{min-width:0}.public-shell--editorial .profile-hero h1{letter-spacing:-.055em;overflow-wrap:break-word;max-width:820px;margin:.7rem 0 0;font-size:clamp(4.2rem,6.4vw,6.4rem);line-height:.9}.public-shell--editorial .profile-hero__identity>p:not(.eyebrow){border-block-start:1px solid var(--editorial-rule);color:#211b24a8;margin:1.2rem 0 0;padding-block-start:1rem;line-height:1.5}.public-shell--editorial .profile-hero__stats{margin-block-start:1.15rem}.public-shell--editorial .profile-hero__inner>.button{text-align:center;width:100%;min-width:0;padding-inline:1rem;line-height:1.25}.public-shell--editorial .contact-photo>div,.public-shell--editorial .contact-photo>div span{color:#fff}.public-shell--editorial .contact-photo>div{background:#30183df5;min-height:64px;padding-inline:1.25rem}.public-shell--editorial .contact-photo>div svg{color:var(--editorial-olive-light)}.public-shell--editorial .contact-cards article:hover .button{border-color:var(--editorial-olive-light);color:var(--editorial-violet-deep);background:var(--editorial-olive-light)}.public-shell--editorial .contact-cards article:hover .button:hover{color:var(--editorial-violet-deep);background:#fff;border-color:#fff}.public-shell--editorial .value-card:hover svg{color:var(--editorial-violet-deep);background:var(--editorial-olive-light)}.public-shell--editorial .about-rituals .section-heading{max-width:980px}.public-shell--editorial .about-calm__gallery figcaption{color:var(--editorial-violet-deep)}.public-shell--editorial .about-rituals__note h3{font-size:clamp(2.4rem,3.2vw,3.7rem);line-height:.98}.public-shell--editorial .about-rituals__note>p:not(.eyebrow){color:#ffffffc2}@media (width<=1100px){.public-shell--editorial .service-toolbar{grid-template-columns:minmax(280px,.7fr) minmax(460px,1.3fr);gap:2rem}.public-shell--editorial .profile-hero__inner{grid-template-columns:96px minmax(0,1fr)}.public-shell--editorial .profile-hero__inner>.button{grid-column:2;justify-self:start;width:auto}}@media (width<=860px){.public-shell--editorial .service-toolbar{grid-template-columns:1fr;align-items:stretch}.public-shell--editorial .profile-hero__inner{grid-template-columns:88px minmax(0,1fr);align-items:start}.public-shell--editorial .profile-hero h1{font-size:clamp(3.4rem,10vw,5.3rem)}}@media (width<=620px){.public-shell--editorial .about-hero__portrait{padding-block-start:.7rem}.public-shell--editorial .about-hero__portrait:before{inset-inline-end:58%}.public-shell--editorial .about-hero__portrait:after{inset-inline-start:42%}.public-shell--editorial .about-hero__image-frame,html[dir=rtl] .public-shell--editorial .about-hero__image-frame{box-shadow:.7rem .7rem #30183d13}.public-shell--editorial .about-hero .about-hero__image-frame>img{object-position:50% 58%;height:min(78vw,320px)}.public-shell--editorial .services-catalog .service-grid{grid-template-columns:minmax(0,1fr)}.public-shell--editorial .filter-pills{grid-template-columns:1fr}.public-shell--editorial .filter-pills button,.public-shell--editorial .filter-pills button:last-child{border-inline-end:0;border-block-end:1px solid var(--editorial-rule)}.public-shell--editorial .filter-pills button:last-child{border-block-end:0}.public-shell--editorial .profile-hero{background:var(--editorial-paper)}.public-shell--editorial .profile-hero__inner{grid-template-columns:1fr}.public-shell--editorial .profile-hero__inner>.employee-avatar{width:92px;height:92px}.public-shell--editorial .profile-hero__inner>.button{grid-column:1;width:100%}.public-shell--editorial .profile-hero h1{font-size:clamp(3.2rem,16vw,4.7rem)}}.public-shell--editorial .booking-layout{grid-template-columns:minmax(0,1fr) 360px;gap:clamp(2rem,3.5vw,3.5rem)}.public-shell--editorial .booking-stage{min-width:0}.public-shell--editorial .booking-stage__heading h2{max-width:720px;font-size:clamp(2.25rem,3.4vw,3.4rem);line-height:1}.public-shell--editorial .booking-stage__heading p{max-width:680px;margin-block-start:.7rem;line-height:1.65}.public-shell--editorial .booking-sidebar{width:100%;padding:2.25rem 2rem;overflow:visible}.public-shell--editorial .booking-sidebar h2{letter-spacing:-.045em;overflow-wrap:normal;max-width:100%;margin-block:.65rem 1.6rem;font-size:clamp(2.7rem,3.4vw,3.6rem);line-height:.94}.public-shell--editorial .booking-sidebar .summary-row{grid-template-columns:minmax(82px,.72fr) minmax(130px,1.28fr);gap:1rem;min-height:54px;padding-block:.85rem}.public-shell--editorial .booking-sidebar .summary-row>span{line-height:1.35}.public-shell--editorial .booking-sidebar .summary-row>strong{min-width:0;color:var(--editorial-ink);overflow-wrap:anywhere;text-align:end;line-height:1.35}.public-shell--editorial .booking-sidebar .summary-row--empty>strong{color:#766d79}.public-shell--editorial .booking-sidebar__total{border:0;border-block-start:2px solid var(--editorial-olive-light);background:var(--editorial-lilac);gap:.35rem;margin-block-start:1.5rem;padding:1.15rem 1.2rem;display:grid}.public-shell--editorial .booking-sidebar__total span{color:#211b249e;letter-spacing:.16em;text-transform:uppercase;font-size:.64rem;font-weight:700;line-height:1.3}.public-shell--editorial .booking-sidebar__total strong{color:var(--editorial-violet);font-family:var(--font-sans);font-size:1.55rem;line-height:1.2}.public-shell--editorial .booking-sidebar .demo-note{color:#655d69;margin-block-start:1.35rem;line-height:1.55}.public-shell--editorial .booking-navigation .button{min-width:132px}@media (width<=1100px){.public-shell--editorial .booking-layout{grid-template-columns:1fr}.public-shell--editorial .booking-sidebar{max-width:none;position:static}.public-shell--editorial .booking-sidebar h2{max-width:650px}.public-shell--editorial .booking-sidebar .summary-row{grid-template-columns:minmax(110px,.32fr) minmax(0,.68fr)}}@media (width<=620px){.public-shell--editorial .booking-sidebar{padding:1.6rem 1.35rem}.public-shell--editorial .booking-sidebar h2{font-size:clamp(2.5rem,12vw,3.5rem)}.public-shell--editorial .booking-sidebar .summary-row{grid-template-columns:1fr;gap:.35rem}.public-shell--editorial .booking-sidebar .summary-row>strong{text-align:start}.public-shell--editorial .booking-navigation{flex-direction:column-reverse;align-items:stretch}.public-shell--editorial .booking-navigation .button{width:100%}}.auth-page--editorial{--auth-paper:#fcfbf8;--auth-ink:#211b24;--auth-violet:#30183d;--auth-olive:#718034;--auth-lilac:#eee8f1;--auth-rule:#30183d2e;color:var(--auth-ink);background:var(--auth-paper);grid-template-columns:minmax(430px,46vw) minmax(520px,1fr)}.auth-page--editorial .auth-panel{min-width:0}.auth-page--editorial .auth-panel--brand{isolation:isolate;background:var(--auth-violet);align-content:space-between;height:100svh;min-height:680px;padding:clamp(2rem,4.5vw,4.75rem);display:grid;position:sticky;inset-block-start:0}.auth-page--editorial .auth-panel--brand:after{display:none}.auth-panel__media,.auth-panel__scrim{position:absolute;inset:0}.auth-panel__media{z-index:-3;overflow:hidden}.auth-panel__media img{object-fit:cover;object-position:50% 50%;width:100%;height:100%;animation:.9s cubic-bezier(.22,.75,.2,1) both auth-image-reveal;scale:1.012}.auth-page--login .auth-panel__media img{object-position:50% 48%}.auth-page--register .auth-panel__media img{object-position:50% 54%}.auth-panel__scrim{z-index:-2;background:linear-gradient(#140a1aa3 0%,#140a1a1f 34%,#140a1a33 57%,#140a1ae0 100%),linear-gradient(90deg,#30183d47,#0000 52%)}.auth-photo-index{color:#ffffffdb;letter-spacing:.24em;text-transform:uppercase;align-items:center;gap:.8rem;font-size:.64rem;font-weight:700;display:flex}.auth-photo-index:after{content:"";background:#dce6a7;width:72px;height:1px}.auth-panel__story{align-self:end;max-width:670px;padding-block:clamp(3rem,10vh,7rem) 1.75rem}.auth-page--editorial .auth-panel__story .eyebrow{color:#dce6a7;letter-spacing:.26em;align-items:center;gap:.8rem;margin:0 0 1.25rem;font-size:.68rem;display:flex}.auth-page--editorial .auth-panel__story .eyebrow:before{content:"";background:currentColor;width:54px;height:1px}.auth-page--editorial .auth-panel__story h1{color:#fff;max-width:690px;font-family:var(--font-display);letter-spacing:-.055em;text-wrap:balance;margin:0;font-size:clamp(3.5rem,5.6vw,6.7rem);font-weight:500;line-height:.82}.auth-page--editorial .auth-panel__story>p:last-child{color:#ffffffd1;max-width:520px;margin:1.75rem 0 0;font-size:clamp(.95rem,1.2vw,1.12rem);line-height:1.7}.auth-page--editorial .auth-panel__footer{color:#ffffffc2;letter-spacing:.1em;text-transform:uppercase;border-block-start:1px solid #ffffff57;justify-content:space-between;align-items:center;gap:1.25rem;padding-block-start:1.1rem;font-size:.68rem;display:flex}.auth-page--editorial .auth-assurance{margin:0}.auth-page--editorial .auth-benefits{color:#ffffffd6;letter-spacing:.02em;align-self:end;gap:.7rem;margin:-.5rem 0 2rem;font-size:.78rem}.auth-page--editorial .auth-benefits svg{color:#dce6a7;flex:none}.auth-page--editorial .auth-panel--form{background:linear-gradient(90deg, transparent 0 94%, #eee8f1a3 94% 100%), var(--auth-paper);min-height:100svh;padding:clamp(2.5rem,6vw,7rem)}.auth-page--editorial .auth-form-wrap{width:min(100%,580px);margin-inline:auto}.auth-page--editorial .auth-form-wrap--wide{width:min(100%,720px)}.auth-page--editorial .back-link{color:#211b249e;letter-spacing:.08em;text-transform:uppercase;margin-block-end:clamp(3rem,8vh,6.5rem);font-size:.72rem}.auth-page--register .back-link{margin-block-end:clamp(2rem,4vh,3.5rem)}.auth-page--editorial .auth-form-heading{margin-block-end:clamp(2rem,5vh,3.25rem)}.auth-page--editorial .auth-form-heading .eyebrow{color:var(--auth-olive);letter-spacing:.24em;margin:0 0 1rem;font-size:.66rem}.auth-page--editorial .auth-form-heading h2{max-width:660px;color:var(--auth-ink);font-family:var(--font-display);letter-spacing:-.06em;margin:0;font-size:clamp(3.7rem,6vw,6.6rem);font-weight:500;line-height:.82}.auth-page--editorial .auth-form-heading>p:last-child{color:#211b249e;max-width:510px;margin:1.5rem 0 0;line-height:1.7}.auth-page--editorial .auth-form-wrap>form:not(.form-grid),.auth-page--editorial .form-grid{gap:1.15rem;margin-block-start:0}.auth-account-options{margin-block:-.5rem 1.5rem}.auth-account-options__label{color:#211b24c2;letter-spacing:.08em;text-transform:uppercase;margin-block-end:.65rem;font-size:.7rem;font-weight:700;display:block}.auth-account-options__grid{border:1px solid var(--auth-rule);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.auth-account-options__grid button{border:0;border-inline-end:1px solid var(--auth-rule);color:#211b24ad;cursor:pointer;min-height:54px;font:inherit;background:#ffffff8a;justify-content:center;align-items:center;gap:.55rem;padding:.75rem .6rem;font-size:.76rem;font-weight:700;transition:color .18s,background-color .18s;display:flex}.auth-account-options__grid button:last-child{border-inline-end:0}.auth-account-options__grid button svg{color:var(--auth-olive);flex:none}.auth-account-options__grid button:hover,.auth-account-options__grid button:focus-visible{color:var(--auth-violet);background:var(--auth-lilac)}.auth-account-options__grid button:focus-visible{outline:2px solid var(--auth-olive);outline-offset:-2px}.auth-account-options__grid button.is-selected{color:#fff;background:var(--auth-violet)}.auth-account-options__grid button.is-selected svg{color:#dce6a7}.auth-page--editorial label{color:#211b24c2;letter-spacing:.08em;text-transform:uppercase;gap:.55rem;font-size:.7rem;font-weight:700}.auth-input-shell{align-items:center;display:flex;position:relative}.auth-input-shell>svg{z-index:1;color:var(--auth-olive);pointer-events:none;position:absolute;inset-inline-start:1rem}.auth-page--editorial .auth-input-shell input{border:0;border-block-end:1px solid var(--auth-rule);min-height:58px;color:var(--auth-ink);text-transform:none;background:#ffffff9e;border-radius:0;padding-inline:3rem 1rem;font-size:1rem}.auth-page--editorial .auth-input-shell input:focus{border-block-end-color:var(--auth-olive);box-shadow:inset 0 -2px 0 var(--auth-olive);background:#fff}.auth-page--editorial .password-field button{color:#211b248f;min-width:44px;min-height:44px;inset-inline-end:.55rem}.auth-page--editorial .auth-form-wrap form .button{border:1px solid var(--auth-violet);color:#fff;background:var(--auth-violet);letter-spacing:.08em;text-transform:uppercase;border-radius:0;min-height:58px;margin-block-start:.5rem;box-shadow:7px 7px #cbd58e}.auth-page--editorial .auth-form-wrap form .button svg{transition:translate .18s}.auth-page--editorial .auth-form-wrap form .button:hover{border-color:var(--auth-olive);background:var(--auth-olive);box-shadow:9px 9px 0 var(--auth-lilac);transform:translate(-1px,-1px)}.auth-page--editorial .auth-form-wrap form .button:hover svg{translate:3px}.auth-page--editorial .checkbox-row{border-inline-start:2px solid var(--auth-olive);color:#211b249e;letter-spacing:0;text-transform:none;background:#eee8f175;align-items:center;margin-block:.25rem;padding:.9rem 1rem;font-size:.72rem;font-weight:500;line-height:1.5}.auth-page--editorial .checkbox-row input{accent-color:var(--auth-violet);flex:none}.auth-page--editorial .auth-switch{border-block-start:1px solid var(--auth-rule);color:#211b249e;margin-block-start:2.25rem;padding-block-start:1.5rem}.auth-page--editorial .auth-switch a{color:var(--auth-violet);text-underline-offset:4px}.auth-page--editorial .field-error{border-inline-start:2px solid var(--error);text-transform:none;background:#be35450f;padding:.75rem .9rem}@keyframes auth-image-reveal{0%{opacity:0;scale:1.08}to{opacity:1;scale:1.012}}@media (width<=1100px){.auth-page--editorial{grid-template-columns:minmax(360px,42vw) minmax(0,1fr)}.auth-page--editorial .auth-panel--brand,.auth-page--editorial .auth-panel--form{padding:2.5rem}.auth-page--editorial .auth-panel__story h1{font-size:clamp(3.4rem,6vw,5rem)}.auth-page--editorial .auth-form-heading h2{font-size:clamp(3.6rem,7vw,5.5rem)}.auth-page--editorial .form-grid{grid-template-columns:1fr}.auth-page--editorial .field-full{grid-column:auto}}@media (width<=760px){.auth-page--editorial{min-height:100svh;display:block}.auth-page--editorial .auth-panel--brand{height:56svh;min-height:440px;max-height:600px;padding:1.5rem;position:relative}.auth-page--editorial .auth-photo-index{font-size:.58rem}.auth-page--editorial .auth-panel__story{padding-block:4rem 1rem}.auth-page--editorial .auth-panel__story h1{max-width:520px;font-size:clamp(3.2rem,14vw,5rem)}.auth-page--editorial .auth-panel__story>p:last-child{display:none}.auth-page--editorial .auth-panel__footer{font-size:.58rem}.auth-page--editorial .auth-panel__footer>span,.auth-page--editorial .auth-benefits{display:none}.auth-page--editorial .auth-panel--form{background:var(--auth-paper);min-height:auto;padding:clamp(2.5rem,8vw,4rem) clamp(1.25rem,6vw,3rem) 4.5rem}.auth-page--editorial .back-link,.auth-page--register .back-link{margin-block-end:3rem}.auth-page--editorial .auth-form-heading h2{font-size:clamp(3.5rem,16vw,5rem)}}@media (width<=420px){.auth-page--editorial .auth-panel--brand{height:52svh;min-height:410px}.auth-page--editorial .auth-panel__story .eyebrow:before{width:34px}.auth-page--editorial .auth-panel__story h1{font-size:clamp(2.9rem,13.5vw,3.7rem)}.auth-page--editorial .auth-form-heading h2{font-size:clamp(3.2rem,15vw,4.2rem)}.auth-page--editorial .auth-input-shell input{min-height:56px}.auth-account-options__grid button{flex-direction:column;gap:.25rem;min-height:50px;padding:.5rem .35rem;font-size:.68rem}}@media (prefers-reduced-motion:reduce){.auth-panel__media img{animation:none}}.locale-switch{min-width:44px;min-height:44px;color:var(--editorial-violet-deep,#30183d);font:700 .69rem/1 var(--font-sans,"DM Sans", sans-serif);letter-spacing:.08em;cursor:pointer;background:0 0;border:1px solid #4d255f38;border-radius:0;justify-content:center;align-items:center;gap:.35rem;padding:0 .65rem;transition:color .18s,border-color .18s,background .18s;display:inline-flex}.locale-switch:hover,.locale-switch:focus-visible{border-color:var(--editorial-olive,#718034);color:#fff;background:var(--editorial-violet-deep,#30183d)}.service-card__mobile-count,.service-card__mobile-action{display:none}.auth-panel--form{position:relative}.auth-locale-switch{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffdb;position:absolute;inset-block-start:1.25rem;inset-inline-end:1.25rem}body.mobile-menu-open{overflow:hidden}html[dir=rtl] body{font-family:"Noto Kufi Arabic", var(--font-sans,sans-serif)}html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3,html[dir=rtl] h4,html[dir=rtl] .display,html[dir=rtl] .serif{font-family:Noto Naskh Arabic,Noto Kufi Arabic,serif;line-height:1.13;letter-spacing:0!important}html[dir=rtl] .eyebrow,html[dir=rtl] .overline,html[dir=rtl] .service-card__brand,html[dir=rtl] .service-card__badge,html[dir=rtl] .service-card__action{letter-spacing:.04em}html[dir=rtl] .text-link svg,html[dir=rtl] .service-card__mobile-action svg,html[dir=rtl] .bh-map-meta-arrow,html[dir=rtl] .button svg[data-lucide=arrow-right],html[dir=rtl] .button svg[data-lucide=arrow-up-right]{transform:scaleX(-1)}html[dir=rtl] input,html[dir=rtl] textarea,html[dir=rtl] select{text-align:right}@media (width<=768px){:root{--mobile-gutter:1rem;--mobile-section:3rem}.public-shell--editorial .public-header{inset-block-start:0;z-index:1000;align-self:start;position:sticky;top:0}.container{width:min(calc(100% - (var(--mobile-gutter) * 2)), 1240px)}.public-shell--editorial .section{padding-block:var(--mobile-section)}.public-shell--editorial .page-hero--compact,.public-shell--editorial .page-hero--editorial,.public-shell--editorial .service-detail-hero,.public-shell--editorial .profile-hero{padding-block:2.75rem}.public-shell--editorial .home-hero h1,.public-shell--editorial .page-hero--compact h1,.public-shell--editorial .page-hero--editorial h1,.public-shell--editorial .service-detail-hero h1,.public-shell--editorial .profile-hero h1,.public-shell--editorial .booking-header h1,.public-shell--editorial .booking-confirmation h1{max-width:100%;font-size:clamp(2.75rem,12vw,4.25rem);line-height:.94}.public-shell--editorial .section-heading{gap:.75rem;margin-block-end:1.5rem}.public-shell--editorial .section-heading h2,.public-shell--editorial .salon-story__content h2,.public-shell--editorial .about-space__content h2,.public-shell--editorial .about-massage__content h2,.public-shell--editorial .about-calm__heading h2,.public-shell--editorial .final-cta h2{font-size:clamp(2.35rem,10vw,3.35rem);line-height:.98}.public-shell--editorial p{line-height:1.65}.public-shell--editorial .button,.public-shell--editorial .btn,.dashboard-shell .button{min-height:44px}.public-shell--editorial .button:hover,.public-shell--editorial .btn:hover,.public-shell--editorial .service-card:hover,.public-shell--editorial .employee-card:hover,.public-shell--editorial .treatment-card:hover{transform:none}.public-shell--editorial .navbar{gap:.5rem;height:68px}.public-shell--editorial .brand-link{min-width:0}.public-shell--editorial .brand-link__mark{width:48px;height:40px}.public-shell--editorial .brand-link__copy strong{font-size:.92rem}.public-shell--editorial .brand-link__copy small{display:none}.public-shell--editorial .navbar__actions{flex:none;gap:.3rem}.public-shell--editorial .navbar__actions>.button,.public-shell--editorial .navbar__actions>.account-link{display:none}.public-shell--editorial .menu-toggle,.public-shell--editorial .locale-switch{width:44px;min-width:44px;height:44px;min-height:44px;padding:0}.public-shell--editorial .mobile-nav{max-height:calc(100dvh - 96px);padding:.5rem var(--mobile-gutter) 1rem;overscroll-behavior:contain;overflow-y:auto}.public-shell--editorial .mobile-nav>a:not(.button){align-items:center;min-height:44px;padding:.7rem 0;display:flex}.public-shell--editorial .mobile-nav>.button{width:100%;margin-block-start:.65rem}.public-shell--editorial .home-hero{padding-block:2.35rem 0}.public-shell--editorial .home-hero__grid{gap:2rem}.public-shell--editorial .home-hero__folio{margin-block-end:1.25rem}.public-shell--editorial .home-hero h1{font-size:clamp(3rem,14.5vw,4.3rem)}.public-shell--editorial .home-hero .hero-copy{max-width:34rem;margin-block:1rem 1.25rem}.public-shell--editorial .hero-actions{grid-template-columns:1fr 1fr;gap:.65rem;display:grid}.public-shell--editorial .hero-actions .button{width:100%;min-width:0;padding-inline:.8rem}.public-shell--editorial .hero-notes{border-block:1px solid var(--editorial-rule);scrollbar-width:none;scroll-snap-type:x proximity;margin-block-start:1.25rem;display:flex;overflow-x:auto}.public-shell--editorial .hero-notes::-webkit-scrollbar{display:none}.public-shell--editorial .hero-notes span{border-block-end:0;border-inline-end:1px solid var(--editorial-rule);scroll-snap-align:start;min-width:min(70vw,235px);min-height:48px;padding:.65rem .75rem}.public-shell--editorial .home-hero__visual{width:auto;height:clamp(310px,82vw,410px);min-height:0;margin-inline:0 calc(var(--mobile-gutter) * -1)}.public-shell--editorial .hero-photo-frame:before,.public-shell--editorial .hero-photo-note{display:none}.public-shell--editorial .services-showcase .section-action{margin-block-start:1.25rem}.public-shell--editorial .salon-story__grid{gap:1.5rem}.public-shell--editorial .salon-story__image:before{inset:-.5rem .5rem .5rem -.5rem}.public-shell--editorial .salon-story__image img{height:min(76vw,340px);max-height:340px}.public-shell--editorial .final-cta{padding-block:2.75rem}.public-shell--editorial .final-cta__inner{gap:1rem}.public-shell--editorial .service-grid{grid-template-columns:1fr;gap:.75rem}.public-shell--editorial .services-showcase .service-card:nth-child(2n){margin-block-start:0}.public-shell--editorial .service-card{min-height:126px;color:var(--editorial-ink);-webkit-tap-highlight-color:transparent;background:#fffc;border:1px solid #30183d21;grid-template-columns:112px minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 8px 24px #30183d0f}.public-shell--editorial .service-card:active{background:#fff;border-color:#7180349e;transform:scale(.99)}.public-shell--editorial .service-card__image{width:112px;height:100%;min-height:126px;max-height:148px}.public-shell--editorial .service-card__image:after,.public-shell--editorial .service-card__image>.service-card__badge,.public-shell--editorial .service-card__image>.service-card__action{display:none}.public-shell--editorial .service-card__image img{object-fit:cover;width:100%;height:100%}.public-shell--editorial .service-card__body{border:0;flex-direction:column;min-width:0;min-height:126px;padding:.75rem .85rem 0;display:flex}.public-shell--editorial .service-card__brand{display:none}.public-shell--editorial .service-card__body h3{color:var(--editorial-ink);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:clamp(1.35rem,6vw,1.65rem);line-height:1;overflow:hidden}.public-shell--editorial .service-card__mobile-count{color:#211b2494;letter-spacing:.06em;text-transform:uppercase;margin-block-start:.35rem;font-size:.67rem;font-weight:600;display:block}.public-shell--editorial .service-card__footer{border:0;min-width:0;margin-block-start:.5rem;padding:0}.public-shell--editorial .service-card__price{text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;overflow:hidden}.public-shell--editorial .service-card__duration{display:none}.public-shell--editorial .service-card__mobile-action{min-height:44px;color:var(--editorial-violet);border-block-start:1px solid #30183d1a;justify-content:space-between;align-items:center;gap:.5rem;margin-block-start:auto;font-size:.7rem;font-weight:700;display:flex}.public-shell--editorial .service-toolbar{grid-template-columns:1fr;gap:.75rem;margin-block-end:1.25rem;padding:.75rem 0}.public-shell--editorial .search-field{min-height:50px}.public-shell--editorial .filter-pills{scrollbar-width:none;border:0;flex-wrap:nowrap;justify-content:flex-start;padding-block-end:.2rem;display:flex;overflow-x:auto}.public-shell--editorial .filter-pills::-webkit-scrollbar{display:none}.public-shell--editorial .filter-pills button,.public-shell--editorial .filter-pills button:last-child{border:1px solid var(--editorial-rule);border-inline-end:0;border-block-end:1px solid var(--editorial-rule);min-width:max-content;min-height:44px;padding:.65rem .85rem}.public-shell--editorial .filter-pills button:last-child{border-inline-end:1px solid var(--editorial-rule)}.public-shell--editorial .services-catalog .results-count{margin-block-end:1.25rem;padding-block-end:.75rem}.public-shell--editorial .page-hero--editorial img,.public-shell--editorial .service-detail-hero__grid>img{height:min(70vw,300px)}.public-shell--editorial .service-detail-hero__grid{gap:1.4rem}.public-shell--editorial .treatment-grid{grid-template-columns:1fr;gap:.75rem}.public-shell--editorial .treatment-card{padding:1rem}.public-shell--editorial .treatment-card h3{margin-block:.75rem .35rem;font-size:1.5rem}.public-shell--editorial .treatment-card>p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.public-shell--editorial .treatment-card__meta{gap:.5rem;margin-block:.75rem}.public-shell--editorial .employee-grid{grid-template-columns:1fr;gap:.75rem}.public-shell--editorial .employee-card{min-height:0;padding:1rem}.public-shell--editorial .employee-card__top{gap:.75rem;margin-block-end:.75rem;padding-block-end:.75rem}.public-shell--editorial .employee-avatar{width:52px;min-width:52px;height:52px}.public-shell--editorial .employee-card h3{font-size:1.55rem;line-height:1}.public-shell--editorial .employee-card>.eyebrow{display:none}.public-shell--editorial .employee-card>p:not(.eyebrow){-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-block:.45rem;display:-webkit-box;overflow:hidden}.public-shell--editorial .employee-card__meta{margin-block:.6rem;font-size:.72rem}.public-shell--editorial .employee-card .tag-list{gap:.35rem}.public-shell--editorial .employee-card .tag-list span{padding:.3rem .55rem}.public-shell--editorial .employee-card__actions{grid-template-columns:1fr 1fr;gap:.5rem;margin-block-start:.65rem;display:grid}.public-shell--editorial .employee-card__actions>*{min-height:44px}.public-shell--editorial .profile-hero__inner,.public-shell--editorial .profile-detail-grid{gap:1.25rem}.public-shell--editorial .profile-hero__stats{gap:.65rem}.public-shell--editorial .profile-summary,.public-shell--editorial .schedule-card{padding:1rem}.public-shell--editorial .editorial-intro{gap:1rem}.public-shell--editorial .value-grid{gap:0}.public-shell--editorial .value-card{min-height:0;padding:1.25rem 0}.public-shell--editorial .about-space__grid,.public-shell--editorial .about-rituals__grid,.public-shell--editorial .about-massage__grid,.public-shell--editorial .about-calm__gallery{gap:1rem}.public-shell--editorial .about-space__primary img,.public-shell--editorial .about-space__secondary img,.public-shell--editorial .about-rituals__feature img,.public-shell--editorial .about-rituals__detail img,.public-shell--editorial .about-massage__gallery img,.public-shell--editorial .about-calm__gallery img{object-fit:cover;height:min(72vw,320px);min-height:0}.public-shell--editorial .about-space__secondary,.public-shell--editorial .about-massage__gallery figure:last-child,.public-shell--editorial .about-calm__gallery figure:nth-child(2){margin:0;transform:none}.public-shell--editorial .about-fact-list article,.public-shell--editorial .about-rituals__note,.public-shell--editorial .about-massage__promise{padding:1rem}.public-shell--editorial .contact-grid,.public-shell--editorial .contact-lower-grid{gap:1rem}.public-shell--editorial .contact-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.public-shell--editorial .contact-cards article{min-height:150px;padding:.9rem}.public-shell--editorial .contact-cards h2{font-size:1.45rem}.public-shell--editorial .contact-cards p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;display:-webkit-box;overflow:hidden}.public-shell--editorial .contact-photo img{height:min(76vw,320px);min-height:0}.public-shell--editorial .contact-photo>div{padding:.8rem;inset-block-end:.75rem;inset-inline:.75rem}.public-shell--editorial .business-hours{padding-block:3.25rem}.public-shell--editorial .business-hours h2{font-size:clamp(2.65rem,12vw,3.65rem)}.public-shell--editorial .bh-stage{gap:1.25rem}.public-shell--editorial .bh-clock{width:min(60vw,230px);height:min(60vw,230px)}.public-shell--editorial .bh-map-frame{height:220px;min-height:220px}.public-shell--editorial .bh-map-meta{padding:.75rem}.public-shell--editorial .bh-days{gap:.45rem}.public-shell--editorial .bh-day{min-height:64px;padding:.65rem .75rem}.public-shell--editorial .bh-day-track{display:none}.public-shell--editorial .booking-page{padding-block:2.25rem}.public-shell--editorial .booking-header{gap:1rem;margin-block-end:1.25rem}.public-shell--editorial .booking-header h1{margin-block-end:.75rem}.public-shell--editorial .booking-progress{scroll-snap-type:x proximity;gap:.75rem;padding-block:.5rem}.public-shell--editorial .booking-progress li{scroll-snap-align:start;min-width:52px}.public-shell--editorial .booking-progress li>span{width:36px;height:36px}.public-shell--editorial .booking-layout{display:block}.public-shell--editorial .booking-stage{padding:1rem}.public-shell--editorial .booking-sidebar{display:none}.public-shell--editorial .booking-stage__heading{margin-block-end:1rem}.public-shell--editorial .booking-stage__heading h2{font-size:2rem}.public-shell--editorial .booking-card-grid{grid-template-columns:1fr;gap:.65rem}.public-shell--editorial .selection-card{min-height:76px;padding:.8rem}.public-shell--editorial .selection-card--image{min-height:104px;color:var(--editorial-ink);text-align:start;background:#fff;grid-template-columns:96px minmax(0,1fr);padding:0;display:grid;overflow:hidden}.public-shell--editorial .selection-card--image:after{display:none}.public-shell--editorial .selection-card--image img{z-index:0;opacity:1;object-fit:cover;width:96px;height:104px;position:relative}.public-shell--editorial .selection-card--image>span{z-index:1;min-width:0;min-height:104px;color:var(--editorial-ink);background:#fff;flex-direction:column;justify-content:center;padding:.75rem;display:flex;position:relative}.public-shell--editorial .date-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.public-shell--editorial .date-card{min-height:74px;padding:.6rem .35rem}.public-shell--editorial .time-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.public-shell--editorial .time-card{min-height:48px}.public-shell--editorial .booking-navigation{z-index:8;border-block-start:1px solid var(--editorial-rule);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdf9f5;gap:.5rem;margin:1rem -1rem -1rem;padding:.7rem 1rem;position:sticky;bottom:0}.public-shell--editorial .booking-navigation .button{flex:1;min-width:0;padding-inline:.65rem}.public-shell--editorial .booking-summary,.public-shell--editorial .booking-confirmation .container{padding:1rem}.public-shell--editorial .summary-row{gap:.75rem;padding-block:.65rem}.public-shell--editorial .summary-row strong{overflow-wrap:anywhere;text-align:end}.auth-page--editorial{min-height:100dvh;display:block}.auth-page--editorial .auth-panel--brand{height:min(40svh,330px);min-height:280px;max-height:330px;padding:1rem}.auth-page--editorial .auth-panel--brand h1{font-size:clamp(2.75rem,13vw,3.65rem)}.auth-page--editorial .auth-panel--form{min-height:auto;padding:1.25rem}.auth-form-wrap{width:100%;padding-block:1.5rem}.auth-page--editorial .auth-form-wrap h2{padding-inline-end:3.5rem;font-size:clamp(2.65rem,12vw,3.6rem)}.auth-page--editorial .back-link,.auth-page--register .back-link{margin-block-end:2rem}.auth-locale-switch{inset-block-start:.9rem;inset-inline-end:.9rem}.dashboard-content{padding:1rem}.dashboard-topbar{min-height:64px;padding-inline:.75rem}.dashboard-topbar .locale-switch{width:44px;min-width:44px;padding:0}.topbar-user{gap:.4rem}.topbar-user>div:not(.employee-avatar){display:none}.dashboard-page-header{gap:.75rem;margin-block-end:1rem}.dashboard-page-header h1{font-size:clamp(2.1rem,10vw,2.8rem);line-height:1}.dashboard-page-header>.button{width:100%}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.stat-card{min-height:108px;padding:.8rem}.stat-card__icon{width:36px;height:36px}.stat-card strong{font-size:1.35rem}.dashboard-section{margin-block-start:1rem;padding:.9rem}.dashboard-section__heading{gap:.5rem;margin-block-end:.8rem}.dashboard-section__heading h2{font-size:1.45rem}.appointment-grid,.appointment-grid--dashboard{grid-template-columns:1fr;gap:.75rem}.appointment-card{min-height:0;padding:.9rem}.appointment-card h3{margin-block:.6rem .2rem;font-size:1.35rem}.appointment-card>p{margin-block-end:.6rem}.appointment-card__details{grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;margin-block:.55rem}.appointment-card__details span{min-width:0;font-size:.7rem}.appointment-card__details span:last-child{grid-column:1/-1}.appointment-card__detail-icon{flex-basis:25px;width:25px;height:25px}.appointment-card__link,.appointment-card .text-link{align-items:center;min-height:44px;display:flex}.customer-appointments .filter-bar{grid-template-columns:minmax(0,1fr) 136px;align-items:center;gap:.65rem;margin-block-end:.75rem;padding:.75rem;display:grid}.customer-appointments .search-field,.customer-appointments .date-filter{width:100%}.customer-appointments .search-field input,.customer-appointments .date-filter{min-height:50px}.customer-appointments .date-filter{gap:.4rem;padding:.35rem .45rem}.customer-appointments .date-filter__icon{flex-basis:34px;width:34px;height:34px}.customer-appointments .date-filter__copy small{display:none}.customer-appointments .date-filter input::-webkit-calendar-picker-indicator{display:none}.customer-appointments .tabs{scrollbar-width:none;justify-content:flex-start;margin-block-end:.75rem;padding:.25rem;overflow-x:auto}.customer-appointments .tabs::-webkit-scrollbar{display:none}.customer-appointments .tabs button{min-width:max-content;min-height:44px;padding:.55rem .75rem}.rating-form,.rating-callout,.appointment-detail-card{padding:1rem}.rating-form{gap:1rem}.rating-input{gap:.2rem}.rating-input button{width:44px;height:44px}.public-shell--editorial .public-footer{padding-block-start:2.75rem}.public-shell--editorial .footer-grid{grid-template-columns:1fr 1fr;gap:1.75rem 1rem}.public-shell--editorial .footer-brand{grid-column:1/-1}.public-shell--editorial .footer-bottom{gap:.5rem;padding-block:1rem;font-size:.68rem}.public-shell--editorial main,.public-shell--editorial .hero-photo-frame>img,.public-shell--editorial .page-hero--editorial img,.public-shell--editorial .service-card,.public-shell--editorial .value-card,.public-shell--editorial .employee-card,.public-shell--editorial .treatment-card,.public-shell--editorial .contact-cards article,.dashboard-section,.chart-card{opacity:1;animation:none;transform:none}}@media (width<=430px){:root{--mobile-gutter:.85rem;--mobile-section:2.6rem}.public-shell--editorial .announcement{min-height:28px;padding-inline:.65rem;font-size:.52rem}.public-shell--editorial .brand-link__copy{display:none}.public-shell--editorial .home-hero h1{font-size:clamp(2.8rem,14vw,3.8rem)}.public-shell--editorial .home-hero__visual{height:min(88vw,350px)}.public-shell--editorial .service-card{grid-template-columns:102px minmax(0,1fr)}.public-shell--editorial .service-card__image{width:102px}.public-shell--editorial .contact-cards{grid-template-columns:1fr}.public-shell--editorial .contact-cards article{min-height:0}.public-shell--editorial .date-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-content,.dashboard-section{padding:.8rem}.public-shell--editorial .footer-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.locale-switch,.public-shell--editorial .service-card{transition:none}}html[dir=rtl] body{text-rendering:optimizelegibility}html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3,html[dir=rtl] h4{padding-block:.08em .16em;overflow:visible;line-height:1.22!important}html[dir=rtl] p,html[dir=rtl] li,html[dir=rtl] label,html[dir=rtl] input,html[dir=rtl] textarea,html[dir=rtl] select{line-height:1.75}html[dir=rtl] .eyebrow,html[dir=rtl] .overline,html[dir=rtl] .service-toolbar__label,html[dir=rtl] .service-card__brand,html[dir=rtl] .service-card__badge,html[dir=rtl] .service-card__mobile-count,html[dir=rtl] .auth-photo-index{line-height:1.65}html[dir=rtl] .button,html[dir=rtl] .btn,html[dir=rtl] button,html[dir=rtl] .text-link,html[dir=rtl] .account-link,html[dir=rtl] .desktop-nav a,html[dir=rtl] .mobile-nav a{line-height:1.45}html[dir=rtl] .public-shell--editorial .home-hero h1{line-height:1.16!important}html[dir=rtl] .public-shell--editorial .home-hero h1>span,html[dir=rtl] .public-shell--editorial .home-hero h1>em{padding-block:.05em .1em;display:block}html[dir=rtl] .public-shell--editorial .section-heading h2,html[dir=rtl] .public-shell--editorial .salon-story__content h2,html[dir=rtl] .public-shell--editorial .about-space__content h2,html[dir=rtl] .public-shell--editorial .about-massage__content h2,html[dir=rtl] .public-shell--editorial .about-calm__heading h2,html[dir=rtl] .public-shell--editorial .final-cta h2,html[dir=rtl] .public-shell--editorial .page-hero h1,html[dir=rtl] .public-shell--editorial .service-detail-hero h1,html[dir=rtl] .public-shell--editorial .profile-hero h1,html[dir=rtl] .public-shell--editorial .booking-header h1,html[dir=rtl] .public-shell--editorial .booking-confirmation h1{line-height:1.2!important}html[dir=rtl] .public-shell--editorial .service-card__body h3,html[dir=rtl] .public-shell--editorial .employee-card h3,html[dir=rtl] .public-shell--editorial .treatment-card h3,html[dir=rtl] .public-shell--editorial .contact-cards h2,html[dir=rtl] .appointment-card h3,html[dir=rtl] .dashboard-section__heading h2{padding-block:.08em .18em;line-height:1.3!important}html[dir=rtl] .auth-page--editorial .auth-panel__story h1,html[dir=rtl] .auth-page--editorial .auth-form-heading h2{padding-block:.1em .2em;overflow:visible;line-height:1.24!important}html[dir=rtl] .auth-page--editorial .auth-form-heading{gap:.55rem}html[dir=rtl] .auth-page--editorial label>span:first-child{padding-block:.12rem .2rem;line-height:1.6;display:inline-block}html[dir=rtl] .rating-input,html[dir=rtl] .appointment-card__details,html[dir=rtl] .summary-row,html[dir=rtl] .profile-summary{line-height:1.6}@media (width>=769px){html[dir=rtl] .public-shell--editorial .page-hero--compact{padding-block:clamp(2.75rem,4vw,4rem)}html[dir=rtl] .public-shell--editorial .page-hero--compact .container{align-items:center}html[dir=rtl] .public-shell--editorial .page-hero--compact h1{margin-block-start:.55rem;font-size:clamp(3.6rem,5.1vw,5.6rem);line-height:1.12!important}html[dir=rtl] .public-shell--editorial .page-hero--compact .container>p:last-child{align-self:center}}@media (width<=768px){html[dir=rtl] .public-shell--editorial .home-hero h1{font-size:clamp(2.8rem,12vw,3.8rem)}html[dir=rtl] .public-shell--editorial .page-hero--compact h1,html[dir=rtl] .public-shell--editorial .page-hero--editorial h1,html[dir=rtl] .public-shell--editorial .service-detail-hero h1,html[dir=rtl] .public-shell--editorial .profile-hero h1,html[dir=rtl] .public-shell--editorial .booking-header h1,html[dir=rtl] .public-shell--editorial .booking-confirmation h1{font-size:clamp(2.45rem,10.8vw,3.45rem)}html[dir=rtl] .public-shell--editorial .section-heading h2,html[dir=rtl] .public-shell--editorial .salon-story__content h2,html[dir=rtl] .public-shell--editorial .about-space__content h2,html[dir=rtl] .public-shell--editorial .about-massage__content h2,html[dir=rtl] .public-shell--editorial .about-calm__heading h2,html[dir=rtl] .public-shell--editorial .final-cta h2{font-size:clamp(2.15rem,9vw,3rem)}html[dir=rtl] .public-shell--editorial .service-card__body h3{white-space:normal;font-size:clamp(1.25rem,5.4vw,1.5rem)}html[dir=rtl] .public-shell--editorial .employee-card h3{font-size:1.45rem}html[dir=rtl] .auth-page--editorial .auth-panel__story h1{font-size:clamp(2.55rem,11.5vw,3.35rem)}html[dir=rtl] .auth-page--editorial .auth-form-heading h2{font-size:clamp(2.45rem,10.8vw,3.35rem)}html[dir=rtl] .dashboard-page-header h1,html[dir=rtl] .page-header h1{line-height:1.22!important}}.booking-progress-mobile{display:none}.time-periods{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.time-period,.time-period .time-grid{display:contents}.time-period>h3{display:none}.stat-card>div:last-child,.stat-card strong,.dashboard-section,.admin-table-wrap{min-width:0}.stat-card strong{overflow-wrap:anywhere}.schedule-editor{gap:1.25rem;display:grid}.schedule-editor .schedule-panel{margin:0}.schedule-editor__day,.schedule-editor__row{grid-template-columns:minmax(150px,1fr) minmax(120px,.7fr) minmax(120px,.7fr) auto;align-items:center;gap:.75rem;display:grid!important}.schedule-editor__day{grid-template-columns:minmax(150px,1fr) minmax(120px,.7fr) minmax(120px,.7fr)}.schedule-editor__row--period{grid-template-columns:minmax(145px,.65fr) minmax(145px,.65fr) minmax(180px,1fr) auto}.schedule-panel__heading,.schedule-panel__heading>span{align-items:center;gap:.65rem;display:flex}.schedule-panel__heading{justify-content:space-between}.schedule-panel__heading h2{margin:0}:where(.announcement a,.brand-link,.public-footer a,.back-link,.topbar-back,.contact-cards article>a,.auth-switch a,.dashboard-sidebar__brand a,.dashboard-sidebar__bottom a,.dashboard-sidebar__bottom button){align-items:center;min-height:44px;display:inline-flex}.checkbox-row{min-height:44px}:where(a[href^=tel\:],a[href^=mailto\:],.appointment-card__id,.confirmation-card__header strong,.timeline-meta strong,.bidi-isolate){direction:ltr;unicode-bidi:isolate}html[dir=rtl] input[type=email],html[dir=rtl] input[type=tel],html[dir=rtl] input[inputmode=tel],html[dir=rtl] input[type=url],html[dir=rtl] input[type=time],html[dir=rtl] input[type=date]{text-align:start;direction:ltr;unicode-bidi:isolate}@media (width>=769px){html[dir=rtl] .public-shell--editorial .home-hero h1{font-size:clamp(4rem,6.2vw,6.4rem);line-height:1.08!important}html[dir=rtl] .public-shell--editorial .home-hero h1>span,html[dir=rtl] .public-shell--editorial .home-hero h1>em{padding-block:0}html[dir=rtl] .public-shell--editorial .about-hero h1{font-size:clamp(3.7rem,5.3vw,5.5rem);line-height:1.1!important}}@media (width<=768px){.public-shell--editorial .about-space__visual,.public-shell--editorial .about-massage__gallery{align-items:end;gap:0;min-height:0;display:grid;overflow:visible}.public-shell--editorial .about-space__primary,.public-shell--editorial .about-space__secondary,.public-shell--editorial .about-massage__gallery figure:first-child,.public-shell--editorial .about-massage__gallery figure:last-child{width:auto;height:auto;min-height:0;position:relative;inset:auto;transform:none}.public-shell--editorial .about-space__primary,.public-shell--editorial .about-massage__gallery figure:first-child{aspect-ratio:4/3;grid-column:1/-1}.public-shell--editorial .about-space__secondary,.public-shell--editorial .about-massage__gallery figure:last-child{z-index:2;aspect-ratio:4/5;grid-column:2/-1;width:min(64vw,250px);margin-block-start:-2.25rem;margin-inline-start:auto}.public-shell--editorial .about-space__primary img,.public-shell--editorial .about-space__secondary img,.public-shell--editorial .about-massage__gallery img{width:100%;height:100%;min-height:0}.public-shell--editorial .about-space__primary img{object-position:center 55%}.public-shell--editorial .about-space__secondary img{object-position:center}.public-shell--editorial .about-massage__gallery figure:first-child img{object-position:center 72%}.public-shell--editorial .about-massage__gallery figure:last-child img{object-position:center}.public-shell--editorial .about-space__primary figcaption,.public-shell--editorial .about-massage__gallery figcaption{max-width:calc(100% - 1.5rem);min-height:44px;padding:.6rem .75rem;line-height:1.25}html[dir=rtl] .public-shell--editorial .service-card{height:149px;min-height:149px}html[dir=rtl] .public-shell--editorial .service-card__image,html[dir=rtl] .public-shell--editorial .service-card__body{height:149px;min-height:149px;max-height:149px}html[dir=rtl] .public-shell--editorial .service-card__body h3{padding-block:0;line-height:1.15!important}html[dir=rtl] .public-shell--editorial .service-card__mobile-action{margin-block-start:auto}.public-shell--editorial .booking-progress{display:none}.public-shell--editorial .booking-progress-mobile{border-inline-start:3px solid var(--olive,#7c862b);background:color-mix(in srgb, var(--olive-light,#d3df93) 30%, white);min-height:48px;color:var(--ink,#211b22);justify-content:space-between;align-items:center;gap:.75rem;margin:.65rem 0 1rem;padding:.65rem .8rem;display:flex}.booking-progress-mobile span{color:var(--muted,#706873);font-size:.82rem}.booking-progress-mobile strong{font-size:.9rem}.public-shell--editorial .date-grid{scroll-snap-type:x proximity;scrollbar-width:thin;grid-template-columns:none;gap:.45rem;padding-block:.15rem .45rem;display:flex;overflow-x:auto}.public-shell--editorial .date-grid>button{scroll-snap-align:start;flex:0 0 68px;min-height:72px}.time-periods{grid-template-columns:1fr;gap:1rem;display:grid}.time-period{display:block}.time-period>h3{color:var(--olive,#7c862b);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .45rem;font-family:inherit;font-size:.75rem;font-weight:700;display:block}.time-period .time-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;display:grid}.stat-card{gap:.6rem}.stat-card strong{font-size:clamp(1.05rem,5vw,1.3rem);line-height:1.15}.schedule-editor__day,.schedule-editor__row,.schedule-editor__row--period{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.55rem}.schedule-editor__day .checkbox-row,.schedule-editor__row--period input:nth-child(3){grid-column:1/-1}.schedule-editor__row .icon-button{justify-self:end}.schedule-panel__heading{align-items:flex-start}.schedule-panel__heading .button{min-width:44px}}@media (width<=390px){.public-shell--editorial .about-space__secondary,.public-shell--editorial .about-massage__gallery figure:last-child{width:min(62vw,225px);margin-block-start:-1.75rem}.stats-grid{grid-template-columns:1fr}.public-shell--editorial .time-period .time-grid{grid-template-columns:1fr 1fr}}.public-shell--editorial .navbar-reserve{isolation:isolate;border:1px solid var(--editorial-violet-deep,#32163f);color:#fff;background:var(--editorial-violet-deep,#32163f);box-shadow:4px 4px 0 var(--editorial-olive-light,#d3df93), 0 10px 24px #2e153f2e;letter-spacing:.09em;text-transform:uppercase;gap:.65rem;font-weight:800;position:relative;overflow:hidden}.public-shell--editorial .navbar__actions>.navbar-reserve{animation:.95s cubic-bezier(.2,.78,.2,1) .14s both reserve-land}.public-shell--editorial .navbar-reserve>*{z-index:2;position:relative}.public-shell--editorial .navbar-reserve:before{z-index:2;background:var(--editorial-olive-light,#d3df93);content:"";border-radius:50%;flex:0 0 7px;width:7px;height:7px;animation:2.4s ease-out infinite reserve-pulse;position:relative;box-shadow:0 0 #d3df938c}.public-shell--editorial .navbar-reserve:after{z-index:1;content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff6b,#0000);width:24px;animation:5.2s ease-in-out infinite reserve-glint;display:block;position:absolute;inset-block:-75%;inset-inline-start:-45%;transform:rotate(18deg)}.public-shell--editorial .navbar-reserve:hover,.public-shell--editorial .navbar-reserve:focus-visible{border-color:var(--editorial-olive,#718034);color:var(--editorial-violet-deep,#32163f);background:var(--editorial-olive-light,#d3df93);box-shadow:6px 6px 0 var(--editorial-violet-deep,#32163f), 0 14px 30px #2e153f33;transform:translate(-2px,-2px)}.public-shell--editorial .navbar-reserve:hover:before,.public-shell--editorial .navbar-reserve:focus-visible:before{background:var(--editorial-violet-deep,#32163f);animation-play-state:paused}@keyframes reserve-pulse{0%{box-shadow:0 0 #d3df938c}72%,to{box-shadow:0 0 0 8px #d3df9300}}@keyframes reserve-glint{0%,62%{inset-inline-start:-45%}78%,to{inset-inline-start:125%}}@keyframes reserve-land{0%{opacity:0;transform:translate(34vw,-72px)rotate(-9deg)scale(.66)}56%{opacity:1;transform:translate(-9px,5px)rotate(2deg)scale(1.07)}76%{transform:translate(4px,-3px)rotate(-.7deg)scale(.98)}90%{transform:translate(-1px,1px)rotate(.2deg)scale(1.01)}to{opacity:1;transform:translate(0)rotate(0)scale(1)}}@keyframes reserve-land-mobile{0%{opacity:0;transform:translate(16vw,-110px)rotate(-12deg)scale(.58)}58%{opacity:1;transform:translate(-6px,5px)rotate(2deg)scale(1.08)}78%{transform:translate(3px,-2px)rotate(-.7deg)scale(.98)}to{opacity:1;transform:translate(0)rotate(0)scale(1)}}.public-shell--editorial .time-grid button.is-reserved,.public-shell--editorial .time-grid button.is-reserved:hover,.public-shell--editorial .time-grid button.is-reserved:focus-visible{color:#7f1d2d;cursor:not-allowed;opacity:1;background:linear-gradient(135deg,#b83e4d1c,#b83e4d0a),#fff9f9;border-color:#b83e4d;transform:none;box-shadow:7px 7px #b83e4d1f}.public-shell--editorial .time-grid button.is-reserved svg,.public-shell--editorial .time-grid button.is-reserved span{color:#a02f3f}.public-shell--editorial .time-grid button.is-reserved span{letter-spacing:.07em;text-transform:uppercase;font-weight:800}.admin-schedule-heading{align-items:center}.admin-schedule-heading>div{flex:1}.admin-schedule-heading h2{align-items:center;gap:.55rem;display:flex}.admin-schedule-heading h2 svg{color:var(--violet-700)}.admin-schedule-heading>.button{margin-inline-start:auto}.admin-optional-schedule{gap:.75rem;display:grid}.admin-optional-schedule__empty{border:1px dashed var(--border);border-radius:var(--radius-sm);color:var(--muted);background:var(--surface-soft);margin:0;padding:1rem}@media (width<=768px){.public-shell--editorial .navbar-reserve--mobile{justify-content:center;width:100%;min-height:48px}.public-shell--editorial .time-grid button.is-reserved,.public-shell--editorial .time-grid button.is-reserved:hover{box-shadow:4px 4px #b83e4d1f}.admin-schedule-heading{flex-wrap:wrap;align-items:flex-start}.admin-schedule-heading>div{min-width:calc(100% - 54px)}.admin-schedule-heading>.button{justify-content:center;width:100%;margin-inline-start:54px}}@media (width<=980px){.public-shell--editorial .navbar__actions>.navbar-reserve{width:auto;min-width:92px;height:44px;min-height:44px;box-shadow:3px 3px 0 var(--editorial-olive-light,#d3df93);justify-content:center;padding:0 .75rem;animation-name:reserve-land-mobile;display:inline-flex}.public-shell--editorial .navbar__actions>.navbar-reserve:before{display:none}.public-shell--editorial .navbar__actions>.navbar-reserve svg{width:19px;height:19px}.public-shell--editorial .navbar__actions>.navbar-reserve:hover,.public-shell--editorial .navbar__actions>.navbar-reserve:focus-visible{box-shadow:4px 4px 0 var(--editorial-violet-deep,#32163f)}}@media (width<=390px){.public-shell--editorial .brand-link__copy{display:none}}@media (prefers-reduced-motion:reduce){.public-shell--editorial .navbar-reserve,.public-shell--editorial .navbar__actions>.navbar-reserve,.public-shell--editorial .navbar-reserve:before,.public-shell--editorial .navbar-reserve:after{transition:none;animation:none}}html[dir=rtl] .public-shell--editorial .bh-day-short{display:none}html[dir=rtl] .public-shell--editorial .bh-day-name{color:var(--bh-ivory);letter-spacing:0;text-transform:none;font-size:.9rem;line-height:1.5}@media (width<=768px){.public-shell--editorial .business-hours{padding:2.5rem 1rem 2.75rem}.public-shell--editorial .bh-header{margin-block-end:1.35rem}.public-shell--editorial .business-hours h2{margin-block:.55rem .4rem;font-size:clamp(2.45rem,11vw,3.15rem);line-height:1}.public-shell--editorial .business-hours-sub{letter-spacing:.22em;font-size:.6rem}.public-shell--editorial .bh-stage{gap:1rem;max-width:100%}.public-shell--editorial .bh-clock-col{gap:.75rem}.public-shell--editorial .bh-clock{text-align:start;border-radius:0;grid-template-rows:auto auto;grid-template-columns:88px minmax(0,1fr);align-items:center;column-gap:1rem;width:100%;max-width:none;height:auto;min-height:0;margin:0;padding:.9rem;display:grid}.public-shell--editorial .bh-clock-svg{grid-row:1/3;width:88px;max-width:88px;margin:0}.public-shell--editorial .bh-clock-digital{grid-column:2;justify-content:flex-start;gap:.35rem;margin:0}.public-shell--editorial .bh-clock-time{letter-spacing:0;font-size:clamp(1.2rem,6vw,1.55rem)}.public-shell--editorial .bh-clock-ampm{letter-spacing:.14em;font-size:.58rem}.public-shell--editorial .bh-status{text-align:start;border-radius:0;grid-column:2;grid-template-columns:9px minmax(0,1fr);align-items:center;gap:.15rem .55rem;min-width:0;margin-block-start:.45rem;padding:.6rem .7rem;display:grid}.public-shell--editorial .bh-status-dot{grid-row:1/3;margin:0}.public-shell--editorial .bh-status-label,.public-shell--editorial .bh-status-detail{grid-column:2}.public-shell--editorial .bh-status-label{font-size:1rem;line-height:1.1}.public-shell--editorial .bh-status-detail{overflow-wrap:anywhere;letter-spacing:.08em;font-size:.58rem;line-height:1.35}.public-shell--editorial .bh-map{min-height:0}.public-shell--editorial .bh-map-frame{height:170px;min-height:170px}.public-shell--editorial .bh-map-meta{padding:.65rem .75rem}.public-shell--editorial .bh-map-meta-eyebrow{letter-spacing:.18em;font-size:.55rem}.public-shell--editorial .bh-map-meta-name{font-size:1rem}.public-shell--editorial .bh-map-meta-arrow{width:34px;height:34px}.public-shell--editorial .bh-days{gap:0}.public-shell--editorial .bh-day{grid-template-columns:minmax(0,1fr) auto;gap:.65rem;min-height:50px;padding:.55rem .7rem}.public-shell--editorial .bh-day-head{flex-wrap:nowrap;gap:.45rem;min-width:0}.public-shell--editorial .bh-day-short{display:none}.public-shell--editorial .bh-day-name{color:#f7f8eec7;letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:.72rem;overflow:hidden}html[dir=rtl] .public-shell--editorial .bh-day-name{letter-spacing:0;text-transform:none;font-size:.8rem}.public-shell--editorial .bh-day-today-tag{letter-spacing:.08em;padding:.18rem .38rem;font-size:.5rem}.public-shell--editorial .bh-day-track{display:none}.public-shell--editorial .bh-day-time{text-align:end;white-space:nowrap;font-size:.76rem}.public-shell--editorial :where(.hero-photo-frame,.salon-story__image,.service-card__image,.about-hero__image-frame,.about-space__primary,.about-space__secondary,.about-rituals__feature,.about-rituals__detail,.about-massage__gallery figure,.about-calm__gallery figure,.contact-photo,.selection-card--image){background:#eee8f1}.public-shell--editorial :where(.hero-photo-frame img,.salon-story__image img,.service-card__image img,.page-hero--editorial img,.service-detail-hero__grid>img,.about-hero__image-frame img,.about-space__primary img,.about-space__secondary img,.about-rituals__feature img,.about-rituals__detail img,.about-massage__gallery img,.about-calm__gallery img,.contact-photo img,.selection-card--image img,.booking-summary img){object-fit:cover!important;object-position:center!important}.public-shell--editorial .hero-photo-frame img{object-position:50% 52%!important}.public-shell--editorial .salon-story__image img{object-position:50% 55%!important}.public-shell--editorial .about-hero__image-frame img{object-position:50% 58%!important}.public-shell--editorial .about-space__primary img{object-position:50% 55%!important}.public-shell--editorial .about-space__secondary img{object-position:50% 62%!important}.public-shell--editorial .about-rituals__feature img{object-position:50% 65%!important}.public-shell--editorial .about-rituals__detail img{object-position:50% 57%!important}.public-shell--editorial .about-massage__gallery figure:first-child img{object-position:50% 68%!important}.public-shell--editorial .about-massage__gallery figure:last-child img{object-position:50% 50%!important}.public-shell--editorial .about-calm__gallery img,.public-shell--editorial .contact-photo img{object-position:50% 55%!important}.auth-page--editorial .auth-panel__media{background:#21142d}.auth-page--editorial .auth-panel__media img{object-fit:cover;object-position:center;scale:1.012}}@media (width<=360px){.public-shell--editorial .bh-clock{grid-template-columns:74px minmax(0,1fr);column-gap:.7rem;padding:.75rem}.public-shell--editorial .bh-clock-svg{width:74px;max-width:74px}.public-shell--editorial .bh-status{padding:.5rem}}@property --about-value-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.public-shell--editorial .about-values{isolation:isolate;color:#fff;background:radial-gradient(circle at 8% 0,#cbd9842b,#0000 25%),radial-gradient(circle at 94% 100%,#7c31943d,#0000 31%),linear-gradient(135deg,#24102f,#351744 58%,#271131);border-block-color:#cbd98457;position:relative;overflow:hidden}.public-shell--editorial .about-values:before{z-index:-1;opacity:.42;content:"";pointer-events:none;background:linear-gradient(90deg,#cbd98414 1px,#0000 1px) 0 0/110px 110px,linear-gradient(#cbd98414 1px,#0000 1px) 0 0/110px 110px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 24%,#0000 78%);mask-image:radial-gradient(#000 24%,#0000 78%)}.public-shell--editorial .about-values:after{z-index:-1;filter:blur(105px);content:"";pointer-events:none;background:#cbd98421;border-radius:50%;width:30rem;height:30rem;position:absolute;inset-block-start:-11rem;inset-inline-end:-8rem}.public-shell--editorial .about-values .section-heading{z-index:1;position:relative}.public-shell--editorial .about-values .section-heading .eyebrow{color:#d5e28f}.public-shell--editorial .about-values .section-heading h2{color:#fff}.public-shell--editorial .about-values .section-heading h2:after{background:linear-gradient(90deg,#d5e28f,#d5e28f24)}.public-shell--editorial .about-value-grid{z-index:1;perspective:1400px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.35rem;margin-block-start:clamp(2.1rem,4vw,3.6rem);display:grid;position:relative}.public-shell--editorial .about-value-slider{min-width:0}.public-shell--editorial .about-value-pagination{display:none}.public-shell--editorial .about-value-card{--about-value-accent:#d5e28f;--about-value-glow:#d5e28f57;--value-tilt-x:0deg;--value-tilt-y:0deg;--value-spot-x:50%;--value-spot-y:50%;color:#fff;min-width:0;min-height:320px;transform:perspective(900px) rotateX(var(--value-tilt-x)) rotateY(var(--value-tilt-y));transform-style:preserve-3d;will-change:transform;background:linear-gradient(155deg,#ffffff1a,#ffffff06),#17081f94;border:1px solid #ffffff29;border-radius:14px;padding:clamp(1.6rem,3vw,2.4rem);transition:transform .18s ease-out,border-color .5s cubic-bezier(.16,1,.3,1),box-shadow .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 18px 44px #0e041438,inset 0 1px #ffffff14}.public-shell--editorial .about-value-card--2{--about-value-accent:#b7ca63;--about-value-glow:#b7ca6354}.public-shell--editorial .about-value-card--3{--about-value-accent:#e2e9bd;--about-value-glow:#e2e9bd4d}.public-shell--editorial .about-value-card:hover{box-shadow:0 28px 70px #0b03106b, 0 0 0 1px #d5e28f1f, 0 0 72px -24px var(--about-value-glow);border-color:#d5e28f85}.public-shell--editorial .about-value-card__border{border-radius:inherit;opacity:0;background:conic-gradient(from var(--about-value-angle), transparent 0deg, var(--about-value-accent) 58deg, transparent 138deg, transparent 224deg, var(--about-value-accent) 304deg, transparent 360deg);content:"";pointer-events:none;padding:1px;transition:opacity .45s;animation:6s linear infinite about-value-border;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.public-shell--editorial .about-value-card:hover .about-value-card__border{opacity:.92}.public-shell--editorial .about-value-card__spotlight{opacity:0;background:radial-gradient(240px circle at var(--value-spot-x) var(--value-spot-y), var(--about-value-glow), transparent 66%);mix-blend-mode:screen;pointer-events:none;transition:opacity .35s;position:absolute;inset:0}.public-shell--editorial .about-value-card:hover .about-value-card__spotlight{opacity:1}.public-shell--editorial .about-value-card__shine{pointer-events:none;background:linear-gradient(115deg,#0000 30%,#ffffff29 50%,#0000 70%);transition:transform .9s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:translate(-130%)}.public-shell--editorial .about-value-card:hover .about-value-card__shine{transform:translate(130%)}.public-shell--editorial .about-value-card__index{z-index:2;color:#ffffff57;font:600 .72rem/1 var(--font-body);letter-spacing:.28em;transition:color .35s,letter-spacing .35s;position:absolute;inset-block-start:1.25rem;inset-inline-end:1.35rem}.public-shell--editorial .about-value-card:hover .about-value-card__index{color:var(--about-value-accent);letter-spacing:.4em}.public-shell--editorial .about-value-card__particles{opacity:0;pointer-events:none;transition:opacity .4s;position:absolute;inset:0}.public-shell--editorial .about-value-card:hover .about-value-card__particles{opacity:1}.public-shell--editorial .about-value-card__particle{opacity:0;background:var(--about-value-accent);width:4px;height:4px;box-shadow:0 0 12px var(--about-value-accent);border-radius:50%;position:absolute;bottom:12%}.public-shell--editorial .about-value-card:hover .about-value-card__particle{animation:2.4s ease-in-out infinite about-value-particle}.public-shell--editorial .about-value-card__particle--1{inset-inline-start:12%;animation-delay:0s!important}.public-shell--editorial .about-value-card__particle--2{inset-inline-start:27%;bottom:24%;animation-delay:.3s!important}.public-shell--editorial .about-value-card__particle--3{inset-inline-start:46%;bottom:10%;animation-delay:.55s!important}.public-shell--editorial .about-value-card__particle--4{inset-inline-start:65%;bottom:20%;animation-delay:.8s!important}.public-shell--editorial .about-value-card__particle--5{inset-inline-start:80%;bottom:13%;animation-delay:1.05s!important}.public-shell--editorial .about-value-card__particle--6{inset-inline-start:91%;bottom:32%;animation-delay:1.3s!important}.public-shell--editorial .about-value-card__inner{z-index:2;min-height:100%;transform-style:preserve-3d;flex-direction:column;align-items:flex-start;display:flex;position:relative;transform:translateZ(22px)}.public-shell--editorial .about-value-card__icon-wrap{place-items:center;width:70px;height:70px;margin-block-end:auto;transition:transform .55s cubic-bezier(.16,1,.3,1);display:grid;position:relative;transform:translateZ(35px)}.public-shell--editorial .about-value-card:hover .about-value-card__icon-wrap{transform:translateZ(50px)scale(1.08)}.public-shell--editorial .about-value-card__icon-ring{border:1px solid color-mix(in srgb, var(--about-value-accent) 38%, transparent);border-radius:50%;animation:9s linear infinite about-value-ring;position:absolute;inset:0}.public-shell--editorial .about-value-card__icon-ring:before{background:var(--about-value-accent);width:5px;height:5px;box-shadow:0 0 10px var(--about-value-accent);content:"";border-radius:50%;margin-inline-start:-2.5px;position:absolute;inset-block-start:-3px;inset-inline-start:50%}.public-shell--editorial .about-value-card__icon-ring--outer{opacity:.6;border-style:dashed;animation-duration:14s;animation-direction:reverse;inset:-8px}.public-shell--editorial .about-value-card__icon{border:1px solid color-mix(in srgb, var(--about-value-accent) 38%, transparent);width:50px;height:50px;color:var(--about-value-accent);background:radial-gradient(circle at 30% 25%,#ffffff24,#ffffff06);border-radius:50%;place-items:center;display:grid;box-shadow:inset 0 0 16px #d5e28f17,0 8px 22px #09020d4d}.public-shell--editorial .about-value-card h3{color:#fff;max-width:12ch;font-family:var(--font-display);margin:2.3rem 0 .75rem;font-size:clamp(2rem,3vw,2.65rem);font-weight:500;line-height:.98;transition:color .45s,transform .45s cubic-bezier(.16,1,.3,1)}.public-shell--editorial .about-value-card:hover h3{color:var(--about-value-accent);transform:translateY(-3px)}.public-shell--editorial .about-value-card p{color:#ffffffad;max-width:35ch;margin:0;font-size:.88rem;line-height:1.75}.public-shell--editorial .about-value-card__line{background:var(--about-value-accent);opacity:.62;width:38px;height:1px;margin-block-start:1.4rem;transition:width .55s cubic-bezier(.16,1,.3,1),opacity .55s}.public-shell--editorial .about-value-card:hover .about-value-card__line{opacity:1;width:94px}@keyframes about-value-border{to{--about-value-angle:360deg}}@keyframes about-value-ring{to{transform:rotate(360deg)}}@keyframes about-value-particle{0%{opacity:0;transform:translateY(0)scale(.6)}24%{opacity:1}to{opacity:0;transform:translateY(-150px)scale(1.35)}}@media (width<=768px){.public-shell--editorial .about-values{padding-block:2.75rem 3rem}.public-shell--editorial .about-values .section-heading{text-align:start;margin-block-end:1.35rem}.public-shell--editorial .about-values .section-heading h2:after{margin-inline:0}.public-shell--editorial .about-value-grid{overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scroll-behavior:smooth;scrollbar-width:none;grid-template-columns:none;grid-auto-columns:100%;grid-auto-flow:column;gap:.85rem;width:100%;margin-block-start:0;padding-block:.4rem .45rem;padding-inline:0;overflow-x:auto}.public-shell--editorial .about-value-grid::-webkit-scrollbar{display:none}.public-shell--editorial .about-value-card{scroll-snap-align:start;scroll-snap-stop:always;width:100%;min-height:245px;padding:1.25rem;transform:none}.public-shell--editorial .about-value-pagination{justify-content:center;align-items:center;margin-block-start:.1rem;display:flex}.public-shell--editorial .about-value-pagination button{width:44px;height:44px;color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.public-shell--editorial .about-value-pagination button:before{content:"";background:0 0;border:1px solid #d5e28fa8;border-radius:50%;width:8px;height:8px;transition:transform .24s,background-color .24s,box-shadow .24s}.public-shell--editorial .about-value-pagination button.is-active:before{background:#d5e28f;transform:scale(1.12);box-shadow:0 0 0 5px #d5e28f21}.public-shell--editorial .about-value-pagination button:focus-visible{outline-offset:-7px;outline:1px solid #d5e28f}.public-shell--editorial .about-value-card:active{box-shadow:0 20px 42px #0b031061, 0 0 44px -24px var(--about-value-glow);border-color:#d5e28f85}.public-shell--editorial .about-value-card__icon-wrap{width:56px;height:56px}.public-shell--editorial .about-value-card__icon-ring--outer{inset:-6px}.public-shell--editorial .about-value-card__icon{width:42px;height:42px}.public-shell--editorial .about-value-card__icon svg{width:21px;height:21px}.public-shell--editorial .about-value-card h3{margin-block-start:1.7rem;font-size:clamp(1.75rem,8vw,2.15rem);line-height:1.02}.public-shell--editorial .about-value-card p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.62;display:-webkit-box;overflow:hidden}.public-shell--editorial .about-value-card__line{margin-block-start:1rem}}@media (prefers-reduced-motion:reduce){.public-shell--editorial .about-value-card,.public-shell--editorial .about-value-card *,.public-shell--editorial .about-values:before,.public-shell--editorial .about-values:after{transition-duration:.01ms!important;animation:none!important}.public-shell--editorial .about-value-card{transform:none!important}}.public-shell--editorial .about-rituals__feature figcaption{z-index:2;border:1px solid #e0eaaa52;color:#fff;-webkit-backdrop-filter:blur(16px)saturate(125%);backdrop-filter:blur(16px)saturate(125%);background:linear-gradient(100deg,#1d0b27f5,#31143edb),#220d2deb;border-inline-start:3px solid #d5e28f;border-radius:0;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:.9rem;width:min(520px,100% - 2.7rem);padding:.9rem 1rem;display:grid;position:absolute;inset:auto 1.35rem 1.35rem;overflow:hidden;box-shadow:0 18px 38px #0c03114d}.public-shell--editorial .about-rituals__feature figcaption:after{color:#d5e28f26;font-family:var(--font-display);content:"01";pointer-events:none;font-size:4.2rem;line-height:1;position:absolute;inset-block-start:-.35rem;inset-inline-end:.65rem}.public-shell--editorial .about-rituals__feature figcaption>svg{z-index:1;color:#d5e28f;box-sizing:content-box;background:0 0;border-radius:0;width:24px;height:24px;padding:0;position:relative}.public-shell--editorial .about-rituals__feature figcaption>span{z-index:1;gap:.18rem;min-width:0;padding-inline-end:2.8rem;display:grid;position:relative}.public-shell--editorial .about-rituals__feature figcaption strong{color:#fff;font-family:var(--font-display);margin:0;font-size:clamp(1.45rem,2vw,1.85rem);font-weight:500;line-height:1;display:block}.public-shell--editorial .about-rituals__feature figcaption small{color:#ffffffad;font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;font-size:.67rem;font-style:normal;font-weight:700;line-height:1.35;display:block}.public-shell--editorial .about-calm__gallery figcaption{z-index:2;color:#fff;-webkit-backdrop-filter:blur(14px)saturate(120%);backdrop-filter:blur(14px)saturate(120%);background:#260f31e6;border:1px solid #ffffff2e;border-block-start:2px solid #d5e28f;border-radius:0;grid-template-columns:auto minmax(0,auto) minmax(24px,54px);align-items:center;gap:.75rem;width:auto;max-width:calc(100% - 2.4rem);padding:.72rem .85rem;display:grid;position:absolute;inset:auto auto 1.2rem 1.2rem;box-shadow:0 14px 32px #14071b38}.public-shell--editorial .about-calm__caption-index{color:#d5e28f;font-family:var(--font-body);letter-spacing:.16em;font-size:.62rem;font-weight:800;line-height:1}.public-shell--editorial .about-calm__gallery figcaption strong{color:#fff;font-family:var(--font-display);white-space:nowrap;font-size:clamp(1.15rem,1.8vw,1.45rem);font-weight:500;line-height:1}.public-shell--editorial .about-calm__caption-line{background:linear-gradient(90deg,#d5e28f,#d5e28f14);width:100%;height:1px}html[dir=rtl] .public-shell--editorial .about-calm__gallery figcaption{inset-inline:1.2rem auto}html[dir=rtl] .public-shell--editorial .about-calm__caption-line{background:linear-gradient(270deg,#d5e28f,#d5e28f14)}@media (width<=768px){.public-shell--editorial .about-rituals__feature,.public-shell--editorial .about-rituals__detail,.public-shell--editorial .about-calm__gallery figure{aspect-ratio:auto!important;height:auto!important;min-height:0!important}.public-shell--editorial .about-rituals__feature img,.public-shell--editorial .about-rituals__detail img,.public-shell--editorial .about-calm__gallery img{aspect-ratio:auto;width:100%;display:block;object-fit:contain!important;height:auto!important;min-height:0!important;transform:none!important}.public-shell--editorial .about-rituals__feature:after,.public-shell--editorial .about-calm__gallery figure:after{pointer-events:none;background:linear-gradient(#0000,#1b0924cc);height:clamp(8rem,38%,14rem);inset:auto 0 0}.public-shell--editorial .about-rituals__feature figcaption{grid-template-columns:40px minmax(0,1fr);gap:.65rem;width:calc(100% - 1.5rem);padding:.72rem .78rem;inset:auto .75rem .75rem}.public-shell--editorial .about-rituals__feature figcaption:after{font-size:3.25rem;inset-block-start:0}.public-shell--editorial .about-rituals__feature figcaption>svg{width:21px;height:21px}.public-shell--editorial .about-rituals__feature figcaption>span{padding-inline-end:2rem}.public-shell--editorial .about-rituals__feature figcaption strong{font-size:1.3rem}.public-shell--editorial .about-rituals__feature figcaption small{letter-spacing:.11em;text-overflow:ellipsis;white-space:nowrap;font-size:.56rem;overflow:hidden}.public-shell--editorial .about-calm__gallery figcaption{grid-template-columns:auto minmax(0,auto) minmax(20px,40px);gap:.55rem;max-width:calc(100% - 1.5rem);padding:.62rem .7rem;inset:auto auto .75rem .75rem}html[dir=rtl] .public-shell--editorial .about-calm__gallery figcaption{inset-inline:.75rem auto}.public-shell--editorial .about-calm__gallery figcaption strong{text-overflow:ellipsis;white-space:nowrap;font-size:1.1rem;overflow:hidden}}.specialist-timeline{background:radial-gradient(circle at 100% 0,#cbd58e38,#0000 34%),#fff;border:1px solid #30183d29;overflow:hidden;box-shadow:12px 14px #30183d0e}.specialist-timeline__header{border-block-end:1px solid #30183d1f;justify-content:space-between;align-items:flex-end;gap:1.25rem;padding:1.35rem 1.5rem 1.15rem;display:flex}.specialist-timeline__header>div:first-child>span,.specialist-timeline__controls label>span,.specialist-timeline__window>span{color:var(--editorial-olive,var(--green-700));letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;font-weight:700;display:block}.specialist-timeline__header h3{color:var(--editorial-violet-deep,var(--violet-950));font-family:var(--font-display);margin:.25rem 0 .15rem;font-size:clamp(1.6rem,3vw,2.25rem);line-height:1}.specialist-timeline__header p{color:var(--muted);margin:0;font-size:.86rem}.specialist-timeline__legend{color:#5f5864;flex-wrap:wrap;justify-content:flex-end;gap:.55rem 1rem;font-size:.75rem;font-weight:600;display:flex}.specialist-timeline__legend span{white-space:nowrap;align-items:center;gap:.4rem;display:inline-flex}.specialist-timeline__legend i{border:1px solid #30183d24;border-radius:50%;width:.7rem;height:.7rem}.specialist-timeline__legend .is-free{background:#e8edc5}.specialist-timeline__legend .is-reserved{background:#c94b5e;border-color:#a72f41}.specialist-timeline__legend .is-break{background:#9b91a1}.specialist-timeline__chart{background:linear-gradient(#f7f8eec7,#fff);padding:2rem 1.5rem 1.25rem}.specialist-timeline__rail{background:repeating-linear-gradient(90deg,#0000 0 calc(8.333% - 1px),#3f491817 calc(8.333% - 1px) 8.333%),linear-gradient(90deg,#f2f5de,#e8edc5);border:1px solid #71803459;height:58px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 5px #ffffff73}.specialist-timeline__block,.specialist-timeline__selection{min-width:3px;position:absolute;inset-block:0}.specialist-timeline__block.is-reserved{z-index:2;background:repeating-linear-gradient(-45deg,#ffffff24 0 5px,#0000 5px 10px),#c94b5e;border-inline:1px solid #6f182a7a;box-shadow:inset 0 0 0 1px #ffffff2e}.specialist-timeline__block.is-break,.specialist-timeline__block.is-past{z-index:1;background:repeating-linear-gradient(-45deg,#ffffff38 0 5px,#0000 5px 10px),#9b91a1}.specialist-timeline__block.is-past{opacity:.78;background-color:#c7c1c9}.specialist-timeline__selection{z-index:4;border:2px solid var(--editorial-violet-deep,var(--violet-950));pointer-events:none;background:#5b2a8233;transition:left .12s,width .12s,background .12s;inset-block:6px;box-shadow:0 0 0 3px #ffffffbf,0 5px 14px #30183d2e}.specialist-timeline__selection.is-invalid{background:#c94b5e57;border-color:#a72f41}.specialist-timeline__ticks{color:#625b66;font-variant-numeric:tabular-nums;height:2rem;font-size:.7rem;position:relative}.specialist-timeline__ticks span{white-space:nowrap;position:absolute;inset-block-start:.45rem;translate:-50%}.specialist-timeline__ticks span:first-child{translate:0}.specialist-timeline__ticks span:last-child{translate:-100%}.specialist-timeline__ticks--mobile{display:none}.specialist-timeline__reserved-list{color:#8f2838;align-items:center;gap:.7rem;min-height:32px;margin-block:.25rem .35rem;font-size:.72rem;display:flex}.specialist-timeline__reserved-list>strong{letter-spacing:.08em;text-transform:uppercase;flex:none}.specialist-timeline__reserved-list>div{scrollbar-width:thin;gap:.4rem;min-width:0;display:flex;overflow-x:auto}.specialist-timeline__reserved-list span{font-variant-numeric:tabular-nums;background:#c94b5e16;border-inline-start:3px solid #c94b5e;flex:none;padding:.28rem .48rem;font-weight:700}.specialist-timeline__range{width:100%;height:44px;accent-color:var(--editorial-violet,var(--violet-700));cursor:grab;margin:0}.specialist-timeline__range:active{cursor:grabbing}.specialist-timeline__range:disabled{cursor:not-allowed;opacity:.45}.specialist-timeline__range::-webkit-slider-runnable-track{background:#30183d29;border-radius:0;height:4px}.specialist-timeline__range::-webkit-slider-thumb{background:var(--editorial-violet-deep,var(--violet-950));width:24px;height:24px;box-shadow:0 0 0 2px var(--editorial-olive,var(--green-700));-webkit-appearance:none;border:4px solid #fff;border-radius:50%;margin-block-start:-10px}.specialist-timeline__controls{background:#fff;border-block:1px solid #30183d1c;grid-template-columns:minmax(150px,.85fr) minmax(190px,1fr) auto;align-items:end;gap:.85rem;padding:1.15rem 1.5rem;display:grid}.specialist-timeline__controls label{gap:.45rem;display:grid}.specialist-timeline__controls input[type=time]{width:100%;min-height:48px;color:var(--editorial-violet-deep,var(--violet-950));font:700 1rem/1 var(--font-sans);background:#fff;border:1px solid #30183d3b;border-radius:0;padding:.65rem .8rem}.specialist-timeline__controls input[type=time]:focus{border-color:var(--editorial-olive,var(--green-700));box-shadow:0 0 0 3px #cbd58e47}.specialist-timeline__window{border-inline-start:2px solid var(--editorial-olive-light,var(--green-300));background:#eef1da99;min-height:69px;padding:.65rem .8rem}.specialist-timeline__window strong,.specialist-timeline__window small{display:block}.specialist-timeline__window strong{color:var(--editorial-violet-deep,var(--violet-950));font-variant-numeric:tabular-nums;margin-block-start:.3rem;font-size:.95rem}.specialist-timeline__window small{color:var(--muted);margin-block-start:.18rem;font-size:.73rem}.specialist-timeline__controls>.button{white-space:nowrap;min-height:48px}.specialist-timeline__feedback{color:#3f4918;background:#eef1daa6;align-items:center;gap:.55rem;min-height:48px;padding:.75rem 1.5rem;font-size:.82rem;display:flex}.specialist-timeline__feedback svg{flex:none}.specialist-timeline__feedback.is-invalid{color:#8f2838;background:#c94b5e16}@media (width<=720px){.specialist-timeline{box-shadow:6px 7px #30183d0e}.specialist-timeline__header{flex-direction:column;align-items:flex-start;padding:1rem}.specialist-timeline__header h3{font-size:1.65rem}.specialist-timeline__legend{justify-content:flex-start}.specialist-timeline__chart{padding:1.35rem 1rem .85rem}.specialist-timeline__rail{height:50px}.specialist-timeline__ticks--desktop{display:none}.specialist-timeline__ticks--mobile{height:2.2rem;font-size:.72rem;font-weight:700;display:block}.specialist-timeline__ticks--mobile span{padding-block-start:.1rem}.specialist-timeline__ticks--mobile span:before{content:"";background:#30183d52;width:1px;height:.35rem;position:absolute;inset-block-start:-.45rem;inset-inline-start:50%}.specialist-timeline__reserved-list{flex-direction:column;align-items:flex-start;gap:.35rem}.specialist-timeline__controls{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);padding:1rem}.specialist-timeline__controls>.button{grid-column:1/-1;width:100%}.specialist-timeline__window{min-height:67px}.specialist-timeline__feedback{align-items:flex-start;padding:.75rem 1rem;line-height:1.45}}@media (width<=390px){.specialist-timeline__legend{gap:.45rem .7rem;font-size:.7rem}.specialist-timeline__controls{grid-template-columns:1fr}.specialist-timeline__controls>.button{grid-column:auto}}html[dir=rtl] .specialist-timeline__header,html[dir=rtl] .specialist-timeline__controls,html[dir=rtl] .specialist-timeline__feedback{text-align:right}.reception-page,.reception-login{color:#261a2b;background:radial-gradient(circle at 95% 0,#c6d77e38,#0000 28rem),#f5f2f6;min-height:100svh;font-family:DM Sans,sans-serif}.reception-loading{color:#fff;text-align:center;background:#32143e;place-content:center;gap:1rem;min-height:100svh;display:grid}.reception-login{background:linear-gradient(120deg,#32143ef7,#4d2757e6),url(/assets/violet-sign-in-entrance-B0MsPf8E.webp) 50%/cover;place-items:center;padding:2rem;display:grid}.reception-login>section{background:#fffffff5;border:1px solid #ffffff40;width:min(100%,32rem);padding:clamp(2rem,6vw,4rem);box-shadow:0 2rem 5rem #10041459}.reception-login img{object-fit:cover;width:5rem;height:5rem}.reception-login section>p{color:#788b2f;letter-spacing:.16em;text-transform:uppercase;margin:1.5rem 0 .4rem;font-weight:700}.reception-login h1{margin:0 0 2rem;font:600 clamp(2.4rem,6vw,4rem)/.95 Playfair Display,serif}.reception-login form{gap:1rem;display:grid}.reception-login label{gap:.5rem;font-weight:600;display:grid}.reception-login input{min-height:3.4rem;font:inherit;background:#fff;border:1px solid #d5ccd8;padding:0 1rem}.reception-login form>button,.reception-language{color:#2e1937;letter-spacing:.08em;text-transform:uppercase;background:#c8d886;border:0;min-height:3.4rem;font:700 .9rem/1 DM Sans,sans-serif}.reception-language{align-items:center;gap:.5rem;padding:0 1rem;display:inline-flex;position:fixed;inset-block-start:1.2rem;inset-inline-end:1.2rem}.reception-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff2;border-bottom:1px solid #ddd4df;justify-content:space-between;align-items:center;gap:1rem;min-height:5.25rem;padding:.7rem clamp(1rem,3vw,2.5rem);display:flex;position:sticky;top:0}.reception-brand{align-items:center;gap:.9rem;display:flex}.reception-brand img{object-fit:cover;width:3.7rem;height:3.7rem}.reception-brand div{display:grid}.reception-brand span{color:#788b2f;letter-spacing:.15em;text-transform:uppercase;font-size:.72rem;font-weight:700}.reception-brand strong{font:600 1.45rem/1.1 Playfair Display,serif}.reception-header__actions{align-items:center;gap:.55rem;display:flex}.reception-header__actions button{color:#3b2444;background:#fff;border:1px solid #d7ceda;justify-content:center;align-items:center;gap:.45rem;min-height:2.9rem;padding:0 .9rem;font:700 .8rem DM Sans,sans-serif;display:inline-flex}.reception-header__actions button.is-on{background:#eef4d6;border-color:#9eaf51}.reception-header__actions .reception-view-switch{color:#351540;background:#fff;border-color:#351540}.reception-header__actions .reception-view-switch.is-active{background:#cfdf88;box-shadow:3px 3px #35154029}.reception-history-intro{border:1px solid #d9cfdb;background:#fff;border-inline-start:.4rem solid #6b2683;align-items:center;gap:1rem;width:min(94%,88rem);margin:clamp(1rem,2.5vw,2rem) auto;padding:clamp(1rem,2vw,1.5rem);display:flex;box-shadow:0 1rem 2.5rem #31133c14}.reception-history-intro>span{color:#fff;background:#351540;border-radius:50%;flex:none;place-items:center;width:3.3rem;height:3.3rem;display:grid}.reception-history-intro p{color:#788b2f;letter-spacing:.14em;text-transform:uppercase;margin:0 0 .2rem;font-size:.72rem;font-weight:800}.reception-history-intro h1{margin:0;font:600 clamp(1.5rem,3vw,2.2rem) Playfair Display,serif}.reception-history-intro small{color:#746a77;margin-block-start:.25rem;font-size:.85rem;display:block}.reception-alert{color:#fff;background:#351540;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;width:min(94%,88rem);margin:clamp(1rem,2.5vw,2rem) auto;padding:clamp(1rem,2vw,1.5rem);display:grid;box-shadow:0 1rem 2.5rem #31133c29}.reception-alert.is-clear{background:#51611e}.reception-alert>span{color:#32143e;background:#cbdc87;border-radius:50%;place-items:center;width:3.3rem;height:3.3rem;display:grid}.reception-alert.is-ringing>span{animation:1.2s ease-in-out infinite reception-ring}.reception-alert strong{font-size:clamp(1.1rem,2vw,1.5rem)}.reception-alert p{color:#ffffffb8;margin:.25rem 0 0}.reception-alert button{color:#fff;background:0 0;border:1px solid #fff6;align-items:center;gap:.5rem;min-height:2.9rem;padding:0 1rem;font-weight:700;display:flex}.reception-controls,.reception-list{width:min(94%,88rem);margin-inline:auto}.reception-specialists{scrollbar-width:thin;gap:.55rem;padding-block-end:.6rem;display:flex;overflow-x:auto}.reception-specialists button,.reception-filter-row button{color:#4a3a4e;background:#fff;border:1px solid #d8ceda;flex:none;min-height:2.8rem;padding:0 1rem;font-weight:700}.reception-specialists button span{background:#ebe5ed;border-radius:1rem;place-items:center;min-width:1.45rem;height:1.45rem;margin-inline-start:.55rem;padding:0 .3rem;display:inline-grid}.reception-specialists .reception-cancellation-inbox{color:#763247;background:#fff7f9;border-color:#d7b5bf;align-items:center;gap:.4rem;display:inline-flex}.reception-specialists .reception-cancellation-inbox.has-messages{border-color:#a43d59;box-shadow:inset 0 -3px #a43d5929}.reception-specialists .reception-cancellation-inbox span{color:#fff;background:#a43d59;margin-inline-start:.2rem}.reception-specialists .reception-cancellation-inbox.is-active{color:#fff;background:#762942;border-color:#762942}.reception-specialists .reception-cancellation-inbox.is-active span{color:#351540;background:#cbdc87}.reception-specialists button.is-active,.reception-filter-row button.is-active{color:#fff;background:#32143e;border-color:#32143e}.reception-specialists button.is-active span{color:#32143e;background:#cbdc87}.reception-filter-row{grid-template-columns:1fr auto;align-items:center;gap:.75rem;margin-block:.6rem 1.2rem;display:grid}.reception-filter-row label{background:#fff;border:1px solid #d8ceda;align-items:center;gap:.45rem;min-height:3rem;padding:0 .8rem;display:flex}.reception-filter-row input{min-height:2.7rem;font:inherit;background:0 0;border:0}.reception-filter-row>div{gap:.4rem;display:flex;overflow-x:auto}.reception-refresh{place-items:center;width:3rem;display:grid;padding:0!important}.reception-list{gap:1.35rem;padding-block-end:8rem;display:grid}.reception-group{gap:.7rem;display:grid}.reception-group__header{border:1px solid #ddd4df;background:#ffffffd1;border-inline-start:.35rem solid #6b2683;align-items:center;gap:.7rem;min-height:3.3rem;padding:.65rem .9rem;display:flex}.reception-group__header h2{margin:0;font:600 1.35rem Playfair Display,serif}.reception-group__header span{color:#fff;background:#351540;border-radius:999px;place-items:center;min-width:1.8rem;height:1.8rem;padding-inline:.4rem;font-size:.8rem;font-weight:800;display:inline-grid}.reception-group__list{gap:.8rem;display:grid}.reception-group--pending .reception-group__header{border-inline-start-color:#d49a22}.reception-group--now .reception-group__header,.reception-group--upcoming .reception-group__header,.reception-group--approved .reception-group__header,.reception-group--completed .reception-group__header{border-inline-start-color:#318a5a}.reception-group--rejected .reception-group__header,.reception-group--cancelled .reception-group__header,.reception-group--customer_cancelled .reception-group__header{border-inline-start-color:#ae3f50}.reception-appointment{background:#fff;border:1px solid #dcd3de;border-inline-start:.42rem solid #d49a22;grid-template-columns:minmax(12rem,18rem) 1fr auto;align-items:stretch;min-height:8.8rem;display:grid;box-shadow:0 .7rem 1.7rem #2e1d3312}.reception-appointment--approved{border-inline-start-color:#318a5a}.reception-appointment--rejected{border-inline-start-color:#ae3f50}.reception-appointment__time{background:#faf8fb;border-inline-end:1px solid #e2dae4;align-content:center;gap:.35rem;padding:1.2rem;display:grid}.reception-appointment__time svg{color:#6b2683}.reception-appointment__time strong{font-size:1rem}.reception-appointment__time span{color:#746a77}.reception-appointment__body{align-self:center;padding:1.15rem 1.3rem}.reception-appointment__body p{color:#788b2f;letter-spacing:.13em;margin:0 0 .25rem;font-size:.72rem;font-weight:700}.reception-appointment__body>.reception-appointment__heading{justify-content:space-between;align-items:center;gap:.75rem;margin-block-end:.35rem;display:flex}.reception-appointment__heading p{margin:0}.reception-appointment__heading .reception-status{border-radius:999px;flex:none;grid-column:auto;margin:0;padding:.35rem .65rem;font-size:.72rem;line-height:1}.reception-appointment__body h2{margin:0 0 .7rem;font:600 clamp(1.3rem,2.4vw,2rem) Playfair Display,serif}.reception-appointment__body>div{color:#695e6d;flex-wrap:wrap;gap:.6rem 1.2rem;display:flex}.reception-appointment__body span{align-items:center;gap:.35rem;display:inline-flex}.reception-appointment__actions{align-items:center;gap:.55rem;padding:1rem;display:flex}.reception-appointment__actions button{color:#fff;border:0;justify-content:center;align-items:center;gap:.45rem;min-width:7rem;min-height:3.2rem;font-weight:800;display:inline-flex}.reception-appointment__actions .approve{background:#357d52}.reception-appointment__actions .reject{background:#9f3447}.reception-status{background:#ece8ee;margin:auto 1rem;padding:.65rem 1rem;font-weight:800}.reception-status--pending{color:#7a5510;background:#fff0c9}.reception-status--approved{color:#236e46;background:#e0f1e7}.reception-status--rejected{color:#8d2f40;background:#f8e3e6}.reception-empty{color:#776d79;background:#fff;border:1px dashed #cabfcd;place-content:center;justify-items:center;min-height:15rem;display:grid}.reception-error{color:#9c263b;font-weight:600}.reception-error--page{background:#fae5e8;justify-content:space-between;width:min(94%,88rem);margin:0 auto 1rem;padding:.8rem 1rem;display:flex}.reception-error--page button{color:inherit;background:0 0;border:0}.reception-dialog-backdrop{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1e1122a8;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.reception-dialog{background:#fff;gap:1rem;width:min(100%,31rem);padding:2rem;display:grid;position:relative;box-shadow:0 2rem 6rem #0000004d}.reception-dialog__close{background:#f1edf2;border:0;width:2.7rem;height:2.7rem;position:absolute;inset-block-start:.7rem;inset-inline-end:.7rem}.reception-dialog__icon{color:#fff;border-radius:50%;place-items:center;width:3.7rem;height:3.7rem;display:grid}.reception-dialog__icon.approve{background:#357d52}.reception-dialog__icon.reject{background:#9f3447}.reception-dialog>p{color:#788b2f;margin:0;font-weight:800}.reception-dialog h2{margin:0;font:600 2rem Playfair Display,serif}.reception-dialog label{gap:.45rem;font-weight:700;display:grid}.reception-dialog input,.reception-dialog textarea{min-height:3.2rem;font:inherit;border:1px solid #cabfcd;padding:.7rem .9rem}.reception-dialog>div:last-child{grid-template-columns:1fr 1fr;gap:.7rem;display:grid}.reception-dialog>div button{color:#fff;border:0;min-height:3.2rem;font-weight:800}.reception-dialog button.secondary{color:#322537;background:#eee9ef}.reception-dialog button.approve{background:#357d52}.reception-dialog button.reject{background:#9f3447}.reception-whatsapp{z-index:40;color:#fff;background:#211027;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;min-height:5.3rem;padding:.8rem 3rem .8rem 1rem;display:grid;position:fixed;inset-block-end:1rem;inset-inline:max(1rem,50vw - 44rem);box-shadow:0 1.5rem 4rem #1b0c2061}.reception-whatsapp>span{color:#cbdc87}.reception-whatsapp div{display:grid}.reception-whatsapp small{color:#ffffffa8}.reception-whatsapp>button:not(.reception-whatsapp__close){color:#162b1f;background:#9ae6b4;border:0;align-items:center;gap:.45rem;min-height:3rem;padding:0 1rem;font-weight:800;display:flex}.reception-whatsapp__close{color:#fff;background:0 0;border:0;position:absolute;inset-block-start:.4rem;inset-inline-end:.4rem}@keyframes reception-ring{0%,to{transform:rotate(0)scale(1)}20%{transform:rotate(-8deg)scale(1.06)}40%{transform:rotate(8deg)scale(1.06)}60%{transform:rotate(-5deg)scale(1.03)}80%{transform:rotate(5deg)scale(1.03)}}@media (width<=800px){.reception-header{align-items:flex-start}.reception-brand strong{font-size:1.1rem}.reception-header__actions button{padding:0 .65rem}.reception-header__actions button:nth-child(2){gap:0;width:2.9rem;padding:0;font-size:0}.reception-header__actions .reception-view-switch{width:2.9rem;padding:0}.reception-header__actions .reception-view-switch span{display:none}.reception-alert{grid-template-columns:auto 1fr}.reception-alert button{grid-column:1/-1;justify-content:center}.reception-filter-row{grid-template-columns:minmax(0,1fr) auto}.reception-appointment{grid-template-columns:8rem 1fr}.reception-appointment__actions{grid-column:1/-1;padding:.7rem}.reception-appointment__actions button{flex:1}.reception-status{grid-column:1/-1;justify-self:start;margin:0 1rem 1rem}}@media (width<=520px){.reception-header{min-height:4.5rem;padding:.45rem .7rem}.reception-brand img{width:3.2rem;height:3.2rem}.reception-brand div{display:none}.reception-header__actions{gap:.35rem}.reception-header__actions button{min-height:2.7rem}.reception-alert,.reception-history-intro,.reception-controls,.reception-list,.reception-error--page{width:calc(100% - 1rem)}.reception-history-intro{margin-block:.6rem;padding:.8rem}.reception-history-intro small{font-size:.75rem}.reception-alert{margin-block:.6rem;padding:.8rem}.reception-alert>span{width:2.8rem;height:2.8rem}.reception-alert p{display:none}.reception-specialists button,.reception-filter-row button{min-height:2.65rem;padding-inline:.75rem}.reception-filter-row{margin-block-end:.7rem}.reception-appointment{grid-template-columns:1fr;min-height:0}.reception-appointment__time{border-inline-end:0;border-bottom:1px solid #e2dae4;grid-template-columns:auto 1fr auto;align-items:center;padding:.75rem 1rem}.reception-appointment__body{padding:.9rem 1rem}.reception-appointment__body h2{font-size:1.35rem}.reception-appointment__body>div{gap:.35rem;display:grid}.reception-appointment__actions{grid-column:auto}.reception-whatsapp{grid-template-columns:auto 1fr;padding:.75rem 2.3rem .75rem .8rem;inset-block-end:.5rem;inset-inline:.5rem}.reception-whatsapp>button:not(.reception-whatsapp__close){grid-column:1/-1;justify-content:center}.reception-login{padding:.75rem}.reception-login>section{padding:1.5rem}}@media (prefers-reduced-motion:reduce){.reception-alert.is-ringing>span{animation:none}}.reception-payments{background:#ffffffe0;border:1px solid #dcd3de;width:min(94%,88rem);margin:0 auto clamp(1rem,2vw,1.6rem);padding:1rem;box-shadow:0 .9rem 2rem #2e1d330f}.reception-payments>header{justify-content:space-between;align-items:end;gap:1rem;margin-block-end:.8rem;display:flex}.reception-payments>header div{gap:.15rem;display:grid}.reception-payments>header span{color:#788b2f;letter-spacing:.14em;text-transform:uppercase;font-size:.7rem;font-weight:800}.reception-payments>header strong{color:#685b6b;font-size:.9rem}.reception-payments>header p{color:#9b3447;margin:0;font-size:.78rem;font-weight:700}.reception-payment-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;display:grid}.reception-payment-card{background:#faf8fb;border:1px solid #e0d8e2;align-items:center;gap:.75rem;min-width:0;padding:.9rem;display:flex}.reception-payment-card>span{color:#542068;background:#eee6f1;border-radius:50%;flex:none;place-items:center;width:2.65rem;height:2.65rem;display:grid}.reception-payment-card div{gap:.15rem;min-width:0;display:grid}.reception-payment-card small{color:#746a77;font-weight:700}.reception-payment-card strong{overflow-wrap:anywhere;font-size:clamp(1rem,1.8vw,1.35rem)}.reception-payment-card--total{color:#fff;background:#351540;border-color:#351540}.reception-payment-card--total small{color:#ffffffb8}.reception-payment-card--total>span{color:#351540;background:#cbdc87}.reception-payment-card--cash>span{color:#246843;background:#e1f1e7}.reception-payment-card--visa>span{color:#245785;background:#e5eef8}.reception-payment-card--cliq>span{color:#7e4260;background:#f3e5ed}.reception-search-row{grid-template-columns:minmax(16rem,1fr) minmax(19rem,auto);gap:.65rem;display:grid}.reception-search-row>label{background:#fff;border:1px solid #d8ceda;align-items:center;gap:.6rem;min-height:3rem;padding:0 .9rem;display:flex}.reception-search-row input,.reception-search-row select{color:#342438;min-width:0;min-height:2.8rem;font:inherit;background:0 0;border:0;outline:0}.reception-search-row input{width:100%}.reception-payment-filter span{white-space:nowrap;font-size:.78rem;font-weight:800}.reception-payment-filter select{font-weight:700}.reception-appointment{grid-template-columns:minmax(13rem,17rem) minmax(0,1fr) auto}.reception-appointment.is-now{border-color:#8fa63b;border-inline-start-color:#8fa63b;box-shadow:0 0 0 2px #8fa63b24,0 1rem 2.4rem #444f1b24}.reception-appointment.is-now .reception-appointment__time{background:#f2f7dc}.reception-appointment__time em{color:#351540;letter-spacing:.05em;text-transform:uppercase;background:#cfdf88;width:fit-content;padding:.25rem .5rem;font-size:.67rem;font-style:normal;font-weight:900}.reception-appointment__details{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1rem!important;display:grid!important}.reception-appointment__details a{color:#553865;align-items:center;gap:.35rem;text-decoration:none;display:inline-flex}.reception-appointment__notes{border-block-start:1px solid #eee8ef;padding-block-start:.6rem;color:#796e7c!important;letter-spacing:0!important;margin:.75rem 0 0!important;font-size:.8rem!important;font-weight:500!important}.reception-appointment__payment{color:#285b3e;background:#eef7f1;flex-wrap:wrap;gap:.35rem 1rem;margin-block-start:.65rem;padding:.65rem .75rem;font-size:.8rem;display:flex}.reception-appointment--completed{border-inline-start-color:#2e8051}.reception-appointment--no_show{border-inline-start-color:#c16d24}.reception-appointment--cancelled,.reception-appointment--expired{border-inline-start-color:#8a818d}.reception-appointment__actions{flex-wrap:wrap;justify-content:flex-end;max-width:19rem}.reception-appointment__actions .complete{background:#351540}.reception-appointment__actions .no-show{background:#b66a24}.reception-appointment__actions .cancel-appointment{background:#7c3746}.reception-appointment__actions .whatsapp-card{color:#173b26;background:#a7dfb6;box-shadow:3px 3px #d7e68f}.reception-status--completed{color:#236e46;background:#e0f1e7}.reception-status--no_show{color:#8b4c14;background:#f9eadc}.reception-status--cancelled,.reception-status--expired{color:#635967;background:#ece8ee}.reception-dialog{max-height:calc(100svh - 2rem);overflow-y:auto}.reception-dialog__icon.complete{background:#351540}.reception-dialog__icon.no_show{background:#b66a24}.reception-dialog__icon.cancel{background:#7c3746}.reception-dialog__help{color:#7c511f;background:#fff1df;margin:0;padding:.8rem}.reception-dialog__actions{grid-template-columns:1fr 1fr;gap:.7rem;display:grid!important}.reception-dialog__actions .complete{background:#351540}.reception-dialog__actions .no_show{background:#b66a24}.reception-dialog__actions .cancel{background:#7c3746}.reception-completion-form{gap:.9rem;display:grid}.reception-completion-form>p{color:#746a77;margin:0}.reception-completion-form fieldset{border:0;margin:0;padding:0}.reception-completion-form legend{margin-block-end:.45rem;font-weight:700}.reception-completion-form fieldset>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;display:grid}.reception-dialog .reception-completion-form fieldset button{color:#3b2a40;background:#fff;border:1px solid #d4cad7;justify-content:center;align-items:center;gap:.4rem;min-height:4rem;padding:.55rem;font-weight:800;display:flex}.reception-dialog .reception-completion-form fieldset button.is-selected{color:#fff;background:#351540;border-color:#351540;box-shadow:3px 3px #cbdc87}@media (width<=800px){.reception-payment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reception-search-row{grid-template-columns:1fr}.reception-appointment{grid-template-columns:9rem minmax(0,1fr)}.reception-appointment__actions{max-width:none}.reception-appointment__details{grid-template-columns:1fr}}@media (width<=520px){.reception-payments{width:calc(100% - 1rem);padding:.7rem}.reception-payments>header{flex-direction:column;align-items:start;gap:.35rem}.reception-payment-grid{gap:.45rem}.reception-payment-card{gap:.55rem;padding:.65rem}.reception-payment-card>span{width:2.25rem;height:2.25rem}.reception-payment-card small{font-size:.68rem}.reception-payment-card strong{font-size:.92rem}.reception-search-row{gap:.45rem}.reception-search-row>label{min-height:2.8rem;padding-inline:.7rem}.reception-payment-filter span{display:none}.reception-payment-filter select{flex:1}.reception-appointment{grid-template-columns:1fr}.reception-appointment__time{grid-template-columns:auto 1fr}.reception-appointment__time em{grid-column:1/-1}.reception-appointment__time span{grid-column:2}.reception-appointment__actions{grid-template-columns:1fr 1fr;display:grid}.reception-appointment__actions button{width:100%;min-width:0}.reception-appointment__actions .whatsapp-card{grid-column:1/-1}.reception-completion-form fieldset>div{grid-template-columns:1fr}.reception-dialog{padding:1.25rem}}.reception-walk-in{width:min(94%,88rem);margin:clamp(1rem,2.5vw,2rem) auto 7rem}.reception-walk-in__intro{color:#fff;background:radial-gradient(circle at 88% 15%,#cfdf883d,#0000 15rem),#351540;padding:clamp(1.35rem,3vw,2.5rem);position:relative;overflow:hidden;box-shadow:0 1.1rem 2.8rem #35154029}.reception-walk-in__intro:after{content:"";background:#cfdf8880;width:1px;position:absolute;inset-block:0;inset-inline-end:7%}.reception-walk-in__intro span{color:#cfdf88;letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:800}.reception-walk-in__intro h1{max-width:50rem;margin:.35rem 0 .5rem;font:600 clamp(2rem,4.5vw,4.25rem)/.96 Playfair Display,serif}.reception-walk-in__intro p{color:#ffffffb8;max-width:45rem;margin:0}.reception-walk-in>form{gap:1rem;margin-block-start:1rem;display:grid}.reception-booking-panel{background:#ffffffeb;border:1px solid #dcd3de;padding:clamp(1rem,2.4vw,1.7rem);box-shadow:0 .8rem 2rem #2e1d330f}.reception-booking-panel>header{align-items:center;gap:.8rem;margin-block-end:1.2rem;display:flex}.reception-booking-panel>header>span{color:#351540;background:#eef4d6;border-radius:50%;place-items:center;width:3rem;height:3rem;display:grid}.reception-booking-panel>header>div{align-items:baseline;gap:.7rem;display:flex}.reception-booking-panel>header small{color:#8b9b43;font-weight:900}.reception-booking-panel h2{margin:0;font:600 clamp(1.35rem,2vw,1.8rem) Playfair Display,serif}.reception-booking-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.reception-booking-grid--appointment{grid-template-columns:repeat(4,minmax(0,1fr))}.reception-booking-grid label,.reception-booking-notes{gap:.45rem;min-width:0;font-weight:750;display:grid}.reception-booking-grid label>span,.reception-booking-notes>span{align-items:center;gap:.4rem;font-size:.82rem;display:flex}.reception-booking-grid label svg,.reception-booking-notes svg{color:#788b2f;width:1rem}.reception-booking-grid input,.reception-booking-grid select,.reception-booking-notes textarea,.reception-booking-time-control input{color:#2d2031;width:100%;min-height:3.2rem;font:inherit;background:#fff;border:1px solid #d3c9d6;border-radius:0;outline:0;padding:.7rem .85rem}.reception-booking-grid input:focus,.reception-booking-grid select:focus,.reception-booking-notes textarea:focus,.reception-booking-time-control input:focus{border-color:#788b2f;box-shadow:0 0 0 3px #788b2f1f}.reception-booking-timeline{background:#faf8fb;border:1px solid #dcd3de;margin-block:1.2rem;padding:clamp(.9rem,2vw,1.25rem)}.reception-booking-timeline>header{justify-content:space-between;align-items:end;gap:1rem;display:flex}.reception-booking-timeline>header>div:first-child{grid-template-columns:auto 1fr;align-items:center;gap:.15rem .5rem;display:grid}.reception-booking-timeline>header svg{color:#642781;grid-row:1/3}.reception-booking-timeline>header span{color:#746a77;font-size:.75rem}.reception-booking-timeline>header strong{font-size:.95rem}.reception-booking-legend{gap:.9rem;font-weight:700;display:flex}.reception-booking-legend span:before{content:"";width:.65rem;height:.65rem;margin-inline-end:.35rem;display:inline-block}.reception-booking-legend .is-reserved:before{background:#b33b50}.reception-booking-legend .is-blocked:before{background:#8e8491}.reception-booking-rail{background:repeating-linear-gradient(90deg,#0000 0 calc(12.5% - 1px),#4a3d4d1a calc(12.5% - 1px) 12.5%),#edf3ce;border:1px solid #bdc982;height:4.6rem;margin-block:1rem .25rem;position:relative;overflow:hidden}.reception-booking-rail>span{min-width:2px;position:absolute;inset-block:0}.reception-booking-rail>.is-reserved{z-index:1;background:repeating-linear-gradient(135deg,#a62f46 0 8px,#bb4358 8px 16px)}.reception-booking-rail>.is-blocked{z-index:1;background:repeating-linear-gradient(135deg,#827787 0 8px,#978c9b 8px 16px)}.reception-booking-rail>.is-selection{z-index:2;background:#ffffffd6;border:2px solid #351540;inset-block:.35rem;box-shadow:0 0 0 2px #ffffffbf}.reception-booking-rail>.is-selection.is-invalid{background:#ffe2e8d9;border-color:#b33b50}.reception-booking-ticks{color:#6f6572;justify-content:space-between;font-size:.72rem;display:flex}.reception-booking-time-control{grid-template-columns:minmax(12rem,18rem) 1fr;align-items:end;gap:.8rem;margin-block-start:1rem;display:grid}.reception-booking-time-control label{gap:.4rem;font-weight:800;display:grid}.reception-booking-time-control>div{color:#276342;background:#e6f3ea;align-items:center;gap:.6rem;min-height:3.2rem;padding:.55rem .75rem;display:flex}.reception-booking-time-control>div.is-invalid{color:#943448;background:#f9e5e8}.reception-booking-time-control>div>span{display:grid}.reception-booking-time-control small{opacity:.8}.reception-booking-placeholder{color:#746a77;text-align:center;justify-content:center;align-items:center;gap:.7rem;min-height:7rem;margin:0;display:flex}.reception-booking-notes{margin-block-start:1rem}.reception-booking-notes small{color:#847989;font-weight:500}.reception-booking-error{background:#fae5e8;margin:0;padding:.9rem 1rem}.reception-booking-submit{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;border:1px solid #d5cbd8;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.9rem 1rem;display:grid;position:sticky;bottom:.7rem;box-shadow:0 1rem 3rem #2d193333}.reception-booking-submit>div{flex-wrap:wrap;align-items:baseline;gap:.25rem .8rem;min-width:0;display:flex}.reception-booking-submit strong{font:600 1.25rem Playfair Display,serif}.reception-booking-submit span,.reception-booking-submit small{color:#746a77}.reception-booking-submit p{color:#788b2f;flex-basis:100%;margin:.15rem 0 0;font-size:.74rem;font-weight:700}.reception-booking-submit button{color:#fff;background:#351540;border:0;justify-content:center;align-items:center;gap:.55rem;min-height:3.6rem;padding:0 1.4rem;font-weight:850;display:inline-flex;box-shadow:4px 4px #cfdf88}.reception-booking-submit button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}@media (width<=900px){.reception-booking-grid--appointment{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.reception-walk-in{width:calc(100% - 1rem);margin-block-start:.6rem}.reception-walk-in__intro{padding:1.15rem}.reception-walk-in__intro h1{font-size:2rem}.reception-booking-panel{padding:.85rem}.reception-booking-grid,.reception-booking-grid--appointment{grid-template-columns:1fr;gap:.7rem}.reception-booking-timeline>header{flex-direction:column;align-items:start;gap:.55rem}.reception-booking-rail{height:4rem}.reception-booking-time-control{grid-template-columns:1fr}.reception-booking-submit{grid-template-columns:1fr;padding:.75rem;bottom:.35rem}.reception-booking-submit button{width:100%}.reception-header__actions .reception-view-switch{width:2.9rem;padding:0;font-size:0}}
