:root {
  --ink: #0b0d0f;
  --ink-soft: #171a1d;
  --paper: #f2efe8;
  --paper-soft: #e7e3da;
  --white: #fffdf8;
  --acid: #c9ff3d;
  --amber: #ffb45a;
  --rose: #e98b86;
  --forest: #102a22;
  --moss: #70ca8d;
  --muted: #a5a59f;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(11, 13, 15, 0.16);
  --max: 1240px;
  --pad: clamp(1.25rem, 4vw, 4rem);
  --display: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --sans:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--ink);
}
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}
a:hover {
  text-decoration-color: var(--acid);
}
img,
video {
  display: block;
  max-width: 100%;
}
button,
input,
textarea,
select {
  font: inherit;
}
::selection {
  background: var(--acid);
  color: var(--ink);
}
:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 1rem;
  top: 1rem;
  padding: 0.75rem 1rem;
  transform: translateY(-200%);
  background: var(--acid);
  color: var(--ink);
  font-weight: 800;
}
.skip-link:focus {
  transform: translateY(0);
}
.section-shell {
  width: min(100%, var(--max));
  margin-inline: auto;
  padding-inline: var(--pad);
}

.site-header {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
  color: var(--white);
}
.header-inner {
  display: flex;
  width: min(100%, var(--max));
  min-height: 96px;
  margin-inline: auto;
  padding-inline: var(--pad);
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line-dark);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: inherit;
  text-decoration: none;
}
.brand-mark {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.72rem;
  line-height: 1;
}
.brand-mark i {
  position: absolute;
  width: 54px;
  height: 18px;
  border-top: 1px solid currentColor;
  border-radius: 50%;
  transform: rotate(-24deg);
}
.brand-mark b {
  font-weight: 850;
  letter-spacing: -0.08em;
}
.brand-mark em {
  position: absolute;
  right: -3px;
  bottom: 2px;
  padding: 2px;
  background: var(--acid);
  color: var(--ink);
  font-size: 0.52rem;
  font-style: normal;
  font-weight: 900;
}
.brand-type {
  display: grid;
  line-height: 1;
  text-transform: uppercase;
}
.brand-type strong {
  font-size: 0.88rem;
  letter-spacing: 0.1em;
}
.brand-type small {
  margin-top: 0.24rem;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.3em;
}
.desktop-nav {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2rem);
}
.desktop-nav a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  padding: 0.5rem 0;
  align-items: center;
  color: #e7e5dd;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}
.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  left: 0;
  height: 1px;
  content: "";
  transform: scaleX(0);
  background: var(--acid);
  transform-origin: right;
  transition: transform 180ms ease;
}
.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}
.desktop-nav .language-link {
  padding: 0.58rem 0.82rem;
  border: 1px solid var(--line-dark);
}
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(900px, 100svh);
  overflow: hidden;
  padding: clamp(9rem, 18vh, 13rem) var(--pad) clamp(4rem, 10vh, 7rem);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
  align-items: center;
  gap: 4rem;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px) 0
      0 / 44px 44px,
    radial-gradient(
      circle at 78% 54%,
      rgba(201, 255, 61, 0.12),
      transparent 28%
    ),
    var(--ink);
  color: var(--white);
}
.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34%;
  height: 10px;
  content: "";
  background: var(--acid);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  margin-left: max(0px, calc((100vw - var(--max)) / 2));
}
.eyebrow {
  margin: 0 0 1.2rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
.hero .eyebrow {
  color: var(--acid);
}
.hero h1,
.page-hero h1,
.game-hero h1,
.section-heading h2,
.manifesto h2,
.end-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.94;
}
.hero h1 {
  max-width: 820px;
  font-size: clamp(4.2rem, 9vw, 9.5rem);
}
.hero-intro {
  max-width: 660px;
  margin: 2rem 0 0;
  color: #cac9c4;
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  line-height: 1.6;
}
.hero-actions {
  display: flex;
  margin-top: 2.2rem;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.button {
  display: inline-flex;
  min-height: 52px;
  padding: 0.85rem 1.2rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: 1px solid currentColor;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease;
}
.button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}
.button.primary {
  border-color: var(--acid);
  background: var(--acid);
  color: var(--ink);
}
.button.primary:hover {
  background: var(--white);
  border-color: var(--white);
}
.button.quiet {
  color: currentColor;
}
.button.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.development-note {
  display: flex;
  margin: 2rem 0 0;
  align-items: center;
  gap: 0.6rem;
  color: #93938f;
  font-size: 0.78rem;
}
.development-note span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
}
.hero-emblem {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(30vw, 430px);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  color: var(--white);
}
.hero-emblem::before,
.hero-emblem::after {
  position: absolute;
  content: "";
  border: 1px solid var(--line-dark);
  border-radius: 50%;
}
.hero-emblem::before {
  width: 120%;
  height: 46%;
  transform: rotate(-22deg);
}
.hero-emblem::after {
  width: 46%;
  height: 120%;
  transform: rotate(28deg);
}
.hero-emblem span {
  font-size: clamp(4rem, 9vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 1;
}
.hero-emblem i {
  position: absolute;
  right: 8%;
  bottom: 20%;
  padding: 0.4rem;
  background: var(--acid);
  color: var(--ink);
  font-size: clamp(1rem, 3vw, 2.4rem);
  font-style: normal;
  font-weight: 900;
}
.hero-emblem b {
  position: absolute;
  bottom: -2.5rem;
  padding: 0 1rem;
  background: var(--ink);
  color: var(--muted);
  font-size: 0.65rem;
  letter-spacing: 0.4em;
}
.hero-field {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.field-ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}
.field-ring.r1 {
  right: -18vw;
  bottom: -42vw;
  width: 92vw;
  height: 92vw;
}
.field-ring.r2 {
  right: -3vw;
  bottom: -24vw;
  width: 58vw;
  height: 58vw;
}
.field-ring.r3 {
  top: 10%;
  left: -12%;
  width: 25vw;
  height: 25vw;
}
.field-star {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--acid);
}
.field-star.s1 {
  top: 24%;
  right: 39%;
}
.field-star.s2 {
  right: 10%;
  bottom: 16%;
}
.field-star.s3 {
  top: 48%;
  left: 6%;
}

.games-section {
  padding-top: clamp(5rem, 10vw, 9rem);
  padding-bottom: clamp(6rem, 12vw, 11rem);
}
.section-heading {
  display: grid;
  margin-bottom: 3.5rem;
  grid-template-columns: 0.4fr 1fr 0.75fr;
  align-items: end;
  gap: 2rem;
}
.section-heading .eyebrow {
  align-self: start;
  color: #65645e;
}
.section-heading h2 {
  font-size: clamp(3rem, 6vw, 6rem);
}
.section-heading > p:last-child {
  margin: 0;
  color: #555650;
}
.games-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}
.game-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line-light);
  background: var(--white);
}
.game-card-link {
  display: block;
  height: 100%;
  text-decoration: none;
}
.game-card-link:hover {
  text-decoration: none;
}
.game-card-copy {
  padding: clamp(1.5rem, 3vw, 2.5rem);
}
.card-meta {
  display: flex;
  margin-bottom: 1.4rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #65645f;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.game-card h3,
.game-card .game-index-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.6rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
}
.game-card p {
  max-width: 560px;
  margin: 1rem 0 1.5rem;
  color: #50514d;
}
.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-transform: uppercase;
}
.game-visual {
  position: relative;
  display: grid;
  min-height: 540px;
  overflow: hidden;
  place-items: center;
  isolation: isolate;
  background: var(--ink-soft);
}
.game-visual.compact {
  min-height: 360px;
}
.game-art {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}
.game-card-link:hover .game-art {
  transform: scale(1.025);
}
.game-visual.craft-flow.compact .game-art {
  object-position: center 54%;
}
.game-visual.craft-flow:not(.compact) .game-art {
  object-position: center 58%;
}
.game-visual.coregrove.compact .game-art {
  object-position: center 48%;
}
.game-visual.coregrove:not(.compact) .game-art {
  object-position: center;
}
.visual-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 10, 10, 0.02) 35%,
    rgba(8, 10, 10, 0.7)
  );
}
.craft-flow .visual-shade {
  background: linear-gradient(
    180deg,
    rgba(35, 20, 12, 0.02) 40%,
    rgba(35, 20, 12, 0.66)
  );
}
.visual-grain {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.12;
  background-image: radial-gradient(#fff 0.55px, transparent 0.55px);
  background-size: 5px 5px;
  mix-blend-mode: soft-light;
}
.visual-orbit {
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.42;
}
.orbit-one {
  width: 72%;
  height: 36%;
  transform: rotate(-18deg);
}
.orbit-two {
  width: 36%;
  height: 76%;
  transform: rotate(22deg);
}
.craft-flow .visual-orbit {
  border-style: dashed;
}
.coregrove .visual-orbit {
  box-shadow: 0 0 38px rgba(112, 202, 141, 0.16);
}
.game-monogram {
  font-family: var(--display);
  font-size: clamp(5rem, 11vw, 10rem);
  letter-spacing: -0.1em;
}
.visual-caption {
  position: absolute;
  right: 1.5rem;
  bottom: 1.4rem;
  padding: 0.5rem 0.65rem;
  background: rgba(11, 13, 15, 0.74);
  color: var(--white);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.manifesto {
  display: grid;
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
  grid-template-columns: 0.2fr 0.8fr 0.75fr;
  align-items: start;
  gap: 2rem;
  border-top: 1px solid var(--line-light);
}
.manifesto-number {
  color: #807f78;
  font-size: 0.72rem;
}
.manifesto h2 {
  max-width: 550px;
  font-size: clamp(2.8rem, 5vw, 5rem);
}
.manifesto > p {
  margin: 0;
  color: #4e4f4b;
  font-size: 1.1rem;
}

.page-hero {
  max-width: none;
  padding-top: clamp(11rem, 18vw, 15rem);
  padding-bottom: clamp(5rem, 10vw, 9rem);
  background: var(--ink);
  color: var(--white);
}
.page-hero > * {
  width: min(100%, calc(var(--max) - 2 * var(--pad)));
  margin-inline: auto;
}
.page-hero .eyebrow {
  color: var(--acid);
}
.page-hero h1 {
  max-width: 1000px;
  font-size: clamp(4rem, 8vw, 8rem);
}
.page-hero > p:last-child {
  max-width: 720px;
  margin-top: 2rem;
  margin-left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  color: #babbb6;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
}

.game-hero {
  display: grid;
  width: 100%;
  max-width: none;
  min-height: 820px;
  padding-top: 10rem;
  padding-bottom: 4rem;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  align-items: center;
  gap: 3rem;
  background: var(--ink);
  color: var(--white);
}
.game-hero-copy {
  margin-left: max(0px, calc((100vw - var(--max)) / 2));
}
.game-hero .card-meta {
  color: #adada7;
}
.game-hero h1 {
  font-size: clamp(5rem, 10vw, 10rem);
}
.game-tagline {
  max-width: 600px;
  margin: 1.5rem 0 0;
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.6vw, 3.5rem);
  line-height: 1.05;
}
.game-summary {
  max-width: 600px;
  color: #bdbdb8;
  font-size: 1.06rem;
}
.game-hero .game-visual {
  min-height: 610px;
}
.game-quote {
  padding-top: clamp(4rem, 9vw, 8rem);
  padding-bottom: clamp(4rem, 9vw, 8rem);
  text-align: center;
}
.game-quote p {
  max-width: 1000px;
  margin: 0 auto;
  font-family: var(--display);
  font-size: clamp(2.8rem, 6vw, 6rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.features-section {
  padding-top: 5rem;
  padding-bottom: 7rem;
  border-top: 1px solid var(--line-light);
}
.features-grid,
.values,
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.feature,
.values article,
.support-grid article {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid var(--line-light);
  background: var(--white);
}
.feature > span,
.values article > span,
.support-grid article > span {
  color: #777770;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.feature h3,
.values h2,
.support-grid h2 {
  margin: 3rem 0 0.8rem;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}
.feature p,
.values p,
.support-grid p {
  color: #565752;
}

.media-stage {
  display: grid;
  padding-top: 3rem;
  padding-bottom: 8rem;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.5fr);
  gap: 1rem;
}
.game-gallery {
  display: grid;
  min-width: 0;
  gap: 1rem;
}
.craft-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.core-gallery {
  grid-template-columns: 1fr;
}
.gallery-card {
  position: relative;
  min-width: 0;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: var(--ink-soft);
}
.core-gallery .world-map {
  min-height: 390px;
}
.core-gallery .battle-map {
  min-height: 280px;
}
.gallery-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.craft-gallery .gallery-card img {
  object-position: center 54%;
}
.gallery-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 52%, rgba(8, 10, 10, 0.72));
  pointer-events: none;
}
.gallery-card figcaption {
  position: absolute;
  z-index: 1;
  right: 1.25rem;
  bottom: 1.15rem;
  left: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.gallery-card figcaption span {
  color: var(--acid);
}
.facts-panel {
  padding: 2rem;
  background: var(--ink);
  color: var(--white);
}
.facts-panel .eyebrow {
  color: var(--acid);
}
.facts-panel dl {
  margin: 2rem 0 0;
}
.facts-panel dl > div {
  display: grid;
  padding: 1rem 0;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  border-top: 1px solid var(--line-dark);
}
.facts-panel dt {
  color: #999a95;
  font-size: 0.72rem;
  font-weight: 750;
  text-transform: uppercase;
}
.facts-panel dd {
  margin: 0;
}
.end-cta {
  padding-top: clamp(5rem, 10vw, 9rem);
  padding-bottom: clamp(5rem, 10vw, 9rem);
  background: var(--ink);
  color: var(--white);
}
.end-cta h2 {
  max-width: 900px;
  font-size: clamp(3.5rem, 7vw, 7rem);
}
.end-cta > p:not(.eyebrow) {
  max-width: 650px;
  color: #bdbdb7;
}

/* Product pages */
.product-page {
  --product-accent: #f2b06f;
  --product-deep: #17110f;
  min-width: 0;
  overflow: clip;
  padding-top: 96px;
  background: #f5f4f0;
}
.product-core {
  --product-accent: #78f2b1;
  --product-deep: #06130f;
}
.product-nav {
  position: sticky;
  z-index: 90;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 10, 10, 0.82);
  color: var(--white);
  backdrop-filter: saturate(140%) blur(18px);
}
.product-nav > div {
  display: flex;
  width: min(100%, var(--max));
  min-height: 64px;
  margin-inline: auto;
  padding: 0.55rem var(--pad);
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.product-identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}
.product-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.35);
}
.product-identity span {
  display: grid;
  line-height: 1.1;
}
.product-identity strong {
  font-size: 0.86rem;
  letter-spacing: -0.01em;
}
.product-identity small {
  margin-top: 0.2rem;
  color: #999;
  font-size: 0.62rem;
}
.product-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.2rem);
}
.product-links a {
  color: #d6d6d3;
  font-size: 0.7rem;
  font-weight: 750;
  text-decoration: none;
}
.product-links a:hover {
  color: var(--product-accent);
}
.product-hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 64px);
  grid-template-columns: minmax(320px, 0.72fr) minmax(460px, 1.28fr);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 28% 40%,
      color-mix(in srgb, var(--product-accent) 15%, transparent),
      transparent 35%
    ),
    var(--product-deep);
  color: var(--white);
}
.product-hero-copy {
  position: relative;
  z-index: 3;
  width: min(690px, 100%);
  padding: clamp(5rem, 9vw, 9rem) clamp(2rem, 5vw, 6.5rem);
  padding-left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
}
.product-overline {
  margin: 0 0 1rem;
  color: var(--product-accent);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.product-hero h1,
.product-intro h2,
.feature-copy h2,
.sticky-copy h2,
.collection-heading h2,
.story-panel-copy h2,
.tower-heading h2,
.progression-copy h2,
.fair-heading h2,
.product-end h2,
.bento-large h2 {
  margin: 0;
  font-family: var(--sans);
  font-weight: 720;
  letter-spacing: -0.065em;
  line-height: 0.95;
}
.product-hero h1 {
  max-width: 760px;
  font-size: clamp(4rem, 7vw, 8.2rem);
}
.product-lead {
  max-width: 640px;
  margin: 1.8rem 0 0;
  color: #c5c4c0;
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  line-height: 1.55;
}
.status-chip {
  display: inline-flex;
  margin-top: 2rem;
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #aaa9a5;
  font-size: 0.66rem;
  font-weight: 700;
}
.product-hero-stage {
  position: relative;
  height: 100%;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
}
.product-hero-art {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(var(--scroll-scale, 1));
  transform-origin: 55% 55%;
  will-change: transform;
}
.product-craft .product-hero-art {
  object-position: center 57%;
}
.product-core .product-hero-art {
  object-position: 45% center;
}
.product-hero-stage::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, var(--product-deep), transparent 36%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.38), transparent 45%);
}
.hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 68% 52%,
    color-mix(in srgb, var(--product-accent) 26%, transparent),
    transparent 28%
  );
  mix-blend-mode: screen;
}
.floating-app-icon {
  position: absolute;
  right: clamp(2rem, 7vw, 7rem);
  bottom: clamp(2rem, 7vw, 6rem);
  width: clamp(82px, 9vw, 132px);
  height: auto;
  border-radius: 25%;
  box-shadow: 0 28px 70px rgba(45, 20, 8, 0.45);
  transform: translateY(var(--scroll-lift, 0));
}
.core-splash-object {
  position: absolute;
  right: clamp(-3rem, 3vw, 4rem);
  bottom: -3%;
  width: min(78%, 820px);
  filter: drop-shadow(0 38px 70px rgba(0, 0, 0, 0.66));
  transform: translateY(var(--scroll-lift, 0)) scale(var(--scroll-scale, 1));
  transform-origin: center bottom;
}
.product-intro {
  max-width: 1120px;
  padding-top: clamp(7rem, 15vw, 13rem);
  padding-bottom: clamp(6rem, 13vw, 11rem);
  text-align: center;
}
.product-intro h2 {
  max-width: 1000px;
  margin-inline: auto;
  font-size: clamp(4rem, 8.5vw, 9rem);
}
.product-intro > p:last-child {
  max-width: 750px;
  margin: 2rem auto 0;
  color: #5c5d59;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}
.product-stats {
  display: grid;
  width: min(100% - 2 * var(--pad), var(--max));
  margin: 0 auto clamp(7rem, 14vw, 12rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.product-stats div {
  display: flex;
  min-height: 180px;
  padding: 2rem;
  flex-direction: column-reverse;
  justify-content: center;
  border-left: 1px solid var(--line-light);
  text-align: center;
}
.product-stats div:first-child {
  border-left: 0;
}
.product-stats dt {
  color: #73736d;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.product-stats dd {
  margin: 0 0 0.4rem;
  font-size: clamp(1.65rem, 3vw, 3rem);
  font-weight: 760;
  letter-spacing: -0.05em;
  line-height: 1;
}
.product-feature-split {
  display: grid;
  padding-bottom: clamp(8rem, 15vw, 14rem);
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.28fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}
.feature-copy h2,
.sticky-copy h2,
.collection-heading h2,
.tower-heading h2,
.fair-heading h2 {
  font-size: clamp(3.5rem, 6vw, 7rem);
}
.feature-copy p:last-child,
.sticky-copy p:last-of-type,
.collection-heading p:last-child,
.tower-heading p:last-child,
.fair-heading + p {
  color: #5b5c57;
  font-size: 1.08rem;
}
.feature-media {
  position: relative;
  min-height: min(75vw, 850px);
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #d8d3c9;
  box-shadow: 0 30px 80px rgba(42, 30, 20, 0.12);
}
.feature-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}
.feature-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 62%, rgba(20, 12, 7, 0.68));
}
.feature-media figcaption {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  bottom: 1.4rem;
  left: 1.5rem;
  color: #fff;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.scroll-story {
  position: relative;
  min-height: 190svh;
  background: #0b0c0b;
  color: #fff;
}
.sticky-story {
  position: sticky;
  top: 0;
  display: grid;
  min-height: 100svh;
  padding: clamp(5rem, 9vw, 8rem) var(--pad);
  grid-template-columns: minmax(280px, 0.68fr) minmax(480px, 1.32fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}
.sticky-copy {
  width: min(100%, 620px);
  margin-left: max(0px, calc((100vw - var(--max)) / 2));
}
.sticky-copy p:last-of-type {
  color: #a7a8a3;
}
.progress-label {
  display: flex;
  margin-top: 2rem;
  justify-content: space-between;
  color: #8f918d;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.comparison-frame {
  position: relative;
  width: min(100%, 720px);
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
  justify-self: center;
  border-radius: 28px;
  background: #161616;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.48);
}
.comparison-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 53%;
}
.comparison-after {
  clip-path: inset(0 var(--scroll-cut, 100%) 0 0);
}
.comparison-line {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: var(--scroll-pct, 0%);
  width: 2px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.16);
}
.collection-section {
  padding-top: clamp(8rem, 15vw, 14rem);
  padding-bottom: clamp(8rem, 15vw, 14rem);
}
.collection-heading {
  display: grid;
  margin-bottom: clamp(4rem, 8vw, 7rem);
  grid-template-columns: 0.2fr 1fr 0.8fr;
  gap: 2rem;
  align-items: end;
}
.collection-heading .product-overline {
  align-self: start;
}
.collection-heading h2 {
  grid-column: 2;
}
.collection-heading p:last-child {
  margin: 0;
}
.object-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.object-tile,
.tower-tile {
  position: relative;
  display: grid;
  min-height: 360px;
  margin: 0;
  place-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: #ebe7dd;
}
.object-tile:nth-child(3n + 2) {
  background: #e9ddd0;
}
.object-tile:nth-child(3n) {
  background: #dce8e2;
}
.object-tile img {
  width: min(78%, 300px);
  filter: drop-shadow(0 24px 22px rgba(61, 42, 28, 0.17));
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}
.object-tile:hover img,
.tower-tile:hover img {
  transform: translateY(-7px) scale(1.035);
}
.object-tile figcaption,
.tower-tile figcaption {
  position: absolute;
  right: 1.2rem;
  bottom: 1.1rem;
  left: 1.2rem;
  color: #65635e;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.story-panel {
  display: grid;
  padding: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
  background: #11100f;
  color: #fff;
}
.story-panel-media {
  min-height: min(61vw, 760px);
  overflow: hidden;
  border-radius: 28px;
}
.story-wide {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform: scale(var(--scroll-scale, 1));
}
.story-panel-copy {
  max-width: 520px;
  padding-right: max(0px, calc((100vw - var(--max)) / 2));
}
.story-panel-copy h2 {
  font-size: clamp(3.4rem, 5vw, 6rem);
}
.story-panel-copy p:last-child {
  color: #aaa9a5;
}
.feature-bento {
  display: grid;
  padding-top: clamp(8rem, 14vw, 12rem);
  padding-bottom: clamp(8rem, 14vw, 12rem);
  grid-template-columns: 1.4fr 0.6fr;
  gap: 1rem;
}
.feature-bento article {
  display: flex;
  min-height: 270px;
  padding: clamp(2rem, 5vw, 4rem);
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 28px;
  background: #e8e4dc;
}
.feature-bento .bento-large {
  min-height: 550px;
  grid-row: span 2;
  background: linear-gradient(140deg, #d8d2c6, #f5f1e9);
}
.bento-large h2 {
  max-width: 780px;
  font-size: clamp(3.5rem, 6vw, 7rem);
}
.bento-large p:last-child {
  max-width: 650px;
  color: #5a5b56;
}
.feature-bento article:not(.bento-large) strong {
  font-size: clamp(3rem, 6vw, 6rem);
  letter-spacing: -0.06em;
  line-height: 1;
}
.feature-bento article:not(.bento-large) span {
  margin-top: 0.7rem;
  color: #666761;
}
.fair-section {
  padding-top: clamp(7rem, 13vw, 12rem);
  padding-bottom: clamp(7rem, 13vw, 12rem);
}
.fair-heading {
  max-width: 1050px;
  margin-bottom: clamp(4rem, 8vw, 7rem);
}
.fair-grid,
.mode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.fair-grid article,
.mode-grid article {
  min-height: 350px;
  padding: clamp(1.8rem, 3.5vw, 3rem);
  border: 1px solid var(--line-light);
  border-radius: 22px;
  background: #fff;
}
.fair-grid article > span,
.mode-grid article > span {
  color: var(--product-accent);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}
.fair-grid h3,
.mode-grid h3 {
  margin: 5rem 0 0.8rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.045em;
  line-height: 1;
}
.fair-grid p,
.mode-grid p {
  color: #5d5e59;
}
.product-end {
  padding: clamp(8rem, 15vw, 14rem) 0;
  background: #11100f;
  color: #fff;
  text-align: center;
}
.product-end h2 {
  max-width: 1050px;
  margin-inline: auto;
  font-size: clamp(4.3rem, 9vw, 10rem);
}
.product-end p:not(.product-overline) {
  color: #aaa9a5;
}
.product-end .button {
  width: auto;
  margin-top: 1.6rem;
}

/* Coregrove product language */
.product-core .product-intro,
.product-core .product-stats,
.product-core .tower-section,
.product-core .mode-grid,
.product-core .fair-section {
  color: #e9f2ed;
}
.product-core .product-intro > p:last-child,
.product-core .product-stats dt,
.product-core .tower-heading p:last-child,
.product-core .mode-grid p,
.product-core .fair-grid p {
  color: #90a098;
}
.product-core {
  background: #07110e;
}
.product-core .product-stats {
  border-color: rgba(255, 255, 255, 0.14);
}
.product-core .product-stats div {
  border-color: rgba(255, 255, 255, 0.14);
}
.world-story {
  background: #06100d;
}
.world-stage {
  position: relative;
  min-height: min(66vw, 760px);
  overflow: hidden;
  border-radius: 28px;
  background: #020806;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.55);
}
.world-map-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: var(--scroll-inverse, 1);
  transform: scale(var(--scroll-scale, 1));
}
.map-stack {
  position: absolute;
  inset: 8%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 0.8rem;
  opacity: var(--scroll-opacity, 0);
  transform: translateY(var(--scroll-lift, 25px));
}
.map-stack figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: #11221b;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.48);
}
.map-stack figure:nth-child(2) {
  transform: translateY(-8%);
}
.map-stack img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.map-stack figcaption {
  padding: 0.8rem 1rem;
  color: #b8c9c0;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.tower-section {
  padding-top: clamp(9rem, 16vw, 15rem);
  padding-bottom: clamp(9rem, 16vw, 15rem);
  background: radial-gradient(
    circle at 50% 38%,
    rgba(60, 225, 139, 0.08),
    transparent 34%
  );
}
.tower-heading {
  max-width: 1000px;
  margin-bottom: clamp(4rem, 9vw, 8rem);
}
.tower-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.tower-tile {
  min-height: 320px;
  background: linear-gradient(145deg, #10231b, #09140f);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tower-tile:nth-child(n + 5) {
  grid-column: span 1;
}
.tower-tile:last-child {
  grid-column: 2 / span 2;
}
.tower-tile img {
  width: min(88%, 310px);
  filter: drop-shadow(0 24px 25px rgba(0, 0, 0, 0.6));
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}
.tower-tile figcaption {
  color: #94a39c;
}
.progression-panel {
  display: grid;
  padding: clamp(5rem, 10vw, 10rem)
    max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: clamp(4rem, 10vw, 10rem);
  background: #e7ece7;
  color: #0d1713;
}
.progression-art {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(27, 163, 102, 0.24),
    transparent 60%
  );
}
.progression-art::before,
.progression-art::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(12, 72, 47, 0.18);
  border-radius: 50%;
}
.progression-art::before {
  width: 76%;
  height: 76%;
}
.progression-art::after {
  width: 105%;
  height: 38%;
  transform: rotate(-22deg);
}
.worldtree-art {
  position: relative;
  z-index: 1;
  width: min(66%, 370px);
  filter: drop-shadow(0 28px 30px rgba(12, 75, 47, 0.22));
}
.progression-copy {
  max-width: 740px;
}
.progression-copy h2 {
  font-size: clamp(3.7rem, 6.5vw, 7rem);
}
.progression-copy > p:not(.product-overline) {
  color: #506058;
  font-size: 1.08rem;
}
.progression-copy ul {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(11, 31, 22, 0.18);
}
.progression-copy li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(11, 31, 22, 0.18);
  font-weight: 700;
}
.core-story {
  background: #020504;
}
.mode-grid {
  padding-top: clamp(8rem, 14vw, 12rem);
  padding-bottom: 0;
}
.product-core .mode-grid article,
.product-core .fair-grid article {
  border-color: rgba(255, 255, 255, 0.11);
  background: #0d1914;
}
.core-end {
  background:
    radial-gradient(
      circle at 50% 60%,
      rgba(69, 223, 143, 0.14),
      transparent 38%
    ),
    #020604;
}

.motion-ready .reveal-on-scroll {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  transition:
    opacity 850ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--delay, 0) * 90ms);
}
.motion-ready .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Cinematic product showcase v5 */
.showcase {
  --scene-accent: #ffb07a;
  --scene-bg: #070707;
  padding-top: 96px;
  background: var(--scene-bg);
  color: #f5f5f7;
  font-family: var(--sans);
  overflow: visible;
}
.showcase.product-core {
  --scene-accent: #78f2b1;
  --scene-bg: #030806;
}
.showcase .product-nav {
  background: rgba(8, 8, 8, 0.78);
}
.showcase .product-links a:hover {
  color: var(--scene-accent);
}
.showcase-scene {
  position: relative;
  height: 210svh;
  background: var(--scene-bg);
}
.showcase-frame-scene {
  height: 390svh;
}
.showcase-map-scene {
  height: 500svh;
}
.showcase-compare-scene {
  height: 250svh;
}
.showcase-collection-scene,
.showcase-story-scene,
.showcase-tree-scene {
  height: 230svh;
}
.showcase-tower-scene {
  height: 300svh;
}
.showcase-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--scene-bg);
}
.showcase-hero-media,
.showcase-frame-stack,
.showcase-story-media {
  position: absolute;
  inset: 0;
}
.showcase-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  transform: scale(var(--scene-scale, 1.03));
  filter: saturate(0.92) brightness(0.76);
  will-change: transform, filter;
}
.product-core .showcase-hero-image {
  object-position: center;
  filter: saturate(1.12) brightness(0.84);
}
.showcase-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 50% 50%, transparent 10%, rgba(0, 0, 0, 0.34) 82%);
}
.showcase-hero-object {
  position: absolute;
  right: 4vw;
  bottom: -6vh;
  width: min(56vw, 820px);
  filter: drop-shadow(0 45px 80px rgba(0, 0, 0, 0.72));
  transform: translateY(var(--scene-object-y, 40px))
    scale(var(--scene-object-scale, 0.92));
  will-change: transform;
}
.product-core .showcase-hero-object {
  right: -2vw;
  bottom: -10vh;
  width: min(64vw, 900px);
  opacity: 0.78;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    #000 34%,
    rgba(0, 0, 0, 0.94) 48%,
    transparent 76%
  );
  mask-image: radial-gradient(
    ellipse at center,
    #000 34%,
    rgba(0, 0, 0, 0.94) 48%,
    transparent 76%
  );
  filter: brightness(1.28) saturate(1.3)
    drop-shadow(0 45px 80px rgba(0, 0, 0, 0.72));
}
.showcase-hero-copy {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: min(1120px, calc(100% - 2 * var(--pad)));
  text-align: center;
  transform: translate(-50%, calc(-50% + var(--scene-copy-y, 0px)));
  opacity: var(--scene-copy-opacity, 1);
  will-change: transform, opacity;
}
.product-core .showcase-hero-copy {
  z-index: 4;
  text-shadow: 0 3px 30px rgba(0, 0, 0, 0.86);
}
.showcase-kicker,
.showcase-story-copy > span,
.showcase-tree-copy > span,
.showcase-tower-copy > span,
.showcase-facts-heading > span {
  display: block;
  margin-bottom: 1rem;
  color: var(--scene-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.showcase-hero-copy h1,
.showcase-statement p,
.showcase-captions h2,
.showcase-compare-copy h2,
.showcase-collection-copy h2,
.showcase-story-copy h2,
.showcase-tower-copy h2,
.showcase-tree-copy h2,
.showcase-facts-heading h2,
.showcase-end h2 {
  margin: 0;
  font-family: var(--sans);
  font-weight: 720;
  letter-spacing: -0.068em;
  line-height: 0.93;
}
.showcase-hero-copy h1 {
  font-size: clamp(4.6rem, 9.5vw, 10.6rem);
}
.showcase-hero-copy > p:not(.showcase-kicker) {
  max-width: 700px;
  margin: 1.5rem auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.7vw, 1.35rem);
}
.showcase-badge {
  display: inline-flex;
  margin-top: 1.7rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  font-weight: 720;
  backdrop-filter: blur(14px);
}
.showcase-scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 2rem;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.showcase-scroll-cue span {
  position: relative;
  width: 1px;
  height: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}
.showcase-scroll-cue span::after {
  position: absolute;
  inset: 0;
  content: "";
  background: #fff;
  animation: scrollCue 1.8s ease-in-out infinite;
}
@keyframes scrollCue {
  0% {
    transform: translateY(-100%);
  }
  55%,
  100% {
    transform: translateY(100%);
  }
}

.showcase-statement {
  display: grid;
  min-height: 110svh;
  padding: 8rem var(--pad);
  place-content: center;
  background: #f5f5f7;
  color: #1d1d1f;
  text-align: center;
}
.product-core .showcase-statement {
  background: #07110d;
  color: #f5f5f7;
}
.showcase-statement p {
  font-size: clamp(4.8rem, 10.8vw, 12rem);
}
.showcase-statement strong {
  color: var(--scene-accent);
  font-weight: inherit;
}
.showcase-statement small {
  margin-top: 2rem;
  color: #747478;
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-core .showcase-statement small {
  color: #839188;
}

.showcase-frame {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: var(--frame-opacity, 0);
  transform: scale(var(--frame-scale, 1.08));
  will-change: opacity, transform;
}
.showcase-frame:first-child {
  --frame-opacity: 1;
}
.showcase-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  filter: brightness(0.62) saturate(0.9);
}
.showcase-map-scene .showcase-frame img {
  object-fit: cover;
  object-position: center;
  filter: brightness(0.54) saturate(1.12);
}
.showcase-map-scene .showcase-frame:first-child img {
  object-fit: cover;
}
.showcase-captions {
  position: absolute;
  z-index: 4;
  right: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  bottom: 10vh;
  left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
}
.showcase-captions article {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 760px;
  opacity: var(--caption-opacity, 0);
  transform: translateY(var(--caption-y, 45px));
  will-change: opacity, transform;
}
.showcase-captions article:first-child {
  --caption-opacity: 1;
  --caption-y: 0px;
}
.showcase-captions span {
  color: var(--scene-accent);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.showcase-captions h2 {
  margin-top: 0.8rem;
  font-size: clamp(4rem, 8.5vw, 9rem);
}
.showcase-captions p {
  max-width: 630px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
}
.showcase-dots {
  position: absolute;
  z-index: 6;
  right: var(--pad);
  bottom: 3rem;
  display: flex;
  gap: 0.45rem;
}
.showcase-dots i {
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}
.showcase-dots i.is-active {
  background: var(--scene-accent);
}

.showcase-compare-copy {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  width: min(42vw, 640px);
  transform: translateY(-50%);
}
.showcase-compare-copy > span,
.showcase-collection-copy > span {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--scene-accent);
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-weight: 760;
  letter-spacing: -0.05em;
}
.showcase-compare-copy h2,
.showcase-collection-copy h2 {
  font-size: clamp(3.8rem, 7vw, 7.8rem);
}
.showcase-compare-copy p,
.showcase-collection-copy p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.66);
}
.showcase-compare {
  position: absolute;
  top: 50%;
  right: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  width: min(42vw, 610px);
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
  border-radius: 32px;
  transform: translateY(-50%) scale(var(--scene-scale, 0.92));
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.58);
}
.showcase-compare > img,
.showcase-compare-after,
.showcase-compare-after img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showcase-compare-after {
  clip-path: inset(0 var(--compare-cut, 100%) 0 0);
}
.showcase-compare-rule {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: var(--compare-position, 0%);
  width: 2px;
  background: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
}
.showcase-compare figcaption {
  position: absolute;
  z-index: 5;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 2px 10px #000;
}

.showcase-collection-copy {
  position: absolute;
  z-index: 5;
  top: 8vh;
  left: 50%;
  width: min(940px, calc(100% - 2 * var(--pad)));
  text-align: center;
  transform: translateX(-50%);
}
.showcase-collection-copy p {
  margin-inline: auto;
}
.showcase-object-orbit {
  position: absolute;
  z-index: 2;
  inset: 32vh 0 0;
  perspective: 1200px;
}
.showcase-object-orbit .object-tile {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(150px, 17vw, 290px);
  min-height: auto;
  aspect-ratio: 1;
  margin: 0;
  place-items: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: var(--object-opacity, 1);
  transform: translate(
      calc(-50% + var(--object-x, 0px)),
      calc(-50% + var(--object-y, 0px))
    )
    scale(var(--object-scale, 1));
  will-change: transform, opacity;
  transition: none !important;
}
.showcase-object-orbit .object-tile img {
  width: 100%;
  transform: scale(var(--collection-art-scale, 1));
  transform-origin: center;
  filter: drop-shadow(0 28px 28px rgba(0, 0, 0, 0.48));
}
.showcase-object-orbit .object-tile figcaption {
  display: none;
}

.showcase-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(var(--story-brightness, 0.62)) saturate(0.9);
  transform: scale(var(--scene-scale, 1.06));
  will-change: transform, filter;
}
.showcase-story-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), transparent 65%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent 60%);
}
.showcase-story-copy {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  width: min(640px, calc(100% - 2 * var(--pad)));
  opacity: var(--scene-copy-opacity, 0);
  transform: translateY(calc(-50% + var(--scene-copy-y, 40px)));
}
.showcase-story-copy h2 {
  font-size: clamp(4rem, 7.5vw, 8rem);
}
.showcase-story-copy p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.08rem;
}

.showcase-tower-copy {
  position: absolute;
  z-index: 4;
  top: 8vh;
  left: 50%;
  width: min(1000px, calc(100% - 2 * var(--pad)));
  text-align: center;
  transform: translateX(-50%);
}
.showcase-tower-copy h2 {
  font-size: clamp(4rem, 8vw, 8.8rem);
}
.showcase-tower-copy p {
  max-width: 690px;
  margin-inline: auto;
  color: rgba(226, 238, 231, 0.82);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.92);
}
.showcase-tower-stage {
  position: absolute;
  inset: 32vh 3vw 8vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showcase-tower-stage .tower-tile {
  position: absolute;
  display: grid;
  width: clamp(150px, 18vw, 310px);
  min-height: auto;
  aspect-ratio: 1;
  margin: 0;
  place-items: center;
  overflow: visible;
  border: 0;
  background: transparent;
  opacity: var(--tower-opacity, 1);
  transform: translate(var(--tower-x, 0px), var(--tower-y, 0px))
    scale(var(--tower-scale, 1));
  will-change: transform, opacity;
}
.showcase-tower-stage .tower-tile {
  transition: none !important;
}
.showcase-tower-stage .tower-tile img {
  width: 100%;
  filter: drop-shadow(0 30px 32px rgba(0, 0, 0, 0.68));
}
.showcase-tower-stage .tower-tile figcaption {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: max-content;
  color: #9aa8a1;
  transform: translateX(-50%);
}
.showcase-fusion-label {
  position: absolute;
  z-index: 4;
  right: var(--pad);
  bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #7f8d85;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.showcase-fusion-label b {
  color: var(--scene-accent);
  font-size: 1.4rem;
}

.showcase-tree-art {
  position: absolute;
  top: 50%;
  left: 28%;
  display: grid;
  width: min(42vw, 590px);
  aspect-ratio: 1;
  place-items: center;
  transform: translate(-50%, -50%) scale(var(--tree-scale, 0.45));
}
.showcase-tree-art::before {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(120, 242, 177, 0.2);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 90px rgba(78, 225, 145, 0.14) inset,
    0 0 120px rgba(78, 225, 145, 0.12);
}
.showcase-tree-art img {
  position: relative;
  z-index: 2;
  width: 58%;
  filter: drop-shadow(0 32px 40px rgba(39, 211, 119, 0.28));
}
.showcase-tree-art i {
  position: absolute;
  border: 1px solid rgba(120, 242, 177, 0.14);
  border-radius: 50%;
}
.showcase-tree-art i:nth-of-type(1) {
  inset: 12%;
}
.showcase-tree-art i:nth-of-type(2) {
  width: 108%;
  height: 32%;
  transform: rotate(-22deg);
}
.showcase-tree-art i:nth-of-type(3) {
  width: 32%;
  height: 108%;
  transform: rotate(28deg);
}
.showcase-tree-copy {
  position: absolute;
  top: 50%;
  right: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  width: min(48vw, 690px);
  opacity: var(--scene-copy-opacity, 0);
  transform: translateY(calc(-50% + var(--scene-copy-y, 35px)));
}
.showcase-tree-copy h2 {
  font-size: clamp(4rem, 7vw, 7.8rem);
}
.showcase-tree-copy p {
  color: #8ea097;
}
.showcase-tree-copy ul {
  display: flex;
  margin: 2rem 0 0;
  padding: 1.2rem 0 0;
  gap: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none;
  color: #91a098;
}
.showcase-tree-copy li b {
  display: block;
  color: #fff;
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.showcase-facts {
  padding: clamp(8rem, 14vw, 14rem) var(--pad);
  background: #f5f5f7;
  color: #1d1d1f;
}
.product-core .showcase-facts {
  background: #07110d;
  color: #f5f5f7;
}
.showcase-facts-heading {
  width: min(100%, var(--max));
  margin: 0 auto clamp(5rem, 9vw, 9rem);
}
.showcase-facts-heading h2 {
  max-width: 1100px;
  font-size: clamp(4.5rem, 9.5vw, 10rem);
}
.showcase-set-showcase {
  width: min(100%, var(--max));
  margin: calc(clamp(5rem, 9vw, 9rem) * -0.35) auto clamp(5rem, 9vw, 9rem);
}
.showcase-set-showcase > p {
  margin: 0 0 1.4rem;
  color: #8b9b92;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.showcase-set-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
.showcase-set-gallery figure {
  display: grid;
  min-width: 0;
  margin: 0;
  padding: clamp(0.8rem, 2vw, 1.4rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(120, 242, 177, 0.11),
      transparent 48%
    ),
    #0c1b14;
}
.showcase-set-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 20px 22px rgba(0, 0, 0, 0.5));
}
.showcase-set-gallery figcaption {
  margin-top: 0.4rem;
  color: #b7c2bc;
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
.showcase-fact-grid {
  display: grid;
  width: min(100%, var(--max));
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.showcase-fact-grid article {
  display: flex;
  min-height: 360px;
  padding: clamp(2rem, 5vw, 4.5rem);
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 32px;
  background: #fff;
}
.product-core .showcase-fact-grid article {
  background: #0c1b14;
}
.showcase-fact-grid strong {
  color: var(--scene-accent);
  font-size: clamp(4.5rem, 9vw, 9rem);
  font-weight: 740;
  letter-spacing: -0.07em;
  line-height: 0.85;
}
.showcase-fact-grid p {
  max-width: 480px;
  margin: 1.3rem 0 0;
  color: #67676b;
  font-size: 1.05rem;
}
.product-core .showcase-fact-grid p {
  color: #8b9b92;
}
.showcase-end {
  display: grid;
  min-height: 100svh;
  padding: 7rem var(--pad);
  place-items: center;
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(255, 176, 122, 0.15),
      transparent 30%
    ),
    #080706;
  text-align: center;
}
.showcase-end.core-end {
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(120, 242, 177, 0.14),
      transparent 30%
    ),
    #020604;
}
.showcase-end > div {
  width: min(1100px, 100%);
}
.showcase-end img {
  width: clamp(90px, 10vw, 150px);
  margin: 0 auto 1.4rem;
  border-radius: 25%;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.48);
}
.showcase-end p {
  color: var(--scene-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.showcase-end h2 {
  font-size: clamp(4.5rem, 9vw, 9.5rem);
}
.showcase-end .button {
  width: auto;
  margin-top: 2rem;
}

@media (max-width: 900px) {
  .showcase-hero-copy h1 {
    font-size: clamp(4rem, 13vw, 7rem);
  }
  .showcase-hero-object {
    right: -16vw;
    width: 90vw;
    opacity: 0.72;
  }
  .showcase-captions {
    bottom: 12vh;
  }
  .showcase-captions h2 {
    font-size: clamp(3.7rem, 11vw, 6.5rem);
  }
  .showcase-compare-copy {
    top: 12vh;
    right: var(--pad);
    left: var(--pad);
    width: auto;
    transform: none;
  }
  .showcase-compare-copy h2 {
    max-width: 800px;
    font-size: clamp(3.5rem, 10vw, 6rem);
  }
  .showcase-compare-copy p {
    display: none;
  }
  .showcase-compare {
    top: auto;
    right: 50%;
    bottom: 4vh;
    width: min(70vw, 520px);
    height: 64vh;
    aspect-ratio: auto;
    transform: translateX(50%) scale(var(--scene-scale, 0.92));
  }
  .showcase-story-copy {
    top: auto;
    right: var(--pad);
    bottom: 9vh;
    transform: translateY(var(--scene-copy-y, 40px));
  }
  .showcase-story-media::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.82), transparent 70%);
  }
  .showcase-tree-art {
    top: 34%;
    left: 50%;
    width: min(70vw, 520px);
  }
  .showcase-tree-copy {
    top: auto;
    right: var(--pad);
    bottom: 8vh;
    left: var(--pad);
    width: auto;
    transform: translateY(var(--scene-copy-y, 35px));
  }
  .showcase-tree-copy h2 {
    font-size: clamp(3.6rem, 10vw, 6rem);
  }
}

@media (max-width: 720px) {
  .showcase {
    padding-top: 78px;
  }
  .showcase-scene {
    height: 180svh;
  }
  .showcase-frame-scene {
    height: 330svh;
  }
  .showcase-map-scene {
    height: 420svh;
  }
  .showcase-compare-scene,
  .showcase-collection-scene,
  .showcase-story-scene,
  .showcase-tree-scene {
    height: 200svh;
  }
  .showcase-tower-scene {
    height: 260svh;
  }
  .showcase-hero-image {
    object-position: center 58%;
  }
  .showcase-hero-copy {
    top: 42%;
    text-align: left;
  }
  .showcase-hero-copy h1 {
    font-size: clamp(3.6rem, 16vw, 5.5rem);
  }
  .showcase-hero-copy > p:not(.showcase-kicker) {
    margin-left: 0;
  }
  .showcase-scroll-cue {
    left: var(--pad);
    transform: none;
  }
  .showcase-statement {
    min-height: 90svh;
    text-align: left;
  }
  .showcase-statement p {
    font-size: clamp(3.8rem, 17vw, 6rem);
  }
  .showcase-frame img {
    object-position: center;
  }
  .showcase-captions {
    right: var(--pad);
    bottom: 10vh;
    left: var(--pad);
  }
  .showcase-captions h2 {
    font-size: clamp(3.5rem, 15vw, 5.3rem);
  }
  .showcase-dots {
    right: var(--pad);
    bottom: 3.2rem;
  }
  .showcase-compare-copy {
    top: 9vh;
  }
  .showcase-compare {
    width: calc(100% - 2 * var(--pad));
    height: 61vh;
    border-radius: 20px;
  }
  .showcase-collection-copy {
    top: 7vh;
    text-align: left;
  }
  .showcase-collection-copy h2 {
    font-size: clamp(3.8rem, 15vw, 5.6rem);
  }
  .showcase-object-orbit {
    inset: 35vh 0 0;
  }
  .showcase-object-orbit .object-tile {
    width: clamp(110px, 34vw, 170px);
  }
  .showcase-story-copy h2 {
    font-size: clamp(3.8rem, 14vw, 5.5rem);
  }
  .showcase-story-media img {
    object-position: center;
  }
  .showcase-tower-copy {
    top: 7vh;
    text-align: left;
  }
  .showcase-tower-copy h2 {
    font-size: clamp(3.7rem, 15vw, 5.5rem);
  }
  .showcase-tower-stage {
    inset: 35vh 0 8vh;
  }
  .showcase-tower-stage .tower-tile {
    width: clamp(120px, 36vw, 190px);
  }
  .showcase-fusion-label {
    display: none;
  }
  .showcase-tree-copy ul {
    gap: 1rem;
  }
  .showcase-tree-copy li {
    font-size: 0.72rem;
  }
  .showcase-fact-grid {
    grid-template-columns: 1fr;
  }
  .showcase-fact-grid article {
    min-height: 250px;
    border-radius: 22px;
  }
  .showcase-facts-heading h2,
  .showcase-end h2 {
    font-size: clamp(4rem, 16vw, 6rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-scene,
  .showcase-frame-scene,
  .showcase-map-scene,
  .showcase-compare-scene,
  .showcase-collection-scene,
  .showcase-story-scene,
  .showcase-tree-scene,
  .showcase-tower-scene {
    height: auto;
  }
  .showcase-sticky {
    position: relative;
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }
  .showcase-frame-stack,
  .showcase-captions {
    position: relative;
    inset: auto;
  }
  .showcase-frame {
    position: relative;
    min-height: 75svh;
    opacity: 1 !important;
    transform: none !important;
  }
  .showcase-captions article {
    position: relative;
    margin: 0;
    padding: 4rem var(--pad);
    opacity: 1 !important;
    transform: none !important;
  }
  .showcase-compare-after {
    clip-path: none;
  }
  .showcase-compare-rule,
  .showcase-scroll-cue,
  .showcase-dots {
    display: none;
  }
}

.studio-story {
  display: grid;
  padding-top: clamp(5rem, 9vw, 8rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}
.portrait-mark {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
}
.portrait-mark::after {
  position: absolute;
  width: 115%;
  height: 38%;
  border: 1px solid var(--acid);
  border-radius: 50%;
  content: "";
  transform: rotate(-18deg);
}
.portrait-mark span {
  font-family: var(--display);
  font-size: clamp(4rem, 9vw, 8rem);
}
.portrait-mark small {
  position: absolute;
  bottom: 12%;
  color: var(--acid);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.story-copy h2 {
  margin: 0 0 1.5rem;
  font-family: var(--display);
  font-size: clamp(3.2rem, 6vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}
.story-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: #454641;
  font-size: 1.08rem;
}
.values {
  padding-bottom: 8rem;
}

.press-list {
  display: grid;
  padding-top: 6rem;
  padding-bottom: 8rem;
  gap: 1rem;
}
.press-game {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1fr);
  align-items: center;
  border: 1px solid var(--line-light);
  background: var(--white);
}
.press-game .game-visual {
  min-height: 370px;
}
.press-game > div:last-child {
  padding: clamp(2rem, 6vw, 5rem);
}
.press-game h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}
.press-game p:not(.eyebrow) {
  max-width: 680px;
  color: #51524e;
}
.press-kit {
  display: grid;
  padding-top: 6rem;
  padding-bottom: 5rem;
  grid-template-columns: 1fr 0.55fr;
  gap: 4rem;
}
.press-kit h2,
.legal-page h2 {
  margin: 2.5rem 0 0.6rem;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
}
.download-note {
  display: grid;
  margin-bottom: 8rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.download-note > span {
  font-size: 2rem;
}
.download-note h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 2.5rem;
  font-weight: 400;
}
.support-grid {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
.small-note {
  font-size: 0.78rem;
}
.legal-page {
  max-width: 900px;
  padding-top: 12rem;
  padding-bottom: 8rem;
}
.legal-page h1 {
  margin: 0 0 3rem;
  font-family: var(--display);
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.95;
}
.legal-page h3 {
  margin: 1.8rem 0 0.5rem;
  font-size: 1.2rem;
}
.legal-page ul {
  margin: 0.8rem 0 1.4rem;
  padding-left: 1.35rem;
}
.legal-page li + li {
  margin-top: 0.45rem;
}
.legal-updated {
  margin: -2rem 0 3rem;
  color: #686963;
}
.legal-warning {
  margin: 0 0 4rem;
  padding: 1.5rem;
  border-left: 5px solid var(--amber);
  background: #fff4df;
}
.legal-warning strong {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.legal-warning p {
  margin-bottom: 0;
}

.showcase-privacy-link {
  margin: 1.25rem 0 0;
  font-size: 0.82rem;
}
.showcase-privacy-link a {
  display: inline-flex;
  min-height: 44px;
  padding-inline: 0.25rem;
  align-items: center;
  color: #c8c9c5;
  text-underline-offset: 0.25em;
}

.site-footer {
  padding: clamp(4rem, 8vw, 7rem) var(--pad) 2rem;
  background: var(--ink);
  color: var(--white);
}
.footer-grid,
.footer-bottom {
  width: min(100%, calc(var(--max) - 2 * var(--pad)));
  margin-inline: auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 0.7fr);
  gap: 2rem;
}
.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
}
.footer-grid h2 {
  margin: 0 0 1rem;
  color: #888984;
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.footer-grid a:not(.brand) {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  color: #d4d4ce;
  font-size: 0.85rem;
  text-decoration: none;
}
.footer-grid p {
  max-width: 300px;
  color: #8f908c;
  font-size: 0.82rem;
}
.footer-bottom {
  display: flex;
  margin-top: 4rem;
  padding-top: 1.5rem;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line-dark);
  color: #797a75;
  font-size: 0.68rem;
}

.reveal {
  animation: reveal 700ms both cubic-bezier(0.22, 1, 0.36, 1);
}
.delay-1 {
  animation-delay: 80ms;
}
.delay-2 {
  animation-delay: 160ms;
}
.delay-3 {
  animation-delay: 240ms;
}
@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }
  .mobile-menu {
    position: relative;
    display: block;
  }
  .mobile-menu summary {
    display: grid;
    width: 48px;
    height: 48px;
    cursor: pointer;
    place-content: center;
    gap: 7px;
    border: 1px solid var(--line-dark);
    list-style: none;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary span {
    width: 20px;
    height: 1px;
    background: currentColor;
  }
  .mobile-menu nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    display: grid;
    width: min(82vw, 320px);
    padding: 1rem;
    border: 1px solid var(--line-dark);
    background: var(--ink-soft);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4);
  }
  .mobile-menu nav a {
    min-height: 48px;
    padding: 0.8rem;
    color: var(--white);
    text-decoration: none;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-emblem {
    position: absolute;
    right: -8rem;
    bottom: 7rem;
    width: 330px;
    opacity: 0.25;
  }
  .section-heading {
    grid-template-columns: 1fr;
  }
  .section-heading h2 {
    max-width: 720px;
  }
  .section-heading > p:last-child {
    max-width: 650px;
  }
  .manifesto {
    grid-template-columns: 0.2fr 1fr;
  }
  .manifesto > p {
    grid-column: 2;
  }
  .game-hero {
    grid-template-columns: 1fr;
  }
  .game-hero-copy {
    margin-left: 0;
  }
  .game-hero .game-visual {
    min-height: 520px;
  }
  .media-stage,
  .studio-story,
  .press-kit {
    grid-template-columns: 1fr;
  }
  .core-gallery .world-map {
    min-height: min(56vw, 520px);
  }
  .core-gallery .battle-map {
    min-height: min(56vw, 420px);
  }
  .portrait-mark {
    width: min(500px, 80vw);
    justify-self: center;
  }
  .press-game {
    grid-template-columns: minmax(260px, 0.7fr) 1fr;
  }
  .footer-grid {
    grid-template-columns: 1.3fr repeat(2, 1fr);
  }
  .footer-grid > div:last-child {
    grid-column: 2;
  }
  .product-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .product-hero-copy {
    width: min(850px, 100%);
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
  .product-hero-stage {
    min-height: min(92vw, 760px);
  }
  .product-hero-stage::after {
    background:
      linear-gradient(180deg, var(--product-deep), transparent 22%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent 45%);
  }
  .product-feature-split {
    grid-template-columns: 1fr;
  }
  .feature-copy {
    max-width: 720px;
  }
  .feature-media {
    min-height: min(118vw, 920px);
  }
  .sticky-story {
    padding-top: 6rem;
    padding-bottom: 6rem;
    grid-template-columns: 1fr;
    align-content: center;
  }
  .sticky-copy {
    width: min(100%, 760px);
    margin-left: 0;
  }
  .comparison-frame {
    height: min(66vh, 720px);
    width: auto;
  }
  .collection-heading {
    grid-template-columns: 1fr;
  }
  .collection-heading h2 {
    grid-column: 1;
  }
  .collection-heading p:last-child {
    max-width: 720px;
  }
  .story-panel {
    grid-template-columns: 1fr;
  }
  .story-panel-copy {
    max-width: 760px;
    padding: 0 1rem 2rem;
  }
  .story-panel-media {
    min-height: min(70vw, 700px);
  }
  .world-stage {
    min-height: min(70vw, 720px);
  }
  .tower-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tower-tile:last-child {
    grid-column: 2;
  }
  .progression-panel {
    grid-template-columns: 1fr;
  }
  .progression-art {
    width: min(620px, 80vw);
    min-height: auto;
    aspect-ratio: 1;
    justify-self: center;
  }
}

@media (max-width: 720px) {
  .header-inner {
    min-height: 78px;
  }
  .brand-type {
    display: none;
  }
  .hero {
    min-height: 820px;
    padding-top: 9rem;
    align-items: start;
  }
  .hero h1 {
    font-size: clamp(3.6rem, 19vw, 6.4rem);
  }
  .hero-actions {
    display: grid;
  }
  .button {
    width: 100%;
  }
  .hero-emblem {
    right: -9rem;
    bottom: 8rem;
    width: 290px;
  }
  .games-grid,
  .features-grid,
  .values,
  .support-grid {
    grid-template-columns: 1fr;
  }
  .game-visual,
  .game-visual.compact {
    min-height: 330px;
  }
  .manifesto {
    grid-template-columns: 1fr;
  }
  .manifesto > p {
    grid-column: 1;
  }
  .page-hero h1 {
    font-size: clamp(3.4rem, 16vw, 5.8rem);
  }
  .page-hero > p:last-child {
    margin-inline: auto;
  }
  .game-hero {
    min-height: auto;
    padding-top: 8rem;
  }
  .game-hero h1 {
    font-size: clamp(4.2rem, 22vw, 7rem);
  }
  .game-hero .game-visual {
    min-height: 390px;
  }
  .craft-gallery {
    grid-template-columns: 1fr;
  }
  .gallery-card {
    min-height: 520px;
  }
  .core-gallery .world-map,
  .core-gallery .battle-map {
    min-height: 56vw;
  }
  .press-game {
    grid-template-columns: 1fr;
  }
  .press-game .game-visual {
    min-height: 280px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid > div:first-child {
    grid-column: 1 / -1;
    margin-bottom: 1rem;
  }
  .footer-grid > div:last-child {
    grid-column: auto;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .product-page {
    padding-top: 78px;
  }
  .product-nav > div {
    min-height: 58px;
  }
  .product-links {
    gap: 0.9rem;
  }
  .product-links a:nth-child(2) {
    display: none;
  }
  .product-icon {
    width: 36px;
    height: 36px;
  }
  .product-hero {
    min-height: auto;
  }
  .product-hero-copy {
    padding: 4.5rem var(--pad) 3.5rem;
  }
  .product-hero h1 {
    font-size: clamp(3.5rem, 16vw, 5.5rem);
  }
  .product-hero-stage {
    min-height: 116vw;
  }
  .product-craft .product-hero-art {
    object-position: center 58%;
  }
  .core-splash-object {
    right: -10%;
    width: 105%;
  }
  .product-intro {
    text-align: left;
  }
  .product-intro h2 {
    font-size: clamp(3.5rem, 16vw, 5.8rem);
  }
  .product-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-stats div {
    min-height: 140px;
    padding: 1.2rem;
    border-bottom: 1px solid var(--line-light);
  }
  .product-stats div:nth-child(odd) {
    border-left: 0;
  }
  .product-core .product-stats div {
    border-color: rgba(255, 255, 255, 0.14);
  }
  .feature-copy h2,
  .sticky-copy h2,
  .collection-heading h2,
  .tower-heading h2,
  .fair-heading h2 {
    font-size: clamp(3.2rem, 15vw, 5.4rem);
  }
  .feature-media {
    min-height: 130vw;
    border-radius: 18px;
  }
  .scroll-story {
    min-height: 165svh;
  }
  .sticky-story {
    min-height: 100svh;
    padding: 4.5rem var(--pad) 3rem;
  }
  .sticky-copy p:last-of-type {
    font-size: 0.94rem;
  }
  .comparison-frame {
    width: min(100%, 390px);
    height: auto;
    aspect-ratio: 3 / 4;
    border-radius: 18px;
  }
  .object-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .object-tile {
    min-height: 220px;
    border-radius: 16px;
  }
  .object-tile:last-child {
    grid-column: 1 / -1;
  }
  .story-panel {
    padding: var(--pad);
  }
  .story-panel-media {
    min-height: 78vw;
    border-radius: 18px;
  }
  .story-panel-copy {
    padding-inline: 0;
  }
  .feature-bento {
    grid-template-columns: 1fr;
  }
  .feature-bento .bento-large {
    min-height: 520px;
    grid-row: auto;
  }
  .feature-bento article {
    min-height: 220px;
    border-radius: 18px;
  }
  .fair-grid,
  .mode-grid {
    grid-template-columns: 1fr;
  }
  .fair-grid article,
  .mode-grid article {
    min-height: 270px;
  }
  .fair-grid h3,
  .mode-grid h3 {
    margin-top: 3rem;
  }
  .product-end h2 {
    font-size: clamp(4rem, 17vw, 6.5rem);
  }
  .world-stage {
    min-height: 84vw;
    border-radius: 18px;
  }
  .map-stack {
    inset: 6%;
    grid-template-columns: 1fr 1fr;
  }
  .map-stack figure:first-child {
    display: none;
  }
  .map-stack figure:nth-child(2) {
    transform: none;
  }
  .tower-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tower-tile {
    min-height: 220px;
    border-radius: 16px;
  }
  .tower-tile:last-child {
    grid-column: 1 / -1;
  }
  .progression-panel {
    padding-inline: var(--pad);
  }
  .progression-art {
    width: 84vw;
  }
  .progression-copy h2 {
    font-size: clamp(3.4rem, 15vw, 5.6rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .motion-ready .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
  .product-hero-art,
  .core-splash-object,
  .story-wide,
  .world-map-art,
  .map-stack {
    transform: none;
  }
  .comparison-after {
    clip-path: none;
  }
  .comparison-line {
    display: none;
  }
}

@media (prefers-contrast: more) {
  :root {
    --muted: #c9c9c4;
    --line-dark: rgba(255, 255, 255, 0.45);
    --line-light: rgba(11, 13, 15, 0.45);
  }
}

/* Damnright Worlds brand system and responsive product corrections v6 */
:root {
  --dw-navy: #071e3d;
  --dw-navy-deep: #031226;
  --dw-red: #d71920;
  --dw-white: #f7f8fa;
  --dw-ice: #eef3f8;
  --ink: var(--dw-navy);
  --ink-soft: var(--dw-navy-deep);
  --paper: var(--dw-ice);
  --paper-soft: #e2eaf2;
  --white: var(--dw-white);
  --acid: var(--dw-red);
}

body {
  background: var(--dw-ice);
}
::selection {
  background: var(--dw-red);
  color: var(--dw-white);
}
:focus-visible {
  outline-color: var(--dw-red);
}

.site-header {
  background: linear-gradient(
    180deg,
    rgba(7, 30, 61, 0.99),
    rgba(7, 30, 61, 0.95)
  );
  color: var(--dw-white);
  backdrop-filter: blur(18px) saturate(130%);
}
.header-inner {
  min-height: 112px;
  border-color: rgba(247, 248, 250, 0.14);
}
.brand-picture {
  display: block;
  line-height: 0;
}
.brand-logo {
  display: block;
  width: clamp(190px, 18vw, 260px);
  min-width: 160px;
  height: auto;
}
.desktop-nav a {
  color: rgba(247, 248, 250, 0.78);
  letter-spacing: 0;
  text-transform: none;
}
.desktop-nav a::after {
  height: 2px;
  background: var(--dw-red);
}
.desktop-nav .language-link {
  border-color: rgba(247, 248, 250, 0.16);
}

.hero {
  min-height: min(920px, 100svh);
  grid-template-columns: minmax(0, 760px) 1fr;
  background:
    radial-gradient(
      circle at 78% 48%,
      rgba(25, 70, 125, 0.58),
      transparent 27%
    ),
    radial-gradient(
      circle at 18% 92%,
      rgba(215, 25, 32, 0.12),
      transparent 28%
    ),
    linear-gradient(145deg, var(--dw-navy) 0%, #04162f 62%, #020d1d 100%);
}
.hero::after {
  right: -12vw;
  bottom: -46vw;
  width: 76vw;
  height: 76vw;
  border: 1px solid rgba(247, 248, 250, 0.08);
  border-radius: 50%;
  background: transparent;
  box-shadow:
    0 0 0 9vw rgba(247, 248, 250, 0.022),
    0 0 0 19vw rgba(247, 248, 250, 0.014);
}
.hero-content {
  width: min(820px, 100%);
}
.hero .eyebrow,
.games-section .section-heading .eyebrow,
.manifesto .eyebrow {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: rgba(247, 248, 250, 0.68);
}
.hero .eyebrow::before,
.games-section .section-heading .eyebrow::before,
.manifesto .eyebrow::before {
  width: 38px;
  height: 3px;
  flex: 0 0 auto;
  background: var(--dw-red);
  content: "";
}
.hero h1 {
  font-family: var(--sans);
  font-size: clamp(4.8rem, 8vw, 8.6rem);
  font-weight: 760;
  letter-spacing: -0.075em;
  line-height: 0.91;
}
.hero h1 span {
  color: rgba(247, 248, 250, 0.52);
}
.hero-intro {
  color: rgba(247, 248, 250, 0.7);
}
.hero-actions .button.primary {
  border-color: var(--dw-white);
  background: var(--dw-white);
  color: var(--dw-navy);
}
.hero-actions .button.primary:hover {
  border-color: var(--dw-white);
  background: transparent;
  color: var(--dw-white);
}
.hero-actions .button span {
  color: var(--dw-red);
}
.development-note span {
  background: var(--dw-red);
}
.hero-brand-mark {
  position: relative;
  z-index: 1;
  width: min(16vw, 220px);
  justify-self: end;
  opacity: 0.13;
  filter: saturate(0.7) contrast(1.05);
  transform: rotate(5deg);
}

.games-section {
  background: var(--dw-ice);
}
.section-heading {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
}
.section-heading > * {
  min-width: 0;
}
.section-heading .eyebrow {
  grid-column: 1;
  color: #66758a;
}
.section-heading h2 {
  grid-column: 1;
  color: var(--dw-navy);
  font-family: var(--sans);
  font-size: clamp(3.5rem, 6vw, 5.8rem);
  font-weight: 750;
  letter-spacing: -0.065em;
  line-height: 0.96;
}
.section-heading > p:last-child {
  grid-column: 2;
  color: #66758a;
  font-size: 1.05rem;
}
.game-card {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border: 0;
  border-radius: 34px;
  background: var(--dw-navy-deep);
  box-shadow: 0 32px 80px rgba(7, 30, 61, 0.13);
}
.game-card-link {
  position: relative;
}
.game-card .game-visual.compact {
  position: absolute;
  inset: 0;
  min-height: 100%;
}
.game-card .visual-shade,
.game-card .craft-flow .visual-shade {
  background: linear-gradient(
    180deg,
    rgba(3, 18, 38, 0.04) 26%,
    rgba(3, 18, 38, 0.92) 100%
  );
}
.game-card .visual-caption {
  display: none;
}
.game-card-copy {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--dw-white);
}
.game-card .card-meta {
  justify-content: flex-start;
  color: rgba(247, 248, 250, 0.68);
}
.game-card .card-meta::before {
  width: 24px;
  height: 3px;
  flex: 0 0 auto;
  background: var(--dw-red);
  content: "";
}
.game-card h3,
.game-card .game-index-title {
  color: var(--dw-white);
  font-family: var(--sans);
  font-weight: 740;
}
.game-card p {
  color: rgba(247, 248, 250, 0.75);
}
.game-card .text-link {
  color: var(--dw-white);
  text-decoration-color: var(--dw-red);
}

.manifesto {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  color: var(--dw-white);
  background: var(--dw-navy);
  border: 0;
  box-shadow: 0 0 0 100vmax var(--dw-navy);
  clip-path: inset(0 -100vmax);
}
.manifesto h2 {
  max-width: 800px;
  color: var(--dw-white);
  font-family: var(--sans);
  font-weight: 740;
}
.manifesto > p {
  color: rgba(247, 248, 250, 0.68);
}
.page-hero,
.site-footer {
  background: var(--dw-navy);
}
.page-hero .eyebrow {
  color: #ff6a6f;
}
.footer-brand .brand-logo {
  width: 220px;
}
.footer-grid h2 {
  color: #8fa0b5;
}
.footer-grid a:not(.brand),
.footer-grid p {
  color: rgba(247, 248, 250, 0.68);
}

.product-page,
.showcase {
  padding-top: 112px;
}
.product-nav > div {
  min-height: 72px;
}
.product-identity {
  gap: 0.85rem;
}
.product-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 12px;
  object-fit: contain;
  image-rendering: auto;
}
.product-identity strong {
  font-size: 0.94rem;
}
.product-identity small {
  font-size: 0.66rem;
}

.showcase-object-orbit {
  inset: 32vh 0 4vh;
}
.showcase-object-orbit .object-tile {
  width: clamp(170px, 17vw, 260px);
}
.showcase-object-orbit .object-tile img {
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
}
/*
 * The collection sources have very different transparent margins. These
 * factors normalize the visible artwork instead of enlarging complete rows.
 * Each piece therefore stays inside its own animated 3 × 3 gallery cell.
 */
.showcase-object-orbit .object-tile:nth-child(1) { --collection-art-scale: 1.04; }
.showcase-object-orbit .object-tile:nth-child(2) { --collection-art-scale: 1.03; }
.showcase-object-orbit .object-tile:nth-child(3) { --collection-art-scale: 0.92; }
.showcase-object-orbit .object-tile:nth-child(4) { --collection-art-scale: 0.82; }
.showcase-object-orbit .object-tile:nth-child(5) { --collection-art-scale: 0.82; }
.showcase-object-orbit .object-tile:nth-child(6) { --collection-art-scale: 0.88; }
.showcase-object-orbit .object-tile:nth-child(7) { --collection-art-scale: 0.86; }
.showcase-object-orbit .object-tile:nth-child(8) { --collection-art-scale: 0.84; }
.showcase-object-orbit .object-tile:nth-child(9) { --collection-art-scale: 0.84; }

/* Scene positioning must win over the generic reveal animation. */
.motion-ready .showcase-object-orbit .object-tile.reveal-on-scroll {
  opacity: var(--object-opacity, 0);
  transform: translate(
      calc(-50% + var(--object-x, 0px)),
      calc(-50% + var(--object-y, 0px))
    )
    scale(var(--object-scale, 1));
  transition: none !important;
}

.showcase-tower-stage {
  inset: 34vh 3vw 9vh;
}
.showcase-tower-stage .tower-tile {
  width: clamp(190px, 20vw, 300px);
}
.showcase-tower-stage .tower-tile img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: contain;
}
.showcase-tower-stage .tower-tile figcaption {
  bottom: -1.35rem;
  font-size: 0.72rem;
}
.motion-ready .showcase-tower-stage .tower-tile.reveal-on-scroll {
  opacity: var(--tower-opacity, 0);
  transform: translate(var(--tower-x, 0px), var(--tower-y, 0px))
    scale(var(--tower-scale, 1));
  transition: none !important;
}
.showcase-end img {
  width: clamp(126px, 13vw, 180px);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

@media (max-width: 980px) {
  .hero-brand-mark {
    position: absolute;
    right: 1rem;
    bottom: 3rem;
    width: 190px;
  }
  .section-heading {
    grid-template-columns: 1fr;
  }
  .section-heading > p:last-child {
    grid-column: 1;
    max-width: 720px;
  }
  .showcase-set-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .header-inner {
    min-height: 88px;
  }
  .brand-logo {
    width: 180px;
    min-width: 160px;
  }
  .mobile-menu summary {
    width: 44px;
    height: 44px;
    border-color: rgba(247, 248, 250, 0.2);
  }
  .hero {
    min-height: 780px;
    padding-top: 9rem;
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: clamp(4rem, 18vw, 5.8rem);
  }
  .hero-brand-mark {
    right: 1rem;
    bottom: 2rem;
    width: 140px;
    opacity: 0.09;
  }
  .games-section {
    padding-top: 6rem;
  }
  .section-heading h2 {
    font-size: clamp(2.55rem, 11vw, 4rem);
  }
  .game-card {
    min-height: 590px;
    border-radius: 24px;
  }
  .game-card h3,
  .game-card .game-index-title {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }
  .manifesto {
    grid-template-columns: 1fr;
  }
  .manifesto h2 {
    font-size: clamp(3rem, 13vw, 4.5rem);
  }
  .product-page,
  .showcase {
    padding-top: 88px;
  }
  .product-nav > div {
    min-height: 68px;
    padding-block: 0.45rem;
  }
  .product-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 11px;
  }
  .product-links {
    gap: 1rem;
  }
  .product-links a {
    font-size: 0.72rem;
  }
  .product-core .showcase-hero-object {
    right: -32vw;
    bottom: -5vh;
    width: 112vw;
    opacity: 0.42;
  }
  .showcase-captions h2 {
    font-size: clamp(3rem, 11.5vw, 4.4rem);
  }
  .showcase-compare-copy h2,
  .showcase-collection-copy h2,
  .showcase-story-copy h2,
  .showcase-tower-copy h2,
  .showcase-tree-copy h2 {
    font-size: clamp(3rem, 11.5vw, 4.4rem);
  }
  .showcase-compare-copy {
    top: 7vh;
  }
  .showcase-compare {
    height: 58vh;
  }
  .showcase-collection-copy {
    top: 5vh;
  }
  .showcase-object-orbit {
    inset: 38vh 0 4vh;
  }
  .showcase-object-orbit .object-tile {
    width: clamp(92px, 25vw, 132px);
  }
  .showcase-tower-copy {
    top: 5vh;
  }
  .showcase-tower-copy p {
    font-size: 0.92rem;
    line-height: 1.45;
  }
  .showcase-tower-stage {
    inset: 39vh 0 8vh;
  }
  .showcase-tower-stage .tower-tile {
    width: clamp(112px, 28vw, 148px);
  }
  .showcase-tower-stage .tower-tile figcaption {
    bottom: -0.7rem;
    font-size: 0.68rem;
  }
  .showcase-tree-art {
    top: 30%;
    width: min(64vw, 360px);
  }
  .showcase-tree-copy {
    bottom: 6vh;
  }
  .showcase-tree-copy ul {
    margin-top: 1rem;
    padding-top: 0.8rem;
  }
  .showcase-facts-heading h2,
  .showcase-end h2 {
    font-size: clamp(3.2rem, 12vw, 4.6rem);
  }
  .showcase-set-showcase {
    margin-top: -1rem;
  }
  .showcase-set-gallery {
    margin-inline: calc(var(--pad) * -1);
    padding-inline: var(--pad);
    grid-auto-columns: min(68vw, 250px);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  .showcase-set-gallery::-webkit-scrollbar {
    display: none;
  }
  .showcase-set-gallery figure {
    scroll-snap-align: start;
  }
  .showcase-end img {
    width: 132px;
  }
  .showcase-fact-grid article {
    min-height: 220px;
  }
}

/* Product clarity, homepage art direction and mobile pacing v8 */
.hero-games {
  position: relative;
  z-index: 2;
  width: min(38vw, 560px);
  height: min(66vh, 610px);
  justify-self: end;
}
.hero-game-preview {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(247, 248, 250, 0.16);
  border-radius: 30px;
  background: #06152b;
  color: var(--dw-white);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
  text-decoration: none;
  transition:
    border-color 220ms ease,
    transform 320ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.hero-game-preview::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    180deg,
    transparent 42%,
    rgba(2, 13, 29, 0.88) 100%
  );
}
.hero-game-preview:hover {
  border-color: rgba(247, 248, 250, 0.42);
  text-decoration: none;
  transform: translateY(-8px);
}
.hero-game-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.hero-game-preview:hover img {
  transform: scale(1.035);
}
.hero-game-preview > span {
  position: absolute;
  z-index: 2;
  right: 1.35rem;
  bottom: 1.2rem;
  left: 1.35rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}
.hero-game-preview b {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
}
.hero-game-preview small {
  color: rgba(247, 248, 250, 0.66);
  font-size: 0.66rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-craft {
  top: 0;
  left: 0;
  width: 61%;
  height: 78%;
  transform: rotate(-2deg);
}
.hero-craft:hover {
  transform: rotate(-2deg) translateY(-8px);
}
.hero-craft img {
  object-position: center 56%;
}
.hero-core {
  right: 0;
  bottom: 0;
  width: 66%;
  height: 59%;
  transform: rotate(2deg);
}
.hero-core:hover {
  transform: rotate(2deg) translateY(-8px);
}
.hero-core img {
  object-position: center;
}
.hero-games .hero-brand-mark {
  position: absolute;
  z-index: -1;
  top: -7%;
  right: -7%;
  width: 170px;
  opacity: 0.08;
  transform: rotate(7deg);
}

.manifesto-detail > p {
  margin-top: 0;
  color: rgba(247, 248, 250, 0.68);
}
.manifesto-detail ul {
  display: flex;
  margin: 1.6rem 0 1.8rem;
  padding: 0;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
}
.manifesto-detail li {
  padding: 0.55rem 0.72rem;
  border: 1px solid rgba(247, 248, 250, 0.15);
  color: rgba(247, 248, 250, 0.76);
  font-size: 0.72rem;
}
.manifesto-detail .text-link {
  color: var(--dw-white);
  text-decoration-color: var(--dw-red);
}

.product-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.showcase-loop {
  padding: clamp(7rem, 12vw, 11rem) var(--pad);
  background: #f5f5f7;
  color: #1d1d1f;
}
.product-core .showcase-loop {
  background: #07110d;
  color: #f5f5f7;
}
.showcase-loop-heading,
.showcase-loop ol {
  width: min(100%, var(--max));
  margin-inline: auto;
}
.showcase-loop-heading > span {
  color: var(--scene-accent);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.showcase-loop-heading h2 {
  max-width: 1060px;
  margin: 0.8rem 0 3.5rem;
  font-size: clamp(3.7rem, 7.6vw, 8rem);
}
.showcase-loop ol {
  display: grid;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  list-style: none;
  background: #d7d7da;
}
.product-core .showcase-loop ol {
  background: rgba(255, 255, 255, 0.12);
}
.showcase-loop li {
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: #f5f5f7;
}
.product-core .showcase-loop li {
  background: #07110d;
}
.showcase-loop li > b {
  color: var(--scene-accent);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}
.showcase-loop h3 {
  margin: 3.2rem 0 0.8rem;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  letter-spacing: -0.035em;
}
.showcase-loop li p {
  margin: 0;
  color: #69696d;
  font-size: 0.92rem;
}
.product-core .showcase-loop li p {
  color: #8da097;
}

.showcase-tower-stage {
  inset: 31vh 3vw 23vh;
}
.fusion-formulas {
  position: absolute;
  z-index: 6;
  right: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  bottom: 3vh;
  left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}
.fusion-formula {
  display: grid;
  min-width: 0;
  min-height: 104px;
  padding: 0.75rem;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(8, 22, 16, 0.78);
  opacity: var(--formula-opacity, 0.46);
  transform: translateY(var(--formula-y, 0px));
  backdrop-filter: blur(18px);
  transition:
    opacity 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}
.fusion-formula.is-active {
  border-color: rgba(120, 242, 177, 0.42);
}
.fusion-formula > span {
  display: grid;
  min-width: 0;
  place-items: center;
}
.fusion-formula img {
  width: min(66px, 5vw);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 12px 12px rgba(0, 0, 0, 0.42));
}
.fusion-formula small {
  overflow: hidden;
  max-width: 100%;
  color: #aebbb4;
  font-size: 0.58rem;
  font-weight: 760;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.fusion-formula > b {
  color: #78f2b1;
  font-size: 1rem;
}
.fusion-result img {
  transform: scale(1.12);
}

.showcase-end-note {
  max-width: 650px;
  margin: 1.2rem auto 0;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.65;
  text-transform: none !important;
}
.showcase-end-actions {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}
.showcase-end-actions .button {
  margin-top: 0;
}
.showcase-end-actions .button.primary {
  border-color: #fff;
  background: #fff;
  color: #111;
}

/* Release notification form */
.release-form {
  display: grid;
  width: min(100%, 620px);
  margin: 2rem auto 0;
  gap: 1rem;
  text-align: left;
}

.release-field {
  display: grid;
  gap: 0.45rem;
}

.release-field label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.release-field input {
  width: 100%;
  min-height: 58px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 12px;
  outline: none;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font: inherit;
}

.release-field input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}
.release-field input:focus {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.13);
}

.release-consent {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 0.7rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.55;
}

.release-consent input {
  width: 20px;
  height: 20px;
  margin: 0.12rem 0 0;
  accent-color: var(--scene-accent);
}

.release-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.release-form .cf-turnstile {
  min-height: 65px;
}
.release-form .button {
  width: 100%;
  min-height: 58px;
  margin-top: 0;
  justify-content: center;
}
.release-form .button[disabled] {
  cursor: wait;
  opacity: 0.64;
}

.release-form-status {
  min-height: 1.5em;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.5;
  text-align: center;
  text-transform: none !important;
}

.release-form-status[data-state="success"] {
  color: #9af2c4 !important;
}
.release-form-status[data-state="error"] {
  color: #ffb6b6 !important;
}

.release-honeypot {
  position: absolute !important;
  left: -10000px !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
}

.release-form.is-complete > :not(.release-form-status) {
  display: none;
}

/* Press pages */
.press-page {
  background: #f1f3f6;
  color: var(--ink);
}

.press-hero {
  display: grid;
  min-height: 82svh;
  padding-top: clamp(8rem, 13vw, 12rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
}

.press-hero h1,
.press-heading h2,
.press-use h2,
.press-contact h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(4rem, 8vw, 8.6rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.press-hero > div > p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 2rem;
  color: rgba(7, 30, 61, 0.68);
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  line-height: 1.7;
}

.press-hero > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 30px;
  box-shadow: 0 40px 90px rgba(7, 30, 61, 0.2);
  object-fit: cover;
}

.press-actions {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.press-actions .button {
  width: auto;
}

.press-facts {
  display: grid;
  padding-top: clamp(5rem, 10vw, 9rem);
  padding-bottom: clamp(5rem, 10vw, 9rem);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.press-heading h2 {
  font-size: clamp(3.4rem, 6vw, 6.8rem);
}
.press-heading > p:last-child {
  max-width: 620px;
  margin-top: 1.8rem;
  color: rgba(7, 30, 61, 0.68);
  font-size: 1.08rem;
  line-height: 1.7;
}

.press-fact-list {
  display: grid;
  margin: 0;
  border-top: 1px solid rgba(7, 30, 61, 0.17);
}
.press-fact-list div {
  display: grid;
  padding: 1.35rem 0;
  grid-template-columns: minmax(130px, 0.7fr) minmax(0, 1.3fr);
  gap: 1rem;
  border-bottom: 1px solid rgba(7, 30, 61, 0.17);
}
.press-fact-list dt {
  color: rgba(7, 30, 61, 0.5);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.press-fact-list dd {
  margin: 0;
  font-weight: 700;
}

.press-games {
  display: grid;
  padding-bottom: clamp(6rem, 11vw, 10rem);
  gap: 2rem;
}
.press-game {
  display: grid;
  overflow: hidden;
  min-height: 650px;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 25px 70px rgba(7, 30, 61, 0.09);
}
.press-game > img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
}
.press-game-core > img {
  background: #07140e;
  object-fit: contain;
}
.press-game > div {
  display: flex;
  padding: clamp(2.2rem, 5vw, 5rem);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.press-game h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}
.press-game > div > p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 1.5rem;
  color: rgba(7, 30, 61, 0.67);
  font-size: 1.04rem;
  line-height: 1.7;
}
.press-game ul {
  display: grid;
  margin: 1.5rem 0 0;
  padding: 0;
  gap: 0.65rem;
  list-style: none;
}
.press-game li {
  position: relative;
  padding-left: 1.25rem;
  color: rgba(7, 30, 61, 0.76);
  line-height: 1.5;
}
.press-game li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dw-red);
  content: "";
}
.press-game .button {
  width: auto;
  margin-top: 2rem;
}

.press-use {
  display: grid;
  padding-top: clamp(5rem, 9vw, 8rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 8rem);
  border-top: 1px solid rgba(7, 30, 61, 0.15);
}
.press-use h2 {
  font-size: clamp(3.4rem, 6vw, 6.4rem);
}
.press-use > div:last-child {
  align-self: end;
}
.press-use > div:last-child p {
  max-width: 680px;
  margin: 0 0 1.2rem;
  color: rgba(7, 30, 61, 0.68);
  font-size: 1.08rem;
  line-height: 1.7;
}

.press-contact {
  padding-top: clamp(5rem, 9vw, 8rem);
  padding-bottom: clamp(6rem, 11vw, 10rem);
  border-top: 1px solid rgba(7, 30, 61, 0.15);
  text-align: center;
}
.press-contact h2 {
  max-width: 12ch;
  margin-inline: auto;
  font-size: clamp(3.2rem, 6.5vw, 7rem);
}
.press-contact > p:last-child {
  margin-top: 2rem;
  color: rgba(7, 30, 61, 0.68);
  font-size: 1.08rem;
}
.press-contact a {
  color: var(--ink);
  font-weight: 750;
  text-underline-offset: 0.2em;
}

@media (max-width: 820px) {
  .press-hero,
  .press-facts,
  .press-use {
    grid-template-columns: 1fr;
  }
  .press-hero {
    min-height: auto;
    padding-top: 7.5rem;
  }
  .press-hero h1 {
    font-size: clamp(3.7rem, 16vw, 6rem);
  }
  .press-hero > img {
    border-radius: 22px;
  }
  .press-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .press-actions .button {
    width: 100%;
  }
  .press-game {
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 22px;
  }
  .press-game > img {
    height: min(110vw, 620px);
    min-height: 0;
  }
  .press-game-core > img {
    height: min(72vw, 430px);
  }
  .press-game h2 {
    font-size: clamp(2.65rem, 11vw, 4.2rem);
  }
  .press-fact-list div {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr);
  }
  .hero-games {
    width: min(40vw, 430px);
    height: 510px;
  }
  .showcase-loop ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: auto;
    padding-bottom: 4rem;
    grid-template-columns: 1fr;
  }
  .hero-content {
    padding-bottom: 2rem;
  }
  .hero-games {
    width: 100%;
    height: 390px;
    justify-self: stretch;
  }
  .hero-craft {
    left: 2%;
    width: 57%;
    height: 82%;
  }
  .hero-core {
    right: 1%;
    width: 61%;
    height: 58%;
  }
  .hero-game-preview {
    border-radius: 22px;
  }
  .hero-game-preview > span {
    right: 0.9rem;
    bottom: 0.85rem;
    left: 0.9rem;
    display: block;
  }
  .hero-game-preview small {
    display: block;
    margin-top: 0.2rem;
  }
  .hero-games .hero-brand-mark {
    top: -1rem;
    right: 0;
    width: 108px;
  }
  .manifesto-detail ul {
    margin-top: 1.2rem;
  }
  .showcase-loop {
    padding-block: 5.5rem;
  }
  .showcase-loop-heading h2 {
    font-size: clamp(3rem, 12vw, 4.5rem);
  }
  .showcase-loop ol {
    grid-template-columns: 1fr;
  }
  .showcase-loop h3 {
    margin-top: 1.8rem;
  }

  /* Shorter tracks preserve the scenes without making mobile pages feel endless. */
  .showcase-scene {
    height: 145svh;
  }
  .showcase-frame-scene {
    height: 260svh;
  }
  .showcase-map-scene {
    height: 330svh;
  }
  .showcase-compare-scene,
  .showcase-collection-scene,
  .showcase-story-scene,
  .showcase-tree-scene {
    height: 165svh;
  }
  .showcase-tower-scene {
    height: 220svh;
  }

  .product-links {
    max-width: 68%;
    gap: 0.55rem;
  }
  .product-links a {
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
    font-size: 0.72rem;
    white-space: nowrap;
  }
  .product-identity small {
    display: none;
  }
  .product-identity strong {
    font-size: 0.76rem;
  }
  .showcase-tower-copy h2 {
    font-size: clamp(2.7rem, 10.5vw, 4rem);
  }
  .showcase-tower-stage {
    inset: 35vh 0 27vh;
  }
  .showcase-tower-stage .tower-tile {
    width: clamp(102px, 26vw, 138px);
  }
  .fusion-formulas {
    right: var(--pad);
    bottom: 2.5vh;
    left: var(--pad);
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
  .fusion-formula {
    min-height: 58px;
    padding: 0.3rem 0.55rem;
    border-radius: 12px;
    opacity: 0.34;
  }
  .fusion-formula img {
    width: 38px;
  }
  .fusion-formula small {
    font-size: 0.62rem;
  }
  .showcase-end-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .showcase-end-actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-game-preview,
  .hero-game-preview:hover,
  .hero-game-preview img,
  .hero-game-preview:hover img,
  .fusion-formula,
  .fusion-formula.is-active {
    transform: none;
    transition: none;
  }
  .fusion-formula {
    opacity: 1;
  }
}

/* Sales-story scenes v11 */
.game-card-copy p strong {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--ink);
  font-size: 1.08em;
}

.showcase-hero-action {
  display: inline-flex;
  width: auto;
  margin-top: 1.8rem;
  border-color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.96);
  color: #111;
  text-shadow: none;
}
.showcase-hero-action + .showcase-badge {
  margin-left: 0.65rem;
}

.showcase-trust-list {
  display: grid;
  width: min(100%, var(--max));
  margin: 1px auto 0;
  padding: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  list-style: none;
  background: #d7d7da;
}
.product-core .showcase-trust-list {
  background: rgba(255, 255, 255, 0.12);
}
.showcase-trust-list li {
  display: grid;
  min-height: 92px;
  padding: 1.25rem;
  place-items: center;
  background: #f5f5f7;
  font-size: 0.8rem;
  font-weight: 760;
  text-align: center;
}
.product-core .showcase-trust-list li {
  background: #07110d;
  color: #b6c4bd;
}

.showcase-root-scene {
  height: 360svh;
  background: #020604;
}
.root-scene-media,
.root-scene-media > img:first-child,
.root-scene-shade,
.root-trace {
  position: absolute;
  inset: 0;
}
.root-scene-media {
  overflow: hidden;
}
.root-scene-media > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.44) saturate(1.05);
  transform: scale(var(--root-scale, 1.04));
}
.root-scene-shade {
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(1, 7, 4, 0.88) 0%,
      rgba(1, 7, 4, 0.35) 52%,
      rgba(1, 7, 4, 0.55) 100%
    ),
    linear-gradient(0deg, rgba(1, 7, 4, 0.75), transparent 60%);
}
.root-trace {
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  pointer-events: none;
}
.root-trace path {
  stroke-dasharray: 1;
  stroke-dashoffset: calc(1 - var(--root-draw, 0));
  stroke-linecap: round;
  stroke-linejoin: round;
}
.root-trace-glow {
  stroke: rgba(68, 255, 154, 0.28);
  stroke-width: 34;
  filter: blur(12px);
}
.root-trace-line {
  stroke: #79f2b1;
  stroke-width: 9;
  filter: drop-shadow(0 0 10px rgba(94, 255, 171, 0.9));
}
.root-core,
.root-tower {
  position: absolute;
  z-index: 4;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.78));
}
.root-core {
  bottom: -2%;
  left: 50%;
  width: clamp(130px, 17vw, 250px);
  opacity: 0.96;
  transform: translateX(-50%);
}
.root-tower {
  width: clamp(90px, 11vw, 170px);
  opacity: var(--root-tower-opacity, 0.2);
  transform: translate(-50%, -50%) scale(var(--root-tower-scale, 0.86));
  transition: filter 180ms ease;
}
.root-tower-one {
  top: 65%;
  left: 31.5%;
  --root-tower-opacity: var(--root-tower-one, 0.2);
  --root-tower-scale: var(--root-tower-one-scale, 0.86);
}
.root-tower-two {
  top: 33%;
  left: 57.5%;
  --root-tower-opacity: var(--root-tower-two, 0.2);
  --root-tower-scale: var(--root-tower-two-scale, 0.86);
}
.root-tower-three {
  top: 27.5%;
  left: 82.5%;
  --root-tower-opacity: var(--root-tower-three, 0.2);
  --root-tower-scale: var(--root-tower-three-scale, 0.86);
}
.root-scene-captions {
  position: absolute;
  z-index: 6;
  top: 12vh;
  left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  width: min(620px, calc(100% - 2 * var(--pad)));
}
.root-scene-captions article {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  opacity: var(--root-caption-opacity, 0);
  transform: translateY(var(--root-caption-y, 28px));
  will-change: opacity, transform;
}
.root-scene-captions article:last-child {
  --root-caption-opacity: 1;
  --root-caption-y: 0px;
}
.root-scene-captions span {
  color: #78f2b1;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.root-scene-captions h2 {
  margin: 0.8rem 0 1rem;
  font-size: clamp(3.6rem, 6vw, 7rem);
  letter-spacing: -0.065em;
  line-height: 0.94;
}
.root-scene-captions p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
}

.tower-phases {
  position: absolute;
  z-index: 6;
  right: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  bottom: 3vh;
  left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}
.tower-phases article {
  min-width: 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(8, 22, 16, 0.82);
  backdrop-filter: blur(18px);
}
.tower-phases span {
  display: block;
  color: #78f2b1;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.tower-phases strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 1rem;
}
.tower-phases p {
  margin: 0.45rem 0 0;
  color: #93a29b;
  font-size: 0.72rem;
  line-height: 1.45;
}
.showcase-tree-copy ul {
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .showcase-trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .showcase-trust-list li:last-child {
    grid-column: 1 / -1;
  }
  .tower-phases {
    grid-template-columns: 1fr;
  }
  .tower-phases article {
    padding: 0.7rem 0.85rem;
  }
  .tower-phases p {
    display: none;
  }
}

@media (max-width: 720px) {
  .showcase-hero-action {
    display: flex;
    width: min(100%, 280px);
    margin: 1.4rem 0 0;
  }
  .showcase-hero-action + .showcase-badge {
    margin-top: 0.7rem;
    margin-left: 0;
  }
  .showcase-root-scene {
    height: 235svh;
  }
  .root-scene-media > img:first-child {
    object-position: center;
  }
  .root-scene-shade {
    background: linear-gradient(
      0deg,
      rgba(1, 7, 4, 0.94) 0%,
      rgba(1, 7, 4, 0.3) 68%,
      rgba(1, 7, 4, 0.58) 100%
    );
  }
  .root-core {
    bottom: 3%;
    width: clamp(92px, 29vw, 135px);
  }
  .root-tower {
    width: clamp(62px, 19vw, 92px);
  }
  .root-scene-captions {
    top: auto;
    right: var(--pad);
    bottom: 7vh;
    left: var(--pad);
    width: auto;
  }
  .root-scene-captions h2 {
    font-size: clamp(2.8rem, 11vw, 4.2rem);
  }
  .root-scene-captions p {
    font-size: 0.92rem;
  }
  .tower-phases {
    right: var(--pad);
    bottom: 2.5vh;
    left: var(--pad);
    gap: 0.35rem;
  }
  .tower-phases article {
    border-radius: 12px;
  }
  .showcase-trust-list {
    grid-template-columns: 1fr;
  }
  .showcase-trust-list li,
  .showcase-trust-list li:last-child {
    min-height: 64px;
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .root-trace path {
    stroke-dashoffset: 0;
  }
  .root-tower {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .root-scene-captions article {
    opacity: 0;
    transform: none;
  }
  .root-scene-captions article:last-child {
    opacity: 1;
  }
}

/* Coregrove gameplay footage v13 */
.root-gameplay-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.62) saturate(1.04);
  transform: scale(var(--root-scale, 1.04));
}

.core-gameplay-proof,
.core-build-proof {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 100svh;
  padding: clamp(7rem, 12vw, 12rem)
    max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
  overflow: hidden;
  background: #07110d;
  color: #f5f5f7;
}

.core-gameplay-proof {
  grid-template-columns: minmax(280px, 0.62fr) minmax(520px, 1.38fr);
  background:
    radial-gradient(
      circle at 76% 50%,
      rgba(75, 231, 145, 0.11),
      transparent 38%
    ),
    #020604;
}

.core-gameplay-copy,
.core-build-proof-copy {
  position: relative;
  z-index: 2;
}

.core-gameplay-copy > span,
.core-build-proof-copy > span {
  color: #78f2b1;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.core-gameplay-copy h2,
.core-build-proof-copy h2 {
  margin: 0.9rem 0 1.25rem;
  font-size: clamp(3.4rem, 6.3vw, 7.2rem);
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.core-gameplay-copy p,
.core-build-proof-copy p {
  max-width: 610px;
  margin: 0;
  color: #98a79f;
  font-size: 1.05rem;
  line-height: 1.65;
}

.core-gameplay-frame,
.core-ui-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(120, 242, 177, 0.18);
  border-radius: clamp(20px, 3vw, 38px);
  background: #030806;
  box-shadow:
    0 38px 100px rgba(0, 0, 0, 0.48),
    0 0 100px rgba(53, 215, 128, 0.08);
}

.core-gameplay-frame::after,
.core-ui-frame::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.core-gameplay-frame video,
.core-ui-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.core-gameplay-frame {
  aspect-ratio: 16 / 9;
}

.core-build-proof {
  grid-template-columns: minmax(360px, 0.72fr) minmax(560px, 1.28fr);
  background:
    linear-gradient(125deg, rgba(8, 33, 23, 0.94), rgba(2, 9, 6, 0.98)), #07110d;
}

.core-build-proof-copy ul {
  display: grid;
  margin: 2rem 0 0;
  padding: 0;
  gap: 0.7rem;
  list-style: none;
}

.core-build-proof-copy li {
  position: relative;
  padding-left: 1.5rem;
  color: #d7e4dd;
  font-size: 0.9rem;
}

.core-build-proof-copy li::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #78f2b1;
  content: "";
  box-shadow: 0 0 14px rgba(120, 242, 177, 0.6);
}

.core-ui-frame {
  aspect-ratio: 67 / 30;
}

@media (max-width: 980px) {
  .core-gameplay-proof,
  .core-build-proof {
    grid-template-columns: 1fr;
  }

  .core-gameplay-copy,
  .core-build-proof-copy {
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  .root-gameplay-video {
    object-position: 56% center;
  }

  .core-gameplay-proof,
  .core-build-proof {
    min-height: auto;
    padding-top: 7rem;
    padding-bottom: 7rem;
    gap: 2.4rem;
  }

  .core-gameplay-copy h2,
  .core-build-proof-copy h2 {
    font-size: clamp(3rem, 12vw, 4.5rem);
  }

  .core-gameplay-copy p,
  .core-build-proof-copy p {
    font-size: 0.95rem;
  }

  .core-gameplay-frame,
  .core-ui-frame {
    margin-inline: calc(var(--pad) * -0.45);
    border-radius: 18px;
  }
}

/* Studio page v12 */
.studio-page {
  overflow: clip;
  background: var(--dw-ice);
}

.studio-hero {
  position: relative;
  display: grid;
  min-height: min(920px, 100svh);
  padding: clamp(10rem, 17vh, 13rem)
    max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)))
    clamp(5rem, 9vh, 7rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(470px, 0.8fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  background:
    radial-gradient(
      circle at 76% 42%,
      rgba(208, 30, 38, 0.14),
      transparent 30%
    ),
    linear-gradient(145deg, var(--dw-navy) 0%, #04162f 62%, #020d1d 100%);
  color: var(--dw-white);
}
.studio-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(38vw, 620px);
  height: 7px;
  background: var(--dw-red);
  content: "";
}
.studio-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}
.studio-hero .eyebrow {
  color: #ff7378;
}
.studio-hero h1,
.studio-section-heading h2,
.studio-idea h2,
.studio-method h2,
.studio-contact h2 {
  margin: 0;
  font-family: var(--sans);
  font-weight: 750;
  letter-spacing: -0.065em;
  line-height: 0.96;
}
.studio-hero h1 {
  max-width: 760px;
  font-size: clamp(4.2rem, 7.2vw, 7.7rem);
}
.studio-hero-copy > p:not(.eyebrow) {
  max-width: 640px;
  margin: 2rem 0 0;
  color: rgba(247, 248, 250, 0.72);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}
.studio-hero-actions,
.studio-contact-actions {
  display: flex;
  margin-top: 2.2rem;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.studio-hero .button.quiet,
.studio-contact .button.quiet {
  border-color: rgba(247, 248, 250, 0.36);
  color: var(--dw-white);
}

.studio-hero-games {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(180px, 0.78fr) minmax(260px, 1.22fr);
  align-items: end;
  gap: 1rem;
}
.studio-hero-game {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(247, 248, 250, 0.16);
  border-radius: 26px;
  color: var(--dw-white);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.32);
  text-decoration: none;
  transition:
    transform 220ms ease,
    border-color 220ms ease;
}
.studio-hero-craft {
  height: clamp(400px, 57vh, 570px);
  transform: translateY(2.8rem);
}
.studio-hero-core {
  height: clamp(310px, 43vh, 430px);
}
.studio-hero-game:hover,
.studio-hero-game:focus-visible {
  border-color: rgba(247, 248, 250, 0.55);
  transform: translateY(-5px);
  text-decoration: none;
}
.studio-hero-craft:hover,
.studio-hero-craft:focus-visible {
  transform: translateY(calc(2.8rem - 5px));
}
.studio-hero-game img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}
.studio-hero-craft img {
  object-position: center 55%;
}
.studio-hero-core img {
  object-position: center;
}
.studio-hero-game:hover img {
  transform: scale(1.025);
}
.studio-hero-game::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 42%,
    rgba(3, 18, 38, 0.94) 100%
  );
  content: "";
}
.studio-hero-game > span {
  position: absolute;
  z-index: 2;
  right: 1.35rem;
  bottom: 1.3rem;
  left: 1.35rem;
  display: grid;
  gap: 0.22rem;
}
.studio-hero-game strong {
  font-size: 1.1rem;
}
.studio-hero-game small {
  color: rgba(247, 248, 250, 0.68);
  font-size: 0.74rem;
  line-height: 1.35;
}

.studio-games,
.studio-principles {
  padding-top: clamp(6rem, 11vw, 10rem);
  padding-bottom: clamp(6rem, 11vw, 10rem);
}
.studio-section-heading {
  display: grid;
  margin-bottom: clamp(2.8rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  align-items: end;
  gap: 2rem 4rem;
}
.studio-section-heading .eyebrow {
  grid-column: 1;
  margin-bottom: -0.5rem;
  color: #66758a;
}
.studio-section-heading h2 {
  grid-column: 1;
  max-width: 800px;
  color: var(--dw-navy);
  font-size: clamp(3.2rem, 6vw, 6rem);
}
.studio-section-heading > p:last-child {
  grid-column: 2;
  margin: 0;
  color: #66758a;
  font-size: 1.05rem;
}

.studio-game-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}
.studio-game-card {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-radius: 34px;
  background: var(--dw-navy-deep);
  box-shadow: 0 28px 70px rgba(7, 30, 61, 0.12);
}
.studio-game-card a {
  position: absolute;
  inset: 0;
  color: var(--dw-white);
  text-decoration: none;
}
.studio-game-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.studio-game-card:first-child img {
  object-position: center 55%;
}
.studio-game-card:last-child img {
  object-position: center;
}
.studio-game-card a::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 18, 38, 0.02) 20%,
    rgba(3, 18, 38, 0.98) 100%
  );
  content: "";
}
.studio-game-card a:hover img {
  transform: scale(1.025);
}
.studio-game-card a > div {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(1.7rem, 4vw, 3rem);
}
.studio-game-card a > div > span {
  color: #ff7378;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.studio-game-card h3 {
  max-width: 620px;
  margin: 0.75rem 0 1rem;
  font-size: clamp(2.4rem, 4vw, 4.3rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}
.studio-game-card p {
  max-width: 570px;
  margin: 0 0 1.5rem;
  color: rgba(247, 248, 250, 0.7);
}
.studio-game-card b {
  font-size: 0.73rem;
  letter-spacing: 0.09em;
  text-decoration: underline;
  text-decoration-color: var(--dw-red);
  text-underline-offset: 0.35em;
  text-transform: uppercase;
}

.studio-idea {
  display: grid;
  padding-top: clamp(5rem, 10vw, 9rem);
  padding-bottom: clamp(5rem, 10vw, 9rem);
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.62fr);
  gap: clamp(3rem, 8vw, 8rem);
  border-top: 1px solid rgba(7, 30, 61, 0.15);
}
.studio-idea .eyebrow {
  color: #66758a;
}
.studio-idea h2 {
  max-width: 820px;
  color: var(--dw-navy);
  font-size: clamp(3.2rem, 6vw, 6.2rem);
}
.studio-idea-copy {
  align-self: end;
}
.studio-idea-copy p {
  margin: 0;
  color: #4d5c70;
  font-size: 1.08rem;
}
.studio-idea-copy p + p {
  margin-top: 1.4rem;
}

.studio-method {
  padding: clamp(6rem, 11vw, 10rem) 0;
  background: var(--dw-navy);
  color: var(--dw-white);
}
.studio-method .section-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.66fr);
  gap: clamp(3rem, 8vw, 8rem);
}
.studio-method .eyebrow {
  color: #ff7378;
}
.studio-method h2 {
  max-width: 780px;
  font-size: clamp(3.2rem, 6vw, 6rem);
}
.studio-method-copy > p:not(.eyebrow) {
  max-width: 740px;
  color: rgba(247, 248, 250, 0.7);
  font-size: 1.06rem;
}
.studio-method-list {
  margin: 0;
  padding: 0;
  align-self: end;
  border-top: 1px solid rgba(247, 248, 250, 0.16);
  list-style: none;
}
.studio-method-list li {
  display: grid;
  min-height: 80px;
  padding: 1.1rem 0;
  grid-template-columns: 3rem 1fr;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid rgba(247, 248, 250, 0.16);
}
.studio-method-list span {
  color: #ff7378;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.studio-method-list strong {
  font-size: 1rem;
}

.studio-principles .studio-section-heading.compact {
  margin-bottom: 3rem;
}
.studio-principles .values {
  padding: 0;
}
.studio-principles .values article {
  border: 0;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(7, 30, 61, 0.08);
}
.studio-principles .values h2 {
  color: var(--dw-navy);
  font-family: var(--sans);
  font-weight: 720;
}
.studio-principles .values p {
  color: #58677a;
}

.studio-contact {
  position: relative;
  padding: clamp(6rem, 11vw, 10rem) 0;
  background: var(--dw-navy-deep);
  color: var(--dw-white);
}
.studio-contact::before {
  position: absolute;
  top: 0;
  left: 0;
  width: min(36vw, 520px);
  height: 7px;
  background: var(--dw-red);
  content: "";
}
.studio-contact .eyebrow {
  color: #ff7378;
}
.studio-contact h2 {
  max-width: 860px;
  font-size: clamp(3.8rem, 7vw, 7.4rem);
}
.studio-contact .section-shell > p:not(.eyebrow) {
  max-width: 670px;
  color: rgba(247, 248, 250, 0.7);
  font-size: 1.08rem;
}
.studio-contact .studio-contact-mail {
  margin-top: 1.4rem;
  font-size: 0.86rem;
}
.studio-contact-mail a {
  display: inline-flex;
  min-height: 44px;
  padding-inline: 0.25rem;
  align-items: center;
  color: rgba(247, 248, 250, 0.72);
}

@media (max-width: 1080px) {
  .studio-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .studio-hero-copy {
    max-width: 900px;
  }
  .studio-hero-games {
    max-width: 850px;
  }
  .studio-hero-craft {
    height: 510px;
  }
  .studio-hero-core {
    height: 400px;
  }
}

@media (max-width: 900px) {
  .studio-section-heading,
  .studio-idea,
  .studio-method .section-shell {
    grid-template-columns: 1fr;
  }
  .studio-section-heading > p:last-child {
    grid-column: 1;
    max-width: 720px;
  }
  .studio-game-grid {
    grid-template-columns: 1fr;
  }
  .studio-game-card {
    min-height: 620px;
  }
  .studio-method-list {
    align-self: auto;
  }
}

@media (max-width: 600px) {
  .studio-hero {
    padding-top: 8.5rem;
    padding-bottom: 5rem;
  }
  .studio-hero h1 {
    font-size: clamp(3.7rem, 16.5vw, 5.3rem);
  }
  .studio-hero-actions .button,
  .studio-contact-actions .button {
    width: 100%;
  }
  .studio-hero-games {
    grid-template-columns: 0.82fr 1.18fr;
    gap: 0.65rem;
  }
  .studio-hero-game {
    border-radius: 18px;
  }
  .studio-hero-craft {
    height: 350px;
    transform: translateY(1.4rem);
  }
  .studio-hero-core {
    height: 270px;
  }
  .studio-hero-craft:hover,
  .studio-hero-craft:focus-visible {
    transform: translateY(calc(1.4rem - 3px));
  }
  .studio-hero-game > span {
    right: 0.9rem;
    bottom: 0.9rem;
    left: 0.9rem;
  }
  .studio-hero-game strong {
    font-size: 0.92rem;
  }
  .studio-hero-game small {
    display: none;
  }
  .studio-section-heading h2,
  .studio-idea h2,
  .studio-method h2 {
    font-size: clamp(2.8rem, 12vw, 4.2rem);
  }
  .studio-game-card {
    min-height: 580px;
    border-radius: 24px;
  }
  .studio-game-card h3 {
    font-size: clamp(2.6rem, 10vw, 3.8rem);
  }
  .studio-game-card p {
    font-size: 0.94rem;
  }
  .studio-contact h2 {
    font-size: clamp(3.4rem, 14vw, 5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .studio-hero-game,
  .studio-hero-game img,
  .studio-game-card img {
    transition: none;
  }
}

/* Mobile cinematic foundation
   The product stories keep their full composition on phones and tablets.
   Longer scroll tracks create readable holds between every transition. */
@media (max-width: 1024px) and (orientation: portrait) {
  .showcase-sticky {
    top: 72px;
    height: calc(100svh - 72px);
  }

  .showcase-scene {
    height: 220svh;
  }
  .showcase-hero-scene {
    height: 210svh;
  }
  .showcase-root-scene {
    height: 460svh;
  }
  .showcase-frame-scene {
    height: 420svh;
  }
  .showcase-map-scene {
    height: 540svh;
  }
  .showcase-compare-scene {
    height: 270svh;
  }
  .showcase-collection-scene {
    height: 330svh;
  }
  .showcase-tower-scene {
    height: 390svh;
  }
  .showcase-tree-scene {
    height: 290svh;
  }
  .showcase-story-scene {
    height: 250svh;
  }

  .showcase-captions h2 {
    max-width: 780px;
    font-size: clamp(3.2rem, 8.4vw, 5.8rem);
  }

  .showcase-tower-copy h2,
  .showcase-tree-copy h2,
  .showcase-story-copy h2 {
    font-size: clamp(3.2rem, 8vw, 5.6rem);
  }

  .tower-phases {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .product-page,
  .showcase {
    padding-top: 88px;
  }

  .product-nav > div {
    min-height: 68px;
    padding-block: 0.35rem;
    gap: 0.5rem;
  }

  .product-identity {
    flex: 0 0 auto;
    gap: 0.5rem;
  }

  .product-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .product-identity strong {
    font-size: 0.73rem;
  }
  .product-identity small {
    display: none;
  }

  .product-links {
    min-width: 0;
    max-width: none;
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: clamp(0.45rem, 2.5vw, 0.8rem);
  }

  .product-links a,
  .product-links a:nth-child(2) {
    display: inline-flex;
    min-width: 0;
    min-height: 44px;
    padding-inline: 0.1rem;
    align-items: center;
    justify-content: center;
    font-size: clamp(0.61rem, 2.65vw, 0.7rem);
    white-space: nowrap;
  }

  .showcase-sticky {
    top: 68px;
    height: calc(100svh - 68px);
  }

  .showcase-scene {
    height: 230svh;
  }
  .showcase-hero-scene {
    height: 220svh;
  }
  .showcase-root-scene {
    height: 540svh;
  }
  .showcase-frame-scene {
    height: 440svh;
  }
  .showcase-map-scene {
    height: 580svh;
  }
  .showcase-compare-scene {
    height: 290svh;
  }
  .showcase-collection-scene {
    height: 350svh;
  }
  .showcase-tower-scene {
    height: 440svh;
  }
  .showcase-tree-scene {
    height: 320svh;
  }
  .showcase-story-scene {
    height: 270svh;
  }

  .showcase-hero-copy {
    top: 46%;
    width: calc(100% - 2 * var(--pad));
  }

  .showcase-hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(3.25rem, 14vw, 4.65rem);
    line-height: 0.92;
  }

  .showcase-hero-copy > p:not(.showcase-kicker) {
    max-width: 36rem;
    font-size: clamp(0.94rem, 3.8vw, 1.08rem);
    line-height: 1.55;
  }

  .showcase-hero-action {
    width: min(100%, 300px);
  }

  .showcase-statement {
    min-height: 100svh;
    padding-block: 7rem;
  }

  .showcase-statement p {
    max-width: 8.5ch;
    font-size: clamp(3.25rem, 13.5vw, 4.8rem);
    line-height: 0.94;
  }

  .showcase-captions {
    right: var(--pad);
    bottom: clamp(4.5rem, 8vh, 6.5rem);
    left: var(--pad);
  }

  .showcase-captions article {
    right: 0;
    max-width: none;
  }

  .showcase-captions h2 {
    max-width: 10.5ch;
    margin-top: 0.65rem;
    font-size: clamp(2.35rem, min(10.2vw, 5.4vh), 3.55rem);
    line-height: 0.95;
  }

  .showcase-captions p {
    max-width: 34rem;
    font-size: clamp(0.9rem, 3.65vw, 1.02rem);
    line-height: 1.5;
  }

  .showcase-dots {
    bottom: 2rem;
  }

  .showcase-compare-copy,
  .showcase-collection-copy,
  .showcase-tower-copy {
    top: clamp(2rem, 4.5vh, 3.4rem);
  }

  .showcase-compare-copy h2,
  .showcase-collection-copy h2,
  .showcase-tower-copy h2,
  .showcase-tree-copy h2,
  .showcase-story-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.45rem, min(10.3vw, 5.4vh), 3.7rem);
    line-height: 0.95;
  }

  .showcase-compare-copy p,
  .showcase-collection-copy p,
  .showcase-tower-copy p,
  .showcase-tree-copy p,
  .showcase-story-copy p {
    font-size: clamp(0.88rem, 3.55vw, 1rem);
    line-height: 1.5;
  }

  .showcase-compare-copy p {
    display: block;
  }

  .showcase-compare {
    bottom: 3.5vh;
    width: calc(100% - 2 * var(--pad));
    height: min(57vh, 560px);
  }

  .showcase-collection-copy {
    text-align: left;
  }

  .showcase-object-orbit {
    inset: 36vh 0 3vh;
  }

  .showcase-object-orbit .object-tile {
    width: clamp(86px, 23.5vw, 126px);
  }

  .root-scene-captions {
    top: auto;
    right: var(--pad);
    bottom: clamp(4.5rem, 8vh, 6.5rem);
    left: var(--pad);
    width: auto;
    min-height: 0;
  }

  .root-scene-captions article {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .root-scene-captions h2 {
    max-width: 10.5ch;
    margin: 0.65rem 0 0.8rem;
    font-size: clamp(2.35rem, min(10.2vw, 5.4vh), 3.55rem);
    line-height: 0.95;
  }

  .root-scene-captions p {
    max-width: 34rem;
    font-size: clamp(0.9rem, 3.65vw, 1.02rem);
    line-height: 1.5;
  }

  .showcase-tower-copy p {
    max-width: 36rem;
    margin-inline: 0;
  }

  .showcase-tower-stage {
    inset: 31vh 0 24vh;
  }

  .showcase-tower-stage .tower-tile {
    width: clamp(94px, 25vw, 136px);
  }

  .showcase-tower-stage .tower-tile figcaption {
    bottom: -0.5rem;
    font-size: 0.6rem;
  }

  .tower-phases {
    right: var(--pad);
    bottom: 1.8vh;
    left: var(--pad);
    grid-template-columns: 1fr;
    gap: 0.32rem;
  }

  .tower-phases article {
    min-height: 52px;
    padding: 0.55rem 0.75rem;
    border-radius: 11px;
  }

  .tower-phases strong {
    margin-top: 0.25rem;
    font-size: 0.86rem;
  }

  .tower-phases p {
    display: none;
  }

  .showcase-tree-copy {
    top: clamp(2rem, 4.5vh, 3.4rem);
    right: var(--pad);
    bottom: auto;
    left: var(--pad);
    width: auto;
    transform: translateY(var(--scene-copy-y, 35px));
  }

  .showcase-tree-copy h2 {
    max-width: 12ch;
  }

  .showcase-tree-copy ul {
    margin-top: 1rem;
    padding-top: 0.8rem;
    gap: 0.7rem 1.15rem;
  }

  .showcase-tree-copy li {
    font-size: 0.67rem;
  }

  .showcase-tree-copy li b {
    font-size: 1.45rem;
  }

  .showcase-tree-art {
    top: auto;
    bottom: 2.5vh;
    left: 50%;
    width: min(58vw, 290px);
    transform: translateX(-50%) scale(var(--tree-scale, 0.45));
    transform-origin: center bottom;
  }

  .showcase-story-copy {
    right: var(--pad);
    bottom: clamp(4.5rem, 8vh, 6.5rem);
    left: var(--pad);
  }

  .core-gameplay-proof,
  .core-build-proof {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .core-gameplay-copy h2,
  .core-build-proof-copy h2 {
    max-width: 12ch;
    font-size: clamp(2.55rem, 10.4vw, 3.75rem);
    line-height: 0.96;
  }

  .showcase-loop-heading h2 {
    max-width: 12ch;
    font-size: clamp(2.6rem, 10.4vw, 3.8rem);
    line-height: 0.96;
  }

  .showcase-facts-heading h2,
  .showcase-end h2 {
    max-width: 11ch;
    font-size: clamp(3rem, 11.4vw, 4.35rem);
    line-height: 0.94;
  }

  .showcase-fact-grid article {
    min-height: 210px;
  }
}

@media (max-width: 390px) {
  .product-identity strong {
    font-size: 0.67rem;
  }
  .product-links {
    gap: 0.35rem;
  }
  .product-links a,
  .product-links a:nth-child(2) {
    font-size: 0.58rem;
  }

  .showcase-hero-copy h1,
  .showcase-statement p {
    font-size: clamp(3rem, 13vw, 4rem);
  }

  .showcase-captions h2,
  .root-scene-captions h2,
  .showcase-compare-copy h2,
  .showcase-collection-copy h2,
  .showcase-tower-copy h2,
  .showcase-tree-copy h2,
  .showcase-story-copy h2 {
    font-size: clamp(2.2rem, 9.6vw, 3.1rem);
  }
}

/* Responsive and readability corrections v17 */
.hero-brand-mark,
.showcase-hero-object {
  height: auto;
  object-fit: contain;
}

.hero-brand-mark {
  aspect-ratio: 1;
}

.showcase-hero-object {
  aspect-ratio: 1;
}

.product-links a {
  min-width: 44px;
  min-height: 44px;
  padding-inline: 0.65rem;
  font-size: 0.78rem;
  justify-content: center;
}

.tower-phases p {
  font-size: 0.875rem;
  line-height: 1.5;
}

.showcase-set-showcase > p {
  max-width: 760px;
  color: #aab7b0;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.55;
  text-transform: none;
}

/* Desktop and landscape scenes use the same deliberate pacing as mobile. */
@media (min-width: 1025px), (min-width: 721px) and (orientation: landscape) {
  .showcase-hero-scene {
    height: 225svh;
  }
  .showcase-root-scene {
    height: 500svh;
  }
  .showcase-frame-scene {
    height: 400svh;
  }
  .showcase-map-scene {
    height: 550svh;
  }
  .showcase-tower-scene {
    height: 400svh;
  }
}

/* Tablet portrait: complete cards instead of overlapping previews. */
@media (min-width: 721px) and (max-width: 1024px) and (orientation: portrait) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-content {
    width: min(760px, 100%);
  }

  .hero-games {
    display: grid;
    width: 100%;
    height: 420px;
    margin-top: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    justify-self: stretch;
  }

  .hero-game-preview,
  .hero-craft,
  .hero-core {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    transform: none;
  }

  .hero-game-preview:hover,
  .hero-craft:hover,
  .hero-core:hover {
    transform: translateY(-6px);
  }

  .hero-games .hero-brand-mark {
    top: auto;
    right: -1rem;
    bottom: -3rem;
    width: 150px;
    height: auto;
  }

  .showcase-hero-scene {
    height: 220svh;
  }
  .showcase-root-scene {
    height: 500svh;
  }
  .showcase-map-scene {
    height: 545svh;
  }
  .showcase-tower-scene {
    height: 400svh;
  }
}

/* Phone navigation remains readable without sacrificing all three anchors. */
@media (max-width: 720px) {
  .hero-games {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 260px);
    gap: 1rem;
  }

  .hero-game-preview,
  .hero-craft,
  .hero-core {
    position: relative;
    inset: auto;
    width: 100%;
    height: 260px;
    transform: none;
  }

  .hero-game-preview:hover,
  .hero-craft:hover,
  .hero-core:hover {
    transform: translateY(-4px);
  }

  .hero-games .hero-brand-mark {
    top: 40%;
    right: -0.5rem;
    bottom: auto;
    width: 108px;
    height: auto;
  }

  .product-links {
    gap: 0.25rem;
  }

  .product-links a,
  .product-links a:nth-child(2) {
    min-width: 44px;
    min-height: 44px;
    padding-inline: 0.4rem;
    font-size: 0.78rem;
  }

  .product-core .showcase-hero-object {
    right: -26vw;
    bottom: -3vh;
    width: 92vw;
    height: auto;
  }
}

/* Coregrove asset-led sales story v19 */
.showcase-upgrade-scene {
  height: 480svh;
  background:
    radial-gradient(
      circle at 70% 50%,
      rgba(55, 199, 124, 0.12),
      transparent 34%
    ),
    #030806;
}

.upgrade-scene-heading {
  position: absolute;
  z-index: 4;
  top: clamp(6.5rem, 10vh, 8rem);
  left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  width: min(42vw, 610px);
  opacity: var(--upgrade-heading-opacity, 1);
  transform: translateY(var(--upgrade-heading-y, 0px));
  will-change: opacity, transform;
}

.upgrade-scene-heading > span {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--scene-accent);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.upgrade-scene-heading h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3.5rem, 5.2vw, 6.4rem);
  font-weight: 720;
  letter-spacing: -0.065em;
  line-height: 0.94;
  text-wrap: balance;
}

.upgrade-stage {
  position: absolute;
  z-index: 2;
  top: 12vh;
  right: max(2vw, calc((100vw - var(--max)) / 2));
  bottom: 10vh;
  width: min(58vw, 900px);
}

.upgrade-step {
  position: absolute;
  inset: 0;
  display: grid;
  margin: 0;
  place-items: center;
  opacity: var(--upgrade-opacity, 0);
  transform: translateY(var(--upgrade-y, 24px))
    scale(var(--upgrade-scale, 0.94));
  will-change: opacity, transform;
}

.upgrade-step:first-child {
  --upgrade-opacity: 1;
  --upgrade-scale: 1;
  --upgrade-y: 0px;
}

.upgrade-step figure {
  display: grid;
  width: min(38vw, 520px);
  margin: 0;
  place-items: center;
}

.upgrade-step figure img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 34px 38px rgba(0, 0, 0, 0.72));
}

.upgrade-step figcaption {
  margin-top: -0.4rem;
  color: #c0cdc7;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.upgrade-branch {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.5rem, 2vw, 2rem);
}

.upgrade-branch figure {
  width: min(26vw, 380px);
}

.upgrade-builder {
  position: absolute;
  z-index: 2;
  bottom: 14%;
  left: 5%;
  width: min(11vw, 160px);
  height: auto;
  opacity: 0.88;
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.65));
}

.upgrade-captions {
  position: absolute;
  z-index: 5;
  bottom: 8vh;
  left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  width: min(37vw, 530px);
}

.upgrade-captions article {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: var(--upgrade-caption-opacity, 0);
  transform: translateY(var(--upgrade-caption-y, 24px));
  will-change: opacity, transform;
}

.upgrade-captions article:first-child {
  --upgrade-caption-opacity: 1;
  --upgrade-caption-y: 0px;
}

.upgrade-captions span {
  color: var(--scene-accent);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.upgrade-captions h3 {
  max-width: 12ch;
  margin: 0.65rem 0 0;
  font-size: clamp(2.1rem, 3.2vw, 3.8rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.upgrade-captions p {
  max-width: 470px;
  margin: 0.9rem 0 0;
  color: #a8b6af;
  font-size: clamp(0.94rem, 1.1vw, 1.08rem);
  line-height: 1.6;
}

.showcase-region-map .showcase-frame:first-child img {
  object-fit: contain;
  background: #06161c;
  filter: brightness(0.74) saturate(1.08);
}

.showcase-region-map .showcase-frame:not(:first-child) img {
  filter: brightness(0.56) saturate(1.08);
}

.showcase-story-sequence {
  height: 390svh;
}

.showcase-story-sequence .showcase-frame img {
  object-position: center;
  filter: brightness(0.56) saturate(0.92);
}

.showcase-story-sequence .showcase-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 66%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 58%);
}

.showcase-story-captions h2 {
  max-width: 850px;
}

.tree-tier-rail {
  position: absolute;
  z-index: 4;
  bottom: 4.5vh;
  left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  display: grid;
  width: min(43vw, 650px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.tree-tier-rail figure,
.tree-upgrade-strip figure {
  margin: 0;
}

.tree-tier-rail figure {
  display: grid;
  min-width: 0;
  padding: 0.65rem;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(120, 242, 177, 0.14);
  border-radius: 14px;
  background: rgba(12, 27, 20, 0.82);
  opacity: var(--tier-opacity, 0.5);
  transform: translateY(var(--tier-y, 0px))
    scale(var(--tier-scale, 0.97));
  backdrop-filter: blur(14px);
}

.tree-tier-rail img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.tree-tier-rail figcaption {
  overflow: hidden;
  color: #dce8e2;
  font-size: 0.68rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tree-upgrade-strip {
  display: grid;
  margin-top: 1.25rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.45rem;
}

.tree-upgrade-strip figure {
  display: grid;
  min-width: 0;
  place-items: center;
}

.tree-upgrade-strip img {
  width: min(100%, 64px);
  height: auto;
  filter: drop-shadow(0 12px 14px rgba(0, 0, 0, 0.35));
}

.tree-upgrade-strip figcaption {
  width: 100%;
  margin-top: 0.35rem;
  overflow: hidden;
  color: #9aaba2;
  font-size: 0.58rem;
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .showcase-upgrade-scene {
    height: 500svh;
  }
  .showcase-story-sequence {
    height: 420svh;
  }

  .upgrade-scene-heading {
    top: clamp(2rem, 4.5vh, 3.5rem);
    right: var(--pad);
    left: var(--pad);
    width: auto;
  }

  .upgrade-scene-heading h2 {
    max-width: 11ch;
    font-size: clamp(3rem, 8.6vw, 5.4rem);
  }

  .upgrade-stage {
    top: 25vh;
    right: 2vw;
    bottom: 22vh;
    left: 2vw;
    width: auto;
  }

  .upgrade-step figure {
    width: min(53vw, 450px);
  }
  .upgrade-branch figure {
    width: min(37vw, 320px);
  }
  .upgrade-builder {
    left: 12%;
    width: min(16vw, 140px);
  }

  .upgrade-captions {
    right: var(--pad);
    bottom: clamp(4rem, 7vh, 5.5rem);
    left: var(--pad);
    width: auto;
  }

  .upgrade-captions article {
    right: 0;
  }
  .upgrade-captions h3 {
    max-width: 13ch;
    font-size: clamp(2.15rem, 6.7vw, 3.8rem);
  }
  .upgrade-captions p {
    max-width: 38rem;
  }

  .tree-tier-rail {
    right: var(--pad);
    bottom: 1rem;
    left: var(--pad);
    width: auto;
    gap: 0.35rem;
  }

  .tree-tier-rail figure {
    padding: 0.35rem;
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .tree-tier-rail img {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 720px) {
  .showcase-upgrade-scene {
    height: 520svh;
  }
  .showcase-story-sequence {
    height: 420svh;
  }

  .upgrade-scene-heading h2 {
    max-width: 10.5ch;
    font-size: clamp(2.4rem, min(10.5vw, 5.5vh), 3.55rem);
  }

  .upgrade-stage {
    top: 24vh;
    bottom: 25vh;
  }

  .upgrade-step figure {
    width: min(58vw, 330px);
  }
  .upgrade-branch {
    gap: 0;
  }
  .upgrade-branch figure {
    width: min(43vw, 220px);
  }
  .upgrade-builder {
    bottom: 9%;
    left: 7%;
    width: min(22vw, 108px);
  }

  .upgrade-step figcaption {
    margin-top: -0.2rem;
    font-size: 0.58rem;
  }

  .upgrade-captions {
    bottom: clamp(4.1rem, 7vh, 5.2rem);
  }

  .upgrade-captions h3 {
    max-width: 12ch;
    font-size: clamp(2rem, min(9.3vw, 4.8vh), 3rem);
  }

  .upgrade-captions p {
    margin-top: 0.7rem;
    font-size: clamp(0.86rem, 3.55vw, 0.98rem);
    line-height: 1.48;
  }

  .showcase-story-sequence .showcase-frame::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.83), transparent 74%);
  }

  .showcase-story-sequence .showcase-frame img {
    object-position: center;
  }

  .tree-upgrade-strip {
    margin-top: 0.8rem;
    gap: 0.25rem;
  }

  .tree-upgrade-strip img {
    width: min(100%, 46px);
  }
  .tree-upgrade-strip figcaption {
    display: none;
  }

  .tree-tier-rail figure {
    display: grid;
    min-height: 44px;
    padding: 0.25rem;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .tree-tier-rail figcaption {
    display: none;
  }

  .showcase-tree-art {
    bottom: 4.2rem;
    width: min(46vw, 220px);
  }
}

@media (max-width: 390px), (max-height: 680px) and (max-width: 720px) {
  .upgrade-scene-heading h2 {
    font-size: clamp(2.1rem, 9vw, 2.75rem);
  }
  .upgrade-stage {
    top: 23vh;
    bottom: 27vh;
  }
  .upgrade-captions h3 {
    font-size: clamp(1.8rem, 8.5vw, 2.4rem);
  }
  .upgrade-captions p {
    font-size: 0.83rem;
  }
  .tree-upgrade-strip img {
    width: min(100%, 38px);
  }
  .showcase-tree-copy p {
    font-size: 0.82rem;
  }
  .showcase-tree-art {
    width: min(40vw, 180px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-upgrade-scene,
  .showcase-story-sequence {
    height: auto;
  }

  .showcase-upgrade-scene .showcase-sticky {
    display: grid;
    min-height: auto;
    padding: 6rem var(--pad);
    gap: 2rem;
  }

  .upgrade-scene-heading,
  .upgrade-stage,
  .upgrade-captions,
  .upgrade-step,
  .upgrade-captions article {
    position: relative;
    inset: auto;
    width: auto;
    opacity: 1 !important;
    transform: none !important;
  }

  .upgrade-stage,
  .upgrade-captions {
    display: grid;
    gap: 3rem;
  }

  .upgrade-step {
    min-height: 420px;
  }
  .upgrade-captions article {
    min-height: 0;
  }
  .upgrade-builder {
    display: none;
  }
}

/* Desktop composition and hierarchy v18 */
@media (min-width: 1100px) {
  .studio-page,
  .showcase {
    --max: 1440px;
  }

  .studio-hero {
    min-height: min(900px, 100svh);
    padding-top: clamp(9rem, 14vh, 10.5rem);
    padding-bottom: clamp(4.5rem, 8vh, 6rem);
    grid-template-columns: minmax(0, 1.12fr) minmax(520px, 0.88fr);
    gap: clamp(2.5rem, 4.5vw, 5rem);
  }

  .studio-hero-copy {
    max-width: 780px;
  }

  .studio-hero h1 {
    max-width: 780px;
    font-size: clamp(4.35rem, 5.2vw, 5.85rem);
    line-height: 0.94;
    text-wrap: balance;
  }

  .studio-hero-copy > p:not(.eyebrow) {
    max-width: 650px;
    margin-top: 1.55rem;
    font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  }

  .studio-hero-actions {
    margin-top: 1.75rem;
  }

  .studio-hero-games {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 1.25rem;
  }

  .studio-hero-craft,
  .studio-hero-core {
    height: clamp(390px, 48vh, 500px);
    transform: none;
  }

  .studio-hero-craft:hover,
  .studio-hero-craft:focus-visible,
  .studio-hero-core:hover,
  .studio-hero-core:focus-visible {
    transform: translateY(-5px);
  }
}

@media (min-width: 1100px), (min-width: 900px) and (orientation: landscape) {
  .core-gameplay-proof,
  .core-build-proof {
    min-height: max(720px, calc(100svh - 72px));
    padding-top: clamp(7rem, 10vh, 9rem);
    padding-bottom: clamp(7rem, 10vh, 9rem);
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: clamp(3rem, 5vw, 5.5rem);
  }

  .core-gameplay-copy,
  .core-build-proof-copy {
    max-width: 520px;
  }

  .core-gameplay-copy h2,
  .core-build-proof-copy h2 {
    max-width: 10.5ch;
    margin-top: 0.8rem;
    font-size: clamp(3.4rem, 4.5vw, 5.35rem);
    line-height: 0.96;
    text-wrap: balance;
  }

  .core-gameplay-copy p,
  .core-build-proof-copy p {
    max-width: 500px;
    color: #aab8b1;
    font-size: clamp(1rem, 1.15vw, 1.15rem);
    line-height: 1.65;
  }

  .core-build-proof-copy li {
    color: #dfe9e4;
    font-size: 0.98rem;
  }

  .core-gameplay-frame,
  .core-ui-frame {
    width: 100%;
    min-width: 0;
    justify-self: stretch;
  }

  .showcase-loop {
    padding-top: clamp(7rem, 9vw, 9rem);
    padding-bottom: clamp(7rem, 9vw, 9rem);
  }

  .showcase-loop-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.58fr);
    align-items: end;
    column-gap: clamp(3rem, 7vw, 8rem);
  }

  .showcase-loop-heading > span,
  .showcase-loop-heading h2 {
    grid-column: 1;
  }

  .showcase-loop-heading h2 {
    max-width: 800px;
    margin-bottom: 0;
    font-size: clamp(3.8rem, 5.1vw, 6rem);
    line-height: 0.96;
    text-wrap: balance;
  }

  .showcase-loop-intro {
    grid-column: 2;
    grid-row: 1 / span 2;
    max-width: 470px;
    margin: 0 0 0.35rem;
    color: #65716b;
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.65;
  }

  .product-core .showcase-loop-intro {
    color: #a2b1aa;
  }

  .showcase-loop ol {
    margin-top: clamp(3rem, 5vw, 4.5rem);
  }

  .showcase-loop li {
    min-height: 270px;
    padding: clamp(1.75rem, 2.4vw, 2.4rem);
  }

  .showcase-loop h3 {
    margin-top: 2.25rem;
    font-size: clamp(1.3rem, 1.55vw, 1.6rem);
    line-height: 1.15;
  }

  .showcase-loop li p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .showcase-tower-copy {
    top: clamp(7.25rem, 11vh, 8.5rem);
    width: min(1180px, calc(100% - 2 * var(--pad)));
  }

  .showcase-tower-copy h2 {
    max-width: 1000px;
    margin-inline: auto;
    font-size: clamp(4rem, 5.2vw, 6.25rem);
    line-height: 0.95;
    text-wrap: balance;
  }

  .showcase-tower-copy p {
    max-width: 760px;
    margin-top: 1rem;
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .showcase-tower-stage {
    inset: 41vh 3vw 24vh;
  }

  .showcase-tower-stage .tower-tile {
    width: clamp(180px, 15vw, 250px);
  }

  .showcase-tower-stage .tower-tile figcaption {
    bottom: -0.65rem;
    color: #b6c2bc;
    font-size: 0.72rem;
  }

  .tower-phases article {
    padding: 1.05rem 1.2rem;
  }

  .tower-phases strong {
    font-size: 1.05rem;
  }

  .tower-phases p {
    color: #a7b4ae;
    font-size: 0.88rem;
  }

  .showcase-captions h2,
  .root-scene-captions h2,
  .showcase-compare-copy h2,
  .showcase-collection-copy h2,
  .showcase-story-copy h2,
  .showcase-tree-copy h2 {
    font-size: clamp(3.7rem, 5.1vw, 6.35rem);
    line-height: 0.95;
    text-wrap: balance;
  }

  .showcase-captions p,
  .root-scene-captions p,
  .showcase-story-copy p,
  .showcase-tree-copy p {
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.6;
  }
}

@media (max-width: 899px), (max-width: 1099px) and (orientation: portrait) {
  .showcase-loop-heading h2 {
    margin-bottom: 1rem;
  }

  .showcase-loop-intro {
    max-width: 650px;
    margin: 0 0 3rem;
    color: #65716b;
    font-size: 1rem;
    line-height: 1.6;
  }

  .product-core .showcase-loop-intro {
    color: #a2b1aa;
  }
}

@media (max-width: 390px) {
  .product-identity strong {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .product-links a,
  .product-links a:nth-child(2) {
    font-size: 0.78rem;
  }
}

/* iPhone portrait composition v20
   Each scene reserves separate vertical zones for copy, media and controls. */
@media (max-width: 720px) and (orientation: portrait) {
  .showcase-sticky {
    overflow: hidden;
  }

  .showcase-captions h2,
  .root-scene-captions h2,
  .showcase-story-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.05rem, 8.8vw, 2.85rem);
    line-height: 0.96;
  }

  .showcase-captions p,
  .root-scene-captions p,
  .showcase-story-copy p {
    font-size: clamp(0.82rem, 3.35vw, 0.94rem);
    line-height: 1.48;
  }

  /* Craft Flow: restoration and collection use compact copy above the media. */
  .showcase-compare-scene {
    height: 330svh;
  }

  .showcase-compare-copy {
    top: 2.8vh;
    right: var(--pad);
    left: var(--pad);
    width: auto;
    transform: none;
  }

  .showcase-compare-copy > span,
  .showcase-collection-copy > span {
    margin-bottom: 0.55rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .showcase-compare-copy h2,
  .showcase-collection-copy h2 {
    max-width: 12ch;
    font-size: clamp(2.15rem, 9.1vw, 3rem);
    line-height: 0.96;
  }

  .showcase-compare-copy p,
  .showcase-collection-copy p {
    max-width: 35ch;
    margin-top: 0.65rem;
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .showcase-compare {
    top: auto;
    right: auto;
    bottom: 3vh;
    left: 50%;
    width: min(72vw, 300px);
    height: auto;
    aspect-ratio: 3 / 4;
    border-radius: 20px;
    transform: translateX(-50%) scale(var(--scene-scale, 0.92));
  }

  .showcase-collection-scene {
    height: 380svh;
  }

  .showcase-collection-copy {
    top: 2.8vh;
    right: var(--pad);
    left: var(--pad);
    width: auto;
    text-align: left;
    transform: none;
  }

  .showcase-object-orbit {
    inset: 28vh 0 2.5vh;
  }

  .showcase-object-orbit .object-tile {
    width: clamp(96px, 27vw, 116px);
  }

  .showcase-story-copy {
    right: var(--pad);
    bottom: 5.5vh;
    left: var(--pad);
    width: auto;
  }

  .showcase-story-copy > span {
    margin-bottom: 0.6rem;
    font-size: 0.66rem;
  }

  .showcase-story-media::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.88), transparent 72%);
  }

  /* Coregrove: proof sections are tighter and no longer create dark gaps. */
  .core-gameplay-proof,
  .core-build-proof {
    min-height: auto;
    padding-top: 4.5rem;
    padding-bottom: 4rem;
    gap: 1.6rem;
  }

  .core-build-proof {
    padding-bottom: 2.75rem;
  }

  .core-gameplay-copy h2,
  .core-build-proof-copy h2 {
    max-width: 12ch;
    margin: 0.65rem 0 0.9rem;
    font-size: clamp(2.2rem, 9.4vw, 3.1rem);
    line-height: 0.96;
  }

  .core-gameplay-copy p,
  .core-build-proof-copy p {
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .core-build-proof-copy ul {
    margin-top: 1.2rem;
    gap: 0.45rem;
  }

  .core-build-proof-copy li {
    font-size: 0.8rem;
  }

  .core-gameplay-frame,
  .core-ui-frame {
    width: 100%;
    margin-inline: 0;
    border-radius: 16px;
  }

  /* Tower upgrade: persistent headline, large towers, separate caption zone. */
  .showcase-upgrade-scene {
    height: 540svh;
  }

  .upgrade-scene-heading {
    top: 2.3vh;
    right: var(--pad);
    left: var(--pad);
    width: auto;
    opacity: 1;
    transform: none;
  }

  .upgrade-scene-heading > span {
    margin-bottom: 0.5rem;
    font-size: 0.66rem;
  }

  .upgrade-scene-heading h2 {
    max-width: 11ch;
    font-size: clamp(2.2rem, 9.3vw, 3rem);
    line-height: 0.95;
  }

  .upgrade-stage {
    top: 24vh;
    right: 0;
    bottom: 29vh;
    left: 0;
    width: auto;
  }

  .upgrade-step figure {
    width: min(68vw, 290px);
  }

  .upgrade-branch {
    gap: 0;
  }

  .upgrade-branch figure {
    width: min(46vw, 190px);
  }

  .upgrade-builder {
    bottom: 4%;
    left: 4%;
    width: min(21vw, 92px);
  }

  .upgrade-step figcaption {
    margin-top: -0.15rem;
    font-size: 0.57rem;
  }

  .upgrade-captions {
    right: var(--pad);
    bottom: 4.7vh;
    left: var(--pad);
    width: auto;
  }

  .upgrade-captions article {
    right: 0;
  }

  .upgrade-captions h3 {
    max-width: 12ch;
    margin-top: 0.5rem;
    font-size: clamp(1.95rem, 8.4vw, 2.7rem);
    line-height: 0.98;
  }

  .upgrade-captions p {
    max-width: 36ch;
    margin-top: 0.6rem;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  /* Tower overview: heading, tower stage and phase cards never share a zone. */
  .showcase-tower-scene {
    height: 480svh;
  }

  .showcase-tower-copy {
    top: 2.3vh;
    right: var(--pad);
    left: var(--pad);
    width: auto;
    text-align: left;
    transform: none;
  }

  .showcase-tower-copy > span {
    margin-bottom: 0.5rem;
    font-size: 0.64rem;
  }

  .showcase-tower-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.15rem, 8.9vw, 2.9rem);
    line-height: 0.95;
  }

  .showcase-tower-copy p {
    max-width: 38ch;
    margin-top: 0.55rem;
    font-size: 0.78rem;
    line-height: 1.42;
  }

  .showcase-tower-stage {
    inset: 31vh 0 29vh;
  }

  .showcase-tower-stage .tower-tile {
    width: clamp(96px, 27vw, 116px);
  }

  .showcase-tower-stage .tower-tile figcaption {
    bottom: -0.35rem;
    font-size: 0.54rem;
  }

  .tower-phases {
    right: var(--pad);
    bottom: 1.3vh;
    left: var(--pad);
    grid-template-columns: 1fr;
    gap: 0.28rem;
  }

  .tower-phases article {
    min-height: 44px;
    padding: 0.38rem 0.65rem;
    border-radius: 10px;
  }

  .tower-phases span {
    font-size: 0.52rem;
  }

  .tower-phases strong {
    margin-top: 0.18rem;
    font-size: 0.78rem;
  }

  /* Campaign and story imagery stays readable instead of nearly black. */
  .showcase-region-map .showcase-frame:first-child img {
    filter: brightness(0.84) saturate(1.08);
  }

  .showcase-region-map .showcase-frame:not(:first-child) img {
    filter: brightness(0.72) saturate(1.06);
  }

  .showcase-region-map .showcase-captions h2,
  .showcase-story-captions h2 {
    max-width: 11ch;
    font-size: clamp(2.05rem, 8.7vw, 2.8rem);
  }

  .showcase-region-map .showcase-captions p,
  .showcase-story-captions p {
    max-width: 36ch;
    font-size: 0.82rem;
  }

  .showcase-story-sequence .showcase-frame img {
    filter: brightness(0.66) saturate(0.94);
  }

  /* World Tree: copy, upgrade icons, tree and tier rail occupy four clear bands. */
  .showcase-tree-scene {
    height: 400svh;
  }

  .showcase-tree-copy {
    top: 2.3vh;
    right: var(--pad);
    bottom: auto;
    left: var(--pad);
    z-index: 6;
    width: auto;
    transform: translateY(var(--scene-copy-y, 24px));
  }

  .showcase-tree-copy > span {
    margin-bottom: 0.5rem;
    font-size: 0.64rem;
  }

  .showcase-tree-copy h2 {
    max-width: 12ch;
    font-size: clamp(2.05rem, 8.6vw, 2.75rem);
    line-height: 0.96;
  }

  .showcase-tree-copy p {
    max-width: 38ch;
    margin-top: 0.6rem;
    font-size: 0.78rem;
    line-height: 1.42;
  }

  .tree-upgrade-strip {
    margin-top: 0.65rem;
    gap: 0.18rem;
  }

  .tree-upgrade-strip img {
    width: min(100%, 39px);
  }

  .tree-upgrade-strip figcaption {
    display: none;
  }

  .showcase-tree-copy ul {
    display: grid;
    margin-top: 0.65rem;
    padding-top: 0.55rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.25rem;
  }

  .showcase-tree-copy li {
    min-width: 0;
    font-size: 0.55rem;
    line-height: 1.2;
  }

  .showcase-tree-copy li b {
    font-size: 1.15rem;
  }

  .showcase-tree-art {
    top: 68%;
    bottom: auto;
    left: 50%;
    width: min(50vw, 205px);
    transform: translate(-50%, -50%) scale(var(--tree-scale, 0.45));
    transform-origin: center;
  }

  .tree-tier-rail {
    right: var(--pad);
    bottom: 1vh;
    left: var(--pad);
    width: auto;
    gap: 0.3rem;
  }

  .tree-tier-rail figure {
    display: grid;
    min-height: 42px;
    padding: 0.2rem;
    grid-template-columns: 1fr;
    place-items: center;
    border-radius: 9px;
  }

  .tree-tier-rail img {
    width: 32px;
    height: 32px;
  }

  .tree-tier-rail figcaption {
    display: none;
  }
}

@media (max-width: 430px) and (max-height: 760px) and (orientation: portrait) {
  .showcase-compare-copy h2,
  .showcase-collection-copy h2,
  .showcase-tower-copy h2,
  .showcase-tree-copy h2,
  .upgrade-scene-heading h2 {
    font-size: clamp(1.95rem, 8.3vw, 2.45rem);
  }

  .upgrade-stage {
    top: 25vh;
    bottom: 30vh;
  }

  .showcase-tower-stage {
    inset: 32vh 0 30vh;
  }

  .showcase-tree-art {
    top: 70%;
    width: min(43vw, 175px);
  }

  .tree-upgrade-strip img {
    width: min(100%, 34px);
  }
}

/* V20: Reduced-motion remains a compact, readable static layout. */
@media (prefers-reduced-motion: reduce) {
  .showcase-compare-scene,
  .showcase-collection-scene,
  .showcase-upgrade-scene,
  .showcase-tower-scene,
  .showcase-tree-scene,
  .showcase-story-sequence {
    height: auto;
  }

  .showcase-upgrade-scene .showcase-sticky {
    display: grid;
    min-height: auto;
    padding: 4rem var(--pad);
    gap: 2rem;
  }

  .upgrade-scene-heading,
  .upgrade-stage,
  .upgrade-captions,
  .upgrade-step,
  .upgrade-captions article {
    position: relative;
    inset: auto;
    width: auto;
    opacity: 1 !important;
    transform: none !important;
  }

  .upgrade-stage,
  .upgrade-captions {
    display: grid;
    gap: 2rem;
  }

  .upgrade-step {
    min-height: 360px;
  }
}

/* Stage 4.9.31: the desktop tower handover starts after a short reading beat
   instead of holding the four base towers for another full viewport. */
@media (min-width: 1180px) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .product-core .showcase-tower-scene {
    height: 225svh;
  }
}

/* Damnright Worlds public UI v4.9.34 */
.game-card-copy p strong {
  color: #f7f8fa !important;
  text-shadow: 0 2px 16px rgba(3, 18, 38, 0.55);
}

.approved-audience {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 6rem);
}

.approved-audience h2 {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5.6rem);
  line-height: 0.98;
  text-wrap: balance;
}

.approved-audience p {
  max-width: 42rem;
  margin: 0;
  color: rgba(247, 248, 250, 0.76);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.65;
}

.press-kit-contents {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2.5rem, 6vw, 6rem);
}

.press-kit-contents h2 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(2.8rem, 4.5vw, 5rem);
  line-height: 0.98;
  text-wrap: balance;
}

.press-kit-contents ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0;
  list-style: none;
}

.press-kit-contents li {
  padding: 1rem 0;
  border-top: 1px solid rgba(24, 49, 82, 0.18);
  color: #183152;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
}

.press-game-link {
  display: inline-flex;
  margin: 1rem 0 0 1rem;
  align-items: center;
  gap: 0.4rem;
  color: inherit;
  font-weight: 750;
  text-underline-offset: 0.25em;
}

@media (max-width: 820px) {
  .approved-audience,
  .press-kit-contents {
    grid-template-columns: minmax(0, 1fr);
  }

  .approved-audience {
    align-items: start;
  }

  .press-game-link {
    display: flex;
    margin-left: 0;
  }
}

@media (min-width: 821px) {
  .press-hero {
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
    gap: clamp(2.25rem, 4vw, 4.5rem);
  }

  .press-hero > div,
  .press-heading,
  .press-use > div {
    min-width: 0;
  }

  .press-hero h1 {
    max-width: 10ch;
    font-size: clamp(3.75rem, 5vw, 6rem);
  }

  .press-facts,
  .press-use {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(3rem, 6vw, 6rem);
  }

  .press-heading h2,
  .press-use h2 {
    max-width: 10ch;
    font-size: clamp(3rem, 4.5vw, 5.35rem);
  }

  .press-use {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(3.5rem, 7vw, 8rem);
  }

  .press-use h2 {
    max-width: 13ch;
    font-size: clamp(2.85rem, 3.4vw, 4rem);
    line-height: 0.98;
    text-wrap: balance;
  }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .press-use {
    grid-template-columns: minmax(0, 1fr);
  }
}

.product-chapter-rail {
  --chapter-color: #ffb07a;
  position: fixed;
  z-index: 82;
  top: 50%;
  right: max(1.25rem, env(safe-area-inset-right));
  display: none;
  color: #f7f8fa;
  transform: translateY(-50%);
}

.product-chapter-rail.is-core,
.product-chapter-mobile-progress.is-core {
  --chapter-color: #78f2b1;
}

.product-chapter-rail.is-craft,
.product-chapter-mobile-progress.is-craft {
  --chapter-color: #ffb07a;
}

.product-chapter-list {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.22rem;
  list-style: none;
}

.product-chapter-list::before,
.product-chapter-list::after {
  position: absolute;
  z-index: -1;
  top: 22px;
  right: 7px;
  bottom: 22px;
  width: 1px;
  content: "";
  background: rgba(247, 248, 250, 0.28);
}

.product-chapter-list::after {
  bottom: auto;
  height: calc((100% - 44px) * var(--chapter-progress, 0));
  background: var(--chapter-color);
  box-shadow: 0 0 12px color-mix(in srgb, var(--chapter-color) 55%, transparent);
  transition: height 180ms linear;
}

.product-chapter-link {
  display: flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  color: rgba(247, 248, 250, 0.76);
  text-decoration: none;
}

.product-chapter-label {
  padding: 0.38rem 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(3, 8, 6, 0.82);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.product-chapter-dot {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  border: 1px solid rgba(247, 248, 250, 0.56);
  border-radius: 50%;
  background: rgba(3, 8, 6, 0.92);
  box-shadow: 0 0 0 4px rgba(3, 8, 6, 0.58);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.product-chapter-link:hover .product-chapter-label,
.product-chapter-link:focus-visible .product-chapter-label,
.product-chapter-link[aria-current="location"] .product-chapter-label {
  opacity: 1;
  transform: translateX(0);
}

.product-chapter-link:hover .product-chapter-dot,
.product-chapter-link:focus-visible .product-chapter-dot,
.product-chapter-link[aria-current="location"] .product-chapter-dot {
  border-color: var(--chapter-color);
  background: var(--chapter-color);
  box-shadow: 0 0 0 4px rgba(3, 8, 6, 0.72), 0 0 18px color-mix(in srgb, var(--chapter-color) 58%, transparent);
  transform: scale(1.18);
}

.product-chapter-link:focus-visible {
  border-radius: 999px;
  outline: 2px solid var(--chapter-color);
  outline-offset: 2px;
}

.product-chapter-mobile-progress {
  --chapter-color: #ffb07a;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  overflow: hidden;
  pointer-events: none;
}

.product-chapter-mobile-progress::after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--chapter-color);
  box-shadow: 0 0 12px color-mix(in srgb, var(--chapter-color) 60%, transparent);
  transform: scaleX(var(--chapter-progress, 0));
  transform-origin: left center;
  transition: transform 120ms linear;
}

.product-chapter-mobile-button,
.product-chapter-mobile-menu {
  --chapter-color: #ffb07a;
  display: none;
}

.product-chapter-mobile-button.is-core,
.product-chapter-mobile-menu.is-core {
  --chapter-color: #78f2b1;
}

.product-chapter-mobile-button.is-craft,
.product-chapter-mobile-menu.is-craft {
  --chapter-color: #ffb07a;
}

.product-chapter-mobile-button {
  position: fixed;
  z-index: 84;
  right: max(0.75rem, env(safe-area-inset-right));
  bottom: calc(0.8rem + env(safe-area-inset-bottom));
  min-width: 72px;
  min-height: 48px;
  padding: 0.52rem 0.72rem;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  border: 1px solid color-mix(in srgb, var(--chapter-color) 58%, rgba(255, 255, 255, 0.28));
  border-radius: 999px;
  background: rgba(4, 8, 7, 0.9);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.42), 0 0 20px color-mix(in srgb, var(--chapter-color) 16%, transparent);
  color: #f7f8fa;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 820;
  line-height: 1;
  backdrop-filter: blur(16px);
  cursor: pointer;
}

.product-chapter-mobile-button::before {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--chapter-color);
  box-shadow: 0 0 12px var(--chapter-color);
  content: "";
}

.product-chapter-mobile-button:hover,
.product-chapter-mobile-button:focus-visible,
.product-chapter-mobile-button[aria-expanded="true"] {
  border-color: var(--chapter-color);
  outline: none;
  background: color-mix(in srgb, var(--chapter-color) 14%, rgba(4, 8, 7, 0.94));
}

.product-chapter-mobile-menu {
  position: fixed;
  z-index: 85;
  right: max(0.75rem, env(safe-area-inset-right));
  bottom: calc(4.35rem + env(safe-area-inset-bottom));
  width: min(330px, calc(100vw - 1.5rem));
  max-height: min(66svh, 570px);
  padding: 0.6rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(4, 8, 7, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(20px);
}

.product-chapter-mobile-menu[hidden] {
  display: none !important;
}

.product-chapter-mobile-menu ol {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.2rem;
  list-style: none;
}

.product-chapter-mobile-menu a {
  display: grid;
  min-height: 46px;
  padding: 0.62rem 0.7rem;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  align-items: center;
  border-radius: 13px;
  color: rgba(247, 248, 250, 0.76);
  font-size: 0.78rem;
  font-weight: 720;
  text-decoration: none;
}

.product-chapter-mobile-menu a span:first-child {
  color: var(--chapter-color);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.product-chapter-mobile-menu a:hover,
.product-chapter-mobile-menu a:focus-visible,
.product-chapter-mobile-menu a[aria-current="location"] {
  outline: none;
  background: color-mix(in srgb, var(--chapter-color) 14%, rgba(255, 255, 255, 0.035));
  color: #fff;
}

.showcase .product-links a[aria-current="location"] {
  color: var(--scene-accent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.45rem;
}

.product-chapter-target {
  scroll-margin-top: 5rem;
}

@media (min-width: 1180px) {
  .product-chapter-rail {
    display: block;
  }

  .product-chapter-mobile-progress {
    display: none;
  }
}

@media (max-width: 1179px) {
  .product-chapter-mobile-button,
  .product-chapter-mobile-menu:not([hidden]) {
    display: flex;
  }

  .product-chapter-mobile-menu:not([hidden]) {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-chapter-list::after,
  .product-chapter-label,
  .product-chapter-dot,
  .product-chapter-mobile-progress::after {
    transition: none;
  }
}

/* Stage 4.3: product-page controls, responsive pacing and conversion UX */
.product-ux-actions {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 0.55rem;
}

.product-release-cta,
.product-motion-toggle {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  padding: 0.62rem 0.82rem;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #f7f8fa;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, opacity 160ms ease;
  white-space: nowrap;
}

.product-motion-toggle {
  width: 13.5rem;
}

.product-release-cta {
  border-color: var(--scene-accent);
  background: var(--scene-accent);
  color: #07100b;
}

.product-craft .product-release-cta {
  color: #1a0d08;
}

.product-release-cta:hover,
.product-motion-toggle:hover,
.product-release-cta:focus-visible,
.product-motion-toggle:focus-visible {
  border-color: #fff;
  outline: none;
  background: #fff;
  color: #080808;
}

.product-motion-toggle:disabled {
  cursor: default;
  opacity: 0.7;
}

.product-release-cta.is-near-form {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.product-motion-icon {
  min-width: 1em;
  font-size: 0.82rem;
  text-align: center;
}

.product-hero-facts {
  display: flex;
  max-width: min(100%, 760px);
  margin: 0 0 1.15rem;
  padding: 0;
  flex-wrap: wrap;
  gap: 0.48rem;
  list-style: none;
}

.product-hero-facts li {
  padding: 0.48rem 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(3, 8, 6, 0.48);
  color: rgba(247, 248, 250, 0.92);
  backdrop-filter: blur(10px);
  font-size: clamp(0.65rem, 1.25vw, 0.78rem);
  font-weight: 760;
  letter-spacing: 0.025em;
  line-height: 1.2;
}

.showcase-hero-copy:has(.product-hero-facts) .showcase-badge {
  display: none;
}

.release-success-panel {
  display: none;
  padding: clamp(1.5rem, 5vw, 2.5rem);
  place-items: center;
  gap: 0.8rem;
  border: 1px solid color-mix(in srgb, var(--scene-accent) 48%, transparent);
  border-radius: 22px;
  background: color-mix(in srgb, var(--scene-accent) 10%, rgba(255, 255, 255, 0.035));
  text-align: center;
}

.release-form.is-complete > .release-success-panel {
  display: grid !important;
}

.release-form.is-complete > .release-form-status {
  display: none;
}

.release-success-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: var(--scene-accent);
  color: #07100b;
  font-size: 1.55rem;
  font-weight: 900;
}

.release-success-panel h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 4vw, 2rem);
}

.release-success-panel p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.release-success-panel button {
  min-height: 44px;
  padding: 0.62rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 750;
  cursor: pointer;
}

.release-success-panel button:hover,
.release-success-panel button:focus-visible {
  outline: none;
  background: #fff;
  color: #111;
}

.release-consent {
  min-height: 44px;
}

.release-consent input {
  width: 24px;
  height: 24px;
}

.press-download-meta {
  display: flex;
  margin: 0.8rem 0 0;
  flex-wrap: wrap;
  gap: 0.38rem 0.8rem;
  color: #5d6f86;
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.45;
}

.press-download-meta span + span::before {
  margin-right: 0.8rem;
  content: "·";
  color: #f21f2b;
}

.press-copy-email {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  margin-left: 0.55rem;
  padding: 0.55rem 0.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 760;
  cursor: pointer;
}

.press-copy-email:hover,
.press-copy-email:focus-visible {
  outline: 2px solid #f21f2b;
  outline-offset: 2px;
  background: var(--ink);
  color: #fff;
}

.press-utility-status {
  min-height: 1.5em;
  margin: 0.7rem 0 0;
  color: #405775;
  font-size: 0.82rem;
  font-weight: 650;
}

html.dw-motion-paused *,
html.dw-motion-paused *::before,
html.dw-motion-paused *::after {
  scroll-behavior: auto !important;
  animation-play-state: paused !important;
  transition-duration: 0.001ms !important;
}

/* The motion switch must never alter scene height, sticky positioning or scroll position. */
html.dw-motion-paused .showcase-scene,
html.dw-motion-paused .showcase-sticky,
html.dw-motion-paused .showcase-frame-stack,
html.dw-motion-paused .showcase-captions,
html.dw-motion-paused .showcase-frame,
html.dw-motion-paused .showcase-captions article,
html.dw-motion-paused .upgrade-step,
html.dw-motion-paused .upgrade-captions article {
  animation-play-state: paused !important;
}

.craft-gameplay-section {
  --craft-warm: #ffb07a;
  position: relative;
  z-index: 2;
  width: min(100% - 2 * var(--pad), 1380px);
  margin: clamp(5rem, 10vw, 9rem) auto;
  padding: clamp(1.25rem, 3vw, 2.2rem);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.7fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  border: 1px solid rgba(255, 176, 122, 0.22);
  border-radius: clamp(1.5rem, 3vw, 2.5rem);
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 176, 122, 0.13), transparent 38%),
    linear-gradient(145deg, rgba(35, 22, 16, 0.96), rgba(10, 8, 7, 0.98));
  box-shadow: 0 2.2rem 6rem rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.craft-gameplay-copy {
  min-width: 0;
  padding: clamp(0.5rem, 2vw, 1.4rem);
}

.craft-gameplay-kicker {
  margin: 0 0 1rem;
  color: var(--craft-warm);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.craft-gameplay-copy h2 {
  max-width: 9ch;
  margin: 0;
  color: #f7f8fa;
  font-size: clamp(3.2rem, 6.3vw, 6.7rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.craft-gameplay-intro {
  max-width: 42rem;
  margin: 1.5rem 0 0;
  color: rgba(247, 248, 250, 0.74);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.craft-gameplay-steps {
  margin: clamp(1.6rem, 4vw, 2.8rem) 0 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
  list-style: none;
  counter-reset: craft-step;
}

.craft-gameplay-steps li {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  align-items: start;
  gap: 0.85rem;
  color: rgba(247, 248, 250, 0.78);
  line-height: 1.45;
  counter-increment: craft-step;
}

.craft-gameplay-steps li::before {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 176, 122, 0.46);
  border-radius: 50%;
  color: var(--craft-warm);
  content: counter(craft-step, decimal-leading-zero);
  font-size: 0.68rem;
  font-weight: 850;
}

.craft-gameplay-steps strong {
  display: block;
  margin-bottom: 0.14rem;
  color: #fff;
  font-size: 1rem;
}

.craft-gameplay-demo {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 1rem;
}

.craft-gameplay-phone {
  position: relative;
  width: min(100%, 22rem);
  padding: 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2.8rem;
  background: #080706;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.48);
}

.craft-gameplay-phone::before {
  display: none;
}

.craft-gameplay-video {
  width: 100%;
  aspect-ratio: 512 / 1042;
  display: block;
  border-radius: 2.18rem;
  background: #1b140e;
  object-fit: cover;
}

.craft-gameplay-switcher {
  width: min(100%, 31rem);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.craft-gameplay-switcher button,
.craft-gameplay-replay {
  min-height: 44px;
  padding: 0.65rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(247, 248, 250, 0.76);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 780;
  line-height: 1.15;
  cursor: pointer;
}

.craft-gameplay-switcher button:hover,
.craft-gameplay-switcher button:focus-visible,
.craft-gameplay-switcher button[aria-pressed="true"],
.craft-gameplay-replay:hover,
.craft-gameplay-replay:focus-visible {
  border-color: var(--craft-warm);
  outline: none;
  background: var(--craft-warm);
  color: #1a0d08;
}

.craft-gameplay-replay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
}

.craft-gameplay-note {
  margin: 0;
  color: rgba(247, 248, 250, 0.48);
  font-size: 0.72rem;
  text-align: center;
}

@media (max-width: 1179px) {
  .showcase {
    overflow-x: clip;
  }

  .showcase .product-nav > div {
    width: 100%;
    padding-inline: clamp(0.7rem, 2.6vw, 1.4rem);
    gap: clamp(0.55rem, 1.7vw, 1rem);
  }

  .product-motion-label,
  .product-release-cta .product-release-long {
    display: none;
  }

  .product-motion-toggle {
    width: 44px;
  }

  .product-release-cta::after {
    content: attr(data-short-label);
  }

  .showcase-hero-copy {
    right: var(--pad) !important;
    left: var(--pad) !important;
    width: auto !important;
    max-width: min(760px, calc(100vw - 2 * var(--pad))) !important;
    transform: translateY(calc(-50% + var(--scene-copy-y, 0px))) !important;
  }

  .showcase-sticky {
    top: 72px;
    height: calc(100svh - 72px);
  }

  .showcase-hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(3rem, 8.5vw, 6rem) !important;
    line-height: 0.94 !important;
    overflow-wrap: normal;
    hyphens: auto;
  }

  .showcase-hero-copy > p:not(.showcase-kicker) {
    max-width: min(100%, 620px) !important;
    font-size: clamp(1rem, 2.3vw, 1.2rem) !important;
    line-height: 1.55 !important;
  }

  .showcase-statement p,
  .showcase-loop-heading h2,
  .showcase-captions h2,
  .showcase-compare-copy h2,
  .showcase-collection-copy h2,
  .showcase-story-copy h2,
  .showcase-tower-copy h2,
  .showcase-tree-copy h2,
  .showcase-facts-heading h2,
  .showcase-end h2,
  .upgrade-scene-heading h2 {
    max-width: min(100%, 16ch) !important;
    font-size: clamp(2.65rem, 7.2vw, 5.1rem) !important;
    line-height: 0.98 !important;
    overflow-wrap: normal;
    hyphens: auto;
  }

  .showcase-scene {
    height: 210svh;
  }

  .showcase-root-scene {
    height: 430svh;
  }

  .showcase-frame-scene {
    height: 390svh;
  }

  .showcase-map-scene {
    height: 500svh;
  }

  .showcase-compare-scene {
    height: 250svh;
  }

  .showcase-collection-scene {
    height: 300svh;
  }

  .showcase-tower-scene,
  .showcase-upgrade-scene {
    height: 360svh;
  }
}

@media (max-width: 820px) {
  .showcase .product-nav > div {
    display: flex;
    min-height: 96px;
    padding-block: 0.4rem;
    flex-wrap: wrap;
  }

  .product-identity {
    order: 1;
  }

  .product-ux-actions {
    order: 2;
  }

  .product-links {
    order: 3;
    width: 100%;
    flex: 0 0 100%;
    min-height: 34px;
    justify-content: center;
  }

  .product-release-cta,
  .product-motion-toggle {
    min-height: 40px;
    padding: 0.52rem 0.68rem;
  }

  .showcase-sticky {
    top: 96px !important;
    height: calc(100svh - 96px) !important;
  }

  .showcase-hero-copy {
    top: auto !important;
    bottom: clamp(2rem, 7vh, 4rem) !important;
    transform: translateY(var(--scene-copy-y, 0px)) !important;
  }

  .showcase-hero-copy h1 {
    font-size: clamp(2.8rem, 12vw, 4.5rem) !important;
  }

  .product-hero-facts {
    margin-bottom: 0.8rem;
    gap: 0.35rem;
  }

  .product-hero-facts li {
    padding: 0.38rem 0.52rem;
    font-size: 0.62rem;
  }

  .showcase-statement p,
  .showcase-loop-heading h2,
  .showcase-captions h2,
  .showcase-compare-copy h2,
  .showcase-collection-copy h2,
  .showcase-story-copy h2,
  .showcase-tower-copy h2,
  .showcase-tree-copy h2,
  .showcase-facts-heading h2,
  .showcase-end h2,
  .upgrade-scene-heading h2 {
    font-size: clamp(2.35rem, 10.8vw, 3.8rem) !important;
  }

  .showcase-statement {
    min-height: 82svh;
    padding-block: 4.75rem;
  }

  .showcase-scene {
    height: 180svh;
  }

  .showcase-hero-scene {
    height: 185svh;
  }

  .showcase-root-scene {
    height: 365svh;
  }

  .showcase-frame-scene {
    height: 330svh;
  }

  .showcase-map-scene {
    height: 425svh;
  }

  .showcase-compare-scene {
    height: 215svh;
  }

  .showcase-collection-scene {
    height: 255svh;
  }

  .showcase-tower-scene {
    height: 305svh;
  }

  .showcase-upgrade-scene {
    height: 320svh;
  }

  .showcase-tree-scene {
    height: 340svh;
  }

  .showcase-story-scene,
  .showcase-story-sequence {
    height: 215svh;
  }

  .product-core .showcase-captions p,
  .product-core .root-scene-captions p,
  .product-core .showcase-story-copy p,
  .product-core .showcase-tree-copy p,
  .product-core .showcase-tree-copy li {
    color: rgba(247, 248, 250, 0.86) !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85);
  }

  .press-copy-email {
    margin: 0.65rem 0 0;
  }

  .craft-gameplay-section {
    width: min(100% - 1.25rem, 46rem);
    margin-block: 4.5rem;
    padding: 1rem;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.2rem;
  }

  .craft-gameplay-copy h2 {
    font-size: clamp(3rem, 14vw, 5.4rem);
  }

  .craft-gameplay-phone {
    width: min(100%, 20rem);
  }
}

@media (max-width: 430px) {
  .product-chapter-mobile-button {
    min-width: 68px;
    min-height: 46px;
  }

  .product-identity strong {
    max-width: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-links {
    gap: 0.7rem;
  }

  .product-links a {
    min-height: 34px;
    font-size: 0.66rem !important;
  }

  .showcase-hero-copy > p:not(.showcase-kicker) {
    font-size: 0.96rem !important;
  }

  .craft-gameplay-switcher {
    grid-template-columns: 1fr;
  }
}

/* Stage 4.5.1: Coregrove iPhone portrait composition.
   Each animated scene has a dedicated headline, artwork and caption zone. */
@media (max-width: 720px) and (orientation: portrait) {
  .showcase .product-nav > div {
    align-content: center;
  }

  .showcase .product-links {
    width: 100%;
    min-height: 36px;
    gap: clamp(0.3rem, 2vw, 0.7rem);
  }

  .showcase .product-links a {
    min-height: 34px;
    padding-inline: 0.12rem;
    font-size: clamp(0.6rem, 2.75vw, 0.7rem) !important;
  }

  .product-chapter-mobile-button {
    position: static;
    z-index: auto;
    min-width: 52px;
    min-height: 34px;
    padding: 0.38rem 0.48rem;
    flex: 0 0 auto;
    border-color: color-mix(in srgb, var(--chapter-color) 48%, rgba(255, 255, 255, 0.22));
    border-radius: 999px;
    box-shadow: none;
    font-size: 0.62rem;
    backdrop-filter: none;
  }

  .product-chapter-mobile-button::before {
    width: 6px;
    height: 6px;
    flex-basis: 6px;
  }

  .product-chapter-mobile-menu {
    top: var(--mobile-menu-top, 104px);
    right: max(0.65rem, env(safe-area-inset-right));
    bottom: auto;
    width: min(330px, calc(100vw - 1.3rem));
    max-height: min(62svh, 520px);
  }

  .product-core .showcase-upgrade-scene {
    height: 380svh;
    margin-bottom: 10svh;
  }

  .product-core .showcase-upgrade-scene .showcase-sticky {
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 48%, rgba(42, 201, 119, 0.12), transparent 34%),
      #030806;
  }

  .product-core .upgrade-scene-heading {
    top: clamp(0.85rem, 2.2vh, 1.35rem);
    right: var(--pad);
    left: var(--pad);
    width: auto;
    opacity: 1;
    transform: none;
  }

  .product-core .upgrade-scene-heading > span {
    margin-bottom: 0.4rem;
    font-size: clamp(0.57rem, 2.45vw, 0.66rem);
  }

  .product-core .upgrade-scene-heading h2 {
    max-width: 13ch !important;
    font-size: clamp(1.9rem, 8.2vw, 2.45rem) !important;
    line-height: 0.96 !important;
  }

  .product-core .upgrade-stage {
    top: 24%;
    right: 0;
    bottom: 31%;
    left: 0;
    width: auto;
  }

  .product-core .upgrade-step {
    overflow: visible;
  }

  .product-core .upgrade-step figure {
    width: min(55vw, 224px);
  }

  .product-core .upgrade-branch {
    padding-inline: 0.65rem;
    gap: 0.2rem;
  }

  .product-core .upgrade-branch figure {
    width: min(43vw, 176px);
  }

  .product-core .upgrade-builder {
    display: none;
  }

  .product-core .upgrade-step figcaption {
    margin-top: -0.05rem;
    font-size: 0.52rem;
    letter-spacing: 0.1em;
  }

  .product-core .upgrade-captions {
    right: var(--pad);
    bottom: clamp(0.9rem, 2.2vh, 1.4rem);
    left: var(--pad);
    width: auto;
    min-height: 24%;
    padding: 0.8rem 0.85rem;
    border: 1px solid rgba(120, 242, 177, 0.12);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(7, 19, 14, 0.96), rgba(3, 8, 6, 0.96));
    box-shadow: 0 -16px 38px rgba(0, 0, 0, 0.26);
  }

  .product-core .upgrade-captions article {
    right: 0;
    bottom: auto;
    top: 50%;
    transform: translateY(calc(-50% + var(--upgrade-caption-y, 24px)));
  }

  .product-core .upgrade-captions span {
    font-size: 0.57rem;
  }

  .product-core .upgrade-captions h3 {
    max-width: 17ch;
    margin-top: 0.38rem;
    font-size: clamp(1.45rem, 6.6vw, 1.9rem);
    line-height: 1;
  }

  .product-core .upgrade-captions p {
    max-width: 40ch;
    margin-top: 0.5rem;
    font-size: clamp(0.72rem, 3.2vw, 0.84rem);
    line-height: 1.42;
  }

  .product-core .showcase-upgrade-scene + .showcase-tower-scene {
    margin-top: 0;
  }

  .product-core .showcase-tower-scene {
    height: 265svh;
  }

  .product-core .showcase-tower-scene .showcase-sticky {
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 58%, rgba(45, 212, 124, 0.11), transparent 35%),
      #030806;
  }

  .product-core .showcase-tower-copy {
    z-index: 7;
    inset: 0;
    width: auto;
    text-align: left;
    transform: none;
    pointer-events: none;
  }

  .product-core .showcase-tower-copy > span,
  .product-core .showcase-tower-copy h2 {
    position: absolute;
    right: var(--pad);
    left: var(--pad);
    opacity: var(--tower-intro-opacity, 1);
    transform: translateY(var(--tower-intro-y, 0px));
  }

  .product-core .showcase-tower-copy > span {
    top: clamp(0.85rem, 2.2vh, 1.35rem);
    margin: 0;
    font-size: clamp(0.57rem, 2.45vw, 0.66rem);
  }

  .product-core .showcase-tower-copy h2 {
    top: clamp(2.35rem, 6.2vh, 3.2rem);
    max-width: 12ch !important;
    font-size: clamp(2rem, 8.5vw, 2.55rem) !important;
    line-height: 0.96 !important;
  }

  .product-core .showcase-tower-copy p {
    position: absolute;
    right: var(--pad);
    bottom: clamp(0.8rem, 2vh, 1.2rem);
    left: var(--pad);
    max-width: 34ch;
    margin: 0 auto;
    color: rgba(247, 248, 250, 0.78);
    font-size: clamp(0.72rem, 3.2vw, 0.84rem);
    line-height: 1.4;
    text-align: center;
    opacity: var(--tower-final-opacity, 0);
    transform: translateY(var(--tower-final-y, 12px));
  }

  .product-core .showcase-tower-stage {
    inset: 24% 0 17%;
  }

  .product-core .showcase-tower-stage .tower-tile {
    width: clamp(96px, 30vw, 122px);
    opacity: var(--tower-opacity, 0) !important;
    transform: translate(var(--tower-x, 0px), var(--tower-y, 0px))
      scale(var(--tower-scale, 0.9)) !important;
  }

  .product-core .showcase-tower-stage .tower-tile:nth-child(n + 5) {
    width: clamp(98px, 29vw, 118px);
  }

  .product-core .showcase-tower-stage .tower-tile figcaption {
    bottom: -0.38rem;
    max-width: 100%;
    font-size: clamp(0.42rem, 1.9vw, 0.52rem);
    letter-spacing: 0.08em;
    text-align: center;
  }

  .product-core .tower-phases {
    z-index: 8;
    inset: 0;
    display: block;
    width: auto;
    pointer-events: none;
  }

  .product-core .tower-phases article {
    position: absolute;
    right: var(--pad);
    bottom: clamp(4.15rem, 10vh, 5.3rem);
    left: var(--pad);
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center;
    transform: translateY(0);
  }

  .product-core .tower-phases article:first-child {
    opacity: var(--tower-base-label-opacity, 0);
  }

  .product-core .tower-phases article:nth-child(2) {
    opacity: var(--tower-fusion-label-opacity, 0);
  }

  .product-core .tower-phases article:nth-child(3) {
    display: none;
  }

  .product-core .tower-phases span {
    color: var(--scene-accent);
    font-size: 0.55rem;
  }

  .product-core .tower-phases strong {
    margin-top: 0.2rem;
    color: rgba(247, 248, 250, 0.9);
    font-size: 0.82rem;
  }

  .product-core .tower-phases p {
    display: none;
  }

  .product-core .showcase-tree-scene {
    height: 210svh;
  }

  .product-core .showcase-tree-scene .showcase-sticky {
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 61%, rgba(27, 197, 106, 0.16), transparent 31%),
      #030806;
  }

  .product-core .showcase-tree-copy {
    z-index: 7;
    top: clamp(0.85rem, 2.2vh, 1.35rem);
    right: var(--pad);
    bottom: auto;
    left: var(--pad);
    width: auto;
    opacity: var(--tree-copy-opacity, 1);
    transform: translateY(var(--tree-copy-y, 0px));
  }

  .product-core .showcase-tree-copy > span {
    margin-bottom: 0.4rem;
    font-size: clamp(0.57rem, 2.45vw, 0.66rem);
  }

  .product-core .showcase-tree-copy h2 {
    max-width: 15ch !important;
    font-size: clamp(1.75rem, 7.65vw, 2.25rem) !important;
    line-height: 0.98 !important;
  }

  .product-core .showcase-tree-copy p {
    max-width: 39ch;
    margin-top: 0.48rem;
    font-size: clamp(0.72rem, 3.2vw, 0.84rem);
    line-height: 1.4;
  }

  .product-core .tree-upgrade-strip {
    display: none;
  }

  .product-core .showcase-tree-copy ul {
    display: grid;
    margin-top: 0.62rem;
    padding-top: 0.52rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.2rem;
  }

  .product-core .showcase-tree-copy li {
    min-width: 0;
    font-size: 0.54rem;
    line-height: 1.18;
  }

  .product-core .showcase-tree-copy li b {
    font-size: clamp(0.95rem, 4.7vw, 1.22rem);
  }

  .product-core .showcase-tree-art {
    top: var(--tree-art-top, 68%);
    bottom: auto;
    left: 50%;
    width: min(42vw, 172px);
    height: auto;
    opacity: var(--tree-opacity, 0);
    transform: translate(-50%, -50%) translateY(var(--tree-art-y, 28px)) scale(var(--tree-scale, 0.72)) !important;
    transform-origin: center;
  }

  .product-core .showcase-tree-art img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .product-core .tree-tier-rail {
    z-index: 8;
    right: var(--pad);
    bottom: clamp(0.7rem, 1.8vh, 1.1rem);
    left: var(--pad);
    width: auto;
    gap: 0.32rem;
    opacity: var(--tree-rail-opacity, 0);
    transform: translateY(var(--tree-rail-y, 14px));
  }

  .product-core .tree-tier-rail figure {
    min-height: 50px;
    padding: 0.28rem;
    border-radius: 10px;
    background: rgba(7, 22, 15, 0.94);
    opacity: var(--tier-opacity, 0.36);
    transform: translateY(var(--tier-y, 0px))
      scale(var(--tier-scale, 0.94));
    transition: border-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease, transform 160ms ease;
  }

  .product-core .tree-tier-rail figure.is-complete {
    opacity: 0.72;
  }

  .product-core .tree-tier-rail figure.is-active {
    border-color: rgba(120, 242, 177, 0.82);
    box-shadow: 0 0 24px rgba(78, 225, 145, 0.2);
  }

  .product-core .tree-tier-rail img {
    width: 38px;
    height: 38px;
    object-fit: contain;
  }

  .product-core .tree-tier-rail figcaption {
    display: block;
    margin-top: 0.12rem;
    color: rgba(247, 248, 250, 0.72);
    font-size: 0.5rem;
    line-height: 1;
    text-align: center;
  }
}

@media (max-width: 720px) and (orientation: portrait) and (prefers-reduced-motion: reduce) {
  .product-core .showcase-tower-scene,
  .product-core .showcase-tree-scene {
    height: auto;
  }

  .product-core .showcase-tower-scene .showcase-sticky,
  .product-core .showcase-tree-scene .showcase-sticky {
    display: grid;
    min-height: auto;
    padding: 2.5rem var(--pad);
    gap: 2rem;
  }

  .product-core .showcase-tower-copy,
  .product-core .showcase-tower-stage,
  .product-core .tower-phases,
  .product-core .showcase-tree-copy,
  .product-core .showcase-tree-art,
  .product-core .tree-tier-rail {
    position: relative;
    inset: auto;
    width: auto;
    opacity: 1;
    transform: none;
  }

  .product-core .showcase-tower-stage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 0.5rem;
  }

  .product-core .showcase-tower-stage .tower-tile {
    position: relative;
    width: min(100%, 132px);
    margin-inline: auto;
    opacity: 1;
    transform: none;
  }

  .product-core .tower-phases {
    display: grid;
  }

  .product-core .showcase-tree-art {
    max-width: 220px;
    margin-inline: auto;
    opacity: 1;
    transform: none !important;
  }

  .product-core .tree-tier-rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-core .tree-tier-rail figure {
    opacity: 1;
    transform: none;
  }
}

/* Stage 4.9.2: compact landscape composition.
   Short laptop, tablet and split-window layouts keep copy, artwork and facts
   in separate zones while retaining the scroll-linked scenes. */
@media (min-width: 721px) and (max-width: 1179px) and (orientation: landscape),
  (min-width: 1180px) and (max-height: 820px) {
  .showcase-sticky {
    overflow: hidden;
  }

  .showcase-hero-copy h1 {
    max-width: 13ch !important;
    margin-inline: auto;
    font-size: clamp(2.8rem, min(5.4vw, 9vh), 4.5rem) !important;
  }

  .showcase-hero-copy > p:not(.showcase-kicker) {
    max-width: 58ch !important;
    margin-top: 0.85rem;
    padding: 0.6rem 0.8rem;
    border-radius: 14px;
    background: rgba(2, 8, 6, 0.46);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(8px);
  }

  .showcase-captions h2,
  .root-scene-captions h2,
  .showcase-story-copy h2,
  .showcase-compare-copy h2,
  .showcase-collection-copy h2,
  .showcase-tower-copy h2,
  .showcase-tree-copy h2,
  .upgrade-scene-heading h2 {
    font-size: clamp(2.45rem, min(4.8vw, 8.2vh), 4.15rem) !important;
    line-height: 0.96 !important;
  }

  .showcase-captions article,
  .root-scene-captions article {
    max-width: min(58vw, 720px);
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.3) 72%, transparent);
  }

  .showcase-captions p,
  .root-scene-captions p,
  .showcase-story-copy p {
    max-width: 54ch;
    font-size: 0.9rem;
    line-height: 1.48;
  }

  .showcase-collection-copy {
    top: clamp(1rem, 2.8vh, 1.7rem);
    width: min(900px, calc(100% - 2 * var(--pad)));
  }

  .showcase-collection-copy h2 {
    max-width: 17ch !important;
    margin-inline: auto;
  }

  .showcase-collection-copy p {
    max-width: 58ch;
    margin-top: 0.55rem;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .showcase-object-orbit {
    inset: 42% 0 2%;
  }

  .showcase-object-orbit .object-tile {
    width: clamp(88px, min(11vw, 18vh), 118px);
  }

  .showcase-compare-copy {
    left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
    width: min(43vw, 520px);
  }

  .showcase-compare-copy h2 {
    max-width: 12ch !important;
  }

  .showcase-compare-copy p {
    max-width: 42ch;
    font-size: 0.88rem;
    line-height: 1.48;
  }

  .showcase-compare {
    right: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
    width: auto;
    height: min(76%, 440px);
  }

  .product-core .upgrade-scene-heading {
    top: clamp(1rem, 2.8vh, 1.7rem);
    width: min(39vw, 470px);
  }

  .product-core .upgrade-scene-heading h2 {
    max-width: 11ch !important;
  }

  .product-core .upgrade-stage {
    top: 7%;
    right: max(1vw, calc((100vw - var(--max)) / 2));
    bottom: 7%;
    width: min(56vw, 720px);
  }

  .product-core .upgrade-step figure {
    width: min(29vw, 290px);
  }

  .product-core .upgrade-branch figure {
    width: min(21vw, 220px);
  }

  .product-core .upgrade-builder {
    width: min(8vw, 90px);
  }

  .product-core .upgrade-captions {
    bottom: clamp(1rem, 2.8vh, 1.7rem);
    width: min(39vw, 470px);
  }

  .product-core .upgrade-captions h3 {
    max-width: 15ch;
    font-size: clamp(1.7rem, min(2.7vw, 5.4vh), 2.45rem);
  }

  .product-core .upgrade-captions p {
    margin-top: 0.55rem;
    font-size: 0.82rem;
    line-height: 1.42;
  }

  .product-core .showcase-tower-copy {
    top: clamp(0.9rem, 2.5vh, 1.5rem);
    width: min(1050px, calc(100% - 2 * var(--pad)));
  }

  .product-core .showcase-tower-copy h2 {
    max-width: 20ch !important;
    margin-inline: auto;
  }

  .product-core .showcase-tower-copy p {
    max-width: 74ch;
    margin-top: 0.55rem;
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .product-core .showcase-tower-stage {
    inset: 40% 2vw 25%;
  }

  .product-core .showcase-tower-stage .tower-tile {
    width: clamp(118px, min(14vw, 27vh), 176px);
  }

  .product-core .showcase-tower-stage .tower-tile figcaption {
    bottom: -0.45rem;
    font-size: 0.58rem;
  }

  .product-core .tower-phases {
    right: var(--pad);
    bottom: clamp(0.6rem, 1.5vh, 0.9rem);
    left: var(--pad);
    gap: 0.5rem;
  }

  .product-core .tower-phases article {
    min-height: 0;
    padding: 0.58rem 0.72rem;
    border-radius: 12px;
  }

  .product-core .tower-phases span {
    font-size: 0.52rem;
  }

  .product-core .tower-phases strong {
    margin-top: 0.2rem;
    font-size: 0.82rem;
  }

  .product-core .tower-phases p {
    margin-top: 0.28rem;
    font-size: 0.68rem;
    line-height: 1.32;
  }

  .product-core .showcase-tree-copy {
    top: clamp(1rem, 2.8vh, 1.7rem);
    right: var(--pad);
    width: min(52vw, 600px);
    transform: translateY(var(--scene-copy-y, 24px));
  }

  .product-core .showcase-tree-copy h2 {
    max-width: 15ch !important;
  }

  .product-core .showcase-tree-copy p {
    margin-top: 0.55rem;
    font-size: 0.82rem;
    line-height: 1.42;
  }

  .product-core .tree-upgrade-strip {
    margin-top: 0.55rem;
    gap: 0.25rem;
  }

  .product-core .tree-upgrade-strip img {
    width: min(100%, 38px);
  }

  .product-core .tree-upgrade-strip figcaption {
    display: none;
  }

  .product-core .showcase-tree-copy ul {
    margin-top: 0.55rem;
    padding-top: 0.5rem;
    gap: 0.7rem;
  }

  .product-core .showcase-tree-copy li {
    font-size: 0.62rem;
    line-height: 1.25;
  }

  .product-core .showcase-tree-copy li b {
    font-size: 1.25rem;
  }

  .product-core .showcase-tree-art {
    top: 48%;
    left: 23%;
    width: min(32vw, 270px);
  }

  .product-core .tree-tier-rail {
    right: var(--pad);
    bottom: clamp(0.55rem, 1.4vh, 0.85rem);
    left: var(--pad);
    width: auto;
    gap: 0.4rem;
  }

  .product-core .tree-tier-rail figure {
    min-height: 44px;
    padding: 0.3rem 0.45rem;
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .product-core .tree-tier-rail img {
    width: 32px;
    height: 32px;
  }

  .product-core .tree-tier-rail figcaption {
    font-size: 0.6rem;
  }

  .product-chapter-rail {
    right: max(0.45rem, env(safe-area-inset-right));
    transform: translateY(-50%) scale(0.88);
    transform-origin: right center;
  }

  .product-chapter-link[aria-current="location"] .product-chapter-label {
    opacity: 0;
    pointer-events: none;
    transform: translateX(8px);
  }

  .product-chapter-link:hover .product-chapter-label,
  .product-chapter-link:focus-visible .product-chapter-label {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Stage 4.9.9: dedicated iPad portrait composition.
   iPad portrait must not fall between the phone and desktop layouts. Copy,
   artwork and progress cards keep their own zones while every scroll-linked
   reveal, crossfade and scale transition remains active. */
@media (min-width: 721px) and (max-width: 1024px) and (orientation: portrait) {
  .showcase .product-nav > div {
    min-height: 104px;
    padding-block: 0.4rem;
    align-content: center;
    flex-wrap: wrap;
  }

  .showcase .product-identity {
    order: 1;
  }

  .showcase .product-ux-actions {
    order: 2;
  }

  .showcase .product-links {
    order: 3;
    width: 100%;
    min-height: 36px;
    flex: 0 0 100%;
    justify-content: center;
  }

  .showcase .product-links a,
  .showcase .product-release-cta,
  .showcase .product-motion-toggle {
    min-height: 44px;
  }

  .showcase-sticky {
    top: 104px !important;
    height: calc(100svh - 104px) !important;
    overflow: hidden;
  }

  .showcase-hero-scene {
    height: 190svh;
  }

  .showcase-root-scene {
    height: 370svh;
  }

  .showcase-frame-scene {
    height: 330svh;
  }

  .showcase-map-scene {
    height: 425svh;
  }

  .showcase-compare-scene {
    height: 215svh;
  }

  .showcase-collection-scene {
    height: 255svh;
  }

  .showcase-tower-scene {
    height: 305svh;
  }

  .showcase-upgrade-scene {
    height: 320svh;
  }

  .showcase-tree-scene {
    height: 300svh;
  }

  .showcase-story-scene,
  .showcase-story-sequence {
    height: 205svh;
  }

  .showcase-hero-copy {
    right: clamp(2rem, 7vw, 4rem) !important;
    left: clamp(2rem, 7vw, 4rem) !important;
    max-width: none !important;
  }

  .showcase-hero-copy h1 {
    max-width: 12ch !important;
    margin-inline: auto;
    font-size: clamp(4rem, 8.2vw, 5.4rem) !important;
  }

  .showcase-hero-copy > p:not(.showcase-kicker) {
    max-width: 58ch !important;
    font-size: clamp(1rem, 2vw, 1.14rem) !important;
    line-height: 1.52 !important;
  }

  .showcase-statement {
    min-height: 88svh;
    padding-block: clamp(5rem, 11vw, 7rem);
  }

  .showcase-statement p,
  .showcase-loop-heading h2,
  .showcase-captions h2,
  .root-scene-captions h2,
  .showcase-story-copy h2,
  .showcase-compare-copy h2,
  .showcase-collection-copy h2,
  .showcase-tower-copy h2,
  .showcase-tree-copy h2,
  .upgrade-scene-heading h2 {
    font-size: clamp(3.2rem, 7.1vw, 4.55rem) !important;
    line-height: 0.97 !important;
  }

  .showcase-loop {
    padding-block: clamp(5rem, 11vw, 7rem);
  }

  .showcase-loop-heading h2 {
    max-width: 14ch !important;
    margin-bottom: 2.5rem;
  }

  .showcase-loop ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-loop li {
    padding: clamp(1.5rem, 4vw, 2.25rem);
  }

  .showcase-loop h3 {
    margin-top: 1.8rem;
  }

  .showcase-captions,
  .root-scene-captions {
    right: auto;
    bottom: clamp(2rem, 6vh, 4rem);
    left: clamp(2rem, 6vw, 4rem);
    width: min(68vw, 620px);
  }

  .showcase-captions article,
  .root-scene-captions article {
    max-width: 100%;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.52));
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(10px);
  }

  .showcase-captions p,
  .root-scene-captions p,
  .showcase-story-copy p,
  .showcase-compare-copy p,
  .showcase-collection-copy p {
    font-size: clamp(0.92rem, 1.8vw, 1.05rem);
    line-height: 1.5;
  }

  .product-craft + .craft-gameplay-section,
  .product-craft .craft-gameplay-section,
  .craft-gameplay-section {
    width: min(calc(100% - 2.5rem), 940px);
    margin-block: clamp(4.5rem, 9vw, 6.5rem);
    padding: clamp(1.2rem, 3vw, 1.8rem);
    grid-template-columns: minmax(0, 1fr) minmax(255px, 0.7fr);
    gap: clamp(1.5rem, 4vw, 3rem);
  }

  .craft-gameplay-copy {
    padding: 0.5rem;
  }

  .craft-gameplay-copy h2 {
    max-width: 9ch;
    font-size: clamp(3.4rem, 7.5vw, 4.8rem);
  }

  .craft-gameplay-intro {
    margin-top: 1rem;
    font-size: 0.98rem;
    line-height: 1.52;
  }

  .craft-gameplay-steps {
    margin-top: 1.35rem;
    gap: 0.65rem;
  }

  .craft-gameplay-phone {
    width: min(100%, 17.5rem);
  }

  .craft-gameplay-switcher {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-craft .showcase-story-copy {
    top: 50%;
    left: clamp(2rem, 6vw, 4rem);
    width: min(48vw, 460px);
    padding: 1.2rem 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: rgba(9, 7, 6, 0.76);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
  }

  .product-craft .showcase-compare-copy {
    top: 50%;
    left: clamp(2rem, 5vw, 3.5rem);
    width: min(42vw, 390px);
    padding: 1.1rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: rgba(9, 7, 6, 0.82);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.28);
  }

  .product-craft .showcase-compare-copy h2 {
    max-width: 10ch !important;
  }

  .product-craft .showcase-compare {
    right: clamp(2rem, 5vw, 3.5rem);
    width: min(43vw, 410px);
    max-height: 74%;
  }

  .product-craft .showcase-collection-copy {
    top: clamp(2rem, 5vh, 3.5rem);
    width: min(760px, calc(100% - 4rem));
  }

  .product-craft .showcase-collection-copy h2 {
    max-width: 14ch !important;
    margin-inline: auto;
  }

  .product-craft .showcase-object-orbit {
    inset: 37% 2% 4%;
  }

  .product-craft .showcase-object-orbit .object-tile {
    width: clamp(112px, 16vw, 170px);
  }

  .product-core .root-scene-captions {
    top: auto;
  }

  .product-core .upgrade-scene-heading {
    top: clamp(2rem, 5vh, 3.4rem);
    left: clamp(2rem, 5vw, 3.5rem);
    width: min(43vw, 410px);
  }

  .product-core .upgrade-scene-heading h2 {
    max-width: 10ch !important;
  }

  .product-core .upgrade-stage {
    top: 13%;
    right: 0;
    bottom: 18%;
    width: 56%;
  }

  .product-core .upgrade-step figure {
    width: min(44vw, 390px);
  }

  .product-core .upgrade-branch figure {
    width: min(25vw, 230px);
  }

  .product-core .upgrade-builder {
    display: none;
  }

  .product-core .upgrade-captions {
    bottom: clamp(2rem, 5vh, 3.4rem);
    left: clamp(2rem, 5vw, 3.5rem);
    width: min(43vw, 410px);
    min-height: 26%;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(120, 242, 177, 0.12);
    border-radius: 18px;
    background: rgba(5, 15, 10, 0.88);
    backdrop-filter: blur(10px);
  }

  .product-core .upgrade-captions article {
    bottom: auto;
    top: 50%;
    transform: translateY(calc(-50% + var(--upgrade-caption-y, 24px)));
  }

  .product-core .upgrade-captions h3 {
    font-size: clamp(1.8rem, 3.9vw, 2.5rem);
  }

  .product-core .upgrade-captions p {
    margin-top: 0.6rem;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .product-core .showcase-tower-copy {
    top: clamp(2rem, 5vh, 3.4rem);
    width: min(860px, calc(100% - 5rem));
  }

  .product-core .showcase-tower-copy h2 {
    max-width: 16ch !important;
    margin-inline: auto;
  }

  .product-core .showcase-tower-copy p {
    max-width: 62ch;
    margin-top: 0.65rem;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .product-core .showcase-tower-stage {
    inset: 37% 2% 24%;
  }

  .product-core .showcase-tower-stage .tower-tile {
    width: clamp(118px, 17vw, 158px);
  }

  .product-core .tower-phases {
    right: clamp(1.5rem, 4vw, 2.5rem);
    bottom: clamp(1rem, 2.5vh, 1.6rem);
    left: clamp(1.5rem, 4vw, 2.5rem);
    gap: 0.55rem;
  }

  .product-core .tower-phases article {
    min-height: 0;
    padding: 0.75rem 0.85rem;
    border-radius: 14px;
  }

  .product-core .tower-phases p {
    margin-top: 0.35rem;
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .product-core .showcase-tree-copy {
    top: clamp(2rem, 5vh, 3.4rem);
    right: clamp(2rem, 6vw, 4rem);
    left: clamp(2rem, 6vw, 4rem);
    width: auto;
    transform: translateY(var(--scene-copy-y, 24px));
  }

  .product-core .showcase-tree-copy h2 {
    max-width: 14ch !important;
  }

  .product-core .showcase-tree-copy p {
    max-width: 58ch;
    margin-top: 0.65rem;
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .product-core .showcase-tree-copy ul {
    margin-top: 0.8rem;
    padding-top: 0.7rem;
    justify-content: space-between;
    gap: 1rem;
  }

  .product-core .showcase-tree-copy li {
    min-width: 0;
    font-size: 0.72rem;
  }

  .product-core .showcase-tree-copy li b {
    font-size: 1.55rem;
  }

  .product-core .tree-upgrade-strip {
    display: none;
  }

  .product-core .showcase-tree-art {
    top: 63%;
    left: 50%;
    width: min(38vw, 310px);
  }

  .product-core .tree-tier-rail {
    right: clamp(1.5rem, 4vw, 2.5rem);
    bottom: clamp(1rem, 2.5vh, 1.6rem);
    left: clamp(1.5rem, 4vw, 2.5rem);
    width: auto;
    gap: 0.55rem;
  }

  .product-core .tree-tier-rail figure {
    min-height: 58px;
    padding: 0.45rem;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .product-core .tree-tier-rail img {
    width: 42px;
    height: 42px;
  }

  .product-core .tree-tier-rail figcaption {
    font-size: 0.66rem;
  }

  .showcase-facts {
    padding-block: clamp(6rem, 12vw, 8rem);
  }

  .showcase-facts-heading {
    margin-bottom: clamp(3.5rem, 7vw, 5rem);
  }

  .showcase-fact-grid article {
    min-height: 260px;
    padding: clamp(1.7rem, 4vw, 2.6rem);
  }

  .showcase-trust-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .showcase-trust-list li {
    min-height: 78px;
  }

  .product-chapter-rail {
    right: max(0.55rem, env(safe-area-inset-right));
    transform: translateY(-50%) scale(0.9);
    transform-origin: right center;
  }

  .product-chapter-link[aria-current="location"] .product-chapter-label {
    opacity: 0;
    pointer-events: none;
    transform: translateX(8px);
  }

  .product-chapter-link:focus-visible .product-chapter-label {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Stage 4.9.10: corrected iPad portrait choreography.
   Landscape, desktop and the approved iPhone compositions are intentionally
   outside this breakpoint. Scroll-linked reveals remain active, but every
   iPad scene now has a visible change and separate copy, artwork and fact zones. */
@media (min-width: 721px) and (max-width: 1024px) and (orientation: portrait) {
  /* Craft Flow only needs tighter pacing; its media compositions already work. */
  .product-craft .showcase-statement {
    min-height: 68svh;
    padding-block: clamp(4rem, 7vw, 5rem);
  }

  .product-craft .showcase-loop {
    padding-block: clamp(4rem, 7vw, 5rem);
  }

  .product-craft .showcase-story-scene {
    height: 185svh;
  }

  .product-craft .showcase-compare-scene {
    height: 190svh;
  }

  .product-craft .showcase-collection-scene {
    height: 215svh;
  }

  .product-craft .showcase-object-orbit {
    inset: 34% 2% 5%;
  }

  /* Coregrove tower upgrades: title, large tower and caption get three bands. */
  .product-core .showcase-upgrade-scene {
    height: 285svh;
  }

  .product-core .upgrade-scene-heading {
    top: clamp(1.75rem, 3.5vh, 2.75rem);
    right: clamp(2.5rem, 7vw, 4.5rem);
    left: clamp(2.5rem, 7vw, 4.5rem);
    width: auto;
    text-align: center;
    opacity: 1;
    transform: none;
  }

  .product-core .upgrade-scene-heading h2 {
    max-width: 14ch !important;
    margin-inline: auto;
    font-size: clamp(3rem, 6.4vw, 4.25rem) !important;
  }

  .product-core .upgrade-stage {
    top: 22%;
    right: 0;
    bottom: 27%;
    left: 0;
    width: auto;
  }

  .product-core .upgrade-step figure {
    width: min(49vw, 440px);
  }

  .product-core .upgrade-branch {
    gap: clamp(0.75rem, 3vw, 2rem);
  }

  .product-core .upgrade-branch figure {
    width: min(32vw, 285px);
  }

  .product-core .upgrade-captions {
    right: auto;
    bottom: clamp(1.6rem, 3vh, 2.4rem);
    left: 50%;
    width: min(700px, calc(100% - 5rem));
    min-height: 21%;
    text-align: center;
    transform: translateX(-50%);
  }

  .product-core .upgrade-captions article {
    right: 0;
    left: 0;
  }

  .product-core .upgrade-captions h3 {
    max-width: 18ch;
    margin-inline: auto;
    font-size: clamp(1.9rem, 3.7vw, 2.55rem);
  }

  .product-core .upgrade-captions p {
    max-width: 58ch;
    margin-inline: auto;
  }

  /* The seven towers use the full portrait width instead of a desktop half. */
  .product-core .showcase-tower-scene {
    height: 265svh;
  }

  .product-core .showcase-tower-copy {
    top: clamp(1.75rem, 3.5vh, 2.75rem);
    width: min(900px, calc(100% - 5rem));
  }

  .product-core .showcase-tower-copy h2 {
    max-width: 15ch !important;
    font-size: clamp(3rem, 6.2vw, 4.15rem) !important;
  }

  .product-core .showcase-tower-stage {
    inset: 34% 1% 23%;
  }

  .product-core .showcase-tower-stage .tower-tile,
  .product-core .showcase-tower-stage .tower-tile:nth-child(n + 5) {
    width: clamp(145px, 19vw, 190px);
  }

  .product-core .showcase-tower-stage .tower-tile figcaption {
    bottom: -0.5rem;
    font-size: 0.66rem;
  }

  /* World Tree reveals early, grows visibly and no longer holds a blank frame. */
  .product-core .showcase-tree-scene {
    height: 220svh;
  }

  .product-core .showcase-tree-copy {
    top: clamp(1.6rem, 3.2vh, 2.5rem);
    opacity: var(--tree-copy-opacity, 1);
    transform: translateY(var(--tree-copy-y, 0px));
  }

  .product-core .showcase-tree-copy h2 {
    max-width: 16ch !important;
    font-size: clamp(2.8rem, 5.8vw, 3.9rem) !important;
  }

  .product-core .showcase-tree-art {
    top: var(--tree-art-top, 62%);
    width: min(50vw, 430px);
    opacity: var(--tree-opacity, 0);
    transform: translate(-50%, -50%) translateY(var(--tree-art-y, 24px))
      scale(var(--tree-scale, 0.78)) !important;
    transform-origin: center;
  }

  .product-core .tree-tier-rail {
    opacity: var(--tree-rail-opacity, 0);
    transform: translateY(var(--tree-rail-y, 12px));
  }

  .product-core .tree-tier-rail figure {
    transition: border-color 160ms ease, box-shadow 160ms ease,
      opacity 160ms ease, transform 160ms ease;
  }

  .product-core .tree-tier-rail figure:not(.is-active):not(.is-complete) {
    opacity: 0.42;
  }

  .product-core .tree-tier-rail figure.is-complete {
    opacity: 0.74;
  }

  .product-core .tree-tier-rail figure.is-active {
    border-color: rgba(120, 242, 177, 0.82);
    box-shadow: 0 0 24px rgba(78, 225, 145, 0.2);
  }
}

/* Stage 4.9.11/4.9.12: visible iPad root captions. The experimental
   desktop copy panels were removed again; the open desktop composition stays. */
@media (min-width: 721px) and (max-width: 1024px) and (orientation: portrait) {
  .product-core .root-scene-captions {
    right: auto;
    bottom: clamp(1.75rem, 3.5vh, 2.75rem);
    left: clamp(2.5rem, 7vw, 4.5rem);
    width: min(640px, calc(100% - 5rem));
    min-height: clamp(250px, 21vh, 290px);
  }

  .product-core .root-scene-captions article {
    inset: 0;
    box-sizing: border-box;
    max-width: 100%;
    padding: clamp(1.15rem, 2.6vw, 1.45rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-color: rgba(120, 242, 177, 0.18);
    background: linear-gradient(135deg, rgba(4, 17, 11, 0.94), rgba(3, 10, 7, 0.82));
  }

  .product-core .root-scene-captions h2 {
    max-width: 14ch !important;
    margin: 0.55rem 0 0.65rem;
    font-size: clamp(2.65rem, 5.7vw, 3.75rem) !important;
  }

  .product-core .root-scene-captions p {
    max-width: 48ch;
    margin: 0;
    font-size: clamp(0.92rem, 1.8vw, 1.05rem);
  }
}

/* Stage 4.9.14: Coregrove sales-story extensions.
   These sections stay in the normal document flow so they cannot collide with
   the existing scroll scenes on iPhone, iPad or desktop. */
.product-core .core-feature-section {
  position: relative;
  padding: clamp(5rem, 8vw, 8rem) max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  overflow: hidden;
  border-top: 1px solid rgba(120, 242, 177, 0.14);
  background:
    radial-gradient(circle at 92% 12%, rgba(68, 214, 137, 0.08), transparent 28%),
    #020906;
  color: #f5f8f6;
  scroll-margin-top: 9rem;
}

.product-core .core-feature-modes,
.product-core .core-feature-platform {
  background:
    radial-gradient(circle at 8% 88%, rgba(68, 214, 137, 0.07), transparent 30%),
    #05110c;
}

.product-core .core-feature-heading {
  display: grid;
  max-width: 1120px;
  margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  align-items: end;
  column-gap: clamp(2rem, 5vw, 6rem);
}

.product-core .core-feature-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0.8rem;
  color: #78f2b1;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.product-core .core-feature-heading h2 {
  max-width: 13ch;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(3rem, 5.4vw, 6.6rem);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.product-core .core-feature-heading > p {
  max-width: 48ch;
  margin: 0;
  color: rgba(230, 239, 234, 0.72);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.6;
}

.product-core .core-feature-grid {
  display: grid;
  max-width: 1120px;
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.4vw, 2.4rem);
}

.product-core .core-feature-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-core .core-feature-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-core .core-feature-grid-five .core-feature-card h3 {
  font-size: clamp(1.18rem, 1.55vw, 1.55rem);
}

.product-core .core-feature-card {
  min-width: 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(120, 242, 177, 0.34);
}

.product-core .core-feature-card > span {
  display: block;
  margin-bottom: 1.25rem;
  color: #78f2b1;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.product-core .core-feature-card h3 {
  margin: 0 0 0.75rem;
  color: #f7faf8;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  line-height: 1.08;
}

.product-core .core-feature-card p {
  margin: 0;
  color: rgba(221, 232, 226, 0.7);
  font-size: 0.93rem;
  line-height: 1.55;
}

.product-core .core-feature-card-mystery {
  padding: 1.25rem;
  border: 1px dashed rgba(120, 242, 177, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 85% 15%, rgba(120, 242, 177, 0.08), transparent 42%),
    rgba(6, 22, 14, 0.62);
}

/* Stage 4.9.17: real, spoiler-free Coregrove proof assets. */
.product-core .core-enemy-section,
.product-core .core-achievement-section {
  position: relative;
  padding: clamp(5rem, 8vw, 8rem) max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  overflow: hidden;
  border-top: 1px solid rgba(120, 242, 177, 0.14);
  background:
    radial-gradient(circle at 12% 18%, rgba(62, 210, 130, 0.08), transparent 28%),
    #020906;
  color: #f5f8f6;
}

.product-core .core-enemy-heading,
.product-core .core-achievement-copy {
  max-width: 840px;
}

.product-core .core-enemy-heading > span,
.product-core .core-achievement-copy > span {
  display: block;
  margin-bottom: 0.85rem;
  color: #78f2b1;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.product-core .core-enemy-heading h2,
.product-core .core-achievement-copy h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(3rem, 5.4vw, 6.3rem);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.product-core .core-enemy-heading p,
.product-core .core-achievement-copy p {
  max-width: 54ch;
  margin: 1.5rem 0 0;
  color: rgba(221, 232, 226, 0.72);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.62;
}

.product-core .core-enemy-grid {
  display: grid;
  max-width: 1120px;
  margin: clamp(3rem, 6vw, 5rem) auto 0;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: clamp(0.6rem, 1.2vw, 1.25rem);
}

.product-core .core-enemy-grid figure {
  min-width: 0;
  margin: 0;
  text-align: center;
}

.product-core .core-enemy-grid img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.32));
  transition: transform 450ms ease, filter 450ms ease;
}

.product-core .core-enemy-grid figure:hover img {
  transform: translateY(-0.35rem) scale(1.035);
  filter: drop-shadow(0 18px 28px rgba(30, 238, 130, 0.16));
}

.product-core .core-enemy-grid figcaption {
  margin-top: 0.7rem;
  color: rgba(229, 239, 233, 0.72);
  font-size: clamp(0.62rem, 0.8vw, 0.78rem);
  font-weight: 760;
  letter-spacing: 0.04em;
}

.product-core .core-achievement-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(520px, 1.3fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
  background:
    radial-gradient(circle at 85% 48%, rgba(62, 210, 130, 0.09), transparent 34%),
    #05110c;
}

.product-core .core-achievement-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.4vw, 1.35rem);
}

.product-core .core-achievement-grid img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.34));
}

.product-core .showcase-region-map .showcase-frame:not(:first-child) img {
  object-fit: cover;
  filter: brightness(0.8) saturate(1.08);
}

.product-core .showcase-story-sequence .showcase-frame img {
  filter: brightness(0.7) saturate(0.98);
}

.product-core .core-feature-note {
  max-width: 1120px;
  margin: clamp(2.25rem, 4vw, 3.5rem) auto 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(120, 242, 177, 0.14);
  color: rgba(187, 211, 198, 0.68);
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-transform: uppercase;
}

.product-core .core-feature-note-plain {
  font-size: 0.84rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-transform: none;
}

/* Stage 4.9.25: full Expedition and Workshop chapters. The media areas are
   deliberately neutral until original in-game footage is supplied. */
.product-core .core-major-section {
  background:
    radial-gradient(circle at 86% 24%, rgba(68, 214, 137, 0.1), transparent 30%),
    linear-gradient(180deg, #020906, #05110c);
}

.product-core .core-feature-workshop {
  background:
    radial-gradient(circle at 12% 68%, rgba(68, 214, 137, 0.09), transparent 31%),
    linear-gradient(180deg, #05110c, #020906);
}

.product-core .core-major-intro {
  display: grid;
  max-width: 1120px;
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.product-core .core-major-intro-reverse .core-major-copy {
  order: 2;
}

.product-core .core-major-copy .core-feature-kicker {
  display: block;
}

.product-core .core-major-copy h2 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(3.1rem, 5.5vw, 6.4rem);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.product-core .core-major-copy p {
  max-width: 46ch;
  margin: 1.5rem 0 0;
  color: rgba(230, 239, 234, 0.74);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.62;
}

.product-core .core-media-placeholder {
  position: relative;
  display: flex;
  min-height: clamp(310px, 36vw, 470px);
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  overflow: hidden;
  border: 1px solid rgba(120, 242, 177, 0.25);
  border-radius: clamp(22px, 3vw, 38px);
  background:
    linear-gradient(rgba(120, 242, 177, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 242, 177, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 68% 34%, rgba(120, 242, 177, 0.2), transparent 21%),
    linear-gradient(145deg, rgba(7, 35, 22, 0.96), rgba(2, 11, 7, 0.98));
  background-size: 42px 42px, 42px 42px, auto, auto;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 28px 70px rgba(0, 0, 0, 0.28);
}

.product-core .core-media-placeholder::before,
.product-core .core-media-placeholder::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(42%, 190px);
  aspect-ratio: 1;
  border: 1px solid rgba(120, 242, 177, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -58%);
}

.product-core .core-media-placeholder::after {
  width: min(24%, 108px);
  background: radial-gradient(circle, rgba(120, 242, 177, 0.18), transparent 64%);
}

.product-core .core-media-placeholder > * {
  position: relative;
  z-index: 1;
}

.product-core .core-media-placeholder > span {
  margin-bottom: 0.5rem;
  color: #78f2b1;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-core .core-media-placeholder > strong {
  color: #f5f8f6;
  font-size: clamp(1.5rem, 2.4vw, 2.35rem);
  line-height: 1.05;
}

.product-core .core-media-placeholder > small {
  margin-top: 0.65rem;
  color: rgba(221, 232, 226, 0.56);
  font-size: 0.78rem;
}

.product-core .core-workshop-facts {
  display: grid;
  max-width: 1120px;
  margin: 0 auto clamp(3rem, 5vw, 4.5rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(120, 242, 177, 0.22);
  border-bottom: 1px solid rgba(120, 242, 177, 0.14);
}

.product-core .core-workshop-facts span {
  padding: 1.25rem clamp(0.6rem, 1.5vw, 1.4rem);
  color: rgba(221, 232, 226, 0.68);
  font-size: 0.84rem;
  line-height: 1.35;
}

.product-core .core-workshop-facts span + span {
  border-left: 1px solid rgba(120, 242, 177, 0.14);
}

.product-core .core-workshop-facts strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #f5f8f6;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

@media (max-width: 1024px) {
  .product-core .core-feature-heading {
    grid-template-columns: 1fr;
    row-gap: 1.4rem;
  }

  .product-core .core-feature-heading h2 {
    max-width: 15ch;
  }

  .product-core .core-feature-grid,
  .product-core .core-feature-grid-three,
  .product-core .core-feature-grid-five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-core .core-major-intro {
    grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
    gap: 2.5rem;
  }

  .product-core .core-enemy-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .product-core .core-achievement-section {
    grid-template-columns: minmax(240px, 0.75fr) minmax(420px, 1.25fr);
    gap: 3rem;
  }
}

@media (max-width: 720px) {
  .product-core .core-feature-section {
    padding: clamp(4rem, 15vw, 5.5rem) var(--pad);
    scroll-margin-top: 11rem;
  }

  .product-core .core-feature-heading {
    margin-bottom: 2.5rem;
  }

  .product-core .core-feature-heading h2 {
    max-width: 12ch;
    font-size: clamp(2.75rem, 12.5vw, 4.2rem);
  }

  .product-core .core-feature-heading > p {
    font-size: 0.98rem;
  }

  .product-core .core-feature-grid,
  .product-core .core-feature-grid-three,
  .product-core .core-feature-grid-five {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .product-core .core-major-intro,
  .product-core .core-major-intro-reverse {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .product-core .core-major-intro-reverse .core-major-copy {
    order: initial;
  }

  .product-core .core-major-copy h2 {
    max-width: 12ch;
    font-size: clamp(2.75rem, 12.5vw, 4.2rem);
  }

  .product-core .core-media-placeholder {
    min-height: 300px;
    border-radius: 24px;
  }

  .product-core .core-workshop-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-core .core-workshop-facts span:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(120, 242, 177, 0.14);
  }

  .product-core .core-workshop-facts span:nth-child(4) {
    border-top: 1px solid rgba(120, 242, 177, 0.14);
  }

  .product-core .core-feature-card {
    padding-top: 1rem;
  }

  .product-core .core-feature-card > span {
    margin-bottom: 0.75rem;
  }

  .product-core .core-feature-card h3 {
    font-size: 1.45rem;
  }

  .product-core .core-enemy-section,
  .product-core .core-achievement-section {
    display: block;
    padding: clamp(4rem, 15vw, 5.5rem) var(--pad);
  }

  .product-core .core-enemy-heading h2,
  .product-core .core-achievement-copy h2 {
    max-width: 12ch;
    font-size: clamp(2.75rem, 12vw, 4rem);
  }

  .product-core .core-enemy-grid {
    margin-top: 2.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 0.65rem;
  }

  .product-core .core-enemy-grid figcaption {
    margin-top: 0.35rem;
    font-size: 0.66rem;
  }

  .product-core .core-achievement-grid {
    margin-top: 2.75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
  }
}

/* Stage 4.9.8: Craft Flow iPhone portrait composition.
   The existing scroll scenes stay intact, but copy, artwork and controls use
   shorter scenes and clearly separated visual zones. */
@media (max-width: 720px) and (orientation: portrait) {
  .product-craft .showcase-hero-scene {
    height: 175svh;
  }

  .product-craft .showcase-hero-copy {
    top: auto !important;
    right: var(--pad) !important;
    bottom: clamp(0.8rem, 2vh, 1.25rem) !important;
    left: var(--pad) !important;
    width: auto !important;
  }

  .product-craft .showcase-hero-copy h1 {
    max-width: 10ch !important;
    font-size: clamp(2.65rem, 11.7vw, 3.45rem) !important;
    line-height: 0.92 !important;
  }

  .product-craft .showcase-hero-copy > p:not(.showcase-kicker) {
    max-width: 36ch !important;
    margin-top: 0.65rem;
    font-size: clamp(0.78rem, 3.25vw, 0.88rem) !important;
    line-height: 1.42 !important;
  }

  .product-craft .showcase-hero-action {
    width: auto;
    min-height: 42px;
    margin-top: 0.75rem;
    padding: 0.65rem 0.9rem;
  }

  .product-craft .showcase-badge {
    margin-top: 0.55rem;
    font-size: 0.58rem;
  }

  .product-craft .showcase-shade {
    background:
      linear-gradient(180deg, rgba(8, 5, 4, 0.05) 24%, rgba(8, 5, 4, 0.92) 88%),
      linear-gradient(90deg, rgba(8, 5, 4, 0.28), transparent 68%);
  }

  .product-craft .showcase-statement {
    min-height: 72svh;
    padding-block: 4.5rem;
  }

  .product-craft .showcase-statement p {
    max-width: 9ch;
    font-size: clamp(2.65rem, 11.5vw, 3.55rem);
    line-height: 0.95;
  }

  .product-craft .showcase-loop {
    padding: 4rem var(--pad);
  }

  .product-craft .showcase-loop-heading h2 {
    max-width: 12ch;
    margin: 0.55rem 0 1.6rem;
    font-size: clamp(2.25rem, 9.7vw, 2.9rem);
    line-height: 0.97;
  }

  .product-craft .showcase-loop ol {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    background: transparent;
  }

  .product-craft .showcase-loop li {
    min-height: 0;
    padding: 1rem 0;
    display: grid;
    grid-template-columns: 2.15rem minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 0.75rem;
    border-top: 1px solid rgba(29, 29, 31, 0.14);
  }

  .product-craft .showcase-loop li:last-child {
    border-bottom: 1px solid rgba(29, 29, 31, 0.14);
  }

  .product-craft .showcase-loop li > b {
    grid-column: 1;
    grid-row: 1 / span 2;
    padding-top: 0.12rem;
  }

  .product-craft .showcase-loop h3 {
    grid-column: 2;
    margin: 0 0 0.25rem;
    font-size: 1rem;
  }

  .product-craft .showcase-loop li p {
    grid-column: 2;
    font-size: 0.8rem;
    line-height: 1.42;
  }

  .product-craft + .craft-gameplay-section,
  .product-craft .craft-gameplay-section {
    width: calc(100% - 1rem);
  }

  .product-craft .craft-gameplay-section {
    margin-block: 3rem;
    padding: 0.85rem;
    gap: 1.45rem;
    border-radius: 1.35rem;
  }

  .product-craft .craft-gameplay-copy {
    padding: 0.45rem;
  }

  .product-craft .craft-gameplay-kicker {
    margin-bottom: 0.55rem;
    font-size: 0.6rem;
  }

  .product-craft .craft-gameplay-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.35rem, 10.5vw, 3rem);
    line-height: 0.94;
  }

  .product-craft .craft-gameplay-intro {
    margin-top: 0.8rem;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .product-craft .craft-gameplay-steps {
    margin-top: 1rem;
    gap: 0.65rem;
  }

  .product-craft .craft-gameplay-steps li {
    grid-template-columns: 1.9rem minmax(0, 1fr);
    gap: 0.65rem;
    font-size: 0.77rem;
  }

  .product-craft .craft-gameplay-steps li::before {
    width: 1.9rem;
    height: 1.9rem;
  }

  .product-craft .craft-gameplay-steps strong {
    font-size: 0.88rem;
  }

  .product-craft .craft-gameplay-phone {
    width: min(100%, 17rem);
    padding: 0.5rem;
    border-radius: 2.25rem;
  }

  .product-craft .craft-gameplay-video {
    border-radius: 1.82rem;
  }

  .product-craft .craft-gameplay-switcher {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.32rem;
  }

  .product-craft .craft-gameplay-switcher button {
    min-height: 44px;
    padding: 0.45rem 0.25rem;
    font-size: 0.61rem;
  }

  .product-craft .showcase-frame-scene {
    height: 280svh;
  }

  .product-craft .showcase-frame-scene .showcase-frame img {
    filter: brightness(0.76) saturate(0.92);
  }

  .product-craft .showcase-frame-scene .showcase-captions {
    right: var(--pad);
    bottom: clamp(2.1rem, 4.5vh, 3.2rem);
    left: var(--pad);
  }

  .product-craft .showcase-frame-scene .showcase-captions article {
    max-width: none;
    padding: 0.85rem 0.9rem;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(12, 8, 6, 0.88), rgba(12, 8, 6, 0.42) 78%, transparent);
  }

  .product-craft .showcase-frame-scene .showcase-captions h2 {
    max-width: 12ch;
    margin-top: 0.35rem;
    font-size: clamp(2rem, 8.7vw, 2.55rem);
  }

  .product-craft .showcase-frame-scene .showcase-captions p {
    margin-top: 0.45rem;
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .product-craft .showcase-story-scene {
    height: 180svh;
  }

  .product-craft .showcase-story-copy {
    right: var(--pad);
    bottom: clamp(1rem, 2.4vh, 1.5rem);
    left: var(--pad);
    width: auto;
    padding: 0.9rem;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(12, 8, 6, 0.9), rgba(12, 8, 6, 0.44) 82%, transparent);
  }

  .product-craft .showcase-story-copy h2 {
    max-width: 12ch;
    font-size: clamp(2rem, 8.6vw, 2.55rem);
  }

  .product-craft .showcase-story-copy p {
    margin-top: 0.45rem;
    font-size: 0.78rem;
    line-height: 1.42;
  }

  .product-craft .showcase-compare-scene {
    height: 235svh;
  }

  .product-craft .showcase-compare-copy {
    top: clamp(0.8rem, 2vh, 1.2rem);
    right: var(--pad);
    left: var(--pad);
    width: auto;
  }

  .product-craft .showcase-compare-copy h2 {
    max-width: 13ch;
    font-size: clamp(2rem, 8.65vw, 2.55rem);
  }

  .product-craft .showcase-compare-copy p {
    max-width: 36ch;
    margin-top: 0.45rem;
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .product-craft .showcase-compare {
    right: auto;
    bottom: clamp(0.8rem, 2vh, 1.2rem);
    left: 50%;
    width: min(68vw, 280px);
    height: auto;
    aspect-ratio: 3 / 4;
    transform: translateX(-50%) scale(var(--scene-scale, 0.92));
  }

  .product-craft .showcase-collection-scene {
    height: 250svh;
  }

  .product-craft .showcase-collection-copy {
    top: clamp(0.8rem, 2vh, 1.2rem);
    right: var(--pad);
    left: var(--pad);
    width: auto;
    text-align: left;
  }

  .product-craft .showcase-collection-copy h2 {
    max-width: 13ch;
    font-size: clamp(2rem, 8.65vw, 2.55rem);
  }

  .product-craft .showcase-collection-copy p {
    display: none;
  }

  .product-craft .showcase-object-orbit {
    inset: 26% 0 5%;
  }

  .product-craft .showcase-object-orbit .object-tile {
    width: clamp(88px, 24vw, 108px);
  }

  .product-craft .showcase-object-orbit .object-tile figcaption {
    font-size: 0.52rem;
  }

  .product-craft + .approved-audience,
  .product-craft .approved-audience {
    padding-block: 3.5rem;
    gap: 1rem;
  }

  .product-craft + .approved-audience h2,
  .product-craft .approved-audience h2 {
    max-width: 15ch;
    font-size: clamp(2.2rem, 9.6vw, 2.9rem);
  }

  .product-craft + .approved-audience p,
  .product-craft .approved-audience p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .product-craft .showcase-facts {
    padding: 4.5rem var(--pad);
  }

  .product-craft .showcase-facts-heading {
    margin-bottom: 2rem;
  }

  .product-craft .showcase-facts-heading h2 {
    max-width: 12ch;
    font-size: clamp(2.6rem, 11vw, 3.4rem);
    line-height: 0.95;
  }

  .product-craft .showcase-fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .product-craft .showcase-fact-grid article {
    min-height: 145px;
    padding: 1rem;
    border-radius: 18px;
  }

  .product-craft .showcase-fact-grid strong {
    font-size: clamp(3rem, 13vw, 4rem);
  }

  .product-craft .showcase-fact-grid p {
    margin-top: 0.65rem;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .product-craft .showcase-end {
    min-height: auto;
    padding: 4.5rem var(--pad);
  }

  .product-craft .showcase-end h2 {
    max-width: 12ch;
    font-size: clamp(2.7rem, 11vw, 3.5rem);
  }
}

/* Stage 4.9.4: mobile scroll performance.
   The composition stays unchanged; only active scenes retain compositor layers. */
@media (max-width: 820px) {
  .showcase .product-nav {
    background: #050806;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .product-chapter-mobile-button,
  .product-chapter-mobile-menu {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .showcase-hero-image,
  .showcase-hero-object,
  .showcase-hero-copy,
  .showcase-frame,
  .showcase-captions article,
  .showcase-object-orbit .object-tile,
  .showcase-story-media img,
  .showcase-tower-stage .tower-tile,
  .root-scene-captions article,
  .upgrade-scene-heading,
  .upgrade-step,
  .upgrade-captions article {
    will-change: auto;
  }

  .showcase-scene.is-scroll-active .showcase-hero-image,
  .showcase-scene.is-scroll-active .showcase-story-media img {
    will-change: transform, filter;
  }

  .showcase-scene.is-scroll-active .showcase-hero-object,
  .showcase-scene.is-scroll-active .showcase-hero-copy,
  .showcase-scene.is-scroll-active .showcase-frame,
  .showcase-scene.is-scroll-active .showcase-captions article,
  .showcase-scene.is-scroll-active .showcase-object-orbit .object-tile,
  .showcase-scene.is-scroll-active .showcase-tower-stage .tower-tile,
  .showcase-scene.is-scroll-active .root-scene-captions article,
  .showcase-scene.is-scroll-active .upgrade-scene-heading,
  .showcase-scene.is-scroll-active .upgrade-step,
  .showcase-scene.is-scroll-active .upgrade-captions article {
    will-change: transform, opacity;
  }

  .product-chapter-mobile-progress::after {
    transition-duration: 80ms;
  }
}

/* Stage 4.9.17: Craft Flow sales story integrated into the warm game page.
   Copy and media remain in separate layout areas, while the sections now use
   the product page's dark, tactile palette instead of presentation slides. */
.product-craft .craft-feature-section {
  position: relative;
  display: grid;
  width: 100%;
  min-height: min(760px, 84svh);
  margin: 0;
  padding: clamp(5rem, 8vw, 8.5rem) max(var(--pad), calc((100vw - 1440px) / 2 + 3.5rem));
  grid-template-columns: minmax(280px, 0.82fr) minmax(460px, 1.18fr);
  justify-content: center;
  align-items: center;
  gap: clamp(3rem, 6vw, 7rem);
  overflow: hidden;
  border-top: 1px solid rgba(255, 190, 125, 0.12);
  background:
    radial-gradient(circle at 82% 50%, rgba(184, 104, 43, 0.11), transparent 38%),
    linear-gradient(135deg, #181411 0%, #12110f 62%, #18130f 100%);
  color: #f7f1e8;
  isolation: isolate;
}

.product-craft .craft-feature-section--gestures,
.product-craft .craft-feature-section--workshop,
.product-craft .craft-feature-section--comfort {
  background:
    radial-gradient(circle at 18% 48%, rgba(223, 149, 76, 0.1), transparent 38%),
    linear-gradient(225deg, #1d1712 0%, #12110f 68%, #17120e 100%);
}

.product-craft .craft-feature-section::before {
  position: absolute;
  z-index: -1;
  width: min(48vw, 760px);
  aspect-ratio: 1;
  right: -16%;
  bottom: -48%;
  border-radius: 50%;
  background: rgba(255, 178, 103, 0.045);
  filter: blur(2px);
  content: "";
}

.product-craft .craft-feature-section--reverse .craft-feature-copy {
  order: 2;
}

.product-craft .craft-feature-section--reverse .craft-feature-media {
  order: 1;
}

.product-craft .craft-feature-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.product-craft .craft-feature-copy > span {
  display: block;
  margin-bottom: 1rem;
  color: #ffb978;
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-craft .craft-feature-copy h2 {
  max-width: 12ch;
  margin: 0;
  color: #f8f3ec;
  font-size: clamp(3rem, 5vw, 5.35rem);
  line-height: 0.96;
  letter-spacing: -0.052em;
}

.product-craft .craft-feature-copy > p {
  max-width: 34rem;
  margin: clamp(1.35rem, 2.5vw, 2rem) 0 0;
  color: rgba(239, 227, 210, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.62;
}

.product-craft .craft-feature-media {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin: 0;
  border: 1px solid rgba(255, 208, 158, 0.18);
  border-radius: 30px;
  background: #291f17;
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.36),
    0 0 0 10px rgba(255, 204, 148, 0.025);
}

.product-craft .craft-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transition: transform 900ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.product-craft .craft-feature-media.is-visible > img,
.product-craft .craft-feature-media.is-visible picture img {
  transform: scale(1.025);
}

.product-craft .craft-feature-facts {
  display: grid;
  margin: 2rem 0 0;
  padding: 1.35rem 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  border-top: 1px solid rgba(255, 205, 154, 0.18);
  list-style: none;
}

.product-craft .craft-feature-facts li {
  display: grid;
  gap: 0.2rem;
}

.product-craft .craft-feature-facts strong {
  color: #f8f3ec;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

.product-craft .craft-feature-facts span,
.product-craft .craft-feature-list,
.product-craft .craft-feature-note {
  color: rgba(239, 227, 210, 0.68);
  font-size: 0.88rem;
  line-height: 1.45;
}

.product-craft .craft-feature-list {
  display: grid;
  margin: 1.5rem 0 0;
  padding: 0;
  gap: 0.7rem;
  list-style: none;
}

.product-craft .craft-feature-list li {
  padding-left: 1.2rem;
  border-left: 3px solid #ff9d61;
}

.product-craft .craft-feature-note {
  margin-top: 1.7rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 202, 148, 0.16);
  border-radius: 14px;
  background: rgba(255, 228, 199, 0.035);
  color: rgba(248, 237, 224, 0.78);
  font-weight: 750;
}

/* The gesture sequence uses the actual workstation art. A small focus change
   replaces the drawn paths and remains controllable through the motion toggle. */
.product-craft .craft-gesture-reel {
  display: grid;
  aspect-ratio: 16 / 10;
  padding: clamp(1rem, 2.3vw, 2rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(0.65rem, 1.3vw, 1.15rem);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 213, 161, 0.13), transparent 48%),
    linear-gradient(150deg, #302319, #191512 72%);
}

.product-craft .craft-gesture-reel > span {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 218, 176, 0.16);
  border-radius: 18px;
  background: #2b2119;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
  animation: craft-gesture-focus 9s ease-in-out infinite;
  animation-delay: calc(var(--gesture-index) * -3s);
}

.product-craft .craft-gesture-reel > span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  transition: none;
}

@keyframes craft-gesture-focus {
  0%, 25% {
    opacity: 1;
    transform: translateY(-0.45rem);
    filter: saturate(1.06) brightness(1.05);
  }
  34%, 91% {
    opacity: 0.58;
    transform: translateY(0);
    filter: saturate(0.76) brightness(0.78);
  }
  100% {
    opacity: 1;
    transform: translateY(-0.45rem);
    filter: saturate(1.06) brightness(1.05);
  }
}

html.dw-motion-paused .product-craft .craft-gesture-reel > span {
  animation-play-state: paused;
}

@media (min-width: 721px) and (max-width: 1100px) {
  .product-craft .craft-feature-section {
    min-height: auto;
    margin: 2rem var(--pad);
    width: auto;
    padding: clamp(2.5rem, 6vw, 4.5rem);
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(2rem, 4vw, 3.5rem);
    border: 1px solid rgba(255, 198, 140, 0.13);
    border-radius: 28px;
    background:
      radial-gradient(circle at 82% 50%, rgba(205, 127, 56, 0.1), transparent 42%),
      #1b1612;
  }

  .product-craft .craft-feature-copy h2 {
    font-size: clamp(2.5rem, 5.5vw, 4.4rem);
  }

  .product-craft .craft-feature-media {
    aspect-ratio: 4 / 5;
    border-radius: 24px;
  }

  .product-craft .craft-gesture-reel {
    aspect-ratio: 1 / 1;
    padding: 1rem;
  }
}

@media (max-width: 720px) {
  .product-craft .craft-feature-section,
  .product-craft .craft-feature-section--reverse {
    display: flex;
    min-height: auto;
    padding: 4.75rem var(--pad);
    flex-direction: column;
    align-items: stretch;
    gap: 2.25rem;
  }

  .product-craft .craft-feature-section--reverse .craft-feature-copy,
  .product-craft .craft-feature-section--reverse .craft-feature-media {
    order: initial;
  }

  .product-craft .craft-feature-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.55rem, 11.5vw, 3.85rem);
    line-height: 0.96;
  }

  .product-craft .craft-feature-copy > p {
    font-size: 1rem;
    line-height: 1.55;
  }

  .product-craft .craft-feature-media {
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 22px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34);
  }

  .product-craft .craft-feature-media img {
    object-position: center bottom;
  }

  .product-craft .craft-gesture-reel {
    aspect-ratio: 4 / 3;
    padding: 0.75rem;
    gap: 0.55rem;
  }

  .product-craft .craft-gesture-reel > span {
    border-radius: 13px;
  }

  .product-craft .craft-feature-facts {
    gap: 0.5rem;
  }

  .product-craft .craft-feature-facts strong {
    font-size: 1.9rem;
  }

  .product-craft .craft-feature-facts span {
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-craft .craft-gesture-reel > span {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
  }
}

/* Stage 4.9.23: complete Craft Flow feature and purchase information. */
.product-craft .craft-system-section {
  padding: clamp(5.5rem, 10vw, 10rem) max(var(--pad), calc((100vw - 1440px) / 2 + 3.5rem));
  border-top: 1px solid rgba(255, 190, 125, 0.12);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 166, 88, 0.1), transparent 34%),
    linear-gradient(145deg, #17120f, #0f0d0b 72%);
  color: #f7f1e8;
}

.product-craft .craft-system-heading {
  width: min(100%, 960px);
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.product-craft .craft-system-heading > span,
.product-craft #fair .showcase-facts-heading > span,
.product-craft .craft-purchase-card > span {
  display: block;
  color: #ffad69;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.product-craft .craft-system-heading h2 {
  max-width: 13ch;
  margin: 1rem 0 0;
  font-size: clamp(3.2rem, 6.8vw, 7rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.product-craft .craft-system-heading p,
.product-craft .craft-purchase-intro {
  max-width: 720px;
  margin: 1.6rem 0 0;
  color: rgba(239, 227, 210, 0.72);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.62;
}

.product-craft .craft-system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.product-craft .craft-system-card {
  min-height: 220px;
  padding: clamp(1.5rem, 2.5vw, 2.25rem);
  border: 1px solid rgba(255, 202, 148, 0.15);
  border-radius: 24px;
  background: rgba(255, 229, 202, 0.035);
}

.product-craft .craft-system-card h3 {
  margin: 0;
  color: #f8f3ec;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.product-craft .craft-system-card p {
  margin: 1rem 0 0;
  color: rgba(239, 227, 210, 0.68);
  line-height: 1.58;
}

.product-craft .craft-language-note {
  display: grid;
  margin-top: 0.8rem;
  padding: 1rem 1.1rem;
  gap: 0.45rem;
  border: 1px solid rgba(255, 202, 148, 0.16);
  border-radius: 14px;
  background: rgba(255, 228, 199, 0.035);
}

.product-craft .craft-language-note strong {
  color: #ffb978;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-craft .craft-language-note span {
  color: rgba(248, 237, 224, 0.75);
  font-size: 0.82rem;
  line-height: 1.5;
}

.product-craft #fair .showcase-facts-heading {
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.product-craft #fair .showcase-facts-heading h2 {
  max-width: 14ch;
  margin-top: 1rem;
  font-size: clamp(3.5rem, 7.5vw, 7.8rem);
}

.product-craft #fair .craft-purchase-intro {
  color: #67676b;
}

.product-craft .craft-purchase-grid {
  display: grid;
  width: min(100%, var(--max));
  margin: 0 auto 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.product-craft .craft-purchase-card {
  min-height: 260px;
  padding: clamp(1.75rem, 4vw, 3.5rem);
  border: 1px solid #e0e0e4;
  border-radius: 28px;
  background: #fff;
}

.product-craft .craft-purchase-card h3 {
  max-width: 18ch;
  margin: 1rem 0 0;
  color: #1d1d1f;
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.product-craft .craft-purchase-card p,
.product-craft .craft-purchase-extras p {
  max-width: 600px;
  margin: 1.25rem 0 0;
  color: #67676b;
  line-height: 1.58;
}

.product-craft .craft-purchase-extras {
  display: grid;
  width: min(100%, var(--max));
  margin: 0 auto clamp(4rem, 7vw, 7rem);
  padding: clamp(1.75rem, 4vw, 3.5rem);
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
  gap: clamp(1rem, 4vw, 4rem);
  border: 1px solid #e0e0e4;
  border-radius: 28px;
  background: #ececef;
}

.product-craft .craft-purchase-extras h3 {
  margin: 0;
  color: #1d1d1f;
  font-size: clamp(1.75rem, 3vw, 3rem);
  letter-spacing: -0.045em;
}

.product-craft .craft-purchase-extras p {
  margin: 0;
}

@media (max-width: 980px) {
  .product-craft .craft-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .product-craft .craft-system-section {
    padding: 4.75rem var(--pad);
  }

  .product-craft .craft-system-heading h2 {
    font-size: clamp(2.6rem, 11vw, 3.8rem);
  }

  .product-craft .craft-system-grid,
  .product-craft .craft-purchase-grid,
  .product-craft .craft-purchase-extras {
    grid-template-columns: 1fr;
  }

  .product-craft .craft-system-card,
  .product-craft .craft-purchase-card {
    min-height: 0;
    padding: 1.4rem;
    border-radius: 20px;
  }

  .product-craft #fair .showcase-facts-heading h2 {
    max-width: 13ch;
    font-size: clamp(2.55rem, 10.5vw, 3.35rem);
  }

  .product-craft .craft-purchase-extras {
    margin-bottom: 3rem;
    padding: 1.4rem;
    border-radius: 20px;
    gap: 0.7rem;
  }
}

/* Stage 4.9.18: Coregrove editorial cleanup and purchase hierarchy. */
@media (min-width: 1180px) {
  .product-core .showcase-hero-copy > p:not(.showcase-kicker) {
    margin-top: clamp(2.75rem, 4vh, 4rem);
  }

  .product-core .showcase-statement p strong {
    display: block;
    margin-top: clamp(1.75rem, 2.8vw, 3.5rem);
  }
}

.product-core #fair .showcase-facts-heading {
  display: grid;
  margin-bottom: clamp(3.5rem, 6vw, 6rem);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  align-items: end;
  column-gap: clamp(3rem, 7vw, 8rem);
  row-gap: 1.5rem;
}

.product-core #fair .showcase-facts-heading > span {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.product-core #fair .showcase-facts-heading h2 {
  max-width: 9ch;
  grid-column: 1;
  font-size: clamp(4rem, 7vw, 7.4rem);
}

.product-core #fair .core-purchase-intro {
  max-width: 44ch;
  margin: 0;
  grid-column: 1;
  color: rgba(230, 239, 234, 0.74);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.6;
}

.product-core #fair .core-purchase-price {
  display: grid;
  min-height: 190px;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  grid-column: 2;
  grid-row: 2 / 4;
  align-content: end;
  gap: 0.75rem;
  border: 1px solid rgba(120, 242, 177, 0.34);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 18%, rgba(120, 242, 177, 0.12), transparent 40%),
    #0c1b14;
}

.product-core #fair .core-purchase-price > span {
  color: #78f2b1;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-core #fair .core-purchase-price > strong {
  max-width: 12ch;
  color: #f7faf8;
  font-size: clamp(2rem, 3.1vw, 3.4rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.product-core #fair .showcase-set-showcase {
  margin: 0 auto clamp(4rem, 7vw, 7rem);
}

.product-core #fair .showcase-fact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-core #fair .showcase-fact-grid article {
  min-height: 230px;
  padding: clamp(1.5rem, 3vw, 2.8rem);
}

.product-core #fair .showcase-fact-grid strong {
  font-size: clamp(3.5rem, 6vw, 6rem);
}

@media (max-width: 820px) {
  .product-core #fair .showcase-facts-heading {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }

  .product-core #fair .showcase-facts-heading h2,
  .product-core #fair .core-purchase-intro,
  .product-core #fair .core-purchase-price {
    grid-column: 1;
    grid-row: auto;
  }

  .product-core #fair .showcase-facts-heading h2 {
    max-width: 10ch !important;
    font-size: clamp(3rem, 12vw, 4.5rem) !important;
  }

  .product-core #fair .core-purchase-price {
    min-height: 0;
    margin-top: 0.75rem;
    border-radius: 22px;
  }

  .product-core #fair .showcase-fact-grid article {
    min-height: 150px;
  }
}

@media (max-width: 520px) {
  .product-core #fair .showcase-fact-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .product-core #fair .showcase-fact-grid article {
    display: grid;
    min-height: 0;
    padding: 1rem 1.15rem;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    border-radius: 18px;
  }

  .product-core #fair .showcase-fact-grid strong {
    font-size: 2.8rem;
  }

  .product-core #fair .showcase-fact-grid p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.35;
  }
}

/* Stage 4.9.34: information-first navigation and tighter scroll pacing. */
.desktop-games-menu {
  position: relative;
  display: flex;
  min-height: 44px;
  align-items: center;
}

.desktop-games-menu > summary {
  display: inline-flex;
  min-height: 44px;
  padding: 0.5rem 1.1rem 0.5rem 0;
  align-items: center;
  color: rgba(247, 248, 250, 0.78);
  font-size: 0.76rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.desktop-games-menu > summary::-webkit-details-marker {
  display: none;
}

.desktop-games-menu > summary::after {
  position: absolute;
  right: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: translateY(-0.12rem) rotate(45deg);
  transition: transform 160ms ease;
}

.desktop-games-menu[open] > summary::after {
  transform: translateY(0.12rem) rotate(225deg);
}

.desktop-games-submenu {
  position: absolute;
  z-index: 120;
  top: calc(100% - 0.15rem);
  left: -1rem;
  display: grid;
  min-width: 210px;
  padding: 0.55rem;
  border: 1px solid rgba(247, 248, 250, 0.16);
  border-radius: 16px;
  background: #071e3d;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.35rem);
  transition: opacity 160ms ease, transform 160ms ease;
}

.desktop-games-menu[open] .desktop-games-submenu,
.desktop-games-menu:hover .desktop-games-submenu,
.desktop-games-menu:focus-within .desktop-games-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.desktop-nav .desktop-games-submenu a {
  min-height: 42px;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  color: #f7f8fa;
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: none;
}

.desktop-nav .desktop-games-submenu a:hover,
.desktop-nav .desktop-games-submenu a:focus-visible {
  background: rgba(247, 248, 250, 0.08);
}

.desktop-nav .desktop-games-submenu a::after {
  display: none;
}

.mobile-menu nav .mobile-game-link {
  position: relative;
  padding-left: 2rem;
  color: rgba(247, 248, 250, 0.86);
  font-size: 0.82rem;
}

.mobile-menu nav .mobile-game-link::before {
  position: absolute;
  left: 0.85rem;
  color: #d71920;
  content: "—";
}

.hero-game-preview > span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.hero-game-preview > span > small {
  grid-column: 1 / -1;
  margin-top: 0.35rem;
}

.hero-game-preview .game-development-status {
  display: inline-flex;
  min-height: 28px;
  padding: 0.32rem 0.55rem;
  align-items: center;
  border: 1px solid rgba(247, 248, 250, 0.34);
  border-radius: 999px;
  background: rgba(3, 18, 38, 0.72);
  color: #f7f8fa;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1;
}

@media (min-width: 981px) {
  .hero-game-preview > span {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
  }

  .hero-game-preview .game-development-status {
    margin-top: 0.38rem;
  }
}

/* Every important scene starts with readable copy or visible media. Motion now
   adds emphasis instead of withholding the information. */
.showcase-scene { height: 145svh; }
.showcase-hero-scene { height: 145svh; }
.showcase-root-scene { height: 280svh; }
.showcase-frame-scene { height: 250svh; }
.showcase-map-scene { height: 325svh; }
.showcase-compare-scene { height: 165svh; }
.showcase-collection-scene { height: 190svh; }
.showcase-tower-scene,
.showcase-upgrade-scene { height: 230svh; }
.showcase-tree-scene { height: 220svh; }
.showcase-story-scene,
.showcase-story-sequence { height: 150svh; }

@media (min-width: 721px) and (max-width: 1024px) and (orientation: portrait) {
  .showcase-hero-scene { height: 140svh; }
  .showcase-root-scene { height: 240svh; }
  .showcase-frame-scene { height: 210svh; }
  .showcase-map-scene { height: 285svh; }
  .showcase-compare-scene { height: 155svh; }
  .showcase-collection-scene { height: 175svh; }
  .showcase-tower-scene,
  .product-core .showcase-tower-scene { height: 210svh; }
  .showcase-upgrade-scene,
  .product-core .showcase-upgrade-scene { height: 210svh; }
  .showcase-tree-scene { height: 225svh; }
  .showcase-story-scene,
  .showcase-story-sequence { height: 150svh; }
}

@media (max-width: 820px) {
  .showcase-hero-scene { height: 135svh; }
  .showcase-root-scene { height: 235svh; }
  .showcase-frame-scene { height: 205svh; }
  .showcase-map-scene { height: 275svh; }
  .showcase-compare-scene { height: 150svh; }
  .showcase-collection-scene { height: 165svh; }
  .showcase-tower-scene,
  .product-core .showcase-tower-scene { height: 195svh; }
  .showcase-upgrade-scene,
  .product-core .showcase-upgrade-scene { height: 235svh; }
  .showcase-tree-scene { height: 215svh; }
  .showcase-story-scene,
  .showcase-story-sequence { height: 145svh; }
}

@media (max-width: 720px) and (orientation: portrait) {
  .product-craft .showcase-hero-scene { height: 125svh; }
  .product-craft .showcase-frame-scene { height: 180svh; }
  .product-craft .showcase-story-scene { height: 125svh; }
  .product-craft .showcase-compare-scene { height: 145svh; }
  .product-craft .showcase-collection-scene { height: 155svh; }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-scene,
  .showcase-root-scene,
  .showcase-frame-scene,
  .showcase-map-scene,
  .showcase-compare-scene,
  .showcase-collection-scene,
  .showcase-tower-scene,
  .showcase-upgrade-scene,
  .showcase-tree-scene,
  .showcase-story-scene,
  .showcase-story-sequence {
    height: auto;
  }
}
