:root {
  --red: #df1727;
  --red-2: #ff3a48;
  --red-3: #870b16;
  --ink: #090a0e;
  --ink-2: #14151b;
  --panel: #1d1f27;
  --ivory: #fff7ea;
  --ivory-2: #f3e8d7;
  --gold: #f4c64e;
  --saffron: #ff9f1c;
  --text: #19191d;
  --muted: #6d6966;
  --line: rgba(36, 20, 20, .14);
  --white: #fff;
  --shadow: 0 18px 50px rgba(78, 7, 15, .15);
  --radius: 22px;
  --radius-sm: 14px;
  --header-h: 72px
}

.section,
.campaign-section,
.article-shell {
  content-visibility: auto;
  contain-intrinsic-size: auto 480px
}

.home-hero,
.page-hero,
.site-header,
.site-footer,
.mobile-download-dock {
  content-visibility: visible
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%
}

body {
  margin: 0;
  color: var(--text);
  background: var(--ivory);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans Devanagari", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased
}

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

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

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

button {
  font: inherit;
  color: inherit
}

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

h1,
h2,
h3,
.brand strong,
.button {
  letter-spacing: -.025em
}

h1,
h2,
h3 {
  line-height: 1.12
}

h1 {
  font-size: clamp(2.25rem, 9vw, 5rem)
}

h2 {
  font-size: clamp(1.65rem, 5vw, 2.65rem)
}

h3 {
  font-size: 1.15rem
}

p {
  margin-bottom: 1rem
}

.container {
  width: min(1160px, calc(100% - 32px));
  margin-inline: auto
}

.narrow {
  width: min(780px, calc(100% - 32px));
  margin-inline: auto
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

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

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

.button {
  min-height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: .94rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease
}

.button:active {
  transform: translateY(1px) scale(.99)
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--red-2), var(--red-3));
  box-shadow: 0 9px 22px rgba(223, 23, 39, .28)
}

.button-primary:hover {
  background: linear-gradient(135deg, #ff515c, #a90e1b)
}

.button-secondary {
  color: inherit;
  background: transparent;
  border: 1px solid currentColor
}

.site-header {
  position: sticky;
  z-index: 70;
  top: 0;
  min-height: var(--header-h);
  color: #fff;
  background: rgba(9, 10, 14, .98);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  backdrop-filter: blur(10px)
}

.header-inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 10px
}

.brand {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto
}

.brand img {
  width: 43px;
  height: 43px;
  padding: 6px;
  background: linear-gradient(145deg, #2a2c33, #090a0e);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px
}

.brand span {
  display: grid;
  line-height: 1
}

.brand strong {
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 950
}

.brand small {
  margin-top: 4px;
  color: #c0c0c5;
  font-size: .6rem;
  letter-spacing: .12em;
  text-transform: uppercase
}

.desktop-nav {
  display: none
}

.header-cta {
  min-height: 40px;
  padding: 8px 11px;
  font-size: .76rem
}

.cta-full {
  display: none
}

.cta-short {
  display: inline
}

.language-switcher {
  margin-left: auto;
  display: flex;
  padding: 3px;
  background: #202127;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px
}

.language-switcher a {
  min-width: 36px;
  min-height: 36px;
  padding: 7px 8px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  font-size: .75rem;
  font-weight: 850;
  line-height: 1
}

.language-switcher a[aria-current="page"] {
  color: #fff;
  background: var(--red)
}

.menu-button {
  width: 44px;
  height: 44px;
  padding: 10px;
  display: grid;
  align-content: center;
  gap: 5px;
  background: #202127;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 11px;
  cursor: pointer
}

.menu-button span {
  width: 21px;
  height: 2px;
  margin-inline: auto;
  display: block;
  background: #fff;
  border-radius: 2px;
  transition: transform 160ms ease, opacity 160ms ease
}

.menu-button[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

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

.menu-button[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

.mobile-panel {
  position: absolute;
  z-index: 60;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 10px 0 18px;
  color: #fff;
  background: #0d0e13;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, .25)
}

.mobile-links {
  display: grid;
  gap: 4px
}

.mobile-links>a:not(.button) {
  min-height: 46px;
  padding: 10px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.mobile-links a[aria-current="page"] {
  color: #ff8e96
}

.official-badge,
.official-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 750
}

.official-badge i {
  width: 8px;
  height: 8px;
  background: #61df8a;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(97, 223, 138, .13)
}

.home-hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  background: radial-gradient(circle at 10% 10%, rgba(223, 23, 39, .33), transparent 35%), linear-gradient(150deg, #090a0e 0%, #16090c 56%, #39070d 100%);
  overflow: hidden
}

.hero-glow {
  position: absolute;
  z-index: -1;
  inset: auto -25% -20% 35%;
  height: 60%;
  background: radial-gradient(circle, rgba(255, 51, 65, .23), transparent 65%)
}

.home-hero-grid {
  padding: 52px 0 42px;
  display: grid;
  gap: 34px
}

.hero-kicker,
.eyebrow {
  margin: 16px 0 10px;
  color: var(--red);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase
}

.home-hero .hero-kicker {
  color: #ff9da5
}

.home-hero h1 {
  margin: 0 0 18px;
  max-width: 680px;
  line-height: .94
}

.home-hero h1 em {
  color: var(--gold);
  font-style: normal
}

.hero-lede,
.lede {
  max-width: 720px;
  color: #dedde1;
  font-size: 1.05rem;
  line-height: 1.62
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.home-banner {
  max-width: 520px;
  margin-inline: auto;
  padding: 10px;
  background: linear-gradient(160deg, #2a2b32, #0b0c10);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 26px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .38)
}

.home-banner img {
  width: 100%;
  border-radius: 18px
}

.fact-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px
}

.fact-grid>div {
  padding: 12px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px
}

.fact-grid small {
  display: block;
  color: #aaaab2;
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .07em
}

.fact-grid strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: .94rem
}

.section {
  padding: 58px 0
}

.section-heading {
  margin-bottom: 25px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px
}

.section-heading h2 {
  margin-bottom: 0
}

.section-heading>a {
  color: var(--red);
  font-weight: 800
}

.dark-section {
  color: #fff;
  background: var(--ink-2)
}

.dark-section .eyebrow {
  color: #ff7d88
}

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

.game-tile {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #15161c;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  box-shadow: var(--shadow)
}

.game-tile img {
  width: 100%;
  aspect-ratio: 1/1.1;
  background: #090a0e
}

.game-tile span {
  padding: 12px;
  display: grid;
  color: #fff;
  background: #121319
}

.game-tile small {
  color: #aaaab2
}

.guide-grid {
  display: grid;
  gap: 13px
}

.guide-card {
  position: relative;
  min-height: 260px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(150deg, #24262f, #111218);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  overflow: hidden
}

.guide-card>span {
  position: absolute;
  right: 16px;
  top: 8px;
  color: rgba(255, 255, 255, .07);
  font-size: 4.4rem;
  font-weight: 950;
  line-height: 1
}

.guide-card small {
  position: relative;
  color: #ff8e97;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase
}

.guide-card h3 {
  position: relative;
  margin: 26px 0 10px;
  font-size: 1.35rem
}

.guide-card p {
  position: relative;
  color: #bfc0c6
}

.guide-card b {
  position: relative;
  margin-top: auto;
  color: var(--gold)
}

.split-copy {
  display: grid;
  gap: 28px;
  align-items: center
}

.split-copy>img {
  width: 100%;
  background: #18191e;
  border-radius: 24px;
  box-shadow: var(--shadow)
}

.check-list {
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none
}

.check-list li {
  padding-left: 30px;
  position: relative
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 950
}

.campaign-section {
  background: var(--ivory-2)
}

.campaign-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(82vw, 380px);
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  padding: 3px 2px 18px;
  scrollbar-width: thin
}

.campaign-card {
  scroll-snap-align: start;
  overflow: hidden;
  color: #fff;
  background: #0c0d11;
  border: 1px solid #2e3037;
  border-radius: 20px
}

.campaign-card img {
  width: 100%
}

.campaign-card span {
  min-height: 54px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  font-weight: 750
}

.page-hero {
  color: #fff;
  background: radial-gradient(circle at 80% 30%, rgba(223, 23, 39, .25), transparent 30%), linear-gradient(145deg, #090a0e, #23090d)
}

.page-hero-grid {
  padding: 42px 0;
  display: grid;
  gap: 26px;
  align-items: center
}

.page-hero .eyebrow {
  color: #ff9da5
}

.page-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 8vw, 4.5rem)
}

.page-hero-art {
  width: min(100%, 440px);
  margin-inline: auto;
  padding: 12px;
  background: #1b1c22;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px
}

.page-hero-grid--no-art {
  grid-template-columns: 1fr
}

.page-hero-art img {
  width: 100%;
  max-height: 560px;
  border-radius: 16px
}

.breadcrumbs {
  margin: 0 0 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #b9b9bf;
  font-size: .78rem;
  line-height: 1.4
}

.breadcrumbs a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .35);
  text-underline-offset: 3px;
  font-weight: 650
}

.breadcrumbs a:hover {
  text-decoration-color: rgba(255, 255, 255, .7)
}

.breadcrumbs-sep {
  color: rgba(255, 255, 255, .45);
  font-weight: 500;
  user-select: none
}

.breadcrumbs-current {
  color: #b9b9bf
}

.page-hero .breadcrumbs,
.home-hero .breadcrumbs {
  margin-bottom: 20px
}

.breadcrumb-bar {
  padding: 16px 0 0
}

.breadcrumb-bar .breadcrumbs {
  margin-bottom: 0;
  color: var(--muted)
}

.breadcrumb-bar .breadcrumbs a {
  color: var(--red);
  text-decoration-color: rgba(223, 23, 39, .35)
}

.breadcrumb-bar .breadcrumbs-sep {
  color: var(--muted)
}

.breadcrumb-bar .breadcrumbs-current {
  color: var(--text);
  font-weight: 750
}

.answer-box {
  margin-bottom: 24px;
  padding: 22px;
  color: #fff;
  background: linear-gradient(135deg, #221115, #0c0d11);
  border-left: 5px solid var(--red);
  border-radius: 15px
}

.answer-box>strong {
  color: #ff8e97;
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase
}

.answer-box h2 {
  margin: 8px 0 10px;
  font-size: 1.55rem
}

.answer-box p {
  margin: 0;
  color: #d3d3d7
}

.section>.container>.fact-grid {
  margin: 0 0 28px
}

.section>.container>.fact-grid>div {
  color: #fff;
  background: #15161b
}

.content-grid {
  display: grid;
  gap: 20px;
  align-items: start
}

.content-grid>article h2 {
  margin-bottom: 12px;
  font-size: 1.55rem
}

.content-grid>article p {
  color: var(--muted)
}

.content-grid>article .button {
  margin-top: 16px
}

.top-gap {
  margin-top: 30px
}

.steps,
.install-list {
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
  counter-reset: item
}

.steps li {
  padding: 16px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px
}

.steps b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border-radius: 11px
}

.steps h3,
.steps p {
  margin-bottom: 4px
}

.download-card {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #111218;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.download-card img {
  width: 118px;
  margin: 0 auto 8px;
  border-radius: 23px
}

.download-card h2 {
  margin: 0 0 6px;
  font-size: 1.35rem
}

.download-card p {
  margin: 0 0 18px;
  color: #bfc0c6
}

/*
 * 不要 width:100%：通栏扁按钮会让 135deg 主色渐变变成上下色带，看起来像坏掉。
 * 与 Header / Hero 同一套 .button.button-primary（自然宽度 + 圆角）。
 */
.download-card a.button.button-primary {
  width: auto;
  min-width: 200px;
  max-width: 100%;
  margin-top: 0;
}

.install-list li {
  padding: 22px 22px 22px 70px;
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 17px;
  box-shadow: 0 10px 28px rgba(49, 18, 20, .05);
  counter-increment: item
}

.install-list li::before {
  content: counter(item);
  position: absolute;
  left: 20px;
  top: 20px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-weight: 900
}

.install-list h2 {
  margin-bottom: 8px;
  font-size: 1.3rem
}

.install-list p {
  margin: 0;
  color: var(--muted)
}

.note,
.notice {
  margin-top: 24px;
  padding: 20px;
  background: #fff2d1;
  border: 1px solid #e6c46c;
  border-radius: 15px
}

.note h2 {
  font-size: 1.3rem
}

.note a,
.legal-content a,
.article-content a {
  color: var(--red);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px
}

.faq-list {
  display: grid;
  gap: 10px
}

.faq-list>h2 {
  margin: 20px 0 8px
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden
}

.faq-list summary {
  min-height: 58px;
  padding: 16px 48px 16px 17px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 850;
  list-style: none
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 17px;
  color: var(--red);
  font-size: 1.4rem
}

.faq-list details[open] summary::after {
  content: "−"
}

.faq-list details p {
  padding: 0 17px 17px;
  margin: 0;
  color: var(--muted)
}

.legal-content {
  width: min(780px, calc(100% - 32px))
}

.legal-content h2 {
  margin-top: 34px;
  font-size: 1.45rem
}

.legal-content p,
.legal-content li {
  color: #4e4b49
}

.legal-content code {
  padding: 2px 5px;
  background: #eee1ce;
  border-radius: 5px
}

.article-shell {
  padding: 42px 0 66px
}

.article-grid {
  display: grid;
  gap: 28px;
  align-items: start
}

.article-meta {
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: var(--muted);
  font-size: .8rem
}

.article-hero-image {
  margin: 0 0 24px;
  padding: 12px;
  background: #131419;
  border-radius: 20px
}

.article-hero-image img {
  width: 100%;
  max-height: 600px
}

.article-lede {
  font-size: 1.14rem;
  color: #494543
}

.article-toc {
  margin: 26px 0;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px
}

.article-toc ol {
  margin: 10px 0 0;
  padding-left: 21px
}

.article-toc a {
  color: var(--red);
  font-weight: 750
}

.article-content>section {
  scroll-margin-top: 95px;
  margin-top: 36px
}

.article-content>section h2 {
  font-size: 1.65rem
}

.article-content>section p,
.article-content>section li {
  color: #46423f
}

.article-content>section li+li {
  margin-top: 7px
}

.article-cta {
  margin-top: 42px;
  padding: 24px;
  color: #fff;
  background: linear-gradient(140deg, #2b090e, #111217);
  border-radius: 20px;
  box-shadow: var(--shadow)
}

.article-cta h2 {
  font-size: 1.55rem
}

.article-cta p {
  color: #d4d4d8
}

.article-aside {
  display: none
}

.article-aside>div {
  padding: 20px;
  display: grid;
  gap: 9px;
  color: #fff;
  background: #15161c;
  border-radius: 17px
}

.article-aside span {
  color: #aaaab2
}

.article-aside a {
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: var(--gold);
  font-weight: 750
}

.site-footer {
  padding: 55px 0 calc(95px + env(safe-area-inset-bottom, 0px));
  color: #fff;
  background: #090a0e
}

.footer-top {
  display: grid;
  gap: 34px
}

.footer-brand p {
  max-width: 410px;
  margin: 18px 0;
  color: #b7b7bd
}

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

.footer-groups nav {
  display: grid;
  align-content: start;
  gap: 8px
}

.footer-groups h2 {
  margin-bottom: 4px;
  color: #fff;
  font-size: .85rem;
  letter-spacing: .1em;
  text-transform: uppercase
}

.footer-groups a {
  color: #bdbdc3;
  font-size: .88rem
}

.footer-bottom {
  margin-top: 36px;
  padding-top: 20px;
  display: grid;
  gap: 5px;
  color: #8d8d94;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .77rem
}

/* 移动端底部 Download Dock：背景铺满安全区，按钮悬在安全区之上，避免被 Home 条裁切 */
.mobile-download-dock {
  position: fixed;
  z-index: 65;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 10px 16px;
  /* DevTools 模拟机常拿不到 safe-area，至少预留 20px，真机再用 inset */
  padding-bottom: max(20px, env(safe-area-inset-bottom, 0px));
  background: #090a0e;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.mobile-download-dock .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.mobile-download-dock .button {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(223, 23, 39, .32);
}

.mobile-download-dock small {
  color: #ffd8db;
  font-weight: 700;
  flex-shrink: 0
}

.not-found {
  min-height: 100vh;
  padding: 40px 20px;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
  background: radial-gradient(circle, #420a11, #090a0e)
}

.not-found>img {
  width: 86px;
  margin: 0 auto 20px
}

.not-found h1 {
  font-size: clamp(2.2rem, 10vw, 4.5rem)
}

.not-found .hero-actions {
  justify-content: center
}

@media (min-width:700px) {
  .container {
    width: min(1160px, calc(100% - 56px))
  }

  .home-hero-grid,
  .page-hero-grid {
    padding-block: 70px
  }

  .game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .split-copy,
  .content-grid {
    grid-template-columns: 1.2fr .8fr
  }

  .footer-groups {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .page-hero-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr)
  }

  .page-hero-grid--no-art {
    grid-template-columns: 1fr
  }

  .page-hero-art {
    margin-right: 0
  }

  .fact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}

@media (min-width:1020px) {
  .desktop-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 2px
  }

  .desktop-nav a {
    padding: 11px 10px;
    color: #d6d6da;
    font-size: .84rem;
    font-weight: 750;
    border-radius: 9px
  }

  .desktop-nav a:hover,
  .desktop-nav a[aria-current="page"] {
    color: #fff;
    background: #24252b
  }

  .language-switcher {
    margin-left: 4px
  }

  .header-cta {
    min-height: 40px;
    padding: 12px 20px;
    font-size: .94rem
  }

  .cta-full {
    display: inline
  }

  .cta-short {
    display: none
  }

  .menu-button {
    display: none
  }

  .home-hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
    align-items: start
  }

  .home-hero-grid--no-art {
    grid-template-columns: 1fr
  }

  .home-hero-copy {
    padding-top: 46px
  }

  .guide-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .article-grid {
    grid-template-columns: minmax(0, 760px) minmax(210px, 1fr)
  }

  .article-aside {
    position: sticky;
    top: 96px;
    display: block
  }

  .footer-top {
    grid-template-columns: .9fr 1.8fr
  }

  .mobile-download-dock {
    display: none
  }

  .site-footer {
    padding-bottom: 40px
  }
}

@media (max-width:699px) {
  .brand small {
    display: none
  }

  .brand strong {
    font-size: .92rem
  }

  .language-switcher a {
    min-width: 32px;
    padding-inline: 6px
  }

  .header-inner {
    gap: 7px
  }
}

@media (max-width:379px) {
  .language-switcher {
    margin-left: auto
  }

  .container {
    width: min(100% - 24px, 1160px)
  }

  .fact-grid {
    grid-template-columns: 1fr
  }

  .hero-actions .button {
    width: 100%
  }
}

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

  .button,
  .menu-button span {
    transition: none
  }
}