{"id":91,"date":"2026-04-25T19:00:52","date_gmt":"2026-04-25T19:00:52","guid":{"rendered":"https:\/\/weareoldhickory.com\/?page_id=91"},"modified":"2026-06-05T00:55:29","modified_gmt":"2026-06-05T00:55:29","slug":"home","status":"publish","type":"page","link":"https:\/\/weareoldhickory.com\/","title":{"rendered":"Home"},"content":{"rendered":"<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Raleway:wght@300;400;500;600;700&family=Crimson+Pro:ital,wght@0,300;0,400;1,300&display=swap');<\/p>\n<p>:root {\n  --navy: #16202e;\n  --gold: #c6973f;\n  --gold2: #e8b84b;\n  --cream: #f5f0e8;\n  --warm: #e8e0d0;\n  --muted: #8a8070;\n}<\/p>\n<p>* { box-sizing: border-box; margin: 0; padding: 0; }<\/p>\n<p>.oh { font-family: 'Crimson Pro', Georgia, serif; background: var(--cream); color: #2a2218; overflow-x: hidden; }<\/p>\n<p>\/* NAV *\/\n.oh-nav {\n  position: fixed; top: 0; left: 0; right: 0; z-index: 999;\n  background: var(--navy); height: 64px;\n  display: flex; align-items: center; justify-content: space-between;\n  padding: 0 48px; border-bottom: 1px solid rgba(198,151,63,0.2);\n}\n.oh-nav-logo {\n  font-family: 'Playfair Display', serif; font-size: 1.1rem;\n  color: var(--gold); text-decoration: none; text-transform: uppercase; letter-spacing: 0.08em;\n}\n.oh-nav-logo span {\n  display: block; font-family: 'Raleway', sans-serif; font-size: 0.6rem;\n  color: rgba(255,255,255,0.3); letter-spacing: 0.2em; font-weight: 300; margin-top: 3px;\n}\n.oh-nav a.cta {\n  font-family: 'Raleway', sans-serif; font-size: 0.68rem; font-weight: 700;\n  letter-spacing: 0.14em; text-transform: uppercase;\n  background: var(--gold); color: var(--navy); padding: 9px 20px; text-decoration: none;\n  transition: background 0.2s;\n}\n.oh-nav a.cta:hover { background: var(--gold2); }<\/p>\n<p>\/* HERO *\/\n.oh-hero {\n  min-height: 100vh; background: var(--navy);\n  display: flex; align-items: center;\n  padding: 120px 48px 80px; position: relative; overflow: hidden;\n}\n.oh-hero::before {\n  content: ''; position: absolute; inset: 0;\n  background: radial-gradient(ellipse 55% 70% at 75% 45%, rgba(198,151,63,0.07) 0%, transparent 65%);\n}\n.oh-hero-line {\n  position: absolute; top: 64px; left: 48px; right: 48px; height: 1px;\n  background: linear-gradient(90deg, transparent, rgba(198,151,63,0.3), transparent);\n}\n.oh-hero-inner { position: relative; max-width: 780px; }\n.oh-eyebrow {\n  font-family: 'Raleway', sans-serif; font-size: 0.65rem; font-weight: 600;\n  letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold);\n  display: flex; align-items: center; gap: 14px; margin-bottom: 28px;\n}\n.oh-eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--gold); display: block; }\n.oh-hero h1 {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(2.6rem, 5vw, 4.4rem); font-weight: 700;\n  color: var(--cream); line-height: 1.1; letter-spacing: -0.015em; margin-bottom: 26px;\n}\n.oh-hero h1 em { font-style: italic; color: var(--gold); }\n.oh-hero p {\n  font-size: 1.2rem; line-height: 1.7; color: rgba(245,240,232,0.6);\n  font-weight: 300; max-width: 540px; margin-bottom: 44px;\n}\n.oh-hero-btns { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }\n.oh-btn {\n  font-family: 'Raleway', sans-serif; font-size: 0.7rem; font-weight: 700;\n  letter-spacing: 0.16em; text-transform: uppercase;\n  background: var(--gold); color: var(--navy); padding: 15px 30px;\n  text-decoration: none; display: inline-block; transition: background 0.2s;\n}\n.oh-btn:hover { background: var(--gold2); }\n.oh-btn-ghost {\n  font-family: 'Raleway', sans-serif; font-size: 0.7rem; font-weight: 500;\n  letter-spacing: 0.16em; text-transform: uppercase;\n  color: rgba(245,240,232,0.5); text-decoration: none;\n  display: inline-flex; align-items: center; gap: 8px; transition: color 0.2s;\n}\n.oh-btn-ghost:hover { color: var(--gold); }\n.oh-btn-ghost::after { content: '\u2193'; }<\/p>\n<p>\/* WHAT WE DO *\/\n#services { background: var(--cream); padding: 100px 48px; }\n.oh-section { max-width: 1100px; margin: 0 auto; }\n.oh-label {\n  font-family: 'Raleway', sans-serif; font-size: 0.62rem; font-weight: 600;\n  letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold);\n  display: flex; align-items: center; gap: 12px; margin-bottom: 16px;\n}\n.oh-label::before { content: ''; width: 26px; height: 1px; background: var(--gold); display: block; }\n#services h2 {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 700;\n  color: var(--navy); line-height: 1.2; margin-bottom: 14px;\n}\n#services > .oh-section > p {\n  font-size: 1.15rem; line-height: 1.7; color: var(--muted);\n  font-weight: 300; max-width: 540px; margin-bottom: 60px;\n}\n.oh-grid {\n  display: grid; grid-template-columns: repeat(3, 1fr);\n  gap: 2px; background: var(--warm); border: 2px solid var(--warm);\n}\n.oh-card {\n  background: var(--cream); padding: 44px 32px;\n  position: relative; transition: background 0.2s;\n}\n.oh-card::before { display: none !important; content: none !important; }\n.oh-card:hover { background: #fff; }\n.oh-card::after {\n  content: ''; position: absolute; bottom: 0; left: 32px; right: 32px;\n  height: 2px; background: var(--gold);\n  transform: scaleX(0); transform-origin: left; transition: transform 0.3s;\n}\n.oh-card:hover::after { transform: scaleX(1); }\n.oh-card-num {\n  font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 700;\n  color: rgba(198,151,63,0.15); line-height: 1; margin-bottom: 18px;\n}\n.oh-card h3 {\n  font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 600;\n  color: var(--navy); margin-bottom: 12px; line-height: 1.2;\n}\n.oh-card p {\n  font-size: 1.02rem; line-height: 1.65; color: #5a5040; font-weight: 300;\n}<\/p>\n<p>\/* ABOUT STRIP *\/\n#about { background: var(--navy); padding: 90px 48px; }\n.oh-about-inner {\n  max-width: 1100px; margin: 0 auto;\n  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center;\n}\n#about h2 {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(1.8rem, 2.8vw, 2.6rem); font-weight: 700;\n  color: var(--cream); line-height: 1.2; margin-bottom: 20px;\n}\n#about h2 em { color: var(--gold); font-style: italic; }\n#about p {\n  font-size: 1.12rem; line-height: 1.75;\n  color: rgba(245,240,232,0.55); font-weight: 300; margin-bottom: 16px;\n}\n#about p:last-child { margin-bottom: 0; }\n.oh-about-right { display: flex; flex-direction: column; gap: 2px; }\n.oh-about-item {\n  background: rgba(255,255,255,0.03); border: 1px solid rgba(198,151,63,0.12);\n  padding: 26px 28px; transition: border-color 0.2s;\n}\n.oh-about-item:hover { border-color: rgba(198,151,63,0.35); }\n.oh-about-item h4 {\n  font-family: 'Playfair Display', serif; font-size: 1rem;\n  color: var(--cream); margin-bottom: 6px; font-weight: 600;\n}\n.oh-about-item p {\n  font-size: 0.95rem; line-height: 1.58;\n  color: rgba(245,240,232,0.42); font-weight: 300; margin-bottom: 0;\n}<\/p>\n<p>\/* CONTACT *\/\n#contact { background: #1f2d3f; padding: 100px 48px; }\n.oh-contact-inner {\n  max-width: 1100px; margin: 0 auto;\n  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;\n}\n#contact h2 {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(1.8rem, 2.8vw, 2.6rem); color: var(--cream);\n  font-weight: 700; line-height: 1.2; margin-bottom: 18px;\n}\n#contact > .oh-contact-inner > div > p {\n  font-size: 1.1rem; line-height: 1.72; color: rgba(245,240,232,0.48);\n  font-weight: 300; margin-bottom: 36px;\n}\n.oh-contact-lines { display: flex; flex-direction: column; gap: 18px; }\n.oh-cline { display: flex; align-items: center; gap: 14px; }\n.oh-cline strong {\n  font-family: 'Raleway', sans-serif; font-size: 0.6rem; font-weight: 700;\n  letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); min-width: 60px;\n}\n.oh-cline a, .oh-cline span {\n  font-family: 'Raleway', sans-serif; font-size: 0.88rem;\n  color: rgba(245,240,232,0.62); text-decoration: none; transition: color 0.2s;\n}\n.oh-cline a:hover { color: var(--gold); }\n.oh-contact-box {\n  background: rgba(255,255,255,0.03); border: 1px solid rgba(198,151,63,0.16); padding: 44px;\n}\n.oh-contact-box h3 {\n  font-family: 'Playfair Display', serif; font-size: 1.3rem;\n  color: var(--cream); margin-bottom: 12px; font-weight: 600;\n}\n.oh-contact-box p {\n  font-size: 1rem; line-height: 1.68; color: rgba(245,240,232,0.4);\n  font-weight: 300; margin-bottom: 24px;\n}\n.oh-contact-box a.oh-btn {\n  display: block; text-align: center; margin-top: 8px;\n}<\/p>\n<p>\/* FOOTER *\/\n.oh-footer {\n  background: var(--navy); padding: 32px 48px;\n  display: flex; align-items: center; justify-content: space-between;\n  border-top: 1px solid rgba(198,151,63,0.1); flex-wrap: wrap; gap: 12px;\n}\n.oh-footer-logo {\n  font-family: 'Playfair Display', serif; font-size: 0.95rem;\n  color: var(--gold); letter-spacing: 0.1em; text-transform: uppercase;\n}\n.oh-footer-copy {\n  font-family: 'Raleway', sans-serif; font-size: 0.63rem;\n  color: rgba(245,240,232,0.2); letter-spacing: 0.06em;\n}<\/p>\n<p>\/* RESPONSIVE *\/\n@media (max-width: 860px) {\n  .oh-nav { padding: 0 20px; }\n  .oh-hero { padding: 110px 24px 72px; }\n  #services, #about, #contact { padding: 72px 24px; }\n  .oh-grid { grid-template-columns: 1fr; }\n  .oh-about-inner, .oh-contact-inner { grid-template-columns: 1fr; gap: 44px; }\n  .oh-footer { padding: 28px 24px; flex-direction: column; text-align: center; }\n}\n<\/style>\n<div class=\"oh\">\n<p>  <!-- NAV --><\/p>\n<nav class=\"oh-nav\">\n    <a href=\"#\" class=\"oh-nav-logo\"><br \/>\n      Old Hickory<br \/>\n      <span>Strategy \u00b7 Media \u00b7 Consulting<\/span><br \/>\n    <\/a><br \/>\n    <a href=\"#contact\" class=\"cta\">Get In Touch<\/a><br \/>\n  <\/nav>\n<p>  <!-- HERO --><\/p>\n<section class=\"oh-hero\">\n<div class=\"oh-hero-line\"><\/div>\n<div class=\"oh-hero-inner\">\n<p class=\"oh-eyebrow\">Wheeling, WV &nbsp;\u00b7&nbsp; PA \u00b7 OH \u00b7 WV<\/p>\n<h1>\n        Strategy that moves.<br \/>\n        <em>Results that stick.<\/em><br \/>\n      <\/h1>\n<p>\n        Old Hickory LLC is a Wheeling-based consulting and media company helping businesses and professionals think clearly, communicate effectively, and grow deliberately.\n      <\/p>\n<div class=\"oh-hero-btns\">\n        <a href=\"#contact\" class=\"oh-btn\">Start a Conversation<\/a><br \/>\n        <a href=\"#services\" class=\"oh-btn-ghost\">What We Do<\/a>\n      <\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- SERVICES --><\/p>\n<section id=\"services\">\n<div class=\"oh-section\">\n<p class=\"oh-label\">What We Do<\/p>\n<h2>Three things we do well.<\/h2>\n<p>Focused engagements. Clear deliverables. No retainers for their own sake.<\/p>\n<div class=\"oh-grid\">\n<div class=\"oh-card\">\n<div class=\"oh-card-num\">01<\/div>\n<h3>Business Strategy &amp; Analysis<\/h3>\n<p>Operational review, market positioning, and decision support for small businesses and independent professionals. We help you see what the numbers and the market are actually telling you \u2014 and what to do about it.<\/p>\n<\/p><\/div>\n<div class=\"oh-card\">\n<div class=\"oh-card-num\">02<\/div>\n<h3>Media &amp; Marketing Consultation<\/h3>\n<p>Advertising strategy, media placement, and content direction for regional businesses. Grounded in real market knowledge across WV, PA, and OH \u2014 and the vendor relationships that only come from time in the field.<\/p>\n<\/p><\/div>\n<div class=\"oh-card\">\n<div class=\"oh-card-num\">03<\/div>\n<h3>Audience &amp; Content Development<\/h3>\n<p>Newsletter strategy, digital content architecture, and audience-building for professionals who understand that the person who educates the market owns the market. We build the vehicle. You drive the relationship.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- ABOUT --><\/p>\n<section id=\"about\">\n<div class=\"oh-about-inner\">\n<div>\n<p class=\"oh-label\" style=\"color:var(--gold);\">About Old Hickory<\/p>\n<h2>Experience you can<br \/><em>actually use.<\/em><\/h2>\n<p>Old Hickory LLC is a consulting and media company based in Wheeling, WV. We work with small businesses, independent professionals, and regional organizations who need clear strategic thinking and practical execution \u2014 not a presentation that sits in a drawer.<\/p>\n<p>Our work spans business strategy, media placement, marketing consultation, and content-driven audience development. The common thread is simple: find what others overlook, evaluate it honestly, and act with conviction.<\/p>\n<\/p><\/div>\n<div class=\"oh-about-right\">\n<div class=\"oh-about-item\">\n<h4>Regional Market Depth<\/h4>\n<p>Deep knowledge of the WV, PA, and OH tri-state market \u2014 the businesses, the media landscape, and the context behind the numbers.<\/p>\n<\/p><\/div>\n<div class=\"oh-about-item\">\n<h4>26+ Years of Operational Experience<\/h4>\n<p>Career experience spanning operations leadership, sales, media, and strategic consulting. We&#8217;ve been in the room.<\/p>\n<\/p><\/div>\n<div class=\"oh-about-item\">\n<h4>Straightforward Engagements<\/h4>\n<p>We scope clearly, deliver specifically, and don&#8217;t bill hours for conversations that should be emails.<\/p>\n<\/p><\/div>\n<div class=\"oh-about-item\">\n<h4>Discretion as Standard<\/h4>\n<p>Client relationships stay private. What we build for you belongs to you \u2014 we don&#8217;t make it about us.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- CONTACT --><\/p>\n<section id=\"contact\">\n<div class=\"oh-contact-inner\">\n<div>\n<p class=\"oh-label\" style=\"color:var(--gold);\">Get In Touch<\/p>\n<h2>Let&#8217;s talk about<br \/>what you&#8217;re working on.<\/h2>\n<p>No forms, no funnels. Just a direct line to a real conversation. We respond quickly.<\/p>\n<div class=\"oh-contact-lines\">\n<div class=\"oh-cline\">\n            <strong>Phone<\/strong><br \/>\n            <a href=\"tel:3042812450\">(304) 281-2450<\/a>\n          <\/div>\n<div class=\"oh-cline\">\n            <strong>Email<\/strong><br \/>\n            <a href=\"mailto:connect@oldhickory.com\">connect@oldhickory.com<\/a>\n          <\/div>\n<div class=\"oh-cline\">\n            <strong>Based<\/strong><br \/>\n            <span>Wheeling, WV<\/span>\n          <\/div>\n<div class=\"oh-cline\">\n            <strong>Region<\/strong><br \/>\n            <span>WV &nbsp;\u00b7&nbsp; PA &nbsp;\u00b7&nbsp; OH<\/span>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"oh-contact-box\">\n<h3>Reach Out Directly<\/h3>\n<p>Whether you have a specific project in mind or just want to think something through \u2014 call or email and we&#8217;ll take it from there.<\/p>\n<p>        <a href=\"tel:3042812450\" class=\"oh-btn\" style=\"text-align:center; display:block; margin-bottom:12px;\">Call (304) 281-2450<\/a><br \/>\n        <a href=\"mailto:connect@oldhickory.com\" class=\"oh-btn\" style=\"text-align:center; display:block; background:transparent; color:var(--gold); border:1px solid rgba(198,151,63,0.4); padding:14px 30px;\">Email Us<\/a>\n      <\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- FOOTER --><\/p>\n<footer class=\"oh-footer\">\n<div class=\"oh-footer-logo\">Old Hickory LLC<\/div>\n<p class=\"oh-footer-copy\">\u00a9 2026 Old Hickory LLC &nbsp;\u00b7&nbsp; Wheeling, WV<\/p>\n<\/footer>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Old Hickory Strategy \u00b7 Media \u00b7 Consulting Get In Touch Wheeling, WV &nbsp;\u00b7&nbsp; PA \u00b7 OH \u00b7 WV Strategy that [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-91","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/weareoldhickory.com\/index.php?rest_route=\/wp\/v2\/pages\/91","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/weareoldhickory.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/weareoldhickory.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/weareoldhickory.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/weareoldhickory.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=91"}],"version-history":[{"count":1,"href":"https:\/\/weareoldhickory.com\/index.php?rest_route=\/wp\/v2\/pages\/91\/revisions"}],"predecessor-version":[{"id":92,"href":"https:\/\/weareoldhickory.com\/index.php?rest_route=\/wp\/v2\/pages\/91\/revisions\/92"}],"wp:attachment":[{"href":"https:\/\/weareoldhickory.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=91"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}