/*
 * Der Everest — Journey Desk
 * Booking + Contact page visual system for Traveler + Elementor.
 * One page-scoped source of truth. Traveler keeps the global header/footer.
 */

/* --------------------------------------------------------------------------
 * Desktop shell — mockup-led 40/60 composition
 * -------------------------------------------------------------------------- */
body .deek-journey-page {
  width: 100% !important;
  max-width: 100% !important;
  min-height: calc(100svh - var(--de-header-height, 92px));
  margin: 0 !important;
  padding: 0 !important;
  background: #FFFFFF !important;
  color: var(--de-navy-deep, #07111F) !important;
}

body .deek-journey-page > .e-con-inner,
body .deek-journey-page > .elementor-element,
body .deek-journey-shell {
  width: 100% !important;
  max-width: none !important;
}

body .deek-journey-shell {
  display: grid !important;
  grid-template-columns: minmax(430px, 39.5%) minmax(0, 60.5%);
  min-height: calc(100svh - var(--de-header-height, 92px));
  margin: 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}

body .deek-journey-shell > .e-con,
body .deek-journey-panel {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
}

/* --------------------------------------------------------------------------
 * White form panel
 * -------------------------------------------------------------------------- */
body .deek-journey-form-panel {
  position: relative;
  z-index: 3;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: inherit;
  padding: clamp(34px, 4.2vw, 62px) clamp(26px, 3.2vw, 54px) !important;
  background: #FFFFFF !important;
  color: var(--de-navy-deep, #07111F) !important;
}

body .deek-journey-form-panel > .elementor-element {
  width: 100% !important;
  max-width: 610px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body .deek-journey-logo,
body .elementor-widget-image.deek-journey-logo {
  width: 138px !important;
  max-width: 138px !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

body .deek-journey-logo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

body .deek-journey-form-panel .deek-atomic-heading {
  margin: 0 0 8px !important;
  color: var(--de-navy-deep, #07111F) !important;
  font-family: var(--de-display, "Playfair Display", Georgia, serif) !important;
  font-size: clamp(38px, 3.1vw, 50px) !important;
  font-weight: 600 !important;
  line-height: 1.02 !important;
  letter-spacing: -.035em !important;
}

body .deek-journey-form-panel .deek-atomic-text,
body .deek-journey-subtitle .deek-atomic-text {
  margin: 0 !important;
  color: rgba(7, 17, 31, .62) !important;
  font-family: var(--de-body, Inter, sans-serif) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

/* --------------------------------------------------------------------------
 * Form — explicitly neutralize Traveler's global dark field rules
 * -------------------------------------------------------------------------- */
body .deek-journey-form-wrap,
body .deek-journey-form {
  width: 100% !important;
  max-width: 100% !important;
}

body .deek-journey-form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px 14px !important;
  margin: 24px 0 0 !important;
}

body .deek-journey-form__field {
  min-width: 0 !important;
  margin: 0 !important;
}

body .deek-journey-form__field.is-wide,
body .deek-journey-form__actions,
body .deek-journey-form__notice {
  grid-column: 1 / -1;
}

body .deek-journey-form label {
  display: block !important;
  margin: 0 0 7px !important;
  color: var(--de-navy-deep, #07111F) !important;
  font-family: var(--de-body, Inter, sans-serif) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body .deek-journey-form__control {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 44px !important;
  overflow: hidden !important;
  border: 1px solid rgba(7, 17, 31, .16) !important;
  border-radius: 2px !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
  transition: border-color .18s ease, box-shadow .18s ease !important;
}

body .deek-journey-form__control:focus-within {
  border-color: rgba(201, 154, 57, .82) !important;
  box-shadow: 0 0 0 3px rgba(201, 154, 57, .10) !important;
}

body .deek-journey-form__control > i {
  flex: 0 0 38px !important;
  width: 38px !important;
  color: #8A929D !important;
  font-size: 12px !important;
  line-height: 1 !important;
  text-align: center !important;
}

body .deek-journey-form__prefix {
  flex: 0 0 auto !important;
  padding-right: 8px !important;
  color: var(--de-navy-deep, #07111F) !important;
  font-family: var(--de-body, Inter, sans-serif) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

body .deek-journey-form input,
body .deek-journey-form select,
body .deek-journey-form textarea,
body .deek-journey-form input.form-control,
body .deek-journey-form select.form-control,
body .deek-journey-form textarea.form-control {
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 11px 12px 11px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: #FFFFFF !important;
  color: #4C5562 !important;
  -webkit-text-fill-color: #4C5562 !important;
  font-family: var(--de-body, Inter, sans-serif) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  box-shadow: none !important;
}

body .deek-journey-form input:-webkit-autofill,
body .deek-journey-form input:-webkit-autofill:hover,
body .deek-journey-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #4C5562 !important;
  -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset !important;
  transition: background-color 9999s ease-out 0s !important;
}

body .deek-journey-form input::placeholder,
body .deek-journey-form textarea::placeholder {
  color: #9AA0A9 !important;
  -webkit-text-fill-color: #9AA0A9 !important;
  opacity: 1 !important;
}

body .deek-journey-form select {
  appearance: auto !important;
  cursor: pointer !important;
}

body .deek-journey-form__control.is-textarea {
  align-items: flex-start !important;
  min-height: 64px !important;
}

body .deek-journey-form__control.is-textarea > i {
  padding-top: 15px !important;
}

body .deek-journey-form textarea {
  min-height: 62px !important;
  resize: vertical !important;
}

body .deek-journey-form__actions {
  margin-top: 6px !important;
}

body .deek-journey-form__submit {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  width: 100% !important;
  min-height: 50px !important;
  padding: 13px 22px !important;
  border: 1px solid var(--de-gold, #C99A39) !important;
  border-radius: 2px !important;
  background: linear-gradient(90deg, #C99A39 0%, #E0B95A 100%) !important;
  color: var(--de-navy-deep, #07111F) !important;
  font-family: var(--de-mono, "JetBrains Mono", monospace) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: transform .18s ease, filter .18s ease !important;
}

body .deek-journey-form__submit:hover,
body .deek-journey-form__submit:focus-visible {
  border-color: #E0B95A !important;
  background: linear-gradient(90deg, #D5A43D 0%, #E7C467 100%) !important;
  color: var(--de-navy-deep, #07111F) !important;
  transform: translateY(-1px) !important;
  filter: saturate(1.04) !important;
  outline: none !important;
}

body .deek-journey-form__submit i {
  color: currentColor !important;
  font-size: 11px !important;
}

body .deek-journey-form__secure {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  margin: 10px 0 0 !important;
  color: #747C87 !important;
  font-family: var(--de-body, Inter, sans-serif) !important;
  font-size: 9px !important;
  line-height: 1.4 !important;
}

body .deek-journey-form__secure i {
  color: #6E7782 !important;
  font-size: 9px !important;
}

body .deek-journey-form__notice {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 0 0 15px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(7, 17, 31, .12) !important;
  background: #F7F5F1 !important;
  color: var(--de-navy-deep, #07111F) !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
}

/* --------------------------------------------------------------------------
 * Navy visual panel — decorative only on booking
 * -------------------------------------------------------------------------- */
body .deek-journey-visual-panel {
  position: relative !important;
  min-height: inherit !important;
  overflow: hidden !important;
  background: var(--de-navy-deep, #07111F) !important;
  isolation: isolate !important;
}

body .deek-journey-visual-panel > .elementor-element,
body .deek-journey-visual-panel > .elementor-widget,
body .deek-journey-visual-panel > .elementor-widget > .elementor-widget-container {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
}

body .deek-journey-visual {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 108% -8%, rgba(201, 154, 57, .29) 0 14.5%, transparent 14.7%),
    radial-gradient(circle at 108% -8%, transparent 0 17.4%, rgba(201, 154, 57, .55) 17.55% 17.72%, transparent 17.9%),
    linear-gradient(145deg, #07111F 0%, #0A1728 58%, #081322 100%) !important;
}

body .deek-journey-visual::before,
body .deek-journey-visual::after {
  content: "" !important;
  position: absolute !important;
  left: -8% !important;
  width: 116% !important;
  height: 210px !important;
  pointer-events: none !important;
  opacity: .22 !important;
  background: repeating-radial-gradient(
    ellipse at 50% 110%,
    transparent 0 12px,
    rgba(201, 154, 57, .21) 13px 13.7px,
    transparent 14.5px 25px
  ) !important;
}

body .deek-journey-visual::before {
  top: 40% !important;
  transform: rotate(-5deg) !important;
}

body .deek-journey-visual::after {
  bottom: -48px !important;
  transform: rotate(4deg) !important;
}

body .deek-journey-visual__orb {
  position: absolute !important;
  top: -118px !important;
  right: -94px !important;
  width: 330px !important;
  height: 330px !important;
  border: 1px solid rgba(201, 154, 57, .58) !important;
  border-radius: 50% !important;
  background: radial-gradient(circle at 58% 58%, rgba(201,154,57,.18), rgba(201,154,57,.04) 55%, transparent 56%) !important;
}

body .deek-journey-visual__icon {
  position: absolute !important;
  z-index: 2 !important;
  display: grid !important;
  place-items: center !important;
  color: rgba(201, 154, 57, .86) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body .deek-journey-visual__icon svg,
body .deek-journey-visual__icon i,
body .deek-journey-visual__icon svg path {
  color: inherit !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

body .deek-journey-visual__icon.is-location {
  top: 32% !important;
  left: 25% !important;
  font-size: 78px !important;
}

body .deek-journey-visual__icon.is-calendar {
  top: 48% !important;
  left: 53% !important;
  font-size: 86px !important;
}

body .deek-journey-visual__icon.is-time {
  top: 56% !important;
  left: 66% !important;
  font-size: 64px !important;
}

/* --------------------------------------------------------------------------
 * Contact page — same composition, useful copy on the navy panel
 * -------------------------------------------------------------------------- */
body .deek-contact-visual-panel {
  display: grid !important;
  place-items: center !important;
}

body .deek-contact-visual-art {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  opacity: .27 !important;
  pointer-events: none !important;
}

body .deek-contact-visual-copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(500px, calc(100% - 80px)) !important;
  max-width: 500px !important;
  margin: auto !important;
  padding: 44px 0 !important;
}

body .deek-contact-visual-copy .deek-eyebrow {
  color: var(--de-gold-soft, #E0B95A) !important;
}

body .deek-contact-visual-copy .deek-atomic-heading,
body .deek-contact-visual-copy .deek-atomic-heading em {
  color: var(--de-cream, #F5EAD2) !important;
}

body .deek-contact-visual-copy .deek-atomic-heading em {
  color: var(--de-gold-soft, #E0B95A) !important;
}

body .deek-contact-visual-copy .deek-atomic-text {
  color: rgba(245, 234, 210, .70) !important;
}

body .deek-contact-desk-cards {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  margin: 26px 0 28px !important;
  border-top: 1px solid rgba(245, 234, 210, .14) !important;
}

body .deek-contact-visual-panel .deek-service-card-pro {
  min-height: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(245, 234, 210, .14) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .deek-contact-visual-panel .deek-service-card-pro__body {
  display: grid !important;
  grid-template-columns: 28px 1fr !important;
  column-gap: 14px !important;
  padding: 14px 0 !important;
}

body .deek-contact-visual-panel .deek-service-card-pro__icon {
  grid-row: 1 / span 2 !important;
  color: var(--de-gold-soft, #E0B95A) !important;
  font-size: 15px !important;
}

body .deek-contact-visual-panel .deek-service-card-pro__title {
  margin: 0 0 3px !important;
  color: var(--de-cream, #F5EAD2) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

body .deek-contact-visual-panel .deek-service-card-pro__text {
  margin: 0 !important;
  color: rgba(245, 234, 210, .60) !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
}

body .deek-contact-visual-panel .deek-button {
  background: var(--de-gold, #C99A39) !important;
  border-color: var(--de-gold, #C99A39) !important;
  color: var(--de-navy-deep, #07111F) !important;
}

/* --------------------------------------------------------------------------
 * Tablet landscape — retains the reference two-panel experience
 * -------------------------------------------------------------------------- */
@media screen and (max-width: 1100px) and (min-width: 768px) {
  body .deek-journey-shell {
    grid-template-columns: minmax(350px, 40%) minmax(0, 60%);
  }

  body .deek-journey-form-panel {
    padding: 34px 26px !important;
  }

  body .deek-journey-form-panel .deek-atomic-heading {
    font-size: clamp(34px, 4.2vw, 42px) !important;
  }

  body .deek-journey-logo,
  body .elementor-widget-image.deek-journey-logo {
    width: 122px !important;
    max-width: 122px !important;
    margin-bottom: 20px !important;
  }

  body .deek-journey-form {
    gap: 12px 12px !important;
    margin-top: 20px !important;
  }

  body .deek-journey-form__control {
    min-height: 42px !important;
  }

  body .deek-journey-visual__icon.is-location { font-size: 64px !important; }
  body .deek-journey-visual__icon.is-calendar { font-size: 72px !important; }
  body .deek-journey-visual__icon.is-time { font-size: 54px !important; }
}

/* --------------------------------------------------------------------------
 * Mobile — form only, matching the approved mockup
 * -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  body .deek-journey-page {
    min-height: 0 !important;
    background: #FFFFFF !important;
  }

  body .deek-journey-shell {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body .deek-journey-form-panel {
    min-height: 0 !important;
    padding: 28px 18px 36px !important;
  }

  body .deek-journey-form-panel > .elementor-element {
    max-width: none !important;
  }

  body .deek-journey-logo,
  body .elementor-widget-image.deek-journey-logo {
    width: 112px !important;
    max-width: 112px !important;
    margin-bottom: 20px !important;
  }

  body .deek-journey-form-panel .deek-atomic-heading {
    font-size: clamp(31px, 9.5vw, 40px) !important;
    line-height: 1.02 !important;
  }

  body .deek-journey-form-panel .deek-atomic-text,
  body .deek-journey-subtitle .deek-atomic-text {
    font-size: 10px !important;
  }

  body .deek-journey-form {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
    margin-top: 20px !important;
  }

  body .deek-journey-form.is-booking .is-field-full_name,
  body .deek-journey-form.is-booking .is-field-phone,
  body .deek-journey-form.is-booking .is-field-email,
  body .deek-journey-form.is-booking .is-field-service,
  body .deek-journey-form.is-booking .is-field-pickup,
  body .deek-journey-form.is-booking .is-field-dropoff,
  body .deek-journey-form.is-booking .deek-journey-form__actions,
  body .deek-journey-form.is-contact .deek-journey-form__field,
  body .deek-journey-form.is-contact .deek-journey-form__actions {
    grid-column: 1 / -1 !important;
  }

  body .deek-journey-form__control {
    min-height: 42px !important;
  }

  body .deek-journey-form label {
    font-size: 9px !important;
    margin-bottom: 6px !important;
  }

  body .deek-journey-form input,
  body .deek-journey-form select,
  body .deek-journey-form textarea {
    font-size: 10px !important;
  }

  body .deek-journey-form__control > i {
    flex-basis: 34px !important;
    width: 34px !important;
    font-size: 11px !important;
  }

  body .deek-journey-form__prefix {
    font-size: 10px !important;
  }

  body .deek-journey-form__submit {
    min-height: 48px !important;
    font-size: 9px !important;
  }

  body .deek-journey-form__secure {
    font-size: 8px !important;
  }

  body .deek-journey-visual-panel {
    display: none !important;
  }
}
