/* «Под Аркой» — каталог свадебных площадок */
:root {
  --bg: #FBF7F1;
  --surface: #FFFFFF;
  --surface-2: #F4EEE4;
  --line: #E8DFD2;
  --text: #1F2A26;
  --muted: #6D746F;
  --green: #2F4A3E;
  --green-2: #3E5E50;
  --green-soft: #E4EDE7;
  --gold: #B8924A;
  --gold-soft: #F3EAD8;
  --rose: #D4697A;
  --rose-soft: #FBE9EC;
  --blue-soft: #E6EEF8;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 1px 2px rgba(31, 42, 38, .04), 0 8px 24px rgba(31, 42, 38, .06);
  --shadow-lg: 0 20px 60px rgba(31, 42, 38, .18);
  --serif: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --sans: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font: 15px/1.5 var(--sans); overflow-x: hidden;
}
img { max-width: 100%; display: block; }
b, strong, h1, h2, h3, h4, h5, h6, th, summary, optgroup { font-weight: 500; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; padding: 0; }
input, select, textarea { font: inherit; color: inherit; }
.container { max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
h1, h2, h3 { font-family: var(--sans); font-weight: 500; letter-spacing: -.02em; margin: 0; }

/* ---------- кнопки ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 44px; padding: 0 20px; border-radius: 999px; font-weight: 500; font-size: 14px;
  background: var(--green); color: #fff; transition: background .2s, transform .1s, box-shadow .2s;
  white-space: nowrap;
}
.btn:hover { background: var(--green-2); }
.btn:active { transform: scale(.98); }
.btn--ghost { background: transparent; color: var(--green); box-shadow: inset 0 0 0 1.5px var(--green); }
.btn--ghost:hover { background: var(--green-soft); }
.btn--light { background: var(--surface); color: var(--text); box-shadow: inset 0 0 0 1px var(--line); }
.btn--light:hover { background: var(--surface-2); }
.btn--rose { background: var(--rose); }
.btn--rose:hover { background: #c55a6b; }
.btn--gold { background: var(--gold); }
.btn--gold:hover { background: #a6823f; }
.btn--sm { height: 38px; padding: 0 16px; font-size: 13px; }
.btn--block { width: 100%; }

/* ---------- шапка ---------- */
.logo { display: flex; align-items: center; gap: 10px; flex: none; }
.logo img { height: 46px; width: auto; }
.logo__t { display: flex; flex-direction: column; line-height: 1; }
.logo__t b { font: 500 22px/1 var(--sans); color: var(--green); letter-spacing: -.01em; }
.logo__t small { font: 500 10.5px/1 var(--sans); color: var(--muted); margin-top: 5px; letter-spacing: .06em; text-transform: uppercase; }
.logo--light .logo__t b { color: #fff; }
.logo--light .logo__t small { color: rgba(255,255,255,.65); }
.i { flex: none; display: inline-block; vertical-align: middle; }

/* поиск в шапке */
.hsearch { position: relative; flex: 1; max-width: 440px; display: flex; align-items: center; height: 44px; border-radius: 999px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); padding: 0 8px 0 16px; gap: 8px; transition: box-shadow .2s; }
.hsearch:focus-within { box-shadow: inset 0 0 0 1.5px var(--green), 0 6px 20px rgba(47,74,62,.08); }
.hsearch > .i { color: var(--muted); }
.hsearch input[type=search] { flex: 1; min-width: 0; border: 0; outline: 0; background: none; font-size: 14px; height: 100%; }
.hsearch input::-webkit-search-cancel-button { display: none; }
.hsearch__x { width: 28px; height: 28px; border-radius: 50%; display: none; place-items: center; color: var(--muted); }
.hsearch__x:hover { background: var(--surface-2); color: var(--text); }
.hsearch.has-val .hsearch__x { display: grid; }
.hsearch__drop { position: absolute; top: calc(100% + 8px); left: 0; right: 0; min-width: 380px; background: var(--surface); border-radius: 18px; box-shadow: var(--shadow-lg); padding: 8px; display: none; z-index: 70; }
.hsearch.is-open .hsearch__drop { display: block; animation: pop .15s ease-out; }
.sres { display: flex; align-items: center; gap: 12px; padding: 8px; border-radius: 12px; }
.sres:hover, .sres.is-sel { background: var(--surface-2); }
.sres img, .sres__ph { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; flex: none; background: var(--gold-soft); display: grid; place-items: center; color: var(--gold); }
.sres > span:nth-child(2) { flex: 1; min-width: 0; }
.sres b { display: block; font-size: 14px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sres small { display: block; font-size: 12px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sres em { font-style: normal; font-size: 12px; font-weight: 500; color: var(--green); white-space: nowrap; }
.sres mark { background: var(--gold-soft); color: inherit; border-radius: 3px; padding: 0 1px; }
.sres-empty { padding: 14px 10px; font-size: 14px; color: var(--muted); }
.sres-all { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; height: 42px; margin-top: 4px; border-radius: 12px; background: var(--green-soft); color: var(--green); font-weight: 500; font-size: 13px; }
.sres-all:hover { background: #d6e4da; }
.city-btn {
  display: inline-flex; align-items: center; gap: 6px; font-weight: 500; font-size: 14px;
  padding: 8px 14px; border-radius: 999px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line);
}
.city-btn svg { flex: none; }
.fav-link { display: inline-flex; align-items: center; gap: 6px; }
.fav-count {
  min-width: 20px; height: 20px; padding: 0 6px; border-radius: 10px; background: var(--rose); color: #fff;
  font-size: 11px; font-weight: 500; display: inline-grid; place-items: center;
}
.fav-count:empty, .fav-count[data-n="0"] { display: none; }

.header { position: sticky; top: 0; z-index: 50; background: rgba(251, 247, 241, .94); backdrop-filter: saturate(1.4) blur(12px); -webkit-backdrop-filter: saturate(1.4) blur(12px); transition: box-shadow .25s; }
.header.is-scrolled { box-shadow: 0 6px 24px rgba(31, 42, 38, .07); }
.header__in { display: flex; align-items: center; gap: 20px; height: 72px; }
.header__acts { display: flex; align-items: center; gap: 10px; margin-left: auto; flex: none; }
.hsearch { max-width: 520px; }
.hbtn { position: relative; display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px; border-radius: 999px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); font-size: 13px; font-weight: 500; transition: box-shadow .2s, color .2s; }
.hbtn:hover, .hbtn.is-active { box-shadow: inset 0 0 0 1px var(--rose); color: var(--rose); }
.hbtn .fav-count { position: absolute; top: -5px; right: -5px; }
.burger { display: none; flex: none; width: 40px; height: 40px; border-radius: 50%; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); place-items: center; }
.burger--menu { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 4px; }
.burger--menu span { display: block; width: 16px; height: 1.8px; border-radius: 2px; background: var(--text); }
.burger--menu span:nth-child(2) { width: 12px; margin-right: 4px; }
@media (max-width: 1080px) { .header { border-bottom: 1px solid var(--line); } }

/* нижняя строка: меню */
.nav2 { position: relative; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .55); }
.nav2__in { display: flex; align-items: center; justify-content: space-between; height: 50px; }
.nav2__list { display: flex; gap: 4px; margin: 0 0 0 -12px; padding: 0; list-style: none; height: 100%; }
.nav2__it { display: flex; align-items: stretch; }
.nav2__a { position: relative; display: flex; align-items: center; gap: 8px; padding: 0 12px; font-size: 14px; font-weight: 500; color: #3f4843; transition: color .2s; }
.nav2__a .i { color: var(--gold); }
.nav2__a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: -1px; height: 2px; border-radius: 2px; background: var(--green); transform: scaleX(0); transition: transform .25s; }
.nav2__a:hover, .nav2__a.is-active, .nav2__it.is-open .nav2__a { color: var(--green); }
.nav2__a.is-active::after, .nav2__it.is-open .nav2__a::after { transform: scaleX(1); }
.nav2__chev { color: var(--muted); transition: transform .2s; }
.nav2__it.is-open .nav2__chev { transform: rotate(180deg); }
.nav2__cta { display: inline-flex; align-items: center; gap: 8px; height: 36px; padding: 0 16px; border-radius: 999px; background: var(--gold); color: #fff; font-size: 13px; font-weight: 500; transition: background .2s; }
.nav2__cta:hover { background: #a6823f; }

/* мега-меню */
.mega { position: absolute; left: 0; right: 0; top: 100%; background: var(--surface); box-shadow: 0 24px 50px rgba(31, 42, 38, .14); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .18s, transform .18s, visibility 0s .18s; }
.mega.is-open { opacity: 1; visibility: visible; transform: none; transition: opacity .18s, transform .18s; }
.mega__in { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 40px; padding-top: 28px; padding-bottom: 30px; }
.mega__t { font-size: 18px; font-weight: 500; margin-bottom: 16px; }
.mega__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 18px; margin: 0; padding: 0; list-style: none; }
.mega__list--cities { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mega__list a { display: flex; align-items: center; gap: 12px; padding: 8px 10px; border-radius: 12px; font-size: 14px; font-weight: 500; transition: background .15s; }
.mega__list a:hover { background: var(--surface-2); }
.mega__list a > span:not(.mega__ic) { flex: 1; min-width: 0; }
.mega__list em { font-style: normal; font-size: 12px; font-weight: 500; color: var(--muted); }
.mega__list img { width: 40px; height: 40px; border-radius: 12px; object-fit: cover; flex: none; }
.mega__ic { width: 36px; height: 36px; flex: none; border-radius: 10px; background: var(--gold-soft); color: var(--gold); display: grid; place-items: center; }
.mega__list .is-cur { background: var(--green-soft); color: var(--green); font-weight: 500; }
.mega__list li.is-empty { opacity: .45; }
.mega__ban { position: relative; display: flex; align-items: flex-end; justify-content: center; min-height: 240px; border-radius: 20px; overflow: hidden; background: var(--surface-2) center / cover no-repeat; padding: 20px; }
.mega__ban::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(20, 30, 25, .45)); }
.mega__btn { position: relative; display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 22px; border-radius: 999px; background: #fff; color: var(--green); font-weight: 500; font-size: 14px; box-shadow: 0 8px 20px rgba(0, 0, 0, .15); transition: transform .2s; }
.mega__ban:hover .mega__btn { transform: translateY(-2px); }

/* мобильное меню */
.mnav { position: fixed; inset: 0; z-index: 90; visibility: hidden; transition: visibility 0s .3s; }
.mnav.is-open { visibility: visible; transition: none; }
.mnav__bg { position: absolute; inset: 0; background: rgba(20, 26, 23, .5); opacity: 0; transition: opacity .3s; }
.mnav.is-open .mnav__bg { opacity: 1; }
.mnav__panel { position: absolute; top: 0; bottom: 0; left: 0; width: min(360px, 88vw); background: var(--bg); padding: 16px 16px 28px; overflow-y: auto; overscroll-behavior: contain; transform: translateX(-100%); transition: transform .3s cubic-bezier(.2, .8, .2, 1); display: flex; flex-direction: column; gap: 10px; }
.mnav.is-open .mnav__panel { transform: none; }
.mnav__panel > * { flex: none; }
.mnav__panel > .btn { height: 48px; }
/* шапка панели повторяет шапку сайта: крестик ровно на месте бургера, логотип справа от него */
.mnav__h { display: flex; align-items: center; gap: 12px; height: 72px; margin: -16px -16px 4px; padding: 0 24px; border-bottom: 1px solid var(--line); }
@media (max-width: 760px) { .mnav__h { height: 60px; gap: 8px; padding: 0 16px; } .mnav__h .logo img { height: 38px; } .mnav__h .logo__t b { font-size: 18px; } }
.mnav__x { flex: none; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
.mnav__sec { background: var(--surface); border-radius: 18px; padding: 0 8px; }
.mnav__sec summary { list-style: none; display: flex; align-items: center; gap: 10px; padding: 14px 8px; font-weight: 500; cursor: pointer; }
.mnav__sec summary::-webkit-details-marker { display: none; }
.mnav__sec summary .i, .mnav__link .i { color: var(--gold); }
.mnav__sec summary::after { content: ""; margin-left: auto; width: 8px; height: 8px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg) translateY(-3px); transition: transform .2s; }
.mnav__sec[open] summary::after { transform: rotate(-135deg) translateY(-2px); }
.mnav__sec .mega__list { grid-template-columns: 1fr; padding-bottom: 8px; }
.mnav__sec .mega__list--cities { grid-template-columns: 1fr 1fr; }
.mnav__all { display: flex; align-items: center; gap: 6px; padding: 4px 10px 14px; color: var(--green); font-weight: 500; font-size: 14px; }
.mnav__link { width: 100%; text-align: left; display: flex; align-items: center; gap: 10px; padding: 14px 16px; background: var(--surface); border-radius: 18px; font-weight: 500; }
.mnav__link .fav-count { margin-left: auto; }
body.menu-open { overflow: hidden; }

/* ---------- хлебные крошки / заголовок ---------- */
.crumbs { display: flex; flex-wrap: wrap; gap: 6px; font-size: 13px; color: var(--muted); padding: 20px 0 8px; }
.crumbs a:hover { color: var(--text); }
.crumbs span::before { content: "/"; margin-right: 6px; opacity: .5; }
.page-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding: 4px 0 18px; }
.page-head h1 { font-size: clamp(26px, 3.2vw, 38px); line-height: 1.15; }
.page-head p { margin: 8px 0 0; color: var(--muted); }

/* ---------- сторис ---------- */
.stories { display: flex; gap: 18px; overflow-x: auto; padding: 8px 2px 18px; scrollbar-width: none; }
.stories::-webkit-scrollbar { display: none; }
.story { flex: none; width: 92px; text-align: center; }
.story__ring {
  display: block; width: 84px; height: 84px; margin: 0 auto; border-radius: 50%; padding: 3px;
  background: conic-gradient(from 210deg, var(--gold), var(--rose), #E9B872, var(--gold));
  transition: transform .2s;
}
.story:hover .story__ring { transform: scale(1.05); }
.story.is-seen .story__ring { background: var(--line); }
.story__ring span { display: block; width: 100%; height: 100%; border-radius: 50%; padding: 3px; }
.story__ring img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.story__title { display: block; margin-top: 8px; font-size: 12px; line-height: 1.25; font-weight: 500; }

/* ---------- подборки ---------- */

/* ---------- фильтры ---------- */
.filters { position: sticky; top: var(--hh, 72px); z-index: 40; background: var(--bg); padding: 10px 0; }
.filters__row { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.f-item { position: relative; }
.f-btn {
  display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 14px 0 16px; border-radius: 12px;
  background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); font-size: 14px; font-weight: 500; white-space: nowrap;
  transition: box-shadow .2s;
}
.f-btn:hover { box-shadow: inset 0 0 0 1px #cdbfa9; }
.f-btn::after {
  content: ""; width: 7px; height: 7px; border: solid currentColor; border-width: 0 1.6px 1.6px 0;
  transform: rotate(45deg) translate(-2px, -2px); opacity: .6; transition: transform .2s;
}
.f-item.is-open .f-btn::after { transform: rotate(-135deg) translate(-1px, -1px); }
.f-btn.is-set { background: var(--green-soft); box-shadow: inset 0 0 0 1.5px var(--green); color: var(--green); font-weight: 500; }
.f-btn b { font-weight: 500; background: var(--green); color: #fff; font-size: 11px; min-width: 18px; height: 18px; border-radius: 9px; display: inline-grid; place-items: center; padding: 0 5px; }
.f-btn--single { flex-direction: column; align-items: flex-start; gap: 0; height: 42px; justify-content: center; line-height: 1.15; position: relative; padding-right: 32px; }
.f-btn--single::after { position: absolute; right: 14px; top: 16px; }
.f-btn--single small { font-size: 11px; color: var(--muted); font-weight: 500; }
.f-btn--single span { font-size: 13px; font-weight: 500; }
.f-btn--all { display: none; background: var(--green); color: #fff; box-shadow: none; }
@media (max-width: 1080px) { .f-btn--all { display: inline-flex; } }
.f-btn--all::after { display: none; }
.f-btn--all:hover { box-shadow: none; background: var(--green-2); }
.f-sort span { display: none; }
.f-sort { margin-left: auto; display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); }
.f-sort select {
  height: 42px; border-radius: 12px; border: 0; box-shadow: inset 0 0 0 1px var(--line); background: var(--surface);
  padding: 0 34px 0 14px; font-weight: 500; font-size: 14px; color: var(--text); appearance: none; cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 18px) 19px, calc(100% - 13px) 19px; background-size: 5px 5px; background-repeat: no-repeat;
}

.f-pop {
  position: absolute; top: calc(100% + 8px); left: 0; z-index: 60; min-width: 320px; background: var(--surface);
  border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 16px; display: none;
}
.f-item.is-open .f-pop { display: block; animation: pop .16s ease-out; }
@keyframes pop { from { opacity: 0; transform: translateY(-4px); } }
.f-pop--grid { width: 560px; }
.f-pop--grid .f-opts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.f-opts { display: grid; gap: 4px; max-height: 360px; overflow: auto; }
.f-pop--cols .f-opts { grid-template-columns: 1fr 1fr; width: 380px; }
.opt { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 10px; cursor: pointer; font-size: 14px; user-select: none; }
.opt:hover { background: var(--surface-2); }
.opt input { position: absolute; opacity: 0; pointer-events: none; }
.opt .box {
  flex: none; width: 20px; height: 20px; border-radius: 6px; box-shadow: inset 0 0 0 1.5px #c9bca8; display: grid; place-items: center;
  transition: background .15s, box-shadow .15s;
}
.opt--radio .box { border-radius: 50%; }
.opt input:checked + .box { background: var(--green); box-shadow: none; }
.opt input:checked + .box::after { content: ""; width: 10px; height: 6px; border: solid #fff; border-width: 0 0 2px 2px; transform: rotate(-45deg) translate(1px, -1px); }
.opt--radio input:checked + .box::after { width: 8px; height: 8px; border: 0; border-radius: 50%; background: #fff; transform: none; }
.opt .ic { flex: none; width: 30px; height: 30px; border-radius: 8px; background: var(--gold-soft); color: #8a6a2d; display: grid; place-items: center; }
.opt em { margin-left: auto; font-style: normal; font-size: 12px; color: var(--muted); }
.opt--tile { flex-direction: column; align-items: stretch; gap: 6px; padding: 6px; position: relative; }
.opt--tile img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 10px; transition: box-shadow .15s; }
.opt--tile .box { position: absolute; top: 12px; right: 12px; background: rgba(255,255,255,.9); }
.opt--tile span.l { font-size: 12.5px; font-weight: 500; line-height: 1.25; }
.opt--tile input:checked ~ img { box-shadow: 0 0 0 2.5px var(--green); }
.f-pop__btns { display: flex; gap: 8px; justify-content: flex-end; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); }

.chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 4px 0 0; }
.chip {
  display: inline-flex; align-items: center; gap: 6px; height: 32px; padding: 0 8px 0 12px; border-radius: 999px;
  background: var(--gold-soft); font-size: 13px; font-weight: 500;
}
.chip button { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: 15px; line-height: 1; color: var(--muted); }
.chip button:hover { background: rgba(0,0,0,.08); color: var(--text); }
.chip--reset { background: none; box-shadow: inset 0 0 0 1px var(--line); padding: 0 12px; cursor: pointer; }

.results-bar { display: flex; justify-content: space-between; align-items: center; padding: 14px 0 12px; font-size: 14px; color: var(--muted); }
.results-bar b { color: var(--text); }

/* ---------- карточка площадки ---------- */
.list { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.list > * { min-width: 0; }
.vcard {
  background: var(--surface); border-radius: 22px; box-shadow: var(--shadow); padding: 22px 22px 18px; position: relative;
  transition: box-shadow .25s;
}
.vcard:hover { box-shadow: 0 1px 2px rgba(31,42,38,.05), 0 14px 40px rgba(31,42,38,.1); }
.vcard__head { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; gap: 4px 16px; align-items: start; }
.vcard__logo { grid-row: span 3; width: 64px; height: 64px; border-radius: 50%; overflow: hidden; background: var(--gold-soft); box-shadow: 0 0 0 3px var(--surface), 0 0 0 4px var(--line); }
.vcard__logo img { width: 100%; height: 100%; object-fit: cover; }
.vcard__logo span { display: grid; place-items: center; height: 100%; font: 500 20px var(--serif); color: var(--gold); }
.vcard__name { font: 500 21px/1.2 var(--serif); letter-spacing: -.01em; color: var(--text); }
.vcard__name:hover { color: var(--green); }
.vcard__addr { font-size: 13.5px; color: var(--muted); }
.vcard__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; margin-top: 4px; font-size: 13px; }
.tag { display: inline-flex; align-items: center; gap: 5px; height: 24px; padding: 0 10px; border-radius: 999px; background: var(--surface-2); font-size: 12px; font-weight: 500; color: #4d5550; }
.tag i { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.map-link { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: 13px; font-weight: 500; }
.map-link:hover { color: var(--green); }
.vcard__side { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; grid-row: span 3; }
.vcard__top { display: flex; align-items: center; gap: 10px; }
.rating { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); }
.rating b { background: var(--green); color: #fff; font-size: 14px; border-radius: 10px 10px 10px 3px; padding: 4px 8px; }
.rating a:hover { color: var(--text); }
.heart {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--rose-soft); color: var(--rose);
  transition: transform .15s, background .2s;
}
.heart:hover { transform: scale(1.06); }
.heart svg { width: 22px; height: 22px; }
.heart.is-on { background: var(--rose); color: #fff; }
.heart.is-on svg path { fill: currentColor; }
.heart.pulse { animation: pulse .35s; }
@keyframes pulse { 50% { transform: scale(1.2); } }
.badges { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.badge { display: inline-flex; align-items: center; gap: 5px; height: 28px; padding: 0 12px; border-radius: 999px; font-size: 12px; font-weight: 500; }
.badge--gift { background: var(--rose-soft); color: #b04a5c; cursor: pointer; }
.badge--best { background: var(--gold-soft); color: #8a6a2d; }
.badge--pro { background: var(--blue-soft); color: #3c5b86; }

.halls { position: relative; margin: 18px -22px 0; }
.halls__track { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 2px 22px 6px; scrollbar-width: none; scroll-padding: 22px; }
.halls__track::-webkit-scrollbar { display: none; }
.hall { flex: none; width: 272px; scroll-snap-align: start; }
.hall__img { display: block; position: relative; aspect-ratio: 310/200; border-radius: 14px; overflow: hidden; background: var(--surface-2); }
.hall__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.hall:hover .hall__img img { transform: scale(1.04); }
.hall__img .pano { position: absolute; left: 10px; bottom: 10px; background: rgba(20,24,22,.72); color: #fff; font-size: 11px; font-weight: 500; padding: 4px 8px; border-radius: 8px; }
.hall__img .noimg { display: grid; place-items: center; height: 100%; color: var(--muted); font-size: 13px; }
.hall__name { display: block; margin: 10px 0 6px; font-weight: 500; font-size: 14.5px; line-height: 1.3; }
.hall ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 3px; font-size: 13px; }
.hall li { display: flex; gap: 6px; }
.hall li span:first-child { color: var(--muted); flex: none; }
.hall li span:last-child { font-weight: 500; }
.arrow {
  position: absolute; top: 76px; z-index: 2; width: 40px; height: 40px; border-radius: 50%; background: var(--surface);
  box-shadow: 0 4px 14px rgba(0,0,0,.14); display: grid; place-items: center; transition: opacity .2s;
}
.arrow--l { left: 8px; } .arrow--r { right: 8px; }
.arrow[disabled] { opacity: 0; pointer-events: none; }

.amen { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.amen span { font-size: 12.5px; padding: 5px 11px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line); color: #4d5550; }
.amen span.hl { background: var(--green-soft); box-shadow: none; color: var(--green); font-weight: 500; }

.vcard__foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.price-sum { display: flex; gap: 22px; }
.price-sum div span { display: block; font-size: 12px; color: var(--muted); }
.price-sum div b { font-size: 17px; }
.vcard__btns { display: flex; gap: 8px; }

/* промо-блок подбора */
.promo {
  border-radius: 22px; overflow: hidden; position: relative; color: #fff; background: var(--green);
  display: grid; grid-template-columns: 1.1fr 1fr; min-height: 280px;
}
.promo__txt { padding: 34px 36px; position: relative; z-index: 1; }
.promo__txt h3 { font-size: 28px; line-height: 1.15; }
.promo__txt p { opacity: .85; margin: 10px 0 20px; max-width: 420px; }
.promo__img { background-size: cover; background-position: center; }
.promo__steps { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.promo__steps span { font-size: 12px; font-weight: 500; background: rgba(255,255,255,.12); padding: 6px 12px; border-radius: 999px; }

.more { display: flex; flex-direction: column; align-items: center; gap: 16px; padding: 28px 0 8px; }
.pager { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; }
.pager button { min-width: 40px; height: 40px; border-radius: 12px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); font-weight: 500; font-size: 14px; }
.pager button.is-on { background: var(--green); color: #fff; box-shadow: none; }
.pager span { align-self: center; color: var(--muted); }

.empty { text-align: center; padding: 60px 20px; background: var(--surface); border-radius: 22px; }
.empty h3 { font-size: 22px; margin-bottom: 6px; }
.empty p { color: var(--muted); }

/* скелетон */
.skel { background: linear-gradient(90deg, var(--surface-2) 0, #faf6ef 50%, var(--surface-2) 100%); background-size: 200% 100%; animation: sk 1.2s infinite; border-radius: 22px; height: 420px; }
@keyframes sk { to { background-position: -200% 0; } }

/* ---------- SEO / FAQ ---------- */
.seo { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 56px 0 20px; }
.seo h2 { font-size: 24px; margin-bottom: 12px; }
.seo p { color: #4d5550; }
.faq details { border-bottom: 1px solid var(--line); padding: 14px 0; }
.faq summary { cursor: pointer; font-weight: 500; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 22px; line-height: 1; color: var(--gold); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 10px 0 0; color: #4d5550; }

/* ---------- футер ---------- */
.footer { margin-top: 80px; background: var(--surface); border-top: 1px solid var(--line); color: var(--muted); padding: 40px 0 26px; font-size: 14px; }
.footer__cta { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: end; padding: 44px 44px 40px; margin-bottom: 48px; border-radius: 28px; color: #fff; background: #13201a url(../img/footer.webp) center 60% / cover no-repeat; }
.footer__cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(19,32,26,.88) 0%, rgba(19,32,26,.55) 55%, rgba(19,32,26,.3) 100%); }
.footer__cta h3 { color: #fff; font-size: clamp(24px, 2.8vw, 36px); line-height: 1.15; max-width: 620px; margin: 0 0 12px; }
.footer__cta p { margin: 0; max-width: 520px; color: rgba(255,255,255,.82); font-size: 15px; }
.footer__btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.footer__btns .btn { height: 50px; padding: 0 26px; font-size: 15px; }
.footer__ghost { background: rgba(255,255,255,.12); box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); }
.footer__ghost:hover { background: rgba(255,255,255,.22); }
.footer .footer__stats { display: flex; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer__stats li { min-width: 140px; padding: 16px 18px; border-radius: 18px; background: rgba(19,32,26,.55); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.footer__stats b { display: block; color: #fff; font-size: 28px; font-weight: 500; line-height: 1; letter-spacing: -.02em; }
.footer__stats span { display: block; margin-top: 8px; font-size: 12.5px; color: rgba(255,255,255,.75); }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1.5fr 1fr 1fr; gap: 40px; }
.footer .logo { margin-bottom: 16px; }
.footer__brand p { margin: 0; max-width: 320px; line-height: 1.6; }
.footer h4 { color: var(--text); font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; margin: 6px 0 16px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer__col--cities ul { grid-template-columns: 1fr 1fr; column-gap: 20px; }
.footer__col a { color: #4d5550; transition: color .2s; }
.footer__col a:hover { color: var(--green); }
.footer__bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 16px 28px; font-size: 12.5px; flex-wrap: wrap; }
.footer__up { margin-left: auto; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: var(--text); box-shadow: inset 0 0 0 1px var(--line); transition: background .2s, color .2s, transform .2s; }
.footer__up .i { transform: rotate(-90deg); }
.footer__up:hover { background: var(--green); color: #fff; box-shadow: none; transform: translateY(-2px); }
@media (max-width: 1080px) {
  .footer__cta { grid-template-columns: 1fr; align-items: start; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .footer { padding-top: 24px; margin-top: 56px; }
  .footer__cta { padding: 28px 20px 22px; border-radius: 22px; margin-bottom: 36px; }
  .footer__cta::before { background: linear-gradient(180deg, rgba(19,32,26,.85), rgba(19,32,26,.7)); }
  .footer__btns .btn { width: 100%; }
  .footer .footer__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .footer__stats li { min-width: 0; padding: 14px 12px; border-radius: 16px; }
  .footer__stats b { font-size: 22px; }
  .footer__stats span { font-size: 11px; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .footer__up { margin-left: 0; }
}

/* ---------- модалки ---------- */
.modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 72px 20px 20px; }
.modal.is-open { display: flex; }
.modal__bg { position: absolute; inset: 0; background: rgba(20, 26, 23, .55); backdrop-filter: blur(3px); animation: fade .2s; }
@keyframes fade { from { opacity: 0; } }
.modal__box {
  position: relative; background: var(--surface); border-radius: 24px; width: 100%; max-width: 480px; max-height: calc(100dvh - 92px);
  display: flex; flex-direction: column; box-shadow: var(--shadow-lg); animation: pop .2s ease-out;
}
.modal__box > .m-body { flex: 1 1 auto; min-height: 0; overflow: auto; overscroll-behavior: contain; padding: 28px; border-radius: inherit; }
.modal__box--wide { max-width: 860px; }
.modal__box--wide > .m-body { padding: 0; overflow: hidden; }
.modal__close { position: absolute; bottom: calc(100% + 12px); right: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--surface); color: var(--text); box-shadow: 0 6px 20px rgba(0, 0, 0, .18); display: grid; place-items: center; font-size: 26px; line-height: 1; z-index: 2; transition: transform .2s, background .2s; }
.modal__close:hover { background: var(--surface-2); transform: rotate(90deg); }
.modal h3 { font-size: 23px; line-height: 1.2; padding-right: 36px; }
.modal .sub { color: var(--muted); margin: 6px 0 18px; font-size: 14px; }
.form { display: grid; gap: 12px; }
.form label { display: grid; gap: 6px; font-size: 13px; font-weight: 500; }
.form input, .form select, .form textarea {
  height: 48px; border-radius: 12px; border: 0; box-shadow: inset 0 0 0 1px var(--line); background: var(--bg); padding: 0 14px; font-size: 15px; outline: none;
  transition: box-shadow .2s;
}
.form textarea { height: 90px; padding: 12px 14px; resize: vertical; }
.form input:focus, .form select:focus, .form textarea:focus { box-shadow: inset 0 0 0 2px var(--green); }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form small { color: var(--muted); font-size: 12px; }
.ok { text-align: center; padding: 20px 0; }
.ok .ic { width: 64px; height: 64px; border-radius: 50%; background: var(--green-soft); color: var(--green); display: grid; place-items: center; margin: 0 auto 14px; }
.map-frame { width: 100%; height: 480px; border: 0; display: block; }
.map-head { padding: 20px 64px 16px 24px; }
.map-head h3 { font-size: 20px; }
.map-head p { margin: 4px 0 0; color: var(--muted); font-size: 14px; }
.phone-big { font: 500 26px var(--serif); color: var(--green); display: block; margin: 8px 0 14px; }

.city-list { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-top: 12px; }
.city-list button { text-align: left; padding: 10px 12px; border-radius: 10px; display: flex; justify-content: space-between; gap: 8px; font-weight: 500; }
.city-list button:hover { background: var(--surface-2); }
.city-list button.is-on { background: var(--green-soft); color: var(--green); font-weight: 500; }
.city-list em { font-style: normal; color: var(--muted); font-size: 13px; }

/* мобильный drawer фильтров */
.drawer { position: fixed; inset: 0; z-index: 90; display: none; }
.drawer.is-open { display: block; }
.drawer__panel {
  position: absolute; right: 0; top: 0; bottom: 0; width: min(440px, 100%); background: var(--surface);
  display: flex; flex-direction: column; animation: slide .25s ease-out;
}
@keyframes slide { from { transform: translateX(100%); } }
.drawer__head { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.drawer__head h3 { font-size: 20px; }
.drawer__body { flex: 1; overflow: auto; padding: 8px 20px 20px; }
.drawer__body h4 { margin: 18px 0 8px; font-size: 15px; }
.drawer__body .f-opts { max-height: none; }
.drawer__body .grid4 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.drawer__foot { padding: 14px 20px; border-top: 1px solid var(--line); display: flex; gap: 10px; }
.drawer__foot .btn { flex: 1; }

/* ---------- сторис-плеер ---------- */
.sv { position: fixed; inset: 0; z-index: 200; background: #0d100f; display: none; align-items: center; justify-content: center; }
.sv.is-open { display: flex; animation: fade .2s; }
.sv__frame { position: relative; height: min(100vh, 860px); aspect-ratio: 9/16; max-width: 100vw; border-radius: 18px; overflow: hidden; background: #222; user-select: none; }
.sv__slide { position: absolute; inset: 0; background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: flex-end; padding: 60px 26px 34px; color: #fff; }
.sv__slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.35) 0, rgba(0,0,0,0) 22%, rgba(0,0,0,0) 40%, rgba(0,0,0,.72) 100%); }
.sv__slide.plain::before { display: none; }
.sv__slide > * { position: relative; }
.sv__slide .k { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; opacity: .85; }
.sv__slide h2 { font-size: 30px; line-height: 1.12; margin: 8px 0 12px; }
.sv__slide p { margin: 0 0 10px; font-size: 15.5px; line-height: 1.45; opacity: .95; }
.sv__slide .big { font: 500 50px/1 var(--serif); margin: 6px 0; }
.sv__slide ul { margin: 6px 0 12px; padding-left: 18px; display: grid; gap: 6px; font-size: 15px; }
.sv__slide .cta { margin-top: 10px; align-self: flex-start; background: #fff; color: var(--text); }
.sv__slide .cta:hover { background: var(--gold-soft); }
.sv__slide.plain { justify-content: center; color: var(--text); }
.sv__slide.plain .k { color: var(--gold); }
.sv__slide.plain .cta { background: var(--green); color: #fff; }
.sv__slide.plain .cta:hover { background: var(--green-2); }
.sv__bars { position: absolute; top: 12px; left: 12px; right: 12px; display: flex; gap: 4px; z-index: 3; }
.sv__bars span { flex: 1; height: 3px; border-radius: 2px; background: rgba(255,255,255,.35); overflow: hidden; }
.sv__bars span i { display: block; height: 100%; width: 0; background: #fff; }
.sv__top { position: absolute; top: 24px; left: 14px; right: 14px; z-index: 3; display: flex; align-items: center; gap: 10px; color: #fff; font-size: 14px; font-weight: 500; }
.sv__top img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 2px rgba(255,255,255,.6); }
.sv__top button { margin-left: auto; width: 36px; height: 36px; color: currentColor; font-size: 28px; line-height: 1; }
.sv__tap { position: absolute; top: 70px; bottom: 90px; z-index: 2; width: 35%; }
.sv__tap--l { left: 0; } .sv__tap--r { right: 0; width: 65%; }
.sv__nav { position: absolute; top: 50%; z-index: 4; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; font-size: 24px; display: grid; place-items: center; transform: translateY(-50%); }
.sv__nav:hover { background: rgba(255,255,255,.26); }
.sv__nav--l { left: calc(50% - (min(100vh, 860px) * 9 / 32) - 70px); }
.sv__nav--r { right: calc(50% - (min(100vh, 860px) * 9 / 32) - 70px); }

/* ---------- страница площадки ---------- */
.gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 220px 220px; gap: 8px; border-radius: 22px; overflow: hidden; position: relative; }
.gallery a { position: relative; overflow: hidden; background: var(--surface-2); }
.gallery a:first-child { grid-row: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery a:hover img { transform: scale(1.03); }
.gallery--1 { grid-template-columns: 1fr; grid-template-rows: 440px; }
.gallery--1 a:first-child { grid-row: auto; }
.gallery--2 { grid-template-columns: 1fr 1fr; grid-template-rows: 440px; }
.gallery--2 a:first-child { grid-row: auto; }
.gallery--3 { grid-template-columns: 2fr 1fr; }
.gallery--4 { grid-template-columns: 2fr 1fr 1fr; }
.gallery--4 a:nth-child(4) { grid-column: span 2; }
.gallery__all { position: absolute; right: 16px; bottom: 16px; z-index: 2; }
.v-layout { display: grid; grid-template-columns: 1fr 360px; gap: 32px; margin-top: 28px; align-items: start; }
.v-title h1 { font-size: clamp(28px, 3.6vw, 42px); line-height: 1.1; }
.v-title .vcard__meta { margin-top: 10px; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 22px 0 8px; }
.fact { background: var(--surface); border-radius: 16px; padding: 14px 16px; box-shadow: var(--shadow); }
.fact span { display: block; font-size: 12px; color: var(--muted); }
.fact b { font-size: 18px; }
.tabs { display: flex; gap: 4px; background: var(--bg); padding: 12px 0; margin-top: 12px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.tabs a { padding: 8px 14px; border-radius: 999px; font-size: 14px; font-weight: 500; color: var(--muted); white-space: nowrap; }
.tabs a:hover, .tabs a.is-on { background: var(--surface); color: var(--text); box-shadow: inset 0 0 0 1px var(--line); }
.v-sec { padding: 30px 0 6px; scroll-margin-top: calc(var(--hh, 72px) + 16px); }
.v-sec h2 { font-size: 26px; margin-bottom: 16px; }
.rooms { display: grid; gap: 16px; }
.room { display: grid; grid-template-columns: 300px 1fr; gap: 20px; background: var(--surface); border-radius: 20px; padding: 14px; box-shadow: var(--shadow); }
.room__img { border-radius: 14px; overflow: hidden; aspect-ratio: 310/200; background: var(--surface-2); }
.room__img img { width: 100%; height: 100%; object-fit: cover; }
.room h3 { font-family: var(--sans); font-size: 18px; font-weight: 500; margin: 6px 0 10px; }
.room dl { display: grid; grid-template-columns: auto 1fr; gap: 6px 16px; margin: 0; font-size: 14px; }
.room dt { color: var(--muted); }
.room dd { margin: 0; font-weight: 500; }
.about { background: var(--surface); border-radius: 20px; padding: 24px 26px; box-shadow: var(--shadow); white-space: pre-line; color: #3b4440; }
.about.clamp { max-height: 260px; overflow: hidden; position: relative; }
.about.clamp::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 80px; background: linear-gradient(transparent, var(--surface)); }
.feat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px; }
.feat { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); font-size: 14px; font-weight: 500; }
.feat i { width: 36px; height: 36px; border-radius: 10px; background: var(--gold-soft); color: #8a6a2d; display: grid; place-items: center; font-style: normal; flex: none; }
.gift-box b .i { margin: -2px 4px 0 0; }
.heart-btn .i { margin-right: 2px; }
.feat.no { opacity: .55; }
.marks { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px 24px; margin-bottom: 18px; }
.mark { font-size: 13px; }
.mark div { display: flex; justify-content: space-between; margin-bottom: 4px; }
.mark .bar { height: 6px; border-radius: 3px; background: var(--surface-2); overflow: hidden; }
.mark .bar i { display: block; height: 100%; background: var(--green); border-radius: 3px; }
.review { background: var(--surface); border-radius: 18px; padding: 18px 20px; box-shadow: var(--shadow); margin-bottom: 12px; }
.review__h { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.review__ava { width: 40px; height: 40px; border-radius: 50%; background: var(--gold-soft); color: var(--gold); display: grid; place-items: center; font-weight: 500; }
.review__h b { display: block; }
.review__h small { color: var(--muted); }
.review p { margin: 0; color: #3b4440; font-size: 14.5px; white-space: pre-line; }
.v-aside { position: sticky; top: calc(var(--hh, 72px) + 20px); display: grid; gap: 14px; }
.book { background: var(--surface); border-radius: 22px; padding: 22px; box-shadow: var(--shadow); }
.book__price { font: 500 28px/1 var(--serif); color: var(--green); }
.book__price small { font: 500 14px var(--sans); color: var(--muted); }
.book__rows { display: grid; gap: 6px; margin: 14px 0 16px; font-size: 14px; }
.book__rows div { display: flex; justify-content: space-between; gap: 10px; }
.book__rows span { color: var(--muted); }
.book .btn { margin-top: 8px; }
.book__note { font-size: 12px; color: var(--muted); text-align: center; margin-top: 10px; }
.gift-box { background: var(--rose-soft); border-radius: 18px; padding: 16px 18px; font-size: 14px; }
.gift-box b { display: block; color: #b04a5c; margin-bottom: 4px; }
.map-inline { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); }
.map-inline iframe { width: 100%; height: 380px; border: 0; display: block; }
.similar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mini { background: var(--surface); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); transition: transform .2s; }
.mini:hover { transform: translateY(-3px); }
.mini img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.mini div { padding: 12px 14px 14px; }
.mini b { display: block; font: 500 16px/1.25 var(--serif); margin-bottom: 2px; }
.mini span { font-size: 13px; color: var(--muted); }
.mob-cta { display: none; }

.toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%) translateY(120px); background: var(--text); color: #fff; padding: 12px 18px; border-radius: 12px; font-size: 14px; z-index: 300; transition: transform .3s, visibility .3s; visibility: hidden; }
.toast.is-on { transform: translateX(-50%); visibility: visible; }

/* ---------- адаптив ---------- */
@media (max-width: 1080px) {
  .nav2 { display: none; }
  .burger--menu { display: flex; }
  .header__in { gap: 12px; }
  .hbtn__t { display: none; }
  .hbtn { width: 40px; padding: 0; justify-content: center; }
  .f-item.hide-md { display: none; }
  .v-layout { grid-template-columns: 1fr; }
  .v-aside { position: static; }
  .similar { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .container { padding: 0 16px; }
  .logo img { height: 38px; }
  .logo__t b { font-size: 18px; }
  .logo__t small { font-size: 9px; }
  .header__in { height: 60px; gap: 8px; }
  .hsearch { display: none; }
  .burger--search { display: grid; }
  .header__acts { gap: 6px; }
  .header .city-btn { display: none; }
  .header__in { position: relative; }
  .header__in > .logo { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
  .header__in > .burger--search { margin-left: -2px; }
  .acc__n { display: none; } .acc, .acc--in { padding: 0; width: 40px; justify-content: center; } .acc__ava { width: 34px; height: 34px; }
  body.search-open .hsearch { display: flex; position: fixed; top: 8px; left: 12px; right: 12px; max-width: none; z-index: 80; box-shadow: 0 10px 40px rgba(0,0,0,.2); }
  body.search-open .hsearch__drop { min-width: 0; }
  .city-btn { padding: 7px 10px; font-size: 13px; max-width: 112px; white-space: nowrap; flex: 0 1 auto; min-width: 0; }
  .city-btn span { overflow: hidden; text-overflow: ellipsis; }
  .logo__t small { display: none; }
  .logo { gap: 7px; }
  .f-item { display: none; }
  .f-sort span { display: none; }
  .f-sort select { height: 42px; font-size: 13px; }
  .page-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .vcard { padding: 16px 16px 14px; border-radius: 18px; }
  .vcard__head { grid-template-columns: 52px 1fr; }
  .vcard__logo { width: 52px; height: 52px; grid-row: span 1; }
  .vcard__name { font-size: 22px; }
  .vcard__side { grid-column: 1 / -1; grid-row: auto; flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-top: 8px; }
  .vcard__side .heart { position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; }
  .vcard__head > div:nth-child(2) { padding-right: 40px; }
  .badges { justify-content: flex-start; }
  .halls { margin: 14px -16px 0; }
  .halls__track { padding: 2px 16px 6px; scroll-padding: 16px; }
  .hall { width: 236px; }
  .arrow { display: none; }
  .vcard__foot { flex-direction: column; align-items: stretch; }
  .vcard__btns .btn { flex: 1; }
  .promo { grid-template-columns: 1fr; }
  .promo__img { height: 180px; order: -1; }
  .promo__txt { padding: 24px 22px; }
  .seo { grid-template-columns: 1fr; gap: 20px; }
  .footer__grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 110px; margin: 0 -16px; border-radius: 0; }
  .gallery a:first-child { grid-column: span 2; grid-row: auto; }
  .gallery a:nth-child(n+4) { display: none; }
  .gallery--1, .gallery--2 { grid-template-columns: 1fr; grid-template-rows: 250px; }
  .gallery--2 a:nth-child(2) { display: none; }
  .gallery--1 a:first-child, .gallery--2 a:first-child { grid-column: auto; }
  .facts { grid-template-columns: 1fr 1fr; }
  .room { grid-template-columns: 1fr; }
  .similar { grid-template-columns: 1fr 1fr; gap: 10px; }
  .modal { padding: 68px 0 0; align-items: flex-end; }
  .modal__box { border-radius: 22px 22px 0 0; max-height: calc(100dvh - 68px); }
  .modal__close { right: 12px; }
  .modal__box > .m-body { padding: 24px 20px calc(24px + env(safe-area-inset-bottom)); }
  .modal__box--wide > .m-body { padding: 0; }
  .map-frame { height: 60vh; }
  .sv__frame { height: 100%; width: 100%; border-radius: 0; aspect-ratio: auto; }
  .sv__nav { display: none; }
  .form .row2 { grid-template-columns: 1fr; }
  .city-list { grid-template-columns: 1fr; }
  .mob-cta { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; gap: 8px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); border-top: 1px solid var(--line); }
  .mob-cta .btn { flex: 1; }
  body.has-mob-cta { padding-bottom: 72px; }
}

/* =========================================================
   Главная — бесплатный подбор (стиль 1portal)
   ========================================================= */
.btn--outline { background: transparent; color: var(--text); box-shadow: inset 0 0 0 1px var(--text); border-radius: 999px; height: 52px; padding: 0 34px; text-transform: uppercase; letter-spacing: .06em; font-size: 13px; }
.btn--outline:hover { background: var(--green); color: #fff; box-shadow: inset 0 0 0 1px var(--green); }

.hero { position: relative; margin-top: 24px; height: 460px; border-radius: 28px; background: #f3efe8 url(../img/hero.webp) center right / cover no-repeat; display: flex; align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,247,241,.82) 0, rgba(251,247,241,.5) 38%, rgba(251,247,241,0) 62%); }
.hero__txt { position: relative; padding-left: 7%; }
.hero__script { display: block; font: italic 300 clamp(48px, 6vw, 84px)/1 var(--sans); letter-spacing: -.01em; color: #C98A74; margin-left: -6px; }
.hero h1 { font: 300 clamp(34px, 4.2vw, 56px)/1.08 var(--serif); text-transform: uppercase; letter-spacing: .1em; color: #5a4a3f; margin: 8px 0 0 12%; }

.intro { max-width: 760px; margin: 0 auto; padding: 34px 0 10px; text-align: center; }
.intro p { margin: 0 0 26px; color: #4d5550; font-size: 15px; line-height: 1.6; }
.stat-line { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; margin-top: 22px; font-size: 14px; font-weight: 500; color: var(--text); }
.stat-line .i { color: var(--gold); }
.stat-line span { color: var(--line); margin: 0 6px; }

.hfaq { margin: 26px 0 0; border-top: 1px solid #cdbfb3; }
.hfaq details { border-bottom: 1px solid #cdbfb3; }
.hfaq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 22px 4px; font-weight: 500; font-size: 14px; color: #5a4a3f; }
.hfaq summary::-webkit-details-marker { display: none; }
.hfaq summary::after { content: ""; border: 7px solid transparent; border-top: 9px solid #5a4a3f; transform: translateY(4px); transition: transform .2s; }
.hfaq details[open] summary::after { transform: translateY(-4px) rotate(180deg); }
.hfaq p { margin: -6px 4px 22px; color: #4d5550; max-width: 900px; }

.hcity { text-align: center; padding: 40px 0 26px; }
.hcity h2 { font: 400 24px/1.3 var(--serif); color: #5a4a3f; }
.hcity h2 span { color: #b9aa9c; margin: 0 6px; }
.hcity__name { font: inherit; color: inherit; border-bottom: 1px dashed currentColor; line-height: 1.1; }
.hcity__name:hover { color: var(--green); }
.htags { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 10px; max-width: 900px; margin: 18px auto 0; }
.htag { font-size: 13px; color: #6b5d52; padding: 7px 16px; border-radius: 999px; box-shadow: inset 0 0 0 1px #d9ccc1; background: var(--surface); transition: all .2s; }
.htag:hover { color: #fff; background: var(--green); box-shadow: none; }

.cgrid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-flow: dense; gap: 20px; padding-top: 10px; }
.ctile { display: flex; flex-direction: column; border: 1px solid #e3d8cc; border-radius: 22px; background: var(--surface); padding: 10px 10px 14px; text-align: left; transition: box-shadow .25s, transform .25s; }
.ctile:hover { box-shadow: 0 14px 34px rgba(90,74,63,.12); transform: translateY(-2px); }
.ctile__img { display: block; aspect-ratio: 3/2; overflow: hidden; border-radius: 14px; background: var(--surface-2); }
.ctile__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.ctile:hover .ctile__img img { transform: scale(1.04); }
.ctile__t { margin: 12px 4px 0; font-weight: 500; font-size: 15px; line-height: 1.3; color: var(--text); }
.ctile__m { margin: 4px 4px 0; font-size: 12.5px; color: var(--muted); }
.ctile--big { grid-column: span 2; grid-row: span 2; }
.ctile--big .ctile__img { aspect-ratio: auto; flex: 1; min-height: 300px; }
.ctile--big .ctile__t { font-size: 18px; }
.ctile--r { grid-column: 2 / span 2; }
.ctile--cat { grid-row: span 2; }
.ctile__cat { flex: 1; border-radius: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 14px; background: linear-gradient(135deg, #f6e9df, #fbf3ec 45%, #efe2d6); }
.ctile__cat span { font: 300 26px/1.25 var(--serif); letter-spacing: .12em; text-transform: uppercase; color: #6b5448; }
.ctile__cat small { font-size: 13px; color: #8a776a; }
.ctile--cta { cursor: pointer; font: inherit; color: #fff; padding-bottom: 10px; }
.ctile__cta { position: relative; flex: 1; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; min-height: 300px; padding: 26px 24px 24px; border-radius: 14px; overflow: hidden; background: #16261f url(../img/cta.webp) 60% 85% / cover no-repeat; isolation: isolate; }
.ctile__cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(170deg, rgba(14, 28, 22, .92) 0%, rgba(14, 28, 22, .72) 45%, rgba(14, 28, 22, .15) 80%, rgba(14, 28, 22, .35) 100%); }
.ctile__cta::after { content: ""; position: absolute; inset: 8px; z-index: -1; border: 1px solid rgba(233, 207, 151, .35); border-radius: 10px; pointer-events: none; }
.cta__k { display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: #E9CF97; }
.cta__t { font-size: 24px; font-weight: 500; line-height: 1.15; letter-spacing: -.01em; max-width: 280px; }
.cta__s { font-size: 13.5px; line-height: 1.5; color: rgba(255, 255, 255, .8); max-width: 300px; }
.cta__pts { display: flex; flex-wrap: wrap; gap: 6px; }
.cta__pts i { display: inline-flex; align-items: center; gap: 5px; font-style: normal; font-size: 12px; font-weight: 500; padding: 5px 10px; border-radius: 999px; background: rgba(255, 255, 255, .12); color: #fff; backdrop-filter: blur(4px); }
.cta__pts .i { color: #E9CF97; }
.cta__btn { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; height: 46px; padding: 0 22px; border-radius: 999px; background: var(--gold); color: #fff; font-weight: 500; font-size: 14px; box-shadow: 0 10px 24px rgba(0, 0, 0, .25); transition: background .2s, gap .2s; }
.ctile--cta:hover .cta__btn { background: #c9a35a; gap: 12px; }
.ctile--cta:hover { box-shadow: 0 18px 40px rgba(20, 38, 31, .25); }

.hsec { padding-top: 64px; }
.htitle { text-align: center; font: 300 24px/1.2 var(--serif); letter-spacing: .14em; text-transform: uppercase; color: #3a3230; margin-bottom: 10px; }
.hsub { text-align: center; color: var(--muted); margin: 0 0 26px; font-size: 14px; }
.hsec .similar { margin-top: 24px; }
.mini__r { display: flex !important; align-items: center; gap: 4px; margin-top: 4px; color: #8a6a2d !important; font-weight: 500; }

.hrevs { display: grid; gap: 34px; max-width: 1000px; margin: 0 auto; }
.hrev h3 { text-align: center; font: 400 19px var(--serif); letter-spacing: 0; color: #3a3230; margin-bottom: 10px; }
.hrev__box { position: relative; background: var(--surface); border-radius: 20px; box-shadow: 0 10px 24px rgba(90,74,63,.1); padding: 22px 26px 18px; }
.hrev__box::before { content: ""; position: absolute; left: 10px; top: -10px; width: 36%; height: 60px; border-left: 1px solid #cdbfb3; border-top: 1px solid #cdbfb3; border-top-left-radius: 26px; }
.hrev__box::after { content: ""; position: absolute; right: 10px; bottom: -10px; width: 36%; height: 60px; border-right: 1px solid #cdbfb3; border-bottom: 1px solid #cdbfb3; border-bottom-right-radius: 26px; }
.hrev p { margin: 0; font-size: 14px; line-height: 1.6; color: #3b4440; white-space: pre-line; }
.hrev__f { display: flex; justify-content: space-between; gap: 12px; margin-top: 12px; font-size: 12.5px; color: var(--muted); flex-wrap: wrap; }
.hrev__f a { display: inline-flex; align-items: center; gap: 6px; color: var(--green); font-weight: 500; }
.hrev__f a:hover { text-decoration: underline; }
.hbtns { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-top: 40px; }
.hbtns .btn { min-width: 260px; }

.hseo { max-width: 900px; padding: 70px 0 0; }
.hseo h2 { font: 500 16px var(--sans); color: #6b5448; margin-bottom: 16px; }
.hseo h3 { font: 500 15px var(--sans); margin: 20px 0 8px; }
.hseo p, .hseo li { font-size: 14px; color: #4d5550; }
.hseo__more { display: none; }
.hseo.is-open .hseo__more { display: block; }
.hseo__btn { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; color: #8a776a; font-size: 14px; }
.hseo__btn .i { transform: rotate(90deg); }
.hseo.is-open .hseo__btn .i { transform: rotate(-90deg); }

/* «присоединяйтесь» (по мотивам wedwed.ru) */
.join { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 28px; margin-top: 80px; padding: 44px 0 44px 44px; background: linear-gradient(135deg, #f6ebe2, #fbf5ef 55%, #efe4d8); border-radius: 32px; overflow: hidden; }
.join__t { font-size: clamp(26px, 2.6vw, 36px); line-height: 1.15; color: #3a3230; }
.join__p { max-width: 560px; margin: 14px 0 26px; color: #5f5650; font-size: 15px; }
.join__lines { display: grid; gap: 12px; margin-right: -28px; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 90%, transparent); }
.jline { overflow: hidden; }
.jline__track { display: flex; gap: 12px; width: max-content; animation: marquee 70s linear infinite; }
.jline:nth-child(2) .jline__track { animation-direction: reverse; animation-duration: 80s; }
.jline:hover .jline__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(calc(-50% - 6px)); } }
.jline__i { display: inline-flex; align-items: center; gap: 10px; padding: 6px 18px 6px 6px; background: var(--surface); border-radius: 999px; box-shadow: 0 4px 14px rgba(90,74,63,.08); font-size: 13.5px; font-weight: 500; white-space: nowrap; transition: box-shadow .2s; }
.jline__i:hover { box-shadow: inset 0 0 0 1.5px var(--gold), 0 4px 14px rgba(90,74,63,.08); }
.jline__i img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.join__r { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; gap: 12px; margin-right: 44px; padding: 34px 28px; background: var(--surface); border-radius: 26px; box-shadow: 0 14px 40px rgba(90,74,63,.12); }
.join__date { font-size: 14px; color: var(--muted); }
.odo { display: flex; justify-content: center; font-weight: 500; font-size: 54px; line-height: 1; color: var(--green); letter-spacing: -.02em; }
.odo__d { display: inline-block; height: 1em; overflow: hidden; }
.odo__r { display: flex; flex-direction: column; transition: transform 2.2s cubic-bezier(.2,.8,.2,1); }
.odo__r i { font-style: normal; height: 1em; }
.odo__s { width: .28em; }
.join__cap { font-size: 14.5px; color: #4d5550; max-width: 280px; }
.join__btn { height: 52px; min-width: 240px; margin-top: 8px; font-size: 15px; }
@media (prefers-reduced-motion: reduce) { .jline__track { animation: none; } .odo__r { transition: none; } }
@media (max-width: 1080px) {
  .join { grid-template-columns: 1fr; padding: 32px 0; }
  .join__l { padding: 0 32px; }
  .join__lines { margin: 0 -32px; }
  .join__r { margin: 0 32px; }
}
@media (max-width: 760px) {
  .join { margin-top: 56px; border-radius: 24px; padding: 26px 0; }
  .join__l { padding: 0 20px; }
  .join__lines { margin: 0 -20px; }
  .join__r { margin: 0 16px; padding: 26px 18px; }
  .odo { font-size: 44px; }
  .join__btn { width: 100%; min-width: 0; }
}

/* квиз */
.qz__bar { height: 4px; background: var(--surface-2); border-radius: 2px; overflow: hidden; margin: 4px 0 16px; }
.qz__bar i { display: block; height: 100%; background: var(--gold); transition: width .3s; }
.qz__k { font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.qz__body { margin: 6px 0 18px; }
.qchips { display: flex; flex-wrap: wrap; gap: 8px; }
.qchip { display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 16px; border-radius: 12px; box-shadow: inset 0 0 0 1px var(--line); background: var(--bg); font-weight: 500; font-size: 14px; }
.qchip .i { color: var(--gold); }
.qchip:hover { box-shadow: inset 0 0 0 1.5px var(--gold); }
.qchip.is-on { background: var(--green); color: #fff; box-shadow: none; }
.qchip.is-on .i { color: #fff; }
.qz-date { display: grid; gap: 10px; }
.qz-date input { height: 50px; border: 0; border-radius: 12px; box-shadow: inset 0 0 0 1px var(--line); background: var(--bg); padding: 0 14px; font-size: 15px; }
.qtypes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.qtype { position: relative; text-align: left; font-size: 12px; font-weight: 500; line-height: 1.2; }
.qtype img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 10px; margin-bottom: 5px; transition: box-shadow .15s; }
.qtype i { position: absolute; top: 6px; right: 6px; width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,.9); display: grid; place-items: center; color: transparent; }
.qtype.is-on img { box-shadow: 0 0 0 2.5px var(--green); }
.qtype.is-on i { background: var(--green); color: #fff; }
.qz__match { display: flex; align-items: center; gap: 8px; padding: 12px 14px; border-radius: 12px; background: var(--green-soft); color: var(--green); font-size: 14px; }
.qz__nav { display: flex; justify-content: space-between; gap: 10px; margin-top: 16px; }
.qz__nav .btn { min-width: 130px; }
.modal__box:has(.qz) { max-width: 600px; }

@media (max-width: 1080px) {
  .cgrid { grid-template-columns: repeat(2, 1fr); }
  .ctile--r { grid-column: span 2; }
  .ctile--cat { grid-row: auto; min-height: 220px; }
}
@media (max-width: 760px) {
  .hero { height: 300px; margin: 12px 0 0; border-radius: 22px; background-position: 70% center; }
  .hero::before { background: linear-gradient(90deg, rgba(251,247,241,.9) 0, rgba(251,247,241,.55) 60%, rgba(251,247,241,.1) 100%); }
  .hero__txt { padding-left: 22px; }
  .hero .hero__script { font-size: clamp(36px, 11vw, 48px); }
  .hero h1 { margin-left: 18px; letter-spacing: .08em; font-size: clamp(26px, 8vw, 34px); }
  .ctile__cta::before { background: linear-gradient(170deg, rgba(14, 28, 22, .94) 0%, rgba(14, 28, 22, .82) 55%, rgba(14, 28, 22, .35) 100%); }
  .btn--outline { width: 100%; }
  .hcity h2 { font-size: 24px; }
  .cgrid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .ctile { padding: 6px 6px 10px; border-radius: 18px; }
  .ctile__img { border-radius: 12px; }
  .ctile--cta { grid-column: span 2; }
  .ctile__t { font-size: 13px; }
  .ctile__m { font-size: 11.5px; }
  .ctile--big, .ctile--r { grid-column: span 2; grid-row: auto; }
  .ctile--big .ctile__img { min-height: 200px; }
  .ctile--cat { grid-column: span 2; min-height: 160px; }
  .ctile__cat span { font-size: 26px; }
  .htitle { font-size: 22px; }
  .hrev__box { padding: 18px 18px 14px; }
  .qtypes { grid-template-columns: repeat(2, 1fr); }
  .hbtns .btn { width: 100%; }
}

/* ---------- аккаунт в шапке ---------- */
.acc { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 12px 0 4px; border-radius: 999px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); font-size: 13px; font-weight: 500; flex: none; }
.acc:hover { box-shadow: inset 0 0 0 1px var(--green); }
.acc--in { padding: 0 14px 0 12px; }
.acc__ava { width: 32px; height: 32px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-size: 12px; font-weight: 500; }
.acc__n { max-width: 110px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ---------- вход / регистрация ---------- */
.auth h3 { margin-top: 18px; }
.auth__tabs { display: grid; grid-template-columns: 1fr 1fr; background: var(--surface-2); border-radius: 12px; padding: 4px; }
.auth__tabs button { height: 38px; border-radius: 9px; font-size: 14px; font-weight: 500; color: var(--muted); }
.auth__tabs button.is-on { background: var(--surface); color: var(--text); box-shadow: var(--shadow); }
.f-err { background: var(--rose-soft); color: #a33a4c; border-radius: 10px; padding: 10px 12px; font-size: 13px; font-weight: 500; }
.form input.is-err, .form textarea.is-err { box-shadow: inset 0 0 0 2px var(--rose); }

/* ---------- звёзды и отзывы ---------- */
.stars { display: inline-flex; gap: 1px; vertical-align: -2px; }
.stars svg { fill: #E4DCCF; }
.stars svg.on { fill: var(--gold); }
.rate-in { display: flex; align-items: center; gap: 4px; }
.rate-in button svg { fill: #E4DCCF; transition: transform .15s; }
.rate-in button svg.on { fill: var(--gold); }
.rate-in button:hover svg { transform: scale(1.1); }
.rate-in em { font-style: normal; font-weight: 500; color: var(--muted); margin-left: 8px; }
.rev-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; }
.rev-sub { font-size: 17px; margin: 22px 0 12px; }
.rev-sum { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; background: var(--surface); border-radius: 18px; padding: 14px 20px; box-shadow: var(--shadow); margin-bottom: 12px; }
.rev-sum b { font-size: 30px; line-height: 1; color: var(--green); }
.rev-sum span { color: var(--muted); font-size: 14px; }
.rev-empty { display: flex; align-items: center; gap: 14px; background: var(--gold-soft); border-radius: 18px; padding: 16px 20px; margin-bottom: 12px; color: #6b5a3a; }
.rev-empty b { display: block; color: var(--text); }
.rev-empty p { margin: 2px 0 0; font-size: 14px; }
.review--site { box-shadow: inset 3px 0 0 var(--gold), var(--shadow); }
.review__h > div { flex: 1; min-width: 0; }
.review__vimg { width: 48px; height: 48px; border-radius: 12px; object-fit: cover; }
.review__own { display: flex; gap: 4px; margin-left: auto; }
.review__own button { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: var(--muted); }
.review__own button:hover { background: var(--surface-2); color: var(--text); }

/* ---------- личный кабинет ---------- */
.acc-head { display: flex; align-items: center; gap: 18px; background: var(--surface); border-radius: 22px; padding: 22px 26px; box-shadow: var(--shadow); margin: 8px 0 18px; }
.acc-head__ava { width: 64px; height: 64px; flex: none; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-size: 22px; font-weight: 500; }
.acc-head h1 { font-size: 26px; }
.acc-head p { margin: 4px 0 0; color: var(--muted); font-size: 14px; }
.acc-head .btn { margin-left: auto; gap: 6px; }
.acc-tabs { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; margin-bottom: 18px; }
.acc-tabs a { display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 18px; border-radius: 999px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); font-size: 14px; font-weight: 500; white-space: nowrap; color: var(--muted); }
.acc-tabs a.is-on { background: var(--green); color: #fff; box-shadow: none; }
.acc-guest__ic { width: 72px; height: 72px; border-radius: 50%; background: var(--green-soft); color: var(--green); display: grid; place-items: center; margin: 0 auto 14px; }
.acc-set { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; align-items: start; }
.acc-set .form { background: var(--surface); border-radius: 22px; padding: 24px; box-shadow: var(--shadow); }
.acc-set .form input:disabled { opacity: .6; }
.leads { display: grid; gap: 12px; }
.lead { display: flex; gap: 14px; align-items: flex-start; background: var(--surface); border-radius: 18px; padding: 16px 20px; box-shadow: var(--shadow); }
.lead__ic { width: 44px; height: 44px; flex: none; border-radius: 12px; background: var(--gold-soft); color: var(--gold); display: grid; place-items: center; }
.lead > div:nth-child(2) { flex: 1; min-width: 0; }
.lead b { display: block; }
.lead span { color: var(--muted); font-size: 13px; }
.lead p { margin: 6px 0 0; font-size: 14px; }
.lead em { font-style: normal; font-size: 12px; font-weight: 500; color: var(--green); background: var(--green-soft); border-radius: 999px; padding: 4px 10px; white-space: nowrap; }
@media (max-width: 640px) {
  .acc-head { flex-wrap: wrap; padding: 18px; }
  .acc-head__ava { width: 52px; height: 52px; font-size: 18px; }
  .acc-head .btn { margin-left: 0; width: 100%; justify-content: center; }
  .lead { flex-wrap: wrap; }
}

/* =========================================================
   Аккаунт, вход, отзывы
   ========================================================= */
.acc { flex: none; display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 14px 0 5px; border-radius: 999px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); font-size: 14px; font-weight: 500; transition: box-shadow .2s; }
.acc:hover { box-shadow: inset 0 0 0 1.5px var(--green); }
.acc--in { padding: 0 16px 0 12px; }
.acc__ava { width: 34px; height: 34px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-size: 13px; font-weight: 500; }
.f-err { background: var(--rose-soft); color: #a8434f; font-size: 13px; font-weight: 500; padding: 8px 12px; border-radius: 10px; }
.auth__tabs { display: inline-flex; background: var(--surface-2); border-radius: 12px; padding: 4px; margin-bottom: 16px; }
.auth__tabs button { height: 36px; padding: 0 18px; border-radius: 9px; font-size: 14px; font-weight: 500; color: var(--muted); }
.auth__tabs button.is-on { background: var(--surface); color: var(--text); box-shadow: 0 1px 4px rgba(0,0,0,.08); }
.form button[disabled] { opacity: .6; pointer-events: none; }

.stars { display: inline-flex; gap: 2px; vertical-align: -2px; }
.stars svg { fill: #E4DCCF; }
.stars svg.on { fill: #E0A93B; }
.rate-in { display: flex; align-items: center; gap: 4px; }
.rate-in button { padding: 2px; border-radius: 8px; line-height: 0; }
.rate-in button svg { fill: #E4DCCF; transition: fill .12s, transform .12s; }
.rate-in button svg.on { fill: #E0A93B; }
.rate-in button:hover svg { transform: scale(1.1); }
.rate-in em { font-style: normal; font-size: 14px; font-weight: 500; color: var(--muted); margin-left: 8px; }

.rev-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.rev-head h2 { margin: 0 !important; }
.rev-sub { font-size: 16px; margin: 28px 0 14px; color: var(--muted); font-weight: 500; }
.rev-sum { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; font-size: 14px; color: var(--muted); }
.rev-sum b { font-size: 28px; color: var(--text); }
.rev-empty { display: flex; gap: 14px; align-items: center; padding: 18px 20px; border-radius: 18px; border: 1.5px dashed var(--line); color: var(--muted); margin-bottom: 8px; }
.rev-empty > .i { color: var(--gold); flex: none; }
.rev-empty b { display: block; color: var(--text); font-size: 14.5px; }
.rev-empty span { font-size: 13.5px; }
.review--site { box-shadow: inset 3px 0 0 var(--gold), var(--shadow); }
.review__h small { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.review__own { margin-left: auto; display: flex; gap: 4px; }
.review__own button { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: var(--muted); }
.review__own button:hover { background: var(--surface-2); color: var(--text); }
.review__vimg { width: 44px; height: 44px; border-radius: 10px; object-fit: cover; }
.review__h a:hover { color: var(--green); }

/* личный кабинет */
.acc-head { display: flex; align-items: center; gap: 18px; padding: 30px 0 20px; flex-wrap: wrap; }
.acc-head__ava { width: 72px; height: 72px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-size: 26px; font-weight: 500; }
.acc-head h1 { font-size: 28px; }
.acc-head p { margin: 4px 0 0; color: var(--muted); font-size: 14px; }
.acc-head .btn { margin-left: auto; }
.acc-tabs { display: flex; gap: 6px; border-bottom: 1px solid var(--line); margin-bottom: 22px; overflow-x: auto; }
.acc-tabs a { display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px; font-size: 14px; font-weight: 500; color: var(--muted); border-bottom: 2px solid transparent; margin-bottom: -1px; white-space: nowrap; }
.acc-tabs a.is-on { color: var(--green); border-color: var(--green); }
.acc-guest { margin: 40px auto; max-width: 560px; }
.acc-guest__ic { width: 76px; height: 76px; border-radius: 50%; background: var(--gold-soft); color: #8a6a2d; display: grid; place-items: center; margin: 0 auto 14px; }
.acc-set { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.acc-set h3 { font-size: 18px; margin-bottom: 4px; }
.acc-set input[disabled] { opacity: .6; }
.leads { display: grid; gap: 12px; }
.lead { display: flex; gap: 14px; align-items: flex-start; background: var(--surface); border-radius: 18px; padding: 16px 18px; box-shadow: var(--shadow); }
.lead__ic { width: 42px; height: 42px; border-radius: 12px; background: var(--gold-soft); color: #8a6a2d; display: grid; place-items: center; flex: none; }
.lead b { display: block; font-size: 15px; }
.lead span { font-size: 13px; color: var(--muted); }
.lead p { margin: 6px 0 0; font-size: 14px; }
.lead em { margin-left: auto; font-style: normal; font-size: 12px; font-weight: 500; color: var(--green); background: var(--green-soft); padding: 4px 10px; border-radius: 999px; white-space: nowrap; }

@media (max-width: 1080px) { .acc__n { display: none; } .acc { padding: 0 5px; } .acc--in { padding: 0 10px; } }
@media (max-width: 760px) {
  .acc { height: 40px; } .acc__ava { width: 30px; height: 30px; font-size: 12px; }
  .acc-set { grid-template-columns: 1fr; }
  .acc-head .btn { margin-left: 0; }
  .lead { flex-wrap: wrap; } .lead em { margin-left: 56px; }
}

/* GLightbox: под стиль сайта */
.glightbox-container .goverlay { background: rgba(12, 18, 15, .94); }
.glightbox-clean .gslide-description { background: transparent; }
.glightbox-clean .gdesc-inner { padding: 12px 0 0; text-align: center; }
.glightbox-clean .gslide-desc { font-family: var(--sans); font-size: 14px; color: rgba(255, 255, 255, .85); }
.glightbox-clean .gslide-image img { border-radius: 12px; }
.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev { background: rgba(255, 255, 255, .12); border-radius: 50%; }
.glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover { background: rgba(255, 255, 255, .24); }

/* ---------- гид «Как выбрать площадку» ---------- */
.guide__hero { padding: 8px 0 28px; }
.guide__hero h1 { font-size: clamp(30px, 4vw, 46px); line-height: 1.1; }
.guide__lead { max-width: 720px; margin: 14px 0 22px; font-size: 17px; line-height: 1.6; color: #4d5550; }
.guide__toc { display: flex; flex-wrap: wrap; gap: 8px; }
.guide__toc a { padding: 8px 16px; border-radius: 999px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); font-size: 13.5px; font-weight: 500; transition: box-shadow .2s, color .2s; }
.guide__toc a:hover { box-shadow: inset 0 0 0 1px var(--green); color: var(--green); }
.gsec { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 22px; padding: 34px 0; border-top: 1px solid var(--line); scroll-margin-top: calc(var(--hh, 72px) + 16px); }
.gsec__n { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-soft); color: var(--gold); font-size: 22px; font-weight: 500; }
.gsec h2 { font-size: clamp(22px, 2.4vw, 30px); margin: 10px 0 12px; }
.gsec p, .glist li { font-size: 15.5px; line-height: 1.65; color: #3f4843; }
.gsec__b > p, .glist { max-width: 860px; }
.gnote { font-size: 13.5px !important; color: var(--muted) !important; }
.gstats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 18px 0 10px; }
.gstat { display: block; padding: 18px; border-radius: 18px; background: var(--surface); box-shadow: var(--shadow); transition: transform .2s; }
.gstat:hover { transform: translateY(-2px); }
.gstat b { display: block; font-size: 24px; font-weight: 500; color: var(--green); line-height: 1.1; }
.gstat span { display: block; margin-top: 8px; font-size: 13px; color: var(--muted); line-height: 1.4; }
.gtypes { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 12px; margin-top: 18px; }
.gtype { display: flex; gap: 14px; align-items: center; padding: 10px; border-radius: 18px; background: var(--surface); box-shadow: var(--shadow); transition: box-shadow .2s; }
.gtype:hover { box-shadow: inset 0 0 0 1.5px var(--gold), var(--shadow); }
.gtype img { width: 96px; height: 76px; border-radius: 12px; object-fit: cover; flex: none; }
.gtype b { display: block; font-weight: 500; }
.gtype small { display: block; margin-top: 3px; font-size: 13px; color: var(--muted); line-height: 1.4; }
.gtype em { display: block; margin-top: 6px; font-style: normal; font-size: 12.5px; font-weight: 500; color: var(--green); }
.gtype.is-empty { opacity: .55; }
.glist { margin: 0; padding-left: 20px; display: grid; gap: 10px; }
.glist b { font-weight: 500; color: var(--text); }
.gcheck { list-style: none; margin: 16px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 10px 20px; }
.gcheck li { position: relative; padding: 12px 14px 12px 44px; border-radius: 14px; background: var(--surface); font-size: 14.5px; line-height: 1.45; }
.gcheck li::before { content: ""; position: absolute; left: 14px; top: 13px; width: 18px; height: 18px; border-radius: 50%; background: var(--green-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232F4A3E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 11px no-repeat; }
.gcards { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; margin-top: 14px; }
.gcard { padding: 20px; border-radius: 18px; background: var(--surface); box-shadow: var(--shadow); }
.gcard b { font-weight: 500; font-size: 16px; }
.gcard p { margin: 8px 0 0; font-size: 14.5px; }
.gcard a { color: var(--green); font-weight: 500; cursor: pointer; }
.gcard a:hover { text-decoration: underline; }
.gsec .faq { margin-top: 8px; max-width: 860px; }
.gcta { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin: 20px 0 10px; padding: 32px 36px; border-radius: 26px; color: #fff; background: #16261f url(../img/cta.webp) 70% 80% / cover no-repeat; position: relative; isolation: isolate; overflow: hidden; }
.gcta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(14,28,22,.92), rgba(14,28,22,.6)); }
.gcta h2 { color: #fff; font-size: 26px; margin: 0 0 8px; }
.gcta p { margin: 0; max-width: 520px; color: rgba(255,255,255,.82); }
.gcta__btns { display: flex; gap: 10px; flex-wrap: wrap; }
.gcta__btns .btn { height: 50px; padding: 0 24px; }
.seo__guide { margin-top: 16px; }
@media (max-width: 760px) {
  .gsec { grid-template-columns: 1fr; gap: 8px; padding: 26px 0; }
  .gsec__n { width: 44px; height: 44px; font-size: 18px; }
  .gstats, .gtypes, .gcheck, .gcards { grid-template-columns: 1fr 1fr; }
  .gtypes, .gcheck, .gcards { grid-template-columns: 1fr; }
  .gtype img { width: 80px; height: 64px; }
  .gcta { padding: 26px 20px; }
  .gcta__btns .btn { width: 100%; }
}

/* SEO-блок с частыми вопросами на странице площадки */
.vseo { max-width: 860px; }
.vseo__intro { font-size: 15px; line-height: 1.65; color: #3f4843; margin: 0 0 16px; }

/* гид: призыв перейти в каталог */
.gcat { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 32px; align-items: center; margin: 24px 0 10px; padding: 34px 36px; border-radius: 28px; background: linear-gradient(135deg, #f6ebe2, #fbf5ef 55%, #efe4d8); }
.gcat h2 { font-size: clamp(24px, 2.6vw, 32px); margin: 0 0 10px; }
.gcat__txt p { margin: 0; max-width: 520px; font-size: 15.5px; line-height: 1.6; color: #4d5550; }
.gcat__btns { margin-top: 22px; }
.gcat__go { height: 52px; padding: 0 28px; font-size: 15px; }
.gcat__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.gcat__tags a { padding: 7px 14px; border-radius: 999px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); font-size: 13px; font-weight: 500; transition: box-shadow .2s, color .2s; }
.gcat__tags a:hover { box-shadow: inset 0 0 0 1px var(--green); color: var(--green); }
.gcat__pics { display: grid; grid-template-columns: 1.3fr 1fr; grid-template-rows: 1fr 1fr; gap: 8px; height: 280px; }
.gcat__pics img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; transition: transform .4s; }
.gcat__pics img:first-child { grid-row: span 2; }
.gcat__pics:hover img { transform: scale(1.02); }
@media (max-width: 900px) {
  .gcat { grid-template-columns: 1fr; padding: 26px 20px; }
  .gcat__pics { height: 200px; order: -1; }
  .gcat__go { width: 100%; }
}
