{# feature-grid override — earthen: paper-grain ground, botanical eyebrow rule, Fraunces heading, soft botanical cards. Field reads, columns/layout control flow and icon split preserved verbatim from the builtin; only classes/style/fonts reskinned. #}
{% if eyebrow %}

{{ eyebrow }}

{% endif %} {% if heading %}

{{ heading }}

{% endif %} {% if intro %}

{{ intro }}

{% endif %}
{% for item in items %}
{% if item.icon %}
{% endif %}

{% if item.linkUrl %}{{ item.title }}{% else %}{{ item.title }}{% endif %}

{% if item.text %}

{{ item.text }}

{% endif %} {% if item.linkUrl and item.linkLabel %}{{ item.linkLabel }}{% endif %}
{% endfor %}