:root {
  --ink: #101522;
  --muted: #626d7e;
  --soft: #8b95a5;
  --line: #dce3ee;
  --canvas: #f6f8fc;
  --canvas-blue: #edf3fb;
  --card: #ffffff;
  --blue: #2764ee;
  --blue-dark: #1749bd;
  --teal: #008f80;
  --nav-height: 76px;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --shadow: 0 24px 70px rgba(52, 74, 112, 0.13);
  --shell: min(1180px, calc(100% - 48px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-height) + 24px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

button {
  color: inherit;
  font: inherit;
}

:focus-visible {
  outline: 3px solid #7aa4ff;
  outline-offset: 4px;
}

.page-shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--nav-height);
  border-bottom: 1px solid transparent;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(208, 218, 232, 0.84);
  background: rgba(246, 248, 252, 0.88);
  box-shadow: 0 8px 30px rgba(46, 64, 93, 0.06);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: var(--shell);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 23px;
  font-weight: 780;
  letter-spacing: -0.04em;
}

.wordmark span {
  color: var(--blue);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #3c4656;
  font-size: 14px;
  font-weight: 650;
}

.nav-links > a:not(.nav-download) {
  position: relative;
}

.nav-links > a:not(.nav-download)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav-links > a:not(.nav-download):hover::after,
.nav-links > a:not(.nav-download):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-download {
  min-height: 44px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.nav-download:hover {
  background: var(--blue);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--card);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--ink);
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 860px;
  padding: 148px 0 86px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.46) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(255, 255, 255, 0.46) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(135deg, #f7f9fd 0%, #eef3fa 62%, #e8f0fa 100%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -8vw;
  bottom: -250px;
  width: 670px;
  height: 670px;
  border: 1px solid rgba(39, 100, 238, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 74px rgba(39, 100, 238, 0.025),
    0 0 0 148px rgba(39, 100, 238, 0.018);
}

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

.hero-orb-one {
  top: 132px;
  right: 16%;
  width: 160px;
  height: 160px;
  background: rgba(80, 127, 238, 0.11);
}

.hero-orb-two {
  bottom: 140px;
  left: -70px;
  width: 220px;
  height: 220px;
  background: rgba(0, 158, 141, 0.08);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(390px, 0.97fr);
  align-items: center;
  gap: 92px;
}

.hero-copy {
  padding-bottom: 20px;
}

.eyebrow {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.hero h1 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(56px, 6vw, 88px);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.hero-lede {
  max-width: 600px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.72;
}

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

.play-button {
  min-width: 180px;
  min-height: 62px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 14px 35px rgba(16, 21, 34, 0.18);
  font-size: 18px;
  font-weight: 620;
  line-height: 1.1;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.play-button:hover {
  background: var(--blue-dark);
  box-shadow: 0 18px 42px rgba(39, 100, 238, 0.25);
  transform: translateY(-3px);
}

.play-button small {
  display: block;
  margin-bottom: 2px;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.12em;
}

.play-mark {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 22px solid #fff;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.12));
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #394356;
  font-size: 14px;
  font-weight: 680;
}

.text-link span {
  color: var(--blue);
  font-size: 18px;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateY(4px);
}

.hero-note {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #768195;
  font-size: 12px;
  font-weight: 580;
}

.android-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34a853;
  box-shadow: 0 0 0 4px rgba(52, 168, 83, 0.1);
}

.hero-visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.screenshot-halo {
  position: absolute;
  width: 510px;
  height: 510px;
  border-radius: 48% 52% 60% 40% / 45% 44% 56% 55%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(212, 226, 245, 0.58));
  transform: rotate(-8deg);
  animation: morph 12s ease-in-out infinite alternate;
}

@keyframes morph {
  to {
    border-radius: 60% 40% 44% 56% / 55% 57% 43% 45%;
    transform: rotate(4deg) scale(1.03);
  }
}

.hero-card {
  position: relative;
  z-index: 2;
  width: 350px;
  padding: 8px;
  border: 1px solid rgba(186, 200, 220, 0.9);
  border-radius: 29px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow:
    0 34px 80px rgba(50, 75, 117, 0.2),
    0 2px 4px rgba(50, 75, 117, 0.08);
  transform: rotate(1.5deg);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 37px;
}

.hero-card img {
  width: 100%;
  border-radius: 21px;
}

.floating-chip {
  position: absolute;
  z-index: 3;
  min-height: 49px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(214, 223, 236, 0.95);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 36px rgba(50, 75, 117, 0.14);
  color: #3c4656;
  font-size: 12px;
  font-weight: 720;
  backdrop-filter: blur(12px);
}

.chip-categories {
  top: 95px;
  left: -6px;
}

.chip-search {
  right: -8px;
  bottom: 95px;
}

.chip-icon {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #ecf2ff;
}

.chip-grid::before {
  content: "";
  position: absolute;
  inset: 7px;
  background:
    linear-gradient(var(--blue) 0 0) 0 0 / 5px 5px,
    linear-gradient(var(--blue) 0 0) 100% 0 / 5px 5px,
    linear-gradient(var(--blue) 0 0) 0 100% / 5px 5px,
    linear-gradient(var(--blue) 0 0) 100% 100% / 5px 5px;
  background-repeat: no-repeat;
}

.chip-magnify::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--blue);
  border-radius: 50%;
}

.chip-magnify::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 6px;
  height: 2px;
  border-radius: 999px;
  background: var(--blue);
  transform: rotate(45deg);
}

.overview {
  position: relative;
  z-index: 5;
  margin-top: -38px;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.overview-item {
  min-height: 152px;
  padding: 34px 32px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
}

.overview-item + .overview-item {
  border-left: 1px solid var(--line);
}

.overview-number {
  padding-top: 2px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.overview-item h2 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 760;
  letter-spacing: -0.025em;
}

.overview-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.section-pad {
  padding: 150px 0;
}

.section-heading {
  margin-bottom: 112px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 90px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -58px;
}

.section-heading h2,
.screenshots-heading h2,
.download-card h2 {
  margin: 0;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.section-heading > p:last-child,
.screenshots-heading > p {
  max-width: 460px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.feature-row {
  margin-top: 50px;
  padding: 72px 7.5%;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 0.72fr);
  align-items: center;
  gap: 11%;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--card);
  overflow: hidden;
}

.feature-row-reverse {
  grid-template-columns: minmax(300px, 0.72fr) 1fr;
}

.feature-row-reverse .feature-copy {
  grid-column: 2;
  grid-row: 1;
}

.feature-row-reverse .feature-shot {
  grid-column: 1;
  grid-row: 1;
}

.feature-index {
  margin: 0 0 28px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.feature-copy h3 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(36px, 4vw, 55px);
  font-weight: 730;
  letter-spacing: -0.052em;
  line-height: 1.08;
}

.feature-copy > p:not(.feature-index) {
  max-width: 520px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.feature-points {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.feature-points li {
  position: relative;
  margin-top: 13px;
  padding-left: 27px;
  color: #3d4758;
  font-size: 14px;
  font-weight: 620;
}

.feature-points li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 14px;
  height: 8px;
  border-bottom: 2px solid var(--blue);
  border-left: 2px solid var(--blue);
  transform: rotate(-45deg);
}

.feature-shot {
  position: relative;
  width: min(100%, 350px);
  padding: 10px;
  justify-self: center;
  border: 1px solid #d7e0ec;
  border-radius: 27px;
  background: #eef3f9;
  box-shadow: 0 26px 64px rgba(58, 77, 108, 0.16);
  transition:
    transform 250ms ease,
    box-shadow 250ms ease;
}

.feature-shot:hover {
  box-shadow: 0 32px 72px rgba(47, 71, 110, 0.22);
  transform: translateY(-8px) rotate(-1deg);
}

.feature-row-reverse .feature-shot:hover {
  transform: translateY(-8px) rotate(1deg);
}

.feature-shot img {
  width: 100%;
  border-radius: 18px;
}

.zoom-hint {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 9px 12px;
  border-radius: 10px;
  color: #fff;
  background: rgba(16, 21, 34, 0.84);
  font-size: 10px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  backdrop-filter: blur(6px);
}

.feature-shot:hover .zoom-hint,
.feature-shot:focus-visible .zoom-hint {
  opacity: 1;
  transform: translateY(0);
}

.screenshots {
  background: #eaf0f8;
}

.screenshots-heading {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 80px;
}

.screenshot-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gallery-card {
  position: relative;
  min-width: 0;
  padding: 8px 8px 16px;
  border: 1px solid #d5deea;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  transition:
    transform 230ms ease,
    box-shadow 230ms ease,
    background-color 230ms ease;
}

.gallery-card:nth-child(even) {
  margin-top: 34px;
  margin-bottom: -34px;
}

.gallery-card:hover {
  z-index: 2;
  background: #fff;
  box-shadow: 0 24px 60px rgba(52, 74, 112, 0.17);
  transform: translateY(-8px);
}

.gallery-card img {
  width: 100%;
  border-radius: 15px;
}

.gallery-card > span {
  padding: 14px 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4e596a;
  font-size: 12px;
  font-weight: 680;
}

.gallery-card b {
  color: var(--blue);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.download-section {
  padding: 100px 0;
  background: #eaf0f8;
}

.download-card {
  position: relative;
  min-height: 405px;
  padding: 78px 8%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 70px;
  border-radius: 42px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075) 0 1px, transparent 1px 100%) 0 0 / 38px 38px,
    linear-gradient(135deg, #101522 0%, #14285a 100%);
  box-shadow: 0 30px 80px rgba(20, 40, 90, 0.2);
  overflow: hidden;
}

.download-card::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -220px;
  width: 530px;
  height: 530px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 65px rgba(255, 255, 255, 0.028),
    0 0 0 130px rgba(255, 255, 255, 0.018);
}

.download-copy,
.download-card .play-button {
  position: relative;
  z-index: 2;
}

.download-copy {
  max-width: 690px;
}

.eyebrow-light {
  color: #8bb0ff;
}

.download-card h2 {
  max-width: 690px;
  font-size: clamp(42px, 5vw, 66px);
}

.download-copy > p:last-child {
  max-width: 580px;
  margin: 24px 0 0;
  color: #b9c4d8;
  font-size: 17px;
}

.play-button-light {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.2);
}

.play-button-light .play-mark {
  border-left-color: var(--blue);
}

.play-button-light:hover {
  color: var(--ink);
  background: #edf3ff;
}

.download-decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.download-decoration span {
  position: absolute;
  border-radius: 50%;
  background: var(--blue);
  opacity: 0.22;
}

.download-decoration span:first-child {
  top: -35px;
  left: 45%;
  width: 90px;
  height: 90px;
}

.download-decoration span:nth-child(2) {
  right: 29%;
  bottom: 30px;
  width: 30px;
  height: 30px;
}

.download-decoration span:last-child {
  top: 55px;
  right: 13%;
  width: 14px;
  height: 14px;
  background: #50d8c7;
  opacity: 0.55;
}

.site-footer {
  padding: 38px 0;
  border-top: 1px solid #dce3ee;
  background: #f7f9fc;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}

.wordmark-footer {
  justify-self: start;
}

.footer-inner p {
  margin: 0;
  color: #7a8495;
  font-size: 12px;
}

.footer-inner p:last-child {
  justify-self: end;
}

.lightbox {
  width: min(1000px, calc(100% - 32px));
  max-width: none;
  height: min(840px, calc(100% - 32px));
  max-height: none;
  padding: 0;
  border: 0;
  border-radius: 28px;
  color: #fff;
  background: #0d111b;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.45);
}

.lightbox::backdrop {
  background: rgba(6, 10, 18, 0.78);
  backdrop-filter: blur(8px);
}

.lightbox-panel {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 28px 86px;
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  align-items: center;
  gap: 24px;
}

.lightbox figure {
  min-width: 0;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.lightbox figure img {
  width: auto;
  max-width: 100%;
  height: calc(100% - 44px);
  object-fit: contain;
  border-radius: 14px;
}

.lightbox figcaption {
  color: #b7c1d0;
  font-size: 13px;
  font-weight: 650;
}

.lightbox-close,
.lightbox-arrow {
  width: 48px;
  height: 48px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.lightbox-close:hover,
.lightbox-arrow:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.16);
  transform: scale(1.05);
}

.lightbox-close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 3;
  font-size: 28px;
}

.lightbox-arrow {
  font-size: 20px;
}

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 650ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-ready .reveal[data-delay="1"] {
  transition-delay: 90ms;
}

.reveal-ready .reveal[data-delay="2"] {
  transition-delay: 180ms;
}

.reveal-ready .reveal[data-delay="3"] {
  transition-delay: 270ms;
}

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

@media (max-width: 1040px) {
  .hero {
    min-height: 800px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
    gap: 48px;
  }

  .hero-card {
    width: 310px;
  }

  .screenshot-halo {
    width: 410px;
    height: 410px;
  }

  .floating-chip {
    display: none;
  }

  .feature-row,
  .feature-row-reverse {
    padding: 64px 6%;
    grid-template-columns: 1fr minmax(260px, 0.7fr);
    gap: 7%;
  }

  .feature-row-reverse {
    grid-template-columns: minmax(260px, 0.7fr) 1fr;
  }

  .download-card {
    padding: 66px 7%;
    gap: 40px;
  }
}

@media (max-width: 800px) {
  :root {
    --shell: min(100% - 32px, 680px);
    --nav-height: 68px;
  }

  .js .menu-toggle {
    display: block;
  }

  .js .nav-links {
    position: fixed;
    top: var(--nav-height);
    right: 16px;
    left: 16px;
    padding: 18px;
    display: grid;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .js .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .js .nav-links a {
    min-height: 48px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    border-radius: 10px;
  }

  .js .nav-links .nav-download {
    margin-top: 6px;
    justify-content: center;
  }

  .hero {
    min-height: 0;
    padding: 125px 0 70px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy .eyebrow,
  .hero-actions,
  .hero-note {
    justify-content: center;
  }

  .hero h1,
  .hero-lede {
    margin-inline: auto;
  }

  .hero h1 {
    max-width: 660px;
    font-size: clamp(50px, 12vw, 74px);
  }

  .hero-visual {
    min-height: 580px;
  }

  .hero-card {
    width: min(350px, calc(100vw - 78px));
  }

  .overview {
    margin-top: 0;
    padding: 26px 0 0;
  }

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

  .overview-item {
    min-height: auto;
    padding: 26px;
  }

  .overview-item + .overview-item {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section-pad {
    padding: 105px 0;
  }

  .section-heading,
  .screenshots-heading {
    margin-bottom: 64px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-heading .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }

  .feature-row,
  .feature-row-reverse {
    margin-top: 28px;
    padding: 48px 30px;
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .feature-row .feature-copy,
  .feature-row .feature-shot,
  .feature-row-reverse .feature-copy,
  .feature-row-reverse .feature-shot {
    grid-column: 1;
  }

  .feature-row .feature-copy,
  .feature-row-reverse .feature-copy {
    grid-row: 1;
  }

  .feature-row .feature-shot,
  .feature-row-reverse .feature-shot {
    grid-row: 2;
  }

  .feature-shot {
    width: min(100%, 333px);
  }

  .screenshot-gallery {
    margin-inline: -16px;
    padding: 8px 16px 46px;
    grid-template-columns: repeat(4, minmax(250px, 68vw));
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .gallery-card,
  .gallery-card:nth-child(even) {
    margin: 0;
    scroll-snap-align: center;
  }

  .download-section {
    padding: 50px 0 70px;
  }

  .download-card {
    min-height: 0;
    padding: 62px 34px;
    grid-template-columns: 1fr;
    gap: 38px;
    border-radius: 30px;
    text-align: center;
  }

  .download-card .eyebrow {
    justify-content: center;
  }

  .download-card .play-button {
    justify-self: center;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    text-align: center;
  }

  .wordmark-footer,
  .footer-inner p:last-child {
    justify-self: center;
  }

  .lightbox-panel {
    padding: 72px 20px 26px;
    grid-template-columns: 48px 1fr 48px;
    gap: 8px;
  }
}

@media (max-width: 540px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .hero {
    padding-top: 112px;
  }

  .hero h1 {
    font-size: clamp(44px, 14vw, 64px);
  }

  .hero-lede {
    margin-top: 22px;
    font-size: 16px;
  }

  .hero-actions {
    margin-top: 30px;
    flex-direction: column;
    gap: 12px;
  }

  .play-button {
    width: min(100%, 260px);
  }

  .hero-visual {
    min-height: 500px;
  }

  .screenshot-halo {
    width: 330px;
    height: 330px;
  }

  .section-heading h2,
  .screenshots-heading h2,
  .download-card h2 {
    font-size: 40px;
  }

  .feature-row,
  .feature-row-reverse {
    padding: 40px 18px 24px;
    border-radius: 26px;
  }

  .feature-copy {
    padding-inline: 4px;
  }

  .feature-copy h3 {
    font-size: 37px;
  }

  .feature-copy > p:not(.feature-index) {
    font-size: 15px;
  }

  .feature-shot {
    box-shadow: 0 20px 44px rgba(58, 77, 108, 0.14);
  }

  .screenshots-heading > p {
    font-size: 15px;
  }

  .lightbox {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border-radius: 20px;
  }

  .lightbox-panel {
    padding: 68px 12px 22px;
    grid-template-columns: 44px 1fr 44px;
    gap: 4px;
  }

  .lightbox-close {
    top: 14px;
    right: 14px;
  }

  .lightbox-close,
  .lightbox-arrow {
    width: 44px;
    height: 44px;
  }
}

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

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

  .reveal-ready .reveal {
    opacity: 1;
    transform: none;
  }
}
