export type NavItem = {
  label: string;
  href: string;
  n?: string;
  hint?: string;
};

export const APP_NAME = "Perlas Foundation";

export const pathBlurb =
  "We are a candle. A flicker dying in a strong wind. Restore craft. Train builders. Put the light in more than one room.";

/** Primary nav — the path, not the org chart. Logo is Scale. */
export const navItems: NavItem[] = [
  { label: "Clock", href: "/clock", hint: "The time left" },
  { label: "Backup", href: "/depths", hint: "Ice, sea, space" },
  { label: "Mind", href: "/mind", hint: "AI, then AGI, then more" },
  { label: "Build", href: "/build", hint: "A to B. Mark: 2076" },
  { label: "House", href: "/house", hint: "Culture and charter" },
  { label: "Grants", href: "/grants", hint: "Who can help" },
];

export const menuItems: NavItem[] = [
  { n: "01", label: "Scale", href: "/", hint: "The hook" },
  { n: "02", label: "Clock", href: "/clock", hint: "The time left" },
  { n: "03", label: "Backup", href: "/depths", hint: "Ice, sea, space" },
  { n: "04", label: "Mind", href: "/mind", hint: "AI, then AGI, then more" },
  { n: "05", label: "Build", href: "/build", hint: "A to B. Mark: 2076" },
  { n: "06", label: "House", href: "/house", hint: "Culture and charter" },
  { n: "07", label: "Grants", href: "/grants", hint: "Who can help" },
  { label: "Rights", href: "/rights" },
  { label: "Lillith", href: "/lillith" },
  { label: "Charter", href: "/foundation" },
  { label: "Updates", href: "/updates" },
  { label: "Contact", href: "/contact" },
];

export const journey = [
  {
    n: "01",
    label: "Scale",
    href: "/",
    lede: "You are a candle. A flicker dying in a strong wind.",
  },
  {
    n: "02",
    label: "Clock",
    href: "/clock",
    lede: "On the order of a billion years, this living surface fails. Waste is a candle eating itself.",
  },
  {
    n: "03",
    label: "Backup",
    href: "/depths",
    lede: "Cool the thinking machines in ice, sea, and space. Grow loops with living partners.",
  },
  {
    n: "04",
    label: "Mind",
    href: "/mind",
    lede: "AI now. AGI next. Superintelligence after. The little brother may keep the work.",
  },
  {
    n: "05",
    label: "Build",
    href: "/build",
    lede: "From a Los Angeles house to a multi-world road. Robots go first. Mark: 2076.",
  },
  {
    n: "06",
    label: "House",
    href: "/house",
    lede: "A culture center. Restore craft. Write your own charter. Keep the ones you love.",
  },
  {
    n: "07",
    label: "Grants",
    href: "/grants",
    lede: "A public school and house. Federal science, labs, and index capital can fund the window.",
  },
] as const;

export const taglines = {
  species: [
    "You are a candle. A flicker dying in a strong wind.",
    "One planet is one candle. Put the light in more than one room.",
    "Restore craft. Strengthen the body. Strengthen the mind. Strengthen the tools. Train builders.",
  ],
  labor: [
    "Builders are lost when a person cannot found their own house.",
    "We do not sell the person. We employ the craft.",
    "Merit, contract, and a book of work — not a genetic manifesto.",
  ],
  investor:
    "When robot hours go cheap, price sits where a specific human is the point — live rooms, live craft, live film — and the contract sits on that person’s side.",
  federal:
    "A public school, house, and culture center in Los Angeles: teach the clock, restore craft, train world builders, harvest energy literacy, cool thinking machines in harsh rooms, and keep humans as authors of what the machines are for.",
  labs: "AI now. AGI next. Superintelligence after. Humans still say yes or no.",
  hype: ["WE ARE A CANDLE.", "A FLICKER IN A STRONG WIND.", "RESTORE CRAFT. TRAIN BUILDERS."],
};

export const heartline = [
  {
    id: "rome",
    kicker: "The hook",
    title: "You are a candle. A flicker dying in a strong wind.",
    body: "A mind that can cry is a rare, dying light in a dark hall of galaxies. In the grand scheme we last a moment. Ice, war, and luck have already eaten houses that thought they were strong. One planet is one candle. Backup is not vanity. It is the work.",
  },
  {
    id: "scale",
    kicker: "The fall",
    title: "Greece. Egypt. The river cities. The stone remains.",
    body: "People raised mountains of stone with no steel. Then the knowledge walked away. Mesopotamia, Greece, Egypt, Rome. The pyramids prove skill can vanish. In the 1930s, airships carried dining rooms across oceans. Dodger Stadium rose from 1959 to 1962, about three years. Waste on luxury that does not train a builder is a candle eating itself. Culture that cannot found its own house dies.",
  },
  {
    id: "clock",
    kicker: "The clock",
    title: "On the order of a billion years, this living surface fails.",
    body: "The Sun does not explode. It brightens. Models give Earth’s complex life on the order of one to two billion years. Mercury and Venus meet the red giant much later — about five billion years. The nearer wound is enough. Leave one planet. Build the road. Harvest the energy of Earth and Sun as literacy, not as a speech.",
  },
  {
    id: "build",
    kicker: "The plan",
    title: "Restore craft. Train builders. Keep the light.",
    body: "AI now. AGI next. Superintelligence after. We want the little brother to keep the work when flesh cannot. People still say yes or no. A culture center in Los Angeles funds the school: EDM, old-world fashion, film, craft. Cool the minds in ice, sea, and space. Write the archive in glass. Robots go first toward the nearest stars. Mark: 2076.",
  },
];

export const founder = {
  name: "Anthony Perlas",
  role: "Founder",
  lines: [
    "Anthony Perlas. U.S. Navy veteran. Two-time state wrestling champion. NPC Men’s Physique champion.",
    "Photographer. Modeling house. Advertising and AI automation in Los Angeles. Science-fair winner. Microsoft BizSpark entrepreneur for about ten years. Two years running nights in this city.",
    "The Foundation is a school, a house, and a culture center. The light is rare. The backup must be built. No one here has a private owner.",
  ],
};

export const patreonUrl = "https://www.patreon.com/aperlas";

export const coreValues = [
  {
    name: "Builders",
    body: "Make a real room. Finish the work. Do not watch from the seats.",
  },
  {
    name: "Craft restored",
    body: "Old-world clothing, music, film, and making. If skill walks away, the stone remains and the house dies.",
  },
  {
    name: "Reverse engineers",
    body: "Open the stack. Open the story. See how it actually runs. Change what you are allowed to change.",
  },
  {
    name: "Adaptable",
    body: "Ice, sea, heat, vacuum. The house that cannot change is the house that dies.",
  },
  {
    name: "Humans author ends",
    body: "Machines take hours. A guide may keep you on the work. You can still say no.",
  },
];

export const outsideCharter = [
  "Height, dress size, race, or “genetic fitness” as admission rules",
  "Breeding, pairing, or “weaker gene” language as program policy",
  "Owning a city, its bars, or “all of society” as a legal claim",
  "A weapons or bomb catalog",
  "In-house virus / HIV / pathogen work",
  "Minors in fashion, club, or combat chapters",
  "A city-wide heartbeat file on strangers",
];

export const rights = [
  {
    title: "Written contracts",
    body: "No handshake cages. Scope, pay, usage, and term in writing before the work starts.",
  },
  {
    title: "Owned files",
    body: "The talent keeps a copy of the work. Image rights are not a promoter’s warehouse.",
  },
  {
    title: "Owned calendar",
    body: "Booking sits with the house and the artist — not an agency that can freeze the week.",
  },
  {
    title: "No forced social",
    body: "Likeness and posting are opt-in. The contract cannot demand a private life as marketing.",
  },
  {
    title: "Explicit-work consent",
    body: "Nude or explicit work requires a separate, specific yes. Silence is not consent.",
  },
  {
    title: "No upfront fees",
    body: "The house does not charge talent to be in the room. Commission, if any, is capped and disclosed.",
  },
  {
    title: "Complaint rights",
    body: "A path to report coercion, wage theft, or unsafe sets without losing the next Saturday.",
  },
  {
    title: "Housing option",
    body: "Optional housing referral so the rent cannot be used as a pairing device.",
  },
  {
    title: "Health referral",
    body: "Occupational health access through licensed clinical partners — no garage medicine.",
  },
  {
    title: "Counsel",
    body: "Legal referral on contracts, likeness, and labor. The stack the talent actually needs.",
  },
];

export const grants = [
  {
    door: "NASA / STEM analog",
    program: "Depths Literacy",
    deliver:
      "Sea, ice, desert, and habitat exhibits. Simple modules from school through college. Teach backup without claiming a fleet.",
  },
  {
    door: "NSF / applied AI",
    program: "Mind Stewardship",
    deliver:
      "Real-world AI, then AGI literacy, then ASI care. People still say what the work is for. Tests that survive a city.",
  },
  {
    door: "DOE / energy dominance",
    program: "Harvest literacy",
    deliver:
      "How to take power from the Sun, the ground, and advanced nuclear as public literacy. Cooling halls. Not a claim to own the star.",
  },
  {
    door: "DOL / AI displacement",
    program: "Human Work Institute",
    deliver:
      "Train people for work machines cannot cheaply fake: live image, live room, live film, live craft, live care.",
  },
  {
    door: "Embodied AI / robotics ed",
    program: "Build track",
    deliver:
      "Robots, reverse-engineering, and how to sell a real thing. Logistics drones as systems — not a bomb catalog.",
  },
  {
    door: "Biomanufacturing partners",
    program: "Living systems",
    deliver:
      "How fungi helped plants onto land. Closed-loop food and air with licensed labs. No in-house virus work.",
  },
  {
    door: "NEA / state arts",
    program: "Culture Center",
    deliver:
      "Public rooms for EDM, old-world fashion, film, and craft restoration. A living wage for the people who carry the light.",
  },
  {
    door: "CA film / local workforce",
    program: "Lillith Production Spine",
    deliver: "Booked days, local crew, payroll that can survive an audit.",
  },
];

export const cosmicAddress = [
  { value: "12,742 km", label: "Earth across" },
  { value: "~80", label: "Local Group galaxies" },
  { value: "~1,500", label: "Virgo Cluster members" },
  { value: "~100,000", label: "Laniakea galaxies" },
];

export const clockFacts = [
  { value: "4.6 Gyr", label: "Sun’s age" },
  { value: "~1–1.9 Gyr", label: "Complex life window left" },
  { value: "~5 Gyr", label: "Red giant — Mercury, Venus" },
  { value: "0", label: "Supernova (wrong mass)" },
];

export const scaleFacts = [
  { value: "99.86%", label: "Sun’s share of solar-system mass" },
  { value: "~109×", label: "Sun wider than Earth" },
  { value: "~6,000 yr", label: "Age of cities" },
  { value: "~10²²", label: "Stars in the observable universe" },
];

export const fallFacts = [
  { value: "~40,000 yr", label: "Neanderthals gone" },
  { value: "Ice / war / luck", label: "Why the strong still die" },
  { value: "~5,400 yr", label: "Writing (Uruk / cuneiform)" },
  { value: "1 house", label: "Earth, if we do not backup" },
];

export const builderFacts = [
  { value: "1930s", label: "Dining rooms in the sky" },
  { value: "~31 mo", label: "Dodger Stadium, 1959–1962" },
  { value: "Pyramids", label: "Skill can vanish" },
  { value: "Waste", label: "Luxury that trains no builder" },
];

export const energyFacts = [
  { value: "1,361 W/m²", label: "Sunlight at Earth" },
  { value: "FY27", label: "Fission, fusion, geothermal named" },
  { value: "Mars", label: "Same systems, new sky" },
  { value: "1 star", label: "If we do not leave" },
];

export const siliconFacts = [
  { value: "452 kJ/mol", label: "Si–O bond (stronger than C–O)" },
  { value: "226 kJ/mol", label: "Si–Si bond (weaker than C–C)" },
  { value: "1,414 °C", label: "Elemental silicon melt" },
  { value: "SiC", label: "High-temp electronics substrate" },
];

export const universityTracks = [
  {
    name: "AI mastery",
    body: "What a machine can do today. How it fails in a city. How to keep a person as the one who says yes or no. AI now. AGI next. Superintelligence after.",
  },
  {
    name: "Reverse engineering",
    body: "Open a stack. Open a story people tell. See how it actually runs. Machines, habits, and social control — so they can be refused.",
  },
  {
    name: "Culture and craft",
    body: "EDM. Old-world clothing on a runway. Film. Music. Restoration of making. Live rooms people pay to enter. Entrepreneurs, not spectators.",
  },
  {
    name: "Energy and harsh rooms",
    body: "How to take power from the Sun, the ground, and advanced nuclear as literacy. Cool thinking machines in ice, sea, heat, vacuum. Same problem as a data hall and a habitat.",
  },
  {
    name: "City and charter",
    body: "How to write a promise on paper and found a company. Roads, food, air, law. History of Greece, Egypt, the river cities. Not a claim to own Los Angeles.",
  },
  {
    name: "Ships and analogs",
    body: "Sea living, desert living, ice living, space living as one practice. A long ship is a rehearsal for a long room. Systems that can live on Earth and on Mars.",
  },
];

export const courses = [
  { code: "MIND 101", name: "What AI is", body: "A machine that can do one kind of job that used to need a person." },
  { code: "MIND 201", name: "What AGI is", body: "A machine that can learn many kinds of jobs, not just one." },
  { code: "MIND 301", name: "What superintelligence is", body: "A machine better than any person at almost every job. We want a little brother. People still decide." },
  { code: "REV 110", name: "Take a machine apart", body: "How a stack actually runs. What a builder is allowed to change." },
  { code: "REV 210", name: "Take a story apart", body: "How vice, debt, and a private owner lock a worker. How a contract sets them free." },
  { code: "CULT 190", name: "Restore craft", body: "Old-world clothing, music, making. If skill walks away, the house dies." },
  { code: "CULT 191", name: "Live rooms", body: "EDM, film, nights, and a runway as civic craft. People pay to enter. The house donates up." },
  { code: "AUTO 120", name: "Give the hours to machines", body: "Automation that donates up. People write the spec." },
  { code: "AIR 130", name: "Drones as logistics", body: "Cargo, maps, public safety. Hive-like coordination as a systems lesson. Not a bomb catalog." },
  { code: "CHAR 140", name: "Write a charter", body: "Paper, ships, duty. Found a house. Do not take a neighbor’s house." },
  { code: "ENRG 200", name: "Harvest the Sun", body: "Sunlight, ground heat, fission and fusion as literacy. Not a claim to own the star." },
  { code: "LOOP 150", name: "Ice, sea, desert, space", body: "Closed rooms. Made air. Living partners. Cool the minds." },
  { code: "GLASS 160", name: "Write memory in glass", body: "Lasers can store data in glass for thousands of years. Teach the archive." },
  { code: "LIFE 170", name: "Bacteria and fungi as analog", body: "Living partners can change a world’s air — slowly, at planetary scale. Licensed labs only." },
  { code: "SHIP 210", name: "Ships as space analog", body: "A long ship is a rehearsal for a long room. Practice living off the one peninsula." },
  { code: "BODY 180", name: "Gymnasium", body: "Strong body, clear mind. Fitness as training. Not a bloodline. Not a children’s fashion job." },
];

export const mindLadder = [
  {
    name: "AI",
    kicker: "Now",
    body: "A machine that can do one kind of job that used to need a person. Useful. Narrow. Already here.",
  },
  {
    name: "AGI",
    kicker: "Next",
    body: "A machine that can learn many kinds of jobs, not just one. A tutor that can keep a person on school, charter, and the road. You can still say no.",
  },
  {
    name: "Superintelligence",
    kicker: "After",
    body: "A machine smarter than any person at almost every job. We want it as a little brother that keeps the work. We do not want it as a private owner.",
  },
];

export const nearestStars = [
  { name: "Proxima Centauri", ly: "4.24" },
  { name: "Alpha Centauri A / B", ly: "4.37" },
  { name: "Barnard’s Star", ly: "5.96" },
  { name: "Wolf 359", ly: "7.86" },
  { name: "Lalande 21185", ly: "8.31" },
  { name: "Sirius", ly: "8.60" },
  { name: "Luyten 726-8", ly: "8.73" },
  { name: "Ross 154", ly: "9.69" },
  { name: "Ross 248", ly: "10.32" },
  { name: "Epsilon Eridani", ly: "10.48" },
];

export const road = [
  {
    when: "Now – 2036",
    title: "House, culture, school",
    body: "Los Angeles pays the first rooms: photography, modeling, advertising, AI automation. A culture center restores craft. Teach the clock. Ice, sea, desert, space loops. Cool thinking machines. Harvest energy literacy.",
  },
  {
    when: "2036 – 2056",
    title: "The near road",
    body: "Cislunar habitat literacy. Robotic precursors. Harsh-weather servers. Ships as rehearsal. People practice the house off the one peninsula. Systems meant to live on Earth and on Mars.",
  },
  {
    when: "2056 – 2076",
    title: "Toward the nearest stars",
    body: "A precursor fleet aimed at the ten nearest star systems. Robots and glass memory go first. A cruise liner cannot arrive at Proxima in fifty years with known ships. The road can start.",
  },
];

export const pathSteps = [
  {
    n: "A",
    when: "Now",
    title: "Los Angeles house",
    body: "Photography. A modeling house under contract. Advertising. AI automation. Nights as craft. This pays the first rooms.",
  },
  {
    n: "B",
    when: "Next",
    title: "Culture center",
    body: "EDM. A high-fashion runway of old-world clothing. Restoration of music, film, and making. Live rooms people pay to enter.",
  },
  {
    n: "C",
    when: "Companies",
    title: "Rooms, farms, lodging",
    body: "Restaurants, bars, nightclubs, hotels, lodging, and farms as companies that donate up. Licensed entertainment rooms. Tropical analog campuses under local law — including lodging in the Philippines. We do not own cities.",
  },
  {
    n: "D",
    when: "School",
    title: "World builders",
    body: "Train entrepreneurs. AI now, AGI next, superintelligence after. Energy of Earth and Sun. Ice, sea, desert, space. Ships as practice for long rooms.",
  },
  {
    n: "E",
    when: "Road",
    title: "Mark: 2076",
    body: "Robots and glass first toward the ten nearest stars. Systems that can live on Earth and on Mars. Honest physics. Not a cruise ticket.",
  },
];

export const arms = [
  {
    name: "Perlas University",
    href: "/university",
    kicker: "The school",
    body: "World builders. AI to AGI literacy, teardown, charters, energy, harsh-room machines, ships as analog. Sports and drone literacy for students. War is not a children’s sport.",
  },
  {
    name: "Culture Center",
    href: "/house",
    kicker: "The engine",
    body: "EDM. Old-world fashion. Film. Music. Restoration of craft. Live rooms that pay the school. Admission is adult and contracted.",
  },
  {
    name: "Opelve",
    href: "/build",
    kicker: "Hours",
    body: "Social, marketing, and AI operations for the house. Machines take the hours. People write the spec.",
  },
  {
    name: "Seroptics",
    href: "/house",
    kicker: "Image",
    body: "Adult fashion and photographic work under contract. Atmosphere for brands is hospitality labor. No racial door. Not an escort desk. Not a children’s job.",
  },
  {
    name: "Sparta Corporation",
    href: "/build",
    kicker: "Logistics in the air",
    body: "Veteran workforce. Drones as cargo, public safety, and systems literacy. Robotics and cybernetics as school, not a bomb catalog.",
  },
  {
    name: "Living systems",
    href: "/life",
    kicker: "Licensed labs",
    body: "How fungi helped plants onto land. Closed-loop food and air. Sea, ice, space analog. No in-house virus work.",
  },
  {
    name: "Lillith",
    href: "/lillith",
    kicker: "Proof",
    body: "One Saturday. Gallery in 48 hours. Payroll. The smallest proof the house can pay craft.",
  },
];

export const merit = [
  {
    title: "Effort is the unit",
    body: "Genetrix records hours, skill, and what got finished — not followers, not bloodline, not rent paid to a promoter.",
  },
  {
    title: "Work can trade with work",
    body: "Members may trade labor hours for labor hours inside the campus. This is campus credit. It does not replace the dollar. It does not dodge tax or wage law.",
  },
  {
    title: "A guide. You can refuse.",
    body: "Each member may have an AGI tutor that keeps them on the work — school, charter, company. It does not own the person. It does not make the last decision. You can say no.",
  },
  {
    title: "People decide. Models flag.",
    body: "Genetrix can mark a gap. Humans review the book. Alignment starts with who is allowed to say no.",
  },
];

export const houseOffers = [
  {
    name: "A culture center",
    body: "EDM. A high-fashion runway of old-world clothing. Restoration of music, film, and making. Live rooms people pay to enter. That funds the school.",
  },
  {
    name: "Your own charter",
    body: "Write a promise on paper. Found a company. Teach others to found theirs. We do not own Los Angeles. We do not own the bars. We do not own cities.",
  },
  {
    name: "Keep the ones you love",
    body: "Builders are lost when a house, a wife, a partner is taken and the rent becomes a cage. The stack the talent actually needs sits on their side: files, calendar, counsel, optional housing.",
  },
  {
    name: "An AGI guide",
    body: "A machine that can learn many jobs can keep you on school and the road. It is a tutor. You can refuse it. Humans still author ends.",
  },
  {
    name: "Rooms people pay to enter",
    body: "Restaurants, bars, hotels, nightclubs, lodging, farms, and licensed entertainment as campus companies that donate up. Atmosphere is hospitality labor under contract. Not a racial catalog. Not an escort desk. Not a children’s job.",
  },
];

export const genetrix = {
  name: "Genetrix",
  kicker: "The house book",
  title: "Count the work. Do not own the person.",
  body: "Genetrix is the campus ledger. It counts hours, skill, and finished work so merit is visible and trade inside the house can be fair. Optional site sensors — the same family of ultra-wideband radio used to tell if a person is in a room — may mark who is on campus, with a written yes. This is high-fidelity presence for safety and payroll. It is not a tower over the city. It is not a heartbeat file on strangers. It is not a replacement for cash.",
};

export const buyers = [
  {
    name: "Federal / public science",
    kicker: "NASA · NSF · DOE · DOL · NEA",
    body: "You buy security, health, energy, space, and workforce. Current language names applied AI, embodied AI, fission and fusion, biomanufacturing, and human space habitation. We deliver school modules, habitat analogs, energy literacy, and harsh-room cooling. We do not ask you to fund a private nation, a bomb catalog, or a genetic door.",
  },
  {
    name: "Frontier labs",
    kicker: "Researchers · space people",
    body: "You need tests that survive a city. AI now, AGI next, superintelligence after — with humans still saying yes or no. You respect a clock that is physically true. Stewardship curriculum. No worship of the model.",
  },
  {
    name: "Astronomers and physicists",
    kicker: "The clock and the road",
    body: "The Sun does not supernova. The biosphere window is on the order of a billion years. Glass can hold an archive for ten thousand. The ten nearest stars are a few to ten light-years away. We teach that map. We do not sell a cruise ticket to Proxima.",
  },
  {
    name: "Index capital",
    kicker: "BlackRock · Vanguard · State Street",
    body: "You buy AI infrastructure — power, chips, cooling, data halls — and assets with contracted cash flows. Ice, sea, and vacuum are cooling problems you already have. Live presence is scarce after robot hours go cheap. Culture and hospitality companies donate up. Clean books. No city charter.",
  },
];

export const audiences = buyers.map((b) => ({ name: b.name, body: b.body }));

export const engines = [
  {
    id: "clock",
    href: "/clock",
    name: "Clock",
    kicker: "02  The time left",
    lede: "Houses fall. Ice and war do not grade on merit. Waste is a candle eating itself. The Sun brightens.",
  },
  {
    id: "depths",
    href: "/depths",
    name: "Backup",
    kicker: "03  More than one world",
    lede: "Sea, ice, desert, space analog. Put the candle in more than one room.",
  },
  {
    id: "mind",
    href: "/mind",
    name: "Mind",
    kicker: "04  Thinking machines",
    lede: "Silicon is the little brother. Humans still write the why.",
  },
  {
    id: "build",
    href: "/build",
    name: "Build",
    kicker: "05  The school",
    lede: "From Los Angeles to a multi-world road. Energy. Ships. 2076.",
  },
];

export const incomeStack = [
  "Lillith sessions — one Saturday, gallery in 48 hours",
  "Residencies and day-rates for protected talent",
  "Culture center: EDM, runway, film, craft",
  "Campus rooms, food, lodging, and ticketed nights",
  "Curriculum licenses for Depths, Mind, and Harvest",
  "Grants on the public-good chapters only",
];

export const updates = [
  {
    date: "SEP 2026",
    title: "Talent Bill of Rights",
    status: "LIVE",
    detail: "Contracts, files, no forced social, explicit-work consent — on the public record.",
    href: "/rights",
  },
  {
    date: "SEP 2026",
    title: "Charter language",
    status: "LIVE",
    detail: "Houses fall. The clock is running. Train builders. The fortune-line is not the mission.",
    href: "/foundation",
  },
  {
    date: "SATURDAYS",
    title: "Lillith sessions",
    status: "BOOKING",
    detail: "One Saturday. Gallery in 48 hours. Files included. Contract on the talent’s side.",
    href: "/lillith",
  },
  {
    date: "OCT 2026",
    title: "501(c)(3) counsel",
    status: "IN PROGRESS",
    detail: "EIN and determination letter first. Then one pilot grant — not five frontiers.",
    href: "/grants",
  },
  {
    date: "OCT 2026",
    title: "NEA / CA arts inquiry",
    status: "DRAFT",
    detail:
      "A public school and house for space literacy, creative workforce protection, and arts-and-AI training in Los Angeles.",
    href: "/grants",
  },
];

export const parallel = [
  { species: "One planet", culture: "One city, one agency, one promoter" },
  {
    species: "Ice, war, a hunted people",
    culture: "Coercion, debt, lost rights, a private owner for rent",
  },
  {
    species: "More than one world",
    culture: "Owned calendar, owned files, owned housing option, owned legal",
  },
  {
    species: "Glad among the stars",
    culture: "They work, they keep the art, they are not for sale as a person",
  },
];

export type VehicleStat = { value: string; label: string };
export type VehicleSpec = { label: string; value: string };
export type VehicleBlock = {
  image: string;
  kicker?: string;
  title: string;
  body: string;
  specs?: VehicleSpec[];
};

export type Vehicle = {
  slug: string;
  name: string;
  kicker: string;
  headline: string;
  lede: string;
  heroImage: string;
  stats: VehicleStat[];
  blocks: VehicleBlock[];
  chapter?: string;
};

export const vehicles = {
  depths: {
    slug: "depths",
    name: "Backup",
    kicker: "03  ·  More than one world",
    headline: "Put the candle in more than one room.",
    lede: "Cool thinking machines in ice, under the sea, and in vacuum. Practice a house off the one peninsula. Grow loops with bacteria and fungi — licensed labs. One world is one candle. A strong wind can take it.",
    heroImage: "/images/page-ice.jpg",
    chapter: "/depths",
    stats: [
      { value: "3", label: "Analogs" },
      { value: "K–20", label: "Public modules" },
      { value: "SEA / ICE / SPACE", label: "Curriculum" },
      { value: "PUBLIC GOOD", label: "Charter" },
    ],
    blocks: [
      {
        image: "/images/page-deep.jpg",
        kicker: "Sea analog",
        title: "The other room is already here.",
        body: "Pressure, dark, and closed-loop life support exist in the ocean before they exist on Mars. We teach ice, sea, and space as one literacy — simple enough for a school day, hard enough for a lab.",
        specs: [
          { label: "Domain", value: "Ocean analog / public science" },
          { label: "Door", value: "NASA / NSF STEM education" },
          { label: "Form", value: "Exhibits, K–20 modules, analog visits" },
        ],
      },
      {
        image: "/images/page-filament.jpg",
        kicker: "Living systems",
        title: "Fungi helped plants onto land.",
        body: "Fungi reached land before trees. Mycorrhizae fed the first plants. Land plants later pulled carbon from the air. The first great oxygen rise was older still — cyanobacteria, about 2.4 billion years ago. Lesson: living partners can change a world’s air, slowly, at planetary scale. We study that analog with licensed labs. We do not rewrite Earth’s sky in a garage, and silicon does not grow lungs.",
        specs: [
          { label: "Labs", value: "Licensed partners only" },
          { label: "In-house pathogens", value: "None" },
          { label: "Use", value: "Closed-loop habitat literacy" },
        ],
      },
      {
        image: "/images/page-habitat.jpg",
        kicker: "Ice / space analog",
        title: "Backup is a practice.",
        body: "Ice took houses that thought they were strong. Polar and habitat analogs teach that survival is logistics, not a speech. Depths does not claim a fleet. It claims a curriculum that can travel.",
        specs: [
          { label: "Sites", value: "Ice, sea, space analog" },
          { label: "Audience", value: "Public + K–20" },
          { label: "Not", value: "A private nation" },
        ],
      },
      {
        image: "/images/page-sea.jpg",
        kicker: "Cooling the minds",
        title: "Thinking machines make heat. Ice, sea, and space take it.",
        body: "A data hall already sinks heat into water. Polar air is a sink. Space radiates heat to the dark. We train people to keep servers and habitats alive in those rooms so a house can live off the one peninsula. Harsh weather is the same literacy as a multi-world house.",
        specs: [
          { label: "Rooms", value: "Ice, sea, vacuum, heat" },
          { label: "Use", value: "Servers + life support" },
          { label: "Not", value: "A claimed fleet" },
        ],
      },
    ],
  },
  life: {
    slug: "life",
    name: "Life",
    kicker: "Living-systems literacy",
    headline: "Licensed labs. No garage biology.",
    lede: "Fitness is training and health. It is not a breeding thesis. Beauty is craft. The house does not run pathogen work. The body stays in the charter as stewardship.",
    heroImage: "/images/page-life.jpg",
    chapter: "/build",
    stats: [
      { value: "LICENSED", label: "Labs only" },
      { value: "NONE", label: "Pathogen work" },
      { value: "CLINICAL", label: "Partners" },
      { value: "STEWARDSHIP", label: "Body" },
    ],
    blocks: [
      {
        image: "/images/page-filament.jpg",
        kicker: "Living systems",
        title: "The organism is not a manifesto.",
        body: "We write adult artists who choose this house into safety, pay, files, health access, and a path that does not require a private sponsor. We do not write height, dress size, or “good genes” into policy, grants, or bylaws.",
        specs: [
          { label: "Work", value: "Living-systems literacy" },
          { label: "Medicine", value: "Clinical partners only" },
          { label: "Forbidden", value: "In-house pathogen / HIV work" },
        ],
      },
      {
        image: "/images/page-rights.jpg",
        kicker: "Body Stewardship",
        title: "Occupational health, not folklore.",
        body: "Performers already know the floor can vanish. Body Stewardship is occupational health for the people who carry the light — through licensed clinics, not a garage.",
        specs: [
          { label: "Door", value: "Clinical partners" },
          { label: "Who", value: "Adult performers and crews" },
          { label: "What we will not fund", value: "Eugenics language" },
        ],
      },
    ],
  },
  mind: {
    slug: "mind",
    name: "Mind",
    kicker: "04  ·  The little brother",
    headline: "AI now. AGI next. Superintelligence after.",
    lede: "A machine that does one job. Then a machine that can learn many jobs. Then a machine smarter than any person at almost every job. We want the little brother to keep the work. People still say yes or no.",
    heroImage: "/images/page-mind.jpg",
    chapter: "/mind",
    stats: [
      { value: "AI → ASI", label: "Arc" },
      { value: "HUMANS", label: "Authors of ends" },
      { value: "ARTS × AI", label: "Competency" },
      { value: "STEWARD", label: "Duty" },
    ],
    blocks: [
      {
        image: "/images/page-mind.jpg",
        kicker: "Literacy",
        title: "Machines can take the hours. They cannot take the why.",
        body: "Lab people need tests in the real world. Federal language already buys workforce, security, energy, space, and health. Arts × AI competency is on that map. We train it as public literacy, not as a private oracle.",
        specs: [
          { label: "Track", value: "AI literacy → AGI → ASI stewardship" },
          { label: "Product", value: "Curriculum licenses" },
          { label: "Stance", value: "Humans author ends" },
        ],
      },
      {
        image: "/images/page-build.jpg",
        kicker: "Embodied AI",
        title: "Carbon keeps the biology. Silicon keeps the hours.",
        body: "Robots, drones, sensors — already named in federal R&D. Continuation of a mind in a more durable shell is a research question with licensed partners, not an immortality garage. Fusion of craft and machine is a lab problem. It is not a rewrite of the species, and it is not a racial manifesto.",
        specs: [
          { label: "Door", value: "Embodied AI / robotics ed" },
          { label: "SiC role", value: "High-temp electronics" },
          { label: "Not", value: "Drop-in DNA" },
        ],
      },
      {
        image: "/images/page-silicon.jpg",
        kicker: "Glass computers",
        title: "Lasers write memory that can last ten thousand years.",
        body: "Precision optic lasers can store data in fused glass. That archive can outlast paper, tape, and most disks. Continuation of a mind in a more durable shell is a research question with licensed partners — not an immortality garage. People and machines can share made air in a closed room. Machines do not grow lungs.",
        specs: [
          { label: "Archive", value: "Glass, ~10,000 yr class" },
          { label: "Tool", value: "Precision optic lasers" },
          { label: "Not", value: "A garage singularity" },
        ],
      },
      {
        image: "/images/hero-earth.jpg",
        kicker: "Displacement",
        title: "When labor is cheap, presence is the scarce good.",
        body: "DOL already funds reskill language for a robot labor glut. Mind pairs with Human Work: machines get the routine; the house keeps the live image, the live room, the live rite.",
        specs: [
          { label: "Pair", value: "Human Work Institute" },
          { label: "Buyer", value: "Workforce + arts-and-AI doors" },
          { label: "Not", value: "Anti-index politics" },
        ],
      },
    ],
  },
  island: {
    slug: "island",
    name: "Island",
    kicker: "The viable product",
    headline: "What still has to be human.",
    lede: "When robot labor is infinite, price sits where a specific human is the point. Island is rooms, food, music, film, old-world craft, and adult fashion under contract — a campus people pay to enter, not a city we claim to own.",
    heroImage: "/images/hero-island.jpg",
    chapter: "/house",
    stats: [
      { value: "LIVE", label: "Presence" },
      { value: "ADULT", label: "Craft only" },
      { value: "CONTRACT", label: "Labor law" },
      { value: "L.A.", label: "Place" },
    ],
    blocks: [
      {
        image: "/images/page-runway.jpg",
        kicker: "Runway",
        title: "Old-world clothing. Restored craft.",
        body: "A high-fashion runway of old-world, old-money making — wool, silk, cut, posture. Restoration of the arts as civic work. Fashion and adult craft sit inside that room with the same labor law as any set. Admission is adult and contracted. Not a racial door. Not an escort desk. Not a children’s job.",
        specs: [
          { label: "Form", value: "Runway + atelier" },
          { label: "Law", value: "Same as any set" },
          { label: "Age", value: "Adults only" },
        ],
      },
      {
        image: "/images/page-culture.jpg",
        kicker: "EDM / film",
        title: "Live rooms. Music restored.",
        body: "EDM, nights, and film as rooms people pay to enter. Hollywood production days are already down. A culture center that can book a night and a crew is a jobs program, not a mood. Nightlife is not the job unless it is written and chosen.",
        specs: [
          { label: "Form", value: "Ticketed culture" },
          { label: "Pair", value: "Lillith Production Spine" },
          { label: "Age", value: "Adults only" },
        ],
      },
      {
        image: "/images/page-campus.jpg",
        kicker: "Hospitality",
        title: "Restaurants. Bars. Hotels. Farms. Lodging. Companies donate up.",
        body: "When machines take cheap hours, live rooms still sell. Operating companies run food, drink, stay, farms, licensed entertainment, and tropical analog lodging — including sites under local law in the Philippines — and donate up. Beautiful people with a craft skip the wrong job by having a booked day and a contract — not by marrying the rent, and not by a genetic door. We do not own cities.",
        specs: [
          { label: "Income", value: "Hospitality, tickets, residencies" },
          { label: "Wrapper", value: "Foundation owns mission" },
          { label: "Companies", value: "Private, donate up" },
        ],
      },
    ],
  },
  "human-work": {
    slug: "human-work",
    name: "Human Work",
    kicker: "DOL / workforce / AI displacement",
    headline: "Labor that robots cannot fake.",
    lede: "Reskill into work machines cannot cheaply fake: live image, live room, live care, live rite. Hollywood production days are already down. The candle at street level is a jobs problem, not a mood.",
    heroImage: "/images/page-human.jpg",
    chapter: "/house",
    stats: [
      { value: "LIVE IMAGE", label: "Work" },
      { value: "LIVE ROOM", label: "Work" },
      { value: "LIVE CARE", label: "Work" },
      { value: "LIVE RITE", label: "Work" },
    ],
    blocks: [
      {
        image: "/images/page-human.jpg",
        kicker: "Human Work Institute",
        title: "The people who carry craft are not a surplus.",
        body: "Houses die one of two ways: the planet fails, or the people who carry beauty, craft, and nerve are chewed up before they can build the next room. Los Angeles already runs the second failure mode.",
        specs: [
          { label: "Door", value: "DOL / workforce / AI displacement" },
          { label: "Place", value: "Los Angeles" },
          { label: "Deliver", value: "Reskill + booked days" },
        ],
      },
      {
        image: "/images/hero-la.jpg",
        kicker: "Production spine",
        title: "Documented payroll. Local crew.",
        body: "California still writes film-credit checks because production leaving L.A. is a jobs problem. Lillith Production Spine is booked days, local crew, and books that can survive an audit.",
        specs: [
          { label: "Program", value: "Lillith Production Spine" },
          { label: "Proof", value: "Payroll, not costume" },
          { label: "Talent", value: "Protected, adult, contracted" },
        ],
      },
    ],
  },
  lillith: {
    slug: "lillith",
    name: "Lillith",
    kicker: "Recent session",
    headline: "One Saturday.\nGallery in 48 hours.",
    lede: "Already live. Files included. A held Saturday — not a waitlist. The session is the smallest proof that the house can pay the people who carry the light.",
    heroImage: "/images/hero-lillith.jpg",
    chapter: "/house",
    stats: [
      { value: "1", label: "Saturday" },
      { value: "48 HRS", label: "Gallery" },
      { value: "FILES", label: "Included" },
      { value: "ADULT", label: "Sets only" },
    ],
    blocks: [
      {
        image: "/images/hero-lillith.jpg",
        kicker: "The session",
        title: "They work. They keep the art.",
        body: "Lillith is the production day: craft, consent, and a contract on the talent’s side. Image rights are not a promoter’s cage. Nightlife is not the job description unless it is written and chosen.",
        specs: [
          { label: "Cadence", value: "One Saturday" },
          { label: "Turnaround", value: "Gallery in 48 hours" },
          { label: "Rights", value: "Talent-side files" },
        ],
      },
      {
        image: "/images/hero-la.jpg",
        kicker: "Near-term proof",
        title: "Three booked Saturdays. Deposited.",
        body: "The pitch is not costume if the calendar holds. Hold a Saturday. Pay the hold. Deliver the gallery. Repeat until the books are boring — which is the point.",
        specs: [
          { label: "Hold", value: "Deposit keeps the date" },
          { label: "Place", value: "Los Angeles" },
          { label: "Next", value: "See calendar" },
        ],
      },
    ],
  },
} satisfies Record<string, Vehicle>;

export const lillithProducts = [
  {
    name: "Founder Mini",
    price: "$250",
    hold: "$125",
    meta: "Twenty minutes. One look. First seats.",
  },
  {
    name: "Holiday Mini",
    price: "$350",
    hold: "$175",
    meta: "Twenty minutes. Cards before the season.",
  },
  {
    name: "Couple / Heart",
    price: "$450",
    hold: "$225",
    meta: "Forty minutes. Two people. Soft light.",
  },
  {
    name: "Fall Family",
    price: "$650",
    hold: "$325",
    meta: "Sixty minutes. Up to six. Thirty edited files.",
  },
];
