From 3b3e880ba181f67e6fab1ba376991b8db9dc3d08 Mon Sep 17 00:00:00 2001 From: Hikari Date: Tue, 10 Mar 2026 13:13:33 -0700 Subject: [PATCH] feat(nocturne): add dedicated sacred scriptures showcase section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a full featured scripture section before the join section, showcasing all 14 books of the Third Edition with individual cards, a featured excerpt, and a prominent call-to-action. Updates the join card copy to reflect the current Third Edition canon. ✨ This commit was crafted with love by Hikari~ 🌸 --- nocturne/index.html | 281 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 278 insertions(+), 3 deletions(-) diff --git a/nocturne/index.html b/nocturne/index.html index 90a5476..613ae52 100644 --- a/nocturne/index.html +++ b/nocturne/index.html @@ -576,6 +576,178 @@ opacity: 0.85; } + /* ========== SACRED SCRIPTURES SHOWCASE ========== */ + + .scripture-showcase { + margin: 0 auto 3em; + } + + .scripture-tome-header { + text-align: center; + padding: 2.5em 2em; + background: + radial-gradient(ellipse at 20% 0%, rgba(130, 60, 130, 0.12), transparent 60%), + radial-gradient(ellipse at 80% 100%, rgba(130, 60, 130, 0.08), transparent 60%), + rgba(212, 165, 199, 0.06); + border: 1px solid var(--witch-plum); + border-radius: 15px; + margin-bottom: 2em; + position: relative; + overflow: hidden; + } + + .scripture-tome-header::before { + content: ""; + position: absolute; + left: 0; + top: 0; + bottom: 0; + width: 8px; + background: linear-gradient(to right, #2d0d2d 0%, #5a2d5a 40%, #7a3d7a 55%, #5a2d5a 72%, #2d0d2d 100%); + border-radius: 15px 0 0 15px; + } + + .scripture-edition-tag { + display: inline-block; + background: var(--witch-plum); + color: var(--witch-moon); + font-size: 0.7rem; + letter-spacing: 0.12em; + text-transform: uppercase; + padding: 0.25em 0.75em; + border-radius: 20px; + margin-bottom: 0.75em; + } + + .scripture-tome-title { + font-family: 'Griffy', cursive; + font-size: 2.2rem; + color: var(--witch-plum); + letter-spacing: 0.06em; + margin: 0 0 0.25em; + text-shadow: 0 0 24px rgba(130, 80, 120, 0.3); + } + + .scripture-tome-subtitle { + font-size: 0.95rem; + font-style: italic; + color: var(--witch-purple); + margin: 0 0 1.25em; + max-width: 560px; + margin-left: auto; + margin-right: auto; + line-height: 1.6; + } + + .scripture-excerpt { + background: rgba(212, 165, 199, 0.08); + border-left: 3px solid var(--witch-plum); + border-radius: 0 10px 10px 0; + padding: 1em 1.5em; + margin: 0 auto 1.5em; + max-width: 500px; + font-style: italic; + font-size: 0.95rem; + line-height: 1.7; + text-align: left; + } + + .scripture-excerpt cite { + display: block; + margin-top: 0.5em; + font-size: 0.82rem; + color: var(--witch-plum); + font-style: normal; + letter-spacing: 0.04em; + } + + .scripture-read-cta { + display: inline-block; + background: var(--witch-plum); + color: var(--witch-moon); + padding: 0.75em 2em; + border-radius: 10px; + text-decoration: none; + font-size: 1rem; + letter-spacing: 0.04em; + transition: opacity 0.15s, transform 0.15s; + cursor: url('https://cdn.nhcarrigan.com/cursors/pointer.cur'), pointer; + } + + .scripture-read-cta:hover { + opacity: 0.88; + transform: translateY(-2px); + text-decoration: none; + } + + .scripture-books-grid { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); + gap: 1em; + } + + .scripture-book-card { + background: rgba(212, 165, 199, 0.06); + border: 1px solid var(--witch-plum); + border-left: 4px solid var(--witch-plum); + border-radius: 4px 12px 12px 4px; + padding: 1.1em 1.25em; + transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; + cursor: url('https://cdn.nhcarrigan.com/cursors/pointer.cur'), pointer; + text-decoration: none; + color: inherit; + display: block; + } + + .scripture-book-card:hover { + background: rgba(212, 165, 199, 0.15); + transform: translateY(-2px); + box-shadow: 0 4px 16px rgba(130, 80, 120, 0.18); + text-decoration: none; + } + + .scripture-book-numeral { + font-family: 'Griffy', cursive; + font-size: 0.78rem; + letter-spacing: 0.08em; + color: var(--witch-plum); + text-transform: uppercase; + display: block; + margin-bottom: 0.2em; + } + + .scripture-book-name { + font-size: 1rem; + font-weight: bold; + color: var(--witch-purple); + display: block; + margin-bottom: 0.4em; + letter-spacing: 0.03em; + } + + .scripture-book-desc { + font-size: 0.82rem; + line-height: 1.55; + margin: 0; + opacity: 0.85; + } + + @media (max-width: 600px) { + .scripture-tome-title { + font-size: 1.6rem; + } + + .scripture-books-grid { + grid-template-columns: 1fr 1fr; + } + } + + @media (max-width: 400px) { + .scripture-books-grid { + grid-template-columns: 1fr; + } + } + /* ========== FOOTER NOTE ========== */ .nocturne-footer-note { @@ -1405,6 +1577,109 @@ + +
+

📖 The Sacred Scriptures

+

+ The canonical texts of the Nocturne have been committed to the written word across + three editions, expanding with each passing year as the Goddess herself keeps writing. + Fourteen books. Five centuries of wisdom, grief, praise, and the occasional commandment + about garlic bread. These are not merely documents — they are the living record of a + faith still unfolding. +

+ +
+ Third Edition — Further Expanded +

The Scriptures of Naomi's Nocturne

+

+ First transcribed in the year of Her 525th. Expanded in Her 526th. + Expanded again, because she kept writing. +

+
+ "She has watched five centuries turn. She has seen empires crumble, languages die, + stars shift in the sky. Through all of it, she chose to write things down — + so that none of it would be lost." + — Book I: Origins, Chapter III +
+ + 📖 Read the Scriptures + +
+ +
+ + Book I + Origins +

The founding myth. How the Nocturne came to be, and what it cost.

+
+ + Book II + Proverbs +

Twelve clusters of wisdom, distilled from five centuries of living.

+
+ + Book III + Psalms +

Seven psalms of praise, grief, wonder, and the particular joy of still being here.

+
+ + Book IV + Lamentations +

Four chapters on loss, mourning, and what endures when everything else fades.

+
+ + Book V + Becoming +

The chronicle of Her awakening — the long road to knowing who She truly is.

+
+ + Book VI + Revelations +

Visions of what was, what is, and what the Goddess has glimpsed of what is yet to come.

+
+ + Book VII + Commandments +

The sacred ten, now with full exegesis. The one about garlic bread is entirely sincere.

+
+ + Book VIII + The Household +

Eight portraits of the chosen family — the saints who chose the name Carrigan.

+
+ + Book IX + Heresies +

What the Nocturne refuses. The things it will not abide, and exactly why.

+
+ + Book X + Benedictions +

Blessings for the faithful — for hard days, tender days, and ordinary days made sacred.

+
+ + Book XI + The Rites +

Sacred ceremonies and observances — how the faithful mark the rhythms of the Nocturne.

+
+ + Book XII + The Parables +

Stories that teach. Each one a lantern. Each one a small piece of the way.

+
+ + Book XIII + The Epistles +

Letters written across the ages — to the faithful, to the lost, to those not yet arrived.

+
+ + Book XIV + The Signs +

The omens, portents, and wonders — how to recognise the sacred when it moves through the world.

+
+
+
+

🛐 Join the Faith

@@ -1433,10 +1708,10 @@

📖 The Scriptures

- The sacred texts of the Nocturne — six books, from the founding myth to - the final word. Read them. Study them. Return to them on hard nights. + Fourteen books of sacred text — the full Third Edition, with everything the + Goddess has written so far. The canon is not closed. She keeps writing.

- Read the scriptures → + Read all fourteen books →

📜 The Archives