:root {
  --ink: #171717;
  --ink-soft: #242321;
  --paper: #f4f1ea;
  --surface: #fffdf8;
  --gold: #e2b45c;
  --gold-light: #f3dcae;
  --coral: #bd3d2d;
  --purple: #6d3cdf;
  --cyan: #16a5c4;
  --muted: #6b675f;
  --line: #d8d2c7;
  --dark-line: #44413c;
  --max-width: 1180px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

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

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

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #ff725f;
  outline-offset: 4px;
}

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

p {
  line-height: 1.7;
}

em {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 14px;
  left: 14px;
  padding: 12px 16px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-180%);
}

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

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: min(calc(100% - 96px), var(--max-width));
  height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  color: var(--paper);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--ink);
  background: var(--gold);
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.desktop-nav a {
  padding-block: 10px;
  color: #d7d1c7;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.desktop-nav a:hover {
  color: var(--gold-light);
}

.download-link {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  max-width: 100%;
  padding: 0 22px;
  color: var(--ink);
  background: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 5px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.download-link:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.23);
  transform: translateY(-2px);
}

.download-link.compact {
  justify-self: end;
  min-height: 42px;
  padding-inline: 16px;
  box-shadow: none;
  font-size: 12px;
}

.hero {
  position: relative;
  min-height: min(780px, calc(100svh - 76px));
  overflow: hidden;
  display: grid;
  align-content: center;
  color: var(--paper);
  background: var(--ink);
  border-bottom: 1px solid #2f2e2b;
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero::before {
  inset: 86px 0 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.04);
}

.hero::after {
  top: 86px;
  bottom: 58px;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.05);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 750px);
  margin-inline: auto;
  padding: 112px 0 88px;
  text-align: center;
}

.game-art {
  position: relative;
  width: 168px;
  height: 168px;
  margin: 0 auto 26px;
}

.game-art::before {
  position: absolute;
  inset: -7px;
  content: "";
  border: 1px solid rgba(226, 180, 92, 0.7);
  border-radius: 8px;
}

.game-art::after {
  position: absolute;
  z-index: -1;
  top: 16px;
  left: 16px;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--coral);
  border-radius: 8px;
}

.game-art img {
  width: 168px;
  height: 168px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.art-index {
  position: absolute;
  z-index: 2;
  top: -25px;
  right: -48px;
  color: #aaa49a;
  font-size: 9px;
  font-weight: 700;
}

.eyebrow {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: #675f54;
}

.eyebrow.gold {
  color: var(--gold);
}

.hero h1 {
  margin: 5px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 98px;
  font-weight: 400;
  line-height: 1;
}

.hero-copy {
  max-width: 540px;
  margin: 0 auto 25px;
  color: #d1cbc1;
  font-size: 17px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.hero-download {
  min-width: 266px;
  justify-content: flex-start;
}

.hero-download small {
  display: block;
  margin-bottom: 2px;
  font-size: 8px;
  font-weight: 800;
}

.button-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(23, 23, 23, 0.26);
  border-radius: 50%;
  font-size: 17px;
}

.button-arrow {
  margin-left: auto;
  font-size: 17px;
}

.quiet-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding-block: 12px;
  color: #cfc9bf;
  border-bottom: 1px solid #5f5b55;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.quiet-link:hover {
  color: var(--gold-light);
  border-color: var(--gold);
}

.platform-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 17px;
  color: #948e85;
  font-size: 10px;
}

.platform-note > span {
  width: 6px;
  height: 6px;
  background: #6fbf73;
  border-radius: 50%;
}

.hero-rail {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 58px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  color: #99938a;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.hero-rail span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.intro-band {
  padding: 92px 0 100px;
}

.intro-heading {
  display: grid;
  grid-template-columns: 54px 1fr 320px;
  gap: 38px;
  align-items: end;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--line);
}

.section-number {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.section-number.light {
  color: #9c968d;
}

.intro-heading h2,
.play-copy h2,
.install-intro h2,
.faq-intro h2 {
  margin-top: 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1;
}

.section-lede {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 48px;
}

.feature-grid article {
  position: relative;
  min-height: 242px;
  padding: 18px 36px 4px;
  border-right: 1px solid var(--line);
}

.feature-grid article:first-child {
  padding-left: 0;
}

.feature-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.feature-symbol {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 43px;
  color: var(--paper);
  background: var(--purple);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
}

.feature-symbol.coral {
  color: #fff;
  background: var(--coral);
}

.feature-symbol.outline {
  color: var(--ink);
  background: transparent;
  border: 2px solid var(--cyan);
  font-size: 13px;
}

.feature-index {
  position: absolute;
  top: 26px;
  right: 36px;
  color: var(--muted);
  font-size: 9px;
}

.feature-grid h3 {
  margin-bottom: 11px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.feature-grid article > p:last-child {
  max-width: 250px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.play-section {
  padding: 96px 0;
  color: var(--paper);
  background: var(--ink-soft);
}

.play-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1fr);
  gap: 110px;
  align-items: center;
}

.play-copy h2 {
  max-width: 410px;
  margin-top: 22px;
  font-size: 57px;
}

.play-copy > p:not(.section-number, .eyebrow) {
  max-width: 430px;
  margin-top: 25px;
  color: #aaa49a;
  font-size: 14px;
  line-height: 1.8;
}

.legend {
  display: flex;
  gap: 25px;
  margin-top: 34px;
  color: #bcb6ad;
  font-size: 10px;
}

.legend span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.legend-dot {
  width: 10px;
  height: 10px;
  background: #f3efe8;
  border: 1px solid #79746d;
  border-radius: 50%;
}

.legend-dot.marked {
  background: var(--coral);
  border-color: var(--coral);
}

.board-panel {
  width: 100%;
  padding: 22px;
  color: var(--ink);
  background: #f8f5ef;
  border: 1px solid #55514c;
  border-radius: 8px;
  box-shadow: 22px 22px 0 #34322f, 0 30px 70px rgba(0, 0, 0, 0.24);
}

.board-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
  color: #69645c;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.live-label {
  display: flex;
  align-items: center;
  gap: 7px;
}

.live-label i {
  width: 7px;
  height: 7px;
  background: #61a865;
  border-radius: 50%;
}

.bingo-letters,
.bingo-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
}

.bingo-letters {
  margin-bottom: 7px;
}

.bingo-letters span {
  display: grid;
  aspect-ratio: 1.35;
  place-items: center;
  color: var(--surface);
  background: var(--ink);
  border-radius: 4px;
  font-size: 20px;
  font-weight: 900;
}

.bingo-letters span:nth-child(2) {
  background: #a87619;
}

.bingo-letters span:nth-child(3) {
  background: #167e94;
}

.bingo-letters span:nth-child(4) {
  background: #c44534;
}

.bingo-letters span:nth-child(5) {
  background: #6534c9;
}

.bingo-board {
  aspect-ratio: 1;
}

.bingo-cell {
  min-width: 0;
  aspect-ratio: 1;
  padding: 0;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid #ded8ce;
  border-radius: 4px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 800;
  transition: color 140ms ease, background-color 140ms ease, transform 140ms ease;
}

.bingo-cell:hover:not(:disabled) {
  transform: scale(0.93);
}

.bingo-cell[aria-pressed="true"],
.bingo-cell.marked {
  color: #fff;
  background: var(--coral);
  border-color: var(--coral);
}

.bingo-cell.free {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
  cursor: default;
  font-size: 10px;
}

.board-hint {
  margin-top: 14px;
  color: var(--muted);
  font-size: 10px;
  text-align: center;
}

.install-section {
  padding: 98px 0;
  border-bottom: 1px solid var(--line);
}

.install-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}

.install-intro h2 {
  margin-top: 18px;
}

.install-intro > p:not(.section-number, .eyebrow) {
  max-width: 410px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 13px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin-top: 27px;
  padding: 11px 0;
  color: var(--ink);
  border-bottom: 1px solid #928a7d;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover {
  color: var(--coral);
  border-color: var(--coral);
}

.install-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.install-steps li {
  display: grid;
  grid-template-columns: 42px 1fr 28px;
  gap: 17px;
  align-items: start;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.install-steps li > span {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.install-steps h3 {
  margin-bottom: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.install-steps p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.install-steps b {
  color: #8b8479;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.apk-notice {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 24px;
  padding: 17px;
  background: #ebe6dc;
  border-left: 3px solid var(--gold);
  border-radius: 0 4px 4px 0;
}

.apk-notice > span {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--ink);
  border: 1px solid #8f877a;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.apk-notice p {
  color: #5f5a52;
  font-size: 11px;
  line-height: 1.75;
}

.apk-notice strong {
  color: var(--ink);
}

.faq-section {
  padding: 98px 0 104px;
  background: var(--surface);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}

.faq-intro h2 {
  margin-top: 18px;
}

.faq-intro > p:last-child {
  max-width: 350px;
  margin-top: 23px;
  color: var(--muted);
  font-size: 13px;
}

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

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

.faq-list summary {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 2px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  list-style: none;
}

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

.faq-list summary > span {
  flex: 0 0 auto;
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.faq-list details[open] summary > span {
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 560px;
  padding: 0 42px 22px 2px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
}

.closing {
  padding: 50px 0;
  color: var(--paper);
  background: var(--ink);
}

.closing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.closing-copy {
  display: flex;
  align-items: center;
  gap: 24px;
}

.closing-copy img {
  width: 84px;
  height: 84px;
  border: 1px solid #5b5751;
  border-radius: 8px;
  object-fit: cover;
}

.closing h2 {
  margin-top: 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
}

.closing-download {
  min-width: 238px;
  box-shadow: none;
}

.closing-download span:last-child {
  margin-left: 12px;
}

.site-footer {
  min-height: 154px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 42px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
}

.footer-brand span:last-child,
.footer-meta,
.back-top {
  color: var(--muted);
  font-size: 9px;
}

.footer-meta {
  display: flex;
  gap: 24px;
}

.back-top {
  display: inline-flex;
  gap: 8px;
  padding-block: 12px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1040px) {
  .section-shell,
  .site-header {
    width: calc(100% - 64px);
  }

  .intro-heading {
    grid-template-columns: 40px 1fr 280px;
    gap: 28px;
  }

  .play-layout,
  .install-layout,
  .faq-layout {
    gap: 58px;
  }

  .play-layout {
    grid-template-columns: minmax(0, 0.8fr) minmax(380px, 1fr);
  }

  .feature-grid article {
    padding-inline: 28px;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .footer-meta {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-bottom: 28px;
  }
}

@media (max-width: 760px) {
  .section-shell,
  .site-header {
    width: calc(100% - 40px);
  }

  .site-header {
    height: 72px;
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .site-header .download-link {
    display: none;
  }

  .brand {
    font-size: 19px;
  }

  .hero {
    min-height: 690px;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero-inner {
    width: calc(100% - 40px);
    padding: 98px 0 94px;
  }

  .game-art,
  .game-art img {
    width: 142px;
    height: 142px;
  }

  .game-art {
    margin-bottom: 24px;
  }

  .art-index {
    right: -28px;
  }

  .hero h1 {
    margin-top: 8px;
    font-size: 72px;
  }

  .hero-copy {
    max-width: 390px;
    margin-bottom: 23px;
    font-size: 14px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 10px;
  }

  .hero-download {
    width: min(100%, 310px);
  }

  .quiet-link {
    border-bottom: 0;
  }

  .hero-rail {
    min-height: 51px;
  }

  .hero-rail span:nth-child(2) {
    display: none;
  }

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

  .intro-band,
  .play-section,
  .install-section,
  .faq-section {
    padding: 64px 0;
  }

  .intro-heading {
    display: block;
    padding-bottom: 38px;
  }

  .intro-heading .section-number {
    margin-bottom: 31px;
  }

  .intro-heading h2,
  .play-copy h2,
  .install-intro h2,
  .faq-intro h2 {
    font-size: 39px;
  }

  .section-lede {
    margin-top: 23px;
  }

  .feature-grid {
    display: block;
    padding-top: 16px;
  }

  .feature-grid article,
  .feature-grid article:first-child,
  .feature-grid article:last-child {
    min-height: 0;
    padding: 29px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-grid article:last-child {
    border-bottom: 0;
  }

  .feature-symbol {
    margin-bottom: 22px;
  }

  .feature-index {
    right: 0;
    top: 39px;
  }

  .feature-grid article > p:last-child {
    max-width: 100%;
  }

  .play-layout,
  .install-layout,
  .faq-layout {
    display: block;
  }

  .play-copy h2 {
    margin-top: 17px;
  }

  .board-panel {
    margin-top: 46px;
    padding: 17px;
    box-shadow: 12px 12px 0 #34322f;
  }

  .bingo-cell {
    font-size: 16px;
  }

  .install-detail,
  .faq-list {
    margin-top: 46px;
  }

  .faq-intro > p:last-child {
    max-width: 100%;
  }

  .closing-inner,
  .closing-copy {
    flex-direction: column;
    text-align: center;
  }

  .closing-inner {
    gap: 28px;
  }

  .closing-copy {
    gap: 20px;
  }

  .closing h2 {
    font-size: 30px;
  }

  .closing-download {
    width: min(100%, 320px);
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    min-height: 0;
    padding: 34px 0 26px;
  }

  .footer-meta {
    flex-direction: column;
    gap: 7px;
    padding-bottom: 0;
  }
}

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

  .hero-inner {
    padding-top: 88px;
  }

  .game-art,
  .game-art img {
    width: 128px;
    height: 128px;
  }

  .hero h1 {
    font-size: 65px;
  }

  .hero-copy {
    font-size: 13px;
  }

  .intro-heading h2,
  .play-copy h2,
  .install-intro h2,
  .faq-intro h2 {
    font-size: 35px;
  }

  .bingo-letters,
  .bingo-board {
    gap: 4px;
  }

  .bingo-letters span {
    font-size: 16px;
  }

  .bingo-cell {
    font-size: 14px;
  }

  .bingo-cell.free {
    font-size: 8px;
  }

  .install-steps li {
    grid-template-columns: 35px 1fr 20px;
    gap: 11px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 360px) {
  .section-shell,
  .site-header,
  .hero-inner {
    width: calc(100% - 32px);
  }

  .brand {
    font-size: 18px;
  }

  .hero {
    min-height: 630px;
  }

  .hero-inner {
    padding-top: 80px;
  }

  .game-art,
  .game-art img {
    width: 112px;
    height: 112px;
  }

  .game-art {
    margin-bottom: 20px;
  }

  .art-index {
    right: -22px;
  }

  .hero h1 {
    font-size: 57px;
  }

  .hero-copy {
    font-size: 12px;
  }

  .download-link {
    padding-inline: 15px;
    font-size: 12px;
  }

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

  .hero-rail span {
    font-size: 8px;
  }

  .intro-heading h2,
  .play-copy h2,
  .install-intro h2,
  .faq-intro h2 {
    font-size: 32px;
  }

  .board-panel {
    padding: 13px;
  }

  .bingo-cell {
    font-size: 12px;
  }

  .install-steps li {
    grid-template-columns: 30px 1fr;
  }

  .install-steps b {
    display: none;
  }

  .closing h2 {
    font-size: 27px;
  }

  .back-top {
    font-size: 0;
  }

  .back-top span {
    font-size: 16px;
  }
}

@media (min-width: 761px) and (max-height: 760px) {
  .hero {
    min-height: 700px;
  }

  .hero-inner {
    padding-top: 104px;
  }

  .game-art,
  .game-art img {
    width: 128px;
    height: 128px;
  }

  .game-art {
    margin-bottom: 20px;
  }

  .hero h1 {
    font-size: 74px;
  }
}

@media (max-width: 360px) and (max-height: 620px) {
  .site-header {
    height: 56px;
  }

  .brand {
    font-size: 17px;
  }

  .brand-mark {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }

  .hero {
    min-height: 540px;
  }

  .hero-inner {
    padding: 62px 0 44px;
  }

  .game-art,
  .game-art img {
    width: 76px;
    height: 76px;
  }

  .game-art {
    margin-bottom: 12px;
  }

  .game-art::after {
    top: 8px;
    left: 8px;
  }

  .art-index,
  .hero-inner > .eyebrow,
  .quiet-link,
  .platform-note {
    display: none;
  }

  .hero h1 {
    margin: 2px 0 6px;
    font-size: 48px;
  }

  .hero-copy {
    max-width: 280px;
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1.45;
  }

  .hero-actions {
    display: block;
  }

  .hero-download {
    width: 100%;
    min-height: 48px;
  }

  .button-icon {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .hero-rail {
    min-height: 34px;
    font-size: 7px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .download-link:hover,
  .bingo-cell:hover:not(:disabled) {
    transform: none;
  }
}
