:root {
  --bg: #090611;
  --bg-soft: #120b1e;
  --bg-deep: #05040a;
  --panel: rgba(16, 12, 27, 0.84);
  --panel-soft: rgba(255, 255, 255, 0.07);
  --text: #f7f3ff;
  --muted: rgba(247, 243, 255, 0.68);
  --line: rgba(255, 255, 255, 0.1);
  --purple: #8c4dff;
  --violet: #c45bff;
  --violet-deep: #6f34ed;
  --orange: #ff9a2a;
  --gold: #ffd86a;
  --cyan: #4dd9ff;
  --green: #88ff92;
  --shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  --radius-lg: 32px;
  --radius-md: 24px;
  --radius-sm: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 15%, rgba(140, 77, 255, 0.15), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(255, 154, 42, 0.11), transparent 26%),
    linear-gradient(180deg, #0a0612 0%, #06050c 100%);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(8, 6, 13, 0.44);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.header-inner {
  height: 88px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: none;
  background: linear-gradient(135deg, var(--purple), var(--orange));
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(140, 77, 255, 0.3);
}

.brand-mark svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #fff;
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 17px;
  letter-spacing: -0.5px;
}

.brand-copy small {
  margin-top: 4px;
  color: rgba(247, 243, 255, 0.55);
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  color: rgba(247, 243, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  transition: color 180ms ease;
}

.main-nav a:hover {
  color: #fff;
}

.header-button,
.store-button,
.button-chip {
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-button {
  padding: 12px 20px;
  color: #0e0a16;
  background: linear-gradient(135deg, var(--gold), #d7ff5e);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(255, 215, 106, 0.2);
}

.menu-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  padding: 0;
  background: none;
  border: 0;
}

.menu-toggle span {
  display: block;
  width: 23px;
  height: 2px;
  margin: 6px auto;
  background: #fff;
  border-radius: 99px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  padding: 152px 0 78px;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 24%, rgba(255, 154, 42, 0.26), transparent 24%),
    radial-gradient(circle at 18% 20%, rgba(140, 77, 255, 0.34), transparent 28%),
    linear-gradient(135deg, #1a0e2f 0%, #12081f 40%, #07060f 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(16px);
  pointer-events: none;
}

.hero-glow-a {
  width: 420px;
  height: 420px;
  top: -120px;
  right: -120px;
  background: rgba(255, 154, 42, 0.14);
}

.hero-glow-b {
  width: 360px;
  height: 360px;
  left: -100px;
  top: 170px;
  background: rgba(140, 77, 255, 0.18);
}

.hero-glow-c {
  width: 220px;
  height: 220px;
  right: 18%;
  bottom: 18%;
  background: rgba(76, 217, 255, 0.12);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 38px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(247, 243, 255, 0.8);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.eyebrow.light {
  color: rgba(247, 243, 255, 0.72);
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(255, 216, 106, 0.12);
}

.hero h1,
.section-head h2,
.download-copy h2,
.story-copy h2 {
  margin: 0;
  font-family: "Arial Black", Impact, sans-serif;
  letter-spacing: -2px;
  line-height: 0.94;
}

.hero h1 {
  font-size: clamp(52px, 5.7vw, 86px);
  text-transform: uppercase;
}

.hero-lead {
  max-width: 560px;
  margin: 24px 0 30px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-button {
  min-width: 183px;
  min-height: 62px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
}

.store-button.primary {
  background: linear-gradient(135deg, var(--orange), #ffbc45);
  color: #19111e;
}

.store-button.ghost {
  background: rgba(255, 255, 255, 0.04);
}

.store-button:hover,
.header-button:hover,
.button-chip:hover {
  transform: translateY(-2px);
}

.store-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 12px;
}

.store-button.primary .store-icon {
  color: #1d1321;
  background: rgba(255, 255, 255, 0.4);
}

.store-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.store-button span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.store-button small {
  margin-bottom: 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.store-button span:last-child {
  font-size: 18px;
  font-weight: 900;
}

.hero-stats {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.hero-stats div {
  padding: 16px 15px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  backdrop-filter: blur(8px);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  font-size: 17px;
}

.hero-stats span {
  margin-top: 6px;
  color: rgba(247, 243, 255, 0.55);
  font-size: 11px;
}

.hero-stage {
  position: relative;
  min-height: 660px;
  padding: 20px;
  --px: 0;
  --py: 0;
}

.stage-barriers {
  position: absolute;
  inset: 56px 20px 62px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 50%, rgba(140, 77, 255, 0.16), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.stage-barriers::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 84px),
    linear-gradient(180deg, transparent 0 38%, rgba(255, 154, 42, 0.1) 38% 39%, transparent 39% 100%);
  opacity: 0.55;
}

.stage-ring {
  position: absolute;
  border: 1px solid rgba(255, 154, 42, 0.18);
  border-radius: 50%;
}

.stage-ring-a {
  width: 510px;
  height: 510px;
  right: 12%;
  top: 18px;
}

.stage-ring-b {
  width: 360px;
  height: 360px;
  right: 23%;
  top: 94px;
}

.shot {
  position: absolute;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #120a17;
  transform-style: preserve-3d;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shot-large {
  z-index: 3;
  right: 5%;
  top: 70px;
  width: min(58vw, 610px);
  aspect-ratio: 2.16 / 1;
}

.shot-top {
  z-index: 4;
  left: 14%;
  top: 170px;
  width: min(39vw, 430px);
  aspect-ratio: 2.16 / 1;
}

.shot-side {
  z-index: 2;
  left: 2%;
  bottom: 70px;
  width: min(44vw, 470px);
  aspect-ratio: 2.16 / 1;
}

.tilt-a { transform: translate3d(calc(var(--px) * 12px), calc(var(--py) * 12px), 0) rotate(-8deg); }
.tilt-b { transform: translate3d(calc(var(--px) * -10px), calc(var(--py) * 8px), 0) rotate(8deg); }
.tilt-c { transform: translate3d(calc(var(--px) * 7px), calc(var(--py) * -8px), 0) rotate(-3deg); }

.shot.hovered {
  filter: saturate(1.08) brightness(1.03);
}

.floating-card {
  position: absolute;
  z-index: 6;
  min-width: 162px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.95);
  color: #1a1024;
  border-radius: 18px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.floating-card strong,
.floating-card span {
  display: block;
}

.floating-card strong {
  font-size: 17px;
}

.floating-card span {
  margin-top: 4px;
  color: rgba(26, 16, 36, 0.64);
  font-size: 11px;
}

.float-a {
  right: 2%;
  top: 138px;
}

.float-b {
  left: 22%;
  bottom: 64px;
}

.float-c {
  right: 16%;
  bottom: 34px;
  background: linear-gradient(135deg, #ffbb44, #ffe27d);
}

.float-c span {
  color: rgba(26, 16, 36, 0.72);
}

.story-section {
  position: relative;
  margin-top: -34px;
  padding: 112px 0 110px;
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 154, 42, 0.14), transparent 18%),
    radial-gradient(circle at 18% 30%, rgba(140, 77, 255, 0.2), transparent 24%),
    linear-gradient(180deg, #7c42f0 0%, #6029da 100%);
  border-radius: 42px 42px 0 0;
  overflow: hidden;
}

.story-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 92px 92px;
}

.story-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.story-copy h2 {
  font-size: clamp(42px, 4.4vw, 68px);
}

.story-copy p,
.section-head p,
.download-copy p {
  margin: 22px 0 0;
  color: rgba(247, 243, 255, 0.82);
  font-size: 16px;
  line-height: 1.74;
}

.info-stack {
  margin-top: 30px;
  display: grid;
  gap: 12px;
}

.info-stack article {
  padding: 18px 18px 18px 16px;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  backdrop-filter: blur(8px);
}

.mini-mark {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--orange));
  box-shadow: 0 0 0 5px rgba(255, 216, 106, 0.12);
}

.mini-mark.orange {
  background: linear-gradient(135deg, #ff884f, #ffb743);
}

.mini-mark.gold {
  background: linear-gradient(135deg, #ffd86a, #ffcc30);
}

.info-stack h3,
.system-copy h3,
.system-text h3 {
  margin: 0;
  font-size: 17px;
}

.info-stack p,
.system-copy p,
.system-text p {
  margin: 7px 0 0;
  color: rgba(247, 243, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
}

.story-visual {
  position: relative;
  min-height: 520px;
}

.story-panel {
  position: absolute;
  inset: 52px 18px 48px;
  padding: 18px;
  background: rgba(10, 8, 18, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
}

.story-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 4px;
  color: rgba(247, 243, 255, 0.78);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.story-panel-top b {
  color: #fff;
}

.story-panel img {
  width: 100%;
  height: calc(100% - 35px);
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}

.label-chip {
  position: absolute;
  z-index: 3;
  padding: 11px 15px;
  color: #161022;
  background: linear-gradient(135deg, #fff1b1, #ffb94c);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.chip-a {
  top: 34px;
  left: 0;
}

.chip-b {
  bottom: 96px;
  left: 4%;
  background: linear-gradient(135deg, #ff8a4b, #ffbd47);
}

.chip-c {
  right: 4%;
  bottom: 16px;
  background: linear-gradient(135deg, #d1c3ff, #8fb3ff);
}

.systems-section {
  padding: 120px 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(140, 77, 255, 0.16), transparent 18%),
    linear-gradient(180deg, #05040a 0%, #09070f 100%);
}

.section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-head h2 {
  font-size: clamp(40px, 4.4vw, 68px);
}

.section-head.light p {
  color: rgba(247, 243, 255, 0.68);
}

.systems-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.system-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.system-card.system-text {
  padding: 30px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 154, 42, 0.12), transparent 18%),
    rgba(255, 255, 255, 0.045);
}

.card-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: #17101e;
  background: linear-gradient(135deg, var(--gold), #ffd24f);
  border-radius: 12px;
  font-size: 11px;
  font-weight: 900;
}

.system-text h3 {
  font-size: 34px;
  line-height: 1;
  letter-spacing: -1.5px;
}

.tag-row {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-row span {
  padding: 9px 12px;
  color: rgba(247, 243, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.system-shot {
  display: flex;
  flex-direction: column;
}

.system-shot img {
  width: 100%;
  aspect-ratio: 2.16 / 1;
  object-fit: cover;
}

.system-copy {
  padding: 18px 20px 24px;
}

.system-shot .card-kicker {
  margin-bottom: 13px;
}

.system-shot h3 {
  font-size: 22px;
  letter-spacing: -0.6px;
}

.metric-band {
  margin-top: 18px;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  background: linear-gradient(135deg, rgba(255, 154, 42, 0.16), rgba(140, 77, 255, 0.14));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
}

.metric-band div {
  padding: 8px 10px;
}

.metric-band strong,
.metric-band span {
  display: block;
}

.metric-band strong {
  font-size: 24px;
}

.metric-band span {
  margin-top: 5px;
  color: rgba(247, 243, 255, 0.62);
  font-size: 11px;
}

.reviews-section {
  padding: 120px 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(76, 217, 255, 0.11), transparent 14%),
    linear-gradient(180deg, #09070f 0%, #06050b 100%);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  min-height: 260px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.review-card.featured {
  background: linear-gradient(180deg, rgba(255, 154, 42, 0.16), rgba(140, 77, 255, 0.12));
}

.quote-mark {
  display: inline-block;
  color: var(--gold);
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.review-card p {
  margin: 32px 0 18px;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.2px;
}

.review-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  color: #140f19;
  background: linear-gradient(135deg, var(--gold), #ffba4a);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.download-section {
  padding: 120px 0 100px;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 154, 42, 0.18), transparent 22%),
    radial-gradient(circle at 16% 76%, rgba(140, 77, 255, 0.18), transparent 20%),
    linear-gradient(135deg, #120a1f 0%, #09070f 100%);
}

.download-panel {
  position: relative;
  overflow: hidden;
  padding: 44px 42px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.download-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to right, #000 0%, transparent 92%);
}

.download-copy {
  position: relative;
  z-index: 2;
}

.download-copy h2 {
  font-size: clamp(40px, 4.6vw, 72px);
}

.download-copy p {
  max-width: 580px;
}

.download-art {
  position: relative;
  min-height: 360px;
}

.download-art-glow {
  position: absolute;
  inset: 18px 34px;
  border-radius: 28px;
  background: radial-gradient(circle at 50% 45%, rgba(255, 154, 42, 0.28), transparent 32%);
  filter: blur(12px);
}

.download-slab {
  position: absolute;
  border-radius: 28px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.slab-a {
  width: 58%;
  height: 56%;
  left: 2%;
  bottom: 20px;
  background:
    linear-gradient(135deg, rgba(255, 154, 42, 0.14), rgba(140, 77, 255, 0.18)),
    url("assets/screen-riot.webp") center/cover;
  transform: rotate(-8deg);
}

.slab-b {
  width: 54%;
  height: 56%;
  right: 7%;
  top: 6%;
  background:
    linear-gradient(135deg, rgba(255, 154, 42, 0.14), rgba(140, 77, 255, 0.2)),
    url("assets/screen-gate.webp") center/cover;
  transform: rotate(10deg);
}

.slab-c {
  width: 32%;
  height: 34%;
  right: 28%;
  bottom: 12px;
  background: linear-gradient(135deg, #ffb64d, #8e5dff);
  transform: rotate(6deg);
}

.site-footer {
  padding: 34px 0 22px;
  background: #05040a;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner {
  padding: 32px 0 28px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-inner p {
  max-width: 280px;
  margin: 18px 0 0;
  color: rgba(247, 243, 255, 0.58);
  font-size: 13px;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links strong {
  margin-bottom: 4px;
  font-size: 11px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.footer-links a,
.footer-links span {
  color: rgba(247, 243, 255, 0.58);
  font-size: 13px;
}

.footer-bottom {
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(247, 243, 255, 0.4);
  font-size: 11px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1080px) {
  .hero-inner,
  .story-grid,
  .download-panel {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    gap: 18px;
  }

  .hero-stage {
    order: -1;
    min-height: 560px;
    margin-bottom: 10px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero h1 {
    font-size: clamp(40px, 8vw, 58px);
  }

  .hero-lead {
    margin: 18px 0 22px;
    font-size: 15px;
  }

  .store-button {
    min-height: 58px;
  }

  .shot-large {
    width: min(70vw, 620px);
    right: 0;
  }

  .shot-top {
    left: 8%;
    width: min(44vw, 440px);
  }

  .shot-side {
    left: 0;
    width: min(48vw, 500px);
  }

  .float-a {
    right: 4%;
  }

  .float-b {
    left: 14%;
  }

  .story-visual {
    min-height: 470px;
  }

  .systems-grid {
    grid-template-columns: 1fr;
  }

  .system-card {
    min-height: 260px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .footer-inner > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(100% - 34px, 720px);
  }

  .menu-toggle {
    display: block;
  }

  .header-button {
    display: none;
  }

  .main-nav {
    position: fixed;
    inset: 88px 0 auto;
    padding: 28px 18px 34px;
    display: grid;
    gap: 18px;
    background: rgba(8, 6, 13, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .main-nav a {
    font-size: 28px;
  }

  .menu-open .main-nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .menu-open .menu-toggle span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-open .menu-toggle span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .hero {
    padding-top: 132px;
  }

  .hero h1 {
    font-size: clamp(46px, 11vw, 72px);
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-section {
    padding-top: 86px;
  }

  .systems-section,
  .reviews-section,
  .download-section {
    padding: 92px 0;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 26px, 560px);
  }

  .header-inner {
    height: 78px;
  }

  .brand-copy strong {
    font-size: 15px;
  }

  .hero {
    padding-top: 116px;
    padding-bottom: 68px;
    border-radius: 0;
  }

  .hero-copy,
  .story-copy,
  .section-head,
  .download-copy {
    text-align: left;
  }

  .store-button {
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: 1fr 1fr;
  }

  .hero-stage {
    min-height: 480px;
    padding: 0;
  }

  .stage-barriers {
    inset: 34px 0 34px;
    border-radius: 28px;
  }

  .shot-large {
    width: 84vw;
    right: 2%;
    top: 82px;
  }

  .shot-top {
    width: 66vw;
    left: 0;
    top: 184px;
  }

  .shot-side {
    width: 72vw;
    left: 8%;
    bottom: 40px;
  }

  .float-a {
    right: 0;
    top: 118px;
  }

  .float-b {
    left: 4%;
    bottom: 96px;
  }

  .float-c {
    right: 4%;
    bottom: 12px;
  }

  .story-section {
    margin-top: -20px;
    padding: 72px 0 82px;
    border-radius: 28px 28px 0 0;
  }

  .story-panel {
    inset: 22px 0 18px;
  }

  .story-visual {
    min-height: 410px;
  }

  .label-chip {
    max-width: 180px;
  }

  .chip-a {
    top: 0;
  }

  .chip-b {
    bottom: 78px;
  }

  .chip-c {
    right: 0;
  }

  .system-card.system-text,
  .system-copy,
  .review-card,
  .download-panel {
    padding: 22px;
  }

  .system-text h3 {
    font-size: 28px;
  }

  .metric-band {
    grid-template-columns: 1fr 1fr;
    padding: 18px;
  }

  .reviews-grid {
    gap: 14px;
  }

  .review-card p {
    font-size: 15px;
  }

  .download-panel {
    border-radius: 26px;
  }

  .download-art {
    min-height: 300px;
  }

  .slab-a,
  .slab-b {
    width: 62%;
    height: 52%;
  }

  .slab-c {
    width: 40%;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}
