.home-choice-concept,
html:has(body.home-choice-concept) {
  overflow-x: clip;
}

body.home-choice-concept {
  --max: clamp(1180px, calc(100vw - 120px), 1480px);
}

.home-choice-concept .normative-sequence {
  --sequence-sticky-top: 112px;
  padding-top: clamp(18px, 2vw, 24px);
  padding-bottom: clamp(48px, 5.5vw, 72px);
}

.home-choice-concept .normative-sequence .operation-surface {
  padding-top: clamp(28px, 3vw, 38px);
}

.home-choice-concept .normative-sequence__intro {
  max-width: 880px;
  padding-top: 0;
}

.home-choice-concept .normative-sequence__intro h2 {
  max-width: 760px;
  margin: 0;
  color: rgba(16, 25, 22, 0.92);
  font-family: var(--serif);
  font-size: clamp(30px, 2.55vw, 36px);
  font-weight: 500;
  line-height: 1.08;
  text-shadow: 0 1px 20px rgba(255, 255, 255, 0.92);
}

.home-choice-concept .normative-sequence__layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.74fr) minmax(410px, 1.18fr);
  gap: clamp(38px, 6.4vw, 96px);
  align-items: start;
  margin-top: clamp(24px, 2.8vw, 36px);
}

.home-choice-concept .normative-sequence__steps {
  grid-column: 1;
  grid-row: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-choice-concept .normative-sequence__step {
  min-height: 58svh;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: clamp(32px, 4.2vh, 48px) 0;
  opacity: 1;
  transform: none;
}

.home-choice-concept .normative-sequence__step:is(
    [data-sequence-step="3"],
    [data-sequence-step="4"]
  ) {
  min-height: 64svh;
}

.home-choice-concept .normative-sequence.is-enhanced .normative-sequence__step {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    opacity 420ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-choice-concept .normative-sequence.is-enhanced .normative-sequence__step.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.home-choice-concept .normative-sequence__step-title {
  display: block;
  max-width: 450px;
  color: rgba(16, 25, 22, 0.92);
  font-family: var(--serif);
  font-size: clamp(24px, 2.1vw, 30px);
  font-weight: 500;
  line-height: 1.14;
  text-shadow: 0 1px 20px rgba(255, 255, 255, 0.94);
}

.home-choice-concept .normative-sequence__step-copy {
  display: block;
  max-width: 44ch;
  margin-top: 22px;
  color: rgba(39, 56, 52, 0.8);
  font-family: var(--sans);
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 400;
  line-height: 1.66;
  text-shadow: 0 1px 16px rgba(255, 255, 255, 0.92);
}

.home-choice-concept .normative-sequence__stage {
  position: sticky;
  top: var(--sequence-sticky-top);
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  width: 100%;
  height: min(66svh, 590px);
  z-index: 3;
}

.home-choice-concept .normative-sequence__stage-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: clip;
  isolation: isolate;
}

.home-choice-concept .normative-sequence__stage-inner::before {
  position: absolute;
  inset: 2% -4%;
  z-index: 0;
  content: "";
  background: none;
  pointer-events: none;
}

.home-choice-concept .normative-sequence__canvas {
  --sequence-mask-center-y: 54%;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-mask-image: radial-gradient(
    ellipse 52% 48% at 52% var(--sequence-mask-center-y),
    #000 0%,
    rgba(0, 0, 0, 0.98) 48%,
    rgba(0, 0, 0, 0.7) 66%,
    rgba(0, 0, 0, 0.22) 84%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse 52% 48% at 52% var(--sequence-mask-center-y),
    #000 0%,
    rgba(0, 0, 0, 0.98) 48%,
    rgba(0, 0, 0, 0.7) 66%,
    rgba(0, 0, 0, 0.22) 84%,
    transparent 100%
  );
  pointer-events: none;
}

.home-choice-concept .normative-sequence__readouts {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.home-choice-concept .normative-sequence__scene {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7%;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 14px, 0) scale(0.985);
  transition: none;
}

.home-choice-concept .normative-sequence__scene.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.home-choice-concept .normative-sequence__scene--ontology,
.home-choice-concept .normative-sequence__scene--decision {
  justify-content: flex-end;
  padding-bottom: 3.5%;
}

.home-choice-concept .normative-sequence__population-value {
  display: block;
  min-width: 10.8ch;
  margin-top: 0;
  color: rgba(16, 25, 22, 0.92);
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 64px);
  font-variant-numeric: tabular-nums lining-nums;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 2px 28px rgba(255, 255, 255, 0.98);
}

.home-choice-concept .normative-sequence__scene-word {
  display: block;
  margin-top: 0;
  color: rgba(16, 25, 22, 0.92);
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 2px 30px rgba(255, 255, 255, 0.98);
}

.home-choice-concept .normative-sequence__scene-word--decision {
  color: rgba(35, 111, 110, 0.92);
  font-size: clamp(44px, 5vw, 64px);
}

.home-choice-concept .legal-order-copy h2 {
  font-size: clamp(30px, 2.55vw, 36px);
}

@media (min-width: 981px) {
  .home-choice-concept .home-hero {
    min-height: calc(100svh - 80px);
    padding-top: 40px;
    padding-bottom: 56px;
  }

}

@media (max-width: 980px) {
  .home-choice-concept .home-hero {
    min-height: calc(100svh - 122px);
  }

  .home-choice-concept .normative-sequence__layout {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .home-choice-concept .normative-sequence__stage {
    order: -1;
    top: var(--sequence-sticky-top);
    align-self: stretch;
    height: min(36svh, 300px);
    margin-bottom: 0;
    z-index: 6;
  }

  .home-choice-concept .normative-sequence__stage-inner::before {
    inset: -8% -4%;
    background:
      linear-gradient(
        180deg,
        rgba(251, 253, 249, 0.98) 0%,
        rgba(251, 253, 249, 0.94) 72%,
        rgba(251, 253, 249, 0) 100%
      ),
      radial-gradient(
        ellipse at center,
        rgba(251, 253, 249, 0.96),
        rgba(251, 253, 249, 0.64) 56%,
        rgba(251, 253, 249, 0) 82%
      );
  }

  .home-choice-concept .normative-sequence__steps {
    width: 100%;
    margin-top: calc(-1 * min(18svh, 150px));
  }

  .home-choice-concept .normative-sequence__step {
    min-height: 68svh;
    max-width: 660px;
    justify-content: center;
    padding: min(36svh, 300px) 0 36px;
  }

  .home-choice-concept .normative-sequence__step:is(
      [data-sequence-step="3"],
      [data-sequence-step="4"]
    ) {
    min-height: 74svh;
  }

  .home-choice-concept .normative-sequence__step-copy {
    max-width: 610px;
  }

  .home-choice-concept .normative-sequence__scene--ontology,
  .home-choice-concept .normative-sequence__scene--decision {
    padding-bottom: 2%;
  }

}

@media (max-width: 620px) {
  .home-choice-concept .home-hero {
    min-height: calc(100svh - 70px);
  }

  .home-choice-concept .normative-sequence {
    width: min(100vw - 24px, var(--max));
  }

  .home-choice-concept .normative-sequence__intro {
    padding-top: 0;
  }

  .home-choice-concept .normative-sequence__intro h2,
  .home-choice-concept .legal-order-copy h2 {
    font-size: 28px;
  }

  .home-choice-concept .normative-sequence__step-title {
    font-size: 24px;
  }

  .home-choice-concept .normative-sequence__stage {
    height: min(34svh, 270px);
  }

  .home-choice-concept .normative-sequence__canvas {
    --sequence-mask-center-y: 48%;
  }

  .home-choice-concept .normative-sequence__steps {
    margin-top: calc(-1 * min(18svh, 150px));
  }

  .home-choice-concept .normative-sequence__step {
    min-height: 62svh;
    justify-content: flex-start;
    padding: 42px 0 28px;
  }

  .home-choice-concept .normative-sequence__step:is(
      [data-sequence-step="3"],
      [data-sequence-step="4"]
    ) {
    min-height: 68svh;
  }

  .home-choice-concept .normative-sequence.is-enhanced .normative-sequence__step {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }

  .home-choice-concept .normative-sequence.is-enhanced .normative-sequence__step.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .home-choice-concept .normative-sequence__step-copy {
    margin-top: 14px;
    line-height: 1.58;
  }

  .home-choice-concept .normative-sequence__population-value {
    font-size: 44px;
  }

  .home-choice-concept .normative-sequence__scene-word {
    font-size: 44px;
  }

  .home-choice-concept .normative-sequence__scene-word--decision {
    font-size: 44px;
  }
}

@media (max-width: 620px) and (prefers-reduced-motion: no-preference) {
  .home-choice-concept
    .normative-sequence.is-enhanced
    .normative-sequence__step[data-sequence-step="0"] {
    padding-top: 164px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-choice-concept .normative-sequence__stage {
    position: relative;
    top: auto;
  }

  .home-choice-concept .normative-sequence__step,
  .home-choice-concept .normative-sequence.is-enhanced .normative-sequence__step,
  .home-choice-concept .normative-sequence.is-enhanced .normative-sequence__step.is-active {
    min-height: 0;
    padding: 38px 0;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home-choice-concept .normative-sequence__scene {
    transition: none;
  }
}
