// Destinations page data
const DEST_LANES = [
  {
    id: "europe",
    num: "01",
    topic: "Old World",
    badge: "Most planned",
    title: "Europe",
    titleEm: "Westward.",
    desc: "Old-world cities, a train network that actually works, and a coastline range that goes from Arctic to Saharan in one continent.",
    count: "214 guides",
    read: "48 new this season",
    img: "https://images.unsplash.com/photo-1499856871958-5b9627545d1a?w=1600&q=80",
    size: "xl",
    href: "/en/europe/",
  },
  {
    id: "asia",
    num: "02",
    topic: "The Long Continent",
    title: "Asia",
    desc: "Temple to skyline in the same morning commute. The longest cuisine list on earth. Somewhere between Kyoto and Chiang Mai you stop keeping track.",
    count: "186 guides",
    read: "East · Southeast · South",
    img: "https://images.unsplash.com/photo-1490806843957-31f4c9a91c65?w=1200&q=80",
    size: "md",
    href: "/en/asia/",
  },
  {
    id: "americas",
    num: "03",
    topic: "Three Continents, One Name",
    title: "Americas",
    desc: "North, Central, South — each a different travel language. The mistake is treating them as one trip. The reward is taking all three.",
    count: "158 guides",
    read: "North · Central · South",
    img: "https://images.unsplash.com/photo-1464790719320-516ecd75af6c?w=1200&q=80",
    size: "md",
    href: "/en/americas/",
  },
  {
    id: "africa",
    num: "04",
    topic: "The Original Continent",
    badge: "Underplanned",
    title: "Africa",
    titleEm: "Wide.",
    desc: "Safari, sahara, sahel, southern coast. The continent most travelers plan once and then revisit every three years for the rest of their lives.",
    count: "92 guides",
    read: "East · West · South",
    img: "https://images.unsplash.com/photo-1547471080-7cc2caa01a7e?w=1600&q=80",
    size: "wide",
    href: "/en/africa/",
  },
  {
    id: "middle-east",
    num: "05",
    topic: "The Crossroads",
    title: "Middle East",
    desc: "Souks, desert, sea, layover hubs. The region that rewards travelers who show up with no assumptions and leave with a revised version of everything.",
    count: "64 guides",
    read: "Levant · Gulf · Egypt",
    img: "https://images.unsplash.com/photo-1534867128577-1d4a4d15bff1?w=1200&q=80",
    size: "sm",
    href: "/en/middle-east/",
  },
  {
    id: "oceania",
    num: "06",
    topic: "The Far Edge",
    title: "Oceania",
    desc: "Australia, New Zealand, the Pacific archipelagos — the region that requires the most flight hours and returns the strongest opinions.",
    count: "58 guides",
    read: "Australia · NZ · Pacific",
    img: "https://images.unsplash.com/photo-1523482580672-f109ba8cb9be?w=1200&q=80",
    size: "sm",
    href: "/en/oceania/",
  },
  {
    id: "off-beaten-path",
    num: "07",
    topic: "Second Tier",
    badge: "Coming",
    title: "Off the Beaten Path",
    desc: "The countries that didn't make the poster. Tbilisi, Uzbekistan, Laos, Suriname, Faroe Islands. The traveler who's been everywhere still hasn't been here.",
    count: "Coming soon",
    read: "Slow · Uncrowded",
    img: "https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200&q=80",
    size: "sm",
    href: null,
  },
  {
    id: "visa-free",
    num: "08",
    topic: "US Passport",
    badge: "180+ options",
    title: "Visa-Free",
    titleEm: "For US.",
    desc: "Over 180 countries you can fly to without a stamp, an appointment, or a $160 consulate fee. The full list, sorted by how good the trip actually is.",
    count: "Coming soon",
    read: "No Visa · On Arrival",
    img: "https://images.unsplash.com/photo-1436491865332-7a61a109cc05?w=1200&q=80",
    size: "md",
    href: null,
  },
];

const DEST_FAQS = [
  { q: "How do I choose which region to visit first?", a: "Start with the gap between how much you've planned and how much you've actually been. Most people have researched Europe for years and gone once. Southeast Asia is the region that fixes that ratio fastest — short hops, cheap nights, enormous range, and the logistical difficulty is overstated. If you've done Asia, the Americas are next. If you've done both, Africa will rearrange everything again." },
  { q: "Is it better to go deep on one region or cover multiple in one trip?", a: "Deeper, almost always. Three weeks in Portugal beats ten days each in Portugal, Morocco, and Spain. You spend the first four days just arriving. The second four figuring out the rhythm. The third four finally knowing what you want. The multi-country trip spends all fourteen days in arrival mode. Exception: if you're deciding between regions for a future longer trip, a sampling trip makes sense. But that's research, not vacation." },
  { q: "Which region has the best value right now?", a: "Southeast Asia remains the benchmark — you can travel well on $60 a day. The Caucasus (Georgia, Armenia, Azerbaijan) is the current underpriced favorite among experienced travelers. Eastern Europe is still 30-40% cheaper than Western. Parts of Central America are exceptional value outside peak season. Africa varies enormously — East Africa safaris are expensive; cities like Nairobi and Addis are surprisingly affordable." },
  { q: "How far in advance should I plan by region?", a: "Europe in peak season: six months minimum for accommodation, three for flights. Southeast Asia: two months is usually fine, sometimes less. Africa safaris: twelve months, especially for the high-cost camps. The Americas: variable — Patagonia books a year out; Mexico City you can plan in a week. Off-path destinations: less competition, but sometimes limited infrastructure means the planning is more work regardless of lead time." },
  { q: "What's the single most common planning mistake by region?", a: "Europe: underestimating how different Northern and Southern Europe are as travel experiences and trying to combine both in ten days. Asia: flying over Southeast Asia to get to Japan, then running out of time and money. Africa: treating it as one region and missing that Morocco and Kenya have almost nothing in common logistically. Americas: conflating 'I want to go to South America' with an actual itinerary. The continent is larger than the continental US. Pick a country, then a city, then go." },
];

const COMPASS_PANELS = [
  {
    size: "wide",
    tag: "EUROPE",
    title: "The rail continent.",
    desc: "Most of Western and Central Europe is reachable by overnight train. It is the only region where the journey itself can become the trip.",
    img: "https://images.unsplash.com/photo-1499856871958-5b9627545d1a?w=1200&q=80",
  },
  {
    size: "md",
    tag: "ASIA",
    title: "The food region.",
    desc: "Nowhere else on earth has this many distinct culinary traditions within a two-hour flight radius. Come for the temples; stay for the noodles.",
    img: "https://images.unsplash.com/photo-1490806843957-31f4c9a91c65?w=1200&q=80",
  },
  {
    size: "md",
    tag: "AFRICA",
    title: "The wildlife region.",
    desc: "The Serengeti is not overrated. The thing about wildlife in its actual habitat is that no photograph prepares you for the scale.",
    img: "https://images.unsplash.com/photo-1547471080-7cc2caa01a7e?w=1200&q=80",
  },
  {
    size: "sm",
    tag: "AMERICAS",
    title: "The diversity region.",
    desc: "From Canadian tundra to Patagonian ice fields — a single hemisphere that spans more climate zones than most travelers ever visit.",
    img: "https://images.unsplash.com/photo-1464790719320-516ecd75af6c?w=1200&q=80",
  },
  {
    size: "wide",
    tag: "MIDDLE EAST",
    title: "The surprise region.",
    desc: "The most consistently underestimated. Show up with open expectations, and Oman, Jordan, and Lebanon will dismantle whatever you thought you knew.",
    img: "https://images.unsplash.com/photo-1534867128577-1d4a4d15bff1?w=1200&q=80",
  },
];

const DEST_DECIDE = [
  { q: "You want the destination to feel…", opts: ["Familiar", "Foreign", "Ancient", "Wild"] },
  { q: "You're most interested in…", opts: ["Food", "History", "Nature", "Cities"] },
  { q: "Flight tolerance…", opts: ["Under 9hrs", "Anywhere", "Long-haul OK", "Direct only"] },
  { q: "Visa situation…", opts: ["No visa, please", "Fine with e-visa", "Will plan ahead", "Open to anything"] },
];

const DEST_READING = [
  { tag: "Editorial", duration: "12 min", title: "The Six Regions, Honestly Ranked for First-Timers" },
  { tag: "Method", duration: "9 min", title: "Why Most People Visit Europe Too Early", em: "(And Asia Too Late.)" },
  { tag: "Africa", duration: "11 min", title: "The Africa First Argument" },
  { tag: "Asia", duration: "8 min", title: "Southeast Asia Is Not One Country" },
  { tag: "Americas", duration: "10 min", title: "The Patagonia Problem: Too Many People Planning It Wrong" },
  { tag: "Planning", duration: "7 min", title: "How Region Choice Affects Everything Else You Plan" },
];

Object.assign(window, { DEST_LANES, DEST_FAQS, COMPASS_PANELS, DEST_DECIDE, DEST_READING });
