{"id":553,"date":"2026-03-09T05:56:47","date_gmt":"2026-03-09T05:56:47","guid":{"rendered":"https:\/\/digitaldust.com.au\/?page_id=553"},"modified":"2026-03-20T08:07:27","modified_gmt":"2026-03-20T08:07:27","slug":"553-2","status":"publish","type":"page","link":"https:\/\/digitaldust.com.au\/","title":{"rendered":""},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;600&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n    :root {\n        --midnight-plum: #2D2444; \n        --royal-purple: #4B3F72; \n        --soft-lavender: #9D8DF1;\n        --charcoal: #1F2024;\n        --slate-grey: #5F6368;\n        --off-white: #F8F9FA;\n        --border-color: #E2E4E8;\n    }\n\n    .dd-advisory-wrapper {\n        font-family: 'Gilroy', 'Outfit', sans-serif;\n        color: var(--charcoal);\n        line-height: 1.6;\n        background-color: #fff;\n        overflow-x: hidden; \/* Prevent horizontal scroll on mobile *\/\n    }\n\n    .dd-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 5%; \/* Fluid padding for all screens *\/\n    }\n\n    \/* Hero Section *\/\n    .dd-hero {\n        padding: 80px 0 40px;\n        text-align: left;\n    }\n\n    .dd-hero h1 {\n        font-size: clamp(2.2rem, 8vw, 3.8rem); \/* Fluid typography *\/\n        font-weight: 600;\n        line-height: 1.1;\n        margin-bottom: 20px;\n        color: var(--midnight-plum);\n        letter-spacing: -0.03em;\n    }\n\n    .dd-hero h1 span { color: var(--royal-purple); }\n\n    .dd-hero p {\n        font-size: clamp(1.1rem, 4vw, 1.4rem);\n        color: var(--slate-grey);\n        max-width: 850px;\n        font-weight: 300;\n    }\n\n    \/* Pedigree Section *\/\n    .dd-pedigree {\n        background: var(--off-white);\n        padding: 40px;\n        border-radius: 4px;\n        margin-bottom: 60px;\n        display: flex;\n        flex-direction: column;\n        gap: 30px;\n    }\n\n    @media (min-width: 992px) {\n        .dd-pedigree {\n            display: grid;\n            grid-template-columns: 1fr 2fr;\n            padding: 60px;\n            gap: 60px;\n        }\n    }\n\n    .dd-pedigree-title {\n        font-size: 0.75rem;\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        color: var(--royal-purple);\n        font-weight: 600;\n        margin-bottom: 10px;\n        display: block;\n    }\n\n    .dd-pedigree h2 {\n        font-size: 1.6rem;\n        font-weight: 400;\n        line-height: 1.3;\n        color: var(--midnight-plum);\n    }\n\n    .dd-stats-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 25px;\n    }\n\n    @media (min-width: 600px) {\n        .dd-stats-grid { grid-template-columns: 1fr 1fr; }\n    }\n\n    .dd-stat-item {\n        border-left: 2px solid var(--soft-lavender);\n        padding-left: 15px;\n    }\n\n    .dd-stat-item strong {\n        display: block;\n        font-size: 1.05rem;\n        color: var(--midnight-plum);\n    }\n\n    .dd-stat-item span {\n        font-size: 0.9rem;\n        color: var(--slate-grey);\n    }\n\n    \/* Services Grid *\/\n    .dd-section-header {\n        text-align: center;\n        padding: 40px 0 20px;\n    }\n\n    .dd-section-header h2 {\n        font-size: clamp(1.8rem, 6vw, 2.5rem);\n        font-weight: 600;\n        color: var(--midnight-plum);\n    }\n\n    .dd-package-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 20px;\n        margin-bottom: 60px;\n    }\n\n    @media (min-width: 992px) {\n        .dd-package-grid { grid-template-columns: repeat(3, 1fr); gap: 25px; }\n    }\n\n    .dd-package-card {\n        padding: 40px 30px;\n        background: #fff;\n        border: 1px solid var(--border-color);\n        display: flex;\n        flex-direction: column;\n        transition: transform 0.3s ease;\n    }\n\n    .dd-card-tag {\n        font-size: 0.7rem;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        color: var(--royal-purple);\n        font-weight: 600;\n        margin-bottom: 10px;\n    }\n\n    .dd-package-card h3 {\n        font-size: 1.4rem;\n        margin-bottom: 15px;\n        color: var(--midnight-plum);\n    }\n\n    .dd-feature-list {\n        list-style: none;\n        padding: 20px 0 0 0;\n        margin: 20px 0;\n        border-top: 1px solid var(--border-color);\n    }\n\n    .dd-feature-list li {\n        margin-bottom: 8px;\n        font-size: 0.9rem;\n        display: flex;\n        color: var(--slate-grey);\n    }\n\n    .dd-feature-list li::before {\n        content: \"\u2192\";\n        margin-right: 8px;\n        color: var(--soft-lavender);\n    }\n\n    \/* Contact Section *\/\n    .dd-contact-block {\n        background: var(--off-white);\n        padding: 60px 5%;\n        text-align: center;\n        border-top: 1px solid var(--border-color);\n    }\n\n    .dd-contact-content h2 {\n        font-size: clamp(1.6rem, 6vw, 2.5rem);\n        color: var(--midnight-plum);\n        margin-bottom: 15px;\n    }\n\n    .dd-contact-content p {\n        font-size: 1.1rem;\n        color: var(--slate-grey);\n        margin-bottom: 30px;\n        font-weight: 300;\n    }\n\n    .dd-email-btn {\n        display: block; \/* Full width on mobile *\/\n        background: var(--midnight-plum);\n        color: #fff !important;\n        padding: 18px;\n        text-decoration: none;\n        font-weight: 600;\n        letter-spacing: 1px;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n    }\n\n    @media (min-width: 600px) {\n        .dd-email-btn { display: inline-block; padding: 20px 50px; }\n    }\n<\/style>\n\n<div class=\"dd-advisory-wrapper\">\n    <div class=\"dd-container\">\n        \n        <header class=\"dd-hero\">\n            <h1>Strategic marketing oversight for the <span>next stage of scale.<\/span><\/h1>\n            <p>Your team is busy. But is your brand actually growing? I provide senior leadership and objective data to eCommerce brands navigating the $1M\u2013$50M gap. I use a proprietary AI intelligence stack to find the truth in your data and turn it into a clear, jargon-free roadmap.<\/p>\n        <\/header>\n\n        <section class=\"dd-pedigree\">\n            <div>\n                <span class=\"dd-pedigree-title\">The Pedigree<\/span>\n                <h2>15 years of global marketing &#038; founder experience.<\/h2>\n            <\/div>\n            <div class=\"dd-stats-grid\">\n                <div class=\"dd-stat-item\">\n                    <strong>Global Pedigree<\/strong>\n                    <span>adidas Global Marketing (HQ Germany) &#038; Australia Post Advisory Board.<\/span>\n                <\/div>\n                <div class=\"dd-stat-item\">\n                    <strong>Founder Exit<\/strong>\n                    <span>Built, scaled, and sold a multi-million dollar e-commerce business.<\/span>\n                <\/div>\n                <div class=\"dd-stat-item\">\n                    <strong>Consultancy<\/strong>\n                    <span>Advising Mercedes, BOUNCE Inc, Hawke Workwear &#038; Tamborine Boutique Hotel.<\/span>\n                <\/div>\n                <div class=\"dd-stat-item\">\n                    <strong>Industry Impact<\/strong>\n                    <span>Growth Coach at SHE-com \u2014 the world&#8217;s fastest growing women\u2019s e-com network.<\/span>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"dd-section-header\">\n            <h2>Advisory Partnerships<\/h2>\n        <\/div>\n\n        <div class=\"dd-package-grid\">\n            <div class=\"dd-package-card\">\n                <span class=\"dd-card-tag\">Tier 01: Intelligence<\/span>\n                <h3>The Pulse<\/h3>\n                <p>Establishing total visibility through proprietary data foundation and monthly strategy.<\/p>\n                <ul class=\"dd-feature-list\">\n                    <li>Monthly Deep-Dive Strategy<\/li>\n                    <li>Weekly Dashboard Oversight<\/li>\n                    <li>Founder Strategic Support<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"dd-package-card\">\n                <span class=\"dd-card-tag\">Tier 02: Performance<\/span>\n                <h3>The Momentum<\/h3>\n                <p>Direct team mentorship to ensure staff executes at a global standard of excellence.<\/p>\n                <ul class=\"dd-feature-list\">\n                    <li>Fortnightly Team Mentorship<\/li>\n                    <li>Agency Performance Audits<\/li>\n                    <li>Execution Guardrails<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"dd-package-card\" style=\"border-top: 4px solid var(--midnight-plum);\">\n                <span class=\"dd-card-tag\">Tier 03: Leadership<\/span>\n                <h3>The Integrated Advisor<\/h3>\n                <p>Full fractional leadership managing vendors, agencies, and high-stakes growth ops.<\/p>\n                <ul class=\"dd-feature-list\">\n                    <li>Fractional CMO Leadership<\/li>\n                    <li>Full Agency Management<\/li>\n                    <li>Quarterly Growth Planning<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <section class=\"dd-contact-block\" id=\"contact\">\n        <div class=\"dd-contact-content\">\n            <h2>Start with a Strategic Review<\/h2>\n            <p>Get a 30-day Diagnostic Audit to build your roadmap.<\/p>\n            <a href=\"mailto:rebecca@digitaldust.com.au?subject=Advisory Inquiry\" class=\"dd-email-btn\">Inquire via Email<\/a>\n            <div style=\"margin-top:20px; font-size:0.8rem; color:#999;\">rebecca@digitaldust.com.au<\/div>\n        <\/div>\n    <\/section>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Strategic marketing oversight for the next stage of scale. Your team is busy. But is your brand actually growing? I provide senior leadership and objective data to eCommerce brands navigating&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-553","page","type-page","status-publish","hentry"],"featured_image_urls_v2":{"full":"","thumbnail":"","medium":"","medium_large":"","large":"","1536x1536":"","2048x2048":"","portfolio-thumb":"","portfolio-thumb_small":"","portfolio-widget":"","nectar_small_square":"","wide":"","wide_small":"","regular":"","regular_small":"","tall":"","wide_tall":"","wide_photography":"","large_featured":"","medium_featured":""},"post_excerpt_stackable_v2":"<p>Strategic marketing oversight for the next stage of scale. Your team is busy. But is your brand actually growing? I provide senior leadership and objective data to eCommerce brands navigating the $1M\u2013$50M gap. I use a proprietary AI intelligence stack to find the truth in your data and turn it into a clear, jargon-free roadmap. The Pedigree 15 years of global marketing &#038; founder experience. Global Pedigree adidas Global Marketing (HQ Germany) &#038; Australia Post Advisory Board. Founder Exit Built, scaled, and sold a multi-million dollar e-commerce business. Consultancy Advising Mercedes, BOUNCE Inc, Hawke Workwear &#038; Tamborine Boutique Hotel. Industry&hellip;<\/p>\n","category_list_v2":"","author_info_v2":{"name":"digitaldust","url":"https:\/\/digitaldust.com.au\/?author=1"},"comments_num_v2":"0 comments","uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"portfolio-thumb":false,"portfolio-thumb_small":false,"portfolio-widget":false,"nectar_small_square":false,"wide":false,"wide_small":false,"regular":false,"regular_small":false,"tall":false,"wide_tall":false,"wide_photography":false,"large_featured":false,"medium_featured":false},"uagb_author_info":{"display_name":"digitaldust","author_link":"https:\/\/digitaldust.com.au\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"Strategic marketing oversight for the next stage of scale. Your team is busy. But is your brand actually growing? I provide senior leadership and objective data to eCommerce brands navigating...","_links":{"self":[{"href":"https:\/\/digitaldust.com.au\/index.php?rest_route=\/wp\/v2\/pages\/553","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digitaldust.com.au\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/digitaldust.com.au\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/digitaldust.com.au\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/digitaldust.com.au\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=553"}],"version-history":[{"count":5,"href":"https:\/\/digitaldust.com.au\/index.php?rest_route=\/wp\/v2\/pages\/553\/revisions"}],"predecessor-version":[{"id":563,"href":"https:\/\/digitaldust.com.au\/index.php?rest_route=\/wp\/v2\/pages\/553\/revisions\/563"}],"wp:attachment":[{"href":"https:\/\/digitaldust.com.au\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=553"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}