{"id":1149,"date":"2026-04-01T16:43:34","date_gmt":"2026-04-01T16:43:34","guid":{"rendered":"https:\/\/www.dunfeygroup.com\/?page_id=1149"},"modified":"2026-04-02T13:00:32","modified_gmt":"2026-04-02T17:00:32","slug":"1149-2","status":"publish","type":"page","link":"https:\/\/www.dunfeygroup.com\/","title":{"rendered":"Dunfey Group LLC"},"content":{"rendered":"\n<?php\n\/*\n * Template Name: Full Page - Dunfey Home\n *\/\n?>\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Dunfey Group &mdash; Strategic Communications<\/title>\n<?php wp_head(); ?>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1&#038;family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300&#038;display=swap\" rel=\"stylesheet\">\n<style>\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n:root {\n  --white:        #ffffff;\n  --off-white:    #f8f7f5;\n  --sand:         #ede9e1;\n  --sand-line:    #dcd8cf;\n  --slate:        #424540;   \/* dark sections \u2014 warm, readable *\/\n  --slate-line:   rgba(255,255,255,0.09);\n  --slate-muted:  #b0ada7;\n  --slate-bright: #e8e5df;\n  --forest:       #2c4a3e;\n  --forest-mid:   #3d6355;\n  --forest-pale:  #527a6a;\n  --black:        #111310;\n  --text:         #2a2c29;\n  --muted:        #6a6860;\n  --light:        #a09d97;\n  --line:         #dedad4;\n}\n\nhtml { scroll-behavior: smooth; }\n\nbody {\n  font-family: 'DM Sans', sans-serif;\n  background: var(--white);\n  color: var(--text);\n  font-size: 17px;\n  line-height: 1.65;\n  -webkit-font-smoothing: antialiased;\n}\n\n\/* \u2500\u2500\u2500 NAV \u2500\u2500\u2500 *\/\nnav {\n  position: fixed; top: 0; left: 0; right: 0; z-index: 100;\n  background: rgba(255,255,255,0.97);\n  backdrop-filter: blur(12px);\n  border-bottom: 1px solid var(--line);\n  height: 70px; padding: 0 56px;\n  display: flex; align-items: center; justify-content: space-between;\n}\n.nav-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }\n.nav-logo-wrap {\n  width: 38px; height: 38px; border-radius: 5px;\n  overflow: hidden; flex-shrink: 0;\n}\n.nav-logo-wrap img { width: 38px; height: 38px; object-fit: cover; display: block; }\n.nav-wordmark { font-family: 'DM Serif Display', serif; font-size: 19px; color: var(--black); }\n.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }\n.nav-links a { font-size: 15px; color: var(--muted); text-decoration: none; transition: color 0.15s; }\n.nav-links a:hover { color: var(--black); }\n.nav-cta {\n  background: var(--forest) !important; color: #fff !important;\n  font-size: 14px !important; font-weight: 500 !important;\n  padding: 10px 22px; border-radius: 3px; transition: background 0.15s !important;\n}\n.nav-cta:hover { background: var(--forest-mid) !important; }\n\n\/* \u2500\u2500\u2500 BUTTONS \u2500\u2500\u2500 *\/\n.btn {\n  display: inline-block; font-family: 'DM Sans', sans-serif;\n  font-size: 15px; font-weight: 500; letter-spacing: 0.01em;\n  padding: 13px 26px; border-radius: 3px; text-decoration: none; transition: all 0.15s;\n}\n.btn-forest { background: var(--forest); color: #fff; }\n.btn-forest:hover { background: var(--forest-mid); }\n.btn-outline-forest { border: 1.5px solid var(--forest); color: var(--forest); }\n.btn-outline-forest:hover { background: var(--forest); color: #fff; }\n.btn-white { background: #fff; color: var(--forest); }\n.btn-white:hover { background: var(--off-white); }\n.btn-outline-white { border: 1.5px solid rgba(255,255,255,0.35); color: var(--slate-bright); }\n.btn-outline-white:hover { border-color: rgba(255,255,255,0.7); color: #fff; }\n\n\/* \u2500\u2500\u2500 HERO \u2500\u2500\u2500 *\/\n.hero {\n  padding: 150px 56px 96px;\n  max-width: 1200px; margin: 0 auto;\n  display: grid; grid-template-columns: 1.2fr 1fr;\n  gap: 80px; align-items: center;\n}\n.hero-eyebrow {\n  font-size: 11px; font-weight: 600; letter-spacing: 0.15em;\n  text-transform: uppercase; color: var(--forest);\n  display: flex; align-items: center; gap: 12px; margin-bottom: 22px;\n}\n.hero-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--forest); flex-shrink: 0; }\nh1 {\n  font-family: 'DM Serif Display', serif;\n  font-size: clamp(42px, 5vw, 62px);\n  line-height: 1.04; letter-spacing: -0.02em; color: var(--black); margin-bottom: 24px;\n}\nh1 em { font-style: italic; color: var(--forest); }\n.hero-sub {\n  font-size: 19px; font-weight: 300; color: var(--muted);\n  line-height: 1.6; margin-bottom: 40px; max-width: 460px;\n}\n\n\/* credential stack *\/\n.cred-stack { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }\n.cred-card { background: var(--off-white); padding: 22px 26px; border-bottom: 1px solid var(--line); }\n.cred-card:last-child { border-bottom: none; }\n.cred-tag { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--forest-pale); margin-bottom: 5px; }\n.cred-role { font-family: 'DM Serif Display', serif; font-size: 18px; color: var(--black); line-height: 1.2; margin-bottom: 3px; }\n.cred-where { font-size: 14px; color: var(--muted); font-weight: 300; }\n\n\/* \u2500\u2500\u2500 PULL QUOTE BAND \u2500\u2500\u2500 *\/\n.pullquote-band { background: var(--slate); padding: 72px 56px; }\n.pullquote-inner {\n  max-width: 1200px; margin: 0 auto;\n  display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 60px; align-items: center;\n}\n.pq-label { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--forest-pale); }\n.pq-text {\n  font-family: 'DM Serif Display', serif;\n  font-size: clamp(20px, 2.2vw, 27px); line-height: 1.48;\n  color: var(--slate-muted); font-weight: 400;\n}\n.pq-text strong { color: var(--slate-bright); font-weight: 400; }\n.pq-cta { display: flex; justify-content: flex-end; }\n\n\/* \u2500\u2500\u2500 SECTION COMMONS \u2500\u2500\u2500 *\/\n.section-label {\n  font-size: 11px; font-weight: 600; letter-spacing: 0.15em;\n  text-transform: uppercase; color: var(--forest); margin-bottom: 10px;\n}\nh2 {\n  font-family: 'DM Serif Display', serif;\n  font-size: clamp(28px, 3vw, 40px);\n  line-height: 1.1; letter-spacing: -0.012em; color: var(--black);\n}\n.section-rule { height: 1px; background: var(--line); margin: 56px 0; }\n\n\/* \u2500\u2500\u2500 SERVICES \u2500\u2500\u2500 *\/\n.services-wrap { padding: 96px 56px; max-width: 1200px; margin: 0 auto; }\n\n\/* Two-column layout: left intro | right grid *\/\n.services-body { display: grid; grid-template-columns: 280px 1fr; gap: 72px; align-items: start; }\n\n.services-left {}\n.services-left .section-label { margin-bottom: 10px; }\n.services-left h2 { margin-bottom: 20px; }\n.services-left p { font-size: 16px; color: var(--muted); line-height: 1.7; font-weight: 300; margin-bottom: 32px; }\n\n\/* 2-col service grid on the right *\/\n.services-grid {\n  display: grid; grid-template-columns: 1fr 1fr;\n  border: 1px solid var(--line); border-radius: 4px; overflow: hidden;\n}\n.svc {\n  padding: 30px 28px;\n  border-right: 1px solid var(--line);\n  border-bottom: 1px solid var(--line);\n  transition: background 0.15s;\n}\n.svc:nth-child(even) { border-right: none; }\n.svc:nth-last-child(-n+2) { border-bottom: none; }\n.svc:hover { background: var(--off-white); }\n.svc-num { font-size: 10px; font-weight: 600; letter-spacing: 0.13em; color: var(--light); margin-bottom: 14px; }\n.svc-title { font-family: 'DM Serif Display', serif; font-size: 19px; color: var(--black); margin-bottom: 10px; line-height: 1.2; }\n.svc-desc { font-size: 14px; color: var(--muted); line-height: 1.65; font-weight: 300; }\n\n\/* \u2500\u2500\u2500 ABOUT \u2500\u2500\u2500 *\/\n.about-wrap { background: var(--off-white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 96px 56px; }\n.about-inner { max-width: 1200px; margin: 0 auto; }\n\n\/* header: heading left, button right *\/\n.about-head {\n  display: flex; justify-content: space-between; align-items: flex-end;\n  gap: 32px; flex-wrap: wrap;\n  padding-bottom: 52px; border-bottom: 1px solid var(--sand-line); margin-bottom: 52px;\n}\n.btn-sm {\n  display: inline-block; align-self: end;\n  font-size: 13px; font-weight: 500; letter-spacing: 0.02em;\n  color: var(--forest); text-decoration: none;\n  border: 1px solid var(--forest); padding: 8px 16px; border-radius: 3px;\n  transition: all 0.15s; white-space: nowrap; width: fit-content;\n}\n.btn-sm:hover { background: var(--forest); color: #fff; }\n.about-heading { font-family: 'DM Serif Display', serif; font-size: clamp(27px, 2.8vw, 36px); line-height: 1.1; color: var(--black); margin-top: 10px; }\n\n\/* body: copy | vertical divider | sidebar *\/\n.about-body { display: grid; grid-template-columns: 1fr 1px 320px; gap: 0; }\n.about-copy { padding-right: 64px; }\n.about-copy p { font-size: 17px; color: #3a3835; line-height: 1.75; font-weight: 300; margin-bottom: 18px; }\n.about-copy p:last-child { margin-bottom: 0; }\n.about-divider { background: var(--sand-line); }\n.about-sidebar { padding-left: 56px; }\n\n.fact { padding: 20px 0; border-bottom: 1px solid var(--sand-line); }\n.fact:first-child { padding-top: 0; }\n.fact:last-child { border-bottom: none; padding-bottom: 0; }\n.fact-label { font-size: 10px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; color: var(--light); margin-bottom: 6px; }\n.fact-value { font-size: 15px; color: var(--black); line-height: 1.5; }\n\n\/* \u2500\u2500\u2500 ENGAGEMENT MODEL \u2500\u2500\u2500 *\/\n.model-wrap { background: var(--slate); padding: 96px 56px; }\n.model-inner { max-width: 1200px; margin: 0 auto; }\n.model-inner .section-label { color: var(--forest-pale); }\n.model-inner h2 { color: var(--slate-bright); }\n\n\/* header: label+heading left, button right *\/\n.model-head {\n  display: grid; grid-template-columns: 1fr auto;\n  gap: 32px; align-items: end;\n  padding-bottom: 52px; border-bottom: 1px solid var(--slate-line); margin-bottom: 52px;\n}\n\n\/* three equal columns with vertical dividers *\/\n.model-cols { display: grid; grid-template-columns: repeat(3, 1fr); }\n.model-col {\n  padding: 0 52px 0 0; margin-right: 52px;\n  border-right: 1px solid var(--slate-line);\n}\n.model-col:last-child { padding-right: 0; margin-right: 0; border-right: none; }\n.model-col-num { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; color: var(--forest-pale); margin-bottom: 16px; }\n.model-col-title { font-family: 'DM Serif Display', serif; font-size: 22px; color: var(--slate-bright); margin-bottom: 14px; line-height: 1.2; }\n.model-col-desc { font-size: 15px; color: var(--slate-muted); line-height: 1.7; font-weight: 300; }\n\n\/* \u2500\u2500\u2500 INDUSTRIES \u2500\u2500\u2500 *\/\n.industries-wrap { padding: 96px 56px; max-width: 1200px; margin: 0 auto; }\n.industries-head { margin-bottom: 48px; }\n\n\/* Four horizontal columns with vertical dividers *\/\n.industries-cols {\n  display: grid; grid-template-columns: repeat(4, 1fr);\n  border: 1px solid var(--line); border-radius: 4px; overflow: hidden;\n}\n.ind-col {\n  padding: 32px 28px;\n  border-right: 1px solid var(--line);\n  transition: background 0.15s;\n}\n.ind-col:last-child { border-right: none; }\n.ind-col:hover { background: var(--off-white); }\n.ind-tag { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--forest-pale); margin-bottom: 12px; }\n.ind-name { font-family: 'DM Serif Display', serif; font-size: 19px; color: var(--black); margin-bottom: 12px; line-height: 1.2; }\n.ind-desc { font-size: 14px; color: var(--muted); line-height: 1.65; font-weight: 300; }\n\n\/* \u2500\u2500\u2500 CTA BAND \u2500\u2500\u2500 *\/\n.cta-band { background: var(--slate); padding: 96px 56px; }\n.cta-inner {\n  max-width: 1200px; margin: 0 auto;\n  display: grid; grid-template-columns: 1fr 1px 1fr; gap: 0; align-items: center;\n}\n.cta-left { padding-right: 72px; }\n.cta-divider { background: var(--slate-line); align-self: stretch; }\n.cta-right { padding-left: 72px; }\n.cta-heading {\n  font-family: 'DM Serif Display', serif;\n  font-size: clamp(30px, 3.2vw, 44px); line-height: 1.08;\n  letter-spacing: -0.015em; color: var(--slate-bright);\n}\n.cta-heading em { font-style: italic; color: #8fbfac; }\n.cta-desc { font-size: 17px; color: var(--slate-muted); line-height: 1.7; font-weight: 300; margin-bottom: 32px; }\n\n\/* \u2500\u2500\u2500 FOOTER \u2500\u2500\u2500 *\/\nfooter { background: #1c1e1b; padding: 56px 56px 40px; }\n.footer-top {\n  max-width: 1200px; margin: 0 auto;\n  display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr;\n  gap: 48px;\n  padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.07); margin-bottom: 24px;\n}\n.footer-brand-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }\n.footer-logo-box {\n  width: 30px; height: 30px; border-radius: 4px;\n  overflow: hidden; flex-shrink: 0;\n}\n.footer-logo-box img { width: 30px; height: 30px; object-fit: cover; display: block; }\n.footer-wordmark { font-family: 'DM Serif Display', serif; font-size: 16px; color: #c0bdb7; }\n.footer-tagline { font-size: 13px; color: #5a5855; font-weight: 300; line-height: 1.65; margin-bottom: 14px; max-width: 220px; }\n.footer-contact-email {\n  font-size: 14px; color: var(--forest-pale); text-decoration: none;\n  font-weight: 500; transition: color 0.15s;\n}\n.footer-contact-email:hover { color: #7aab96; }\n.footer-col-title { font-size: 10px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; color: #484643; margin-bottom: 14px; }\n.footer-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }\n.footer-links a { font-size: 14px; color: #706d69; text-decoration: none; transition: color 0.15s; }\n.footer-links a:hover { color: #c0bdb7; }\n.footer-bottom {\n  max-width: 1200px; margin: 0 auto;\n  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px;\n}\n.footer-legal { font-size: 12px; color: #3e3c3a; }\n.footer-sam { font-size: 12px; color: #3e3c3a; text-align: right; }\n\n\/* \u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500 *\/\n@media (max-width: 1060px) {\n  nav { padding: 0 28px; }\n  .nav-links { display: none; }\n\n  .hero { grid-template-columns: 1fr; padding: 120px 28px 72px; gap: 52px; }\n  .hero-sub { max-width: 100%; }\n\n  .pullquote-band { padding: 60px 28px; }\n  .pullquote-inner { grid-template-columns: 1fr; gap: 20px; }\n  .pq-cta { justify-content: flex-start; }\n\n  .services-wrap { padding: 72px 28px; }\n  .services-body { grid-template-columns: 1fr; gap: 40px; }\n  .services-grid { grid-template-columns: 1fr; }\n  .svc { border-right: none; }\n  .svc:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }\n  .svc:last-child { border-bottom: none; }\n\n  .about-wrap { padding: 72px 28px; }\n  .about-head { grid-template-columns: 1fr; }\n  .about-body { grid-template-columns: 1fr; gap: 48px; }\n  .about-divider { display: none; }\n  .about-copy { padding-right: 0; }\n  .about-sidebar { padding-left: 0; }\n\n  .model-wrap { padding: 72px 28px; }\n  .model-head { grid-template-columns: 1fr; gap: 20px; }\n  .model-cols { grid-template-columns: 1fr; gap: 0; }\n  .model-col { padding: 0 0 32px; margin: 0 0 32px; border-right: none; border-bottom: 1px solid var(--slate-line); }\n  .model-col:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }\n\n  .industries-wrap { padding: 72px 28px; }\n  .industries-cols { grid-template-columns: repeat(2, 1fr); border-radius: 4px; }\n  .ind-col { border-right: none; border-bottom: 1px solid var(--line); }\n  .ind-col:nth-child(odd) { border-right: 1px solid var(--line); }\n  .ind-col:nth-last-child(-n+2) { border-bottom: none; }\n\n  .cta-band { padding: 72px 28px; }\n  .cta-inner { grid-template-columns: 1fr; gap: 40px; }\n  .cta-divider { display: none; }\n  .cta-left { padding-right: 0; }\n  .cta-right { padding-left: 0; }\n\n  footer { padding: 48px 28px 36px; }\n  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }\n  .footer-bottom { flex-direction: column; }\n  .footer-sam { text-align: left; }\n}\n\n@media (max-width: 540px) {\n  .industries-cols { grid-template-columns: 1fr; }\n  .ind-col { border-right: none !important; border-bottom: 1px solid var(--line) !important; }\n  .ind-col:last-child { border-bottom: none !important; }\n}\n<\/style>\n<\/head>\n<body>\n\n<!-- NAV -->\n<nav>\n  <a href=\"\/\" class=\"nav-brand\">\n    <div class=\"nav-logo-wrap\">\n      <img decoding=\"async\" src=\"data:image\/jpeg;base64,\/9j\/4AAQSkZJRgABAQAAAQABAAD\/4gHYSUNDX1BST0ZJTEUAAQEAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADb\/2wBDAAUDBAQEAwUEBAQFBQUGBwwIBwcHBw8LCwkMEQ8SEhEPERETFhwXExQaFRERGCEYGh0dHx8fExciJCIeJBweHx7\/2wBDAQUFBQcGBw4ICA4eFBEUHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh7\/wAARCAEsASwDASIAAhEBAxEB\/8QAHQABAAIDAAMBAAAAAAAAAAAAAAgJAQYHAgQFA\/\/EAFMQAAEDAgMFAgYLDQUGBwAAAAABAgMEBQYHEQghMUFREiITMmFxlNEUGDdCVnWBkaGzwRUWFyMzUlRiZpKkseIJJENysiZjgpOiwic0RFNkc9L\/xAAUAQEAAAAAAAAAAAAAAAAAAAAA\/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP\/aAAwDAQACEQMRAD8AikAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPOCKWeZkEEb5JZHI1jGpqrlXgiJ1Pruwlipjla7DV4RU\/wDhSeo9zKn3TcM\/GtP9Yhae1NyeYCqP71MU\/Bu8ehSeo84sHYtlRVjwxeXacf7lJ6i1vQaIBVR95GMfgtevQpPUPvIxj8Fr16FJ6i1dGoNEAqo+8jGPwWvXoUnqH3kYx+C169Ck9Ravog0QCqj7yMY\/Ba9ehSeofeRjH4LXr0KT1Fq+iDRAKpJsHYthRPCYYvLdeH9yk9R+EuG8RRflbBdY92vepHp9hbFpu0PB8TXp3mtd501AqQqKeop3qyoglicnFHsVq\/SfkWyXDD1luEax11ooKli8Ulga7X50NDxNkJlZf0etVhSkppHf4lJrC5P3d30AVrgmFjzY7pnq+owZiOSFeKU1e3tJ5ke3f86EeMxcpMe4De519sM6UiLolXAnhIV\/4k4fLoBogAAAAAAAAAAAAAAAAAAAAAAAAAAAADZsqfdNwz8aU\/1iFqDPFTzFV+VPum4Z+NKf6xC1FnioBkA4ttEZ5LlNdbVQ\/cBbn7PhfL2vD+D7HZdppwXUDtIIh+3O\/Yf+N\/pHtzv2H\/jf6QJeAiH7c79h\/wCN\/pHtzv2H\/jf6QJeAiH7c79h\/43+ke3O\/Yf8Ajf6QJeAiGu2d+xH8b\/SfpTbZsHhNKjBMqN6srE1+loEuARxsO15l\/WOay6W2721V4u7DZWp8y6nVsF5r5fYwREsWKaComXjA+Twcqf8AA7RQN3VNT86mmhqYHwVETJYpE7L2PajmuToqLxPNrkciKioqLwVDyAj5nDsxYRxWyWvwwjMP3be7SNP7vKvRzeXnQhpmPgDFGALy624ktklMqqvgp2p2opk6tdwUtN7KHw8bYUsOL7HLZ8QW6GtpJU00e3e1erV4ovlAqkB2naHyHvOW1U6623wlxw5K\/Rk6N1fTqvBsmn+o4sAAAAAAAAAAAAAAAAAAAAAAAABs2VPum4Z+NKf6xC1Fnip5ipbD1zmst+oLvTNa6aiqGTxtdwVzXIqIvzFkmR2atjzOwyyuoXNp7hCiNraJzu\/E7qnVq8lA6MpxnaeycjzQw\/FV0EqwX62sd7EVzu5K1d6xu868F6nZtUUwqaqBUpe7XcLLdai13WklpKymerJYZG6OaqHplhW0tkdb8ybU662mOKkxLTMXwUvBtS1PeP8AsXkQEvFmutnudRbLlQVFNV071ZLE9iorVQD0Afp4Cf8A9mT91QlPOvCCVfMxQPzB7SW+vVNUoanRf9071D7nXD9Bqv8Aku9QHqg\/ZaWqRdFpp0X\/AOtTwfHI1O9G9vnaqAeB5RyPikbJG9zHt3tc1dFTzKePLXUAdVy0z8zDwRNGyK6vutvbudR1zlkbp+q7i1fMS7yZ2hMG5gLHbp5Ust6cn\/lal6I2Rf1H8F825Su88o3vjkbJG9zHtXVrmroqL1RQLdGuRdNF1PIhLs57S1ZZJqXDWPZ31dsVUjguDt8lP0R\/5zfLxQmlQVlNXUsdXSTxzwSsR8ckbu01yLwVF5gfndKGluNFNQ11PFUUs7FZLFI3VrmrxRUIE7UmR8+Xlzdf7DFJNhurkXTmtI9V8R36vRfkLAj5uIrNb77Zqu0XSmZU0VXEsc0b01RUUCpnfoDouf8AllX5ZY3ltj0fLbKjWWgqV4Pj18Vf1k4KhzoAAAAAAAAAAAAAAAAAAAAAAJxNhy\/xhfMD4npr\/Yap1PUwOTtN17krebHJzRTXgBZlkZmrY8z8Msr6F7ae4woiVtE5ydqJ3VOrV5KdFRUXgVUZfYwvmB8T02ILBVOhqoF7zde5Kzm1yc0UsTyNzVseZ2GGV1C9tPcYWolbROdq6J3VOrV5KB0RyGnY4wZRXpjq2Clp0rmpvV0afjPIq9TckXVDCpqBHue2U0Mr4ZaCFkjF0c1Yk1RfmPbsr4LXWtqYqKlcibnMdE1UcnTgdPxthiO6xLVUrUZWsTzJInRfKcunikhldDKxzJGLo5qpoqKB1\/D8lku9A2opqOl4aPZ4JurF6cD6P3Mt36DS\/wDKb6jjdhu1XZ61Kmmdqnv2LwenlOvWC70l3oW1NM9FXTvtXi1eigea2a1LvW20f\/Jb6j1ajC2G6lvZnsNslTo+lYv2H2QBzHFuQ+VuJGP9l4Uo6aZ3+NRp4B6fu7vnQ4HmXsh1lNBNXYFvHsvsorkoq3Rr3eRr03Kvn0JlGHJqBU5iXD96w3c5bZfbZUUFXGujopmK1fOnVPKfL5FoeauW2GMxbE+23+hY6RE\/EVUaIksDuStd9nAr8zryqv8AlhiJ1DcWLUW+VyrR1zG9yZvRejk5oBz8kVsn55TYPucOEcT1T34fqno2CZ66+w3r\/wBir8xHUyu7QC3OCRksTZI3tex6IrXIuqKnU\/QjLsUZsSYhsrsDXyoV9yt0faopHr3poE96vVW\/yJNIuqAcz2i8t6TMfLyrt3g0S50qLPb5ebZETxfM5N3zFbNXTz0dXNSVMbopoXqyRjk3tci6KiluLk1IGbb2AY8M5iRYloIEZQ31qvejU0Rs7fG+dNF+cCPYAAAAAAAAAAAAAAAAAAAADyhjlmmZDDG6SR66Na1NVVeiHi5HNcrHorXIuioqb0NlyqT\/AMTMNdPupT\/WISe2q9n1KtlRjbA9EiVCIslwoIm\/lOayRp16oBDw2DAGML5gfE1NiCw1boKmBe83VexK3mxyc0U+A5HMerXorXIuiovUwBZnkbmrZMzsMsr6F7Ke4wtRK2ic7vRO6p1avJToqFVGX+Mb5gbE1NiDD9UsFVCu9vvZW82OTmiliWRuatjzPw0yvoJGwXGFqJW0Tnd6J3VOrV5KB0RU1NSx5hlLlRyVtDCi18bFVrEXTw2ibmqvJfKbciovAwvACEt8zwt9lu1Tarphm70tZTPWOWKRWI5qp8p+lh2m7RZ65tTTWa56e\/YrmaPT5ztG0vkdQZkWp92tMcVJiamj\/FS6aNqUT3j\/ALF5EAr1a6+y3aptV0pZKWsppFjmikTRzVQCZ6bZGDuymuFb3rz0ki9Z9Sy7XWXNbK1ldQXq2oq6dt8LZGp+4qr9BBHRBuAtNwTmHg\/GcCSYbv1FXLpqsbX6SJ52rvNpRdUKk7Vc6+018VfbKyejqondqOWF6tc1fOhMXZm2kJL7V0+EseTMbcJFRlJcNzWzLybJ0cvJeYEp1TU1fMvBVlx5hSrw9e4Ekhmb+Lk070L+T2r1Q2di679Ty0QCqzMrB10wJjKuw1dWfjaZ\/ckRNEljXxXp5FQ1vUnZtu5dNxHgP77aGnRbnZU7UjmpvfTr4yL10Xf85BID7uAsS3DB+L7ZiO2SOZUUU7ZNy+O3XvNXyKmqFouEL3SYiw1br5QvR9NXU7JmKnLtJrp8nAqe5ak4dgrF0l0wFXYXqZe1LaJ+1CirvSGTfp5kdr84Eljk21bg+LF+Td2ibCklZb2+zaVdN6OZvVE87dUOspwPwrYIqqlmppmo6KVise3qipooFR29F0UGwZkWN+Gsf32wvTT2FXSxN8re1q36FQ18AAAAAAAAAAAAAAAAAAANmyq90zDPxpT\/AFiFqGiLHoqa7iq\/Kn3TcM\/GlP8AWIWos8VPMBEzat2fEq21ON8EUaNnRFkr7fE38pzWRiJz6oQ8citcrXIqKi6aKW7Oajmq1d6KRM2r9n1Kr2TjbA9GiToiyV9vib4\/NZGInPqgEOzYMv8AGF8wNiamxBYKt1PVQr3k97K3mxyc0U+A5rmuVrkVHIu9OhgCzLI3NWxZnYZbXUD2wXKFqJW0Su78LuqdWryU6MilU+X+ML7gbEtPf8P1boKmF3eb72VvNrk5opYlkdmrYsz8NtrqCRsFxgaiVtEru\/C7qnVq8lA6K5FU4jtMZHUGY9qfdrSyKkxNTM\/FS6aNqWp\/hv8AsXkdvRdTCoBUrfLZX2W61NqulLLS1tNIsc0MjdHNch6RYTtL5HUGZNqdd7SyOlxLTM\/Fy6aNqWp7x\/2LyIBXq119lutTarpSS0tZTSLHNFI3RzXIB6ZljnMe2RjnNe1dWuRdFReqGAoFiOyVmRJj\/Ldkdxn8Ld7UqU1Uqr3npp3Hr50+lDs6cCA2wpfpbZnE60+EVILrRPjczXcr2d5q\/wA\/nJ8N4AevdaKnuNsqaCrjSSnqYnRStXgrXJoqfSVX5h2F+GMcXmwSIqLQ1ckTdfzUXu\/RoWsO4KV5baVrbb8+LjKxiNbW00NRu5qreyq\/9IHFjvewvfVtmdLbY+TSK6UUkKpruVzE7bf5KnynA14m9bP1a6351YSqWqqaXKJq6c0cuip9IFnqLqZXgeLF1Q8gK9dtm0ttmetbUMZ2W19LDUcOK6dlf9KHESTX9oNSozMGw1fZ\/K29Wqv+V6+sjKAAAAAAAAAAAAAAAAAAAGzZUe6dhn40p\/rELUWeKhVdlR7p2GfjSn+sQtRZ4ieYDJ61wqaakpJqqsmjhp4mK+SSR3Za1qJvVVXkZrquno6SWqqpo4IIWq+SR66Na1OKqpBTakz7qMbVU2FsK1MkGHonK2aZmrXVrkX\/AEeTmBoO0ZfcHYhzOr7hgqgSmoXLpLI3cyok13yNb71F+nic4CAAdi2T8N45u+ZNNcMIVUlvgonItdWOaqxJGq72KnByryT5TX8j8q73mhiVtDQtdT26FUdW1rmr2Im9E6uXkhYll9g6yYHw1TWCw0jaelgbvX30jubnLzVQNhi7XBem\/ceZhvAw5yNXfwAw5WoiqqpuILbb2KcD3zFlPQWKljnvdEqsr7hC7uKnKNdPGVOvLgb3tW7QTbelVgjA9Yi1aosdfXxLqkSc42L+d1XkQ5crnPV73K5zl1VVXVVXmBjmAFA63sgsc7P7D3ZRV7KyKunTsKWOJwINbA+GJrhmLcMTPiX2LbKVYmPVNyyybtPkai\/OTmTgBh3BSB23u5q5x0SIqKqWmNF0\/wA7yeS8CubbBu7btnxekY\/tMo2x0qb9d7W7\/pUDkBtOUbXvzSww1njLdKfTf+uhqx0TZstr7pnnhSmYztoyubM9OjWIrlX6ALMmcDyMN4IZXgBCz+0NVPvtwyifoUn+si0SU\/tAqxJczLNRouvgLbqvkVz19RGsAAAAAAAAAAAAAAAAAAANmyo907DPxpT\/AFiFpNXV09FRSVVVNHBBExXySPdo1rUTeqqVY5Z1ENJmHh6qqJWQwxXKB8kj10a1qPRVVTsm1Fn3UY1qZsK4Wnkgw9C5WzTNXsurFT\/s6JzAbUmfdRjaqmwthWokgw9E9WzTN7rqxUX\/AEdE5kegACnQsjsq73mfiZtDRMfT22FUdW1qt1ZE3onVy8kM5HZVXvNDEzKGiY+ntsKotbWq3uxN6J1cvJCxHL7B1jwRhmmsFhpGwU0Kb1070rub3LzVQM5e4PseCMM01gsFI2ClhbvX30jubnLzVTYtA1ETgYeqI1d4B69lupFDau2gm0CVWCcEViLWLrHX18S6+CTnGxfzuq8jO1ZtBJb0qsD4JrO1Vqix3CviX8l1jYv53VeRDmRXPe573K5zlVVVd6qvlAw9znvV73K5zl1VVXeqmBoAB7lltlferrTWq2U0lVWVUiRwxMTVXOVdxsuXmWWNMeVzKfD1lqZolVEdUyN7ELE6q5d3zE3tnvIey5ZwJc6x0dzxDI3R9Ure7Ci8WxovDz8VA2XZ\/wAu4MtsvKSydx9dJ+PrpGpudK7iieRNyfIdEMNQzqnUD5eKLzSYfw7cL3XyNjpqKnfPI5V5NTUquxVeJ7\/iW43qpVVlral87tf1l1JdbdWZcVHZo8vLZOi1VX2ZrgrV\/JxIurWL5VXfp0QhkAUkZsDWF1fmrXXx8a+CtlC5Gu03duTup9HaI5qT92JMGSYbynbd6qLwdXe5lqV1TekSd1ifNqvygd7Qw7gpk9G+3CC02esudS5GwUsD5nqvRqKv2AV7bYl5ZeM+Ly2J6PjoWRUqLrza3V30uU48fTxZdZb5ii6XmdyulrauSdyr+s5V\/kfMAAAAAAAAAAAAAAAAAAABw4cQAAOhZHZV3zM\/E7KGiY+C2wuRa2tVvcib0Tq5eSDI7Ku+Zn4nZQ0UboLZC5HVta5O7E3onVy8kLEsvsHWPBGGaawWCkSClgTevv5Hc3OXmqgMvsHWTBGGqaw2GkbBTQN3u99K7m5y81U2NOBlNyHi52gBztDnmYOJ2TQz2agevZe1Y55WO0XReKNVP5nnjvFmvhLbbZN\/iyyovzonrNATVePEDTX5W4De9XOw7TuVd6qr3qq\/LqfdwhkRge91Xbkw3Tx0jF77+0\/veRN5uuE8O1F7qUc5FjpGL+Mk6+RPKdYoKSCjpWU1PGkcTE0REA5u3Z+yhRiJ95VCu7nJJ\/8Ao+hZcmMsLPOk9Dgm0NkRdUdJEsmn7yqh0EAevSUlPSQtgpaeKCNqaIyNiNanyIewgPFz0aiquiaAZVUQ5nn3mvZ8scLyVUz457vO1W0NH2u8935ypyanNTXM9toXDGAaWa3WqaG8X\/RUbBE7WOFesjk\/km8gnjfFd9xniKovuIKx9XWTrvcvisTk1qckToB6eJ73csR36svd1qHVFZVyrJK93VeSeROGh88HnBFJUTxwQxukkkcjWMamquVV3IgG55JYGq8wsxbZh+BqpTukSWsk03Mhaurl+Xh8pZxa6Knt9vp6GkjbFT08bYo2Jwa1qaIhxzZRynZl3g1Lhc4k+790Y19SqpvhZxbGn818p2xoGThW2njRmGMpJ7XDJpXXt\/sWNEXekfGRfNpu+U7lK9GMVyroicVK69rXMFuOs0qmOjl8Ja7TrSUqovdcqL33\/Kv0IBx4AAAAAAAAAAAAAAAAAAAAAOhZG5VXzM\/EzKKhY6C2wuRa2tc3uxN6J1cvJDUsHWqO+YstNmlldFHW1kUDntTVWo5yIqp85Z\/l7g6x4Hw1TWKwUbKemhb3l070jubnLzVQGXuDrFgjDdPYLDRtp6aFNVX30jubnLzVTZERE4A8XuRE3qAc5ETicRzOz0wVbK+pw9DiKnZUQuWOpezVeyvNqKn0nP8Aat2gUtyVOCcEVetYusdfXxO\/I9Y2L+d1XkQ5c5z3Oe9yuc5dVVV3qoEvvws4A+EUH7rvUfTsWZGXFXXNbXYto6anTe9yo7VU6JuIWBALI6HPDJ6ipWU1Pi+3RxsTRqJ2vUfv+HvKX4Z0H\/V6itVQBZNJtAZRxqnaxnRLr0a5fsPRq9pLKGnaq\/fQkunKKnkd9hXOAJv4u2wMG0Ub2Ycs1yu0yeK+VEgi8+\/V30HAsy9ozMTGkMtGyubZbfLuWCh1a5U6K\/xv5HHV0UAZc5znK57lc5d6qq66mAfSw3YbxiS7Q2qx2+eurJl0ZFExVXzr0TygfOa1z3oxiK5zlRERE1VV6EydknIR9qWmx1jKi0rdEfbqGVN8P+8en53ROR9zZ02bqDCTqfEeMmQ197TR8NN40NKvX9Z3l4ISQY3QA1NxnTRDJquaGOLLgHCNViG9ToyKJqpFHr3ppPesanNVA5rteZptwJgZ9ntsyfdy8MdFFo7fBFwdJ9iefyFfi6uVVcqqqrqqrzNjzKxld8eYwrcSXmVXTVDtGMRe7FGnisb5ENc1AwAAAAAAAAAAAAAAAAAAAAA2bKr3TMM\/GlP9YhaizxU8xVdlR7puGfjSn+sQtRZ4qeYDKkb9tXNO94LtFDhmw601Rd4XulrEd3o40XRWt6KvXkSQU55mrlDhDMmuoqvEsNXJJRxuji8DMrERHLquoFZbnOe9XvcrnOXVVXeqqYLAfaqZU\/otz9LUe1Typ\/Rbn6YoFfwLAfap5U\/otz9MUe1Typ\/Rbn6YoFfwLAfap5U\/otz9MUe1Typ\/Rbn6YoFfwLAfaqZUp\/6W5+lqezTbL2UkT0c60VkunJ9Y\/QCvXQ+7hbB2KMUVTafD9huFxeq8YYVVied3BPnLFrDknlfZXo+jwfbnPbwdMxZV\/wCrU3uhoKOhhSCjpIKaJODIo0Y1PkQCF+WWyRf7jLHWY3uMdqpOK0tMqSTO8mvit+klXl1l1hLAduSjw1aIaVVREknVO1LJ\/meu9TbtOpkDxRqIeSmFciIc4zjzgwnlpbXPutUlTcntVYLfC5FlkXy\/mp5VA2bH+MbFgjDlRfb\/AFsdNSwt3Iq96R3JrU5qpXdnpmtes0cTOraxVp7ZTuVKGjRe7G385erl5qejm5mbibMu\/OuN7qVbTMVfY1HGqpFC3yJzXymkKgGdDAAAAAAAAAAAAAAAAAAAAAAABs2VPum4Z+NKf6xC1FnioVU5ZTw0uYmHqmplZFBFcoHyPeujWtR6aqq9CyhuZmX3ZT\/bOxems9YG3g1H8JuX3wzsXp0frH4TcvvhlYvTY\/WBtwNR\/Cbl98MrF6bH6x+E3L74ZWL02P1gbcDUfwm5ffDKxemx+sfhNy++GVi9Nj9YG3A1H8JuX3wysXpsfrH4TcvvhnYvTo\/WBtwNPkzQy9Y1XPxpYUanFfZ0frPXfm3loxvadjqwaJ0rGL9oG8BTlF52h8pLX2kkxZT1Dm+9po3ya\/KiaHPcUbYODaRrmWKx3K5v5Ok0hYvz6r9AEmFU17GeN8LYOtzq\/Ed6pLfEibkkf33+RrU3qvmQhDjzamzGxCj4LQ6lw\/Su3aUre3L8r3fYiHFL1d7peq11bd7jVV9S7jLPKr3fSBKDOPayq6uOa1ZeUj6NiqrXXKob+MVOrGcvOvzEXLtcq+73Ga4XOsmq6uZ3aklmernOXyqeqAHAAAAAAAAAAAAAAAAAAAAAAAAAAADOuhgAZ1GpgAZ1GpgAZ1GpgAZ1MAAAAAM6oYADcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\/\/2Q==\" alt=\"Dunfey Group\">\n    <\/div>\n    <span class=\"nav-wordmark\">Dunfey Group<\/span>\n  <\/a>\n  <ul class=\"nav-links\">\n    <li><a href=\"#services\">Services<\/a><\/li>\n    <li><a href=\"#about\">About<\/a><\/li>\n    <li><a href=\"#model\">How We Work<\/a><\/li>\n    <li><a href=\"#industries\">Industries<\/a><\/li>\n    <li><a href=\"mailto:info@dunfeygroup.com?subject=Get%20Strategic%20Clarity\" class=\"nav-cta\">Get Strategic Clarity<\/a><\/li>\n  <\/ul>\n<\/nav>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div>\n    <div class=\"hero-eyebrow\">Strategic Communications<\/div>\n    <h1>Communications for<br><em>High-Stakes<\/em><br>Industries.<\/h1>\n    <p class=\"hero-sub\">We provide strategic clarity for complex problems in maritime, energy, government, and the outdoor economy.<\/p>\n    <a href=\"mailto:info@dunfeygroup.com?subject=Get%20Strategic%20Clarity\" class=\"btn btn-forest\">Get Strategic Clarity<\/a>\n  <\/div>\n  <div class=\"cred-stack\">\n    <div class=\"cred-card\">\n      <div class=\"cred-tag\">Government<\/div>\n      <div class=\"cred-role\">Director of Communications<\/div>\n      <div class=\"cred-where\">VT DHCD, $1.25B ARPA Recovery Program<\/div>\n    <\/div>\n    <div class=\"cred-card\">\n      <div class=\"cred-tag\">Maritime<\/div>\n      <div class=\"cred-role\">Vice President<\/div>\n      <div class=\"cred-where\">ADD Maritime AB, Sweden &amp; Singapore<\/div>\n    <\/div>\n    <div class=\"cred-card\">\n      <div class=\"cred-tag\">Outdoor Economy<\/div>\n      <div class=\"cred-role\">Marketing &amp; Communications Manager<\/div>\n      <div class=\"cred-where\">Ski New Hampshire, SAM magazine contributor<\/div>\n    <\/div>\n    <div class=\"cred-card\">\n      <div class=\"cred-tag\">Federal Contracting<\/div>\n      <div class=\"cred-role\">SAM.gov Registered Small Business<\/div>\n      <div class=\"cred-where\">UEI: LYTJR3NACV66 &nbsp;&bull;&nbsp; CAGE: 1A6T9<\/div>\n    <\/div>\n    <div class=\"cred-card\">\n      <div class=\"cred-tag\">United Nations<\/div>\n      <div class=\"cred-role\">UN Global Marketplace Registered<\/div>\n      <div class=\"cred-where\">UNGM Vendor ID: 1197689<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- PULLQUOTE BAND -->\n<div class=\"pullquote-band\">\n  <div class=\"pullquote-inner\">\n    <div class=\"pq-label\">Our Approach<\/div>\n    <p class=\"pq-text\">\n      <strong>We work with organizations facing problems that don&#8217;t have easy answers.<\/strong>\n      Sanctions compliance in a shifting trade landscape. Chairlift evacuations. A federal agency that needs public outreach done right. A heritage maritime organization modernizing for the next century. The range is the point.\n    <\/p>\n    <div class=\"pq-cta\">\n      <a href=\"mailto:info@dunfeygroup.com?subject=Start%20the%20Conversation\" class=\"btn btn-outline-white\">Start the Conversation<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- SERVICES -->\n<section class=\"services-wrap\" id=\"services\">\n  <div class=\"services-body\">\n    <div class=\"services-left\">\n      <div class=\"section-label\">What We Do<\/div>\n      <h2>Core Capabilities<\/h2>\n      <p>Complex stakeholder environments, high-stakes public moments, crisis situations \u2014 organizations that need senior strategy on call, not tactical execution.<\/p>\n      <a href=\"mailto:info@dunfeygroup.com?subject=Expert%20Eyes%20on%20My%20Project\" class=\"btn btn-forest\">Get Expert Eyes on Your Project<\/a>\n    <\/div>\n    <div class=\"services-grid\">\n      <div class=\"svc\">\n        <div class=\"svc-num\">01<\/div>\n        <div class=\"svc-title\">Crisis Communications Planning<\/div>\n        <p class=\"svc-desc\">Frameworks built before you need them. Clear protocols, trained spokespeople, and tested response playbooks for situations that can&#8217;t wait.<\/p>\n      <\/div>\n      <div class=\"svc\">\n        <div class=\"svc-num\">02<\/div>\n        <div class=\"svc-title\">Brand Messaging &amp; Strategy<\/div>\n        <p class=\"svc-desc\">Sharp positioning for complex organizations. Language that works with regulators, communities, and commercial buyers at the same time.<\/p>\n      <\/div>\n      <div class=\"svc\">\n        <div class=\"svc-num\">03<\/div>\n        <div class=\"svc-title\">Federal Public Affairs<\/div>\n        <p class=\"svc-desc\">Government outreach that works because we understand how government actually works. Community engagement, public comment, and stakeholder strategy.<\/p>\n      <\/div>\n      <div class=\"svc\">\n        <div class=\"svc-num\">04<\/div>\n        <div class=\"svc-title\">Strategic Retainer Support<\/div>\n        <p class=\"svc-desc\">Monthly senior strategy without the overhead. Practical frameworks your team can execute \u2014 and a strategist available when things get complicated.<\/p>\n      <\/div>\n      <div class=\"svc\">\n        <div class=\"svc-num\">05<\/div>\n        <div class=\"svc-title\">Website Copy &amp; Campaigns<\/div>\n        <p class=\"svc-desc\">Messaging built on real operational knowledge of your industry. Written for your actual buyers, not a generalized market.<\/p>\n      <\/div>\n      <div class=\"svc\">\n        <div class=\"svc-num\">06<\/div>\n        <div class=\"svc-title\">Training &amp; Workforce Development<\/div>\n        <p class=\"svc-desc\">Media prep, spokesperson coaching, and communications curriculum for leadership teams and organizations investing in their people.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ABOUT -->\n<section class=\"about-wrap\" id=\"about\">\n  <div class=\"about-inner\">\n    <div class=\"about-head\">\n      <div>\n        <div class=\"section-label\">About<\/div>\n        <div class=\"about-heading\">Senior Strategy Without the Overhead<\/div>\n      <\/div>\n      <a href=\"mailto:info@dunfeygroup.com?subject=Start%20the%20Conversation\" class=\"btn-sm\">Start the Conversation<\/a>\n    <\/div>\n    <div class=\"about-body\">\n      <div class=\"about-copy\">\n        <p>Dunfey Group was built on a simple observation: most organizations facing complex communications challenges don&#8217;t need a big agency. They need one person who has actually done the work in government, in operations, in the field, and can apply that experience directly to their problem.<\/p>\n        <p>Shannon Dunfey Konvicka brings 15 years across public sector communications, international maritime operations, and destination marketing. She has sat on both sides of the table: as the government official managing public outreach for a $1.25 billion recovery program, as a VP navigating international shipping regulations, and as the person running marketing for a region of competing ski areas.<\/p>\n        <p>The Dunfey family name has carried weight in American public life for generations. Bob Dunfey Sr., Shannon&#8217;s grandfather, was the engine behind the family&#8217;s rise from a New Hampshire clam stand to the Omni Hotels group. The family also founded Global Citizens Circle in 1974, a nonprofit that has convened world leaders, activists, and communities across five decades around the most pressing issues of the day. That instinct, to do serious work without needing the spotlight, runs through this firm.<\/p>\n      <\/div>\n      <div class=\"about-divider\"><\/div>\n      <div class=\"about-sidebar\">\n        <div class=\"fact\">\n          <div class=\"fact-label\">Background<\/div>\n          <div class=\"fact-value\">Government &bull; Maritime &bull; Outdoor Economy<\/div>\n        <\/div>\n        <div class=\"fact\">\n          <div class=\"fact-label\">Geographic Scope<\/div>\n          <div class=\"fact-value\">National &amp; international clients<br>New England &amp; Atlantic home base<\/div>\n        <\/div>\n        <div class=\"fact\">\n          <div class=\"fact-label\">Engagement Options<\/div>\n          <div class=\"fact-value\">Monthly retainers &bull; Fixed-price projects<br>SAM.gov prime &amp; subcontracting<\/div>\n        <\/div>\n        <div class=\"fact\">\n          <div class=\"fact-label\">Contracting &amp; Registration<\/div>\n          <div class=\"fact-value\">SAM.gov Registered &bull; UEI: LYTJR3NACV66<br>UNGM Vendor ID: 1197689<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ENGAGEMENT MODEL -->\n<section class=\"model-wrap\" id=\"model\">\n  <div class=\"model-inner\">\n    <div class=\"model-head\">\n      <div>\n        <div class=\"section-label\">How We Work<\/div>\n        <h2>The Engagement Model<\/h2>\n      <\/div>\n    <\/div>\n    <div class=\"model-cols\">\n      <div class=\"model-col\">\n        <div class=\"model-col-num\">01<\/div>\n        <div class=\"model-col-title\">Direct-to-Senior Expertise<\/div>\n        <p class=\"model-col-desc\">You work directly with a senior strategist: not an account manager, not a junior writer. When situations get complicated, you reach the person who actually understands your industry and your problem.<\/p>\n      <\/div>\n      <div class=\"model-col\">\n        <div class=\"model-col-num\">02<\/div>\n        <div class=\"model-col-title\">Strategic Retainers<\/div>\n        <p class=\"model-col-desc\">We primarily operate on a monthly basis. Deep integration means frameworks your team can actually execute. Practical plans built for reality, not 50-page binders that sit on a shelf.<\/p>\n      <\/div>\n      <div class=\"model-col\">\n        <div class=\"model-col-num\">03<\/div>\n        <div class=\"model-col-title\">Fixed-Price Projects<\/div>\n        <p class=\"model-col-desc\">Select short-term engagements for organizations requiring focused strategic intervention. Many of our longest partnerships began with a single targeted project.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- INDUSTRIES -->\n<section class=\"industries-wrap\" id=\"industries\">\n  <div class=\"industries-head\">\n    <div class=\"section-label\">Industry Focus<\/div>\n    <h2>Where We Work<\/h2>\n  <\/div>\n  <div class=\"industries-cols\">\n    <div class=\"ind-col\">\n      <div class=\"ind-tag\">Maritime &amp; Energy<\/div>\n      <div class=\"ind-name\">Maritime &amp; Offshore Energy<\/div>\n      <p class=\"ind-desc\">International shipping, offshore wind supply chain, port authorities, and marine technology. Real operational background, not research.<\/p>\n    <\/div>\n    <div class=\"ind-col\">\n      <div class=\"ind-tag\">Government<\/div>\n      <div class=\"ind-name\">Government &amp; Public Affairs<\/div>\n      <p class=\"ind-desc\">Federal public affairs, government contracting, and community engagement. We know how government works because we were government.<\/p>\n    <\/div>\n    <div class=\"ind-col\">\n      <div class=\"ind-tag\">Outdoor Economy<\/div>\n      <div class=\"ind-name\">Ski Industry &amp; Outdoor Recreation<\/div>\n      <p class=\"ind-desc\">Ski resorts, B2B suppliers, lift and snowmaking manufacturers, and outdoor recreation businesses. SAM magazine contributor.<\/p>\n    <\/div>\n    <div class=\"ind-col\">\n      <div class=\"ind-tag\">Green Energy<\/div>\n      <div class=\"ind-name\">Green Energy &amp; Aquaculture<\/div>\n      <p class=\"ind-desc\">Offshore wind, solar, and aquaculture. Complex stakeholder environments, community outreach, and regulatory communications.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CTA BAND -->\n<div class=\"cta-band\">\n  <div class=\"cta-inner\">\n    <div class=\"cta-left\">\n      <h2 class=\"cta-heading\">Ready for <em>strategic clarity<\/em> on your problem?<\/h2>\n    <\/div>\n    <div class=\"cta-divider\"><\/div>\n    <div class=\"cta-right\">\n      <p class=\"cta-desc\">Most communications challenges aren&#8217;t actually communications problems. They&#8217;re strategy problems. Let&#8217;s figure out what yours is and what to do about it.<\/p>\n      <a href=\"mailto:info@dunfeygroup.com?subject=Expert%20Eyes%20on%20My%20Project\" class=\"btn btn-white\">Get Expert Eyes on Your Project<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- FOOTER -->\n<footer>\n  <div class=\"footer-top\">\n    <div>\n      <div class=\"footer-brand-logo\">\n        <svg width=\"32\" height=\"32\" viewBox=\"0 0 300 300\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0; border-radius:4px;\">\n          <rect width=\"300\" height=\"300\" fill=\"#111310\"\/>\n          <!-- Outer D shape -->\n          <path d=\"M70 70 L70 230 L155 230 C215 230 250 195 250 150 C250 105 215 70 155 70 Z\" fill=\"none\" stroke=\"white\" stroke-width=\"28\" stroke-linejoin=\"round\"\/>\n          <!-- Forward chevron marks (the >> shape in the logo) -->\n          <polyline points=\"85,150 125,105 125,195\" fill=\"none\" stroke=\"#999\" stroke-width=\"16\" stroke-linejoin=\"round\" opacity=\"0.75\"\/>\n          <polyline points=\"115,150 155,105 155,195\" fill=\"none\" stroke=\"#bbb\" stroke-width=\"16\" stroke-linejoin=\"round\" opacity=\"0.5\"\/>\n        <\/svg>\n        <span class=\"footer-wordmark\">Dunfey Group<\/span>\n      <\/div>\n      <p class=\"footer-tagline\">Strategic communications for high-stakes industries and complex problems. Serving clients globally.<\/p>\n    <\/div>\n    <div>\n      <div class=\"footer-col-title\">Navigation<\/div>\n      <ul class=\"footer-links\">\n        <li><a href=\"#services\">Services<\/a><\/li>\n        <li><a href=\"#about\">About<\/a><\/li>\n        <li><a href=\"#model\">How We Work<\/a><\/li>\n        <li><a href=\"#industries\">Industries<\/a><\/li>\n      <\/ul>\n    <\/div>\n    <div>\n      <div class=\"footer-col-title\">Contracting &amp; Registration<\/div>\n      <ul class=\"footer-links\">\n        <li><a href=\"https:\/\/sam.gov\" target=\"_blank\" rel=\"noopener\">SAM.gov Registered<\/a><\/li>\n        <li><a href=\"https:\/\/sam.gov\" target=\"_blank\" rel=\"noopener\">UEI: LYTJR3NACV66<\/a><\/li>\n        <li><a href=\"https:\/\/sam.gov\" target=\"_blank\" rel=\"noopener\">CAGE: 1A6T9<\/a><\/li>\n        <li><a href=\"https:\/\/www.ungm.org\" target=\"_blank\" rel=\"noopener\">UNGM Vendor ID: 1197689<\/a><\/li>\n      <\/ul>\n    <\/div>\n    <div>\n      <div class=\"footer-col-title\">Contact<\/div>\n      <a href=\"mailto:info@dunfeygroup.com\" class=\"footer-contact-email\">info@dunfeygroup.com<\/a>\n    <\/div>\n  <\/div>\n    <div class=\"footer-bottom\">\n    <div class=\"footer-legal\">&copy; 2026 Dunfey Group LLC. All rights reserved.<\/div>\n    <div class=\"footer-sam\">SAM.gov Registered Small Business &nbsp;&bull;&nbsp; UEI: LYTJR3NACV66 &nbsp;&bull;&nbsp; CAGE: 1A6T9<\/div>\n  <\/div>\n<\/footer>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Dunfey Group &mdash; Strategic Communications Dunfey Group Services About How We Work Industries Get Strategic Clarity Strategic Communications Communications forHigh-StakesIndustries. We provide strategic clarity for complex problems in maritime, energy, [&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-1149","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.dunfeygroup.com\/index.php\/wp-json\/wp\/v2\/pages\/1149","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dunfeygroup.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.dunfeygroup.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.dunfeygroup.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dunfeygroup.com\/index.php\/wp-json\/wp\/v2\/comments?post=1149"}],"version-history":[{"count":4,"href":"https:\/\/www.dunfeygroup.com\/index.php\/wp-json\/wp\/v2\/pages\/1149\/revisions"}],"predecessor-version":[{"id":1156,"href":"https:\/\/www.dunfeygroup.com\/index.php\/wp-json\/wp\/v2\/pages\/1149\/revisions\/1156"}],"wp:attachment":[{"href":"https:\/\/www.dunfeygroup.com\/index.php\/wp-json\/wp\/v2\/media?parent=1149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}