diff --git a/app/components/Footer.tsx b/app/components/Footer.tsx
index e2c5a33..b294563 100644
--- a/app/components/Footer.tsx
+++ b/app/components/Footer.tsx
@@ -19,10 +19,16 @@ export function Footer() {
{/* Three groups: logo | @handle | links — stacked + centered below
- sm: (640px, moved down from the old md:/lg: skip-pattern now
- that grid/flex structure across the site aligns with the fluid
- floor). Side by side again once there's real room at sm:. */}
-
+ lg:. Reverted here from an earlier sm: rename (2026-07-29's
+ breakpoint migration): this row isn't the "grid arrives before
+ the fluid floor" bug the sm: consolidation targets — logo +
+ handle + 5 nowrap legal links (all shrink-0) simply don't fit
+ in one row below ~1024px regardless of fluid scaling (measured:
+ ~746px combined natural width at a 666px viewport, causing a
+ real horizontal page overflow, not just visual cramping).
+ Same fixed-content-doesn't-fit category as Cart/Checkout/
+ SectionTOC, kept at lg: for the same reason. */}
+
{/* Logo: "einfach produktiv" white + "." gold */}