/*
 * LinDom Booking 0.8.2 compact public flow
 * Scoped to .lb-booking / .lb-public-notice. No theme or global typography overrides.
 */
.lb-booking {
  --lb-ink: #26171e;
  --lb-muted: #75636b;
  --lb-faint: #74616a;
  --lb-burgundy: #4d091d;
  --lb-burgundy-deep: #26000b;
  --lb-burgundy-soft: #f4e9ed;
  --lb-gold: #caab72;
  --lb-gold-soft: #fbf4e8;
  --lb-cream: #fffaf7;
  --lb-paper: #ffffff;
  --lb-panel: #f9f3f5;
  --lb-soft: #f3eaed;
  --lb-line: #e8dbe0;
  --lb-line-strong: #d8c3cb;
  --lb-positive: #17643b;
  --lb-positive-soft: #eaf6ee;
  --lb-warning: #7c5418;
  --lb-warning-soft: #fff6e4;
  --lb-danger: #952a31;
  --lb-danger-soft: #fff0f1;
  --lb-shadow: 0 26px 80px rgba(53, 20, 32, .12);
  --lb-shadow-soft: 0 12px 34px rgba(53, 20, 32, .09);
  --lb-radius-xl: 28px;
  --lb-radius-lg: 20px;
  --lb-radius-md: 15px;
  --lb-focus: 0 0 0 4px rgba(77, 9, 29, .24);
  --lb-font-display: "Cormorant", Georgia, "Times New Roman", serif;
  --lb-font-ui: "Open Sans", "Poppins", Arial, sans-serif;

  position: relative;
  isolation: isolate;
  width: min(1180px, calc(100% - 24px));
  margin: clamp(20px, 4vw, 48px) auto;
  padding: clamp(20px, 3vw, 36px);
  overflow: visible;
  border: 1px solid var(--lb-line);
  border-radius: var(--lb-radius-xl);
  background:
    radial-gradient(circle at 96% 0%, rgba(185, 135, 63, .10), transparent 25%),
    linear-gradient(180deg, #fffdfb 0%, var(--lb-cream) 100%);
  color: var(--lb-ink);
  box-shadow: var(--lb-shadow);
  font-family: var(--lb-font-ui);
  line-height: 1.5;
  text-align: start;
  box-sizing: border-box;
}
.lb-booking *,
.lb-booking *::before,
.lb-booking *::after { box-sizing: border-box; }
.lb-booking button,
.lb-booking input,
.lb-booking select,
.lb-booking textarea { font: inherit; }
.lb-booking button { color: inherit; }
.lb-booking :is(h1, h2, h3, h4) {
  font-family: var(--lb-font-display);
  font-synthesis: none;
}
.lb-booking img { display: block; max-width: 100%; }
.lb-booking a { color: var(--lb-burgundy); text-underline-offset: .18em; }
.lb-booking [hidden] { display: none !important; }
.lb-booking .lb-booking__status:empty { display: none !important; }
html.lb-summary-scroll-lock:not(.wp-toolbar) { overflow: hidden; }

.lb-booking__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-block-end: 22px;
}
.lb-booking__eyebrow {
  margin: 0 0 6px;
  color: var(--lb-burgundy);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.lb-booking .lb-booking__title {
  margin: 0;
  color: var(--lb-ink);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.06;
}
.lb-booking__intro {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--lb-muted);
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.62;
}
.lb-booking__header-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }
.lb-booking .lb-restart-booking { appearance: none; min-height: 40px; padding: 8px 12px; border: 1px solid var(--lb-line-strong); border-radius: 999px; background: transparent; color: var(--lb-muted); font-size: 11px; font-weight: 790; cursor: pointer; }
.lb-booking .lb-restart-booking:hover, .lb-booking .lb-restart-booking:focus { border-color: var(--lb-burgundy); color: var(--lb-burgundy); }
.lb-booking .lb-theme-toggle {
  appearance: none;
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--lb-line-strong);
  border-radius: 999px;
  background: var(--lb-paper);
  color: var(--lb-ink);
  cursor: pointer;
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
}
.lb-booking .lb-theme-toggle:hover,
.lb-booking .lb-theme-toggle:focus {
  border-color: var(--lb-line-strong);
  background: var(--lb-panel);
  color: var(--lb-ink);
}
.lb-theme-toggle > span {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: var(--lb-burgundy-soft);
  color: var(--lb-burgundy);
  font-size: 15px;
  line-height: 1;
}
.lb-theme-toggle > small { font-size: 11px; font-weight: 790; white-space: nowrap; }

/* Five compact steps */
.lb-booking__progress {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-width: 0;
  max-width: 100%;
  gap: 7px;
  margin: 0 0 24px;
  padding: 6px;
  border: 1px solid var(--lb-line);
  border-radius: 17px;
  background: rgba(255, 255, 255, .72);
}
.lb-booking .lb-booking__progress button {
  appearance: none;
  display: flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 8px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--lb-muted);
  cursor: pointer;
  transition: background .16s ease, color .16s ease, transform .16s ease;
}
.lb-booking .lb-booking__progress button:not(:disabled):hover { background: var(--lb-panel); }
.lb-booking .lb-booking__progress button:focus {
  border-color: transparent;
  background: transparent;
  color: var(--lb-muted);
}
.lb-booking .lb-booking__progress button:disabled {
  border-color: transparent;
  background: transparent;
  color: var(--lb-muted);
  cursor: default;
  opacity: 1;
}
.lb-booking .lb-booking__progress button > span {
  display: grid;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid var(--lb-line-strong);
  border-radius: 50%;
  background: var(--lb-paper);
  color: var(--lb-muted);
  font-size: 12px;
  font-weight: 850;
}
.lb-booking .lb-booking__progress button > small {
  min-width: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 740;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lb-booking .lb-booking__progress button.is-active {
  background: var(--lb-action, var(--lb-burgundy));
  color: #fff;
}
.lb-booking .lb-booking__progress button.is-active > span {
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.13);
  color: #fff;
}
.lb-booking .lb-booking__progress button.is-complete { color: var(--lb-positive); }
.lb-booking .lb-booking__progress button.is-complete > span {
  border-color: #b7dbc4;
  background: var(--lb-positive-soft);
  color: var(--lb-positive);
}

.lb-booking__status,
.lb-manage__status {
  display: none;
  margin: 0 0 18px;
  padding: 12px 15px;
  border: 1px solid #b9dec8;
  border-radius: 13px;
  background: var(--lb-positive-soft);
  color: var(--lb-positive);
  font-size: 14px;
  font-weight: 650;
}
.lb-booking__status.is-visible,
.lb-manage__status.is-visible { display: block; }
.lb-booking__status.is-error,
.lb-manage__status.is-error,
.lb-booking__error {
  border-color: #efc8cc;
  background: var(--lb-danger-soft);
  color: var(--lb-danger);
}
.lb-booking__error,
.lb-public-notice {
  padding: 15px 17px;
  border: 1px solid #efc8cc;
  border-radius: 14px;
}
.lb-public-notice { margin: 16px auto; background: var(--lb-warning-soft); color: var(--lb-warning); }
.lb-booking__loading,
.lb-muted { color: var(--lb-muted); }

/* Main + sticky summary */
@media(max-width:767px) {
  .lb-booking[data-current-step]:not([data-current-step="1"]) .lb-booking__intro { display:none; }
  .lb-booking .lb-booking__header { gap:8px; }
  .lb-booking .lb-booking__header .lb-booking__title { font-size:26px; }
  .lb-booking .lb-booking__header-actions { flex-direction:row; flex-wrap:wrap; }
  .lb-booking .lb-choice__title { overflow-wrap:anywhere; }
}
.lb-booking__shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 310px);
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
}
.lb-booking__body { min-width: 0; }
.lb-booking__summary {
  position: sticky;
  top: 24px;
  min-width: 0;
}
.lb-booking:not(.has-summary) .lb-booking__shell { grid-template-columns: minmax(0, 1fr); }
.lb-booking:not(.has-summary) .lb-booking__summary { display: none; }
.lb-booking.is-complete .lb-booking__progress,
.lb-booking.is-complete .lb-booking__summary,
.lb-booking.is-complete .lb-mobile-summary { display: none; }
.lb-booking.is-complete .lb-booking__shell { grid-template-columns: minmax(0, 760px); justify-content: center; }

.lb-step { min-width: 0; }
.lb-step.is-entering { animation: lb-fade-in .2s ease both; }
.lb-step.is-reconciling .lb-option-groups { opacity: .72; }
.lb-step-head { margin-block-end: 20px; }
.lb-booking .lb-step-head h3 {
  margin: 3px 0 7px;
  color: var(--lb-ink);
  font-size: clamp(24px, 3.5vw, 34px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.12;
}
.lb-step-head h3:focus { outline: none; }
.lb-step-head p {
  max-width: 730px;
  margin: 0;
  color: var(--lb-muted);
  font-size: 14px;
  line-height: 1.58;
}
.lb-step-kicker {
  color: var(--lb-burgundy);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .10em;
  text-transform: uppercase;
}

/* Entry / focus cards: visual but intentionally short */
.lb-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}
.lb-booking .lb-entry-card {
  appearance: none;
  display: grid;
  grid-template-rows: auto minmax(118px, auto);
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--lb-line);
  border-radius: var(--lb-radius-lg);
  background: var(--lb-paper);
  color: var(--lb-ink);
  text-align: start;
  cursor: pointer;
  box-shadow: 0 2px 0 rgba(53, 20, 32, .02);
  transition: transform .17s ease, border-color .17s ease, box-shadow .17s ease;
}
.lb-booking .lb-entry-card:focus { background: var(--lb-paper); color: var(--lb-ink); }
.lb-booking .lb-entry-card:hover {
  transform: translateY(-2px);
  border-color: #b89455;
  background: var(--lb-paper);
  color: var(--lb-ink);
  box-shadow: var(--lb-shadow-soft);
}
.lb-booking .lb-entry-card:hover .lb-entry-card__body strong { color: var(--lb-ink); }
.lb-booking .lb-entry-card:hover .lb-entry-card__body > span { color: var(--lb-burgundy); }
.lb-entry-card__media { position: relative; min-width: 0; aspect-ratio: 3 / 2; overflow: hidden; background: #eadde2; }
.lb-entry-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.lb-booking .lb-entry-card:hover .lb-entry-card__media img { transform: scale(1.025); }
.lb-entry-card__shade {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(29, 8, 16, .26));
  pointer-events: none;
}
.lb-entry-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(185,135,63,.27), transparent 28%),
    linear-gradient(135deg, #ead7de, #f8edf1);
  color: var(--lb-burgundy);
  font-size: 40px;
}
.lb-entry-card__body {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr auto;
  align-content: start;
  gap: 6px;
  padding: 14px 15px 15px;
}
.lb-entry-card__body strong {
  min-width: 0;
  color: var(--lb-ink);
  font-size: 17px;
  font-weight: 790;
  line-height: 1.2;
  overflow-wrap: anywhere;
  white-space: normal;
}
.lb-entry-card__body small {
  display: block;
  min-width: 0;
  white-space: pre-line;
  min-height: 0;
  overflow: visible;
  color: var(--lb-muted);
  font-size: 12.5px;
  line-height: 1.48;
  overflow-wrap: anywhere;
  white-space: normal;
  -webkit-line-clamp: unset;
}
.lb-entry-card__body > span {
  align-self: end;
  margin-block-start: 2px;
  color: var(--lb-burgundy);
  font-size: 12px;
  font-weight: 800;
}

/* Selected entry collapses the catalogue */
.lb-selected-entry {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  margin-block-end: 20px;
  padding: 11px;
  border: 1px solid var(--lb-line);
  border-radius: 18px;
  background: var(--lb-paper);
  box-shadow: 0 8px 24px rgba(53, 20, 32, .05);
}
.lb-selected-entry__media {
  display: grid;
  width: 96px;
  height: 76px;
  overflow: hidden;
  place-items: center;
  border-radius: 13px;
  background: var(--lb-burgundy-soft);
  color: var(--lb-burgundy);
  font-size: 26px;
}
.lb-selected-entry__media img { width: 100%; height: 100%; object-fit: cover; }
.lb-selected-entry__body { min-width: 0; }
.lb-selected-entry__body > small {
  display: block;
  color: var(--lb-faint);
  font-size: 10px;
  font-weight: 830;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.lb-selected-entry__body > strong { display: block; margin-top: 2px; font-size: 19px; line-height: 1.2; }
.lb-selected-entry__body p {
  display: -webkit-box;
  margin: 4px 0 0;
  overflow: hidden;
  color: var(--lb-muted);
  font-size: 12.5px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.lb-selected-entry__body em {
  display: inline-flex;
  margin-top: 6px;
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--lb-gold-soft);
  color: var(--lb-warning);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 750;
}
.lb-booking .lb-text-button {
  appearance: none;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--lb-burgundy);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.lb-booking .lb-text-button:focus { background: transparent; color: var(--lb-burgundy); }
.lb-booking .lb-text-button:hover { background: var(--lb-burgundy-soft); }

/* Compact programme controls */
.lb-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.lb-fieldset + .lb-fieldset { margin-block-start: 19px; }
.lb-fieldset legend {
  margin: 0 0 9px;
  color: var(--lb-ink);
  font-size: 13px;
  font-weight: 780;
}
.lb-fieldset > p { margin: -3px 0 12px; color: var(--lb-muted); font-size: 12.5px; }
.lb-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.lb-choice-grid--programme { margin-block-end: 18px; }
.lb-booking .lb-choice-card {
  appearance: none;
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 82px;
  align-content: start;
  gap: 5px;
  padding-block: 13px;
  padding-inline: 14px 38px;
  border: 1px solid var(--lb-line);
  border-radius: 15px;
  background: var(--lb-paper);
  color: var(--lb-ink);
  text-align: start;
  white-space: normal;
  cursor: pointer;
}
.lb-booking .lb-choice-card:hover,
.lb-booking .lb-choice-card:focus {
  border-color: var(--lb-line-strong);
  background: var(--lb-paper);
  color: var(--lb-ink);
}
.lb-choice-card strong { font-size: 15px; line-height: 1.2; }
.lb-choice-card span {
  display: block;
  overflow: visible;
  color: var(--lb-muted);
  font-size: 12px;
  line-height: 1.4;
  overflow-wrap: anywhere;
  white-space: normal;
}
.lb-choice-card i {
  position: absolute;
  inset-block-start: 12px;
  inset-inline-end: 12px;
  display: none;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--lb-action, var(--lb-burgundy));
  color: #fff;
  font-size: 11px;
  font-style: normal;
}
.lb-booking .lb-choice-card.is-selected { border-color: #9d6374; background: #fffafb; box-shadow: 0 0 0 3px rgba(77, 9, 29, .10); }
.lb-booking .lb-choice-card.is-selected i { display: grid; }
.lb-compact-controls {
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) minmax(190px, .9fr) auto;
  gap: 17px;
  align-items: end;
  padding: 16px;
  border: 1px solid var(--lb-line);
  border-radius: 17px;
  background: var(--lb-panel);
}
.lb-compact-controls .lb-fieldset + .lb-fieldset { margin: 0; }
.lb-chip-group { display: flex; flex-wrap: wrap; gap: 7px; }
.lb-booking .lb-choice-chip {
  appearance: none;
  display: inline-flex;
  min-width: 66px;
  min-height: 43px;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  padding: 8px 11px;
  border: 1px solid var(--lb-line-strong);
  border-radius: 12px;
  background: var(--lb-paper);
  color: var(--lb-ink);
  cursor: pointer;
}
.lb-booking .lb-choice-chip:hover,
.lb-booking .lb-choice-chip:focus {
  border-color: var(--lb-line-strong);
  background: var(--lb-paper);
  color: var(--lb-ink);
}
.lb-choice-chip strong { font-size: 15px; }
.lb-choice-chip span { color: var(--lb-muted); font-size: 10.5px; }
.lb-booking .lb-choice-chip.is-selected { border-color: var(--lb-burgundy); background: var(--lb-action, var(--lb-burgundy)); color: #fff; }
.lb-booking .lb-choice-chip.is-selected span { color: rgba(255,255,255,.84); }
.lb-segmented {
  display: inline-flex;
  width: 100%;
  min-width: 0;
  gap: 3px;
  padding: 3px;
  border: 1px solid var(--lb-line-strong);
  border-radius: 12px;
  background: var(--lb-paper);
}
.lb-booking .lb-segmented button {
  appearance: none;
  flex: 1 1 0;
  min-width: 0;
  min-height: 44px;
  padding: 6px 10px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--lb-muted);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.lb-booking .lb-segmented button:hover,
.lb-booking .lb-segmented button:focus {
  border-color: transparent;
  background: transparent;
  color: var(--lb-ink);
}
.lb-booking .lb-segmented button.is-active { background: var(--lb-burgundy-soft); color: var(--lb-burgundy); }
.lb-current-price,
.lb-inline-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-block-start: 14px;
  padding: 12px 15px;
  border: 1px solid #ead5c0;
  border-radius: 14px;
  background: var(--lb-gold-soft);
}
.lb-current-price span,
.lb-inline-total span { color: var(--lb-warning); font-size: 12px; font-weight: 740; }
.lb-current-price strong,
.lb-inline-total strong { min-width: 0; color: var(--lb-ink); font-size: 19px; overflow-wrap: anywhere; text-align: end; }

/* Providers */
.lb-provider-tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-block-end: 15px;
  padding: 11px;
  border: 1px solid var(--lb-line);
  border-radius: 15px;
  background: var(--lb-panel);
}
.lb-provider-tools label { display: grid; min-width: 0; gap: 5px; }
.lb-provider-tools label > span { color: var(--lb-muted); font-size: 10.5px; font-weight: 780; }
.lb-booking .lb-provider-tools select {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 8px 34px 8px 11px;
  border: 1px solid var(--lb-line-strong);
  border-radius: 11px;
  background: var(--lb-paper);
  color: var(--lb-ink);
  font: inherit;
  font-size: 12px;
  font-weight: 740;
}
.lb-provider-groups { display: grid; gap: 18px; }
.lb-provider-group { display: grid; gap: 8px; }
.lb-provider-group > h4 {
  margin: 0;
  color: var(--lb-ink);
  font-family: inherit;
  font-size: 13px;
  font-weight: 830;
  letter-spacing: .01em;
}
.lb-provider-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 11px;
}
.lb-provider-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--lb-line);
  border-radius: 18px;
  background: var(--lb-paper);
  box-shadow: 0 2px 0 rgba(53, 20, 32, .02);
  transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}
.lb-provider-card:hover { transform: translateY(-2px); border-color: #b89455; box-shadow: var(--lb-shadow-soft); }
.lb-booking .lb-provider-card__select {
  appearance: none;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: start;
  white-space: normal;
  cursor: pointer;
}
.lb-booking .lb-provider-card__select:hover,
.lb-booking .lb-provider-card__select:focus { border: 0; background: transparent; color: inherit; }
.lb-provider-card__media {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 3 / 4;
  max-height: none;
  overflow: hidden;
  place-items: center;
  background: #eadde2;
}
.lb-provider-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: var(--lb-image-focus-x, 50%) var(--lb-image-focus-y, 24%) !important; }
.lb-provider-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background: linear-gradient(135deg, #ead7de, #f9eff2);
  color: var(--lb-burgundy);
  font-size: 42px;
  font-weight: 850;
}
.lb-provider-card__check {
  position: absolute;
  inset-block-start: 9px;
  inset-inline-end: 9px;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 2px solid rgba(255,255,255,.88);
  border-radius: 50%;
  background: var(--lb-action, var(--lb-burgundy));
  color: #fff;
  font-weight: 900;
  opacity: 0;
  transform: scale(.75);
}
.lb-provider-card.is-selected .lb-provider-card__check { opacity: 1; transform: scale(1); }
.lb-provider-card__body { display: grid; min-width: 0; gap: 4px; padding: 11px 11px 8px; }
.lb-provider-card__body strong {
  overflow: visible;
  font-size: 16px;
  line-height: 1.2;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
}
.lb-provider-card__body > small {
  display: block;
  min-height: 0;
  overflow: visible;
  color: var(--lb-muted);
  font-size: 11.5px;
  line-height: 1.42;
  overflow-wrap: anywhere;
  white-space: normal;
}
.lb-provider-card__body em { overflow: hidden; color: var(--lb-faint); font-size: 10.5px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.lb-language-skills {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 6px;
}
.lb-language-skill {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 4px;
  padding: 4px 7px;
  border: 1px solid var(--lb-line);
  border-radius: 999px;
  background: var(--lb-panel);
  color: var(--lb-ink);
  font-size: 11px;
  font-style: normal;
  line-height: 1.2;
}
.lb-language-skill__flag { flex: 0 0 auto; font-size: 15px; line-height: 1; }
.lb-language-skill__name { min-width: 0; overflow-wrap: anywhere; }
.lb-language-skill > small {
  min-height: 0;
  color: var(--lb-muted);
  font-size: 9.5px;
  line-height: 1.2;
  white-space: nowrap;
}
.lb-language-skills--compact { gap: 4px; }
.lb-language-skills--compact .lb-language-skill { padding: 3px 5px; font-size: 9.5px; }
.lb-language-skills--compact .lb-language-skill__flag { font-size: 13px; }
.lb-language-skills--compact .lb-language-skill > small { font-size: 8.5px; }
.lb-booking .lb-guest-language-notice { display: block; max-width: 100%; margin-block-start: 7px; padding: 7px 9px; border: 1px solid var(--lb-line); border-radius: 8px; background: var(--lb-burgundy-soft); color: var(--lb-ink); font-size: 11px; font-weight: 750; line-height: 1.45; white-space: normal; overflow-wrap: anywhere; }
.lb-booking .lb-provider-card__media .lb-guest-language-notice--media {
  position: absolute;
  z-index: 2;
  inset-block-start: 10px;
  inset-inline: 10px;
  margin: 0;
  padding: 8px 10px;
  border-color: rgba(255,255,255,.42);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(37,8,19,.94), rgba(77,23,45,.88));
  color: #fff;
  box-shadow: 0 7px 20px rgba(17,2,8,.32);
  font-size: 10.5px;
  font-weight: 820;
  line-height: 1.35;
  letter-spacing: .005em;
  text-align: start;
  text-shadow: 0 1px 2px rgba(0,0,0,.65);
  backdrop-filter: blur(5px);
}
.lb-summary-language-notice { padding: 10px 14px; border-block-start: 1px solid var(--lb-line); font-size: 11px; }
.lb-provider-card__body b {
  justify-self: start;
  max-width: 100%;
  padding: 3px 6px;
  border-radius: 999px;
  background: var(--lb-warning-soft);
  color: var(--lb-warning);
  font-size: 9.5px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  white-space: normal;
}
.lb-provider-card__body .lb-provider-card__availability.is-today {
  background: #e7f6ed;
  color: #17663b;
}
.lb-provider-card__body .lb-provider-card__availability.is-full {
  background: #fff0dc;
  color: #8a5511;
}
.lb-provider-card__body .lb-provider-card__availability.is-later {
  background: #f0edf0;
  color: var(--lb-muted);
}
.lb-provider-card__slots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  padding: 0 9px 8px;
}
.lb-booking .lb-provider-card__slots button {
  appearance: none;
  min-width: 0;
  min-height: 44px;
  padding: 6px 4px;
  border: 1px solid var(--lb-line);
  border-radius: 10px;
  background: var(--lb-paper);
  color: var(--lb-ink);
  font-size: 10.5px;
  font-weight: 820;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 3px;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.25;
  cursor: pointer;
}
.lb-provider-card__slots button > small { min-width: 0; max-width: 100%; font-size: 9px; font-weight: 550; color: var(--lb-muted); }
.lb-provider-card__slots button > strong { min-width: 0; max-width: 100%; font-size: 11px; font-weight: 820; }
.lb-booking .lb-provider-card__slots button:hover,
.lb-booking .lb-provider-card__slots button:focus { border-color: #9d6374; background: var(--lb-burgundy-soft); color: var(--lb-burgundy); }
.lb-provider-card__ranges {
  display: grid;
  gap: 6px;
  margin: 0 9px 8px;
  padding: 9px 10px;
  border: 1px solid var(--lb-line);
  border-radius: 10px;
  background: var(--lb-panel);
}
.lb-provider-card__ranges > small {
  min-width: 0;
  color: var(--lb-muted);
  font-size: 9.5px;
  font-weight: 680;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.lb-provider-card__ranges > span { display: flex; min-width: 0; flex-wrap: wrap; gap: 5px; }
.lb-provider-card__ranges bdi {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  padding: 4px 7px;
  border: 1px solid var(--lb-line-strong);
  border-radius: 999px;
  background: var(--lb-paper);
  color: var(--lb-ink);
  font-size: 10.5px;
  font-weight: 830;
  white-space: nowrap;
}
.lb-booking .lb-provider-card__preview {
  appearance: none;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  margin: 0 9px 9px;
  padding: 7px 8px;
  border: 0;
  border-radius: 9px;
  background: var(--lb-panel);
  color: var(--lb-burgundy);
  font-size: 11px;
  font-weight: 790;
  cursor: pointer;
}
.lb-booking .lb-provider-card__preview:focus { background: var(--lb-panel); color: var(--lb-burgundy); }
.lb-booking .lb-provider-card__preview:hover { background: var(--lb-burgundy-soft); }
.lb-empty-state__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-block-start: 12px;
}
.lb-booking .lb-provider-support { text-decoration: none; }
.lb-next-slots__empty { display: grid; justify-items: center; gap: 8px; }
.lb-selected-providers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-block-end: 14px;
  padding: 10px 12px;
  border: 1px solid var(--lb-line);
  border-radius: 15px;
  background: var(--lb-panel);
}
.lb-selected-providers > span { color: var(--lb-muted); font-size: 11px; font-weight: 780; }
.lb-selected-providers > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.lb-booking .lb-selected-providers button {
  appearance: none;
  position: relative;
  display: grid;
  grid-template-columns: 34px auto 18px;
  grid-template-rows: auto auto;
  min-width: 128px;
  min-height: 44px;
  align-items: center;
  gap: 0 8px;
  padding-block: 5px;
  padding-inline: 6px 5px;
  border: 1px solid var(--lb-line-strong);
  border-radius: 999px;
  background: var(--lb-paper);
  text-align: start;
  cursor: pointer;
}
.lb-booking .lb-selected-providers button:hover,
.lb-booking .lb-selected-providers button:focus {
  border-color: var(--lb-line-strong);
  background: var(--lb-paper);
  color: var(--lb-ink);
}
.lb-selected-providers img,
.lb-selected-providers i {
  grid-row: 1 / 3;
  display: grid;
  width: 34px;
  height: 34px;
  overflow: hidden;
  place-items: center;
  border-radius: 50%;
  background: var(--lb-burgundy-soft);
  color: var(--lb-burgundy);
  font-style: normal;
  object-fit: cover;
}
.lb-selected-providers strong { align-self: end; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.lb-selected-providers small { align-self: start; color: var(--lb-faint); font-size: 9px; }
.lb-selected-providers b { grid-column: 3; grid-row: 1 / 3; color: var(--lb-faint); font-size: 17px; font-weight: 500; }
.lb-loading-panel,
.lb-pair-ready,
.lb-empty-state {
  display: flex;
  min-height: 110px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 18px;
  border: 1px dashed var(--lb-line-strong);
  border-radius: 17px;
  background: var(--lb-panel);
  color: var(--lb-muted);
  text-align: center;
}
.lb-loading-panel { flex-direction: column; }
.lb-loading-panel > span {
  width: 28px;
  height: 28px;
  border: 3px solid var(--lb-line);
  border-top-color: var(--lb-burgundy);
  border-radius: 50%;
  animation: lb-spin .75s linear infinite;
}
.lb-loading-panel p,
.lb-pair-ready p,
.lb-empty-state p { margin: 3px 0 0; font-size: 12.5px; }
.lb-pair-ready { justify-content: flex-start; border-style: solid; border-color: #b9dec8; background: var(--lb-positive-soft); color: var(--lb-positive); text-align: start; }
.lb-pair-ready > span {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  font-weight: 900;
}
.lb-pair-ready strong,
.lb-empty-state strong { display: block; color: var(--lb-ink); }
.lb-empty-state { flex-direction: column; }
.lb-selection-blocked {
  min-height: 0;
  align-items: flex-start;
  justify-content: flex-start;
  border-style: solid;
  border-color: #e2bd7f;
  border-inline-start: 4px solid var(--lb-burgundy);
  background: var(--lb-warning-soft);
  color: var(--lb-warning);
  text-align: start;
}
.lb-selection-blocked > strong { color: var(--lb-ink); }
.lb-selection-blocked .lb-button { align-self: flex-start; background: var(--lb-paper); }

/* Options */
.lb-option-groups { display: grid; gap: 18px; }
.lb-booking .lb-option-group > h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 9px;
  color: var(--lb-ink);
  font-size: 14px;
  font-weight: 700;
}
.lb-option-group > h4::after { content: ''; flex: 1; height: 1px; background: var(--lb-line); }
.lb-option-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.lb-option-chip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.lb-option-list + .lb-option-chip-grid { margin-top: 9px; }
.lb-option-chip {
  position: relative;
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
  min-height: 54px;
  padding: 9px 11px;
  border: 1px solid var(--lb-line);
  border-radius: 13px;
  background: var(--lb-paper);
  color: var(--lb-ink);
  cursor: pointer;
  transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.lb-option-chip:hover {
  border-color: #b98595;
  background: #fffafb;
}
.lb-option-chip:focus-within {
  outline: 2px solid var(--lb-burgundy);
  outline-offset: 2px;
}
.lb-option-chip.is-selected {
  border-color: #9d6374;
  background: var(--lb-burgundy-soft);
  box-shadow: 0 0 0 2px rgba(77, 9, 29, .07);
}
.lb-option-chip.is-locked { cursor: default; }
.lb-option-chip > input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: inherit;
}
.lb-option-chip__check {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid var(--lb-line-strong);
  border-radius: 7px;
  background: #fff;
  color: transparent;
  font-size: 12px;
  font-weight: 900;
}
.lb-option-chip.is-selected .lb-option-chip__check {
  border-color: var(--lb-burgundy);
  background: var(--lb-action, var(--lb-burgundy));
  color: #fff;
}
.lb-option-chip__body { display: grid; min-width: 0; gap: 2px; }
.lb-option-chip__body strong {
  overflow-wrap: anywhere;
  font-size: 12.5px;
  line-height: 1.25;
}
.lb-option-chip__body small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--lb-muted);
  font-size: 10px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.lb-option-chip__body em,
.lb-option-chip__body b {
  color: var(--lb-burgundy);
  font-size: 9.5px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.lb-option-card {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--lb-line);
  border-radius: 15px;
  background: var(--lb-paper);
}
.lb-option-card.is-selected { border-color: #9d6374; background: #fffafb; box-shadow: 0 0 0 2px rgba(77, 9, 29, .08); }
.lb-option-card.is-disabled,
.lb-option-chip.is-disabled { opacity: .58; }
.lb-option-card.is-disabled label,
.lb-option-chip.is-disabled { cursor: not-allowed; }
.lb-selection-capacity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid var(--lb-line);
  border-radius: 14px;
  background: var(--lb-panel);
}
.lb-selection-capacity p { margin: 0; color: var(--lb-muted); }
.lb-selection-capacity.is-invalid { border-color: #b42318; }
.lb-short-programme-info { margin-block: 8px 16px; min-width: 0; border: 1px solid var(--lb-line); border-radius: 14px; background: var(--lb-panel); }
.lb-short-programme-info > summary { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 10px 14px; box-sizing: border-box; cursor: pointer; list-style: none; color: var(--lb-accent, #cdb0dd); font-size: 14px; font-weight: 700; overflow-wrap: anywhere; }
.lb-short-programme-info > summary::-webkit-details-marker { display: none; }
.lb-short-programme-info > summary::after { content: '+'; margin-inline-start: auto; font-size: 22px; }
.lb-short-programme-info[open] > summary::after { content: '−'; }
.lb-short-programme-info > summary:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; border-radius: 12px; }
.lb-short-programme-info__icon { flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-style: italic; }
.lb-short-programme-info > p { margin: 0; padding: 0 14px 14px; font-size: 14px; line-height: 1.55; color: var(--lb-muted); overflow-wrap: anywhere; }
.lb-option-card__toggle {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: start;
  cursor: pointer;
}
.lb-option-card__toggle input { width: 17px; height: 17px; margin: 3px 0 0; accent-color: var(--lb-burgundy); }
.lb-option-card__icon {
  display: none;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  background: var(--lb-burgundy-soft);
  color: var(--lb-burgundy);
  font-size: 11px;
}
.lb-option-card__toggle > span:not(.lb-option-card__icon) { display: grid; min-width: 0; gap: 3px; }
.lb-option-card__toggle strong { font-size: 14px; line-height: 1.25; }
.lb-option-card__toggle small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--lb-muted);
  font-size: 11px;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.lb-option-card__performer {
  display: inline-flex;
  max-width: 100%;
  justify-self: start;
  align-items: center;
  gap: 5px;
  margin-block-start: 2px;
  padding: 3px 7px;
  border: 1px solid #dcc5ce;
  border-radius: 999px;
  background: var(--lb-burgundy-soft);
  color: var(--lb-burgundy);
  font-size: 10px;
  font-weight: 780;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.lb-option-card__performer::before {
  content: '';
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lb-action, var(--lb-burgundy));
}
.lb-option-card__toggle em {
  color: var(--lb-warning);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 720;
}
.lb-option-card__toggle bdi { color: var(--lb-burgundy); font-size: 11px; font-weight: 800; white-space: nowrap; }
.lb-programme-discovery {
  display: grid;
  gap: 13px;
  margin-block-start: 18px;
  padding: 17px;
  border: 1px solid #d7b87c;
  border-radius: 17px;
  background: linear-gradient(135deg, #fffaf0, #fff 64%);
  box-shadow: 0 10px 26px rgba(74, 42, 17, .07);
}
.lb-programme-discovery__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  align-items: start;
}
.lb-programme-discovery__head > span {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--lb-action, var(--lb-burgundy));
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .04em;
  white-space: nowrap;
}
.lb-programme-discovery__head strong { display: block; color: var(--lb-ink); font-size: 15px; line-height: 1.25; }
.lb-programme-discovery__head p { margin: 4px 0 0; color: var(--lb-muted); font-size: 12px; line-height: 1.5; }
.lb-programme-discovery details { border-block: 1px solid rgba(130, 91, 35, .18); }
.lb-programme-discovery summary {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--lb-burgundy);
  cursor: pointer;
  font-size: 12px;
  font-weight: 820;
  list-style-position: inside;
}
.lb-programme-discovery summary b { display: grid; min-width: 25px; height: 25px; place-items: center; border-radius: 999px; background: #f2e1bd; color: #634415; }
.lb-programme-discovery__list { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 0 13px; }
.lb-programme-discovery__list span { padding: 6px 9px; border: 1px solid #ead8b5; border-radius: 999px; background: #fff; color: var(--lb-ink); font-size: 11px; font-weight: 680; }
.lb-programme-discovery > .lb-button { justify-self: start; }
.lb-more-choices {
  display: grid;
  gap: 11px;
  margin-block-start: 16px;
  padding: 15px;
  border: 1px solid #8a6a38;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(134,36,73,.09), rgba(150,105,35,.10));
}
.lb-more-choices__head { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; align-items: start; }
.lb-more-choices__head strong { display: block; color: var(--lb-ink); font-size: 15px; line-height: 1.25; }
.lb-more-choices__head p { margin: 4px 0 0; color: var(--lb-muted); font-size: 11.5px; line-height: 1.45; }
.lb-more-choices__head > b { display: grid; min-width: 30px; height: 30px; place-items: center; border-radius: 999px; background: var(--lb-gold-soft); color: var(--lb-warning); font-size: 11px; }
.lb-more-choices__teaser { display: flex; min-width: 0; flex-wrap: wrap; gap: 6px; }
.lb-more-choices__teaser > :is(span,em),
.lb-more-choices__details section > div > span {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border: 1px solid var(--lb-line-strong);
  border-radius: 999px;
  background: var(--lb-paper);
  color: var(--lb-ink);
  font-size: 10.5px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.lb-more-choices__teaser > em { background: var(--lb-gold-soft); color: var(--lb-warning); font-style: normal; font-weight: 850; }
.lb-more-choices > details { border-block-start: 1px solid rgba(165,124,60,.28); }
.lb-more-choices > details > summary { min-height: 42px; padding-block: 10px 0; color: var(--lb-burgundy); cursor: pointer; font-size: 11.5px; font-weight: 820; }
.lb-more-choices__details { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; padding-block-start: 11px; }
.lb-more-choices__details section { display: grid; min-width: 0; align-content: start; gap: 9px; padding: 11px; border: 1px solid var(--lb-line); border-radius: 12px; background: var(--lb-paper); }
.lb-booking .lb-more-choices__details h5 { margin: 0; color: var(--lb-ink); font-size: 11.5px; }
.lb-more-choices__details section > div { display: flex; min-width: 0; flex-wrap: wrap; gap: 5px; }
.lb-more-choices__details .lb-button { width: 100%; min-width: 0; margin-block-start: 2px; padding-inline: 9px; white-space: normal; }
.lb-assistance-box {
  margin-block-start: 16px;
  padding: 16px;
  border: 1px solid #e2bd7f;
  border-radius: 16px;
  background: var(--lb-warning-soft);
  color: var(--lb-warning);
}
.lb-assistance-box strong { display: block; color: var(--lb-ink); }
.lb-assistance-box p { margin: 5px 0 13px; font-size: 13px; }
.lb-assistance-box .lb-button + .lb-button { margin-inline-start: 8px; }

/* Calendar */
.lb-calendar-toolbar {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-block-end: 10px;
}
.lb-booking .lb-calendar-toolbar > button {
  appearance: none;
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  place-items: center;
  border: 1px solid var(--lb-line);
  border-radius: 11px;
  background: var(--lb-paper);
  color: var(--lb-burgundy);
  cursor: pointer;
}
.lb-booking .lb-calendar-toolbar > button:hover:not(:disabled),
.lb-booking .lb-calendar-toolbar > button:focus {
  border-color: var(--lb-line);
  background: var(--lb-paper);
  color: var(--lb-burgundy);
}
.lb-booking .lb-calendar-toolbar > button:disabled {
  border-color: #d8cdd1;
  background: #ebe4e7;
  color: #685c61;
  cursor: not-allowed;
  opacity: 1;
}
.lb-calendar-toolbar > strong {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 13px;
  text-align: center;
  text-transform: capitalize;
}
.lb-day-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 7px;
}
.lb-booking .lb-day-strip button {
  appearance: none;
  display: grid;
  min-width: 0;
  min-height: 65px;
  align-content: center;
  gap: 2px;
  padding: 7px 5px;
  border: 1px solid var(--lb-line);
  border-radius: 13px;
  background: var(--lb-paper);
  text-align: center;
  cursor: pointer;
}
.lb-booking .lb-day-strip button:hover,
.lb-booking .lb-day-strip button:focus {
  border-color: var(--lb-line);
  background: var(--lb-paper);
  color: var(--lb-ink);
}
.lb-day-strip button small { overflow: hidden; color: var(--lb-muted); font-size: 10px; text-overflow: ellipsis; text-transform: capitalize; white-space: nowrap; }
.lb-day-strip button strong { font-size: 16px; }
.lb-day-strip button span { color: var(--lb-faint); font-size: 9px; }
.lb-booking .lb-day-strip button.is-selected { border-color: var(--lb-burgundy); background: var(--lb-action, var(--lb-burgundy)); color: #fff; }
.lb-booking .lb-day-strip button.is-selected small,
.lb-booking .lb-day-strip button.is-selected span { color: rgba(255,255,255,.84); }
.lb-date-jump { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: 11px; }
.lb-date-jump label { display: grid; gap: 5px; color: var(--lb-muted); font-size: 11px; }
.lb-date-jump input {
  min-height: 40px;
  padding: 7px 10px;
  border: 1px solid var(--lb-line-strong);
  border-radius: 10px;
  background: var(--lb-paper);
  color: var(--lb-ink);
}
.lb-slot-area { margin-block-start: 15px; }
.lb-slot-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 7px; }
.lb-booking .lb-slot {
  appearance: none;
  min-height: 44px;
  padding: 8px;
  border: 1px solid var(--lb-line-strong);
  border-radius: 11px;
  background: var(--lb-paper);
  color: var(--lb-ink);
  font-weight: 760;
  cursor: pointer;
}
.lb-booking .lb-slot:focus { background: var(--lb-paper); color: var(--lb-ink); }
.lb-booking .lb-slot:hover { border-color: #9d6374; }
.lb-booking .lb-slot.is-selected { border-color: var(--lb-burgundy); background: var(--lb-action, var(--lb-burgundy)); color: #fff; }
.lb-next-slots { display: grid; gap: 7px; margin-top: 12px; }
.lb-booking .lb-next-slots button {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 11px 13px;
  border: 1px solid var(--lb-line);
  border-radius: 11px;
  background: var(--lb-paper);
  cursor: pointer;
}
.lb-booking .lb-next-slots button:hover,
.lb-booking .lb-next-slots button:focus {
  border-color: var(--lb-line);
  background: var(--lb-paper);
  color: var(--lb-ink);
}
.lb-next-slots button strong { color: var(--lb-burgundy); }

/* Contact + final review */
.lb-details-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.lb-details-form { display: grid; gap: 14px; }
.lb-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.lb-form-grid .lb-field:first-child { grid-column: 1 / -1; }
.lb-field { display: grid; min-width: 0; gap: 5px; }
.lb-field > span,
.lb-field label { color: var(--lb-ink); font-size: 12px; font-weight: 760; }
.lb-field > small { color: var(--lb-muted); font-size: 10.5px; line-height: 1.4; }
.lb-field input,
.lb-field select,
.lb-field textarea {
  width: 100%;
  min-height: 43px;
  padding: 9px 11px;
  border: 1px solid var(--lb-line-strong);
  border-radius: 11px;
  background: var(--lb-paper);
  color: var(--lb-ink);
}
.lb-field textarea { min-height: 82px; resize: vertical; }
.lb-contact-methods {
  padding: 13px;
  border: 1px solid var(--lb-line);
  border-radius: 15px;
  background: var(--lb-panel);
}
.lb-contact-methods > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
.lb-contact-methods label {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 65px;
  place-items: center;
  align-content: center;
  gap: 3px;
  padding: 8px 5px;
  border: 1px solid var(--lb-line-strong);
  border-radius: 11px;
  background: var(--lb-paper);
  text-align: center;
  cursor: pointer;
}
.lb-contact-methods label input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: inherit; }
.lb-contact-methods__icon { width: 24px; height: 24px; color: var(--lb-burgundy); }
.lb-contact-methods label > strong { min-width: 0; font-size: 10.5px; line-height: 1.25; overflow-wrap: anywhere; }
.lb-contact-methods label.is-selected { border-color: var(--lb-burgundy); background: #fffafb; box-shadow: inset 0 0 0 1px var(--lb-burgundy); }
.lb-contact-methods label:has(input:focus-visible) {
  outline: 2px solid var(--lb-burgundy);
  outline-offset: 2px;
}
.lb-call-permission,
.lb-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 11px 12px;
  border: 1px solid var(--lb-line);
  border-radius: 13px;
  background: var(--lb-panel);
  cursor: pointer;
}
.lb-call-permission input,
.lb-consent input { flex: 0 0 auto; width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--lb-burgundy); }
.lb-call-permission span { display: grid; gap: 2px; }
.lb-call-permission strong { font-size: 12px; }
.lb-call-permission small { color: var(--lb-muted); font-size: 10.5px; }
.lb-consent { font-size: 11.5px; line-height: 1.45; }
.lb-final-review {
  position: sticky;
  top: 24px;
  overflow: hidden;
  border: 1px solid var(--lb-line);
  border-radius: 17px;
  background: var(--lb-paper);
}
.lb-final-review__head { padding: 12px 14px; border-bottom: 1px solid var(--lb-line); background: var(--lb-panel); }
.lb-final-review__head strong { font-size: 13px; }

/* Reusable review lists */
.lb-review-list {
  display: grid;
  margin: 0;
  padding: 0;
}
.lb-review-list > div {
  display: grid;
  grid-template-columns: minmax(88px, .58fr) minmax(0, 1.42fr);
  gap: 10px;
  padding: 10px 13px;
  border-top: 1px solid var(--lb-line);
}
.lb-review-list > div:first-child { border-top: 0; }
.lb-review-list dt { color: var(--lb-muted); font-size: 10.5px; }
.lb-review-list dd { min-width: 0; margin: 0; overflow-wrap: anywhere; font-size: 11.5px; font-weight: 720; }

/* Sticky summary */
.lb-summary-card {
  overflow: hidden;
  border: 1px solid var(--lb-line);
  border-radius: 19px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 42px rgba(53, 20, 32, .09);
  backdrop-filter: blur(8px);
}
.lb-summary-card--empty { padding: 18px; color: var(--lb-muted); text-align: center; }
.lb-summary-card--empty strong { display: block; margin-bottom: 4px; color: var(--lb-ink); }
.lb-summary-card--empty p { margin: 0; font-size: 12px; }
.lb-summary-card__top {
  position: relative;
  min-height: 128px;
  overflow: hidden;
  background: linear-gradient(135deg, #5c162b, #8d2f4a);
  color: #fff;
}
.lb-summary-card__top > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--lb-image-focus-x, 50%) var(--lb-image-focus-y, 24%) !important; opacity: .62; }
.lb-summary-card__top::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22,4,11,.08), rgba(22,4,11,.75)); }
.lb-summary-card__top > div { position: absolute; z-index: 1; inset: auto 15px 15px; max-width: calc(100% - 30px); }
.lb-summary-card__top small { display: block; color: rgba(255,255,255,.94); font-size: 10.5px; font-weight: 780; letter-spacing: .075em; line-height: 1.35; text-shadow: 0 1px 2px rgba(0,0,0,.48); text-transform: uppercase; }
.lb-summary-card__top strong { display: block; margin-top: 4px; font-size: 20px; line-height: 1.24; text-shadow: 0 1px 2px rgba(0,0,0,.38); }
.lb-summary-card__top span { display: block; margin-top: 4px; color: rgba(255,255,255,.86); font-size: 12px; line-height: 1.4; }
.lb-summary-card dl { margin: 0; }
.lb-summary-card dl > div {
  display: grid;
  grid-template-columns: minmax(78px, .64fr) minmax(0, 1.36fr);
  gap: 12px;
  padding: 13px 14px;
  border-top: 1px solid var(--lb-line);
}
.lb-summary-card dt { min-width: 0; overflow-wrap: anywhere; hyphens: auto; color: var(--lb-muted); font-size: 11.5px; font-weight: 560; line-height: 1.45; }
.lb-summary-card dd { display: flex; min-width: 0; align-items: start; justify-content: space-between; gap: 8px; margin: 0; font-size: 13px; font-weight: 650; line-height: 1.42; }
.lb-summary-card dd > span { min-width: 0; overflow-wrap: anywhere; }
.lb-summary-card dd > span > small { display: block; margin-top: 4px; color: var(--lb-muted); font-size: 11px; font-weight: 520; line-height: 1.4; }
.lb-summary-card dd > em { color: var(--lb-faint); font-size: 11.5px; font-style: normal; font-weight: 520; line-height: 1.45; }
.lb-summary-options { min-width: 0; flex: 1 1 auto; }
.lb-summary-options > summary {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 5px;
  color: var(--lb-ink);
  cursor: pointer;
  list-style: none;
}
.lb-summary-options > summary::-webkit-details-marker { display: none; }
.lb-summary-options > summary::after {
  content: '⌄';
  flex: 0 0 auto;
  color: var(--lb-burgundy);
  font-size: 14px;
  line-height: 1;
}
.lb-summary-options[open] > summary::after { transform: rotate(180deg); }
.lb-summary-options > summary > span { min-width: 0; overflow-wrap: anywhere; }
.lb-summary-options > summary > small {
  flex: 0 0 auto;
  padding: 1px 5px;
  border-radius: 999px;
  background: var(--lb-burgundy-soft);
  color: var(--lb-burgundy);
  font-size: 10.5px;
  font-weight: 720;
}
.lb-summary-options > ul {
  display: grid;
  gap: 5px;
  margin: 8px 0 0;
  padding: 8px 0 0;
  border-top: 1px solid var(--lb-line);
  list-style: none;
  max-height: min(42vh, 280px);
  overflow: auto;
  padding-inline-end: 4px;
}
.lb-summary-options li { display: grid; min-width: 0; gap: 2px; line-height: 1.4; }
.lb-summary-options li > span { overflow-wrap: anywhere; }
.lb-summary-options li > small { color: var(--lb-burgundy); font-size: 10.5px; font-weight: 720; }
.lb-booking .lb-summary-card dd > button {
  appearance: none;
  flex: 0 0 auto;
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border: 0;
  background: transparent;
  color: var(--lb-burgundy);
  font-size: 11.5px;
  font-weight: 720;
  cursor: pointer;
}
.lb-booking .lb-summary-card dd > button:hover,
.lb-booking .lb-summary-card dd > button:focus {
  border-color: transparent;
  background: transparent;
  color: var(--lb-burgundy);
}
.lb-summary-people { display: flex; flex-wrap: wrap; gap: 5px; }
.lb-summary-people > span { display: inline-flex; align-items: center; gap: 4px; }
.lb-summary-people img,
.lb-summary-people i {
  display: grid;
  width: 22px;
  height: 22px;
  overflow: hidden;
  place-items: center;
  border-radius: 50%;
  background: var(--lb-burgundy-soft);
  color: var(--lb-burgundy);
  font-size: 9px;
  font-style: normal;
  object-fit: cover;
}
.lb-summary-people img, .lb-selected-providers img, .lb-mobile-summary__thumb img, .lb-provider-preview > img { object-position: var(--lb-image-focus-x, 50%) var(--lb-image-focus-y, 24%) !important; }


.lb-summary-card__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px;
  border-top: 1px solid var(--lb-line);
  background: var(--lb-gold-soft);
}
.lb-summary-card__total span { color: var(--lb-warning); font-size: 12.5px; font-weight: 730; line-height: 1.35; }
.lb-summary-card__total span small { display: block; margin-top: 2px; color: var(--lb-faint); font-size: 10.5px; font-weight: 560; }
.lb-summary-card__total strong { min-width: 0; font-size: 22px; line-height: 1.2; overflow-wrap: anywhere; text-align: end; }

.lb-booking .lb-payment-note {
  margin: 17px 0 0;
  padding: 12px 14px;
  border: 1px solid var(--lb-line);
  border-inline-start: 3px solid var(--lb-warning);
  border-radius: 12px;
  background: var(--lb-gold-soft);
  color: var(--lb-ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}

/* Buttons */
.lb-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  margin-block-start: 21px;
}
.lb-actions--end { justify-content: flex-end; }
@media (max-width: 700px) {
  .lb-booking .lb-time-actions {
    position: sticky;
    bottom: calc(92px + env(safe-area-inset-bottom, 0px));
    z-index: 8;
    padding: 10px;
    border: 1px solid var(--lb-line);
    border-radius: 16px;
    background: var(--lb-paper);
    box-shadow: 0 6px 24px rgb(0 0 0 / 12%);
  }
}
.lb-booking .lb-button {
  appearance: none;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 9px 16px;
  border: 1px solid var(--lb-line-strong);
  border-radius: 12px;
  background: var(--lb-paper);
  color: var(--lb-ink);
  text-decoration: none;
  font-weight: 780;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.lb-booking .lb-button:focus { border-color: var(--lb-line-strong); background: var(--lb-paper); color: var(--lb-ink); }
.lb-booking .lb-button:hover:not(:disabled):not([aria-disabled="true"]) { transform: translateY(-1px); border-color: #9d6374; }
.lb-booking .lb-button--primary { border-color: var(--lb-burgundy); background: var(--lb-action, var(--lb-burgundy)); color: #fff; }
.lb-booking .lb-button--primary:focus { border-color: var(--lb-burgundy); background: var(--lb-action, var(--lb-burgundy)); color: #fff; }
.lb-booking .lb-button--primary:hover:not(:disabled):not([aria-disabled="true"]) { border-color: var(--lb-burgundy-deep); background: var(--lb-burgundy-deep); }
.lb-booking .lb-button--danger { border-color: #e8bfc3; background: var(--lb-danger-soft); color: var(--lb-danger); }
.lb-booking .lb-button--danger:focus { border-color: #e8bfc3; background: var(--lb-danger-soft); color: var(--lb-danger); }
.lb-booking .lb-button:disabled,
.lb-booking .lb-button[aria-disabled="true"] {
  border-color: #d8cdd1;
  background: #ebe4e7;
  color: #685c61;
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}
.lb-booking .lb-button--book .lb-button__label {
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal;
}
.lb-button--book strong {
  flex: 0 0 auto;
  padding-inline-start: 9px;
  border-inline-start: 1px solid rgba(255,255,255,.32);
  font-size: 12px;
  white-space: nowrap;
}

/* Mobile sticky summary / drawer */
.lb-booking .lb-mobile-summary,
.lb-booking .lb-summary-drawer { display: none; }
.lb-summary-drawer[hidden] { display: none !important; }
.lb-booking .lb-summary-drawer__backdrop { appearance: none; position: absolute; inset: 0; padding: 0; border: 0; border-radius: 0; background: rgba(27, 8, 15, .53); }
.lb-booking .lb-summary-drawer__backdrop:hover,
.lb-booking .lb-summary-drawer__backdrop:focus {
  border-color: transparent;
  background: rgba(27, 8, 15, .53);
  color: inherit;
}
.lb-summary-drawer__panel {
  position: absolute;
  inset: auto 0 0;
  max-height: min(84vh, 680px);
  overflow: auto;
  padding: 13px 14px calc(16px + env(safe-area-inset-bottom));
  border-radius: 22px 22px 0 0;
  background: var(--lb-cream);
  transform: translateY(104%);
  transition: transform .18s ease;
}
.lb-summary-drawer.is-open .lb-summary-drawer__panel { transform: translateY(0); }
.lb-summary-drawer__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.lb-booking .lb-summary-drawer__head > button {
  appearance: none;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--lb-panel);
  cursor: pointer;
}
.lb-booking .lb-summary-drawer__head > button:hover,
.lb-booking .lb-summary-drawer__head > button:focus {
  border-color: transparent;
  background: var(--lb-panel);
  color: var(--lb-ink);
}

/* Provider preview */
.lb-preview-dialog {
  position: fixed;
  inset: 0;
  width: min(720px, calc(100% - 28px));
  max-height: min(86vh, 760px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 22px;
  background: var(--lb-cream);
  color: var(--lb-ink);
  box-shadow: 0 35px 100px rgba(26, 5, 13, .35);
}
.lb-preview-dialog::backdrop { background: rgba(27, 8, 15, .62); backdrop-filter: blur(3px); }
.lb-booking .lb-preview-dialog__close {
  appearance: none;
  position: sticky;
  z-index: 2;
  inset-block-start: 11px;
  inset-inline-end: 11px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  margin: 11px 11px -55px auto;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  background: rgba(25,5,12,.63);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.lb-booking[dir="rtl"] .lb-preview-dialog__close { margin-inline: auto 11px; }
.lb-booking .lb-preview-dialog__close:hover,
.lb-booking .lb-preview-dialog__close:focus {
  border-color: rgba(255,255,255,.55);
  background: rgba(25,5,12,.78);
  color: #fff;
}
.lb-provider-preview { display: grid; grid-template-columns: minmax(230px, .82fr) minmax(0, 1.18fr); min-height: 0; }
.lb-provider-preview > img,
.lb-provider-preview > .lb-provider-card__placeholder { width: 100%; height: 100%; min-height: 420px; object-fit: cover; object-position: center 22%; }
.lb-provider-preview > div { min-width: 0; align-self: start; padding: 58px 24px 24px; overflow-wrap: anywhere; }
.lb-provider-preview > div > small { color: var(--lb-burgundy); font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.lb-booking .lb-provider-preview h3 { margin: 5px 0 13px; color: var(--lb-ink); font-size: clamp(28px, 4vw, 42px); line-height: 1.05; }
.lb-provider-preview p { color: var(--lb-muted); line-height: 1.62; }
.lb-provider-preview a { display: inline-flex; margin-top: 8px; font-weight: 800; }
.lb-provider-preview__section { margin-block-start: 18px; padding-block-start: 14px; border-block-start: 1px solid var(--lb-line); }
.lb-booking .lb-provider-preview__section h4 { margin: 0 0 8px; font-size: 13px; font-weight: 800; color: var(--lb-ink); }
.lb-provider-preview__section p { margin: 6px 0; font-size: 12px; line-height: 1.45; }
.lb-provider-preview__section > small { display: block; margin-block-start: 10px; font-size: 11px; line-height: 1.45; color: var(--lb-muted); }
.lb-provider-preview__programmes { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; padding: 0; }
.lb-provider-preview__programmes li { padding: 6px 9px; border: 1px solid var(--lb-line); border-radius: 8px; font-size: 11px; line-height: 1.4; }
.lb-provider-preview__programmes small { display: block; color: var(--lb-muted); }
.lb-provider-preview__days { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 100px), 1fr)); gap: 7px; list-style: none; margin: 10px 0 0; padding: 0; }
.lb-provider-preview__days li { display: flex; align-items: center; justify-content: center; min-height: 44px; min-width: 0; padding: 9px 10px; border: 1px solid var(--lb-line); border-radius: 10px; background: var(--lb-burgundy-soft); color: var(--lb-ink); text-align: center; font-size: 12px; font-weight: 750; line-height: 1.4; overflow-wrap: anywhere; }
.lb-provider-preview__availability [data-preview-week-retry] { min-height: 44px; min-width: 0; white-space: normal; }
.lb-provider-preview__actions { display: grid; gap: 10px; margin-block-start: 20px; }
.lb-provider-preview__actions .lb-button { width: 100%; min-width: 0; white-space: normal; }
.lb-provider-preview__actions a { min-height: 44px; align-items: center; font-size: 12px; }

/* Success and manage */
.lb-success {
  padding: clamp(28px, 6vw, 54px);
  border: 1px solid #b9dec8;
  border-radius: 22px;
  background: linear-gradient(180deg, #f7fff9, var(--lb-positive-soft));
  text-align: center;
}
.lb-success > span {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 13px;
  place-items: center;
  border-radius: 50%;
  background: var(--lb-positive);
  color: #fff;
  font-size: 25px;
  font-weight: 900;
}
.lb-booking .lb-success h3 { margin: 0; color: var(--lb-ink); font-size: 25px; }
.lb-success p { max-width: 520px; margin: 8px auto 18px; color: var(--lb-muted); }
.lb-success > div { display: grid; gap: 3px; margin: 0 auto 18px; }
.lb-success > div small { color: var(--lb-muted); }
.lb-success bdi { font-size: 18px; font-weight: 850; letter-spacing: .04em; }
.lb-booking--manage { width: min(760px, calc(100% - 24px)); }
.lb-manage-card { overflow: hidden; border: 1px solid var(--lb-line); border-radius: 18px; background: var(--lb-paper); }
.lb-manage-card .lb-actions { padding: 0 13px 13px; }

.lb-honeypot {
  position: absolute !important;
  inset-inline-start: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* Focus states */
.lb-booking button:focus-visible,
.lb-booking input:focus-visible,
.lb-booking select:focus-visible,
.lb-booking textarea:focus-visible,
.lb-booking a:focus-visible,
.lb-booking summary:focus-visible {
  outline: 3px solid #9d6374;
  outline-offset: 2px;
  box-shadow: var(--lb-focus);
}

/* LinDom's guest surfaces always use the dark brand palette. */
/* Do not let mutations in the sticky summary become the page's scroll anchor. */
.lb-booking__summary, .lb-summary-drawer, [data-lb-selection-capacity] { overflow-anchor: none; }
.lb-language-skill__flag { display: inline-flex; flex: 0 0 auto; align-items: center; }
.lb-language-skill__flag svg { display: block; width: 22px; height: 15px; border-radius: 2px; }
.lb-booking .lb-button:hover:not(:disabled):not([aria-disabled="true"]) { transform: none; }
.lb-booking[data-theme="dark"] {
  --lb-ink: #f6edf1;
  --lb-muted: #c2b0b7;
  --lb-faint: #aa969e;
  --lb-burgundy: #c4addd;
  --lb-burgundy-deep: #4c183e;
  --lb-burgundy-soft: #302036;
  --lb-action: #702646;
  --lb-action-hover: #57203f;
  --lb-gold: #d8b879;
  --lb-gold-soft: #2b2217;
  --lb-cream: #100c0e;
  --lb-paper: #191316;
  --lb-panel: #23191e;
  --lb-soft: #34242b;
  --lb-line: #3d2e35;
  --lb-line-strong: #5a434d;
  --lb-positive: #78d5a1;
  --lb-positive-soft: #162a20;
  --lb-warning: #e1bb73;
  --lb-warning-soft: #2e2518;
  --lb-danger: #ff9da4;
  --lb-danger-soft: #351a1e;
  --lb-shadow: 0 28px 90px rgba(0, 0, 0, .42);
  --lb-shadow-soft: 0 14px 38px rgba(0, 0, 0, .34);
  --lb-focus: 0 0 0 3px rgba(196, 173, 221, .38);
  color-scheme: dark;
  background:
    radial-gradient(circle at 96% 0%, rgba(184, 70, 112, .16), transparent 28%),
    linear-gradient(180deg, #171013 0%, var(--lb-cream) 100%);
}
.lb-booking[data-theme="dark"] .lb-booking__progress,
.lb-booking[data-theme="dark"] .lb-summary-card { background: rgba(25, 19, 22, .92); }
.lb-booking[data-theme="dark"] :is(.lb-choice-card, .lb-option-card, .lb-option-chip, .lb-contact-methods label).is-selected,
.lb-booking[data-theme="dark"] .lb-option-chip:hover,
.lb-booking[data-theme="dark"] .lb-contact-methods label.is-selected { background: #2d1d25; }
.lb-booking[data-theme="dark"] .lb-provider-card__media { background: #302229; }
.lb-booking[data-theme="dark"] .lb-provider-card__placeholder { background: linear-gradient(135deg, #3a2630, #24181e); }
.lb-booking[data-theme="dark"] .lb-provider-card__availability.is-today { background: #173225; color: #8ce0af; }
.lb-booking[data-theme="dark"] .lb-provider-card__availability.is-full { background: #392918; color: #edc27b; }
.lb-booking[data-theme="dark"] .lb-provider-card__availability.is-later { background: #2c2328; color: var(--lb-muted); }
.lb-booking[data-theme="dark"] .lb-pair-ready { border-color: #315c43; }
.lb-booking[data-theme="dark"] .lb-pair-ready > span,
.lb-booking[data-theme="dark"] .lb-option-chip__check { background: var(--lb-paper); }
.lb-booking[data-theme="dark"] .lb-programme-discovery {
  border-color: #795f34;
  background: linear-gradient(135deg, #2e2518, #191316 66%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .26);
}
.lb-booking[data-theme="dark"] .lb-programme-discovery details { border-color: rgba(216, 184, 121, .22); }
.lb-booking[data-theme="dark"] .lb-programme-discovery summary b { background: #49391f; color: #efd29b; }
.lb-booking[data-theme="dark"] .lb-programme-discovery__list span { border-color: #66522f; background: #21191a; }
.lb-booking[data-theme="dark"] .lb-calendar-toolbar > button:disabled,
.lb-booking[data-theme="dark"] .lb-button:disabled,
.lb-booking[data-theme="dark"] .lb-button[aria-disabled="true"] { border-color: #41343a; background: #282126; color: #8f8187; }
.lb-booking[data-theme="dark"] :is(input, select, textarea) { color-scheme: dark; }
.lb-booking[data-theme="dark"] :is(input, textarea)::placeholder { color: #8f7d85; opacity: 1; }
.lb-booking[data-theme="dark"] .lb-success { border-color: #315c43; background: linear-gradient(180deg, #17271e, var(--lb-positive-soft)); }
.lb-booking[data-theme="dark"] .lb-preview-dialog { background: var(--lb-cream); color: var(--lb-ink); }

.lb-forward-arrow { display: inline-block; font-style: normal; }
.lb-booking[dir="rtl"] .lb-calendar-toolbar > button { transform: rotate(180deg); }
.lb-booking[dir="rtl"] .lb-forward-arrow { transform: scaleX(-1); }
@keyframes lb-spin { to { transform: rotate(360deg); } }
@keyframes lb-fade-in { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  .lb-entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lb-provider-grid { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
  .lb-compact-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lb-compact-controls .lb-fieldset:last-child { grid-column: 1 / -1; }
  .lb-details-layout { grid-template-columns: minmax(0, 1fr); }
  .lb-final-review { position: static; }
  .lb-booking {
    isolation: auto;
    width: min(100% - 12px, 760px);
    margin-block: 8px;
    padding: 17px 14px 22px;
    border-radius: 22px;
  }
  .lb-booking.has-summary:not(.is-complete) {
    padding-bottom: calc(94px + env(safe-area-inset-bottom));
  }
  .lb-booking--manage { margin-bottom: 16px; }
  .lb-booking__header { align-items: flex-start; margin-bottom: 16px; }
  .lb-booking__header-actions { flex-direction: column-reverse; align-items: flex-end; }
  .lb-theme-toggle > small { display: none; }
  .lb-booking .lb-theme-toggle { width: 44px; padding: 8px; }
  .lb-booking__intro { font-size: 13px; }
  .lb-booking__progress {
    grid-template-columns: repeat(5, minmax(44px, 1fr));
    justify-content: start;
    gap: 3px;
    padding: 5px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
  }
  .lb-booking .lb-booking__progress button {
    min-width: 44px;
    min-height: 44px;
    padding: 4px;
    scroll-snap-align: center;
  }
  .lb-booking .lb-booking__progress button > span { width: 26px; height: 26px; }
  .lb-booking .lb-booking__progress button > small { display: none; }
  .lb-booking__shell { display: block; }
  .lb-booking__summary { display: none; }
  .lb-step-head { margin-bottom: 15px; }
  .lb-booking .lb-step-head h3 { font-size: 25px; }
  .lb-step-head p { font-size: 12.5px; }

  .lb-entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .lb-booking .lb-entry-card { grid-template-rows: 116px minmax(102px, auto); border-radius: 16px; }
  .lb-entry-card__body { padding: 10px 10px 11px; }
  .lb-entry-card__body strong { font-size: 14px; }
  .lb-entry-card__body small { min-height: 32px; font-size: 10.5px; }
  .lb-entry-card__body > span { font-size: 10px; }

  .lb-selected-entry { grid-template-columns: 67px minmax(0, 1fr) auto; gap: 9px; padding: 8px; }
  .lb-selected-entry__media { width: 67px; height: 60px; }
  .lb-selected-entry__body > strong { font-size: 15px; }
  .lb-selected-entry__body p { display: block; }
  .lb-selected-entry__body em { font-size: 9px; }
  .lb-compact-controls { grid-template-columns: minmax(0, 1fr); gap: 13px; padding: 12px; }
  .lb-compact-controls .lb-fieldset:last-child { grid-column: auto; }
  .lb-choice-grid { grid-template-columns: minmax(0, 1fr); }
  .lb-booking .lb-choice-card { min-height: 70px; }

  .lb-provider-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .lb-provider-tools { grid-template-columns: minmax(0, 1fr); }
  .lb-provider-card { border-radius: 15px; }
  .lb-provider-card__media { max-height: none; aspect-ratio: 3 / 4; }
  .lb-provider-card__body { padding: 9px 9px 6px; }
  .lb-provider-card__body strong { font-size: 14px; }
  .lb-provider-card__body > small { min-height: 30px; font-size: 10px; }
  .lb-booking .lb-provider-card__preview { min-height: 44px; margin: 0 7px 7px; padding: 6px; font-size: 10px; }
  .lb-selected-providers { display: grid; align-items: start; }
  .lb-selected-providers > div { justify-content: start; }
  .lb-booking .lb-selected-providers button { min-width: min(100%, 146px); }
  .lb-option-chip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .lb-option-list { grid-template-columns: minmax(0, 1fr); }
  .lb-day-strip { gap: 4px; overflow-x: auto; scroll-snap-type: x proximity; }
  .lb-booking .lb-day-strip button { min-width: 54px; scroll-snap-align: start; }
  .lb-slot-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lb-date-jump { align-items: stretch; flex-direction: column; }
  .lb-date-jump .lb-button { width: 100%; }

  .lb-form-grid { grid-template-columns: minmax(0, 1fr); }
  .lb-form-grid .lb-field:first-child { grid-column: auto; }
  .lb-contact-methods > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lb-actions { position: relative; display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); }
  .lb-actions--end { grid-template-columns: minmax(0, 1fr); }
  .lb-booking .lb-button { width: 100%; min-width: 0; padding-inline: 11px; }
  .lb-button--book { display: grid; grid-template-columns: minmax(0, 1fr) auto; }

  .lb-booking .lb-mobile-summary {
    appearance: none;
    position: fixed;
    z-index: 2147483000;
    inset: auto 8px calc(8px + env(safe-area-inset-bottom));
    display: none;
    grid-template-columns: 38px minmax(0, 1fr) auto 16px;
    min-width: 0;
    align-items: center;
    gap: 8px;
    min-height: 56px;
    padding: 8px 10px 8px 8px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 15px;
    background: rgba(38, 0, 11, .96);
    color: #fff;
    box-shadow: 0 14px 42px rgba(28,6,14,.34);
    text-align: start;
    backdrop-filter: blur(12px);
    cursor: pointer;
  }
  .lb-booking .lb-mobile-summary:hover,
  .lb-booking .lb-mobile-summary:focus {
    border-color: rgba(255,255,255,.22);
    background: rgba(38, 0, 11, .96);
    color: #fff;
  }
  .lb-booking.has-summary .lb-mobile-summary { display: grid; }
  .lb-mobile-summary__thumb {
    display: grid;
    width: 38px;
    height: 38px;
    overflow: hidden;
    place-items: center;
    border-radius: 11px;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-weight: 850;
  }
  .lb-mobile-summary__thumb img { width: 100%; height: 100%; object-fit: cover; }
  .lb-mobile-summary__text { display: grid; min-width: 0; }
  .lb-mobile-summary__text strong,
  .lb-mobile-summary__text small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .lb-mobile-summary__text strong { font-size: 12.5px; }
  .lb-mobile-summary__text small { color: rgba(255,255,255,.84); font-size: 9.5px; }
  .lb-mobile-summary > bdi { font-size: 12px; font-weight: 850; white-space: nowrap; }
  .lb-mobile-summary__chevron { color: rgba(255,255,255,.84); }
  .lb-booking .lb-summary-drawer { position: fixed; z-index: 2147483001; inset: 0; display: block; }
  .lb-summary-drawer .lb-summary-card { box-shadow: none; }

  .lb-provider-preview { grid-template-columns: minmax(0, 1fr); }
  .lb-provider-preview > img,
  .lb-provider-preview > .lb-provider-card__placeholder { height: min(55vh, 440px); min-height: 300px; }
  .lb-provider-preview > div { padding: 22px; }
}

@media (max-width: 640px) {
  .lb-entry-grid,
  .lb-provider-grid { grid-template-columns: minmax(0, 1fr); gap: 10px; }

  .lb-booking .lb-entry-card {
    grid-template-columns: 88px minmax(0, 1fr);
    grid-template-rows: minmax(96px, auto);
    min-height: 96px;
  }
  .lb-entry-card__media {
    grid-column: 1;
    grid-row: 1;
    width: 88px;
    height: 100%;
    min-height: 96px;
  }
  .lb-entry-card__body {
    grid-column: 2;
    grid-row: 1;
    align-content: center;
    gap: 4px;
    padding: 12px 14px;
  }
  .lb-entry-card__body strong { font-size: 16px; }
  .lb-entry-card__body small { min-height: 0; font-size: 12px; }
  .lb-entry-card__body > span { font-size: 11px; }

  .lb-provider-card { border-radius: 16px; }
  .lb-booking .lb-provider-card__select {
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    padding: 10px;
  }
  .lb-provider-card__media {
    width: 72px;
    height: 88px;
    max-height: none;
    aspect-ratio: auto;
    border-radius: 12px;
  }
  .lb-provider-card__body {
    align-content: center;
    gap: 4px;
    padding-block: 2px;
    padding-inline: 12px 0;
  }
  .lb-provider-card__body strong {
    overflow: visible;
    font-size: 16px;
    text-overflow: clip;
    white-space: normal;
  }
  .lb-provider-card__body > small { min-height: 0; font-size: 11px; }
  .lb-provider-card__body em { font-size: 10.5px; }
  .lb-booking .lb-provider-card__preview {
    justify-self: start;
    width: auto;
    min-height: 44px;
    margin-block: 0 10px;
    margin-inline: 94px 10px;
    padding: 5px 9px;
    font-size: 10.5px;
  }
  .lb-provider-card__slots {
    margin-inline: 94px 10px;
    padding: 0 0 8px;
  }

  /* At browser zoom the CSS viewport becomes narrow. Keep all decision-making
   * copy available instead of irreversibly clipping it behind line clamps. */
  .lb-entry-card__body small,
  .lb-selected-entry__body p,
  .lb-choice-card span,
  .lb-provider-card__body > small,
  .lb-provider-card__body em,
  .lb-option-chip__body small,
  .lb-option-card__toggle small {
    display: block;
    min-height: 0;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
    -webkit-line-clamp: unset;
  }
}

@media (max-width: 390px) {
  .lb-actions--booking-submit {
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
    max-width: 100%;
  }
  .lb-actions--booking-submit > .lb-button {
    min-width: 0;
    max-width: 100%;
  }
  .lb-booking .lb-entry-card {
    grid-template-columns: 78px minmax(0, 1fr);
    grid-template-rows: minmax(90px, auto);
    min-height: 90px;
  }
  .lb-entry-card__media { width: 78px; min-height: 90px; }
  .lb-entry-card__body { padding: 10px 12px; }
  .lb-entry-card__body strong { font-size: 15px; }
  .lb-entry-card__body small { font-size: 11px; }
  .lb-booking .lb-provider-card__select {
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 8px;
  }
  .lb-provider-card__media { width: 64px; height: 78px; }
  .lb-provider-card__body { padding-inline-start: 10px; }
  .lb-booking .lb-provider-card__preview {
    margin-block: 0 8px;
    margin-inline: 82px 8px;
  }
  .lb-provider-card__slots { margin-inline: 82px 8px; }
  .lb-slot-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lb-booking .lb-mobile-summary { grid-template-columns: 36px minmax(0, 1fr) auto 14px; }
  .lb-mobile-summary__thumb { width: 36px; height: 36px; }
  .lb-mobile-summary > bdi { font-size: 11px; }
}

@media (max-width: 320px) {
  .lb-entry-grid,
  .lb-provider-grid,
  .lb-option-list,
  .lb-contact-methods > div,
  .lb-actions { grid-template-columns: minmax(0, 1fr); }
  .lb-actions--booking-submit .lb-button--book {
    grid-template-columns: minmax(0, 1fr);
  }
  .lb-actions--booking-submit .lb-button--book strong {
    width: 100%;
    padding-block-start: 6px;
    padding-inline-start: 0;
    border-block-start: 1px solid rgba(255,255,255,.32);
    border-inline-start: 0;
    text-align: center;
  }
  .lb-booking .lb-entry-card {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    min-height: 0;
  }
  .lb-entry-card__media {
    width: 100%;
    height: 76px;
    min-height: 76px;
  }
  .lb-entry-card__body {
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
  }
  .lb-entry-card__body strong,
  .lb-entry-card__body small,
  .lb-entry-card__body > span {
    width: auto;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }
  .lb-selected-entry {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
  }
  .lb-selected-entry__media {
    width: 100%;
    height: 84px;
  }
  .lb-selected-entry__body p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
  .lb-booking .lb-selected-entry .lb-text-button {
    width: 100%;
    min-width: 0;
  }
  .lb-booking__progress {
    grid-template-columns: repeat(5, minmax(44px, 1fr));
    gap: 1px;
    padding: 3px;
    overflow-x: auto;
  }
  .lb-booking .lb-booking__progress button {
    min-width: 44px;
    min-height: 44px;
    padding: 2px 0;
  }
  .lb-booking .lb-booking__progress button > span {
    width: 22px;
    height: 22px;
    font-size: 10px;
  }
  .lb-slot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lb-booking .lb-mobile-summary { grid-template-columns: minmax(0, 1fr) auto 14px; }
  .lb-mobile-summary__thumb,
  .lb-mobile-summary__text small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .lb-booking *,
  .lb-booking *::before,
  .lb-booking *::after { scroll-behavior: auto !important; transition: none !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

@media (forced-colors: active) {
  .lb-booking { border: 2px solid CanvasText; }
  .lb-booking button,
  .lb-booking input,
  .lb-booking select,
  .lb-booking textarea { border: 1px solid CanvasText; }
}

/* Option card media occupies a compact, predictable column. */
.lb-option-card__toggle {
  grid-template-columns: 18px 34px minmax(0, 1fr) auto;
}
.lb-option-card__toggle > img,
.lb-option-card__icon {
  display: grid;
  width: 34px;
  height: 34px;
  overflow: hidden;
  place-items: center;
  border-radius: 9px;
  background: var(--lb-burgundy-soft);
  color: var(--lb-burgundy);
  font-size: 12px;
  object-fit: cover;
}
@media (max-width: 420px) {
  .lb-option-card__toggle { grid-template-columns: 18px 30px minmax(0, 1fr); }
  .lb-option-card__toggle > img,
  .lb-option-card__icon { width: 30px; height: 30px; }
  .lb-option-card__toggle bdi { grid-column: 3; }
  .lb-option-chip-grid { grid-template-columns: minmax(0, 1fr); }
}

/* Compact-flow finishing details. */
.lb-slot i {
  display: inline-grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 999px;
  opacity: 0;
  transform: scale(.75);
  background: var(--lb-action, var(--lb-burgundy));
  color: #fff;
  font-size: 10px;
  font-style: normal;
  transition: opacity .16s ease, transform .16s ease;
}
.lb-slot.is-selected i { opacity: 1; transform: scale(1); }
.lb-final-review .lb-review-list { margin: 0; }

/* Visual-QA corrections. */
.lb-booking .lb-summary-card__top > button {
  appearance: none;
  position: absolute;
  z-index: 2;
  inset-block-start: 10px;
  inset-inline-end: 10px;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: rgba(34,7,17,.44);
  color: #fff;
  font-size: 11px;
  font-weight: 780;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(5px);
}
.lb-booking .lb-summary-card__top > button:hover,
.lb-booking .lb-summary-card__top > button:focus { background: rgba(34,7,17,.66); color: #fff; }
.lb-final-review__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.lb-final-review__head span { min-width: 0; }
.lb-final-review__head strong { flex: 0 0 auto; white-space: nowrap; }
@media (max-width: 980px) {
  .lb-booking .lb-mobile-summary,
  .lb-mobile-summary__text,
  .lb-mobile-summary__text strong,
  .lb-mobile-summary > bdi { color: #fff; }
  .lb-mobile-summary__text small,
  .lb-mobile-summary__chevron { color: rgba(255,255,255,.78); }
}

/* 0.8 operator-core: guest time-only reschedule */
.lb-manage-card__expiry {
  margin: 0;
  padding: 10px 13px;
  border-top: 1px solid var(--lb-line);
  color: var(--lb-muted);
  font-size: 10.5px;
}
.lb-manage-card__actions {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 13px;
  border-top: 1px solid var(--lb-line);
}
.lb-calendar-actions {
  margin: 0;
  padding: 12px 13px;
  border-top: 1px solid var(--lb-line);
  color: var(--lb-ink);
}
.lb-calendar-actions summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  cursor: pointer;
}
.lb-calendar-actions > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-block: 8px;
}
.lb-calendar-actions > div .lb-button { min-height: 44px; }
.lb-calendar-actions small { display: block; color: var(--lb-muted); line-height: 1.45; }
.lb-portal-card > .lb-calendar-actions { padding-inline: 17px; }
.lb-manage-reschedule {
  margin: 0 13px 13px;
  padding: 13px;
  border: 1px solid var(--lb-line);
  border-radius: 15px;
  background: var(--lb-panel);
}
.lb-manage-reschedule[hidden] { display: none !important; }
.lb-manage-reschedule__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.lb-manage-reschedule__head strong { font-size: 13px; }
.lb-manage-reschedule__head p { margin: 3px 0 0; color: var(--lb-muted); font-size: 10.5px; line-height: 1.45; }
.lb-booking .lb-icon-button {
  appearance: none;
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--lb-line);
  border-radius: 50%;
  background: var(--lb-paper);
  color: var(--lb-ink);
  font-size: 19px;
  cursor: pointer;
}
.lb-booking .lb-icon-button:hover,
.lb-booking .lb-icon-button:focus {
  border-color: var(--lb-line);
  background: var(--lb-paper);
  color: var(--lb-ink);
}
.lb-manage-reschedule__slots { min-height: 50px; margin-top: 12px; }
.lb-manage-reschedule__slots > p { margin: 0; color: var(--lb-muted); font-size: 11px; }
.lb-manage [aria-busy="true"] { cursor: progress; }
.lb-manage .lb-slot[aria-pressed="true"] { border-color: var(--lb-burgundy); background: var(--lb-action, var(--lb-burgundy)); color: #fff; }

@media (max-width: 520px) {
  .lb-manage-card__actions .lb-button { flex: 1 1 100%; }
  .lb-manage-reschedule { margin-inline: 8px; padding: 11px; }
}

/* Passwordless customer portal. */
.lb-booking--portal { max-width: 980px; }
.lb-portal__header { display: flex; justify-content: space-between; gap: 18px; }
.lb-portal__body { min-height: 240px; }
.lb-portal-login,
.lb-portal-exchange {
  max-width: 560px;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid var(--lb-line);
  border-radius: 20px;
  background: var(--lb-panel);
}
.lb-portal-login form { display: grid; gap: 14px; }
.lb-portal-login__help,
.lb-portal-exchange > p { margin: 13px 0 0; color: var(--lb-muted); font-size: 12px; line-height: 1.55; }
.lb-portal-exchange { display: grid; gap: 16px; }
.lb-portal-exchange > p { margin: 0; }
.lb-portal-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}
.lb-portal-tabs {
  display: flex;
  min-width: 0;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.lb-portal-tabs button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid var(--lb-line);
  border-radius: 999px;
  background: var(--lb-panel);
  color: var(--lb-ink);
  font: inherit;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}
.lb-portal-tabs button span {
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--lb-paper);
  font-size: 11px;
}
.lb-portal-tabs button[aria-selected="true"] { border-color: var(--lb-burgundy); background: var(--lb-action, var(--lb-burgundy)); color: #fff; }
.lb-portal-tabs button[aria-selected="true"] span { background: rgba(255,255,255,.18); color: #fff; }
.lb-portal-list { display: grid; gap: 14px; }
.lb-portal-empty {
  padding: 34px 18px;
  border: 1px dashed var(--lb-line);
  border-radius: 18px;
  color: var(--lb-muted);
  text-align: center;
}
.lb-portal-card {
  overflow: hidden;
  border: 1px solid var(--lb-line);
  border-radius: 20px;
  background: var(--lb-panel);
  box-shadow: 0 12px 35px rgba(60, 13, 31, .06);
}
.lb-portal-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 17px;
  border-bottom: 1px solid var(--lb-line);
}
.lb-portal-card__head h3 { margin: 7px 0 0; color: var(--lb-ink); font-size: 19px; }
.lb-portal-card__head > bdi { color: var(--lb-ink); font-weight: 800; text-align: end; }
.lb-status-pill {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--lb-soft);
  color: var(--lb-burgundy);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.lb-portal-card .lb-review-list { margin: 0; padding: 7px 17px; }
.lb-portal-card > .lb-actions { margin: 0; padding: 14px 17px; border-top: 1px solid var(--lb-line); flex-wrap: wrap; justify-content: flex-start; }
.lb-portal-card__panel { margin: 0 17px 17px; padding: 14px; border: 1px solid var(--lb-line); border-radius: 16px; background: var(--lb-paper); }
.lb-portal-card__panel[hidden] { display: none !important; }
.lb-portal-card__panel [data-portal-slots] { margin-top: 12px; }
.lb-portal [aria-busy="true"] { cursor: progress; }

@media (max-width: 680px) {
  .lb-portal-toolbar { align-items: stretch; flex-direction: column; }
  .lb-portal-toolbar > .lb-button { align-self: flex-start; }
  .lb-portal-card__head { flex-direction: column; gap: 10px; }
  .lb-portal-card__head > bdi { text-align: start; }
  .lb-portal-card > .lb-actions .lb-button { flex: 1 1 100%; text-align: center; }
}
/* One shared capacity notice; preserve individual accessible descriptions. */
/* The site's Chaty launcher must stay above the booking's fixed mobile summary.
   This selector does not change Chaty on pages without an active booking. */
@media (max-width: 680px) {
  body:has(.lb-booking.has-summary:not(.is-complete)) .chaty .chaty-widget {
    bottom: calc(112px + env(safe-area-inset-bottom, 0px)) !important;
  }
  body:has(.lb-booking .lb-summary-drawer.is-open) .chaty { visibility: hidden; }
}
.lb-booking .lb-capacity-reason { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.lb-booking.lb-booking--portal { width: min(720px, calc(100vw - 32px)); min-height: 0; padding: 28px; margin: 0 auto; }
.lb-portal .lb-booking__title { font-size: clamp(28px, 5vw, 38px); }
.lb-portal .lb-portal-toolbar { align-items: flex-start; gap: 16px; }
.lb-portal .lb-portal-toolbar p { margin: 0; max-width: 48ch; color: var(--lb-muted, #c1b1b8); font-size: 13px; }
.lb-portal .lb-portal-card__head { align-items: flex-start; flex-wrap: wrap; gap: 14px; }
.lb-portal .lb-portal-card__head h3 { margin-top: 10px; font-size: 22px; }
.lb-portal .lb-review-list > div { grid-template-columns: minmax(90px, 1fr) minmax(0, 2fr); }
.lb-portal .lb-review-list dd { overflow-wrap: anywhere; }
.lb-portal .lb-portal-contact { margin-top: 22px; padding-top: 18px; border-top: 1px solid #523942; }
.lb-portal .lb-portal-contact h3 { font-family: inherit; font-size: 18px; }
.lb-portal .lb-portal-contact p { line-height: 1.6; font-size: 14px; }
.lb-portal .lb-portal-contact textarea { box-sizing: border-box; width: 100%; max-width: 100%; padding: 12px; background: #140e11; border: 1px solid #74505f; border-radius: 8px; color: #f5edf0; font: inherit; font-size: 14px; resize: vertical; }
.lb-portal .lb-portal-items { margin: 4px 17px; }
.lb-portal .lb-review-list dt, .lb-portal .lb-review-list dd { font-size: 14px; }
.lb-portal .lb-portal-card > .lb-payment-note, .lb-portal .lb-portal-card > .lb-portal-login__help { margin: 10px 17px 14px; }
.lb-portal .lb-portal-card > .lb-portal-contact { padding: 12px 17px 18px; margin-top: 12px; }
.lb-portal .lb-portal-contact h3 { margin: 6px 0 10px; }
.lb-portal .lb-status-pill { display: inline-flex; align-items: center; gap: 5px; }
.lb-portal .lb-calendar-actions summary::after { content: '▾'; margin-inline-start: auto; }
.lb-portal .lb-calendar-actions[open] summary::after { content: '▴'; }
.lb-portal .lb-portal-items summary { cursor: pointer; padding: 12px 0; font-weight: 600; }
.lb-portal .lb-portal-items li { margin-block: 6px; }
.lb-portal .lb-status-pill--pending { background: #473514; color: #ffdc91; }
.lb-portal .lb-status-pill--confirmed, .lb-portal .lb-status-pill--completed { background: #173b2d; color: #a1e7c6; }
.lb-portal .lb-status-pill--change_required { background: #30365e; color: #d1d5ff; }
.lb-portal .lb-status-pill--cancelled, .lb-portal .lb-status-pill--rejected { background: #47282e; color: #ffb6c2; }
.lb-portal .lb-portal-pending { border-inline-start: 3px solid #edc76b; padding: 10px 14px; background: #332712; color: #ffe7ae; }
@media (max-width: 600px) {
  .lb-booking.lb-booking--portal { width: 100%; box-sizing: border-box; border-radius: 0; padding: 22px 16px; border-inline: 0; }
  .lb-portal .lb-portal-card { padding: 16px; }
  .lb-portal .lb-portal-toolbar { flex-wrap: wrap; }
  .lb-portal .lb-actions { display: flex; flex-wrap: wrap; gap: 10px; }
  .lb-portal .lb-actions .lb-button { flex: 1 1 130px; min-height: 44px; }
}
@media (max-width: 600px) {
  .lb-booking .lb-step-head { margin-bottom: 16px; }
  .lb-booking .lb-booking__header { gap: 12px; margin-bottom: 12px; }
  .lb-booking .lb-booking__header h2 { font-size: clamp(26px, 7vw, 34px); }
  .lb-booking .lb-option-chip { min-height: 48px; }
}

/* Alpha42: recognisable service actions; local SVGs, no external icon requests. */
.lb-booking .lb-service-icon, .lb-portal-confirm .lb-service-icon { width: 23px; height: 23px; flex: 0 0 23px; display: inline-block; vertical-align: middle; }
.lb-booking .lb-button.lb-brand--whatsapp { background: #137e4b; color: #fff; border-color: #31a769; }
.lb-booking .lb-button.lb-brand--telegram { background: #126fa4; color: #fff; border-color: #3199cf; }
.lb-booking .lb-button.lb-brand--google { background: #f7f9ff; color: #26374e; border-color: #d5e0f4; }
.lb-booking .lb-button.lb-brand--outlook { background: #075f9f; color: #fff; border-color: #388bca; }
.lb-booking .lb-button.lb-brand--ics { background: #f4f4f5; color: #29292d; border-color: #d4d4d8; }
.lb-booking .lb-button[class*="lb-brand--"] { display: inline-flex; align-items: center; justify-content: center; gap: 9px; }
.lb-booking .lb-button[class*="lb-brand--"]:hover { filter: brightness(1.09); }
.lb-booking .lb-button[class*="lb-brand--"]:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.lb-portal .lb-portal-cancellation { border-top: 1px solid var(--lb-border); padding: 16px 17px 20px; }
.lb-portal .lb-portal-cancellation h3 { margin: 0 0 10px; font: 650 17px/1.4 system-ui,sans-serif; }
.lb-portal .lb-portal-cancellation p { font-size: 14px; line-height: 1.6; margin: 10px 0; }
.lb-portal .lb-button--danger, .lb-portal-confirm .lb-button--danger { background: #71303c; color: #fff; border: 1px solid #bb6374; }
.lb-portal .lb-button--danger:hover, .lb-portal-confirm .lb-button--danger:hover { background: #8b3548; }
.lb-portal-confirm { box-sizing: border-box; width: min(520px,calc(100vw - 28px)); max-height: calc(100dvh - 32px); overflow: auto; padding: 25px; border: 1px solid #74545e; border-radius: 16px; background: #251c22; color: #f5edf1; box-shadow: 0 24px 90px #0008; font: 14px/1.6 system-ui,sans-serif; color-scheme: dark; }
.lb-portal-confirm::backdrop { background: #0a050bd1; }
.lb-portal-confirm h3 { margin: 0 0 18px; font: 650 21px/1.4 system-ui,sans-serif; color: #fff; }
.lb-portal-confirm__booking { padding: 14px 16px; background: #171115; border: 1px solid #58404b; border-radius: 9px; }
.lb-portal-confirm__booking p { margin: 5px 0 0; }
.lb-portal-confirm .lb-actions { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.lb-portal-confirm .lb-button { min-height: 44px; padding: 9px 15px; border-radius: 9px; font: 600 14px/1.4 system-ui,sans-serif; cursor: pointer; }
.lb-portal-confirm [data-cancel-back] { background: #34262e; color: #f5edf1; border: 1px solid #755563; }
.lb-portal-confirm .lb-button:focus-visible { outline: 2px solid #c9addb; outline-offset: 3px; }
.lb-portal-confirm .lb-button:disabled { opacity: .55; cursor: wait; }
.lb-portal-confirm [data-cancel-feedback]:empty { display: none; }
@media(max-width: 500px) { .lb-portal-confirm { padding: 19px; } .lb-portal-confirm .lb-actions .lb-button { flex: 1 1 130px; } }
@media(max-width: 500px) { .lb-portal-contact textarea[data-support-message] { min-height: 14em; } }

/* Alpha48: fixed image boxes, isolated from Elementor/theme img height:auto rules. */
.lb-booking :is(.lb-entry-card__media, .lb-provider-card__media, .lb-selected-entry__media, .lb-mobile-summary__thumb) { position: relative; }
.lb-booking :is(.lb-entry-card__media, .lb-provider-card__media, .lb-selected-entry__media, .lb-mobile-summary__thumb) > img,
.lb-booking .lb-summary-card__top > img {
  position: absolute !important; inset: 0; display: block !important;
  width: 100% !important; height: 100% !important; max-width: none !important; max-height: none !important;
  min-width: 0; min-height: 0; margin: 0 !important; padding: 0 !important; aspect-ratio: auto !important;
  object-fit: cover; border-radius: 0;
}
.lb-booking .lb-summary-card__top { min-height: 0; aspect-ratio: 3 / 2; }
.lb-booking .lb-summary-card__top > img { object-position: center !important; }
.lb-booking .lb-summary-people { display: grid; flex: 1 1 auto; gap: 10px; }
.lb-booking .lb-summary-people > span { display: flex; align-items: center; min-width: 0; gap: 9px; }
.lb-booking .lb-summary-people > span > span { min-width: 0; overflow-wrap: anywhere; }
.lb-booking .lb-summary-people :is(img, i) {
  position: static !important; display: block; flex: 0 0 40px;
  width: 40px !important; height: 52px !important; max-width: none !important; max-height: none !important;
  margin: 0 !important; border-radius: 8px; object-fit: cover; aspect-ratio: auto !important;
}
.lb-booking .lb-duration-discovery { margin:18px 0; padding:18px; border:1px solid var(--lb-line); border-radius:16px; background:var(--lb-paper); }
.lb-booking .lb-duration-discovery > strong { display:block; font-size:1.05rem; }
.lb-booking .lb-duration-discovery p { margin:8px 0 14px; }
.lb-booking .lb-duration-discovery__list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; margin:14px 0; padding:0; list-style:none; }
.lb-booking .lb-duration-discovery__list li { display:flex; flex-direction:column; gap:5px; padding:12px; border:1px dashed var(--lb-line); border-radius:10px; min-width:0; overflow-wrap:anywhere; }
.lb-booking .lb-duration-discovery__list small { color:var(--lb-muted); font-weight:700; }
.lb-booking .lb-duration-discovery__note { font-size:.85rem; }
@media(max-width:480px) { .lb-booking .lb-duration-discovery__list { grid-template-columns:minmax(0,1fr); } }
.lb-booking .lb-selected-providers img { width:34px !important; height:34px !important; max-height:none !important; flex-shrink:0; }
.lb-booking .lb-provider-preview > img {
  width:100% !important; height:auto !important; min-height:0; max-height:min(70vh, 620px) !important;
  margin:0 !important; object-fit:contain; align-self:start; background:var(--lb-paper);
}
@media(max-width:640px) {
  .lb-booking .lb-entry-card { grid-template-columns: minmax(0,1fr); grid-template-rows: auto auto; }
  .lb-booking .lb-entry-card__media { grid-column:1; grid-row:1; width:100%; height:auto; min-height:0; aspect-ratio:3 / 2; }
  .lb-booking .lb-entry-card__body { grid-column:1; grid-row:2; padding:14px 16px; }
  .lb-booking .lb-provider-card__media { aspect-ratio:auto; }
  .lb-booking .lb-provider-preview > img { height:auto !important; max-height:min(32dvh,260px) !important; }
  .lb-provider-preview > div { padding: 22px; }
}

/* Alpha53: readable image notice and compact, truthful availability ranges. */
@media (max-width: 640px) {
  .lb-more-choices__details { grid-template-columns: minmax(0,1fr); }
  .lb-booking .lb-provider-card__select { grid-template-columns: minmax(0,1fr); align-items: stretch; padding: 0; }
  .lb-booking .lb-provider-card__media { width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 10; border-radius: 0; }
  .lb-booking .lb-provider-card__body { padding: 12px 13px 9px; }
  .lb-booking .lb-provider-card__body > small { font-size: 11.5px; }
  .lb-booking .lb-provider-card__preview { justify-self: stretch; width: auto; margin: 0 9px 9px; }
  .lb-booking .lb-provider-card__ranges { margin-inline: 9px; }
  .lb-booking .lb-provider-card__media .lb-guest-language-notice--media { inset-block-start: 9px; inset-inline: 9px; max-width: min(92%, 310px); font-size: 11px; }
}
