|
| 1 | +--- |
| 2 | +version: alpha |
| 3 | +name: 9Ruby Official |
| 4 | +description: Dark, monochrome, editorial AI studio system for 9Ruby.com. |
| 5 | +colors: |
| 6 | + primary: "#FFFFFF" |
| 7 | + secondary: "#AAAAAA" |
| 8 | + tertiary: "#7A7A7A" |
| 9 | + neutral: "#080808" |
| 10 | + surface: "#101010" |
| 11 | + surfaceSolid: "#161616" |
| 12 | + border: "#2A2A2A" |
| 13 | + accent: "#FFFFFF" |
| 14 | +typography: |
| 15 | + display: |
| 16 | + fontFamily: Manrope |
| 17 | + fontSize: 6rem |
| 18 | + fontWeight: 950 |
| 19 | + lineHeight: 0.93 |
| 20 | + letterSpacing: "-0.075em" |
| 21 | + h1: |
| 22 | + fontFamily: Manrope |
| 23 | + fontSize: 4.5rem |
| 24 | + fontWeight: 950 |
| 25 | + lineHeight: 0.94 |
| 26 | + letterSpacing: "-0.07em" |
| 27 | + h2: |
| 28 | + fontFamily: Manrope |
| 29 | + fontSize: 3rem |
| 30 | + fontWeight: 900 |
| 31 | + lineHeight: 0.98 |
| 32 | + letterSpacing: "-0.06em" |
| 33 | + body-md: |
| 34 | + fontFamily: Manrope |
| 35 | + fontSize: 1rem |
| 36 | + fontWeight: 400 |
| 37 | + lineHeight: 1.6 |
| 38 | + letterSpacing: "-0.012em" |
| 39 | + label: |
| 40 | + fontFamily: Manrope |
| 41 | + fontSize: 0.6875rem |
| 42 | + fontWeight: 800 |
| 43 | + lineHeight: 1 |
| 44 | + letterSpacing: "0.12em" |
| 45 | +rounded: |
| 46 | + none: 0px |
| 47 | + sm: 6px |
| 48 | + md: 10px |
| 49 | + full: 999px |
| 50 | +spacing: |
| 51 | + sectionY: 96px |
| 52 | + sectionYMobile: 64px |
| 53 | + pageX: 32px |
| 54 | + pageXMobile: 24px |
| 55 | + maxWidth: 1200px |
| 56 | +components: |
| 57 | + page-shell: |
| 58 | + backgroundColor: "{colors.neutral}" |
| 59 | + textColor: "{colors.primary}" |
| 60 | + card-default: |
| 61 | + backgroundColor: "{colors.surface}" |
| 62 | + textColor: "{colors.primary}" |
| 63 | + rounded: "{rounded.none}" |
| 64 | + padding: 24px |
| 65 | + card-muted: |
| 66 | + backgroundColor: "{colors.surfaceSolid}" |
| 67 | + textColor: "{colors.secondary}" |
| 68 | + rounded: "{rounded.none}" |
| 69 | + padding: 24px |
| 70 | + label-muted: |
| 71 | + backgroundColor: "{colors.neutral}" |
| 72 | + textColor: "{colors.tertiary}" |
| 73 | + rounded: "{rounded.none}" |
| 74 | + padding: 8px |
| 75 | + border-sample: |
| 76 | + backgroundColor: "{colors.border}" |
| 77 | + textColor: "{colors.accent}" |
| 78 | + rounded: "{rounded.none}" |
| 79 | + padding: 8px |
| 80 | + button-primary: |
| 81 | + backgroundColor: "{colors.primary}" |
| 82 | + textColor: "#000000" |
| 83 | + rounded: "{rounded.full}" |
| 84 | + padding: 12px |
| 85 | + button-secondary: |
| 86 | + backgroundColor: "{colors.neutral}" |
| 87 | + textColor: "{colors.primary}" |
| 88 | + rounded: "{rounded.full}" |
| 89 | + padding: 12px |
| 90 | +--- |
| 91 | + |
| 92 | +## Overview |
| 93 | + |
| 94 | +9Ruby.com uses one official visual system: dark monochrome, sharp editorial spacing, oversized uppercase headlines, thin borders, and restrained motion. |
| 95 | + |
| 96 | +The site should feel like a premium AI studio and revenue systems company, not a collection of unrelated experiments. Every page cleanup must preserve this system. |
| 97 | + |
| 98 | +## Colors |
| 99 | + |
| 100 | +- **Background (#080808):** Official page background. Use this instead of random light gray or different black values. |
| 101 | +- **Surface (#101010 / #161616):** Cards, panels, mobile menus, and elevated blocks. |
| 102 | +- **Text (#FFFFFF):** Main text and high-emphasis actions. |
| 103 | +- **Muted text (#AAAAAA / #7A7A7A):** Captions, descriptions, secondary navigation. |
| 104 | +- **Accent (#FFFFFF):** The official accent is white. Do not introduce random bright colors unless a specific product page requires it. |
| 105 | +- **Border (#2A2A2A):** Thin, low-contrast dividers. Prefer `rgba(255,255,255,0.12)` in code. |
| 106 | + |
| 107 | +## Typography |
| 108 | + |
| 109 | +Use Manrope as the official brand face through `var(--font-brand), var(--font-geist-sans), system-ui, sans-serif`. |
| 110 | + |
| 111 | +Headlines are uppercase, heavy, tight, and editorial. Body copy is compact and practical. |
| 112 | + |
| 113 | +Use Arabic micro-labels only as brand accents, not as large competing content blocks. |
| 114 | + |
| 115 | +## Layout |
| 116 | + |
| 117 | +Use one page rhythm: |
| 118 | + |
| 119 | +- Fixed 72px navbar. |
| 120 | +- Breadcrumb band under navbar for inner pages. |
| 121 | +- Max content width around 1200px. |
| 122 | +- Horizontal padding: 24px mobile, 32px desktop. |
| 123 | +- Section padding: 64px mobile, 96px desktop. |
| 124 | +- Cards use grid systems, not random scattered layouts. |
| 125 | +- Hero sections must make the first buyer action obvious. |
| 126 | + |
| 127 | +## Elevation & Depth |
| 128 | + |
| 129 | +Keep depth subtle: |
| 130 | + |
| 131 | +- Thin borders. |
| 132 | +- Very dark surfaces. |
| 133 | +- Minimal glow/grain. |
| 134 | +- No colorful glassmorphism unless it is already part of an approved 9Ruby component. |
| 135 | + |
| 136 | +## Shapes |
| 137 | + |
| 138 | +9Ruby uses mostly square/editorial panels with occasional rounded-pill CTAs. |
| 139 | + |
| 140 | +- Cards: square or very small radius. |
| 141 | +- Buttons: full pill radius. |
| 142 | +- Badges: square outline or compact pill depending on context. |
| 143 | + |
| 144 | +## Components |
| 145 | + |
| 146 | +Official repeated components: |
| 147 | + |
| 148 | +- `Navbar` for all public pages. |
| 149 | +- `Breadcrumb` for inner pages. |
| 150 | +- `PageHeader` for directory-style pages. |
| 151 | +- `Footer` for all public pages. |
| 152 | +- `RevenueAuditOffer`, `ProductizedOfferLadder`, and `NicheRevenuePage` for money pages. |
| 153 | + |
| 154 | +When cleaning page by page, prefer extracting repeated styles into these components instead of creating one-off page systems. |
| 155 | + |
| 156 | +## Do's and Don'ts |
| 157 | + |
| 158 | +Do: |
| 159 | + |
| 160 | +- Keep the site dark and monochrome. |
| 161 | +- Keep navigation buyer-first. |
| 162 | +- Use consistent card grids and spacing. |
| 163 | +- Keep one primary CTA per page. |
| 164 | +- Preserve the current premium 9Ruby look. |
| 165 | + |
| 166 | +Don't: |
| 167 | + |
| 168 | +- Add light gray pages unless the full brand direction changes. |
| 169 | +- Mix many layout systems on one route. |
| 170 | +- Add new random categories to the navbar. |
| 171 | +- Add colorful gradients, neon accents, emojis, or unrelated icon styles. |
| 172 | +- Rebuild the site from scratch when a page can be aligned to the official system. |
0 commit comments