/*!
 * shokolad-theme — combined CSS bundle
 * Generated: 2026-05-12T10:36:38Z
 */

/* =============================================
   SELF-HOSTED FONTS
   Lora (display, latin + cyrillic) + Geologica (body, latin + cyrillic).
   Variable fonts: один woff2 покрывает все веса в указанном диапазоне.
   ============================================= */
@font-face{font-family:"Lora";font-style:normal;font-weight:400 700;font-display:swap;src:url("../fonts/lora-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:"Lora";font-style:normal;font-weight:400 700;font-display:swap;src:url("../fonts/lora-cyrillic.woff2") format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}
@font-face{font-family:"Lora";font-style:italic;font-weight:400 700;font-display:swap;src:url("../fonts/lora-italic-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:"Lora";font-style:italic;font-weight:400 700;font-display:swap;src:url("../fonts/lora-italic-cyrillic.woff2") format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}
@font-face{font-family:"Geologica";font-style:normal;font-weight:300 700;font-display:swap;src:url("../fonts/geologica-cyrillic.woff2") format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}
@font-face{font-family:"Geologica";font-style:normal;font-weight:300 700;font-display:swap;src:url("../fonts/geologica-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}

/* Fallback @font-face: рендерит локальные системные шрифты (Georgia/Arial) с
   подогнанными метриками — x-height, ascent, descent совпадают с реальными
   Lora/Geologica. До подгрузки woff2 текст занимает то же место, что и
   после — устраняет CLS от font swap. */
@font-face{font-family:"Lora Fallback";font-style:normal;font-weight:400 700;src:local("Georgia"),local("Times New Roman");size-adjust:106.5%;ascent-override:96.97%;descent-override:24.71%;line-gap-override:0%;}
@font-face{font-family:"Lora Fallback";font-style:italic;font-weight:400 700;src:local("Georgia Italic"),local("Times New Roman Italic"),local("Georgia"),local("Times New Roman");size-adjust:106.5%;ascent-override:96.97%;descent-override:24.71%;line-gap-override:0%;}
@font-face{font-family:"Geologica Fallback";font-style:normal;font-weight:300 700;src:local("Arial"),local("Helvetica");size-adjust:92.6%;ascent-override:97.5%;descent-override:27.5%;line-gap-override:0%;}

/* ============ styles.css ============ */
/* =============================================
   CSS VARIABLES
   ============================================= */
:root {
  /* === Цвета === */
  --c-bg:          #F6F4F1;
  --c-surface:     #FFFFFF;
  --c-surface-2:   #F0EDE8;
  --c-border:      #E3DDD6;

  /* Тёмные — тёплый нейтральный без синевы */
  --c-dark:        #1C1A17;
  --c-dark-mid:    #2B2721;
  --c-dark-soft:   #5A524A;

  /* Акцент — яркий оранжево-красный (из палитры логотипа ТЦ) */
  --c-accent:      #E85D04;
  --c-accent-hover:#C94500;
  --c-accent-light:#FF8C4A;
  --c-accent-pale: #FFF3EB;

  /* Текст */
  --c-text:        #1C1A17;
  --c-text-mid:    #4A4238;
  --c-text-soft:   #9A8E82;
  --c-text-inv:    #F6F4F1;

  /* === Типографика === */
  --f-display: 'Lora', 'Lora Fallback', Georgia, serif;
  --f-body:    'Geologica', 'Geologica Fallback', system-ui, sans-serif;

  /* Размеры */
  --fs-10: .625rem;   --fs-11: .6875rem;  --fs-12: .75rem;
  --fs-13: .8125rem;  --fs-14: .875rem;   --fs-15: .9375rem;
  --fs-16: 1rem;      --fs-18: 1.125rem;  --fs-20: 1.25rem;
  --fs-24: 1.5rem;    --fs-28: 1.75rem;   --fs-32: 2rem;
  --fs-40: 2.5rem;    --fs-48: 3rem;      --fs-56: 3.5rem;
  --fs-72: 4.5rem;    --fs-96: 6rem;

  /* Насыщенность */
  --fw-300: 300; --fw-400: 400; --fw-500: 500;
  --fw-600: 600; --fw-700: 700;

  /* === Отступы === */
  --sp-4:  .25rem;  --sp-6:  .375rem; --sp-8:  .5rem;
  --sp-10: .625rem; --sp-12: .75rem;  --sp-14: .875rem;
  --sp-16: 1rem;    --sp-20: 1.25rem; --sp-24: 1.5rem;
  --sp-28: 1.75rem; --sp-32: 2rem;    --sp-40: 2.5rem;
  --sp-48: 3rem;    --sp-56: 3.5rem;  --sp-64: 4rem;
  --sp-80: 5rem;    --sp-96: 6rem;    --sp-120: 7.5rem;

  /* Ритм секций */
  --section-py: 6.5rem;

  /* === Лэйаут === */
  --container: 1320px;
  --header-h:  72px;

  /* === Скругления === */
  --r-sm:  6px;   --r-md:  12px;  --r-lg:  20px;
  --r-xl:  28px;  --r-2xl: 40px;  --r-pill: 9999px;

  /* === Тени === */
  --sh-sm: 0 2px 10px rgba(28,26,23,.05);
  --sh-md: 0 8px 30px rgba(28,26,23,.09);
  --sh-lg: 0 24px 64px rgba(28,26,23,.13);
  --sh-xl: 0 40px 100px rgba(28,26,23,.17);

  /* === Анимации === */
  --ease:        cubic-bezier(.4,0,.2,1);
  --ease-out:    cubic-bezier(0,0,.2,1);
  --ease-spring: cubic-bezier(.34,1.56,.64,1);
  --d-fast: 160ms; --d-mid: 280ms; --d-slow: 480ms; --d-xslow: 700ms;
}

/* =============================================
   RESET
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  font-family: var(--f-body);
  color: var(--c-text);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  line-height: 1.6;
}
img { max-width: 100%; display: block; object-fit: cover; }
a  { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }
iframe { border: none; display: block; }

/* =============================================
   LAYOUT UTILITIES
   ============================================= */
.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--sp-40);
}
.section { padding-block: var(--section-py); }

/* =============================================
   REVEAL ANIMATION
   ============================================= */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity var(--d-slow) var(--ease-out),
              transform var(--d-slow) var(--ease-out);
}
.reveal.is-visible { opacity: 1; transform: none; }

/* =============================================
   ТИПОГРАФИКА СЕКЦИЙ
   ============================================= */
.section-tag {
  display: inline-block;
  font-size: var(--fs-11);
  font-weight: var(--fw-600);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--c-accent);
  margin-bottom: var(--sp-16);
}

.section-title {
  font-family: var(--f-display);
  font-size: clamp(var(--fs-40), 5vw, var(--fs-56));
  font-weight: var(--fw-600);
  line-height: 1.1;
  color: var(--c-dark);
  letter-spacing: -.02em;
}
.section-title em { font-style: italic; color: var(--c-accent); }

.section-desc {
  font-size: var(--fs-16);
  font-weight: var(--fw-300);
  color: var(--c-text-mid);
  line-height: 1.75;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--sp-32);
  margin-bottom: var(--sp-48);
  flex-wrap: wrap;
}
.section-head__left {}
.section-head__right { max-width: 400px; }

/* =============================================
   КНОПКИ
   ============================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-8);
  font-family: var(--f-body);
  font-size: var(--fs-13);
  font-weight: var(--fw-500);
  letter-spacing: .04em;
  border-radius: var(--r-pill);
  padding: .8rem 1.75rem;
  transition: all var(--d-mid) var(--ease);
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; flex-shrink: 0; transition: transform var(--d-mid) var(--ease); }
.btn:hover svg { transform: translateX(3px); }

.btn--dark {
  background: var(--c-dark);
  color: var(--c-text-inv);
}
.btn--dark:hover { background: var(--c-dark-mid); transform: translateY(-2px); box-shadow: var(--sh-md); }

.btn--accent {
  background: var(--c-accent);
  color: #fff;
}
.btn--accent:hover { background: var(--c-accent-hover); transform: translateY(-2px); box-shadow: var(--sh-md); }

.btn--outline-dark {
  background: transparent;
  color: var(--c-dark);
  border: 1.5px solid var(--c-dark);
}
.btn--outline-dark:hover { background: var(--c-dark); color: var(--c-text-inv); transform: translateY(-2px); }

.btn--glass {
  background: rgba(255,255,255,.15);
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.btn--glass:hover { background: rgba(255,255,255,.25); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }

.btn--ghost-light {
  background: transparent;
  color: rgba(255,255,255,.85);
  border: 1px solid rgba(255,255,255,.3);
}
.btn--ghost-light:hover { background: rgba(255,255,255,.08); color: #fff; transform: translateY(-2px); }

/* =============================================
   HEADER
   ============================================= */
.header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 200;
  height: var(--header-h);
  /* Glass по умолчанию — тёплый тёмный, поверх hero */
  background: rgba(28, 26, 23, 0.28);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    background-color var(--d-mid) var(--ease),
    border-color var(--d-mid) var(--ease),
    box-shadow var(--d-mid) var(--ease);
}

.header--filled {
  background: rgba(244, 245, 248, 0.88);
  backdrop-filter: blur(24px) saturate(1.6);
  -webkit-backdrop-filter: blur(24px) saturate(1.6);
  border-bottom-color: var(--c-border);
  box-shadow: 0 1px 0 var(--c-border), var(--sh-sm);
}

.header__inner {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--sp-40);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header__logo-img {
  height: 44px;
  width: auto;
  object-fit: contain;
}
.header--filled .header__logo-img {
  filter: none;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
}

.header__action {
  display: flex;
  align-items: center;
  gap: var(--sp-8);
  padding: var(--sp-8) var(--sp-16);
  border-radius: var(--r-pill);
  color: rgba(255,255,255,.85);
  font-size: var(--fs-13);
  font-weight: var(--fw-400);
  letter-spacing: .01em;
  transition: all var(--d-fast) var(--ease);
  cursor: pointer;
}
.header--filled .header__action { color: var(--c-text-mid); }
.header__action:hover { background: rgba(255,255,255,.12); color: #fff; }
.header--filled .header__action:hover { background: var(--c-surface-2); color: var(--c-dark); }

.header__action-icon { width: 20px; height: 20px; flex-shrink: 0; }
.header__action-icon svg { width: 100%; height: 100%; }
.header__action-label { white-space: nowrap; }

.header__menu-btn {
  display: flex;
  align-items: center;
  gap: var(--sp-10);
  padding: var(--sp-8) var(--sp-16);
  border-radius: var(--r-pill);
  color: rgba(255,255,255,.9);
  font-size: var(--fs-13);
  font-weight: var(--fw-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: all var(--d-fast) var(--ease);
  border: 1px solid rgba(255,255,255,.25);
  margin-left: var(--sp-8);
}
.header--filled .header__menu-btn { color: var(--c-dark); border-color: var(--c-border); }
.header__menu-btn:hover { background: rgba(255,255,255,.12); }
.header--filled .header__menu-btn:hover { background: var(--c-surface-2); }
.header__menu-label { white-space: nowrap; }

.header__burger { display: flex; flex-direction: column; gap: 5px; width: 20px; }
.header__burger span {
  display: block; height: 1.5px; background: currentColor;
  border-radius: 2px; transform-origin: center;
  transition: all var(--d-mid) var(--ease);
}
.header__burger span:last-child { width: 13px; }

.header__menu-btn.is-open .header__burger span:first-child { transform: translateY(3.25px) rotate(45deg); }
.header__menu-btn.is-open .header__burger span:last-child  { width: 20px; transform: translateY(-3.25px) rotate(-45deg); }

/* =============================================
   SIDE NAVIGATION — editorial dark
   ============================================= */
.side-nav { position: fixed; inset: 0; z-index: 300; pointer-events: none; }
/* Клики разрешены только на overlay и панели — header остаётся кликабельным */
.side-nav.is-open .side-nav__overlay,
.side-nav.is-open .side-nav__panel { pointer-events: auto; }

.side-nav__overlay {
  position: absolute; top: var(--header-h); bottom: 0; left: 0; right: 0;
  background: rgba(28,26,23,0);
  transition: background-color var(--d-slow) var(--ease);
}
.side-nav.is-open .side-nav__overlay {
  background: rgba(28,26,23,.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* ─── Панель ─── */
.side-nav__panel {
  position: absolute;
  top: var(--header-h); bottom: 0; inset-inline-end: 0;
  width: 50vw; min-width: 560px; max-width: 920px;
  background: var(--c-dark);
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform var(--d-xslow) var(--ease-out);
  overflow: hidden;
}
/* Акцентная полоска сверху */
.side-nav__panel::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px; z-index: 2;
  background: linear-gradient(90deg, var(--c-accent) 0%, var(--c-accent-light) 60%, transparent 100%);
  pointer-events: none;
}
/* Декоративный световой блик */
.side-nav__panel::after {
  content: '';
  position: absolute; top: -120px; right: -120px;
  width: 440px; height: 440px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,93,4,.07) 0%, transparent 65%);
  pointer-events: none; z-index: 0;
}
.side-nav.is-open .side-nav__panel { transform: translateX(0); }


/* ─── Главная навигация — editorial ─── */
.side-nav__nav {
  flex: 1; min-height: 0; /* позволяет flex-shrink + overflow-y работать */
  display: flex; flex-direction: column;
  overflow-y: auto; overflow-x: hidden;
  position: relative; z-index: 1;
  scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.06) transparent;
}

.side-nav__item {
  display: flex; align-items: center; gap: var(--sp-20);
  padding: var(--sp-24) var(--sp-40);
  border-bottom: 1px solid rgba(255,255,255,.06);
  color: var(--c-text-inv);
  position: relative; overflow: hidden;
  transition: background var(--d-mid) var(--ease);
  text-decoration: none;
  cursor: pointer;
}
/* Hover: тонкое крем-заполнение */
.side-nav__item::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(246,244,241,.04);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--d-mid) var(--ease);
  pointer-events: none;
}
.side-nav__item:hover::after { transform: scaleX(1); }
/* Акцентная полоска слева при ховере */
.side-nav__item::before {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0; width: 2px;
  background: var(--c-accent);
  transform: scaleY(0); transform-origin: bottom;
  transition: transform var(--d-mid) var(--ease-spring);
  z-index: 2;
}
.side-nav__item:hover::before { transform: scaleY(1); }

/* Номер */
.side-nav__item-num {
  font-family: var(--f-display);
  font-size: var(--fs-13); font-weight: var(--fw-500);
  color: var(--c-accent); opacity: .55;
  flex-shrink: 0; width: 26px;
  line-height: 1;
  transition: opacity var(--d-fast);
}
.side-nav__item:hover .side-nav__item-num { opacity: 1; }

/* Текст */
.side-nav__item-body { flex: 1; min-width: 0; }
.side-nav__item-name {
  display: block;
  font-family: var(--f-display);
  font-size: clamp(var(--fs-24), 2.8vw, var(--fs-32));
  font-weight: var(--fw-600);
  color: rgba(246,244,241,.82);
  line-height: 1.1; letter-spacing: -.02em;
  transition: color var(--d-fast);
}
.side-nav__item-meta {
  display: block; font-size: var(--fs-12);
  color: rgba(246,244,241,.25);
  margin-top: var(--sp-4); font-weight: var(--fw-300);
  transition: color var(--d-fast);
}
.side-nav__item:hover .side-nav__item-name { color: #fff; }
.side-nav__item:hover .side-nav__item-meta { color: rgba(246,244,241,.45); }

/* Бейдж */
.side-nav__item-badge {
  font-size: var(--fs-11); font-weight: var(--fw-700);
  color: var(--c-accent); background: rgba(232,93,4,.1);
  padding: .22rem .65rem; border-radius: var(--r-pill);
  border: 1px solid rgba(232,93,4,.2); flex-shrink: 0;
  letter-spacing: .02em;
}

/* Стрелка */
.side-nav__item-arrow {
  width: 20px; height: 20px;
  color: rgba(246,244,241,.2);
  opacity: 0; transform: translateX(-10px);
  transition: all var(--d-mid) var(--ease); flex-shrink: 0;
}
.side-nav__item:hover .side-nav__item-arrow {
  opacity: 1; transform: none; color: var(--c-accent-light);
}

/* ─── Категории ─── */
.side-nav__cats {
  padding: var(--sp-20) var(--sp-40) var(--sp-24);
  border-top: 1px solid rgba(255,255,255,.06);
  flex-shrink: 0; position: relative; z-index: 1;
}
.side-nav__cats-label {
  display: block; font-size: var(--fs-10); font-weight: var(--fw-700);
  letter-spacing: .22em; text-transform: uppercase;
  color: rgba(246,244,241,.25); margin-bottom: var(--sp-12);
}
.side-nav__cats-grid { display: flex; flex-wrap: wrap; gap: var(--sp-8); }
.side-nav__cat-pill {
  padding: .35rem 1rem; border-radius: var(--r-pill);
  background: rgba(255,255,255,.05);
  color: rgba(246,244,241,.55);
  font-size: var(--fs-12); font-weight: var(--fw-400);
  border: 1px solid rgba(255,255,255,.1);
  transition: all var(--d-fast);
}
.side-nav__cat-pill:hover {
  background: var(--c-accent); color: #fff;
  border-color: transparent; transform: translateY(-1px);
}

/* ─── Нижняя строка ─── */
.side-nav__foot {
  display: flex; align-items: center; justify-content: space-between;
  padding: var(--sp-16) var(--sp-40);
  border-top: 1px solid rgba(255,255,255,.07);
  flex-shrink: 0; gap: var(--sp-16);
  position: relative; z-index: 1;
}
.side-nav__foot-info {
  display: flex; align-items: center; gap: var(--sp-12);
  flex-wrap: wrap; flex: 1; min-width: 0;
}
.side-nav__foot-hours {
  font-size: var(--fs-13); font-weight: var(--fw-600);
  color: var(--c-text-inv); white-space: nowrap;
}
.side-nav__foot-sep { color: rgba(246,244,241,.2); font-size: var(--fs-12); }
.side-nav__foot-addr {
  font-size: var(--fs-12); color: rgba(246,244,241,.3);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.side-nav__foot-phone {
  font-size: var(--fs-12); font-weight: var(--fw-500);
  color: var(--c-accent-light); white-space: nowrap;
  transition: color var(--d-fast);
}
.side-nav__foot-phone:hover { color: var(--c-accent); }

.side-nav__foot-social { display: flex; gap: var(--sp-6); flex-shrink: 0; }
.side-nav__foot-soc {
  width: 32px; height: 32px; border-radius: var(--r-pill);
  border: 1px solid rgba(255,255,255,.1); color: rgba(246,244,241,.35);
  display: flex; align-items: center; justify-content: center;
  transition: all var(--d-fast);
}
.side-nav__foot-soc:hover { border-color: var(--c-accent); color: var(--c-accent); }
.side-nav__foot-soc svg { width: 14px; height: 14px; }

/* ─── Адаптация по высоте экрана ─── */
@media (max-height: 720px) {
  .side-nav__item { padding: var(--sp-16) var(--sp-40); }
  .side-nav__item-name { font-size: var(--fs-20); }
  .side-nav__cats { padding-block: var(--sp-14); }
  .side-nav__foot { padding-block: var(--sp-12); }
}
@media (max-height: 560px) {
  .side-nav__item { padding: var(--sp-12) var(--sp-32); }
  .side-nav__item-name { font-size: var(--fs-18); }
  .side-nav__cats { padding-block: var(--sp-10); }
  .side-nav__foot { padding-block: var(--sp-10); }
  .side-nav__foot-addr,
  .side-nav__foot-sep:last-of-type { display: none; }
}

/* =============================================
   SEARCH MODAL
   ============================================= */
.search-modal {
  position: fixed; inset: 0; z-index: 400;
  pointer-events: none; opacity: 0;
  transition: opacity var(--d-mid) var(--ease);
}
.search-modal.is-open { pointer-events: auto; opacity: 1; }

.search-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(28,26,23,.72);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}

.search-modal__wrap {
  position: absolute; inset: 0;
  display: flex; align-items: flex-start; justify-content: center;
  padding-top: 12vh;
}

.search-modal__inner {
  position: relative; width: 100%; max-width: 680px;
  margin-inline: var(--sp-24);
  transform: translateY(-24px);
  transition: transform var(--d-mid) var(--ease-spring);
}
.search-modal.is-open .search-modal__inner { transform: none; }

.search-modal__field {
  display: flex; align-items: center; gap: var(--sp-16);
  background: var(--c-surface);
  border-radius: var(--r-xl);
  padding: var(--sp-16) var(--sp-24);
  box-shadow: var(--sh-xl);
}
.search-modal__icon { width: 22px; height: 22px; color: var(--c-accent); flex-shrink: 0; }

.search-modal__input {
  flex: 1; border: none; outline: none;
  font-family: var(--f-display);
  font-size: var(--fs-24); font-weight: var(--fw-300);
  color: var(--c-text); background: transparent;
}
.search-modal__input::placeholder { color: var(--c-text-soft); }

.search-modal__close {
  width: 36px; height: 36px; border-radius: var(--r-pill);
  background: var(--c-surface-2); color: var(--c-text-mid);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: all var(--d-fast);
}
.search-modal__close:hover { background: var(--c-border); color: var(--c-text); }
.search-modal__close svg { width: 16px; height: 16px; }

.search-modal__hints { display: flex; align-items: center; gap: var(--sp-8); padding: var(--sp-16) var(--sp-24) 0; flex-wrap: wrap; }
.search-modal__hint-label { font-size: var(--fs-12); color: rgba(244,245,248,.5); letter-spacing: .06em; text-transform: uppercase; font-weight: var(--fw-600); }
.search-modal__hint {
  padding: .3rem .9rem; border-radius: var(--r-pill);
  background: rgba(255,255,255,.1); color: rgba(244,245,248,.8);
  font-size: var(--fs-13); border: 1px solid rgba(255,255,255,.15);
  transition: all var(--d-fast);
}
.search-modal__hint:hover { background: rgba(255,255,255,.2); color: #fff; }

.search-modal__results {
  margin-top: var(--sp-16);
  padding: var(--sp-8) var(--sp-24) var(--sp-24);
  max-height: 60vh;
  overflow-y: auto;
}
.search-modal__results[hidden] { display: none; }

.search-modal__section { margin-top: var(--sp-16); }
.search-modal__section:first-child { margin-top: 0; }

.search-modal__section-title {
  font-size: var(--fs-12);
  font-weight: var(--fw-700);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(244,245,248,.55);
  margin: 0 0 var(--sp-12);
}

/* Внутри тёмной модалки используем тёмный вариант .search-result-item. */
.search-modal__results .search-result-item {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-md);
  padding: var(--sp-12) var(--sp-16);
  margin-bottom: var(--sp-8);
  color: rgba(244,245,248,.92);
  text-decoration: none;
  transition: background var(--d-fast), border-color var(--d-fast), transform var(--d-fast);
}
.search-modal__results .search-result-item:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
  transform: translateY(-1px);
}
.search-modal__results .search-result-item__name { color: #fff; }
.search-modal__results .search-result-item__meta { color: rgba(244,245,248,.55); }
.search-modal__results .search-result-item__cat { color: var(--c-accent-light); }
.search-modal__results .catalog-search__empty {
  color: rgba(244,245,248,.55);
  text-align: center;
  padding: var(--sp-24);
}

/* =============================================
   HERO
   ============================================= */
.hero {
  position: relative; height: 100svh; min-height: 640px;
  display: flex; flex-direction: column; justify-content: center; overflow: hidden;
}

.hero__slides { position: absolute; inset: 0; }

.hero__slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.06);
  transition: opacity 1.2s var(--ease), transform 8s linear;
}
.hero__slide--active { opacity: 1; transform: scale(1); }
.hero__slide--prev   { opacity: 0; transform: scale(1.04); }

.hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom, rgba(12,10,7,.2) 0%, rgba(12,10,7,.42) 40%, rgba(12,10,7,.75) 100%);
}

.hero__content {
  position: relative; z-index: 2;
  padding-top: var(--header-h);
}

.hero__label-row {
  display: flex; align-items: center; gap: var(--sp-12);
  margin-bottom: var(--sp-24);
  animation: heroFadeUp .8s var(--ease-out) .3s both;
}
.hero__eyebrow { font-size: var(--fs-12); font-weight: var(--fw-500); letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.65); }
.hero__divider-dot { width: 4px; height: 4px; border-radius: var(--r-pill); background: var(--c-accent); flex-shrink: 0; }

.hero__title {
  font-family: var(--f-display); font-weight: var(--fw-600);
  line-height: 1.2; letter-spacing: -.02em; color: #fff;
  margin-bottom: var(--sp-24); overflow: hidden;
}
.hero__title-line {
  display: block;
  font-size: clamp(var(--fs-56), 9vw, var(--fs-96));
  animation: heroLineReveal .9s var(--ease-out) both;
}
.hero__title-line:nth-child(1) { animation-delay: .5s; }
.hero__title-line:nth-child(2) { animation-delay: .65s; }
.hero__title-line:nth-child(3) { animation-delay: .8s; }
.hero__title-line--accent { font-style: italic; color: var(--c-accent-light); }

@keyframes heroLineReveal {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: none; }
}
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: none; }
}

.hero__sub {
  font-size: var(--fs-16); font-weight: var(--fw-300);
  color: rgba(255,255,255,.6); line-height: 1.65;
  margin-bottom: var(--sp-40);
  animation: heroFadeUp .8s var(--ease-out) 1s both;
}

.hero__actions {
  display: flex; gap: var(--sp-12); flex-wrap: wrap;
  animation: heroFadeUp .8s var(--ease-out) 1.1s both;
  position: relative; z-index: 10; /* Поверх hero__bottom */
}

/* Hero bottom — pointer-events: none чтобы не перекрывать кнопки */
.hero__bottom {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  display: flex; align-items: flex-end; justify-content: space-between;
  padding: var(--sp-32) 0;
  pointer-events: none;
}
.hero__bottom > * { pointer-events: auto; }

.hero__slide-controls { display: flex; align-items: center; gap: var(--sp-24); }
.hero__dots { display: flex; gap: var(--sp-8); }
.hero__dot { width: 28px; height: 2px; background: rgba(255,255,255,.3); border-radius: var(--r-pill); transition: all var(--d-mid) var(--ease); }
.hero__dot--active { width: 48px; background: var(--c-accent); }

.hero__counter { display: flex; align-items: center; gap: var(--sp-6); font-size: var(--fs-13); color: rgba(255,255,255,.45); font-weight: var(--fw-300); letter-spacing: .08em; }
.hero__counter-sep { color: rgba(255,255,255,.2); }

.hero__scroll { display: flex; flex-direction: column; align-items: center; gap: var(--sp-10); padding-right: var(--sp-40); padding-bottom: var(--sp-8); animation: heroFadeUp .8s var(--ease-out) 1.4s both; }
.hero__scroll-track { width: 1px; height: 56px; background: rgba(255,255,255,.15); position: relative; border-radius: var(--r-pill); overflow: hidden; }
.hero__scroll-thumb { position: absolute; top: 0; left: 0; width: 100%; height: 50%; background: var(--c-accent); border-radius: var(--r-pill); animation: scrollThumb 2.2s var(--ease) infinite; }
@keyframes scrollThumb { 0% { top: -50%; } 100% { top: 150%; } }
.hero__scroll-text { font-size: var(--fs-10); letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.35); writing-mode: vertical-rl; }

/* =============================================
   STATS STRIP
   ============================================= */
.strip { background: var(--c-dark-mid); overflow-x: auto; scrollbar-width: none; }
.strip::-webkit-scrollbar { display: none; }

.strip__inner {
  display: flex; align-items: center;
  max-width: var(--container); margin-inline: auto; padding-inline: var(--sp-40);
}
.strip__item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: var(--sp-32) var(--sp-48); flex: 1; min-width: 140px; }
.strip__sep { width: 1px; height: 40px; background: rgba(255,255,255,.09); flex-shrink: 0; }
.strip__num { font-family: var(--f-display); font-size: var(--fs-40); font-weight: var(--fw-300); color: var(--c-text-inv); line-height: 1; letter-spacing: -.02em; }
.strip__label { font-size: var(--fs-12); color: rgba(244,245,248,.38); margin-top: var(--sp-6); letter-spacing: .04em; font-weight: var(--fw-300); }

/* =============================================
   CATALOG — поиск и категории
   ============================================= */
.catalog { background: var(--c-bg); }

/* Поиск */
.catalog-search {
  position: relative;
  margin-bottom: var(--sp-32);
}

.catalog-search__field {
  display: flex; align-items: center; gap: var(--sp-16);
  background: var(--c-surface);
  border: 2px solid var(--c-border);
  border-radius: var(--r-xl);
  padding: var(--sp-16) var(--sp-24);
  transition: border-color var(--d-fast), box-shadow var(--d-fast);
}
.catalog-search__field:focus-within {
  border-color: var(--c-accent);
  box-shadow: 0 0 0 4px rgba(232,93,4,.1);
}

.catalog-search__icon { width: 22px; height: 22px; color: var(--c-text-soft); flex-shrink: 0; transition: color var(--d-fast); }
.catalog-search__field:focus-within .catalog-search__icon { color: var(--c-accent); }

.catalog-search__input {
  flex: 1; border: none; outline: none;
  font-family: var(--f-body);
  font-size: var(--fs-18); font-weight: var(--fw-300);
  color: var(--c-text); background: transparent;
  letter-spacing: .01em;
}
.catalog-search__input::placeholder { color: var(--c-text-soft); }

.catalog-search__clear {
  width: 32px; height: 32px; border-radius: var(--r-pill);
  background: var(--c-surface-2); color: var(--c-text-mid);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: all var(--d-fast);
}
.catalog-search__clear:hover { background: var(--c-border); color: var(--c-text); }
.catalog-search__clear svg { width: 14px; height: 14px; }

/* Dropdown с результатами поиска */
.catalog-search__results {
  position: absolute; top: calc(100% + var(--sp-8)); left: 0; right: 0; z-index: 50;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
  overflow: hidden;
  max-height: 420px;
  overflow-y: auto;
}
.catalog-search__results[hidden] { display: none; }

.search-result-item {
  display: flex; align-items: center; gap: var(--sp-16);
  padding: var(--sp-12) var(--sp-24);
  border-bottom: 1px solid var(--c-border);
  cursor: pointer; transition: background var(--d-fast);
}
.search-result-item:last-child { border-bottom: none; }
.search-result-item:hover { background: var(--c-surface-2); }

.search-result-item__img {
  width: 48px; height: 48px; border-radius: var(--r-sm);
  background-size: cover; background-position: center; flex-shrink: 0;
}

.search-result-item__info { flex: 1; }
.search-result-item__name { font-size: var(--fs-15); font-weight: var(--fw-500); color: var(--c-text); }
.search-result-item__meta { font-size: var(--fs-12); color: var(--c-text-soft); margin-top: 2px; }

.search-result-item__cat {
  font-size: var(--fs-11); font-weight: var(--fw-600);
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--c-accent); background: var(--c-accent-pale);
  padding: .2rem .6rem; border-radius: var(--r-pill); flex-shrink: 0;
}

.catalog-search__empty {
  padding: var(--sp-32) var(--sp-24);
  text-align: center;
  color: var(--c-text-soft);
  font-size: var(--fs-15);
}

/* =============================================
   CATEGORY GRID
   ============================================= */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-16);
}

.cat-card {
  display: flex;
  flex-direction: column;
  gap: var(--sp-16);
  padding: var(--sp-24);
  background: var(--c-surface);
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-lg);
  transition: border-color var(--d-mid) var(--ease), box-shadow var(--d-mid) var(--ease), transform var(--d-mid) var(--ease);
}
.cat-card:hover {
  border-color: var(--c-accent);
  transform: translateY(-3px);
  box-shadow: 0 0 0 3px var(--c-accent-pale), var(--sh-md);
}

.cat-card__icon {
  width: 48px; height: 48px;
  color: var(--c-accent);
  flex-shrink: 0;
}
.cat-card__icon svg { width: 100%; height: 100%; }

.cat-card__body { flex: 1; }

.cat-card__name {
  font-family: var(--f-display);
  font-size: var(--fs-20); font-weight: var(--fw-600);
  color: var(--c-dark); line-height: 1.1;
  margin-bottom: var(--sp-4);
}

.cat-card__desc {
  font-size: var(--fs-12); font-weight: var(--fw-300);
  color: var(--c-text-soft); line-height: 1.4;
}

.cat-card__count {
  align-self: flex-start;
  font-size: var(--fs-11); font-weight: var(--fw-600);
  color: var(--c-accent);
  background: var(--c-accent-pale);
  padding: .2rem .65rem;
  border-radius: var(--r-pill);
  letter-spacing: .03em;
}

/* =============================================
   SLIDER SECTIONS
   ============================================= */
.slider-section {
  padding-block: var(--sp-48) var(--sp-64);
  background: var(--c-bg);
  overflow: hidden;
}
.slider-section--alt { background: var(--c-surface); }

.slider-section.is-hidden { display: none; }

.slider-section__head {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--sp-24);
  margin-bottom: var(--sp-32);
}

.slider-section__title-wrap { display: flex; align-items: baseline; gap: var(--sp-12); }

.slider-section__title {
  font-family: var(--f-display);
  font-size: var(--fs-40); font-weight: var(--fw-600);
  color: var(--c-dark); line-height: 1;
}

.slider-section__count {
  font-size: var(--fs-14); font-weight: var(--fw-400);
  color: var(--c-text-soft);
  background: var(--c-surface-2);
  padding: .25rem .75rem;
  border-radius: var(--r-pill);
}

.slider-section__nav { display: flex; gap: var(--sp-8); }

.slider-nav {
  width: 44px; height: 44px; border-radius: var(--r-pill);
  border: 1.5px solid var(--c-border);
  background: var(--c-surface);
  color: var(--c-text-mid);
  display: flex; align-items: center; justify-content: center;
  transition: all var(--d-fast) var(--ease);
}
.slider-nav:hover:not(:disabled) { border-color: var(--c-dark); background: var(--c-dark); color: #fff; }
.slider-nav:disabled {
  opacity: .35;
  cursor: not-allowed;
  pointer-events: none;
}
.slider-nav svg { width: 18px; height: 18px; }

.slider-outer { overflow: hidden; }

/* Default — slider-outer внутри .container. Карточки выровнены по контейнеру. */
.slider-outer:not(.slider-outer--full-width) .slider-track {
  padding-inline: 0;
}

/* Modifier — slider-outer выходит за .container, скролл до края экрана.
   В block-stores-slider.php при full_width=true этот блок рендерится
   ВНЕ container'a, поэтому padding-inline нужен для отступов от viewport. */
.slider-outer--full-width .slider-track {
  padding-inline: var(--sp-40);
}

.slider-track {
  display: flex;
  gap: var(--sp-20);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: var(--sp-8);
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}
.slider-track::-webkit-scrollbar { display: none; }
.slider-track.is-dragging { cursor: grabbing; scroll-snap-type: none; }

/* Store Cards */
.store-card {
  flex-shrink: 0;
  width: 260px;
  scroll-snap-align: start;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--c-surface);
  box-shadow: var(--sh-sm);
  cursor: pointer;
  transition: all var(--d-mid) var(--ease);
}
.store-card:hover { transform: translateY(-8px); box-shadow: var(--sh-lg); }
.store-card.is-hidden { display: none; }

.store-card__img {
  height: 180px;
  background-size: contain; background-repeat: no-repeat; background-position: center;
  transition: transform var(--d-slow) var(--ease);
}
.store-card:hover .store-card__img { transform: scale(1.05); }

.store-card__body { padding: var(--sp-16) var(--sp-20); }

.store-card__cat {
  display: block; font-size: var(--fs-11); font-weight: var(--fw-600);
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--c-accent); margin-bottom: var(--sp-4);
}

.store-card__name {
  font-family: var(--f-display); font-size: 1.375rem; font-weight: var(--fw-600);
  color: var(--c-dark); line-height: 1.15;
}

.store-card__loc {
  font-size: var(--fs-13); color: var(--c-text-soft);
  margin-top: var(--sp-4); font-weight: var(--fw-300);
}

/* =============================================
   FOODCOURT
   ============================================= */
.foodcourt {
  display: grid; grid-template-columns: 1fr 1fr; min-height: 680px;
}

.foodcourt__visual { position: relative; overflow: hidden; }
.foodcourt__photo { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform var(--d-xslow) var(--ease); }
.foodcourt:hover .foodcourt__photo { transform: scale(1.03); }
.foodcourt__photo-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,18,30,.4) 0%, transparent 60%); }

.foodcourt__photo-badge {
  position: absolute; bottom: var(--sp-48); right: var(--sp-40);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 120px; height: 120px; border-radius: var(--r-pill);
  border: 1.5px solid rgba(255,255,255,.3);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  background: rgba(28,26,23,.45);
}
.foodcourt__photo-badge-num { font-family: var(--f-display); font-size: var(--fs-40); font-weight: var(--fw-300); color: #fff; line-height: 1; }
.foodcourt__photo-badge-txt { font-size: var(--fs-12); color: rgba(255,255,255,.6); letter-spacing: .08em; text-align: center; font-weight: var(--fw-300); }

.foodcourt__content {
  background: var(--c-dark); padding: var(--sp-80) var(--sp-64);
  display: flex; flex-direction: column; justify-content: center;
}
.foodcourt__content .section-title { color: var(--c-text-inv); margin-bottom: var(--sp-24); margin-top: var(--sp-8); }

.foodcourt__desc { font-size: var(--fs-15); font-weight: var(--fw-300); color: rgba(244,245,248,.6); line-height: 1.75; margin-bottom: var(--sp-32); }

.foodcourt__places { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-12); margin-bottom: var(--sp-32); }

.food-place { border-radius: var(--r-md); overflow: hidden; transition: transform var(--d-mid) var(--ease); }
.food-place:hover { transform: scale(1.04); }
.food-place__img {
    height: 100px;
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, .06);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.food-place__name { display: block; padding: var(--sp-8) var(--sp-12); font-size: var(--fs-13); font-weight: var(--fw-500); background: rgba(255,255,255,.06); color: rgba(244,245,248,.75); text-align: center;}

.foodcourt__meta { display: flex; gap: var(--sp-32); padding-block: var(--sp-24); border-block: 1px solid rgba(255,255,255,.08); }
.foodcourt__meta-item { display: flex; flex-direction: column; gap: var(--sp-4); }
.foodcourt__meta-val { font-family: var(--f-display); font-size: var(--fs-20); font-weight: var(--fw-400); color: var(--c-text-inv); }
.foodcourt__meta-key { font-size: var(--fs-12); color: rgba(244,245,248,.4); letter-spacing: .06em; font-weight: var(--fw-300); }

/* =============================================
   PROMO & EVENTS
   ============================================= */
.promo {
  background: var(--c-surface-2);
  padding-block: var(--section-py);
  /* overflow:hidden предотвращает схлопывание внешних отступов
     дочерних элементов, которое могло создавать видимый фоновый разрыв */
  overflow: hidden;
}

.tabs {
  display: flex; background: rgba(28,26,23,.07);
  border-radius: var(--r-pill); padding: 4px; gap: 2px;
}
.tab-btn { padding: .5rem 1.25rem; border-radius: var(--r-pill); font-size: var(--fs-13); font-weight: var(--fw-400); color: var(--c-text-mid); transition: all var(--d-mid) var(--ease); }
.tab-btn--active { background: var(--c-dark); color: var(--c-text-inv); }

.promo__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-20); }
.promo__load-row { display: flex; justify-content: center; margin-top: var(--sp-48); }

.promo-card { border-radius: var(--r-lg); overflow: hidden; background: var(--c-surface); box-shadow: var(--sh-sm); display: flex; flex-direction: column; transition: all var(--d-mid) var(--ease); }
.promo-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.promo-card.hidden { display: none; }

.promo-card__visual { flex-shrink: 0; height: 220px; background-size: cover; background-position: center; position: relative; overflow: hidden; transition: transform var(--d-slow) var(--ease); }
.promo-card:hover .promo-card__visual { transform: scale(1.04); }

.promo-card__badge { position: absolute; top: var(--sp-16); left: var(--sp-16); padding: .3rem .9rem; border-radius: var(--r-pill); font-size: var(--fs-11); font-weight: var(--fw-600); letter-spacing: .08em; text-transform: uppercase; }
.promo-card__badge--promo { background: var(--c-accent); color: #fff; }
.promo-card__badge--event { background: var(--c-dark); color: var(--c-text-inv); }

.promo-card__body { padding: var(--sp-20) var(--sp-24); display: flex; flex-direction: column; flex: 1; }
.promo-card__date { display: block; font-size: var(--fs-11); font-weight: var(--fw-600); letter-spacing: .12em; text-transform: uppercase; color: var(--c-accent); margin-bottom: var(--sp-8); }
.promo-card__title { font-family: var(--f-display); font-size: var(--fs-20); font-weight: var(--fw-600); color: var(--c-dark); line-height: 1.2; margin-bottom: var(--sp-8); }
.promo-card__text { font-size: var(--fs-14); font-weight: var(--fw-300); color: var(--c-text-mid); line-height: 1.6; flex: 1; }
.promo-card__link { display: inline-flex; align-items: center; gap: var(--sp-6); font-size: var(--fs-13); font-weight: var(--fw-500); color: var(--c-accent); margin-top: var(--sp-16); transition: gap var(--d-fast); }
.promo-card__link svg { width: 14px; height: 14px; }
.promo-card__link:hover { gap: var(--sp-10); }

/* =============================================
   COLLAB
   ============================================= */
.collab { background: var(--c-bg); }

.collab__grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-24); }

.collab-card { border-radius: var(--r-xl); overflow: hidden; background: var(--c-surface); border: 1px solid var(--c-border); transition: all var(--d-mid) var(--ease); }
.collab-card:hover { border-color: var(--c-accent); box-shadow: var(--sh-lg); transform: translateY(-6px); }

.collab-card__img {
    height: 340px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform var(--d-slow) var(--ease);
}
.collab-card:hover .collab-card__img { transform: scale(1.04); }

.collab-card__body {
  padding: var(--sp-32);
  display: flex; flex-direction: column;
}

.collab-card__icon {
  width: 52px; height: 52px; border-radius: var(--r-md);
  background: var(--c-accent-pale); display: flex; align-items: center; justify-content: center;
  color: var(--c-accent); margin-bottom: var(--sp-20);
  transition: background var(--d-fast);
}
.collab-card:hover .collab-card__icon { background: rgba(232,93,4,.15); }
.collab-card__icon svg { width: 26px; height: 26px; }

.collab-card__title { font-family: var(--f-display); font-size: var(--fs-28); font-weight: var(--fw-600); color: var(--c-dark); margin-bottom: var(--sp-12); }
.collab-card__text { font-size: var(--fs-15); font-weight: var(--fw-300); color: var(--c-text-mid); line-height: 1.7; margin-bottom: var(--sp-20); }

.collab-card__list { display: flex; flex-direction: column; gap: var(--sp-8); margin-bottom: var(--sp-32); }
.collab-card__list li { font-size: var(--fs-14); color: var(--c-text-mid); padding-left: var(--sp-20); position: relative; font-weight: var(--fw-300); }
.collab-card__list li::before { content: ''; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; border-radius: var(--r-pill); background: var(--c-accent); opacity: .5; }

/* Кнопка отдельным блоком — всегда прижата к низу списка, а не к тексту */
.collab-card__action { margin-top: auto; padding-top: var(--sp-24); border-top: 1px solid var(--c-border); }

.collab__contact {
  margin-top: var(--sp-48); background: var(--c-surface); border: 1px solid var(--c-border);
  border-radius: var(--r-xl); padding: var(--sp-32) var(--sp-40);
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--sp-24); flex-wrap: wrap;
}
.collab__contact-text { font-size: var(--fs-16); font-weight: var(--fw-300); color: var(--c-text-mid); }
.collab__contact-email { font-size: var(--fs-20); font-weight: var(--fw-500); color: var(--c-accent); text-decoration: underline; text-decoration-color: transparent; transition: text-decoration-color var(--d-fast); }
.collab__contact-email:hover { text-decoration-color: var(--c-accent); }

/* =============================================
   CONTACTS
   ============================================= */
.contacts { background: var(--c-bg); padding-bottom: 0; }

.contacts__layout { display: grid; grid-template-columns: 1fr 420px; margin-top: var(--sp-40); }

.contacts__map-wrap {overflow: hidden; }
.contacts__map-frame { width: 100%; height: 100%; }

.contacts__info {
  padding: var(--sp-56) var(--sp-48); background: var(--c-dark);
  display: flex; flex-direction: column; gap: var(--sp-28);
}

.contact-item {
  padding-bottom: var(--sp-24);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.contact-item:last-of-type { border-bottom: none; padding-bottom: 0; }

.contact-item__label { display: block; font-size: var(--fs-10); font-weight: var(--fw-700); letter-spacing: .16em; text-transform: uppercase; color: var(--c-accent); margin-bottom: var(--sp-8); opacity: .85; }
.contact-item__value { font-size: var(--fs-15); font-weight: var(--fw-300); color: rgba(246,244,241,.7); line-height: 1.65; }
.contact-item__value strong { color: rgba(246,244,241,.92); font-weight: var(--fw-500); }
.contact-item__link { font-size: var(--fs-18); font-weight: var(--fw-500); color: var(--c-text-inv); transition: color var(--d-fast); }
.contact-item__link:hover { color: var(--c-accent-light); }

.contacts__social { display: flex; gap: var(--sp-10); padding-top: var(--sp-16); border-top: 1px solid rgba(255,255,255,.09); margin-top: auto; }
.social-btn { width: 40px; height: 40px; border-radius: var(--r-pill); border: 1px solid rgba(255,255,255,.14); color: rgba(244,245,248,.55); display: flex; align-items: center; justify-content: center; transition: all var(--d-fast); }
.social-btn:hover { border-color: var(--c-accent); color: var(--c-accent); transform: translateY(-2px); }
.social-btn svg { width: 18px; height: 18px; }

/* =============================================
   FOOTER
   ============================================= */

/* Полоса рейтингов — встроена в тёмный footer */
.footer__reviews {
  background: var(--c-dark);
  border-top: 1px solid rgba(255,255,255,.07);
  padding-block: var(--sp-40);
}
.footer__reviews-inner {
  display: flex; flex-direction: column;
  align-items: center; gap: var(--sp-20);
  text-align: center;
}
.footer__reviews-title {
  font-size: var(--fs-11); font-weight: var(--fw-700);
  letter-spacing: .2em; text-transform: uppercase;
  color: rgba(246,244,241,.35); white-space: nowrap;
}
.footer__reviews-list {
  display: flex; gap: var(--sp-16); flex-wrap: wrap;
  justify-content: center;
}

.review-badge {
  display: flex; align-items: center; gap: var(--sp-12);
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-md); padding: var(--sp-10) var(--sp-16);
  transition: all var(--d-fast); flex-shrink: 0;
}
.review-badge:hover { border-color: var(--c-accent); background: rgba(255,255,255,.1); transform: translateY(-2px); }

.review-badge__logo {
  width: 40px; height: 40px; border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-family: var(--f-body); font-weight: var(--fw-700);
}
.review-badge__logo--ya { background: #FC3F1D; color: #fff; font-size: var(--fs-20); }
.review-badge__logo--g  { background: #fff; border: 1.5px solid #E0E0E0; padding: 4px; }
.review-badge__logo--g svg { width: 100%; height: 100%; }
.review-badge__logo--2gis { background: #00B341; color: #fff; font-size: var(--fs-10); letter-spacing: -.01em; }

.review-badge__info { display: flex; flex-direction: column; gap: 3px; }
.review-badge__service { font-size: var(--fs-11); font-weight: var(--fw-600); letter-spacing: .05em; color: rgba(246,244,241,.5); text-transform: uppercase; }
.review-badge__stars { display: flex; gap: 1px; }
.review-badge__star { font-size: var(--fs-14); color: rgba(255,255,255,.15); line-height: 1; }
.review-badge__star--fill { color: #F5B200; }
.review-badge__star--half { color: #F5B200; opacity: .45; }
.review-badge__count { font-size: var(--fs-12); color: rgba(246,244,241,.6); font-weight: var(--fw-400); }

/* Основной тёмный блок */
.footer__main { background: var(--c-dark); padding-block: var(--sp-56) var(--sp-48); border-top: 1px solid rgba(255,255,255,.06); }

.footer__main-inner {
  display: grid;
  grid-template-columns: 260px 1fr 1fr 1fr;
  gap: var(--sp-48);
  align-items: start;
}

/* Бренд */
.footer__brand { display: flex; flex-direction: column; gap: var(--sp-20); }
.footer__brand-logo { display: inline-flex; }
.footer__logo-img { height: 48px; width: auto; object-fit: contain; }
.footer__slogan { font-family: var(--f-display); font-style: italic; font-size: var(--fs-15); color: rgba(246,244,241,.3); font-weight: var(--fw-400); line-height: 1.5; }

.footer__hours {
  display: flex; align-items: center; gap: var(--sp-14);
  background: rgba(255,255,255,.05); border-radius: var(--r-md);
  padding: var(--sp-14) var(--sp-16) var(--sp-14) var(--sp-20);
  border: 1px solid rgba(255,255,255,.07);
}
.footer__hours svg { width: 20px; height: 20px; color: var(--c-accent); flex-shrink: 0; }
.footer__hours-time { display: block; font-size: var(--fs-15); font-weight: var(--fw-600); color: var(--c-text-inv); }
.footer__hours-days { display: block; font-size: var(--fs-12); color: rgba(246,244,241,.35); margin-top: 2px; }

.footer__social { display: flex; gap: var(--sp-8); }
.footer__social-btn {
  width: 38px; height: 38px; border-radius: var(--r-pill);
  border: 1px solid rgba(255,255,255,.12); color: rgba(246,244,241,.5);
  display: flex; align-items: center; justify-content: center;
  transition: all var(--d-fast);
}
.footer__social-btn:hover { border-color: var(--c-accent); color: var(--c-accent); transform: translateY(-2px); }
.footer__social-btn svg { width: 16px; height: 16px; }

/* Навигационные колонки */
.footer__nav-col { display: flex; flex-direction: column; gap: var(--sp-12); }
.footer__nav-title {
  font-size: var(--fs-10); font-weight: var(--fw-700);
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--c-accent); opacity: .9; margin-bottom: var(--sp-4);
}

.footer__nav-link { font-size: var(--fs-15); color: rgba(246,244,241,.6); font-weight: var(--fw-300); transition: color var(--d-fast); }
.footer__nav-link:hover { color: var(--c-text-inv); }

.footer__contact-block { display: flex; flex-direction: column; gap: var(--sp-8); }
.footer__nav-phone { font-size: var(--fs-18); font-weight: var(--fw-600); color: var(--c-text-inv); transition: color var(--d-fast); }
.footer__nav-phone:hover { color: var(--c-accent-light); }
.footer__nav-addr { font-size: var(--fs-13); color: rgba(246,244,241,.28); font-weight: var(--fw-300); line-height: 1.6; }

.footer__nav-cta {
  display: inline-flex; align-items: center; gap: var(--sp-8);
  font-size: var(--fs-13); font-weight: var(--fw-500);
  color: var(--c-accent); margin-top: var(--sp-8);
  transition: gap var(--d-fast), color var(--d-fast);
}
.footer__nav-cta svg { width: 14px; height: 14px; flex-shrink: 0; }
.footer__nav-cta:hover { gap: var(--sp-12); color: var(--c-accent-light); }

/* Нижняя полоса */
.footer__bottom {
  background: rgba(0,0,0,.55);
  padding-block: var(--sp-20);
  border-top: 1px solid rgba(255,255,255,.1);
}
.footer__bottom .container { display: flex; align-items: center; justify-content: space-between; gap: var(--sp-16); flex-wrap: wrap; }
.footer__copy { font-size: var(--fs-12); color: rgba(246,244,241,.72); }
.footer__policy { font-size: var(--fs-12); color: rgba(246,244,241,.72); transition: color var(--d-fast); }
.footer__policy:hover { color: var(--c-text-inv); }

/* =============================================
   RESPONSIVE — 1100px
   ============================================= */
@media (max-width: 1100px) {
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .foodcourt { grid-template-columns: 1fr; min-height: auto; }
  .foodcourt__content { padding: var(--sp-56) var(--sp-40); }
  .contacts__layout { grid-template-columns: 1fr 360px; }
  .promo__grid { grid-template-columns: repeat(2, 1fr); }
}

/* =============================================
   RESPONSIVE — 900px
   ============================================= */
@media (max-width: 900px) {
  :root { --section-py: 4.5rem; }

  .header__action-label { display: none; }
  .header__action { padding: var(--sp-8) var(--sp-12); }

  .collab__grid { grid-template-columns: 1fr; }
  .contacts__layout { grid-template-columns: 1fr; }
  .contacts__map-wrap { height: 360px; }
  .contacts__info { padding: var(--sp-40); }

  .footer__main-inner { grid-template-columns: 1fr 1fr; gap: var(--sp-40); }
  .footer__brand { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; align-items: center; gap: var(--sp-32); }

  .strip__item { padding: var(--sp-24) var(--sp-32); }
}

/* =============================================
   RESPONSIVE — 680px (mobile)
   ============================================= */
@media (max-width: 680px) {
  :root { --section-py: 3rem; }
.container { padding-inline: var(--sp-20); }
  .header__inner { padding-inline: var(--sp-20); }
  .header__menu-label { display: none; }

  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .promo__grid { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .tabs { align-self: flex-start; }

  .foodcourt__places { grid-template-columns: 1fr 1fr; }
  .foodcourt__meta { flex-wrap: wrap; gap: var(--sp-20); }
  .foodcourt__content { padding: var(--sp-40) var(--sp-24); }

  .collab__contact { flex-direction: column; align-items: flex-start; }
  .footer__nav { grid-template-columns: 1fr; }
  .hero__scroll { display: none; }

  .side-nav__panel { width: 100%; min-width: unset; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
  .side-nav__nav { flex: unset; min-height: unset; overflow: visible; }
  .side-nav__aside { display: none; }
  .side-nav__nav-wrap { overflow-y: auto; }
  .side-nav__section-label { padding: var(--sp-20) var(--sp-20) var(--sp-10); }
  .side-nav__link { padding: var(--sp-14) var(--sp-20); }
  .side-nav__link:hover { padding-left: calc(var(--sp-20) + 6px); }
  .side-nav__cats { padding-inline: var(--sp-20); }

  .footer__main-inner { grid-template-columns: repeat(2, 1fr); gap: var(--sp-28); }
  .footer__brand { flex-direction: column; }
  .footer__reviews-inner { flex-direction: column; gap: var(--sp-16); }
  .footer__reviews-list { width: 100%; flex-wrap: wrap; }
  .review-badge { flex: 1; min-width: 140px; justify-content: center; }

  .slider-track { padding-inline: var(--sp-20); }
  .slider-section__title { font-size: var(--fs-32); }
  .strip__inner { padding-inline: var(--sp-20); }

  /* footer__main — одинаковые отступы с contacts__info */
  .footer__main .container { padding-inline: var(--sp-40); }
  .collab-card__img {
    height: 205px;
    background-size: contain;
  }
}


/* ============ about.css ============ */
/* =============================================
   TEXT PAGE — about.css
   Универсальный шаблон текстовой страницы
   ============================================= */

/* ─── PAGE HERO ─── */
.tp-hero {
  padding-top: calc(var(--header-h) + var(--sp-64));
  padding-bottom: var(--sp-80);
  background: var(--c-dark);
  position: relative;
  overflow: hidden;
}
.tp-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 80% -10%, rgba(232,93,4,.16) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 110%, rgba(232,93,4,.06) 0%, transparent 50%);
  pointer-events: none;
}
.tp-hero::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, var(--c-accent) 0%, var(--c-accent-light) 40%, transparent 100%);
}
.tp-hero .container { position: relative; z-index: 1; }

/* Breadcrumb */
.breadcrumb {
  display: flex; align-items: center; gap: var(--sp-8);
  margin-bottom: var(--sp-40);
  flex-wrap: wrap;
}
.breadcrumb__item {
  font-size: var(--fs-12); color: rgba(246,244,241,.35);
  font-weight: var(--fw-400);
  transition: color var(--d-fast);
}
.breadcrumb__item:hover { color: rgba(246,244,241,.65); }
.breadcrumb__item--current { color: rgba(246,244,241,.65); pointer-events: none; }
.breadcrumb__sep { font-size: var(--fs-12); color: rgba(246,244,241,.18); }

.tp-hero__content { max-width: 800px; }
.tp-hero__tag {
  display: inline-block;
  font-size: var(--fs-11); font-weight: var(--fw-700);
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--c-accent); opacity: .9;
  margin-bottom: var(--sp-20);
}
.tp-hero__title {
  font-family: var(--f-display);
  font-size: clamp(var(--fs-40), 5.5vw, var(--fs-72));
  font-weight: var(--fw-600);
  color: var(--c-text-inv);
  line-height: 1.02; letter-spacing: -.025em;
  margin-bottom: var(--sp-24);
}
.tp-hero__title em {
  font-style: italic;
  color: var(--c-accent-light);
}
.tp-hero__sub {
  font-size: var(--fs-18); color: rgba(246,244,241,.45);
  font-weight: var(--fw-300); line-height: 1.7;
  max-width: 560px;
}

/* ─── BASE SECTION ─── */
.tp-section {
  padding-block: var(--sp-80);
}
.tp-section--alt { background: var(--c-surface); }
.tp-section--dark {
  background: var(--c-dark);
}

/* ─── SECTION HEADING ─── */
.tp-heading { margin-bottom: var(--sp-48); }
.tp-heading__tag {
  display: inline-block;
  font-size: var(--fs-10); font-weight: var(--fw-700);
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--c-accent); opacity: .9;
  margin-bottom: var(--sp-12);
}
.tp-heading__title {
  font-family: var(--f-display);
  font-size: clamp(var(--fs-32), 3.5vw, var(--fs-48));
  font-weight: var(--fw-600);
  color: var(--c-dark); line-height: 1.08; letter-spacing: -.02em;
}
.tp-heading__title--inv { color: var(--c-text-inv); }
.tp-heading__sub {
  font-size: var(--fs-16); color: var(--c-text-soft);
  font-weight: var(--fw-300); line-height: 1.6;
  max-width: 580px; margin-top: var(--sp-16);
}

/* ─── TEXT BLOCK (standalone) ─── */
.tp-text__layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: var(--sp-64);
  align-items: start;
}
.tp-text__lead {
  position: sticky;
  top: calc(var(--header-h) + var(--sp-32));
}
.tp-text__lead-num {
  font-family: var(--f-display);
  font-size: var(--fs-72); font-weight: var(--fw-600);
  color: var(--c-accent); opacity: .15;
  line-height: 1; letter-spacing: -.04em;
  margin-bottom: var(--sp-12);
}
.tp-text__lead-title {
  font-family: var(--f-display);
  font-size: var(--fs-28); font-weight: var(--fw-600);
  color: var(--c-dark); line-height: 1.15;
  margin-bottom: var(--sp-16);
}
.tp-text__lead-sub {
  font-size: var(--fs-14); color: var(--c-text-soft);
  line-height: 1.65; font-weight: var(--fw-300);
}

/* Rich text body */
.tp-richtext h3 {
  font-family: var(--f-display);
  font-size: var(--fs-24); font-weight: var(--fw-600);
  color: var(--c-dark); line-height: 1.2;
  margin-top: var(--sp-40); margin-bottom: var(--sp-16);
}
.tp-richtext p {
  font-size: var(--fs-16); color: var(--c-text-mid);
  font-weight: var(--fw-300); line-height: 1.85;
  margin-bottom: var(--sp-20);
}
.tp-richtext p:first-of-type::first-letter {
  font-family: var(--f-display);
  font-size: 4.2em; font-weight: var(--fw-600);
  color: var(--c-accent);
  float: left; line-height: .72;
  margin-right: .1em; margin-top: .05em;
}
.tp-richtext ul {
  list-style: none; margin-bottom: var(--sp-20);
}
.tp-richtext ul li {
  padding-left: var(--sp-20);
  position: relative;
  font-size: var(--fs-16); color: var(--c-text-mid);
  font-weight: var(--fw-300); line-height: 1.7;
  margin-bottom: var(--sp-8);
}
.tp-richtext ul li::before {
  content: '';
  position: absolute; left: 0; top: .68em;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--c-accent);
}
.tp-pullquote {
  border-left: 3px solid var(--c-accent);
  padding: var(--sp-20) var(--sp-24);
  margin: var(--sp-32) 0;
  background: var(--c-accent-pale);
  border-radius: 0 var(--r-md) var(--r-md) 0;
}

/* ─── AUTO-WRAP для core Gutenberg блоков между ACF-блоками ─── */
.tp-section--content { padding-block: var(--sp-48); }
.tp-content { max-width: 820px; }
.tp-content > * + * { margin-top: var(--sp-20); }
.tp-content h2,
.tp-content .wp-block-heading[class*="is-style"]:where(h2) {
  font-family: var(--f-display);
  font-size: clamp(var(--fs-28), 3vw, var(--fs-40));
  font-weight: var(--fw-600);
  color: var(--c-dark);
  line-height: 1.15;
  letter-spacing: -.02em;
  margin-top: var(--sp-40);
}
.tp-content h3 {
  font-family: var(--f-display);
  font-size: var(--fs-24);
  font-weight: var(--fw-600);
  color: var(--c-dark);
  line-height: 1.2;
  margin-top: var(--sp-32);
}
.tp-content h4 {
  font-family: var(--f-display);
  font-size: var(--fs-20);
  font-weight: var(--fw-600);
  color: var(--c-dark);
  line-height: 1.25;
  margin-top: var(--sp-28);
}
.tp-content p {
  font-size: var(--fs-16);
  color: var(--c-text-mid);
  font-weight: var(--fw-300);
  line-height: 1.85;
}
.tp-content ul,
.tp-content ol { padding-left: var(--sp-24); }
.tp-content li {
  font-size: var(--fs-16);
  color: var(--c-text-mid);
  font-weight: var(--fw-300);
  line-height: 1.7;
}
.tp-content li + li { margin-top: var(--sp-8); }
.tp-content ul li::marker,
.tp-content ol li::marker { color: var(--c-accent); }
.tp-content a {
  color: var(--c-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tp-content a:hover { color: var(--c-accent-hover); }
.tp-content strong { font-weight: var(--fw-600); color: var(--c-dark); }
.tp-content em { font-style: italic; }
.tp-content img,
.tp-content .wp-block-image img { border-radius: var(--r-lg); height: auto; max-width: 100%; }
.tp-content blockquote {
  border-left: 3px solid var(--c-accent);
  padding: var(--sp-16) var(--sp-24);
  background: var(--c-accent-pale);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  font-family: var(--f-display);
  font-style: italic;
  font-size: var(--fs-20);
  color: var(--c-dark);
  line-height: 1.5;
}
.tp-content hr {
  border: none;
  border-top: 1px solid var(--c-border);
  margin-block: var(--sp-32);
}
.tp-pullquote__text {
  font-family: var(--f-display);
  font-size: var(--fs-20); font-style: italic; font-weight: var(--fw-500);
  color: var(--c-dark); line-height: 1.5;
}

/* Stats row */
.tp-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-32);
  padding-block: var(--sp-40);
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
  margin-block: var(--sp-40);
}
.tp-stat__num {
  font-family: var(--f-display);
  font-size: var(--fs-48); font-weight: var(--fw-600);
  color: var(--c-dark); line-height: 1; letter-spacing: -.02em;
  margin-bottom: var(--sp-6);
}
.tp-stat__num span { color: var(--c-accent); }
.tp-stat__label {
  font-size: var(--fs-13); color: var(--c-text-soft);
  font-weight: var(--fw-400); line-height: 1.4;
}

/* ─── FORM ELEMENTS ─── */
.tp-form { display: flex; flex-direction: column; gap: var(--sp-16); }
.tp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-16); }
.tp-form-group { display: flex; flex-direction: column; gap: var(--sp-6); margin-top: 10px; }
.tp-form-label {
  font-size: var(--fs-11); font-weight: var(--fw-600);
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--c-text-soft);
}
.tp-form-input,
.tp-form-textarea,
.tp-form-select {
  width: 100%;
  background: var(--c-bg);
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-md);
  padding: var(--sp-12) var(--sp-16);
  font-family: var(--f-body); font-size: var(--fs-15); font-weight: var(--fw-300);
  color: var(--c-text);
  transition: border-color var(--d-fast), box-shadow var(--d-fast);
  outline: none;
  -webkit-appearance: none;
}
.tp-form-input::placeholder,
.tp-form-textarea::placeholder { color: rgba(28,26,23,.28); }
.tp-form-input:focus,
.tp-form-textarea:focus,
.tp-form-select:focus {
  border-color: var(--c-accent);
  box-shadow: 0 0 0 3px var(--c-accent-pale);
}
.tp-form-textarea { resize: vertical; min-height: 130px; }
.tp-form-submit { align-self: flex-start; margin-top: var(--sp-8); }
.tp-form-note {
  font-size: var(--fs-11); color: var(--c-text-soft);
  font-weight: var(--fw-300); line-height: 1.5;
  margin-top: var(--sp-4);
}
.tp-form-note a { color: var(--c-accent); text-decoration: underline; }

/* ─── TEXT + FORM BELOW ─── */
.tp-text-form-below .tp-richtext { max-width: 720px; margin-bottom: var(--sp-48); }
.tp-form-card {
  background: var(--c-surface);
  border-radius: var(--r-xl);
  padding: var(--sp-48);
  border: 1px solid var(--c-border);
}
.tp-form-card__title {
  font-family: var(--f-display);
  font-size: var(--fs-28); font-weight: var(--fw-600);
  color: var(--c-dark); margin-bottom: var(--sp-8);
  line-height: 1.15;
}
.tp-form-card__sub {
  font-size: var(--fs-15); color: var(--c-text-soft);
  font-weight: var(--fw-300); line-height: 1.6;
  margin-bottom: var(--sp-32);
}

/* ─── TEXT + FORM RIGHT ─── */
.tp-text-form-right__layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: var(--sp-64);
  align-items: start;
}
.tp-text-form-right__form-wrap {
  background: var(--c-dark);
  border-radius: var(--r-xl);
  padding: var(--sp-40);
  position: sticky;
  top: calc(var(--header-h) + var(--sp-32));
}
.tp-text-form-right__form-title {
  font-family: var(--f-display);
  font-size: var(--fs-24); font-weight: var(--fw-600);
  color: var(--c-text-inv); line-height: 1.15;
  margin-bottom: var(--sp-6);
}
.tp-text-form-right__form-sub {
  font-size: var(--fs-14); color: rgba(246,244,241,.38);
  font-weight: var(--fw-300); line-height: 1.6;
  margin-bottom: var(--sp-28);
}
/* Dark form fields */
.tp-form--dark .tp-form-label { color: rgba(246,244,241,.38); }
.tp-form--dark .tp-form-input,
.tp-form--dark .tp-form-textarea {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.1);
  color: var(--c-text-inv);
}
.tp-form--dark .tp-form-input::placeholder,
.tp-form--dark .tp-form-textarea::placeholder { color: rgba(246,244,241,.22); }
.tp-form--dark .tp-form-input:focus,
.tp-form--dark .tp-form-textarea:focus {
  border-color: var(--c-accent);
  box-shadow: 0 0 0 3px rgba(232,93,4,.2);
}
.tp-form--dark .tp-form-note { color: rgba(246,244,241,.3); }
/* Select options inherit OS default colors — force readable style */
.tp-form--dark .tp-form-input option {
  background: var(--c-dark);
  color: var(--c-text-inv);
}

/* ─── GALLERY ─── */
.tp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 260px 260px;
  gap: var(--sp-8);
}
.tp-gallery-item {
  position: relative; overflow: hidden;
  border-radius: var(--r-md);
  cursor: zoom-in;
  background: var(--c-surface);
}
.tp-gallery-item--wide { grid-column: span 2; }
.tp-gallery-item--tall { grid-row: span 2; }
.tp-gallery-img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s var(--ease);
}
.tp-gallery-item__overlay {
  position: absolute; inset: 0;
  background: rgba(28,26,23,0);
  transition: background var(--d-mid) var(--ease);
  display: flex; align-items: center; justify-content: center;
}
.tp-gallery-item__zoom {
  width: 44px; height: 44px; border-radius: var(--r-pill);
  background: rgba(246,244,241,.9);
  color: var(--c-dark);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: scale(.8);
  transition: opacity var(--d-fast), transform var(--d-fast) var(--ease-spring);
}
.tp-gallery-item__zoom svg { width: 18px; height: 18px; }
.tp-gallery-item:hover .tp-gallery-img { transform: scale(1.06); }
.tp-gallery-item:hover .tp-gallery-item__overlay { background: rgba(28,26,23,.25); }
.tp-gallery-item:hover .tp-gallery-item__zoom { opacity: 1; transform: scale(1); }

/* Lightbox */
.tp-lightbox {
  position: fixed; inset: 0; z-index: 600;
  background: rgba(28,26,23,.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity var(--d-mid) var(--ease);
}
.tp-lightbox.is-open { opacity: 1; pointer-events: auto; }
.tp-lightbox__img {
  max-width: 90vw; max-height: 88vh;
  object-fit: contain;
  border-radius: var(--r-lg);
  transform: scale(.94);
  transition: transform var(--d-mid) var(--ease-spring);
}
.tp-lightbox.is-open .tp-lightbox__img { transform: scale(1); }
.tp-lightbox__close {
  position: absolute; top: var(--sp-24); right: var(--sp-24);
  width: 44px; height: 44px; border-radius: var(--r-pill);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.6);
  display: flex; align-items: center; justify-content: center;
  transition: all var(--d-fast);
}
.tp-lightbox__close:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.08); }
.tp-lightbox__close svg { width: 16px; height: 16px; }

/* ─── SLIDER (text page) ─── */
.tp-slider-section { overflow: hidden; }
.tp-slider-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--sp-24); margin-bottom: var(--sp-32);
}
.tp-slide-card {
  flex-shrink: 0; width: 320px;
  scroll-snap-align: start;
  border-radius: var(--r-lg); overflow: hidden;
  background: var(--c-surface);
  box-shadow: var(--sh-sm);
  transition: transform var(--d-mid) var(--ease), box-shadow var(--d-mid) var(--ease);
}
.tp-slide-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.tp-slide-card__img {
  height: 200px;
  background-size: cover; background-position: center;
  transition: transform var(--d-slow) var(--ease);
}
.tp-slide-card:hover .tp-slide-card__img { transform: scale(1.05); }
.tp-slide-card__body { padding: var(--sp-20) var(--sp-24); }
.tp-slide-card__tag {
  display: block; font-size: var(--fs-11); font-weight: var(--fw-700);
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--c-accent); margin-bottom: var(--sp-8);
}
.tp-slide-card__title {
  font-family: var(--f-display); font-size: var(--fs-18); font-weight: var(--fw-600);
  color: var(--c-dark); line-height: 1.2; margin-bottom: var(--sp-8);
}
.tp-slide-card__text {
  font-size: var(--fs-13); color: var(--c-text-soft);
  font-weight: var(--fw-300); line-height: 1.6;
}

/* ─── VIDEO ─── */
.tp-video-wrap {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  aspect-ratio: 16/9;
  background: var(--c-dark);
  box-shadow: 0 32px 80px rgba(28,26,23,.3);
}
.tp-video-poster {
  position: absolute; inset: 0; z-index: 2;
  background-size: cover; background-position: center;
  transition: opacity .4s var(--ease);
}
.tp-video-poster::before {
  content: '';
  position: absolute; inset: 0;
  background: rgba(28,26,23,.35);
}
.tp-video-poster.is-hidden { opacity: 0; pointer-events: none; }
.tp-video-play {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 80px; height: 80px; border-radius: 50%;
  background: var(--c-accent);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 40px rgba(232,93,4,.55);
  transition: transform var(--d-fast) var(--ease-spring), background var(--d-fast);
}
.tp-video-play:hover {
  transform: translate(-50%, -50%) scale(1.12);
  background: var(--c-accent-hover);
}
.tp-video-play svg { width: 28px; height: 28px; color: #fff; margin-left: 4px; }
.tp-video-iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: none; z-index: 1;
}
.tp-video-caption {
  text-align: center;
  font-size: var(--fs-13); color: var(--c-text-soft);
  font-weight: var(--fw-300);
  margin-top: var(--sp-16);
}

/* ─── CTA ─── */
.tp-cta {
  background: var(--c-dark);
  position: relative; overflow: hidden;
}
.tp-cta::before {
  content: '';
  position: absolute; top: -240px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 900px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,93,4,.11) 0%, transparent 60%);
  pointer-events: none;
}
.tp-cta::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--c-accent), var(--c-accent-light), transparent);
  opacity: .4;
}
.tp-cta__inner {
  position: relative; z-index: 1;
  max-width: 780px; margin: 0 auto;
  text-align: center;
}
.tp-cta__eye {
  display: inline-block;
  font-size: var(--fs-11); font-weight: var(--fw-700);
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--c-accent); opacity: .9;
  margin-bottom: var(--sp-20);
}
.tp-cta__title {
  font-family: var(--f-display);
  font-size: clamp(var(--fs-40), 5.5vw, var(--fs-64));
  font-weight: var(--fw-600);
  color: var(--c-text-inv);
  line-height: 1.5; letter-spacing: -.025em;
  margin-bottom: var(--sp-16);
}
.tp-cta__title em {
  font-style: italic;
  color: var(--c-accent-light);
}
.tp-cta__sub {
  font-size: var(--fs-16); color: rgba(246,244,241,.4);
  font-weight: var(--fw-300); line-height: 1.7;
  margin-bottom: var(--sp-40);
}
.tp-cta__actions {
  display: flex; align-items: center; justify-content: center;
  gap: var(--sp-16); flex-wrap: wrap;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
  .tp-text__layout { grid-template-columns: 200px 1fr; gap: var(--sp-48); }
  .tp-text-form-right__layout { grid-template-columns: 1fr 380px; gap: var(--sp-48); }
  .tp-gallery-grid { grid-auto-rows: 220px; }
  .tp-stats { gap: var(--sp-24); }
}

@media (max-width: 900px) {
  .tp-text__layout { grid-template-columns: 1fr; gap: var(--sp-32); }
  .tp-text__lead { position: static; }
  .tp-text__lead-num { font-size: var(--fs-56); }
  .tp-text-form-right__layout { grid-template-columns: 1fr; gap: var(--sp-40); }
  .tp-text-form-right__form-wrap { position: static; }
  .tp-stats { grid-template-columns: repeat(2, 1fr); }
  .tp-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: 200px 200px 200px; }
  .tp-gallery-item--tall { grid-row: auto; }
}

@media (max-width: 680px) {
  .tp-hero { padding-top: calc(var(--header-h) + var(--sp-40)); padding-bottom: var(--sp-56); }
  .tp-hero__title { font-size: var(--fs-40); }
  .tp-hero__sub { font-size: var(--fs-16); }
  .tp-section { padding-block: var(--sp-56); }
  .tp-stats { grid-template-columns: 1fr 1fr; gap: var(--sp-20); }
  .tp-stat__num { font-size: var(--fs-40); }
  .tp-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 160px 160px 160px; }
  .tp-gallery-item--wide { grid-column: auto; }
  .tp-form-row { grid-template-columns: 1fr; }
  .tp-form-card { padding: var(--sp-24); }
  .tp-text-form-right__form-wrap { padding: var(--sp-24); }
  .tp-slide-card { width: 280px; }
  .ab-metrics { grid-template-columns: repeat(2, 1fr); }
  .ab-anchor { width: 160px; }
  .ab-anchor__logo { font-size: var(--fs-14); }
}

/* =============================================
   FACADE SLIDER
   ============================================= */
.ab-facade { padding-top: var(--sp-64); padding-bottom: var(--sp-32); background: var(--c-bg); }

.ab-facade__track {
  padding-inline: var(--sp-40);
  gap: var(--sp-16);
}
.ab-facade__slide {
  flex-shrink: 0;
  width: calc(100vw - 160px);
  max-width: 1200px;
  scroll-snap-align: start;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 16 / 7;
  position: relative;
}
.ab-facade__slide img {
  width: 100%; height: 100%;
  object-fit: contain;
  background: var(--c-surface-2, #f0ede8);
  display: block;
  cursor: zoom-in;
  transition: transform var(--d-xslow) var(--ease);
}
.ab-facade__slide:hover img { transform: scale(1.02); }
.ab-facade__caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: var(--sp-16) var(--sp-24);
  background: linear-gradient(transparent, rgba(28,26,23,.55));
  color: rgba(246,244,241,.9);
  font-size: var(--fs-13); font-weight: var(--fw-400);
  letter-spacing: .04em;
}
.ab-facade__footer {
  display: flex;
  align-items: center;
  padding-top: var(--sp-20);
}
.ab-facade__nav { display: flex; gap: var(--sp-12); }

/* =============================================
   KEY METRICS
   ============================================= */
.ab-metrics-section {
  padding-block: var(--sp-64);
  background: var(--c-surface);
}
.ab-metrics {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--sp-4);
}
.ab-metric {
  padding: var(--sp-32) var(--sp-20);
  background: var(--c-bg);
  border-radius: var(--r-lg);
  text-align: center;
  transition: transform var(--d-mid) var(--ease), box-shadow var(--d-mid) var(--ease);
  border: 1px solid transparent;
}
.ab-metric:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
  border-color: var(--c-accent-pale);
}
.ab-metric__icon {
  width: 40px; height: 40px;
  margin: 0 auto var(--sp-16);
  color: var(--c-accent);
}
.ab-metric__icon svg { width: 100%; height: 100%; }
.ab-metric__val {
  font-family: var(--f-display);
  font-size: var(--fs-24);
  font-weight: var(--fw-600);
  color: var(--c-dark);
  line-height: 1;
  margin-bottom: var(--sp-8);
}
.ab-metric__label {
  font-size: var(--fs-12);
  font-weight: var(--fw-400);
  color: var(--c-text-mid);
  line-height: 1.4;
}

/* =============================================
   ANCHOR TENANTS — slider variant
   ============================================= */
.ab-anchors-slider {
  position: relative;
}
.ab-anchors-slider__nav {
  display: flex;
  justify-content: flex-end;
  gap: var(--sp-8);
  margin-bottom: var(--sp-20);
}

/* `.slider-track` уже задаёт display:flex + overflow-x:auto + drag-scroll.
   Здесь только переопределяем gap + flex-basis карточек. */
.ab-anchors.slider-track {
  gap: var(--sp-20);
  scroll-snap-type: x mandatory;
  padding-block: 4px; /* чтобы hover transform не обрезался по краям */
}
.ab-anchor {
  flex-shrink: 0;
  width: 200px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-10);
}
.ab-anchor__logo {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--r-lg);
  border: 1px solid var(--c-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--sp-8);
  padding: var(--sp-16) var(--sp-12);
  text-align: center;
  font-family: var(--f-display);
  font-weight: var(--fw-700);
  font-size: var(--fs-16);
  line-height: 1.15;
  transition: transform var(--d-mid) var(--ease), box-shadow var(--d-mid) var(--ease);
}
.ab-anchor__logo:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }

.ab-anchor__logo--magnit     { background: #fff5f5; color: #E30613; border-color: #ffd0d0; }
.ab-anchor__logo--magnit-cos { background: #fff5fa; color: #d63384; border-color: #ffd0ea; font-size: var(--fs-13); }
.ab-anchor__logo--osminojka  { background: #f5f0ff; color: #6f42c1; border-color: #ddd0f5; font-size: var(--fs-13); }
.ab-anchor__logo--chi        { background: var(--c-dark); color: var(--c-accent); border-color: transparent; font-size: var(--fs-22); letter-spacing: .06em; }
.ab-anchor__logo--votonya    { background: #f0faf4; color: #1a8a4a; border-color: #c8e6d5; }
.ab-anchor__logo--foodcourt  { background: var(--c-surface); color: var(--c-accent); font-size: var(--fs-13); gap: var(--sp-6); }
.ab-anchor__logo--foodcourt svg { width: 28px; height: 28px; }
.ab-anchor__name {
  font-size: var(--fs-12);
  font-weight: var(--fw-400);
  color: var(--c-text-mid);
  text-align: center;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .ab-metrics { grid-template-columns: repeat(3, 1fr); }
  .ab-facade__slide { width: calc(100vw - 80px); }
}
@media (max-width: 768px) {
  .ab-metrics { grid-template-columns: repeat(2, 1fr); }
  .ab-facade__slide { width: calc(100vw - 48px); border-radius: var(--r-lg); }
  .ab-facade__track { padding-inline: var(--sp-20); }
}

/* =============================================
   RENT PAGE — Extra sections
   ============================================= */

/* ─── IMAGE SLIDER (поэтажные планы) ─── */
.rent-img-slider {
  position: relative;
  margin-top: var(--sp-40);
}
.rent-img-slider__viewport {
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--c-surface-2);
  box-shadow: var(--sh-lg);
}
.rent-img-slider__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
}
.rent-img-slider__track::-webkit-scrollbar { display: none; }
.rent-img-slider__track.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.rent-img-slider__track.is-dragging img { pointer-events: none; }
.rent-img-slider__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  position: relative;
}
.rent-img-slider__slide img {
  width: 100%;
  height: 520px;
  object-fit: contain;
  background: var(--c-surface-2, #f0ede8);
  display: block;
  cursor: zoom-in;
}
.rent-img-slider__caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: var(--sp-16) var(--sp-28);
  background: rgba(232, 93, 4, .08);
  color: var(--c-accent);
  font-size: var(--fs-13); font-weight: var(--fw-400);
  letter-spacing: .02em;
  text-align: center;
}
.rent-img-slider__btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(246,244,241,.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(28,26,23,.08);
  color: var(--c-dark);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--sh-md);
  transition: all var(--d-fast) var(--ease);
  z-index: 2;
}
.rent-img-slider__btn:hover {
  background: var(--c-surface);
  box-shadow: var(--sh-lg);
  transform: translateY(-50%) scale(1.08);
}
.rent-img-slider__btn--prev { left: var(--sp-16); }
.rent-img-slider__btn--next { right: var(--sp-16); }
.rent-img-slider__btn svg { width: 18px; height: 18px; }
.rent-img-slider__dots {
  display: flex; justify-content: center; gap: var(--sp-8);
  margin-top: var(--sp-20);
}
.rent-img-slider__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--c-border);
  border: none; padding: 0; cursor: pointer;
  transition: all var(--d-fast);
}
.rent-img-slider__dot.is-active {
  background: var(--c-accent);
  transform: scale(1.35);
}

/* ─── 95% LEASED ─── */
.rent-leased__head {
  text-align: center;
  margin-bottom: var(--sp-64);
}
.rent-leased__title {
  font-family: var(--f-display);
  font-size: clamp(var(--fs-32), 4vw, var(--fs-48));
  font-weight: var(--fw-600);
  color: var(--c-dark);
  line-height: 1.08; letter-spacing: -.025em;
  margin-bottom: var(--sp-16);
}
.rent-leased__pct {
  color: var(--c-accent);
  display: inline-block;
  position: relative;
}
.rent-leased__pct::after {
  content: '';
  position: absolute;
  bottom: -4px; left: -3px; right: -3px;
  height: 0;
  border-bottom: 2px solid var(--c-accent);
  border-radius: var(--r-pill);
  opacity: .5;
}
.rent-leased__meta {
  font-size: var(--fs-15); color: var(--c-text-soft);
  font-weight: var(--fw-400);
}
.rent-leased__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-24);
}
.rent-leased__col {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-xl);
  padding: var(--sp-32);
  box-shadow: var(--sh-sm);
}
.rent-leased__area {
  font-family: var(--f-display);
  font-size: var(--fs-40); font-weight: var(--fw-600);
  color: var(--c-accent);
  line-height: 1; letter-spacing: -.02em;
  margin-bottom: var(--sp-6);
}
.rent-leased__floor-label {
  font-size: var(--fs-11); font-weight: var(--fw-700);
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--c-text-soft);
  margin-bottom: var(--sp-24);
  padding-bottom: var(--sp-20);
  border-bottom: 1px solid var(--c-border);
}
.rent-leased__list {
  list-style: none;
  display: flex; flex-direction: column; gap: var(--sp-10);
}
.rent-leased__list li {
  font-size: var(--fs-14); color: var(--c-text-mid);
  font-weight: var(--fw-400); line-height: 1.4;
  padding-left: var(--sp-16);
  position: relative;
}
.rent-leased__list li::before {
  content: '';
  position: absolute; left: 0; top: .52em;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--c-accent); opacity: .55;
}

/* ─── PRESENTATION SLIDER (inside .container) ─── */
.rent-full-slider {
  position: relative;
  overflow: hidden;
  margin-top: var(--sp-48);
  background: var(--c-dark);
  border-radius: var(--r-xl);
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}
.rent-full-slider.is-dragging { cursor: grabbing; }
.rent-full-slider.is-dragging img { pointer-events: none; }
.rent-full-slider__track {
  display: flex;
  transition: transform 380ms cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
.rent-full-slider__slide {
  flex: 0 0 100%;
  width: 100%;
}
.rent-full-slider__slide img {
  width: 100%;
  height: 600px;
  object-fit: contain;
  background: var(--c-surface-2, #f0ede8);
  display: block;
}
.rent-full-slider__btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--c-dark);
  border: none;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(0,0,0,.28), 0 0 0 3px rgba(255,255,255,.92);
  transition: background var(--d-fast) var(--ease), transform var(--d-fast) var(--ease);
  z-index: 2;
  cursor: pointer;
}
.rent-full-slider__btn:hover {
  background: var(--c-accent);
  transform: translateY(-50%) scale(1.08);
}
.rent-full-slider__btn svg { width: 20px; height: 20px; }
.rent-full-slider__btn--prev { left: var(--sp-20); }
.rent-full-slider__btn--next { right: var(--sp-20); }
.rent-full-slider__counter {
  position: absolute; bottom: var(--sp-20); right: var(--sp-20);
  background: var(--c-dark);
  border-radius: var(--r-pill);
  padding: var(--sp-6) var(--sp-16);
  font-size: var(--fs-13); font-weight: var(--fw-600);
  color: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,.22);
  z-index: 2;
  letter-spacing: .03em;
}

/* ─── DOCUMENTS ─── */
.rent-docs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-24);
  margin-top: var(--sp-48);
}
.rent-docs__process {
  background: var(--c-dark);
  border-radius: var(--r-xl);
  padding: var(--sp-40);
  position: relative; overflow: hidden;
}
.rent-docs__process::before {
  content: '';
  position: absolute; top: -70px; right: -70px;
  width: 240px; height: 240px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,93,4,.12) 0%, transparent 65%);
  pointer-events: none;
}
.rent-docs__process-icon {
  width: 60px; height: 60px;
  background: rgba(232,93,4,.15);
  border-radius: var(--r-lg);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: var(--sp-20);
}
.rent-docs__process-icon svg { width: 28px; height: 28px; color: var(--c-accent-light); }
.rent-docs__subtitle {
  font-family: var(--f-display);
  font-size: var(--fs-20); font-weight: var(--fw-600);
  color: var(--c-text-inv); line-height: 1.22;
  margin-bottom: var(--sp-24);
  position: relative; z-index: 1;
}
.rent-docs__steps {
  list-style: none;
  counter-reset: step;
  display: flex; flex-direction: column; gap: var(--sp-14);
  position: relative; z-index: 1;
}
.rent-docs__steps li {
  counter-increment: step;
  display: flex; align-items: flex-start; gap: var(--sp-12);
  font-size: var(--fs-14); color: rgba(246,244,241,.58);
  font-weight: var(--fw-300); line-height: 1.5;
}
.rent-docs__steps li::before {
  content: counter(step);
  flex-shrink: 0;
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(232,93,4,.22);
  color: var(--c-accent-light);
  font-size: var(--fs-11); font-weight: var(--fw-700);
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
}
.rent-docs__col {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-xl);
  padding: var(--sp-40);
  box-shadow: var(--sh-sm);
}
.rent-docs__col-title {
  font-family: var(--f-display);
  font-size: var(--fs-20); font-weight: var(--fw-600);
  color: var(--c-dark); line-height: 1.22;
  margin-bottom: var(--sp-24);
  padding-bottom: var(--sp-20);
  border-bottom: 1px solid var(--c-border);
}
.rent-docs__list {
  list-style: none;
  display: flex; flex-direction: column; gap: var(--sp-12);
}
.rent-docs__list li {
  font-size: var(--fs-15); color: var(--c-text-mid);
  font-weight: var(--fw-400); line-height: 1.45;
  padding-left: var(--sp-20);
  position: relative;
}
.rent-docs__list li::before {
  content: '';
  position: absolute; left: 0; top: .58em;
  width: 7px; height: 7px; border-radius: 50%;
  border: 1.5px solid var(--c-accent);
}

/* ─── RENT WHY SHOKOLAD ─── */
.rent-why {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-24);
  margin-top: var(--sp-56);
}

.rent-why__card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: var(--sp-32) var(--sp-28);
  transition: border-color var(--d-mid), transform var(--d-mid), box-shadow var(--d-mid);
}

.rent-why__card:hover {
  border-color: var(--c-accent);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(232,93,4,.08);
}

.rent-why__icon {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(232,93,4,.08);
  border-radius: var(--r-md);
  margin-bottom: var(--sp-16);
  color: var(--c-accent);
}
.rent-why__icon svg { width: 22px; height: 22px; }

.rent-why__val {
  font-family: var(--f-display);
  font-size: var(--fs-32);
  font-weight: 700;
  color: var(--c-dark);
  line-height: 1.1;
  margin-bottom: var(--sp-4);
}

.rent-why__title {
  font-size: var(--fs-13);
  font-weight: var(--fw-600);
  color: var(--c-dark);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: var(--sp-12);
}

.rent-why__text {
  font-size: var(--fs-14);
  color: var(--c-text-soft);
  line-height: 1.65;
  margin: 0;
}

/* ─── RENT RESPONSIVE ─── */
@media (max-width: 1000px) {
  .rent-leased__grid { grid-template-columns: 1fr 1fr; }
  .rent-docs { grid-template-columns: 1fr 1fr; }
  .rent-docs__process { grid-column: span 2; }
}
@media (max-width: 900px) {
  .rent-img-slider__slide img { height: 380px; }
  .rent-full-slider__slide img { height: 420px; }
}
@media (max-width: 680px) {
  .rent-leased__grid { grid-template-columns: 1fr; }
  .rent-docs { grid-template-columns: 1fr; }
  .rent-docs__process { grid-column: auto; }
  .rent-img-slider__slide img { height: 260px; }
  .rent-full-slider__slide img { height: 300px; }
  .rent-full-slider__btn { width: 40px; height: 40px; }
  .rent-why { grid-template-columns: 1fr; }
}


/* ============ catalog.css ============ */
/* =============================================
   CATALOG.CSS — Каталог магазинов
   ============================================= */

/* ─── STICKY TABS BAR ────────────────────── */
.sc-tabs-bar {
  position: sticky;
  top: var(--header-h);
  z-index: 90;
  background: rgba(246,244,241,.96);
  border-bottom: 1px solid var(--c-border);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding-block: var(--sp-12);
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ─── INLINE SEARCH ──────────────────────── */
.sc-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--c-border);
  padding-bottom: var(--sp-12);
  margin-bottom: var(--sp-12);
}

.sc-search-wrap__icon {
  position: absolute;
  left: var(--sp-14);
  width: 16px; height: 16px;
  color: var(--c-text-muted);
  pointer-events: none;
  flex-shrink: 0;
}

.sc-search-input {
  width: 100%;
  height: 42px;
  padding: 0 var(--sp-40) 0 var(--sp-40);
  font-family: var(--f-body);
  font-size: var(--fs-14);
  font-weight: var(--fw-400);
  color: var(--c-dark);
  background: var(--c-surface);
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-pill);
  outline: none;
  transition: border-color var(--d-fast), box-shadow var(--d-fast);
  appearance: none;
  -webkit-appearance: none;
}
/* hide native × in Chrome/Safari */
.sc-search-input::-webkit-search-cancel-button { display: none; }

.sc-search-input::placeholder { color: rgba(28,26,23,.35); }

.sc-search-input:focus {
  border-color: var(--c-accent);
  box-shadow: 0 0 0 3px rgba(232,93,4,.10);
}

.sc-search-clear {
  position: absolute;
  right: var(--sp-12);
  width: 24px; height: 24px;
  border-radius: 50%;
  border: none;
  background: var(--c-border);
  color: var(--c-text-muted);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--d-fast), background var(--d-fast);
}
.sc-search-clear svg { width: 12px; height: 12px; }
.sc-search-clear.is-visible { opacity: 1; pointer-events: auto; }
.sc-search-clear:hover { background: var(--c-dark); color: #fff; }

/* ─── CATEGORY PILLS ─────────────────────── */
.sc-tabs {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: var(--sp-6);
  padding-bottom: 2px; /* prevent shadow clip */
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  cursor: grab;
  user-select: none;
}
.sc-tabs::-webkit-scrollbar { display: none; }
.sc-tabs.is-dragging { cursor: grabbing; }

.sc-tab {
  flex-shrink: 0;
  padding: var(--sp-8) var(--sp-16);
  font-family: var(--f-body);
  font-size: var(--fs-13);
  font-weight: var(--fw-500);
  color: var(--c-text-soft);
  background: transparent;
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-pill);
  cursor: pointer;
  transition: color var(--d-fast), border-color var(--d-fast), background var(--d-fast);
  display: flex;
  align-items: center;
  gap: var(--sp-6);
  white-space: nowrap;
  line-height: 1;
}
.sc-tab:hover {
  color: var(--c-accent);
  border-color: var(--c-accent);
  background: rgba(232,93,4,.04);
}
.sc-tab.is-active {
  color: #fff;
  background: var(--c-accent);
  border-color: var(--c-accent);
}

.sc-tab__count {
  font-size: var(--fs-11);
  font-weight: var(--fw-600);
  background: rgba(28,26,23,.10);
  color: inherit;
  padding: 1px 6px;
  border-radius: var(--r-pill);
  transition: background var(--d-fast);
}
.sc-tab:hover .sc-tab__count {
  background: rgba(232,93,4,.12);
}
.sc-tab.is-active .sc-tab__count {
  background: rgba(255,255,255,.25);
  color: #fff;
}

/* ─── SECTION ─────────────────────────────── */
.sc-section {
  padding-block: var(--sp-64);
  background: var(--c-bg);
}

/* ─── CSS-DRIVEN HEADING SWITCH ───────────── */
/* All heading variants hidden by default     */
.sc-head { display: none; }

#catalog-content[data-filter="all"]     .sc-head[data-head="all"]     { display: block; }
#catalog-content[data-filter="fashion"] .sc-head[data-head="fashion"] { display: block; }
#catalog-content[data-filter="beauty"]  .sc-head[data-head="beauty"]  { display: block; }
#catalog-content[data-filter="sport"]   .sc-head[data-head="sport"]   { display: block; }
#catalog-content[data-filter="kids"]    .sc-head[data-head="kids"]    { display: block; }
#catalog-content[data-filter="tech"]    .sc-head[data-head="tech"]    { display: block; }
#catalog-content[data-filter="home"]    .sc-head[data-head="home"]    { display: block; }
#catalog-content[data-filter="food"]    .sc-head[data-head="food"]    { display: block; }
#catalog-content[data-filter="service"] .sc-head[data-head="service"] { display: block; }

/* ─── COUNT BADGE ─────────────────────────── */
.sc-count-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-8);
  margin-top: var(--sp-12);
  font-size: var(--fs-13);
  color: var(--c-text-soft);
  font-weight: var(--fw-400);
}
.sc-count-badge strong {
  font-family: var(--f-display);
  font-size: var(--fs-24);
  font-weight: var(--fw-600);
  color: var(--c-accent);
  line-height: 1;
}

/* ─── GRID ────────────────────────────────── */
.sc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-24);
}

/* Override slider-specific widths for grid context */
.sc-grid .store-card {
  width: auto;
  flex-shrink: unset;
  scroll-snap-align: unset;
}

.sc-grid .store-card__img {
  height: 200px;
}

/* ─── EMPTY STATE ─────────────────────────── */
.sc-empty {
  display: none;
  grid-column: 1 / -1;
  text-align: center;
  padding: var(--sp-80) var(--sp-24);
}
.sc-empty.is-visible { display: block; }

.sc-empty__icon {
  width: 52px; height: 52px;
  margin: 0 auto var(--sp-16);
  color: var(--c-border);
}
.sc-empty__title {
  font-family: var(--f-display);
  font-size: var(--fs-28);
  color: var(--c-dark);
  margin-bottom: var(--sp-8);
}
.sc-empty__text {
  font-size: var(--fs-15);
  color: var(--c-text-soft);
}

/* ─── RESPONSIVE ──────────────────────────── */
@media (max-width: 1200px) {
  .sc-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .sc-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .sc-tabs-bar .container {
    padding-inline: 0;
  }
  .sc-search-wrap {
    padding-inline: var(--sp-16);
  }
  .sc-tabs {
    padding-inline: var(--sp-16);
    padding-right: var(--sp-32);
    position: relative;
  }
}

@media (max-width: 480px) {
  .sc-grid { grid-template-columns: repeat(2, 1fr); gap: var(--sp-12); }
  .sc-grid .store-card__img { height: 140px; }
  .sc-tab { padding: 7px var(--sp-12); font-size: var(--fs-12); }
  .sc-search-input { font-size: var(--fs-13); height: 38px; }
}


/* ============ catalog-single.css ============ */
/* =============================================
   CATALOG-SINGLE.CSS — Страница магазина
   ============================================= */

/* ─── STORE DETAIL SECTION ─────────────────── */
.csd-section {
  padding-block: var(--sp-80);
  background: var(--c-bg);
}

.csd-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: var(--sp-64);
  align-items: start;
}

/* ─── SIDEBAR ────────────────────────────────── */
.csd-sidebar {
  position: sticky;
  top: calc(var(--header-h) + var(--sp-24));
}

/* ─── LOGO (square key image) ────────────────── */
.csd-logo {
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  box-shadow: var(--sh-md);
}
.csd-logo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .9s var(--ease);
}
.csd-logo:hover img { transform: scale(1.04); }

/* ─── STORE NAME ─────────────────────────────── */
.csd-store-name {
  font-family: var(--f-display);
  font-size: clamp(var(--fs-24), 2.5vw, var(--fs-32));
  font-weight: var(--fw-600);
  color: var(--c-dark);
  line-height: 1.1;
  letter-spacing: -.022em;
  margin-top: var(--sp-20);
  margin-bottom: 0;
}

.csd-info-list {
  margin-top: var(--sp-20);
  list-style: none;
  padding: 0; margin-bottom: 0;
}

.csd-info-item {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-12);
  padding: var(--sp-14) 0;
  border-bottom: 1px solid var(--c-border);
}
.csd-info-item:first-child { border-top: 1px solid var(--c-border); }

.csd-info-item__icon {
  width: 18px; height: 18px;
  flex-shrink: 0;
  color: var(--c-accent);
  margin-top: 1px;
}
.csd-info-item__icon svg { width: 100%; height: 100%; }

.csd-info-item__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.csd-info-item__label {
  font-size: var(--fs-10);
  font-weight: var(--fw-700);
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--c-text-soft);
}
.csd-info-item__value {
  font-size: var(--fs-14);
  font-weight: var(--fw-500);
  color: var(--c-dark);
  line-height: 1.45;
}
.csd-info-item__value a {
  color: var(--c-accent);
  text-decoration: none;
  transition: color var(--d-fast);
}
.csd-info-item__value a:hover {
  color: var(--c-accent-hover);
  text-decoration: underline;
}

/* ─── CONTENT AREA ───────────────────────────── */
.csd-content {}

/* ─── STORE BADGES ───────────────────────────── */
.csd-badges {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-8);
  margin-bottom: var(--sp-32);
}
.csd-badge {
  font-size: var(--fs-12);
  font-weight: var(--fw-600);
  padding: var(--sp-6) var(--sp-14);
  border-radius: var(--r-pill);
  border: 1.5px solid var(--c-border);
  color: var(--c-text-soft);
  background: var(--c-surface);
  display: inline-flex;
  align-items: center;
  gap: var(--sp-6);
}
.csd-badge svg { width: 14px; height: 14px; color: var(--c-accent); }

/* ─── RICHTEXT ───────────────────────────────── */
.csd-richtext > * + * { margin-top: var(--sp-20); }

.csd-richtext h2 {
  font-family: var(--f-display);
  font-size: clamp(var(--fs-24), 3vw, var(--fs-32));
  font-weight: var(--fw-600);
  color: var(--c-dark);
  line-height: 1.1;
  letter-spacing: -.02em;
  margin-top: var(--sp-40);
}
.csd-richtext h2:first-child { margin-top: 0; }

.csd-richtext h3 {
  font-family: var(--f-display);
  font-size: var(--fs-22);
  font-weight: var(--fw-600);
  color: var(--c-dark);
  line-height: 1.2;
  letter-spacing: -.015em;
  margin-top: var(--sp-36, var(--sp-32));
}
.csd-richtext h3:first-child { margin-top: 0; }

.csd-richtext h4 {
  font-family: var(--f-display);
  font-size: var(--fs-18);
  font-weight: var(--fw-600);
  color: var(--c-dark);
  line-height: 1.3;
  margin-top: var(--sp-28);
}
.csd-richtext h4:first-child { margin-top: 0; }

.csd-richtext h5,
.csd-richtext h6 {
  font-size: var(--fs-15);
  font-weight: var(--fw-600);
  color: var(--c-dark);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: var(--sp-24);
}

.csd-richtext p {
  font-size: var(--fs-16);
  line-height: 1.78;
  color: var(--c-text-mid);
  font-weight: var(--fw-300);
}

.csd-richtext a {
  color: var(--c-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--d-fast);
}
.csd-richtext a:hover { color: var(--c-accent-hover); }

.csd-richtext strong { font-weight: var(--fw-600); color: var(--c-dark); }
.csd-richtext em     { font-style: italic; }
.csd-richtext small  { font-size: var(--fs-13); color: var(--c-text-soft); }

.csd-richtext ul,
.csd-richtext ol {
  list-style: none;
  padding: 0;
}

.csd-richtext ul li {
  padding-left: var(--sp-20);
  position: relative;
  font-size: var(--fs-15);
  color: var(--c-text-mid);
  line-height: 1.72;
  font-weight: var(--fw-300);
}
.csd-richtext ul li + li { margin-top: var(--sp-8); }
.csd-richtext ul li::before {
  content: '';
  position: absolute;
  left: 0; top: .65em;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--c-accent);
}

.csd-richtext ol {
  counter-reset: csd-list;
}
.csd-richtext ol li {
  counter-increment: csd-list;
  padding-left: var(--sp-28);
  position: relative;
  font-size: var(--fs-15);
  color: var(--c-text-mid);
  line-height: 1.72;
  font-weight: var(--fw-300);
}
.csd-richtext ol li + li { margin-top: var(--sp-8); }
.csd-richtext ol li::before {
  content: counter(csd-list) '.';
  position: absolute;
  left: 0;
  font-family: var(--f-display);
  font-size: var(--fs-14);
  font-weight: var(--fw-600);
  color: var(--c-accent);
  line-height: 1.72;
}

.csd-richtext blockquote {
  padding: var(--sp-20) var(--sp-24);
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  margin-top: var(--sp-32);
  margin-bottom: var(--sp-32);
}
.csd-richtext blockquote p {
  font-family: var(--f-display);
  font-size: var(--fs-18);
  font-style: italic;
  color: var(--c-dark);
  font-weight: var(--fw-400);
  line-height: 1.55;
  margin-top: 0;
}
.csd-richtext blockquote cite {
  display: block;
  font-size: var(--fs-12);
  color: var(--c-text-soft);
  margin-top: var(--sp-8);
  font-style: normal;
  font-weight: var(--fw-500);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.csd-richtext hr {
  border: none;
  border-top: 1px solid var(--c-border);
  margin-block: var(--sp-40);
}

.csd-richtext code {
  font-family: 'Courier New', monospace;
  font-size: .88em;
  background: var(--c-surface-2);
  padding: 2px 7px;
  border-radius: 4px;
  color: var(--c-dark);
}

/* ─── FEEDBACK SECTION ───────────────────────── */
.csd-feedback {
  padding-block: var(--sp-80);
  background: var(--c-surface);
  border-top: 1px solid var(--c-border);
}

.csd-feedback__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-80);
  align-items: start;
}

.csd-feedback__intro {
  position: sticky;
  top: calc(var(--header-h) + var(--sp-24));
}

.csd-feedback__tag {
  display: block;
  font-size: var(--fs-11);
  font-weight: var(--fw-700);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--c-accent);
  margin-bottom: var(--sp-16);
}

.csd-feedback__title {
  font-family: var(--f-display);
  font-size: clamp(var(--fs-28), 3vw, var(--fs-40));
  font-weight: var(--fw-600);
  color: var(--c-dark);
  line-height: 1.06;
  letter-spacing: -.022em;
  margin-bottom: var(--sp-20);
}
.csd-feedback__title em {
  font-style: italic;
  color: var(--c-accent);
}

.csd-feedback__desc {
  font-size: var(--fs-15);
  color: var(--c-text-soft);
  font-weight: var(--fw-300);
  line-height: 1.75;
}

.csd-feedback__form-card {
  background: var(--c-bg);
  border-radius: var(--r-xl);
  padding: var(--sp-40);
  border: 1px solid var(--c-border);
}

/* Custom select arrow */
.csd-select-wrap {
  position: relative;
}
.csd-select-wrap::after {
  content: '';
  position: absolute;
  right: var(--sp-14);
  top: 50%;
  transform: translateY(-50%);
  width: 0; height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--c-text-soft);
  pointer-events: none;
  transition: transform var(--d-fast), border-top-color var(--d-fast);
}
.csd-select-wrap:focus-within::after {
  transform: translateY(-50%) rotate(180deg);
  border-top-color: var(--c-accent);
}
.csd-select-wrap .tp-form-select {
  padding-right: var(--sp-40);
  cursor: pointer;
}

/* Feedback success state */
.csd-feedback__success {
  display: none;
  text-align: center;
  padding: var(--sp-56) var(--sp-24);
}
.csd-feedback__success.is-visible { display: block; }

.csd-feedback__success-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--c-accent-pale);
  color: var(--c-accent);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto var(--sp-20);
}
.csd-feedback__success-icon svg { width: 28px; height: 28px; }

.csd-feedback__success-title {
  font-family: var(--f-display);
  font-size: var(--fs-22);
  font-weight: var(--fw-600);
  color: var(--c-dark);
  margin-bottom: var(--sp-8);
}

.csd-feedback__success-text {
  font-size: var(--fs-15);
  color: var(--c-text-soft);
  font-weight: var(--fw-300);
  line-height: 1.7;
}

/* ─── GALLERY SECTION ────────────────────────── */
.csd-gallery-section {
  padding-block: var(--sp-80);
  background: var(--c-surface);
  border-top: 1px solid var(--c-border);
}

.csd-gallery-head {
  margin-bottom: var(--sp-48);
}

.csd-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-16);
}

.csd-gallery__item {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--c-surface-2);
}
.csd-gallery__item img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .7s var(--ease);
}
.csd-gallery__item:hover img { transform: scale(1.06); }

/* ─── RELATED STORES ─────────────────────────── */
.csd-related {
  padding-block: var(--sp-80);
  background: var(--c-bg);
  border-top: 1px solid var(--c-border);
}

/* ─── RESPONSIVE ─────────────────────────────── */
@media (max-width: 1100px) {
  .csd-layout          { grid-template-columns: 300px 1fr; gap: var(--sp-48); }
  .csd-feedback__layout { gap: var(--sp-48); }
}

@media (max-width: 900px) {
  .csd-layout {
    grid-template-columns: 1fr;
    gap: var(--sp-40);
  }
  .csd-sidebar { position: static; }
  .csd-logo    { max-width: 480px; }
  .csd-gallery { grid-template-columns: repeat(2, 1fr); }

  .csd-feedback__layout {
    grid-template-columns: 1fr;
    gap: var(--sp-40);
  }
  .csd-feedback__intro { position: static; }
}

@media (max-width: 680px) {
  .csd-section          { padding-block: var(--sp-56); }
  .csd-gallery-section  { padding-block: var(--sp-56); }
  .csd-gallery          { grid-template-columns: repeat(2, 1fr); gap: var(--sp-10); }
  .csd-feedback         { padding-block: var(--sp-56); }
  .csd-feedback__form-card { padding: var(--sp-24); }
  .csd-related          { padding-block: var(--sp-56); }
  .csd-logo             { max-width: 100%; }
}


/* ============ events.css ============ */
/* =============================================
   EVENTS — events.css
   Архив · Категория · Сингл
   ============================================= */

/* ─── Category color tokens ─── */
:root {
  --cat-aktsii:       #E85D04;
  --cat-aktsii-pale:  #FFF3EB;
  --cat-event:        #2563EB;
  --cat-event-pale:   #EFF6FF;
  --cat-news:         #059669;
  --cat-news-pale:    #ECFDF5;
}

/* =============================================
   ARCHIVE — HERO
   ============================================= */
.ev-hero {
  padding-top: calc(var(--header-h) + var(--sp-56));
  padding-bottom: var(--sp-64);
  background: var(--c-dark);
  position: relative;
  overflow: hidden;
}
.ev-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 75% -20%, rgba(232,93,4,.14) 0%, transparent 55%),
    radial-gradient(ellipse at 5% 120%,  rgba(232,93,4,.06) 0%, transparent 50%);
  pointer-events: none;
}
.ev-hero::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, var(--c-accent) 0%, var(--c-accent-light) 40%, transparent 100%);
}
.ev-hero .container { position: relative; z-index: 1; }

/* Stats strip */
.ev-hero__stats {
  display: flex; gap: var(--sp-48);
  margin-top: var(--sp-56);
  padding-top: var(--sp-40);
  border-top: 1px solid rgba(255,255,255,.08);
}
.ev-stat__num {
  display: block;
  font-family: var(--f-display);
  font-size: var(--fs-40); font-weight: var(--fw-600);
  color: var(--c-text-inv); line-height: 1;
  letter-spacing: -.025em;
}
.ev-stat__label {
  display: block;
  font-size: var(--fs-12); font-weight: var(--fw-500);
  letter-spacing: .1em; text-transform: uppercase;
  color: rgba(246,244,241,.38);
  margin-top: var(--sp-6);
}

/* =============================================
   TABS BAR
   ============================================= */
.ev-tabs-bar {
  position: sticky;
  top: var(--header-h);
  z-index: 100;
  background: rgba(246,244,241,.96);
  border-bottom: 1px solid var(--c-border);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding-block: var(--sp-12);
}
.ev-tabs {
  display: flex; gap: var(--sp-6);
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}
.ev-tabs::-webkit-scrollbar { display: none; }

.ev-tab {
  display: inline-flex; align-items: center; gap: var(--sp-6);
  padding: var(--sp-8) var(--sp-16);
  border-radius: var(--r-pill);
  border: 1.5px solid transparent;
  font-size: var(--fs-13); font-weight: var(--fw-500);
  color: var(--c-text-soft);
  letter-spacing: .01em;
  white-space: nowrap;
  transition: all var(--d-fast) var(--ease);
  cursor: pointer;
  background: none;
  flex-shrink: 0;
}
.ev-tab:hover {
  color: var(--c-dark);
  border-color: var(--c-border);
  background: var(--c-surface);
}
.ev-tab.is-active {
  background: var(--c-dark);
  color: var(--c-text-inv);
  border-color: var(--c-dark);
}
.ev-tab__count {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 18px; height: 18px;
  padding-inline: 4px;
  border-radius: var(--r-pill);
  font-size: var(--fs-10); font-weight: var(--fw-700);
  background: rgba(28,26,23,.08);
  color: inherit;
}
.ev-tab.is-active .ev-tab__count {
  background: rgba(246,244,241,.15);
}

/* =============================================
   CATEGORY BADGE
   ============================================= */
.ev-cat {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: var(--fs-11); font-weight: var(--fw-700);
  letter-spacing: .14em; text-transform: uppercase;
  padding: 5px var(--sp-12);
  border-radius: var(--r-pill);
}
.ev-cat::before {
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
.ev-cat--aktsii  { background: var(--cat-aktsii-pale);  color: var(--cat-aktsii); }
.ev-cat--event   { background: var(--cat-event-pale);   color: var(--cat-event); }
.ev-cat--news    { background: var(--cat-news-pale);    color: var(--cat-news); }

/* Dark variant (for use on dark bg) */
.ev-cat--aktsii-dark { background: rgba(232,93,4,.18); color: var(--c-accent-light); }
.ev-cat--event-dark  { background: rgba(37,99,235,.2);  color: #93C5FD; }
.ev-cat--news-dark   { background: rgba(5,150,105,.2);  color: #6EE7B7; }

/* =============================================
   FEATURED CARD
   ============================================= */
.ev-featured {
  margin-bottom: var(--sp-48);
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--c-dark);
  display: grid;
  grid-template-columns: 55% 1fr;
  min-height: 440px;
  box-shadow: var(--sh-lg);
  position: relative;
  transition: transform var(--d-mid) var(--ease), box-shadow var(--d-mid) var(--ease);
}
.ev-featured:hover { transform: translateY(-4px); box-shadow: var(--sh-xl); }
.ev-featured::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(232,93,4,.08) 0%, transparent 60%);
  pointer-events: none; z-index: 0;
}

.ev-featured__img-wrap {
  position: relative;
  overflow: hidden;
}
.ev-featured__img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform var(--d-xslow) var(--ease);
}
.ev-featured:hover .ev-featured__img { transform: scale(1.04); }
.ev-featured__img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 60%, rgba(28,26,23,.6) 100%);
}

.ev-featured__body {
  padding: var(--sp-48);
  display: flex; flex-direction: column; justify-content: center;
  position: relative; z-index: 1;
}
.ev-featured__meta {
  display: flex; align-items: center; gap: var(--sp-16);
  margin-bottom: var(--sp-24);
}
.ev-featured__label {
  font-size: var(--fs-10); font-weight: var(--fw-700);
  letter-spacing: .22em; text-transform: uppercase;
  color: rgba(246,244,241,.35);
}
.ev-featured__title {
  font-family: var(--f-display);
  font-size: clamp(var(--fs-28), 3vw, var(--fs-40));
  font-weight: var(--fw-600);
  color: var(--c-text-inv);
  line-height: 1.12; letter-spacing: -.022em;
  margin-bottom: var(--sp-20);
}
.ev-featured__title em { font-style: italic; color: var(--c-accent-light); }
.ev-featured__excerpt {
  font-size: var(--fs-15); color: rgba(246,244,241,.5);
  font-weight: var(--fw-300); line-height: 1.75;
  margin-bottom: var(--sp-40);
}
.ev-featured__date {
  font-size: var(--fs-12); color: rgba(246,244,241,.3);
  margin-top: var(--sp-24);
  font-weight: var(--fw-400);
}

/* =============================================
   EVENTS GRID
   ============================================= */
.ev-section {
  padding-block: var(--sp-64) var(--sp-80);
  background: var(--c-bg);
}

.ev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-24);
  margin-bottom: var(--sp-48);
}

/* Card */
.ev-card {
  background: var(--c-surface);
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--c-border);
  box-shadow: var(--sh-sm);
  display: flex; flex-direction: column;
  transition: transform var(--d-mid) var(--ease), box-shadow var(--d-mid) var(--ease),
              border-color var(--d-mid) var(--ease);
}
.ev-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-md);
  border-color: rgba(232,93,4,.25);
}

.ev-card__img-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--c-surface-2);
}
.ev-card__img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform var(--d-xslow) var(--ease);
}
.ev-card:hover .ev-card__img { transform: scale(1.05); }

/* Date badge floating over image */
.ev-card__date-badge {
  position: absolute;
  top: var(--sp-16); right: var(--sp-16);
  background: rgba(28,26,23,.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-md);
  padding: var(--sp-8) var(--sp-12);
  text-align: center; line-height: 1;
  color: var(--c-text-inv);
}
.ev-card__date-day {
  display: block;
  font-family: var(--f-display);
  font-size: var(--fs-24); font-weight: var(--fw-600);
  letter-spacing: -.03em;
}
.ev-card__date-mon {
  display: block;
  font-size: var(--fs-10); font-weight: var(--fw-500);
  letter-spacing: .1em; text-transform: uppercase;
  color: rgba(246,244,241,.5);
  margin-top: 2px;
}

.ev-card__body {
  padding: var(--sp-24);
  display: flex; flex-direction: column;
  flex: 1;
}
.ev-card__top {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: var(--sp-16);
}
.ev-card__title {
  font-family: var(--f-display);
  font-size: var(--fs-20); font-weight: var(--fw-600);
  color: var(--c-dark); line-height: 1.22;
  letter-spacing: -.015em;
  margin-bottom: var(--sp-12);
  transition: color var(--d-fast);
}
.ev-card:hover .ev-card__title { color: var(--c-accent); }
.ev-card__excerpt {
  font-size: var(--fs-14); color: var(--c-text-soft);
  font-weight: var(--fw-300); line-height: 1.7;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ev-card__until {
  display: flex; align-items: center; gap: 5px;
  font-size: var(--fs-12); color: var(--c-text-soft);
  font-weight: var(--fw-400);
  margin-top: var(--sp-12);
}
.ev-card__until svg { width: 12px; height: 12px; color: var(--c-accent); flex-shrink: 0; }

.ev-card__footer {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: var(--sp-16);
  padding-top: var(--sp-16);
  border-top: 1px solid var(--c-border);
}
.ev-card__read {
  display: inline-flex; align-items: center; gap: var(--sp-6);
  font-size: var(--fs-12); font-weight: var(--fw-600);
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--c-dark);
  transition: color var(--d-fast), gap var(--d-fast);
}
.ev-card:hover .ev-card__read {
  color: var(--c-accent);
  gap: var(--sp-10);
}
.ev-card__read svg { width: 14px; height: 14px; flex-shrink: 0; }
.ev-card__views {
  display: flex; align-items: center; gap: 5px;
  font-size: var(--fs-12); color: var(--c-text-soft);
}
.ev-card__views svg { width: 13px; height: 13px; }

/* ─── Section heading variants (CSS-driven, no JS text changes) ─── */
.ev-head { display: none; }

#events-content[data-filter="all"]    .ev-head[data-head="all"]    { display: block; }
#events-content[data-filter="aktsii"] .ev-head[data-head="aktsii"] { display: block; }
#events-content[data-filter="event"]  .ev-head[data-head="event"]  { display: block; }
#events-content[data-filter="news"]   .ev-head[data-head="news"]   { display: block; }

/* Grid heading divider */
.ev-grid-head {
  display: flex; align-items: center; gap: var(--sp-20);
  margin-bottom: var(--sp-40);
  margin-top: var(--sp-56);
}
.ev-grid-head__label {
  font-size: var(--fs-11); font-weight: var(--fw-700);
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--c-text-soft);
  white-space: nowrap; flex-shrink: 0;
}
.ev-grid-head__line {
  flex: 1; height: 1px;
  background: var(--c-border);
}

/* Load more button row */
.ev-load-row {
  display: flex; justify-content: center; padding-bottom: var(--sp-16);
}

/* =============================================
   CATEGORY ARCHIVE HERO
   ============================================= */
.evc-hero {
  padding-top: calc(var(--header-h) + var(--sp-48));
  padding-bottom: var(--sp-56);
  background: var(--c-dark);
  position: relative; overflow: hidden;
}
.evc-hero::before {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
}
.evc-hero--aktsii::before {
  background: radial-gradient(ellipse at 80% 0%, rgba(232,93,4,.18) 0%, transparent 55%);
}
.evc-hero--event::before {
  background: radial-gradient(ellipse at 80% 0%, rgba(37,99,235,.15) 0%, transparent 55%);
}
.evc-hero--news::before {
  background: radial-gradient(ellipse at 80% 0%, rgba(5,150,105,.15) 0%, transparent 55%);
}
.evc-hero::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, var(--evc-accent, var(--c-accent)) 0%, transparent 70%);
}
.evc-hero--aktsii { --evc-accent: var(--cat-aktsii); }
.evc-hero--event  { --evc-accent: var(--cat-event); }
.evc-hero--news   { --evc-accent: var(--cat-news); }

.evc-hero .container { position: relative; z-index: 1; }

.evc-back {
  display: inline-flex; align-items: center; gap: var(--sp-8);
  font-size: var(--fs-12); font-weight: var(--fw-500);
  letter-spacing: .06em; text-transform: uppercase;
  color: rgba(246,244,241,.38);
  margin-bottom: var(--sp-32);
  transition: color var(--d-fast);
}
.evc-back:hover { color: rgba(246,244,241,.7); }
.evc-back svg { width: 14px; height: 14px; }

.evc-hero__cat-title {
  font-family: var(--f-display);
  font-size: clamp(var(--fs-48), 7vw, var(--fs-96));
  font-weight: var(--fw-600);
  line-height: .95; letter-spacing: -.03em;
  color: var(--c-text-inv);
  margin-bottom: var(--sp-24);
}
/* Outline text accent for large title */
.evc-hero__cat-title span {
  -webkit-text-stroke: 2px rgba(246,244,241,.18);
  color: transparent;
}
.evc-hero__desc {
  font-size: var(--fs-16); font-weight: var(--fw-300);
  color: rgba(246,244,241,.45); line-height: 1.75;
  max-width: 520px;
}
.evc-hero__count {
  display: inline-block;
  font-size: var(--fs-13); font-weight: var(--fw-500);
  color: rgba(246,244,241,.35);
  margin-top: var(--sp-32);
  padding: var(--sp-10) var(--sp-20);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-pill);
}

/* Category archive grid section */
.evc-section {
  padding-block: var(--sp-64) var(--sp-80);
  background: var(--c-bg);
}

/* =============================================
   SINGLE POST
   ============================================= */

/* Reading progress */
.evs-progress {
  position: fixed;
  top: var(--header-h);
  left: 0; right: 0;
  height: 3px;
  background: rgba(232,93,4,.15);
  z-index: 199;
}
.evs-progress__bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--c-accent) 0%, var(--c-accent-light) 100%);
  transition: width .08s linear;
}

/* Single hero */
.evs-hero {
  position: relative;
  min-height: 65vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden;
  background: var(--c-dark);
}
.evs-hero__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.evs-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(28,26,23,.25) 0%,
    rgba(28,26,23,.35) 30%,
    rgba(28,26,23,.75) 70%,
    rgba(28,26,23,.92) 100%
  );
}
.evs-hero__content {
  position: relative; z-index: 1;
  padding-top: calc(var(--header-h) + var(--sp-48));
  padding-bottom: var(--sp-72, var(--sp-64));
}
.evs-hero__content .container {}
.evs-hero__meta {
  display: flex; align-items: center; gap: var(--sp-20);
  margin-bottom: var(--sp-32);
  flex-wrap: wrap;
  row-gap: var(--sp-12);
}
.evs-hero__date {
  font-size: var(--fs-13); color: rgba(246,244,241,.45);
  font-weight: var(--fw-400);
}
.evs-hero__read-time {
  display: flex; align-items: center; gap: var(--sp-6);
  font-size: var(--fs-13); color: rgba(246,244,241,.4);
  font-weight: var(--fw-400);
}
.evs-hero__read-time svg {
  width: 13px; height: 13px;
  color: rgba(246,244,241,.3); flex-shrink: 0;
}
.evs-hero__meta-sep {
  width: 1px; height: 20px;
  background: rgba(246,244,241,.2); flex-shrink: 0;
}
.evs-hero__title {
  font-family: var(--f-display);
  font-size: clamp(var(--fs-40), 5.5vw, var(--fs-72));
  font-weight: var(--fw-600);
  color: var(--c-text-inv);
  line-height: 1.04; letter-spacing: -.028em;
  max-width: 900px;
  margin-bottom: var(--sp-24);
}
.evs-hero__title em { font-style: italic; color: var(--c-accent-light); }
.evs-hero__lead {
  font-size: var(--fs-18); color: rgba(246,244,241,.6);
  font-weight: var(--fw-300); line-height: 1.7;
  max-width: 640px;
}

/* ─── Date pair chip (hero) ─── */
.evs-date-pair {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: var(--r-pill);
  overflow: hidden;
}
.evs-date-item {
  display: flex;
  align-items: center;
  gap: var(--sp-8);
  padding: var(--sp-8) var(--sp-16);
}
.evs-date-item svg {
  width: 13px; height: 13px;
  flex-shrink: 0;
  color: rgba(246,244,241,.38);
}
.evs-date-item__body {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.evs-date-item__label {
  font-size: var(--fs-9);
  font-weight: var(--fw-700);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(246,244,241,.3);
  line-height: 1;
}
.evs-date-item__val {
  font-size: var(--fs-13);
  font-weight: var(--fw-500);
  color: rgba(246,244,241,.65);
  line-height: 1;
}
.evs-date-pair__sep {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,.1);
  flex-shrink: 0;
}
.evs-date-item--until {
  background: rgba(232,93,4,.12);
}
.evs-date-item--until svg {
  color: var(--c-accent-light);
}
.evs-date-item--until .evs-date-item__label {
  color: rgba(255,176,120,.5);
}
.evs-date-item--until .evs-date-item__val {
  color: var(--c-accent-light);
  font-weight: var(--fw-600);
}

/* ─── Key image (top of article card) ─── */
.evs-key-img {
  margin: calc(-1 * var(--sp-56)) calc(-1 * var(--sp-56)) var(--sp-48);
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--c-surface-2);
}
.evs-key-img img {
  width: 100%; height: 100%;
  object-fit: contain; object-position: center;
  display: block;
}

/* Article layout */
.evs-article {
  padding-block: var(--sp-80);
  background: var(--c-bg);
}
.evs-article__layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: var(--sp-64);
  align-items: start;
}

/* Content */
.evs-content {
  background: var(--c-surface);
  border-radius: var(--r-xl);
  border: 1px solid var(--c-border);
  padding: var(--sp-56);
  box-shadow: var(--sh-sm);
}
.evs-content h2 {
  font-family: var(--f-display);
  font-size: var(--fs-32); font-weight: var(--fw-600);
  color: var(--c-dark); line-height: 1.18;
  letter-spacing: -.02em;
  margin-top: var(--sp-56); margin-bottom: var(--sp-24);
}
.evs-content h2:first-child { margin-top: 0; }
.evs-content h3 {
  font-family: var(--f-display);
  font-size: var(--fs-24); font-weight: var(--fw-600);
  color: var(--c-dark); line-height: 1.2;
  margin-top: var(--sp-40); margin-bottom: var(--sp-16);
}
.evs-content p {
  font-size: var(--fs-16); color: var(--c-text-mid);
  font-weight: var(--fw-300); line-height: 1.85;
  margin-bottom: var(--sp-20);
}
.evs-content p:last-child { margin-bottom: 0; }
.evs-content a {
  color: var(--c-accent);
  border-bottom: 1px solid rgba(232,93,4,.3);
  transition: border-color var(--d-fast), color var(--d-fast);
}
.evs-content a:hover { border-color: var(--c-accent); }
.evs-content ul, .evs-content ol {
  margin-bottom: var(--sp-20);
  padding-left: var(--sp-24);
}
.evs-content li {
  font-size: var(--fs-16); color: var(--c-text-mid);
  font-weight: var(--fw-300); line-height: 1.8;
  margin-bottom: var(--sp-8);
}
.evs-content ul li::marker { color: var(--c-accent); }

/* Inline image in content */
.evs-content__img {
  width: 100%;
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-block: var(--sp-40);
  box-shadow: var(--sh-md);
}
.evs-content__img img {
  width: 100%; display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.evs-content__img-caption {
  padding: var(--sp-10) var(--sp-16);
  font-size: var(--fs-12); color: var(--c-text-soft);
  font-weight: var(--fw-400);
  font-style: italic;
  background: var(--c-bg);
}

/* Pull quote */
.evs-pullquote {
  margin-block: var(--sp-48);
  padding: var(--sp-32) var(--sp-40);
  border-left: 4px solid var(--c-accent);
  background: var(--c-accent-pale);
  border-radius: 0 var(--r-lg) var(--r-lg) 0;
}
.evs-pullquote p {
  font-family: var(--f-display);
  font-size: var(--fs-20); font-weight: var(--fw-500);
  color: var(--c-dark); line-height: 1.55;
  font-style: italic;
  margin-bottom: 0;
}

/* Conditions table (for promotions) */
.evs-conditions {
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-block: var(--sp-32);
}
.evs-condition-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-bottom: 1px solid var(--c-border);
}
.evs-condition-row:last-child { border-bottom: none; }
.evs-condition-row__key {
  padding: var(--sp-14) var(--sp-20);
  background: var(--c-bg);
  font-size: var(--fs-13); font-weight: var(--fw-600);
  color: var(--c-text-mid);
  letter-spacing: .02em;
  border-right: 1px solid var(--c-border);
}
.evs-condition-row__val {
  padding: var(--sp-14) var(--sp-20);
  font-size: var(--fs-14); color: var(--c-text);
  font-weight: var(--fw-400); line-height: 1.6;
}

/* Article tags */
.evs-content__tags {
  display: flex; flex-wrap: wrap; gap: var(--sp-8);
  margin-top: var(--sp-48);
  padding-top: var(--sp-32);
  border-top: 1px solid var(--c-border);
}
.evs-tag {
  display: inline-block;
  font-size: var(--fs-12); font-weight: var(--fw-500);
  color: var(--c-text-soft);
  padding: var(--sp-6) var(--sp-14);
  border: 1px solid var(--c-border);
  border-radius: var(--r-pill);
  transition: all var(--d-fast);
}
.evs-tag:hover {
  border-color: var(--c-accent);
  color: var(--c-accent);
  background: var(--c-accent-pale);
}

/* Share row */
.evs-share {
  display: flex; align-items: center; gap: var(--sp-12);
  margin-top: var(--sp-32);
}
.evs-share__label {
  font-size: var(--fs-12); font-weight: var(--fw-600);
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--c-text-soft);
  flex-shrink: 0;
}
.evs-share__btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-md);
  color: var(--c-text-soft);
  transition: all var(--d-fast);
}
.evs-share__btn svg { width: 16px; height: 16px; }
.evs-share__btn:hover,
.evs-share__btn.is-copied {
  border-color: var(--cat-news);
  color: var(--cat-news);
  background: var(--cat-news-pale);
}

/* Sidebar */
.evs-sidebar {
  position: sticky;
  top: calc(var(--header-h) + var(--sp-32));
  display: flex; flex-direction: column; gap: var(--sp-24);
}

.evs-sidebar-block {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-xl);
  padding: var(--sp-28);
  box-shadow: var(--sh-sm);
}
.evs-sidebar-block__title {
  font-size: var(--fs-11); font-weight: var(--fw-700);
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--c-text-soft);
  margin-bottom: var(--sp-20);
}

/* Sidebar CTA block */
.evs-sidebar-cta {
  background: var(--c-dark);
  border-radius: var(--r-xl);
  padding: var(--sp-32);
  position: relative; overflow: hidden;
}
.evs-sidebar-cta::before {
  content: '';
  position: absolute; top: -60px; right: -60px;
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,93,4,.12) 0%, transparent 70%);
  pointer-events: none;
}
.evs-sidebar-cta__title {
  font-family: var(--f-display);
  font-size: var(--fs-18); font-weight: var(--fw-600);
  color: var(--c-text-inv); line-height: 1.25;
  margin-bottom: var(--sp-12);
}
.evs-sidebar-cta__text {
  font-size: var(--fs-13); color: rgba(246,244,241,.42);
  font-weight: var(--fw-300); line-height: 1.65;
  margin-bottom: var(--sp-24);
}

/* Sidebar mini card */
.evs-mini-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: var(--sp-14);
  padding-block: var(--sp-14);
  border-bottom: 1px solid var(--c-border);
  transition: opacity var(--d-fast);
}
.evs-mini-card:last-child { border-bottom: none; padding-bottom: 0; }
.evs-mini-card:first-child { padding-top: 0; }
.evs-mini-card:hover { opacity: .8; }
.evs-mini-card__img {
  width: 64px; height: 64px;
  border-radius: var(--r-md);
  overflow: hidden; flex-shrink: 0;
}
.evs-mini-card__img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.evs-mini-card__title {
  font-size: var(--fs-13); font-weight: var(--fw-500);
  color: var(--c-dark); line-height: 1.35;
  margin-bottom: var(--sp-4);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.evs-mini-card__date {
  font-size: var(--fs-11); color: var(--c-text-soft);
  font-weight: var(--fw-400);
}

/* =============================================
   RELATED POSTS
   ============================================= */
.evs-related {
  padding-block: var(--sp-80);
  background: var(--c-surface);
  border-top: 1px solid var(--c-border);
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1100px) {
  .ev-grid { grid-template-columns: repeat(2, 1fr); }
  .evs-article__layout { grid-template-columns: 1fr 290px; gap: var(--sp-40); }
}

@media (max-width: 900px) {
  .ev-featured { grid-template-columns: 1fr; min-height: auto; }
  .ev-featured__img-wrap { aspect-ratio: 16 / 9; }
  .ev-featured__body { padding: var(--sp-32); }
  .evs-article__layout { grid-template-columns: 1fr; }
  .evs-sidebar { position: static; }
  .evs-content { padding: var(--sp-32); }
  .evs-key-img { margin: calc(-1 * var(--sp-32)) calc(-1 * var(--sp-32)) var(--sp-32); }
}

@media (max-width: 680px) {
  .ev-grid { grid-template-columns: 1fr; }
  .ev-hero__stats { gap: var(--sp-24); }
  .evc-hero__cat-title { font-size: var(--fs-56); }
  .evs-content { padding: var(--sp-24); }
  .evs-key-img { margin: calc(-1 * var(--sp-24)) calc(-1 * var(--sp-24)) var(--sp-24); }
  .evs-date-pair { flex-wrap: wrap; border-radius: var(--r-lg); }
  .evs-date-item { padding: var(--sp-8) var(--sp-14); }
  .evs-pullquote { padding: var(--sp-24) var(--sp-24) var(--sp-24) var(--sp-28); }
  .evs-condition-row { grid-template-columns: 1fr; }
  .evs-condition-row__key { border-right: none; border-bottom: 1px solid var(--c-border); }
}

/* ============================================================
   Hero meta — обновлённый design (chip-bar поверх hero-фона).
   Заменяет старые .evs-date-pair и .evs-hero__meta-sep блоки.
   ============================================================ */
.evs-hero__meta {
  /* override старых правил — flex остаётся, но visual теперь chip-based */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--sp-10);
  margin-bottom: var(--sp-32);
  row-gap: var(--sp-10);
}
/* Модификатор для chip'а «Опубликовано» под tp-hero__sub. */
.evs-hero__meta--after-sub {
  margin-top: var(--sp-24);
  margin-bottom: 0;
}

/* Базовый chip — основа всех элементов meta-bar'a. */
.evs-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-8);
  padding: 8px 14px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font-size: var(--fs-13);
  font-weight: var(--fw-500);
  color: rgba(246, 244, 241, .85);
  line-height: 1;
  white-space: nowrap;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.evs-hero__chip svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: rgba(246, 244, 241, .55);
}

.evs-hero__chip-label {
  font-size: var(--fs-11);
  font-weight: var(--fw-700);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(246, 244, 241, .42);
}

.evs-hero__chip-val {
  font-size: var(--fs-13);
  font-weight: var(--fw-600);
  color: rgba(246, 244, 241, .95);
  letter-spacing: -.01em;
}

/* ── Категория (Акция/Событие/Новости) — главный визуальный акцент ── */
.evs-hero__chip--cat {
  background: rgba(232, 93, 4, .14);
  border-color: rgba(232, 93, 4, .35);
  color: var(--c-accent-light);
  padding: 9px 16px 9px 14px;
  font-size: var(--fs-12);
  font-weight: var(--fw-700);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.evs-hero__chip-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-accent-light);
  box-shadow: 0 0 0 4px rgba(232, 93, 4, .18);
  animation: evs-hero-dot-pulse 2.4s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes evs-hero-dot-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(232, 93, 4, .18); }
  50%      { box-shadow: 0 0 0 8px rgba(232, 93, 4, 0); }
}

/* ── Альтернативные варианты модификатора категории (event/news) ── */
.evs-hero__chip--event {
  background: rgba(108, 142, 191, .14);
  border-color: rgba(108, 142, 191, .35);
  color: #b9d4f7;
}
.evs-hero__chip--event .evs-hero__chip-dot {
  background: #b9d4f7;
  box-shadow: 0 0 0 4px rgba(108, 142, 191, .18);
  animation-name: evs-hero-dot-pulse-blue;
}
@keyframes evs-hero-dot-pulse-blue {
  0%, 100% { box-shadow: 0 0 0 4px rgba(108, 142, 191, .18); }
  50%      { box-shadow: 0 0 0 8px rgba(108, 142, 191, 0); }
}

.evs-hero__chip--news {
  background: rgba(120, 180, 130, .14);
  border-color: rgba(120, 180, 130, .35);
  color: #cdebd2;
}
.evs-hero__chip--news .evs-hero__chip-dot {
  background: #cdebd2;
  box-shadow: 0 0 0 4px rgba(120, 180, 130, .18);
  animation: none;
}

/* ── Акцентный chip (action — «Действует до»). ── */
.evs-hero__chip--accent {
  background: rgba(232, 93, 4, .12);
  border-color: rgba(232, 93, 4, .28);
}
.evs-hero__chip--accent svg {
  color: var(--c-accent-light);
}
.evs-hero__chip--accent .evs-hero__chip-label {
  color: rgba(255, 176, 120, .55);
}
.evs-hero__chip--accent .evs-hero__chip-val {
  color: var(--c-accent-light);
}

/* ── Ghost chip (read-time — менее заметный) ── */
.evs-hero__chip--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, .1);
  color: rgba(246, 244, 241, .55);
}
.evs-hero__chip--ghost svg {
  color: rgba(246, 244, 241, .35);
}

/* Слегка анимация при наведении (десктоп). */
@media (hover: hover) {
  .evs-hero__chip:hover {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .18);
    transform: translateY(-1px);
  }
  .evs-hero__chip--cat:hover {
    background: rgba(232, 93, 4, .2);
    border-color: rgba(232, 93, 4, .5);
  }
}

/* Скрываем старые элементы (если admin их где-то ещё использует). */
.evs-hero__meta .evs-hero__meta-sep,
.evs-hero__meta .evs-date-pair,
.evs-hero__meta .evs-hero__read-time {
  /* Старые стили остаются для обратной совместимости (admin контент),
     но в новом single-event.php эти классы больше не выводятся. */
}

@media (max-width: 768px) {
  .evs-hero__chip {
    padding: 7px 12px;
    font-size: var(--fs-12);
    gap: var(--sp-6);
  }
  .evs-hero__chip svg { width: 13px; height: 13px; }
  .evs-hero__chip-label { font-size: var(--fs-10); letter-spacing: .1em; }
  .evs-hero__chip-val { font-size: var(--fs-12); }
  .evs-hero__chip--cat { padding: 8px 14px 8px 12px; }
}


/* ============ vacancies.css ============ */
/* =============================================
   VACANCIES — vacancies.css
   Страница вакансий ТЦ Шоколад
   ============================================= */

/* ─── HERO WITH BACKGROUND IMAGE ─── */
.tp-hero--has-bg {
  background-size: cover;
  background-position: center top;
}
/* Затемнение поверх фото */
.tp-hero--has-bg::before {
  background: rgba(28,26,23,.76);
}

/* ─── VACANCIES SECTION ─── */
.vac-section {
  padding-block: var(--sp-80);
  background: var(--c-bg);
}

.vac-section .container > .tp-heading {
  margin-bottom: var(--sp-64);
}

/* ─── VACANCIES LIST ─── */
.vac-list {
  display: flex;
  flex-direction: column;
  gap: var(--sp-40);
}

/* ─── VACANCY CARD ─── */
.vac-card {
  display: grid;
  grid-template-columns: 420px 1fr;
  min-height: 460px;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--c-surface);
  box-shadow: var(--sh-md);
  transition: box-shadow var(--d-mid) var(--ease),
              transform var(--d-mid) var(--ease);
}
.vac-card:hover {
  box-shadow: var(--sh-lg);
  transform: translateY(-5px);
}

/* Чётные — фото справа */
.vac-card--alt {
  grid-template-columns: 1fr 420px;
}
.vac-card--alt .vac-card__media { order: 2; }
.vac-card--alt .vac-card__body  { order: 1; }

/* ─── CARD MEDIA ─── */
.vac-card__media {
  position: relative;
  overflow: hidden;
}
.vac-card__img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  display: block;
  transition: transform .9s var(--ease);
}
.vac-card:hover .vac-card__img { transform: scale(1.06); }

.vac-card__media-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 30%,
    rgba(28,26,23,.6) 100%
  );
  pointer-events: none;
}

/* Бейдж отдела */
.vac-card__dept {
  position: absolute; bottom: var(--sp-20); left: var(--sp-20);
  font-size: var(--fs-11); font-weight: var(--fw-700);
  letter-spacing: .12em; text-transform: uppercase;
  color: rgba(246,244,241,.82);
  background: rgba(28,26,23,.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: var(--sp-6) var(--sp-14);
  border-radius: var(--r-pill);
  border: 1px solid rgba(255,255,255,.14);
}

/* ─── CARD BODY ─── */
.vac-card__body {
  padding: var(--sp-48);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

/* Декоративный номер-водяной знак */
.vac-card__body::before {
  content: attr(data-num);
  position: absolute; top: -16px; right: var(--sp-32);
  font-family: var(--f-display);
  font-size: 11rem; font-weight: var(--fw-700);
  color: var(--c-dark); opacity: .04;
  line-height: 1; letter-spacing: -.05em;
  pointer-events: none; user-select: none;
}

.vac-card__eyebrow {
  display: inline-block;
  font-size: var(--fs-11); font-weight: var(--fw-700);
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--c-accent);
  margin-bottom: var(--sp-12);
}

.vac-card__title {
  font-family: var(--f-display);
  font-size: var(--fs-32); font-weight: var(--fw-600);
  color: var(--c-dark); line-height: 1.08;
  letter-spacing: -.022em;
  margin-bottom: var(--sp-16);
}

.vac-card__desc {
  font-size: var(--fs-15); color: var(--c-text-soft);
  font-weight: var(--fw-300); line-height: 1.75;
  margin-bottom: var(--sp-28);
  padding-bottom: var(--sp-28);
  border-bottom: 1px solid var(--c-border);
}

.vac-card__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-24) var(--sp-32);
  flex: 1;
  margin-bottom: var(--sp-32);
}

.vac-block-label {
  display: block;
  font-size: var(--fs-10); font-weight: var(--fw-700);
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--c-text-soft);
  margin-bottom: var(--sp-12);
}

/* Требования — список */
.vac-req-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: var(--sp-8);
}
.vac-req-list li {
  padding-left: var(--sp-16);
  position: relative;
  font-size: var(--fs-13); color: var(--c-text-mid);
  font-weight: var(--fw-300); line-height: 1.5;
}
.vac-req-list li::before {
  content: '';
  position: absolute; left: 0; top: .5em;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--c-accent);
}

/* Условия — тег-пилюли */
.vac-cond-tags {
  display: flex; flex-wrap: wrap;
  gap: var(--sp-6);
  align-content: flex-start;
}
.vac-tag {
  font-size: var(--fs-12); font-weight: var(--fw-500);
  color: var(--c-accent);
  background: var(--c-accent-pale);
  border: 1px solid rgba(232,93,4,.18);
  border-radius: var(--r-pill);
  padding: 4px var(--sp-12);
  line-height: 1.4; white-space: nowrap;
}

/* Нижний ряд — зарплата + кнопка */
.vac-card__footer {
  display: flex; align-items: center; gap: var(--sp-24);
  padding-top: var(--sp-24);
  border-top: 1px solid var(--c-border);
  margin-top: auto;
}
.vac-card__salary {
  font-family: var(--f-display);
  font-size: var(--fs-22); font-weight: var(--fw-600);
  color: var(--c-dark); line-height: 1;
}
.vac-card__salary small {
  display: block;
  font-family: var(--f-body);
  font-size: var(--fs-10); font-weight: var(--fw-600);
  color: var(--c-text-soft); letter-spacing: .1em;
  text-transform: uppercase; margin-top: var(--sp-4);
}
.vac-card__schedule {
  display: inline-flex; align-items: center; gap: var(--sp-8);
  font-size: var(--fs-13); font-weight: var(--fw-500);
  color: var(--c-text-mid); line-height: 1.2;
  padding-left: var(--sp-16);
  margin-left: var(--sp-4);
  border-left: 1px solid var(--c-border);
}
.vac-card__schedule svg { width: 16px; height: 16px; color: var(--c-accent); flex-shrink: 0; }
.vac-card__cta { margin-left: auto; }

/* ─── RESUME MODAL ─── */
.vac-modal {
  position: fixed; inset: 0; z-index: 700;
  display: flex; align-items: center; justify-content: center;
  padding: var(--sp-24);
  opacity: 0; pointer-events: none;
  transition: opacity var(--d-mid) var(--ease);
}
.vac-modal.is-open { opacity: 1; pointer-events: auto; }

.vac-modal__overlay {
  position: absolute; inset: 0;
  background: rgba(28,26,23,.75);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.vac-modal__panel {
  position: relative; z-index: 1;
  width: 100%; max-width: 560px;
  max-height: 92vh; overflow-y: auto;
  background: var(--c-surface);
  border-radius: var(--r-xl);
  box-shadow: 0 40px 120px rgba(28,26,23,.35);
  transform: translateY(28px) scale(.97);
  transition: transform .4s var(--ease-spring);
  scrollbar-width: none;
}
.vac-modal__panel::-webkit-scrollbar { display: none; }
.vac-modal.is-open .vac-modal__panel {
  transform: translateY(0) scale(1);
}

/* Шапка модалки */
.vac-modal__header {
  padding: var(--sp-40) var(--sp-40) var(--sp-28);
  border-bottom: 1px solid var(--c-border);
  position: sticky; top: 0;
  background: var(--c-surface);
  z-index: 2;
}
.vac-modal__eyebrow {
  display: block;
  font-size: var(--fs-11); font-weight: var(--fw-700);
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--c-accent); margin-bottom: var(--sp-8);
}
.vac-modal__title {
  font-family: var(--f-display);
  font-size: var(--fs-22); font-weight: var(--fw-600);
  color: var(--c-dark); line-height: 1.2;
  padding-right: var(--sp-48);
}
.vac-modal__close {
  position: absolute; top: var(--sp-24); right: var(--sp-24);
  width: 40px; height: 40px; border-radius: var(--r-pill);
  border: 1.5px solid var(--c-border);
  color: var(--c-text-soft);
  display: flex; align-items: center; justify-content: center;
  transition: all var(--d-fast);
}
.vac-modal__close:hover {
  border-color: var(--c-dark); color: var(--c-dark);
  background: var(--c-bg);
}
.vac-modal__close svg { width: 16px; height: 16px; }

/* Тело модалки */
.vac-modal__body {
  padding: var(--sp-32) var(--sp-40) var(--sp-40);
}

/* Форма — реиспользуем tp-form */
.vac-modal__body .tp-form { gap: var(--sp-16); }

/* Зона загрузки файла */
.vac-file-zone {
  border: 2px dashed var(--c-border);
  border-radius: var(--r-lg);
  padding: var(--sp-28) var(--sp-24);
  text-align: center;
  cursor: pointer;
  transition: border-color var(--d-fast), background var(--d-fast);
  position: relative;
  margin-bottom: var(--sp-4);
}
.vac-file-zone:hover,
.vac-file-zone.is-dragover {
  border-color: var(--c-accent);
  background: var(--c-accent-pale);
}
.vac-file-zone input[type="file"] {
  position: absolute; inset: 0;
  opacity: 0; cursor: pointer;
  width: 100%; height: 100%;
}
.vac-file-zone__icon {
  width: 44px; height: 44px;
  margin: 0 auto var(--sp-12);
  border-radius: var(--r-md);
  background: var(--c-bg);
  border: 1.5px solid var(--c-border);
  display: flex; align-items: center; justify-content: center;
  color: var(--c-text-soft);
  transition: background var(--d-fast), border-color var(--d-fast), color var(--d-fast);
}
.vac-file-zone:hover .vac-file-zone__icon,
.vac-file-zone.is-dragover .vac-file-zone__icon {
  background: var(--c-accent); border-color: var(--c-accent); color: #fff;
}
.vac-file-zone__icon svg { width: 20px; height: 20px; }
.vac-file-zone__label {
  font-size: var(--fs-14); font-weight: var(--fw-500);
  color: var(--c-text-mid);
}
.vac-file-zone__label span { color: var(--c-accent); text-decoration: underline; }
.vac-file-zone__hint {
  font-size: var(--fs-12); color: var(--c-text-soft);
  margin-top: var(--sp-4);
}
.vac-file-zone__filename {
  font-size: var(--fs-13); font-weight: var(--fw-500);
  color: var(--c-accent); margin-top: var(--sp-8);
  display: none;
}
.vac-file-zone.has-file .vac-file-zone__filename { display: block; }
.vac-file-zone.has-file .vac-file-zone__label,
.vac-file-zone.has-file .vac-file-zone__hint { display: none; }

/* Успешная отправка */
.vac-modal__success {
  padding: var(--sp-48) var(--sp-40);
  text-align: center;
  display: none;
}
.vac-modal__success.is-visible { display: block; }
.vac-modal__success-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--c-accent-pale);
  color: var(--c-accent);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto var(--sp-24);
}
.vac-modal__success-icon svg { width: 28px; height: 28px; }
.vac-modal__success-title {
  font-family: var(--f-display);
  font-size: var(--fs-24); font-weight: var(--fw-600);
  color: var(--c-dark); margin-bottom: var(--sp-12);
}
.vac-modal__success-text {
  font-size: var(--fs-15); color: var(--c-text-soft);
  font-weight: var(--fw-300); line-height: 1.7;
}

/* ─── BENEFITS GRID ─── */
.vac-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-24);
  margin-top: var(--sp-56);
}

.vac-benefit {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: var(--sp-32) var(--sp-28);
  transition: border-color var(--d-med), transform var(--d-med), box-shadow var(--d-med);
}

.vac-benefit:hover {
  border-color: var(--c-accent);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(232,93,4,.08);
}

.vac-benefit__icon {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(232,93,4,.08);
  border-radius: var(--r-md);
  margin-bottom: var(--sp-16);
  color: var(--c-accent);
}

.vac-benefit__icon svg { width: 22px; height: 22px; }

.vac-benefit__val {
  font-family: var(--ff-display);
  font-size: var(--fs-28);
  font-weight: 700;
  color: var(--c-dark);
  line-height: 1.1;
  margin-bottom: var(--sp-4);
}

.vac-benefit__title {
  font-size: var(--fs-13);
  font-weight: var(--fw-600);
  color: var(--c-dark);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: var(--sp-10);
}

.vac-benefit__text {
  font-size: var(--fs-14);
  color: var(--c-text-muted);
  line-height: 1.65;
  margin: 0;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
  .vac-card              { grid-template-columns: 360px 1fr; }
  .vac-card--alt         { grid-template-columns: 1fr 360px; }
  .vac-card__body        { padding: var(--sp-40); }
  .vac-card__title       { font-size: var(--fs-28); }
  .vac-benefits          { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .vac-card,
  .vac-card--alt {
    grid-template-columns: 1fr;
    grid-template-rows: 280px auto;
    min-height: auto;
  }
  .vac-card--alt .vac-card__media { order: -1; }
  .vac-card--alt .vac-card__body  { order: 0; }
  .vac-card__blocks { grid-template-columns: 1fr; gap: var(--sp-20); }
  .vac-card__body::before { font-size: 8rem; }
}

@media (max-width: 680px) {
  .vac-benefits { grid-template-columns: 1fr; }
  .vac-benefit  { padding: var(--sp-24) var(--sp-20); }
  .vac-section { padding-block: var(--sp-56); }
  .vac-card__body { padding: var(--sp-28); }
  .vac-card__title { font-size: var(--fs-24); }
  .vac-card__footer { flex-direction: column; align-items: flex-start; gap: var(--sp-16); }
  .vac-card__schedule { padding-left: 0; margin-left: 0; border-left: none; }
  .vac-card__cta { margin-left: 0; width: 100%; justify-content: center; }
  .vac-modal__header { padding: var(--sp-28) var(--sp-24) var(--sp-24); }
  .vac-modal__body   { padding: var(--sp-24); }
}


/* ============ reklama.css ============ */
/* =============================================
   reklama.css — Страница Рекламодателям
   ============================================= */

/* ─── BENEFITS GRID ─── */
.rkl-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-24);
  margin-top: var(--sp-56);
}

.rkl-benefit {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: var(--sp-32) var(--sp-28);
  transition: border-color var(--d-med), transform var(--d-med), box-shadow var(--d-med);
}

.rkl-benefit:hover {
  border-color: var(--c-accent);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(232,93,4,.08);
}

.rkl-benefit__icon {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(232,93,4,.08);
  border-radius: var(--r-md);
  margin-bottom: var(--sp-16);
  color: var(--c-accent);
}

.rkl-benefit__icon svg { width: 22px; height: 22px; }

.rkl-benefit__val {
  font-family: var(--ff-display);
  font-size: var(--fs-32);
  font-weight: 700;
  color: var(--c-dark);
  line-height: 1.1;
  margin-bottom: var(--sp-4);
}

.rkl-benefit__title {
  font-size: var(--fs-13);
  font-weight: var(--fw-600);
  color: var(--c-dark);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: var(--sp-12);
}

.rkl-benefit__text {
  font-size: var(--fs-14);
  color: var(--c-text-muted);
  line-height: 1.65;
  margin: 0;
}

/* ─── STATS BAR ─── */
.rkl-stats-bar {
  background: var(--c-dark);
  padding-block: var(--sp-48);
}

.rkl-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-24);
  text-align: center;
}

.rkl-stat {
  display: flex;
  flex-direction: column;
  gap: var(--sp-6);
  position: relative;
}

.rkl-stat + .rkl-stat::before {
  content: '';
  position: absolute; left: 0; top: 50%;
  transform: translateY(-50%);
  height: 40px; width: 1px;
  background: rgba(246,244,241,.12);
}

.rkl-stat__val {
  font-family: var(--ff-display);
  font-size: var(--fs-40);
  font-weight: 700;
  color: var(--c-accent);
  line-height: 1;
}

.rkl-stat__label {
  font-size: var(--fs-13);
  color: rgba(246,244,241,.5);
  font-weight: var(--fw-400);
}

/* ─── CATALOG NAV ─── */
.rkl-catalog-head {
  padding-block: var(--sp-80) var(--sp-48);
  background: var(--c-bg);
  border-bottom: 1px solid var(--c-border);
}

.rkl-catalog-nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-8);
  margin-top: 0;
}

.rkl-nav-pill {
  display: inline-flex;
  align-items: center;
  padding: var(--sp-8) var(--sp-16);
  border: 1px solid var(--c-border);
  border-radius: 99px;
  font-size: var(--fs-13);
  font-weight: var(--fw-500);
  color: var(--c-text-muted);
  background: transparent;
  text-decoration: none;
  transition: border-color var(--d-fast), background var(--d-fast), color var(--d-fast);
  white-space: nowrap;
}

.rkl-nav-pill:hover {
  border-color: var(--c-accent);
  background: rgba(232,93,4,.06);
  color: var(--c-accent);
}

/* ─── SURFACE SECTIONS ─── */
.rkl-surface {
  padding-block: var(--sp-80);
  background: var(--c-bg);
  border-bottom: 1px solid var(--c-border);
}

.rkl-surface--alt {
  background: var(--c-surface);
}

.rkl-surface__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-64);
  align-items: start;
}

.rkl-surface__inner--flip {
  direction: rtl;
}

.rkl-surface__inner--flip > * {
  direction: ltr;
}

/* Media column */
.rkl-surface__media {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
}

.rkl-surface__track {
  display: flex;
  overflow: hidden;
  scroll-snap-type: x mandatory;
  border-radius: var(--r-lg);
}

.rkl-surface__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.rkl-surface__slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  background: var(--c-surface-2, #f0ede8);
  display: block;
  cursor: zoom-in;
  transition: transform .6s ease;
}

.rkl-surface__media:hover .rkl-surface__slide img {
  transform: scale(1.03);
}

.rkl-surface__slider-nav {
  position: absolute;
  bottom: var(--sp-12);
  right: var(--sp-12);
  display: flex;
  gap: var(--sp-6);
  z-index: 2;
}

/* Small slider buttons */
.slider-nav--sm {
  width: 36px; height: 36px;
  background: rgba(246,244,241,.92);
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

.slider-nav--sm svg { width: 16px; height: 16px; }

.slider-nav--sm:hover:not(:disabled) {
  background: var(--c-dark);
  color: #fff;
}

/* Content column */
.rkl-surface__content {
  display: flex;
  flex-direction: column;
  gap: var(--sp-16);
  padding-block: var(--sp-8);
}

.rkl-surface__num {
  font-family: var(--ff-display);
  font-size: var(--fs-11);
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--c-accent);
  opacity: .8;
}

.rkl-surface__title {
  font-family: var(--ff-display);
  font-size: var(--fs-32);
  font-weight: 700;
  color: var(--c-dark);
  line-height: 1.2;
  margin: 0;
}

.rkl-surface__desc {
  font-size: var(--fs-15);
  color: var(--c-text-muted);
  line-height: 1.7;
  margin: 0;
}
.rkl-surface__desc > * + * { margin-top: var(--sp-12); }
.rkl-surface__desc p { margin: 0; }
.rkl-surface__desc strong { color: var(--c-dark); font-weight: var(--fw-600); }
.rkl-surface__desc em { font-style: italic; }
.rkl-surface__desc a {
  color: var(--c-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--d-fast);
}
.rkl-surface__desc a:hover { color: var(--c-accent-hover); }
.rkl-surface__desc ul {
  list-style: none;
  padding-left: 0;
  display: flex; flex-direction: column; gap: var(--sp-6);
}
.rkl-surface__desc ul li {
  padding-left: var(--sp-20);
  position: relative;
}
.rkl-surface__desc ul li::before {
  content: '';
  position: absolute; left: 0; top: .65em;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--c-accent);
}
.rkl-surface__desc ol {
  list-style: decimal;
  padding-left: var(--sp-20);
  display: flex; flex-direction: column; gap: var(--sp-6);
}
.rkl-surface__desc ol li::marker { color: var(--c-accent); font-weight: var(--fw-600); }

/* Specs grid */
.rkl-surface__specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  overflow: hidden;
  margin-top: var(--sp-8);
}

.rkl-spec {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: var(--sp-12) var(--sp-16);
  background: var(--c-bg);
}

.rkl-surface--alt .rkl-spec {
  background: var(--c-surface);
}

.rkl-spec--price {
  background: rgba(232,93,4,.04);
  border-top: 2px solid rgba(232,93,4,.15);
}

.rkl-surface--alt .rkl-spec--price {
  background: rgba(232,93,4,.06);
}

.rkl-spec__label {
  font-size: var(--fs-11);
  font-weight: var(--fw-600);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-text-muted);
  opacity: .7;
}

.rkl-spec__val {
  font-size: var(--fs-14);
  font-weight: var(--fw-500);
  color: var(--c-dark);
}

.rkl-spec--price .rkl-spec__val {
  font-family: var(--ff-display);
  font-size: var(--fs-18);
  font-weight: 700;
  color: var(--c-accent);
}

.rkl-surface__cta {
  align-self: flex-start;
  margin-top: var(--sp-8);
}

/* ─── RADIO CARD (surface-7 visual) ─── */
.rkl-surface__radio-visual {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-dark);
  border-radius: var(--r-lg);
  overflow: hidden;
  position: relative;
}

.rkl-surface__radio-visual::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 60%, rgba(232,93,4,.18) 0%, transparent 65%),
    radial-gradient(ellipse at 20% 10%, rgba(232,93,4,.07) 0%, transparent 50%);
}

.rkl-radio-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-16);
  position: relative;
  z-index: 1;
  padding: var(--sp-32);
}

.rkl-radio-card__icon {
  width: 64px; height: 64px;
  color: var(--c-accent);
  opacity: .9;
}

.rkl-radio-card__waves {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 32px;
}

.rkl-radio-card__waves span {
  display: block;
  width: 4px;
  border-radius: 2px;
  background: var(--c-accent);
  animation: rkl-wave 1.2s ease-in-out infinite;
}

.rkl-radio-card__waves span:nth-child(1) { animation-delay: 0s;    height: 40%; }
.rkl-radio-card__waves span:nth-child(2) { animation-delay: .15s;  height: 70%; }
.rkl-radio-card__waves span:nth-child(3) { animation-delay: .3s;   height: 100%; }
.rkl-radio-card__waves span:nth-child(4) { animation-delay: .45s;  height: 70%; }
.rkl-radio-card__waves span:nth-child(5) { animation-delay: .6s;   height: 40%; }

@keyframes rkl-wave {
  0%, 100% { transform: scaleY(1); opacity: .6; }
  50%       { transform: scaleY(1.8); opacity: 1; }
}

.rkl-radio-card__label {
  font-family: var(--ff-display);
  font-size: var(--fs-20);
  font-weight: 700;
  color: rgba(246,244,241,.9);
  margin: 0;
  letter-spacing: .03em;
}

.rkl-radio-card__sub {
  font-size: var(--fs-13);
  color: rgba(246,244,241,.4);
  margin: 0;
  letter-spacing: .04em;
}

/* ─── POPUP MODAL ─── */
.rkl-modal {
  position: fixed; inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--d-med);
}

.rkl-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}

.rkl-modal__overlay {
  position: absolute; inset: 0;
  background: rgba(28,26,23,.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.rkl-modal__box {
  position: relative;
  z-index: 1;
  width: min(480px, calc(100vw - var(--sp-32)));
  background: #fff;
  border-radius: var(--r-xl);
  padding: var(--sp-40) var(--sp-40) var(--sp-32);
  box-shadow: 0 24px 80px rgba(0,0,0,.18);
  transform: translateY(16px) scale(.97);
  transition: transform var(--d-med);
  max-height: 90vh;
  overflow-y: auto;
}

.rkl-modal.is-open .rkl-modal__box {
  transform: translateY(0) scale(1);
}

.rkl-modal__close {
  position: absolute;
  top: var(--sp-16); right: var(--sp-16);
  width: 36px; height: 36px;
  border: none;
  background: var(--c-surface);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--c-text-muted);
  transition: background var(--d-fast), color var(--d-fast);
}

.rkl-modal__close:hover { background: var(--c-dark); color: #fff; }
.rkl-modal__close svg { width: 16px; height: 16px; }

.rkl-modal__tag {
  font-size: var(--fs-11);
  font-weight: var(--fw-700);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--c-accent);
  margin: 0 0 var(--sp-8);
}

.rkl-modal__title {
  font-family: var(--ff-display);
  font-size: var(--fs-26);
  font-weight: 700;
  color: var(--c-dark);
  margin: 0 0 var(--sp-4);
  line-height: 1.2;
}

.rkl-modal__sub {
  font-size: var(--fs-14);
  color: var(--c-text-muted);
  margin: 0 0 var(--sp-24);
  line-height: 1.5;
}

.rkl-modal__surface-badge {
  display: none;
  align-items: center;
  gap: var(--sp-8);
  background: rgba(232,93,4,.07);
  border: 1px solid rgba(232,93,4,.18);
  border-radius: var(--r-md);
  padding: var(--sp-10) var(--sp-14);
  font-size: var(--fs-13);
  font-weight: var(--fw-600);
  color: var(--c-accent);
  margin-bottom: var(--sp-20);
}

.rkl-modal__surface-badge.is-visible {
  display: flex;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .rkl-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .rkl-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sp-32);
  }

  .rkl-stat + .rkl-stat::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .rkl-benefits {
    grid-template-columns: 1fr;
  }

  .rkl-benefit {
    padding: var(--sp-24) var(--sp-20);
  }

  .rkl-stats {
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-24);
  }

  .rkl-stat__val { font-size: var(--fs-32); }

  .rkl-surface {
    padding-block: var(--sp-56);
  }

  .rkl-surface__inner,
  .rkl-surface__inner--flip {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: var(--sp-32);
  }

  .rkl-surface__inner--flip > * {
    direction: ltr;
  }

  .rkl-surface__title { font-size: var(--fs-26); }

  .rkl-surface__specs {
    grid-template-columns: 1fr;
  }

  .rkl-catalog-head {
    padding-block: var(--sp-56) var(--sp-32);
  }

  .rkl-modal__box {
    padding: var(--sp-32) var(--sp-24) var(--sp-24);
  }
}

@media (max-width: 480px) {
  .rkl-stats {
    grid-template-columns: 1fr;
  }

  .rkl-catalog-nav {
    gap: var(--sp-6);
  }

  .rkl-nav-pill {
    font-size: var(--fs-12);
    padding: 6px 12px;
  }
}


/* ============ contacts.css ============ */
/* =============================================
   CONTACTS — contacts.css
   Страница контактов ТЦ Шоколад
   ============================================= */

/* ─── CONTACTS INTRO ─── */
.ct-intro {
  padding-block: var(--sp-80);
  background: var(--c-surface);
}

.ct-intro__layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 0 var(--sp-80);
  align-items: start;
}

.ct-intro__eyebrow {
  display: inline-block;
  font-size: var(--fs-11); font-weight: var(--fw-700);
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--c-accent); margin-bottom: var(--sp-32);
}

.ct-intro__title {
  font-family: var(--f-display);
  font-size: clamp(var(--fs-40), 4.5vw, var(--fs-56));
  font-weight: var(--fw-600);
  color: var(--c-dark); line-height: 1.06;
  letter-spacing: -.025em;
  margin-bottom: var(--sp-20);
}

/* ─── CONTACT INFO GRID ─── */
.ct-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-6);
  margin-bottom: var(--sp-40);
}

.ct-list-item {
  display: flex; gap: var(--sp-16);
  align-items: flex-start;
  padding: var(--sp-20);
  border-radius: var(--r-lg);
  transition: background var(--d-fast);
}
.ct-list-item:hover { background: var(--c-bg); }
.ct-list-item--wide { grid-column: span 2; }

.ct-list-item__icon {
  width: 40px; height: 40px; flex-shrink: 0;
  border-radius: var(--r-md);
  background: var(--c-accent-pale);
  color: var(--c-accent);
  display: flex; align-items: center; justify-content: center;
  margin-top: 2px;
  transition: background var(--d-fast), color var(--d-fast);
}
.ct-list-item:hover .ct-list-item__icon {
  background: var(--c-accent); color: #fff;
}
.ct-list-item__icon svg { width: 18px; height: 18px; }

.ct-list-item__label {
  display: block;
  font-size: var(--fs-10); font-weight: var(--fw-700);
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--c-text-soft); margin-bottom: var(--sp-6);
}
.ct-list-item__value {
  font-size: var(--fs-15); color: var(--c-text);
  font-weight: var(--fw-400); line-height: 1.55;
}
.ct-list-item__value a {
  color: var(--c-accent);
  transition: opacity var(--d-fast);
}
.ct-list-item__value a:hover { opacity: .75; }
.ct-list-item__value strong { color: var(--c-dark); }

/* Social row */
.ct-intro__social {
  display: flex; gap: var(--sp-12); flex-wrap: wrap;
  padding-top: var(--sp-32);
  border-top: 1px solid var(--c-border);
}
.ct-social-link {
  display: inline-flex; align-items: center; gap: var(--sp-10);
  font-size: var(--fs-13); font-weight: var(--fw-500);
  color: var(--c-text-soft);
  padding: var(--sp-10) var(--sp-16);
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-pill);
  transition: all var(--d-fast);
}
.ct-social-link:hover {
  border-color: var(--c-accent);
  color: var(--c-accent);
  background: var(--c-accent-pale);
}
.ct-social-link svg { width: 16px; height: 16px; color: currentColor; }

/* ─── PHOTO COLUMN ─── */
.ct-intro__photo-wrap {
  position: sticky;
  top: calc(var(--header-h) + var(--sp-32));
  /* overflow: hidden removed — it breaks sticky positioning and
     absolute children (the badge). Clipping moved to inner div. */
  border-radius: var(--r-xl);
  aspect-ratio: 3 / 4;
  box-shadow: var(--sh-lg);
}

/* Inner wrapper clips the image without affecting sticky/absolute context */
.ct-intro__photo-inner {
  width: 100%; height: 100%;
  overflow: hidden;
  border-radius: var(--r-xl);
}

.ct-intro__photo {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .8s var(--ease);
}
.ct-intro__photo-wrap:hover .ct-intro__photo { transform: scale(1.04); }

/* Floating badge */
.ct-intro__badge {
  position: absolute;
  bottom: var(--sp-24); left: var(--sp-24);
  background: rgba(28,26,23,.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-lg);
  padding: var(--sp-16) var(--sp-20);
  color: var(--c-text-inv);
}
.ct-intro__badge-num {
  font-family: var(--f-display);
  font-size: var(--fs-32); font-weight: var(--fw-600);
  color: var(--c-accent-light); line-height: 1;
  letter-spacing: -.02em;
}
.ct-intro__badge-label {
  display: block;
  font-size: var(--fs-11); font-weight: var(--fw-400);
  color: rgba(246,244,241,.55);
  margin-top: var(--sp-4);
  line-height: 1.3;
}

/* ─── ADMINISTRATION SECTION ─── */
.ct-admin {
  padding-block: var(--sp-80);
  background: var(--c-dark);
  position: relative;
  overflow: hidden;
}
.ct-admin::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,93,4,.08) 0%, transparent 60%);
  pointer-events: none;
}

.ct-admin__header {
  margin-bottom: var(--sp-56);
}
.ct-admin__eyebrow {
  display: inline-block;
  font-size: var(--fs-11); font-weight: var(--fw-700);
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--c-accent); margin-bottom: var(--sp-16);
}
.ct-admin__title {
  font-family: var(--f-display);
  font-size: clamp(var(--fs-32), 3.5vw, var(--fs-48));
  font-weight: var(--fw-600);
  color: var(--c-text-inv); line-height: 1.08;
  letter-spacing: -.022em;
}
.ct-admin__sub {
  font-size: var(--fs-16); color: rgba(246,244,241,.42);
  font-weight: var(--fw-300); line-height: 1.7;
  max-width: 520px; margin-top: var(--sp-16);
}

.ct-admin__layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: var(--sp-64);
  align-items: start;
}

/* Person cards grid */
.ct-person-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-16);
}

.ct-person {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--r-lg);
  padding: var(--sp-24);
  transition: background var(--d-fast), border-color var(--d-fast),
              transform var(--d-mid) var(--ease);
  cursor: default;
}
.ct-person:hover {
  background: rgba(255,255,255,.07);
  border-color: var(--c-accent);
  transform: translateY(-3px);
}

.ct-person__avatar {
  width: 52px; height: 52px;
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-display);
  font-size: var(--fs-16); font-weight: var(--fw-700);
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: var(--sp-16);
  flex-shrink: 0;
  user-select: none;
}
/* Цвета аватаров */
.ct-person:nth-child(1) .ct-person__avatar { background: linear-gradient(135deg, var(--c-accent) 0%, #FF8C4A 100%); }
.ct-person:nth-child(2) .ct-person__avatar { background: linear-gradient(135deg, #5A7BB5 0%, #7B9ED9 100%); }
.ct-person:nth-child(3) .ct-person__avatar { background: linear-gradient(135deg, #3D8A6E 0%, #5AB895 100%); }
.ct-person:nth-child(4) .ct-person__avatar { background: linear-gradient(135deg, #8B5FA8 0%, #B07FCC 100%); }
.ct-person:nth-child(5) .ct-person__avatar { background: linear-gradient(135deg, #C4742D 0%, #E8A45A 100%); }

.ct-person__role {
  font-size: var(--fs-10); font-weight: var(--fw-700);
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(246,244,241,.4);
  margin-bottom: var(--sp-8);
}
.ct-person__name {
  font-family: var(--f-display);
  font-size: var(--fs-16); font-weight: var(--fw-600);
  color: var(--c-text-inv); line-height: 1.2;
  margin-bottom: var(--sp-12);
}
.ct-person__email {
  display: block;
  font-size: var(--fs-13); color: var(--c-accent-light);
  font-weight: var(--fw-300);
  transition: opacity var(--d-fast);
  word-break: break-all;
  margin-top: var(--sp-4);
}
.ct-person__email:first-of-type { margin-top: 0; }
.ct-person__email:hover { opacity: .75; }

/* ─── FORM PANEL (dark) ─── */
.ct-form-panel {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-xl);
  padding: var(--sp-40);
  position: sticky;
  top: calc(var(--header-h) + var(--sp-32));
}
.ct-form-panel__title {
  font-family: var(--f-display);
  font-size: var(--fs-24); font-weight: var(--fw-600);
  color: var(--c-text-inv); line-height: 1.15;
  margin-bottom: var(--sp-6);
}
.ct-form-panel__sub {
  font-size: var(--fs-14); color: rgba(246,244,241,.38);
  font-weight: var(--fw-300); line-height: 1.6;
  margin-bottom: var(--sp-28);
}

/* ─── REVIEWS SECTION ─── */
.ct-reviews {
  padding-block: var(--sp-80);
  background: var(--c-bg);
}

.ct-reviews__header {
  margin-bottom: var(--sp-48);
}

/* Mini rating strip */
.ct-rating-strip {
  display: flex; gap: var(--sp-16); flex-wrap: wrap;
  margin-bottom: var(--sp-48);
}
.ct-rating-item {
  display: flex; align-items: center; gap: var(--sp-12);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: var(--sp-14) var(--sp-20);
  box-shadow: var(--sh-sm);
}
.ct-rating-item__logo {
  width: 36px; height: 36px;
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-16); font-weight: var(--fw-700);
  flex-shrink: 0;
}
.ct-rating-item__logo--ya {
  background: #FC3F1D; color: #fff;
  font-family: var(--f-display);
}
.ct-rating-item__logo--g { background: #fff; border: 1px solid var(--c-border); }
.ct-rating-item__logo--g svg { width: 22px; height: 22px; }
.ct-rating-item__logo--2gis {
  background: #1AA349; color: #fff;
  font-size: var(--fs-9); font-weight: var(--fw-700);
  letter-spacing: .02em;
}
.ct-rating-item__info { line-height: 1.3; }
.ct-rating-item__name {
  font-size: var(--fs-12); font-weight: var(--fw-600);
  color: var(--c-dark);
}
.ct-rating-item__score {
  font-family: var(--f-display);
  font-size: var(--fs-18); font-weight: var(--fw-600);
  color: var(--c-dark); line-height: 1;
}
.ct-rating-item__score span {
  font-family: var(--f-body);
  font-size: var(--fs-12); color: var(--c-text-soft);
  font-weight: var(--fw-300);
}
.ct-rating-stars {
  font-size: var(--fs-11); color: #F5A623;
  letter-spacing: .05em;
}

/* Two-column layout: widget left, ratings right */
.ct-reviews__layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 300px;
  gap: var(--sp-32);
  align-items: start;
}

/* Widget wrapper */
.ct-reviews__widget {
  width: 100%; height: 450px;
  overflow: hidden; position: relative;
  border-radius: var(--r-xl);
  border: 1px solid var(--c-border);
  box-shadow: var(--sh-md);
  background: var(--c-surface);
  /* Force GPU layer so border-radius clips the iframe */
  transform: translateZ(0);
  isolation: isolate;
}

/* Rating strip — stacked column on the right */
.ct-reviews__layout .ct-rating-strip {
  flex-direction: column;
  gap: var(--sp-12);
  margin-bottom: 0;
}
.ct-reviews__layout .ct-rating-item {
  width: 100%;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
  .ct-intro__layout { grid-template-columns: 1fr 320px; gap: 0 var(--sp-56); }
  .ct-admin__layout { grid-template-columns: 1fr 380px; gap: var(--sp-48); }
}

@media (max-width: 900px) {
  .ct-intro__layout { grid-template-columns: 1fr; gap: var(--sp-48); }
  .ct-intro__photo-wrap { position: relative; top: 0; aspect-ratio: 16/9; max-height: 340px; }
  .ct-intro__photo-inner { border-radius: var(--r-xl); }
  .ct-admin__layout { grid-template-columns: 1fr; gap: var(--sp-40); }
  .ct-form-panel { position: static; }
  .ct-reviews__layout { grid-template-columns: 1fr; }
  .ct-reviews__layout .ct-rating-strip { flex-direction: row; }
}

@media (max-width: 680px) {
  .ct-intro { padding-block: var(--sp-56); }
  .ct-admin  { padding-block: var(--sp-56); }
  .ct-reviews { padding-block: var(--sp-56); }
  .ct-list { grid-template-columns: 1fr; }
  .ct-list-item--wide { grid-column: auto; }
  .ct-person-grid { grid-template-columns: 1fr; }
  .ct-form-panel { padding: var(--sp-24); }
  .ct-rating-strip { gap: var(--sp-10); }
  .ct-reviews__widget { height: 380px; }
}

