{% comment %} Project Details Component - Displays the "At a Glance" intro and the 4-column project info grid. - Expects `page` context with glance_heading, glance_description, project_year, etc. {% endcomment %} {% if page.glance_heading %}

{{ page.glance_heading }}

{% if page.glance_description %}

{{ page.glance_description }}

{% endif %}
{% if page.project_year %}
Year {{ page.project_year }}
{% endif %} {% if page.project_location %}
Location {{ page.project_location }}
{% endif %} {% if page.project_client %}
Client {{ page.project_client }}
{% endif %} {% if page.project_scope %}
Scope {{ page.project_scope }}
{% endif %}
{% endif %}