HomeStylesTemplates

Setting the press...

Particle System
VHS Aesthetic
←Back to Docs/The Paper Press
DepthInterlockTypographyPaletteComponents
StyleKit
1892

Issue 001 — The Depth Number

Depth on Paper

Scroll, and the layers slide out of register. A flat page borrows the thickness of a printed spread.

Begin reading
Scroll
01Depth

Three planes, three speeds

Depth is hierarchy. Background layers move least and read as far away; foreground moves most and leads the eye. Never more than three tiers, or the page turns muddy.

Backgroundrate 0.10

Giant faint numerals and washes. Moves least — the eye reads it as far away.

Midgroundrate 0.30

Rules, captions, secondary marks. A middle plane that ties fore and back together.

Foregroundrate 0.50

Rarely the body text itself — accents that lead the scroll and settle last.

A

Foreground text

translate3d(0, progress × 0.30, 0)

0.30
02Interlock

The image holds, the text moves

A sticky image pins to the viewport while the column beside it keeps scrolling — the mesh of a magazine spread, rebuilt for the screen.

¶
position: sticky

It stays in place

As you scroll, this column slides past a pinned plate. The eye keeps its anchor while the argument advances — the reader never loses the picture.

Then it releases

When the text runs out, the sticky plate lets go and the next spread takes over. The hand-off is the rhythm of the whole layout.

Meshed, not stacked

Image and text interlock rather than sit in separate blocks. That mesh is what separates an editorial layout from a landing page.

03Typography

Parallax is the stage, type is the star

The motion means nothing if the page can't be read. Serif display, a comfortable measure, drop caps and chapter numbers carry the whole thing when the scrolling stops.

The measure is capped near sixty-eight characters, the line-height opened to a comfortable one-point-seven-five, and the first letter dropped four lines into the paragraph in brick red. None of it depends on the parallax. Turn the motion off entirely and the page still reads like a printed feature — which is exactly the test a good editorial layout has to pass.

Depth is a garnish. Structure is the meal. The chapter numbers, the top rules, the hanging accent color — these are the magazine’s grammar, and they do the real work of pacing a long read.

DisplayRegister
HeadingThe spread
Pull quote“Depth is hierarchy.”
BodySixty-eight characters to the line.

Scrolling is turning pages, and depth is the fourth dimension of the layout.

04Palette

Warm paper, ink, one brick

No cold whites, no second accent. The paper is warm, the ink is near-black, and brick red appears only where the reader should look.

#1A1712
Ink
Body copy
#F5F0E6
Paper
The stage
#EBE3D3
Paper Deep
Inset panels
#B3401F
Brick
The one accent
#C9BBA0
Sand
Dividers
05Components

Set like a page, not an app

Sharp edges, serif labels, brick underlines. Every control looks like it belongs in a printed publication.

06Guidelines

Do / Don't

Do

  • —Warm paper stage, ink body, one brick-red accent
  • —Parallax via transform: translate3d, rAF-throttled
  • —At most three rate tiers per viewport
  • —Serif headings, 65-75ch measure, drop caps, chapter numbers
  • —Sticky image-text interlock like a spread
  • —Static, readable fallback under reduced motion and on mobile

Don't

  • ×Mutate top/margin/height in a scroll handler
  • ×Stack more than three parallax rate tiers
  • ×Make body copy the parallax subject
  • ×Keep heavy parallax on mobile (perf + motion sickness)
  • ×Add a second accent or flood brick red as a surface
  • ×Use cold or pure-white backgrounds
fin

Parallax Editorial — depth on paper.

Back to all styles