:root {
  --brand: #626f47;
  --sage: #a4b465;
  --cream: #f5ecd5;
  --apricot: #f0bb78;
  --paper: #faf5ef;
  --ink: #303629;
  --muted: #686e5b;
  --line: #c7c3a4;
  --display: "Arial Rounded MT Bold", "Trebuchet MS", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --body: Inter, Pretendard, "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

button { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, p, figure { margin-top: 0; }

.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;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-160%);
}

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

.site-shell {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 245, 239, .95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #5f6d50;
  font-family: var(--display);
  font-size: .87rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
}

.brand-logo {
  width: 34px;
  height: auto;
  flex: 0 0 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: .88rem;
  font-weight: 700;
}

.site-nav > a:not(.nav-cta) {
  padding-block: 4px;
  border-bottom: 1px solid transparent;
}

.site-nav > a:not(.nav-cta):hover,
.site-nav > a:not(.nav-cta):focus-visible,
.site-nav > a[aria-current="page"] { border-bottom-color: var(--brand); }

.nav-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 18px;
  padding: 0 17px;
  color: var(--paper);
  background: var(--brand);
}

.nav-toggle { display: none; }

.game-hero,
.product-hero {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, var(--cream) 0 58%, var(--sage) 58% 100%);
}

.game-hero-layout,
.product-hero-layout {
  display: grid;
  min-height: calc(100svh - 74px);
  align-items: center;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(58px, 9vw, 130px);
  padding-block: 70px;
}

.game-hero-copy,
.product-hero-copy { max-width: 650px; }

.game-identity {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 26px;
  font-family: var(--mono);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.game-identity img {
  width: 54px;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid var(--ink);
  border-radius: 12px;
}

.game-hero h1,
.product-hero h1 {
  margin-bottom: 22px;
  font-family: var(--display);
  font-size: clamp(3.7rem, 7vw, 6.8rem);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .88;
}

.game-tagline {
  margin-bottom: 15px;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -.02em;
}

.game-description {
  max-width: 560px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
  word-break: keep-all;
}

.hero-actions,
.product-list-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 21px;
  border: 1px solid var(--ink);
  font-size: .9rem;
  font-weight: 800;
  transition: transform .15s ease, box-shadow .15s ease;
}

.button:hover,
.button:focus-visible {
  transform: translate(2px, 2px);
}

.button-primary {
  color: var(--paper);
  background: var(--brand);
  box-shadow: 4px 4px 0 var(--ink);
}

.button-primary:hover,
.button-primary:focus-visible { box-shadow: 2px 2px 0 var(--ink); }

.button-app-store {
  color: var(--ink);
  background: var(--cream);
}

.button-secondary { background: transparent; }

.game-hero-media,
.product-hero-media {
  display: flex;
  justify-content: center;
}

.phone-frame {
  width: min(100%, 330px);
  padding: 9px;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 38px;
  box-shadow: 15px 15px 0 rgba(48, 54, 41, .2);
}

.phone-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 2;
  object-fit: contain;
  border-radius: 29px;
}

.hero-screen { margin: 0; }

.hero-screen figcaption {
  margin-top: 20px;
  color: var(--ink);
  font-family: var(--mono);
  font-size: .68rem;
  font-weight: 700;
  text-align: center;
}

.game-facts {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.game-facts-grid {
  display: grid;
  margin-block: 0;
  grid-template-columns: repeat(4, 1fr);
}

.game-facts-grid > div {
  min-width: 0;
  padding: 25px 24px 27px;
  border-left: 1px solid var(--line);
}

.game-facts-grid > div:last-child { border-right: 1px solid var(--line); }

.game-facts dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.game-facts dd {
  margin: 0;
  font-family: var(--display);
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: -.02em;
}

.game-facts a {
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
}

.home-gallery,
.detail-gallery,
.product-list,
.play-steps,
.support-links-section {
  padding-block: clamp(80px, 10vw, 130px);
}

.section-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ink);
}

.section-title-row h2,
.detail-gallery h2,
.play-steps h2,
.support-layout h2,
.faq-section h2,
.game-pillars h2,
.download-band h2,
.studio-summary h2 {
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1;
}

.section-title-row a {
  font-size: .85rem;
  font-weight: 800;
}

.section-kicker {
  margin-bottom: 12px;
  color: var(--brand);
  font-family: var(--mono);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.section-heading {
  display: grid;
  margin-bottom: 48px;
  grid-template-columns: 1.15fr .85fr;
  align-items: end;
  column-gap: clamp(45px, 9vw, 120px);
}

.section-heading .section-kicker { grid-column: 1 / -1; }

.section-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.6rem, 5.4vw, 5rem);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .98;
}

.section-heading > p:last-child {
  max-width: 470px;
  margin: 0 0 4px;
  color: var(--muted);
  word-break: keep-all;
}

.section-heading.compact {
  display: block;
  margin-bottom: 44px;
}

.section-heading.compact h2 { font-size: clamp(2.2rem, 4.5vw, 4rem); }

.section-heading.compact > p:last-child {
  margin-top: 19px;
  margin-bottom: 0;
}

.section-heading.on-dark .section-kicker { color: var(--apricot); }
.section-heading.on-dark > p:last-child { color: #e4e6d8; }

.screens-grid {
  display: grid;
  gap: 24px;
}

.screens-grid-three { grid-template-columns: repeat(3, 1fr); }
.screens-grid-four { grid-template-columns: repeat(4, 1fr); }

.screen-card { margin: 0; }

.screen-frame {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--ink);
  border-radius: 24px;
}

.screen-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 2;
  object-fit: cover;
}

.screen-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 14px;
  color: var(--muted);
  font-size: .78rem;
}

.screen-card figcaption strong {
  color: inherit;
  font-family: var(--display);
  font-size: .92rem;
  font-weight: 900;
}

.screen-card figcaption span {
  font-size: .72rem;
}

.detail-gallery .screen-card figcaption { color: #e4e6d8; }
.detail-gallery .screen-card figcaption strong { color: var(--paper); }

.game-pillars {
  padding-block: clamp(85px, 11vw, 145px);
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.pillar-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  border-top: 1px solid var(--ink);
}

.pillar-list li {
  min-width: 0;
  padding: 26px 30px 10px 0;
  border-right: 1px solid var(--line);
}

.pillar-list li + li { padding-left: 30px; }
.pillar-list li:last-child { border-right: 0; }

.pillar-list li > span {
  display: block;
  margin-bottom: 52px;
  color: var(--brand);
  font-family: var(--mono);
  font-size: .68rem;
  font-weight: 800;
}

.pillar-list h3 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: 1.18rem;
  letter-spacing: -.03em;
}

.pillar-list p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.8;
  word-break: keep-all;
}

.download-band {
  padding-block: 38px;
  background: var(--apricot);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

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

.download-band img {
  width: 96px;
  aspect-ratio: 1;
  border: 1px solid var(--ink);
  border-radius: 22%;
}

.download-band .section-kicker { margin-bottom: 7px; color: var(--ink); }

.download-band h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.8vw, 3.2rem);
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.button-dark {
  color: var(--paper);
  background: var(--ink);
}

.download-redirect-page .site-header { position: static; }

.download-route {
  display: grid;
  min-height: calc(100svh - 74px);
  place-items: center;
  padding: clamp(48px, 8vw, 100px) 24px;
  background:
    linear-gradient(135deg, transparent 0 58%, rgba(164, 180, 101, .55) 58% 100%),
    var(--cream);
}

.download-route-card {
  width: min(100%, 660px);
  padding: clamp(32px, 6vw, 58px);
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 12px 12px 0 var(--brand);
}

.download-route-identity {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.download-route-identity img {
  width: 68px;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid var(--ink);
  border-radius: 15px;
}

.download-route-identity .section-kicker { margin-bottom: 4px; }

.download-route-identity span {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 900;
}

.download-route h1 {
  max-width: 520px;
  margin-bottom: 20px;
  font-family: var(--display);
  font-size: clamp(2.3rem, 7vw, 4.3rem);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: 1;
  word-break: keep-all;
}

.download-route-status {
  max-width: 520px;
  margin-bottom: 30px;
  color: var(--muted);
  line-height: 1.8;
  word-break: keep-all;
}

.download-route-note,
.download-route-noscript {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: .8rem;
}

.download-route-note a,
.download-route-noscript a {
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  font-weight: 800;
}

.download-route-noscript {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.studio-summary {
  padding-block: clamp(85px, 11vw, 145px);
  color: var(--paper);
  background: var(--brand);
}

.studio-summary-layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(250px, 380px) 1fr;
  gap: clamp(55px, 10vw, 140px);
}

.studio-logo {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid rgba(250, 245, 239, .45);
}

.studio-summary-copy p {
  max-width: 570px;
  margin: 28px 0 34px;
  color: #e4e6d8;
  font-size: 1.04rem;
  line-height: 1.9;
  word-break: keep-all;
}

.mail-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--paper);
  font-family: var(--mono);
  font-size: .74rem;
}

.site-footer {
  color: var(--paper);
  background: var(--ink);
}

.footer-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #cfd3c4;
  font-size: .72rem;
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer-inner a:hover,
.footer-inner a:focus-visible { color: var(--apricot); }

.page-heading {
  padding-block: clamp(68px, 9vw, 105px);
  border-bottom: 1px solid var(--line);
}

.page-heading h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: 1;
}

.product-list-card {
  display: grid;
  align-items: center;
  grid-template-columns: 250px 1fr 240px;
  gap: clamp(38px, 6vw, 75px);
  padding: clamp(34px, 5vw, 62px);
  background: var(--paper);
  border: 1px solid var(--ink);
}

.product-list-icon {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 22%;
}

.platform-label {
  margin-bottom: 14px;
  color: var(--brand);
  font-family: var(--mono);
  font-size: .7rem;
  font-weight: 700;
}

.product-list-copy h2 {
  margin-bottom: 20px;
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .95;
}

.product-list-copy > p:not(.platform-label) {
  max-width: 500px;
  margin-bottom: 30px;
  color: var(--muted);
  line-height: 1.85;
  word-break: keep-all;
}

.text-link {
  padding-block: 7px;
  border-bottom: 1px solid var(--ink);
  font-size: .85rem;
  font-weight: 800;
}

.product-list-screen {
  overflow: hidden;
  background: var(--ink);
  border: 7px solid var(--ink);
  border-radius: 28px;
}

.product-list-screen img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 2;
  object-fit: cover;
  border-radius: 20px;
}

.product-hero { background: linear-gradient(90deg, var(--cream) 0 58%, var(--sage) 58% 100%); }

.play-steps ol {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.play-steps li {
  display: grid;
  min-height: 160px;
  grid-template-columns: 42px 1fr;
  align-content: start;
  padding: 30px;
  background: var(--paper);
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.play-steps li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--paper);
  background: var(--brand);
  font-family: var(--mono);
  font-size: .72rem;
}

.play-steps li div { grid-column: 2; align-self: start; }
.play-steps strong { font-family: var(--display); font-size: 1.15rem; }
.play-steps p { margin: 8px 0 0; color: var(--muted); font-size: .88rem; }

.detail-gallery {
  color: var(--paper);
  background: var(--brand);
}

.faq-section {
  padding-block: clamp(80px, 10vw, 130px);
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(50px, 10vw, 130px);
}

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

.faq-list details { border-bottom: 1px solid var(--ink); }

.faq-list summary {
  position: relative;
  padding: 22px 42px 22px 0;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 4px;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: "+";
  color: var(--brand);
  font-family: var(--mono);
  font-size: 1.1rem;
  transform: translateY(-50%);
}

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

.faq-list details p {
  max-width: 680px;
  margin: 0 42px 22px 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.85;
  word-break: keep-all;
}

.faq-list details a {
  color: var(--brand);
  border-bottom: 1px solid currentColor;
}

.support-links-section { background: var(--sage); }

.support-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(50px, 10vw, 130px);
}

.support-layout .section-heading,
.faq-layout .section-heading { margin-bottom: 0; }

.support-links { border-top: 1px solid var(--ink); }

.support-links a {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--ink);
  font-size: .88rem;
  font-weight: 800;
}

@media (max-width: 980px) {
  .game-hero,
  .product-hero { background: var(--cream); }

  .game-hero-layout,
  .product-hero-layout,
  .studio-summary-layout,
  .support-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .game-hero-layout,
  .product-hero-layout { gap: 55px; }

  .game-hero-media,
  .product-hero-media {
    margin-inline: -24px;
    padding: 55px 24px;
    background: var(--sage);
  }

  .studio-logo { width: min(100%, 360px); }

  .product-list-card { grid-template-columns: 210px 1fr; }
  .product-list-screen { display: none; }

  .screens-grid-four { grid-template-columns: repeat(2, 1fr); }

  .download-band-inner { grid-template-columns: 82px 1fr auto; }
  .download-band img { width: 82px; }
}

@media (max-width: 720px) {
  section[id] { scroll-margin-top: 64px; }

  .site-shell { width: min(100% - 30px, 1160px); }

  .header-inner { min-height: 64px; }

  .nav-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    width: 40px;
    height: 40px;
    place-content: center;
    gap: 6px;
    padding: 0;
    color: var(--ink);
    background: transparent;
    border: 1px solid var(--ink);
    cursor: pointer;
  }

  .nav-toggle > span:not(.sr-only) {
    width: 17px;
    height: 2px;
    background: var(--ink);
    transition: transform .2s ease;
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }

  .site-nav {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px 15px 16px;
    background: var(--paper);
    border-bottom: 1px solid var(--ink);
  }

  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.nav-cta) { padding: 12px 4px; border-bottom: 1px solid var(--line); }
  .nav-cta { justify-content: space-between; margin-top: 12px; }

  .game-hero-layout,
  .product-hero-layout {
    min-height: auto;
    padding-block: 58px 0;
  }

  .game-hero h1,
  .product-hero h1 { font-size: clamp(3.2rem, 16vw, 4.7rem); }

  .game-description { font-size: .95rem; }

  .game-hero-media,
  .product-hero-media {
    margin-inline: -15px;
    margin-top: 10px;
  }

  .phone-frame { width: min(82vw, 310px); }

  .game-facts-grid { grid-template-columns: repeat(2, 1fr); }
  .game-facts-grid > div { padding: 20px 15px 22px; }
  .game-facts-grid > div:nth-child(2) { border-right: 1px solid var(--line); }
  .game-facts-grid > div:nth-child(n + 3) { border-top: 1px solid var(--line); }

  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 22px; }

  .home-gallery,
  .detail-gallery,
  .product-list,
  .play-steps,
  .support-links-section { padding-block: 72px; }

  .screens-grid-three,
  .screens-grid-four {
    display: flex;
    width: calc(100% + 15px);
    gap: 15px;
    overflow-x: auto;
    padding: 0 15px 16px 0;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }

  .screens-grid-three::-webkit-scrollbar,
  .screens-grid-four::-webkit-scrollbar { display: none; }

  .screen-card {
    width: min(70vw, 280px);
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .studio-summary { padding-block: 75px; }
  .studio-summary-layout { gap: 45px; }

  .pillar-list { grid-template-columns: 1fr; }
  .pillar-list li,
  .pillar-list li + li {
    display: grid;
    padding: 24px 0;
    grid-template-columns: 50px 1fr;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .pillar-list li > span { margin: 3px 0 0; }

  .download-band { padding-block: 34px; }
  .download-band-inner {
    grid-template-columns: 68px 1fr;
    gap: 18px;
  }

  .download-band img { width: 68px; }
  .download-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .download-actions .button { flex: 1 1 150px; }

  .download-route {
    min-height: calc(100svh - 64px);
    padding: 38px 15px 52px;
  }

  .download-route-card {
    padding: 30px 24px 34px;
    box-shadow: 7px 7px 0 var(--brand);
  }

  .download-route-identity { margin-bottom: 26px; }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding-block: 22px;
  }

  .footer-inner nav { gap: 14px; }

  .page-heading { padding-block: 58px; }

  .product-list-card {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 26px;
  }

  .product-list-icon { width: min(70%, 240px); }

  .play-steps ol { grid-template-columns: 1fr; }
  .play-steps li { min-height: 160px; }

  .support-layout { gap: 40px; }
  .support-layout .section-heading,
  .faq-layout .section-heading { margin-bottom: 0; }
  .faq-layout { gap: 36px; }
}

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