diff --git a/app/components/Blog.tsx b/app/components/Blog.tsx
index 1499cbe..3183126 100644
--- a/app/components/Blog.tsx
+++ b/app/components/Blog.tsx
@@ -17,7 +17,7 @@ export async function Blog() {
{/* Section header */}
-
+
Neue Impulse
@@ -29,8 +29,14 @@ export async function Blog() {
- {/* Posts grid */}
-
+ {/* Posts grid — capped at the same max-w-[75rem] the rest of the site
+ uses (e.g. ProductSpotlight.tsx), not full-bleed w-full. Without
+ it, the featured card's fixed-height-turned-h-full image column
+ kept stretching wider on very wide screens while its height
+ stayed pinned to the text column's content height, so the photo
+ got progressively more elongated/squashed the wider the
+ viewport — capping the card's own width caps that. */}
+
{/* Featured post — image on top on Mobile, side-by-side from sm+ */}