/* ============================================================
   Главная страница — секции
   Порядок: hero · ledger · matrix-demo · how · pains ·
   report · manifest · all-seals · offer · tiles · blog · faq · cta
   ============================================================ */

@layer pages {

  /* ============================================================
     HERO — на всю высоту экрана, асимметрия копия / схема
  ============================================================ */
  .h2 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: calc(100svh - var(--header-h));
    display: flex;
    flex-direction: column;
    padding: clamp(24px, 4vh, 48px) 0;
    background: var(--bg);
  }
  .h2 .container {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .h2__paper {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
      radial-gradient(60% 50% at 78% 28%, rgba(185, 138, 62, .12), transparent 60%),
      radial-gradient(ellipse 40% 55% at 8% 80%, rgba(45, 42, 82, .06), transparent 60%);
  }
  :root[data-theme="night"] .h2__paper {
    background:
      radial-gradient(ellipse 60% 50% at 78% 28%, rgba(210, 166, 90, .16), transparent 58%),
      radial-gradient(ellipse 40% 55% at 8% 80%, rgba(176, 174, 224, .08), transparent 60%);
  }

  .h2__inner {
    position: relative;
    z-index: 2;
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 5vw, 72px);
    align-items: center;
  }
  .h2__copy { position: relative; }

  .h2__live {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    border: 1px solid var(--line-gold);
    border-radius: var(--r-pill);
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ink-3);
    margin-bottom: 32px;
  }
  .h2__live b { color: var(--gold-lo); font-weight: 500; }
  :root[data-theme="night"] .h2__live b { color: var(--gold-hi); }
  .h2__live .sep { color: var(--ink-4); margin: 0 2px; }
  .h2__live .pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 0 rgba(185, 138, 62, .3);
    animation: h2pulse 2.4s var(--ease) infinite;
  }
  @keyframes h2pulse { 50% { box-shadow: 0 0 0 7px rgba(185, 138, 62, .04); } }

  .h2__title {
    font-family: var(--font-display);
    font-size: clamp(46px, 5.6vw, 88px);
    line-height: .98;
    letter-spacing: -.03em;
    font-weight: 380;
    color: var(--ink);
  }
  .h2__title em {
    font-style: normal;
    font-family: var(--font-serif);
    color: var(--gold-lo);
    font-weight: 500;
  }
  :root[data-theme="night"] .h2__title em { color: var(--gold-hi); }
  .h2__title .big { display: block; }

  .h2__lead {
    font-size: 18px;
    line-height: 1.55;
    color: var(--ink-2);
    max-width: 480px;
    margin-top: 32px;
  }

  .h2__ctas { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }

  .h2__chips {
    margin-top: 40px;
    padding: 24px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .h2__chipN {
    font-family: var(--font-display);
    font-size: 36px;
    line-height: 1;
    letter-spacing: -.025em;
    color: var(--ink);
    font-weight: 380;
  }
  .h2__chipN small {
    font-size: 14px;
    font-family: var(--font-text);
    color: var(--ink-3);
    font-weight: 400;
    margin-left: 4px;
    font-style: normal;
  }
  .h2__chipL {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--ink-3);
    margin-top: 6px;
  }

  /* — Схема-мандала — */
  .h2__art {
    position: relative;
    aspect-ratio: 1;
    color: var(--ink);
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
  }
  .h2__art-svg { width: 100%; height: 100%; }
  .h2__art-svg .r { fill: none; stroke: currentColor; }
  .h2__art-svg .r1 { opacity: .55; stroke-width: 1; }
  .h2__art-svg .r2 { opacity: .18; stroke-width: .6; stroke-dasharray: 2 5; }
  .h2__art-svg .r3 { opacity: .42; stroke-width: .8; }
  .h2__art-svg .r4 { opacity: .22; stroke-width: .5; stroke-dasharray: 1 3; }
  .h2__art-svg .seg { stroke: currentColor; stroke-width: .5; opacity: .32; }
  .h2__art-svg .ttl { stroke: currentColor; stroke-width: 1; opacity: .7; fill: none; }
  .h2__art-svg .pt { fill: var(--ink); opacity: .42; }
  .h2__art-svg .pt-active { fill: var(--gold); stroke: var(--gold); stroke-width: 0; }
  .h2__art-svg .link { stroke: var(--gold); stroke-width: 1.2; opacity: .8; fill: none; stroke-linecap: round; }
  .h2__art-svg .compass { stroke: currentColor; stroke-width: .6; opacity: .3; }
  .h2__art-svg .core-frame { fill: var(--bg); stroke: var(--gold); stroke-width: 1; }
  :root[data-theme="night"] .h2__art-svg .core-frame { fill: var(--bg-1); }
  .h2__art-svg .core-eye { font-family: var(--font-serif); font-style: italic; font-size: 14px; fill: var(--gold-lo); letter-spacing: 2px; }
  .h2__art-svg .core-num { font-family: var(--font-display); font-size: 36px; font-style: italic; fill: var(--ink); }
  .h2__art-arclabel { font-family: var(--font-serif); font-style: italic; font-size: 12px; fill: var(--ink-3); letter-spacing: .04em; }

  .h2__art-callout {
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    background: var(--bg-4);
    border: 1px solid var(--line-gold);
    border-radius: var(--r-pill);
    padding: 10px 18px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: var(--shadow-2);
  }
  .h2__art-callout b { font-family: var(--font-display); font-style: italic; color: var(--gold-lo); font-size: 18px; font-weight: 500; }
  .h2__art-callout span { font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }

  /* — Полоса «энергия недели» (прибита к низу экрана) — */
  .h2__week {
    margin-top: clamp(28px, 4vh, 56px);
    display: grid;
    grid-template-columns: auto repeat(3, 1fr) auto;
    align-items: stretch;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .h2__weekLab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 24px 18px 0;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gold-lo);
    border-right: 1px solid var(--line);
  }
  .h2__weekDay {
    padding: 18px 24px;
    border-right: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    transition: background var(--t) var(--ease);
  }
  .h2__weekDay:hover { background: rgba(185, 138, 62, .05); }
  .h2__weekDay--active { background: rgba(185, 138, 62, .06); }
  .h2__weekDayDate { font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
  .h2__weekDayDate b { color: var(--gold-lo); font-weight: 500; }
  .h2__weekDayName { font-family: var(--font-display); font-size: 22px; letter-spacing: -.015em; font-weight: 400; }
  .h2__weekDayName em { font-style: italic; color: var(--gold-lo); font-family: var(--font-serif); margin-right: 8px; }
  .h2__weekMore {
    padding: 18px 0 18px 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--ink-3);
  }
  .h2__weekMore:hover { color: var(--ink); }

  /* ============================================================
     LEDGER — крупная метрика + три малых (ровные ячейки)
  ============================================================ */
  .s2 {
    padding: clamp(56px, 6vw, 80px) 0;
    background: var(--bg-1);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .s2__grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--r-sm);
    overflow: hidden;
  }
  .s2__cell {
    background: var(--bg-4);
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: space-between;
    min-height: 220px;
  }
  .s2__cell--big { padding: 48px 40px; }
  .s2__cell--big .s2__num { font-size: clamp(72px, 6vw, 108px); }
  .s2__lab {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gold-lo);
  }
  .s2__lab b { color: var(--ink); font-weight: 600; }
  .s2__num {
    font-family: var(--font-display);
    font-size: clamp(46px, 4.5vw, 72px);
    line-height: .95;
    letter-spacing: -.025em;
    font-weight: 380;
    color: var(--ink);
  }
  .s2__num small { font-size: .35em; color: var(--ink-3); margin-left: 4px; font-style: italic; font-family: var(--font-serif); }
  .s2__sub { font-size: 14px; color: var(--ink-3); line-height: 1.4; }
  .s2__cell--big .s2__sub { font-size: 15px; max-width: 280px; color: var(--ink-2); }
  .s2__bar { margin-top: 10px; height: 4px; border-radius: 2px; background: var(--bg-2); overflow: hidden; }
  .s2__bar i { display: block; height: 100%; width: 78%; background: var(--gold); border-radius: 2px; }

  /* ============================================================
     MATRIX-DEMO — схема в рамке + каталог 7 точек
  ============================================================ */
  .md2 { padding: clamp(64px, 8vw, 96px) 0; background: var(--bg); }
  .md2__hd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: end;
    margin-bottom: 48px;
    border-bottom: 1px solid var(--ink);
    padding-bottom: 22px;
  }
  .md2__hd .num {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--gold-lo);
    margin-bottom: 14px;
  }
  .md2__hd h2 { font-family: var(--font-display); font-size: clamp(38px, 4vw, 60px); letter-spacing: -.025em; font-weight: 380; line-height: 1.04; }
  .md2__hd h2 em { font-style: normal; color: var(--gold-lo); font-family: var(--font-serif); }
  :root[data-theme="night"] .md2__hd h2 em { color: var(--gold-hi); }
  .md2__hd p { font-size: 15px; line-height: 1.6; color: var(--ink-2); max-width: 520px; }

  .md2__main { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px, 5vw, 64px); align-items: start; }

  /* схема в мягкой рамке — больше не висит в пустоте */
  .md2__diagram {
    position: sticky;
    top: 100px;
    padding: clamp(24px, 3vw, 40px);
    background: var(--bg-1);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
  }
  .md2__diagram::before,
  .md2__diagram::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid var(--gold);
  }
  .md2__diagram::before { top: 12px; left: 12px; border-right: none; border-bottom: none; }
  .md2__diagram::after { bottom: 12px; right: 12px; border-left: none; border-top: none; }
  .md2__diagram svg { width: 100%; height: auto; color: var(--ink); }

  .md2__list {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: var(--r-sm);
    overflow: hidden;
    background: var(--bg-4);
  }
  .md2__row {
    padding: 20px 24px;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 36px 1fr auto;
    gap: 18px;
    align-items: center;
    cursor: pointer;
    transition: background var(--t) var(--ease);
  }
  .md2__row:last-child { border-bottom: none; }
  .md2__row:hover { background: rgba(185, 138, 62, .06); }
  .md2__row.is-active { background: rgba(185, 138, 62, .08); }
  .md2__row.is-active .md2__rowKey { background: var(--gold); color: #1B1A28; border-color: var(--gold); }
  .md2__rowKey {
    width: 36px;
    height: 36px;
    border: 1.5px solid var(--line-strong);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: var(--font-display);
    font-size: 18px;
    color: var(--ink);
    font-style: italic;
    font-weight: 400;
    transition: background var(--t) var(--ease), color var(--t) var(--ease), border-color var(--t) var(--ease);
  }
  .md2__rowMain h4 { font-family: var(--font-display); font-size: 19px; line-height: 1.2; letter-spacing: -.01em; font-weight: 400; margin-bottom: 4px; color: var(--ink); }
  .md2__rowMain p { font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
  .md2__rowArr { color: var(--ink-4); font-family: var(--font-display); font-style: italic; font-size: 18px; }

  .md2__active { margin-top: 20px; padding: 24px; border: 1px solid var(--line-gold); border-radius: var(--r-sm); background: rgba(185, 138, 62, .04); }
  .md2__activeLab { font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-lo); margin-bottom: 10px; }
  .md2__activeH { font-family: var(--font-display); font-size: 24px; letter-spacing: -.015em; font-weight: 400; margin-bottom: 10px; font-style: italic; color: var(--ink); }
  .md2__active p { font-size: 14px; color: var(--ink-2); line-height: 1.55; margin-bottom: 18px; }

  /* ============================================================
     HOW — тёмная тропа из 4 шагов
  ============================================================ */
  .hw2 {
    padding: clamp(64px, 8vw, 104px) 0;
    background: var(--bg-1);
    color: var(--ink);
    position: relative;
    overflow: hidden;
  }
  .hw2::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 50% 60% at 18% 30%, rgba(185, 138, 62, .08), transparent 55%),
      radial-gradient(ellipse 40% 50% at 82% 78%, rgba(45, 42, 82, .05), transparent 60%);
  }
  :root[data-theme="night"] .hw2::before {
    background:
      radial-gradient(ellipse 50% 60% at 18% 30%, rgba(210, 166, 90, .12), transparent 55%),
      radial-gradient(ellipse 40% 50% at 82% 78%, rgba(176, 174, 224, .08), transparent 60%);
  }
  .hw2 .container { position: relative; z-index: 2; }
  .hw2__hd { margin-bottom: 72px; max-width: 680px; }
  .hw2__hd .num {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--gold-lo);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  :root[data-theme="night"] .hw2__hd .num { color: var(--gold-hi); }
  .hw2__hd .num::before { content: ""; width: 32px; height: 1px; background: currentColor; }
  .hw2__hd h2 { font-family: var(--font-display); font-size: clamp(40px, 4.4vw, 64px); letter-spacing: -.025em; line-height: 1.04; font-weight: 380; color: var(--ink); }
  .hw2__hd h2 em { font-style: normal; font-family: var(--font-serif); color: var(--gold-lo); }
  :root[data-theme="night"] .hw2__hd h2 em { color: var(--gold-hi); }
  .hw2__hd p { margin-top: 24px; font-size: 17px; line-height: 1.6; color: var(--ink-2); max-width: 600px; }

  /* Горизонтальная раскладка 4 шагов — без пустот */
  .hw2__path {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    overflow: hidden;
  }
  .hw2__pathLine {
    display: none; /* заменяем SVG-тропу на CSS-разделители */
  }
  .hw2__step {
    position: relative;
    z-index: 2;
    padding: clamp(28px, 3vw, 44px) clamp(20px, 2.5vw, 36px);
    border-right: 1px solid var(--line);
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
    transition: background var(--t) var(--ease);
  }
  .hw2__step:last-child { border-right: none; }
  .hw2__step:hover { background: rgba(185, 138, 62, .04); }

  /* Номер шага — золотой маркер сверху */
  .hw2__stepNode {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gold-hi);
    box-shadow: 0 0 0 3px rgba(210, 166, 90, .18);
    margin-bottom: 20px;
  }
  .hw2__stepN { display: inline-flex; align-items: baseline; gap: 6px; margin-bottom: 18px; }
  .hw2__stepNum { font-family: var(--font-display); font-size: 64px; line-height: 1; color: var(--gold-lo); font-style: italic; font-weight: 380; }
  :root[data-theme="night"] .hw2__stepNum { color: var(--gold-hi); }
  .hw2__stepOf { font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); letter-spacing: .14em; }
  .hw2__stepTitle { font-family: var(--font-display); font-size: 24px; line-height: 1.18; letter-spacing: -.015em; font-weight: 420; margin-bottom: 12px; text-wrap: balance; max-width: 280px; color: var(--ink); }
  .hw2__stepText { font-size: 14px; line-height: 1.55; color: var(--ink-2); max-width: 300px; }

  /* ============================================================
     PAINS — стена записок
  ============================================================ */
  .p2 { padding: clamp(64px, 8vw, 96px) 0; background: var(--bg-2); position: relative; overflow: hidden; }
  .p2__hd { text-align: center; margin-bottom: 64px; }
  .p2__hd .num { font-family: var(--font-mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-lo); margin-bottom: 14px; }
  .p2__hd h2 { font-family: var(--font-display); font-size: clamp(40px, 4.4vw, 64px); letter-spacing: -.025em; font-weight: 380; line-height: 1.04; color: var(--ink); }
  .p2__hd h2 em { font-style: normal; font-family: var(--font-serif); color: var(--gold-lo); }
  :root[data-theme="night"] .p2__hd h2 em { color: var(--gold-hi); }
  .p2__hd p { margin: 22px auto 0; font-size: 16px; color: var(--ink-2); max-width: 580px; }
  .p2__hd::after { content: ""; display: block; margin: 24px auto 0; width: 64px; height: 1px; background: var(--gold); }

  .p2__wall {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(140px, auto);
    gap: 24px;
    max-width: 1140px;
    margin: 0 auto;
  }
  .p2__note {
    background: var(--bg-4);
    border: 1px solid var(--line);
    padding: 28px;
    border-radius: var(--r-xs);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    box-shadow: var(--shadow-1);
    transition: transform .35s var(--ease), box-shadow .35s var(--ease);
  }
  .p2__note::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 18px;
    background: rgba(185, 138, 62, .32);
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
  }
  .p2__note:nth-child(1) { grid-column: 1 / 5; grid-row: 1 / 3; transform: rotate(-1.3deg); }
  .p2__note:nth-child(2) { grid-column: 5 / 9; grid-row: 1 / 2; transform: rotate(.8deg); }
  .p2__note:nth-child(3) { grid-column: 9 / 13; grid-row: 1 / 3; transform: rotate(1.2deg); }
  .p2__note:nth-child(4) { grid-column: 5 / 9; grid-row: 2 / 3; transform: rotate(-.6deg); background: var(--bg-1); }
  .p2__note:nth-child(5) { grid-column: 1 / 6; grid-row: 3 / 4; transform: rotate(.5deg); }
  .p2__note:nth-child(6) { grid-column: 6 / 13; grid-row: 3 / 4; transform: rotate(-.8deg); background: var(--bg-1); }
  .p2__note:hover { transform: rotate(0) scale(1.02); box-shadow: var(--shadow-3); z-index: 3; }
  .p2__noteQ { font-family: var(--font-display); font-size: 22px; line-height: 1.3; letter-spacing: -.01em; color: var(--ink); font-style: italic; text-wrap: balance; }
  .p2__noteQ::before { content: "«"; color: var(--gold-lo); margin-right: 4px; font-size: 1.2em; }
  .p2__noteQ::after { content: "»"; color: var(--gold-lo); margin-left: 2px; }
  .p2__noteMeta { font-family: var(--font-mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 14px; }
  .p2__noteMeta b { color: var(--gold-lo); font-weight: 500; }

  .p2__big {
    grid-column: 1 / 13;
    grid-row: 4 / 5;
    background: var(--canvas-dark-2);
    color: var(--ink-on-dark);
    padding: 36px 40px;
    border-radius: var(--r-sm);
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 32px;
    align-items: center;
  }
  .p2__bigSeal { width: 64px; height: 64px; border: 1.5px solid var(--gold-hi); border-radius: 50%; display: grid; place-items: center; font-family: var(--font-serif); font-style: italic; color: var(--gold-hi); font-size: 22px; }
  .p2__bigText { font-family: var(--font-display); font-size: 24px; line-height: 1.25; letter-spacing: -.015em; font-style: italic; text-wrap: balance; color: var(--ink-on-dark); }
  .p2__bigText b { color: var(--gold-hi); font-style: normal; font-family: var(--font-text); font-size: 14px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; display: block; margin-bottom: 8px; }
  .p2__big .btn--primary { white-space: nowrap; }

  /* ============================================================
     REPORT — журнальный разворот
  ============================================================ */
  .r2 { padding: clamp(64px, 8vw, 96px) 0; background: var(--bg); position: relative; }
  .r2__hd { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; margin-bottom: 56px; padding-bottom: 24px; border-bottom: 2px solid var(--ink); }
  .r2__hd .num { font-family: var(--font-mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-lo); margin-bottom: 14px; }
  .r2__hd h2 { font-family: var(--font-display); font-size: clamp(40px, 4.4vw, 68px); line-height: 1.02; letter-spacing: -.028em; font-weight: 380; color: var(--ink); }
  .r2__hd h2 em { font-style: normal; font-family: var(--font-serif); color: var(--gold-lo); }
  :root[data-theme="night"] .r2__hd h2 em { color: var(--gold-hi); }
  .r2__hd p { font-size: 16px; line-height: 1.55; color: var(--ink-2); max-width: 520px; }

  .r2__layout { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 48px; align-items: start; }
  .r2__col { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
  .r2__entry { padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: start; transition: padding var(--t) var(--ease), background var(--t) var(--ease); }
  .r2__entry:hover { padding-left: 8px; background: rgba(185, 138, 62, .03); }
  .r2__entry .nm { font-family: var(--font-display); font-style: italic; font-size: 24px; color: var(--gold-lo); font-weight: 380; line-height: 1; padding-top: 2px; }
  .r2__entry h4 { font-family: var(--font-display); font-size: 19px; line-height: 1.18; letter-spacing: -.01em; font-weight: 420; margin-bottom: 6px; color: var(--ink); }
  .r2__entry p { font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); line-height: 1.4; }
  .r2__entry .pg { font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-4); align-self: end; }

  .r2__center { display: flex; flex-direction: column; align-items: center; gap: 24px; padding-top: 8px; }
  .r2__centerFrame { width: 100%; aspect-ratio: 1; background: var(--bg-1); border: 1px solid var(--line); border-radius: var(--r-md); padding: 32px; position: relative; }
  .r2__centerFrame::before,
  .r2__centerFrame::after { content: ""; position: absolute; width: 16px; height: 16px; border: 1px solid var(--gold); }
  .r2__centerFrame::before { top: 8px; left: 8px; border-right: none; border-bottom: none; }
  .r2__centerFrame::after { bottom: 8px; right: 8px; border-left: none; border-top: none; }
  .r2__centerFrame svg { width: 100%; height: 100%; color: var(--ink); }
  .r2__centerCap { text-align: center; font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); border-top: 1px solid var(--line); padding-top: 18px; width: 100%; }
  .r2__centerCap b { display: block; color: var(--gold-lo); font-size: 13px; font-family: var(--font-display); font-style: italic; letter-spacing: 0; font-weight: 500; margin-bottom: 6px; }
  .r2__centerCta { display: flex; flex-direction: column; gap: 14px; align-items: center; background: var(--bg-4); border: 1px solid var(--line-gold); border-radius: var(--r-md); padding: 24px 28px; width: 100%; text-align: center; }
  .r2__centerCta .pr { font-family: var(--font-display); font-size: 28px; letter-spacing: -.02em; font-weight: 400; color: var(--ink); }
  .r2__centerCta .pr em { font-style: italic; color: var(--gold-lo); font-family: var(--font-serif); }
  .r2__centerCta .ln { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; color: var(--ink-3); text-transform: uppercase; }

  /* ============================================================
     MANIFEST — один платный продукт
  ============================================================ */
  .manifest { padding: clamp(64px, 8vw, 112px) 0; background: var(--bg-1); }
  .manifest__inner {
    border: 1px solid var(--line-gold);
    border-radius: var(--r-xl);
    padding: clamp(32px, 4.5vw, 64px);
    background: linear-gradient(135deg, rgba(185, 138, 62, .04), transparent 60%), var(--bg-4);
    position: relative;
    overflow: hidden;
  }
  .manifest__inner::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(185, 138, 62, .18), transparent 70%);
    pointer-events: none;
  }
  :root[data-theme="night"] .manifest__inner::before { background: radial-gradient(circle, rgba(210, 166, 90, .20), transparent 70%); }
  .manifest__head { margin-bottom: clamp(28px, 3vw, 44px); position: relative; }
  .manifest__title { font-family: var(--font-display); font-size: clamp(30px, 3.6vw, 50px); line-height: 1.06; letter-spacing: -.025em; font-weight: 360; color: var(--ink); font-variation-settings: "opsz" 144, "SOFT" 30; max-width: 22ch; text-wrap: balance; }
  .manifest__title em { font-family: var(--font-serif); font-style: normal; color: var(--gold-lo); font-weight: 500; }
  :root[data-theme="night"] .manifest__title em { color: var(--gold-hi); }
  .manifest__grid { display: grid; grid-template-columns: minmax(0, 280px) minmax(0, 1fr); gap: clamp(28px, 4vw, 56px); align-items: start; position: relative; }
  .manifest__facts { display: flex; flex-direction: column; gap: 18px; border-left: 1px solid var(--line-gold); padding-left: 24px; }
  .manifest__fact { display: flex; flex-direction: column; gap: 4px; }
  .manifest__fact-num { font-family: var(--font-display); font-size: clamp(36px, 4vw, 52px); line-height: 1; letter-spacing: -.025em; color: var(--ink); font-weight: 400; display: inline-flex; align-items: baseline; gap: 4px; }
  .manifest__fact-num small { font-size: .42em; font-family: var(--font-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--gold-lo); font-weight: 400; }
  :root[data-theme="night"] .manifest__fact-num small { color: var(--gold-hi); }
  .manifest__fact-lbl { font-size: 13px; color: var(--ink-3); line-height: 1.45; max-width: 28ch; }
  .manifest__body p { font-size: clamp(15px, 1.2vw, 17px); line-height: 1.65; color: var(--ink-2); margin: 0 0 16px; max-width: 60ch; }
  .manifest__body p:last-child { margin-bottom: 0; }

  /* ============================================================
     ALL-SEALS — индекс 22 энергий
  ============================================================ */
  .all-seals { padding: clamp(64px, 8vw, 96px) 0; background: var(--bg); }

  /* Сетка: всегда кратна 22 → только 11 или 2 колонки */
  .seals-grid {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    gap: 10px;
    margin-top: clamp(32px, 4vw, 48px);
  }

  /* Карточка аркана — переработанная */
  .seal {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    padding: 20px 6px 14px;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: var(--bg-4);
    text-align: center;
    color: var(--ink);
    overflow: hidden;
    transition: transform var(--t) var(--ease),
                border-color var(--t) var(--ease),
                box-shadow var(--t) var(--ease),
                background var(--t) var(--ease);
  }
  /* Тонкая золотая полоска сверху по hover */
  .seal::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
    opacity: 0;
    transition: opacity var(--t) var(--ease);
  }
  .seal:hover { transform: translateY(-4px); border-color: var(--line-gold); background: rgba(185, 138, 62, .07); box-shadow: var(--shadow-gold); }
  .seal:hover::before { opacity: 1; }

  /* Римская цифра */
  .seal__rome {
    font-family: var(--font-serif);
    font-style: italic;
    color: var(--gold-lo);
    font-size: 11px;
    letter-spacing: .06em;
    line-height: 1;
  }
  :root[data-theme="night"] .seal__rome { color: var(--gold-hi); }

  /* Эмблема с цифрой */
  .seal__sym--digit {
    position: relative;
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    margin: 4px 0 2px;
  }
  .seal__sym--digit .seal-card__digit {
    position: relative;
    z-index: 2;
    font-family: var(--font-display);
    font-size: 34px;
    line-height: 1;
    letter-spacing: -.03em;
    color: var(--ink);
    font-weight: 380;
    font-variation-settings: "opsz" 144, "SOFT" 60;
  }
  .seal__sym--digit .seal-card__ornament {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    color: var(--gold);
    opacity: .4;
    transition: opacity var(--t) var(--ease);
  }
  .seal:hover .seal__sym--digit .seal-card__ornament { opacity: .75; }

  /* Название */
  .seal__name {
    font-family: var(--font-mono);
    font-size: 9.5px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ink-4);
    line-height: 1.2;
    transition: color var(--t) var(--ease);
  }
  .seal:hover .seal__name { color: var(--gold-lo); }
  :root[data-theme="night"] .seal:hover .seal__name { color: var(--gold-hi); }

  /* ============================================================
     OFFER — бесплатно vs полный разбор
  ============================================================ */
  .offer { padding: clamp(64px, 8vw, 112px) 0; background: var(--bg-1); }
  .offer__pair { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 2.4vw, 32px); align-items: start; max-width: 900px; margin: 0 auto; }
  .offer__card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: clamp(28px, 3vw, 40px);
    background: var(--bg-4);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
  }
  .offer__lbl { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-lo); }
  .offer__name { font-family: var(--font-display); font-size: 26px; letter-spacing: -.015em; font-weight: 400; color: var(--ink); }
  .offer__price { font-family: var(--font-display); font-size: clamp(48px, 5vw, 64px); line-height: 1; letter-spacing: -.03em; font-weight: 380; color: var(--ink); }
  .offer__price small { font-size: .4em; color: var(--ink-3); font-family: var(--font-mono); font-weight: 400; margin-left: 4px; }
  .offer__list { display: flex; flex-direction: column; gap: 12px; }
  .offer__list li { position: relative; padding-left: 28px; font-size: 15px; line-height: 1.45; color: var(--ink-2); }
  .offer__list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold); font-weight: 600; }
  .offer__list li.muted { color: var(--ink-4); }
  .offer__list li.muted::before { content: "—"; color: var(--ink-4); }
  .offer__card .btn { margin-top: auto; }

  .offer__card--paid {
    background: var(--bg-3);
    color: var(--ink-on-dark);
    border-color: var(--gold);
    box-shadow: var(--shadow-3);
    overflow: hidden;
  }
  .offer__card--paid::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(210, 166, 90, .18), transparent 70%);
    pointer-events: none;
  }
  .offer__card--paid .offer__name,
  .offer__card--paid .offer__price { color: var(--ink-on-dark); }
  .offer__card--paid .offer__list li { color: var(--ink-on-dark-2); }
  .offer__card--paid .offer__list li strong { color: var(--ink-on-dark); }
  .offer__card--paid .offer__list li::before { color: var(--gold-hi); }
  :root[data-theme="night"] .offer__card--paid { background: var(--bg-2); color: var(--ink); }
  :root[data-theme="night"] .offer__card--paid .offer__name,
  :root[data-theme="night"] .offer__card--paid .offer__price { color: var(--ink); }
  :root[data-theme="night"] .offer__card--paid .offer__list li { color: var(--ink-2); }
  :root[data-theme="night"] .offer__card--paid .offer__list li strong { color: var(--ink); }

  .offer__badge {
    position: absolute;
    top: 24px;
    right: 24px;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #1B1A28;
    background: var(--gold-hi);
    padding: 6px 12px;
    border-radius: var(--r-pill);
    font-weight: 600;
  }
  .offer__guarantee { font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; color: var(--ink-on-dark-2); text-align: center; }
  :root[data-theme="night"] .offer__guarantee { color: var(--ink-3); }

  /* ============================================================
     TILES SECTIONS — детали / спец-расчёты
  ============================================================ */
  .details { padding: clamp(64px, 8vw, 112px) 0; background: var(--bg); }
  .specials { padding: clamp(64px, 8vw, 112px) 0; background: var(--bg-1); }

  /* ============================================================
     BLOG — обложки на тёмном
  ============================================================ */
  .bl2 { padding: clamp(64px, 8vw, 96px) 0; background: var(--bg-2); color: var(--ink); }
  .bl2__hd { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 48px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
  .bl2__hd .num { font-family: var(--font-mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-lo); margin-bottom: 14px; }
  :root[data-theme="night"] .bl2__hd .num { color: var(--gold-hi); }
  .bl2__hd h2 { font-family: var(--font-display); font-size: clamp(40px, 4.4vw, 60px); letter-spacing: -.025em; font-weight: 380; color: var(--ink); }
  .bl2__hd h2 em { font-style: normal; font-family: var(--font-serif); color: var(--gold-lo); }
  :root[data-theme="night"] .bl2__hd h2 em { color: var(--gold-hi); }
  .bl2__hd p { font-size: 16px; line-height: 1.55; color: var(--ink-2); max-width: 480px; }

  .bl2__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 24px; }
  .bl2__col { display: grid; gap: 24px; }
  .bCardX { display: flex; flex-direction: column; border-radius: var(--r-md); overflow: hidden; background: var(--bg-4); border: 1px solid var(--line); color: var(--ink); transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease); }
  .bCardX:hover { transform: translateY(-6px); box-shadow: var(--shadow-2); border-color: var(--line-gold); }
  .bCardX__photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
  .bCardX--big .bCardX__photo { aspect-ratio: 5 / 4; }
  .bCardX__photo .bg { position: absolute; inset: 0; }
  .bCardX__photo .bg.b1 { background: linear-gradient(160deg, #3a1f44 0%, #7a3a4f 50%, #a85a5a 100%); }
  .bCardX__photo .bg.b2 { background: linear-gradient(160deg, #1a2c44 0%, #2c4a6a 50%, #3a6a8a 100%); }
  .bCardX__photo .bg.b3 { background: linear-gradient(160deg, #3a2818 0%, #6b4a26 50%, #a8783e 100%); }
  .bCardX__photo .bg.b4 { background: linear-gradient(160deg, #1a3a30 0%, #2c5a48 50%, #3a7a62 100%); }
  .bCardX__photo .bg.b5 { background: linear-gradient(160deg, #2a1820 0%, #4a2840 50%, #6a3858 100%); }
  .bCardX__photo .grain { position: absolute; inset: 0; background-image: radial-gradient(circle at 18% 24%, rgba(255, 255, 255, .05) 0, transparent 1.4px), radial-gradient(circle at 76% 62%, rgba(0, 0, 0, .12) 0, transparent 1.6px); background-size: 160px 160px, 200px 200px; mix-blend-mode: overlay; opacity: .7; }
  .bCardX__photo .vig { position: absolute; inset: 0; background: radial-gradient(ellipse at 60% 30%, transparent 35%, rgba(0, 0, 0, .5) 100%); }
  .bCardX__photoSeal { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: rgba(232, 188, 114, .95); width: 42%; }
  .bCardX--big .bCardX__photoSeal { width: 36%; top: 46%; }
  .bCardX__photoSeal svg { width: 100%; height: auto; filter: drop-shadow(0 12px 32px rgba(0, 0, 0, .5)); }
  .bCardX__photo .cat { position: absolute; top: 18px; left: 18px; z-index: 2; font-family: var(--font-mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-hi); padding: 6px 12px; background: rgba(0, 0, 0, .4); backdrop-filter: blur(8px); border-radius: var(--r-pill); border: 1px solid rgba(232, 188, 114, .3); }
  .bCardX__photo .rt { position: absolute; top: 18px; right: 18px; z-index: 2; font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: rgba(244, 239, 230, .85); padding: 6px 12px; background: rgba(0, 0, 0, .4); backdrop-filter: blur(8px); border-radius: var(--r-pill); }
  .bCardX__body { padding: 24px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
  .bCardX--big .bCardX__body { padding: 32px; }
  .bCardX__body h3 { font-family: var(--font-display); font-size: 22px; line-height: 1.15; letter-spacing: -.015em; font-weight: 420; text-wrap: balance; color: var(--ink); }
  .bCardX--big .bCardX__body h3 { font-size: 30px; line-height: 1.08; }
  .bCardX__body p { font-size: 14px; line-height: 1.55; color: var(--ink-2); }
  .bCardX__foot { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); }
  .bCardX__foot .dt { font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
  .bCardX__foot .ar { color: var(--gold-lo); font-family: var(--font-display); font-style: italic; font-size: 18px; }
  :root[data-theme="night"] .bCardX__foot .ar { color: var(--gold-hi); }
  .bl2__more { margin-top: 32px; text-align: center; }
  .bl2__more a { display: inline-flex; align-items: center; gap: 14px; padding: 14px 28px; border: 1px solid var(--line-strong); border-radius: var(--r-pill); color: var(--ink); font-size: 14px; font-weight: 500; transition: background var(--t) var(--ease), border-color var(--t) var(--ease); }
  .bl2__more a:hover { background: var(--bg-4); border-color: var(--gold); }

  /* ============================================================
     FINAL CTA — тёмная, с мини-формой
  ============================================================ */
  .cta2 { padding: clamp(72px, 9vw, 128px) 0; background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); color: var(--ink); position: relative; overflow: hidden; }
  .cta2::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(80% 60% at 20% 10%, rgba(185, 138, 62, .10), transparent 60%),
      radial-gradient(60% 50% at 85% 90%, rgba(45, 42, 82, .06), transparent 65%);
  }
  :root[data-theme="night"] .cta2::before {
    background: radial-gradient(80% 60% at 20% 10%, rgba(210, 166, 90, .12), transparent 60%);
  }
  .cta2 .container { position: relative; z-index: 2; }
  .cta2__inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(48px, 6vw, 80px); align-items: center; }
  .cta2__copy { position: relative; }
  .cta2__num { font-family: var(--font-mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-lo); margin-bottom: 20px; display: flex; align-items: center; gap: 14px; }
  :root[data-theme="night"] .cta2__num { color: var(--gold-hi); }
  .cta2__num::before { content: ""; width: 32px; height: 1px; background: currentColor; }
  .cta2__h { font-family: var(--font-display); font-size: clamp(40px, 5vw, 76px); line-height: .98; letter-spacing: -.03em; font-weight: 380; color: var(--ink); text-wrap: balance; }
  .cta2__h em { font-style: normal; font-family: var(--font-serif); color: var(--gold-lo); }
  :root[data-theme="night"] .cta2__h em { color: var(--gold-hi); }
  .cta2__sub { font-size: 18px; line-height: 1.5; color: var(--ink-2); margin: 24px 0 32px; max-width: 480px; }
  .cta2__price { display: inline-flex; align-items: baseline; gap: 12px; padding: 14px 22px; border: 1px solid var(--line-gold); border-radius: var(--r-pill); background: rgba(185, 138, 62, .05); margin-bottom: 32px; font-family: var(--font-display); font-size: 22px; color: var(--ink); font-weight: 400; }
  .cta2__price b { font-size: 30px; color: var(--gold-lo); font-style: italic; }
  :root[data-theme="night"] .cta2__price b { color: var(--gold-hi); }
  .cta2__price small { font-size: 13px; color: var(--ink-3); font-family: var(--font-mono); letter-spacing: .1em; font-weight: 400; margin-left: 8px; }
  .cta2__row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
  .cta2__row .btn--primary {
    background: var(--ink);
    color: var(--bg);
    border-color: var(--ink);
    box-shadow: 0 14px 32px -12px rgba(20, 15, 5, .4);
  }
  .cta2__row .btn--primary:hover {
    background: var(--gold);
    color: #1B1A28;
    border-color: var(--gold);
    box-shadow: var(--shadow-gold);
  }
  .cta2__hint { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin-top: 24px; display: flex; gap: 8px; align-items: center; }
  .cta2__hint::before { content: "✦"; color: var(--gold-lo); }

  .cta2__form { background: var(--canvas-dark); border: 1px solid var(--line-gold); border-radius: var(--r-lg); padding: clamp(24px, 3vw, 36px); }
  :root[data-theme="night"] .cta2__form { background: var(--bg-2); }
  .cta2__formLab { font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-hi); margin-bottom: 16px; }
  .cta2__formRow { display: grid; grid-template-columns: 1fr 1fr 1.4fr; gap: 8px; margin-bottom: 18px; }
  .cta2__formCell { padding: 14px 16px; border: 1px solid rgba(255, 255, 255, .18); border-radius: var(--r-sm); background: rgba(0, 0, 0, .18); display: flex; flex-direction: column; gap: 4px; transition: border-color var(--t-fast) var(--ease); }
  .cta2__formCell:focus-within { border-color: var(--gold-hi); }
  .cta2__formCell label { font-family: var(--font-mono); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-on-dark-2); }
  .cta2__formCell input { background: none; border: none; color: var(--ink-on-dark); outline: none; font-family: var(--font-display); font-size: 24px; letter-spacing: -.01em; width: 100%; }
  .cta2__formCell input::placeholder { color: var(--ink-on-dark-2); opacity: .5; }
  .cta2__formBtn { width: 100%; padding: 18px 24px; background: var(--ink-on-dark); color: #1B1A28; border-radius: var(--r-pill); border: 1px solid var(--line-gold); font-family: var(--font-text); font-weight: 600; font-size: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; transition: background var(--t) var(--ease); }
  .cta2__formBtn:hover { background: var(--gold-hi); border-color: var(--gold-hi); }
  .cta2__formMini { font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-on-dark-2); margin-top: 14px; text-align: center; }
  .cta2__formMini b { color: var(--gold-hi); font-weight: 500; }

  .hide-dot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

  /* ============================================================
     Адаптив главной
  ============================================================ */
  @media (max-width: 1100px) {
    .h2__inner, .md2__main, .r2__layout, .cta2__inner,
    .r2__hd, .bl2__hd, .md2__hd { grid-template-columns: 1fr; gap: 32px; }
    .md2__diagram { position: static; max-width: 460px; margin: 0 auto; }
    .bl2__grid { grid-template-columns: 1fr 1fr; }
    .s2__grid { grid-template-columns: 1fr 1fr; }
    .seals-grid { grid-template-columns: repeat(11, 1fr); }
    .hw2__path { grid-template-columns: repeat(2, 1fr); }
    .hw2__step { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .hw2__step:nth-child(2n) { border-right: none; }
    .hw2__step:nth-last-child(-n+2) { border-bottom: none; }
    .p2__wall { display: flex; flex-direction: column; }
    .p2__note { transform: none; }
    .offer__pair { grid-template-columns: 1fr; max-width: 520px; }
  }

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

  @media (max-width: 760px) {
    .h2 { min-height: 0; }
    .h2__art-callout { position: static; transform: none; margin: 24px auto 0; }
  }

  @media (max-width: 640px) {
    .h2__chips { grid-template-columns: repeat(3, 1fr); }
    .hw2__path { grid-template-columns: 1fr; }
    .hw2__step { border-right: none; border-bottom: 1px solid var(--line); }
    .hw2__step:last-child { border-bottom: none; }
    .bl2__grid { grid-template-columns: 1fr; }
    .seals-grid { grid-template-columns: repeat(2, 1fr); }
    .p2__big { grid-template-columns: 1fr; text-align: center; gap: 18px; justify-items: center; }
    .cta2__formRow { grid-template-columns: 1fr 1fr; }
    .h2__week { grid-template-columns: 1fr; }
    .h2__weekLab, .h2__weekDay, .h2__weekMore { border-right: none; border-bottom: 1px solid var(--line); }
  }

}
