// data.jsx — Lumera product catalogue, press, endorsements, testimonials
const PRODUCTS = [
  {
    id: "aurum",
    name: "Aurum Cleansing Balm",
    descriptor: "A balm that begins as solid and finishes as silk.",
    longDescriptor: "A solid-to-oil cleanser with rare camellia and squalane.",
    price: 88,
    size: "60 ml",
    concern: "Calm",
    image: "assets/product-aurum-cleansing-balm.png",
    actives: ["Camellia japonica oil — 12%", "Squalane — 8%", "Beeswax (Sicilian)"],
    ritual: "Warmed between fingertips, pressed into dry skin in slow upward sweeps. Removed with a warm linen cloth.",
    result: "96% reported skin felt cleansed without dryness. 88% reported improved barrier comfort. TEWL: −12% versus baseline.",
    provenance: "Camellia pressed in small batches on a single family farm in the Goto Islands, Kyushu, cultivated the same way for four generations.",
  },
  {
    id: "lucent",
    name: "Lucent Hydrating Essence",
    descriptor: "Water, refined.",
    longDescriptor: "A weightless essence with polyglutamic acid and Himalayan glacier water.",
    price: 145,
    size: "120 ml",
    concern: "Hydration",
    image: "assets/product-lucent-essence.png",
    actives: ["Polyglutamic acid — 1.2%", "Himalayan glacier water", "Niacinamide — 2%"],
    ritual: "Decanted into clean palms and pressed into damp skin morning and evening, before serum.",
    result: "Corneometer-measured hydration: +47% at eight hours. +22% sustained hydration after twenty-eight days of use.",
    provenance: "Drawn from a protected source in the Himalayan foothills, under an extraction agreement set at a fraction of natural replenishment.",
  },
  {
    id: "halo",
    name: "Halo Renewal Serum",
    descriptor: "Worn nightly. Felt by morning.",
    longDescriptor: "A nightly resurfacing serum with encapsulated retinaldehyde and bakuchiol.",
    price: 220,
    size: "30 ml",
    concern: "Renewal",
    image: "assets/product-halo-serum.png",
    actives: ["Encapsulated retinaldehyde — 0.1%", "Bakuchiol — 1%", "Squalane", "Niacinamide — 4%"],
    ritual: "Three drops, evenings only, to dry skin. Begin twice weekly. Build to nightly over the course of a month.",
    result: "94% reported visibly more luminous skin. 89% reported improved texture. 0% discontinued for irritation.",
    provenance: "Bakuchiol wild-harvested in Maharashtra, India, under our long-standing grower contract. Formulated and bottled in Geneva.",
  },
  {
    id: "veil",
    name: "Veil Restorative Cream",
    descriptor: "A slow cream, for skin that has had a long day.",
    longDescriptor: "A rich, slow-absorbing cream with Centella asiatica and a ceramide complex.",
    price: 195,
    size: "50 ml",
    concern: "Calm",
    image: "assets/product-veil-cream.png",
    actives: ["Centella asiatica extract", "Ceramide complex NP-AP-EOP", "Beta-glucan"],
    ritual: "A small measure pressed onto skin as the final step. Allow a moment to settle.",
    result: "95% reported skin felt restored. TEWL reduction of 18%. 93% of the sensitive-skin cohort reported no irritation.",
    provenance: "Centella wild-grown in the highlands of Madagascar, gathered by a cooperative we have worked with since the brand's founding.",
  },
  {
    id: "solace",
    name: "Solace Eye Concentrate",
    descriptor: "Cool to the touch. Quiet in effect.",
    longDescriptor: "A peptide and caffeine treatment in a cooling ceramic applicator.",
    price: 165,
    size: "15 ml",
    concern: "Brightening",
    image: "assets/product-solace-eye.png",
    actives: ["Acetyl tetrapeptide-5", "Caffeine — 3%", "Niacinamide"],
    ritual: "A single touch under each eye, morning and evening. The ceramic stays cool.",
    result: "89% reported a reduction in under-eye darkness. 84% reported reduced puffiness on waking.",
    provenance: "Ceramic applicator hand-finished by a single ceramicist in Mino, Japan.",
  },
  {
    id: "ember",
    name: "Ember Facial Oil",
    descriptor: "Nine oils. One luminous finish.",
    longDescriptor: "A blend of nine cold-pressed botanical oils, composed in Geneva.",
    price: 180,
    size: "30 ml",
    concern: "Hydration",
    image: "assets/product-ember-oil.png",
    actives: ["Camellia · Marula · Rosehip · Squalane · Jojoba · Sea buckthorn · Argan · Tamanu · Plum"],
    ritual: "Two to three drops warmed in palms, pressed slowly into skin as the closing note of the evening.",
    result: "98% reported visibly more luminous skin. 94% reported the oil absorbed without residue.",
    provenance: "Each oil sourced from a single grower partnership. The blend composed in Geneva.",
  },
];

const PRESS = [
  {
    name: "Vogue",
    issue: "Beauty Edit · March 2026",
    quote: "Lumera is what happens when a skincare house decides that subtraction is the highest form of design. The result is the rarest thing in beauty: a brand that respects its customer.",
    style: { fontFamily: "var(--font-display)", fontWeight: 500, letterSpacing: "0.02em" },
    label: "VOGUE",
  },
  {
    name: "Financial Times",
    issue: "How To Spend It · January 2026",
    quote: "There is a quiet authority to Lumera that recalls the early years of Aesop, before it was acquired. Six products. No marketing language. The kind of restraint that reads as luxury.",
    style: { fontFamily: "var(--font-display)", fontWeight: 400, fontStyle: "italic", letterSpacing: "0.01em" },
    label: "Financial Times",
  },
  {
    name: "Monocle",
    issue: "The Forecast · Issue 161",
    quote: "A skincare house with the discipline of a Swiss watchmaker and the sourcing ethics of a Michelin-starred kitchen. Lumera understands that its customer is no longer impressed by abundance.",
    style: { fontFamily: "var(--font-sans)", fontWeight: 500, letterSpacing: "0.10em" },
    label: "MONOCLE",
  },
  {
    name: "Architectural Digest",
    issue: "Retail Spaces · February 2026",
    quote: "The Lumera atelier in Geneva is the most considered retail space we have visited this year. The product, naturally, matches the room.",
    style: { fontFamily: "var(--font-display)", fontWeight: 500, letterSpacing: "0.22em" },
    label: "AD",
  },
  {
    name: "T Magazine",
    issue: "Beauty Issue · Fall 2025",
    quote: "If you have been waiting for the antidote to ten-step routines, here it is. Lumera proposes a different kind of ambition: do less, but do it with precision.",
    style: { fontFamily: "var(--font-display)", fontWeight: 400, fontStyle: "italic", letterSpacing: "0.04em" },
    label: "T",
  },
  {
    name: "Kinfolk",
    issue: "Volume 52",
    quote: "Lumera reads like a magazine you do not want to put down. Every product is a sentence in a paragraph that asks you, gently, to slow down.",
    style: { fontFamily: "var(--font-sans)", fontWeight: 300, letterSpacing: "0.30em" },
    label: "KINFOLK",
  },
];

const TESTIMONIALS = [
  { quote: "I have replaced six products with three. My skin has never been more settled.", by: "Camille R.", city: "Paris" },
  { quote: "I travel constantly. Lumera is the only skincare I unpack.", by: "Adèle L.", city: "New York" },
  { quote: "I am fifty-four and have spent a fortune on skincare over the years. Lumera is the first time I have spent the money and felt at peace with the decision.", by: "Margaret H.", city: "Vancouver" },
];

const DERM_QUOTE = {
  quote: "I have spent twenty years asking cosmetic brands to publish their data. Lumera is the first to publish it before I asked. Their formulation discipline is closer to pharmaceutical practice than to cosmetic marketing, and the clinical outcomes reflect it.",
  by: "Dr. Hélène Marchand",
  title: "Dermatologist, MD PhD",
  credentials: "Founder, Lausanne Dermatological Research Group · Co-author, 2024 European consensus on encapsulated retinaldehyde",
};

const JOURNAL = [
  { id: "j1", eyebrow: "Essay · 8 minute read", title: "On the discipline of doing less.", dek: "A meditation on restraint, in skincare and beyond.", date: "March 2026", image: "assets/journal-1.png" },
  { id: "j2", eyebrow: "Field notes · 12 minute read", title: "The grower: a visit to our camellia partner in Kyushu.", dek: "Four generations, one family, one quiet hillside.", date: "February 2026", image: "assets/journal-2.png" },
];

const CERTIFICATIONS = [
  "Leaping Bunny",
  "COSMOS Organic",
  "Certified B Corporation",
  "Climate Neutral",
  "EWG Verified",
  "Vegan Society",
];

window.PRODUCTS = PRODUCTS;
window.PRESS = PRESS;
window.TESTIMONIALS = TESTIMONIALS;
window.DERM_QUOTE = DERM_QUOTE;
window.JOURNAL = JOURNAL;
window.CERTIFICATIONS = CERTIFICATIONS;
