// Makeup · Face · Concealer — L3 data
// Visual skeleton must match the Oily prototype exactly. Vary copy, never layout.

const OILY = {
  type: "Concealer",
  parent: { title: "Face", href: "/en/makeup/face/" },
  grandparent: { title: "Makeup", href: "/en/makeup/" },
  totalCount: 142,
  hero: "https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1800&q=80&auto=format&fit=crop",
  heroAlt: "Editorial close-up — concealer application under eye",
  h1: "How to use concealer correctly.",
  deck: "Targeted use only — under-eye, blemish, redness. The two-shade rule, the setting question, and when to stop.",
  intro: "Concealer is a targeted tool. If you're using it edge-to-edge, you wanted foundation. The job of concealer is correction in a specific place: under the eye, over a blemish, across a red patch. Use it well and it disappears. Use it poorly and it announces itself. Below is everything we've published: the shade logic, the two-use question, how to set it without creasing, and what not to do.",
  byline: "Edited by Nelly · Beauty & Style Director",
  meta: { count: 142, updated: "Updated 29 April 2026", reading: "Avg. 4 min per piece" },
};

// Face sibling rail — 4 siblings under /en/makeup/face/
const TYPE_SIBLINGS = [
  { id: "foundation", title: "Foundation", n: "01",             href: "/en/makeup/face/foundation/" },
  { id: "concealer",  title: "Concealer",  n: "02", cur: true,  href: "/en/makeup/face/concealer/" },
  { id: "cheeks",     title: "Cheeks",     n: "03",             href: "/en/makeup/face/cheeks/" },
  { id: "powder",     title: "Powder",     n: "04",             href: "/en/makeup/face/powder/" },
];

const QUICK_FACTS = {
  defn: {
    h: "What concealer is actually for",
    body: "Concealer is a corrector — a higher-pigment, more concentrated formula than foundation, meant to neutralise or cover a specific area. It is not a foundation alternative. Used in the right spot, at the right amount, it does work that foundation can't.",
  },
  myths: [
    { m: "Concealer should be lighter than your foundation.",
      t: "For under the eye, one shade lighter can brighten. For blemishes and redness, match your foundation exactly — lighter concealer highlights texture." },
    { m: "You set concealer the same way you set foundation.",
      t: "Under-eye concealer needs a very light hand with powder — or none. The skin there is thin and dry. Too much setting powder exaggerates lines." },
    { m: "More concealer covers more.",
      t: "Past a thin, even layer, concealer sits on top rather than blending in. A second thin layer works better than a thick first one." },
  ],
};

const BEGINNER_PATH = {
  h: "Start here, if concealer keeps going wrong.",
  deck: "Five pieces, in order. Around eighteen minutes. Enough to sort your shade and your technique.",
  steps: [
    { n: "01", t: "What concealer is — and what it isn't",          time: "3 min", note: "The targeted-tool principle, and why it matters." },
    { n: "02", t: "The two-shade rule: blemish vs under-eye",        time: "4 min", note: "Why these two jobs need different shades and sometimes different formulas." },
    { n: "03", t: "Under-eye concealer — the technique",             time: "4 min", note: "The triangle method, the tap technique, and how much to actually use." },
    { n: "04", t: "Blemish concealer — before and after foundation", time: "4 min", note: "Sequence, patting not rubbing, and what to do when the blemish is textured." },
    { n: "05", t: "Setting concealer — or not",                      time: "3 min", note: "When setting adds crease, when it prevents it, the translucent powder rule." },
  ],
};

const TRENDING = [
  { rank: "01", t: "Under-eye concealer — the triangle method, explained", time: "4 min", auth: "Nelly", date: "Apr 27", img: "https://images.unsplash.com/photo-1503236823255-94609f598e71?w=1100&q=80&auto=format&fit=crop", reads: "13,441" },
  { rank: "02", t: "The two-shade rule: why you need two concealers",       time: "3 min", auth: "Nelly", date: "Apr 22", img: "https://images.unsplash.com/photo-1596462502278-27bfdc403348?w=1100&q=80&auto=format&fit=crop", reads: "10,872" },
  { rank: "03", t: "Concealer that doesn't crease — the setting approach", time: "4 min", auth: "Iris",  date: "Apr 18", img: "https://images.unsplash.com/photo-1487412947147-5cebf100ffc2?w=1100&q=80&auto=format&fit=crop", reads: "9,204" },
  { rank: "04", t: "Colour correction before concealer — when to bother",  time: "5 min", auth: "Nelly", date: "Apr 12", img: "https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1100&q=80&auto=format&fit=crop", reads: "7,993" },
  { rank: "05", t: "Blemish concealing without highlighting the texture",  time: "3 min", auth: "Iris",  date: "Apr 07", img: "https://images.unsplash.com/photo-1560086996-04e2d2a0f8b1?w=1100&q=80&auto=format&fit=crop", reads: "6,811" },
];

const FORMAT_GUIDE = {
  h: "Format, by use case",
  deck: "Different concealer formulas exist because the under-eye and a blemish have different needs.",
  formats: [
    { name: "Liquid",    when: "Under-eye, light blemish, redness",    avoid: "Active cystic blemishes — can slip", note: "Blendable, buildable. The default for most.", verdict: "★ Default" },
    { name: "Cream",     when: "Dry under-eye, mature skin, full coverage", avoid: "Oily eyelids — creases faster", note: "More coverage, needs setting.", verdict: "Dry skin default" },
    { name: "Stick",     when: "Blemishes, targeted redness, travel",   avoid: "Under the eye — too much product", note: "Precise. Don't use for large areas.", verdict: "Blemish spot" },
    { name: "Pen / wand", when: "Quick under-eye, light correction",    avoid: "Heavy coverage needs",              note: "Easy to over-apply. Click once or twice.", verdict: "Light touch" },
    { name: "Colour corrector", when: "Before concealer, deep pigmentation", avoid: "As a standalone — needs concealer over", note: "Peach/orange for dark circles on medium-deep. Green for redness.", verdict: "Problem-specific" },
    { name: "Balm concealer", when: "Dry blemishes, flaky patches",    avoid: "Breakout-prone skin — occlusive",   note: "Nourishing but heavy. Rare use case.", verdict: "Occasional" },
  ],
};

const HOWTOS = [
  { t: "Under-eye concealer — the triangle method", time: 4, tech: "Application", auth: "Nelly", date: "Apr 27", img: "https://images.unsplash.com/photo-1503236823255-94609f598e71?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: true },
  { t: "The two-shade rule", time: 3, tech: "Application", auth: "Nelly", date: "Apr 22", img: "https://images.unsplash.com/photo-1596462502278-27bfdc403348?w=900&q=80&auto=format&fit=crop", kick: "Essay", pick: true },
  { t: "Concealer that doesn't crease — the setting approach", time: 4, tech: "Setting", auth: "Iris", date: "Apr 18", img: "https://images.unsplash.com/photo-1487412947147-5cebf100ffc2?w=900&q=80&auto=format&fit=crop", kick: "Setting", pick: true },
  { t: "Colour correction before concealer — when to bother", time: 5, tech: "Application", auth: "Nelly", date: "Apr 12", img: "https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: true },
  { t: "Blemish concealing without highlighting the texture", time: 3, tech: "Application", auth: "Iris", date: "Apr 07", img: "https://images.unsplash.com/photo-1560086996-04e2d2a0f8b1?w=900&q=80&auto=format&fit=crop", kick: "Troubleshoot", pick: true },
  { t: "Concealer shade: the jaw-match rule", time: 3, tech: "Application", auth: "Nelly", date: "Apr 01", img: "https://images.unsplash.com/photo-1503236823255-94609f598e71?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "The tap technique — why pressing beats blending", time: 4, tech: "Application", auth: "Iris", date: "Mar 27", img: "https://images.unsplash.com/photo-1596462502278-27bfdc403348?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "Concealer sequence: before or after foundation?", time: 3, tech: "Routine", auth: "Nelly", date: "Mar 22", img: "https://images.unsplash.com/photo-1487412947147-5cebf100ffc2?w=900&q=80&auto=format&fit=crop", kick: "Routine", pick: false },
  { t: "When concealer is doing foundation's job", time: 4, tech: "Essay", auth: "Nelly", date: "Mar 18", img: "https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=900&q=80&auto=format&fit=crop", kick: "Essay", pick: false },
  { t: "Liquid vs cream concealer — the difference in use", time: 4, tech: "Application", auth: "Iris", date: "Mar 13", img: "https://images.unsplash.com/photo-1560086996-04e2d2a0f8b1?w=900&q=80&auto=format&fit=crop", kick: "Format", pick: false },
  { t: "Setting powder under the eye — the right amount", time: 3, tech: "Setting", auth: "Nelly", date: "Mar 08", img: "https://images.unsplash.com/photo-1503236823255-94609f598e71?w=900&q=80&auto=format&fit=crop", kick: "Setting", pick: false },
  { t: "Redness concealing: green corrector or just concealer?", time: 4, tech: "Application", auth: "Iris", date: "Mar 03", img: "https://images.unsplash.com/photo-1596462502278-27bfdc403348?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "Why concealer cracks — and how to prevent it", time: 3, tech: "Troubleshoot", auth: "Nelly", date: "Feb 26", img: "https://images.unsplash.com/photo-1487412947147-5cebf100ffc2?w=900&q=80&auto=format&fit=crop", kick: "Troubleshoot", pick: false },
  { t: "Touch-up concealing mid-day — the minimal approach", time: 3, tech: "Routine", auth: "Nelly", date: "Feb 21", img: "https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=900&q=80&auto=format&fit=crop", kick: "Routine", pick: false },
  { t: "Concealer for dark circles — what works", time: 5, tech: "Application", auth: "Iris", date: "Feb 15", img: "https://images.unsplash.com/photo-1560086996-04e2d2a0f8b1?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "Concealer stick vs pen — which handles precision better", time: 3, tech: "Application", auth: "Nelly", date: "Feb 10", img: "https://images.unsplash.com/photo-1503236823255-94609f598e71?w=900&q=80&auto=format&fit=crop", kick: "Format", pick: false },
  { t: "Hydrating concealers — when dry skin needs them", time: 4, tech: "Application", auth: "Iris", date: "Feb 05", img: "https://images.unsplash.com/photo-1596462502278-27bfdc403348?w=900&q=80&auto=format&fit=crop", kick: "Format", pick: false },
  { t: "Brightening concealer vs correcting concealer", time: 4, tech: "Essay", auth: "Nelly", date: "Jan 30", img: "https://images.unsplash.com/photo-1487412947147-5cebf100ffc2?w=900&q=80&auto=format&fit=crop", kick: "Essay", pick: false },
  { t: "How much concealer is too much", time: 3, tech: "Troubleshoot", auth: "Nelly", date: "Jan 24", img: "https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=900&q=80&auto=format&fit=crop", kick: "Troubleshoot", pick: false },
  { t: "Concealer and skincare: the prep step", time: 4, tech: "Routine", auth: "Iris", date: "Jan 18", img: "https://images.unsplash.com/photo-1560086996-04e2d2a0f8b1?w=900&q=80&auto=format&fit=crop", kick: "Routine", pick: false },
  { t: "Post-blemish marks — concealer or corrector?", time: 4, tech: "Application", auth: "Nelly", date: "Jan 12", img: "https://images.unsplash.com/photo-1503236823255-94609f598e71?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "The concealer-only routine — when foundation stays home", time: 4, tech: "Routine", auth: "Nelly", date: "Jan 06", img: "https://images.unsplash.com/photo-1596462502278-27bfdc403348?w=900&q=80&auto=format&fit=crop", kick: "Routine", pick: false },
  { t: "Concealer on mature skin — the formula and technique shift", time: 5, tech: "Essay", auth: "Nelly", date: "Dec 30", img: "https://images.unsplash.com/photo-1487412947147-5cebf100ffc2?w=900&q=80&auto=format&fit=crop", kick: "Essay", pick: false },
  { t: "The peach corrector — who it's actually for", time: 3, tech: "Application", auth: "Iris", date: "Dec 24", img: "https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
];

const TECH_FILTERS = ["All", "Application", "Cheeks", "Powder", "Setting", "Routine", "Essay", "Troubleshoot"];

// Crosslinks to the other 3 face slugs
const TYPE_CROSSLINKS = [
  { id: "foundation", title: "Foundation", deck: "Coverage choice, undertone matching, finish-meets-skin-type.", count: 184, href: "/en/makeup/face/foundation/" },
  { id: "cheeks",     title: "Cheeks",     deck: "Blush placement, bronzer geography, the cohesion question.", count: 156, href: "/en/makeup/face/cheeks/" },
  { id: "powder",     title: "Powder",     deck: "The minimum case, the full case, when not to.", count: 118, href: "/en/makeup/face/powder/" },
];

Object.assign(window, {
  OILY, TYPE_SIBLINGS, QUICK_FACTS, BEGINNER_PATH, TRENDING, FORMAT_GUIDE, HOWTOS, TECH_FILTERS, TYPE_CROSSLINKS,
});
