graph TD
     Main Branches
    Celiac --> LG[Left Gastric A.]
    Celiac --> Splenic[Splenic A.]
    Celiac --> CH[Common Hepatic A.]

     2. Greater Curvature Path
    Splenic --> LGE[Left Gastroepiploic A.]
    CH --> GDA[Gastroduodenal A.]
    GDA --> RGE[Right Gastroepiploic A.]
    LGE --> GreaterCurv(Greater Curvature)
    RGE --> GreaterCurv

     4. Liver & Gallbladder Path
    PH --> L_Hep[Left Hepatic A.]
    PH --> R_Hep[Right Hepatic A.]
    R_Hep --> Cystic[Cystic A.]
    
    L_Hep --> Liver
    R_Hep --> Liver
    Cystic --> GB(Gallbladder)

    %% Key Anastomoses Styling
    style LesserCurv fill:#f9f,stroke:#333,stroke-width:2px
    style GreaterCurv fill:#f9f,stroke:#333,stroke-width:2px
    style GB fill:#ff9,stroke:#333
    style Liver fill:#ff9,stroke:#333