.home-hero-stage {
  position: relative;
  --home-hero-stage-eyebrow-size: 14px;
  --home-hero-stage-eyebrow-line-height: 20px;
  --home-hero-stage-product-size: 16px;
  --home-hero-stage-product-line-height: 24px;
  --home-hero-stage-title-size: 24px;
  --home-hero-stage-title-line-height: 30px;
  --home-hero-stage-description-size: 14px;
  --home-hero-stage-description-line-height: 22px;
  --home-hero-stage-cta-font-size: 14px;
  --home-hero-stage-cta-padding-block: 9px;
  --home-hero-stage-cta-padding-inline: 14px;
  --home-hero-stage-cta-gap: 8px;
  --home-hero-stage-cta-icon-size: 16px;
  --home-hero-stage-focus-nav-size: 28px;
  --home-hero-stage-focus-controls-gap: 8px;
  --home-hero-stage-focus-slide-gap: 8px;
  --home-hero-stage-focus-card-size: 96px;
  --home-hero-stage-focus-card-gap: 0px;
  --home-hero-stage-focus-card-radius: 16px;
  --home-hero-stage-focus-card-title-size: 12px;
  --home-hero-stage-focus-card-title-padding: 8px;
  --home-hero-stage-focus-card-image-scale: 1.4;
  --home-hero-stage-focus-card-image-scale-active: 1.8;
  --home-hero-stage-stage-image-scale: 0.88;
  --home-hero-stage-stacked-media-size: 90vw;
  --home-hero-stage-intro-video-size: clamp(
    512px,
    calc(100vw * 1120 / 1920),
    1120px
  );
  --home-hero-stage-focus-rail-width: calc(
    var(--home-hero-stage-focus-card-size) * 3 +
      var(--home-hero-stage-focus-slide-gap) * 2
  );
  --home-hero-stage-focus-controls-width: calc(
    var(--home-hero-stage-focus-rail-width) +
      var(--home-hero-stage-focus-nav-size) * 2 +
      var(--home-hero-stage-focus-controls-gap) * 2
  );
}

.home-hero-stage__viewport {
  position: relative;
}

.home-hero-stage--scene-active,
.home-hero-stage--scene-active .home-hero-stage__viewport {
  min-height: 100vh;
  min-height: 100svh;
}

.home-hero-stage__media-shell {
  position: absolute;
  --home-hero-stage-media-shell-decor-opacity: 1;
  z-index: 1;
  top: 0;
  left: 0;
  right: auto;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  overflow: visible;
  background: rgb(11 9 9 / var(--home-hero-stage-media-shell-decor-opacity));
  transition: background-color 240ms ease;
}

.home-hero-stage--scene-active .home-hero-stage__media-shell {
  overflow: hidden;
}

.home-hero-stage__media-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background-image: var(
    --home-hero-stage-video-bg-url,
    url('../../../images/home/video-bg.png')
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: var(--home-hero-stage-media-shell-decor-opacity);
}

.home-hero-stage__canvas {
  position: absolute;
  display: block;
  top: 0;
  left: calc((100vw - var(--home-hero-stage-stacked-media-size)) / 2);
  z-index: 1;
  width: var(--home-hero-stage-stacked-media-size);
  height: var(--home-hero-stage-stacked-media-size);
  background: transparent;
  border-radius: inherit;
  filter: saturate(1.06) contrast(1.08) brightness(0.94);
  transition: opacity 240ms ease;
}

.home-hero-stage__intro-video-shell {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  --home-hero-stage-intro-fade-duration: 100ms;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
  transition:
    opacity var(--home-hero-stage-intro-fade-duration) ease,
    visibility 0s linear 0s;
}

.home-hero-stage__intro-video-shell--hidden {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity var(--home-hero-stage-intro-fade-duration) ease,
    visibility 0s linear var(--home-hero-stage-intro-fade-duration);
}

.home-hero-stage__intro-video-frame {
  position: relative;
  z-index: 1;
  width: var(--home-hero-stage-stacked-media-size);
  max-width: var(--home-hero-stage-stacked-media-size);
  aspect-ratio: 1 / 1;
}

.home-hero-stage__intro-video-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(
    --home-hero-stage-video-bg-url,
    url('../../../images/home/video-bg.png')
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 600px), (max-width: 1279px) and (orientation: portrait) {
  .home-hero-stage__media-shell::before,
  .home-hero-stage__intro-video-shell::before {
    background-image: var(
      --home-hero-stage-video-bg-sq-url,
      var(
        --home-hero-stage-video-bg-url,
        url('../../../images/home/video-bg-square.jpg')
      )
    );
  }
}

.home-hero-stage__intro-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 0;
  opacity: 0;
  transition: opacity 160ms ease;
}

.home-hero-stage__intro-video[hidden] {
  display: none;
}

.home-hero-stage__intro-video--video {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}

.home-hero-stage__intro-video--canvas {
  background: transparent;
}

.home-hero-stage__intro-video--ready {
  opacity: 1;
}

.home-hero-stage__container {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home-hero-stage__nebula {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: min(60vw, 1920px);
  max-width: none;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.home-hero-stage__layout {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.home-hero-stage__reveal {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms ease;
}

.home-hero-stage__reveal--visible {
  opacity: 1;
}

[data-hero-stage-reveal-interactive].home-hero-stage__reveal--visible {
  pointer-events: auto;
}

.home-hero-stage__target-shell {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  max-width: min(100%, 22rem);
  overflow: visible;
  order: 1;
}

.home-hero-stage__target {
  position: relative;
  z-index: 1;
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.home-hero-stage__stage-image {
  position: absolute;
  inset: 0;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: transparent;
  -o-object-fit: cover;
     object-fit: cover;
  /* transform: scale(var(--home-hero-stage-stage-image-scale)); */
  transform-origin: center center;
}

.home-hero-stage--stage-image-visible .home-hero-stage__canvas {
  opacity: 0;
}

.home-hero-stage--stage-image-visible .home-hero-stage__media-shell {
  background: transparent;
}

.home-hero-stage--stage-image-visible .home-hero-stage__media-shell::before,
.home-hero-stage--stage-image-visible .home-hero-stage__media-shell::after {
  opacity: 0;
}

.home-hero-stage--stage-image-visible .home-hero-stage__stage-image {
  display: block;
}

.home-hero-stage__story-shell {
  position: relative;
  width: 100%;
  order: 2;
  z-index: 3;
}

.home-hero-stage__story-panel {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 720px;
  text-align: center;
}

.home-hero-stage__eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.home-hero-stage__eyebrow {
  font-size: var(--home-hero-stage-eyebrow-size);
  line-height: var(--home-hero-stage-eyebrow-line-height);
}

.home-hero-stage__eyebrow-line {
  height: 1px;
  width: 3.5rem;
  background: #c1c8d0;
}

.home-hero-stage__product-name {
  margin-top: 0.6rem;
  font-size: var(--home-hero-stage-product-size);
  line-height: var(--home-hero-stage-product-line-height);
  font-weight: 500;
}

.home-hero-stage__title {
  margin-top: 0.3rem;
  font-size: var(--home-hero-stage-title-size);
  line-height: var(--home-hero-stage-title-line-height);
  font-weight: 700;
  text-transform: uppercase;
}

.home-hero-stage__description {
  margin: 0.3rem auto 0;
  max-width: 680px;
  font-size: var(--home-hero-stage-description-size);
  line-height: var(--home-hero-stage-description-line-height);
}

.home-hero-stage__cta {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin-top: 0.8rem;
  padding-block: var(--home-hero-stage-cta-padding-block);
  padding-inline: var(--home-hero-stage-cta-padding-inline);
  gap: var(--home-hero-stage-cta-gap);
  font-size: var(--home-hero-stage-cta-font-size);
  white-space: nowrap;
}

.home-hero-stage__cta:hover,
.home-hero-stage__cta:focus-visible {
  color: #ffffff;
}

.home-hero-stage__cta-icon {
  display: block;
  width: var(--home-hero-stage-cta-icon-size);
  height: var(--home-hero-stage-cta-icon-size);
}

.home-hero-stage__cta-icon--hover {
  display: none;
}

.home-hero-stage__cta:hover .home-hero-stage__cta-icon--default,
.home-hero-stage__cta:focus-visible .home-hero-stage__cta-icon--default {
  display: none;
}

.home-hero-stage__cta:hover .home-hero-stage__cta-icon--hover,
.home-hero-stage__cta:focus-visible .home-hero-stage__cta-icon--hover {
  display: block;
}

.home-hero-stage__focus-controls {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-width: 0px;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  gap: var(--home-hero-stage-focus-controls-gap);
}

.home-hero-stage__focus-nav {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: var(--home-hero-stage-focus-nav-size);
  height: var(--home-hero-stage-focus-nav-size);
  cursor: pointer;
  border: 0;
  padding: 0;
  background: transparent;
}

.home-hero-stage__focus-nav-icon {
  width: 100%;
  height: 100%;
}

.home-hero-stage__focus-nav-icon--hover {
  display: none;
}

.home-hero-stage__focus-nav:hover .home-hero-stage__focus-nav-icon--default,
.home-hero-stage__focus-nav:focus-visible
  .home-hero-stage__focus-nav-icon--default {
  display: none;
}

.home-hero-stage__focus-nav:hover .home-hero-stage__focus-nav-icon--hover,
.home-hero-stage__focus-nav:focus-visible
  .home-hero-stage__focus-nav-icon--hover {
  display: block;
}

.home-hero-stage__focus-nav:disabled,
.home-hero-stage__focus-nav.swiper-button-disabled {
  cursor: default;
  opacity: 0.35;
  pointer-events: none;
}

.home-hero-stage__focus-nav:disabled .home-hero-stage__focus-nav-icon--default,
.home-hero-stage__focus-nav.swiper-button-disabled
  .home-hero-stage__focus-nav-icon--default {
  display: block;
}

.home-hero-stage__focus-nav:disabled .home-hero-stage__focus-nav-icon--hover,
.home-hero-stage__focus-nav.swiper-button-disabled
  .home-hero-stage__focus-nav-icon--hover {
  display: none;
}

.home-hero-stage__focus-swiper-shell {
  min-width: 0;
  flex: 0 1 var(--home-hero-stage-focus-rail-width);
  width: min(100%, var(--home-hero-stage-focus-rail-width));
  max-width: var(--home-hero-stage-focus-rail-width);
  overflow: hidden;
  margin-top: calc(var(--home-hero-stage-focus-card-size) * -0.3);
  margin-bottom: calc(var(--home-hero-stage-focus-card-size) * -0.3);
  padding-top: calc(var(--home-hero-stage-focus-card-size) * 0.3);
  padding-bottom: calc(var(--home-hero-stage-focus-card-size) * 0.3);
}

.home-hero-stage__focus-swiper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: visible !important;
}

.home-hero-stage__focus-swiper .swiper-slide {
  display: flex;
  height: auto;
}

.home-hero-stage__focus-card {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  gap: var(--home-hero-stage-focus-card-gap);
  overflow: visible;
  border-radius: var(--home-hero-stage-focus-card-radius);
  transform-origin: center center;
  background: linear-gradient(180deg, rgba(212, 212, 212, 0) 0%, #d9dde1 100%);
  box-shadow: 0 2px 4px 0 rgba(212, 212, 212, 0.5);
  transition:
    color 300ms ease,
    background 300ms ease,
    box-shadow 300ms ease,
    transform 300ms ease;
}

.home-hero-stage__focus-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(
    rgb(255, 255, 255) 20%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: opacity 300ms ease;
}

.home-hero-stage__focus-card:hover,
.home-hero-stage__focus-card.active,
.home-hero-stage__focus-card:focus-visible {
  color: #ffffff;
  background: linear-gradient(219deg, #2a3180 0%, #cd1378 100%);
}

.home-hero-stage__focus-card.active::before {
  opacity: 1;
}

.home-hero-stage__focus-card-image {
  position: relative;
  z-index: 2;
  width: 60%;
  transform-origin: bottom center;
  transition: transform 300ms ease;
}

.home-hero-stage__focus-card:hover .home-hero-stage__focus-card-image,
.home-hero-stage__focus-card:focus-visible .home-hero-stage__focus-card-image {
  transform: scale(var(--home-hero-stage-focus-card-image-scale));
}

.home-hero-stage__focus-card.active .home-hero-stage__focus-card-image {
  transform: scale(var(--home-hero-stage-focus-card-image-scale-active));
}

.home-hero-stage__focus-card-title {
  position: relative;
  z-index: 3;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding-left: var(--home-hero-stage-focus-card-title-padding);
  padding-right: var(--home-hero-stage-focus-card-title-padding);
  font-size: var(--home-hero-stage-focus-card-title-size);
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-hero-stage__focus-card-title--truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .home-hero-stage {
    --home-hero-stage-eyebrow-size: 16px;
    --home-hero-stage-eyebrow-line-height: 24px;
    --home-hero-stage-product-size: 20px;
    --home-hero-stage-product-line-height: 30px;
    --home-hero-stage-title-size: 32px;
    --home-hero-stage-title-line-height: 40px;
    --home-hero-stage-description-size: 16px;
    --home-hero-stage-description-line-height: 26px;
    --home-hero-stage-cta-padding-block: 10px;
    --home-hero-stage-cta-padding-inline: 16px;
    --home-hero-stage-focus-controls-gap: 12px;
    --home-hero-stage-focus-card-size: 108px;
    --home-hero-stage-focus-card-gap: 0px;
    --home-hero-stage-focus-card-title-size: 12px;
    --home-hero-stage-focus-card-title-padding: 10px;
    --home-hero-stage-intro-video-size: clamp(
      512px,
      calc(100vw * 1120 / 1920),
      1120px
    );
  }

  .home-hero-stage__target-shell {
    max-width: min(100%, 24rem);
  }

  .home-hero-stage__nebula {
    width: min(60vw, 1920px);
    bottom: clamp(-8rem, -15vw, -2rem);
  }

  .home-hero-stage__container {
    padding-top: 7.5rem;
  }

  .home-hero-stage__target {
    border-radius: 24px;
  }

  .home-hero-stage__eyebrow-line {
    width: 5rem;
  }
}

@media (max-width: 767px) {
  .home-hero-stage__container {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .home-hero-stage__nebula {
    width: 100vw;
  }

  .home-hero-stage__layout {
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
  }

  .home-hero-stage__target-shell,
  .home-hero-stage__story-shell {
    flex: none;
    width: 100%;
  }

  .home-hero-stage__target-shell {
    order: 1;
    max-width: min(100%, 18rem);
    margin-top: clamp(24px, 3vw, 56px);
  }

  .home-hero-stage__story-shell {
    order: 2;
  }

  .home-hero-stage__story-panel {
    margin-left: 0;
    margin-right: 0;
    max-width: 720px;
    text-align: left;
  }

  .home-hero-stage__eyebrow-row {
    justify-content: flex-start;
    gap: 0.625rem;
  }

  .home-hero-stage__description {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.4rem;
  }

  .home-hero-stage__cta {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.9rem;
  }

  .home-hero-stage__focus-controls {
    margin-left: 0;
    margin-right: 0;
    margin-top: 3.25rem;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: flex-start;
  }

  .home-hero-stage__focus-swiper .swiper-slide {
    min-width: var(--home-hero-stage-focus-card-size);
  }
}

@media (min-width: 768px) {
  .home-hero-stage__canvas {
    left: 0;
    width: auto;
    height: auto;
  }

  .home-hero-stage__intro-video-frame {
    width: var(--home-hero-stage-intro-video-size);
    max-width: none;
  }

  .home-hero-stage__intro-video {
    inset: 18%;
    width: 64%;
    height: 64%;
    border-radius: 16px;
  }

  .home-hero-stage__layout {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
  }

  .home-hero-stage__target-shell,
  .home-hero-stage__story-shell {
    width: auto;
    min-width: 0;
  }

  .home-hero-stage__target-shell {
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
    margin-top: 0;
  }

  .home-hero-stage__story-shell {
    flex: 0 0 50%;
    max-width: 50%;
    order: 1;
  }

  .home-hero-stage__story-panel {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    text-align: left;
  }

  .home-hero-stage__product-name {
    margin-top: 0.8rem;
  }

  .home-hero-stage__title {
    margin-top: 0.45rem;
  }

  .home-hero-stage__eyebrow-row {
    justify-content: flex-start;
    gap: 0.625rem;
  }

  .home-hero-stage__description {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.55rem;
  }

  .home-hero-stage__cta {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.2rem;
  }

  .home-hero-stage__focus-controls {
    margin-left: 0;
    margin-right: 0;
    margin-top: 2rem;
    width: min(100%, var(--home-hero-stage-focus-controls-width));
    justify-content: flex-start;
  }
}

@media (min-width: 960px) {
  .home-hero-stage {
    --home-hero-stage-eyebrow-size: 16px;
    --home-hero-stage-eyebrow-line-height: 24px;
    --home-hero-stage-product-size: 20px;
    --home-hero-stage-product-line-height: 30px;
    --home-hero-stage-title-size: 44px;
    --home-hero-stage-title-line-height: 54px;
    --home-hero-stage-description-size: 16px;
    --home-hero-stage-description-line-height: 26px;
    --home-hero-stage-cta-font-size: 17px;
    --home-hero-stage-cta-padding-block: 11px;
    --home-hero-stage-cta-padding-inline: 18px;
    --home-hero-stage-cta-gap: 16px;
    --home-hero-stage-cta-icon-size: 20px;
    --home-hero-stage-focus-nav-size: 32px;
    --home-hero-stage-focus-controls-gap: 14px;
    --home-hero-stage-focus-slide-gap: 14px;
    --home-hero-stage-focus-card-size: 140px;
    --home-hero-stage-focus-card-gap: 0px;
    --home-hero-stage-focus-card-radius: 20px;
    --home-hero-stage-focus-card-title-size: 14px;
    --home-hero-stage-focus-card-title-padding: 12px;
    --home-hero-stage-focus-card-image-scale: 1.5;
    --home-hero-stage-intro-video-size: clamp(
      512px,
      calc(100vw * 1120 / 1920),
      1120px
    );
  }

  .home-hero-stage__layout {
    gap: 1.5rem;
  }

  .home-hero-stage__product-name {
    margin-top: 0.8rem;
  }

  .home-hero-stage__title {
    margin-top: 0.45rem;
  }

  .home-hero-stage__eyebrow-row {
    justify-content: flex-start;
    gap: 0.625rem;
  }

  .home-hero-stage__description {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.55rem;
  }

  .home-hero-stage__cta {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.2rem;
  }

  .home-hero-stage__focus-controls {
    margin-left: 0;
    margin-right: 0;
    margin-top: 2.5rem;
    width: min(100%, var(--home-hero-stage-focus-controls-width));
    justify-content: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 1279px) and (orientation: portrait) {
  .home-hero-stage__nebula {
    width: 100vw;
  }

  .home-hero-stage__container {
    padding-top: 8rem;
    padding-bottom: 0.75rem;
  }

  .home-hero-stage__layout {
    gap: 0.35rem;
  }

  .home-hero-stage__cta {
    margin-top: 0.8rem;
  }

  .home-hero-stage__focus-controls {
    margin-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .home-hero-stage {
    --home-hero-stage-product-size: 18px;
    --home-hero-stage-product-line-height: 28px;
    --home-hero-stage-title-size: 44px;
    --home-hero-stage-title-line-height: 54px;
    --home-hero-stage-description-size: 15px;
    --home-hero-stage-description-line-height: 24px;
    --home-hero-stage-cta-font-size: 16px;
    --home-hero-stage-cta-padding-block: 11px;
    --home-hero-stage-cta-padding-inline: 18px;
    --home-hero-stage-cta-gap: 14px;
    --home-hero-stage-cta-icon-size: 18px;
    --home-hero-stage-focus-nav-size: 28px;
    --home-hero-stage-focus-controls-gap: 12px;
    --home-hero-stage-focus-slide-gap: 16px;
    --home-hero-stage-focus-card-size: 132px;
    --home-hero-stage-focus-card-gap: 0px;
    --home-hero-stage-focus-card-radius: 18px;
    --home-hero-stage-focus-card-title-size: 13px;
    --home-hero-stage-focus-card-title-padding: 10px;
    --home-hero-stage-focus-card-image-scale: 1.45;
    --home-hero-stage-intro-video-size: clamp(
      512px,
      calc(100vw * 1120 / 1920),
      1120px
    );
  }

  .home-hero-stage__container {
    padding-top: 128px;
  }

  .home-hero-stage__layout {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
  }

  .home-hero-stage__target-shell,
  .home-hero-stage__story-shell {
    width: auto;
    min-width: 0;
  }

  .home-hero-stage__target-shell {
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
    margin-top: 0;
  }

  .home-hero-stage__story-shell {
    flex: 0 0 50%;
    max-width: 50%;
    order: 1;
  }

  .home-hero-stage__story-panel {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    text-align: left;
  }

  .home-hero-stage__target {
    border-radius: 28px;
  }

  .home-hero-stage__product-name {
    margin-top: 24px;
  }

  .home-hero-stage__eyebrow-row {
    justify-content: flex-start;
  }

  .home-hero-stage__description {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.8rem;
  }

  .home-hero-stage__cta {
    margin-left: 0;
    margin-right: 0;
    margin-top: 2rem;
  }

  .home-hero-stage__focus-controls {
    margin-left: 0;
    margin-right: 0;
    margin-top: 2.5rem;
    width: min(100%, var(--home-hero-stage-focus-controls-width));
    justify-content: flex-start;
  }

  .home-hero-stage__focus-swiper-shell {
    margin-top: calc(var(--home-hero-stage-focus-card-size) * -0.24);
    margin-bottom: calc(var(--home-hero-stage-focus-card-size) * -0.24);
    padding-top: calc(var(--home-hero-stage-focus-card-size) * 0.24);
    padding-bottom: calc(var(--home-hero-stage-focus-card-size) * 0.24);
  }
}

@media (min-width: 1440px) {
  .home-hero-stage {
    --home-hero-stage-eyebrow-size: 15px;
    --home-hero-stage-eyebrow-line-height: 22px;
    --home-hero-stage-product-size: 18px;
    --home-hero-stage-product-line-height: 28px;
    --home-hero-stage-title-size: 46px;
    --home-hero-stage-title-line-height: 56px;
    --home-hero-stage-description-size: 15px;
    --home-hero-stage-description-line-height: 24px;
    --home-hero-stage-cta-font-size: 16px;
    --home-hero-stage-cta-padding-block: 11px;
    --home-hero-stage-cta-padding-inline: 18px;
    --home-hero-stage-cta-gap: 14px;
    --home-hero-stage-cta-icon-size: 18px;
    --home-hero-stage-focus-nav-size: 28px;
    --home-hero-stage-focus-controls-gap: 10px;
    --home-hero-stage-focus-slide-gap: 14px;
    --home-hero-stage-focus-card-size: 138px;
    --home-hero-stage-focus-card-gap: 0px;
    --home-hero-stage-focus-card-radius: 18px;
    --home-hero-stage-focus-card-title-size: 13px;
    --home-hero-stage-focus-card-title-padding: 10px;
    --home-hero-stage-focus-card-image-scale: 1.45;
  }

  .home-hero-stage__product-name {
    margin-top: 22px;
  }

  .home-hero-stage__container {
    padding-top: 106px;
  }

  .home-hero-stage__description {
    margin-top: 0.65rem;
  }

  .home-hero-stage__cta {
    margin-top: 1.5rem;
  }

  .home-hero-stage__focus-controls {
    margin-top: 3rem;
  }
}

@media (min-width: 1580px) and (max-width: 1679px) {
  .home-hero-stage__title {
    font-size: 44px;
  }
}

@media (min-width: 1680px) {
  .home-hero-stage {
    --home-hero-stage-product-size: 22px;
    --home-hero-stage-product-line-height: 32px;
    --home-hero-stage-title-size: 56px;
    --home-hero-stage-title-line-height: 70px;
    --home-hero-stage-cta-padding-block: 12px;
    --home-hero-stage-cta-padding-inline: 19px;
    --home-hero-stage-focus-card-size: 160px;
    --home-hero-stage-focus-card-title-size: 16px;
  }

  .home-hero-stage__product-name {
    margin-top: 32px;
  }

  .home-hero-stage__container {
    padding-top: 148px;
  }

  .home-hero-stage__focus-controls {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1860px) {
  .home-hero-stage {
    --home-hero-stage-cta-padding-block: 12px;
    --home-hero-stage-cta-padding-inline: 20px;
    --home-hero-stage-focus-card-size: 168px;
    --home-hero-stage-focus-card-title-size: 16px;
  }

  .home-hero-stage__product-name {
    margin-top: 34px;
  }

  .home-hero-stage__container {
    padding-top: 176px;
  }
}

@media (min-width: 1920px) {
  .home-hero-stage {
    --home-hero-stage-cta-padding-block: 12px;
    --home-hero-stage-cta-padding-inline: 20px;
    --home-hero-stage-focus-card-size: 172px;
  }

  .home-hero-stage__product-name {
    margin-top: 36px;
  }

  .home-hero-stage__focus-controls {
    margin-top: 4rem;
  }
}
/*# sourceMappingURL=hero-stage.css.map */
