## Design System: Baan Sabai ### Pattern - **Name:** Marketplace / Directory - **Conversion Focus:** Search bar is the CTA. Reduce friction to search. Popular searches suggestions. - **CTA Placement:** Hero Search Bar + Navbar 'List your item' - **Color Strategy:** Search: High contrast. Categories: Visual icons. Trust: Blue/Green. - **Sections:** 1. Hero (Search focused), 2. Categories, 3. Featured Listings, 4. Trust/Safety, 5. CTA (Become a host/seller) ### Style - **Name:** Exaggerated Minimalism - **Mode Support:** Light ✓ Full | Dark ✓ Full - **Keywords:** Bold minimalism, oversized typography, high contrast, negative space, loud minimal, statement design - **Best For:** Fashion, architecture, portfolios, agency landing pages, luxury brands, editorial - **Performance:** ⚡ Excellent | **Accessibility:** ✓ WCAG AA ### Colors | Role | Hex | CSS Variable | |------|-----|--------------| | Primary | `#0F766E` | `--color-primary` | | On Primary | `#FFFFFF` | `--color-on-primary` | | Secondary | `#14B8A6` | `--color-secondary` | | Accent/CTA | `#0369A1` | `--color-accent` | | Background | `#F0FDFA` | `--color-background` | | Foreground | `#134E4A` | `--color-foreground` | | Muted | `#E8F0F3` | `--color-muted` | | Border | `#99F6E4` | `--color-border` | | Destructive | `#DC2626` | `--color-destructive` | | Ring | `#0F766E` | `--color-ring` | *Notes: Trust teal + professional blue* ### Typography - **Heading:** Cinzel - **Body:** Josefin Sans - **Mood:** real estate, luxury, elegant, sophisticated, property, premium - **Best For:** Real estate, luxury properties, architecture, interior design - **Google Fonts:** https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Josefin+Sans:wght@300;400;500;600;700&display=swap - **CSS Import:** ```css @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Josefin+Sans:wght@300;400;500;600;700&display=swap'); ``` ### Key Effects font-size: clamp(3rem 10vw 12rem), font-weight: 900, letter-spacing: -0.05em, massive whitespace ### Avoid (Anti-patterns) - Poor photos - No virtual tours ### Pre-Delivery Checklist - [ ] No emojis as icons (use SVG: Heroicons/Lucide) - [ ] cursor-pointer on all clickable elements - [ ] Hover states with smooth transitions (150-300ms) - [ ] Light mode: text contrast 4.5:1 minimum - [ ] Focus states visible for keyboard nav - [ ] prefers-reduced-motion respected - [ ] Responsive: 375px, 768px, 1024px, 1440px ============================================================ ✅ Design system persisted to /home/dev/courses/design-system/baan-sabai/ 📄 /home/dev/courses/design-system/baan-sabai/MASTER.md 📖 Usage: When building a page, check /home/dev/courses/design-system/baan-sabai/pages/[page].md first. If it exists, its rules override MASTER.md. Otherwise, use MASTER.md. ============================================================