:root {
    --ink: #151619;
    --paper: #f5f3ef;
    --muted: #77746e;
    --line: rgba(21,22,25,.11);
    --card: #fffefa;
    --salon-primary: #17181a;
    --salon-secondary: #ded9d0;
    --salon-background: #faf9f6;
    --salon-text: #17181a;
    --salon-accent: #9b8d7b;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { min-height: 100%; }
body { min-height: 100vh; margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.bookiq-brand { display: inline-flex; align-items: center; gap: 9px; font-size: 20px; font-weight: 760; letter-spacing: -.7px; }
.bookiq-brand img { width: 39px; height: 39px; border-radius: 10px; box-shadow: 0 5px 14px rgba(0,0,0,.08); }
.discovery-header, .booking-header { position: relative; z-index: 20; height: 76px; padding: 0 max(25px, calc((100% - 1240px) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(248,247,244,.88); backdrop-filter: blur(20px); }
.discovery-header nav, .booking-header > div { display: flex; align-items: center; gap: 27px; color: #67645f; font-size: 12px; font-weight: 630; }
.header-button { padding: 11px 15px; border-radius: 10px; color: white; background: var(--ink); }
.search-hero { min-height: 530px; padding: 105px max(25px, calc((100% - 1160px) / 2)) 75px; background: radial-gradient(circle at 78% 10%, white, transparent 35%), linear-gradient(155deg, #f8f7f4, #ebe7e0); }
.search-hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 19px; color: #77746e; font-size: 10px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.search-hero h1 { margin: 0; font-size: clamp(58px, 7vw, 94px); line-height: .91; letter-spacing: -.068em; font-weight: 550; }
.search-hero h1 span { color: #8d8981; }
.search-hero-copy > p:last-child { max-width: 620px; margin: 27px 0 42px; color: #74716b; font-size: 16px; line-height: 1.6; }
.search-box { max-width: 920px; padding: 9px; display: grid; grid-template-columns: 1.35fr 1fr auto; gap: 7px; border: 1px solid rgba(255,255,255,.9); border-radius: 18px; background: rgba(255,254,250,.8); box-shadow: 0 24px 65px rgba(31,28,23,.1); backdrop-filter: blur(20px); }
.search-box label { padding: 9px 15px; display: grid; gap: 5px; border-right: 1px solid var(--line); }
.search-box label span { font-size: 9px; font-weight: 730; }
.search-box input { min-width: 0; padding: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; }
.search-box button { min-width: 130px; border: 0; border-radius: 12px; color: white; background: var(--ink); font-size: 12px; font-weight: 700; }
.search-box button i { margin-left: 18px; font-style: normal; }
.discovery-shell { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 48px 0 90px; }
.result-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.result-toolbar strong, .result-toolbar small { display: block; }
.result-toolbar strong { font-size: 17px; }
.result-toolbar small { margin-top: 4px; color: #8a867f; font-size: 11px; }
.toolbar-actions { display: flex; gap: 8px; }
.toolbar-actions > button, .view-switch { min-height: 40px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.55); color: #625f5a; font-size: 10px; font-weight: 670; }
.toolbar-actions > button { padding: 0 13px; }
.view-switch { padding: 4px; display: flex; }
.view-switch button { padding: 0 12px; border: 0; border-radius: 7px; color: #817d76; background: transparent; font-size: 9px; font-weight: 680; }
.view-switch button.active { color: white; background: var(--ink); }
.result-layout { display: grid; grid-template-columns: minmax(500px, .88fr) minmax(400px, 1.12fr); gap: 20px; }
.salon-results { display: grid; gap: 13px; align-content: start; }
.salon-card { min-height: 240px; display: grid; grid-template-columns: 225px 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.85); border-radius: 22px; background: rgba(255,254,250,.72); box-shadow: 0 18px 40px rgba(25,22,18,.04); }
.salon-cover { position: relative; overflow: hidden; display: grid; place-items: center; background: #dcd7ce; }
.salon-cover::before, .salon-cover::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); opacity: .65; }
.salon-cover::before { width: 180px; height: 180px; left: -50px; top: -45px; background: rgba(255,255,255,.8); }
.salon-cover::after { width: 140px; height: 140px; right: -50px; bottom: -30px; background: rgba(63,58,52,.2); }
.cover-2 { background: #cab9a7; }
.cover-3 { background: #adb4b6; }
.cover-mark { position: relative; z-index: 2; width: 82px; height: 82px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 26px; color: white; background: rgba(21,22,25,.86); font-size: 31px; font-weight: 700; box-shadow: 0 18px 35px rgba(0,0,0,.15); }
.salon-cover > span { position: absolute; z-index: 2; left: 12px; bottom: 12px; padding: 7px 9px; border-radius: 7px; color: #3e3b37; background: rgba(255,255,255,.8); backdrop-filter: blur(10px); font-size: 8px; font-weight: 700; }
.salon-card-content { padding: 24px; display: flex; flex-direction: column; }
.salon-card-head { display: flex; justify-content: space-between; }
.salon-card-head small { color: #8d8982; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.salon-card-head h2 { margin: 5px 0 0; font-size: 23px; letter-spacing: -.04em; }
.salon-card-head button { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 10px; background: transparent; font-size: 17px; }
.salon-meta { display: flex; align-items: center; gap: 7px; margin: 13px 0; color: #89857f; font-size: 9px; }
.salon-meta b { color: var(--ink); }
.salon-meta i { width: 3px; height: 3px; border-radius: 50%; background: #aaa69f; }
.salon-card-content > p { margin: 0; color: #77746e; font-size: 11px; line-height: 1.5; }
.salon-cta { margin-top: auto; padding-top: 14px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 10px; font-weight: 720; }
.map-panel { position: sticky; top: 20px; height: calc(100vh - 40px); min-height: 600px; overflow: hidden; border-radius: 25px; background: #e3e1db; }
.map-grid { position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 50px 50px; transform: rotate(12deg) scale(1.3); }
.map-road { position: absolute; height: 27px; border: 8px solid rgba(255,255,255,.8); border-radius: 50%; }
.road-one { width: 900px; left: -380px; top: 210px; transform: rotate(25deg); }
.road-two { width: 650px; right: -270px; top: 390px; transform: rotate(-28deg); }
.road-three { width: 500px; left: 20px; bottom: 90px; transform: rotate(70deg); }
.map-marker { position: absolute; z-index: 3; display: flex; align-items: center; gap: 7px; filter: drop-shadow(0 9px 14px rgba(0,0,0,.16)); }
.map-marker img { width: 39px; height: 39px; padding: 3px; border-radius: 12px; background: white; }
.map-marker span { padding: 8px 10px; border-radius: 8px; background: white; font-size: 9px; font-weight: 700; white-space: nowrap; }
.marker-1 { left: 24%; top: 30%; }.marker-2 { right: 18%; top: 53%; }.marker-3 { left: 35%; bottom: 20%; }
.map-attribution { position: absolute; right: 10px; bottom: 10px; padding: 5px 7px; border-radius: 5px; background: rgba(255,255,255,.7); color: #777; font-size: 7px; }
.result-layout.map-only { grid-template-columns: 1fr; }
.result-layout.map-only .salon-results { display: none; }
.empty-results { padding: 70px 20px; text-align: center; border: 1px solid var(--line); border-radius: 20px; }
.empty-results b { font-size: 20px; }.empty-results p { color: var(--muted); font-size: 12px; }
.filter-drawer { position: fixed; inset: 0; z-index: 80; display: none; }
.filter-drawer.open { display: block; }
.drawer-backdrop { position: absolute; inset: 0; border: 0; background: rgba(15,16,18,.42); backdrop-filter: blur(5px); }
.filter-drawer section { position: absolute; right: 0; top: 0; bottom: 0; width: min(420px, 100%); padding: 30px; background: var(--card); box-shadow: -20px 0 60px rgba(0,0,0,.15); }
.drawer-head { display: flex; justify-content: space-between; align-items: center; }
.drawer-head h2 { font-size: 28px; }.drawer-head button { width: 38px; height: 38px; border: 0; border-radius: 10px; background: #efede8; font-size: 22px; }
.filter-group { padding: 25px 0; display: grid; gap: 13px; border-bottom: 1px solid var(--line); font-size: 12px; }
.filter-group b { margin-bottom: 4px; }.filter-group span { color: var(--muted); }.filter-group input { accent-color: var(--ink); }
.apply-filter { position: absolute; left: 30px; right: 30px; bottom: 30px; min-height: 50px; border: 0; border-radius: 12px; color: white; background: var(--ink); font-size: 12px; font-weight: 700; }
.not-found { min-height: calc(100vh - 76px); padding: 15vh 25px; text-align: center; }.not-found p { font-size: 12px; }.not-found h1 { font-size: 55px; }.not-found a { display: inline-flex; padding: 15px 20px; border-radius: 12px; color: white; background: var(--ink); }

/* Public salon and booking */
.booking-page { color: var(--salon-text); background: var(--salon-background); }
.booking-header { background: color-mix(in srgb, var(--salon-background) 88%, transparent); }
.booking-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 55px 0 100px; display: grid; grid-template-columns: 350px 1fr; gap: 65px; align-items: start; }
.salon-profile { position: sticky; top: 35px; }
.profile-top { display: grid; grid-template-columns: 70px 1fr 38px; gap: 15px; align-items: center; }
.profile-logo { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 21px; color: var(--salon-background); background: var(--salon-primary); font-size: 26px; font-weight: 720; }
.profile-logo img{width:100%;height:100%;object-fit:contain;border-radius:inherit;background:#fff}
.profile-top p { margin: 0 0 4px; color: var(--salon-accent); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.profile-top h1 { margin: 0; font-size: 31px; letter-spacing: -.045em; }
.profile-top > div:nth-child(2) > div { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 7px; color: color-mix(in srgb, var(--salon-text) 58%, transparent); font-size: 8px; }
.profile-top > div:nth-child(2) b { color: var(--salon-text); }
.profile-top i { width: 3px; height: 3px; margin-top: 3px; border-radius: 50%; background: var(--salon-accent); }
.profile-top > button { width: 38px; height: 38px; border: 1px solid color-mix(in srgb, var(--salon-text) 13%, transparent); border-radius: 11px; color: var(--salon-text); background: transparent; font-size: 19px; }
.profile-description { margin: 27px 0; color: color-mix(in srgb, var(--salon-text) 63%, transparent); font-size: 13px; line-height: 1.65; }
.profile-facts { border-top: 1px solid color-mix(in srgb, var(--salon-text) 11%, transparent); }
.profile-facts > span { padding: 16px 0; display: flex; justify-content: space-between; border-bottom: 1px solid color-mix(in srgb, var(--salon-text) 11%, transparent); }
.profile-facts b, .profile-facts small { font-size: 10px; }.profile-facts small { color: color-mix(in srgb, var(--salon-text) 55%, transparent); }
.booking-flow { min-height: 720px; padding: 42px; border: 1px solid color-mix(in srgb, var(--salon-text) 9%, white); border-radius: 29px; background: color-mix(in srgb, var(--salon-background) 60%, white); box-shadow: 0 28px 75px rgba(25,22,18,.08); }
.booking-progress { display: flex; align-items: center; gap: 6px; margin-bottom: 45px; }
.booking-progress i { width: 35px; height: 3px; border-radius: 5px; background: color-mix(in srgb, var(--salon-text) 13%, transparent); }
.booking-progress i.active { background: var(--salon-primary); }
.booking-progress span { margin-left: auto; color: var(--salon-accent); font-size: 9px; }
.booking-step { display: none; }.booking-step.active { display: block; animation: bookingEnter .3s ease; }
.booking-title p { margin: 0 0 8px; color: var(--salon-accent); font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.booking-title h2 { margin: 0; font-size: clamp(35px, 4vw, 52px); letter-spacing: -.055em; font-weight: 560; }
.booking-title > span { display: block; margin-top: 9px; color: color-mix(in srgb, var(--salon-text) 55%, transparent); font-size: 11px; }
.choice-list { display: grid; gap: 9px; margin-top: 34px; }
.choice-list button { width: 100%; min-height: 91px; padding: 18px; display: flex; align-items: center; gap: 13px; border: 1px solid color-mix(in srgb, var(--salon-text) 10%, transparent); border-radius: 15px; color: var(--salon-text); background: color-mix(in srgb, var(--salon-background) 45%, white); text-align: left; transition: .2s ease; }
.choice-list button:hover { transform: translateY(-1px); border-color: var(--salon-accent); }
.service-list button.selected, .staff-list button.selected { color: var(--salon-background); border-color: var(--salon-primary); background: var(--salon-primary); }
.service-list button > div { flex: 1; }.service-list b, .service-list span, .service-list small { display: block; }
.service-list b { font-size: 13px; }.service-list span { margin: 5px 0; opacity: .58; font-size: 9px; }.service-list small { opacity: .62; font-size: 8px; }
.service-list strong { font-size: 12px; }.service-list button > i { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-style: normal; }
.service-list button.selected > i::before { content: "✓"; }.service-list button.selected > i { font-size: 0; }.service-list button.selected > i::before { font-size: 11px; }
.staff-list button > i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--salon-secondary); color: var(--salon-primary); font-style: normal; font-weight: 720; }
.staff-list div { flex: 1; }.staff-list b, .staff-list span { display: block; }.staff-list b { font-size: 13px; }.staff-list span { margin-top: 5px; opacity: .6; font-size: 9px; }.staff-list em { font-style: normal; font-size: 20px; opacity: .5; }
.date-carousel { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; margin-top: 32px; overflow-x: auto; }
.date-carousel button { min-width: 63px; padding: 12px 5px; border: 1px solid color-mix(in srgb, var(--salon-text) 10%, transparent); border-radius: 12px; color: var(--salon-text); background: transparent; }
.date-carousel small, .date-carousel b { display: block; }.date-carousel small { margin-bottom: 7px; color: var(--salon-accent); font-size: 7px; }.date-carousel b { font-size: 15px; }
.date-carousel button.selected { color: var(--salon-background); background: var(--salon-primary); }.date-carousel button.selected small { color: var(--salon-secondary); }
.time-heading { display: flex; justify-content: space-between; margin: 28px 0 12px; font-size: 11px; }.time-heading span { color: var(--salon-accent); font-size: 9px; }
.time-slots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.time-slots button { min-height: 43px; border: 1px solid color-mix(in srgb, var(--salon-text) 11%, transparent); border-radius: 10px; color: var(--salon-text); background: transparent; font-size: 10px; }
.time-slots button:hover, .time-slots button.selected { color: var(--salon-background); background: var(--salon-primary); }
.booking-summary { margin-top: 31px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--salon-text) 10%, transparent); border-radius: 16px; }
.booking-summary > div:not(.summary-logo) { padding: 13px 17px; display: flex; justify-content: space-between; border-bottom: 1px solid color-mix(in srgb, var(--salon-text) 9%, transparent); }
.booking-summary small { color: var(--salon-accent); font-size: 9px; }.booking-summary b { max-width: 67%; font-size: 10px; text-align: right; }
.summary-logo { display: none; }
.confirm-login, .guest-button { width: 100%; min-height: 49px; margin-top: 14px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 12px; font-size: 11px; font-weight: 720; }
.confirm-login { color: var(--salon-background); background: var(--salon-primary); }.guest-button { border: 1px solid color-mix(in srgb, var(--salon-text) 12%, transparent); color: var(--salon-text); background: transparent; }
.booking-security { margin: 14px auto 0; max-width: 430px; color: var(--salon-accent); font-size: 8px; line-height: 1.5; text-align: center; }
.booking-footer { margin-top: 35px; padding-top: 22px; display: grid; grid-template-columns: 110px 1fr 130px; gap: 10px; align-items: center; border-top: 1px solid color-mix(in srgb, var(--salon-text) 10%, transparent); }
.booking-back, .booking-next { min-height: 46px; border-radius: 11px; font-size: 10px; font-weight: 700; }
.booking-back { border: 1px solid color-mix(in srgb, var(--salon-text) 11%, transparent); color: var(--salon-text); background: transparent; }
.booking-next { border: 0; color: var(--salon-background); background: var(--salon-primary); }.booking-next:disabled { opacity: .28; cursor: not-allowed; }
.booking-next span { margin-left: 15px; }
.selection-total { text-align: center; }.selection-total small, .selection-total b { display: block; }.selection-total small { margin-bottom: 3px; color: var(--salon-accent); font-size: 8px; }.selection-total b { font-size: 13px; }
@keyframes bookingEnter { from { opacity: 0; transform: translateY(8px); } }
@keyframes staffPickerOut { to { opacity: 0; transform: translateY(-12px) scale(.985); } }
@keyframes calendarReveal { from { opacity: 0; transform: translateY(18px); } }

/* Calendar-first booking flow */
.calendar-card { min-height: 690px; padding: 43px; border: 1px solid color-mix(in srgb, var(--salon-text) 9%, white); border-radius: 29px; background: color-mix(in srgb, var(--salon-background) 60%, white); box-shadow: 0 28px 75px rgba(25,22,18,.08); }
.calendar-intro p { margin: 0 0 8px; color: var(--salon-accent); font-size: 9px; font-weight: 720; letter-spacing: .11em; text-transform: uppercase; }
.calendar-intro h2 { margin: 0; font-size: clamp(38px, 4vw, 54px); line-height: 1; letter-spacing: -.055em; font-weight: 560; text-transform: none; }
.calendar-intro > span { display: block; max-width: 520px; margin-top: 11px; color: color-mix(in srgb, var(--salon-text) 56%, transparent); font-size: 11px; line-height: 1.5; }
.booking-staff-picker { display: grid; gap: 10px; margin-top: 35px; }
.booking-staff-picker > button { width: 100%; min-height: 91px; padding: 16px 18px; display: grid; grid-template-columns: 51px 1fr auto; gap: 14px; align-items: center; border: 1px solid color-mix(in srgb, var(--salon-text) 10%, transparent); border-radius: 16px; color: var(--salon-text); background: color-mix(in srgb, var(--salon-background) 66%, white); text-align: left; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.booking-staff-picker > button:hover { transform: translateY(-2px); border-color: var(--salon-accent); box-shadow: 0 13px 30px color-mix(in srgb, var(--salon-primary) 10%, transparent); }
.booking-staff-picker > button > span { width: 51px; height: 51px; display: grid; place-items: center; border-radius: 15px; color: var(--salon-background); background: var(--salon-primary); font-size: 17px; font-weight: 750; }
.booking-staff-picker b, .booking-staff-picker small { display: block; }
.booking-staff-picker b { font-size: 13px; }
.booking-staff-picker small { margin-top: 5px; color: color-mix(in srgb, var(--salon-text) 52%, transparent); font-size: 9px; }
.booking-staff-picker i { color: var(--salon-accent); font-size: 9px; font-style: normal; font-weight: 700; }
.booking-staff-picker .any-staff-option { border-style: dashed; }
.booking-staff-picker .any-staff-option > span { color: var(--salon-primary); background: var(--salon-secondary); }
.booking-staff-picker.leaving { animation: staffPickerOut .26s ease forwards; pointer-events: none; }
.calendar-content { animation: calendarReveal .42s cubic-bezier(.2,.75,.25,1); }
.selected-calendar-owner { margin: 29px 0 -13px; padding: 10px 12px; display: flex; justify-content: space-between; align-items: center; border-radius: 10px; background: color-mix(in srgb, var(--salon-secondary) 24%, transparent); }
.selected-calendar-owner span { color: color-mix(in srgb, var(--salon-text) 62%, transparent); font-size: 9px; }
.selected-calendar-owner b { color: var(--salon-text); }
.selected-calendar-owner button { border: 0; color: var(--salon-accent); background: transparent; font-size: 8px; font-weight: 720; }
.month-navigation { margin: 39px 0 26px; display: grid; grid-template-columns: 45px 1fr 45px; align-items: center; }
.month-navigation strong { text-align: center; font-size: 17px; letter-spacing: -.025em; }
.month-navigation button { width: 42px; height: 42px; border: 1px solid color-mix(in srgb, var(--salon-text) 11%, transparent); border-radius: 11px; color: var(--salon-primary); background: transparent; font-size: 22px; }
.month-navigation button:last-child { justify-self: end; }
.month-navigation button:disabled { opacity: .2; cursor: not-allowed; }
.calendar-weekdays, .month-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.calendar-weekdays { margin-bottom: 8px; }
.calendar-weekdays span { padding: 8px 0; color: color-mix(in srgb, var(--salon-text) 48%, transparent); font-size: 8px; font-weight: 760; text-align: center; }
.month-day { position: relative; aspect-ratio: 1.16; min-height: 57px; border: 1px solid color-mix(in srgb, var(--salon-text) 9%, transparent); border-radius: 12px; color: var(--salon-text); background: transparent; font-size: 12px; font-weight: 690; transition: transform .18s ease, background .18s ease; }
.month-day:not(:disabled):hover { transform: translateY(-2px); }
.month-day.empty { visibility: hidden; }
.month-day.past { opacity: .17; cursor: not-allowed; }
.month-day.free { border-color: color-mix(in srgb, #198754 60%, transparent); background: color-mix(in srgb, #198754 11%, var(--salon-background)); }
.month-day.partial { border-color: color-mix(in srgb, #d47a19 65%, transparent); background: color-mix(in srgb, #d47a19 10%, var(--salon-background)); }
.month-day.full { border-color: color-mix(in srgb, #c03c3c 55%, transparent); color: color-mix(in srgb, var(--salon-text) 45%, transparent); background: color-mix(in srgb, #c03c3c 9%, var(--salon-background)); cursor: not-allowed; }
.month-day.holiday, .month-day.closed { border-color: transparent; color: color-mix(in srgb, var(--salon-text) 30%, transparent); background: color-mix(in srgb, var(--salon-text) 5%, var(--salon-background)); cursor: not-allowed; }
.month-day.today::after { content: ""; position: absolute; left: 50%; bottom: 6px; width: 4px; height: 4px; border-radius: 50%; background: var(--salon-accent); transform: translateX(-50%); }
.month-day small { position: absolute; left: 4px; right: 4px; bottom: 4px; overflow: hidden; color: inherit; font-size: 6px; font-weight: 550; text-overflow: ellipsis; white-space: nowrap; opacity: .65; }
.calendar-legend { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 11px 18px; }
.calendar-legend span { display: flex; align-items: center; gap: 7px; color: color-mix(in srgb, var(--salon-text) 58%, transparent); font-size: 8px; }
.calendar-legend i { width: 8px; height: 8px; border-radius: 3px; }
.calendar-legend i.free { background: #198754; }.calendar-legend i.partial { background: #d47a19; }.calendar-legend i.full { background: #c03c3c; }.calendar-legend i.holiday { background: #aaa69f; }
.calendar-note { margin: 20px 0 0; padding-top: 18px; border-top: 1px solid color-mix(in srgb, var(--salon-text) 9%, transparent); color: color-mix(in srgb, var(--salon-text) 48%, transparent); font-size: 8px; line-height: 1.5; }
.booking-overlay { position: fixed; inset: 0; z-index: 90; visibility: hidden; opacity: 0; transition: opacity .25s ease, visibility .25s ease; }
.booking-overlay.open { visibility: visible; opacity: 1; }
.overlay-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(10,11,12,.55); backdrop-filter: blur(8px); }
.booking-sheet { position: absolute; left: 50%; top: 50%; width: min(610px, calc(100% - 30px)); max-height: min(820px, calc(100vh - 40px)); overflow: hidden; border: 1px solid color-mix(in srgb, var(--salon-text) 10%, white); border-radius: 29px; color: var(--salon-text); background: var(--salon-background); box-shadow: 0 35px 100px rgba(0,0,0,.28); transform: translate(-50%, -46%) scale(.98); opacity: 0; pointer-events: none; transition: transform .28s ease, opacity .2s ease; }
.booking-sheet.active { transform: translate(-50%, -50%) scale(1); opacity: 1; pointer-events: auto; }
.time-sheet { width: min(560px, calc(100% - 30px)); }
.sheet-handle { display: none; }
.sheet-header { min-height: 103px; padding: 25px 30px 19px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid color-mix(in srgb, var(--salon-text) 9%, transparent); }
.sheet-header p { margin: 0 0 4px; color: var(--salon-accent); font-size: 8px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.sheet-header h2 { margin: 0; font-size: 25px; letter-spacing: -.04em; }
.sheet-header span { display: block; margin-top: 6px; color: color-mix(in srgb, var(--salon-text) 58%, transparent); font-size: 10px; font-weight: 650; }
.sheet-header > button { width: 35px; height: 35px; border: 1px solid color-mix(in srgb, var(--salon-text) 10%, transparent); border-radius: 10px; color: var(--salon-text); background: transparent; font-size: 20px; }
.sheet-content { max-height: calc(min(820px, 100vh - 40px) - 103px); padding: 27px 30px 30px; overflow-y: auto; overscroll-behavior: contain; }
.sheet-time-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.sheet-time-grid button { min-height: 52px; border: 1px solid color-mix(in srgb, var(--salon-text) 10%, transparent); border-radius: 11px; color: var(--salon-text); background: color-mix(in srgb, var(--salon-background) 70%, white); font-size: 11px; font-weight: 670; }
.sheet-time-grid button:hover:not(:disabled) { color: var(--salon-background); background: var(--salon-primary); }
.sheet-time-grid button:disabled { opacity: .25; text-decoration: line-through; cursor: not-allowed; }
.sheet-hint { margin: 18px 0 0; color: color-mix(in srgb, var(--salon-text) 48%, transparent); font-size: 8px; line-height: 1.5; text-align: center; }
.selected-appointment { padding: 19px 21px; display: grid; gap: 12px; border: 1px solid var(--salon-accent); border-radius: 15px; background: color-mix(in srgb, var(--salon-secondary) 22%, transparent); }
.selected-appointment > div { display: flex; justify-content: space-between; align-items: center; }
.selected-appointment small { color: color-mix(in srgb, var(--salon-text) 50%, transparent); font-size: 8px; text-transform: uppercase; }.selected-appointment b { font-size: 11px; }.selected-appointment div:last-child b { color: var(--salon-accent); }
.preference-options { margin-top: 11px; padding: 12px 15px; display: grid; gap: 10px; border-radius: 12px; background: color-mix(in srgb, var(--salon-secondary) 15%, transparent); }
.preference-options label { display: flex; align-items: flex-start; gap: 9px; cursor: pointer; }
.preference-options input { margin-top: 2px; accent-color: var(--salon-primary); }
.preference-options b, .preference-options small { display: block; }.preference-options b { font-size: 9px; }.preference-options small { margin-top: 3px; color: color-mix(in srgb, var(--salon-text) 48%, transparent); font-size: 7px; }
.sheet-section-head { margin: 27px 0 12px; display: flex; justify-content: space-between; align-items: end; }
.sheet-section-head p, .sheet-section-head span { display: block; }.sheet-section-head p { margin: 0; font-size: 10px; font-weight: 760; text-transform: uppercase; letter-spacing: .06em; }.sheet-section-head span { margin-top: 4px; color: color-mix(in srgb, var(--salon-text) 48%, transparent); font-size: 8px; }
.sheet-section-head > b { color: var(--salon-accent); font-size: 16px; }.sheet-section-head a { color: var(--salon-accent); font-size: 9px; font-weight: 700; }
.sheet-service-list { display: grid; gap: 9px; }
.sheet-service-list button { width: 100%; min-height: 76px; padding: 14px 16px; display: grid; grid-template-columns: 30px 1fr auto; gap: 11px; align-items: center; border: 1px solid color-mix(in srgb, var(--salon-text) 10%, transparent); border-radius: 13px; color: var(--salon-text); background: color-mix(in srgb, var(--salon-background) 65%, white); text-align: left; }
.sheet-service-list button > i { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--salon-text) 20%, transparent); border-radius: 9px; font-style: normal; }
.sheet-service-list button.selected { border-color: var(--salon-accent); background: color-mix(in srgb, var(--salon-secondary) 22%, var(--salon-background)); }
.sheet-service-list button.selected > i { color: var(--salon-background); border-color: var(--salon-accent); background: var(--salon-accent); }.sheet-service-list button.selected > i::after { content: "✓"; font-size: 10px; }
.sheet-service-list button b, .sheet-service-list button span { display: block; }.sheet-service-list button b { font-size: 11px; }.sheet-service-list button span { margin-top: 5px; color: color-mix(in srgb, var(--salon-text) 52%, transparent); font-size: 8px; }.sheet-service-list button strong { color: var(--salon-accent); font-size: 11px; }
.customer-section { margin-top: 30px; padding-top: 1px; border-top: 1px solid color-mix(in srgb, var(--salon-text) 9%, transparent); }
.customer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.customer-grid label { display: grid; gap: 6px; }.customer-grid label.full { grid-column: 1 / -1; }.customer-grid label span { font-size: 8px; font-weight: 690; }
.customer-grid input { width: 100%; min-height: 45px; padding: 0 12px; border: 1px solid color-mix(in srgb, var(--salon-text) 11%, transparent); border-radius: 10px; outline: 0; color: var(--salon-text); background: color-mix(in srgb, var(--salon-background) 65%, white); font-size: 11px; }.customer-grid input:focus { border-color: var(--salon-accent); }
.phone-field { display: grid; grid-template-columns: 115px 1fr; }
.phone-field select { min-width: 0; height: 45px; padding: 0 9px; border: 1px solid color-mix(in srgb, var(--salon-text) 11%, transparent); border-right: 0; border-radius: 10px 0 0 10px; outline: 0; color: var(--salon-text); background: color-mix(in srgb, var(--salon-secondary) 18%, white); font-size: 11px; font-weight: 680; cursor: pointer; }
.phone-field input { border-radius: 0 10px 10px 0; }
.phone-field:focus-within select, .phone-field:focus-within input { border-color: var(--salon-accent); }
.booking-total { margin-top: 24px; padding: 17px 19px; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--salon-accent); border-radius: 13px; background: color-mix(in srgb, var(--salon-secondary) 22%, transparent); }
.booking-total small, .booking-total span { display: block; }.booking-total small { font-size: 9px; font-weight: 750; text-transform: uppercase; }.booking-total span { margin-top: 5px; color: color-mix(in srgb, var(--salon-text) 52%, transparent); font-size: 8px; }.booking-total strong { color: var(--salon-accent); font-size: 25px; }
.booking-consent { margin: 16px 0; display: flex; align-items: flex-start; gap: 8px; color: color-mix(in srgb, var(--salon-text) 63%, transparent); font-size: 8px; line-height: 1.5; }.booking-consent input { margin-top: 1px; accent-color: var(--salon-primary); }
.final-booking-button { width: 100%; min-height: 53px; border: 0; border-radius: 12px; color: var(--salon-background); background: var(--salon-primary); font-size: 11px; font-weight: 760; text-transform: uppercase; letter-spacing: .03em; }.final-booking-button:disabled { opacity: .3; cursor: not-allowed; }.final-booking-button span { margin-right: 9px; }

@media (max-width: 950px) {
    .result-layout { grid-template-columns: 1fr; }.map-panel { position: relative; height: 540px; order: -1; }.result-layout:not(.map-only) .map-panel { display: none; }
    .booking-shell { grid-template-columns: 1fr; gap: 35px; }.salon-profile { position: static; }.profile-facts { display: grid; grid-template-columns: repeat(3, 1fr); }.profile-facts > span { display: grid; gap: 5px; }
}
@media (max-width: 700px) {
    .discovery-header, .booking-header { height: 67px; padding: 0 14px; }.discovery-header nav a:first-child, .booking-header > div a:first-child { display: none; }
    .search-hero { min-height: auto; padding: 75px 17px 45px; }.search-hero h1 { font-size: 58px; }.search-hero-copy > p:last-child { font-size: 14px; }
    .search-box { grid-template-columns: 1fr; }.search-box label { border-right: 0; border-bottom: 1px solid var(--line); }.search-box button { min-height: 48px; }
    .discovery-shell { width: calc(100% - 24px); padding-top: 28px; }.result-toolbar { align-items: end; }.toolbar-actions > button:first-child { display: none; }
    .salon-card { grid-template-columns: 120px 1fr; min-height: 230px; }.salon-card-content { padding: 18px 15px; }.salon-card-head h2 { font-size: 19px; }.salon-card-content > p { display: none; }.salon-meta { flex-wrap: wrap; }
    .booking-shell { width: calc(100% - 24px); padding: 28px 0 70px; }.booking-flow { padding: 27px 18px; border-radius: 23px; min-height: 650px; }
    .profile-top { grid-template-columns: 58px 1fr 34px; }.profile-logo { width: 58px; height: 58px; border-radius: 17px; }.profile-top h1 { font-size: 25px; }.profile-facts { display: none; }
    .date-carousel { grid-template-columns: repeat(7, 62px); }.time-slots { grid-template-columns: repeat(3, 1fr); }
    .booking-footer { position: fixed; z-index: 25; left: 0; right: 0; bottom: 0; margin: 0; padding: 12px max(12px, env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); grid-template-columns: 72px 1fr 105px; border-top: 1px solid var(--line); background: color-mix(in srgb, var(--salon-background) 90%, white); backdrop-filter: blur(18px); }
    .booking-progress { margin-bottom: 30px; }
    .calendar-card { min-height: 620px; padding: 26px 17px; border-radius: 22px; }
    .calendar-intro h2 { font-size: 38px; }.calendar-intro > span { font-size: 10px; }
    .month-navigation { margin: 29px 0 19px; }.month-navigation strong { font-size: 15px; }
    .calendar-weekdays, .month-grid { gap: 5px; }.month-day { min-height: 47px; aspect-ratio: 1; border-radius: 10px; font-size: 11px; }.month-day small { font-size: 5px; }
    .calendar-legend { gap: 9px 13px; }
    .booking-staff-picker > button { min-height: 82px; padding: 13px; grid-template-columns: 46px 1fr; }
    .booking-staff-picker > button > span { width: 46px; height: 46px; }
    .booking-staff-picker i { display: none; }
    .booking-sheet { left: 0; right: 0; top: auto; bottom: 0; width: 100%; max-height: calc(100dvh - 22px); border-radius: 25px 25px 0 0; transform: translateY(100%); }
    .booking-sheet.active { transform: translateY(0); }
    .sheet-handle { display: block; width: 43px; height: 4px; margin: 8px auto 0; border-radius: 5px; background: color-mix(in srgb, var(--salon-text) 13%, transparent); }
    .sheet-header { min-height: 88px; padding: 17px 20px 14px; }.sheet-header h2 { font-size: 22px; }
    .sheet-content { max-height: calc(100dvh - 114px); padding: 22px 18px calc(25px + env(safe-area-inset-bottom)); }
    .sheet-time-grid { grid-template-columns: repeat(3, 1fr); }.sheet-time-grid button { min-height: 50px; }
}
@media (max-width: 430px) {
    .discovery-header nav { gap: 9px; }.discovery-header nav > a:nth-child(2) { display: none; }
    .search-hero h1 { font-size: 51px; }.toolbar-actions > button { display: none; }.salon-card { grid-template-columns: 105px 1fr; }.salon-cover > span { display: none; }.cover-mark { width: 60px; height: 60px; border-radius: 18px; font-size: 23px; }
    .salon-card-content { padding: 16px 13px; }.salon-meta span:last-child, .salon-meta i { display: none; }.salon-cta { font-size: 9px; }
    .booking-header > div { gap: 13px; }.profile-description { font-size: 12px; }.booking-title h2 { font-size: 37px; }.service-list button { padding: 15px 12px; }
    .calendar-card { padding-inline: 13px; }.month-day { min-height: 43px; }.calendar-legend span { font-size: 7px; }
    .customer-grid { grid-template-columns: 1fr; }.customer-grid label.full { grid-column: auto; }
    .phone-field { grid-template-columns: 105px 1fr; }
}
.calendar-loading,.no-slots{grid-column:1/-1;padding:24px;text-align:center;color:var(--muted,#777);font-size:13px}
.public-review-section{margin-top:24px;padding:32px;border:1px solid color-mix(in srgb,var(--salon-text) 9%,white);border-radius:29px;background:color-mix(in srgb,var(--salon-background) 65%,white);box-shadow:0 25px 70px rgba(25,22,18,.07)}.public-review-heading p{margin:0;color:var(--salon-accent);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.public-review-heading h2{margin:6px 0 18px;font-size:28px}.public-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.public-review-grid article{padding:17px;border:1px solid color-mix(in srgb,var(--salon-text) 9%,transparent);border-radius:15px;background:color-mix(in srgb,var(--salon-background) 70%,white)}.public-review-grid article>strong{color:#d3a441;letter-spacing:2px}.public-review-grid article>strong i{color:color-mix(in srgb,var(--salon-text) 15%,transparent);font-style:normal}.public-review-grid article>p{font-size:11px;line-height:1.55}.public-review-grid article>small{color:color-mix(in srgb,var(--salon-text) 52%,transparent);font-size:8px}.public-review-grid blockquote{margin:12px 0 0;padding:10px;border-radius:9px;background:color-mix(in srgb,var(--salon-secondary) 16%,white);font-size:9px;line-height:1.45}.public-review-grid blockquote b{display:block;margin-bottom:3px}@media(max-width:650px){.public-review-section{padding:23px 16px;border-radius:22px}.public-review-grid{grid-template-columns:1fr}.public-review-heading h2{font-size:24px}}
.salon-services-preview{display:block;margin-top:10px;color:#8d765d;font-size:11px;font-weight:750}
.result-sort{display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid #ddd8d1;border-radius:11px;background:#fff}.result-sort span{color:#777;font-size:9px}.result-sort select{height:38px;border:0;background:transparent;color:#17181a;font:inherit;font-size:11px;font-weight:750;outline:0}.map-marker[hidden]{display:none}
