:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff7ed;
  color: #1f2937;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.card {
  width: min(100%, 720px);
  padding: clamp(28px, 6vw, 56px);
  border: 1px solid #fed7aa;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(124, 45, 18, 0.12);
}

.site-logo {
  display: block;
  width: clamp(150px, 31vw, 238px);
  height: auto;
  margin: 0 auto 24px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #f97316;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2.4rem, 8vw, 4.8rem);
  line-height: 0.95;
}

p {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.7;
}

.lede {
  max-width: 58ch;
  font-size: 1.15rem;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.store-button {
  display: inline-flex;
  min-width: 148px;
  justify-content: center;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  padding: 13px 18px;
  font-weight: 800;
  text-decoration: none;
}

.contact,
.token-status {
  margin-bottom: 0;
  font-size: 0.95rem;
}

a {
  color: #ea580c;
}
