:root{--bg:#080909;--bg2:#0d0f0f;--surface:#171919;--surface2:#1c1f1f;--soft:#222525;--text:#f5f1e8;--text2:#bbb6ad;--muted:#807d77;--gold:#ffc805;--gold2:#c89835;--goldsoft:#e0bd72;--green:#647a52;--border:rgba(255,255,255,.1);--danger:#a84c4c;--success:#7fa35b;--warning:#c98332;--r-sm:10px;--r-md:16px;--r-lg:24px;--r-xl:32px;--r-2xl:40px;--pill:999px;--shadow:0 18px 48px rgba(0,0,0,.34);--glow:0 12px 40px rgba(255,200,5,.16);--serif:"Playfair Display",Georgia,serif;--sans:Inter,Roboto,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--max:1320px}
:root{color-scheme:light dark;--color-background:var(--bg);--color-background-secondary:var(--bg2);--color-surface:var(--surface);--color-surface-elevated:var(--surface2);--color-surface-muted:var(--soft);--color-text:var(--text);--color-text-secondary:var(--text2);--color-text-muted:var(--muted);--color-border:var(--border);--color-accent:var(--gold);--accent-contrast:#080909;--photo-overlay:rgba(8,9,9,.72);--header-bg:rgba(13,15,15,.78);--header-bg-solid:rgba(13,15,15,.94);--mega-bg:rgba(18,20,20,.98)}
[data-theme="light"]{color-scheme:light;--bg:#f4f6f8;--bg2:#eceff3;--surface:#fff;--surface2:#fff;--soft:#e8ebef;--text:#111318;--text2:#505660;--muted:#6f7782;--gold:#8f6817;--gold2:#a47b20;--goldsoft:#745313;--green:#4f695d;--border:rgba(17,19,24,.1);--danger:#a04444;--success:#2f6b4f;--warning:#9a681f;--shadow:0 18px 42px rgba(17,19,24,.1);--glow:0 10px 30px rgba(164,123,32,.14);--accent-contrast:#fff;--photo-overlay:rgba(17,19,24,.62);--header-bg:rgba(255,255,255,.88);--header-bg-solid:rgba(248,249,250,.97);--mega-bg:rgba(255,255,255,.98)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);line-height:1.55}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}img{display:block;max-width:100%}.skip-link{position:fixed;z-index:300;top:-80px;left:20px;padding:12px 18px;border-radius:var(--r-md);background:var(--gold);color:#080909}.skip-link:focus{top:20px}.test-banner{position:fixed;z-index:100;top:0;left:0;right:0;height:28px;display:flex;align-items:center;justify-content:center;gap:10px;background:#3b2a06;color:#ffe89a;font-size:9px;letter-spacing:.1em}.test-banner p{margin:0;color:#d8c889;letter-spacing:0}.site-header{position:fixed;z-index:90;top:28px;left:18px;right:18px;height:72px;display:grid;grid-template-columns:170px 1fr auto;align-items:center;padding:0 18px 0 22px;border:1px solid var(--border);border-radius:var(--r-lg);background:rgba(13,15,15,.78);backdrop-filter:blur(18px);box-shadow:0 12px 35px rgba(0,0,0,.18);transition:.2s}.site-header.scrolled{top:10px;height:64px;background:rgba(13,15,15,.94)}.brand{display:grid;font-size:10px;font-weight:850;line-height:1.05;letter-spacing:.16em}.site-nav{display:flex;justify-content:center;gap:clamp(16px,2vw,30px);font-size:11px;font-weight:650}.site-nav a{position:relative;padding:8px 0}.site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:1px;background:var(--gold);transition:right .16s}.site-nav a:hover:after,.site-nav a[aria-current=page]:after{right:0}.site-nav .nav-flex:before{content:"";display:inline-block;width:5px;height:5px;margin:0 7px 1px 0;border-radius:50%;background:var(--gold)}.header-actions{display:flex;align-items:center;gap:12px}.account-mini{font-size:10px}.menu-btn{display:none;width:44px;height:44px;border:1px solid var(--border);border-radius:50%;background:var(--surface)}.menu-btn i,.menu-btn i:after{display:block;width:18px;height:1px;background:currentColor}.menu-btn i{margin:auto}.menu-btn i:after{content:"";transform:translateY(6px)}.mobile-menu{position:fixed;z-index:80;inset:0;padding:125px 22px 35px;background:var(--bg2);overflow:auto}.mobile-menu[hidden]{display:none}.mobile-menu section{margin-bottom:28px}.mobile-menu small{color:var(--goldsoft);font-size:8px;letter-spacing:.14em}.mobile-menu a{display:block;padding:11px 0;border-bottom:1px solid var(--border);font-family:var(--serif);font-size:27px}.btn{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:0 21px;border:1px solid transparent;border-radius:var(--r-md);background:transparent;font-size:12px;font-weight:750;cursor:pointer;transition:transform .15s,background .15s,border-color .15s}.btn:hover{transform:translateY(-2px)}.btn:focus-visible,.icon-btn:focus-visible,a:focus-visible{outline:3px solid var(--goldsoft);outline-offset:3px}.btn-primary{background:var(--gold);color:#080909;box-shadow:var(--glow)}.btn-primary:hover{background:#ffd52e}.btn-secondary{background:var(--surface2);border-color:var(--border)}.btn-outline{border-color:rgba(255,200,5,.35)}.btn-text{padding-inline:0}.btn-small{min-height:42px;padding:0 15px;border-radius:14px}.btn-large{min-height:58px;padding:0 28px}.btn:disabled{opacity:.42;cursor:not-allowed}.pill{display:inline-flex;min-height:27px;align-items:center;padding:0 10px;border:1px solid var(--border);border-radius:var(--pill);font-size:8px;font-weight:800;letter-spacing:.11em}.pill-gold{background:var(--gold);border-color:transparent;color:#080909}.pill-success{background:rgba(127,163,91,.16);border-color:rgba(127,163,91,.35);color:#a9ca8b}.pill-warning{background:rgba(201,131,50,.14);border-color:rgba(201,131,50,.35);color:#dca45f}.pill-neutral{background:var(--soft)}.pill-danger{background:rgba(168,76,76,.17);border-color:rgba(168,76,76,.35);color:#dc8d8d}
#app-main{min-height:100vh}.page-shell{padding:145px 18px 70px}.container{width:min(100%,var(--max));margin-inline:auto}.section{padding:90px 0}.section-dark{background:var(--bg2)}.section-heading{display:grid;grid-template-columns:.45fr 1.55fr;gap:35px;margin-bottom:55px}.section-heading small{color:var(--goldsoft);font-size:8px;font-weight:800;letter-spacing:.15em}.section-heading h2{margin:0;font-family:var(--serif);font-size:clamp(43px,5vw,72px);font-weight:400;line-height:.97;letter-spacing:-.045em}.section-heading h2 em{color:var(--text2);font-weight:400}.section-heading p{max-width:520px;color:var(--text2)}.eyebrow{color:var(--goldsoft);font-size:9px;font-weight:800;letter-spacing:.16em}.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px}.hero-copy,.hero-image{min-height:650px;border:1px solid var(--border);border-radius:var(--r-2xl);overflow:hidden;background:var(--surface)}.hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(32px,5vw,70px)}.hero-copy h1{margin:18px 0 25px;font-family:var(--serif);font-size:clamp(55px,6.5vw,96px);font-weight:400;line-height:.88;letter-spacing:-.055em}.hero-copy h1 em{color:var(--goldsoft);font-weight:400}.hero-copy>p:not(.eyebrow){max-width:520px;color:var(--text2);font-size:16px}.hero-actions{display:flex;align-items:center;gap:18px;margin-top:22px}.hero-flex-link{margin-top:35px;padding-top:20px;border-top:1px solid var(--border);font-size:11px;color:var(--text2)}.hero-flex-link strong{color:var(--goldsoft)}.hero-image{position:relative}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,9,9,.58),transparent 42%)}.hero-image .image-label{position:absolute;z-index:2;left:20px;bottom:20px;padding:8px 11px;border-radius:var(--pill);background:rgba(8,9,9,.75);font-size:8px;letter-spacing:.14em}.audience-selector{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:8px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.audience-selector a{position:relative;display:grid;gap:5px;min-height:120px;padding:24px;border-radius:var(--r-lg);background:var(--surface2)}.audience-selector a:first-child{background:linear-gradient(140deg,rgba(255,200,5,.1),var(--surface2))}.audience-selector small{color:var(--goldsoft);font-size:8px;letter-spacing:.14em}.audience-selector strong{font-family:var(--serif);font-size:25px;font-weight:500}.audience-selector b{position:absolute;right:24px;top:50%;color:var(--gold)}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{display:flex;flex-direction:column;align-items:flex-start;padding:26px;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface)}.card h3{margin:22px 0 8px;font-family:var(--serif);font-size:28px;font-weight:500;line-height:1}.card p{margin:0;color:var(--text2);font-size:12px}.card footer{width:100%;display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:30px}.image-card{padding:0;overflow:hidden}.image-card img{width:100%;height:270px;object-fit:cover}.image-card>div{display:flex;flex:1;flex-direction:column;align-items:flex-start;width:100%;padding:26px}.service-price{font-family:var(--serif);font-size:24px;color:var(--goldsoft)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature{min-height:220px;padding:25px;border:1px solid var(--border);border-radius:var(--r-lg);background:linear-gradient(145deg,var(--surface),var(--bg2))}.feature b{display:grid;place-items:center;width:39px;height:34px;margin-bottom:50px;background:var(--gold);color:#080909;clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%)}.feature h3{font-family:var(--serif);font-weight:500}.feature p{color:var(--text2);font-size:12px}.split-feature{display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;border:1px solid var(--border);border-radius:var(--r-2xl);background:var(--surface)}.split-feature>div{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:55px}.split-feature h2{margin:14px 0;font-family:var(--serif);font-size:clamp(44px,5vw,70px);font-weight:400;line-height:.95}.split-feature h2 em{color:var(--goldsoft)}.split-feature p{color:var(--text2)}.split-feature img{width:100%;height:100%;min-height:520px;object-fit:cover}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.step{position:relative;min-height:210px;padding:26px;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface)}.step>span{color:var(--goldsoft);font-size:9px}.step h3{font-family:var(--serif);font-size:25px;font-weight:500}.step p{color:var(--text2);font-size:12px}.gallery{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:14px}.gallery img{width:100%;height:480px;object-fit:cover;border-radius:var(--r-xl)}.gallery img:not(:first-child){height:233px}.gallery div{display:grid;gap:14px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review{padding:30px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.stars{color:var(--gold);letter-spacing:3px}.review blockquote{margin:28px 0;font-family:var(--serif);font-size:25px;line-height:1.25}.review footer{display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.location-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}.location-image,.location-info{overflow:hidden;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.location-image img{width:100%;height:100%;min-height:480px;object-fit:cover}.location-info{padding:40px}.location-info h3{font-family:var(--serif);font-size:40px;font-weight:400}.detail-list{list-style:none;margin:25px 0;padding:20px 0;border-top:1px solid var(--border)}.detail-list li{padding:8px 0;color:var(--text2);font-size:12px}.faq-list{border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-item button{width:100%;display:flex;justify-content:space-between;padding:22px 0;border:0;background:transparent;text-align:left;font-weight:650;cursor:pointer}.faq-answer{padding:0 0 22px;color:var(--text2);font-size:13px}.faq-answer[hidden]{display:none}.cta-panel{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:end;padding:55px;border:1px solid var(--border);border-radius:var(--r-2xl);background:linear-gradient(140deg,rgba(255,200,5,.09),var(--surface))}.cta-panel h2{margin:0;font-family:var(--serif);font-size:clamp(43px,5vw,72px);font-weight:400;line-height:.95}.cta-panel>div:last-child{display:flex;justify-content:flex-end}
.filter-bar{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:35px}.filter-btn{min-height:40px;padding:0 15px;border:1px solid var(--border);border-radius:var(--pill);background:var(--surface);cursor:pointer}.filter-btn.active{background:var(--gold);color:#080909}.service-list{display:grid;gap:12px}.service-row{display:grid;grid-template-columns:1fr 120px 110px auto;gap:20px;align-items:center;padding:22px 24px;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface)}.service-row h3{margin:0;font-family:var(--serif);font-size:25px;font-weight:500}.service-row p{margin:4px 0 0;color:var(--text2);font-size:11px}.service-row>span{color:var(--text2);font-size:12px}.service-row .price{color:var(--goldsoft);font-family:var(--serif);font-size:24px}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.team-card{overflow:hidden;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.team-placeholder{display:grid;place-items:center;height:340px;background:linear-gradient(145deg,var(--soft),var(--surface));color:var(--muted);font-family:var(--serif);font-size:80px}.team-card>div:last-child{padding:26px}.team-card h3{font-family:var(--serif);font-size:30px;font-weight:500}.team-card p{color:var(--text2);font-size:12px}.form-panel{padding:30px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label,.field>span{font-size:11px;font-weight:650}.field input,.field select,.field textarea{width:100%;min-height:50px;padding:13px 15px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--bg2);color:var(--text);outline:0}.field textarea{resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(255,200,5,.1)}.field-error{color:#df8c8c;font-size:10px}.form-success{padding:20px;border:1px solid rgba(127,163,91,.35);border-radius:var(--r-md);background:rgba(127,163,91,.1);color:#b6d29c}.map-mock{display:grid;place-items:center;min-height:330px;border-radius:var(--r-xl);background:radial-gradient(circle at 50% 50%,rgba(255,200,5,.13),transparent 25%),linear-gradient(45deg,var(--surface),var(--bg2));border:1px solid var(--border)}.map-pin{display:grid;place-items:center;width:52px;height:52px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:var(--gold);color:#080909}.map-pin span{transform:rotate(45deg);font-weight:900}
.flex-hero .hero-copy h1{font-size:clamp(62px,7vw,106px)}.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.plan{padding:28px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.plan.highlight{border-color:rgba(255,200,5,.4);box-shadow:var(--glow)}.plan h3{font-family:var(--serif);font-size:30px;font-weight:500}.plan .plan-price{margin:25px 0;font-family:var(--serif);font-size:44px}.plan .plan-price small{font-family:var(--sans);font-size:11px;color:var(--muted)}.plan p{color:var(--text2);font-size:12px}.workflow{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.workflow-step{min-height:165px;padding:22px;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface)}.workflow-step span{color:var(--goldsoft);font-size:8px}.workflow-step strong{display:block;margin-top:28px;font-family:var(--serif);font-size:24px;font-weight:500}.workflow-step p{color:var(--text2);font-size:11px}
.flow-shell{display:grid;grid-template-columns:260px 1fr;gap:18px}.flow-sidebar,.flow-panel{border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.flow-sidebar{padding:22px}.flow-progress{display:grid;gap:12px}.flow-progress li{list-style:none;display:grid;grid-template-columns:30px 1fr;align-items:center;color:var(--muted);font-size:11px}.flow-progress b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;border:1px solid var(--border)}.flow-progress li.active{color:var(--text)}.flow-progress li.active b,.flow-progress li.done b{background:var(--gold);border-color:transparent;color:#080909}.flow-panel{padding:32px}.flow-panel h1{font-family:var(--serif);font-size:42px;font-weight:400}.chair-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.chair{overflow:hidden;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--bg2);cursor:pointer}.chair.selected{border-color:var(--gold);box-shadow:var(--glow)}.chair.unavailable{opacity:.45;cursor:not-allowed}.chair img{width:100%;height:170px;object-fit:cover}.chair>div{padding:18px}.chair h3{margin:0;font-family:var(--serif);font-weight:500}.chair ul{padding-left:18px;color:var(--text2);font-size:10px}.slot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.slot{min-height:43px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--bg2);cursor:pointer}.slot.selected{background:var(--gold);color:#080909}.slot:disabled{text-decoration:line-through;opacity:.35}.summary-card{padding:24px;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--bg2)}.summary-card dl{display:grid;grid-template-columns:1fr auto;gap:10px;margin:0}.summary-card dt{color:var(--text2)}.summary-card dd{margin:0}.summary-card .total{padding-top:15px;border-top:1px solid var(--border);font-weight:800;color:var(--goldsoft)}.flow-actions{display:flex;justify-content:space-between;margin-top:30px}
.auth-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:18px}.auth-aside,.auth-panel{padding:35px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.auth-aside h1,.auth-panel h1{font-family:var(--serif);font-size:42px;font-weight:400}.onboarding-list{list-style:none;padding:0}.onboarding-list li{padding:12px 0;border-bottom:1px solid var(--border);color:var(--muted);font-size:12px}.onboarding-list li.active{color:var(--goldsoft)}.upload-box{display:grid;place-items:center;min-height:150px;padding:20px;border:1px dashed rgba(255,200,5,.35);border-radius:var(--r-lg);background:rgba(255,200,5,.04);text-align:center}.upload-box input{max-width:100%}
.dashboard-shell{display:grid;grid-template-columns:250px 1fr;min-height:calc(100vh - 28px);padding-top:28px}.dashboard-nav{position:sticky;top:28px;height:calc(100vh - 28px);display:flex;flex-direction:column;padding:26px 20px;border-right:1px solid var(--border);background:var(--bg2)}.dashboard-nav .brand{margin-bottom:40px}.dashboard-nav nav{display:grid;gap:5px}.dashboard-nav nav a,.dashboard-nav nav button{display:flex;align-items:center;min-height:43px;padding:0 13px;border:0;border-radius:var(--r-md);background:transparent;color:var(--text2);font-size:11px;text-align:left}.dashboard-nav nav .active{background:var(--surface2);color:var(--text)}.dashboard-nav footer{margin-top:auto;color:var(--muted);font-size:10px}.dashboard-main{padding:35px;overflow:hidden}.dashboard-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.dashboard-top h1{margin:0;font-family:var(--serif);font-size:42px;font-weight:400}.dashboard-mobile-menu{display:none}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.metric{padding:22px;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface)}.metric small{color:var(--muted);font-size:8px;letter-spacing:.12em}.metric strong{display:block;margin-top:16px;font-family:var(--serif);font-size:36px;font-weight:400}.dash-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:14px;margin-top:14px}.dash-card{padding:24px;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface)}.dash-card h2{margin:0 0 20px;font-family:var(--serif);font-weight:500}.reservation-card{padding:20px;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--bg2)}.reservation-card header{display:flex;justify-content:space-between}.reservation-card h3{font-family:var(--serif);font-weight:500}.access-code{display:flex;justify-content:space-between;align-items:center;margin:20px 0;padding:18px;border:1px solid rgba(255,200,5,.25);border-radius:var(--r-md);background:rgba(255,200,5,.06)}.access-code code{color:var(--gold);font-size:24px;letter-spacing:.15em}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:13px 10px;border-bottom:1px solid var(--border);text-align:left;font-size:11px}.table th{color:var(--muted);font-size:8px;letter-spacing:.12em}.activity-list{display:grid;gap:12px}.activity{display:grid;grid-template-columns:10px 1fr auto;gap:10px;align-items:center;font-size:11px}.activity i{width:8px;height:8px;border-radius:50%;background:var(--success)}.activity time{color:var(--muted)}.calendar-grid{display:grid;grid-template-columns:70px repeat(3,1fr);border-top:1px solid var(--border);border-left:1px solid var(--border)}.calendar-grid>div{min-height:70px;padding:8px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);font-size:9px}.calendar-event{border-radius:8px;background:rgba(255,200,5,.12);color:var(--goldsoft)}.modal{position:fixed;z-index:200;inset:0;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.72)}.modal[hidden]{display:none}.modal-card{width:min(100%,520px);padding:30px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface2);box-shadow:var(--shadow)}.modal-card h2{font-family:var(--serif);font-size:34px;font-weight:400}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px}.qr-mock{width:170px;height:170px;margin:20px auto;border:12px solid #fff;background:repeating-linear-gradient(45deg,#000 0 7px,#fff 7px 14px),repeating-linear-gradient(-45deg,transparent 0 9px,#000 9px 15px);box-shadow:inset 0 0 0 8px #fff}.invoice{padding:35px;border-radius:var(--r-lg);background:#f7f4ec;color:#191a18}.invoice header{display:flex;justify-content:space-between}.invoice table{width:100%;margin:30px 0;border-collapse:collapse}.invoice td{padding:12px 0;border-bottom:1px solid #d7d2c6}.invoice .invoice-total{text-align:right;font-size:26px}.site-footer{margin:0 18px 18px;padding:52px;border:1px solid var(--border);border-radius:var(--r-2xl);background:linear-gradient(145deg,var(--surface),var(--bg2))}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:45px}.site-footer h3{font-family:var(--serif);font-size:28px;font-weight:500}.site-footer h4{color:var(--goldsoft);font-size:9px;letter-spacing:.13em}.site-footer a,.site-footer p{display:block;margin:7px 0;color:var(--text2);font-size:11px}.footer-bottom{display:flex;justify-content:space-between;margin-top:40px;padding-top:24px;border-top:1px solid var(--border);color:var(--muted);font-size:9px}#toast-region{position:fixed;z-index:300;right:18px;bottom:18px;display:grid;gap:8px}.toast{max-width:380px;padding:14px 18px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface2);box-shadow:var(--shadow);font-size:11px}
@media(max-width:1050px){.site-nav a:nth-child(4),.site-nav a:nth-child(5){display:none}.hero-copy,.hero-image{min-height:580px}.card-grid,.plan-grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.team-grid{grid-template-columns:repeat(2,1fr)}.metric-grid{grid-template-columns:repeat(2,1fr)}.dashboard-shell{grid-template-columns:210px 1fr}.footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}}
@media(max-width:760px){.test-banner{justify-content:flex-start;padding:0 10px}.test-banner p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-header{top:34px;left:10px;right:10px;height:64px;grid-template-columns:1fr auto;padding:0 10px 0 16px;border-radius:20px}.site-header.scrolled{top:8px}.site-nav,.account-mini{display:none}.menu-btn{display:block}.page-shell{padding:125px 12px 45px}.container{width:100%}.section{padding:65px 0}.section-heading{display:block;margin-bottom:35px}.section-heading small{display:block;margin-bottom:18px}.section-heading h2{font-size:42px}.hero-grid{grid-template-columns:1fr}.hero-copy,.hero-image{min-height:0}.hero-copy{padding:34px 25px}.hero-copy h1{font-size:55px}.hero-image{height:430px}.hero-actions{align-items:stretch;flex-direction:column;width:100%}.hero-actions .btn{width:100%}.audience-selector{grid-template-columns:1fr}.card-grid,.feature-grid,.review-grid,.plan-grid,.team-grid,.steps,.workflow{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.gallery img,.gallery img:not(:first-child){height:330px}.gallery div{grid-template-columns:1fr 1fr}.split-feature{grid-template-columns:1fr}.split-feature>div{padding:32px}.split-feature img{min-height:360px}.location-grid,.cta-panel{grid-template-columns:1fr}.cta-panel{padding:32px}.cta-panel>div:last-child{justify-content:flex-start}.service-row{grid-template-columns:1fr auto;padding:20px}.service-row>span{display:none}.service-row .btn{grid-column:1/-1}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.special-grid{grid-template-columns:1fr}.flow-shell{grid-template-columns:1fr}.flow-sidebar{display:none}.flow-panel{padding:22px}.chair-grid{grid-template-columns:1fr}.slot-grid{grid-template-columns:repeat(3,1fr)}.auth-grid{grid-template-columns:1fr}.dashboard-shell{display:block;padding-top:28px}.dashboard-nav{position:fixed;z-index:150;inset:28px 20% 0 0;height:auto;transform:translateX(-105%);transition:transform .2s;box-shadow:var(--shadow)}.dashboard-shell.nav-open .dashboard-nav{transform:none}.dashboard-main{padding:20px 14px}.dashboard-mobile-menu{display:block}.dashboard-top h1{font-size:34px}.metric-grid,.dash-grid{grid-template-columns:1fr}.table-wrap{overflow-x:auto}.table{min-width:650px}.calendar-grid{min-width:680px}.site-footer{margin:0 10px 10px;padding:32px 24px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:grid;gap:8px}.modal-actions{align-items:stretch;flex-direction:column}.modal-actions .btn{width:100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
.network-bento{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.network-bento>article{position:relative;min-height:240px;padding:28px;border:1px solid var(--border);border-radius:var(--r-xl);background:linear-gradient(145deg,var(--surface),var(--bg2))}.network-bento>article>span:not(.pill){color:var(--goldsoft);font-size:9px;letter-spacing:.12em}.network-bento h3{margin:28px 0 10px;font-family:var(--serif);font-size:30px;font-weight:500;line-height:1.05}.network-bento p{color:var(--text2);font-size:12px}.network-feature{grid-column:span 2;background:linear-gradient(135deg,rgba(255,200,5,.12),var(--surface))!important}.network-flagship{display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(0deg,rgba(8,9,9,.78),rgba(8,9,9,.15)),url("/assets/salon-facade.jpg") center/cover!important}.network-flagship strong{font-family:var(--serif);font-size:27px}.network-flagship span{color:var(--text2)!important}.market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.market-card,.profile-card{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.market-card>img{width:100%;height:250px;object-fit:cover}.market-card>div,.profile-card{padding:24px}.market-card h3,.profile-card h3{font-family:var(--serif);font-size:27px;font-weight:500}.market-card p,.profile-card p{color:var(--text2);font-size:11px}.market-card ul{min-height:65px;padding-left:18px;color:var(--text2);font-size:10px}.market-card footer{display:flex;align-items:center;justify-content:space-between;margin-top:22px}.market-card footer strong{color:var(--goldsoft)}.match-score{float:right;padding:5px 9px;border-radius:var(--pill);background:rgba(255,200,5,.1);color:var(--goldsoft);font-size:10px;font-weight:800}.profile-avatar{display:grid;place-items:center;width:80px;height:80px;margin-bottom:20px;border-radius:50%;background:linear-gradient(145deg,var(--gold2),var(--surface));color:#080909;font-family:var(--serif);font-size:35px}.profile-avatar-large{width:130px;height:130px;font-size:55px}.tag-row{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0}.tag-row span{padding:6px 10px;border:1px solid var(--border);border-radius:var(--pill);color:var(--text2);font-size:9px}.profile-details{display:grid;grid-template-columns:140px 1fr;gap:12px;margin:30px 0}.profile-details dt{color:var(--muted);font-size:10px}.profile-details dd{margin:0;font-size:12px}.check-grid{display:flex;flex-wrap:wrap;gap:10px 18px;padding:15px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--bg2)}.check-grid label{min-height:30px;display:flex;align-items:center;gap:7px}.check-grid input{width:auto;min-height:auto}.match-row{display:grid;grid-template-columns:1fr auto;gap:5px 15px;padding:15px 0;border-bottom:1px solid var(--border)}.match-row span,.match-row small{color:var(--text2);font-size:10px}.match-row b{grid-row:1/3;grid-column:2;align-self:center;color:var(--goldsoft);font-size:20px}.match-row small{grid-column:1/-1}.mini-bars{height:150px;display:flex;align-items:flex-end;gap:10px;padding:20px 0}.mini-bars i{position:relative;flex:1;min-height:10px;border-radius:8px 8px 3px 3px;background:linear-gradient(var(--gold),var(--gold2))}.mini-bars span{position:absolute;left:50%;bottom:-20px;transform:translateX(-50%);color:var(--muted);font-style:normal;font-size:8px}
@media(max-width:760px){.network-bento,.market-grid{grid-template-columns:1fr}.network-feature{grid-column:auto}.profile-details{grid-template-columns:1fr}}
.network-nav{position:relative}.network-nav>button{position:relative;padding:8px 0;border:0;background:transparent;color:var(--text);font-size:11px;font-weight:650;cursor:pointer}.network-nav>button:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:1px;background:var(--gold);transition:right .16s}.network-nav>button:hover:after,.network-nav>button[aria-expanded=true]:after{right:0}.network-nav>button:before{content:"";display:inline-block;width:5px;height:5px;margin:0 7px 1px 0;border-radius:50%;background:var(--gold)}.network-mega{position:absolute;top:46px;left:50%;width:min(860px,calc(100vw - 50px));padding:18px;border:1px solid var(--border);border-radius:var(--r-xl);background:rgba(18,20,20,.98);box-shadow:var(--shadow);transform:translateX(-50%);backdrop-filter:blur(24px)}.network-mega[hidden]{display:none}.network-mega-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.network-mega section{padding:18px;border-radius:var(--r-lg);background:var(--bg2)}.network-mega small{color:var(--goldsoft);font-size:8px;letter-spacing:.14em}.network-mega a{display:block;padding:8px 0;color:var(--text2);font-size:11px}.network-mega a:after{display:none}.network-mega a:hover{color:var(--text)}.mega-teaser{display:grid!important;grid-template-columns:auto 1fr;gap:3px 18px;margin-top:10px;padding:20px!important;border-radius:var(--r-lg);background:linear-gradient(120deg,rgba(255,200,5,.14),var(--surface2))}.mega-teaser span{grid-row:1/3;color:var(--goldsoft);font-size:8px;letter-spacing:.13em}.mega-teaser strong{font-family:var(--serif);font-size:23px}.mega-teaser em{color:var(--text2);font-size:10px;font-style:normal}.mobile-network>button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 0 8px;border:0;background:none}.mobile-network>button b{font-size:24px}.audience-selector-three{grid-template-columns:repeat(3,1fr)}.beyond-section{overflow:hidden}.beyond-intro{display:grid;grid-template-columns:.55fr 1.15fr .7fr;gap:30px;align-items:end;margin-bottom:55px}.beyond-intro h2{margin:0;font-family:var(--serif);font-size:clamp(64px,8vw,118px);font-weight:400;line-height:.78;letter-spacing:-.06em}.beyond-intro h2 em{color:var(--goldsoft);font-weight:400}.beyond-intro>p:last-child{color:var(--text2)}.discovery-routes{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(2,320px);gap:15px}.discovery-route{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:var(--r-2xl);background:var(--surface)}.discovery-route:first-child{grid-row:1/3}.discovery-route img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.discovery-route:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,9,9,.94),rgba(8,9,9,.08) 70%)}.discovery-route>div{position:absolute;z-index:2;right:0;bottom:0;left:0;padding:32px}.discovery-route span{color:var(--goldsoft);font-size:8px;letter-spacing:.15em}.discovery-route h3{margin:10px 0;font-family:var(--serif);font-size:clamp(30px,4vw,54px);font-weight:400}.discovery-route p{max-width:480px;color:var(--text2);font-size:12px}.discovery-route strong{color:var(--gold);font-size:11px}.discovery-route:hover img{transform:scale(1.035)}.network-hero{padding-bottom:20px}.network-hero-stage{position:relative;min-height:720px;overflow:hidden;border:1px solid var(--border);border-radius:var(--r-2xl);background:var(--surface)}.network-hero-stage>img{width:100%;height:720px;object-fit:cover}.network-hero-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,8,8,.94),rgba(7,8,8,.25) 68%),linear-gradient(0deg,rgba(7,8,8,.65),transparent 45%)}.network-hero-copy{position:absolute;z-index:2;top:50%;left:clamp(30px,7vw,95px);width:min(650px,80%);transform:translateY(-50%)}.network-hero-copy h1{margin:15px 0 25px;font-family:var(--serif);font-size:clamp(64px,8vw,116px);font-weight:400;line-height:.82;letter-spacing:-.06em}.network-hero-copy h1 em{color:var(--goldsoft);font-weight:400}.network-hero-copy>p:not(.eyebrow){max-width:570px;color:var(--text2);font-size:16px}.network-hero-stage>.image-label{position:absolute;z-index:3;right:22px;bottom:22px}.intent-switcher{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:center;margin-top:15px;padding:16px 20px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.intent-switcher strong{font-family:var(--serif);font-size:20px;font-weight:500}.intent-switcher>div{display:flex;gap:8px}.intent-switcher button{min-height:42px;padding:0 14px;border:1px solid var(--border);border-radius:var(--pill);background:var(--bg2);color:var(--text2);font-size:10px;cursor:pointer}.intent-switcher button:hover,.intent-switcher button.active{border-color:var(--gold);background:rgba(255,200,5,.1);color:var(--text)}.market-image{position:relative;padding:0!important}.market-image>img{width:100%;height:280px;object-fit:cover;transition:transform .4s}.premium-card:hover .market-image>img{transform:scale(1.03)}.favorite-btn{position:absolute;z-index:2;top:14px;right:14px;width:44px;height:44px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(8,9,9,.72);color:#fff;font-size:22px;cursor:pointer}.favorite-btn.active{color:var(--gold)}.visual-badge{position:absolute;bottom:14px;left:14px;padding:7px 10px;border-radius:var(--pill);background:var(--gold);color:#090909;font-size:8px;font-weight:850;letter-spacing:.11em}.premium-card{transition:transform .25s,border-color .25s,box-shadow .25s}.premium-card:hover{transform:translateY(-6px);border-color:rgba(255,200,5,.3);box-shadow:var(--shadow)}.availability-line{display:flex;justify-content:space-between;gap:10px;padding:15px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);font-size:9px}.availability-line b{color:var(--goldsoft)}.availability-line span{color:var(--muted)}.profile-visual{display:flex;align-items:end;justify-content:space-between}.portfolio-preview{display:flex;gap:5px}.portfolio-preview span{width:36px;height:50px;border-radius:8px;background:linear-gradient(145deg,var(--gold2),var(--surface2))}.portfolio-preview span:nth-child(2){height:65px;background:linear-gradient(145deg,var(--green),var(--surface2))}.editorial-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;min-height:500px;padding:34px;border:1px solid var(--border);border-radius:var(--r-xl);background:linear-gradient(145deg,rgba(255,200,5,.14),var(--surface))}.editorial-card h3{font-family:var(--serif);font-size:45px;font-weight:400;line-height:.95}.editorial-card p{color:var(--text2)}.editorial-image{background:linear-gradient(0deg,rgba(8,9,9,.9),rgba(8,9,9,.15)),url("/assets/salon-green-sofa.jpg") center/cover}.partner-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.partner-strip>a{display:grid;grid-template-columns:.8fr 1.2fr;overflow:hidden;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.partner-strip img{width:100%;height:270px;object-fit:cover}.partner-strip>a>div{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:30px}.partner-strip h3{font-family:var(--serif);font-size:30px;font-weight:500}.partner-strip p{color:var(--text2)}.region-grid{display:grid;grid-template-columns:1.2fr 1fr .8fr;gap:14px}.region-grid a{min-height:220px;padding:28px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.region-grid span{color:var(--goldsoft);font-size:9px}.region-grid h3{font-family:var(--serif);font-size:42px;font-weight:400}.region-grid p{color:var(--text2);font-size:11px}.pricing-message{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:end;padding:55px;border:1px solid var(--border);border-radius:var(--r-2xl);background:linear-gradient(140deg,rgba(255,200,5,.1),var(--surface))}.pricing-message h2{font-family:var(--serif);font-size:clamp(45px,6vw,76px);font-weight:400;line-height:.9}.pricing-message h2 em{color:var(--goldsoft)}.pricing-message p{color:var(--text2)}.pricing-inline{display:flex;align-items:center;justify-content:space-between;margin-top:30px;padding:22px;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface)}.pricing-inline p{margin:0;color:var(--text2)}.pricing-inline a{color:var(--gold)}.pricing-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.pricing-columns>article{padding:30px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.pricing-columns h2{font-family:var(--serif);font-size:35px;font-weight:500}.pricing-columns>article>p{min-height:55px;color:var(--text2)}.price-list{margin:25px 0}.price-list>div{display:flex;justify-content:space-between;gap:15px;padding:11px 0;border-bottom:1px solid var(--border);font-size:10px}.price-list strong{color:var(--goldsoft);text-align:right}
@media(max-width:1050px){.audience-selector-three{grid-template-columns:1fr 1fr}.audience-selector-three a:last-child{grid-column:1/-1}.network-mega{left:auto;right:-170px;transform:none}.beyond-intro{grid-template-columns:1fr 1fr}.beyond-intro>.eyebrow{grid-column:1/-1}.pricing-columns{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.audience-selector-three,.beyond-intro,.discovery-routes,.partner-strip,.region-grid,.pricing-message,.pricing-columns{grid-template-columns:1fr}.audience-selector-three a:last-child{grid-column:auto}.beyond-intro{display:block}.beyond-intro h2{margin:20px 0 30px;font-size:70px}.discovery-routes{display:grid;grid-template-rows:none}.discovery-route:first-child{grid-row:auto}.discovery-route{min-height:480px}.network-hero-stage,.network-hero-stage>img{height:640px;min-height:640px}.network-hero-copy{left:25px;width:calc(100% - 50px)}.network-hero-copy h1{font-size:61px}.intent-switcher{grid-template-columns:1fr}.intent-switcher>div{display:grid;grid-template-columns:1fr}.intent-switcher button{text-align:left}.partner-strip>a{grid-template-columns:1fr}.partner-strip img{height:230px}.pricing-inline{align-items:flex-start;flex-direction:column;gap:14px}.market-card footer{align-items:flex-start;flex-direction:column;gap:15px}.market-card footer .btn{width:100%}.network-mega{display:none}}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.theme-switcher{display:inline-flex;gap:3px;padding:3px;border:1px solid var(--border);border-radius:var(--pill);background:var(--bg2)}.theme-switcher button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:var(--muted);cursor:pointer;transition:background .15s,color .15s,transform .15s}.theme-switcher button:hover{color:var(--text);transform:translateY(-1px)}.theme-switcher button.active{background:var(--surface2);color:var(--goldsoft);box-shadow:0 3px 10px rgba(0,0,0,.12)}.theme-switcher button:focus-visible{outline:3px solid var(--goldsoft);outline-offset:2px}.theme-header button{width:30px;height:30px;font-size:12px}.theme-dashboard-nav{margin-bottom:18px}.dashboard-top-actions{display:flex;align-items:center;gap:10px}.mobile-theme .theme-switcher{margin-top:12px}.account-theme-panel{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:25px;padding:25px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.account-theme-panel h3{margin:14px 0 5px;font-family:var(--serif);font-size:28px;font-weight:500}.account-theme-panel p{margin:0;color:var(--text2);font-size:11px}
.site-header{background:var(--header-bg)}.site-header.scrolled{background:var(--header-bg-solid)}.network-mega{background:var(--mega-bg)}.btn-primary,.pill-gold,.feature b,.map-pin,.slot.selected,.filter-btn.active,.flow-progress li.active b,.flow-progress li.done b,.visual-badge{color:var(--accent-contrast)}.hero-image:after{background:linear-gradient(0deg,var(--photo-overlay),transparent 42%)}.network-hero-stage:after{background:linear-gradient(90deg,rgba(7,8,8,.94),rgba(7,8,8,.25) 68%),linear-gradient(0deg,rgba(7,8,8,.65),transparent 45%)}.network-hero-copy,.network-hero-copy .eyebrow,.network-hero-copy>p:not(.eyebrow){color:#f5f1e8}.network-hero-copy .eyebrow{color:#e0bd72}.discovery-route,.network-flagship,.editorial-image{color:#f5f1e8}.discovery-route p,.network-flagship span{color:#bbb6ad!important}.image-label,.favorite-btn{color:#fff}.modal{background:rgba(0,0,0,.72)}
[data-theme="light"] body{background:var(--bg);color:var(--text)}[data-theme="light"] .site-header{box-shadow:0 12px 34px rgba(17,19,24,.1)}[data-theme="light"] .site-header.scrolled{border-color:rgba(23,21,18,.16)}[data-theme="light"] .test-banner{background:#3b2a06;color:#ffe89a}[data-theme="light"] .mobile-menu{background:var(--bg2)}[data-theme="light"] .network-mega section{background:var(--bg2)}[data-theme="light"] .mega-teaser{background:linear-gradient(120deg,rgba(164,123,32,.13),var(--surface2))}[data-theme="light"] .btn-primary:hover{background:#785814}[data-theme="light"] .btn-secondary{box-shadow:0 5px 18px rgba(17,19,24,.06)}[data-theme="light"] .section-dark{background:var(--bg2)}[data-theme="light"] .hero-copy,[data-theme="light"] .hero-image,[data-theme="light"] .audience-selector,[data-theme="light"] .card,[data-theme="light"] .feature,[data-theme="light"] .split-feature,[data-theme="light"] .step,[data-theme="light"] .review,[data-theme="light"] .location-image,[data-theme="light"] .location-info,[data-theme="light"] .plan,[data-theme="light"] .workflow-step,[data-theme="light"] .team-card,[data-theme="light"] .form-panel,[data-theme="light"] .flow-sidebar,[data-theme="light"] .flow-panel,[data-theme="light"] .auth-aside,[data-theme="light"] .auth-panel,[data-theme="light"] .metric,[data-theme="light"] .dash-card,[data-theme="light"] .reservation-card,[data-theme="light"] .market-card,[data-theme="light"] .profile-card,[data-theme="light"] .pricing-columns>article{box-shadow:0 10px 28px rgba(17,19,24,.07)}[data-theme="light"] .beyond-section{background:#f4f6f8}[data-theme="light"] .beyond-intro h2 em{color:var(--goldsoft)}[data-theme="light"] .network-bento>article,[data-theme="light"] .feature,[data-theme="light"] .cta-panel,[data-theme="light"] .pricing-message{background:linear-gradient(145deg,var(--surface),var(--bg2))}[data-theme="light"] .network-feature{background:linear-gradient(135deg,rgba(164,123,32,.12),var(--surface))!important}[data-theme="light"] .field input,[data-theme="light"] .field select,[data-theme="light"] .field textarea,[data-theme="light"] .summary-card,[data-theme="light"] .chair,[data-theme="light"] .slot,[data-theme="light"] .upload-box,[data-theme="light"] .check-grid{background:var(--surface-elevated,var(--surface2));color:var(--text)}[data-theme="light"] .field input::placeholder,[data-theme="light"] .field textarea::placeholder{color:var(--muted)}[data-theme="light"] input:-webkit-autofill,[data-theme="light"] textarea:-webkit-autofill,[data-theme="light"] select:-webkit-autofill{-webkit-text-fill-color:var(--text);box-shadow:0 0 0 1000px var(--surface2) inset;transition:background-color 9999s ease-out}[data-theme="light"] .field input:disabled,[data-theme="light"] .field select:disabled,[data-theme="light"] .field textarea:disabled{background:var(--soft);color:var(--muted)}[data-theme="light"] .dashboard-nav{background:var(--bg2)}[data-theme="light"] .dashboard-nav nav .active{background:var(--surface2);box-shadow:0 5px 16px rgba(17,19,24,.08)}[data-theme="light"] .table tbody tr:hover td{background:rgba(164,123,32,.055)}[data-theme="light"] .table th{background:var(--surface);position:sticky;top:0}[data-theme="light"] .calendar-event{background:rgba(164,123,32,.12);color:var(--goldsoft)}[data-theme="light"] .modal-card{background:var(--surface2);box-shadow:0 22px 60px rgba(23,21,18,.2)}[data-theme="light"] .toast{background:var(--surface2)}[data-theme="light"] .site-footer{background:linear-gradient(145deg,var(--surface),var(--bg2));box-shadow:0 12px 34px rgba(17,19,24,.08)}[data-theme="light"] .invoice{background:#fffdf9;color:#191a18}[data-theme="light"] .qr-mock{background:repeating-linear-gradient(45deg,#000 0 7px,#fff 7px 14px),repeating-linear-gradient(-45deg,transparent 0 9px,#000 9px 15px)}[data-theme="light"] .form-success{color:#2f5b3f}[data-theme="light"] .pill-success{color:#376c4a}[data-theme="light"] .pill-warning{color:#805018}[data-theme="light"] .pill-danger{color:#98483f}
@media(max-width:1050px){.theme-header{display:none}}
@media(max-width:760px){.account-theme-panel{align-items:flex-start;flex-direction:column}.dashboard-top-actions .theme-dashboard{display:none}.theme-dashboard-nav{display:inline-flex}.mobile-theme{padding-bottom:18px;border-bottom:1px solid var(--border)}}
[data-theme="light"] .site-header{border-color:rgba(17,19,24,.08);box-shadow:0 10px 30px rgba(17,19,24,.07)}
[data-theme="light"] .site-header.scrolled{background:rgba(248,249,250,.97);border-color:rgba(17,19,24,.1);box-shadow:0 12px 32px rgba(17,19,24,.09)}
[data-theme="light"] .network-mega{border-color:rgba(17,19,24,.1);box-shadow:0 22px 52px rgba(17,19,24,.13)}
[data-theme="light"] .network-mega section{background:#f4f6f8}
[data-theme="light"] .mega-teaser{background:linear-gradient(120deg,#f8f9fa,#eceff3)}
[data-theme="light"] .beyond-section{background:#f4f6f8}
[data-theme="light"] .beyond-section .discovery-route:first-child{box-shadow:0 16px 38px rgba(17,19,24,.12)}
[data-theme="light"] .hero-copy,[data-theme="light"] .audience-selector,[data-theme="light"] .card,[data-theme="light"] .feature,[data-theme="light"] .split-feature,[data-theme="light"] .step,[data-theme="light"] .review,[data-theme="light"] .location-image,[data-theme="light"] .location-info,[data-theme="light"] .plan,[data-theme="light"] .workflow-step,[data-theme="light"] .team-card,[data-theme="light"] .form-panel,[data-theme="light"] .flow-sidebar,[data-theme="light"] .flow-panel,[data-theme="light"] .auth-aside,[data-theme="light"] .auth-panel,[data-theme="light"] .metric,[data-theme="light"] .dash-card,[data-theme="light"] .reservation-card,[data-theme="light"] .market-card,[data-theme="light"] .profile-card,[data-theme="light"] .pricing-columns>article,[data-theme="light"] .account-theme-panel{background:#fff;border-color:rgba(17,19,24,.09);box-shadow:0 12px 32px rgba(17,19,24,.06)}
[data-theme="light"] .premium-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(17,19,24,.1)}
[data-theme="light"] .network-bento>article,[data-theme="light"] .feature,[data-theme="light"] .cta-panel,[data-theme="light"] .pricing-message{background:linear-gradient(145deg,#fff,#f8f9fa)}
[data-theme="light"] .network-feature{background:linear-gradient(135deg,#fff,#f1e7c8)!important}
[data-theme="light"] .section-dark{background:#eceff3}
[data-theme="light"] .filter-btn,[data-theme="light"] .intent-switcher button,[data-theme="light"] .theme-switcher{background:#f8f9fa}
[data-theme="light"] .filter-btn.active,[data-theme="light"] .intent-switcher button.active{background:#f1e7c8;color:#111318;border-color:rgba(164,123,32,.35)}
[data-theme="light"] .field input,[data-theme="light"] .field select,[data-theme="light"] .field textarea,[data-theme="light"] .summary-card,[data-theme="light"] .chair,[data-theme="light"] .slot,[data-theme="light"] .upload-box,[data-theme="light"] .check-grid{background:#fff;border-color:rgba(17,19,24,.14);color:#111318}
[data-theme="light"] .field input:focus,[data-theme="light"] .field select:focus,[data-theme="light"] .field textarea:focus{border-color:#a47b20;box-shadow:0 0 0 3px rgba(164,123,32,.14)}
[data-theme="light"] .field input:disabled,[data-theme="light"] .field select:disabled,[data-theme="light"] .field textarea:disabled{background:#eceff3;color:#6f7782}
[data-theme="light"] input:-webkit-autofill,[data-theme="light"] textarea:-webkit-autofill,[data-theme="light"] select:-webkit-autofill{-webkit-text-fill-color:#111318;box-shadow:0 0 0 1000px #fff inset}
[data-theme="light"] .dashboard-main{background:#f4f6f8}
[data-theme="light"] .dashboard-nav{background:#fff;border-color:rgba(17,19,24,.1)}
[data-theme="light"] .dashboard-nav nav .active{background:#f1e7c8;color:#111318;box-shadow:none}
[data-theme="light"] .table th{background:#f8f9fa;color:#505660}
[data-theme="light"] .table td,[data-theme="light"] .table th{border-color:rgba(17,19,24,.08)}
[data-theme="light"] .table tbody tr:nth-child(even) td{background:#f8f9fa}
[data-theme="light"] .table tbody tr:hover td{background:#eceff3}
[data-theme="light"] .calendar-grid>div{border-color:rgba(17,19,24,.09)}
[data-theme="light"] .calendar-event{background:#f1e7c8;color:#745313}
[data-theme="light"] .modal-card,[data-theme="light"] .toast{background:#fff;border-color:rgba(17,19,24,.1);box-shadow:0 22px 60px rgba(17,19,24,.18)}
[data-theme="light"] .site-footer{background:linear-gradient(145deg,#171a20,#0f1115);color:#f4f6f8;border-color:rgba(255,255,255,.1);box-shadow:0 16px 42px rgba(17,19,24,.16)}
[data-theme="light"] .site-footer h3,[data-theme="light"] .site-footer h4{color:#f4f6f8}
[data-theme="light"] .site-footer h4{color:#d6b45f}
[data-theme="light"] .site-footer a,[data-theme="light"] .site-footer p{color:#b8bec6}
[data-theme="light"] .footer-bottom{color:#8f97a2;border-color:rgba(255,255,255,.1)}
.breadcrumbs{margin:0 0 24px}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0;padding:0;list-style:none;color:var(--muted);font-size:10px}.breadcrumbs li:not(:last-child):after{content:"›";margin-left:8px;color:var(--goldsoft)}.breadcrumbs a:hover{color:var(--text)}.directory-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:10px;margin:0 0 18px;padding:18px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.directory-filters label{display:grid;gap:6px;color:var(--muted);font-size:9px;font-weight:750;letter-spacing:.06em}.directory-filters select{min-height:46px;padding:0 12px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--bg2);color:var(--text)}.directory-filters .btn{align-self:end}.result-count{margin:0 0 22px;color:var(--muted);font-size:11px}.empty-state{padding:45px;border:1px dashed var(--border);border-radius:var(--r-xl);background:var(--surface);text-align:center}.empty-state[hidden]{display:none}.empty-state h2{font-family:var(--serif);font-size:34px;font-weight:500}
.public-brand{display:grid;width:max-content;height:auto;overflow:visible;border-radius:0;background:transparent}.public-brand span{color:var(--text);font-size:11px;font-weight:900;letter-spacing:.17em}.public-brand small{margin-top:4px;color:var(--goldsoft);font-size:8px;font-weight:800;letter-spacing:.24em}
@media(max-width:1050px){.directory-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.directory-filters .btn{grid-column:1/-1}}
@media(max-width:760px){.directory-filters{grid-template-columns:1fr}.directory-filters .btn{grid-column:auto}.breadcrumbs{overflow-x:auto;white-space:nowrap}}

/* Visible completion pass: pricing, purchases and checkout */
.salon-first-hero h1{font-size:clamp(58px,7vw,105px)}
.treatment-card{grid-template-rows:150px 1fr}.treatment-mark{display:flex;align-items:flex-end;justify-content:space-between;padding:24px;background:radial-gradient(circle at 78% 20%,rgba(255,200,5,.2),transparent 35%),linear-gradient(145deg,#20231f,#0d0f0f);border-bottom:1px solid var(--border)}.treatment-mark span{color:var(--goldsoft);font-size:12px;font-weight:850;letter-spacing:.18em}.treatment-mark b{font-family:var(--serif);font-size:72px;font-weight:400;line-height:.8;color:rgba(255,255,255,.22)}.service-category{display:block;margin-bottom:5px;color:var(--goldsoft);font-size:9px;font-weight:800;letter-spacing:.12em}.salon-location-feature iframe{width:100%;height:100%;min-height:460px;border:0;filter:saturate(.75) contrast(1.05)}
.growth-plan-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.price-period{display:block;margin-top:5px;color:var(--muted);font-size:10px}.billing-note{display:flex;justify-content:center;gap:12px;margin:22px auto 0;color:var(--text2);font-size:11px}.billing-note strong{color:var(--goldsoft)}.pricing-disclosure{text-align:center;color:var(--muted);font-size:11px}.workspace-plan-preview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.workspace-plan-preview article{display:flex;flex-direction:column;align-items:flex-start;min-height:330px;padding:28px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.workspace-plan-preview article.featured{border-color:rgba(255,200,5,.45);background:linear-gradient(145deg,rgba(255,200,5,.12),var(--surface))}.workspace-plan-preview h3{margin:25px 0 8px;font-family:var(--serif);font-size:31px}.workspace-plan-preview p{flex:1;color:var(--text2);font-size:11px}.auto-filters{grid-template-columns:repeat(4,minmax(0,1fr))}.professional-onboarding{display:flex;justify-content:space-between;align-items:center;gap:30px;margin:0 0 22px;padding:30px;border:1px solid var(--border);border-radius:var(--r-xl);background:linear-gradient(135deg,rgba(255,200,5,.11),var(--surface))}.professional-onboarding h2{margin:12px 0 4px;font-family:var(--serif);font-size:36px}.professional-onboarding p{margin:0;color:var(--text2)}.professional-onboarding>div:last-child{display:flex;gap:10px}.positive-empty{border-style:solid;background:linear-gradient(145deg,var(--surface),rgba(255,200,5,.08))}
.purchase-center{margin-top:14px}.purchase-center>header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.purchase-center h2{margin:5px 0 0}.purchase-list{display:grid;gap:9px}.purchase-list article{display:grid;grid-template-columns:minmax(0,1fr) 160px 100px;align-items:center;gap:20px;padding:18px;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--bg2)}.purchase-list h3{margin:9px 0 2px;font-size:16px}.purchase-list p,.purchase-list small{display:block;margin:0;color:var(--muted);font-size:10px}.purchase-list article>div:nth-child(2){text-align:right}.purchase-list article>a{color:var(--goldsoft);font-size:10px;text-align:right}.purchase-summary{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.purchase-summary span{padding:10px 14px;border-radius:var(--pill);background:var(--soft);color:var(--text2);font-size:10px}.purchase-summary strong{margin-left:6px;color:var(--text)}
.checkout-page{min-height:100vh;padding:clamp(20px,5vw,70px);background:#f4f5f6;color:#17191d}.checkout-shell{width:min(1040px,100%);min-height:680px;display:grid;grid-template-columns:1fr 1fr;margin:auto;overflow:hidden;border-radius:28px;background:#fff;box-shadow:0 30px 90px rgba(16,19,24,.15)}.checkout-summary{padding:54px;background:#121516;color:#f8f5ed}.checkout-brand{display:grid;width:max-content;font-weight:850;letter-spacing:.14em}.checkout-brand small{margin-top:3px;color:#d4b869;font-size:8px}.checkout-back{display:block;margin:65px 0 34px;color:#aaa;font-size:11px}.checkout-summary h1{margin:10px 0;font-family:var(--serif);font-size:55px;font-weight:400}.checkout-summary>p:not(.eyebrow){color:#b9b9b5}.checkout-product{display:flex;justify-content:space-between;gap:20px;margin:42px 0 25px;padding:20px 0;border-top:1px solid #343737;border-bottom:1px solid #343737}.checkout-product span{display:block;color:#999;font-size:10px}.checkout-summary dl>div{display:flex;justify-content:space-between;margin:10px 0}.checkout-summary dt{color:#aaa}.checkout-total{padding-top:14px;border-top:1px solid #343737;font-size:18px}.checkout-payment{padding:54px}.checkout-payment h2{margin:18px 0 4px;font-family:var(--serif);font-size:43px;font-weight:500}.checkout-payment>p{color:#666}.mock-payment-box{margin:22px 0;padding:18px;border:1px solid #d7d9dc;border-radius:16px}.mock-payment-box header{display:flex;justify-content:space-between;margin-bottom:15px}.mock-payment-box small{color:#777}.checkout-payment .field input{background:#fff;color:#17191d;border-color:#d7d9dc}.mock-card-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.checkout-consent{display:flex;gap:9px;margin:18px 0;font-size:11px}.checkout-pay{width:100%}.checkout-cancel,.checkout-fail{display:block;margin:13px auto 0;text-align:center;font-size:10px}.checkout-fail{border:0;background:transparent;color:#777;cursor:pointer}.checkout-payment>footer{margin-top:30px;padding-top:18px;border-top:1px solid #e4e5e6;color:#777;font-size:9px;text-align:center}
@media(max-width:1050px){.growth-plan-grid.four,.workspace-plan-preview{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.salon-location-feature iframe{min-height:330px}.growth-plan-grid.four,.workspace-plan-preview,.auto-filters{grid-template-columns:1fr}.billing-note,.professional-onboarding,.professional-onboarding>div:last-child,.purchase-center>header{align-items:flex-start;flex-direction:column}.professional-onboarding>div:last-child,.professional-onboarding .btn{width:100%}.purchase-list article{grid-template-columns:1fr}.purchase-list article>div:nth-child(2),.purchase-list article>a{text-align:left}.checkout-page{padding:0}.checkout-shell{min-height:100vh;grid-template-columns:1fr;border-radius:0}.checkout-summary,.checkout-payment{padding:32px 24px}.checkout-back{margin:35px 0 25px}.checkout-summary h1{font-size:44px}}
@media(max-width:1180px){.site-header{grid-template-columns:1fr auto}.site-nav,.account-mini{display:none}.menu-btn{display:block}}
.nav-listing{color:var(--goldsoft)!important}.platform-hero{display:grid;grid-template-columns:.9fr 1.1fr;min-height:690px;overflow:hidden;border:1px solid var(--border);border-radius:var(--r-2xl);background:var(--surface)}.platform-hero>section{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(34px,6vw,78px)}.platform-hero h1,.sales-hero h1,.directory-head h1{margin:15px 0 24px;font-family:var(--serif);font-size:clamp(54px,7vw,100px);font-weight:400;line-height:.88;letter-spacing:-.055em}.platform-hero h1 em,.sales-hero h1 em,.directory-head h1 em{color:var(--goldsoft);font-weight:400}.platform-hero>section>p:not(.eyebrow){max-width:570px;color:var(--text2)}.platform-hero figure{position:relative;margin:0;min-height:690px}.platform-hero figure img{width:100%;height:100%;object-fit:cover}.platform-hero figure:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,9,9,.6),transparent 50%)}.platform-hero figcaption{position:absolute;z-index:2;right:20px;bottom:20px;padding:8px 11px;border-radius:var(--pill);background:rgba(8,9,9,.74);color:#fff;font-size:9px}.intent-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.intent-grid>a{display:flex;flex-direction:column;min-height:270px;padding:30px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface);transition:transform .2s,border-color .2s}.intent-grid>a:hover{transform:translateY(-4px);border-color:rgba(255,200,5,.35)}.intent-grid span{color:var(--goldsoft);font-size:9px;letter-spacing:.13em}.intent-grid h3{margin:45px 0 10px;font-family:var(--serif);font-size:34px;font-weight:500}.intent-grid p{max-width:480px;color:var(--text2);font-size:12px}.intent-grid strong{margin-top:auto;color:var(--gold);font-size:11px}.home-search{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:10px;padding:18px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.home-search label{display:grid;gap:7px;color:var(--muted);font-size:9px}.home-search select{min-height:50px;padding:0 14px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--bg2);color:var(--text)}.home-search .btn{align-self:end}.how-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.how-tabs article{padding:28px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.how-tabs span{color:var(--goldsoft);font-size:9px;letter-spacing:.12em}.how-tabs ol{margin:24px 0 0;padding-left:19px;color:var(--text2)}.how-tabs li{padding:8px 0}.sales-hero{display:grid;grid-template-columns:1fr 1fr;min-height:620px;overflow:hidden;border:1px solid var(--border);border-radius:var(--r-2xl);background:var(--surface)}.sales-hero>div{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(34px,6vw,75px)}.sales-hero>div>p:not(.eyebrow){color:var(--text2)}.sales-hero>img{width:100%;height:100%;min-height:620px;object-fit:cover}.listing-types{display:flex;flex-wrap:wrap;gap:9px}.listing-types span{padding:12px 16px;border:1px solid var(--border);border-radius:var(--pill);background:var(--surface);font-size:11px}.section-surface{margin-top:70px;padding-inline:35px;border:1px solid var(--border);border-radius:var(--r-2xl);background:var(--surface)}.directory-head{max-width:900px;margin:15px 0 45px}.directory-head h1{font-size:clamp(48px,6vw,80px)}.directory-head>p:last-child{color:var(--text2)}
@media(max-width:900px){.platform-hero,.sales-hero{grid-template-columns:1fr}.platform-hero figure,.sales-hero>img{min-height:430px}.intent-grid,.home-search,.how-tabs{grid-template-columns:1fr 1fr}.home-search .btn{grid-column:1/-1}}
@media(max-width:760px){.platform-hero figure,.sales-hero>img{min-height:380px}.platform-hero h1,.sales-hero h1{font-size:55px}.intent-grid,.home-search,.how-tabs{grid-template-columns:1fr}.home-search .btn{grid-column:auto}.intent-grid>a{min-height:230px}.section-surface{padding:45px 20px}.directory-head h1{font-size:47px}}

/* Phase 1 — salon-first homepage, LatePoint selection and Flex Chair product page. */
[data-theme="light"].salon-first-preview{--bg:#f7f8f6;--bg2:#eef1f0;--surface:#fff;--surface2:#f9faf9;--soft:#e6ebe8;--text:#111416;--text2:#566069;--muted:#707a80;--gold:#d3a600;--gold2:#a67f00;--goldsoft:#7f6500;--green:#426859;--border:rgba(17,20,22,.11);--success:#277a55;--danger:#b23a48;--accent-contrast:#111416;--header-bg:rgba(247,248,246,.88);--header-bg-solid:rgba(247,248,246,.97);--shadow:0 16px 42px rgba(27,38,34,.09);--glow:0 12px 34px rgba(211,166,0,.18)}
.salon-first-home{padding-inline:0}.salon-first-home>.container,.latepoint-booking-page>.container,.salon-first-flex>.container{padding-inline:18px}
.salon-first-hero{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.22fr);min-height:690px;overflow:hidden;border:1px solid var(--border);border-radius:var(--r-2xl);background:var(--surface);box-shadow:0 24px 70px rgba(0,0,0,.18)}
.salon-first-hero>section{position:relative;z-index:3;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin-right:-150px;padding:clamp(34px,5vw,72px);padding-right:clamp(150px,14vw,220px);background:linear-gradient(90deg,var(--surface) 0%,var(--surface) 62%,transparent 100%)}
.salon-first-hero h1,.fcr-product-hero h1{margin:18px 0 25px;font-family:var(--serif);font-size:clamp(56px,6.5vw,96px);font-weight:400;line-height:.88;letter-spacing:-.055em}.salon-first-hero h1 em,.fcr-product-hero h1 em{color:var(--goldsoft);font-weight:400}
.hero-service-pair{display:inline-block;white-space:nowrap;font-size:.78em;letter-spacing:-.06em}
.salon-first-hero>section>p:not(.eyebrow){max-width:560px;color:var(--text2);font-size:16px}
.salon-first-hero figure,.fcr-product-hero figure{position:relative;margin:0;min-height:690px;overflow:hidden}.salon-first-hero figure img,.fcr-product-hero figure img{width:100%;height:100%;object-fit:cover}.salon-first-hero figure:before{content:"";position:absolute;z-index:1;inset:0 auto 0 0;width:30%;background:linear-gradient(90deg,var(--surface),transparent);pointer-events:none}.salon-first-hero figure:after,.fcr-product-hero figure:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,9,9,.5),transparent 42%)}
.salon-first-hero figcaption,.fcr-product-hero figcaption{position:absolute;z-index:2;right:20px;bottom:20px;padding:8px 12px;border-radius:var(--pill);background:rgba(8,9,9,.74);color:#fff;font-size:9px;letter-spacing:.1em}
.salon-trustline{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:32px;padding-top:20px;border-top:1px solid var(--border);color:var(--muted);font-size:10px}.salon-trustline span:not(:last-child):after{content:"·";margin-left:20px;color:var(--goldsoft)}
.latepoint-resource-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.latepoint-resource-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface);transition:transform .18s,border-color .18s,box-shadow .18s}.latepoint-resource-card:hover{transform:translateY(-4px);border-color:rgba(255,200,5,.38);box-shadow:var(--shadow)}.latepoint-resource-card img{width:100%;height:220px;object-fit:cover}.latepoint-resource-card>div{display:flex;flex:1;flex-direction:column;padding:22px}.latepoint-resource-card h3{margin:13px 0 7px;font-family:var(--serif);font-size:27px;font-weight:500;line-height:1}.latepoint-resource-card p{margin:0;color:var(--text2);font-size:11px}.latepoint-resource-card dl{display:grid;grid-template-columns:1fr 1fr;margin:22px 0 16px}.latepoint-resource-card dt{color:var(--muted);font-size:9px}.latepoint-resource-card dd{margin:2px 0 0;color:var(--goldsoft);font-weight:750}.latepoint-resource-card .btn{width:100%;margin-top:auto}.integration-note{margin:18px 0 0;color:var(--muted);font-size:10px}.integration-note code{color:var(--goldsoft)}
.treatment-overview-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:22px;padding:22px 24px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.treatment-overview-cta strong,.treatment-overview-cta span{display:block}.treatment-overview-cta strong{font-family:var(--serif);font-size:25px;font-weight:500}.treatment-overview-cta span{margin-top:3px;color:var(--text2);font-size:11px}.treatment-overview-cta .btn{flex:0 0 auto}
.popular-service-list{display:grid;border-top:1px solid var(--border)}.popular-service-list>a{display:grid;grid-template-columns:minmax(0,1fr) 100px 110px 70px;gap:18px;align-items:center;padding:20px 4px;border-bottom:1px solid var(--border);transition:padding .15s,background .15s}.popular-service-list>a:hover{padding-inline:14px;background:rgba(255,200,5,.045)}.popular-service-list span{font-family:var(--serif);font-size:25px}.popular-service-list small{display:block;color:var(--muted);font-family:var(--sans);font-size:10px}.popular-service-list strong,.popular-service-list i{font-size:11px;font-style:normal}.popular-service-list b{color:var(--goldsoft);font-family:var(--serif);font-size:22px}
.salon-flex-feature,.salon-location-feature,.fcr-product-hero{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid var(--border);border-radius:var(--r-2xl);background:var(--surface)}.salon-flex-feature>div,.salon-location-feature>div,.fcr-product-hero>section{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(34px,5vw,65px)}.salon-flex-feature h2{margin:20px 0;font-family:var(--serif);font-size:clamp(46px,5vw,72px);font-weight:400;line-height:.92}.salon-flex-feature h2 em{color:var(--goldsoft);font-weight:400}.salon-flex-feature p,.salon-location-feature p{color:var(--text2)}.salon-flex-feature ul{margin:10px 0 28px;padding-left:18px;color:var(--text2);font-size:12px}.salon-flex-feature picture,.salon-location-feature picture{min-height:540px}.salon-flex-feature img,.salon-location-feature img{width:100%;height:100%;object-fit:cover}
.salon-flex-feature{grid-template-columns:minmax(0,45fr) minmax(0,55fr)}.salon-flex-feature>div>p{font-size:clamp(15px,1.1vw,17px);line-height:1.75}.salon-flex-feature>.btn,.salon-flex-feature>div>.btn{min-height:55px;padding-inline:24px}.salon-flex-feature picture{position:relative;overflow:hidden}.salon-flex-feature picture:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(22,16,7,.08),transparent 42%,rgba(255,202,88,.035));pointer-events:none}.salon-flex-feature picture img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.04) contrast(1.035) brightness(1.025) sepia(.018)}
.compact-platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.compact-platform-grid>a{display:flex;flex-direction:column;min-height:245px;padding:28px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface);transition:transform .18s,border-color .18s}.compact-platform-grid>a:hover{transform:translateY(-3px);border-color:rgba(255,200,5,.35)}.compact-platform-grid span{color:var(--goldsoft);font-size:9px;letter-spacing:.12em}.compact-platform-grid h3{margin:42px 0 9px;font-family:var(--serif);font-size:28px;font-weight:500}.compact-platform-grid p{margin:0;color:var(--text2);font-size:11px}.compact-platform-grid strong{margin-top:auto;color:var(--gold);font-size:11px}.salon-location-feature h3{margin:18px 0 0;font-family:var(--serif);font-size:42px;font-weight:400}
.latepoint-native-layout{display:grid;grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);gap:16px}.selected-service-card,.latepoint-native-shell{padding:30px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.selected-service-card h2{font-family:var(--serif);font-size:38px;font-weight:500}.selected-service-card p,.latepoint-native-shell p{color:var(--text2);font-size:12px}.selected-service-card dl{margin:25px 0}.selected-service-card dl>div{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--border)}.selected-service-card dd{margin:0;color:var(--goldsoft)}.latepoint-native-shell{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:420px}.latepoint-native-shell ol{width:100%;display:grid;gap:8px;margin:28px 0;padding:0;counter-reset:latepoint}.latepoint-native-shell li{list-style:none;padding:13px 16px;border:1px solid var(--border);border-radius:var(--r-md);color:var(--muted)}.latepoint-native-shell li.done{border-color:rgba(39,122,85,.3);background:rgba(39,122,85,.08);color:var(--text)}
.fcr-product-hero>section>p:not(.eyebrow){max-width:570px;color:var(--text2)}.fcr-price-anchor{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}.fcr-price-anchor span{padding:10px 14px;border:1px solid var(--border);border-radius:var(--pill);background:var(--surface2);font-size:10px}.fcr-benefit-grid,.fcr-formula-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.fcr-benefit-grid>article,.fcr-formula-grid>article{padding:27px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.fcr-benefit-grid h3,.fcr-formula-grid h3{font-family:var(--serif);font-size:28px;font-weight:500}.fcr-benefit-grid p,.fcr-formula-grid p{color:var(--text2);font-size:11px}.fcr-included{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;padding:42px;border:1px solid var(--border);border-radius:var(--r-2xl);background:var(--surface)}.fcr-included h2{margin:15px 0;font-family:var(--serif);font-size:clamp(42px,5vw,65px);font-weight:400;line-height:.95}.fcr-included h2 em{color:var(--goldsoft);font-weight:400}.fcr-included ul{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0;padding:0;list-style:none}.fcr-included li{padding:16px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--bg2);font-size:11px}.fcr-formula-grid>article>strong{display:block;margin:22px 0;color:var(--goldsoft);font-family:var(--serif);font-size:38px}.fcr-formula-grid>article>strong small{font-family:var(--sans);font-size:10px}.access-sequence{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.access-sequence>article{min-height:190px;padding:22px;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface)}.access-sequence span,.access-sequence>b{color:var(--goldsoft);font-size:9px}.access-sequence h3{margin:34px 0 8px;font-family:var(--serif);font-size:24px;font-weight:500}.access-sequence p{color:var(--text2);font-size:10px}.safety-note{margin-top:18px;padding:18px 22px;border:1px solid rgba(255,200,5,.26);border-radius:var(--r-lg);background:rgba(255,200,5,.06);color:var(--text2);font-size:11px}.fcr-gallery{display:grid;grid-template-columns:1.35fr .65fr .65fr;gap:14px}.fcr-gallery picture{min-width:0}.fcr-gallery img{width:100%;height:500px;object-fit:cover;border-radius:var(--r-xl)}.fcr-final-cta{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:45px;border:1px solid var(--border);border-radius:var(--r-2xl);background:linear-gradient(135deg,rgba(255,200,5,.09),var(--surface))}.fcr-final-cta h2{margin:0;font-family:var(--serif);font-size:clamp(42px,5vw,68px);font-weight:400}
[data-theme="light"].salon-first-preview .section-dark{background:#eef1f0}[data-theme="light"].salon-first-preview .site-footer{background:linear-gradient(145deg,#171a20,#0f1115);color:#f4f6f8}
@media(max-width:1024px){.salon-first-hero,.fcr-product-hero{grid-template-columns:1fr}.salon-first-hero>section{margin-right:0;padding-right:clamp(34px,5vw,72px);background:var(--surface)}.salon-first-hero figure,.fcr-product-hero figure{min-height:520px}.salon-first-hero figure:before{inset:0 0 auto;width:100%;height:20%;background:linear-gradient(180deg,var(--surface),transparent)}.latepoint-resource-grid{grid-template-columns:repeat(2,1fr)}.salon-flex-feature,.salon-location-feature{grid-template-columns:1fr}.salon-flex-feature picture,.salon-location-feature picture,.salon-location-feature>.theme-map{min-height:430px}.access-sequence{grid-template-columns:repeat(3,1fr)}.fcr-benefit-grid,.fcr-formula-grid{grid-template-columns:repeat(2,1fr)}.fcr-gallery{grid-template-columns:1fr 1fr}.fcr-gallery picture:first-child{grid-column:1/-1}}
@media(max-width:760px){.salon-first-home>.container,.latepoint-booking-page>.container,.salon-first-flex>.container{padding-inline:0}.salon-first-hero,.fcr-product-hero{border-radius:var(--r-xl)}.salon-first-hero>section,.fcr-product-hero>section{padding:32px 23px}.salon-first-hero h1,.fcr-product-hero h1{font-size:clamp(49px,15vw,68px)}.salon-first-hero figure,.fcr-product-hero figure{min-height:420px}.salon-first-hero .hero-actions,.fcr-product-hero .hero-actions{width:100%;align-items:stretch;flex-direction:column}.salon-first-hero .btn,.fcr-product-hero .btn{width:100%}.salon-trustline span:not(:last-child):after{display:none}.latepoint-resource-grid,.compact-platform-grid,.latepoint-native-layout,.fcr-benefit-grid,.fcr-formula-grid,.fcr-gallery{grid-template-columns:1fr}.latepoint-resource-card img{height:250px}.popular-service-list>a{grid-template-columns:1fr auto}.popular-service-list strong,.popular-service-list i{display:none}.popular-service-list b{grid-column:2;grid-row:1}.salon-flex-feature,.salon-location-feature{border-radius:var(--r-xl)}.salon-flex-feature>div,.salon-location-feature>div{padding:32px 24px}.salon-flex-feature picture,.salon-location-feature picture{min-height:340px}.compact-platform-grid>a{min-height:220px}.fcr-included{grid-template-columns:1fr;padding:30px 22px}.fcr-included ul{grid-template-columns:1fr}.access-sequence{grid-template-columns:1fr}.access-sequence>article{min-height:150px}.fcr-gallery picture:first-child{grid-column:auto}.fcr-gallery img{height:360px}.fcr-final-cta{grid-template-columns:1fr;padding:30px 24px}.fcr-final-cta .btn{width:100%}}
@media(max-width:430px){.salon-first-hero h1,.fcr-product-hero h1{font-size:46px}.latepoint-resource-card img{height:220px}.section-heading h2{font-size:40px}.salon-flex-feature h2{font-size:43px}}

/* Growth First+ pricing previews — amounts and commerce remain disabled. */
.pricing-hero{max-width:930px;margin:20px auto 60px;text-align:center}.pricing-hero h1{margin:16px 0;font-family:var(--serif);font-size:clamp(54px,7vw,92px);font-weight:400;line-height:.92;letter-spacing:-.05em}.pricing-hero>p:not(.eyebrow){max-width:720px;margin:0 auto;color:var(--text2);font-size:16px}.pricing-audience-switch{display:inline-grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:30px;padding:5px;border:1px solid var(--border);border-radius:var(--pill);background:var(--surface)}.pricing-audience-switch a{min-width:190px;padding:12px 18px;border-radius:var(--pill);color:var(--text2);font-size:11px;font-weight:750}.pricing-audience-switch a.active{background:var(--gold);color:var(--accent-contrast)}
.growth-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;align-items:stretch}.growth-plan{position:relative;display:flex;flex-direction:column;align-items:flex-start;min-height:570px;padding:32px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.growth-plan.recommended{border-color:rgba(255,200,5,.5);box-shadow:var(--glow)}.plan-ribbon{position:absolute;top:18px;right:18px;color:var(--goldsoft);font-size:8px;font-weight:850;letter-spacing:.1em}.growth-plan h2{margin:25px 0 12px;font-family:var(--serif);font-size:36px;font-weight:500}.growth-price{display:block;min-height:58px;color:var(--goldsoft);font-family:var(--serif);font-size:34px;font-weight:500}.growth-plan>p{min-height:76px;color:var(--text2);font-size:12px}.growth-plan ul{width:100%;display:grid;gap:0;margin:20px 0 30px;padding:0;list-style:none}.growth-plan li{padding:12px 0;border-bottom:1px solid var(--border);font-size:11px}.growth-plan li:before{content:"✓";margin-right:10px;color:var(--success)}.growth-plan .btn{width:100%;margin-top:auto}
.visibility-products{padding:38px;border:1px solid var(--border);border-radius:var(--r-2xl);background:linear-gradient(140deg,rgba(255,200,5,.07),var(--surface))}.visibility-products>header{max-width:780px;margin-bottom:30px}.visibility-products h2{margin:14px 0;font-family:var(--serif);font-size:clamp(38px,5vw,61px);font-weight:400;line-height:.98}.visibility-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.visibility-product-grid article{display:flex;flex-direction:column;min-height:230px;padding:25px;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface)}.visibility-product-grid span{color:var(--goldsoft);font-size:9px;font-weight:800;letter-spacing:.12em}.visibility-product-grid h3{margin:35px 0 10px;font-family:var(--serif);font-size:27px;font-weight:500}.visibility-product-grid p{color:var(--text2);font-size:11px}.visibility-product-grid strong{margin-top:auto;color:var(--goldsoft);font-size:11px}
.pricing-comparison{overflow:hidden;border:1px solid var(--border);border-radius:var(--r-2xl);background:var(--surface)}.pricing-comparison>header{padding:34px}.pricing-comparison h2{margin:12px 0 0;font-family:var(--serif);font-size:42px;font-weight:400}.comparison-row{display:grid;grid-template-columns:1.4fr repeat(3,1fr);border-top:1px solid var(--border)}.comparison-row>*{padding:16px 22px;border-left:1px solid var(--border);font-size:11px}.comparison-row>*:first-child{border-left:0}.comparison-row strong{text-align:center}.comparison-head{background:var(--bg2);color:var(--goldsoft)}.pricing-roadmap{margin-inline:calc(50% - 50vw);padding-inline:18px}.roadmap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.roadmap-grid article{min-height:260px;padding:28px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.roadmap-grid span{color:var(--goldsoft);font-size:9px;font-weight:800;letter-spacing:.12em}.roadmap-grid h3{margin:50px 0 10px;font-family:var(--serif);font-size:32px;font-weight:500}.roadmap-grid p{color:var(--text2);font-size:11px}
@media(max-width:900px){.growth-plan-grid,.roadmap-grid,.visibility-product-grid{grid-template-columns:1fr 1fr}.growth-plan-grid article:last-child,.roadmap-grid article:last-child,.visibility-product-grid article:last-child{grid-column:1/-1}.growth-plan{min-height:520px}}
@media(max-width:680px){.pricing-hero{margin-bottom:38px}.pricing-audience-switch{width:100%;grid-template-columns:1fr}.pricing-audience-switch a{min-width:0}.growth-plan-grid,.roadmap-grid,.visibility-product-grid{grid-template-columns:1fr}.growth-plan-grid article:last-child,.roadmap-grid article:last-child,.visibility-product-grid article:last-child{grid-column:auto}.growth-plan{min-height:0}.growth-plan>p{min-height:0}.visibility-products{padding:28px 20px}.comparison-table{overflow-x:auto}.comparison-row{min-width:680px}.pricing-comparison>header{padding:26px 22px}}

/* UX completion pass — 2026-07-31 */
.treatment-card{grid-template-rows:230px 1fr;overflow:hidden}.treatment-photo{position:relative;overflow:hidden;background-color:#151615}.treatment-photo img{display:block;width:100%;height:100%;object-fit:cover}.treatment-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,6,6,.06),rgba(5,6,6,.55));pointer-events:none}.treatment-photo-hair img{object-position:52% 34%}.treatment-photo-fade img{object-position:50% 48%}.treatment-photo-hair-beard img{object-position:55% 50%}.treatment-photo-beard img{object-position:55% 48%}.treatment-photo-headshave img{object-position:54% 50%}.treatment-photo-headshave-beard img{object-position:56% 40%}.treatment-photo-kids-hair img{object-position:56% 46%}.treatment-photo-kids-fade img{object-position:54% 43%}.treatment-photo-nails img{object-position:center 40%}
.price-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:28px}.price-directory>section{padding:24px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.price-directory h3{margin:0 0 12px;color:var(--goldsoft);font-family:var(--serif);font-size:25px}.price-directory-row{display:flex;justify-content:space-between;gap:16px;padding:13px 0;border-top:1px solid var(--border);font-size:12px}.price-directory-row span{display:grid}.price-directory-row small{color:var(--muted)}.price-directory-row strong{white-space:nowrap;color:var(--goldsoft)}
.hero-reviews{padding:18px 0 8px}.google-reviews-shell{--review-gap:12px;--review-edge:2px;position:relative;display:grid;gap:14px;padding:18px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.google-review-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.google-review-head>a{color:var(--goldsoft);font-size:10px;font-weight:750}.google-rating{display:flex;align-items:center;gap:12px}.google-g{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff;color:#4285f4;font-size:23px;font-weight:850}.google-rating strong{font-size:17px}.google-rating small{color:var(--text2)}.google-review-viewport{width:100%;overflow:hidden;padding-inline:var(--review-edge);touch-action:pan-y;cursor:grab}.google-review-viewport:active{cursor:grabbing}.google-review-track{display:flex;gap:var(--review-gap);will-change:transform;transform:translate3d(0,0,0)}.google-review-track.transitions-enabled{transition:transform 820ms cubic-bezier(.22,.61,.36,1)}.google-review-track .review{flex:0 0 calc((100% - (2 * var(--review-gap))) / 3);min-width:0;min-height:190px;padding:22px}.google-review-track .review blockquote{margin:18px 0;font-size:19px}.review-controls{position:absolute;right:18px;bottom:18px;display:flex;align-items:center;gap:6px}.review-controls span{min-width:42px;color:var(--muted);font-size:9px;text-align:center}.review-controls button{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--border);border-radius:50%;background:var(--surface2);color:var(--text);cursor:pointer}.review-controls button:hover{border-color:var(--gold)}.reviews-loading,.reviews-fallback{padding:24px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}
[data-theme="light"] .google-reviews-shell{background:var(--surface-card,var(--surface));box-shadow:0 1px 2px rgba(15,23,42,.025),0 8px 24px rgba(15,23,42,.04)}
[data-theme="light"] .google-reviews-shell:before,[data-theme="light"] .google-reviews-shell:after{content:none}
[data-theme="light"] .google-review-track .review{border-color:rgba(15,23,42,.07);box-shadow:0 2px 8px rgba(15,23,42,.025)}
@media(prefers-reduced-motion:reduce){.google-review-slider{scroll-behavior:auto}}
@media(max-width:1024px){.google-review-track .review{flex-basis:calc((100% - var(--review-gap)) / 2)}}
@media(max-width:760px){.hero-service-pair{font-size:.74em}.google-review-head{align-items:flex-start;flex-direction:column}.google-review-track .review{flex-basis:100%}.review-controls{position:static;justify-content:flex-end}}
.salon-location-feature>.theme-map{position:relative;display:block;align-self:stretch;min-width:0;min-height:100%;padding:0!important;overflow:hidden;background:var(--surface2)}.theme-map:before{content:"";position:absolute;z-index:2;inset:0;background:#fff;mix-blend-mode:difference;pointer-events:none}.theme-map iframe{position:absolute;inset:-2px;display:block;width:calc(100% + 4px);height:calc(100% + 4px);min-height:0;border:0}.theme-map:focus-within{outline:3px solid var(--goldsoft);outline-offset:-3px}[data-theme="light"] .theme-map:before{opacity:0}
.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.story-grid article{padding:30px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.story-grid small{color:var(--goldsoft)}.story-grid h2{font-family:var(--serif);font-weight:500}.story-grid p{color:var(--text2)}.salon-story-gallery{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:14px}.salon-story-gallery img{width:100%;height:430px;object-fit:cover;border-radius:var(--r-xl)}
.fcr-product-hero>picture{min-width:0;min-height:690px}.fcr-product-hero>picture img{width:100%;height:100%;object-fit:cover;object-position:center}.fcr-price-line{display:grid;gap:3px;margin-top:28px}.fcr-price-line strong{color:var(--goldsoft);font-family:var(--serif);font-size:32px;font-weight:500}.fcr-price-line span{color:var(--text2);font-size:11px}.fcr-benefit-grid{grid-template-columns:repeat(4,1fr)}.fcr-benefit-grid>article{transition:transform .18s,border-color .18s}.fcr-benefit-grid>article:hover{transform:translateY(-3px);border-color:rgba(255,200,5,.38)}.fcr-benefit-grid>article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(255,200,5,.1);color:var(--goldsoft);font-size:17px}.fcr-included{grid-template-columns:.65fr 1.35fr}.fcr-included-groups{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.fcr-included-groups section{padding:18px;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--bg2)}.fcr-included-groups h3{margin:0 0 10px;font-family:var(--serif);font-weight:500}.fcr-included-groups ul{display:block;padding-left:18px;list-style:disc}.fcr-included-groups li{padding:5px 0;border:0;background:none}.fcr-formula-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}.fcr-formula-grid>article{display:flex;flex-direction:column;min-height:390px}.fcr-formula-grid>article .btn{margin-top:auto}
.directory-toolbar{display:flex;justify-content:space-between;align-items:center;margin:20px 0}.directory-toolbar label{display:flex;align-items:center;gap:10px;font-size:10px}.directory-toolbar select{min-height:44px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);color:var(--text);padding:0 12px}.directory-pagination{display:grid;place-items:center;gap:8px;margin:30px 0}.directory-pagination small{color:var(--muted)}
.pricing-product-group{margin:36px 0 70px}.pricing-product-group>header{margin-bottom:20px}.pricing-product-group>header small{color:var(--goldsoft);font-weight:800;letter-spacing:.13em}.pricing-product-group>header h2{font-family:var(--serif);font-size:42px;font-weight:400}.growth-plan-grid.two{grid-template-columns:repeat(2,1fr)}.growth-plan-grid.three{grid-template-columns:repeat(3,1fr)}
.dev-environment-banner{margin:-12px -12px 20px;padding:8px 12px;border:1px solid rgba(255,200,5,.25);border-radius:var(--r-md);background:rgba(255,200,5,.07);color:var(--goldsoft);font-size:9px;font-weight:800;letter-spacing:.12em;text-align:center;text-transform:uppercase}.dashboard-nav footer a{color:var(--text2);font-size:10px}
@media(max-width:1024px){.price-directory,.story-grid{grid-template-columns:repeat(2,1fr)}.fcr-benefit-grid{grid-template-columns:repeat(2,1fr)}.fcr-product-hero>picture{min-height:520px}.growth-plan-grid.three{grid-template-columns:repeat(2,1fr)}.growth-plan-grid.three article:last-child{grid-column:1/-1}.salon-story-gallery{grid-template-columns:1fr 1fr}.salon-story-gallery img:first-child{grid-column:1/-1}}
@media(max-width:760px){.price-directory,.story-grid,.fcr-included-groups,.growth-plan-grid.two,.growth-plan-grid.three{grid-template-columns:1fr}.growth-plan-grid.three article:last-child{grid-column:auto}.fcr-product-hero>picture{min-height:420px}.directory-toolbar{align-items:flex-start;flex-direction:column;gap:12px}.salon-location-feature>.theme-map{min-height:390px}.salon-story-gallery{grid-template-columns:1fr}.salon-story-gallery img:first-child{grid-column:auto}.salon-story-gallery img{height:320px}.treatment-card{grid-template-rows:250px 1fr}}
@media(max-width:760px){.treatment-overview-cta{align-items:stretch;flex-direction:column}.treatment-overview-cta .btn{width:100%}}
.latepoint-resource-card>.treatment-photo{display:block;flex:0 0 230px;width:100%;height:230px;padding:0}.treatment-photo img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover}
@media(max-width:760px){.latepoint-resource-card>.treatment-photo{flex-basis:250px;height:250px}}
@media(max-width:430px){.latepoint-resource-card>.treatment-photo{flex-basis:220px;height:220px}}
.site-footer .footer-cta{display:inline-flex;width:fit-content;min-height:50px;margin:18px 0 0;padding:0 22px;border-radius:var(--r-md);background:var(--gold);color:#080909;font-size:13px;font-weight:700;box-shadow:var(--glow)}.site-footer .footer-cta span{transition:transform .15s}.site-footer .footer-cta:hover{background:#ffd52e;color:#080909}.site-footer .footer-cta:hover span{transform:translateX(3px)}.site-footer .footer-cta:focus-visible{background:#ffd52e;color:#080909;outline:3px solid var(--goldsoft);outline-offset:3px}.site-footer .footer-cta:active{transform:translateY(0) scale(.98);background:#f0b900}.site-footer .footer-cta:visited{color:#080909}@media(max-width:760px){.site-footer .footer-cta{width:fit-content;min-height:50px}}
.service-row[hidden]{display:none!important}.filter-btn.active,[data-theme="light"] .filter-btn.active{border-color:var(--gold);background:var(--gold);color:#080909}.filter-btn:focus-visible{outline:3px solid var(--goldsoft);outline-offset:3px}
.payment-return{max-width:760px;margin:70px auto;padding:clamp(34px,7vw,75px);border:1px solid var(--border);border-radius:var(--r-2xl);background:var(--surface);text-align:center}.payment-return h1{margin:25px 0 16px;font-family:var(--serif);font-size:clamp(48px,7vw,78px);font-weight:400;line-height:.95}.payment-return>p{max-width:590px;margin:0 auto 28px;color:var(--text2)}.payment-return small{display:block;margin-top:30px;color:var(--muted)}
.workspace-directory .directory-filters{gap:8px;margin-bottom:14px;padding:14px}.workspace-directory .directory-filters select{min-height:42px}.workspace-directory .directory-toolbar{gap:18px;margin:14px 0 20px}.workspace-directory .directory-toolbar .result-count{margin:0}.workspace-directory .directory-toolbar label{white-space:nowrap}.workspace-directory .market-grid{align-items:stretch}.workspace-directory .workspace-clickable-card{display:flex;height:100%;min-height:600px;flex-direction:column;cursor:pointer;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.workspace-directory .workspace-clickable-card:hover{transform:translateY(-6px);border-color:rgba(255,200,5,.34);box-shadow:0 24px 55px rgba(0,0,0,.28)}[data-theme="light"] .workspace-directory .workspace-clickable-card:hover{box-shadow:0 22px 48px rgba(17,19,24,.14)}.workspace-directory .market-card-hit{position:absolute;z-index:1;inset:0;border-radius:inherit}.workspace-directory .market-card-hit:focus-visible{outline:3px solid var(--goldsoft);outline-offset:-4px}.workspace-directory .market-image{overflow:hidden}.workspace-directory .market-image:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(8,9,9,.02),rgba(8,9,9,.24));pointer-events:none}.workspace-directory .market-image>img{filter:contrast(1.06) saturate(1.03);transition:transform .45s ease,filter .3s ease}.workspace-directory .workspace-clickable-card:hover .market-image>img{transform:scale(1.03);filter:contrast(1.09) saturate(1.05)}.workspace-directory .favorite-btn,.workspace-directory .visual-badge,.workspace-directory .workspace-clickable-card>div:not(.market-image)>*{position:relative;z-index:2}.workspace-directory .workspace-clickable-card>div:not(.market-image){display:flex;flex:1;flex-direction:column}.workspace-directory .workspace-clickable-card h3{margin-bottom:8px}.workspace-directory .availability-line span:before,.workspace-directory .tag-row span:before{content:"◇";margin-right:6px;color:var(--goldsoft);font-size:10px}.workspace-directory .tag-row{min-height:66px;align-content:flex-start}.workspace-directory .tag-row span{display:inline-flex;align-items:center}.workspace-directory .market-card footer{align-items:flex-end;margin-top:auto;padding-top:22px}.workspace-directory .market-card footer strong{display:grid;gap:2px;color:var(--goldsoft);font-family:var(--serif);font-size:24px;line-height:1.1}.workspace-directory .market-card footer .btn{min-height:46px;padding-inline:18px}.workspace-directory .directory-pagination{margin:22px 0 30px}.workspace-directory .directory-pagination small{font-size:10px}.workspace-directory .faq-list{margin-top:0}@media(max-width:760px){.workspace-directory .directory-toolbar{align-items:center;flex-direction:row;justify-content:space-between}.workspace-directory .directory-toolbar select{max-width:160px}.workspace-directory .workspace-clickable-card{min-height:0}.workspace-directory .market-card footer{align-items:stretch}.workspace-directory .market-card footer strong{font-size:25px}.workspace-directory .market-card footer .btn{width:100%}}@media(prefers-reduced-motion:reduce){.workspace-directory .workspace-clickable-card,.workspace-directory .market-image>img{transition:none}.workspace-directory .workspace-clickable-card:hover{transform:none}.workspace-directory .workspace-clickable-card:hover .market-image>img{transform:none}}
.fcr-formula-grid{grid-auto-rows:1fr;align-items:stretch}.fcr-formula-grid>article{display:grid;grid-template-rows:auto auto minmax(58px,1fr) auto 50px;align-items:start;min-height:390px;height:100%;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.fcr-formula-grid>article:hover{transform:translateY(-4px)}.fcr-formula-grid>article.featured{border-color:rgba(255,200,5,.48);box-shadow:0 0 0 1px rgba(255,200,5,.06),0 16px 38px rgba(255,200,5,.09)}.fcr-formula-grid>article>.pill{justify-self:start;width:max-content}.fcr-formula-grid>article h3{margin:24px 0 10px}.fcr-formula-grid>article p{align-self:start;margin:0;line-height:1.65}.fcr-formula-grid>article>strong{align-self:end;margin:22px 0 26px}.fcr-formula-grid>article .btn{align-self:end;width:100%;margin:0}@media(prefers-reduced-motion:reduce){.fcr-formula-grid>article{transition:none}.fcr-formula-grid>article:hover{transform:none}}
.workspace-directory .market-card-hit{z-index:3}.workspace-directory .favorite-btn,.workspace-directory .visual-badge{position:absolute;z-index:4}.workspace-directory .market-card footer .btn{position:relative;z-index:4}
.workspace-directory .managed-badge{align-self:flex-start;width:max-content;border-color:rgba(255,200,5,.3);background:rgba(255,200,5,.07);color:var(--goldsoft)}.workspace-directory .availability-line span:before,.workspace-directory .tag-row span:before{content:none}.workspace-directory .market-card footer{gap:28px}.workspace-directory .market-card footer strong{font-size:19px}.workspace-directory .market-card footer .btn{min-height:42px;padding-inline:15px;font-size:11px}@media(max-width:760px){.workspace-directory .market-card footer{gap:18px}.workspace-directory .market-card footer strong{font-size:20px}}
.workspace-directory .directory-head{margin-bottom:30px}.workspace-directory .directory-head h1{margin-bottom:18px}.workspace-directory .directory-head>p:last-child{margin-bottom:0}.workspace-directory .directory-filters{margin-bottom:10px;padding-block:10px}.workspace-directory .directory-filters label{gap:4px}.workspace-directory .directory-filters select{min-height:36px}.workspace-directory .directory-toolbar{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto;align-items:center;margin:10px 0 18px}.workspace-directory .directory-toolbar .result-count{margin:0}.workspace-directory .directory-toolbar label{justify-self:end}.workspace-directory .market-image{margin:0;padding:0!important}.workspace-directory .market-image>img{display:block;width:100%;height:280px;margin:0;object-fit:cover}.workspace-directory .favorite-btn{z-index:4;top:14px;right:14px;display:grid;width:44px;height:44px;padding:0;place-items:center;line-height:1}.workspace-directory .visual-badge{z-index:4;bottom:14px;left:14px}.workspace-directory .managed-badge{z-index:2}@media(max-width:760px){.workspace-directory .directory-toolbar{grid-template-columns:minmax(0,1fr) auto}.workspace-directory .directory-toolbar select{max-width:150px}.workspace-directory .directory-head{margin-bottom:25px}}

/* Final workspace-directory alignment and sizing polish. */
.workspace-directory .directory-toolbar{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto;align-items:center;margin:10px 0 18px}
.workspace-directory .directory-toolbar .result-count{align-self:center;margin:0}
.workspace-directory .directory-toolbar label{display:inline-flex;align-items:center;justify-self:end;gap:10px;margin:0}
.workspace-directory .market-grid{width:min(100%,860px);grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.workspace-directory .visual-badge{bottom:20px}
.workspace-directory .favorite-btn{width:40px;height:40px;border-color:rgba(255,255,255,.42);background:rgba(8,9,9,.82);transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}
.workspace-directory .favorite-btn:hover{border-color:var(--gold);background:rgba(8,9,9,.92);color:var(--gold)}
.workspace-directory .market-card footer .btn{display:inline-flex;width:150px;justify-content:center}@media(max-width:760px){.workspace-directory .market-grid{width:100%;grid-template-columns:1fr}.workspace-directory .market-card footer .btn{width:100%}}

/* Professionals directory: image-led hero, compact discovery and conversion states. */
.professional-hero{display:grid;grid-template-columns:.95fr 1.05fr;min-height:540px;margin:15px 0 24px;overflow:hidden;border:1px solid var(--border);border-radius:var(--r-2xl);background:var(--surface)}
.professional-hero>div{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(34px,5vw,68px)}
.professional-hero h1{margin:16px 0 23px;font-family:var(--serif);font-size:clamp(48px,6vw,82px);font-weight:400;line-height:.9;letter-spacing:-.05em}
.professional-hero h1 em{color:var(--goldsoft);font-weight:400}.professional-hero>div>p:not(.eyebrow){max-width:580px;color:var(--text2);font-size:14px;line-height:1.7}
.professional-hero-actions{display:flex;align-items:center;gap:20px;margin-top:24px}.professional-visibility-link{border-bottom:1px solid transparent;color:var(--text2);font-size:11px;font-weight:700;transition:border-color .2s ease,color .2s ease}.professional-visibility-link:hover{border-color:var(--gold);color:var(--goldsoft)}
.professional-hero figure{position:relative;min-height:540px;margin:0;overflow:hidden}.professional-hero figure img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.professional-hero figure:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,9,9,.16),transparent 35%),linear-gradient(0deg,rgba(8,9,9,.42),transparent 45%);pointer-events:none}.professional-hero figcaption{position:absolute;z-index:1;right:18px;bottom:18px;padding:8px 11px;border-radius:var(--pill);background:rgba(8,9,9,.74);color:#fff;font-size:9px}
.professional-directory .directory-filters{gap:8px;margin-bottom:0;padding:11px 14px}.professional-directory .directory-filters label{gap:4px}.professional-directory .directory-filters select{min-height:38px}.professional-toolbar{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto;align-items:center;margin:10px 0 18px}.professional-toolbar .result-count{margin:0}.professional-toolbar label{display:inline-flex;align-items:center;justify-self:end;gap:10px;margin:0;color:var(--muted);font-size:10px}.professional-toolbar select{min-height:38px;padding:0 12px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);color:var(--text)}
.professional-results{align-items:stretch}.professional-results .profile-card{display:flex;height:100%;flex-direction:column;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.professional-results .profile-card:hover{transform:translateY(-4px);border-color:rgba(255,200,5,.32);box-shadow:var(--shadow)}.professional-results .profile-card .btn{margin-top:auto}
.professional-empty{padding:clamp(34px,5vw,56px);border-style:solid;background:radial-gradient(circle at 80% 10%,rgba(255,200,5,.13),transparent 36%),linear-gradient(145deg,var(--surface),rgba(255,200,5,.055))}.professional-empty>p{max-width:680px;margin:0 auto 22px;color:var(--text2)}.empty-benefits{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:0 auto 26px}.empty-benefits span{padding:9px 12px;border:1px solid rgba(255,200,5,.25);border-radius:var(--pill);background:rgba(255,200,5,.055);color:var(--text2);font-size:10px;font-weight:700}
.professional-benefits{margin-top:42px}.professional-benefits>header{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:18px}.professional-benefits>header h2{max-width:720px;margin:10px 0 0;font-family:var(--serif);font-size:clamp(34px,4vw,50px);font-weight:500;line-height:1}.professional-benefits>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.professional-benefits article{display:flex;min-height:190px;flex-direction:column;padding:26px;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.professional-benefits article:hover{transform:translateY(-4px);border-color:rgba(255,200,5,.3);box-shadow:var(--shadow)}.professional-benefits h3{margin:0 0 12px;font-family:var(--serif);font-size:27px;font-weight:500}.professional-benefits p{margin:auto 0 0;color:var(--text2);font-size:12px;line-height:1.65}
@media(max-width:900px){.professional-hero{grid-template-columns:1fr}.professional-hero figure{min-height:440px}.professional-benefits>div{grid-template-columns:1fr 1fr}.professional-benefits article:last-child{grid-column:1/-1}}
@media(max-width:760px){.professional-hero>div{padding:34px 25px}.professional-hero h1{font-size:50px}.professional-hero-actions{align-items:flex-start;flex-direction:column}.professional-hero figure{min-height:380px}.professional-directory .directory-filters{padding:10px}.professional-toolbar{grid-template-columns:minmax(0,1fr) auto}.professional-toolbar select{max-width:145px}.professional-benefits{margin-top:34px}.professional-benefits>header{display:block}.professional-benefits>div{grid-template-columns:1fr}.professional-benefits article:last-child{grid-column:auto}}
@media(prefers-reduced-motion:reduce){.professional-results .profile-card,.professional-benefits article{transition:none}.professional-results .profile-card:hover,.professional-benefits article:hover{transform:none}}

/* Professionals final density and hierarchy refinement. */
.professional-hero h1{max-width:650px;font-size:clamp(46px,5.25vw,72px);line-height:.93}.professional-hero>div>p:not(.eyebrow){max-width:500px;font-size:13px;line-height:1.65}
.professional-hero figure picture{display:block;width:100%;height:100%}.professional-hero figure img{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(1.035) contrast(1.045) saturate(.98)}
.professional-directory .directory-filters{padding:8px 12px}.professional-directory .directory-filters select{min-height:34px}.professional-toolbar{margin:8px 0 15px}.professional-toolbar label[hidden]{display:none}.professional-toolbar select{min-height:34px}
.professional-empty{padding:clamp(26px,3.5vw,40px);background:radial-gradient(circle at 82% 8%,rgba(255,200,5,.075),transparent 34%),linear-gradient(145deg,var(--surface),rgba(255,200,5,.025))}.professional-empty h2{margin:14px 0 10px;font-size:clamp(29px,3vw,38px)}.professional-empty>p{margin-bottom:16px}.empty-benefits{margin-bottom:18px}.empty-benefits span{padding:7px 10px;background:rgba(255,200,5,.035)}.professional-empty>.btn{display:inline-flex;position:relative;z-index:1}
.professional-benefits{margin-top:28px}.professional-benefits>header{margin-bottom:14px}.professional-benefits>header h2{font-size:clamp(31px,3.5vw,43px)}.professional-benefits>div{gap:12px}.professional-benefits article{min-height:155px;padding:22px}.professional-benefits h3{font-size:24px}.professional-benefits p{font-size:11px;line-height:1.55}
.professional-benefits>header{display:block;text-align:center}.professional-benefits>header h2{margin-inline:auto}.professional-benefits>header .eyebrow{display:block;text-align:center}
@media(max-width:900px){.professional-hero figure picture{height:440px}.professional-benefits article{min-height:150px}}
@media(max-width:760px){.professional-hero h1{font-size:46px}.professional-hero figure picture{height:380px}.professional-directory .directory-filters{padding:8px}.professional-toolbar{margin-bottom:12px}.professional-empty{padding:26px 18px}.professional-benefits{margin-top:24px}.professional-benefits article{min-height:0}}

/* Professionals final conversion and visual polish. */
.professional-trust-line{max-width:none!important;margin:14px 0 0!important;color:var(--muted)!important;font-size:9px!important;font-weight:700;line-height:1.5!important;letter-spacing:.02em}.professional-trust-line span{margin-inline:5px;color:var(--goldsoft)}
.professional-directory .directory-filters{padding:6px 10px}.professional-directory .directory-filters select{min-height:30px;padding-inline:10px}.professional-toolbar select{min-height:30px}
.professional-empty{padding:28px 22px;background:radial-gradient(circle at 82% 8%,rgba(255,200,5,.055),transparent 32%),linear-gradient(145deg,var(--surface),rgba(255,200,5,.018))}.professional-empty>p{margin-bottom:13px}.empty-benefits{margin-bottom:15px}.empty-benefits span{padding:6px 9px}
.professional-hero figure{background:var(--surface)}.professional-hero figure picture{overflow:hidden}.professional-hero figure img{transform:scale(1.04);filter:brightness(1.035) contrast(1.075) saturate(1.02) sepia(.025);transition:transform .35s ease}
.professional-benefits article{display:grid;height:100%;min-height:158px;grid-template-rows:34px auto 1fr;align-items:start}.professional-benefit-icon{display:grid;width:32px;height:32px;place-items:center;border:1px solid rgba(255,200,5,.32);border-radius:10px;color:var(--goldsoft)}.professional-benefit-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.professional-benefits h3{align-self:start;margin:13px 0 8px}.professional-benefits p{align-self:end;margin:0}
@media(max-width:760px){.professional-trust-line span{margin-inline:3px}.professional-directory .directory-filters{padding:6px 8px}.professional-empty{padding:24px 16px}.professional-benefits article{min-height:150px}}
@media(prefers-reduced-motion:reduce){.professional-hero figure img{transition:none}}

/* Consistent premium outline icon set for professional benefits. */
.professional-benefit-icon{color:var(--goldsoft);transition:border-color .2s ease,color .2s ease,background .2s ease}.professional-benefit-icon svg{display:none}.professional-benefit-icon:before{content:"";display:block;width:22px;height:22px;background:currentColor;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-position:center;mask-repeat:no-repeat;mask-size:contain}.professional-benefits article:hover .professional-benefit-icon{border-color:var(--gold);background:rgba(255,200,5,.055);color:var(--gold)}
.professional-benefits article:nth-child(1) .professional-benefit-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10h12M4 14h9M19 6.3A8 8 0 1 0 19.6 17'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10h12M4 14h9M19 6.3A8 8 0 1 0 19.6 17'/%3E%3C/svg%3E")}
.professional-benefits article:nth-child(2) .professional-benefit-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h12v14l-2-1-2 1-2-1-2 1-2-1-2 1V3M9 8h6M9 12h2M3 3l18 18'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h12v14l-2-1-2 1-2-1-2 1-2-1-2 1V3M9 8h6M9 12h2M3 3l18 18'/%3E%3C/svg%3E")}
.professional-benefits article:nth-child(3) .professional-benefit-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E")}

/* Plaats je werkruimte — premium conversion polish, scoped to this page. */
.place-workspace-page .section{padding-block:78px}.workspace-sales-hero>img{display:block;object-position:center;width:100%;height:100%;padding:0}.place-workspace-page .listing-types{gap:12px}.place-workspace-page .listing-types span{padding:14px 19px;transition:transform .2s ease,border-color .2s ease,background .2s ease}.place-workspace-page .listing-types span:hover{transform:translateY(-2px);border-color:rgba(255,200,5,.38);background:rgba(255,200,5,.055)}
.place-workspace-page .workspace-steps{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.place-workspace-page .workspace-steps .step{display:flex;height:100%;min-height:235px;flex-direction:column;padding:28px;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.place-workspace-page .workspace-steps .step:hover{transform:translateY(-4px);border-color:rgba(255,200,5,.3);box-shadow:0 18px 40px rgba(0,0,0,.16)}.place-workspace-page .workspace-steps .step>span{display:inline-flex;width:max-content;margin-bottom:40px;padding-bottom:7px;border-bottom:1px solid rgba(255,200,5,.45);color:var(--goldsoft);font-family:var(--serif);font-size:24px;line-height:1}.place-workspace-page .workspace-steps .step h3{margin:0 0 11px}.place-workspace-page .workspace-steps .step p{margin:0}
.place-workspace-page .workspace-benefits{margin-top:58px}.place-workspace-page .workspace-benefits .feature-grid{align-items:stretch}.place-workspace-page .workspace-benefits .feature{display:flex;height:100%;min-height:220px;flex-direction:column;transition:transform .24s ease,border-color .24s ease}.place-workspace-page .workspace-benefits .feature:hover{transform:translateY(-4px);border-color:rgba(255,200,5,.3)}.place-workspace-page .benefit-icon{display:grid;width:44px;height:44px;margin-bottom:34px;place-items:center;border:1px solid rgba(255,200,5,.34);border-radius:14px;color:var(--goldsoft);background:rgba(255,200,5,.045)}.place-workspace-page .benefit-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.place-workspace-page .workspace-benefits h3{margin:0 0 10px}.place-workspace-page .workspace-benefits p{margin:0}
.place-workspace-page .workspace-plan-preview{align-items:stretch}.place-workspace-page .workspace-plan-preview article{height:100%;min-height:350px;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.place-workspace-page .workspace-plan-preview article:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(0,0,0,.16)}.place-workspace-page .workspace-plan-preview article:not(.featured){border-color:var(--border);box-shadow:none}.place-workspace-page .workspace-plan-preview article.featured{border-color:rgba(255,200,5,.52);box-shadow:0 0 34px rgba(255,200,5,.09)}.place-workspace-page .workspace-plan-preview h3{min-height:76px;margin:24px 0 8px}.place-workspace-page .workspace-plan-preview p{margin:0 0 24px}.place-workspace-page .workspace-plan-preview .btn{width:100%;margin-top:auto}
.place-workspace-page .workspace-form-shell{align-items:start}.place-workspace-page .workspace-form-shell .auth-aside{position:sticky;top:112px}.place-workspace-page .onboarding-list{position:relative;margin-top:30px}.place-workspace-page .onboarding-list:before{content:"";position:absolute;left:15px;top:17px;bottom:17px;width:1px;background:var(--border)}.place-workspace-page .onboarding-list li{position:relative;display:grid;grid-template-columns:32px 1fr;gap:11px;align-items:center;padding:9px 0;border:0}.place-workspace-page .onboarding-list li b{z-index:1;display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--border);border-radius:50%;background:var(--surface);font-size:9px}.place-workspace-page .onboarding-list li.active b{border-color:var(--gold);background:var(--gold);color:#080909;box-shadow:0 0 18px rgba(255,200,5,.18)}.place-workspace-page .onboarding-list li.active span{color:var(--goldsoft);font-weight:750}.place-workspace-page .form-grid{gap:12px 18px}.place-workspace-page .field{gap:8px}.place-workspace-page .field label,.place-workspace-page .field>span{font-size:11px;font-weight:750}.place-workspace-page .field label em{color:var(--gold);font-style:normal}.place-workspace-page .field input:focus,.place-workspace-page .field select:focus,.place-workspace-page .field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(255,200,5,.11)}.place-workspace-page .workspace-upload{display:grid;min-height:145px;cursor:pointer;place-items:center;gap:6px;padding:22px;border:1px dashed rgba(255,200,5,.42);border-radius:var(--r-lg);background:rgba(255,200,5,.035);text-align:center;transition:border-color .2s ease,background .2s ease}.place-workspace-page .workspace-upload:hover{border-color:var(--gold);background:rgba(255,200,5,.065)}.place-workspace-page .workspace-upload svg{width:28px;height:28px;fill:none;stroke:var(--goldsoft);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.place-workspace-page .workspace-upload strong{font-size:12px}.place-workspace-page .workspace-upload span{color:var(--text2);font-size:10px}.place-workspace-page .workspace-upload input{position:absolute;width:1px;height:1px;min-height:0;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.place-workspace-page .faq-item button{min-height:68px;padding:18px 4px;transition:color .2s ease,background .2s ease}.place-workspace-page .faq-item button:hover{color:var(--goldsoft);background:linear-gradient(90deg,rgba(255,200,5,.035),transparent)}.place-workspace-page .faq-item button b{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--border);border-radius:50%;font-size:16px;font-weight:400;transition:transform .22s ease,border-color .22s ease}.place-workspace-page .faq-item button[aria-expanded="true"] b{transform:rotate(45deg);border-color:rgba(255,200,5,.45)}.place-workspace-page .faq-answer{transition:opacity .22s ease,transform .22s ease,display .22s allow-discrete}.place-workspace-page .faq-answer[hidden]{opacity:0;transform:translateY(-5px)}
.place-workspace-page .btn-primary{min-height:48px;padding:0 22px;border-radius:var(--r-md);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.place-workspace-page .btn-primary:hover{transform:translateY(-2px);box-shadow:0 13px 30px rgba(255,200,5,.15)}
.place-workspace-page .section,.place-workspace-page .section-heading,.place-workspace-page .workspace-steps{opacity:1;visibility:visible;filter:none}
@media(max-width:1050px){.place-workspace-page .workspace-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.place-workspace-page .workspace-benefits .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.place-workspace-page .workspace-form-shell .auth-aside{position:static}}
@media(max-width:760px){.place-workspace-page .section{padding-block:58px}.workspace-sales-hero>img{min-height:400px}.place-workspace-page .workspace-steps,.place-workspace-page .workspace-benefits .feature-grid{grid-template-columns:1fr}.place-workspace-page .workspace-steps .step{min-height:205px}.place-workspace-page .workspace-plan-preview{display:flex;gap:12px;overflow-x:auto;padding:3px 2px 18px;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain}.place-workspace-page .workspace-plan-preview article{min-width:min(84vw,340px);scroll-snap-align:start}.place-workspace-page .auth-grid{gap:12px}.place-workspace-page .workspace-form-shell .auth-aside{display:block;padding:24px}.place-workspace-page .onboarding-list{display:flex;gap:8px;overflow-x:auto}.place-workspace-page .onboarding-list:before{display:none}.place-workspace-page .onboarding-list li{min-width:max-content;grid-template-columns:28px auto;padding-right:8px}.place-workspace-page .onboarding-list li b{width:28px;height:28px}.place-workspace-page .workspace-upload{min-height:130px}.place-workspace-page .faq-item button{min-height:64px}}
@media(prefers-reduced-motion:reduce){.place-workspace-page .section,.place-workspace-page .section-heading,.place-workspace-page .workspace-steps{animation:none}.place-workspace-page .step,.place-workspace-page .feature,.place-workspace-page .workspace-plan-preview article,.place-workspace-page .listing-types span,.place-workspace-page .btn-primary{transition:none}.place-workspace-page .step:hover,.place-workspace-page .feature:hover,.place-workspace-page .workspace-plan-preview article:hover,.place-workspace-page .listing-types span:hover,.place-workspace-page .btn-primary:hover{transform:none}}
.place-workspace-page .field label:has(+input[required]):after,.place-workspace-page .field label:has(+select[required]):after,.place-workspace-page .field label:has(+textarea[required]):after{content:" *";color:var(--gold)}
.place-workspace-page .workspace-sales-hero{min-height:560px}.place-workspace-page .workspace-hero-media{display:block;width:100%;min-width:0;min-height:560px;margin:0;overflow:hidden;background:transparent}.place-workspace-page .workspace-hero-media img{display:block;width:100%;height:100%;min-height:560px;padding:0;object-fit:cover;object-position:center 42%;filter:none;transform:none}
#formules-werkruimte{scroll-margin-top:124px}
.place-workspace-page .workspace-types-section h2{text-align:center}.place-workspace-page .listing-types{display:grid;gap:12px;margin-inline:auto}.place-workspace-page .listing-type-row{display:flex;flex-wrap:nowrap;justify-content:center;gap:12px}.place-workspace-page .listing-types span{width:max-content;max-width:100%;border-color:var(--border);background:var(--surface);color:var(--text);outline:0}.place-workspace-page .listing-types span:hover{border-color:rgba(255,200,5,.38);background:rgba(255,200,5,.055)}.place-workspace-page .listing-types span:focus-visible{border-color:var(--gold);box-shadow:0 0 0 3px rgba(255,200,5,.13)}.place-workspace-page .listing-types span.is-active,.place-workspace-page .listing-types span[aria-selected="true"]{border-color:var(--gold);background:var(--gold);color:#080909}
@media(max-width:900px){.place-workspace-page .workspace-sales-hero{min-height:0}.place-workspace-page .workspace-hero-media{min-height:390px}.place-workspace-page .workspace-hero-media img{min-height:390px;object-position:center 40%}}
@media(max-width:900px){#formules-werkruimte{scroll-margin-top:112px}.place-workspace-page .listing-types{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.place-workspace-page .listing-type-row{display:contents}}
@media(max-width:760px){.place-workspace-page .workspace-hero-media{min-height:0;aspect-ratio:16/10}.place-workspace-page .workspace-hero-media img{min-height:0;object-position:center 38%}#formules-werkruimte{scroll-margin-top:104px}.place-workspace-page .listing-types{gap:10px}.place-workspace-page .listing-types span{padding:12px 16px}}

/* Shared UX/UI consistency layer — 2026-08-02.
   These semantic tokens consolidate layout rhythm without changing route content
   or the intentionally denser dashboard and checkout shells. */
:root{
  --layout-max:1320px;
  --page-gutter:18px;
  --page-top:145px;
  --space-1:12px;
  --space-2:16px;
  --space-3:24px;
  --space-4:40px;
  --space-5:56px;
  --section-space:64px;
  --card-pad:24px;
  --grid-gap:16px;
  --control-height:50px;
  --compact-control-height:42px;
  --anchor-offset:124px;
}

.page-shell{padding:var(--page-top) var(--page-gutter) 0}
.container{width:min(100%,var(--layout-max))}
.section{padding-block:var(--section-space)}
.section-heading{gap:var(--space-4);margin-bottom:var(--space-5)}
.section-heading p{margin-block:var(--space-2) 0;line-height:1.65}
.card-grid,.team-grid,.market-grid{gap:var(--grid-gap)}
.card-grid>.card,.team-grid>.team-card,.market-grid>.market-card,.plan-grid>.plan,.pricing-columns>article{height:100%}
.card-grid>.card footer,.market-card footer,.plan-grid>.plan .btn,.pricing-columns>article .btn{margin-top:auto}
.btn{min-height:var(--control-height);border-radius:var(--r-md)}
.btn-small{min-height:var(--compact-control-height)}
.form-grid{gap:var(--space-2)}
.field{gap:8px}
.field input,.field select,.field textarea{min-height:var(--control-height)}
.field input:disabled,.field select:disabled,.field textarea:disabled{cursor:not-allowed;opacity:.72}
.filter-bar{gap:var(--space-1);margin-bottom:var(--space-4)}
.filter-btn{min-height:var(--compact-control-height)}
.faq-item button{min-height:64px}
.site-footer{margin:0 var(--page-gutter) var(--page-gutter);padding:var(--space-5)}
.footer-grid{gap:var(--space-4)}
.footer-bottom{margin-top:var(--space-4);padding-top:var(--space-3)}

/* Every deliberate in-page target clears both the test banner and sticky header. */
:where(main,section,article,div)[id]{scroll-margin-top:var(--anchor-offset)}

/* Repeated card collections share alignment and calm motion. */
.card,.team-card,.market-card,.profile-card,.plan,.pricing-columns>article,.feature,.step{
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.card-grid>.card,.market-grid>.market-card,.pricing-columns>article,.plan-grid>.plan{
  display:flex;
  flex-direction:column;
}

/* Search-result toolbars keep count and sorting on the same baseline. */
.directory-toolbar,.workspace-results-toolbar,.professional-toolbar{
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:var(--space-2);
}
.directory-toolbar label,.workspace-results-toolbar label,.professional-toolbar label{
  display:flex;
  align-items:center;
  gap:var(--space-1);
}

/* Dashboards intentionally use a denser application rhythm, consistently. */
.dashboard-main{padding:var(--space-4)}
.dashboard-top{margin-bottom:var(--space-3)}
.metric-grid,.dash-grid{gap:var(--space-1)}
.dash-card{padding:var(--card-pad)}

@media(max-width:1024px){
  :root{--page-gutter:16px;--section-space:52px;--space-5:48px;--anchor-offset:114px}
  .section-heading{grid-template-columns:.4fr 1.6fr;gap:var(--space-3)}
  .site-footer{padding:48px 40px}
  .dashboard-main{padding:var(--space-3)}
}

@media(max-width:760px){
  :root{--page-gutter:12px;--page-top:125px;--section-space:44px;--space-4:32px;--space-5:40px;--anchor-offset:104px}
  .page-shell{padding:var(--page-top) var(--page-gutter) 0}
  .section{padding-block:var(--section-space)}
  .section-heading{margin-bottom:var(--space-4)}
  .site-footer{margin:0 10px 10px;padding:32px 24px}
  .directory-toolbar,.workspace-results-toolbar,.professional-toolbar{grid-template-columns:minmax(0,1fr) auto}
  .dashboard-main{padding:20px 14px}
}

@media(max-width:430px){
  :root{--section-space:40px;--space-5:36px}
  .directory-toolbar,.workspace-results-toolbar,.professional-toolbar{gap:10px}
  .directory-toolbar label,.workspace-results-toolbar label,.professional-toolbar label{gap:7px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .card,.team-card,.market-card,.profile-card,.plan,.pricing-columns>article,.feature,.step{transition:none}
}

/* Visual regression recovery — normal content must never depend on a reveal
   animation or intersection state to become readable. */
.place-workspace-page :where(.section,.section-heading,.workspace-steps,.workspace-benefits,.workspace-plan-preview,.workspace-form-shell,.faq-list){
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  animation:none!important;
}
.place-workspace-page :where(.section,.section-heading,.workspace-steps,.workspace-benefits,.workspace-plan-preview,.workspace-form-shell){transform:none}

/* Stable semantic surfaces. Route-specific photography and editorial sections
   remain intact; ordinary shells and cards no longer rely on translucent layers. */
:root{
  --page-background:var(--bg);
  --alternate-section-background:var(--bg2);
  --card-background:var(--surface);
  --elevated-background:var(--surface2);
  --subtle-border:var(--border);
}
body{background:var(--page-background)}
.section-dark{background:var(--alternate-section-background)}
.card,.market-card,.profile-card,.team-card,.plan,.growth-plan,.auth-aside,.auth-panel,.form-panel,.dash-card,.metric{background:var(--card-background);border-color:var(--subtle-border)}
.field input,.field select,.field textarea,.upload-box,.check-grid{background:var(--elevated-background)}

/* Media containers always expose a visible surface while their real asset loads. */
.salon-flex-feature picture,.salon-location-feature>.theme-map,.fcr-gallery picture,.latepoint-resource-card .treatment-photo{background:linear-gradient(145deg,var(--surface2),var(--surface))}

/* Contact and location: composed from the shared map, review and form primitives. */
.contact-page .section-heading p{max-width:650px}
.contact-layout{align-items:start;gap:24px}
.contact-location-stack{display:grid;gap:16px;min-width:0}
.contact-location-stack>.theme-map{position:relative;min-height:430px;overflow:hidden;border:1px solid var(--border);border-radius:var(--r-xl);background:var(--surface2)}
.contact-location-stack>.theme-map iframe{position:absolute;inset:-2px;width:calc(100% + 4px);height:calc(100% + 4px);border:0}
.contact-location-stack .location-info{padding:34px}
.contact-location-stack .location-info h3{margin:0 0 8px}
.contact-location-stack .location-info>p{margin:0 0 10px;color:var(--text2)}
.contact-email{display:inline-flex;margin-bottom:26px;color:var(--goldsoft);font-weight:700}
.contact-email:hover{text-decoration:underline;text-underline-offset:4px}
.social-links{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.social-links a{display:inline-grid;place-items:center;width:42px;height:42px;margin:0;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--text2);transition:transform .2s ease,border-color .2s ease,color .2s ease,background .2s ease}.social-links a:hover{transform:translateY(-2px);border-color:var(--gold);color:var(--goldsoft);background:var(--surface2)}.social-links a:focus-visible{outline:3px solid color-mix(in srgb,var(--gold) 55%,transparent);outline-offset:3px}.social-links svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.social-links .social-icon-fill{fill:currentColor;stroke:none}.social-links-footer{margin-top:20px}.site-footer .social-links-footer a{display:inline-grid;margin:0;color:var(--text2)}.contact-social{margin:0 0 24px}.contact-social>small{display:block;margin-bottom:10px;color:var(--muted);font-size:9px;letter-spacing:.13em}.social-links-mobile{margin-top:10px}.mobile-menu .social-links-mobile a{display:inline-grid;padding:0}.social-links-contact a{background:var(--bg2)}
.contact-facts{display:grid;gap:0;border-top:1px solid var(--border)}
.contact-facts section{padding:20px 0;border-bottom:1px solid var(--border)}
.contact-facts section:last-child{padding-bottom:0;border-bottom:0}
.contact-facts h4{margin:0 0 7px;font-size:11px;letter-spacing:.12em;text-transform:uppercase}
.contact-facts p{margin:0;color:var(--text2);font-size:13px;line-height:1.65}.contact-facts p+p{margin-top:12px}
.contact-review-module{padding:18px}
.contact-review-module .google-review-head{align-items:center}
.contact-review-module .reviews-fallback{padding:4px;border:0;background:transparent}
.contact-layout>.form-panel{position:sticky;top:128px}
.premium-checkbox{display:flex;align-items:flex-start;gap:11px;min-height:44px;padding:10px 0;cursor:pointer}
.premium-checkbox input{appearance:none;flex:0 0 22px;width:22px!important;min-height:22px!important;height:22px;margin:0;border:1px solid var(--border)!important;border-radius:7px!important;background:var(--bg2)!important;cursor:pointer}
.premium-checkbox input:checked{border-color:var(--gold)!important;background-color:var(--gold)!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23080909' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m5 10 3 3 7-7'/%3E%3C/svg%3E")!important;background-position:center!important;background-repeat:no-repeat!important;background-size:16px!important}
.premium-checkbox input:focus-visible{outline:3px solid rgba(255,200,5,.25);outline-offset:3px}
.premium-checkbox span{padding-top:2px;color:var(--text2);font-size:12px;line-height:1.5}
.contact-submit{justify-items:start}
.contact-submit small{color:var(--muted);font-size:10px;line-height:1.5}
@media(max-width:1024px){.contact-layout{grid-template-columns:1fr}.contact-layout>.form-panel{position:static}.contact-location-stack>.theme-map{min-height:430px}}
@media(max-width:760px){.contact-location-stack>.theme-map{min-height:390px}.contact-location-stack .location-info{padding:26px}.contact-location-stack .location-info h3{font-size:34px}.contact-review-module .google-review-head{align-items:flex-start}.contact-review-module .google-review-head>a{min-height:44px;display:inline-flex;align-items:center}}

/* Shared quiet elevation for large light-mode surfaces. Keep the lift almost
   flat so it cannot read as a horizontal grey band at a section boundary. */
[data-theme="light"]{
  --elevation-large-border:rgba(15,23,42,.075);
  --elevation-large-shadow:0 0 1px rgba(15,23,42,.018),0 2px 26px rgba(15,23,42,.032);
}
[data-theme="light"] .hero-reviews{position:relative;z-index:1;overflow:visible}
[data-theme="light"] .google-reviews-shell,
[data-theme="light"] .salon-story .hero-copy,
[data-theme="light"] .salon-story .hero-image{
  border-color:var(--elevation-large-border);
  box-shadow:var(--elevation-large-shadow);
}
[data-theme="light"] .google-reviews-shell:before,
[data-theme="light"] .google-reviews-shell:after,
[data-theme="light"] .salon-story .hero-copy:before,
[data-theme="light"] .salon-story .hero-copy:after{content:none}

/* Account entry: two public roles first, privileged roles remain secondary. */
.account-container{max-width:1040px}
.account-intro{max-width:720px;margin-bottom:42px}
.account-intro h1{margin:12px 0 10px;font-family:var(--serif);font-size:clamp(54px,7vw,88px);font-weight:400;line-height:.94;letter-spacing:-.045em}
.account-intro>p:last-child{margin:0;color:var(--text2);font-size:16px}
.account-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.account-choice-card{display:flex;min-height:330px;flex-direction:column;align-items:flex-start;padding:34px;border:1px solid var(--border-subtle,var(--border));border-radius:var(--r-xl);background:var(--surface-card,var(--surface))}
.account-choice-card h2{margin:28px 0 12px;font-family:var(--serif);font-size:38px;font-weight:500;line-height:1}
.account-choice-card p{max-width:390px;margin:0;color:var(--text2);font-size:13px;line-height:1.7}
.account-choice-card .btn{width:100%;margin-top:auto}
.account-secondary-access{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:18px;padding:22px 26px;border:1px solid var(--border-subtle,var(--border));border-radius:var(--r-lg);background:color-mix(in srgb,var(--surface-card,var(--surface)) 72%,transparent)}
.account-secondary-access>span{color:var(--text2);font-size:12px;font-weight:700}
.account-secondary-access>div{display:flex;gap:22px}
.account-secondary-access a{color:var(--goldsoft);font-size:11px;font-weight:700;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:4px}
.account-secondary-access a:hover{text-decoration-color:currentColor}
.account-theme-quiet{margin:18px 0 0;padding:18px 22px;box-shadow:none!important}
.account-theme-quiet h3{margin:9px 0 3px;font-size:21px}
.account-theme-quiet p{font-size:10px}
[data-theme="light"] .account-choice-card{border-color:var(--elevation-large-border);box-shadow:var(--elevation-large-shadow)}
.role-login-shell{width:min(100%,620px)}
.social-login-list{display:grid;gap:12px}.social-login-separator{display:flex;align-items:center;gap:12px;margin:18px 0;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.12em}.social-login-separator:before,.social-login-separator:after{content:"";height:1px;flex:1;background:var(--border)}
.login-back{display:inline-flex;margin-bottom:18px;color:var(--text2);font-size:11px;font-weight:700}
.role-login-card{padding:clamp(28px,5vw,48px)}
.role-login-card h1{margin:22px 0 10px;font-family:var(--serif);font-size:clamp(42px,6vw,62px);font-weight:400;line-height:1}
.role-login-card>p{margin:0 0 30px;color:var(--text2)}
.role-login-card .btn{width:100%}
.dashboard-nav footer{display:grid;gap:10px}
.dashboard-nav footer button{padding:0;border:0;background:transparent;color:var(--muted);font-size:10px;text-align:left;cursor:pointer}
.dashboard-nav footer button:hover{color:var(--goldsoft)}
.dashboard-back{display:block;margin:0 0 16px;color:var(--muted);font-size:13px;font-weight:700;text-decoration:none}.dashboard-back:hover,.dashboard-back:focus-visible{color:var(--goldsoft)}
.dashboard-section{display:grid;gap:18px;min-width:0}.dashboard-loading,.dashboard-error{min-height:60vh;display:grid;place-content:center;text-align:center;padding:32px}.dashboard-error{gap:12px}
.dashboard-record-list{display:grid;gap:12px;margin-top:18px}.dashboard-record{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--bg2)}.dashboard-record h3{margin:8px 0 4px}.dashboard-record p{margin:0;color:var(--muted)}
.dashboard-empty{padding:28px;border:1px dashed var(--border);border-radius:var(--r-md);background:var(--bg2)}.dashboard-empty h2{margin-top:0}.dashboard-actions{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.form-message{min-height:1.5em;color:var(--goldsoft);font-weight:700}
@media(max-width:760px){.dashboard-record{align-items:flex-start;flex-direction:column}.dashboard-record .btn{width:100%}.dashboard-actions{align-items:stretch;flex-direction:column}.dashboard-actions .btn{width:100%}}
@media(max-width:760px){.account-intro{margin-bottom:30px}.account-choice-grid{grid-template-columns:1fr}.account-choice-card{min-height:290px;padding:28px}.account-secondary-access{align-items:flex-start;flex-direction:column}.account-secondary-access>div{align-items:flex-start;flex-direction:column;gap:12px}.account-theme-quiet{align-items:flex-start}.role-login-shell{width:100%}}
.salon-flex-feature picture img,.fcr-gallery img,.latepoint-resource-card img{opacity:1;visibility:visible}

/* Short account pages do not inherit an artificial viewport-height footer push. */
#app-main:has(.account-page){min-height:auto}

/* One compact shared footer for normal public routes. */
.site-footer{min-height:0;padding:44px}
.footer-grid{gap:32px}
.site-footer h3{margin-block:0 14px}
.site-footer h4{margin-block:0 12px}
.footer-bottom{margin-top:30px;padding-top:20px}

@media(max-width:1024px){.site-footer{padding:40px 34px}}
@media(max-width:760px){.site-footer{padding:30px 22px}.footer-grid{gap:26px}.footer-bottom{margin-top:26px}}
.treatment-photo-manicure img,.treatment-photo-pedicure img{object-position:center 40%}

/* Sitewide surface and vertical-rhythm system — 2026-08-02. */
:root{
  --surface-page:#080909;
  --surface-section:#080909;
  --surface-section-alt:#0d0f0f;
  --surface-card:#171919;
  --surface-card-elevated:#1c1f1f;
  --surface-footer:#111313;
  --border-subtle:rgba(255,255,255,.1);
  --section-space-sm:32px;
  --section-space-md:52px;
  --section-space-lg:64px;
  --content-max:1180px;
  --content-wide:1320px;
  --page-gutter:18px;
  --space-before-footer:88px;
}
[data-theme="light"]{
  --surface-page:#f4f6f8;
  --surface-section:#f4f6f8;
  --surface-section-alt:#eceff3;
  --surface-card:#fff;
  --surface-card-elevated:#f8f9fb;
  --surface-footer:#111318;
  --border-subtle:rgba(17,19,24,.1);
}
html,body,#app-main{opacity:1;visibility:visible}
html,body{max-width:100%;overflow-x:clip}
body{background:var(--surface-page)}
#app-main.has-public-footer{min-height:0;padding-bottom:var(--space-before-footer)}
#app-main.has-public-footer>.page-shell{padding-bottom:0}
.page-shell{background:var(--surface-page);padding-bottom:0}
.container{width:min(100%,var(--content-wide));margin-inline:auto}
.section{position:relative;isolation:isolate;padding-block:var(--section-space-md);background:transparent}
.section-dark{background:transparent}
[data-theme="light"].salon-first-preview .section-dark{background:transparent}
.section-dark:before{content:"";position:absolute;z-index:-1;inset:0 calc(50% - 50vw);background:var(--surface-section-alt);border-block:1px solid color-mix(in srgb,var(--border-subtle) 55%,transparent);pointer-events:none}
.section:not(.section-dark):before{content:"";position:absolute;z-index:-1;inset:0 calc(50% - 50vw);background:var(--surface-section);pointer-events:none}
.section-heading{margin-bottom:40px}
.section-heading>:first-child,.section-heading h2{margin-top:0}
.section-heading p:last-child{margin-bottom:0}
.section-surface{margin-top:var(--section-space-sm);background:var(--surface-card);border-color:var(--border-subtle)}
.card,.market-card,.profile-card,.team-card,.plan,.growth-plan,.auth-aside,.auth-panel,.form-panel,.dash-card,.metric,.feature,.step,.review,.cta-panel,.split-feature,.salon-flex-feature,.salon-location-feature{background-color:var(--surface-card);border-color:var(--border-subtle)}
.field input,.field select,.field textarea,.upload-box,.check-grid,.summary-card,.chair,.slot{background-color:var(--surface-card-elevated);border-color:var(--border-subtle)}
.site-footer{margin-top:0;background:linear-gradient(145deg,var(--surface-footer),#0c0e11);border-color:rgba(255,255,255,.1)}
.footer-legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px}.footer-legal a{margin:0;color:inherit;font-size:inherit}.footer-legal a:hover{color:var(--goldsoft)}

/* Legal documents: calm, readable and shared across all four policies. */
.legal-layout{max-width:1120px}.legal-document{overflow:hidden;border:1px solid var(--border-subtle);border-radius:var(--r-2xl);background:var(--surface-card)}
.legal-hero{padding:64px clamp(28px,6vw,76px) 50px;border-bottom:1px solid var(--border-subtle)}.legal-hero h1{max-width:820px;margin:15px 0 20px;font-family:var(--serif);font-size:clamp(52px,7vw,86px);font-weight:400;line-height:.98}.legal-hero>p:not(.eyebrow){max-width:720px;color:var(--text2);font-size:16px;line-height:1.7}.legal-hero small{display:block;margin-top:22px;color:var(--muted)}
.legal-body{display:grid;grid-template-columns:260px minmax(0,1fr);gap:56px;padding:50px clamp(28px,6vw,76px) 72px}.legal-toc{position:sticky;top:120px;align-self:start}.legal-toc strong{display:block;margin-bottom:14px;color:var(--goldsoft);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.legal-toc ol{display:grid;gap:9px;margin:0;padding:0;list-style:none}.legal-toc a{color:var(--text2);font-size:12px;line-height:1.45}.legal-toc a:hover{color:var(--goldsoft)}
.legal-content{min-width:0}.legal-content section{scroll-margin-top:125px;padding:0 0 42px;margin:0 0 42px;border-bottom:1px solid var(--border-subtle)}.legal-content section:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}.legal-content h2{margin:0 0 20px;font-family:var(--serif);font-size:clamp(28px,4vw,40px);font-weight:500}.legal-content h3{margin:26px 0 8px;font-size:15px}.legal-content p,.legal-content li{color:var(--text2);font-size:14px;line-height:1.75}.legal-content a{text-decoration:underline;text-underline-offset:3px}.legal-content code{padding:2px 6px;border-radius:6px;background:var(--surface-card-elevated)}
.legal-todo{margin:24px 0 0;padding:18px 20px;border:1px solid color-mix(in srgb,var(--gold) 45%,var(--border-subtle));border-radius:var(--r-md);background:color-mix(in srgb,var(--gold) 7%,var(--surface-card-elevated))}.legal-todo strong{color:var(--goldsoft);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.legal-todo p{margin:8px 0 0}.legal-table-wrap{overflow-x:auto}.legal-content table{width:100%;border-collapse:collapse}.legal-content th,.legal-content td{padding:14px 12px;border-bottom:1px solid var(--border-subtle);color:var(--text2);font-size:12px;line-height:1.5;text-align:left;vertical-align:top}.legal-content th{color:var(--text);font-weight:700}
@media(max-width:900px){.legal-body{grid-template-columns:1fr;gap:36px}.legal-toc{position:static;padding-bottom:30px;border-bottom:1px solid var(--border-subtle)}.legal-toc ol{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.footer-legal{justify-content:flex-start}.legal-hero{padding:40px 24px 34px}.legal-body{padding:34px 24px 50px}.legal-toc ol{grid-template-columns:1fr}.legal-content section{scroll-margin-top:100px;padding-bottom:32px;margin-bottom:32px}}
.legal-static-main{padding-bottom:var(--space-before-footer)}
.legal-static-header{grid-template-columns:auto 1fr auto}.legal-static-actions{display:flex;align-items:center;gap:12px}.legal-theme-switcher{flex:0 0 auto}
.legal-static-footer{color:#f5f1e8}
@media(max-width:1050px){.legal-static-header{grid-template-columns:auto 1fr auto}.legal-static-header .site-nav{display:none}.legal-static-actions{justify-self:end}.legal-theme-switcher{display:inline-flex}}
@media(max-width:760px){.legal-static-header{grid-template-columns:1fr auto}.legal-static-actions .btn{display:none}.legal-theme-switcher button{width:32px;height:32px}}
@media print{html{color-scheme:light!important}body{background:#fff!important;color:#111!important}.test-banner,.legal-static-header,.legal-static-footer,.legal-toc{display:none!important}.legal-static-main{padding:0}.legal-document{border:0;background:#fff!important;box-shadow:none!important}.legal-body{display:block;padding:24px}.legal-content p,.legal-content li,.legal-content td{color:#111!important}.legal-hero{padding:24px}.legal-content a{color:#111!important}.legal-todo{border-color:#777!important;background:#fff!important}}

/* The approved homepage hero is one continuous two-column object. */
.salon-first-hero{gap:0;background:var(--surface-card);border-color:var(--border-subtle)}
.salon-first-hero>section{min-width:0}
.salon-first-hero>figure{position:relative;align-self:stretch;min-width:0;margin:0;padding:0;overflow:hidden;border-radius:0 var(--r-2xl) var(--r-2xl) 0}
.salon-first-hero>figure>picture{position:absolute;inset:0;display:block;width:100%;height:100%;margin:0;padding:0}
.salon-first-hero>figure>picture>img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;margin:0;padding:0;object-fit:cover;object-position:center}

/* Homepage chapter transitions begin exactly with their content. */
.salon-first-home>.section{padding-block:44px}
.salon-first-home>.section .section-heading{margin-bottom:36px}
.salon-first-home>.section-dark+.section-dark:before{border-top-color:transparent}
.salon-first-home .compact-platform-grid{margin-top:0}

/* Homepage: Flex Chair -> Network -> location is one calm editorial chapter. */
.salon-first-home>.home-flex-section{padding-bottom:24px}
.salon-first-home>.home-network-chapter{
  --chapter-transition:36px;
  padding-top:var(--chapter-transition);
  padding-bottom:42px;
}
.salon-first-home>.home-network-chapter:before{
  top:0;
  background:linear-gradient(
    to bottom,
    var(--surface-page) 0,
    color-mix(in srgb,var(--surface-page) 70%,var(--surface-section-alt)) 14px,
    var(--surface-section-alt) var(--chapter-transition),
    var(--surface-section-alt) 100%
  );
  border-block:0;
}
.salon-first-home>.home-network-chapter .section-heading{margin-bottom:34px}
.salon-first-home>.home-location-chapter{padding-top:42px;padding-bottom:0}
.salon-first-home>.home-location-chapter:before{
  bottom:-40px;
  border-block:0;
  background:linear-gradient(
    to bottom,
    var(--surface-section-alt) 0,
    var(--surface-section-alt) calc(100% - 40px),
    var(--surface-page) 100%
  );
}
.salon-first-home>.home-network-chapter+.home-location-chapter:before{border-top:0}
[data-theme="light"] .salon-first-home>.home-network-chapter:before{
  background:linear-gradient(
    to bottom,
    var(--surface-page) 0,
    color-mix(in srgb,var(--surface-page) 74%,var(--surface-section-alt)) 14px,
    var(--surface-section-alt) var(--chapter-transition),
    var(--surface-section-alt) 100%
  );
}

/* Remove route-local spacing inflation while preserving component layouts. */
.place-workspace-page .section{padding-block:var(--section-space-md)}
.place-workspace-page .workspace-benefits{margin-top:var(--section-space-sm)}
.professional-benefits{margin-top:var(--section-space-sm)}

@media(max-width:1024px){
  :root{--page-gutter:16px;--section-space-sm:28px;--section-space-md:46px;--section-space-lg:58px}
  .salon-first-hero>figure{border-radius:0 0 var(--r-2xl) var(--r-2xl)}
  .salon-first-home>.section{padding-block:42px}
  .salon-first-home>.home-flex-section{padding-bottom:22px}
  .salon-first-home>.home-network-chapter{--chapter-transition:34px;padding-top:var(--chapter-transition);padding-bottom:38px}
  .salon-first-home>.home-location-chapter{padding-top:38px;padding-bottom:0}
}
@media(min-width:768px) and (max-width:1023px){
  :root{--space-before-footer:80px}
}
@media(max-width:760px){
  :root{--page-gutter:12px;--section-space-sm:24px;--section-space-md:40px;--section-space-lg:50px}
  .section{padding-block:var(--section-space-md)}
  .section-heading{margin-bottom:32px}
  .salon-first-home>.section{padding-block:36px}
  .salon-first-home>.home-flex-section{padding-bottom:20px}
  .salon-first-home>.home-network-chapter{--chapter-transition:28px;padding-top:var(--chapter-transition);padding-bottom:32px}
  .salon-first-home>.home-network-chapter .section-heading{margin-bottom:30px}
  .salon-first-home>.home-location-chapter{padding-top:32px;padding-bottom:0}
  .salon-first-home>.home-location-chapter:before{
    bottom:-32px;
    background:linear-gradient(to bottom,var(--surface-section-alt) 0,var(--surface-section-alt) calc(100% - 32px),var(--surface-page) 100%);
  }
  .salon-first-hero>figure{border-radius:0 0 var(--r-xl) var(--r-xl)}
  .place-workspace-page .section{padding-block:var(--section-space-md)}
}
@media(max-width:767px){
  :root{--space-before-footer:64px}
}

/* Homepage hero media — restore the approved soft text-to-photo transition,
   while hard-anchoring the image to the outer right edge. */
.salon-first-home .salon-first-hero{overflow:hidden}
.salon-first-home .salon-first-hero>figure{
  --hero-media-edge-bleed:32px;
  position:relative;
  align-self:stretch;
  justify-self:stretch;
  min-width:0;
  width:calc(100% + var(--hero-media-edge-bleed));
  height:100%;
  margin:0 calc(0px - var(--hero-media-edge-bleed)) 0 0;
  padding:0;
  overflow:hidden;
  border-radius:0;
  background:transparent;
}
.salon-first-home .salon-first-hero>figure>picture{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  -webkit-mask-image:none;
  mask-image:none;
}
.salon-first-home .salon-first-hero>figure>picture>img{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  margin:0;
  padding:0;
  object-fit:cover;
  object-position:center;
}

/* Salon story — one continuous page surface, with the footer as the only
   deliberate visual ending. */
.salon-story{background:var(--surface-page)}
.salon-story .salon-gallery-section{padding-top:18px;padding-bottom:0;background:transparent}
.salon-story .salon-gallery-section:before{background:var(--surface-page);border:0}
.salon-story .salon-story-gallery img{border:1px solid var(--border-subtle);box-shadow:0 16px 38px rgba(0,0,0,.08)}
.salon-story .salon-story-hero-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:56% 50%}
@media(max-width:1024px){
  .salon-story .salon-gallery-section{padding-top:14px;padding-bottom:0}
  .salon-story .salon-story-hero-image img{object-position:60% 50%}
}
@media(max-width:760px){
  .salon-story .salon-gallery-section{padding-top:10px;padding-bottom:0}
  .salon-story .salon-story-hero-image img{object-position:62% 50%}
}

/* Flex Chair is one continuous story surface. Section distinction comes from
   spacing and component cards, never from full-width background bands. */
:root{--fcr-faq-cta-gap:44px}
.fcr-page{margin-block-end:0;padding-block-end:0;background:var(--surface-page)}
.fcr-page>.section{margin-block:0;background:transparent;background-color:transparent}
.fcr-page>.section:before,
.fcr-page>.section:after{content:none;background:none;border:0}
.fcr-page .fcr-benefits-chapter{padding-bottom:32px}
.fcr-page .fcr-workday-chapter{padding-top:32px}
.fcr-page .fcr-faq-chapter{padding-bottom:0}
.fcr-page .fcr-cta-chapter{padding-top:var(--fcr-faq-cta-gap);padding-bottom:0;margin-block-end:0}
.fcr-page .fcr-final-cta{margin-block:0;background:var(--surface-card)}

/* Flex Chair hero media reaches the card's physical right edge. The parent
   remains the single clipping surface that owns the outer radius. */
.fcr-page .fcr-product-hero{overflow:hidden}
.fcr-page .fcr-product-hero>picture{
  --fcr-media-edge-bleed:18px;
  display:block;
  align-self:stretch;
  width:calc(100% + var(--fcr-media-edge-bleed));
  max-width:none;
  height:100%;
  margin:0 calc(0px - var(--fcr-media-edge-bleed)) 0 0;
  padding:0;
  overflow:hidden;
}
.fcr-page .fcr-product-hero>picture>img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  margin:0;
  padding:0;
  object-fit:cover;
}

/* The page-end marker is assigned explicitly after route rendering, so scripts,
   modals and hidden banners cannot be selected as visible page content. */
#app-main.has-public-footer>.page-shell{margin-block-end:0}
#app-main.has-public-footer>.page-shell>.page-end-content{margin-block-end:0;padding-block-end:0}
#app-main.has-public-footer .page-end-faq{margin-block-end:0;padding-block-end:0;min-height:0}
#app-main.has-public-footer .page-end-faq .faq-list,
#app-main.has-public-footer .faq-list.page-end-faq,
#app-main.has-public-footer .page-end-faq [data-faq-last="true"]{margin-block-end:0}

@media(min-width:768px) and (max-width:1023px){
  :root{--fcr-faq-cta-gap:38px}
}
@media(max-width:767px){
  :root{--fcr-faq-cta-gap:30px}
  .fcr-page .fcr-benefits-chapter{padding-bottom:24px}
  .fcr-page .fcr-workday-chapter{padding-top:24px}
  .fcr-page .fcr-product-hero>picture{--fcr-media-edge-bleed:0px;width:100%;margin:0}
}
