/* ==========================================================================
   LS POST — единая система статей блога
   v0.2 — построена на текущем визуальном языке сайта (статья Oktoberfest 2026)

   Подключается ОДИН раз глобально. Все классы с префиксом .ls-
   Корневой div статьи: <article class="ls-post post-{уникальное-имя}">
   Уникальное имя стилей не несёт — только для точечных исключений.
   ========================================================================== */

.ls-post, .ls-post * { box-sizing: border-box; }

/* --------------------------------------------------------------------------
   ТОКЕНЫ — единственное место, где меняются цвета
   -------------------------------------------------------------------------- */
.ls-post {
  --ls-ink:         #14161a;
  --ls-mute:        #6b6459;
  --ls-line:        #e2ddd4;
  --ls-paper:       #faf8f5;

  --ls-brass:       #b08d3f;
  --ls-brass-soft:  #f3ead6;
  --ls-brass-deep:  #8a6b34;
  --ls-pick:        #fdfaf3;

  --ls-blue:        #1c4e80;
  --ls-blue-ico:    #2b4e86;
  --ls-blue-soft:   #eaf0f7;

  --ls-alarm:       #9e2b25;
  --ls-alarm-soft:  #f6e2e0;
  --ls-ok:          #2f6b4f;
  --ls-ok-soft:     #dfeee5;

  /* Микро-подпись: капслок с трекингом — фирменный приём */
  --ls-label-size:  .66rem;
  --ls-label-track: .12em;

  max-width: 100vw;
  min-width: 0;
  overflow-wrap: break-word;
}

/* --------------------------------------------------------------------------
   БАЗОВАЯ ТИПОГРАФИКА
   Шрифты намеренно не задаются — наследуются от темы сайта
   -------------------------------------------------------------------------- */
.ls-post h2 {
  font-size: 1.55rem; line-height: 1.25; letter-spacing: -.015em; font-weight: 600;
  margin: 1.1em 0 .4em; padding-top: .5em;
  border-top: 1px solid var(--ls-line);
  scroll-margin-top: 5rem;
}
.ls-post h2:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
.ls-post h3 { font-size: 1.12rem; line-height: 1.35; margin: 1.2em 0 .35em; font-weight: 600; }
.ls-post p { margin: 0 0 .6em; }
.ls-post > *:last-child { margin-bottom: 0; }

.ls-post a {
  color: var(--ls-blue); text-decoration: underline;
  text-underline-offset: .18em; text-decoration-thickness: 1px;
}
.ls-post a:hover { color: var(--ls-brass); }
.ls-post a:focus-visible { outline: 2px solid var(--ls-brass); outline-offset: 3px; }

/* Внешние ссылки помечаются маркером — только в тексте.
   Кнопки, контакты и карточки связанных статей не трогаем.
   Если маркер не нужен, удалить это правило целиком. */
.ls-post :is(p, li, td, dd, figcaption) > a[target="_blank"]::after {
  content: "\2197"; font-size: .72em; margin-left: .18em;
  color: var(--ls-mute); text-decoration: none; vertical-align: .1em;
}

.ls-list { margin: 0 0 .8em; padding: 0 0 0 1.15em; }
.ls-list li { margin: 0 0 .3em; }
.ls-list li::marker { color: var(--ls-brass); }

/* Два блочных компонента подряд никогда не слипаются.
   Внутри статьи их обычно разделяет заголовок или абзац, но не всегда. */
.ls-post :is(.ls-facts, .ls-stats, .ls-tw, .ls-source, .ls-grid, .ls-deflist, .ls-split,
  .ls-note, .ls-key, .ls-toc, .ls-steps, .ls-timeline, .ls-cards, .ls-two, .ls-check,
  .ls-figure, .ls-video, .ls-gallery, .ls-faq, .ls-verdict, .ls-pull, .ls-quote,
  .ls-cta, .ls-contacts, .ls-author, .ls-related)
+ :is(.ls-facts, .ls-stats, .ls-tw, .ls-grid, .ls-deflist, .ls-split,
  .ls-note, .ls-key, .ls-toc, .ls-steps, .ls-timeline, .ls-cards, .ls-two, .ls-check,
  .ls-figure, .ls-video, .ls-gallery, .ls-faq, .ls-verdict, .ls-cta, .ls-contacts,
  .ls-author, .ls-related) {
  margin-top: 1.1em;
}
/* подпись источника прижата к своей таблице */
.ls-post :is(.ls-tw, .bn-table-scroll) + .ls-source { margin-top: 8px; }

/* --------------------------------------------------------------------------
   ЗАЩИТА ОТ СБРОСА ТЕМЫ
   Тема блога задаёт li{list-style:none;margin:0;padding:0}, p{margin:0}
   и h2{font-weight:300}. Возвращаем нужное внутри статьи.
   -------------------------------------------------------------------------- */
.ls-post :is(ul, ol):not([class]) { list-style: revert; margin: revert; padding-left: 1.15em; }
.ls-post :is(ul, ol):not([class]) li { list-style: revert; margin: 0 0 .3em; padding: 0; }
.ls-post .ls-list { list-style: disc; }
.ls-post .ls-list li { list-style: disc; }
.ls-post .ls-two__col ul { list-style: disc; }
.ls-post .ls-two__col li { list-style: disc; }
/* блоки со своими маркерами тему не касаются, но подстрахуемся */
.ls-post :is(.ls-key, .ls-toc, .ls-deflist, .ls-check, .ls-split__list,
  .ls-cards, .ls-contacts, .ls-related, .ls-steps, .ls-timeline) li { list-style: none; }

/* --------------------------------------------------------------------------
   СОВМЕСТИМОСТЬ С СЕРВЕРНЫМ РЕНДЕРОМ
   Шаблон сам оборачивает таблицы и раскрывает шорткод галереи.
   Стилизуем его разметку, чтобы не менять PHP.
   -------------------------------------------------------------------------- */
.ls-post .ls-tw .bn-table-scroll, .ls-post .bn-table-scroll .ls-tw { margin: 0; overflow: visible; contain: none; }
.ls-post .bn-table-scroll {
  display: block; width: 100%; max-width: 100vw; min-width: 0;
  contain: inline-size; overflow-x: auto; margin: 0 0 .7em;
  -webkit-overflow-scrolling: touch;
}
/* blog-new.css задаёт .bn-table-scroll table { min-width: 480px } — для ls-таблиц пол не нужен:
   узкие (часы) помещаются целиком, широкие (матрица, спеки) держат ширину собственным контентом
   или своим min-width и скроллятся только когда правда не влезают */
.ls-post .bn-table-scroll table { min-width: 0; }
.ls-post .bn-gallery {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 8px; margin: 1.1em 0;
}
.ls-post .bn-gallery figure { margin: 0; }
.ls-post .bn-gallery img {
  width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4/3;
  border-radius: 10px; box-shadow: 0 6px 16px rgba(20, 22, 26, .10);
}

/* Универсальная микро-подпись */
.ls-label {
  font-size: var(--ls-label-size); letter-spacing: var(--ls-label-track);
  text-transform: uppercase; font-weight: 600; color: var(--ls-mute);
}

/* Скрыто визуально, доступно скринридеру */
.ls-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* --------------------------------------------------------------------------
   ИКОНКИ
   Спрайт вставляется один раз в шаблон. Обводка наследует цвет,
   акцентные детали — латунь.
   -------------------------------------------------------------------------- */
.ls-icons { display: none; }
.ls-ico { width: 22px; height: 22px; flex: none; display: inline-block;
  color: var(--ls-blue-ico); vertical-align: -.22em; }
.ls-ico--lg { width: 40px; height: 40px; }
.ls-ico .s { fill: none; stroke: currentColor; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round; }
.ls-ico .a { fill: var(--ls-brass); stroke: none; }
.ls-ico .x { fill: none; stroke: var(--ls-alarm); stroke-width: 1.7; stroke-linecap: round; }

/* --------------------------------------------------------------------------
   ФАКТ-БЛОК (был .okt-facts)
   -------------------------------------------------------------------------- */
.ls-facts {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--ls-line); border: 1px solid var(--ls-line);
  margin: 0 0 .9em;
}
.ls-facts > div { background: var(--ls-paper); padding: 18px 20px; }
.ls-facts dt {
  font-size: var(--ls-label-size); letter-spacing: .14em; text-transform: uppercase;
  color: var(--ls-mute); margin: 0 0 .5em; font-weight: 600;
}
.ls-facts dd { margin: 0; font-size: 1.02rem; line-height: 1.35; font-weight: 600; }
.ls-facts dd span {
  display: block; font-size: .82rem; font-weight: 400;
  color: var(--ls-mute); margin-top: .3em;
}

/* --------------------------------------------------------------------------
   ЦИФРЫ — та же сетка в 1px, что и факт-блок
   -------------------------------------------------------------------------- */
.ls-stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1px;
  background: var(--ls-line); border: 1px solid var(--ls-line); margin: 0 0 .9em;
}
.ls-stat { background: var(--ls-paper); padding: 18px 20px; }
.ls-stat b {
  display: block; font-size: 2.1rem; line-height: 1; letter-spacing: -.03em;
  color: var(--ls-brass); font-variant-numeric: tabular-nums; font-weight: 600;
}
.ls-stat span { display: block; margin-top: .45em; font-size: .84rem; color: var(--ls-mute); }

/* --------------------------------------------------------------------------
   ТАБЛИЦЫ (были .okt-tw / .okt-t / .okt-hours-t)
   -------------------------------------------------------------------------- */
.ls-tw {
  display: block; width: 100%; max-width: 100vw; min-width: 0;
  contain: inline-size; overflow-x: auto; margin: 0 0 .7em;
  -webkit-overflow-scrolling: touch;
}
.ls-table {
  width: 100%; max-width: 100%; min-width: 0;
  border-collapse: collapse; font-size: .93rem; line-height: 1.45; background: transparent;
}
.ls-table th, .ls-table td { background: transparent; }
.ls-table thead th {
  text-align: left; padding: 0 14px 9px;
  font-size: var(--ls-label-size); letter-spacing: .1em; line-height: 1.4;
  text-transform: uppercase; font-weight: 600; color: var(--ls-mute);
  vertical-align: bottom; border-bottom: 2px solid var(--ls-ink);
}
.ls-table td { padding: 11px 14px; border-bottom: 1px solid var(--ls-line); vertical-align: top; }
.ls-table tbody th {
  text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--ls-line);
  vertical-align: top; font-weight: 600; color: var(--ls-ink);
}
.ls-table tbody tr:last-child td, .ls-table tbody tr:last-child th { border-bottom: 0; }
.ls-num { font-variant-numeric: tabular-nums; white-space: nowrap; }

/* таблица «часы работы» — на всю колонку */
.ls-table--hours { table-layout: fixed; }
.ls-table--hours td:last-child, .ls-table--hours th:last-child { text-align: right; }
.ls-table--hours td:last-child { font-variant-numeric: tabular-nums; white-space: nowrap; }

/* строка с ценой */
.ls-table--price td:last-child { text-align: right; font-variant-numeric: tabular-nums; }
.ls-table--price th:last-child { text-align: right; }

/* --------------------------------------------------------------------------
   МАТРИЦА СРАВНЕНИЯ (была .okt-mx)
   -------------------------------------------------------------------------- */
.ls-matrix {
  width: 100%; max-width: 100%; min-width: 0;
  border-collapse: collapse; font-size: .93rem; line-height: 1.45; background: transparent;
}
.ls-matrix th, .ls-matrix td {
  background: transparent; color: var(--ls-ink); font-weight: 400;
  text-align: left; vertical-align: middle; padding: 18px 14px;
  border: 0; border-bottom: 1px solid var(--ls-line);
}
.ls-matrix thead th {
  font-size: .64rem; letter-spacing: .13em; text-transform: uppercase;
  font-weight: 600; color: var(--ls-mute); padding: 0 14px 10px;
  vertical-align: bottom; border-bottom: 1px solid var(--ls-line);
}
.ls-matrix col.cI { width: 64px; }
.ls-matrix col.cN { width: 21%; }
.ls-matrix col.cA { width: 17%; }
.ls-matrix col.cB { width: 13%; }
.ls-matrix col.cC { width: 14%; }
.ls-matrix col.cD { width: 26%; }
.ls-matrix .ls-mico { padding-right: 0; text-align: center; }
.ls-matrix .ls-mico .ls-ico { display: block; margin: 0 auto; }
.ls-matrix tbody th { font-weight: 600; font-size: 1rem; padding-left: 10px; color: var(--ls-blue-ico); }
.ls-matrix tbody th, .ls-matrix tbody td:nth-child(3),
.ls-matrix tbody td:nth-child(4), .ls-matrix tbody td:nth-child(5) { white-space: nowrap; }
.ls-matrix tbody tr:last-child th, .ls-matrix tbody tr:last-child td { border-bottom: 0; }

.ls-rec {
  display: block; margin-top: 5px; font-size: .6rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: var(--ls-brass-deep);
  white-space: nowrap;
}
.ls-matrix tbody tr.is-pick th, .ls-matrix tbody tr.is-pick td {
  border-top: 1px solid var(--ls-brass); border-bottom: 1px solid var(--ls-brass);
  background: var(--ls-pick); padding-top: 22px; padding-bottom: 22px;
}
.ls-matrix tbody tr.is-pick th:first-child,
.ls-matrix tbody tr.is-pick td:first-child { border-left: 1px solid var(--ls-brass); }
.ls-matrix tbody tr.is-pick td:last-child { border-right: 1px solid var(--ls-brass); }
.ls-matrix tbody tr.is-pick th { font-size: 1.06rem; }
.ls-matrix tbody tr.ls-spacer td { border: 0; padding: 0; height: 14px; }

.ls-pill { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.ls-pill i {
  width: 22px; height: 22px; flex: 0 0 22px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-style: normal; font-size: .72rem; line-height: 1; font-weight: 700;
}
.ls-pill--no  i { background: var(--ls-alarm-soft); color: var(--ls-alarm); }
.ls-pill--mid i { background: var(--ls-brass-soft); color: var(--ls-brass-deep); }
.ls-pill--yes i { background: var(--ls-ok-soft); color: var(--ls-ok); }

/* --------------------------------------------------------------------------
   ВЕРДИКТ (был .okt-verdict) — фирменный блок
   -------------------------------------------------------------------------- */
.ls-verdict {
  display: flex; align-items: center; gap: 28px;
  background: var(--ls-ink); color: #fff; padding: 26px 30px; margin: 0 0 .7em;
}
.ls-verdict strong {
  font-size: 3.1rem; line-height: 1; letter-spacing: -.04em;
  color: var(--ls-brass); flex: 0 0 auto;
}
.ls-verdict span {
  font-size: 1.02rem; line-height: 1.6;
  border-left: 1px solid rgba(255,255,255,.2); padding-left: 28px;
}

/* --------------------------------------------------------------------------
   ВРЕЗКИ — новый блок, в плоском языке сайта
   -------------------------------------------------------------------------- */
.ls-note {
  display: flex; gap: 14px; padding: 16px 18px; margin: 0 0 .7em;
  background: var(--ls-paper);
  border: 1px solid var(--ls-line); border-left: 3px solid var(--ls-mute);
}
.ls-note__ico { flex: none; padding-top: 1px; color: var(--ls-mute); }
.ls-note__body > *:last-child { margin-bottom: 0; }
.ls-note b {
  display: block; margin-bottom: .3em;
  font-size: var(--ls-label-size); letter-spacing: var(--ls-label-track);
  text-transform: uppercase; color: inherit;
}
.ls-note p { font-size: .95rem; line-height: 1.6; }

.ls-note--tip    { border-left-color: var(--ls-ok);    background: var(--ls-ok-soft); }
.ls-note--tip    b, .ls-note--tip    .ls-note__ico { color: var(--ls-ok); }
.ls-note--warn   { border-left-color: var(--ls-brass); background: var(--ls-brass-soft); }
.ls-note--warn   b, .ls-note--warn   .ls-note__ico { color: var(--ls-brass-deep); }
.ls-note--info   { border-left-color: var(--ls-blue);  background: var(--ls-blue-soft); }
.ls-note--info   b, .ls-note--info   .ls-note__ico { color: var(--ls-blue); }
.ls-note--alarm  { border-left-color: var(--ls-alarm); background: var(--ls-alarm-soft); }
.ls-note--alarm  b, .ls-note--alarm  .ls-note__ico { color: var(--ls-alarm); }

/* --------------------------------------------------------------------------
   ГЛАВНОЕ / ВЫВОДЫ
   -------------------------------------------------------------------------- */
.ls-key {
  border: 1px solid var(--ls-line); border-top: 3px solid var(--ls-brass);
  background: var(--ls-paper); padding: 20px 24px; margin: 0 0 .8em;
}
.ls-key > .ls-label { display: block; margin-bottom: .8em; }
.ls-key ul { margin: 0; padding: 0; list-style: none; }
.ls-key li { position: relative; padding-left: 20px; margin-bottom: .45em; line-height: 1.55; }
.ls-key li:last-child { margin-bottom: 0; }
.ls-key li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 7px; height: 7px; background: var(--ls-brass);
}

/* --------------------------------------------------------------------------
   ОГЛАВЛЕНИЕ
   -------------------------------------------------------------------------- */
.ls-toc { border-top: 1px solid var(--ls-ink); border-bottom: 1px solid var(--ls-line);
  padding: 14px 0 16px; margin: 0 0 .9em; }
.ls-toc > .ls-label { display: block; margin-bottom: .7em; }
.ls-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: t; }
.ls-toc li { counter-increment: t; padding-left: 26px; position: relative; margin-bottom: .35em;
  break-inside: avoid; }
.ls-toc li::before {
  content: counter(t, decimal-leading-zero); position: absolute; left: 0;
  color: var(--ls-brass); font-size: .78rem; font-weight: 600;
  font-variant-numeric: tabular-nums; top: .18em;
}
.ls-toc a { text-decoration: none; color: var(--ls-ink); }
.ls-toc a:hover { color: var(--ls-brass); text-decoration: underline; }
@media (min-width: 620px) { .ls-toc ol { columns: 2; column-gap: 40px; } }

/* --------------------------------------------------------------------------
   ШАГИ
   -------------------------------------------------------------------------- */
.ls-steps { margin: 0 0 .8em; padding: 0; list-style: none; counter-reset: s; }
.ls-steps > li {
  counter-increment: s; position: relative;
  padding: 0 0 18px 52px; border-bottom: 1px solid var(--ls-line); margin-bottom: 18px;
}
.ls-steps > li:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.ls-steps > li::before {
  content: counter(s, decimal-leading-zero); position: absolute; left: 0; top: -.1em;
  font-size: 1.5rem; line-height: 1; font-weight: 600; letter-spacing: -.03em;
  color: var(--ls-brass); font-variant-numeric: tabular-nums;
}
.ls-steps b { display: block; margin-bottom: .25em; font-size: 1.02rem; }
.ls-steps p { font-size: .95rem; }

/* --------------------------------------------------------------------------
   ТАЙМЛАЙН / РАСПИСАНИЕ
   -------------------------------------------------------------------------- */
.ls-timeline {
  --ls-tl-col: 62px;   /* колонка времени */
  --ls-tl-rail: 28px;  /* полоса под линию и маркер */
  margin: 0 0 .8em; padding: 0; list-style: none;
}
.ls-timeline > li {
  display: grid; grid-template-columns: var(--ls-tl-col) 1fr; gap: 0;
  position: relative; padding-bottom: 18px;
}
/* маркер строго по центру полосы, а не на краю колонки времени */
.ls-timeline > li::before {
  content: ""; position: absolute;
  left: calc(var(--ls-tl-col) + var(--ls-tl-rail) / 2);
  transform: translateX(-50%);
  top: .5em; width: 8px; height: 8px; background: var(--ls-brass);
}
.ls-timeline > li:not(:last-child)::after {
  content: ""; position: absolute;
  left: calc(var(--ls-tl-col) + var(--ls-tl-rail) / 2);
  transform: translateX(-50%);
  top: 1.5em; bottom: 0; width: 1px; background: var(--ls-line);
}
.ls-timeline > li:last-child { padding-bottom: 0; }
.ls-timeline__t {
  text-align: right; font-weight: 600; font-size: .93rem;
  font-variant-numeric: tabular-nums; color: var(--ls-ink);
}
.ls-timeline__c { padding-left: var(--ls-tl-rail); }
.ls-timeline__c b { display: block; margin-bottom: .15em; }
.ls-timeline__c p { font-size: .93rem; color: var(--ls-mute); margin: 0; }

/* --------------------------------------------------------------------------
   КАРТОЧКИ (автомобили, услуги) — сетка в 1px, как факт-блок
   -------------------------------------------------------------------------- */
.ls-cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1px;
  background: var(--ls-line); border: 1px solid var(--ls-line);
  margin: 0 0 .9em; padding: 0; list-style: none;
}
.ls-card { background: var(--ls-paper); padding: 20px; display: flex; flex-direction: column; }
.ls-card__media { margin: -20px -20px 16px; background: var(--ls-line); aspect-ratio: 16/10; }
.ls-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ls-card b { display: block; font-size: 1.05rem; margin-bottom: .3em; }
.ls-card p { font-size: .9rem; color: var(--ls-mute); }
.ls-card dl { margin: auto 0 0; padding-top: 12px; display: grid; gap: 6px; font-size: .88rem; }
.ls-card dl > div { display: flex; align-items: center; gap: 8px; border-top: 1px solid var(--ls-line); padding-top: 6px; }
.ls-card dt { color: var(--ls-mute); }
.ls-card dd { margin: 0 0 0 auto; font-weight: 600; font-variant-numeric: tabular-nums; }
.ls-card dl .ls-ico { width: 17px; height: 17px; color: var(--ls-mute); }

/* --------------------------------------------------------------------------
   ПЛЮСЫ / МИНУСЫ
   -------------------------------------------------------------------------- */
.ls-two { display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--ls-line); border: 1px solid var(--ls-line); margin: 0 0 .9em; }
.ls-two__col { background: var(--ls-paper); padding: 20px; }
.ls-two__col > .ls-label { display: flex; align-items: center; gap: 8px; margin-bottom: .8em; }
.ls-two__col ul { margin: 0; padding: 0 0 0 18px; font-size: .95rem; }
.ls-two__col li { margin-bottom: .35em; }
.ls-two__col--plus  > .ls-label { color: var(--ls-ok); }
.ls-two__col--plus  li::marker { color: var(--ls-ok); }
.ls-two__col--minus > .ls-label { color: var(--ls-alarm); }
.ls-two__col--minus li::marker { color: var(--ls-alarm); }

/* --------------------------------------------------------------------------
   ЧЕК-ЛИСТ
   -------------------------------------------------------------------------- */
.ls-check { margin: 0 0 .8em; padding: 0; list-style: none; }
.ls-check li {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 10px 0; border-bottom: 1px solid var(--ls-line); font-size: .97rem;
}
.ls-check li:first-child { border-top: 1px solid var(--ls-line); }
.ls-check .ls-ico { width: 19px; height: 19px; color: var(--ls-ok); margin-top: 2px; }

/* --------------------------------------------------------------------------
   ВЫДЕЛЕННЫЙ АБЗАЦ (был .okt-pull) И ЦИТАТА
   -------------------------------------------------------------------------- */
.ls-pull { margin: 1em 0; font-size: 1.14rem; line-height: 1.55;
  color: var(--ls-ink); font-weight: 500; }
.ls-quote { margin: 1em 0; padding-left: 22px; border-left: 3px solid var(--ls-brass); }
.ls-quote p { font-size: 1.1rem; line-height: 1.6; }
.ls-quote figcaption { font-size: .84rem; color: var(--ls-mute); }

/* --------------------------------------------------------------------------
   ИЗОБРАЖЕНИЕ И ВИДЕО
   -------------------------------------------------------------------------- */
.ls-figure { margin: 1.1em 0; max-width: 100%; }
.ls-figure img { width: 100%; height: auto; display: block; border-radius: 10px;
  box-shadow: 0 14px 34px rgba(20, 22, 26, .14), 0 3px 10px rgba(20, 22, 26, .08); }
.ls-figure figcaption {
  margin-top: .5em; font-size: .84rem; line-height: 1.5; color: var(--ls-mute);
  padding-left: 12px; border-left: 2px solid var(--ls-brass);
}
.ls-video { margin: 0 0 1em; max-width: 100%; min-width: 0; }
.ls-video video {
  width: 100%; max-width: 100%; height: auto; display: block; background: var(--ls-ink);
}

/* --------------------------------------------------------------------------
   FAQ (был .okt-faq)
   -------------------------------------------------------------------------- */
.ls-faq { border-top: 1px solid var(--ls-line); margin: 0 0 .7em; }
.ls-faq details { border-bottom: 1px solid var(--ls-line); }
.ls-faq details:last-child { border-bottom: 0; }
.ls-faq summary {
  cursor: pointer; list-style: none; padding: .95em 2.4em .95em 0;
  position: relative; font-weight: 600; font-size: 1.02rem;
}
.ls-faq summary::-webkit-details-marker { display: none; }
.ls-faq summary::after {
  content: "+"; position: absolute; right: .2em; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; line-height: 1; color: var(--ls-brass); font-weight: 400;
}
.ls-faq details[open] summary::after { content: "\2013"; }
.ls-faq summary:hover { color: var(--ls-brass); }
.ls-faq summary:focus-visible { outline: 2px solid var(--ls-brass); outline-offset: 2px; }
.ls-faq details p { margin: 0 0 .8em; color: #39352e; }

/* --------------------------------------------------------------------------
   CTA — тот же тёмный блок, что и вердикт
   -------------------------------------------------------------------------- */
.ls-cta {
  background: var(--ls-ink); color: #fff; padding: 28px 30px; margin: 1em 0;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  border-top: 3px solid var(--ls-brass);
}
.ls-cta b { display: block; font-size: 1.3rem; line-height: 1.3; margin-bottom: .3em; }
.ls-cta p { font-size: .97rem; line-height: 1.55; color: rgba(255,255,255,.72); margin: 0; }
.ls-btn {
  display: inline-flex; align-items: center; gap: 9px; flex: none;
  padding: 13px 26px; background: var(--ls-brass); color: #fff !important;
  font-weight: 600; font-size: .95rem; text-decoration: none !important; white-space: nowrap;
}
.ls-btn:hover { background: var(--ls-brass-deep); color: #fff !important; }
.ls-btn .ls-ico { color: currentColor; width: 19px; height: 19px; }

/* --------------------------------------------------------------------------
   АВТОР И СВЯЗАННЫЕ СТАТЬИ
   -------------------------------------------------------------------------- */
.ls-author {
  display: flex; gap: 18px; align-items: flex-start; margin: 1em 0;
  padding: 20px; background: var(--ls-paper); border: 1px solid var(--ls-line);
}
.ls-author img { width: 60px; height: 60px; flex: none; object-fit: cover; background: var(--ls-line); }
.ls-author b { display: block; font-size: 1rem; }
.ls-author .ls-label { display: block; margin: .2em 0 .6em; }
.ls-author p { font-size: .92rem; color: var(--ls-mute); margin: 0; }

.ls-related { margin: 0 0 .8em; padding: 0; list-style: none; border-top: 1px solid var(--ls-line); }
.ls-related li { border-bottom: 1px solid var(--ls-line); }
.ls-related a {
  display: flex; align-items: center; gap: 12px; padding: 14px 0;
  text-decoration: none; color: var(--ls-ink); font-weight: 600; font-size: .98rem;
}
.ls-related a:hover { color: var(--ls-brass); }
.ls-related .ls-ico { margin-left: auto; width: 19px; height: 19px; color: var(--ls-brass); }

/* --------------------------------------------------------------------------
   СЕТКА ТЕЗИСОВ
   Заменяет .number-cotainer / .row / .col-md-6 / .number_events
   Bootstrap больше не нужен.
   -------------------------------------------------------------------------- */
.ls-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1px;
  background: var(--ls-line); border: 1px solid var(--ls-line); margin: 0 0 .9em;
}
.ls-grid__item { background: var(--ls-paper); padding: 22px 24px; }
.ls-grid__item > :first-child {
  margin: 0 0 .45em; font-size: 1.05rem; line-height: 1.3; font-weight: 600;
  display: block; color: var(--ls-ink);
}
.ls-grid__item p { font-size: .95rem; line-height: 1.6; color: var(--ls-mute); margin: 0; }
/* нумерованный вариант */
.ls-grid--numbered { counter-reset: g; }
.ls-grid--numbered .ls-grid__item { counter-increment: g; position: relative; padding-top: 48px; }
.ls-grid--numbered .ls-grid__item::before {
  content: counter(g, decimal-leading-zero); position: absolute; top: 20px; left: 24px;
  font-size: .78rem; font-weight: 600; letter-spacing: .12em;
  color: var(--ls-brass); font-variant-numeric: tabular-nums;
}

/* --------------------------------------------------------------------------
   СПИСОК С ПОДПИСЯМИ
   Заменяет .executive-transportation-ul / .itb-ul / .itb-uls / .count-seater-ul
   -------------------------------------------------------------------------- */
.ls-deflist { margin: 0 0 .9em; padding: 0; list-style: none;
  border-top: 1px solid var(--ls-line); }
.ls-deflist > li {
  padding: 14px 0 14px 18px; border-bottom: 1px solid var(--ls-line);
  position: relative; font-size: .97rem; line-height: 1.6;
}
.ls-deflist > li::before {
  content: ""; position: absolute; left: 0; top: 1.42em;
  width: 7px; height: 1px; background: var(--ls-brass);
}
.ls-deflist b { display: block; margin-bottom: .2em; color: var(--ls-ink); font-weight: 600; }
/* вариант в строку: подпись и текст на одной линии */
.ls-deflist--inline b { display: inline; margin-right: .35em; }
.ls-deflist--inline b::after { content: ":"; }

/* --------------------------------------------------------------------------
   ДВЕ КОЛОНКИ: ОПИСАНИЕ + СПИСОК
   Заменяет .forum-container / .row / .col-md-6.first-block
   -------------------------------------------------------------------------- */
.ls-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--ls-line); border: 1px solid var(--ls-line); margin: 0 0 .9em;
}
.ls-split__lead { background: var(--ls-paper); padding: 22px 24px; }
.ls-split__lead > :first-child { margin: 0 0 .5em; font-size: 1.08rem; font-weight: 600; }
.ls-split__lead p { font-size: .95rem; line-height: 1.6; margin: 0; }
.ls-split__list { background: var(--ls-paper); padding: 22px 24px; }
.ls-split__list ul { margin: 0; padding: 0; list-style: none; font-size: .93rem; line-height: 1.55; }
.ls-split__list li { padding: 0 0 10px 18px; position: relative; }
.ls-split__list li:last-child { padding-bottom: 0; }
.ls-split__list li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 6px; height: 6px; background: var(--ls-brass);
}
.ls-split__list b { font-weight: 600; }

/* --------------------------------------------------------------------------
   СПЕЦИФИКАЦИЯ / СРАВНЕНИЕ ДВУХ ВАРИАНТОВ
   Заменяет .comparison-table + .highlight-col + .table-source
   -------------------------------------------------------------------------- */
.ls-table--spec tbody th { color: var(--ls-mute); font-weight: 400; }
.ls-table--spec td { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.ls-table--spec thead th { text-align: right; }
.ls-table--spec thead th:first-child { text-align: left; }
.ls-table--spec .is-highlight { background: var(--ls-pick); font-weight: 600; color: var(--ls-ink); }
.ls-table--spec thead th.is-highlight {
  color: var(--ls-brass-deep); border-bottom-color: var(--ls-brass);
  padding-top: 8px;
}
.ls-source { margin: 8px 0 0; font-size: .8rem; color: var(--ls-mute); }
.ls-source a { color: var(--ls-mute); }

/* --------------------------------------------------------------------------
   КОНТАКТЫ
   Заменяет .contactbl-container / .contactbl-item
   -------------------------------------------------------------------------- */
.ls-contacts {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px;
  background: var(--ls-line); border: 1px solid var(--ls-line); margin: 1em 0; padding: 0;
  list-style: none;
}
.ls-contacts li { background: var(--ls-paper); padding: 18px 20px; display: flex; gap: 14px; }
.ls-contacts .ls-ico { margin-top: 2px; }
.ls-contacts a { display: block; font-weight: 600; font-size: .97rem; text-decoration: none; }
.ls-contacts a:hover { text-decoration: underline; }
.ls-contacts span { display: block; margin-top: .2em; font-size: .8rem; color: var(--ls-mute); }

/* --------------------------------------------------------------------------
   ГАЛЕРЕЯ
   -------------------------------------------------------------------------- */
.ls-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 8px; margin: 1.1em 0; }
.ls-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4/3; }

/* --------------------------------------------------------------------------
   МОБИЛЬНАЯ АДАПТАЦИЯ
   -------------------------------------------------------------------------- */
@media (max-width: 640px) {
  .ls-post h2 { font-size: 1.3rem; }

  .ls-facts { grid-template-columns: 1fr; }
  .ls-facts > div { padding: 14px 16px; }

  .ls-matrix { min-width: 660px; width: 660px; font-size: .88rem; }
  .ls-matrix th, .ls-matrix td { padding: 14px 12px; }
  .ls-matrix .ls-mico { width: 54px; }
  .ls-matrix .ls-ico--lg { width: 34px; height: 34px; }
  .ls-matrix tbody th { font-size: .95rem; }

  .ls-post :is(.ls-tw, .bn-table-scroll) {
    position: relative; margin-bottom: .9em;
    background: linear-gradient(to left, rgba(20,22,26,.10), rgba(20,22,26,0) 26px)
      right center no-repeat;
    background-size: 26px 100%;
  }
  .ls-table--hours th, .ls-table--hours td { padding-left: 12px; padding-right: 12px; }
  /* таблица часов влезает целиком — подсказка скролла ей не нужна */
  .ls-post .bn-table-scroll:has(.ls-table--hours) { background: none; }

  .ls-faq summary { min-height: 44px; display: flex; align-items: center; }

  .ls-verdict { flex-direction: column; align-items: flex-start; gap: 14px; padding: 24px; }
  .ls-verdict strong { font-size: 2.5rem; }
  .ls-verdict span { border-left: 0; border-top: 1px solid rgba(255,255,255,.2);
    padding-left: 0; padding-top: 14px; }

  .ls-cta { flex-direction: column; align-items: flex-start; gap: 18px; padding: 24px; }
  .ls-two { grid-template-columns: 1fr; }
  .ls-split { grid-template-columns: 1fr; }
  .ls-grid { grid-template-columns: 1fr; }
  .ls-grid__item, .ls-split__lead, .ls-split__list { padding: 18px 16px; }
  .ls-grid--numbered .ls-grid__item { padding-top: 42px; }
  .ls-grid--numbered .ls-grid__item::before { top: 16px; left: 16px; }
  .ls-timeline { --ls-tl-col: 52px; --ls-tl-rail: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .ls-post * { transition: none !important; animation: none !important; }
}