RMH Studios — UI Redesign¶
Vision¶
Transform the main website from a heavy cyberpunk/hyperpop aesthetic to a clean, minimalistic, modern design inspired by the rmhbox and rmhtube design systems. The result should feel like a refined game studio — confident, polished, and fast.
Design Principles¶
Less is more — Remove visual noise. Let content breathe.
Consistent surfaces — Dark layered surfaces with subtle borders, matching rmhbox/rmhtube.
Single accent color — Warm Violet (#9b7ad8) as brand identity, bridging rmhbox blue and rmhtube red.
Performance first — No canvas particles, no per-letter physics, no global mouse tracking.
Smooth & subtle — Framer Motion fade-ins and soft hovers instead of glitch/neon/rainbow effects.
Color System¶
Dark Theme (Default)¶
Token |
Value |
Usage |
|---|---|---|
|
|
Page background |
|
|
Alternating section backgrounds |
|
|
Cards, panels |
|
|
Hovered cards |
|
|
Borders, dividers |
|
|
Primary text |
|
|
Secondary text |
|
|
Tertiary text, labels |
|
|
CTAs, links, active states |
|
|
Hovered accent elements |
|
|
Accent backgrounds |
Light Theme¶
Token |
Value |
Usage |
|---|---|---|
|
|
Page background |
|
|
Cards, panels |
|
|
Borders |
|
|
Primary text |
|
|
Secondary text |
|
|
CTAs, links |
Typography¶
Role |
Font |
Weight |
|---|---|---|
Display/Headings |
Nunito |
Bold (700), Black (900) |
Body |
Inter |
Regular (400), Medium (500) |
Code/Mono |
JetBrains Mono |
Regular (400) |
Homepage Sections¶
Hero¶
Clean centered layout, no particles/scanlines/grid/orbs
Large Nunito heading “RMH STUDIOS” with subtle accent gradient on “STUDIOS”
Tagline in Inter, muted text
Single accent CTA button “Explore Our Games”
Soft radial accent gradient blob behind heading (CSS only)
Staggered fade-up entrance animation
Our Games / Our Apps¶
Clean section headings with SectionHeading component
Existing Embla carousel restyled with site tokens
Alternating section backgrounds (
--site-bg/--site-bg-subtle)No neon gradients
About¶
Clean centered text, stats grid
Numbers bold in
--site-text, labels in--site-text-dimNo floating elements or orbs
Testimonials¶
SurfaceCard grid (no 3D bounce)
Stars and author names in
--site-accentStaggered entrance animation
Blog¶
Clean blog cards with surface bg and border
Hover: border shifts to accent, subtle shadow lift
No grid overlays
Merch¶
SurfaceCard product cards
Price in
--site-accent
What Gets Removed¶
ParticleField (canvas)
FloatingShapes, FloatingElement (mouse tracking)
PulsatingOrb (animated orbs)
GlitchText, ProximityText (text effects)
NeonButton (rainbow chromatic button)
BouncyCard (3D tilt card)
GlobalSmartScroll (complex scroll nav)
MouseContext (global mouse tracking)
usePerformanceMode (no longer needed)
All neon CSS animations (rainbow, glitch, scanlines, grid, noise, etc.)
What Stays¶
Framer Motion
whileInViewscroll animations (subtle fade-ins)Embla carousel mechanics (restyled)
Shadcn/Radix UI primitives
All game/app-specific pages and their isolated themes
prefers-reduced-motionaccessibility support