@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Work+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap');

.bh-scope {
  --bh-ink:#1C1815;
  --bh-ink-soft:#3A342E;
  --bh-paper:#F1E7D6;
  --bh-paper-dim:#E7DBC5;
  --bh-card:#FBF6EB;
  --bh-brass:#B4863C;
  --bh-brass-dark:#8C6529;
  --bh-red:#9C3B3B;
  --bh-blue:#2F4858;
  --bh-line: rgba(28,24,21,0.14);
  --bh-shadow: 0 10px 30px rgba(28,24,21,0.10);
  --bh-radius: 4px;
  --bh-display: 'Bebas Neue', Impact, sans-serif;
  --bh-body: 'Work Sans', -apple-system, sans-serif;
  --bh-mono: 'JetBrains Mono', monospace;
  font-family: var(--bh-body);
  color: var(--bh-ink);
  background: var(--bh-paper);
  box-sizing: border-box;
}
.bh-scope *, .bh-scope *::before, .bh-scope *::after { box-sizing: inherit; }
.bh-scope h1, .bh-scope h2, .bh-scope h3, .bh-scope h4 { font-family: var(--bh-display); font-weight: 400; margin: 0; letter-spacing: 0.02em; }

.bh-loading { padding: 40px; text-align: center; font-family: var(--bh-mono); color: var(--bh-ink-soft); }

/* ---- Full-width breakout: escapes a theme's centered content column so
   these screens span the full browser width regardless of theme. ---- */
.bh-fullbleed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* ---- Kiosk mode: hides common theme header/footer/admin-bar selectors
   when a body.bh-hide-chrome class is present (added by the queue
   shortcode). Covers the selectors used by most popular themes; add
   hide_chrome="no" to the shortcode if your theme needs its chrome kept. ---- */
body.bh-hide-chrome header,
body.bh-hide-chrome .site-header,
body.bh-hide-chrome #masthead,
body.bh-hide-chrome footer,
body.bh-hide-chrome .site-footer,
body.bh-hide-chrome #colophon,
body.bh-hide-chrome #wpadminbar,
body.bh-hide-chrome nav.main-navigation {
  display: none !important;
}
body.bh-hide-chrome,
body.bh-hide-chrome html {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.bh-kiosk { min-height: 100vh; }
.bh-kiosk .bh-queue-root { min-height: 100vh; }

/* ---- Hides the theme's default page title (added via body.bh-hide-title).
   Covers the selectors used by GeneratePress, Astra, Kadence, OceanWP,
   and core block themes. Harmless no-op on themes that don't match. ---- */
body.bh-hide-title .entry-header,
body.bh-hide-title .page-header,
body.bh-hide-title .entry-title,
body.bh-hide-title h1.entry-title,
body.bh-hide-title .page-title,
body.bh-hide-title .ast-page-title-bar,
body.bh-hide-title .wp-block-post-title,
body.bh-hide-title .wp-block-template-part .wp-block-post-title {
  display: none !important;
}

.bh-fullscreen-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  font-family: var(--bh-mono);
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 10px 16px;
  background: rgba(251,246,235,0.12);
  color: var(--bh-paper);
  border: 1px solid rgba(251,246,235,0.35);
  border-radius: 20px;
  cursor: pointer;
}
.bh-fullscreen-btn:hover { background: rgba(251,246,235,0.22); }
/* Hide the button automatically once the browser is actually in fullscreen. */
:fullscreen .bh-fullscreen-btn,
:-webkit-full-screen .bh-fullscreen-btn { display: none; }

.bh-pole-stripe {
  height: 6px;
  background: repeating-linear-gradient(-45deg, var(--bh-red) 0 14px, #fff 14px 28px, var(--bh-blue) 28px 42px, #fff 42px 56px);
}

/* ---- Booking screen ---- */
.bh-shop-header { background: var(--bh-ink); color: var(--bh-paper); padding: 28px 24px 22px; text-align: center; }
.bh-shop-header .bh-name { font-family: var(--bh-display); font-size: 36px; color: #fff; }
.bh-shop-header .bh-tag { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--bh-brass); margin-top: 4px; }

.bh-booking-root { max-width: 920px; margin: 0 auto; padding: 32px 20px 60px; }
.bh-steps-bar { display: flex; justify-content: center; gap: 0; background: var(--bh-card); border-bottom: 1px solid var(--bh-line); padding: 14px 16px; margin-bottom: 24px; flex-wrap: wrap; }
.bh-step-pip { display: flex; align-items: center; gap: 8px; padding: 0 14px; font-family: var(--bh-mono); font-size: 12px; color: var(--bh-ink-soft); }
.bh-step-pip .bh-num { width: 20px; height: 20px; border-radius: 50%; background: var(--bh-paper-dim); color: var(--bh-ink-soft); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; }
.bh-step-pip.done .bh-num { background: var(--bh-brass); color: #fff; }
.bh-step-pip.current { color: var(--bh-ink); font-weight: 700; }
.bh-step-pip.current .bh-num { background: var(--bh-red); color: #fff; }

.bh-section-label { font-family: var(--bh-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--bh-brass-dark); margin-bottom: 6px; }
.bh-section-title { font-size: 28px; margin-bottom: 18px; }

.bh-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 40px; }
.bh-card { background: var(--bh-card); border: 1px solid var(--bh-line); border-radius: var(--bh-radius); padding: 18px; cursor: pointer; }
.bh-card.selected { border-color: var(--bh-brass); box-shadow: 0 0 0 2px var(--bh-brass); }
.bh-card .bh-s-name { font-family: var(--bh-display); font-size: 20px; }
.bh-card .bh-s-meta { display: flex; justify-content: space-between; align-items: baseline; margin-top: 8px; }
.bh-card .bh-s-dur { font-family: var(--bh-mono); font-size: 12px; color: var(--bh-ink-soft); }
.bh-card .bh-s-price { font-family: var(--bh-mono); font-size: 15px; font-weight: 700; color: var(--bh-red); }

.bh-barber-row { display: flex; gap: 16px; margin-bottom: 40px; flex-wrap: wrap; }
.bh-barber-card { background: var(--bh-card); border: 1px solid var(--bh-line); border-radius: var(--bh-radius); width: 150px; padding: 14px; text-align: center; cursor: pointer; }
.bh-barber-card.selected { border-color: var(--bh-brass); box-shadow: 0 0 0 2px var(--bh-brass); }
.bh-avatar { width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 10px; background: var(--bh-blue); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--bh-display); font-size: 20px; }
.bh-barber-card .bh-b-name { font-weight: 600; font-size: 14px; }
.bh-barber-card .bh-b-spec { font-size: 11px; color: var(--bh-ink-soft); margin-top: 2px; }

.bh-day-tabs { display: flex; gap: 8px; margin-bottom: 16px; overflow-x: auto; }
.bh-day-tab { font-family: var(--bh-mono); font-size: 12px; padding: 8px 14px; border: 1px solid var(--bh-line); border-radius: 20px; white-space: nowrap; cursor: pointer; background: var(--bh-card); }
.bh-day-tab.active { background: var(--bh-ink); color: var(--bh-paper); border-color: var(--bh-ink); }

.bh-slot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 40px; }
.bh-slot { font-family: var(--bh-mono); font-size: 13px; text-align: center; padding: 12px 6px; border: 1px solid var(--bh-line); border-radius: var(--bh-radius); background: var(--bh-card); cursor: pointer; }
.bh-slot.selected { background: var(--bh-red); color: #fff; border-color: var(--bh-red); }
.bh-slot-empty { grid-column: 1 / -1; font-family: var(--bh-mono); font-size: 13px; color: var(--bh-ink-soft); text-align: center; padding: 20px; }

.bh-detail-form { background: var(--bh-card); border: 1px solid var(--bh-line); border-radius: var(--bh-radius); padding: 24px; margin-bottom: 24px; }
.bh-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.bh-form-row label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--bh-ink-soft); margin-bottom: 6px; }
.bh-form-row input, .bh-form-row textarea { width: 100%; padding: 10px 12px; border: 1px solid var(--bh-line); border-radius: var(--bh-radius); font-family: var(--bh-body); font-size: 14px; background: #fff; }

.bh-btn { display: inline-block; font-family: var(--bh-body); font-weight: 700; font-size: 14px; letter-spacing: 0.03em; text-transform: uppercase; padding: 14px 28px; background: var(--bh-red); color: #fff; border: none; border-radius: var(--bh-radius); cursor: pointer; }
.bh-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.bh-btn.secondary { background: transparent; color: var(--bh-ink); border: 1px solid var(--bh-ink); }
.bh-btn-row { display: flex; justify-content: flex-end; gap: 12px; }
.bh-error { color: var(--bh-red); font-size: 13px; font-family: var(--bh-mono); margin-bottom: 12px; }

.bh-ticket { position: relative; background: var(--bh-card); border: 1px solid var(--bh-line); border-radius: var(--bh-radius); display: flex; max-width: 520px; margin: 0 auto; box-shadow: var(--bh-shadow); }
.bh-ticket-main { flex: 1; padding: 26px; }
.bh-ticket-main .bh-t-label { font-family: var(--bh-mono); font-size: 11px; text-transform: uppercase; color: var(--bh-brass-dark); letter-spacing: 0.12em; }
.bh-ticket-main h3 { font-size: 28px; margin: 6px 0 14px; }
.bh-ticket-line { display: flex; justify-content: space-between; padding: 6px 0; border-top: 1px dashed var(--bh-line); font-size: 13px; }
.bh-ticket-line:first-of-type { border-top: none; }
.bh-ticket-stub { width: 100px; background: var(--bh-ink); color: var(--bh-paper); display: flex; flex-direction: column; align-items: center; justify-content: center; border-left: 2px dashed var(--bh-paper); font-family: var(--bh-mono); }
.bh-ticket-stub .bh-no-label { font-size: 10px; letter-spacing: 0.1em; color: var(--bh-brass); text-transform: uppercase; }
.bh-ticket-stub .bh-no-num { font-family: var(--bh-display); font-size: 36px; }

/* ---- Barber dashboard ---- */
.bh-dashboard-root {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 60vh;
}

.bh-dash-side { background: var(--bh-ink); color: var(--bh-paper); padding: 26px 18px; }
.bh-dash-who { display: flex; gap: 10px; align-items: center; margin-bottom: 24px; }
.bh-dash-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--bh-brass); display: flex; align-items: center; justify-content: center; font-family: var(--bh-display); color: var(--bh-ink); font-size: 15px; flex-shrink: 0; }
.bh-dash-who-name { font-weight: 700; font-size: 14px; }
.bh-dash-who-role { font-size: 11px; color: var(--bh-paper-dim); }
.bh-dash-nav-item { padding: 10px; border-radius: var(--bh-radius); font-size: 13px; color: var(--bh-paper-dim); margin-bottom: 2px; }
.bh-dash-nav-item.active { background: rgba(255,255,255,0.08); color: #fff; font-weight: 600; }

.bh-dash-main { padding: 26px 24px 50px; }
.bh-dash-topline { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.bh-dash-topline h2 { font-size: 28px; }
.bh-dash-date { font-family: var(--bh-mono); font-size: 12px; color: var(--bh-ink-soft); margin-top: 4px; }

.bh-notif-toast { display: flex; align-items: center; gap: 14px; background: var(--bh-card); border: 1px solid var(--bh-brass); border-left: 5px solid var(--bh-red); border-radius: var(--bh-radius); padding: 14px 18px; margin-bottom: 20px; box-shadow: var(--bh-shadow); }
.bh-notif-toast .bh-bell { width: 34px; height: 34px; border-radius: 50%; background: var(--bh-red); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.bh-notif-toast .bh-t1 { font-weight: 700; font-size: 14px; }
.bh-notif-toast .bh-t2 { font-size: 12px; color: var(--bh-ink-soft); font-family: var(--bh-mono); }
.bh-notif-toast .bh-dismiss { font-family: var(--bh-mono); font-size: 11px; color: var(--bh-ink-soft); cursor: pointer; margin-left: auto; }

.bh-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 22px; }
.bh-stat-card { background: var(--bh-card); border: 1px solid var(--bh-line); border-radius: var(--bh-radius); padding: 16px 18px; }
.bh-stat-card .bh-s-num { font-family: var(--bh-display); font-size: 32px; color: var(--bh-blue); }
.bh-stat-card .bh-s-lbl { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--bh-ink-soft); }

.bh-timeline { background: var(--bh-card); border: 1px solid var(--bh-line); border-radius: var(--bh-radius); overflow: hidden; }
.bh-tl-row { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 14px; padding: 14px 18px; border-bottom: 1px solid var(--bh-line); }
.bh-tl-row:last-child { border-bottom: none; }
.bh-tl-row.new { background: rgba(180,134,60,0.10); }
.bh-tl-time { font-family: var(--bh-mono); font-weight: 700; font-size: 14px; }
.bh-tl-client { font-weight: 600; font-size: 14px; }
.bh-tl-service { font-size: 12px; color: var(--bh-ink-soft); }
.bh-tl-actions { display: flex; gap: 8px; }
.bh-tag-btn { font-family: var(--bh-mono); font-size: 11px; padding: 6px 10px; border-radius: 20px; border: 1px solid var(--bh-line); background: #fff; cursor: pointer; }
.bh-tag-btn.done { color: var(--bh-blue); border-color: var(--bh-blue); }
.bh-tag-btn.noshow { color: var(--bh-red); border-color: var(--bh-red); }
.bh-tag-btn[disabled] { opacity: 0.4; cursor: default; }

/* ---- Dashboard: All Bookings filter bar ---- */
.bh-filter-bar { display: flex; gap: 14px; align-items: flex-end; flex-wrap: wrap; background: var(--bh-card); border: 1px solid var(--bh-line); border-radius: var(--bh-radius); padding: 14px 16px; margin-bottom: 18px; }
.bh-filter-bar label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--bh-ink-soft); margin-bottom: 4px; }
.bh-filter-bar input, .bh-filter-bar select { padding: 8px 10px; border: 1px solid var(--bh-line); border-radius: var(--bh-radius); font-family: var(--bh-body); font-size: 13px; background: #fff; }
.bh-filter-apply { padding: 9px 20px; font-size: 12px; }

/* ---- Dashboard: My Hours ---- */
.bh-hours-table { width: 100%; border-collapse: collapse; background: var(--bh-card); border: 1px solid var(--bh-line); border-radius: var(--bh-radius); overflow: hidden; }
.bh-hours-table th { text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--bh-ink-soft); padding: 10px 14px; border-bottom: 1px solid var(--bh-line); }
.bh-hours-table td { padding: 10px 14px; border-bottom: 1px solid var(--bh-line); font-size: 13px; }
.bh-hours-table tr:last-child td { border-bottom: none; }
.bh-saved-msg { font-family: var(--bh-mono); font-size: 12px; color: var(--bh-blue); align-self: center; margin-left: 10px; }

/* ---- Dashboard: Clients ---- */
.bh-client-search { width: 100%; max-width: 340px; padding: 10px 14px; border: 1px solid var(--bh-line); border-radius: 20px; font-family: var(--bh-body); font-size: 13px; background: #fff; margin-bottom: 16px; }
.bh-clients-table { width: 100%; border-collapse: collapse; background: var(--bh-card); border: 1px solid var(--bh-line); border-radius: var(--bh-radius); overflow: hidden; }
.bh-clients-table th { text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--bh-ink-soft); padding: 10px 14px; border-bottom: 1px solid var(--bh-line); }
.bh-clients-table td { padding: 10px 14px; border-bottom: 1px solid var(--bh-line); font-size: 13px; }
.bh-clients-table tr:last-child td { border-bottom: none; }
.bh-mono { font-family: var(--bh-mono); }

/* ---- Dashboard: Notifications ---- */
.bh-notif-list { display: flex; flex-direction: column; gap: 2px; }
.bh-notif-item { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; background: var(--bh-card); border: 1px solid var(--bh-line); border-radius: var(--bh-radius); }
.bh-notif-item.unread { border-left: 4px solid var(--bh-brass); }
.bh-notif-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--bh-red); margin-top: 5px; flex-shrink: 0; opacity: 0; }
.bh-notif-item.unread .bh-notif-dot { opacity: 1; }
.bh-notif-msg { font-size: 13px; }
.bh-notif-time { font-family: var(--bh-mono); font-size: 11px; color: var(--bh-ink-soft); margin-top: 3px; }

/* ---- Admin: Sales page ---- */
.bh-sales-filters { display: flex; gap: 14px; align-items: flex-end; flex-wrap: wrap; background: var(--bh-card); border: 1px solid var(--bh-line); border-radius: var(--bh-radius); padding: 14px 16px; margin-bottom: 20px; }
.bh-sales-filters label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--bh-ink-soft); margin-bottom: 4px; }
.bh-sales-filters select, .bh-sales-filters input { padding: 8px 10px; border: 1px solid var(--bh-line); border-radius: var(--bh-radius); font-family: var(--bh-body); font-size: 13px; background: #fff; }

.bh-sales-summary { display: grid; grid-template-columns: 1fr 1fr 1.4fr; gap: 14px; margin-bottom: 22px; }
.bh-sales-card { background: var(--bh-card); border: 1px solid var(--bh-line); border-radius: var(--bh-radius); padding: 18px 20px; }
.bh-sales-num { font-family: var(--bh-display); font-size: 32px; color: var(--bh-blue); }
.bh-sales-lbl { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--bh-ink-soft); }
.bh-sales-card-top { background: linear-gradient(135deg, var(--bh-ink), #2a2420); color: var(--bh-paper); border-color: var(--bh-ink); }
.bh-sales-crown { font-family: var(--bh-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--bh-brass); margin-bottom: 6px; }
.bh-sales-top-name { font-family: var(--bh-display); font-size: 26px; color: #fff; }
.bh-sales-top-meta { font-family: var(--bh-mono); font-size: 12px; color: var(--bh-paper-dim); margin-top: 4px; }

.bh-sales-chart-wrap { background: var(--bh-card); border: 1px solid var(--bh-line); border-radius: var(--bh-radius); padding: 20px; }

/* ---- Admin: Customize Your Shop page ---- */
.bh-admin-wrap { max-width: 1000px; }
.bh-admin-tabs { display: flex; gap: 6px; margin: 14px 0 20px; flex-wrap: wrap; }
.bh-admin-tab { font-family: var(--bh-mono); font-size: 12px; padding: 9px 16px; border: 1px solid var(--bh-line); border-radius: 20px; background: var(--bh-card); cursor: pointer; color: var(--bh-ink); }
.bh-admin-tab.active { background: var(--bh-ink); color: var(--bh-paper); border-color: var(--bh-ink); }
.bh-admin-tab:hover:not(.active) { background: var(--bh-paper-dim); }

.bh-admin-view { display: none; }
.bh-admin-view.active { display: block; }

.bh-admin-panel { background: var(--bh-card); border: 1px solid var(--bh-line); border-radius: var(--bh-radius); margin-bottom: 20px; }
.bh-admin-panel-head { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid var(--bh-line); }
.bh-admin-panel-head h3 { font-size: 20px; }
.bh-admin-panel-head .bh-add-link { font-family: var(--bh-mono); font-size: 12px; color: var(--bh-blue); text-decoration: none; }

table.bh-admin-table { width: 100%; border-collapse: collapse; }
table.bh-admin-table th { text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--bh-ink-soft); padding: 10px 20px; border-bottom: 1px solid var(--bh-line); }
table.bh-admin-table td { padding: 12px 20px; border-bottom: 1px solid var(--bh-line); font-size: 13px; vertical-align: top; }
table.bh-admin-table tr:last-child td { border-bottom: none; }
.bh-admin-table .bh-price { font-family: var(--bh-mono); color: var(--bh-red); font-weight: 700; }
.bh-admin-table .bh-dur { font-family: var(--bh-mono); color: var(--bh-ink-soft); }
.bh-admin-table .bh-edit-link { font-family: var(--bh-mono); font-size: 11px; color: var(--bh-blue); text-decoration: none; }
.bh-admin-table .bh-hours-summary { font-family: var(--bh-mono); font-size: 11px; color: var(--bh-ink-soft); }
.bh-admin-empty { padding: 24px 20px; font-family: var(--bh-mono); font-size: 13px; color: var(--bh-ink-soft); }

.bh-settings-grid { display: grid; grid-template-columns: 1fr 1fr; }
.bh-settings-block { padding: 20px; border-bottom: 1px solid var(--bh-line); }
.bh-settings-block:nth-child(odd) { border-right: 1px solid var(--bh-line); }
.bh-settings-block .bh-lbl { font-size: 11px; text-transform: uppercase; color: var(--bh-ink-soft); letter-spacing: 0.06em; margin-bottom: 8px; }
.bh-settings-block input[type="number"],
.bh-settings-block input[type="text"],
.bh-settings-block input[type="password"] {
  width: 100%; max-width: 220px; padding: 9px 12px; border: 1px solid var(--bh-line); border-radius: var(--bh-radius);
  font-family: var(--bh-body); font-size: 14px; background: #fff; margin-bottom: 6px;
}
.bh-settings-block .bh-sub { font-size: 12px; color: var(--bh-ink-soft); margin-top: 2px; }
.bh-settings-block label.bh-radio-row { display: block; font-size: 13px; margin-bottom: 6px; font-weight: normal; }
.bh-settings-block label.bh-radio-row input { margin-right: 6px; }

.bh-admin-note { font-size: 12px; color: var(--bh-ink-soft); padding: 16px 20px; }
.bh-admin-save-row { position: sticky; bottom: 0; background: var(--bh-paper); padding: 16px 0; margin-top: 6px; }

/* ---- Queue display (shop TV) ---- */
.bh-queue-root { background: var(--bh-ink); color: var(--bh-paper); min-height: 70vh; display: flex; flex-direction: column; }
.bh-queue-head { display: flex; justify-content: space-between; align-items: center; padding: 20px 40px; }
.bh-queue-head .bh-shopname { font-size: 24px; color: #fff; font-family: var(--bh-display); }
.bh-queue-head .bh-clock { font-family: var(--bh-mono); font-size: 18px; color: var(--bh-brass); }

.bh-queue-body { flex: 1; display: grid; grid-template-columns: 1.2fr 1fr; }
.bh-now-serving { padding: 40px; border-right: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.bh-now-serving .bh-lbl { font-family: var(--bh-mono); letter-spacing: 0.3em; text-transform: uppercase; font-size: 13px; color: var(--bh-brass); margin-bottom: 10px; }
.bh-now-serving .bh-ticket-num { font-family: var(--bh-display); font-size: 120px; line-height: 1; color: #fff; }
.bh-now-serving .bh-cust-name { font-size: 30px; margin-top: 6px; color: #fff; font-family: var(--bh-display); }
.bh-now-serving .bh-with-barber { font-family: var(--bh-mono); font-size: 13px; color: var(--bh-paper-dim); margin-top: 8px; }

.bh-up-next { padding: 40px; }
.bh-up-next .bh-lbl { font-family: var(--bh-mono); letter-spacing: 0.2em; text-transform: uppercase; font-size: 12px; color: var(--bh-brass); margin-bottom: 16px; }
.bh-next-item { display: flex; align-items: center; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.10); }
.bh-next-item .bh-n-num { font-family: var(--bh-display); font-size: 32px; color: var(--bh-brass); width: 56px; }
.bh-next-item .bh-n-name { font-size: 17px; font-weight: 600; color: #fff; }
.bh-next-item .bh-n-meta { font-family: var(--bh-mono); font-size: 11px; color: var(--bh-paper-dim); }

.bh-queue-foot { padding: 14px 40px; text-align: center; font-family: var(--bh-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--bh-paper-dim); }
.bh-queue-empty { font-family: var(--bh-mono); color: var(--bh-paper-dim); font-size: 14px; }

/* =========================================================
   MOBILE — tablet/large phone (~700px and down)
========================================================== */
@media (max-width: 700px) {
  /* Booking screen */
  .bh-shop-header { padding: 22px 16px 18px; }
  .bh-shop-header .bh-name { font-size: 28px; }
  .bh-booking-root { padding: 22px 14px 50px; }
  .bh-steps-bar { padding: 10px 8px; gap: 0; }
  .bh-step-pip { padding: 0 8px; font-size: 10px; }
  .bh-section-title { font-size: 22px; margin-bottom: 14px; }
  .bh-service-grid { grid-template-columns: 1fr; gap: 10px; margin-bottom: 30px; }
  .bh-barber-row { gap: 10px; margin-bottom: 30px; }
  .bh-barber-card { width: calc(50% - 5px); }
  .bh-slot-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 30px; }
  .bh-form-row { grid-template-columns: 1fr; gap: 10px; }
  .bh-detail-form { padding: 18px; }
  .bh-btn-row { flex-direction: column-reverse; }
  .bh-btn { width: 100%; text-align: center; padding: 15px 20px; }
  .bh-ticket { max-width: 100%; }

  /* Barber dashboard */
  .bh-dashboard-root { grid-template-columns: 1fr; }
  .bh-dash-side { padding: 16px 18px; }
  .bh-dash-who { margin-bottom: 10px; }
  .bh-dash-nav-item { display: inline-block; margin-right: 6px; }
  .bh-dash-main { padding: 18px 14px 50px; }
  .bh-dash-topline h2 { font-size: 22px; }
  .bh-stat-row { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .bh-stat-card { padding: 12px 10px; }
  .bh-stat-card .bh-s-num { font-size: 24px; }
  .bh-stat-card .bh-s-lbl { font-size: 9px; }
  .bh-notif-toast { flex-wrap: wrap; }
  .bh-notif-toast .bh-dismiss { margin-left: 48px; }
  .bh-tl-row { grid-template-columns: 1fr; gap: 6px; padding: 12px 14px; }
  .bh-tl-time { font-size: 12px; }
  .bh-tl-actions { justify-content: flex-start; }
  .bh-filter-bar { flex-direction: column; align-items: stretch; }
  .bh-filter-bar input, .bh-filter-bar select { width: 100%; }
  .bh-hours-table, .bh-clients-table { display: block; overflow-x: auto; white-space: nowrap; }
  .bh-dash-nav-item { font-size: 12px; padding: 8px 10px; }
  .bh-sales-filters { flex-direction: column; align-items: stretch; }
  .bh-sales-summary { grid-template-columns: 1fr; }
  .bh-settings-grid { grid-template-columns: 1fr; }
  .bh-settings-block:nth-child(odd) { border-right: none; }
  .bh-admin-table { display: block; overflow-x: auto; white-space: nowrap; }

  /* Queue display */
  .bh-queue-head { padding: 16px 20px; flex-wrap: wrap; gap: 6px; }
  .bh-queue-head .bh-shopname { font-size: 20px; }
  .bh-queue-head .bh-clock { font-size: 14px; }
  .bh-queue-body { grid-template-columns: 1fr; }
  .bh-now-serving { padding: 30px 20px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .bh-now-serving .bh-ticket-num { font-size: 84px; }
  .bh-now-serving .bh-cust-name { font-size: 22px; }
  .bh-up-next { padding: 24px 20px; }
  .bh-next-item .bh-n-num { font-size: 26px; width: 44px; }
  .bh-next-item .bh-n-name { font-size: 15px; }
  .bh-fullscreen-btn { bottom: 14px; right: 14px; padding: 8px 12px; font-size: 11px; }
}

/* =========================================================
   MOBILE — phone (~420px and down)
========================================================== */
@media (max-width: 420px) {
  .bh-shop-header .bh-name { font-size: 24px; }
  .bh-shop-header .bh-tag { font-size: 10px; letter-spacing: 0.16em; }
  .bh-section-title { font-size: 19px; }
  .bh-barber-card { width: 100%; }
  .bh-slot-grid { grid-template-columns: repeat(2, 1fr); }
  .bh-slot { font-size: 12px; padding: 10px 4px; }

  .bh-ticket { flex-direction: column; }
  .bh-ticket-stub { width: 100%; flex-direction: row; justify-content: center; gap: 8px; border-left: none; border-top: 2px dashed var(--bh-paper); padding: 12px; }

  .bh-stat-row { grid-template-columns: 1fr 1fr; }
  .bh-stat-row .bh-stat-card:last-child { grid-column: 1 / -1; }

  .bh-now-serving .bh-ticket-num { font-size: 64px; }
  .bh-now-serving .bh-cust-name { font-size: 19px; }
  .bh-now-serving .bh-with-barber { font-size: 11px; }
}
