HEALTHCARE INSPIRON · Brand System

Grand Final HTML Artifact
v17 · Terminal Lock

All 15 lockup families. All tokens. A4 clinical print. Forbidden wall. Decision inbox. One file — copy directly into production.

--bg: #010409 --teal: #2DD4BF --amber: #F59E0B --x: 12px · 1X = amber dot diameter

01 · Icon System

Canonical SVG · Screen + Print + Tiles
Screen — Forensic Dark LOCKED
24px
32px
48px
72px
96px
spine:#2DD4BF dot:#F59E0B bg:#010409
Print — Clinical Light PDF
24px
32px
48px
72px
96px
spine:#0D9488 dot:#D97706 bg:#FFFFFF
Tile Variants UI
PWA Tile
Favicon
Avatar
PWA 100px r24 · Favicon 48px r10 · Avatar 56px r28

02 · Wordmark Engine

Law of Equality · Span-Flex · Never letter-spacing

HEALTHCARE (10 chars) and INSPIRON (8 chars) must occupy identical pixel widths using display:flex; justify-content:space-between on a fixed-width container. Never letter-spacing.

Screen — 5 sizes
HEALTHCARE
INSPIRON
HEALTHCARE
INSPIRON
HEALTHCARE
INSPIRON
HEALTHCARE
INSPIRON
HEALTHCARE
INSPIRON
Print (white background)
HEALTHCARE
INSPIRON
HEALTHCARE
INSPIRON
/* LAW OF EQUALITY — copy this pattern */
.hi-wordmark {
  display: flex;
  flex-direction: column;
  gap: calc(var(--x) * 0.45);
  width: 170px; /* fixed — same for both rows */
}
.hi-row {
  display: flex;
  justify-content: space-between; /* ← KEY: never letter-spacing */
  text-transform: uppercase;
  line-height: 1;
}
.hi-desc { font-weight: 300; font-size: 10px; color: rgba(255,255,255,.65); }
.hi-brand { font-weight: 700; font-size: 26px; color: var(--teal); }

03 · Variant Matrix V1–V15

All approved lockup families — no ad-hoc variants outside this list
V1 · Logo / Navbar Primary NAV
HEALTHCARE
INSPIRON
Context: Full-width sticky nav · Rule: 2X gap · Snellen min · glassmorphic nav bg
V2 · Logo / Horizontal S COMPACT
HEALTHCARE
INSPIRON
Context: Sidebar rail, tight headers · Rule: Absolute minimum: icon 32px, wm 120px
V3 · Logo / Horizontal M DEFAULT
HEALTHCARE
INSPIRON
Context: Dashboard header, primary UI · Rule: Default digital lockup — use unless context requires otherwise
V4 · Logo / Horizontal L HERO
HEALTHCARE
INSPIRON
Context: Large landing pages ≥1024px · Rule: Large-format only · icon 54px · wm 220px
V5 · Logo / Architectural Block SIGNATURE
HEALTHCARE
INSPIRON
Context: Flagship hero, marketing · Rule: Icon above wordmark · amber GR divider · outer card 396px
V6 · Logo / Vertical Stack S STACK
HEALTHCARE
INSPIRON
Context: Login, splash, onboarding · Rule: Gap 2X (24px) · GR bar 148px
V7 · Logo / Monument Ceremonial CEREMONY
HEALTHCARE
INSPIRON
Context: Investor decks, keynotes · Rule: 4X padding · amber divider mandatory · LIS caption below
V8 · Logo / Strip Header STRIP
HEALTHCARE
INSPIRON
Context: Document header bar, invoices · Rule: Bar height 48px · border-top 3px teal · icon left, ref right
V9 · Logo / Certificate Column CERT
HEALTHCARE
INSPIRON
Context: A4 certificates, official docs · Rule: Print palette only · amber-pr divider · border-radius 4px
V10 · Logo / Seal Digital SEAL
HEALTHCARE
INSPIRON
Context: Stamp, watermark, auth marker · Rule: Circle 160px · border-radius 80px · teal border always
V11 · Logo / Badge Tile BADGE
HEALTHCARE
INSPIRON
Context: App tile, PWA icon, card · Rule: 148×148px · border-radius 32px · hide wm below 320px
V12 · Logo / Corner Lock CORNER
HEALTHCARE
INSPIRON
Context: Document corner, report watermark · Rule: Stamp context · no container box · icon top-right or top-left
V13 · Logo / Marketing Strip PROMO
HEALTHCARE
INSPIRON
Context: Landing page section banner · Rule: Full bleed strip · large format only
V14 ⚠ · Logo / Parent BridgeNOT FOR HI UI PARENT-REF
HEALTHCARE
INSPIRON
Context: REFERENCE ONLY — NOT for HI UI · Rule: FORBIDDEN in product UI · parent cyan/gold tokens · investor slides only
V15 · Logo / Premium Boxed PREMIUM
HEALTHCARE
INSPIRON
Context: Partner proposals, annual report · Rule: Amber vertical divider between icon and wordmark · 360×88px frame

04 · Color System

Screen Forensic Dark · Print Clinical Light · Forbidden Parent Tokens
Screen — Forensic Dark Mode
#2DD4BF --teal Spine / icon primary
#F59E0B --amber Dot / highlights / CTA
#010409 --bg Page background
#0D1117 --panel Card / component bg
#042F2E --deep Monument substrate
#0A1F1D --surf Tile / mid surface
#E6EDF3 --text Primary text
#8B949E --muted Secondary text
#21262D --border Dividers / borders
#F85149 --danger Data danger flag (NOT brand accent)
Print — Clinical Light Mode
#0D9488 --teal-pr Print spine
#D97706 --amber-pr Print dot / divider
#FFFFFF --bg-light Print background
rgba(4,47,46,.55) --desc-print HEALTHCARE descriptor on white
Forbidden — Parent Tokens (INSPIRON TECH only)
#00D2FF --cyan (parent) INSPIRON TECH parent ONLY — NEVER in HI
#FFD700 --gold (parent) INSPIRON TECH parent ONLY — NEVER in HI
TokenHexModeUse-caseReason
--teal#2DD4BFScreenSpine, icon, primary accentsWCAG AA on #010409 · teal = clinical precision
--amber#F59E0BScreenDot, highlights, CTA12px = X-unit · amber dot is spatial seed
--bg#010409ScreenPage backgroundNear-black, not pure black — reduces OLED halation
--panel#0D1117ScreenCard / component surface1 step above bg — structural layering
--deep#042F2EScreenMonument substrateTeal-tinted dark for premium lockup backgrounds
--teal-pr#0D9488PrintPrint spineCMYK-reliable, high contrast on white, Snellen-legible
--amber-pr#D97706PrintPrint dot / dividersWarm amber at print density — no bleed issues
--danger#F85149ScreenData flag ONLYNOT a brand accent — clinical table abnormal row only

05 · UI Components

Glass card · Buttons · Table · Tags · Nav snippet
Glass Card
Glassmorphic container — blur:15px · alpha:0.05 · border:0.12

Sample Report Panel

Patient CBC results loaded. 2 values outside reference range.

Data Table with .abnormal row
TestResultUnitsRef RangeFlag
Haemoglobin13.8g/dL13.5–17.5Normal
Platelet Count88×10³/µL150–400↓ LOW
Glucose6.1mmol/L3.9–7.8Normal
Creatinine1.42mg/dL0.74–1.35↑ HIGH
Tags / Badges
LOCKED PENDING ABNORMAL REFERENCE
Buttons
/* GLASS CARD — canonical values */
.card-glass {{
  background: var(--surface-glass);         /* rgba(255,255,255,.05) */
  border: 1px solid var(--border-glass);    /* rgba(255,255,255,.12) */
  border-radius: 16px;
  padding: calc(var(--x) * 3);             /* 36px = 3X */
  backdrop-filter: blur(15px);              /* locked blur value */
}}
/* NAV — canonical values */
nav.hi-nav {{
  position: fixed; top: 0; left: 0; right: 0;
  height: 70px;
  background: rgba(1,4,9,.9);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid var(--border-glass);
}}

06 · Print / Clinical A4

V11 Certificate header · Clinical table · @media print rules
A4 Report Preview (screen-scaled)
HEALTHCARE
INSPIRON
LABORATORY REPORT
Facility: Healthcare Inspiron Clinical Lab
Patient ID: PAT-2026-04892
Sample ID: INS-S-0802
Date: 14 June 2026 · 08:42 UTC+6
Physician: Dr. Rafiqul Islam
Age / Sex: 34 / M
Ward: OPD Block B
Collected: 14 Jun 2026 · 07:15
Reported: 14 Jun 2026 · 08:42
Test Result Units Reference Range Flag Method
Haemoglobin (Hb) 13.8 g/dL 13.5 – 17.5 Normal Colorimetric
WBC Count 5.4 ×10³/µL 4.5 – 11.0 Normal Impedance
Platelet Count 88 ×10³/µL 150 – 400 ↓ LOW Impedance
Random Blood Glucose 6.1 mmol/L 3.9 – 7.8 Normal Enzymatic
Serum Creatinine 1.42 mg/dL 0.74 – 1.35 ↑ HIGH Jaffe
TSH 2.1 mIU/L 0.4 – 4.0 Normal CLIA
Generated by HEALTHCARE INSPIRON LIS · v17 MD ABU HASAN · INSPIRON TECH · Dhaka 2026 Page 1 of 1
Opens browser print — nav and non-print sections hidden via @media print
@media print {{
  nav, .no-print {{ display: none !important; }}
  body {{ background: #FFFFFF; color: #1A2B2A; }}
  .card-glass {{ backdrop-filter: none; background: #F6F8FA; border: 1px solid #D0D7DE; }}
  /* Swap to print palette */
  :root {{
    --teal: #0D9488;    /* --teal-pr */
    --amber: #D97706;   /* --amber-pr */
    --bg: #FFFFFF;
    --text: #1A2B2A;
  }}
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}}

07 · Forbidden Patterns

Explicitly discarded — any pattern not in this spec is out of canon by default
FORBIDDEN color

Emergency Red as Brand Accent

Any use of red (--danger #F85149) as a brand colour, CTA, or decorative element. --danger is ONLY for data flags in clinical tables.

✓ DO: Use --teal for CTAs, --amber for highlights.

FORBIDDEN color

Wellness Pinks / Lifestyle Palettes

Any pink, lavender, or pastel palette. Violates forensic MedTech positioning.

✓ DO: Stick to teal/amber/dark token set.

FORBIDDEN color

Parent Cyan (#00D2FF) or Gold (#FFD700) in HI

INSPIRON TECH parent tokens bleeding into HEALTHCARE INSPIRON surfaces. Two different brand systems.

✓ DO: V14 is REFERENCE ONLY. Never render parent tokens in HI UI.

FORBIDDEN geometry

Gradients on Icon or Wordmark

No gradient fills on SVG paths or wordmark characters. Flat tone only — CMYK-safe, print-safe, legible at all sizes.

✓ DO: Use solid fills from token set.

FORBIDDEN typography

letter-spacing on Wordmark

letter-spacing distorts the Law of Equality. Character widths become unequal. HEALTHCARE and INSPIRON rows diverge at any non-zero tracking value.

✓ DO: span-flex justify-content:space-between only.

FORBIDDEN typography

Italics on HEALTHCARE Descriptor

Italic type on the descriptor row violates the precision/clinical tone. Forensic systems do not italicise.

✓ DO: font-weight:300 upright only.

FORBIDDEN typography

Non–Neo Sans Pro Wordmark

Inter, Helvetica, system-ui as wordmark font. Neo Sans Pro must be loaded from CDN. If it fails, show fallback gracefully — never lock to Inter.

✓ DO: Load NeoSansPro-*.woff from https://inspiron.tech/fonts/

FORBIDDEN geometry

Icon Redraws or Non-Canonical Paths

Redrawing the icon from scratch, altering path d-values, or scaling non-proportionally. The SVG viewBox (0 0 358.846 350.3) and exact paths are locked.

✓ DO: Copy the canonical d= values verbatim. Never modify.

FORBIDDEN geometry

Ad-Hoc Lockup Variants

Creating any lockup not listed in V1–V15. If a design need doesn't fit the matrix, escalate to COMMANDER.

✓ DO: Pick the nearest matrix variant and adapt within its spec.

FORBIDDEN effects

Drop Shadows / Glows on Wordmark (Standard)

Glow effects on the wordmark in standard product UI. Glow treatment is PENDING COMMANDER approval and is NOT active by default.

✓ DO: No box-shadow or text-shadow on wordmark. Glass containers may use blur.

FORBIDDEN spacing

Arbitrary Padding not from --x multiples

Any padding/margin value not derived from integer multiples of --x (12px): e.g., 7px, 15px, 23px. Breaks the 8px grid.

✓ DO: Use calc(var(--x)*N) or 8px grid snap values.

FORBIDDEN print

Non-flat tones in Print

Glassmorphism, backdrop-filter blur, box-shadow, or gradient fills in @media print or PDF contexts. Printers flatten these to grey smears.

✓ DO: All print contexts: solid fills, --teal-pr, --amber-pr, no blur.

08 · Decision Inbox

4 items requiring COMMANDER decision — everything else is engineering-judgment default
PENDING · COMMANDER OQ-1

Border-Radius Governance Beyond Standard Cases

Standard cards use 16px, nav uses none, print uses 4px. What radius (if any) applies to modal dialogs and full-page overlays?

□ 16px (consistent with cards)
□ 24px (larger premium feel)
□ 0px (surgical precision — no radius in modal overlays)
PENDING · COMMANDER OQ-2

Glow / Neon Variant Approval

A teal glow (box-shadow: 0 0 32px rgba(45,212,191,.12)) exists in the components library as a focus/interactive state. Is it approved for general hover and focus states or restricted to interactive focus rings only?

□ Approved for hover + focus states
□ Focus-ring only (keyboard nav)
□ Disabled — no glow anywhere in standard UI
PENDING · COMMANDER OQ-3

Logo Animation Specification

No animation doctrine is defined. Logo may be used in loading screens and transitions. What motion is approved?

□ Fade-in opacity 0→1 (300ms ease-out) only
□ SVG path draw-on animation (clinical feel)
□ No animation — static only in all contexts
PENDING · COMMANDER OQ-4

Snellen Screen Floor for Medical Device Submission

The current minimum icon size is 26px (V1/V10 Navbar). For formal medical device UI submissions (MDR, FDA), a Snellen-informed minimum may need to be higher. Is 26px accepted or must it be 32px minimum?

□ 26px accepted (current standard)
□ 32px minimum for all regulated-submission UIs
□ Two-tier: 26px product, 32px device/regulated