// Shared content — Those Days, Barcelona.

const SITE = {
  brand: {
    name: 'Those Days®',
    tagline: 'For brands and artists shaping culture.',
    subline: 'A creative studio and cultural partner, based in Barcelona.',
    ctas: [
      { label: 'Work with us', href: '#contact', primary: true },
    ],
    emails: {
      brands: 'hello@thosedays.co',
      press: 'studio@thosedays.co',
    },
    socials: ['@thosedays'],
    city: 'Barcelona',
    year: 2026,
  },

  intro: {
    eyebrow: 'Intro',
    body: [
      'Audiences, media, and taste keep shifting. We pay close attention to that movement, and help our clients respond to it with clarity and intent.',
      'We help the brands and artists we work with understand where culture is going, and how to belong there.',
      'We work with fashion houses, hospitality groups, record labels, and artists. People who take culture seriously, and intend to be part of it for a long time.',
    ],
  },

  whatWeDo: {
    eyebrow: 'What we do',
    heading: 'Two practices, one studio.',
    pods: [
      {
        id: 'studio',
        name: 'Studio',
        lede: 'For fashion houses, hospitality, and cultural brands. Powered by AI.',
        services: [
          'Positioning & creative direction',
          'Brand worlds & identity',
          'Campaigns & editorial',
          'Film & motion',
          'Photography',
          'Covers & cultural moments',
        ],
        body: [
          'We help brands decide who they are, how they are seen, and where they belong, then make the work that proves it.',
          'The aim is never volume. It is a point of view clear enough that the right people recognise it.',
        ],
        slot: { label: 'Studio · editorial still', dim: 'Product photography', num: 'S / 01' },
        cta: { label: 'For Campaign Proposal', href: '#' },
      },
      {
        id: 'music',
        name: 'Music',
        lede: 'For artists and labels.',
        services: [
          'Artist development',
          'Identity & visual world',
          'Release strategy',
          'Viral marketing',
          'Catalog reactivation',
        ],
        body: [
          'We work with artists and labels on the questions that outlast any single release. Who an artist is, what they stand for, and how they hold an audience over time.',
          'Less about the moment of launch. More about the career it belongs to.',
        ],
        slot: { label: 'Music · release visual', dim: 'Identity & campaign', num: 'M / 01' },
        links: [
          { label: 'Clipping Campaigns', href: 'https://clips.thosedays.co/' },
        ],
        cta: { label: 'For Campaign Proposal', href: 'https://airtable.com/appZwTRUzP5POjzDH/pag1iX3kjqJ8OhYL6/form' },
      },
    ],
  },

  whyUs: {
    eyebrow: 'Why Those Days',
    points: [
      {
        head: 'We think before we make.',
        body: 'The work matters, but the thinking behind it matters more. We start with where a brand or artist belongs, and let everything else follow from that.',
      },
      {
        head: 'We read culture closely.',
        body: 'Knowing where attention is moving, and why, is the part most studios skip. It is the part we care about most.',
      },
      {
        head: 'We come from inside the work.',
        body: 'Music, editorial, fashion, hospitality. We have sat on the other side of the brief, and we build with that perspective in mind.',
      },
    ],
  },

  founders: {
    eyebrow: 'Our team',
    heading: 'Our team.',
    people: [
      {
        id: 'felipe',
        name: 'Felipe Martinez',
        role: 'CEO',
        email: 'felipe@thosedays.co',
        instagram: 'feli__martinez',
        linkedin: 'felipe-mart\u00ednez-palacio',
        photo: 'assets/team/felipe.jpeg',
        bio: 'Felipe works with artists and brands on how they are understood, the distance between being seen and being remembered. His background is in the music industry across Latin America, close to how artists are developed, positioned, and sustained over time. At Those Days he leads the company and its closest client relationships. Based in Barcelona.',
        slot: { label: 'Felipe Martinez', dim: 'Portrait \u00b7 Barcelona', num: '01' },
      },
      {
        id: 'niklas',
        name: 'Niklas Engvall',
        role: 'Creative Director',
        email: 'niklas@thosedays.co',
        instagram: 'engvall.arts',
        linkedin: 'niklasengvall',
        photo: 'assets/team/niklas.png',
        bio: 'Niklas is a Swedish creative professional working across photography, film, and music. A pioneer of visual AI and now AI music, his work, much of it under @engvall.arts, has reached a wide audience and pushed at the edges of how images are made today, including a music project that reached number one on a national chart, which led the chart\u2019s governing body to revise its rules. He leads creative direction at Those Days, with a focus on AI-driven creativity. Based in Barcelona.',
        slot: { label: 'Niklas Engvall', dim: 'Portrait \u00b7 Barcelona', num: '02' },
      },
    ],
  },

  contact: {
    eyebrow: 'Contact',
    heading: 'Let\u2019s talk.',
    lines: [
      { label: 'For brands', email: 'niklas@thosedays.co' },
      { label: 'For artists and labels', email: 'felipe@thosedays.co' },
      { label: 'For all inquiries', email: 'hello@thosedays.co' },
    ],
  },
};

window.SITE = SITE;
