:root {
  --sky: #0a82ef;
  --sky-dark: #0757c8;
  --navy: #10163b;
  --blue-ink: #123c73;
  --green: #72cf45;
  --green-dark: #3c9b2a;
  --orange: #ff8a32;
  --cream: #f8fbff;
  --mist: #eaf5ff;
  --lavender: #e7e7ff;
  --line: rgba(16, 22, 59, .12);
  --display: "Fredoka", sans-serif;
  --body: "Nunito", sans-serif;
  --shadow: 0 24px 60px rgba(20, 83, 155, .18);
  --ease: cubic-bezier(.22, .8, .22, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--navy);
  font-family: var(--body);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img, svg { display: block; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 16px;
  border-radius: 10px; color: #fff; background: var(--navy); transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.navbar {
  position: fixed; top: 18px; left: 50%; z-index: 60; width: min(1180px, calc(100% - 36px));
  min-height: 66px; padding: 8px 9px 8px 12px; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 20px; border: 1px solid rgba(255,255,255,.75); border-radius: 21px;
  background: rgba(255,255,255,.78); box-shadow: 0 10px 32px rgba(24,82,144,.1);
  backdrop-filter: blur(18px); transform: translateX(-50%); transition: top .25s ease, background .25s ease, box-shadow .25s ease;
}
.navbar.is-scrolled { top: 10px; background: rgba(255,255,255,.95); box-shadow: 0 15px 38px rgba(24,82,144,.16); }
.brand { width: fit-content; display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-size: .98rem; font-weight: 600; cursor: pointer; }
.brand img { width: 46px; height: 46px; border-radius: 12px; box-shadow: 0 5px 12px rgba(32,104,187,.2); }
.brand b { color: var(--sky-dark); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { min-height: 44px; padding: 12px 14px; border-radius: 12px; color: #456587; font-size: .82rem; font-weight: 800; cursor: pointer; transition: color .2s ease, background .2s ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--sky-dark); background: var(--mist); outline: none; }
.nav-download {
  min-height: 48px; padding: 0 18px; justify-self: end; display: inline-flex; align-items: center; gap: 8px;
  border: 0; border-radius: 14px; color: #fff; background: var(--navy); box-shadow: 0 5px 0 #080b22;
  font-size: .82rem; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.nav-download svg { width: 17px; }
.nav-download:hover { background: var(--sky-dark); transform: translateY(-1px); box-shadow: 0 6px 0 #06449d; }
.nav-download:active { transform: translateY(3px); box-shadow: 0 2px 0 #080b22; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 13px; background: #fff; cursor: pointer; }
.menu-toggle span { width: 20px; height: 2px; margin: 5px auto; display: block; border-radius: 2px; background: var(--navy); transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.hero {
  position: relative; min-height: 100svh; padding: 152px max(24px, calc((100% - 1180px)/2)) 100px;
  display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: clamp(55px,7vw,105px);
  overflow: hidden; background:
    radial-gradient(circle at 79% 42%, rgba(62,191,255,.26), transparent 25rem),
    linear-gradient(135deg,#fbfdff 0 48%,#eaf6ff 48% 100%);
}
.hero-grid {
  position: absolute; inset: 0; opacity: .45; pointer-events: none;
  background-image: linear-gradient(rgba(10,130,239,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(10,130,239,.07) 1px,transparent 1px);
  background-size: 52px 52px; mask-image: linear-gradient(90deg,#000,transparent 58%);
}
.hero-copy, .hero-board { position: relative; z-index: 1; }
.level-chip { width: fit-content; margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: #456587; font-size: .72rem; font-weight: 800; letter-spacing: .04em; }
.level-chip span { padding: 7px 10px; border: 1px solid rgba(60,155,42,.22); border-radius: 8px; color: #287819; background: #e2f8d9; }
h1, h2, h3 { font-family: var(--display); }
.hero h1 { margin: 0; font-size: clamp(3.5rem,6.5vw,6.5rem); font-weight: 700; line-height: .94; letter-spacing: -.052em; }
.hero h1 em { position: relative; color: var(--sky); font-style: normal; white-space: nowrap; }
.hero h1 em::after { position: absolute; right: 3px; bottom: -9px; left: 3px; height: 10px; content: ""; border-radius: 50%; background: var(--green); clip-path: polygon(0 48%,100% 0,94% 72%,7% 100%); opacity: .75; }
.hero-lead { max-width: 575px; margin: 30px 0 0; color: #496886; font-size: clamp(1.02rem,1.5vw,1.18rem); line-height: 1.72; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.play-button {
  min-height: 64px; padding: 8px 20px 8px 9px; display: inline-flex; align-items: center; gap: 12px;
  border: 0; border-radius: 17px; color: #fff; background: var(--navy); box-shadow: 0 6px 0 #080b22,0 15px 30px rgba(16,22,59,.2);
  cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.play-button:hover { background: var(--sky-dark); transform: translateY(-2px); box-shadow: 0 8px 0 #06469f,0 19px 34px rgba(16,91,183,.25); }
.play-button:active { transform: translateY(4px); box-shadow: 0 2px 0 #080b22; }
.button-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; color: var(--navy); background: #fff; }
.button-icon svg { width: 22px; }
.play-button > span:last-child, .play-button small { display: block; text-align: left; }
.play-button > span:last-child { font-family: var(--display); font-size: 1rem; font-weight: 600; line-height: 1.05; }
.play-button small { margin-bottom: 4px; font-family: var(--body); font-size: .6rem; font-weight: 700; opacity: .68; }
.watch-link { padding: 12px 0; display: inline-flex; align-items: center; gap: 9px; border-bottom: 2px solid var(--navy); font-size: .82rem; font-weight: 800; cursor: pointer; }
.watch-link svg { width: 27px; height: 27px; padding: 7px; border-radius: 50%; color: #fff; background: var(--orange); fill: #fff; }
.quest-stats { margin: 52px 0 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.quest-stats div { padding-left: 14px; border-left: 3px solid var(--lavender); }
.quest-stats strong, .quest-stats span { display: block; }
.quest-stats strong { font-family: var(--display); font-size: 1.1rem; }
.quest-stats span { margin-top: 3px; color: #6a8199; font-size: .68rem; }
.hero-board { min-height: 660px; display: grid; place-items: center; }
.phone-card {
  position: relative; z-index: 2; width: min(380px,70%); padding: 8px; border: 3px solid rgba(16,22,59,.13);
  border-radius: 45px; background: #fff; box-shadow: 0 35px 80px rgba(20,93,178,.27); transform: rotate(3.5deg);
  animation: phone-float 5s ease-in-out infinite;
}
.phone-card::before { position: absolute; top: 15px; left: 50%; z-index: 2; width: 62px; height: 8px; content: ""; border-radius: 10px; background: rgba(16,22,59,.72); transform: translateX(-50%); }
.phone-card img { width: 100%; height: auto; aspect-ratio: 576/1024; object-fit: cover; border-radius: 36px; }
.route-label {
  position: absolute; z-index: 4; padding: 13px 15px; display: flex; align-items: center; gap: 8px;
  border: 2px solid var(--navy); border-radius: 13px; font-family: var(--display); font-size: .72rem; font-weight: 700;
  box-shadow: 5px 6px 0 var(--navy);
}
.route-label svg { width: 18px; }
.route-label--one { top: 13%; left: 2%; color: #256a18; background: #b9ef98; transform: rotate(-7deg); }
.route-label--two { right: 0; bottom: 15%; color: #8b3f08; background: #ffd1a9; transform: rotate(5deg); }
.orbit { position: absolute; border: 2px dashed rgba(10,130,239,.23); border-radius: 50%; }
.orbit--one { width: 560px; height: 560px; }
.orbit--two { width: 690px; height: 690px; }
.scroll-cue { position: absolute; bottom: 30px; left: 50%; display: flex; align-items: center; gap: 9px; color: #66809a; font-size: .6rem; font-weight: 800; letter-spacing: .13em; transform: translateX(-50%); }
.scroll-cue svg { width: 16px; animation: nudge 1.6s ease-in-out infinite; }
@keyframes phone-float { 0%,100% { transform: rotate(3.5deg) translateY(0); } 50% { transform: rotate(2.5deg) translateY(-12px); } }
@keyframes nudge { 0%,100% { transform: translateY(0); } 50% { transform: translateY(5px); } }

.how { padding: 130px 20px 150px; background: #fff; }
.route-heading { width: min(850px,100%); margin: 0 auto 72px; text-align: center; }
.section-kicker { margin: 0 0 18px; color: var(--sky-dark); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.route-heading h2, .feature-copy h2, .screens-heading h2, .download h2 { margin: 0; font-size: clamp(2.8rem,5.5vw,5.3rem); line-height: .98; letter-spacing: -.045em; }
.route-heading h2 span { color: var(--green-dark); }
.route-steps { width: min(1140px,100%); margin: 0 auto; display: grid; grid-template-columns: 1fr 100px 1fr 100px 1fr; align-items: center; }
.route-step { position: relative; min-height: 292px; padding: 31px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px 28px 28px 8px; background: var(--cream); box-shadow: 0 16px 36px rgba(28,84,145,.09); }
.route-step--offset { transform: translateY(40px); }
.step-index { position: absolute; top: 20px; right: 24px; color: rgba(16,22,59,.12); font-family: var(--display); font-size: 2.2rem; font-weight: 700; }
.step-symbol { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; color: #fff; background: var(--sky); box-shadow: 0 6px 0 var(--sky-dark); transform: rotate(-3deg); }
.step-symbol--orange { background: var(--orange); box-shadow: 0 6px 0 #d55a0a; }
.step-symbol--green { background: var(--green); box-shadow: 0 6px 0 var(--green-dark); }
.step-symbol svg { width: 27px; }
.route-step h3 { margin: 35px 0 12px; font-size: 1.5rem; }
.route-step p { margin: 0; color: #58738d; font-size: .88rem; line-height: 1.65; }
.route-connector { display: grid; place-items: center; color: var(--sky); }
.route-connector svg { width: 48px; height: 48px; stroke-width: 1.5; }
.route-connector--down { color: var(--orange); transform: translateY(38px); }

.features { padding: 80px 20px 130px; background: linear-gradient(180deg,#fff,var(--mist)); }
.feature-board { width: min(1180px,100%); margin: 0 auto; padding: clamp(32px,6vw,76px); display: grid; grid-template-columns: 1fr .88fr; align-items: center; gap: clamp(50px,8vw,110px); border-radius: 44px; background: var(--navy); box-shadow: 0 30px 80px rgba(16,22,59,.2); }
.feature-copy { color: #fff; }
.feature-copy .section-kicker { color: #88caff; }
.feature-copy h2 em { color: #90e75f; font-style: normal; }
.feature-copy > p { margin: 25px 0 0; color: rgba(255,255,255,.67); font-size: 1rem; line-height: 1.7; }
.feature-list { margin: 38px 0 0; padding: 0; display: grid; gap: 18px; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 44px 1fr; align-items: start; gap: 14px; }
.feature-list li > svg { width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; color: #8fdbff; background: rgba(255,255,255,.08); }
.feature-list b, .feature-list span { display: block; }
.feature-list b { margin-bottom: 3px; font-family: var(--display); }
.feature-list span { color: rgba(255,255,255,.58); font-size: .8rem; line-height: 1.45; }
.mini-level { position: relative; height: 560px; overflow: hidden; border: 10px solid #fff; border-radius: 33px; background: radial-gradient(circle at 50% 35%,#fff,#eef7ff); box-shadow: 0 26px 50px rgba(0,0,0,.24); transform: rotate(2deg); }
.mini-top { padding: 18px 20px; display: flex; justify-content: space-between; color: #6e7e93; font-size: .62rem; font-weight: 800; letter-spacing: .08em; background: #e9edff; }
.maze-line { position: absolute; color: var(--navy); }
.maze-line::before { position: absolute; content: ""; border-radius: 4px; background: currentColor; }
.maze-line svg { position: absolute; width: 45px; height: 45px; stroke-width: 4; }
.line-a { top: 130px; left: 48px; }
.line-a::before { width: 230px; height: 13px; }
.line-a svg { top: -16px; right: -255px; }
.line-b { top: 135px; right: 78px; }
.line-b::before { width: 13px; height: 155px; }
.line-b svg { top: 130px; left: -16px; }
.line-c { top: 320px; right: 60px; }
.line-c::before { width: 245px; height: 13px; }
.line-c svg { top: -16px; left: -28px; }
.line-d { bottom: 70px; left: 78px; }
.line-d::before { bottom: 0; width: 13px; height: 145px; }
.line-d svg { bottom: 118px; left: -16px; }
.goal { position: absolute; right: 38px; bottom: 40px; width: 68px; height: 68px; display: grid; place-items: center; border-radius: 20px; color: #8b4307; background: #ffbd63; box-shadow: 0 7px 0 #df7117; transform: rotate(5deg); }
.goal svg { width: 32px; }
.tap-note { position: absolute; bottom: 25px; left: 50%; padding: 8px 11px; border-radius: 8px; color: #fff; background: var(--sky); font-size: .6rem; font-weight: 800; transform: translateX(-50%) rotate(-3deg); }

.screens { padding: 130px 0 150px; overflow: hidden; background: var(--mist); }
.screens-heading { width: min(1180px,calc(100% - 40px)); margin: 0 auto 76px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; }
.screens-heading h2 { max-width: 760px; }
.screens-heading > p { margin: 0 0 8px; color: #58738d; font-size: 1rem; line-height: 1.7; }
.screen-ribbon { width: min(1440px,calc(100% - 30px)); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(14px,2vw,27px); align-items: center; }
.shot { margin: 0; padding: 9px 9px 16px; border: 1px solid rgba(16,22,59,.12); border-radius: 27px; background: #fff; box-shadow: var(--shadow); transition: transform .3s var(--ease),box-shadow .3s ease; }
.shot:nth-child(odd) { transform: rotate(-2.2deg); }
.shot:nth-child(even) { transform: translateY(34px) rotate(2.2deg); }
.shot:hover { z-index: 2; transform: translateY(-8px) rotate(0); box-shadow: 0 35px 75px rgba(20,83,155,.27); }
.shot img { width: 100%; height: auto; aspect-ratio: 576/1024; object-fit: cover; border-radius: 20px; }
.shot figcaption { padding: 14px 8px 0; display: flex; align-items: center; gap: 9px; font-family: var(--display); font-size: .8rem; font-weight: 600; }
.shot figcaption span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--sky); font-size: .58rem; }

.download { position: relative; min-height: 700px; padding: 120px 20px; display: grid; place-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 50% 30%,#22bcff 0,#087fed 38%,#0758ca 100%); }
.download::before, .download::after { position: absolute; content: ""; border: 2px dashed rgba(255,255,255,.22); border-radius: 50%; }
.download::before { width: 760px; height: 760px; }
.download::after { width: 1040px; height: 1040px; }
.download-route { position: absolute; inset: 0; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 120h72V54h45' fill='none' stroke='white' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m126 35 24 19-24 19' fill='none' stroke='white' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.download-content { position: relative; z-index: 2; max-width: 760px; text-align: center; }
.download-content > img { width: 120px; height: 120px; margin: 0 auto 30px; border: 7px solid #fff; border-radius: 30px; box-shadow: 0 20px 40px rgba(3,52,128,.28); transform: rotate(-4deg); }
.download .section-kicker { color: #d7f3ff; }
.download h2 { text-shadow: 0 5px 0 rgba(4,64,153,.3); }
.download-content > p:not(.section-kicker) { max-width: 570px; margin: 24px auto 32px; color: rgba(255,255,255,.76); font-size: 1.05rem; line-height: 1.65; }
.play-button--light { margin: 0 auto; color: var(--navy); background: #fff; box-shadow: 0 7px 0 #c2e8ff,0 20px 35px rgba(3,52,128,.28); }
.play-button--light:hover { color: #fff; background: var(--navy); box-shadow: 0 7px 0 #080b22,0 20px 35px rgba(3,52,128,.35); }
.play-button--light .button-icon { color: #fff; background: var(--sky); }

.footer { padding: 42px max(20px,calc((100% - 1180px)/2)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px 40px; color: rgba(255,255,255,.92); background: var(--navy); }
.brand--footer img { width: 42px; height: 42px; }
.brand--footer b { color: #82d8ff; }
.footer > p { margin: 0; color: rgba(255,255,255,.52); font-size: .78rem; }
.footer nav { grid-row: 1/3; grid-column: 2; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.footer nav a { min-height: 42px; padding: 11px 12px; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; font-size: .72rem; font-weight: 800; cursor: pointer; transition: background .2s ease,border-color .2s ease; }
.footer nav a:hover, .footer nav a:focus-visible { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.08); outline: none; }
.footer small { color: rgba(255,255,255,.38); font-size: .68rem; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(8,11,34,.66); backdrop-filter: blur(8px); cursor: pointer; }
.modal-panel { position: relative; z-index: 1; width: min(440px,100%); padding: 40px; overflow: hidden; border: 6px solid #fff; border-radius: 28px; background: var(--mist); box-shadow: 0 34px 90px rgba(3,18,59,.4); text-align: center; animation: modal-pop .3s var(--ease); }
.modal-panel::before { position: absolute; top: -70px; right: -60px; width: 180px; height: 180px; content: ""; border-radius: 50%; background: #c4ebff; }
.modal-close { position: absolute; top: 13px; right: 13px; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #fff; cursor: pointer; }
.modal-close svg { width: 19px; }
.modal-icon { width: 72px; height: 72px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 22px; color: #fff; background: var(--sky); box-shadow: 0 7px 0 var(--sky-dark); transform: rotate(-4deg); }
.modal-icon svg { width: 30px; }
.modal-panel h2 { margin: 0; font-size: 2.5rem; line-height: 1; }
.modal-panel > p:not(.section-kicker) { margin: 17px 0 28px; color: #58738d; line-height: 1.6; }
.modal-ok { min-width: 130px; min-height: 48px; border: 0; border-radius: 13px; color: #fff; background: var(--navy); box-shadow: 0 5px 0 #080b22; font-weight: 800; cursor: pointer; }
@keyframes modal-pop { from { opacity: 0; transform: translateY(18px) scale(.96); } to { opacity: 1; transform: none; } }

.nav-download:focus-visible, .play-button:focus-visible, .menu-toggle:focus-visible, .modal-close:focus-visible, .modal-ok:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

@media (max-width: 1020px) {
  .navbar { grid-template-columns: 1fr auto; }
  .nav-links { position: absolute; top: calc(100% + 8px); right: 0; left: 0; padding: 10px; display: none; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links a { text-align: center; }
  .nav-download { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .hero { grid-template-columns: 1fr; padding-top: 150px; text-align: center; }
  .hero-copy { max-width: 750px; margin: 0 auto; }
  .level-chip, .hero-actions { margin-inline: auto; justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .quest-stats { max-width: 600px; margin-inline: auto; margin-top: 50px; text-align: left; }
  .hero-board { width: min(700px,100%); margin: 0 auto; }
  .hero-grid { mask-image: linear-gradient(#000,transparent 65%); }
  .route-steps { grid-template-columns: repeat(3,1fr); gap: 18px; }
  .route-connector { display: none; }
  .feature-board { grid-template-columns: 1fr 380px; }
  .screens-heading { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 760px) {
  .navbar { top: 9px; width: calc(100% - 20px); border-radius: 16px; }
  .brand span { font-size: .88rem; }
  .hero { padding: 130px 18px 80px; gap: 40px; }
  .hero h1 { font-size: clamp(3rem,13vw,4.5rem); }
  .hero-board { min-height: 580px; }
  .phone-card { width: min(340px,72%); }
  .orbit--one { width: 470px; height: 470px; }
  .orbit--two { width: 590px; height: 590px; }
  .route-label--one { left: 0; }
  .route-label--two { right: 0; }
  .scroll-cue { display: none; }
  .how { padding: 100px 18px 110px; }
  .route-steps { max-width: 520px; grid-template-columns: 1fr; gap: 16px; }
  .route-step, .route-step--offset { min-height: 0; transform: none; }
  .route-step { display: grid; grid-template-columns: 62px 1fr; gap: 4px 17px; }
  .step-symbol { grid-row: 1/3; }
  .route-step h3 { margin: 5px 0 4px; align-self: end; }
  .route-step p { grid-column: 2; }
  .features { padding: 50px 14px 100px; }
  .feature-board { padding: 42px 24px; grid-template-columns: 1fr; border-radius: 30px; }
  .mini-level { width: min(420px,100%); margin: 0 auto; }
  .screens { padding: 100px 0 120px; }
  .screen-ribbon { width: calc(100% - 28px); padding-bottom: 25px; grid-template-columns: repeat(4,260px); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .screen-ribbon::-webkit-scrollbar { display: none; }
  .shot { scroll-snap-align: center; }
  .download { min-height: 640px; }
  .footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer nav { grid-row: auto; grid-column: auto; justify-content: center; }
}

@media (max-width: 480px) {
  .brand span { max-width: 105px; line-height: 1; }
  .hero { min-height: auto; }
  .hero h1 { font-size: clamp(2.65rem,13vw,3.6rem); }
  .hero h1 em { white-space: normal; }
  .hero-actions { flex-direction: column; }
  .quest-stats { gap: 5px; }
  .quest-stats div { padding-left: 8px; }
  .quest-stats strong { font-size: .9rem; }
  .hero-board { min-height: 470px; }
  .phone-card { width: min(275px,72%); border-radius: 34px; }
  .phone-card img { border-radius: 26px; }
  .route-label { padding: 10px; font-size: .58rem; box-shadow: 3px 4px 0 var(--navy); }
  .route-label--one { top: 9%; }
  .route-label--two { bottom: 11%; }
  .orbit--one { width: 350px; height: 350px; }
  .orbit--two { width: 440px; height: 440px; }
  .route-heading h2, .feature-copy h2, .screens-heading h2, .download h2 { font-size: 2.65rem; }
  .route-step { padding: 24px; }
  .step-index { font-size: 1.55rem; }
  .mini-level { height: 450px; }
  .line-a::before { width: 170px; }
  .line-a svg { right: -195px; }
  .line-c::before { width: 190px; }
  .download-content > img { width: 100px; height: 100px; }
  .play-button { width: 100%; max-width: 260px; justify-content: center; }
  .modal-panel { padding: 36px 22px; }
}

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