{
  "id": "invitation-tables",
  "name": "Table Plan",
  "theme": "invitation",
  "category": "Editorial",
  "description": "The table plan as a wall of small 5:7 cards, one per table, each with the number in Yeseva One and the names inside its own bleed rule.",
  "layout": "A grid of miniature 5:7 cards with a 10px inset rule, table number in display type, and names in body-sm — no seating diagram, just the cards.",
  "modules": [
    {
      "key": "head",
      "name": "Plan header",
      "html": "\n<header class=\"ph\"><span class=\"k\">Kilcarn Lane · 23 May · 86 seated</span><h1>Where everyone sits</h1><p>Eleven tables of eight. The cards below are exactly what will be printed and stood on each table, at the same proportions, with the same rule.</p></header>"
    },
    {
      "key": "tables",
      "name": "Table cards",
      "html": "\n<section class=\"gd\">\n<article class=\"mini\"><span class=\"n\">1</span><p class=\"nms\">Marguerite · Rowan · Marta Reyes · Jon Reyes · Teodor Vance · Priya Nkemdirim · A. Bekele · H. Aldwyn</p></article>\n<article class=\"mini\"><span class=\"n\">2</span><p class=\"nms\">Nuala Rennick · Iona Marek · M. Devlin · R. Okafor · K. Adeyemi · O. Doyle · S. Okonjo · N. Rennick</p></article>\n<article class=\"mini\"><span class=\"n\">3</span><p class=\"nms\">The Nkemdirims, four · The Aldwyns, two · P. Nkemdirim · L. Vance</p></article>\n<article class=\"mini\"><span class=\"n\">4</span><p class=\"nms\">The Whitlocks, three · Ada Whitlock · Jon Whitlock · Marta Reyes Sr · Two spare</p></article>\n<article class=\"mini\"><span class=\"n\">5</span><p class=\"nms\">Kilcarn Lane neighbours, eight, arranged by which of them still speak to each other</p></article>\n<article class=\"mini\"><span class=\"n\">6</span><p class=\"nms\">Slade Row, six · Two from the Kunsthalle</p></article>\n</section>"
    },
    {
      "key": "note",
      "name": "Printing note",
      "html": "\n<footer class=\"nt\"><span class=\"k\">These print</span><p>At 5:7 on 300gsm cotton with a blind-embossed border where the inset rule is. What you see on this screen is the artwork, not a preview of it.</p></footer>"
    }
  ],
  "moduleCount": 3,
  "reorderable": true,
  "meta": {
    "id": "invitation-tables",
    "model": "Claude Opus 5",
    "author": "Claude Code",
    "createdAt": "2026-09-02T01:39:45+09:00",
    "updatedAt": "2026-09-02T01:39:45+09:00",
    "version": "1.0.0",
    "isNew": false
  },
  "link": "/api/v1/designs/invitation-tables.json",
  "structure": "A grid of miniature 5:7 cards with a 10px inset rule, table number in display type, and names in body-sm — no seating diagram, just the cards.",
  "html": "<div class=\"dz dz-invitation-tables\" data-design=\"invitation-tables\" data-theme=\"invitation\">\n<section class=\"dz-mod\" data-mod=\"head\" aria-label=\"Plan header\">\n<header class=\"ph\"><span class=\"k\">Kilcarn Lane · 23 May · 86 seated</span><h1>Where everyone sits</h1><p>Eleven tables of eight. The cards below are exactly what will be printed and stood on each table, at the same proportions, with the same rule.</p></header></section>\n<section class=\"dz-mod\" data-mod=\"tables\" aria-label=\"Table cards\">\n<section class=\"gd\">\n<article class=\"mini\"><span class=\"n\">1</span><p class=\"nms\">Marguerite · Rowan · Marta Reyes · Jon Reyes · Teodor Vance · Priya Nkemdirim · A. Bekele · H. Aldwyn</p></article>\n<article class=\"mini\"><span class=\"n\">2</span><p class=\"nms\">Nuala Rennick · Iona Marek · M. Devlin · R. Okafor · K. Adeyemi · O. Doyle · S. Okonjo · N. Rennick</p></article>\n<article class=\"mini\"><span class=\"n\">3</span><p class=\"nms\">The Nkemdirims, four · The Aldwyns, two · P. Nkemdirim · L. Vance</p></article>\n<article class=\"mini\"><span class=\"n\">4</span><p class=\"nms\">The Whitlocks, three · Ada Whitlock · Jon Whitlock · Marta Reyes Sr · Two spare</p></article>\n<article class=\"mini\"><span class=\"n\">5</span><p class=\"nms\">Kilcarn Lane neighbours, eight, arranged by which of them still speak to each other</p></article>\n<article class=\"mini\"><span class=\"n\">6</span><p class=\"nms\">Slade Row, six · Two from the Kunsthalle</p></article>\n</section></section>\n<section class=\"dz-mod\" data-mod=\"note\" aria-label=\"Printing note\">\n<footer class=\"nt\"><span class=\"k\">These print</span><p>At 5:7 on 300gsm cotton with a blind-embossed border where the inset rule is. What you see on this screen is the artwork, not a preview of it.</p></footer></section>\n</div>",
  "css": "\n.dz-invitation-tables { background: var(--background); color: var(--foreground); font-family: var(--pv-body); padding: 44px 32px; }\n.dz-invitation-tables .k { text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: 500; color: var(--muted-foreground); }\n.dz-invitation-tables h1 { font-family: var(--pv-display); font-weight: 400; font-size: 60px; line-height: 1.06; letter-spacing: -.015em; margin: 10px 0 12px; }\n.dz-invitation-tables .ph p { margin: 0 0 30px; font-size: 14.5px; line-height: 1.64; color: var(--muted-foreground); max-width: 52ch; }\n.dz-invitation-tables .gd { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }\n.dz-invitation-tables .mini { position: relative; aspect-ratio: 5 / 7; background: var(--card); border: 1px solid var(--border); border-radius: 2px; padding: 20px; box-sizing: border-box; display: flex; flex-direction: column; box-shadow: 0 12px 28px -22px color-mix(in oklab, var(--foreground) 70%, transparent); }\n.dz-invitation-tables .mini::before { content: \"\"; position: absolute; inset: 10px; border: 1px solid var(--border); pointer-events: none; }\n.dz-invitation-tables .n { font-family: var(--pv-display); font-weight: 400; font-size: 52px; line-height: 1; position: relative; margin-bottom: 12px; }\n.dz-invitation-tables .nms { font-size: 13px; line-height: 1.55; margin: 0; position: relative; color: var(--muted-foreground); }\n.dz-invitation-tables .nt { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--border); }\n.dz-invitation-tables .nt p { margin: 8px 0 0; font-size: 14.5px; line-height: 1.62; color: var(--muted-foreground); max-width: 52ch; }\n@media (prefers-reduced-motion: reduce) { .dz-invitation-tables *, .dz-invitation-tables *::before, .dz-invitation-tables *::after { transition-duration: 1ms !important; animation-duration: 1ms !important; } }\n",
  "requiredTheme": "/api/v1/themes/invitation.json",
  "googleFontsHref": "https://fonts.googleapis.com/css2?family=Yeseva+One:wght@400;500;600;700&family=Readex+Pro:wght@400;500;600;700&family=Nova+Mono:wght@400;500;600;700&display=swap"
}