:root {
  --jp-blue: #0792ff;
  --jp-blue-soft: #5ab7ff;
  --jp-red: #ff173d;
  --jp-ink: #05080d;
  --jp-panel: #0b111a;
  --jp-panel-2: #111a26;
  --jp-line: rgba(255, 255, 255, 0.1);
  --jp-text: #f5f8fc;
  --jp-muted: #91a1b6;
  --jp-width: 1200px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  color: var(--jp-text);
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    var(--jp-ink);
  background-size: 44px 44px;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 80% 12%, rgba(7, 146, 255, .14), transparent 30%);
}

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

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

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.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;
}

.jp-skip {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  color: #00121f;
  background: #fff;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.jp-skip:focus {
  transform: translateY(0);
}

.jp-marquee {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(5, 8, 13, .78);
  backdrop-filter: blur(18px);
  transition: border-color .2s ease, background .2s ease;
}

.jp-marquee.is-scrolled {
  border-color: var(--jp-line);
  background: rgba(5, 8, 13, .94);
}

.jp-marquee__inner {
  width: min(calc(100% - 40px), var(--jp-width));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}

.jp-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}

.jp-brand img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}

.jp-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: #afbac9;
  font-size: 14px;
}

.jp-nav a,
.jp-nav__home {
  position: relative;
  padding: 8px 0;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

.jp-nav a::after,
.jp-nav__home::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: var(--jp-blue);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}

.jp-nav a:hover,
.jp-nav__home:hover {
  color: #fff;
}

.jp-nav a:hover::after,
.jp-nav__home:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.jp-header-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 17px;
  color: #fff;
  background: var(--jp-blue);
  border: 1px solid var(--jp-blue);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  transition: background .2s ease, transform .2s ease;
}

.jp-header-action:hover {
  background: #168eff;
  transform: translateY(-2px);
}

.jp-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--jp-line);
  border-radius: 8px;
  background: var(--jp-panel);
  cursor: pointer;
  font-size: 22px;
}

.jp-premiere {
  position: relative;
  width: min(calc(100% - 40px), 1280px);
  min-height: 660px;
  margin: 0 auto;
  padding: 66px 0 50px;
  display: grid;
  grid-template-columns: minmax(380px, .82fr) minmax(540px, 1.18fr);
  align-items: center;
  gap: 16px;
  overflow: hidden;
}

.jp-premiere::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 54px;
  width: 72px;
  height: 1px;
  background: var(--jp-red);
  box-shadow: 94px 0 0 rgba(255,255,255,.16), 188px 0 0 rgba(255,255,255,.16);
}

.jp-premiere__copy {
  position: relative;
  z-index: 3;
  padding-left: 40px;
}

.jp-premiere__eyebrow,
.jp-kicker {
  margin: 0 0 15px;
  color: var(--jp-blue-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
}

.jp-premiere__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: .08em;
}

.jp-premiere__eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--jp-red);
  box-shadow: 0 0 0 5px rgba(255, 23, 61, .12);
}

.jp-premiere h1 {
  margin: 0;
  font-size: clamp(34px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}

.jp-premiere__slogan {
  margin: 15px 0 22px;
  color: #dbeeff;
  font-size: clamp(23px, 2.1vw, 30px);
  line-height: 1.35;
  font-weight: 700;
}

.jp-premiere__lead {
  max-width: 590px;
  margin: 0;
  color: #a8b4c4;
  font-size: 16px;
  line-height: 1.9;
}

.jp-premiere__actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.jp-action {
  min-width: 190px;
  min-height: 62px;
  padding: 10px 17px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.jp-action:hover {
  transform: translateY(-3px);
}

.jp-action > i {
  font-size: 25px;
}

.jp-action span {
  display: grid;
  gap: 3px;
}

.jp-action small {
  color: inherit;
  opacity: .65;
  font-size: 11px;
  font-weight: 500;
}

.jp-action--primary {
  color: #fff;
  background: var(--jp-blue);
  border: 1px solid var(--jp-blue);
}

.jp-action--quiet {
  color: #fff;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.18);
}

.jp-action--quiet:hover {
  border-color: var(--jp-blue);
  background: rgba(7,146,255,.08);
}

.jp-premiere__notes {
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #8290a1;
  list-style: none;
  font-size: 12px;
}

.jp-premiere__notes li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.jp-premiere__notes i {
  color: var(--jp-blue);
}

.jp-device-scene {
  position: relative;
  z-index: 1;
  margin: 0 -70px 0 -20px;
  padding: 20px 0 0;
}

.jp-device-scene::before {
  content: "";
  position: absolute;
  inset: 17% 14% 12% 22%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(7,146,255,.17);
  filter: blur(32px);
}

.jp-device-scene > img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 42px rgba(0,0,0,.45));
}

.jp-device-scene__number {
  position: absolute;
  top: 11%;
  right: 13%;
  z-index: 0;
  color: rgba(255,255,255,.03);
  font-size: clamp(180px, 23vw, 320px);
  line-height: 1;
  font-weight: 900;
}

.jp-device-scene__orbit {
  position: absolute;
  top: 19%;
  right: 5%;
  width: 58%;
  aspect-ratio: 1;
  z-index: 1;
  border: 1px solid rgba(7,146,255,.35);
  border-radius: 50%;
}

.jp-device-scene figcaption {
  position: absolute;
  right: 13%;
  bottom: 2%;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.jp-device-scene figcaption span {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 5px;
  color: #dfe8f4;
  background: rgba(7,11,17,.82);
  font-size: 11px;
  backdrop-filter: blur(8px);
}

.jp-device-scene figcaption i {
  color: var(--jp-blue);
  margin-right: 3px;
}

.jp-viewing-story h2,
.jp-feature-ledger h2,
.jp-device-moments h2,
.jp-audience-notes h2,
.jp-questions h2,
.jp-curtain-call h2 {
  margin: 0;
  font-size: clamp(29px, 3vw, 40px);
  line-height: 1.25;
  letter-spacing: 0;
}

.jp-viewing-story__heading > p:last-child,
.jp-audience-notes__heading > p:last-child,
.jp-questions__aside > p:last-of-type {
  margin: 0;
  color: var(--jp-muted);
  font-size: 15px;
  line-height: 1.85;
}

.jp-viewing-story {
  width: min(calc(100% - 40px), var(--jp-width));
  margin: 0 auto;
  padding: 72px 0 48px;
}

.jp-viewing-story__heading {
  max-width: 720px;
  margin-bottom: 48px;
}

.jp-viewing-story__heading > p:last-child {
  margin-top: 16px;
}

.jp-storyline {
  position: relative;
  display: grid;
  gap: 22px;
}

.jp-storyline::before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 47px;
  width: 1px;
  background: linear-gradient(var(--jp-blue), rgba(7,146,255,.08));
}

.jp-story-frame {
  position: relative;
  min-height: 480px;
  padding: 44px 48px 40px 128px;
  display: grid;
  grid-template-columns: 1fr minmax(280px, 380px);
  align-items: center;
  gap: 48px;
  background: var(--jp-panel);
  border: 1px solid var(--jp-line);
  overflow: hidden;
}

.jp-story-frame:nth-child(2) {
  grid-template-columns: minmax(420px, .95fr) minmax(300px, .7fr);
  background: #090f17;
}

.jp-story-frame::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -130px;
  bottom: -150px;
  border: 1px solid rgba(7,146,255,.28);
  border-radius: 50%;
}

.jp-story-frame__index {
  position: absolute;
  top: 38px;
  left: 29px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #00121f;
  background: var(--jp-blue);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.jp-story-frame__copy {
  position: relative;
  z-index: 2;
}

.jp-story-frame__copy > span {
  color: var(--jp-blue-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.jp-story-frame__copy h3 {
  max-width: 520px;
  margin: 10px 0 15px;
  font-size: clamp(25px, 2.8vw, 37px);
  line-height: 1.3;
  letter-spacing: 0;
}

.jp-story-frame__copy p {
  max-width: 600px;
  margin: 0;
  color: var(--jp-muted);
  line-height: 1.9;
  font-size: 15px;
}

.jp-story-frame__copy ul {
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.jp-story-frame__copy li {
  padding: 7px 10px;
  color: #c8d4e3;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 4px;
  font-size: 12px;
}

.jp-phone-proof {
  position: relative;
  z-index: 2;
  width: 236px;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background: #030405;
  box-shadow: 0 25px 48px rgba(0,0,0,.33);
}

.jp-phone-proof img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.jp-phone-proof figcaption {
  position: absolute;
  right: -32px;
  bottom: 34px;
  padding: 8px 10px;
  color: #c8d8e9;
  background: #101925;
  border: 1px solid var(--jp-line);
  border-left: 3px solid var(--jp-blue);
  font-size: 11px;
}

.jp-proof-pair {
  position: relative;
  min-height: 410px;
}

.jp-proof-pair .jp-phone-proof {
  position: absolute;
  right: 20px;
  top: 0;
  width: 220px;
}

.jp-proof-pair .jp-phone-proof--rear {
  right: 190px;
  top: 35px;
  z-index: 1;
  transform: rotate(-5deg);
  opacity: .68;
}

.jp-feature-ledger {
  width: min(calc(100% - 40px), var(--jp-width));
  margin: 0 auto;
  padding: 68px 0;
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  gap: 70px;
  border-bottom: 1px solid var(--jp-line);
}

.jp-feature-ledger__summary {
  position: sticky;
  top: 120px;
  align-self: start;
}

.jp-feature-ledger__summary > p:nth-of-type(2) {
  margin: 18px 0 0;
  color: var(--jp-muted);
  font-size: 15px;
  line-height: 1.85;
}

.jp-ledger-pulse {
  position: relative;
  width: 86px;
  height: 86px;
  margin-top: 35px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(7,146,255,.48);
  border-radius: 50%;
}

.jp-ledger-pulse::before,
.jp-ledger-pulse::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(7,146,255,.2);
  border-radius: inherit;
}

.jp-ledger-pulse::after {
  inset: 19px;
  background: var(--jp-blue);
}

.jp-ledger-pulse i {
  position: relative;
  z-index: 2;
  font-size: 22px;
}

.jp-ledger-pulse span {
  position: absolute;
  left: calc(100% + 16px);
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, var(--jp-blue), transparent);
}

.jp-feature-index {
  margin: 0;
}

.jp-feature-index > div {
  position: relative;
  padding: 28px 68px 28px 0;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 25px;
  border-top: 1px solid var(--jp-line);
}

.jp-feature-index > div:last-child {
  border-bottom: 1px solid var(--jp-line);
}

.jp-feature-index dt {
  color: #d5dfeb;
  font-size: 13px;
  font-weight: 800;
}

.jp-feature-index dt span {
  display: block;
  margin-bottom: 8px;
  color: var(--jp-blue);
  font-size: 11px;
}

.jp-feature-index dd {
  margin: 0;
}

.jp-feature-index dd strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.jp-feature-index dd p {
  margin: 0;
  color: var(--jp-muted);
  font-size: 14px;
  line-height: 1.8;
}

.jp-feature-index > div > i {
  position: absolute;
  top: 30px;
  right: 2px;
  color: rgba(255,255,255,.2);
  font-size: 27px;
}

.jp-feature-index > div:hover > i {
  color: var(--jp-blue);
}

.jp-device-moments {
  width: min(calc(100% - 40px), var(--jp-width));
  margin: 0 auto;
  padding: 62px 0;
  display: grid;
  grid-template-columns: .82fr 1fr 1fr;
  gap: 18px;
}

.jp-device-moments__heading {
  padding: 26px 25px 26px 0;
}

.jp-moment {
  position: relative;
  min-height: 330px;
  padding: 30px;
  border: 1px solid var(--jp-line);
  overflow: hidden;
}

.jp-moment::after {
  content: "";
  position: absolute;
  right: -75px;
  bottom: -75px;
  width: 170px;
  height: 170px;
  border: 22px solid rgba(255,255,255,.035);
  border-radius: 50%;
}

.jp-moment--mobile {
  background: var(--jp-blue);
  border-color: var(--jp-blue);
}

.jp-moment--desktop {
  background: #101720;
}

.jp-moment > i {
  display: block;
  margin-bottom: 48px;
  font-size: 32px;
}

.jp-moment > span {
  color: inherit;
  opacity: .65;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.jp-moment h3 {
  margin: 9px 0 12px;
  font-size: 21px;
  line-height: 1.45;
}

.jp-moment p {
  margin: 0;
  color: inherit;
  opacity: .72;
  font-size: 13px;
  line-height: 1.75;
}

.jp-moment a {
  position: absolute;
  left: 30px;
  bottom: 28px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 800;
}

.jp-audience-notes {
  padding: 64px max(20px, calc((100vw - var(--jp-width)) / 2));
  background: #0b1119;
  border-top: 1px solid var(--jp-line);
  border-bottom: 1px solid var(--jp-line);
}

.jp-audience-notes__heading {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 34px;
}

.jp-audience-notes__heading .jp-kicker {
  grid-column: 1 / -1;
  margin-bottom: -34px;
}

.jp-note-wall {
  columns: 3;
  column-gap: 15px;
}

.jp-note {
  width: 100%;
  margin: 0 0 15px;
  padding: 22px;
  display: inline-block;
  break-inside: avoid;
  background: #111a25;
  border: 1px solid var(--jp-line);
  border-radius: 6px;
}

.jp-note--accent {
  border-left: 3px solid var(--jp-blue);
}

.jp-note--wide {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #0c151f;
}

.jp-note__meta {
  display: flex;
  align-items: center;
  gap: 11px;
}

.jp-avatar {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  color: #00121f;
  background: #85caff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.jp-note__meta div {
  display: grid;
  gap: 3px;
}

.jp-note__meta strong {
  font-size: 13px;
}

.jp-note time {
  color: #647286;
  font-size: 9px;
}

.jp-note__rating {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.jp-note__rating span {
  color: #ffd166;
  font-size: 12px;
  letter-spacing: .12em;
}

.jp-note__rating em {
  color: #718095;
  font-size: 10px;
  font-style: normal;
}

.jp-note blockquote {
  margin: 12px 0 0;
  color: #c9d3df;
  font-size: 14px;
  line-height: 1.85;
}

.jp-questions {
  width: min(calc(100% - 40px), var(--jp-width));
  margin: 0 auto;
  padding: 70px 0;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 80px;
}

.jp-questions__aside {
  position: relative;
}

.jp-questions__aside > p:last-of-type {
  margin-top: 17px;
}

.jp-questions__mark {
  position: absolute;
  left: -18px;
  top: 185px;
  z-index: -1;
  color: rgba(7,146,255,.08);
  font-size: 190px;
  font-weight: 900;
  line-height: 1;
}

.jp-faq-list details {
  border-top: 1px solid var(--jp-line);
}

.jp-faq-list details:last-child {
  border-bottom: 1px solid var(--jp-line);
}

.jp-faq-list summary {
  min-height: 68px;
  padding: 20px 44px 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 700;
}

.jp-faq-list summary::-webkit-details-marker {
  display: none;
}

.jp-faq-list summary i {
  flex: 0 0 auto;
  color: var(--jp-blue);
  font-size: 20px;
  transition: transform .2s ease;
}

.jp-faq-list details[open] summary i {
  transform: rotate(45deg);
}

.jp-faq-list details p {
  margin: -3px 42px 24px 0;
  color: var(--jp-muted);
  font-size: 14px;
  line-height: 1.85;
}

.jp-curtain-call {
  position: relative;
  width: min(calc(100% - 40px), 1260px);
  margin: 0 auto 38px;
  padding: 46px;
  display: grid;
  grid-template-columns: 1.1fr .82fr .82fr;
  align-items: stretch;
  gap: 16px;
  color: #fff;
  background: var(--jp-blue);
  overflow: hidden;
}

.jp-curtain-call::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 24%;
  width: 310px;
  height: 310px;
  border: 55px solid rgba(255,255,255,.07);
  border-radius: 50%;
}

.jp-curtain-call__copy {
  position: relative;
  z-index: 2;
  padding-right: 30px;
}

.jp-curtain-call__copy > img {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  border-radius: 12px;
}

.jp-curtain-call .jp-kicker {
  color: rgba(255,255,255,.68);
}

.jp-curtain-call__copy > p:last-child {
  max-width: 480px;
  margin: 15px 0 0;
  color: rgba(255,255,255,.75);
  font-size: 14px;
  line-height: 1.8;
}

.jp-download-choice {
  position: relative;
  z-index: 2;
  padding: 20px;
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 17px;
  color: #eaf6ff;
  background: rgba(2,32,55,.33);
  border: 1px solid rgba(255,255,255,.2);
}

.jp-download-choice__qr {
  padding: 7px;
  background: #fff;
}

.jp-download-choice__qr img {
  width: 78px;
  height: 78px;
}

.jp-download-choice > div:last-child {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.jp-download-choice span {
  color: rgba(255,255,255,.64);
  font-size: 11px;
}

.jp-download-choice strong {
  font-size: 18px;
}

.jp-download-choice p {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 11px;
}

.jp-download-choice a {
  width: fit-content;
  margin-top: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255,255,255,.65);
  font-size: 12px;
  font-weight: 800;
}

.jp-credits {
  width: min(calc(100% - 40px), var(--jp-width));
  min-height: 150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
  color: #718095;
}

.jp-credits > div > p {
  margin: 7px 0 0;
  font-size: 11px;
}

.jp-credits nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  font-size: 12px;
}

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

.jp-credits__meta {
  justify-self: end;
  font-size: 11px;
}

.jp-back-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #101923;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background .2s ease;
}

.jp-back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.jp-back-top:hover {
  background: var(--jp-blue);
}

@media (max-width: 1100px) {
  .jp-premiere {
    grid-template-columns: .9fr 1.1fr;
  }

  .jp-premiere__copy {
    padding-left: 10px;
  }

  .jp-device-scene {
    margin-right: -35px;
  }

  .jp-story-frame:nth-child(2) {
    grid-template-columns: 1fr 390px;
  }

  .jp-proof-pair .jp-phone-proof--rear {
    right: 145px;
  }

  .jp-curtain-call {
    grid-template-columns: 1fr 1fr;
  }

  .jp-curtain-call__copy {
    grid-column: 1 / -1;
    padding-bottom: 12px;
  }
}

@media (max-width: 900px) {
  .jp-marquee__inner {
    grid-template-columns: auto 1fr auto;
    gap: 14px;
  }

  .jp-nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .jp-header-action {
    display: none;
  }

  .jp-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 20px;
    left: 20px;
    padding: 15px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    background: #0b111a;
    border: 1px solid var(--jp-line);
    box-shadow: 0 20px 40px rgba(0,0,0,.3);
  }

  .jp-nav.is-open {
    display: flex;
  }

  .jp-nav a,
  .jp-nav__home {
    width: 100%;
    padding: 12px;
    text-align: left;
  }

  .jp-nav a::after,
  .jp-nav__home::after {
    display: none;
  }

  .jp-premiere {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 50px;
  }

  .jp-premiere__copy {
    max-width: 700px;
  }

  .jp-device-scene {
    width: min(100%, 760px);
    margin: -30px auto -5px;
  }

  .jp-audience-notes__heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .jp-audience-notes__heading .jp-kicker {
    grid-column: auto;
    margin-bottom: -7px;
  }

  .jp-story-frame,
  .jp-story-frame:nth-child(2) {
    padding-left: 110px;
    grid-template-columns: 1fr 300px;
    gap: 28px;
  }

  .jp-proof-pair {
    min-height: 390px;
  }

  .jp-proof-pair .jp-phone-proof {
    width: 195px;
    right: 0;
  }

  .jp-proof-pair .jp-phone-proof--rear {
    right: 105px;
  }

  .jp-feature-ledger {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .jp-feature-ledger__summary {
    position: static;
    max-width: 680px;
  }

  .jp-device-moments {
    grid-template-columns: 1fr 1fr;
  }

  .jp-device-moments__heading {
    grid-column: 1 / -1;
  }

  .jp-note-wall {
    columns: 2;
  }

  .jp-questions {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .jp-questions__aside {
    max-width: 650px;
  }

  .jp-questions__mark {
    left: auto;
    right: 0;
    top: -25px;
  }
}

@media (max-width: 700px) {
  .jp-marquee__inner {
    width: min(calc(100% - 28px), var(--jp-width));
    min-height: 66px;
  }

  .jp-brand img {
    width: 34px;
    height: 34px;
  }

  .jp-brand span {
    font-size: 16px;
  }

  .jp-premiere,
  .jp-viewing-story,
  .jp-feature-ledger,
  .jp-device-moments,
  .jp-questions,
  .jp-credits {
    width: min(calc(100% - 28px), var(--jp-width));
  }

  .jp-premiere {
    padding: 40px 0 36px;
  }

  .jp-premiere__copy {
    padding-left: 0;
  }

  .jp-premiere h1 {
    font-size: 30px;
    line-height: 1.15;
  }

  .jp-premiere__slogan {
    font-size: 23px;
  }

  .jp-premiere__lead {
    font-size: 14px;
    line-height: 1.8;
  }

  .jp-premiere__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .jp-action {
    min-width: 0;
    min-height: 58px;
    padding: 9px 12px;
  }

  .jp-action > i {
    font-size: 21px;
  }

  .jp-action span {
    font-size: 12px;
  }

  .jp-device-scene {
    margin-top: -4px;
  }

  .jp-device-scene figcaption,
  .jp-device-scene__orbit {
    display: none;
  }

  .jp-viewing-story {
    padding: 54px 0 35px;
  }

  .jp-viewing-story__heading {
    margin-bottom: 30px;
  }

  .jp-viewing-story h2,
  .jp-feature-ledger h2,
  .jp-device-moments h2,
  .jp-audience-notes h2,
  .jp-questions h2,
  .jp-curtain-call h2 {
    font-size: 27px;
  }

  .jp-storyline::before {
    left: 25px;
  }

  .jp-story-frame,
  .jp-story-frame:nth-child(2) {
    min-height: 0;
    padding: 34px 20px 34px 70px;
    grid-template-columns: 1fr;
  }

  .jp-story-frame__index {
    top: 32px;
    left: 7px;
  }

  .jp-story-frame__copy h3 {
    font-size: 25px;
  }

  .jp-story-frame__copy p {
    font-size: 14px;
  }

  .jp-phone-proof {
    width: min(100%, 245px);
  }

  .jp-phone-proof figcaption {
    right: -10px;
  }

  .jp-proof-pair {
    min-height: 420px;
  }

  .jp-proof-pair .jp-phone-proof {
    width: 190px;
    right: 4px;
  }

  .jp-proof-pair .jp-phone-proof--rear {
    right: auto;
    left: 0;
  }

  .jp-feature-ledger {
    padding: 50px 0;
  }

  .jp-feature-index > div {
    padding-right: 35px;
    grid-template-columns: 85px 1fr;
    gap: 14px;
  }

  .jp-feature-index > div > i {
    font-size: 20px;
  }

  .jp-device-moments {
    padding: 48px 0;
    grid-template-columns: 1fr;
  }

  .jp-device-moments__heading {
    grid-column: auto;
    padding-bottom: 10px;
  }

  .jp-moment {
    min-height: 320px;
  }

  .jp-audience-notes {
    padding: 50px 14px;
  }

  .jp-note-wall {
    columns: 1;
  }

  .jp-questions {
    padding: 52px 0;
  }

  .jp-questions__mark {
    display: none;
  }

  .jp-faq-list summary {
    min-height: 62px;
    padding-right: 5px;
    font-size: 14px;
  }

  .jp-faq-list details p {
    margin-right: 5px;
  }

  .jp-curtain-call {
    width: calc(100% - 28px);
    margin-bottom: 25px;
    padding: 30px 20px;
    grid-template-columns: 1fr;
  }

  .jp-curtain-call__copy {
    grid-column: auto;
    padding-right: 0;
  }

  .jp-download-choice {
    grid-template-columns: 1fr;
  }

  .jp-download-choice__qr {
    display: none;
  }

  .jp-credits {
    padding: 32px 0;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 22px;
  }

  .jp-credits nav {
    justify-content: flex-start;
  }

  .jp-credits__meta {
    justify-self: start;
    margin: 0;
  }
}

@media (max-width: 430px) {
  .jp-premiere__actions {
    grid-template-columns: 1fr;
  }

  .jp-premiere__notes {
    gap: 10px 14px;
  }

  .jp-feature-index > div {
    grid-template-columns: 1fr;
  }

  .jp-feature-index dt span {
    display: inline;
    margin-right: 7px;
  }

  .jp-proof-pair .jp-phone-proof {
    width: 170px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
