:root {
  --ink: #020817;
  --ink-soft: #07152c;
  --panel: rgba(9, 24, 48, 0.78);
  --text: #f7fbff;
  --muted: #a9b9cf;
  --cyan: #19c6ff;
  --blue: #147df5;
  --violet: #a855f7;
  --line: rgba(97, 196, 255, 0.2);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(20, 125, 245, 0.16), transparent 34rem),
    radial-gradient(circle at 85% 30%, rgba(168, 85, 247, 0.12), transparent 30rem),
    var(--ink);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

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

::selection { background: rgba(25, 198, 255, 0.35); color: white; }

.site-nav {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  width: min(1180px, calc(100% - 40px));
  height: 88px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.02rem;
  font-weight: 760;
  letter-spacing: -0.02em;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  box-shadow: 0 0 28px rgba(25, 198, 255, 0.25);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #c7d4e5;
  font-size: 0.88rem;
  font-weight: 620;
}

.nav-links a:not(.nav-cta):hover { color: white; }

.nav-cta {
  padding: 11px 18px;
  border: 1px solid rgba(39, 200, 255, 0.5);
  border-radius: 999px;
  background: rgba(17, 139, 241, 0.12);
  color: white;
  box-shadow: inset 0 0 18px rgba(25, 198, 255, 0.06);
  transition: transform 180ms ease, background 180ms ease;
}

.nav-cta:hover { transform: translateY(-2px); background: rgba(17, 139, 241, 0.22); }

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.76fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 138px 0 72px;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 12% -20vw 0 42%;
  z-index: -2;
  background: linear-gradient(145deg, transparent 10%, rgba(16, 102, 226, 0.07) 48%, transparent 77%);
  transform: skewX(-8deg);
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 8px 13px;
  border: 1px solid rgba(76, 195, 255, 0.19);
  border-radius: 999px;
  background: rgba(8, 37, 70, 0.5);
  color: #d2e6f8;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3dffb5;
  box-shadow: 0 0 12px #3dffb5;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 6.7rem);
  font-weight: 870;
  letter-spacing: -0.07em;
  line-height: 0.94;
}

h1 span {
  display: block;
  margin-top: 0.12em;
  background: linear-gradient(92deg, #4ad8ff 0%, #0ca6ff 40%, #9067ff 92%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 26px rgba(25, 198, 255, 0.18));
}

.hero-lede {
  max-width: 630px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.app-store-link {
  display: inline-flex;
  border-radius: 14px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.34), 0 0 34px rgba(25, 198, 255, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.app-store-link:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.4), 0 0 42px rgba(25, 198, 255, 0.2);
}

.app-store-link img {
  display: block;
  width: 216px;
  height: auto;
  border-radius: 12px;
}

.watch-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e9f5ff;
  font-size: 0.94rem;
  font-weight: 690;
}

.watch-link span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding-left: 2px;
  border: 1px solid rgba(80, 205, 255, 0.4);
  border-radius: 50%;
  background: rgba(15, 130, 238, 0.13);
  color: var(--cyan);
  box-shadow: 0 0 28px rgba(25, 198, 255, 0.1);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 34px;
  color: #7f93ac;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-meta span::before {
  content: '◆';
  margin-right: 8px;
  color: var(--cyan);
  font-size: 0.57em;
  vertical-align: 0.15em;
}

.creator { margin: 17px 0 0; color: #647992; font-size: 0.82rem; }

.hero-art {
  position: relative;
  justify-self: end;
  width: min(100%, 480px);
  max-height: calc(100svh - 120px);
}

.hero-poster {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-height: calc(100svh - 130px);
  object-fit: contain;
  filter: drop-shadow(0 36px 60px rgba(0, 0, 0, 0.5));
  animation: hero-float 7s ease-in-out infinite;
}

.art-aura {
  position: absolute;
  inset: 15% 0 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 164, 255, 0.33), rgba(114, 69, 255, 0.12) 38%, transparent 72%);
  filter: blur(30px);
  transform: scale(1.12);
}

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

.hero-glow-one { top: 20%; left: -18%; width: 310px; height: 310px; background: rgba(20, 125, 245, 0.13); }
.hero-glow-two { right: -18%; bottom: 6%; width: 370px; height: 370px; background: rgba(168, 85, 247, 0.1); }

@keyframes hero-float {
  0%, 100% { transform: translateY(0) rotate(0.1deg); }
  50% { transform: translateY(-11px) rotate(-0.15deg); }
}

.site-nav-wrap {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  transition: background 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

.site-nav-wrap.is-scrolled {
  background: rgba(2, 8, 23, 0.78);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(20px) saturate(140%);
}

.site-nav {
  position: relative;
  left: auto;
  margin: 0 auto;
  transform: none;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(8, 29, 57, 0.78);
  color: white;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 3px auto;
  background: currentColor;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease var(--delay, 0ms), transform 700ms ease var(--delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 8.5rem);
  align-items: center;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(7rem, 12vw, 10rem) 0;
}

.section-label {
  margin: 0 0 17px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.section-copy h2,
.section-heading h2,
.shift-copy h2,
.final-copy h2,
.gallery-heading h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5.3vw, 5.2rem);
  font-weight: 840;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.section-copy h2 span,
.shift-copy h2 span,
.final-copy h2 span {
  background: linear-gradient(90deg, var(--cyan), #7f65ff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.section-copy > p:not(.section-label),
.shift-copy > p:not(.section-label),
.final-copy > p:not(.section-label),
.section-heading > p:not(.section-label) {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.section-copy p strong { color: white; }

.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1120px, calc(100% - 40px));
  margin: 22px auto 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(9, 31, 61, 0.72), rgba(9, 20, 43, 0.54));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 24px 70px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.stat-strip div {
  display: flex;
  min-height: 124px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(75, 180, 255, 0.12);
}

.stat-strip div:last-child { border-right: 0; }
.stat-strip strong { color: white; font-size: clamp(2rem, 4vw, 3rem); font-weight: 820; letter-spacing: -0.04em; }
.stat-strip span { margin-top: 5px; color: #7288a4; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }

.gameplay-section { grid-template-columns: minmax(290px, 0.66fr) minmax(0, 1fr); }

.video-stage { position: relative; justify-self: center; width: min(100%, 430px); }
.video-frame {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(73, 201, 255, 0.34);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(19, 67, 113, 0.7), rgba(4, 13, 31, 0.95));
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.45), 0 0 70px rgba(25, 198, 255, 0.1);
}

.video-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.video-topline {
  display: flex;
  height: 40px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  color: #97aec7;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-topline span { width: 7px; height: 7px; border-radius: 50%; background: #3dffb5; box-shadow: 0 0 10px #3dffb5; }
.video-frame video { display: block; width: 100%; max-height: 680px; border-radius: 27px; background: #000611; object-fit: cover; }
.video-orbit { position: absolute; z-index: 0; border: 1px solid rgba(30, 189, 255, 0.14); border-radius: 50%; pointer-events: none; }
.orbit-one { inset: 18% -24%; transform: rotate(-18deg); }
.orbit-two { inset: 28% -36%; transform: rotate(22deg); border-color: rgba(163, 78, 255, 0.13); }

.step-list { display: grid; gap: 1px; margin-top: 38px; overflow: hidden; border: 1px solid rgba(81, 176, 242, 0.15); border-radius: 18px; background: rgba(56, 137, 212, 0.12); }
.step-list div { display: flex; align-items: center; gap: 18px; padding: 17px 20px; background: rgba(5, 19, 41, 0.9); }
.step-list span { color: var(--cyan); font-family: ui-monospace, SFMono-Regular, monospace; font-size: 0.76rem; font-weight: 800; }
.step-list p { margin: 0; color: #9fb1c6; font-size: 0.91rem; }
.step-list strong { margin-right: 6px; color: white; }

.levels-section {
  position: relative;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  width: min(1180px, calc(100% - 40px));
}

.levels-section::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 10% -20vw 4%;
  background: radial-gradient(circle at 25% 52%, rgba(24, 142, 255, 0.13), transparent 33%), radial-gradient(circle at 75% 45%, rgba(152, 68, 255, 0.08), transparent 30%);
}

.levels-image { position: relative; justify-self: center; width: min(100%, 425px); }
.levels-image::before { content: ''; position: absolute; inset: 12% -8% 8%; border-radius: 50%; background: rgba(27, 145, 255, 0.18); filter: blur(55px); }
.levels-image img { position: relative; display: block; width: 100%; filter: drop-shadow(0 30px 56px rgba(0, 0, 0, 0.42)); }

.campaign-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 34px; }
.campaign-grid > div { display: grid; grid-template-columns: 18px 1fr auto; gap: 11px; align-items: center; padding: 13px 15px; border: 1px solid rgba(70, 171, 239, 0.12); border-radius: 13px; background: rgba(8, 25, 49, 0.7); color: #d9e5f3; font-size: 0.84rem; }
.campaign-grid b { color: #607894; font-size: 0.72rem; }
.shape { display: block; width: 11px; height: 11px; background: var(--cyan); box-shadow: 0 0 10px currentColor; }
.shape.diamond { transform: rotate(45deg); }
.shape.circle { border-radius: 50%; background: #18b8ff; }
.shape.square { border-radius: 2px; background: #a855f7; }
.shape.arrow { clip-path: polygon(0 0, 100% 50%, 0 100%); background: #ff8a23; }
.shape.hex { clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); background: #ffcf21; }
.shape.frame { border: 2px solid #147df5; background: transparent; }
.shape.mix { border-radius: 50% 2px 50% 2px; background: linear-gradient(135deg, #18c8ff, #a855f7); }
.medal-note { display: flex; gap: 12px; align-items: flex-start; margin-top: 24px; padding: 16px 18px; border-left: 2px solid #ffc229; background: linear-gradient(90deg, rgba(255, 190, 35, 0.08), transparent); color: #9eafc2; font-size: 0.86rem; line-height: 1.55; }
.medal-note i { flex: 0 0 auto; color: #ffc229; font-style: normal; font-size: 1.25rem; }

.modes-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: clamp(7rem, 12vw, 11rem) 0; }
.section-heading { display: flex; flex-direction: column; align-items: center; max-width: 760px; margin: 0 auto 54px; text-align: center; }
.mode-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.mode-card { position: relative; overflow: hidden; min-height: 300px; padding: 27px; border: 1px solid rgba(85, 174, 238, 0.14); border-radius: 21px; background: linear-gradient(150deg, rgba(10, 32, 62, 0.84), rgba(5, 15, 34, 0.94)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.035); transition: transform 220ms ease, border-color 220ms ease; }
.mode-card::after { content: ''; position: absolute; right: -70px; bottom: -90px; width: 180px; height: 180px; border-radius: 50%; background: var(--card-accent); opacity: 0.12; filter: blur(26px); }
.mode-card:hover { transform: translateY(-7px); border-color: color-mix(in srgb, var(--card-accent), transparent 55%); }
.accent-cyan { --card-accent: #19c6ff; }.accent-blue { --card-accent: #147df5; }.accent-violet { --card-accent: #9f55ff; }.accent-pink { --card-accent: #e64cff; }.accent-orange { --card-accent: #ff8a28; }.accent-green { --card-accent: #32e39a; }
.mode-icon { display: grid; width: 49px; height: 49px; place-items: center; margin-bottom: 46px; border: 1px solid color-mix(in srgb, var(--card-accent), transparent 60%); border-radius: 14px; background: color-mix(in srgb, var(--card-accent), transparent 88%); color: var(--card-accent); box-shadow: 0 0 28px color-mix(in srgb, var(--card-accent), transparent 88%); }
.mode-card > p { margin: 0 0 8px; color: var(--card-accent); font-size: 0.68rem; font-weight: 760; letter-spacing: 0.08em; text-transform: uppercase; }
.mode-card h3 { margin: 0 0 13px; color: white; font-size: 1.55rem; letter-spacing: -0.04em; }
.mode-card > span { position: relative; z-index: 1; color: #8499b2; font-size: 0.88rem; line-height: 1.65; }

.shift-section,
.power-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.68fr);
  gap: clamp(3rem, 8vw, 8.5rem);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(6rem, 10vw, 9rem) 0;
}

.shift-image,
.power-image { position: relative; justify-self: center; width: min(100%, 430px); }
.shift-image::before,
.power-image::before { content: ''; position: absolute; inset: 12% -10%; border-radius: 50%; background: radial-gradient(circle, rgba(30, 148, 255, 0.22), rgba(137, 60, 255, 0.1) 45%, transparent 70%); filter: blur(40px); }
.shift-image img,
.power-image img { position: relative; display: block; width: 100%; filter: drop-shadow(0 34px 60px rgba(0, 0, 0, 0.42)); }
.modifier-row { display: grid; gap: 10px; margin-top: 34px; }
.modifier-row > div { display: flex; align-items: center; gap: 15px; padding: 15px 17px; border: 1px solid rgba(70, 173, 246, 0.13); border-radius: 14px; background: rgba(8, 27, 53, 0.68); }
.modifier-row i { width: 22px; color: var(--cyan); font-style: normal; font-size: 1.25rem; text-align: center; }
.modifier-row span { display: flex; flex-direction: column; color: #7086a0; font-size: 0.76rem; }
.modifier-row strong { margin-bottom: 2px; color: #e8f4ff; font-size: 0.9rem; }
.power-section { grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1fr); }
.power-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 36px; }
.power-list > div { display: flex; gap: 12px; padding: 17px; border: 1px solid rgba(80, 181, 247, 0.13); border-radius: 15px; background: rgba(7, 24, 48, 0.72); }
.power-list > div > span { display: grid; flex: 0 0 auto; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: rgba(22, 176, 255, 0.11); color: var(--cyan); }
.power-list p { margin: 0; color: #6f86a0; font-size: 0.78rem; line-height: 1.5; }
.power-list strong { display: block; margin-bottom: 4px; color: #dceaff; font-size: 0.88rem; }

.progress-section { padding: clamp(7rem, 12vw, 10rem) 20px; }
.progress-inner { width: min(1180px, 100%); margin: 0 auto; padding: clamp(2rem, 6vw, 5rem); border: 1px solid rgba(73, 181, 248, 0.18); border-radius: 30px; background: radial-gradient(circle at 20% 20%, rgba(29, 146, 255, 0.12), transparent 40%), linear-gradient(145deg, rgba(9, 31, 61, 0.9), rgba(5, 15, 33, 0.95)); box-shadow: 0 42px 100px rgba(0, 0, 0, 0.32); }
.section-heading.compact { align-items: flex-start; margin: 0 0 50px; text-align: left; }
.progress-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.progress-grid i { color: var(--cyan); font-style: normal; font-size: 1.55rem; }
.progress-grid h3 { margin: 19px 0 9px; color: white; font-size: 1.02rem; }
.progress-grid p { margin: 0; color: #758aa3; font-size: 0.82rem; line-height: 1.6; }

.gallery-section { padding: clamp(7rem, 12vw, 10rem) 0; overflow: hidden; }
.gallery-heading { display: flex; width: min(1180px, calc(100% - 40px)); align-items: flex-end; justify-content: space-between; gap: 30px; margin: 0 auto 44px; }
.gallery-heading h2 { font-size: clamp(2.6rem, 4.6vw, 4.6rem); }
.gallery-controls { display: flex; gap: 9px; }
.gallery-controls button { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(74, 188, 255, 0.2); border-radius: 50%; background: rgba(8, 29, 58, 0.74); color: #cee9ff; font-size: 1.7rem; line-height: 1; cursor: pointer; transition: transform 180ms ease, background 180ms ease; }
.gallery-controls button:hover { transform: translateY(-2px); background: rgba(18, 100, 173, 0.32); }
.gallery-track { display: flex; gap: 18px; overflow-x: auto; padding: 14px max(20px, calc((100vw - 1180px) / 2)) 38px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-card { flex: 0 0 clamp(260px, 28vw, 360px); overflow: hidden; margin: 0; border: 1px solid rgba(73, 185, 255, 0.17); border-radius: 24px; background: #061128; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34); scroll-snap-align: start; transition: transform 240ms ease, border-color 240ms ease; }
.gallery-card.is-tablet { flex-basis: clamp(330px, 37vw, 460px); }
.gallery-card:hover { transform: translateY(-8px); border-color: rgba(58, 194, 255, 0.45); }
.gallery-card img { display: block; width: 100%; height: auto; }

.final-cta { position: relative; display: grid; grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; width: min(1120px, calc(100% - 40px)); margin: clamp(4rem, 8vw, 8rem) auto; padding: clamp(2rem, 6vw, 5rem); overflow: hidden; border: 1px solid rgba(75, 191, 255, 0.21); border-radius: 34px; background: radial-gradient(circle at 18% 50%, rgba(20, 137, 244, 0.22), transparent 38%), linear-gradient(140deg, rgba(9, 35, 68, 0.94), rgba(4, 14, 32, 0.98)); box-shadow: 0 45px 110px rgba(0, 0, 0, 0.38); }
.final-art { align-self: stretch; max-height: 590px; overflow: hidden; border-radius: 24px; mask-image: linear-gradient(to bottom, black 78%, transparent 100%); }
.final-art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.final-copy { position: relative; z-index: 2; }
.final-copy .app-store-link { margin-top: 32px; }
.text-link { display: flex; width: max-content; align-items: center; gap: 7px; margin-top: 20px; color: var(--cyan); font-size: 0.85rem; font-weight: 700; }
.text-link:hover span { transform: translateX(3px); }
.text-link span { transition: transform 180ms ease; }
.ios-note { margin-top: 22px !important; color: #59718d !important; font-size: 0.75rem !important; }

footer { display: flex; width: min(1180px, calc(100% - 40px)); min-height: 132px; align-items: center; justify-content: space-between; gap: 28px; margin: 0 auto; border-top: 1px solid rgba(255, 255, 255, 0.08); color: #536981; font-size: 0.75rem; }
footer .brand { color: white; font-size: 0.92rem; }
footer .brand img { width: 38px; height: 38px; border-radius: 10px; }

@media (max-width: 900px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr minmax(290px, 0.62fr); gap: 1rem; }
  h1 { font-size: clamp(3.2rem, 8.8vw, 5.2rem); }
  .section,
  .levels-section,
  .shift-section,
  .power-section { gap: clamp(2.5rem, 6vw, 4.5rem); }
  .mode-grid { grid-template-columns: repeat(2, 1fr); }
  .progress-grid { grid-template-columns: repeat(2, 1fr); gap: 34px; }
}

@media (max-width: 700px) {
  .site-nav { width: min(100% - 28px, 1180px); height: 74px; }
  .brand img { width: 38px; height: 38px; border-radius: 10px; }
  .nav-cta { padding: 9px 14px; }
  .menu-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: 64px;
    right: 0;
    display: none;
    width: min(280px, calc(100vw - 28px));
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(75, 190, 255, 0.2);
    border-radius: 18px;
    background: rgba(3, 13, 31, 0.96);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
  }
  .nav-links.is-open { display: flex; }
  .nav-links.is-open a:not(.nav-cta) { display: block; }
  .nav-links a { padding: 12px 14px; }
  .nav-links .nav-cta { margin-top: 4px; text-align: center; }
  .hero {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 1180px);
    min-height: auto;
    padding: 116px 0 60px;
    text-align: center;
  }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-lede { max-width: 560px; font-size: 1.05rem; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-meta { justify-content: center; }
  .hero-art { justify-self: center; width: min(100%, 430px); margin-top: 20px; }
  .hero-poster { max-height: none; }
  .stat-strip { grid-template-columns: repeat(2, 1fr); width: min(100% - 28px, 1120px); }
  .stat-strip div { min-height: 105px; }
  .stat-strip div:nth-child(2) { border-right: 0; }
  .stat-strip div:nth-child(-n + 2) { border-bottom: 1px solid rgba(75, 180, 255, 0.12); }
  .section,
  .levels-section,
  .shift-section,
  .power-section,
  .final-cta {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 1180px);
    gap: 3.5rem;
  }
  .section,
  .levels-section,
  .shift-section,
  .power-section { padding: 6rem 0; }
  .section-copy,
  .shift-copy,
  .final-copy { text-align: center; }
  .section-copy > p:not(.section-label),
  .shift-copy > p:not(.section-label),
  .final-copy > p:not(.section-label) { margin-right: auto; margin-left: auto; }
  .video-stage { width: min(88vw, 390px); }
  .video-frame video { max-height: none; }
  .step-list,
  .campaign-grid,
  .modifier-row,
  .power-list { text-align: left; }
  .campaign-grid,
  .power-list { grid-template-columns: 1fr; }
  .medal-note { text-align: left; }
  .levels-image,
  .shift-image,
  .power-image { width: min(88vw, 420px); }
  .mode-grid { grid-template-columns: 1fr; }
  .mode-card { min-height: 250px; }
  .mode-icon { margin-bottom: 34px; }
  .progress-section { padding-right: 14px; padding-left: 14px; }
  .progress-inner { padding: 34px 24px; }
  .progress-grid { grid-template-columns: 1fr; gap: 30px; }
  .gallery-heading { width: min(100% - 28px, 1180px); align-items: flex-end; }
  .gallery-heading h2 { font-size: clamp(2.35rem, 11vw, 3.8rem); }
  .gallery-controls { display: none; }
  .gallery-track { padding-right: 14px; padding-left: 14px; }
  .gallery-card { flex-basis: min(78vw, 335px); }
  .gallery-card.is-tablet { flex-basis: min(84vw, 390px); }
  .final-cta { padding: 20px 20px 50px; border-radius: 26px; }
  .final-art { max-height: 460px; }
  .final-copy { display: flex; flex-direction: column; align-items: center; }
  .text-link { margin-right: auto; margin-left: auto; }
  footer { flex-direction: column; justify-content: center; padding: 40px 0; text-align: center; }
  footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
