Near Vertical Junction Hook
A fan-out junction overhanging a same-column RIGHT entry one row below. The two-line bundle drops straight down the junction's own column and turns once into the port, rather than leading out to a centred gap channel and hooking back: a hook's opposite-handed corners cannot nest a multi-line bundle. The destination section carries the matching line order so the bundle arrives in the order the section lays it out (#1018).
Mermaid source
%%metro title: Near-Vertical Junction Hook%%metro style: nfcore%%metro line: main | Main | #2db572%%metro line: a | A | #e63946%%metro line: b | B | #7b2d3b%%metro grid: src | 0,0%%metro grid: gen | 1,0%%metro grid: pseudo | 0,1
graph LR subgraph src [Source] s1[Step 1] s2[Step 2] s3[Step 3] s1 -->|main,a,b| s2 s2 -->|main,a,b| s3 end
subgraph gen [Genome] g1[Genome] end
subgraph pseudo [Pseudo] %%metro entry: right | a, b p1[Pseudo 1] p2[Pseudo 2] p3[Pseudo 3] p1 -->|a,b| p2 p2 -->|a,b| p3 end
s3 -->|main| g1 s3 -->|a,b| p1CLI command
nf-metro render examples/topologies/near_vertical_junction_hook.mmd -o near_vertical_junction_hook.svg