From fa5e6d84142ff4ea81caf367f49619777aceb47b Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sun, 19 Apr 2026 20:28:10 +0200 Subject: [PATCH] docs: add editorial patterns (pulled quote, stat figure, arch diagram) to style guide --- src/pages/style-guide.astro | 147 ++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) diff --git a/src/pages/style-guide.astro b/src/pages/style-guide.astro index 9a010dc..8df1ca3 100644 --- a/src/pages/style-guide.astro +++ b/src/pages/style-guide.astro @@ -86,6 +86,7 @@ const lucideIcons = [ Cards Iconography Motion + Editorial @@ -610,6 +611,64 @@ const lucideIcons = [ + +
+
+ + +

Pulled quote

+

+ A short, high-impact statement extracted from body copy. Newsreader italic, + oversized, with a left-rule in the secondary colour. Muted attribution line below. + Use sparingly — one per section maximum. +

+
+
+

We can't build our digital fortress on foreign clouds.

+
— Framing line, Project Bifrost vision
+
+
+ +

Large statistic

+

+ A single striking figure, set in Newsreader at display scale, colour-muted. + Followed by a short label in Manrope. Used for credibility anchors in pitch sections. +

+
+
+

97%

+
of AI foundational model usage falls outside EU jurisdiction
+
+
+ +

Architecture diagram row

+

+ Four stacked horizontal rows using surface tiers for tonal separation. No borders, + no drop shadows. Left label in Manrope tracked uppercase, right body in Newsreader italic. +

+
+
+
+ AI Model + Locally hosted open-source foundation model — no data leaves the infrastructure. +
+
+ Agents + Specialised agents that handle distinct tasks and collaborate. +
+
+ Semantic Layer + The vocabulary through which the AI understands the organisation. +
+
+ Tools + The capabilities agents use to act: read files, query systems, produce output. +
+
+
+
+
+