{
  "title": "Room Art Taxonomy",
  "description": "A structured taxonomy of room types with associated art recommendations, emotional goals, commercial intent levels, and recommended formats.",
  "version": "1.0",
  "updated": "2026-06-01",
  "rooms": [
    {
      "room": "Living Room",
      "slug": "living-room-art",
      "emotional_goal": "warmth, identity, conversation, visual anchoring",
      "commercial_intent": "high",
      "recommended_styles": ["abstract", "coastal", "botanical", "contemporary", "landscape"],
      "recommended_sizes": ["large (24x36+)", "oversized (40x60+)", "triptychs"],
      "recommended_formats": ["canvas", "framed fine art print", "metal print"],
      "avoid": ["very small pieces on large walls", "busy wallpaper-like patterns"],
      "guide_url": "/room-guides/living-room-art/"
    },
    {
      "room": "Bedroom",
      "slug": "bedroom-art",
      "emotional_goal": "calm, rest, romance, personal expression",
      "commercial_intent": "high",
      "recommended_styles": ["botanical", "abstract", "landscape", "minimalist", "coastal"],
      "recommended_sizes": ["medium (16x20 to 24x30)", "large above headboard (30x40+)"],
      "recommended_formats": ["framed fine art print", "canvas", "watercolor on paper"],
      "avoid": ["high contrast imagery", "very dark subject matter", "work-related imagery"],
      "guide_url": "/room-guides/bedroom-art/"
    },
    {
      "room": "Waiting Room",
      "slug": "waiting-room-art",
      "emotional_goal": "calm, trust, comfort, reduced anxiety",
      "commercial_intent": "high",
      "recommended_styles": ["botanical", "landscape", "nature photography", "soft abstract"],
      "recommended_sizes": ["medium to large proportional to wall"],
      "recommended_formats": ["sealed frame for clinical areas", "canvas", "acrylic-mounted print"],
      "avoid": ["medical or clinical imagery", "chaotic abstract", "very dark compositions"],
      "guide_url": "/room-guides/waiting-room-art/"
    },
    {
      "room": "Airbnb and Short-Term Rental",
      "slug": "airbnb-wall-art",
      "emotional_goal": "welcome, relaxation, sense of place, Instagram appeal",
      "commercial_intent": "high",
      "recommended_styles": ["coastal", "abstract", "local art", "contemporary", "botanical"],
      "recommended_sizes": ["large for main living areas (24x36+)", "medium for bedrooms"],
      "recommended_formats": ["canvas", "metal print", "framed fine art print"],
      "avoid": ["small art on large walls", "culturally polarizing subjects", "overly personal choices"],
      "guide_url": "/room-guides/airbnb-wall-art/"
    },
    {
      "room": "Medical Office",
      "slug": "medical-office-art",
      "emotional_goal": "calm, trust, reassurance, reduced anxiety",
      "commercial_intent": "high",
      "recommended_styles": ["botanical", "landscape", "nature photography", "soft abstract"],
      "recommended_sizes": ["medium to large proportional to wall and seating sightlines"],
      "recommended_formats": ["sealed frame for clinical areas", "canvas", "acrylic-mounted print"],
      "avoid": ["clinical or medical imagery", "chaotic abstract", "figurative art depicting pain"],
      "guide_url": "/room-guides/medical-office-art/"
    },
    {
      "room": "Home Office",
      "slug": "home-office-art",
      "emotional_goal": "focus, professionalism, calm energy, inspiration",
      "commercial_intent": "moderate",
      "recommended_styles": ["abstract", "minimalist", "landscape", "geometric", "mid-century modern"],
      "recommended_sizes": ["medium to large, one focal piece preferred"],
      "recommended_formats": ["framed fine art print", "canvas"],
      "avoid": ["very distracting busy compositions", "purely decorative without weight"],
      "guide_url": null
    },
    {
      "room": "Bathroom",
      "slug": "bathroom-art",
      "emotional_goal": "spa-like calm, lightness, personal indulgence",
      "commercial_intent": "moderate",
      "recommended_styles": ["botanical", "coastal", "minimalist", "abstract"],
      "recommended_sizes": ["small to medium (8x10 to 18x24)"],
      "recommended_formats": ["canvas (humidity resistant)", "metal print", "acrylic print"],
      "avoid": ["paper-based prints without protection in humid environments"],
      "guide_url": null
    }
  ]
}
