# Design Language for gabs.wiki

## Aesthetics and Tone

gabs.wiki inhabits the visual world of a private research library in a European university town -- the kind of place where leather-bound folios share shelf space with dog-eared journals, where afternoon light cuts through leaded glass onto a reading desk piled with annotated manuscripts, and where the smell of aged paper and beeswax polish is a permanent condition. The aesthetic is **light academia**: not the performative TikTok version of tweed-and-coffee, but the genuine visual culture of long-form scholarship -- the gravity of a monograph's title page, the quiet elegance of marginalia in a steady hand, the intellectual pleasure of a well-constructed argument laid out in clean Roman type.

The mood is contemplative but not solemn. There is warmth here -- the warmth of polished wood, of tawny ink, of a lamp left on in a study well past midnight. gabs.wiki is a wiki in the original sense: a collaborative repository of knowledge, presented with the dignity and craft that knowledge deserves. Every visual decision serves the text. Ornament exists not for decoration but for wayfinding and hierarchy, the way a printer's ornament separates chapters or a rubricated initial marks the start of a new thought.

The dominant feeling is one of **earned authority**: the site looks like it has existed for decades, accumulating knowledge layer by layer. It does not announce itself; it rewards attention. The visual language borrows from the tradition of fine bookmaking -- Renaissance title pages, Aldine Press layouts, the restrained opulence of a well-set folio -- but translates this into a digital idiom that breathes and moves with the deliberate pace of a turning page.

## Layout Motifs and Structure

The layout follows an **editorial-flow** architecture inspired by the proportional systems of Renaissance book design, particularly the Villard de Honnecourt canon of page construction. Rather than the modern web's tendency toward symmetrical centering, the content column sits within a calculated asymmetric ratio that echoes the relationship between a book's inner and outer margins -- narrower on the spine side, wider on the fore-edge.

**Page Geometry:**
The viewport is conceptually divided using a 9-unit Villard grid. The primary content column occupies a region offset approximately 1/9th from the left edge and spanning roughly 5/9ths of the viewport width on desktop. The remaining space to the right forms a generous margin that functions as a **marginalia column** -- a persistent but subtle secondary zone where sidenotes, cross-references, pull quotes, and annotation markers appear. This marginalia column is never empty; it carries the intellectual apparatus that distinguishes a scholarly text from a blog post.

**Vertical Rhythm:**
Content flows in a strict vertical rhythm based on a 1.5rem baseline grid. Every element -- headings, body text, block quotes, figures, horizontal rules -- snaps to this grid, creating the kind of invisible but palpable order that makes a well-typeset page feel "right" without the reader being able to articulate why. Section breaks are marked not by excessive whitespace but by **typographic ornaments**: a small fleuron (&#10087;), a three-dot leader, or a thin horizontal rule rendered as a decorative border-image using an SVG of a classical printer's rule with tapered ends.

**Navigation as Index:**
The site's navigation eschews conventional menus. Instead, the top of the page presents a **running header** in small caps that identifies the current section (like the running heads in a printed book), and navigation is accessed through a slide-in **index panel** from the left edge -- styled as a table of contents with indented hierarchical entries, chapter numbers in the margin, and a subtle vertical rule separating the TOC from the main content. This index panel uses a parchment-toned background (#F5F0E8) and casts a soft drop-shadow onto the main content when open.

**Content Blocks:**
Long-form articles unfold as continuous scroll, but with clear typographic markers for structure. Block quotes are indented and set in italic, with a vertical rule on the left in deep garnet (#7B2D42). Footnotes are handled as sidenotes in the marginalia column (on desktop) and as expandable inline notes (on mobile). Images sit within the text column with generous padding and a thin 1px border in #D4C4A8, captioned below in a smaller size with the source in italics -- exactly as a plate in a printed book would be credited.

**The Colophon Footer:**
The footer is styled as a **colophon** -- the traditional printer's note found at the end of a book. It includes the site name, a brief statement of purpose, and typographic details (fonts used, design philosophy) set in small type. A small woodcut-style SVG ornament -- a stack of books or an open folio -- marks the bottom of the page.

## Typography and Palette

**Typography:**

- **Body Text:** "EB Garamond" (Google Fonts) -- the definitive digital revival of Claude Garamond's 16th-century Roman types. Used at weight 400, with its italic variant for emphasis, block quotes, and captions. Body text is set at 1.125rem (18px) with a line-height of 1.65, which produces a generous but not airy reading measure. The slightly old-style figures and classical proportions of EB Garamond create an immediate association with serious printed scholarship. Letter-spacing is set to 0.01em to open the text slightly for screen legibility without losing the tight, inky feel of metal type.

- **Headings / Display:** "Cormorant Garamond" (Google Fonts) -- a more display-oriented Garamond revival with higher contrast between thick and thin strokes, sharper serifs, and more dramatic proportions at large sizes. Used for all headings at weight 600 (SemiBold) and weight 300 (Light) for subheadings. H1 elements use Cormorant Garamond SemiBold at 3.5rem with letter-spacing: 0.04em and text-transform: uppercase for a title-page effect. H2 elements use Cormorant Garamond Light at 2rem in sentence case with a subtle bottom border. H3 elements use Cormorant Garamond SemiBold Italic at 1.4rem.

- **Marginalia / Sidenotes:** "Libre Caslon Text" (Google Fonts) -- a Caslon revival that pairs naturally with Garamond in the tradition of English-language scholarly printing (where Caslon was the standard). Used at weight 400 and 0.85rem for all marginalia, sidenotes, footnote references, and running headers. The switch from Garamond to Caslon for secondary text creates a subtle but perceptible typographic hierarchy without resorting to a sans-serif.

- **Small Caps / Labels:** Cormorant SC (Google Fonts) -- the small-caps companion to Cormorant Garamond. Used for running headers, section labels, bylines, dates, and any text that in print would be set in small caps. Applied at 0.9rem with letter-spacing: 0.08em.

- **Monospace (code/data):** "Crimson Pro" (Google Fonts) -- while not monospace, used at weight 400 in a slightly smaller size (0.95rem) for any inline references, ISBN numbers, DOIs, or similar scholarly identifiers. For actual code blocks (if any), "Source Code Pro" at 0.875rem on a background of #F5F0E8.

**Palette:**

The palette draws from **jewel tones** as filtered through the visual culture of illuminated manuscripts, Renaissance book bindings, and the marbled endpapers of fine editions.

| Role | Color | Hex | Description |
|------|-------|-----|-------------|
| Background (primary) | Aged Vellum | #FAF6EF | A warm, barely-yellow off-white that reads as natural paper, not digital white |
| Background (secondary) | Parchment | #F5F0E8 | Slightly deeper than primary; used for marginalia column, index panel, code blocks |
| Text (body) | Lamp Black | #2A2520 | A warm near-black with brown undertones, softer than pure black |
| Text (secondary) | Sepia Ink | #6B5E50 | For sidenotes, captions, metadata -- the color of aged iron-gall ink |
| Accent (primary) | Deep Garnet | #7B2D42 | A rich, dark red-purple drawn from jewel-tone rubies; used for links, active states, and the vertical rule on block quotes |
| Accent (secondary) | Lapis Lazuli | #1E4D7B | A deep, saturated blue recalling the ultramarine pigment used in manuscript illumination; used for visited links and secondary interactive elements |
| Accent (tertiary) | Oxidized Gold | #B8860B | A dark goldenrod that evokes gilt lettering on leather spines; used sparingly for decorative borders, ornamental SVGs, and the colophon |
| Accent (highlight) | Emerald Verdigris | #2E7D5E | A muted, sophisticated green drawn from the verdigris pigment of copper-based inks; used for success states, highlight markers, and pull-quote attribution |
| Border / Rule | Foxed Edge | #D4C4A8 | A soft tan for borders, horizontal rules, and image frames -- the color of foxing on old paper |
| Shadow / Depth | Binding Dark | #1A1611 | A very dark warm brown used for subtle box-shadows and the index panel overlay |

## Imagery and Motifs

**Photography as Scholarly Illustration:**
gabs.wiki uses photography in the tradition of the **scholarly plate** -- the carefully selected, precisely captioned image that appears in an academic monograph or exhibition catalog. Photographs are never decorative wallpaper; each one is framed as a specific reference, presented within the text column with the formal apparatus of figure numbers ("Fig. 1"), descriptive captions in italic EB Garamond, and source attributions. The photographic style favors close-up detail shots of textures and surfaces: the grain of aged paper, the tooling on a leather binding, the craquelure of an oil painting, the worn brass of a library door handle. Color grading leans warm, with reduced contrast and a subtle sepia wash applied via CSS filter (filter: sepia(0.08) contrast(0.95) brightness(1.02)).

**Typographic Ornaments as Structural Motifs:**
The primary decorative vocabulary is drawn from the printer's tradition:

1. **Fleurons and Dingbats:** Small floral typographic ornaments (❧, ✿, ❦, ※) used as section dividers, list markers, and paragraph indicators. These are rendered in Oxidized Gold (#B8860B) at 1.2rem, centered between sections with generous vertical margin.

2. **Printer's Rules:** Horizontal dividers rendered as SVG paths that taper from thin to thick and back -- mimicking the cast-metal rules used in letterpress printing. These replace standard `<hr>` elements throughout the site, drawn in Foxed Edge (#D4C4A8) with a slight radial-gradient fade at each end.

3. **Dropped Capitals:** The first letter of each major section uses a **versalic initial** -- a large (3.5rem) Cormorant Garamond character in Deep Garnet (#7B2D42) that drops 2 lines into the paragraph, styled with float:left and appropriate margin. This directly references the illuminated initials of medieval manuscripts but in a restrained, typographic-only interpretation.

4. **Marginal Glyphs:** Small symbols in the marginalia column that indicate the nature of sidenotes: a quill (✎) for editorial notes, an open book (📖 rendered as SVG, not emoji) for cross-references, a compass rose for navigational links. These glyphs are set in Lapis Lazuli (#1E4D7B) at 0.75rem.

5. **Endpaper Pattern:** The index panel's background uses a CSS-generated pattern that evokes the **comb-marbled endpapers** of 18th-century bookbinding. This is achieved through overlapping CSS gradients: three layers of repeating-linear-gradient at different angles (17deg, 43deg, 71deg) using semi-transparent washes of Deep Garnet, Lapis Lazuli, and Oxidized Gold over the Parchment base. The effect is subtle -- visible on close inspection but not distracting.

6. **Bookplate Device:** A small SVG illustration at the top of the index panel, styled as a classical **ex libris** bookplate: an oval frame containing a simplified image of an open book, a quill, and the initials of the site, rendered as line art in Sepia Ink (#6B5E50) with a 1px stroke.

## Prompts for Implementation

**Full-Screen Narrative Entry Experience:**
The site opens to a full-viewport screen of Aged Vellum (#FAF6EF). Nothing appears for 600ms. Then, the site title "gabs.wiki" fades in at the Villard-ratio offset position, set in Cormorant Garamond SemiBold at 5vw, uppercase, letter-spacing 0.1em, color Lamp Black (#2A2520). Below it, after a 400ms delay, a subtitle or tagline appears in EB Garamond Italic at 1.2rem, color Sepia Ink (#6B5E50). After another 500ms, a thin printer's rule (the tapered SVG) draws itself from center outward using a CSS stroke-dasharray animation over 800ms, in Foxed Edge (#D4C4A8). Finally, a small downward-pointing fleuron (❧) fades in below the rule, pulsing gently with a 3s opacity oscillation (0.4 to 1.0), inviting the scroll. No buttons, no CTAs, no navigation -- just the title page of a book, waiting to be opened.

**Scroll-Triggered Page Turning:**
As the user scrolls past the title screen, content sections are revealed with scroll-triggered animations that evoke the act of turning pages. Each section fades in from opacity 0 and translateY(20px) with a 500ms ease-out transition, staggered so that the heading appears first, then the body text 200ms later, then any marginalia 300ms after that. The effect is not flashy -- it is the quiet appearance of text being uncovered, like peeling back tissue paper from a plate in a fine art book. IntersectionObserver triggers these reveals at a 0.15 threshold.

**Marginalia Interaction:**
On desktop, sidenotes in the marginalia column are positioned using CSS grid's named areas, aligned precisely to the baseline of the text they reference. On hover, a sidenote subtly increases in opacity from 0.7 to 1.0 and a thin connector line (1px, #D4C4A8) animates from the reference mark in the body text to the sidenote, drawn with a CSS border-right that extends horizontally. On mobile, sidenotes collapse into inline expandable elements: tapping a superscript reference number reveals the note text directly below the paragraph, sliding down with a 300ms ease transition and a left border in Deep Garnet.

**Index Panel Animation:**
The table-of-contents panel slides in from the left with a 400ms cubic-bezier(0.22, 1, 0.36, 1) transition. As it opens, each TOC entry staggers in from left with 50ms delays between items. The current section is highlighted with a Deep Garnet left border (3px) and its text shifts to Deep Garnet color. The endpaper marbled pattern on the panel background uses CSS animations to very slowly shift the gradient angles (one full cycle over 120s), creating an almost imperceptible living texture.

**Dropped Capital Animation:**
When a section with a dropped capital scrolls into view, the initial letter scales from 0.8 to 1.0 and shifts from Oxidized Gold to Deep Garnet over 600ms, recalling the moment a rubricator would apply red ink to a printed initial.

**Photography Reveal:**
Images within articles are initially obscured by a Parchment-colored overlay that retracts upward like a curtain being drawn (translateY from 0 to -100%) as the image enters the viewport, revealing the photograph beneath. The caption and figure number fade in 400ms after the image is fully revealed. This mimics the experience of lifting a tissue-paper interleaf from a plate in a fine book.

**AVOID:**
- CTA-heavy layouts, pricing blocks, stat-grids, testimonial carousels
- Flat, bright SaaS-style color schemes
- Sans-serif body text (the entire reading experience depends on serif typography)
- Sticky navigation bars (the running header is present but not sticky -- it scrolls with content, and the index panel serves navigational needs)
- Hero images or full-bleed photography (all images are inset, framed, and captioned)
- Emoji or modern iconography (all decorative elements come from the typographic and bookmaking tradition)
- Parallax effects on images (photographs remain static and dignified, like plates in a book)

## Uniqueness Notes

**Differentiators from other designs:**

1. **Villard Canon Page Geometry:** No other design in the portfolio uses a Renaissance proportional grid system (the Villard de Honnecourt canon) to determine content placement. While other designs use asymmetric layouts, none derive their asymmetry from a mathematically determined page-construction method rooted in 13th-century manuscript tradition. This creates a layout that feels intuitively balanced in a way that arbitrary offset percentages cannot achieve.

2. **Functional Marginalia Column:** The persistent marginalia column is entirely unique in the portfolio. Other designs use sidebars for navigation or supplementary content, but none implement a true scholarly marginalia system with sidenotes, cross-references, and marginal glyphs that mirror the apparatus of printed academic texts. The connector-line animation between body text and sidenote has no parallel in other designs.

3. **Dual Garamond System with Caslon Marginalia:** The typography system pairs two distinct Garamond revivals (EB Garamond for body, Cormorant Garamond for display) with Libre Caslon Text for marginalia -- a three-serif system that would be chaotic in most contexts but is historically accurate to the typographic conventions of English-language scholarly publishing. No other design uses more than one serif face, let alone a historically grounded multi-serif hierarchy.

4. **Comb-Marbled CSS Endpaper Pattern:** The CSS-generated marbled pattern on the index panel background is a purely decorative technique that references a specific bookbinding tradition (comb marbling vs. stone marbling vs. Turkish marbling). No other design attempts to simulate a physical book-production technique using only CSS gradients.

5. **Tissue-Paper Image Reveal:** The photographic reveal animation (overlay retracting upward like a tissue interleaf) directly translates a physical book-handling experience into a digital scroll interaction. Other designs use fade-in or slide-in for images, but none reference a specific analog precedent with this level of intentionality.

6. **Colophon Footer:** While other designs include footers, none style theirs as a traditional printer's colophon with typographic self-documentation. The colophon is a love letter to the craft of typesetting itself, and it grounds the entire design in the material culture of bookmaking.

**Chosen Seed / Style:**
aesthetic: light-academia, layout: editorial-flow, typography: garamond-classic, palette: jewel-tones, patterns: scroll-triggered, imagery: photography, motifs: book-scholarly, tone: scholarly-intellectual

**Avoided Overused Patterns:**
- playful aesthetic (97%) -- replaced with light-academia (3%)
- centered layout (99%) -- replaced with editorial-flow asymmetric canon (9%)
- mono typography (99%) -- replaced with garamond-classic all-serif system (3%)
- warm palette (100%) -- while the palette has warm undertones, it is classified as jewel-tones (6%) with specific pigment references rather than generic warmth
- friendly tone (96%) -- replaced with scholarly-intellectual (3%)
- parallax patterns (79%) -- explicitly avoided in favor of restrained scroll-triggered reveals and tissue-paper image animations

**Preferred Underused Patterns:**
- light-academia (3%), garamond-classic (3%), scholarly-intellectual (3%) -- all at the lowest frequency tiers
- editorial-flow (9%) and book-scholarly (6%) -- low frequency, naturally suited to the domain
- jewel-tones (6%) -- low frequency, interpreted through historical pigment references rather than generic gem colors
<!-- DESIGN STAMP
  timestamp: 2026-03-09T11:49:16
  domain: gabs.wiki
  seed: theirs as a traditional printer
  aesthetic: gabs.wiki inhabits the visual world of a private research library in a European ...
  content_hash: 0fd8b47884e8
-->
