/* =================================================================
   О бренде (/o-nas/) — about-v1.css
   Источник: wireframes/about.html <style> (06.06.2026).
   Бренд-система: белый паспорт + синий #2A6FDB + Unbounded/Manrope.
   Header/footer — глобальные (get_header/footer 'v3'), их стили в site-chrome.css,
   поэтому .zs-burger / .zs-header / .zs-nav правила сюда НЕ переносятся.
   JS: counter-up, reveal-on-scroll, hero parallax (js/about-v1.js).
   ================================================================= */

.ab-page { background: var(--zs-surface); overflow-x: hidden; }

/* ───── HERO ───── */
.ab-hero {
  position: relative;
  min-height: 88vh;
  display: flex; align-items: flex-end;
  overflow: hidden;
  background: var(--zs-ink);
}
.ab-hero__media {
  position: absolute; inset: 0;
  z-index: 0;
}
.ab-hero__media img {
  width: 100%; height: 120%;
  object-fit: cover;
  object-position: center;
  opacity: 0.55;
  will-change: transform;
}
.ab-hero__veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(10,10,10,0.3) 0%, rgba(10,10,10,0.5) 50%, rgba(10,10,10,0.92) 100%),
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(42,111,219,0.25), transparent);
}
.ab-hero__inner {
  position: relative; z-index: 2;
  max-width: var(--c-max); margin-inline: auto; width: 100%;
  padding: var(--s-10) var(--c-pad) var(--s-9);
}
.ab-hero__eyebrow {
  font-size: 13px; font-weight: 600;
  letter-spacing: var(--f-track-wide); text-transform: uppercase;
  color: var(--zs-accent); margin-bottom: var(--s-5);
  display: inline-flex; align-items: center; gap: var(--s-2);
}
.ab-hero__eyebrow::before {
  content: ''; width: 24px; height: 1px; background: var(--zs-accent);
}
.ab-hero__title {
  font-family: var(--f-display);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 600; line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--zs-text-inv); margin: 0;
  max-width: 900px;
}
.ab-hero__title em { font-style: normal; color: var(--zs-accent); }
.ab-hero__sub {
  font-size: clamp(17px, 2vw, 21px);
  color: rgba(255,255,255,0.75); line-height: 1.55;
  max-width: 560px; margin: var(--s-6) 0 var(--s-7);
}
.ab-hero__ctas { display: flex; gap: var(--s-3); flex-wrap: wrap; }
.ab-hero__scroll {
  position: absolute; bottom: var(--s-7); right: var(--c-pad);
  z-index: 3;
  font-size: 12px; color: rgba(255,255,255,0.5);
  letter-spacing: 0.1em; text-transform: uppercase;
  writing-mode: vertical-rl;
  display: flex; align-items: center; gap: var(--s-3);
}
.ab-hero__scroll::after {
  content: ''; width: 1px; height: 48px;
  background: linear-gradient(rgba(255,255,255,0.4), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100% { opacity: 0.3; } 50% { opacity: 1; } }

/* ───── STATS (на 2 месте — уважение к достижениям сразу) ───── */
.ab-stats {
  background: var(--zs-surface);
  padding: var(--s-9) 0;
  border-bottom: 1px solid var(--zs-line);
}
.ab-stats__head {
  text-align: center; margin-bottom: var(--s-8);
  display: flex; flex-direction: column; align-items: center; gap: var(--s-3);
}
.ab-eyebrow {
  font-size: 13px; font-weight: 600;
  letter-spacing: var(--f-track-wide); text-transform: uppercase;
  color: var(--zs-accent);
}
.ab-stats__title {
  font-family: var(--f-display); font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600; line-height: 1.1; letter-spacing: -0.02em;
  color: var(--zs-text); margin: 0;
}
.ab-stats__grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: var(--s-4);
}
.ab-stat {
  text-align: center;
  padding: var(--s-6) var(--s-4);
  border-right: 1px solid var(--zs-line);
}
.ab-stat:last-child { border-right: 0; }
.ab-stat__num {
  font-family: var(--f-display);
  font-size: clamp(40px, 4vw, 56px); font-weight: 700; line-height: 1;
  letter-spacing: -0.03em;
  color: var(--zs-accent);
  margin-bottom: var(--s-3);
  font-variant-numeric: tabular-nums;
}
.ab-stat__num sup { font-size: 0.5em; vertical-align: super; }
.ab-stat__num .ab-stat__suffix { font-size: 0.4em; font-weight: 600; letter-spacing: 0.02em; }
.ab-stat__label {
  font-size: 13px; color: var(--zs-text-2); line-height: 1.4;
}

/* ───── MANIFESTO ───── */
.ab-manifesto {
  background: var(--zs-surface-2);
  padding: var(--s-10) 0;
}
.ab-manifesto__inner {
  max-width: 920px; margin-inline: auto;
  padding-inline: var(--c-pad);
  position: relative;
}
.ab-manifesto__quote {
  position: absolute; top: -40px; left: var(--c-pad);
  font-family: var(--f-display);
  font-size: 160px; line-height: 1;
  color: var(--zs-accent); opacity: 0.12;
  user-select: none; pointer-events: none;
}
.ab-manifesto__text {
  font-family: var(--f-display);
  font-size: clamp(24px, 3.4vw, 40px);
  font-weight: 500; line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--zs-text);
  position: relative; z-index: 1;
}
.ab-manifesto__text em { font-style: normal; color: var(--zs-accent); }
.ab-manifesto__caption {
  margin-top: var(--s-6);
  font-size: 14px; color: var(--zs-text-3);
  display: flex; align-items: center; gap: var(--s-3);
}
.ab-manifesto__caption::before {
  content: ''; width: 32px; height: 1px; background: var(--zs-line-2);
}

/* ───── STORY ───── */
.ab-story {
  padding: var(--s-10) 0;
  background: var(--zs-surface);
}
.ab-story__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: var(--s-9); align-items: start;
}
.ab-story__media {
  position: relative;
  border-radius: var(--zs-r-md);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--zs-shadow-2);
}
.ab-story__media img { width: 100%; height: 100%; object-fit: cover; }
.ab-story__media-badge {
  position: absolute; left: var(--s-5); bottom: var(--s-5);
  background: var(--zs-surface);
  border-radius: var(--zs-r-sm);
  padding: var(--s-4) var(--s-5);
  box-shadow: var(--zs-shadow-1);
}
.ab-story__media-num {
  font-family: var(--f-display); font-size: 32px; font-weight: 700;
  color: var(--zs-accent); line-height: 1; letter-spacing: -0.02em;
}
.ab-story__media-cap {
  font-size: 12px; color: var(--zs-text-2); margin-top: 4px;
}
.ab-story__title {
  font-family: var(--f-display); font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600; line-height: 1.1; letter-spacing: -0.02em;
  color: var(--zs-text); margin: var(--s-4) 0 var(--s-6);
}
.ab-story__text p { font-size: 17px; color: var(--zs-text-2); line-height: 1.7; }
.ab-story__text p + p { margin-top: var(--s-4); }
.ab-story__text b { color: var(--zs-text); font-weight: 600; }

/* Timeline */
.ab-timeline {
  margin-top: var(--s-7);
  position: relative;
  padding-left: var(--s-6);
}
.ab-timeline::before {
  content: ''; position: absolute; left: 4px; top: 8px; bottom: 8px;
  width: 1px; background: var(--zs-line);
}
.ab-tl-item {
  position: relative; padding-bottom: var(--s-5);
}
.ab-tl-item:last-child { padding-bottom: 0; }
.ab-tl-item::before {
  content: ''; position: absolute; left: -23px; top: 5px;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--zs-accent);
  box-shadow: 0 0 0 4px rgba(42,111,219,0.12);
}
.ab-tl-year {
  font-family: var(--f-display); font-size: 13px; font-weight: 700;
  color: var(--zs-accent); letter-spacing: 0.04em;
}
.ab-tl-item h4 {
  font-size: 15px; font-weight: 700; color: var(--zs-text);
  margin: 4px 0 4px;
}
.ab-tl-item p { font-size: 14px; color: var(--zs-text-2); line-height: 1.5; margin: 0; }

/* ───── WHY (Почему выбирают — фото завода + 3 причины) ───── */
.ab-why {
  padding: var(--s-10) 0;
  background: var(--zs-ink);
  color: var(--zs-text-inv);
  position: relative;
  overflow: hidden;
}
.ab-why::before {
  content: ''; position: absolute;
  top: -200px; right: -200px; width: 600px; height: 600px;
  border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(42,111,219,0.16) 0%, transparent 65%);
}
.ab-why .zs-container { position: relative; z-index: 2; }
.ab-why__grid {
  display: grid; grid-template-columns: 0.9fr 1.1fr;
  gap: var(--s-9); align-items: center;
}
.ab-why__media {
  position: relative;
  border-radius: var(--zs-r-md);
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: var(--zs-shadow-2);
}
.ab-why__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ab-why__media-badge {
  position: absolute; left: var(--s-5); bottom: var(--s-5);
  background: rgba(10,10,10,0.78);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--zs-r-sm);
  padding: var(--s-4) var(--s-5);
  display: flex; flex-direction: column; gap: 2px;
}
.ab-why__media-label {
  font-family: var(--f-display); font-size: 15px; font-weight: 600;
  color: var(--zs-text-inv); letter-spacing: -0.01em;
}
.ab-why__media-text { font-size: 12px; color: rgba(255,255,255,0.65); }
.ab-why__head {
  margin-bottom: var(--s-7);
  display: flex; flex-direction: column; gap: var(--s-3);
}
.ab-why__head .ab-section-title { color: var(--zs-text-inv); }
.ab-why__list { display: flex; flex-direction: column; gap: var(--s-6); }
.ab-why-item {
  display: grid; grid-template-columns: auto 1fr; gap: var(--s-5);
  align-items: start;
}
.ab-why-item__num {
  font-family: var(--f-display); font-size: 15px; font-weight: 700;
  color: var(--zs-accent); letter-spacing: 0.04em;
  width: 44px; height: 44px; flex-shrink: 0;
  border: 1px solid rgba(42,111,219,0.4);
  border-radius: var(--zs-r-sm);
  display: grid; place-items: center;
}
.ab-why-item__body h3 {
  font-family: var(--f-body); font-size: 18px; font-weight: 700;
  color: var(--zs-text-inv); margin: 4px 0 var(--s-2); line-height: 1.3;
}
.ab-why-item__body p { font-size: 15px; color: rgba(255,255,255,0.72); line-height: 1.6; margin: 0; }

/* ───── AWARDS ───── */
.ab-awards {
  padding: var(--s-10) 0;
  background: var(--zs-surface);
  border-bottom: 1px solid var(--zs-line);
}
.ab-awards__head {
  display: grid; grid-template-columns: 1fr auto; gap: var(--s-5);
  align-items: end; margin-bottom: var(--s-8);
}
.ab-awards__title-wrap { display: flex; flex-direction: column; gap: var(--s-3); }
.ab-awards__note {
  font-size: 14px; color: var(--zs-text-2); max-width: 280px; text-align: right;
}
.ab-awards__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-4);
}
.ab-award {
  background: var(--zs-surface-2);
  border: 1px solid var(--zs-line);
  border-radius: var(--zs-r-md);
  padding: var(--s-6);
  display: flex; flex-direction: column; gap: var(--s-4);
  transition: all var(--d-2) var(--ease);
}
.ab-award:hover { box-shadow: var(--zs-shadow-1); transform: translateY(-2px); }
.ab-award__icon {
  width: 44px; height: 44px;
  border-radius: var(--zs-r-sm);
  background: var(--zs-accent-soft);
  display: grid; place-items: center;
  color: var(--zs-accent);
}
.ab-award__icon svg { width: 24px; height: 24px; }
.ab-award__year {
  font-family: var(--f-display); font-size: 13px; font-weight: 600;
  color: var(--zs-accent); letter-spacing: 0.04em;
}
.ab-award__name {
  font-family: var(--f-body); font-size: 16px; font-weight: 700;
  color: var(--zs-text); line-height: 1.3;
}
.ab-award__desc { font-size: 13px; color: var(--zs-text-2); line-height: 1.5; margin-top: auto; }

/* ───── Общий заголовок секции (Награды, Почему, Гарантия/Сервис) ───── */
.ab-section-title {
  font-family: var(--f-display); font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600; line-height: 1.1; letter-spacing: -0.02em;
  color: var(--zs-text); margin: 0;
}

/* ───── SUPPORT (Гарантия + Сервис в табах, CSS-radio, без JS) ───── */
.ab-support {
  padding: var(--s-10) 0;
  background: var(--zs-surface-2);
  border-top: 1px solid var(--zs-line);
  border-bottom: 1px solid var(--zs-line);
}
.ab-support__head {
  display: flex; flex-direction: column; gap: var(--s-3);
  margin-bottom: var(--s-7);
}
/* radio-инпуты-переключатели — скрыты */
.ab-support__radio { position: absolute; opacity: 0; pointer-events: none; }
/* лента табов */
.ab-support__tabs {
  display: inline-flex; gap: 4px;
  background: var(--zs-surface);
  border: 1px solid var(--zs-line);
  border-radius: var(--zs-r-md);
  padding: 4px;
  margin-bottom: var(--s-7);
}
.ab-support__tab {
  font-family: var(--f-body); font-size: 14px; font-weight: 600;
  letter-spacing: var(--f-track); text-transform: uppercase;
  color: var(--zs-text-2);
  padding: var(--s-3) var(--s-6);
  border-radius: var(--zs-r-sm);
  cursor: pointer; user-select: none;
  display: inline-flex; align-items: center; gap: var(--s-2);
  transition: all var(--d-1) var(--ease);
  min-height: 44px;
}
.ab-support__tab svg { width: 18px; height: 18px; }
.ab-support__tab:hover { color: var(--zs-text); }
/* активный таб */
#ab-tab-warranty:checked ~ .ab-support__tabs label[for="ab-tab-warranty"],
#ab-tab-service:checked ~ .ab-support__tabs label[for="ab-tab-service"] {
  background: var(--zs-accent); color: var(--zs-text-inv);
}
/* панели */
.ab-support__panel { display: none; }
#ab-tab-warranty:checked ~ .ab-support__panels .ab-support__panel--warranty,
#ab-tab-service:checked ~ .ab-support__panels .ab-support__panel--service {
  display: block;
}

/* — панель Гарантия — */
.ab-warranty__grid {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: var(--s-9);
  align-items: start;
}
.ab-warranty__intro p { font-size: 16px; color: var(--zs-text-2); line-height: 1.6; margin-top: var(--s-4); }
.ab-warranty__row {
  display: flex; gap: var(--s-5); align-items: center;
  padding: var(--s-5) 0;
  border-bottom: 1px solid var(--zs-line);
}
.ab-warranty__row:last-child { border-bottom: 0; }
.ab-warranty__years {
  font-family: var(--f-display); font-size: 44px; font-weight: 700;
  color: var(--zs-accent); min-width: 72px; line-height: 1;
  letter-spacing: -0.03em;
}
.ab-warranty__desc strong {
  color: var(--zs-text); display: block; font-weight: 700;
  font-size: 15px; margin-bottom: 3px;
}
.ab-warranty__desc span { font-size: 14px; color: var(--zs-text-2); line-height: 1.5; }

/* — панель Сервис — */
.ab-service__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-9);
  align-items: center;
}
.ab-service__text p { font-size: 17px; color: var(--zs-text-2); line-height: 1.7; }
.ab-service__text p + p { margin-top: var(--s-4); }
.ab-service__buttons { display: flex; gap: var(--s-3); flex-wrap: wrap; margin-top: var(--s-6); }
.ab-service__card {
  background: var(--zs-ink); color: var(--zs-text-inv);
  border-radius: var(--zs-r-md);
  padding: var(--s-7);
  position: relative; overflow: hidden;
}
.ab-service__card::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(42,111,219,0.2), transparent 70%);
}
.ab-service__card-num {
  font-family: var(--f-display); font-size: 56px; font-weight: 700;
  color: var(--zs-accent); line-height: 1; letter-spacing: -0.03em;
  position: relative; z-index: 1;
}
.ab-service__card-num sup { font-size: 0.5em; vertical-align: super; }
.ab-service__card-sub { font-size: 15px; color: rgba(255,255,255,0.7); margin: var(--s-3) 0 var(--s-6); position: relative; z-index: 1; }
.ab-service__list { display: flex; flex-direction: column; gap: var(--s-3); position: relative; z-index: 1; padding: 0; margin: 0; }
.ab-service__list li {
  display: flex; align-items: start; gap: var(--s-3);
  font-size: 14px; color: rgba(255,255,255,0.85); line-height: 1.5;
  list-style: none;
}
.ab-service__list svg { width: 18px; height: 18px; color: var(--zs-accent); flex-shrink: 0; margin-top: 2px; }

/* ───── TEAM / CEO ───── */
.ab-team {
  padding: var(--s-10) 0;
  background: var(--zs-surface);
  border-top: 1px solid var(--zs-line);
}
.ab-team__grid {
  display: grid; grid-template-columns: 0.85fr 1.15fr;
  gap: var(--s-9); align-items: center;
}
.ab-team__photo {
  position: relative;
  border-radius: var(--zs-r-md);
  overflow: hidden;
  aspect-ratio: 1;
  box-shadow: var(--zs-shadow-2);
  background: var(--zs-surface-2);
}
.ab-team__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.ab-team__role {
  font-size: 13px; font-weight: 600;
  letter-spacing: var(--f-track-wide); text-transform: uppercase;
  color: var(--zs-accent);
}
.ab-team__name {
  font-family: var(--f-display); font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 600; line-height: 1.1; letter-spacing: -0.02em;
  color: var(--zs-text); margin: var(--s-4) 0 var(--s-5);
}
.ab-team__quote {
  font-size: clamp(18px, 2vw, 22px); line-height: 1.55;
  color: var(--zs-text); font-weight: 500;
  border-left: 3px solid var(--zs-accent);
  padding-left: var(--s-5);
  margin-bottom: var(--s-6);
}
.ab-team__text p { font-size: 16px; color: var(--zs-text-2); line-height: 1.7; }
.ab-team__text p + p { margin-top: var(--s-3); }
.ab-team__tg {
  display: inline-flex; align-items: center; gap: var(--s-3);
  margin-top: var(--s-6);
  padding: var(--s-3) var(--s-5);
  background: var(--zs-surface-2);
  border: 1px solid var(--zs-line);
  border-radius: var(--zs-r-md);
  transition: all var(--d-2) var(--ease);
  text-decoration: none;
}
.ab-team__tg:hover { border-color: var(--zs-accent); background: var(--zs-accent-soft); }
.ab-team__tg-icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: #2AABEE; color: #fff;
  display: grid; place-items: center; flex-shrink: 0;
}
.ab-team__tg-icon svg { width: 22px; height: 22px; }
.ab-team__tg-text { display: flex; flex-direction: column; }
.ab-team__tg-label { font-size: 12px; color: var(--zs-text-3); }
.ab-team__tg-handle { font-size: 15px; font-weight: 600; color: var(--zs-text); }

/* ───── SOCIAL RESPONSIBILITY ───── */
.ab-social {
  padding: var(--s-10) 0;
  background: var(--zs-surface-2);
  border-top: 1px solid var(--zs-line);
}
.ab-social__head {
  display: grid; grid-template-columns: 1fr auto; gap: var(--s-5);
  align-items: end; margin-bottom: var(--s-8);
}
.ab-social__note {
  font-size: 14px; color: var(--zs-text-2); max-width: 320px; text-align: right;
}
.ab-social__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-5);
}
.ab-social-card {
  background: var(--zs-surface);
  border: 1px solid var(--zs-line);
  border-radius: var(--zs-r-md);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: all var(--d-2) var(--ease);
}
.ab-social-card:hover { box-shadow: var(--zs-shadow-2); transform: translateY(-2px); }
.ab-social-card__media {
  aspect-ratio: 16/10; overflow: hidden;
  background: var(--zs-ink);
}
.ab-social-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--d-3) var(--ease); }
.ab-social-card:hover .ab-social-card__media img { transform: scale(1.05); }
.ab-social-card__body { padding: var(--s-5); }
.ab-social-card__tag {
  font-size: 11px; font-weight: 600;
  letter-spacing: var(--f-track-wide); text-transform: uppercase;
  color: var(--zs-accent); margin-bottom: var(--s-3);
}
.ab-social-card__title {
  font-family: var(--f-body); font-size: 17px; font-weight: 700;
  color: var(--zs-text); line-height: 1.3; margin: 0 0 var(--s-2);
}
.ab-social-card__desc { font-size: 14px; color: var(--zs-text-2); line-height: 1.5; }

/* ───── CTA ───── */
.ab-cta {
  padding: var(--s-10) 0;
  background: var(--zs-surface-2);
  border-top: 1px solid var(--zs-line);
  text-align: center;
}
.ab-cta__title {
  font-family: var(--f-display); font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 600; line-height: 1.1; letter-spacing: -0.02em;
  color: var(--zs-text); margin: 0 0 var(--s-4);
}
.ab-cta__sub { font-size: 18px; color: var(--zs-text-2); max-width: 540px; margin: 0 auto var(--s-7); line-height: 1.5; }
.ab-cta__buttons { display: flex; gap: var(--s-3); justify-content: center; flex-wrap: wrap; }

/* ───── REVEAL animation ───── */
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ───── АДАПТИВ ───── */
@media (max-width: 1100px) {
  .ab-stats__grid { grid-template-columns: repeat(3, 1fr); }
  .ab-stat:nth-child(3) { border-right: 0; }
  .ab-stat:nth-child(n+4) { border-top: 1px solid var(--zs-line); padding-top: var(--s-6); }
}
@media (max-width: 900px) {
  .ab-story__grid, .ab-warranty__grid, .ab-service__grid { grid-template-columns: 1fr; gap: var(--s-6); }
  .ab-hero__scroll { display: none; }
  .ab-team__grid { grid-template-columns: 1fr; gap: var(--s-6); }
  .ab-team__photo { max-width: 360px; }
  .ab-social__grid { grid-template-columns: 1fr; }
  .ab-social__head { grid-template-columns: 1fr; }
  .ab-social__note { text-align: left; }
  .ab-awards__grid { grid-template-columns: 1fr 1fr; }
  .ab-awards__head { grid-template-columns: 1fr; }
  .ab-awards__note { text-align: left; }
  .ab-support__tabs { display: flex; width: 100%; }
  .ab-support__tab { flex: 1; justify-content: center; padding: var(--s-3) var(--s-4); }
  .ab-why__grid { grid-template-columns: 1fr; gap: var(--s-6); }
  .ab-why__media { max-width: 420px; aspect-ratio: 4/3; }
}
@media (max-width: 600px) {
  .ab-stats__grid { grid-template-columns: 1fr 1fr; }
  .ab-stat { border-right: 0; border-bottom: 1px solid var(--zs-line); padding: var(--s-5) var(--s-3); }
  /* На узком экране крупный кегль упирается в край ячейки — ужимаем */
  .ab-stat__num { font-size: 40px; }
  .ab-hero { min-height: 70vh; }
}
