/* ─── TOKEN PAGE ─── */

/* Tighter section spacing for token page */
body #intro,
body #flywheel,
body #initiatives,
body #details {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

#token-hero {
  text-align: center;
  padding-top: 7rem;
  padding-bottom: 0.5rem;
}

#token-hero h1 {
  font-family: var(--font-hand);
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--green-dk);
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.token-hero-sub {
  font-family: var(--font-hand);
  font-size: 1.5rem;
  color: var(--ink-soft);
}

/* ─── INTRO ─── */
#intro {
  padding-top: 1rem;
}

.intro-content {
  max-width: 750px;
  margin: 0 auto;
}

.intro-content p {
  font-size: 1.05rem;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.intro-highlight {
  color: var(--ink) !important;
  font-weight: 600;
}

/* ─── FLYWHEEL ─── */
.section-desc {
  color: var(--ink-soft);
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}

.flywheel-image-wrap {
  background: var(--card-bg);
  padding: 1rem;
  display: inline-block;
  margin-bottom: 2rem;
}

.flywheel-image {
  width: 100%;
  max-width: 800px;
  display: block;
  position: relative;
  z-index: 1;
}

.two-loops {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.loop-card {
  background: var(--card-bg);
  padding: 1.8rem;
}

.loop-card h3 {
  font-family: var(--font-hand);
  font-size: 1.4rem;
  color: var(--green-dk);
  margin-bottom: 0.5rem;
}

.loop-card p {
  font-size: 0.95rem;
  color: var(--ink-soft);
  line-height: 1.6;
}

.commitment {
  max-width: 750px;
  font-size: 1.05rem;
  color: var(--ink-soft);
  line-height: 1.7;
  font-style: italic;
}

/* ─── INITIATIVES ─── */
.initiative {
  background: var(--card-bg);
  padding: 2rem;
  margin-bottom: 1.5rem;
}

.initiative-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.initiative-badge {
  font-family: var(--font-hand);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--amber);
}

.initiative-status {
  font-family: var(--font-hand);
  font-size: 1rem;
  padding: 0.15rem 0.7rem;
  border-radius: 4px;
}

.status-complete {
  background: var(--green);
  color: #fff;
}

.status-soon {
  background: var(--amber);
  color: #fff;
}

.initiative h3 {
  font-family: var(--font-hand);
  font-size: 1.6rem;
  color: var(--green-dk);
  margin-bottom: 0.8rem;
}

.initiative p {
  font-size: 0.98rem;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 0.8rem;
}

.initiative-result {
  background: var(--cream);
  padding: 1.2rem 1.5rem;
  margin: 1rem 0;
}

.result-label {
  font-family: var(--font-hand);
  font-size: 1.2rem;
  color: var(--green);
  font-weight: 700;
  margin-bottom: 0.3rem !important;
}

.result-winner {
  font-size: 1rem !important;
  color: var(--ink) !important;
}

.result-prize {
  font-family: var(--font-hand);
  font-size: 1.1rem;
  color: var(--amber);
  margin-bottom: 0 !important;
}

.initiative-links {
  margin-top: 0.5rem;
}

.initiative-links a {
  font-family: var(--font-hand);
  font-size: 1.1rem;
}

.initiative-upcoming {
  opacity: 0.8;
}

/* ─── DETAILS ─── */
.details-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 700px;
}

.detail-item {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
}

.detail-label {
  font-family: var(--font-hand);
  font-size: 1.15rem;
  color: var(--ink);
  font-weight: 600;
  min-width: 220px;
}

.detail-value {
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.ca-code {
  font-size: 0.8rem;
  word-break: break-all;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
  #token-hero h1 { font-size: 2.5rem; }
  .token-hero-sub { font-size: 1.2rem; }
  .two-loops { grid-template-columns: 1fr; }
  .detail-label { min-width: auto; }
  .detail-item { flex-direction: column; gap: 0.2rem; }
}
