/* ЛЕГАЛ-ПРАКТИКУМ · editorial-рестайл в манере sarahzaheer.site
   молочный #fcfcfc · чернильный #1e1e1e · акцент rgb(244 116 25) · тонкие линии · скобочные метки */

:root {
  --bg: #fcfcfc;
  --bg2: #f4f3f0;
  --ink: #1e1e1e;
  --ink2: #353535;
  --card: #ffffff;
  --txt: var(--ink);
  --mut: #6f6c66;
  --acc: #f47419;
  --red: #e23a24;
  --coral: #e23a24;
  --acc2: var(--red);
  --line: #e5e3de;
  --line-ink: #3c3c3c;
  --font-d: "Archivo", "Helvetica Neue", sans-serif;
  --font-s: "Playfair Display", Georgia, serif;
  --font-t: "Onest", system-ui, sans-serif;
  --font-m: "JetBrains Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body {
  font-family: var(--font-t);
  background: var(--bg);
  color: var(--txt);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.mono { font-family: var(--font-m); }
.c-red { color: var(--acc); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.skip { position: fixed; top: -60px; left: 16px; z-index: 200; background: var(--ink); color: #fff; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-family: var(--font-m); font-size: 13px; transition: top .2s ease; }
.skip:focus-visible { top: 12px; }
:focus-visible { outline: 2px solid var(--acc); outline-offset: 3px; }
::selection { background: var(--ink); color: #fcfcfc; }
.container { width: min(1240px, 100% - clamp(36px, 8vw, 120px)); margin-inline: auto; }

/* ── прогресс ── */
.progress { position: fixed; inset: 0 0 auto 0; height: 2px; z-index: 120; pointer-events: none; }
.progress i { display: block; height: 100%; width: 100%; transform-origin: 0 50%; transform: scaleX(0); background: var(--acc); }

/* ── шапка ── */
.hd { position: fixed; inset: 0 0 auto 0; z-index: 110; display: flex; align-items: center; gap: clamp(14px, 3vw, 34px); padding: 18px clamp(20px, 4vw, 52px); border-bottom: 1px solid transparent; transition: background .3s, border-color .3s; }
.hd.is-solid { background: rgba(252, 252, 252, 0.88); backdrop-filter: blur(14px); border-bottom-color: var(--line); }
.hd__logo { font-family: var(--font-m); font-weight: 500; font-size: 13px; letter-spacing: .08em; color: var(--txt); text-decoration: none; white-space: nowrap; text-transform: uppercase; }
.hd__logo span { color: var(--acc); }
.hd__nav { display: flex; gap: clamp(14px, 2vw, 30px); margin-left: auto; }
.hd__nav a { color: var(--txt); opacity: .72; text-decoration: none; font-size: 14px; font-weight: 500; transition: opacity .25s, color .25s; }
.hd__nav a:hover, .hd__nav a:focus-visible { opacity: 1; color: var(--acc); }
.hd__cta { font-size: 13px; letter-spacing: .02em; color: var(--txt) !important; text-decoration: none; padding: 10px 22px; border: 1px solid var(--ink); border-radius: 50px; transition: background .25s, color .25s, transform .25s ease; }
.hd__cta:hover, .hd__cta:focus-visible { background: var(--ink); color: #fcfcfc !important; transform: translateY(-2px); }
.burger { display: none; flex-direction: column; gap: 5px; margin-left: auto; cursor: pointer; padding: 12px 11px; border: 1px solid var(--line); border-radius: 50px; background: transparent; }
.burger span { width: 20px; height: 1.5px; background: var(--txt); display: block; }

/* мобильное меню */
.menu { position: fixed; inset: 0; z-index: 130; background: var(--bg); display: flex; flex-direction: column; justify-content: center; padding: 8vh clamp(24px, 8vw, 80px); }
.menu[hidden] { display: none; }
.menu a { font-family: var(--font-d); font-weight: 600; color: var(--txt); text-decoration: none; font-size: clamp(26px, 6vw, 42px); letter-spacing: -.02em; line-height: 1.35; border-bottom: 1px solid var(--line); padding: 12px 0; display: flex; align-items: baseline; gap: 14px; transition: color .2s, padding-left .25s ease; }
.menu a em { font-family: var(--font-m); font-style: normal; font-size: 12px; color: var(--acc); }
.menu a:hover, .menu a:focus-visible { color: var(--acc); padding-left: 10px; }
.menu__close { position: absolute; top: 22px; right: 24px; font-family: var(--font-m); font-size: 14px; color: var(--txt); background: transparent; border: 1px solid var(--ink); border-radius: 50px; cursor: pointer; padding: 10px 22px; transition: background .2s, color .2s; }
.menu__close:hover, .menu__close:focus-visible { background: var(--ink); color: #fff; }

/* ── hero ── */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 140px 0 clamp(32px, 6vh, 72px); overflow: clip;
  background: radial-gradient(46% 42% at 82% 26%, rgba(244,116,25,.09), transparent 70%), var(--bg); }
.hero__inner { position: relative; z-index: 2; width: min(1240px, 100% - clamp(36px, 8vw, 120px)); margin-inline: auto; }
.hero__kick { font-size: clamp(11px, 1vw, 12.5px); letter-spacing: .18em; text-transform: uppercase; color: var(--mut); }
.hero__kick::before { content: "[ "; color: var(--acc); }
.hero__kick::after { content: " ]"; color: var(--acc); }
.hero__title { font-family: var(--font-d); font-weight: 800; font-size: clamp(44px, calc(1.4rem + 9.4vw), 176px); line-height: .94; letter-spacing: -.045em; text-transform: uppercase; display: flex; flex-direction: column; margin-top: clamp(16px, 3vh, 32px); }
.lm--red span { color: var(--acc); }
.dot { color: var(--red); font-style: normal; }

.hero__row { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(24px, 5vw, 80px); align-items: end; margin-top: clamp(24px, 4vh, 56px); }
.hero__slogan { font-family: var(--font-d); font-weight: 600; font-size: clamp(17px, 2vw, 29px); line-height: 1.28; letter-spacing: -.01em; text-transform: uppercase; }
.hero__slogan mark { background: linear-gradient(104deg, transparent 2%, rgba(244,116,25,.28) 6%, rgba(244,116,25,.28) 94%, transparent 98%); color: inherit; padding: 0 .08em; }
.hero__side { border-left: 1px solid var(--line); padding-left: clamp(18px, 2.4vw, 34px); }
.hero__sub { max-width: 42ch; color: var(--mut); font-size: clamp(15px, 1.15vw, 17px); }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero__codes { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 30px; margin-top: clamp(28px, 5vh, 60px); padding-top: 18px; border-top: 1px solid var(--line); font-size: 11px; letter-spacing: .12em; color: var(--mut); text-transform: uppercase; }

/* кнопки — тонкие пилюли */
.btn { --bgb: transparent; --fgb: var(--ink); --brd: #bdbab4; display: inline-block; cursor: pointer; font-family: inherit; font-size: 14px; letter-spacing: .01em; padding: 15px 30px; text-decoration: none; border-radius: 50px; background: var(--bgb); color: var(--fgb); border: 1px solid var(--brd); white-space: nowrap; transition: transform .3s cubic-bezier(.2,.7,.2,1), background .25s, color .25s, border-color .25s; }
.btn--red { --bgb: var(--ink); --fgb: #fcfcfc; --brd: var(--ink); }
.btn--red:hover, .btn--red:focus-visible { background: var(--acc); border-color: var(--acc); color: #16110c; transform: translateY(-3px); }
.btn--ghost:hover, .btn--ghost:focus-visible { background: var(--ink); border-color: var(--ink); color: #fcfcfc; transform: translateY(-3px); }
.btn--big { padding: 19px 38px; font-size: 15px; }
.btn--dark { --fgb: var(--txt); --brd: var(--line-ink); }

/* анимированная композиция */
.hero__art { position: absolute; right: clamp(-150px, -6vw, 6px); top: 50%; width: clamp(320px, 42vw, 660px); aspect-ratio: 1; transform: translateY(-52%); z-index: 1; pointer-events: none; }
.hero__art svg { width: 100%; height: 100%; overflow: visible; }
.art-stamp { animation: spin 28s linear infinite; transform-origin: 380px 380px; }
.art-sheet--1 { animation: bob 7s ease-in-out infinite; }
.art-sheet--2 { animation: bob 9s ease-in-out infinite reverse; }
.art-mask { animation: bob 11s ease-in-out infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }

/* бегущая строка — контурная */
.ticker { overflow: clip; border-block: 1px solid var(--line); background: var(--bg); padding: 16px 0; }
.ticker__track { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.ticker__track span { display: block; white-space: nowrap; font-family: var(--font-d); font-weight: 700; text-transform: uppercase; letter-spacing: .02em; font-size: clamp(20px, 3.4vw, 44px); line-height: 1.25; color: transparent; -webkit-text-stroke: 1px #b8b4ac; }
.ticker__track span i { -webkit-text-stroke: 0; font-style: normal; color: var(--acc); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── секции ── */
.sec { padding: clamp(76px, 13vh, 170px) 0; }
.sec--dark { background: var(--ink); color: #f2efe9; }
.sec__head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: clamp(36px, 7vh, 84px); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--mut); }
.brk::before { content: "[ "; color: var(--acc); }
.brk::after { content: " ]"; color: var(--acc); }
.term { opacity: .55; }
.sec__title { font-family: var(--font-d); font-weight: 800; text-transform: uppercase; letter-spacing: -.03em; font-size: clamp(34px, calc(1rem + 4.6vw), 92px); line-height: 1.02; max-width: 16ch; }
.sec__title em, .sec__title--milk em { font-family: var(--font-s); font-style: italic; font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--acc); }
.sec__title--milk { color: #faf8f4; }

/* reveal-анимации */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-in { opacity: 1; transform: none; }
.lm { display: inline-block; overflow: clip; }
.lm > span { display: inline-block; transform: translateY(110%); transition: transform .9s cubic-bezier(.2,.75,.15,1) .1s; }
.lm.is-in > span { transform: none; }
.lm--red.is-in > span { transition-delay: .22s; }
[data-stagger].is-in > * { animation: rise .7s cubic-bezier(.2,.7,.2,1) both; }
[data-stagger].is-in > *:nth-child(2) { animation-delay: .08s; }
[data-stagger].is-in > *:nth-child(3) { animation-delay: .16s; }
[data-stagger].is-in > *:nth-child(4) { animation-delay: .24s; }
[data-stagger].is-in > *:nth-child(5) { animation-delay: .32s; }
[data-stagger].is-in > *:nth-child(6) { animation-delay: .4s; }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

/* ── 02 · о платформе ── */
.about__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 90px); margin-top: clamp(30px, 6vh, 70px); align-items: start; }
.about__lead { font-size: clamp(18px, 1.9vw, 27px); line-height: 1.45; letter-spacing: -.01em; max-width: 30ch; color: var(--ink2); }
.about__steps { list-style: none; border-top: 1px solid var(--line); }
.about__steps li { display: flex; align-items: baseline; gap: 22px; padding: 16px 4px; border-bottom: 1px solid var(--line); font-family: var(--font-d); font-weight: 600; text-transform: uppercase; letter-spacing: .01em; font-size: clamp(14px, 1.3vw, 18px); transition: padding-left .3s ease, color .25s; }
.about__steps li:hover { padding-left: 14px; color: var(--acc); }
.about__steps li span { font-family: var(--font-m); font-weight: 400; font-size: 12px; color: var(--acc); }

/* ── 03 · характер бренда ── */
.sec--dark .sec__head { color: #b5b0a6; }
.pers__note { margin-top: 20px; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: #a09b91; }
.pers__list { list-style: none; margin-top: clamp(24px, 5vh, 56px); display: flex; flex-wrap: wrap; gap: clamp(18px, 3vw, 44px); border-bottom: 1px solid var(--line-ink); }
.pers__item { --qc: #f2efe9; background: none; border: 0; cursor: pointer; padding: 10px 0 26px; position: relative;
  font-family: var(--font-d); font-weight: 700; text-transform: uppercase; letter-spacing: -.01em; color: #6d685f; font-size: clamp(22px, 3.6vw, 58px); line-height: 1.05; transition: color .25s; }
.pers__item::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 3px; background: var(--qc); transition: right .4s cubic-bezier(.2,.7,.2,1); }
.pers__item.is-on, .pers__item:hover, .pers__item:focus-visible { color: var(--qc); }
.pers__item.is-on::after, .pers__item:hover::after { right: 0; }
.pers__desc { margin-top: clamp(24px, 4vh, 44px); max-width: 62ch; min-height: 3.2em; font-size: clamp(15.5px, 1.4vw, 19px); color: #cdc8bd; }

/* ── 04 · направления (слайдер) ── */
.prog__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; }
.prog__nav { display: flex; gap: 10px; }
.sbtn { width: 52px; height: 52px; display: grid; place-items: center; cursor: pointer; font-size: 19px; background: transparent; color: var(--txt); border: 1px solid #bdbab4; border-radius: 50%; transition: background .25s, color .25s, border-color .25s, transform .25s ease; }
.sbtn:hover, .sbtn:focus-visible { background: var(--ink); border-color: var(--ink); color: #fcfcfc; transform: translateY(-2px); }
.slider { margin-top: clamp(24px, 4vh, 48px); overflow-x: clip; cursor: grab; touch-action: pan-y; }
.slider.is-drag { cursor: grabbing; user-select: none; }
.slider__track { list-style: none; display: flex; gap: clamp(14px, 1.6vw, 24px); padding-inline: max(calc((100vw - 1240px) / 2), clamp(18px, 4vw, 60px)); width: max-content; transition: transform .45s cubic-bezier(.2,.75,.2,1); }
.slider.is-drag .slider__track { transition: none; }

.dir { --dc: var(--acc); position: relative; flex: 0 0 auto; width: min(390px, 80vw);
  background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 28px 26px 30px;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, border-color .35s; }
.dir:hover, .dir:focus-within { transform: translateY(-10px); box-shadow: 0 24px 50px rgba(30, 30, 30, .1); border-color: var(--dc); }
.dir::after { content: ""; position: absolute; top: 0; left: 26px; right: 26px; height: 3px; background: var(--dc); border-radius: 0 0 3px 3px; }
.dir__top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.dir__num { font-size: 12.5px; letter-spacing: .12em; color: var(--mut); }
.dir__icon { width: 54px; height: 54px; color: #fff; display: grid; place-items: center; border-radius: 50%; background: var(--dc); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.dir:hover .dir__icon { transform: rotate(-8deg) scale(1.06); }
.dir__icon svg { width: 30px; height: 30px; display: block; }
.dir__name { font-family: var(--font-d); font-weight: 700; text-transform: uppercase; letter-spacing: -.01em; font-size: clamp(19px, 1.8vw, 25px); line-height: 1.15; }
.dir__desc { margin-top: 13px; font-size: 14.5px; color: var(--mut); min-height: 5.5em; }
.dir__meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.dir__meta li { list-style: none; font-family: var(--font-m); font-size: 11px; letter-spacing: .04em; border: 1px solid var(--line); padding: 5px 12px; text-transform: uppercase; border-radius: 50px; color: var(--ink2); }
.dir__cta { display: inline-block; margin-top: 22px; font-family: var(--font-m); font-size: 13px; text-transform: uppercase; color: var(--txt); text-decoration: underline; text-underline-offset: 6px; text-decoration-color: var(--dc); text-decoration-thickness: 2px; transition: color .25s; }
.dir__cta:hover, .dir__cta:focus-visible { color: var(--dc); }

/* ── 05 · интерактивное дело ── */
.sec--case { background: var(--bg2); border-block: 1px solid var(--line); }
.casegrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(24px, 4vw, 72px); }
.case__head { grid-column: 1 / -1; }
.case__num { font-size: 13px; letter-spacing: .2em; color: var(--red); margin-bottom: 14px; text-transform: uppercase; }
.case__num::before { content: "[ "; }
.case__num::after { content: " ]"; }
.case__disclaimer { margin-top: 18px; font-size: 11px; letter-spacing: .08em; color: var(--mut); text-transform: uppercase; }
.case__label { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--acc); border-bottom: 1px solid #d8d5cd; padding-bottom: 8px; margin: 30px 0 14px; }
.case__col > .case__label:first-child { margin-top: 0; }
.case__facts { list-style: none; display: flex; flex-direction: column; gap: 10px; color: var(--ink2); }
.case__doc { font-family: var(--font-m); font-size: 12.5px; line-height: 1.85; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; color: var(--ink2); }

.proof { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.proof button { width: 100%; display: block; cursor: pointer; font-family: inherit; font-size: 14.5px; font-weight: 500; text-align: left; color: var(--txt); background: var(--card); border: 1px solid var(--line); padding: 13px 16px; border-radius: 12px; transition: border-color .25s, transform .25s ease; }
.proof button:hover, .proof button:focus-visible { transform: translateX(6px); border-color: var(--acc); }
.proof button.is-open { border-color: var(--red); }
.proof i { font-family: var(--font-m); font-style: normal; font-size: 11px; color: var(--red); margin-right: 8px; }
.proof p { font-size: 13.5px; color: var(--mut); margin-top: 8px; }

.strat { display: flex; flex-direction: column; gap: 10px; }
.strat button { --tone: var(--acc); display: block; width: 100%; cursor: pointer; text-align: left;
  background: var(--ink); color: #f6f4ef; border: 0; border-radius: 14px; padding: 17px 20px 17px 58px; position: relative;
  font-family: var(--font-d); font-weight: 600; font-size: 15px; letter-spacing: -.005em; text-transform: none;
  transition: transform .25s ease, opacity .25s; }
.strat button::before { content: attr(data-k); position: absolute; left: 20px; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%;
  font-family: var(--font-m); font-size: 11px; font-weight: 700; color: #fff; background: var(--tone); }
.strat button:nth-of-type(1) { --tone: #d97c3f; }
.strat button:nth-of-type(2) { --tone: #e23a24; }
.strat button:nth-of-type(3) { --tone: #b3572a; }
.strat button:hover:not(:disabled), .strat button:focus-visible:not(:disabled) { transform: translateY(-3px); }
.strat button:disabled:not(.is-pick) { opacity: .38; cursor: default; }
.strat button.is-pick { outline: 3px solid var(--acc); outline-offset: 2px; }

.verdict { grid-column: 1 / -1; background: var(--card); border: 1px solid var(--line); border-left: 6px solid var(--acc); border-radius: 16px; padding: clamp(26px, 3.5vw, 48px); }
.verdict[hidden] { display: none; }
.verdict__mark { font-size: 11.5px; letter-spacing: .24em; text-transform: uppercase; margin-bottom: 12px; color: var(--mut); }
.verdict__mark::before { content: "[ "; color: var(--acc); }
.verdict__mark::after { content: " ]"; color: var(--acc); }
.verdict--good .verdict__mark::before, .verdict--good .verdict__mark::after { color: #3d9a50; }
.verdict--bad .verdict__mark::before, .verdict--bad .verdict__mark::after { color: var(--red); }
.verdict__title { font-family: var(--font-d); font-weight: 700; text-transform: uppercase; letter-spacing: -.01em; font-size: clamp(19px, 2.4vw, 30px); }
.verdict p + p { margin-top: 14px; max-width: 68ch; color: var(--ink2); }
.verdict .btn { margin-top: 24px; }

/* ── 06 · роли ── */
.viewtoggle { display: inline-flex; border: 1px solid var(--line); border-radius: 50px; padding: 4px; gap: 4px; }
.viewtoggle button { font-family: var(--font-m); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; background: none; border: 0; padding: 8px 18px; cursor: pointer; color: var(--mut); border-radius: 50px; transition: background .2s, color .2s; }
.viewtoggle button[aria-pressed="true"] { background: var(--ink); color: #fcfcfc; }
.roles__note { margin-top: 20px; max-width: 52ch; color: var(--mut); font-size: 16.5px; }
.roles { list-style: none; margin-top: clamp(28px, 5vh, 60px); display: grid; gap: clamp(14px, 2vw, 24px); }
.roles--grid { grid-template-columns: repeat(3, 1fr); }
.role { --dc: var(--acc); position: relative;
  background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 26px; overflow: hidden;
  transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease, border-color .3s; }
.role:hover { transform: translateY(-8px); box-shadow: 0 22px 46px rgba(30,30,30,.09); border-color: var(--dc); }
.role::after { content: ""; position: absolute; top: 0; left: 26px; right: 26px; height: 3px; background: var(--dc); border-radius: 0 0 3px 3px; }
.role__head { display: flex; align-items: center; gap: 18px; }
.role__mask { flex: 0 0 auto; width: 76px; height: 76px; color: var(--txt); padding: 13px; background: var(--bg2); border-radius: 50%; }
.role__mask svg { width: 100%; height: 100%; display: block; }
.role__num { font-size: 11px; letter-spacing: .16em; color: var(--acc); text-transform: uppercase; }
.role__num::before { content: "/ "; opacity: .6; }
.role__name { font-family: var(--font-d); font-weight: 700; text-transform: uppercase; letter-spacing: -.01em; font-size: clamp(17px, 1.6vw, 22px); margin-top: 4px; }
.role__desc { margin-top: 15px; font-size: 14px; color: var(--mut); }
.role__facts { list-style: none; margin-top: 14px; display: flex; flex-direction: column; gap: 7px; font-size: 13.5px; color: var(--ink2); }
.role__facts b { color: var(--mut); font-family: var(--font-m); font-weight: 400; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; margin-right: 10px; }
.roles--list .role { display: grid; grid-template-columns: minmax(280px, 380px) 1fr; gap: 12px 36px; align-items: center; }
.roles--list .role__desc, .roles--list .role__facts { margin-top: 0; }

/* ── 07 · обучение ── */
.how { list-style: none; counter-reset: step; margin-top: clamp(28px, 5vh, 56px); }
.how li { counter-increment: step; position: relative; display: grid; grid-template-columns: auto 1fr; gap: clamp(18px, 3.4vw, 52px);
  align-items: baseline; padding: clamp(20px, 3vh, 34px) 0; border-top: 1px solid var(--line-ink); }
.how li:last-child { border-bottom: 1px solid var(--line-ink); }
.how li::before { content: "/0" counter(step); font-family: var(--font-m); font-weight: 400; font-size: clamp(15px, 1.7vw, 21px); line-height: 1.4; color: var(--acc); }
.how h3 { font-family: var(--font-d); font-weight: 700; text-transform: uppercase; letter-spacing: -.01em; font-size: clamp(17px, 2vw, 27px); color: #faf8f4; }
.how p { margin-top: 8px; max-width: 58ch; color: #b5b0a6; }
.sec--dark .brk::before, .sec--dark .brk::after { color: var(--acc); }

/* ── 08 · показатели ── */
.sec--stats { border-bottom: 1px solid var(--line); background: var(--bg); padding: clamp(48px, 8vh, 100px) 0; }
.stats { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 3vw, 44px); }
.stats li { position: relative; padding-top: 16px; }
.stats li::before { content: ""; position: absolute; top: 0; left: 0; width: 42px; height: 3px; background: var(--acc); }
.stats b { display: block; font-family: var(--font-d); font-weight: 800; letter-spacing: -.03em; font-size: clamp(38px, 5.4vw, 88px); line-height: 1.05; }
.stats span { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--mut); }
.stats__note { margin-top: 26px; font-size: 11px; letter-spacing: .08em; color: var(--mut); }
.stats__note::before { content: "[ "; color: var(--acc); }
.stats__note::after { content: " ]"; color: var(--acc); }

/* ── 09 · события ── */
.events { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 28px); margin-top: clamp(28px, 5vh, 56px); }
.ev { --ec: var(--acc); display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease; }
.ev:hover { transform: translateY(-10px); box-shadow: 0 24px 50px rgba(30,30,30,.1); }
.ev__pic { aspect-ratio: 16 / 10; position: relative; overflow: clip; background: var(--ink); }
.ev__pic svg { position: absolute; inset: -12%; width: 124%; height: 124%; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.ev:hover .ev__pic svg { transform: scale(1.4) rotate(2deg); }
.ev__tag { position: absolute; top: 14px; left: 14px; z-index: 2; font-family: var(--font-m); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; background: var(--ec); color: #fff; padding: 6px 14px; border-radius: 50px; }
.ev__body { display: flex; flex-direction: column; flex: 1; gap: 10px; padding: 22px; }
.ev__date { font-size: 11.5px; letter-spacing: .1em; color: var(--mut); text-transform: uppercase; }
.ev__title { font-family: var(--font-d); font-weight: 700; text-transform: uppercase; letter-spacing: -.01em; font-size: clamp(15px, 1.35vw, 18.5px); line-height: 1.32; color: var(--txt); }
.ev__more { margin-top: auto; padding-top: 8px; font-family: var(--font-m); font-size: 13px; text-transform: uppercase; color: var(--txt); text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 2px; text-decoration-color: var(--ec); transition: color .25s; }
.ev__more:hover, .ev__more:focus-visible { color: var(--ec); }

/* ── 10 · финальный CTA — чернильный блок ── */
.cta { background: var(--ink); color: #f2efe9; padding: clamp(80px, 13vh, 170px) 0 36px; overflow: clip; }
.cta__title { font-family: var(--font-d); font-weight: 800; text-transform: uppercase; letter-spacing: -.04em; font-size: clamp(46px, calc(1.6rem + 8vw), 152px); line-height: .96; color: #faf8f4; max-width: 9ch; }
.cta__title em { font-family: var(--font-s); font-style: italic; font-weight: 400; letter-spacing: 0; color: var(--acc); }
.cta .c-red { color: var(--acc); }
.cta__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: clamp(30px, 5vh, 60px); }
.cta .btn--ghost { --brd: #55524b; --fgb: #f2efe9; background: transparent; }
.cta .btn--ghost:hover, .cta .btn--ghost:focus-visible { background: #f2efe9; border-color: #f2efe9; color: var(--ink); transform: translateY(-3px); }
.cta .btn--red { --bgb: var(--acc); --fgb: #16110c; border-color: var(--acc); }
.cta .btn--red:hover, .cta .btn--red:focus-visible { background: #f2efe9; border-color: #f2efe9; transform: translateY(-3px); }
.cta__foot { display: flex; flex-wrap: wrap; gap: 10px 34px; margin-top: clamp(64px, 10vh, 130px); padding-top: 22px; border-top: 1px solid var(--line-ink); font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; }
.cta__foot a { color: inherit; text-decoration: underline; text-underline-offset: 5px; transition: opacity .25s; }
.cta__foot a:hover { opacity: .6; }

/* ── адаптив ── */
@media (max-width: 1060px) {
  .roles--grid { grid-template-columns: repeat(2, 1fr); }
  .events { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .hd__nav { display: none; }
  .hd__cta { display: none; }
  .burger { display: flex; }
  .hero { align-items: flex-end; }
  .hero__art { opacity: .22; right: -34%; width: 96vw; }
  .hero__row, .about__grid, .casegrid { grid-template-columns: 1fr; }
  .hero__side { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 22px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .roles--list .role { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .events { grid-template-columns: 1fr; }
  .roles--grid { grid-template-columns: 1fr; }
  .prog__head { flex-direction: column; align-items: flex-start; }
}

/* ── reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001s !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001s !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
  [data-stagger].is-in > * { animation: none !important; }
  .lm[data-reveal].is-in span { animation: none !important; }
  .ticker__track span { animation: none !important; }
  .art-stamp, .art-sheet--1, .art-sheet--2, .art-mask { animation: none !important; }
}
html.reduced [data-reveal] { opacity: 1; transform: none; transition: none; }

