/* content.jsx — all copy & data for Aditi's site, exposed on window.ADITI */

window.ADITI = {
  name: "Aditi",
  tagline: ["Artist", "Educator", "Storyteller", "Changemaker"],

  // Home mission statement
  mission: [
    { t: "I work where the " },
    { t: "head, heart and hands", k: "b" },
    { t: " meet — bridging sustainable business education, the " },
    { t: "circular economy", k: "hl" },
    { t: ", and the wisdom of traditions the West forgot to teach. The world we actually want is built by learning from " },
    { t: "every", k: "b" },
    { t: " culture, not only the loudest one." },
  ],

  // Section index cards (home wayfinding)
  index: [
    { num: "01", title: "About",      href: "#about",      img: "images/portrait-standing.jpg" },
    { num: "02", title: "Art",        href: "#art",        img: "images/art-2-face.jpg" },
    { num: "03", title: "Speaking",   href: "#speaking",   img: "images/art-7-dancer.jpg" },
    { num: "04", title: "Consulting", href: "#consulting", img: "images/art-5-gears.jpg" },
  ],

  about: {
    lede: "From the language of markets to the wisdom of the margins.",
    bio: [
      "I began in international business — spreadsheets, strategy, the grammar of markets. But the questions that kept me awake were never on the balance sheet: how do we really learn, whose knowledge counts, and what would a genuinely circular, inclusive economy feel like to live inside?",
      "Those questions carried me from business into business education, and then deeper — into the work of decolonising what and how we teach. In the Netherlands I research the circular economy and sustainable business transitions, and I help institutions grow the twenty-first-century skills their students will actually need.",
      "Somewhere along the way I came home to my own inheritance — the Indian and non-Western wisdom traditions that a Western education quietly trained me to overlook. My painting is the bridge. It is how I carry an idea from the head, into the heart, and out through the hands.",
    ],
    roles: ["Researcher — Circular Economy & Business Transitions", "Educationist", "Consultant & Adviser", "Visual Artist", "Speaker"],
  },

  art: {
    lede: "Art is where I process what language cannot hold.",
    intro: "Seven pieces, painted in the same palette I wear: turmeric, vermillion, jewel-teal. Each one began as a feeling I could not argue my way through.",
    pieces: [
      { n: "01", img: "images/art-1-fire.jpg", title: "Turned, Not Broken", caption: "When the world turns me upside down, I learn to read it differently. The fire is not destruction — it is the body remembering it was always alive.", meta: "Gouache & ink on paper", layout: "layout-r" },
      { n: "02", img: "images/art-2-face.jpg", title: "Unquiet Joy", caption: "I refuse to whisper about colour. This is what delight looks like the moment it stops apologising for taking up space.", meta: "Watercolour & gouache", layout: "layout-l" },
      { n: "03", img: "images/art-3-veil.jpg", title: "Before I Was Seen", caption: "Some knowing happens in the half-light, behind the veil. I painted the breath right before I decided to be looked at.", meta: "Ink & watercolour", layout: "layout-r" },
      { n: "04", img: "images/art-4-explosion.jpg", title: "What Language Cannot Hold", caption: "Grief, rage and release, all radiating from one still centre. There are feelings that refuse sentences — so I let them detonate in colour instead.", meta: "Acrylic & ink", layout: "layout-wide" },
      { n: "05", img: "images/art-5-gears.jpg", title: "Not Just a Cog", caption: "We are taught the mind is a machine. I wanted to paint the woman who runs it — tender, turning, never merely a gear in someone else's design.", meta: "Ink & wash on paper", layout: "layout-l" },
      { n: "06", img: "images/art-6-goddess.jpg", title: "The Inheritance", caption: "Every line is something handed down — the ornament, the gaze, the gold. I am reclaiming the heritage that schooling tried to teach me to forget.", meta: "Pen & gouache", layout: "layout-r" },
      { n: "07", img: "images/art-7-dancer.jpg", title: "Let the Drum Lead", caption: "Liberation keeps a rhythm. When I stop conducting and let the drum lead, the body finally outruns the cage built to hold it.", meta: "Gouache on paper", layout: "layout-wide" },
    ],
  },

  speaking: {
    lede: "Talks that move a room from certainty to curiosity.",
    topics: [
      { n: "01", name: "Education for Sustainable Development", desc: "How do we teach for a world already in transition? A practical, hopeful look at putting sustainability at the heart of learning — not as a bolt-on module, but as a way of seeing." },
      { n: "02", name: "Decolonise Your Mind", desc: "An invitation to notice the invisible frames that decide what we count as knowledge, success and progress — and to make room again for the wisdom those frames left out." },
      { n: "03", name: "The Empire Within", desc: "The structures of empire don't only live in history books; they live in our institutions and our self-talk. A bold, compassionate excavation of the colonised mind — and how we begin to free it." },
      { n: "04", name: "Creating Belonging for All", desc: "Beyond the diversity checklist: what it actually takes to build organisations and classrooms where every person can bring their whole, unedited self to the table." },
      { n: "05", name: "Moving Beyond Cultural Boundaries", desc: "Intercultural competence as a creative practice — learning to hold many worldviews at once without flattening any single one of them into a stereotype." },
    ],
    venues: ["Universities", "Conferences", "Festivals", "Corporate stages", "Community gatherings"],
  },

  consulting: {
    lede: "For organisations ready to genuinely transform — not tick a box.",
    services: [
      { no: "i", title: "Facilitation", desc: "I design and hold spaces where real conversation can finally happen — workshops, dialogues and away-days that move a group from stuck to unstuck." },
      { no: "ii", title: "Corporate Training", desc: "Tailored programmes in circular economy, sustainability strategy and intercultural competency that change how teams think — not just what they know." },
      { no: "iii", title: "Advisory", desc: "Ongoing counsel for leaders steering real transformation: in sustainability, in inclusion, and in the culture of how their organisation learns." },
    ],
    focus: ["Circular economy transitions", "Sustainable business strategy", "Diversity & inclusion", "21st-century skills", "Intercultural competency"],
    banner: "I don't deliver content. I shift mindsets.",
  },

  contact: {
    // ── Contact form delivery (Formspree) ──────────────────────────────
    // Submissions post to this Formspree endpoint and land in the connected inbox.
    // Manage / change recipients at https://formspree.io
    formspreeEndpoint: "https://formspree.io/f/xnjyjnwj",
    email: "contactadi03@gmail.com",
    instagram: "Monstrous_Monk",
    instagramUrl: "https://instagram.com/Monstrous_Monk",
    linkedin: "https://www.linkedin.com/in/aditigupta03/",
    closing: ["Let's build the world", "we actually want."],
  },
};
