/*
 * Help-page boutique, official Yandex map and Yandex reviews — 2026-08-18.
 * Scoped to .page-help. The boutique intentionally mirrors the approved
 * homepage composition and uses the same bottles-rocks.webp photograph.
 */

.page-help {
  --help-green: #174c2b;
  --help-green-deep: #143d25;
  --help-green-soft: #245b34;
  --help-paper: #fbf7ef;
  --help-paper-deep: #f3ecdf;
  --help-ink: #2d382c;
  --help-muted: #687166;
  --help-line: rgba(35, 72, 41, .15);
  --help-shadow: 0 20px 56px rgba(37, 55, 37, .09);
}

.page-help .boutique-section--help {
  padding-block: clamp(56px, 7vw, 92px) clamp(42px, 5vw, 68px);
}

/* --------------------------------------------------------------------------
   Aromaboutique: same split composition and same photograph as the homepage.
   -------------------------------------------------------------------------- */
.page-help .help-boutique {
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 27px;
  background: linear-gradient(120deg, #143d25, #245b34);
  box-shadow: 0 24px 55px rgba(32, 54, 35, .14);
}

.page-help .help-boutique__copy {
  display: flex;
  min-width: 0;
  justify-content: center;
  flex-direction: column;
  padding: 50px 55px;
}

.page-help .help-boutique__eyebrow {
  width: max-content;
  max-width: 100%;
  color: rgba(255, 255, 255, .76) !important;
}

.page-help .help-boutique__eyebrow::before {
  background: currentColor;
}

.page-help .help-boutique h2 {
  max-width: 12ch;
  margin: 15px 0 17px;
  color: #fff;
  font: 450 clamp(3rem, 4.1vw, 4.5rem)/.96 var(--display);
  letter-spacing: -.04em;
}

.page-help .help-boutique h2 em {
  display: block;
  color: #efe6d9;
  font-style: italic;
  font-weight: 430;
}

.page-help .help-boutique__lead {
  max-width: 490px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font: 400 .87rem/1.7 var(--ui);
}

.page-help .help-boutique__meta {
  display: grid;
  margin: 25px 0 27px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.page-help .help-boutique__meta span {
  display: grid;
  min-width: 0;
  gap: 5px;
  padding-top: 13px;
  color: rgba(255, 255, 255, .72);
  border-top: 1px solid rgba(255, 255, 255, .2);
  font: 500 .7rem/1.4 var(--ui);
}

.page-help .help-boutique__meta b {
  color: #fff;
  font: 750 .61rem/1.2 var(--ui);
  letter-spacing: .11em;
  text-transform: uppercase;
}

.page-help .help-boutique__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-help .help-boutique__actions .button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 25px;
  border-radius: 999px;
  font: 700 .76rem/1 var(--ui);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.page-help .help-boutique__primary {
  color: var(--help-green) !important;
  border: 1px solid #fff !important;
  background: #fff !important;
}

.page-help .help-boutique__primary:hover,
.page-help .help-boutique__primary:focus-visible {
  box-shadow: 0 13px 30px rgba(10, 32, 17, .18);
  transform: translateY(-2px);
}

.page-help .help-boutique__visual {
  position: relative;
  min-width: 0;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  background: #a99e8e;
}

.page-help .help-boutique__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #245b34 0%, rgba(36, 91, 52, .5) 18%, transparent 55%);
  content: "";
  pointer-events: none;
}

.page-help .help-boutique__visual > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: saturate(.75) brightness(.68) contrast(1.05);
  transform: scale(1.04);
}

/* --------------------------------------------------------------------------
   Route: compact information panel + official Yandex organization widget.
   -------------------------------------------------------------------------- */
.page-help .help-route-section {
  padding-block: clamp(34px, 4vw, 58px) clamp(62px, 7vw, 92px);
}

.page-help .help-route {
  display: grid;
  min-height: 400px;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border: 1px solid var(--help-line);
  border-radius: 26px;
  background: var(--help-paper);
  box-shadow: 0 18px 48px rgba(37, 55, 37, .07);
}

.page-help .help-route__copy {
  display: flex;
  min-width: 0;
  justify-content: center;
  flex-direction: column;
  padding: clamp(34px, 4vw, 50px);
  background: linear-gradient(145deg, var(--help-paper) 0%, var(--help-paper-deep) 100%);
}

.page-help .help-route__copy .eyebrow {
  margin-bottom: 0;
}

.page-help .help-route__copy h2 {
  max-width: none;
  margin: 13px 0 16px;
  color: var(--help-ink);
  font: 500 clamp(2.05rem, 2.5vw, 2.85rem)/1 var(--display);
  letter-spacing: -.035em;
}

.page-help .help-route__copy > p {
  max-width: 440px;
  margin: 0;
  color: var(--help-muted);
  font: 400 .9rem/1.65 var(--ui);
}

.page-help .help-route__address {
  display: grid;
  margin: 24px 0 22px;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  padding: 15px 16px;
  border: 1px solid var(--help-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .6);
}

.page-help .help-route__address svg {
  width: 25px;
  height: 25px;
  grid-row: 1 / 3;
  align-self: center;
  color: var(--help-green);
  stroke-width: 1.55;
}

.page-help .help-route__address strong {
  color: var(--help-ink);
  font: 750 .83rem/1.3 var(--ui);
}

.page-help .help-route__address span {
  margin-top: 3px;
  color: var(--help-muted);
  font: 550 .68rem/1.35 var(--ui);
}

.page-help .help-route__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}

.page-help .help-route__link,
.page-help .help-yandex-reviews__link {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  color: #fff;
  border: 1px solid var(--help-green);
  border-radius: 999px;
  background: var(--help-green);
  font: 750 .72rem/1 var(--ui);
  text-decoration: none;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.page-help .help-route__link:hover,
.page-help .help-route__link:focus-visible,
.page-help .help-yandex-reviews__link:hover,
.page-help .help-yandex-reviews__link:focus-visible {
  background: var(--help-green-deep);
  box-shadow: 0 12px 28px rgba(23, 76, 43, .16);
  transform: translateY(-2px);
}

.page-help .help-route__link svg,
.page-help .help-yandex-reviews__link svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.page-help .help-route__note {
  color: #7a8277;
  font: 600 .65rem/1.4 var(--ui);
}

.page-help .help-route__map,
.page-help .help-route__map-embed {
  position: relative;
  min-width: 0;
  min-height: 400px;
  overflow: hidden;
  background: #e9e5df;
}

.page-help .help-route__map-embed {
  width: 100%;
  height: 100%;
}

.page-help .help-route__map iframe {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.page-help .help-route__map-source {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  color: #eee;
  font-size: 12px;
}

.page-help .help-route__map-source--category {
  top: 14px;
}

/* --------------------------------------------------------------------------
   Official Yandex reviews widget.
   -------------------------------------------------------------------------- */
.page-help .help-yandex-reviews-section {
  padding-block: clamp(66px, 7vw, 98px);
  background: #fffdf8;
}

.page-help .help-yandex-reviews {
  display: grid;
  grid-template-columns: minmax(290px, .68fr) minmax(0, 1.32fr);
  align-items: start;
  gap: clamp(42px, 6vw, 84px);
}

.page-help .help-yandex-reviews__copy {
  position: sticky;
  top: 122px;
  min-width: 0;
  padding-top: 20px;
}

.page-help .help-yandex-reviews__copy h2 {
  max-width: 10ch;
  margin: 15px 0 18px;
  color: var(--help-ink);
  font: 500 clamp(2.35rem, 3.5vw, 3.9rem)/.98 var(--display);
  letter-spacing: -.038em;
}

.page-help .help-yandex-reviews__copy p {
  max-width: 470px;
  margin: 0 0 26px;
  color: var(--help-muted);
  font: 400 .92rem/1.7 var(--ui);
}

.page-help .help-yandex-reviews__widget {
  position: relative;
  width: 100%;
  height: 760px;
  overflow: hidden;
  border: 1px solid var(--help-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--help-shadow);
}

.page-help .help-yandex-reviews__widget iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  box-sizing: border-box;
}

.page-help .help-yandex-reviews__widget > a {
  position: absolute;
  z-index: 2;
  bottom: 8px;
  left: 0;
  display: block;
  width: 100%;
  max-height: 14px;
  overflow: hidden;
  padding: 0 16px;
  color: #b3b3b3;
  font: 10px/14px "YS Text", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

@media (max-width: 960px) {
  .page-help .help-boutique,
  .page-help .help-route,
  .page-help .help-yandex-reviews {
    grid-template-columns: 1fr;
  }

  .page-help .help-boutique__copy {
    padding: 48px;
  }

  .page-help .help-boutique__visual {
    min-height: 380px;
  }

  .page-help .help-route__copy {
    padding: 42px;
  }

  .page-help .help-route__map,
  .page-help .help-route__map-embed {
    min-height: 420px;
    border-top: 1px solid var(--help-line);
  }

  .page-help .help-yandex-reviews__copy {
    position: static;
    max-width: 680px;
    padding-top: 0;
  }

  .page-help .help-yandex-reviews__copy h2 {
    max-width: none;
  }

  .page-help .help-yandex-reviews__widget {
    height: 700px;
  }
}

@media (max-width: 680px) {
  .page-help .boutique-section--help {
    padding-block: 46px 30px;
  }

  .page-help .help-boutique {
    border-radius: 22px;
  }

  .page-help .help-boutique__copy {
    padding: 34px 22px;
  }

  .page-help .help-boutique h2 {
    font-size: clamp(2.5rem, 11.5vw, 3.5rem);
  }

  .page-help .help-boutique__lead {
    font-size: .88rem;
  }

  .page-help .help-boutique__meta {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page-help .help-boutique__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-help .help-boutique__actions .button {
    width: 100%;
  }

  .page-help .help-boutique__visual {
    min-height: 300px;
  }

  .page-help .help-route-section {
    padding-block: 28px 62px;
  }

  .page-help .help-route {
    border-radius: 22px;
  }

  .page-help .help-route__copy {
    padding: 30px 22px;
  }

  .page-help .help-route__copy h2 {
    font-size: clamp(1.95rem, 8.7vw, 2.55rem);
  }

  .page-help .help-route__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-help .help-route__link,
  .page-help .help-yandex-reviews__link {
    width: 100%;
  }

  .page-help .help-route__map,
  .page-help .help-route__map-embed {
    min-height: 350px;
  }

  .page-help .help-yandex-reviews-section {
    padding-block: 58px 72px;
  }

  .page-help .help-yandex-reviews {
    gap: 30px;
  }

  .page-help .help-yandex-reviews__copy h2 {
    font-size: clamp(2.2rem, 10vw, 3.1rem);
  }

  .page-help .help-yandex-reviews__widget {
    height: 620px;
    border-radius: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-help .help-boutique__actions .button,
  .page-help .help-route__link,
  .page-help .help-yandex-reviews__link {
    transition: none !important;
    transform: none !important;
  }
}
