{% comment %} Fomantic's responsive nav collapse is its Sidebar/Dropdown *JS* module, which cf-ui does not load. `ui stackable menu` is Fomantic's CSS-only equivalent: below 768px the menu becomes a full-width column, so nothing is hidden that a burger would have to reveal. The toggle is kept because `cfNavbar` is the cross-theme contract — it reports its state through `aria-expanded` and Fomantic's `active` item class rather than through a display utility that this framework does not ship. {% endcomment %}