*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  height: 100%;
}

body.page-1 {
  min-height: 100vh;
  min-height: 100dvh;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  background: #000;
  font-family: "Paperlogy", system-ui, sans-serif;
}

.page-1__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 0;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.page-1__link:focus-visible {
  outline: 2px solid rgba(255, 200, 80, 0.85);
  outline-offset: 6px;
  border-radius: 4px;
}

.page-1__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  user-select: none;
  pointer-events: none;
}

.page-1__footer {
  flex-shrink: 0;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 12px 16px 20px;
  color: #fff;
  font-size: clamp(0.65rem, 2.8vw, 0.75rem);
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.page-1__footer-inner {
  opacity: 0.92;
}

.page-1__footer-row {
  margin: 0 0 6px;
}

.page-1__footer-row:last-child {
  margin-bottom: 0;
}

.page-1__footer-sep {
  display: inline-block;
  margin: 0 0.35em;
  opacity: 0.55;
  user-select: none;
}
