.zori-home-preview {
  background: #001e2f;
  color: #fff;
  font-family: "Zori Sans", Arial, sans-serif;
  overflow: hidden;
}

.zori-home-preview * {
  box-sizing: border-box;
}

.zori-home-preview a {
  color: inherit;
}

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

.zori-home-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  isolation: isolate;
}

.zori-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(0, 30, 47, 0.98) 0%, rgba(0, 30, 47, 0.8) 42%, rgba(0, 30, 47, 0.18) 78%),
    linear-gradient(0deg, #001e2f 0%, rgba(0, 30, 47, 0) 32%),
    url("../media/home/vologda-city.png");
  background-position: center;
  background-size: cover;
}

.zori-home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(241, 218, 180, 0.36);
}

.zori-home-hero__content {
  max-width: 760px;
  padding: 118px 0 96px;
}

.zori-home-kicker {
  margin: 0 0 18px;
  color: #f1dab4;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}

.zori-home-title {
  max-width: 100%;
  margin: 0;
  font-family: "Zori Sans", Arial, sans-serif;
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.94;
  font-weight: 700;
}

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

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

.zori-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid #f1dab4;
  border-radius: 5px;
  color: #001e2f !important;
  background: #f1dab4;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.zori-home-button:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

.zori-home-button--ghost {
  color: #f1dab4 !important;
  background: transparent;
}

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

.zori-home-fact {
  min-height: 120px;
  padding: 22px;
  background: rgba(0, 30, 47, 0.72);
}

.zori-home-fact__value {
  display: block;
  color: #fff;
  font-size: 31px;
  line-height: 1;
  font-weight: 700;
}

.zori-home-fact__label {
  display: block;
  max-width: 210px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 300;
}

.zori-home-notice {
  border-bottom: 1px solid rgba(241, 218, 180, 0.36);
}

.zori-home-notice__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 26px 0;
}

.zori-home-notice__label {
  color: #f1dab4;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zori-home-notice__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.52;
  font-weight: 300;
}

.zori-home-notice__link {
  color: #f1dab4 !important;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.zori-home-section {
  padding: 86px 0;
}

.zori-home-section--compact {
  padding-top: 58px;
}

.zori-home-section__head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.58fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 36px;
}

.zori-home-section__head--solo {
  display: block;
}

.zori-home-section__title {
  margin: 0;
  font-family: "Zori Sans", Arial, sans-serif;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1;
  font-weight: 700;
}

.zori-home-section__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.56;
  font-weight: 300;
}

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

.zori-home-direction {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  background: #001e2f;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.zori-home-direction:hover {
  background: #07293f;
}

.zori-home-direction__number {
  color: #f1dab4;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.zori-home-direction__title {
  display: block;
  margin: 44px 0 12px;
  color: #fff;
  font-size: 25px;
  line-height: 1.16;
  font-weight: 700;
}

.zori-home-direction__text {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.54;
  font-weight: 300;
}

.zori-home-direction__more {
  margin-top: 24px;
  color: #f1dab4;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.zori-home-section--popular {
  padding-top: 76px;
}

.zori-home-section--seasonal {
  padding: 76px 0;
  border-bottom: 1px solid rgba(241, 218, 180, 0.36);
}

.zori-home-section--seasonal[hidden] {
  display: none;
}

.zori-home-seasonal-slider,
.zori-home-seasonal__track {
  position: relative;
  min-height: 590px;
}

.zori-home-seasonal {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 590px;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(241, 218, 180, 0.46);
  background: #07293f;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.zori-home-seasonal.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.zori-home-seasonal__image,
.zori-home-seasonal__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.zori-home-seasonal__image {
  z-index: -2;
  display: block;
  object-fit: cover;
  object-position: center 47%;
  transition: transform 700ms ease;
}

.zori-home-seasonal:hover .zori-home-seasonal__image {
  transform: scale(1.018);
}

.zori-home-seasonal__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 30, 47, 0.96) 0%, rgba(0, 30, 47, 0.78) 45%, rgba(0, 30, 47, 0.12) 78%),
    linear-gradient(0deg, rgba(0, 30, 47, 0.9) 0%, rgba(0, 30, 47, 0) 48%);
}

.zori-home-seasonal__content {
  width: min(690px, 66%);
  padding: 54px;
}

.zori-home-seasonal__topline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  margin-bottom: 22px;
}

.zori-home-seasonal__eyebrow,
.zori-home-seasonal__date {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.zori-home-seasonal__eyebrow {
  color: #f1dab4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zori-home-seasonal__date {
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.84);
  border-left: 1px solid rgba(241, 218, 180, 0.44);
}

.zori-home-seasonal__title {
  margin: 0;
  color: #fff;
  font-family: "Zori Sans", Arial, sans-serif;
  font-size: clamp(46px, 7vw, 88px);
  line-height: 0.94;
  font-weight: 700;
}

.zori-home-seasonal__text {
  max-width: 590px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}

.zori-home-seasonal__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.zori-home-seasonal__facts span {
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(241, 218, 180, 0.34);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
}

.zori-home-seasonal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.zori-home-seasonal-slider__controls {
  position: absolute;
  z-index: 4;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  background: rgba(0, 30, 47, 0.72);
  border: 1px solid rgba(241, 218, 180, 0.34);
  backdrop-filter: blur(8px);
}

.zori-home-seasonal-slider__controls[hidden] {
  display: none;
}

.zori-home-seasonal-slider__controls > button {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(241, 218, 180, 0.48);
  background: transparent;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
}

.zori-home-seasonal-slider__controls > button:hover,
.zori-home-seasonal-slider__controls > button:focus-visible {
  background: #f1dab4;
  color: #001e2f;
}

.zori-home-seasonal-slider__dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.zori-home-seasonal-slider__dots button {
  width: 24px;
  height: 3px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.zori-home-seasonal-slider__dots button.is-active {
  background: #f1dab4;
}

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

.zori-home-section--popular[data-empty="true"] .zori-home-popular {
  display: none;
}

.zori-home-section--popular[data-empty="false"] .zori-home-popular-empty {
  display: none;
}

.zori-home-popular-card {
  min-height: 460px;
  display: grid;
  grid-template-rows: 210px minmax(0, 1fr);
  background: #001e2f;
  text-decoration: none;
}

.zori-home-popular-card__media {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 30, 47, 0.72), rgba(0, 30, 47, 0.94)),
    repeating-linear-gradient(90deg, rgba(241, 218, 180, 0.08) 0 1px, transparent 1px 64px);
}

.zori-home-popular-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.zori-home-popular-card__label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: calc(100% - 36px);
  padding: 8px 10px;
  background: rgba(0, 30, 47, 0.86);
  color: #f1dab4;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.zori-home-popular-card__body {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 24px;
}

.zori-home-popular-card__title {
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.16;
  font-weight: 700;
}

.zori-home-popular-card__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.54;
  font-weight: 300;
}

.zori-home-popular-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.zori-home-popular-card__meta span {
  padding: 6px 9px;
  border: 1px solid rgba(241, 218, 180, 0.24);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
}

.zori-home-popular-card__more {
  margin-top: 8px;
  color: #f1dab4;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.zori-home-popular-empty {
  display: grid;
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(241, 218, 180, 0.34);
  background: rgba(0, 30, 47, 0.74);
}

.zori-home-popular-empty__label {
  color: #f1dab4;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zori-home-popular-empty__text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.54;
  font-weight: 300;
}

.zori-home-popular-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.zori-home-popular-empty__link {
  color: #f1dab4 !important;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.zori-home-contacts {
  display: grid;
  grid-template-columns: minmax(320px, 0.54fr) minmax(0, 1fr);
  gap: 1px;
  border: 1px solid rgba(241, 218, 180, 0.34);
  background: rgba(241, 218, 180, 0.34);
}

.zori-home-contacts__panel,
.zori-home-map {
  min-height: 520px;
  background: #001e2f;
}

.zori-home-contacts__panel {
  display: grid;
  align-content: start;
  gap: 0;
  padding: 34px;
}

.zori-home-contact-line {
  display: grid;
  gap: 10px;
  padding: 0 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(241, 218, 180, 0.22);
}

.zori-home-contact-line:last-of-type {
  margin-bottom: 0;
}

.zori-home-contact-line__label {
  color: #f1dab4;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zori-home-contact-line__value {
  color: #fff !important;
  font-size: 24px;
  line-height: 1.24;
  font-weight: 700;
  text-decoration: none;
}

.zori-home-contact-line__note {
  max-width: 440px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.52;
  font-weight: 300;
}

.zori-home-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.zori-home-map {
  position: relative;
  overflow: hidden;
}

.zori-home-map__canvas {
  width: 100%;
  min-height: 520px;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(0, 30, 47, 0.84), rgba(1, 30, 49, 0.98)),
    repeating-linear-gradient(90deg, rgba(241, 218, 180, 0.08) 0 1px, transparent 1px 74px),
    repeating-linear-gradient(0deg, rgba(241, 218, 180, 0.06) 0 1px, transparent 1px 74px);
}

.zori-home-map__canvas::before {
  content: "Загружаем карту";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  pointer-events: none;
}

.zori-home-map__canvas > ymaps,
.zori-home-map__canvas.is-map-error {
  position: relative;
  z-index: 1;
}

.zori-home-map__canvas.is-map-ready::before,
.zori-home-map__canvas.is-map-error::before {
  content: none;
}

.zori-home-map__canvas.is-map-error {
  display: grid;
  place-items: center;
  padding: 32px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 300;
  text-align: center;
}

.zori-home-map__route {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #f1dab4;
  border-radius: 5px;
  background: #f1dab4;
  color: #001e2f !important;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.zori-home-section--reviews {
  padding-top: 28px;
  scroll-margin-top: 110px;
}

.zori-home-reviews-summary {
  justify-self: end;
  max-width: 330px;
  padding-top: 8px;
}

.zori-home-reviews-summary__rating {
  display: block;
  color: #f1dab4;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

.zori-home-reviews-summary__text {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.52;
  font-weight: 300;
}

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

.zori-home-review {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 26px;
  background: #001e2f;
}

.zori-home-review__top {
  display: grid;
  gap: 8px;
}

.zori-home-review__name {
  color: #fff;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
}

.zori-home-review__stars {
  color: #f1dab4;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}

.zori-home-review__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.58;
  font-weight: 300;
}

.zori-home-reviews-link {
  display: inline-flex;
  margin-top: 24px;
  color: #f1dab4 !important;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
}

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

.zori-home-step {
  min-height: 225px;
  padding: 26px;
  background: #001e2f;
}

.zori-home-step__count {
  color: #f1dab4;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.zori-home-step__title {
  margin: 42px 0 12px;
  color: #fff;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 700;
}

.zori-home-step__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.52;
  font-weight: 300;
}

.zori-home-final {
  position: relative;
  padding: 82px 0 90px;
  border-top: 1px solid rgba(241, 218, 180, 0.3);
  border-bottom: 1px solid rgba(241, 218, 180, 0.3);
  background: #011e31;
}

.zori-home-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.zori-home-final__title {
  max-width: 760px;
  margin: 0;
  font-family: "Zori Sans", Arial, sans-serif;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1;
  font-weight: 700;
}

.zori-home-final__text {
  max-width: 640px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.56;
  font-weight: 300;
}

@media screen and (max-width: 1199px) {
  .zori-home-directions,
  .zori-home-reviews,
  .zori-home-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 959px) {
  .zori-home-section--reviews {
    scroll-margin-top: 88px;
  }

  .zori-home-hero {
    min-height: auto;
  }

  .zori-home-hero::before {
    background-image:
      linear-gradient(0deg, #001e2f 0%, rgba(0, 30, 47, 0.76) 58%, rgba(0, 30, 47, 0.28) 100%),
      url("../media/home/vologda-city.png");
    background-position: center top;
  }

  .zori-home-hero__content {
    padding: 300px 0 58px;
  }

  .zori-home-title {
    font-size: clamp(42px, 11vw, 58px);
    line-height: 0.98;
  }

  .zori-home-lead {
    font-size: 19px;
  }

  .zori-home-hero__facts,
  .zori-home-notice__inner,
  .zori-home-section__head,
  .zori-home-popular,
  .zori-home-popular-empty,
  .zori-home-contacts,
  .zori-home-final__inner {
    grid-template-columns: 1fr;
  }

  .zori-home-seasonal {
    min-height: 620px;
  }

  .zori-home-seasonal-slider,
  .zori-home-seasonal__track {
    min-height: 620px;
  }

  .zori-home-seasonal__content {
    width: min(760px, 82%);
    padding: 44px;
  }

  .zori-home-reviews-summary {
    justify-self: start;
    max-width: none;
    padding-top: 0;
  }

  .zori-home-notice__inner {
    align-items: start;
    gap: 14px;
  }

  .zori-home-section {
    padding: 64px 0;
  }

  .zori-home-section--compact {
    padding-top: 46px;
  }

  .zori-home-popular-card {
    min-height: 0;
  }

  .zori-home-popular-empty {
    align-items: start;
  }

  .zori-home-popular-empty__actions {
    justify-content: flex-start;
  }

  .zori-home-contacts__panel,
  .zori-home-map,
  .zori-home-map__canvas {
    min-height: 440px;
  }
}

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

  .zori-home-hero__content {
    padding: 250px 0 46px;
  }

  .zori-home-title {
    font-size: 42px;
  }

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

  .zori-home-actions,
  .zori-home-final__inner {
    align-items: stretch;
  }

  .zori-home-button,
  .zori-home-notice__link {
    width: 100%;
  }

  .zori-home-section--seasonal {
    padding: 46px 0;
  }

  .zori-home-seasonal {
    min-height: 670px;
  }

  .zori-home-seasonal-slider,
  .zori-home-seasonal__track {
    min-height: 670px;
  }

  .zori-home-seasonal__image {
    object-position: 52% center;
  }

  .zori-home-seasonal__shade {
    background: linear-gradient(0deg, rgba(0, 30, 47, 0.98) 0%, rgba(0, 30, 47, 0.8) 55%, rgba(0, 30, 47, 0.12) 100%);
  }

  .zori-home-seasonal__content {
    width: 100%;
    padding: 86px 22px 28px;
  }

  .zori-home-seasonal-slider__controls {
    top: 14px;
    right: 14px;
  }

  .zori-home-seasonal__topline {
    display: grid;
    gap: 8px;
  }

  .zori-home-seasonal__date {
    padding: 0;
    border-left: 0;
  }

  .zori-home-seasonal__title {
    font-size: 44px;
  }

  .zori-home-seasonal__text {
    margin-top: 18px;
    font-size: 17px;
  }

  .zori-home-seasonal__facts {
    margin-top: 22px;
  }

  .zori-home-seasonal__actions {
    display: grid;
    margin-top: 24px;
  }

  .zori-home-hero__facts,
  .zori-home-directions,
  .zori-home-reviews,
  .zori-home-steps {
    grid-template-columns: 1fr;
  }

  .zori-home-fact,
  .zori-home-direction,
  .zori-home-review,
  .zori-home-step {
    min-height: 0;
  }

  .zori-home-direction__title,
  .zori-home-step__title {
    margin-top: 34px;
  }

  .zori-home-popular-card {
    grid-template-rows: 190px minmax(0, 1fr);
  }

  .zori-home-popular-card__body,
  .zori-home-popular-empty {
    padding: 22px;
  }

  .zori-home-contacts__panel {
    padding: 24px;
  }

  .zori-home-contact-line__value {
    font-size: 21px;
  }

  .zori-home-contact-actions .zori-home-button {
    width: 100%;
  }

  .zori-home-map,
  .zori-home-map__canvas {
    min-height: 360px;
  }

  .zori-home-map__route {
    left: 14px;
    right: 14px;
    bottom: 14px;
    text-align: center;
  }

}
