// Nelly · Beauty & Style Director — content
// /en/nelly/

const NELLY = {
  name: "Nelly",
  role: "Beauty & Style Director",
  issue: "Vol. IV · Spring / Summer 2026",
  cadence: "Three columns weekly · Filed from Istanbul, London, the desk",
  ig: "@legacybynelly",
  igUrl: "https://instagram.com/legacybynelly",
  signature: "Yours, in three coats of mascara,",
  signoff: "—N.",
  portrait: "/contributors/nelly.png",
};

const NELLY_LETTER = {
  date: "Letter from the Editor · Vol. IV · April 2026",
  drop: "T",
  body: [
    "There is a moment, around 6.45 in the evening, when most women decide what they think of themselves. The light is bad, the day is over, and the mirror is unkind. I have spent the better part of fifteen years trying to convince women — and increasingly, myself — that this moment is a lie.",
    "We have inherited a beauty industry that runs on the math of dissatisfaction. More steps, more products, more anxiety about the eleven o'clock fine line. I am not interested in any of that. I am interested in the woman who walks into a room at 7.15, having added one thing and taken two away, and stops the conversation without raising her voice.",
    "What you will find on this page is what I actually believe: that elegance is a subtractive practice, that skin is a long game, that your moisturiser matters less than your sleep does, and that there is no eyeliner technique that will solve a problem your wardrobe has been quietly creating for a decade.",
    "I will be wrong about some of this. I will change my mind about more of it. I will tell you when I do. Welcome to my desk.",
  ],
  pull: "Elegance is a subtractive practice.",
  pullAttrib: "Vol. IV · The standing column",
  marginNote: "On the fifteenth year of writing about other people's faces.",
  marginAttrib: "Filed at 11pm, Istanbul time.",
};

const NELLY_SERIES = [
  {
    n: "01",
    slug: "wardrobe-schematic",
    name: "The Wardrobe Schematic",
    deck: "Style as system. Five colours, ten shapes, one closet — the running argument for owning fewer, better things and wearing them on rotation until people stop asking where you got it.",
    tag: "Weekly · 18 entries",
  },
  {
    n: "02",
    slug: "the-second-cleanse",
    name: "The Second Cleanse",
    deck: "Skin's quietest minute. Sixty seconds, twice a day, that have done more for my face than any serum I have ever paid for. The most underrated step in modern skincare, written out the way I actually do it.",
    tag: "Column · 12 entries",
  },
  {
    n: "03",
    slug: "skin-first",
    name: "Skin First",
    deck: "The long game. Patience as protocol, restraint as a beauty product, and the running case against the ten-step routine. Five years of writing about cleansers, distilled into a desk you can live with.",
    tag: "Series · 24 entries",
  },
];

const NELLY_LATEST = [
  {
    kick: "The Second Cleanse · 04",
    title: "On the second cleanse, and why I do it.",
    date: "Apr 11, 2026",
    read: "8 min read",
    slug: "the-second-cleanse",
    img: "https://images.unsplash.com/photo-1556228852-80b6e5eeff06?w=1200&q=80&auto=format&fit=crop",
  },
  {
    kick: "Wardrobe Schematic · 04",
    title: "One blue shirt, fourteen ways.",
    date: "Apr 18, 2026",
    read: "10 min read",
    slug: "wardrobe-schematic-04-blue-shirt",
    img: "https://images.unsplash.com/photo-1490481651871-ab68de25d43d?w=1200&q=80&auto=format&fit=crop",
  },
  {
    kick: "Skin First · Essay",
    title: "The case against the ten-step routine.",
    date: "Apr 22, 2026",
    read: "5 min read",
    slug: "the-case-against-ten-step",
    img: "https://images.unsplash.com/photo-1556228720-195a672e8a03?w=1200&q=80&auto=format&fit=crop",
  },
];

const NELLY_IG_FEED = [
  { img: "https://images.unsplash.com/photo-1515688594390-b649af70d282?w=900&q=80&auto=format&fit=crop", caption: "Sundays start with a single coat of balm. Nothing else." },
  { img: "https://images.unsplash.com/photo-1487412947147-5cebf100ffc2?w=900&q=80&auto=format&fit=crop", caption: "Schematic No. 4 — out tomorrow. One blue shirt, fourteen ways." },
  { img: "https://images.unsplash.com/photo-1583416750470-965b2707b355?w=900&q=80&auto=format&fit=crop", caption: "Beyoğlu, 7am. The hammam is closed for another hour. I waited." },
  { img: "https://images.unsplash.com/photo-1556228852-80b6e5eeff06?w=900&q=80&auto=format&fit=crop", caption: "On the second cleanse. The most underrated minute of your week." },
  { img: "https://images.unsplash.com/photo-1490481651871-ab68de25d43d?w=900&q=80&auto=format&fit=crop", caption: "Tailoring as a beauty product. Read it on the desk this week." },
  { img: "https://images.unsplash.com/photo-1512290923902-8a9f81dc236c?w=900&q=80&auto=format&fit=crop", caption: "Three moisturisers I keep re-buying. The fourth one I won't tell you yet." },
];

const NELLY_UNEDIT_QUOTE = {
  text: "I am not loyal to a brand. I am loyal to a step. The cleanser changes; the cleanse does not. The shirt changes; the shape does not. Beauty is the same conversation you keep having with yourself, in slightly better light, for the rest of your life.",
  attrib: "Nelly · From the desk · Late evening, 24 April",
  label: "Unedited",
};

Object.assign(window, {
  NELLY,
  NELLY_LETTER,
  NELLY_SERIES,
  NELLY_LATEST,
  NELLY_IG_FEED,
  NELLY_UNEDIT_QUOTE,
});
