.home-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 48px 24px;
}
.home {
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}
.home-plaque {
  display: block;
  width: 144px;
  height: 144px;
  object-fit: contain;
}
.home h1 {
  margin: 0;
  font-size: clamp(28px, 6vw, 44px);
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.home-sub {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.3em;
}
.home .btn {
  min-height: 52px;
  padding: 0 28px;
  margin-top: 16px;
}
.home .btn:hover {
  background: #d0d0d0;
}

.home .market-links {
  margin: 0;
  justify-content: center;
}
