XYZ-Wing extends XY-Wing by allowing the pivot to have three candidates.
Pivot cell has three candidates {X,Y,Z}, wings have {X,Z} and {Y,Z}.
All three cells share the candidate Z.
Any cell seeing all three cells cannot contain Z.
More complex than XY-Wing because pivot has 3 candidates.
The extra candidate in the pivot makes this pattern more common.
Still requires careful pattern recognition.
Pivot={1,2,5}, Wing1={1,5}, Wing2={2,5}. Cells seeing all three cannot be 5.