// Vibe Den — full data extracted from v0 site
const CREW = [
  {
    name: "NOVA", slug: "nova",
    role: "Lead DJ / Producer",
    genre: "House / Techno",
    image: "images/dj-character-1.jpg",
    bio: "NOVA는 Vibe Den의 리드 DJ이자 프로듀서입니다. 2019년부터 딥 하우스와 테크노를 기반으로 미래지향적인 사운드를 만들어왔습니다. 그의 음악은 깊은 베이스라인과 공간감 있는 신스 패드가 특징이며, 가상 공연에서 관객들을 몰입의 세계로 이끕니다.",
    stats: { tracks: 47, releases: 12, events: 89 },
    discog: ["album-neon-dreams", "album-electric-soul"],
  },
  {
    name: "ZEPHYR", slug: "zephyr",
    role: "VJ / Visual Artist",
    genre: "Ambient / Experimental",
    image: "images/dj-character-2.jpg",
    bio: "ZEPHYR는 Vibe Den의 비주얼 아티스트이자 VJ입니다. 앰비언트와 실험적 사운드를 통해 청각적 경험을 시각으로 확장합니다. 그녀의 라이브 셋은 음악과 영상이 하나로 녹아드는 독특한 멀티 센서리 퍼포먼스로 유명합니다.",
    stats: { tracks: 32, releases: 8, events: 64 },
    discog: ["album-digital-sunset", "album-future-bass"],
  },
  {
    name: "PULSE", slug: "pulse",
    role: "Producer / Sound Designer",
    genre: "Future Bass / DnB",
    image: "images/dj-character-3.jpg",
    bio: "PULSE는 Vibe Den의 프로듀서이자 사운드 디자이너입니다. 퓨처 베이스와 드럼앤베이스를 베이스로, 강렬한 비트와 정교한 사운드 디자인이 특징입니다. 그의 트랙들은 실험적이면서도 댄스플로어를 폭발시키는 에너지로 가득합니다.",
    stats: { tracks: 38, releases: 10, events: 72 },
    discog: ["album-midnight-protocol", "album-cyber-night"],
  },
];

const EVENTS = [
  { title: "Neon Nights",             date: "May 15, 2026",  location: "Metaverse Arena", image: "images/event-1.jpg",    type: "Virtual", soldOut: false },
  { title: "Digital Dreams Festival", date: "June 22, 2026", location: "Cyber Tokyo",     image: "images/event-2.jpg",    type: "Hybrid",  soldOut: true  },
  { title: "Bass Drop Live",          date: "July 8, 2026",  location: "Virtual Club X",  image: "images/crew-group.jpg", type: "Virtual", soldOut: false },
];

const ALBUMS = [
  { id: 1,  title: "Neon Dreams",        artist: "NOVA x PULSE",  year: "2024", coverUrl: "images/album-neon-dreams.jpg",       type: "Single" },
  { id: 2,  title: "Digital Sunset",     artist: "ZEPHYR",        year: "2024", coverUrl: "images/album-digital-sunset.jpg",    type: "EP"     },
  { id: 3,  title: "Cyber Night",        artist: "Vibe Den",      year: "2024", coverUrl: "images/album-cyber-night.jpg",       type: "Album"  },
  { id: 4,  title: "Electric Soul",      artist: "NOVA",          year: "2023", coverUrl: "images/album-electric-soul.jpg",     type: "Single" },
  { id: 5,  title: "Midnight Protocol",  artist: "PULSE",         year: "2023", coverUrl: "images/album-midnight-protocol.jpg", type: "EP"     },
  { id: 6,  title: "Future Bass",        artist: "ZEPHYR x NOVA", year: "2023", coverUrl: "images/album-future-bass.jpg",       type: "Single" },
  { id: 7,  title: "Synthwave Dreams",   artist: "PULSE",         year: "2023", coverUrl: "images/album-cyber-night.jpg",       type: "Album"  },
  { id: 8,  title: "Night Drive",        artist: "NOVA",          year: "2022", coverUrl: "images/album-digital-sunset.jpg",    type: "EP"     },
  { id: 9,  title: "Virtual Reality",    artist: "Vibe Den",      year: "2022", coverUrl: "images/album-neon-dreams.jpg",       type: "Album"  },
  { id: 10, title: "Afterglow",          artist: "ZEPHYR",        year: "2022", coverUrl: "images/album-electric-soul.jpg",     type: "Single" },
];

const MEDIA = [
  { kind: "Photo", title: "World Tour Announcement", src: "images/hero-dj-stage.jpg" },
  { kind: "Photo", title: "Crew Portrait",            src: "images/crew-group.jpg" },
  { kind: "Video", title: "Live at Virtual Arena",    src: "images/event-1.jpg" },
  { kind: "Photo", title: "Neon Nights Event",        src: "images/event-2.jpg" },
  { kind: "Photo", title: "NOVA Portrait",            src: "images/dj-character-1.jpg" },
  { kind: "Video", title: "ZEPHYR Visual Showcase",   src: "images/dj-character-2.jpg" },
  { kind: "Photo", title: "PULSE Studio Session",     src: "images/dj-character-3.jpg" },
  { kind: "Photo", title: "Cyber Night Album Art",    src: "images/album-cyber-night.jpg" },
];

// The Town — community
const TOWN_FROM_CREW = [
  { id: "crew-1", category: "Events", title: "Official Announcement: Vibe Den World Tour 2024", excerpt: "We are thrilled to announce our first ever virtual world tour! 12 cities, 12 incredible nights. Stay tuned for dates and tickets…", image: "images/hero-dj-stage.jpg", author: "NOVA", avatar: "images/dj-character-1.jpg", time: "30m ago", likes: 234, comments: 156, shares: 789 },
  { id: "crew-2", category: "Music",  title: "New Single Drop: Midnight Protocol",                excerpt: "My new single is finally here. This one is special - 3 months in the making, inspired by late night coding sessions and…",   image: "images/event-2.jpg",        author: "ZEPHYR", avatar: "images/dj-character-2.jpg", time: "2h ago",  likes: 189, comments: 242, shares: 367 },
  { id: "crew-3", category: "Music",  title: "Studio Session: Making of 'Electric Dreams'",       excerpt: "Join me for a behind-the-scenes look at how I produced our latest collaborative track. Breaking down the synths, drums…",      image: "images/dj-character-3.jpg", author: "PULSE", avatar: "images/dj-character-3.jpg", time: "4h ago",  likes: 145, comments: 631, shares: 245 },
];

const TOWN_COMMUNITY = [
  { id: 1, category: "Music",    title: "New Track Preview - Summer Vibes 2024",         excerpt: "Hey everyone! Just finished working on a new track and wanted to share a preview with the community. Let me know what you think.", image: "images/event-1.jpg",        author: "DJ Pulse",     initials: "DP", time: "1h ago", likes: 234, comments: 45, shares: 12 },
  { id: 2, category: "Events",   title: "Upcoming Virtual Rave - Join Us This Saturday!", excerpt: "Mark your calendars! We are hosting a massive virtual rave this Saturday at 10PM EST. Multiple DJs, incredible visuals, vibes.", image: "images/event-2.jpg",        author: "VibeHost",     initials: "V",  time: "1d ago", likes: 567, comments: 89, shares: 34 },
  { id: 3, category: "Collabs",  title: "Looking for a vocalist for upcoming EP",          excerpt: "Working on a 5-track EP and need a talented vocalist who can bring some soul to the tracks. DM me if interested!",            image: "images/crew-group.jpg",     author: "BeatMaker99", initials: "B",  time: "2d ago", likes: 123, comments: 18, shares: 7  },
  { id: 4, category: "General",  title: "Tips for getting started with virtual DJing",     excerpt: "A comprehensive guide for beginners who want to get into virtual DJing. Covering software, equipment, and techniques.",       image: "images/hero-dj-stage.jpg",  author: "ProDJ_Kim",   initials: "P",  time: "3d ago", likes: 891, comments: 156, shares: 42 },
  { id: 5, category: "Feedback", title: "Feedback on my latest mix - Deep House Session",  excerpt: "Just uploaded a 2-hour deep house session. Would love to hear your honest feedback on the transitions and track selection.", image: "images/dj-character-1.jpg", author: "DeepVibes",   initials: "D",  time: "4d ago", likes: 345, comments: 67, shares: 28 },
  { id: 6, category: "Events",   title: "Behind the scenes of our latest virtual concert", excerpt: "Take a look at how we put together our biggest virtual concert yet. From 3D character design to live streaming setup.",   image: "images/dj-character-2.jpg", author: "DJ Pulse",    initials: "DP", time: "5d ago", likes: 432, comments: 78, shares: 19 },
];

const TOWN_CATEGORIES = [
  { label: "All",       count: null },
  { label: "General",   count: 42 },
  { label: "Music",     count: 28 },
  { label: "Events",    count: 15 },
  { label: "Collabs",   count: 8  },
  { label: "Feedback",  count: 23 },
];

const STATS = [
  { label: "Tracks Released",   value: "48"  },
  { label: "Monthly Listeners", value: "2.4M" },
  { label: "Live Shows",        value: "120+" },
  { label: "Collaborations",    value: "35"  },
];

const PRESS = [
  { text: "Vibe Den is pushing the boundaries of what virtual music can be. Their shows are absolutely mind-blowing.", author: "DJ Magazine",   role: "Review" },
  { text: "The future of electronic music isn't human — it's virtual. And Vibe Den is leading the way.",                author: "Rolling Stone", role: "Feature" },
  { text: "These 3D characters have more soul than most flesh-and-blood DJs I've seen.",                                 author: "EDM.com",       role: "Interview" },
];

Object.assign(window, { CREW, EVENTS, ALBUMS, MEDIA, TOWN_FROM_CREW, TOWN_COMMUNITY, TOWN_CATEGORIES, STATS, PRESS });
