/* ==========================================================================
   SPA MAMBO — BOOKING OVERLAY FINAL
   ========================================================================== */

.bk-overlay {
  position: fixed; inset: 0; z-index: 9000;
  background: rgba(54,41,23,0.6);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  opacity: 0; pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.16,1,0.3,1);
}
.bk-overlay.is-open { opacity: 1; pointer-events: all; }

.bk-drawer {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9001;
  background: #2D5447;
  border-radius: 28px 28px 0 0;
  height: 94dvh;
  padding-top: env(safe-area-inset-top, 0px);
  display: flex; flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.55s cubic-bezier(0.16,1,0.3,1);
  box-shadow: 0 -24px 80px rgba(0,0,0,0.4);
  overflow: hidden;
}
.bk-overlay.is-open .bk-drawer { transform: translateY(0); }

.bk-handle {
  width: 40px; height: 4px;
  background: rgba(207,179,140,0.3); border-radius: 99px;
  margin: 10px auto 0; flex-shrink: 0;
}

/* ARTIST CONTEXT STRIP */
.bk-artist-ctx {
  display: none;
  align-items: center;
  gap: 14px;
  padding: 14px 24px 16px;
  background: rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(207,179,140,0.15);
  flex-shrink: 0;
}
.bk-artist-ctx.visible { display: flex; }
.bk-artist-ctx__av {
  width: 46px; height: 46px; border-radius: 50%;
  overflow: hidden; flex-shrink: 0;
  background: rgba(207,179,140,0.3);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; color: #fdfaf7;
}
.bk-artist-ctx__av img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center; display: block;
}
.bk-artist-ctx__info { display: flex; flex-direction: column; gap: 2px; }
.bk-artist-ctx__with {
  font-family: 'Jost', sans-serif; font-size: 0.58rem;
  font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: #cfb38c;
}
.bk-artist-ctx__name {
  font-family: 'Cormorant Garamond', serif; font-size: 1.3rem;
  font-weight: 400; color: #fdfaf7; line-height: 1.1;
}
.bk-artist-ctx__role {
  font-family: 'Jost', sans-serif; font-size: 0.72rem;
  font-weight: 300; color: rgba(253,250,247,0.65); letter-spacing: 0.04em;
}

/* HEADER — more breathing room, pills centered */
.bk-header {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 16px 24px 18px;
  flex-shrink: 0;
  position: relative;
}
.bk-header-left {
  display: flex; align-items: center; gap: 14px;
}

/* Pills absolutely centered in header */
.bk-dots {
  position: absolute;
  left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; align-items: center;
}
.bk-dot {
  height: 28px; border-radius: 99px;
  background: rgba(207,179,140,0.18);
  border: 1px solid rgba(207,179,140,0.25);
  display: flex; align-items: center; justify-content: center;
  width: 28px;
  transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
  overflow: hidden;
}
.bk-dot-inner {
  font-family: 'Jost', sans-serif; font-size: 0;
  font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: #2D5447; white-space: nowrap;
  transition: font-size 0.3s ease;
}
.bk-dot.active {
  background: #cfb38c; border-color: #cfb38c;
  width: auto; padding: 0 14px;
}
.bk-dot.active .bk-dot-inner { font-size: 0.6rem; }
.bk-dot.done {
  background: rgba(207,179,140,0.4);
  border-color: rgba(207,179,140,0.5);
}

.bk-back {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid rgba(207,179,140,0.35);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; background: transparent;
  transition: all 0.2s ease;
  opacity: 0; pointer-events: none; flex-shrink: 0;
}
.bk-back.visible { opacity: 1; pointer-events: all; }
.bk-back:hover { background: rgba(207,179,140,0.12); }
.bk-back svg { width: 20px; height: 20px; color: #cfb38c; }

.bk-close {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid rgba(207,179,140,0.35);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; background: transparent;
  transition: all 0.2s ease; flex-shrink: 0;
}
.bk-close:hover { border-color: rgba(207,179,140,0.7); background: rgba(207,179,140,0.1); }
.bk-close svg { width: 18px; height: 18px; color: rgba(253,250,247,0.7); }
.bk-close:hover svg { color: #cfb38c; }

/* SCROLL BODY */
.bk-body {
  flex: 1; overflow-y: auto; overflow-x: hidden;
  -webkit-overflow-scrolling: touch; position: relative;
}
.bk-body::-webkit-scrollbar { display: none; }

/* STEPS */
.bk-steps {
  display: flex; width: 400%;
  transition: transform 0.48s cubic-bezier(0.16,1,0.3,1);
  will-change: transform;
}
.bk-step {
  width: 25%;
  /* Extra top padding so headings never clip under sticky bar */
  padding: 28px 24px 24px;
  flex-shrink: 0;
}

/* TYPOGRAPHY */
.bk-lbl {
  display: block;
  font-family: 'Jost', sans-serif; font-size: 0.65rem;
  font-weight: 700; letter-spacing: 0.32em; text-transform: uppercase;
  color: #cfb38c; margin-bottom: 8px;
}
.bk-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300; color: #fdfaf7;
  font-size: clamp(2.4rem,7vw,3.2rem);
  line-height: 1.05; margin-bottom: 28px;
}

/* SELECTED TIME BAR — fixed in drawer flex, above scroll body */
.bk-sel-bar {
  display: none;
  background: #1A3C34;
  border-bottom: 1px solid rgba(207,179,140,0.25);
  border-top: 1px solid rgba(207,179,140,0.1);
  padding: 13px 24px;
  align-items: center; gap: 10px;
  flex-shrink: 0;
}
.bk-sel-bar.visible { display: flex; }
.bk-sel-dot { width: 8px; height: 8px; border-radius: 50%; background: #cfb38c; flex-shrink: 0; }
.bk-sel-txt {
  font-family: 'Jost', sans-serif; font-size: 0.82rem;
  font-weight: 600; color: #cfb38c; letter-spacing: 0.06em;
}

/* CALENDAR */
.bk-cal-nav {
  display: flex; align-items: center;
  justify-content: space-between; margin-bottom: 22px;
}
.bk-cal-month {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem; font-weight: 400; color: #fdfaf7;
}
.bk-cal-arr {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid rgba(207,179,140,0.35);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; background: transparent; transition: all 0.2s ease;
}
.bk-cal-arr:hover:not(:disabled) { background: rgba(207,179,140,0.15); border-color: rgba(207,179,140,0.7); }
.bk-cal-arr:disabled { opacity: 0.2; cursor: default; }
.bk-cal-arr svg { width: 18px; height: 18px; color: #cfb38c; }

.bk-cal-table { width: 100%; border-collapse: collapse; }
.bk-cal-table th {
  font-family: 'Jost', sans-serif; font-size: 0.68rem;
  font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(207,179,140,0.8); padding-bottom: 14px; text-align: center;
}
.bk-cal-cell { text-align: center; padding: 3px 1px; }
.bk-cal-cell button {
  width: 44px; height: 44px; border-radius: 50%; border: none;
  background: transparent;
  font-family: 'Jost', sans-serif; font-size: 1.05rem; font-weight: 300;
  color: #fdfaf7; cursor: pointer; transition: all 0.2s ease; position: relative;
}
.bk-cal-cell button:hover:not(:disabled) { background: rgba(207,179,140,0.15); }
.bk-cal-cell button.today { color: #cfb38c; font-weight: 600; }
.bk-cal-cell button.today::after {
  content: ''; position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%);
  width: 4px; height: 4px; border-radius: 50%; background: #cfb38c;
}
.bk-cal-cell button.selected { background: #cfb38c; color: #2D5447; font-weight: 700; }
.bk-cal-cell button:disabled { opacity: 0.18; cursor: default; }

/* TIME SLOTS */
.bk-sub {
  font-family: 'Jost', sans-serif; font-size: 0.82rem;
  font-weight: 300; color: rgba(253,250,247,0.55);
  margin-bottom: 20px; line-height: 1.6;
}
.bk-slots { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 24px; }
.bk-slot {
  padding: 16px 8px; border-radius: 99px;
  border: 1.5px solid rgba(207,179,140,0.35);
  background: rgba(253,250,247,0.06);
  font-family: 'Jost', sans-serif; font-size: 0.95rem;
  font-weight: 300; color: #fdfaf7; text-align: center;
  cursor: pointer; transition: all 0.22s ease;
}
.bk-slot:hover { border-color: rgba(207,179,140,0.7); background: rgba(207,179,140,0.12); }
.bk-slot.selected { background: #cfb38c; border-color: #cfb38c; color: #2D5447; font-weight: 700; }
.bk-next-date {
  display: block;
  margin: 6px auto 0;
  padding: 11px 18px;
  border-radius: 99px;
  border: 1px solid rgba(207,179,140,0.36);
  background: rgba(207,179,140,0.1);
  color: #cfb38c;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  cursor: pointer;
}
.bk-next-date:disabled { opacity: 0.7; cursor: default; }
.bk-empty-actions {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.bk-alt-artists {
  display: block;
  margin: 0 auto;
  padding: 11px 18px;
  border-radius: 99px;
  border: 1px solid rgba(207,179,140,0.28);
  background: rgba(253,250,247,0.06);
  color: rgba(253,250,247,0.88);
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

/* COMPACT ARTIST ROWS (in-place swap after time selection) */
.bk-arow {
  display: flex; align-items: center; gap: 14px;
  background: rgba(253,250,247,0.08);
  border: 1.5px solid rgba(207,179,140,0.28);
  border-radius: 14px; padding: 12px 14px;
  margin-bottom: 10px;
  transition: border-color 0.18s ease, background 0.18s ease;
}
.bk-arow:hover { border-color: rgba(207,179,140,0.5); background: rgba(253,250,247,0.12); }
.bk-arow__av {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: rgba(207,179,140,0.2);
  border: 1.5px solid rgba(207,179,140,0.35);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem; color: #cfb38c; overflow: hidden;
}
.bk-arow__av img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.bk-arow__info { flex: 1; min-width: 0; }
.bk-arow__name {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; font-weight: 400; color: #fdfaf7; line-height: 1.2;
}
.bk-arow__role {
  display: block; margin-top: 2px;
  font-family: 'Jost', sans-serif; font-size: 0.68rem;
  font-weight: 300; color: rgba(207,179,140,0.8); letter-spacing: 0.04em;
}
.bk-arow__about {
  display: inline-block; margin-top: 4px;
  background: transparent; border: none; padding: 0;
  font-family: 'Jost', sans-serif; font-size: 0.65rem;
  font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(207,179,140,0.75); cursor: pointer;
  text-decoration: underline; text-underline-offset: 3px;
  text-decoration-color: rgba(207,179,140,0.25);
  transition: color 0.15s ease;
}
.bk-arow__about:hover { color: #cfb38c; }
.bk-arow__select {
  flex-shrink: 0;
  padding: 9px 18px; border-radius: 99px; border: none;
  background: #cfb38c; color: #2D5447;
  font-family: 'Jost', sans-serif; font-size: 0.68rem;
  font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  cursor: pointer; transition: background 0.2s ease;
}
.bk-arow__select:hover { background: #d9c4a0; }

/* LOADING */
.bk-loading {
  display: flex; align-items: center; gap: 12px; padding: 32px 0;
  font-family: 'Jost', sans-serif; font-size: 0.82rem;
  font-weight: 300; color: rgba(207,179,140,0.5);
}
.bk-spin {
  width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid rgba(207,179,140,0.2); border-top-color: #cfb38c;
  animation: bkSpin 0.85s linear infinite;
}
@keyframes bkSpin { to { transform: rotate(360deg); } }
.bk-empty {
  font-family: 'Jost', sans-serif; font-size: 0.88rem;
  font-weight: 300; color: rgba(207,179,140,0.5);
  padding: 32px 0; text-align: center; line-height: 1.9;
}

/* DETAILS FORM */
.bk-summary {
  background: rgba(253,250,247,0.08);
  border: 1.5px solid rgba(207,179,140,0.25);
  border-radius: 16px; padding: 18px 20px; margin-bottom: 20px;
}
.bk-srow { display: flex; justify-content: space-between; align-items: flex-start; padding: 7px 0; }
.bk-srow + .bk-srow { border-top: 1px solid rgba(207,179,140,0.12); padding-top: 11px; margin-top: 4px; }
.bk-sk {
  font-family: 'Jost', sans-serif; font-size: 0.62rem;
  font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(207,179,140,0.75); padding-top: 2px;
}
.bk-sv {
  font-family: 'Jost', sans-serif; font-size: 0.9rem;
  font-weight: 300; color: #fdfaf7; text-align: right; line-height: 1.5;
}
.bk-form { display: flex; flex-direction: column; gap: 12px; }
.bk-input {
  width: 100%; padding: 17px 18px; border-radius: 13px;
  border: 2px solid rgba(207,179,140,0.3);
  background: rgba(253,250,247,0.95);
  font-family: 'Jost', sans-serif; font-size: 1rem;
  font-weight: 400; color: #362917; outline: none;
  transition: all 0.2s ease; -webkit-appearance: none;
}
.bk-input::placeholder { color: rgba(54,41,23,0.4); font-weight: 300; }
.bk-input:focus { border-color: #cfb38c; background: #fdfaf7; box-shadow: 0 0 0 3px rgba(207,179,140,0.2); }
.bk-input.error { border-color: rgba(220,80,80,0.7); }
.bk-btn-book {
  width: 100%; padding: 18px; border-radius: 99px; border: none;
  background: #cfb38c; color: #2D5447;
  font-family: 'Jost', sans-serif; font-size: 0.76rem;
  font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  cursor: pointer; transition: all 0.3s ease; margin-top: 10px;
}
.bk-btn-book:hover:not(:disabled) { background: #d9c4a0; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(207,179,140,0.3); }
.bk-btn-book:disabled { opacity: 0.38; cursor: default; }

/* CONFIRMATION */
.bk-confirmed {
  display: flex; flex-direction: column;
  align-items: center; text-align: center; padding: 52px 24px 48px;
}
.bk-check {
  width: 68px; height: 68px; border-radius: 50%;
  border: 2px solid #cfb38c; background: rgba(207,179,140,0.1);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px; animation: bkPop 0.55s cubic-bezier(0.16,1,0.3,1);
}
@keyframes bkPop { from { transform: scale(0.3); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.bk-check svg {
  width: 28px; height: 28px; color: #cfb38c;
  stroke-dasharray: 60; stroke-dashoffset: 60;
  animation: bkDraw 0.7s ease 0.4s forwards;
}
@keyframes bkDraw { to { stroke-dashoffset: 0; } }
.bk-conf-h {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: clamp(2.4rem,7vw,3.2rem); color: #fdfaf7; margin-bottom: 8px;
}
.bk-conf-sub {
  font-family: 'Jost', sans-serif; font-size: 0.84rem;
  font-weight: 300; color: rgba(207,179,140,0.7);
  margin-bottom: 32px; line-height: 1.85;
}
.bk-conf-sub strong { color: #cfb38c; font-weight: 400; }
.bk-conf-box {
  width: 100%; background: rgba(253,250,247,0.06);
  border: 1.5px solid rgba(207,179,140,0.18);
  border-radius: 16px; padding: 20px; margin-bottom: 24px; text-align: left;
}
.bk-crow { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid rgba(207,179,140,0.08); }
.bk-crow:last-child { border-bottom: none; }
.bk-ck { font-family: 'Jost', sans-serif; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(207,179,140,0.5); }
.bk-cv { font-family: 'Jost', sans-serif; font-size: 0.84rem; font-weight: 300; color: #fdfaf7; text-align: right; }
.bk-btn-done {
  width: 100%; padding: 16px; border-radius: 99px;
  border: 1.5px solid rgba(207,179,140,0.3); background: transparent;
  font-family: 'Jost', sans-serif; font-size: 0.72rem;
  font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(207,179,140,0.65); cursor: pointer; transition: all 0.2s ease;
}
.bk-btn-done:hover { color: #cfb38c; border-color: rgba(207,179,140,0.6); }

/* ACCOUNT CREATION PROMPT (post-confirmation) */
.bk-acct-prompt {
  width: 100%; margin-top: 24px; padding-top: 24px;
  border-top: 1px solid rgba(207,179,140,0.15);
  display: flex; flex-direction: column; align-items: center; gap: 0;
}
.bk-acct-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 300;
  color: #fdfaf7; margin: 0 0 6px; line-height: 1.2;
}
.bk-acct-sub {
  font-family: 'Jost', sans-serif; font-size: 0.78rem;
  font-weight: 300; color: rgba(207,179,140,0.65);
  line-height: 1.75; margin: 0 0 16px; text-align: center;
}
.bk-acct-msg {
  font-family: 'Jost', sans-serif; font-size: 0.8rem;
  font-weight: 400; color: rgba(207,179,140,0.9);
  text-align: center; min-height: 0; margin-top: 10px;
  line-height: 1.6;
}

/* BIO SHEET */
.bk-bio-sheet {
  position: absolute; inset: 0; z-index: 10;
  background: rgba(26,60,52,0.75);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease; border-radius: 28px 28px 0 0;
}
.bk-bio-sheet.open { opacity: 1; pointer-events: all; }
.bk-bio-panel {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: #1A3C34; border-radius: 24px 24px 0 0; padding-bottom: 36px;
  transform: translateY(100%);
  transition: transform 0.48s cubic-bezier(0.16,1,0.3,1);
  max-height: 88%; overflow-y: auto;
}
.bk-bio-panel::-webkit-scrollbar { display: none; }
.bk-bio-sheet.open .bk-bio-panel { transform: translateY(0); }
.bk-bio-handle { width: 36px; height: 4px; background: rgba(207,179,140,0.2); border-radius: 99px; margin: 14px auto 0; }
.bk-bio-hdr { display: flex; justify-content: flex-end; padding: 16px 22px 0; }
.bk-bio-x {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid rgba(207,179,140,0.3);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; background: transparent; transition: all 0.2s ease;
}
.bk-bio-x svg { width: 18px; height: 18px; color: rgba(207,179,140,0.7); }
.bk-bio-x:hover svg { color: #cfb38c; }
.bk-bio-body { padding: 20px 24px 0; }
.bk-bio-av {
  width: 100px; height: 130px; border-radius: 16px;
  background: rgba(207,179,140,0.15); border: 2px solid rgba(207,179,140,0.35);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: #cfb38c;
  margin-bottom: 20px; overflow: hidden;
}
.bk-bio-av img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.bk-bio-name { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: 2.2rem; color: #fdfaf7; margin-bottom: 5px; }
.bk-bio-role { font-family: 'Jost', sans-serif; font-size: 0.82rem; font-weight: 300; color: rgba(207,179,140,0.75); letter-spacing: 0.06em; margin-bottom: 18px; }
.bk-bio-text { font-family: 'Jost', sans-serif; font-size: 0.95rem; font-weight: 300; color: rgba(253,250,247,0.7); line-height: 1.95; margin-bottom: 22px; }
.bk-bio-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.bk-bio-tag { padding: 5px 12px; border-radius: 99px; border: 1px solid rgba(207,179,140,0.3); font-family: 'Jost', sans-serif; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(207,179,140,0.75); }
.bk-bio-cta {
  width: 100%; padding: 17px; border-radius: 99px; border: none;
  background: #cfb38c; color: #2D5447;
  font-family: 'Jost', sans-serif; font-size: 0.76rem;
  font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  cursor: pointer; transition: all 0.3s ease;
}
.bk-bio-cta:hover { background: #d9c4a0; }

/* ── CART (selected services summary) ── */
.bk-cart {
  background: rgba(253,250,247,0.12);
  border: 1.5px solid rgba(207,179,140,0.4);
  border-radius: 18px; padding: 6px 0; margin-bottom: 20px;
}
.bk-cart-item {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(207,179,140,0.1);
}
.bk-cart-item:last-of-type { border-bottom: none; }
.bk-cart-item__info { flex: 1; min-width: 0; }
.bk-cart-item__name {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; font-weight: 400; color: #fdfaf7; line-height: 1.2;
}
.bk-cart-item__meta {
  display: block; margin-top: 2px;
  font-family: 'Jost', sans-serif; font-size: 0.72rem;
  font-weight: 300; color: rgba(207,179,140,0.85);
}
.bk-cart-item__remove {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  border: 1px solid rgba(207,179,140,0.25); background: transparent;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all 0.2s ease;
  color: rgba(207,179,140,0.5);
}
.bk-cart-item__remove svg { width: 14px; height: 14px; }
.bk-cart-item__remove:hover { border-color: rgba(207,179,140,0.6); color: #cfb38c; }
.bk-cart-total {
  padding: 10px 16px 4px;
  font-family: 'Jost', sans-serif; font-size: 0.72rem;
  font-weight: 600; letter-spacing: 0.08em; color: #cfb38c;
  border-top: 1px solid rgba(207,179,140,0.15);
}

/* ── DIVIDER between cart and browser ── */
.bk-add-divider {
  display: flex; align-items: center; gap: 12px; margin: 22px 0 18px;
}
.bk-add-divider::before,
.bk-add-divider::after {
  content: ''; flex: 1;
  height: 1px; background: rgba(207,179,140,0.15);
}
.bk-add-divider span {
  font-family: 'Jost', sans-serif; font-size: 0.62rem;
  font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(207,179,140,0.5); white-space: nowrap;
}

/* ── CATEGORY TABS ── */
.bk-cat-tabs {
  display: flex; gap: 8px; overflow-x: auto;
  padding-bottom: 4px; padding-right: 32px; margin-bottom: 16px;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
  -webkit-mask-image: linear-gradient(to right, black calc(100% - 32px), transparent 100%);
  mask-image: linear-gradient(to right, black calc(100% - 32px), transparent 100%);
}
.bk-cat-tabs.scrolled {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 32px, black calc(100% - 32px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 32px, black calc(100% - 32px), transparent 100%);
}
.bk-cat-tabs::-webkit-scrollbar { display: none; }
.bk-cat-tab {
  flex-shrink: 0; padding: 7px 16px; border-radius: 99px;
  border: 1.5px solid rgba(207,179,140,0.35);
  background: transparent;
  font-family: 'Jost', sans-serif; font-size: 0.72rem;
  font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(207,179,140,0.8); cursor: pointer;
  transition: all 0.18s ease;
}
.bk-cat-tab:hover  { border-color: rgba(207,179,140,0.5); color: rgba(207,179,140,0.9); }
.bk-cat-tab.active { background: rgba(207,179,140,0.15); border-color: #cfb38c; color: #cfb38c; }

/* ── SERVICE ROWS (compact browse list) ── */
.bk-svc-rows { display: flex; flex-direction: column; gap: 8px; }
.bk-svc-row {
  display: flex; align-items: center; gap: 14px;
  background: rgba(253,250,247,0.1);
  border: 1.5px solid rgba(207,179,140,0.3);
  border-radius: 14px; padding: 14px 14px 14px 16px;
  cursor: pointer; transition: border-color 0.18s ease, background 0.18s ease;
}
.bk-svc-row:hover  { border-color: rgba(207,179,140,0.55); background: rgba(253,250,247,0.14); }
.bk-svc-row.selected { border-color: #cfb38c; background: rgba(207,179,140,0.15); }
.bk-svc-row__info { flex: 1; min-width: 0; }
.bk-svc-row__name {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-weight: 400; color: #fdfaf7; line-height: 1.2;
  margin-bottom: 3px;
}
.bk-svc-row__meta {
  display: block;
  font-family: 'Jost', sans-serif; font-size: 0.7rem;
  font-weight: 400; color: rgba(207,179,140,0.9);
}
.bk-sig-lbl {
  display: inline-block; margin-bottom: 6px;
  padding: 3px 10px; border-radius: 99px;
  background: #cfb38c;
  font-family: 'Jost', sans-serif; font-size: 0.55rem;
  font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: #2D5447;
}
.bk-svc-row__details {
  display: inline-block; margin-top: 6px;
  background: transparent; border: none; padding: 0;
  font-family: 'Jost', sans-serif; font-size: 0.65rem;
  font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(207,179,140,0.75); cursor: pointer;
  text-decoration: underline; text-underline-offset: 3px;
  text-decoration-color: rgba(207,179,140,0.25);
  transition: color 0.15s ease;
}
.bk-svc-row__details:hover { color: #cfb38c; }
.bk-svc-row__toggle {
  width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
  border: 1.5px solid rgba(207,179,140,0.35); background: transparent;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 1.1rem; color: rgba(207,179,140,0.6);
  transition: all 0.18s ease;
}
.bk-svc-row__toggle svg { width: 15px; height: 15px; }
.bk-svc-row__toggle:hover { border-color: rgba(207,179,140,0.6); color: #cfb38c; }
.bk-svc-row__toggle.on { background: #cfb38c; border-color: #cfb38c; color: #2D5447; }

/* ── CONTINUE CTA in sel-bar ── */
.bk-sel-bar { justify-content: flex-start; }
.bk-sel-cta {
  margin-left: auto; display: none; align-items: center; gap: 4px;
  padding: 8px 14px; border-radius: 99px;
  background: #cfb38c; color: #2D5447; border: none;
  font-family: 'Jost', sans-serif; font-size: 0.7rem;
  font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  cursor: pointer; transition: background 0.2s ease; flex-shrink: 0;
}
.bk-sel-cta svg { width: 14px; height: 14px; }
.bk-sel-cta:hover { background: #d9c4a0; }

@media (max-width: 390px) {
  .bk-step { padding: 22px 18px 20px; }
  .bk-header { padding: 14px 18px 14px; }
  .bk-cal-cell button { width: 40px; height: 40px; }
}

/* ── EMBEDDED PAYMENT ELEMENT ── */
#bk-payment-area {
  margin-top: 24px;
}
.bk-pay-head {
  font-family: 'Jost', sans-serif; font-size: 0.65rem;
  font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(207,179,140,0.75); margin-bottom: 10px;
}
.bk-pay-amount-line {
  font-family: 'Jost', sans-serif; font-size: 0.85rem;
  color: rgba(253,250,247,0.75); margin-bottom: 18px;
  letter-spacing: 0.01em;
}
.bk-pay-amount-line strong { color: #cfb38c; font-weight: 600; }
#bk-stripe-element {
  min-height: 80px;
  margin-bottom: 16px;
}
