.elementor-5853 .elementor-element.elementor-element-1e793bc{--display:flex;}.elementor-5853 .elementor-element.elementor-element-1e793bc.e-con{--flex-grow:0;--flex-shrink:0;}body.elementor-page-5853:not(.elementor-motion-effects-element-type-background), body.elementor-page-5853 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1A1A;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-5853 .elementor-element.elementor-element-1e793bc{--width:85.398%;}}/* Start custom CSS *//* ═══════════════════════════════════════════════════════════════
   AUTHENTIC BRAID — BOOKING PAGE
   Page-shell styling only.
   LatePoint keeps its own native component, form, calendar,
   card, input, and button styling.
   ═══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&family=Jost:wght@200;300;400&display=swap');

/* ── Page shell ── */
.ab-booking-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(1.5rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
  background: #050302;
  color: #ede5d8;
  position: relative;
  overflow: hidden;
}

/* Decorative background glow */
.ab-booking-wrap::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  width: min(70vw, 800px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(184, 150, 108, 0.055) 0%,
    transparent 68%
  );
  pointer-events: none;
  z-index: 0;
}

/* Keep the page's direct content above the glow */
.ab-booking-wrap > * {
  position: relative;
  z-index: 1;
}

/* ── Top bar ── */
.ab-topbar {
  width: 100%;
  max-width: 860px;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}

.ab-back {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(184, 150, 108, 0.18);
  color: rgba(184, 150, 108, 0.65);
  font-family: "Jost", sans-serif;
  font-size: 0.65rem;
  font-weight: 300;
  letter-spacing: 0.28em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.ab-back:hover,
.ab-back:focus-visible {
  color: #b8966c;
  border-color: rgba(184, 150, 108, 0.45);
  background: rgba(184, 150, 108, 0.06);
}

/* ── Logo block ── */
.ab-logo-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.8rem;
}

.ab-rule {
  width: 80px;
  height: 1px;
  background: linear-gradient(to right, transparent, #b8966c, transparent);
}

.ab-logo {
  width: clamp(130px, 24vw, 190px);
  height: auto;
  object-fit: contain;
  display: block;
}

.ab-tagline {
  margin: 0;
  color: #b8966c;
  font-family: "Jost", sans-serif;
  font-size: 0.58rem;
  font-weight: 300;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

/* ── Booking area ── */
.ab-form-wrap {
  width: 100%;
  max-width: 860px;
}

/*
  Layout only: centers LatePoint's launcher without changing
  the button's colors, font, borders, shadows, radius, or states.
*/
.ab-form-wrap .latepoint-book-button-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* ── Footer note ── */
.ab-footer-note {
  margin-top: 3rem;
  color: rgba(237, 229, 216, 0.2);
  font-family: "Jost", sans-serif;
  font-size: 0.52rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}

/* ═══════════════════════════════════════════════════════════════
   LATEPOINT COMPATIBILITY
   Layering only — no component reskinning and no forced open state.
   ═══════════════════════════════════════════════════════════════ */

.latepoint-overlay,
.os-overlay {
  z-index: 999990 !important;
}

.latepoint-lighbox-w,
.latepoint-lightbox-w,
.os-lightbox-w {
  z-index: 999999 !important;
}

/* ── Mobile ── */
@media (max-width: 640px) {
  .ab-booking-wrap {
    padding: 1.2rem 1rem;
  }

  .ab-topbar {
    margin-bottom: 1.8rem;
  }

  .ab-logo-block {
    margin-bottom: 2rem;
  }
}/* End custom CSS */