  :root{--brand-primary:#6366f1;--brand-primary-light:#818cf8;--brand-primary-dark:#4338ca;--brand-accent:#8b5cf6;--brand-bg:#f8fafc;--brand-text:#1a1a1a;--brand-muted:#888}

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    img, video, iframe, table, pre, code { max-width: 100%; }
    #pwa-ios-banner .u-gold,
    #pwa-ios-banner .u-gold-bold { color: #f8fafc !important; }
    :root {
      --maroon: var(--brand-primary-dark);
      --accent: var(--brand-primary);
      --gold: var(--brand-accent);
      --cream: var(--brand-bg);
      --dark: var(--brand-primary-dark);
      --text: #1a1a1a;
      --muted: #666;
      --border: #e4ddd0;
      --white: #fff;
      --radius: 14px;
      --accent-light: color-mix(in srgb, var(--brand-primary) 10%, #fff);
      --shadow-sm: 0 1px 3px rgba(0,0,0,.08);
      --shadow-md: 0 4px 12px rgba(0,0,0,.12);
      --shadow-lg: 0 12px 32px rgba(0,0,0,.18);
      --radius-sm: 4px;
      --radius-md: 8px;
      --radius-lg: 12px;
      --ease-standard: cubic-bezier(.4,0,.2,1);
      --duration-fast: 150ms;
      --duration-normal: 250ms;
    }
    html { scroll-behavior: smooth; overflow-x: hidden; }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
    }
    body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: var(--cream); color: var(--text); min-height: 100vh; overflow-x: hidden; animation: fadeIn .3s ease; }
    .pm-embed-mode body { background: transparent; }
    .pm-embed-mode nav,
    .pm-embed-mode .booking-hero,
    .pm-embed-mode .breadcrumb,
    .pm-embed-mode .powered-footer,
    .pm-embed-mode #feedback-btn,
    .pm-embed-mode #mobile-fab,
    .pm-embed-mode #appt-bubble-root,
    .pm-embed-mode #pwa-install-banner,
    .pm-embed-mode #pwa-ios-banner,
    .pm-embed-mode #pwa-android-banner { display: none !important; }
    .pm-embed-mode .layout { max-width: 100%; margin: 0; padding-top: 8px; }
    .skip-link { position:absolute;top:-100%;left:16px;background:var(--brand-primary);color:#fff;padding:10px 16px;border-radius:0 0 8px 8px;font-size:14px;font-weight:700;z-index:9999;text-decoration:none;transition:top .2s;display:inline-flex;align-items:center;justify-content:center;min-height:44px; }
    .skip-link:focus, .skip-link:focus-visible { top:0; }
    /* Focus-visible global styles */
    :focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
    :focus:not(:focus-visible) { outline: none; }
    /* ── 961: Skeleton loading ── */
    @keyframes shimmer { from { background-position: 200% 0 } to { background-position: -200% 0 } }
    .skel { background: linear-gradient(90deg,#e8e0d0 25%,#d8cfc0 50%,#e8e0d0 75%); background-size: 200% 100%; animation: shimmer 1.5s infinite; border-radius: 6px; }
    /* ── 962: Page fade-in ── */
    @keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } }
    /* ── 966: Breadcrumb ── */
    .breadcrumb { padding: 8px 40px; background: color-mix(in srgb, var(--brand-primary) 7%, #fff); border-bottom: 1px solid var(--border); font-size: 12px; color: var(--muted); overflow: hidden; overflow-wrap: break-word; word-break: break-word; white-space: normal; }
    .breadcrumb a { color: var(--accent); text-decoration: none; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; min-width: 44px; padding: 8px 10px; }
    .breadcrumb a:hover { text-decoration: underline; }
    .breadcrumb span { margin: 0 6px; color: #595959; }
    @media (max-width: 600px) { .breadcrumb { padding: 8px 16px; font-size: 11px; } }
    /* ── 967: Powered-by footer ── */
    .powered-footer { text-align: center; padding: 20px 16px; font-size: 12px; color: #2f2f2f; }
    /* ── 970: Feedback widget ── */
    #feedback-btn { position: fixed; bottom: 80px; right: 20px; z-index: 500; background: var(--accent); color: #fff; border: none; border-radius: 24px; padding: 9px 16px; font-size: 12px; font-weight: 700; cursor: pointer; box-shadow: 0 4px 14px rgba(0,0,0,.25); font-family: inherit; transition: background .15s, transform .15s; display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; }
    #feedback-btn:hover { background: var(--brand-primary-dark, #6b1212); transform: translateY(-1px); }
    #feedback-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 9000; align-items: flex-end; justify-content: center; padding: 0 0 80px; }
    #feedback-overlay.open { display: flex; }
    #feedback-modal { background: #fff; border-radius: 16px; padding: 24px; width: 100%; max-width: 380px; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
    #feedback-modal h3 { font-size: 15px; font-weight: 700; margin-bottom: 10px; }
    #feedback-modal textarea { width: 100%; border: 1px solid #ddd; border-radius: 8px; padding: 10px 12px; font-size: 13px; font-family: inherit; resize: vertical; min-height: 80px; }
    #feedback-modal textarea:focus { outline: none; border-color: var(--accent); }
    #feedback-modal textarea:focus-visible {
      outline: 3px solid var(--gold);
      outline-offset: 2px;
      box-shadow: 0 0 0 3px rgba(99,102,241,.18);
    }
    .feedback-actions { display: flex; gap: 8px; margin-top: 10px; }
    .feedback-actions button { flex: 1; padding: 10px 12px; border: none; border-radius: 8px; font-size: 13px; font-weight: 700; cursor: pointer; font-family: inherit; min-height: 44px; min-width: 44px; }
    .feedback-submit { background: var(--accent); color: #fff; }
    .feedback-cancel { background: #f0f0f0; color: #444; }
    /* ── 971: FAB (mobile only) ── */
    #mobile-fab { display: none; }
    @media (max-width: 600px) {
      #mobile-fab { display: flex; align-items: center; justify-content: center; position: fixed; bottom: 16px; right: 16px; z-index: 490; width: 56px; height: 56px; min-width: 56px; min-height: 56px; background: var(--accent); color: #fff; border: none; border-radius: 50%; font-size: 22px; box-shadow: 0 4px 16px rgba(0,0,0,.3); cursor: pointer; }
    }
    /* Print styles */
    @media print {
      nav, .steps-bar, .nav-row, .sidebar, .booking-hero, .toast-stack, #pwa-install-banner, #pwa-ios-banner, #pwa-android-banner, .skip-link, #draft-banner { display: none !important; }
      body { background: #fff; color: #000; }
      .layout { display: block !important; max-width: 100% !important; }
      .card { box-shadow: none !important; border: 1px solid #ccc !important; break-inside: avoid; }
      .success-screen { display: block !important; }
      .success-card { break-inside: avoid; }
      a[href]::after { content: " (" attr(href) ")"; font-size: 11px; color: #666; }
    }

    /* ── NAV ── */
    nav {
      background: color-mix(in srgb, var(--brand-primary-dark) 98%, #000);
      position: sticky; top: 0; z-index: 200;
      display: flex; align-items: center; justify-content: space-between;
      padding: 0 40px; height: 72px;
      box-shadow: 0 2px 12px rgba(0,0,0,.4);
      transition: background .3s, backdrop-filter .3s;
    }
    nav.scrolled {
      background: color-mix(in srgb, var(--brand-primary-dark) 82%, #000);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      box-shadow: 0 2px 24px rgba(0,0,0,.6);
    }
    /* Founder fix 2026-05-07: nav-logo text was inheriting default <a>
       blue color, rendering as cyan/blue on dark-brown brand
       backgrounds (broken contrast). Use the contrast-aware
       --brand-text-on-primary CSS variable injected by SSR
       (lib/presentation/brand-injection.js pickContrastingColor) so
       the text reads cleanly on EITHER of a tenant's two brand colors
       — light text on dark brand-primary, dark text on light. */
    .nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--brand-text-on-primary, #f0e0d0); }
    .nav-logo:visited, .nav-logo:link, .nav-logo:hover, .nav-logo:active { color: var(--brand-text-on-primary, #f0e0d0); }
    .nav-logo-img { height: 52px; width: auto; border-radius: 6px; display: block; color: inherit; }
    .nav-links { display: flex; align-items: center; gap: 8px; }
    .nav-links a {
      color: #f0e0d0; font-size: 13px; font-weight: 500; text-decoration: none;
      padding: 7px 16px; border-radius: 8px; transition: background .15s; letter-spacing: .3px;
      min-height: 44px; min-width: 44px; display: inline-flex; align-items: center; justify-content: center;
    }
    .nav-links a:hover { background: rgba(255,255,255,.12); color: #fff; }
    .nav-links a[aria-current="page"] { background: rgba(255,255,255,.18); color: #fff; }
    .nav-home { border: 1px solid rgba(255,255,255,.25) !important; }
    .nav-staff { color: var(--gold) !important; font-size: 12px !important; }
    /* ── Burger ── */
    /* #10935: WCAG 2.5.5 — `flex-shrink: 0` + min-width/min-height prevent the
       burger from being squeezed below 44px by adjacent flex siblings in nav. */
    .nav-burger { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 44px; height: 44px; min-width: 44px; min-height: 44px; flex-shrink: 0; background: none; border: none; cursor: pointer; padding: 4px; box-sizing: border-box; }
    .nav-burger span { display: block; height: 2px; background: #f0e0d0; border-radius: 2px; transition: all .25s; }
    .nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-burger.open span:nth-child(2) { opacity: 0; }
    .nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    @media (max-width: 600px) {
      nav { padding: 0 16px; }
      .nav-logo-img { height: 40px; }
      .nav-burger { display: flex; }
      .nav-links {
        display: none; flex-direction: column; align-items: stretch; gap: 4px;
        position: absolute; top: 72px; left: 0; right: 0;
        background: var(--maroon); padding: 12px 16px 16px;
        box-shadow: 0 4px 16px rgba(0,0,0,.4); z-index: 199;
      }
      .nav-links[hidden] { display: none !important; }
      .nav-links.open { display: flex; animation: navSlideIn .2s ease; }
      @keyframes navSlideIn { from { opacity:0; transform:translateY(-8px); } to { opacity:1; transform:translateY(0); } }
      .nav-links a { padding: 10px 14px; font-size: 14px; }
    }

    /* ── HERO BANNER ── */
    .booking-hero {
      background: var(--dark);
      position: relative; overflow: hidden;
      padding: 40px 24px 36px;
      text-align: center;
    }
    .booking-hero::before {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
      opacity: .18;
    }
    .booking-hero::after {
      content: '';
      position: absolute; left: 0; top: 0; bottom: 0; width: 5px;
      background: repeating-linear-gradient(180deg, var(--gold) 0 16px, #fff 16px 32px, var(--accent) 32px 48px);
    }
    .booking-hero-inner { position: relative; z-index: 1; }
    .booking-hero-logo { height: 54px; width: auto; border-radius: 8px; margin-bottom: 14px; box-shadow: 0 2px 16px rgba(0,0,0,.5); }
    .booking-hero h1 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(24px, 4vw, 40px); font-weight: 700; color: #fff;
      margin-bottom: 6px; text-shadow: 0 2px 8px rgba(0,0,0,.5);
    }
    .booking-hero h1 span { color: var(--gold); }
    .booking-hero p { font-size: 14px; color: #e0d0c0; letter-spacing: .3px; }

    /* ── #10913: booking hero contact line — wrap, never overflow viewport.
       Markup at line 1360 inlines .pm-address + .pm-phone-link spans into
       a single <p>. Without these rules, long addresses + phone numbers
       are unbreakable atoms that push past the right edge on iPhone SE
       (audit:mobile flagged RIGHT=518-637 on demo-spa/barbershop/medspa).
       Below 480px the contact spans stack so each fits its own line. ── */
    .pm-contact-line {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 6px 12px;
      word-break: break-word;
      overflow-wrap: anywhere;
      max-width: 100%;
    }
    .pm-contact-line .pm-phone-link,
    .pm-contact-line .pm-address {
      display: inline-block;
      min-width: 0;
      max-width: 100%;
      word-break: break-word;
      overflow-wrap: anywhere;
      white-space: normal;
      box-sizing: border-box;
    }
    .pm-contact-line .pm-phone,
    .pm-contact-line a {
      display: inline-block;
      max-width: 100%;
      overflow-wrap: anywhere;
      word-break: break-word;
      white-space: normal;
      box-sizing: border-box;
    }
    .pm-address,
    .pm-phone {
      max-width: 100%;
      overflow-wrap: anywhere;
      word-break: break-word;
      white-space: normal;
      box-sizing: border-box;
    }
    .pm-phone-link {
      max-width: 100%;
      overflow-wrap: anywhere;
      white-space: normal;
      box-sizing: border-box;
    }
    @media (max-width: 480px) {
      .pm-contact-line {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
      }
      .pm-contact-line .pm-contact-sep { display: none; }
      .pm-contact-line .pm-phone-link,
      .pm-contact-line .pm-address,
      .pm-contact-line .pm-phone {
        width: 100%;
      }
    }

    /* ── LAYOUT ── */
    .layout { max-width: 1020px; margin: 0 auto; padding: 28px 20px 48px; display: grid; grid-template-columns: 1fr 300px; gap: 24px; }
    @media (max-width: 768px) { .layout { grid-template-columns: 1fr; } .layout > main { min-width: 0; overflow: hidden; } .sidebar { order: 2; } .sidebar-card { margin-bottom: 16px; } }

    .booking-guidance-card {
      margin: 0 0 16px;
      padding: 16px 18px;
      border-radius: 12px;
      border: 1px solid color-mix(in srgb, var(--brand-primary) 18%, #fff);
      background: color-mix(in srgb, var(--brand-primary) 7%, #fff);
      color: var(--text);
      box-shadow: 0 2px 10px rgba(0,0,0,.05);
    }
    .booking-guidance-card[hidden] { display: none !important; }
    .booking-guidance-card h3 {
      font-size: 15px;
      line-height: 1.35;
      margin-bottom: 6px;
      color: var(--brand-primary-dark);
    }
    .booking-guidance-card p {
      font-size: 14px;
      line-height: 1.65;
      color: var(--text);
      margin: 0;
    }
    .booking-guidance-card strong { color: var(--brand-primary-dark); }
    @media (max-width: 600px) {
      .booking-guidance-card {
        padding: 14px 14px;
        border-radius: 10px;
      }
      .booking-guidance-card h3 { font-size: 14px; }
      .booking-guidance-card p { font-size: 13px; }
    }

    /* ── STEPS BAR ── */
    /* #11023: wrapper hosts the right-edge fade gradient (scroll affordance
       under 480px) + the "Step N of 4" progress label. The gradient is a
       fixed-position ::after over the wrapper so it does NOT scroll with
       the inner .steps-bar content. */
    .steps-bar-wrap { position: relative; margin-bottom: 22px; max-width: 100%; }
    .steps-bar-wrap .steps-bar { margin-bottom: 0; }
    .steps-bar-progress {
      display: none;
      font-size: 11px; font-weight: 700; letter-spacing: .4px;
      text-transform: uppercase; color: var(--muted);
      margin: 0 0 6px 2px;
    }
    @media (max-width: 480px) {
      .steps-bar-progress { display: block; }
      .steps-bar-wrap::after {
        content: ''; position: absolute;
        top: 0; right: 0; bottom: 0; width: 36px;
        pointer-events: none;
        background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.95));
        border-top-right-radius: 18px;
        border-bottom-right-radius: 18px;
      }
    }
    .steps-bar {
      display: flex; background: var(--white); border-radius: var(--radius);
      border: 1px solid var(--border); overflow: hidden; margin-bottom: 22px;
      box-shadow: 0 2px 10px rgba(0,0,0,.06); max-width: 100%;
    }
    @media (max-width: 480px) {
      .steps-bar {
        gap: 8px;
        padding: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        border-radius: 18px;
      }
      .steps-bar::-webkit-scrollbar { display: none; }
    }
    .step-tab {
      flex: 1; min-width: 0; min-height: 44px; padding: 14px 8px; text-align: center; font-size: 12px; font-weight: 700;
      color: var(--muted); border-right: 1px solid var(--border); cursor: default;
      position: relative; transition: background .15s; letter-spacing: .3px;
      text-transform: uppercase; background: transparent; border-top: 0; border-bottom: 0; border-left: 0;
      font-family: inherit;
    }
    .step-tab:last-child { border-right: none; }
    .step-tab.active {
      color: color-mix(in srgb, var(--brand-primary-dark) 88%, #000);
      background: color-mix(in srgb, var(--brand-primary) 22%, #fff);
    }
    .step-tab.done { color: #2a7a46; background: #f0faf4; cursor: pointer; }
    .step-tab.done:hover { background: #e4f5ea; }
    .step-tab:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; z-index: 1; }
    .step-tab.active::after {
      content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--accent);
    }
    .step-tab.done::after {
      content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #2a7a46;
    }
    .step-num {
      display: inline-flex; align-items: center; justify-content: center;
      width: 20px; height: 20px; border-radius: 50%;
      background: currentColor; color: var(--white);
      font-size: 10px; font-weight: 900; margin-right: 6px;
      vertical-align: middle; opacity: .85;
    }
    .step-tab.done .step-num { background: #2a7a46; }
    .step-tab.done .step-num::before { content: '✓'; color: #fff; font-size: 10px; }
    .step-label { vertical-align: middle; }
    @media (max-width: 600px) {
      .step-tab {
        display: flex; flex-direction: column; align-items: center;
        justify-content: center; gap: 4px; padding: 10px 4px; font-size: 10px;
      }
      .step-num { margin-right: 0; }
    }
    @media (max-width: 480px) {
      .steps-bar {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
        scrollbar-color: color-mix(in srgb, var(--accent) 45%, #fff) transparent;
      }
      .steps-bar::-webkit-scrollbar { display: block; height: 8px; }
      .steps-bar::-webkit-scrollbar-thumb {
        background: color-mix(in srgb, var(--accent) 45%, #fff);
        border-radius: 999px;
      }
      .steps-bar::-webkit-scrollbar-track { background: transparent; }
      .step-label {
        display: block;
        font-size: 11px;
        line-height: 1.25;
        letter-spacing: 0;
        white-space: normal;
      }
      .step-tab {
        display: flex;
        flex: 0 0 clamp(96px, 42vw, 128px);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: auto;
        min-width: 96px;
        min-height: 44px;
        padding: 12px 8px;
        border-right: none;
        border-radius: 12px;
        scroll-snap-align: start;
      }
      .step-num {
        width: 28px;
        height: 28px;
        font-size: 11px;
        margin-right: 0;
      }
    }

    /* ── CARD ── */
    .card {
      background: var(--white); border-radius: var(--radius);
      border: 1px solid var(--border); overflow: hidden; margin-bottom: 16px;
      box-shadow: 0 4px 20px rgba(0,0,0,.07);
    }
    .card-header { padding: 22px 22px 0; }
    .card-title {
      font-family: Georgia, serif;
      font-size: 22px; font-weight: 700; color: var(--dark); margin-bottom: 4px;
    }
    .card-sub { font-size: 14px; color: var(--muted); }

    /* ── STEP PANELS ── */
    .step-panel { display: none; }
    .step-panel.active { display: block; animation: stepFadeSlide .3s ease both; min-height: 200px; }
    @keyframes stepFadeSlide { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes stepIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

    /* ── SERVICE LIST ── */
    /* #11035 a11y — was color:var(--gold) (#8b5cf6) on var(--cream) (#f8fafc),
       contrast ~3.45:1 fails WCAG AA. Swapped to var(--brand-primary-dark)
       (#4338ca) which clears 4.5:1 against the same cream background. Eyebrow
       visual hierarchy is preserved by the existing uppercase + letter-spacing
       + font-weight 800 + 10px size. */
    .svc-category {
      font-size: 10px; font-weight: 800; color: var(--brand-primary-dark);
      text-transform: uppercase; letter-spacing: 1.5px;
      padding: 16px 22px 6px; border-bottom: 1px solid var(--border);
      background: var(--cream);
    }
    .svc-item {
      display: flex; align-items: center; gap: 14px;
      padding: 16px 22px; border-top: 1px solid #f5f0e8;
      cursor: pointer; transition: background .12s;
      position: relative; min-height: 52px;
    }
    .svc-item::before {
      content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
      background: transparent; transition: background .15s;
    }
    .svc-item:hover { background: #fdf8f2; }
    .svc-item:hover::before { background: var(--gold); }
    .svc-item.selected { background: var(--accent-light); }
    .svc-item.selected::before { background: var(--accent); }
    .svc-check {
      width: 22px; height: 22px; border-radius: 50%; border: 2px solid #ddd;
      flex-shrink: 0; display: flex; align-items: center; justify-content: center;
      transition: all .15s; background: var(--white);
    }
    .svc-item.selected .svc-check { background: var(--accent); border-color: var(--accent); }
    .svc-item.selected .svc-check::after {
      content: ''; width: 9px; height: 5px;
      border-left: 2px solid #fff; border-bottom: 2px solid #fff;
      transform: rotate(-45deg) translateY(-1px); display: block;
    }
    .svc-search-wrap {
      padding: 0 16px 8px;
    }
    .svc-search-input {
      width: 100%;
      box-sizing: border-box;
      padding: 10px 14px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 8px;
      background: rgba(255,255,255,.06);
      color: inherit;
      font-size: 16px;
      font-family: inherit;
      outline: none;
      min-height: 44px;
    }
    .svc-search-input:focus-visible {
      outline: 3px solid var(--gold);
      outline-offset: 2px;
    }
    /* #10999: service thumbnail inside booking radio card — matches homepage. */
    .svc-thumb {
      width: 56px; height: 56px; flex-shrink: 0;
      border-radius: 10px; object-fit: cover;
      background: var(--cream);
    }
    .svc-thumb-video {
      display: block;
      object-fit: cover;
      border: 1px solid color-mix(in srgb, var(--brand-primary) 12%, transparent);
    }
    @media (max-width: 480px) {
      .svc-thumb { width: 48px; height: 48px; border-radius: 8px; }
    }
    .svc-info { flex: 1; min-width: 0; }
    .svc-name { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 2px; overflow-wrap: break-word; word-break: break-word; }
    .svc-meta { font-size: 13px; color: var(--muted); overflow-wrap: break-word; word-break: break-word; }
    .svc-price { font-size: 16px; font-weight: 800; color: var(--accent); font-family: Georgia, serif; }

    /* ── BARBER GRID ── */
    .staff-grid {
      display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
      gap: 14px; padding: 20px 22px 22px;
    }
    .staff-card {
      border: 2px solid var(--border); border-radius: 12px;
      padding: 18px 12px 14px; text-align: center; cursor: pointer;
      transition: all .2s; background: var(--white); min-height: 44px;
      width: 100%; font-family: inherit; color: inherit; position: relative;
    }
    .staff-card:hover { border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.1); }
    .staff-card.selected { border-color: var(--accent); background: var(--accent-light); box-shadow: 0 4px 16px rgba(99,102,241,.15); }
    .staff-avatar {
      width: 60px; height: 60px; border-radius: 50%;
      background: var(--cream); margin: 0 auto 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 26px; overflow: hidden;
      border: 3px solid var(--border); transition: border-color .2s;
    }
    .staff-card.selected .staff-avatar { border-color: var(--gold); }
    .staff-avatar img { width: 100%; height: 100%; object-fit: cover; }
    .staff-name { font-size: 13px; font-weight: 700; color: var(--dark); }
    .staff-bio { display:block; font-size: 11px; color: var(--muted); margin-top: 3px; line-height: 1.4; }
    .staff-name { overflow-wrap: break-word; word-break: break-word; white-space: normal; }
    .svc-name { overflow-wrap: break-word; word-break: break-word; white-space: normal; }
    .staff-any-badge { display:inline-block; background:color-mix(in srgb, var(--gold) 13%, transparent); color:#7a5e1a; font-size:9px; font-weight:700; letter-spacing:.5px; text-transform:uppercase; padding:1px 5px; border-radius:3px; border:1px solid color-mix(in srgb, var(--gold) 33%, transparent); margin-left:4px; vertical-align:middle; }
    /* #12458: returning customer's most-frequent past stylist gets a
       "Your usual" badge + soft accent ring on the card so it reads as the
       default pick at-a-glance, not just another stylist in the grid. */
    .staff-usual-badge { display:inline-block; background:color-mix(in srgb, var(--brand-primary, #2c7a7b) 14%, transparent); color:var(--brand-primary, #2c7a7b); font-size:9px; font-weight:700; letter-spacing:.5px; text-transform:uppercase; padding:1px 5px; border-radius:3px; border:1px solid color-mix(in srgb, var(--brand-primary, #2c7a7b) 36%, transparent); margin-left:4px; vertical-align:middle; }
    .staff-card-usual { box-shadow:0 0 0 2px color-mix(in srgb, var(--brand-primary, #2c7a7b) 35%, transparent) inset; }

    /* ── DATE + SLOTS ── */
    .date-row {
      padding: 18px 22px; display: flex; align-items: flex-end; gap: 14px; flex-wrap: wrap;
      border-bottom: 1px solid #f5f0e8; background: var(--cream);
    }
    .date-row label { font-size: 12px; font-weight: 700; color: var(--dark); letter-spacing: .3px; text-transform: uppercase; }
    .date-field { display: flex; flex-direction: column; gap: 8px; min-width: 0; flex: 1 1 220px; }
    .date-input {
      border: 2px solid var(--border); border-radius: 10px;
      padding: 9px 14px; font-size: 15px; cursor: pointer;
      font-family: inherit; transition: border-color .15s; background: var(--white); width: 100%; max-width: 100%;
    }
    .date-input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(99,102,241,.12); }
    .date-input:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
    .date-input { min-height: 44px; }
    /* #11011: in-page month calendar with availability dots. */
    .bk-calendar {
      margin: 12px 0 4px;
      padding: 12px;
      border: 1px solid var(--border);
      border-radius: 12px;
      background: var(--white);
      max-width: 100%;
    }
    .bk-cal-header {
      display: flex; align-items: center; justify-content: space-between;
      margin-bottom: 8px;
    }
    .bk-cal-month-label {
      font-size: 15px; font-weight: 700; color: var(--dark);
      letter-spacing: .2px;
    }
    .bk-cal-nav {
      min-width: 44px; min-height: 44px;
      padding: 6px 12px;
      border: 1px solid var(--border); border-radius: 8px;
      background: var(--white); color: var(--dark);
      font-size: 18px; font-weight: 800;
      cursor: pointer;
      font-family: inherit;
    }
    .bk-cal-nav:hover:not([disabled]) { background: #f7f4ee; }
    .bk-cal-nav:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
    .bk-cal-nav[disabled] { opacity: .35; cursor: not-allowed; }
    .bk-cal-dow-row, .bk-cal-grid {
      display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px;
    }
    .bk-cal-dow {
      text-align: center; font-size: 10px; font-weight: 800;
      color: var(--muted); letter-spacing: .8px; text-transform: uppercase;
      padding: 4px 0 6px;
    }
    .bk-cal-day {
      position: relative;
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      gap: 1px;
      min-height: 44px;
      padding: 4px 2px;
      border: 1px solid transparent;
      border-radius: 8px;
      background: var(--cream);
      color: var(--dark);
      font-family: inherit;
      cursor: pointer;
      transition: background .12s, border-color .12s;
    }
    .bk-cal-day:hover:not([disabled]) { background: #fdf8f2; border-color: var(--gold); }
    .bk-cal-day:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
    .bk-cal-day[disabled] { opacity: .4; cursor: not-allowed; background: transparent; }
    .bk-cal-num { font-size: 14px; font-weight: 700; line-height: 1; }
    .bk-cal-badge { font-size: 10px; line-height: 1; font-weight: 700; }
    .bk-cal-day--open { background: #f0faf4; border-color: #cbe9d5; }
    .bk-cal-day--open .bk-cal-badge { color: #2a7a46; }
    .bk-cal-day--full { background: #fef3c7; border-color: #fde2a0; }
    .bk-cal-day--full .bk-cal-badge { color: #92400e; }
    .bk-cal-day--closed { background: #f3f3f3; }
    .bk-cal-day--closed .bk-cal-badge { color: var(--muted); }
    .bk-cal-day--unknown { background: #fafafa; }
    .bk-cal-day--unknown .bk-cal-badge { color: var(--muted); }
    .bk-cal-day--today { box-shadow: inset 0 0 0 2px var(--gold); }
    .bk-cal-day--selected {
      background: var(--accent);
      color: var(--white);
      border-color: var(--accent);
    }
    .bk-cal-day--selected .bk-cal-badge { color: var(--white); }
    .bk-cal-legend {
      margin-top: 10px;
      display: flex; flex-wrap: wrap; gap: 12px;
      font-size: 11px; color: var(--muted);
    }
    .bk-cal-legend-item { display: inline-flex; align-items: center; gap: 4px; }
    .bk-cal-legend-icon {
      display: inline-flex; align-items: center; justify-content: center;
      width: 14px; height: 14px; border-radius: 4px;
      font-size: 10px; font-weight: 800;
    }
    .bk-cal-legend-icon--open { background: #f0faf4; color: #2a7a46; }
    .bk-cal-legend-icon--full { background: #fef3c7; color: #92400e; }
    .bk-cal-legend-icon--closed { background: #f3f3f3; color: var(--muted); }
    @media (max-width: 480px) {
      .bk-calendar { padding: 10px; }
      .bk-cal-day { min-height: 40px; }
      .bk-cal-num { font-size: 13px; }
    }
    .slots-section { padding: 18px 22px 22px; }
    .slots-label {
      font-size: 11px; font-weight: 800; color: var(--gold);
      text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px;
    }
    .slots-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px; max-width: 100%; }
    .slot-btn {
      padding: 12px 6px; border: 2px solid var(--border); border-radius: 10px;
      background: var(--white); font-size: 14px; font-weight: 600; cursor: pointer;
      text-align: center; transition: all .15s; color: var(--text); min-height: 48px; min-width: 44px;
    }
    .slot-btn[aria-pressed="true"] {
      background: var(--accent); border-color: var(--accent);
      color: #fff; font-weight: 800; box-shadow: 0 2px 10px rgba(99,102,241,.3);
    }
    .slot-btn:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-light); }
    .slot-btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
    .slot-btn.selected {
      background: var(--accent); border-color: var(--accent);
      color: #fff; font-weight: 800; box-shadow: 0 2px 10px rgba(99,102,241,.3);
    }
    .no-slots { font-size: 14px; color: var(--muted); padding: 10px 0; }
    /* S8 — public language switcher chips. Moved out of the booking.html inline
       critical block (32KB budget): the #pm-lang-switcher mount ships with the
       [hidden] attribute (UA display:none) until language-switcher.js reveals it
       after fetching /api/i18n/languages, so nothing here gates first paint.
       Base + [hidden] rules must travel together — the inline-flex base would
       otherwise override the UA [hidden] rule once this sheet loads. */
    .pm-lang-switcher { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; }
    .pm-lang-switcher[hidden] { display: none; }
    .pm-lang-label { font-size: 14px; opacity: .85; }
    .pm-lang-chip {
      background: transparent; border: 1px solid rgba(255,255,255,.45); color: inherit;
      border-radius: 999px; padding: 3px 10px; font-size: 13px; font-weight: 600;
      cursor: pointer; line-height: 1.4;
    }
    .pm-lang-chip:hover { border-color: currentColor; }
    .pm-lang-chip.is-active { background: var(--gold, #d4af37); border-color: var(--gold, #d4af37); color: #1a0707; cursor: default; }
    .pm-lang-chip:focus-visible { outline: 2px solid var(--gold, #d4af37); outline-offset: 2px; }
    .booking-dialog-overlay {
      position: fixed;
      inset: 0;
      z-index: 10001;
      background: rgba(0,0,0,.55);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
      overflow-y: auto;
      overscroll-behavior: contain;
    }
    .booking-dialog-panel {
      width: 100%;
      max-width: min(100%, 520px);
      max-height: min(calc(100dvh - 32px), 100%);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      background: #fff;
      border-radius: 16px;
      padding: 24px;
      box-shadow: 0 20px 60px rgba(0,0,0,.35);
    }
    .booking-dialog-panel-confirm { max-width: 420px; }
    .booking-dialog-panel-copy { max-width: 520px; }
    .booking-dialog-panel-waitlist { max-width: 440px; }
    .booking-dialog-title { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
    .booking-dialog-copy { font-size: 14px; line-height: 1.55; color: #555; white-space: pre-wrap; margin-bottom: 18px; }
    .booking-dialog-hint { font-size: 13px; color: #666; line-height: 1.5; margin-bottom: 12px; }
    .booking-dialog-input {
      width: 100%;
      padding: 10px 12px;
      border: 1px solid #ddd;
      border-radius: 8px;
      font-size: 16px;
      font-family: inherit;
      margin-bottom: 16px;
    }
    .booking-dialog-actions { display: flex; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
    .booking-dialog-actions-spaced { margin-top: 18px; }
    .booking-dialog-btn {
      padding: 10px 16px;
      border-radius: 8px;
      font-size: 14px;
      font-family: inherit;
      cursor: pointer;
      border: none;
      min-height: 44px;
      min-width: 44px;
    }
    .booking-dialog-btn-secondary { border: 1px solid #ddd; background: #fff; color: var(--text); }
    .booking-dialog-btn-primary { background: var(--brand-primary); color: #fff; font-weight: 700; padding-inline: 18px; }
    .booking-dialog-btn-danger { background: #dc2626; color: #fff; font-weight: 700; padding-inline: 18px; }
    .booking-waitlist-label { display: block; font-size: 12px; font-weight: 700; color: #666; margin-bottom: 4px; }
    .booking-waitlist-fields { display: grid; gap: 12px; }
    @media (max-width: 480px) {
      .booking-dialog-overlay {
        align-items: flex-end;
      }
      .booking-dialog-panel {
        border-radius: 18px 18px 0 0;
        padding: 20px 16px calc(20px + env(safe-area-inset-bottom));
        max-height: min(calc(100dvh - 12px), 100%);
      }
      .booking-dialog-actions {
        flex-direction: column-reverse;
        align-items: stretch;
      }
      .booking-dialog-btn {
        width: 100%;
      }
    }
    .booking-waitlist-error {
      display: none;
      margin-bottom: 12px;
      padding: 10px 12px;
      border-radius: 8px;
      background: #fef2f2;
      color: #991b1b;
      font-size: 13px;
    }
    .booking-waitlist-error.is-visible { display: block; }
    .booking-waitlist-success { grid-column: 1 / -1; text-align: center; padding: 20px 0; }
    .booking-waitlist-success-icon { font-size: 28px; margin-bottom: 8px; }
    .booking-waitlist-success-title { font-weight: 700; color: #16a34a; margin-bottom: 4px; }
    .booking-waitlist-success-copy { color: #767676; font-size: 13px; }
    @keyframes shimmer { 0%{background-position:-400px 0} 100%{background-position:400px 0} }
    .slot-skeleton {
      height: 48px; border-radius: 10px;
      background: linear-gradient(90deg, #ede8e0 25%, #f5f2ed 50%, #ede8e0 75%);
      background-size: 400px 100%;
      animation: shimmer 1.2s infinite;
    }

    /* ── CONTACT FORM ── */
    .form-body { padding: 18px 22px 22px; }
    .field { margin-bottom: 16px; }
    .field label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: #666; margin-bottom: 6px; }
    .field input, .field textarea {
      width: 100%; border: 2px solid var(--border); border-radius: 10px;
      padding: 11px 14px; font-size: 16px; font-family: inherit; transition: border-color .15s;
    }
    .field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(99,102,241,.12); }
    .field input:focus-visible, .field textarea:focus-visible {
      outline: 3px solid var(--gold);
      outline-offset: 2px;
      box-shadow: 0 0 0 3px rgba(99,102,241,.18);
    }
    .btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
    .svc-item:focus-visible, .staff-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 8px; }
    .field.required label::after { content: ' *'; color: var(--accent); }
    /* SMS consent — TCPA-compliant disclaimer block per /sms-opt-in policy */
    #sms-consent-field { margin-top: 8px; padding: 12px 14px; border: 1px solid var(--line, #d8def0); border-radius: 12px; background: rgba(91, 33, 182, .03); }
    .sms-consent-row { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.55; color: #2f3447; cursor: pointer; }
    .sms-consent-row + .sms-consent-row { margin-top: 10px; padding-top: 10px; border-top: 1px dashed rgba(91, 33, 182, .15); }
    .sms-consent-row input[type="checkbox"] { flex: 0 0 auto; margin-top: 3px; width: 16px; height: 16px; accent-color: var(--accent, #5b21b6); cursor: pointer; }
    .sms-consent-row a { color: var(--accent, #5b21b6); text-decoration: underline; }
    .sms-consent-required-note { color: #6b6f7d; font-style: italic; }
    #f-sms-consent-transactional[aria-invalid="true"] { outline: 2px solid #b91c1c; outline-offset: 2px; border-radius: 3px; }
    #booking-policy-disclosure { margin-top: 8px; padding: 12px 14px; border: 1px solid var(--line, #d8def0); border-radius: 12px; background: rgba(22, 163, 74, .05); }
    .booking-policy-title { margin: 0 0 6px; font-size: 13px; font-weight: 800; color: var(--dark); }
    .booking-policy-summary { margin: 0 0 8px; font-size: 13px; line-height: 1.5; color: #2f3447; }
    .booking-policy-list { margin: 0 0 10px 18px; padding: 0; font-size: 13px; line-height: 1.5; color: #2f3447; }
    .booking-policy-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.5; color: #2f3447; cursor: pointer; }
    .booking-policy-consent input[type="checkbox"] { flex: 0 0 auto; margin-top: 3px; width: 16px; height: 16px; accent-color: var(--accent, #5b21b6); cursor: pointer; }
    #f-policy-consent[aria-invalid="true"] { outline: 2px solid #b91c1c; outline-offset: 2px; border-radius: 3px; }
    #telehealth-consent-field { margin-top: 8px; padding: 12px 14px; border: 1px solid #bfdbfe; border-radius: 12px; background: #eff6ff; }
    .telehealth-consent-title { margin: 0 0 8px; font-size: 13px; font-weight: 800; color: #1e3a8a; }
    .telehealth-consent-row { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.5; color: #1f2937; cursor: pointer; }
    .telehealth-consent-row + .telehealth-consent-row { margin-top: 10px; }
    .telehealth-consent-row input[type="checkbox"] { flex: 0 0 auto; margin-top: 3px; width: 16px; height: 16px; accent-color: var(--accent, #5b21b6); cursor: pointer; }
    .telehealth-state-field { margin-top: 10px; }
    .telehealth-state-field input { width: 90px; text-transform: uppercase; }
    #f-telehealth-video-consent[aria-invalid="true"], #f-telehealth-record-consent[aria-invalid="true"], #f-telehealth-state[aria-invalid="true"] { outline: 2px solid #b91c1c; outline-offset: 2px; border-radius: 3px; }
    #express-checkout-field { margin: 4px 0 18px; }
    .express-checkout-label { font-size: 12px; font-weight: 800; text-transform: uppercase; color: #3f4658; margin-bottom: 8px; letter-spacing: .04em; }
    #payment-request-button { min-height: 44px; }
    .express-checkout-divider { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center; margin-top: 12px; color: #6b7280; font-size: 12px; }
    .express-checkout-divider::before, .express-checkout-divider::after { content: ""; height: 1px; background: var(--border); }
    .field-pw-wrap{position:relative}
    .field-pw-wrap input{padding-right:52px !important}
    .btn-pw-show{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:rgba(99,102,241,.08);border:none;cursor:pointer;color:var(--dark);font-size:12px;font-weight:800;font-family:inherit;padding:8px 12px;line-height:1;letter-spacing:.04em;transition:color .15s, background-color .15s, box-shadow .15s, transform .15s;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;border-radius:999px;box-shadow:inset 0 0 0 1px rgba(67,56,202,.18)}
    .btn-pw-show:hover{color:var(--dark);background:rgba(99,102,241,.14);box-shadow:inset 0 0 0 1px rgba(67,56,202,.28)}
    .btn-pw-show:focus-visible{color:var(--dark);background:rgba(99,102,241,.18);box-shadow:0 0 0 3px rgba(99,102,241,.28)}
    .pw-strength{height:3px;border-radius:2px;margin-top:6px;background:#e8e8e8;overflow:hidden}
    .pw-strength-fill{height:3px;border-radius:2px;width:0;transition:width .35s,background .35s}
    .pw-strength-label{font-size:11px;color:#767676;margin-top:3px;min-height:14px}
    .field textarea { resize: vertical; min-height: 80px; }

    /* ── CONFIRM SUMMARY ── */
    .confirm-summary {
      background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,245,237,.98));
      border: 1px solid var(--border); border-radius: 12px;
      padding: 12px; margin-bottom: 12px; border-left: 4px solid var(--gold);
      box-shadow: 0 8px 22px rgba(20, 17, 12, .055);
    }
    .confirm-summary-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(164px, .34fr); gap: 10px; align-items: stretch; }
    .confirm-primary { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
    .confirm-eyebrow { margin: 0; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
    .confirm-service-name { margin: 0; color: var(--dark); font-size: 18px; line-height: 1.2; font-weight: 900; overflow-wrap: anywhere; }
    .confirm-meta-chips { display: flex; flex-wrap: wrap; gap: 7px; }
    .confirm-meta-chip { display: inline-flex; align-items: center; min-height: 30px; padding: 5px 9px; border-radius: 999px; background: rgba(99,102,241,.08); color: var(--dark); font-size: 12px; font-weight: 800; }
    .confirm-actions { display: flex; flex-wrap: wrap; gap: 7px; }
    .confirm-price-card { display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 11px; border-radius: 10px; background: #fff; border: 1px solid rgba(0,0,0,.08); }
    .confirm-total-label { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
    .confirm-total-amount { color: var(--dark); font-size: 22px; line-height: 1; font-weight: 950; }
    .confirm-receipt-fold { margin-top: 10px; border-top: 1px dashed rgba(0,0,0,.14); }
    .confirm-receipt-fold > summary { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: var(--dark); cursor: pointer; font-size: 12px; font-weight: 900; list-style: none; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
    .confirm-receipt-fold > summary::-webkit-details-marker { display: none; }
    .confirm-receipt-fold > summary::after { content: '+'; width: 22px; height: 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: rgba(99,102,241,.08); text-decoration: none; }
    .confirm-receipt-fold[open] > summary::after { content: '-'; }
    .confirm-receipt { display: grid; gap: 0; padding-top: 2px; }
    .confirm-row { display: flex; justify-content: space-between; gap: 12px; padding: 5px 0; font-size: 14px; border-bottom: 1px solid #ece5da; }
    .confirm-row:last-child { border-bottom: none; margin-bottom: 0; }
    .confirm-label { color: var(--muted); }
    .confirm-val { font-weight: 700; color: var(--dark); text-align: right; max-width: 70%; display:flex; align-items:center; gap:8px; justify-content:flex-end; overflow-wrap:anywhere; }
    .confirm-change { background:none; border:none; color:var(--dark); font-size:12px; font-weight:700; cursor:pointer; padding:8px 10px; border-radius:999px; font-family:inherit; text-decoration:underline; text-decoration-thickness:2px; text-underline-offset:2px; white-space:nowrap; min-height:44px; min-width:44px; display:inline-flex; align-items:center; justify-content:center; background-color:rgba(99,102,241,.08); box-shadow:inset 0 0 0 1px rgba(67,56,202,.18); }
    .confirm-change:hover { color:var(--dark); background-color:rgba(99,102,241,.14); box-shadow:inset 0 0 0 1px rgba(67,56,202,.28); }
    .confirm-change:focus-visible { color:var(--dark); background:rgba(99,102,241,.18); box-shadow:0 0 0 3px rgba(99,102,241,.28); }
    .checkout-fold { border: 1px solid var(--border); border-radius: 12px; background: #fff; margin: 12px 0; overflow: hidden; }
    .checkout-fold > summary { position: relative; min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; cursor: pointer; list-style: none; font-weight: 900; color: var(--dark); }
    .checkout-fold > summary::-webkit-details-marker { display: none; }
    .checkout-fold > summary::after { content: '+'; flex: 0 0 auto; width: 28px; height: 28px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: rgba(99,102,241,.08); color: var(--dark); font-weight: 900; }
    .checkout-fold[open] > summary::after { content: '-'; }
    .checkout-fold-body { padding: 0 16px 16px; }
    .checkout-fold-note { display: block; margin-top: 3px; font-size: 12px; line-height: 1.4; font-weight: 600; color: var(--muted); text-transform: none; letter-spacing: 0; }
    .booking-compliance-card { padding: 12px 14px; border: 1px solid var(--border); border-radius: 12px; background: #fff; margin-bottom: 12px; }
    .booking-compliance-card .sms-consent-row,
    .booking-compliance-card .booking-policy-consent { margin: 0; align-items: flex-start; }
    .booking-compliance-card .sms-consent-row + .sms-consent-row { margin-top: 9px; padding-top: 9px; border-top: 1px solid #ece5da; }
    .booking-compliance-card input[type="checkbox"] { margin-top: 2px; }
    .compliance-primary-copy { font-size: 13px; line-height: 1.45; font-weight: 750; color: var(--dark); }
    .compliance-detail { margin-top: 8px; }
    .compliance-detail > summary { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; color: var(--dark); cursor: pointer; font-size: 12px; font-weight: 850; list-style: none; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
    .compliance-detail > summary::-webkit-details-marker { display: none; }
    .compliance-detail > summary::after { content: '+'; width: 22px; height: 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: rgba(99,102,241,.08); text-decoration: none; }
    .compliance-detail[open] > summary::after { content: '-'; }
    .compliance-detail-body { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
    .booking-policy-list { margin: 6px 0 0 18px; padding: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
    .booking-policy-title { margin: 0 0 4px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: var(--dark); }
    .booking-policy-summary { margin: 0; font-size: 13px; line-height: 1.45; color: var(--dark); font-weight: 700; }
    @media (max-width: 640px) {
      .confirm-summary { padding: 10px; }
      .confirm-summary-grid { grid-template-columns: 1fr; }
      .confirm-primary { gap: 6px; }
      .confirm-eyebrow { font-size: 10px; }
      .confirm-service-name { font-size: 16px; }
      .confirm-meta-chips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; }
      .confirm-meta-chip { min-height: 28px; padding: 4px 7px; font-size: 11px; overflow-wrap: anywhere; }
      .confirm-price-card { flex-direction: row; align-items: center; justify-content: space-between; padding: 8px 10px; }
      .confirm-total-amount { font-size: 21px; }
      .confirm-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .confirm-change { width: 100%; min-height: 40px; padding: 7px 8px; }
      .checkout-fold > summary { align-items: flex-start; flex-direction: column; }
      .checkout-fold > summary::after { position: absolute; right: 14px; }
    }
    /* #12338 — "Customers also added" checkout add-on auto-suggest. Tap targets >=44px. */
    .addon-suggest-card { background: var(--cream); border: 1px solid var(--border); border-radius: 12px; padding: 14px 16px; margin: 0 0 18px; border-left: 4px solid var(--gold); }
    .addon-suggest-card[hidden] { display: none; }
    .addon-suggest-title { margin: 0 0 10px; font-size: 15px; font-weight: 800; color: var(--dark); }
    .addon-suggest-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
    .addon-suggest-item { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 6px 0; }
    .addon-suggest-meta { display: flex; flex-direction: column; min-width: 0; }
    .addon-suggest-name { font-weight: 700; color: var(--dark); overflow-wrap: break-word; word-break: break-word; }
    .addon-suggest-price { font-size: 13px; color: var(--muted); }
    .addon-suggest-add { min-height: 44px; min-width: 44px; padding: 10px 16px; border: none; border-radius: 999px; background: var(--gold); color: #1a1206; font-weight: 800; font-size: 14px; font-family: inherit; cursor: pointer; white-space: nowrap; }
    .addon-suggest-add:hover { filter: brightness(1.05); }
    .addon-suggest-add:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(99,102,241,.35); }
    .addon-suggest-added { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 10px; }
    .addon-suggest-chip { min-height: 44px; display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(67,56,202,.25); background: rgba(99,102,241,.08); color: var(--dark); font-weight: 700; font-size: 13px; font-family: inherit; cursor: pointer; }
    .addon-suggest-chip-check { font-weight: 900; color: #166534; }
    .addon-suggest-chip:hover { background: rgba(99,102,241,.14); }
    .addon-suggest-empty { margin: 0; font-size: 13px; color: var(--muted); }

    /* ── NAV BUTTONS ── */
    .nav-row { padding: 4px 22px 22px; display: flex; gap: 10px; justify-content: space-between; }
    .btn {
      display: inline-flex; align-items: center; gap: 6px;
      padding: 12px 24px; border-radius: 10px; font-size: 15px; font-weight: 700;
      flex-wrap: wrap; justify-content: center; text-align: center;
      cursor: pointer; border: none; transition: all .15s; font-family: inherit;
      min-height: 44px; min-width: 44px;
    }
    .btn-primary { background: var(--dark); color: #fff; box-shadow: 0 3px 12px rgba(67,56,202,.3); }
    .btn-primary:hover { background: #312e81; transform: translateY(-1px); box-shadow: 0 5px 18px rgba(49,46,129,.35); }
    .btn-primary:disabled { background: #5f6368; color: #fff; cursor: not-allowed; box-shadow: none; transform: none; opacity: 1; }
    /* #11626 — Google sign-in CTA. Neutral white pill per Google branding
       guidance (do NOT recolor with the tenant brand — Google requires a
       white or its-own-blue button). */
    .btn-oauth-google { background: #fff; color: #3c4043; border: 1px solid #dadce0; box-shadow: 0 1px 2px rgba(60,64,67,.12); display: flex; align-items: center; justify-content: center; gap: 12px; font-weight: 700; text-decoration: none; }
    .btn-oauth-google:hover { background: #f7f8f8; box-shadow: 0 1px 3px rgba(60,64,67,.2); transform: translateY(-1px); }
    .btn-oauth-google:focus-visible { box-shadow: 0 0 0 3px rgba(66,133,244,.4); outline: none; }
    .btn-oauth-google .oauth-g-icon { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background: #4285f4; color: #fff; font-weight: 800; font-size: 13px; line-height: 1; }
    .btn-oauth-facebook { background: #1877f2; color: #fff; border: 1px solid #1877f2; box-shadow: 0 1px 2px rgba(24,119,242,.2); display: flex; align-items: center; justify-content: center; gap: 12px; font-weight: 700; text-decoration: none; }
    .btn-oauth-facebook:hover { background: #166fe5; box-shadow: 0 1px 3px rgba(24,119,242,.28); transform: translateY(-1px); }
    .btn-oauth-facebook:focus-visible { box-shadow: 0 0 0 3px rgba(24,119,242,.35); outline: none; }
    .btn-oauth-facebook .oauth-f-icon { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background: #fff; color: #1877f2; font-weight: 900; font-size: 15px; line-height: 1; }
    .btn-oauth-apple { background: #000; color: #fff; border: 1px solid #000; box-shadow: 0 1px 2px rgba(0,0,0,.2); display: flex; align-items: center; justify-content: center; gap: 12px; font-weight: 700; text-decoration: none; }
    .btn-oauth-apple:hover { background: #1d1d1f; box-shadow: 0 1px 3px rgba(0,0,0,.28); transform: translateY(-1px); }
    .btn-oauth-apple:focus-visible { box-shadow: 0 0 0 3px rgba(0,0,0,.28); outline: 2px solid #fff; outline-offset: -4px; }
    .btn-oauth-apple .oauth-apple-icon { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; color: #fff; font-size: 18px; line-height: 1; }
    .s4-oauth-divider { display: flex; align-items: center; text-align: center; color: #6b6b6b; font-size: 13px; margin: 4px 0 14px; }
    .s4-oauth-divider::before, .s4-oauth-divider::after { content: ""; flex: 1; border-bottom: 1px solid #e3ddd1; }
    .s4-oauth-divider span { padding: 0 12px; }
    .btn-secondary {
      background: transparent; color: var(--text);
      border: 2px solid var(--border);
    }
    .btn-secondary:hover { background: var(--cream); border-color: #ccc; }

    /* ── ERROR ── */
    .error-msg {
      background: #fef0f0; color: #c0392b; border: 1px solid #f5c6c6;
      border-radius: 10px; padding: 11px 16px; font-size: 13px;
      margin-bottom: 14px; display: none;
    }
    .error-msg.show { display: block; }
    .booking-load-error {
      margin: 16px;
      text-align: center;
    }
    .booking-load-error-icon {
      font-size: 24px;
      margin-bottom: 8px;
    }
    .booking-load-error-retry {
      margin-top: 10px;
      font-size: 13px;
      padding: 8px 18px;
    }
    .booking-load-error-support {
      font-size: 12px;
      color: #767676;
      margin-top: 8px;
    }
    .booking-hours-label {
      font-weight: 700;
      color: var(--dark);
    }
    .booking-hours-closed {
      color: var(--accent);
      font-weight: 700;
    }
    .bundle-savings {
      color: #1a7a4a;
    }
    .bundle-original-price {
      opacity: .6;
    }
    .promo-toggle-link {
      background: none;
      border: none;
      color: var(--gold);
      font-size: 13px;
      font-weight: 600;
      cursor: pointer;
      padding: 0;
      font-family: inherit;
      text-decoration: underline;
      min-height: 44px;
    }
    .field input[aria-invalid="true"], .field textarea[aria-invalid="true"] {
      border-color: #e53935; box-shadow: 0 0 0 3px rgba(229,57,53,.12);
    }
    .sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

    /* ── SIDEBAR ── */
    .sidebar-card {
      background: var(--dark); border-radius: var(--radius);
      padding: 0; position: sticky; top: 92px; overflow: hidden;
      box-shadow: 0 8px 32px rgba(0,0,0,.25);
    }
    .sidebar-logo-banner {
      width: 100%; display: block; height: 70px; object-fit: cover; object-position: center center;
    }
    .sidebar-inner { padding: 18px; }
    .sidebar-shop { margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.1); }
    .sidebar-shop-name { font-family: Georgia, serif; font-size: 15px; font-weight: 700; color: var(--white); }
    .sidebar-shop-addr { font-size: 12px; color: #d9c9b8; margin-top: 2px; }
    .sidebar-empty { font-size: 13px; color: #d9c9b8; text-align: center; padding: 16px 0; }
    .sidebar-item { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 8px; gap: 8px; }
    .sidebar-item-name { flex: 1; color: #c8b8a8; }
    .sidebar-item-price { font-weight: 700; white-space: nowrap; color: var(--white); }
    hr.sidebar-divider { border: none; border-top: 1px solid rgba(255,255,255,.1); margin: 12px 0; }
    .sidebar-total { display: flex; justify-content: space-between; font-weight: 800; font-size: 16px; color: var(--gold); font-family: Georgia, serif; }
    .sidebar-item-name--small { font-size: 11px; }
    .sidebar-item-price--wrap { white-space: normal; text-align: right; overflow-wrap: break-word; word-break: break-word; }
    .sidebar-item-price--small { font-size: 11px; }
    .sidebar-strikethrough { opacity: .5; font-size: 13px; }
    .sidebar-compliance-note { display: block; color: #9a8a7a; font-size: 11px; line-height: 1.45; margin-top: 8px; }
    .sidebar-similar-header { font-size: 10px; font-weight: 700; color: #9a8a7a; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
    .sidebar-similar-row { margin-bottom: 4px; }
    .sidebar-similar-btn { background: none; border: none; color: #c8b8a8; font-size: 12px; cursor: pointer; padding: 4px 0; font-family: inherit; text-align: left; text-decoration: underline; flex: 1; display: inline-flex; align-items: center; min-height: 44px; }
    .sidebar-similar-price { color: #9a8a7a; font-size: 12px; font-weight: 700; white-space: nowrap; }

    /* CSP cleanup 2026-05-11 */
    .bk-empty{padding:24px 22px;text-align:center;color:var(--muted)}
    .bk-empty-grid{grid-column:1/-1;padding:24px;text-align:center;color:var(--muted)}
    .bk-empty-icon{font-size:28px;margin-bottom:8px}
    .bk-empty-title{font-weight:700;margin-bottom:4px}
    .bk-empty-sub{font-size:13px}
    .bk-no-slots-emoji{font-size:28px;margin-bottom:8px}
    .bk-no-slots-title{font-weight:700;margin-bottom:4px}
    .bk-no-slots-copy{color:#767676;font-size:13px;margin-bottom:14px}
    .bk-pick-date-btn{padding:10px 20px;background:var(--brand-primary);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}
    .bk-retry-btn{font-size:14px;padding:10px 22px}
    .bk-closure-reason{color:#a16207;font-size:13px;margin-bottom:10px;font-style:italic}
    .bk-suggest-row{margin-bottom:10px}
    .bk-suggest-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;background:#f0faf4;color:#1a7a4a;border:1px solid #b0d8c0;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;line-height:1.2}
    .bk-pick-another-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 20px;background:var(--brand-primary);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;line-height:1.2}
    .bk-waitlist-section{margin-top:14px;padding-top:14px;border-top:1px solid #eee}
    .bk-waitlist-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;background:#f5f0e8;color:var(--brand-primary);border:1px solid #c9a95a;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;line-height:1.2}
    .bk-waitlist-hint{font-size:11px;color:#737373;margin-top:6px}
    .bk-time-band{grid-column:1/-1;font-size:10px;font-weight:800;color:var(--gold);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:2px}
    .bk-time-band--pm{margin-top:10px}
    .bk-refresh-link{background:none;border:none;color:#2563eb;font-weight:600;cursor:pointer;text-decoration:underline;font-family:inherit;font-size:13px}
    /* #12149 — 409 conflict suggested-times chips (above slot grid). */
    .bk-conflict-suggest{grid-column:1/-1;margin-bottom:12px;padding:14px 16px;background:#fff7ed;border:1px solid #fb923c;border-radius:12px}
    .bk-conflict-suggest-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
    .bk-conflict-suggest-title{font-size:15px;color:#9a3412;line-height:1.3}
    .bk-conflict-suggest-dismiss{flex:0 0 auto;background:none;border:none;color:#9a3412;font-size:22px;line-height:1;cursor:pointer;padding:0 4px;min-width:32px;min-height:32px}
    .bk-conflict-suggest-body{margin:8px 0 10px;font-size:13px;color:#7c2d12}
    .bk-conflict-suggest-chips{display:flex;flex-wrap:wrap;gap:8px}
    .bk-suggest-chip{display:inline-flex;align-items:center;justify-content:center;min-height:48px;min-width:96px;padding:12px 18px;background:var(--brand-primary,#1a7a4a);color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;line-height:1.2}
    .bk-suggest-chip:hover{filter:brightness(1.06)}
    .bk-suggest-chip:focus-visible{outline:3px solid #fb923c;outline-offset:2px}
    /* #12141 — slot faded after another customer just grabbed it. */
    .slot-btn[data-just-taken="true"]{opacity:.5;cursor:not-allowed;text-decoration:line-through}
    /* #12134 — step-4 hold-timer countdown banner. */
    .bk-hold-banner{display:flex;align-items:center;gap:8px;margin:0 0 14px;padding:11px 14px;background:#ecfdf5;border:1px solid #34d399;border-radius:12px;font-size:14px;font-weight:600;color:#065f46;position:sticky;top:0;z-index:5}
    .bk-hold-banner-icon{flex:0 0 auto;font-size:16px}
    .bk-hold-banner-text{line-height:1.3}
    .bk-hold-banner--amber{background:#fffbeb;border-color:#f59e0b;color:#92400e}
    .bk-hold-banner--expired{background:#fef2f2;border-color:#ef4444;color:#991b1b}
    .bk-chip{display:flex;align-items:center;gap:5px}
    .bk-chip-icon{color:var(--gold)}
    .bk-chip-text{overflow-wrap:break-word;word-break:break-word;min-width:0}
    .bk-strike{opacity:.6}
    .bk-strike--soft{opacity:.5}
    .bk-final-price{color:#16a34a}
    .bk-ref-code{font-size:16px;letter-spacing:1px}
    .bk-acct-badge-text{font-size:13px}
    .bk-acct-signin{background:none;border:none;color:var(--accent);font-size:12px;cursor:pointer;padding:10px 0;font-family:inherit;text-decoration:underline;white-space:nowrap;min-height:44px;display:inline-flex;align-items:center}
    .bk-acct-actions{display:flex;gap:10px;align-items:center;flex-shrink:0;flex-wrap:wrap}
    .bk-acct-link{color:#1a7a4a;font-weight:700;text-decoration:none;font-size:12px;white-space:nowrap;min-height:44px;display:inline-flex;align-items:center;padding:10px 0}
    .bk-signout-btn{background:none;border:none;color:#767676;font-size:12px;cursor:pointer;padding:10px 0;font-family:inherit;text-decoration:underline;white-space:nowrap;min-height:44px;display:inline-flex;align-items:center}
    .bk-redeem-ok{color:#16a34a;font-weight:700}
    .bk-redeem-meta{color:#767676}
    .notif-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle}
    .pwa-install-strong{color:inherit}

    /* ── SUCCESS SCREEN ── */
    .success-screen { display: none; max-width: 560px; margin: 0 auto; padding: 32px 20px 56px; }
    .success-screen.show { display: block; }
    .success-banner { width: 100%; height: 80px; object-fit: cover; border-radius: 12px; margin-bottom: 24px; box-shadow: 0 4px 20px rgba(0,0,0,.3); }
    .success-check {
      width: 76px; height: 76px; border-radius: 50%;
      background: var(--accent); border: 4px solid var(--gold);
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 20px; font-size: 34px; color: #fff;
      box-shadow: 0 4px 20px rgba(99,102,241,.4);
      animation: checkPop .55s cubic-bezier(.36,1.56,.64,1) both;
    }
    @keyframes checkPop {
      0%   { transform: scale(0) rotate(-15deg); opacity: 0; }
      60%  { transform: scale(1.18) rotate(4deg); opacity: 1; }
      100% { transform: scale(1) rotate(0deg); opacity: 1; }
    }
    .success-title { animation: fadeSlideUp .4s .3s ease both; }
    .success-sub   { animation: fadeSlideUp .4s .45s ease both; }
    @keyframes fadeSlideUp { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }
    .btn-copy-ref { background: none; border: 1px solid var(--border); border-radius: 8px; padding: 6px 14px; font-size: 12px; font-weight: 700; color: var(--muted); cursor: pointer; font-family: inherit; transition: all .15s; vertical-align: middle; margin-left: 10px; min-height: 44px; min-width: 44px; }
    .btn-copy-ref:hover { background: var(--cream); color: var(--accent); border-color: var(--accent); }
    .btn-copy-ref.copied { color: #1a7a4a; border-color: #1a7a4a; background: #f0faf4; }
    .success-title { font-family: Georgia, serif; font-size: 28px; font-weight: 700; margin-bottom: 6px; text-align: center; color: var(--dark); }
    .success-sub   { font-size: 15px; color: var(--muted); margin-bottom: 22px; text-align: center; }
    .success-ref   {
      display: block; text-align: center;
      background: var(--cream); border: 2px solid var(--gold);
      border-radius: 10px; padding: 10px 20px; font-size: 15px;
      font-weight: 800; color: var(--accent); margin-bottom: 28px;
      font-family: Georgia, serif;
    }
    .success-card  { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; margin-bottom: 16px; box-shadow: 0 4px 16px rgba(0,0,0,.06); }
    .success-card-header {
      background: var(--dark); color: var(--gold); padding: 14px 20px;
      display: flex; align-items: center; gap: 10px;
      font-size: 14px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase;
      font-family: Georgia, serif;
    }
    .success-rows  { padding: 4px 0; }
    .success-row   {
      display: flex; justify-content: space-between; align-items: center;
      padding: 12px 20px; border-bottom: 1px solid #f5f0e8; font-size: 14px; gap: 12px;
    }
    .success-row:last-child { border-bottom: none; }
    .success-row-label { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .5px; font-weight: 600; flex-shrink: 0; }
    .success-row-val   { font-weight: 700; text-align: right; color: var(--dark); overflow-wrap: break-word; word-break: break-word; min-width: 0; }
    .notif-row { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
    .notif-badge {
      display: flex; align-items: center; gap: 12px;
      background: var(--white); border: 1px solid var(--border);
      border-radius: 12px; padding: 12px 16px; font-size: 13px;
      box-shadow: 0 2px 8px rgba(0,0,0,.05);
    }
    .notif-badge-icon { font-size: 22px; flex-shrink: 0; }
    .notif-badge-text { font-weight: 700; color: var(--dark); }
    .notif-badge-sub  { font-size: 12px; color: var(--muted); }
    .pm-emergency-card{position:sticky;top:12px;z-index:5;background:#fff5f5;border:2px solid var(--danger,#dc2626);border-radius:8px;padding:16px 18px;margin:0 0 18px;color:#1f2937;box-shadow:0 2px 8px rgba(127,29,29,.08)}
    .pm-emergency-card__eyebrow{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:#991b1b;margin-bottom:6px}
    .pm-emergency-card h3{font-size:18px;line-height:1.25;margin:0 0 8px;color:#7f1d1d}
    .pm-emergency-card p{font-size:13px;line-height:1.55;margin:0 0 10px;color:#1f2937}
    .pm-emergency-card__phone{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;border-radius:8px;background:#991b1b;color:#fff;text-decoration:none;font-weight:800;margin:4px 0 10px}
    .pm-emergency-card__phone:focus-visible{outline:3px solid #fca5a5;outline-offset:2px}
    .pm-emergency-card__director{font-weight:700}
    .pm-emergency-card__disclaimer{font-weight:800;color:#7f1d1d!important}
    .pm-emergency-card__protocol{display:inline-flex;align-items:center;min-height:44px;color:#7f1d1d;font-weight:800;text-decoration:underline;text-underline-offset:2px}
    .success-procedure-protocol{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:16px 18px;margin:0 0 18px;color:#7c2d12;box-shadow:0 2px 8px rgba(124,45,18,.06)}
    .success-protocol-title{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.6px;color:#9a3412;margin:0 0 8px}
    .success-protocol-summary,.success-protocol-aftercare{font-size:13px;line-height:1.6;margin:0 0 10px;color:#7c2d12}
    .success-protocol-list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}
    .success-protocol-row{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:start;font-size:13px;line-height:1.45}
    .success-protocol-urgency{font-weight:800;color:#9a3412}
    .success-protocol-call{color:#991b1b;font-weight:800;text-decoration:underline;text-underline-offset:2px}
    .booking-products-upsell{display:none;margin:0 0 16px;padding:16px;background:#f7fee7;border:1px solid #bef264;border-radius:10px;box-shadow:0 3px 12px rgba(77,124,15,.08)}
    .booking-products-upsell.is-visible{display:block}
    .booking-products-heading{margin:0 0 6px;font-size:15px;font-weight:800;color:var(--dark)}
    .booking-products-copy{margin:0 0 12px;font-size:13px;line-height:1.45;color:var(--muted)}
    .booking-products-list{display:grid;gap:8px}
    .booking-product-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;padding:10px 12px;background:var(--white);border:1px solid rgba(77,124,15,.22);border-radius:8px}
    .booking-product-name{font-weight:800;color:var(--dark);font-size:13px}
    .booking-product-meta{font-size:12px;color:var(--muted);margin-top:2px}
    .booking-product-add{min-height:40px;padding:8px 12px;border:1px solid #4d7c0f;border-radius:8px;background:#4d7c0f;color:#fff;font-weight:800;font-family:inherit;cursor:pointer}
    .booking-product-add[disabled]{opacity:.65;cursor:wait}
    .booking-products-status{margin:10px 0 0;font-size:13px;color:#3f6212}
    .success-share-panel {
      display: none; margin: 0 0 16px; padding: 16px;
      background: #f8fbff; border: 1px solid #bfdbfe; border-radius: 10px;
      box-shadow: 0 3px 12px rgba(30, 64, 175, .08);
    }
    .success-share-panel.is-visible { display: block; }
    .success-share-heading { margin: 0 0 6px; font-size: 15px; font-weight: 800; color: var(--dark); }
    .success-share-copy { margin: 0 0 12px; font-size: 13px; line-height: 1.45; color: var(--muted); }
    .success-share-primary {
      width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      min-height: 46px; padding: 12px 16px; border: 2px solid var(--accent);
      border-radius: 10px; background: var(--accent); color: #fff; font-weight: 800;
      font-family: inherit; cursor: pointer;
    }
    .success-share-primary:hover { filter: brightness(.95); }
    .success-share-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: stretch; margin-bottom: 10px; }
    .success-share-copy-btn {
      display: inline-flex; align-items: center; justify-content: center; min-height: 46px;
      padding: 12px 14px; border: 2px solid var(--border); border-radius: 10px;
      background: var(--white); color: var(--dark); font-weight: 800; font-family: inherit; cursor: pointer;
      white-space: nowrap;
    }
    .success-share-copy-btn:hover { border-color: var(--accent); color: var(--accent); }
    .success-share-fallbacks { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
    .success-share-fallbacks[hidden] { display: none !important; }
    .success-share-link {
      flex: 1 1 112px; display: inline-flex; align-items: center; justify-content: center;
      min-height: 44px; padding: 9px 12px; border: 1px solid var(--border);
      border-radius: 9px; background: var(--white); color: var(--dark);
      font-size: 13px; font-weight: 700; text-decoration: none; cursor: pointer;
    }
    .success-share-link:hover { border-color: var(--accent); color: var(--accent); }
    .success-actions { display: flex; gap: 12px; flex-wrap: wrap; }
    .btn-cal {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 13px 22px; background: var(--dark); color: var(--gold);
      border: 2px solid var(--gold); border-radius: 10px;
      font-size: 14px; font-weight: 700; cursor: pointer;
      transition: all .15s; text-decoration: none; font-family: inherit;
      min-height: 44px; min-width: 44px;
    }
    .btn-cal:hover { background: var(--gold); color: var(--dark); }
    .btn-cal:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
    .btn-cal[hidden], .os-f67c5e-99[hidden] { display: none !important; }
    .success-action-unavailable {
      display: inline-flex; align-items: center; justify-content: center; text-align: center;
      min-height: 44px; padding: 13px 18px; border-radius: 10px; border: 1px dashed var(--border);
      background: color-mix(in srgb, var(--cream) 88%, #fff); color: var(--muted);
      font-size: 13px; line-height: 1.45;
    }

    /* ── SPINNER ── */
    .spinner { display: inline-block; width: 14px; height: 14px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: spin .6s linear infinite; vertical-align: middle; margin-right: 5px; }
    @keyframes spin { to { transform: rotate(360deg); } }

    /* ── MOBILE UX FIXES (390px iPhone) ── */
    @media (max-width: 600px) {
      .booking-hero { padding: 24px 16px 20px; }
    }
    @media (max-width: 480px) {
      .staff-grid { grid-template-columns: repeat(2, 1fr); }
      .slots-grid { grid-template-columns: repeat(2, 1fr); }
      .date-row { align-items: stretch; }
      .date-field { flex-basis: 100%; }
      .date-input { font-size: 16px; }
      .step-tab { padding: 10px 8px; font-size: 10px; }
      .step-label { font-size: 10px; line-height: 1.25; }
    }
    @media (max-width: 480px) {
      .success-actions { flex-direction: column; }
      .success-actions .btn-cal { width: 100%; justify-content: center; }
      .success-share-actions { grid-template-columns: 1fr; }
      .success-share-copy-btn { width: 100%; }
      .success-share-fallbacks { flex-direction: column; }
      .success-share-link { width: 100%; }
    }

    /* ── Bug 89: Mobile hero spacing — prevent overlap on small screens ── */
    @media (max-width: 600px) {
      .booking-hero { padding-top: 28px !important; padding-bottom: 24px !important; min-height: auto; }
      .booking-hero h1 { font-size: clamp(20px, 5.5vw, 28px) !important; }
      .booking-hero-inner { padding-bottom: 0; }
    }

    /* ── Bug 90: Mobile time slot buttons — wrap on 320px screens ── */
    @media (max-width: 480px) {
      .slots-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 6px !important; }
      .slot-btn { font-size: 12px !important; padding: 10px 4px !important; min-width: 0 !important; }
      .nav-row {
        flex-direction: column-reverse;
        align-items: stretch;
        padding: 8px 16px 18px;
      }
      .nav-row .btn {
        width: 100%;
      }
    }

    /* ── Bug 160: iOS input zoom prevention — minimum 16px font on mobile ── */
    @media (max-width: 600px) {
      input, textarea, select,
      .field input, .field textarea, .field select,
      .date-input { font-size: 16px !important; }
    }

    /* ── Bug 162: Mobile booking summary sticky bar ── */
    #mobile-summary-bar {
      display: none;
    }
    @media (max-width: 768px) {
      #mobile-summary-bar {
        display: flex;
        position: fixed; bottom: 0; left: 0; right: 0;
        background: var(--dark); color: #f5f0e8;
        padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
        z-index: 300; align-items: center; justify-content: space-between;
        border-top: 2px solid var(--gold); box-shadow: 0 -4px 16px rgba(0,0,0,.4);
        font-size: 13px; gap: 10px;
      }
      #mobile-summary-bar.hidden { display: none; }
      #mobile-summary-text { flex: 1; min-width: 0; color: #c8b8a8; overflow-wrap: break-word; word-break: break-word; }
      #mobile-summary-price { color: var(--gold); font-weight: 800; font-size: 15px; font-family: Georgia,serif; flex-shrink: 0; }
      /* Add bottom padding to layout so content isn't hidden behind bar */
      .layout { padding-bottom: 72px; }
    }

    /* ── Bug 164: Long names in confirm summary ── */
    .confirm-val { overflow-wrap: break-word; word-break: break-word; white-space: normal; min-width: 0; }
    .confirm-val > span:first-child { overflow-wrap: break-word; word-break: break-word; white-space: normal; display: inline; }

    /* ── Bug 153: Mobile nav backdrop ── */
    #nav-backdrop {
      display: none; position: fixed; inset: 0; z-index: 198;
      background: rgba(0,0,0,.4);
    }
    #nav-backdrop.open { display: block; }

    /* ── Bug 92: Step announcement region ── */
    #step-announce { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

  /* ── Mobile UX (≤600px) ──────────────────────────────────────────────── */
  @media (max-width: 600px) {
    nav { padding: 0 16px !important; }
    .booking-hero { padding: 24px 16px 20px !important; }
    .booking-hero h1 { font-size: clamp(22px, 6vw, 30px) !important; }
    .layout { grid-template-columns: 1fr !important; }
    .sidebar { order: 2 !important; }
    .staff-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .slots-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .success-actions { flex-direction: column !important; }
    .success-actions > * { width: 100% !important; justify-content: center !important; text-align: center !important; }
    .sidebar-logo-banner { display: none !important; }
  }

  /* ── Toast notifications ── */
  .toast-stack { position:fixed; bottom:24px; right:16px; left:16px; z-index:9999; display:flex; flex-direction:column; align-items:flex-end; gap:8px; pointer-events:none; }
  .toast-msg { background:#1a0707; color:#f5f0e8; padding:12px 18px; border-radius:10px; font-size:13px; font-weight:500; box-shadow:0 4px 24px rgba(0,0,0,.45); pointer-events:auto; max-width:min(300px,100%); border-left:4px solid var(--gold); animation:toastIn .25s ease; overflow-wrap:break-word; word-break:break-word; }
  .toast-msg.success { border-left-color:#22c55e; }
  .toast-msg.error   { border-left-color:#ef4444; background:#2a1010; }
  .toast-msg.info    { border-left-color:#60a5fa; }
  @keyframes toastIn { from{opacity:0;transform:translateY(10px)} to{opacity:1;transform:translateY(0)} }
  @keyframes toastOut{ from{opacity:1} to{opacity:0;transform:translateY(-6px)} }

  /* ── Service / staff skeleton shimmer ── */
  .skel { background:linear-gradient(90deg,#f0ebe3 25%,#e8e2da 50%,#f0ebe3 75%); background-size:200% 100%; animation:shimmer 1.4s infinite; border-radius:8px; }
  @keyframes shimmer { from{background-position:200% 0} to{background-position:-200% 0} }
  .svc-skel { display:flex; align-items:center; gap:14px; padding:16px 22px; border-top:1px solid #f5f0e8; }
  .svc-skel-check { width:22px; height:22px; border-radius:50%; flex-shrink:0; }
  .svc-skel-body { flex:1; display:flex; flex-direction:column; gap:6px; }
  .svc-skel-name { height:14px; width:55%; }
  .svc-skel-meta { height:11px; width:38%; }
  .svc-skel-price { width:32px; height:16px; }
  .staff-skel { text-align:center; padding:24px 16px; }
  .staff-skel-av { width:80px; height:80px; border-radius:50%; margin:0 auto 12px; }
  .staff-skel-name { height:14px; width:60%; margin:0 auto 6px; }
  .staff-skel-bio { height:11px; width:80%; margin:0 auto; }

  /* ── Promo / auth button spinner ── */
  .btn-spinner-inline { display:inline-block; width:14px; height:14px; border:2px solid rgba(201,169,90,.4); border-top-color:#c9a95a; border-radius:50%; animation:spin .6s linear infinite; vertical-align:middle; margin-right:4px; }

  /* ── Mobile: promo code full-width ── */
  @media (max-width:600px) {
    #promo-field > div { flex-direction:column !important; }
    #promo-field > div > input { width:100% !important; flex:none !important; }
    #promo-field > div > button { width:100% !important; }
  }

  /* ── Mobile: group booking member fields stack ── */
  @media (max-width:600px) {
    .group-member-row { flex-direction:column !important; align-items:stretch !important; }
    .group-member-input-phone { width:100% !important; max-width:none !important; }
    .group-member-remove { align-self:flex-end; }
  }
  /* ── Gold link underline for contrast compensation (Item 297) ── */
  a[style*="color:var(--accent)"], a[style*="color:#c9a95a"], .confirm-change { text-decoration: underline; text-underline-offset: 2px; }

  /* ── Fresha-inspired UX: Badges, Availability Preview, Staff Indicators ── */
  .svc-badge {
    display: inline-block; font-size: 10px; font-weight: 800; padding: 2px 8px;
    border-radius: 20px; margin-left: 6px; vertical-align: middle; letter-spacing: .5px;
  }
  .svc-badge-popular { background: var(--gold); color: #0f172a !important; }
  .svc-badge-deal { background: #fce7f3; color: #9d174d; }
  .svc-badge-new { background: #d1fae5; color: #065f46; }
  /* #12206 — service category color chip with colorblind icon fallback. The
     chip background is a WCAG-AA-validated category color (white text ≥ 4.5:1);
     the leading glyph is the color-deficient fallback so the category is
     distinguishable without relying on hue alone. */
  .svc-category-chip {
    display: inline-flex; align-items: center; gap: 4px; margin: 4px 0 2px;
    padding: 2px 9px; border-radius: 20px; font-size: 11px; font-weight: 700;
    color: #fff; letter-spacing: .2px; max-width: 100%; vertical-align: middle;
  }
  .svc-category-chip-icon { font-size: 12px; line-height: 1; }
  .svc-category-chip-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .svc-avail-preview {
    display: flex; gap: 6px; margin-top: 6px; flex-wrap: wrap;
  }
  .svc-avail-chip {
    display: inline-flex; align-items: center; gap: 3px;
    font-size: 11px; font-weight: 600; color: var(--muted);
    background: rgba(201,169,90,.08); border: 1px solid rgba(201,169,90,.2);
    padding: 2px 8px; border-radius: 12px; white-space: nowrap;
    transition: all .15s;
  }
  .svc-avail-chip:hover { border-color: var(--accent); color: var(--accent); }
  .svc-avail-dot { width: 5px; height: 5px; border-radius: 50%; background: #059669; }
  .staff-next-avail {
    font-size: 11px; font-weight: 600; color: #059669;
    margin-top: 6px; display: flex; align-items: center; gap: 3px; justify-content: center;
  }
  .staff-next-avail .dot { width: 5px; height: 5px; border-radius: 50%; background: #059669; display: inline-block; }
  .staff-rating-stars { display: flex; gap: 1px; justify-content: center; margin-top: 4px; }
  .staff-rating-stars .star { font-size: 11px; color: #fbbf24; }
  .staff-rating-stars .star.empty { color: var(--border); }
  .staff-booking-count {
    display:block; font-size: 10px; color: var(--muted); margin-top: 2px; text-align: center;
  }


  /* ── Favorite heart on service cards ── */
  .svc-fav { position: absolute; top: 8px; right: 8px; background: none; border: none; font-size: 18px; cursor: pointer; color: var(--muted); padding: 6px; min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; z-index: 2; }
  .svc-fav.active { color: #e74c3c; }
  .staff-fav { position: absolute; top: 6px; right: 6px; background: rgba(255,255,255,.88); border: 1px solid color-mix(in srgb, var(--border) 70%, transparent); font-size: 18px; cursor: pointer; color: var(--muted); padding: 6px; min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; z-index: 2; }
  .staff-fav.active { color: #e74c3c; }

  /* ── Selection bounce micro-interaction (Items 412-413, 501, 503) ── */
  .svc-item.selected { animation: selectionPop .25s ease; }
  .staff-card.selected { animation: selectionPop .25s ease; }
  @keyframes selectionPop { 0%{transform:scale(1)} 40%{transform:scale(1.03)} 100%{transform:scale(1)} }

  /* ── Ripple effect on service card (Item 501) ── */
  .svc-item { overflow: hidden; }
  .svc-ripple {
    position: absolute; border-radius: 50%; background: rgba(99,102,241,.15);
    transform: scale(0); animation: rippleAnim .5s linear;
    pointer-events: none;
  }
  @keyframes rippleAnim { to { transform: scale(2.5); opacity: 0; } }

  /* ── Confirm button pulse (Item 513) ── */
  .btn-primary:not(:disabled).pulse { animation: btnPulse 1.8s ease infinite; }
  @keyframes btnPulse { 0%,100%{box-shadow:0 3px 12px rgba(99,102,241,.3)} 50%{box-shadow:0 3px 22px rgba(99,102,241,.55)} }

  /* ── Confetti animation (Item 773) ── */
  .confetti-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 9990; overflow: hidden; }
  .confetti-piece {
    position: absolute; width: 10px; height: 10px; opacity: 0;
    animation: confettiFall linear forwards;
  }
  @keyframes confettiFall {
    0%   { opacity: 1; transform: translateY(-20px) rotate(0deg); }
    100% { opacity: 0; transform: translateY(100vh) rotate(720deg); }
  }

  /* ── Arrival tip on success (Item 533) ── */
  .success-arrival-tip {
    display: flex; align-items: center; gap: 10px;
    background: #f0faf4; border: 1px solid #b0d8c0; border-radius: 10px;
    padding: 12px 16px; font-size: 13px; color: #1a5c35; margin-bottom: 16px;
  }

  /* ── Enhanced reduced-motion (Item 384) ── */
  @media (prefers-reduced-motion: reduce) {
    .step-panel.active { animation: none !important; }
    .success-check { animation: none !important; }
    .success-title, .success-sub { animation: none !important; }
    .svc-item.selected, .staff-card.selected { animation: none !important; }
    .slot-btn { transition: none !important; }
    .staff-card { transition: none !important; }
    .svc-item { transition: none !important; }
    .confetti-piece { animation: none !important; }
    .btn-primary.pulse { animation: none !important; }
  }

  /* ── Enhanced print styles (Item 313) ── */
  @media print {
    .success-screen { padding: 0 !important; }
    .success-check { box-shadow: none !important; border: 3px solid var(--brand-primary) !important; animation: none !important; }
    .success-card { box-shadow: none !important; border: 1px solid #ccc !important; page-break-inside: avoid; }
    .success-actions { display: none !important; }
    .notif-row { display: none !important; }
    .success-ref { border: 2px solid #333 !important; }
    .btn-copy-ref { display: none !important; }
    #manage-booking-link { display: none !important; }
    .success-screen nav { display: none !important; }
    /* Confirmation summary prints cleanly */
    .confirm-summary { background: #fff !important; border: 1px solid #ccc !important; page-break-inside: avoid; }
    .confirm-row { border-bottom-color: #ddd !important; }
    .confirm-change { display: none !important; }
    .confirm-label, .confirm-val { color: #000 !important; }
    /* Success rows print cleanly */
    .success-row { border-bottom-color: #ddd !important; }
    .success-row-label, .success-row-val { color: #000 !important; }
    .success-card-header { background: #333 !important; color: #fff !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    .success-title, .success-sub { animation: none !important; color: #000 !important; }
    .success-arrival-tip { border: 1px solid #ccc !important; page-break-inside: avoid; }
    /* Confetti and toasts hidden */
    .confetti-container { display: none !important; }
    /* Mobile summary bar */
    #mobile-summary-bar { display: none !important; }
    /* Feedback widget */
    #feedback-btn, #feedback-overlay { display: none !important; }
    #mobile-fab { display: none !important; }
  }

  /* ── Dark mode (Item 304) ── */


  /* Scrollbar polish (Item 841) */
  ::-webkit-scrollbar{width:8px;height:8px}
  ::-webkit-scrollbar-track{background:transparent}
  ::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}
  ::-webkit-scrollbar-thumb:hover{background:#aaa}
  /* Selection color (Item 842) */
  ::selection{background:rgba(99,102,241,.18);color:inherit}
  /* Font smoothing (Item 843) */
  body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
  /* Link hover transition (Item 844) */
  a{transition:color .15s}

  /* ── Mobile overflow prevention for new sections ── */
  #book-for-other-section, #f-music { max-width: 100%; overflow: hidden; word-wrap: break-word; }
  @media (max-width: 600px) {
    #book-for-other-section { max-width: 100%; overflow: hidden; }
  }


/* BUG-0012/0509 Wave 7: 108 extracted inline-style one-offs (nonce-ready). */
.os-f67c5e-1{display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1a0707;border-top:2px solid #c9a95a;padding:14px 16px calc(14px + env(safe-area-inset-bottom));align-items:center;gap:12px;box-shadow:0 -4px 20px rgba(0,0,0,.5);}
.os-f67c5e-2{width:44px;height:44px;border-radius:10px;flex-shrink:0;object-fit:cover;}
.os-f67c5e-3{flex:1;min-width:0;}
.os-f67c5e-4{font-weight:700;font-size:14px;color:#f5f0e8;}
.os-f67c5e-5{font-size:12px;color:#c4b5a5;margin-top:2px;}
.os-f67c5e-6{background:#c9a95a;color:#1a0707;border:none;border-radius:8px;padding:9px 18px;font-weight:700;font-size:13px;cursor:pointer;flex-shrink:0;white-space:nowrap;min-height:44px}
.os-f67c5e-7{background:none;border:none;color:#c4b5a5;font-size:22px;cursor:pointer;padding:4px;flex-shrink:0;line-height:1;min-height:44px;min-width:44px}
.os-f67c5e-8{margin-top:7px;font-size:12px;color:#c4b5a5;line-height:1.8}
.os-f67c5e-9{display:inline;vertical-align:-3px}
.os-f67c5e-10{background:none;border:none;color:#c4b5a5;font-size:22px;cursor:pointer;padding:4px;flex-shrink:0;line-height:1;margin-top:-4px;min-height:44px;min-width:44px}
.os-f67c5e-11{margin-top:8px;font-size:12px;color:#c9a95a;line-height:1.6}
.os-f67c5e-12{background:none;border:none;color:#c4b5a5;font-size:22px;cursor:pointer;padding:4px;flex-shrink:0;line-height:1;margin-top:-2px;min-height:44px;min-width:44px}
.os-f67c5e-13{position:relative}
.os-f67c5e-14{font-weight:700;font-size:18px;}
.os-f67c5e-15{display:none;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#1a0707,#2d1111);border:1px solid rgba(201,168,76,.4);border-radius:12px;padding:12px 16px;margin-bottom:12px;gap:12px;flex-wrap:wrap}
.os-f67c5e-16{color:#e8c97a;font-size:14px;font-weight:600;flex:1;min-width:0}
.os-f67c5e-17{display:flex;gap:8px;flex-shrink:0}
.os-f67c5e-18{background:#c9a95a;color:#1a0707;border:none;border-radius:8px;padding:7px 16px;font-weight:800;cursor:pointer;font-family:inherit;font-size:13px}
.os-f67c5e-19{background:none;border:1px solid rgba(201,168,76,.3);color:#bbb;border-radius:8px;padding:7px 12px;cursor:pointer;font-family:inherit;font-size:13px}
.os-f67c5e-20{display:none;background:#f0faf4;border:1px solid #b0d8c0;border-radius:10px;padding:12px 14px;margin-top:4px;font-size:13px;color:#1a5c3a;line-height:1.5}
/* #12239/#12240/#12242 — "Customers also booked" recommendation surface. */
.booking-recommendations{margin-top:12px}
.booking-recommendations[hidden]{display:none !important}
.booking-rec-head{font-size:13px;font-weight:700;color:var(--brand-primary-dark,#1a5c3a);margin-bottom:8px}
.booking-rec-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px}
.booking-rec-item{display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-align:left;background:#fff;border:1px solid #d7e3da;border-radius:10px;padding:10px 12px;cursor:pointer;transition:border-color .15s,box-shadow .15s;font:inherit}
.booking-rec-item:hover{border-color:var(--brand-primary,#2a7a46);box-shadow:0 2px 8px rgba(0,0,0,.06)}
.booking-rec-item:focus-visible{outline:3px solid var(--gold,#d4af37);outline-offset:2px}
.booking-rec-item--personalized{border-color:#b0d8c0;background:#f6fbf8}
.booking-rec-name{font-size:13px;font-weight:600;color:#1a2b22}
.booking-rec-reason{font-size:11px;color:#5a6b62}
.booking-rec-price{font-size:13px;font-weight:700;color:var(--brand-primary-dark,#1a5c3a);margin-top:2px}
.os-f67c5e-21{justify-content:flex-end}
.os-f67c5e-22{font-size:12px;font-weight:700;color:#dc2626;min-height:0;transition:min-height .2s}
.os-f67c5e-23{padding:4px 22px 0;font-size:13px;font-weight:600;color:var(--accent);min-height:20px}
.os-f67c5e-24{padding:0 22px 10px;font-size:12px;color:#767676;line-height:1.8;background:var(--cream);border-bottom:1px solid var(--border)}
.os-f67c5e-usual{display:none;margin-bottom:14px;background:#f7fbf8;border:1px solid #cfe6d8}
.os-f67c5e-usual-layout{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.os-f67c5e-usual-kicker{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1a7a4a}
.os-f67c5e-usual-title{font-size:18px;font-weight:700;color:#1f2937;margin-top:4px}
.os-f67c5e-usual-meta{font-size:13px;color:#4b5563;margin-top:4px}
.os-f67c5e-25{font-weight:700;color:var(--dark)}
.os-f67c5e-26{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4px;margin-bottom:10px}
.os-f67c5e-27{margin-bottom:0}
.os-f67c5e-28{font-size:11px;color:#737373;font-weight:500}
.os-f67c5e-29{display:none;margin-top:12px;padding:10px 14px;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;font-size:13px;color:#92400e;font-weight:600}
.os-f67c5e-30{background:linear-gradient(135deg,var(--brand-primary-dark,#1a0707),color-mix(in srgb,var(--brand-primary-dark,#1a0707) 82%,#000));border-radius:12px;padding:12px 14px;margin-bottom:12px;border:1px solid color-mix(in srgb,var(--brand-accent,#c9a95a) 35%,transparent);box-shadow:0 10px 22px rgba(0,0,0,.08)}
.os-f67c5e-31{font-size:10px;font-weight:800;color:var(--brand-accent,#c9a95a);text-transform:uppercase;letter-spacing:1.5px;margin:0 0 8px}
.os-f67c5e-32{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;font-size:13px;color:#f5f0e8}
.os-f67c5e-30 .bk-chip{min-height:38px;align-items:center;gap:6px;padding:6px 8px;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:rgba(255,255,255,.075)}
.os-f67c5e-30 .bk-chip-text{font-weight:800;line-height:1.2}
.os-f67c5e-33{margin-top:6px;background:none;border:none;color:var(--brand-accent,#c9a95a);font-size:12px;cursor:pointer;padding:4px 0 0;font-family:inherit;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;font-weight:800;min-height:34px}
@media (max-width:720px){.os-f67c5e-32{grid-template-columns:repeat(2,minmax(0,1fr))}.os-f67c5e-30{padding:10px 12px}.os-f67c5e-31{margin-bottom:6px}}
.os-f67c5e-34{margin-bottom:20px}
.os-f67c5e-35{width:100%;padding:14px;font-size:15px;min-height:48px}
.os-f67c5e-36{font-size:12px;color:#767676;text-align:center;margin-top:8px}
.os-f67c5e-37{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.os-f67c5e-38{font-size:12px;font-weight:600;color:#767676;text-transform:uppercase;letter-spacing:1px;white-space:nowrap}
.os-f67c5e-39{display:flex;gap:0;margin-bottom:20px;border-radius:8px;overflow:hidden;border:1px solid var(--border)}
.os-f67c5e-40{flex:1;padding:10px;font-weight:700;font-size:14px;border:none;cursor:pointer;font-family:inherit;background:var(--brand-primary);color:#fff;min-height:44px;display:inline-flex;align-items:center;justify-content:center;text-align:center}
.os-f67c5e-41{flex:1;padding:10px;font-weight:700;font-size:14px;border:none;cursor:pointer;font-family:inherit;background:#f5f0e8;color:#3a2a0a;min-height:44px;display:inline-flex;align-items:center;justify-content:center;text-align:center}
.os-f67c5e-40:focus-visible,.os-f67c5e-41:focus-visible{outline:3px solid var(--gold);outline-offset:-3px;position:relative;z-index:1}
.os-f67c5e-42{width:100%}
.os-f67c5e-43{display:none;background:#f0faf4;border:1px solid #b0d8c0;border-radius:8px;padding:10px 14px;font-size:13px;color:#1a7a4a;margin-bottom:12px}
.os-f67c5e-44{background:#f0faf4;border:1px solid #b0d8c0;border-radius:8px;padding:10px 14px;margin-bottom:14px;font-size:13px;color:#1a7a4a;display:flex;align-items:center;justify-content:space-between;gap:8px}
.os-f67c5e-45{display:flex;gap:10px;align-items:center;flex-shrink:0}
.os-f67c5e-46{color:#1a7a4a;font-weight:700;text-decoration:none;font-size:12px;white-space:nowrap;min-height:44px;display:inline-flex;align-items:center}
.os-f67c5e-47{background:none;border:none;color:#767676;font-size:12px;cursor:pointer;padding:0;font-family:inherit;text-decoration:underline;white-space:nowrap;min-height:44px}
.os-f67c5e-48{font-weight:400;font-size:11px;letter-spacing:0}
.os-f67c5e-49{display:flex;gap:8px}
.os-f67c5e-50{flex:1;text-transform:uppercase}
.os-f67c5e-51{padding:8px 14px;background:#1a0707;color:#c9a95a;border:none;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;min-height:44px;min-width:44px}
.os-f67c5e-52{font-size:11px;color:var(--muted)}
.os-f67c5e-53{display:none;border:1px solid var(--brand-accent,#c9a95a);border-radius:8px;padding:14px;background:linear-gradient(135deg,#fefcf6,#fdf6e3)}
.os-f67c5e-54{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.os-f67c5e-55{font-weight:700;color:var(--brand-primary,#8B1A1A);font-size:13px;margin:0}
.os-f67c5e-56{font-size:12px;font-weight:600;color:#555}
.os-f67c5e-57{font-size:11px;color:#767676;margin-bottom:10px}
.os-f67c5e-58{display:flex;gap:8px;align-items:center}
.os-f67c5e-59{flex:1;min-height:44px}
.os-f67c5e-60{padding:8px 14px;background:var(--brand-primary,#8B1A1A);color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;min-height:44px;min-width:44px}
.os-f67c5e-61{font-size:12px;margin-top:8px}
.os-f67c5e-62{font-weight:400;color:#767676;font-size:11px;letter-spacing:0}
.os-f67c5e-63{border-top:1px solid var(--border);padding-top:14px;margin-top:4px;margin-bottom:4px}
.os-f67c5e-64{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.os-f67c5e-65{font-size:12px;font-weight:700;color:#666;text-transform:uppercase;letter-spacing:.5px}
.os-f67c5e-66{display:flex;gap:0;border-radius:8px;overflow:hidden;border:1px solid var(--border)}
.os-f67c5e-67{padding:7px 14px;font-size:13px;font-weight:700;border:none;cursor:pointer;font-family:inherit;background:var(--brand-primary);color:#fff;min-height:44px}
.os-f67c5e-68{padding:7px 14px;font-size:13px;font-weight:700;border:none;cursor:pointer;font-family:inherit;background:#f5f0e8;color:#3a2a0a;min-height:44px}
.os-f67c5e-67.is-active,.os-f67c5e-68.is-active{background:var(--brand-primary);color:#fff}
.os-f67c5e-67:not(.is-active),.os-f67c5e-68:not(.is-active){background:#f5f0e8;color:#3a2a0a}
.os-f67c5e-69{display:none;background:#f9f5f0;border:1px solid var(--border);border-radius:10px;padding:14px;margin-bottom:4px}
.os-f67c5e-69.is-visible{display:block}
.os-f67c5e-70{font-size:12px;color:#767676;margin-bottom:10px}
.os-f67c5e-71{display:flex;align-items:center;gap:6px}
.os-f67c5e-72{border:2px solid var(--border);border-radius:10px;padding:11px 14px;font-size:16px;font-family:inherit;width:auto;max-width:200px;cursor:pointer}
.os-f67c5e-73{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--muted,#666);margin-bottom:6px;display:block}
.os-f67c5e-74{font-weight:400;color:#767676;font-size:11px;text-transform:none;letter-spacing:0}
.os-f67c5e-75{width:100%;border:2px solid var(--border);border-radius:10px;padding:11px 14px;font-size:16px;font-family:inherit;background:var(--white);cursor:pointer;color:var(--text)}
.os-f67c5e-76{display:none;border-top:1px solid var(--border);padding-top:14px;margin-top:8px}
.os-f67c5e-76.is-visible{display:block}
.os-f67c5e-77{background:var(--white);border:1px solid var(--border);color:var(--brand-primary);font-size:14px;font-weight:700;cursor:pointer;padding:10px 14px;font-family:inherit;text-decoration:none;min-height:44px;display:inline-flex;align-items:center;gap:8px;border-radius:10px;line-height:1.3;transition:background .15s,border-color .15s,box-shadow .15s,color .15s}
.os-f67c5e-77:hover{background:color-mix(in srgb,var(--brand-primary) 8%,#fff);border-color:color-mix(in srgb,var(--brand-primary) 24%,var(--border))}
.os-f67c5e-77:focus-visible{outline:3px solid var(--gold);outline-offset:2px}
.os-f67c5e-77[aria-expanded="true"]{background:color-mix(in srgb,var(--brand-primary) 10%,#fff);border-color:color-mix(in srgb,var(--brand-primary) 30%,var(--border))}
.os-f67c5e-78{font-size:16px}
.os-f67c5e-79{display:none;margin-top:10px}
.os-f67c5e-79.is-visible{display:block}
.os-f67c5e-80{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;gap:12px}
.os-f67c5e-81{font-size:13px;font-weight:700;color:var(--dark);margin:0}
.os-f67c5e-82{font-size:12px;font-weight:500;color:var(--text);display:inline-flex;align-items:center}
.os-f67c5e-83{font-size:12px;color:#767676}
.os-f67c5e-84{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}
.os-f67c5e-85{padding:8px 14px;background:#f5f0e8;color:var(--brand-primary);border:1px solid var(--border);border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;min-height:44px}
.os-f67c5e-85.is-hidden{display:none}
.group-member-row{display:flex;gap:10px;align-items:center;background:#fafaf5;border:1px solid var(--border);border-radius:12px;padding:10px 12px;flex-wrap:wrap}
.group-member-index{font-size:12px;font-weight:700;color:#767676;min-width:20px;min-height:44px;display:inline-flex;align-items:center}
.group-member-input{border:1px solid var(--border);border-radius:10px;padding:11px 14px;font-size:16px;font-family:inherit;min-height:44px;line-height:1.3;background:var(--white)}
.group-member-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(99,102,241,.12)}
.group-member-input:focus-visible{outline:3px solid var(--gold);outline-offset:2px}
.group-member-input:not(.group-member-input-phone){flex:1 1 220px;min-width:0}
.group-member-input-phone{flex:0 1 180px;width:100%;max-width:180px}
@media (max-width: 600px){.group-member-row{align-items:stretch}.group-member-input,.group-member-input-phone{width:100%;max-width:none;flex:1 1 100%}.group-member-remove{margin-left:auto}}
.group-member-remove{background:none;border:none;color:#dc2626;cursor:pointer;font-size:16px;padding:10px;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;align-self:center;border-radius:999px;box-shadow:inset 0 0 0 1px rgba(220,38,38,.18);background:rgba(220,38,38,.06)}
.group-member-remove:hover{background:rgba(220,38,38,.12);box-shadow:inset 0 0 0 1px rgba(220,38,38,.28)}
.group-member-remove:focus-visible{outline:3px solid rgba(220,38,38,.28);outline-offset:2px;background:rgba(220,38,38,.16)}
.os-f67c5e-86{background:linear-gradient(135deg,var(--dark),#2d1111);padding:14px 18px;border-bottom:2px solid var(--gold)}
.os-f67c5e-87{font-size:13px;font-weight:700;color:var(--brand-accent, #c9a95a);letter-spacing:.5px;margin-bottom:2px}
.os-f67c5e-88{font-size:11px;color:#e6d7c9;font-weight:400}
.os-f67c5e-89{font-style:normal}
.os-f67c5e-90{background:linear-gradient(135deg,#1a0707,#2d1111);border-radius:12px;padding:20px 24px;margin-bottom:24px;border-bottom:3px solid #c9a95a;text-align:left}
.os-f67c5e-91{font-size:11px;font-weight:700;color:var(--brand-accent, #c9a95a);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:6px}
.os-f67c5e-92{font-size:13px;color:#c8a888;font-weight:300}
.os-f67c5e-93{font-size:12px;color:#767676;margin-top:3px}
.os-f67c5e-94{display:flex;align-items:center;gap:8px}
.os-f67c5e-95{font-size:18px}
.os-f67c5e-96{font-size:inherit;font-weight:inherit;font-family:inherit;letter-spacing:inherit;text-transform:inherit;margin:0}
.os-f67c5e-97{font-size:20px}
.os-f67c5e-98{text-decoration:none;text-align:center}
.os-f67c5e-99{display:none;margin-top:20px;text-align:center;color:var(--accent);font-size:14px;font-weight:600;text-decoration:none;min-height:44px;align-items:center;justify-content:center}
.os-f67c5e-99.is-visible{display:flex}
.os-f67c5e-108{margin-top:20px}
.os-f67c5e-100{display:none;margin-top:16px}
.os-f67c5e-100.is-visible{display:block}
.group-manage-links-title{font-size:13px;font-weight:700;color:var(--dark);margin-bottom:8px}
.group-manage-link{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;margin-bottom:8px;background:#fff;border:1px solid var(--border);border-radius:10px;text-decoration:none;color:var(--text);font-size:13px}
.group-manage-link-time{color:var(--accent);font-weight:700}
.os-f67c5e-101{display:none;background:#f0f5ff;border:1px solid #b8d0f0;border-radius:10px;padding:16px;margin-top:20px;text-align:center}
.os-f67c5e-102{font-size:14px;font-weight:600;color:#1a3a6a;margin-bottom:6px}
.os-f67c5e-103{font-size:12px;color:#4a6a9a;margin-bottom:12px}
.os-f67c5e-104{display:inline-block;padding:10px 24px;font-size:13px;text-decoration:none;min-height:44px}
.os-f67c5e-105{text-align:center;margin-top:20px}
.os-f67c5e-106{font-size:13px;min-height:44px}
.os-f67c5e-107{text-align:center;margin-top:12px}
.os-f67c5e-108{font-size:13px;color:var(--muted);text-decoration:none;min-height:44px;display:inline-flex;align-items:center}
.waitlist-error{display:none;margin-bottom:12px;padding:10px 12px;border-radius:8px;background:#fef2f2;color:#991b1b;font-size:13px}
.waitlist-error.is-visible{display:block}
.no-slots-card{grid-column:1/-1;text-align:center;padding:20px 0}
.no-slots-icon{font-size:28px;margin-bottom:8px}
.no-slots-title{font-weight:700;margin-bottom:4px}
.no-slots-title-success{color:#16a34a}
.no-slots-text{color:#767676;font-size:13px}
