/* ==========================================================================
   ЦЗС — дизайн-система v2
   --------------------------------------------------------------------------
   ДНК: бумага #f1ede6, лес #0f2e22, земля #105833, золото герба #c2a052, Inter.
   Геовизуальный слой: изолинии (topo.svg), кадастровая сетка, контуры участков,
   координатные подписи. Линии 1px, прозрачность 10–20 %. Без теней и градиентов:
   глубину дают наложения бумаги и леса.
   ========================================================================== */

/* --- шрифт: Inter, самохостинг, только латиница и кириллица ----------------- */
/* Montserrat — гарнитура логотипа ЦЗС, вариативная (300–800), латиница и кириллица */
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 300 800; font-display: swap; src: url(/assets/fonts/montserrat-cyrillic.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 300 800; font-display: swap; src: url(/assets/fonts/montserrat-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* Inter — запасной, если Montserrat не загрузился */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 100 900; font-display: swap; src: url(/assets/fonts/inter-cyrillic.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 100 900; font-display: swap; src: url(/assets/fonts/inter-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* --- токены ------------------------------------------------------------------ */
:root {
  --paper: #f1ede6;
  --paper-2: #e8e2d6;
  --paper-3: #fbf9f5;
  --ink: #0f2e22;
  --forest: #0a1f17;
  --forest-2: #123528;
  --green: #105833;
  --green-2: #1a7146;
  --gold: #c2a052;
  --gold-soft: rgba(194, 160, 82, .35);
  --ink-70: rgba(15, 46, 34, .74);
  --ink-55: rgba(15, 46, 34, .58);
  --ink-35: rgba(15, 46, 34, .4);
  --line: rgba(15, 46, 34, .14);
  --line-strong: rgba(15, 46, 34, .3);
  --on-dark: rgba(255, 255, 255, .9);
  --on-dark-60: rgba(255, 255, 255, .62);
  --on-dark-line: rgba(255, 255, 255, .16);
  --danger: #a33b2a;
  --card: #f4f2ee;
  --circle: #e7e1d4;

  --font: 'Montserrat', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  --display: clamp(36px, 5.2vw, 80px);
  --h1: clamp(30px, 3.8vw, 56px);
  --h2: clamp(26px, 2.8vw, 42px);
  --h3: clamp(18px, 1.4vw, 22px);
  --h4: clamp(16px, 1.1vw, 18px);
  --lead: clamp(16px, 1.2vw, 19px);
  --body: 16px;
  --small: 14px;
  --caption: 12px;
  --mono: var(--font);

  --s1: 4px; --s2: 8px; --s3: 12px; --s4: 16px; --s5: 24px; --s6: 32px; --s7: 48px; --s8: 64px; --s9: 96px; --s10: 128px;
  --section: clamp(72px, 9vw, 144px);
  --wrap: 1280px;
  --wide: 1520px;
  --gutter: clamp(18px, 3.5vw, 40px);

  --r1: 2px; --r2: 4px; --r-pill: 4px;
  --t-fast: .16s cubic-bezier(.4, 0, .2, 1);
  --t: .28s cubic-bezier(.4, 0, .2, 1);
  --t-slow: .6s cubic-bezier(.22, .61, .36, 1);
  --z-header: 900; --z-drawer: 950; --z-widget: 990;
  --hdr: 76px;   /* высота шапки: вычитается из экрана */
}

/* --- reset -------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, h4, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 2px; }
::selection { background: rgba(16, 88, 51, .18); }
.sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 1000; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: var(--r1); }
.skip:focus { top: 12px; }

/* --- сетка --------------------------------------------------------------------- */
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap_wide { max-width: var(--wide); }
.sec { padding-block: var(--section); position: relative; }
.sec_tight { padding-block: clamp(48px, 6vw, 96px); }
.sec_dark { background: var(--forest); color: var(--on-dark); }
.sec_green { background: var(--green); color: var(--on-dark); overflow: hidden; }
.sec_green::before { content: ""; position: absolute; inset: -10% -5%; pointer-events: none; background: radial-gradient(55% 60% at 80% 25%, rgba(255,255,255,.17), transparent 70%), radial-gradient(40% 45% at 15% 85%, rgba(255,255,255,.11), transparent 70%), radial-gradient(30% 35% at 55% 60%, rgba(255,255,255,.07), transparent 70%); filter: blur(28px); }
.sec_green::after { content: ""; position: absolute; right: -6%; top: -8%; width: min(70%, 980px); aspect-ratio: 1200 / 668; background: url(/assets/img/smoke.webp) no-repeat center / contain; opacity: .42; pointer-events: none; }
.sec_green > .wrap { position: relative; z-index: 1; }
.sec_paper2 { background: var(--paper-2); }
.sec_line { border-top: 1px solid var(--line); }
.sec_dark.sec_line, .sec_green.sec_line { border-color: var(--on-dark-line); }

/* --- типографика ---------------------------------------------------------------- */
.display { font-size: var(--display); line-height: .98; font-weight: 700; letter-spacing: -.03em; text-wrap: balance; }
.h1 { font-size: var(--h1); line-height: 1.08; font-weight: 700; letter-spacing: -.025em; text-wrap: balance; }
.h2 { font-size: var(--h2); line-height: 1.12; font-weight: 700; letter-spacing: -.022em; text-wrap: balance; }
.h3 { font-size: var(--h3); line-height: 1.25; font-weight: 700; letter-spacing: -.012em; }
.h4 { font-size: var(--h4); line-height: 1.3; font-weight: 700; letter-spacing: -.008em; }
.lead { font-size: var(--lead); line-height: 1.5; color: var(--ink-70); max-width: 62ch; text-wrap: pretty; }
.sec_dark .lead, .sec_green .lead { color: var(--on-dark); }
.small { font-size: var(--small); line-height: 1.5; }
.muted { color: var(--ink-55); }
.sec_dark .muted, .sec_green .muted { color: var(--on-dark-60); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: var(--caption); letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--green); }
.eyebrow::before { content: ""; width: 22px; height: 1px; background: currentColor; opacity: .7; }
.sec_dark .eyebrow, .sec_green .eyebrow { color: #e9dcb7; }
.coord { font-family: var(--font); font-size: 11px; letter-spacing: .12em; font-weight: 500; color: var(--ink-35); text-transform: uppercase; }
.sec_dark .coord, .sec_green .coord { color: var(--on-dark-60); }

/* заголовок раздела */
.head { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: var(--s5) var(--s7); margin-bottom: clamp(36px, 5vw, 72px); }
.head__l { max-width: 900px; display: grid; gap: var(--s4); }
.head__l .lead { margin-top: var(--s2); }
.head__r { display: flex; align-items: center; gap: var(--s5); }
.head__n { font-family: var(--font); font-size: 11.5px; letter-spacing: .14em; font-weight: 500; text-transform: uppercase; color: var(--ink-35); white-space: nowrap; }
.sec_dark .head__n, .sec_green .head__n { color: var(--on-dark-60); }

/* --- кнопки ---------------------------------------------------------------------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 26px; border: 1px solid transparent; border-radius: var(--r1); font-weight: 500; font-size: 16px; line-height: 1.2; white-space: nowrap; transition: background var(--t), color var(--t), border-color var(--t), transform var(--t-fast); }
.btn:active { transform: translateY(1px); }
.btn svg { width: 18px; height: 18px; flex: none; transition: transform var(--t); }
.btn:hover svg { transform: translateX(3px); }
.btn_primary { background: var(--green); color: #fff; }
.btn_primary:hover { background: var(--green-2); }
.btn_ink { background: var(--ink); color: #fff; }
.btn_ink:hover { background: var(--green); }
.btn_ghost { border-color: var(--line-strong); color: var(--ink); background: transparent; }
.btn_ghost:hover { border-color: var(--ink); background: var(--paper-3); }
.sec_dark .btn_ghost, .sec_green .btn_ghost, .hero_dark .btn_ghost { border-color: rgba(255, 255, 255, .4); color: #fff; }
.sec_dark .btn_ghost:hover, .sec_green .btn_ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn_paper { background: var(--paper); color: var(--ink); }
.btn_paper:hover { background: #fff; }
.btn_lg { min-height: 58px; padding: 17px 32px; font-size: 17px; }
.btn_sm { min-height: 42px; padding: 10px 18px; font-size: 14.5px; }
.btn[disabled] { opacity: .55; pointer-events: none; }
.link { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; color: var(--green); }
.link svg { width: 18px; height: 18px; transition: transform var(--t); }
.link:hover svg { transform: translateX(4px); }
.sec_dark .link, .sec_green .link { color: #fff; }

/* --- геослой ---------------------------------------------------------------------- */
.topo { position: absolute; inset: 0; overflow: hidden; pointer-events: none; opacity: .16; background: url(/assets/topo-ink.svg) center / cover no-repeat; }
.sec_dark .topo, .hero_dark .topo, .ftr .topo { opacity: .12; background-image: url(/assets/topo-paper.svg); }
.grid-bg { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 96px 96px; mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent); -webkit-mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent); }
.sec_dark .grid-bg { background-image: linear-gradient(var(--on-dark-line) 1px, transparent 1px), linear-gradient(90deg, var(--on-dark-line) 1px, transparent 1px); }
.mark { position: relative; }
.mark::before, .mark::after { content: ""; position: absolute; width: 14px; height: 14px; border-color: currentColor; border-style: solid; opacity: .5; }
.mark::before { left: 0; top: 0; border-width: 1px 0 0 1px; }
.mark::after { right: 0; bottom: 0; border-width: 0 1px 1px 0; }

/* --- шапка --------------------------------------------------------------------------- */
.hdr { position: sticky; top: 0; z-index: var(--z-header); background: rgba(241, 237, 230, .86); backdrop-filter: saturate(160%) blur(12px); -webkit-backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid transparent; transition: border-color var(--t), background var(--t); }
.hdr.is-scrolled { border-color: var(--line); }
.hdr__in { display: flex; align-items: center; gap: var(--s6); min-height: 76px; }
.hdr__logo { display: flex; align-items: center; gap: 12px; flex: none; }
.hdr__logo img { width: 132px; height: 41px; }
.hdr__nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.hdr__link { position: relative; display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 8px 13px; border-radius: var(--r1); font-size: 14.5px; font-weight: 500; color: var(--ink); transition: background var(--t-fast); }
.hdr__link:hover, .hdr__link[aria-expanded="true"] { background: rgba(15, 46, 34, .06); }
.hdr__link svg { width: 14px; height: 14px; opacity: .55; transition: transform var(--t); }
.hdr__link[aria-expanded="true"] svg { transform: rotate(180deg); }
.hdr__cta { margin-left: var(--s3); }
.hdr__phone { font-weight: 500; font-size: 15px; padding: 8px 12px; color: var(--ink); }
.hdr__burger { display: none; width: 46px; height: 46px; border-radius: var(--r1); align-items: center; justify-content: center; }
.hdr__burger span { display: block; width: 22px; height: 2px; background: var(--ink); position: relative; transition: background var(--t-fast); }
.hdr__burger span::before, .hdr__burger span::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: var(--ink); transition: transform var(--t); }
.hdr__burger span::before { top: -7px; } .hdr__burger span::after { top: 7px; }
.hdr__burger[aria-expanded="true"] span { background: transparent; }
.hdr__burger[aria-expanded="true"] span::before { transform: translateY(7px) rotate(45deg); }
.hdr__burger[aria-expanded="true"] span::after { transform: translateY(-7px) rotate(-45deg); }

/* мега-меню */
.mega { position: absolute; left: 0; right: 0; top: 100%; background: var(--paper-3); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity var(--t), transform var(--t), visibility 0s linear var(--t); }
.mega.is-open { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.mega__in { display: grid; grid-template-columns: 1.1fr 2fr; gap: var(--s7); padding-block: var(--s6) var(--s7); }
.mega__intro { display: grid; gap: var(--s3); align-content: start; padding-right: var(--s6); border-right: 1px solid var(--line); }
.mega__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px var(--s5); }
.mega__item { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 12px 12px; border-radius: var(--r2); transition: background var(--t-fast); }
.mega__item:hover { background: var(--paper-2); }
.mega__item b { display: block; font-weight: 600; font-size: 15.5px; line-height: 1.3; }
.mega__item span { display: block; font-size: 13.5px; color: var(--ink-55); line-height: 1.45; margin-top: 3px; }
.mega__item i { font-family: var(--mono); font-style: normal; font-size: 11.5px; color: var(--ink-35); padding-top: 4px; }

/* мобильная панель */
.drawer { position: fixed; inset: 0; z-index: var(--z-drawer); background: var(--paper); overflow: auto; padding: 92px var(--gutter) 40px; display: none; }
.drawer.is-open { display: block; }
.drawer__group { border-top: 1px solid var(--line); padding: 18px 0; }
.drawer__group > b { display: block; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-35); margin-bottom: 10px; }
.drawer__link { display: flex; align-items: center; justify-content: space-between; min-height: 48px; font-size: 19px; font-weight: 500; }
.drawer__link small { font-family: var(--font); font-size: 11px; font-weight: 500; color: var(--ink-35); }
.drawer__cta { display: grid; gap: 10px; margin-top: 24px; }
body.no-scroll { overflow: hidden; }

/* --- hero ----------------------------------------------------------------------------- */
.hero { position: relative; overflow: hidden; padding: clamp(40px, 6vw, 88px) 0 0; }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.hero__grid > * { min-width: 0; }
.hero__kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-bottom: clamp(24px, 3vw, 40px); }
.hero__display { margin: 0 0 clamp(22px, 2.6vw, 36px); }
.hero__display span { display: block; }
.hero__display .w2 { color: var(--green); }
.hero__display .w3 { color: var(--ink-35); }
.hero__h1 { font-size: clamp(21px, 1.75vw, 29px); line-height: 1.28; font-weight: 500; letter-spacing: -.016em; max-width: 34ch; margin-bottom: var(--s4); color: var(--ink); }
.hero__lead { font-size: clamp(15.5px, 1.15vw, 17.5px); margin-bottom: clamp(24px, 3vw, 36px); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__dirs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: clamp(28px, 3vw, 44px); }
.chip { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 7px 12px 7px 11px; border: 1px solid var(--line-strong); border-radius: var(--r2); font-size: 13.5px; font-weight: 500; color: var(--ink); background: rgba(255, 255, 255, .35); transition: background var(--t), border-color var(--t); }
.chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.chip:hover { background: #fff; border-color: var(--ink); }

/* геопанель: фото участка с контуром и подписями */
.geo { position: relative; aspect-ratio: 4 / 4.6; border-radius: var(--r2); overflow: hidden; background: var(--forest); color: #fff; isolation: isolate; }
.geo__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .92; transform: scale(1.04); transition: transform 1.2s var(--t-slow); }
.geo:hover .geo__img { transform: scale(1.0); }
.geo__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 31, 23, .25) 0%, rgba(10, 31, 23, 0) 35%, rgba(10, 31, 23, .78) 100%); }
.geo__svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.geo__svg path, .geo__svg polygon { fill: rgba(194, 160, 82, .10); stroke: var(--gold); stroke-width: 1.5; vector-effect: non-scaling-stroke; stroke-dasharray: 1400; stroke-dashoffset: 1400; animation: draw 2.4s var(--t-slow) .3s forwards; }
.geo__svg circle { fill: var(--gold); }
.geo__svg line { stroke: rgba(255, 255, 255, .35); stroke-width: 1; stroke-dasharray: 4 4; vector-effect: non-scaling-stroke; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.geo__tag { position: absolute; display: grid; gap: 2px; padding: 8px 10px; background: rgba(10, 31, 23, .72); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--r1); font-family: var(--mono); font-size: 11px; letter-spacing: .06em; color: var(--on-dark); animation: fade .8s var(--t-slow) 1.6s both; }
.geo__tag b { font-family: var(--font); font-size: 13.5px; font-weight: 600; letter-spacing: 0; color: #fff; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.geo__foot { position: absolute; left: 0; right: 0; bottom: 0; padding: 20px 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.geo__foot .coord { color: var(--on-dark-60); }
.geo__foot b { display: block; font-size: 15px; font-weight: 600; color: #fff; margin-top: 4px; }
.geo__cross { position: absolute; width: 18px; height: 18px; opacity: .8; }
.geo__cross::before, .geo__cross::after { content: ""; position: absolute; background: #fff; }
.geo__cross::before { left: 8px; top: 0; width: 1px; height: 18px; } .geo__cross::after { top: 8px; left: 0; width: 18px; height: 1px; }

/* полоса цифр */
.stats { position: relative; margin-top: clamp(40px, 6vw, 80px); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.stats__i { padding: 26px 28px 30px 0; border-right: 1px solid var(--line); }
.stats__i + .stats__i { padding-left: 28px; }
.stats__i:last-child { border-right: 0; }
.stats__n { display: block; font-size: clamp(30px, 3.2vw, 48px); line-height: 1; font-weight: 500; letter-spacing: -.03em; font-variant-numeric: tabular-nums; color: var(--ink); }
.stats__n small { font-size: .55em; font-weight: 500; letter-spacing: 0; color: var(--ink-55); margin-left: 4px; }
.stats__l { display: block; margin-top: 10px; font-size: 14px; line-height: 1.45; color: var(--ink-55); max-width: 24ch; }
.sec_dark .stats { border-color: var(--on-dark-line); } .sec_dark .stats__i { border-color: var(--on-dark-line); } .sec_dark .stats__n { color: #fff; } .sec_dark .stats__l, .sec_dark .stats__n small { color: var(--on-dark-60); }

/* --- манифест «что такое ЦЗС» ---------------------------------------------------------- */
.manifest { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.manifest__cols { display: grid; gap: var(--s6); }
.manifest__p { display: grid; grid-template-columns: 56px 1fr; gap: var(--s4); padding-top: var(--s5); border-top: 1px solid var(--line); }
.manifest__p i { font-family: var(--font); font-style: normal; font-size: 12px; font-weight: 600; color: var(--ink-35); padding-top: 6px; }
.manifest__p b { display: block; font-size: var(--h4); font-weight: 600; margin-bottom: 6px; letter-spacing: -.008em; }
.manifest__p p { color: var(--ink-70); font-size: 15.5px; line-height: 1.55; }

/* --- экосистема: схема ------------------------------------------------------------------ */
.eco { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.orbit { position: relative; width: 100%; max-width: 340px; aspect-ratio: 1; margin-inline: auto; }
.orbit__ring { position: absolute; inset: 13%; border: 1px solid var(--line-strong); border-radius: 50%; opacity: .55; }
.orbit__ring_2 { inset: 30%; border-style: dashed; opacity: .35; }
.orbit__ring_3 { display: none; }
.orbit__lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.orbit__lines line { stroke: var(--line-strong); stroke-width: 1; vector-effect: non-scaling-stroke; opacity: .5; transition: stroke var(--t), stroke-width var(--t), opacity var(--t); }
.orbit__lines line.is-on { stroke: var(--green); stroke-width: 2; opacity: 1; }
.orbit__core { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 33%; aspect-ratio: 1; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; text-align: center; padding: 6%; box-shadow: 0 0 0 6px var(--paper-2), 0 0 0 7px rgba(194, 160, 82, .45); }
.orbit__core b { display: block; font-size: clamp(17px, 1.5vw, 24px); font-weight: 800; letter-spacing: -.02em; line-height: 1; color: #fff; }
.orbit__core span { display: block; font-size: 8.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .72); margin-top: 5px; }
.orbit__node { position: absolute; width: 35%; aspect-ratio: 1; transform: translate(-50%, -50%); border-radius: 50%; background: #fff; border: 1px solid var(--line-strong); display: grid; place-items: center; text-align: center; padding: 7%; color: var(--ink); transition: background var(--t), border-color var(--t), transform var(--t), box-shadow var(--t); }
.orbit__node b { display: block; font-size: 11px; font-weight: 700; line-height: 1.12; letter-spacing: -.02em; }
.orbit__node span { display: block; font-size: 9px; font-weight: 500; letter-spacing: .01em; color: var(--green); margin-top: 4px; }
.orbit__node:hover, .orbit__node.is-on { background: var(--green); border-color: var(--gold); transform: translate(-50%, -50%) scale(1.07); box-shadow: 0 6px 18px rgba(10, 31, 23, .18); }
.orbit__node:hover b, .orbit__node.is-on b { color: #fff; }
.orbit__node:hover span, .orbit__node.is-on span { color: var(--gold); }

.eco__list { display: grid; }
.eco__row { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: var(--s4) var(--s5); align-items: start; padding: 24px 0; border-top: 1px solid var(--on-dark-line); transition: background var(--t); }
.eco__row:last-child { border-bottom: 1px solid var(--on-dark-line); }
.eco__row:hover, .eco__row.is-on { background: rgba(255, 255, 255, .03); }
.eco__dom { font-family: var(--font); font-size: 11.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); padding-top: 4px; }
.eco__t { font-size: var(--h3); font-weight: 600; letter-spacing: -.014em; color: #fff; margin-bottom: 6px; }
.eco__d { color: var(--on-dark); font-size: 15.5px; line-height: 1.5; max-width: 60ch; }
.eco__meta { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 10px; font-size: 13px; color: var(--on-dark-60); }
.eco__meta b { color: var(--on-dark); font-weight: 500; }
.eco__go { margin-top: 14px; }
.eco__foot { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; margin-top: var(--s6); }

/* --- маршрутизатор «что вы хотите сделать с землёй» ---------------------------------------- */
.router { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.router__opts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.router__opt { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; min-height: 64px; padding: 14px 18px; background: var(--paper-3); border: 1px solid var(--line); border-radius: var(--r2); text-align: left; font-weight: 500; font-size: 16px; line-height: 1.3; transition: border-color var(--t), background var(--t), transform var(--t-fast); }
.router__opt svg { width: 18px; height: 18px; opacity: .5; transition: transform var(--t), opacity var(--t); }
.router__opt:hover, .router__opt.is-on { border-color: var(--green); background: #fff; }
.router__opt:hover svg, .router__opt.is-on svg { transform: translateX(3px); opacity: 1; color: var(--green); }
.router__opt.is-on { box-shadow: inset 0 0 0 1px var(--green); }
.router__answer { position: sticky; top: 100px; display: grid; gap: var(--s4); padding: var(--s6); background: var(--forest); color: var(--on-dark); border-radius: var(--r2); min-height: 280px; }
.router__answer .coord { color: var(--gold); }
.router__answer .h3 { color: #fff; }
.router__answer p { color: var(--on-dark); font-size: 15.5px; line-height: 1.55; }
.router__answer .btn { justify-self: start; }
.router__answer[hidden] { display: none; }
.router__hint { color: var(--ink-55); font-size: 14px; margin-top: 12px; }

/* --- цикл работы с землёй -------------------------------------------------------------------- */
.cycle { position: relative; display: grid; grid-template-columns: repeat(7, 1fr); gap: 0; counter-reset: step; }
.cycle::before { content: ""; position: absolute; left: 0; right: 0; top: 22px; height: 1px; background: var(--line-strong); }
.cycle__s { position: relative; padding: 0 18px 0 0; }
.cycle__s::before { counter-increment: step; content: counter(step, decimal-leading-zero); position: relative; z-index: 1; display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--paper); border: 1px solid var(--line-strong); font-family: var(--font); font-size: 12px; font-weight: 600; letter-spacing: .06em; color: var(--ink); margin-bottom: 18px; transition: background var(--t), color var(--t), border-color var(--t); }
.cycle__s:hover::before { background: var(--green); color: #fff; border-color: var(--green); }
.cycle__s b { display: block; font-size: 15.5px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; margin-bottom: 8px; }
.cycle__s p { font-size: 14px; line-height: 1.5; color: var(--ink-70); }
.cycle__s a { display: inline-block; margin-top: 10px; font-size: 13.5px; font-weight: 500; color: var(--green); }
.cycle__s a:hover { text-decoration: underline; text-underline-offset: .2em; }

/* --- направления (услуги) ----------------------------------------------------------------------- */
.svcs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.svc { position: relative; display: grid; grid-template-rows: auto 1fr; background: var(--paper); transition: background var(--t); }
.svc:hover { background: var(--paper-3); }
.svc__ph { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--paper-2); }
.svc__ph img { width: 100%; height: 100%; object-fit: cover; clip-path: polygon(0 0, 100% 0, 100% 84%, 62% 100%, 0 90%); transition: transform var(--t-slow); }
.svc:hover .svc__ph img { transform: scale(1.03); }
.svc__ph .coord { position: absolute; left: 16px; top: 14px; color: #fff; opacity: .9; text-shadow: 0 1px 2px rgba(0, 0, 0, .4); }
.svc__b { padding: 22px 24px 26px; display: grid; gap: 10px; align-content: start; }
.svc__k { display: flex; justify-content: space-between; font-family: var(--font); font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-35); }
.svc__t { font-size: var(--h3); font-weight: 600; letter-spacing: -.014em; line-height: 1.2; }
.svc__d { font-size: 15px; line-height: 1.55; color: var(--ink-70); }
.svc__go { margin-top: 6px; }

/* --- регионы ----------------------------------------------------------------------------------- */
.regs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--on-dark-line); border: 1px solid var(--on-dark-line); }
.reg { position: relative; background: var(--forest); display: grid; grid-template-rows: auto 1fr; }
.reg__ph { aspect-ratio: 4 / 3; overflow: hidden; }
.reg__ph img { width: 100%; height: 100%; object-fit: cover; opacity: .9; transition: transform var(--t-slow), opacity var(--t); }
.reg:hover .reg__ph img { transform: scale(1.04); opacity: 1; }
.reg__b { padding: 16px 18px 20px; }
.reg__t { font-size: 15.5px; font-weight: 600; color: #fff; line-height: 1.25; margin-bottom: 6px; }
.reg__d { font-size: 13px; line-height: 1.5; color: var(--on-dark-60); }
.reg__tags { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 10px; }
.reg__tags span { font-size: 11.5px; padding: 3px 8px; border: 1px solid var(--on-dark-line); border-radius: var(--r1); color: var(--on-dark); }

/* --- статьи ---------------------------------------------------------------------------------- */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s6) var(--s5); }
.post { display: grid; gap: 12px; align-content: start; }
.post__ph { aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--r2); background: var(--paper-2); }
/* Обложки статей приходят в 4:3 и 3:2, и на них есть логотип ЦЗС в углу.
   Поэтому вписываем целиком, а не обрезаем: ни логотип, ни лица не режутся. */
.post__ph img { width: 100%; height: 100%; object-fit: contain; transition: transform var(--t-slow); }
.post:hover .post__ph img { transform: scale(1.02); }
.post__k { display: flex; gap: 12px; align-items: center; font-size: 12.5px; color: var(--ink-55); }
.post__k b { color: var(--green); font-weight: 600; }
.post__t { font-size: 18px; font-weight: 600; line-height: 1.3; letter-spacing: -.01em; }
.post:hover .post__t { color: var(--green); }
.post_lead { grid-column: span 1; }
.posts__more { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; margin-top: var(--s7); }
.hubs { display: flex; flex-wrap: wrap; gap: 8px; }

/* --- форма и контакты ------------------------------------------------------------------------ */
.contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.contact__list { display: grid; gap: 20px; margin-top: var(--s6); }
.contact__list li { display: grid; gap: 4px; }
.contact__list small { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; color: var(--on-dark-60); }
.contact__list a, .contact__list span { font-size: 19px; line-height: 1.4; color: #fff; }
.contact__list a:hover { text-decoration: underline; text-underline-offset: .2em; }
.msgs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.msgs a { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 8px 14px; border: 1px solid rgba(255, 255, 255, .3); border-radius: var(--r2); font-size: 14px; font-weight: 500; color: #fff; transition: background var(--t), color var(--t), border-color var(--t); }
.msgs a:hover { background: #fff; color: var(--ink); border-color: #fff; }
.form { background: var(--paper); color: var(--ink); border-radius: var(--r2); padding: clamp(24px, 3vw, 40px); }
.form__h { font-size: 22px; font-weight: 600; letter-spacing: -.012em; margin-bottom: 6px; }
.form__p { font-size: 15px; color: var(--ink-70); margin-bottom: 22px; }
.field { display: block; margin-bottom: 14px; }
.field__l { display: block; margin-bottom: 6px; font-size: 13.5px; font-weight: 500; color: var(--ink-70); }
.input { display: block; width: 100%; min-height: 52px; padding: 14px 16px; border: 1px solid var(--line-strong); border-radius: var(--r1); background: #fff; color: var(--ink); font: inherit; font-size: 16px; transition: border-color var(--t-fast), box-shadow var(--t-fast); }
.input:focus { outline: 0; border-color: var(--green); box-shadow: 0 0 0 3px rgba(16, 88, 51, .14); }
.input[aria-invalid="true"] { border-color: var(--danger); background: #fdf6f4; }
textarea.input { min-height: 100px; resize: vertical; }
.agree { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.45; color: var(--ink-55); margin: 4px 0 18px; }
.agree input { margin: 3px 0 0; width: 16px; height: 16px; flex: none; accent-color: var(--green); }
.agree a { color: var(--green); text-decoration: underline; text-underline-offset: .2em; }
.form .btn { width: 100%; }
.form__err { display: none; margin: 0 0 12px; padding: 10px 12px; border-radius: var(--r1); background: #fdf6f4; color: var(--danger); font-size: 14px; }
.form__err.is-on { display: block; }
.form__ok { display: none; padding: 20px 0 6px; text-align: center; }
.form__ok b { display: block; font-size: 20px; font-weight: 600; margin-bottom: 8px; }
.form.is-sent form { display: none; } .form.is-sent .form__ok { display: block; }
.hp { position: absolute; left: -9999px; top: 0; width: 1px; height: 1px; opacity: 0; }

/* --- футер ---------------------------------------------------------------------------------- */
.ftr { background: var(--forest); color: var(--on-dark); border-top: 1px solid var(--on-dark-line); position: relative; overflow: hidden; }
.ftr__in { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr; gap: var(--s6) var(--s6); padding-block: clamp(48px, 6vw, 80px) var(--s7); }
.ftr__brand { display: grid; gap: 16px; align-content: start; padding-right: var(--s6); }
.ftr__brand img { width: 150px; height: auto; filter: brightness(0) invert(1); opacity: .95; }
.ftr__brand p { font-size: 14px; line-height: 1.55; color: var(--on-dark-60); max-width: 34ch; }
.ftr__col b { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: var(--on-dark-60); margin-bottom: 14px; }
.ftr__col a { display: block; padding: 5px 0; font-size: 15px; color: var(--on-dark); transition: color var(--t-fast); }
.ftr__col a:hover { color: var(--gold); }
.ftr__col a small { font-family: var(--font); font-size: 11px; color: var(--on-dark-60); margin-left: 6px; }
.ftr__soc { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.ftr__soc a { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid var(--on-dark-line); border-radius: var(--r2); color: #fff; transition: background var(--t), border-color var(--t); }
.ftr__soc a:hover { background: var(--green); border-color: var(--green); }
.ftr__soc svg { width: 18px; height: 18px; }
.ftr__bottom { display: flex; flex-wrap: wrap; gap: 10px 28px; justify-content: space-between; padding: 22px 0 28px; border-top: 1px solid var(--on-dark-line); font-size: 13px; color: var(--on-dark-60); }
.ftr__bottom a:hover { color: #fff; }

/* --- плавающий контакт ---------------------------------------------------------------------- */
.fab { position: fixed; right: 20px; bottom: 20px; z-index: var(--z-widget); display: grid; gap: 10px; }
.fab a { display: grid; place-items: center; width: 52px; height: 52px; border-radius: var(--r2); background: var(--green); color: #fff; box-shadow: 0 6px 18px rgba(10, 31, 23, .25); transition: background var(--t), transform var(--t-fast); }
.fab a:hover { background: var(--ink); transform: translateY(-2px); }
.fab svg { width: 22px; height: 22px; }

/* --- движение ------------------------------------------------------------------------------- */
.rv { opacity: 1; }
.js-rv .rv { opacity: 0; transform: translateY(18px); }
.js-rv .rv.is-in { opacity: 1; transform: none; transition: opacity var(--t-slow), transform var(--t-slow); }
.count { font-variant-numeric: tabular-nums; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js-rv .rv { opacity: 1 !important; transform: none !important; }
  .geo__svg path, .geo__svg polygon { stroke-dashoffset: 0; }
}

/* --- адаптив --------------------------------------------------------------------------------- */
@media (max-width: 1280px) {
  .svcs { grid-template-columns: repeat(2, 1fr); }
  .regs { grid-template-columns: repeat(4, 1fr); }
  .cycle { grid-template-columns: repeat(4, 1fr); row-gap: 40px; }
  .cycle::before { display: none; }
  .ftr__in { grid-template-columns: 1.3fr 1fr 1fr 1fr; }
  .ftr__col_wide { grid-column: span 2; }
}
@media (max-width: 1024px) {
  .hdr__nav, .hdr__phone { display: none; }
  .hdr__burger { display: flex; margin-left: auto; }
  .hdr__cta { display: none; }
  .hero__grid { grid-template-columns: 1fr; }
  .geo { aspect-ratio: 16 / 11; max-height: 520px; }
  .manifest, .eco, .router, .contact { grid-template-columns: 1fr; }
  .router__answer { position: static; }
  .orbit { max-width: 440px; }
  .posts { grid-template-columns: repeat(2, 1fr); }
  .regs { grid-template-columns: repeat(3, 1fr); }
  .ftr__in { grid-template-columns: 1fr 1fr; }
  .ftr__col_wide { grid-column: auto; }
}
@media (max-width: 720px) {
  :root { --body: 16.5px; }
  .head { grid-template-columns: 1fr; }
  .head__r { justify-content: space-between; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats__i:nth-child(2n) { border-right: 0; }
  .stats__i:nth-child(n+3) { border-top: 1px solid var(--line); }
  .stats__i:nth-child(3) { padding-left: 0; }
  .sec_dark .stats__i:nth-child(n+3) { border-color: var(--on-dark-line); }
  .hero__cta .btn { width: 100%; white-space: normal; text-align: center; }
  .btn { white-space: normal; }
  .router__opts { grid-template-columns: 1fr; }
  .cycle { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
  .svcs, .posts { grid-template-columns: 1fr; }
  .regs { grid-template-columns: repeat(2, 1fr); }
  .eco__row { grid-template-columns: 1fr; gap: 6px; }
  .ftr__in { grid-template-columns: 1fr; }
  .fab { right: 14px; bottom: 14px; }
  .fab a { width: 50px; height: 50px; }
  .geo { aspect-ratio: 4 / 4.4; }
  .geo__foot { padding: 14px 16px; }
  .geo__foot > .coord:last-child { display: none; }
  .geo__tag { padding: 6px 8px; font-size: 10px; }
  .geo__tag b { font-size: 12.5px; }
}
@media (max-width: 400px) {
  .regs { grid-template-columns: 1fr; }
  .cycle { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .stats__i { border-right: 0 !important; padding-left: 0 !important; }
  .stats__i + .stats__i { border-top: 1px solid var(--line); }
}
@media print {
  .hdr, .fab, .drawer, .topo, .grid-bg { display: none !important; }
  body { background: #fff; color: #000; }
}

/* ==========================================================================
   Статья (портал и блог)
   ========================================================================== */
.art__head { position: relative; padding: clamp(28px, 4vw, 56px) 0 clamp(24px, 3vw, 40px); border-bottom: 1px solid var(--line); background: var(--paper); }
.art__headin { max-width: 1120px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 6px 10px; font-size: 13.5px; color: var(--ink-55); margin-bottom: clamp(20px, 3vw, 36px); }
.crumbs a { color: var(--green); font-weight: 500; }
.crumbs a:hover { text-decoration: underline; text-underline-offset: .2em; }
.crumbs > *:not(:last-child)::after { content: "/"; margin-left: 10px; color: var(--ink-35); }
.crumbs span { color: var(--ink-55); }
.art__cluster { margin-bottom: 14px; }
.art__h1 { max-width: 22ch; font-size: clamp(30px, 3.6vw, 54px); }
.art__meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 22px; font-size: 14px; color: var(--ink-55); }
.art__meta b { color: var(--ink); font-weight: 600; }
.art__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.chip_s { min-height: 30px; padding: 4px 10px 4px 9px; font-size: 12.5px; }
.chip_s::before { width: 5px; height: 5px; }

.art__grid { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); padding-block: clamp(32px, 4vw, 56px) clamp(48px, 6vw, 88px); align-items: start; }
.art__side { position: sticky; top: 96px; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 18px; max-height: calc(100vh - 112px); }
.art__side .toc { min-height: 0; overflow: auto; scrollbar-width: thin; }
.art__side .toc::-webkit-scrollbar { width: 4px; }
.art__side .toc::-webkit-scrollbar-thumb { background: var(--line-strong); border-radius: 2px; }
.side-cta { align-self: end; }
.toc { border-left: 1px solid var(--line-strong); padding-left: 18px; }
.toc__h { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: var(--ink-55); margin-bottom: 10px; }
.toc__list { display: grid; gap: 6px; counter-reset: toc; }
.toc__list li { counter-increment: toc; display: grid; grid-template-columns: 22px 1fr; gap: 6px; font-size: 14px; line-height: 1.4; }
.toc__list li::before { content: counter(toc); font-family: var(--font); font-size: 11px; font-weight: 500; color: var(--ink-35); padding-top: 2px; }
.toc__list a { color: var(--ink-70); transition: color var(--t-fast); }
.toc__list a:hover, .toc__list a.is-on { color: var(--green); }
.side-cta { display: grid; gap: 8px; padding: 16px 18px 18px; background: var(--paper-3); border: 1px solid var(--line); border-radius: var(--r2); }
.side-cta .h4 { font-size: 15.5px; line-height: 1.25; }
.side-cta .small { font-size: 12.5px; line-height: 1.45; }
.side-cta .btn { justify-self: start; }

.art__main { max-width: 760px; }
.art__cover { margin: 0 0 clamp(28px, 3vw, 40px); border-radius: var(--r2); overflow: hidden; background: var(--paper-2); }
.art__cover img { width: 100%; height: auto; }

.prose { font-size: clamp(17px, 1.05vw + 13px, 18.5px); line-height: 1.68; color: var(--ink); }
.prose > * + * { margin-top: 1.1em; }
.prose .t-redactor__text, .prose p { margin: 0; }
.prose .t-redactor__text + .t-redactor__text, .prose p + p { margin-top: 1.1em; }
.prose h2, .prose .t-redactor__h2 { font-size: clamp(24px, 1.5vw + 16px, 32px); line-height: 1.2; font-weight: 600; letter-spacing: -.016em; margin: 2em 0 .7em; scroll-margin-top: 96px; text-wrap: balance; }
.prose h3, .prose .t-redactor__h3 { font-size: clamp(19px, .6vw + 16px, 22px); line-height: 1.3; font-weight: 600; letter-spacing: -.008em; margin: 1.7em 0 .5em; scroll-margin-top: 96px; }
.prose h4 { font-size: 17.5px; font-weight: 600; margin: 1.5em 0 .4em; }
.prose h2 + h3, .prose .t-redactor__h2 + .t-redactor__h3 { margin-top: .9em; }
.prose strong, .prose b { font-weight: 600; }
.prose a { color: var(--green); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; text-decoration-color: rgba(16, 88, 51, .4); }
.prose a:hover { text-decoration-color: currentColor; }
.prose ul, .prose ol { padding-left: 1.4em; margin: .3em 0 .5em; }
.prose ul { list-style: disc; } .prose ol { list-style: decimal; }
.prose li { margin: .4em 0; line-height: 1.58; padding-left: .15em; }
.prose li::marker { color: var(--green); font-weight: 600; }
.prose figure { margin: 1.8em 0; }
.prose figure img { width: 100%; height: auto; border-radius: var(--r2); box-shadow: 0 0 0 1px var(--line); background: #fff; }
.prose figcaption { font-size: 14px; color: var(--ink-55); margin-top: 10px; }
.prose blockquote { margin: 1.8em 0; padding: 6px 0 6px 22px; border-left: 3px solid var(--green); font-size: 1.05em; color: var(--ink-70); }
.prose table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; margin: 1.8em 0; font-size: 15.5px; line-height: 1.45; }
.prose th, .prose td { padding: 10px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; min-width: 140px; }
.prose th { font-weight: 600; background: var(--paper-3); }
.prose .t-redactor__callout { margin: 1.8em 0; padding: 20px 22px; background: var(--paper-3); border: 1px solid var(--line); border-radius: var(--r2); }
.prose hr { border: 0; height: 1px; background: var(--line); margin: 2em 0; }

.art__project { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; margin-top: clamp(36px, 4vw, 56px); padding: 24px 26px; background: var(--forest); color: var(--on-dark); border-radius: var(--r2); }
.art__project .h3 { color: #fff; margin: 6px 0 4px; }
.art__project .coord { color: var(--gold); }
.art__next { margin-top: clamp(32px, 4vw, 48px); }
.art__nextcard { display: grid; gap: 10px; padding: 28px; border: 1px solid var(--line); border-radius: var(--r2); background: var(--paper-3); }
.art__nextcta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.post__k span { color: var(--ink-35); }

@media (max-width: 1024px) {
  .art__grid { grid-template-columns: 1fr; }
  .art__side { position: static; }
  .art__main { max-width: none; }
  .side-cta { display: none; }
}
@media (max-width: 720px) {
  .art__h1 { font-size: clamp(26px, 7vw, 34px); }
  .art__project { grid-template-columns: 1fr; }
  .prose { font-size: 17px; line-height: 1.62; }
  .prose ul, .prose ol { padding-left: 1.2em; }
}

/* ==========================================================================
   Стиль «Торги»: фото-hero, светлые карточки на зелёном, основатель, светлый футер
   ========================================================================== */
.hero-p { padding: 12px 0 0; }
.hero-p__media { position: relative; min-height: clamp(560px, 78vh, 840px); border-radius: var(--r2); overflow: hidden; background: var(--forest); color: #fff; display: flex; align-items: flex-end; }
.hero-p__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-p__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,31,23,.18) 0%, rgba(10,31,23,0) 30%, rgba(10,31,23,.72) 100%), linear-gradient(90deg, rgba(10,31,23,.45) 0%, rgba(10,31,23,0) 60%); }
.hero-p__svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .9; }
.hero-p__svg polygon { fill: rgba(194,160,82,.08); stroke: var(--gold); stroke-width: 1.5; vector-effect: non-scaling-stroke; stroke-dasharray: 2400; stroke-dashoffset: 2400; animation: draw 2.6s var(--t-slow) .4s forwards; }
.hero-p__svg circle { fill: var(--gold); }
.hero-p__tags { position: absolute; top: 22px; left: 24px; right: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-p__tag { display: grid; gap: 2px; padding: 8px 10px; background: rgba(10,31,23,.62); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.16); border-radius: var(--r1); font-family: var(--font); font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--on-dark-60); }
.hero-p__tag b { font-family: var(--font); font-size: 13px; font-weight: 600; letter-spacing: 0; text-transform: none; color: #fff; }
.hero-p__in { position: relative; width: 100%; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(320px, .8fr); gap: 32px; align-items: end; padding: clamp(24px, 3vw, 44px); }
.hero-p__eyebrow { color: #e9dcb7; margin-bottom: 18px; }
.hero-p__display { font-size: clamp(38px, 5.2vw, 80px); line-height: .96; font-weight: 500; letter-spacing: -.035em; color: #fff; margin: 0 0 18px; text-wrap: balance; }
.hero-p__display span { display: block; }
.hero-p__display .w3 { color: rgba(255,255,255,.55); }
.hero-p__h1 { font-size: clamp(17px, 1.35vw, 22px); line-height: 1.4; font-weight: 500; color: rgba(255,255,255,.92); max-width: 46ch; margin: 0 0 14px; letter-spacing: -.005em; }
.hero-p__lead { font-size: clamp(14.5px, 1vw, 16px); line-height: 1.55; color: rgba(255,255,255,.72); max-width: 56ch; margin: 0; }
.hero-p__card { background: var(--paper); color: var(--ink); border-radius: var(--r2); padding: clamp(20px, 2vw, 28px); display: grid; gap: 10px; }
.hero-p__card .coord { color: var(--green); }
.hero-p__card .h4 { font-size: clamp(18px, 1.4vw, 22px); }
.hero-p__card p { font-size: 14.5px; line-height: 1.5; color: var(--ink-70); }
.hero-p__card .btns { display: grid; gap: 8px; margin-top: 6px; }
.hero-p__dirs { display: flex; flex-wrap: wrap; gap: 8px; padding: 18px 0 0; }
.chip_light { background: rgba(255,255,255,.9); border-color: transparent; }
.chip_light:hover { background: #fff; }

/* светлая карточка на зелёном (как «Мы берём на себя весь процесс») */
.gcards { display: grid; gap: 14px; }
.gcards_4 { grid-template-columns: repeat(4, 1fr); }
.gcards_3 { grid-template-columns: repeat(3, 1fr); }
.gcard { position: relative; background: var(--card); color: var(--ink); border-radius: var(--r2); padding: 24px 26px 24px; display: grid; gap: 12px; align-content: start; min-height: 220px; transition: transform var(--t), background var(--t); }
a.gcard:hover, .gcard_link:hover { background: #fff; transform: translateY(-2px); }
.gcard__n { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; border-radius: 50%; background: var(--circle); display: grid; place-items: center; font-family: var(--font); font-size: 12px; font-weight: 600; letter-spacing: .04em; color: var(--ink); }
.gcard__dom { font-family: var(--font); font-size: 11.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--green); }
.gcard__t { font-size: clamp(18px, 1.35vw, 21px); line-height: 1.25; font-weight: 600; letter-spacing: -.012em; padding-right: 56px; }
.gcard__d { font-size: 14.5px; line-height: 1.55; color: var(--ink-70); }
.gcard__meta { font-size: 13px; line-height: 1.5; color: var(--ink-55); display: grid; gap: 2px; }
.gcard__meta b { color: var(--ink); font-weight: 600; }
.gcard__go { margin-top: auto; padding-top: 6px; font-size: 14.5px; }
.gcard__go svg { width: 16px; height: 16px; }
.sec_green .gcard .link, .gcard .link { color: var(--green); }
.sec_green .hero-p__card .link { color: var(--green); }

/* экосистема на зелёном */
.eco { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
.eco__cards { display: grid; gap: 12px; }
.eco__cards .gcard { min-height: 0; grid-template-columns: 1fr auto; }
.eco__cards .gcard__go { grid-column: 1 / -1; }

/* основатель */
.founder { display: grid; grid-template-columns: minmax(280px, 420px) minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); align-items: center; }
.founder__ph { position: relative; width: 100%; max-width: 100%; border-radius: var(--r2); overflow: hidden; background: var(--forest); aspect-ratio: 4 / 5; }
.founder__ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.founder__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 22px 20px; background: linear-gradient(180deg, rgba(10,31,23,0), rgba(10,31,23,.85)); }
.founder__cap b { display: block; font-size: 16px; font-weight: 600; color: #fff; }
.founder__cap span { display: block; font-size: 13px; color: var(--on-dark-60); margin-top: 3px; }
.founder__b { display: grid; align-content: center; gap: 18px; padding: clamp(8px, 2vw, 24px) 0; }
.founder__b .h2 { color: #fff; max-width: 22ch; }
.founder__b p { color: var(--on-dark); font-size: 16px; line-height: 1.6; max-width: 62ch; }
.founder__q { border-top: 1px solid var(--on-dark-line); padding-top: 22px; margin-top: 8px; font-size: 17px; color: #fff; }
.founder__b .btn { justify-self: start; }

/* регионы на бумаге */
.regs_paper { background: var(--line); border-color: var(--line); }
.regs_paper .reg { background: #fff; }
.regs_paper .reg__t { color: var(--ink); }
.regs_paper .reg__d { color: var(--ink-70); }
.regs_paper .reg__tags span { border-color: var(--line); color: var(--ink-70); }

/* форма на зелёном */
.sec_green .form { background: var(--card); }
.sec_green .contact__list small { color: #e9dcb7; }

/* светлый футер */
.ftr_light { background: var(--paper-2); color: var(--ink); border-top: 1px solid var(--line); }
.ftr_light .topo { opacity: .12; background-image: url(/assets/topo-ink.svg); }
.ftr_light .ftr__brand img { filter: none; opacity: 1; }
.ftr_light .ftr__brand p, .ftr_light .ftr__col b, .ftr_light .ftr__col a small, .ftr_light .ftr__bottom { color: var(--ink-55); }
.ftr_light .ftr__col a { color: var(--ink); }
.ftr_light .ftr__col a:hover { color: var(--green); }
.ftr_light .ftr__soc a { border-color: var(--line-strong); color: var(--ink); }
.ftr_light .ftr__soc a:hover { background: var(--green); border-color: var(--green); color: #fff; }
.ftr_light .ftr__bottom { border-color: var(--line); }
.ftr_light .ftr__bottom a:hover { color: var(--green); }

@media (max-width: 1100px) { .gcards_4 { grid-template-columns: repeat(2, 1fr); } .gcards_3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 1024px) {
  .eco { grid-template-columns: 1fr; }
  .hero-p__tags { display: none; }
  .hero-p__in { grid-template-columns: 1fr; }
  .hero-p__media { min-height: 0; }
  .hero-p__card { max-width: 520px; }
  .founder { grid-template-columns: 1fr; }
  .founder__ph { aspect-ratio: 4 / 5; max-width: 420px; }
}
@media (max-width: 720px) {
  .hero-p { padding-top: 0; }
  .hero-p__media { border-radius: 0; }
  .hero-p__tags { display: none; }
  .hero-p__in { padding: 96px 16px 16px; gap: 20px; }
  .hero-p__display { font-size: clamp(34px, 11vw, 44px); }
  .gcards_4, .gcards_3 { grid-template-columns: 1fr; }
  .gcard { min-height: 0; padding: 20px 20px 20px; }
  .eco__cards .gcard { grid-template-columns: 1fr; }
  .founder__ph { aspect-ratio: 4 / 4.6; }
}

/* ==========================================================================
   Экранная компоновка: один экран = один законченный блок (десктоп)
   ========================================================================== */
@media (min-width: 1100px) and (min-height: 780px) {
  html.snap { scroll-snap-type: y proximity; scroll-padding-top: var(--hdr); }
  .screen { min-height: calc(100vh - var(--hdr)); min-height: calc(100svh - var(--hdr)); display: flex; flex-direction: column; justify-content: center; padding-block: clamp(20px, 3.4vh, 52px); scroll-snap-align: start; }
  .screen > .wrap { min-height: 0; }
  .screen > .wrap { width: 100%; }
  .screen .head { margin-bottom: clamp(12px, 2.6vh, 40px); }
  .screen .h2 { font-size: clamp(22px, min(2.6vw, 4.2vh), 40px); }
  .screen .lead { font-size: clamp(14px, min(1.1vw, 1.9vh), 17px); max-width: 60ch; }
  .hero-p.screen { padding-top: 12px; padding-bottom: 0; justify-content: flex-start; }
  .hero-p.screen .hero-p__media { flex: 1 1 auto; min-height: 460px; }
  .hero-p.screen .stats { margin-top: 12px; }
  .hero-p.screen .stats__i { padding-top: 16px; padding-bottom: 18px; }
  .hero-p__display { font-size: clamp(34px, min(5.2vw, 8vh), 80px); }
  .ftr { scroll-snap-align: start; }
}
@media (min-width: 1100px) and (min-height: 780px) and (max-height: 900px) {
  .screen { padding-block: 22px; }
  .screen .head { margin-bottom: 14px; gap: 12px; }
  .screen .h2 { font-size: clamp(22px, 3.4vh, 32px); }
  .screen .lead { font-size: 14.5px; }
  .gcard { padding: 16px 18px; min-height: 0; }
  .gcard__t { font-size: 16px; }
  .gcard__d, .gcard__meta { font-size: 13px; }
  .stats__n { font-size: 28px; }
  .stats__l { font-size: 12.5px; }
  .founder__b p { font-size: 14.5px; }
  .founder_screen .founder__ph { aspect-ratio: 4 / 4.4; }
  .founder_screen { grid-template-columns: minmax(200px, 280px) minmax(0, 1fr); }
  .founder__q { font-size: 15px; padding-top: 14px; }
  .form { padding: 20px 22px; }
  .field { margin-bottom: 10px; }
  .input { min-height: 46px; padding: 11px 14px; }
  textarea.input { min-height: 72px; }
  .eco_compact { grid-template-columns: minmax(0, 240px) minmax(0, 1fr); }
  .eco_compact .orbit { max-width: 240px; }
  .eco_compact .gcard__d { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .eco_compact .gcard__meta { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .eco_compact .gcard { padding: 12px 14px 12px; }
  .post__ph { aspect-ratio: 2 / 1; }
  .post__t { font-size: 15.5px; }
  .screen .posts__more { margin-top: 14px; }
  .regs_compact .reg__ph { aspect-ratio: 2 / 1; }
  .hero-p.screen .stats { margin-top: 8px; }
}

/* --- компактные варианты для экранных блоков ------------------------------- */
.eco_compact { grid-template-columns: minmax(0, 300px) minmax(0, 1fr); gap: clamp(24px, 3vw, 48px); align-items: center; }
.eco_compact .orbit { max-width: 300px; }
.eco_compact .orbit__node b { font-size: 10px; } .eco_compact .orbit__node span { font-size: 8.5px; } .eco_compact .orbit__core b { font-size: 18px; } .eco_compact .orbit__core span { font-size: 9px; }
.eco_compact .eco__cards { grid-template-columns: repeat(3, 1fr); gap: 10px; }
.eco_compact .gcard { min-height: 0; padding: 16px 18px 14px; gap: 6px; grid-template-columns: 1fr; }
.eco_compact .gcard__n { width: 36px; height: 36px; top: 14px; right: 14px; font-size: 11px; }
.eco_compact .gcard__t { font-size: 15.5px; padding-right: 44px; }
.eco_compact .gcard__d { font-size: 13px; }
.eco_compact .gcard .gcard__meta_x { display: none !important; }
.eco_compact .gcard__meta { font-size: 12.5px; display: block; }
.eco_compact .gcard__meta b { font-weight: 600; }
.eco_compact .gcard__go { font-size: 13.5px; padding-top: 2px; }
.gcard_cta { background: var(--forest-2); color: #fff; border: 1px solid var(--on-dark-line); justify-content: center; }
.gcard_cta .gcard__t, .gcard_cta .gcard__d { color: #fff; }
.gcard_cta .gcard__d { color: var(--on-dark); }
.gcard_cta .btn { justify-self: start; margin-top: auto; }

.router_compact .router__opts { grid-template-columns: repeat(3, 1fr); gap: 8px; }
.router_compact .router__opt { min-height: 54px; padding: 10px 14px; font-size: 14px; }
.router_compact .router__answer { min-height: 240px; padding: 26px; }
.router_compact .router__hint { margin-top: 10px; font-size: 13px; }

.svcs_row { grid-template-columns: repeat(3, 1fr); gap: 12px; background: none; border: 0; }
.svcs_row .svc { grid-template-rows: none; grid-template-columns: 150px minmax(0, 1fr); background: #fff; border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; }
.svcs_row .svc__ph { aspect-ratio: auto; height: 100%; min-height: 168px; }
.svcs_row .svc__ph img { clip-path: none; }
.svcs_row .svc__ph .coord { display: none; }
.svcs_row .svc__b { padding: 14px 16px 12px; gap: 5px; }
.svcs_row .svc__t { font-size: 15.5px; }
.svcs_row .svc__d { font-size: 13px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.svcs_row .svc__go { font-size: 13.5px; margin-top: 2px; }

.regs.regs_compact { gap: 10px; background: none; border: 0; grid-template-columns: repeat(5, 1fr); }
.regs_compact .reg { border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; }
.regs_compact .reg__ph { aspect-ratio: 16 / 9; }
.regs_compact .reg__b { padding: 10px 12px 12px; }
.regs_compact .reg__t { font-size: 14.5px; }
.regs_compact .reg__d { font-size: 12.5px; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.regs_compact .reg__tags { margin-top: 8px; gap: 3px; max-height: 22px; overflow: hidden; }
.regs_compact .reg__tags span { font-size: 10.5px; padding: 2px 6px; }

.posts_row { grid-template-columns: repeat(3, 1fr); }

.founder_screen { grid-template-columns: minmax(240px, 340px) minmax(0, 1fr); align-items: center; }
.founder_screen .founder__ph { aspect-ratio: 4 / 5; max-height: 100%; }

@media (max-width: 1100px) {
  .svcs_row { grid-template-columns: repeat(2, 1fr); }
  .eco_compact .eco__cards { grid-template-columns: 1fr; }
  .router_compact .router__opts { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) { .founder_screen { grid-template-columns: 1fr; } .eco_compact { grid-template-columns: 1fr; } .eco_compact .eco__cards { grid-template-columns: repeat(2, 1fr); } .eco_compact .orbit { max-width: 360px; } .regs.regs_compact { grid-template-columns: repeat(3, 1fr); } .posts_row { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) {
  .eco_compact .eco__cards { grid-template-columns: 1fr; }
  .svcs_row { grid-template-columns: 1fr; }
  .svcs_row .svc { grid-template-columns: 1fr; }
  .svcs_row .svc__ph { min-height: 0; aspect-ratio: 16 / 9; }
  .router_compact .router__opts { grid-template-columns: 1fr; }
  .regs.regs_compact { grid-template-columns: repeat(2, 1fr); }
  .posts_row { grid-template-columns: 1fr; }
}
@media (max-width: 400px) { .regs.regs_compact { grid-template-columns: 1fr; } }

/* ==========================================================================
   Направления: список слева, большое фото и описание активного пункта справа
   ========================================================================== */
.svcx { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(28px, 4vw, 64px); align-items: center; }
.svcx__list { display: grid; border-top: 1px solid var(--line); }
.svcx__row { display: grid; grid-template-columns: 40px minmax(0, 1fr) 24px; align-items: center; gap: 12px; padding: 13px 4px 13px 0; border-bottom: 1px solid var(--line); color: var(--ink); transition: color var(--t-fast), background var(--t-fast); }
.svcx__row i { font-style: normal; font-size: 11.5px; font-weight: 600; letter-spacing: .08em; color: var(--ink-35); transition: color var(--t-fast); }
.svcx__row b { display: block; font-size: clamp(15px, 1.15vw, 18px); font-weight: 700; letter-spacing: -.01em; line-height: 1.25; }
.svcx__row small { display: block; font-size: 12.5px; color: var(--ink-55); margin-top: 2px; }
.svcx__row svg { width: 18px; height: 18px; opacity: 0; transform: translateX(-6px); transition: opacity var(--t), transform var(--t); }
.svcx__row:hover, .svcx__row.is-on { color: var(--green); }
.svcx__row:hover i, .svcx__row.is-on i { color: var(--green); }
.svcx__row:hover svg, .svcx__row.is-on svg { opacity: 1; transform: none; }
.svcx__panel { position: relative; aspect-ratio: 4 / 3; border-radius: var(--r2); overflow: hidden; background: var(--forest); }
.svcx__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity var(--t-slow); }
.svcx__img.is-on { opacity: 1; }
.svcx__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,31,23,0) 40%, rgba(10,31,23,.55) 100%); pointer-events: none; }
.svcx__card { position: absolute; left: 20px; right: 20px; bottom: 20px; background: var(--paper); color: var(--ink); border-radius: var(--r2); padding: 18px 20px 18px; display: none; gap: 8px; }
.svcx__card.is-on { display: grid; }
.svcx__card .coord { color: var(--green); }
.svcx__card .h4 { font-size: clamp(16px, 1.2vw, 19px); }
.svcx__card p { font-size: 13.5px; line-height: 1.5; color: var(--ink-70); }
.svcx__card .btn { justify-self: start; margin-top: 4px; }
@media (min-width: 1100px) and (min-height: 780px) and (max-height: 900px) {
  .svcx__row { padding: 9px 4px 9px 0; }
  .svcx__panel { aspect-ratio: 16 / 10; }
}
@media (max-width: 1024px) {
  .svcx { grid-template-columns: 1fr; }
  .svcx__panel { order: -1; }
}
@media (max-width: 720px) {
  .svcx__panel { aspect-ratio: 4 / 3; }
  .svcx__card { left: 12px; right: 12px; bottom: 12px; padding: 14px 16px; }
  .svcx__card p { display: none; }
}

/* ==========================================================================
   Персона: обращение основателя и блок команды
   ========================================================================== */
.person { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 4vw, 72px); align-items: center; }
.person__ph { position: relative; width: 100%; max-width: 420px; aspect-ratio: 4 / 5; border-radius: var(--r2); overflow: hidden; background: var(--forest); }
.person__ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; }
.person__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 20px 18px; background: linear-gradient(180deg, rgba(10,31,23,0) 0%, rgba(10,31,23,.6) 45%, rgba(10,31,23,.95) 100%); }
.person__cap b { display: block; font-size: 16px; font-weight: 700; color: #fff; line-height: 1.2; }
.person__cap span { display: block; font-size: 12.5px; line-height: 1.35; color: var(--gold); margin-top: 5px; }
.person__b { display: grid; gap: 16px; align-content: center; }
.person__b .h2 { max-width: 20ch; }
.person__p { display: grid; gap: 12px; }
.person__p p { font-size: 15.5px; line-height: 1.6; }
.person__close { border-left: 2px solid var(--gold); padding: 4px 0 4px 16px; font-size: 16px; line-height: 1.5; font-weight: 500; }
.person__b .btn { justify-self: start; }
/* обращение на зелёном */
.sec_green .person__b .h2, .sec_green .person__close { color: #fff; }
.sec_green .person__p p { color: var(--on-dark); }
/* команда на бумаге */
.person_light .person__b .h2 { color: var(--ink); }
.person_light .person__p p { color: var(--ink-70); }
.person_light .person__close { color: var(--ink); border-color: var(--green); }

.crew { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; }
.crew__i { background: var(--paper-3); padding: 14px 16px; display: grid; gap: 4px; }
.crew__i i { font-style: normal; font-size: 10.5px; font-weight: 600; letter-spacing: .12em; color: var(--green); }
.crew__i b { font-size: 14.5px; font-weight: 700; color: var(--ink); line-height: 1.2; }
.crew__i p { font-size: 12.5px; line-height: 1.45; color: var(--ink-55); }

@media (min-width: 1100px) and (min-height: 780px) and (max-height: 900px) {
  .person__b { gap: 12px; }
  .crew__i { padding: 10px 14px; }
}
@media (max-width: 1024px) { .person { grid-template-columns: 1fr; } .person__ph { max-width: 360px; } }
@media (max-width: 720px) { .crew { grid-template-columns: 1fr; } .person__close { font-size: 15px; } }

/* ==========================================================================
   Полоса экспертов (в блоке «Что такое ЦЗС») и команда с руководителем
   ========================================================================== */
.abt__top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 72px); align-items: start; }
.abt__l { display: grid; gap: clamp(12px, 1.8vh, 18px); align-content: start; }
.abt__points { display: grid; }
.abt__p { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 14px; padding: clamp(10px, 1.5vh, 15px) 0; border-top: 1px solid var(--line); }
.abt__p:last-child { border-bottom: 1px solid var(--line); }
.abt__p i { font-style: normal; font-size: 11px; font-weight: 600; letter-spacing: .1em; color: var(--ink-35); padding-top: 3px; }
.abt__p b { display: block; font-size: 15.5px; font-weight: 700; color: var(--ink); line-height: 1.2; }
.abt__p p { font-size: 13.5px; line-height: 1.5; color: var(--ink-55); margin-top: 4px; }

.experts { margin-top: clamp(20px, 3vh, 40px); padding-top: clamp(16px, 2.2vh, 26px); border-top: 1px solid var(--line); }
.experts__t { font-size: 11.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-35); margin-bottom: clamp(12px, 1.8vh, 18px); }
.experts__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(10px, 1.1vw, 16px); }
.expert { display: grid; gap: 10px; align-content: start; }
.expert figure { position: relative; margin: 0; aspect-ratio: 3 / 4; border-radius: var(--r2); overflow: hidden; background: var(--forest); }
.expert img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; transition: transform var(--t-slow); }
.expert:hover img { transform: scale(1.04); }
.expert b { display: block; font-size: clamp(13px, .95vw, 14.5px); font-weight: 700; line-height: 1.2; color: var(--ink); }
.expert span { display: block; font-size: 11.5px; line-height: 1.35; color: var(--ink-55); margin-top: 3px; }

@media (min-width: 1100px) and (min-height: 780px) and (max-height: 900px) {
  .experts { margin-top: 16px; padding-top: 14px; }
  .experts__t { margin-bottom: 10px; }
}
@media (max-width: 1024px) {
  .abt__top { grid-template-columns: 1fr; }
  .experts__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) { .experts__grid { grid-template-columns: 1fr 1fr; gap: 12px; } }

.team2 { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: clamp(24px, 3vw, 48px); align-items: center; }
.team2 .person__ph { max-width: 380px; }
.team2 .person__b { gap: 0; }
.team2__crew { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 660px; margin-bottom: clamp(14px, 2vh, 22px); }
.team2__p { display: grid; gap: 10px; }
.team2__p figure { position: relative; aspect-ratio: 1 / 1; border-radius: var(--r2); overflow: hidden; background: var(--forest); margin: 0; }
.team2__p img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; }
.team2__p b { display: block; font-size: 14.5px; font-weight: 700; line-height: 1.2; color: var(--ink); }
.team2__p span { display: block; font-size: 12.5px; line-height: 1.35; color: var(--ink-55); margin-top: 3px; }
.crew_compact { grid-template-columns: repeat(3, 1fr); }
.crew_compact .crew__i { padding: 10px 13px; }
.crew_compact .crew__i p { display: none; }

@media (min-width: 1100px) and (min-height: 780px) and (max-height: 900px) {
  .experts { margin-top: 18px; padding-top: 14px; }
  .experts__t { margin-bottom: 12px; }
}
@media (max-width: 1024px) {
  .team2 { grid-template-columns: 1fr; }
  .team2 .person__ph { max-width: 320px; }
}
@media (max-width: 720px) {
  .team2__crew { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
  .team2__p b { font-size: 13px; }
  .team2__p span { display: none; }
  .crew_compact { grid-template-columns: 1fr; }
}

/* --- экосистема на светлом фоне -------------------------------------------- */
.eco_light .orbit__ring { border-color: var(--line-strong); }
.eco_light .orbit__ring_2 { border-color: var(--line); }
.eco_light .orbit__lines line { stroke: var(--line-strong); }
.eco_light .orbit__lines line.is-on { stroke: var(--green); }
.eco_light .orbit__core { background: var(--green); color: #fff; }
.eco_light .orbit__core b { color: #fff; }
.eco_light .orbit__core span { color: rgba(255, 255, 255, .7); }
.eco_light .orbit__node { background: #fff; border-color: var(--line-strong); color: var(--ink); }
.eco_light .orbit__node b { color: var(--ink); }
.eco_light .orbit__node span { color: var(--green); }
.eco_light .orbit__node:hover, .eco_light .orbit__node.is-on { background: var(--green); border-color: var(--green); }
.eco_light .orbit__node:hover b, .eco_light .orbit__node.is-on b { color: #fff; }
.eco_light .orbit__node:hover span, .eco_light .orbit__node.is-on span { color: var(--gold); }
.eco_light .gcard { background: #fff; }
.eco_light .gcard_cta { background: var(--green); border-color: var(--green); }
.eco_light .gcard_cta .gcard__t { color: #fff; }
.eco_light .gcard_cta .gcard__d { color: rgba(255,255,255,.86); }
.eco_light .gcard_link:hover { background: var(--paper-3); }
.eco_light .gcard__n { background: var(--paper-2); }

/* ==========================================================================
   Устойчивость к разным браузерам и разрешениям
   --------------------------------------------------------------------------
   Каждый крупный медиа-блок ограничен по высоте в единицах экрана, поэтому
   вёрстка не «разъезжается» ни при другой высоте окна, ни при иной трактовке
   100vh в Safari и мобильных браузерах.
   ========================================================================== */
@media (min-width: 1100px) {
  /* Ограничиваем ШИРИНУ, а не высоту: при ограничении высоты рамка с заданной
     пропорцией расползается в горизонтальную и портрет обрезается. */
  .experts__grid { grid-template-columns: repeat(6, minmax(0, min(210px, 22vh))); justify-content: space-between; }
  .orbit { max-width: min(340px, 38vh); }
  .person__ph { max-width: min(420px, 44vh); }
  .team2 .person__ph { max-width: min(380px, 42vh); }
  .svcx__panel { max-height: 52vh; }
  .hero-p__media { max-height: calc(100svh - var(--hdr) - 190px); }
}

/* --- блок «Как устроена работа»: портрет + заголовок и команды в одной колонке -- */
.team3 { display: grid; grid-template-columns: minmax(0, .62fr) minmax(0, 1.38fr); gap: clamp(28px, 3.4vw, 56px); align-items: center; }
.team3 .person__ph { max-width: min(360px, 42vh); }
.team3__b { display: grid; gap: clamp(12px, 1.8vh, 18px); align-content: center; justify-items: start; }
.team3__b > .h2, .team3__b > .lead, .team3__note, .crew3 { width: 100%; }
.team3__note { display: grid; grid-template-columns: 3px minmax(0, 1fr); gap: 14px; align-items: center; }
.team3__note::before { content: ""; align-self: stretch; background: var(--green); }
.team3__note p { font-size: 14.5px; line-height: 1.5; color: var(--ink-70); }
.crew3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; }
.crew3__i { background: var(--paper-3); padding: 13px 15px 14px; display: grid; gap: 4px; align-content: start; transition: background var(--t); }
.crew3__i:hover { background: #fff; }
.crew3__i i { font-style: normal; font-size: 10.5px; font-weight: 600; letter-spacing: .12em; color: var(--green); }
.crew3__i b { font-size: 14px; font-weight: 700; color: var(--ink); line-height: 1.2; }
.crew3__i p { font-size: 12px; line-height: 1.4; color: var(--ink-55); }
@media (max-width: 1100px) { .crew3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 1024px) { .team3 { grid-template-columns: 1fr; } .team3 .person__ph { max-width: 320px; } }
@media (max-width: 720px) { .crew3 { grid-template-columns: 1fr; } }

/* --- список с галочками в карточках услуг ---------------------------------- */
.tick { display: grid; gap: 6px; margin: 4px 0 2px; }
.tick li { position: relative; padding-left: 22px; font-size: 13px; line-height: 1.45; color: var(--ink-70); }
.tick li::before { content: ""; position: absolute; left: 2px; top: 5px; width: 11px; height: 7px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg); }
.hero-p__display + .hero-p__lead { margin-top: 14px; }
h1.hero-p__display { font-size: clamp(28px, 3.2vw, 50px); line-height: 1.05; letter-spacing: -.028em; max-width: 18ch; }
.gcards_3 .gcard__t { font-size: clamp(16px, 1.25vw, 19px); }
.gcards_3 .gcard__d { font-size: 13.5px; line-height: 1.5; }
.gcards_3 .tick li { font-size: 12.5px; }
@media (min-width: 1100px) and (min-height: 780px) {
  .gcards_3 .gcard { padding: 18px 20px 18px; gap: 8px; }
  .gcards_3 .gcard__n { width: 36px; height: 36px; top: 14px; right: 14px; font-size: 11px; }
  .gcards_3 .gcard__t { padding-right: 46px; }
}
@media (min-width: 1100px) and (min-height: 780px) { .gcards_3 .gcard { min-height: 0; } }

/* --- списки материалов и поиск на витринах --------------------------------- */
.linklist { display: grid; border-top: 1px solid var(--line); margin-top: clamp(20px, 3vw, 32px); }
.linklist_cols { grid-template-columns: 1fr 1fr; column-gap: clamp(20px, 3vw, 48px); }
.linklist li { border-bottom: 1px solid var(--line); }
.linklist a { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: baseline; padding: 12px 0; color: var(--ink); transition: color var(--t-fast); }
.linklist a:hover { color: var(--green); }
.linklist a span { font-size: 15.5px; line-height: 1.4; font-weight: 500; }
.linklist a small { font-size: 12px; color: var(--ink-35); white-space: nowrap; }
.srch { display: block; position: relative; margin-top: clamp(18px, 2.5vw, 28px); max-width: 560px; }
.srch .input { padding-right: 92px; }
.srch__n { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); font-size: 12.5px; color: var(--ink-55); }
.is-hidden { display: none !important; }
.gcards_1 { grid-template-columns: 1fr; }
.gcards_2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .linklist_cols { grid-template-columns: 1fr; } .gcards_2 { grid-template-columns: 1fr; } }

/* --- страница 404 ------------------------------------------------------------ */
.e404 { position: relative; min-height: calc(100vh - var(--hdr)); min-height: calc(100svh - var(--hdr)); display: flex; align-items: center; padding-block: clamp(40px, 6vw, 88px); overflow: hidden; }
.e404__in { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.e404__l { display: grid; gap: 16px; justify-items: start; }
.e404__code { margin: 0; font-size: clamp(70px, 10vw, 150px); font-weight: 800; line-height: .82; letter-spacing: -.05em; color: transparent; -webkit-text-stroke: 2px var(--line-strong); }
.e404__l .h2 { max-width: 18ch; }
.e404__cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.e404__phone { font-size: 14.5px; color: var(--ink-55); }
.e404__phone a { color: var(--green); font-weight: 600; }
.e404__list { display: grid; border-top: 1px solid var(--line); margin: 12px 0 0; }
.e404__list li { border-bottom: 1px solid var(--line); }
.e404__list a { display: grid; grid-template-columns: minmax(0, 1fr) 20px; align-items: center; gap: 12px; padding: 11px 0; color: var(--ink); transition: color var(--t-fast); }
.e404__list a:hover { color: var(--green); }
.e404__t { display: block; min-width: 0; }
.e404__list b { display: block; font-size: 15.5px; font-weight: 700; line-height: 1.2; }
.e404__list small { display: block; font-size: 12.5px; color: var(--ink-55); margin-top: 3px; }
.e404__list svg { width: 18px; height: 18px; opacity: 0; transform: translateX(-6px); transition: opacity var(--t), transform var(--t); }
.e404__list a:hover svg { opacity: 1; transform: none; }
@media (max-width: 900px) { .e404__in { grid-template-columns: 1fr; } .e404 { min-height: 0; } }

.prose_doc { max-width: 860px; font-size: 15.5px; line-height: 1.65; }
.prose_doc h2 { font-size: clamp(19px, 1.4vw, 23px); margin: 1.8em 0 .6em; }
.prose_doc p { color: var(--ink-70); }

/* кнопки-прокрутки выглядят как ссылки/кнопки, но не создают адресов с решёткой */
button.link, button.btn { font-family: inherit; }
button.gcard__go { justify-self: start; }
.linklist_plain li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: baseline; padding: 12px 0; }
.linklist_plain li span { font-size: 15.5px; font-weight: 500; }
.linklist_plain li small { font-size: 14px; color: var(--ink-55); text-align: right; }

/* --- квиз подбора земли ------------------------------------------------------ */
.quiz { max-width: 760px; margin-inline: auto; background: var(--paper-3); border: 1px solid var(--line); border-radius: var(--r2); padding: clamp(22px, 3vw, 40px); }
.quiz.is-sent form, .quiz.is-sent .quiz__bar, .quiz.is-sent .quiz__step { display: none; }
.quiz.is-sent .form__ok { display: block; }
.quiz__bar { height: 3px; background: var(--line); border-radius: 2px; overflow: hidden; }
.quiz__fill { display: block; height: 100%; width: 20%; background: var(--green); transition: width var(--t); }
.quiz__step { margin: 12px 0 20px; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-35); }
.quiz__s { border: 0; padding: 0; margin: 0; }
.quiz__q { font-size: clamp(19px, 1.8vw, 26px); font-weight: 700; letter-spacing: -.018em; line-height: 1.2; padding: 0; }
.quiz__hint { margin: 10px 0 20px; font-size: 14px; color: var(--ink-55); }
.quiz__opts { display: grid; gap: 8px; }
.quiz__opt { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 12px; align-items: center; padding: 13px 16px; border: 1px solid var(--line); border-radius: var(--r2); background: #fff; cursor: pointer; transition: border-color var(--t-fast), background var(--t-fast); }
.quiz__opt:hover { border-color: var(--green); }
.quiz__opt input { width: 18px; height: 18px; accent-color: var(--green); }
.quiz__opt span { font-size: 15.5px; line-height: 1.35; }
.quiz__opt:has(input:checked) { border-color: var(--green); background: rgba(16, 88, 51, .05); }
.quiz__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quiz__nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
@media (max-width: 640px) { .quiz__fields { grid-template-columns: 1fr; } .quiz__nav .btn { width: 100%; } }

/* ==========================================================================
   Страница «Торги по земле»
   ========================================================================== */
.crumbs_light a { color: #fff !important; opacity: .9; }
.crumbs_light span, .crumbs_light > *:not(:last-child)::after { color: rgba(255,255,255,.6); }
.hero-p__card .pick { display: grid; gap: 6px; margin: 4px 0 6px; }
.pick__b { display: grid; gap: 2px; text-align: left; padding: 10px 12px; border: 1px solid var(--line); border-radius: var(--r2); background: #fff; transition: border-color var(--t-fast), background var(--t-fast); }
.pick__b:hover, .pick__b.is-on { border-color: var(--green); background: rgba(16,88,51,.05); }
.pick__b b { font-size: 14.5px; font-weight: 700; line-height: 1.2; }
.pick__b small { font-size: 12px; color: var(--ink-55); }

.defs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; }
.defs__i { background: var(--paper-3); padding: 20px 22px 22px; display: grid; gap: 8px; align-content: start; }
.defs__i b { font-size: 16px; font-weight: 700; line-height: 1.25; }
.defs__i p { font-size: 14px; line-height: 1.55; color: var(--ink-70); }
.note { margin-top: 20px; padding-left: 16px; border-left: 2px solid var(--green); font-size: 14px; line-height: 1.55; color: var(--ink-55); max-width: 70ch; }

.risks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--on-dark-line); border: 1px solid var(--on-dark-line); border-radius: var(--r2); overflow: hidden; }
.risk { background: var(--forest); display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 14px; padding: 18px 20px; transition: background var(--t); }
.risk:hover { background: var(--forest-2); }
.risk__n { font-size: 12px; font-weight: 700; letter-spacing: .08em; color: var(--gold); padding-top: 3px; }
.risk b { display: block; font-size: 15.5px; font-weight: 700; color: #fff; line-height: 1.25; }
.risk p { font-size: 13.5px; line-height: 1.5; color: var(--on-dark-60); margin-top: 5px; }

.flow { display: grid; gap: 0; counter-reset: none; border-top: 1px solid var(--line); }
.flow__s { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: clamp(16px, 3vw, 40px); padding: clamp(18px, 2.4vw, 28px) 0; border-bottom: 1px solid var(--line); align-items: start; transition: background var(--t); }
.flow__s:hover { background: var(--paper-3); }
.flow__n { font-size: clamp(22px, 2.4vw, 34px); font-weight: 800; letter-spacing: -.03em; color: var(--line-strong); line-height: 1; padding-top: 2px; transition: color var(--t); }
.flow__s:hover .flow__n { color: var(--green); }
.flow__b { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(12px, 2vw, 32px); align-items: start; }
.flow__t { font-size: clamp(17px, 1.4vw, 21px); font-weight: 700; letter-spacing: -.012em; line-height: 1.25; }
.flow__d { font-size: 14.5px; line-height: 1.6; color: var(--ink-70); }

.lot { border: 1px solid var(--line); border-radius: var(--r2); background: var(--paper-3); overflow: hidden; }
.lot__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 22px 24px 18px; border-bottom: 1px solid var(--line); }
.lot__t { font-size: clamp(17px, 1.4vw, 21px); font-weight: 700; margin-top: 8px; letter-spacing: -.012em; }
.lot__mark { width: 34px; height: 34px; flex: none; border: 1px solid var(--line-strong); border-radius: var(--r1); position: relative; }
.lot__mark::before, .lot__mark::after { content: ""; position: absolute; background: var(--green); }
.lot__mark::before { left: 16px; top: 6px; width: 1px; height: 22px; }
.lot__mark::after { top: 16px; left: 6px; width: 22px; height: 1px; }
.lot__rows { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); margin: 0; }
.lot__row { background: var(--paper-3); display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 16px; padding: 13px 24px; }
.lot__row dt { font-size: 13px; color: var(--ink-55); }
.lot__row dd { margin: 0; font-size: 14px; font-weight: 500; line-height: 1.45; }
.lot__verdict { display: grid; gap: 8px; justify-items: start; padding: 22px 24px 24px; background: var(--forest); color: var(--on-dark); }
.lot__verdict .coord { color: var(--gold); }
.lot__v { font-size: clamp(18px, 1.6vw, 24px); font-weight: 700; color: #fff; letter-spacing: -.015em; }
.lot__vd { font-size: 14px; line-height: 1.55; color: var(--on-dark-60); max-width: 70ch; }
.lot__verdict .btn { margin-top: 6px; }

.scen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.scen__b { display: flex; align-items: center; justify-content: space-between; gap: 14px; text-align: left; min-height: 62px; padding: 14px 18px; border: 1px solid var(--line); border-radius: var(--r2); background: var(--paper-3); font-size: 15.5px; font-weight: 500; line-height: 1.3; transition: border-color var(--t), background var(--t); }
.scen__b svg { width: 18px; height: 18px; flex: none; opacity: .45; transition: opacity var(--t), transform var(--t); }
.scen__b:hover { border-color: var(--green); background: #fff; }
.scen__b:hover svg { opacity: 1; transform: translateX(3px); color: var(--green); }

.faq { display: grid; border-top: 1px solid var(--line); }
.faq__i { border-bottom: 1px solid var(--line); }
.faq__q { list-style: none; cursor: pointer; display: grid; grid-template-columns: minmax(0, 1fr) 24px; gap: 16px; align-items: center; padding: 16px 0; font-size: clamp(15.5px, 1.2vw, 18px); font-weight: 600; line-height: 1.35; transition: color var(--t-fast); }
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after { content: ""; justify-self: end; width: 12px; height: 12px; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(45deg) translateY(-3px); transition: transform var(--t); }
.faq__i[open] .faq__q::after { transform: rotate(-135deg) translateY(-2px); }
.faq__i[open] .faq__q { color: var(--green); }
.faq__a { padding: 0 40px 18px 0; }
.faq__a p { font-size: 15px; line-height: 1.65; color: var(--ink-70); max-width: 80ch; }

@media (max-width: 1024px) {
  .defs { grid-template-columns: repeat(2, 1fr); }
  .risks { grid-template-columns: 1fr; }
  .flow__b { grid-template-columns: 1fr; gap: 8px; }
  .flow__s { grid-template-columns: 60px minmax(0, 1fr); }
  .scen { grid-template-columns: repeat(2, 1fr); }
  .lot__rows { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .defs { grid-template-columns: 1fr; }
  .scen { grid-template-columns: 1fr; }
  .lot__row { grid-template-columns: 1fr; gap: 4px; padding: 12px 18px; }
  .lot__head, .lot__verdict { padding-inline: 18px; }
  .faq__a { padding-right: 0; }
}

/* ==========================================================================
   Баннер проекта группы ГОСЗЕМЛИ — в фирменных цветах проекта
   (тёмно-синий #2d317e и голубой #5bbbdb), но в нашей сетке и типографике
   ========================================================================== */
.gz { position: relative; overflow: hidden; border-radius: var(--r2); background: #131740; color: #fff; }
.gz::before { content: ""; position: absolute; inset: -20% -10% auto auto; width: 60%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(91,187,219,.26), transparent 65%); pointer-events: none; }
.gz::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(180deg, #000, transparent 85%); -webkit-mask-image: linear-gradient(180deg, #000, transparent 85%); }
.gz__in { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: clamp(24px, 3.5vw, 56px); align-items: center; padding: clamp(26px, 3.4vw, 46px); }
.gz__logo { height: 30px; width: auto; margin-bottom: 18px; }
.gz__eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: var(--caption); letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: #5bbbdb; margin-bottom: 12px; }
.gz__eyebrow::before { content: ""; width: 20px; height: 1px; background: currentColor; }
.gz__h { font-size: clamp(21px, 2vw, 31px); font-weight: 700; line-height: 1.15; letter-spacing: -.02em; color: #fff; max-width: 22ch; }
.gz__p { margin-top: 14px; font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.74); max-width: 62ch; }
.gz__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); border-radius: var(--r2); overflow: hidden; margin-top: clamp(20px, 2.6vw, 30px); }
.gz__st { background: rgba(255,255,255,.04); padding: 14px 16px; }
.gz__st b { display: block; font-size: clamp(18px, 1.7vw, 24px); font-weight: 700; letter-spacing: -.02em; color: #5bbbdb; font-variant-numeric: tabular-nums; }
.gz__st span { display: block; margin-top: 5px; font-size: 12.5px; line-height: 1.4; color: rgba(255,255,255,.62); }
.gz__side { display: grid; gap: 14px; justify-items: start; align-content: center; padding-left: clamp(0px, 2vw, 28px); border-left: 1px solid rgba(255,255,255,.14); }
.gz__side p { font-size: 13.5px; line-height: 1.5; color: rgba(255,255,255,.62); }
.gz__btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 26px; border-radius: var(--r1); background: #5bbbdb; color: #0b0e2a !important; font-weight: 700; font-size: 16px; transition: background var(--t), transform var(--t-fast); }
.gz__btn:hover { background: #7ccbe6; }
.gz__btn:active { transform: translateY(1px); }
.gz__btn svg { width: 18px; height: 18px; }
@media (max-width: 900px) {
  .gz__in { grid-template-columns: 1fr; padding: 22px; }
  .gz__side { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.14); padding-top: 18px; }
  .gz__stats { grid-template-columns: 1fr; }
  .gz__btn { width: 100%; }
}

/* ==========================================================================
   Земельный контур группы — анимация первого экрана «О группе».
   Кадастровые наделы прирастают, направления по очереди выходят на связь
   с головной структурой. Всё на CSS, без скриптов.
   ========================================================================== */
.abt-hero { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); gap: clamp(28px, 4vw, 68px); align-items: center; }
.abt-hero__t { max-width: 34rem; }

.emp { position: relative; width: 100%; max-width: 500px; margin-inline: auto; aspect-ratio: 1; border-radius: var(--r2); overflow: hidden; background: radial-gradient(120% 105% at 50% 4%, #123a2a 0%, #0a1f17 58%, #071710 100%); color: #fff; box-shadow: 0 20px 60px -30px rgba(10, 31, 23, .5); }
.emp__mesh { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 35px 35px; animation: emp-drift 30s linear infinite; }
.emp__sweep { position: absolute; left: 50%; top: 50%; width: 62%; aspect-ratio: 1; border-radius: 50%; transform: translate(-50%, -50%); background: conic-gradient(from 0deg, rgba(194,160,82,0) 0deg, rgba(194,160,82,.16) 34deg, rgba(194,160,82,0) 66deg); animation: emp-spin 18s linear infinite; }
.emp__svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }

.emp__topo path { fill: none; stroke: rgba(194,160,82,.18); stroke-width: 1; vector-effect: non-scaling-stroke; stroke-dasharray: 5 9; animation: emp-flow 34s linear infinite; animation-delay: var(--d); }
.emp__dial { transform-origin: 210px 210px; animation: emp-spin 120s linear infinite; }
.emp__ring { fill: none; stroke: rgba(255,255,255,.18); stroke-width: 1; vector-effect: non-scaling-stroke; }
.emp__tick { stroke: rgba(255,255,255,.22); stroke-width: 1; vector-effect: non-scaling-stroke; }
.emp__tick_b { stroke: rgba(194,160,82,.6); stroke-width: 1.6; }

.emp__plot { fill: var(--gold); fill-opacity: 0; stroke: rgba(255,255,255,.22); stroke-width: 1; vector-effect: non-scaling-stroke; animation: emp-plot 13s ease-in-out infinite; animation-delay: var(--d); }
.emp__link { stroke: var(--gold); stroke-width: 1.2; vector-effect: non-scaling-stroke; stroke-dasharray: calc(var(--len) * 1px); stroke-dashoffset: calc(var(--len) * 1px); opacity: 0; animation: emp-draw 7.5s ease-in-out infinite; animation-delay: var(--d); }
.emp__dot { fill: var(--gold); fill-opacity: .5; animation: emp-dot 7.5s ease-in-out infinite; animation-delay: var(--d); }
.emp__ping { fill: none; stroke: var(--gold); stroke-width: 1.5; opacity: 0; animation: emp-ping 7.5s ease-out infinite; animation-delay: var(--d); }
.emp__lb { fill: #fff; font-family: var(--font); font-size: 12px; font-weight: 700; letter-spacing: .01em; }
.emp__dm { fill: rgba(255,255,255,.48); font-family: var(--font); font-size: 9px; font-weight: 500; letter-spacing: .07em; }

.emp__disc { fill: var(--green); }
.emp__halo { fill: none; stroke: var(--gold); stroke-width: 1.2; opacity: .75; }
.emp__wave { fill: none; stroke: rgba(194,160,82,.55); stroke-width: 1; opacity: 0; animation: emp-wave 4.4s ease-out infinite; animation-delay: var(--d, 0s); }
.emp__mark { fill: #fff; font-family: var(--font); font-size: 17px; font-weight: 800; letter-spacing: -.01em; }
.emp__sub { fill: rgba(255,255,255,.5); font-family: var(--font); font-size: 5.4px; font-weight: 600; letter-spacing: .13em; }

.emp__cap { position: absolute; left: 0; right: 0; display: flex; justify-content: space-between; gap: 12px; padding: 16px 18px; font-size: 10.5px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.42); pointer-events: none; }
.emp__cap_t { top: 0; }
.emp__cap_b { bottom: 0; }
.emp__cap b { color: var(--gold); font-weight: 700; }

@keyframes emp-spin { to { transform: rotate(360deg); } }
@keyframes emp-drift { to { background-position: 35px 35px; } }
@keyframes emp-flow { to { stroke-dashoffset: -280; } }
@keyframes emp-plot { 0%, 64%, 100% { fill-opacity: .04; stroke-opacity: .28; } 7%, 36% { fill-opacity: .26; stroke-opacity: .7; } }
@keyframes emp-draw {
  0% { stroke-dashoffset: calc(var(--len) * 1px); opacity: 0; }
  8% { opacity: 1; }
  28%, 72% { stroke-dashoffset: 0; opacity: 1; }
  92%, 100% { stroke-dashoffset: 0; opacity: 0; }
}
@keyframes emp-dot { 0%, 20%, 92%, 100% { fill-opacity: .45; } 32%, 74% { fill-opacity: 1; } }
@keyframes emp-ping { 0%, 24% { transform: scale(1); opacity: 0; } 30% { opacity: .85; } 54%, 100% { transform: scale(3.4); opacity: 0; } }
@keyframes emp-wave { 0% { transform: scale(1); opacity: .5; } 100% { transform: scale(2.7); opacity: 0; } }

.emp__sweep, .emp__dial, .emp__mesh { will-change: transform; }

@media (max-width: 1000px) {
  .abt-hero { grid-template-columns: 1fr; gap: 28px; }
  .emp { max-width: 380px; }
  .emp__cap { font-size: 9.5px; padding: 13px 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .emp *, .emp__mesh, .emp__sweep { animation: none !important; }
  .emp__sweep { display: none; }
  .emp__plot { fill-opacity: .12; stroke-opacity: .3; }
  .emp__link { stroke-dashoffset: 0; opacity: .85; }
  .emp__dot { fill-opacity: 1; }
}

/* Номер карточки больше не наезжает на текст: заголовок держит его высоту */
.gcard__n { top: 24px; right: 24px; }
.gcard__t { min-height: 42px; display: flex; align-items: center; }
@media (max-width: 720px) {
  .gcard__n { width: 34px; height: 34px; top: 16px; right: 18px; font-size: 11px; }
  .gcard__t { min-height: 34px; padding-right: 44px; }
}
.eco_compact .gcard__n { top: 16px; right: 16px; }
.eco_compact .gcard__t { min-height: 36px; }
.gcards_3 .gcard__t { min-height: 38px; }
@media (max-width: 1240px) { .gcards_3 .gcard__n { top: 18px; right: 18px; } .gcards_3 .gcard__t { min-height: 36px; } }
.gz__logo { height: 36px; }

/* Личная линия основателя: команда закрывает работу, ко мне — по крупному */
.pline { margin-top: clamp(20px, 2.4vw, 30px); padding: clamp(20px, 2.2vw, 28px); border: 1px solid var(--line-strong); border-left: 3px solid var(--gold); border-radius: var(--r2); background: var(--paper-2); display: grid; gap: 12px; }
.pline__p { font-size: 14.5px; line-height: 1.6; color: var(--ink-70); margin: 0; }
.pline__p_key { color: var(--ink); }
.pline .btns { margin-top: 4px; }
.pline__n { font-size: 12.5px; color: var(--ink-55); margin: 0; }
@media (max-width: 720px) { .pline { padding: 18px; } .pline .btns { display: grid; gap: 10px; } .pline .btn { width: 100%; } }

/* Условия входа: сразу отсекаем задачи, за которые не беремся */
.crit { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.crit__i { background: var(--card); border-radius: var(--r2); padding: clamp(22px, 2.4vw, 30px); border-top: 3px solid var(--gold); }
.crit__n { display: block; font-size: clamp(22px, 2.2vw, 32px); font-weight: 700; letter-spacing: -.02em; line-height: 1.1; color: var(--ink); }
.crit__d { margin-top: 12px; font-size: 14.5px; line-height: 1.55; color: var(--ink-70); }
.crit__no { margin-top: 16px; padding: clamp(20px, 2.2vw, 26px); border: 1px solid var(--line-strong); border-radius: var(--r2); }
.crit__no ul { margin: 12px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 26px; }
.crit__no li { position: relative; padding-left: 20px; font-size: 14.5px; line-height: 1.5; color: var(--ink-70); }
.crit__no li::before { content: ""; position: absolute; left: 0; top: .62em; width: 10px; height: 1px; background: var(--ink-35); }
.crit__note { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.55; color: var(--ink); }
@media (max-width: 900px) { .crit { grid-template-columns: 1fr; } .crit__no ul { grid-template-columns: 1fr; } }

/* ==========================================================================
   Контакты: каналы связи, карта офиса
   ========================================================================== */
.chan { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: clamp(24px, 3vw, 40px); }
.chan__i { position: relative; display: grid; gap: 6px; align-content: start; padding: clamp(20px, 2.2vw, 26px); background: var(--card); border-radius: var(--r2); color: var(--ink); transition: background var(--t), transform var(--t); }
.chan__i:hover { background: #fff; transform: translateY(-2px); }
.chan__ic { display: grid; place-items: center; width: 40px; height: 40px; border-radius: var(--r1); background: var(--paper-2); color: var(--green); margin-bottom: 8px; }
.chan__ic svg { width: 21px; height: 21px; }
.chan__t { font-size: var(--caption); letter-spacing: .13em; text-transform: uppercase; font-weight: 600; color: var(--ink-35); }
.chan__v { font-size: clamp(16px, 1.3vw, 19px); font-weight: 700; letter-spacing: -.015em; color: var(--ink); }
.chan__d { font-size: 13.5px; line-height: 1.5; color: var(--ink-70); }
.chan__go { position: absolute; top: clamp(20px, 2.2vw, 26px); right: clamp(20px, 2.2vw, 26px); color: var(--green); }
.chan__go svg { width: 18px; height: 18px; }

.cmap { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .6fr); gap: 14px; align-items: stretch; }
.map { position: relative; border-radius: var(--r2); overflow: hidden; background: var(--paper-3, var(--paper-2)); min-height: clamp(320px, 42vh, 460px); border: 1px solid var(--line); }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.map__ph { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 12px; text-align: center; padding: 24px; background-image: linear-gradient(rgba(15,46,34,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(15,46,34,.045) 1px, transparent 1px); background-size: 28px 28px; }
.map.is-on .map__ph { display: none; }
.map__pin { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--green); color: #fff; }
.map__pin svg { width: 24px; height: 24px; }
.map__a { font-size: 15px; font-weight: 600; color: var(--ink); max-width: 24ch; }

.ocard { display: grid; align-content: start; gap: 14px; padding: clamp(22px, 2.4vw, 30px); background: var(--card); border-radius: var(--r2); }
.ocard__rows { display: grid; gap: 0; margin: 0; }
.ocard__row { display: grid; gap: 3px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.ocard__row:last-child { border-bottom: 0; }
.ocard__row dt { font-size: var(--caption); letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: var(--ink-35); }
.ocard__row dd { margin: 0; font-size: 14.5px; line-height: 1.5; color: var(--ink); }
.ocard .btns { margin-top: 4px; }

@media (max-width: 1100px) { .chan { grid-template-columns: repeat(2, 1fr); } .cmap { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .chan { grid-template-columns: 1fr; } .ocard .btns { display: grid; gap: 10px; } .ocard .btn { width: 100%; } }

/* ==========================================================================
   Раздел «Ответы»: один вопрос — одна страница. Прямой ответ в первом экране,
   основание в законе, честная оговорка об исключениях.
   ========================================================================== */
.ans .wrap { max-width: 980px; }
.ans__h { font-size: clamp(26px, 3.4vw, 42px); font-weight: 700; line-height: 1.14; letter-spacing: -.025em; margin: 18px 0 0; max-width: 22ch; }
.ans__meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 16px; font-size: 12.5px; letter-spacing: .04em; color: var(--ink-55); }
.ans__meta span { position: relative; padding-left: 15px; }
.ans__meta span::before { content: ""; position: absolute; left: 0; top: .58em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

.ans__box { margin-top: clamp(22px, 3vw, 32px); padding: clamp(22px, 2.6vw, 30px); background: var(--card); border: 1px solid var(--line-strong); border-left: 3px solid var(--green); border-radius: var(--r2); }
.ans__lbl { font-size: var(--caption); letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: var(--ink-35); margin: 0; }
.ans__a { margin: 10px 0 0; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.52; font-weight: 500; color: var(--ink); max-width: 62ch; }

.ans__body { margin-top: clamp(30px, 4vw, 48px); }
.ans__h2 { font-size: clamp(19px, 1.9vw, 24px); font-weight: 700; letter-spacing: -.018em; line-height: 1.24; margin: clamp(30px, 3.4vw, 42px) 0 0; }
.ans__h2:first-child { margin-top: 0; }
.ans__p { margin: 14px 0 0; font-size: 16px; line-height: 1.64; color: var(--ink-70); max-width: 68ch; }

.ans__pts { display: grid; gap: 1px; margin-top: 18px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; }
.ans__pt { background: var(--paper); padding: 16px 20px; }
.ans__pt b { display: block; font-size: 15.5px; font-weight: 600; letter-spacing: -.008em; color: var(--ink); }
.ans__pt p { margin: 5px 0 0; font-size: 14.5px; line-height: 1.55; color: var(--ink-70); }

.ans__tw { margin-top: 18px; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r2); }
.ans__tbl { border-collapse: collapse; width: 100%; min-width: 480px; font-size: 14.5px; }
.ans__tbl th, .ans__tbl td { padding: 11px 16px; text-align: left; border-bottom: 1px solid var(--line); }
.ans__tbl thead th { background: var(--paper-2); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; color: var(--ink-55); white-space: nowrap; }
.ans__tbl tbody tr:last-child td { border-bottom: 0; }
.ans__note { margin-top: 10px; font-size: 13px; color: var(--ink-55); }

.ans__lim { margin: 18px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.ans__lim li { position: relative; padding-left: 26px; font-size: 15px; line-height: 1.55; color: var(--ink-70); }
.ans__lim li::before { content: ""; position: absolute; left: 0; top: .46em; width: 14px; height: 14px; border-radius: 50%; border: 1.5px solid var(--gold); }
.ans__lim li::after { content: ""; position: absolute; left: 5px; top: .82em; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.ans__cta { margin-top: clamp(32px, 4vw, 48px); padding: clamp(22px, 2.6vw, 30px); background: var(--forest); color: #fff; border-radius: var(--r2); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }
.ans__cta .ans__lbl { color: var(--gold); }
.ans__ctat { margin: 10px 0 0; font-size: clamp(17px, 1.6vw, 21px); font-weight: 600; letter-spacing: -.015em; color: #fff; }
.ans__ctad { margin: 8px 0 0; font-size: 14.5px; line-height: 1.55; color: var(--on-dark-60); max-width: 52ch; }
.ans__cta .btns { flex-wrap: nowrap; }

.ans__rel { margin-top: clamp(30px, 3.6vw, 44px); padding-top: 22px; border-top: 1px solid var(--line); }
.ans__rel .linklist { margin-top: 14px; }

.qsearch { margin-top: clamp(22px, 3vw, 32px); display: flex; align-items: flex-end; gap: 18px; flex-wrap: wrap; }

@media (max-width: 860px) {
  .ans__cta { grid-template-columns: 1fr; }
  .ans__cta .btns { display: grid; gap: 10px; }
  .ans__cta .btn { width: 100%; }
}

/* Лента новостей законодательства */
.feed { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; }
.feed__i { display: grid; grid-template-columns: 132px minmax(0, 1fr) 28px; gap: 20px; align-items: start; padding: 22px 24px; background: var(--paper); color: var(--ink); transition: background var(--t); }
.feed__i:hover { background: var(--card); }
.feed__d { font-size: 12.5px; letter-spacing: .04em; color: var(--ink-35); padding-top: 3px; white-space: nowrap; }
.feed__b { display: grid; gap: 6px; }
.feed__r { font-size: var(--caption); letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--green); }
.feed__t { font-size: clamp(16.5px, 1.5vw, 19px); font-weight: 600; line-height: 1.3; letter-spacing: -.015em; }
.feed__s { font-size: 14.5px; line-height: 1.55; color: var(--ink-70); max-width: 74ch; }
.feed__go { color: var(--green); padding-top: 4px; }
.feed__go svg { width: 18px; height: 18px; }
@media (max-width: 760px) { .feed__i { grid-template-columns: 1fr; gap: 8px; padding: 18px 18px; } .feed__go { display: none; } }

/* «Коротко» в статье: прямой ответ до основного текста */
.art__short { margin: 0 0 clamp(22px, 2.6vw, 30px); padding: clamp(18px, 2.2vw, 24px); background: var(--card); border: 1px solid var(--line-strong); border-left: 3px solid var(--green); border-radius: var(--r2); }
.art__shortl { margin: 0; font-size: var(--caption); letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: var(--ink-35); }
.art__shorta { margin: 9px 0 0; font-size: clamp(15.5px, 1.4vw, 17.5px); line-height: 1.55; font-weight: 500; color: var(--ink); }

/* Короткие ответы внутри статьи: тот же читатель, другой формат */
.art__ans { margin: clamp(28px, 3.4vw, 40px) 0 0; padding: clamp(20px, 2.4vw, 26px); border: 1px solid var(--line-strong); border-radius: var(--r2); background: var(--paper-2); }
.art__ansl { margin: 0 0 14px; font-size: var(--caption); letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: var(--ink-35); }
.art__anslist { list-style: none; margin: 0 0 14px; padding: 0; display: grid; gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.art__anslist li { background: var(--paper-2); }
.art__anslist a { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 12px 2px; color: var(--ink); font-size: 15px; line-height: 1.4; transition: color var(--t); }
.art__anslist a:hover { color: var(--green); }
.art__anslist small { font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-35); white-space: nowrap; }

/* Поиск по вопросам не должен сжиматься до узкой полоски */
.qsearch .field { flex: 1 1 420px; max-width: 520px; }
.qsearch .input { width: 100%; }

/* Форматы портала на главной: ответы и новости рядом со статьями */
.pfmt { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: clamp(18px, 2.2vh, 26px); }
.pfmt__i { display: grid; gap: 8px; align-content: start; padding: clamp(18px, 2vw, 24px); background: var(--card); border-radius: var(--r2); color: var(--ink); transition: background var(--t), transform var(--t); }
.pfmt__i:hover { background: #fff; transform: translateY(-2px); }
.pfmt__t { font-size: clamp(16px, 1.4vw, 19px); font-weight: 600; letter-spacing: -.015em; }
.pfmt__d { font-size: 14px; line-height: 1.55; color: var(--ink-70); }
.pfmt__i .link { margin-top: 4px; font-size: 14px; }
@media (max-width: 720px) { .pfmt { grid-template-columns: 1fr; } }

/* В экранном режиме блок форматов портала должен помещаться вместе со статьями */
@media (min-width: 1100px) and (min-height: 780px) {
  #posts .pfmt { margin-top: 12px; gap: 10px; }
  #posts .pfmt__i { padding: 14px 18px; gap: 5px; }
  #posts .pfmt__t { font-size: 16px; }
  #posts .pfmt__d { font-size: 13px; line-height: 1.45; }
  #posts .pfmt__i .link { font-size: 13px; }
  #posts .posts__more { margin-top: 14px; }
}
