// tenants.jsx — Multi-tenant config. Three universities, one app.
// Each tenant ships colors + identity + content (user persona, featured athlete,
// stadium, rival, sports, merch). The Super Admin panel switches between them.

const TENANTS = {

  // ─────────────────────────────────────────────────────────────
  // WEST VIRGINIA — Old Gold / Mountaineer Blue
  // ─────────────────────────────────────────────────────────────
  wvu: {
    id: 'wvu',
    name: 'West Virginia',
    full: 'West Virginia University',
    nick: 'Mountaineers',
    short: 'WVU',
    city: 'Morgantown, WV',
    conf: 'Big 12',
    wordmark: 'MOUNTAINEER',
    productName: 'Mountaineer 360°',
    markLetters: 'WV', // flying-WV style

    colors: {
      primary:    '#EAAA00',  // Old Gold
      primaryDim: '#B88600',
      primaryLite:'#F6C95C',
      secondary:  '#002855',  // Mountaineer Blue
      secondaryDim:'#001A38',
      secondaryLite:'#1B4C89',
    },

    user: {
      firstName: 'Derek', lastName: 'Callahan', handle: '@derek.c',
      email: 'derek.callahan@protonmail.com', initials: 'DC',
      memberSince: 'AUG 2019',
      affiliation: 'Alum, Class of 2014 · Season Ticket Member',
      donorLevel: 'Gold Mountaineer Club',
      homeCity: 'Morgantown, WV',
      seasonTickets: { sport: 'Football', section: 'Section 108', row: 'Row 14', seats: '3–4', yearsHeld: 6 },
      lastGameAttended: { matchup: 'WVU vs Kansas State', date: 'OCT 25', result: 'W 31-24', venue: 'Milan Puskar Stadium', checkedIn: true },
      lastMerchPurchase: { item: 'WVU Heritage Hoodie', size: 'L', color: 'Old Gold', date: 'OCT 19', price: '$78' },
      nilFollowed: { name: 'Jalen Briscoe', short: 'J. Briscoe', num: 7, sport: 'Football', pos: 'QB', tier: 'Gold', supportSince: 'SEP 2024' },
      favoriteSports: ['fb', 'mbb', 'wbb', 'gym', 'wr'],
      size: { shirt: 'L', hat: 'L/XL' },
      points: 13490, tier: 'GOLD', pointsToNext: 6510,
      greetCity: 'Morgantown', greetTemp: 52,
    },

    venues: {
      football:   'Milan Puskar Stadium',
      basketball: 'WVU Coliseum',
      wrestling:  'WVU Coliseum',
      gymnastics: 'WVU Coliseum',
      soccer:     'Dick Dlesk Stadium',
      baseball:   'Monongalia County Ballpark',
      rifle:      'WVU Shell Building',
    },

    sports: [
      { id: 'fb',    name: 'Football',            short: 'FB',    season: 'Fall',   status: 'IN_SEASON', record: '7-2', rank: '#18',  next: 'vs Cincinnati · Sat',       tier: 1 },
      { id: 'mbb',   name: "Men's Basketball",    short: 'MBB',   season: 'Winter', status: 'IN_SEASON', record: '5-1', rank: null,   next: 'vs Pitt · Tue 7pm',          tier: 1 },
      { id: 'wbb',   name: "Women's Basketball",  short: 'WBB',   season: 'Winter', status: 'IN_SEASON', record: '6-0', rank: '#22',  next: 'vs Texas · Sun 2pm',         tier: 1 },
      { id: 'gym',   name: 'Gymnastics',          short: 'GYM',   season: 'Winter', status: 'PRESEASON', record: '—',   rank: '#11',  next: 'Season opens Jan 10',        tier: 2 },
      { id: 'wr',    name: 'Wrestling',           short: 'WR',    season: 'Winter', status: 'IN_SEASON', record: '4-0', rank: '#9',   next: 'at Iowa State · Fri',        tier: 2 },
      { id: 'soc_w', name: "Women's Soccer",      short: 'SOC',   season: 'Fall',   status: 'IN_SEASON', record: '10-4-2', rank: null, next: 'Big 12 Tourney · Wed',      tier: 2 },
      { id: 'vb',    name: 'Volleyball',          short: 'VB',    season: 'Fall',   status: 'IN_SEASON', record: '15-6', rank: null, next: 'vs BYU · Fri',                tier: 2 },
      { id: 'rifle', name: 'Rifle',               short: 'RFL',   season: 'Winter', status: 'IN_SEASON', record: '7-1', rank: '#1',   next: 'vs Kentucky · Sat',          tier: 2 },
      { id: 'xc',    name: 'Cross Country',       short: 'XC',    season: 'Fall',   status: 'IN_SEASON', record: '—',   rank: null,   next: 'Big 12 Championships',       tier: 3 },
      { id: 'swim',  name: 'Swim & Dive',         short: 'SW',    season: 'Winter', status: 'IN_SEASON', record: '2-1', rank: null,   next: 'vs Kentucky · Sat',          tier: 3 },
      { id: 'bsb',   name: 'Baseball',            short: 'BSB',   season: 'Spring', status: 'OFFSEASON', record: '—',   rank: null,   next: 'Season opens Feb 14',        tier: 3 },
      { id: 'row',   name: 'Rowing',              short: 'ROW',   season: 'Spring', status: 'OFFSEASON', record: '—',   rank: null,   next: 'Season opens Mar',           tier: 3 },
    ],

    nextMoment: {
      id: 'fb-10', sportId: 'fb',
      matchup: 'WVU vs Cincinnati',
      opp: { short: 'CIN', name: 'Cincinnati', mascot: 'Bearcats' },
      date: 'SAT · NOV 02', kickoff: '3:30 PM',
      venue: 'Milan Puskar Stadium',
      weather: { temp: 58, cond: 'Partly cloudy', wind: '8 mph NW' },
      status: 'UPCOMING', daysOut: 3, hoursOut: 72,
      tix: { have: true, section: '108', row: '14', seats: '3–4' },
      parking: { have: true, lot: 'Blue Lot', spot: null },
      tailgate: { hosted: 'Blue Lot · 11am', rsvp: 14 },
      isDerekAttending: true,
    },

    liveGame: {
      sportId: 'fb', matchup: 'WVU vs Kansas State',
      opp: { short: 'KSU', name: 'Kansas State', mascot: 'Wildcats' },
      venue: 'Milan Puskar Stadium',
      clock: '3Q · 8:42', down: '2nd & 7 · WVU 38',
      score: { us: 24, them: 17 },
      stats: {
        home: { name: 'WVU', score: 24, totYds: 342, pass: 241, rush: 101, to: 0, third: '6/10', poss: '19:14' },
        away: { name: 'KSU', score: 17, totYds: 268, pass: 184, rush: 84,  to: 2, third: '3/9',  poss: '11:46' },
      },
      driveSummary: 'WVU · 8 plays · 74 yds · 2:18',
      lastPlay: 'Briscoe 14 yd pass complete to #84 Carver',
    },

    continueWatching: [
      { id: 'c1', k: 'Documentary', head: 'Country Roads: A Season in Gold',  ep: 'Ep. 3', progress: 0.62, dur: '22:10', sportId: 'fb', variant: 'dusk' },
      { id: 'c2', k: "Mic'd Up",    head: 'Briscoe wired: Texas Tech',        ep: '',      progress: 0.34, dur: '18:40', sportId: 'fb', variant: 'gold' },
    ],

    forYou: [
      { id: 'f1', k: 'Recap',      head: "Mountaineers outlast K-State 31-24",        sub: 'Because you attended', dur: '3:42', sportId: 'fb', variant: 'stadium' },
      { id: 'f2', k: 'Feature',    head: "Inside Briscoe's week: film, fuel, flow",    sub: 'From an athlete you follow', dur: '7:14', sportId: 'fb', variant: 'gold' },
      { id: 'f3', k: 'Preview',    head: 'MBB tips at WVU Coliseum · Tuesday',          sub: 'Teams you follow', dur: '2:58', sportId: 'mbb', variant: 'court' },
      { id: 'f4', k: 'Highlight',  head: 'Gymnastics · Beam perfection reel',           sub: 'Because you follow GYM', dur: '1:20', sportId: 'gym', variant: 'blue' },
      { id: 'f5', k: 'Film Room',  head: 'Wrestling Top 10 takedowns · October',        sub: 'Teams you follow', dur: '4:10', sportId: 'wr', variant: 'ember' },
    ],

    social: [
      { h: '@wvufootball',  n: 'WVU Football',     t: '2h', body: 'RT @derek.c — "Best crowd I\'ve been in in years. Roll Eers." ', kind: 'repost', likes: '1.4K' },
      { h: '@jbriscoe_7',   n: 'Jalen Briscoe',    t: '4h', body: 'Weight room → film → more film. Cinci week.', kind: 'post',  likes: '3.8K',  nil: true },
      { h: '@wvuathletics', n: 'WVU Athletics',    t: '6h', body: 'Blue Lot open at 9am Saturday. Lot A sold out.', kind: 'post',  likes: '612' },
      { h: '@wvugymnastics',n: 'WVU Gymnastics',   t: '8h', body: "Season tickets on sale now. Jan 10 can't come fast enough.",  kind: 'photo', likes: '840' },
      { h: '@wvumbb',       n: 'WVU MBB',          t: '1d', body: 'Backcourt cooked. 5-1 start. Pitt up next.', kind: 'post',  likes: '1.1K' },
    ],

    nilAthletes: [
      {
        id: 'briscoe', name: 'Jalen Briscoe', firstName: 'Jalen', lastName: 'Briscoe',
        num: 7, pos: 'QB', sportId: 'fb', cls: 'Junior', home: 'Baltimore, MD',
        tagline: "Mountaineer QB1 · Play for the guy next to you",
        season: { yds: 2184, td: 18, int: 5, cmp: 67.2, rtg: 154.8 },
        supporters: 2847,
        supporterTiers: [
          { id: 'blue',   name: 'Blue Tier',   price: '$5/mo',   perks: ['Direct feed', 'Monthly Q&A'], subs: 1820 },
          { id: 'gold',   name: 'Gold Tier',   price: '$15/mo',  perks: ['Blue perks', 'Autographed card', 'Game-week video'], subs: 842, current: true },
          { id: 'mvp',    name: 'MVP Tier',    price: '$40/mo',  perks: ['Gold perks', 'Zoom meet-up', 'Signed jersey / year'], subs: 185 },
        ],
        drops: [
          { title: 'Game-Worn Glove Pair',    price: '$240', tag: 'AUCTION · 6h', img: 'gold' },
          { title: 'Signed 8×10 Photo',       price: '$45',  tag: '12 LEFT',      img: 'blue' },
          { title: 'Briscoe #7 Replica',      price: '$95',  tag: 'BESTSELLER',   img: 'ember' },
          { title: 'Cameo-style Shoutout',    price: '$75',  tag: 'NEW',          img: 'gold' },
        ],
        tips: [10, 20, 50, 100],
      },
      { id: 'raines', name: 'Aja Raines', firstName: 'Aja', lastName: 'Raines', num: 12, pos: 'G', sportId: 'wbb', cls: 'Senior', home: 'Pittsburgh, PA', tagline: 'Mountaineer guard · Senior captain', supporters: 1124 },
      { id: 'carver', name: 'Theo Carver', firstName: 'Theo', lastName: 'Carver', num: 84, pos: 'WR', sportId: 'fb', cls: 'Sophomore', home: 'Huntington, WV', tagline: 'WR · Local kid', supporters: 982 },
    ],

    merchFeatured: { hero: { title: 'Cincinnati Game Day Tee',    sub: "Saturday's drop · limited to kickoff", price: '$38', size: 'L', colorway: 'Old Gold',    stock: 142 } },
    merchItems: [
      { id: 'm1', title: "Briscoe #7 Jersey",          price: '$95',  tag: 'ATHLETE YOU FOLLOW', size: 'L',   img: 'gold' },
      { id: 'm2', title: 'Heritage Quarter-Zip',       price: '$72',  tag: 'YOUR SIZE, IN STOCK', size: 'L',  img: 'blue' },
      { id: 'm3', title: 'Mountaineer Alumni Cap',     price: '$32',  tag: 'ALUM \'14',           size: 'L/XL', img: 'ember' },
      { id: 'm4', title: 'Gold Lot Tailgate Flag',     price: '$48',  tag: 'MATCHES YOUR LOT',    size: '—',    img: 'gold' },
      { id: 'm5', title: 'Country Roads Vinyl',        price: '$28',  tag: 'NEW',                 size: '—',    img: 'blue' },
      { id: 'm6', title: 'Gameday Hoodie · Navy',      price: '$82',  tag: 'BESTSELLER',          size: 'L',    img: 'blue' },
    ],

    lastOrder: { item: 'WVU Heritage Hoodie', size: 'L', color: 'Old Gold', date: 'OCT 19', delivered: 'OCT 22' },

    ticketOffer: {
      mySeats: { section: '108', row: '14', seats: '3–4', gate: 'Gate 3', level: 'Lower Bowl' },
      upgrade: { title: 'Mountaineer Club upgrade', desc: 'Indoor club, private entry, plated meal. One-game try for $65 extra.', extra: '$65' },
      parking: { lot: 'Blue Lot', inc: 'included', time: 'Open 11am' },
    },

    recentPurchases: [
      { id: 'r1', date: 'OCT 25', item: 'WVU vs K-State · Sec 108 Row 14', amount: 'Included',  type: 'Ticket · Season' },
      { id: 'r2', date: 'OCT 19', item: 'WVU Heritage Hoodie · L · Gold',  amount: '$78.00',     type: 'Merch' },
      { id: 'r3', date: 'OCT 11', item: 'Briscoe Gold Tier · monthly',      amount: '$15.00',     type: 'NIL' },
      { id: 'r4', date: 'SEP 28', item: 'WVU vs Texas · Sec 108 Row 14',    amount: 'Included',   type: 'Ticket · Season' },
    ],

    rewards: [
      { id: 'rw1', pts: 500,  title: 'Stadium concession · $10 credit',   sub: 'Any Mountaineer venue',    cat: 'Food' },
      { id: 'rw2', pts: 1500, title: 'Exclusive MBB warm-up access',      sub: 'Court-level 30 min pregame', cat: 'Experience' },
      { id: 'rw3', pts: 3000, title: 'Signed Briscoe mini-helmet',        sub: 'Limited · 50 made',         cat: 'Collectible' },
      { id: 'rw4', pts: 6000, title: 'Sideline pass for two',             sub: 'Any WVU home football',     cat: 'Experience' },
    ],

    teamPopularity: [ { id: 'fb', pct: 78 }, { id: 'mbb', pct: 64 }, { id: 'wbb', pct: 34 }, { id: 'wr', pct: 31 }, { id: 'gym', pct: 24 }, { id: 'vb', pct: 18 } ],

    // Admin-panel copy
    heroWeather: 'Saturday Morning · Morgantown 52°',
    heroTagline: 'Good morning,',
    rewardsTierName: 'GOLD MEMBER',
    rewardsNextTier: 'Platinum',
    nilCollectiveName: 'Country Roads Collective',
    weekSectionTitle: 'This week in Gold & Blue',
    lotName: 'Blue Lot',
  },

  // ─────────────────────────────────────────────────────────────
  // UTAH — Crimson / Black
  // Utah red (Pantone 200) and black. Mascot: Utes. Stadium: Rice-Eccles.
  // ─────────────────────────────────────────────────────────────
  utah: {
    id: 'utah',
    name: 'Utah',
    full: 'University of Utah',
    nick: 'Utes',
    short: 'UTAH',
    city: 'Salt Lake City, UT',
    conf: 'Big 12',
    wordmark: 'UTES',
    productName: 'Ute Nation 360°',
    markLetters: 'U',

    colors: {
      primary:     '#CC0000',  // Utah Crimson (Pantone 200)
      primaryDim:  '#8F0000',
      primaryLite: '#E84747',
      secondary:   '#000000',
      secondaryDim:'#0C0C0C',
      secondaryLite:'#2A2A2A',
    },

    user: {
      firstName: 'Marisol', lastName: 'Ortega', handle: '@marisol.o',
      email: 'marisol.ortega@protonmail.com', initials: 'MO',
      memberSince: 'SEP 2017',
      affiliation: 'Alum, Class of 2012 · Crimson Club Member',
      donorLevel: 'Scholarship Partner · Red Level',
      homeCity: 'Salt Lake City, UT',
      seasonTickets: { sport: 'Football', section: 'Section E18', row: 'Row 22', seats: '7–8', yearsHeld: 9 },
      lastGameAttended: { matchup: 'Utah vs Arizona', date: 'OCT 25', result: 'W 28-21', venue: 'Rice-Eccles Stadium', checkedIn: true },
      lastMerchPurchase: { item: 'Utah Block-U Hoodie', size: 'M', color: 'Crimson', date: 'OCT 19', price: '$74' },
      nilFollowed: { name: 'Cam Mahelona', short: 'C. Mahelona', num: 3, sport: 'Football', pos: 'RB', tier: 'Crimson', supportSince: 'AUG 2024' },
      favoriteSports: ['fb', 'mbb', 'wbb', 'gym', 'ski'],
      size: { shirt: 'M', hat: 'M/L' },
      points: 11210, tier: 'CRIMSON', pointsToNext: 8790,
      greetCity: 'Salt Lake', greetTemp: 48,
    },

    venues: {
      football:   'Rice-Eccles Stadium',
      basketball: 'Jon M. Huntsman Center',
      gymnastics: 'Jon M. Huntsman Center',
      soccer:     'Ute Soccer Field',
      baseball:   'Smith\'s Ballpark',
      ski:        'Park City',
    },

    sports: [
      { id: 'fb',    name: 'Football',            short: 'FB',    season: 'Fall',   status: 'IN_SEASON', record: '7-2',    rank: '#14',  next: 'vs Houston · Sat',           tier: 1 },
      { id: 'mbb',   name: "Men's Basketball",    short: 'MBB',   season: 'Winter', status: 'IN_SEASON', record: '6-1',    rank: null,   next: 'vs BYU · Tue 7pm',            tier: 1 },
      { id: 'wbb',   name: "Women's Basketball",  short: 'WBB',   season: 'Winter', status: 'IN_SEASON', record: '5-1',    rank: '#20',  next: 'vs Colorado · Sun 2pm',       tier: 1 },
      { id: 'gym',   name: 'Gymnastics',          short: 'GYM',   season: 'Winter', status: 'PRESEASON', record: '—',      rank: '#3',   next: 'Red Rocks opener Jan 10',     tier: 1 },
      { id: 'ski',   name: 'Ski',                 short: 'SKI',   season: 'Winter', status: 'IN_SEASON', record: '—',      rank: '#1',   next: 'Park City Slalom · Sat',      tier: 1 },
      { id: 'soc_w', name: "Women's Soccer",      short: 'SOC',   season: 'Fall',   status: 'IN_SEASON', record: '11-3-2', rank: '#24',  next: 'Big 12 Tourney · Wed',        tier: 2 },
      { id: 'vb',    name: 'Volleyball',          short: 'VB',    season: 'Fall',   status: 'IN_SEASON', record: '18-5',   rank: null,   next: 'vs BYU · Fri',                tier: 2 },
      { id: 'lax_w', name: "Women's Lacrosse",    short: 'LAX',   season: 'Spring', status: 'OFFSEASON', record: '—',      rank: null,   next: 'Season opens Feb 8',          tier: 2 },
      { id: 'xc',    name: 'Cross Country',       short: 'XC',    season: 'Fall',   status: 'IN_SEASON', record: '—',      rank: null,   next: 'Big 12 Championships',        tier: 3 },
      { id: 'swim',  name: 'Swim & Dive',         short: 'SW',    season: 'Winter', status: 'IN_SEASON', record: '3-1',    rank: null,   next: 'vs Arizona State · Sat',      tier: 3 },
      { id: 'bsb',   name: 'Baseball',            short: 'BSB',   season: 'Spring', status: 'OFFSEASON', record: '—',      rank: null,   next: 'Season opens Feb 14',         tier: 3 },
      { id: 'sb',    name: 'Softball',            short: 'SB',    season: 'Spring', status: 'OFFSEASON', record: '—',      rank: null,   next: 'Season opens Feb 9',          tier: 3 },
    ],

    nextMoment: {
      id: 'fb-10', sportId: 'fb',
      matchup: 'Utah vs Houston',
      opp: { short: 'HOU', name: 'Houston', mascot: 'Cougars' },
      date: 'SAT · NOV 02', kickoff: '6:00 PM',
      venue: 'Rice-Eccles Stadium',
      weather: { temp: 48, cond: 'Clear', wind: '5 mph W' },
      status: 'UPCOMING', daysOut: 3, hoursOut: 72,
      tix: { have: true, section: 'E18', row: '22', seats: '7–8' },
      parking: { have: true, lot: 'Guardsman Lot', spot: null },
      tailgate: { hosted: 'Guardsman Lot · 2pm', rsvp: 22 },
      isDerekAttending: true,
    },

    liveGame: {
      sportId: 'fb', matchup: 'Utah vs Arizona',
      opp: { short: 'ARZ', name: 'Arizona', mascot: 'Wildcats' },
      venue: 'Rice-Eccles Stadium',
      clock: '3Q · 7:18', down: '3rd & 4 · UTAH 42',
      score: { us: 28, them: 21 },
      stats: {
        home: { name: 'UTAH', score: 28, totYds: 398, pass: 224, rush: 174, to: 0, third: '7/11', poss: '21:02' },
        away: { name: 'ARZ',  score: 21, totYds: 304, pass: 232, rush: 72,  to: 1, third: '4/10', poss: '13:58' },
      },
      driveSummary: 'UTAH · 10 plays · 68 yds · 4:42',
      lastPlay: 'Mahelona 12 yd rush · first down · out of bounds',
    },

    continueWatching: [
      { id: 'c1', k: 'Documentary', head: 'Block U: A Crimson Season',      ep: 'Ep. 3', progress: 0.58, dur: '23:40', sportId: 'fb', variant: 'dusk' },
      { id: 'c2', k: "Mic'd Up",    head: 'Mahelona wired: Arizona',        ep: '',      progress: 0.41, dur: '17:22', sportId: 'fb', variant: 'gold' },
    ],

    forYou: [
      { id: 'f1', k: 'Recap',      head: "Utes edge Arizona 28-21",                    sub: 'Because you attended', dur: '3:18', sportId: 'fb', variant: 'stadium' },
      { id: 'f2', k: 'Feature',    head: "Inside Mahelona's week: lift, film, sunrise", sub: 'From an athlete you follow', dur: '6:44', sportId: 'fb', variant: 'gold' },
      { id: 'f3', k: 'Preview',    head: 'Red Rocks gymnastics · Jan 10 opener',        sub: 'Teams you follow', dur: '2:12', sportId: 'gym', variant: 'court' },
      { id: 'f4', k: 'Highlight',  head: 'MBB · Huntsman late-game takeover',           sub: 'Because you follow MBB', dur: '1:50', sportId: 'mbb', variant: 'blue' },
      { id: 'f5', k: 'Film Room',  head: 'Ski · Park City slalom reel',                 sub: 'Teams you follow', dur: '4:02', sportId: 'ski', variant: 'ember' },
    ],

    social: [
      { h: '@utah_football', n: 'Utah Football',   t: '2h', body: 'RT @marisol.o — "Rice-Eccles was absolutely electric. Go Utes." ', kind: 'repost', likes: '1.6K' },
      { h: '@cam_mahelona',  n: 'Cam Mahelona',    t: '4h', body: 'Weights → film → more film. Houston week.', kind: 'post',  likes: '4.1K',  nil: true },
      { h: '@utahathletics', n: 'Utah Athletics',  t: '6h', body: 'Guardsman Lot open at 1pm Saturday. Green Lot sold out.', kind: 'post',  likes: '712' },
      { h: '@utahgym',       n: 'Red Rocks',       t: '8h', body: "Season tix live. Jan 10 opener is already selling fast.",  kind: 'photo', likes: '1.2K' },
      { h: '@utah_mbb',      n: 'Utah MBB',        t: '1d', body: 'Backcourt looking sharp. 6-1. BYU up next.', kind: 'post',  likes: '980' },
    ],

    nilAthletes: [
      {
        id: 'mahelona', name: 'Cam Mahelona', firstName: 'Cam', lastName: 'Mahelona',
        num: 3, pos: 'RB', sportId: 'fb', cls: 'Junior', home: 'Laie, HI',
        tagline: 'Utes RB · Play for the guy next to you',
        season: { yds: 1104, td: 14, int: null, cmp: null, rtg: null }, // rush yards for RB
        supporters: 2312,
        supporterTiers: [
          { id: 'blue',   name: 'Crimson Tier', price: '$5/mo',  perks: ['Direct feed', 'Monthly Q&A'], subs: 1510 },
          { id: 'gold',   name: 'Block-U Tier', price: '$15/mo', perks: ['Crimson perks', 'Autographed card', 'Game-week video'], subs: 640, current: true },
          { id: 'mvp',    name: 'MUSS Tier',    price: '$40/mo', perks: ['Block-U perks', 'Zoom meet-up', 'Signed jersey / year'], subs: 162 },
        ],
        drops: [
          { title: 'Game-Worn Gloves',         price: '$220', tag: 'AUCTION · 6h', img: 'gold' },
          { title: 'Signed 8×10 Photo',        price: '$45',  tag: '9 LEFT',       img: 'blue' },
          { title: 'Mahelona #3 Replica',      price: '$95',  tag: 'BESTSELLER',   img: 'ember' },
          { title: 'Cameo-style Shoutout',     price: '$75',  tag: 'NEW',          img: 'gold' },
        ],
        tips: [10, 20, 50, 100],
      },
      { id: 'pilapil',  name: 'Isa Pilapil',  firstName: 'Isa',  lastName: 'Pilapil',  num: 12, pos: 'G', sportId: 'wbb', cls: 'Senior', home: 'Honolulu, HI',  tagline: 'Utes guard · Senior captain', supporters: 960 },
      { id: 'ahtung',   name: 'Teo Ahtung',   firstName: 'Teo',  lastName: 'Ahtung',    num: 11, pos: 'WR', sportId: 'fb', cls: 'Sophomore', home: 'Provo, UT', tagline: 'WR · Local kid', supporters: 832 },
    ],

    merchFeatured: { hero: { title: 'Houston Game Day Tee', sub: "Saturday's drop · limited to kickoff", price: '$38', size: 'M', colorway: 'Crimson', stock: 118 } },
    merchItems: [
      { id: 'm1', title: 'Mahelona #3 Jersey',         price: '$95',  tag: 'ATHLETE YOU FOLLOW', size: 'M',   img: 'gold' },
      { id: 'm2', title: 'Block-U Quarter-Zip',        price: '$72',  tag: 'YOUR SIZE, IN STOCK', size: 'M',  img: 'blue' },
      { id: 'm3', title: 'Utah Alumni Cap',             price: '$32',  tag: 'ALUM \'12',          size: 'M/L', img: 'ember' },
      { id: 'm4', title: 'Guardsman Lot Flag',          price: '$48',  tag: 'MATCHES YOUR LOT',   size: '—',   img: 'gold' },
      { id: 'm5', title: 'Rice-Eccles Vinyl Poster',    price: '$28',  tag: 'NEW',                size: '—',   img: 'blue' },
      { id: 'm6', title: 'Gameday Hoodie · Black',      price: '$82',  tag: 'BESTSELLER',         size: 'M',   img: 'blue' },
    ],

    lastOrder: { item: 'Utah Block-U Hoodie', size: 'M', color: 'Crimson', date: 'OCT 19', delivered: 'OCT 22' },

    ticketOffer: {
      mySeats: { section: 'E18', row: '22', seats: '7–8', gate: 'Gate E', level: 'East Side' },
      upgrade: { title: 'Crimson Club upgrade', desc: 'Indoor club, private entry, plated meal. One-game try for $65 extra.', extra: '$65' },
      parking: { lot: 'Guardsman Lot', inc: 'included', time: 'Open 1pm' },
    },

    recentPurchases: [
      { id: 'r1', date: 'OCT 25', item: 'Utah vs Arizona · Sec E18 Row 22', amount: 'Included',  type: 'Ticket · Season' },
      { id: 'r2', date: 'OCT 19', item: 'Utah Block-U Hoodie · M · Crimson', amount: '$74.00',    type: 'Merch' },
      { id: 'r3', date: 'OCT 11', item: 'Mahelona Block-U Tier · monthly',   amount: '$15.00',    type: 'NIL' },
      { id: 'r4', date: 'SEP 28', item: 'Utah vs TCU · Sec E18 Row 22',      amount: 'Included',  type: 'Ticket · Season' },
    ],

    rewards: [
      { id: 'rw1', pts: 500,  title: 'Stadium concession · $10 credit',    sub: 'Any Utah venue',             cat: 'Food' },
      { id: 'rw2', pts: 1500, title: 'Exclusive MBB warm-up access',       sub: 'Court-level 30 min pregame',  cat: 'Experience' },
      { id: 'rw3', pts: 3000, title: 'Signed Mahelona mini-helmet',        sub: 'Limited · 50 made',           cat: 'Collectible' },
      { id: 'rw4', pts: 6000, title: 'Sideline pass for two',              sub: 'Any Utah home football',      cat: 'Experience' },
    ],

    teamPopularity: [ { id: 'fb', pct: 74 }, { id: 'gym', pct: 58 }, { id: 'mbb', pct: 52 }, { id: 'ski', pct: 34 }, { id: 'wbb', pct: 28 }, { id: 'vb', pct: 19 } ],

    heroWeather: 'Saturday Morning · Salt Lake 48°',
    heroTagline: 'Good morning,',
    rewardsTierName: 'CRIMSON MEMBER',
    rewardsNextTier: 'Block-U',
    nilCollectiveName: 'Crimson Collective',
    weekSectionTitle: 'This week in Crimson & Black',
    lotName: 'Guardsman Lot',
  },

  // ─────────────────────────────────────────────────────────────
  // OHIO STATE — Scarlet / Gray
  // ─────────────────────────────────────────────────────────────
  osu: {
    id: 'osu',
    name: 'Ohio State',
    full: 'The Ohio State University',
    nick: 'Buckeyes',
    short: 'OSU',
    city: 'Columbus, OH',
    conf: 'Big Ten',
    wordmark: 'BUCKEYES',
    productName: 'Buckeye 360°',
    markLetters: 'O',

    colors: {
      primary:     '#BB0000',  // Scarlet (OSU)
      primaryDim:  '#870000',
      primaryLite: '#DC3A3A',
      secondary:   '#666666',  // Gray
      secondaryDim:'#3E3E3E',
      secondaryLite:'#8E8E8E',
    },

    user: {
      firstName: 'Darius', lastName: 'Whitfield', handle: '@darius.w',
      email: 'darius.whitfield@protonmail.com', initials: 'DW',
      memberSince: 'JUN 2016',
      affiliation: 'Alum, Class of 2010 · Buckeye Club Member',
      donorLevel: 'Scarlet Level · Varsity O',
      homeCity: 'Columbus, OH',
      seasonTickets: { sport: 'Football', section: 'Section 22A', row: 'Row 18', seats: '9–10', yearsHeld: 11 },
      lastGameAttended: { matchup: 'Ohio State vs Michigan State', date: 'OCT 25', result: 'W 38-17', venue: 'Ohio Stadium', checkedIn: true },
      lastMerchPurchase: { item: 'OSU Varsity Hoodie', size: 'XL', color: 'Scarlet', date: 'OCT 19', price: '$84' },
      nilFollowed: { name: 'Trevon Hayes', short: 'T. Hayes', num: 6, sport: 'Football', pos: 'WR', tier: 'Scarlet', supportSince: 'JUL 2024' },
      favoriteSports: ['fb', 'mbb', 'wbb', 'wr', 'hky'],
      size: { shirt: 'XL', hat: 'XL' },
      points: 16840, tier: 'SCARLET', pointsToNext: 3160,
      greetCity: 'Columbus', greetTemp: 46,
    },

    venues: {
      football:   'Ohio Stadium',
      basketball: 'Value City Arena',
      hockey:     'Value City Arena',
      wrestling:  'Covelli Center',
      gymnastics: 'Covelli Center',
      soccer:     'Jesse Owens Memorial Stadium',
      baseball:   'Bill Davis Stadium',
    },

    sports: [
      { id: 'fb',    name: 'Football',            short: 'FB',    season: 'Fall',   status: 'IN_SEASON', record: '8-1', rank: '#3',  next: 'vs Penn State · Sat',        tier: 1 },
      { id: 'mbb',   name: "Men's Basketball",    short: 'MBB',   season: 'Winter', status: 'IN_SEASON', record: '6-1', rank: '#15',  next: 'vs Iowa · Tue 7pm',         tier: 1 },
      { id: 'wbb',   name: "Women's Basketball",  short: 'WBB',   season: 'Winter', status: 'IN_SEASON', record: '7-0', rank: '#6',   next: 'vs Michigan · Sun 2pm',     tier: 1 },
      { id: 'wr',    name: 'Wrestling',           short: 'WR',    season: 'Winter', status: 'IN_SEASON', record: '5-0', rank: '#4',   next: 'at Penn State · Fri',       tier: 1 },
      { id: 'hky',   name: "Men's Hockey",        short: 'HKY',   season: 'Winter', status: 'IN_SEASON', record: '9-3', rank: '#10',  next: 'vs Michigan · Fri',         tier: 1 },
      { id: 'soc_w', name: "Women's Soccer",      short: 'SOC',   season: 'Fall',   status: 'IN_SEASON', record: '12-3-2', rank: '#18', next: 'Big Ten Tourney · Wed',    tier: 2 },
      { id: 'vb',    name: 'Volleyball',          short: 'VB',    season: 'Fall',   status: 'IN_SEASON', record: '18-4', rank: '#12', next: 'vs Penn State · Fri',       tier: 2 },
      { id: 'gym',   name: 'Gymnastics',          short: 'GYM',   season: 'Winter', status: 'PRESEASON', record: '—',   rank: '#14',  next: 'Season opens Jan 10',       tier: 2 },
      { id: 'xc',    name: 'Cross Country',       short: 'XC',    season: 'Fall',   status: 'IN_SEASON', record: '—',   rank: null,   next: 'Big Ten Championships',      tier: 3 },
      { id: 'swim',  name: 'Swim & Dive',         short: 'SW',    season: 'Winter', status: 'IN_SEASON', record: '4-0', rank: '#5',   next: 'vs Michigan · Sat',          tier: 3 },
      { id: 'bsb',   name: 'Baseball',            short: 'BSB',   season: 'Spring', status: 'OFFSEASON', record: '—',   rank: null,   next: 'Season opens Feb 14',        tier: 3 },
      { id: 'sb',    name: 'Softball',            short: 'SB',    season: 'Spring', status: 'OFFSEASON', record: '—',   rank: null,   next: 'Season opens Feb 9',         tier: 3 },
    ],

    nextMoment: {
      id: 'fb-10', sportId: 'fb',
      matchup: 'Ohio State vs Penn State',
      opp: { short: 'PSU', name: 'Penn State', mascot: 'Nittany Lions' },
      date: 'SAT · NOV 02', kickoff: 'Noon',
      venue: 'Ohio Stadium',
      weather: { temp: 52, cond: 'Partly cloudy', wind: '10 mph SW' },
      status: 'UPCOMING', daysOut: 3, hoursOut: 72,
      tix: { have: true, section: '22A', row: '18', seats: '9–10' },
      parking: { have: true, lot: 'Buckeye Lot', spot: null },
      tailgate: { hosted: 'Buckeye Lot · 8am', rsvp: 34 },
      isDerekAttending: true,
    },

    liveGame: {
      sportId: 'fb', matchup: 'Ohio State vs Michigan State',
      opp: { short: 'MSU', name: 'Michigan State', mascot: 'Spartans' },
      venue: 'Ohio Stadium',
      clock: '3Q · 6:04', down: '1st & 10 · OSU 48',
      score: { us: 38, them: 17 },
      stats: {
        home: { name: 'OSU', score: 38, totYds: 472, pass: 318, rush: 154, to: 0, third: '8/12', poss: '22:41' },
        away: { name: 'MSU', score: 17, totYds: 248, pass: 164, rush: 84,  to: 2, third: '3/11', poss: '12:19' },
      },
      driveSummary: 'OSU · 9 plays · 82 yds · 3:58',
      lastPlay: 'Hayes 18 yd pass complete · in bounds',
    },

    continueWatching: [
      { id: 'c1', k: 'Documentary', head: 'Scarlet & Gray: A Season',       ep: 'Ep. 3', progress: 0.71, dur: '24:14', sportId: 'fb', variant: 'dusk' },
      { id: 'c2', k: "Mic'd Up",    head: 'Hayes wired: Michigan State',    ep: '',      progress: 0.29, dur: '19:10', sportId: 'fb', variant: 'gold' },
    ],

    forYou: [
      { id: 'f1', k: 'Recap',      head: "Buckeyes roll Michigan State 38-17",        sub: 'Because you attended', dur: '3:58', sportId: 'fb', variant: 'stadium' },
      { id: 'f2', k: 'Feature',    head: "Inside Hayes' week: routes, lift, film",    sub: 'From an athlete you follow', dur: '7:40', sportId: 'fb', variant: 'gold' },
      { id: 'f3', k: 'Preview',    head: 'Buckeye MBB tips at Value City · Tue',      sub: 'Teams you follow', dur: '3:08', sportId: 'mbb', variant: 'court' },
      { id: 'f4', k: 'Highlight',  head: 'Hockey · Value City OT winner',              sub: 'Because you follow Hockey', dur: '1:42', sportId: 'hky', variant: 'blue' },
      { id: 'f5', k: 'Film Room',  head: 'Wrestling Top 10 takedowns · October',       sub: 'Teams you follow', dur: '4:22', sportId: 'wr', variant: 'ember' },
    ],

    social: [
      { h: '@ohiostatefb',   n: 'Ohio State FB',   t: '2h', body: 'RT @darius.w — "The \'Shoe was shaking. Go Bucks." ', kind: 'repost', likes: '2.4K' },
      { h: '@trev_hayes6',   n: 'Trevon Hayes',    t: '4h', body: 'Weights → film → more film. Penn State week.', kind: 'post',  likes: '5.2K',  nil: true },
      { h: '@ohiostate',     n: 'Ohio State',      t: '6h', body: 'Buckeye Lot open at 7am Saturday. Scarlet Lot sold out.', kind: 'post',  likes: '940' },
      { h: '@ohiostatewbb',  n: 'Ohio State WBB',  t: '8h', body: "7-0 to start. Nationally ranked #6. Breaks season ticket records.",  kind: 'photo', likes: '1.4K' },
      { h: '@ohiostatembb',  n: 'Ohio State MBB',  t: '1d', body: 'Backcourt looking sharp. 6-1. Iowa up next.', kind: 'post',  likes: '1.2K' },
    ],

    nilAthletes: [
      {
        id: 'hayes', name: 'Trevon Hayes', firstName: 'Trevon', lastName: 'Hayes',
        num: 6, pos: 'WR', sportId: 'fb', cls: 'Junior', home: 'Cleveland, OH',
        tagline: 'Buckeye WR · Show up for your guys',
        season: { yds: 1024, td: 11, int: null, cmp: 68.4, rtg: null },
        supporters: 3410,
        supporterTiers: [
          { id: 'blue',   name: 'Gray Tier',    price: '$5/mo',   perks: ['Direct feed', 'Monthly Q&A'], subs: 2140 },
          { id: 'gold',   name: 'Scarlet Tier', price: '$15/mo',  perks: ['Gray perks', 'Autographed card', 'Game-week video'], subs: 1040, current: true },
          { id: 'mvp',    name: 'Varsity O',    price: '$40/mo',  perks: ['Scarlet perks', 'Zoom meet-up', 'Signed jersey / year'], subs: 230 },
        ],
        drops: [
          { title: 'Game-Worn Gloves',         price: '$260', tag: 'AUCTION · 6h', img: 'gold' },
          { title: 'Signed 8×10 Photo',        price: '$45',  tag: '8 LEFT',       img: 'blue' },
          { title: 'Hayes #6 Replica',         price: '$95',  tag: 'BESTSELLER',   img: 'ember' },
          { title: 'Cameo-style Shoutout',     price: '$75',  tag: 'NEW',          img: 'gold' },
        ],
        tips: [10, 20, 50, 100],
      },
      { id: 'doss',    name: 'Mia Doss',    firstName: 'Mia',    lastName: 'Doss',    num: 24, pos: 'F', sportId: 'wbb', cls: 'Senior',    home: 'Akron, OH',    tagline: 'Buckeye forward · Senior captain', supporters: 1486 },
      { id: 'kline',   name: 'Pax Kline',   firstName: 'Pax',    lastName: 'Kline',    num: 15, pos: 'G', sportId: 'mbb', cls: 'Sophomore', home: 'Dayton, OH', tagline: 'Guard · Ohio kid', supporters: 1102 },
    ],

    merchFeatured: { hero: { title: 'Penn State Game Day Tee', sub: "Saturday's drop · limited to kickoff", price: '$42', size: 'XL', colorway: 'Scarlet', stock: 218 } },
    merchItems: [
      { id: 'm1', title: 'Hayes #6 Jersey',              price: '$110', tag: 'ATHLETE YOU FOLLOW', size: 'XL',  img: 'gold' },
      { id: 'm2', title: 'Varsity Quarter-Zip',           price: '$78',  tag: 'YOUR SIZE, IN STOCK', size: 'XL', img: 'blue' },
      { id: 'm3', title: 'Buckeye Alumni Cap',            price: '$36',  tag: 'ALUM \'10',          size: 'XL',  img: 'ember' },
      { id: 'm4', title: 'Buckeye Lot Tailgate Flag',     price: '$52',  tag: 'MATCHES YOUR LOT',   size: '—',   img: 'gold' },
      { id: 'm5', title: 'Script Ohio Vinyl',             price: '$32',  tag: 'NEW',                size: '—',   img: 'blue' },
      { id: 'm6', title: 'Gameday Hoodie · Gray',         price: '$88',  tag: 'BESTSELLER',         size: 'XL',  img: 'blue' },
    ],

    lastOrder: { item: 'OSU Varsity Hoodie', size: 'XL', color: 'Scarlet', date: 'OCT 19', delivered: 'OCT 22' },

    ticketOffer: {
      mySeats: { section: '22A', row: '18', seats: '9–10', gate: 'Gate 22', level: 'A Deck' },
      upgrade: { title: 'Varsity O Club upgrade', desc: 'Indoor club, private entry, plated meal. One-game try for $85 extra.', extra: '$85' },
      parking: { lot: 'Buckeye Lot', inc: 'included', time: 'Open 7am' },
    },

    recentPurchases: [
      { id: 'r1', date: 'OCT 25', item: 'OSU vs MSU · Sec 22A Row 18',      amount: 'Included',  type: 'Ticket · Season' },
      { id: 'r2', date: 'OCT 19', item: 'OSU Varsity Hoodie · XL · Scarlet', amount: '$84.00',    type: 'Merch' },
      { id: 'r3', date: 'OCT 11', item: 'Hayes Scarlet Tier · monthly',      amount: '$15.00',    type: 'NIL' },
      { id: 'r4', date: 'SEP 28', item: 'OSU vs Nebraska · Sec 22A Row 18',  amount: 'Included',  type: 'Ticket · Season' },
    ],

    rewards: [
      { id: 'rw1', pts: 500,  title: 'Stadium concession · $10 credit',  sub: 'Any Buckeye venue',          cat: 'Food' },
      { id: 'rw2', pts: 1500, title: 'Exclusive MBB warm-up access',     sub: 'Court-level 30 min pregame',  cat: 'Experience' },
      { id: 'rw3', pts: 3000, title: 'Signed Hayes mini-helmet',         sub: 'Limited · 50 made',           cat: 'Collectible' },
      { id: 'rw4', pts: 6000, title: 'Sideline pass for two',            sub: 'Any OSU home football',       cat: 'Experience' },
    ],

    teamPopularity: [ { id: 'fb', pct: 89 }, { id: 'mbb', pct: 71 }, { id: 'wbb', pct: 48 }, { id: 'hky', pct: 42 }, { id: 'wr', pct: 38 }, { id: 'vb', pct: 22 } ],

    heroWeather: 'Saturday Morning · Columbus 46°',
    heroTagline: 'Good morning,',
    rewardsTierName: 'SCARLET MEMBER',
    rewardsNextTier: 'Varsity O',
    nilCollectiveName: 'The 1870 Collective',
    weekSectionTitle: 'This week in Scarlet & Gray',
    lotName: 'Buckeye Lot',
  },
};

const TENANT_ORDER = ['wvu', 'utah', 'osu'];
const DEFAULT_TENANT = 'wvu';

function getStoredTenant() {
  try {
    const id = localStorage.getItem('mtn.tenant');
    if (id && TENANTS[id]) return id;
  } catch(e) {}
  return DEFAULT_TENANT;
}

Object.assign(window, { TENANTS, TENANT_ORDER, DEFAULT_TENANT, getStoredTenant });
