:root {
  --color-white: #ffffff;
  --color-text: #313131;
  --color-accent-red: #f54932;
  --color-accent-blue: #3057a2;
  --color-bg-sand: #e9ded4;
  --color-dark: #1f1f1f;
  --color-muted: rgba(49, 49, 49, 0.6);
  --font-title: "Merriweather", serif;
  --font-body: "Golos Text", sans-serif;
  --reveal-duration: 0.500s;
  --reveal-shift-y: 1.75rem;
  --reveal-shift-x: clamp(1.5rem, 5vw, 3.25rem);
}

html {
  /*
    Адаптивный базовый размер шрифта:
    при ширине 1366px -> 16px (1rem)
  */
  font-size: calc(100vw * 16 / 1366);
}

@media (max-width: 770px) {
  html {
    font-size: calc(100vw * 16 / 375);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
p,
dl,
dd {
  margin: 0;
}

.page {
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-white);
}

[data-reveal].reveal-initialized:not(.is-revealed)>* {
  opacity: 0;
  transform: translate3d(0, var(--reveal-shift-y), 0);
}

[data-reveal].reveal-initialized:not(.is-revealed)>.reveal-heading:not([data-reveal]),
[data-reveal].reveal-heading.reveal-initialized:not(.is-revealed)>* {
  transform: translate3d(var(--reveal-shift-x), 0, 0);
}

[data-reveal].reveal-initialized.is-revealed>* {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity var(--reveal-duration) cubic-bezier(0.22, 1, 0.36, 1),
    transform var(--reveal-duration) cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].reveal-initialized.is-revealed>*:nth-child(1) {
  transition-delay: 0ms;
}

[data-reveal].reveal-initialized.is-revealed>*:nth-child(2) {
  transition-delay: 70ms;
}

[data-reveal].reveal-initialized.is-revealed>*:nth-child(3) {
  transition-delay: 140ms;
}

[data-reveal].reveal-initialized.is-revealed>*:nth-child(4) {
  transition-delay: 210ms;
}

[data-reveal].reveal-initialized.is-revealed>*:nth-child(5) {
  transition-delay: 280ms;
}

[data-reveal].reveal-initialized.is-revealed>*:nth-child(6) {
  transition-delay: 350ms;
}

[data-reveal].reveal-initialized.is-revealed>*:nth-child(7) {
  transition-delay: 420ms;
}

[data-reveal].reveal-initialized.is-revealed>*:nth-child(8) {
  transition-delay: 490ms;
}

[data-reveal].reveal-initialized.is-revealed>*:nth-child(9) {
  transition-delay: 560ms;
}

[data-reveal].reveal-initialized.is-revealed>*:nth-child(10) {
  transition-delay: 630ms;
}

[data-reveal].reveal-initialized.is-revealed>*:nth-child(11) {
  transition-delay: 700ms;
}

[data-reveal].reveal-initialized.is-revealed>*:nth-child(12) {
  transition-delay: 770ms;
}

section.stages[data-reveal] {
  --reveal-card-base-delay: 180ms;
}

section.participants[data-reveal] {
  --reveal-card-base-delay: 120ms;
}

section.stages[data-reveal].reveal-initialized:not(.is-revealed) .stages__card {
  opacity: 0;
  transform: translate3d(0, var(--reveal-shift-y), 0);
}

section.stages[data-reveal].reveal-initialized.is-revealed .stages__card {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity var(--reveal-duration) cubic-bezier(0.22, 1, 0.36, 1),
    transform var(--reveal-duration) cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--reveal-card-base-delay) + var(--reveal-card-index, 0) * 70ms);
}

section.participants[data-reveal].reveal-initialized:not(.is-revealed) .participants__card {
  opacity: 0;
}

section.participants[data-reveal].reveal-initialized.is-revealed .participants__card {
  opacity: 1;
  transition: opacity var(--reveal-duration) cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--reveal-card-base-delay) + var(--reveal-card-index, 0) * 70ms);
}

@media (prefers-reduced-motion: reduce) {

  [data-reveal].reveal-initialized>*,
  [data-reveal].reveal-initialized.is-revealed>* {
    opacity: 1;
    transform: none;
    transition: none;
  }

  section.stages[data-reveal].reveal-initialized .stages__card,
  section.participants[data-reveal].reveal-initialized .participants__card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.content-wrapper {
  width: 100%;
  max-width: 85.375rem;
  margin: 0 auto;
  padding-inline: clamp(1.25rem, calc(0.0202rem + 5.247vw), 4.5rem);
  overflow: hidden;
}

.ticker {
  overflow: hidden;
  background: var(--color-accent-red);
  white-space: nowrap;
}

.ticker__track {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 0.75rem;
  min-width: 100%;
  animation: ticker 15s linear infinite;
}

.ticker__item {
  font-family: var(--font-title);
  font-size: 1rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--color-white);
}

.ticker__dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--color-white);
  flex-shrink: 0;
}

.hero__surface {
  position: relative;
  overflow: hidden;
  min-height: 48.375rem;
}

.stages__plane-wrap {
  display: block;
  z-index: 2;
  position: relative;
}

.hero__art {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--color-bg-sand);
}

.hero__art>.burn-image-wrap {
  z-index: 4;
  opacity: 1;
}

.hero__circle-parallax,
.hero__city-parallax,
.hero__chess-parallax {
  position: absolute;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.hero {
  height: 48.375rem;
  overflow: hidden;
}

.hero__circle-parallax {
  width: 46rem;
  width: 21.9em;
  height: 21.9em;
  right: 1.3rem;
  top: 24.1rem;
  z-index: 0;
}

.hero__circle-wrap {
  position: absolute;
  inset: 0;
  display: block;
  transform-origin: 50% 50%;
}

.hero__circle {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: 50% 50%;
}

.hero__city-parallax {
  right: -2.09rem;
  bottom: 0.1rem;
  top: auto;
  width: 46.670625rem;
  z-index: 2;
}

.hero__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: bottom center;
  pointer-events: none;
  user-select: none;
}

.hero__chess-parallax--1 {
  width: 2.965rem;
  bottom: 7.1rem;
  right: 16.1rem;
  z-index: 1;
}

.hero__chess-parallax--2 {
  width: 2.93625rem;
  right: 5.8rem;
  bottom: 10.5rem;
  z-index: 1;
}

.hero__chess-parallax--3 {
  display: none;
}

.hero__chess-parallax--4 {
  width: 4.794375rem;
  right: 8.8rem;
  bottom: -0.8rem;
  z-index: 3;
}

.hero__chess-parallax .hero__chess {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  transform-origin: 50% 100%;
}

.hero__chess-1 {
  transform: rotate(-5.99deg);
}

.hero__chess-2 {
  transform: rotate(15deg);
}

.hero__chess-4 {
  transform: rotate(-10.59deg);
}

.hero__chess {
  pointer-events: none;
  user-select: none;
}

/* Герой: появление, параллакс по скроллу, качание фигур */
@keyframes hero-circle-pop-in {
  from {
    opacity: 0;
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes hero-city-rise {
  from {
    opacity: 0;
    transform: translate3d(0, min(22vh, 10rem), 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-parallax-circle {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, min(10vw, 5.5rem), 0);
  }
}

@keyframes hero-parallax-city {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, min(6vw, 3.25rem), 0);
  }
}

@keyframes hero-parallax-chess-back {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, min(7vw, 3.5rem), 0);
  }
}

@keyframes hero-parallax-chess-front {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, min(13vw, 6.5rem), 0);
  }
}

@keyframes hero-circle-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes hero-chess-drop-1 {
  from {
    transform: translate3d(0, -130%, 0) rotate(-28deg);
  }

  to {
    transform: translate3d(0, 0, 0) rotate(-5.99deg);
  }
}

@keyframes hero-chess-drop-2-mobile {
  from {
    transform: translate3d(0, -130%, 0) rotate(32deg);
  }

  to {
    transform: translate3d(0, 0, 0) rotate(15deg);
  }
}

@keyframes hero-chess-drop-2-desktop {
  from {
    transform: translate3d(0, -130%, 0) rotate(22deg);
  }

  to {
    transform: translate3d(0, 0, 0) rotate(7.59deg);
  }
}

@keyframes hero-chess-drop-3 {
  from {
    transform: translate3d(-50%, -130%, 0);
  }

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

@keyframes hero-chess-drop-4 {
  from {
    transform: translate3d(0, -125%, 0) rotate(18deg);
  }

  to {
    transform: translate3d(0, 0, 0) rotate(-10.59deg);
  }
}

@keyframes hero-chess-sway-1 {

  0%,
  50%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-5.99deg);
  }

  25% {
    transform: translate3d(0, 0, 0) rotate(-8.99deg);
  }

  75% {
    transform: translate3d(0, 0, 0) rotate(-2.99deg);
  }
}

@keyframes hero-chess-sway-2-mobile {

  0%,
  50%,
  100% {
    transform: translate3d(0, 0, 0) rotate(15deg);
  }

  25% {
    transform: translate3d(0, 0, 0) rotate(12deg);
  }

  75% {
    transform: translate3d(0, 0, 0) rotate(18deg);
  }
}

@keyframes hero-chess-sway-2-desktop {

  0%,
  50%,
  100% {
    transform: translate3d(0, 0, 0) rotate(7.59deg);
  }

  25% {
    transform: translate3d(0, 0, 0) rotate(4.59deg);
  }

  75% {
    transform: translate3d(0, 0, 0) rotate(10.59deg);
  }
}

@keyframes hero-chess-sway-4 {

  0%,
  50%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-10.59deg);
  }

  25% {
    transform: translate3d(0, 0, 0) rotate(-13.59deg);
  }

  75% {
    transform: translate3d(0, 0, 0) rotate(-7.59deg);
  }
}

@keyframes stages-plane-float {

  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-3deg);
  }

  50% {
    transform: translate3d(0, -0.625rem, 0) rotate(3deg);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero__art .hero__circle-wrap {
    opacity: 0;
    transform: scale(0.5);
    animation: hero-circle-pop-in 0.58s cubic-bezier(0.18, 0.95, 0.22, 1) 0.1s forwards;
  }

  .hero__art .hero__city-parallax .hero__image {
    opacity: 0;
    transform: translate3d(0, min(22vh, 10rem), 0);
    animation: hero-city-rise 0.46s cubic-bezier(0.16, 1, 0.22, 1) 0s forwards;
  }

  .hero__art .hero__circle {
    animation: hero-circle-spin 120s linear 0.68s infinite;
  }

  .hero__art .hero__chess-1 {
    animation: hero-chess-drop-1 0.32s cubic-bezier(0.2, 0.95, 0.2, 1) 0.2s both,
      hero-chess-sway-1 3.8s ease-in-out calc(0.2s + 0.32s) infinite;
  }

  .hero__art .hero__chess-2 {
    animation: hero-chess-drop-2-mobile 0.32s cubic-bezier(0.2, 0.95, 0.2, 1) 0.25s both,
      hero-chess-sway-2-mobile 4s ease-in-out calc(0.25s + 0.32s) infinite;
  }

  .hero__art .hero__chess-4 {
    animation: hero-chess-drop-4 0.32s cubic-bezier(0.2, 0.95, 0.2, 1) 0.3s both,
      hero-chess-sway-4 3.9s ease-in-out calc(0.3s + 0.32s) infinite;
  }

  @supports (animation-timeline: scroll(root block)) {
    .hero__art .hero__circle-parallax {
      animation: hero-parallax-circle linear both;
      animation-timeline: scroll(root block);
      animation-range: 0% 42%;
    }

    .hero__art .hero__city-parallax {
      animation: hero-parallax-city linear both;
      animation-timeline: scroll(root block);
      animation-range: 0% 42%;
    }

    .hero__art .hero__chess-parallax--1,
    .hero__art .hero__chess-parallax--2 {
      animation: hero-parallax-chess-back linear both;
      animation-timeline: scroll(root block);
      animation-range: 0% 45%;
    }

    .hero__art .hero__chess-parallax--3,
    .hero__art .hero__chess-parallax--4 {
      animation: hero-parallax-chess-front linear both;
      animation-timeline: scroll(root block);
      animation-range: 0% 45%;
    }
  }

  .stages__plane {
    transform-origin: 50% 50%;
    animation: stages-plane-float 3.4s ease-in-out infinite;
  }
}

@media (prefers-reduced-motion: reduce) {

  .hero__art .hero__circle-wrap,
  .hero__art .hero__circle,
  .hero__art .hero__city-parallax .hero__image,
  .hero__art .hero__chess-parallax .hero__chess,
  .hero__art>.burn-image-wrap {
    animation: none;
    opacity: 1;
    filter: none;
  }

  .hero__art .hero__circle-parallax,
  .hero__art .hero__city-parallax,
  .hero__art .hero__chess-parallax--1,
  .hero__art .hero__chess-parallax--2,
  .hero__art .hero__chess-parallax--3,
  .hero__art .hero__chess-parallax--4 {
    animation: none;
    transform: none;
  }

  .hero__art .hero__circle-wrap {
    transform: none;
  }

  .hero__art .hero__city-parallax .hero__image {
    transform: none;
  }

  .hero__chess-3 {
    transform: translateX(-50%);
  }
}

.hero__container {
  position: relative;
  z-index: 2;
  padding-top: 1.1rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  text-decoration: none;
}

.logo__icon {
  display: flex;
  align-items: flex-end;
  gap: 0.15rem;
  justify-content: flex-start;
  margin-top: 0.125rem;
}

.logo__horse {
  width: 1.353125rem;
  height: 1.94875rem;
}

.logo__svg {
  display: block;
  width: 100%;
  height: 100%;
}

.logo__text {
  font-size: 1rem;
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #595653;
  /* из Figma: #595653 (нет в токенах) */
}

@media (max-width: 768px) {
  .logo__icon {
    gap: 0.09375rem;
    margin-top: 0;
  }

  .logo__horse {
    width: 1.171875rem;
    height: 1.6875rem;
  }

  .logo__text {
    letter-spacing: -0.06em;
  }
}


.hero__title {
  margin-top: 2.5rem;
  font-family: var(--font-title);
  font-size: 2.25rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero__title-line {
  display: block;
}

@media (max-width: 768px) {
  .hero__title-line {
    letter-spacing: 0.04rem;
  }
}

.hero__title-line--right {
  padding-left: 4rem;
}

.hero__title-line--right-2 {
  padding-left: 2rem;
  letter-spacing: 0.01rem;
}

.hero__lead {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.3;
}

.hero__actions {
  margin-top: 2rem;
  display: grid;
  gap: 0.875rem;
}

.hero__button {
  display: grid;
  place-items: center;
  min-height: 2.9375rem;
  border-radius: 4.125rem;
  /* padding: 0.375rem 1rem; */
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

/* @media (max-width: 768px) {
  .hero__button {

    height: 2.2rem;
  }
  .hero__button--light {
    border-width: 0.1rem;
  }
} */

.hero__button--dark {
  background: var(--color-dark);
  color: var(--color-white);
}

.hero__button--light {
  background: rgba(255, 255, 255, 0.9);
  /* из Figma: полупрозрачный белый (нет в токенах) */
  color: var(--color-dark);
}

.main {}

.support {
  padding-top: 3rem;
  display: grid;
  gap: 2.125rem;
}

.lecture__title,
.event__title {
  font-family: var(--font-title);
  font-size: 1.75rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.lecture__title-desctop {
  display: none;
}

.lecture__title-mobile {
  display: inline-block;
  margin-top: 1.4rem;
}

.lecture__title-accent {
  letter-spacing: 0.04rem;
}

.lecture__title-accent,
.event__title-accent {
  color: #f54932;
  /* из Figma: #F54932 (нет в токенах) */
}

.lecture__stamp {
  position: relative;
  display: block;
  margin-top: 1.5rem;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #ffffff;
}

.lecture__image {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
  inset: 0;
}

.event__player {
  display: block;
  width: min(100%, 20.9375rem);
  margin: 0 auto 1.5rem;
}

.event__player-wrap {
  display: none;
}

.event__image {
  width: calc(100% + 3rem);
  aspect-ratio: 529 / 568;
  margin: 0 auto 1.5rem;
  position: relative;
  aspect-ratio: 529 / 568;
  margin: 0 -1.5rem 1.0rem;
  background: #ffffff;
}

.event__image-collage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 3;
}

@keyframes event-glare-sway {

  0%,
  100% {
    transform: rotate(-3deg);
  }

  50% {
    transform: rotate(3deg);
  }
}

@keyframes event-pivot-right {

  0%,
  100% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(5deg);
  }
}

@keyframes event-float-y {

  0%,
  100% {
    transform: translateY(20px);
  }

  50% {
    transform: translateY(-20px);
  }
}

.event__image-item--person {
  width: 65%;
  left: 19.2%;
  top: 0%;
}

.event__image-item--hand {
  width: 56%;
  left: 41%;
  top: 40%;
  transform-origin: 100% 50%;
  animation: event-pivot-right 3.6s ease-in-out infinite;
}

.event__image-item--glare-1 {
  width: 103%;
  left: -2%;
  top: -20%;
  transform-origin: center center;
  animation: event-glare-sway 5s ease-in-out infinite;
}

.event__image-item--glare-2 {
  width: 48%;
  left: 2%;
  top: 27%;
  transform-origin: center center;
  animation: event-glare-sway 5.5s ease-in-out infinite reverse;
}

.event__image-item--horse {
  width: 31%;
  left: 16%;
  top: 33%;
  transform-origin: 100% 50%;
  animation: event-pivot-right 4s ease-in-out infinite;
}

.event__image-item--paper {
  width: 77%;
  left: 9%;
  top: 0%;
}

.event__image-item--stamp {
  width: 24%;
  left: 72%;
  top: -20%;
  animation: event-float-y 3.2s ease-in-out infinite;
}

.burn-image-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 3;
  mix-blend-mode: color-burn;
}

.event__image-item {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.event__image-item--burst-small {
  width: clamp(10rem, 52%, 12.5rem);
  height: auto;
  left: clamp(0.25rem, 2%, 0.75rem);
  bottom: clamp(-1rem, -3vw, -0.375rem);
  top: auto;
  right: auto;
  object-fit: contain;
  z-index: 2;
}

.event__image-item--collage {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  z-index: 3;
}

.event__image-item--vignette {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 4;
}

.event__image-item--glare {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 5;
}

.event__table {
  margin-top: 1.86rem;
}

.event__row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 0 calc(1rem - 1px);
  border-bottom: 1px solid #d0d0d0;
  /* из Figma: #D0D0D0 (нет в токенах) */
}

.event__row--line {
  flex-direction: row;
}

.event__row:last-child {
  border-bottom: none;
}

.event__key,
.event__value {
  width: 100%;
}

.event__key {
  color: rgba(49, 49, 49, 0.7);
  font-size: 1.25rem;
  line-height: 1.2;
}

.event__value {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
}

.event__value-old {
  text-decoration: line-through;
  text-decoration-color: var(--color-accent-red);
}

.event__note {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.2;
  color: var(--color-accent-blue);
}

.stages {
  margin-top: 7.5rem;
}

.stages__title,
.participants__title {
  font-family: var(--font-title);
  font-size: 2.25rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.stages__title {
  display: flex;
  flex-wrap: wrap;
}

.event__title-accent {
  color: var(--color-accent-red);
}

.stages__subtitle {
  margin-top: 0.92rem;
  font-size: 1.125rem;
  line-height: 1.2;
  color: var(--color-accent-blue);
  text-transform: none;
}

.stages__plane {
  display: block;
  width: min(100%, 20.9375rem);
  margin: 1.24rem auto -3.38rem;
  position: relative;
  z-index: 2;
}

.stages__slider {
  overflow: visible;
}

.stages__group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  height: 18.74rem;
  padding: 3.875rem 1.25rem 2.125rem;
  overflow-y: auto;
  background: #d7ccc0;
  /* из Figma: карточки на бумаге (нет в токенах) */
}

.stages__burn-image--mibile {
  display: block;
}

.stages__burn-image--desktop {
  display: none;
}

.stages__card {
  position: relative;
  display: flex;
  gap: 1rem;
  min-height: 1.75rem;
  /* min-height: 10.875rem; */
}

.stages__number {
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--color-white);
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
}

.stages__text {
  font-size: 1.125rem;
  line-height: 1.24;
  font-weight: 500;
  line-clamp: 7;
}

.stages__text--last {
  max-width: none;
}

.stages__controls,
.participants__controls {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.stages__arrow,
.participants__arrow {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.stages__arrow picture,
.participants__arrow picture,
.stages__arrow img,
.participants__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

.stages__arrow:disabled,
.participants__arrow:disabled {
  opacity: 0.2;
  cursor: default;
}

.stages__pagination {
  display: flex;
  gap: 0.375rem;
  width: fit-content !important;
}

.stages__pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 !important;
  opacity: 1;
  background: #d9d9d9;
  /* из Figma: #D9D9D9 (нет в токенах) */
}

.stages__pagination .swiper-pagination-bullet-active {
  background: var(--color-text);
}

.participants__counter {
  margin: 0;
  min-width: 2.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}

.participants__controls--mobile {
  display: none;
}

@media (max-width: 768px) {
  .participants__controls--mobile {
    display: flex;
  }
}

.participants__controls--desktop {
  display: flex;
}

@media (max-width: 768px) {
  .participants__controls--desktop {
    display: none;
  }
}

.participants__separator,
.participants__total {
  opacity: 0.6;
}

.participants {
  margin: 7.5rem 0 7rem;
}

.participants__head {
  display: grid;
  gap: 1.25rem;
}

.participants__slider {
  margin-top: 2.5rem;
}

.participant {
  text-align: center;
}

.participant__photo {
  width: 15.25rem;
  height: 15.25rem;
  border-radius: 50%;
  object-fit: cover;
  background: #d9d9d9;
}

.participant__name {
  margin-top: 1.75rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
}

.participant__status {
  margin-top: 0.375rem;
  color: var(--color-muted);
  font-size: 1.25rem;
  line-height: 1.2;
}

.participant__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  min-height: 2.1875rem;
  padding: 0 0.75rem;
  border: 0.0625rem solid var(--color-accent-blue);
  border-radius: 3.875rem;
  color: var(--color-accent-blue);
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.footer {
  background: var(--color-bg-sand);
}

.footer__text {
  max-width: 76.375rem;
  padding: 2.5rem 0 3.75rem;
  color: rgba(49, 49, 49, 0.6);
  font-size: 1rem;
  line-height: 1.2;
}

@media (min-width: 48rem) {
  .ticker__track {
    padding: 1.125rem 0.75rem;
    gap: 0.75rem;
  }

  .ticker__item {
    font-size: 1.375rem;
  }

  .hero {
    height: 43.76rem;
    overflow: hidden;
  }

  .hero__surface {
    min-height: 43.75rem;
  }

  .hero__circle-parallax {
    width: 48.5625rem;
    height: 48.5625rem;
    right: -1.6rem;
    top: -6.4rem;
  }

  .hero__container {
    padding-top: 1.625rem;
  }

  .hero__title {
    margin-top: 3.875rem;
    width: 34.6rem;
    font-size: 3.75rem;
    letter-spacing: 0.06rem;
  }

  .hero__title-line--right {
    padding-left: 6.25rem;
  }

  .hero__title-line--right-2 {
    padding-right: 0.25rem;
  }

  .hero__lead {
    margin-top: 1.5rem;
    width: 33.875rem;
    text-align: center;
  }

  .hero__actions {
    width: 33.86rem;
    margin-top: 2.4rem;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .hero__button {
    min-height: 4.5rem;
    white-space: wrap;
    padding: 0.8rem 3rem;
  }

  .hero__button--light {
    border: 2px solid var(--color-dark);
  }

  .hero__city-parallax {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    z-index: 2;
  }

  .hero__image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: bottom center;
  }

  .hero__chess-parallax--1 {
    width: 6.5rem;
    right: 32.5rem;
    bottom: 10.5rem;
  }

  .hero__chess-parallax--2 {
    width: 7.125rem;
    right: 11rem;
    bottom: 17.2rem;
  }

  .hero__art .hero__chess-2 {
    animation: hero-chess-drop-2-desktop 0.32s cubic-bezier(0.2, 0.95, 0.2, 1) 0.25s both,
      hero-chess-sway-2-desktop 4s ease-in-out calc(0.25s + 0.32s) infinite;
  }

  .hero__chess-1 {
    transform: rotate(-5.99deg);
  }

  .hero__chess-2 {
    transform: rotate(7.59deg);
  }

  .hero__chess-parallax--3 {
    display: block;
    width: 5.1875rem;
    left: unset;
    right: 0.2rem;
    bottom: 1.2rem;
    z-index: 3;
  }

  @media (prefers-reduced-motion: no-preference) {
    .hero__art .hero__chess-3 {
      animation: hero-chess-drop-3 0.32s cubic-bezier(0.2, 0.95, 0.2, 1) 0.3s both;
    }
  }

  .hero__chess-parallax--4 {
    width: 9.75rem;
    right: 22.1rem;
    bottom: -2.5rem;
  }

  .hero__chess-3 {
    transform: translateX(-50%);
  }

  .main {}

  .support {
    padding-top: 5rem;
  }

  .support__lecture {
    display: grid;
    grid-template-columns: 1fr 24.625rem;
    align-items: center;
    gap: 4rem;
  }

  .lecture__title {
    font-size: 2.25rem;
  }

  .lecture__title-desctop {
    display: inline-block;
  }

  .lecture__title-mobile {
    display: none;
  }

  .lecture__stamp {
    margin-top: 0;
    width: 24.625rem;
    height: 15.625rem;
  }

  .support__event {
    margin-top: 1.8rem;
    display: grid;
    grid-template-columns: 29.625rem 1fr;
    column-gap: 2.75rem;
  }

  .event__player {
    width: 29.625rem;
    margin: 0;
    grid-row: 1 / 4;
  }

  .event__image {
    margin: -1.5rem 0 0 -1.5rem;
    width: calc(100% + 3rem);
    grid-row: 1 / 4;
  }

  .event__image-item--burst-small {
    width: 12.5rem;
    left: 0.75rem;
    bottom: -0.375rem;
  }

  .event__title {
    font-size: 2.25rem;
    max-width: 47.75rem;
  }

  .event__table {
    margin-top: 2.4rem;
    width: 39rem;
  }

  .event__row {
    flex-direction: row;
    gap: 1rem;
    padding: 0;
  }

  .event__key {
    padding: 1rem 0 calc(1rem - 1px);
    border-right: 1px solid #d0d0d0;
  }

  .event__value {
    padding: 1rem 0 calc(1rem - 1px);
  }

  .event__shift {
    display: inline-block;
    margin-left: 0.5rem;
  }

  .event__note {
    font-size: 1.25rem;
  }

  .stages {
    margin-top: 12rem;
    position: relative;
  }

  .stages__head {
    display: inline-block;
    max-width: 50.375rem;
  }

  .stages__title {
    display: inline-block;
    font-size: 3.375rem;
    line-height: 1.2;
    letter-spacing: 0.04rem;
  }

  .stages__subtitle {
    text-transform: none;
    display: inline-block;
    margin: 0 0 0.625rem;
    margin-left: 0.5rem;
    max-width: 17.5rem;
    transform: translate(0, -0.2rem);
  }

  .stages__plane {
    position: absolute;
    width: 22.5rem;
    right: -2.7rem;
    top: 14.6rem;
    margin: 0;
  }

  .stages__text--last {
    max-width: 25rem;
  }

  .stages__slider {
    margin-top: 3.375rem;
    background: none;
    padding: 0;
  }

  .stages__wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .stages__group {
    display: contents;
  }

  .stages__card {
    min-height: 7rem;
    background: #d7ccc0;
    /* из Figma: карточки на бумаге (нет в токенах) */
    padding: 1.25rem;
  }

  .stages__group:nth-child(2) .stages__card {
    grid-row: span 2;
    min-height: 15.25rem;
  }

  .stages__group:nth-child(5) .stages__card {
    grid-column: span 2;
  }

  .stages__burn-image--mibile {
    display: none;
  }

  .stages__burn-image--desktop {
    display: block;
  }

  .stages__controls {
    display: none;
  }

  .participants {
    margin: 12.8rem 0 8.7rem;
  }

  .participants__slider {
    margin-top: 3.6rem;
  }

  .participants__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .stages__arrow,
  .participants__arrow {
    width: 2.75rem;
    height: 2.75rem;
  }

  .participants__controls {
    margin-top: 0rem;
    gap: 0.6rem;
  }

  .participants__title {
    font-size: 3.375rem;
    line-height: 1.2;
  }

  .participant__photo {
    width: 20rem;
    height: 20rem;
  }

  .footer__text {
    padding-left: 0;
    padding-right: 0;
  }

}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-35%);
  }
}