{"id":11,"date":"2026-09-12T02:52:16","date_gmt":"2026-09-12T02:52:16","guid":{"rendered":"https:\/\/vicarious.marketing\/?page_id=11"},"modified":"2026-09-12T03:05:12","modified_gmt":"2026-09-12T03:05:12","slug":"coming-soon","status":"publish","type":"page","link":"https:\/\/vicarious.marketing\/","title":{"rendered":"Coming Soon"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<meta name=\"description\" content=\"Vicarious \u2014 Something new is coming soon.\">\n<title>Vicarious \u2014 Coming Soon<\/title>\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');\n\n  :root {\n    --yellow: #f4d900;\n    --yellow-soft: #ffe95b;\n    --black: #080808;\n    --white: #f7f6ef;\n    --gray: #a6a6a0;\n  }\n\n  * { box-sizing: border-box; }\n  html, body { margin: 0; width: 100%; min-height: 100%; }\n  body {\n    min-height: 100vh;\n    background: var(--black);\n    color: var(--white);\n    font-family: \"DM Sans\", Arial, sans-serif;\n    overflow-x: hidden;\n  }\n\n  body::before {\n    content: \"\";\n    position: fixed;\n    width: 650px;\n    height: 650px;\n    right: -280px;\n    top: -300px;\n    border-radius: 50%;\n    background: var(--yellow);\n    opacity: .07;\n    filter: blur(30px);\n    pointer-events: none;\n  }\n\n  body::after {\n    content: \"\";\n    position: fixed;\n    width: 650px;\n    height: 650px;\n    left: -280px;\n    top: 300px;\n    border-radius: 50%;\n    background: var(--yellow);\n    opacity: .07;\n    filter: blur(30px);\n    pointer-events: none;\n  }\n  main { display: block !important; width: 100%; }\n  .page {\n    min-height: 100vh;\n    display: grid;\n    grid-template-rows: auto 1fr auto;\n    position: relative;\n  }\n\n  header {\n    width: min(1180px, calc(100% - 48px));\n    margin: 0 auto;\n    padding: 30px 0;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    border-bottom: 1px solid rgba(255,255,255,.10);\n  }\n\n  .logo {\n    width: 180px;\n    height: auto;\n    display: block;\n  }\n\n\n  .mainwrapper {\n    width: min(1180px, calc(100% - 48px));\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1.15fr .85fr;\n    align-items: center;\n    gap: 40px;\n    padding: 40px 0;\n  }\n\n  .eyebrow {\n    margin: 0 0 24px;\n    color: var(--yellow);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: .25em;\n    text-transform: uppercase;\n  }\n\n  h1 {\n    max-width: 760px;\n    margin: 0;\n    font-size: clamp(58px, 8vw, 112px);\n    line-height: .88;\n    letter-spacing: -.065em;\n    font-weight: 700;\n  }\n\n  h1 em {\n    display: block;\n    color: var(--yellow);\n    font-family: \"Playfair Display\", Georgia, serif;\n    font-weight: 600;\n    letter-spacing: -.05em;\n  }\n\n  .intro {\n    max-width: 570px;\n    margin: 34px 0 0;\n    color: var(--gray);\n    font-size: clamp(16px, 1.5vw, 19px);\n    line-height: 1.7;\n  }\n\n  .visual {\n    min-height: 430px;\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .orbit {\n    position: absolute;\n    width: min(430px, 38vw);\n    aspect-ratio: 1;\n    border: 1px solid rgba(244,217,0,.22);\n    border-radius: 50%;\n    transform: rotate(-20deg);\n  }\n\n  .orbit::before {\n    content: \"\";\n    position: absolute;\n    inset: 14%;\n    border: 1px solid rgba(255,255,255,.10);\n    border-radius: 50%;\n  }\n\n  .orbit::after {\n    content: \"\";\n    position: absolute;\n    width: 9px;\n    height: 9px;\n    border-radius: 50%;\n    background: var(--yellow);\n    top: 9%;\n    left: 20%;\n    box-shadow: 0 0 24px var(--yellow);\n  }\n\n  .card {\n    position: relative;\n    width: min(320px, 75%);\n    padding: 46px 34px;\n    background: rgba(255,255,255,.045);\n    border: 1px solid rgba(255,255,255,.12);\n    border-radius: 28px;\n    backdrop-filter: blur(14px);\n    box-shadow: 0 30px 80px rgba(0,0,0,.45);\n    text-align: center;\n    z-index: 2;\n  }\n\n  .card h2 {\n    margin: 22px 0 14px;\n    font-size: 40px;\n    line-height: 1;\n    letter-spacing: -.04em;\n  }\n\n  .line {\n    width: 46px;\n    height: 3px;\n    margin: 28px auto 0;\n    border-radius: 4px;\n    background: var(--yellow);\n  }\n\n  footer {\n    width: min(1180px, calc(100% - 48px));\n    margin: 0 auto;\n    padding: 22px 0 28px;\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    border-top: 1px solid rgba(255,255,255,.10);\n    color: #686862;\n    font-size: 12px;\n  }\n\n  .accent {\n    color: var(--yellow);\n  }\n\n  @media (max-width: 800px) {\n    \n    header { padding: 22px 0; }\n    .mainwrapper { grid-template-columns: 1fr; }\n    .visual { min-height: 330px; }\n    .orbit { width: 330px; }\n\n    footer {\n      flex-direction: column;\n      gap: 7px;\n    }\n  }\n\n  @media (max-width: 480px) {\n    header, .mainwrapper, footer {\n      width: min(100% - 32px, 1180px);\n    }\n\n    h1 { font-size: clamp(54px, 17vw, 78px); }\n    .visual { min-height: 290px; }\n    .card { width: 250px; padding: 36px 24px; }\n    .card h2 { font-size: 34px; }\n  }\n<\/style>\n\n\n\n<div class=\"page\">\n\n  <header>\n    <img decoding=\"async\" width=\"160\" src=\"https:\/\/vicarious.marketing\/wp-content\/uploads\/2026\/09\/logo-MARKETING.png\">\n  <\/header>\n\n  <div class=\"mainwrapper\">\n    <section>\n      <p class=\"eyebrow\">Vicarious is evolving<\/p>\n\n      <h1 style=\"color: #fff;\">\n        Experience\n        <em>what\u2019s next.<\/em>\n      <\/h1>\n\n      <p class=\"intro\">\n        A new Vicarious experience is coming soon.\n      <\/p>\n\n    <\/section>\n\n    <section class=\"visual\" id=\"coming\" aria-label=\"Coming soon\">\n      <div class=\"orbit\"><\/div>\n\n      <div class=\"card\">\n        <h2 style=\"color:#fff;\">Coming<br><span class=\"accent\">Soon.<\/span><\/h2>\n        <div class=\"line\"><\/div>\n      <\/div>\n    <\/section>\n  <\/div>\n\n  <footer>\n    <span>\u00a9 2026 Vicarious Marketing<\/span>\n  <\/footer>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Vicarious \u2014 Coming Soon Vicarious is evolving Experience what\u2019s next. A new Vicarious experience is coming soon. ComingSoon. \u00a9 2026 Vicarious Marketing<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"new","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-11","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vicarious.marketing\/index.php?rest_route=\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vicarious.marketing\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vicarious.marketing\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vicarious.marketing\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vicarious.marketing\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11"}],"version-history":[{"count":6,"href":"https:\/\/vicarious.marketing\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":21,"href":"https:\/\/vicarious.marketing\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions\/21"}],"wp:attachment":[{"href":"https:\/\/vicarious.marketing\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}