Frosted hero, glass cards and navbar-glass in one page. Lookbooks are composition studies: whole pages that show a paradigm holding together across navbar, hero, content and footer.

The composition#

html
<body class="bg-mono-900">
<nav class="navbar-glass">…</nav>
<section class="hero-neon text-center py-24">headline + btn-neon</section>
<section class="grid md:grid-cols-3 gap-6 p-12">card-glass ×3</section>
</body>

Design decisions#

  • One paradigm carries the whole page — mixing paradigms mid-page breaks the spell
  • Surfaces step in threes: canvas → card → raised
  • Accents appear at most three times per viewport
  • Typography carries hierarchy; color carries emotion — never reversed

Rebuild it#

Copy the skeleton, then swap palettes using the color system. The structure survives any theme because it is pure v1 classes.

Lookbook index · Components