// data.jsx — questions, subjects, copy. Erudity tone: scholarly + cheeky.

const SUBJECTS = [
  "Ancient Roman concrete",
  "Octopus consciousness",
  "Mycelial networks",
  "The shape of spacetime",
  "Renaissance espionage",
  "The lost vowels of Old English",
  "Sourdough microbiology",
  "Early life of Taylor Swift",
  "History of competitive eating",
  "The grammar of bee dances",
  "Color theory before color",
  "Deep-sea bioluminescence",
  "The economics of monasteries",
  "How violins are tuned",
  "The chemistry of fermentation",
  "Rust for Java developers",
  "Pre-Columbian astronomy",
  "Knot theory in cell biology",
  "The history of zero",
  "How perfume is composed",
  "The neuroscience of déjà vu",
  "Cuneiform tax records",
];

// Curated stack: 7 diverse facts + the marketing hook (#8). Reveal order is
// stack order — index 0 sits on top first, index 7 is the closer.
const QUESTIONS = [
  { eyebrow: "ANCIENT ROME", q: "Why does Roman concrete keep getting stronger after 2,000 years?" },
  { eyebrow: "KEANU REEVES", q: "Why was Keanu Reeves nicknamed 'The Wall' at his Toronto high school?" },
  { eyebrow: "ROCKETRY", q: "How does a Falcon 9 land itself on a barge in the middle of the Atlantic?" },
  { eyebrow: "PERSONAL FINANCE", q: "Why does a 1% fund fee quietly cost you a third of your retirement?" },
  { eyebrow: "GASTRONOMY", q: "Why did the French invent mayonnaise during a naval siege?" },
  { eyebrow: "ETHOLOGY", q: "What do crows remember about the people who wronged them?" },
  { eyebrow: "LINGUISTICS", q: "Which language has no word for 'left' or 'right' — only compass directions?" },
  { eyebrow: "ERUDITY", q: "Now what would you like to learn?" },
];

window.SUBJECTS = SUBJECTS;
window.QUESTIONS = QUESTIONS;
