/**
 * Animisha.dev — semantic typography
 * Each voice says what it is.
 */
:root {
  --font-brand: "Orbitron", sans-serif;
  --font-headline: "Michroma", sans-serif;
  --font-nav: "Audiowide", sans-serif;
  --font-value: "Press Start 2P", monospace;
  --font-body: "DM Sans", system-ui, sans-serif;
  --font-api: "JetBrains Mono", monospace;
  --font-heart: "Caveat", cursive;
  --font-metrics: "JetBrains Mono", monospace;
}

body {
  font-family: var(--font-body);
}

/* —— Brand & wayfinding —— */
.logo {
  font-family: var(--font-brand);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.logo span {
  color: var(--teal);
  text-shadow: 0 0 12px rgba(0, 245, 212, 0.35);
}

.logo-sub {
  font-family: var(--font-nav);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

nav a {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* —— Hero: promise + power —— */
.product-badge {
  font-family: var(--font-nav);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
}

.badge {
  font-family: var(--font-value);
  font-size: 0.52rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

h1 {
  font-family: var(--font-headline);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

h1 em {
  font-family: var(--font-brand);
  font-style: normal;
  font-weight: 700;
  color: var(--gold);
  text-shadow: 0 0 20px rgba(245, 230, 66, 0.25);
}

.tagline {
  font-family: var(--font-value);
  font-size: 0.72rem;
  line-height: 1.9;
  color: var(--gold-soft);
  letter-spacing: 0.04em;
}

.lead {
  font-family: var(--font-body);
}

/* —— Sections: what this block IS —— */
h2 {
  font-family: var(--font-headline);
  font-size: clamp(1.1rem, 2.5vw, 1.55rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  text-shadow: 0 0 16px rgba(0, 245, 212, 0.2);
}

.section-sub {
  font-family: var(--font-body);
  font-size: 0.98rem;
}

/* —— Realtime / speed —— */
.speed-mult {
  font-family: var(--font-brand);
  font-weight: 900;
}

.speed-card h4 {
  font-family: var(--font-nav);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.realtime-pulse {
  font-family: var(--font-brand);
}

.realtime-tagline {
  font-family: var(--font-body);
}

/* —— API speaks in code —— */
.feature h4 {
  font-family: var(--font-api);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--teal);
  letter-spacing: 0.02em;
}

.feature p {
  font-family: var(--font-body);
}

/* —— Pricing: tier voice —— */
.tier h3 {
  font-family: var(--font-brand);
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tier .price {
  font-family: var(--font-headline);
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--teal);
}

.tier .rev {
  font-family: var(--font-nav);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.tier ul {
  font-family: var(--font-body);
}

/* —— Foundation: heart —— */
.foundation-card h3,
.waitlist h3 {
  font-family: var(--font-heart);
  font-size: 1.65rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.02em;
}

.foundation-card .fund-label {
  font-family: var(--font-nav);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

/* —— Metrics strip: instrument readout —— */
.sprint-strip {
  font-family: var(--font-metrics);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}

.sprint-strip strong {
  font-weight: 600;
  color: var(--teal);
}

/* —— Actions —— */
.btn {
  font-family: var(--font-brand);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* —— Footer —— */
footer {
  font-family: var(--font-body);
  font-size: 0.85rem;
}

footer code,
code {
  font-family: var(--font-api);
}

/* —— Timeline page —— */
.timeline-page h1 {
  font-family: var(--font-headline);
}

.timeline-page .sub {
  font-family: var(--font-value);
  font-size: 0.58rem;
  line-height: 1.8;
  color: var(--gold-soft);
}

.timeline-page h2 {
  font-size: 0.85rem;
}

.timeline-page .chip {
  font-family: var(--font-body);
  font-size: 0.86rem;
}

.timeline-page .chip strong {
  font-family: var(--font-nav);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.timeline-page .updated {
  font-family: var(--font-metrics);
  font-size: 0.72rem;
}
