{"id":700,"date":"2026-07-20T17:03:59","date_gmt":"2026-07-20T16:03:59","guid":{"rendered":"https:\/\/sayhelloflourish.com\/?page_id=700"},"modified":"2026-07-20T17:04:01","modified_gmt":"2026-07-20T16:04:01","slug":"portfolio","status":"publish","type":"page","link":"https:\/\/sayhelloflourish.com\/index.php\/portfolio\/","title":{"rendered":"Portfolio"},"content":{"rendered":"\n<!-- Hello Flourish \u2014 SELECTED WORK (portfolio). Paste into a single WordPress Custom HTML block. -->\n<meta name=\"robots\" content=\"noindex, nofollow\">\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=Literata:ital,opsz,wght@0,7..72,400;0,7..72,500;0,7..72,600;1,7..72,400;1,7..72,500;1,7..72,600&#038;family=Mulish:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n\/* ============================================================\n   Hello Flourish \u2014 Portfolio. Same brand system as the homepage.\n   Scoped under .hf; safe to paste into a WordPress Custom HTML block.\n   ============================================================ *\/\nhtml { overflow-x: hidden; }\nbody { margin: 0; }\n\/* Hide the active theme's own header\/footer\/title on this page *\/\nheader, footer,\n.wp-block-template-part, .wp-block-post-title,\n.wp-block-site-title, .wp-block-site-logo, .wp-block-navigation,\n.site-header, .site-footer, #site-header, #site-footer,\n#header, #footer, #masthead, #colophon, #main-header, #main-footer,\n[class*=\"site-header\"], [class*=\"site-footer\"] { display: none !important; }\n\n.hf {\n  --bg: #FFFFFF;\n  --tint: #F6F3FC;\n  --ink: #2D2D2D;\n  --ink-soft: #58546A;\n  --purple: #775CA7;\n  --serenity: #617ED1;\n  --lilac: #A78EDD;\n  --sky: #99CCFF;\n  --melon: #FF6666;\n  --yellow: #FBE679;\n  --deep: #3A2E57;\n  --line: #E7E0F2;\n\n  background: var(--bg);\n  color: var(--ink);\n  font-family: 'Mulish', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n  font-size: 18px;\n  line-height: 1.66;\n  -webkit-font-smoothing: antialiased;\n  overflow-x: hidden;\n  width: 100vw;\n  max-width: 100vw;\n  margin-left: calc(50% - 50vw);\n  margin-right: calc(50% - 50vw);\n}\n.hf * { box-sizing: border-box; }\n.hf .wrap { max-width: 1000px; margin: 0 auto; padding: 0 28px; }\n.hf .narrow { max-width: 760px; }\n\n.hf h1, .hf h2, .hf h3, .hf .display {\n  font-family: 'Literata', Georgia, serif; font-weight: 600; line-height: 1.12;\n  letter-spacing: -0.01em; color: var(--ink); margin: 0;\n}\n.hf p { margin: 0 0 1.1em; }\n.hf a { color: inherit; }\n.hf .hl { background: linear-gradient(transparent 58%, #FBE679 58%); padding: 0 .06em; border-radius: 2px; }\n.hf h1 em, .hf h2 em { font-style: italic; font-weight: inherit; }\n\n.hf .eyebrow {\n  font-family: 'Mulish', sans-serif; font-size: 0.74rem; font-weight: 700;\n  letter-spacing: 0.2em; text-transform: uppercase; color: var(--purple); margin: 0 0 1.1em;\n}\n.hf .btn {\n  display: inline-block; font-family: 'Mulish', sans-serif; font-size: 0.95rem; font-weight: 700;\n  text-decoration: none; padding: 15px 30px; border-radius: 999px;\n  transition: transform .15s ease, background .2s ease;\n}\n.hf .btn-solid { background: var(--purple); color: #fff; box-shadow: 0 6px 18px rgba(119,92,167,.3); }\n.hf .btn-solid:hover { background: #664e93; transform: translateY(-2px); }\n.hf .btn-accent { background: var(--yellow); color: var(--ink); box-shadow: 0 6px 18px rgba(0,0,0,.14); }\n.hf .btn-accent:hover { background: #f6dd54; transform: translateY(-2px); }\n\n\/* top bar *\/\n.hf .topbar { display: flex; align-items: center; justify-content: space-between; padding: 26px 28px; max-width: 1000px; margin: 0 auto; }\n.hf .brand { font-family: 'Literata', serif; font-weight: 600; font-size: 1.34rem; text-decoration: none; color: var(--purple); }\n.hf .brand span { color: var(--serenity); }\n.hf .toplink { font-family: 'Mulish', sans-serif; font-size: 0.9rem; font-weight: 700; text-decoration: none; color: var(--ink); border-bottom: 2px solid var(--purple); padding-bottom: 2px; }\n\n\/* intro *\/\n.hf .intro { padding: 40px 0 40px; }\n.hf .intro h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); max-width: 15ch; }\n.hf .intro .lead { font-size: clamp(1.08rem, 2vw, 1.32rem); color: var(--ink-soft); max-width: 46ch; margin: 26px 0 0; line-height: 1.5; }\n\n\/* section rhythm *\/\n.hf section { padding: 30px 0; }\n\n\/* case studies *\/\n.hf .cases { padding-top: 20px; padding-bottom: 30px; }\n.hf .case {\n  display: grid; grid-template-columns: 240px 1fr; gap: 40px;\n  padding: 40px 0; border-top: 1px solid var(--line); align-items: start;\n}\n.hf .case:first-of-type { border-top: 2px solid var(--purple); }\n.hf .case .meta .tag {\n  display: inline-block; font-family: 'Mulish', sans-serif; font-size: 0.72rem; font-weight: 700;\n  letter-spacing: 0.14em; text-transform: uppercase; color: var(--purple);\n  background: var(--tint); padding: 6px 12px; border-radius: 999px; margin-bottom: 14px;\n}\n.hf .case .meta .client { font-family: 'Literata', serif; font-size: 1.05rem; color: var(--ink-soft); font-style: italic; }\n.hf .case .body h3 { font-size: clamp(1.35rem, 2.6vw, 1.85rem); margin-bottom: 14px; }\n.hf .case .body p { color: var(--ink-soft); font-size: 1.04rem; margin: 0 0 16px; }\n.hf .case .outcome {\n  font-family: 'Literata', serif; color: var(--ink); font-size: 1.06rem; font-weight: 500;\n  border-left: 3px solid var(--yellow); padding-left: 16px; margin: 0;\n}\n.hf .case .outcome strong { color: var(--purple); font-weight: 600; }\n\n\/* range band *\/\n.hf .range { background: linear-gradient(135deg, #7A5EAC 0%, #617ED1 100%); color: #F2EFFA; }\n.hf .range .eyebrow { color: var(--sky); }\n.hf .range h2 { color: #fff; font-size: clamp(1.6rem, 3.4vw, 2.3rem); max-width: 20ch; }\n.hf .range p { color: rgba(255,255,255,.9); font-size: 1.06rem; max-width: 60ch; }\n.hf .range .tools { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; }\n.hf .range .tools span { font-size: 0.85rem; font-weight: 600; color: #fff; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; padding: 6px 14px; }\n\n\/* gallery *\/\n.hf .gallery { background: var(--tint); }\n.hf .gallery h2 { font-size: clamp(1.6rem, 3.4vw, 2.2rem); margin-bottom: 8px; }\n.hf .gallery .sub { color: var(--ink-soft); margin-bottom: 30px; }\n.hf .gcat { margin-bottom: 34px; }\n.hf .gcat h3 { font-size: 1.15rem; color: var(--purple); margin-bottom: 6px; }\n.hf .gcat .gintro { color: var(--ink-soft); max-width: 62ch; margin: 0 0 24px; font-size: 1.02rem; line-height: 1.55; }\n.hf .gcat .gintro em { color: var(--purple); font-style: italic; font-size: 0.92em; }\n.hf .tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }\n.hf .tile {\n  aspect-ratio: 4\/3; border-radius: 8px; border: 1px dashed #C9BEE4;\n  background: linear-gradient(135deg, #EFEAF9, #E4EDFA);\n  display: flex; align-items: center; justify-content: center; text-align: center;\n  color: var(--purple); font-weight: 600; font-size: 0.9rem; padding: 16px;\n}\n.hf .tile.photo { aspect-ratio: auto; display: inline-block; width: 100%; padding: 0; border: 1px solid var(--line); background: #fff; overflow: hidden; border-radius: 8px; margin: 0 0 22px; vertical-align: top; break-inside: avoid; -webkit-column-break-inside: avoid; }\n.hf .tile.photo .frame { background: var(--tint); line-height: 0; }\n.hf .tile.photo .frame img { width: 100%; height: auto; display: block; cursor: zoom-in; }\n.hf .tile.photo .cap { font-family: 'Mulish', sans-serif; font-size: 0.86rem; color: var(--ink-soft); text-align: center; padding: 11px 12px 13px; font-weight: 600; margin: 0; }\n\/* natural-size masonry for real image galleries *\/\n.hf .gcat.photos .tiles { display: block; column-count: 2; column-gap: 22px; }\n\/* social posts are phone-sized \u2014 show them smaller, three across *\/\n.hf .gcat.photos.social .tiles { column-count: 3; column-gap: 16px; }\n.hf .gcat.photos.social .tile.photo { margin-bottom: 16px; }\n\/* newsletters \u2014 one labeled group per publication, shots sized by width for consistency *\/\n.hf .nlgroup { display: block; }\n.hf .nl { margin-bottom: 34px; }\n.hf .nl:last-child { margin-bottom: 0; }\n.hf .nl h4 { font-family: 'Mulish', sans-serif; font-size: 0.8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--purple); margin: 0 0 12px; }\n.hf .nl h4 .note { color: var(--ink-soft); font-weight: 600; letter-spacing: .04em; text-transform: none; }\n.hf .nl .strip { display: flex; flex-wrap: wrap; gap: 14px; align-items: flex-start; }\n.hf .nl .shot { width: calc(50% - 7px); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: var(--tint); cursor: zoom-in; display: block; margin: 0; }\n.hf .nl .shot img { width: 100%; height: auto; display: block; }\n.hf .nl .strip video.nl-video { width: calc(50% - 7px); height: auto; display: block; border: 1px solid var(--line); border-radius: 6px; background: #000; }\n\/* lightbox *\/\n.hf .lightbox { position: fixed; inset: 0; background: rgba(28,22,46,.93); display: none; align-items: center; justify-content: center; z-index: 99999; padding: 34px; }\n.hf .lightbox.open { display: flex; }\n.hf .lightbox img { max-width: 92vw; max-height: 86vh; object-fit: contain; border-radius: 6px; box-shadow: 0 24px 70px rgba(0,0,0,.55); }\n.hf .lightbox .lb-close { position: absolute; top: 18px; right: 26px; color: #fff; font-size: 40px; line-height: 1; cursor: pointer; background: none; border: none; font-family: 'Mulish', sans-serif; }\n.hf .lightbox .lb-cap { position: absolute; bottom: 22px; left: 0; right: 0; text-align: center; color: rgba(255,255,255,.85); font-family: 'Mulish', sans-serif; font-size: 0.92rem; letter-spacing: .02em; }\n\n\/* CTA *\/\n.hf .cta { text-align: center; padding: 70px 0; }\n.hf .cta h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); max-width: 18ch; margin: 0 auto 22px; }\n.hf .cta p { color: var(--ink-soft); max-width: 40ch; margin: 0 auto 30px; font-size: 1.08rem; }\n\n\/* footer *\/\n.hf .foot { background: var(--deep); color: rgba(255,255,255,.72); text-align: center; padding: 40px 0; }\n.hf .foot .brand { color: #fff; font-size: 1.1rem; }\n.hf .foot a { color: var(--sky); text-decoration: none; }\n.hf .foot .small { font-size: 0.85rem; margin-top: 8px; }\n\n@media (max-width: 760px) {\n  .hf .case { grid-template-columns: 1fr; gap: 16px; padding: 32px 0; }\n  .hf .tiles { grid-template-columns: 1fr 1fr; }\n  .hf .gcat.photos .tiles { column-count: 1; }\n  .hf .gcat.photos.social .tiles { column-count: 2; }\n  .hf .nl .shot, .hf .nl .strip video.nl-video { width: 100%; }\n}\n@media print {\n  .hf .topbar .toplink, .hf .cta .btn { display: none; }\n  .hf .case, .hf .gcat { break-inside: avoid; }\n  .hf section, .hf .range, .hf .gallery { padding: 24px 0; }\n}\n<\/style>\n<\/head>\n<body>\n<div class=\"hf\">\n\n  <!-- Header -->\n  <div class=\"hf-bar\">\n    <div class=\"topbar\">\n      <a href=\"#\" class=\"brand\">Hello&nbsp;<span>Flourish<\/span><\/a>\n      <a href=\"mailto:pam@sayhelloflourish.com?subject=Hello%20Flourish%20\u2014%20let's%20talk\" target=\"_blank\" rel=\"noopener\" class=\"toplink\">Email me<\/a>\n    <\/div>\n  <\/div>\n\n  <!-- Intro -->\n  <div class=\"intro\">\n    <div class=\"wrap\">\n      <p class=\"eyebrow\">Selected Work<\/p>\n      <h1>A look at the work behind <span class=\"hl\">Hello Flourish<\/span>.<\/h1>\n      <p class=\"lead\">A curated handful of projects \u2014 the systems, stories, and businesses I&#8217;ve helped build. Not everything, on purpose: just the work that best shows how I think and what I can do.<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- Case studies -->\n  <section class=\"cases\">\n    <div class=\"wrap\">\n\n      <div class=\"case\">\n        <div class=\"meta\">\n          <span class=\"tag\">Operations &amp; Systems<\/span>\n          <div class=\"client\">Align Brooklyn \u00b7 Co-founder<\/div>\n        <\/div>\n        <div class=\"body\">\n          <h3>A wellness studio built to scale without losing its soul.<\/h3>\n          <p>I co-founded and ran an award-winning boutique wellness studio. As we grew, the usual cracks appeared \u2014 inconsistent training, culture drift, staff burnout. I treated all three as systems problems: I built staff training and onboarding from the ground up, turned our values into an actual operating system, and designed the day-to-day workflows that let the studio run without me in every room.<\/p>\n          <p class=\"outcome\">Ranked in the <strong>top 1% of Black-owned businesses<\/strong> nationally and top 2% of women-owned. When the pandemic forced studios to close, the systems and community we&#8217;d built made it possible to <strong>sell 53 memberships in a single week<\/strong> and carry the business online.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"case\">\n        <div class=\"meta\">\n          <span class=\"tag\">Digital &amp; Content Systems<\/span>\n          <div class=\"client\">A long-running radio producer<\/div>\n        <\/div>\n        <div class=\"body\">\n          <h3>Bringing a lifetime of analogue work into the digital realm.<\/h3>\n          <p>A veteran radio producer had decades of broadcasts \u2014 roughly 600 episodes \u2014 and a devoted audience, but no real digital home. The archive was hard to search and easy to lose. I designed a searchable archive and a repeatable system to publish new shows and resurface old ones, so a lifetime of analogue work could live, and keep growing, online.<\/p>\n          <p class=\"outcome\">An enduring, searchable body of work now reaching a <strong>new audience<\/strong> \u2014 with a system simple enough to keep running week after week.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"case\">\n        <div class=\"meta\">\n          <span class=\"tag\">Community &amp; Audience<\/span>\n          <div class=\"client\">Wellness membership community<\/div>\n        <\/div>\n        <div class=\"body\">\n          <h3>From zero to a thriving community.<\/h3>\n          <p>Starting from nothing, I built and grew an engaged online community for a wellness brand \u2014 designing the content rhythms, the welcome experience, and the daily practices that turn a passive following into a place people actually show up and belong.<\/p>\n          <p class=\"outcome\">A community built <strong>from scratch into an active, self-sustaining space<\/strong> \u2014 the kind that keeps a business warm between launches.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"case\">\n        <div class=\"meta\">\n          <span class=\"tag\">Funnels &amp; Email \u00b7 Current<\/span>\n          <div class=\"client\">Independent art &amp; apparel collective<\/div>\n        <\/div>\n        <div class=\"body\">\n          <h3>A quiz-led funnel that still sounds like the brand.<\/h3>\n          <p>An independent art and apparel collective wanted to turn casual browsers into a real audience \u2014 without sounding like everyone else&#8217;s marketing. I&#8217;m building a quiz-led funnel that flows into a nurturing email sequence: a finite, well-scoped project designed to slot neatly alongside the work they&#8217;re already doing.<\/p>\n          <p class=\"outcome\"><strong>In progress<\/strong> \u2014 a repeatable path from first click to loyal customer, written in the brand&#8217;s own voice.<\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- Range band -->\n  <section class=\"range\">\n    <div class=\"wrap narrow\">\n      <p class=\"eyebrow\">The range<\/p>\n      <h2>Turning conviction into structure that lasts.<\/h2>\n      <p>Beyond the businesses I&#8217;ve helped build, I&#8217;ve designed organizing systems and led campaigns that grew from a single idea into national infrastructure. It&#8217;s the same muscle I bring to founders: taking something you believe in deeply and giving it the structure to endure. Day to day, my hands-on work spans newsletters and email, social media, print, membership and community building, pricing, positioning, and operations \u2014 across wellness practitioners, coaches, and mission-driven brands.<\/p>\n      <div class=\"tools\">\n        <span>Strategy &amp; operations<\/span><span>Newsletters &amp; email<\/span><span>Funnels<\/span><span>Social &amp; content<\/span><span>Community building<\/span><span>Systems &amp; SOPs<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Gallery -->\n  <section class=\"gallery\">\n    <div class=\"wrap\">\n      <p class=\"eyebrow\">Samples<\/p>\n      <h2>A little of the hands-on work.<\/h2>\n      <p class=\"sub\">A sampling across clients \u2014 print, social, and newsletters.<\/p>\n\n      <div class=\"gcat photos\">\n        <h3>Print<\/h3>\n        <p class=\"gintro\">Promotional flyers people could take with them to learn about the business, alongside the challenge campaigns we ran to keep members inspired and coming back \u2014 all for Align Brooklyn.<\/p>\n        <div class=\"tiles\">\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/JPG01-Front.jpg\" alt=\"Promotional card, front\" loading=\"lazy\"><\/div><figcaption class=\"cap\">Promo card 1 \u2014 front<\/figcaption><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/JPG01-Back.jpg\" alt=\"Promotional card, back\" loading=\"lazy\"><\/div><figcaption class=\"cap\">Promo card 1 \u2014 back<\/figcaption><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/print-ready-b-02-scaled.jpg\" alt=\"Bingo Challenge\" loading=\"lazy\"><\/div><figcaption class=\"cap\">Bingo Challenge<\/figcaption><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/JPG02-Front.jpg\" alt=\"Promotional card, front\" loading=\"lazy\"><\/div><figcaption class=\"cap\">Promo card 2 \u2014 front<\/figcaption><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/JPG02-Back.jpg\" alt=\"Promotional card, back\" loading=\"lazy\"><\/div><figcaption class=\"cap\">Promo card 2 \u2014 back<\/figcaption><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/ALI_Calendar_85x11-v3-BLEED.png\" alt=\"Challenge Calendar\" loading=\"lazy\"><\/div><figcaption class=\"cap\">Challenge Calendar<\/figcaption><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/ALI_Hoodie-Calendar-11x17-R1v2-ForPrinter.png\" alt=\"Challenge Calendar 2\" loading=\"lazy\"><\/div><figcaption class=\"cap\">Challenge Calendar 2<\/figcaption><\/figure>\n        <\/div>\n      <\/div>\n\n      <div class=\"gcat photos social\">\n        <h3>Social media<\/h3>\n        <p class=\"gintro\">A mix of work for Dr. Brown&#8217;s personal brand and Align Brooklyn \u2014 aesthetic, cohesive grids built on eye-catching imagery, professional photo shoots, and educational reels.<\/p>\n        <div class=\"tiles\">\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Hello-Flourish-portfolio-samples-Align.png\" alt=\"Align social media samples\" loading=\"lazy\"><\/div><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Hello-Flourish-portfolio-samples-Dr.-Brown-1.png\" alt=\"Dr. Brown social media samples\" loading=\"lazy\"><\/div><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/IMG_B7DF79D389D3-1-scaled.jpeg\" alt=\"Social media sample\" loading=\"lazy\"><\/div><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/IMG_1AFA9A47C8AF-1-scaled.jpeg\" alt=\"Social media sample\" loading=\"lazy\"><\/div><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/IMG_063F922AFD4C-1-scaled.jpeg\" alt=\"Social media sample\" loading=\"lazy\"><\/div><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/IMG_E51C468F059D-1-scaled.jpeg\" alt=\"Social media sample\" loading=\"lazy\"><\/div><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/IMG_C13D47BEFF98-2-scaled.jpeg\" alt=\"Social media sample\" loading=\"lazy\"><\/div><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/IMG_3A24C154380D-1-scaled.jpeg\" alt=\"Social media sample\" loading=\"lazy\"><\/div><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/IMG_49F905DD2B83-1-scaled.jpeg\" alt=\"Social media sample\" loading=\"lazy\"><\/div><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/IMG_EF7B0E90ECE7-1-scaled.jpeg\" alt=\"Social media sample\" loading=\"lazy\"><\/div><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/IMG_920F4D84305E-1-scaled.jpeg\" alt=\"Social media sample\" loading=\"lazy\"><\/div><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/IMG_2010AF01C7E1-1-scaled.jpeg\" alt=\"Social media sample\" loading=\"lazy\"><\/div><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/IMG_1240C91DE049-1-scaled.jpeg\" alt=\"Social media sample\" loading=\"lazy\"><\/div><\/figure>\n          <figure class=\"tile photo\"><div class=\"frame\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/IMG_B70EEA8530AB-1-1-scaled.jpeg\" alt=\"Social media sample\" loading=\"lazy\"><\/div><\/figure>\n        <\/div>\n      <\/div>\n\n      <div class=\"gcat\">\n        <h3>Newsletters &amp; email<\/h3>\n        <p class=\"gintro\">Email work for Dr. Brown that blends education and sales in a distinctive, visually rich aesthetic \u2014 from cooking videos to curated resource lists, community highlights, and more.<\/p>\n        <div class=\"nlgroup\">\n\n          <div class=\"nl big\"><h4>Supplement in Focus <span class=\"note\">\u00b7 three editions<\/span><\/h4><div class=\"strip\">\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-2.29.15-PM.png\" alt=\"Supplement in Focus\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-2.32.18-PM.png\" alt=\"Supplement in Focus\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-2.34.32-PM.png\" alt=\"Supplement in Focus\" loading=\"lazy\"><\/figure>\n          <\/div><\/div>\n\n          <div class=\"nl big\"><h4>Top 5 Resource List<\/h4><div class=\"strip\">\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-2.45.20-PM.png\" alt=\"Top 5 Resource List\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-2.45.36-PM.png\" alt=\"Top 5 Resource List\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-2.45.49-PM.png\" alt=\"Top 5 Resource List\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-2.46.00-PM.png\" alt=\"Top 5 Resource List\" loading=\"lazy\"><\/figure>\n          <\/div><\/div>\n\n          <div class=\"nl big\"><h4>Top 5 Resource List <span class=\"note\">\u00b7 #2<\/span><\/h4><div class=\"strip\">\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-2.48.44-PM.png\" alt=\"Top 5 Resource List\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-2.49.44-PM.png\" alt=\"Top 5 Resource List\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-2.49.55-PM.png\" alt=\"Top 5 Resource List\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-2.50.07-PM.png\" alt=\"Top 5 Resource List\" loading=\"lazy\"><\/figure>\n          <\/div><\/div>\n\n          <div class=\"nl\"><h4>Weekly Newsletter<\/h4><div class=\"strip\">\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-3.11.41-PM.png\" alt=\"Weekly Newsletter\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-3.11.56-PM.png\" alt=\"Weekly Newsletter\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-3.12.11-PM.png\" alt=\"Weekly Newsletter\" loading=\"lazy\"><\/figure>\n          <\/div><\/div>\n\n          <div class=\"nl\"><h4>Weekly Newsletter <span class=\"note\">\u00b7 #2<\/span><\/h4><div class=\"strip\">\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-3.02.45-PM.png\" alt=\"Weekly Newsletter\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-3.03.02-PM.png\" alt=\"Weekly Newsletter\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-3.03.12-PM.png\" alt=\"Weekly Newsletter\" loading=\"lazy\"><\/figure>\n          <\/div><\/div>\n\n          <div class=\"nl\"><h4>Weekly Recipe<\/h4><div class=\"strip\">\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-4.10.48-PM.png\" alt=\"Weekly Recipe\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-4.11.07-PM.png\" alt=\"Weekly Recipe\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-4.11.40-PM.png\" alt=\"Weekly Recipe\" loading=\"lazy\"><\/figure>\n            <video class=\"nl-video\" controls playsinline preload=\"metadata\"><source src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Recipe-BBQ-Lentil-Mushroom-Burger.mp4\" type=\"video\/mp4\"><\/video>\n          <\/div><\/div>\n\n          <div class=\"nl\"><h4>Community Highlights<\/h4><div class=\"strip\">\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-3.33.54-PM.png\" alt=\"Community Highlights\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-3.34.10-PM.png\" alt=\"Community Highlights\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-3.34.20-PM.png\" alt=\"Community Highlights\" loading=\"lazy\"><\/figure>\n          <\/div><\/div>\n\n          <div class=\"nl\"><h4>Community Highlights <span class=\"note\">\u00b7 #2<\/span><\/h4><div class=\"strip\">\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-4.15.09-PM.png\" alt=\"Community Highlights\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-4.15.25-PM.png\" alt=\"Community Highlights\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-4.16.23-PM.png\" alt=\"Community Highlights\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-4.16.36-PM.png\" alt=\"Community Highlights\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-4.16.46-PM.png\" alt=\"Community Highlights\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-4.17.01-PM.png\" alt=\"Community Highlights\" loading=\"lazy\"><\/figure>\n            <figure class=\"shot\"><img decoding=\"async\" src=\"https:\/\/sayhelloflourish.com\/wp-content\/uploads\/2023\/12\/Screen-Shot-2023-12-15-at-4.17.10-PM.png\" alt=\"Community Highlights\" loading=\"lazy\"><\/figure>\n          <\/div><\/div>\n\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- CTA -->\n  <section class=\"cta\">\n    <div class=\"wrap narrow\">\n      <h2>Curious whether I can help with something like this?<\/h2>\n      <p>Tell me what you&#8217;re building. I offer a free 30-minute conversation \u2014 no pitch, just a real read on whether I can help.<\/p>\n      <a href=\"mailto:pam@sayhelloflourish.com?subject=Hello%20Flourish%20\u2014%20let's%20talk\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-solid\">Email me \u2192<\/a>\n    <\/div>\n  <\/section>\n\n  <!-- Footer -->\n  <div class=\"foot\">\n    <div class=\"wrap\">\n      <div class=\"brand\">Hello Flourish<\/div>\n      <div class=\"small\"><a href=\"mailto:pam@sayhelloflourish.com\" target=\"_blank\" rel=\"noopener\">pam@sayhelloflourish.com<\/a><\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"lightbox\" id=\"hf-lightbox\"><button class=\"lb-close\" aria-label=\"Close\">&times;<\/button><img decoding=\"async\" src=\"\" alt=\"\"><div class=\"lb-cap\"><\/div><\/div>\n<\/div>\n<script>\n(function(){\n  var lb=document.getElementById('hf-lightbox'); if(!lb) return;\n  var im=lb.querySelector('img'), cp=lb.querySelector('.lb-cap');\n  function open(s,a,c){ im.src=s; im.alt=a||''; cp.textContent=c||''; lb.classList.add('open'); document.body.style.overflow='hidden'; }\n  function close(){ lb.classList.remove('open'); im.src=''; document.body.style.overflow=''; }\n  document.querySelectorAll('.hf .tile.photo, .hf .nl .shot').forEach(function(t){\n    var i=t.querySelector('img'), c=t.querySelector('.cap');\n    if(!i) return;\n    t.addEventListener('click', function(){ open(i.currentSrc||i.src, i.alt, c?c.textContent:(i.alt||'')); });\n  });\n  lb.addEventListener('click', function(e){ if(e.target===lb||e.target.classList.contains('lb-close')) close(); });\n  document.addEventListener('keydown', function(e){ if(e.key==='Escape') close(); });\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Hello&nbsp;Flourish Email me Selected Work A look at the work behind Hello Flourish. A curated handful of projects \u2014 the systems, stories, and businesses I&#8217;ve helped build. Not everything, on purpose: just the work that best shows how I think and what I can do. Operations &amp; Systems Align Brooklyn \u00b7 Co-founder A wellness studio [&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-700","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/sayhelloflourish.com\/index.php\/wp-json\/wp\/v2\/pages\/700","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sayhelloflourish.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sayhelloflourish.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sayhelloflourish.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sayhelloflourish.com\/index.php\/wp-json\/wp\/v2\/comments?post=700"}],"version-history":[{"count":1,"href":"https:\/\/sayhelloflourish.com\/index.php\/wp-json\/wp\/v2\/pages\/700\/revisions"}],"predecessor-version":[{"id":701,"href":"https:\/\/sayhelloflourish.com\/index.php\/wp-json\/wp\/v2\/pages\/700\/revisions\/701"}],"wp:attachment":[{"href":"https:\/\/sayhelloflourish.com\/index.php\/wp-json\/wp\/v2\/media?parent=700"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}