body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
  background: #fff;
}

.page {
  min-height: 100vh;
  padding: 32px 20px;
}

.home {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  text-align: center;
}

h1 {
  margin: 0;
  font-size: clamp(3rem, 9vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 700;
}

.placeholder-image {
  display: block;
  width: min(100%, 840px);
  height: auto;
  border: 1px solid #d0d0d0;
  background: #f3f3f3;
}
.cutecatracing {
  display: grid;
  place-items: center;
  width: 800px;
  height: auto;
}

.ink-link {
  margin-top: 4px;
  font-size: 0.78rem;
  color: #8a8a8a;
  text-decoration: none;
  text-transform: lowercase;
}

.ink-link:hover {
  color: #666;
}

@media (max-width: 640px) {
  .page {
    padding-top: 24px;
  }
}
