Appreciative Inquiry Business Consulting
Positive Core • Appreciative Inquiry
Designing Conversations That Unlock Value
By Deborah • Nov 12, 2025
Appreciative Inquiry reframes change around strengths, successes, and shared purpose—building momentum without resistance.
In practice, AI aligns stakeholders on what works and how to do more of it. Start with Discovery, move through Dream,
Design, and Deliver—keeping feedback loops visible and actionable.
“What we pay attention to grows—especially when we celebrate it with discipline.”
Leadership Editorial
4D Cycle: Practical prompts
| Phase | Core Question | Output |
| Discovery | When were we at our best? | Strengths inventory |
| Dream | What could great look like? | Compelling vision & themes |
| Design | How might we build it? | Principles, pilots, roles |
| Deliver | What will we do next? | 90‑day plan & metrics |
Leadership
Culture
Enablement
Enablement • Sales & Operations
The Editorial Calendar That Sells
By Deborah • Feature
Tie campaigns to genuine success stories and make performance visible across teams.
Use weekly “edition” rhythms: Insight, Playbook, Spotlight, Outcomes. Keep your CRM precise and your messaging consistent.
css
/* Retro Newspaper Theme – Appreciative Inquiry Business Consulting */
/* Typography */
@font-face {
font-family: "OldStyle Serif";
src: local("Georgia");
}
@font-face {
font-family: "Grotesk Sans";
src: local("Arial");
}
:root{
--ink:#1b1b1b;
--paper:#f5f1e8;
--accent:#7a3e0b; /* warm headline accent */
--rule:#c9c2b3; /* hairline rules */
--link:#154a7d; /* editorial blue */
--muted:#6d6558;
--maxw:980px;
}
*{box-sizing:border-box}
html{font-size:16px}
body{
margin:0;
color:var(--ink);
background:
radial-gradient(ellipse at center, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.07) 100%) fixed,
var(--paper);
font-family:"OldStyle Serif", Georgia, "Times New Roman", serif;
line-height:1.6;
text-rendering:optimizeLegibility;
}
/* Page container */
.wrap{
max-width:var(--maxw);
margin:0 auto;
padding:1.25rem;
}
/* Masthead */
.masthead{
text-align:center;
padding:1.2rem 0 0.8rem;
border-bottom:4px double var(--ink);
background:
linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(255,255,255,0)) ,
var(--paper);
}
.brand{
font-family:"Grotesk Sans", Arial, Helvetica, sans-serif;
letter-spacing:0.08em;
font-weight:700;
font-size:2.2rem;
text-transform:uppercase;
color:var(--ink);
}
.tagline{
font-style:italic;
color:var(--muted);
margin-top:0.25rem;
}
/* Dateline / subhead strip */
.dateline{
display:flex;
justify-content:space-between;
align-items:center;
font-family:"Grotesk Sans", Arial, sans-serif;
font-size:0.9rem;
color:var(--muted);
padding:0.5rem 0;
border-bottom:1px solid var(--rule);
}
/* Navigation (section rail) */
.nav{
display:flex;
gap:1rem;
justify-content:center;
flex-wrap:wrap;
padding:0.6rem 0 0.8rem;
border-bottom:2px solid var(--rule);
}
.nav a{
font-family:"Grotesk Sans", Arial, sans-serif;
text-transform:uppercase;
letter-spacing:0.06em;
font-size:0.88rem;
padding:0.25rem 0.5rem;
color:var(--ink);
text-decoration:none;
border:1px solid transparent;
}
.nav a:hover{
border-color:var(--rule);
background-color:#faf7ef;
}
/* Grid: two-column with narrow sidebar, newspaper gutters */
.grid{
display:grid;
grid-template-columns: 1.8fr 1fr;
gap:1.6rem;
margin-top:1.2rem;
}
@media (max-width:900px){
.grid{grid-template-columns:1fr}
}
/* Article card – retro styling */
.article{
background-color:#fffdf6;
border:1px solid var(--rule);
box-shadow:0 2px 0 rgba(0,0,0,0.04);
padding:1rem 1.2rem;
margin-bottom:1.4rem;
position:relative;
}
.article:before{
content:"";
position:absolute; inset:0;
border:4px double var(--rule);
pointer-events:none;
}
.kicker{
font-family:"Grotesk Sans", Arial, sans-serif;
text-transform:uppercase;
letter-spacing:0.08em;
font-size:0.8rem;
color:var(--accent);
margin-bottom:0.25rem;
}
.headline{
font-size:1.6rem;
line-height:1.25;
margin:0.2rem 0 0.6rem;
font-weight:700;
color:var(--ink);
}
.byline{
font-family:"Grotesk Sans", Arial, sans-serif;
font-size:0.85rem;
color:var(--muted);
border-top:1px solid var(--rule);
padding-top:0.4rem;
margin-top:0.4rem;
}
.deck{
font-size:1.05rem;
color:#2b2a28;
margin:0.5rem 0 0.75rem;
}
.article img{
width:100%; height:auto;
border:1px solid var(--rule);
margin:0.5rem 0 0.75rem;
}
/* Body text & drop cap */
.article p{margin:0.7rem 0}
.article p.lede{
font-size:1.15rem;
font-weight:500;
}
.dropcap:first-letter{
float:left;
font-size:3.2rem;
line-height:0.9;
padding-right:0.15rem;
margin-top:0.1rem;
font-family:"Grotesk Sans", Arial, sans-serif;
color:var(--accent);
}
/* Pull quote */
.pullquote{
border-top:1px solid var(--rule);
border-bottom:1px solid var(--rule);
margin:1rem 0;
padding:0.6rem 0.4rem;
font-size:1.1rem;
font-style:italic;
color:#1f1e1c;
}
.pullquote cite{
display:block;
font-family:"Grotesk Sans", Arial, sans-serif;
font-size:0.85rem;
color:var(--muted);
margin-top:0.25rem;
}
/* Sidebar (right rail) */
.sidebar{
background-color:#fffdf6;
border:1px solid var(--rule);
padding:1rem;
position:relative;
}
.sidebar:before{
content:"";
position:absolute; inset:-2px;
border:4px double var(--rule);
}
.sidebar h3{
font-family:"Grotesk Sans", Arial, sans-serif;
text-transform:uppercase;
letter-spacing:0.06em;
font-size:1rem;
margin:0 0 0.6rem;
}
.widget{
border-top:1px solid var(--rule);
padding-top:0.6rem;
margin-top:0.6rem;
}
.widget a{
color:var(--link);
text-decoration:none;
}
.widget a:hover{
text-decoration:underline;
}
/* Footer */
.footer{
border-top:4px double var(--ink);
margin-top:1.4rem;
padding:1rem 0;
text-align:center;
font-family:"Grotesk Sans", Arial, sans-serif;
font-size:0.9rem;
color:var(--muted);
}
/* Links & small caps */
a{color:var(--link)}
a:hover{color:#0a3861}
/* Tables – for frameworks & matrices */
table{
width:100%;
border-collapse:collapse;
margin:0.8rem 0;
background-color:#fffef8;
border:1px solid var(--rule);
}
th, td{
border:1px solid var(--rule);
padding:0.6rem 0.5rem;
}
th{
font-family:"Grotesk Sans", Arial, sans-serif;
text-transform:uppercase;
letter-spacing:0.05em;
font-size:0.85rem;
background:#f0ebde;
}
/* Tags / labels */
.tags{
display:flex; flex-wrap:wrap; gap:0.4rem;
margin-top:0.6rem;
}
.tag{
font-family:"Grotesk Sans", Arial, sans-serif;
font-size:0.8rem;
color:#2e2c29;
background:#efe9d7;
border:1px solid var(--rule);
padding:0.15rem 0.4rem;
}
/* Pagination */
.pagination{
display:flex; justify-content:center; gap:0.6rem;
margin:1rem 0;
}
.pagination a{
border:1px solid var(--rule);
padding:0.25rem 0.5rem;
text-decoration:none;
color:var(--ink);
}
.pagination a:hover{background:#faf7ef}
/* Print refinement */
@media print{
body{background:white}
.nav, .sidebar, .footer{display:none}
.wrap{max-width:100%; padding:0}
.article{box-shadow:none}
}