// Nelly · The Second Cleanse — content
// /en/nelly/the-second-cleanse/

const TSC_ARTICLE = {
  kicker: "Vol. IV · Column 04 · Skin",
  title: "On the second <em>cleanse</em>, and why I do it.",
  deck: "It is the most underrated minute of my week. Sixty seconds, twice a day, that have done more for my face than any serum I have ever paid for.",
  date: "Friday, 11 April 2026",
  read: "8 min read",
  author: "Nelly",
  authorRole: "Beauty & Style Director",
  avatar: "/contributors/nelly.png",
  lead: "https://images.unsplash.com/photo-1556228852-80b6e5eeff06?w=1800&q=80&auto=format&fit=crop",
  leadCap: "Photographed at the desk, late evening. The second cleanse always happens here, never at the sink.",
  leadCredit: "Fig. 01 · Photography by Cem Aydın",
};

const TSC_TOC = [
  { n: "I", t: "What it is" },
  { n: "II", t: "Why most people get it wrong" },
  { n: "III", t: "The minute, in detail" },
  { n: "IV", t: "What changed for me" },
  { n: "V", t: "What I'd skip first" },
];

const TSC_MARGIN_NOTES = [
  { n: "01", t: "Oil first. Then a low-pH gel. In that order, always. Reverse it and you've washed your face for nothing." },
  { n: "02", t: "Water temperature: tepid. Hot water is a story we tell ourselves about feeling clean." },
  { n: "03", t: "If you only do this three nights a week, you will still see the difference by month two." },
];

const TSC_MORE = [
  {
    kick: "Essay",
    t: "The case against the ten-step routine",
    time: "5 min",
    date: "Apr 18",
    img: "https://images.unsplash.com/photo-1556228720-195a672e8a03?w=1200&q=80&auto=format&fit=crop",
    href: "/en/nelly/",
  },
  {
    kick: "Schematic",
    t: "Wardrobe No. 4 — One blue shirt, fourteen ways",
    time: "8 min",
    date: "Apr 18",
    img: "https://images.unsplash.com/photo-1490481651871-ab68de25d43d?w=1200&q=80&auto=format&fit=crop",
    href: "/en/nelly/",
  },
  {
    kick: "Travel",
    t: "Hammam mornings — Istanbul, on assignment",
    time: "6 min",
    date: "Apr 04",
    img: "https://images.unsplash.com/photo-1583416750470-965b2707b355?w=1200&q=80&auto=format&fit=crop",
    href: "/en/nelly/",
  },
];

const TSC_GALLERY = [
  { img: "https://images.unsplash.com/photo-1556228720-195a672e8a03?w=1200&q=80&auto=format&fit=crop", cap: "Fig. 02 · The desk, 11pm" },
  { img: "https://images.unsplash.com/photo-1571781926291-c477ebfd024b?w=1200&q=80&auto=format&fit=crop", cap: "Fig. 03 · Cotton, not muslin" },
  { img: "https://images.unsplash.com/photo-1512290923902-8a9f81dc236c?w=1200&q=80&auto=format&fit=crop", cap: "Fig. 04 · Aftermath" },
];

Object.assign(window, {
  TSC_ARTICLE,
  TSC_TOC,
  TSC_MARGIN_NOTES,
  TSC_MORE,
  TSC_GALLERY,
});
