{# L2 scope panel — mount rail + section families (Fern layered catalog shell). #} {% set mount_items = search_mount_rail | default([]) %} {% set scope_items = search_scope_rail | default([]) %} {% set show_mounts = mount_items | length > 1 %} {% set show_sections = scope_items | length > 1 %}