// Makeup · Eyes · Eyeshadow — L3 data
// Live deploy version (parent = Eyes, 6 siblings).
// Visual skeleton must match the Oily prototype exactly. Vary copy, never layout.

const OILY = {
  type: "Eyeshadow",
  parent: { title: "Eyes", href: "/en/makeup/eyes/" },
  grandparent: { title: "Makeup", href: "/en/makeup/" },
  totalCount: 183,
  hero: "https://images.unsplash.com/photo-1512496015851-a90fb38ba796?w=1800&q=80&auto=format&fit=crop",
  heroAlt: "Editorial close-up — eyeshadow",
  h1: "How to apply eyeshadow.",
  deck: "Colour without the muddle. The full library of blending techniques, palette formats, and eye-specific how-tos — sorted, edited, and kept short on purpose.",
  intro: "Eyeshadow is the most discussed and least understood subject in the makeup library. The difficulty isn't colour — it's placement. Every eye is shaped differently, and every eye responds to light differently. The techniques that work on a deep-set eye actively fight a prominent one. Below is everything we've published on the subject, organised so you can find the right approach for the eye you actually have, not the eye in the diagram.",
  byline: "Edited by Nelly · Beauty & Style Director",
  meta: { count: 183, updated: "Updated 28 April 2026", reading: "Avg. 4 min per piece" },
};

// Eyes sibling rail — 6 siblings under /en/makeup/eyes/
const TYPE_SIBLINGS = [
  { id: "eyeshadow",       title: "Eyeshadow",       n: "01", cur: true,  href: "/en/makeup/eyes/eyeshadow/" },
  { id: "eyeliner",        title: "Eyeliner",         n: "02",             href: "/en/makeup/eyes/eyeliner/" },
  { id: "mascara-and-lashes", title: "Mascara & Lashes", n: "03",         href: "/en/makeup/eyes/mascara-and-lashes/" },
  { id: "brows",           title: "Brows",            n: "04",             href: "/en/makeup/eyes/brows/" },
  { id: "eye-shape-guide", title: "Eye Shape Guide",  n: "05",             href: "/en/makeup/eyes/eye-shape-guide/" },
  { id: "eye-looks",       title: "Eye Looks",        n: "06",             href: "/en/makeup/eyes/eye-looks/" },
];

const QUICK_FACTS = {
  defn: {
    h: "What eyeshadow application actually requires",
    body: "Eyeshadow asks for three things: a clean lid, the right brush for the format, and an understanding of where the crease actually sits on your eye. Get those three right and the colour will follow. Get them wrong and no amount of blending will save it.",
  },
  myths: [
    { m: "Dark shades make eyes look smaller.",
      t: "In the wrong place, yes. In the right place — the outer corner, the crease, a liner-like strip on the lower lash line — dark shades open the eye and define it." },
    { m: "You need a primer for eyeshadow to stay.",
      t: "Primer helps, but a clean, oil-free lid with a light dusting of setting powder will hold most pressed formulas through a working day without it." },
    { m: "You have to blend everything into nothing.",
      t: "Blending is about removing hard edges, not colour. A graphic lid with a sharp cut crease isn't under-blended — it's intentionally built that way." },
  ],
};

const BEGINNER_PATH = {
  h: "Start here, if eyeshadow is new to you.",
  deck: "Five pieces, in order. Around eighteen minutes of reading. Enough to stop ruining the first eye before you start the second.",
  steps: [
    { n: "01", t: "The crease and where it actually sits",           time: "3 min", note: "Anatomy before technique. Every other step depends on this." },
    { n: "02", t: "Brushes: the four you actually need",             time: "3 min", note: "Flat shader, fluffy blending, small pencil, and a clean spoolie." },
    { n: "03", t: "Blending — what it means and what it doesn't",    time: "4 min", note: "Circular vs windshield-wiper motions. Why the order of shades matters." },
    { n: "04", t: "A simple three-shade eye from scratch",           time: "4 min", note: "Base, crease, lid. The structure that makes 90% of looks work." },
    { n: "05", t: "Making eyeshadow last through the day",           time: "4 min", note: "Lid prep, setting, and the one product that changes everything." },
  ],
};

const TRENDING = [
  { rank: "01", t: "How to blend eyeshadow without a muddy result",           time: "5 min", auth: "Nelly", date: "Apr 26", img: "https://images.unsplash.com/photo-1512496015851-a90fb38ba796?w=1100&q=80&auto=format&fit=crop", reads: "14,207" },
  { rank: "02", t: "The cut crease — a step-by-step for beginners",           time: "7 min", auth: "Iris",  date: "Apr 22", img: "https://images.unsplash.com/photo-1567721913486-6585f069b332?w=1100&q=80&auto=format&fit=crop", reads: "11,440" },
  { rank: "03", t: "Monochromatic eyes: one shade, three placements",         time: "4 min", auth: "Nelly", date: "Apr 18", img: "https://images.unsplash.com/photo-1583241800698-e8ab01830a22?w=1100&q=80&auto=format&fit=crop", reads: "9,812" },
  { rank: "04", t: "Glitter shadow that doesn't fall on your cheekbones",     time: "5 min", auth: "Nelly", date: "Apr 12", img: "https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?w=1100&q=80&auto=format&fit=crop", reads: "8,031" },
  { rank: "05", t: "How to use transition shades — and why most people skip them", time: "4 min", auth: "Iris", date: "Apr 07", img: "https://images.unsplash.com/photo-1596462502278-27bfdc403348?w=1100&q=80&auto=format&fit=crop", reads: "7,229" },
];

const FORMAT_GUIDE = {
  h: "Formula, by use case",
  deck: "What to reach for, and when. These are finishes, not product names.",
  formats: [
    { name: "Matte",        when: "Crease, blending, all-day wear",      avoid: "Lid alone — reads flat under light",      note: "The workhorse. Builds without flashback. Every palette needs at least two.", verdict: "★ Default" },
    { name: "Shimmer",      when: "Lid, inner corner, highlight",         avoid: "Crease — migrates and creases",           note: "Reflects light back. Best pressed, applied with a finger or flat brush.", verdict: "Lid layer" },
    { name: "Satin",        when: "Lid, lower lash, everyday looks",      avoid: "Paired with heavy glitter",               note: "The hybrid. Softer than matte, less fallout than shimmer. Underused.", verdict: "Best all-rounder" },
    { name: "Glitter",      when: "Night, centre lid only, patted on",    avoid: "Base shade — overwhelming",               note: "Requires a sticky base. Apply last. Tap excess off the brush before placing.", verdict: "Accent only" },
    { name: "Duochrome",    when: "Lid statement, monochromatic looks",   avoid: "Mixed with competing shimmers",           note: "Shifts colour under movement. Works hardest when the rest of the eye is matte.", verdict: "Statement" },
    { name: "Loose pigment", when: "Over sticky base, set looks",         avoid: "Dry lid — fallout is severe",             note: "Intensity a pressed shadow can't match. Handle with a damp brush.", verdict: "Advanced" },
  ],
};

const HOWTOS = [
  { t: "How to blend eyeshadow without a muddy result",            time: 5, tech: "Eyeshadow", auth: "Nelly", date: "Apr 26", img: "https://images.unsplash.com/photo-1512496015851-a90fb38ba796?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: true },
  { t: "The cut crease — a step-by-step for beginners",            time: 7, tech: "Eyeshadow", auth: "Iris",  date: "Apr 22", img: "https://images.unsplash.com/photo-1567721913486-6585f069b332?w=900&q=80&auto=format&fit=crop", kick: "Looks", pick: true },
  { t: "Monochromatic eyes: one shade, three placements",          time: 4, tech: "Eyeshadow", auth: "Nelly", date: "Apr 18", img: "https://images.unsplash.com/photo-1583241800698-e8ab01830a22?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: true },
  { t: "Transition shades — why most people skip them and shouldn't", time: 4, tech: "Eyeshadow", auth: "Iris", date: "Apr 14", img: "https://images.unsplash.com/photo-1596462502278-27bfdc403348?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: true },
  { t: "Glitter shadow that doesn't fall on your cheekbones",      time: 5, tech: "Eyeshadow", auth: "Nelly", date: "Apr 12", img: "https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "Eyeshadow primer — who actually needs it",                 time: 3, tech: "Routine",   auth: "Nelly", date: "Apr 09", img: "https://images.unsplash.com/photo-1512496015851-a90fb38ba796?w=900&q=80&auto=format&fit=crop", kick: "Routine", pick: false },
  { t: "Loose pigments — how to apply without the fallout",        time: 5, tech: "Eyeshadow", auth: "Iris",  date: "Apr 05", img: "https://images.unsplash.com/photo-1596462502278-27bfdc403348?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "A three-shade eye from scratch",                           time: 4, tech: "Routine",   auth: "Nelly", date: "Apr 01", img: "https://images.unsplash.com/photo-1567721913486-6585f069b332?w=900&q=80&auto=format&fit=crop", kick: "Routine", pick: false },
  { t: "Duochrome lids — making the shift work",                   time: 4, tech: "Eyeshadow", auth: "Iris",  date: "Mar 28", img: "https://images.unsplash.com/photo-1583241800698-e8ab01830a22?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "Eyeshadow for hooded eyes — what the diagrams get wrong",  time: 6, tech: "Troubleshoot", auth: "Nelly", date: "Mar 24", img: "https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?w=900&q=80&auto=format&fit=crop", kick: "Troubleshoot", pick: false },
  { t: "The halo eye — simpler than it looks",                     time: 5, tech: "Looks",     auth: "Nelly", date: "Mar 20", img: "https://images.unsplash.com/photo-1512496015851-a90fb38ba796?w=900&q=80&auto=format&fit=crop", kick: "Looks", pick: false },
  { t: "How to use your crease brush properly",                    time: 3, tech: "Eyeshadow", auth: "Iris",  date: "Mar 16", img: "https://images.unsplash.com/photo-1596462502278-27bfdc403348?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "Why eyeshadow creases (and how to stop it)",               time: 4, tech: "Troubleshoot", auth: "Nelly", date: "Mar 12", img: "https://images.unsplash.com/photo-1567721913486-6585f069b332?w=900&q=80&auto=format&fit=crop", kick: "Troubleshoot", pick: false },
  { t: "The smoky eye without the smudge",                         time: 6, tech: "Looks",     auth: "Iris",  date: "Mar 08", img: "https://images.unsplash.com/photo-1583241800698-e8ab01830a22?w=900&q=80&auto=format&fit=crop", kick: "Looks", pick: false },
  { t: "Cream shadow vs pressed — which holds better",             time: 4, tech: "Essay",     auth: "Nelly", date: "Mar 04", img: "https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?w=900&q=80&auto=format&fit=crop", kick: "Essay", pick: false },
  { t: "Palettes vs singles — the honest answer",                  time: 5, tech: "Essay",     auth: "Iris",  date: "Feb 28", img: "https://images.unsplash.com/photo-1512496015851-a90fb38ba796?w=900&q=80&auto=format&fit=crop", kick: "Essay", pick: false },
  { t: "Making eyeshadow last through the day",                    time: 4, tech: "Routine",   auth: "Nelly", date: "Feb 23", img: "https://images.unsplash.com/photo-1596462502278-27bfdc403348?w=900&q=80&auto=format&fit=crop", kick: "Routine", pick: false },
  { t: "The inner corner highlight — placement and product",       time: 3, tech: "Eyeshadow", auth: "Nelly", date: "Feb 18", img: "https://images.unsplash.com/photo-1567721913486-6585f069b332?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "Lower lash line shadow — five approaches",                 time: 4, tech: "Eyeshadow", auth: "Iris",  date: "Feb 13", img: "https://images.unsplash.com/photo-1583241800698-e8ab01830a22?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "Why your eyeshadow looks patchy",                          time: 3, tech: "Troubleshoot", auth: "Nelly", date: "Feb 08", img: "https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?w=900&q=80&auto=format&fit=crop", kick: "Troubleshoot", pick: false },
  { t: "The editorial lid — foiled and fragmented",                time: 5, tech: "Looks",     auth: "Nelly", date: "Feb 03", img: "https://images.unsplash.com/photo-1512496015851-a90fb38ba796?w=900&q=80&auto=format&fit=crop", kick: "Looks", pick: false },
  { t: "How to photograph eyeshadow accurately",                   time: 3, tech: "Essay",     auth: "Iris",  date: "Jan 29", img: "https://images.unsplash.com/photo-1596462502278-27bfdc403348?w=900&q=80&auto=format&fit=crop", kick: "Essay", pick: false },
  { t: "Warm tones vs cool tones — matching to your skin",         time: 5, tech: "Essay",     auth: "Nelly", date: "Jan 24", img: "https://images.unsplash.com/photo-1567721913486-6585f069b332?w=900&q=80&auto=format&fit=crop", kick: "Essay", pick: false },
  { t: "A daytime eye for every eye shape",                        time: 6, tech: "Looks",     auth: "Iris",  date: "Jan 19", img: "https://images.unsplash.com/photo-1583241800698-e8ab01830a22?w=900&q=80&auto=format&fit=crop", kick: "Looks", pick: false },
];

const TECH_FILTERS = ["All", "Eyeshadow", "Eyeliner", "Mascara", "Brows", "Looks", "Routine", "Essay", "Troubleshoot"];

// Crosslinks to adjacent eyes slugs — 4 of the other 5
const TYPE_CROSSLINKS = [
  { id: "eyeliner",        title: "Eyeliner",        deck: "Geometry, not art. The eye opens by a millimetre at most.",    count: 142, href: "/en/makeup/eyes/eyeliner/" },
  { id: "mascara-and-lashes", title: "Mascara & Lashes", deck: "Volume, length, and curl — which one your lashes need.",   count: 156, href: "/en/makeup/eyes/mascara-and-lashes/" },
  { id: "eye-shape-guide", title: "Eye Shape Guide", deck: "Know your shape before you build your look.",                  count: 97,  href: "/en/makeup/eyes/eye-shape-guide/" },
  { id: "eye-looks",       title: "Eye Looks",       deck: "The five looks everyone should know how to build.",            count: 118, href: "/en/makeup/eyes/eye-looks/" },
];

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