/* ==========================================================================
   VAJ MOTORS — Дизайн-система (тёмный премиум)
   1. Токены      2. Сброс      3. Типографика
   4. Раскладка   5. Хедер      6. Герой
   7. Секции      8. Футер      9. Адаптив
   ========================================================================== */

/* ---------- 1. Токены ---------- */
:root {
  /* Поверхности */
  --bg:          #08090b;
  --bg-elev:     #0f1114;
  --bg-elev-2:   #15181d;
  --bg-glass:    rgba(15, 17, 20, .72);

  /* Границы */
  --line:        rgba(255, 255, 255, .08);
  --line-strong: rgba(255, 255, 255, .16);

  /* Текст */
  --txt:         #edeff2;
  --txt-mute:    #9aa1ac;
  --txt-dim:     #6b727d;

  /* Акценты */
  --accent:      #e11d2b;
  --accent-2:    #ff5a5f;
  --accent-soft: rgba(225, 29, 43, .14);
  --amber:       #ffb020;
  --ok:          #22c55e;
  --danger:      #ef4444;

  /* Геометрия */
  --r-sm:  10px;
  --r:     16px;
  --r-lg:  24px;
  --r-xl:  32px;
  --maxw:  1200px;
  --gutter: clamp(16px, 4vw, 32px);

  /* Тени */
  --shadow:     0 24px 60px -24px rgba(0, 0, 0, .9);
  --shadow-sm:  0 8px 24px -12px rgba(0, 0, 0, .8);
  --glow:       0 0 0 1px rgba(225, 29, 43, .35), 0 12px 40px -12px rgba(225, 29, 43, .45);

  /* Движение */
  --ease: cubic-bezier(.22, 1, .36, 1);
  --dur:  .45s;

  /* Шрифты */
  --font: "Manrope", "Noto Sans Armenian", -apple-system, BlinkMacSystemFont,
          "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

/* ---------- 2. Сброс ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--txt);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

img, svg, video { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }

a { color: inherit; text-decoration: none; transition: color .25s var(--ease); }
a:hover { color: var(--accent); }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection { background: var(--accent); color: #fff; }

/* Скроллбар */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb {
  background: #23272e;
  border-radius: 99px;
  border: 2px solid var(--bg);
}
::-webkit-scrollbar-thumb:hover { background: #333941; }

/* ---------- 3. Типографика ---------- */
h1, h2, h3, h4 {
  margin: 0;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.025em;
}

h1 { font-size: clamp(2.25rem, 6vw, 4.25rem); }
h2 { font-size: clamp(1.75rem, 4vw, 2.85rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); letter-spacing: -.015em; }
h4 { font-size: 1.05rem; letter-spacing: -.01em; }

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

.lead {
  font-size: clamp(1rem, 1.6vw, 1.185rem);
  color: var(--txt-mute);
  line-height: 1.7;
}

.muted { color: var(--txt-mute); }
.dim   { color: var(--txt-dim); }

.accent-text {
  background: linear-gradient(100deg, var(--accent) 0%, var(--accent-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Надзаголовок секции */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent-2);
  margin-bottom: 16px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-2));
}

/* ---------- 4. Раскладка ---------- */
.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding-block: clamp(64px, 9vw, 120px); position: relative; }
.section--tight { padding-block: clamp(48px, 6vw, 80px); }
.section--alt { background: linear-gradient(180deg, transparent, rgba(255,255,255,.018), transparent); }

.section-head { max-width: 720px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow::after {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent-2), transparent);
}
.section-head p { margin-top: 16px; }

.grid { display: grid; gap: clamp(16px, 2vw, 24px); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

.stack { display: flex; flex-direction: column; gap: 20px; }
.row   { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* Разделитель-«свечение» */
.hr-glow {
  height: 1px;
  border: 0;
  margin: 0;
  background: linear-gradient(90deg, transparent, var(--line-strong) 25%, var(--line-strong) 75%, transparent);
}

/* ---------- 5. Хедер ---------- */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background .35s var(--ease), border-color .35s var(--ease), backdrop-filter .35s;
  border-bottom: 1px solid transparent;
}
.header.is-stuck {
  background: var(--bg-glass);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border-bottom-color: var(--line);
}

.header__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 76px;
}

/* Логотип */
.logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.logo:hover { color: inherit; }
.logo__mark {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, var(--accent), #8f101c);
  box-shadow: 0 6px 20px -8px rgba(225, 29, 43, .9);
  flex-shrink: 0;
}
.logo__mark svg { width: 24px; height: 24px; }
.logo__text { display: flex; flex-direction: column; line-height: 1.08; }

/* Словесный знак: «VAJ» хромом, «MOTORS» красным — как на вывеске сервиса */
.logo__name {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 1.16rem;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1;
}
.logo__vaj {
  background: linear-gradient(180deg, #fff 0%, #dfe3e8 42%, #8d939b 56%, #f4f6f8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
  letter-spacing: -.01em;
}
.logo__motors {
  color: var(--accent);
  font-size: .84em;
  letter-spacing: .06em;
}
.logo__tag {
  font-size: .58rem;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--txt-dim);
  font-weight: 700;
  margin-top: 4px;
}
.logo__tag b { color: var(--accent); font-weight: 700; }

/* Навигация */
.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav__link {
  position: relative;
  padding: 9px 14px;
  border-radius: var(--r-sm);
  font-size: .92rem;
  font-weight: 600;
  color: var(--txt-mute);
  white-space: nowrap;
  transition: color .25s var(--ease), background .25s var(--ease);
}
.nav__link:hover { color: var(--txt); background: rgba(255,255,255,.05); }
.nav__link.is-active { color: var(--txt); }
.nav__link.is-active::after {
  content: "";
  position: absolute;
  left: 14px; right: 14px; bottom: 3px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.header__actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

/* Бургер */
.burger {
  display: none;
  width: 42px; height: 42px;
  border-radius: var(--r-sm);
  border: 1px solid var(--line);
  place-items: center;
  background: rgba(255,255,255,.04);
}
.burger span {
  display: block;
  width: 18px; height: 2px;
  background: var(--txt);
  border-radius: 2px;
  transition: transform .3s var(--ease), opacity .2s;
}
.burger span + span { margin-top: 4px; }
.burger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Мобильное меню */
.mobile-menu {
  position: fixed;
  inset: 76px 0 0 0;
  z-index: 99;
  background: var(--bg);
  padding: 28px var(--gutter) 40px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow-y: auto;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform .4s var(--ease), visibility .4s;
}
.mobile-menu.is-open { transform: translateX(0); visibility: visible; }
.mobile-menu a.nav__link {
  font-size: 1.35rem;
  font-weight: 700;
  padding: 14px 0;
  color: var(--txt);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}
.mobile-menu a.nav__link:hover { background: none; color: var(--accent); }
.mobile-menu .mobile-menu__foot { margin-top: auto; padding-top: 32px; display: grid; gap: 12px; }

/* ---------- 6. Герой ---------- */
.hero {
  position: relative;
  min-height: min(92vh, 860px);
  display: flex;
  align-items: center;
  padding-block: 140px 80px;
  overflow: hidden;
  isolation: isolate;
}

/* Слой 0 — фотография цеха */
.hero__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  transform: scale(1.04);
  animation: heroPan 26s ease-in-out infinite alternate;
}
/* Затемнение, чтобы текст читался поверх фото */
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(95deg, rgba(8,9,11,.97) 0%, rgba(8,9,11,.9) 38%, rgba(8,9,11,.55) 68%, rgba(8,9,11,.75) 100%),
    linear-gradient(180deg, rgba(8,9,11,.85) 0%, transparent 26%, rgba(8,9,11,.55) 76%, var(--bg) 100%);
}

/* Слой 1 — световые пятна */
.hero::before {
  content: "";
  position: absolute;
  inset: -30% -10% auto -10%;
  height: 130%;
  z-index: -2;
  background:
    radial-gradient(58% 48% at 72% 18%, rgba(225, 29, 43, .30), transparent 62%),
    radial-gradient(45% 42% at 12% 72%, rgba(255, 90, 95, .16), transparent 65%),
    radial-gradient(80% 60% at 50% 0%,  rgba(255, 176, 32, .07), transparent 60%);
  filter: blur(10px);
}

/* Слой 2 — «печатная плата» (автоэлектрика) */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.07' stroke-width='1'%3E%3Cpath d='M0 30h34l12 12h30l12-12h32M0 90h30l14-14h34l10 10h32M30 0v26l12 12v34l-12 12v36M90 0v22l-12 12v40l12 12v34'/%3E%3C/g%3E%3Cg fill='%23ffffff' fill-opacity='.10'%3E%3Ccircle cx='34' cy='30' r='2.4'/%3E%3Ccircle cx='90' cy='76' r='2.4'/%3E%3Ccircle cx='30' cy='90' r='2.4'/%3E%3Ccircle cx='78' cy='34' r='2.4'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: radial-gradient(70% 60% at 50% 40%, #000 20%, transparent 78%);
  mask-image: radial-gradient(70% 60% at 50% 40%, #000 20%, transparent 78%);
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  width: 100%;
}

.hero h1 { margin-bottom: 22px; }
.hero h1 .accent-text { display: inline-block; }
.hero .lead { max-width: 54ch; margin-bottom: 32px; }

/* Крупный телефон в шапке */
.hero__phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  padding: 4px 18px 4px 4px;
  border-radius: 99px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, .04);
  transition: border-color .3s var(--ease), background .3s var(--ease), transform .25s var(--ease);
}
.hero__phone:hover {
  color: inherit;
  border-color: var(--accent);
  background: var(--accent-soft);
  transform: translateY(-2px);
}
.hero__phone-ic {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(140deg, var(--accent), #8f101c);
  color: #fff;
  flex-shrink: 0;
}
.hero__phone-ic svg { width: 20px; height: 20px; }
.hero__phone small {
  display: block;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--txt-dim);
  line-height: 1;
}
.hero__phone b {
  display: block;
  margin-top: 3px;
  font-size: clamp(1.1rem, 2.2vw, 1.38rem);
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }

/* Плашки доверия */
.hero__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  max-width: 520px;
}
.trust__num {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.1;
  background: linear-gradient(160deg, #fff, #c9ced5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.trust__label {
  font-size: .78rem;
  color: var(--txt-dim);
  line-height: 1.35;
  margin-top: 4px;
}

/* Карточка «экспресс-запись» справа */
.hero__panel {
  position: relative;
  padding: 28px;
  border-radius: var(--r-lg);
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.015)),
    var(--bg-elev);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.hero__panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(150deg, rgba(225,29,43,.55), transparent 42%, transparent 60%, rgba(255,90,95,.35));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* ---------- 7. Секции ---------- */

/* Бегущая строка марок */
.marquee {
  position: relative;
  overflow: hidden;
  padding-block: 28px;
  border-block: 1px solid var(--line);
  background: rgba(255,255,255,.015);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee__track {
  display: flex;
  gap: clamp(40px, 6vw, 80px);
  width: max-content;
  animation: marquee 34s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item {
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  font-weight: 800;
  letter-spacing: .06em;
  color: var(--txt-dim);
  white-space: nowrap;
  transition: color .3s var(--ease);
}
.marquee__item:hover { color: var(--txt); }

/* Раздел «Как мы работаем» */
.steps { counter-reset: step; }
.step {
  position: relative;
  padding: 28px 24px 26px;
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  overflow: hidden;
}
.step::before {
  counter-increment: step;
  content: "0" counter(step);
  position: absolute;
  top: -14px; right: 10px;
  font-size: 4.75rem;
  font-weight: 800;
  letter-spacing: -.05em;
  color: rgba(255,255,255,.045);
  line-height: 1;
  pointer-events: none;
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--txt-mute); font-size: .93rem; }

/* Блок «о нас» с достижениями */
.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.checklist li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  color: var(--txt-mute);
}
.checklist li:last-child { margin-bottom: 0; }
.checklist li strong { color: var(--txt); font-weight: 700; }
.checklist li::before {
  content: "";
  position: absolute;
  left: 0; top: 4px;
  width: 20px; height: 20px;
  border-radius: 6px;
  background: var(--accent-soft);
  border: 1px solid rgba(225,29,43,.4);
}
.checklist li::after {
  content: "";
  position: absolute;
  left: 6px; top: 9px;
  width: 8px; height: 4px;
  border-left: 2px solid var(--accent-2);
  border-bottom: 2px solid var(--accent-2);
  transform: rotate(-45deg);
}

/* Финальный призыв */
.cta-band {
  position: relative;
  border-radius: var(--r-xl);
  padding: clamp(36px, 6vw, 72px);
  text-align: center;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(70% 120% at 50% 0%, rgba(225,29,43,.28), transparent 60%),
    linear-gradient(180deg, var(--bg-elev-2), var(--bg-elev));
}
.cta-band h2 { margin-bottom: 16px; }
.cta-band .lead { max-width: 62ch; margin-inline: auto; margin-bottom: 32px; }
.cta-band .row { justify-content: center; }

/* ---------- 8. Футер ---------- */
.footer {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, var(--bg), #050608);
  padding-block: clamp(48px, 6vw, 72px) 0;
}
.footer__grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(auto-fit, minmax(160px, 1fr));
  gap: clamp(28px, 4vw, 48px);
  padding-bottom: 48px;
}
.footer__col h4 {
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--txt-dim);
  margin-bottom: 18px;
  font-weight: 700;
}
.footer__col li { margin-bottom: 11px; }
.footer__col a { color: var(--txt-mute); font-size: .93rem; }
.footer__col a:hover { color: var(--accent-2); }
.footer__about p { color: var(--txt-mute); font-size: .93rem; margin-top: 18px; max-width: 38ch; }

.footer__bottom {
  border-top: 1px solid var(--line);
  padding-block: 22px 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  align-items: center;
  font-size: .84rem;
  color: var(--txt-dim);
}

/* Плавающие кнопки мессенджеров */
.dock {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}
.dock__btn {
  width: 54px; height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 12px 30px -10px rgba(0,0,0,.85);
  transform: scale(0) translateY(12px);
  opacity: 0;
  transition: transform .4s var(--ease), opacity .3s, filter .25s;
  will-change: transform;
}
.dock.is-ready .dock__btn { transform: scale(1) translateY(0); opacity: 1; }
.dock.is-ready .dock__btn:nth-child(2) { transition-delay: .07s; }
.dock.is-ready .dock__btn:nth-child(3) { transition-delay: .14s; }
.dock__btn:hover { filter: brightness(1.12); transform: scale(1.08); color: #fff; }
.dock__btn svg { width: 26px; height: 26px; }
.dock__btn--wa { background: #25d366; }
.dock__btn--tg { background: #2aabee; }
.dock__btn--call { background: linear-gradient(140deg, var(--accent), #8f101c); }

/* Пульсация вокруг WhatsApp */
.dock__btn--wa::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #25d366;
  animation: ping 2.6s var(--ease) infinite;
  pointer-events: none;
}
.dock__btn { position: relative; }

/* Мобильная нижняя панель */
.callbar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 95;
  display: none;
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.callbar a {
  flex: 1;
  padding: 13px 6px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: var(--bg-glass);
  font-size: .7rem;
  font-weight: 700;
  color: var(--txt-mute);
}
.callbar a:hover, .callbar a:active { color: var(--accent-2); }
.callbar svg { width: 19px; height: 19px; }

/* ---------- 9. Адаптив ---------- */
@media (max-width: 1040px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__panel { max-width: 560px; }
}

@media (max-width: 900px) {
  .nav { display: none; }
  .burger { display: grid; }
  .header__actions .btn--ghost { display: none; }
  .hero { min-height: auto; padding-block: 120px 64px; }
  .footer__grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 64px; }   /* место под нижнюю панель */
  .callbar { display: flex; }
  .dock { bottom: 76px; right: 14px; }
  .dock__btn { width: 48px; height: 48px; }
  .dock__btn--call { display: none; }  /* звонок уже есть в нижней панели */
  .hero__trust { grid-template-columns: 1fr 1fr; gap: 20px 4px; }
}

@media (max-width: 420px) {
  .logo__tag { display: none; }
}

/* Уважение к системным настройкам */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Печать */
@media print {
  .header, .dock, .callbar, .mobile-menu { display: none !important; }
  body { background: #fff; color: #000; }
}
