# Hyper Tria — Style Reference
> monochromatic gallery, bold typography
**Theme:** light
Hyper Tria presents as a minimalistic, content-driven agency. Its visual system prioritizes stark contrast and ample whitespace, using black and white as primary communicators. Typography is sharp and impactful, often appearing in large, tracked blocks that command attention. Color is used sparingly, primarily as an accent for subtle interactive states or to denote specific sections, creating a focused and uncluttered user experience.
## Tokens — Colors
| Name | Value | Token | Role |
|------|-------|-------|------|
| Midnight | `#000000` | `--color-midnight` | Page backgrounds, primary text, borders, navigation text, hero text outlining a vivid accent color |
| Canvas | `#ffffff` | `--color-canvas` | Hairline borders, dividers, input outlines, and card edges on light surfaces. Do not promote it to the primary CTA color |
| Charcoal | `#666666` | `--color-charcoal` | Muted navigation text, secondary borders |
| Leaf Green | `#0fa64b` | `--color-leaf-green` | Section backgrounds, decorative accents, large brand blocks |
| Vivid Blue | `#007bff` | `--color-vivid-blue` | Outlined interactive elements, link text, borders for images |
| Accent Red | `#ee3a49` | `--color-accent-red` | Small decorative background elements |
## Tokens — Typography
### Aeonik — Primary brand typeface for all headings and body text, providing a premium, contemporary feel with its distinct tracking at larger sizes. · `--font-aeonik`
- **Substitute:** system-ui
- **Weights:** 300, 400, 500
- **Sizes:** 13px, 14px, 19px, 20px, 27px, 30px, 35px, 75px, 90px
- **Line height:** 0.90, 1.00, 1.11, 1.16, 1.45, 1.48, 1.70, 2.23
- **Letter spacing:** -0.0530em at 90px, -0.0200em at 75px, -0.0100em at 35px, 0.0100em at 14px-20px, 0.0200em at 13px
- **Role:** Primary brand typeface for all headings and body text, providing a premium, contemporary feel with its distinct tracking at larger sizes.
### -apple-system — Fallback system font for navigation, labels, and smaller text, ensuring broad compatibility while aligning with a clean aesthetic. · `--font-apple-system`
- **Weights:** 400
- **Sizes:** 14px, 28px, 30px
- **Line height:** 1.50, 1.70
- **Letter spacing:** normal
- **Role:** Fallback system font for navigation, labels, and smaller text, ensuring broad compatibility while aligning with a clean aesthetic.
### Type Scale
| Role | Size | Line Height | Letter Spacing | Token |
|------|------|-------------|----------------|-------|
| body-lg | 14px | 1.7 | 0.01px | `--text-body-lg` |
| subheading | 19px | 1.48 | — | `--text-subheading` |
| heading | 27px | 1.16 | — | `--text-heading` |
| heading-lg | 30px | 1.11 | — | `--text-heading-lg` |
| display-md | 35px | 1 | -0.01px | `--text-display-md` |
| display | 75px | 0.9 | -0.02px | `--text-display` |
| display-lg | 90px | 0.9 | -0.053px | `--text-display-lg` |
## Tokens — Spacing & Shapes
**Density:** spacious
### Spacing Scale
| Name | Value | Token |
|------|-------|-------|
| 8 | 8px | `--spacing-8` |
| 10 | 10px | `--spacing-10` |
| 18 | 18px | `--spacing-18` |
| 20 | 20px | `--spacing-20` |
| 23 | 23px | `--spacing-23` |
| 25 | 25px | `--spacing-25` |
| 26 | 26px | `--spacing-26` |
| 28 | 28px | `--spacing-28` |
| 44 | 44px | `--spacing-44` |
| 45 | 45px | `--spacing-45` |
| 100 | 100px | `--spacing-100` |
| 110 | 110px | `--spacing-110` |
| 115 | 115px | `--spacing-115` |
| 145 | 145px | `--spacing-145` |
### Border Radius
| Element | Value |
|---------|-------|
| default | 0px |
### Layout
## Components
### Outlined Navigation Link
**Role:** Primary navigation element
Displays as 'Hyper Branding': #007bff border with 2px thickness (active/hover) or #000000 border (inactive/default), with #000000 text for current page or #666666 for others. Uses Aeonik weight 400 at 14px with normal letter spacing. Padding on right is 8px for spacing.
### Text Link
**Role:** Standard interactive text link
Text in Vivid Blue (#007bff) for default state, using Aeonik weight 400 at 14px with normal letter spacing. Appears frequently within body copy and lists.
### Hero Headline
**Role:** Large, impactful display text
Black text, using Aeonik weight 300 or 400 at 75px or 90px size, with tight letter spacing (-0.0200em at 75px, -0.0530em at 90px) to create dense, commanding blocks of text. Used for main section titles like 'AN OUT OF THE BOX CONCEPT'.
### Section Subheading
**Role:** Secondary heading for content blocks
Black text, using Aeonik weight 400 at 27px or 30px size, with tight letter spacing (-0.0100em) and 23px or 28px bottom margin for clear separation from body text. Example: 'Your Breakfast Box'.
### Image Outline Container
**Role:** Visual frame for images
A container with a 1px border in Vivid Blue (#007bff) or Midnight (#000000), encasing images to provide visual structure.
### Sub-Navigation Text
**Role:** Secondary menu or language switcher
Charcoal text (#666666), Aeonik weight 400 at 14px with normal letter spacing. Used for 'En / Gr' or similar secondary links.
### Footer Copyright
**Role:** Legal and branding information in footer
Black text (#000000), -apple-system font at 14px, normal letter spacing, ensuring legibility against the footer's background.
## Do's and Don'ts
### Do
- Use Midnight (#000000) for primary text and Canvas (#ffffff) for backgrounds to maintain high contrast.
- Apply Aeonik for all headings and substantial text blocks, leveraging its distinct letter-spacing for visual impact.
- Use Vivid Blue (#007bff) exclusively for interactive elements like links and button borders, not for backgrounds.
- Ensure generous vertical spacing between sections (44px-100px) and elements (8px-20px) to uphold a spacious aesthetic.
- Maintain sharp, 0px border-radius for all UI elements to align with the minimalist and precise tone.
- Employ the Leaf Green (#0fa64b) for large background sections to create a clear visual break and inject brand identity.
- Prioritize black and white as the dominant color scheme, reserving brand and accent colors for functional highlights only.
### Don't
- Avoid using multiple chromatic colors for aesthetic purposes; restrict their use to functional UI elements.
- Do not introduce rounded corners; all shapes should remain sharp and angular.
- Refrain from using shadows or gradients, as the system relies on flat surfaces and high contrast.
- Do not deviate from the specified letter-spacing for Aeonik, especially at larger sizes, as it's a key brand identifier.
- Avoid dense, information-heavy blocks of text; break content into manageable, well-spaced segments.
- Do not use Vivid Blue (#007bff) or Leaf Green (#0fa64b) as primary text colors unless the background strongly contrasts in black or white.
- Introduce images without a defined border; images should always be visually contained.
## Imagery
This site utilizes a mix of high-quality product photography and sparse, minimalist graphics. Photography often features tight crops of products (like the breakfast box) against clean, light backgrounds, highlighting texture and form without distracting context. In some cases, unique 3D renders or abstract metallic graphic elements (like the 'H' symbol) are used to create a distinctive brand identity, often with a stark, reflective quality against dark backgrounds. Iconography is minimal: often simple, thin-lined arrows or social media icons. Imagery serves to showcase work or add abstract branding, maintaining a generally uncluttered visual field.
## Layout
The page employs a full-bleed layout for background elements, but main content is often centered and contained, although no strict `pageMaxWidth` is enforced. The hero section can be full-viewport with large, tracked typography against a dark background, sometimes featuring a prominent 3D graphic. Section rhythm is driven by alternating background colors (e.g., white, black, Leaf Green) and consistent, generous vertical spacing. Content often appears in single-column stacks or a simple two-column arrangement, where a visual (image/graphic) balances off a block of large, impactful text. Navigation is a simple top-bar with text links and a language switcher, suggesting a minimal approach.
## Agent Prompt Guide
Quick Color Reference:
text: #000000
background: #ffffff
border: #000000
accent: #0fa64b
primary action: #007bff (outlined action border)
Example Component Prompts:
Create a hero section with a black background: headline 'HYPER BRANDS' in Canvas (#ffffff), Aeonik weight 300, 90px size, line-height 0.9, letter-spacing -0.053em. Centered vertically and horizontally.
Generate a content section: Leaf Green (#0fa64b) background. Left side: image container with a 1px border in Vivid Blue (#007bff). Right side: heading 'Your Breakfast Box' in Midnight (#000000), Aeonik weight 400, 27px size, line-height 1.16, margin-bottom 23px. Below, body text in Midnight (#000000), Aeonik weight 400, 14px size, line-height 1.7, letter-spacing 0.01em.
Construct a navigation bar: Canvas (#ffffff) background, with 'Hyper Branding' link in Vivid Blue (#007bff) border, 2px thickness, text in Midnight (#000000), Aeonik weight 400, 14px size. 'Agency', 'Works', 'Contact' links with no border, text in Charcoal (#666666), Aeonik weight 400, 14px size.
## Similar Brands
- **Awwwards** — High-contrast, minimalist design with bold, custom typography and stark use of black and white.
- **Figma's landing pages** — Focus on large, impactful headlines, ample whitespace, and strategic use of a single accent color for calls to action.
- **B-Reel** — Modern agency site aesthetic with a clean, grid-like layout, strong typographic hierarchy, and minimalist use of imagery against clear backgrounds.
- **Active Theory** — Employs an experimental, often dark, design with heavy emphasis on typography and sparse, striking visual elements or 3D graphics.
## Quick Start
### CSS Custom Properties
```css
:root {
/* Colors */
--color-midnight: #000000;
--color-canvas: #ffffff;
--color-charcoal: #666666;
--color-leaf-green: #0fa64b;
--color-vivid-blue: #007bff;
--color-accent-red: #ee3a49;
/* Typography — Font Families */
--font-aeonik: 'Aeonik', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
--font-apple-system: '-apple-system', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
/* Typography — Scale */
--text-body-lg: 14px;
--leading-body-lg: 1.7;
--tracking-body-lg: 0.01px;
--text-subheading: 19px;
--leading-subheading: 1.48;
--text-heading: 27px;
--leading-heading: 1.16;
--text-heading-lg: 30px;
--leading-heading-lg: 1.11;
--text-display-md: 35px;
--leading-display-md: 1;
--tracking-display-md: -0.01px;
--text-display: 75px;
--leading-display: 0.9;
--tracking-display: -0.02px;
--text-display-lg: 90px;
--leading-display-lg: 0.9;
--tracking-display-lg: -0.053px;
/* Typography — Weights */
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-medium: 500;
/* Spacing */
--spacing-8: 8px;
--spacing-10: 10px;
--spacing-18: 18px;
--spacing-20: 20px;
--spacing-23: 23px;
--spacing-25: 25px;
--spacing-26: 26px;
--spacing-28: 28px;
--spacing-44: 44px;
--spacing-45: 45px;
--spacing-100: 100px;
--spacing-110: 110px;
--spacing-115: 115px;
--spacing-145: 145px;
/* Layout */
/* Named Radii */
--radius-default: 0px;
}
```
### Tailwind v4
```css
@theme {
/* Colors */
--color-midnight: #000000;
--color-canvas: #ffffff;
--color-charcoal: #666666;
--color-leaf-green: #0fa64b;
--color-vivid-blue: #007bff;
--color-accent-red: #ee3a49;
/* Typography */
--font-aeonik: 'Aeonik', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
--font-apple-system: '-apple-system', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
/* Typography — Scale */
--text-body-lg: 14px;
--leading-body-lg: 1.7;
--tracking-body-lg: 0.01px;
--text-subheading: 19px;
--leading-subheading: 1.48;
--text-heading: 27px;
--leading-heading: 1.16;
--text-heading-lg: 30px;
--leading-heading-lg: 1.11;
--text-display-md: 35px;
--leading-display-md: 1;
--tracking-display-md: -0.01px;
--text-display: 75px;
--leading-display: 0.9;
--tracking-display: -0.02px;
--text-display-lg: 90px;
--leading-display-lg: 0.9;
--tracking-display-lg: -0.053px;
/* Spacing */
--spacing-8: 8px;
--spacing-10: 10px;
--spacing-18: 18px;
--spacing-20: 20px;
--spacing-23: 23px;
--spacing-25: 25px;
--spacing-26: 26px;
--spacing-28: 28px;
--spacing-44: 44px;
--spacing-45: 45px;
--spacing-100: 100px;
--spacing-110: 110px;
--spacing-115: 115px;
--spacing-145: 145px;
}
```
High-contrast monochrome, violet…
Editorial canvas, bold type
Sculpted Minimalism on Canvas. An…
High-contrast stark blueprint
Midnight atelier of digital…
Midnight Command Center: precise…
monochrome playful sculpture
High-contrast monochrome blueprint
Kinetic typographic canvases
Architectural blueprint on white…
High-contrast digital canvas – a…
High-contrast monochrome blueprint
Vibrant canvas, bold typography
Gallery Grid and Whisper
Classical art gallery
Minimalist gallery wall. Expansive…
Black canvas, stark typography

Frosted glass on crisp canvas
gallery wall contrast
Gallery canvas, warm minimal.