{
  "id": "kunsthalle-membership",
  "name": "Membership",
  "theme": "kunsthalle",
  "category": "Pricing",
  "description": "Three memberships set as hung blocks rather than cards, with the fee in the wall-label mono and the one pill button in the entire system.",
  "layout": "Three blocks separated by hairlines on the hang line — no boxes, no borders around them — each carrying a mono label block and a text link but one pill.",
  "modules": [
    {
      "key": "head",
      "name": "Membership header",
      "html": "\n<header class=\"mh\"><span class=\"k\">Support</span><h1>Membership</h1><p>Entry is free and always will be. Membership pays for the commissions, the education programme and the two staff who look after the collection.</p></header>"
    },
    {
      "key": "tiers",
      "name": "Membership blocks",
      "html": "\n<section class=\"tr\">\n<article><div class=\"lb\"><div class=\"hd\"><span>Member</span></div><p><b>£45 a year</b><br>Twenty per cent on editions and in the café<br>Members' preview of every exhibition<br>The printed programme, posted</p></div><a class=\"lk\" href=\"#\">Join as a Member</a></article>\n<article><div class=\"lb\"><div class=\"hd\"><span>Patron</span></div><p><b>£250 a year</b><br>Everything in Member, for two people<br>An annual visit to the store with a curator<br>Your name in the building, if you want it</p></div><button class=\"pri\">Become a Patron</button></article>\n<article><div class=\"lb\"><div class=\"hd\"><span>Commissioner</span></div><p><b>£2,000 a year</b><br>Everything in Patron<br>Named support of one commission each year<br>A studio visit with the commissioned artist</p></div><a class=\"lk\" href=\"#\">Talk to us about Commissioner</a></article>\n</section>"
    },
    {
      "key": "where",
      "name": "Where it goes",
      "html": "\n<footer class=\"wg\"><span class=\"k\">Where membership goes</span><div class=\"cols\"><p><b>61%</b><br>Commissions and exhibition production</p><p><b>24%</b><br>Education and the schools programme</p><p><b>15%</b><br>Collection care and storage</p></div></footer>"
    }
  ],
  "moduleCount": 3,
  "reorderable": true,
  "meta": {
    "id": "kunsthalle-membership",
    "model": "Claude Opus 5",
    "author": "Claude Code",
    "createdAt": "2026-09-02T01:16:19+09:00",
    "updatedAt": "2026-09-02T01:16:19+09:00",
    "version": "1.0.0",
    "isNew": false
  },
  "link": "/api/v1/designs/kunsthalle-membership.json",
  "structure": "Three blocks separated by hairlines on the hang line — no boxes, no borders around them — each carrying a mono label block and a text link but one pill.",
  "html": "<div class=\"dz dz-kunsthalle-membership\" data-design=\"kunsthalle-membership\" data-theme=\"kunsthalle\">\n<section class=\"dz-mod\" data-mod=\"head\" aria-label=\"Membership header\">\n<header class=\"mh\"><span class=\"k\">Support</span><h1>Membership</h1><p>Entry is free and always will be. Membership pays for the commissions, the education programme and the two staff who look after the collection.</p></header></section>\n<section class=\"dz-mod\" data-mod=\"tiers\" aria-label=\"Membership blocks\">\n<section class=\"tr\">\n<article><div class=\"lb\"><div class=\"hd\"><span>Member</span></div><p><b>£45 a year</b><br>Twenty per cent on editions and in the café<br>Members' preview of every exhibition<br>The printed programme, posted</p></div><a class=\"lk\" href=\"#\">Join as a Member</a></article>\n<article><div class=\"lb\"><div class=\"hd\"><span>Patron</span></div><p><b>£250 a year</b><br>Everything in Member, for two people<br>An annual visit to the store with a curator<br>Your name in the building, if you want it</p></div><button class=\"pri\">Become a Patron</button></article>\n<article><div class=\"lb\"><div class=\"hd\"><span>Commissioner</span></div><p><b>£2,000 a year</b><br>Everything in Patron<br>Named support of one commission each year<br>A studio visit with the commissioned artist</p></div><a class=\"lk\" href=\"#\">Talk to us about Commissioner</a></article>\n</section></section>\n<section class=\"dz-mod\" data-mod=\"where\" aria-label=\"Where it goes\">\n<footer class=\"wg\"><span class=\"k\">Where membership goes</span><div class=\"cols\"><p><b>61%</b><br>Commissions and exhibition production</p><p><b>24%</b><br>Education and the schools programme</p><p><b>15%</b><br>Collection care and storage</p></div></footer></section>\n</div>",
  "css": "\n.dz-kunsthalle-membership { background: var(--background); color: var(--foreground); font-family: var(--pv-body); padding: 96px; }\n.dz-kunsthalle-membership .k { text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: 600; color: var(--muted-foreground); }\n.dz-kunsthalle-membership h1 { font-family: var(--pv-display); font-weight: 400; font-size: 64px; line-height: 1.06; letter-spacing: -.02em; margin: 12px 0 16px; }\n.dz-kunsthalle-membership .mh p { font-size: 17px; font-weight: 300; line-height: 1.7; margin: 0 0 64px; max-width: 60ch; color: var(--muted-foreground); }\n.dz-kunsthalle-membership .tr article { padding: 32px 0; border-bottom: 1px solid var(--border); }\n\n.dz-kunsthalle-membership .lb { width: 60%; margin-top: 14px; }\n.dz-kunsthalle-membership .lb .hd { text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: 600; color: var(--muted-foreground); border-bottom: 1px solid var(--border); padding-bottom: 5px; margin-bottom: 8px; }\n.dz-kunsthalle-membership .lb p { font-family: var(--pv-mono); font-size: 12px; letter-spacing: .02em; line-height: 1.5; margin: 0; color: var(--muted-foreground); }\n.dz-kunsthalle-membership .lb p b { color: var(--foreground); font-weight: 400; }\n.dz-kunsthalle-membership .tr .lb { width: 100%; margin-top: 0; margin-bottom: 20px; max-width: 48ch; }\n.dz-kunsthalle-membership .lk { text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: 600; color: var(--accent); text-decoration: none; border-bottom: 1px solid var(--accent); padding-bottom: 3px; }\n.dz-kunsthalle-membership .pri { background: var(--primary); color: var(--primary-foreground); border: 0; border-radius: 9999px; padding: 13px 24px; font: inherit; text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: 600; cursor: pointer; }\n.dz-kunsthalle-membership .wg { margin-top: 64px; }\n.dz-kunsthalle-membership .cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 16px; max-width: 900px; }\n.dz-kunsthalle-membership .cols p { font-family: var(--pv-mono); font-size: 12px; letter-spacing: .02em; line-height: 1.5; margin: 0; color: var(--muted-foreground); }\n.dz-kunsthalle-membership .cols b { font-family: var(--pv-display); font-weight: 400; font-size: 44px; color: var(--foreground); display: block; margin-bottom: 6px; letter-spacing: -.01em; }\n@media (prefers-reduced-motion: reduce) { .dz-kunsthalle-membership *, .dz-kunsthalle-membership *::before, .dz-kunsthalle-membership *::after { transition-duration: 1ms !important; animation-duration: 1ms !important; } }\n",
  "requiredTheme": "/api/v1/themes/kunsthalle.json",
  "googleFontsHref": "https://fonts.googleapis.com/css2?family=Marcellus:wght@400;500;600;700&family=Albert+Sans:wght@400;500;600;700&family=Fragment+Mono:wght@400;500;600;700&display=swap"
}