* { box-sizing: border-box; }

html {
  background: #030e1c;
  color-scheme: dark;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  font-family: Arial, Helvetica, sans-serif;
}

.landing {
  position: relative;
  width: 100%;
  max-width: 663px;
  margin-inline: auto;
  aspect-ratio: 663 / 1280;
  container-type: inline-size;
}

.landing-art {
  display: block;
  width: 100%;
  height: 100%;
}

.downloads {
  position: absolute;
  top: 87.5%;
  left: 3.770739%;
  right: 3.770739%;
  height: 6.484375%;
  display: flex;
  gap: 3.770739cqw;
}

.download {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  min-width: 0;
  border: 0.25cqw solid #d0cecc;
  border-radius: 2.564103cqw;
  background: #000;
  color: #fff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.download-icon {
  display: flex;
  flex: 0 0 27.5%;
  height: 54%;
  align-items: center;
  justify-content: center;
  border-right: 0.12cqw solid #777;
}

.download-icon img {
  display: block;
  width: auto;
  height: 6.8cqw;
  object-fit: contain;
}

.download-android .download-icon { flex-basis: 33%; }

.download-label {
  display: flex;
  flex-direction: column;
  gap: 0.3cqw;
  padding-left: 3cqw;
  font-size: 3.32cqw;
  line-height: 1.16;
  font-weight: 400;
  white-space: nowrap;
}

.store-name { font-size: 2.8cqw; }

.download:focus-visible {
  outline: 0.45cqw solid #30e1ff;
  outline-offset: 0.6cqw;
}

.download:active { background: #111; }

/* Keep the complete portrait artwork visible on wider screens. */
@media (min-width: 768px) {
  body { display: grid; place-items: center; }
  .landing { width: min(663px, 51.796875svh); }
}
