{"id":987935,"date":"2026-05-04T11:57:07","date_gmt":"2026-05-04T08:57:07","guid":{"rendered":"https:\/\/prgrf.com\/services\/strategy\/"},"modified":"2026-05-06T18:08:45","modified_gmt":"2026-05-06T15:08:45","slug":"strategy","status":"publish","type":"page","link":"https:\/\/prgrf.com\/uk\/services\/strategy\/","title":{"rendered":"\u0421\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u044f, \u044f\u043a\u0443 \u0432\u0438 \u0441\u043f\u0440\u0430\u0432\u0434\u0456 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u0435."},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"987935\" class=\"elementor elementor-987935 elementor-bc-flex-widget\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ce06c3f e-con-full e-flex e-con e-parent\" data-id=\"ce06c3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4348828 elementor-widget elementor-widget-html\" data-id=\"4348828\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n.prg-ih{\n  position:relative;\n  background:#162447;\n  padding:80px 0 76px;\n  overflow:hidden;\n}\n#prg-ih-canvas{\n  position:absolute;inset:0;\n  width:100%;height:100%;\n  pointer-events:none;\n  z-index:0;\n}\n.prg-ih-inner{\n  position:relative;z-index:1;\n  max-width:1064px;margin:0 auto;\n  padding:0 40px;\n}\n.prg-ih-eyebrow{\n  display:inline-block;\n  font-family:Montserrat,Arial,sans-serif;\n  font-size:11px;font-weight:700;\n  letter-spacing:.18em;text-transform:uppercase;\n  color:#F5A800;\n  margin-bottom:18px;\n}\n.prg-ih-h{\n  font-family:Montserrat,Arial,sans-serif;\n  font-size:52px;font-weight:800;\n  color:#fff!important;\n  line-height:1.08;\n  margin:0 0 20px;\n  max-width:760px;\n}\n.prg-ih-sub{\n  font-size:17px;line-height:1.75;\n  color:rgba(255,255,255,.72);\n  margin:0 0 36px;\n  max-width:640px;\n}\n.prg-ih-btns{\n  display:flex;gap:14px;flex-wrap:wrap;align-items:center;\n}\n.prg-ih-btn-a{\n  display:inline-block;\n  background:#F5A800;color:#162447!important;\n  font-family:Montserrat,Arial,sans-serif;\n  font-size:14px;font-weight:800;\n  letter-spacing:.04em;\n  padding:16px 32px;border-radius:6px;\n  text-decoration:none;\n  transition:background .2s;\n  white-space:nowrap;\n}\n.prg-ih-btn-a:hover{background:#e09900;}\n.prg-ih-btn-b{\n  display:inline-block;\n  color:rgba(255,255,255,.9)!important;\n  font-family:Montserrat,Arial,sans-serif;\n  font-size:14px;font-weight:700;\n  text-decoration:none;\n  border:1.5px solid rgba(255,255,255,.35);\n  padding:14px 28px;border-radius:6px;\n  transition:border-color .2s,color .2s;\n  white-space:nowrap;\n}\n.prg-ih-btn-b:hover{border-color:rgba(255,255,255,.7);color:#fff!important;}\n@media(max-width:900px){\n  .prg-ih-h{font-size:38px;}\n}\n@media(max-width:600px){\n  .prg-ih{padding:56px 0 52px;}\n  .prg-ih-inner{padding:0 24px;}\n  .prg-ih-h{font-size:28px;}\n  .prg-ih-sub{font-size:15px;}\n  .prg-ih-btns{flex-direction:column;align-items:flex-start;}\n}\n<\/style>\n<div class=\"prg-ih\">\n  <canvas id=\"prg-ih-canvas\"><\/canvas>\n  <div class=\"prg-ih-inner\">\n    <span class=\"prg-ih-eyebrow\">Strategy<\/span>\n    <h1 class=\"prg-ih-h\">Strategy you actually use.<\/h1>\n    <p class=\"prg-ih-sub\">We design strategies meant to survive contact with reality \u2014 not strategies meant to sit in a folder. Foresight, working sessions, co-authored documents, implementation support.<\/p>\n    <div class=\"prg-ih-btns\">\n        <a class=\"prg-ih-btn-a\" href=\"\/contact\/\">Request a discovery call<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n<script>\n(function(){\n  var c=document.getElementById('prg-ih-canvas');\n  if(!c)return;\n  var ctx=c.getContext('2d');\n  var W,H,nodes;\n  var N=48, DIST=130;\n  var W_COL='255,255,255';\n  var G_COL='245,168,0';\n\n  function resize(){\n    var r=c.parentElement.getBoundingClientRect();\n    W=c.width=r.width||window.innerWidth;\n    H=c.height=r.height||420;\n  }\n  function init(){\n    nodes=[];\n    for(var i=0;i<N;i++){\n      var gold=i%7===0;\n      nodes.push({\n        x:Math.random()*W, y:Math.random()*H,\n        vx:(Math.random()-.5)*.3, vy:(Math.random()-.5)*.3,\n        r:Math.random()*1.6+1,\n        gold:gold\n      });\n    }\n  }\n  function draw(){\n    ctx.clearRect(0,0,W,H);\n    for(var i=0;i<nodes.length;i++){\n      for(var j=i+1;j<nodes.length;j++){\n        var dx=nodes[i].x-nodes[j].x, dy=nodes[i].y-nodes[j].y;\n        var d=Math.sqrt(dx*dx+dy*dy);\n        if(d<DIST){\n          var op=(1-d\/DIST)*0.12;\n          ctx.beginPath();\n          ctx.moveTo(nodes[i].x,nodes[i].y);\n          ctx.lineTo(nodes[j].x,nodes[j].y);\n          ctx.strokeStyle='rgba('+W_COL+','+op+')';\n          ctx.lineWidth=.7;\n          ctx.stroke();\n        }\n      }\n    }\n    for(var i=0;i<nodes.length;i++){\n      var n=nodes[i];\n      var col=n.gold?G_COL:W_COL;\n      var op=n.gold?.55:.22;\n      ctx.beginPath();ctx.arc(n.x,n.y,n.r*2.5,0,Math.PI*2);\n      ctx.fillStyle='rgba('+col+','+(op*.2)+')';ctx.fill();\n      ctx.beginPath();ctx.arc(n.x,n.y,n.r,0,Math.PI*2);\n      ctx.fillStyle='rgba('+col+','+op+')';ctx.fill();\n    }\n  }\n  function update(){\n    for(var i=0;i<nodes.length;i++){\n      var n=nodes[i];\n      n.x+=n.vx;n.y+=n.vy;\n      if(n.x<-20)n.x=W+20;if(n.x>W+20)n.x=-20;\n      if(n.y<-20)n.y=H+20;if(n.y>H+20)n.y=-20;\n    }\n  }\n  function loop(){update();draw();requestAnimationFrame(loop);}\n  window.addEventListener('resize',function(){resize();init();});\n  resize();init();loop();\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5c83f68 e-con-boxed e-flex e-con e-parent\" data-id=\"5c83f68\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ffc60c elementor-widget elementor-widget-html\" data-id=\"4ffc60c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n:root{--pg-gold:#F5A800;--pg-gold-light:#FFCF4D;--pg-gold-dark:#C78600;--pg-navy:#162447;--pg-navy-mid:#1F3C72;--pg-blue:#1D5FC4;--pg-blue-light:#4A90D9;--pg-cream:#FAF8F2;--pg-line:#E4E7EE;--pg-text:#162447;--pg-muted:#4A5568;--pg-white:#FFFFFF;}\nhtml,body{overflow-x:hidden;}\n.paragraf-content{font-family:Open Sans,Arial,sans-serif;color:var(--pg-text);font-size:17px;line-height:1.7;max-width:1120px;margin:0 auto;}\n.paragraf-content h2{position:relative;font-family:Montserrat,Arial,sans-serif;font-size:34px;line-height:1.22;margin:58px 0 20px;padding-top:16px;color:var(--pg-navy);font-weight:800;letter-spacing:0;}\n.paragraf-content h2:before{content:\"\";position:absolute;top:0;left:0;width:64px;height:5px;border-radius:999px;background:linear-gradient(90deg,var(--pg-gold) 0%,var(--pg-gold) 64%,var(--pg-blue) 64%,var(--pg-blue) 100%);}\n.paragraf-content h3{font-family:Montserrat,Arial,sans-serif;font-size:22px;line-height:1.35;margin:30px 0 10px;color:var(--pg-navy);font-weight:800;letter-spacing:0;}\n.paragraf-content p{margin:0 0 15px;color:#25324d;}\n.paragraf-content strong{font-weight:800;color:var(--pg-navy);}\n.paragraf-content a{color:var(--pg-blue);font-weight:800;text-decoration:none;border-bottom:1px solid rgba(29,95,196,.25);}\n.paragraf-content a:hover{color:var(--pg-blue-light);border-bottom-color:var(--pg-blue-light);}\n.paragraf-content ul,.paragraf-content ol{margin:0 0 24px 22px;padding:0;}\n.paragraf-content li{margin:8px 0;color:#25324d;}\n.paragraf-content li::marker{color:var(--pg-gold);font-weight:800;}\n.paragraf-content h2+ul,.paragraf-content h2+ol{list-style:none;margin:0 0 32px;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}\n.paragraf-content h2+ul li,.paragraf-content h2+ol li{position:relative;margin:0;padding:18px 18px 16px 18px;background:var(--pg-white);border:1px solid var(--pg-line);border-left:4px solid var(--pg-gold);border-radius:8px;box-shadow:0 8px 24px rgba(22,36,71,.07);min-width:0;}\n.paragraf-content h2+ul li strong,.paragraf-content h2+ol li strong{display:inline;color:var(--pg-navy);}\n.paragraf-content h2+ol{counter-reset:pg-step;}\n.paragraf-content h2+ol li{padding-left:58px;}\n.paragraf-content h2+ol li:before{counter-increment:pg-step;content:counter(pg-step);position:absolute;left:18px;top:18px;width:26px;height:26px;border-radius:50%;background:var(--pg-gold);color:var(--pg-navy);display:flex;align-items:center;justify-content:center;font-family:Montserrat,Arial,sans-serif;font-weight:800;font-size:13px;}\n.paragraf-content table{width:100%;border-collapse:separate;border-spacing:0;margin:18px 0 34px;background:var(--pg-white);border:1px solid var(--pg-line);border-radius:8px;overflow:hidden;box-shadow:0 10px 28px rgba(22,36,71,.07);}\n.paragraf-content th,.paragraf-content td{border-bottom:1px solid var(--pg-line);padding:16px 18px;text-align:left;vertical-align:top;}\n.paragraf-content tr:last-child th,.paragraf-content tr:last-child td{border-bottom:0;}\n.paragraf-content th{background:var(--pg-cream);font-family:Montserrat,Arial,sans-serif;color:var(--pg-navy);font-weight:800;letter-spacing:0;}\n.paragraf-content td:first-child,.paragraf-content th:first-child{border-right:1px solid var(--pg-line);}\n.paragraf-content blockquote{border-left:4px solid var(--pg-gold);margin:26px 0;padding:16px 18px;color:var(--pg-muted);background:var(--pg-cream);border-radius:0 8px 8px 0;}\n.paragraf-content .paragraf-note-status{display:inline-block;background:var(--pg-cream);border:1px solid var(--pg-line);border-radius:8px;padding:10px 12px;color:var(--pg-muted);font-size:14px;}\n.paragraf-cta-line a{display:inline-flex;align-items:center;justify-content:center;margin:6px 10px 6px 0;padding:12px 18px;border-radius:8px;background:var(--pg-gold);color:var(--pg-navy)!important;font-family:Montserrat,Arial,sans-serif;font-weight:800;border:1px solid var(--pg-gold);box-shadow:0 6px 16px rgba(245,168,0,.18);}\n.paragraf-cta-line a:hover{background:var(--pg-gold-light);border-color:var(--pg-gold-light);text-decoration:none;}\n.paragraf-hero-title,.paragraf-hero-title .elementor-heading-title{max-width:100%!important;width:100%!important;letter-spacing:0!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;}\n.paragraf-hero-lead,.paragraf-hero-lead .elementor-widget-container,.paragraf-hero-lead p{max-width:920px!important;width:100%!important;overflow-wrap:break-word!important;}\n.paragraf-hero-buttons{width:100%!important;max-width:100%!important;display:flex!important;flex-wrap:wrap!important;}\n.paragraf-hero-buttons .elementor-widget-button{max-width:100%!important;}\n.paragraf-hero-buttons .elementor-button{min-height:54px;display:inline-flex!important;align-items:center;justify-content:center;border-radius:8px!important;font-family:Montserrat,Arial,sans-serif!important;font-weight:800!important;white-space:normal!important;text-align:center!important;line-height:1.2!important;}\n.paragraf-hero-buttons .elementor-button .elementor-button-text{color:inherit!important;}\n.paragraf-hero-buttons .elementor-widget-button:first-child .elementor-button{background:var(--pg-gold)!important;color:var(--pg-navy)!important;border:2px solid var(--pg-gold)!important;}\n.paragraf-hero-buttons .elementor-widget-button:first-child .elementor-button:hover{background:var(--pg-gold-light)!important;border-color:var(--pg-gold-light)!important;color:var(--pg-navy)!important;}\n.paragraf-hero-buttons .elementor-widget-button:nth-child(2) .elementor-button{background:transparent!important;color:var(--pg-white)!important;border:2px solid rgba(255,255,255,.72)!important;}\n.paragraf-hero-buttons .elementor-widget-button:nth-child(2) .elementor-button:hover{background:var(--pg-white)!important;color:var(--pg-navy)!important;border-color:var(--pg-white)!important;}\n@media(max-width:767px){.paragraf-content{font-size:15px;line-height:1.62;padding:0 2px}.paragraf-content h2{font-size:25px;margin-top:38px}.paragraf-content h3{font-size:18px}.paragraf-content h2+ul,.paragraf-content h2+ol{grid-template-columns:1fr;gap:10px}.paragraf-content h2+ul li,.paragraf-content h2+ol li{padding:15px 15px 14px 15px}.paragraf-content h2+ol li{padding-left:52px}.paragraf-content table{display:block;overflow-x:auto;border-radius:8px}.paragraf-hero-title .elementor-heading-title{font-size:36px!important;line-height:1.08!important}.paragraf-hero-lead,.paragraf-hero-lead p{font-size:16px!important;line-height:1.55!important}.paragraf-hero-buttons{display:flex!important;flex-direction:column!important;gap:10px!important}.paragraf-hero-buttons .elementor-widget-button,.paragraf-hero-buttons .elementor-button{width:100%!important}.paragraf-hero-buttons .elementor-button{min-height:52px;padding:14px 16px!important}}\n@media(max-width:390px){.paragraf-hero-title .elementor-heading-title{font-size:32px!important}.paragraf-content h2{font-size:23px}}\n\n.prg-cover-img{width:100%;max-width:1120px;height:420px;object-fit:cover;display:block;border-radius:12px;margin:0 0 52px;}\n@media(max-width:768px){.prg-cover-img{height:220px;border-radius:8px;margin:0 0 32px;}}\n.prg-page-cta-text h3{font-family:Montserrat,Arial,sans-serif;font-size:24px;font-weight:800;color:#fff;margin:0 0 8px;letter-spacing:0;}.prg-page-cta-text p{font-size:15px;color:rgba(255,255,255,0.72);margin:0;line-height:1.6;}.prg-page-cta-btn:hover{background:var(--pg-gold-light);border-bottom:none !important;}@media(max-width:640px){}<\/style><div class=\"paragraf-content\">\n<img decoding=\"async\" class=\"prg-cover-img\" src=\"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/strategy.jpg\" alt=\"Strategic planning session \u2014 PARAGRAF\" loading=\"lazy\"><h2 id=\"what-we-do\">What this service builds<\/h2>\n<p><strong>Strategic Foresight.<\/strong> Fifteen-year scenario planning\ngrounded in weak-signal analysis. Strategy stress-tested against\nmultiple plausible futures. <a href=\"\/services\/strategy\/foresight\">Read\nmore \u2192<\/a><\/p>\n<p><strong>Strategic planning.<\/strong> From discovery brief through\nfacilitated working sessions to a co-authored strategic and operational\nplan. Time horizons set by client need, typically 3-7 years.<\/p>\n<p><strong>Organisational development.<\/strong> Institutional\ncapability, governance design, structure and process redesign \u2014 to make\nthe strategy executable.<\/p>\n<p><strong>Communications strategy.<\/strong> Narrative architecture,\nmessage house, audience strategy \u2014 for fundraising, advocacy, and\nstakeholder engagement.<\/p>\n<h2 id=\"how-a-strategy-engagement-runs\">How a strategy engagement\nruns<\/h2>\n<style>\n.prg-jrn{margin:28px 0 0;}\n.prg-jrn-grid{\n  display:grid;\n  grid-template-columns:1fr 22px 1fr 22px 1fr 22px 1fr 22px 1fr;\n  align-items:stretch;\n  gap:0;\n}\n.prg-jrn-arr{\n  display:flex;\n  align-items:flex-start;\n  justify-content:center;\n  padding-top:72px;\n  color:#CBD5E0;\n  font-size:20px;\n  font-weight:300;\n  line-height:1;\n}\n.prg-jrn-card{\n  background:#fff;\n  border:1px solid #E4E7EE;\n  border-radius:14px;\n  overflow:hidden;\n  box-shadow:0 3px 18px rgba(22,36,71,.06);\n  transition:box-shadow .2s,transform .2s;\n  cursor:default;\n}\n.prg-jrn-card:hover{\n  box-shadow:0 8px 32px rgba(22,36,71,.11);\n  transform:translateY(-2px);\n}\n.prg-jrn-illus{\n  height:148px;\n  background:#F7F9FC;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  padding:10px;\n  overflow:hidden;\n}\n.prg-jrn-illus svg{width:100%;height:100%;max-height:140px;}\n.prg-jrn-illus--gold{background:#FFFBF0;}\n.prg-jrn-body{\n  padding:14px 15px 18px;\n  border-top:1px solid #E4E7EE;\n}\n.prg-jrn-top{\n  display:flex;\n  align-items:center;\n  gap:9px;\n  margin-bottom:8px;\n}\n.prg-jrn-num{\n  width:28px;height:28px;\n  border-radius:50%;\n  background:#F5A800;\n  color:#162447;\n  font-family:Montserrat,Arial,sans-serif;\n  font-size:12px;font-weight:800;\n  display:flex;align-items:center;justify-content:center;\n  flex-shrink:0;\n  box-shadow:0 2px 8px rgba(245,168,0,.3);\n}\n.prg-jrn-num--opt{\n  background:#fff;\n  border:2px solid #F5A800;\n  color:#F5A800;\n  box-shadow:none;\n}\n.prg-jrn-title{\n  font-family:Montserrat,Arial,sans-serif;\n  font-size:13px;font-weight:800;\n  color:#162447;\n  line-height:1.25;\n}\n.prg-jrn-tag{\n  display:inline-block;\n  font-family:Montserrat,Arial,sans-serif;\n  font-size:8.5px;font-weight:700;\n  letter-spacing:.1em;text-transform:uppercase;\n  color:#F5A800;\n  background:rgba(245,168,0,.1);\n  border:1px solid rgba(245,168,0,.3);\n  border-radius:3px;\n  padding:2px 5px;\n  margin-bottom:7px;\n}\n.prg-jrn-desc{\n  font-size:12px;line-height:1.65;\n  color:#64748b;\n  margin:0;\n}\n.prg-jrn-desc a{\n  color:#1D5FC4;font-weight:700;\n  text-decoration:none;\n  border-bottom:1px solid rgba(29,95,196,.22);\n}\n@media(max-width:980px){\n  .prg-jrn-grid{\n    grid-template-columns:1fr 1fr;\n    gap:12px;\n  }\n  .prg-jrn-arr{display:none;}\n  .prg-jrn-illus{height:130px;}\n}\n@media(max-width:560px){\n  .prg-jrn-grid{grid-template-columns:1fr;}\n  .prg-jrn-illus{height:140px;}\n}\n<\/style>\n\n<div class=\"prg-jrn\">\n  <div class=\"prg-jrn-grid\">\n\n    <!-- \u2500\u2500 1. Discovery brief \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n    <div class=\"prg-jrn-card\">\n      <div class=\"prg-jrn-illus\">\n        <svg viewBox=\"0 0 200 150\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <!-- Document -->\n  <rect x=\"32\" y=\"14\" width=\"96\" height=\"118\" rx=\"7\" fill=\"#fff\" stroke=\"#E4E7EE\" stroke-width=\"1.5\"\/>\n  <!-- Fold corner -->\n  <path d=\"M107 14 L128 35\" stroke=\"#E4E7EE\" stroke-width=\"1.2\"\/>\n  <path d=\"M107 14 L107 35 L128 35\" fill=\"#EEF1F7\" stroke=\"#E4E7EE\" stroke-width=\"1\"\/>\n  <!-- Header band -->\n  <rect x=\"32\" y=\"14\" width=\"96\" height=\"26\" rx=\"7\" fill=\"#162447\" fill-opacity=\".06\"\/>\n  <!-- Title lines -->\n  <rect x=\"42\" y=\"21\" width=\"54\" height=\"6\" rx=\"2\" fill=\"#162447\" fill-opacity=\".45\"\/>\n  <rect x=\"42\" y=\"31\" width=\"36\" height=\"4\" rx=\"2\" fill=\"#162447\" fill-opacity=\".18\"\/>\n  <!-- Field: Objectives -->\n  <text x=\"42\" y=\"57\" font-family=\"Montserrat,sans-serif\" font-size=\"6\" fill=\"#94A3B8\" font-weight=\"700\" letter-spacing=\".08em\">OBJECTIVES<\/text>\n  <rect x=\"42\" y=\"61\" width=\"74\" height=\"4\" rx=\"2\" fill=\"#E4E7EE\"\/>\n  <rect x=\"42\" y=\"68\" width=\"56\" height=\"4\" rx=\"2\" fill=\"#E4E7EE\"\/>\n  <!-- Field: Scope -->\n  <text x=\"42\" y=\"83\" font-family=\"Montserrat,sans-serif\" font-size=\"6\" fill=\"#94A3B8\" font-weight=\"700\" letter-spacing=\".08em\">SCOPE<\/text>\n  <rect x=\"42\" y=\"87\" width=\"74\" height=\"4\" rx=\"2\" fill=\"#E4E7EE\"\/>\n  <rect x=\"42\" y=\"94\" width=\"44\" height=\"4\" rx=\"2\" fill=\"#E4E7EE\"\/>\n  <!-- Field: Success Criteria (highlighted) -->\n  <rect x=\"38\" y=\"105\" width=\"82\" height=\"22\" rx=\"4\" fill=\"#F5A800\" fill-opacity=\".07\" stroke=\"#F5A800\" stroke-width=\"1.2\" stroke-opacity=\".4\"\/>\n  <text x=\"43\" y=\"115\" font-family=\"Montserrat,sans-serif\" font-size=\"6\" fill=\"#C78600\" font-weight=\"700\" letter-spacing=\".08em\">SUCCESS CRITERIA<\/text>\n  <rect x=\"43\" y=\"119\" width=\"68\" height=\"4\" rx=\"2\" fill=\"#F5A800\" fill-opacity=\".35\"\/>\n  <!-- Target \/ bullseye (right side) -->\n  <circle cx=\"163\" cy=\"68\" r=\"20\" fill=\"#F5A800\" fill-opacity=\".07\" stroke=\"#F5A800\" stroke-width=\"1.5\" stroke-opacity=\".6\"\/>\n  <circle cx=\"163\" cy=\"68\" r=\"12\" fill=\"none\" stroke=\"#F5A800\" stroke-width=\"1.2\" stroke-opacity=\".5\"\/>\n  <circle cx=\"163\" cy=\"68\" r=\"5\" fill=\"#F5A800\" fill-opacity=\".9\"\/>\n  <line x1=\"163\" y1=\"44\" x2=\"163\" y2=\"53\" stroke=\"#F5A800\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-opacity=\".5\"\/>\n  <line x1=\"163\" y1=\"83\" x2=\"163\" y2=\"92\" stroke=\"#F5A800\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-opacity=\".5\"\/>\n  <line x1=\"139\" y1=\"68\" x2=\"148\" y2=\"68\" stroke=\"#F5A800\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-opacity=\".5\"\/>\n  <line x1=\"178\" y1=\"68\" x2=\"187\" y2=\"68\" stroke=\"#F5A800\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-opacity=\".5\"\/>\n<\/svg>\n      <\/div>\n      <div class=\"prg-jrn-body\">\n        <div class=\"prg-jrn-top\">\n          <div class=\"prg-jrn-num\">1<\/div>\n          <div class=\"prg-jrn-title\">Discovery brief<\/div>\n        <\/div>\n        <p class=\"prg-jrn-desc\">Co-written scope, objectives, and success criteria. The brief governs everything that follows.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"prg-jrn-arr\">\u203a<\/div>\n\n    <!-- \u2500\u2500 2. Foresight (optional) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n    <div class=\"prg-jrn-card\">\n      <div class=\"prg-jrn-illus prg-jrn-illus--gold\">\n        <svg viewBox=\"0 0 200 150\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <!-- Cone fill -->\n  <path d=\"M22 78 L180 22 L180 134 Z\" fill=\"#162447\" fill-opacity=\".04\"\/>\n  <!-- Cone edges (dashed boundary) -->\n  <line x1=\"22\" y1=\"78\" x2=\"180\" y2=\"22\" stroke=\"#162447\" stroke-width=\"1.3\" stroke-opacity=\".22\" stroke-dasharray=\"4,3\"\/>\n  <line x1=\"22\" y1=\"78\" x2=\"180\" y2=\"134\" stroke=\"#162447\" stroke-width=\"1.3\" stroke-opacity=\".22\" stroke-dasharray=\"4,3\"\/>\n  <!-- Preferred \/ baseline scenario path (gold, solid) -->\n  <path d=\"M22 78 C75 76 120 62 176 54\" stroke=\"#F5A800\" stroke-width=\"2.8\" fill=\"none\" stroke-linecap=\"round\"\/>\n  <!-- Optimistic scenario -->\n  <path d=\"M22 78 C75 65 125 40 175 28\" stroke=\"#162447\" stroke-width=\"1.4\" fill=\"none\" stroke-linecap=\"round\" stroke-opacity=\".4\" stroke-dasharray=\"5,3\"\/>\n  <!-- Pessimistic scenario -->\n  <path d=\"M22 78 C75 90 125 112 175 124\" stroke=\"#162447\" stroke-width=\"1.4\" fill=\"none\" stroke-linecap=\"round\" stroke-opacity=\".3\" stroke-dasharray=\"5,3\"\/>\n  <!-- Preferred future region -->\n  <circle cx=\"176\" cy=\"54\" r=\"10\" fill=\"#F5A800\" fill-opacity=\".18\"\/>\n  <circle cx=\"176\" cy=\"54\" r=\"6\" fill=\"#F5A800\"\/>\n  <!-- Other futures -->\n  <circle cx=\"175\" cy=\"28\" r=\"5\" fill=\"#162447\" fill-opacity=\".3\"\/>\n  <circle cx=\"175\" cy=\"124\" r=\"5\" fill=\"#162447\" fill-opacity=\".2\"\/>\n  <!-- Present node -->\n  <circle cx=\"22\" cy=\"78\" r=\"9\" fill=\"#162447\" fill-opacity=\".1\"\/>\n  <circle cx=\"22\" cy=\"78\" r=\"5.5\" fill=\"#162447\"\/>\n  <circle cx=\"22\" cy=\"78\" r=\"2.5\" fill=\"#F5A800\"\/>\n  <!-- Weak signal dots scattered in cone -->\n  <circle cx=\"64\" cy=\"58\" r=\"3.5\" fill=\"#F5A800\" fill-opacity=\".65\"\/>\n  <circle cx=\"90\" cy=\"90\" r=\"3\" fill=\"#162447\" fill-opacity=\".35\"\/>\n  <circle cx=\"115\" cy=\"48\" r=\"3\" fill=\"#162447\" fill-opacity=\".28\"\/>\n  <circle cx=\"138\" cy=\"72\" r=\"3.5\" fill=\"#F5A800\" fill-opacity=\".5\"\/>\n  <circle cx=\"78\" cy=\"76\" r=\"2.5\" fill=\"#162447\" fill-opacity=\".25\"\/>\n  <circle cx=\"155\" cy=\"62\" r=\"3\" fill=\"#F5A800\" fill-opacity=\".4\"\/>\n  <circle cx=\"108\" cy=\"66\" r=\"2\" fill=\"#162447\" fill-opacity=\".2\"\/>\n  <!-- Time baseline -->\n  <line x1=\"12\" y1=\"144\" x2=\"192\" y2=\"144\" stroke=\"#E4E7EE\" stroke-width=\"1\" stroke-linecap=\"round\"\/>\n  <!-- Tick marks at 1\/3 and 2\/3 -->\n  <line x1=\"80\" y1=\"140\" x2=\"80\" y2=\"144\" stroke=\"#CBD5E0\" stroke-width=\"1\"\/>\n  <line x1=\"148\" y1=\"140\" x2=\"148\" y2=\"144\" stroke=\"#CBD5E0\" stroke-width=\"1\"\/>\n  <!-- Time labels -->\n  <text x=\"14\" y=\"140\" font-family=\"Montserrat,sans-serif\" font-size=\"7.5\" fill=\"#94A3B8\" font-weight=\"600\">Now<\/text>\n  <text x=\"62\" y=\"138\" font-family=\"Montserrat,sans-serif\" font-size=\"7\" fill=\"#CBD5E0\" font-weight=\"600\">+5yr<\/text>\n  <text x=\"126\" y=\"138\" font-family=\"Montserrat,sans-serif\" font-size=\"7\" fill=\"#CBD5E0\" font-weight=\"600\">+10yr<\/text>\n  <!-- H+ \/ H- labels -->\n  <text x=\"183\" y=\"21\" font-family=\"Montserrat,sans-serif\" font-size=\"8\" fill=\"#162447\" fill-opacity=\".45\" font-weight=\"800\">H+<\/text>\n  <text x=\"183\" y=\"132\" font-family=\"Montserrat,sans-serif\" font-size=\"8\" fill=\"#162447\" fill-opacity=\".35\" font-weight=\"800\">H\u2212<\/text>\n  <!-- \"Preferred future\" label on gold dot -->\n  <line x1=\"176\" y1=\"44\" x2=\"176\" y2=\"36\" stroke=\"#F5A800\" stroke-width=\"1\" stroke-opacity=\".5\"\/>\n<\/svg>\n      <\/div>\n      <div class=\"prg-jrn-body\">\n        <div class=\"prg-jrn-top\">\n          <div class=\"prg-jrn-num prg-jrn-num--opt\">2<\/div>\n          <div class=\"prg-jrn-title\">Foresight<\/div>\n        <\/div>\n        <div class=\"prg-jrn-tag\">optional pre-phase<\/div>\n        <p class=\"prg-jrn-desc\">Futures cone \u2014 signal scanning, scenarios, strategic implications. <a href=\"\/services\/strategy\/foresight\">More \u2192<\/a><\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"prg-jrn-arr\">\u203a<\/div>\n\n    <!-- \u2500\u2500 3. Working sessions \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n    <div class=\"prg-jrn-card\">\n      <div class=\"prg-jrn-illus\">\n        <svg viewBox=\"0 0 200 150\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <!-- Conference table (oval) -->\n  <ellipse cx=\"100\" cy=\"90\" rx=\"62\" ry=\"30\" fill=\"#F7F9FC\" stroke=\"#D1D9E6\" stroke-width=\"1.5\"\/>\n  <!-- Table highlight -->\n  <ellipse cx=\"100\" cy=\"85\" rx=\"48\" ry=\"20\" fill=\"none\" stroke=\"#E4E7EE\" stroke-width=\"1\"\/>\n  <!-- Person 1 (top) -->\n  <circle cx=\"100\" cy=\"36\" r=\"12\" fill=\"#EEF1F7\" stroke=\"#D1D9E6\" stroke-width=\"1\"\/>\n  <circle cx=\"100\" cy=\"31\" r=\"6\" fill=\"#162447\" fill-opacity=\".7\"\/>\n  <path d=\"M87 48 Q100 53 113 48\" stroke=\"#162447\" stroke-width=\"2\" stroke-linecap=\"round\" fill=\"none\" stroke-opacity=\".45\"\/>\n  <!-- Person 2 (bottom-left) -->\n  <circle cx=\"35\" cy=\"100\" r=\"12\" fill=\"#EEF1F7\" stroke=\"#D1D9E6\" stroke-width=\"1\"\/>\n  <circle cx=\"35\" cy=\"95\" r=\"6\" fill=\"#162447\" fill-opacity=\".55\"\/>\n  <path d=\"M22 113 Q35 118 48 113\" stroke=\"#162447\" stroke-width=\"2\" stroke-linecap=\"round\" fill=\"none\" stroke-opacity=\".35\"\/>\n  <!-- Person 3 (bottom-right) -->\n  <circle cx=\"165\" cy=\"100\" r=\"12\" fill=\"#EEF1F7\" stroke=\"#D1D9E6\" stroke-width=\"1\"\/>\n  <circle cx=\"165\" cy=\"95\" r=\"6\" fill=\"#162447\" fill-opacity=\".55\"\/>\n  <path d=\"M152 113 Q165 118 178 113\" stroke=\"#162447\" stroke-width=\"2\" stroke-linecap=\"round\" fill=\"none\" stroke-opacity=\".35\"\/>\n  <!-- Speech bubble from person 1 -->\n  <rect x=\"112\" y=\"16\" width=\"66\" height=\"28\" rx=\"6\" fill=\"white\" stroke=\"#E4E7EE\" stroke-width=\"1.5\"\/>\n  <path d=\"M113 36 L108 44 L120 36\" fill=\"white\" stroke=\"#E4E7EE\" stroke-width=\"1.2\" stroke-linejoin=\"round\"\/>\n  <rect x=\"122\" y=\"24\" width=\"46\" height=\"4\" rx=\"2\" fill=\"#E4E7EE\"\/>\n  <rect x=\"122\" y=\"32\" width=\"32\" height=\"4\" rx=\"2\" fill=\"#E4E7EE\"\/>\n  <!-- Decision output card on table -->\n  <rect x=\"78\" y=\"78\" width=\"44\" height=\"26\" rx=\"5\" fill=\"#F5A800\" fill-opacity=\".12\" stroke=\"#F5A800\" stroke-width=\"1.5\"\/>\n  <!-- Checkmark inside card -->\n  <polyline points=\"88,91 96,99 118,83\" stroke=\"#F5A800\" stroke-width=\"2.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/>\n<\/svg>\n      <\/div>\n      <div class=\"prg-jrn-body\">\n        <div class=\"prg-jrn-top\">\n          <div class=\"prg-jrn-num\">3<\/div>\n          <div class=\"prg-jrn-title\">Working sessions<\/div>\n        <\/div>\n        <p class=\"prg-jrn-desc\">Structured facilitated sessions with leadership that produce decisions, not discussions.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"prg-jrn-arr\">\u203a<\/div>\n\n    <!-- \u2500\u2500 4. Co-authored document \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n    <div class=\"prg-jrn-card\">\n      <div class=\"prg-jrn-illus\">\n        <svg viewBox=\"0 0 200 150\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <!-- Central document -->\n  <rect x=\"74\" y=\"20\" width=\"52\" height=\"70\" rx=\"5\" fill=\"white\" stroke=\"#E4E7EE\" stroke-width=\"1.5\"\/>\n  <!-- Document header -->\n  <rect x=\"74\" y=\"20\" width=\"52\" height=\"16\" rx=\"5\" fill=\"#162447\" fill-opacity=\".07\"\/>\n  <rect x=\"82\" y=\"26\" width=\"32\" height=\"4\" rx=\"2\" fill=\"#162447\" fill-opacity=\".35\"\/>\n  <!-- Content lines -->\n  <rect x=\"82\" y=\"44\" width=\"36\" height=\"3.5\" rx=\"1.5\" fill=\"#E4E7EE\"\/>\n  <rect x=\"82\" y=\"51\" width=\"28\" height=\"3.5\" rx=\"1.5\" fill=\"#E4E7EE\"\/>\n  <rect x=\"82\" y=\"58\" width=\"36\" height=\"3.5\" rx=\"1.5\" fill=\"#E4E7EE\"\/>\n  <rect x=\"82\" y=\"65\" width=\"22\" height=\"3.5\" rx=\"1.5\" fill=\"#E4E7EE\"\/>\n  <!-- Highlighted co-authored line -->\n  <rect x=\"82\" y=\"76\" width=\"36\" height=\"9\" rx=\"2\" fill=\"#F5A800\" fill-opacity=\".25\" stroke=\"#F5A800\" stroke-width=\"1\" stroke-opacity=\".4\"\/>\n  <!-- Person A (left side \u2014 navy\/client) -->\n  <circle cx=\"24\" cy=\"55\" r=\"16\" fill=\"#EEF1F7\" stroke=\"#D1D9E6\" stroke-width=\"1.5\"\/>\n  <circle cx=\"24\" cy=\"49\" r=\"7.5\" fill=\"#162447\" fill-opacity=\".65\"\/>\n  <path d=\"M12 70 Q24 76 36 70\" stroke=\"#162447\" stroke-width=\"2.2\" stroke-linecap=\"round\" fill=\"none\" stroke-opacity=\".45\"\/>\n  <!-- Arrow from person A to document -->\n  <line x1=\"42\" y1=\"55\" x2=\"68\" y2=\"55\" stroke=\"#162447\" stroke-width=\"1.5\" stroke-opacity=\".35\" stroke-dasharray=\"3,2.5\"\/>\n  <polygon points=\"68,51 76,55 68,59\" fill=\"#162447\" fill-opacity=\".3\"\/>\n  <!-- \"A\" label -->\n  <text x=\"20\" y=\"100\" font-family=\"Montserrat,sans-serif\" font-size=\"8\" fill=\"#162447\" fill-opacity=\".5\" font-weight=\"800\" text-anchor=\"middle\">CLIENT<\/text>\n  <!-- Person B (right side \u2014 gold\/Paragraf) -->\n  <circle cx=\"176\" cy=\"55\" r=\"16\" fill=\"#FFF8EC\" stroke=\"#F5A800\" stroke-width=\"1.5\"\/>\n  <circle cx=\"176\" cy=\"49\" r=\"7.5\" fill=\"#F5A800\" fill-opacity=\".75\"\/>\n  <path d=\"M164 70 Q176 76 188 70\" stroke=\"#F5A800\" stroke-width=\"2.2\" stroke-linecap=\"round\" fill=\"none\" stroke-opacity=\".55\"\/>\n  <!-- Arrow from person B to document -->\n  <line x1=\"158\" y1=\"55\" x2=\"132\" y2=\"55\" stroke=\"#F5A800\" stroke-width=\"1.5\" stroke-opacity=\".5\" stroke-dasharray=\"3,2.5\"\/>\n  <polygon points=\"132,51 124,55 132,59\" fill=\"#F5A800\" fill-opacity=\".5\"\/>\n  <!-- \"B\" label -->\n  <text x=\"176\" y=\"100\" font-family=\"Montserrat,sans-serif\" font-size=\"8\" fill=\"#C78600\" fill-opacity=\".8\" font-weight=\"800\" text-anchor=\"middle\">PARAGRAF<\/text>\n  <!-- Joint ownership indicator -->\n  <line x1=\"40\" y1=\"120\" x2=\"160\" y2=\"120\" stroke=\"#E4E7EE\" stroke-width=\"1\"\/>\n  <text x=\"100\" y=\"130\" font-family=\"Montserrat,sans-serif\" font-size=\"7.5\" fill=\"#94A3B8\" font-weight=\"700\" letter-spacing=\".1em\" text-anchor=\"middle\">JOINT AUTHORSHIP<\/text>\n<\/svg>\n      <\/div>\n      <div class=\"prg-jrn-body\">\n        <div class=\"prg-jrn-top\">\n          <div class=\"prg-jrn-num\">4<\/div>\n          <div class=\"prg-jrn-title\">Co-authored document<\/div>\n        <\/div>\n        <p class=\"prg-jrn-desc\">Written <strong>with<\/strong> the client team. Authorship belongs to those who implement it.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"prg-jrn-arr\">\u203a<\/div>\n\n    <!-- \u2500\u2500 5. Implementation support (optional) \u2500\u2500\u2500\u2500 -->\n    <div class=\"prg-jrn-card\">\n      <div class=\"prg-jrn-illus prg-jrn-illus--gold\">\n        <svg viewBox=\"0 0 200 150\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <!-- Dashboard frame -->\n  <rect x=\"14\" y=\"12\" width=\"172\" height=\"118\" rx=\"8\" fill=\"white\" stroke=\"#E4E7EE\" stroke-width=\"1.5\"\/>\n  <!-- Top bar -->\n  <rect x=\"14\" y=\"12\" width=\"172\" height=\"20\" rx=\"8\" fill=\"#162447\" fill-opacity=\".05\"\/>\n  <text x=\"24\" y=\"25\" font-family=\"Montserrat,sans-serif\" font-size=\"7\" fill=\"#94A3B8\" font-weight=\"700\" letter-spacing=\".07em\">KPI DASHBOARD<\/text>\n  <!-- window dots -->\n  <circle cx=\"166\" cy=\"22\" r=\"3.5\" fill=\"#E4E7EE\"\/>\n  <circle cx=\"156\" cy=\"22\" r=\"3.5\" fill=\"#E4E7EE\"\/>\n  <!-- Grid lines (horizontal) -->\n  <line x1=\"24\" y1=\"55\" x2=\"176\" y2=\"55\" stroke=\"#F1F5F9\" stroke-width=\"1\"\/>\n  <line x1=\"24\" y1=\"75\" x2=\"176\" y2=\"75\" stroke=\"#F1F5F9\" stroke-width=\"1\"\/>\n  <line x1=\"24\" y1=\"95\" x2=\"176\" y2=\"95\" stroke=\"#F1F5F9\" stroke-width=\"1\"\/>\n  <!-- Area fill under chart -->\n  <path d=\"M34 112 L76 88 L116 70 L156 45 L176 38 L176 112 Z\" fill=\"#F5A800\" fill-opacity=\".07\"\/>\n  <!-- Trend line -->\n  <path d=\"M34 112 L76 88 L116 70 L156 45 L176 38\" stroke=\"#F5A800\" stroke-width=\"2.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n  <!-- Q milestones -->\n  <!-- Q1 -->\n  <circle cx=\"76\" cy=\"88\" r=\"5.5\" fill=\"white\" stroke=\"#162447\" stroke-width=\"2\"\/>\n  <text x=\"76\" y=\"108\" font-family=\"Montserrat,sans-serif\" font-size=\"7.5\" fill=\"#94A3B8\" font-weight=\"700\" text-anchor=\"middle\">Q1<\/text>\n  <!-- Q2 -->\n  <circle cx=\"116\" cy=\"70\" r=\"5.5\" fill=\"white\" stroke=\"#162447\" stroke-width=\"2\"\/>\n  <text x=\"116\" y=\"108\" font-family=\"Montserrat,sans-serif\" font-size=\"7.5\" fill=\"#94A3B8\" font-weight=\"700\" text-anchor=\"middle\">Q2<\/text>\n  <!-- Q3 -->\n  <circle cx=\"156\" cy=\"45\" r=\"5.5\" fill=\"white\" stroke=\"#162447\" stroke-width=\"2\"\/>\n  <text x=\"156\" y=\"108\" font-family=\"Montserrat,sans-serif\" font-size=\"7.5\" fill=\"#94A3B8\" font-weight=\"700\" text-anchor=\"middle\">Q3<\/text>\n  <!-- Q4 (gold, achieved) -->\n  <circle cx=\"176\" cy=\"38\" r=\"7.5\" fill=\"#F5A800\" fill-opacity=\".2\"\/>\n  <circle cx=\"176\" cy=\"38\" r=\"5\" fill=\"#F5A800\"\/>\n  <text x=\"176\" y=\"108\" font-family=\"Montserrat,sans-serif\" font-size=\"7.5\" fill=\"#94A3B8\" font-weight=\"700\" text-anchor=\"middle\">Q4<\/text>\n  <!-- Course-correction loop arrow -->\n  <path d=\"M56 65 A16 16 0 1 1 75 50\" stroke=\"#162447\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-opacity=\".4\" stroke-dasharray=\"3,2.5\"\/>\n  <polygon points=\"75,44 80,54 70,54\" fill=\"#162447\" fill-opacity=\".35\"\/>\n<\/svg>\n      <\/div>\n      <div class=\"prg-jrn-body\">\n        <div class=\"prg-jrn-top\">\n          <div class=\"prg-jrn-num prg-jrn-num--opt\">5<\/div>\n          <div class=\"prg-jrn-title\">Implementation support<\/div>\n        <\/div>\n        <div class=\"prg-jrn-tag\">optional<\/div>\n        <p class=\"prg-jrn-desc\">Quarterly reviews, KPI dashboards, course corrections.<\/p>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n<h2 id=\"what-you-receive\">What the client owns at the end<\/h2>\n<ul>\n<li>Updated mission, vision, value proposition<\/li>\n<li>Three to five strategic priorities, each with operational\nconsequences<\/li>\n<li>Operational plan with owners, milestones, and resource\nimplications<\/li>\n<li>KPI framework and monitoring approach<\/li>\n<li>Communications and stakeholder-engagement plan<\/li>\n<li>Implementation roadmap<\/li>\n<\/ul>\n<h2 id=\"methodology\">Standards and methods<\/h2>\n<p>Voros generic foresight framework \u00b7 Theory of Change \u00b7 Balanced\nScorecard \u00b7 OECD-DAC for impact-aligned strategy \u00b7 ISO 21500 for project\nstructure \u00b7 Civitta-style strategic narrative architecture.<\/p>\n<h2 id=\"who-we-work-with\">Where this work is used<\/h2>\n<p>Corporations approaching regulatory inflection points. Civil society\norganisations preparing 3-5 year strategies for funders. Universities\nrepositioning under demographic and funding shifts. Public institutions\ndesigning 15-year regional frameworks.<\/p>\n<p><a href=\"\/sectors\/\">See sectoral expertise<\/a><\/p>\n\n\n<div class=\"prg-svc-block\">\n  <h2 class=\"prg-svc-heading\">Individual services<\/h2>\n  <div class=\"prg-svc-grid\">\n    <a class=\"prg-svc-link\" href=\"\/services\/strategy\/communications-strategy\/\">\n      <span class=\"prg-svc-icon\">\u2192<\/span>\n      <span class=\"prg-svc-label\">Communications Strategy<\/span>\n    <\/a>\n    <a class=\"prg-svc-link\" href=\"\/services\/strategy\/foresight\/\">\n      <span class=\"prg-svc-icon\">\u2192<\/span>\n      <span class=\"prg-svc-label\">Strategic Foresight<\/span>\n    <\/a>\n  <\/div>\n<\/div>\n\n<style>\n.prg-svc-block{max-width:860px;margin:48px auto 0;padding:0 40px 0;box-sizing:border-box;}\n.prg-svc-heading{font-family:Montserrat,Arial,sans-serif;font-size:18px;font-weight:800;color:#162447;margin:0 0 20px!important;}\n.prg-svc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;}\n@media(max-width:640px){.prg-svc-grid{grid-template-columns:1fr;}}\n.prg-svc-link{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;text-decoration:none;color:#162447;font-family:Montserrat,Arial,sans-serif;font-size:13px;font-weight:600;transition:all .15s;}\n.prg-svc-link:hover{border-color:#162447;background:#f8faff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(22,36,71,.08);}\n.prg-svc-icon{font-size:14px;color:#F5A800;flex-shrink:0;}\n<\/style>\n\n<h2 id=\"related-services\">Connected service lines<\/h2>\n<ul>\n<li><a href=\"\/services\/strategy\/foresight\">Strategic Foresight<\/a> \u2014\nlong-horizon scenario work as a pre-phase or standalone<\/li>\n<li><a href=\"\/services\/sustainability\">Sustainability &amp; Impact<\/a> \u2014\nESG strategy as part of corporate strategy<\/li>\n<li><a href=\"\/services\/capacity\">Capacity Building<\/a> \u2014 making the\nstrategy executable<\/li>\n<li><a href=\"\/services\/evaluation\">Evaluation &amp; Research<\/a> \u2014\nmeasuring whether the strategy is delivering<\/li>\n<\/ul>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-hbf001a e-con-boxed e-flex e-con e-parent\" data-id=\"hbf001a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-hbf001b elementor-widget elementor-widget-html\" data-id=\"hbf001b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n.prg-form-wrap{max-width:660px;margin:0 auto;width:100%}\n.prg-form-wrap h2{font-family:Montserrat,sans-serif;font-size:clamp(24px,3vw,36px);font-weight:700;color:#162447;text-align:center;margin:0 0 10px}\n.prg-form-wrap p{font-family:Montserrat,sans-serif;font-size:16px;color:#162447;opacity:.65;text-align:center;margin:0 0 36px}\n.prg-form-wrap .hs-button{background-color:#162447!important;border-color:#162447!important;font-family:Montserrat,sans-serif!important}\n.prg-form-wrap .hs-button:hover{background-color:#1e3264!important;border-color:#1e3264!important}\n.prg-form-wrap .hs-input{font-family:Montserrat,sans-serif!important}\n<\/style>\n<div class=\"prg-form-wrap\">\n  <h2>\u0417\u0430\u043b\u0438\u0448\u0456\u0442\u044c \u0437\u0430\u044f\u0432\u043a\u0443<\/h2>\n  <p>\u0420\u043e\u0437\u043a\u0430\u0436\u0456\u0442\u044c \u043f\u0440\u043e \u0441\u0432\u0456\u0439 \u0437\u0430\u043f\u0438\u0442 \u2014 \u043c\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u043c\u043e \u043f\u0440\u043e\u0442\u044f\u0433\u043e\u043c \u043e\u0434\u043d\u043e\u0433\u043e \u0440\u043e\u0431\u043e\u0447\u043e\u0433\u043e \u0434\u043d\u044f.<\/p>\n  <div id=\"hs-form-wrap\"><\/div>\n<\/div>\n<script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js-eu1.hsforms.net\/forms\/embed\/v2.js\"><\/script>\n<script>hbspt.forms.create({region:\"eu1\",portalId:\"146041001\",formId:\"decaa9b9-bb4b-4187-8baf-62719b91e6fc\",target:\"#hs-form-wrap\",onFormReady:function(){var f=document.querySelector('#hs-form-wrap iframe');if(f&&f.contentDocument){var s=f.contentDocument.createElement('style');s.textContent='.hs-button{background-color:#162447!important;border-color:#162447!important;font-family:Montserrat,sans-serif!important}.hs-button:hover{background-color:#0f1a33!important;border-color:#0f1a33!important}';f.contentDocument.head.appendChild(s);}}});<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>We help organizations turn ambition into a strategy, operating model and partner logic that can actually be executed.<\/p>","protected":false},"author":1,"featured_media":0,"parent":25,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-987935","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Strategy Services | PARAGRAF Social Consulting<\/title>\n<meta name=\"description\" content=\"PARAGRAF builds strategies you actually use \u2014 from scenario planning and foresight to communications strategy for NGOs, governments and mission-driven businesses.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/prgrf.com\/uk\/services\/strategy\/\" \/>\n<meta property=\"og:locale\" content=\"uk_UA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Strategy Services | PARAGRAF Social Consulting\" \/>\n<meta property=\"og:description\" content=\"PARAGRAF builds strategies you actually use \u2014 from scenario planning and foresight to communications strategy for NGOs, governments and mission-driven businesses.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prgrf.com\/uk\/services\/strategy\/\" \/>\n<meta property=\"og:site_name\" content=\"PARAGRAF\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Prgrf\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-06T15:08:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/paragraf-og-default.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/paragraf-og-default.png\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/prgrf.com\\\/services\\\/strategy\\\/\",\"url\":\"https:\\\/\\\/prgrf.com\\\/services\\\/strategy\\\/\",\"name\":\"Strategy Services | PARAGRAF Social Consulting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/prgrf.com\\\/#website\"},\"datePublished\":\"2026-05-04T08:57:07+00:00\",\"dateModified\":\"2026-05-06T15:08:45+00:00\",\"description\":\"PARAGRAF builds strategies you actually use \u2014 from scenario planning and foresight to communications strategy for NGOs, governments and mission-driven businesses.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/prgrf.com\\\/services\\\/strategy\\\/#breadcrumb\"},\"inLanguage\":\"uk\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/prgrf.com\\\/services\\\/strategy\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/prgrf.com\\\/services\\\/strategy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/prgrf.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Services\",\"item\":\"https:\\\/\\\/prgrf.com\\\/uk\\\/services\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Strategy you actually use.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/prgrf.com\\\/#website\",\"url\":\"https:\\\/\\\/prgrf.com\\\/\",\"name\":\"PARAGRAF\",\"description\":\"Where social impact meets strategy\",\"publisher\":{\"@id\":\"https:\\\/\\\/prgrf.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/prgrf.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"uk\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/prgrf.com\\\/#organization\",\"name\":\"PARAGRAF\",\"url\":\"https:\\\/\\\/prgrf.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"uk\",\"@id\":\"https:\\\/\\\/prgrf.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/prgrf.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/paragraf-og-default.png\",\"contentUrl\":\"https:\\\/\\\/prgrf.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/paragraf-og-default.png\",\"width\":1200,\"height\":630,\"caption\":\"PARAGRAF\"},\"image\":{\"@id\":\"https:\\\/\\\/prgrf.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Prgrf\",\"https:\\\/\\\/t.me\\\/grants4business\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/2680491\",\"https:\\\/\\\/www.instagram.com\\\/paragraf_sc\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Strategy Services | PARAGRAF Social Consulting","description":"PARAGRAF builds strategies you actually use \u2014 from scenario planning and foresight to communications strategy for NGOs, governments and mission-driven businesses.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/prgrf.com\/uk\/services\/strategy\/","og_locale":"uk_UA","og_type":"article","og_title":"Strategy Services | PARAGRAF Social Consulting","og_description":"PARAGRAF builds strategies you actually use \u2014 from scenario planning and foresight to communications strategy for NGOs, governments and mission-driven businesses.","og_url":"https:\/\/prgrf.com\/uk\/services\/strategy\/","og_site_name":"PARAGRAF","article_publisher":"https:\/\/www.facebook.com\/Prgrf","article_modified_time":"2026-05-06T15:08:45+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/paragraf-og-default.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_image":"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/paragraf-og-default.png","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/prgrf.com\/services\/strategy\/","url":"https:\/\/prgrf.com\/services\/strategy\/","name":"Strategy Services | PARAGRAF Social Consulting","isPartOf":{"@id":"https:\/\/prgrf.com\/#website"},"datePublished":"2026-05-04T08:57:07+00:00","dateModified":"2026-05-06T15:08:45+00:00","description":"PARAGRAF builds strategies you actually use \u2014 from scenario planning and foresight to communications strategy for NGOs, governments and mission-driven businesses.","breadcrumb":{"@id":"https:\/\/prgrf.com\/services\/strategy\/#breadcrumb"},"inLanguage":"uk","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prgrf.com\/services\/strategy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/prgrf.com\/services\/strategy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/prgrf.com\/"},{"@type":"ListItem","position":2,"name":"Services","item":"https:\/\/prgrf.com\/uk\/services\/"},{"@type":"ListItem","position":3,"name":"Strategy you actually use."}]},{"@type":"WebSite","@id":"https:\/\/prgrf.com\/#website","url":"https:\/\/prgrf.com\/","name":"\u0410\u0411\u0417\u0410\u041a","description":"\u0414\u0435 \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0439 \u0432\u043f\u043b\u0438\u0432 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0430\u0454\u0442\u044c\u0441\u044f \u0437\u0456 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u0454\u044e","publisher":{"@id":"https:\/\/prgrf.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/prgrf.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"uk"},{"@type":"Organization","@id":"https:\/\/prgrf.com\/#organization","name":"\u0410\u0411\u0417\u0410\u041a","url":"https:\/\/prgrf.com\/","logo":{"@type":"ImageObject","inLanguage":"uk","@id":"https:\/\/prgrf.com\/#\/schema\/logo\/image\/","url":"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/paragraf-og-default.png","contentUrl":"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/paragraf-og-default.png","width":1200,"height":630,"caption":"PARAGRAF"},"image":{"@id":"https:\/\/prgrf.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Prgrf","https:\/\/t.me\/grants4business","https:\/\/www.linkedin.com\/company\/2680491","https:\/\/www.instagram.com\/paragraf_sc\/"]}]}},"_links":{"self":[{"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/pages\/987935","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/comments?post=987935"}],"version-history":[{"count":5,"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/pages\/987935\/revisions"}],"predecessor-version":[{"id":988614,"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/pages\/987935\/revisions\/988614"}],"up":[{"embeddable":true,"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/pages\/25"}],"wp:attachment":[{"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/media?parent=987935"}],"curies":[{"name":"\u0412\u041f","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}