.bekaa-booking-prototype {
  --bbp-red: #ec1d25;
  --bbp-red-deep: #d11921;
  --bbp-red-soft: #f04048;
  --bbp-ink: #111;
  --bbp-ink-2: #2a2622;
  --bbp-muted: #666;
  --bbp-muted-2: #8a847d;
  --bbp-line: rgba(22, 20, 18, 0.08);
  --bbp-line-2: rgba(22, 20, 18, 0.14);
  --bbp-bg: #f4f1ec;
  --bbp-card: #fff;
  --bbp-radius: 3px;
  --bbp-system: var(--bekaa-system-font, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif);
  --bbp-display: "Gilda Display", gilda-display, Georgia, "Times New Roman", serif;
  --bbp-eyebrow-size: var(--bekaa-fs-eyebrow-large, 12px);
  --bbp-eyebrow-size-mobile: 11.5px;
  --bbp-eyebrow-weight: 600;
  --bbp-eyebrow-tracking: var(--bekaa-tracking-eyebrow, 0.18em);
  --bbp-product-title-size: 40px;
  --bbp-product-title-size-mobile: 30px;
  --bbp-product-title-size-small: 28px;
  --bbp-price-size: 36px;
  --bbp-price-size-mobile: 28px;
  --bbp-price-size-small: 24px;
  --bbp-include-title-size: 15px;
  --bbp-include-copy-size: 13.5px;
  --bbp-card-title-size: 24px;
  --bbp-card-title-size-mobile: 22px;
  --bbp-card-copy-size: 13.5px;
  --bbp-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --bbp-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --bbp-page-gutter: var(--bekaa-page-gutter, clamp(56px, 5vw, 96px));
  --bbp-rail-width: clamp(340px, 22vw, 380px);
  --bbp-mobile-gutter: 35px;
  color: var(--bbp-ink);
  font-family: var(--bbp-system);
}
.mk-page-section.bekaa-booking-prototype-section .page-section-content,
.mk-page-section.bekaa-booking-prototype-section .mk-grid,
.mk-page-section.bekaa-booking-prototype-section .mk-padding-wrapper {
  width: calc(100vw - (var(--bbp-page-gutter) * 2)) !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mk-page-section.bekaa-booking-prototype-section {
  --bbp-section-space-top: clamp(150px, 14svh, 210px);
  --bbp-section-space-bottom: clamp(150px, 14svh, 210px);
  min-height: 112svh !important;
  overflow: visible !important;
}
.mk-page-section.bekaa-booking-prototype-section .page-section-content {
  min-height: 112svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--bbp-section-space-top) !important;
  padding-bottom: var(--bbp-section-space-bottom) !important;
}
.mk-page-section.bekaa-booking-prototype-section .vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mk-page-section.bekaa-booking-prototype-section .vc_col-sm-12 {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mk-page-section.bekaa-booking-prototype-section .wpb_column.column_container,
.mk-page-section.bekaa-booking-prototype-section .vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mk-page-section.bekaa-booking-prototype-section .wpb_wrapper {
  width: 100%;
}
.mk-page-section.bekaa-booking-prototype-section .bekaa-booking-prototype {
  margin-bottom: 0;
}
.mk-page-section.bekaa-booking-prototype-section .bekaa-booking-prototype__grid {
  --bbp-grid-gap: clamp(48px, 4vw, 72px);
}
.bekaa-booking-prototype {
  width: calc(100vw - (var(--bbp-page-gutter) * 2));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  transform: none;
}
.bekaa-booking-prototype *,
.bekaa-booking-prototype *::before,
.bekaa-booking-prototype *::after {
  box-sizing: border-box;
}
.bekaa-booking-prototype__grid {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--bbp-rail-width);
  gap: var(--bbp-grid-gap, 32px);
  align-items: stretch;
}
.bekaa-booking-prototype__grid::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - var(--bbp-rail-width) - var(--bbp-grid-gap, 32px));
  border-radius: var(--bbp-radius);
  box-shadow: 0 54px 96px -30px rgba(20, 12, 8, 0.34), 0 2px 8px rgba(20, 12, 8, 0.05);
  opacity: 0;
  pointer-events: none;
  transform: scale(.995);
  transform-origin: center;
  transition: opacity .9s var(--bbp-ease-out), transform .9s var(--bbp-ease-out);
}
.bekaa-booking-prototype__grid:has(.bekaa-booking-prototype__spread:hover)::before {
  opacity: 1;
  transform: scale(1.01);
}
.bekaa-booking-prototype__spread {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  background: var(--bbp-card);
  border-radius: var(--bbp-radius);
  overflow: hidden;
  cursor: pointer;
  transition: transform .9s var(--bbp-ease-out);
}
.bekaa-booking-prototype__spread:hover {
  transform: scale(1.01);
}
.bekaa-booking-prototype__hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
  background: #1a1714;
}
.bekaa-booking-prototype__hero-img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: 32% center !important;
	transform: scale(1.04);
	transition: transform 1.6s var(--bbp-ease-out), filter 1.6s var(--bbp-ease-out);
	filter: saturate(1.05) contrast(1.02);
}
.bekaa-booking-prototype__hero-img > img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: inherit !important;
}
.bekaa-booking-prototype__hero-img--swap {
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	transition: opacity .52s var(--bbp-ease-out);
	will-change: opacity;
}
.bekaa-booking-prototype__hero-img--swap.is-visible {
	opacity: 1;
}
.bekaa-booking-prototype--secrets .bekaa-booking-prototype__hero-img {
	object-position: 70% center !important;
}
.bekaa-booking-prototype__spread:hover .bekaa-booking-prototype__hero-img {
  transform: scale(1.085);
  filter: saturate(1.12) contrast(1.04);
}
.bekaa-booking-prototype__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15,10,6,0.35) 0%, rgba(15,10,6,0) 28%, rgba(15,10,6,0) 50%, rgba(15,10,6,0.55) 78%, rgba(15,10,6,0.9) 100%);
}
.bekaa-booking-prototype__grain {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), radial-gradient(rgba(0,0,0,0.05) 1px, transparent 1px);
  background-size: 3px 3px, 5px 5px;
  background-position: 0 0, 1px 2px;
  mix-blend-mode: overlay;
  opacity: .5;
  pointer-events: none;
}
.bekaa-booking-prototype__hero-body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px 32px 81px;
  color: #fff;
}
.bekaa-booking-prototype__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 46px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 3px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(25, 20, 17, 0.72), rgba(25, 20, 17, 0.58));
  transition: background .6s var(--bbp-ease), border-color .6s var(--bbp-ease);
}
.bekaa-booking-prototype__spread:hover .bekaa-booking-prototype__features {
  background: linear-gradient(180deg, rgba(25, 20, 17, 0.78), rgba(25, 20, 17, 0.64));
  border-color: rgba(255,255,255,0.32);
}
.bekaa-booking-prototype__feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 26px;
  border-right: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.92);
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
}
.bekaa-booking-prototype__feature:last-child {
  border-right: 0;
}
.bekaa-booking-prototype__feature svg {
  flex: none;
  width: 20px;
  height: 20px;
  stroke: rgba(255,255,255,0.9);
  stroke-width: 1.4;
  fill: none;
}
.bekaa-booking-prototype__feature strong {
  display: block;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
.bekaa-booking-prototype__panel {
  display: flex;
  flex-direction: column;
  padding: 40px 44px;
  background: var(--bbp-card);
}
.bekaa-booking-prototype__label,
.bekaa-booking-prototype__includes-label,
.bekaa-booking-prototype__card-label {
  font-family: var(--bbp-system);
  font-size: var(--bbp-eyebrow-size);
  font-weight: var(--bbp-eyebrow-weight);
  line-height: 1.25;
  letter-spacing: var(--bbp-eyebrow-tracking);
  text-transform: uppercase;
  color: var(--bbp-ink-2);
}
.bekaa-booking-prototype .bekaa-booking-prototype__title {
  margin: 14px 0 28px;
  color: var(--bbp-ink);
  font-family: var(--bbp-display) !important;
  font-size: var(--bbp-product-title-size) !important;
  font-weight: 400 !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.bekaa-booking-prototype__price-row {
  display: grid;
  grid-template-columns: auto 1px auto 1fr;
  gap: 0 28px;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--bbp-line);
}
.bekaa-booking-prototype__price-col {
  display: flex;
  flex-direction: column;
}
.bekaa-booking-prototype__price-value {
  color: var(--bbp-red);
  font-family: var(--bbp-display);
  font-size: var(--bbp-price-size);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.bekaa-booking-prototype__price-value--dark {
  color: var(--bbp-ink);
}
.bekaa-booking-prototype__price-label {
  margin-top: 7px;
  color: var(--bbp-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: var(--bbp-eyebrow-tracking);
  text-transform: uppercase;
}
.bekaa-booking-prototype__price-divider {
  width: 1px;
  height: 44px;
  background: var(--bbp-line-2);
}
.bekaa-booking-prototype__includes-label {
  margin-top: 28px;
  margin-bottom: 18px;
}
.bekaa-booking-prototype__include {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--bbp-line);
  transition: padding .4s var(--bbp-ease);
}
.bekaa-booking-prototype__include:last-of-type {
  border-bottom: 0;
}
.bekaa-booking-prototype__include:hover {
  padding-left: 4px;
}
.bekaa-booking-prototype__include-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--bbp-line-2);
  border-radius: 50%;
  color: var(--bbp-ink);
  transition: border-color .5s var(--bbp-ease), background .5s var(--bbp-ease), color .5s var(--bbp-ease);
}
.bekaa-booking-prototype__include:hover .bekaa-booking-prototype__include-icon {
  border-color: var(--bbp-red);
  color: var(--bbp-red);
  background: rgba(236, 29, 37, 0.04);
}
.bekaa-booking-prototype__include-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.4;
}
.bekaa-booking-prototype__include-text strong {
  display: block;
  color: var(--bbp-ink);
  font-family: var(--bbp-system);
  font-size: var(--bbp-include-title-size);
  font-weight: 600;
  line-height: 1.35;
}
.bekaa-booking-prototype__include-text span {
  display: block;
  margin-top: 3px;
  color: var(--bbp-muted);
  font-family: var(--bbp-system);
  font-size: var(--bbp-include-copy-size);
  line-height: 1.5;
}
.bekaa-booking-prototype__cta {
  position: relative;
  isolation: isolate;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin-top: auto;
  overflow: hidden;
  cursor: pointer;
  transition: transform .5s var(--bbp-ease-out), box-shadow .5s var(--bbp-ease-out);
}

.bekaa-booking-prototype__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 16px;
  color: var(--bbp-muted);
  font-size: 11.5px;
  white-space: nowrap;
}
.bekaa-booking-prototype__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.bekaa-booking-prototype__trust-item svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
  opacity: .55;
}
.bekaa-booking-prototype__dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 5px;
  border-radius: 50%;
  background: var(--bbp-muted-2);
}
.bekaa-booking-prototype__rail {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}
.bekaa-booking-prototype__card {
  position: relative;
  overflow: hidden;
  padding: 20px 24px 22px;
  border-radius: var(--bbp-radius);
  background: var(--bbp-card);
  filter: drop-shadow(0 16px 18px rgba(20, 12, 8, 0.08)) drop-shadow(0 1px 2px rgba(20, 12, 8, 0.03));
  transition: transform .55s var(--bbp-ease-out), filter .55s var(--bbp-ease-out);
}
.bekaa-booking-prototype__card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: var(--bbp-red);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .55s var(--bbp-ease-out);
}
.bekaa-booking-prototype__card:hover {
  transform: translateY(-3px);
  filter: drop-shadow(0 24px 25px rgba(20, 12, 8, 0.12)) drop-shadow(0 1px 3px rgba(20, 12, 8, 0.04));
}
.bekaa-booking-prototype__card:hover::before,
.bekaa-booking-prototype__card--concierge::before {
  transform: scaleY(1);
}
.bekaa-booking-prototype__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.bekaa-booking-prototype__card--concierge .bekaa-booking-prototype__card-label {
  color: var(--bbp-red);
}
.bekaa-booking-prototype__card-price {
  color: var(--bbp-red);
  font-family: var(--bbp-display);
  font-size: 22px;
  line-height: 1;
}
.bekaa-booking-prototype .bekaa-booking-prototype__card-title {
  margin: 0 0 6px;
  color: var(--bbp-ink);
  font-family: var(--bbp-display) !important;
  font-size: var(--bbp-card-title-size) !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.bekaa-booking-prototype__card-desc {
  margin: 0;
  color: var(--bbp-muted);
  font-family: var(--bbp-system);
  font-size: var(--bbp-card-copy-size);
  line-height: 1.5;
}
.bekaa-booking-prototype__chat-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--bbp-red);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}
.bekaa-booking-prototype__chat-link svg {
  width: 14px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
}
html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-main-reveal.reveal-item,
html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-rail-reveal.reveal-item {
  opacity: 0;
  translate: 0 26px;
  scale: .985;
  will-change: opacity, translate, scale;
}
html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-main-reveal.reveal-item {
  transition-property: opacity, translate, scale, transform, filter;
  transition-duration: 1.05s, 1.18s, 1.18s, .9s, .9s;
  transition-timing-function: var(--bbp-ease-out), var(--bbp-ease-out), var(--bbp-ease-out), var(--bbp-ease-out), var(--bbp-ease-out);
}
html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-rail-reveal.reveal-item {
  transition-property: opacity, translate, scale, transform, filter;
  transition-duration: .95s, 1.05s, 1.05s, .55s, .55s;
  transition-timing-function: var(--bbp-ease-out), var(--bbp-ease-out), var(--bbp-ease-out), var(--bbp-ease-out), var(--bbp-ease-out);
}
html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-main-reveal.reveal-item.is-visible,
html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-main-reveal.reveal-item.bekaa-reveal-done,
html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-rail-reveal.reveal-item.is-visible,
html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-rail-reveal.reveal-item.bekaa-reveal-done {
  opacity: 1;
  translate: 0 0;
  scale: 1;
}
html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-main-reveal.reveal-item.bekaa-reveal-done,
html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-rail-reveal.reveal-item.bekaa-reveal-done {
  will-change: auto;
}
@media (min-width: 801px) {
  html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-main-reveal.reveal-item.is-visible:hover,
  html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-main-reveal.reveal-item.bekaa-reveal-done:hover {
    transform: scale(1.01);
  }

  html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-rail-reveal.reveal-item.is-visible:hover,
  html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-rail-reveal.reveal-item.bekaa-reveal-done:hover {
    transform: translateY(-3px);
  }
}
@media (max-width: 1180px) {
  .bekaa-booking-prototype__grid {
    grid-template-columns: 1fr;
  }
  .bekaa-booking-prototype__grid::before {
    height: auto;
    bottom: auto;
    width: 100%;
    aspect-ratio: 2 / 1;
  }
  .bekaa-booking-prototype__spread {
    grid-template-columns: 1fr 1fr;
  }
  .bekaa-booking-prototype__rail {
    flex-flow: row wrap;
    gap: 16px;
    justify-content: flex-start;
  }
  .bekaa-booking-prototype__card {
    flex: 1 1 calc(50% - 8px);
  }
}
@media (min-width: 1320px) {
  .bekaa-booking-prototype__hero-body {
    padding-bottom: 81px;
  }
}
@media (max-width: 800px) {
  .mk-page-section.bekaa-booking-prototype-section {
    --bbp-mobile-gutter: 35px;
    --bbp-mobile-space-major: 24px;
    --bbp-mobile-space-minor: 12px;
    min-height: 0 !important;
  }

  .mk-page-section.bekaa-booking-prototype-section .page-section-content,
  .mk-page-section.bekaa-booking-prototype-section .mk-grid,
  .mk-page-section.bekaa-booking-prototype-section .mk-padding-wrapper {
    width: calc(100vw - (var(--bbp-mobile-gutter) * 2)) !important;
  }
  .mk-page-section.bekaa-booking-prototype-section .page-section-content {
    min-height: 0;
    display: block;
    padding-top: 132px !important;
    padding-bottom: 144px !important;
  }
  .bekaa-booking-prototype {
    width: calc(100vw - (var(--bbp-mobile-gutter) * 2));
    margin-bottom: 0;
  }
  .bekaa-booking-prototype__grid {
    gap: var(--bbp-mobile-space-major);
  }
  .bekaa-booking-prototype__grid::before {
    display: none;
  }
  .bekaa-booking-prototype__spread {
    grid-template-columns: 1fr;
    box-shadow: 0 16px 40px -20px rgba(20, 12, 8, 0.25);
  }
  .bekaa-booking-prototype__spread:hover,
  .bekaa-booking-prototype__card:hover {
    transform: none;
  }
  .bekaa-booking-prototype__hero {
    min-height: 400px;
  }
  .bekaa-booking-prototype__hero-body {
    padding: 22px 22px 28px;
  }
  .bekaa-booking-prototype__features {
    display: none;
  }
  .bekaa-booking-prototype__feature {
    gap: 8px;
    min-height: 58px;
    padding: 0 12px;
    font-size: 11.5px;
  }
  .bekaa-booking-prototype__feature svg {
    width: 18px;
    height: 18px;
  }
  .bekaa-booking-prototype__feature strong {
    font-size: 12px;
  }
  .bekaa-booking-prototype__panel {
    padding: 28px 22px 32px;
  }
  .bekaa-booking-prototype__label,
  .bekaa-booking-prototype__includes-label,
  .bekaa-booking-prototype__card-label {
    font-size: var(--bbp-eyebrow-size-mobile);
  }
  .bekaa-booking-prototype .bekaa-booking-prototype__title {
    margin: 12px 0 22px;
    font-size: var(--bbp-product-title-size-mobile) !important;
  }
  .bekaa-booking-prototype__price-row {
    gap: 0 20px;
    padding-bottom: 22px;
  }
  .bekaa-booking-prototype__price-value {
    font-size: var(--bbp-price-size-mobile);
  }
  .bekaa-booking-prototype__price-label {
    font-size: 10px;
    letter-spacing: .16em;
  }
  .bekaa-booking-prototype__include {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 12px 0;
  }
  .bekaa-booking-prototype__include-icon {
    width: 40px;
    height: 40px;
  }
  .bekaa-booking-prototype__include-icon svg {
    width: 18px;
    height: 18px;
  }
  .bekaa-booking-prototype__include-text strong {
    font-size: 14px;
  }
  .bekaa-booking-prototype__include-text span {
    font-size: 12.5px;
  }
  .bekaa-booking-prototype__cta {
    margin-top: 22px;
    padding: 18px 22px;
    font-size: 12px;
    letter-spacing: .2em;
  }
  .bekaa-booking-prototype__trust {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: var(--bbp-mobile-space-major);
    font-size: 10.5px;
    white-space: normal;
  }
  .bekaa-booking-prototype__rail {
    flex-direction: column;
    gap: var(--bbp-mobile-space-major);
  }
  .bekaa-booking-prototype__card {
    width: 100%;
    flex: none;
    padding: var(--bbp-mobile-space-major);
  }
  .bekaa-booking-prototype__card-head {
    margin-bottom: var(--bbp-mobile-space-minor);
  }
  .bekaa-booking-prototype .bekaa-booking-prototype__card-title {
    margin-bottom: var(--bbp-mobile-space-minor);
    font-size: var(--bbp-card-title-size-mobile) !important;
  }
  .bekaa-booking-prototype__chat-link {
    margin-top: var(--bbp-mobile-space-major);
  }
}
@media (max-width: 400px) {
  .bekaa-booking-prototype__hero {
    min-height: 360px;
  }
  .bekaa-booking-prototype__panel {
    padding: 24px 18px 28px;
  }
  .bekaa-booking-prototype .bekaa-booking-prototype__title {
    font-size: var(--bbp-product-title-size-small) !important;
  }
  .bekaa-booking-prototype__price-value {
    font-size: var(--bbp-price-size-small);
  }
  .bekaa-booking-prototype__price-row {
    gap: 0 16px;
  }
}
/* ============================================================
   Tour configurator mode (.bekaa-booking-prototype--tour)
   Spicers Hidden Vale and other destination tours.
   ============================================================ */
.bekaa-booking-prototype--tour .bekaa-booking-prototype__spread {
  cursor: default;
}
.bekaa-booking-prototype--tour .bekaa-booking-prototype__spread:hover {
  transform: none;
}
.bekaa-booking-prototype--tour .bekaa-booking-prototype__spread:hover .bekaa-booking-prototype__hero-img {
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.02);
}
.bekaa-booking-prototype--tour .bekaa-booking-prototype__grid::before {
  display: none;
}
/* Force proportional cover even when the tour panel is taller than the image,
   beating the theme's global "img { height: auto !important }" via specificity. */
.bekaa-booking-prototype--tour .bekaa-booking-prototype__hero .bekaa-booking-prototype__hero-img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
	object-position: center center !important;
}
.bekaa-booking-prototype--tour .bekaa-booking-prototype__hero .bekaa-booking-prototype__hero-img > img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: inherit !important;
}
.bekaa-booking-prototype--tour .bekaa-booking-prototype__hero {
  cursor: pointer;
}
.bekaa-booking-prototype--tour .bekaa-booking-prototype__hero:hover .bekaa-booking-prototype__hero-img,
.bekaa-booking-prototype--tour .bekaa-booking-prototype__hero:focus-visible .bekaa-booking-prototype__hero-img {
  transform: scale(1.085);
  filter: saturate(1.12) contrast(1.04);
}
.bekaa-booking-prototype--tour .bekaa-booking-prototype__hero:focus-visible {
  outline: 2px solid var(--bbp-red);
  outline-offset: -2px;
}
.bekaa-booking-prototype--pub-crawl .bekaa-booking-prototype__hero .bekaa-booking-prototype__hero-img {
  object-position: center center !important;
  transform: scale(1.04);
  transform-origin: center center;
}
.bekaa-booking-prototype--pub-crawl .bekaa-booking-prototype__spread:hover .bekaa-booking-prototype__hero-img,
.bekaa-booking-prototype--pub-crawl .bekaa-booking-prototype__hero:hover .bekaa-booking-prototype__hero-img,
.bekaa-booking-prototype--pub-crawl .bekaa-booking-prototype__hero:focus-visible .bekaa-booking-prototype__hero-img {
  transform: scale(1.04);
}
.bekaa-booking-prototype--tour .bekaa-booking-prototype__feature {
  padding: 0 14px;
  gap: 8px;
}
.bekaa-booking-prototype--tour {
  /* Shared top inset so the hero overlay, selector and rail all start on one line. */
  --bbp-tour-top: clamp(30px, 2.6vw, 46px);
}
.bekaa-booking-prototype--tour .bekaa-booking-prototype__panel {
  padding-top: var(--bbp-tour-top);
  padding-bottom: 44px;
}
/* Selector is the first panel element in tour mode (no title above it), so it
   must not carry the margin that previously separated it from the title. */
.bekaa-booking-prototype--tour .bekaa-booking-prototype__selector {
  margin-top: 0;
}
.bekaa-booking-prototype--tour .bekaa-booking-prototype__rail {
  padding-top: var(--bbp-tour-top);
}
/* Tour hero: product eyebrow + title overlaid top-left, with a top scrim so it
   stays legible against the sky. */
.bekaa-booking-prototype--tour .bekaa-booking-prototype__hero-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: var(--bbp-tour-top) clamp(24px, 2.4vw, 44px) clamp(46px, 5vw, 78px);
  background: linear-gradient(180deg, rgba(8, 6, 5, 0.6) 0%, rgba(8, 6, 5, 0.34) 36%, rgba(8, 6, 5, 0.08) 70%, rgba(8, 6, 5, 0) 100%);
  pointer-events: none;
}
.bekaa-booking-prototype--tour .bekaa-booking-prototype__hero-label {
  margin-bottom: 10px;
  font-family: var(--bbp-system);
  font-size: var(--bbp-eyebrow-size);
  font-weight: var(--bbp-eyebrow-weight);
  letter-spacing: var(--bbp-eyebrow-tracking);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
.bekaa-booking-prototype--tour .bekaa-booking-prototype__hero-title {
  margin: 0;
  color: #fff !important;
  font-family: var(--bbp-display) !important;
  font-size: clamp(28px, 2.4vw, 40px) !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-shadow: 0 1px 22px rgba(0, 0, 0, 0.4);
}
.bekaa-booking-prototype--tour .bekaa-booking-prototype__title {
  margin-bottom: 8px;
}
/* Desktop: vertically align the hero feature strip with the Reserve button.
   Both columns are equal height, so we make the feature strip sit the SAME
   distance above the spread bottom as the button. The button's offset is
   panel-padding-bottom (44) + trust margin-top (16) + trust height (18) = 78.
   Pinning the trust height makes this exact and immune to per-variant drift. */
@media (min-width: 801px) {
  .bekaa-booking-prototype--tour .bekaa-booking-prototype__trust {
    margin-top: 16px;
    height: 18px;
  }
  .bekaa-booking-prototype--tour .bekaa-booking-prototype__hero-body {
    padding-bottom: 78px;
  }
}
.bekaa-booking-prototype__subtitle {
  margin: 0 0 22px;
  color: var(--bbp-muted);
  font-family: var(--bbp-system);
  font-size: 15px;
  line-height: 1.5;
}
.bekaa-booking-prototype__price-row--tour {
  display: block;
  grid-template-columns: none;
  gap: 0;
}
.bekaa-booking-prototype__selector {
  margin-top: 26px;
}
.bekaa-booking-prototype__selector-label {
  margin-top: 0;
  margin-bottom: 14px;
}
.bekaa-booking-prototype__options {
  border: 1px solid var(--bbp-line-2);
  border-radius: var(--bbp-radius);
  overflow: hidden;
}
.bekaa-booking-prototype__option {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 16px 20px;
  background: var(--bbp-card);
  border: 0;
  border-bottom: 1px solid var(--bbp-line);
  border-radius: 0;
  font-family: var(--bbp-system);
  text-align: left;
  cursor: pointer;
  transition: background .4s var(--bbp-ease);
}
.bekaa-booking-prototype__option:last-child {
  border-bottom: 0;
}
.bekaa-booking-prototype__option:hover {
  background: rgba(22, 20, 18, 0.02);
}
.bekaa-booking-prototype__option.is-active {
  background: rgba(236, 29, 37, 0.045);
}
.bekaa-booking-prototype__option.is-active::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--bbp-red);
  border-radius: var(--bbp-radius);
  pointer-events: none;
}
.bekaa-booking-prototype__option:focus-visible {
  outline: 2px solid var(--bbp-red);
  outline-offset: -2px;
}
.bekaa-booking-prototype__option-radio {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--bbp-line-2);
  border-radius: 50%;
  transition: border-color .3s var(--bbp-ease);
}
.bekaa-booking-prototype__option.is-active .bekaa-booking-prototype__option-radio {
  border-color: var(--bbp-red);
}
.bekaa-booking-prototype__option.is-active .bekaa-booking-prototype__option-radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--bbp-red);
}
.bekaa-booking-prototype__option-title {
  display: block;
  color: var(--bbp-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}
.bekaa-booking-prototype__option-sub {
  display: block;
  margin-top: 2px;
  color: var(--bbp-muted);
  font-size: 13px;
  line-height: 1.4;
}
.bekaa-booking-prototype__option-price-col {
  text-align: right;
}
.bekaa-booking-prototype__option-note {
  display: block;
  color: var(--bbp-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.bekaa-booking-prototype__option-price {
  display: block;
  margin-top: 3px;
  color: var(--bbp-red);
  font-family: var(--bbp-display);
  font-size: 20px;
  line-height: 1;
}
.bekaa-booking-prototype__includes {
  position: relative;
  margin-top: 18px;
}
.bekaa-booking-prototype__include-set {
  display: none;
}
.bekaa-booking-prototype__include-set.is-active {
  display: block;
}
html.bekaa-anim-js .bekaa-booking-prototype__include-set.is-active {
  animation: bbpIncludeFade .45s var(--bbp-ease-out);
}
@keyframes bbpIncludeFade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}
/* Variant-aware rail cards (Lunch / Dinner / Fly & Stay): only the active
   variant's pair shows; the voucher + concierge cards stay constant. */
.bekaa-booking-prototype__rail-card {
  display: none;
}
.bekaa-booking-prototype__rail-card.is-active {
  display: block;
}
html.bekaa-anim-js .bekaa-booking-prototype__rail-card.is-active:not(.reveal-item) {
  animation: bbpIncludeFade .45s var(--bbp-ease-out);
}
.bekaa-booking-prototype__card-list {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--bbp-muted);
  font-family: var(--bbp-system);
  font-size: 14px;
  line-height: 1.55;
}
.bekaa-booking-prototype__card-list li + li {
  margin-top: 10px;
}
.bekaa-booking-prototype__card--terms {
  border-left: 0;
}
.bekaa-booking-prototype__card--terms::before {
  transform: scaleY(1);
}
.bekaa-booking-prototype__terms {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: clamp(34px, 4vw, 58px);
}
.bekaa-booking-prototype__terms .bekaa-booking-prototype__card {
  width: 100%;
}
@media (min-width: 901px) {
  .bekaa-booking-prototype__terms .bekaa-booking-prototype__card--terms {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
    grid-template-areas:
      "head list"
      "title list"
      "desc list";
    column-gap: clamp(48px, 6vw, 110px);
    align-items: start;
    padding: 28px 32px 30px;
  }
  .bekaa-booking-prototype__terms .bekaa-booking-prototype__card-head {
    grid-area: head;
  }
  .bekaa-booking-prototype__terms .bekaa-booking-prototype__card-title {
    grid-area: title;
  }
  .bekaa-booking-prototype__terms .bekaa-booking-prototype__card-desc {
    grid-area: desc;
  }
  .bekaa-booking-prototype__terms .bekaa-booking-prototype__card-list {
    grid-area: list;
    align-self: start;
    margin-top: 0;
  }
}
/* No white box, but constrained to the section content width (same gutters as
   the panel above: hero-left to concierge-right) rather than full 100vw bleed. */
.bekaa-booking-prototype__scenic {
  position: relative;
  z-index: 1;
  margin-top: clamp(48px, 5vw, 76px);
}
.bekaa-booking-prototype__scenic-head {
  max-width: 600px;
  margin-bottom: 22px;
}
.bekaa-booking-prototype__scenic-intro {
  margin: 8px 0 0;
  color: var(--bbp-muted);
  font-family: var(--bbp-system);
  font-size: 14px;
  line-height: 1.5;
}
/* Layout is the shared .bekaa-smart-grid rail (snap + card sizing + scroll),
   but constrained to the section content width instead of the shared 100vw
   full-bleed — so gutters match the panel above and it renders on iOS Safari.
   Edge-fade mask removed (no fade wanted). */
.bekaa-booking-prototype__scenic-grid.bekaa-smart-grid {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 14px var(--bbp-page-gutter) 8px !important;
  scroll-padding-left: var(--bbp-page-gutter) !important;
  scroll-padding-right: var(--bbp-page-gutter) !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
@media (max-width: 800px) {
  .bekaa-booking-prototype__scenic-grid.bekaa-smart-grid {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: var(--bbp-mobile-gutter) !important;
    padding-right: var(--bbp-mobile-gutter) !important;
    scroll-padding-left: var(--bbp-mobile-gutter) !important;
    scroll-padding-right: var(--bbp-mobile-gutter) !important;
  }
}
.bekaa-booking-prototype__scenic-item {
  aspect-ratio: 4 / 3;
  cursor: default;
}
.bekaa-booking-prototype__scenic-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--bbp-radius);
  background: #1a1714;
}
.bekaa-booking-prototype__scenic-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* Home-slider recipe: vignette + bottom-anchored gradient + flat overall wash,
     so contrast holds across the whole frame, not just the bottom edge. */
  background:
    radial-gradient(circle at 50% 38%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.22) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.14) 56%, rgba(0, 0, 0, 0) 80%),
    rgba(0, 0, 0, 0.22);
  pointer-events: none;
}
.bekaa-booking-prototype__scenic-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bekaa-booking-prototype .bekaa-booking-prototype__scenic-title {
  margin: 0;
  color: #fff !important;
  font-family: gilda-display, "Gilda Display", Georgia, serif !important;
  font-size: clamp(18px, 1.3vw, 22px) !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: capitalize !important;
  white-space: nowrap !important;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45), 0 1px 4px rgba(0, 0, 0, 0.4);
}
.bekaa-booking-prototype__scenic-row {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-top: 0;
  padding: 18px 20px;
}
.bekaa-booking-prototype__scenic-price {
  flex: none;
  color: #fff;
  font-family: var(--bbp-display);
  font-size: 18px;
  line-height: 1;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55), 0 1px 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 800px) {
  .bekaa-booking-prototype--tour .bekaa-booking-prototype__panel {
    padding: 28px 22px 32px;
  }
  .bekaa-booking-prototype__option {
    padding: 14px 16px;
    gap: 14px;
  }
  .bekaa-booking-prototype__option-price {
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bekaa-booking-prototype *,
  .bekaa-booking-prototype *::before,
  .bekaa-booking-prototype *::after {
    transition: none !important;
    animation: none !important;
  }
  html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-main-reveal.reveal-item,
  html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-main-reveal.reveal-item.is-visible,
  html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-main-reveal.reveal-item.bekaa-reveal-done,
  html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-rail-reveal.reveal-item,
  html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-rail-reveal.reveal-item.is-visible,
  html.bekaa-anim-js .bekaa-booking-prototype .bekaa-purchase-rail-reveal.reveal-item.bekaa-reveal-done {
    opacity: 1;
    translate: 0 0;
    scale: 1;
    will-change: auto;
  }
}
