/* ===== Public Book page — profile header + services + reviews (theme-aware) ===== */
.site .book-wrap { max-width: 1080px; margin: 0 auto; padding: 70px 48px 80px; width: 100%; }

/* header */
.site .book-head { display: flex; align-items: center; gap: 76px; flex-wrap: wrap; }
.site .book-photo {
  width: 150px; height: 150px; border-radius: 50%; flex: 0 0 150px; object-fit: cover;
  border: 1px solid var(--rail-line); box-shadow: 0 18px 40px -22px var(--shadow); background: var(--surface);
}
.site .book-photo-fallback {
  width: 150px; height: 150px; border-radius: 50%; flex: 0 0 150px; display: grid; place-items: center;
  background: var(--accent); color: #fff; font-weight: 800; font-size: 46px;
}
.site .book-intro { flex: 1; min-width: 280px; text-align: left; }
.site .book-intro h1 { font-size: clamp(28px, 4vw, 38px); font-weight: 800; letter-spacing: -.6px; color: var(--ink); }
.site .book-intro .desc { color: var(--muted); font-weight: 500; font-size: 16px; line-height: 1.7; margin: 14px 0 18px 0; max-width: none; }
.site .book-contact { display: flex; gap: 10px; margin-top: 18px; justify-content: flex-start; }
.site .book-contact-btn {
  display: inline-flex; align-items: center; gap: 9px; padding: 10px 20px; border-radius: 0;
  background: var(--accent); color: #fff; font-weight: 700; font-size: 14px; text-decoration: none;
  box-shadow: 0 10px 24px -12px var(--accent); transition: filter .15s, transform .12s;
}
.site .book-contact-btn svg { width: 16px; height: 16px; }
.site .book-contact-btn:hover { filter: brightness(1.06); transform: translateY(-1px); }

.site .book-divider { height: 1px; background: var(--rail-line); margin: 40px 0 34px; }

/* services */
.site .svc-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 26px; flex-wrap: wrap; }
.site .svc-top h2 { font-size: 26px; font-weight: 800; letter-spacing: -.4px; color: var(--ink); }
.site .svc-search {
  display: flex; align-items: center; gap: 10px; flex: 0 0 320px; max-width: 100%;
  background: var(--input-bg); border: 1px solid var(--rail-line); border-radius: 12px; padding: 0 14px; height: 46px; color: var(--muted);
}
.site .svc-search:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.site .svc-search input { flex: 1; border: none; outline: none; background: none; font-family: inherit; font-size: 14px; font-weight: 600; color: var(--ink); }
.site .svc-search input::placeholder { color: var(--faint); }

.site .svc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.site .svc-card {
  display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--rail-line);
  border-radius: 0; overflow: hidden; box-shadow: 0 14px 36px -30px var(--shadow); transition: transform .25s, box-shadow .25s;
}
.site .svc-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -34px var(--shadow); }
.site .svc-banner {
  min-height: 160px; padding: 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #fff; position: relative;
}
.site .svc-banner svg { width: 52px; height: 52px; flex: 0 0 52px; opacity: .95; }
.site .svc-banner .svc-name { font-size: 19px; font-weight: 800; line-height: 1.2; text-transform: uppercase; text-align: right; letter-spacing: .3px; }
.site .svc-card { cursor: pointer; }
.site .svc-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.site .svc-when { font-size: 12.5px; font-weight: 700; color: var(--muted); }
.site .svc-title { font-size: 15px; font-weight: 800; color: var(--ink); line-height: 1.35; }
.site .svc-card-desc { font-size: 14px; line-height: 1.6; font-weight: 500; color: var(--ink); opacity: .72; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* ===== service detail page (two-column: content + sidebar) ===== */
.site .svc-detail-title { font-size: clamp(24px, 3.4vw, 34px); font-weight: 800; letter-spacing: -.5px; color: var(--ink); line-height: 1.12; margin: 4px 0 22px; }
.site .svc-detail-grid { display: grid; grid-template-columns: 1fr 300px; gap: 36px; align-items: start; }
.site .svc-detail-main { min-width: 0; }
.site .svc-detail-img { display: block; width: 100%; height: auto; border-radius: 14px; border: 1px solid var(--rail-line); }
.site .svc-detail-img.fallback { aspect-ratio: 16/10; padding: 24px; }
.site .svc-sec-h { font-size: 18px; font-weight: 800; color: var(--ink); margin: 30px 0 14px; }
.site .svc-detail-desc { font-size: 16px; line-height: 1.8; color: var(--muted); }
.site .svc-detail-desc p { margin: 0 0 16px; }
.site .svc-detail-desc p:last-child { margin-bottom: 0; }
.site .svc-detail-loc { font-size: 15px; color: var(--muted); font-weight: 500; }

.site .svc-detail-side { position: sticky; top: 24px; display: flex; flex-direction: column; }
.site .svc-book-lg { width: 100%; justify-content: center; text-align: center; font-size: 15px; padding: 15px; border-radius: 0; background: var(--accent); box-shadow: none; }
.site .svc-book-lg:hover { filter: brightness(1.06); }
/* Duration selector on the service detail page (above Book Now) */
.site .svc-dur-lbl { font-size: 13px; font-weight: 700; color: var(--muted); margin-bottom: 8px; letter-spacing: .2px; }
.site .svc-dur-select { width: 100%; margin-bottom: 14px; padding: 13px 14px; border-radius: 0; border: 1px solid var(--rail-line); background: var(--surface); color: var(--ink); font-family: inherit; font-size: 15px; font-weight: 700; cursor: pointer; outline: none; }
.site .svc-dur-select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
/* Service facts panel (price / billing / duration / delivery) */
.site .svc-facts { border: 1px solid var(--rail-line); background: var(--surface); padding: 2px 16px; margin-bottom: 14px; }
.site .svc-fact { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--rail-line); }
.site .svc-fact:last-child { border-bottom: none; }
.site .svc-fact > span { font-size: 13px; font-weight: 600; color: var(--muted); }
.site .svc-fact > b { font-size: 14.5px; font-weight: 800; color: var(--ink); text-align: right; }
.site .svc-side-label { font-weight: 800; color: var(--ink); font-size: 15px; margin: 24px 0 12px; }
.site .svc-side-btn { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; padding: 13px; border-radius: 0; border: 1px solid var(--rail-line); background: var(--surface); color: var(--accent); font-family: inherit; font-weight: 700; font-size: 14px; cursor: pointer; margin-bottom: 12px; text-decoration: none; }
.site .svc-side-btn:hover { border-color: var(--accent); background: var(--accent-soft); }
.site .svc-side-btn svg { width: 16px; height: 16px; flex: 0 0 16px; }

.site .svc-detail-reviews { margin-top: 40px; }

@media (max-width: 880px) {
  .site .svc-detail-grid { grid-template-columns: 1fr; gap: 28px; }
  .site .svc-detail-side { position: static; }
}
.site .svc-foot { margin-top: auto; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.site .svc-pricing { display: flex; align-items: baseline; gap: 7px; flex-wrap: wrap; min-width: 0; }
.site .svc-price { font-size: 19px; font-weight: 800; color: var(--ink); }
.site .svc-price-unit { font-size: 12px; font-weight: 500; color: var(--muted); white-space: nowrap; }
.site .svc-book {
  border: none; cursor: pointer; font-family: inherit; font-weight: 800; font-size: 13.5px; color: #fff; padding: 10px 22px; border-radius: 0;
  background: var(--accent); box-shadow: 0 10px 24px -12px var(--accent);
}
.site .svc-book:hover { filter: brightness(1.06); }

/* reviews */
.site .book-reviews-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 54px 0 24px; flex-wrap: wrap; }
.site .book-reviews-bar .rv-left { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.site .book-reviews-bar h2 { font-size: 26px; font-weight: 800; letter-spacing: -.4px; color: var(--ink); }
.site .rv-stars { display: inline-flex; gap: 3px; }
.site .rv-stars svg { width: 22px; height: 22px; }
.site .rv-stars .on { color: var(--amber, #f6b100); }
.site .rv-stars .off { color: var(--rail-line); }
.site .rv-count { color: var(--muted); font-weight: 600; font-size: 14px; }
/* actions: prev/next arrows + ghost "Post A Review" button */
.site .rv-actions { display: flex; align-items: center; gap: 12px; }
.site .rv-nav { display: flex; gap: 8px; }
.site .rv-arrow {
  width: 40px; height: 40px; border: 1px solid var(--rail-line); cursor: pointer; border-radius: 0;
  background: var(--surface); color: var(--accent); display: grid; place-items: center; transition: border-color .15s, background .15s, transform .12s;
}
.site .rv-arrow:hover { border-color: var(--accent); background: var(--accent-soft); }
.site .rv-arrow:active { transform: scale(.92); }
.site .rv-post-btn {
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer; font-family: inherit; font-weight: 800; font-size: 14px;
  color: var(--accent); padding: 11px 22px; border-radius: 0; background: var(--surface); border: 1px solid var(--rail-line);
  transition: border-color .15s, background .15s;
}
.site .rv-post-btn svg { width: 16px; height: 16px; flex: 0 0 16px; }
.site .rv-post-btn:hover { border-color: var(--accent); background: var(--accent-soft); }

/* reviews — wide, sharp-cornered cards in a horizontal scroller */
.site .rv-list {
  display: flex; gap: 20px; overflow-x: auto; padding-bottom: 6px;
  scroll-snap-type: x proximity; scroll-behavior: smooth; cursor: grab; user-select: none;
  scrollbar-width: none; -ms-overflow-style: none;
}
.site .rv-list::-webkit-scrollbar { display: none; }
.site .rv-list.grabbing { cursor: grabbing; scroll-behavior: auto; }
.site .rv-card { flex: 0 0 460px; max-width: 88%; scroll-snap-align: start; background: var(--surface); border: 1px solid var(--rail-line); border-radius: 0; padding: 22px 24px; box-shadow: none; }
.site .rv-card-top { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.site .rv-av { width: 42px; height: 42px; border-radius: 50%; flex: 0 0 42px; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 14px; }
.site .rv-who { flex: 1; min-width: 0; }
.site .rv-who b { font-size: 14.5px; font-weight: 800; color: var(--ink); display: block; line-height: 1.3; }
.site .rv-who small { font-size: 12.5px; color: var(--muted); font-weight: 600; }
.site .rv-rating {
  display: inline-flex; align-items: center; gap: 4px; flex: 0 0 auto;
  background: var(--surface); border: 1px solid var(--rail-line); color: var(--accent); font-weight: 800; font-size: 12.5px;
  padding: 5px 10px; border-radius: 8px;
}
.site .rv-rating svg { width: 12px; height: 12px; }
.site .rv-card p { color: var(--muted); font-size: 14.5px; line-height: 1.65; margin: 0; }
.site .rv-empty { color: var(--muted); font-weight: 600; padding: 10px 0 30px; }

/* modal (booking + review forms) */
.site-modal { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(8,10,15,.55); backdrop-filter: blur(3px); }
.site-modal.open { display: flex; }
.site-modal-box { width: min(460px, 100%); background: var(--surface, #fff); border: 1px solid var(--rail-line); border-radius: 18px; box-shadow: 0 40px 90px -30px rgba(0,0,0,.6); overflow: hidden; }
.site-modal-head { padding: 22px 24px 6px; }
.site-modal-head h3 { font-size: 20px; font-weight: 800; color: var(--ink); letter-spacing: -.3px; }
.site-modal-head p { color: var(--muted); font-size: 13.5px; font-weight: 600; margin-top: 4px; }
.site-modal-body { padding: 16px 24px 8px; display: flex; flex-direction: column; gap: 14px; }
.site-modal-body label { display: block; font-size: 12px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.site-modal-body input, .site-modal-body textarea, .site-modal-body select {
  width: 100%; padding: 12px 14px; border-radius: 11px; border: 1px solid var(--rail-line); background: var(--input-bg);
  color: var(--ink); font-family: inherit; font-size: 14.5px; font-weight: 600; outline: none;
}
.site-modal-body input:focus, .site-modal-body textarea:focus, .site-modal-body select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.site-modal-body textarea { resize: vertical; min-height: 92px; line-height: 1.5; }
.site-rate { display: inline-flex; gap: 4px; }
.site-rate svg { width: 28px; height: 28px; cursor: pointer; color: var(--rail-line); }
.site-rate svg.on { color: var(--amber, #f6b100); }
.site-modal-foot { padding: 14px 24px 22px; display: flex; gap: 12px; }
.site-modal-foot button { flex: 1; padding: 13px; border-radius: 0; cursor: pointer; font-family: inherit; font-weight: 800; font-size: 14px; border: 1px solid var(--rail-line); }
.site-modal-foot .ghost { background: transparent; color: var(--muted); }
.site-modal-foot .primary { border-color: transparent; color: #fff; background: var(--accent); }
.site-modal-status { padding: 0 24px; min-height: 18px; font-size: 13px; font-weight: 700; color: var(--accent); }

@media (max-width: 980px) { .site .svc-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } .site .rv-list { grid-template-columns: 1fr; } }
@media (max-width: 780px) {
  .site .book-wrap { padding: 46px 20px 60px; }
  .site .svc-grid { grid-template-columns: 1fr; }
  .site .svc-search { flex: 1 1 100%; }
  /* elegant centered header on phones */
  .site .book-head { flex-direction: column; align-items: center; text-align: center; gap: 16px; }
  .site .book-photo, .site .book-photo-fallback { width: 112px; height: 112px; flex: 0 0 112px; }
  .site .book-intro { text-align: center; min-width: 0; }
  .site .book-intro h1 { font-size: 26px; }
  .site .book-intro .desc { margin: 12px auto 16px; }
  .site .book-contact { justify-content: center; margin-top: 4px; }
  .site .book-reviews-bar { gap: 14px; margin: 40px 0 20px; }
  .site .book-reviews-bar .rv-left { gap: 12px; }
  .site .book-reviews-bar h2 { font-size: 22px; }
  .site .rv-actions { flex-wrap: wrap; }
  .site .rv-card { flex-basis: 86%; padding: 20px; }
  .site .svc-top { flex-direction: column; align-items: stretch; gap: 14px; }
  .site .svc-top h2 { font-size: 22px; }
  .site .svc-detail-grid { grid-template-columns: 1fr; gap: 24px; }
  .site .svc-detail-side { position: static; }
  .site .book-wrap { padding: 60px 18px 60px; }
}
/* ===== Phones — elegant single-column Book page ===== */
@media (max-width: 600px) {
  .site .book-wrap { padding: 66px 16px 56px; overflow-x: clip; }

  /* Header: centered profile card */
  .site .book-head { flex-direction: column; align-items: center; text-align: center; gap: 16px; }
  .site .book-photo, .site .book-photo-fallback {
    width: 108px; height: 108px; flex: 0 0 108px;
    box-shadow: 0 14px 34px -16px var(--shadow);
  }
  .site .book-photo-fallback { font-size: 38px; }
  .site .book-intro { text-align: center; min-width: 0; width: 100%; }
  .site .book-intro h1 { font-size: 24px; letter-spacing: -.4px; line-height: 1.2; }
  .site .book-intro .desc { font-size: 14.5px; line-height: 1.72; margin: 12px auto 18px; }
  .site .book-contact { justify-content: center; margin-top: 2px; }
  .site .book-contact-btn { padding: 12px 26px; font-size: 14.5px; }

  .site .book-divider { margin: 28px 0 24px; }

  /* Services: full-width cards */
  .site .svc-top { flex-direction: column; align-items: stretch; gap: 12px; margin-bottom: 18px; }
  .site .svc-top h2 { font-size: 21px; }
  .site .svc-grid { grid-template-columns: 1fr; gap: 18px; }
  .site .svc-card, .site .svc-body { min-width: 0; }              /* never blow out the grid */
  .site .svc-name, .site .svc-title { overflow-wrap: anywhere; }  /* long words wrap, never overflow */
  .site .svc-banner { min-height: 118px; padding: 18px 20px; }
  .site .svc-banner svg { width: 40px; height: 40px; flex: 0 0 40px; }
  .site .svc-banner .svc-name { font-size: 16.5px; }
  .site .svc-body { padding: 15px 18px 18px; }
  .site .svc-title { font-size: 15.5px; }
  .site .svc-foot { padding-top: 14px; }
  .site .svc-price { font-size: 17px; }
  .site .svc-book { padding: 10px 22px; font-size: 13px; }

  /* Reviews: stacked header + swipeable cards (next card peeks) */
  .site .book-reviews-bar { flex-direction: column; align-items: stretch; gap: 15px; margin: 38px 0 18px; }
  .site .book-reviews-bar .rv-left { gap: 10px; }
  .site .book-reviews-bar h2 { font-size: 21px; }
  .site .rv-actions { width: 100%; justify-content: space-between; }
  .site .rv-post-btn { flex: 1; justify-content: center; }
  .site .rv-list { gap: 14px; }
  .site .rv-card { flex: 0 0 86%; max-width: 86%; padding: 18px 20px; }

  /* Service detail page */
  .site .svc-detail-title { font-size: 24px; }
  .site .svc-sec-h { font-size: 16.5px; margin: 24px 0 12px; }
  .site .svc-detail-desc { font-size: 15px; line-height: 1.75; }
}
/* very small phones */
@media (max-width: 380px) {
  .site .book-intro h1 { font-size: 22px; }
  .site .svc-banner .svc-name { font-size: 15px; }
  .site .book-contact-btn { width: 100%; justify-content: center; }
}

/* ==================== Multi-step booking flow ==================== */
/* Every control in the booking area inherits the site font (Nunito) — browsers
   otherwise default buttons/inputs/selects to Arial. */
.site .book-wrap button,
.site .book-wrap input,
.site .book-wrap select,
.site .book-wrap textarea { font-family: inherit; }

.site .book-wrap.bk-flow {
  display: grid; grid-template-columns: minmax(0, 1fr) 372px; column-gap: 0; row-gap: 8px; align-items: start;
}
.site .bk-main { min-width: 0; padding-right: 56px; }

/* progress stepper */
.site .bk-steps { grid-column: 1 / -1; display: flex; align-items: center; gap: 10px; margin-bottom: 34px; }
.site .bk-step { display: inline-flex; align-items: center; gap: 10px; }
.site .bk-step-n {
  flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  font-size: 13px; font-weight: 800; border: 1.5px solid var(--rail-line); color: var(--muted); background: var(--surface);
  transition: background .2s, border-color .2s, color .2s;
}
.site .bk-step-n svg { width: 15px; height: 15px; }
.site .bk-step-l { font-size: 13.5px; font-weight: 700; color: var(--muted); white-space: nowrap; }
.site .bk-step.on .bk-step-n { background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 6px 16px -6px var(--accent); }
.site .bk-step.on .bk-step-l { color: var(--ink); }
.site .bk-step.done .bk-step-n { background: var(--accent-soft); border-color: var(--accent); color: var(--accent); }
.site .bk-step.done .bk-step-l { color: var(--ink); }
.site .bk-steps-line { flex: 1; height: 2px; min-width: 18px; border-radius: 2px; background: var(--rail-line); }
.site .bk-steps-line.fill { background: var(--accent); }
.site .bk-title {
  display: flex; align-items: center; gap: 12px; white-space: nowrap;
  font-size: clamp(20px, 2.3vw, 26px); font-weight: 800; letter-spacing: -.5px; color: var(--ink); margin-bottom: 26px;
}
.site .bk-back {
  flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center;
  border: 1px solid var(--rail-line); border-radius: 12px; background: var(--surface); color: var(--ink);
  cursor: pointer; transition: border-color .18s, color .18s, background .18s;
}
.site .bk-back:hover { color: var(--accent); border-color: var(--accent); background: var(--accent-soft); }
.site .bk-back svg { width: 20px; height: 20px; }
.site .bk-field-label { font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 16px; }
.site .bk-req { color: #f8285a; }
.site .bk-dur-select {
  width: 100%; max-width: 340px; margin-bottom: 26px; padding: 13px 15px; border-radius: 12px;
  border: 1px solid var(--rail-line); background: var(--surface); color: var(--ink);
  font-family: inherit; font-size: 15px; font-weight: 700; cursor: pointer; outline: none;
}
.site .bk-dur-select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }

/* week strip */
.site .bk-week { display: flex; align-items: stretch; gap: 10px; margin-bottom: 22px; }
.site .bk-days { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; flex: 1; min-width: 0; }
.site .bk-day {
  display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 11px 6px;
  border: 1px solid transparent; border-radius: 12px; background: transparent; cursor: pointer;
  transition: background .16s, border-color .16s, transform .12s;
}
.site .bk-day:hover { background: var(--accent-soft); border-color: var(--rail-line); }
.site .bk-day.sel { background: var(--accent-soft); border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent); }
.site .bk-day-dow { font-size: 11px; font-weight: 700; letter-spacing: .5px; color: var(--muted); }
.site .bk-day-num { font-size: 21px; font-weight: 800; color: var(--ink); line-height: 1; }
.site .bk-day.sel .bk-day-dow, .site .bk-day.sel .bk-day-mon { color: var(--accent); }
.site .bk-day.sel .bk-day-num { color: var(--accent); }
.site .bk-day-mon { font-size: 12px; font-weight: 600; color: var(--muted); }
.site .bk-week-nav {
  flex: 0 0 auto; width: 44px; align-self: center; height: 44px; display: grid; place-items: center;
  border: none; background: transparent; color: var(--ink); cursor: pointer; border-radius: 12px;
}
.site .bk-week-nav:hover { background: var(--accent-soft); color: var(--accent); }
.site .bk-week-nav svg { width: 24px; height: 24px; }
.site .bk-week-nav.ghost { pointer-events: none; }

/* time slots */
.site .bk-slot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 26px; }
.site .bk-slot {
  padding: 12px 8px; border: 1px solid transparent; border-radius: 11px; background: var(--input-bg);
  color: var(--ink); font-family: inherit; font-size: 14px; font-weight: 700; cursor: pointer;
  transition: background .15s, border-color .15s, color .15s, transform .1s;
}
.site .bk-slot:hover { border-color: var(--accent); color: var(--accent); }
.site .bk-slot.sel { background: var(--accent); color: #fff; border-color: var(--accent); }
.site .bk-slots-msg { color: var(--muted); font-weight: 600; padding: 24px 4px; }

/* Next / primary buttons */
.site .bk-next {
  width: 100%; margin-top: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 17px 24px; border: none; border-radius: 12px; background: var(--accent); color: #fff;
  font-family: inherit; font-size: 16px; font-weight: 700; cursor: pointer;
  box-shadow: 0 14px 30px -14px var(--accent); transition: filter .15s, transform .12s, opacity .15s;
}
.site .bk-next:hover { filter: brightness(1.06); transform: translateY(-1px); }
.site .bk-next:disabled { opacity: .45; cursor: not-allowed; filter: none; transform: none; box-shadow: none; }
.site .bk-next svg { width: 20px; height: 20px; }

/* contact form */
.site .bk-form { display: block; }
.site .bk-two { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.site .bk-field { display: flex; flex-direction: column; min-width: 0; }
.site .bk-field { margin-bottom: 24px; }
.site .bk-two .bk-field { margin-bottom: 0; }
.site .bk-field label { font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.site .bk-field input, .site .bk-phone input, .site .bk-phone select {
  padding: 15px 16px; border: 1px solid var(--rail-line); border-radius: 12px; background: var(--surface);
  color: var(--ink); font-family: inherit; font-size: 15px; font-weight: 500; outline: none; min-width: 0;
  transition: border-color .15s, box-shadow .15s;
}
.site .bk-field input:focus, .site .bk-phone input:focus, .site .bk-phone select:focus {
  border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft);
}
.site .bk-phone { display: flex; gap: 10px; }
.site .bk-phone select { flex: 0 0 104px; cursor: pointer; }
.site .bk-phone input { flex: 1; }
.site .bk-agree { display: flex; align-items: flex-start; gap: 12px; margin: 6px 0 22px; color: var(--muted); font-size: 14.5px; font-weight: 500; }
.site .bk-agree input { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 1px; accent-color: var(--accent); }
.site .bk-agree a { color: var(--ink); font-weight: 700; text-decoration: none; }
.site .bk-agree a:hover { color: var(--accent); }
.site .bk-status { color: #f8285a; font-weight: 600; font-size: 14px; min-height: 18px; margin: 10px 0; }

/* ===== Contact verification (animated OTP) ===== */
.site .bk-vwrap { position: relative; }
.site .bk-vzone { transition: opacity .26s ease, transform .26s ease; }
.site .bk-vzone[hidden] { display: none; }
.site .bk-vzone:not(.on) { opacity: 0; transform: translateY(8px); }
.site .bk-vzone.on { opacity: 1; transform: none; }
.site .bk-vrow { display: flex; gap: 10px; }
.site .bk-vrow input { flex: 1; }
.site .bk-vbtn {
  flex: 0 0 auto; padding: 0 20px; border: 0; border-radius: 12px; background: var(--accent); color: #fff;
  font-family: inherit; font-weight: 800; font-size: 14px; cursor: pointer; white-space: nowrap;
  transition: filter .15s, transform .12s; align-self: stretch; min-height: 50px;
}
.site .bk-vbtn:hover { filter: brightness(1.07); transform: translateY(-1px); }
.site .bk-vbtn:disabled { opacity: .55; cursor: default; transform: none; }
.site .bk-votp { padding-top: 2px; }
/* Row 1: the 6 boxes fill the same width as the phone field, Verify button on the right */
.site .bk-otp-top { display: flex; gap: 12px; align-items: stretch; }
.site .bk-otp-boxes { display: flex; gap: 10px; flex: 1; min-width: 0; }
.site .bk-otp-d {
  flex: 1; width: auto; min-width: 0; height: 56px; text-align: center; font-size: 22px; font-weight: 800; padding: 0 !important;
  border: 1px solid var(--rail-line); border-radius: 12px; background: var(--surface); color: var(--ink); outline: none;
  transition: border-color .15s, box-shadow .15s, transform .12s;
}
.site .bk-otp-d:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); transform: translateY(-1px); }
.site .bk-otp-boxes.shake { animation: bkShake .42s; }
@keyframes bkShake { 10%,90%{transform:translateX(-1px)} 20%,80%{transform:translateX(2px)} 30%,50%,70%{transform:translateX(-4px)} 40%,60%{transform:translateX(4px)} }
.site .bk-otp-verify { flex: 0 0 auto; min-height: 56px; }
/* Row 2: Resend · Change … · status message, all on one line */
.site .bk-otp-foot { display: flex; align-items: center; gap: 16px; margin-top: 12px; flex-wrap: wrap; }
.site .bk-otp-msg { font-size: 13px; font-weight: 600; color: var(--muted); flex-basis: 100%; width: 100%; line-height: 1.5; }
.site .bk-otp-msg.ok { color: #16a366; }
.site .bk-otp-msg.err { color: #f8285a; }
.site .bk-vlink { background: none; border: 0; color: var(--muted); font-family: inherit; font-size: 13.5px; font-weight: 700; cursor: pointer; padding: 0; }
.site .bk-vlink:hover { color: var(--accent); }
.site .bk-vlocked {
  display: flex; align-items: center; gap: 11px; padding: 14px 16px; border-radius: 12px;
  background: rgba(34,192,122,.10); border: 1px solid rgba(34,192,122,.35);
}
.site .bk-vok { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #22c07a; color: #fff; flex: 0 0 26px; }
.site .bk-vval { font-weight: 700; color: var(--ink); flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.site .bk-vtag { font-size: 12px; font-weight: 800; letter-spacing: .4px; text-transform: uppercase; color: #16a366; }
.site .bk-vmsg { font-size: 13px; font-weight: 600; min-height: 16px; margin-top: 8px; color: var(--muted); }
.site .bk-vmsg.ok { color: #16a366; }
.site .bk-vmsg.err { color: #f8285a; }
@media (max-width: 560px) {
  .site .bk-otp-d { height: 50px; font-size: 18px; }
  .site .bk-otp-boxes { gap: 7px; }
  .site .bk-otp-verify { min-height: 50px; padding: 0 14px; }
}

/* billing summary — card */
.site .bk-summary { align-self: start; }
.site .bk-sum-card {
  border: 1px solid var(--rail-line); border-radius: 18px; background: var(--surface);
  padding: 26px 26px 28px; box-shadow: 0 20px 46px -30px var(--shadow); position: sticky; top: 90px;
}
.site .bk-sum-brand { font-size: 12.5px; font-weight: 800; letter-spacing: 1.4px; color: var(--muted); text-transform: uppercase; }
.site .bk-sum-h { font-size: 22px; font-weight: 800; letter-spacing: -.4px; color: var(--ink); margin: 14px 0 0; }
.site .bk-sum-line { height: 1px; background: var(--rail-line); margin: 20px 0; }
.site .bk-sum-item { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.site .bk-sum-item b { font-size: 16px; font-weight: 700; color: var(--ink); }
.site .bk-sum-item span { font-size: 14px; font-weight: 500; color: var(--muted); text-align: right; }
.site .bk-sum-disc span { color: #17c653; font-weight: 700; }
.site .bk-sum-total { display: flex; justify-content: space-between; align-items: center; margin-top: 6px; }
.site .bk-sum-total b { font-size: 18px; font-weight: 800; color: var(--ink); }
.site .bk-sum-total span { font-size: 30px; font-weight: 800; color: var(--ink); letter-spacing: -.5px; }

/* promo */
.site .bk-promo label { display: block; font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 12px; }
.site .bk-promo-row { display: flex; gap: 10px; }
.site .bk-promo-row input {
  flex: 1; min-width: 0; padding: 13px 14px; border: 1px solid var(--rail-line); border-radius: 10px;
  background: var(--surface); color: var(--ink); font-family: inherit; font-size: 14px; outline: none;
}
.site .bk-promo-row input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.site .bk-promo-btn {
  flex: 0 0 auto; padding: 0 22px; border: none; border-radius: 10px; background: var(--accent); color: #fff;
  font-family: inherit; font-size: 14px; font-weight: 700; cursor: pointer;
}
.site .bk-promo-btn:hover { filter: brightness(1.06); }
.site .bk-promo-msg { font-size: 13px; font-weight: 600; margin-top: 10px; min-height: 16px; color: var(--muted); }
.site .bk-promo-msg.ok { color: #17c653; }
.site .bk-promo-msg.err { color: #f8285a; }

/* payment */
.site .bk-pay-sub { color: var(--muted); font-weight: 500; font-size: 15px; margin-bottom: 24px; }
.site .bk-pay-note {
  padding: 18px 20px; border: 1px solid var(--rail-line); border-radius: 12px; background: var(--input-bg);
  color: var(--muted); font-weight: 500; font-size: 14.5px; line-height: 1.6; margin-bottom: 18px;
}
.site .bk-pp { min-height: 52px; }

/* payment options (card / wire) — simple, theme-aware selection */
.site .bk-paylist { display: flex; flex-direction: column; gap: 12px; }
.site .bk-payopt {
  display: flex; align-items: center; gap: 14px; width: 100%; text-align: left;
  padding: 16px 18px; border: 1.5px solid var(--rail-line); border-radius: 14px;
  background: var(--surface); color: var(--ink); font: inherit; cursor: pointer;
  transition: border-color .18s, box-shadow .18s, background .18s;
}
.site .bk-payopt:hover:not(.off) { border-color: var(--accent); }
.site .bk-payopt.sel { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent) inset; }
.site .bk-payopt.off { opacity: .5; cursor: not-allowed; }
.site .bk-payopt-ic { flex: none; width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; background: color-mix(in srgb, var(--accent) 12%, transparent); color: var(--accent); transition: background .18s, color .18s; }
.site .bk-payopt-ic svg { width: 22px; height: 22px; }
.site .bk-payopt.sel .bk-payopt-ic { background: var(--accent); color: #fff; }
.site .bk-payopt-tt { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.site .bk-payopt-tt b { font-size: 15.5px; font-weight: 800; color: var(--ink); }
.site .bk-payopt-tt small { font-size: 13px; font-weight: 500; color: var(--muted); }
.site .bk-payopt-dot { flex: none; width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--rail-line); position: relative; transition: border-color .18s; }
.site .bk-payopt.sel .bk-payopt-dot { border-color: var(--accent); }
.site .bk-payopt.sel .bk-payopt-dot::after { content: ''; position: absolute; inset: 3px; border-radius: 50%; background: var(--accent); }
.site .bk-paypanel { margin-top: 16px; }
.site .bk-paypanel:empty { margin-top: 0; }
.site .bk-pay-hint { color: var(--muted); font-size: 13.5px; font-weight: 500; line-height: 1.65; margin: 0 0 16px; }
.site .bk-pp-load { color: var(--muted); font-size: 13.5px; font-weight: 500; padding: 8px 2px; }

/* confirmation */
.site .book-wrap.bk-done { max-width: 620px; text-align: center; padding-top: 90px; }
.site .bk-done-ic { width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 26px; display: grid; place-items: center; background: rgba(23,198,83,.14); color: #17c653; }
.site .bk-done-ic svg { width: 38px; height: 38px; }
.site .bk-done h1 { font-size: 32px; font-weight: 800; color: var(--ink); letter-spacing: -.6px; }
.site .bk-done p { color: var(--ink); font-weight: 700; font-size: 17px; margin-top: 14px; line-height: 1.6; }
.site .bk-done .bk-done-sub { color: var(--muted); font-weight: 500; font-size: 15px; margin-top: 10px; }
.site .bk-done-btn { max-width: 280px; margin: 30px auto 0; }

/* booking flow — tablet & phone */
@media (max-width: 900px) {
  .site .book-wrap.bk-flow { grid-template-columns: 1fr; }
  .site .bk-main { padding-right: 0; order: 2; }
  .site .bk-summary { order: 1; margin-bottom: 30px; }
  .site .bk-sum-card { position: static; }
}
@media (max-width: 600px) {
  .site .book-wrap.bk-flow { padding: 66px 16px 56px; }
  .site .bk-title { font-size: 21px; margin-bottom: 22px; white-space: normal; }
  .site .bk-steps { gap: 6px; margin-bottom: 26px; }
  .site .bk-step-l { display: none; }
  .site .bk-step.on .bk-step-l { display: inline; }
  .site .bk-week { gap: 4px; }
  .site .bk-days { gap: 8px; }
  .site .bk-day { padding: 12px 2px; border-radius: 12px; }
  .site .bk-day-num { font-size: 21px; }
  .site .bk-day-dow { font-size: 11px; }
  .site .bk-day-mon { font-size: 12px; }
  .site .bk-week-nav { width: 30px; }
  .site .bk-slot-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .site .bk-slot { padding: 13px 4px; font-size: 14px; }
  .site .bk-two { grid-template-columns: 1fr; gap: 0; }
  .site .bk-two .bk-field { margin-bottom: 22px; }
  .site .bk-sum-total span { font-size: 26px; }
}
@media (max-width: 380px) {
  .site .bk-slot-grid { grid-template-columns: repeat(2, 1fr); }
  .site .bk-phone select { flex-basis: 92px; }
}
