MGH Executive Design System • v1.0.0

Architectural Precision for Executive Search

The official design system and component architecture powering MG Headhunting. Engineered for board-level authority, technical clarity, and high-stakes mandate conversion in the Building Products sector.

25+
Calibrated Tokens
10+
Atomic Components
100%
Unrounded Hairlines
AAA
Contrast Standard
FOUNDATIONAL PRINCIPLES

Core Design Pillars

The visual and functional criteria guiding all interface and brand decisions.

01.

Architectural Rigor

Crisp, unrounded geometry, 1px structural hairlines, and precise tabular alignment inspired by blueprints and industrial engineering drawings.

02.

Boardroom Gravitas

A palette anchored by Deep Navy and slate with restrained teal focus accents, tailored specifically for C-suite and Boardroom stakeholders.

03.

High-Density Restraint

Zero decorative fluff or trendy gimmicks. Every pixel and component is purposeful, accessible, and fast-loading.

04.

Executive Typography

An intentional pairing of classical Roman monumental serif (Cinzel) with high-legibility geometric sans (Plus Jakarta Sans).

TOKENS.JSON SPECIFICATION

W3C Design Token Definition

Machine-readable design tokens synced across Tailwind CSS, Figma tokens, and Next.js styles.

tokens.json • Community Group Standard
W3C Valid
{
  "$schema": "https://design-tokens.github.io/community-group/format/",
  "name": "MG Headhunting Design Tokens",
  "version": "1.0.0",
  "color": {
    "brand": {
      "navy": {
        "950": { "$value": "#07111D", "$description": "Deepest architectural slate" },
        "900": { "$value": "#0F243A", "$description": "Header & high-emphasis surface text" },
        "800": { "$value": "#163A5F", "$description": "Primary Brand Navy - Industrial Gravitas" }
      },
      "teal": {
        "600": { "$value": "#138D90", "$description": "Accent Medium Teal - Precision Micro-accents & CTAs" },
        "500": { "$value": "#17A9AC", "$description": "Teal interactive hover" }
      },
      "steel": {
        "300": { "$value": "#D0D4D6", "$description": "Structural Concrete - 1px Architectural Hairlines" },
        "50":  { "$value": "#F8FAFB", "$description": "Off-white architectural canvas" }
      }
    }
  }
}