// Nails · Nail Art · French & Micro-French — L3 data

const OILY = {
  type: "French & Micro-French",
  parent: { title: "Nail Art", href: "/en/nails/nail-art/" },
  grandparent: { title: "Nails", href: "/en/nails/" },
  totalCount: 112,
  hero: "https://images.unsplash.com/photo-1604654894610-df63bc536371?w=1800&q=80&auto=format&fit=crop",
  heroAlt: "Close-up of a precise white-tipped french manicure on oval nails",
  h1: "The french manicure, done with intention.",
  deck: "Classic white tip, micro-french, reverse french, and the exact geometry that makes each work. All 112 how-tos on the subject — sorted and kept honest.",
  intro: "The french manicure has been declared dead and revived so many times that at this point it lives outside trend cycles entirely. What's changed is the execution. The thick, opaque white band of the 1990s has given way to a spectrum — sheer pink bases, ultra-thin micro tips measured in millimetres, reverse french that exposes the smile line in reverse. The geometry of where the tip sits, how thick it runs, and whether it follows the natural smile line or cuts across it at an angle changes both the apparent length of the finger and the overall register of the look. Below is everything we've published on the subject: construction, polish selection, gel versus classic, and how small decisions in tip placement resolve into very different results.",
  byline: "Edited by Nelly · Beauty & Style Director",
  meta: { count: 112, updated: "Updated 4 May 2026", reading: "Avg. 4 min per piece" },
};

const TYPE_SIBLINGS = [
  { id: "french",         title: "French & Micro-French", n: "01", cur: true,  href: "/en/nails/nail-art/french/" },
  { id: "chrome",         title: "Chrome & Glaze",        n: "02", href: "/en/nails/nail-art/chrome/" },
  { id: "negative-space", title: "Negative Space",        n: "03", href: "/en/nails/nail-art/negative-space/" },
  { id: "freehand",       title: "Freehand Detail",       n: "04", href: "/en/nails/nail-art/freehand/" },
  { id: "color-stories",  title: "Color Stories",         n: "05", href: "/en/nails/nail-art/color-stories/" },
];

const QUICK_FACTS = {
  defn: {
    h: "What 'french manicure' actually covers",
    body: "French manicure describes any nail look built on a pale, sheer, or nude base with a defined, contrasting tip. The classic version uses an opaque white tip on a sheer pink base. Micro-french narrows the white band to 1–2mm and often uses a sheer or off-white shade rather than stark white. Reverse french exposes the lunula — the pale moon at the base — as the accent zone rather than the tip. All three share the same structural logic: a clean dividing line between base and accent.",
  },
  myths: [
    { m: "The french manicure only works on longer nails.",
      t: "Tip placement is what determines the effect on length. A very thin, curved micro-tip on short nails reads as elegant, not stubby. The mistake is applying standard tip width to short nails." },
    { m: "Stark white is the correct colour for the tip.",
      t: "Stark white is one option — it reads as the most classic and graphic. Off-white, ivory, sheer nude, and even pale pink tips all qualify as french, and most read as more wearable in natural light." },
    { m: "Gel is easier than polish for the french tip line.",
      t: "Gel has a longer work window and self-levels, which helps. But the tip line in gel is harder to correct if the first pass goes wrong. Polish dries faster but wipes clean instantly. Both work — the technique differs." },
  ],
};

const BEGINNER_PATH = {
  h: "Start here, if french is new to you.",
  deck: "Five pieces, in sequence. Enough to understand the geometry and execute a clean tip line.",
  steps: [
    { n: "01", t: "What makes a french tip look balanced",    time: "3 min", note: "Tip width relative to nail length — the one ratio that changes everything." },
    { n: "02", t: "The smile line: curved vs straight vs angled", time: "4 min", note: "Three variations on where the line sits and how each reads." },
    { n: "03", t: "Micro-french: the sheer pink base and thin tip", time: "5 min", note: "Why less white reads as more expensive, and what shades to pick." },
    { n: "04", t: "How to paint a clean tip line — tools and method", time: "4 min", note: "Guides, striping tape, freehand brush — which approach matches which skill level." },
    { n: "05", t: "Reverse french — what it is and how to place it", time: "3 min", note: "Using the lunula rather than the tip as the accent zone." },
  ],
};

const TRENDING = [
  { rank: "01", t: "Micro-french vs classic french — which tip width to choose", time: "5 min", auth: "Nelly", date: "May 03", img: "https://images.unsplash.com/photo-1604654894610-df63bc536371?w=1100&q=80&auto=format&fit=crop", reads: "14,022" },
  { rank: "02", t: "How to paint a clean white tip line at home",                time: "4 min", auth: "Iris",  date: "Apr 28", img: "https://images.unsplash.com/photo-1522337660859-02fbefca4702?w=1100&q=80&auto=format&fit=crop", reads: "10,884" },
  { rank: "03", t: "Sheer pink bases for micro-french — a shade guide",         time: "4 min", auth: "Nelly", date: "Apr 21", img: "https://images.unsplash.com/photo-1599948128020-9a44505b0d1b?w=1100&q=80&auto=format&fit=crop", reads: "8,501" },
  { rank: "04", t: "Reverse french — lunula placement and proportion",           time: "3 min", auth: "Nelly", date: "Apr 16", img: "https://images.unsplash.com/photo-1608248597279-f99d160bfcbc?w=1100&q=80&auto=format&fit=crop", reads: "7,300" },
  { rank: "05", t: "Does tip placement change apparent nail length",             time: "3 min", auth: "Iris",  date: "Apr 10", img: "https://images.unsplash.com/photo-1604902396830-aca29e19b067?w=1100&q=80&auto=format&fit=crop", reads: "6,150" },
];

const FORMAT_GUIDE = {
  h: "Tip width × nail shape",
  deck: "How the two variables interact. Neither is a trend — they're geometry decisions.",
  formats: [
    { name: "Classic tip (3–4mm)",     when: "Medium to long nails, almond or oval shape", avoid: "Short, wide nails — adds apparent width", note: "The standard french. Opaque white reads graphic. Ivory reads warmer.", verdict: "★ Default" },
    { name: "Micro tip (1–2mm)",       when: "Any nail length, especially short to medium",  avoid: "Very thick or textured nail surface", note: "Sheer or off-white tip only. Stark white at 1mm reads as an error rather than a choice.", verdict: "Most wearable" },
    { name: "Curved smile line",       when: "Natural nail shape follows the free edge",      avoid: "Very flat or square free edges",       note: "The classic french shape. Follows the natural smile line. Longest heritage.", verdict: "Classic" },
    { name: "Straight-cut tip",        when: "Square or squoval nails",                       avoid: "Oval or almond shapes — fights the silhouette", note: "Graphic and modern. Works best when the nail side walls are parallel.", verdict: "Graphic" },
    { name: "Angled / diagonal tip",   when: "Long nails, architectural looks",               avoid: "Very short nails — reads as uneven rather than intentional", note: "One corner sits higher than the other. Statement look, not everyday.", verdict: "Statement" },
    { name: "Reverse french (lunula)", when: "Short to medium nails, any shape",              avoid: "Pale or invisible lunula",            note: "Accent at the base rather than the tip. The white half-moon must be visible to read correctly.", verdict: "Modern alt" },
  ],
};

const HOWTOS = [
  { t: "Micro-french: the sheer base and ultra-thin tip",          time: 5, tech: "Technique",   auth: "Nelly", date: "May 03", img: "https://images.unsplash.com/photo-1604654894610-df63bc536371?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: true },
  { t: "How to paint a clean tip line — guides vs freehand",      time: 4, tech: "Technique",   auth: "Iris",  date: "Apr 28", img: "https://images.unsplash.com/photo-1522337660859-02fbefca4702?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: true },
  { t: "Sheer pink base shades for micro-french",                  time: 4, tech: "Product",     auth: "Nelly", date: "Apr 21", img: "https://images.unsplash.com/photo-1599948128020-9a44505b0d1b?w=900&q=80&auto=format&fit=crop", kick: "Product",   pick: true },
  { t: "Reverse french — placement and proportion",                time: 3, tech: "Technique",   auth: "Nelly", date: "Apr 16", img: "https://images.unsplash.com/photo-1608248597279-f99d160bfcbc?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: true },
  { t: "Tip placement and apparent nail length",                   time: 3, tech: "Essay",       auth: "Iris",  date: "Apr 10", img: "https://images.unsplash.com/photo-1604902396830-aca29e19b067?w=900&q=80&auto=format&fit=crop", kick: "Essay",     pick: true },
  { t: "Classic french vs micro-french — the width decision",     time: 4, tech: "Technique",   auth: "Nelly", date: "Apr 04", img: "https://images.unsplash.com/photo-1604654894610-df63bc536371?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "Gel vs polish for the french tip",                        time: 5, tech: "Product",     auth: "Iris",  date: "Mar 29", img: "https://images.unsplash.com/photo-1522337660859-02fbefca4702?w=900&q=80&auto=format&fit=crop", kick: "Product",   pick: false },
  { t: "Ivory vs stark white — choosing your tip shade",          time: 3, tech: "Product",     auth: "Nelly", date: "Mar 24", img: "https://images.unsplash.com/photo-1599948128020-9a44505b0d1b?w=900&q=80&auto=format&fit=crop", kick: "Product",   pick: false },
  { t: "The straight-cut french tip — a shape guide",             time: 4, tech: "Technique",   auth: "Iris",  date: "Mar 18", img: "https://images.unsplash.com/photo-1608248597279-f99d160bfcbc?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "Fixing an uneven smile line",                             time: 3, tech: "Troubleshoot", auth: "Nelly", date: "Mar 12", img: "https://images.unsplash.com/photo-1604902396830-aca29e19b067?w=900&q=80&auto=format&fit=crop", kick: "Troubleshoot", pick: false },
  { t: "Micro-french on short nails",                             time: 4, tech: "Technique",   auth: "Iris",  date: "Mar 07", img: "https://images.unsplash.com/photo-1604654894610-df63bc536371?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "Nail guides vs striping tape for tip lines",              time: 3, tech: "Technique",   auth: "Nelly", date: "Mar 01", img: "https://images.unsplash.com/photo-1522337660859-02fbefca4702?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "Coloured french tips — when and how",                     time: 4, tech: "Technique",   auth: "Iris",  date: "Feb 24", img: "https://images.unsplash.com/photo-1599948128020-9a44505b0d1b?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "French manicure longevity — what chips first",            time: 3, tech: "Troubleshoot", auth: "Nelly", date: "Feb 18", img: "https://images.unsplash.com/photo-1608248597279-f99d160bfcbc?w=900&q=80&auto=format&fit=crop", kick: "Troubleshoot", pick: false },
  { t: "Nail shape and the french tip — a compatibility guide",   time: 5, tech: "Essay",       auth: "Nelly", date: "Feb 12", img: "https://images.unsplash.com/photo-1604902396830-aca29e19b067?w=900&q=80&auto=format&fit=crop", kick: "Essay",     pick: false },
  { t: "How thick should a micro-french tip actually be",         time: 3, tech: "Technique",   auth: "Iris",  date: "Feb 06", img: "https://images.unsplash.com/photo-1604654894610-df63bc536371?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "Base coat strategy for a lasting french",                 time: 4, tech: "Product",     auth: "Nelly", date: "Jan 30", img: "https://images.unsplash.com/photo-1522337660859-02fbefca4702?w=900&q=80&auto=format&fit=crop", kick: "Product",   pick: false },
  { t: "Reverse french on short nails — does it work",           time: 3, tech: "Technique",   auth: "Iris",  date: "Jan 24", img: "https://images.unsplash.com/photo-1599948128020-9a44505b0d1b?w=900&q=80&auto=format&fit=crop", kick: "Technique", pick: false },
  { t: "Top coat for micro-french — matte vs gloss",             time: 3, tech: "Product",     auth: "Nelly", date: "Jan 18", img: "https://images.unsplash.com/photo-1608248597279-f99d160bfcbc?w=900&q=80&auto=format&fit=crop", kick: "Product",   pick: false },
  { t: "The anatomy of a perfect french manicure",               time: 6, tech: "Essay",       auth: "Nelly", date: "Jan 10", img: "https://images.unsplash.com/photo-1604902396830-aca29e19b067?w=900&q=80&auto=format&fit=crop", kick: "Essay",     pick: false },
];

const TECH_FILTERS = ["All", "Technique", "Product", "Essay", "Troubleshoot"];

const TYPE_CROSSLINKS = [
  { id: "chrome",         title: "Chrome & Glaze",    deck: "Mirror chrome, glazed donut, glass nails.",                 count: 98,  href: "/en/nails/nail-art/chrome/" },
  { id: "negative-space", title: "Negative Space",    deck: "The natural nail as part of the design.",                   count: 86,  href: "/en/nails/nail-art/negative-space/" },
  { id: "freehand",       title: "Freehand Detail",   deck: "Brush control at nail scale. Florals, dots, abstracts.",    count: 104, href: "/en/nails/nail-art/freehand/" },
  { id: "color-stories",  title: "Color Stories",     deck: "Building a multi-nail palette with intention.",             count: 91,  href: "/en/nails/nail-art/color-stories/" },
];

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