{{ title }} once (was absent — title never showed)
- marginalia anchor label is block-level foreground ink (was inline muted run-on)
- landing lead top padding trimmed to close the dead band above the hero card
- 22 icon-sprite
{% if tier.description %}
{{ tier.description }}
{% endif %}
{% if tier.features %}
- {% for feature in tier.features %}
{{ feature }}
{% endfor %}
+ {% for feature in tier.features %}
{{ feature }}
{% endfor %}
{% endif %}
{% if tier.ctaUrl and tier.ctaLabel %}{% if tier.highlighted %}{{ tier.ctaLabel }}{% else %}{{ tier.ctaLabel }}{% endif %}{% endif %}
diff --git a/templates/overrides/editorial/rich-section.ninjatpl b/templates/overrides/editorial/rich-section.ninjatpl
index 77f56aa..1be3e52 100644
--- a/templates/overrides/editorial/rich-section.ninjatpl
+++ b/templates/overrides/editorial/rich-section.ninjatpl
@@ -4,7 +4,7 @@
{% if eyebrow %}
{{ eyebrow }}
{% endif %}
{% if heading %}
{{ heading }}
{% endif %}
{% if body %}
{{ body|safe }}
{% endif %}
- {% if ctaUrl and ctaLabel %}{{ ctaLabel }}{% endif %}
+ {% if ctaUrl and ctaLabel %}{{ ctaLabel }}{% endif %}
{% if media %}
{% img media alt=mediaAlt class="w-full h-auto object-cover" %}
{% endif %}
diff --git a/templates/overrides/editorial/sidebar-nav.ninjatpl b/templates/overrides/editorial/sidebar-nav.ninjatpl
index 800c4dc..bb9e93b 100644
--- a/templates/overrides/editorial/sidebar-nav.ninjatpl
+++ b/templates/overrides/editorial/sidebar-nav.ninjatpl
@@ -4,7 +4,7 @@
{% if title %}
diff --git a/templates/overrides/editorial/social-links.ninjatpl b/templates/overrides/editorial/social-links.ninjatpl
index c5998c6..41fbbb3 100644
--- a/templates/overrides/editorial/social-links.ninjatpl
+++ b/templates/overrides/editorial/social-links.ninjatpl
@@ -4,7 +4,7 @@
{% for link in links %}{% if link.url %}
diff --git a/templates/overrides/editorial/team.ninjatpl b/templates/overrides/editorial/team.ninjatpl
index 86cec2a..31fcc93 100644
--- a/templates/overrides/editorial/team.ninjatpl
+++ b/templates/overrides/editorial/team.ninjatpl
@@ -11,7 +11,7 @@
{% if member.role %}
{{ member.role }}
{% endif %}
{% if member.bio %}
{{ member.bio }}
{% endif %}
{% if member.socials %}
- {% for social in member.socials %}{% if social.url %}{% endif %}{% endfor %}
+ {% for social in member.socials %}{% if social.url %}{% endif %}{% endfor %}
{% endif %}
diff --git a/templates/overrides/editorial/testimonial.ninjatpl b/templates/overrides/editorial/testimonial.ninjatpl
index fbc6829..5d573ff 100644
--- a/templates/overrides/editorial/testimonial.ninjatpl
+++ b/templates/overrides/editorial/testimonial.ninjatpl
@@ -5,11 +5,11 @@
{% for q in quotes %}
{% if q.rating %}
-
-
-
-
-
+
+
+
+
+
{% endif %}
{% if q.quote %}“{{ q.quote }}”{% endif %}
diff --git a/templates/overrides/editorial/timeline.ninjatpl b/templates/overrides/editorial/timeline.ninjatpl
index 6d05a05..bf01faf 100644
--- a/templates/overrides/editorial/timeline.ninjatpl
+++ b/templates/overrides/editorial/timeline.ninjatpl
@@ -6,7 +6,7 @@
{% for step in steps %}