:root {
  --bg-0: #07060b;
  --bg-1: #14101f;
  --gold: #e0b23c;
  --gold-soft: #f2cd6b;
  --text: #ededf2;
  --muted: #9a93ad;
  --card: rgba(255, 255, 255, 0.04);
  --card-border: rgba(255, 255, 255, 0.09);
  --maxw: 720px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 700px at 50% -10%, rgba(224, 178, 60, 0.10), transparent 60%),
    radial-gradient(900px 600px at 85% 110%, rgba(120, 80, 200, 0.12), transparent 55%),
    linear-gradient(180deg, var(--bg-1), var(--bg-0));
  background-attachment: fixed;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--gold-soft);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 22px;
}

/* ---------- Hero (home) ---------- */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 56px 22px 40px;
}

.logo-tile {
  width: 112px;
  height: 112px;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--card-border);
  box-shadow: 0 0 0 1px rgba(224, 178, 60, 0.12), 0 18px 60px rgba(224, 178, 60, 0.10);
}
.logo-tile img {
  width: 78px;
  height: 78px;
  border-radius: 16px;
  object-fit: contain;
}

.brand {
  margin-top: 30px;
  font-family: "Cinzel", Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(40px, 9vw, 64px);
  letter-spacing: 0.14em;
  line-height: 1;
  background: linear-gradient(180deg, #fff, #d8d2e6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tagline-sm {
  margin-top: 14px;
  font-size: 13px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  padding-left: 0.42em;
}

.lead {
  margin: 26px auto 0;
  max-width: 540px;
  color: var(--muted);
  font-size: clamp(16px, 2.4vw, 18px);
}

.verse {
  margin: 22px auto 0;
  max-width: 520px;
  font-style: italic;
  color: rgba(242, 205, 107, 0.85);
  font-size: 15px;
}

/* ---------- Store buttons ---------- */
.stores {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.store-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--card-border);
  color: var(--text);
  min-width: 200px;
  cursor: default;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.store-btn[href]:not([href="#"]) {
  cursor: pointer;
}
.store-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(224, 178, 60, 0.45);
  background: rgba(255, 255, 255, 0.07);
  text-decoration: none;
}
.store-btn svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  fill: var(--text);
}
.store-btn .st-text {
  text-align: left;
  line-height: 1.15;
}
.store-btn .st-text small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.store-btn .st-text strong {
  font-size: 16px;
  font-weight: 600;
}
.soon {
  position: absolute;
  top: -9px;
  right: 12px;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--gold);
  color: #1a1305;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
}

/* ---------- Contact ---------- */
.contact {
  margin-top: 40px;
  font-size: 15px;
  color: var(--muted);
}
.contact a {
  font-weight: 600;
}

/* ---------- Footer ---------- */
.footer {
  margin-top: 54px;
  font-size: 13px;
  color: var(--muted);
  display: flex;
  gap: 8px 18px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer .dot {
  opacity: 0.4;
}

/* ---------- Legal pages ---------- */
.legal {
  padding: 64px 22px 96px;
}
.legal .topbar {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 38px;
}
.legal .topbar img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--card-border);
}
.legal .topbar .name {
  font-family: "Cinzel", Georgia, serif;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 18px;
}
.legal h1 {
  font-size: clamp(28px, 6vw, 38px);
  letter-spacing: 0.01em;
  margin-bottom: 6px;
}
.legal .updated {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 34px;
}
.legal h2 {
  margin-top: 34px;
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--gold-soft);
}
.legal p,
.legal li {
  color: #d5d1de;
  font-size: 15.5px;
}
.legal p {
  margin-bottom: 14px;
}
.legal ul {
  margin: 0 0 16px 22px;
}
.legal li {
  margin-bottom: 8px;
}
.legal a.back {
  display: inline-block;
  margin-top: 40px;
  color: var(--gold-soft);
  font-weight: 600;
}
.legal .card-note {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 16px 18px;
  margin: 22px 0;
  color: var(--muted);
  font-size: 14px;
}
