// Hair · Hair Type · Curly — L3 data

const OILY = {
  type: "Curly Hair",
  parent: { title: "Hair Type", href: "/en/hair/hair-type/" },
  grandparent: { title: "Hair", href: "/en/hair/" },
  totalCount: 231,
  hero: "https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1800&q=80&auto=format&fit=crop",
  heroAlt: "Editorial close-up — curly hair",
  h1: "How to care for curly hair.",
  deck: "Moisture retention, frizz management, definition that holds — the full library for curls that behave on your terms.",
  intro: "Curly hair is a conversation, not a command. The people who have the best results with it are the ones who've learned to listen — to what their curls want in this season, this climate, this phase of growth. The ones who argue with their curls (fight the frizz, force the definition, punish the volume) are the ones who are always at war with their hair. Everything below is written for the other camp. Moisture, pattern, hold, and the rest — in full.",
  byline: "Edited by Nelly · Beauty & Style Director",
  meta: { count: 231, updated: "Updated 28 April 2026", reading: "Avg. 5 min per piece" },
};

const TYPE_SIBLINGS = [
  { id: "straight", title: "Straight", n: "01", href: "/en/hair/hair-type/straight/" },
  { id: "wavy",     title: "Wavy",     n: "02", href: "/en/hair/hair-type/wavy/" },
  { id: "curly",    title: "Curly",    n: "03", cur: true, href: "/en/hair/hair-type/curly/" },
  { id: "coily",    title: "Coily",    n: "04", href: "/en/hair/hair-type/coily/" },
  { id: "fine",     title: "Fine",     n: "05", href: "/en/hair/hair-type/fine/" },
  { id: "thick",    title: "Thick",    n: "06", href: "/en/hair/hair-type/thick/" },
];

const QUICK_FACTS = {
  defn: {
    h: "What 'curly hair' actually means",
    body: "Curly hair (Type 3) grows from an asymmetrical follicle and forms defined spiral or ringlet patterns from root to tip. It ranges from loose, S-shaped curls (3A) through classic corkscrews (3B) to tight, dense spirals (3C) that sit at the border of coily. The defining characteristic is how quickly curls lose moisture — the coiling structure means sebum from the scalp rarely reaches the mid-lengths and ends, leaving curly hair in a near-permanent state of moisture debt.",
  },
  myths: [
    { m: "Brushing curly hair makes it look better.",
      t: "Brushing dry curly hair destroys the curl pattern and creates frizz. Detangle wet, in the shower, with conditioner and a wide-tooth comb." },
    { m: "Curly hair is strong because it looks dense.",
      t: "Curly hair is structurally weaker than straight hair. The coil creates stress points. Breakage happens at the bends. Handle with deliberate gentleness." },
    { m: "The more product, the more definition.",
      t: "Definition comes from technique and moisture, not product quantity. Overloading curls makes them heavy and limp. Less, applied correctly, does more." },
  ],
};

const BEGINNER_PATH = {
  h: "Start here, if your curls are more frizz than pattern right now.",
  deck: "Five pieces, in order. Around twenty-five minutes of reading. Enough to understand what your curls actually need.",
  steps: [
    { n: "01", t: "Identifying your curl type (3A, 3B, 3C)",       time: "3 min", note: "Why this matters and how to tell without guessing." },
    { n: "02", t: "The moisture-protein balance for curls",          time: "5 min", note: "Why your hair might be frizzy, limp, or brittle — and how to fix it." },
    { n: "03", t: "The curly girl method — what's worth keeping",   time: "6 min", note: "The core principles, stripped of dogma. What actually works." },
    { n: "04", t: "Styling wet curls — the rake-and-shake method",  time: "4 min", note: "The most reliable technique for loose-to-medium curl patterns." },
    { n: "05", t: "Diffusing curls without frizz",                  time: "4 min", note: "Attachment, heat setting, hover vs contact — the whole method." },
  ],
};

const TRENDING = [
  { rank: "01", t: "The moisture-protein balance — a plain-English guide",   time: "5 min", auth: "Nelly", date: "Apr 26", img: "https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1100&q=80&auto=format&fit=crop", reads: "18,440" },
  { rank: "02", t: "Why your curls are crunchy (and how to fix it)",         time: "4 min", auth: "Iris",  date: "Apr 22", img: "https://images.unsplash.com/photo-1594744803329-e58b31de8bf5?w=1100&q=80&auto=format&fit=crop", reads: "14,203" },
  { rank: "03", t: "The rake-and-shake styling method, explained",           time: "4 min", auth: "Nelly", date: "Apr 17", img: "https://images.unsplash.com/photo-1519710164239-da123dc03ef4?w=1100&q=80&auto=format&fit=crop", reads: "11,887" },
  { rank: "04", t: "Frizz at the root — a different problem than frizz at the ends", time: "3 min", auth: "Iris", date: "Apr 11", img: "https://images.unsplash.com/photo-1562322140-8baeececf3df?w=1100&q=80&auto=format&fit=crop", reads: "9,456" },
  { rank: "05", t: "Deep conditioning — how often, how long, what kind",     time: "5 min", auth: "Nelly", date: "Apr 05", img: "https://images.unsplash.com/photo-1519699047748-de8e457a634e?w=1100&q=80&auto=format&fit=crop", reads: "8,110" },
];

const FORMAT_GUIDE = {
  h: "Product format, by use case",
  deck: "What to reach for, and when. Every curly hair routine is different, but these patterns hold.",
  formats: [
    { name: "Curl cream",         when: "Every wash day, all patterns from 3A to 3C",   avoid: "Dry hair, on top of a gel cast that hasn't set", note: "The foundation of curly styling. Apply to soaking wet hair, section by section.", verdict: "★ Foundation" },
    { name: "Strong-hold gel",    when: "Humid days, 3B and 3C patterns, longevity",    avoid: "Protein-sensitive hair, already heavy curls",     note: "Seals in moisture and creates the cast. A crunchy gel = a good sign.", verdict: "Definition seal" },
    { name: "Deep conditioner",   when: "Weekly, or after any heat or colour process",  avoid: "As a leave-in substitute (too heavy)",             note: "Thirty minutes under a cap beats two hours without. Heat helps.", verdict: "Weekly ritual" },
    { name: "Leave-in conditioner", when: "Every wash day, first step after rinsing",  avoid: "Fine curl patterns (too weighted)",                 note: "The moisture layer everything else builds on.", verdict: "Layer one" },
    { name: "Refresher spray",    when: "Day 2, day 3, before re-styling",             avoid: "On fully dry, set curls you want to preserve",     note: "Water + leave-in in a spray bottle. Scrunch in.", verdict: "Days 2–3" },
    { name: "Clarifying shampoo", when: "Monthly, when curl pattern has flattened",    avoid: "Weekly (over-strips), on dry, colour-treated curls", note: "Product buildup is the silent curl killer. Clean the slate.", verdict: "Monthly" },
  ],
};

const HOWTOS = [
  { t: "The moisture-protein balance for curls",                      time: 5, tech: "Treatment",    auth: "Nelly", date: "Apr 26", img: "https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=900&q=80&auto=format&fit=crop", kick: "Essay", pick: true },
  { t: "Why your curls are crunchy and how to fix it",               time: 4, tech: "Diagnostic",    auth: "Iris",  date: "Apr 22", img: "https://images.unsplash.com/photo-1594744803329-e58b31de8bf5?w=900&q=80&auto=format&fit=crop", kick: "Diagnostic", pick: true },
  { t: "The rake-and-shake styling method",                           time: 4, tech: "Styling",       auth: "Nelly", date: "Apr 17", img: "https://images.unsplash.com/photo-1519710164239-da123dc03ef4?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: true },
  { t: "Deep conditioning — how often, how long",                     time: 5, tech: "Treatment",    auth: "Nelly", date: "Apr 05", img: "https://images.unsplash.com/photo-1519699047748-de8e457a634e?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: true },
  { t: "Diffusing curls without frizz",                               time: 4, tech: "Drying",        auth: "Iris",  date: "Apr 01", img: "https://images.unsplash.com/photo-1562322140-8baeececf3df?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "Washing curly hair — low-poo, co-wash, or clarify",          time: 5, tech: "Cleansing",     auth: "Nelly", date: "Mar 28", img: "https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=900&q=80&auto=format&fit=crop", kick: "Cleansing", pick: false },
  { t: "The LOC method for curly hair — does it work for you?",      time: 4, tech: "Styling",       auth: "Iris",  date: "Mar 24", img: "https://images.unsplash.com/photo-1594744803329-e58b31de8bf5?w=900&q=80&auto=format&fit=crop", kick: "Layering", pick: false },
  { t: "Sleeping on curly hair — pineapple, plop, or satin",         time: 3, tech: "Routine",       auth: "Nelly", date: "Mar 20", img: "https://images.unsplash.com/photo-1519710164239-da123dc03ef4?w=900&q=80&auto=format&fit=crop", kick: "Routine", pick: false },
  { t: "Detangling curls without breakage",                           time: 5, tech: "Technique",     auth: "Iris",  date: "Mar 15", img: "https://images.unsplash.com/photo-1519699047748-de8e457a634e?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "Curl cream vs curl custard — what's the difference",         time: 4, tech: "Styling",       auth: "Nelly", date: "Mar 11", img: "https://images.unsplash.com/photo-1562322140-8baeececf3df?w=900&q=80&auto=format&fit=crop", kick: "Format", pick: false },
  { t: "How to revive a second-day curl",                             time: 3, tech: "Routine",       auth: "Nelly", date: "Mar 07", img: "https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=900&q=80&auto=format&fit=crop", kick: "Routine", pick: false },
  { t: "Glycerin in curly hair products — read the label first",     time: 5, tech: "Ingredients",   auth: "Iris",  date: "Mar 02", img: "https://images.unsplash.com/photo-1594744803329-e58b31de8bf5?w=900&q=80&auto=format&fit=crop", kick: "Ingredients", pick: false },
  { t: "Why curls need a different shampoo than straight hair",       time: 4, tech: "Cleansing",     auth: "Nelly", date: "Feb 26", img: "https://images.unsplash.com/photo-1519710164239-da123dc03ef4?w=900&q=80&auto=format&fit=crop", kick: "Essay", pick: false },
  { t: "Colour-treating curly hair — the risks and the mitigation",  time: 6, tech: "Colour",        auth: "Iris",  date: "Feb 21", img: "https://images.unsplash.com/photo-1519699047748-de8e457a634e?w=900&q=80&auto=format&fit=crop", kick: "Colour", pick: false },
  { t: "The curly haircut — what to ask for and why",                time: 5, tech: "Essay",         auth: "Nelly", date: "Feb 16", img: "https://images.unsplash.com/photo-1562322140-8baeececf3df?w=900&q=80&auto=format&fit=crop", kick: "Essay", pick: false },
  { t: "Scalp health for curly hair",                                 time: 4, tech: "Scalp",         auth: "Iris",  date: "Feb 12", img: "https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=900&q=80&auto=format&fit=crop", kick: "Scalp", pick: false },
  { t: "Heat styling curly hair without losing the pattern",         time: 6, tech: "Heat",          auth: "Nelly", date: "Feb 07", img: "https://images.unsplash.com/photo-1519710164239-da123dc03ef4?w=900&q=80&auto=format&fit=crop", kick: "Heat", pick: false },
  { t: "Product buildup — how to tell and how to fix",               time: 3, tech: "Diagnostic",    auth: "Iris",  date: "Feb 02", img: "https://images.unsplash.com/photo-1594744803329-e58b31de8bf5?w=900&q=80&auto=format&fit=crop", kick: "Diagnostic", pick: false },
  { t: "Finger coiling — who it's for and who it isn't",             time: 4, tech: "Styling",       auth: "Nelly", date: "Jan 28", img: "https://images.unsplash.com/photo-1519699047748-de8e457a634e?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "The difference between frizz and volume",                    time: 3, tech: "Essay",         auth: "Iris",  date: "Jan 23", img: "https://images.unsplash.com/photo-1562322140-8baeececf3df?w=900&q=80&auto=format&fit=crop", kick: "Essay", pick: false },
];

const TECH_FILTERS = ["All", "Cleansing", "Conditioning", "Styling", "Drying", "Treatment", "Routine", "Ingredients", "Colour", "Essay", "Diagnostic", "Technique", "Heat", "Scalp"];

const TYPE_CROSSLINKS = [
  { id: "wavy",  title: "Wavy hair",  deck: "Enhance the pattern. Don't fight it.",            count: 212, href: "/en/hair/hair-type/wavy/"  },
  { id: "coily", title: "Coily hair", deck: "Shrinkage, definition, and the moisture ritual.", count: 244, href: "/en/hair/hair-type/coily/" },
  { id: "fine",  title: "Fine hair",  deck: "Volume first. Damage prevention always.",         count: 176, href: "/en/hair/hair-type/fine/"  },
  { id: "thick", title: "Thick hair", deck: "Manage the bulk. Let the texture do the work.",   count: 189, href: "/en/hair/hair-type/thick/" },
];

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