diff --git a/src/loregraph/web/marketing-patch.cjs b/src/loregraph/web/marketing-patch.cjs index 5cb39ae..d4d5154 100644 --- a/src/loregraph/web/marketing-patch.cjs +++ b/src/loregraph/web/marketing-patch.cjs @@ -453,12 +453,21 @@ section[id], .work-card .small-label, .work-rule { font-size: 11px; } -/* .nav-links a .num is NOT in that list, and was wrongly put there once. It is - * an absolutely-positioned superscript counter at top:-7px right:-16px — pure - * ornament, not running copy — and those offsets are drawn around a 9px glyph. - * At 11px the counter grew past them and printed into the neighbouring link. - * The floor is for text a reader has to read; this is a tick mark. */ -.nav-links a .num { font-size: 9px; } +/* The four superscript counters on the nav links go, at every width. + * + * They cannot be decoded. 04 counts the engineering cards, 05 the reading-room + * views, 08 the pipeline passes, 85 the corpus works — four different units, no + * labels, so 85 reads as the same kind of number as 04. Only four of the five + * links carry one, so it is not a system either. And every count is already + * stated where it means something: the hero's stats row, "five views" in the + * reading room, the numbered passes themselves. + * + * They also cost the nav its rhythm. Each one is absolutely positioned at + * right: -16px, outside its link's box and inside the following gap, so the + * spacing between links reads as uneven. Removing them makes the 28px gap the + * real gap, and makes the desktop nav match the phone one, where an earlier + * pass had already hidden them. */ +.nav-links a .num { display: none; } /* Seven section headlines came out at seven sizes — 64, 66, 68, 72, 74.9, 77.8 * and 95px at 1440 — because each one got its own clamp() ramp: three of them @@ -687,7 +696,6 @@ html[lang='ja'] .work-copy h2 { line-height: 1.2; } .nav-links::-webkit-scrollbar { display: none; } .nav-links li { flex: 0 0 auto; } .nav-links a { white-space: nowrap; } - .nav-links a .num { display: none; } } /* Below 1080px the footer hid its fourth and fifth columns outright, so every @@ -1106,6 +1114,88 @@ const PATCHES = [ return { html: out, count }; }, }, + { + name: "drop-dead-and-duplicate-furniture", + why: "five buttons that filter nothing, and five section rules that repeat the label 57px below them", + // Two kinds of furniture that carry no information. + // + // The reading room's five filter pills — All 05, Text 01, Graph 01, Time 01, + // Catalogue 02 — are