%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#f5f5f5', 'primaryBorderColor': '#1a1a2e', 'lineColor': '#c8a96e', 'textColor': '#1a1a2e', 'fontSize': '17px', 'fontFamily': 'Inter,Helvetica,sans-serif'}, 'flowchart': {'htmlLabels': true, 'nodeSpacing': 30, 'rankSpacing': 55, 'curve': 'basis', 'padding': 20}}}%%
graph TD
A["<b>Year <i>t</i></b><br>Small Grade 4 cohort<br>60 learners, 2 classes"]
B["<b>Year <i>t+1</i></b><br>Grade 4 doubles<br>120 learners, 3 classes"]
C["<b>Reconfiguration friction</b>"]
D["Reassign a teacher"]
E["Repurpose a room"]
F["Rewrite the class schedule"]
G["<b>School-wide reorganisation</b>"]
A -->|"Large cohort ages in"| B
B --> C
C -->|"Staff"| D
C -->|"Space"| E
C -->|"Schedule"| F
D --> G
E --> G
F --> G
style A fill:#f5f5f5,stroke:#1a1a2e,stroke-width:2px
style B fill:#f5f5f5,stroke:#c8a96e,stroke-width:2px
style C fill:#c8a96e,stroke:#1a1a2e,stroke-width:2px,color:#1a1a2e
style D fill:#f5f5f5,stroke:#1a1a2e,stroke-width:1px
style E fill:#f5f5f5,stroke:#1a1a2e,stroke-width:1px
style F fill:#f5f5f5,stroke:#1a1a2e,stroke-width:1px
style G fill:#c8a96e,stroke:#1a1a2e,stroke-width:2px,color:#1a1a2e