.hero-stage {
  --hero-kicker-size: 0.68rem;
  --hero-kicker-line: var(--action, #e6007e);
  --hero-title-size: clamp(4.2rem, 8.4vw, 8.4rem);
  --hero-title-lead: 0.84;
  --hero-title-stroke: 1.5px rgba(255, 255, 255, 0.62);
  --hero-copy-max: 36rem;
  --hero-dock-overlap: 7.2rem;
  position: relative;
  overflow: hidden;
}

.hero-stage.hero-premium {
  align-items: stretch;
  height: 100svh;
  min-height: 100svh;
  max-height: 100dvh;
  padding: 0;
  background-image: none;
}

.hero-stage.hero-premium::before {
  content: none;
  display: none;
}

.hero-stage.hero-premium::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 11.5rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 14, 28, 0.62) 0%, rgba(5, 14, 28, 0.22) 52%, rgba(5, 14, 28, 0) 100%);
}

.hero-stage__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: auto;
}

.hero-stage__swiper,
.hero-stage__swiper .swiper-wrapper,
.hero-stage__swiper .swiper-slide {
  height: 100%;
}

.hero-stage__swiper.swiper-fade .swiper-slide {
  pointer-events: none;
}

.hero-stage__swiper.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.hero-stage__swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #061829;
}

.hero-stage__figure {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-stage__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-pos, center 38%);
  transform: scale(1.06);
  filter: brightness(0.9) saturate(0.96) contrast(1.04);
  transform-origin: var(--hero-origin, 68% 40%);
  transition:
    transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.9s ease;
  will-change: transform, filter;
}

.hero-stage__swiper .swiper-slide-active .hero-stage__figure img {
  transform: scale(1.02);
  filter: brightness(0.98) saturate(1) contrast(1.03);
  animation: hero-stage-ken 22s ease-in-out infinite alternate;
}

.hero-stage__swiper .swiper-slide-prev .hero-stage__figure img,
.hero-stage__swiper .swiper-slide-next .hero-stage__figure img {
  transform: scale(1.06);
}

.hero-stage__figure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 14, 28, 0.46) 0%, rgba(5, 14, 28, 0.18) 22%, rgba(5, 14, 28, 0.05) 38%, rgba(5, 14, 28, 0) 48%),
    linear-gradient(180deg, rgba(5, 14, 28, 0.1) 0%, rgba(5, 14, 28, 0) 40%, rgba(5, 14, 28, 0.34) 100%);
  pointer-events: none;
}

.hero-stage__swiper .swiper-slide[data-hero-tone="bright"] .hero-stage__figure::before {
  background:
    linear-gradient(90deg, rgba(5, 14, 28, 0.52) 0%, rgba(5, 14, 28, 0.22) 24%, rgba(5, 14, 28, 0.06) 40%, rgba(5, 14, 28, 0) 50%),
    linear-gradient(180deg, rgba(5, 14, 28, 0.12) 0%, rgba(5, 14, 28, 0) 38%, rgba(5, 14, 28, 0.38) 100%);
}

.hero-stage__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(270deg, rgba(5, 14, 28, 0.42) 0%, rgba(5, 14, 28, 0.16) 20%, rgba(5, 14, 28, 0.04) 36%, rgba(5, 14, 28, 0) 46%),
    radial-gradient(42% 48% at 100% 46%, rgba(5, 14, 28, 0.22) 0%, rgba(5, 14, 28, 0) 70%);
}

.hero-stage__swiper .swiper-slide[data-hero-tone="bright"] .hero-stage__figure::after {
  background:
    linear-gradient(270deg, rgba(5, 14, 28, 0.46) 0%, rgba(5, 14, 28, 0.18) 22%, rgba(5, 14, 28, 0.05) 38%, rgba(5, 14, 28, 0) 48%),
    radial-gradient(44% 50% at 100% 46%, rgba(5, 14, 28, 0.24) 0%, rgba(5, 14, 28, 0) 70%);
}

.hero-stage__copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: calc(6.8rem + 2vh) 0 calc(var(--hero-dock-overlap) + 5.6rem);
  pointer-events: none;
}

.hero-stage__copy .hero-actions,
.hero-stage__copy .hero-actions a {
  pointer-events: none;
}

.hero-stage__swiper .swiper-slide-active .hero-stage__copy .hero-actions,
.hero-stage__swiper .swiper-slide-active .hero-stage__copy .hero-actions a {
  pointer-events: auto;
}

.hero-stage__kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: var(--hero-kicker-size);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-stage__kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--hero-kicker-line);
  transform-origin: left center;
}

.hero-stage__text {
  width: min(42rem, 100%);
  max-width: 100%;
  overflow: visible;
}

.hero-stage__swiper .swiper-slide[data-hero-place="right"] .hero-stage__figure::before {
  background:
    linear-gradient(270deg, rgba(5, 14, 28, 0.46) 0%, rgba(5, 14, 28, 0.18) 22%, rgba(5, 14, 28, 0.05) 38%, rgba(5, 14, 28, 0) 48%),
    linear-gradient(180deg, rgba(5, 14, 28, 0.1) 0%, rgba(5, 14, 28, 0) 40%, rgba(5, 14, 28, 0.34) 100%);
}

.hero-stage__swiper .swiper-slide[data-hero-place="center"] .hero-stage__figure::before {
  background:
    linear-gradient(180deg, rgba(5, 14, 28, 0.16) 0%, rgba(5, 14, 28, 0.06) 42%, rgba(5, 14, 28, 0.4) 100%),
    radial-gradient(ellipse at 50% 46%, rgba(5, 14, 28, 0) 0%, rgba(5, 14, 28, 0.18) 100%);
}

.hero-stage__swiper .swiper-slide[data-hero-place="right"] .hero-stage__text {
  margin-left: auto;
  text-align: right;
}

.hero-stage__swiper .swiper-slide[data-hero-place="right"] .hero-stage__kicker {
  flex-direction: row-reverse;
}

.hero-stage__swiper .swiper-slide[data-hero-place="right"] .hero-stage__figure::after {
  background:
    linear-gradient(90deg, rgba(5, 14, 28, 0.22) 0%, rgba(5, 14, 28, 0.06) 22%, rgba(5, 14, 28, 0) 48%),
    linear-gradient(180deg, rgba(5, 14, 28, 0) 58%, rgba(5, 14, 28, 0.32) 100%);
}

.hero-stage__swiper .swiper-slide[data-hero-place="right"] .hero-copy,
.hero-stage__swiper .swiper-slide[data-hero-place="center"] .hero-copy {
  margin-left: auto;
  margin-right: 0;
}

.hero-stage__swiper .swiper-slide[data-hero-place="right"] .hero-actions {
  justify-content: flex-end;
}

.hero-stage__swiper .swiper-slide[data-hero-place="right"] .hero-stage__index {
  right: auto;
  left: 3.4vw;
}

.hero-stage__swiper .swiper-slide[data-hero-place="center"] .hero-stage__text {
  width: min(44rem, 100%);
  margin-inline: auto;
  text-align: center;
}

.hero-stage__swiper .swiper-slide[data-hero-place="center"] .hero-stage__kicker {
  justify-content: center;
}

.hero-stage__swiper .swiper-slide[data-hero-place="center"] .hero-copy {
  margin-right: auto;
}

.hero-stage__swiper .swiper-slide[data-hero-place="center"] .hero-actions {
  justify-content: center;
}

.hero-stage.hero-premium h1,
.hero-stage.hero-premium .hero-stage__title {
  max-width: none;
  margin: 18px 0 0;
  color: #fff;
  font-family: var(--font-display, inherit);
  font-size: var(--hero-title-size);
  font-weight: 800;
  line-height: var(--hero-title-lead);
  letter-spacing: -0.045em;
  text-wrap: wrap;
  overflow: visible;
  text-shadow: none;
}

.hero-stage__line {
  display: block;
  overflow: visible;
  width: max-content;
  max-width: 100%;
  padding-bottom: 0.04em;
}

.hero-stage__swiper .swiper-slide[data-hero-place="right"] .hero-stage__line {
  margin-left: auto;
}

.hero-stage__swiper .swiper-slide[data-hero-place="center"] .hero-stage__line {
  margin-inline: auto;
}

.hero-stage__line > span {
  display: block;
  width: max-content;
  max-width: 100%;
  will-change: clip-path, transform;
}

.hero-stage h1 em,
.hero-stage .hero-stage__title em {
  color: #fff;
  font-style: normal;
  padding-inline: 0.02em;
  text-shadow: none;
  white-space: nowrap;
  -webkit-text-stroke: var(--hero-title-stroke);
  -webkit-text-fill-color: transparent;
}

.hero-stage .hero-copy {
  max-width: var(--hero-copy-max);
  margin-top: 1.65rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.02rem, 0.94rem + 0.18vw, 1.08rem);
  line-height: 1.68;
}

.hero-stage .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2.15rem;
}

.hero-stage .hero-actions .btn,
.hero-stage .hero-actions .btn-lg,
.hero-stage .hero-actions .action-primary,
.hero-stage .hero-actions .action-primary-lg {
  min-height: 48px;
  padding: 0 22px;
  border-width: 1px;
  border-radius: 2px;
  box-shadow: none;
  backdrop-filter: none;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: none;
}

.hero-stage .hero-actions .btn::after,
.hero-stage .hero-actions .action-primary::after {
  content: none;
  display: none;
}

.hero-stage .hero-actions .btn-brand,
.hero-stage .hero-actions .action-primary {
  color: #071d33;
  border-color: #fff;
  background: #fff;
}

.hero-stage .hero-actions .btn-brand:is(:hover, :focus-visible),
.hero-stage .hero-actions .action-primary:is(:hover, :focus-visible) {
  color: #071d33;
  border-color: #fff;
  background: #fff;
  box-shadow: none;
  transform: none;
}

.hero-stage .hero-actions .btn-glass,
.hero-stage .hero-actions .btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
}

.hero-stage .hero-actions .btn-glass:is(:hover, :focus-visible),
.hero-stage .hero-actions .btn-outline-light:is(:hover, :focus-visible) {
  color: #071d33;
  border-color: #fff;
  background: #fff;
  box-shadow: none;
}

.hero-stage .hero-actions .btn .lucide {
  width: 15px;
  height: 15px;
  stroke-width: 1.8;
}

.hero-stage__index {
  display: none;
}

.hero-stage__swiper .swiper-slide[data-hero-place="right"] .hero-stage__kicker::before {
  transform-origin: right center;
}

.hero-stage.is-hot .swiper-slide:not(.swiper-slide-active) .hero-stage__kicker,
.hero-stage.is-hot .swiper-slide:not(.swiper-slide-active) .hero-stage__copy .hero-copy,
.hero-stage.is-hot .swiper-slide:not(.swiper-slide-active) .hero-stage__copy .hero-actions {
  opacity: 0;
}

.hero-stage.is-hot .swiper-slide:not(.swiper-slide-active) .hero-stage__kicker::before {
  transform: scaleX(0);
}

.hero-stage.is-hot .swiper-slide-active.is-entering .hero-stage__kicker::before {
  animation: hero-rule-in 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.02s both;
}

.hero-stage.hero-premium .hero-stage__hud {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: auto;
  height: auto;
  padding: 0;
  pointer-events: none;
  background: none;
}

.hero-stage.hero-premium .hero-stage__hud::before {
  content: none;
}

.hero-stage__controls {
  position: absolute;
  left: auto;
  right: max(
    1.1rem,
    calc((100% - (var(--container-max) + (var(--container-gutter) * 2))) / 2 + var(--container-gutter))
  );
  top: 46%;
  transform: translateY(-52%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
  margin: 0;
  padding: 0;
  max-width: none;
  border-radius: 0;
  background: none;
  pointer-events: auto;
}

.hero-stage__ticks {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 11.25rem;
  min-width: 0;
  gap: 0;
}

.hero-stage__tick {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1.55rem;
  grid-template-rows: auto auto;
  column-gap: 10px;
  row-gap: 7px;
  align-items: baseline;
  min-width: 0;
  padding: 8px 0 10px 4px;
  color: rgba(255, 255, 255, 0.78);
  border: 0;
  background: transparent;
  text-align: right;
  text-shadow: 0 2px 18px rgba(5, 14, 28, 0.85);
  cursor: pointer;
}

.hero-stage__tick-num {
  grid-column: 2;
  grid-row: 1;
  color: inherit;
  font-family: var(--font-ui, inherit);
  font-size: 0.6rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  font-variant-numeric: tabular-nums;
}

.hero-stage__tick-label {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  color: inherit;
  font-family: var(--font-ui, inherit);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-stage__tick-bar {
  grid-column: 1 / -1;
  grid-row: 2;
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.18);
}

.hero-stage__tick-bar span {
  display: block;
  width: 0;
  height: 100%;
  background: #e6007e;
}

.hero-stage__tick.is-done {
  color: rgba(255, 255, 255, 0.72);
}

.hero-stage__tick.is-done .hero-stage__tick-bar span {
  width: 100%;
}

.hero-stage__tick.is-active {
  color: #fff;
}

.hero-stage.is-autoplaying .hero-stage__tick.is-active .hero-stage__tick-bar span {
  animation: hero-stage-progress var(--hero-delay, 6.4s) linear forwards;
}

.hero-stage__tick:is(:hover, :focus-visible) {
  color: #fff;
  outline: 0;
}

.hero-stage__arrows {
  display: flex;
  flex: 0 0 auto;
  gap: 2px;
  padding: 0;
  border-left: 0;
}

.hero-stage__arrows button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 24px rgba(5, 14, 28, 0.28);
}

.hero-stage__arrows button:is(:hover, :focus-visible) {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  outline: 0;
}

.hero-stage__arrows .lucide {
  width: 22px;
  height: 22px;
  stroke-width: 1.7;
}

@media (min-width: 1200px) {
  .hero-stage__swiper .swiper-slide[data-hero-place="center"] .hero-stage__text {
    padding-right: 4rem;
  }
}

.film-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding: clamp(136px, 13vh, 178px) 0 clamp(56px, 7vh, 88px);
  color: #fff;
  background: #071d33;
}

.film-stage__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background-image: image-set(
    url("../img/team-am-fahrzeug.webp") 1x,
    url("../img/team-am-fahrzeug-2x.webp") 2x
  );
  background-size: cover;
  background-position: center 38%;
}

.film-stage__frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 177.78vh;
  min-height: 56.25vw;
  transform: translate(-50%, -50%);
  border: 0;
  background: #000;
}

.film-stage__frame:not([src]) {
  display: none;
}

.film-stage::before,
.film-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.film-stage::before {
  background:
    linear-gradient(90deg, rgba(0, 18, 51, 0.78) 0%, rgba(0, 18, 51, 0.28) 48%, rgba(0, 18, 51, 0.08) 100%),
    linear-gradient(180deg, rgba(7, 29, 51, 0.18) 0%, rgba(7, 29, 51, 0.08) 42%, rgba(7, 29, 51, 0.55) 100%);
}

.film-stage.is-playing::before {
  background:
    linear-gradient(90deg, rgba(0, 18, 51, 0.7) 0%, rgba(0, 18, 51, 0.16) 52%, rgba(0, 18, 51, 0.04) 100%),
    linear-gradient(180deg, rgba(7, 29, 51, 0.1) 0%, rgba(7, 29, 51, 0.04) 48%, rgba(7, 29, 51, 0.58) 100%);
}

.film-stage::after {
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(180deg, rgba(7, 29, 51, 0), #071d33 92%);
}

.film-stage .container-xl {
  position: relative;
  z-index: 2;
}

.film-stage__copy {
  max-width: 42rem;
}

.film-stage__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8bbcf0;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.film-stage__eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.film-stage__copy h2 {
  margin: 14px 0 16px;
  font-family: var(--font-display, inherit);
  font-size: clamp(2.6rem, 5vw, 5.1rem);
  line-height: 0.94;
}

.film-stage__copy h2 .heading-accent,
.film-stage__copy h2 em {
  color: #e6007e;
  font-style: normal;
}

.film-stage__copy p {
  max-width: 38rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.06rem;
  line-height: 1.72;
}

.film-stage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

@media (min-width: 1200px) {
  .hero-stage {
    --hero-copy-max: 34rem;
  }

  .hero-stage.hero-premium {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
  }

  .hero-stage__text {
    width: min(48rem, 56%);
  }

  .hero-stage__swiper .swiper-slide[data-hero-place="right"] .hero-stage__text {
    width: min(48rem, 56%);
  }

  .hero-stage__swiper .swiper-slide[data-hero-place="center"] .hero-stage__text {
    width: min(52rem, 78%);
  }

  .hero-stage__copy {
    padding-top: calc(6.8rem + 1.6vh);
    padding-bottom: calc(var(--hero-dock-overlap) + 5.6rem);
  }
}

@media (min-width: 1400px) {
  .hero-stage {
    --hero-copy-max: 36rem;
  }

  .hero-stage.hero-premium h1,
  .hero-stage.hero-premium .hero-stage__title {
    margin-top: 22px;
  }

  .hero-stage .hero-copy {
    margin-top: 1.5rem;
  }

  .hero-stage .hero-actions {
    margin-top: 2rem;
  }

}

@media (min-width: 1600px) {
  .hero-stage__index {
    right: 4vw;
    font-size: clamp(6rem, 11vw, 10rem);
  }

  .hero-stage__text {
    width: min(50rem, 54%);
  }

  .hero-stage__swiper .swiper-slide[data-hero-place="right"] .hero-stage__text {
    width: min(50rem, 54%);
  }
}

@media (min-width: 1920px) {
  .hero-stage .hero-copy {
    font-size: 1.08rem;
  }

  .hero-stage__ticks {
    width: 11.75rem;
  }
}

@media (min-width: 1200px) and (max-height: 820px) {
  .hero-stage {
    --hero-title-size: clamp(3.4rem, 6vw, 6.2rem);
    --hero-dock-overlap: 3.6rem;
  }

  .hero-stage__copy {
    padding-top: 6.1rem;
    padding-bottom: calc(var(--hero-dock-overlap) + 5.2rem);
  }

  .hero-stage .hero-copy {
    margin-top: 1rem;
  }

  .hero-stage .hero-actions {
    margin-top: 1.25rem;
  }
}

@media (max-width: 1199.98px) {
  .hero-stage.hero-premium .hero-stage__hud {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: calc(var(--hero-dock-overlap) + 24px);
    background: linear-gradient(180deg, rgba(7, 29, 51, 0), rgba(7, 29, 51, 0.28) 100%);
  }

  .hero-stage.hero-premium .hero-stage__hud::before {
    display: none;
  }

  .hero-stage__controls {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    flex-direction: row;
    align-items: flex-end;
    width: min(100%, calc(var(--container-max) + (var(--container-gutter) * 2)));
    margin-inline: auto;
    padding: 0 var(--container-gutter);
    gap: 14px;
    border-radius: 0;
    background: none;
  }

  .hero-stage__ticks {
    flex-direction: row;
    width: min(22rem, calc(100% - 5.5rem));
    gap: 8px;
  }

  .hero-stage__tick {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 0;
    text-align: left;
  }

  .hero-stage__tick-num {
    display: none;
  }

  .hero-stage__tick-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .hero-stage__tick.is-active .hero-stage__tick-label {
    position: static;
    width: auto;
    height: auto;
    clip: auto;
    overflow: hidden;
    font-size: 0.64rem;
  }

  .hero-stage__tick-bar {
    width: 100%;
    height: 2px;
  }
}

@media (max-width: 767.98px) {
  .hero-stage.hero-premium {
    height: 100svh;
    min-height: 100svh;
    padding: 0;
  }

  .hero-stage__copy {
    overflow: visible;
    justify-content: flex-end;
    padding-top: 6.4rem;
    padding-bottom: calc(10.8rem + env(safe-area-inset-bottom, 0px));
  }

  .hero-stage {
    --hero-title-size: 2.45rem;
    --hero-title-lead: 0.96;
    --hero-dock-overlap: 0px;
  }

  .hero-stage__swiper .swiper-slide[data-hero-place="right"] .hero-stage__text,
  .hero-stage__swiper .swiper-slide[data-hero-place="center"] .hero-stage__text {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .hero-stage__swiper .swiper-slide[data-hero-place="right"] .hero-stage__kicker,
  .hero-stage__swiper .swiper-slide[data-hero-place="center"] .hero-stage__kicker {
    flex-direction: row;
    justify-content: flex-start;
  }

  .hero-stage__swiper .swiper-slide[data-hero-place="right"] .hero-copy,
  .hero-stage__swiper .swiper-slide[data-hero-place="center"] .hero-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-stage__swiper .swiper-slide[data-hero-place="right"] .hero-actions,
  .hero-stage__swiper .swiper-slide[data-hero-place="center"] .hero-actions {
    justify-content: flex-start;
  }

  .hero-stage__swiper .swiper-slide[data-hero-place="center"] .hero-stage__copy {
    justify-content: flex-end;
  }

  .hero-stage__text,
  .hero-stage__swiper .swiper-slide[data-hero-place="center"] .hero-stage__text {
    width: 100%;
  }

  .hero-stage__line {
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    white-space: normal;
  }

  .hero-stage__line > span {
    width: auto;
    max-width: 100%;
  }

  .hero-stage h1 em,
  .hero-stage .hero-stage__title em {
    white-space: normal;
  }

  .hero-stage .hero-copy {
    display: -webkit-box;
    margin-top: 0.7rem;
    overflow: hidden;
    font-size: 0.92rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .hero-stage .hero-actions {
    margin-top: 0.9rem;
  }

  .hero-stage.hero-premium .hero-actions .btn {
    width: 100%;
    min-height: 48px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 0.88rem;
    white-space: nowrap;
  }

  .hero-stage.hero-premium .hero-actions .btn-glass {
    display: none;
  }

  .hero-stage.hero-premium .hero-stage__hud {
    padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px));
  }

  .hero-stage__controls {
    flex-wrap: nowrap;
    gap: 12px;
    margin: 0;
    max-width: none;
  }

  .hero-stage__ticks {
    gap: 10px;
  }

  .hero-stage__tick-num,
  .hero-stage__tick-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .hero-stage__tick.is-active .hero-stage__tick-label {
    position: static;
    width: auto;
    height: auto;
    clip: auto;
    overflow: hidden;
    font-size: 0.64rem;
  }

  .hero-stage__index {
    display: none;
  }

  .hero-stage__arrows {
    padding-left: 0;
  }

  .hero-stage__arrows button {
    width: 36px;
    height: 36px;
  }

  .film-stage {
    min-height: 100svh;
    padding-top: 7rem;
    padding-bottom: calc(5.2rem + 72px + env(safe-area-inset-bottom, 0px));
  }

  .film-stage__copy h2 {
    font-size: 2.35rem;
  }

  .film-stage__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .film-stage__actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-stage__figure img,
  .hero-stage__swiper .swiper-slide-active .hero-stage__figure img,
  .hero-stage__swiper .swiper-slide-prev .hero-stage__figure img,
  .hero-stage__swiper .swiper-slide-next .hero-stage__figure img,
  .hero-stage__kicker,
  .hero-stage__kicker::before,
  .hero-stage__line > span,
  .hero-stage__copy .hero-copy,
  .hero-stage__copy .hero-actions,
  .hero-stage.is-hot .swiper-slide:not(.swiper-slide-active) .hero-stage__kicker,
  .hero-stage.is-hot .swiper-slide:not(.swiper-slide-active) .hero-stage__kicker::before,
  .hero-stage.is-hot .swiper-slide:not(.swiper-slide-active) .hero-stage__line > span,
  .hero-stage.is-hot .swiper-slide:not(.swiper-slide-active) .hero-stage__copy .hero-copy,
  .hero-stage.is-hot .swiper-slide:not(.swiper-slide-active) .hero-stage__copy .hero-actions,
  .hero-stage.is-hot .swiper-slide-active .hero-stage__kicker,
  .hero-stage.is-hot .swiper-slide-active .hero-stage__kicker::before,
  .hero-stage.is-hot .swiper-slide-active .hero-stage__line > span,
  .hero-stage.is-hot .swiper-slide-active .hero-stage__copy .hero-copy,
  .hero-stage.is-hot .swiper-slide-active .hero-stage__copy .hero-actions {
    opacity: 1;
    transform: none;
    filter: none;
    clip-path: none;
    animation: none;
    transition: none;
  }

  .hero-stage__swiper .swiper-slide-active .hero-stage__figure::after,
  .hero-stage.is-autoplaying .hero-stage__tick.is-active .hero-stage__tick-bar span {
    animation: none;
    transform: none;
  }
}

@keyframes hero-stage-ken {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-1.4%, 1%, 0);
  }
}

@keyframes hero-stage-flare {
  from {
    transform: translateX(-130%) skewX(-18deg);
    opacity: 0.75;
  }
  to {
    transform: translateX(130%) skewX(-18deg);
    opacity: 0;
  }
}

@keyframes hero-reveal {
  from {
    transform: translate3d(0, 108%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-rule-in {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes hero-stage-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
