﻿/* V296: readable RU process copy and progressive-disclosure contact form. */

@font-face {
  font-family: "Assistant";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/assistant-hebrew-v300.woff2") format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: "Assistant";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/assistant-latin-v300.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Noto Serif Hebrew";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/noto-serif-hebrew-v300.woff2") format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: "Noto Serif Hebrew";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/noto-serif-latin-v300.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/onest-cyrillic-v300.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/onest-latin-v300.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/cormorant-cyrillic-v300.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/cormorant-latin-v300.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html[lang="ru"] #process .process-step h3 {
  font-family: "Onest", Manrope, "Segoe UI", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.42 !important;
  letter-spacing: -0.005em !important;
  color: #243c4b;
}

@media (min-width: 761px) {
  html[lang="ru"] #process .process-step {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-height: 90px;
    padding: 16px 18px;
  }

  html[lang="ru"] #process .process-step span { margin: 0; }
}

@media (max-width: 560px) {
  html[lang="ru"] #process .process-step h3 { font-size: 17px !important; }
}

html:is([lang="he"], [lang="ru"]) #contact .trip-details {
  margin-top: 14px;
  border: 1px solid rgba(73, 103, 115, 0.16);
  border-radius: 16px;
  background: #f8faf8;
  overflow: visible;
}

html:is([lang="he"], [lang="ru"]) #contact .trip-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 48px;
  padding: 12px 16px;
  color: #34505e;
  font-family: inherit;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

html:is([lang="he"], [lang="ru"]) #contact .trip-details summary::-webkit-details-marker { display: none; }

html:is([lang="he"], [lang="ru"]) #contact .trip-details summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 50%;
  background: #edf2ef;
  color: #496773;
  font-size: 18px;
  font-weight: 500;
}

html:is([lang="he"], [lang="ru"]) #contact .trip-details[open] summary::after { content: "−"; }

html:is([lang="he"], [lang="ru"]) #contact .trip-details-grid {
  padding: 4px 16px 16px;
}

@media (min-width: 981px) {
  html:is([lang="he"], [lang="ru"]) #contact .container.contact-box {
    width: min(880px, calc(100% - 40px)) !important;
    max-width: 880px !important;
  }

  html:is([lang="he"], [lang="ru"]) #contact .form {
    width: 100%;
    height: auto !important;
    padding: 24px 26px !important;
    border-radius: 24px !important;
    box-shadow: 0 14px 36px rgba(8, 34, 50, 0.065) !important;
  }

  html:is([lang="he"], [lang="ru"]) #contact .form-intro { margin-bottom: 18px !important; }
  html:is([lang="he"], [lang="ru"]) #contact .form-intro .kicker { margin-bottom: 8px !important; }

  html:is([lang="he"], [lang="ru"]) #contact .form-intro h2 {
    margin-bottom: 7px !important;
    font-size: 36px !important;
    line-height: 1.14 !important;
  }

  html:is([lang="he"], [lang="ru"]) #contact .form-intro p { line-height: 1.55 !important; }

  html:is([lang="he"], [lang="ru"]) #travelForm .form-grid {
    gap: 12px 14px !important;
  }

  html:is([lang="he"], [lang="ru"]) #travelForm .field { gap: 5px !important; }

  html:is([lang="he"], [lang="ru"]) #travelForm .field input,
  html:is([lang="he"], [lang="ru"]) #travelForm .field select { min-height: 48px !important; }

  html:is([lang="he"], [lang="ru"]) #travelForm .field textarea { min-height: 84px !important; }

  html:is([lang="he"], [lang="ru"]) #travelForm .consent-check {
    margin-top: 10px !important;
  }

  html:is([lang="he"], [lang="ru"]) #travelForm .form-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 9px !important;
    margin-top: 14px !important;
  }

  html:is([lang="he"], [lang="ru"]) #travelForm .direct-contact-label { display: none !important; }
  html:is([lang="he"], [lang="ru"]) #travelForm .direct-contact-actions { display: contents !important; }

  html:is([lang="he"], [lang="ru"]) #travelForm .form-actions .btn {
    min-height: 48px !important;
    padding-inline: 12px !important;
    font-size: 13.5px !important;
  }

  html:is([lang="he"], [lang="ru"]) #travelForm .fineprint { margin-top: 9px !important; }
}

@media (max-width: 640px) {
  html:is([lang="he"], [lang="ru"]) #contact .trip-details { margin-top: 4px; }

  html:is([lang="he"], [lang="ru"]) #contact .trip-details-grid {
    padding: 2px 14px 14px;
  }

  html:is([lang="he"], [lang="ru"]) #travelForm .direct-contact-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  html:is([lang="he"], [lang="ru"]) #travelForm .direct-contact-label {
    display: flex !important;
  }
}


/* V297: human-audit polish for rhythm, mobile gallery and quick contacts. */

html:is([lang="he"], [lang="ru"]) :is(.section-head p, .card p, .route-body p, .service-boundaries p, .faq-item p, .form-intro p) {
  color: #485d69 !important;
}

html:is([lang="he"], [lang="ru"]) :is(.fineprint, .consent-check, footer) {
  color: #5b6974 !important;
}

html:is([lang="he"], [lang="ru"]) #travelForm :is(input, textarea)::placeholder {
  color: #7a8790 !important;
  opacity: 1;
}

@media (min-width: 981px) {
  html:is([lang="he"], [lang="ru"]) main > section:not(.hero):not(.contact) {
    padding-block: 38px !important;
  }

  html:is([lang="he"], [lang="ru"]) main > .faq-section {
    padding-block: 62px !important;
  }

  html:is([lang="he"], [lang="ru"]) main > .contact {
    padding-block: 50px 58px !important;
  }

  html:is([lang="he"], [lang="ru"]) .section-head {
    margin-bottom: 22px !important;
  }
}

@media (max-width: 760px) {
  .mobile-whatsapp-fab {
    width: 56px !important;
    height: 56px !important;
    min-height: 56px !important;
    max-width: 56px !important;
    padding: 0 !important;
    gap: 0 !important;
    border-radius: 50% !important;
    box-shadow: 0 10px 26px rgba(11, 95, 79, 0.25) !important;
  }

  .mobile-whatsapp-fab__icon {
    width: 100% !important;
    height: 100% !important;
    flex-basis: 100% !important;
    background: transparent !important;
    font-size: 12px !important;
  }

  .mobile-whatsapp-fab > span:last-child {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 640px) {
  html:is([lang="he"], [lang="ru"]) .header-contact-strip {
    padding: 6px 0 !important;
    font-size: 11.5px !important;
  }

  html:is([lang="he"], [lang="ru"]) .header-contact-strip .container {
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 14px !important;
  }

  html:is([lang="he"], [lang="ru"]) :is(.header-contact-sep, .contact-strip-telegram) {
    display: none !important;
  }

  html:is([lang="he"], [lang="ru"]) .contact-strip-label {
    display: none !important;
  }

  html:is([lang="he"], [lang="ru"]) .contact-strip-item {
    gap: 5px !important;
    font-weight: 700 !important;
  }

  html:is([lang="he"], [lang="ru"]) .contact-strip-item::before {
    display: inline-grid;
    place-items: center;
    min-width: 22px;
    height: 18px;
    padding-inline: 4px;
    border-radius: 999px;
    background: rgba(73, 103, 115, 0.1);
    color: #496773;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
  }

  html:is([lang="he"], [lang="ru"]) .contact-strip-whatsapp::before { content: "IL"; }
  html:is([lang="he"], [lang="ru"]) .contact-strip-local::before { content: "UZ"; }

  html:is([lang="he"], [lang="ru"]) #places .routes.photo-cards {
    display: grid !important;
    grid-template-columns: none !important;
    grid-auto-flow: column;
    grid-auto-columns: 84%;
    gap: 14px !important;
    width: calc(100% + 12px);
    margin-inline-end: -12px;
    padding: 2px 12px 16px 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(73, 103, 115, 0.28) transparent;
    touch-action: pan-x;
  }

  html[dir="rtl"] #places .routes.photo-cards {
    padding: 2px 0 16px 12px;
  }

  html:is([lang="he"], [lang="ru"]) #places .route {
    width: auto !important;
    min-height: 330px !important;
    margin-bottom: 0 !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  html:is([lang="he"], [lang="ru"]) #places .route-photo {
    height: 180px !important;
  }

  html:is([lang="he"], [lang="ru"]) #places .route-body {
    min-height: 138px;
    padding: 18px !important;
  }
}


/* V300: shared, accessible HE/RU crossfade sliders. */

.hero-photo.hero-slideshow,
.route-photo.route-card-slideshow {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
  background-image: none !important;
}

.hero-slide-img,
.route-card-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1600ms cubic-bezier(.4, 0, .2, 1);
  will-change: opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  pointer-events: none;
  z-index: 0;
}

.hero-photo.hero-slideshow:not(.slider-ready) .hero-slide-img,
.route-photo.route-card-slideshow:not(.slider-ready) .route-card-slide {
  transition: none;
}

.hero-slide-img {
  display: block;
  object-fit: cover;
  object-position: center;
}

.route-card-slide {
  background-position: center;
  background-size: cover;
}

.hero-slide-img.is-active,
.route-card-slide.is-active {
  opacity: 1;
}

.hero-photo-overlay,
.route-photo.route-card-slideshow::after {
  z-index: 1 !important;
  pointer-events: none;
}

.hero-slider-toggle {
  position: absolute;
  inset-inline-start: 12px;
  bottom: 12px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 50%;
  background: rgba(8,34,50,.58);
  color: #fff;
  box-shadow: 0 4px 14px rgba(8,34,50,.18);
  font: 600 16px/1 system-ui,sans-serif;
  cursor: pointer;
  opacity: .78;
  transition: opacity .2s ease,background-color .2s ease,transform .2s ease;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.hero-slider-toggle:hover,
.hero-slider-toggle:focus-visible {
  opacity: 1;
  background: rgba(8,34,50,.82);
}

.hero-slider-toggle:active {
  transform: scale(.96);
}

.hero-slider-toggle:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.slider-master-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  margin: 0 0 16px auto;
  padding: 9px 14px;
  border: 1px solid rgba(8,34,50,.16);
  border-radius: 999px;
  background: rgba(255,253,249,.92);
  color: #082232;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.slider-master-toggle:hover,
.slider-master-toggle:focus-visible {
  border-color: rgba(8,114,79,.55);
  background: #fff;
}

.slider-master-toggle:focus-visible {
  outline: 3px solid rgba(8,114,79,.22);
  outline-offset: 3px;
}

@media (max-width: 340px) {
  html:is([lang="he"], [lang="ru"]) .nav {
    gap: 6px !important;
  }

  html:is([lang="he"], [lang="ru"]) .brand {
    min-width: 0;
    gap: 7px !important;
  }

  html:is([lang="he"], [lang="ru"]) .brand-mark {
    width: 40px !important;
    height: 40px !important;
    flex: 0 0 40px;
  }

  html:is([lang="he"], [lang="ru"]) .brand-title {
    font-size: 16px !important;
    white-space: nowrap;
  }

  html[lang="he"] .brand > span:last-child {
    flex: 1 1 auto;
    min-width: 82px;
    overflow: visible !important;
  }

  html[lang="he"] .brand-title {
    max-width: none !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: 12.8px !important;
  }

  html:is([lang="he"], [lang="ru"]) .nav-links,
  html:is([lang="he"], [lang="ru"]) .lang-switch {
    flex-shrink: 0;
  }

  html:is([lang="he"], [lang="ru"]) .lang-switch a {
    min-width: 32px !important;
    padding-inline: 7px !important;
    font-size: 11.5px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide-img,
  .route-card-slide {
    transition: none !important;
  }
}

