Remove finale page from book interior

The cover PDF serves this purpose. Removes the page--finale template
block, the finale data loading path in build.js, and all finale CSS.
Page count: 100 → 99 (imprint + title + TOC + 96 scene pages).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-03 19:55:29 +02:00
parent aa8f3460e8
commit 364cc249dc
5 changed files with 5 additions and 75 deletions
-23
View File
@@ -119,26 +119,3 @@
padding: 0 0.8in;
}
/* ── Finale page ── */
.page--finale {
background: var(--midnight, #0d0d2b);
position: relative;
}
.finale-image {
width: 100%;
height: 100%;
object-fit: cover;
}
.finale-overlay {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
padding-bottom: 1in;
text-align: center;
background: linear-gradient(to top, rgba(13, 13, 43, 0.75) 0%, transparent 55%);
}
-19
View File
@@ -188,22 +188,3 @@ body {
margin-top: 0.5rem;
}
/* ── Finale overlay ── */
.finale-overlay h2 {
font-family: var(--font-display);
font-style: italic;
font-weight: 300;
font-size: 2.6rem;
color: white;
text-shadow: 0 2px 16px rgba(0, 0, 0, 0.7);
letter-spacing: 0.02em;
}
.finale-overlay p {
font-family: var(--font-display);
font-style: italic;
font-size: 0.95rem;
color: rgba(255, 255, 255, 0.7);
letter-spacing: 0.12em;
margin-top: 0.6rem;
}