01 — Foundation
Color
Six brand primitives derived from warm earth tones. Components reference solid tokens; gradients are reserved for decorative use only.
02 — Foundation
Typography
Latin fonts are self-hosted via next/font for GDPR compliance. CJK typefaces load from Google Fonts CDN for optimal delivery.
56pxgrad40pxgrad30px22px18px16px14px11px13px16px03 — Foundation
Tokens
Spacing — 4px base
4px8px12px16px20px24px32px40px48px64px80px96pxBorder Radius
4px8px12px16px20px24px9999px04 — Depth
Neumorphic Depth
Four elevation levels built from soft dual shadows. Light originates from the top-left; shadow falls to the bottom-right.
--neu-flat--neu-raise-sm--neu-raise--neu-inset05 — Motion
Motion & Animation
Every transition serves a purpose. All animations honour prefers-reduced-motion.
Duration Scale
50ms100ms200ms350ms700msEasing Curves
cubic-bezier(0.34,1.56,0.64,1)cubic-bezier(0.0,0.0,0.2,1)cubic-bezier(0.4,0.0,0.2,1)cubic-bezier(0.25,0.46,0.45,0.94)06 — Components
Components
Production-ready primitives built with neumorphic depth, spring-based motion, and consistent brand tokens.
Buttons
Cards
Standard
Subtle border lift on hover. Clean and minimal.
Raised
Soft dual shadow with interactive 3D tilt on hover.
Feature
Icon-led card for feature highlights and onboarding.
Inputs
Flat — label above
Please enter a valid email.
Floating label
Badges
Toggles
Progress
Toasts
Modal
Tabs
Neumorphic components with spring-based motion and warm brand tokens.
Next.js App Router with React 19.
Avatar
Tooltip
Skeleton
07 — Guidelines
Accessibility
WCAG 2.1 AA compliance is a baseline requirement. Every component includes keyboard navigation, ARIA attributes, and focus management.
Color Contrast
Primary tokens meet AA on both themes. Gold (#F2B872) on navy: 7.4:1. Amber (#A66329) on white: 5.0:1.
Keyboard Navigation
All interactive elements are tabbable with visible focus rings using :focus-visible.
Reduced Motion
All animations respect prefers-reduced-motion: reduce media query.
Semantic HTML
Components use proper ARIA roles, labels, and landmarks for screen readers.