Every 561 page, deck, report, and proposal is built as a stack of full-bleed bands that strictly alternate cream and navy. Cream comes from the page itself. Navy bands are opt-in sections. The alternation is what gives scrolling its rhythm, and it is not optional.
The scaffold: the body carries dz-page graph-paper, content sits inside a 1240px dz-wrap, and each band is a dz-section. Navy bands add dz-band graph-grid-light so the grid stays visible against dark ink.
The hybrid rule: hero moments, covers, and closing CTAs go full collage. Dense material stays clean. Pricing tables, data, and terms get graph paper, condensed headers, and at most one sticker accent, because legibility beats energy the moment a client is reading numbers.
Non-negotiable: never two same-color bands in a row, and no half-empty viewports. If a section has dead air, add a doodle, a stamp, or a pull-stat, or tighten the section. If it looks safe, it is wrong.
<link rel="stylesheet"
href="https://use.typekit.net/vmt1ngp.css">
<link rel="stylesheet" href="sticker.css">
<link rel="stylesheet" href="dossier.css">
<script>
document.documentElement
.classList.add('js');
</script>
<body class="dz-page graph-paper">
<section class="dz-section">
cream band
</section>
<section class="dz-section
dz-band graph-grid-light">
navy band
</section>
</body>
<script src="dossier-reveal.js"></script>
Load order is fixed. dossier.css must come after sticker.css.