{
  "id": "expert-lens-dossier",
  "name": "Evidence Dossier",
  "theme": "expert-lens",
  "category": "Editorial",
  "description": "A dossier where each claim is followed by the evidence that supports it and a confidence marker, so nothing floats unattributed.",
  "layout": "Claim blocks stacked full width, each one a lit card containing the claim, an indented evidence list and a confidence chip aligned right; the page ground stays unlit between them.",
  "modules": [
    {
      "key": "head",
      "name": "Dossier header",
      "html": "\n<header class=\"dh\"><span class=\"cls\">Restricted · Panel only</span><h1>Kilcarn Reservoir, structural assessment</h1><p>Compiled 14 July · 6 claims · 2 disputed</p></header>"
    },
    {
      "key": "claims",
      "name": "Claim blocks",
      "html": "\n<div class=\"claims\">\n  <section class=\"cl\"><div class=\"cl-h\"><h2>The east wall has moved since 2019.</h2><span class=\"conf hi\">High confidence</span></div>\n    <ul><li><b>Survey</b> 4.2mm cumulative displacement, three independent measurements, Jan 2019 – May 2026.</li><li><b>Photograph</b> Crack at the third buttress visible in 2021 imagery, absent in 2018.</li></ul>\n  </section>\n  <section class=\"cl\"><div class=\"cl-h\"><h2>The movement is seasonal rather than progressive.</h2><span class=\"conf mid\">Contested</span></div>\n    <ul><li><b>For</b> Displacement correlates with reservoir level at r = 0.81 across seven cycles.</li><li><b>Against</b> The 2023 minimum did not return to the 2019 baseline, which a purely seasonal model does not predict.</li></ul>\n  </section>\n  <section class=\"cl\"><div class=\"cl-h\"><h2>No immediate intervention is required.</h2><span class=\"conf low\">Low confidence</span></div>\n    <ul><li><b>Basis</b> Movement remains within the design tolerance stated in the 1974 drawings.</li><li><b>Caveat</b> Those drawings assume a drawdown regime the reservoir has not operated under since 2011.</li></ul>\n  </section>\n</div>"
    },
    {
      "key": "plate",
      "name": "Evidence plate",
      "html": "\n<figure class=\"ev\"><img src=\"{{ART specimen}}\" alt=\"{{ARTALT specimen}}\"><figcaption><span>Exhibit C</span> Core samples taken at the third buttress, laid out in extraction order.</figcaption></figure>"
    },
    {
      "key": "sign",
      "name": "Sign-off",
      "html": "\n<footer class=\"so\"><div><span class=\"k\">Prepared by</span><b>K. Adeyemi</b><em>Chartered engineer, 14 July 2026</em></div><div><span class=\"k\">Reviewed by</span><b>Pending</b><em>Panel sits 28 July</em></div></footer>"
    }
  ],
  "moduleCount": 4,
  "reorderable": true,
  "meta": {
    "id": "expert-lens-dossier",
    "model": "Claude Opus 5",
    "author": "Claude Code",
    "createdAt": "2026-08-29T18:34:32+09:00",
    "updatedAt": "2026-08-29T18:34:32+09:00",
    "version": "1.0.0",
    "isNew": false
  },
  "link": "/api/v1/designs/expert-lens-dossier.json",
  "structure": "Claim blocks stacked full width, each one a lit card containing the claim, an indented evidence list and a confidence chip aligned right; the page ground stays unlit between them.",
  "html": "<div class=\"dz dz-expert-lens-dossier\" data-design=\"expert-lens-dossier\" data-theme=\"expert-lens\">\n<section class=\"dz-mod\" data-mod=\"head\" aria-label=\"Dossier header\">\n<header class=\"dh\"><span class=\"cls\">Restricted · Panel only</span><h1>Kilcarn Reservoir, structural assessment</h1><p>Compiled 14 July · 6 claims · 2 disputed</p></header></section>\n<section class=\"dz-mod\" data-mod=\"claims\" aria-label=\"Claim blocks\">\n<div class=\"claims\">\n  <section class=\"cl\"><div class=\"cl-h\"><h2>The east wall has moved since 2019.</h2><span class=\"conf hi\">High confidence</span></div>\n    <ul><li><b>Survey</b> 4.2mm cumulative displacement, three independent measurements, Jan 2019 – May 2026.</li><li><b>Photograph</b> Crack at the third buttress visible in 2021 imagery, absent in 2018.</li></ul>\n  </section>\n  <section class=\"cl\"><div class=\"cl-h\"><h2>The movement is seasonal rather than progressive.</h2><span class=\"conf mid\">Contested</span></div>\n    <ul><li><b>For</b> Displacement correlates with reservoir level at r = 0.81 across seven cycles.</li><li><b>Against</b> The 2023 minimum did not return to the 2019 baseline, which a purely seasonal model does not predict.</li></ul>\n  </section>\n  <section class=\"cl\"><div class=\"cl-h\"><h2>No immediate intervention is required.</h2><span class=\"conf low\">Low confidence</span></div>\n    <ul><li><b>Basis</b> Movement remains within the design tolerance stated in the 1974 drawings.</li><li><b>Caveat</b> Those drawings assume a drawdown regime the reservoir has not operated under since 2011.</li></ul>\n  </section>\n</div></section>\n<section class=\"dz-mod\" data-mod=\"plate\" aria-label=\"Evidence plate\">\n<figure class=\"ev\"><img src=\"https://designlookbook.dev/assets/img/expert-lens-specimen.webp\" alt=\"Small objects laid out on black felt under raking light\"><figcaption><span>Exhibit C</span> Core samples taken at the third buttress, laid out in extraction order.</figcaption></figure></section>\n<section class=\"dz-mod\" data-mod=\"sign\" aria-label=\"Sign-off\">\n<footer class=\"so\"><div><span class=\"k\">Prepared by</span><b>K. Adeyemi</b><em>Chartered engineer, 14 July 2026</em></div><div><span class=\"k\">Reviewed by</span><b>Pending</b><em>Panel sits 28 July</em></div></footer></section>\n</div>",
  "css": "\n.dz-expert-lens-dossier { background: var(--background); color: var(--foreground); font-family: var(--pv-body); padding: 30px 36px 32px; }\n.dz-expert-lens-dossier .cls { font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--destructive); }\n.dz-expert-lens-dossier .dh h1 { font-family: var(--pv-display); font-size: 32px; font-weight: 500; letter-spacing: -.01em; margin: 8px 0 6px; }\n.dz-expert-lens-dossier .dh p { margin: 0 0 24px; font-size: 13px; color: var(--muted-foreground); }\n.dz-expert-lens-dossier .cl { background: var(--card); border-radius: var(--pv-radius); padding: 18px 22px; margin-bottom: 14px; box-shadow: inset 3px 0 0 var(--primary); }\n.dz-expert-lens-dossier .cl-h { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }\n.dz-expert-lens-dossier .cl h2 { font-family: var(--pv-display); font-size: 20px; font-weight: 500; line-height: 1.34; margin: 0; max-width: 44ch; }\n.dz-expert-lens-dossier .conf { flex: none; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; padding: 4px 10px; border-radius: var(--pv-radius-xl); }\n.dz-expert-lens-dossier .conf.hi { background: color-mix(in srgb, var(--chart-1) 22%, transparent); color: var(--chart-1); }\n.dz-expert-lens-dossier .conf.mid { background: color-mix(in srgb, var(--chart-4) 22%, transparent); color: var(--chart-4); }\n.dz-expert-lens-dossier .conf.low { background: color-mix(in srgb, var(--destructive) 22%, transparent); color: var(--destructive); }\n.dz-expert-lens-dossier .cl ul { list-style: none; margin: 14px 0 0; padding: 0 0 0 18px; }\n.dz-expert-lens-dossier .cl li { position: relative; font-size: 14px; line-height: 1.68; padding: 6px 0; color: var(--muted-foreground); }\n.dz-expert-lens-dossier .cl li::before { content: \"\"; position: absolute; left: -18px; top: 15px; width: 8px; height: 1px; background: var(--border); }\n.dz-expert-lens-dossier .cl b { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--primary); font-weight: 400; margin-right: 8px; }\n.dz-expert-lens-dossier .ev { margin: 22px 0; }\n.dz-expert-lens-dossier .ev img { width: 100%; max-height: 240px; object-fit: cover; border-radius: var(--pv-radius); display: block; filter: var(--img-filter); }\n.dz-expert-lens-dossier .ev figcaption { margin-top: 9px; font-size: 12.5px; color: var(--muted-foreground); }\n.dz-expert-lens-dossier .ev figcaption span { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--primary); margin-right: 8px; }\n.dz-expert-lens-dossier .so { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; padding-top: 20px; box-shadow: inset 0 1px 0 var(--border); }\n.dz-expert-lens-dossier .so .k { display: block; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-foreground); }\n.dz-expert-lens-dossier .so b { display: block; font-family: var(--pv-display); font-size: 19px; font-weight: 500; margin: 5px 0 2px; }\n.dz-expert-lens-dossier .so em { font-style: normal; font-size: 12.5px; color: var(--muted-foreground); }\n@media (prefers-reduced-motion: reduce) { .dz-expert-lens-dossier *, .dz-expert-lens-dossier *::before, .dz-expert-lens-dossier *::after { transition-duration: 1ms !important; animation-duration: 1ms !important; } }",
  "requiredTheme": "/api/v1/themes/expert-lens.json",
  "googleFontsHref": "https://fonts.googleapis.com/css2?family=Newsreader:wght@400;500;600;700&family=Source+Sans+3:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600;700&display=swap"
}