{"id":419,"date":"2026-03-09T21:04:06","date_gmt":"2026-03-09T21:04:06","guid":{"rendered":"https:\/\/xinlanhe.annenbergprhosting.com\/?page_id=419"},"modified":"2026-03-18T01:35:11","modified_gmt":"2026-03-18T01:35:11","slug":"419-2","status":"publish","type":"page","link":"https:\/\/xinlanhe.annenbergprhosting.com\/?page_id=419","title":{"rendered":"PAID MEDIA"},"content":{"rendered":"\n<style>\n  .pm-wrap {\n    --dsg-green: #006554;\n    --dsg-green-lt: #008D75;\n    --dsg-red: #E52935;\n    --text-primary: #191F1C;\n    --text-secondary: #4a4a4a;\n    --text-muted: #777;\n    --bg-card: #ffffff;\n    --bg-light: #f5f5f3;\n    --radius: 4px;\n    --shadow: 0 2px 12px rgba(0,0,0,0.06);\n    --shadow-hover: 0 4px 24px rgba(0,0,0,0.10);\n    font-family: 'Archivo', sans-serif;\n    color: var(--text-primary);\n    -webkit-font-smoothing: antialiased;\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 0 24px 40px;\n  }\n  .pm-wrap .section-heading {\n    text-align: center;\n    padding: 72px 0 48px;\n  }\n  .pm-wrap .section-heading h2 {\n    font-family: 'Archivo Black', 'Archivo', sans-serif;\n    font-size: clamp(1.6rem, 3vw, 2.4rem);\n    font-weight: 900;\n    letter-spacing: 2px;\n    color: var(--text-primary);\n    text-transform: uppercase;\n  }\n  .pm-wrap .divider {\n    width: 48px;\n    height: 3px;\n    background: var(--dsg-green);\n    margin: 14px auto 0;\n  }\n  .pm-wrap .fade-in {\n    opacity: 0;\n    transform: translateY(30px);\n    transition: opacity 0.6s ease, transform 0.6s ease;\n  }\n  .pm-wrap .fade-in.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  \/* Audience Card *\/\n  .pm-wrap .audience-card {\n    background: var(--bg-card);\n    border: 1px solid #e8e8e6;\n    border-left: 4px solid var(--dsg-green);\n    padding: 44px 52px;\n    margin-bottom: 40px;\n    border-radius: var(--radius);\n  }\n  .pm-wrap .audience-card .label {\n    font-family: 'Archivo Black', 'Archivo', sans-serif;\n    font-size: 0.95rem;\n    font-weight: 900;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--dsg-green);\n    margin-bottom: 14px;\n  }\n  .pm-wrap .audience-card p {\n    font-size: 1.15rem;\n    line-height: 1.8;\n    color: var(--text-secondary);\n  }\n  .pm-wrap .audience-card strong {\n    color: var(--text-primary);\n    font-weight: 600;\n  }\n\n  \/* Image Showcase *\/\n  .pm-wrap .image-showcase {\n    margin-bottom: 40px;\n    border-radius: var(--radius);\n    overflow: hidden;\n    border: 1px solid #e8e8e6;\n    background: var(--bg-card);\n  }\n  .pm-wrap .image-showcase .img-wrapper {\n    overflow: hidden;\n  }\n  .pm-wrap .image-showcase img {\n    width: 100%;\n    display: block;\n    transition: transform 0.5s ease;\n  }\n  .pm-wrap .image-showcase:hover img {\n    transform: scale(1.02);\n  }\n  .pm-wrap .image-showcase .caption {\n    padding: 14px 24px;\n    font-size: 0.75rem;\n    color: var(--text-muted);\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    font-weight: 600;\n    border-top: 1px solid #e8e8e6;\n  }\n\n  \/* Strategy Card *\/\n  .pm-wrap .strategy-card {\n    background: var(--bg-card);\n    border: 1px solid #e8e8e6;\n    border-radius: var(--radius);\n    padding: 44px 52px;\n    margin-bottom: 40px;\n  }\n  .pm-wrap .strategy-card h3 {\n    font-family: 'Archivo Black', 'Archivo', sans-serif;\n    font-size: 1.5rem;\n    font-weight: 900;\n    margin-bottom: 28px;\n    color: var(--text-primary);\n  }\n  .pm-wrap .strategy-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .pm-wrap .strategy-list li {\n    position: relative;\n    padding: 18px 0 18px 24px;\n    font-size: 1.12rem;\n    line-height: 1.75;\n    color: var(--text-secondary);\n    border-bottom: 1px solid #eeece9;\n  }\n  .pm-wrap .strategy-list li:last-child { border-bottom: none; padding-bottom: 0; }\n  .pm-wrap .strategy-list li:first-child { padding-top: 0; }\n  .pm-wrap .strategy-list li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 26px;\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    background: var(--dsg-green);\n  }\n  .pm-wrap .strategy-list li:first-child::before { top: 8px; }\n  .pm-wrap .strategy-list li strong { color: var(--text-primary); font-weight: 600; }\n\n  \/* Split Section *\/\n  .pm-wrap .split-section {\n    display: flex;\n    gap: 28px;\n    margin-bottom: 40px;\n    align-items: stretch;\n  }\n  .pm-wrap .split-image {\n    flex: 0 0 360px;\n    border-radius: var(--radius);\n    overflow: hidden;\n    border: 1px solid #e8e8e6;\n    background: var(--bg-card);\n  }\n  .pm-wrap .split-image .img-wrapper {\n    overflow: hidden;\n    height: calc(100% - 44px);\n  }\n  .pm-wrap .split-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform 0.5s ease;\n  }\n  .pm-wrap .split-image:hover img { transform: scale(1.03); }\n  .pm-wrap .split-image .caption {\n    padding: 12px 20px;\n    font-size: 0.75rem;\n    color: var(--text-muted);\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    font-weight: 600;\n    text-align: center;\n    border-top: 1px solid #e8e8e6;\n  }\n  .pm-wrap .split-text {\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n  }\n  .pm-wrap .split-text-card {\n    background: var(--bg-card);\n    border: 1px solid #e8e8e6;\n    border-radius: var(--radius);\n    padding: 28px 32px;\n    flex: 1;\n  }\n  .pm-wrap .split-text-card h3 {\n    font-family: 'Archivo Black', 'Archivo', sans-serif;\n    font-size: 1.3rem;\n    font-weight: 900;\n    margin-bottom: 14px;\n    color: var(--text-primary);\n  }\n  .pm-wrap .split-text-card p {\n    font-size: 1.12rem;\n    line-height: 1.75;\n    color: var(--text-secondary);\n  }\n  .pm-wrap .split-text-card p strong { color: var(--text-primary); font-weight: 600; }\n  .pm-wrap .perception-row { display: flex; gap: 12px; margin-top: 14px; flex-wrap: wrap; }\n  .pm-wrap .perception-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    padding: 5px 14px;\n    border-radius: 2px;\n    font-size: 0.75rem;\n    font-weight: 700;\n    letter-spacing: 0.5px;\n  }\n  .pm-wrap .perception-tag.current { background: #fdeaec; color: var(--dsg-red); }\n  .pm-wrap .perception-tag.desired { background: #e6f2ef; color: var(--dsg-green); }\n  .pm-wrap .perception-tag .dot { width: 6px; height: 6px; border-radius: 50%; }\n  .pm-wrap .perception-tag.current .dot { background: var(--dsg-red); }\n  .pm-wrap .perception-tag.desired .dot { background: var(--dsg-green); }\n\n  \/* Highlight Card *\/\n  .pm-wrap .highlight-card {\n    background: var(--dsg-green);\n    border-radius: var(--radius);\n    padding: 48px 56px;\n    margin-bottom: 40px;\n    color: #fff;\n    position: relative;\n    overflow: hidden;\n  }\n  .pm-wrap .highlight-card::before {\n    content: '\\201C';\n    position: absolute;\n    top: -24px;\n    left: 20px;\n    font-size: 11rem;\n    font-weight: 900;\n    color: rgba(255,255,255,0.08);\n    line-height: 1;\n    pointer-events: none;\n  }\n  .pm-wrap .highlight-card h3 {\n    font-family: 'Archivo Black', 'Archivo', sans-serif;\n    font-size: 1.45rem;\n    font-weight: 900;\n    margin-bottom: 18px;\n    position: relative;\n  }\n  .pm-wrap .highlight-card p {\n    font-size: 1.15rem;\n    line-height: 1.8;\n    color: rgba(255,255,255,0.92);\n    position: relative;\n  }\n\n  \/* PDF Button *\/\n  .pm-wrap .pdf-section {\n    text-align: center;\n    padding: 48px 0 20px;\n    border-top: 1px solid #e8e8e6;\n    margin-top: 20px;\n  }\n  .pm-wrap .pdf-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 14px 40px;\n    background: var(--dsg-green);\n    color: #fff;\n    font-family: 'Archivo', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    text-decoration: none;\n    border: none;\n    border-radius: var(--radius);\n    cursor: pointer;\n    transition: background 0.3s ease;\n  }\n  .pm-wrap .pdf-btn:hover { background: var(--dsg-green-lt); }\n\n  @media (max-width: 820px) {\n    .pm-wrap .split-section { flex-direction: column; }\n    .pm-wrap .split-image { flex: 0 0 auto; }\n    .pm-wrap .split-image .img-wrapper { height: 400px; }\n    .pm-wrap .audience-card,\n    .pm-wrap .strategy-card { padding: 28px 24px; }\n    .pm-wrap .highlight-card { padding: 32px 28px; }\n    .pm-wrap .perception-row { flex-direction: column; }\n  }\n<\/style>\n\n\n\n<div class=\"wp-block-cover\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:430px;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\" style=\"background-color:#60676d\"><\/span><img loading=\"lazy\" decoding=\"async\" width=\"899\" height=\"427\" class=\"wp-block-cover__image-background wp-image-476\" alt=\"\" src=\"https:\/\/xinlanhe.annenbergprhosting.com\/wp-content\/uploads\/2026\/03\/WechatIMG1299.jpg\" data-object-fit=\"cover\" srcset=\"https:\/\/xinlanhe.annenbergprhosting.com\/wp-content\/uploads\/2026\/03\/WechatIMG1299.jpg 899w, https:\/\/xinlanhe.annenbergprhosting.com\/wp-content\/uploads\/2026\/03\/WechatIMG1299-300x142.jpg 300w, https:\/\/xinlanhe.annenbergprhosting.com\/wp-content\/uploads\/2026\/03\/WechatIMG1299-768x365.jpg 768w\" sizes=\"auto, (max-width: 899px) 100vw, 899px\" \/><div class=\"wp-block-cover__inner-container is-layout-constrained wp-container-core-cover-is-layout-72190d31 wp-block-cover-is-layout-constrained\">\n    <p class=\"has-text-align-center has-dsg-sans-font-family has-enormous-font-size\">PAID MEDIA<\/p>\n    <\/div><\/div>\n\n\n\n<div class=\"pm-wrap\">\n\n  <div class=\"section-heading\">\n    <h2>Creative Brief<\/h2>\n    <div class=\"divider\"><\/div>\n  <\/div>\n\n  <div class=\"audience-card fade-in\">\n    <div class=\"label\">Target Audience<\/div>\n    <p><strong>Gen Z &#8220;Hype-Chasers&#8221; (Ages 16\u201326)<\/strong> \u2014 Digital natives attending high-energy 2026 events like the FIFA World Cup and Lollapalooza. This demographic prioritizes &#8220;access over ownership&#8221; and values the social currency of a limited-edition &#8220;drop&#8221; over traditional transactions. Per Piper Sandler (2025), they despise &#8220;hard sell&#8221; ads, instead seeking exclusive, shareable experiences that provide &#8220;clout&#8221; and authentic cultural connection.<\/p>\n  <\/div>\n\n  <div class=\"image-showcase fade-in\">\n    <div class=\"img-wrapper\">\n      <img decoding=\"async\" src=\"https:\/\/xinlanhe.annenbergprhosting.com\/wp-content\/uploads\/2026\/03\/WechatIMG1302-1024x768.jpg\" alt=\"OOH Billboard\"\/>\n    <\/div>\n    <div class=\"caption\">OOH \u2014 Billboard<\/div>\n  <\/div>\n\n  <div class=\"strategy-card fade-in\">\n    <h3>Media Strategy<\/h3>\n    <ul class=\"strategy-list\">\n      <li><strong>Hyper-Local OOH:<\/strong> Geofenced digital billboards near stadiums and festival grounds, displaying a &#8220;Live Distance Tracker&#8221; to the truck.<\/li>\n      <li><strong>Influencer Integration:<\/strong> Real-time &#8220;unboxing&#8221; streams from the truck roof by local lifestyle influencers.<\/li>\n      <li><strong>Mobile Navigation (Google Maps):<\/strong> Sponsored brand Pins and rerouting alerts to intercept fans traveling to event venues.<\/li>\n      <li><strong>Digital &#8220;First-Look&#8221; (TikTok TopView \/ IG Reels):<\/strong> Full-screen, unskippable video ads triggered upon app open to create massive &#8220;Launch Day&#8221; awareness.<\/li>\n      <li><strong>Interactive AR &#8220;Solemate Matchmaker&#8221; (Snapchat\/Instagram):<\/strong> A personality-driven selfie filter that matches users with their perfect truck-exclusive limited edition, allowing for AR try-on and driving traffic to the truck&#8217;s location.<\/li>\n    <\/ul>\n  <\/div>\n\n  <div class=\"split-section fade-in\">\n    <div class=\"split-image\">\n      <div class=\"img-wrapper\">\n        <img decoding=\"async\" src=\"https:\/\/xinlanhe.annenbergprhosting.com\/wp-content\/uploads\/2026\/03\/WechatIMG1307-1-677x1024.jpg\" alt=\"OOH Bus Shelter\"\/>\n      <\/div>\n      <div class=\"caption\">OOH \u2014 Bus Shelter<\/div>\n    <\/div>\n    <div class=\"split-text\">\n      <div class=\"split-text-card\">\n        <h3>Campaign Goal<\/h3>\n        <p>The primary goal is to drive immediate sales of limited-edition releases while increasing brand engagement. We aren&#8217;t just selling a shoe; we are selling the story of how they got it. Success is measured by sell-through rates at the truck and the volume of User-Generated Content (UGC) tagged with <strong>#FindTheDropMobile<\/strong>.<\/p>\n      <\/div>\n      <div class=\"split-text-card\">\n        <h3>Brand Perception<\/h3>\n        <p><strong>Current:<\/strong> Foot Locker is seen as a reliable, albeit &#8220;static,&#8221; mall-based retailer. It&#8217;s where you go if you&#8217;re already at the shopping center.<\/p>\n        <p style=\"margin-top:10px\"><strong>Desired:<\/strong> Foot Locker is seen as a fluid, culture-leading catalyst. We want the audience to perceive the brand as an active participant in their lifestyle, appear exactly where the action is, as agile and hyped as the sneakers it sells.<\/p>\n        <div class=\"perception-row\">\n          <span class=\"perception-tag current\"><span class=\"dot\"><\/span>Current: Static &amp; Mall-Based<\/span>\n          <span class=\"perception-tag desired\"><span class=\"dot\"><\/span>Desired: Agile &amp; Culture-Leading<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"highlight-card fade-in\">\n    <h3>Why Do We Need This Ad?<\/h3>\n    <p>Post-acquisition by DICK&#8217;S Sporting Goods, Foot Locker was questioned for &#8220;corporate stigma&#8221; noted by CNBC (2025). However, with the buzz from Lollapalooza and 2026 FIFA World Cup attracting 5M+ attendees (FIFA.com), we cannot wait for customers to find us. This ad proves that Foot Locker is using its new operational scale to become more niche and ambitious, not more boring. By bringing the &#8220;drop&#8221; directly to the year&#8217;s biggest cultural moments, we reclaim our status as the agile authority in sneaker culture, proving we are just as hype-driven and trend-responsive as the audience we serve.<\/p>\n  <\/div>\n\n  <div class=\"image-showcase fade-in\">\n    <div class=\"img-wrapper\">\n      <img decoding=\"async\" src=\"https:\/\/xinlanhe.annenbergprhosting.com\/wp-content\/uploads\/2026\/03\/WechatIMG1304-1024x683.jpg\" alt=\"OOH Wild Posting\"\/>\n    <\/div>\n    <div class=\"caption\">OOH \u2014 Wild Posting<\/div>\n  <\/div>\n\n  <div class=\"pdf-section\">\n    <a href=\"https:\/\/xinlanhe.annenbergprhosting.com\/wp-content\/uploads\/2026\/03\/PAID-MEDIA1.pdf\" class=\"pdf-btn\" download>\n      &#8595;&ensp;Download PDF\n    <\/a>\n  <\/div>\n\n<\/div>\n\n<script>\n  (function(){\n    var obs = new IntersectionObserver(function(entries) {\n      entries.forEach(function(e) { if (e.isIntersecting) e.target.classList.add('visible'); });\n    }, { threshold: 0.1 });\n    document.querySelectorAll('.pm-wrap .fade-in').forEach(function(el) { obs.observe(el); });\n  })();\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Creative Brief Target Audience Gen Z &#8220;Hype-Chasers&#8221; (Ages 16\u201326) \u2014 Digital natives attending high-energy 2026 events like the FIFA World Cup and Lollapalooza. This demographic prioritizes &#8220;access over ownership&#8221; and values the social currency of a limited-edition &#8220;drop&#8221; over traditional transactions. Per Piper Sandler (2025), they despise &#8220;hard sell&#8221; ads, instead seeking exclusive, shareable experiences [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"wp-custom-template-dicks-footlocker","meta":{"footnotes":""},"class_list":["post-419","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/xinlanhe.annenbergprhosting.com\/index.php?rest_route=\/wp\/v2\/pages\/419","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xinlanhe.annenbergprhosting.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/xinlanhe.annenbergprhosting.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/xinlanhe.annenbergprhosting.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xinlanhe.annenbergprhosting.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=419"}],"version-history":[{"count":80,"href":"https:\/\/xinlanhe.annenbergprhosting.com\/index.php?rest_route=\/wp\/v2\/pages\/419\/revisions"}],"predecessor-version":[{"id":940,"href":"https:\/\/xinlanhe.annenbergprhosting.com\/index.php?rest_route=\/wp\/v2\/pages\/419\/revisions\/940"}],"wp:attachment":[{"href":"https:\/\/xinlanhe.annenbergprhosting.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=419"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}