@font-face {
  font-family: "Manrope";
  src: url("/assets/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("/assets/rubik-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

:root {
  --navy: #06132e;
  --navy-2: #0a1b3d;
  --blue: #176bff;
  --blue-bright: #39a2ff;
  --red: #ff3e4e;
  --yellow: #ffd323;
  --cream: #fbf8ef;
  --ink: #102040;
  --muted: #61708d;
  --line: rgba(16, 32, 64, 0.12);
  --shell: min(1160px, calc(100% - 40px));
  --display: "Rubik", system-ui, sans-serif;
  --body: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; background: #fff; color: var(--navy); border-radius: 10px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: #fff; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(6,19,46,.86); box-shadow: 0 12px 40px rgba(0,0,0,.15); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-size: 20px; font-weight: 800; letter-spacing: -.6px; }
.brand strong { color: var(--yellow); }
.brand-mark { width: 42px; height: 42px; display: block; flex: 0 0 auto; border-radius: 12px; object-fit: cover; box-shadow: 0 8px 20px rgba(0,0,0,.3); }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 700; }
.site-nav > a:not(.nav-cta) { color: rgba(255,255,255,.72); transition: color .2s; }
.site-nav > a:hover { color: #fff; }
.nav-cta { padding: 12px 19px; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; background: rgba(255,255,255,.08); }
.nav-toggle { display: none; border: 0; background: none; color: #fff; }

.hero { min-height: 850px; position: relative; display: grid; align-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 76% 48%,#173d83 0,transparent 30%), linear-gradient(145deg,#06112a 0%,#071936 52%,#061128 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom,black,transparent 80%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 70px; padding-top: 92px; }
.hero-copy { padding: 70px 0; }
.eyebrow,.kicker { margin: 0 0 22px; text-transform: uppercase; letter-spacing: 2.4px; font-size: 12px; font-weight: 800; }
.eyebrow { color: #b6c9f3; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: #51dd8d; box-shadow: 0 0 14px #51dd8d; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: var(--display); }
h1 { margin-bottom: 25px; max-width: 700px; font-size: clamp(64px,8vw,112px); line-height: .84; letter-spacing: -6px; text-transform: uppercase; }
h1 em { color: var(--yellow); font-style: normal; text-shadow: 0 7px 0 #c18b00; }
.hero-lede { max-width: 570px; color: #b7c4df; font-size: 18px; line-height: 1.75; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; }
.play-button { min-width: 196px; min-height: 62px; display: inline-flex; align-items: center; gap: 13px; padding: 10px 18px; color: #fff; background: #111; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; box-shadow: 0 12px 30px rgba(0,0,0,.25); transition: transform .2s, box-shadow .2s; }
.play-button:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(0,0,0,.32); }
.play-button svg { width: 29px; flex: 0 0 auto; }
.play-button span { display: flex; flex-direction: column; line-height: 1; }
.play-button small { font-size: 9px; letter-spacing: .9px; margin-bottom: 5px; }
.play-button b { font-size: 20px; letter-spacing: -.5px; }
.text-link { font-size: 14px; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 5px; }
.text-link span { margin-left: 7px; }
.hero-notes { display: flex; gap: 25px; margin-top: 32px; color: #91a4cb; font-size: 12px; font-weight: 700; }
.hero-notes i { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 6px; color: var(--navy); background: var(--yellow); border-radius: 50%; font-style: normal; }
.hero-art { position: relative; justify-self: center; width: min(360px,32vw,calc((100svh - 155px) * .563)); perspective: 1200px; }
.phone { position: relative; z-index: 2; width: 100%; padding: 10px; border-radius: 48px; background: linear-gradient(145deg,#e8edfa,#607196 45%,#132142); box-shadow: 0 45px 90px rgba(0,0,0,.4),0 0 70px rgba(52,123,255,.2); transform: rotate(1.5deg); }
.phone::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.5); border-radius: 43px; pointer-events: none; }
.phone img { width: 100%; height: auto; object-fit: contain; border-radius: 39px; }
.phone-speaker { position: absolute; z-index: 3; top: 18px; left: 50%; transform: translateX(-50%); width: 74px; height: 20px; border-radius: 20px; background: #071028; }
.orbit { position: absolute; z-index: 0; border: 1px solid rgba(80,145,255,.25); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 16px var(--yellow); }
.orbit-one { width: 600px; height: 600px; left: -100px; top: 170px; }
.orbit-one::after { top: 66px; left: 65px; }
.orbit-two { width: 760px; height: 760px; left: -180px; top: 80px; }
.orbit-two::after { right: 60px; bottom: 120px; background: var(--red); box-shadow: 0 0 16px var(--red); }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; background: rgba(9,26,59,.78); backdrop-filter: blur(12px); box-shadow: 0 16px 30px rgba(0,0,0,.2); font-size: 12px; }
.float-card span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; font-size: 19px; }
.float-card-top { right: -52px; top: 22%; }
.float-card-top span { background: var(--yellow); color: var(--navy); }
.float-card-bottom { left: -50px; bottom: 17%; }
.float-card-bottom span { background: var(--red); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 380px; height: 380px; left: -270px; top: 260px; background: rgba(39,101,255,.18); }
.hero-glow-two { width: 250px; height: 250px; right: -100px; top: 100px; background: rgba(255,44,71,.13); }
.scroll-cue { position: absolute; z-index: 4; left: 50%; bottom: 28px; width: 20px; height: 34px; border: 1px solid rgba(255,255,255,.3); border-radius: 20px; }
.scroll-cue span { display: block; width: 4px; height: 7px; margin: 7px auto; border-radius: 4px; background: #fff; animation: scroll 1.8s infinite; }

.ticker { overflow: hidden; color: var(--navy); background: var(--yellow); transform: rotate(-1.2deg) scale(1.02); position: relative; z-index: 3; }
.ticker div { width: max-content; display: flex; align-items: center; gap: 32px; padding: 17px 0; animation: ticker 26s linear infinite; }
.ticker span { font-family: var(--display); font-size: 18px; font-weight: 900; text-transform: uppercase; letter-spacing: -.3px; }
.ticker i { font-style: normal; font-size: 11px; color: var(--red); }

.section { padding: 130px 0; }
.kicker { color: var(--blue); }
h2 { margin-bottom: 24px; font-size: clamp(44px,6vw,78px); line-height: .98; letter-spacing: -4px; text-transform: uppercase; }
.worlds-copy > p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.gameplay { background: #f7f3e9; }
.gameplay-layout { display: grid; grid-template-columns: minmax(320px,.82fr) 1fr; gap: clamp(70px,9vw,140px); align-items: center; }
.gameplay-shot { width: min(430px,100%); justify-self: center; padding: 10px; border: 1px solid rgba(16,32,64,.15); border-radius: 34px; background: #fff; box-shadow: 0 30px 80px rgba(18,35,70,.15); transform: rotate(-2deg); }
.gameplay-shot img { width: 100%; height: auto; border-radius: 25px; object-fit: contain; }
.gameplay-copy h2 { margin-bottom: 28px; }
.gameplay-intro { max-width: 610px; margin-bottom: 38px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.gameplay-steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.gameplay-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.gameplay-steps li > span { padding-top: 4px; color: var(--blue); font-family: var(--display); font-size: 13px; font-weight: 900; }
.gameplay-steps h3 { margin-bottom: 7px; font-size: 21px; letter-spacing: -.8px; }
.gameplay-steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.worlds { color: #fff; background: var(--navy); overflow: hidden; }
.worlds-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 110px; align-items: center; }
.worlds-visual { position: relative; width: min(410px,100%); justify-self: center; }
.poster { padding: 8px; border-radius: 34px; background: linear-gradient(145deg,#fff,#65708a); box-shadow: 0 35px 70px rgba(0,0,0,.35); transform: rotate(-5deg); }
.poster img { width: 100%; height: auto; object-fit: contain; border-radius: 28px; }
.poster::before { content: ""; position: absolute; width: 90%; height: 90%; left: -28%; bottom: -18%; z-index: -1; border-radius: 50%; background: #123776; filter: blur(1px); }
.world-badge { position: absolute; z-index: 2; right: -35px; bottom: 80px; width: 132px; height: 132px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 50%; color: var(--navy); background: var(--yellow); box-shadow: 0 15px 35px rgba(0,0,0,.3); transform: rotate(7deg); }
.world-badge strong { font-family: var(--display); font-size: 50px; line-height: 1; }
.world-badge span { font-size: 11px; line-height: 1.3; font-weight: 800; text-transform: uppercase; }
.worlds-copy .kicker { color: #8badf8; }
.worlds-copy > p { color: #a6b5d2; }
.feature-list { list-style: none; padding: 0; margin: 38px 0 0; border-top: 1px solid rgba(255,255,255,.12); }
.feature-list li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.feature-list li > span { color: var(--yellow); font-family: var(--display); font-size: 13px; }
.feature-list b { font-family: var(--display); font-size: 18px; }
.feature-list p { margin: 5px 0 0; color: #8595b5; font-size: 13px; line-height: 1.6; }

.download-section { position: relative; overflow: hidden; padding: 130px 0; color: #fff; text-align: center; background: linear-gradient(145deg,#176bff,#0045d7); }
.download-section::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle,#fff 1.5px,transparent 1.5px); background-size: 34px 34px; }
.download-inner { position: relative; z-index: 2; }
.download-inner .kicker { color: #c9dcff; }
.download-inner h2 { font-size: clamp(52px,8vw,94px); }
.download-inner > p:not(.kicker) { color: #d6e4ff; font-size: 17px; }
.download-inner .play-button { margin-top: 25px; text-align: left; }
.game-icon-large { width: 116px; height: 116px; margin: 0 auto 35px; border: 3px solid rgba(255,255,255,.32); border-radius: 30px; box-shadow: 0 24px 48px rgba(0,20,90,.3); transform: rotate(-5deg); }
.download-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); }
.orb-left { width: 450px; height: 450px; left: -200px; top: 80px; }
.orb-right { width: 600px; height: 600px; right: -240px; bottom: -220px; }

.site-footer { padding: 28px 0; color: #8e9bb5; background: #041027; font-size: 12px; }
.footer-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; }
.brand-footer { color: #fff; font-size: 16px; }
.brand-footer .brand-mark { width: 34px; height: 34px; border-radius: 10px; }
.footer-row p { margin: 0; }
.footer-links { display: flex; justify-content: flex-end; gap: 23px; }
.footer-links a:hover { color: #fff; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease,transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes scroll { 0% { transform: translateY(0); opacity: 1; } 75% { transform: translateY(11px); opacity: 0; } 100% { opacity: 0; } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px,720px); }
  .nav-toggle { display: grid; gap: 6px; padding: 10px; }
  .nav-toggle span:not(.sr-only) { width: 25px; height: 2px; background: #fff; transition: transform .2s; }
  .site-nav { position: absolute; top: 70px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(6,19,46,.97); box-shadow: 0 25px 60px rgba(0,0,0,.3); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 12px; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; padding: 135px 0 85px; }
  .hero-copy { padding: 0; text-align: center; }
  .eyebrow,.hero-actions,.hero-notes { justify-content: center; }
  .hero-lede { margin-inline: auto; }
  h1 { letter-spacing: -4px; }
  .hero-art { width: min(380px,76vw); margin-top: 75px; }
  .scroll-cue { display: none; }
  .gameplay-layout { grid-template-columns: 1fr; gap: 65px; }
  .gameplay-shot { width: min(390px,85vw); }
  .worlds-grid { grid-template-columns: 1fr; gap: 90px; }
  .worlds-copy { order: -1; }
}

@media (max-width: 600px) {
  .nav-wrap { min-height: 72px; }
  .hero-grid { padding-top: 118px; }
  h1 { font-size: clamp(53px,18vw,76px); letter-spacing: -3.5px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 20px; }
  .hero-notes { gap: 14px; flex-wrap: wrap; }
  .hero-art { width: 78vw; }
  .float-card-top { right: -25px; }
  .float-card-bottom { left: -28px; }
  .section { padding: 90px 0; }
  h2 { font-size: 44px; letter-spacing: -2.5px; }
  .gameplay-layout { gap: 55px; }
  .gameplay-shot { width: min(340px,88vw); border-radius: 27px; }
  .gameplay-shot img { border-radius: 20px; }
  .world-badge { right: -12px; width: 108px; height: 108px; }
  .download-section { padding: 100px 0; }
  .footer-row { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-links { justify-content: center; }
}

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