/* =========================================================
   IWA — надстройка над темой Tastyc Elegant.
   Здесь только: раскладка секций (вместо Elementor-контейнеров),
   кириллические двойники шрифтов и мелкие фиксы.
   Цвета, типографика, компоненты — из vendor/tastyc*.css.
   ========================================================= */

:root {
  --tst-bg: #0e2244;
  --tst-gold: #e6b15f;
  --tst-ink: #10274d;
}

/* Шрифты: оригинал шаблона для латиницы + двойник с кириллицей */
body, .tst-text, .tst-menu-nav ul li a, .tst-btn, .theme-btn, .tst-suptitle, .title-box .suptitle {
  font-family: 'Urbanist', 'Manrope', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .tst-title--h, .offer-block .h3, .dish-block .h6, .news-block .h4 {
  font-family: 'Fraunces', 'Prata', serif;
}
.tst-banner .tst-text-lg, .wm {
  font-family: 'Herr Von Muellerhoff', 'Marck Script', cursive;
}

html { scroll-behavior: smooth; }
body { background: var(--tst-bg); color: #fff; overflow-x: hidden; }
[hidden] { display: none !important; }
img { max-width: 100%; height: auto; }

/* ---------- Раскладка секций ---------- */
.sec { position: relative; padding: 100px 0; }
.sec--tight { padding: 60px 0; }
.sec--bg { background-size: cover; background-position: center; }
.sec > .container { position: relative; z-index: 2; }

/* Водяной знак (рукописный, как в шаблоне: 730px, #FFFFFF09) */
.wm {
  position: absolute; left: 0; right: 0; bottom: 40px;
  text-align: center;
  font-size: clamp(220px, 34vw, 730px);
  line-height: .5em;
  color: rgba(255, 255, 255, .035);
  pointer-events: none; user-select: none;
  white-space: nowrap; overflow: hidden;
  z-index: 1;
}

/* ---------- Шапка (замена Elementor-контейнера 48/4/48) ---------- */
.tst-menu { transform: none; padding: 0; width: 100%; }
.tst-menu .hdr {
  width: 100%; min-height: 96px;
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  padding: 0 40px;
}
.tst-menu .hdr__logo { flex: 0 0 auto; }
.tst-menu .hdr__logo img { width: 92px; height: auto; }
.tst-menu .hdr__nav { flex: 1; display: flex; justify-content: center; }
.tst-menu .hdr__nav .tst-menu-nav { padding: 0; }
.tst-menu .hdr__right { flex: 0 0 auto; }
.tst-menu .hdr__right .tst-menu-right { position: static; right: auto; }
.tst-menu-nav ul li a { font-size: 13px; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; }
@media (max-width: 991px) { .tst-menu .hdr { padding: 0 20px; min-height: 76px; } .tst-menu .hdr__logo img { width: 78px; } }

/* ---------- Hero ---------- */
.tst-banner .tst-text-lg { font-size: clamp(90px, 16vw, 240px); line-height: .25em; }
.bg-video-wrap .bg-curve-center { position: absolute; bottom: -1px; left: 0; width: 100%; height: 130px; z-index: 2; pointer-events: none; }
.bg-video-wrap .bg-curve-center path { fill: var(--tst-bg); }

/* ---------- Заголовок «Наша история» с круглыми фото ---------- */
.dine-title { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0 10px; text-align: center; }
.dine-title .elementor-heading-title { line-height: 1.2em; margin: 0; }
.dine-title .gold { color: var(--tst-gold); }
.dine-title img { max-width: 170px; width: 14vw; min-width: 90px; border-radius: 300px; margin: 0 20px; aspect-ratio: 1; object-fit: cover; }

/* ---------- Блок «О нас»: фичи ---------- */
.story-grid { display: grid; gap: 40px; align-items: center; }
@media (min-width: 992px) { .story-grid { grid-template-columns: 1.1fr .9fr; gap: 60px; } }
.feat-row { display: grid; gap: 20px; margin-top: 30px; }
@media (min-width: 600px) { .feat-row { grid-template-columns: 1fr 1fr; } }
.image-box-inline { display: flex; align-items: center; gap: 20px; }
.image-box-inline img { width: 70px; height: 70px; flex: none; object-fit: contain; }
.image-box-inline h6 { margin: 0; line-height: 1.3; }
.booking-line { margin: 30px 0; }
.booking-line .lbl { display: block; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--tst-gold); font-weight: 700; }
.booking-line a { font-family: 'Fraunces', 'Prata', serif; font-size: 30px; color: #fff; }
.booking-line a:hover { color: var(--tst-gold); }

/* ---------- Меню с табами: раскладка ---------- */
.menu-tabs-box .tab-item { display: none; }
.menu-tabs-box .tab-item.active-tab { display: block; }
.menu-tabs-box .tab-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 34px; list-style: none; padding: 0; margin: 0 0 50px; }
.menu-tabs-box .tab-buttons li { cursor: pointer; }

/* ---------- Услуги ---------- */
.svc-grid { display: grid; gap: 30px; }
@media (min-width: 700px) { .svc-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .svc-grid { grid-template-columns: repeat(4, 1fr); } }
.svc-item { text-align: center; padding: 10px 14px; }
.svc-item img { width: 80px; height: 80px; margin: 0 auto 22px; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; }
.svc-item h6 { margin: 0 0 14px; line-height: 1.35; }
.svc-item p { margin: 0; opacity: .85; }

/* ---------- Отзывы: своя карусель ---------- */
.testi { text-align: center; max-width: 820px; margin: 0 auto; }
.testi .quote-icon-img { width: 60px; height: 44px; margin: 0 auto 24px; background: url('../img/quote.png') center / contain no-repeat; opacity: .85; }
.testi__slide { display: none; }
.testi__slide.on { display: block; animation: fadeUp .7s ease both; }
.testi__text { font-family: 'Fraunces', 'Prata', serif; font-size: clamp(20px, 2.3vw, 28px); line-height: 1.5; font-weight: 300; }
.testi__who { margin-top: 26px; }
.testi__who b { display: block; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-size: 13px; }
.testi__who span { font-size: 13px; opacity: .7; }
.testi__dots { display: flex; justify-content: center; gap: 12px; margin-top: 36px; }
.testi__dots button { width: 10px; height: 10px; padding: 0; border: 1px solid var(--tst-gold); background: transparent; border-radius: 50%; cursor: pointer; }
.testi__dots button[aria-selected="true"] { background: var(--tst-gold); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

/* ---------- Галерея-карусель ---------- */
.gal-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 4px 0 8px; }
.gal-track::-webkit-scrollbar { display: none; }
.gal-track figure { flex: 0 0 78%; scroll-snap-align: center; margin: 0; overflow: hidden; border-radius: 300px 300px 0 0; position: relative; cursor: pointer; }
@media (min-width: 700px)  { .gal-track figure { flex-basis: 44%; } }
@media (min-width: 1100px) { .gal-track figure { flex-basis: 23%; } }
.gal-track img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: transform .8s ease; }
.gal-track figure:hover img { transform: scale(1.05); }
.gal-track figure::before { content: ''; position: absolute; inset: 14px; border: 1px solid var(--tst-gold); border-radius: 300px 300px 0 0; z-index: 2; pointer-events: none; }
.gal-nav { display: flex; justify-content: center; gap: 14px; margin-top: 34px; }
.gal-nav button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); background: transparent; color: #fff; cursor: pointer; transition: all .3s; }
.gal-nav button:hover { background: var(--tst-gold); border-color: var(--tst-gold); color: var(--tst-ink); }

/* Лайтбокс */
.lightbox { position: fixed; inset: 0; z-index: 950; display: grid; place-items: center; padding: 40px; background: rgba(8, 20, 18, .96); opacity: 0; visibility: hidden; transition: all .4s; }
.lightbox.is-on { opacity: 1; visibility: visible; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 80vh; object-fit: contain; }
.lightbox__cap { margin-top: 18px; text-align: center; font-size: 14px; opacity: .8; }
.lightbox button { position: absolute; width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.lightbox button:hover { background: var(--tst-gold); color: var(--tst-ink); border-color: var(--tst-gold); }
.lightbox .lb-close { top: 28px; right: 28px; }
.lightbox .lb-prev { left: 28px; top: 50%; margin-top: -26px; }
.lightbox .lb-next { right: 28px; top: 50%; margin-top: -26px; }

/* ---------- Подвал ---------- */
.ftr { display: grid; gap: 50px; align-items: center; }
@media (min-width: 992px) { .ftr { grid-template-columns: 1fr 1fr; gap: 80px; } }
.ftr__info { text-align: center; }
.ftr__info .logo { width: 180px; margin: 0 auto 40px; }
.ftr__info ul { list-style: none; padding: 0; margin: 0 0 26px; }
.ftr__info li { padding: 6px 0; font-size: 17px; }
.ftr__info a:hover { color: var(--tst-gold); }
.ftr__soc { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }
.ftr__soc a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; transition: all .3s; }
.ftr__soc a:hover { background: var(--tst-gold); border-color: var(--tst-gold); color: var(--tst-ink); }
.ftr__copy { margin-top: 60px; padding: 26px 0 0; border-top: 1px solid rgba(255,255,255,.12); text-align: center; font-size: 13px; opacity: .7; }

/* WhatsApp */
.wa { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; font-size: 26px; box-shadow: 0 10px 28px rgba(0,0,0,.4); }
.wa:hover { color: #fff; transform: scale(1.06); }

/* Прелоадер: тема прячет #tst-app до инициализации своего JS — показываем сами */
#tst-app.tst-app { opacity: 1; }
.tst-main-overlay { z-index: 999; }
.tst-main-overlay { transition: opacity .6s, visibility .6s; }
.tst-main-overlay.done { opacity: 0; visibility: hidden; }

/* Появление */
[data-r] { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
[data-r].shown { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-r] { opacity: 1; transform: none; transition: none; } }

/* ---------- Фиксы после проверки ---------- */
#tst-app footer.white-footer { background-color: var(--tst-bg); color: #fff; }
.dish-block .dish-title .price { white-space: nowrap; }
.dine-title .elementor-heading-title { font-size: clamp(34px, 4.2vw, 56px); }
.dine-title img { max-width: 120px; width: 9vw; }
body.tst-sidebar-active .info-bar { right: 0; opacity: 1; visibility: visible; pointer-events: all; }
body.tst-sidebar-active .info-back-drop { opacity: 1; visibility: visible; }

/* ---------- Список категорий с раскрывающимся фото ---------- */
.mlist { display: flex; flex-direction: column; }
.mlist__item {
  position: relative; display: flex; align-items: center; gap: 40px;
  min-height: 150px; padding: 26px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: #fff; text-decoration: none;
  transition: min-height .6s cubic-bezier(.22,1,.36,1), padding .6s cubic-bezier(.22,1,.36,1);
  overflow: hidden;
}
.mlist__item:last-child { border-bottom: 0; }
.mlist__pill {
  flex: 0 0 300px; height: 150px; overflow: hidden; border-radius: 100px;
  transition: opacity .4s, transform .5s;
}
.mlist__pill img { width: 100%; height: 100%; object-fit: cover; }
.mlist__title {
  flex: 1; margin: 0; text-align: right;
  font-family: 'Fraunces', 'Prata', serif; font-weight: 300;
  font-size: clamp(34px, 5.2vw, 78px); line-height: 1; letter-spacing: .02em; text-transform: uppercase;
  color: #fff;
  transition: text-align .3s;
}
.mlist__title .icon-elem-svg { display: inline-block; width: 18px; height: 18px; margin-left: 28px; vertical-align: middle; }
.mlist__arrow {
  flex: 0 0 140px; height: 140px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.25); border-radius: 50%;
  color: var(--tst-gold); font-size: 34px;
  transition: all .45s cubic-bezier(.22,1,.36,1);
}
.mlist__bg { position: absolute; inset: 0; z-index: -1; opacity: 0; transition: opacity .6s; }
.mlist__bg img { width: 100%; height: 100%; object-fit: cover; }
.mlist__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(14,34,68,.55), rgba(14,34,68,.15)); }

/* активная строка — раскрытый баннер */
.mlist__item.is-open { min-height: 380px; padding: 0 60px; border-color: transparent; }
.mlist__item.is-open .mlist__bg { opacity: 1; }
.mlist__item.is-open .mlist__pill { flex-basis: 0; width: 0; opacity: 0; transform: scale(.6); }
.mlist__item.is-open .mlist__title { text-align: left; }
.mlist__item.is-open .mlist__arrow { background: var(--tst-gold); border-color: var(--tst-gold); color: #0e2244; transform: rotate(-45deg); }
.mlist__item:not(.is-open):hover .mlist__arrow { border-color: var(--tst-gold); transform: translateX(6px); }

@media (max-width: 991px) {
  .mlist__item { gap: 20px; min-height: 110px; padding: 18px 0; }
  .mlist__pill { flex-basis: 150px; height: 84px; }
  .mlist__arrow { flex-basis: 64px; height: 64px; font-size: 20px; }
  .mlist__title .icon-elem-svg { display: none; }
  .mlist__item.is-open { min-height: 240px; padding: 0 24px; }
}
.mlist__title { display: flex; align-items: center; justify-content: flex-end; gap: 26px; white-space: nowrap; font-size: clamp(30px, 4.4vw, 64px); }
.mlist__title .icon-elem-svg { margin: 0; flex: none; }
.mlist__item.is-open .mlist__title { justify-content: flex-start; }
/* тёмная шапка: полоски бургера белые (в демо это даёт класс .white-header) */
.tst-menu-right .hamburger span { background: #fff; }
.info-bar .cross-icon { display: grid; place-items: center; width: 52px; height: 52px; font-size: 16px; line-height: 1; }

/* компактная версия списка категорий */
.mlist { max-width: 1100px; margin: 0 auto; }
.mlist__item { gap: 28px; min-height: 96px; padding: 16px 0; }
.mlist__pill { flex-basis: 180px; height: 84px; border-radius: 60px; }
.mlist__title { font-size: clamp(24px, 2.8vw, 40px); gap: 18px; }
.mlist__title .icon-elem-svg { width: 12px; height: 12px; }
.mlist__arrow { flex-basis: 72px; height: 72px; font-size: 20px; }
.mlist__item.is-open { min-height: 220px; padding: 0 44px; }
.mlist__item.is-open .mlist__arrow { flex-basis: 84px; height: 84px; }
@media (max-width: 991px) {
  .mlist__item { min-height: 80px; padding: 12px 0; gap: 16px; }
  .mlist__pill { flex-basis: 120px; height: 66px; }
  .mlist__arrow { flex-basis: 52px; height: 52px; font-size: 16px; }
  .mlist__item.is-open { min-height: 170px; padding: 0 20px; }
}

/* переключатель языка */
.lang-switch { display: flex; align-items: center; gap: 4px; margin-right: 22px; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.lang-switch a { padding: 6px 7px; color: rgba(255,255,255,.55); transition: color .3s; }
.lang-switch a.on { color: var(--tst-gold); }
.lang-switch a:hover { color: #fff; }
.lang-switch a + a::before { content: ''; }
@media (max-width: 767px) { .lang-switch { margin-right: 10px; } }

/* ================= Страница меню ================= */
.tst-small-banner { min-height: 56vh; }

/* прилипающая навигация: части + поиск + разделы */
.mnav { position: sticky; top: 78px; z-index: 30; background: rgba(14,34,68,.97); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,.1); }
.mnav__row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0 0; }
.mnav__parts { display: flex; gap: 6px; }
.mnav__parts button {
  padding: 9px 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 40px; background: transparent;
  color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; transition: all .3s;
}
.mnav__parts button:hover, .mnav__parts button.on { background: var(--tst-gold); border-color: var(--tst-gold); color: #0e2244; }
.mnav__search { position: relative; flex: 0 1 320px; margin: 0; }
.mnav__search i { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--tst-gold); font-size: 13px; pointer-events: none; }
.mnav__search input {
  width: 100%; padding: 10px 16px 10px 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 40px;
  background: rgba(255,255,255,.04); color: #fff; font: inherit; font-size: 14px; outline: none; transition: border-color .3s;
}
.mnav__search input::placeholder { color: rgba(255,255,255,.45); }
.mnav__search input:focus { border-color: var(--tst-gold); }
.mnav__groups { display: flex; gap: 6px; padding: 12px 0 14px; overflow-x: auto; scrollbar-width: none; }
.mnav__groups::-webkit-scrollbar { display: none; }
.mnav__groups button {
  flex: none; padding: 7px 14px; border: 1px solid transparent; border-radius: 30px; background: transparent;
  color: rgba(255,255,255,.62); font-size: 13px; cursor: pointer; white-space: nowrap; transition: all .3s;
}
.mnav__groups button sup { margin-left: 5px; font-size: 10px; color: var(--tst-gold); }
.mnav__groups button:hover { color: #fff; }
.mnav__groups button.on { color: #fff; border-color: rgba(230,177,95,.6); background: rgba(230,177,95,.1); }
.mnav__groups button[hidden] { display: none; }
@media (max-width: 767px) {
  .mnav { top: 70px; }
  .mnav__row { flex-wrap: wrap; }
  .mnav__parts { width: 100%; overflow-x: auto; scrollbar-width: none; }
  .mnav__parts button { padding: 8px 14px; font-size: 11px; white-space: nowrap; }
  .mnav__search { flex: 1 1 100%; }
}

.sec--menu { padding: 50px 0 30px; min-height: 60vh; }
.mgroup { scroll-margin-top: 170px; }
.mgroup__head { display: flex; align-items: center; gap: 26px; margin: 0 0 34px; }
.mgroup__cover { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(230,177,95,.5); padding: 4px; }
.mgroup__title { margin: 4px 0 0; font-size: clamp(28px, 3.4vw, 44px); }
.mgroup__head .suptitle { color: var(--tst-gold); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; }

/* компактные строки — как dish-block в теме */
.mrows { display: grid; gap: 10px 48px; }
@media (min-width: 992px) { .mrows { grid-template-columns: 1fr 1fr; } }
.mrow { display: flex; gap: 18px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.mrow__img { flex: 0 0 72px; width: 72px; height: 72px; border-radius: 50%; overflow: hidden; background: #0c1f3f; cursor: zoom-in; }
.mrow__img:empty { cursor: default; background: radial-gradient(circle at 40% 35%, rgba(230,177,95,.18), transparent 60%), #0c1f3f; }
.mrow__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s; }
.mrow:hover .mrow__img img { transform: scale(1.1); }
.mrow__body { flex: 1; min-width: 0; }
.mrow__top { display: flex; align-items: baseline; gap: 12px; }
.mrow__name { font-family: 'Fraunces', 'Prata', serif; font-size: 18px; line-height: 1.25; color: #fff; }
.mrow__dots { flex: 1; min-width: 18px; border-bottom: 1px dotted rgba(255,255,255,.3); transform: translateY(-5px); }
.mrow__price { white-space: nowrap; font-weight: 700; font-size: 14px; color: var(--tst-gold); }
.mrow__desc { margin: 5px 0 0; font-size: 13.5px; line-height: 1.5; color: rgba(255,255,255,.65); }
.mrow__group { display: none; margin-top: 6px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--tst-gold); }
.is-searching .mrow__group { display: block; }
.is-searching .mgroup__head { display: none; }
.is-searching .mgroup + .mgroup { margin-top: 0; }
.msearch-empty { padding: 60px 0; text-align: center; color: rgba(255,255,255,.6); }

.menu-note { padding: 30px 0 60px; text-align: center; font-size: 13px; color: rgba(255,255,255,.55); }

/* ================= Лендинг: О нас + Контакты ================= */
.adv-grid { display: grid; gap: 24px; }
@media (min-width: 600px)  { .adv-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .adv-grid { grid-template-columns: repeat(4, 1fr); } }
.adv-grid .adv-image .image-box img { aspect-ratio: 3 / 4; object-fit: cover; width: 100%; }

.counts-grid { display: grid; gap: 30px; margin-top: 70px; padding-top: 60px; border-top: 1px solid rgba(255,255,255,.12); text-align: center; }
@media (min-width: 700px) { .counts-grid { grid-template-columns: repeat(4, 1fr); } }
.counts-grid .tst-count .h2 { font-family: 'Fraunces', 'Prata', serif; font-weight: 300; font-size: clamp(44px, 5vw, 70px); line-height: 1; color: #fff; }
.counts-grid .tst-count .tst-after { color: var(--tst-gold); }
.counts-grid .tst-count .h6 { margin-top: 12px; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }

.chef-grid { display: grid; gap: 40px; align-items: center; margin-bottom: 80px; }
@media (min-width: 992px) { .chef-grid { grid-template-columns: 1fr 1fr; gap: 70px; } }
.chef-grid .title-box { margin-bottom: 24px; }
.chef-grid .tst-image-s-2 .image-col img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }

.team-grid { display: grid; gap: 30px; scroll-margin-top: 110px; }
@media (min-width: 600px)  { .team-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .team-grid { grid-template-columns: repeat(4, 1fr); } }
.team-block { text-align: center; }
.team-block .image-col img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 300px 300px 0 0; filter: grayscale(.4); transition: filter .5s; }
.team-block:hover .image-col img { filter: grayscale(0); }
.team-block .h5 { margin: 6px 0 4px; font-size: 20px; }
.team-block .tst-color { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }

.contacts-grid { display: grid; gap: 40px; align-items: stretch; }
@media (min-width: 992px) { .contacts-grid { grid-template-columns: 1fr 1.1fr; gap: 60px; } }
.contacts-grid .title-box { margin-bottom: 24px; }
.contact-list { list-style: none; padding: 0; margin: 0 0 34px; display: grid; gap: 18px; }
.contact-list li { display: flex; gap: 18px; align-items: flex-start; font-size: 17px; }
.contact-list i { flex: none; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(230,177,95,.5); border-radius: 50%; color: var(--tst-gold); font-size: 15px; }
.contact-list b { display: block; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--tst-gold); margin-bottom: 2px; }
.contact-list a:hover { color: var(--tst-gold); }
.contact-map { min-height: 420px; border-radius: 300px 300px 0 0; overflow: hidden; border: 1px solid rgba(230,177,95,.4); }
.contact-map iframe { display: block; width: 100%; height: 100%; min-height: 420px; filter: grayscale(.2) contrast(1.05); }

/* объединённый блок контакты+подвал */
.ftr { align-items: center; }
.ftr .contact-map { min-height: 560px; height: 100%; border-radius: 300px 300px 0 0; }
.ftr .contact-map iframe { min-height: 560px; }
.ftr__info .title-box { margin: 0 0 18px; }
.ftr__info .title-box h2 { font-size: clamp(30px, 3.6vw, 48px); margin-top: 6px; }
.ftr__info .ftr__lead { max-width: 440px; margin: 0 auto 28px; color: rgba(255,255,255,.75); }
.ftr__info .contact-list { max-width: 440px; margin: 0 auto 30px; text-align: left; }
.ftr__info .tst-separator-2 { margin: 34px auto 6px; }
@media (max-width: 991px) { .ftr .contact-map, .ftr .contact-map iframe { min-height: 380px; } }

/* портрет шефа — компактнее */
.chef-grid .tst-image-s-2 { max-width: 400px; margin: 0 auto; }
.chef-grid .tst-image-s-2 .image-col img { aspect-ratio: 3 / 4; }
@media (min-width: 992px) { .chef-grid { grid-template-columns: 1.15fr .85fr; } }
/* карта — прямоугольная полоса под контактами */
.ftr__map { margin-top: 70px; height: 360px; border: 1px solid rgba(230,177,95,.35); overflow: hidden; }
.ftr__map iframe { display: block; width: 100%; height: 100%; filter: grayscale(.25) contrast(1.05); }
.ftr__copy { margin-top: 0; padding: 26px 0 0; border-top: 0; }
@media (max-width: 767px) { .ftr__map { height: 260px; margin-top: 50px; } }
/* портрет шефа: 300×390, не растягивается на всю колонку */
.chef-grid .tst-image-s-2 { max-width: 300px; margin: 0 auto; }
.chef-grid .tst-image-s-2 .image-col.img-size-lg { padding-top: 130%; }
@media (min-width: 992px) { .chef-grid { grid-template-columns: 1.4fr .6fr; align-items: center; } }
