// Hair · Cut & Style · Pixie — L3 data

const PIXIE = {
  type: "The Pixie",
  parent: { title: "Cut & Style", href: "/en/hair/cut-style/" },
  grandparent: { title: "Hair", href: "/en/hair/" },
  totalCount: 143,
  hero: "https://images.unsplash.com/photo-1492106087820-71f1a00d2b11?w=1800&q=80&auto=format&fit=crop",
  heroAlt: "Editorial — pixie cut close-up",
  h1: "How to get a pixie cut that suits your face.",
  deck: "The pixie is the highest-commitment cut in this axis. It also has the highest potential. Nothing else exposes bone structure the way a pixie does — which is why it looks extraordinary on the right face, and why getting there requires a real conversation.",
  intro: "The pixie cut sits at the extreme short end of the hair spectrum — cropped close at the sides and back, longer on top, with infinite variation in the ratio. It's the cut that stylists hesitate most before giving, because they know what it exposes: the jaw, the neck, the ears, the actual proportions of the skull. The people who love their pixies are generally the ones who understood that exposure before they sat in the chair. The people who regret one usually didn't. Below: the honest guide — face shapes, textures, variations, maintenance — so you can decide with full information.",
  byline: "Edited by Nelly · Beauty & Style Director",
  meta: { count: 143, updated: "Updated 1 May 2026", reading: "Avg. 4 min per piece" },
};

const PIXIE_QUICK_FACTS = {
  defn: {
    h: "What makes a pixie a pixie",
    body: "A pixie cut keeps the sides and back short — usually under an inch — while leaving more length on the top, which can range from 1 to 3 inches. The difference between a pixie and a buzz cut is that length differential on top; without it, it's simply a crop. The difference between a pixie and a short bob is that the nape and sides are cut short rather than following a weight line. The signature is the visible skull shape — which is either the appeal or the obstacle, depending on who you ask.",
  },
  myths: [
    { m: "You have to have an oval face to pull off a pixie.",
      t: "Not true, but face shape does determine which variation works for you. Heart and oval faces have the most flexibility. Round faces need more length on top to add height. Square faces do better with a textured, softer pixie than a sharp, architectural one." },
    { m: "A pixie is low maintenance.",
      t: "A pixie needs a trim every 4–6 weeks to maintain its shape. A bob or lob can go 8–10 weeks. The pixie's maintenance cadence is higher than almost anything longer than it." },
    { m: "A pixie can't work with curly hair.",
      t: "Some of the best pixie cuts are on curly hair. The coils create natural texture and volume on top that a pixie frames beautifully — but the cut needs to be done dry, by someone who understands curl behaviour at short lengths." },
  ],
};

const PIXIE_BEGINNER_PATH = {
  h: "Seriously considering a pixie?",
  deck: "Four pieces before you book. This cut earns its research.",
  steps: [
    { n: "01", t: "Does a pixie suit your face shape?",                    time: "5 min", note: "Oval, heart, round, square, long — what each face shape needs from this cut." },
    { n: "02", t: "Pixie variations: from soft to architectural",          time: "4 min", note: "The spectrum from tousled to razor-sharp and what drives the difference." },
    { n: "03", t: "The pixie's maintenance reality",                       time: "3 min", note: "Trim cadence, styling time, and what happens if you let it go." },
    { n: "04", t: "Planning the grow-out before you commit",               time: "4 min", note: "The stages between a pixie and a bob — so you know what you're signing up for." },
  ],
};

const PIXIE_TRENDING = [
  { rank: "01", t: "Pixie cut for round faces — variations that add length",      time: "5 min", auth: "Nelly", date: "Apr 28", img: "https://images.unsplash.com/photo-1492106087820-71f1a00d2b11?w=1100&q=80&auto=format&fit=crop", reads: "17,440" },
  { rank: "02", t: "Textured pixie vs classic pixie — the maintenance comparison", time: "4 min", auth: "Iris",  date: "Apr 23", img: "https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1100&q=80&auto=format&fit=crop", reads: "13,007" },
  { rank: "03", t: "Pixie grow-out: what the stages actually look like",           time: "6 min", auth: "Nelly", date: "Apr 18", img: "https://images.unsplash.com/photo-1529688499929-9e4fefc77c1f?w=1100&q=80&auto=format&fit=crop", reads: "11,884" },
  { rank: "04", t: "How to style a pixie with a cowlick or double crown",          time: "4 min", auth: "Iris",  date: "Apr 13", img: "https://images.unsplash.com/photo-1485875437342-9b39470b3d95?w=1100&q=80&auto=format&fit=crop", reads: "9,312" },
  { rank: "05", t: "Curly pixie: how it's cut differently from straight",          time: "4 min", auth: "Nelly", date: "Apr 08", img: "https://images.unsplash.com/photo-1597586124394-fbd6ef244026?w=1100&q=80&auto=format&fit=crop", reads: "8,104" },
];

const PIXIE_FORMAT_GUIDE = {
  h: "Pixie variations",
  deck: "Same length range, very different results. The variation is determined by the top-to-sides ratio and the finish technique.",
  formats: [
    { name: "Classic pixie",    when: "Oval and heart faces",               avoid: "Round or very square faces",           note: "Short sides, 1–2 inches on top. Combed and polished finish.",       verdict: "Timeless" },
    { name: "Textured pixie",   when: "Most face shapes, easier styling",   avoid: "Wanting a sharp, architectural result", note: "Point-cut, piece-y. More relaxed than a classic pixie.",            verdict: "Most forgiving" },
    { name: "Pixie bob",        when: "Oval and heart, soft transition",     avoid: "Wanting a dramatic change",            note: "Between a pixie and a bob. Soft nape, more length in front.",       verdict: "Gentle entry" },
    { name: "Tousled pixie",    when: "Any face, low-styling commitment",   avoid: "Formal contexts",                       note: "Longer on top, diffused or air-dried. Lived-in.",                   verdict: "Easy daily" },
    { name: "Curly pixie",      when: "Natural curly and coily hair",        avoid: "Wanting to flat-iron the result",       note: "Dry-cut. Coils provide volume and texture the cut needs.",          verdict: "Texture-led" },
    { name: "Undercut pixie",   when: "Bold, high contrast look",            avoid: "Growing out plans",                     note: "Very short or shaved sides, length on top. Maximum drama.",         verdict: "High impact" },
  ],
};

const PIXIE_HOWTOS = [
  { t: "Pixie for round faces — variations that add height",        time: 5, tech: "Face shape",  auth: "Nelly", date: "Apr 28", img: "https://images.unsplash.com/photo-1492106087820-71f1a00d2b11?w=900&q=80&auto=format&fit=crop", kick: "Face shape", pick: true },
  { t: "Textured pixie vs classic pixie — the comparison",         time: 4, tech: "Choosing",    auth: "Iris",  date: "Apr 23", img: "https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=900&q=80&auto=format&fit=crop", kick: "Decision",   pick: true },
  { t: "Pixie grow-out: what the stages actually look like",       time: 6, tech: "Grow-out",    auth: "Nelly", date: "Apr 18", img: "https://images.unsplash.com/photo-1529688499929-9e4fefc77c1f?w=900&q=80&auto=format&fit=crop", kick: "Grow-out",   pick: true },
  { t: "How to style a pixie in the morning — fast",              time: 3, tech: "Styling",     auth: "Iris",  date: "Apr 12", img: "https://images.unsplash.com/photo-1485875437342-9b39470b3d95?w=900&q=80&auto=format&fit=crop", kick: "Styling",    pick: true },
  { t: "Curly pixie: how it's cut and styled differently",        time: 4, tech: "Texture",     auth: "Nelly", date: "Apr 07", img: "https://images.unsplash.com/photo-1597586124394-fbd6ef244026?w=900&q=80&auto=format&fit=crop", kick: "Texture",    pick: false },
  { t: "The pixie cut: a reader's honest account",                time: 5, tech: "Essay",       auth: "Iris",  date: "Apr 01", img: "https://images.unsplash.com/photo-1492106087820-71f1a00d2b11?w=900&q=80&auto=format&fit=crop", kick: "Essay",      pick: false },
];

const PIXIE_TECH_FILTERS = ["All", "Face shape", "Choosing", "Styling", "Texture", "Grow-out", "Essay"];

const PIXIE_CROSSLINKS = [
  { id: "bob",         title: "The Bob",       deck: "The grow-out destination after a pixie.",               count: 189, href: "/en/hair/cut-style/bob/" },
  { id: "growing-out", title: "Growing out",   deck: "The pixie grow-out is a long game. Here's the map.",   count: 94,  href: "/en/hair/cut-style/growing-out/" },
  { id: "undercut",    title: "The Undercut",  deck: "If you want to go shorter on the sides first.",        count: 109, href: "/en/hair/cut-style/undercut/" },
  { id: "big-chop",    title: "The Big Chop",  deck: "If your pixie is a fresh start, not just a change.",   count: 87,  href: "/en/hair/cut-style/big-chop/" },
];

Object.assign(window, {
  PIXIE, PIXIE_QUICK_FACTS, PIXIE_BEGINNER_PATH, PIXIE_TRENDING, PIXIE_FORMAT_GUIDE, PIXIE_HOWTOS, PIXIE_TECH_FILTERS, PIXIE_CROSSLINKS,
});
