graph TD
CEO[CEO - Colin Francis]
COO[COO - Operations]
CFO[CFO - Finance]
CMD[CMD - Marketing Director]
CDO[CDO - Development Director]
CSD[CSD - Supply Chain Director]
CEO --> COO
CEO --> CFO
CEO --> CMD
CEO --> CDO
CEO --> CSD
%% Operations Branch
COO --> OPS_UAE[Head of UAE Operations]
COO --> OPS_IND[Head of India Operations]
COO --> OPS_QC[Head of Quality Control]
OPS_UAE --> UAE_CM[Cafe Managers UAE]
OPS_UAE --> UAE_KM[Kiosk Managers UAE]
UAE_CM --> UAE_CS[Cafe Staff]
UAE_KM --> UAE_KS[Kiosk Staff]
OPS_IND --> IND_RD[Regional Directors]
IND_RD --> IND_CM[Cafe Managers India]
IND_RD --> IND_KM[Kiosk Managers India]
IND_CM --> IND_CS[Cafe Staff]
IND_KM --> IND_KS[Kiosk Staff]
OPS_QC --> QC_T[Quality Control Teams]
OPS_QC --> TRN[Training Teams]
%% Finance Branch
CFO --> FIN_ACC[Accounting]
CFO --> FIN_CTRL[Financial Control]
CFO --> FIN_INV[Investor Relations]
%% Marketing Branch
CMD --> MKT_DIG[Digital Marketing]
CMD --> MKT_BR[Brand Management]
CMD --> MKT_FR[Franchise Development]
%% Development Branch
CDO --> DEV_MENU[Menu Development]
CDO --> DEV_PROD[Product Innovation]
CDO --> DEV_EXP[Expansion Planning]
%% Supply Chain Branch
CSD --> SUP_SRC[Sourcing]
CSD --> SUP_LOG[Logistics]
CSD --> SUP_INV[Inventory Management]
%% Support Functions
CEO --> HR[Human Resources]
CEO --> LEGAL[Legal]
CEO --> IT[Information Technology]
classDef executive fill:#efd,stroke:#333,stroke-width:2px
classDef operations fill:#dfe,stroke:#333
classDef support fill:#fee,stroke:#333
class CEO,COO,CFO,CMD,CDO,CSD executive
class OPS_UAE,OPS_IND,OPS_QC operations
class HR,LEGAL,IT support