Overview

PAICON is a cancer-AI diagnostics company — “From Data to Diagnostics” — dedicated to the Remaining 84% of the world underrepresented in cancer AI. The visual language is warm, serious, and scientific: light paper surfaces, deep navy ink, a single decisive orange accent, and monospaced “instrument-panel” labels.

The system is deliberately restrained. One accent color carries all emphasis; type does the heavy lifting through scale and weight rather than decoration; surfaces are warm off-white rather than clinical pure white. The intended feeling is a precise scientific instrument that is still human and approachable — confident and mission-driven, never hypey.

This is the warm-light 2026 redesign. In the codebase, tokens live on :root and component primitives are scoped under the .pi class (and per-page .pi-home, .pi-about, … variants) in assets/css/theme.css, so a page opts into the new look by wrapping its markup in .pi. Dark, full-bleed moments use the .pi-dark variant over navy.

Colors

The palette is built from warm paper surfaces and deep navy ink, with orange as the only decisive accent. Token names below are role-based for portability; the parenthetical is the CSS custom property they correspond to in theme.css.

Rules. One accent only — never introduce a second competing hue; teal and gold are support, not co-leads. Orange button text is the dark on-primary, never white. Shadows are navy-tinted, never pure black on light surfaces.

Contrast note. on-surface/on-surface-variant on the paper backgrounds and on-dark family on navy are comfortably legible. Verify secondary (#16a094) and tertiary (#d8a23a) before using them for small body text on light — they are tuned for accents and UI hints, not long-form reading.

Typography

Three families, loaded from Google Fonts (Inter:wght@400;500;600;700;800, Instrument Serif:ital@0;1, JetBrains Mono:wght@400;500):

The display sizes in the tokens are the upper bound of fluid clamp() scales. In practice they are responsive: the hero name is clamp(56px, 8vw, 116px), the manifesto clamp(48px, 6.4vw, 96px), section titles clamp(36px, 4vw, 56px). Treat the token value as the design ceiling and scale down with viewport.

Layout

Elevation & Depth

Depth is soft and navy-tinted — never pure black on light surfaces.

Shapes

Components

Signature device — the orange highlight word

The defining brand treatment: key words in a headline are wrapped in <em>, italics removed, recolored to primary (the manifesto pushes weight to 800). A secondary in-paragraph emphasis is the .hl marker — a translucent orange swipe under text via linear-gradient(transparent 70%, rgba(230,122,0,0.35) 70%). Use the orange <em> recolor for headlines; use .hl for inline emphasis.

Do’s and Don’ts