diff --git a/templates/cover.html b/templates/cover.html
index a1a3e92..14c1993 100644
--- a/templates/cover.html
+++ b/templates/cover.html
@@ -255,10 +255,9 @@
/* ── Front cover content ────────────────────────────────── */
.front-artwork {
position: absolute;
- /* art fills from left trim edge (skip the right bleed) */
top: 0; left: 0;
- width: var(--trim-w);
- height: var(--total-h);
+ width: 100%;
+ height: 100%;
object-fit: cover;
}