.stage-center.s-cover__stage {
  gap: clamp(18px, 3cqh, 38px);
}

.s-cover__mark {
  text-shadow: 0 0 64px rgba(242, 102, 26, 0.14);
}

.s-cover__tagline {
  min-height: calc(1.6em * 2);
  margin: 0 auto;
  font-family: var(--sans);
  font-size: clamp(20px, 2.5cqw, 31px);
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 1.6;
  color: var(--ember);
  max-width: 34ch;
  text-wrap: balance;
}

.s-cover__haze {
  position: absolute;
  border-radius: 50%;
  filter: blur(34px);
}

.s-cover__haze--a {
  top: 6%;
  left: 50%;
  width: 74cqw;
  height: 74cqw;
  max-width: 980px;
  max-height: 980px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(242, 102, 26, 0.17) 0%, rgba(242, 102, 26, 0) 60%);
}

.s-cover__haze--b {
  bottom: 2%;
  left: 30%;
  width: 52cqw;
  height: 52cqw;
  max-width: 680px;
  max-height: 680px;
  background: radial-gradient(circle, rgba(255, 179, 92, 0.12) 0%, rgba(255, 179, 92, 0) 62%);
}

.s-ch1__field {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 86% at 50% 90%, rgba(242, 102, 26, 0.12) 0%, rgba(242, 102, 26, 0) 56%),
    radial-gradient(120% 120% at 50% 16%, rgba(28, 19, 12, 0.55) 0%, rgba(8, 5, 3, 0) 70%);
  z-index: 0;
}
.s-ch1__tag {
  color: var(--cream-2);
}
.s-ch1__title {
  position: absolute;
  top: clamp(46px, 11cqh, 132px);
  left: 0;
  right: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2px, 0.8cqh, 12px);
  text-align: center;
  pointer-events: none;
}
.s-ch1__num {
  font-size: clamp(110px, 22cqh, 260px);
  line-height: 0.86;
  color: var(--ember);
  text-shadow: 0 8px 60px rgba(242, 102, 26, 0.4);
}
.s-ch1__word {
  color: var(--cream);
  letter-spacing: 0.01em;
}
.s-ch1__fan {
  --card-w: clamp(280px, 50cqmin, 540px);
  position: absolute;
  left: 50%;
  bottom: -15cqh;
  translate: -50% 0;
  transform: translateY(0);
  opacity: 1;
  width: calc(var(--card-w) * 2.4);
  height: calc(var(--card-w) + 15cqh);
  z-index: 3;
  -webkit-mask-image: linear-gradient(to top, #000 60%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to top, #000 60%, rgba(0, 0, 0, 0) 100%);
}
.s-ch1__glow {
  position: absolute;
  left: 50%;
  bottom: 6%;
  width: calc(var(--card-w) * 1.7);
  height: 60%;
  translate: -50% 0;
  background: radial-gradient(58% 56% at 50% 60%, rgba(255, 179, 92, 0.30), rgba(242, 102, 26, 0) 70%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}
.s-ch1__card {
  position: absolute;
  left: 50%;
  bottom: 15cqh;
  width: var(--card-w);
  height: var(--card-w);
  margin-left: calc(var(--card-w) / -2);
  transform-origin: bottom center;
}
.s-ch1__face {
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.62);
}
.s-ch1__card--c {
  z-index: 3;
  transform: rotate(0deg);
}
.s-ch1__card--c .s-ch1__face {
  border: 1px solid rgba(242, 102, 26, 0.42);
  box-shadow: 0 48px 120px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(16, 11, 7, 0.6);
}
.s-ch1__card--l {
  z-index: 2;
  transform: translate(-42%, 6%) rotate(-9deg);
}
.s-ch1__card--l .s-ch1__face {
  border: 1px solid rgba(242, 102, 26, 0.22);
  filter: brightness(0.74) saturate(0.92);
}
.s-ch1__card--r {
  z-index: 1;
  transform: translate(42%, 6%) rotate(9deg);
}
.s-ch1__card--r .s-ch1__face {
  border: 1px solid rgba(242, 102, 26, 0.18);
  filter: brightness(0.66) saturate(0.88);
}
.slide.active .s-ch1__fan {
  animation: ch1-rise 760ms var(--ease) both;
}
.slide.settle .s-ch1__fan {
  animation: none;
}
@keyframes ch1-rise {
  from {
    transform: translateY(32cqh);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.s-lq__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.s-lq__half {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}
.s-lq__half--left {
  left: 0;
  background: radial-gradient(80% 70% at 36% 58%, rgba(242, 102, 26, 0.16), transparent 62%);
}
.s-lq__half--right {
  right: 0;
  background:
    radial-gradient(78% 70% at 64% 56%, rgba(126, 152, 174, 0.16), transparent 60%),
    linear-gradient(90deg, transparent, rgba(8, 13, 18, 0.4));
}
.s-lq__seam {
  position: absolute;
  top: 16%;
  bottom: 16%;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, transparent, rgba(242, 102, 26, 0.5), transparent);
}
.s-lq__grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: clamp(28px, 5cqh, 70px) clamp(28px, 5cqw, 96px) clamp(28px, 5cqh, 64px);
  z-index: 1;
}
.s-lq__header {
  text-align: center;
}
.s-lq__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.s-lq__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(14px, 3cqh, 34px);
  padding: 0 clamp(10px, 2.4cqw, 44px);
}
.s-lq__label {
  margin: 0;
}
.s-lq__crowd {
  position: relative;
  display: flex;
}
.s-lq__crowd--calm {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  align-items: end;
  gap: clamp(12px, 1.7cqh, 22px) clamp(10px, 1.2cqw, 18px);
}
.s-lq__crowd--noisy {
  width: clamp(240px, 32cqw, 460px);
  height: clamp(220px, 34cqh, 360px);
}
.s-lq__head {
  position: relative;
  display: inline-block;
}
.s-lq__head::before,
.s-lq__head::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: var(--head-fill, rgba(244, 236, 219, 0.5));
}
.s-lq__head::before {
  top: 0;
  width: 50%;
  aspect-ratio: 1;
  border-radius: 50%;
}
.s-lq__head::after {
  bottom: 0;
  width: 100%;
  height: 66%;
  border-radius: 50% 50% 40% 40% / 88% 88% 26% 26%;
}
.s-lq__head--warm {
  width: clamp(40px, 4.6cqw, 74px);
  aspect-ratio: 3 / 4;
  --head-fill: linear-gradient(180deg, rgba(229, 204, 142, 0.95), rgba(242, 102, 26, 0.78));
}
.s-lq__head--cool {
  position: absolute;
  left: var(--hx);
  top: var(--hy);
  width: clamp(34px, 4cqw, 62px);
  aspect-ratio: 3 / 4;
  transform: translate(-50%, -50%);
  --head-fill: linear-gradient(180deg, rgba(178, 199, 216, 0.66), rgba(128, 153, 176, 0.46));
}
.s-lq__front {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.s-lq__noise {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.s-lq__ghost {
  position: absolute;
  left: var(--gx);
  top: var(--gy);
  width: clamp(36px, 4.2cqw, 64px);
  aspect-ratio: 3 / 4;
  transform: translate(-50%, -50%) rotate(var(--gr));
  opacity: 0.5;
}
.s-lq__ghost::before,
.s-lq__ghost::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(178, 199, 216, 0.6), rgba(128, 153, 176, 0.42));
}
.s-lq__ghost::before {
  top: 0;
  width: 50%;
  aspect-ratio: 1;
  border-radius: 50%;
}
.s-lq__ghost::after {
  bottom: 0;
  width: 100%;
  height: 66%;
  border-radius: 50% 50% 40% 40% / 88% 88% 26% 26%;
}
.s-lq__thought {
  position: relative;
  margin: 0;
  max-width: 24ch;
  text-align: center;
  font-family: var(--sans);
  font-size: clamp(13px, 1.5cqw, 21px);
  padding: 0.55em 1em;
  border-radius: 16px;
}
.s-lq__thought--calm {
  color: var(--cream);
  background: rgba(242, 102, 26, 0.12);
  border: 1px solid rgba(242, 102, 26, 0.45);
}
.s-lq__thought--noisy {
  color: var(--cream);
  background: rgba(126, 152, 174, 0.14);
  border: 1px solid rgba(178, 199, 216, 0.5);
}
.slide.active.is-live .s-lq__crowd--noisy .s-lq__front {
  animation: lq-shudder 5.5s ease-in-out infinite;
}
.slide.active.is-live .s-lq__ghost {
  animation: lq-drift 7s ease-in-out infinite;
}
.slide.active.is-live .s-lq__ghost:nth-child(2) { animation-duration: 8.4s; animation-delay: -1.6s; }
.slide.active.is-live .s-lq__ghost:nth-child(3) { animation-duration: 6.3s; animation-delay: -3.1s; }
.slide.active.is-live .s-lq__ghost:nth-child(4) { animation-duration: 9.1s; animation-delay: -0.8s; }
.slide.active.is-live .s-lq__ghost:nth-child(5) { animation-duration: 7.7s; animation-delay: -2.4s; }
.slide.active.is-live .s-lq__thought--noisy {
  animation: lq-wander 9s ease-in-out infinite;
}
@keyframes lq-shudder {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(1.5px, -1px); }
  50% { transform: translate(-1.5px, 1px); }
  75% { transform: translate(1px, 1.5px); }
}
@keyframes lq-drift {
  0%, 100% { transform: translate(-50%, -50%) rotate(var(--gr)); }
  50% { transform: translate(-50%, -50%) translate(5%, -4%) rotate(calc(var(--gr) + 4deg)); }
}
@keyframes lq-wander {
  0%, 100% { opacity: 1; transform: translate(0, 0) rotate(0); }
  33% { opacity: 1; transform: translate(-6px, 3px) rotate(-1.4deg); }
  66% { opacity: 1; transform: translate(5px, -2px) rotate(1.2deg); }
}

.s-edu__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 70% at 38% 52%, rgba(242, 102, 26, 0.16), transparent 60%);
}
.s-edu__scene {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 1cqw, 24px);
  padding: clamp(28px, 6cqh, 80px) clamp(24px, 5cqw, 90px);
}
.s-edu__figure {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-right: clamp(-40px, -4cqw, -16px);
  z-index: 1;
}
.s-edu__head {
  position: relative;
  display: inline-block;
  width: clamp(150px, 18cqw, 280px);
  aspect-ratio: 3 / 4;
}
.s-edu__head::before,
.s-edu__head::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 179, 92, 0.92), rgba(242, 102, 26, 0.55));
}
.s-edu__head::before {
  top: 0;
  width: 50%;
  aspect-ratio: 1;
  border-radius: 50%;
}
.s-edu__head::after {
  bottom: 0;
  width: 100%;
  height: 66%;
  border-radius: 50% 50% 40% 40% / 88% 88% 26% 26%;
}
.s-edu__sheet {
  position: relative;
  z-index: 2;
  width: clamp(260px, 32cqw, 460px);
  aspect-ratio: 3 / 4;
  background: var(--paper);
  color: #221f1a;
  border-radius: 6px;
  box-shadow: 0 44px 100px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(242, 102, 26, 0.25);
  padding: clamp(20px, 2.6cqw, 38px);
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.2cqh, 16px);
  transform-origin: bottom left;
}
.s-edu__kicker {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(10px, 0.9cqw, 13px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ember-deep);
}
.s-edu__title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.96;
  font-size: clamp(34px, 4.4cqw, 70px);
  color: #1c1916;
}
.s-edu__sub {
  margin: 0 0 clamp(4px, 1cqh, 12px);
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(15px, 1.5cqw, 23px);
  color: #4a4339;
  border-bottom: 1px solid rgba(34, 31, 26, 0.14);
  padding-bottom: clamp(8px, 1.4cqh, 16px);
}
.s-edu__layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(10px, 1.4cqw, 20px);
  align-items: start;
}
.s-edu__img {
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  background-image:
    linear-gradient(165deg, rgba(28, 20, 12, 0.05), rgba(28, 20, 12, 0.2)),
    url(https://images.unsplash.com/photo-1744123146393-4b5438a5d98f?w=900&q=80&auto=format&fit=crop);
  background-size: cover, cover;
  background-position: center, center 30%;
  box-shadow: inset 0 0 0 1px rgba(34, 31, 26, 0.1);
}
.s-edu__copy {
  display: flex;
  flex-direction: column;
  gap: clamp(7px, 1.1cqh, 13px);
}
.s-edu__copy--full {
  margin-top: clamp(2px, 0.6cqh, 8px);
}
.s-edu__line {
  height: clamp(4px, 0.7cqh, 8px);
  border-radius: 999px;
  background: rgba(34, 31, 26, 0.16);
}
.s-edu__line--short {
  width: 58%;
}
.s-edu__caption {
  position: absolute;
  left: clamp(28px, 5cqw, 90px);
  bottom: clamp(26px, 5cqh, 60px);
  z-index: 3;
}
.s-edu__caption .h-m {
  margin: 0.2em 0 0;
}
.slide.active .s-edu__sheet {
  animation: edu-rise 720ms var(--ease) both;
  animation-delay: 200ms;
}
.slide.settle .s-edu__sheet {
  animation: none;
  transform: rotate(-2.2deg);
}
@keyframes edu-rise {
  0% { opacity: 0; transform: translateY(48px) rotate(2deg) scale(0.95); }
  100% { opacity: 1; transform: translateY(0) rotate(-2.2deg) scale(1); }
}

.s-nos__heads {
  position: absolute;
  top: clamp(26px, 6cqh, 70px);
  left: clamp(28px, 5cqw, 92px);
  z-index: 4;
  display: grid;
}
.s-nos__head {
  grid-area: 1 / 1;
  transition: opacity 720ms var(--ease), transform 720ms var(--ease);
}
.s-nos__head--dep {
  opacity: 0;
  transform: translateY(16px);
}
.slide.beat-1 .s-nos__head--nos {
  opacity: 0;
  transform: translateY(-16px);
}
.slide.beat-1 .s-nos__head--dep {
  opacity: 1;
  transform: none;
}
.slide.settle .s-nos__head {
  transition: none;
}
.s-nos__cal {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -46%);
  width: min(1080px, 84cqw);
}
.s-nos__days {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(6px, 0.9cqw, 14px);
  margin-bottom: clamp(8px, 1.4cqh, 16px);
}
.s-nos__days span {
  text-align: center;
  font-family: var(--mono);
  font-size: clamp(10px, 1cqw, 14px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--cream-3);
}
.s-nos__gridwrap {
  position: relative;
}
.s-nos__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: clamp(40px, 9cqh, 82px);
  gap: clamp(6px, 0.9cqw, 14px);
}
.s-nos__slot {
  position: relative;
  border: 1px solid rgba(244, 236, 219, 0.1);
  border-radius: 8px;
}
.s-nos__slot--ghost {
  border-style: dashed;
  border-width: 1.5px;
  border-color: rgba(244, 236, 219, 0.34);
  background: rgba(5, 9, 7, 0.5);
  box-shadow: inset 0 0 26px rgba(0, 0, 0, 0.45);
}
.s-nos__fill {
  position: absolute;
  inset: 3px;
  border-radius: 6px;
  background: linear-gradient(155deg, rgba(86, 140, 126, 0.95), rgba(58, 104, 98, 0.66));
  box-shadow: inset 0 1px 0 rgba(244, 236, 219, 0.18), 0 4px 14px rgba(0, 0, 0, 0.28);
}
.s-nos__slot--ghost .s-nos__fill {
  opacity: 0;
  background: linear-gradient(155deg, rgba(255, 179, 92, 0.85), rgba(242, 102, 26, 0.5));
  box-shadow: inset 0 1px 0 rgba(255, 248, 230, 0.45), 0 0 18px rgba(242, 102, 26, 0.28);
}
.s-nos__coins {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  --gap: clamp(6px, 0.9cqw, 14px);
  --colp: calc((min(1080px, 84cqw) + var(--gap)) / 6);
  --rowp: calc(clamp(40px, 9cqh, 82px) + var(--gap));
}
.s-nos__coin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(116px, 16cqmin, 196px);
  height: clamp(116px, 16cqmin, 196px);
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, #f0dca6, var(--ember) 58%, var(--ember-deep) 100%);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 248, 230, 0.35), inset 0 2px 6px rgba(255, 248, 230, 0.45);
  opacity: 0;
  will-change: transform, opacity;
}
.s-nos__coin-ring {
  position: absolute;
  inset: 11%;
  border-radius: 50%;
  border: 1.5px solid rgba(94, 70, 24, 0.4);
}
.s-nos__coin-amt {
  font-family: var(--serif);
  font-size: clamp(34px, 5.4cqmin, 64px);
  color: #3a2c10;
  line-height: 1;
}
.slide.active .s-nos__slot:not(.s-nos__slot--ghost) .s-nos__fill {
  animation: noshows-fill 440ms var(--ease) both;
  animation-delay: calc(var(--n, 0) * 16ms + 140ms);
}
.slide.settle .s-nos__fill {
  animation: none;
}
.slide.active.beat-1:not(.settle) .s-nos__coin {
  animation: deposit-coin-fly 1500ms var(--ease) both;
  animation-delay: calc(var(--seq, 0) * 80ms + 220ms);
}
.slide.active.beat-1:not(.settle) .s-nos__slot--ghost {
  animation: deposit-slot-lock 620ms var(--ease) both;
  animation-delay: calc(var(--seq, 0) * 80ms + 1180ms);
}
.slide.active.beat-1:not(.settle) .s-nos__slot--ghost .s-nos__fill {
  animation: deposit-lock-fill 620ms var(--ease) both;
  animation-delay: calc(var(--seq, 0) * 80ms + 1180ms);
}
.slide.settle .s-nos__coin {
  animation: none;
  opacity: 0;
}
.slide.settle .s-nos__slot--ghost {
  animation: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(242, 102, 26, 0.4);
  background: transparent;
  box-shadow: none;
}
.slide.settle .s-nos__slot--ghost .s-nos__fill {
  animation: none;
  opacity: 1;
  transform: none;
}
@keyframes noshows-fill {
  0% { opacity: 0; transform: scale(0.55); }
  62% { opacity: 1; }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes deposit-coin-fly {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(1); }
  8% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  16% { opacity: 1; transform: translate(-50%, -50%) translate(calc(var(--tx) * 0.1), calc(var(--ty) * 0.1)) scale(1.04); }
  66% { opacity: 1; transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(0.32); }
  78% { opacity: 1; transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(0.26); }
  88% { opacity: 1; transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(0.32); }
  100% { opacity: 0; transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(0.32); }
}
@keyframes deposit-slot-lock {
  0% {
    transform: scale(1);
    border-style: dashed;
    border-width: 1.5px;
    border-color: rgba(244, 236, 219, 0.34);
    background: rgba(5, 9, 7, 0.5);
    box-shadow: inset 0 0 26px rgba(0, 0, 0, 0.45);
  }
  45% {
    transform: scale(1);
    border-style: dashed;
    border-width: 1.5px;
    border-color: rgba(244, 236, 219, 0.34);
    background: rgba(5, 9, 7, 0.5);
    box-shadow: inset 0 0 26px rgba(0, 0, 0, 0.45);
  }
  65% {
    transform: scale(1.05);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 179, 92, 0.9);
    background: transparent;
    box-shadow: 0 0 22px rgba(242, 102, 26, 0.4);
  }
  100% {
    transform: scale(1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(242, 102, 26, 0.4);
    background: transparent;
    box-shadow: none;
  }
}
@keyframes deposit-lock-fill {
  0% { opacity: 0; transform: scale(0.6); }
  55% { opacity: 1; transform: scale(1.07); }
  100% { opacity: 1; transform: scale(1); }
}

.s-form__wrap {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(40px, 9cqh, 110px) clamp(24px, 6cqw, 110px);
}
.s-form__card {
  width: clamp(340px, 47cqw, 660px);
  background: linear-gradient(168deg, rgba(33, 22, 13, 0.96), rgba(20, 14, 9, 0.96));
  border: 1px solid var(--ember-rim);
  border-radius: 20px;
  padding: clamp(26px, 3.2cqw, 52px);
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(244, 236, 219, 0.05);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.2cqh, 30px);
}
.s-form__brand {
  margin: 0 0 clamp(4px, 1cqh, 10px);
  font-family: var(--sans);
  font-size: clamp(11px, 1.1cqw, 14px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--cream-3);
}
.s-form__field {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.2cqh, 14px);
}
.s-form__field--blur {
  filter: blur(2.6px);
  opacity: 0.4;
}
.s-form__flabel {
  height: clamp(7px, 1cqh, 11px);
  width: 34%;
  border-radius: 999px;
  background: rgba(244, 236, 219, 0.4);
}
.s-form__input {
  height: clamp(20px, 3cqh, 34px);
  border-radius: 8px;
  border: 1px solid rgba(244, 236, 219, 0.22);
  background: rgba(244, 236, 219, 0.05);
}
.s-form__input--split {
  width: 62%;
}
.s-form__field--hero {
  flex-direction: row;
  align-items: center;
  gap: clamp(14px, 1.6cqw, 22px);
  margin-top: clamp(2px, 1cqh, 10px);
  padding-top: clamp(16px, 2.2cqh, 28px);
  border-top: 1px solid rgba(244, 236, 219, 0.1);
}
.s-form__box {
  flex: 0 0 auto;
  width: clamp(34px, 3.4cqw, 50px);
  height: clamp(34px, 3.4cqw, 50px);
  display: grid;
  place-items: center;
  border-radius: 9px;
  border: 2px solid var(--ember);
  color: var(--ember-2);
  background: rgba(242, 102, 26, 0.18);
}
.s-form__box svg {
  width: 72%;
  height: 72%;
}
.s-form__check path {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
}
.s-form__htext {
  font-family: var(--sans);
  font-size: clamp(16px, 2cqw, 28px);
  line-height: 1.25;
  color: var(--cream);
}
.s-form__htext b {
  color: var(--ember-2);
  font-weight: 700;
}
.slide.active .s-form__box {
  animation: form-fill 460ms var(--ease) both;
  animation-delay: 560ms;
}
.slide.active .s-form__check path {
  animation: form-tick 440ms var(--ease) forwards;
  animation-delay: 620ms;
}
.slide.settle .s-form__box {
  animation: none;
}
.slide.settle .s-form__check path {
  animation: none;
  stroke-dashoffset: 0;
}
@keyframes form-fill {
  0% { background: rgba(242, 102, 26, 0); box-shadow: 0 0 0 rgba(242, 102, 26, 0); }
  100% { background: rgba(242, 102, 26, 0.18); box-shadow: 0 0 22px rgba(242, 102, 26, 0.25); }
}
@keyframes form-tick {
  0% { stroke-dashoffset: 30; }
  100% { stroke-dashoffset: 0; }
}

.s-ch2__tag {
  color: var(--cream-2);
}
.s-ch2__title {
  position: absolute;
  top: clamp(46px, 11cqh, 132px);
  left: 0;
  right: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2px, 0.8cqh, 12px);
  text-align: center;
  pointer-events: none;
}
.s-ch2__num {
  font-size: clamp(110px, 22cqh, 260px);
  line-height: 0.86;
  color: var(--ember);
  text-shadow: 0 8px 60px rgba(242, 102, 26, 0.4);
}
.s-ch2__word {
  color: var(--cream);
  letter-spacing: 0.01em;
}
.s-ch2__riser {
  position: absolute;
  left: 50%;
  bottom: -32cqh;
  translate: -50% 0;
  transform: translateY(0);
  opacity: 1;
  z-index: 3;
}
.s-ch2__binder {
  --binder-h: min(78cqh, 120cqw);
}
.s-ch2__binder .binder__page {
  transform: rotate(-3.4deg);
}
.s-ch2__glow {
  position: absolute;
  left: 50%;
  top: -8%;
  width: 150%;
  height: 60%;
  translate: -50% 0;
  background: radial-gradient(60% 60% at 50% 40%, rgba(255, 179, 92, 0.34), rgba(242, 102, 26, 0) 70%);
  filter: blur(6px);
  pointer-events: none;
}
.slide.active .s-ch2__riser {
  animation: ch2-rise 760ms var(--ease) both;
}
.slide.settle .s-ch2__riser {
  animation: none;
}
@keyframes ch2-rise {
  from {
    transform: translateY(34cqh);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.s-consult-overview__head {
  position: absolute;
  top: clamp(40px, 7cqh, 90px);
  left: clamp(26px, 5cqw, 80px);
  right: clamp(26px, 5cqw, 80px);
  z-index: 6;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.6cqh, 20px);
  max-width: 46cqw;
}
.s-consult-overview__title {
  line-height: 1.04;
}
.s-consult-overview__stage {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  justify-items: end;
  padding: clamp(60px, 11cqh, 130px) clamp(80px, 11cqw, 200px) clamp(40px, 6cqh, 80px);
}
.s-consult-overview__group {
  position: relative;
}
.s-consult-overview__binder {
  --binder-h: min(82cqh, 116cqw);
}
.s-consult-overview__tabs {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(38%, -50%);
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.9cqh, 18px);
  z-index: 4;
}
.s-consult-overview__tab {
  display: flex;
  align-items: center;
  gap: 0.5em;
  min-width: clamp(112px, 12.5cqw, 172px);
  padding: clamp(8px, 1.3cqh, 14px) clamp(13px, 1.2cqw, 20px);
  background: linear-gradient(95deg, rgba(242, 102, 26, 0.96), rgba(255, 179, 92, 0.98));
  color: #2a2114;
  border: 1px solid rgba(255, 247, 224, 0.62);
  border-left: none;
  border-radius: 0 11px 11px 0;
  box-shadow:
    0 12px 30px -12px rgba(0, 0, 0, 0.65),
    0 0 24px rgba(242, 102, 26, 0.34);
}
.s-consult-overview__tabnum {
  font-family: var(--serif);
  font-size: clamp(18px, 2.1cqw, 30px);
  line-height: 1;
  color: #3a2c12;
}
.s-consult-overview__tablabel {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(12px, 1.2cqw, 17px);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2a2114;
}

.s-goal__stage,
.s-unsell__stage,
.s-map__stage {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(28px, 5cqw, 90px);
  padding: clamp(26px, 5cqh, 70px) clamp(28px, 5cqw, 100px);
}
.s-goal__copy,
.s-unsell__copy,
.s-map__copy {
  flex: 0 1 clamp(240px, 27cqw, 420px);
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2.2cqh, 26px);
}
.s-unsell__copy,
.s-map__copy {
  flex-basis: clamp(240px, 24cqw, 380px);
}
.s-unsell__line,
.s-map__line {
  line-height: 1.1;
}
.s-goal__binderwrap,
.s-unsell__binderwrap,
.s-map__binderwrap {
  flex: 0 0 auto;
}
.s-goal__binder,
.s-unsell__binder,
.s-map__binder {
  --binder-h: min(64cqh, 82cqw);
}

.doc-note {
  height: 100%;
  padding: clamp(16%, 9cqh, 22%) clamp(9%, 4cqw, 13%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(10px, 1.6cqh, 18px);
  color: var(--ink);
}
.doc-note__kicker {
  margin: 0;
  font-family: var(--mono);
  font-size: clamp(9px, 1cqw, 13px);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ember-deep);
}
.s-goal__write {
  position: relative;
  display: inline-block;
}
.s-goal__hand {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(20px, 2.6cqw, 38px);
  line-height: 1.15;
  color: var(--ember-deep);
  clip-path: inset(0 0 -14% 0);
}
.s-goal__underline {
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: max(1.5px, 0.18cqh);
  background: linear-gradient(90deg, var(--ember-deep), rgba(122, 52, 20, 0.2));
  transform-origin: left center;
  transform: scaleX(1);
}
.doc-note__meta {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(11px, 1.2cqw, 15px);
  color: rgba(58, 51, 42, 0.58);
}
.slide.active .s-goal__hand {
  animation: goal-write 720ms var(--ease) both;
  animation-delay: 300ms;
}
.slide.active .s-goal__underline {
  animation: goal-underline 560ms var(--ease) both;
  animation-delay: 500ms;
}
.slide.settle .s-goal__hand,
.slide.settle .s-goal__underline {
  animation: none;
}
@keyframes goal-write {
  from {
    clip-path: inset(0 100% -14% 0);
  }
  to {
    clip-path: inset(0 0 -14% 0);
  }
}
@keyframes goal-underline {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.doc-list {
  height: 100%;
  margin: 0;
  padding: clamp(9%, 6cqh, 13%) clamp(9%, 4cqw, 13%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(13px, 2.2cqh, 22px);
  list-style: none;
  color: var(--ink);
}
.doc-list__item {
  position: relative;
  font-family: var(--serif);
  font-size: clamp(15px, 1.9cqw, 25px);
  line-height: 1.15;
  padding-left: 1.4em;
}
.doc-list__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 0.8em;
  height: 0.8em;
  border-radius: 3px;
  border: 1.5px solid rgba(58, 51, 42, 0.35);
}
.doc-list__item--keep::before {
  background: var(--ember);
  border-color: var(--ember-deep);
}
.doc-list__item--keep::after {
  content: '';
  position: absolute;
  left: 0.2em;
  top: 0.46em;
  width: 0.4em;
  height: 0.22em;
  border-left: 2px solid var(--paper);
  border-bottom: 2px solid var(--paper);
  transform: rotate(-45deg);
}
.doc-list__item--cross {
  color: rgba(58, 51, 42, 0.4);
}
.doc-list__item--cross::after {
  content: '';
  position: absolute;
  left: 1.4em;
  top: 50%;
  right: 0;
  height: max(2px, 0.3cqh);
  background: linear-gradient(90deg, var(--ember-2), var(--ember));
  transform: scaleX(1);
  transform-origin: left center;
}
.slide.active .doc-list__item--cross::after {
  animation: unsell-strike 340ms var(--ease) both;
  animation-delay: var(--d, 0s);
}
.slide.settle .doc-list__item--cross::after {
  animation: none;
}
@keyframes unsell-strike {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.doc-timeline {
  position: relative;
  height: 100%;
  margin: 0;
  padding: clamp(9%, 6cqh, 13%) clamp(9%, 4cqw, 13%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(16px, 2.6cqh, 28px);
  list-style: none;
  font-size: clamp(15px, 1.7cqw, 22px);
}
.doc-timeline::before {
  content: '';
  position: absolute;
  left: calc(clamp(9%, 4cqw, 13%) + 0.42em - 1px);
  top: clamp(9%, 6cqh, 13%);
  bottom: clamp(9%, 6cqh, 13%);
  width: 2px;
  background: linear-gradient(180deg, var(--ember-2), var(--ember-deep));
  transform: scaleY(1);
  transform-origin: top center;
}
.slide.active .doc-timeline::before {
  animation: map-line 640ms var(--ease) both;
}
.slide.settle .doc-timeline::before {
  animation: none;
}
.doc-timeline__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.9em;
}
.doc-timeline__dot {
  flex: none;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--ember-2), var(--ember-deep));
  border: 1.5px solid var(--ember-2);
  transform: scale(1);
}
.slide.active .doc-timeline__dot {
  animation: map-dot 360ms var(--ease) both;
  animation-delay: var(--d, 0s);
}
.slide.settle .doc-timeline__dot {
  animation: none;
}
.doc-timeline__label {
  font-family: var(--serif);
  font-style: italic;
  color: var(--ember-deep);
  clip-path: inset(0 0 -16% 0);
}
.slide.active .doc-timeline__label {
  animation: map-write 540ms var(--ease) both;
  animation-delay: var(--d, 0s);
}
.slide.settle .doc-timeline__label {
  animation: none;
}
@keyframes map-line {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes map-dot {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes map-write {
  from {
    opacity: 0.2;
    clip-path: inset(0 100% -16% 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 -16% 0);
  }
}

.cover-doc {
  position: relative;
  height: 100%;
  width: 100%;
  padding: clamp(7%, 3cqw, 10%) clamp(9%, 4cqw, 12%);
  display: flex;
  flex-direction: column;
  color: var(--ink);
}
.cover-doc__brand {
  display: flex;
  align-items: center;
  gap: 0.55em;
  font-family: var(--mono);
  font-size: clamp(9px, 1cqw, 13px);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ember-deep);
}
.cover-doc__brand::before {
  content: '';
  width: 0.7em;
  height: 0.7em;
  flex: none;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--ember-2), var(--ember-deep));
}
.cover-doc__title {
  margin-top: clamp(16%, 13cqh, 22%);
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px, 5.6cqw, 58px);
  line-height: 1;
  color: #1c1916;
}
.cover-doc__sub {
  margin-top: 0.5em;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(13px, 1.8cqw, 22px);
  color: #4a4339;
}
.cover-doc__rule {
  margin-top: auto;
  padding-top: clamp(14px, 2cqh, 22px);
  border-top: 1px solid rgba(122, 52, 20, 0.2);
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: clamp(8px, 0.9cqw, 11px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(58, 51, 42, 0.52);
}

.s-ch3__field {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(80% 60% at 50% 78%, rgba(242, 102, 26, 0.12) 0%, rgba(242, 102, 26, 0) 60%),
    radial-gradient(120% 120% at 50% 22%, rgba(28, 19, 12, 0.55) 0%, rgba(8, 5, 3, 0) 70%);
  z-index: 0;
}
.s-ch3__num {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: clamp(280px, 56cqh, 720px);
  line-height: 1;
  color: rgba(242, 102, 26, 0.06);
  letter-spacing: 0.04em;
  z-index: 1;
  user-select: none;
}
.s-ch3__stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: clamp(14px, 3cqh, 34px);
  padding: clamp(28px, 6cqw, 96px);
  text-align: center;
  z-index: 2;
}
.s-ch3__title {
  color: var(--ember);
  line-height: 0.96;
  text-shadow: 0 0 60px rgba(242, 102, 26, 0.22);
}
.s-ch3__line {
  position: relative;
  width: min(680px, 74cqw);
  height: clamp(30px, 6cqh, 54px);
  margin-top: clamp(6px, 1.5cqh, 18px);
}
.s-ch3__rule {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(242, 102, 26, 0) 0%, var(--ember) 14%, var(--ember-2) 100%);
  transform: scaleX(1);
  transform-origin: left center;
}
.s-ch3__head {
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  border-radius: 50%;
  background: var(--ember-2);
  box-shadow: 0 0 14px rgba(255, 179, 92, 0.7);
}
.s-ch3__tick {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background: rgba(242, 102, 26, 0.34);
}
.s-ch3__tag {
  position: absolute;
  right: -6px;
  bottom: calc(50% + 14px);
  transform: translateX(40%);
  font-family: var(--sans);
  font-size: clamp(11px, 1.2cqw, 15px);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #3a2c10;
  background: linear-gradient(180deg, var(--ember-2), var(--ember));
  padding: 0.34em 0.7em;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
}
.slide.active .s-ch3__rule {
  animation: ch3-draw 760ms var(--ease) both;
}
.slide.active .s-ch3__head {
  animation: ch3-head 760ms var(--ease) both;
}
.slide.active .s-ch3__tick {
  animation: ch3-tick 400ms var(--ease) both;
}
.s-ch3__tick:nth-child(1) { animation-delay: 220ms; }
.s-ch3__tick:nth-child(2) { animation-delay: 400ms; }
.s-ch3__tick:nth-child(3) { animation-delay: 580ms; }
.slide.active .s-ch3__tag {
  animation: ch3-tag 460ms var(--ease) both;
  animation-delay: 700ms;
}
.slide.settle .s-ch3__rule,
.slide.settle .s-ch3__head,
.slide.settle .s-ch3__tick,
.slide.settle .s-ch3__tag {
  animation: none;
}
@keyframes ch3-draw {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@keyframes ch3-head {
  0% { opacity: 0; transform: translateX(-18px); }
  60% { opacity: 0; }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes ch3-tick {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes ch3-tag {
  0% { opacity: 0; transform: translateX(40%) translateY(-6px); }
  100% { opacity: 1; transform: translateX(40%) translateY(0); }
}

.s-givefirst__photo {
  background-position: 66% 38%;
}
.s-givefirst__grade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(75deg, rgba(8, 5, 3, 0.74) 0%, rgba(8, 5, 3, 0.28) 32%, rgba(8, 5, 3, 0) 56%),
    radial-gradient(80% 80% at 22% 88%, rgba(8, 5, 3, 0.6) 0%, rgba(8, 5, 3, 0) 60%);
  pointer-events: none;
}
.s-givefirst__cap {
  position: absolute;
  left: clamp(28px, 5cqw, 104px);
  bottom: clamp(40px, 8cqh, 104px);
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.8cqh, 22px);
  max-width: 46cqw;
}
.s-givefirst__ey {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.7);
}
.s-givefirst__title {
  color: var(--cream);
  line-height: 1.0;
  text-shadow: 0 6px 40px rgba(0, 0, 0, 0.7);
}

.s-reveal__field {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(46% 54% at 64% 50%, rgba(242, 102, 26, 0.14) 0%, rgba(242, 102, 26, 0) 62%),
    radial-gradient(120% 110% at 50% 38%, rgba(28, 19, 12, 0.5) 0%, rgba(8, 5, 3, 0) 70%);
  z-index: 0;
}
.s-reveal__tag {
  z-index: 6;
  color: var(--cream);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.7);
}
.s-reveal__diptych {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.6cqw, 46px);
  padding: clamp(64px, 11cqh, 130px) clamp(40px, 6cqw, 110px);
  z-index: 3;
}
.s-reveal__plate {
  flex: none;
}
.s-reveal__card {
  position: relative;
  padding: clamp(10px, 1.05cqw, 16px);
  padding-bottom: clamp(30px, 3.2cqw, 50px);
  border-radius: 11px;
  background: linear-gradient(160deg, #fdfaf3 0%, #efe7d6 100%);
  box-shadow:
    0 38px 86px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(242, 102, 26, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transform: rotate(-2deg);
  transform-origin: center bottom;
}
.s-reveal__plate--after .s-reveal__card {
  transform: rotate(1.6deg) scale(1.05);
  z-index: 2;
  box-shadow:
    0 46px 110px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(242, 102, 26, 0.5),
    0 0 64px rgba(242, 102, 26, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}
.s-reveal__photo {
  position: relative;
  aspect-ratio: 768 / 1024;
  height: clamp(300px, 58cqh, 580px);
  width: auto;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(58, 44, 16, 0.16);
}
.s-reveal__photo--before {
  background-image: var(--before);
  filter: saturate(0.96) brightness(0.98);
}
.s-reveal__photo--after {
  background-image: var(--after);
}
.s-reveal__sheen {
  position: absolute;
  inset: 0;
  background: linear-gradient(108deg, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 62%);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.s-reveal__tab {
  position: absolute;
  left: 50%;
  bottom: clamp(6px, 0.9cqw, 13px);
  transform: translateX(-50%);
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(9px, 0.95cqw, 13px);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--ink-2);
  z-index: 3;
}
.s-reveal__tab--ember {
  bottom: clamp(4px, 0.7cqw, 11px);
  padding: 0.32em 0.95em;
  border-radius: 999px;
  color: #2b210d;
  background: linear-gradient(180deg, var(--ember-2), var(--ember));
  box-shadow: 0 4px 14px rgba(242, 102, 26, 0.4);
}
.s-reveal__arrow {
  flex: none;
  align-self: center;
  position: relative;
  width: clamp(24px, 3cqw, 50px);
  height: 2px;
  background: linear-gradient(90deg, rgba(242, 102, 26, 0) 0%, var(--ember) 55%, var(--ember-2) 100%);
}
.s-reveal__arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: clamp(7px, 0.8cqw, 12px);
  height: clamp(7px, 0.8cqw, 12px);
  border-top: 2px solid var(--ember-2);
  border-right: 2px solid var(--ember-2);
  transform: translate(1px, -50%) rotate(45deg);
}
.slide.active .s-reveal__sheen {
  animation: reveal-sheen 900ms ease-out both;
  animation-delay: 820ms;
}
.slide.settle .s-reveal__sheen {
  animation: none;
}
@keyframes reveal-sheen {
  0% { opacity: 0; transform: translateX(-22%); }
  40% { opacity: 1; }
  100% { opacity: 0; transform: translateX(22%); }
}

.s-membership__field {
  position: absolute;
  inset: 0;
  background: radial-gradient(90% 80% at 50% 40%, rgba(28, 19, 12, 0.5) 0%, rgba(8, 5, 3, 0) 70%);
  z-index: 0;
}
.s-membership__stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: clamp(20px, 4cqh, 48px);
  padding: clamp(28px, 5cqw, 90px);
  text-align: center;
  z-index: 2;
}
.s-membership__title {
  max-width: 20ch;
  line-height: 1.02;
}

.s-flywheel__wheel {
  position: relative;
  width: min(72cqh, 90cqw);
  height: min(72cqh, 90cqw);
}

.s-flywheel__ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1.5px solid rgba(242, 102, 26, 0.28);
  box-shadow:
    inset 0 0 60px rgba(242, 102, 26, 0.05),
    0 0 50px rgba(242, 102, 26, 0.06);
}

.s-flywheel__ring--inner {
  width: 52%;
  height: 52%;
  border: 1px dashed rgba(242, 102, 26, 0.2);
  box-shadow: none;
}

.s-flywheel__orbit {
  position: absolute;
  inset: 0;
  transform-origin: center;
}

.s-flywheel__comet {
  position: absolute;
  left: 50%;
  top: 10%;
  width: clamp(14px, 1.7cqw, 22px);
  height: clamp(14px, 1.7cqw, 22px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle at 42% 36%, #fff4dc, var(--ember-2) 42%, var(--ember-deep) 100%);
  box-shadow:
    0 0 18px rgba(255, 179, 92, 0.85),
    0 0 42px rgba(255, 179, 92, 0.45);
}

.s-flywheel__node {
  position: absolute;
  width: clamp(13px, 1.5cqw, 19px);
  height: clamp(13px, 1.5cqw, 19px);
  transform: translate(-50%, -50%);
}

.s-flywheel__node--1 { left: 50%; top: 10%; }
.s-flywheel__node--2 { left: 84.64%; top: 30%; }
.s-flywheel__node--3 { left: 84.64%; top: 70%; }
.s-flywheel__node--4 { left: 50%; top: 90%; }
.s-flywheel__node--5 { left: 15.36%; top: 70%; }
.s-flywheel__node--6 { left: 15.36%; top: 30%; }

.s-flywheel__dot {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, var(--ember-2), var(--ember-deep));
  box-shadow: 0 0 0 5px rgba(16, 11, 7, 0.92), 0 0 14px rgba(242, 102, 26, 0.4);
}

.s-flywheel__label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: var(--sans);
  font-size: clamp(11px, 1.3cqw, 17px);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cream-2);
}

.s-flywheel__node--up .s-flywheel__label { bottom: calc(100% + 0.7em); }
.s-flywheel__node--down .s-flywheel__label { top: calc(100% + 0.7em); }

.s-flywheel__hub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.s-flywheel__lead {
  font-family: var(--serif);
  font-size: clamp(24px, 3.6cqw, 50px);
  line-height: 1.02;
  letter-spacing: -0.01em;
  color: var(--cream);
}

.s-flywheel__sub {
  margin-top: clamp(10px, 1.6cqh, 18px);
  font-family: var(--sans);
  font-size: clamp(11px, 1.25cqw, 15px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: var(--ember);
}

.slide.active.is-live .s-flywheel__orbit {
  animation: flywheel-orbit 24s linear infinite;
}

.slide.active.is-live .s-flywheel__ring--inner {
  animation: flywheel-spin 84s linear infinite reverse;
}

.slide.active.is-live .s-flywheel__dot {
  animation: flywheel-pulse 24s ease-in-out infinite;
}

.s-flywheel__node--1 .s-flywheel__dot { animation-delay: 0s; }
.s-flywheel__node--2 .s-flywheel__dot { animation-delay: 4s; }
.s-flywheel__node--3 .s-flywheel__dot { animation-delay: 8s; }
.s-flywheel__node--4 .s-flywheel__dot { animation-delay: 12s; }
.s-flywheel__node--5 .s-flywheel__dot { animation-delay: 16s; }
.s-flywheel__node--6 .s-flywheel__dot { animation-delay: 20s; }

@keyframes flywheel-orbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes flywheel-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes flywheel-pulse {
  0% { box-shadow: 0 0 0 5px rgba(16, 11, 7, 0.92), 0 0 14px rgba(242, 102, 26, 0.4); }
  5% { box-shadow: 0 0 0 5px rgba(16, 11, 7, 0.92), 0 0 26px rgba(255, 179, 92, 0.95); }
  16% { box-shadow: 0 0 0 5px rgba(16, 11, 7, 0.92), 0 0 14px rgba(242, 102, 26, 0.4); }
  100% { box-shadow: 0 0 0 5px rgba(16, 11, 7, 0.92), 0 0 14px rgba(242, 102, 26, 0.4); }
}

@media (prefers-reduced-motion: reduce) {
  .slide.active.is-live .s-flywheel__orbit,
  .slide.active.is-live .s-flywheel__ring--inner,
  .slide.active.is-live .s-flywheel__dot {
    animation: none !important;
  }
}

.s-machine__stage {
  gap: clamp(14px, 2.6cqh, 34px);
}

.s-machine__title {
  max-width: 20ch;
}

.s-machine__costline {
  margin-top: clamp(14px, 2.6cqh, 32px);
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(15px, 1.9cqw, 26px);
  letter-spacing: 0.01em;
  color: var(--ember);
  opacity: 0.82;
}

.s-machine__rig {
  position: relative;
  width: min(1480px, 95cqw);
  margin-top: clamp(10px, 2.4cqh, 30px);
  --m-label-h: clamp(20px, 3.2cqh, 38px);
  --m-dot: clamp(12px, 1.4cqw, 18px);
  --m-dotmt: clamp(10px, 1.8cqh, 20px);
  transition:
    transform var(--t-cross) var(--ease),
    opacity var(--t-cross) var(--ease);
}

.s-machine__rail {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--m-label-h) + var(--m-dotmt) + var(--m-dot) / 2);
  height: 2px;
  transform: translateY(-50%) scaleX(1);
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(242, 102, 26, 0) 0%, var(--ember) 7%, var(--ember) 93%, rgba(242, 102, 26, 0) 100%);
  box-shadow: 0 0 16px rgba(242, 102, 26, 0.4);
  z-index: 1;
}

.s-machine__nodes {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(6px, 1.2cqw, 24px);
  z-index: 2;
}

.s-machine__node {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-machine__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-machine__label {
  height: var(--m-label-h);
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
  font-family: var(--mono);
  font-size: clamp(9.5px, 1.35cqw, 19px);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cream);
}

.s-machine__dot {
  margin-top: var(--m-dotmt);
  width: var(--m-dot);
  height: var(--m-dot);
  border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, var(--ember-2), var(--ember-deep));
  box-shadow: 0 0 0 4px rgba(16, 11, 7, 0.92), 0 0 16px rgba(242, 102, 26, 0.5);
}

.s-machine__chips {
  width: 100%;
  margin-top: clamp(14px, 2.4cqh, 26px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(6px, 1cqh, 11px);
}

.s-machine__chip {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: clamp(9px, 0.92cqw, 13px);
  padding: 0.42em 0.78em;
}

.slide.active .s-machine__rail {
  animation: machine-rail 680ms var(--ease) both;
}

.slide.active .s-machine__head {
  animation: machine-pop 460ms var(--ease) both;
}

.slide.active .s-machine__chips {
  animation: machine-stack 520ms var(--ease) both;
}

.s-machine__node:nth-child(1) .s-machine__head { animation-delay: 0.22s; }
.s-machine__node:nth-child(2) .s-machine__head { animation-delay: 0.30s; }
.s-machine__node:nth-child(3) .s-machine__head { animation-delay: 0.38s; }
.s-machine__node:nth-child(4) .s-machine__head { animation-delay: 0.46s; }
.s-machine__node:nth-child(5) .s-machine__head { animation-delay: 0.54s; }
.s-machine__node:nth-child(6) .s-machine__head { animation-delay: 0.62s; }

.s-machine__node:nth-child(1) .s-machine__chips { animation-delay: 0.34s; }
.s-machine__node:nth-child(2) .s-machine__chips { animation-delay: 0.42s; }
.s-machine__node:nth-child(3) .s-machine__chips { animation-delay: 0.50s; }
.s-machine__node:nth-child(4) .s-machine__chips { animation-delay: 0.58s; }
.s-machine__node:nth-child(5) .s-machine__chips { animation-delay: 0.66s; }
.s-machine__node:nth-child(6) .s-machine__chips { animation-delay: 0.74s; }

.slide.exit .s-machine__rig {
  transform: translateY(8cqh);
  opacity: 0;
}

@keyframes machine-rail {
  from { transform: translateY(-50%) scaleX(0); }
  to { transform: translateY(-50%) scaleX(1); }
}

@keyframes machine-pop {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

@keyframes machine-stack {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

.slide.settle .s-machine__rail,
.slide.settle .s-machine__head,
.slide.settle .s-machine__chips {
  animation: none;
}

@media (prefers-reduced-motion: reduce) {
  .slide.active .s-machine__rail,
  .slide.active .s-machine__head,
  .slide.active .s-machine__chips {
    animation: none !important;
  }
}

.s-next__stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(40px, 7cqh, 96px);
}

.s-next__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 3.4cqh, 46px);
}

.s-next__flow {
  position: relative;
  width: min(1040px, 90cqw);
  margin-bottom: clamp(48px, 6.5cqh, 70px);
  padding: 0 clamp(26px, 5cqw, 70px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s-next__rail {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  transform: translateY(-50%) scaleX(1);
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(242, 102, 26, 0) 0%, var(--ember) 5%, var(--ember) 100%);
  box-shadow: 0 0 16px rgba(242, 102, 26, 0.4);
  z-index: 0;
}

.s-next__arrow {
  position: absolute;
  right: -2px;
  top: 50%;
  width: clamp(11px, 1.3cqw, 17px);
  height: clamp(11px, 1.3cqw, 17px);
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid var(--ember);
  border-right: 2px solid var(--ember);
  z-index: 1;
}

.s-next__steps {
  display: contents;
  list-style: none;
}

.s-next__step {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.s-next__num {
  width: clamp(46px, 6cqw, 74px);
  height: clamp(46px, 6cqw, 74px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: clamp(22px, 2.8cqw, 40px);
  color: var(--ember-2);
  background:
    radial-gradient(circle at 38% 30%, rgba(242, 102, 26, 0.2), rgba(242, 102, 26, 0) 72%),
    var(--bg-1);
  border: 1.5px solid rgba(242, 102, 26, 0.5);
  box-shadow: 0 0 0 7px var(--bg-0), 0 0 22px rgba(242, 102, 26, 0.22);
}

.s-next__name {
  position: absolute;
  top: calc(100% + 0.85em);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(82px, 22cqw, 168px);
  text-align: center;
  text-wrap: balance;
  font-family: var(--sans);
  font-size: clamp(12px, 1.5cqw, 19px);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.25;
  color: var(--cream-2);
}

.s-next__step--end .s-next__num {
  color: var(--bg-0);
  background: radial-gradient(circle at 38% 30%, var(--ember-2), var(--ember-deep));
  border-color: var(--ember-2);
  box-shadow: 0 0 0 7px var(--bg-0), 0 0 32px rgba(242, 102, 26, 0.55);
}

.s-next__step--end .s-next__name {
  color: var(--ember-2);
  font-weight: 700;
}

.s-next__signoff {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(14px, 2cqh, 24px);
}

.s-next__close {
  font-family: var(--sans);
  font-size: clamp(12px, 1.4cqw, 18px);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ember);
}

.s-next__haze {
  position: absolute;
  border-radius: 50%;
  filter: blur(34px);
}

.s-next__haze--a {
  top: 4%;
  left: 50%;
  width: 70cqw;
  height: 70cqw;
  max-width: 940px;
  max-height: 940px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(242, 102, 26, 0.13) 0%, rgba(242, 102, 26, 0) 60%);
}

.s-next__haze--b {
  bottom: 6%;
  left: 50%;
  width: 56cqw;
  height: 56cqw;
  max-width: 720px;
  max-height: 720px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 179, 92, 0.12) 0%, rgba(255, 179, 92, 0) 62%);
}

.s-next__rule {
  width: clamp(54px, 8cqw, 98px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ember), transparent);
  opacity: 0.85;
}

.s-next__mark {
  font-family: var(--serif);
  font-size: clamp(40px, 7cqw, 100px);
  letter-spacing: -0.01em;
  line-height: 1;
  color: var(--cream);
  text-shadow: 0 0 48px rgba(242, 102, 26, 0.14);
}

.slide.active .s-next__rail {
  animation: next-draw 640ms var(--ease) both;
}

.slide.active .s-next__arrow {
  animation: next-arrow 380ms var(--ease) both;
  animation-delay: 0.58s;
}

@keyframes next-draw {
  from { transform: translateY(-50%) scaleX(0); }
  to { transform: translateY(-50%) scaleX(1); }
}

@keyframes next-arrow {
  from { opacity: 0; transform: translateY(-50%) rotate(45deg) scale(0.5); }
  to { opacity: 1; transform: translateY(-50%) rotate(45deg) scale(1); }
}

.slide.settle .s-next__rail,
.slide.settle .s-next__arrow {
  animation: none;
}

@media (prefers-reduced-motion: reduce) {
  .slide.active .s-next__rail,
  .slide.active .s-next__arrow {
    animation: none !important;
  }
}

.s-cost__stage {
  gap: clamp(16px, 2.8cqh, 40px);
}

.s-cost__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 1.4cqh, 16px);
}

.s-cost__title {
  max-width: 18ch;
}

.s-cost__sub {
  font-family: var(--sans);
  font-size: var(--fs-body);
  line-height: 1.4;
  color: var(--cream-2);
  max-width: 44ch;
}

.s-cost__ledger {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(20px, 4cqw, 60px);
  width: min(1160px, 92cqw);
  margin-top: clamp(6px, 1.6cqh, 22px);
}

.s-cost__item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(8px, 1.4cqh, 16px);
  padding: clamp(22px, 3.2cqh, 44px) clamp(20px, 2.8cqw, 46px);
  border: 1px solid var(--ember-rim);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(244, 236, 219, 0.05), rgba(244, 236, 219, 0.014));
}

.s-cost__idx {
  font-family: var(--serif);
  font-size: clamp(22px, 2.6cqw, 42px);
  line-height: 1;
  color: var(--ember);
  opacity: 0.5;
}

.s-cost__name {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 3.4cqw, 50px);
  line-height: 1.02;
  color: var(--cream);
}

.s-cost__desc {
  font-family: var(--sans);
  font-size: clamp(14px, 1.5cqw, 20px);
  line-height: 1.42;
  color: var(--cream-2);
  max-width: 26ch;
}

.s-cost__dest {
  margin-top: auto;
  font-family: var(--mono);
  font-size: clamp(11px, 1.15cqw, 15px);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ember-2);
  padding-top: clamp(10px, 1.6cqh, 18px);
}

.s-cost__div {
  align-self: center;
  flex: 0 0 auto;
  width: 1px;
  height: clamp(120px, 22cqh, 220px);
  background: linear-gradient(180deg, rgba(242, 102, 26, 0), var(--ember), rgba(242, 102, 26, 0));
  opacity: 0.38;
}

.s-cost__closer {
  margin-top: clamp(10px, 2.2cqh, 30px);
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(15px, 1.9cqw, 26px);
  letter-spacing: 0.01em;
  color: var(--ember);
  opacity: 0.82;
}

.slide.exit .s-cost__ledger {
  transform: translateY(6cqh);
  opacity: 0;
  transition:
    transform var(--t-cross) var(--ease),
    opacity var(--t-cross) var(--ease);
}

@media (max-width: 720px) {
  .s-cost__ledger {
    flex-direction: column;
    align-items: center;
  }
  .s-cost__div {
    width: clamp(120px, 40cqw, 220px);
    height: 1px;
    background: linear-gradient(90deg, rgba(242, 102, 26, 0), var(--ember), rgba(242, 102, 26, 0));
  }
}
