diff --git a/docs/assets/images/collective-awakening.jpg b/docs/assets/images/collective-awakening.jpg
new file mode 100644
index 0000000..708a054
Binary files /dev/null and b/docs/assets/images/collective-awakening.jpg differ
diff --git a/docs/assets/images/community-sovereignty.jpg b/docs/assets/images/community-sovereignty.jpg
new file mode 100644
index 0000000..8697a2c
Binary files /dev/null and b/docs/assets/images/community-sovereignty.jpg differ
diff --git a/docs/assets/images/daily-sadhana.jpg b/docs/assets/images/daily-sadhana.jpg
new file mode 100644
index 0000000..8e5986b
Binary files /dev/null and b/docs/assets/images/daily-sadhana.jpg differ
diff --git a/docs/assets/images/digital-wellness.jpg b/docs/assets/images/digital-wellness.jpg
new file mode 100644
index 0000000..9b24f49
Binary files /dev/null and b/docs/assets/images/digital-wellness.jpg differ
diff --git a/docs/assets/images/nature_bathing.jpg b/docs/assets/images/nature_bathing.jpg
new file mode 100644
index 0000000..d99090a
Binary files /dev/null and b/docs/assets/images/nature_bathing.jpg differ
diff --git a/docs/practices/daily-sadhana.md b/docs/practices/daily-sadhana.md
index a9f583a..310d963 100644
--- a/docs/practices/daily-sadhana.md
+++ b/docs/practices/daily-sadhana.md
@@ -4,6 +4,11 @@ icon: material/meditation
# Daily Sadhana
+
+
+Photo by Jared Rice on Unsplash
+
+
*Sadhana* means daily spiritual practice — not something you do when you have time, but the foundation you build everything else upon. It doesn't require a temple or a teacher. It requires showing up.
---
diff --git a/docs/practices/digital-wellness.md b/docs/practices/digital-wellness.md
index b2ea9cc..e7091f7 100644
--- a/docs/practices/digital-wellness.md
+++ b/docs/practices/digital-wellness.md
@@ -4,6 +4,11 @@ icon: material/phone-check
# Digital Wellness
+
+
+Photo by Lianhao Qu on Unsplash
+
+
Your attention is the most valuable resource you own. Every notification, every algorithmic feed, every autoplay is designed to extract it. Taking it back is not a luxury — it is a prerequisite for any kind of awakening.
---
diff --git a/docs/practices/grounding-in-nature.md b/docs/practices/grounding-in-nature.md
index 47e634c..6538379 100644
--- a/docs/practices/grounding-in-nature.md
+++ b/docs/practices/grounding-in-nature.md
@@ -4,6 +4,11 @@ icon: material/nature-people
# Grounding in Nature
+
+
+Photo by Adamu
+
+
The earth beneath your feet has been waiting for you. Not metaphorically — literally. Every moment spent with bare skin on soil, grass, or sand is a reconnection to the electromagnetic field that humans evolved within for hundreds of thousands of years.
---
diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index b1b3a2d..e30b46d 100644
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -495,6 +495,72 @@ article h1, article h2, article h3 {
max-height: 420px;
}
+/* ── Page hero images — full-width, caption overlay ── */
+.page-hero,
+.page-infographic {
+ position: relative;
+ margin: 0.6rem 0 1.2rem;
+ border-radius: 12px;
+ overflow: hidden;
+ line-height: 0;
+}
+.page-hero img,
+.page-infographic img {
+ display: block;
+ width: 100%;
+ height: auto;
+ border-radius: 12px;
+}
+.page-hero figcaption,
+.page-infographic figcaption {
+ position: absolute;
+ bottom: 0;
+ right: 0;
+ padding: 0.2rem 0.55rem;
+ background: rgba(255, 255, 255, 0.72);
+ backdrop-filter: blur(4px);
+ -webkit-backdrop-filter: blur(4px);
+ border-radius: 8px 0 0 0;
+ color: var(--gp-text-muted);
+ font-size: 0.68rem;
+ font-style: italic;
+ line-height: 1.35;
+ max-width: 55%;
+}
+.page-hero figcaption a,
+.page-infographic figcaption a {
+ color: var(--gp-primary);
+ font-style: normal;
+}
+
+/* ── AI-generated image credit — tiny, no emoji ── */
+.ai-credit {
+ font-size: 0.68rem;
+ color: var(--gp-text-muted);
+ font-style: italic;
+}
+
+/* ── Footer badges ── */
+.md-copyright__badges {
+ display: flex;
+ align-items: center;
+ gap: 0.75rem;
+ flex-wrap: wrap;
+}
+.md-copyright__zensical {
+ display: inline-flex;
+ align-items: center;
+ gap: 0.3em;
+}
+.md-copyright__grebedoc {
+ display: inline-flex;
+ align-items: center;
+ line-height: 0;
+}
+.md-copyright__grebedoc img {
+ image-rendering: pixelated;
+}
+
/* Print */
@media print {
body {
diff --git a/docs/teachings/collective-awakening.md b/docs/teachings/collective-awakening.md
index cf83481..1ac14c6 100644
--- a/docs/teachings/collective-awakening.md
+++ b/docs/teachings/collective-awakening.md
@@ -4,6 +4,11 @@ icon: material/hand-heart
# Collective Awakening
+
+
+Photo by Rishikesh Yogpeeth on Unsplash
+
+
Awakening is often described as an individual journey, but it has never been a solo project. Consciousness shifts ripple through groups, communities, and fields — and when enough people hold the same frequency simultaneously, something in the collective field changes.
---
diff --git a/docs/teachings/community-sovereignty.md b/docs/teachings/community-sovereignty.md
index f1a626e..7c65e63 100644
--- a/docs/teachings/community-sovereignty.md
+++ b/docs/teachings/community-sovereignty.md
@@ -4,6 +4,11 @@ icon: material/crowd
# Community Sovereignty
+
+
+Photo by Spencer Plouzek on Unsplash
+
+
Sovereignty is not something you achieve alone. It is built in relationship — with the land, with the people who grow food, with neighbors who share skills, and with networks that operate outside the extractive economy.
---
diff --git a/overrides/partials/copyright.html b/overrides/partials/copyright.html
new file mode 100644
index 0000000..3fb12ae
--- /dev/null
+++ b/overrides/partials/copyright.html
@@ -0,0 +1,20 @@
+
+ {% if config.copyright %}
+
+ {{ config.copyright }}
+
+ {% endif %}
+ {% if not config.extra.generator == false %}
+