/*
 * Композиция блоков по итоговому PDF.
 * В этом слое намеренно нет переопределений шрифтов и keyframes:
 * типографика и вся существующая анимационная система остаются исходными.
 */

:root {
  --pdf-light: #f7f5fb;
  --pdf-stripe: rgba(52, 21, 111, .035);
  --pdf-dark-stripe: rgba(255, 255, 255, .03);
}

/* 01. «Всё, что нужно бренду»: статичная композиция из макета, без направляющих. */
.cycle {
  height: auto;
  background-color: var(--pdf-light);
  background-image: none;
}
.cycle__pin {
  position: static;
  height: auto;
  padding: clamp(84px, 9vw, 140px) 0 clamp(90px, 10vw, 156px);
  background: transparent;
}
.cycle__space {
  width: min(1180px, calc(100% - 2 * var(--pad)));
  height: auto;
  margin-inline: auto;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(38px, 7vw, 120px);
  row-gap: clamp(54px, 6vw, 88px);
}
.cycle__text {
  position: static;
  grid-column: 1 / -1;
  width: auto;
  max-width: 980px;
  margin: 0;
  transform: none !important;
}
.cycle__eyebrow,
.cycle__title,
.cycle__lead {
  opacity: 1 !important;
  transform: none !important;
}
.cycle__title-a {
  color: #4b10cf;
  background: none;
  -webkit-text-fill-color: currentColor;
}
.cycle__lead { width: min(620px, 100%); }
.cstep {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  margin: 0;
  opacity: 1 !important;
  transform: none !important;
}
.cstep__ball {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 0 28px;
  opacity: 1 !important;
  transform: none !important;
}
.cstep__name { margin: 0 0 10px; }

/* Каталог: компактные орбиты за изделием, все ядра идут по часовой стрелке. */
.viz__orbits .vorb--inner { width: 58%; }
.viz__orbits .vorb--mid { width: 88%; }
.viz__orbits .vorb__orb {
  animation-name: vorbCW !important;
}
.viz__orbits .vorb__orb::before {
  top: calc(var(--sz) * -.36);
  width: calc(var(--sz) * .72);
  height: calc(var(--sz) * .72);
  margin-left: calc(var(--sz) * -.36);
  animation-name: vorbCCW !important;
}

@media (max-width: 900px) {
  .cycle__space {
    width: min(100% - 2 * var(--pad), 680px);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }
  .cycle__text {
    grid-column: 1;
    order: initial;
    margin-bottom: 8px;
  }
  .cstep {
    display: block;
  }
  .cstep + .cstep { margin-top: 0; }
  .cstep__ball {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
  }
  .mobile-tech-preview__orbit { width: 108%; }
  .mobile-tech-preview__orbit--inner { width: 70%; }
  .mobile-tech-preview__core--a { --core-size: 24px; }
  .mobile-tech-preview__core--b {
    --core-size: 18px;
    animation-name: orbitCoreCW;
  }
}

/* 03. Производство: заголовок сверху, широкая живая фотосцена и четыре вкладки. */
.labcore {
  background-color: var(--pdf-light);
  background-image: none;
}
.labcore #prod-title { color: #4b10cf; }
.production-slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  margin-top: clamp(58px, 7vw, 96px);
}
.production-slider__tabs {
  position: absolute;
  z-index: 7;
  left: 50%;
  right: auto;
  top: 22px;
  width: min(1160px, calc(100% - 80px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}
.production-tab {
  position: relative;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 24px 10px 74px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: var(--pill);
  background: rgba(255, 255, 255, .25);
  box-shadow: 0 12px 26px -16px rgba(30, 8, 64, .7);
  backdrop-filter: blur(15px);
}
.production-tab span {
  position: absolute;
  left: -10px;
  top: 50%;
  width: 68px;
  height: 68px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: radial-gradient(circle at 28% 23%, #fff 0 3%, #ff9c42 10%, #e2661b 27%, #8428c5 57%, #240762 78%);
  box-shadow: 0 8px 18px -8px rgba(36, 7, 98, .9);
}
.production-tab.is-active {
  color: var(--ink);
  border-color: #fff;
  background: rgba(255, 255, 255, .38);
}
.production-slider__copy {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
}
.production-slider__visual {
  min-height: 0;
  aspect-ratio: 1672 / 941;
  border-radius: 0;
  background: #ddd7e8;
  box-shadow: none;
}
.production-slide {
  background: none;
}
.production-slide img {
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 1;
  object-fit: cover;
}
.production-slide--dtf img { object-position: 24% 52%; }
.production-slide--carousel img { object-position: 52% 50%; }
.production-slide--dryer img { object-position: 72% 52%; }
.production-slide--control img { object-position: 92% 54%; }
.production-slider__reveal {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: -92%;
  width: 145%;
  aspect-ratio: 2.5 / 1;
  border-radius: 50%;
  background: var(--pdf-light);
  transform: translateX(-50%) scale(var(--production-circle, 0));
  transform-origin: 50% 100%;
  will-change: transform;
  pointer-events: none;
}

/* 04. Pantone: чистая светлая плоскость, три тезиса и лабораторная колба. */
.mix {
  isolation: isolate;
  margin-top: 0;
  background-color: var(--pdf-light);
  background-image: none;
}
.mix::before,
.mix::after {
  display: none;
}
.mix__grid {
  max-width: 1400px;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: clamp(48px, 4vw, 72px);
}
.mix__text {
  grid-column: 1;
  grid-row: 1;
  max-width: 660px;
}
.mix__eyebrow::after { display: none; }
.mix__title,
.mix__title span { color: #4b10cf; }
.mix__visual {
  grid-column: 2;
  grid-row: 1;
  order: initial;
}
.mix__steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  max-width: 540px;
  margin-top: 34px;
}
.mix__step,
.mix__step.is-on,
.mix__step.is-past {
  position: relative;
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 14px 24px 14px 82px;
  border: 1px solid rgba(255, 255, 255, .94);
  border-radius: var(--pill);
  background: rgba(239, 237, 241, .88);
  box-shadow: 0 14px 24px -17px rgba(28, 8, 68, .65);
}
.mix__step::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 28% 23%, #fff 0 3%, #ff9c42 10%, #e2661b 27%, #8428c5 57%, #240762 78%);
  box-shadow: 0 9px 18px -8px rgba(36, 7, 98, .86);
}
.mix__step-name {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: clamp(.94rem, 1.2vw, 1.12rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}
.mix__step:nth-child(n + 4),
.mix__step-text,
.mix__outro,
.beaker,
.mix__tags { display: none; }
.mix__visual { min-height: min(72svh, 740px); }
.mix__stage { overflow: visible; }
.pantone-flask { z-index: 4; }
.pantone-fan,
.pantone-flask__dropper,
.pantone-flask__stream { display: none; }
.pantone-fan i {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72px;
  height: 230px;
  margin-left: -36px;
  border: 5px solid #fff;
  border-radius: 5px;
  background:
    linear-gradient(var(--fan-color), var(--fan-color)) 8px 52px / calc(100% - 16px) 54px no-repeat,
    repeating-linear-gradient(180deg, rgba(37, 18, 70, .14) 0 2px, transparent 2px 10px),
    #fff;
  box-shadow: 0 12px 24px -18px rgba(25, 7, 56, .7);
  transform-origin: 50% 94%;
  transform: rotate(var(--fan-angle));
}

/* 05. КП: круг закрывает светлый экран, затем закреплённая сцена собирается по скроллу. */
.offer {
  height: 360vh;
  min-height: 0;
  --wipe-shift: 0%;
  --offer-content: 0;
  background-color: #25086f;
  background-image:
    radial-gradient(circle at 74% 26%, rgba(38, 34, 255, .76), transparent 38%),
    radial-gradient(circle at 28% 78%, rgba(110, 40, 190, .54), transparent 42%),
    linear-gradient(122deg, #2f0b73 0%, #2910a8 58%, #1618a7 100%);
}
.offer::before { display: none; }
.offer__pin {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  padding: clamp(150px, 18vh, 210px) 0 clamp(28px, 4vh, 52px);
}
.offer__wipe {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: max(190vw, 190vh);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--pdf-light);
  transform: translate(-50%, calc(-50% - var(--wipe-shift)));
  pointer-events: none;
  will-change: transform;
}
.offer__inner {
  z-index: 3;
  max-width: 1400px;
  grid-template-columns: minmax(410px, .9fr) minmax(520px, 1.1fr);
  gap: clamp(42px, 5vw, 78px);
  opacity: var(--offer-content);
  transform: translateY(calc((1 - var(--offer-content)) * 30px));
  will-change: opacity, transform;
}
.offer .scheme,
.offer__strong,
.offer__note { display: none; }
.offer__pin .offer__title {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 3.6vw, 4.25rem);
  line-height: 1.02;
}
.offer__pin .offer__eyebrow {
  margin-bottom: 24px;
  font-size: clamp(.82rem, 1.15vw, 1.08rem);
}
.offer__pin .offer__text { max-width: 590px; }
.offer__pin .offer__text p {
  font-size: clamp(.94rem, 1.2vw, 1.12rem);
  line-height: 1.55;
}
.offer__pin .offer__text p + p { margin-top: 24px; }
.dayx {
  position: relative;
  width: 100%;
  height: clamp(410px, 58vh, 590px);
  text-align: initial;
}
.dayx__num {
  position: absolute;
  z-index: 1;
  left: 57%;
  top: 58%;
  display: block;
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, .82);
  font-size: clamp(8rem, 16vw, 15rem);
  font-weight: 500;
  transform: translate(-50%, -50%) scale(var(--num-s, .78)) !important;
  opacity: var(--num-o, 0) !important;
}
.dayx__ring {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 54%;
  display: block;
  width: 92%;
  height: 58%;
  margin: 0;
  border: 2px solid rgba(255, 255, 255, .58);
  border-radius: 50%;
  opacity: var(--ring-o, 0);
  transform: translate(-50%, -50%) rotate(-28deg) scale(var(--ring-s, .84));
  filter: drop-shadow(0 0 9px rgba(255, 255, 255, .18));
  will-change: opacity, transform;
}
.dayx__sphere {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 54%;
  display: block;
  width: 46px;
  height: 46px;
  margin: -23px 0 0 -23px;
  opacity: var(--sphere-o, 0);
}
.dayx__cards,
.dayx__done { display: none; }
.dayx__timeline {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}
.dayx__time {
  position: absolute;
  display: block;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(.9rem, 1.25vw, 1.16rem);
  font-weight: 600;
  line-height: 1.22;
  opacity: var(--v, 0);
  transform: translateY(calc((1 - var(--v, 0)) * 16px));
  will-change: opacity, transform;
}
.dayx__time b {
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.1vw, 3.35rem);
  font-weight: 500;
  line-height: 1;
}
.dayx__time--request { left: 1%; top: 65%; }
.dayx__time--calc { left: 23%; top: 41%; }
.dayx__time--check { left: 52%; top: 17%; }
.dayx__time--send { right: 2%; top: 1%; }

/* Нижняя часть - единая тёмная полосатая плоскость без цветовых швов. */
.visitus,
.faq,
.quiz {
  background-color: #240762;
  background-image: repeating-linear-gradient(90deg, var(--pdf-dark-stripe) 0 54px, transparent 54px 108px);
}
.visitus {
  padding-top: clamp(70px, 8vw, 120px);
  padding-bottom: clamp(70px, 8vw, 120px);
}
.visitus__grid {
  grid-template-columns: minmax(520px, 1.65fr) minmax(320px, .75fr);
  align-items: stretch;
}
.visitus__cosmos {
  min-height: 0;
  /* Высоту задаёт общая строка grid, поэтому фото и карточка совпадают
     по верхней и нижней границе и не наезжают друг на друга. */
  aspect-ratio: auto;
  height: 100%;
  border-radius: 24px;
}
.visitus__cosmos::after { display: none; }
.visitus__cosmos > img {
  opacity: 1;
  filter: none;
}
.visitus .vcard {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.visitus .vcard__actions { margin-top: auto; }
.faq { padding-top: clamp(70px, 8vw, 120px); }
.faq__wrap { gap: 12px; }
.quiz {
  min-height: 100svh;
  padding-top: clamp(70px, 8vw, 120px);
}
.quiz__box {
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.quiz__box > .glowfield { display: none; }

@media (max-width: 1000px) {
  .production-slider__tabs {
    left: 50%;
    right: auto;
    top: 14px;
    width: calc(100% - 32px);
    transform: translateX(-50%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 20px;
  }
  .production-slider__visual {
    order: initial;
    min-height: 0;
    border-radius: 0;
  }
  .mix__grid { grid-template-columns: minmax(0, 1fr); }
  .mix__text { grid-column: 1; grid-row: 1; }
  .mix__visual { grid-column: 1; grid-row: 2; min-height: min(66svh, 620px); }
  .offer { height: auto; }
  .offer__pin {
    position: static;
    height: auto;
    padding-top: 150px;
  }
  .offer__wipe {
    top: 0;
    width: 150%;
    height: 150px;
    aspect-ratio: auto;
    border-radius: 0 0 50% 50%;
    transform: translate(-50%, -58%);
  }
  .offer__inner {
    opacity: 1;
    transform: none;
  }
  .offer__inner { grid-template-columns: minmax(0, 1fr); }
  .dayx { height: clamp(340px, 72vw, 520px); }
  .visitus__grid { grid-template-columns: minmax(0, 1fr); }
  .visitus__cosmos { aspect-ratio: 16 / 9; }
}

@media (max-width: 620px) {
  .cycle__text { max-width: none; }
  .production-slider { margin-top: 54px; }
  .production-slider__tabs { gap: 10px 14px; }
  .production-tab {
    min-height: 52px;
    justify-content: flex-start;
    padding: 6px 8px 6px 48px;
  }
  .production-tab span {
    left: -4px;
    width: 44px;
    height: 44px;
  }
  .production-slider__visual {
    aspect-ratio: .92 / 1;
    border-radius: 0;
  }
  .production-slider__reveal { bottom: -72%; width: 180%; }
  .production-slide img { object-position: 50% 50%; }
  .mix__pin { padding-top: 72px; padding-bottom: 72px; }
  .mix__visual { min-height: 470px; }
  .pantone-fan {
    left: 18%;
    bottom: 17%;
    width: 150px;
    height: 190px;
  }
  .pantone-fan i {
    width: 52px;
    height: 168px;
    margin-left: -26px;
  }
  .dayx {
    --rx: min(38vw, 150px);
    --ry: min(25vw, 100px);
  }
  .dayx__time--request { left: 0; }
  .dayx__time--calc { left: 16%; }
  .dayx__time--check { left: 44%; }
  .dayx__time--send { right: 2%; }
  .visitus__cosmos { aspect-ratio: 1.35 / 1; }
}

/* ============================================================
   05-06 - шоурум и заявка по финальному макету
   ============================================================ */
.visitus {
  color: #fff;
  padding: clamp(84px, 7.5vw, 126px) 0 clamp(92px, 8vw, 138px);
  background-color: #241089;
  background-image:
    radial-gradient(circle at 48% 27%, rgba(171, 132, 223, .5) 0, rgba(112, 72, 194, .25) 25%, transparent 43%),
    radial-gradient(circle at 79% 56%, rgba(13, 28, 232, .76) 0, rgba(28, 23, 181, .42) 30%, transparent 56%),
    linear-gradient(112deg, #351484 0%, #2c138a 43%, #1713b2 100%);
}
.visitus__particles { opacity: .16; }
.visitus__inner { max-width: 1560px; }
.visitus__eyebrow {
  margin-bottom: 24px;
  color: #fff;
  font-family: var(--font-body);
  font-size: clamp(.95rem, 1.2vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.visitus__title {
  max-width: none;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(3.2rem, 5.5vw, 6.15rem);
  font-weight: 400;
  line-height: .98;
}
.visitus__sub {
  max-width: 780px;
  margin-bottom: clamp(52px, 5.5vw, 82px);
  color: #fff;
  font-size: clamp(1.1rem, 1.55vw, 1.55rem);
  line-height: 1.32;
}
.visitus__grid {
  grid-template-columns: minmax(620px, 1.62fr) minmax(430px, .92fr);
  gap: clamp(40px, 4vw, 70px);
  align-items: stretch;
}
.visitus__cosmos {
  height: 100%;
  min-height: 440px;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 38px;
  background: #2b1555;
  box-shadow: 0 20px 46px rgba(9, 4, 68, .2);
}
.visitus__cosmos > img {
  opacity: 1;
  filter: none;
  animation: none;
}
.visitus .vcard {
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.visitus .vcard__row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  margin: 0;
  padding: 18px 4px;
  border-color: rgba(255, 255, 255, .24);
  font-size: clamp(1rem, 1.25vw, 1.27rem);
  line-height: 1.35;
}
.visitus .vcard__row span {
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.visitus .vcard__row b {
  color: #fff;
  font-weight: 400;
  text-align: left;
}
.visitus .vcard__actions {
  display: grid;
  gap: 18px;
  margin-top: auto;
  padding-top: 24px;
}
.visitus .vcard__route,
.visitus .vcard__map {
  display: flex;
  width: 100%;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-weight: 600;
  text-align: center;
}
.visitus .vcard__route {
  border: 0;
  color: #15121b;
  background: #fff;
  box-shadow: 0 14px 30px rgba(8, 5, 70, .23);
}
.visitus .vcard__map {
  border: 2px solid rgba(255, 255, 255, .95);
  color: #fff;
  background: rgba(255, 255, 255, .27);
  box-shadow: 0 14px 30px rgba(8, 5, 70, .15);
}

.quiz {
  min-height: 100svh;
  display: block;
  padding: clamp(128px, 11vw, 190px) 0 clamp(100px, 9vw, 150px);
  color: #fff;
  background-color: #240762;
  background-image:
    radial-gradient(circle at 42% 34%, rgba(92, 42, 165, .32), transparent 38%),
    linear-gradient(110deg, #260765 0%, #270768 54%, #23065e 100%);
}
.quiz__particles { opacity: .18; }
.quiz__inner { max-width: 1470px; }
.quiz__eyebrow {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .86);
  font-family: var(--font-body);
  font-size: clamp(.9rem, 1.15vw, 1.2rem);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.quiz__title {
  max-width: none;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(3.1rem, 5.2vw, 5.8rem);
  font-weight: 400;
  line-height: .98;
}
.quiz__sub {
  max-width: 780px;
  margin-bottom: clamp(46px, 5vw, 70px);
  color: rgba(255, 255, 255, .93);
  font-size: clamp(1.05rem, 1.55vw, 1.52rem);
  line-height: 1.28;
}
.quiz__chevron {
  position: absolute;
  z-index: 2;
  right: 28px;
  top: 43%;
  width: 18px;
  height: 18px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}
.quiz__box {
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.quiz__bar {
  height: 7px;
  border-radius: 0;
  background: rgba(255, 255, 255, .24);
}
.quiz__bar-fill {
  border-radius: 0;
  background: rgba(255, 255, 255, .82);
}
.quiz__count {
  margin: 16px 0 8px;
  color: rgba(255, 255, 255, .8);
  font-family: var(--font-body);
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
}
.q-q {
  margin-bottom: 22px;
  font-size: clamp(1.8rem, 2.45vw, 2.65rem);
  font-weight: 400;
  line-height: 1;
}
.quiz .q-opts--grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 32px;
}
.quiz .q-opt {
  min-height: 88px;
  padding: 18px 50px;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 999px;
  color: rgba(255, 255, 255, .84);
  background: rgba(255, 255, 255, .13);
  font-size: clamp(.95rem, 1.15vw, 1.15rem);
}
.quiz .q-opt:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .2);
}
.quiz .q-opt.is-picked {
  color: #260765;
  background: #fff;
}
.quiz__planet {
  position: absolute;
  z-index: 1;
  left: clamp(-190px, -9vw, -110px);
  top: 16%;
  width: clamp(250px, 19vw, 360px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 70% 37%, rgba(255,255,255,.96) 0 2%, rgba(255,226,92,.9) 5%, transparent 11%),
    radial-gradient(circle at 78% 48%, #ff6c10 0 10%, #d42383 25%, #6917d0 52%, #210044 78%);
  box-shadow: 0 0 58px rgba(142, 42, 231, .58), inset -26px -20px 38px rgba(20, 0, 57, .42);
}
.quiz__orbit {
  z-index: 0;
  left: -13%;
  top: 4%;
  width: min(49vw, 760px);
  aspect-ratio: 2.2 / 1;
  border: 4px solid rgba(255, 255, 255, .18);
  transform: rotate(-18deg);
  filter: blur(4px);
  box-shadow: 0 0 16px rgba(255,255,255,.12);
}
.quiz__orbit--b {
  left: -12%;
  top: 7%;
  width: min(46vw, 710px);
  border-color: rgba(255, 255, 255, .25);
  transform: rotate(-11deg);
}
.quiz__orbit i::before {
  width: 54px;
  height: 54px;
  margin-left: -27px;
  top: -27px;
  background: radial-gradient(circle at 31% 25%, #fff 0 11%, #d8dce4 25%, #555b66 50%, #090b10 71%, #d9dce2 86%, #161820 100%);
  filter: blur(.35px) drop-shadow(0 0 12px rgba(255,255,255,.4));
}
.quiz__orbit--b i::before {
  width: 42px;
  height: 42px;
  margin-left: -21px;
  top: -21px;
  background: radial-gradient(circle, rgba(185,121,255,.9), rgba(107,45,210,.66) 45%, transparent 72%);
  filter: blur(7px);
}

@media (max-width: 1100px) {
  .visitus__grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(330px, .9fr);
    gap: 32px;
  }
  .visitus__cosmos { min-height: 390px; }
  .visitus .vcard__row { grid-template-columns: 125px minmax(0, 1fr); }
  .quiz .q-opt { padding-inline: 30px; }
}

@media (max-width: 820px) {
  .visitus { padding-block: 72px 84px; }
  .visitus__grid { grid-template-columns: minmax(0, 1fr); }
  .visitus__cosmos { min-height: 0; aspect-ratio: 16 / 10; }
  .visitus .vcard { min-height: 400px; }
  .quiz { padding-block: 110px 90px; }
  .quiz__planet { left: -150px; top: 9%; width: 260px; opacity: .82; }
  .quiz__orbit { left: -45%; top: 4%; width: 100vw; }
  .quiz__orbit--b { left: -42%; top: 7%; width: 90vw; }
  .quiz .q-opts--grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .quiz__chevron { top: 35%; }
}

@media (max-width: 560px) {
  .visitus__eyebrow,
  .quiz__eyebrow { margin-bottom: 12px; font-size: .88rem; }
  .visitus__title,
  .quiz__title { font-size: clamp(2.65rem, 13vw, 3.7rem); }
  .visitus__sub,
  .quiz__sub { margin-bottom: 42px; font-size: 1rem; }
  .visitus__cosmos { aspect-ratio: 1.25 / 1; border-width: 3px; border-radius: 25px; }
  .visitus .vcard { min-height: 390px; }
  .visitus .vcard__row {
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 12px;
    padding: 15px 0;
    font-size: .92rem;
  }
  .visitus .vcard__route,
  .visitus .vcard__map { min-height: 62px; font-size: .98rem; }
  .quiz { padding-top: 96px; }
  .quiz__planet { left: -138px; top: 7%; width: 230px; }
  .quiz__orbit { left: -76%; top: 3%; width: 150vw; }
  .quiz__orbit--b { left: -70%; top: 5%; width: 138vw; }
  .quiz__chevron { right: 8px; top: 31%; width: 13px; height: 13px; }
  .quiz .q-opts--grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .quiz .q-opt { min-height: 62px; padding: 15px 28px; }
}

/* ============================================================
   01 - последовательное раскрытие производственного цикла
   ============================================================ */
.cycle {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.cycle::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -18%;
  top: 20%;
  width: 48vw;
  min-width: 520px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(107, 8, 248, .13) 0, rgba(57, 2, 163, .055) 35%, transparent 68%);
  opacity: 0;
  transform: translate3d(-24%, 15%, 0) scale(.55);
  transition: opacity 1.2s ease, transform 1.7s cubic-bezier(.18, .8, .16, 1);
  pointer-events: none;
}
.cycle.is-cycle-revealed::before {
  opacity: 1;
  transform: translate3d(62%, -18%, 0) scale(1.35);
}
.cycle__pin {
  position: relative;
  z-index: 1;
}
.cycle__title-a {
  color: transparent;
  background: linear-gradient(96deg, #3902A3 0%, #6B08F8 100%);
  background-size: 180% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cycle__title-a,
.cycle__title-b {
  clip-path: inset(0 100% 0 0);
  transform: translateY(20px);
  transition:
    clip-path .95s cubic-bezier(.2, .72, .18, 1),
    transform .85s cubic-bezier(.2, .72, .18, 1);
}
.cycle__title-b { transition-delay: .18s; }
.cycle:not(.is-cycle-revealed) .cycle__eyebrow,
.cycle:not(.is-cycle-revealed) .cycle__lead {
  opacity: 0 !important;
  transform: translateY(18px) !important;
}
.cycle .cycle__eyebrow,
.cycle .cycle__lead {
  transition: opacity .72s ease, transform .82s cubic-bezier(.2, .72, .18, 1);
}
.cycle .cycle__lead { transition-delay: .46s; }
.cycle.is-cycle-revealed .cycle__eyebrow,
.cycle.is-cycle-revealed .cycle__lead {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.cycle.is-cycle-revealed .cycle__title-a,
.cycle.is-cycle-revealed .cycle__title-b {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}
.cycle.is-cycle-revealed .cycle__title-a {
  animation: cycleGradientDrift 4.6s ease-in-out 1.2s infinite alternate;
}
.cycle:not(.is-cycle-revealed) .cstep {
  opacity: 0 !important;
  transform: translateY(48px) scale(.975) !important;
}
.cycle .cstep {
  transition:
    opacity .72s ease,
    transform .9s cubic-bezier(.16, .78, .18, 1),
    filter .65s ease;
}
.cycle .cstep:nth-of-type(1) { transition-delay: .62s; }
.cycle .cstep:nth-of-type(2) { transition-delay: .84s; }
.cycle .cstep:nth-of-type(3) { transition-delay: 1.06s; }
.cycle.is-cycle-revealed .cstep {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}
.cycle:not(.is-cycle-revealed) .cstep__ball {
  opacity: 0 !important;
  transform: translate3d(-56px, -24px, 0) rotate(-24deg) scale(.42) !important;
  filter: blur(8px) drop-shadow(0 0 0 rgba(107, 8, 248, 0));
}
.cycle .cstep__ball {
  isolation: isolate;
  transition:
    opacity .45s ease,
    transform .9s cubic-bezier(.12, .86, .18, 1.18),
    filter .7s ease;
}
.cycle.is-cycle-revealed .cstep__ball {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) rotate(0) scale(1) !important;
  filter: blur(0) drop-shadow(0 14px 20px rgba(57, 2, 163, .3));
}
.cycle .cstep__ball::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -12px;
  border: 1.5px solid rgba(107, 8, 248, .42);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.55);
  pointer-events: none;
}
.cycle.is-cycle-revealed .cstep__ball::after {
  animation: cycleCorePulse 1.1s cubic-bezier(.2, .75, .18, 1) both;
}
.cycle.is-cycle-revealed .cstep:nth-of-type(1) .cstep__ball::after { animation-delay: .82s; }
.cycle.is-cycle-revealed .cstep:nth-of-type(2) .cstep__ball::after { animation-delay: 1.04s; }
.cycle.is-cycle-revealed .cstep:nth-of-type(3) .cstep__ball::after { animation-delay: 1.26s; }

@keyframes cycleGradientDrift {
  from { background-position: 0% 50%; }
  to { background-position: 100% 50%; }
}
@keyframes cycleCorePulse {
  0% { opacity: 0; transform: scale(.5); }
  34% { opacity: .88; }
  100% { opacity: 0; transform: scale(1.75); }
}

@media (hover: hover) {
  .cycle.is-cycle-revealed .cstep:hover {
    transform: translateY(-7px) scale(1.012) !important;
    filter: drop-shadow(0 18px 24px rgba(57, 2, 163, .12));
  }
}

/* ============================================================
   Единая навигация, CTA Pantone и общий фиолетовый фон
   ============================================================ */
.mix__learn-more {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
  padding: 13px 28px;
  border: 1.5px solid rgba(57, 2, 163, .28);
  border-radius: 999px;
  color: #3902A3;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 14px 30px -24px rgba(57, 2, 163, .72);
  font-family: var(--font-ui);
  font-size: .98rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}
.mix__learn-more span { transition: transform .25s ease; }
.mix__learn-more:hover {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(96deg, #3902A3 0%, #6B08F8 100%);
  transform: translateY(-2px);
}
.mix__learn-more:hover span { transform: translateX(4px); }

/* Все тёмные секции продолжают одну спокойную фирменную плоскость.
   Анимации и декоративные элементы внутри блоков при этом сохраняются. */
.offer,
.visitus,
.faq,
.quiz,
.footer {
  background-color: #240762;
  background-image: none;
}
.footer > .glowfield { display: none; }

@media (max-width: 620px) {
  .mix__learn-more {
    width: 100%;
    max-width: 320px;
    min-height: 50px;
    margin-top: 24px;
  }
}

@media (max-width: 900px) {
  .cycle::before {
    left: -55%;
    top: 4%;
    min-width: 420px;
  }
  .cycle:not(.is-cycle-revealed) .cstep {
    transform: translateY(32px) !important;
  }
  .cycle .cstep:nth-of-type(1) { transition-delay: .52s; }
  .cycle .cstep:nth-of-type(2) { transition-delay: .72s; }
  .cycle .cstep:nth-of-type(3) { transition-delay: .92s; }
}

@media (prefers-reduced-motion: reduce) {
  .cycle::before,
  .cycle__eyebrow,
  .cycle__title-a,
  .cycle__title-b,
  .cycle__lead,
  .cycle .cstep,
  .cycle .cstep__ball {
    animation: none !important;
    transition: none !important;
  }
  .cycle::before { opacity: .55; transform: none; }
  .cycle__eyebrow,
  .cycle__lead,
  .cycle .cstep,
  .cycle .cstep__ball { opacity: 1 !important; transform: none !important; filter: none; }
  .cycle__title-a,
  .cycle__title-b { clip-path: none; transform: none; }
}

/* ============================================================
   03 - «Внутри производства» по финальному макету
   ============================================================ */
.labcore {
  padding-top: clamp(56px, 5.2vw, 84px);
  padding-bottom: 0;
  background: var(--pdf-light);
}
.labcore > .container {
  max-width: var(--container);
}
.labcore .section__eyebrow {
  margin-bottom: 24px;
  color: #3902A3;
  font-size: clamp(.78rem, 1vw, 1rem);
  letter-spacing: 0;
  text-transform: none;
}
.labcore #prod-title {
  width: max-content;
  max-width: 100%;
  margin-bottom: 22px;
  color: transparent;
  background: linear-gradient(96deg, #3902A3 0%, #6B08F8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(3rem, 4.2vw, 4.6rem);
  font-weight: 400;
  line-height: 1;
}
.labcore .section__lead {
  max-width: 820px;
  margin-bottom: 0;
  color: #17151c;
  font-size: clamp(1.04rem, 1.2vw, 1.25rem);
  line-height: 1.45;
}
.labcore .production-slider {
  width: 100vw;
  margin-top: clamp(58px, 5vw, 78px);
  margin-left: calc(50% - 50vw);
}
.labcore .production-slider__tabs {
  top: 20px;
  width: min(1160px, calc(100% - 80px));
  grid-template-columns: 1.15fr 1.1fr .78fr 1.35fr;
  gap: clamp(18px, 1.7vw, 28px);
}
.labcore .production-tab,
.labcore .production-tab.is-active {
  min-height: 72px;
  padding: 10px 24px 10px 78px;
  color: #18151d;
  border: 1.5px solid rgba(255, 255, 255, .94);
  background: rgba(255, 255, 255, .34);
  box-shadow: 0 12px 25px -16px rgba(37, 16, 76, .65);
  backdrop-filter: blur(15px);
  font-size: clamp(.95rem, 1.2vw, 1.2rem);
  font-weight: 600;
}
.labcore .production-tab.is-active {
  background: rgba(255, 255, 255, .48);
  box-shadow: 0 14px 30px -17px rgba(57, 2, 163, .56);
}
.labcore .production-tab span {
  left: -10px;
  width: 70px;
  height: 70px;
  font-size: 1.05rem;
}
.labcore .production-slider__visual {
  height: clamp(540px, 35vw, 720px);
  min-height: 0;
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: 0;
  background: #ddd7e8;
  box-shadow: none;
}
.labcore .production-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.labcore .production-slider__reveal {
  left: 50%;
  bottom: -105%;
  width: 130%;
  aspect-ratio: 3.1 / 1;
  border-radius: 50%;
  background: var(--pdf-light);
  opacity: var(--production-circle, 0);
  transform: translateX(-50%) scale(var(--production-circle, 0));
  transform-origin: 50% 100%;
}

@media (max-width: 1000px) {
  .labcore > .container { padding-inline: 24px; }
  .labcore .production-slider__tabs {
    top: 14px;
    width: calc(100% - 32px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 20px;
  }
  .labcore .production-slider__visual {
    height: clamp(560px, 76vw, 700px);
  }
  .labcore .production-slider__reveal {
    bottom: -88%;
    width: 170%;
  }
}

@media (max-width: 620px) {
  .labcore { padding-top: 76px; scroll-margin-top: 60px; }
  .labcore #prod-title {
    width: auto;
    font-size: clamp(2.6rem, 13vw, 3.65rem);
  }
  .labcore .section__lead { font-size: 1rem; }
  .labcore .production-slider { margin-top: 48px; }
  .labcore .production-tab,
  .labcore .production-tab.is-active {
    min-height: 54px;
    padding: 7px 8px 7px 50px;
    font-size: .78rem;
  }
  .labcore .production-tab span {
    left: -3px;
    width: 46px;
    height: 46px;
    font-size: .82rem;
  }
  .labcore .production-slider__visual {
    height: 540px;
  }
  .labcore .production-slide img { object-position: 50% 50%; }
  .labcore .production-slider__reveal {
    bottom: -70%;
    width: 210%;
    aspect-ratio: 3 / 1;
  }
}

/* ============================================================
   Единая типографическая шкала для всех основных секций
   ============================================================ */
.cycle__title,
.catalog__title,
.labcore #prod-title,
.mix__title,
.offer__pin .offer__title,
.visitus__title,
.faq .section__title,
.quiz__title {
  font-size: clamp(1.9rem, 3.8vw, 3.1rem);
  line-height: 1.04;
}

.cycle__lead,
.catalog__lead,
.labcore .section__lead,
.mix__intro,
.offer__pin .offer__text p,
.visitus__sub,
.quiz__sub {
  font-size: clamp(.98rem, 1.15vw, 1.1rem);
}

.cycle__eyebrow,
.catalog__eyebrow,
.labcore .section__eyebrow,
.mix__eyebrow,
.offer__pin .offer__eyebrow,
.visitus__eyebrow,
.faq .section__eyebrow,
.quiz__eyebrow {
  font-size: .72rem;
}
