// Shared content constants for Sacred Roux directions
// All VERBATIM copy lives here. Directions reuse this via window globals.

const SR = {
  mission: "Sacred Roux's mission is to repair historical harm, restore access to cultural lifeways, and reconnect community with ancestral traditions and practices.",

  aboutSnippet: "Sacred Roux is a descendant-led nonprofit whose mission is to repair historical harm, restore access to cultural lifeways, and reconnect community with ancestral traditions and practices across the diaspora. Inspired by the legacy of Marie Thérèse dite CoinCoin — a woman who defined the impact business model where freedom and liberation were the outcome — we pick up where she left off — by integrating business with reparations so healing is the outcome.",

  pillars: [
    { name: 'Reparations', kreyol: 'Reparasyon', pathway: 'Repair' },
    { name: 'Landback', kreyol: 'Tè Tounen', pathway: 'Repair' },
    { name: 'Rematriation', kreyol: 'Tè Manman', pathway: 'Restore' },
    { name: 'Repatriation', kreyol: 'Retounen Lakay', pathway: 'Reconnect' },
  ],

  threeRs: [
    {
      letter: 'R',
      word: 'Repair',
      sub: 'Reparative Justice',
      body: 'Repairing historical harm. Directing reparative funding to descendants and survivors of colonial violence, slavery, and displacement — grounded in documented harm.',
    },
    {
      letter: 'R',
      word: 'Restore',
      sub: 'Cultural Restoration',
      body: 'Restoring access to cultural lifeways, First Foods, ancestral practices, and the knowledge systems colonization disrupted.',
    },
    {
      letter: 'R',
      word: 'Reconnect',
      sub: 'Community Reconnection',
      body: 'Reconnecting community with ancestral traditions, land, language, and each other.',
    },
  ],

  audiences: [
    {
      name: 'Indigenous Communities',
      body: 'Native peoples across the world who have experienced colonial violence, land theft, and the ongoing impacts of colonization on their sovereignty, culture, and lifeways.',
    },
    {
      name: 'Descendants of Enslaved Indigenous Ancestors',
      body: 'Those whose ancestors were enslaved, displaced, and denied their Indigenous identity — seeking repair, reconnection, and restoration of what was taken.',
    },
    {
      name: 'Refugees & Communities Experiencing Ongoing Harm',
      body: 'People experiencing ongoing displacement, violence, and systemic harm today — because the legacy of colonization is not history, it is present.',
    },
  ],

  projects: [
    { slug: 'reparations-accelerator', title: 'Reparations Accelerator', pillar: 'Reparations', kreyol: 'Reparasyon', pathway: 'Repair', status: 'Active',
      short: 'Directing reparative funding to descendants and survivors owed repair — restoring access to cultural resources in partnership with CoinCoin, a forthcoming landback trust, and a cultural practitioners co-op.',
      img: 'https://images.unsplash.com/photo-1589923188900-85dae523342b?w=1200&q=80' },
    { slug: 'first-foods', title: 'First Foods Access', pillar: 'Rematriation', kreyol: 'Tè Manman', pathway: 'Restore', status: 'Active',
      short: 'Increasing access to First Foods — traditional salmon, wild game, roots, berries, and ancestral medicines — through community gardens, market distribution, and partnerships with First Foods businesses.',
      img: 'https://images.unsplash.com/photo-1542838132-92c53300491e?w=1200&q=80' },
    { slug: 'sacred-retreats', title: 'Sacred Retreats', pillar: 'Repatriation', kreyol: 'Retounen Lakay', pathway: 'Reconnect', status: 'Active',
      short: 'Healing retreats where descendants of historical harm can reconnect with ancestral practices, restoring cultural memory and spiritual connection through guided, land-based experiences.',
      img: 'https://images.unsplash.com/photo-1476611317561-60117649dd94?w=1200&q=80' },
    { slug: 'red-tent', title: 'The Red Tent', pillar: 'Repatriation', kreyol: 'Retounen Lakay', pathway: 'Reconnect', status: 'Coming Soon',
      short: 'A recurring sacred circle for women to gather in community, cultivating a healing sanctuary to share ancestral wisdom and provide mutual emotional and spiritual support.',
      img: 'https://images.unsplash.com/photo-1528722828814-77b9b83aafb2?w=1200&q=80' },
  ],

  partners: [
    { name: 'Native Candy', tag: 'Tè Manman · First Foods & Foodways',
      body: 'Traditional Salmon fishing business located in the Pacific Northwest, fishing the Columbia River using ancestral methods passed down through generations. Traditionally caught salmon flows into First Foods Access, restoring access to ancestral nutrition for Indigenous communities.' },
    { name: 'CoinCoin', tag: 'Reparations Accelerator · Reparative Distribution',
      body: 'A reparative technology platform redistributing resources to repair historical harm. The Reparations Accelerator works in partnership with CoinCoin to transparently distribute donations to descendants and communities pursuing reparations, landback, rematriation, and repatriation.' },
    { name: 'Black Food Fund', tag: 'Reparations Accelerator · Grant Distribution',
      body: 'Partnering through the Reparations Accelerator to distribute grant funding as repair for Black farmer communities in Washington and Oregon — supporting food sovereignty, land access, and economic justice for those building sustainable food systems.' },
  ],

  fundPhases: [
    { name: 'Landback', goal: 150000 },
    { name: 'Rematriation', goal: 300000 },
    { name: 'Reparations', goal: 500000 },
    { name: 'Repatriation', goal: 750000 },
  ],

  heroImages: {
    river: 'https://images.unsplash.com/photo-1441829266145-6d4bfb7a3b30?w=1600&q=80',
    hands: 'https://images.unsplash.com/photo-1509099836639-18ba1795216d?w=1600&q=80',
    land: 'https://images.unsplash.com/photo-1472214103451-9374bd1c798e?w=1600&q=80',
    foods: 'https://images.unsplash.com/photo-1464226184884-fa280b87c399?w=1600&q=80',
    water: 'https://images.unsplash.com/photo-1439853949127-fa647821eba0?w=1600&q=80',
    fire: 'https://images.unsplash.com/photo-1475738972911-5b44ce984c42?w=1600&q=80',
  },
};

window.SR = SR;
