/* «О нас» премиум — ЛОКАЛЬНЫЙ ВАРИАНТ, не для выкладки.
   Цвета — из презентации LaWEra Group (013920_file_200.pdf): глубокий
   зелёный фон слайдов #132c1f/#142c20, золото заголовков и плашки
   партнёров #ebb32e/#dba318, тёмное золото #a27a0d, кремовый #f2e8cb.
   Анимации только transform/opacity/filter; без WebGL.
   prefers-reduced-motion — всё видно сразу, движения нет. */

@font-face {
  font-family: Montserrat; font-style: normal; font-weight: 100 900;
  font-display: swap; src: url("/sloi2/shrift/montserrat.woff2") format("woff2");
}

:root {
  --z0: #081510;          /* самый глубокий */
  --z1: #0d2016;
  --z2: #132c1f;          /* фон слайдов презентации */
  --z3: #1b3327;
  --oliva: #3c3f1a;
  --zoloto: #ebb32e;
  --zoloto-2: #dba318;
  --zoloto-t: #a27a0d;
  --zoloto-sv: #f6d77a;
  --krem: #f2e8cb;
  --tekst: #e9e4d4;
  --tusklo: #a9b3a6;
  --liniya: rgba(235, 179, 46, .22);
  --steklo: rgba(242, 232, 203, .045);
  --shir: 1180px;
  --ease: cubic-bezier(.22, .9, .24, 1);
  --shapka: 68px;
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--z0); -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0; background: var(--z0); color: var(--tekst);
  font: 400 16px/1.65 Montserrat, "Segoe UI", system-ui, sans-serif;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: var(--zoloto-sv); text-decoration-color: rgba(246, 215, 122, .4); text-underline-offset: 3px; transition: color .25s; }
a:hover { color: var(--krem); }
h1, h2, h3 { margin: 0; font-weight: 600; letter-spacing: -.02em; color: var(--krem); }
svg { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
::selection { background: var(--zoloto); color: var(--z0); }
:focus-visible { outline: 2px solid var(--zoloto); outline-offset: 3px; border-radius: 6px; }

/* ---------- полоса прокрутки ---------- */
.progress { position: fixed; inset: 0 0 auto; height: 2px; z-index: 60; pointer-events: none; }
.progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--zoloto-t), var(--zoloto), var(--zoloto-sv)); transform-origin: 0 50%; transform: scaleX(var(--p, 0)); }

/* ---------- шапка ---------- */
.shapka {
  position: fixed; inset: 0 0 auto; z-index: 50; height: var(--shapka);
  display: flex; align-items: center; gap: 18px; padding: 0 clamp(16px, 4vw, 48px);
  transition: background .4s, box-shadow .4s, backdrop-filter .4s;
}
.shapka.plotnaya {
  background: rgba(8, 21, 16, .78); box-shadow: 0 1px 0 var(--liniya);
  -webkit-backdrop-filter: blur(14px) saturate(1.2); backdrop-filter: blur(14px) saturate(1.2);
}
.shapka-znak { margin-right: auto; }
.shapka-znak img { width: clamp(112px, 12vw, 150px); height: auto; filter: drop-shadow(0 2px 10px rgba(0,0,0,.5)); }
.yazyki { display: flex; gap: 2px; padding: 3px; border-radius: 999px; background: rgba(8,21,16,.45); box-shadow: inset 0 0 0 1px rgba(242,232,203,.12); }
.yazyki a { padding: 6px 11px; border-radius: 999px; color: var(--tekst); text-decoration: none; font-size: 13px; font-weight: 500; line-height: 1.2; }
.yazyki a:hover { color: var(--zoloto-sv); }
.yazyki a.tek { background: var(--zoloto); color: var(--z0); font-weight: 600; }
.na-ploshad {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px 9px 13px; border-radius: 999px;
  color: var(--krem); text-decoration: none; font-size: 13px; font-weight: 500;
  background: rgba(8,21,16,.45); box-shadow: inset 0 0 0 1px var(--liniya);
  transition: background .3s, color .3s, transform .3s var(--ease);
}
.na-ploshad svg { width: 17px; height: 17px; transition: transform .3s var(--ease); }
.na-ploshad:hover { background: var(--zoloto); color: var(--z0); }
.na-ploshad:hover svg { transform: translateX(-3px); }

/* ---------- кнопки ---------- */
.knopka {
  position: relative; display: inline-flex; align-items: center; gap: 10px; overflow: hidden;
  padding: 15px 26px; border-radius: 999px; text-decoration: none;
  font-size: 15px; font-weight: 600; letter-spacing: .01em; color: var(--z0);
  background: linear-gradient(135deg, var(--zoloto-sv), var(--zoloto) 45%, var(--zoloto-2));
  box-shadow: 0 10px 30px -10px rgba(235,179,46,.55), inset 0 1px 0 rgba(255,255,255,.4);
  transition: transform .35s var(--ease), box-shadow .35s;
}
.knopka svg { width: 18px; height: 18px; stroke-width: 2; transition: transform .35s var(--ease); }
.knopka::after {
  content: ""; position: absolute; inset: 0; transform: translateX(-120%);
  background: linear-gradient(100deg, transparent 30%, rgba(255,255,255,.55) 50%, transparent 70%);
}
.knopka:hover { color: var(--z0); transform: translateY(-2px); box-shadow: 0 16px 38px -12px rgba(235,179,46,.7), inset 0 1px 0 rgba(255,255,255,.4); }
.knopka:hover svg { transform: translateX(4px); }
@media (prefers-reduced-motion: no-preference) { .knopka:hover::after { transition: transform .8s var(--ease); transform: translateX(120%); } }
.knopka.tihaya { color: var(--krem); background: var(--steklo); box-shadow: inset 0 0 0 1px rgba(242,232,203,.28); }
.knopka.tihaya::after { display: none; }
.knopka.tihaya:hover { color: var(--z0); background: var(--krem); }
.knopka.bolshaya { padding: 19px 34px; font-size: 17px; }

/* ---------- первый экран ---------- */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden; isolation: isolate;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: calc(var(--shapka) + 40px) clamp(18px, 5vw, 64px) 36px;
}
.hero-fon { position: absolute; inset: -6% 0 -6%; z-index: -2; will-change: transform; }
.hero-fon img { width: 100%; height: 100%; object-fit: cover; }
@media (prefers-reduced-motion: no-preference) {
  .hero-fon img { animation: naezd 26s var(--ease) both; }
}
@keyframes naezd { from { transform: scale(1.14); filter: blur(6px) saturate(.8); } 18% { filter: blur(0) saturate(1); } to { transform: scale(1.02); } }
.hero-vual {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 45% at 78% 30%, rgba(235,179,46,.18), transparent 70%),
    linear-gradient(180deg, rgba(8,21,16,.55) 0%, rgba(13,32,22,.35) 30%, rgba(13,32,22,.82) 62%, var(--z0) 100%),
    linear-gradient(90deg, rgba(8,21,16,.85) 0%, rgba(8,21,16,.2) 70%);
}
.hero-telo { max-width: 880px; }
.beydzh {
  display: inline-flex; align-items: center; gap: 12px; margin: 0 0 22px;
  padding: 5px 16px 5px 5px; border-radius: 999px; font-size: 13px; font-weight: 500; color: var(--krem);
  background: rgba(242,232,203,.06); box-shadow: inset 0 0 0 1px rgba(242,232,203,.18);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.beydzh span { white-space: nowrap; padding: 4px 11px; border-radius: 999px; background: var(--zoloto); color: var(--z0); font-weight: 700; font-size: 12px; letter-spacing: .04em; }
.hero-h1 { font-size: clamp(30px, 4.6vw, 60px); line-height: 1.06; font-weight: 600; max-width: 18ch; text-wrap: balance; }
.hero-deviz { margin: 18px 0 0; font-size: clamp(20px, 2.4vw, 30px); font-weight: 500; letter-spacing: -.01em; }
.zoloto-tekst, .zoloto-tekst .slovo, .imena b, .stat-ch, .keys-ch, .napr-nomer, .final-zag {
  background: linear-gradient(100deg, var(--zoloto-sv) 0%, var(--zoloto) 38%, var(--zoloto-t) 62%, var(--zoloto-sv) 100%);
  background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; color: transparent;
}
.zoloto-tekst.razbito { background: none; color: inherit; }
@media (prefers-reduced-motion: no-preference) {
  .zoloto-tekst .slovo, .imena b, .final-zag { animation: blesk 7s linear infinite; }
}
@keyframes blesk { to { background-position: -220% 0; } }
.hero-lid { margin: 20px 0 0; max-width: 64ch; color: rgba(233,228,212,.86); font-size: clamp(15px, 1.15vw, 17px); }
.hero-lid strong { color: var(--krem); font-weight: 600; }
.hero-knopki { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.staty {
  list-style: none; margin: 44px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 980px;
}
.stat {
  padding: 18px 20px; border-radius: 18px; background: rgba(8,21,16,.5);
  box-shadow: inset 0 0 0 1px rgba(242,232,203,.1), inset 0 1px 0 rgba(242,232,203,.12);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.stat-ch { display: block; font-size: clamp(34px, 3.6vw, 48px); font-weight: 700; line-height: 1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.stat-podp { display: block; margin-top: 8px; font-size: 13px; color: var(--tusklo); line-height: 1.35; }
.vniz {
  position: absolute; right: clamp(18px, 4vw, 48px); bottom: 36px; display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: var(--tusklo); text-decoration: none; font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
}
.vniz i { width: 1px; height: 54px; background: linear-gradient(var(--zoloto), transparent); transform-origin: top; }
@media (prefers-reduced-motion: no-preference) { .vniz i { animation: kaplya 2.2s var(--ease) infinite; } }
@keyframes kaplya { 0% { transform: scaleY(0); opacity: 1; } 60% { transform: scaleY(1); opacity: 1; } 100% { transform: scaleY(1); opacity: 0; } }

/* каскад первого экрана */
.js .kaskad { opacity: 0; transform: translateY(22px); filter: blur(10px); }
.js .zagruzheno .kaskad {
  opacity: 1; transform: none; filter: none;
  transition: opacity .9s var(--ease), transform 1.1s var(--ease), filter .9s var(--ease);
  transition-delay: calc(var(--k) * 140ms + 120ms);
}

/* ---------- разделы ---------- */
.razdel { position: relative; padding: clamp(80px, 11vw, 150px) clamp(18px, 5vw, 64px); }
.razdel:nth-of-type(even) { background: linear-gradient(180deg, var(--z1), var(--z2) 50%, var(--z1)); }
.razdel::before {
  content: ""; position: absolute; left: 50%; top: 0; width: min(var(--shir), 90%); height: 1px; transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--liniya), transparent);
}
.obertka { position: relative; max-width: var(--shir); margin: 0 auto; }
.yarlyk { display: flex; align-items: center; gap: 14px; margin: 0 0 18px; font-size: 12px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--zoloto); }
.yarlyk span { font-variant-numeric: tabular-nums; color: var(--tusklo); letter-spacing: .08em; }
.yarlyk::after { content: ""; width: 56px; height: 1px; background: var(--zoloto); opacity: .6; }
.razdel h2 { font-size: clamp(30px, 4.2vw, 56px); line-height: 1.08; max-width: 20ch; text-wrap: balance; }
.vvod { margin: 22px 0 0; max-width: 62ch; color: rgba(233,228,212,.82); font-size: 17px; }
h3 { font-size: 19px; line-height: 1.3; }

/* слова заголовков (BlurText) */
.slovo { display: inline-block; }
.js [data-r] .slovo { opacity: 0; transform: translateY(.6em); filter: blur(8px); }
.js [data-r].vidno .slovo {
  opacity: 1; transform: none; filter: none;
  transition: opacity .7s var(--ease), transform .8s var(--ease), filter .7s var(--ease);
  transition-delay: calc(var(--w) * 70ms);
}
.js .hero-deviz .slovo { opacity: 0; transform: translateY(.6em); filter: blur(8px); }
.js .zagruzheno .hero-deviz .slovo {
  opacity: 1; transform: none; filter: none;
  transition: opacity .7s var(--ease), transform .8s var(--ease), filter .7s var(--ease);
  transition-delay: calc(var(--w) * 90ms + 520ms);
}

/* раскрытие при скролле */
.js [data-r] { opacity: 0; transform: translateY(34px); }
.js [data-r].vidno {
  opacity: 1; transform: none;
  transition: opacity .9s var(--ease), transform 1s var(--ease);
  transition-delay: calc(var(--i, 0) * 90ms);
}
.js h2[data-r], .js .yarlyk[data-r] { transform: none; }

/* ---------- манифест ---------- */
.manifest { overflow: hidden; background: radial-gradient(70% 60% at 85% 40%, rgba(60,63,26,.55), transparent 70%), var(--z0); }
.femida { position: absolute; right: max(-60px, calc(50% - 720px)); top: 50%; width: min(460px, 38vw); transform: translateY(-50%); pointer-events: none;
  -webkit-mask: linear-gradient(90deg, transparent, #000 35%), linear-gradient(180deg, transparent, #000 15%, #000 80%, transparent);
  -webkit-mask-composite: source-in; mask: linear-gradient(90deg, transparent, #000 35%) , linear-gradient(180deg, transparent, #000 15%, #000 80%, transparent); mask-composite: intersect; opacity: .9; }
.femida img { width: 100%; height: auto; will-change: transform; }
.manifest .obertka { max-width: var(--shir); }
.imena { list-style: none; margin: 46px 0 0; padding: 0; display: grid; gap: 6px; }
.imya { display: grid; grid-template-columns: minmax(3.2em, auto) 1fr; align-items: baseline; column-gap: .5em; font-size: clamp(44px, 8vw, 108px); line-height: 1.05; }
.imya b { font-weight: 700; letter-spacing: -.04em; }
.imya-tire { display: none; }
.imya em { font-style: normal; font-weight: 300; color: var(--krem); font-size: .42em; letter-spacing: -.01em; position: relative; padding-left: 1.6em; }
.imya em::before { content: ""; position: absolute; left: 0; top: 55%; width: 1.1em; height: 1px; background: var(--zoloto); transform-origin: left; }
.js .imya em::before { transform: scaleX(0); }
.js .imya.vidno em::before { transform: none; transition: transform 1s var(--ease) calc(var(--i) * 90ms + 300ms); }
.manifest-itog { margin: 38px 0 0; max-width: 46ch; font-size: clamp(17px, 1.6vw, 21px); color: var(--krem); }
.manifest-itog strong { color: var(--zoloto); }

/* ---------- основатели ---------- */
.osn-setka { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(28px, 5vw, 72px); align-items: center; margin-top: 48px; }
.osn-foto { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.osn { margin: 0; }
.osn:nth-child(2) { margin-top: 56px; }
.osn-ramka {
  display: block; position: relative; border-radius: 26px; overflow: hidden; aspect-ratio: 4 / 5;
  background: radial-gradient(80% 70% at 50% 30%, var(--z3), var(--z1));
  box-shadow: 0 30px 60px -30px rgba(0,0,0,.8), inset 0 0 0 1px var(--liniya);
}
.osn-ramka::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(8,21,16,.6)); }
.osn-ramka img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; transition: transform 1.2s var(--ease); }
.osn:hover .osn-ramka img { transform: scale(1.05); }
.osn figcaption { margin-top: 14px; }
.osn figcaption b { display: block; color: var(--krem); font-weight: 600; }
.osn figcaption span { display: block; font-size: 13px; color: var(--tusklo); }
.citata { position: relative; margin: 0; padding: clamp(28px, 4vw, 48px); border-radius: 26px; background: linear-gradient(160deg, rgba(27,51,39,.7), rgba(13,32,22,.4)); box-shadow: inset 0 0 0 1px var(--liniya); }
.kavychka { position: absolute; top: -.18em; left: .2em; font-size: 140px; line-height: 1; color: var(--zoloto); opacity: .35; font-weight: 700; }
.citata p { margin: 0; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.7; color: var(--krem); }
.citata footer { margin-top: 22px; font-size: 14px; color: var(--zoloto); font-weight: 500; }

/* ---------- почему мы ---------- */
.stolpy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.stolp, .napr {
  position: relative; padding: 30px 28px 32px; border-radius: 24px; overflow: hidden;
  background: linear-gradient(170deg, rgba(27,51,39,.75), rgba(13,32,22,.55));
  box-shadow: inset 0 0 0 1px rgba(242,232,203,.08), inset 0 1px 0 rgba(242,232,203,.1);
  transition: box-shadow .5s, transform .5s var(--ease);
}
.stolp::before, .napr::before, .keys::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .5s;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(235,179,46,.16), transparent 60%);
}
.stolp:hover::before, .napr:hover::before, .keys:hover::before { opacity: 1; }
.stolp:hover, .napr:hover { box-shadow: inset 0 0 0 1px var(--liniya), 0 30px 60px -40px rgba(235,179,46,.5); transform: translateY(-4px); }
.ikonka { display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; color: var(--zoloto); background: rgba(235,179,46,.08); box-shadow: inset 0 0 0 1px var(--liniya); margin-bottom: 22px; }
.ikonka svg { width: 30px; height: 30px; }
.stolp p, .napr p { color: rgba(233,228,212,.8); }
.galki { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 10px; color: rgba(233,228,212,.84); font-size: 15px; line-height: 1.55; }
.galki li { position: relative; padding-left: 22px; }
.galki li::before { content: ""; position: absolute; left: 2px; top: .62em; width: 8px; height: 8px; border-radius: 2px; transform: rotate(45deg); background: var(--zoloto); opacity: .8; }

/* ---------- направления ---------- */
.napr-setka { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.napr-verh { display: flex; justify-content: space-between; align-items: flex-start; }
.napr-nomer { font-size: 54px; font-weight: 700; line-height: 1; letter-spacing: -.04em; }
.napr h3 { margin-top: 4px; font-size: 21px; }
.primech { margin: 18px 0 0; padding: 14px 16px; border-radius: 14px; font-size: 13px; line-height: 1.55; background: rgba(8,21,16,.5); box-shadow: inset 0 0 0 1px rgba(242,232,203,.08); }

/* ---------- арбитраж ---------- */
.centry { list-style: none; margin: 40px 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.centr { display: flex; flex-direction: column; gap: 6px; padding: 26px 20px; border-radius: 20px; text-align: center;
  background: linear-gradient(180deg, rgba(235,179,46,.09), rgba(235,179,46,.02)); box-shadow: inset 0 0 0 1px var(--liniya); transition: transform .5s var(--ease), background .5s; }
.centr:hover { transform: translateY(-5px); background: linear-gradient(180deg, rgba(235,179,46,.18), rgba(235,179,46,.03)); }
.centr b { font-size: 26px; letter-spacing: .02em; color: var(--zoloto); }
.centr span { font-size: 13px; color: var(--tusklo); }

/* ---------- кейсы ---------- */
.keysy-setka { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; margin-top: 44px; }
.keys {
  position: relative; overflow: hidden; grid-column: span 4; padding: 28px 26px; border-radius: 24px;
  background: linear-gradient(165deg, rgba(27,51,39,.8), rgba(13,32,22,.6)); box-shadow: inset 0 0 0 1px rgba(242,232,203,.08);
  transition: transform .5s var(--ease), box-shadow .5s;
}
.keys:hover { transform: translateY(-4px); box-shadow: inset 0 0 0 1px var(--liniya); }
.keys-1, .keys-6 { grid-column: span 5; }
.keys-2, .keys-5 { grid-column: span 4; }
.keys-3, .keys-4 { grid-column: span 3; }
.keys-7 { grid-column: span 12; display: grid; grid-template-columns: auto 1fr; column-gap: 36px; align-items: center;
  background: linear-gradient(120deg, rgba(235,179,46,.16), rgba(27,51,39,.7) 45%); }
.keys-7 .keys-ch { grid-row: span 2; }
.keys-ch { display: block; font-size: clamp(44px, 4.6vw, 68px); font-weight: 700; line-height: 1; letter-spacing: -.035em; margin-bottom: 18px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.keys-ch small { font-size: .42em; letter-spacing: 0; font-weight: 600; }
.keys-ikonka { display: block; width: 58px; height: 58px; color: var(--zoloto); margin-bottom: 18px; }
.keys-ikonka svg { width: 100%; height: 100%; stroke-width: 1.3; }
.keys h3 { font-size: 17px; }
.keys p { margin: 10px 0 0; font-size: 14.5px; line-height: 1.6; color: rgba(233,228,212,.8); }
.ogovorka { margin: 26px 0 0; font-size: 13px; color: var(--tusklo); max-width: 80ch; }
.data-r-knopka { margin: 26px 0 0; }

/* ---------- география ---------- */
.marshrut { list-style: none; margin: 56px 0 0; padding: 0; position: relative; display: grid; grid-template-columns: repeat(6, 1fr); }
.marshrut::before { content: ""; position: absolute; left: calc(100% / 12); right: calc(100% / 12); top: 11px; height: 1px;
  background: linear-gradient(90deg, var(--zoloto), rgba(235,179,46,.25)); transform-origin: left; }
.js .marshrut::before { transform: scaleX(0); }
.js .marshrut.vidno::before { transform: none; transition: transform 1.8s var(--ease) .2s; }
.marshrut li { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; }
.tochka { width: 22px; height: 22px; border-radius: 50%; background: var(--z1); box-shadow: inset 0 0 0 1px var(--zoloto); position: relative; }
.tochka::after { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: var(--zoloto); }
.hab .tochka { box-shadow: inset 0 0 0 1px var(--zoloto), 0 0 0 6px rgba(235,179,46,.12); }
@media (prefers-reduced-motion: no-preference) { .hab .tochka::before { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 1px solid var(--zoloto); animation: puls 2.4s ease-out infinite; } }
@keyframes puls { from { transform: scale(.6); opacity: 1; } to { transform: scale(2.2); opacity: 0; } }
.marshrut b { font-size: 16px; color: var(--krem); font-weight: 600; }
.marshrut small { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--zoloto); margin-top: -8px; }
.js .marshrut li { opacity: 0; transform: translateY(14px); }
.js .marshrut.vidno li { opacity: 1; transform: none; transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: calc(var(--i) * 220ms + 200ms); }

/* ---------- команда: бегущая лента ---------- */
.komanda-lenta { display: flex; margin: 50px 0 34px; overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.lenta { list-style: none; margin: 0; padding: 0 18px 0 0; display: flex; gap: 18px; flex-shrink: 0; }
@media (prefers-reduced-motion: no-preference) {
  .lenta { animation: begushka 80s linear infinite; }
  .komanda-lenta:hover .lenta, .komanda-lenta:focus-within .lenta { animation-play-state: paused; }
}
@keyframes begushka { to { transform: translateX(-100%); } }
.lenta li { width: 196px; flex-shrink: 0; }
.lenta a { display: block; text-decoration: none; color: var(--tekst); }
.lico { display: block; aspect-ratio: 1; border-radius: 22px; overflow: hidden; background: radial-gradient(80% 70% at 50% 30%, var(--z3), var(--z1)); box-shadow: inset 0 0 0 1px rgba(242,232,203,.1); }
.lico img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); transition: transform .8s var(--ease), filter .5s; }
.lenta a:hover .lico img { transform: scale(1.06); filter: saturate(1.05); }
.inic { display: grid; place-items: center; width: 100%; height: 100%; font-size: 44px; font-weight: 700; color: var(--zoloto); }
.lenta b { display: block; margin-top: 12px; font-size: 15px; font-weight: 600; color: var(--krem); }
.lenta a > span:last-child { display: block; font-size: 13px; line-height: 1.4; color: var(--tusklo); }

/* ---------- контакты и финал ---------- */
.kontakty { list-style: none; margin: 44px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.kontakty li { padding: 20px 22px; border-radius: 18px; background: rgba(8,21,16,.45); box-shadow: inset 0 0 0 1px rgba(242,232,203,.08); display: flex; flex-direction: column; gap: 6px; }
.k-yarl { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--zoloto); }
.k-zn { color: var(--krem); font-size: 15.5px; line-height: 1.45; overflow-wrap: anywhere; }
.kontakty-abz { margin-top: 26px; color: rgba(233,228,212,.82); max-width: 70ch; }
.kontakty-abz p { margin: 0 0 8px; }
.final {
  position: relative; overflow: hidden; isolation: isolate; margin: 64px 0 0; padding: clamp(40px, 7vw, 90px) clamp(24px, 6vw, 80px);
  border-radius: 32px; text-align: center; background: linear-gradient(160deg, var(--z3), var(--z1));
  box-shadow: inset 0 0 0 1px var(--liniya), 0 40px 80px -40px rgba(0,0,0,.8);
}
.final-svet { position: absolute; inset: -60%; z-index: -1;
  background: conic-gradient(from 0deg, transparent 0 20%, rgba(235,179,46,.28) 30%, transparent 42% 70%, rgba(246,215,122,.18) 80%, transparent 92%); }
@media (prefers-reduced-motion: no-preference) { .final-svet { animation: vrashch 18s linear infinite; } }
@keyframes vrashch { to { transform: rotate(360deg); } }
.final::after { content: ""; position: absolute; inset: 1px; z-index: -1; border-radius: 31px; background: radial-gradient(90% 90% at 50% 0%, rgba(27,51,39,.85), rgba(8,21,16,.96)); }
.final-zag { margin: 0; font-size: clamp(28px, 4vw, 52px); font-weight: 700; letter-spacing: -.025em; line-height: 1.1; }
.final p:not(.final-zag) { margin: 18px auto 30px; max-width: 58ch; color: rgba(233,228,212,.85); }
.eshchyo { margin-top: 56px; }
.eshchyo-metka { margin: 0 0 14px; font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--tusklo); }
.eshchyo ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.eshchyo a { display: inline-block; padding: 9px 16px; border-radius: 999px; font-size: 14px; text-decoration: none; color: var(--krem); box-shadow: inset 0 0 0 1px rgba(242,232,203,.16); transition: background .3s, color .3s; }
.eshchyo a:hover { background: var(--zoloto); color: var(--z0); }

/* ---------- подвал (как на сайте) ---------- */
.niz { padding: 40px clamp(18px, 5vw, 64px) 48px; border-top: 1px solid var(--liniya); background: var(--z0); display: flex; flex-direction: column; gap: 12px; align-items: center; text-align: center; }
.podval { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 20px; }
.podval a { color: var(--tekst); text-decoration: none; font-size: 14px; }
.podval a:hover { color: var(--zoloto); }
.rekvizity { font-size: 12px; color: var(--tusklo); max-width: 900px; line-height: 1.6; }
.rekvizity a { color: var(--tusklo); }

/* ---------- навигация точками (ПК) ---------- */
.tochki { position: fixed; right: 22px; top: 50%; transform: translateY(-50%); z-index: 40; display: flex; flex-direction: column; gap: 14px; }
.tochki a { position: relative; display: block; width: 10px; height: 10px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(242,232,203,.45); transition: background .3s, box-shadow .3s, transform .3s; }
.tochki a.tek { background: var(--zoloto); box-shadow: none; transform: scale(1.25); }
.tochki a span { position: absolute; right: 22px; top: 50%; transform: translate(6px, -50%); white-space: nowrap; font-size: 12px; font-weight: 500; color: var(--krem);
  padding: 4px 10px; border-radius: 999px; background: rgba(8,21,16,.85); opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s; }
.tochki a:hover span, .tochki a:focus-visible span { opacity: 1; transform: translate(0, -50%); }
@media (max-width: 1279px) { .tochki { display: none; } }

/* ---------- адаптив ---------- */
@media (max-width: 1080px) {
  .staty { grid-template-columns: repeat(2, 1fr); }
  .stolpy, .napr-setka { grid-template-columns: 1fr; }
  .centry { grid-template-columns: repeat(3, 1fr); }
  .keys, .keys-1, .keys-2, .keys-3, .keys-4, .keys-5, .keys-6 { grid-column: span 6; }
  .kontakty { grid-template-columns: 1fr 1fr; }
  .osn-setka { grid-template-columns: 1fr; }
  .osn-foto { max-width: 560px; }
}
@media (max-width: 720px) {
  :root { --shapka: 60px; }
  .shapka { gap: 8px; padding: 0 14px; }
  .yazyki a { padding: 6px 8px; }
  .na-ploshad { padding: 9px; }
  .na-ploshad span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .hero { padding: calc(var(--shapka) + 28px) 18px 28px; justify-content: flex-start; }
  .hero-telo { margin-top: auto; }
  .hero-knopki .knopka { flex: 1 1 auto; justify-content: center; }
  .staty { gap: 10px; margin-top: 32px; }
  .stat { padding: 14px 14px; }
  .vniz { display: none; }
  .razdel { padding: 76px 18px; }
  .vvod { font-size: 16px; }
  .femida { position: relative; right: auto; top: auto; transform: none; width: calc(100% + 36px); margin: 0 -18px; height: 320px; overflow: hidden; }
  .femida img { margin-top: -40px; }
  .manifest { display: flex; flex-direction: column-reverse; }
  .imya { font-size: 46px; grid-template-columns: 3.1em 1fr; }
  .imya em { font-size: 19px; padding-left: 1.4em; }
  .beydzh { font-size: 12px; }
  .osn-foto { gap: 12px; }
  .osn:nth-child(2) { margin-top: 32px; }
  .centry { grid-template-columns: 1fr 1fr; }
  .centr { padding: 20px 14px; }
  .keysy-setka { grid-template-columns: 1fr; }
  .keys, .keys-1, .keys-2, .keys-3, .keys-4, .keys-5, .keys-6, .keys-7 { grid-column: auto; }
  .keys-7 { display: block; }
  .marshrut { grid-template-columns: 1fr; gap: 20px; padding-left: 4px; }
  .marshrut::before { left: 11px; right: auto; top: 11px; bottom: 11px; width: 1px; height: auto; background: linear-gradient(180deg, var(--zoloto), rgba(235,179,46,.25)); transform-origin: top; }
  .js .marshrut::before { transform: scaleY(0); }
  .marshrut li { flex-direction: row; text-align: left; gap: 14px; }
  .marshrut small { margin: 0; }
  .lenta li { width: 150px; }
  .kontakty { grid-template-columns: 1fr; }
  .final { border-radius: 24px; }
  .final::after { border-radius: 23px; }
  .kavychka { font-size: 100px; }
}

/* ---------- без движения ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js [data-r], .js .kaskad, .js [data-r] .slovo, .js .hero-deviz .slovo, .js .marshrut li { opacity: 1 !important; transform: none !important; filter: none !important; }
  .js .marshrut::before, .js .imya em::before { transform: none !important; }
  .komanda-lenta { overflow-x: auto; -webkit-mask: none; mask: none; scroll-snap-type: x mandatory; }
  .lenta li { scroll-snap-align: start; }
  .marquee-dubl { display: none; }
}
/* страховка: скрипт не пришёл — показать всё */
.bez-anim [data-r], .bez-anim .kaskad, .bez-anim .slovo, .bez-anim .marshrut li { opacity: 1 !important; transform: none !important; filter: none !important; }
.bez-anim .marshrut::before, .bez-anim .imya em::before { transform: none !important; }
