/* ============ ПРОКОД · Landing ============ */
/* Палитра: красный / чёрный / белый + золотой CTA (как в референсе) */

:root {
  --red: #e31e30;
  --red-deep: #8e0e1c;
  --red-dark: #520811;
  --black: #0a0a0b;
  --panel: #121214;
  --white: #ffffff;
  --grey: #b9b9bf;
  --gold-1: #f7e7bb;
  --gold-2: #d9b36a;
  --gold-3: #b98f45;
  --radius: 22px;
  --font-head: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  overflow-x: hidden;
}

/* звёздное небо + сетка, как в референсе */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    radial-gradient(1px 1px at 12% 24%, rgba(255,255,255,.55) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 78% 12%, rgba(255,255,255,.4) 50%, transparent 51%),
    radial-gradient(1px 1px at 55% 68%, rgba(255,255,255,.45) 50%, transparent 51%),
    radial-gradient(1px 1px at 32% 85%, rgba(255,255,255,.3) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 90% 55%, rgba(255,255,255,.35) 50%, transparent 51%),
    radial-gradient(1px 1px at 5% 60%, rgba(255,255,255,.3) 50%, transparent 51%),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 96px 96px, 96px 96px;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 90px 0; }

h1, h2, h3 { font-family: var(--font-head); text-transform: uppercase; line-height: 1.04; }

img { max-width: 100%; display: block; }
a { color: inherit; }

/* ---------- reveal-анимации ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- кнопки ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #2b1d06;
  padding: 18px 46px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
  white-space: nowrap;
}
.btn--gold {
  background: linear-gradient(180deg, var(--gold-1) 0%, var(--gold-2) 55%, var(--gold-3) 100%);
  box-shadow: 0 10px 34px rgba(217, 179, 106, .28), inset 0 1px 0 rgba(255,255,255,.7);
}
.btn--gold::after {
  content: "";
  position: absolute;
  top: 0; left: -80%;
  width: 50%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.75), transparent);
  transform: skewX(-20deg);
  animation: shine 4.2s ease-in-out infinite;
}
@keyframes shine { 0%, 60% { left: -80%; } 90%, 100% { left: 130%; } }
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 16px 44px rgba(217, 179, 106, .45); }
.btn--sm { padding: 12px 28px; font-size: 11px; }
.btn--lg { padding: 22px 58px; font-size: 14px; }
.btn--outline {
  color: var(--white);
  border: 1px solid rgba(255,255,255,.35);
  padding: 14px 32px;
  font-size: 11px;
}
.btn--outline:hover { border-color: var(--gold-2); color: var(--gold-1); }

/* ---------- рамка-видоискатель (4 уголка + REC-точка) ---------- */
.frame { position: relative; }
.frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 3;
  pointer-events: none;
  border: 2.5px solid var(--red);
  -webkit-mask:
    linear-gradient(#000 0 0) left top / 20px 20px no-repeat,
    linear-gradient(#000 0 0) right top / 20px 20px no-repeat,
    linear-gradient(#000 0 0) left bottom / 20px 20px no-repeat,
    linear-gradient(#000 0 0) right bottom / 20px 20px no-repeat;
  mask:
    linear-gradient(#000 0 0) left top / 20px 20px no-repeat,
    linear-gradient(#000 0 0) right top / 20px 20px no-repeat,
    linear-gradient(#000 0 0) left bottom / 20px 20px no-repeat,
    linear-gradient(#000 0 0) right bottom / 20px 20px no-repeat;
}
.frame::after {
  content: "";
  position: absolute;
  top: 18px; right: 18px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 10px var(--red);
  z-index: 3;
  animation: rec 1.6s ease-in-out infinite;
}
@keyframes rec { 50% { opacity: .25; } }
.frame--light::before { border-color: var(--white); }
.frame--light::after { background: var(--white); box-shadow: 0 0 10px rgba(255,255,255,.8); }

/* ---------- логотип ---------- */
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo__mark { display: flex; gap: 4px; }
.logo__mark i { width: 9px; height: 26px; background: var(--red); transform: skewX(-18deg); border-radius: 2px; }
.logo__mark i:last-child { background: var(--white); height: 18px; margin-top: 8px; }
.logo__text { font-family: var(--font-head); font-weight: 700; font-size: 20px; letter-spacing: .12em; line-height: 1; display: flex; flex-direction: column; }
.logo__text small { font-family: var(--font-body); font-weight: 500; font-size: 8.5px; letter-spacing: .3em; text-transform: uppercase; color: var(--grey); margin-top: 4px; }

/* ---------- header ---------- */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  padding: 16px 0;
  transition: background .3s ease, padding .3s ease, box-shadow .3s ease;
}
.header.is-scrolled {
  background: rgba(10,10,11,.82);
  backdrop-filter: blur(14px);
  padding: 10px 0;
  box-shadow: 0 8px 30px rgba(0,0,0,.45);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav { display: flex; gap: 30px; }
.nav a {
  font-size: 12px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  text-decoration: none; color: var(--grey);
  transition: color .2s;
}
.nav a:hover { color: var(--white); }

/* ---------- HERO ---------- */
.hero { position: relative; padding: 150px 0 70px; overflow: hidden; }
.hero__red {
  position: absolute;
  top: 0; left: 0;
  width: 62%; height: 100%;
  background:
    radial-gradient(120% 90% at 20% 20%, rgba(255,255,255,.16) 0%, transparent 45%),
    radial-gradient(90% 120% at 80% 90%, rgba(0,0,0,.5) 0%, transparent 60%),
    linear-gradient(128deg, var(--red) 8%, var(--red-deep) 62%, var(--red-dark) 100%);
  border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: 60px 0 140px rgba(227, 30, 48, .22);
}
.hero__red::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.16'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .8fr .68fr;
  align-items: center;
  gap: 18px;
}
.hero__left { position: relative; z-index: 3; }
.hero__kicker {
  display: inline-block;
  font-size: 11px; font-weight: 600;
  letter-spacing: .3em; text-transform: uppercase;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  margin-bottom: 26px;
}
.hero__title {
  font-size: clamp(88px, 12vw, 168px);
  font-weight: 700;
  letter-spacing: .015em;
  text-shadow: 0 18px 60px rgba(0,0,0,.45);
}
.hero__sub { max-width: 380px; font-size: 15px; color: rgba(255,255,255,.92); margin: 18px 0 34px; }
.hero__stats { display: flex; gap: 34px; margin-top: 44px; }
.stat b { font-family: var(--font-head); font-size: 30px; font-weight: 600; display: block; }
.stat span { font-size: 11.5px; color: rgba(255,255,255,.75); display: block; max-width: 120px; margin-top: 4px; }

.hero__robot { position: relative; z-index: 2; }
.hero__robot img {
  width: 126%;
  max-width: none;
  margin-left: -13%;
  -webkit-mask-image: radial-gradient(65% 61% at 51% 48%, rgb(0, 0, 0) 46%, transparent 80%);
  mask-image: radial-gradient(65% 61% at 51% 48%, rgb(0, 0, 0) 46%, transparent 80%);
}

.hero__right { position: relative; z-index: 3; padding-left: 8px; }
.hero__right-title {
  font-family: var(--font-head);
  font-size: clamp(34px, 3.6vw, 52px);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.02;
}
.hero__right-text { font-size: 12.5px; color: var(--grey); margin: 16px 0 24px; max-width: 240px; }
.hero__badge { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.hero__badge-date {
  background: var(--red);
  font-size: 10.5px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  padding: 8px 14px; border-radius: 6px;
}
.hero__badge-online {
  font-size: 10.5px; font-weight: 700;
  letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold-2);
}

/* ---------- USP-плашка ---------- */
.strip-wrap { padding: 26px 0 10px; }
.strip {
  background: var(--white);
  color: #1c1c1f;
  border-radius: 18px;
  padding: 18px 26px;
  display: flex;
  align-items: center;
  gap: 24px;
  box-shadow: 0 24px 70px rgba(227,30,48,.16);
}
.strip__frame {
  flex: 0 0 148px;
  height: 96px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #111;
}
.strip__frame::before {
  content: "";
  position: absolute; inset: 6px;
  border: 2px solid var(--red);
  border-radius: 6px;
  z-index: 2;
}
.strip__frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.strip__text p { font-size: 14px; }
.strip__text .hl { color: var(--red); font-weight: 700; }
.strip__red {
  margin-top: 8px;
  color: var(--red);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12.5px !important;
  letter-spacing: .06em;
}

/* ---------- SERVICES ---------- */
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.services__intro {
  grid-row: span 2;
  background:
    radial-gradient(120% 80% at 15% 12%, rgba(255,255,255,.18) 0%, transparent 42%),
    linear-gradient(150deg, var(--red) 0%, var(--red-deep) 70%, var(--red-dark) 100%);
  border-radius: var(--radius);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 30px 80px rgba(227,30,48,.25);
  position: relative;
  overflow: hidden;
}
.services__intro h2 {
  font-size: clamp(34px, 3.4vw, 46px);
  font-weight: 700;
  margin-bottom: 28px;
}
.services__intro ul { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.services__intro li {
  position: relative;
  padding-left: 26px;
  font-size: 14.5px;
  font-weight: 500;
}
.services__intro li::before {
  content: "";
  position: absolute;
  left: 0; top: 6px;
  width: 10px; height: 10px;
  background: var(--white);
  border-radius: 2px;
  transform: rotate(45deg);
}
.services__intro-code {
  margin-top: auto;
  font-family: var(--font-head);
  font-size: 120px;
  font-weight: 700;
  opacity: .18;
  align-self: flex-end;
  line-height: .8;
}

.card {
  background: var(--white);
  color: #1c1c1f;
  border-radius: var(--radius);
  padding: 26px 24px 30px;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
  transition: transform .3s ease, box-shadow .3s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 30px 70px rgba(227,30,48,.22); }

.card__icon {
  height: 108px;
  border-radius: 14px;
  background: linear-gradient(140deg, #17171a, #2a0a0f);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  margin-bottom: 20px;
}
.card__icon svg { width: 52px; height: 52px; }
.card__icon::before { inset: 8px; border-width: 2px; }
.card__icon::after { top: 14px; right: 14px; width: 6px; height: 6px; }

.card h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--red);
  text-align: center;
  letter-spacing: .06em;
  margin-bottom: 16px;
}
.card ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.card li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  color: #3a3a40;
}
.card li::before {
  content: "";
  position: absolute;
  left: 0; top: 7px;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--red);
}

.section-cta { text-align: center; margin-top: 56px; }

/* ---------- CASES ---------- */
.cases__panel {
  background:
    radial-gradient(130% 90% at 12% 10%, rgba(255,255,255,.16) 0%, transparent 45%),
    linear-gradient(132deg, var(--red) 0%, var(--red-deep) 62%, var(--red-dark) 100%);
  border-radius: var(--radius);
  padding: 56px 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  box-shadow: 0 34px 90px rgba(227,30,48,.24);
  margin-bottom: 26px;
}
.cases__panel h2 {
  font-size: clamp(56px, 7vw, 96px);
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.cases__like {
  position: absolute;
  top: -8px; right: -86px;
  background: var(--white);
  color: var(--red);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 12px 12px 12px 2px;
  box-shadow: 0 12px 30px rgba(0,0,0,.3);
}
.cases__panel-sub { margin-top: 18px; font-weight: 600; font-size: 16px; }
.cases__panel-note { margin-top: 6px; font-size: 12px; color: rgba(255,255,255,.72); max-width: 420px; }
.cases__mark {
  width: 190px; height: 190px;
  border-radius: 18px;
  background: rgba(0,0,0,.28);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.25;
}

.cases__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.case { display: flex; flex-direction: column; }
.case__head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.case__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(227,30,48,.18); flex: 0 0 auto; }
.case__head h3 { font-size: 21px; font-weight: 600; color: #17171a; letter-spacing: .03em; }
.case__tag {
  margin-left: auto;
  font-size: 9.5px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--red);
  border: 1.5px solid var(--red);
  padding: 4px 8px;
  border-radius: 999px;
  white-space: nowrap;
}
.case__lead { font-size: 13.5px; font-weight: 600; color: var(--red); margin-bottom: 12px; }
.case ul { margin-bottom: 16px; }
.case__stack { margin-top: auto; display: flex; flex-wrap: wrap; gap: 6px; }
.case__stack i {
  font-style: normal;
  font-size: 10.5px; font-weight: 600;
  background: #17171a; color: var(--white);
  padding: 5px 10px;
  border-radius: 999px;
}
.case--more {
  background: linear-gradient(160deg, #17171a, #26070c);
  border: 1px solid rgba(227,30,48,.35);
  border-radius: var(--radius);
  color: var(--white);
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.case--more-num {
  font-family: var(--font-head);
  font-size: 74px; font-weight: 700;
  color: var(--red);
  line-height: 1;
}
.case--more p { font-size: 13px; color: var(--grey); }
.case--more .btn { margin-top: auto; }

/* ---------- MARQUEE ---------- */
.marquee { margin-top: 60px; overflow: hidden; position: relative; }
.marquee__label {
  text-align: center;
  font-size: 11px; font-weight: 600;
  letter-spacing: .34em; text-transform: uppercase;
  color: var(--grey);
  margin-bottom: 22px;
}
.marquee__track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: marquee 40s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--white);
  color: #1c1c1f;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
  white-space: nowrap;
}
.chip img { width: 20px; height: 20px; }

/* ---------- TEAM ---------- */
.section-head { text-align: center; margin-bottom: 50px; }
.section-head h2 { font-size: clamp(40px, 5vw, 64px); font-weight: 700; }
.section-head p { color: var(--grey); margin-top: 12px; font-size: 14px; }

.team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.member { text-align: center; padding-bottom: 26px; }
.member__photo {
  height: 240px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 18px;
  background: linear-gradient(150deg, #17171a, #2a0a0f);
  position: relative;
}
/* --- слои фото: cyber поверх real, волна-глитч управляется из script.js --- */
.member__photo { --glitch-dur: .3s; }
.member__img--real { z-index: 0; }
.member__img--cyber { z-index: 1; opacity: 1; }
.member__photo.show-real .member__img--cyber { opacity: 0; }
/* глитч-помехи в момент переключения (в обе стороны); hover длится .45s через --glitch-dur */
.member__photo.glitching.show-real .member__img--cyber { animation: glitch-out var(--glitch-dur) steps(2, end) forwards; }
.member__photo.glitching:not(.show-real) .member__img--cyber { animation: glitch-in var(--glitch-dur) steps(2, end); }
.member__photo.glitching .member__scan { animation: scan-jitter var(--glitch-dur) steps(3, end); }
@keyframes glitch-in {
  0% { opacity: 0; clip-path: inset(0 0 65% 0); transform: translateX(-6px); filter: hue-rotate(90deg); }
  25% { opacity: 1; clip-path: inset(30% 0 20% 0); transform: translateX(5px); }
  50% { clip-path: inset(10% 0 45% 0); transform: translateX(-4px) scaleX(1.02); filter: none; }
  75% { clip-path: inset(55% 0 0 0); transform: translateX(3px); }
  100% { opacity: 1; clip-path: none; transform: none; }
}
@keyframes glitch-out {
  0% { opacity: 1; transform: none; }
  30% { transform: translateX(4px); clip-path: inset(0 0 40% 0); }
  60% { transform: translateX(-5px); clip-path: inset(50% 0 0 0); }
  100% { opacity: 0; clip-path: inset(0 0 100% 0); }
}
@keyframes scan-jitter {
  25% { transform: translateY(-4px); }
  55% { transform: translateY(3px); }
  80% { transform: translateY(-2px); }
}

/* реальное фото + полоски-сканлайны поверх */
.member__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.member__scan {
  position: absolute; inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    linear-gradient(180deg, rgba(23,23,26,.28) 0%, transparent 30%, transparent 72%, rgba(42,10,15,.45) 100%),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(227,30,48,.10) 3px 4px);
}

.member__ph {
  position: absolute; inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-image: repeating-linear-gradient(0deg, transparent 0 3px, rgba(227,30,48,.06) 3px 4px);
}
.member__ph span {
  font-family: var(--font-head);
  font-size: 56px; font-weight: 700;
  color: rgba(227,30,48,.85);
  letter-spacing: .05em;
}
.member__ph em {
  font-style: normal;
  font-size: 9.5px; font-weight: 600;
  letter-spacing: .3em; text-transform: uppercase;
  color: rgba(255,255,255,.4);
}
.member__ph--big span { font-size: 72px; }

.member h3 { font-size: 21px; font-weight: 600; color: #17171a; letter-spacing: .04em; }
.member__role {
  color: var(--red);
  font-size: 11px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  margin: 8px 0 12px;
}
.member p { font-size: 12.5px; color: #55555c; padding: 0 8px; }

/* ---------- FOUNDER ---------- */
.founder { padding: 90px 0; position: relative; }
.founder::before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background:
    radial-gradient(130% 100% at 85% 8%, rgba(255,255,255,.14) 0%, transparent 40%),
    linear-gradient(118deg, var(--red-dark) 0%, var(--red-deep) 34%, var(--red) 100%);
  border-radius: var(--radius);
  margin: 0 18px;
  box-shadow: 0 40px 110px rgba(227,30,48,.28);
}
.founder__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.founder__card {
  background: var(--white);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 30px 80px rgba(0,0,0,.4);
  transform: rotate(-1.6deg);
}
.founder__ig { color: #1c1c1f; padding: 4px 6px 14px; }
.founder__ig-head { display: flex; align-items: center; gap: 10px; }
.founder__ig-ava {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--red), var(--red-deep));
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 700; font-size: 14px;
}
.founder__ig-head b { font-size: 14px; }
.founder__ig-stats { display: flex; gap: 22px; margin-top: 12px; }
.founder__ig-stats span { font-size: 11px; color: #55555c; display: flex; flex-direction: column; }
.founder__ig-stats b { color: #17171a; font-size: 15px; }
.founder__photo-main {
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(150deg, #17171a, #38070e);
  position: relative;
}
.founder__photo-main img { width: 100%; height: 100%; object-fit: cover; }
.founder__caption { margin-top: 30px; text-align: center; }
.founder__caption-label {
  font-size: 11px; font-weight: 600;
  letter-spacing: .4em; text-transform: uppercase;
  color: rgba(255,255,255,.8);
}
.founder__caption-name {
  font-family: var(--font-head);
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 700;
  letter-spacing: .04em;
}
.founder__facts { display: flex; flex-direction: column; gap: 16px; }
.fact {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(0,0,0,.32);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 14px 18px;
  backdrop-filter: blur(4px);
}
.fact i {
  font-style: normal;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  color: var(--gold-2);
  border: 1.5px solid var(--gold-3);
  border-radius: 8px;
  padding: 6px 8px;
  flex: 0 0 auto;
}
.fact p { font-size: 13.5px; }
.fact b { color: var(--gold-1); }

/* ---------- CONTACT ---------- */
.contact__panel {
  text-align: center;
  padding: 40px 20px 20px;
}
.contact__kicker {
  display: inline-block;
  color: var(--red);
  font-size: 12px; font-weight: 700;
  letter-spacing: .34em; text-transform: uppercase;
  border: 1px solid rgba(227,30,48,.5);
  border-radius: 999px;
  padding: 9px 18px;
  margin-bottom: 28px;
}
.contact__panel h2 { font-size: clamp(40px, 5.4vw, 72px); font-weight: 700; }
.contact__panel p { color: var(--grey); max-width: 560px; margin: 22px auto 38px; font-size: 15px; }
.contact__actions { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.contact__tg { display: flex; align-items: center; gap: 10px; color: var(--grey); font-size: 13px; }
.contact__tg img { width: 22px; height: 22px; }

/* ---------- FOOTER ---------- */
.footer { border-top: 1px solid rgba(255,255,255,.09); padding: 30px 0; margin-top: 30px; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer__info { display: flex; flex-direction: column; gap: 4px; font-size: 12px; color: var(--grey); text-align: center; }
.footer__tg { font-size: 13px; font-weight: 600; color: var(--gold-2); text-decoration: none; }
.footer__tg:hover { color: var(--gold-1); }

/* ---------- АДАПТИВ ---------- */
@media (max-width: 1080px) {
  .hero__inner { grid-template-columns: 1fr 1fr; }
  .hero__right { grid-column: 1 / -1; display: flex; align-items: center; gap: 30px; margin-top: 20px; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .services__intro { grid-row: span 1; grid-column: 1 / -1; }
  .cases__grid { grid-template-columns: repeat(2, 1fr); }
  .team__grid { grid-template-columns: repeat(2, 1fr); }
  .founder__inner { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 700px) {
  .nav { display: none; }
  .btn { white-space: normal; padding: 15px 26px; font-size: 12px; letter-spacing: .16em; }
  .btn--lg { padding: 18px 34px; font-size: 12.5px; }
  .header .btn--sm { padding: 10px 16px; font-size: 10px; }
  .logo__text small { display: none; }
  .hero { padding-top: 110px; }
  /* робот — фоном в правом нижнем углу hero (подобрано под iPhone 14 Pro Max) */
  .hero__robot {
    position: absolute;
    right: 0;
    bottom: 14%;
    width: 72%;
    z-index: 1;
  }
  .hero__sub { max-width: 100%; }
  .hero__right { flex-direction: column; align-items: flex-start; gap: 18px; }
  .hero__red { width: 100%; border-radius: 0 0 var(--radius) var(--radius); }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__robot img { width: 100%; margin: 0; }
  .footer__inner { flex-direction: column; text-align: center; }
  .footer__tg { text-align: center; }
  .hero__stats { flex-wrap: wrap; gap: 20px; }
  .services__grid, .cases__grid { grid-template-columns: 1fr; }
  /* команда — горизонтальная карусель с автоперелистыванием */
  .team__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 8px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .team__grid::-webkit-scrollbar { display: none; }
  .team__grid .member { flex: 0 0 82%; scroll-snap-align: center; }
  .cases__panel { flex-direction: column; align-items: flex-start; padding: 40px 28px; }
  .cases__like { right: -20px; top: -26px; }
  .strip { flex-direction: column; text-align: center; }
  .founder::before { margin: 0; border-radius: 0; }
  .section { padding: 60px 0; }
}
