:root {
  color-scheme: light;
  --ink: #12211f;
  --muted: #52615f;
  --line: #d8e2df;
  --panel: #ffffff;
  --soft: #f5faf8;
  --teal: #0f766e;
  --teal-dark: #0b4f4a;
  --mint: #d7f7eb;
  --amber: #f59e0b;
  --rose: #e11d48;
  --blue: #2563eb;
  --violet: #7c3aed;
  --shadow: 0 22px 60px rgba(10, 42, 39, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  line-height: 1.5;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(216, 226, 223, 0.78);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.contact-actions,
.site-footer div {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #fff;
  color: var(--teal);
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(15, 118, 110, 0.28);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-links {
  justify-content: center;
  gap: clamp(16px, 3vw, 32px);
  font-size: 0.95rem;
  color: var(--muted);
}

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

.store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  font-weight: 800;
  white-space: nowrap;
}

.header-store {
  justify-self: end;
  background: #fff;
  color: var(--teal-dark);
}

.primary-store {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.26);
}

.play-icon {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid currentColor;
}

.hero {
  position: relative;
  min-height: clamp(690px, 94vh, 860px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #c9eff9;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(245, 250, 248, 0.98) 0%, rgba(245, 250, 248, 0.9) 32%, rgba(245, 250, 248, 0.24) 62%, rgba(245, 250, 248, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(245, 250, 248, 0.86) 100%);
}

.hero-content {
  width: min(1180px, calc(100% - 36px));
  margin: 86px auto 0;
  padding-bottom: clamp(34px, 8vh, 80px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 700px;
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 6vw, 5.9rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 30px;
  color: #31413f;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 44px;
}

.text-link {
  color: var(--teal);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 160px));
  gap: 14px;
  margin: 0;
}

.hero-stats div {
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(216, 226, 223, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
}

.hero-stats dt {
  font-size: 1.45rem;
  font-weight: 900;
}

.hero-stats dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.section {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 5vw, 64px);
}

.section-heading {
  width: min(1160px, 100%);
  margin: 0 auto 36px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.58fr);
  gap: 32px;
  align-items: end;
}

.section-heading h2,
.studio-copy h2,
.contact-band h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1;
  letter-spacing: 0;
}

.section-heading p:last-child,
.studio-copy p:last-child,
.contact-band p {
  margin-bottom: 0;
  color: var(--muted);
}

.game-grid {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.store-showcase {
  width: min(1160px, 100%);
  margin: 0 auto 22px;
  display: grid;
  grid-template-columns: 1.25fr 0.95fr 0.95fr;
  gap: 18px;
}

.store-showcase figure {
  min-height: 230px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 40px rgba(18, 33, 31, 0.07);
}

.store-showcase img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.game-card {
  min-height: 452px;
  display: grid;
  grid-template-rows: 190px 1fr;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--panel);
  box-shadow: 0 14px 40px rgba(18, 33, 31, 0.07);
}

.featured-game {
  grid-column: span 2;
}

.game-media {
  position: relative;
  overflow: hidden;
  background: #edf7f4;
}

.game-screen {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-art {
  position: relative;
  overflow: hidden;
  background: #e8fbf6;
}

.game-art::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.game-art span {
  position: absolute;
  display: block;
}

.blind-bag {
  background: linear-gradient(135deg, #fae8ff, #d1fae5);
}

.blind-bag span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6b6b, #facc15);
  box-shadow: 0 14px 22px rgba(225, 29, 72, 0.25);
}

.blind-bag span:nth-child(1) { left: 18%; top: 28%; }
.blind-bag span:nth-child(2) { left: 36%; top: 48%; background: linear-gradient(135deg, #60a5fa, #7c3aed); }
.blind-bag span:nth-child(3) { right: 30%; top: 24%; background: linear-gradient(135deg, #34d399, #facc15); }
.blind-bag span:nth-child(4) { right: 16%; bottom: 22%; background: linear-gradient(135deg, #fb7185, #f97316); }

.picsort {
  background: linear-gradient(135deg, #dbeafe, #fef3c7);
}

.picsort span {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  background: linear-gradient(135deg, #22c55e, #84cc16);
  box-shadow: var(--shadow);
}

.picsort span:nth-child(1) { left: 18%; top: 18%; }
.picsort span:nth-child(2) { left: 38%; top: 38%; background: linear-gradient(135deg, #f97316, #facc15); }
.picsort span:nth-child(3) { right: 26%; top: 18%; background: linear-gradient(135deg, #2563eb, #06b6d4); }
.picsort span:nth-child(4) { right: 12%; bottom: 18%; background: linear-gradient(135deg, #e11d48, #fb7185); }

.topic-match {
  background: linear-gradient(135deg, #ede9fe, #cffafe);
}

.topic-match span {
  width: 58px;
  height: 58px;
  transform: rotate(12deg);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(76, 29, 149, 0.18);
}

.topic-match span::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  background: var(--violet);
}

.topic-match span:nth-child(1) { left: 19%; top: 23%; }
.topic-match span:nth-child(2) { left: 40%; top: 46%; }
.topic-match span:nth-child(3) { right: 28%; top: 24%; }
.topic-match span:nth-child(4) { right: 16%; bottom: 21%; }

.split-2048 {
  background: linear-gradient(135deg, #fef3c7, #fee2e2);
}

.split-2048 span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: #fff7ed;
  color: #9a3412;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(154, 52, 18, 0.18);
}

.split-2048 span:nth-child(1) { left: 18%; top: 22%; }
.split-2048 span:nth-child(2) { left: 38%; top: 48%; }
.split-2048 span:nth-child(3) { right: 28%; top: 22%; }
.split-2048 span:nth-child(4) { right: 16%; bottom: 20%; }

.saw-blast {
  background: linear-gradient(135deg, #e0f2fe, #fce7f3);
}

.saw-blast span {
  width: 44px;
  height: 44px;
  border-radius: 7px;
  background: var(--blue);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2);
}

.saw-blast span:nth-child(1) { left: 18%; top: 30%; background: var(--rose); }
.saw-blast span:nth-child(2) { left: 36%; top: 52%; background: var(--amber); }
.saw-blast span:nth-child(3) { right: 32%; top: 28%; background: var(--teal); }
.saw-blast span:nth-child(4) { right: 16%; bottom: 22%; background: var(--violet); }

.saw-blast::after {
  content: "";
  position: absolute;
  left: 44%;
  top: 24%;
  width: 74px;
  height: 74px;
  border: 12px solid #f8fafc;
  border-radius: 50%;
  box-shadow: 0 14px 28px rgba(18, 33, 31, 0.18);
}

.marble-fever {
  background: linear-gradient(135deg, #dcfce7, #dbeafe);
}

.marble-fever span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, #fff, #22c55e 42%, #15803d);
  box-shadow: 0 18px 30px rgba(21, 128, 61, 0.2);
}

.marble-fever span:nth-child(1) { left: 17%; top: 26%; }
.marble-fever span:nth-child(2) { left: 38%; top: 52%; background: radial-gradient(circle at 30% 25%, #fff, #38bdf8 42%, #0369a1); }
.marble-fever span:nth-child(3) { right: 30%; top: 28%; background: radial-gradient(circle at 30% 25%, #fff, #f59e0b 42%, #b45309); }
.marble-fever span:nth-child(4) { right: 15%; bottom: 20%; background: radial-gradient(circle at 30% 25%, #fff, #fb7185 42%, #be123c); }

.game-body {
  padding: 22px;
}

.game-title-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.game-icon {
  width: 58px;
  height: 58px;
  border-radius: 13px;
  box-shadow: 0 12px 24px rgba(18, 33, 31, 0.18);
}

.game-type {
  margin-bottom: 5px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-body h3 {
  margin-bottom: 0;
  font-size: 1.35rem;
  line-height: 1.12;
}

.game-body p:not(.game-type) {
  min-height: 72px;
  color: var(--muted);
}

.game-body a {
  color: var(--teal);
  font-weight: 900;
}

.studio-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
  background: #ffffff;
}

.studio-copy,
.studio-stack,
.contact-band {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.studio-stack {
  display: grid;
  gap: 18px;
}

.studio-logo {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 40px rgba(18, 33, 31, 0.07);
}

.studio-logo img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pillars div {
  min-height: 244px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fcfb;
}

.pillar-icon {
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 8px;
}

.pillar-icon.sorting {
  background: linear-gradient(90deg, var(--rose) 0 33%, var(--amber) 33% 66%, var(--teal) 66%);
}

.pillar-icon.feedback {
  background: radial-gradient(circle, #fff 0 20%, var(--amber) 21% 42%, var(--rose) 43% 64%, var(--violet) 65%);
}

.pillar-icon.sessions {
  background: linear-gradient(135deg, var(--blue), var(--teal));
}

.pillars h3 {
  margin-bottom: 8px;
}

.pillars p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) auto;
  gap: 28px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.contact-actions {
  flex-wrap: wrap;
  justify-content: end;
  gap: 18px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 5vw, 64px);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
}

.site-footer p {
  margin: 0;
}

.site-footer div {
  gap: 18px;
}

.plain-page {
  min-height: calc(100vh - 92px);
  padding: 124px clamp(18px, 5vw, 64px) 72px;
  background: #fff;
}

.plain-page article {
  width: min(820px, 100%);
  margin: 0 auto;
}

.plain-page h1 {
  max-width: none;
  margin-bottom: 26px;
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.plain-page p,
.plain-page li {
  color: var(--muted);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .section-heading,
  .studio-band,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .game-grid,
  .store-showcase,
  .pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-showcase figure:first-child {
    grid-column: span 2;
  }

  .featured-game {
    grid-column: span 2;
  }

  .contact-actions {
    justify-content: start;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 64px;
    padding: 12px 16px;
  }

  .brand span:last-child {
    display: none;
  }

  .header-store {
    min-height: 40px;
    padding: 0 13px;
    font-size: 0.88rem;
  }

  .hero {
    min-height: 760px;
    align-items: start;
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(245, 250, 248, 0.98) 0%, rgba(245, 250, 248, 0.9) 44%, rgba(245, 250, 248, 0.34) 72%, rgba(245, 250, 248, 0.76) 100%);
  }

  .hero-content {
    margin-top: 92px;
  }

  h1 {
    font-size: clamp(2.35rem, 14vw, 4rem);
  }

  .hero-stats,
  .game-grid,
  .store-showcase,
  .pillars {
    grid-template-columns: 1fr;
  }

  .store-showcase figure:first-child {
    grid-column: auto;
  }

  .hero-stats div {
    min-height: auto;
  }

  .featured-game {
    grid-column: auto;
  }

  .game-card {
    min-height: auto;
  }

  .game-body p:not(.game-type) {
    min-height: auto;
  }

  .site-footer {
    flex-direction: column;
  }
}
/* Refined production visual pass: cleaner game-studio look, no cheap AI feel */
:root {
  --ink: #111827;
  --muted: #5b6472;
  --line: #d8dee8;
  --panel: #ffffff;
  --soft: #f6f8fb;
  --teal: #04766f;
  --teal-dark: #064e49;
  --amber: #d97706;
  --blue: #2563eb;
  --shadow: 0 18px 44px rgba(17, 24, 39, 0.12);
}

body {
  background: #f6f8fb;
  color: var(--ink);
}

.page-glow {
  display: none;
}

.site-header {
  min-height: 72px;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(216, 222, 232, 0.95);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.04);
}

.brand {
  font-weight: 850;
}

.brand-mark {
  box-shadow: none;
  border: 1px solid var(--line);
}

.nav-links {
  color: #465061;
}

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

.store-button {
  border: 1px solid var(--line);
  font-weight: 800;
  box-shadow: none;
}

.store-button:hover {
  transform: translateY(-1px);
}

.header-store {
  background: #ffffff;
  color: var(--teal-dark);
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.08);
}

.primary-store {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 12px 26px rgba(4, 118, 111, 0.2);
}

.hero {
  min-height: clamp(660px, 84vh, 780px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: 96px clamp(18px, 5vw, 64px) 54px;
  background:
    radial-gradient(circle at 78% 28%, rgba(4, 118, 111, 0.12), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7fafc 46%, #edf6f5 100%);
}

.hero::after {
  display: none;
}

.hero-image,
.hero-overlay,

.hero-content {
  width: min(690px, 100%);
  margin: 0;
  padding-bottom: 0;
}

.eyebrow {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--teal);
  letter-spacing: 0.12em;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 6.4vw, 6rem);
  line-height: 0.95;
  text-shadow: none;
}

.hero-copy {
  max-width: 600px;
  color: #334155;
  font-weight: 560;
}

.text-link {
  color: var(--teal-dark);
}

.hero-stats {
  grid-template-columns: repeat(3, minmax(0, 168px));
}

.hero-stats div {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

.hero-stats dt {
  color: var(--ink);
}

.hero-stage {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
}

.phone-card {
  position: absolute;
  overflow: hidden;
  border: 8px solid #111827;
  border-radius: 30px;
  background: #111827;
  box-shadow: 0 26px 58px rgba(17, 24, 39, 0.24);
}

.phone-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-card-main {
  width: min(330px, 54vw);
  aspect-ratio: 9 / 16;
  z-index: 3;
}

.phone-card-back {
  width: 250px;
  aspect-ratio: 9 / 16;
  right: 0;
  top: 42px;
  z-index: 1;
  opacity: 0.92;
  transform: rotate(5deg);
}

.phone-card-front {
  width: 235px;
  aspect-ratio: 9 / 16;
  left: 0;
  bottom: 44px;
  z-index: 2;
  transform: rotate(-5deg);
}

.app-icon-row {
  position: absolute;
  z-index: 4;
  right: 44px;
  bottom: 4px;
  display: flex;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(216, 222, 232, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.1);
  backdrop-filter: blur(14px);
}

.app-icon-row img {
  width: 40px;
  height: 40px;
  border-radius: 9px;
}

.catalog {
  background: #f6f8fb;
}

.catalog::before {
  display: none;
}

.store-showcase {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  perspective: none;
}

.store-showcase figure,
.store-showcase figure:nth-child(2),
.store-showcase figure:nth-child(3) {
  min-height: 300px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
  transform: none;
}

.store-showcase img {
  min-height: 300px;
}

.store-showcase figcaption {
  background: rgba(17, 24, 39, 0.78);
  font-weight: 800;
}

.game-card {
  min-height: 454px;
  grid-template-rows: 210px 1fr;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.game-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(17, 24, 39, 0.16);
}

.game-media::after {
  background: linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.2));
}

.game-body {
  background: #fff;
}

.game-icon {
  border: 0;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.14);
}

.game-type {
  color: var(--teal);
}

.game-body a {
  background: #eef8f7;
  color: var(--teal-dark);
}

.studio-band {
  background: #111827;
  color: #fff;
}

.studio-wordmark {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 138px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.studio-wordmark img {
  width: 76px;
  height: 76px;
  border-radius: 16px;
}

.studio-wordmark span {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 900;
}

.studio-logo {
  display: none;
}

.pillars div {
  background: rgba(255, 255, 255, 0.06);
}

.contact-band {
  background: #ffffff;
  border: 1px solid var(--line);
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-content {
    width: min(760px, 100%);
  }

  .hero-stage {
    min-height: 540px;
  }

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

@media (max-width: 680px) {
  .hero {
    min-height: auto;
    padding: 92px 18px 48px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 480px;
    margin-top: 26px;
  }

  .phone-card-main {
    width: min(260px, 74vw);
  }

  .phone-card-back {
    width: 188px;
    right: 0;
  }

  .phone-card-front {
    width: 178px;
    left: 0;
  }

  .app-icon-row {
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
  }

  .store-showcase {
    grid-template-columns: 1fr;
  }

  .store-showcase figure,
  .store-showcase img {
    min-height: 260px;
  }

  .game-card {
    grid-template-rows: 230px 1fr;
  }
}
