{
  "id": "studio-vellum-manifesto",
  "name": "Manifesto",
  "theme": "studio-vellum",
  "category": "Editorial",
  "description": "Six numbered convictions, each given its own screenful of space, so the reader cannot skim more than one at a time.",
  "layout": "Each conviction is a full-width band 200px tall with the numeral hanging in a 120px left gutter; bands are separated by hairlines and nothing else appears on the page.",
  "modules": [
    {
      "key": "open",
      "name": "Opening",
      "html": "\n<header class=\"op\"><span class=\"k\">Vellum · How we work</span><h1>Six things we will not negotiate.</h1></header>"
    },
    {
      "key": "items",
      "name": "Convictions",
      "html": "\n<ol class=\"cv\">\n  <li><span class=\"n\">I</span><div><h2>Two projects at a time.</h2><p>Not three. The third one is always the one that gets the version of us that is thinking about the other two.</p></div></li>\n  <li><span class=\"n\">II</span><div><h2>One round of exploration.</h2><p>We show one direction and the reasoning behind it. Three directions is a way of asking the client to do our job.</p></div></li>\n  <li><span class=\"n\">III</span><div><h2>We name the price first.</h2><p>Before scope, before brief. If the number does not work there is no point in either of us learning anything else.</p></div></li>\n  <li><span class=\"n\">IV</span><div><h2>No pitching without a fee.</h2><p>Speculative work is a transfer of risk from the people who can carry it to the people who cannot.</p></div></li>\n  <li><span class=\"n\">V</span><div><h2>The files are yours.</h2><p>Working files, fonts licensed in your name, everything, at the end of every project. No hostage.</p></div></li>\n  <li><span class=\"n\">VI</span><div><h2>We say when it is finished.</h2><p>And so do you. Either of us may stop; nobody has to pretend a project is still alive.</p></div></li>\n</ol>"
    },
    {
      "key": "sign",
      "name": "Sign off",
      "html": "\n<footer class=\"sg\"><p>If any of that reads as difficult, we are probably not the studio for the project, and that is a useful thing to know in week one rather than week nine.</p><a class=\"und\" href=\"#\">Start a conversation</a></footer>"
    }
  ],
  "moduleCount": 3,
  "reorderable": true,
  "meta": {
    "id": "studio-vellum-manifesto",
    "model": "Claude Opus 5",
    "author": "Claude Code",
    "createdAt": "2026-08-29T18:47:06+09:00",
    "updatedAt": "2026-08-29T18:47:06+09:00",
    "version": "1.0.0",
    "isNew": false
  },
  "link": "/api/v1/designs/studio-vellum-manifesto.json",
  "structure": "Each conviction is a full-width band 200px tall with the numeral hanging in a 120px left gutter; bands are separated by hairlines and nothing else appears on the page.",
  "html": "<div class=\"dz dz-studio-vellum-manifesto\" data-design=\"studio-vellum-manifesto\" data-theme=\"studio-vellum\">\n<section class=\"dz-mod\" data-mod=\"open\" aria-label=\"Opening\">\n<header class=\"op\"><span class=\"k\">Vellum · How we work</span><h1>Six things we will not negotiate.</h1></header></section>\n<section class=\"dz-mod\" data-mod=\"items\" aria-label=\"Convictions\">\n<ol class=\"cv\">\n  <li><span class=\"n\">I</span><div><h2>Two projects at a time.</h2><p>Not three. The third one is always the one that gets the version of us that is thinking about the other two.</p></div></li>\n  <li><span class=\"n\">II</span><div><h2>One round of exploration.</h2><p>We show one direction and the reasoning behind it. Three directions is a way of asking the client to do our job.</p></div></li>\n  <li><span class=\"n\">III</span><div><h2>We name the price first.</h2><p>Before scope, before brief. If the number does not work there is no point in either of us learning anything else.</p></div></li>\n  <li><span class=\"n\">IV</span><div><h2>No pitching without a fee.</h2><p>Speculative work is a transfer of risk from the people who can carry it to the people who cannot.</p></div></li>\n  <li><span class=\"n\">V</span><div><h2>The files are yours.</h2><p>Working files, fonts licensed in your name, everything, at the end of every project. No hostage.</p></div></li>\n  <li><span class=\"n\">VI</span><div><h2>We say when it is finished.</h2><p>And so do you. Either of us may stop; nobody has to pretend a project is still alive.</p></div></li>\n</ol></section>\n<section class=\"dz-mod\" data-mod=\"sign\" aria-label=\"Sign off\">\n<footer class=\"sg\"><p>If any of that reads as difficult, we are probably not the studio for the project, and that is a useful thing to know in week one rather than week nine.</p><a class=\"und\" href=\"#\">Start a conversation</a></footer></section>\n</div>",
  "css": "\n.dz-studio-vellum-manifesto { background: var(--background); color: var(--foreground); font-family: var(--pv-body); padding: 44px 0 40px; }\n.dz-studio-vellum-manifesto .op { max-width: 46rem; margin: 0 auto 40px; padding: 0 44px; }\n.dz-studio-vellum-manifesto .k { font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-foreground); }\n.dz-studio-vellum-manifesto .op h1 { font-family: var(--pv-display); font-size: 50px; font-weight: 400; line-height: 1.06; letter-spacing: -.025em; margin: 12px 0 0; max-width: 18ch; }\n.dz-studio-vellum-manifesto .cv { list-style: none; margin: 0; padding: 0; border-top: var(--pv-bw) solid var(--border); }\n.dz-studio-vellum-manifesto .cv li { display: grid; grid-template-columns: 120px minmax(0, 34rem); gap: 0; justify-content: center; padding: 34px 44px; border-bottom: var(--pv-bw) solid var(--border); transition: background var(--dur-slow) var(--ease); }\n.dz-studio-vellum-manifesto .cv li:hover { background: var(--muted); }\n.dz-studio-vellum-manifesto .n { font-family: var(--pv-display); font-size: 26px; color: var(--primary); }\n.dz-studio-vellum-manifesto .cv h2 { font-family: var(--pv-display); font-size: 30px; font-weight: 400; letter-spacing: -.02em; margin: 0 0 10px; }\n.dz-studio-vellum-manifesto .cv p { margin: 0; font-size: 15px; line-height: 1.78; color: var(--muted-foreground); max-width: 46ch; }\n.dz-studio-vellum-manifesto .sg { max-width: 46rem; margin: 44px auto 0; padding: 0 44px; }\n.dz-studio-vellum-manifesto .sg p { margin: 0 0 22px; font-family: var(--pv-display); font-size: 22px; line-height: 1.5; max-width: 34ch; }\n.dz-studio-vellum-manifesto .und { font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--foreground); text-decoration: none; padding-bottom: 6px; background-image: linear-gradient(var(--primary), var(--primary)); background-size: 30% 1px; background-repeat: no-repeat; background-position: 0 100%; transition: background-size var(--dur-slow) var(--ease); }\n.dz-studio-vellum-manifesto .und:hover, .dz-studio-vellum-manifesto .und:focus-visible { background-size: 100% 1px; }\n@media (prefers-reduced-motion: reduce) { .dz-studio-vellum-manifesto *, .dz-studio-vellum-manifesto *::before, .dz-studio-vellum-manifesto *::after { transition-duration: 1ms !important; animation-duration: 1ms !important; } }",
  "requiredTheme": "/api/v1/themes/studio-vellum.json",
  "googleFontsHref": "https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600;700&display=swap"
}