/** Shopify CDN: Minification failed

Line 3069:0 Unexpected "@media"
Line 3172:0 Expected "}" to go with "{"

**/
/* =========================================================
   SE-CORE — CLEAN BASE + ANNOUNCEMENT BAR FIX (Dawn совместимо)
   Полная замена файла. Никаких градиентов/«ушек» по краям.
   ========================================================= */

/* — Токены бренда — */
:root{
  --se-brown:#4A2E1F;
  --se-brown-dark:#3C2417;
  --se-cream:#F3EDE7;
  --se-cream-2:#FAF7F3;
  --se-ink:#2B2A29;
  --se-muted:#6F655C;
  --se-radius:18px;
}

/* — Базовая типографика (без внешних шрифтов) — */
.se-display{font-family:"Cormorant Garamond","Times New Roman",serif;letter-spacing:.2px;}
.se-text{font-family:ui-serif,Georgia,"Times New Roman",serif;}
.se-wrap{max-width:1200px;margin:0 auto;padding:48px 20px;}
.se-btn{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(0,0,0,.15);border-radius:999px;padding:12px 20px;text-decoration:none;}
.se-btn--ghost{background:transparent;color:var(--se-ink);}
.se-btn--cream{background:var(--se-cream);color:var(--se-ink);border-color:rgba(0,0,0,.08);}
.se-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--se-radius);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;}
.se-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.06);}
.se-muted{color:var(--se-muted);}

/* =========================================================
   ANNOUNCEMENT BAR — ЖЁСТКАЯ ЧИСТКА ГРАДИЕНТОВ И МАСОК
   Работает для Dawn и большинства официальных тем.
   ========================================================= */

/* 1) Делаем секцию бара плоской, без масок/радиусов/градиентов */
.shopify-section-announcement-bar,
.shopify-section-group-header .shopify-section-announcement-bar,
.section-announcement-bar,
.header__announcement,
.announcement-bar,
.announcement {
  background-color: var(--se-brown) !important;
  background-image: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* 2) Выключаем псевдоэлементы и декоративные «шторки» */
.shopify-section-announcement-bar::before,
.shopify-section-announcement-bar::after,
.section-announcement-bar::before,
.section-announcement-bar::after,
.header__announcement::before,
.header__announcement::after,
.announcement-bar::before,
.announcement-bar::after {
  content: none !important;
  background: none !important;
  box-shadow: none !important;
}

/* 3) Снимаем любые внутренние фоны/градиенты у детей */
.shopify-section-announcement-bar *,
.header__announcement *,
.announcement-bar *,
.announcement * {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  -webkit-mask: none !important;
  mask: none !important;
}

/* 4) Контейнер ширины — убираем внутренние отступы, чтобы фон был сплошным */
.shopify-section-announcement-bar .page-width,
.header__announcement .page-width,
.announcement-bar .page-width {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 5) Типографика и отступы самого сообщения */
.announcement-bar,
.header__announcement,
.announcement {
  color: var(--se-cream) !important;
  font-family: "Cormorant Garamond", serif;
  font-size: 13px !important;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

.announcement-bar__message,
.announcement__message,
.header__announcement .announcement-bar__message {
  padding: 8px 16px !important; /* высота бара */
  display: block !important;
}

/* 6) Состояние наведения — аккуратное затемнение */
.shopify-section-announcement-bar:hover,
.header__announcement:hover,
.announcement-bar:hover {
  background-color: var(--se-brown-dark) !important;
}

/* 7) На всякий случай — убираем глобальные «gradient» классы темы рядом с хедером */
.header-wrapper,
.header-wrapper.gradient,
.gradient:has(.announcement-bar),
.shopify-section-group-header .gradient {
  background-image: none !important;
}

/* 8) Если тема рисует скруглённые углы вокруг группы хедера — отключаем */
.shopify-section-group-header,
.shopify-section-group-header > .shopify-section {
  border-radius: 0 !important;
  overflow: visible !important;
}

/* 9) Убираем возможные тени/разделители над и под баром */
.shopify-section-announcement-bar,
.shopify-section-announcement-bar + .shopify-section,
.header__heading-wrapper {
  box-shadow: none !important;
  border: 0 !important;
}
/* === DAWN FULL-BLEED FIX FOR ANNOUNCEMENT BAR === */
/* 1) Родительская группа хедера — тот же цвет, без градиентов/скруглений/отступов */
.shopify-section-group-header {
  background-color: #4A2E1F !important;
  background-image: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* 2) Внутри группы убираем «карточку» хедера, чтобы не было полей по бокам */
.shopify-section-group-header .header-wrapper {
  margin: 0 !important;          /* убираем боковые поля темы */
  border-radius: 0 !important;   /* убираем скругления контейнера */
  background: transparent !important;
  box-shadow: none !important;
}

/* 3) Сам анонсмент-бар — прозрачный, чтобы цвет брался у родителя (единый тон по всей ширине) */
.shopify-section-group-header .announcement-bar,
.shopify-section-announcement-bar .announcement-bar,
.announcement-bar {
  background: transparent !important;
  background-image: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  width: 100% !important;
}

/* 4) Убираем любые псевдоэлементы/маски, которые рисуют «шторки» по краям */
.shopify-section-group-header::before,
.shopify-section-group-header::after,
.shopify-section-announcement-bar::before,
.shopify-section-announcement-bar::after,
.header-wrapper::before,
.header-wrapper::after,
.announcement-bar::before,
.announcement-bar::after {
  content: none !important;
  background: none !important;
  box-shadow: none !important;
  -webkit-mask: none !important;
  mask: none !important;
}

/* 5) Внутренний контейнер растягиваем на всю ширину страницы */
.shopify-section-group-header .page-width,
.shopify-section-announcement-bar .page-width {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 6) Типографика и высота бара */
.announcement-bar__message,
.announcement__message {
  color: #F3EDE7 !important;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 8px 16px !important;
  line-height: 1.1;
}

/* 7) Цвет наведения для всей группы (чтобы не было «пятен») */
.shopify-section-group-header:hover {
  background-color: #3C2417 !important;
}

/* === MOBILE TUNING (уменьшаем шрифт и высоту на телефонах) === */
@media (max-width: 480px) {
  .announcement-bar__message,
  .announcement__message {
    font-size: 11px !important;
    letter-spacing: 0.4px !important;
    padding: 6px 12px !important;
  }
}
/* Editorial serif announcement bar */
.announcement-bar__message,
.announcement__message {
  color: #F3EDE7 !important;
  font-family: "Playfair Display", "Cormorant Garamond", serif !important;
  font-weight: 400;
  font-size: 13px !important;
  letter-spacing: 0.4px;
  text-transform: none;
  padding: 8px 16px !important;
  line-height: 1.2;
}
/* === SE-CORE: Global typography override (Montserrat) === */
/* Dawn и похожие темы используют CSS-переменные — переопределим их */
:root{
  --font-body-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --font-heading-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;

  /* опционально веса (если тема их читает) */
  --font-body-weight: 400;
  --font-heading-weight: 600;
  --font-body-style: normal;
}

/* Жёстко задаём на всякий случай для всех элементов */
html, body {
  font-family: var(--font-body-family) !important;
  font-weight: var(--font-body-weight, 400);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Заголовки и меню */
h1, h2, h3, h4, h5, h6,
.header__menu-item,
.menu-drawer__menu-item,
.button, .btn, .link, .breadcrumbs,
.footer__heading, .footer-block__heading {
  font-family: var(--font-heading-family) !important;
  font-weight: var(--font-heading-weight, 600);
}

/* Поля форм и мелкие подписи */
input, select, textarea, label, small {
  font-family: var(--font-body-family) !important;
}

/* Наш анонсмент-бар теперь просто наследует Montserrat */
.announcement-bar__message, .announcement__message {
  font-family: var(--font-heading-family) !important;
  font-weight: 600;
  letter-spacing: 0.6px;
}

/* Если где-то остались старые кастомные классы — тоже переопределим */
.se-display, .se-text {
  font-family: var(--font-body-family) !important;
}
.se-pillar-img { width:100%; height:220px; object-fit:cover; display:block; }
.se-intro-img  { width:100%; height:auto; border-radius:18px; display:block; }
.se-story-img  { width:100%; height:520px; object-fit:cover; display:block; }
/* Общий отступ для секций бренда */
.se-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Анимация появления */
.se-fade {
  opacity: 0;
  transform: translateY(20px);
  animation: seFadeIn 0.9s ease forwards;
}

@keyframes seFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.se-delay-1 { animation-delay: 0.2s; }
.se-delay-2 { animation-delay: 0.4s; }
.se-delay-3 { animation-delay: 0.6s; }

/* Мобильные настройки */
@media (max-width: 768px) {
  .se-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .se-section h1,
  .se-section h2 {
    font-size: 1.8rem !important;
    line-height: 1.25 !important;
  }

  .se-section p {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
}

/* Триптих: Essence of Slovenia */
.se-triptych {
  max-width: 1200px;
  margin: 0 auto;
}

.se-triptych-header {
  text-align: left;
  margin-bottom: 40px;
}

.se-triptych-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.se-triptych-item {
  overflow: hidden;
  border-radius: 12px;
}

.se-triptych-image-wrapper {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.se-triptych-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.se-triptych-text {
  margin-top: 14px;
}

.se-triptych-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.se-triptych-subtitle {
  font-size: 0.95rem;
  opacity: 0.8;
}

/* Мобильная сетка триптиха */
@media (max-width: 768px) {
  .se-triptych-header {
    text-align: left;
  }

  .se-triptych-grid {
    grid-template-columns: 1fr;
  }
}
.se-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.se-pillars-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.se-pillars-title {
  margin-top: 16px;
  font-size: 1.2rem;
  font-weight: 600;
}

.se-pillars-text {
  margin-top: 6px;
  opacity: 0.75;
  max-width: 90%;
}

.se-pillars-link {
  margin-top: 12px;
  display: inline-block;
  text-decoration: underline;
  opacity: 0.8;
}

/* Mobile */
@media (max-width: 768px) {
  .se-pillars-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .se-pillars-text {
    max-width: 100%;
  }
}
/* Pillars: card styling */
.se-pillars-item {
  padding: 28px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.se-pillars-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.07);
}
/* Transparent overlay for Intro */
.se-intro-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.35); /* 35% прозрачность */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  pointer-events: none;
  z-index: 1;
}

/* Ensure content sits above overlay */
.se-intro-content {
  position: relative;
  z-index: 2;
}
/* Intro glass card */
.se-intro {
  background: transparent;
}

.se-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  align-items: center;
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(250, 247, 243, 0.40); /* вот тут полупрозрачность */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(10px);
}

.se-intro-img {
  width: 100%;
  height: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 18px;
}

.se-intro-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  opacity: 0.7;
  margin-bottom: 8px;
}

.se-intro-heading {
  font-size: 2.2rem;
  line-height: 1.15;
  margin-bottom: 14px;
}

.se-intro-text {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 20px;
}

.se-intro-button {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 0.9rem;
  text-decoration: none;
}

/* Mobile */
@media (max-width: 768px) {
  .se-intro-inner {
    grid-template-columns: 1fr;
    padding: 60px 18px;
    gap: 26px;
  }

  .se-intro-heading {
    font-size: 1.8rem;
  }
}
/* Triptych section */
.se-triptych-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: transparent; /* убираем свою «простыню» фона */
}

/* Заголовок секции */
.se-triptych-header {
  max-width: 600px;
  margin-bottom: 40px;
}

.se-triptych-header h2 {
  font-size: 2rem;
  margin-bottom: 8px;
}

.se-triptych-header p {
  opacity: 0.8;
}

/* Сетка из трёх карточек */
.se-triptych-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

/* Карточка */
.se-triptych-item {
  border-radius: 18px;
  padding: 18px 18px 20px;
  background: rgba(250, 247, 243, 0.45); /* менее стекло, больше мягкая карта */
  border: 1px solid rgba(205, 193, 176, 0.8); /* тёплая рамка под тему Craft */
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
}

/* Картинка */
.se-triptych-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
}

/* Текст под картинкой */
.se-triptych-text {
  margin-top: 12px;
}

.se-triptych-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.75;
  margin-bottom: 4px;
}

.se-triptych-subtitle {
  font-size: 0.98rem;
  opacity: 0.85;
}

/* Мобилка */
@media (max-width: 768px) {
  .se-triptych-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .se-triptych-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.se-triptych-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 18px; /* по желанию, для мягкого premium */
}
/* ========== SE-CORE • Essence Triptych text styles ========== */

/* Общий контейнер текста под картинкой */
/* Центрируем текст под карточками Triptych */
.se-triptych-text,
.se-triptych-title,
.se-triptych-subtitle {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

/* Заголовок под картинкой (Coastal Charm / Inland Heritage / Alpine Serenity) */
.se-triptych-title {
  font-family: var(--font-heading, var(--font-body, system-ui, -apple-system, BlinkMacSystemFont));
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #3F3933; /* более тёмный и насыщенный */
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); /* лёгкая читаемость */
}

/* Подзаголовок (фраза одной строкой) */
.se-triptych-subtitle {
  margin-top: 6px;
  font-family: var(--font-body, system-ui, -apple-system, BlinkMacSystemFont);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  color: #5B534A; /* тёплый тёмно-серый, хорошо читается */
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

/* Мобильная адаптация: чуть меньше, чтобы не ломать карточку */
@media screen and (max-width: 749px) {
  .se-triptych-title {
    font-size: 16px;
    letter-spacing: 0.14em;
  }

  .se-triptych-subtitle {
    font-size: 14px;
  }
}
/* ===========================
   UNIFIED HEADINGS FOR PILLARS + TRIPTYCH
   =========================== */

.se-pillar-title,
.se-triptych-title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3A2F2A;
  text-align: center;
  margin-bottom: 8px;
}
.se-pillar-subtitle,
.se-triptych-subtitle {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
  color: #5C514C;
  max-width: 320px;
  margin: 0 auto 14px auto;
  text-align: center;
}
/* Верх/низ секций визуально синхронизированы */
.se-pillar-item,
.se-triptych-item {
  padding-top: 18px;
  padding-bottom: 18px;
}
/* === SE: Essence Triptych === */

.se-triptych-container {
  padding: 60px 0;
}

.se-triptych-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.4rem;
  align-items: stretch;
}

@media screen and (max-width: 900px) {
  .se-triptych-grid {
    grid-template-columns: 1fr;
  }
}

.se-triptych-card {
  background: #fff;
  border-radius: 28px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

.se-triptych-card-image-wrapper {
  border-radius: 22px;
  overflow: hidden;
}

.se-triptych-card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.se-triptych-card-body {
  margin-top: 14px;
}

.se-triptych-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-align: center;
}

.se-triptych-subtitle {
  font-family: var(--font-body);
  font-size: 0.95rem;
  text-align: center;
  opacity: 0.7;
}
/* Более премиальный футер */
.footer {
  background-color: #4A3527; /* чуть мягче шоколадный */
  color: #F7F1EA;
}

/* Текст в newsletter по центру и уже, чтобы не растекался */
.footer .newsletter__wrapper,
#shopify-section-email-signup .newsletter__wrapper {
  max-width: 600px;
  margin: 0 auto;
}

/* Заголовок подписки */
#shopify-section-email-signup h2 {
  font-weight: 600;
  letter-spacing: 0.06em;
}

/* Мелкий текст футера */
.footer__content-bottom {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.85;
}
.footer__content-bottom .powered-by,
.footer__copyright .powered-by,
.footer__content-bottom small a[href*="shopify.com"] {
  display: none !important;
}
/* === SE Footer – compact premium version === */

.se-footer {
  padding: 18px 0 14px !important; /* уменьшили сверху и снизу */
}

.se-footer__top {
  padding-bottom: 10px !important; /* меньше расстояние под разделителем */
  border-bottom: 1px solid rgba(245,237,229,0.2) !important;
}

.se-footer__brand-name {
  font-size: 13px !important; /* чуть меньше */
}

.se-footer__tagline {
  font-size: 12px !important;
  line-height: 1.5 !important;
  max-width: 280px !important; /* уже — компактнее */
  margin-top: 2px !important;
}

.se-footer__social-link {
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
}

.se-footer__bottom {
  padding-top: 8px !important;
  gap: 4px !important;
  font-size: 10px !important;
  letter-spacing: 0.12em !important;
}
/* === Hardcore override for email signup spacing === */

.shopify-section *[class*="heading"] {
  margin-bottom: 6px !important;
}

.shopify-section *[class*="text"] {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.shopify-section *[class*="newsletter"],
.shopify-section *[class*="email"],
.shopify-section *[class*="signup"] {
  padding-top: 10px !important;
}
/* === SE: DROPDOWN — мягкий кремовый блок без чёрной рамки === */

.header__submenu {
  position: relative;
  margin-top: 8px;
  padding: 6px 0;
  border-radius: 18px;
  overflow: hidden;
  border: none; /* убираем любые рамки контейнера */
}

/* фон-плашка */
.header__submenu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(253, 249, 244, 0.97); /* тот же кремовый */
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06); /* более мягкая тень */
  border: none;
  z-index: -1;
}

/* убираем стандартные бордеры у списка и пунктов */
.header__submenu .list-menu,
.header__submenu .list-menu__item {
  border: none !important;
}

/* ссылки в выпадашке */
.header__submenu .list-menu__item > a {
  display: block;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 8px 18px;
  color: #3A2F2A;
}

/* hover-состояние */
.header__submenu .list-menu__item > a:hover {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 999px;
}/* Жёстко убиваем все рамки и тени внутри дропдауна */
.header__submenu,
.header__submenu * {
  border: none !important;
  box-shadow: none !important;
}

/* Наш собственный фон и тень для всего блока */
.header__submenu {
  position: relative;
  margin-top: 8px;
  padding: 6px 0;
  border-radius: 18px;
  overflow: hidden;
}

.header__submenu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(253, 249, 244, 0.97);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
  z-index: -1;
}

/* Ссылки */
.header__submenu .list-menu__item > a {
  display: block;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 8px 18px;
  color: #3A2F2A;
}

/* Hover по пунктам */
.header__submenu .list-menu__item > a:hover {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 999px;
}
/* Временно убираем иконки аккаунта и корзины из хедера */
.header__icon--account,
.header__icon--cart {
  display: none !important;
}
.header__inline-menu {
  margin-left: 40px;   /* было меньше или 0 – сделаем воздух */
}
.header {
  padding-top: 14px;
  padding-bottom: 14px;
}
/* SE — mobile drawer: чистое меню без стрелок */

/* прячем стрелки и каретки в мобильном меню */
.menu-drawer__menu summary .icon-arrow,
.menu-drawer__menu summary .icon-caret {
  display: none !important;
}

/* чуть выравниваем отступы у верхнего уровня, чтобы текст не съезжал */
.menu-drawer .menu-drawer__navigation > .menu-drawer__menu > li > summary.menu-drawer__menu-item {
  padding-right: 2.4rem;
}
/* SE NAV — десктопные подменю, только визуальный тюнинг */

/* сам контейнер подменю */
.header__submenu,
.mega-menu {
  background: #FAF7F3;              /* кремовый фон */
  border-radius: 18px;              /* мягкие скругления */
  border: none;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.14); /* мягкая тень */
  padding: 18px 24px;
  min-width: 230px;
  max-width: 280px;
  margin-top: 8px;                  /* чуть отодвигаем от строки меню */
}

/* убираем любые внутренние серые фоны/бордеры темы */
.header__submenu .list-menu,
.mega-menu__content .list-menu {
  background: transparent;
  border: none;
}

/* элементы списка внутри подменю */
.header__submenu .list-menu__item,
.mega-menu__content .list-menu__item {
  margin: 4px 0;
}

/* ссылки в подменю */
.header__submenu .list-menu__item a,
.mega-menu__content .list-menu__item a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #3C322C;
  text-decoration: none;
  padding: 4px 0;
}

.header__submenu .list-menu__item a:hover,
.mega-menu__content .list-menu__item a:hover {
  color: #2C231E;
}
/* SE: лёгкий апгрейд десктопного dropdown */

.header__submenu,
.mega-menu {
  background: #FAF7F3; /* оставь тот же кремовый, если ещё не так */
  border-radius: 16px; /* чуть меньше, чтобы не было “подушки” */
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16); /* мягкая, но ощутимая тень */
  margin-top: 10px;    /* чуть сильнее отодвигаем от строки меню */
}
/* SE NAV — премиальное подменю Craft (точное попадание) */

details.header__menu-item > .header__submenu,
details.header__menu-item > .header__submenu .header__submenu {
  background: #FAF7F3 !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16) !important;
  border: none !important;
  padding: 18px 24px !important;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 240px !important;
  max-width: 300px !important;
  margin-top: 10px !important;
}
details.header__menu-item .header__submenu .list-menu__item a {
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  color: #3C322C !important;
  padding: 4px 0 !important;
}

details.header__menu-item .header__submenu .list-menu__item a:hover {
  color: #2C231E !important;
}
/* SE NAV — прячем стандартное мобильное меню Craft */
@media (max-width: 990px) {
  header-drawer,
  .header__icon--menu {
    display: none !important;
  }
}
/* ========== SE MOBILE NAV: меню как панель под хедером ========== */

/* по умолчанию скрыто на десктопе */
.se-mobile-nav-wrapper {
  display: none;
}

@media (max-width: 990px) {
  .se-mobile-nav-wrapper {
    display: block;
    padding: 10px 16px 0;
    position: relative;
    z-index: 50;
  }

  /* прячем десктопное меню */
  .header__inline-menu {
    display: none;
  }

/* бургер */
.se-mobile-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  padding: 6px 0;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3C322C;
}

.se-mobile-toggle__icon {
  font-size: 20px;
  line-height: 1;
}

/* сама панель мобильного меню — ФИКСИРОВАННАЯ под хедером */
@media (max-width: 990px) {
  .se-mobile-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header-height, 64px);
    background: #FAF7F3;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
    /* ВАЖНО: без рамки и без тени в закрытом состоянии */
    border-top: none;
    box-shadow: none;
  }

  .se-mobile-nav-wrapper.is-open .se-mobile-nav {
    max-height: calc(100vh - var(--header-height, 64px));
    overflow-y: auto;
    /* рамка и лёгкая тень ТОЛЬКО когда меню открыто */
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  }
}

/* список */
.se-mobile-nav__list {
  list-style: none;
  margin: 0 0 0;
  padding: 18px;
}

/* пункт без подменю */
.se-mobile-nav__link,
.se-mobile-nav__parent {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 9px 16px 9px 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #3C322C;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04); /* тоньше и мягче */
}

/* лёгкий акцент на открытом родителе */
.se-mobile-nav__item.is-open > .se-mobile-nav__parent {
  background: rgba(0, 0, 0, 0.015);
}


/* убираем кнопочный вид у parent */
.se-mobile-nav__parent {
  cursor: pointer;
}

/* подменю (аккордеон) */
.se-mobile-submenu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.22s ease-out, opacity 0.18s ease-out;
  padding-left: 0;
  margin: 0;
}

/* открытый пункт */
.se-mobile-nav__item.is-open .se-mobile-submenu {
  max-height: 500px;
  opacity: 1;
  margin-top: 4px;
  margin-bottom: 4px;
}

/* элементы подменю */
.se-mobile-submenu__item {
  list-style: none;
}

.se-mobile-submenu__link {
  display: block;
  padding: 5px 16px 5px 18px;
  font-size: 13px;
  color: #4B3A32;
  text-decoration: none;
}

.se-mobile-submenu__link:hover {
  color: #2C231E;
}
@media (max-width: 990px) {
  /* чуть отодвинем MENU от логотипа, но без абсолютов */
  .se-mobile-nav-wrapper {
    padding-left: 0px;
  }

  .se-mobile-toggle {
    padding: 0;
    margin: 0;
  }

  /* немного уменьшаем логотип на мобиле, чтобы он не упирался ни во что */
  .header__heading-logo-wrapper {
    max-width: 150px;
    margin: 0 auto;
  }
}
/* SE: отключаем иконку поиска на мобиле, оставляем на десктопе */
@media (max-width: 990px) {
  .header__icon--search {
    display: none !important;
  }
}
/* SE: мобильное меню — типографика в стиле основного меню */

@media (max-width: 990px) {
  /* верхний уровень меню (Discover, Experiences и т.п.) */
  .se-mobile-nav__link,
  .se-mobile-nav__parent {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    padding: 10px 16px 10px 0;
    font-family: var(--font-body-family);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: none;
    line-height: 1.4;
    color: #3C322C;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }

  /* активный раскрытый раздел — чуть заметный фон, но без “подсветки” */
  .se-mobile-nav__item.is-open > .se-mobile-nav__parent {
    background: rgba(0, 0, 0, 0.02);
  }

  /* подпункты (Regions, One-Day Routes и т.п.) */
  .se-mobile-submenu__link {
    display: block;
    padding: 6px 16px 6px 18px;
    font-family: var(--font-body-family);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: #4B3A32;
    text-decoration: none;
  }

  .se-mobile-submenu__link:hover {
    color: #2C231E;
  }
}
/* ================================
   SE – Cinematic Hero (Craft/Dawn banner)
   Применится ко всем hero-баннерам .banner
   ================================ */

/* Контейнер баннера: без скруглений, обрезаем всё лишнее */
.banner {
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

/* МЕДИА-часть – делаем плавный кинематографичный зум */
.banner__media {
  position: relative;
  transform-origin: center center;
  will-change: transform;
  animation: se-hero-zoom 26s ease-out infinite alternate;
}

/* Само изображение внутри, чтобы оно тянулось без белых полос */
.banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Кинематографичный зум-эффект */
@keyframes se-hero-zoom {
  from {
    transform: scale(1.03) translateY(0);
  }
  to {
    transform: scale(1.10) translateY(-14px);
  }
}

/* Градиент поверх фото, чтобы текст читался */
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.40) 0%,
    rgba(0, 0, 0, 0.25) 40%,
    rgba(0, 0, 0, 0.12) 75%,
    rgba(0, 0, 0, 0.45) 100%
  );
}

/* Контент поверх градиента */
.banner__content {
  position: relative;
  z-index: 2;
}

/* Заголовок и текст баннера – светлые, с тенью */
.banner__heading,
.banner__text {
  color: #fdf8f2;
  text-shadow:
    0 10px 25px rgba(0, 0, 0, 0.65),
    0 0 2px rgba(0, 0, 0, 0.8);
}

/* Кнопки в баннере – если появятся */
.banner__buttons .button {
  position: relative;
  z-index: 2;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}
/* Тонкая премиальная линия над заголовком Rich text */
.rich-text__heading::before {
  content: "";
  display: block;
  width: 64px;              /* длина линии */
  height: 2px;              /* толщина */
  margin: 0 auto 1.5rem;    /* центрируем, снизу отступ до заголовка */
  background-color: #8a7f73; /* тёплый серо-шоколадный */
  opacity: 0.9;
  border-radius: 999px;
}
/* ===== SE: Regions grid ===== */

.se-regions-grid__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.se-regions-grid__heading {
  font-size: clamp(1.8rem, 2.4vw, 2.3rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.4rem;
}

.se-regions-grid__subheading {
  max-width: 48rem;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
}

/* grid 2x2 */
.se-regions-grid__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.0rem;
}

@media (max-width: 749px) {
  .se-regions-grid__grid {
    grid-template-columns: 1fr;
  }
}

/* карточка */
.se-regions-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 260px;
  padding: 2.2rem 2.4rem 2.4rem;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  isolation: isolate;
  transition: transform 220ms ease-out, box-shadow 220ms ease-out;
}

.se-regions-card__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.03);
  z-index: -2;
  transition: transform 280ms ease-out;
}

.se-regions-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.52) 100%
  );
  z-index: -1;
  transition: background 260ms ease-out;
}

.se-regions-card__content {
  max-width: 26rem;
}

/* заголовок */
.se-regions-card__title {
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  font-weight: 600;
}

/* описание */
.se-regions-card__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

/* ссылка */
.se-regions-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.3rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
}

.se-regions-card__arrow {
  font-size: 1.1rem;
}

/* hover */
.se-regions-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.18);
}

.se-regions-card:hover .se-regions-card__image {
  transform: scale(1.08);
}

.se-regions-card:hover .se-regions-card__overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.se-nature-section {
  padding-bottom: 3rem;
}

.se-nature-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.se-pill {
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.06);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
}

.se-pill.is-active {
  border-color: rgba(0,0,0,0.18);
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}

.se-nature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

@media (max-width: 900px) {
  .se-nature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .se-nature-grid {
    grid-template-columns: 1fr;
  }
}

.se-nature-card {
  border-radius: 1.25rem;
  overflow: hidden;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
}

.se-nature-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.se-nature-card__image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.se-nature-card__body {
  padding: 1.1rem 1.25rem 1.25rem;
}

.se-nature-card__title {
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.se-nature-card__text {
  font-size: 0.9rem;
  line-height: 1.55;
  margin-bottom: 0.7rem;
}

.se-nature-card__meta .se-badge {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: rgba(0,0,0,0.04);
}
.se-article-hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  object-fit: cover;
}
.article-template__back {
  display: inline-block;
  margin-top: 24px;
  font-weight: 600;
  font-size: 15px;
  color: #5e5e5e;
  opacity: 0.9;
  transition: opacity .2s ease;
}

.article-template__back:hover {
  opacity: 1;
}
.se-city-hero__media {
  position: relative;
  overflow: hidden;
  /* высота по вкусу: как Nature */
  max-height: 480px;      /* подгони под Nature hero */
}

.se-city-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.se-city-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0)); /* очень лёгкий */
}

.se-city-hero__header {
  padding: 3rem 0 2.5rem;
  /* фон как у Nature-блока */
  background: #f7efe6; /* или твоя переменная */
}

/* kicker, title, meta, back-link стилизуешь под Nature/Slovenia Essence */
/* GRID */
.se-city-explore-grid {
  display: grid;
  gap: 22px;
  margin: 36px 0 64px;
}

@media (min-width: 900px) {
  .se-city-explore-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* BOX */
.se-city-explore-box {
  display: block;
  padding: 22px 26px;
  border-radius: 18px;
  background: #f7f1e9;
  border: 1px solid #e5d5c3;
  text-decoration: none;
  color: #4a3f35;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
}

.se-city-explore-box:hover {
  background: #efe4d7;
  border-color: #d8c4ae;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* TITLE */
.se-city-explore-box h4 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 600;
}

/* TEXT */
.se-city-explore-box p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.9;
}

/* ARROW */
.se-city-explore-arrow {
  font-size: 15px;
  font-weight: 600;
  color: #6a5846;
}
/* Городская плашка */
.se-city-explore-box::before {
  content: attr(data-city);
  position: absolute;
  top: 14px;
  right: 18px;

  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(220, 200, 176, 0.8);

  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: #7b6955;
}
/* ===== GRID КАК В NATURE ===== */
.se-cities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin: 28px 0 56px;
}

/* ОДНА КАРТОЧКА ГОРОДА */
.se-cities-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 14px 40px rgba(15, 35, 52, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

/* КАРТИНКА СВЕРХУ */
.se-cities-card__img-wrapper {
  overflow: hidden;
}

.se-cities-card__img {
  width: 100%;
  aspect-ratio: 4 / 3;   /* форма плитки как в Nature */
  object-fit: cover;
  display: block;
  transition: transform 220ms ease-out;
}

.se-cities-card:hover .se-cities-card__img {
  transform: scale(1.04);
}

/* ТЕЛО КАРТОЧКИ */
.se-cities-card__content {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* ТЕГИ (City / Coastal / Alpine / Medieval / Castles / Village) */
.se-cities-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.82;
}

.se-cities-card__tag {
  padding: 4px 9px;
  border-radius: 999px;
  background: #f3ece4;
  white-space: nowrap;
}

/* ЗАГОЛОВОК */
.se-cities-card__title {
  font-size: 17px;
  line-height: 1.35;
  margin: 0;
}

/* ЭКСЕРПТ */
.se-cities-card__excerpt {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  color: #5c5a57;
}

/* CTA */
.se-cities-card__cta {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
}
.se-back-button-wrapper {
  margin-top: 32px;   /* воздух сверху */
}

.se-back-button {
  display: inline-flex;
  margin-bottom: 24px; /* немного пространства снизу тоже не помешает */
}
/* ============================================
   MOBILE — COMPACT FILTER PILLS
   ============================================ */
@media (max-width: 749px) {

  /* ВСЕ ТВОИ ПИЛСЫ (cities, towns, nature, filters) */
  .se-pill,
  .se-nature-filters .se-pill,
  .se-cities-filters .se-pill,
  .se-tags,
  .se-filter-pill {
    padding: 4px 10px !important;   /* было ~10–16px */
    font-size: 11px !important;     /* было 15–16px */
    line-height: 1.2 !important;
    border-radius: 999px !important;
    margin: 3px 6px !important;     /* стало компактнее */
  }

  /* Активный пилл */
  .se-pill.is-active {
    padding: 4px 12px !important;
  }

  /* Контейнеры сеток фильтров */
  .se-nature-filters,
  .se-cities-filters,
  .se-filter-bar {
    gap: 8px !important;
    margin-bottom: 14px !important;
  }

  /* Бейджи под карточками (City / Medieval / Castles) */
  .se-badge,
  .se-city-tag,
  .se-nature-card__meta span {
    font-size: 11px !important;
    padding: 3px 8px !important;
    border-radius: 999px !important;
  }
}
/* SE – Hidden Gems premium article tweaks */

.se-article-body__content--hg {
  max-width: 840px;
  margin: 0 auto 4rem;
}

.se-hg-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
}

.se-hg-pill {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.3rem 0.9rem;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.se-hg-back-link {
  margin-top: 3rem;
  text-align: center;
}

.se-hg-back-link a {
  display: inline-block;
  padding: 0.6rem 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(255,255,255,0.9);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
/* SE – единая типографика для всех наших блоков с префиксом se- */

/* Базовые настройки текста */
[class^="se-"],
[class*=" se-"] {
  font-family: var(--font-body, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  line-height: 1.6;
}

/* H1 – все большие заголовки (Essence of..., article titles и т.п.) */
[class^="se-"] h1,
[class*=" se-"] h1 {
  font-size: clamp(2.4rem, 3vw, 3.1rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.8rem;
}

/* H2 – подзаголовки секций: Quick facts, Explore all..., Why visit... */
[class^="se-"] h2,
[class*=" se-"] h2 {
  font-size: clamp(1.4rem, 2vw, 1.7rem);
  line-height: 1.3;
  font-weight: 600;
  margin: 1.6rem 0 0.6rem;
}

/* H3 – подпункты внутри статей */
[class^="se-"] h3,
[class*=" se-"] h3 {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 1.2rem 0 0.4rem;
}

/* Обычный текст и списки внутри SE-блоков */
[class^="se-"] p,
[class*=" se-"] p,
[class^="se-"] li,
[class*=" se-"] li {
  font-size: 0.98rem;
  line-height: 1.7;
  font-weight: 400;
}

/* Немного ограничим ширину длинных абзацев в статьях */
.se-city-article p,
.se-article-universal p,
.se-article-premium p,
.se-story p {
  max-width: 48rem;
}
/* SE – Hidden Gems catalog layout (как Cities catalog) */
.se-hg-archive {
  margin-top: 48px;
  margin-bottom: 64px;
}

/* Заголовок/интро уже через section-header, тут не трогаем */

/* Фильтры Hidden Gems – копия стиля pill из Cities */
.se-hg-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0 0 12px 0;
  padding: 4px 0;
  align-items: center;
}

.se-hg-filter-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
}

.se-hg-filter-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
}

/* сами таблетки */
.se-hg-pill {
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 14px;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(0,0,0,0.08);
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.se-hg-pill.is-active {
  background: #2f3b3d;
  color: #fff;
  border-color: #2f3b3d;
}
/* SE – Stories & Guides pages */

.se-sg {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.se-sg-hero {
  margin-bottom: 2.5rem;
}

.se-sg-hero__kicker {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 0.5rem;
}

.se-sg-hero__title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  margin: 0 0 0.6rem;
}

.se-sg-hero__subtitle {
  max-width: 40rem;
  font-size: 0.98rem;
  opacity: 0.9;
  margin: 0;
}

.se-sg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.6rem;
}

.se-sg-card {
  border-radius: 1.4rem;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.se-sg-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.se-sg-card__media img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.se-sg-card__content {
  padding: 1.2rem 1.3rem 1.4rem;
}

.se-sg-card__label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.7;
  margin: 0 0 0.4rem;
}

.se-sg-card__title {
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
}

.se-sg-card__excerpt {
  font-size: 0.92rem;
  opacity: 0.85;
  margin: 0 0 0.7rem;
}

.se-sg-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.9rem;
  font-size: 0.78rem;
  opacity: 0.8;
}

.se-sg-card__tags {
  margin-top: 0.6rem;
}
/* mobile */

@media (max-width: 749px) {
  .se-sg {
    margin-top: 2rem;
  }
}
/* Inline image + text inside article content */
.se-inline-image-row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin: 32px 0;
}

.se-inline-image-row.se-inline-reverse {
  flex-direction: row-reverse;
}

.se-inline-image img {
  width: 280px;
  max-width: 100%;
  border-radius: 16px;
  display: block;
}

.se-inline-text {
  flex: 1;
  font-size: 17px;
  line-height: 1.6;
}

/* Mobile responsive */
@media (max-width: 749px) {
  .se-inline-image-row {
    flex-direction: column !important;
  }

  .se-inline-image img {
    width: 100%;
  }
}
}
/* Фикс читаемости заголовков и линков на статьи блога */
a[href*="/blogs/"] {
  color: #4a3f35 !important;        /* тёмный карамельный, хорошо читается */
  text-decoration-color: rgba(74, 63, 53, 0.35);
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

a[href*="/blogs/"]:hover {
  color: #5f4938 !important;        /* чуть темнее при ховере */
  text-decoration-color: rgba(95, 73, 56, 0.55);
}
/* Глобальный override ссылок только внутри статей City Article */
.se-city-article .se-city-article__content a,
.se-city-article .se-city-article__content a:visited {
  color: #3a3027 !important;      /* тёмный премиум */
  font-weight: 600 !important;    /* жирнее ссылок, но не слишком */
  text-decoration: underline !important;
  text-decoration-color: rgba(58, 48, 39, 0.35) !important;
}

/* hover */
.se-city-article .se-city-article__content a:hover {
  color: #2b221c !important;
  text-decoration-color: rgba(58, 48, 39, 0.55) !important;
}
.se-narrow-note {
  max-width: 600px;   /* подбери под свою вёрстку: 420–520px */
}
.se-gems-map-section {
  margin: 3rem 0;
}

.se-gems-map__header {
  text-align: left;
  margin-bottom: 1.5rem;
}

.se-gems-map__title {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}

.se-gems-map__subtitle {
  max-width: 40rem;
  font-size: 0.95rem;
  opacity: 0.9;
}

.se-gems-map__filters {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.se-gems-map__filter-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.se-gems-map__filter-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.8;
  margin-right: 0.25rem;
}

.se-gems-map__map-wrapper {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  margin-bottom: 1rem;
}

.se-gems-map__map {
  width: 100%;
  height: 60vh;
  min-height: 320px;
}

/* Mobile list below map */
.se-gems-map__list {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.se-gems-map__item {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.se-gems-map__item-title {
  font-size: 1rem;
  margin: 0 0 0.25rem;
}

.se-gems-map__item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-bottom: 0.3rem;
}

.se-gems-map__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 0.75rem;
  line-height: 1.2;
  background: rgba(0,0,0,0.04);
}

.se-gems-map__badge--difficulty {
  font-weight: 500;
}

.se-gems-map__item-teaser {
  font-size: 0.9rem;
  opacity: 0.9;
  margin: 0 0 0.3rem;
}

.se-gems-map__item-link {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Leaflet popup basic tweak */
.se-gems-map__popup-title {
  font-size: 0.95rem;
  margin: 0 0 0.25rem;
}

.se-gems-map__popup-meta {
  margin: 0 0 0.25rem;
}

.se-gems-map__popup-teaser {
  font-size: 0.85rem;
  margin: 0 0 0.35rem;
}

.se-gems-map__popup-link {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Desktop tuning */
@media (min-width: 960px) {
  .se-gems-map-section {
    margin: 4rem 0;
  }

  .se-gems-map__header {
    margin-bottom: 2rem;
  }

  .se-gems-map__map {
    height: 55vh;
    min-height: 380px;
  }

  .se-gems-map__layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.2fr);
    gap: 1.5rem;
  }
  /* Hidden gems map – bigger pills to match main filters */
.se-gems-map-section .se-pill {
  font-size: 0.9rem;
  padding: 0.4rem 1rem;
}

.se-gems-map-section .se-gems-map__filter-label {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

}
.se-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.9);
  font-size: 0.85rem;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.1s ease;
  white-space: nowrap;
}

.se-pill:hover {
  border-color: rgba(0,0,0,0.25);
  transform: translateY(-1px);
}

.se-pill.is-active {
  background: rgba(0,0,0,0.9);
  color: #fff;
  border-color: rgba(0,0,0,0.9);
}
.se-gems-map__popup-img-wrap {
  margin: -0.5rem -0.5rem 0.5rem;
  overflow: hidden;
  border-radius: 0.75rem 0.75rem 0 0;
}

.se-gems-map__popup-img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
}
/* Hide the hidden gems list below the map everywhere */
.se-gems-map__list {
  display: none !important;
}
/* базовый маркер */
.se-inline-marker {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #7c5a3a;
  background: #f5e4cf;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(26, 16, 8, 0.25);
}

/* ПАРКИНГ — СИНИЙ */
.se-marker-parking {
  background: #dce9ff;
  border-color: #5b8aff;
}

.se-marker-parking .se-inline-marker__label {
  color: #1f4fbf;
}

/* VIEWPOINT — ЗЕЛЁНЫЙ */
.se-marker-viewpoint {
  background: #e1f4d8;
  border-color: #61a744;
}

.se-marker-viewpoint .se-inline-marker__label {
  color: #377a1c;
}

/* DEFAULT (если нет type) */
.se-marker-default {
  background: #f5e4cf;
  border-color: #7c5a3a;
}
.se-photo-caption {
  font-size: 0.75rem;
  line-height: 1.4;
  color: rgba(0,0,0,0.55);
  margin-top: 0.4rem;
}
.se-photo-caption a {
  color: inherit;
  text-decoration: underline;
}
.se-photo-caption--hero {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.7rem;
  line-height: 1.4;
  color: rgba(0,0,0,0.5);
}
/* SE Search — editorial */
.se-search__header { padding: 44px 0 22px; text-align: center; }
.se-search__title { margin: 0 0 14px; letter-spacing: .02em; }
.se-search__meta { margin: 10px 0 0; opacity: .75; }

.se-search__form { display:flex; justify-content:center; }
.se-search__field{
  width:min(760px, 100%);
  position:relative;
}
.se-search__input{
  width:100%;
  height:52px;
  padding: 0 54px 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.65);
  backdrop-filter: blur(8px);
  outline: none;
}
.se-search__input:focus{
  border-color: rgba(0,0,0,.20);
  box-shadow: 0 0 0 4px rgba(0,0,0,.05);
}
.se-search__btn{
  position:absolute;
  right:8px; top:8px;
  width:36px; height:36px;
  border-radius: 12px;
  border: 0;
  background: rgba(0,0,0,.06);
  cursor:pointer;
}
.se-search__btn-icon{ display:block; line-height:36px; text-align:center; font-size:16px; }

.se-search__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 22px 0 70px;
}
@media (max-width: 990px){
  .se-search__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
  .se-search__grid{ grid-template-columns: 1fr; }
}

/* Reuse your premium card language */
.se-search-card{
  border-radius: 22px;
  overflow:hidden;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.se-card__link{ color: inherit; text-decoration:none; display:block; height:100%; }
.se-card__media{ aspect-ratio: 16/10; overflow:hidden; }
.se-card__img{ width:100%; height:100%; object-fit:cover; display:block; }
.se-card__img--empty{ background: rgba(0,0,0,.06); }

.se-card__body{ padding: 16px 16px 18px; }
.se-card__title{ margin:0 0 8px; font-size: 18px; line-height: 1.25; }
.se-card__text{ margin:0 0 12px; opacity:.78; line-height:1.55; }

.se-card__meta{ display:flex; gap:8px; flex-wrap:wrap; }
.se-pill--soft{
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11px;
  letter-spacing: .08em;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.04);
}
.se-search__empty{ padding: 40px 0 80px; text-align:center; }
.se-search__empty-title{ margin:0 0 6px; font-weight:600; }
.se-search__empty-text{ margin:0; opacity:.75; }
/* SE — force search visible on mobile header */
.se-header-search{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 989px){
  .se-header-search{ display: inline-flex !important; }
}
/* SE: force theme search icon visible on mobile */
@media (max-width: 989px){
  .header__icon--search,
  .header__search,
  .header__search details,
  .header__search summary{
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
/* =========================
   SE — Mobile search: make it a clean top bar
   ========================= */

/* 1) Overlay — warm, premium, full-screen */
details-modal.search-modal[open] .search-modal__overlay,
.search-modal[open] .search-modal__overlay{
  background: rgba(244, 236, 226, .92) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* 2) Modal content: stick to top, full width, no weird centered box */
details-modal.search-modal[open] .search-modal__content,
.search-modal[open] .search-modal__content{
  position: fixed !important;
  top: var(--header-height, 0px) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 14px 14px 18px !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* 3) Form row: single calm bar */
details-modal.search-modal .search-modal__form,
.search-modal .search-modal__form{
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

/* 4) Input: premium pill */
details-modal.search-modal input[type="search"],
.search-modal input[type="search"]{
  height: 48px !important;
  width: 100% !important;
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.08) !important;
}

/* 5) Remove duplicate close buttons (themes sometimes render two) */
.search-modal__close-button + .search-modal__close-button{
  display: none !important;
}

/* 6) Close button: calm, not huge */
details-modal.search-modal .search-modal__close-button,
.search-modal .search-modal__close-button{
  width: 44px !important;
  height: 44px !important;
  border-radius: 14px !important;
}

/* 7) Make sure the modal is above your custom mobile nav */
details-modal.search-modal[open],
.search-modal[open]{
  z-index: 9999 !important;
}
.se-mobile-nav-wrapper{
  z-index: 50;
  position: relative;
}
/* When search modal is open — hide SE mobile nav wrapper completely */
details-modal.search-modal[open] ~ .se-mobile-nav-wrapper,
details-modal[open] ~ .se-mobile-nav-wrapper{
  display: none !important;
}
/* Premium warm overlay */
details-modal.search-modal[open] .search-modal__overlay{
  background: rgba(244, 236, 226, .92) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Top bar layout (not centered box) */
details-modal.search-modal[open] .search-modal__content{
  position: fixed !important;
  top: var(--header-height, 0px) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 14px 14px 18px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Input as premium pill */
details-modal.search-modal input[type="search"]{
  height: 48px !important;
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.08) !important;
}
/* SE search icon */
.se-search-toggle{
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: currentColor;
}
.se-search-toggle svg{
  display: block;
}
/* SE Search Overlay */
.se-search-overlay{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}
.se-search-overlay.is-open{ display:block; }

.se-search-overlay__bg{
  position:absolute;
  inset:0;
  background: rgba(244,236,226,.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.se-search-overlay__panel{
  position:absolute;
  top: var(--header-height, 0px);
  left:0; right:0;
  padding: 14px;
  display:flex;
  gap:10px;
  align-items:center;
}

.se-search-overlay__form{ flex:1; }

.se-search-overlay input[type="search"]{
  width:100%;
  height:48px;
  padding:0 14px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  font-size:16px;
}

.se-search-overlay__close{
  width:40px; height:40px;
  border-radius:12px;
  border:0;
  background: rgba(0,0,0,.06);
  font-size:20px;
  line-height:40px;
}
body.se-search-open{ overflow:hidden; }
@media (max-width: 989px){
  .se-search-toggle{ pointer-events:auto !important; position:relative; z-index:9999; }
}
/* iOS: prevent text auto-zoom when focusing search input */
.se-search-overlay input[type="search"]{
  font-size: 16px !important;
  -webkit-text-size-adjust: 100%;
}

/* global safety (optional, stops iOS text resizing jumps) */
html{
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
/* SE: close button color + no iOS default styling */
.se-search-overlay__close{
  color: #3b322c !important;          /* твой тёплый тёмный */
  -webkit-appearance: none;
  appearance: none;
}

/* если крестик внутри svg — на будущее */
.se-search-overlay__close svg{
  color: #3b322c !important;
}
.se-search-overlay__close{
  background: rgba(59,50,44,.08) !important;
}
/* Remove native search clear (Chrome, Safari, iOS) */
.se-search-overlay input[type="search"]::-webkit-search-cancel-button{
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.se-hg-card__image-wrapper{
  height: 220px !important;
  overflow: hidden !important;
}

.se-hg-card__image{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
/* Title: 2 lines max */
.se-hg-card__title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* Excerpt: 3 lines max */
.se-hg-card__excerpt{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/* =========================
   SE – Curated routes (page)
   Make cards match Pillar chess layout
========================= */

.se-curated-routes{
  padding: 56px 0 72px;
}

.se-curated-routes__kicker{
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .7;
  margin: 0 0 10px;
}

.se-curated-routes__title{
  margin: 0 0 10px;
}

.se-curated-routes__text{
  max-width: 72ch;
  margin: 0 0 16px;
  color: #5a544c;
}

/* Grid */
.se-curated-routes .se-route-push-grid{
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
}

/* Card */
.se-curated-routes .se-route-push{
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 16px;

  padding: 16px;
  border-radius: 22px;
  text-decoration: none;
  background: #f7eee4;
  border: 1px solid #e2d3c2;
  box-shadow: 0 10px 24px rgba(0,0,0,0.05);
  color: #4a3f35;

  min-height: 260px;
  max-height: 260px;

  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  overflow: hidden;
}

.se-curated-routes .se-route-push:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0,0,0,0.08);
  border-color: #d3bda7;
  background: #efe1d2;
}

/* Chess flip */
@media (min-width: 900px){
  .se-curated-routes .se-route-push-grid .se-route-push:nth-child(even){
    grid-template-columns: 1fr 42%;
  }
  .se-curated-routes .se-route-push-grid .se-route-push:nth-child(even) .se-route-push__media{ order: 2; }
  .se-curated-routes .se-route-push-grid .se-route-push:nth-child(even) .se-route-push__body{ order: 1; }
}

/* Media */
.se-curated-routes .se-route-push__media{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(210,188,160,.65);
  background: rgba(255,255,255,.55);
  height: 228px;
}

.se-curated-routes .se-route-push__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Badge */
.se-curated-routes .se-route-push__num{
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;

  width: 36px;
  height: 36px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;

  background: rgba(255,255,255,.88);
  border: 1px solid rgba(210,188,160,.85);
  color: #4a3f35;

  box-shadow: 0 10px 22px rgba(0,0,0,0.10);
}

/* Body */
.se-curated-routes .se-route-push__body{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 228px;
}

.se-curated-routes .se-route-push__kicker{
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .78;
  margin-bottom: 6px;
}

.se-curated-routes .se-route-push__title{
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.3;
}

.se-curated-routes .se-route-push__chips{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px;
}

.se-curated-routes .se-route-chip{
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(210,188,160,.75);
  color: #6b5846;
}

/* Clamp */
.se-curated-routes .se-route-push__text{
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.65;
  opacity: .92;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* CTA */
.se-curated-routes .se-route-push__cta{
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #715640;
}

.se-curated-routes .se-route-push__cta-arrow{
  display: inline-block;
  transform: translateX(0);
  transition: transform .16s ease;
}

.se-curated-routes .se-route-push:hover .se-route-push__cta-arrow{
  transform: translateX(3px);
}

/* Mobile */
@media (max-width: 749px){
  .se-curated-routes .se-route-push{
    grid-template-columns: 1fr;
    padding: 14px;
    min-height: auto;
    max-height: none;
  }
  .se-curated-routes .se-route-push__media{
    height: 190px;
  }
  .se-curated-routes .se-route-push__body{
    min-height: auto;
  }
  .se-curated-routes .se-route-push__text{
    -webkit-line-clamp: 4;
  }
}
.se-cta-button {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 14px;
  background: #f1e6d6;
  color: #2f2a24;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #d3c4ad;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  transition: all .2s ease;
}
.se-stayblock__note {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}

.se-cta-button:hover {
  background: #e8dcc8;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}
.se-stayblock__platforms {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 780px;      /* не обязательно, но красиво */
  margin: 0 auto 8px;    /* центрируем блок и убираем лишний низ */
}

.se-stayblock__platforms p {
  margin: 0;
}

@media (min-width: 900px) {
  .se-stayblock__platforms {
    grid-template-columns: 1fr 1fr;
  }
}
/* Подпись под картой */
.se-stayblock__note {
  max-width: 780px;
  margin: 16px auto 20px;
  text-align: center;
}

/* Контейнер с кнопками */
.se-stayblock__platforms {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 780px;
  margin: 0 auto 8px;
}

/* Кнопки внутри stay-блока — растягиваем по колонке */
.se-stayblock__btn {
  display: block;
  width: 100%;
  text-align: center;
}

/* Две колонки на десктопе */
@media (min-width: 900px) {
  .se-stayblock__platforms {
    grid-template-columns: 1fr 1fr;
  }
}
.se-guided-block {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 32px;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 48px;
}

.se-guided-block__widget {
  position: sticky;
  top: 96px; /* мягкий UX при прокрутке */
}

/* Mobile layout */
@media (max-width: 860px) {
  .se-guided-block {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .se-guided-block__widget {
    position: static;
  }
}
/* === Mobile drawer language selector: make it look like a menu item === */

/* the wrapper that Shopify uses in the menu drawer */
.menu-drawer .localization-form {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,.08);
}

/* Shopify often prints "Language" as a label in drawer */
.menu-drawer .localization-form .localization-form__select,
.menu-drawer .localization-form .disclosure {
  width: 100%;
}

/* If it’s a SELECT-based localization */
.menu-drawer .localization-form select {
  width: 100%;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0,0,0,.18) !important;
  border-radius: 0 !important;
  padding: 12px 0 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #2b2622 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* If it’s Dawn-style disclosure button (details/summary) */
.menu-drawer .localization-form .disclosure__button {
  width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0,0,0,.18) !important;
  border-radius: 0 !important;
  padding: 12px 0 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #2b2622 !important;
}

/* Make the "LANGUAGE" label look premium and not shouty */
.menu-drawer .localization-form .localization-form__label,
.menu-drawer .localization-form label {
  display: block;
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(43,38,34,.55);
}

/* Dropdown panel (if disclosure list exists) */
.menu-drawer .localization-form .disclosure__list {
  margin-top: 10px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 12px;
  overflow: hidden;
}

.menu-drawer .localization-form .disclosure__link {
  padding: 10px 12px;
  font-size: 15px;
}
/* ===========================
   SE Mobile language selector
   Make it smaller + aligned
   =========================== */

.se-mobile-localization {
  /* same rhythm as your menu list, not glued to edge */
  padding: 14px 22px 8px;
}

.se-mobile-localization__group {
  margin: 0;
}

/* "Language" label — small, calm, not screaming */
.se-mobile-localization__label {
  margin: 0 0 8px;
  font-size: 6px;
  line-height: 1.2;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(43,38,34,.55);
}

/* make form full width */
.se-mobile-localization localization-form,
.se-mobile-localization .localization-form {
  display: block;
  width: 100%;
}

/* select / disclosure button — remove big box vibes, make it compact */
.se-mobile-localization select,
.se-mobile-localization .disclosure__button {
  width: 100% !important;
  max-width: 100%;
  background: transparent !important;

  /* kill fat box */
  border: 0 !important;
  border-bottom: 1px solid rgba(0,0,0,.18) !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  /* compact sizing */
  padding: 10px 0 !important;
  font-size: 14px !important;
  line-h
/* ===========================
   SE – Mobile language selector (final)
   =========================== */
@media (max-width: 749px) {

  /* 1) FIX: твой глобальный se-шрифт не должен раздувать меню */
  .se-mobile-nav-wrapper p,
  .se-mobile-nav-wrapper li,
  .se-mobile-nav-wrapper a,
  .se-mobile-nav-wrapper button {
    font-size: 1rem !important;
    font-family: var(--font-body-family) !important;
    line-height: 1.4 !important;
  }

  /* 2) контейнер языка – нормальные отступы */
  .se-mobile-localization {
    padding: 14px 24px 10px !important;
  }

  /* 3) label "LANGUAGE" – маленький, аккуратный */
  .se-mobile-localization .se-mobile-localization__label {
    margin: 0 0 8px !important;
    font-family: var(--font-body-family) !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
    color: rgba(43, 38, 34, .55) !important;
  }

  /* 4) обвязка Shopify select */
  .se-mobile-localization localization-form,
  .se-mobile-localization .localization-form,
  .se-mobile-localization .localization-form__select,
  .se-mobile-localization .select {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* 5) сам SELECT (в Dawn/Craft обычно .select__select) */
  .se-mobile-localization select,
  .se-mobile-localization .select__select {
    width: auto !important;
    max-width: 220px !important;   /* меньше бокс */
    min-height: 38px !important;

    font-family: var(--font-body-family) !important;
    font-size: 13px !important;
    line-height: 1.2 !important;

    padding: 9px 34px 9px 12px !important;

    border: 1px solid rgba(43, 38, 34, .22) !important;
    border-radius: 12px !important;
    background: transparent !important;

    box-shadow: none !important;
    text-decoration: none !important;
    outline: none !important;
  }

  /* 6) убить нижнее подчёркивание/линии/псевдоэлементы темы */
  .se-mobile-localization .select:after,
  .se-mobile-localization .select:before,
  .se-mobile-localization select:after,
  .se-mobile-localization select:before {
    content: none !important;
  }

  /* 7) убрать focus-рамки */
  .se-mobile-localization select:focus,
  .se-mobile-localization .select__select:focus,
  .se-mobile-localization select:focus-visible,
  .se-mobile-localization .select__select:focus-visible {
    outline: none !important;
    box-shadow: none !important;
  }
}
.se-viator-cta{
  margin: 14px 0 26px;
  padding: 14px 16px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  background: rgba(0,0,0,.02);
}
.se-viator-cta__title{ margin: 0 0 6px; }
.se-viator-cta__text{ margin: 0 0 12px; opacity: .85; }
.se-viator-cta__btn{
  display: inline-block;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.18);
  text-decoration: none;
}
.se-viator-cta__btn:hover{ text-decoration: none; }
.se-viator-cta__note{
  margin: 10px 0 0;
  font-size: .92em;
  opacity: .75;
}


