:root {
  --brand: #f58e38;
  --brand-dark: #b86120;
  --brand-soft: #fff1e6;
  --ink: #070707;
  --ink-2: #141414;
  --muted: #7a7a82;
  --line: rgba(255, 255, 255, 0.12);
  --paper: #f6f6f4;
  --white: #ffffff;
  --blue: #245bff;
  --uni-blue: #050505;
  --accent-raspberry: #f58e38;
  --accent-raspberry-soft: #ffad66;
  --header-height: 72px;
  --hero-title-size: clamp(7.5rem, 21.4vw, 17.15rem);
  --radius: 10px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --parallax-x: 0;
  --parallax-y: 0;
  --scroll-depth: 0;
  --font-body: "Roboto Flex", Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Roboto Flex", Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --section-space: clamp(4rem, 6.2vw, 6.5rem);
  --section-space-compact: clamp(3rem, 4.8vw, 4.8rem);
  --section-heading-gap: clamp(2rem, 3.6vw, 3.2rem);
  --section-title-size: clamp(2.25rem, 4vw, 4.6rem);
  --site-bg:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(115deg, transparent 0 48%, rgba(245, 142, 56, 0.055) 49%, transparent 51%),
    radial-gradient(circle at 18% 16%, rgba(245, 142, 56, 0.2), transparent 28rem),
    radial-gradient(circle at 86% 34%, rgba(255, 173, 102, 0.17), transparent 30rem),
    radial-gradient(circle at 18% 76%, rgba(245, 142, 56, 0.12), transparent 34rem),
    linear-gradient(135deg, #050104 0%, #080307 46%, #12030a 100%);
}

/* Scroll-linked intro sequence: first three screens as one continuous scene. */
.intro-sequence {
  --sequence-progress: 0;
  --sequence-x: 0;
  --sequence-y: 0;
  --hero-orange: #f58e38;
  --hero-ink: #0d1015;
  position: relative;
  height: 300svh;
  min-height: 2160px;
  background:
    radial-gradient(circle at 26.1% 34.7%, #f7f7f6 0, #eceae8 44%, #dcd8d6 100%);
  color: #0d1015;
  font-family: "Roboto Flex", var(--font-display);
  isolation: isolate;
}

.intro-sequence-stage {
  position: sticky;
  top: 0;
  min-height: 720px;
  height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 26.1% 34.7%, #f7f7f6 0, #eceae8 44%, #dcd8d6 100%);
}

.intro-sequence-stage::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -12% -8%;
  background:
    radial-gradient(circle at 76% 48%, rgba(245, 142, 56, 0.16), transparent 24rem),
    radial-gradient(circle at 18% 74%, rgba(255, 255, 255, 0.72), transparent 34rem);
  opacity: calc(0.46 + var(--sequence-progress) * 0.2);
  transform:
    translate3d(
      calc(var(--sequence-x) * -14px),
      calc(var(--sequence-y) * -10px),
      0
    )
    scale(1.04);
  pointer-events: none;
}

.intro-sequence-header {
  position: absolute;
  z-index: 40;
}

.intro-sequence .hero-orange-link {
  color: var(--hero-orange);
  border-color: var(--hero-orange);
  background: transparent;
}

.intro-sequence .hero-orange-link--active,
.intro-sequence .hero-orange-link:hover,
.intro-sequence .hero-orange-link:focus {
  color: #ffffff;
  background: var(--hero-orange);
  border-color: var(--hero-orange);
  box-shadow: 0 18px 46px rgba(245, 142, 56, 0.22);
}

.intro-sequence .hero-orange-link--active:hover,
.intro-sequence .hero-orange-link--active:focus {
  color: #ffffff;
  background: #e56f1e;
  border-color: #e56f1e;
  box-shadow: 0 22px 58px rgba(229, 111, 30, 0.34);
  transform: translateY(-2px);
}

.intro-sequence .hero-orange-social:hover,
.intro-sequence .hero-orange-social:focus,
.intro-sequence .hero-orange-menu:hover,
.intro-sequence .hero-orange-menu:focus {
  background: transparent;
  box-shadow: 0 18px 40px rgba(13, 16, 21, 0.12);
}

.intro-sequence-words,
.intro-sequence-copy,
.intro-sequence-actions,
.intro-sequence-visuals,
.intro-sequence-shadow {
  position: absolute;
}

.intro-sequence-words {
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.intro-sequence-word {
  position: absolute;
  top: clamp(112px, 15.55vh, 168px);
  left: -4.11vw;
  width: 108.22vw;
  height: clamp(238px, 34.16vh, 369px);
  max-width: none;
  object-fit: fill;
  opacity: 0;
  transform: translate3d(calc(var(--sequence-x) * -10px), 0, 0) scale(1);
  will-change: opacity, transform;
  user-select: none;
}

.intro-sequence-word--filled {
  opacity: 1;
  filter: drop-shadow(0 26px 70px rgba(245, 142, 56, 0.18));
}

.intro-sequence-word--outline {
  filter: drop-shadow(0 20px 58px rgba(245, 142, 56, 0.08));
}

.intro-sequence-copy {
  z-index: 7;
  left: clamp(24px, 7.29vw, 140px);
  bottom: clamp(132px, 15.95vh, 172px);
  width: min(58vw, 1100px);
  min-height: clamp(190px, 22vh, 250px);
  pointer-events: none;
}

.intro-sequence-text {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  opacity: 0;
  transform: translate3d(-18px, 42px, 0);
  will-change: opacity, transform;
}

.intro-sequence-text.is-active {
  opacity: 1;
}

/* Правка 19.08.2026 — экраны 2 и 3 главной.
   Заголовок и подзаголовок поднимаем вверх, ближе к оранжевой надписи 11ЛАБ,
   чтобы вторая строка подзаголовка не попадала под кнопку «Оставить заявку».
   Сдвиг задаём через top, а не transform: transform на этих элементах
   каждый кадр переписывает JS интро-сцены. */
@media (min-width: 992px) {
  .intro-sequence-text[data-sequence-text="1"],
  .intro-sequence-text[data-sequence-text="2"] {
    top: calc(-1 * clamp(52px, 9.2vh, 108px));
  }
}

.intro-sequence-text h1,
.intro-sequence-text h2,
.intro-sequence-text p {
  margin: 0;
  color: #0d1015;
  font-family: "Roboto Flex", var(--font-display);
  letter-spacing: 0;
  text-transform: uppercase;
}

.intro-sequence-text h1,
.intro-sequence-text h2 {
  font-size: clamp(2.9rem, 4.55vw, 5.45rem);
  font-weight: 780;
  font-variation-settings: "wdth" 151, "wght" 780;
  line-height: 0.94;
}

.intro-sequence-text p,
.intro-sequence-text .hero-title-typed {
  display: block;
  min-height: 1em;
  margin-top: clamp(18px, 2.78vh, 30px);
  font-size: clamp(1.9rem, 3.05vw, 3.6rem);
  font-weight: 520;
  font-variation-settings: "wdth" 151, "wght" 520;
  line-height: 0.94;
}

.intro-sequence-text span {
  display: block;
}

.intro-sequence-actions {
  z-index: 15;
  left: clamp(24px, 7.29vw, 140px);
  bottom: clamp(36px, 4.63vh, 50px);
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: opacity, transform;
}

.intro-sequence-cta.hero-cta {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  min-width: 0;
  min-height: clamp(44px, 4.45vh, 48px);
  margin: 0;
  padding: 0 clamp(16px, 1.04vw, 20px);
  color: #ffffff;
  background: #0d1015;
  border-color: #0d1015;
  border-radius: 20px;
  box-shadow: none;
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(0.62rem, 0.73vw, 0.88rem);
  font-weight: 720;
  font-variation-settings: "wdth" 151, "wght" 720;
}

.intro-sequence-cta.hero-cta:hover,
.intro-sequence-cta.hero-cta:focus {
  color: #ffffff;
  background: var(--hero-orange);
  border-color: var(--hero-orange);
  transform: translateY(-5px);
  box-shadow: 0 18px 46px rgba(245, 142, 56, 0.24);
}

.intro-sequence-visuals {
  z-index: 8;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(50vw, 960px);
  pointer-events: none;
}

.intro-sequence-visual {
  position: absolute;
  opacity: 0;
  transform: translate3d(54px, 58px, 0) scale(0.96);
  will-change: opacity, transform;
}

.intro-sequence-visual--video.hero-video-orb {
  top: clamp(510px, 66vh, 710px);
  right: clamp(24px, 6.88vw, 132px);
  width: clamp(300px, 22.8vw, 438px);
  transform: translate3d(54px, calc(-50% + 58px), 0) scale(0.96);
  pointer-events: auto;
}

.intro-sequence-visual--girl {
  top: 18%;
  right: -16%;
  width: min(71.3vw, 1369px);
  height: 82%;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 34px 34px rgba(13, 16, 21, 0.14));
}

.intro-sequence-visual--man {
  top: 12.5%;
  right: 4.6%;
  width: auto;
  height: min(69.08vh, 746px);
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 34px 34px rgba(13, 16, 21, 0.16));
}

.intro-sequence-shadow {
  z-index: 2;
  right: 6.46%;
  bottom: -3.04%;
  width: 87.08%;
  height: 27.48%;
  max-width: none;
  object-fit: fill;
  mix-blend-mode: screen;
  opacity: 0;
  transform:
    translate3d(
      calc(var(--sequence-x) * 12px),
      calc(var(--sequence-y) * 10px),
      0
    )
    rotate(180deg)
    scaleX(-1);
  pointer-events: none;
  will-change: opacity, transform;
}

@media (max-width: 1399.98px) {
  .intro-sequence-copy {
    width: min(56vw, 820px);
  }

  .intro-sequence-text h1,
  .intro-sequence-text h2 {
    font-size: clamp(2.65rem, 4.75vw, 4.75rem);
  }

  .intro-sequence-text p,
  .intro-sequence-text .hero-title-typed {
    font-size: clamp(1.8rem, 3.45vw, 3.1rem);
  }

  .intro-sequence-visual--girl {
    top: 20%;
    right: -18%;
    width: min(75vw, 1080px);
    height: 78%;
  }

  .intro-sequence-visual--man {
    right: 1.5%;
    height: min(66.6vh, 594px);
  }
}

@media (max-width: 1199.98px) {
  .intro-sequence-copy {
    width: min(58vw, 700px);
  }

  .intro-sequence-visual--video.hero-video-orb {
    top: clamp(510px, 67vh, 680px);
    width: clamp(269px, 30vw, 367px);
    right: 32px;
  }

  .intro-sequence-visual--girl {
    top: 24%;
    right: -18%;
    width: 72vw;
    height: 76%;
  }

  .intro-sequence-visual--man {
    top: 17%;
    right: -5%;
    height: min(61.2vh, 531px);
  }
}

@media (max-width: 991.98px) {
  .intro-sequence-header {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 20px 20px 0;
  }
  .intro-sequence-text p,
  .intro-sequence-text .hero-title-typed {
    max-width: 80vw;
    font-size: clamp(1.7rem, 6.8vw, 2.95rem);
  }
  .intro-sequence-visual--video.hero-video-orb {
    top: 62%;
    right: 20px;
    width: clamp(228px, 40.8vw, 312px);
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .intro-sequence {
    height: auto;
    min-height: 0;
  }
  .intro-sequence-stage {
    position: relative;
    min-height: 860px;
    height: auto;
  }
  .intro-sequence-word {
    top: 148px;
    left: -22vw;
    width: 148vw;
    height: 27vh;
  }
  .intro-sequence-copy {
    left: 20px;
    right: 20px;
    bottom: 152px;
    width: auto;
    max-width: none;
  }
  .intro-sequence-text h1,
  .intro-sequence-text h2 {
    max-width: 72vw;
    font-size: clamp(2.35rem, 9vw, 4.05rem);
  }
  .intro-sequence-actions {
    left: 20px;
    bottom: 54px;
  }
  .intro-sequence-visuals {
    width: 100%;
  }
  .intro-sequence-visual--girl {
    top: 28%;
    right: -10%;
    width: 62vw;
    height: 52%;
  }
  .intro-sequence-visual--man {
    top: 14%;
    right: -8%;
    height: min(58vh, 470px);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  position: relative;
  isolation: isolate;
  margin: 0;
  color: var(--ink);
  background: #050104;
  font-family: var(--font-body);
  letter-spacing: 0;
  overflow-x: clip;
}

strong,
b {
  font-weight: 600;
}

body::before {
  content: "";
  position: fixed;
  z-index: 0;
  inset: -5vh -5vw;
  background: var(--site-bg);
  background-size: 72px 72px, 72px 72px, 220px 220px, auto, auto, auto, auto;
  transform: translate3d(
    calc(var(--parallax-x) * -18px),
    calc((var(--parallax-y) * -14px) + (var(--scroll-depth) * -18px)),
    0
  ) scale(1.04);
  transition: transform 120ms linear;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 50% 35%, transparent 0, rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  pointer-events: none;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 80;
  inset: 0 0 auto 0;
  min-height: var(--header-height);
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(7, 7, 7, 0.1);
  border-radius: 0;
  backdrop-filter: blur(24px) saturate(1.22);
  -webkit-backdrop-filter: blur(24px) saturate(1.22);
  box-shadow: 0 18px 48px rgba(7, 7, 7, 0.08);
  transition: transform 320ms var(--ease), background-color 220ms var(--ease), box-shadow 220ms var(--ease);
}

.site-header--figma-fixed {
  min-height: 0;
  padding: clamp(14px, 1.6vw, 28px) clamp(20px, 7.29vw, 140px) 0;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  pointer-events: none;
}

.site-header--figma-fixed .hero-orange-header--fixed {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
  isolation: isolate;
  pointer-events: auto;
}

.site-header--figma-fixed .hero-orange-header--fixed::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: clamp(-10px, -0.55vw, -6px);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: clamp(24px, 1.6vw, 34px);
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 54px rgba(14, 10, 8, 0.12);
  backdrop-filter: blur(26px) saturate(1.18);
  -webkit-backdrop-filter: blur(26px) saturate(1.18);
  pointer-events: none;
}

.site-header.is-intro-hidden {
  transform: translate3d(0, -110%, 0);
}

.site-header .navbar {
  padding-inline: clamp(0.2rem, 1vw, 0.8rem);
}

.site-header .btn-brand {
  min-height: 40px;
  padding-inline: 1rem;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius);
  box-shadow: none;
}

.site-header .btn-brand:hover,
.site-header .btn-brand:focus {
  color: var(--white);
  background: var(--brand);
}

.navbar {
  min-height: var(--header-height);
}

.navbar-toggler {
  border-radius: var(--radius);
}

.navbar-nav .nav-link {
  color: rgba(7, 7, 7, 0.86);
  font-size: 0.95rem;
  font-weight: 500;
  text-transform: none;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: var(--brand);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-weight: 600;
  line-height: 1;
}

.brand-mark img {
  width: clamp(158px, 13.5vw, 203px);
  height: auto;
  border-radius: 0;
  object-fit: contain;
  filter: none;
  opacity: 1;
  box-shadow: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-right: 0.5rem;
  color: rgba(8, 8, 8, 0.62);
  font-size: 0.82rem;
  font-weight: 600;
}

.lang-switch a[aria-current="true"],
.lang-switch a:hover,
.lang-switch a:focus {
  color: var(--ink);
}

.header-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: #f7f7f5;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius);
  transition: transform 220ms var(--ease), background-color 220ms var(--ease), border-color 220ms var(--ease);
}

.header-icon:hover,
.header-icon:focus {
  color: #111;
  background: var(--white);
  border-color: rgba(245, 142, 56, 0.35);
  transform: translateY(-2px);
}

.header-phone,
.header-vk {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  color: var(--ink);
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.92rem;
  font-weight: 500;
  white-space: nowrap;
  backdrop-filter: blur(14px);
  transition: transform 240ms var(--ease), background-color 240ms var(--ease), border-color 240ms var(--ease);
}

.header-vk {
  min-width: 54px;
  padding-inline: 0.9rem;
  color: var(--ink);
  background: transparent;
  border-color: var(--brand);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
}

.header-icon--phone {
  color: var(--white);
  background: var(--brand);
  border-color: var(--brand);
}

.header-phone:hover,
.header-phone:focus,
.header-vk:hover,
.header-vk:focus {
  color: var(--brand);
  background: transparent;
  border-color: rgba(245, 142, 56, 0.28);
  transform: translateY(-2px);
}

.header-icon--text {
  width: auto;
  min-height: 44px;
  gap: 0.45rem;
  padding-inline: 0.6rem;
  color: var(--ink);
  background: transparent;
  border-color: transparent;
  font-size: 0.92rem;
  font-weight: 500;
}

.header-icon--phone:hover,
.header-icon--phone:focus {
  color: var(--white);
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.header-icon--text span {
  display: inline;
}

.menu-pill,
.menu-signal {
  display: none;
}

.header-icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
}

@media (min-width: 992px) {
  .site-header {
    inset: 0 0 auto 0;
    min-height: 68px;
  }

  .site-header .navbar {
    min-height: 68px;
    padding-block: 0 !important;
  }

  .site-header .container-fluid {
    align-items: center;
    justify-content: space-between;
    padding-inline: clamp(1.6rem, 2.4vw, 3.1rem) !important;
  }

  .site-header .brand-mark {
    display: inline-flex;
  }

  .site-header .navbar-collapse {
    align-items: center;
    flex-direction: row;
    flex-grow: 1;
    gap: 0.8rem;
    margin-left: auto;
  }

  .site-header .navbar-nav.mx-lg-auto {
    display: flex;
    margin-left: auto !important;
    margin-right: clamp(0.7rem, 1.4vw, 1.25rem) !important;
  }

  .site-header .nav-link {
    padding: 0.65rem 0.12rem;
    color: rgba(7, 7, 7, 0.86);
    font-size: clamp(0.78rem, 0.95vw, 0.96rem);
    font-weight: 500;
    transition: color 220ms var(--ease), transform 220ms var(--ease);
  }

  .site-header .nav-link:hover,
  .site-header .nav-link:focus {
    color: var(--brand);
    transform: translateY(-2px);
  }

  .site-header .header-actions {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    gap: clamp(0.28rem, 0.65vw, 0.62rem);
    max-width: none;
    order: 1;
  }

  .site-header .lang-switch {
    display: none;
  }

  .site-header .btn-brand {
    display: none;
  }

  .site-header .header-icon {
    display: inline-flex;
  }

  .menu-pill {
    display: none;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
    color: #080808;
    background: rgba(255, 255, 255, 0.92);
    border: 0;
    border-radius: var(--radius);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .menu-signal {
    display: none;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    border-radius: var(--radius);
  }

  .menu-signal::after {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--brand);
    border-radius: 50%;
    box-shadow: 0 0 18px rgba(245, 142, 56, 0.75);
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: var(--radius);
  font-weight: 600;
  letter-spacing: 0;
}

.btn svg {
  width: 1em;
  height: 1em;
  stroke-width: 2.4;
}

.btn-brand {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand), #ffad66);
  border-color: transparent;
  box-shadow: 0 12px 36px rgba(245, 142, 56, 0.26);
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease), background 240ms var(--ease);
}

.btn-brand:hover,
.btn-brand:focus {
  color: var(--white);
  background: linear-gradient(135deg, #f58e38, var(--brand-dark));
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(245, 142, 56, 0.34);
}

.hero-version-section {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: #263145 url("../assets/images/hero-figma-v2/bg.png") center / cover no-repeat;
  isolation: isolate;
  font-family: "Roboto Flex", var(--font-body);
}

.hero-version-bg {
  position: absolute;
  z-index: 0;
  top: -12.069vh;
  left: 0;
  width: 165.517vh;
  height: 124.138vh;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-version-red-panel,
.hero-version-person {
  position: absolute;
  pointer-events: none;
}

.hero-version-red-panel {
  display: none;
  z-index: 1;
  top: 0;
  right: 0;
  width: 48.96%;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(30, 13, 0, 0.1), rgba(245, 142, 56, 0.14)),
    url("../assets/images/hero-figma-v2/pixel-panel.png") center center / cover no-repeat;
  mix-blend-mode: multiply;
}

.hero-version-red-panel::before,
.hero-version-red-panel::after {
  content: none;
  position: absolute;
  inset: 0;
}

.hero-version-red-panel::before {
  opacity: 0.86;
  background-image: radial-gradient(circle, rgba(8, 8, 8, 0.92) 0 1.05px, transparent 1.25px);
  background-size: 7px 7px;
  mix-blend-mode: multiply;
}

.hero-version-red-panel::after {
  background:
    linear-gradient(180deg, rgba(30, 13, 0, 0.15), transparent 38%, rgba(245, 142, 56, 0.28)),
    radial-gradient(circle at 72% 35%, rgba(255, 40, 91, 0.6), transparent 18rem);
}

.hero-version-person {
  z-index: 20;
  left: 42.759vh;
  top: 22.241vh;
  width: 69.741vh;
  height: 76.293vh;
  object-fit: contain;
  object-position: center;
}

.hero-version-header,
.hero-version-content,
.hero-version-cta,
.hero-version-socials {
  position: absolute;
}

.hero-version-header {
  z-index: 30;
  top: clamp(1.7rem, 4.91vh, 3.32rem);
  left: clamp(1.5rem, 7.2917vw, 8.75rem);
  right: clamp(1.5rem, 7.2917vw, 8.75rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-version-logo,
.hero-version-nav a,
.hero-version-menu,
.hero-version-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  text-transform: uppercase;
}

.hero-version-logo {
  position: relative;
  overflow: hidden;
  min-height: clamp(57px, 4.48vw, 86px);
  gap: clamp(13px, 1.04vw, 20px);
  padding: clamp(20px, 1.56vw, 30px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.035)),
    rgba(23, 36, 25, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -20px 42px rgba(0, 0, 0, 0.18),
    0 18px 48px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.06);
  -webkit-backdrop-filter: blur(18px) saturate(1.06);
}

.hero-version-logo::before,
.hero-version-logo::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}

.hero-version-logo::before {
  inset: 0;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.22), transparent 26%),
    radial-gradient(circle at 76% 72%, rgba(255, 255, 255, 0.12), transparent 34%);
  opacity: 0.72;
  mix-blend-mode: screen;
}

.hero-version-logo::after {
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 10px 0 24px rgba(255, 255, 255, 0.07),
    inset -16px -14px 34px rgba(0, 0, 0, 0.14);
}

.hero-version-logo img {
  position: relative;
  z-index: 1;
  width: clamp(97px, 7.6vw, 146px);
  height: auto;
}

.hero-version-logo span {
  position: relative;
  z-index: 1;
  color: var(--white);
  width: clamp(85px, 6.67vw, 128px);
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(10px, 0.73vw, 14px);
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  font-variation-settings: "wdth" 151;
}

.hero-version-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.25vw, 24px);
}

.hero-version-nav a,
.hero-version-menu {
  width: auto;
  height: clamp(51px, 3.96vw, 76px);
  min-height: 0;
  min-width: 0;
  padding: clamp(20px, 1.56vw, 30px);
  color: var(--white);
  background: rgba(0, 0, 0, 0);
  border: 1px solid var(--white);
  box-shadow: none;
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(10px, 0.73vw, 14px);
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  font-variation-settings: "wdth" 151;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition:
    background-color 240ms var(--ease),
    border-color 240ms var(--ease),
    box-shadow 240ms var(--ease),
    backdrop-filter 240ms var(--ease),
    transform 240ms var(--ease);
}

.hero-version-nav a:first-child {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(26, 8, 10, 0.28);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -18px 38px rgba(0, 0, 0, 0.16),
    0 16px 46px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.hero-version-nav a:hover,
.hero-version-nav a:focus,
.hero-version-menu:hover,
.hero-version-menu:focus {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(26, 8, 10, 0.28);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -18px 38px rgba(0, 0, 0, 0.16),
    0 16px 46px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.hero-version-menu {
  width: clamp(64px, 5vw, 96px);
  height: clamp(51px, 3.96vw, 76px);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-version-menu img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: none;
  transition: transform 240ms var(--ease);
}

.hero-version-menu:hover img,
.hero-version-menu:focus img {
  transform: translateY(-2px);
}

.hero-version-content {
  z-index: 2;
  top: clamp(6.2rem, 13.45vh, 9.75rem);
  left: clamp(1.25rem, 7.7vw, 9.25rem);
  right: clamp(1.25rem, 7vw, 8rem);
}

.hero-version-content h1 {
  position: relative;
  z-index: 1;
  max-width: min(51.2vw, 982px);
  margin: 0;
  color: var(--white);
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(5rem, 8.27vw, 9.93rem);
  font-weight: 850;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
  font-variation-settings: "wdth" 151;
}

.hero-version-content p {
  position: absolute;
  z-index: 4;
  left: clamp(30rem, 54vw, 65rem);
  top: 23.75vh;
  width: min(27.1vw, 520px);
  min-height: clamp(6.4rem, 9.79vw, 11.75rem);
  display: flex;
  align-items: center;
  margin: 0;
  padding: clamp(1.1rem, 1.55vw, 1.88rem);
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: clamp(1.8rem, 3.1vw, 3.75rem);
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(2.2rem, 3.33vw, 4rem);
  font-weight: 850;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  font-variation-settings: "wdth" 151;
}

.hero-version-cta {
  z-index: 30;
  left: clamp(1.25rem, 7.3vw, 8.75rem);
  bottom: clamp(4.2rem, 13.6vh, 9rem);
  min-height: clamp(3.1rem, 4.32vw, 5.19rem);
  padding: 0 clamp(1.25rem, 1.58vw, 1.88rem);
  color: var(--white);
  background: var(--brand);
  font-size: clamp(0.72rem, 1.04vw, 1.25rem);
  font-weight: 750;
  letter-spacing: 0;
  transition: background-color 240ms var(--ease), transform 240ms var(--ease);
}

.hero-version-cta:hover,
.hero-version-cta:focus {
  background: #ff1450;
  transform: translateY(-3px);
}

.hero-version-socials {
  z-index: 30;
  right: clamp(1.25rem, 7.3vw, 8.75rem);
  bottom: clamp(3.9rem, 13.6vh, 8.9rem);
  display: flex;
  gap: clamp(0.85rem, 1.93vw, 2.31rem);
}

.hero-version-socials a {
  width: clamp(3.35rem, 4.53vw, 5.44rem);
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  transition: background-color 240ms var(--ease), transform 240ms var(--ease);
}

.hero-version-socials a:hover,
.hero-version-socials a:focus {
  transform: translateY(-3px);
}

.hero-version-socials img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-section {
  position: relative;
  min-height: 720px;
  height: 100svh;
  max-height: none;
  overflow: hidden;
  padding: 0;
  color: var(--ink);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #f7f7f5;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(7, 7, 7, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(7, 7, 7, 0.025) 1px, transparent 1px);
  background-size: 1px 100%, 100% 1px;
  background-position: 0 0, 0 0;
  opacity: 0.35;
  transform: none;
  pointer-events: none;
}

.hero-section::after {
  content: none;
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3));
  pointer-events: none;
}

.hero-launch-canvas,
.hero-launch-grid,
.hero-launch-orbit,
.hero-figma-pixels {
  position: absolute;
  pointer-events: none;
}

.hero-launch-canvas {
  display: none;
}

.hero-launch-grid {
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(circle at 82% 76%, rgba(245, 142, 56, 0.035), transparent 22rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(7, 7, 7, 0.018));
  mix-blend-mode: normal;
  transform: none;
  transition: transform 120ms linear;
}

.hero-figma-pixels {
  z-index: 0;
  inset: 0 auto 0 0;
  width: 50vw;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(245, 142, 56, 0.08), rgba(7, 7, 7, 0.04)),
    url("../assets/images/hero-figma-v2/pixel-panel.png") center center / cover no-repeat;
}

.hero-figma-pixels::before,
.hero-figma-pixels::after {
  content: none;
  position: absolute;
  inset: 0;
}

.hero-figma-pixels::before {
  inset: -6% -18% -8% -10%;
  background:
    linear-gradient(90deg, rgba(245, 142, 56, 0.88), rgba(245, 142, 56, 0.55)),
    url("../assets/images/hero-figma-v2/bg.png") center center / cover no-repeat;
  filter: saturate(1.2) contrast(1.08);
  background-blend-mode: multiply;
}

.hero-figma-pixels::after {
  background:
    linear-gradient(90deg, rgba(245, 142, 56, 0.12), rgba(7, 7, 7, 0.1)),
    repeating-conic-gradient(
      from 0deg,
      rgba(0, 0, 0, 0.84) 0 25%,
      rgba(255, 255, 255, 0.08) 0 50%,
      rgba(0, 0, 0, 0.84) 0 75%,
      rgba(255, 255, 255, 0.08) 0 100%
    );
  background-size: auto, 8px 8px;
  mix-blend-mode: multiply;
  opacity: 0.9;
}

.hero-launch-orbit {
  display: none;
  z-index: 1;
  border: 1px solid rgba(7, 7, 7, 0.14);
  border-radius: 50%;
  animation: none;
}

.hero-launch-orbit--one {
  left: auto;
  right: clamp(3rem, 6vw, 7rem);
  top: auto;
  bottom: clamp(4rem, 8vh, 7rem);
  width: clamp(160px, 17vw, 260px);
  aspect-ratio: 1;
  transform: none;
}

.hero-launch-orbit--two {
  display: none;
}

.hero-launch-layout {
  position: relative;
  z-index: 4;
  min-height: 100%;
  display: block;
  padding: clamp(6.2rem, 10vh, 8rem) clamp(1.6rem, 4.2vw, 5.6rem) clamp(8.5rem, 15vh, 12rem);
}

.hero-brand-core {
  position: absolute;
  z-index: 3;
  top: clamp(11rem, 29vh, 18.5rem);
  right: clamp(1.4rem, 4.5vw, 5.4rem);
  width: min(44vw, 850px);
  max-width: 850px;
  padding-top: 0;
  text-align: left;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: clamp(3.2rem, 7vh, 5.8rem) 0 clamp(1.1rem, 2.2vh, 1.7rem);
  color: rgba(7, 7, 7, 0.26);
  font-size: clamp(0.9rem, 1.2vw, 1.3rem);
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.hero-kicker::before {
  content: "";
  width: 0.58rem;
  height: 0.58rem;
  background: var(--brand);
  border-radius: 50%;
  box-shadow: none;
}

.hero-brand-core h1 {
  max-width: 100%;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.6vw, 4rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.035em;
  text-shadow: none;
}

.hero-brand-core h1 span {
  display: block;
  white-space: nowrap;
}

.hero-title-typed {
  min-height: 0.98em;
}

.hero-title-typed.is-typing::after {
  content: "";
  display: inline-block;
  width: 0.08em;
  height: 0.78em;
  margin-left: 0.08em;
  background: var(--brand);
  vertical-align: -0.04em;
  animation: hero-caret-blink 860ms steps(1, end) infinite;
}

.hero-brand-core h1 span:nth-child(n + 2) {
  color: var(--brand);
}

.hero-copy {
  position: absolute;
  z-index: 6;
  left: clamp(1.6rem, 4.2vw, 5.6rem);
  bottom: clamp(14.7rem, 25vh, 17.6rem);
  width: min(43vw, 600px);
  max-width: 620px;
  min-height: clamp(2.9rem, 3.8vw, 3.7rem);
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.28vw, 1.25rem);
  font-weight: 500;
  line-height: 1.45;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  position: absolute;
  z-index: 6;
  left: clamp(1.6rem, 4.2vw, 5.6rem);
  right: auto;
  bottom: clamp(8.3rem, 14vh, 10rem);
  width: auto;
  min-width: clamp(196px, 16vw, 278px);
  min-height: clamp(56px, 4.5vw, 68px);
  aspect-ratio: auto;
  margin-top: 0;
  padding: 1rem clamp(1.15rem, 1.7vw, 1.8rem);
  color: var(--white);
  background: var(--brand);
  border: 1px solid var(--brand);
  border-radius: var(--radius);
  box-shadow: none;
  font-size: clamp(0.86rem, 1vw, 1.06rem);
  font-weight: 600;
  backdrop-filter: none;
  text-transform: uppercase;
  transition: color 240ms var(--ease), border-color 240ms var(--ease), transform 240ms var(--ease), box-shadow 240ms var(--ease), background-color 240ms var(--ease);
}

.hero-cta svg {
  width: 1.1rem;
  height: 1.1rem;
}

@media (min-width: 992px) {
  .hero-brand-core h1,
  .hero-copy {
    transform: none;
  }
}

.hero-cta:hover,
.hero-cta:focus {
  color: var(--white);
  background: var(--brand);
  border-color: var(--brand);
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(245, 142, 56, 0.18);
}

.hero-video-orb {
  position: absolute;
  z-index: 6;
  top: 60%;
  right: clamp(2rem, 5vw, 6rem);
  width: clamp(150px, 14.5vw, 224px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  border: 1px solid rgba(7, 7, 7, 0.14);
  border-radius: 50%;
  background: #050104;
  box-shadow:
    0 24px 80px rgba(7, 7, 7, 0.16),
    0 0 0 10px rgba(255, 255, 255, 0.64);
  transform: translate3d(0, -50%, 0);
  transition:
    transform 360ms var(--ease),
    box-shadow 360ms var(--ease),
    border-color 360ms var(--ease);
}

.hero-video-orb video,
.hero-video-shade {
  position: absolute;
  inset: 0;
}

.hero-video-orb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
}

.hero-video-shade {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.42) 58%, rgba(0, 0, 0, 0.68)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(245, 142, 56, 0.22));
}

.hero-video-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.78rem;
  color: var(--white);
  background: rgba(5, 1, 4, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: clamp(0.72rem, 0.85vw, 0.92rem);
  font-weight: 500;
  line-height: 1;
  backdrop-filter: blur(12px);
}

.hero-video-label svg {
  width: 0.95em;
  height: 0.95em;
}

.hero-video-orb:hover,
.hero-video-orb:focus {
  color: var(--white);
  border-color: rgba(245, 142, 56, 0.38);
  box-shadow:
    0 30px 88px rgba(7, 7, 7, 0.18),
    0 0 0 10px rgba(245, 142, 56, 0.08);
  transform: translate3d(0, calc(-50% - 6px), 0);
}

.hero-floating-facts {
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
}

.hero-fact {
  position: absolute;
  min-width: clamp(96px, 7.2vw, 128px);
  min-height: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(0.28rem, 0.48vw, 0.48rem);
  padding: clamp(0.38rem, 0.5vw, 0.52rem) clamp(0.5rem, 0.78vw, 0.76rem);
  color: var(--ink);
  background: var(--brand);
  border: 0;
  border-radius: 0;
  box-shadow: 0 16px 40px rgba(245, 142, 56, 0.16);
  backdrop-filter: none;
  opacity: 0;
  left: var(--fact-x, 50%);
  top: var(--fact-y, 50%);
  transform: translate3d(-50%, -50%, 0) scale(0.86);
  transition:
    opacity 360ms var(--ease),
    transform 480ms var(--ease),
    background-color 360ms var(--ease),
    box-shadow 360ms var(--ease);
  will-change: left, top, opacity, transform;
}

.hero-fact::before {
  content: none;
}

.hero-fact--one {
  --fact-x: 72%;
  --fact-y: 28%;
}

.hero-fact--two {
  --fact-x: 28%;
  --fact-y: 74%;
}

.hero-fact--three {
  --fact-x: 55%;
  --fact-y: 58%;
}

.hero-fact span {
  max-width: none;
  margin-top: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(0.5rem, 0.58vw, 0.68rem);
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-fact strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(0.56rem, 0.68vw, 0.82rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.hero-fact.is-visible {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1);
  animation: none;
}

.hero-fact.is-emphasis {
  background: #ff0a49;
  box-shadow:
    0 16px 40px rgba(245, 142, 56, 0.18),
    0 0 0 1px rgba(245, 142, 56, 0.08);
}

@keyframes hero-fact-float {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

@keyframes hero-caret-blink {
  0%,
  48% {
    opacity: 1;
  }

  49%,
  100% {
    opacity: 0;
  }
}

.hero-side-tags {
  position: absolute;
  z-index: 3;
  left: clamp(1rem, 1.8vw, 2rem);
  top: clamp(5.8rem, 12vh, 8.5rem);
  bottom: clamp(4.4rem, 7vh, 6rem);
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  align-items: center;
  color: rgba(7, 7, 7, 0.14);
  font-size: clamp(0.9rem, 1.15vw, 1.2rem);
  font-weight: 600;
  pointer-events: none;
}

.hero-side-tags span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.hero-bottom-line {
  position: absolute;
  z-index: 4;
  left: clamp(4.2rem, 4.8vw, 5.7rem);
  right: clamp(17rem, 19vw, 24rem);
  bottom: clamp(4.4rem, 8vh, 7rem);
  display: flex;
  align-items: center;
  gap: 0.45em;
  overflow: hidden;
  color: var(--ink);
  font-size: clamp(2rem, 3.65vw, 4.25rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

@keyframes hero-ring-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes hero-orbit-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.text-brand {
  color: var(--brand);
}

.stats-band {
  position: relative;
  isolation: isolate;
  padding: 0;
  color: var(--ink);
  overflow: hidden;
  background: #f7f7f5;
}

.hero-section .stats-band {
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f7f7f5;
}

.hero-section .stats-band .container {
  max-width: none;
  padding: 0;
}

.stats-band::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(7, 7, 7, 0.025) 1px, transparent 1px);
  background-size: 1px 100%, 100% 1px;
  opacity: 0.35;
}

.stats-band::after {
  content: none;
}

/* Правка 19.08.2026 — полосу логотипов растягиваем на всю ширину.
   Ширину берём из 100% родителя, а не из 100vw: 100vw включает вертикальный
   скроллбар и на десктопе давал горизонтальное переполнение.
   Параллакс-сдвиг убран — он дёргал полосу поверх бесконечной анимации. */
.stats-band--after-figma > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.client-row {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid rgba(7, 7, 7, 0.08);
  border-bottom: 1px solid rgba(7, 7, 7, 0.08);
  background: #f7f7f5;
  backdrop-filter: none;
  transform: none;
  transition: none;
}

.client-marquee {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-height: clamp(68px, 6.2vw, 88px);
  align-items: center;
  overflow: hidden;
  /* Ограничиваем область перерисовки полосой логотипов. */
  contain: paint;
}

.client-marquee::before,
.client-marquee::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: min(12vw, 170px);
  pointer-events: none;
}

.client-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #f7f7f5, rgba(247, 247, 245, 0));
}

.client-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #f7f7f5, rgba(247, 247, 245, 0));
}

/* Правка 19.08.2026 — плавность бегущей строки с логотипами.
   1. Трек выносим на отдельный композитный слой (translateZ + backface),
      чтобы браузер не перерисовывал полосу на каждом кадре.
   2. Длительность вынесена в переменную: десктоп — медленнее и плавнее,
      мобильные — вдвое быстрее (см. медиазапрос ниже). */
.client-track {
  --marquee-duration: 48s;
  display: flex;
  width: max-content;
  animation: logo-marquee var(--marquee-duration) linear infinite;
  animation-fill-mode: both;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.client-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6.4rem);
  padding-right: clamp(2.5rem, 6vw, 6.4rem);
}

.client-group img {
  display: block;
  width: auto;
  max-width: 160px;
  height: clamp(20px, 2.35vw, 36px);
  object-fit: contain;
  filter: grayscale(1) brightness(0.22) contrast(1.55);
  opacity: 0.72;
  /* transform из перехода убран: сдвиг логотипа при наведении заставлял
     браузер перерисовывать весь трек прямо во время прокрутки. */
  transition: opacity 260ms var(--ease), filter 260ms var(--ease);
}

.client-group img:hover {
  filter: grayscale(1) brightness(0.06) contrast(2.2);
  opacity: 1;
}

.client-group img[alt="Huawei"],
.client-group img[alt="М"],
.client-group img[alt=""] {
  max-height: 48px;
}

@keyframes logo-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .client-track {
    animation-duration: 80s;
  }
}

/* New Figma hero: ELEVENLAB Copy, node 3444:141 */
.hero-section--launch {
  --hero-orange: #f58e38;
  --hero-orange-dark: #d86d19;
  --hero-ink: #0d1015;
  min-height: 720px;
  height: 100svh;
  background:
    radial-gradient(circle at 26% 32%, #f7f7f6 0, #f1f0ee 36%, #dedad7 100%);
  color: var(--hero-ink);
  overflow: hidden;
}

.hero-section--launch::before,
.hero-section--launch::after {
  content: none;
}

.hero-section--launch .hero-launch-canvas,
.hero-section--launch .hero-launch-grid,
.hero-section--launch .hero-launch-orbit,
.hero-section--launch .hero-figma-pixels {
  display: none;
}

.hero-orange-header {
  position: absolute;
  z-index: 40;
  top: clamp(24px, 5.28vh, 57px);
  right: clamp(24px, 7.29vw, 140px);
  left: clamp(24px, 7.29vw, 140px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 2.2vw, 42px);
  pointer-events: auto;
}

.hero-orange-brand,
.hero-orange-nav,
.hero-orange-social,
.hero-orange-link,
.hero-orange-menu {
  position: relative;
  z-index: 1;
}

.hero-orange-brand {
  display: inline-flex;
  align-items: center;
  gap: clamp(12px, 1.4vw, 26px);
  color: var(--hero-ink);
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(0.58rem, 0.73vw, 0.88rem);
  font-weight: 720;
  font-variation-settings: "wdth" 151, "wght" 720;
  line-height: 1.03;
  text-transform: uppercase;
}

.hero-orange-brand:hover,
.hero-orange-brand:focus {
  color: var(--hero-ink);
}

.hero-orange-brand img {
  width: clamp(88px, 7.08vw, 136px);
  height: auto;
  filter: invert(1);
}

.hero-orange-brand span {
  display: block;
  max-width: 152px;
  line-height: 1.02;
}

.hero-orange-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 1.04vw, 20px);
}

.hero-orange-social,
.hero-orange-link,
.hero-orange-menu {
  min-height: clamp(44px, 2.92vw, 56px);
  border-radius: clamp(17px, 1.04vw, 20px);
  transition: transform 260ms var(--ease), background-color 260ms var(--ease), border-color 260ms var(--ease), box-shadow 260ms var(--ease);
}

.hero-orange-social {
  width: clamp(44px, 2.92vw, 56px);
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
}

.hero-orange-social img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-orange-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: clamp(16px, 1.04vw, 20px);
  color: var(--hero-orange);
  border: 1px solid var(--hero-orange);
  background: transparent;
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(0.62rem, 0.73vw, 0.88rem);
  font-weight: 720;
  font-variation-settings: "wdth" 151, "wght" 720;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.hero-orange-link--active,
.hero-orange-link:hover,
.hero-orange-link:focus {
  color: #ffffff;
  background: var(--hero-orange);
  border-color: var(--hero-orange);
  box-shadow: 0 18px 46px rgba(245, 142, 56, 0.22);
}

.hero-orange-link--active:hover,
.hero-orange-link--active:focus {
  color: #ffffff;
  background: #e56f1e;
  border-color: #e56f1e;
  box-shadow: 0 22px 58px rgba(229, 111, 30, 0.34);
  transform: translateY(-2px);
}

.hero-orange-social:hover,
.hero-orange-social:focus,
.hero-orange-menu:hover,
.hero-orange-menu:focus {
  transform: translateY(-2px);
  background: transparent;
  box-shadow: 0 18px 40px rgba(13, 16, 21, 0.12);
}

.hero-orange-menu {
  width: clamp(44px, 2.97vw, 57px);
  height: clamp(44px, 2.97vw, 57px);
  min-height: clamp(44px, 2.97vw, 57px);
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
}

.hero-orange-menu img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.is-menu-open,
body.is-request-open {
  overflow: hidden;
}

.site-menu,
.request-modal {
  position: fixed;
  z-index: 2200;
  inset: 0;
  display: grid;
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms var(--ease);
}

.site-menu.is-open,
.request-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.site-menu__backdrop,
.request-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 22%, rgba(245, 142, 56, 0.18), transparent 28rem),
    rgba(7, 7, 7, 0.58);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.site-menu__panel {
  position: relative;
  justify-self: end;
  width: min(760px, calc(100vw - clamp(1rem, 3vw, 3rem)));
  max-width: calc(100vw - clamp(1rem, 3vw, 3rem));
  min-height: calc(100svh - clamp(1rem, 3vw, 3rem));
  margin: clamp(0.5rem, 1.5vw, 1.5rem);
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: clamp(1.2rem, 2vw, 2rem);
  padding: clamp(1rem, 2vw, 2rem);
  box-sizing: border-box;
  overflow-x: hidden;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(20, 14, 10, 0.82), rgba(6, 5, 4, 0.92)),
    radial-gradient(circle at 100% 0, rgba(245, 142, 56, 0.22), transparent 24rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: clamp(24px, 3.6vw, 54px);
  box-shadow: 0 42px 130px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(24px) saturate(1.25);
  -webkit-backdrop-filter: blur(24px) saturate(1.25);
  transform: translate3d(32px, 0, 0) scale(0.985);
  transition: transform 420ms var(--ease);
}

.site-menu.is-open .site-menu__panel {
  transform: none;
}

.site-menu__top,
.site-menu__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 2vw, 2rem);
  min-width: 0;
}

.site-menu__brand {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.8rem, 1.4vw, 1.4rem);
  color: #ffffff;
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(0.7rem, 0.9vw, 0.92rem);
  font-weight: 720;
  font-variation-settings: "wdth" 151, "wght" 720;
  line-height: 1.02;
  text-transform: uppercase;
}

.site-menu__brand img {
  width: clamp(104px, 9vw, 154px);
  filter: none;
}

.site-menu__close,
.request-modal__close {
  width: clamp(48px, 4vw, 64px);
  height: clamp(48px, 4vw, 64px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  transition: color 240ms var(--ease), background-color 240ms var(--ease), transform 240ms var(--ease);
}

.site-menu__close:hover,
.site-menu__close:focus,
.request-modal__close:hover,
.request-modal__close:focus {
  color: var(--ink);
  background: var(--brand);
  transform: translateY(-2px);
}

.site-menu__nav {
  align-self: center;
  display: grid;
  gap: clamp(0.1rem, 0.4vw, 0.35rem);
}

.site-menu__nav a {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: baseline;
  gap: 0;
  padding: clamp(0.42rem, 0.72vw, 0.7rem) 0;
  color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(1.22rem, 1.9vw, 2.5rem);
  font-weight: 680;
  font-variation-settings: "wdth" 151, "wght" 680;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: color 240ms var(--ease), transform 300ms var(--ease), border-color 240ms var(--ease);
}

.site-menu__nav a span {
  display: none;
  color: var(--brand);
  font-size: clamp(0.7rem, 0.8vw, 0.95rem);
  font-weight: 620;
  font-variation-settings: "wdth" 151, "wght" 620;
  line-height: 1;
}

.site-menu__nav a:hover,
.site-menu__nav a:focus {
  color: var(--brand);
  border-color: rgba(245, 142, 56, 0.46);
  transform: translateX(10px);
}

.site-menu__contacts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.2vw, 1rem);
  min-width: 0;
}

.site-menu__contacts a {
  min-width: 0;
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 0.45rem;
  padding: clamp(0.95rem, 1.3vw, 1.2rem);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  overflow-wrap: anywhere;
  line-height: 1.12;
  transition: color 240ms var(--ease), background-color 240ms var(--ease), border-color 240ms var(--ease);
}

.site-menu__contacts a:hover,
.site-menu__contacts a:focus {
  color: #ffffff;
  background: rgba(245, 142, 56, 0.18);
  border-color: rgba(245, 142, 56, 0.38);
}

.site-menu__contacts span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.72rem;
  font-weight: 620;
  text-transform: uppercase;
}

.site-menu__socials {
  display: inline-flex;
  gap: 0.7rem;
  min-width: 0;
}

.site-menu__socials a {
  width: clamp(46px, 3.7vw, 58px);
  height: clamp(46px, 3.7vw, 58px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  transition: background-color 240ms var(--ease), transform 240ms var(--ease);
}

.site-menu__socials a:hover,
.site-menu__socials a:focus {
  background: var(--brand);
  transform: translateY(-3px);
}

.site-menu__socials img {
  width: 46%;
  filter: brightness(0) invert(1);
}

.site-menu__cta {
  min-width: 0;
  min-height: clamp(54px, 4vw, 66px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0 clamp(1.2rem, 2vw, 2rem);
  color: var(--ink);
  background: var(--brand);
  border: 1px solid var(--brand);
  border-radius: var(--radius);
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(0.82rem, 0.96vw, 1rem);
  font-weight: 780;
  font-variation-settings: "wdth" 151, "wght" 780;
  text-transform: uppercase;
  transition: transform 240ms var(--ease), background-color 240ms var(--ease);
}

.site-menu__cta:hover,
.site-menu__cta:focus {
  background: #ffad66;
  transform: translateY(-3px);
}

/* Правка 19.08.2026 — модалка заявки всегда выше фиксированных шапок.
   Было z-index: 150, а .case-main-header и .site-header--figma-fixed имеют
   1200: на странице кейса окно уезжало под шапку. */
.request-modal {
  z-index: 3000;
  place-items: center;
  padding: clamp(0.8rem, 2vw, 2rem);
}

.request-modal__panel {
  position: relative;
  width: min(920px, 100%);
  max-height: min(840px, calc(100svh - 2rem));
  overflow: auto;
  padding: clamp(1.2rem, 2.6vw, 2.6rem);
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(237, 237, 235, 0.96)),
    radial-gradient(circle at 92% 8%, rgba(245, 142, 56, 0.2), transparent 22rem);
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: var(--radius);
  box-shadow: 0 44px 130px rgba(0, 0, 0, 0.34);
  transform: translate3d(0, 34px, 0) scale(0.982);
  transition: transform 420ms var(--ease);
}

.request-modal.is-open .request-modal__panel {
  transform: none;
}

.request-modal__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: clamp(1.4rem, 2.4vw, 2.4rem);
}

.request-modal__head p {
  margin: 0 0 0.55rem;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 720;
  text-transform: uppercase;
}

.request-modal__head h2 {
  margin: 0;
  max-width: 10ch;
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 780;
  font-variation-settings: "wdth" 151, "wght" 780;
  line-height: 0.94;
  text-transform: uppercase;
}

.request-modal__close {
  flex: 0 0 auto;
  color: var(--ink);
  background: rgba(7, 7, 7, 0.04);
  border-color: rgba(7, 7, 7, 0.12);
}

.request-modal__form {
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(7, 7, 7, 0.08);
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .site-menu__panel {
    justify-self: stretch;
    width: auto;
    max-width: none;
    min-height: calc(100svh - 1rem);
    max-height: calc(100svh - 1rem);
    overflow: auto;
    overflow-x: hidden;
    grid-template-rows: auto auto auto auto;
    border-radius: 24px;
  }

  .site-menu__nav {
    gap: 0.28rem;
  }

  .site-menu__nav a {
    grid-template-columns: minmax(0, 1fr);
    min-height: 48px;
    padding: 0.62rem 0;
    font-size: clamp(1.04rem, 5.25vw, 1.42rem);
    line-height: 1.12;
  }

  .site-menu__nav a + a {
    margin-top: 0.12rem;
  }

  .site-menu__contacts,
  .site-menu__bottom {
    grid-template-columns: 1fr;
    display: grid;
    width: 100%;
    min-width: 0;
  }

  .site-menu__contacts a {
    width: 100%;
    max-width: 100%;
    min-height: 68px;
    padding: 0.82rem 0.9rem;
    font-size: clamp(0.92rem, 4.5vw, 1.05rem);
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .site-menu__socials {
    width: 100%;
    justify-content: flex-end;
    gap: 0.62rem;
  }

  .site-menu__socials a {
    width: 52px;
    height: 52px;
  }

  .site-menu__cta {
    width: 100%;
  }

  .request-modal {
    align-items: end;
    padding: 0.5rem;
  }

  .request-modal__panel {
    max-height: calc(100svh - 1rem);
    padding: 1rem;
  }

  .request-modal__head h2 {
    font-size: clamp(2rem, 12vw, 3.4rem);
  }
}

.hero-orange-word {
  position: absolute;
  z-index: 1;
  top: clamp(112px, 15.55vh, 168px);
  left: -4.11vw;
  width: 108.22vw;
  height: clamp(238px, 34.16vh, 369px);
  object-fit: fill;
  max-width: none;
  transform: none;
  pointer-events: none;
  user-select: none;
}

.hero-section--launch .hero-launch-layout {
  position: relative;
  z-index: 6;
  min-height: 100%;
  padding: 0;
}

.hero-section--launch .hero-brand-core {
  position: absolute;
  z-index: 7;
  top: auto;
  right: auto;
  bottom: clamp(132px, 15.95vh, 172px);
  left: clamp(24px, 7.29vw, 140px);
  width: min(64vw, 1198px);
  max-width: 1198px;
  padding: 0;
  text-align: left;
}

.hero-section--launch .hero-brand-core h1 {
  max-width: 100%;
  margin: 0;
  color: var(--hero-ink);
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(2.45rem, 3.39vw, 4.08rem);
  font-weight: 780;
  font-variation-settings: "wdth" 151, "wght" 780;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
}

.hero-section--launch .hero-brand-core h1 span,
.hero-section--launch .hero-brand-core h1 span:nth-child(n + 2) {
  display: block;
  color: var(--hero-ink);
  white-space: normal;
}

.hero-section--launch .hero-title-typed {
  min-height: 1.02em;
  margin-top: clamp(14px, 1.65vh, 18px);
  font-weight: 520;
  font-variation-settings: "wdth" 151, "wght" 520;
}

.hero-section--launch .hero-title-typed.is-typing::after {
  background: var(--hero-ink);
}

.hero-section--launch .hero-copy {
  display: none;
}

.hero-section--launch .hero-cta {
  z-index: 10;
  left: clamp(24px, 7.29vw, 140px);
  right: auto;
  bottom: clamp(36px, 4.63vh, 50px);
  min-width: 0;
  min-height: clamp(44px, 4.45vh, 48px);
  margin: 0;
  padding: 0 clamp(16px, 1.04vw, 20px);
  color: #ffffff;
  background: var(--hero-ink);
  border-color: var(--hero-ink);
  border-radius: 20px;
  box-shadow: none;
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(0.62rem, 0.73vw, 0.88rem);
  font-weight: 720;
  font-variation-settings: "wdth" 151, "wght" 720;
}

.hero-section--launch .hero-cta:hover,
.hero-section--launch .hero-cta:focus {
  background: var(--hero-orange);
  border-color: var(--hero-orange);
  box-shadow: 0 18px 46px rgba(245, 142, 56, 0.24);
}

.hero-section--launch .hero-video-orb {
  z-index: 11;
  top: clamp(500px, 63vh, 680px);
  right: clamp(24px, 6.88vw, 132px);
  width: clamp(300px, 22.5vw, 432px);
  margin: 0;
  border: 0;
  box-shadow:
    0 24px 80px rgba(13, 16, 21, 0.18),
    0 0 0 clamp(8px, 0.73vw, 14px) rgba(247, 247, 246, 0.9);
  transform: translate3d(0, -50%, 0);
}

.hero-section--launch .hero-video-orb:hover,
.hero-section--launch .hero-video-orb:focus {
  transform: translate3d(0, calc(-50% - 6px), 0);
  box-shadow:
    0 32px 92px rgba(13, 16, 21, 0.2),
    0 0 0 clamp(8px, 0.73vw, 14px) rgba(245, 142, 56, 0.22);
}

.hero-section--launch .hero-video-shade {
  background:
    radial-gradient(circle at 48% 36%, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.22) 56%, rgba(0, 0, 0, 0.54)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(245, 142, 56, 0.18));
}

.hero-section--launch .hero-video-label {
  background: rgba(13, 16, 21, 0.72);
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  font-family: "Roboto Flex", var(--font-display);
  font-weight: 650;
  font-variation-settings: "wdth" 151, "wght" 650;
}

.hero-section--launch .hero-floating-facts {
  position: absolute;
  z-index: 45;
  inset: 0;
  pointer-events: none;
}

.hero-section--launch .hero-fact {
  min-width: clamp(86px, 7.2vw, 138px);
  min-height: 0;
  padding: clamp(0.35rem, 0.52vw, 0.54rem) clamp(0.55rem, 0.9vw, 0.86rem);
  color: var(--hero-ink);
  background: var(--hero-orange);
  border: 0;
  border-radius: 0;
  box-shadow: 0 18px 42px rgba(245, 142, 56, 0.2);
}

.hero-section--launch .hero-fact.is-emphasis {
  background: var(--hero-orange);
  box-shadow: 0 18px 42px rgba(245, 142, 56, 0.26);
}

.hero-section--launch .hero-fact span,
.hero-section--launch .hero-fact strong {
  color: var(--hero-ink);
  font-family: "Roboto Flex", var(--font-display);
  font-weight: 620;
  font-variation-settings: "wdth" 151, "wght" 620;
  letter-spacing: 0.035em;
}

.hero-section--launch .hero-fact span {
  font-size: clamp(0.48rem, 0.58vw, 0.68rem);
}

.hero-section--launch .hero-fact strong {
  font-size: clamp(0.56rem, 0.68vw, 0.82rem);
}

.intro-sequence .hero-floating-facts {
  position: absolute;
  z-index: 34;
  inset: 0;
  pointer-events: none;
}

.intro-sequence .hero-fact {
  min-width: clamp(82px, 6.7vw, 132px);
  padding: clamp(0.34rem, 0.5vw, 0.52rem) clamp(0.54rem, 0.82vw, 0.82rem);
  color: var(--hero-ink);
  background: var(--hero-orange);
  border-radius: 0;
  box-shadow: 0 18px 44px rgba(245, 142, 56, 0.2);
}

.intro-sequence .hero-fact.is-emphasis {
  background: var(--hero-orange);
  box-shadow: 0 20px 52px rgba(245, 142, 56, 0.28);
}

.intro-sequence .hero-fact span,
.intro-sequence .hero-fact strong {
  color: var(--hero-ink);
  font-family: "Roboto Flex", var(--font-display);
  font-weight: 620;
  font-variation-settings: "wdth" 151, "wght" 620;
  letter-spacing: 0.035em;
}

.intro-sequence .hero-fact--one {
  --fact-x: 70%;
  --fact-y: 27%;
}

.intro-sequence .hero-fact--two {
  --fact-x: 31%;
  --fact-y: 76%;
}

.intro-sequence .hero-fact--three {
  --fact-x: 58%;
  --fact-y: 63%;
}

.hero-section--launch .stats-band--hero {
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}

.hero-section--launch .stats-band--hero .container {
  max-width: none;
  padding: 0;
}

.hero-section--launch .stats-band--hero .client-row {
  margin: 0;
  border-width: 1px 0 0;
  border-color: rgba(13, 16, 21, 0.08);
  border-radius: 0;
  background: rgba(247, 247, 246, 0.74);
  box-shadow: none;
  backdrop-filter: blur(16px);
}

.hero-section--launch .stats-band--hero .client-marquee {
  min-height: clamp(64px, 7.2vh, 78px);
}

.hero-section--launch .stats-band--hero .client-group {
  gap: clamp(3rem, 5.8vw, 7rem);
}

.hero-section--launch .stats-band--hero .client-group img {
  filter: grayscale(1) brightness(0.18);
  opacity: 0.64;
}

.stats-band--after-figma {
  background: #f7f7f5;
}

.stats-band--after-figma .container {
  max-width: none;
  padding: 0;
}

.stats-band--after-figma .client-row {
  margin: 0;
}

.orange-screen {
  --orange-screen-x: 0;
  --orange-screen-y: 0;
  --hero-orange: #f58e38;
  --hero-ink: #0d1015;
  position: relative;
  min-height: 720px;
  height: 100svh;
  overflow: hidden;
  color: var(--hero-ink);
  background:
    radial-gradient(circle at 27% 33%, #f7f7f6 0, #efeeec 42%, #dcd8d6 100%);
  font-family: "Roboto Flex", var(--font-display);
  isolation: isolate;
}

.orange-screen::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -14% -10%;
  background:
    radial-gradient(circle at 73% 48%, rgba(245, 142, 56, 0.18), transparent 22rem),
    radial-gradient(circle at 18% 74%, rgba(255, 255, 255, 0.68), transparent 34rem);
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1200ms var(--ease), transform 1600ms var(--ease);
  pointer-events: none;
}

.orange-screen.is-visible::before {
  opacity: 1;
  transform: scale(1);
}

.orange-screen-header {
  opacity: 0;
  transform: translateY(-18px);
  transition: opacity 800ms var(--ease), transform 900ms var(--ease);
}

.orange-screen-word,
.orange-screen-shadow,
.orange-screen-copy,
.orange-screen-cta,
.orange-screen-orb {
  position: absolute;
  will-change: transform, opacity;
}

.orange-screen-word {
  z-index: 1;
  top: clamp(112px, 15.55vh, 168px);
  left: -4.11vw;
  width: 108.22vw;
  height: clamp(238px, 34.16vh, 369px);
  max-width: none;
  object-fit: fill;
  opacity: 0;
  transform: translate3d(calc(var(--orange-screen-x) * -10px), 28px, 0) scale(0.985);
  transition: opacity 1100ms var(--ease) 120ms, transform 1300ms var(--ease) 120ms;
  pointer-events: none;
  user-select: none;
}

.orange-screen-shadow {
  z-index: 2;
  right: 5.2%;
  bottom: -3.8%;
  width: 86%;
  max-width: none;
  opacity: 0;
  mix-blend-mode: screen;
  transform:
    translate3d(
      calc(var(--orange-screen-x) * 14px),
      calc(34px + var(--orange-screen-y) * 10px),
      0
    )
    rotate(180deg)
    scaleX(-1);
  transition: opacity 1200ms var(--ease) 260ms, transform 1400ms var(--ease) 260ms;
  pointer-events: none;
}

.orange-screen-copy {
  z-index: 5;
  left: clamp(24px, 7.29vw, 140px);
  bottom: clamp(136px, 15.2vh, 164px);
  width: min(64vw, 1198px);
  max-width: 1198px;
  opacity: 0;
  transform:
    translate3d(
      calc(-24px + var(--orange-screen-x) * -8px),
      calc(42px + var(--orange-screen-y) * 8px),
      0
    );
  transition: opacity 900ms var(--ease) 260ms, transform 1200ms var(--ease) 260ms;
}

.orange-screen-copy h2,
.orange-screen-copy p {
  margin: 0;
  color: var(--hero-ink);
  font-family: "Roboto Flex", var(--font-display);
  letter-spacing: 0;
  text-transform: uppercase;
}

.orange-screen-copy h2 {
  font-size: clamp(2.45rem, 3.39vw, 4.08rem);
  font-weight: 780;
  font-variation-settings: "wdth" 151, "wght" 780;
  line-height: 1.02;
}

.orange-screen-copy h2 span {
  display: block;
}

.orange-screen-copy p {
  min-height: 1.02em;
  margin-top: clamp(14px, 1.65vh, 18px);
  font-size: clamp(2.45rem, 3.39vw, 4.08rem);
  font-weight: 520;
  font-variation-settings: "wdth" 151, "wght" 520;
  line-height: 1.02;
}

.orange-screen-typed.is-typing::after {
  content: "";
  display: inline-block;
  width: 0.08em;
  height: 0.82em;
  margin-left: 0.12em;
  background: var(--hero-ink);
  transform: translateY(0.12em);
  animation: caretPulse 820ms steps(2, start) infinite;
}

.orange-screen-cta {
  z-index: 8;
  left: clamp(24px, 7.29vw, 140px);
  bottom: clamp(40px, 5.55vh, 60px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: clamp(44px, 4.45vh, 48px);
  padding: 0 clamp(16px, 1.04vw, 20px);
  color: #ffffff;
  background: var(--hero-ink);
  border: 1px solid var(--hero-ink);
  border-radius: 20px;
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(0.62rem, 0.73vw, 0.88rem);
  font-weight: 720;
  font-variation-settings: "wdth" 151, "wght" 720;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 800ms var(--ease) 440ms,
    transform 900ms var(--ease) 440ms,
    background-color 260ms var(--ease),
    border-color 260ms var(--ease),
    box-shadow 260ms var(--ease);
}

.orange-screen-cta:hover,
.orange-screen-cta:focus {
  color: #ffffff;
  background: var(--hero-orange);
  border-color: var(--hero-orange);
  box-shadow: 0 18px 46px rgba(245, 142, 56, 0.24);
}

.orange-screen-orb {
  z-index: 7;
  top: clamp(500px, 63vh, 680px);
  right: clamp(24px, 6.88vw, 132px);
  width: clamp(300px, 22.5vw, 432px);
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background: #0d1015;
  box-shadow:
    0 24px 80px rgba(13, 16, 21, 0.18),
    0 0 0 clamp(8px, 0.73vw, 14px) rgba(247, 247, 246, 0.9);
  opacity: 0;
  transform:
    translate3d(
      calc(var(--orange-screen-x) * 18px),
      calc(-50% + 28px + var(--orange-screen-y) * 10px),
      0
    )
    scale(0.98);
  transition:
    opacity 900ms var(--ease) 520ms,
    transform 1100ms var(--ease) 520ms,
    box-shadow 260ms var(--ease);
}

.orange-screen-orb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.orange-screen-orb-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 48% 36%, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.22) 56%, rgba(0, 0, 0, 0.54)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(245, 142, 56, 0.18));
  pointer-events: none;
}

.orange-screen-orb-label {
  position: absolute;
  right: 50%;
  bottom: 18%;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.62rem 0.82rem;
  color: #ffffff;
  background: rgba(13, 16, 21, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(0.68rem, 0.78vw, 0.92rem);
  font-weight: 650;
  font-variation-settings: "wdth" 151, "wght" 650;
  line-height: 1;
  transform: translateX(50%);
  white-space: nowrap;
}

.orange-screen.is-visible .orange-screen-header,
.orange-screen.is-visible .orange-screen-word,
.orange-screen.is-visible .orange-screen-copy,
.orange-screen.is-visible .orange-screen-cta,
.orange-screen.is-visible .orange-screen-orb {
  opacity: 1;
}

.orange-screen.is-visible .orange-screen-header,
.orange-screen.is-visible .orange-screen-cta {
  transform: translateY(0);
}

.orange-screen.is-visible .orange-screen-word {
  transform: translate3d(calc(var(--orange-screen-x) * -10px), 0, 0) scale(1);
}

.orange-screen.is-visible .orange-screen-shadow {
  opacity: 0.1;
  transform:
    translate3d(
      calc(var(--orange-screen-x) * 14px),
      calc(var(--orange-screen-y) * 10px),
      0
    )
    rotate(180deg)
    scaleX(-1);
}

.orange-screen.is-visible .orange-screen-copy {
  transform:
    translate3d(
      calc(var(--orange-screen-x) * -8px),
      calc(var(--orange-screen-y) * 8px),
      0
    );
}

.orange-screen.is-visible .orange-screen-orb {
  transform:
    translate3d(
      calc(var(--orange-screen-x) * 18px),
      calc(-50% + var(--orange-screen-y) * 10px),
      0
    )
    scale(1);
}

.orange-screen-orb:hover,
.orange-screen-orb:focus {
  transform:
    translate3d(
      calc(var(--orange-screen-x) * 18px),
      calc(-50% - 6px + var(--orange-screen-y) * 10px),
      0
    )
    scale(1);
  box-shadow:
    0 32px 92px rgba(13, 16, 21, 0.2),
    0 0 0 clamp(8px, 0.73vw, 14px) rgba(245, 142, 56, 0.22);
}

.serious-screen {
  --serious-x: 0;
  --serious-y: 0;
  position: relative;
  min-height: 720px;
  height: 100svh;
  overflow: hidden;
  color: #0d1015;
  background:
    radial-gradient(circle at 26.1% 34.7%, #f5f5f5 0, #eceae8 44%, #dcd8d6 100%);
  font-family: "Roboto Flex", var(--font-display);
  isolation: isolate;
}

.serious-screen::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -12% -8%;
  background:
    radial-gradient(circle at 70% 44%, rgba(245, 142, 56, 0.12), transparent 24rem),
    radial-gradient(circle at 18% 74%, rgba(255, 255, 255, 0.7), transparent 34rem);
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1200ms var(--ease), transform 1500ms var(--ease);
  pointer-events: none;
}

.serious-screen.is-visible::before {
  opacity: 1;
  transform: scale(1);
}

.serious-screen-outline,
.serious-screen-shadow,
.serious-screen-person,
.serious-screen-copy {
  position: absolute;
  will-change: transform, opacity;
}

.serious-screen-outline {
  z-index: 1;
  top: 15.46%;
  left: -4.11%;
  width: 108.22%;
  height: 34.16%;
  max-width: none;
  object-fit: fill;
  opacity: 0;
  transform: translate3d(calc(var(--serious-x) * -10px), 24px, 0) scale(0.99);
  transition: opacity 1000ms var(--ease), transform 1200ms var(--ease);
  pointer-events: none;
  user-select: none;
}

.serious-screen-shadow {
  z-index: 2;
  right: 6.46%;
  bottom: -3.04%;
  width: 87.08%;
  height: 27.48%;
  max-width: none;
  object-fit: fill;
  mix-blend-mode: screen;
  opacity: 0;
  transform:
    translate3d(
      calc(var(--serious-x) * 12px),
      calc(32px + var(--serious-y) * 10px),
      0
    )
    rotate(180deg)
    scaleX(-1);
  transition: opacity 1200ms var(--ease) 160ms, transform 1400ms var(--ease) 160ms;
  pointer-events: none;
}

.serious-screen-person {
  z-index: 3;
  top: 32.4%;
  left: calc(58.33% - 18px);
  width: 47.55%;
  height: 67.59%;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0;
  transform:
    translate3d(
      calc(30px + var(--serious-x) * 24px),
      calc(22px + var(--serious-y) * 12px),
      0
    )
    scale(0.985);
  filter: drop-shadow(0 28px 34px rgba(13, 16, 21, 0.16));
  transition: opacity 900ms var(--ease) 180ms, transform 1300ms var(--ease) 180ms, filter 1300ms var(--ease) 180ms;
  pointer-events: none;
  user-select: none;
}

.serious-screen-copy {
  z-index: 4;
  top: 56.2%;
  left: clamp(24px, 7.29vw, 140px);
  width: min(43vw, 820px);
  opacity: 0;
  transform:
    translate3d(
      calc(-26px + var(--serious-x) * -8px),
      calc(34px + var(--serious-y) * 8px),
      0
    );
  transition: opacity 900ms var(--ease) 260ms, transform 1200ms var(--ease) 260ms;
}

.serious-screen-copy h2,
.serious-screen-copy p {
  margin: 0;
  color: #0d1015;
  font-family: "Roboto Flex", var(--font-display);
  letter-spacing: 0;
  text-transform: uppercase;
}

.serious-screen-copy h2 {
  font-size: clamp(3.3rem, 5vw, 6rem);
  font-weight: 780;
  font-variation-settings: "wdth" 151, "wght" 780;
  line-height: 0.91;
}

.serious-screen-copy p {
  margin-top: clamp(18px, 2.78vh, 30px);
  font-size: clamp(2.1rem, 3.34vw, 4rem);
  font-weight: 520;
  font-variation-settings: "wdth" 151, "wght" 520;
  line-height: 0.92;
}

.serious-screen-copy span {
  display: block;
}

.serious-screen.is-visible .serious-screen-outline,
.serious-screen.is-visible .serious-screen-person,
.serious-screen.is-visible .serious-screen-copy {
  opacity: 1;
}

.serious-screen.is-visible .serious-screen-outline {
  transform: translate3d(calc(var(--serious-x) * -10px), 0, 0) scale(1);
}

.serious-screen.is-visible .serious-screen-shadow {
  opacity: 0.1;
  transform:
    translate3d(
      calc(var(--serious-x) * 12px),
      calc(var(--serious-y) * 10px),
      0
    )
    rotate(180deg)
    scaleX(-1);
}

.serious-screen.is-visible .serious-screen-person {
  transform:
    translate3d(
      calc(var(--serious-x) * 24px),
      calc(var(--serious-y) * 12px),
      0
    )
    scale(1);
  filter: drop-shadow(0 34px 34px rgba(13, 16, 21, 0.14));
}

.serious-screen.is-visible .serious-screen-copy {
  transform:
    translate3d(
      calc(var(--serious-x) * -8px),
      calc(var(--serious-y) * 8px),
      0
    );
}

.second-figma-section {
  --second-parallax-x: 0;
  --second-parallax-y: 0;
  --second-scroll: 0;
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: #0d1015;
  background:
    radial-gradient(circle at 26.1% 34.7%, #f5f5f5 0, #e7e5e3 44%, #dcd8d6 100%);
  font-family: "Roboto Flex", var(--font-display);
  isolation: isolate;
}

.second-figma-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -12% -8%;
  background:
    radial-gradient(circle at 70% 52%, rgba(245, 142, 56, 0.16), transparent 22rem),
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.6), transparent 34rem);
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1200ms var(--ease), transform 1600ms var(--ease);
  pointer-events: none;
}

.second-figma-section.is-visible::before {
  opacity: 1;
  transform: scale(1);
}

.second-figma-outline,
.second-figma-shadow,
.second-figma-person,
.second-figma-copy {
  position: absolute;
  will-change: transform, opacity;
}

.second-figma-outline {
  z-index: 1;
  top: 15.46%;
  left: -4.11%;
  width: 108.22%;
  height: 34.16%;
  max-width: none;
  object-fit: fill;
  opacity: 0;
  transform: none;
  transition: opacity 900ms var(--ease);
}

.second-figma-shadow {
  z-index: 2;
  right: 6.46%;
  bottom: -3.04%;
  width: 87.08%;
  height: 27.48%;
  max-width: none;
  object-fit: fill;
  mix-blend-mode: screen;
  opacity: 0;
  transform:
    translate3d(
      calc(var(--second-parallax-x) * 12px),
      calc(32px + (var(--second-scroll) * 38px)),
      0
    )
    rotate(180deg)
    scaleX(-1);
  transition: opacity 1200ms var(--ease), transform 1400ms var(--ease);
}

.second-figma-person {
  z-index: 5;
  top: 12.5%;
  left: calc(50% + 91px);
  width: auto;
  height: min(76.76vh, 829px);
  max-width: none;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transform:
    translate3d(
      calc(42px + (var(--second-parallax-x) * 28px)),
      calc(24px + (var(--second-parallax-y) * 14px) + (var(--second-scroll) * -42px)),
      0
    )
    scale(0.985);
  filter: drop-shadow(0 26px 30px rgba(13, 16, 21, 0.18));
  transition: opacity 900ms var(--ease), transform 1300ms var(--ease), filter 1300ms var(--ease);
}

.second-figma-copy {
  z-index: 4;
  left: clamp(24px, 7.29vw, 140px);
  bottom: clamp(114px, 11.2vh, 121px);
  display: grid;
  gap: clamp(28px, 2.95vw, 56px);
  opacity: 0;
  transform:
    translate3d(
      calc(-28px + (var(--second-parallax-x) * -10px)),
      calc(42px + (var(--second-scroll) * -24px)),
      0
    );
  transition: opacity 900ms var(--ease) 180ms, transform 1200ms var(--ease) 180ms;
}

.second-figma-copy h2,
.second-figma-copy p {
  margin: 0;
  color: #0d1015;
  text-transform: uppercase;
  letter-spacing: 0;
}

.second-figma-copy h2 {
  max-width: min(60.78vw, 1167px);
  font-size: clamp(4.4rem, 5vw, 6rem);
  font-weight: 780;
  font-variation-settings: "wdth" 151, "wght" 780;
  line-height: 0.94;
}

.second-figma-copy p {
  max-width: min(58vw, 1060px);
  font-size: clamp(2.7rem, 3.34vw, 4rem);
  font-weight: 520;
  font-variation-settings: "wdth" 151, "wght" 520;
  line-height: 0.98;
}

.second-figma-copy span {
  display: block;
}

.second-figma-section.is-visible .second-figma-outline {
  opacity: 1;
  transform: none;
}

.second-figma-section.is-visible .second-figma-shadow {
  opacity: 0.1;
  transform:
    translate3d(
      calc(var(--second-parallax-x) * 12px),
      calc(var(--second-scroll) * 38px),
      0
    )
    rotate(180deg)
    scaleX(-1);
}

.second-figma-section.is-visible .second-figma-person {
  opacity: 1;
  transform:
    translate3d(
      calc(var(--second-parallax-x) * 28px),
      calc((var(--second-parallax-y) * 14px) + (var(--second-scroll) * -42px)),
      0
    )
    scale(1);
  filter: drop-shadow(0 34px 34px rgba(13, 16, 21, 0.16));
}

.second-figma-section.is-visible .second-figma-copy {
  opacity: 1;
  transform:
    translate3d(
      calc(var(--second-parallax-x) * -10px),
      calc(var(--second-scroll) * -24px),
      0
    );
}

@media (max-width: 1399.98px) {
  .serious-screen-copy {
    width: min(47vw, 660px);
  }

  .serious-screen-person {
    left: calc(57.5% - 10px);
    width: 49%;
  }

  .orange-screen-copy {
    width: min(62vw, 900px);
  }

  .orange-screen-copy h2,
  .orange-screen-copy p {
    font-size: clamp(2.35rem, 3.6vw, 3.7rem);
  }

  .orange-screen-orb {
    width: clamp(282px, 22vw, 356px);
  }

  .second-figma-person {
    left: 54%;
    width: auto;
    height: min(74vh, 660px);
    aspect-ratio: 758 / 829;
  }

  .second-figma-copy h2 {
    font-size: clamp(3.8rem, 6vw, 5.5rem);
  }

  .second-figma-copy p {
    font-size: clamp(2.35rem, 4vw, 3.55rem);
  }
}

@media (max-width: 991.98px) {
  .second-figma-section {
    min-height: 820px;
  }

  .second-figma-outline {
    top: 18%;
    left: -24%;
    width: 150%;
    height: 26%;
  }

  .second-figma-person {
    top: 14%;
    left: 42%;
    width: auto;
    height: min(58vh, 470px);
  }

  .second-figma-copy {
    left: 20px;
    right: 20px;
    bottom: 96px;
    gap: 28px;
  }

  .second-figma-copy h2 {
    max-width: 78vw;
    font-size: clamp(3rem, 11vw, 5.1rem);
  }

  .second-figma-copy p {
    max-width: 82vw;
    font-size: clamp(2rem, 7.8vw, 3.35rem);
  }
}

@media (max-width: 575.98px) {
  .second-figma-section {
    min-height: 720px;
  }

  .second-figma-outline {
    top: 16%;
    left: -40%;
    width: 190%;
  }

  .second-figma-person {
    top: 17%;
    left: 28%;
    width: auto;
    height: min(46vh, 360px);
  }

  .second-figma-copy {
    bottom: 72px;
    gap: 22px;
  }

  .second-figma-copy h2 {
    max-width: 92vw;
    font-size: clamp(2.55rem, 12.4vw, 3.7rem);
  }

.second-figma-copy p {
    max-width: 92vw;
    font-size: clamp(1.65rem, 8.7vw, 2.5rem);
  }
}

/* Lighter subtitles for the first three intro screens. */
.intro-sequence-text p,
.intro-sequence-text .hero-title-typed,
.orange-screen-copy p,
.serious-screen-copy p,
.second-figma-copy p {
  font-family: "Roboto Flex", var(--font-display);
  font-weight: 360;
  font-variation-settings: "wdth" 151, "wght" 360;
}

/* Last-mile override for section headings after responsive blocks. */
main h2,
.work-heading h2,
.clients-list-heading h2,
.process-lead h2,
.services-section .process-lead h2,
.awards-copy h2,
.contacts-section h2,
.footer-accreditation h2 {
  font-family: "Roboto Flex", var(--font-display);
  font-weight: 780;
  font-variation-settings: "wdth" 151, "wght" 780;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .clients-list-section {
    height: auto !important;
    min-height: auto;
    padding: var(--section-space) 0;
  }

  .clients-list-stage {
    position: relative;
    top: auto;
    height: auto;
    min-height: auto;
    padding: 0;
    overflow: clip;
  }

  .clients-list-stage .container-fluid {
    height: auto;
    display: block;
  }

  .clients-list-watermark {
    top: calc(var(--header-height) + 1rem);
    width: 100%;
    height: auto;
    opacity: 0.12;
    margin-bottom: 0;
    transform: none;
  }

  .clients-scroll-window {
    height: auto !important;
    overflow: visible;
    mask-image: none;
  }

  .clients-name-grid {
    transform: none !important;
  }

  .contacts-section::after {
    width: 170vw;
    opacity: 0.08;
  }
}

/* Final site-wide heading tune: match the first three screens. */
main h2,
.work-heading h2,
.clients-list-heading h2,
.process-lead h2,
.services-section .process-lead h2,
.awards-copy h2,
.contacts-section h2,
.footer-accreditation h2 {
  font-family: "Roboto Flex", var(--font-display);
  font-weight: 780;
  font-variation-settings: "wdth" 151, "wght" 780;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 1399.98px) {
  .hero-section--launch .hero-brand-core {
    width: min(62vw, 900px);
  }

  .hero-section--launch .hero-brand-core h1 {
    font-size: clamp(2.35rem, 3.6vw, 3.7rem);
  }
}

@media (max-width: 1199.98px) {
  .serious-screen-copy {
    top: 58%;
    width: min(51vw, 620px);
  }

  .serious-screen-person {
    top: 34%;
    left: 55%;
    width: 52%;
    height: 64%;
  }

  .orange-screen-copy {
    width: min(68vw, 760px);
    bottom: 132px;
  }

  .orange-screen-orb {
    top: clamp(500px, 64vh, 660px);
    width: clamp(252px, 28.8vw, 348px);
    right: 32px;
  }

  .hero-orange-header {
    align-items: flex-start;
  }

  .hero-orange-nav {
    flex-wrap: wrap;
    max-width: 560px;
  }

  .hero-section--launch .hero-brand-core {
    width: min(68vw, 760px);
    bottom: 132px;
  }

  .hero-section--launch .hero-video-orb {
    top: clamp(500px, 64vh, 660px);
    width: clamp(252px, 28.8vw, 348px);
    right: 32px;
  }
}

@media (max-width: 991.98px) {
  .hero-section--launch {
    min-height: 860px;
    height: auto;
  }

  .hero-orange-header {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 20px 20px 0;
  }

  .hero-orange-nav {
    gap: 8px;
  }

  .hero-orange-social {
    display: none;
  }

  .hero-orange-link {
    min-width: 76px;
    min-height: 42px;
    padding-inline: 12px;
  }

  .hero-orange-word {
    top: 148px;
    font-size: clamp(8rem, 34vw, 18rem);
  }

  .hero-section--launch .hero-launch-layout {
    min-height: 760px;
  }

  .hero-section--launch .hero-brand-core {
    left: 20px;
    right: 20px;
    bottom: 152px;
    width: auto;
  }

  .hero-section--launch .hero-brand-core h1 {
    max-width: 720px;
    font-size: clamp(2.35rem, 8vw, 4.2rem);
  }

  .hero-section--launch .hero-video-orb {
    top: 58%;
    right: 20px;
    width: clamp(216px, 38vw, 300px);
  }

  .hero-section--launch .hero-cta {
    left: 20px;
    bottom: 54px;
  }

  .hero-section--launch .hero-fact,
  .hero-section--launch .hero-fact--one,
  .hero-section--launch .hero-fact--two,
  .hero-section--launch .hero-fact--three {
    position: absolute;
    width: auto;
    min-height: 0;
    transform: translate3d(-50%, -50%, 0) scale(0.86);
  }

  .hero-section--launch .hero-fact.is-visible {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
}

@media (max-width: 575.98px) {
  .hero-section--launch {
    min-height: 760px;
  }

  .hero-orange-header {
    flex-direction: column;
    gap: 16px;
  }

  .hero-orange-brand img {
    width: 112px;
  }

  .hero-orange-nav {
    justify-content: flex-start;
  }

  .hero-orange-link:nth-of-type(3) {
    display: none;
  }

  .hero-orange-word {
    top: 170px;
    font-size: clamp(6.2rem, 36vw, 8.8rem);
  }

  .hero-section--launch .hero-launch-layout {
    min-height: 620px;
  }

  .hero-section--launch .hero-brand-core {
    bottom: 152px;
  }

  .hero-section--launch .hero-brand-core h1 {
    font-size: clamp(2rem, 10.6vw, 3.2rem);
  }

  .hero-section--launch .hero-video-orb {
    top: 50%;
    width: clamp(142px, 42vw, 190px);
  }

  .hero-section--launch .hero-cta {
    bottom: 86px;
  }
}

.showcase-section,
.work-section,
.mission-section,
.awards-section,
.reviews-section,
.services-section,
.contacts-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f7f7f5;
  color: var(--ink);
}

.showcase-section::before,
.work-section::before,
.mission-section::before,
.awards-section::before,
.reviews-section::before,
.services-section::before,
.contacts-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(90deg, rgba(7, 7, 7, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(7, 7, 7, 0.024) 1px, transparent 1px);
  background-size: 1px 100%, 100% 1px;
  opacity: 0.28;
  pointer-events: none;
}

.showcase-section {
  padding: var(--section-space-compact) 0 var(--section-space);
  color: var(--ink);
  background: #f7f7f5;
}

.showcase-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(90deg, rgba(7, 7, 7, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(7, 7, 7, 0.025) 1px, transparent 1px);
  background-size: 1px 100%, 100% 1px;
  opacity: 0.28;
  pointer-events: none;
}

.showcase-frame {
  position: relative;
  min-height: 320px;
  height: clamp(360px, 52vw, 760px);
  overflow: hidden;
  margin: 0 clamp(1rem, 3vw, 2.5rem);
  border: 1px solid rgba(7, 7, 7, 0.08);
  border-radius: var(--radius);
  background: #050104;
  box-shadow:
    0 34px 95px rgba(7, 7, 7, 0.16),
    0 0 0 8px rgba(255, 255, 255, 0.72);
  transform: translate3d(calc(var(--parallax-x) * 8px), calc(var(--parallax-y) * 6px), 0);
  transition:
    transform 300ms var(--ease),
    border-color 300ms var(--ease),
    box-shadow 300ms var(--ease);
}

.showcase-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 34%, rgba(0, 0, 0, 0.24)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 38%, rgba(0, 0, 0, 0.16));
}

.showcase-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-caption {
  position: absolute;
  z-index: 1;
  left: clamp(1rem, 5vw, 4rem);
  right: clamp(1rem, 5vw, 4rem);
  bottom: clamp(1rem, 4vw, 3rem);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.86);
}

.showcase-caption span {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.showcase-caption strong {
  max-width: 360px;
  text-align: right;
}

.section-anchor {
  position: absolute;
  top: calc((var(--header-height) + 1rem) * -1);
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.showcase-mission-section {
  --mission-video-x: 8vw;
  --mission-video-y: 72vh;
  scroll-margin-top: calc(var(--header-height) + 1rem);
  overflow: visible;
  padding-top: 0;
  padding-bottom: 0;
}

.showcase-mission-layout {
  position: relative;
  display: block;
  min-height: clamp(940px, 160vh, 1460px);
  padding: 0;
}

.showcase-sticky-stage {
  position: sticky;
  top: var(--header-height);
  min-height: calc(100svh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 0.38fr);
  align-items: center;
  overflow: visible;
}

.showcase-mission-section .mission-statement {
  position: relative;
  top: auto;
  z-index: 4;
  width: 100%;
  max-width: min(54vw, 900px);
  min-height: 0;
  display: grid;
  gap: clamp(1.5rem, 2.4vw, 2.8rem);
  margin: 0;
  transform: none;
}

.showcase-mission-section .showcase-frame {
  position: relative;
  z-index: 5;
  justify-self: end;
  width: min(60vw, 980px);
  max-width: none;
  min-height: 0;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 0;
  transform: translate3d(var(--mission-video-x), var(--mission-video-y), 0);
  will-change: transform;
  transition:
    border-color 300ms var(--ease),
    box-shadow 300ms var(--ease);
}

.showcase-mission-section .mission-statement p {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  letter-spacing: -0.018em;
}

.showcase-mission-section .mission-kicker {
  max-width: 12.5ch;
  font-size: clamp(2.4rem, 4.15vw, 5.15rem);
  font-weight: 520;
  line-height: 0.96;
  transform: translate3d(calc(var(--parallax-x) * -10px), calc(var(--parallax-y) * -7px), 0);
  transition: transform 180ms linear;
}

.showcase-mission-section .mission-copy-grid {
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 1.6vw, 1.55rem) clamp(1.2rem, 2.4vw, 2.4rem);
  transform: translate3d(calc(var(--parallax-x) * 7px), calc(var(--parallax-y) * 5px), 0);
  transition: transform 180ms linear;
}

.showcase-mission-section .mission-copy-grid p {
  min-height: clamp(116px, 9vw, 152px);
  padding-top: clamp(1rem, 1.4vw, 1.35rem);
  border-top: 1px solid rgba(7, 7, 7, 0.16);
  color: rgba(7, 7, 7, 0.72);
  font-size: clamp(1.02rem, 1.12vw, 1.32rem);
  font-weight: 430;
  line-height: 1.36;
  letter-spacing: -0.01em;
}

.showcase-mission-section .mission-copy-grid p:first-child {
  grid-column: span 2;
  max-width: 68ch;
  min-height: 0;
  color: rgba(7, 7, 7, 0.84);
}

.work-section {
  padding: var(--section-space) 0;
  color: var(--ink);
  background: #f7f7f5;
}

.section-heading {
  margin-bottom: var(--section-heading-gap);
}

.work-heading {
  max-width: 1180px;
  margin: 0 0 clamp(2rem, 4vw, 4rem);
}

.work-heading h2 {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: var(--section-title-size);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-shadow: none;
}

h2 {
  color: var(--ink);
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--section-title-size);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.045em;
  text-shadow: none;
}

h2,
.work-heading h2,
.clients-list-heading h2,
.process-lead h2,
.services-section .process-lead h2,
.awards-copy h2,
.contacts-section h2,
.footer-accreditation h2 {
  font-family: "Roboto Flex", var(--font-display);
  font-weight: 780;
  font-variation-settings: "wdth" 151, "wght" 780;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

.case-filter-panel,
.release-filter-panel {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.8rem, 1.4vw, 1.25rem);
  justify-content: space-between;
  margin: 0 0 clamp(2.6rem, 5vw, 5rem);
  padding: clamp(1.1rem, 2vw, 1.55rem) 0;
  background: transparent;
  border-top: 1px solid rgba(7, 7, 7, 0.12);
  border-bottom: 1px solid rgba(7, 7, 7, 0.12);
  border-radius: 0;
  backdrop-filter: none;
}

.case-filter-group,
.release-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.45rem, 0.8vw, 0.8rem);
  align-items: center;
}

.case-filter-group > span,
.release-filter-group > span {
  min-width: auto;
  margin-right: 0.25rem;
  color: rgba(7, 7, 7, 0.35);
  font-size: clamp(0.78rem, 0.92vw, 0.94rem);
  font-weight: 600;
  text-transform: uppercase;
}

.case-filter,
.release-filter {
  min-height: 38px;
  padding: 0 clamp(0.85rem, 1.15vw, 1.15rem);
  color: rgba(7, 7, 7, 0.74);
  background: transparent;
  border: 1px solid rgba(7, 7, 7, 0.14);
  border-radius: var(--radius);
  font-size: clamp(0.82rem, 1vw, 0.98rem);
  font-weight: 600;
  transition:
    transform 240ms var(--ease),
    color 240ms var(--ease),
    background-color 240ms var(--ease),
    border-color 240ms var(--ease);
}

.case-filter:hover,
.case-filter:focus,
.case-filter.active,
.release-filter:hover,
.release-filter:focus,
.release-filter.active {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
  transform: translateY(-2px);
}

.project-col {
  transition: opacity 260ms var(--ease), transform 260ms var(--ease);
}

.project-col.is-hidden {
  display: none;
}

.project-card {
  display: block;
  height: 100%;
  overflow: hidden;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: var(--radius);
  box-shadow: none;
  backdrop-filter: none;
  transition: transform 360ms var(--ease);
  will-change: transform;
}

.project-card:hover,
.project-card:focus-visible {
  transform: translateY(-10px);
}

.project-card--link:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 8px;
}

.project-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050505;
  border-radius: var(--radius);
  box-shadow: none;
}

.project-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 46%, rgba(0, 0, 0, 0.24)),
    radial-gradient(circle at 18% 12%, rgba(245, 142, 56, 0.14), transparent 38%);
  pointer-events: none;
}

.project-media img,
.project-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.project-card:hover .project-media img,
.project-card:hover .project-media video {
  transform: scale(1.055);
  filter: saturate(1.05) contrast(1.06);
}

.project-kind {
  position: absolute;
  z-index: 2;
  left: clamp(1rem, 1.7vw, 1.45rem);
  bottom: clamp(1rem, 1.7vw, 1.45rem);
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0.35rem 0.9rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(0);
  transition:
    color 280ms var(--ease),
    background-color 280ms var(--ease),
    transform 280ms var(--ease);
}

.project-card:hover .project-kind {
  color: var(--white);
  background: var(--brand);
  transform: translateY(-3px);
}

.project-body {
  padding: clamp(0.85rem, 1.35vw, 1.25rem) 0 0;
}

.project-body h3 {
  max-width: 760px;
  margin-bottom: clamp(0.7rem, 1.2vw, 1.1rem);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.18vw, 2.35rem);
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: -0.035em;
  transition: color 260ms var(--ease);
}

.project-card:hover .project-body h3 {
  color: var(--brand);
}

.project-body p {
  margin: 0;
  max-width: 640px;
  color: rgba(7, 7, 7, 0.52);
  font-size: clamp(0.96rem, 1.14vw, 1.08rem);
  font-weight: 500;
  line-height: 1.56;
}

.releases-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: var(--section-space) 0;
  color: var(--ink);
  background: #f7f7f5;
}

.releases-section > .container-fluid {
  padding-right: clamp(1.5rem, 3.6vw, 4rem) !important;
  padding-left: clamp(1.5rem, 3.6vw, 4rem) !important;
}

.releases-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(90deg, rgba(7, 7, 7, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(7, 7, 7, 0.024) 1px, transparent 1px);
  background-size: 1px 100%, 100% 1px;
  opacity: 0.32;
  pointer-events: none;
}

.releases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(4.2rem, 6.6vw, 7rem) clamp(1.5rem, 2.25vw, 2.5rem);
}

.release-card {
  display: flex;
  min-height: 100%;
  min-width: 0;
  flex-direction: column;
  transition:
    opacity 420ms var(--ease),
    transform 360ms var(--ease);
}

.release-card.is-hidden,
.release-card.is-collapsed {
  display: none;
}

.release-link {
  display: grid;
  grid-template-rows: auto 1fr;
  flex: 1 1 auto;
  height: auto;
  align-content: stretch;
  color: inherit;
  text-decoration: none;
}

.release-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050505;
  border-radius: var(--radius);
  box-shadow: 0 22px 56px rgba(7, 7, 7, 0.12);
}

.release-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.release-card:hover .release-media img,
.release-card:focus-within .release-media img {
  transform: scale(1.06);
  filter: saturate(1.05) contrast(1.04);
}

.release-body {
  display: grid;
  gap: clamp(0.55rem, 0.72vw, 0.85rem);
  grid-template-rows: auto minmax(3.08em, auto) minmax(0, 1fr);
  height: 100%;
  padding-top: clamp(1.55rem, 2.2vw, 2.35rem);
}

.release-client {
  display: block;
  margin: 0;
  color: rgba(7, 7, 7, 0.44);
  font-size: clamp(0.78rem, 0.9vw, 0.96rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.release-body h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.18vw, 2.35rem);
  font-weight: 500;
  line-height: 1.01;
  letter-spacing: -0.035em;
  transition: color 260ms var(--ease);
}

.release-card:hover .release-body h3,
.release-card:focus-within .release-body h3 {
  color: var(--brand);
}

.release-body p {
  align-self: end;
  margin: 0;
  color: rgba(7, 7, 7, 0.58);
  font-size: clamp(1rem, 1.14vw, 1.2rem);
  font-weight: 500;
  line-height: 1.34;
}

.release-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: clamp(0.95rem, 1.35vw, 1.45rem);
  color: rgba(7, 7, 7, 0.44);
  pointer-events: none;
}

.release-tags span {
  display: inline;
  min-height: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: clamp(0.86rem, 0.96vw, 1rem);
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  pointer-events: none;
}

.releases-more {
  display: flex;
  justify-content: center;
  margin-top: clamp(2.8rem, 5vw, 5rem);
}

.releases-more.is-hidden {
  display: none;
}

.releases-more-btn {
  min-width: clamp(230px, 20vw, 320px);
  min-height: clamp(64px, 5.2vw, 82px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  font-size: clamp(0.96rem, 1.12vw, 1.18rem);
  font-weight: 600;
  text-transform: uppercase;
  transition:
    transform 240ms var(--ease),
    background-color 240ms var(--ease),
    border-color 240ms var(--ease),
    box-shadow 240ms var(--ease);
}

.releases-more-btn:hover,
.releases-more-btn:focus {
  background: var(--brand);
  border-color: var(--brand);
  transform: translateY(-4px);
  box-shadow: 0 18px 46px rgba(245, 142, 56, 0.18);
}

.releases-more-btn svg {
  width: 1.05rem;
  height: 1.05rem;
  stroke-width: 2.5;
}

.clients-list-section {
  --clients-progress: 0;
  --clients-shift: 0px;
  --clients-offset: 0px;
  position: relative;
  z-index: 1;
  min-height: auto;
  padding: var(--section-space) 0;
  color: var(--ink);
  background: #ededeb;
  overflow: clip;
}

.clients-list-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(90deg, rgba(7, 7, 7, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(7, 7, 7, 0.022) 1px, transparent 1px);
  background-size: 1px 100%, 100% 1px;
  opacity: 0.34;
  pointer-events: none;
}

.clients-list-stage {
  position: relative;
  top: auto;
  min-height: 680px;
  height: auto;
  display: grid;
  align-items: stretch;
  overflow: clip;
  padding: 0;
}

.clients-list-watermark {
  position: sticky;
  grid-area: 1 / 1;
  z-index: 0;
  top: calc(var(--header-height) + clamp(1.2rem, 2.4vw, 2.8rem));
  left: 50%;
  justify-self: center;
  width: min(96vw, 1840px);
  max-width: none;
  height: clamp(210px, 32vh, 390px);
  object-fit: fill;
  margin: 0;
  opacity: 0.14;
  transform: none;
  filter: saturate(1.04);
  pointer-events: none;
  user-select: none;
}

.clients-list-stage .container-fluid {
  position: relative;
  grid-area: 1 / 1;
  z-index: 1;
  height: auto;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.clients-list-heading {
  margin-bottom: clamp(2rem, 4.2vw, 4.6rem);
}

.clients-list-heading h2 {
  max-width: 10ch;
}

.clients-scroll-window {
  position: relative;
  height: auto !important;
  min-height: 0;
  overflow: visible;
  mask-image: none;
}

.clients-list-section:not(.is-clients-expanded) .clients-scroll-window {
  align-self: start;
  height: auto;
}

.clients-list-section.is-clients-expanded .clients-scroll-window {
  align-self: stretch;
  height: auto;
}

.clients-name-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(2.2rem, 4vw, 5.4rem);
  row-gap: 0;
  transform: none !important;
  will-change: auto;
}

.client-name-card {
  position: relative;
  min-width: 0;
  min-height: clamp(108px, 9.6vw, 146px);
  display: grid;
  align-content: start;
  gap: clamp(0.45rem, 0.8vw, 0.75rem);
  padding: clamp(1.2rem, 1.8vw, 1.7rem) clamp(3rem, 4.6vw, 5.8rem) clamp(1.15rem, 1.8vw, 1.7rem) 0;
  color: inherit;
  text-decoration: none;
  border-top: 1px solid rgba(7, 7, 7, 0.16);
  transition:
    color 260ms var(--ease),
    border-color 260ms var(--ease),
    transform 360ms var(--ease);
}

.client-name-card:nth-last-child(-n + 2) {
  border-bottom: 1px solid rgba(7, 7, 7, 0.16);
}

.client-name-card.is-collapsed {
  display: none;
}

.client-name-card:hover,
.client-name-card:focus {
  color: var(--brand);
  border-color: rgba(245, 142, 56, 0.38);
  transform: translateX(8px);
}

.client-name {
  display: block;
  color: currentColor;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 2.65vw, 3.15rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.client-name-card small {
  display: block;
  max-width: 30ch;
  color: rgba(7, 7, 7, 0.5);
  font-size: clamp(0.88rem, 1.02vw, 1.08rem);
  font-weight: 500;
  line-height: 1.42;
  transition: color 260ms var(--ease), transform 360ms var(--ease), opacity 260ms var(--ease);
}

.client-name-card:hover small,
.client-name-card:focus small {
  color: rgba(7, 7, 7, 0.68);
  transform: translateX(2px);
}

.client-name-card svg {
  position: absolute;
  top: clamp(1.3rem, 2vw, 1.9rem);
  right: 0;
  width: clamp(1.45rem, 2vw, 2rem);
  height: clamp(1.45rem, 2vw, 2rem);
  color: var(--brand);
  stroke-width: 2;
  opacity: 0;
  transform: translate(-10px, 10px) rotate(-8deg);
  transition:
    opacity 260ms var(--ease),
    transform 360ms var(--ease);
}

.client-name-card:hover svg,
.client-name-card:focus svg {
  opacity: 1;
  transform: translate(0, 0) rotate(0);
}

.clients-more {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  margin-top: clamp(1.8rem, 3vw, 3.2rem);
}

.clients-more.is-hidden {
  display: none;
}

.clients-more-btn {
  min-width: clamp(220px, 18vw, 300px);
  min-height: clamp(60px, 4.8vw, 76px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  font-size: clamp(0.96rem, 1.08vw, 1.12rem);
  font-weight: 500;
  text-transform: uppercase;
  transition:
    transform 240ms var(--ease),
    background-color 240ms var(--ease),
    border-color 240ms var(--ease),
    box-shadow 240ms var(--ease);
}

.clients-more-btn:hover,
.clients-more-btn:focus {
  color: var(--white);
  background: var(--brand);
  border-color: var(--brand);
  box-shadow: 0 18px 44px rgba(245, 142, 56, 0.18);
  transform: translateY(-3px);
}

.clients-more-btn svg {
  width: 1.1rem;
  height: 1.1rem;
  stroke-width: 2;
}

.mission-section {
  scroll-margin-top: calc(var(--header-height) + 1rem);
  padding: var(--section-space) 0;
  text-align: left;
}

.mission-statement {
  max-width: 100%;
}

.mission-statement p {
  display: flow-root;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.18vw, 5.05rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.052em;
  transform: translate3d(calc(var(--parallax-x) * -14px), calc(var(--parallax-y) * -10px), 0);
  transition: transform 180ms linear;
}

.mission-statement span {
  color: var(--brand);
}

.services-section {
  scroll-margin-top: calc(var(--header-height) + 1rem);
  padding: clamp(5rem, 9vw, 9rem) 0;
}

.lead-text {
  color: rgba(7, 7, 7, 0.58);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.68;
}

.service-list {
  display: grid;
  gap: 1rem;
  border-top: 0;
}

.service-row {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr 1.7fr 0.8fr;
  gap: 1.4rem;
  align-items: center;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(7, 7, 7, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 24px 64px rgba(7, 7, 7, 0.08);
  backdrop-filter: none;
  transition: transform 260ms var(--ease), border-color 260ms var(--ease), background-color 260ms var(--ease);
}

.service-row:hover {
  transform: translateX(8px);
  border-color: rgba(245, 142, 56, 0.36);
}

.service-index {
  color: rgba(245, 142, 56, 0.72);
  font-size: 0.75rem;
  font-weight: 600;
}

.service-row h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.28rem, 1.82vw, 1.86rem);
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: 0;
}

.service-row p {
  margin: 0;
  color: rgba(7, 7, 7, 0.58);
  line-height: 1.62;
}

.service-row strong {
  justify-self: end;
  color: var(--ink);
  white-space: nowrap;
  font-size: 0.88rem;
  font-weight: 600;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(290px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(2rem, 5vw, 5.6rem);
  align-items: start;
}

.process-lead {
  position: sticky;
  top: calc(var(--header-height) + clamp(1.2rem, 2.2vw, 2rem));
  min-height: calc(100vh - var(--header-height) - clamp(2.4rem, 4.4vw, 4rem));
  display: grid;
  align-content: space-between;
  gap: clamp(2rem, 4vw, 4rem);
}

.process-lead h2 {
  max-width: 8ch;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7.7vw, 8rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.07em;
}

.process-manager {
  position: relative;
  max-width: 520px;
  display: grid;
  gap: 1rem;
  padding: clamp(1.15rem, 2.2vw, 1.9rem);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 7, 7, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(7, 7, 7, 0.08);
  overflow: hidden;
}

.process-manager::before {
  content: "";
  position: absolute;
  inset: auto -8% -44% 32%;
  height: 72%;
  background: radial-gradient(circle, rgba(245, 142, 56, 0.13), transparent 65%);
  pointer-events: none;
}

.process-bracket {
  position: absolute;
  left: clamp(0.9rem, 1.5vw, 1.3rem);
  top: clamp(0.9rem, 1.5vw, 1.3rem);
  width: 28px;
  height: 28px;
  border-top: 1px solid rgba(245, 142, 56, 0.62);
  border-left: 1px solid rgba(245, 142, 56, 0.62);
}

.process-bracket--right {
  inset: auto clamp(0.9rem, 1.5vw, 1.3rem) clamp(0.9rem, 1.5vw, 1.3rem) auto;
  border: 0;
  border-right: 1px solid rgba(245, 142, 56, 0.62);
  border-bottom: 1px solid rgba(245, 142, 56, 0.62);
}

.process-avatar {
  width: clamp(74px, 7vw, 104px);
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.36), transparent 28%),
    linear-gradient(135deg, var(--brand), #b86120);
  border-radius: var(--radius);
  box-shadow: 0 24px 52px rgba(245, 142, 56, 0.18);
}

.process-avatar span {
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.process-manager p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(7, 7, 7, 0.62);
  font-size: clamp(1rem, 1.18vw, 1.22rem);
  line-height: 1.55;
}

.process-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.process-summary strong {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.65rem 1rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(7, 7, 7, 0.09);
  border-radius: var(--radius);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1;
}

.process-list {
  display: grid;
  gap: clamp(1rem, 2vw, 1.55rem);
}

.process-card {
  min-height: clamp(300px, 26vw, 430px);
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(1.2rem, 2.5vw, 2.2rem);
  align-items: stretch;
  padding: clamp(1.15rem, 2.3vw, 2rem);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 7, 7, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(7, 7, 7, 0.08);
  overflow: hidden;
  opacity: 0.58;
  transform: translate3d(0, 34px, 0) scale(0.985);
  transition:
    opacity 520ms var(--ease),
    transform 520ms var(--ease),
    border-color 320ms var(--ease),
    box-shadow 320ms var(--ease);
  transition-delay: var(--process-delay, 0ms);
}

.process-card.is-visible,
.process-card.is-active {
  opacity: 1;
  transform: none;
}

.process-card.is-active,
.process-card:hover {
  border-color: rgba(245, 142, 56, 0.24);
  box-shadow: 0 28px 86px rgba(7, 7, 7, 0.1), 0 18px 46px rgba(245, 142, 56, 0.08);
}

.process-visual {
  position: relative;
  min-height: clamp(180px, 18vw, 270px);
  background:
    radial-gradient(circle at 72% 24%, rgba(245, 142, 56, 0.16), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(210, 214, 222, 0.72));
  border: 1px solid rgba(7, 7, 7, 0.08);
  border-radius: var(--radius);
  overflow: hidden;
  transform-style: preserve-3d;
}

.process-visual::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(7, 7, 7, 0.08);
  transform: rotate(-7deg);
}

.process-visual span {
  position: absolute;
  display: block;
  border-radius: calc(var(--radius) * 0.72);
  box-shadow: 0 18px 42px rgba(7, 7, 7, 0.1);
  animation: process-drift 5.6s var(--ease) infinite alternate;
}

.process-visual--prototype span:nth-child(1) {
  left: 12%;
  top: 14%;
  width: 66%;
  height: 30%;
  background: rgba(255, 255, 255, 0.9);
}

.process-visual--prototype span:nth-child(2) {
  left: 20%;
  bottom: 16%;
  width: 50%;
  height: 25%;
  background: linear-gradient(135deg, rgba(245, 142, 56, 0.82), rgba(184, 97, 32, 0.9));
  animation-delay: -1.4s;
}

.process-visual--prototype span:nth-child(3) {
  right: 11%;
  top: 28%;
  width: 24%;
  height: 46%;
  background: rgba(7, 7, 7, 0.72);
  animation-delay: -2.2s;
}

.process-visual--sprints span {
  left: 18%;
  width: 64%;
  height: 16%;
  background: rgba(255, 255, 255, 0.92);
}

.process-visual--sprints span:nth-child(1) {
  top: 19%;
}

.process-visual--sprints span:nth-child(2) {
  top: 43%;
  background: linear-gradient(90deg, rgba(245, 142, 56, 0.86), rgba(255, 255, 255, 0.92));
  animation-delay: -1.1s;
}

.process-visual--sprints span:nth-child(3) {
  top: 67%;
  width: 46%;
  animation-delay: -2.4s;
}

.process-visual--chat span:nth-child(1) {
  left: 12%;
  top: 18%;
  width: 64%;
  height: 22%;
  background: rgba(255, 255, 255, 0.94);
  border-bottom-left-radius: 4px;
}

.process-visual--chat span:nth-child(2) {
  right: 11%;
  top: 48%;
  width: 60%;
  height: 22%;
  background: linear-gradient(135deg, rgba(245, 142, 56, 0.88), rgba(184, 97, 32, 0.92));
  border-bottom-right-radius: 4px;
  animation-delay: -1.6s;
}

.process-visual--chat span:nth-child(3) {
  left: 18%;
  bottom: 12%;
  width: 34%;
  height: 9%;
  background: rgba(7, 7, 7, 0.62);
  animation-delay: -2.4s;
}

.process-visual--report span {
  bottom: 16%;
  width: 15%;
  background: rgba(7, 7, 7, 0.68);
  border-radius: var(--radius) var(--radius) 0 0;
}

.process-visual--report span:nth-child(1) {
  left: 18%;
  height: 34%;
}

.process-visual--report span:nth-child(2) {
  left: 42%;
  height: 56%;
  background: linear-gradient(180deg, rgba(245, 142, 56, 0.9), rgba(184, 97, 32, 0.9));
  animation-delay: -1.8s;
}

.process-visual--report span:nth-child(3) {
  left: 66%;
  height: 44%;
  animation-delay: -2.8s;
}

.process-copy {
  display: grid;
  align-content: space-between;
  gap: clamp(1.4rem, 2.5vw, 2.2rem);
}

.process-copy > span {
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0;
}

.process-copy h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.45vw, 2.9rem);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.process-copy p {
  margin: 0;
  color: rgba(7, 7, 7, 0.6);
  font-size: clamp(1rem, 1.1vw, 1.16rem);
  line-height: 1.55;
}

@keyframes process-drift {
  from {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }

  to {
    transform: translate3d(10px, -10px, 0) rotate(1.5deg);
  }
}

.services-section {
  background: #050505;
  color: var(--white);
  overflow: clip;
}

.services-section::before {
  background:
    radial-gradient(circle at 16% 18%, rgba(245, 142, 56, 0.22), transparent 28rem),
    radial-gradient(circle at 84% 72%, rgba(255, 255, 255, 0.08), transparent 32rem);
  opacity: 1;
}

.services-section .container-fluid {
  position: relative;
  z-index: 1;
}

.process-layout {
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 7.2vw, 8rem);
}

.process-lead {
  top: 20vh;
  min-height: clamp(620px, 82vh, 860px);
  align-content: start;
}

.process-lead h2 {
  max-width: 9.2ch;
  color: var(--white);
  font-size: clamp(4.2rem, 9vw, 9.7rem);
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.process-manager {
  max-width: 520px;
  margin-top: clamp(3rem, 6vw, 6.2rem);
  justify-items: center;
  gap: 1.1rem;
  padding: clamp(1.1rem, 2vw, 1.6rem);
  color: var(--white);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.process-manager::before {
  display: none;
}

.process-bracket {
  left: 50%;
  top: 0;
  width: clamp(260px, 28vw, 410px);
  height: clamp(125px, 12vw, 175px);
  border-color: rgba(255, 255, 255, 0.32);
  border-radius: 0;
  transform: translateX(-50%);
}

.process-bracket--right {
  right: 50%;
  bottom: auto;
  top: clamp(108px, 10.8vw, 156px);
  transform: translateX(50%);
  border-color: rgba(255, 255, 255, 0.32);
}

.process-avatar {
  width: auto;
  min-height: clamp(58px, 5.8vw, 76px);
  aspect-ratio: auto;
  gap: 0.85rem;
  padding: 0.78rem 1.35rem;
  color: var(--white);
  background: rgba(216, 216, 216, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow: none;
}

.process-avatar span {
  font-size: clamp(0.92rem, 1.08vw, 1.15rem);
  letter-spacing: 0;
}

.process-manager p {
  max-width: 390px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.98rem, 1.13vw, 1.18rem);
  line-height: 1.48;
  text-align: center;
}

.process-summary {
  max-width: 520px;
  margin-top: auto;
  padding-top: clamp(2rem, 5vw, 5rem);
}

.process-summary strong {
  min-height: 46px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-weight: 500;
}

.process-list {
  display: block;
  padding-top: clamp(5.8rem, 14vh, 9rem);
  padding-bottom: clamp(16rem, 28vh, 22rem);
}

.process-card {
  position: sticky;
  top: calc(var(--header-height) + clamp(4.2rem, 7.4vw, 8.5rem));
  min-height: auto;
  display: block;
  margin-bottom: clamp(2.1rem, 3vw, 3.2rem);
  padding: clamp(1.85rem, 2.65vw, 3rem);
  color: var(--ink);
  background: var(--white);
  border: 0;
  border-radius: clamp(2rem, 4.1vw, 4.25rem);
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.32);
  opacity: 1;
  transform: translate3d(0, 42px, 0) scale(0.985);
  transition:
    transform 620ms var(--ease),
    box-shadow 420ms var(--ease);
}

.process-card:nth-child(2) {
  top: calc(var(--header-height) + clamp(5.4rem, 8.5vw, 9.6rem));
}

.process-card:nth-child(3) {
  top: calc(var(--header-height) + clamp(6.6rem, 9.6vw, 10.7rem));
}

.process-card.is-visible,
.process-card.is-active {
  transform: none;
}

.process-card.is-active,
.process-card:hover {
  box-shadow: 0 46px 140px rgba(0, 0, 0, 0.38);
}

.process-copy {
  min-height: clamp(235px, 22vw, 320px);
  align-content: space-between;
  gap: clamp(2.8rem, 5vw, 5rem);
}

.process-copy > span {
  color: var(--brand);
  font-size: clamp(0.92rem, 1vw, 1.05rem);
}

.process-copy h3 {
  max-width: 720px;
  color: var(--ink);
  font-size: clamp(2.15rem, 3.2vw, 4.15rem);
  line-height: 1.04;
  letter-spacing: -0.065em;
}

.process-copy p {
  max-width: 680px;
  color: rgba(7, 7, 7, 0.62);
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.52;
}

.services-section {
  position: relative;
  min-height: auto;
  padding: var(--section-space) 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 78% 24%, rgba(245, 142, 56, 0.09), transparent 28rem),
    linear-gradient(135deg, #080808 0%, #111 48%, #090909 100%);
  background-size: 1px 100%, 100% 1px, auto, auto;
  color: var(--white);
  isolation: isolate;
}

.services-section::before {
  inset: 0;
  background:
    radial-gradient(ellipse at 72% 22%, rgba(245, 142, 56, 0.12), transparent 26rem),
    radial-gradient(ellipse at 24% 82%, rgba(255, 255, 255, 0.08), transparent 24rem);
  opacity: 1;
  filter: none;
  transform: translate3d(
    calc(var(--parallax-x) * -12px),
    calc(var(--scroll-depth) * -22px),
    0
  );
  animation: services-quiet-field 16s var(--ease) infinite alternate;
}

.services-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: clamp(1.2rem, 4vw, 5rem);
  top: clamp(6rem, 13vw, 12rem);
  width: min(42vw, 620px);
  aspect-ratio: 1.28;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 56%),
    linear-gradient(90deg, transparent 0 39%, rgba(245, 142, 56, 0.12) 40% 41%, transparent 42%),
    linear-gradient(0deg, transparent 0 58%, rgba(255, 255, 255, 0.055) 59% 60%, transparent 61%);
  opacity: 0.72;
  transform: translate3d(calc(var(--parallax-x) * 18px), calc(var(--parallax-y) * 14px), 0) skewX(-9deg);
  animation: services-plane 22s var(--ease) infinite alternate;
  pointer-events: none;
}

.services-section .container-fluid {
  position: relative;
  z-index: 1;
}

.services-section .process-layout {
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(2.6rem, 6.5vw, 8.4rem);
}

.services-section .process-lead {
  top: calc(var(--header-height) + clamp(2.4rem, 5vw, 5rem));
  min-height: min(760px, calc(100vh - var(--header-height) - 3rem));
  padding-top: clamp(1rem, 2vw, 2rem);
}

.services-section .process-lead h2 {
  max-width: 9.4ch;
  color: var(--white);
  font-size: var(--section-title-size);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-transform: none;
}

.services-section .process-manager {
  max-width: 420px;
  margin-top: clamp(1.4rem, 3vw, 2.6rem);
  padding: 0;
  border-radius: var(--radius);
  background: transparent;
  border: 0;
  backdrop-filter: none;
  transform: translate3d(calc(var(--parallax-x) * 8px), calc(var(--parallax-y) * 8px), 0);
  transition: transform 700ms var(--ease);
}

.services-section .process-manager:hover {
  background: transparent;
  border-color: transparent;
}

.services-section .process-bracket {
  display: none;
}

.services-section .process-avatar {
  min-height: 40px;
  padding: 0;
  color: rgba(255, 255, 255, 0.42);
  background: transparent;
  border: 0;
}

.services-section .process-manager p {
  max-width: 390px;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.5;
  text-align: left;
}

.services-section .process-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  max-width: 500px;
  margin-top: clamp(2.2rem, 5vw, 5.2rem);
  padding-top: 0;
}

.services-section .process-summary strong {
  min-height: 40px;
  padding: 0.65rem 1rem;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  border-radius: var(--radius);
  font-size: 0.9rem;
  line-height: 1.1;
}

.services-section .process-list {
  counter-reset: service-card;
  padding-top: clamp(2rem, 8vh, 5rem);
  padding-bottom: clamp(7rem, 16vh, 12rem);
}

.services-section .process-card {
  counter-increment: service-card;
  top: calc(var(--header-height) + clamp(3rem, 5.8vw, 7rem));
  min-height: clamp(350px, 30vw, 470px);
  margin-bottom: clamp(1.25rem, 2.15vw, 2.35rem);
  padding: clamp(1.35rem, 2.25vw, 2.5rem);
  color: var(--ink);
  background: #f7f7f5;
  border: 0;
  border-radius: var(--radius);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(7, 7, 7, 0.06);
  backdrop-filter: none;
  overflow: hidden;
  transform: translate3d(0, 48px, 0) scale(0.982);
  transition:
    transform 980ms var(--ease),
    box-shadow 980ms var(--ease),
    background-color 980ms var(--ease);
}

.services-section .process-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(0.5rem, 0.8vw, 0.8rem);
  background: var(--brand);
  opacity: 1;
  transform: none;
  transition: width 700ms var(--ease), background-color 700ms var(--ease);
}

.services-section .process-card::after {
  content: counter(service-card, decimal-leading-zero);
  position: absolute;
  z-index: 0;
  right: clamp(0.7rem, 1.6vw, 1.8rem);
  top: clamp(0.35rem, 1vw, 0.9rem);
  color: rgba(7, 7, 7, 0.055);
  font-family: var(--font-display);
  font-size: clamp(7rem, 14vw, 15rem);
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: -0.08em;
  pointer-events: none;
  transition: color 700ms var(--ease), transform 700ms var(--ease);
}

.services-section .process-card:nth-child(2) {
  top: calc(var(--header-height) + clamp(4rem, 6.6vw, 8rem));
}

.services-section .process-card:nth-child(3) {
  top: calc(var(--header-height) + clamp(5rem, 7.4vw, 9rem));
}

.services-section .process-card:nth-child(4) {
  top: calc(var(--header-height) + clamp(6rem, 8.2vw, 10rem));
}

.services-section .process-card:nth-child(5) {
  top: calc(var(--header-height) + clamp(7rem, 9vw, 11rem));
}

.services-section .process-card.is-visible,
.services-section .process-card.is-active {
  transform: translate3d(0, 0, 0) scale(1);
}

.services-section .process-card.is-active,
.services-section .process-card:hover {
  background: #ffffff;
  box-shadow:
    0 44px 130px rgba(0, 0, 0, 0.36),
    inset 0 0 0 1px rgba(7, 7, 7, 0.075);
}

.services-section .process-card:hover::before,
.services-section .process-card.is-active::before {
  width: clamp(0.8rem, 1.15vw, 1.05rem);
  background: var(--brand);
}

.services-section .process-card:hover::after,
.services-section .process-card.is-active::after {
  color: rgba(245, 142, 56, 0.09);
  transform: translate3d(-0.18rem, 0, 0);
}

.services-section .process-copy {
  position: relative;
  z-index: 1;
  min-height: clamp(290px, 23vw, 380px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(0.95rem, 1.55vw, 1.35rem);
}

.services-section .process-copy h3 {
  max-width: 700px;
  color: var(--ink);
  font-size: clamp(1.85rem, 2.42vw, 3.15rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.048em;
  text-transform: uppercase;
}

.services-section .process-copy p {
  max-width: 620px;
  color: rgba(7, 7, 7, 0.6);
  font-size: clamp(1rem, 1.15vw, 1.22rem);
  line-height: 1.48;
}

.process-price {
  min-height: clamp(86px, 7vw, 118px);
  display: flex;
  flex-wrap: wrap;
  align-self: end;
  align-items: end;
  justify-content: space-between;
  gap: clamp(1rem, 2vw, 2rem);
  margin-top: clamp(0.4rem, 1vw, 1rem);
  padding: clamp(0.95rem, 1.45vw, 1.35rem);
  color: var(--ink);
  background: #ededeb;
  border: 1px solid rgba(7, 7, 7, 0.08);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}

.process-price::before {
  display: none;
}

.process-price span {
  position: relative;
  z-index: 1;
  color: rgba(7, 7, 7, 0.5);
  font-size: clamp(0.82rem, 0.95vw, 1rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.process-price strong {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-size: clamp(2.1rem, 3.35vw, 4.4rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

@keyframes services-quiet-field {
  0% {
    opacity: 0.85;
    transform: translate3d(calc(var(--parallax-x) * -12px), calc(var(--scroll-depth) * -22px), 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(calc(var(--parallax-x) * -12px + 20px), calc(var(--scroll-depth) * -22px - 18px), 0);
  }
}

@keyframes services-plane {
  0% {
    transform: translate3d(calc(var(--parallax-x) * 18px), calc(var(--parallax-y) * 14px), 0) skewX(-9deg);
  }
  100% {
    transform: translate3d(calc(var(--parallax-x) * 18px - 24px), calc(var(--parallax-y) * 14px + 18px), 0) skewX(-9deg);
  }
}

.reviews-section {
  padding: var(--section-space) 0;
}

.awards-section {
  scroll-margin-top: calc(var(--header-height) + 1rem);
  /* Высоту секции больше не фиксируем: после сокращения отступа
     между подзаголовком и списком фиксированный min-height давал
     пустое поле под наградами. */
  min-height: 0;
  padding: var(--section-space) 0;
  overflow-x: clip;
}

.awards-liqium {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: stretch;
  padding-inline: clamp(0.8rem, 2.4vw, 2.6rem);
}

.awards-count {
  position: relative;
  top: auto;
  align-self: start;
  display: grid;
  gap: clamp(0.8rem, 1.2vw, 1.3rem);
  justify-items: start;
  color: var(--ink);
  font-family: var(--font-display);
  z-index: 2;
  transform: translate3d(0, var(--awards-stick-offset, 0px), 0);
  will-change: transform;
  min-width: 0;
}

.awards-count span {
  font-size: clamp(8.4rem, 15.4vw, 18.5rem);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.awards-count small {
  color: rgba(7, 7, 7, 0.58);
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.15vw, 2.8rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

/* Правка 19.08.2026 — блок «20+ наград».
   Сокращаем расстояние между подзаголовком и горизонтальной чертой
   над списком: список прижимаем к началу колонки, а не к её низу. */
.awards-content {
  min-width: 0;
  min-height: inherit;
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  gap: clamp(1.3rem, 2.4vw, 2.4rem);
  padding-top: clamp(0.6rem, 1vw, 1rem);
}

.awards-copy {
  max-width: 720px;
}

.awards-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: var(--section-title-size);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.awards-copy p {
  max-width: 680px;
  margin: clamp(1.1rem, 2vw, 1.8rem) 0 0;
  color: rgba(7, 7, 7, 0.56);
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
}

.awards-list {
  align-self: start;
  display: grid;
}

.awards-list-row {
  min-height: clamp(66px, 6vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(86px, 7vw, 118px) clamp(0.7rem, 1vw, 1rem);
  align-items: center;
  gap: 1.5rem;
  padding: clamp(1rem, 1.5vw, 1.35rem) 0;
  border-top: 1px solid rgba(7, 7, 7, 0.26);
}

.awards-list-row:last-child {
  border-bottom: 1px solid rgba(7, 7, 7, 0.26);
}

.awards-list-row span {
  max-width: 840px;
  min-width: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.65vw, 2.05rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}

.awards-list-row small {
  color: rgba(7, 7, 7, 0.46);
  font-size: clamp(0.78rem, 0.9vw, 0.96rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: right;
  text-transform: uppercase;
}

.awards-list-row--other {
  color: var(--brand);
}

.awards-list-row--other span,
.awards-list-row--other small {
  color: rgba(245, 142, 56, 0.74);
}

.awards-list-row::after {
  content: "";
  width: clamp(0.7rem, 1vw, 1rem);
  height: clamp(0.7rem, 1vw, 1rem);
  justify-self: end;
  background: var(--brand);
  transform: rotate(45deg);
}

@media (min-width: 992px) and (max-width: 1320px) {
  .awards-liqium {
    grid-template-columns: minmax(220px, 0.64fr) minmax(0, 1.12fr);
    gap: clamp(2rem, 4vw, 4rem);
    padding-inline: clamp(1.1rem, 2.8vw, 2.4rem);
  }

  .awards-count span {
    font-size: clamp(7.4rem, 13.5vw, 11.8rem);
    letter-spacing: -0.04em;
  }

  .awards-copy h2 {
    max-width: 760px;
  }

  .awards-list-row {
    grid-template-columns: minmax(0, 1fr) clamp(82px, 8vw, 110px) clamp(0.65rem, 0.9vw, 0.9rem);
    gap: clamp(0.85rem, 1.4vw, 1.35rem);
  }
}

.section-aside {
  margin: 0;
  color: rgba(7, 7, 7, 0.58);
  line-height: 1.62;
}

.reviews-subsection {
  position: relative;
}

.reviews-subsection + .reviews-subsection {
  margin-top: clamp(0.25rem, 0.8vw, 0.8rem);
}

.reviews-subhead {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: clamp(1.3rem, 2.8vw, 2.4rem);
}

.reviews-subhead--controls-only {
  justify-content: flex-end;
  margin-bottom: clamp(0.55rem, 1.1vw, 0.95rem);
}

.reviews-subhead h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.7vw, 2.85rem);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.slider-controls {
  display: inline-flex;
  gap: 0.55rem;
  flex: 0 0 auto;
}

.slider-controls button {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(7, 7, 7, 0.12);
  border-radius: var(--radius);
  transition:
    color 220ms var(--ease),
    background-color 220ms var(--ease),
    border-color 220ms var(--ease),
    transform 220ms var(--ease);
}

.slider-controls button:hover,
.slider-controls button:focus {
  color: var(--white);
  background: var(--brand);
  border-color: var(--brand);
  transform: translateY(-3px);
}

.slider-controls svg {
  width: 1.1rem;
  height: 1.1rem;
}

.reviews-carousel .carousel-item {
  transition: transform 620ms var(--ease), opacity 620ms var(--ease);
}

.text-reviews-slider {
  --review-gap: clamp(1.05rem, 1.8vw, 1.65rem);
  --review-shift: 0px;
  position: relative;
  padding: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

.text-reviews-controls {
  margin-bottom: clamp(0.55rem, 1.1vw, 0.95rem);
}

.text-reviews-slider::before,
.text-reviews-slider::after {
  display: none;
}

.review-slider-viewport {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}

.review-slider-track {
  display: flex;
  gap: var(--review-gap);
  transform: translate3d(calc(var(--review-shift) * -1), 0, 0);
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.text-reviews .review-card {
  flex: 0 0 calc((100% - var(--review-gap)) / 2);
  min-height: clamp(300px, 24vw, 390px);
  padding: clamp(1.15rem, 1.75vw, 1.75rem);
  background: #ffffff;
  border: 1px solid rgba(7, 7, 7, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 22px 58px rgba(7, 7, 7, 0.07);
  opacity: 0.46;
  transform: translateY(10px);
  transition:
    opacity 580ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 580ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 360ms var(--ease);
}

.text-reviews .review-card.is-visible {
  opacity: 1;
  transform: none;
}

.text-reviews .review-card:hover {
  border-color: rgba(245, 142, 56, 0.18);
  box-shadow: 0 30px 74px rgba(7, 7, 7, 0.09);
  transform: translateY(-4px);
}

.text-reviews .review-person {
  align-items: flex-start;
  min-height: auto;
  margin-bottom: clamp(0.75rem, 1.35vw, 1.25rem);
}

.text-reviews .review-person > span {
  width: clamp(40px, 3.3vw, 52px);
  height: clamp(40px, 3.3vw, 52px);
  flex-basis: clamp(40px, 3.3vw, 52px);
  border-radius: clamp(0.7rem, 1.2vw, 1.05rem);
  font-size: clamp(0.78rem, 0.9vw, 0.98rem);
}

.text-reviews .review-person strong {
  color: var(--ink);
  font-size: clamp(1.08rem, 1.45vw, 1.55rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.text-reviews .review-person small {
  max-width: 360px;
  margin-top: 0.28rem;
  color: var(--ink);
  font-size: clamp(0.86rem, 1vw, 1.02rem);
  line-height: 1.28;
}

.text-reviews .review-company {
  color: rgba(245, 142, 56, 0.86);
}

.text-reviews .review-card p {
  color: rgba(7, 7, 7, 0.7);
  font-size: clamp(0.88rem, 0.96vw, 0.98rem);
  line-height: 1.38;
}

.text-reviews .review-card a {
  margin-top: clamp(0.75rem, 1.25vw, 1.2rem);
  color: var(--ink);
  font-size: clamp(0.86rem, 0.95vw, 0.98rem);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.24em;
  transition: color 220ms var(--ease);
}

.text-reviews .review-card a:hover,
.text-reviews .review-card a:focus {
  color: var(--brand);
}

.review-nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: clamp(56px, 5vw, 72px);
  height: clamp(46px, 4.1vw, 56px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(7, 7, 7, 0.12);
  border-radius: var(--radius);
  transform: translateY(-50%);
  transition:
    color 240ms var(--ease),
    background-color 240ms var(--ease),
    border-color 240ms var(--ease),
    transform 240ms var(--ease),
    box-shadow 240ms var(--ease);
}

.review-nav--prev {
  left: clamp(0.85rem, 2vw, 1.6rem);
}

.review-nav--next {
  right: clamp(0.85rem, 2vw, 1.6rem);
}

.review-nav:hover,
.review-nav:focus {
  color: var(--white);
  background: var(--brand);
  border-color: var(--brand);
  transform: translateY(calc(-50% - 3px));
  box-shadow: 0 18px 42px rgba(245, 142, 56, 0.18);
}

.review-nav:disabled {
  opacity: 0.32;
  pointer-events: none;
}

.review-nav svg {
  width: 1.18rem;
  height: 1.18rem;
  stroke-width: 2.5;
}

.text-reviews-controls .review-nav {
  position: static;
  width: 48px;
  height: 48px;
  transform: none;
}

.text-reviews-controls .review-nav:hover,
.text-reviews-controls .review-nav:focus {
  transform: translateY(-3px);
}

.review-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.25rem, 2.2vw, 1.8rem);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(7, 7, 7, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 22px 56px rgba(7, 7, 7, 0.08);
  backdrop-filter: none;
  transition: transform 260ms var(--ease), border-color 260ms var(--ease), box-shadow 260ms var(--ease);
}

.review-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 142, 56, 0.34);
  box-shadow: 0 34px 90px rgba(245, 142, 56, 0.12);
}

.review-card-accent {
  background:
    radial-gradient(circle at 12% 10%, rgba(245, 142, 56, 0.12), transparent 44%),
    rgba(255, 255, 255, 0.7);
}

.text-reviews .review-card-accent {
  background: #ffffff;
}

.review-person {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  min-height: 58px;
  margin-bottom: 1.2rem;
}

.review-person > span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--brand);
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 600;
}

.review-person strong,
.review-person small {
  display: block;
}

.review-person small {
  margin-top: 0.18rem;
  color: rgba(7, 7, 7, 0.48);
  font-size: 0.72rem;
  line-height: 1.35;
}

.review-card p {
  color: rgba(7, 7, 7, 0.62);
  line-height: 1.62;
}

.review-card a {
  margin-top: auto;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 600;
}

.video-reviews {
  padding-top: 0;
  border-top: 0;
}

.video-reviews h3 {
  font-size: clamp(1.65rem, 2.7vw, 2.85rem);
}

.video-review-card {
  height: 100%;
  overflow: hidden;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: var(--radius);
  box-shadow: none;
  backdrop-filter: none;
  transition: transform 280ms var(--ease), border-color 280ms var(--ease), box-shadow 280ms var(--ease);
}

.video-review-card:hover {
  transform: translateY(-6px);
  box-shadow: none;
}

.video-review-card video,
.video-review-card iframe,
.vk-video-embed {
  display: block;
  width: 100%;
  background: #070707;
  border-radius: var(--radius);
  box-shadow: 0 22px 58px rgba(7, 7, 7, 0.12);
}

.video-review-card video,
.video-review-card iframe {
  height: 100%;
  object-fit: cover;
}

.video-review-card iframe {
  border: 0;
}

.vk-video-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.vk-video-embed iframe {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms var(--ease);
}

.vk-video-embed.is-ready iframe {
  opacity: 1;
  pointer-events: auto;
}

.vk-video-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 0.35rem;
  padding: clamp(1rem, 2vw, 1.6rem);
  color: rgba(255, 255, 255, 0.88);
  background:
    radial-gradient(circle at 78% 18%, rgba(245, 142, 56, 0.28), transparent 12rem),
    linear-gradient(135deg, #141414, #070707);
  text-align: center;
}

.vk-video-embed.is-ready .vk-video-placeholder {
  display: none;
}

.video-review-card .vk-video-placeholder strong {
  color: #ffffff;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 560;
}

.video-review-card .vk-video-placeholder span {
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(0.78rem, 0.9vw, 0.94rem);
  line-height: 1.3;
}

.video-review-card div {
  padding: clamp(1rem, 1.7vw, 1.35rem) 0 0;
}

.video-review-card strong,
.video-review-card span {
  display: block;
}

.video-review-card strong {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.16;
  font-weight: 500;
  letter-spacing: 0;
}

.video-review-card span {
  margin-top: 0.45rem;
  color: rgba(7, 7, 7, 0.56);
  line-height: 1.58;
}

.contacts-section {
  padding: var(--section-space) 0;
  background:
    radial-gradient(circle at 76% 24%, rgba(245, 142, 56, 0.16), transparent 28rem),
    radial-gradient(circle at 18% 82%, rgba(255, 255, 255, 0.82), transparent 34rem),
    #f7f7f5;
}

.contacts-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: min(108vw, 1900px);
  height: auto;
  aspect-ratio: 2078 / 368.881;
  background: url("../assets/images/hero-figma-v2/orange-11lab.svg") center / contain no-repeat;
  opacity: 0.12;
  transform:
    translate3d(
      calc(-50% + var(--parallax-x) * -8px),
      calc(-50% + var(--parallax-y) * -5px),
      0
    );
  filter: saturate(0.95);
  pointer-events: none;
  user-select: none;
}

.contacts-section .container {
  position: relative;
  z-index: 1;
}

.contacts-section h2 {
  margin-bottom: clamp(1.1rem, 2vw, 1.8rem);
  font-size: var(--section-title-size);
}

.contact-links {
  display: grid;
  gap: 0.75rem;
  margin-top: 2rem;
}

.contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(7, 7, 7, 0.72);
  font-weight: 500;
}

.contact-links svg {
  width: 1.1rem;
  height: 1.1rem;
  color: var(--brand);
}

.contact-form {
  padding: clamp(1.4rem, 3.4vw, 2.7rem);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(7, 7, 7, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 28px 78px rgba(7, 7, 7, 0.1);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
}

.contact-form .form-label {
  color: rgba(7, 7, 7, 0.72);
  font-size: 0.78rem;
  font-weight: 600;
}

.contact-form .form-control {
  min-height: 52px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(7, 7, 7, 0.12);
  border-radius: var(--radius);
  transition: border-color 220ms var(--ease), box-shadow 220ms var(--ease), background-color 220ms var(--ease);
}

.contact-form .form-control::placeholder {
  color: rgba(7, 7, 7, 0.38);
}

.contact-form textarea.form-control {
  min-height: 132px;
}

.contact-form .form-control:focus {
  border-color: var(--brand);
  background: var(--white);
  box-shadow: 0 0 0 0.2rem rgba(245, 142, 56, 0.2);
}

.form-note {
  margin: 0.9rem 0 0;
  color: rgba(7, 7, 7, 0.48);
  font-size: 0.78rem;
  text-align: center;
}

.site-footer {
  position: relative;
  min-height: auto;
  padding: clamp(4.5rem, 8vw, 8rem) 0 clamp(2rem, 4vw, 3.5rem);
  color: var(--white);
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 72%, rgba(255, 255, 255, 0.08), transparent 34rem),
    linear-gradient(135deg, #070707 0%, #0d0d0d 52%, #070707 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 1px 100%, 100% 1px;
  opacity: 0.58;
  transform: translate3d(calc(var(--parallax-x) * 8px), calc(var(--parallax-y) * 6px), 0);
  transition: transform 120ms linear;
  pointer-events: none;
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 760ms var(--ease),
    transform 760ms var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.client-row.reveal {
  transform: translate3d(calc(var(--parallax-x) * -10px), 34px, 0);
}

.client-row.reveal.is-visible {
  transform: translate3d(calc(var(--parallax-x) * -10px), 0, 0);
}

.showcase-frame.reveal {
  transform: translate3d(calc(var(--parallax-x) * 8px), calc(34px + (var(--parallax-y) * 6px)), 0);
}

.showcase-frame.reveal.is-visible {
  transform: translate3d(calc(var(--parallax-x) * 8px), calc(var(--parallax-y) * 6px), 0);
}

.footer-data-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(360px, 1.25fr) minmax(280px, 0.9fr);
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: stretch;
}

.footer-title {
  display: inline-block;
  color: var(--white);
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.footer-title:hover,
.footer-title:focus {
  color: var(--brand);
}

.footer-docs a:hover,
.footer-docs a:focus {
  color: var(--white);
}

.footer-identity,
.footer-accreditation,
.footer-docs {
  position: relative;
  padding: clamp(1.35rem, 2.4vw, 2.25rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 32px 84px rgba(0, 0, 0, 0.28);
}

.footer-identity {
  display: grid;
  align-content: space-between;
  gap: clamp(2.2rem, 5vw, 5rem);
  min-height: 100%;
}

.footer-contacts {
  display: grid;
  gap: 0.9rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.18vw, 1.18rem);
  font-weight: 500;
  line-height: 1.36;
}

.footer-contacts a {
  color: var(--white);
  font-size: clamp(1.15rem, 1.55vw, 1.55rem);
  font-weight: 600;
  line-height: 1.1;
}

.footer-contacts p {
  margin: 0;
}

.footer-dev-btn {
  min-height: 54px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.9rem 1.05rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition:
    transform 240ms var(--ease),
    background-color 240ms var(--ease),
    border-color 240ms var(--ease),
    box-shadow 240ms var(--ease);
}

.footer-dev-btn svg {
  width: 1rem;
  height: 1rem;
}

.footer-dev-btn:hover,
.footer-dev-btn:focus {
  color: var(--white);
  background: var(--brand);
  border-color: var(--brand);
  transform: translateY(-3px);
  box-shadow: 0 18px 46px rgba(245, 142, 56, 0.16);
}

.footer-accreditation {
  display: grid;
  gap: clamp(1.1rem, 2vw, 1.8rem);
  color: var(--white);
  text-decoration: none;
  transition:
    transform 260ms var(--ease),
    border-color 260ms var(--ease),
    box-shadow 260ms var(--ease);
}

.footer-accreditation img {
  width: 100%;
  aspect-ratio: 16 / 6.1;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.12);
}

.footer-accreditation h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.footer-accreditation p {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(0.98rem, 1.1vw, 1.1rem);
  line-height: 1.42;
  font-weight: 500;
}

.footer-docs {
  display: grid;
  align-content: start;
  gap: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(0.94rem, 1.06vw, 1.06rem);
  line-height: 1.26;
  font-weight: 500;
}

.footer-docs a {
  position: relative;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.78rem 0;
  color: rgba(255, 255, 255, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition:
    color 220ms var(--ease),
    border-color 220ms var(--ease),
    transform 220ms var(--ease);
}

.footer-docs a::after {
  content: "↗";
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95em;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform 220ms var(--ease);
}

.footer-docs a:hover,
.footer-docs a:focus {
  color: var(--white);
  border-color: rgba(245, 142, 56, 0.44);
  transform: translateX(4px);
}

.footer-docs a:hover::after,
.footer-docs a:focus::after {
  color: var(--brand);
  transform: translate(3px, -4px);
}

.footer-email {
  display: block;
  box-sizing: border-box;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: clamp(3rem, 7vw, 6rem);
  margin-bottom: 0;
  padding-inline: clamp(1rem, 3vw, 3rem);
  color: rgba(255, 255, 255, 0.18);
  font-size: clamp(2.2rem, 6.35vw, 8rem);
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: 0.006em;
  text-align: center;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  transform: none;
  transition: color 240ms var(--ease);
}

.footer-email:hover,
.footer-email:focus {
  color: rgba(245, 142, 56, 0.72);
}

@media (max-width: 991.98px) {
  .showcase-mission-section {
    padding: clamp(4rem, 8vw, 7rem) 0;
  }

  .showcase-mission-layout {
    min-height: auto;
  }

  .showcase-sticky-stage {
    position: relative;
    top: auto;
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 4vw, 3.4rem);
  }

  .showcase-mission-section .mission-statement {
    width: 100%;
    max-width: min(980px, 100%);
  }

  .showcase-mission-section .mission-kicker,
  .showcase-mission-section .mission-copy-grid {
    transform: none;
  }

  .showcase-mission-section .mission-kicker {
    max-width: 13ch;
    font-size: clamp(2.4rem, 8vw, 4.8rem);
  }

  .showcase-mission-section .mission-copy-grid {
    width: 100%;
  }

  .showcase-mission-section .showcase-frame {
    width: min(920px, 82vw);
    max-width: none;
    justify-self: end;
    margin: 0;
    transform: none;
  }
}

@media (max-width: 991.98px) {
  .hero-version-section {
    min-height: 820px;
  }

  .hero-version-bg {
    inset: 0;
    height: 100%;
    object-position: 54% 50%;
  }

  .hero-version-person {
    left: 32%;
    top: 30%;
    width: 36%;
    height: 58%;
    object-fit: contain;
    object-position: center bottom;
  }

  .hero-version-header {
    top: 1rem;
    left: clamp(1rem, 4vw, 2rem);
    right: clamp(1rem, 4vw, 2rem);
    flex-direction: column;
    align-items: stretch;
  }

  .hero-version-logo {
    width: fit-content;
    min-height: 3.35rem;
    padding: 0.82rem 1rem;
  }

  .hero-version-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.55rem;
  }

  .hero-version-nav a,
  .hero-version-menu {
    width: auto;
    height: 3.2rem;
    min-height: 3.2rem;
    min-width: 5.85rem;
    padding: 0.85rem 1rem;
  }

  .hero-version-menu {
    width: 3.7rem;
    min-width: 3.7rem;
    padding: 0;
  }

  .hero-version-content {
    top: clamp(9.7rem, 24vh, 13rem);
    left: clamp(1rem, 4vw, 2rem);
    right: clamp(1rem, 4vw, 2rem);
  }

  .hero-version-content h1 {
    max-width: min(720px, 88vw);
    font-size: clamp(4rem, 13vw, 7rem);
  }

  .hero-version-content p {
    position: relative;
    left: auto;
    top: auto;
    width: min(520px, 82vw);
    min-height: auto;
    margin-top: clamp(1.4rem, 4vw, 2rem);
    font-size: clamp(2rem, 7vw, 3.5rem);
  }

  .hero-version-cta {
    left: clamp(1rem, 4vw, 2rem);
    bottom: clamp(2rem, 7vh, 4rem);
  }

  .hero-version-socials {
    right: clamp(1rem, 4vw, 2rem);
    bottom: clamp(2rem, 7vh, 4rem);
  }

  .site-header {
    inset: 0 0 auto 0;
    padding: 0;
  }

  .navbar-collapse {
    margin-top: 0.75rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(7, 7, 7, 0.08);
    border-radius: var(--radius);
    backdrop-filter: blur(18px);
  }

  .navbar-collapse {
    padding: 1rem;
  }

  .header-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
  }

  .lang-switch {
    margin-right: 0;
    color: rgba(7, 7, 7, 0.56);
  }

  .lang-switch a[aria-current="true"],
  .lang-switch a:hover,
  .lang-switch a:focus {
    color: var(--ink);
  }

  .hero-section {
    min-height: 820px;
    height: auto;
    padding-top: var(--header-height);
  }

  .hero-launch-layout {
    min-height: calc(820px - var(--header-height));
    flex-direction: column;
    align-items: center;
    padding: 3rem clamp(1.2rem, 5vw, 2.5rem) 2rem;
  }

  .hero-brand-core {
    position: relative;
    width: 100%;
    max-width: 720px;
    max-width: min(720px, 100%);
    padding-top: 0;
    text-align: left;
  }

  .hero-brand-core h1 {
    max-width: 680px;
    margin-inline: 0;
    font-size: clamp(2.5rem, 8.2vw, 4.25rem);
    line-height: 1;
  }

  .hero-brand-core h1 span {
    white-space: normal;
  }

  .hero-copy {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    max-width: 560px;
    min-height: clamp(3rem, 12vw, 4.4rem);
    margin-top: clamp(1.4rem, 4vw, 2rem);
    margin-inline: 0;
  }

  .hero-cta {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(100%, 360px);
    aspect-ratio: auto;
    min-height: 58px;
    margin-top: clamp(2.1rem, 5vh, 3rem);
    border-radius: var(--radius);
  }

  .hero-video-orb {
    position: relative;
    top: auto;
    right: auto;
    width: clamp(138px, 34vw, 178px);
    margin-top: clamp(1.7rem, 5vw, 2.5rem);
    transform: none;
  }

  .hero-video-orb:hover,
  .hero-video-orb:focus {
    transform: translateY(-4px);
  }

  .hero-floating-facts {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    margin-top: clamp(2rem, 6vw, 3rem);
    pointer-events: auto;
  }

  .hero-fact,
  .hero-fact--one,
  .hero-fact--two,
  .hero-fact--three {
    position: relative;
    inset: auto;
    min-width: 0;
    width: auto;
    min-height: 0;
    transform: translate3d(0, 16px, 0) scale(0.98);
  }

  .hero-fact.is-visible {
    transform: none;
  }

  .hero-side-tags,
  .hero-bottom-line,
  .hero-launch-orbit {
    display: none;
  }

  .hero-section .stats-band {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .client-marquee {
    min-height: 76px;
  }

  .showcase-caption {
    flex-direction: column;
  }

  .showcase-caption strong {
    text-align: left;
  }

  .showcase-mission-layout {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .showcase-sticky-stage {
    position: relative;
    top: auto;
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1.6rem, 6vw, 2.8rem);
  }

  .showcase-mission-section .showcase-frame,
  .showcase-mission-section .mission-statement {
    position: relative;
    top: auto;
    z-index: auto;
    min-height: auto;
    width: 100%;
    max-width: none;
    transform: none;
  }

  .showcase-mission-section .showcase-frame {
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 0;
  }

  .showcase-mission-section .mission-kicker,
  .showcase-mission-section .mission-copy-grid {
    transform: none;
  }

  .showcase-mission-section .mission-kicker {
    max-width: 12ch;
    font-size: clamp(2.15rem, 9vw, 3.65rem);
  }

  .showcase-mission-section .mission-copy-grid {
    grid-template-columns: 1fr;
  }

  .showcase-mission-section .mission-copy-grid p,
  .showcase-mission-section .mission-copy-grid p:first-child {
    grid-column: auto;
    min-height: 0;
    font-size: clamp(1rem, 4.2vw, 1.16rem);
    line-height: 1.38;
  }

  .releases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: clamp(3.5rem, 7vw, 5rem);
  }

  .clients-name-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(1.4rem, 4vw, 2.4rem);
  }

  .client-name-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .client-name-card:last-child {
    border-bottom: 1px solid rgba(7, 7, 7, 0.16);
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .service-row strong {
    justify-self: start;
  }

  .process-layout {
    grid-template-columns: 1fr;
  }

  .process-lead {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .process-lead h2 {
    max-width: none;
    font-size: clamp(3rem, 12vw, 5.8rem);
  }

  .process-manager {
    max-width: none;
  }

  .process-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .services-section {
    padding: clamp(4rem, 12vw, 6rem) 0;
  }

  .services-section::after {
    width: min(78vw, 420px);
    right: -18vw;
    top: 8rem;
  }

  .services-section .process-layout {
    grid-template-columns: 1fr;
    gap: clamp(2rem, 8vw, 3.6rem);
  }

  .services-section .process-lead {
    position: relative;
    top: auto;
    min-height: auto;
    padding-top: 0;
  }

  .services-section .process-lead h2 {
    max-width: none;
    font-size: clamp(3.2rem, 14vw, 5.8rem);
  }

  .services-section .process-manager {
    max-width: 620px;
    margin-top: 1.7rem;
  }

  .services-section .process-manager p {
    max-width: 560px;
  }

  .services-section .process-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-section .process-card,
  .services-section .process-card:nth-child(n) {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .services-section .process-copy {
    min-height: clamp(270px, 58vw, 360px);
  }

  .services-section .process-copy h3 {
    font-size: clamp(1.9rem, 8vw, 3.2rem);
  }

  .process-visual {
    min-height: clamp(210px, 42vw, 320px);
  }

  .awards-liqium {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: clamp(2.5rem, 7vw, 4rem);
    padding-inline: clamp(0.4rem, 2vw, 1rem);
  }

  .awards-count {
    position: relative;
    top: auto;
    transform: none !important;
  }

  .awards-count span {
    font-size: clamp(6.6rem, 24vw, 12rem);
  }

  .awards-count small {
    font-size: clamp(1.05rem, 4.8vw, 1.8rem);
  }

  .awards-content {
    min-height: auto;
    gap: clamp(2.5rem, 8vw, 4rem);
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .site-footer {
    min-height: auto;
  }

  .footer-data-grid {
    grid-template-columns: 1fr;
  }

  .reviews-subhead {
    align-items: flex-start;
    flex-direction: column;
  }

  .reviews-subhead--controls-only {
    align-items: flex-end;
  }

  .slider-controls {
    align-self: flex-start;
  }

  /* Правка 19.08.2026 — на мобильных в блоке видеоотзывов стрелки скрыты.
     Листание остаётся свайпом: у карусели включён data-bs-touch="true". */
  .video-reviews .reviews-subhead--controls-only,
  .video-reviews .slider-controls {
    display: none;
  }

  .text-reviews-slider {
    padding: 0;
    border-radius: 0;
  }

  .text-reviews .review-card {
    flex-basis: 100%;
    min-height: clamp(280px, 54vw, 380px);
  }

  .review-nav {
    width: clamp(48px, 11vw, 60px);
    height: clamp(48px, 11vw, 60px);
  }

  .footer-identity,
  .footer-accreditation,
  .footer-docs {
    padding: clamp(1.2rem, 4vw, 1.8rem);
  }

  .footer-dev-btn {
    width: 100%;
  }

  .footer-email {
    font-size: clamp(1.65rem, 7.65vw, 4.8rem);
    line-height: 0.94;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (max-width: 575.98px) {
  :root {
    --header-height: 56px;
    --hero-title-size: clamp(4.45rem, 21vw, 6.8rem);
  }

  .hero-version-section {
    min-height: 760px;
  }

  .hero-version-header {
    gap: 0.8rem;
  }

  .hero-version-logo img {
    width: 108px;
  }

  .hero-version-logo span {
    font-size: 0.52rem;
  }

  .hero-version-nav {
    justify-content: flex-start;
  }

  .hero-version-nav a,
  .hero-version-menu {
    height: 2.9rem;
    min-height: 2.9rem;
  }

  .hero-version-nav a {
    min-width: 5.4rem;
    padding: 0.75rem 0.85rem;
    font-size: 0.64rem;
  }

  .hero-version-menu {
    width: 3.25rem;
    min-width: 3.25rem;
    padding: 0;
  }

  .hero-version-content {
    top: 11.2rem;
  }

  .hero-version-content h1 {
    font-size: clamp(3.15rem, 16vw, 4.9rem);
    max-width: 94vw;
  }

  .hero-version-content p {
    width: min(360px, 90vw);
    padding: 1rem 1.2rem;
    font-size: clamp(1.7rem, 8.7vw, 2.6rem);
    border-radius: 1.6rem;
  }

  .hero-version-socials {
    gap: 0.65rem;
  }

  .hero-version-socials a {
    width: 3rem;
  }

  .hero-section {
    min-height: 800px;
    height: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .hero-launch-layout {
    min-height: 800px;
    padding: 2.4rem 1rem 1.6rem;
  }

  .hero-brand-core {
    padding-top: 0;
  }

  .hero-brand-core h1 {
    font-size: clamp(2rem, 9.3vw, 2.95rem);
    line-height: 1.02;
  }

  .mission-statement p {
    font-size: clamp(1.45rem, 6.8vw, 2.1rem);
    line-height: 1.16;
    transform: none;
  }

  .showcase-mission-section .mission-kicker {
    font-size: clamp(2.1rem, 9vw, 3.4rem);
    line-height: 0.98;
  }

  .showcase-mission-section .mission-copy-grid p,
  .showcase-mission-section .mission-copy-grid p:first-child {
    font-size: clamp(0.98rem, 4.2vw, 1.12rem);
    line-height: 1.38;
  }

  .clients-name-grid {
    grid-template-columns: 1fr;
  }

  .client-name-card,
  .client-name-card:nth-last-child(-n + 2),
  .client-name-card:nth-last-child(-n + 3) {
    min-height: 104px;
    border-bottom: 0;
  }

  .client-name-card:last-child {
    border-bottom: 1px solid rgba(7, 7, 7, 0.16);
  }

  .client-name {
    font-size: clamp(1.75rem, 9vw, 2.7rem);
  }

  .hero-copy {
    font-size: 0.98rem;
  }

  .hero-cta {
    margin-top: 2.25rem;
  }

  .hero-floating-facts {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    margin-top: 1.5rem;
  }

  .releases-grid {
    grid-template-columns: 1fr;
    row-gap: clamp(3rem, 12vw, 4.5rem);
  }

  .release-body {
    grid-template-rows: auto auto minmax(0, 1fr);
    padding-top: clamp(1.15rem, 5vw, 1.7rem);
  }

  .hero-fact,
  .hero-fact--one,
  .hero-fact--two,
  .hero-fact--three {
    min-height: 58px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0.75rem 0.85rem;
  }

  .hero-fact span {
    margin-top: 0;
  }

  .hero-fact strong {
    font-size: 1.25rem;
  }

  .stats-band {
    padding: 0;
  }

  .client-row {
    margin-top: 0;
  }

  .client-marquee {
    min-height: 64px;
  }

  /* Правка 19.08.2026 — на мобильных бегущая строка идёт вдвое быстрее.
     Значение — запасное, до первого пересчёта: точную длительность
     ставит initLogoMarquee() в main.js, там же трек добивается копиями
     групп, чтобы половина трека была шире экрана и стык не был виден. */
  .client-track {
    --marquee-duration: 17s;
    animation-play-state: running;
  }

  .client-group {
    gap: 2.5rem;
    padding-right: 2.5rem;
  }

  .client-group img {
    max-width: 132px;
    height: 22px;
  }

  .work-section,
  .showcase-mission-section,
  .services-section,
  .awards-section,
  .reviews-section,
  .contacts-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .project-body {
    padding: 0.9rem 0 0;
  }

  .review-card {
    min-height: auto;
  }

  .footer-accreditation img {
    aspect-ratio: 16 / 7.2;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .project-card,
  .service-row,
  .review-card,
  .video-review-card,
  .hero-fact,
  .btn-brand,
  .hero-cta,
  .header-phone,
  .header-vk,
  .header-icon,
  .client-group img,
  .client-row,
  .showcase-frame,
  .footer-email,
  body::before,
  .hero-launch-grid,
  .site-footer::before {
    transition: none;
  }

  .hero-fact.is-visible {
    animation: none;
  }

  .client-row,
  .showcase-frame,
  .footer-email,
  body::before,
  .hero-launch-grid,
  .site-footer::before {
    transform: none;
  }
}

/* Final priority layer for the Figma hero. Keep it after legacy responsive rules. */
@media (max-width: 991.98px) {
  .hero-section--launch {
    min-height: 860px;
    height: auto;
    padding-top: 0;
  }

  .hero-section--launch .hero-launch-layout {
    min-height: 760px;
    padding: 0;
  }

  .hero-section--launch .hero-brand-core {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 152px;
    width: auto;
    max-width: none;
    padding: 0;
    text-align: left;
  }

  .hero-section--launch .hero-brand-core h1 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(2.35rem, 8vw, 4.2rem);
    line-height: 1.02;
  }

  .hero-section--launch .hero-brand-core h1 span,
  .hero-section--launch .hero-brand-core h1 span:nth-child(n + 2) {
    white-space: normal;
  }

  .hero-section--launch .hero-copy {
    display: none;
  }

  .hero-section--launch .hero-cta {
    position: absolute;
    left: 20px;
    right: auto;
    bottom: 54px;
    width: auto;
    margin: 0;
    min-height: 44px;
  }

  .hero-section--launch .hero-video-orb {
    position: absolute;
    top: 58%;
    right: 20px;
    width: clamp(216px, 38vw, 300px);
    margin: 0;
    transform: translate3d(0, -50%, 0);
  }

  .hero-section--launch .hero-video-orb:hover,
  .hero-section--launch .hero-video-orb:focus {
    transform: translate3d(0, calc(-50% - 6px), 0);
  }

  .hero-section--launch .hero-floating-facts {
    position: absolute;
    inset: 0;
    display: block;
    margin: 0;
    pointer-events: none;
  }

  .hero-section--launch .hero-fact,
  .hero-section--launch .hero-fact--one,
  .hero-section--launch .hero-fact--two,
  .hero-section--launch .hero-fact--three {
    position: absolute;
    width: auto;
    min-height: 0;
    padding: 0.45rem 0.7rem;
    transform: translate3d(-50%, -50%, 0) scale(0.86);
  }

  .hero-section--launch .hero-fact.is-visible {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  .hero-section--launch .stats-band--hero {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 575.98px) {
  .hero-section--launch {
    min-height: 760px;
  }

  .hero-section--launch .hero-launch-layout {
    min-height: 620px;
  }

  .hero-section--launch .hero-brand-core {
    bottom: 138px;
  }

  .hero-section--launch .hero-brand-core h1 {
    font-size: clamp(2rem, 10.6vw, 3.2rem);
  }

  .hero-section--launch .hero-video-orb {
    top: 58%;
    width: clamp(170px, 50vw, 228px);
  }

  .hero-section--launch .hero-cta {
    bottom: 42px;
  }
}

/* Final priority layer for the second Figma screen. */
.second-figma-section {
  min-height: 100svh;
  background:
    radial-gradient(circle at 26.1% 34.7%, #f5f5f5 0, #e7e5e3 44%, #dcd8d6 100%);
}

@media (max-width: 991.98px) {
  .serious-screen {
    min-height: 820px;
    height: auto;
  }

  .serious-screen-outline {
    top: 18%;
    left: -24%;
    width: 150%;
    height: 26%;
  }

  .serious-screen-person {
    top: 28%;
    left: 48%;
    width: 58%;
    height: 52%;
  }

  .serious-screen-copy {
    top: auto;
    left: 20px;
    right: 20px;
    bottom: 80px;
    width: auto;
  }

  .serious-screen-copy h2 {
    max-width: 62vw;
    font-size: clamp(3rem, 10vw, 5rem);
  }

  .serious-screen-copy p {
    max-width: 70vw;
    font-size: clamp(2rem, 7.4vw, 3.4rem);
  }

  .orange-screen {
    min-height: 860px;
    height: auto;
  }

  .orange-screen .hero-orange-header {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 20px 20px 0;
  }

  .orange-screen-word {
    top: 148px;
    left: -18vw;
    width: 136vw;
    height: 27vh;
  }

  .orange-screen-copy {
    left: 20px;
    right: 20px;
    bottom: 152px;
    width: auto;
    max-width: none;
  }

  .orange-screen-copy h2,
  .orange-screen-copy p {
    max-width: 720px;
    font-size: clamp(2.35rem, 8vw, 4.2rem);
  }

  .orange-screen-orb {
    top: 58%;
    right: 20px;
    width: clamp(216px, 38vw, 300px);
  }

  .orange-screen-cta {
    left: 20px;
    bottom: 54px;
  }

  .second-figma-section {
    min-height: 820px;
  }

  .second-figma-section .hero-version-bg,
  .second-figma-section .hero-version-person,
  .second-figma-section .hero-version-content,
  .second-figma-section .hero-version-cta,
  .second-figma-section .hero-version-socials {
    display: none;
  }

  .second-figma-outline {
    top: 18%;
    left: -24%;
    width: 150%;
    height: 26%;
  }

  .second-figma-person {
    top: 14%;
    left: 42%;
    width: auto;
    height: min(58vh, 470px);
  }

  .second-figma-copy {
    left: 20px;
    right: 20px;
    bottom: 96px;
    gap: 28px;
  }

  .second-figma-copy h2 {
    max-width: 78vw;
    font-size: clamp(3rem, 11vw, 5.1rem);
  }

  .second-figma-copy p {
    max-width: 82vw;
    font-size: clamp(2rem, 7.8vw, 3.35rem);
  }
}

@media (max-width: 575.98px) {
  .serious-screen {
    min-height: 720px;
  }

  .serious-screen-outline {
    top: 14%;
    left: -44%;
    width: 190%;
    height: 24%;
  }

  .serious-screen-person {
    top: 24%;
    left: 32%;
    width: 82%;
    height: 48%;
  }

  .serious-screen-copy {
    bottom: 56px;
  }

  .serious-screen-copy h2 {
    max-width: 86vw;
    font-size: clamp(2.4rem, 12vw, 3.8rem);
  }

  .serious-screen-copy p {
    max-width: 88vw;
    margin-top: 18px;
    font-size: clamp(1.55rem, 8.6vw, 2.45rem);
  }

  .orange-screen {
    min-height: 760px;
  }

  .orange-screen-word {
    top: 170px;
    left: -36vw;
    width: 172vw;
    height: 24vh;
  }

  .orange-screen-copy {
    bottom: 138px;
  }

  .orange-screen-copy h2,
  .orange-screen-copy p {
    font-size: clamp(2rem, 10.6vw, 3.2rem);
  }

  .orange-screen-orb {
    top: 58%;
    width: clamp(170px, 50vw, 228px);
  }

  .orange-screen-cta {
    bottom: 42px;
  }

  .second-figma-section {
    min-height: 720px;
  }

  .second-figma-outline {
    top: 16%;
    left: -40%;
    width: 190%;
  }

  .second-figma-person {
    top: 17%;
    left: 28%;
    width: auto;
    height: min(46vh, 360px);
  }

  .second-figma-copy {
    bottom: 72px;
    gap: 22px;
  }

  .second-figma-copy h2 {
    max-width: 92vw;
    font-size: clamp(2.55rem, 12.4vw, 3.7rem);
  }

  .second-figma-copy p {
    max-width: 92vw;
    font-size: clamp(1.65rem, 8.7vw, 2.5rem);
  }
}

/* Final overrides after every responsive block. */
main h2,
.work-heading h2,
.clients-list-heading h2,
.process-lead h2,
.services-section .process-lead h2,
.awards-copy h2,
.contacts-section h2,
.footer-accreditation h2 {
  font-family: "Roboto Flex", var(--font-display);
  font-weight: 780;
  font-variation-settings: "wdth" 151, "wght" 780;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

.intro-sequence-text p,
.intro-sequence-text .hero-title-typed,
.orange-screen-copy p,
.serious-screen-copy p,
.second-figma-copy p {
  font-family: "Roboto Flex", var(--font-display);
  font-weight: 360;
  font-variation-settings: "wdth" 151, "wght" 360;
}

@media (max-width: 767.98px) {
  .clients-list-section {
    height: auto !important;
    min-height: auto;
    padding: var(--section-space) 0;
  }

  .clients-list-stage {
    position: relative;
    top: auto;
    height: auto;
    min-height: auto;
    padding: 0;
    overflow: clip;
  }

  .clients-list-stage .container-fluid {
    height: auto;
    display: block;
  }

  .clients-list-watermark {
    top: calc(var(--header-height) + 1rem);
    width: 100%;
    height: auto;
    opacity: 0.12;
    margin-bottom: 0;
    transform: none;
  }

  .clients-scroll-window {
    height: auto !important;
    overflow: visible;
    mask-image: none;
  }

  .clients-name-grid {
    transform: none !important;
  }
}

/* Fixed navigation after the intro sequence uses the current Figma header, not the old Bootstrap one. */
.site-header--figma-fixed {
  inset: 0 0 auto 0 !important;
  min-height: 0 !important;
  padding: clamp(14px, 1.6vw, 28px) clamp(20px, 7.29vw, 140px) 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.site-header--figma-fixed .hero-orange-header--fixed {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  width: 100%;
  max-width: none;
}

@media (max-width: 991.98px) {
  .site-header--figma-fixed {
    padding: 14px 16px 0 !important;
  }

  .site-header--figma-fixed .hero-orange-header--fixed {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .site-header--figma-fixed .hero-orange-brand span,
  .site-header--figma-fixed .hero-orange-social,
  .site-header--figma-fixed .hero-orange-link {
    display: none;
  }

  .site-header--figma-fixed .hero-orange-nav {
    margin-left: auto;
  }
}

/* Mobile QA overrides for the three-screen intro scene. */
@media (max-width: 991.98px) {
  .intro-sequence-header {
    position: absolute;
    inset: 0 0 auto;
    padding: clamp(16px, 4.6vw, 22px) clamp(20px, 5vw, 28px) 0;
  }
  .intro-sequence .hero-orange-brand {
    min-height: 44px;
  }
  .intro-sequence .hero-orange-brand img {
    width: clamp(112px, 31vw, 152px);
  }
  .intro-sequence .hero-orange-social,
  .intro-sequence .hero-orange-link {
    display: none;
  }
  .intro-sequence .hero-orange-nav {
    margin-left: auto;
  }
  .intro-sequence .hero-orange-menu {
    width: clamp(44px, 12vw, 54px);
    min-width: clamp(44px, 12vw, 54px);
    min-height: clamp(44px, 12vw, 54px);
    padding: 0;
  }
  .intro-sequence-text p,
  .intro-sequence-text .hero-title-typed {
    max-width: min(88vw, 620px);
    margin-top: clamp(14px, 2.4svh, 22px);
    font-size: clamp(1.34rem, 7.2vw, 2.7rem);
    line-height: 0.98;
  }
  .intro-sequence-visual--video.hero-video-orb {
    position: absolute;
    top: clamp(250px, 43svh, 430px);
    left: auto;
    right: clamp(18px, 5vw, 32px);
    width: clamp(152px, 40vw, 238px);
    margin: 0;
  }
  .intro-sequence .hero-floating-facts {
    display: none;
  }
  .site-menu__panel {
    justify-self: stretch;
    width: auto;
    min-height: calc(100svh - 24px);
    margin: 12px;
    transform: translate3d(0, 18px, 0) scale(0.985);
  }
  .site-menu.is-open .site-menu__panel {
    transform: none;
  }
  .awards-copy,
  .awards-list {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .intro-sequence {
    height: 300svh;
    min-height: 2160px;
  }
  .intro-sequence-stage {
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 100svh;
    overflow: hidden;
  }
  .intro-sequence-word {
    top: clamp(96px, 14svh, 134px);
    left: -2vw;
    width: 104vw;
    height: clamp(92px, 15svh, 138px);
    object-fit: contain;
  }
  .intro-sequence-copy {
    left: clamp(20px, 5vw, 32px);
    right: clamp(20px, 5vw, 32px);
    bottom: clamp(114px, 16svh, 148px);
    width: auto;
    min-height: clamp(150px, 23svh, 212px);
  }
  .intro-sequence-text h1,
  .intro-sequence-text h2 {
    max-width: min(88vw, 620px);
    font-size: clamp(2.08rem, 9.8vw, 4.15rem);
    line-height: 0.94;
  }
  .intro-sequence-actions {
    left: clamp(20px, 5vw, 32px);
    bottom: clamp(34px, 6svh, 56px);
  }
  .intro-sequence-cta.hero-cta {
    min-height: 44px;
    padding-inline: 18px;
  }
  .intro-sequence-visuals {
    width: 100%;
  }
  .intro-sequence-visual--girl {
    top: clamp(128px, 23svh, 210px);
    right: -2vw;
    width: min(62vw, 420px);
    height: auto;
  }
  .intro-sequence-visual--man {
    top: clamp(118px, 19svh, 188px);
    right: -3vw;
    width: min(66vw, 390px);
    height: auto;
  }
}

@media (max-width: 575.98px) {

  .awards-liqium {
    width: 100%;
    max-width: 100%;
    padding-inline: 0;
    overflow: hidden;
  }

  .awards-content,
  .awards-copy,
  .awards-copy h2,
  .awards-copy p,
  .awards-list {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .awards-list-row {
    grid-template-columns: minmax(0, 1fr) minmax(72px, 82px);
    gap: 0.8rem;
  }

  .awards-list-row::after {
    display: none;
  }

  .awards-list-row small {
    text-align: right;
  }
}

/* Case detail page. */
.case-detail-page {
  --case-bg: #efeeec;
  --hero-orange: #f58e38;
  --hero-ink: #0d1015;
  background: var(--case-bg);
  color: var(--ink);
}

.case-detail-page::before {
  background:
    radial-gradient(circle at 12% 10%, rgba(245, 142, 56, 0.12), transparent 28rem),
    radial-gradient(circle at 86% 32%, rgba(255, 173, 102, 0.14), transparent 32rem),
    linear-gradient(135deg, #f7f6f4 0%, #efeeec 56%, #e3e0dc 100%);
}

.case-detail-page::after {
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.66), transparent 42rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.08));
}

.case-detail-page .hero-orange-link {
  color: var(--hero-orange);
  border-color: var(--hero-orange);
  background: transparent;
}

.case-detail-page .hero-orange-link--active,
.case-detail-page .hero-orange-link:hover,
.case-detail-page .hero-orange-link:focus {
  color: #ffffff;
  background: var(--hero-orange);
  border-color: var(--hero-orange);
  box-shadow: 0 18px 46px rgba(245, 142, 56, 0.22);
}

.case-detail-page .hero-orange-link--active:hover,
.case-detail-page .hero-orange-link--active:focus {
  color: #ffffff;
  background: #e56f1e;
  border-color: #e56f1e;
  box-shadow: 0 22px 58px rgba(229, 111, 30, 0.34);
  transform: translateY(-2px);
}

.case-detail-page .hero-orange-social:hover,
.case-detail-page .hero-orange-social:focus,
.case-detail-page .hero-orange-menu:hover,
.case-detail-page .hero-orange-menu:focus {
  transform: translateY(-2px);
  background: transparent;
  box-shadow: 0 18px 40px rgba(13, 16, 21, 0.12);
}

.case-main-header {
  position: fixed;
  z-index: 1200;
  inset: 0 0 auto;
  padding: clamp(14px, 1.6vw, 28px) clamp(20px, 7.29vw, 140px) 0;
  pointer-events: none;
}

.case-main-header__bar {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
  isolation: isolate;
  pointer-events: auto;
}

.case-main-header__bar::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: clamp(-10px, -0.55vw, -6px);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: clamp(24px, 1.6vw, 34px);
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 18px 54px rgba(14, 10, 8, 0.14);
  backdrop-filter: blur(30px) saturate(1.22);
  -webkit-backdrop-filter: blur(30px) saturate(1.22);
  pointer-events: none;
}

.case-hero {
  position: relative;
  min-height: auto;
  padding: clamp(7rem, 10vw, 11rem) 0 clamp(4rem, 7vw, 7rem);
  background-image:
    linear-gradient(180deg, rgba(247, 246, 244, 0.82), rgba(247, 246, 244, 0.92)),
    url("../assets/images/hero-figma-v2/serious-outline-11lab.svg"),
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.76), transparent 28rem),
    radial-gradient(circle at 78% 38%, rgba(245, 142, 56, 0.13), transparent 30rem);
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    min(1120px, 92vw) auto,
    60rem 60rem,
    54rem 54rem;
  background-position:
    center,
    center clamp(8.7rem, 18vh, 12rem),
    left top,
    right 18%;
  background-attachment:
    scroll,
    fixed,
    scroll,
    scroll;
  overflow: hidden;
}

.case-hero::before,
.case-section::before,
.case-more-section::before {
  content: none;
  display: none;
}

.case-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: clamp(2rem, 4vw, 4rem);
  color: rgba(7, 7, 7, 0.48);
  font-size: clamp(0.92rem, 1.05vw, 1.08rem);
  font-weight: 560;
}

.case-breadcrumb a {
  transition: color 220ms var(--ease);
}

.case-breadcrumb a:hover,
.case-breadcrumb a:focus {
  color: var(--brand);
}

.case-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.35rem, 2.8vw, 3rem);
  align-items: start;
}

.case-hero-media {
  position: relative;
  display: block;
  width: min(100%, 980px);
  aspect-ratio: 16 / 9;
  min-height: 0;
  margin-inline: auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 32% 22%, rgba(245, 142, 56, 0.2), transparent 26rem),
    #d8d6d2;
  border: 1px solid rgba(7, 7, 7, 0.08);
  border-radius: var(--radius);
}

.case-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.02);
  transition: transform 760ms var(--ease);
}

.case-hero-media:hover video,
.case-hero-media:focus video {
  transform: scale(1.045);
}

.case-play {
  display: none;
}

.case-hero-media:hover .case-play,
.case-hero-media:focus .case-play {
  background: var(--brand);
  transform: translate(-50%, -50%) scale(1.05);
}

.case-play svg {
  width: 38%;
  height: 38%;
  fill: currentColor;
}

.case-hero-copy {
  width: min(100%, 980px);
  margin-inline: auto;
  display: grid;
  justify-items: start;
}

.case-eyebrow {
  margin: 0 0 clamp(0.9rem, 1.6vw, 1.5rem);
  color: var(--brand);
  font-size: clamp(0.82rem, 0.9vw, 1rem);
  font-weight: 650;
  font-variation-settings: "wdth" 151, "wght" 650;
  line-height: 1;
  text-transform: uppercase;
}

.case-hero h1 {
  margin: 0;
  max-width: none;
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(4rem, 7.8vw, 8.8rem);
  font-weight: 760;
  font-variation-settings: "wdth" 151, "wght" 760;
  line-height: 0.9;
  letter-spacing: 0;
  white-space: nowrap;
  text-transform: uppercase;
}

.case-hero-subtitle {
  max-width: 980px;
  margin: clamp(1.3rem, 2vw, 2rem) 0 0;
  color: rgba(7, 7, 7, 0.62);
  font-size: clamp(1.2rem, 1.7vw, 2rem);
  font-weight: 430;
  font-variation-settings: "wdth" 151, "wght" 430;
  line-height: 1.22;
}

.case-hero-cta {
  min-height: clamp(52px, 4vw, 68px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-top: clamp(2rem, 4vw, 4rem);
  padding: 0 clamp(1.2rem, 2vw, 2rem);
  color: var(--ink);
  background: var(--brand);
  border: 1px solid var(--brand);
  border-radius: var(--radius);
  font-size: clamp(0.82rem, 0.98vw, 1rem);
  font-weight: 780;
  font-variation-settings: "wdth" 151, "wght" 780;
  text-transform: uppercase;
  transition: transform 260ms var(--ease), background-color 260ms var(--ease);
}

.case-hero-cta:hover,
.case-hero-cta:focus {
  background: #ffad66;
  transform: translateY(-3px);
}

.case-feature-grid {
  display: grid;
  width: min(100%, 980px);
  grid-template-columns: 1fr;
  gap: 0;
  margin: clamp(2.3rem, 3.6vw, 4.5rem) auto 0;
  border-top: 1px solid rgba(7, 7, 7, 0.16);
}

.case-feature {
  position: relative;
  isolation: isolate;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(1rem, 3vw, 3rem);
  overflow: hidden;
  padding: clamp(1.15rem, 2vw, 2rem) 0 clamp(1.15rem, 2vw, 2rem) clamp(1rem, 1.8vw, 1.5rem);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(7, 7, 7, 0.16);
  border-radius: 0;
  box-shadow: none;
  transition: transform 340ms var(--ease), border-color 340ms var(--ease), background-color 340ms var(--ease), box-shadow 340ms var(--ease);
}

.case-feature::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  height: auto;
  background: var(--brand);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 420ms var(--ease);
}

.case-feature::after {
  content: none;
  display: none;
}

.case-feature:hover {
  background: transparent;
  border-color: rgba(245, 142, 56, 0.42);
  box-shadow: none;
  transform: translateX(6px);
}

.case-feature:hover::before {
  transform: scaleY(1);
}

.case-feature svg {
  display: none;
}

.case-feature span {
  max-width: none;
  color: var(--ink);
  font-size: clamp(1.15rem, 1.35vw, 1.55rem);
  font-weight: 580;
  font-variation-settings: "wdth" 151, "wght" 580;
  line-height: 1.12;
}

.case-feature p {
  margin: 0;
  color: rgba(7, 7, 7, 0.6);
  font-size: clamp(1rem, 1.05vw, 1.16rem);
  font-weight: 430;
  font-variation-settings: "wdth" 151, "wght" 430;
  line-height: 1.5;
}

/* Правка 19.08.2026 — единый вертикальный ритм страницы кейса.
   --case-rhythm  — расстояние «заголовок → текст» и «текст → текст»,
                    одно и то же значение во всех блоках.
   --case-section-gap — расстояние между секциями; половина уходит в
                    padding-top, половина в padding-bottom, поэтому между
                    двумя соседними секциями получается ровно один интервал,
                    а не два сложенных (из-за этого перед «Поддержкой проекта»
                    был двойной отступ). */
.case-detail-page {
  --case-rhythm: clamp(1rem, 1.5vw, 1.4rem);
  --case-section-gap: clamp(3rem, 4.6vw, 5rem);
}

.case-section {
  position: relative;
  padding: calc(var(--case-section-gap, 4rem) / 2) 0;
  overflow: hidden;
}

.case-section--about {
  padding-top: clamp(2rem, 3.6vw, 4rem);
}

.case-text-block h2,
.case-steps-copy h2,
.case-result-copy h2,
.case-support-copy h2 {
  margin: 0 0 var(--case-rhythm, 1.4rem);
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(1.35rem, 2vw, 2.7rem);
  font-weight: 520;
  font-variation-settings: "wdth" 151, "wght" 520;
  line-height: 1.05;
  text-transform: uppercase;
}

.case-text-block,
.case-copy-panel,
.case-result-copy {
  width: min(100%, 980px);
  margin-inline: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.case-rich-text {
  max-width: 820px;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--case-rhythm, 1.4rem);
}

.case-rich-text p,
.case-result-copy p,
.case-support-copy p {
  margin: 0;
  color: rgba(7, 7, 7, 0.72);
  font-size: clamp(1.02rem, 1.18vw, 1.24rem);
  font-weight: 430;
  font-variation-settings: "wdth" 151, "wght" 430;
  line-height: 1.58;
}

.case-split,
.case-result-grid,
.case-support-grid {
  display: grid;
  width: min(100%, 980px);
  grid-template-columns: 1fr;
  gap: clamp(1.6rem, 2.6vw, 2.6rem);
  margin-inline: auto;
  align-items: start;
}

.case-step {
  display: grid;
  grid-template-columns: clamp(48px, 4vw, 68px) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 2rem);
  padding: clamp(1.4rem, 2.2vw, 2.2rem) 0;
  border-top: 1px solid rgba(7, 7, 7, 0.14);
}

.case-step:last-child {
  border-bottom: 1px solid rgba(7, 7, 7, 0.14);
}

.case-step > span {
  color: var(--brand);
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(1.1rem, 1.8vw, 2rem);
  font-weight: 780;
  font-variation-settings: "wdth" 151, "wght" 780;
}

.case-step h3 {
  margin: 0 0 clamp(0.8rem, 1.4vw, 1.2rem);
  font-size: clamp(1.1rem, 1.45vw, 1.65rem);
  font-weight: 560;
  font-variation-settings: "wdth" 151, "wght" 560;
  line-height: 1.12;
}

.case-step ul {
  display: grid;
  gap: 0.62rem;
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(7, 7, 7, 0.68);
  font-size: clamp(1rem, 1.25vw, 1.35rem);
  font-weight: 430;
  font-variation-settings: "wdth" 151, "wght" 430;
  line-height: 1.38;
}

.case-prototype-preview,
.case-placeholder {
  position: relative;
  top: auto;
  width: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(0.5rem, 1vw, 0.85rem);
  color: rgba(7, 7, 7, 0.5);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(225, 223, 218, 0.64)),
    radial-gradient(circle at 28% 18%, rgba(245, 142, 56, 0.18), transparent 22rem);
  border: 1px solid rgba(7, 7, 7, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 34px 100px rgba(7, 7, 7, 0.1);
}

.case-prototype-preview {
  text-align: center;
  cursor: default;
}

.case-prototype-preview--after-about {
  width: min(100%, 980px);
  margin: clamp(2rem, 3.5vw, 3.8rem) auto 0;
}

.case-prototype-preview__canvas {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  display: block;
  overflow: hidden;
  padding: 0;
  color: rgba(7, 7, 7, 0.56);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(7, 7, 7, 0.12);
  border-radius: var(--radius);
}

.case-prototype-preview__canvas img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 600ms var(--ease), filter 600ms var(--ease);
}

.case-prototype-preview:hover .case-prototype-preview__canvas img,
.case-prototype-preview:focus-visible .case-prototype-preview__canvas img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.025);
}

.case-prototype-preview__canvas svg {
  width: clamp(64px, 8vw, 112px);
  height: clamp(64px, 8vw, 112px);
  color: var(--brand);
}

.case-prototype-preview__canvas strong {
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 2.2rem);
  font-weight: 760;
  font-variation-settings: "wdth" 151, "wght" 760;
}

.case-prototype-preview__canvas small {
  max-width: 26ch;
  color: rgba(7, 7, 7, 0.48);
  font-size: clamp(0.86rem, 1vw, 1rem);
  line-height: 1.35;
}

.case-prototype-preview__zoom {
  display: none;
}

.case-placeholder {
  min-height: clamp(360px, 36vw, 560px);
}

.case-result-image {
  aspect-ratio: 16 / 9;
  min-height: 0;
  padding: 0;
  background: #0d1015;
}

.case-result-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  transition:
    transform 760ms var(--ease),
    filter 760ms var(--ease);
}

.case-result-image:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.025);
}

.case-placeholder svg {
  width: clamp(64px, 7vw, 110px);
  height: clamp(64px, 7vw, 110px);
  color: rgba(7, 7, 7, 0.3);
}

.case-placeholder span {
  position: absolute;
  left: clamp(1rem, 2vw, 1.8rem);
  bottom: clamp(1rem, 2vw, 1.8rem);
  color: rgba(7, 7, 7, 0.42);
  font-size: 0.9rem;
  font-weight: 650;
  text-transform: uppercase;
}

.case-result-grid {
  grid-template-columns: 1fr;
  align-items: center;
}

.case-support-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  align-items: center;
}

.case-support-grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.case-result-copy,
.case-support-copy {
  display: grid;
  gap: var(--case-rhythm, 1.4rem);
}

/* Расстояние между заголовком и текстом здесь уже задаёт grid-gap,
   поэтому собственный margin у заголовка обнуляем — иначе отступ
   складывался и был вдвое больше, чем между абзацами. */
.case-result-copy h2,
.case-support-copy h2 {
  margin-bottom: 0;
}

.case-support-action {
  justify-self: start;
  margin-top: clamp(1.2rem, 2vw, 2rem);
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.case-support-action:hover,
.case-support-action:focus {
  color: var(--white);
  background: var(--hero-orange);
  border-color: var(--hero-orange);
  box-shadow: 0 18px 46px rgba(245, 142, 56, 0.22);
}

.case-support-card {
  min-height: clamp(300px, 28vw, 460px);
  display: none;
  align-content: end;
  gap: clamp(1rem, 1.7vw, 1.5rem);
  padding: clamp(1.4rem, 2.8vw, 3rem);
  color: var(--white);
  background:
    radial-gradient(circle at 18% 16%, rgba(245, 142, 56, 0.34), transparent 24rem),
    linear-gradient(135deg, #090909 0%, #17130f 100%);
  border-radius: var(--radius);
  box-shadow: 0 34px 100px rgba(7, 7, 7, 0.22);
}

.case-support-card span {
  color: var(--brand);
  font-size: clamp(0.78rem, 0.95vw, 0.96rem);
  font-weight: 760;
  font-variation-settings: "wdth" 151, "wght" 760;
  text-transform: uppercase;
}

.case-support-card strong {
  max-width: 15ch;
  font-size: clamp(2rem, 4vw, 5.4rem);
  font-weight: 820;
  font-variation-settings: "wdth" 151, "wght" 820;
  line-height: 0.92;
  text-transform: uppercase;
}

.case-support-card p {
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
}

.case-more-section {
  padding-top: clamp(4rem, 7vw, 8rem);
}

.image-zoom-modal {
  position: fixed;
  z-index: 170;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(0.8rem, 2vw, 2rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms var(--ease);
}

.image-zoom-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.image-zoom-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 7, 0.66);
  border: 0;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.image-zoom-modal__panel {
  position: relative;
  width: fit-content;
  max-width: calc(100vw - clamp(1rem, 4vw, 4rem));
  max-height: calc(100svh - 2rem);
  display: grid;
  grid-template-rows: auto auto;
  overflow: hidden;
  background: #efeeec;
  border-radius: var(--radius);
  box-shadow: 0 40px 140px rgba(0, 0, 0, 0.46);
  transform: translateY(28px) scale(0.98);
  transition: transform 360ms var(--ease);
}

.image-zoom-modal.is-open .image-zoom-modal__panel {
  transform: none;
}

.image-zoom-modal__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(0.85rem, 1.4vw, 1.3rem);
  border-bottom: 1px solid rgba(7, 7, 7, 0.1);
}

.image-zoom-modal__top p {
  margin: 0;
  max-width: min(72vw, 980px);
  font-weight: 720;
  font-variation-settings: "wdth" 151, "wght" 720;
  text-transform: uppercase;
}

.image-zoom-modal__close {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: var(--brand);
  border: 0;
  border-radius: 999px;
}

.image-zoom-modal__content {
  min-height: 0;
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(0.55rem, 1.2vw, 1rem);
}

/* Правка 19.08.2026 — в модалку зума теперь копируется <picture>,
   поэтому обёртка тоже должна быть блочной и не ограничивать картинку. */
.image-zoom-modal__content picture {
  display: block;
  max-width: 100%;
}

.image-zoom-modal__content img {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100vw - clamp(2.1rem, 5vw, 5rem));
  max-height: calc(100svh - clamp(5.4rem, 9vw, 7rem));
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.24);
}

.case-prototype-preview__canvas--zoom {
  width: min(760px, 100%);
  min-height: min(900px, 70svh);
}

@media (max-width: 1199.98px) {
  .case-feature-grid {
    grid-template-columns: 1fr;
  }

  .case-hero-grid,
  .case-split,
  .case-result-grid,
  .case-support-grid {
    grid-template-columns: 1fr;
  }

  .case-prototype-preview,
  .case-placeholder {
    position: relative;
    top: auto;
  }
}

@media (max-width: 767.98px) {
  .case-main-header {
    padding: 14px 14px 0;
  }

  .case-hero {
    min-height: auto;
    padding-top: clamp(11.5rem, 45vw, 13.5rem);
    background-size:
      100% 100%,
      112vw auto,
      46rem 46rem,
      38rem 38rem;
    background-position:
      center,
      center 8.9rem,
      left top,
      right 18%;
    background-attachment:
      scroll,
      scroll,
      scroll,
      scroll;
  }

  .case-hero-grid {
    gap: 1.7rem;
  }

  .case-hero-media {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .case-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.25rem, 10.6vw, 3.05rem);
    line-height: 0.96;
    white-space: nowrap;
  }

  .case-hero-subtitle {
    font-size: clamp(1rem, 5.2vw, 1.35rem);
    line-height: 1.25;
  }

  .case-feature-grid {
    grid-template-columns: 1fr;
  }

  .case-feature {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .case-section {
    padding: calc(var(--case-section-gap, 3rem) / 2) 0;
  }

  .case-text-block h2,
  .case-steps-copy h2,
  .case-result-copy h2,
  .case-support-copy h2 {
    font-size: clamp(1.35rem, 7vw, 2.1rem);
  }

  .case-rich-text {
    grid-template-columns: 1fr;
  }

  .case-rich-text p,
  .case-result-copy p,
  .case-support-copy p {
    font-size: clamp(1rem, 4.8vw, 1.18rem);
    line-height: 1.5;
  }

  .case-step {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .case-step ul {
    font-size: 1rem;
  }

  .case-prototype-preview {
    min-height: auto;
    aspect-ratio: 16 / 10;
    padding: 0.8rem;
  }

  .case-prototype-preview__canvas {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    gap: 0.55rem;
  }

  .case-prototype-preview__canvas svg {
    width: 52px;
    height: 52px;
  }

  .case-prototype-preview__canvas strong {
    font-size: 1.2rem;
  }

  .case-prototype-preview__zoom {
    width: 52px;
    height: 52px;
  }

  .case-placeholder {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .case-support-card strong {
    font-size: clamp(2rem, 10vw, 3.6rem);
  }

  .image-zoom-modal {
    padding: 0.5rem;
  }

  .image-zoom-modal__panel {
    max-width: calc(100vw - 1rem);
    max-height: calc(100svh - 1rem);
  }

  .image-zoom-modal__top {
    padding: 0.7rem;
  }

  .image-zoom-modal__top p {
    max-width: calc(100vw - 5.5rem);
    font-size: 0.78rem;
    line-height: 1.15;
  }

  .image-zoom-modal__close {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
  }

  .image-zoom-modal__content {
    min-height: 0;
    padding: 0.45rem;
  }

  .image-zoom-modal__content img {
    max-width: calc(100vw - 1.9rem);
    max-height: calc(100svh - 5rem);
  }

  .case-prototype-preview__canvas--zoom {
    min-height: 0;
  }
}

/* Shared oversized 11LAB background: keep full proportions. */
.intro-sequence-word {
  left: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

/* Правка 19.08.2026 — паттерн 11ЛАБ в блоке «Клиенты» во всю ширину экрана.
   Ширину берём от секции (100%), а не 100vw: 100vw шире вьюпорта на ширину
   скроллбара. height: auto + object-fit: contain сохраняют пропорции. */
.clients-list-watermark {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

.clients-list-watermark {
  justify-self: center !important;
  transform: none !important;
}

@media (max-width: 991.98px) {
  .clients-list-watermark {
    width: 100% !important;
    height: auto !important;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .intro-sequence-word {
    left: 0 !important;
    width: 100vw !important;
    height: auto !important;
  }
  .intro-sequence-word {
    top: clamp(96px, 14svh, 132px) !important;
  }
}

/* Final QA fixes: fixed headers, active pills and mobile controls. */
.site-header--figma-fixed,
.case-main-header {
  padding-left: clamp(36px, 9.4vw, 180px) !important;
  padding-right: clamp(36px, 9.4vw, 180px) !important;
}

.site-header--figma-fixed .hero-orange-header--fixed,
.case-main-header__bar {
  padding-left: clamp(6px, 0.9vw, 16px);
  padding-right: clamp(6px, 0.9vw, 16px);
}

.site-header--figma-fixed .hero-orange-link--active,
.case-main-header .hero-orange-link--active {
  color: #ffffff !important;
  background: #0d1015 !important;
  border-color: #0d1015 !important;
  box-shadow: 0 18px 42px rgba(13, 16, 21, 0.18) !important;
}

.site-header--figma-fixed .hero-orange-link--active:hover,
.site-header--figma-fixed .hero-orange-link--active:focus,
.case-main-header .hero-orange-link--active:hover,
.case-main-header .hero-orange-link--active:focus {
  color: #ffffff !important;
  background: var(--brand) !important;
  border-color: var(--brand) !important;
  box-shadow: 0 22px 58px rgba(245, 142, 56, 0.28) !important;
}

@media (min-width: 992px) {
  .site-header--figma-fixed .hero-orange-link:not(.hero-orange-link--active):hover,
  .site-header--figma-fixed .hero-orange-link:not(.hero-orange-link--active):focus,
  .case-main-header .hero-orange-link:not(.hero-orange-link--active):hover,
  .case-main-header .hero-orange-link:not(.hero-orange-link--active):focus {
    color: #ffffff !important;
    background: #0d1015 !important;
    border-color: #0d1015 !important;
    box-shadow: 0 18px 42px rgba(13, 16, 21, 0.18) !important;
    transform: translateY(-2px);
  }
}

.site-menu__close {
  position: relative;
}

.site-menu__close svg,
.site-menu__close i {
  opacity: 0;
}

.site-menu__close::before,
.site-menu__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(18px, 1.45vw, 24px);
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transform-origin: center;
}

.site-menu__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.site-menu__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.slider-controls button,
.review-nav {
  color: var(--ink);
  background: #ffffff;
  border-color: rgba(7, 7, 7, 0.2);
  box-shadow: 0 14px 34px rgba(7, 7, 7, 0.08);
}

.slider-controls button svg,
.review-nav svg {
  display: block;
  stroke: currentColor;
}

.footer-accreditation {
  align-content: start;
}

.footer-accreditation img {
  width: auto;
  max-width: min(100%, 360px);
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .site-header--figma-fixed,
  .case-main-header {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .site-header--figma-fixed .hero-orange-header--fixed,
  .case-main-header__bar {
    padding-left: 0;
    padding-right: 0;
  }
  .site-header--figma-fixed .hero-orange-header--fixed,
  .case-main-header__bar,
  .intro-sequence-header {
    align-items: center !important;
  }
  .site-header--figma-fixed .hero-orange-brand,
  .site-header--figma-fixed .hero-orange-nav,
  .case-main-header .hero-orange-brand,
  .case-main-header .hero-orange-nav,
  .intro-sequence .hero-orange-brand,
  .intro-sequence .hero-orange-nav,
  .hero-orange-menu,
  .intro-sequence .hero-orange-menu {
    align-self: center;
  }
  .intro-sequence-visual--video.hero-video-orb {
    top: clamp(272px, 47svh, 452px);
  }
  .services-section::after {
    display: none;
    content: none;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .intro-sequence-visual--girl {
    top: clamp(154px, 27svh, 238px);
  }
  .intro-sequence-visual--man {
    top: clamp(146px, 24svh, 220px);
  }
}

@media (max-width: 575.98px) {

  .footer-accreditation img {
    max-width: min(100%, 360px);
    aspect-ratio: auto;
  }
}

/* Text document template page. */
.text-page {
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 0%, rgba(245, 142, 56, 0.12), transparent 28rem),
    linear-gradient(180deg, #f3f2f0 0%, #ededeb 58%, #f7f6f4 100%);
}

.text-page .case-main-header {
  position: fixed;
}

.text-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(8.6rem, 12vw, 12.5rem) 0 clamp(2.2rem, 4.8vw, 4.8rem);
}

.text-hero::before {
  content: "11ЛАБ";
  position: fixed;
  z-index: 0;
  top: clamp(7rem, 13vw, 12rem);
  left: 50%;
  transform: translateX(-50%);
  color: rgba(7, 7, 7, 0.035);
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(8rem, 27vw, 28rem);
  font-weight: 760;
  font-variation-settings: "wdth" 151, "wght" 760;
  line-height: 0.78;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}

.text-page .text-hero::before {
  display: none;
  content: none;
}

.text-hero .container-fluid,
.text-document-section .container-fluid {
  position: relative;
  z-index: 1;
}

.case-detail-page .case-breadcrumb {
  display: flex;
  width: min(100%, 980px);
  margin-inline: auto;
}

.text-page .case-breadcrumb {
  width: min(100%, 1040px);
}

.contacts-page .case-breadcrumb {
  width: min(100%, 1180px);
}

.text-breadcrumb {
  margin-bottom: clamp(1.4rem, 2.6vw, 2.6rem);
}

.text-hero-card {
  width: min(100%, 1040px);
  margin-inline: auto;
  min-height: clamp(320px, 32vw, 520px);
  display: grid;
  align-content: end;
  padding: clamp(1.4rem, 3vw, 3.4rem);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(7, 7, 7, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 34px 110px rgba(7, 7, 7, 0.08);
  backdrop-filter: blur(24px) saturate(1.16);
  -webkit-backdrop-filter: blur(24px) saturate(1.16);
}

.text-hero-card h1 {
  max-width: 15ch;
  margin: 0;
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(2.25rem, 5.6vw, 6.4rem);
  font-weight: 690;
  font-variation-settings: "wdth" 151, "wght" 690;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

.text-page .text-hero-card {
  min-height: auto;
}

.text-page .text-hero-card h1 {
  max-width: 24ch;
  font-size: clamp(1.7rem, 3vw, 3.15rem);
  line-height: 1.02;
}

.text-hero-card p {
  max-width: 760px;
  margin: clamp(1.1rem, 2vw, 1.8rem) 0 0;
  color: rgba(7, 7, 7, 0.62);
  font-size: clamp(1.05rem, 1.45vw, 1.5rem);
  font-weight: 430;
  font-variation-settings: "wdth" 151, "wght" 430;
  line-height: 1.32;
}

.text-hero-card time {
  width: fit-content;
  margin-top: clamp(1.4rem, 2.4vw, 2.4rem);
  padding: 0.7rem 0.9rem;
  color: rgba(7, 7, 7, 0.62);
  background: rgba(7, 7, 7, 0.045);
  border-radius: var(--radius);
  font-size: clamp(0.82rem, 0.92vw, 0.96rem);
  font-weight: 520;
}

.text-document-section {
  position: relative;
  padding: 0 0 var(--section-space);
}

.text-document {
  width: min(100%, 1040px);
  margin-inline: auto;
  padding: clamp(1.4rem, 3.2vw, 3.6rem);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(7, 7, 7, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 28px 82px rgba(7, 7, 7, 0.07);
}

.text-document__lead {
  margin-bottom: clamp(2rem, 4vw, 4rem);
  padding-bottom: clamp(1.6rem, 3vw, 3rem);
  border-bottom: 1px solid rgba(7, 7, 7, 0.1);
}

.text-document section + section {
  margin-top: clamp(1.8rem, 3.2vw, 3.4rem);
}

.text-document h2 {
  max-width: 820px;
  margin: 0 0 clamp(0.85rem, 1.4vw, 1.25rem);
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 2.45rem);
  font-weight: 620;
  font-variation-settings: "wdth" 151, "wght" 620;
  line-height: 1.06;
  letter-spacing: 0;
}

.text-document p,
.text-document li {
  max-width: 860px;
  color: rgba(7, 7, 7, 0.72);
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 420;
  font-variation-settings: "wdth" 151, "wght" 420;
  line-height: 1.52;
}

.text-document p {
  margin: 0;
}

.text-document p + p {
  margin-top: 1rem;
}

.text-document ul {
  display: grid;
  gap: 0.55rem;
  margin: 1.05rem 0 0;
  padding-left: 1.2rem;
}

.text-document a {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.text-contacts-section {
  padding-top: var(--section-space-compact);
}

@media (max-width: 767.98px) {
  .text-hero {
    padding-top: clamp(7.8rem, 31vw, 10.5rem);
  }

  .text-hero-card {
    min-height: auto;
  }

  .text-hero-card h1 {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 3.4rem);
    line-height: 0.98;
  }

  .text-page .text-hero-card h1 {
    font-size: clamp(1.55rem, 8vw, 2.35rem);
    line-height: 1.04;
  }

  .text-document {
    padding: clamp(1.1rem, 5vw, 1.55rem);
  }
}

/* Contacts page. */
.contacts-page {
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(245, 142, 56, 0.18), transparent 26rem),
    radial-gradient(circle at 88% 22%, rgba(7, 7, 7, 0.08), transparent 30rem),
    linear-gradient(180deg, #f3f2f0 0%, #ededeb 62%, #f7f6f4 100%);
}

.contacts-page .text-hero::before {
  display: none;
  content: none;
}

.contacts-hero-card {
  width: min(100%, 1180px);
  min-height: auto;
}

.contacts-hero-card h1 {
  max-width: 24ch;
  font-size: clamp(1.7rem, 3vw, 3.15rem);
  line-height: 1.02;
}

.contacts-hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.5vw, 1.4rem);
  margin-top: clamp(1.5rem, 3vw, 2.8rem);
}

.contacts-hero-actions a {
  min-height: clamp(92px, 7vw, 124px);
  display: grid;
  align-content: center;
  gap: 0.55rem;
  padding: clamp(1rem, 1.8vw, 1.45rem);
  color: rgba(255, 255, 255, 0.92);
  background: #0d1015;
  border: 1px solid rgba(7, 7, 7, 0.16);
  border-radius: var(--radius);
  font-size: clamp(1.2rem, 2.15vw, 2.2rem);
  font-weight: 560;
  line-height: 1;
  overflow-wrap: anywhere;
  transition: color 240ms var(--ease), background-color 240ms var(--ease), border-color 240ms var(--ease), transform 240ms var(--ease), box-shadow 240ms var(--ease);
}

.contacts-hero-actions a span {
  color: rgba(255, 255, 255, 0.46);
  font-size: clamp(0.76rem, 0.9vw, 0.96rem);
  font-weight: 560;
  text-transform: uppercase;
}

.contacts-hero-actions a:hover,
.contacts-hero-actions a:focus {
  color: #ffffff;
  background: rgba(245, 142, 56, 0.95);
  border-color: rgba(245, 142, 56, 0.95);
  box-shadow: 0 20px 52px rgba(245, 142, 56, 0.2);
  transform: translateY(-4px);
}

.contacts-hero-actions a:hover span,
.contacts-hero-actions a:focus span {
  color: rgba(255, 255, 255, 0.62);
}

.contacts-page-section {
  padding: 0 0 var(--section-space-compact);
}

.contacts-page .text-contacts-section {
  padding: 0 0 var(--section-space-compact);
  /* overflow: hidden из общего правила секций делал секцию скролл-контейнером,
     и position: sticky у заголовка переставал работать. overflow: clip
     обрезает так же, но скролл-контейнер не создаёт. */
  overflow: clip;
}

.contacts-page .contacts-section::after {
  display: none;
  content: none;
}

.contacts-page .text-contacts-section .container {
  width: min(100%, 1180px);
  max-width: 1180px;
}

/* Правка 19.08.2026 — оформление карточки применяем только к внешнему ряду
   «текст + форма». Селектор .text-contacts-section .row попадал и во
   внутренний .row.g-3 внутри формы: тот получал padding, фон и min-height
   карточки, из-за чего поля формы расползались по вертикали. */
.contacts-page .text-contacts-section > .container > .row {
  align-items: flex-start;
  margin: 0;
  padding: clamp(1.2rem, 2.8vw, 2.8rem);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 7, 7, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 24px 76px rgba(7, 7, 7, 0.07);
}

.contacts-page .text-contacts-section > .container > .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.contacts-page .text-contacts-section .lead-text {
  max-width: 420px;
}

/* Правка 19.08.2026 — заголовок блока не должен наезжать на форму.
   Контейнер ограничен 1180px, поэтому ширина колонки перестаёт расти
   после ~1290px, а размер шрифта на 4vw продолжал — на широких экранах
   слово «ОБСУДИМ» вылезало из колонки прямо на форму.
   Ограничиваем кегль и добавляем перенос как страховку. */
.contacts-page .contacts-form-copy h2 {
  max-width: 100%;
  font-size: clamp(1.9rem, 2.8vw, 3.2rem);
  overflow-wrap: break-word;
}

.contacts-section h2 {
  overflow-wrap: break-word;
}

.contacts-page .contacts-form-copy {
  align-self: flex-start;
}

.contacts-page .contacts-form-copy__sticky {
  position: relative;
}

.contacts-page .text-contacts-section .contact-form {
  background: rgba(7, 7, 7, 0.035);
  border-color: rgba(7, 7, 7, 0.08);
  box-shadow: none;
}

.contacts-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) repeat(2, minmax(0, 0.91fr));
  gap: clamp(1rem, 1.8vw, 1.6rem);
}

.contacts-info-card,
.contacts-requisites {
  position: relative;
  overflow: hidden;
  padding: clamp(1.2rem, 2.4vw, 2.4rem);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 7, 7, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 24px 76px rgba(7, 7, 7, 0.07);
}

.contacts-info-card::after {
  content: "";
  position: absolute;
  right: -7rem;
  bottom: -7rem;
  width: 14rem;
  height: 14rem;
  background: radial-gradient(circle, rgba(245, 142, 56, 0.18), transparent 68%);
  opacity: 0;
  transition: opacity 260ms var(--ease), transform 360ms var(--ease);
  pointer-events: none;
}

.contacts-info-card:hover::after,
.contacts-info-card:focus-within::after {
  opacity: 1;
  transform: scale(1.18);
}

.contacts-info-card--main {
  grid-row: span 2;
  min-height: clamp(360px, 32vw, 540px);
  display: grid;
  align-content: space-between;
  background:
    linear-gradient(135deg, rgba(13, 16, 21, 0.96), rgba(34, 28, 22, 0.92)),
    radial-gradient(circle at 88% 12%, rgba(245, 142, 56, 0.32), transparent 20rem);
  color: #ffffff;
}

.contacts-info-card > span,
.contacts-requisites .case-eyebrow {
  color: rgba(245, 142, 56, 0.86);
  font-size: clamp(0.76rem, 0.88vw, 0.96rem);
  font-weight: 650;
  text-transform: uppercase;
}

.contacts-info-card h2,
.contacts-requisites h2 {
  margin: clamp(0.85rem, 1.5vw, 1.35rem) 0 0;
  font-family: "Roboto Flex", var(--font-display);
  font-size: clamp(1.55rem, 3vw, 3.4rem);
  font-weight: 640;
  font-variation-settings: "wdth" 151, "wght" 640;
  line-height: 1;
}

.contacts-info-card p,
.contacts-requisites p {
  max-width: 640px;
  margin: clamp(0.9rem, 1.5vw, 1.4rem) 0 0;
  color: rgba(7, 7, 7, 0.62);
  font-size: clamp(0.96rem, 1.08vw, 1.12rem);
  line-height: 1.38;
}

.contacts-info-card--main p {
  color: rgba(255, 255, 255, 0.66);
}

.contacts-info-card--main > a {
  width: fit-content;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-top: clamp(1.4rem, 2.4vw, 2.4rem);
  padding: 0 1rem;
  color: var(--ink);
  background: var(--brand);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 720;
  text-transform: uppercase;
  transition: transform 240ms var(--ease), background-color 240ms var(--ease);
}

.contacts-info-card--main > a:hover,
.contacts-info-card--main > a:focus {
  background: #ffad66;
  transform: translateY(-3px);
}

.contacts-socials {
  display: flex;
  gap: 0.75rem;
  margin-top: clamp(1.2rem, 2vw, 1.9rem);
}

.contacts-socials a {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0d1015;
  border-radius: var(--radius);
  transition: transform 240ms var(--ease), background-color 240ms var(--ease);
}

.contacts-socials a:hover,
.contacts-socials a:focus {
  background: var(--brand);
  transform: translateY(-3px);
}

.contacts-socials img {
  width: 52%;
  height: 52%;
  object-fit: contain;
}

.contacts-requisites {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(1.8rem, 4vw, 4.6rem);
  width: min(100%, 1180px);
  margin: 0 auto;
}

.contacts-requisites dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.contacts-requisites dl div {
  display: grid;
  grid-template-columns: minmax(92px, 0.32fr) minmax(0, 1fr);
  gap: 1rem;
  padding: clamp(0.9rem, 1.4vw, 1.2rem) 0;
  border-bottom: 1px solid rgba(7, 7, 7, 0.1);
}

.contacts-requisites dt {
  color: rgba(7, 7, 7, 0.44);
  font-size: 0.82rem;
  font-weight: 650;
  text-transform: uppercase;
}

.contacts-requisites dd {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.2vw, 1.22rem);
  font-weight: 500;
  line-height: 1.24;
}

.contacts-requisites a {
  color: var(--brand);
}

.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 0.72rem;
  margin-bottom: 0.95rem;
  color: rgba(7, 7, 7, 0.64);
  font-size: clamp(0.86rem, 0.95vw, 0.98rem);
  font-weight: 450;
  line-height: 1.34;
  cursor: pointer;
}

.consent-check__input {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.08rem;
  accent-color: var(--brand);
}

.consent-check a {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.contacts-footer {
  padding-top: clamp(2.4rem, 5vw, 4.8rem);
  padding-bottom: clamp(2.4rem, 5vw, 4.8rem);
}

.contacts-footer .footer-data-grid {
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(0.9rem, 1.8vw, 1.6rem);
  align-items: start;
}

.contacts-footer .footer-accreditation,
.contacts-footer .footer-docs {
  padding: clamp(1rem, 1.7vw, 1.45rem);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.2);
}

.contacts-footer .footer-accreditation {
  gap: 0.9rem;
}

.contacts-footer .footer-accreditation img {
  aspect-ratio: 16 / 5.2;
}

.contacts-footer .footer-docs a {
  min-height: 40px;
  padding: 0.58rem 0;
}

@media (max-width: 991.98px) {
  .contacts-hero-actions,
  .contacts-page-grid,
  .contacts-requisites {
    grid-template-columns: 1fr;
  }

  .contacts-info-card--main {
    min-height: auto;
  }

  .contacts-page .text-contacts-section > .container > .row {
    gap: clamp(1.2rem, 4vw, 2rem) !important;
  }

  .contacts-page .contacts-form-panel {
    margin-top: 0;
  }

  .contacts-footer .footer-data-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .contacts-page .text-contacts-section {
    min-height: 100svh;
    padding-bottom: clamp(3rem, 6vw, 6rem);
  }

  /* Ряд чуть выше вьюпорта — иначе у sticky-заголовка нет хода
     и «прилипание» не видно. Без запаса в сотни пикселей: форма
     стала компактной и под ней оставалась большая пустота. */
  .contacts-page .text-contacts-section > .container > .row {
    min-height: calc(100svh - var(--header-height));
    align-items: stretch;
  }

  /* Правка 19.08.2026 — заголовок «Обсудим проект?» фиксируется при скролле.
     Колонка должна растягиваться на всю высоту ряда: со свойством
     align-self: flex-start её высота равнялась высоте самого заголовка,
     и sticky фактически не работал — заголовок уезжал вместе с формой. */
  .contacts-page .contacts-form-copy {
    align-self: stretch;
    min-height: 0;
  }

  .contacts-page .contacts-form-copy__sticky {
    position: sticky;
    top: calc(var(--header-height) + clamp(1.4rem, 3vw, 3rem));
    z-index: 2;
    padding-top: clamp(0.8rem, 2.4vh, 2rem);
  }

  /* Форму центрируем по высоте блока: после исправления внутреннего ряда
     она стала компактнее, и прежний margin-top в 9–15rem оставлял
     большую пустоту под ней. */
  .contacts-page .contacts-form-panel {
    display: flex;
    align-self: center;
    justify-content: flex-end;
    margin-top: 0;
    padding-bottom: 0 !important;
  }

  .contacts-page .text-contacts-section .contact-form {
    width: min(100%, 680px);
  }
}

@media (max-width: 575.98px) {
  .contacts-hero-actions a {
    min-height: 86px;
    font-size: clamp(1.08rem, 7vw, 1.55rem);
  }

  .contacts-info-card h2,
  .contacts-requisites h2 {
    font-size: clamp(1.45rem, 8vw, 2.4rem);
  }

  .contacts-requisites dl div {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .contacts-hero-card h1 {
    font-size: clamp(1.55rem, 8vw, 2.35rem);
    line-height: 1.04;
  }
}

/* Mobile consistency pass. */
@media (max-width: 991.98px) {
  .site-header--figma-fixed,
  .case-main-header {
    padding: 12px 14px 0 !important;
  }
  .site-header--figma-fixed .hero-orange-header--fixed,
  .case-main-header__bar,
  .intro-sequence-header {
    min-height: 54px;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 0 !important;
  }
  .intro-sequence-header {
    inset: 12px 14px auto !important;
    width: auto;
    line-height: 1;
  }
  .site-header--figma-fixed .hero-orange-brand,
  .case-main-header .hero-orange-brand,
  .intro-sequence .hero-orange-brand {
    min-height: 54px;
    display: inline-flex;
    align-items: center !important;
    align-self: center !important;
    justify-content: flex-start;
    margin: 0;
  }
  .site-header--figma-fixed .hero-orange-brand img,
  .case-main-header .hero-orange-brand img,
  .intro-sequence .hero-orange-brand img {
    width: clamp(116px, 34vw, 152px);
    display: block;
  }
  .site-header--figma-fixed .hero-orange-brand span,
  .case-main-header .hero-orange-brand span,
  .intro-sequence .hero-orange-brand span,
  .site-header--figma-fixed .hero-orange-social,
  .case-main-header .hero-orange-social,
  .intro-sequence .hero-orange-social,
  .site-header--figma-fixed .hero-orange-link,
  .case-main-header .hero-orange-link,
  .intro-sequence .hero-orange-link {
    display: none !important;
  }
  .site-header--figma-fixed .hero-orange-nav,
  .case-main-header .hero-orange-nav,
  .intro-sequence .hero-orange-nav {
    min-height: 54px;
    display: flex;
    align-items: center !important;
    justify-content: flex-end;
    align-self: center !important;
    margin-left: auto;
  }
  .hero-orange-menu,
  .intro-sequence .hero-orange-menu,
  .case-main-header .hero-orange-menu,
  .site-header--figma-fixed .hero-orange-menu {
    width: 52px;
    min-width: 52px;
    height: 52px;
    min-height: 52px;
    display: grid;
    place-items: center;
    align-self: center !important;
    padding: 0;
    line-height: 0;
    transform: none !important;
  }
  .hero-orange-menu img,
  .intro-sequence .hero-orange-menu img,
  .case-main-header .hero-orange-menu img,
  .site-header--figma-fixed .hero-orange-menu img {
    width: 52px;
    height: 52px;
    display: block;
    object-fit: contain;
  }
  .intro-sequence-text p,
  .intro-sequence-text .hero-title-typed {
    margin-top: clamp(8px, 1.4svh, 14px);
    font-size: clamp(1.05rem, 5.65vw, 2.05rem);
    line-height: 0.96;
  }
  .intro-sequence-visual--video.hero-video-orb {
    top: clamp(188px, 32svh, 310px);
    width: clamp(182px, 48vw, 286px);
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .intro-sequence {
    min-height: 300svh !important;
  }
  .intro-sequence-word {
    top: clamp(76px, 10svh, 104px);
    height: clamp(72px, 11svh, 108px);
  }
  .intro-sequence-copy {
    top: clamp(318px, 54svh, 455px);
    bottom: auto;
    min-height: clamp(112px, 17svh, 148px);
  }
  .intro-sequence-text h1,
  .intro-sequence-text h2 {
    font-size: clamp(1.82rem, 8.4vw, 3.25rem);
    line-height: 0.92;
  }
  .intro-sequence-actions {
    bottom: clamp(18px, 3.2svh, 30px);
  }
  .intro-sequence-visual--girl {
    top: clamp(78px, 13svh, 126px);
    right: -12vw;
    width: min(92vw, 600px);
  }
  .intro-sequence-visual--man {
    top: clamp(86px, 14svh, 138px);
    width: min(74vw, 430px);
  }
  .intro-sequence[data-intro-active="1"] .intro-sequence-copy {
    top: clamp(326px, 55svh, 462px);
  }
  .intro-sequence[data-intro-active="2"] .intro-sequence-copy {
    top: clamp(342px, 56svh, 482px);
  }
}

@media (max-width: 575.98px) {

  .text-page .text-hero-card h1 {
    font-size: clamp(1.08rem, 5.6vw, 1.65rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
}

.case-detail-page [data-image-zoom] {
  cursor: pointer;
}

.case-detail-page [data-image-zoom]:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 4px;
}

.image-zoom-modal {
  z-index: 2200;
}

/* Keep the intro header aligned on mobile: logo left, burger right. */
@media (max-width: 991.98px) {
  .intro-sequence .intro-sequence-header.hero-orange-header {
    position: absolute !important;
    top: 12px !important;
    right: 14px !important;
    left: 14px !important;
    width: auto !important;
    min-height: 54px !important;
    display: grid !important;
    grid-template-columns: auto auto !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  .intro-sequence .intro-sequence-header .hero-orange-brand {
    grid-column: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 54px !important;
    margin: 0 !important;
    transform: none !important;
  }

  .intro-sequence .intro-sequence-header .hero-orange-brand img {
    width: clamp(116px, 34vw, 152px) !important;
    max-width: none !important;
  }

  .intro-sequence .intro-sequence-header .hero-orange-nav {
    grid-column: 2 !important;
    justify-self: end !important;
    align-self: center !important;
    width: auto !important;
    min-width: 52px !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    transform: none !important;
  }

  .intro-sequence .intro-sequence-header .hero-orange-menu {
    position: relative !important;
    inset: auto !important;
    justify-self: end !important;
    align-self: center !important;
    margin: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .intro-sequence .intro-sequence-header.hero-orange-header {
    top: 10px !important;
    right: 12px !important;
    left: 12px !important;
  }

  .intro-sequence .intro-sequence-header .hero-orange-brand img {
    width: clamp(108px, 31vw, 134px) !important;
  }
}

/* Shared mobile header alignment for fixed and inner-page headers. */
@media (max-width: 991.98px) {
  .site-header--figma-fixed {
    padding-inline: clamp(18px, 5vw, 28px) !important;
  }

  .site-header--figma-fixed .hero-orange-header--fixed,
  .case-main-header .case-main-header__bar {
    width: 100% !important;
    min-height: 54px !important;
    display: grid !important;
    grid-template-columns: auto auto !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 0 !important;
  }

  .site-header--figma-fixed .hero-orange-brand,
  .case-main-header .hero-orange-brand {
    grid-column: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 54px !important;
    margin: 0 !important;
    transform: none !important;
  }

  .site-header--figma-fixed .hero-orange-brand img,
  .case-main-header .hero-orange-brand img {
    width: clamp(116px, 34vw, 152px) !important;
    max-width: none !important;
  }

  .site-header--figma-fixed .hero-orange-nav,
  .case-main-header .hero-orange-nav {
    grid-column: 2 !important;
    justify-self: end !important;
    align-self: center !important;
    width: auto !important;
    min-width: 52px !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    transform: none !important;
  }

  .site-header--figma-fixed .hero-orange-menu,
  .case-main-header .hero-orange-menu {
    position: relative !important;
    inset: auto !important;
    justify-self: end !important;
    align-self: center !important;
    margin: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .site-header--figma-fixed .hero-orange-brand img,
  .case-main-header .hero-orange-brand img {
    width: clamp(108px, 31vw, 134px) !important;
  }
}

/* Mobile header descriptor. */
@media (max-width: 991.98px) {
  .intro-sequence .intro-sequence-header .hero-orange-brand,
  .site-header--figma-fixed .hero-orange-brand,
  .case-main-header .hero-orange-brand {
    gap: clamp(7px, 2vw, 10px) !important;
  }

  .intro-sequence .intro-sequence-header .hero-orange-brand span,
  .site-header--figma-fixed .hero-orange-brand span,
  .case-main-header .hero-orange-brand span {
    display: block !important;
    max-width: 98px !important;
    color: #0d1015 !important;
    font-family: "Roboto Flex", var(--font-display) !important;
    font-size: clamp(0.48rem, 1.95vw, 0.62rem) !important;
    font-weight: 760 !important;
    font-variation-settings: "wdth" 151, "wght" 760 !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
  }

  .site-menu__brand span {
    color: #ffffff !important;
  }
}

@media (max-width: 575.98px) {
  .intro-sequence .intro-sequence-header .hero-orange-brand img,
  .site-header--figma-fixed .hero-orange-brand img,
  .case-main-header .hero-orange-brand img {
    width: clamp(94px, 28vw, 118px) !important;
  }

  .intro-sequence .intro-sequence-header .hero-orange-brand span,
  .site-header--figma-fixed .hero-orange-brand span,
  .case-main-header .hero-orange-brand span {
    max-width: 86px !important;
    font-size: clamp(0.42rem, 1.85vw, 0.52rem) !important;
  }
}

/* Larger first-screen video orb. */
.intro-sequence[data-intro-active="0"] .intro-sequence-visual--video.hero-video-orb,
.intro-sequence:not([data-intro-active]) .intro-sequence-visual--video.hero-video-orb {
  width: clamp(375px, 28.5vw, 548px) !important;
}

@media (max-width: 1199.98px) {
  .intro-sequence[data-intro-active="0"] .intro-sequence-visual--video.hero-video-orb,
  .intro-sequence:not([data-intro-active]) .intro-sequence-visual--video.hero-video-orb {
    width: clamp(336px, 37.5vw, 459px) !important;
  }
}

@media (max-width: 991.98px) {
  .intro-sequence[data-intro-active="0"] .intro-sequence-visual--video.hero-video-orb,
  .intro-sequence:not([data-intro-active]) .intro-sequence-visual--video.hero-video-orb {
    width: clamp(228px, 60vw, 358px) !important;
  }
}

/* Горизонтальный габарит на мобильных.
   Используем именно overflow-x: clip, а не hidden: hidden превращает элемент
   в скролл-контейнер и ломает position: sticky у вложенных сцен. */
@media (max-width: 575.98px) {
  .work-section,
  .stats-band,
  .releases-section,
  .showcase-section,
  .services-section,
  .awards-section,
  .clients-list-section,
  .reviews-section,
  .contacts-section,
  .site-footer {
    max-width: 100vw;
    overflow-x: clip;
  }
}

/* ==========================================================================
   Правка 19.08.2026 — страховка от горизонтального скролла.
   Основной клип задан в intro-sequence.css (html { overflow-x: clip }).
   Здесь дополнительно запрещаем корневым блокам вырастать шире вьюпорта:
   свойства overflow не трогаем, чтобы не сломать position: sticky у интро-сцены.
   ========================================================================== */
html,
body {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .stats-band,
  .stats-band > .container,
  .client-row,
  .clients-list-section,
  .clients-list-stage {
    max-width: 100%;
  }
}

/* ==========================================================================
   Правка 20.08.2026 — блок «Услуги и цены» на мобильных.

   Симптом: заголовок, чипы и карточки цен уезжали за правый край экрана,
   текст оказывался вплотную к краю тёмной подложки.

   Причина. .process-layout — это grid, а у элементов grid и flex по умолчанию
   min-width: auto. Значит колонка не может стать уже, чем самое длинное
   неразрывное слово внутри неё. Самое длинное — «ИНТЕРНЕТ-МАГАЗИН» в
   заголовке карточки: при ширине экрана 375-440 px запас до переполнения
   всего 36-65 px. На iOS Safari к этому добавляется автоувеличение текста
   (text inflation) — оно поднимает мелкий текст на 10-20%, запас
   съедается, колонка распирается шире вьюпорта и утаскивает за собой
   и чипы, и карточки.

   Лечим обе стороны: запрещаем автоувеличение и снимаем min-width: auto,
   а длинным словам разрешаем переноситься.
   ========================================================================== */

/* 1. iOS Safari больше не масштабирует текст по своему усмотрению.
   На возможность зумить страницу пальцами это не влияет. */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* 2. Ни один элемент раскладки услуг не может распереть колонку.
   min-width: 0 отменяет min-width: auto, которое grid и flex ставят детям. */
.process-layout,
.process-layout > *,
.process-lead,
.process-list,
.process-card,
.process-copy,
.process-summary,
.process-manager {
  min-width: 0;
  max-width: 100%;
}

/* 3. Длинные слова переносим, а не выпускаем за край. */
.process-lead h2,
.process-card h3,
.process-manager p,
.process-summary strong {
  overflow-wrap: break-word;
}

@media (max-width: 991.98px) {
  /* Чипы «Сайты / Магазины / Web-сервисы»: гарантируем перенос
     и не даём отдельному чипу оказаться шире контейнера. */
  .services-section .process-summary {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .services-section .process-summary strong {
    max-width: 100%;
    min-width: 0;
  }

  /* Кегль заголовка карточки визуально прежний (8vw), но нижняя граница
     clamp опущена с 1.9rem до 1.35rem. Раньше при увеличенном системном
     шрифте побеждала именно нижняя граница в rem и заголовок разрастался;
     теперь размер всегда определяет ширина экрана. */
  .services-section .process-card h3,
  .services-section .process-copy h3 {
    font-size: clamp(1.35rem, 8vw, 3.2rem);
    hyphens: auto;
  }
}

/* 4. Колонки самих grid-контейнеров тоже должны уметь сжиматься.
   minmax(0, 1fr) отменяет автоматический минимум по самому длинному слову:
   без этого длинное «УСЛУГИ» в заголовке распирало колонку изнутри,
   и max-width: 100% у детей уже не спасал. */
.process-lead,
.process-list,
.process-copy {
  grid-template-columns: minmax(0, 1fr);
}
