Section reviewAwaiting review2 met · 0 to improve · 1 to review
What is in place, what needs improving, and what still needs a closer look. Each status refers only to the criterion below; it is not approval of the whole section.
- Meets criterionBlocks have a consistent geometry and clear composition rules.
Three motifs share a modular grid, a reserved content area, two styles and four color pairings.
View blocks specification ↗ - Meets criterionPeople and agents can retrieve each reusable motif.
The library provides 24 SVG files, direct URLs, a JSON manifest and a copyable HTML/CSS recipe.
View blocks specification ↗ - Awaiting reviewThe visual direction has been reviewed in real applications.
Review the pilot motifs in campaign layouts and printed proofs before treating them as final brand standards.
Build / Blocks
Blocks that give ideas structure.
Simple modules to frame an idea, create rhythm and connect image and message. A graphic language for 6am covers, editorial layouts and digital communications.
The grid sets the rhythm.
The base module is 80 units in a 960 × 640 SVG. The central area starts at (160, 160) and measures 640 × 320. Outlines are 2 units wide and scale with the file. At small sizes, use the solid version if outlines lose definition.
The clear area organizes the layout; also preserve the logo’s own clearspace. Leave more room when the message needs it.
One family. Three compositions.
Explore the same grid in solid and outlined versions. Each file contains only the motif, with a transparent background; apply the surface color in the composition.
How to compose
One module per composition
Build on a 12 × 8 grid. Squares and rectangles use whole multiples of the same module. Scale the complete motif proportionally; do not stretch individual modules.
The message comes first
Keep blocks at the edges and content in the clear central area. Use one family per composition and avoid filling the entire grid. Empty space sets the reading order.
Give color a purpose
Use the combinations shown. Keep text solid. Do not turn the logo-only green into a block color or apply effects to the logo.
Give images room
Use outlines when the image already has a strong presence. Keep blocks away from faces and important details. Choose a quiet area with contrast for text; use a separate solid strip when needed.
Recompose for the format
The SVG motifs have a 3:2 aspect ratio. Preserve it. In portrait formats, use an independent graphic strip. On mobile, let the content grow and keep the motif separate; do not shrink text to make it fit.
Decoration without barriers
Mark motifs as decorative, without duplicate screen reader descriptions. Do not use blocks alone to indicate state or interaction. These compositions are static and need no animation.
From rule to application
Three ways to apply the system with the 6am identity. Text, image and logo remain independent elements.
Cover / One idea
Solid bookends frame one short message. The logo keeps its clearspace.

Editorial / Image and content
The motif occupies its own strip. Text sits on a solid surface and the illustration stays clear.
Outline / Message
Outlined windows add structure with less visual weight. The message remains the focus.
Ready to reuse
Download each SVG or copy its URL in the library. The JSON includes all 24 variants, geometry, colors and rules. The HTML/CSS template uses the same files and keeps text editable.
A composition that adapts
This template keeps the motif in a 3:2 strip and content in normal flow. Replace the message and motif URL without turning text into an image.
<style>
.sixam-block-composition { background: #0A0C00; color: #FFFFFF; }
.sixam-block-motif { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; }
.sixam-block-copy { padding: clamp(24px, 5vw, 48px); }
.sixam-block-copy h2 { margin: 0; font-family: var(--6am-font-display), sans-serif; font-size: clamp(28px, 5vw, 48px); line-height: 1.12; }
</style>
<section class="sixam-block-composition">
<img class="sixam-block-motif" src="/assets/design/6am/blocks/bookends-solid-lime-on-ink.svg" width="960" height="640" alt="">
<div class="sixam-block-copy"><h2>A good idea deserves space.</h2></div>
</section>Pilot library: compositions and files are available for use and review. Visual direction approval and print proofs are still pending.