:root {
  color-scheme: light dark;
  --page: #f4f6f8;
  --surface: #ffffff;
  --surface-soft: #eaedf1;
  --surface-blue: #e9efff;
  --ink: #171b22;
  --ink-soft: #59616d;
  --line: #d9dee5;
  --accent: #3b5fce;
  --accent-strong: #2d4ca9;
  --accent-ink: #ffffff;
  --header: rgb(244 246 248 / 88%);
  --shadow: 0 24px 70px rgb(45 56 72 / 15%);
  --radius: 18px;
  --max-width: 1180px;
  font-family:
    "Segoe UI Variable Display", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
  touch-action: manipulation;
}

[id] {
  scroll-margin-top: 88px;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--ink);
  color: var(--page);
  transform: translateY(-150%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid transparent;
  background: var(--header);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
}

.nav-shell,
.section-shell,
.footer-shell {
  width: min(calc(100% - 48px), var(--max-width));
  margin-inline: auto;
}

.nav-shell {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 72px;
  gap: 28px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 720;
  letter-spacing: -0.02em;
}

.brand img,
.footer-brand img {
  border-radius: 11px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--ink-soft);
  font-size: 14px;
}

.nav-links a,
.site-footer a,
.text-link {
  transition:
    color 180ms ease,
    opacity 180ms ease;
}

.nav-links a:hover,
.site-footer a:hover,
.text-link:hover {
  color: var(--accent);
}

.nav-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.icon-link {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.icon-link:hover {
  border-color: color-mix(in srgb, var(--accent) 55%, var(--line));
  background: var(--surface-blue);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--accent);
  border-radius: 12px;
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 10px 30px rgb(65 105 225 / 20%);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.button:hover {
  background: var(--accent-strong);
  box-shadow: 0 14px 36px rgb(65 105 225 / 26%);
  transform: translateY(-1px);
}

.button:active,
.icon-link:active {
  transform: translateY(1px) scale(0.98);
}

.button-small {
  min-height: 48px;
  padding-inline: 17px;
  font-size: 14px;
}

:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent) 74%, transparent);
  outline-offset: 3px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(560px, 1.1fr) minmax(500px, 0.9fr);
  width: min(calc(100% - 48px), 1320px);
  min-height: calc(100dvh - 72px);
  margin-inline: auto;
  align-items: center;
  gap: clamp(38px, 4vw, 58px);
  padding: 64px 0 72px;
}

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

.eyebrow,
.feature-label {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.12em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  max-width: none;
  margin-bottom: 24px;
  font-size: clamp(46px, 4vw, 58px);
  font-weight: 760;
  line-height: 1.06;
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 730;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(23px, 2.5vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.hero-lede {
  max-width: 31ch;
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 700;
}

.text-link::after {
  content: "→";
  transition: transform 180ms ease;
}

.text-link:hover::after {
  transform: translateX(4px);
}

.hero-visual {
  min-width: 0;
}

.window-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  transform: rotate(0.6deg);
}

.window-bar {
  display: flex;
  align-items: center;
  height: 40px;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  background: var(--surface-soft);
}

.window-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--ink-soft) 42%, transparent);
}

.window-bar strong {
  margin-left: 7px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 650;
}

.window-frame > img {
  width: 100%;
  height: auto;
}

.mode-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1.28fr);
  align-items: center;
  gap: clamp(50px, 7vw, 100px);
  padding-block: clamp(100px, 12vw, 170px);
}

.mode-copy > p,
.section-heading > p,
.size-copy > p,
.desktop-copy > p,
.open-copy > p,
.download-section p,
.feature-grid article > p,
.feature-grid article > div > p {
  color: var(--ink-soft);
}

.mode-copy > p {
  max-width: 43ch;
  font-size: 18px;
}

.mode-facts {
  margin: 40px 0 0;
}

.mode-facts > div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 22px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.mode-facts dt {
  color: var(--accent);
  font-weight: 700;
}

.mode-facts dd {
  margin: 0;
  color: var(--ink-soft);
}

.mode-demo {
  margin: 0;
}

.mode-demo > img {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.mode-demo figcaption {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 13px;
}

.motion-poster {
  display: none;
}

.lightweight-section {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: end;
  gap: clamp(40px, 8vw, 120px);
  padding-block: clamp(90px, 10vw, 140px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.size-statement {
  display: flex;
  align-items: baseline;
  color: var(--accent);
  line-height: 0.85;
  letter-spacing: -0.08em;
}

.size-statement span {
  margin-right: 12px;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 500;
}

.size-statement strong {
  font-size: clamp(86px, 11vw, 154px);
  font-weight: 760;
  white-space: nowrap;
}

.size-copy h2 {
  font-size: clamp(30px, 3.6vw, 48px);
}

.size-copy p {
  max-width: 42ch;
  margin-bottom: 0;
  font-size: 18px;
}

.feature-section {
  padding-block: clamp(110px, 13vw, 180px);
}

.section-heading {
  max-width: 700px;
  margin-bottom: 56px;
}

.section-heading p {
  max-width: 48ch;
  margin-bottom: 0;
  font-size: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}

.feature-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.feature-main {
  display: flex;
  grid-row: 1 / 3;
  min-height: 580px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(34px, 5vw, 64px);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--surface-blue) 82%, transparent), transparent 62%),
    var(--surface);
}

.feature-main > div:first-child {
  max-width: 500px;
}

.feature-label {
  margin-bottom: 12px;
}

.feature-grid article p:last-child {
  max-width: 43ch;
  margin-bottom: 0;
}

.feature-side {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 4vw, 42px);
  background: var(--surface);
}

.feature-code {
  background:
    linear-gradient(135deg, transparent, color-mix(in srgb, var(--surface-soft) 80%, transparent)),
    var(--surface);
}

.feature-export {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--surface-blue) 60%, transparent), transparent),
    var(--surface);
}

.file-flow {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 12px;
}

.file-flow span {
  padding: 11px 16px;
  border: 1px solid color-mix(in srgb, var(--accent) 32%, var(--line));
  border-radius: 10px;
  background: var(--surface);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.file-flow i {
  height: 1px;
  background: color-mix(in srgb, var(--accent) 48%, var(--line));
}

.desktop-section {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 50px;
  padding-block: clamp(90px, 10vw, 140px);
  border-top: 1px solid var(--line);
}

.desktop-copy {
  max-width: 700px;
}

.desktop-copy p {
  max-width: 48ch;
  margin-bottom: 0;
  font-size: 18px;
}

.platforms {
  display: flex;
  gap: 12px;
}

.platforms span {
  padding: 13px 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  font-weight: 700;
}

.open-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: clamp(50px, 9vw, 130px);
  padding-block: clamp(110px, 14vw, 190px);
}

.open-mark {
  display: grid;
  aspect-ratio: 1;
  max-width: 380px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-blue);
  color: var(--accent);
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: clamp(58px, 8vw, 112px);
  font-weight: 700;
  letter-spacing: -0.12em;
}

.open-copy {
  max-width: 650px;
}

.open-copy > p:not(.eyebrow) {
  max-width: 48ch;
  margin-bottom: 26px;
  font-size: 18px;
}

.download-section {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
  padding: clamp(38px, 6vw, 68px);
  border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--line));
  border-radius: var(--radius);
  background: var(--surface-blue);
}

.download-section h2 {
  max-width: 760px;
  margin-bottom: 10px;
  font-size: clamp(32px, 4.5vw, 58px);
}

.download-section p {
  margin-bottom: 0;
}

.site-footer {
  border-top: 1px solid var(--line);
}

.footer-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  min-height: 120px;
}

.footer-shell > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.footer-shell nav {
  display: flex;
  gap: 24px;
  color: var(--ink-soft);
  font-size: 14px;
}

.footer-shell nav a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
}

/* Download and release archive */

.inner-page main {
  min-height: calc(100dvh - 192px);
}

.inner-page .nav-links [aria-current="page"] {
  color: var(--ink);
  font-weight: 700;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 60px;
  padding-block: clamp(82px, 10vw, 140px) clamp(70px, 9vw, 120px);
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 12ch;
  margin-bottom: 26px;
  font-size: clamp(54px, 8vw, 108px);
}

.page-lede {
  max-width: 48ch;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 19px;
}

.version-stamp {
  display: flex;
  min-width: 250px;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 34px;
  border-left: 1px solid var(--line);
  color: var(--accent);
}

.version-stamp span {
  margin-bottom: 4px;
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.version-stamp strong {
  font-size: clamp(64px, 8vw, 108px);
  font-weight: 760;
  line-height: 0.95;
  letter-spacing: -0.075em;
}

.download-shell {
  padding-block: clamp(90px, 11vw, 150px);
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.download-card {
  position: relative;
  display: flex;
  min-height: 320px;
  flex-direction: column;
  justify-content: space-between;
  gap: 44px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.download-card::after {
  position: absolute;
  right: -42px;
  bottom: -82px;
  width: 190px;
  height: 190px;
  border: 1px solid color-mix(in srgb, var(--accent) 18%, transparent);
  border-radius: 50%;
  content: "";
}

.download-card.is-recommended {
  border-color: color-mix(in srgb, var(--accent) 56%, var(--line));
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--surface-blue) 88%, transparent), transparent 70%),
    var(--surface);
}

.download-card.is-recommended::before {
  position: absolute;
  top: 0;
  right: 28px;
  padding: 6px 11px;
  border-radius: 0 0 8px 8px;
  background: var(--accent);
  color: var(--accent-ink);
  content: "适合当前设备";
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.05em;
}

.download-card-kicker {
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.download-card h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 3vw, 38px);
}

.download-card p:last-child {
  max-width: 38ch;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.download-card-action {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.download-card-action > span {
  color: var(--ink-soft);
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
}

.button-secondary {
  border-color: var(--line);
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}

.button-secondary:hover {
  border-color: var(--accent);
  background: var(--surface-blue);
  color: var(--accent);
  box-shadow: none;
}

.install-notes {
  border-top: 1px solid var(--line);
}

.install-note {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: clamp(24px, 6vw, 82px);
  padding-block: clamp(46px, 6vw, 76px);
  border-bottom: 1px solid var(--line);
}

.note-index {
  color: var(--accent);
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  font-weight: 700;
}

.install-note h2 {
  margin-bottom: 12px;
  font-size: clamp(27px, 3vw, 38px);
}

.install-note p {
  max-width: 70ch;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.download-fallback {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 44px;
  margin-block: clamp(80px, 10vw, 130px);
  padding: clamp(32px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-soft);
}

.download-fallback h2 {
  margin-bottom: 8px;
  font-size: clamp(26px, 3vw, 38px);
}

.download-fallback p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.releases-hero {
  align-items: center;
}

.history-jump {
  white-space: nowrap;
}

.release-list {
  padding-block: clamp(70px, 9vw, 120px) clamp(100px, 12vw, 160px);
}

.release-entry {
  border-bottom: 1px solid var(--line);
}

.release-entry:first-child {
  border-top: 1px solid var(--line);
}

.release-entry summary {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 110px;
  gap: 32px;
  padding: 18px 4px;
  cursor: pointer;
  list-style: none;
}

.release-entry summary::-webkit-details-marker {
  display: none;
}

.release-entry summary::after {
  grid-column: 3;
  color: var(--accent);
  content: "+";
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 28px;
  line-height: 1;
}

.release-entry[open] summary::after {
  content: "−";
}

.release-version {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 740;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.release-date {
  color: var(--ink-soft);
  font-size: 14px;
}

.release-badge {
  padding: 5px 9px;
  border: 1px solid color-mix(in srgb, var(--accent) 45%, var(--line));
  border-radius: 999px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.04em;
}

.release-body {
  max-width: 820px;
  padding: 4px 4px clamp(52px, 7vw, 80px);
}

.prose {
  color: var(--ink-soft);
  font-size: 16px;
}

.prose h2,
.prose h3,
.prose h4 {
  margin-top: 34px;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 22px;
  letter-spacing: -0.025em;
}

.prose h2:first-child,
.prose h3:first-child {
  margin-top: 0;
}

.prose ul,
.prose ol {
  padding-left: 1.4em;
}

.prose li + li {
  margin-top: 8px;
}

.prose a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.prose img {
  margin-block: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.release-source {
  display: inline-flex;
  margin-top: 24px;
  font-weight: 700;
}

@media (prefers-color-scheme: dark) {
  :root {
    --page: #11151b;
    --surface: #191e26;
    --surface-soft: #202630;
    --surface-blue: #18233e;
    --ink: #edf0f4;
    --ink-soft: #aeb6c2;
    --line: #303844;
    --accent: #7694ff;
    --accent-strong: #8aa3ff;
    --accent-ink: #101526;
    --header: rgb(17 21 27 / 88%);
    --shadow: 0 24px 70px rgb(0 0 0 / 34%);
  }

  .icon-link img {
    filter: invert(1) brightness(1.15);
  }

  .brand img,
  .footer-brand img {
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%);
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header {
    background: var(--page);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (max-width: 1160px) {
  .nav-links {
    display: none;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 80px;
  }

  .hero-copy {
    max-width: 720px;
  }

  h1 {
    max-width: 14ch;
  }

  .hero-lede {
    max-width: 40ch;
  }

  .hero-visual {
    width: min(100%, 920px);
    justify-self: end;
  }

  .mode-section {
    grid-template-columns: 1fr;
  }

  .mode-copy {
    max-width: 720px;
  }

  .lightweight-section {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .size-statement strong {
    font-size: clamp(80px, 16vw, 140px);
  }
}

@media (max-width: 760px) {
  .nav-shell,
  .section-shell,
  .footer-shell,
  .hero {
    width: min(calc(100% - 32px), var(--max-width));
  }

  .nav-shell {
    min-height: 64px;
    gap: 12px;
  }

  .brand span {
    display: none;
  }

  .button-small {
    min-height: 48px;
  }

  .hero {
    min-height: auto;
    gap: 48px;
    padding: 62px 0 58px;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(42px, 13vw, 58px);
  }

  h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .window-frame {
    border-radius: 14px;
    transform: none;
  }

  .window-frame > img {
    width: 155%;
    max-width: none;
    transform: translateX(-6%);
  }

  .mode-section,
  .feature-section,
  .open-section {
    padding-block: 88px;
  }

  .mode-facts > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .mode-demo > img {
    border-radius: 14px;
  }

  .lightweight-section {
    gap: 42px;
    padding-block: 76px;
  }

  .size-statement strong {
    font-size: clamp(70px, 24vw, 112px);
  }

  .feature-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .feature-main {
    grid-row: auto;
    min-height: 460px;
  }

  .feature-side {
    min-height: 250px;
  }

  .file-flow {
    grid-template-columns: 1fr;
  }

  .file-flow i {
    width: 1px;
    height: 22px;
    justify-self: center;
  }

  .file-flow span {
    text-align: center;
  }

  .desktop-section,
  .open-section,
  .download-section {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .desktop-section {
    padding-block: 80px;
  }

  .platforms {
    flex-wrap: wrap;
  }

  .open-mark {
    width: min(78vw, 320px);
  }

  .download-section {
    gap: 32px;
    margin-bottom: 48px;
    padding: 34px 26px;
  }

  .download-section .button {
    justify-self: start;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 34px;
  }

  .footer-shell nav {
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .page-hero,
  .download-fallback {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .page-hero {
    gap: 44px;
    padding-block: 70px;
  }

  .page-hero h1 {
    font-size: clamp(48px, 16vw, 72px);
  }

  .version-stamp {
    min-width: 0;
    align-items: flex-start;
    padding: 24px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

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

  .download-card {
    min-height: 300px;
  }

  .download-card-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .install-note {
    grid-template-columns: 48px 1fr;
  }

  .release-entry summary {
    grid-template-columns: 1fr auto;
    min-height: 96px;
    gap: 10px;
  }

  .release-entry summary::after {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .release-date {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .button,
  .icon-link,
  .text-link::after {
    will-change: transform;
  }

  .js .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition:
      opacity 700ms cubic-bezier(0.16, 1, 0.3, 1),
      transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
  }

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

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

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

  .motion-media {
    display: none;
  }

  .motion-poster {
    display: block;
  }
}
