{"id":994,"date":"2026-03-18T20:04:07","date_gmt":"2026-03-18T19:04:07","guid":{"rendered":"https:\/\/impactero.com\/?page_id=994"},"modified":"2026-03-18T21:11:40","modified_gmt":"2026-03-18T20:11:40","slug":"about-2","status":"publish","type":"page","link":"https:\/\/impactero.com\/?page_id=994","title":{"rendered":"About"},"content":{"rendered":"\n<style>\n.impactero-about {\n  max-width: 1100px;\n  margin: 0 auto;\n  font-family: inherit;\n  color: #1f2937;\n  line-height: 1.6;\n}\n\n.impactero-about * {\n  box-sizing: border-box;\n}\n\n.impactero-about-hero {\n  background: #facc15;\n  border: 1px solid #eab308;\n  border-radius: 28px;\n  padding: 46px 36px;\n  margin-bottom: 34px;\n}\n\n.impactero-about-eyebrow {\n  display: inline-block;\n  font-size: 13px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.08em;\n  color: #111827;\n  margin-bottom: 12px;\n}\n\n.impactero-about-hero h1 {\n  margin: 0 0 14px 0;\n  font-size: 2.7rem;\n  line-height: 1.08;\n  color: #111827;\n}\n\n.impactero-about-lead {\n  font-size: 1.12rem;\n  max-width: 760px;\n  margin: 0;\n  color: #1f2937;\n}\n\n.impactero-about-section {\n  margin: 0 0 42px 0;\n}\n\n.impactero-about-section h2 {\n  margin: 0 0 14px 0;\n  font-size: 1.9rem;\n  color: #111827;\n}\n\n.impactero-about-section-intro {\n  max-width: 760px;\n  margin-bottom: 22px;\n  color: #4b5563;\n}\n\n\/* Founder card *\/\n.impactero-founder-card {\n  background: #f8f8f8;\n  border: 1px solid #e5e7eb;\n  border-radius: 28px;\n  overflow: hidden;\n  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);\n}\n\n.impactero-founder-layout {\n  display: grid;\n  grid-template-columns: 360px 1fr;\n  gap: 0;\n}\n\n.impactero-founder-image-wrap {\n  min-height: 100%;\n  background: linear-gradient(135deg, #d1d5db 0%, #e5e7eb 100%);\n}\n\n.impactero-founder-image-wrap img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n}\n\n.impactero-founder-content {\n  padding: 34px 32px 34px;\n}\n\n.impactero-founder-topline {\n  font-size: 13px;\n  font-weight: 800;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #3b82f6;\n  margin-bottom: 10px;\n}\n\n.impactero-founder-content h3 {\n  margin: 0 0 8px 0;\n  font-size: 2.2rem;\n  line-height: 1.08;\n  color: #1b1f3b;\n}\n\n.impactero-founder-role {\n  font-size: 1rem;\n  color: #5b5f7a;\n  margin-bottom: 22px;\n}\n\n.impactero-stats {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 14px;\n  margin: 0 0 22px 0;\n}\n\n.impactero-stat {\n  background: #ffffff;\n  border: 1px solid #e5e7eb;\n  border-radius: 18px;\n  padding: 16px;\n}\n\n.impactero-stat-number {\n  font-size: 1.2rem;\n  font-weight: 800;\n  color: #111827;\n  line-height: 1.15;\n  margin-bottom: 6px;\n}\n\n.impactero-stat-label {\n  font-size: 0.92rem;\n  color: #6b7280;\n}\n\n.impactero-founder-content p {\n  margin: 0 0 14px 0;\n  color: #4b5563;\n}\n\n\/* Values *\/\n.impactero-values {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 18px;\n}\n\n.impactero-value-card {\n  background: #f9fafb;\n  border-left: 5px solid #facc15;\n  border-radius: 18px;\n  padding: 20px;\n}\n\n.impactero-value-card h3 {\n  margin: 0 0 8px 0;\n  color: #111827;\n  font-size: 1.1rem;\n}\n\n.impactero-value-card p {\n  margin: 0;\n  color: #4b5563;\n}\n\n\/* Network cards *\/\n.impactero-network-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 24px;\n}\n\n.impactero-network-card {\n  background: #f8f8f8;\n  border: 1px solid #e5e7eb;\n  border-radius: 28px;\n  overflow: hidden;\n  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\n}\n\n.impactero-network-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.10);\n}\n\n.impactero-network-image {\n  width: 100%;\n  aspect-ratio: 1 \/ 0.92;\n  background: linear-gradient(135deg, #d1d5db 0%, #e5e7eb 100%);\n  overflow: hidden;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.impactero-network-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n}\n\n.impactero-network-placeholder {\n  color: #6b7280;\n  font-weight: 700;\n  text-align: center;\n  padding: 20px;\n}\n\n.impactero-network-content {\n  padding: 28px 26px 30px;\n  text-align: center;\n}\n\n.impactero-network-content h3 {\n  margin: 0 0 10px 0;\n  font-size: 2rem;\n  line-height: 1.1;\n  color: #1b1f3b;\n}\n\n.impactero-network-role {\n  margin: 0 0 22px 0;\n  font-size: 0.9rem;\n  font-weight: 800;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n  color: #3b82f6;\n}\n\n.impactero-network-content p {\n  margin: 0;\n  font-size: 1rem;\n  line-height: 1.7;\n  color: #5b5f7a;\n}\n\n\/* CTA *\/\n.impactero-cta {\n  background: #111827;\n  color: #ffffff;\n  border-radius: 28px;\n  padding: 36px;\n  margin-top: 30px;\n}\n\n.impactero-cta h2 {\n  margin: 0 0 12px 0;\n  color: #ffffff;\n  font-size: 1.9rem;\n}\n\n.impactero-cta p {\n  margin: 0 0 18px 0;\n  max-width: 760px;\n  color: rgba(255,255,255,0.88);\n}\n\n.impactero-cta-button {\n  display: inline-block;\n  background: #facc15;\n  color: #111827;\n  text-decoration: none;\n  font-weight: 700;\n  padding: 12px 18px;\n  border-radius: 999px;\n}\n\n.impactero-cta-button:hover {\n  text-decoration: none;\n  opacity: 0.92;\n}\n\n@media (max-width: 1000px) {\n  .impactero-network-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .impactero-founder-layout {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 900px) {\n  .impactero-values,\n  .impactero-stats {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 700px) {\n  .impactero-network-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .impactero-network-content h3 {\n    font-size: 1.7rem;\n  }\n}\n\n@media (max-width: 768px) {\n  .impactero-about-hero {\n    padding: 30px 22px;\n  }\n\n  .impactero-about-hero h1 {\n    font-size: 2rem;\n  }\n\n  .impactero-founder-content {\n    padding: 26px 22px 28px;\n  }\n\n  .impactero-founder-content h3 {\n    font-size: 1.8rem;\n  }\n}\n<\/style>\n\n<div class=\"impactero-about\">\n\n  <section class=\"impactero-about-hero\">\n    <div class=\"impactero-about-eyebrow\">About Impactero<\/div>\n    <h1>One founder. A practical network. A clear mission.<\/h1>\n    <p class=\"impactero-about-lead\">\n      Impactero helps organisations strengthen leadership, improve ways of working, and build more adaptive structures. The focus is always practical: consulting, training, coaching, and learning experiences that create real movement.\n    <\/p>\n  <\/section>\n\n  <section class=\"impactero-about-section\">\n    <h2>The founder<\/h2>\n\n    <div class=\"impactero-founder-card\">\n      <div class=\"impactero-founder-layout\">\n        <div class=\"impactero-founder-image-wrap\">\n          <img decoding=\"async\" src=\"https:\/\/impactero.com\/wp-content\/uploads\/2026\/01\/Yellow_stuart.png\" alt=\"Stuart Fish\" \/>\n        <\/div>\n\n        <div class=\"impactero-founder-content\">\n          <div class=\"impactero-founder-topline\">Founder<\/div>\n          <h3>Stuart Fish<\/h3>\n          <div class=\"impactero-founder-role\">Consultant \u00b7 Trainer \u00b7 Coach \u00b7 Organisational Practitioner<\/div>\n\n          <div class=\"impactero-stats\">\n            <div class=\"impactero-stat\">\n              <div class=\"impactero-stat-number\">Leadership<\/div>\n              <div class=\"impactero-stat-label\">Development &#038; coaching<\/div>\n            <\/div>\n            <div class=\"impactero-stat\">\n              <div class=\"impactero-stat-number\">Organisation<\/div>\n              <div class=\"impactero-stat-label\">Design &#038; development<\/div>\n            <\/div>\n            <div class=\"impactero-stat\">\n              <div class=\"impactero-stat-number\">Learning<\/div>\n              <div class=\"impactero-stat-label\">Training &#038; facilitation<\/div>\n            <\/div>\n          <\/div>\n\n          <p>\n            Impactero was created to help organisations become more effective, more human, and better able to adapt. That means supporting leaders, designing healthier structures, and enabling better collaboration across teams and portfolios.\n          <\/p>\n          <p>\n            My work combines consulting, facilitation, coaching, and practical learning design. I am especially interested in how organisations can use modern ways of working \u2014 including AI where it adds real value \u2014 without losing clarity, responsibility, or common sense.\n          <\/p>\n          <p>\n            The goal is not transformation theatre. It is real progress: stronger leadership, better decisions, and organisations that can learn and deliver in complex environments.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"impactero-about-section\">\n    <h2>What sits behind Impactero<\/h2>\n    <div class=\"impactero-about-section-intro\">\n      Impactero is founder-led, but not limited to one person. Depending on the client need, the work can draw on a trusted network of collaborators, specialist partners, and modern AI-enabled support to move faster and deliver high-quality outcomes.\n    <\/div>\n\n    <div class=\"impactero-network-grid\">\n\n      <div class=\"impactero-network-card\">\n        <div class=\"impactero-network-image\">\n          <img decoding=\"async\" src=\"https:\/\/impactero.com\/wp-content\/uploads\/2021\/07\/team-member-3@2x-5.jpg\" alt=\"Morag\" \/>\n        <\/div>\n        <div class=\"impactero-network-content\">\n          <h3>Morag MacDonald<\/h3>\n          <div class=\"impactero-network-role\">AI Agents<\/div>\n          <p>\n            Our AI agent expert. Morag focuses on making AI genuinely useful \u2014 not just technically impressive. She helps turn vague ideas into working solutions, from better analysis to practical automation. When Morag says \u201cthis could be done with AI\u201d, she usually already knows how \u2014 and what to avoid.\n          <\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"impactero-network-card\">\n        <div class=\"impactero-network-image\">\n            <img decoding=\"async\" src=\"https:\/\/impactero.com\/wp-content\/uploads\/2021\/07\/team-member-2@2x-5.jpg\" alt=\"Hamish\" \/>\n        <\/div>\n        <div class=\"impactero-network-content\">\n          <h3>Hamish Mactavish<\/h3>\n          <div class=\"impactero-network-role\">Portfolio &#038; Flow<\/div>\n          <p>\n            Our specialist in prioritisation, portfolio logic, and strategic focus. Hamish brings clarity to complex environments, asks the right questions, and ensures that the work that truly matters doesn\u2019t get lost in day-to-day operational noise.\n          <\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"impactero-network-card\">\n        <div class=\"impactero-network-image\">\n         <img decoding=\"async\" src=\"https:\/\/impactero.com\/wp-content\/uploads\/2021\/07\/team-member-1@2x-5.jpg\" alt=\"Eilish\" \/>\n        <\/div>\n        <div class=\"impactero-network-content\">\n          <h3>Mary Ferguson<\/h3>\n          <div class=\"impactero-network-role\">Training Design<\/div>\n          <p>\n            Our learning architect. Mary designs learning as a real experience, not a collection of slides. She combines clarity, engagement, and thoughtful learning design to ensure that workshops don\u2019t just feel good, but lead to meaningful outcomes.\n          <\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <section class=\"impactero-about-section\">\n    <h2>How Impactero works<\/h2>\n    <div class=\"impactero-values\">\n      <div class=\"impactero-value-card\">\n        <h3>Practical over theoretical<\/h3>\n        <p>The focus is always on useful outcomes, not abstract models for their own sake.<\/p>\n      <\/div>\n\n      <div class=\"impactero-value-card\">\n        <h3>Adaptive, not one-size-fits-all<\/h3>\n        <p>Every organisation is different. The work is tailored to context, maturity, and real need.<\/p>\n      <\/div>\n\n      <div class=\"impactero-value-card\">\n        <h3>Human and effective<\/h3>\n        <p>Better performance should strengthen people and collaboration, not just increase pressure.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"impactero-cta\">\n    <h2>Curious whether we could work together?<\/h2>\n    <p>\n      Whether you are looking for leadership development, organisational diagnosis, a tailored workshop, or a certified training with a practical edge, I\u2019d be glad to explore what would be most useful in your context.\n    <\/p>\n    <a class=\"impactero-cta-button\" href=\"\/contact\/\">Get in touch<\/a>\n  <\/section>\n\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>About Impactero One founder. A practical network. A clear mission. Impactero helps organisations strengthen leadership, improve ways of working, and build more adaptive structures. The focus is always practical: consulting, training, coaching, and learning experiences that create real movement. The founder Founder Stuart Fish Consultant \u00b7 Trainer \u00b7 Coach \u00b7 Organisational Practitioner Leadership Development &#038; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-994","page","type-page","status-publish","hentry"],"blocksy_meta":{"has_hero_section":"disabled","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/impactero.com\/index.php?rest_route=\/wp\/v2\/pages\/994","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/impactero.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/impactero.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/impactero.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/impactero.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=994"}],"version-history":[{"count":14,"href":"https:\/\/impactero.com\/index.php?rest_route=\/wp\/v2\/pages\/994\/revisions"}],"predecessor-version":[{"id":1013,"href":"https:\/\/impactero.com\/index.php?rest_route=\/wp\/v2\/pages\/994\/revisions\/1013"}],"wp:attachment":[{"href":"https:\/\/impactero.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=994"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}