body {
  background: #001e2f;
}

#rec710441207,
#rec2059214921,
#rec888449278,
#rec2059215201,
#rec1369246931,
#rec892730914,
#rec710441212 {
  display: none !important;
}

.zori-weekend-page {
  background: #001e2f;
  color: #fff;
  font-family: "Zori Sans", Arial, sans-serif;
}

.zori-weekend-page a {
  color: inherit;
}

.zori-weekend-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.zori-weekend-hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: 56px;
  align-items: center;
  padding: 72px 0 82px;
}

.zori-weekend-kicker {
  margin: 0 0 20px;
  color: #f1dab4;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

.zori-weekend-title {
  max-width: 720px;
  margin: 0;
  font-family: "Zori Sans", Arial, sans-serif;
  font-size: clamp(48px, 7vw, 104px);
  line-height: 0.94;
  font-weight: 700;
}

.zori-weekend-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 21px;
  line-height: 1.55;
  font-weight: 300;
}

.zori-weekend-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.zori-weekend-page .zori-weekend-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  text-decoration: none;
}

.zori-weekend-page .zori-weekend-button--filled,
.zori-weekend-page .zori-weekend-button--filled:visited {
  background: #f1dab4 !important;
  border: 1px solid #f1dab4 !important;
  color: #001e2f !important;
}

.zori-weekend-page .zori-weekend-button--ghost,
.zori-weekend-page .zori-weekend-button--ghost:visited {
  background: transparent;
  border: 1px solid #f1dab4 !important;
  color: #f1dab4 !important;
}

.zori-weekend-page .zori-weekend-button:hover {
  opacity: 0.86;
}

.zori-weekend-poster {
  position: relative;
  align-self: stretch;
  min-height: 520px;
  overflow: hidden;
}

.zori-weekend-poster img,
.zori-weekend-poster video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.zori-weekend-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(241, 218, 180, 0.32);
  pointer-events: none;
}

.zori-weekend-note {
  border-top: 1px solid rgba(241, 218, 180, 0.36);
  border-bottom: 1px solid rgba(241, 218, 180, 0.36);
  padding: 22px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.5;
}

.zori-weekend-note a {
  color: #f1dab4;
  text-decoration: none;
}

.zori-weekend-section {
  padding: 84px 0;
}

.zori-weekend-section--tight {
  padding-top: 54px;
}

.zori-weekend-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.55fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.zori-weekend-section-title {
  margin: 0;
  font-family: "Zori Sans", Arial, sans-serif;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 1;
  font-weight: 700;
}

.zori-weekend-section-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 300;
}

.zori-weekend-routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(241, 218, 180, 0.34);
  border: 1px solid rgba(241, 218, 180, 0.34);
}

.zori-weekend-route {
  min-height: 260px;
  padding: 28px;
  background: #001e2f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.zori-weekend-route__number {
  color: #f1dab4;
  font-size: 15px;
  font-weight: 600;
}

.zori-weekend-route__title {
  margin: 38px 0 12px;
  font-size: 25px;
  line-height: 1.18;
  font-weight: 700;
}

.zori-weekend-route__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.55;
}

.zori-weekend-schedule {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.zori-weekend-board {
  position: sticky;
  top: 112px;
  border-top: 1px solid rgba(241, 218, 180, 0.42);
  padding-top: 22px;
}

.zori-weekend-board__title {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.zori-weekend-board__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.55;
}

.zori-weekend-board__filter {
  margin-top: 24px;
}

.zori-weekend-tour-list {
  display: grid;
  gap: 18px;
}

.zori-weekend-filter {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) minmax(0, 1fr);
  gap: 16px;
  align-items: end;
  border: 1px solid rgba(241, 218, 180, 0.28);
  padding: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.025);
}

.zori-weekend-filter__search,
.zori-weekend-filter__dates label {
  display: grid;
  gap: 8px;
}

.zori-weekend-filter__label,
.zori-weekend-filter__dates span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.zori-weekend-filter__input,
.zori-weekend-filter__date {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(241, 218, 180, 0.42);
  border-radius: 0;
  padding: 0 14px;
  box-sizing: border-box;
  background: rgba(0, 30, 47, 0.74);
  color: #fff;
  font: inherit;
  outline: none;
}

.zori-weekend-filter__input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.zori-weekend-filter__input:focus,
.zori-weekend-filter__date:focus {
  border-color: #f1dab4;
  box-shadow: 0 0 0 1px rgba(241, 218, 180, 0.38);
}

.zori-weekend-filter__periods {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.zori-weekend-filter__chip,
.zori-weekend-filter__reset {
  min-height: 40px;
  border: 1px solid rgba(241, 218, 180, 0.36);
  padding: 8px 13px;
  background: transparent;
  color: #f1dab4;
  font: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.zori-weekend-filter__chip:hover,
.zori-weekend-filter__reset:hover,
.zori-weekend-filter__chip.is-active {
  border-color: #f1dab4;
  background: #f1dab4;
  color: #001e2f;
}

.zori-weekend-filter__dates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.zori-weekend-filter__date {
  color-scheme: dark;
}

.zori-weekend-filter__result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.35;
}

.zori-weekend-filter__reset {
  min-height: 36px;
  padding: 7px 12px;
}

.zori-weekend-board .zori-weekend-filter {
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 16px;
}

.zori-weekend-board .zori-weekend-filter__dates {
  grid-template-columns: 1fr;
}

.zori-weekend-board .zori-weekend-filter__result {
  align-items: flex-start;
  flex-direction: column;
}

.zori-weekend-board .zori-weekend-filter__chip {
  min-height: 36px;
  padding: 7px 11px;
  font-size: 13px;
}

.zori-weekend-tour-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 22px;
  border: 1px solid rgba(241, 218, 180, 0.28);
  padding: 16px;
  color: #fff;
}

.zori-weekend-tour-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #0b2d42 center / cover no-repeat;
}

.zori-weekend-tour-card__body {
  min-width: 0;
}

.zori-weekend-tour-card__badge {
  display: inline-block;
  margin: 0 0 9px;
  border: 1px solid rgba(241, 218, 180, 0.72);
  padding: 4px 8px;
  color: #f1dab4;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.zori-weekend-tour-card__title {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

.zori-weekend-tour-card__meta,
.zori-weekend-tour-card__description {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.5;
}

.zori-weekend-tour-card__price {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.3;
}

.zori-weekend-tour-card__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.zori-weekend-tour-card__empty {
  border: 1px solid rgba(241, 218, 180, 0.28);
  padding: 28px;
}

.zori-weekend-tour-card__empty--filtered {
  background: rgba(255, 255, 255, 0.025);
}

.zori-weekend-tour-list[data-cms-state="loaded"] .zori-weekend-tour-card__empty {
  display: none;
}

.zori-weekend-tour-card__empty-title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.zori-weekend-tour-card__empty-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.55;
}

.zori-weekend-how {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.zori-weekend-step {
  border-top: 1px solid rgba(241, 218, 180, 0.36);
  padding-top: 18px;
}

.zori-weekend-step__title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 700;
}

.zori-weekend-step__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.zori-weekend-cms-note {
  margin-top: 42px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(241, 218, 180, 0.28);
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 980px) {
  .zori-weekend-hero,
  .zori-weekend-section-head,
  .zori-weekend-schedule {
    grid-template-columns: 1fr;
  }

  .zori-weekend-hero {
    min-height: 0;
    padding-top: 48px;
  }

  .zori-weekend-poster {
    min-height: 360px;
  }

  .zori-weekend-filter {
    grid-template-columns: 1fr;
  }

  .zori-weekend-routes {
    grid-template-columns: 1fr;
  }

  .zori-weekend-board {
    position: static;
  }

  .zori-weekend-how {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 640px) {
  .zori-weekend-shell {
    width: min(100% - 28px, 1160px);
  }

  .zori-weekend-title {
    font-size: 44px;
  }

  .zori-weekend-lead {
    font-size: 17px;
  }

  .zori-weekend-section {
    padding: 56px 0;
  }

  .zori-weekend-filter,
  .zori-weekend-tour-card {
    grid-template-columns: 1fr;
  }

  .zori-weekend-filter__dates,
  .zori-weekend-filter__result {
    grid-template-columns: 1fr;
  }

  .zori-weekend-filter__result {
    align-items: flex-start;
    flex-direction: column;
  }

  .zori-weekend-how {
    grid-template-columns: 1fr;
  }
}
