{{ page_meta.html_title or pageTitle }}
{# Favicon #}
{% if brand_settings.favicon.src %}
{% endif %}
{# Open Graph for social sharing #}
{% if content.featured_image %}
{% elif brand_settings.primaryLogo.src %}
{% endif %}
{# Landing page optimized CSS #}
{# Load theme CSS asynchronously. accordion.css + forms.css are server-side
{% include %}d into modern.css, so this single file covers them. #}
{# Auto dark mode — media-gated so light-mode users never render-block on it. #}
{% if theme.dark_mode.enabled %}
{% endif %}
{% if template_css %}
{% endif %}
{{ standard_header_includes }}
{# Skip to main content for accessibility #}
Skip to main content
{# Minimal header for landing pages - logo and optional CTA #}
{% block header %}