Finding Your Partnership Path
graph TD
A[What does your organization need?] --> B{Do you want to build internal design capacity?}
B -->|Yes| C[We Design for Good]
B -->|No| D{Are you looking for direct social impact implementation?}
D -->|Yes| E[Humanity for Good]
D -->|No| F{Do you need full partnership for a complex project?}
F -->|Yes| G[Collaboration for Good]
F -->|No| H[Contact us to discuss your specific needs]
C --> I[Educational Design Series]
E --> J[In-House Social Impact Projects]
G --> K[Full Co-Design & Implementation]
%% Festa Calm Color Theme
%% Starting node - prominent with primary color
style A fill:#ecfff7,stroke:#007f4e,stroke-width:4px,color:#2a2a2a
%% Decision nodes - neutral with secondary color accent
style B fill:#f3f9ec,stroke:#72b043,stroke-width:2px,color:#2a2a2a
style D fill:#f3f9ec,stroke:#72b043,stroke-width:2px,color:#2a2a2a
style F fill:#f3f9ec,stroke:#72b043,stroke-width:2px,color:#2a2a2a
%% Primary outcomes - partnership models (vibrant Festa Calm colors)
style C fill:#ecfff7,stroke:#007f4e,stroke-width:3px,color:#2a2a2a
style E fill:#f3f9ec,stroke:#72b043,stroke-width:3px,color:#2a2a2a
style G fill:#fff7ed,stroke:#f37324,stroke-width:3px,color:#2a2a2a
%% Contact fallback - subtle accent color
style H fill:#fefce8,stroke:#f8cc1b,stroke-width:2px,color:#2a2a2a
%% Detail nodes - matching their parent partnership model
style I fill:#d1ffec,stroke:#007f4e,stroke-width:2px,color:#2a2a2a
style J fill:#e4f2d6,stroke:#72b043,stroke-width:2px,color:#2a2a2a
style K fill:#ffedd5,stroke:#f37324,stroke-width:2px,color:#2a2a2a