{# brutalist navbar override — thick-ruled bar, uppercase wordmark, mono links, off-canvas drawer. One navbar per page (fixed drawer ids). Fields: companyName, logo, logoType, logoText.text, alt, menu.items[], cta.text|ctaLabel, cta.url|ctaUrl, stickyBehavior, sticky, showUtilityBar, utilityBar*, class. #}
{% set sb = stickyBehavior %}{% if not sb %}{% if sticky %}{% set sb = "sticky" %}{% else %}{% set sb = "none" %}{% endif %}{% endif %}
{% set cta_text = cta.text|default:ctaLabel %}
{% set cta_url = cta.url|default:ctaUrl %}
{% macro brand() %}{% if logoType == "text" and logoText.text %}{{ logoText.text }}{% elif logo %}{% else %}{{ companyName|default:"STUDIO" }}{% endif %}{% endmacro %}
{% macro navlink(item) %}{{ item.label }}{% endmacro %}
{% macro dropdown(item) %}