# Design Language for desca.works

## Aesthetics and Tone

desca.works channels the spirit of a 1970s engineering consultancy that just landed a defense contract and celebrated by commissioning a graphic designer fresh out of Basel -- the kind of firm where brutally efficient systems diagrams share wall space with Dieter Rams clocks, where the smell of blueprint ammonia mingles with cigarette smoke and ambition, and where every letterhead is a quiet manifesto about precision as a form of power. The aesthetic is **corporate-kinetic**: the authoritative weight of institutional design -- thick stock, embossed logos, Pantone-matched everything -- fused with the restless kinetic energy of a firm that believes the future is a set of problems they can already solve.

The tone is **energetic** in the way a turbine is energetic: not hyperactive or whimsical, but channeled, purposeful, and relentless. Every visual element communicates forward momentum. Static frames feel like they're about to advance. Typography doesn't sit on the page -- it arrives. The overall mood is "the opening credits of a Saul Bass film if Saul Bass had been hired by Lockheed Martin": dramatic, graphic, and unapologetically declarative.

The visual language borrows from three historical moments: the corporate identity boom of the 1960s-70s (Massimo Vignelli, Chermayeff & Geismar), the infographic explosion of early Wired magazine in the 1990s, and the materiality of darkroom photography with its chemical warmth and controlled grain. This triangulation produces a design that feels simultaneously archival and propulsive -- something discovered in a time capsule that somehow knows about tomorrow.

## Layout Motifs and Structure

The layout embraces **ma (negative space)** as its governing principle -- the Japanese concept of meaningful emptiness, here reinterpreted through a corporate lens where silence equals confidence. Content does not fill the viewport; it occupies strategic positions within vast breathing room, like a signature on an otherwise empty page of heavy bond paper.

**Structural Framework:**

- **The Decisive Grid:** A 16-column grid at max-width 1400px, but only 4-6 columns are ever occupied at once. The remaining columns exist as intentional voids -- not wasted space, but negative-space architecture that frames content the way museum walls frame paintings. Column gaps are 32px, but between content groups, 3-5 empty columns create dramatic pauses in the horizontal rhythm.

- **The Briefing Cadence:** Content is organized into full-viewport "briefings" -- each one a discrete communication unit that occupies 90-100vh. The viewer encounters them sequentially, each one designed as a complete visual statement. Transitions between briefings are not smooth scrolls but decisive **threshold crossings**: content from the previous briefing exits with a firm 300ms horizontal translate (moving left, as if being filed away), and new content enters from the right with a matching 300ms delay. This is not parallax drift -- it is deliberate page-turning.

- **Off-Center Anchoring:** Primary content blocks never center themselves. Text blocks anchor to the left third of the viewport (columns 2-5 of 16), while visual elements anchor to the right quarter (columns 11-14). The central void between them -- columns 6-10 -- is the most important design element on the page. It is the ma. It is where the eye rests before choosing its next focus.

- **The Vertical Rule:** A single 1px line in #8C7A6B runs the full height of the page at column 7 of 16. This vertical rule bisects the negative space and serves as a quiet structural backbone -- the corporate equivalent of a plumb line. Content never crosses this line; it exists on one side or the other, and the rule creates a permanent visual tension between the two halves.

- **Typographic Bleed:** Headlines are set large enough that they appear to extend beyond their containing columns by 10-15%, using negative margin-left values. This controlled bleed suggests content that is too confident to be constrained by its own grid -- a subtle assertion of authority.

## Typography and Palette

**Typography:**

- **Display / Headlines:** "Anybody" (Google Fonts) -- a variable-width sans-serif with a dramatic range from ultra-condensed to ultra-expanded. Headlines use the expanded width axis (wdth: 150) at weights of 700-900. Set at 5rem-9rem for primary headings, 3rem-4.5rem for section titles. The variable width is the core typographic gesture: headlines literally expand to fill their conceptual importance. Letter-spacing: -0.03em at display sizes for taut, compressed energy. Line-height: 0.88 -- headlines are stacked tight, like lines of a classified document where whitespace between lines would be wasted intelligence.

- **Body / Reading Text:** "Anybody" at its narrow axis (wdth: 75) for body copy, weight 400, set at 1.05rem/1.65. The same typeface at a completely different width creates visual variety without breaking the family cohesion -- the typographic equivalent of a single-brand corporate fleet where the sedan and the truck share a badge. This approach leverages the variable-fluid nature of the font: one typeface, infinite configurations.

- **Captions / Metadata:** "DM Mono" (Google Fonts) -- weight 400, 0.75rem/1.55. Used for dates, category labels, source citations, and technical annotations. The monospace provides a systematic, data-entry quality that grounds the more expressive headline treatment. Letter-spacing: 0.12em for readability at small sizes. All-caps for labels, mixed-case for extended captions.

- **Pull Quotes / Callouts:** "Anybody" at mid-width (wdth: 100), weight 300, italic, set at 1.8rem/1.4. This intermediate configuration sits between the display and body treatments, creating a third distinct voice from the same typeface family. Used sparingly -- no more than once per briefing section.

**Palette:**

The palette is **warm-earthy** -- drawn from the chemical vocabulary of darkroom photography and the material palette of 1970s corporate interiors: teak desks, tobacco leather, thermal paper, amber safelights.

| Role | Name | Hex | Usage |
|------|------|-----|-------|
| Primary Background | Thermal Paper | #F2E8DA | Main viewport background -- the warm off-white of thermal fax paper |
| Secondary Background | Teak Dark | #2C1F14 | Contrast sections, inverted briefings, footer regions |
| Primary Text | Espresso | #1A120B | Body text on light backgrounds -- rich dark brown, never pure black |
| Accent Warm | Safelight Amber | #C47D3E | Links, active states, SVG path-draw strokes, hover indicators |
| Accent Deep | Terracotta Engine | #A0523A | Secondary accent for borders, dividers, metadata highlights |
| Neutral Mid | Archive Dust | #8C7A6B | The vertical rule, captions, disabled states, subtle UI elements |
| Highlight | Blueprint Wash | #D4A86A | Backgrounds for callout boxes, pull-quote frames, tag backgrounds |
| Dark Accent | Carbon Seal | #3D2B1E | Footer text, dark-mode header bars, stamp overlays |

**Color Logic:** Light sections (#F2E8DA background) alternate with dark sections (#2C1F14 background) in a cadence of 2:1 -- two light briefings followed by one dark briefing. This rhythm prevents monotony while maintaining the warm-earthy envelope. On dark sections, body text shifts to #F2E8DA and accents shift to #D4A86A for adequate contrast.

## Imagery and Motifs

**Vintage Photography as Texture:**
The primary imagery mode is **vintage photography** -- not in the Instagram-filter sense of slapping a sepia wash on digital photos, but in the material sense of actual photographic processes: silver gelatin prints with their tonal range compressed into warm midtones, Type 55 Polaroid transfers with their characteristic border bleed, and Cibachrome prints with their saturated-but-faded color memory. In CSS/SVG, this is achieved through:

- A base `filter: sepia(0.3) contrast(1.1) brightness(0.95)` applied to all photographic images
- An overlay pseudo-element with a radial gradient from transparent center to `rgba(44, 31, 20, 0.25)` edges, simulating vignetting
- A `mix-blend-mode: multiply` layer of procedural noise (tiny CSS background-image repeating pattern at 2px scale) that simulates film grain
- Border treatments that mimic darkroom printing: a 2px inset border of #8C7A6B at 0.4 opacity, plus an outer 12px padding zone filled with #F2E8DA to simulate the unexposed border of a contact print

**Tech Motifs as Structural Decoration:**
The tech motif manifests not as literal circuit boards or screen elements, but as **engineering notation** -- the visual language of technical drawing, patent filings, and systems architecture diagrams:

- **Dimensioning Lines:** Thin lines (0.5px, #8C7A6B) with perpendicular end-caps that connect elements and display their pixel distances. These appear on hover as a "measurement mode" that reveals the underlying spatial logic. Between the left content block and the right image block, a dimensioning line might read "320px" -- exposing the designed gap as intentional engineering.

- **Registration Marks:** Small crosshair symbols (8px diameter, #A0523A at 0.5 opacity) appear at the four corners of each briefing section, mimicking the registration marks of offset printing. These are purely decorative but reinforce the "precision manufacturing" narrative.

- **Patent-Drawing Numerals:** Key visual elements receive small circled numerals (14px diameter circles with centered DM Mono numbers) connected by 0.5px leader lines. These suggest that every element has been catalogued, reviewed, and approved -- the visual rhetoric of technical documentation applied to a creative composition.

**SVG Path-Draw Animation:**
The signature animation technique is **path-draw SVG** -- lines that draw themselves into existence, tracing their geometry as if rendered by a mechanical plotter. This manifests in three ways:

1. **Section Dividers:** Between briefings, a horizontal line draws itself from left to right over 1.2 seconds using `stroke-dasharray` and `stroke-dashoffset` animation, triggered at scroll threshold. The line is not straight -- it carries subtle 2-3px vertical deviations that mimic the imperfection of a technical pen on vellum.

2. **The Blueprint Reveal:** When a dark (#2C1F14) briefing section enters view, its content is preceded by an SVG wireframe outline that draws itself in #C47D3E over 0.8 seconds -- tracing the exact bounding boxes of the text blocks and image frames that will follow. Once the wireframe completes, the actual content fades in at opacity 0 to 1 over 0.4 seconds, as if the blueprint has been "approved" and the real materials can now be installed.

3. **Logo/Mark Animation:** The desca.works wordmark is an SVG where each letterform is a discrete path. On initial page load, the letters draw themselves stroke-first (outlines tracing over 1.5 seconds), then fill floods in from bottom to top over 0.6 seconds. This sequence plays once and does not repeat on scroll.

## Prompts for Implementation

**Full-Screen Narrative Architecture:**
The entire site is a single-page vertical narrative experienced as a sequence of decisive briefings. There is no traditional navigation chrome -- no hamburger menu, no sticky nav bar, no breadcrumbs. The only spatial cue is a thin vertical progress indicator on the far-right edge of the viewport: a 2px line in #C47D3E that fills from top to bottom as the user scrolls, functioning as a silent "how much intelligence remains" meter.

**The Opening Sequence (Briefing Zero):**
On page load, the viewport fills with #F2E8DA. After a 0.4-second hold, the desca.works wordmark begins its path-draw animation at the exact center of the viewport. The SVG strokes trace in #1A120B, each letter's outline completing in sequence left-to-right over 1.5 seconds total. At stroke completion, the fill floods upward in #1A120B over 0.6 seconds. Simultaneously, the vertical rule (the 1px line at column 7) begins drawing itself from center-viewport upward and downward, reaching full page height over 2 seconds. Once the wordmark is complete, it translates upward 30vh over 0.8 seconds (ease-out-quart), taking its position as the site's header mark. Below it, a single line of body text in Anybody narrow fades in: a tagline or declaration, no more than 12 words, left-aligned to column 2.

**Briefing Sections:**
Each briefing section is self-contained and follows one of three templates:

1. **Text-Left / Image-Right:** Primary content (heading + 2-3 paragraphs) occupies columns 2-5. A vintage-treated photograph occupies columns 11-14. The central void (columns 6-10) contains only the vertical rule and, optionally, a single dimensioning line connecting text to image.

2. **Full-Width Statement:** A single headline spanning columns 2-14 at 7-9rem, with the body text dropping below it in columns 2-5 only. The right side remains empty -- the headline's scale justifies the full-width reach, but the body text's restraint reasserts the asymmetric hierarchy.

3. **Dark Inversion:** Background shifts to #2C1F14. Content layout mirrors template 1 but right-to-left (image in columns 2-5, text in columns 11-14). The blueprint-reveal SVG animation plays before content appears. All text shifts to #F2E8DA; accents shift to #D4A86A.

**Transition Mechanics:**
When scrolling past a briefing threshold (detected via IntersectionObserver at 0.15 ratio), the exiting briefing's content elements translate 60px left and fade to opacity 0 over 300ms. The entering briefing's content elements start at 40px right offset and opacity 0, translating to final position and full opacity over 400ms with a 100ms stagger between text block and image block. This is not scroll-linked animation (no parallax) -- it is threshold-triggered state change. Clean, decisive, corporate.

**Interactive Moments:**
- Hovering over any image activates "measurement mode": dimensioning lines draw themselves around the image's bounding box, displaying width x height in DM Mono at 10px. The image's vintage filter intensifies slightly (sepia +0.1, contrast +0.05).
- Hovering over headline text causes a subtle variable-width shift: the font's wdth axis animates from 150 to 160 over 200ms, making the text literally grow bolder in response to attention. This micro-interaction leverages the variable-fluid typography seed.
- The vertical rule responds to scroll position with a subtle opacity pulse: at briefing thresholds, it brightens from 0.4 to 0.8 opacity over 200ms, then returns -- a heartbeat that marks transitions.

**What to AVOID:**
- NO call-to-action buttons, pricing tables, testimonial carousels, or stat-counter grids. This is not a SaaS landing page -- it is a corporate identity narrative.
- NO parallax scrolling. Transitions are threshold-triggered, not scroll-linked. Content does not float at different speeds.
- NO centered layouts. Every element is deliberately off-center. Symmetry is the enemy of authority.
- NO playful animations (bounce, wobble, elastic overshoot). All motion is linear or ease-out-quart: controlled deceleration, never springy.
- NO generic stock photography. All images must feel archival -- chemically processed, materially present, temporally displaced.

## Uniqueness Notes

**Differentiators from other designs:**

1. **Variable-Width Typography as Interaction Language:** No other design in the portfolio uses a variable-width font where the width axis responds to user interaction (hover-triggered wdth shifts on headlines). While other designs use variable fonts for responsive sizing, desca.works uses the variable width axis as an expressive, interactive dimension -- text that physically expands when engaged, creating a typographic micro-gesture that feels like a handshake tightening.

2. **SVG Path-Draw as Structural Prerequisite:** The path-draw-svg pattern (1% frequency -- the rarest animation pattern in the portfolio) is not merely decorative here; it serves as a narrative gatekeeper. In the "blueprint reveal" sequence, content literally cannot appear until its SVG wireframe outline has finished drawing. This makes the drawing animation a structural dependency rather than a visual flourish -- a fundamentally different relationship between animation and content than any other design employs.

3. **Engineering Notation as Visual Motif:** The use of dimensioning lines, registration marks, and patent-drawing numerals as decorative elements is entirely unique in the portfolio. While other designs use tech motifs (23% frequency), they typically manifest as circuit patterns or screen-like elements. desca.works reinterprets "tech" through the lens of pre-digital engineering documentation -- mechanical drawing, print production marks, and patent illustration conventions -- creating a tech motif that feels analog, material, and authoritative rather than digital and glowing.

4. **Ma-Negative-Space with Corporate Authority:** The ma-negative-space layout (3% frequency) is typically associated with zen or minimalist aesthetics. desca.works repurposes it as a corporate power move -- the visual equivalent of a corner office with nothing in it but a desk and a view. The negative space is not contemplative; it is assertive. The 5-column void between content areas is not emptiness -- it is real estate that the design owns but chooses not to develop, which is the most corporate gesture imaginable.

5. **Single-Family Variable Typography:** Using "Anybody" across display, body, and pull-quote roles -- differentiated only by variable axis settings (width and weight) -- is a monolithic type strategy unique in the portfolio. Most designs pair 2-3 different typeface families. desca.works achieves equivalent typographic range through a single family's variable axes, which reinforces the corporate-identity concept of brand unity through systematic variation.

**Chosen seed/style:** aesthetic: corporate, layout: ma-negative-space, typography: variable-fluid, palette: warm-earthy, patterns: path-draw-svg, imagery: vintage-photography, motifs: tech, tone: energetic

**Avoided overused patterns:** scroll-triggered animation (97% -- replaced with threshold-triggered state changes), parallax (80% -- explicitly forbidden), centered layout (98% -- all content is off-center), mono typography as primary (98% -- DM Mono is tertiary only), friendly tone (96% -- replaced with energetic/authoritative), minimal imagery (96% -- replaced with vintage-photography treatment system)
<!-- DESIGN STAMP
  timestamp: 2026-03-09T10:31:52
  domain: desca.works
  seed: seed
  aesthetic: desca.works channels the spirit of a 1970s engineering consultancy that just lan...
  content_hash: 94558d059ebf
-->
