﻿/* ============================================================================
   /stalinki — Сталинки ЦАО. Стили страницы-хаба.
   Подключается ПОСЛЕ ../../colors_and_type.css и site.css.
   Палитра / типографика / мотивы — строго из эталона (index.html):
   навы #272F42 · тиловый #39474A · терракота #BB5C3C · песок #D1C5BC ·
   офф-вайт #EDECEB. Углы квадратные, хэйрлайны @20%, без теней.
   ========================================================================== */

/* ============================ ШАПКА (общая система) ===================== */
.st-topbar { position: absolute; top: 0; left: 0; right: 0; z-index: 30; }
.st-topbar__row { display: flex; align-items: center; justify-content: space-between;
  padding-top: 34px; padding-bottom: 34px; }
.st-topbar .brand img { height: 48px; width: auto; display: block; }
.st-topbar__right { display: flex; align-items: center; gap: 30px; }
.st-topnav { display: flex; align-items: center; gap: 34px; }
.st-topnav a { font-size: 18px; text-decoration: none; color: var(--platinum); opacity: .92; }
.st-topnav a:hover { color: var(--orange); opacity: 1; }
.st-topbar__phone { color: var(--platinum); font-size: 18px; text-decoration: none; white-space: nowrap; }
.st-topbar .brand { flex: none; }
.st-menu-btn { display: inline-flex; align-items: center; gap: 11px; background: none; border: 0;
  color: var(--platinum); cursor: pointer; font-family: var(--font-sans); font-size: 18px;
  letter-spacing: .04em; }
.st-menu-btn .bars { width: 16px; display: flex; flex-direction: column; gap: 3px; }
.st-menu-btn .bars i { height: 1.5px; background: var(--platinum); display: block; }
@media (max-width: 1080px){ .st-topnav, .st-topbar__phone { display: none; } }

/* Меню-оверлей */
.st-overlay { overflow-y: auto; overscroll-behavior: contain; position: fixed; inset: 0; z-index: 60; background: var(--pear); color: var(--platinum);
  transform: translateY(-100%); transition: transform .5s var(--ease); display: flex; flex-direction: column;
  padding: 34px 70px; }
.st-overlay.open { transform: translateY(0); }
.st-overlay__top { display: flex; justify-content: space-between; align-items: center; }
.st-overlay__top img { height: 46px; }
.st-overlay__top button { background: none; border: 0; color: var(--platinum); font-family: var(--font-sans);
  font-size: 18px; letter-spacing: .04em; cursor: pointer; }
.st-overlay nav { margin: auto 0; display: flex; flex-direction: column; gap: 2px; }
.st-overlay nav a { font-family: var(--font-display); font-weight: 400; text-transform: uppercase;
  font-size: 52px; line-height: 1.12; text-decoration: none; color: var(--platinum); }
.st-overlay nav a:hover { color: var(--orange); }
.st-overlay__foot { display: flex; gap: 34px; flex-wrap: wrap; color: var(--on-dark-70); font-size: 16px; }
@media (max-width: 560px){ .st-overlay{ padding: 26px 22px; } .st-overlay nav a{ font-size: 34px; } }

/* ============================ ФУТЕР (общая система) ===================== */
.st-foot { position: relative; background: var(--space); color: var(--platinum); overflow: hidden; }
.st-foot__wave { position: absolute; inset: 0; background: url(../../assets/pattern-waves.png) center/520px;
  opacity: .03; filter: invert(1); pointer-events: none; }
.st-foot__in { position: relative; z-index: 2; padding-top: 90px; padding-bottom: 70px; }
.st-foot__brand { display: flex; align-items: flex-start; gap: 120px; flex-wrap: wrap; }
.st-foot__brand img { height: 54px; }
.st-foot__brand p { max-width: 480px; font-size: 18px; line-height: 1.5; color: var(--on-dark); }
.st-foot__cols { display: grid; grid-template-columns: repeat(4, auto); gap: 56px; margin-top: 80px; }
.st-foot__cols h4 { font-size: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 22px; }
.st-foot__cols a { display: block; font-size: 17px; text-decoration: none; color: var(--platinum); opacity: .78; margin-bottom: 13px; }
.st-foot__cols a:hover { color: var(--orange); opacity: 1; }
.st-legal { position: relative; z-index: 2; background: var(--orange); }
.st-legal__row { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap;
  padding-top: 12px; padding-bottom: 12px; color: var(--platinum); font-size: 15px; }
@media (max-width: 880px){ .st-foot__cols { grid-template-columns: 1fr 1fr; gap: 40px; } .st-foot__brand{ gap: 40px; } }
@media (max-width: 560px){ .st-foot__cols { grid-template-columns: 1fr; } }

/* ---- Заголовки секций (общий ритм) -------------------------------------- */
.st-secthead { display: flex; flex-direction: column; gap: 22px; margin-bottom: 70px; }
.st-secthead--center { align-items: center; text-align: center; }
.st-secthead .st-eyebrow { margin: 0; }
.st-h2 { font-family: var(--font-display); font-weight: 400; font-size: 56px; line-height: 1.0; word-spacing: -0.06em; text-wrap: balance;
  letter-spacing: -.005em; color: var(--ink); max-width: 18ch; }
.st-section--dark .st-h2, .st-section--space .st-h2 { color: var(--platinum); }
.st-secthead--center .st-h2 { max-width: 22ch; }
.st-section--dark .st-secthead .st-eyebrow, .st-section--space .st-secthead .st-eyebrow { color: var(--orange); }
.st-intro { font-size: 19px; line-height: 1.5; color: var(--ink-60); max-width: 60ch; }
.st-secthead--center .st-intro { max-width: 52ch; }
.st-section--dark .st-intro, .st-section--space .st-intro { color: var(--on-dark-70); }
@media (max-width: 700px){ .st-h2 { font-size: 36px; } .st-secthead { margin-bottom: 46px; } }

/* ---- Сброс (эталон: всё на border-box) ---------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

/* ---- Базовая сетка страницы --------------------------------------------- */
.st { background: var(--paper); color: var(--ink); }
.st a { text-decoration: none; }
.st-wrap { width: 1440px; max-width: 100%; margin: 0 auto; }
.st-pad  { padding-left: 70px; padding-right: 70px; }
@media (max-width: 1100px){ .st-pad{ padding-left: 6vw; padding-right: 6vw; } }
@media (max-width: 560px){ .st-pad{ padding-left: 22px; padding-right: 22px; } }

.st-section { padding-top: 140px; padding-bottom: 140px; }
@media (max-width: 1100px){ .st-section{ padding-top: 96px; padding-bottom: 96px; } }
@media (max-width: 560px){ .st-section{ padding-top: 68px; padding-bottom: 68px; } }
.st-section--dark  { background: var(--pear);  color: var(--platinum); }
.st-section--space { background: var(--space); color: var(--platinum); }

/* Надзаголовок-eyebrow (трекинг, капс) */
.st-eyebrow { font-family: var(--font-label); font-weight: 500; font-size: 13px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--orange); }
.st-section--dark .st-eyebrow, .st-section--space .st-eyebrow { color: var(--orange); }

/* Искра-буллет (4-лучевая звезда) */
.st-spark { width: 16px; height: 16px; flex: none; background: currentColor;
  clip-path: polygon(50% 0,61% 39%,100% 50%,61% 61%,50% 100%,39% 61%,0 50%,39% 39%); }
.st-spark--orange { background: var(--orange); }

/* Плейсхолдер изображения (фото подставим позже) — квадрат в палитре,
   тонкая диагональная штриховка + моно-подпись «что сюда встанет». */
.st-ph { position: relative; overflow: hidden; background: var(--krayola);
  background-image: repeating-linear-gradient(45deg, rgba(39,47,66,.07) 0 2px, transparent 2px 11px);
  display: flex; align-items: flex-end; }
.st-ph::after { content: attr(data-ph); font-family: var(--font-mono); font-size: 12px;
  letter-spacing: .08em; text-transform: uppercase; color: var(--ink-60);
  padding: 14px 16px; line-height: 1.35; max-width: 80%; }
.st-ph--dark { background: var(--pear);
  background-image: repeating-linear-gradient(45deg, rgba(237,236,235,.06) 0 2px, transparent 2px 11px); }
.st-ph--dark::after { color: var(--on-dark-70); }
.st-ph--center { align-items: center; justify-content: center; }
.st-ph--center::after { text-align: center; }

/* Угловые кроп-метки (как в типографике эталона) */
.st-crop { position: absolute; width: 18px; height: 18px; pointer-events: none; z-index: 4; }
.st-crop::before, .st-crop::after { content:""; position: absolute; background: currentColor; }
.st-crop::before { width: 18px; height: 1.5px; top: 0; left: 0; }
.st-crop::after  { width: 1.5px; height: 18px; top: 0; left: 0; }
.st-crop.tr { right: 0; transform: scaleX(-1); }
.st-crop.bl { bottom: 0; transform: scaleY(-1); }
.st-crop.br { right: 0; bottom: 0; transform: scale(-1,-1); }

/* Фирменная кнопка (надпись + тёмная квадрат-крышка с шевроном -45°) */
.st-btn { display: inline-flex; height: 50px; cursor: pointer; text-decoration: none;
  font-family: var(--font-sans); width: max-content; border: 0; background: none; }
.st-btn__lab { display: flex; align-items: center; padding: 0 28px; font-size: 20px;
  color: var(--platinum); white-space: nowrap; }
.st-btn__cap { width: 50px; display: flex; align-items: center; justify-content: center;
  transition: width .3s var(--ease); }
.st-btn__cap svg { width: 13px; height: 13px; transform: rotate(-45deg); color: var(--platinum); }
.st-btn:hover .st-btn__cap { width: 60px; }
.st-btn--orange .st-btn__lab { background: var(--orange); }
.st-btn--orange .st-btn__cap { background: var(--orange-deep); }
.st-btn--navy   .st-btn__lab { background: var(--pear); }
.st-btn--navy   .st-btn__cap { background: var(--pear-deep); }
.st-btn--ghost  .st-btn__lab { background: transparent; border: 1px solid var(--line); color: var(--ink); }
.st-btn--ghost  .st-btn__cap { background: var(--pear); }

/* ============================ S1 · ГЕРО ================================== */
.st-hero { position: relative; min-height: 100vh; background: var(--pear-ink);
  display: flex; flex-direction: column; overflow: hidden; }
.st-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.st-hero__veil-t { position: absolute; left: 0; right: 0; top: 0; height: 200px;
  background: linear-gradient(180deg, rgba(18,16,24,.5) 0%, rgba(18,16,24,0) 100%); }
.st-hero__veil-b { position: absolute; left: 0; right: 0; bottom: 0; height: 60%;
  background: linear-gradient(0deg, rgba(18,16,24,.74) 12%, rgba(18,16,24,.34) 50%, rgba(18,16,24,0) 100%); }
.st-hero__veil-l { position: absolute; top: 0; bottom: 0; left: 0; width: 30%;
  background: linear-gradient(90deg, rgba(18,16,24,.46) 24%, rgba(18,16,24,0) 100%); }
.st-hero__veil-r { position: absolute; top: 0; bottom: 0; right: 0; width: 26%;
  background: linear-gradient(270deg, rgba(18,16,24,.34) 20%, rgba(18,16,24,0) 100%); }
.st-breadcrumbs { position: relative; z-index: 3; display: flex; align-items: center; gap: 12px;
  font-size: 14px; letter-spacing: .04em; color: var(--on-dark-70); padding-top: 140px; }
.st-breadcrumbs a { color: var(--on-dark-70); text-decoration: none; }
.st-breadcrumbs a:hover { color: var(--orange); }
.st-breadcrumbs .sep { color: rgba(237,236,235,.4); }
.st-breadcrumbs .cur { color: var(--platinum); }
.st-hero__eyebrow-row { position: relative; z-index: 3; display: flex; gap: 22px; flex-wrap: wrap;
  align-items: center; padding-top: 22px; }
.st-hero__eyebrow-row span { font-size: 18px; letter-spacing: .02em; color: var(--on-dark); }
.st-hero__eyebrow-row .dot { color: var(--orange); }

.st-hero h1 { position: relative; z-index: 3; font-family: var(--font-display); font-weight: 400;
  text-transform: uppercase; font-size: clamp(54px, 8.6vw, 124px); line-height: .92;
  letter-spacing: -.015em; color: var(--platinum); margin-top: 50px; max-width: 13ch;
  text-shadow: 0 2px 44px rgba(10,8,6,.4); }

.st-hero__bottom { position: relative; z-index: 3; padding-top: 54px;
  display: grid; grid-template-columns: 1.32fr .9fr; gap: 60px; align-items: end; }
.st-hero__lead { font-size: 20px; line-height: 1.5; color: var(--on-dark); max-width: 600px; margin: 0; }
.st-hero__lead b { font-weight: 700; color: var(--platinum); }

.st-hero__stats { display: flex; margin-top: 40px; border-top: 1px solid var(--line-dark); }
.st-hstat { padding: 24px 40px 0 0; margin-right: 40px; border-right: 1px solid var(--line-dark); }
.st-hstat:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.st-hstat__n { font-family: var(--font-display); font-weight: 400; font-size: 46px; line-height: 1;
  letter-spacing: -.01em; color: var(--platinum); display: flex; align-items: baseline; gap: 12px; }
.st-hstat__n span { font-size: 26px; color: var(--on-dark-70); }
.st-hstat__t { font-size: 14px; line-height: 1.35; color: var(--on-dark-70); margin-top: 14px; max-width: 160px; }

.st-hero__right { padding-bottom: 4px; }
.st-hero__addr-label { font-size: 18px; color: var(--platinum); }
.st-hero__addr { font-size: 19px; line-height: 1.5; color: var(--on-dark); margin: 14px 0 30px; max-width: 40ch; }

@media (max-width: 1100px){
  .st-hero__bottom { grid-template-columns: 1fr; gap: 36px; align-items: start; }
  .st-hero__right { padding-bottom: 0; }
}
@media (max-width: 700px){
  .st-hero__stats { flex-wrap: wrap; gap: 18px 0; }
  .st-hstat { padding-right: 24px; margin-right: 24px; }
  .st-hstat__n { font-size: 38px; }
}

/* ============================ S2 · ЧТО СЧИТАЕТСЯ ========================= */
.st-def__top { display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: start; }
.st-def__lead { font-family: var(--font-display-editorial); font-weight: 500; font-size: 30px;
  line-height: 1.34; letter-spacing: 0; color: var(--ink); }
.st-def__lead .accent { color: var(--orange); font-style: italic; }
.st-def__chips { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 8px; }
.st-def__chip { font-family: var(--font-label); font-weight: 500; font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-60); border: 1px solid var(--line); padding: 9px 15px; }
.st-def__chip--period { font-family: var(--font-mono); letter-spacing: .04em; color: var(--orange);
  border-color: rgba(187,92,60,.42); }
.st-def__cols { display: grid; grid-template-columns: 1fr 1fr; margin-top: 62px;
  border-top: 1px solid var(--line); }
.st-def__cols p { font-size: 20px; line-height: 1.5; color: var(--ink); text-align: left;
  text-justify: inter-word; hyphens: auto; -webkit-hyphens: auto; padding: 34px 56px 0 0; }
.st-def__cols p:nth-child(2) { border-left: 1px solid var(--line); padding-left: 56px; padding-right: 0; }
.st-def__cols a { color: var(--orange); text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 1px; }
@media (max-width: 1100px){
  .st-def__top { grid-template-columns: 1fr; gap: 32px; }
  .st-def__cols { grid-template-columns: 1fr; }
  .st-def__cols p { padding: 30px 0 0; }
  .st-def__cols p:nth-child(2){ border-left: 0; padding-left: 0; border-top: 1px solid var(--line); }
}

/* ============================ S3 · ПАРАМЕТРЫ СЕГМЕНТА (стат-полоса) ====== */
.st-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); }
.st-stat { padding: 46px 40px 46px 0; border-bottom: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark); padding-left: 40px; }
.st-stat:nth-child(3n+1) { border-left: 0; padding-left: 0; }
.st-stat__mark { color: var(--orange); margin-bottom: 24px; }
.st-stat__n { font-family: var(--font-display); font-weight: 400; font-size: 54px; line-height: .96;
  letter-spacing: -.01em; color: var(--platinum); }
.st-stat__l { font-size: 16px; line-height: 1.4; color: var(--on-dark-70); margin-top: 16px; }
@media (max-width: 880px){ .st-stats { grid-template-columns: 1fr 1fr; }
  .st-stat:nth-child(3n+1){ border-left: 1px solid var(--line-dark); padding-left: 40px; }
  .st-stat:nth-child(2n+1){ border-left: 0; padding-left: 0; } .st-stat__n { font-size: 42px; } }
@media (max-width: 540px){ .st-stats { grid-template-columns: 1fr; }
  .st-stat, .st-stat:nth-child(n){ border-left: 0; padding-left: 0; } }

/* ============================ S3 · ТРИ ТИПА ============================== */
.st-types { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.st-type { position: relative; overflow: hidden; min-height: 560px; padding: 40px;
  display: flex; flex-direction: column; color: var(--platinum); }
.st-type__wave { position: absolute; inset: 0; background: url(../../assets/pattern-waves.png) center/360px;
  opacity: .03; filter: invert(1); pointer-events: none; }
.st-type__photo { position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: .28; mix-blend-mode: luminosity; pointer-events: none; }
.st-type--orange { background: var(--orange); }
.st-type--navy   { background: var(--pear); }
.st-type--space  { background: var(--space); }
.st-type__year { position: relative; z-index: 2; align-self: flex-start; font-family: var(--font-mono);
  font-size: 14px; letter-spacing: .04em; color: var(--platinum); opacity: .8; }
.st-type h3 { position: relative; z-index: 2; font-family: var(--font-display); font-weight: 400;
  font-size: 34px; line-height: 1.02; margin-top: 30px; color: var(--platinum); }
.st-type__facts { position: relative; z-index: 2; margin-top: 22px; display: flex; flex-direction: column; gap: 14px; }
.st-type__facts p { font-size: 16px; line-height: 1.5; color: var(--on-dark); }
.st-type__nums { position: relative; z-index: 2; margin-top: auto; padding-top: 26px; font-size: 17px;
  border-top: 1px solid var(--line-dark); color: var(--platinum); }
.st-type__link { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 12px;
  margin-top: 22px; font-size: 18px; color: var(--platinum); text-decoration: none; }
.st-type__link svg { width: 13px; height: 13px; transform: rotate(-45deg); }
.st-type__link:hover { color: #fff; }

/* ============================ S4 · ПРЕМИУМ-АДРЕСА ======================== */
/* Индекс лежит на тёмной (--space) секции → светлый текст, тёмные хэйрлайны */
.st-index { border-top: 1px solid var(--line-dark); }
.st-addr { display: grid; grid-template-columns: 60px 1.1fr 1.4fr auto;
  gap: 30px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line-dark);
  text-decoration: none; color: var(--platinum); position: relative; transition: padding .35s var(--ease); }
.st-addr__no { font-family: var(--font-mono); font-size: 14px; color: rgba(237,236,235,.45); }
.st-addr__name { font-family: var(--font-display); font-weight: 400; font-size: 30px; line-height: 1.02; color: var(--platinum); }
.st-addr__name .dist { display: block; font-family: var(--font-sans); font-size: 14px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin-top: 10px; }
.st-addr__note { font-size: 16px; line-height: 1.45; color: var(--on-dark-70); max-width: 46ch; }
.st-addr__meta { text-align: right; white-space: nowrap; }
.st-addr__meta .price { font-family: var(--font-sans); font-weight: 700; font-size: 20px; color: var(--platinum); }
.st-addr__meta .years { font-family: var(--font-mono); font-size: 14px; color: rgba(237,236,235,.5); margin-top: 8px; }
.st-addr__meta .arr { display: inline-block; margin-left: 8px; color: var(--orange); }
.st-addr::after { content:""; position: absolute; left: 0; bottom: -1px; height: 2px; width: 0;
  background: var(--orange); transition: width .4s var(--ease); }
.st-addr:hover { padding-left: 18px; }
.st-addr:hover::after { width: 100%; }
.st-addr:hover .st-addr__name { color: var(--orange); }

/* ============================ S5 · ТИПОЛОГИЯ ============================= */
.st-typo { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 80px; }
.st-typo__row { display: grid; grid-template-columns: 92px 1fr; gap: 26px; align-items: start;
  padding: 40px 0; border-top: 1px solid var(--line); }
.st-typo__no { font-family: var(--font-display); font-weight: 400; font-size: 56px; line-height: .9; color: var(--orange); }
.st-typo__row h4 { font-family: var(--font-display); font-weight: 400; font-size: 26px; color: var(--ink); }
.st-typo__row p { font-size: 16px; line-height: 1.55; color: var(--ink-60); margin-top: 14px; }
.st-typo__row .hero-num { font-family: var(--font-sans); font-weight: 700; font-size: 22px; color: var(--ink); display: block; margin-top: 16px; }
.st-typo__spec { margin-top: 20px; }
.st-typo__spec .row { display: flex; justify-content: space-between; gap: 20px; align-items: baseline;
  padding: 11px 0; border-top: 1px solid var(--line); font-size: 15px; }
.st-typo__spec .row:last-child { border-bottom: 1px solid var(--line); }
.st-typo__spec .k { color: var(--ink); }
.st-typo__spec .v { font-family: var(--font-mono); color: var(--ink-60); white-space: nowrap; text-align: right; }
.st-typo__note { font-size: 15px; line-height: 1.55; color: var(--ink-60); margin-top: 16px; }

/* ============================ S6 · OFF-MARKET / ЦЕНЫ ===================== */
.st-tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; align-items: end; }
.st-tier { padding: 0 30px; border-left: 1px solid var(--line-dark); }
.st-tier:first-child { border-left: 0; padding-left: 0; }
.st-tier__mark { color: var(--orange); margin-bottom: 26px; }
.st-tier .price { font-family: var(--font-display); font-weight: 400; font-size: 46px; line-height: 1; color: var(--platinum); }
.st-tier .type { font-family: var(--font-display); font-weight: 400; font-size: 21px; line-height: 1.1; color: var(--platinum); margin-top: 16px; }
.st-tier .desc { font-size: 16px; line-height: 1.5; color: var(--on-dark-70); margin-top: 14px; }
.st-tier.s1 { padding-bottom: 0; }
.st-tier.s2 { padding-bottom: 36px; }
.st-tier.s3 { padding-bottom: 72px; }
.st-tier.s4 { padding-bottom: 108px; }
.st-tier.s4 .price { color: var(--orange); }
.st-tiers__base { height: 1px; background: var(--line-dark); margin-top: 0; }

/* ============================ S7 · 23 ГОДА ============================== */
.st-trust { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.st-trust__media { position: sticky; top: 100px; background: var(--pear); aspect-ratio: 4/5; overflow: hidden; }
.st-trust__media .band { position: absolute; left: 0; right: 0; bottom: 0; height: 26%; background: var(--orange); }
.st-trust__media .wave { position: absolute; inset: 0; background: url(../../assets/pattern-waves.png) center/300px; opacity: .03; filter: invert(1); }
.st-trust__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 16%; z-index: 2; }
.st-trust h2 { font-family: var(--font-display); font-weight: 400; font-size: 56px; line-height: 1.0; color: var(--ink); }
.st-trust p.lead { font-size: 19px; line-height: 1.5; color: var(--ink); margin-top: 28px; max-width: 56ch; }
.st-trust__quote { font-family: var(--font-display); font-style: normal; font-weight: 400; text-transform: uppercase;
  font-size: 30px; line-height: 1.32; letter-spacing: 0; color: var(--ink); margin: 30px 0 0;
  padding-left: 28px; border-left: 2px solid var(--orange); max-width: 30ch; }
.st-trust__cols { margin-top: 34px; padding-top: 32px; border-top: 1px solid var(--line);
  display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.st-trust__cols p { font-size: 20px; line-height: 1.5; color: var(--ink); margin: 0; }
.st-trust__cols p b, .st-trust__cols p strong { color: var(--ink); font-weight: 700; }
@media (max-width: 700px){ .st-trust__cols { grid-template-columns: 1fr; gap: 22px; } }
.st-trust__tags { display: flex; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; gap: 8px 16px; margin-top: 34px; padding-top: 28px;
  border-top: 1px solid var(--line); align-items: center; }
.st-trust__tags span { font-size: 14px; color: var(--ink-60); white-space: nowrap; }
.st-trust__tags .sep { color: var(--orange); }
.st-trust__tags a { color: var(--orange); text-decoration: none; display: inline-flex; align-items: center; gap: 10px; }
.st-trust__tags a svg { width: 12px; height: 12px; transform: rotate(-45deg); }

/* ============================ S8 · FAQ ================================== */
.st-faq { border-top: 1px solid var(--line); }
.st-faq__item { border-bottom: 1px solid var(--line); }
.st-faq__q { width: 100%; background: none; border: 0; cursor: pointer; text-align: left;
  display: flex; align-items: center; gap: 24px; padding: 32px 0; color: var(--ink); font-family: inherit; }
.st-faq__q .st-spark { color: var(--ink-40); transition: color .3s; }
.st-faq__q h4 { font-family: var(--font-display); font-weight: 400; font-size: clamp(18px, 4.8vw, 26px); line-height: 1.1; flex: 1; color: var(--ink); min-width: 0; overflow-wrap: break-word; }
.st-faq__chev { flex: none; transition: transform .35s var(--ease); color: var(--ink); }
.st-faq__chev svg { width: 16px; height: 16px; transform: rotate(45deg); }
.st-faq__item.open .st-faq__chev { transform: rotate(90deg); }
.st-faq__item.open .st-faq__q .st-spark { color: var(--orange); }
.st-faq__body { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
.st-faq__inner { padding: 0 0 36px 46px; }
.st-faq__inner p { font-size: 20px; line-height: 1.5; color: var(--ink); max-width: 76ch; }
.st-faq__inner b { color: var(--ink); font-weight: 700; }
.st-faq__spec { margin: 0 0 22px; max-width: 76ch; }
.st-faq__spec .row { display: flex; justify-content: space-between; gap: 20px; align-items: baseline;
  padding: 11px 0; border-top: 1px solid var(--line); font-size: 16px; }
.st-faq__spec .row:last-child { border-bottom: 1px solid var(--line); }
.st-faq__spec .k { color: var(--ink); }
.st-faq__spec .v { font-family: var(--font-mono); color: var(--ink-60); white-space: nowrap; text-align: right; }

/* ============================ S9 · СОСЕДНИЕ ПЛАСТЫ ======================= */
.st-near { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.st-near__card { position: relative; display: flex; flex-direction: column; min-height: 240px;
  padding: 34px; background: #fff; text-decoration: none; color: var(--ink);
  border: 1px solid var(--line); transition: background .3s var(--ease); overflow: hidden; }
.st-near__card:hover { background: var(--pear); color: var(--platinum); }
.st-near__card h4 { font-family: var(--font-display); font-weight: 400; font-size: 26px; line-height: 1.05; max-width: 20ch; min-height: 3.15em; margin: 0; }
.st-near__card p { font-size: 15px; line-height: 1.5; color: var(--ink-60); margin-top: 25px; }
.st-near__card:hover p { color: var(--on-dark-70); }
.st-near__card .anchor { margin-top: auto; padding-top: 24px; display: inline-flex; align-items: center; gap: 12px;
  font-size: 17px; color: var(--orange); }
.st-near__card .anchor svg { width: 12px; height: 12px; transform: rotate(-45deg); }
.st-near__card:hover .anchor { color: var(--platinum); }

/* ============================ S10 · CTA ================================= */
.st-cta { position: relative; background: var(--orange); color: var(--platinum); overflow: hidden; }
.st-cta__wave { position: absolute; inset: 0; background: url(../../assets/pattern-waves.png) center/420px;
  opacity: .03; filter: invert(1); pointer-events: none; }
.st-cta__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.st-cta h2 { font-family: var(--font-display); font-weight: 400; font-size: 60px; line-height: 1.02; color: var(--platinum); }
.st-cta p { font-size: 19px; line-height: 1.5; color: var(--platinum); margin-top: 26px; max-width: 52ch; }
.st-cta__act { display: flex; align-items: center; gap: 22px; margin-top: 38px; flex-wrap: wrap; }
.st-cta__act .micro { font-size: 15px; color: rgba(237,236,235,.8); }
.st-cta__contacts { border-top: 1px solid rgba(237,236,235,.28); padding-top: 30px; }
.st-cta__contacts dl { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 30px; margin: 0; }
.st-cta__contacts dt { font-size: 14px; letter-spacing: .1em; text-transform: uppercase; color: rgba(237,236,235,.7); }
.st-cta__contacts dd { margin: 8px 0 0; font-size: 19px; color: var(--platinum); }
.st-cta__contacts a { color: var(--platinum); text-decoration: none; border-bottom: 1px solid rgba(237,236,235,.4); }

/* ============================ MOTION ==================================== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .st-btn__cap, .st-addr, .st-faq__chev, .st-faq__body, .st-near__card { transition: none !important; }
}

/* ============================ АДАПТИВ =================================== */
@media (max-width: 1100px){
  .st-def { grid-template-columns: 1fr; gap: 44px; }
  .st-types { grid-template-columns: 1fr; }
  .st-type { min-height: 0; }
  .st-typo { grid-template-columns: 1fr; gap: 0; }
  .st-tiers { grid-template-columns: 1fr 1fr; gap: 30px 0; align-items: stretch; }
  .st-tier { padding-bottom: 0 !important; border-left: 0; padding-left: 30px; }
  .st-tier:nth-child(odd){ padding-left: 0; }
  .st-trust { grid-template-columns: 1fr; gap: 44px; }
  .st-near { grid-template-columns: 1fr 1fr; }
  .st-cta__inner { grid-template-columns: 1fr; gap: 50px; }
}
@media (max-width: 700px){
  .st-def__lead { font-size: 30px; }
  .st-deflist__row { grid-template-columns: 18px 1fr; }
  .st-deflist__row h4 { grid-column: 2; }
  .st-deflist__row p { grid-column: 2; margin-top: 8px; }
  .st-addr { grid-template-columns: 1fr; gap: 14px; }
  .st-addr__meta { text-align: left; }
  .st-near { grid-template-columns: 1fr; }
  .st-cta h2 { font-size: 40px; }
  .st-cta__contacts dl { grid-template-columns: 1fr; }
  .st-trust h2 { font-size: 40px; }
  .st-faq__q h4 { font-size: 21px; }
}

/* ============================================================================
   ТУМБЛЕРЫ (Tweaks) — экспрессивные перекройки настроения.
   1) Акцент — перекрашивает всю акцентную систему через --orange/--orange-deep
      (это делается из JS на documentElement, классы тут не нужны).
   2) Ритм — Журнал ⇄ Каталог: воздух + масштаб дисплея.
   3) Геро — Фото / Тёмный / Тон.
   ========================================================================== */

/* --- Геро: дуотон-навы (тинт фото) --- */
.st-hero__tint { position: absolute; inset: 0; background: var(--pear);
  mix-blend-mode: color; opacity: 0; transition: opacity .45s var(--ease); pointer-events: none; z-index: 2; }
.st-hero.hero-tone .st-hero__tint { opacity: .62; }
.st-hero.hero-tone .st-hero__img { filter: grayscale(.65) contrast(1.06) brightness(.92); }

/* --- Геро: тёмный типографский (фото скрыто, тонкая редакционная сетка точек) --- */
.st-hero.hero-dark { background: #1B2230; }
.st-hero.hero-dark .st-hero__img { opacity: 0; }
.st-hero.hero-dark::before { content: ""; position: absolute; inset: 0; z-index: 1;
  background-image: radial-gradient(circle at 1px 1px, rgba(237,236,235,.06) 1px, transparent 0);
  background-size: 30px 30px; }
.st-hero.hero-dark .st-hero__veil-l, .st-hero.hero-dark .st-hero__veil-r { opacity: 0; }
.st-hero.hero-dark .st-hero__veil-t { opacity: .5; }
@media (prefers-reduced-motion: reduce){ .st-hero__tint { transition: none; } }

/* --- Ритм: Каталог (плотнее, тише, меньше воздуха) --- */
.rhythm-catalog .st-section { padding-top: 92px; padding-bottom: 92px; }
.rhythm-catalog .st-secthead { margin-bottom: 46px; }
.rhythm-catalog .st-h2 { font-size: 44px; }
.rhythm-catalog .st-hero { min-height: 740px; }
.rhythm-catalog .st-hero h1 { font-size: 60px; }
.rhythm-catalog .st-hero__lead { margin-top: 20px; }
.rhythm-catalog .st-hero__proof { margin: 30px 0 22px; }
.rhythm-catalog .st-def__lead { font-size: 33px; }
.rhythm-catalog .st-deflist__row { padding: 22px 0; }
.rhythm-catalog .st-type { min-height: 470px; padding: 34px; }
.rhythm-catalog .st-type h3 { font-size: 30px; margin-top: 24px; }
.rhythm-catalog .st-addr { padding: 24px 0; }
.rhythm-catalog .st-addr__name { font-size: 26px; }
.rhythm-catalog .st-typo__row { padding: 30px 0; }
.rhythm-catalog .st-typo__no { font-size: 46px; }
.rhythm-catalog .st-tier .price { font-size: 40px; }
.rhythm-catalog .st-trust { gap: 60px; }
.rhythm-catalog .st-trust h2 { font-size: 46px; }
.rhythm-catalog .st-faq__q { padding: 24px 0; }
.rhythm-catalog .st-faq__q h4 { font-size: 23px; }
.rhythm-catalog .st-near__card { min-height: 210px; padding: 28px; }
.rhythm-catalog .st-cta h2 { font-size: 50px; }
@media (max-width: 700px){
  .rhythm-catalog .st-h2 { font-size: 34px; }
  .rhythm-catalog .st-hero h1 { font-size: 40px; }
}

/* --- Панель тумблеров (vanilla, под хост-протокол) --- */
.tw-panel { position: fixed; right: 16px; bottom: 16px; z-index: 2147483646; width: 252px;
  display: none; flex-direction: column;
  background: rgba(237,236,235,.86); color: var(--ink);
  -webkit-backdrop-filter: blur(22px) saturate(150%); backdrop-filter: blur(22px) saturate(150%);
  border: 1px solid rgba(39,47,66,.14);
  box-shadow: 0 14px 44px rgba(27,34,48,.22); font-family: var(--font-sans); }
.tw-panel.open { display: flex; }
.tw-hd { display: flex; align-items: center; justify-content: space-between;
  padding: 13px 12px 13px 16px; cursor: move; user-select: none; border-bottom: 1px solid rgba(39,47,66,.12); }
.tw-hd b { font-family: var(--font-display); font-weight: 400; font-size: 16px; letter-spacing: .01em; }
.tw-x { border: 0; background: none; color: var(--ink-60); width: 24px; height: 24px; cursor: pointer; font-size: 14px; }
.tw-x:hover { color: var(--orange); }
.tw-body { padding: 16px; display: flex; flex-direction: column; gap: 18px; }
.tw-row { display: flex; flex-direction: column; gap: 8px; }
.tw-lbl { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-60); font-weight: 500; }
.tw-seg { display: flex; border: 1px solid rgba(39,47,66,.2); }
.tw-seg button { flex: 1; appearance: none; border: 0; background: transparent; cursor: pointer;
  font-family: var(--font-sans); font-size: 13px; color: var(--ink-60); padding: 9px 4px; line-height: 1.1;
  border-right: 1px solid rgba(39,47,66,.2); transition: background .2s var(--ease), color .2s var(--ease); }
.tw-seg button:last-child { border-right: 0; }
.tw-seg button[data-on="1"] { background: var(--pear); color: var(--platinum); }
.tw-chips { display: flex; gap: 8px; }
.tw-chip { flex: 1; height: 40px; border: 1px solid rgba(39,47,66,.2); cursor: pointer; position: relative;
  padding: 0; background: var(--c); transition: transform .12s var(--ease); }
.tw-chip:hover { transform: translateY(-1px); }
.tw-chip[data-on="1"] { box-shadow: 0 0 0 2px var(--pear); }
.tw-chip span { position: absolute; left: 6px; bottom: 5px; font-size: 10px; letter-spacing: .06em;
  text-transform: uppercase; color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.5); }


/* ============================================================================
   VISOTKI-SPECIFIC (.vh-*) — хаб коллекции 9 зданий. Chrome/атомы — общие (.st-*).
   ========================================================================== */

/* S2 · Манифест «Семь сестёр» (TMH-разворот) */
.vh-manifest { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: start; }
.vh-manifest__year { font-family: var(--font-display); font-weight: 400; font-size: clamp(96px, 12vw, 168px);
  line-height: .78; letter-spacing: -.02em; color: var(--orange); margin: 4px 0 22px; }
.vh-manifest__lead { font-family: var(--font-display-editorial); font-weight: 500; font-size: clamp(25px, 2.3vw, 33px);
  line-height: 1.32; color: var(--ink); }
.vh-manifest__lead .accent { color: var(--orange); font-style: italic; }
.vh-points { display: flex; flex-direction: column; }
.vh-point { display: grid; grid-template-columns: 20px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid var(--line); align-items: start; }
.vh-points .vh-point:last-child { border-bottom: 1px solid var(--line); }
.vh-point .st-spark { color: var(--orange); margin-top: 5px; }
.vh-point h4 { font-family: var(--font-display); font-weight: 400; font-size: 21px; line-height: 1.1; color: var(--ink); margin-bottom: 8px; }
.vh-point p { font-size: 16px; line-height: 1.55; color: var(--ink-60); }
.vh-manifest__note { grid-column: 1 / -1; margin-top: 16px; padding-top: 30px; border-top: 1px solid var(--line); }
.vh-manifest__note p { font-family: var(--font-display-editorial); font-style: italic; font-weight: 500;
  font-size: clamp(20px, 1.9vw, 26px); line-height: 1.4; color: var(--ink); max-width: 46ch; }
@media (max-width: 1000px){ .vh-manifest { grid-template-columns: 1fr; gap: 40px; } }

/* S3 · Грид девяти зданий (кураторская витрина) */
.vh-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.vh-card { position: relative; display: flex; flex-direction: column; background: #fff;
  border: 1px solid var(--line); text-decoration: none; color: var(--ink); overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.vh-card--hero { grid-column: span 2; flex-direction: row; }
.vh-card__photo { position: relative; aspect-ratio: 16/11; background: var(--pear); overflow: hidden; flex: none; }
.vh-card--hero .vh-card__photo { width: 56%; aspect-ratio: auto; min-height: 420px; }
.vh-card__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vh-card__wave { position: absolute; inset: 0; background: url(../../assets/pattern-waves.png) center/300px; opacity: .03; filter: invert(1); }
.vh-card__big { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 400; font-size: clamp(56px, 7vw, 104px); line-height: 1;
  color: var(--platinum); opacity: .26; letter-spacing: -.01em; }
.vh-card__hint { position: absolute; left: 16px; bottom: 14px; font-family: var(--font-mono); font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--on-dark-70); }
.vh-card__tag { position: absolute; top: 0; left: 0; z-index: 2; font-family: var(--font-label); font-weight: 500;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase; background: var(--orange); color: var(--platinum); padding: 8px 13px; }
.vh-card__tag--soon { background: var(--space); }
.vh-card__body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.vh-card--hero .vh-card__body { padding: 40px; justify-content: center; }
.vh-card__no { font-family: var(--font-mono); font-size: 13px; color: var(--ink-40); }
.vh-card__name { font-family: var(--font-display); font-weight: 400; font-size: 26px; line-height: 1.04; color: var(--ink); margin-top: 8px; }
.vh-card--hero .vh-card__name { font-size: 40px; }
.vh-card__addr { font-family: var(--font-sans); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--orange); margin-top: 12px; }
.vh-card__spec { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-top: 16px; font-family: var(--font-mono); font-size: 13px; color: var(--ink-60); }
.vh-card__arch { font-size: 15px; line-height: 1.5; color: var(--ink-60); margin-top: 14px; }
.vh-card__note { font-size: 15px; line-height: 1.55; color: var(--ink-60); margin-top: 12px; }
.vh-card__link { margin-top: auto; padding-top: 22px; display: inline-flex; align-items: center; gap: 10px; font-size: 16px; color: var(--orange); }
.vh-card__link svg { width: 12px; height: 12px; transform: rotate(-45deg); }
.vh-card__soon { margin-top: auto; padding-top: 22px; font-family: var(--font-label); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-40); }
a.vh-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(27,34,48,.13); }
a.vh-card:hover .vh-card__name { color: var(--orange); }
@media (max-width: 1000px){ .vh-grid { grid-template-columns: 1fr 1fr; }
  .vh-card--hero { grid-column: span 2; flex-direction: column; }
  .vh-card--hero .vh-card__photo { width: 100%; min-height: 0; aspect-ratio: 16/9; } }
@media (max-width: 640px){ .vh-grid { grid-template-columns: 1fr; } .vh-card--hero { grid-column: span 1; } }

/* S4 · Сравнительная таблица 9 зданий */
.vh-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.vh-table { width: 100%; border-collapse: collapse; font-size: 16px; min-width: 720px; }
.vh-table th, .vh-table td { text-align: left; padding: 17px 20px 17px 0; border-bottom: 1px solid var(--line-dark); }
.vh-table thead th { font-family: var(--font-label); font-weight: 500; font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--on-dark-70); border-bottom: 1px solid var(--platinum); }
.vh-table td.name { font-family: var(--font-display); font-size: 19px; color: var(--platinum); }
.vh-table td.num { font-family: var(--font-mono); font-size: 15px; color: var(--on-dark-70); white-space: nowrap; }
.vh-table td.st-ok { color: var(--orange); font-family: var(--font-sans); font-size: 14px; }
.vh-table td.st-soon { color: var(--on-dark-70); font-family: var(--font-sans); font-size: 14px; opacity: .7; }
.vh-table tbody tr:hover td { background: rgba(237,236,235,.05); }

/* S5 · Три факт-блока (банки / охрана / типология) — на тёмной */
.vh-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); }
.vh-fact { padding: 42px 40px 0 40px; border-left: 1px solid var(--line-dark); }
.vh-fact:first-child { border-left: 0; padding-left: 0; }
.vh-fact__mark { color: var(--orange); margin-bottom: 22px; }
.vh-fact h3 { font-family: var(--font-display); font-weight: 400; font-size: 25px; line-height: 1.05; color: var(--platinum); }
.vh-fact p { font-size: 16px; line-height: 1.62; color: var(--on-dark-70); margin-top: 16px; }
.vh-fact p b { color: var(--platinum); font-weight: 700; }
.vh-facts__link { margin-top: 44px; display: inline-flex; align-items: center; gap: 12px; font-size: 18px; color: var(--orange); text-decoration: none; }
.vh-facts__link svg { width: 13px; height: 13px; transform: rotate(-45deg); }
@media (max-width: 900px){ .vh-facts { grid-template-columns: 1fr; }
  .vh-fact { border-left: 0; padding-left: 0; padding-top: 34px; } }


/* ============================================================================
   MODERNIZM-SPECIFIC (.mz-*) — хаб пласта. Chrome/атомы/грид — общие (.st-* .vh-*).
   ========================================================================== */

/* S2 · Три эпохи — индекс-таймлайн (сухая модернистская сетка) */
.mz-epoch { border-top: 1px solid var(--line); }
.mz-epoch__row { display: grid; grid-template-columns: 210px 1fr; gap: 44px; padding: 40px 0;
  border-bottom: 1px solid var(--line); align-items: start; }
.mz-epoch__year { font-family: var(--font-display); font-weight: 400; font-size: clamp(40px, 4.6vw, 66px);
  line-height: 1.02; letter-spacing: -.01em; color: var(--orange); }
.mz-epoch__name { font-family: var(--font-display); font-weight: 400; font-size: 27px; line-height: 1.04; color: var(--ink); margin-bottom: 14px; }
.mz-epoch__note { font-size: 20px; line-height: 1.5; color: var(--ink); max-width: 74ch; }
@media (max-width: 760px){ .mz-epoch__row { grid-template-columns: 1fr; gap: 14px; } }

/* S3 · Девятая позиция — индекс-капсулы gap-сущностей (без фото) */
.mz-index { grid-column: 1 / -1; border: 1px solid var(--line); padding: clamp(26px,3vw,40px); background: var(--paper-2); }
.mz-index__head { font-family: var(--font-display); font-weight: 400; font-size: 23px; color: var(--ink); }
.mz-index__sub { font-size: 14px; letter-spacing: .04em; color: var(--ink-60); margin: 8px 0 22px; }
.mz-index__list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; }
.mz-cap { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 15px 0;
  border-top: 1px solid var(--line); font-size: 15px; }
.mz-cap .nm { color: var(--ink); }
.mz-cap .ad { font-family: var(--font-mono); font-size: 13px; color: var(--ink-60); white-space: nowrap; text-align: right; }
@media (max-width: 760px){ .mz-index__list { grid-template-columns: 1fr; gap: 0; } }

/* S4 · Факторы 01–03 — крупная серив-цифра вместо искры */
.vh-fact__num { font-family: var(--font-display); font-weight: 400; font-size: 46px; line-height: .9; color: var(--orange); }
.mz-factors-lead { font-family: var(--font-display-editorial); font-style: italic; font-weight: 500;
  font-size: clamp(20px,1.9vw,26px); line-height: 1.4; color: var(--platinum); max-width: 52ch; margin-bottom: 8px; }

/* FAQ · spec-table архитекторов внутри ответа Q4 */
.mz-arch-table { width: 100%; border-collapse: collapse; margin: 4px 0 6px; }
.mz-arch-table td { padding: 10px 16px 10px 0; border-top: 1px solid var(--line); font-size: 15px; vertical-align: baseline; }
.mz-arch-table tr:last-child td { border-bottom: 1px solid var(--line); }
.mz-arch-table .a-name { color: var(--ink); white-space: nowrap; }
.mz-arch-table .a-years { font-family: var(--font-mono); font-size: 13px; color: var(--ink-60); white-space: nowrap; }
.mz-arch-table .a-work { color: var(--ink-60); }


/* CAO · линк-стрелка в строке эпохи таймлайна */
.mz-epoch__link { display: inline-flex; align-items: center; gap: 9px; margin-top: 12px;
  font-size: 15px; color: var(--orange); text-decoration: none; }
.mz-epoch__link svg { width: 11px; height: 11px; transform: rotate(-45deg); }
.mz-epoch__dash { display: inline-block; margin-top: 12px; color: var(--ink-40); font-family: var(--font-mono); font-size: 14px; }


/* ============================================================================
   BUILDING PAGE (.bld-*) — F1 нарратив одного здания. Split-hero + сцены.
   ========================================================================== */

/* Сцена 1 · SPLIT-ГЕРО (навы-панель слева + фото справа) */
.bld-hero { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; background: var(--pear-ink); overflow: hidden; }
.bld-hero__panel { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center;
  padding: clamp(40px, 6vw, 110px) clamp(34px, 5vw, 96px); color: var(--platinum); }
.bld-hero__crumbs { font-size: 14px; letter-spacing: .04em; color: var(--on-dark-70); margin-bottom: 30px; }
.bld-hero__crumbs a { color: var(--on-dark-70); text-decoration: none; }
.bld-hero__crumbs a:hover { color: var(--orange); }
.bld-hero__crumbs .sep { color: rgba(237,236,235,.4); padding: 0 8px; }
.bld-hero__eyebrow { font-family: var(--font-label); font-weight: 500; font-size: 13px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--orange); margin-bottom: 26px; }
.bld-hero__h1 { font-family: var(--font-display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(40px, 4.4vw, 68px); line-height: 1.0; letter-spacing: -.01em; color: var(--platinum); margin: 0; }
.bld-hero__h1 .em { color: var(--orange); text-transform: uppercase; }
.bld-hero__sub { font-family: var(--font-mono); font-size: 14px; line-height: 1.5; letter-spacing: .02em;
  color: var(--on-dark); margin: 30px 0 0; max-width: 44ch; }
.bld-hero__cta { margin-top: 40px; }
.bld-hero__media { position: relative; }
.bld-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bld-hero__media::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(27,34,48,.55) 0%, rgba(27,34,48,0) 26%); }
.bld-hero .st-crop { color: rgba(237,236,235,.5); }
@media (max-width: 900px){
  .bld-hero { grid-template-columns: 1fr; min-height: 0; }
  .bld-hero__media { min-height: 360px; order: -1; }
  .bld-hero__media img { position: relative; }
  .bld-hero__panel { padding: 56px 28px 64px; }
}

/* Сцена 3 · три стат-карточки (высота/шпиль/этажи) на тёмной */
.bld-stat3 { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); }
.bld-stat3__c { padding: 44px 40px 0 0; border-left: 1px solid var(--line-dark); padding-left: 40px; }
.bld-stat3__c:first-child { border-left: 0; padding-left: 0; }
.bld-stat3__n { font-family: var(--font-display); font-weight: 400; font-size: clamp(56px, 6.5vw, 92px);
  line-height: .9; letter-spacing: -.02em; color: var(--orange); }
.bld-stat3__t { font-family: var(--font-display); font-weight: 400; font-size: 21px; color: var(--platinum); margin-top: 18px; }
.bld-stat3__d { font-size: 15px; line-height: 1.55; color: var(--on-dark-70); margin-top: 12px; }
.bld-cols-dark { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-top: 56px; }
.bld-cols-dark p { font-size: 20px; line-height: 1.5; color: var(--on-dark); margin: 0; }
.bld-cols-dark p b { color: var(--platinum); font-weight: 700; }
@media (max-width: 900px){ .bld-stat3 { grid-template-columns: 1fr; }
  .bld-stat3__c { border-left: 0; padding-left: 0; padding-top: 32px; }
  .bld-cols-dark { grid-template-columns: 1fr; gap: 24px; } }

/* Сцена 4 · типология тремя тирами */
.bld-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bld-tier { border: 1px solid var(--line); padding: 34px 30px 32px; background: #fff; display: flex; flex-direction: column; }
.bld-tier--top { border-color: rgba(187,92,60,.5); }
.bld-tier__m { font-family: var(--font-display); font-weight: 400; font-size: clamp(34px,3.4vw,46px); line-height: .95;
  letter-spacing: -.01em; color: var(--ink); }
.bld-tier--top .bld-tier__m { color: var(--orange); }
.bld-tier__h { font-family: var(--font-display); font-weight: 400; font-size: 22px; color: var(--ink); margin: 16px 0 0; }
.bld-tier__p { font-size: 15px; line-height: 1.6; color: var(--ink-60); margin-top: 14px; }
@media (max-width: 900px){ .bld-tiers { grid-template-columns: 1fr; } }

/* DNN · типология 4 тирами (2×2) + пул-кво музейной сцены */
.bld-tiers--4 { grid-template-columns: repeat(2, 1fr); }
.bld-tier--top.bld-tier--wide { grid-column: 1 / -1; }
.bld-pull { font-family: var(--font-display-editorial); font-style: italic; font-weight: 500;
  font-size: clamp(22px,2.4vw,32px); line-height: 1.34; color: var(--ink); max-width: 30ch;
  padding-left: 30px; border-left: 2px solid var(--orange); margin: 0; }
@media (max-width: 760px){ .bld-tiers--4 { grid-template-columns: 1fr; } }

/* Сцена 5 · кейс-цитата (blockquote с терракотовой кромкой) */
.bld-case { border-left: 3px solid var(--orange); padding: 6px 0 6px 30px; margin: 30px 0 0;
  font-family: var(--font-display-editorial); font-style: italic; font-weight: 500;
  font-size: clamp(19px,1.8vw,24px); line-height: 1.42; color: var(--ink); max-width: 60ch; }
.bld-case__by { display: block; margin-top: 16px; font-family: var(--font-sans); font-style: normal;
  font-size: 13px; letter-spacing: .04em; color: var(--ink-60); }
.bld-steps { list-style: none; margin: 22px 0 0; padding: 0; counter-reset: s; max-width: 70ch; }
.bld-steps li { position: relative; padding: 14px 0 14px 44px; border-top: 1px solid var(--line);
  font-size: 16px; line-height: 1.55; color: var(--ink-60); counter-increment: s; }
.bld-steps li::before { content: counter(s,decimal-leading-zero); position: absolute; left: 0; top: 14px;
  font-family: var(--font-mono); font-size: 13px; color: var(--orange); }


/* BUILDING · сплошная шапка (не оверлеит фото split-героя) */
.st-topbar--solid { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: var(--pear-ink); }
.st-topbar--solid .brand img { height: 34px; }
.st-topbar--solid .st-topbar__row { position: relative; padding-top: 13px; padding-bottom: 13px; }
.st-topbar--solid .st-topnav { position: absolute; left: 50%; transform: translateX(-50%); }
.bld-hero { padding-top: 60px; }


/* KOTELNICHESKAYA · зеркальный split-геро (фото слева, панель справа) + сетка персон */
.bld-hero--mirror .bld-hero__media { order: -1; }
.bld-hero--mirror .bld-hero__media::after { background: linear-gradient(270deg, rgba(27,34,48,.5) 0%, rgba(27,34,48,0) 28%); }
@media (max-width: 900px){ .bld-hero--mirror .bld-hero__media { order: -1; } }

/* Сцена 5 · сетка знаменитых жильцов */
.bld-persons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bld-person { border: 1px solid var(--line); padding: 28px 24px; background: #fff; }
.bld-person--feat { background: var(--pear); border-color: var(--pear); position: relative; overflow: hidden; }
.bld-person--feat::after { content: ""; position: absolute; inset: 0; background: url(../../assets/pattern-waves.png) center/280px; opacity: .03; filter: invert(1); pointer-events: none; }
.bld-person__n { position: relative; font-family: var(--font-display); font-weight: 400; font-size: 22px; line-height: 1.08; color: var(--ink); }
.bld-person--feat .bld-person__n { color: var(--platinum); }
.bld-person__y { position: relative; font-family: var(--font-mono); font-size: 13px; color: var(--orange); margin-top: 8px; }
.bld-person__r { position: relative; font-size: 15px; line-height: 1.55; color: var(--ink-60); margin-top: 13px; }
.bld-person--feat .bld-person__r { color: var(--on-dark-70); }
.bld-persons__more { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 16px; line-height: 1.7; color: var(--ink-60); max-width: 90ch; }
.bld-persons__note { margin-top: 20px; font-family: var(--font-display-editorial); font-style: italic; font-size: 19px; line-height: 1.45; color: var(--ink); max-width: 60ch; padding-left: 26px; border-left: 2px solid var(--orange); }
@media (max-width: 900px){ .bld-persons { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px){ .bld-persons { grid-template-columns: 1fr; } }


/* ============================================================================
   MGU-SPECIFIC (.bld-adj / .bld-compare / .bld-know) — adjacent-рынок,
   международный контекст, чек-лист «что знать». Атомы/chrome — общие (.st-* .bld-*).
   ========================================================================== */

/* Сцена 4 · Adjacent-рынок: featured-карта + грид из 4 направлений */
.bld-adj { display: grid; gap: 22px; }
.bld-adj__feat { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(180px,260px) 1fr;
  gap: clamp(28px,4vw,64px); align-items: center; background: var(--pear); color: var(--platinum);
  border: 1px solid var(--pear); padding: clamp(34px,4vw,52px) clamp(30px,4vw,56px); }
.bld-adj__feat::after { content: ""; position: absolute; inset: 0; background: url(../../assets/pattern-waves.png) center/300px;
  opacity: .03; filter: invert(1); pointer-events: none; }
.bld-adj__feat-l { position: relative; z-index: 2; }
.bld-adj__feat-r { position: relative; z-index: 2; }
.bld-adj__time { font-family: var(--font-display); font-weight: 400; font-size: clamp(46px,5.5vw,76px);
  line-height: .9; letter-spacing: -.02em; color: var(--orange); }
.bld-adj__feat .bld-adj__time { color: var(--orange); }
.bld-adj__where { font-family: var(--font-display); font-weight: 400; font-size: 26px; line-height: 1.05; color: var(--platinum); margin-top: 12px; }
.bld-adj__feat-r .bld-adj__where { font-size: 30px; }
.bld-adj__tag { font-family: var(--font-label); font-weight: 500; font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--orange); margin-top: 14px; }
.bld-adj__feat .bld-adj__p { color: var(--on-dark-70); margin-top: 16px; font-size: 16px; line-height: 1.62; max-width: 64ch; }
.bld-adj__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.bld-adj__card { border: 1px solid var(--line); background: #fff; padding: 32px 28px; display: flex; flex-direction: column; }
.bld-adj__card .bld-adj__time { font-size: clamp(36px,3.6vw,48px); color: var(--ink); }
.bld-adj__card .bld-adj__where { color: var(--ink); font-size: 22px; }
.bld-adj__card .bld-adj__p { font-size: 15px; line-height: 1.6; color: var(--ink-60); margin-top: 14px; }
@media (max-width: 1000px){ .bld-adj__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 900px){ .bld-adj__feat { grid-template-columns: 1fr; gap: 20px; } }
@media (max-width: 560px){ .bld-adj__grid { grid-template-columns: 1fr; } }

/* Сцена 6 · Международный контекст: строка-сопоставление (3 года серивом) */
.bld-compare { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin-top: 48px; }
.bld-compare__c { padding: 30px 30px 0 0; border-left: 1px solid var(--line); padding-left: 30px; }
.bld-compare__c:first-child { border-left: 0; padding-left: 0; }
.bld-compare__y { font-family: var(--font-display); font-weight: 400; font-size: clamp(40px,4vw,58px); line-height: .9;
  letter-spacing: -.01em; color: var(--orange); }
.bld-compare__n { font-family: var(--font-display); font-weight: 400; font-size: 20px; line-height: 1.1; color: var(--ink); margin-top: 14px; }
.bld-compare__d { font-size: 14px; line-height: 1.5; color: var(--ink-60); margin-top: 8px; }
@media (max-width: 760px){ .bld-compare { grid-template-columns: 1fr; }
  .bld-compare__c { border-left: 0; padding-left: 0; padding-top: 24px; border-top: 1px solid var(--line); }
  .bld-compare__c:first-child { border-top: 0; padding-top: 0; } }

/* Сцена 7 · Чек-лист «что знать»: сетка 2×2 */
.bld-know { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.bld-know__card { border: 1px solid var(--line); background: #fff; padding: 36px 34px; display: flex; flex-direction: column; }
.bld-know__card--accent { border-color: rgba(187,92,60,.5); }
.bld-know__h { display: flex; align-items: center; gap: 16px; }
.bld-know__h .st-spark { color: var(--orange); }
.bld-know__h h4 { font-family: var(--font-display); font-weight: 400; font-size: 25px; line-height: 1.05; color: var(--ink); }
.bld-know__p { font-size: 20px; line-height: 1.5; color: var(--ink); margin-top: 18px; }
@media (max-width: 760px){ .bld-know { grid-template-columns: 1fr; } }

/* LENINGRADSKAYA · сетка соседних премиум-районов «где покупать рядом» (4 карты) */
.bld-dist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.bld-dist__card { border: 1px solid var(--line); background: #fff; padding: 36px 34px; display: flex; flex-direction: column; }
.bld-dist__card--accent { border-color: rgba(187,92,60,.5); }
.bld-dist__eyebrow { font-family: var(--font-label); font-weight: 500; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); }
.bld-dist__addr { font-family: var(--font-display); font-weight: 400; font-size: 28px; line-height: 1.04; color: var(--ink); margin-top: 12px; }
.bld-dist__p { font-size: 15px; line-height: 1.62; color: var(--ink-60); margin-top: 16px; }
.bld-dist__card--wide { grid-column: 1 / -1; }

/* ============================================================================
   DISTRICT F2 (.kh-*) — Хамовники/Замоскворечье: гео-легенды, грид локаций,
   матрица-типология, стат-капсулы геро. Chrome/атомы — общие (.st-* .bld-*).
   ========================================================================== */

/* Геро · стат-капсулы под CTA */
.kh-hero-stats { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.kh-hero-stats span { font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em;
  text-transform: uppercase; color: var(--on-dark-70); border: 1px solid var(--line-dark); padding: 9px 14px; }
.kh-anchor { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px;
  font-family: var(--font-label); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--orange); text-decoration: none; }

/* S3 · карта-плейсхолдер + 4 легенды */
.kh-mapbox { position: relative; min-height: 320px; border: 1px solid var(--line);
  background: var(--krayola);
  background-image: repeating-linear-gradient(45deg, rgba(39,47,66,.07) 0 2px, transparent 2px 12px);
  display: flex; align-items: flex-end; overflow: hidden; }
.kh-mapbox::after { content: attr(data-ph); font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ink-60); padding: 16px 18px; }
.kh-legends { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 44px;
  border-top: 1px solid var(--line); padding-top: 40px; }
.kh-legend__h { display: flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 400;
  font-size: 21px; color: var(--ink); margin-bottom: 18px; }
.kh-legend__h .st-spark { color: var(--orange); width: 13px; height: 13px; }
.kh-legend ul { list-style: none; margin: 0; padding: 0; }
.kh-legend li { font-size: 15px; line-height: 1.5; color: var(--ink-60); padding: 8px 0; border-top: 1px solid var(--line); }
.kh-legend li:first-child { border-top: 0; }
@media (max-width: 1000px){ .kh-legends { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .kh-legends { grid-template-columns: 1fr; } }

/* S4/S6 · группы локаций + карточки-входы */
.kh-group { margin-top: 46px; }
.kh-group:first-of-type { margin-top: 0; }
.kh-group__h { font-family: var(--font-label); font-weight: 500; font-size: 13px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--orange); padding-bottom: 18px; border-bottom: 1px solid var(--line); margin-bottom: 26px; }
.kh-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.kh-card { position: relative; display: flex; flex-direction: column; min-height: 200px; border: 1px solid var(--line);
  background: #fff; padding: 30px 28px; text-decoration: none; color: var(--ink); transition: background .3s var(--ease), transform .3s var(--ease); }
a.kh-card:hover { background: var(--pear); transform: translateY(-3px); }
.kh-card__loc { font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; color: var(--ink-40); }
.kh-card__name { font-family: var(--font-display); font-weight: 400; font-size: 25px; line-height: 1.04; color: var(--ink); margin-top: 10px; }
a.kh-card:hover .kh-card__name { color: var(--orange); }
.kh-card__note { font-size: 15px; line-height: 1.55; color: var(--ink-60); margin-top: 14px; }
a.kh-card:hover .kh-card__loc, a.kh-card:hover .kh-card__note { color: var(--on-dark-70); }
.kh-card__link { margin-top: auto; padding-top: 20px; display: inline-flex; align-items: center; gap: 10px; font-size: 15px; color: var(--orange); }
.kh-card__link svg { width: 12px; height: 12px; transform: rotate(-45deg); }
a.kh-card:hover .kh-card__link { color: var(--platinum); }
@media (max-width: 1000px){ .kh-grid3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px){ .kh-grid3 { grid-template-columns: 1fr; } }

/* S5 · матрица-типология (table на тёмной) */
.kh-matrix-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.kh-matrix { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 760px; }
.kh-matrix thead th { font-family: var(--font-label); font-weight: 500; font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--on-dark-70); text-align: left; padding: 0 20px 16px 0; border-bottom: 1px solid var(--platinum); }
.kh-matrix td { padding: 22px 20px 22px 0; border-bottom: 1px solid var(--line-dark); vertical-align: top; }
.kh-matrix .ep { width: 30%; }
.kh-matrix .ep b { font-family: var(--font-display); font-weight: 400; font-size: 22px; color: var(--platinum); display: block; }
.kh-matrix .ep .yr { font-family: var(--font-mono); font-size: 13px; color: var(--orange); }
.kh-matrix .ep p { font-size: 14px; line-height: 1.5; color: var(--on-dark-70); margin-top: 8px; }
.kh-matrix .val { font-family: var(--font-mono); font-size: 14px; color: var(--on-dark); white-space: nowrap; }
.kh-matrix .val.price { color: var(--platinum); font-weight: 700; }

/* ============================================================================
   PREMIUM F4 (.prem-*) — бренд-авторитет: регалии, сегмент-карты 2×2,
   светлая ценовая таблица. Chrome/атомы — общие (.st-* .bld-* .kh-*).
   ========================================================================== */
.kh-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 760px){ .kh-grid2 { grid-template-columns: 1fr; } }

/* Регалии — крупная серив-марка + проза + ссылка на реестр (на bld-compare) */
.bld-compare__lnk { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px;
  font-family: var(--font-label); font-size: 13px; letter-spacing: .04em; color: var(--orange); text-decoration: none; }
.bld-compare__lnk:hover { color: var(--orange-deep); }
.bld-compare__lnk svg { width: 11px; height: 11px; transform: rotate(-45deg); }

/* Ценовая таблица (светлая) */
.prem-price-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.prem-price { width: 100%; border-collapse: collapse; min-width: 680px; }
.prem-price thead th { font-family: var(--font-label); font-weight: 500; font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-60); text-align: left; padding: 0 24px 16px 0; border-bottom: 1px solid var(--ink); }
.prem-price td { padding: 26px 24px 26px 0; border-bottom: 1px solid var(--line); vertical-align: baseline; }
.prem-price .seg { font-family: var(--font-display); font-weight: 400; font-size: 25px; line-height: 1.05; color: var(--ink); }
.prem-price .from, .prem-price .to { font-family: var(--font-display); font-weight: 400; font-size: clamp(18px, 5.5vw, 30px); color: var(--orange); white-space: nowrap; }
.prem-price .obj { font-size: 15px; line-height: 1.5; color: var(--ink-60); }
.prem-quote { font-family: var(--font-display-editorial); font-style: italic; font-weight: 500;
  font-size: clamp(24px,2.6vw,34px); line-height: 1.34; color: var(--platinum); max-width: 30ch;
  padding-left: 30px; border-left: 2px solid var(--orange); margin: 0 0 48px; }
.prem-sig { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.prem-sig a { color: var(--orange); text-decoration: none; display: inline-flex; align-items: center; gap: 9px; }
.prem-sig a svg { width: 12px; height: 12px; transform: rotate(-45deg); }
.prem-sig .nm { font-family: var(--font-display); font-size: 20px; color: var(--ink); }
.bld-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 30px; }
.bld-list li { position: relative; padding-left: 24px; font-size: 16px; line-height: 1.5; color: var(--on-dark-70); }
.bld-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 12px; height: 12px; background: var(--orange);
  clip-path: polygon(50% 0,61% 39%,100% 50%,61% 61%,50% 100%,39% 61%,0 50%,39% 39%); }
@media (max-width: 760px){ .bld-dist { grid-template-columns: 1fr; } .bld-list { grid-template-columns: 1fr; } }


/* ===== MOTION-CANON (CSS-only, gated prefers-reduced-motion, SEO untouched) ===== */
@media (prefers-reduced-motion: no-preference){
  .bld-hero__panel > * { opacity: 0; animation: khHeroIn .7s var(--ease) both; }
  .bld-hero__panel > .bld-hero__crumbs { animation-delay: .05s; }
  .bld-hero__panel > .bld-hero__eyebrow { animation-delay: .14s; }
  .bld-hero__panel > .bld-hero__h1 { animation-delay: .22s; }
  .bld-hero__panel > .bld-hero__sub { animation-delay: .34s; }
  .bld-hero__panel > .bld-hero__cta, .bld-hero__panel > div { animation-delay: .44s; }
  .bld-hero__panel > .kh-hero-stats { animation-delay: .54s; }
  .bld-hero__panel > .kh-anchor { animation-delay: .62s; }
  .bld-hero__h1 { position: relative; }
  .bld-hero__h1::after { content: ""; position: absolute; left: 0; bottom: -16px; height: 2px; width: 96px;
    background: var(--orange); transform: scaleX(0); transform-origin: left; animation: khRule .8s var(--ease) .5s forwards; }
  .mz-epoch__row { opacity: 0; transform: translateY(14px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
  .reveal.in .mz-epoch__row { opacity: 1; transform: none; }
  .reveal.in .mz-epoch__row:nth-child(2){ transition-delay: .07s; }
  .reveal.in .mz-epoch__row:nth-child(3){ transition-delay: .14s; }
  .reveal.in .mz-epoch__row:nth-child(4){ transition-delay: .21s; }
  .reveal.in .mz-epoch__row:nth-child(5){ transition-delay: .28s; }
  .reveal.in .mz-epoch__row:nth-child(6){ transition-delay: .35s; }
  .reveal.in .mz-epoch__row:nth-child(7){ transition-delay: .42s; }
  .reveal.in .mz-epoch__row:nth-child(8){ transition-delay: .49s; }
}
@keyframes khHeroIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes khRule { to { transform: scaleX(1); } }
/* адаптив-глубина · геро по dvh */
.bld-hero { min-height: 100vh; }
@supports (height: 100dvh){ .bld-hero { min-height: 100dvh; } }


/* ===== KH-CARD-CANON — единый ховер карточек (lift + терракота + паттерн-слой) ===== */
.kh-card { overflow: hidden; }
.kh-card > * { position: relative; z-index: 1; }
.kh-card::after { content: ""; position: absolute; inset: 0; z-index: 0;
  background: url(../../assets/pattern-waves.png) right -34px bottom -34px / 240px no-repeat;
  opacity: 0; transform: translateY(10px); transition: opacity .45s var(--ease), transform .55s var(--ease); pointer-events: none; }
.kh-card:hover, a.kh-card:hover { background: #fff; border-color: rgba(187,92,60,.5);
  transform: translateY(-4px); box-shadow: 0 18px 40px -28px rgba(27,34,48,.55); }
.kh-card:hover::after { opacity: .06; transform: translateY(0); }
.kh-card:hover .kh-card__name, a.kh-card:hover .kh-card__name { color: var(--orange); }
a.kh-card:hover .kh-card__loc { color: var(--ink-40); }
a.kh-card:hover .kh-card__note { color: var(--ink-60); }
a.kh-card:hover .kh-card__link { color: var(--orange); }
@media (prefers-reduced-motion: reduce){ .kh-card::after { display: none; } }


/* KH-CARD-NUM — индекс коллекции 01…N на карточках (per-grid counter) */
.kh-grid3, .kh-grid2 { counter-reset: kc; }
.kh-grid3 > .kh-card, .kh-grid2 > .kh-card { counter-increment: kc; }
.kh-grid3 > .kh-card::before, .kh-grid2 > .kh-card::before { content: counter(kc, decimal-leading-zero);
  position: absolute; top: 22px; right: 24px; z-index: 2; font-family: var(--font-mono); font-size: 12px;
  letter-spacing: .06em; color: var(--ink-40); transition: color .35s var(--ease); }
.kh-grid3 > .kh-card:hover::before, .kh-grid2 > .kh-card:hover::before { color: var(--orange); }


/* premium · двухъярусный H1 (подстрока) */
.bld-hero__h1 .sub-line { display: block; margin-top: 20px; font-family: var(--font-display); font-weight: 400; text-transform: none; font-size: clamp(20px, 2vw, 30px); line-height: 1.14; letter-spacing: 0; color: var(--on-dark); max-width: 26ch; }
.bld-hero__h1 .sub-line .em { font-family: var(--font-display-editorial); font-style: italic; color: var(--orange); }


/* premium S4 off-market — небанальная тёмная сцена: гигант-стат + сеть-чипы + голос */
.om-scene { display: grid; grid-template-columns: minmax(210px, 300px) 1fr; gap: clamp(30px, 5vw, 70px); align-items: start; margin-top: 12px; }
.om-scene__big .n { font-family: var(--font-display); font-weight: 400; font-size: clamp(56px, 6.5vw, 96px); line-height: .9; color: var(--orange); white-space: nowrap; }
.om-scene__big .l { font-size: 15px; line-height: 1.5; color: var(--on-dark-70); margin-top: 14px; max-width: 24ch; }
.om-scene__lead { font-family: var(--font-display-editorial); font-style: italic; font-weight: 500; font-size: clamp(20px, 2.2vw, 28px); line-height: 1.36; color: var(--platinum); max-width: 48ch; margin: 0; }
.om-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.om-chips span { font-family: var(--font-label); font-weight: 500; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--on-dark); border: 1px solid var(--line-dark); padding: 10px 15px; transition: border-color .3s var(--ease), color .3s var(--ease), transform .3s var(--ease); }
.om-chips span:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-2px); }
.om-scene__voice { font-size: 16px; line-height: 1.62; color: var(--on-dark-70); max-width: 74ch; margin: 0; }
@media (max-width: 760px){ .om-scene { grid-template-columns: 1fr; gap: 24px; } }

/* ════════════════════════════════════════════════════════════════════════
   S4 · OFF-MARKET v2 — «ВАТЕРЛИНИЯ»
   Один горизонтальный хэйрлайн = уровень воды. Над ним — надводный кончик
   (публичные базы, тихо). Под ним — подводный закрытый рынок: гигант-стат,
   манифест-цитата и реестр каналов (нумерованные хэйрлайн-строки). Внизу —
   два входа (покупатель / продавец). Квадрат, хэйрлайны @18%, теней нет.
   ═══════════════════════════════════════════════════════════════════════ */
.om2 { position: relative; overflow: hidden; isolation: isolate; }
/* тёплое глубинное свечение снизу-справа (мотив .surface-glow, мягче) */
.om2::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(120% 80% at 86% 96%, rgba(187,92,60,.22), rgba(187,92,60,.05) 42%, transparent 72%); }
.om2 > .st-wrap { position: relative; z-index: 1; }

/* --- надводный кончик --------------------------------------------------- */
.om2-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 44px; margin-bottom: 30px; }
.om2-head__lead { display: flex; flex-direction: column; gap: 22px; }
.om2-h2 { max-width: 16ch; }
.om2-tip { font-family: var(--font-sans); font-size: 15px; line-height: 1.55; color: var(--on-dark-70);
  max-width: 30ch; text-align: right; margin: 0 0 4px; opacity: .7; }

/* --- ватерлиния --------------------------------------------------------- */
.om2-waterline { position: relative; height: 0; border-top: var(--hairline-w) solid var(--line-dark);
  margin-top: 6px; }
.om2-waterline__tag { position: absolute; top: 0; left: 0; transform: translateY(-50%);
  background: var(--pear); padding-right: 18px;
  font-family: var(--font-label); font-weight: 500; font-size: 11px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--orange); }

/* --- подводная часть ---------------------------------------------------- */
.om2-deep { display: grid; grid-template-columns: minmax(280px, 360px) 1fr; gap: clamp(40px, 6vw, 88px);
  align-items: start; padding-top: 58px; }
.om2-deep__aside { display: flex; flex-direction: column; gap: 40px; }
.om2-stat__n { font-family: var(--font-display); font-weight: 400; font-size: clamp(72px, 8vw, 120px);
  line-height: .82; color: var(--orange); letter-spacing: -.02em; }
.om2-stat__l { font-family: var(--font-sans); font-size: 15px; line-height: 1.5; color: var(--on-dark-70);
  margin-top: 20px; max-width: 26ch; }
.om2-quote { font-family: var(--font-display-editorial); font-style: italic; font-weight: 500;
  font-size: clamp(20px, 1.8vw, 25px); line-height: 1.34; color: var(--platinum); margin: 0;
  padding-top: 32px; border-top: var(--hairline-w) solid var(--line-dark); max-width: 34ch; }

/* --- реестр-леджер каналов ---------------------------------------------- */
.om2-ledger__head { display: flex; justify-content: space-between; align-items: baseline; gap: 24px;
  padding-bottom: 24px; }
.om2-ledger__kicker { font-family: var(--font-display-editorial); font-style: italic; font-weight: 500;
  font-size: clamp(22px, 2.1vw, 30px); line-height: 1.28; color: var(--platinum); max-width: 32ch; margin: 0; }
.om2-ledger__meta { font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em;
  text-transform: uppercase; color: var(--on-dark-70); white-space: nowrap; }
.om2-rows { list-style: none; margin: 0; padding: 0; }
.om2-row { display: grid; grid-template-columns: 58px 1fr 16px; align-items: center; gap: 24px;
  padding: 24px 4px; border-top: var(--hairline-w) solid var(--line-dark);
  transition: background .32s var(--ease), padding .32s var(--ease); }
.om2-row:last-child { border-bottom: var(--hairline-w) solid var(--line-dark); }
.om2-row__n { font-family: var(--font-mono); font-size: 13px; letter-spacing: .1em; color: var(--orange); }
.om2-row__t { font-family: var(--font-display-editorial); font-weight: 500; font-size: clamp(21px, 2vw, 28px);
  line-height: 1.08; color: var(--platinum); }
.om2-row__spark { width: 14px; height: 14px; background: var(--orange); opacity: 0; transition: opacity .32s var(--ease);
  clip-path: polygon(50% 0,57% 34%,72% 28%,66% 43%,82% 50%,66% 57%,72% 72%,57% 66%,50% 100%,43% 66%,28% 72%,34% 57%,18% 50%,34% 43%,28% 28%,43% 34%); }
.om2-row:hover { background: rgba(237,236,235,.045); padding-left: 14px; padding-right: 14px; }
.om2-row:hover .om2-row__spark { opacity: 1; }

/* --- два входа: покупатель / продавец ----------------------------------- */
.om2-sides { display: grid; grid-template-columns: 1fr 1fr; margin-top: 66px;
  border-top: var(--hairline-w) solid var(--line-dark); }
.om2-side { padding: 36px 44px 0 0; }
.om2-side + .om2-side { padding: 36px 0 0 44px; border-left: var(--hairline-w) solid var(--line-dark); }
.om2-side__h { display: block; font-family: var(--font-label); font-weight: 500; font-size: 13px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--orange); margin-bottom: 16px; }
.om2-side__b { font-family: var(--font-sans); font-size: 16px; line-height: 1.62; color: var(--on-dark-70);
  max-width: 46ch; margin: 0; }

@media (max-width: 920px){
  .om2-head { grid-template-columns: 1fr; align-items: start; }
  .om2-h2 { max-width: none; }
  .om2-tip { text-align: left; max-width: 44ch; margin-bottom: 0; }
  .om2-deep { grid-template-columns: 1fr; gap: 46px; padding-top: 46px; }
  .om2-ledger__head { flex-direction: column; gap: 10px; }
  .om2-sides { grid-template-columns: 1fr; margin-top: 48px; }
  .om2-side, .om2-side + .om2-side { padding: 30px 0 0; border-left: 0; }
  .om2-side + .om2-side { border-top: var(--hairline-w) solid var(--line-dark); }
}

/* ════════════════════════════════════════════════════════════════════════
   S6 · ОДИН ЭКСПЕРТ — редакционный СПРЕД, а не вертикальный стек.
   Левый рейл (голос/позиция): манифест + стойка «охват ⟷ фокус» + подпись,
   прижатая к низу. Правый столбец (структура/доказательство): реестр слоёв.
   Центральный хэйрлайн-жёлоб связывает пространство; высота вдвое меньше стека.
   Светлая секция (Paper), квадрат, теней нет.
   ═══════════════════════════════════════════════════════════════════════ */
.sx6-spread { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 0;
  border-top: var(--hairline-w) solid var(--line); }
.sx6-rail  { display: flex; flex-direction: column; padding: 50px clamp(40px, 5vw, 76px) 0 0; }
.sx6-proof { padding: 50px 0 0 clamp(40px, 5vw, 76px); border-left: var(--hairline-w) solid var(--line); }

/* — манифест (ведёт левый рейл, средний кегль, не баннер) — */
.sx6-manifesto { font-family: var(--font-display-editorial); font-weight: 500;
  font-size: clamp(30px, 3.3vw, 47px); line-height: 1.06; letter-spacing: -.01em; color: var(--ink);
  max-width: 15ch; margin: 0 0 46px; text-wrap: balance; }
.sx6-manifesto em { font-style: italic; color: var(--orange); }

/* — стойка: широкий охват -> один фокус, разделены хэйрлайнами — */
.sx6-stance__row { padding: 26px 0; border-top: var(--hairline-w) solid var(--line); }
.sx6-stance__row:first-child { border-top: 0; padding-top: 0; }
.sx6-tag { display: block; font-family: var(--font-label); font-weight: 500; font-size: 13px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--ink-40); margin-bottom: 14px; }
.sx6-tag--accent { color: var(--orange); }
.sx6-stance__row p { font-family: var(--font-sans); font-size: 16px; line-height: 1.58; margin: 0; }
.sx6-stance__row--neg p { color: var(--ink-60); }
.sx6-stance__row--pos p { color: var(--ink); }
.sx6-stance__row--pos b { font-weight: 700; }
.sx6-types { margin-top: 14px !important; font-family: var(--font-display-editorial); font-style: italic;
  font-weight: 500; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.5; color: var(--ink) !important;
  text-wrap: pretty; }

/* — подпись прижата к низу рейла (выравнивается с концом правого столбца) — */
.sx6-sig { margin-top: auto; padding-top: 44px; }

/* — правый столбец: реестр слоёв сделки — */
.sx6-layers__lead { font-family: var(--font-display-editorial); font-style: italic; font-weight: 500;
  font-size: clamp(21px, 2.1vw, 28px); line-height: 1.3; color: var(--ink); max-width: 40ch; margin: 0 0 30px; }
.sx6-stack { list-style: none; margin: 0; padding: 0; }
.sx6-layer { display: grid; grid-template-columns: 56px 1fr 16px; align-items: baseline; gap: 24px;
  padding: 22px 4px; border-top: var(--hairline-w) solid var(--line);
  transition: background .32s var(--ease), padding .32s var(--ease); }
.sx6-layer:last-child { border-bottom: var(--hairline-w) solid var(--line); }
.sx6-layer__n { font-family: var(--font-mono); font-size: 13px; letter-spacing: .1em; color: var(--orange); align-self: center; }
.sx6-layer__t { font-family: var(--font-display-editorial); font-weight: 500; font-size: clamp(21px, 1.9vw, 28px);
  line-height: 1.12; color: var(--ink); }
.sx6-layer__spark { width: 14px; height: 14px; background: var(--orange); opacity: 0; align-self: center;
  transition: opacity .32s var(--ease);
  clip-path: polygon(50% 0,57% 34%,72% 28%,66% 43%,82% 50%,66% 57%,72% 72%,57% 66%,50% 100%,43% 66%,28% 72%,34% 57%,18% 50%,34% 43%,28% 28%,43% 34%); }
.sx6-layer:hover { background: rgba(39,47,66,.035); padding-left: 14px; padding-right: 14px; }
.sx6-layer:hover .sx6-layer__spark { opacity: 1; }
.sx6-layers__foot { font-family: var(--font-sans); font-size: 18px; line-height: 1.55; color: var(--ink);
  margin: 30px 0 0; max-width: 50ch; }
.sx6-layers__foot span { color: var(--ink-60); }

@media (max-width: 860px){
  .sx6-spread { grid-template-columns: 1fr; }
  .sx6-rail  { padding: 42px 0 0; }
  .sx6-proof { padding: 42px 0 0; border-left: 0; border-top: var(--hairline-w) solid var(--line); }
  .sx6-manifesto { margin-bottom: 38px; }
  .sx6-sig { margin-top: 40px; }
}

/* ════════════════════════════════════════════════════════════════════════
   DEV IMAGE PLACEHOLDERS — полосатые слоты под реальное фото (хэндофф в код).
   Прод: заменить .imgph на <img> тех же размеров; моно-подпись = что и в каком
   кропе вставить. Квадрат, хэйрлайн @20%, теней нет.
   ═══════════════════════════════════════════════════════════════════════ */
.imgph { position: relative; display: flex; align-items: center; justify-content: center; padding: 16px;
  background-color: var(--paper-2);
  background-image: repeating-linear-gradient(45deg, rgba(39,47,66,.055) 0 9px, rgba(39,47,66,0) 9px 18px);
  border: 1px solid var(--line); overflow: hidden; }
.imgph__tag { font-family: var(--font-mono); font-size: 11px; line-height: 1.3; letter-spacing: .04em;
  text-transform: uppercase; color: var(--ink-60); text-align: center;
  background: var(--paper); border: 1px solid var(--line); padding: 8px 12px; max-width: 100%;
  display: inline-flex; align-items: center; gap: 9px; }
.imgph__tag::before { content: ""; width: 13px; height: 11px; flex: none; border: 1.5px solid var(--ink-40); }
.imgph__tag b { font-weight: 700; color: var(--ink); }
/* тёмный вариант (на навы-секциях) */
.imgph--dark { background-color: rgba(237,236,235,.015);
  background-image: repeating-linear-gradient(45deg, rgba(237,236,235,.07) 0 9px, rgba(237,236,235,0) 9px 18px);
  border-color: var(--line-dark); }
.imgph--dark .imgph__tag { color: var(--on-dark-70); background: var(--pear); border-color: var(--line-dark); }
.imgph--dark .imgph__tag b { color: var(--platinum); }
.imgph--dark .imgph__tag::before { border-color: var(--on-dark-70); }

/* S3 — фото-шапка карточки направления (вынос в края карточки) */
.kh-card__img { margin: -30px -28px 22px; aspect-ratio: 16 / 10; }
/* S4 — вертикальный фасад в подводной колонке (заполняет пустоту под цитатой) */
.om2-facade { aspect-ratio: 4 / 5; margin-top: 6px; }
/* S6 — портрет в левом рейле, над манифестом */
.sx6-portrait { aspect-ratio: 4 / 5; width: min(248px, 72%); margin: 0 0 34px; }

/* ===== Контакты — форма обратной связи 1-в-1 с главной ===== */
.sd-contact { background: var(--paper); color: var(--ink); position: relative; }
.sd-contact .st-eyebrow { color: var(--ink-60); }
.sd-contact__grid { display: grid; grid-template-columns: minmax(0,5fr) minmax(0,6fr); gap: 90px; align-items: start; }
.sd-contact__h { font-family: var(--font-display); font-weight: 400; font-size: 48px; line-height: 1.0; letter-spacing: -.01em; margin: 20px 0 0; color: var(--ink); text-transform: uppercase; }
.sd-contact__lead { font-family: var(--font-sans); font-size: 20px; line-height: 1.5; margin-top: 28px; max-width: 40ch; color: var(--ink); }
.sd-contact__form { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 30px; align-items: end; }
.sd-field { display: flex; flex-direction: column; gap: 14px; }
.sd-field:not(.sd-field--half) { grid-column: 1 / -1; }
.sd-field label { font-family: var(--font-sans); font-size: 20px; color: var(--ink); line-height: 1; }
.sd-field input { font-family: var(--font-sans); font-size: 20px; color: var(--ink); background: transparent; border: 0;
  border-bottom: 1px solid var(--ink); padding: 0 0 12px; outline: none; transition: border-color .35s var(--ease); }
.sd-field input:focus { border-bottom-color: var(--orange); }
.sd-contact__priv { grid-column: 1 / -1; font-size: 16px; color: var(--ink-60); margin: 0; line-height: 1.4; }
.sd-contact__form .st-btn { grid-column: 1 / -1; width: 310px; max-width: 100%; }
.sd-contact__coords { display: flex; flex-wrap: wrap; gap: 24px 80px; margin-top: 140px; }
.sd-contact__big { font-family: var(--font-sans); font-weight: 700; font-size: clamp(34px,4.4vw,64px); line-height: 1;
  letter-spacing: -.02em; color: var(--ink); text-transform: uppercase; text-decoration: none; transition: color .4s var(--ease); }
.sd-contact__big:hover { color: var(--orange); }
.sd-contact__caps { display: flex; flex-wrap: wrap; gap: 40px 60px; margin-top: 46px; }
.sd-contact__caps > div, .sd-contact__caps > a { display: flex; flex-direction: column; gap: 6px; min-width: 200px; text-decoration: none; }
.sd-cap__k { font-size: 20px; color: var(--ink); opacity: .6; }
.sd-cap__v { font-size: 20px; font-weight: 700; color: var(--ink); text-transform: uppercase; }
@media (max-width: 900px){ .sd-contact__grid { grid-template-columns: 1fr; gap: 48px; } }
@media (max-width: 560px){ .sd-contact__form { grid-template-columns: 1fr; } }

/* ════════════════════════════════════════════════════════════════════════
   PREMIUM · решения владельца (В-1, В-6) — раскатка
   ═══════════════════════════════════════════════════════════════════════ */

/* В-1 · нумерованные кикеры-eyebrow прячем визуально, текст остаётся в DOM
   (passage indexing, сущности и числа целы). Маркер ставится в HTML на
   нумерованных «NN · …». Функциональные лейблы (FAQ «Люди также спрашивают»,
   геро .bld-hero__eyebrow) не маркированы и видны. */
.st-eyebrow--num { display: none; }
.st-secthead:has(> .st-eyebrow--num) { gap: 0; }

/* В-6 · списки внутри ответов FAQ (Q3 слои, Q4 регалии, Q5 факторы) —
   дельта кита: перечни в ul/li вместо монолита-абзаца. Сущности 1-в-1. */
.st-faq__inner ul { list-style: none; margin: 14px 0 0; padding: 0; max-width: 76ch; }
.st-faq__inner ul li { position: relative; padding: 11px 0 11px 30px;
  border-top: 1px solid var(--line); font-size: 20px; line-height: 1.5; color: var(--ink); }
.st-faq__inner ul li:first-child { border-top: 0; }
.st-faq__inner ul li::before { content: ""; position: absolute; left: 0; top: 18px;
  width: 12px; height: 12px; background: var(--orange);
  clip-path: polygon(50% 0,61% 39%,100% 50%,61% 61%,50% 100%,39% 61%,0 50%,39% 39%); }
.st-faq__inner ul li b { color: var(--ink); font-weight: 700; }
@media (max-width: 700px){ .st-faq__inner ul li { font-size: 17px; } }

/* 375-фикс · grid-blowout формы контактов: input size=20 даёт min-content ~511px,
   а grid-элемент по умолчанию min-width:auto не сжимается ниже него → горизонт-скролл
   на 360/375. Сбрасываем min-width у грид-детей формы и тянем input по ширине ячейки.
   Локально для premium (.sd-contact живёт в каждом <slug>.css отдельной копией). */
.sd-contact__grid, .sd-contact__intro, .sd-contact__form { min-width: 0; }
.sd-contact__form .sd-field { min-width: 0; }
.sd-contact__form input { width: 100%; min-width: 0; }
.sd-contact__h { overflow-wrap: anywhere; }
/* длинный email/телефон в крупном кегле — разрешаем перенос на узких экранах */
.sd-contact__coords { min-width: 0; }
.sd-contact__big { overflow-wrap: anywhere; max-width: 100%; }

/* Геро · ряд из двух кнопок (атом вместо инлайн-флекса) */
.bld-hero__cta-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 40px; }

/* Геро · ghost-кнопка на тёмной навы-панели — канонная адаптация (образец
   ipoteka--na-vtorichku.css): базовая .st-btn--ghost спроектирована под светлый
   фон (рамка --line, лейбл --ink → невидима на навы). Скоупим под .bld-hero:
   светлый хайрлайн --line-dark, платиновый лейбл, прозрачный кап rgba(.10),
   ховер → терракота. Снимает инлайн-костыль color:var(--platinum). */
.bld-hero .st-btn--ghost .st-btn__lab { border-color: var(--line-dark); color: var(--platinum); }
.bld-hero .st-btn--ghost .st-btn__cap { background: rgba(237,236,235,.10); }
.bld-hero .st-btn--ghost .st-btn__cap svg { color: var(--platinum); }
.bld-hero .st-btn--ghost:hover .st-btn__lab { border-color: var(--orange); color: var(--orange); }
.bld-hero .st-btn--ghost:hover .st-btn__cap { background: var(--orange-deep); }

/* 375-фикс · ценовая таблица .prem-price (min-width:680) на 375 шире вьюпорта.
   Обёртка .prem-price-wrap уже даёт overflow-x:auto (числа «200 млн / 1+ млрд /
   300 млн / 500 млн» доступны прокруткой, в DOM — M≥N цел). Проблема была: на узком
   экране прокрутка не видна (scrollbar скрыт системой) → аффорданс «таблица тянется
   вправо, там ещё числа» отсутствовал. Даём видимую подсказку прокрутки на ≤560:
   правый градиент-затухание у кромки обёртки. Дизайн таблицы не трогаем (числа важнее);
   реколлапс td→карточки помечен владельцу как D-развилка. */
@media (max-width: 560px){
  .prem-price-wrap { position: relative; }
  .prem-price-wrap::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0;
    width: 40px; pointer-events: none;
    background: linear-gradient(90deg, rgba(237,236,235,0), var(--paper)); }
}

/* ============================================================================
   ENHANCE · дизайн объёмного текста + анимации (mobile-design, 15.06)
   Перенос масштабируемого слоя эталона visotki--mgu (плейбук _MOBILE-DESIGN-PLAYBOOK.md).
   Vanilla, motion ≤2/5, reduced-motion-safe. Классы: read-progress / lux-lead /
   data-stagger / draw-on. Селекторы адаптированы под секции premium (F4hub).
   Десктоп 1440 НЕ трогаем — масштабируемый слой влияет только на анимации
   (gated prefers-reduced-motion) и типографику text-wrap; @media-блоки ниже — mobile-only.
   ========================================================================== */
:root{ --ease-soft: cubic-bezier(.16,1,.3,1); --dur-reveal:.7s; --rise:18px; }

/* — Г2 · прогресс чтения (тонкая терракотовая полоса сверху) — */
.read-progress{ position:fixed; top:0; left:0; height:2px; width:100%; background:var(--orange);
  z-index:60; transform:scaleX(0); transform-origin:0 50%; pointer-events:none; }
@supports (animation-timeline: scroll()){
  @media (prefers-reduced-motion:no-preference){
    .read-progress{ animation:rp-grow linear both; animation-timeline:scroll(root block); }
  }
}
@keyframes rp-grow{ to{ transform:scaleX(1); } }

/* — В5 · ровные переносы (без сирот в теле, балансировка заголовков) — */
.sx6-stance__row p, .sx6-layers__lead, .sx6-layers__foot, .om2-side__b, .om2-ledger__kicker,
.kh-card__note, .st-near__card p, .bld-compare__d, .st-faq__inner p, .st-intro,
.sd-contact__lead, .prem-pc__obj{ text-wrap:pretty; }
.st-h2, .bld-hero__h1, .om2-h2, .sx6-manifesto, .om2-quote, .prem-quote,
.bld-compare__n, .kh-card__name, .sx6-layer__t, .om2-row__t{ text-wrap:balance; }

/* — Д5 · draw-on подчёркивание заголовков секций (растёт при входе) — */
.st-secthead .st-h2{ position:relative; }
.st-secthead .st-h2::after{ content:""; position:absolute; left:0; bottom:-14px; height:2px; width:64px;
  background:var(--orange); transform:scaleX(0); transform-origin:left; transition:transform .8s var(--ease) .12s; }
.st-secthead.in .st-h2::after{ transform:scaleX(1); }
/* на тёмной off-market секции линия видна на навы-фоне — оставляем терракоту (акцент) */

/* — В3 · буквица старта главы (только где класс lux-lead) — */
.lux-lead::first-letter{ float:left; font-family:var(--font-display); font-weight:400;
  font-size:3.1em; line-height:.72; padding:.04em .12em 0 0; color:var(--orange); }
@supports (initial-letter: 2){ .lux-lead::first-letter{ float:none; font-size:inherit; initial-letter:3; margin-right:.1em; } }
@media (max-width:480px){ @supports (initial-letter:2){ .lux-lead::first-letter{ initial-letter:2; } } }

/* — Д2 · каскад появления коллекций (карточки/строки по очереди) — */
[data-stagger]>*{ opacity:0; transform:translateY(var(--rise));
  transition:opacity var(--dur-reveal) var(--ease-soft), transform var(--dur-reveal) var(--ease-soft);
  transition-delay:calc(min(var(--i,0),6) * 100ms); }
[data-stagger].in>*{ opacity:1; transform:none; }

/* — Д7 · hover/tap карточек (дорогой микро-подъём) — */
@media (hover:hover){
  .om2-row, .om2-side, .prem-pc{ transition:transform .24s var(--ease), border-color .24s var(--ease); }
}
.kh-card:active, .st-near__card:active, .prem-pc:active{ transform:translateY(-1px); }

@media (prefers-reduced-motion:reduce){
  [data-stagger]>*, .prem-pc{ opacity:1!important; transform:none!important; transition:none!important; }
  .st-secthead .st-h2::after{ transition:none; transform:scaleX(1); }
  .read-progress{ display:none; }
}

/* ============================================================================
   ПОСАДКА premium (F4hub) — индивидуальная, MOBILE-ONLY @media.
   Геро-потолок H1 · ленты-свайпы коллекций (S3 направления, S7 пласты) ·
   таблица цен → карточки (S5) · айсберг off-market — ВИЗУАЛ СОХРАНЁН.
   ========================================================================== */

/* — Геро H1: мобильный потолок (на 375 был 40px = у верх. границы clamp,
     грубовато для F4hub-плана; premium = .bld-hero__h1 как F1) — */
@media (max-width: 560px){
  .bld-hero__h1 { font-size: clamp(28px, 7.4vw, 36px); overflow-wrap: break-word; word-break: normal; }
  .bld-hero__h1 .sub-line { font-size: clamp(17px, 4.6vw, 22px); margin-top: 16px; }
}
@media (max-width: 440px){
  .bld-hero__h1 { font-size: clamp(26px, 7.2vw, 32px); }
}

/* — S3 · четыре направления (kh-grid2): лента-свайп ≤640, карточки не прячем,
     свайпаются вбок (плейбук Б/§6). Фото-шапка карточки компактнее. — */
@media (max-width: 640px){
  .kh-grid2 {
    display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; margin: 0 -22px; padding: 4px 22px 12px; scrollbar-width: none;
  }
  .kh-grid2::-webkit-scrollbar { display: none; }
  .kh-grid2 > * { flex: 0 0 84%; scroll-snap-align: start; min-width: 0; }
  .kh-card__img { aspect-ratio: 16 / 9; }
}

/* — S7 · архитектурные пласты (st-near, 6 карт): лента-свайп ≤640 — */
@media (max-width: 640px){
  .st-near {
    display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; margin: 0 -22px; padding: 4px 22px 12px; scrollbar-width: none;
  }
  .st-near::-webkit-scrollbar { display: none; }
  .st-near > * { flex: 0 0 82%; scroll-snap-align: start; min-width: 0; }
  .st-near__card { min-height: 0; }
  .st-near__card h4 { min-height: 0; }
}

/* — S5 · ценовая таблица → строки-карточки на ≤640 (числа НЕ режем; таблица
     остаётся в DOM, скрыта визуально; карточки = тот же набор чисел) — */
.prem-price-cards { display: none; }
@media (max-width: 640px){
  .prem-price { display: none; }
  .prem-price-wrap::after { display: none; }    /* старый градиент-аффорданс не нужен — таблицы нет */
  .prem-price-cards { display: grid; gap: 0; }
  /* каскад строк-карточек ≤640: триггерится .in родителя .prem-price-wrap (reveal),
     scoped в media — на десктопе .prem-price-cards display:none, opacity не залипает */
  .prem-pc { opacity: 0; transform: translateY(var(--rise));
    transition: opacity var(--dur-reveal) var(--ease-soft), transform var(--dur-reveal) var(--ease-soft); }
  .prem-pc:nth-child(2){ transition-delay: .1s; }
  .prem-pc:nth-child(3){ transition-delay: .2s; }
  .prem-pc:nth-child(4){ transition-delay: .3s; }
  .prem-price-wrap.in .prem-pc { opacity: 1; transform: none; }
  .prem-pc { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 6px 20px;
    padding: 20px 0; border-top: 1px solid var(--line); }
  .prem-pc:last-child { border-bottom: 1px solid var(--line); }
  .prem-pc__seg { font-family: var(--font-display); font-weight: 400; font-size: 24px; line-height: 1.04;
    color: var(--ink); grid-row: 1; }
  .prem-pc__range { grid-row: 1; justify-self: end; display: inline-flex; align-items: baseline; gap: 8px;
    white-space: nowrap; }
  .prem-pc__range b { font-family: var(--font-display); font-weight: 400; font-size: clamp(19px, 6vw, 26px);
    color: var(--orange); }
  .prem-pc__range .dash { color: var(--ink-40); }
  .prem-pc__obj { grid-column: 1 / -1; grid-row: 2; font-size: 15px; line-height: 1.5; color: var(--ink-60); }
}

/* — S4 · OFF-MARKET «ватерлиния» — визуал АЙСБЕРГА сохранён (фирменный).
     Только мобильная читаемость: глубинное свечение/ватерлиния/реестр не трогаем,
     гасим лишь риск горизонт-скролла у грид-детей при стопке. — */
@media (max-width: 640px){
  .om2 { overflow: hidden; }
  .om2-deep > *, .om2-sides > * { min-width: 0; }
  .om2-ledger__kicker { font-size: clamp(19px, 5.2vw, 24px); }
  .om2-stat__n { font-size: clamp(64px, 17vw, 96px); }
  /* реестр-строки: тап-фидбэк (ховера на тач нет) */
  .om2-row:active { background: rgba(237,236,235,.06); }
}

/* — S6 · «один эксперт» спред: на стопке (≤860 уже в базе) реестр слоёв
     получает каскад (data-stagger). Числа/слои не режем. — */
@media (max-width: 640px){
  .sx6-layer__t { font-size: clamp(19px, 5vw, 26px); }
  .sx6-layers__lead { font-size: clamp(19px, 5vw, 24px); }
}

/* — Глобальный overflow-guard на узких (ленты не должны давать hScroll) — */
@media (max-width: 640px){
  body { overflow-x: hidden; }
  .st-section { overflow: hidden; }
}
.sd-contact__caps > a { color: inherit; }
.sd-contact__caps > a:hover .sd-cap__v { color: var(--orange); transition: color .3s; }
/* === Footer contact block === */
.st-foot__contact { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 26px 64px; margin-top: 60px; padding-top: 36px; border-top: 1px solid rgba(237,236,235,.18); }
.st-foot__contact-big { text-decoration: none; color: var(--platinum); font-family: var(--font-sans); font-size: clamp(20px,2.8vw,36px); font-weight: 700; text-transform: uppercase; letter-spacing: .01em; transition: opacity .25s; }
.st-foot__contact-big:hover { opacity: .65; }
.st-foot__contact-cap { text-decoration: none; display: flex; flex-direction: column; gap: 4px; min-width: 200px; }
.st-foot__contact-cap > span:first-child { font-size: 16px; color: rgba(234,233,232,.55); }
.st-foot__contact-cap > span:last-child { font-size: 18px; font-weight: 700; text-transform: uppercase; color: var(--platinum); transition: opacity .25s; }
.st-foot__contact-cap:hover > span:last-child { opacity: .65; }
@media (max-width: 640px) { .st-foot__contact { gap: 20px 40px; } .st-foot__contact-big { font-size: clamp(18px,5vw,26px); } }
/* Убрать оранжевые черты (motion-plus draw-on), исправлено (2026-06) */
.ds-scope .st-secthead::after { display: none !important; }
.ds-scope .st-secthead.in::after { display: none !important; }
.ds-scope .st-secthead--center::after { display: none !important; }

