.storytoy-page {
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 255, 255, 0.92) 0 7rem, transparent 7.2rem),
    radial-gradient(circle at 82% 8%, rgba(255, 216, 94, 0.34) 0 10rem, transparent 10.4rem),
    radial-gradient(circle at 70% 78%, rgba(100, 223, 186, 0.28) 0 16rem, transparent 16.4rem),
    linear-gradient(180deg, #fff2c9 0%, #d8f7ff 34%, #fff7ed 66%, #ffe0f0 100%);
}

.storytoy-shell {
  width: min(1240px, calc(100% - 36px));
}

.storytoy-nav {
  background: rgba(255, 255, 255, 0.68);
}

.storytoy-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
  gap: 34px;
  align-items: center;
  min-height: calc(100vh - 98px);
  padding: 70px 0 64px;
}

.storytoy-hero-copy h1 {
  margin-bottom: 14px;
  font-size: clamp(54px, 6.2vw, 94px);
}

.storytoy-tagline {
  margin-bottom: 18px;
  color: #ff4f9d;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
}

.storytoy-lead {
  max-width: 680px;
  color: #604e73;
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 600;
  line-height: 1.9;
}

.storytoy-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.storytoy-keywords span,
.reader-points li {
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(255, 255, 255, 0.58);
  color: #5f3d8b;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(112, 80, 154, 0.1);
}

.screen-stage {
  position: relative;
  min-height: 720px;
}

.screen-shot,
.showcase-screen,
.reader-screen {
  overflow: hidden;
  margin: 0;
  border: 5px solid rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 26px 70px rgba(112, 80, 154, 0.22);
}

.screen-shot {
  will-change: translate;
  animation: screen-drift 8s ease-in-out infinite alternate;
}

.shot-left {
  animation-delay: -2.2s;
}

.shot-right {
  animation-delay: -4.4s;
}

.screen-shot img,
.showcase-screen img,
.reader-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.005);
  transition: transform 0.4s ease, filter 0.4s ease;
}

.screen-shot:hover img,
.showcase-screen:hover img,
.reader-screen:hover img {
  transform: scale(1.035);
  filter: saturate(1.04);
}

.shot-main {
  position: absolute;
  right: 8%;
  top: 2%;
  z-index: 3;
  width: min(43vw, 430px);
  aspect-ratio: 440 / 950;
  border-radius: 38px;
  transform: rotate(3deg);
}

.shot-left,
.shot-right {
  position: absolute;
  width: min(30vw, 360px);
  aspect-ratio: 440 / 950;
  border-radius: 32px;
}

.shot-left {
  left: 2%;
  bottom: 4%;
  transform: rotate(-8deg);
}

.shot-right {
  right: 7%;
  bottom: 8%;
  transform: rotate(6deg);
}

.shot-main::after,
.shot-left::after,
.shot-right::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.28), transparent 34%, rgba(255, 118, 184, 0.12));
}

.value-section,
.experience-section,
.ecosystem-section,
.growth-section,
.storytoy-cta {
  padding: 92px 0;
}

.storytoy-heading {
  align-items: start;
}

.storytoy-heading h2 {
  font-size: clamp(42px, 5.2vw, 74px);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.value-card,
.showcase-copy,
.ecosystem-grid article {
  position: relative;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.82);
  border-radius: 30px;
  padding: 24px;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 216, 94, 0.28), transparent 8rem),
    rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 42px rgba(112, 80, 154, 0.14);
}

.value-card span {
  display: inline-flex;
  margin-bottom: 26px;
  border-radius: 999px;
  padding: 6px 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--hot-pink), var(--lavender));
  font-family: var(--font-display);
  font-weight: 800;
}

.value-card h3,
.showcase-copy h3,
.ecosystem-grid h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.value-card p,
.showcase-copy p,
.reader-copy p,
.ecosystem-copy p,
.ecosystem-grid p,
.growth-copy p,
.storytoy-cta p {
  color: #665277;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.86;
}

.screen-deck-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
  min-height: 760px;
  margin-top: 38px;
}

.screen-deck-copy {
  position: relative;
  z-index: 3;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.86);
  border-radius: 34px;
  padding: 28px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.86), transparent 10rem),
    radial-gradient(circle at 88% 92%, rgba(255, 118, 184, 0.16), transparent 11rem),
    rgba(255, 255, 255, 0.66);
  box-shadow: 0 24px 58px rgba(112, 80, 154, 0.18);
  backdrop-filter: blur(14px);
}

.screen-deck-kicker,
.screen-deck-progress {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--hot-pink), var(--lavender));
  font-family: var(--font-display);
  font-weight: 800;
}

.screen-deck-kicker {
  padding: 7px 13px;
  font-size: 16px;
}

.screen-deck-copy h3 {
  margin: 24px 0 14px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 0.96;
}

.screen-deck-copy p {
  color: #665277;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.82;
}

.screen-deck-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.screen-deck-tags span {
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  padding: 8px 11px;
  color: #5f3d8b;
  background: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 900;
}

.screen-deck-progress {
  gap: 4px;
  margin-top: 28px;
  padding: 10px 15px;
  box-shadow: inset 0 -4px 0 rgba(116, 70, 145, 0.13);
}

.screen-deck-progress span {
  font-size: 28px;
  line-height: 1;
}

.screen-deck-progress small {
  font-size: 16px;
}

.screen-deck-frame {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  gap: 14px;
  min-height: 760px;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.72);
  border-radius: 38px;
  padding: 24px;
  background:
    radial-gradient(circle at var(--stage-x, 52%) var(--stage-y, 34%), rgba(255, 255, 255, 0.86), transparent 11rem),
    radial-gradient(circle at 78% 18%, rgba(255, 216, 94, 0.24), transparent 14rem),
    radial-gradient(circle at 12% 86%, rgba(100, 223, 186, 0.18), transparent 14rem),
    rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62), 0 28px 72px rgba(112, 80, 154, 0.18);
}

.screen-deck-frame::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.44) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.34) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 42%, #000 0 42%, transparent 72%);
  opacity: 0.36;
  pointer-events: none;
}

.screen-deck-frame::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 125px;
  height: 70px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 118, 184, 0.28), transparent 68%);
  filter: blur(14px);
  pointer-events: none;
}

.screen-stage-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  z-index: 2;
  align-self: center;
  justify-self: center;
  width: min(430px, 54vw);
  aspect-ratio: 440 / 950;
  margin: 0;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.9);
  border-radius: 46px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 34px 82px rgba(112, 80, 154, 0.28), 0 0 42px rgba(255, 216, 94, 0.18);
  transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-4px);
  transition: transform 0.36s ease, box-shadow 0.36s ease, border-color 0.36s ease;
}

.screen-stage-card.is-switching {
  animation: stage-card-pop 0.56s cubic-bezier(0.18, 0.9, 0.2, 1);
}

.screen-stage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at var(--stage-x, 52%) var(--stage-y, 30%), rgba(255, 255, 255, 0.78), transparent 10rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 38%, rgba(255, 118, 184, 0.14));
  opacity: 0.74;
  pointer-events: none;
}

.screen-stage-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 3;
  border: 2px solid rgba(255, 255, 255, 0.54);
  border-radius: 36px;
  pointer-events: none;
}

.screen-stage-aura {
  position: absolute;
  inset: -18%;
  z-index: 1;
  background:
    conic-gradient(from 110deg, rgba(255, 216, 94, 0), rgba(255, 216, 94, 0.44), rgba(255, 118, 184, 0.36), rgba(100, 223, 186, 0.28), rgba(255, 216, 94, 0));
  opacity: 0.42;
  filter: blur(8px);
  animation: stage-aura-spin 9s linear infinite;
  pointer-events: none;
}

.screen-stage-card img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.008);
}

.screen-stage-index {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--hot-pink), var(--yellow));
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 16px 28px rgba(112, 80, 154, 0.2);
}

.screen-stage-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  display: grid;
  gap: 5px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  padding: 14px 16px;
  color: #fff;
  background: linear-gradient(180deg, rgba(53, 35, 74, 0.18), rgba(53, 35, 74, 0.78));
  box-shadow: 0 16px 30px rgba(53, 35, 74, 0.2);
  backdrop-filter: blur(8px);
}

.screen-stage-caption strong {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1;
}

.screen-stage-caption span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.screen-stage-sparks {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.screen-stage-sparks span {
  position: absolute;
  left: var(--spark-x);
  top: var(--spark-y);
  width: var(--spark-size);
  height: var(--spark-size);
  border-radius: 50%;
  background: var(--spark-color);
  box-shadow: 0 0 16px var(--spark-color);
  animation: stage-spark 0.86s ease-out forwards;
}

.screen-deck {
  position: relative;
  z-index: 4;
}

.screen-thumb-rail {
  display: grid;
  grid-template-columns: repeat(8, minmax(70px, 1fr));
  gap: 10px;
  align-items: end;
  min-height: 150px;
  padding: 10px;
}

.screen-carousel-status {
  position: relative;
  z-index: 4;
  width: min(360px, 64%);
  height: 10px;
  justify-self: center;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 255, 255, 0.78) 0 2px, transparent 3px),
    radial-gradient(circle at 48% 50%, rgba(255, 255, 255, 0.54) 0 2px, transparent 3px),
    radial-gradient(circle at 84% 50%, rgba(255, 255, 255, 0.78) 0 2px, transparent 3px),
    rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52), 0 12px 24px rgba(112, 80, 154, 0.12);
  opacity: 0.86;
  transition: opacity 0.24s ease, filter 0.24s ease;
}

.screen-carousel-status span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--hot-pink), var(--yellow), var(--mint), var(--blue));
  box-shadow: 0 0 18px rgba(255, 216, 94, 0.5);
  transform: scaleX(var(--carousel-progress, 0));
  transform-origin: left center;
}

.screen-deck-shell.is-carousel-playing .screen-card.is-active {
  animation: thumb-carousel-bob 2.8s ease-in-out infinite;
}

.screen-deck-shell.is-carousel-paused .screen-carousel-status {
  filter: saturate(0.62);
  opacity: 0.46;
}

.screen-card {
  --thumb-lift: 0px;
  position: relative;
  display: grid;
  align-content: end;
  min-width: 0;
  aspect-ratio: 0.7;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  padding: 0;
  color: inherit;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 16px 28px rgba(112, 80, 154, 0.16);
  cursor: pointer;
  transform: translateY(var(--thumb-lift)) rotate(calc((var(--i, 0) - 3.5) * -0.8deg));
  transition: transform 0.28s cubic-bezier(0.18, 0.85, 0.2, 1), box-shadow 0.28s ease, border-color 0.28s ease, filter 0.28s ease;
}

.screen-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.52), transparent 4.5rem),
    linear-gradient(180deg, transparent 38%, rgba(53, 35, 74, 0.72));
  opacity: 0.78;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.screen-card::after {
  content: "";
  position: absolute;
  inset: auto 14px 10px;
  z-index: 4;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hot-pink), var(--yellow));
  opacity: 0;
  transform: scaleX(0.32);
  transition: opacity 0.24s ease, transform 0.24s ease;
  pointer-events: none;
}

.screen-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.34s ease, filter 0.28s ease;
}

.screen-card-label {
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 3;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  padding: 4px 8px;
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 79, 157, 0.92), rgba(184, 156, 255, 0.92));
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(112, 80, 154, 0.17);
}

.screen-card-title {
  position: relative;
  z-index: 3;
  display: block;
  padding: 0 10px 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-shadow: 0 2px 12px rgba(53, 35, 74, 0.56);
}

.screen-card.is-active,
.screen-card[aria-selected="true"],
.screen-card:hover,
.screen-card:focus-visible {
  --abs-offset: 0;
  --thumb-lift: -12px;
  z-index: 5;
  border-color: rgba(255, 216, 94, 0.96);
  box-shadow: 0 22px 36px rgba(112, 80, 154, 0.22), 0 0 28px rgba(255, 216, 94, 0.24);
  filter: saturate(1.04);
  transform: translateY(var(--thumb-lift)) rotate(0deg) scale(1.04);
}

.screen-card.is-active::before,
.screen-card[aria-selected="true"]::before,
.screen-card:hover::before,
.screen-card:focus-visible::before {
  opacity: 0.62;
}

.screen-card.is-active::after,
.screen-card[aria-selected="true"]::after,
.screen-card:hover::after,
.screen-card:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.screen-card.is-active img,
.screen-card[aria-selected="true"] img,
.screen-card:hover img,
.screen-card:focus-visible img {
  transform: scale(1.04);
}

.screen-card:focus-visible {
  outline-offset: 8px;
}

.screen-card:active {
  filter: saturate(1.08) brightness(0.98);
}

.showcase-row,
.reader-focus,
.growth-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 26px;
  align-items: center;
  margin-top: 28px;
}

.showcase-row.reverse {
  grid-template-columns: minmax(0, 1.28fr) minmax(260px, 0.72fr);
}

.showcase-row.reverse .showcase-copy {
  order: 2;
}

.showcase-copy {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.showcase-screen {
  border-radius: 34px;
  aspect-ratio: 440 / 950;
}

.showcase-screen.wide {
  max-height: 650px;
  aspect-ratio: 16 / 10;
}

.screen-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.reader-focus {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
  padding: 94px 0;
}

.reader-copy h2,
.ecosystem-copy h2,
.growth-copy h2,
.storytoy-cta h2 {
  margin-bottom: 22px;
  font-size: clamp(42px, 5vw, 72px);
}

.reader-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.reader-screen {
  max-width: 430px;
  border-radius: 40px;
  aspect-ratio: 440 / 950;
  justify-self: center;
}

.experience-section {
  display: grid;
  justify-items: center;
}

.experience-section .storytoy-heading {
  width: 100%;
}

.demo-video-frame {
  position: relative;
  width: min(430px, 100%);
  aspect-ratio: 430 / 932;
  margin: 34px auto 0;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.86);
  border-radius: 34px;
  background: #101827;
  box-shadow: 0 24px 58px rgba(112, 80, 154, 0.18);
}

.demo-video-frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 2;
  border: 2px solid rgba(255, 255, 255, 0.54);
  border-radius: 32px;
  pointer-events: none;
}

.demo-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  background: #1d1723;
  object-fit: contain;
}

.ecosystem-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.growth-section {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.storytoy-cta {
  display: grid;
  justify-items: center;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.storytoy-cta .hero-actions {
  justify-content: center;
}

@keyframes screen-drift {
  from { translate: 0 -8px; }
  to { translate: 0 8px; }
}

@keyframes stage-card-pop {
  0% {
    opacity: 0.7;
    transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(18px) rotateZ(-2deg) scale(0.965);
    filter: saturate(0.92) brightness(1.03);
  }
  58% {
    opacity: 1;
    transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-10px) rotateZ(1deg) scale(1.018);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-4px) rotateZ(0deg) scale(1);
    filter: saturate(1) brightness(1);
  }
}

@keyframes stage-aura-spin {
  to { rotate: 360deg; }
}

@keyframes stage-spark {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(0.4);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1.9);
  }
}

@keyframes thumb-carousel-bob {
  0%,
  100% {
    transform: translateY(var(--thumb-lift)) rotate(0deg) scale(1.04);
  }
  50% {
    transform: translateY(calc(var(--thumb-lift) - 4px)) rotate(0deg) scale(1.055);
  }
}

@media (max-width: 980px) {
  .storytoy-hero,
  .showcase-row,
  .showcase-row.reverse,
  .reader-focus,
  .ecosystem-section,
  .growth-section {
    grid-template-columns: 1fr;
  }

  .showcase-row.reverse .showcase-copy {
    order: 0;
  }

  .screen-stage {
    min-height: 640px;
  }

  .shot-main {
    width: min(58vw, 410px);
    right: 12%;
  }

  .shot-left,
  .shot-right {
    width: min(38vw, 300px);
  }

  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .screen-deck-shell {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 0;
    margin-top: 26px;
  }

  .screen-deck-copy {
    border-radius: 30px;
    padding: 24px;
  }

  .screen-deck-copy h3 {
    margin-top: 18px;
    font-size: clamp(36px, 10vw, 48px);
  }

  .screen-deck-copy p {
    font-size: 16px;
    line-height: 1.72;
  }

  .screen-deck-tags {
    margin-top: 16px;
  }

  .screen-deck-progress {
    margin-top: 20px;
  }

  .screen-deck-frame {
    grid-template-rows: auto auto auto;
    min-height: 0;
    overflow: hidden;
    perspective: none;
    padding: 18px 0 18px;
  }

  .screen-deck-frame::before {
    left: 10%;
    right: 10%;
    bottom: 18%;
    height: 18%;
  }

  .screen-stage-card {
    width: min(68vw, 300px);
    border-width: 5px;
    border-radius: 36px;
  }

  .screen-stage-caption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 20px;
    padding: 11px 13px;
  }

  .screen-stage-caption strong {
    font-size: 19px;
  }

  .screen-stage-caption span {
    font-size: 12px;
  }

  .screen-stage-index {
    left: 13px;
    top: 13px;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 19px;
  }

  .screen-deck {
    display: flex;
    gap: 12px;
    align-items: center;
    height: auto;
    min-height: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: max(18px, calc((100vw - min(31vw, 128px)) / 2));
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    padding: 10px max(18px, calc((100vw - min(31vw, 128px)) / 2)) 8px;
    transform-style: flat;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .screen-carousel-status {
    width: min(240px, 54%);
    height: 8px;
  }

  .screen-deck::-webkit-scrollbar {
    display: none;
  }

  .screen-card {
    position: relative;
    left: auto;
    top: auto;
    flex: 0 0 min(31vw, 128px);
    width: min(31vw, 128px);
    z-index: 1;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    transform: rotateZ(calc(var(--offset) * -0.7deg)) scale(0.96);
    transform-style: flat;
  }

  .screen-card.is-active,
  .screen-card[aria-selected="true"],
  .screen-card:hover,
  .screen-card:focus-visible {
    z-index: 4;
    transform: translateY(-8px) rotateZ(-1deg) scale(1.02);
  }

  .screen-card::after {
    opacity: 0.08;
  }
}

@media (max-width: 620px) {
  .storytoy-shell {
    width: calc(100% - 22px);
  }

  .storytoy-hero {
    padding-top: 52px;
  }

  .storytoy-hero-copy h1 {
    font-size: clamp(42px, 13vw, 54px);
  }

  .storytoy-tagline {
    font-size: clamp(25px, 8vw, 34px);
  }

  .screen-stage {
    min-height: 520px;
  }

  .shot-main {
    left: 50%;
    right: auto;
    width: min(82vw, 330px);
    transform: translateX(-50%) rotate(2deg);
  }

  .shot-left,
  .shot-right {
    display: none;
  }

  .value-section,
  .experience-section,
  .ecosystem-section,
  .growth-section,
  .storytoy-cta,
  .reader-focus {
    padding: 62px 0;
  }

  .value-grid,
  .screen-pair {
    grid-template-columns: 1fr;
  }

  .showcase-copy {
    min-height: 0;
  }

  .showcase-screen.wide {
    aspect-ratio: 440 / 950;
  }

  .reader-screen {
    width: 100%;
  }

  .screen-deck-copy {
    border-width: 4px;
    border-radius: 26px;
    padding: 20px;
  }

  .screen-deck-tags span {
    padding: 7px 10px;
    font-size: 12px;
  }

  .screen-deck-frame {
    margin-inline: -11px;
    min-height: 0;
  }

  .screen-deck {
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 8px;
    scroll-padding-inline: max(20px, calc((100vw - min(34vw, 120px)) / 2));
    padding-inline: max(20px, calc((100vw - min(34vw, 120px)) / 2));
  }

  .screen-card {
    flex-basis: min(34vw, 120px);
    width: min(34vw, 120px);
    border-width: 3px;
    border-radius: 22px;
  }

  .screen-card-label {
    left: 12px;
    top: 12px;
    padding: 6px 10px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .screen-shot,
  .screen-stage-card,
  .screen-stage-aura,
  .screen-stage-sparks span,
  .screen-card,
  .screen-card::before,
  .screen-carousel-status,
  .screen-card img {
    animation: none !important;
    transition: none !important;
  }

  .screen-card {
    transform: none;
  }

  .screen-card.is-active,
  .screen-card[aria-selected="true"],
  .screen-card:hover,
  .screen-card:focus-visible {
    transform: translateY(-6px);
  }
}

.reduced-motion .screen-shot,
.reduced-motion .screen-stage-card,
.reduced-motion .screen-stage-aura,
.reduced-motion .screen-stage-sparks span,
.reduced-motion .screen-card,
.reduced-motion .screen-card::before,
.reduced-motion .screen-carousel-status,
.reduced-motion .screen-card img {
  animation: none;
  transition: none;
}

@media (max-width: 720px) and (prefers-reduced-motion: reduce) {
  .screen-card,
  .screen-card:hover,
  .screen-card:focus-visible {
    transform: none;
  }

  .screen-card.is-active,
  .screen-card[aria-selected="true"] {
    transform: scale(1.01);
  }
}

@media (max-width: 720px) {
  .reduced-motion .screen-card,
  .reduced-motion .screen-card:hover,
  .reduced-motion .screen-card:focus-visible {
    transform: none;
  }

  .reduced-motion .screen-card.is-active,
  .reduced-motion .screen-card[aria-selected="true"] {
    transform: scale(1.01);
  }
}

.screen-orbit-shell {
  --orbit-radius: clamp(250px, 28vw, 370px);
  --orbit-card-width: clamp(170px, 15vw, 218px);
  --orbit-rotation: -225deg;
  --carousel-progress: 0;
}

.screen-orbit-shell .screen-deck-frame {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 16px;
  min-height: 690px;
  overflow: hidden;
  perspective: 1350px;
  perspective-origin: 50% 42%;
  touch-action: none;
}

.screen-orbit-stage {
  position: relative;
  z-index: 2;
  align-self: center;
  min-height: 590px;
  border-radius: 32px;
  overflow: visible;
  cursor: grab;
  transform-style: preserve-3d;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.screen-orbit-stage *,
.screen-orbit-shell .screen-deck-frame * {
  -webkit-user-select: none;
  user-select: none;
}

.screen-orbit-shell.is-orbit-dragging .screen-orbit-stage {
  cursor: grabbing;
}

.screen-orbit-glow {
  position: absolute;
  inset: 9% 5% 3%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 54%, rgba(255, 255, 255, 0.58), transparent 28%),
    radial-gradient(ellipse at 50% 68%, rgba(255, 216, 94, 0.28), transparent 46%),
    radial-gradient(ellipse at 50% 76%, rgba(255, 118, 184, 0.2), transparent 58%);
  filter: blur(2px);
  opacity: 0.95;
  pointer-events: none;
}

.screen-orbit-glow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 67%;
  width: 72%;
  height: 21%;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(62deg);
  box-shadow: 0 0 34px rgba(255, 216, 94, 0.24), inset 0 0 24px rgba(184, 156, 255, 0.18);
}

.screen-orbit-core {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: clamp(118px, 12vw, 148px);
  height: clamp(118px, 12vw, 148px);
  border: 4px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  color: #6d4a87;
  background:
    radial-gradient(circle at 36% 25%, rgba(255, 255, 255, 0.94), transparent 32%),
    conic-gradient(from 120deg, rgba(255, 216, 94, 0.86), rgba(255, 118, 184, 0.72), rgba(184, 156, 255, 0.66), rgba(100, 223, 186, 0.62), rgba(255, 216, 94, 0.86));
  box-shadow: 0 22px 55px rgba(112, 80, 154, 0.22), inset 0 -18px 28px rgba(255, 118, 184, 0.16);
  transform: translate(-50%, -50%) translateZ(10px);
  pointer-events: none;
}

.screen-orbit-core span {
  border-radius: 999px;
  padding: 7px 11px;
  color: #fff;
  background: rgba(75, 43, 103, 0.46);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.screen-orbit-shell .screen-deck {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  height: 100%;
  min-height: 0;
  padding: 0;
  overflow: visible;
  transform: rotateX(-4deg);
  transform-style: preserve-3d;
  transition: none;
  cursor: grab;
  touch-action: none;
}

.screen-orbit-shell.is-orbit-dragging .screen-deck {
  transition: none;
  cursor: grabbing;
}

.screen-orbit-shell.is-carousel-playing .screen-card.is-active {
  animation: none;
}

.screen-orbit-shell .screen-card {
  --thumb-lift: 0px;
  position: absolute;
  left: 50%;
  top: 57.5%;
  display: block;
  width: var(--orbit-card-width);
  min-width: 0;
  aspect-ratio: 440 / 950;
  border-width: 4px;
  border-radius: 30px;
  box-shadow: 0 26px 54px rgba(65, 42, 91, 0.22);
  opacity: var(--card-opacity, 1);
  transform: translate(-50%, -50%) translateY(var(--card-y, 0px)) rotateY(var(--card-yaw, 0deg)) translateZ(var(--orbit-radius)) scale(var(--card-scale, 0.9));
  transform-style: preserve-3d;
  transition:
    opacity 0.16s linear,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    filter 0.22s ease;
  will-change: transform, opacity;
  backface-visibility: visible;
  -webkit-user-drag: none;
  user-select: none;
}

.screen-orbit-shell .screen-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

.screen-orbit-shell .screen-card::before {
  background:
    radial-gradient(circle at var(--mx-card, 50%) var(--my-card, 24%), rgba(255, 255, 255, 0.62), transparent 5.4rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 34%, rgba(53, 35, 74, 0.72));
}

.screen-orbit-shell .screen-card::after {
  inset: auto 16px 12px;
}

.screen-orbit-shell .screen-card.is-active,
.screen-orbit-shell .screen-card[aria-selected="true"],
.screen-orbit-shell .screen-card:hover,
.screen-orbit-shell .screen-card:focus-visible {
  border-color: rgba(255, 216, 94, 0.98);
  opacity: 1;
  filter: saturate(1.08);
  box-shadow: 0 30px 58px rgba(65, 42, 91, 0.24), 0 0 28px rgba(255, 216, 94, 0.28);
}

.screen-orbit-shell.is-orbit-expanded .screen-card:not(.is-featured) {
  opacity: 0.2;
  filter: saturate(0.75) blur(0.4px);
}

.screen-orbit-shell.is-orbit-expanded .screen-card {
  transition:
    transform 0.34s cubic-bezier(0.18, 0.85, 0.2, 1),
    opacity 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    filter 0.22s ease;
}

.screen-orbit-shell .screen-card.is-featured {
  z-index: 700 !important;
  border-color: rgba(255, 216, 94, 1);
  opacity: 1;
  filter: saturate(1.12);
  box-shadow: 0 42px 96px rgba(65, 42, 91, 0.34), 0 0 48px rgba(255, 216, 94, 0.38);
  transform: translate(-50%, -50%) translateY(-68px) rotateY(var(--card-yaw, 0deg)) translateZ(calc(var(--orbit-radius) + 24px)) scale(1.13);
}

.screen-orbit-shell .screen-card-label {
  left: 12px;
  top: 12px;
  padding: 6px 10px;
  font-size: 13px;
}

.screen-orbit-shell .screen-card-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 13px 18px;
  font-size: 13px;
}

.screen-orbit-shell .screen-carousel-status {
  width: min(420px, 58%);
  height: 12px;
  margin-bottom: 4px;
}

.screen-orbit-shell.is-carousel-playing .screen-carousel-status span {
  opacity: 1;
}

.screen-orbit-shell.is-carousel-paused .screen-carousel-status {
  opacity: 0.62;
}

.screen-orbit-shell.is-carousel-paused .screen-carousel-status span {
  background: linear-gradient(90deg, var(--yellow), var(--hot-pink));
}

@media (max-width: 980px) {
  .screen-orbit-shell {
    --orbit-radius: clamp(205px, 31vw, 280px);
    --orbit-card-width: clamp(148px, 20vw, 188px);
  }

  .screen-orbit-shell .screen-deck-frame {
    min-height: 620px;
  }

  .screen-orbit-stage {
    min-height: 530px;
  }
}

@media (max-width: 720px) {
  .screen-orbit-shell {
    --orbit-radius: clamp(155px, 44vw, 205px);
    --orbit-card-width: clamp(126px, 36vw, 154px);
  }

  .screen-orbit-shell .screen-deck-frame {
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 500px;
    padding: 14px 0 16px;
    perspective: 880px;
    touch-action: none;
  }

  .screen-orbit-stage {
    min-height: 440px;
    border-radius: 28px;
  }

  .screen-orbit-core {
    top: 58%;
    width: 98px;
    height: 98px;
  }

  .screen-orbit-core span {
    font-size: 12px;
  }

  .screen-orbit-shell .screen-deck {
    display: block;
    height: 100%;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
    transform: rotateX(-3deg);
  }

  .screen-orbit-shell .screen-card {
    position: absolute;
    left: 50%;
    top: 59%;
    flex: none;
    width: var(--orbit-card-width);
    border-radius: 24px;
    transform: translate(-50%, -50%) translateY(var(--card-y, 0px)) rotateY(var(--card-yaw, 0deg)) translateZ(var(--orbit-radius)) scale(var(--card-scale, 0.88));
  }

  .screen-orbit-shell .screen-card.is-active,
  .screen-orbit-shell .screen-card[aria-selected="true"],
  .screen-orbit-shell .screen-card:hover,
  .screen-orbit-shell .screen-card:focus-visible {
    transform: translate(-50%, -50%) translateY(var(--card-y, 0px)) rotateY(var(--card-yaw, 0deg)) translateZ(var(--orbit-radius)) scale(var(--card-scale, 0.88));
  }

  .screen-orbit-shell .screen-card.is-featured {
    transform: translate(-50%, -50%) translateY(-46px) rotateY(var(--card-yaw, 0deg)) translateZ(calc(var(--orbit-radius) + 18px)) scale(1.09);
  }

  .screen-orbit-shell .screen-carousel-status {
    width: min(230px, 58%);
    height: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .screen-orbit-shell .screen-deck,
  .screen-orbit-shell .screen-card,
  .screen-orbit-shell .screen-carousel-status span {
    animation: none !important;
    transition: none !important;
  }
}

.reduced-motion .screen-orbit-shell .screen-deck,
.reduced-motion .screen-orbit-shell .screen-card,
.reduced-motion .screen-orbit-shell .screen-carousel-status span {
  animation: none;
  transition: none;
}
