# Design Language for gamelicensor.com

## Aesthetics and Tone

**gamelicensor.com** occupies the intersection of two worlds that rarely meet: the ancient ritual of licensing — seals, writs, permissions granted under candlelight — and the electric fever of interactive entertainment. The site treats this collision as a **dreamscape of gilded vellum**: a licensing hall where every surface is lacquered black and beaten gold, where parchment documents flutter at the edges as if breathing, where the weight of legal authority dissolves into something close to wonder.

The mood is **dreamy-maximalist luxury** — not the cold opulence of Swiss private banking, but the warm, excessive opulence of a Victorian gaming palace: heavy drapes of deep black velvet, chandeliers dripping with amber and gold, worn parchment certificates pinned with wax seals the color of tarnished sun. Every element carries **deliberate excess**: borders doubled and tripled, ornaments layered over ornaments, gold leaf applied where ink would have sufficed.

The **aged-paper** treatment is not nostalgic cosplay. It is a statement: game licenses are contracts, and contracts carry weight of time. The site makes that weight visible. Edges of elements feather into sepia. Text blocks sit on surfaces that look pulled from a Victorian solicitor's archive. But beneath this aged surface, something electric pulses — gold gradients that shift like candleflame, letters that drift imperceptibly as if the page itself breathes.

This is a site that refuses to look like a SaaS product. It looks like a document of consequence.

## Layout Motifs and Structure

The composition is **centered on a single luminous vertical axis** — but "centered" here means something unusual. Forget the standard centered-hero-above-CTA stack that dominates 91% of designs. Instead, think of a **sealed imperial charter unrolled on a black velvet table**: the document itself is centered, surrounded by an excess of dark negative space, so that everything on the vellum commands absolute attention.

**Structure:**
- The root layer is pure `#0a0a0a` — not simply "black" but the specific black of a sealed room at midnight, with no ambient light.
- The content column is a single `max-width: 860px` centered channel, but it is not rigid — sections bleed outward at irregular widths (some 860px, some 680px, some full-width for dramatic reveals), creating rhythmic contraction and expansion as the user scrolls.
- Each section is separated not by whitespace alone but by a **horizontal ornamental rule** — a thin gold line flanked by angular diamond-point glyphs (`◆`) that echo the sharp-angles motif.
- No grid columns. No sidebar. No dashboard. The entire page is a **single document scroll** that reveals itself progressively, like a long charter being unrolled.
- **Depth illusion**: sections at the "top" of the visual stack use slightly warmer gold tones; deeper sections cool toward silver-tinted gold, creating a sense of depth without parallax.
- Sharp geometric angles appear as decorative corner brackets on every major content card — four sharp `L`-shaped brackets that frame the card without enclosing it fully, leaving the corners "open" yet defined.

## Typography and Palette

**Typography (all Google Fonts, verified):**

- **Display / Ceremonial Headings**: [`Pinyon Script`](https://fonts.google.com/specimen/Pinyon+Script) — a deeply expressive calligraphic script with ink-press weight variation, used for the site wordmark and section titles at `clamp(3.5rem, 8vw, 9rem)`. Pinyon Script evokes the penmanship of a Victorian solicitor who has practiced his signature ten thousand times: authoritative and beautiful in equal measure.
- **Sub-headings / Licensing Terms**: [`Cormorant SC`](https://fonts.google.com/specimen/Cormorant+SC) — small-caps variant, weight 500, tracked at `0.15em`. Used for category labels, legal subheadings, and license type names. Its compressed elegance reads as a rubber stamp pressed into warm wax.
- **Body / Documentary Copy**: [`IM Fell English`](https://fonts.google.com/specimen/IM+Fell+English) — a digital revival of a 17th-century English typeface with deliberate irregularity, imperfect stroke weights that suggest letterpress printing. Used for descriptive paragraphs and license clause text at `1.15rem / 1.85` line height on the aged vellum backgrounds.
- **Micro / Interface Labels**: [`Space Grotesk`](https://fonts.google.com/specimen/Space+Grotesk) — weight 300, uppercase, `0.2em` tracking. Used only for navigation links and metadata fields, functioning as the single contemporary intrusion that anchors the time-displaced document in the digital present.

**Palette — Gold-Black Luxury:**
- `#0a0a0a` — Sealed-room black. The root background. Absolute, lightless.
- `#c9a84c` — Antique gold. The primary accent: headings, ornaments, key borders, the wordmark.
- `#f0d080` — Candleflame gold. Hover states, shimmer highlights, gradient highlights on gold elements.
- `#e8dfc8` — Aged vellum. The background of content cards — not white, not cream, but the specific tan of a two-hundred-year-old document.
- `#3b2800` — Ink-dark umber. Used for body text on vellum surfaces, suggesting iron gall ink rather than digital black.
- `#1a1008` — Deep parchment shadow. The border and box-shadow color for vellum cards against the black void.
- `#7a6030` — Tarnished gold. Secondary decorative elements, ornamental dividers, less-important borders.

## Imagery and Motifs

**Sharp Angles as Structural Language:**
The sharp-angles motif runs through every visual decision. It is not aggression — it is the precision of a seal-cutting tool, a notary's stamp, a corner-protector on a leather-bound register. Specific expressions:
- Corner brackets on all content cards: four `L`-shapes in antique gold (`#c9a84c`), positioned at each corner, 18–24px per arm, 2px stroke, rotated to face inward. The brackets never fully close — they imply containment without asserting it.
- Section dividers: a thin gold horizontal rule (`1px solid #c9a84c`) with a centered `◆ ◆ ◆` ornament cluster. The diamonds are rendered with `clip-path: polygon()` to ensure perfectly sharp edges.
- The wordmark "gamelicensor" is set in Pinyon Script at extreme scale with a sharp geometric underline: a single straight line that begins 20px below the baseline and ends with two small perpendicular serifs — like a ruled line drawn with a draftsman's T-square.

**Aged-Paper Imagery:**
- Content cards use a CSS `background-image` combining a `radial-gradient` (warm center, cooler edges) with a `url()` noise texture rendered via SVG `feTurbulence` filter — giving each vellum surface a subtle grain that reads as aged paper without requiring external images.
- Card edges have `box-shadow: inset 0 0 40px rgba(59,40,0,0.15)` to simulate the natural darkening at the edges of aged paper where it curls away from light.
- The root viewport uses a very subtle `background-image: repeating-linear-gradient` at `0.5px` intervals, creating a near-invisible weave that suggests black velvet rather than flat digital black.
- Decorative wax-seal motifs: SVG circles, 48–64px diameter, with a multi-pointed star `polygon` clipped inside, rendered in `#c9a84c` with a radial gradient suggesting raised wax. These appear at document section junctions as visual full-stops.

**Magnetic Interaction Pattern:**
The magnetic pattern drives all interactive elements. Every button, link, and navigational element responds to cursor proximity with a gentle gravitational pull — the element's `transform: translate()` adjusts within a `±12px` radius as the cursor approaches, using `requestAnimationFrame` for smooth tracking. Gold elements (ornamental rules, corner brackets) shimmer with a `filter: brightness(1.0 → 1.3)` pulse on proximity. The effect is that the page feels **alive but heavy** — like a very expensive, slightly haunted document.

## Prompts for Implementation

**Core Narrative Experience:**
The page should feel like receiving a letter of consequence — something sealed, weighted, significant. Every scroll transition should reinforce this: sections slide into view not with a simple `translateY` but with a combined `translateY + scaleX` that suggests the page being unrolled. Duration: `0.7s` ease-out.

**Section-by-Section Staging:**
1. **Hero**: Full-viewport black. Center: the Pinyon Script wordmark in `#c9a84c` at `clamp(4rem, 10vw, 11rem)`. Below it, in Cormorant SC, the phrase "Licensing Instruments for Interactive Entertainment" tracked at `0.3em`. No background image. No hero photograph. The darkness and the gold lettering are the entire composition.
2. **What We License**: A column of vellum cards (`#e8dfc8` background), each describing a license category (board game mechanics, video game IP, interactive fiction rights, etc.). Each card is framed with sharp corner brackets. Body text in IM Fell English on the vellum. Card reveal: `opacity: 0 → 1` + `translateX(-16px → 0)` staggered at 120ms intervals.
3. **The Process**: Three to four numbered steps rendered as document clauses — "Clause I", "Clause II", "Clause III" in Cormorant SC. Each clause sits on its own vellum band that spans full width, with the clause number in large decorative gold at left.
4. **Credentials Section**: A wax-seal SVG cluster flanking a centered block of IM Fell English text describing the licensing authority and track record. Two seals, one on each side, connected by a thin gold chain rendered in SVG.
5. **Contact / Engagement**: A single centered form on a vellum card, framed in heavy corner brackets, with Space Grotesk input labels and a gold submit element that behaves with full magnetic responsiveness.

**Animation Philosophy:**
- All animations at `prefers-reduced-motion: reduce` should collapse to instant opacity transitions only.
- Gold shimmer: `@keyframes shimmer` using a `background: linear-gradient` that sweeps left-to-right across text via `background-clip: text` — applied to the wordmark on a slow `4s infinite` cycle.
- Magnetic pull: JavaScript tracking `mousemove` events, computing distance from element center, applying `transform: translate()` capped at `±12px` on both axes, with `transition: transform 0.08s ease-out` for smooth real-time response.
- On scroll, `IntersectionObserver` triggers each section's reveal animation once — no looping, no re-triggering. The page is a document being read, not a slot machine.

**AVOID:**
- Pricing tables or stat grids
- CTA buttons in the typical pill/rounded-rectangle form — use document-style bordered rectangles instead
- Any photography or illustration — pure CSS/SVG only
- Gradients that span the full palette range (gradient should travel within the gold family only: `#3b2800 → #c9a84c → #f0d080`)
- Flat black elements with no texture depth

## Uniqueness Notes

1. **Handwritten-calligraphic display meets aged-document body copy**: The combination of Pinyon Script (calligraphic display) with IM Fell English (letterpress body) creates a typographic voice that exists nowhere else in the site corpus — it is not hand-drawn illustration (67% of corpus) but hand-*written* legal document, a crucial distinction.
2. **Magnetic interactivity on a maximalist-luxury aesthetic**: The magnetic cursor pattern is almost entirely absent from the corpus. Applying it to heavy gold-and-black luxury elements rather than playful or minimal UI creates an unexpected tactile weight — expensive objects that respond to proximity with dignified restraint.
3. **Sharp-angle corner brackets as the primary structural motif**: Rather than cards with rounded corners (ubiquitous) or full borders (common), the four-L-bracket system frames content without enclosing it, maintaining the sense of a document on a table rather than a UI component inside a screen.
4. **Single-column document scroll rejecting the centered-hero-above-CTA pattern**: Despite using a centered layout, the single-document-unrolling metaphor completely avoids the standard hero + features + pricing cascade that defines 91% of centered designs in the corpus.
5. **CSS-only aged paper via SVG feTurbulence noise**: No external texture images, no photograph backgrounds — all surface texture is generated in-browser, keeping the visual weight entirely in the document metaphor while remaining pure CSS/SVG.
6. **Chosen seed**: aesthetic: maximalist, layout: centered, typography: handwritten, palette: gold-black-luxury, patterns: magnetic, imagery: paper-aged, motifs: sharp-angles, tone: dreamy-ethereal
7. **Avoided overused patterns**: hand-drawn illustration aesthetic (67%), editorial layout (48%), full-bleed hero sections (76%), centered-hero-CTA stack (91%), condensed typography (16%), garamond-classic typography (9%).
<!-- DESIGN STAMP
  timestamp: 2026-05-07T20:32:27
  domain: gamelicensor.com
  seed: seed
  aesthetic: gamelicensor.com** occupies the intersection of two worlds that rarely meet: the...
  content_hash: d3012d87f566
-->
