{"id":13,"date":"2026-05-13T16:56:38","date_gmt":"2026-05-13T16:56:38","guid":{"rendered":"https:\/\/catwalkmarketing.kinsta.cloud\/?page_id=13"},"modified":"2026-05-13T17:57:35","modified_gmt":"2026-05-13T17:57:35","slug":"home","status":"publish","type":"page","link":"https:\/\/catwalkmarketing.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!-- \n=================================================================\n  CATWALK MARKETING - HOMEPAGE (with photo)\n  Paste into a Custom HTML block in WordPress.\n  Set page template to Full Width.\n  Update photo URL when domain goes live:\n  catwalkmarketing.kinsta.cloud \u2192 catwalkmarketing.com\n=================================================================\n-->\n\n<style>\n  .cw-page * { box-sizing: border-box; margin: 0; padding: 0; }\n  .cw-page {\n    --black:    #0D0D0B;\n    --charcoal: #1C1C1A;\n    --stone:    #5A5A56;\n    --lgray:    #C8C4BC;\n    --white:    #FFFFFF;\n    --cream:    #F6F3EE;\n    --wstone:   #E8E4DC;\n    --gold:     #C8A052;\n    --gold-d:   #B8883C;\n    --forest:   #0F3D2A;\n    font-family: 'DM Sans', sans-serif;\n    color: var(--charcoal);\n  }\n\n  \/* NAV *\/\n  .cw-nav {\n    background: var(--black);\n    padding: 0 48px;\n    height: 72px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    border-bottom: 1px solid rgba(200,160,82,0.15);\n    position: sticky;\n    top: 0;\n    z-index: 100;\n  }\n  .cw-nav-brand {\n    text-decoration: none;\n    display: flex;\n    align-items: center;\n  }\n  .cw-nav-cta {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--gold);\n    text-decoration: none;\n    padding: 9px 20px;\n    border: 1px solid rgba(200,160,82,0.4);\n    transition: all 0.2s;\n  }\n  .cw-nav-cta:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }\n\n  \/* HERO *\/\n  .cw-hero {\n    background: var(--black);\n    padding: 120px 48px 100px;\n    text-align: center;\n    position: relative;\n  }\n  .cw-hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n  }\n  .cw-hero-eyebrow {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 32px;\n  }\n  .cw-hero-headline {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(48px, 7vw, 96px);\n    font-weight: 400;\n    line-height: 0.95;\n    color: var(--white);\n    letter-spacing: -0.02em;\n    max-width: 900px;\n    margin: 0 auto 48px;\n  }\n  .cw-hero-sub {\n    font-size: 15px;\n    color: rgba(255,255,255,0.4);\n    max-width: 480px;\n    margin: 0 auto;\n    line-height: 1.7;\n  }\n\n  \/* MIRRORS *\/\n  .cw-mirrors {\n    background: var(--black);\n    padding: 0 48px 100px;\n  }\n  .cw-mirrors-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 2px;\n  }\n  .cw-mirror {\n    background: #111110;\n    padding: 52px 48px;\n    border: 1px solid rgba(255,255,255,0.06);\n    transition: border-color 0.3s;\n  }\n  .cw-mirror:hover { border-color: rgba(200,160,82,0.3); }\n  .cw-mirror-label {\n    font-size: 9.5px;\n    font-weight: 700;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 20px;\n  }\n  .cw-mirror-quote {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 24px;\n    font-weight: 400;\n    font-style: italic;\n    color: rgba(255,255,255,0.75);\n    line-height: 1.4;\n    margin-bottom: 36px;\n  }\n  .cw-mirror-cta {\n    display: inline-block;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--black);\n    background: var(--gold);\n    padding: 12px 24px;\n    text-decoration: none;\n    transition: background 0.2s;\n  }\n  .cw-mirror-cta:hover { background: var(--gold-d); }\n\n  \/* CREDIBILITY *\/\n  .cw-cred {\n    background: var(--cream);\n    padding: 100px 48px;\n  }\n  .cw-cred-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n  .cw-section-eyebrow {\n    font-size: 9.5px;\n    font-weight: 700;\n    letter-spacing: 0.24em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 16px;\n    display: block;\n  }\n  .cw-section-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(32px, 4vw, 48px);\n    font-weight: 400;\n    color: var(--black);\n    line-height: 1.1;\n    letter-spacing: -0.01em;\n    margin-bottom: 20px;\n    max-width: 720px;\n  }\n  .cw-section-body {\n    font-size: 16px;\n    color: var(--charcoal);\n    line-height: 1.75;\n    margin-bottom: 16px;\n    max-width: 720px;\n  }\n  .cw-divider {\n    width: 48px;\n    height: 2px;\n    background: var(--gold);\n    margin: 56px 0;\n  }\n\n  \/* PATHS *\/\n  .cw-paths {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n    margin: 48px 0 0;\n  }\n  .cw-path-card {\n    background: var(--white);\n    border: 1px solid var(--wstone);\n    border-top: 3px solid var(--gold);\n    padding: 36px 32px;\n  }\n  .cw-path-label {\n    font-size: 9.5px;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 12px;\n    display: block;\n  }\n  .cw-path-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 26px;\n    font-weight: 400;\n    color: var(--black);\n    margin-bottom: 12px;\n    line-height: 1.2;\n  }\n  .cw-path-body {\n    font-size: 14px;\n    color: var(--stone);\n    line-height: 1.65;\n    margin-bottom: 24px;\n  }\n  .cw-path-link {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--black);\n    text-decoration: none;\n    border-bottom: 1px solid var(--gold);\n    padding-bottom: 2px;\n    transition: color 0.2s;\n  }\n  .cw-path-link:hover { color: var(--gold); }\n\n  \/* VANESSA SECTION *\/\n  .cw-vanessa {\n    background: var(--white);\n    padding: 100px 48px;\n    border-top: 1px solid var(--wstone);\n  }\n  .cw-vanessa-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 420px 1fr;\n    gap: 80px;\n    align-items: center;\n  }\n  .cw-vanessa-photo-wrap {\n    position: relative;\n  }\n  .cw-vanessa-photo {\n    width: 100%;\n    aspect-ratio: 3\/4;\n    object-fit: cover;\n    object-position: top center;\n    display: block;\n    filter: grayscale(15%);\n  }\n  .cw-vanessa-photo-accent {\n    position: absolute;\n    bottom: -16px;\n    right: -16px;\n    width: 80px;\n    height: 80px;\n    background: var(--gold);\n    z-index: -1;\n  }\n  .cw-vanessa-content {}\n  .cw-vanessa-name {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 48px;\n    font-weight: 400;\n    color: var(--black);\n    line-height: 1;\n    margin-bottom: 4px;\n    letter-spacing: -0.01em;\n  }\n  .cw-vanessa-title {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 32px;\n  }\n  .cw-vanessa-body {\n    font-size: 16px;\n    color: var(--charcoal);\n    line-height: 1.75;\n    margin-bottom: 16px;\n  }\n  .cw-vanessa-quote {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-style: italic;\n    color: var(--stone);\n    line-height: 1.5;\n    border-left: 2px solid var(--gold);\n    padding-left: 24px;\n    margin-top: 32px;\n  }\n\n  \/* BASELINE CTA *\/\n  .cw-baseline {\n    background: var(--black);\n    padding: 80px 48px;\n    text-align: center;\n  }\n  .cw-baseline-inner { max-width: 640px; margin: 0 auto; }\n  .cw-baseline-eyebrow {\n    font-size: 9.5px;\n    font-weight: 700;\n    letter-spacing: 0.24em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 24px;\n    display: block;\n  }\n  .cw-baseline-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(32px, 4vw, 52px);\n    font-weight: 400;\n    color: var(--white);\n    line-height: 1.05;\n    margin-bottom: 20px;\n  }\n  .cw-baseline-body {\n    font-size: 15px;\n    color: rgba(255,255,255,0.5);\n    line-height: 1.7;\n    margin-bottom: 40px;\n  }\n  .cw-btn-gold {\n    display: inline-block;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--black);\n    background: var(--gold);\n    padding: 16px 36px;\n    text-decoration: none;\n    transition: background 0.2s;\n  }\n  .cw-btn-gold:hover { background: var(--gold-d); }\n  .cw-baseline-sub {\n    margin-top: 20px;\n    font-size: 13px;\n    color: rgba(255,255,255,0.25);\n  }\n  .cw-baseline-sub a { color: rgba(200,160,82,0.6); text-decoration: none; }\n  .cw-baseline-sub a:hover { color: var(--gold); }\n\n  \/* CLOSING *\/\n  .cw-closing {\n    background: var(--white);\n    padding: 100px 48px;\n    text-align: center;\n    border-top: 1px solid var(--wstone);\n  }\n  .cw-closing-line {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(36px, 5vw, 72px);\n    font-weight: 400;\n    color: var(--black);\n    letter-spacing: -0.02em;\n    line-height: 1;\n  }\n\n  \/* FOOTER *\/\n  .cw-footer {\n    background: var(--black);\n    padding: 40px 48px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    border-top: 1px solid rgba(200,160,82,0.15);\n  }\n  .cw-footer-brand {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 18px;\n    color: rgba(255,255,255,0.3);\n    text-decoration: none;\n  }\n  .cw-footer-brand em { color: rgba(200,160,82,0.4); font-style: italic; }\n  .cw-footer-links { display: flex; gap: 32px; }\n  .cw-footer-links a {\n    font-size: 11px;\n    color: rgba(255,255,255,0.2);\n    text-decoration: none;\n    letter-spacing: 0.08em;\n    transition: color 0.2s;\n  }\n  .cw-footer-links a:hover { color: rgba(255,255,255,0.5); }\n  .cw-footer-copy { font-size: 11px; color: rgba(255,255,255,0.15); }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 900px) {\n    .cw-vanessa-inner { grid-template-columns: 1fr; gap: 48px; }\n    .cw-vanessa-photo { aspect-ratio: 4\/5; }\n  }\n  @media (max-width: 768px) {\n    .cw-nav { padding: 0 24px; }\n    .cw-hero { padding: 80px 24px 72px; }\n    .cw-mirrors { padding: 0 24px 72px; }\n    .cw-mirrors-inner { grid-template-columns: 1fr; }\n    .cw-cred, .cw-vanessa, .cw-baseline, .cw-closing { padding: 64px 24px; }\n    .cw-paths { grid-template-columns: 1fr; }\n    .cw-footer { flex-direction: column; gap: 20px; text-align: center; padding: 32px 24px; }\n    .cw-footer-links { flex-direction: column; gap: 12px; align-items: center; }\n  }\n<\/style>\n\n<div class=\"cw-page\">\n\n  <!-- NAV -->\n  <nav class=\"cw-nav\">\n    <a href=\"\/\" class=\"cw-nav-brand\"><img decoding=\"async\" src=\"https:\/\/catwalkmarketing.com\/wp-content\/uploads\/2026\/05\/Official-Catwalk-Logo-White-Font.png\" alt=\"Catwalk Marketing\" style=\"height:52px;width:auto;display:block;\" \/><\/a>\n    <a href=\"https:\/\/theinbrandtheory.com\/login\" class=\"cw-nav-cta\">Client Login<\/a>\n  <\/nav>\n\n  <!-- HERO -->\n  <section class=\"cw-hero\">\n    <p class=\"cw-hero-eyebrow\">Catwalk Marketing<\/p>\n    <h1 class=\"cw-hero-headline\">The marketing agency before the marketing agency.<\/h1>\n    <p class=\"cw-hero-sub\">Before you hire another marketer, run another campaign, or invest in another agency &#8211; find out what is actually wrong.<\/p>\n  <\/section>\n\n  <!-- MIRRORS -->\n  <section class=\"cw-mirrors\">\n    <div class=\"cw-mirrors-inner\">\n      <div class=\"cw-mirror\">\n        <p class=\"cw-mirror-label\">Audit Path<\/p>\n        <p class=\"cw-mirror-quote\">&#8220;You know your marketing is the problem. You just don&#8217;t know exactly where it&#8217;s bleeding.&#8221;<\/p>\n        <a href=\"\/audit\" class=\"cw-mirror-cta\">Find out where it&#8217;s bleeding<\/a>\n      <\/div>\n      <div class=\"cw-mirror\">\n        <p class=\"cw-mirror-label\">InBrand Path<\/p>\n        <p class=\"cw-mirror-quote\">&#8220;Your marketing looks fine on paper. But nothing you do seems to move the needle.&#8221;<\/p>\n        <a href=\"\/inbrand\" class=\"cw-mirror-cta\">Find out what the needle is stuck on<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CREDIBILITY -->\n  <section class=\"cw-cred\">\n    <div class=\"cw-cred-inner\">\n      <span class=\"cw-section-eyebrow\">Who We Are<\/span>\n      <h2 class=\"cw-section-title\">A diagnostic marketing consultancy.<\/h2>\n      <p class=\"cw-section-body\">Catwalk Marketing works with CEOs and business owners who know something is wrong with their marketing but cannot name it precisely enough to fix it. Before we recommend anything, we find out what is actually broken.<\/p>\n\n      <div class=\"cw-divider\"><\/div>\n\n      <span class=\"cw-section-eyebrow\">Why Diagnostic First<\/span>\n      <h2 class=\"cw-section-title\">Most marketing problems are not marketing problems.<\/h2>\n      <p class=\"cw-section-body\">They are either an execution problem &#8211; the wrong channels, unclear messaging, wasted spend &#8211; or a structural organizational problem that marketing cannot fix regardless of how well it is executed. These two problems require different solutions. Applying the wrong solution costs more time and money than the original problem. We find out which one you have before recommending anything.<\/p>\n\n      <div class=\"cw-divider\"><\/div>\n\n      <span class=\"cw-section-eyebrow\">Two Paths<\/span>\n      <h2 class=\"cw-section-title\">The right diagnosis leads to the right solution.<\/h2>\n      <p class=\"cw-section-body\">Not sure which fits? The Free IBI Baseline takes 10 minutes and tells you exactly where to start.<\/p>\n\n      <div class=\"cw-paths\">\n        <div class=\"cw-path-card\">\n          <span class=\"cw-path-label\">Path One<\/span>\n          <h3 class=\"cw-path-title\">The Catwalk Marketing Audit<\/h3>\n          <p class=\"cw-path-body\">A structured examination of your full marketing infrastructure across seven domains. Written findings report, priority-ranked, with specific revenue impact assessments.<\/p>\n          <a href=\"\/audit\" class=\"cw-path-link\">Learn more<\/a>\n        <\/div>\n        <div class=\"cw-path-card\">\n          <span class=\"cw-path-label\">Path Two<\/span>\n          <h3 class=\"cw-path-title\">InBrand Theory\u2122<\/h3>\n          <p class=\"cw-path-body\">A structured organizational health diagnostic that identifies the specific conditions preventing your marketing from working regardless of what you spend on it.<\/p>\n          <a href=\"\/inbrand\" class=\"cw-path-link\">Learn more<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- VANESSA -->\n  <section class=\"cw-vanessa\">\n    <div class=\"cw-vanessa-inner\">\n      <div class=\"cw-vanessa-photo-wrap\">\n        <img decoding=\"async\"\n          src=\"https:\/\/catwalkmarketing.com\/wp-content\/uploads\/2026\/05\/2B663796-9317-4D79-90A7-807DB905CAB0.jpg\"\n          alt=\"Vanessa Smith, Founder of Catwalk Marketing\"\n          class=\"cw-vanessa-photo\"\n        \/>\n        <div class=\"cw-vanessa-photo-accent\"><\/div>\n      <\/div>\n      <div class=\"cw-vanessa-content\">\n        <h2 class=\"cw-vanessa-name\">Vanessa Smith<\/h2>\n        <p class=\"cw-vanessa-title\">Founder, Catwalk Marketing<\/p>\n        <p class=\"cw-vanessa-body\">I built Catwalk Marketing because I kept watching businesses spend money on marketing that was never going to work &#8211; not because the marketing was bad, but because the thing underneath it was broken.<\/p>\n        <p class=\"cw-vanessa-body\">The audit finds the execution problems. InBrand Theory finds the structural ones. Both start with a diagnosis, not a pitch.<\/p>\n        <p class=\"cw-vanessa-quote\">&#8220;Before I tell you what to fix, I need to know what is actually wrong.&#8221;<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- BASELINE CTA -->\n  <section class=\"cw-baseline\">\n    <div class=\"cw-baseline-inner\">\n      <span class=\"cw-baseline-eyebrow\">Not sure where to start<\/span>\n      <h2 class=\"cw-baseline-title\">Take the Free IBI Baseline.<\/h2>\n      <p class=\"cw-baseline-body\">Ten minutes. Scored results delivered immediately. No sales call required. It will tell you which path is right for your situation.<\/p>\n      <a href=\"https:\/\/theinbrandtheory.com\/free-ibi\" class=\"cw-btn-gold\">Take the Free Baseline<\/a>\n      <p class=\"cw-baseline-sub\">Already know your marketing is the problem? <a href=\"\/audit\">Start with the audit.<\/a><\/p>\n    <\/div>\n  <\/section>\n\n  <!-- CLOSING -->\n  <section class=\"cw-closing\">\n    <p class=\"cw-closing-line\">Build something worth marketing.<\/p>\n  <\/section>\n\n  <!-- FOOTER -->\n  <footer class=\"cw-footer\">\n    <a href=\"\/\" class=\"cw-footer-brand\"><img decoding=\"async\" src=\"https:\/\/catwalkmarketing.com\/wp-content\/uploads\/2026\/05\/Official-Catwalk-Logo-White-Font.png\" alt=\"Catwalk Marketing\" style=\"height:40px;width:auto;display:block;opacity:0.5;\" \/><\/a>\n    <div class=\"cw-footer-links\">\n      <a href=\"\/audit\">Audit<\/a>\n      <a href=\"\/inbrand\">InBrand Theory<\/a>\n      <a href=\"https:\/\/theinbrandtheory.com\/free-ibi\">Free Baseline<\/a>\n      <a href=\"mailto:vanessa@catwalkmarketing.com\">Contact<\/a>\n    <\/div>\n    <p class=\"cw-footer-copy\">\u00a9 2026 Catwalk Marketing<\/p>\n  <\/footer>\n\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Client Login Catwalk Marketing The marketing agency before the marketing agency. Before you hire another marketer, run another campaign, or invest in another agency &#8211; find out what is actually wrong. Audit Path &#8220;You know your marketing is the problem. You just don&#8217;t know exactly where it&#8217;s bleeding.&#8221; Find out where it&#8217;s bleeding InBrand Path&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-13","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/catwalkmarketing.com\/index.php?rest_route=\/wp\/v2\/pages\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/catwalkmarketing.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/catwalkmarketing.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/catwalkmarketing.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/catwalkmarketing.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=13"}],"version-history":[{"count":6,"href":"https:\/\/catwalkmarketing.com\/index.php?rest_route=\/wp\/v2\/pages\/13\/revisions"}],"predecessor-version":[{"id":31,"href":"https:\/\/catwalkmarketing.com\/index.php?rest_route=\/wp\/v2\/pages\/13\/revisions\/31"}],"wp:attachment":[{"href":"https:\/\/catwalkmarketing.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}