Replaced ad-hoc max-w-5xl bg-bg wrapper with the standard max-w-7xl article + content-grid div pattern used by all other pages (singles, is/list). content-grid CSS class provides the soft purple glow, border, and background that block the matrix rain canvas.
Co-Authored-By: Claude Haiku 4.5 <redacted>
{{ define "main" }}
-<div class="mx-auto px-4 py-12 max-w-5xl bg-bg">
+<article class="mx-auto px-4 py-12 max-w-7xl">
+ <div class="content-grid">
<!-- Breadcrumb -->
{{ partial "breadcrumb.html" . }}
{{ end }}
</div>
</section>
-</div>
+ </div>
+</article>
{{ end }}