// Curated photographic backdrops. Unsplash URLs with deterministic IDs and
// `auto=format&fit=crop` for consistent crops. Use these by name across pages
// to keep the visual world consistent.
const IMG = {
  // Heroes — broad aerial / coastal
  heroBay:        'https://images.unsplash.com/photo-1506929562872-bb421503ef21?auto=format&fit=crop&w=2400&q=80',
  heroAerial:     'https://images.unsplash.com/photo-1559285574-181ea668e7ab?auto=format&fit=crop&w=2400&q=80', // turquoise bay aerial
  heroIsland:     'shared/images/hero-island-gili-gede.png', // Gili Gede aerial
  heroBeach:      'https://images.unsplash.com/photo-1505228395891-9a51e7e86bf6?auto=format&fit=crop&w=2400&q=80', // white sand cove
  heroVilla:      'https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=2400&q=80', // tropical resort
  heroJungle:     'https://images.unsplash.com/photo-1542327897-d73f4005b533?auto=format&fit=crop&w=2400&q=80', // mountain jungle aerial

  // Mid-page lifestyle / scenery
  beach:          'https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1600&q=80',
  reef:           'https://images.unsplash.com/photo-1583212292454-1fe6229603b7?auto=format&fit=crop&w=1600&q=80', // underwater reef
  surfer:         'https://images.unsplash.com/photo-1502680390469-be75c86b636f?auto=format&fit=crop&w=1600&q=80',
  jungle:         'https://images.unsplash.com/photo-1511497584788-876760111969?auto=format&fit=crop&w=1600&q=80', // misty forest
  yoga:           'https://images.unsplash.com/photo-1545205597-3d9d02c29597?auto=format&fit=crop&w=1600&q=80', // wellness pool
  craft:          'shared/images/culture-fisherman.jpg', // fisherman & buffalo at sunset (Sasak culture)
  marina:         'https://images.unsplash.com/photo-1540541338287-41700207dee6?auto=format&fit=crop&w=1600&q=80',
  road:           'https://images.unsplash.com/photo-1570077188670-e3a8d69ac5ff?auto=format&fit=crop&w=1600&q=80', // driving palms
  airport:        'https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1600&q=80',
  bayBoats:       'https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=1600&q=80', // mountain bay
  palms:          'https://images.unsplash.com/photo-1502209524164-acea936639a2?auto=format&fit=crop&w=1600&q=80',

  // Tier plot photos (for tier cards)
  tierBeachfront: 'shared/images/tier-beachfront.jpg',
  tierMidSlope:   'shared/images/tier-midslope.jpg',
  tierInterior:   'shared/images/tier-interior.jpg',

  // Gili Gede aerial — used in the Home "This is Gili Gede" section
  giliGedeAerial: 'shared/images/gili-gede-aerial.png',

  // Masterplan — aerial of Gili Gede with the 36-plot footprint overlaid
  masterplan:     'shared/images/masterplan-aerial.jpg',

  // Contact split
  contactDark:    'https://images.unsplash.com/photo-1597212618440-806262de4f6b?auto=format&fit=crop&w=1600&q=80',
};

window.IMG = IMG;
