# THIS YOU — ISSUE 01 / EDITORIAL PASS v3

## Scope

Text and package-level editorial cleanup for **NEW YORK / AUTUMN 2026**. Image generation and image selection are intentionally outside this pass.

## Editorial direction

The strongest existing voice is dry, observant, concrete and slightly amused. The pass keeps that voice and removes copy that becomes overly explanatory, abstract or self-consciously “editorial.” The magazine should feel written, not generated.

Working rules used in this pass:

- prefer concrete New York detail over abstract fashion language;
- keep short conceptual lines only when they genuinely land;
- reduce repeated “X asks / Y asks”, “not X but Y” constructions;
- avoid explaining the THIS YOU concept more than once;
- keep the reader-facing Moment pages direct and second-person;
- keep shared Story pages more observational than instructional;
- use **US English** for this New York issue (`kilometers`, `neighborhoods`, `color`);
- retain the core positioning: same issue, same moment, different arrival;
- retain **Human-edited. AI-assisted. Individually reviewed.**

## Key text changes

### Page 2 — concept
Tightened the explanation. The three “Everyone…” sentences were replaced with a cleaner same/same/same rhythm, and the central line is now: **The event stays fixed. Your arrival does not.**

### Page 3 — editor's letter
Removed the duplicate ending already rendered by the PHP signoff. The letter now ends on **Issue 01 starts in New York, just as the air changes.** The layout then supplies **Six invitations. See how you arrive.** once.

### Pages 5 / 9 / 13 / 17 / 21 / 25 — stories
Reduced AI-ish abstraction and tightened factual sentences. The Story pages remain essays rather than event listings.

### Moment pages
Kept the short reader-facing rhythm. Page 7 now says **You are dressing for the hour between two of them.** Page 27 was rewritten to avoid the awkward “person whose photograph will appear tomorrow” construction.

### Page 30 — sponsor
Added a proper `shared_copy` runtime field. Previously the sponsor layout fell back to the entire page HTML, stripped all tags, and could output duplicated headline/disclosure/CTA copy inside the ad body.

### Page 31 — next issue
Added runtime `copy`, `next`, and eyebrow values because the layout does not use the long `body_markdown` copy directly.

### Page 32 — Absurd
Added runtime `headline` and `copy` values so the intended creative actually reaches the rendered back cover.

## Rendering / code findings fixed

1. **Moment copy duplication** — `ty01_clean_body()` removed headings but left the `YOUR ARRIVAL` style-problem copy inside the prose. The layout then rendered the same style problem again in `.ty01-arrival-line`. The helper now strips the source-only `YOUR ARRIVAL` section first.
2. **Broken two-line bold in Moment HTML** — regenerated HTML correctly wraps the two-line arrival statement. Runtime still removes that source section because the layout owns it.
3. **Global QR CSS override** — the Page 22 QR rule was accidentally written as global `.ty01-package-qr`, overwriting QR dimensions on style pages. It is now scoped to `.ty01-scene-22 .ty01-package-qr`.
4. **Story-column pagination** — removed `break-inside: avoid` from every story paragraph and added widows/orphans handling. This reduces large blank holes and awkward column balancing in print.
5. **Style feedback label** — changed **YOUR REACTION** to the less clinical **YOUR TAKE** in both style layouts.

## Fact check — August 22, 2026

Rechecked the time-sensitive editorial anchors against current official/high-authority sources:

- NYFW: September 10–15, 2026 (CFDA).
- The Armory Show: September 24–27, 2026 at Javits Center; around 230 galleries from 30+ countries.
- CBGB Festival: September 26, 2026 at Under the K Bridge Park; current official lineup includes Morrissey, Patti Smith, Interpol, Sex Pistols featuring Frank Carter, Bikini Kill, Mannequin Pussy, Buzzcocks, Circle Jerks, Agnostic Front and others.
- New York After Dark: October 17, 2026 at The Rooftop at Pier 17; hosted by Kwame Onwuachi and tied to his forthcoming cookbook *All Hours*; a special performance by Questlove is promoted for the event.
- TCS New York City Marathon: November 1, 2026; 50th anniversary of the five-borough course first run in 1976.
- 64th New York Film Festival: September 25–October 12, 2026; opening night is James Gray's *Paper Tiger*.

## Still worth reviewing visually

The text pass does **not** attempt to redesign the issue. After importing, visually inspect Pages 3, 5, 9, 13, 17, 21 and 25 for column height, and Pages 7/11/15/19/23/27 for the space created by the cleaned Moment prose. The CSS changes are deliberately conservative.

## Source-of-truth warning

This package currently mixes content sources:

- Story and Moment copy mostly comes from `pages.json`.
- Several Scene pages and Page 2 are partly or fully hardcoded in PHP layouts.
- Pages 30–32 depend on `data_json` runtime fields more than their `body_markdown`.

For future issues, the cleaner architecture is to move shared editorial copy out of PHP and into issue data, leaving layouts responsible only for presentation. That is a DEV cleanup, not required for this editorial pass.
