{"product_id":"scorched-alphabet-by-joel-dickinson","title":"Scorched : Alphabet by Joel Dickinson","description":"\u003c!-- =========================================================\n     SCORCHED: ALPHABET\n     PRODUCT PAGE SALES CONTENT\n     Designed to sit beneath Shopify's existing product\n     title \/ price \/ Add to Cart \/ Buy Now area.\n========================================================= --\u003e\n\u003cstyle\u003e\n\n  #scorched-alphabet,\n  #scorched-alphabet * {\n    box-sizing: border-box;\n  }\n\n  #scorched-alphabet {\n    --bg: #070504;\n    --panel: #100b08;\n    --panel-light: #18100c;\n\n    --white: #fffaf6;\n    --cream: #eaded6;\n    --muted: #bbaa9f;\n    --muted-dark: #827168;\n\n    --orange: #ff6825;\n    --orange-bright: #ff8b4b;\n    --orange-hot: #ff3d00;\n    --peach: #ffc39d;\n\n    --max: 1120px;\n\n    position: relative;\n    width: 100%;\n    overflow: hidden;\n\n    color: var(--white);\n\n    background:\n      radial-gradient(circle at 50% 0%, rgba(255,75,12,.13), transparent 28%),\n      radial-gradient(circle at 7% 37%, rgba(255,80,15,.04), transparent 28%),\n      radial-gradient(circle at 93% 70%, rgba(255,80,15,.04), transparent 30%),\n      #070504;\n\n    font-family:\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Segoe UI\",\n      Helvetica,\n      Arial,\n      sans-serif;\n\n    line-height: 1.65;\n  }\n\n  #scorched-alphabet h1,\n  #scorched-alphabet h2,\n  #scorched-alphabet h3,\n  #scorched-alphabet p {\n    margin-top: 0;\n  }\n\n  #scorched-alphabet strong {\n    color: #fff;\n    font-weight: 850;\n  }\n\n  #scorched-alphabet a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  .sa-wrap {\n    width: min(var(--max), calc(100% - 44px));\n    margin: 0 auto;\n  }\n\n  .sa-section {\n    position: relative;\n    padding: 100px 0;\n  }\n\n  .sa-divider {\n    width: min(var(--max), calc(100% - 44px));\n    height: 1px;\n    margin: 0 auto;\n\n    background:\n      linear-gradient(\n        90deg,\n        transparent,\n        rgba(255,104,37,.36),\n        rgba(255,255,255,.08),\n        rgba(255,104,37,.15),\n        transparent\n      );\n  }\n\n\n  \/* TYPOGRAPHY *\/\n\n  .sa-kicker {\n    margin-bottom: 17px !important;\n\n    color: var(--orange) !important;\n\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: .22em;\n    text-transform: uppercase;\n  }\n\n  .sa-heading {\n    margin-bottom: 0 !important;\n\n    color: #fff !important;\n\n    font-size: clamp(39px, 5.5vw, 72px);\n    line-height: .96;\n    letter-spacing: -.052em;\n    font-weight: 950;\n  }\n\n  .sa-gradient {\n    background:\n      linear-gradient(\n        100deg,\n        #fff,\n        #ffd0b1 55%,\n        #ff7333\n      );\n\n    -webkit-background-clip: text;\n    background-clip: text;\n\n    color: transparent !important;\n  }\n\n  .sa-copy {\n    color: var(--muted) !important;\n\n    font-size: 17px;\n    line-height: 1.8;\n  }\n\n  .sa-copy p {\n    margin-bottom: 23px !important;\n    color: var(--muted) !important;\n  }\n\n\n  \/* OPENING *\/\n\n  .sa-opening {\n    position: relative;\n\n    padding:\n      100px\n      0\n      105px;\n\n    text-align: center;\n\n    background:\n      radial-gradient(\n        circle at 50% 18%,\n        rgba(255,77,10,.12),\n        transparent 36%\n      );\n  }\n\n  .sa-opening-inner {\n    position: relative;\n    z-index: 2;\n  }\n\n  .sa-system-pill {\n    display: inline-flex;\n\n    align-items: center;\n    gap: 9px;\n\n    margin-bottom: 27px;\n\n    padding: 9px 15px;\n\n    border: 1px solid rgba(255,103,36,.32);\n    border-radius: 999px;\n\n    color: #ffbd8d !important;\n\n    background:\n      rgba(255,84,15,.065);\n\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n  }\n\n  .sa-system-pill::before {\n    content: \"\";\n\n    width: 7px;\n    height: 7px;\n\n    border-radius: 50%;\n\n    background: #ff6d27;\n\n    box-shadow:\n      0 0 8px #ff6d27,\n      0 0 19px rgba(255,89,20,.7);\n  }\n\n  .sa-opening-title {\n    max-width: 900px;\n\n    margin: 0 auto !important;\n\n    color: #fff !important;\n\n    font-size: clamp(49px, 7vw, 94px);\n    line-height: .9;\n    letter-spacing: -.06em;\n    font-weight: 1000;\n  }\n\n  .sa-opening-tagline {\n    margin:\n      24px\n      auto\n      0 !important;\n\n    color: var(--peach) !important;\n\n    font-size: clamp(22px, 2.8vw, 35px);\n    line-height: 1.2;\n    font-style: italic;\n  }\n\n  .sa-opening-copy {\n    max-width: 760px;\n\n    margin:\n      29px\n      auto\n      0 !important;\n\n    color: #cdbfb6 !important;\n\n    font-size: clamp(18px, 1.8vw, 22px);\n    line-height: 1.68;\n  }\n\n\n  \/* MAIN IMAGE *\/\n\n  .sa-main-image {\n    max-width: 760px;\n\n    margin:\n      52px\n      auto\n      0;\n\n    padding: 8px;\n\n    border: 1px solid rgba(255,111,45,.23);\n    border-radius: 27px;\n\n    background:\n      linear-gradient(\n        145deg,\n        rgba(255,110,40,.08),\n        rgba(255,255,255,.02)\n      );\n\n    box-shadow:\n      0 40px 100px rgba(0,0,0,.42),\n      0 0 75px rgba(255,70,5,.065);\n  }\n\n  .sa-main-image img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 19px;\n  }\n\n\n  \/* IMPACT *\/\n\n  .sa-impact {\n    max-width: 820px;\n\n    margin:\n      34px\n      auto;\n\n    padding:\n      27px\n      28px;\n\n    border:\n      1px solid\n      rgba(255,100,34,.16);\n\n    border-left:\n      3px solid\n      var(--orange);\n\n    border-radius:\n      0\n      20px\n      20px\n      0;\n\n    color: #fff5ef !important;\n\n    background:\n      linear-gradient(\n        90deg,\n        rgba(255,75,10,.07),\n        rgba(255,255,255,.01)\n      );\n\n    font-size: clamp(21px, 2.5vw, 31px);\n    line-height: 1.35;\n    letter-spacing: -.028em;\n    font-weight: 850;\n\n    text-align: left;\n  }\n\n\n  \/* LETTER WALL *\/\n\n  .sa-letter-wall {\n    display: grid;\n\n    grid-template-columns:\n      repeat(13,1fr);\n\n    gap: 7px;\n\n    max-width: 880px;\n\n    margin:\n      38px\n      auto;\n  }\n\n  .sa-letter-wall span {\n    aspect-ratio: 1;\n\n    display: grid;\n    place-items: center;\n\n    border:\n      1px solid\n      rgba(255,255,255,.075);\n\n    border-radius: 10px;\n\n    color:\n      rgba(255,255,255,.48) !important;\n\n    background:\n      rgba(255,255,255,.02);\n\n    font-size: 12px;\n    font-weight: 900;\n  }\n\n  .sa-letter-wall span:nth-child(4n+1),\n  .sa-letter-wall span:nth-child(7n+2) {\n    color:\n      #ffc29a !important;\n\n    border-color:\n      rgba(255,96,25,.23);\n\n    background:\n      rgba(255,76,7,.05);\n  }\n\n\n  \/* IDEAS *\/\n\n  .sa-ideas {\n    display: grid;\n\n    grid-template-columns:\n      repeat(2,1fr);\n\n    gap: 9px;\n\n    max-width: 850px;\n\n    margin:\n      35px\n      auto\n      0;\n  }\n\n  .sa-idea {\n    padding:\n      15px\n      17px;\n\n    border:\n      1px solid\n      rgba(255,255,255,.07);\n\n    border-radius: 13px;\n\n    color:\n      #d2c3ba !important;\n\n    background:\n      rgba(255,255,255,.021);\n\n    font-size: 14px;\n\n    text-align: left;\n  }\n\n\n  \/* STORY CARD *\/\n\n  .sa-story-card {\n    max-width: 900px;\n\n    margin: 0 auto;\n\n    padding:\n      51px\n      50px;\n\n    border:\n      1px solid\n      rgba(255,255,255,.085);\n\n    border-radius: 29px;\n\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255,89,17,.09),\n        transparent 37%\n      ),\n      linear-gradient(\n        145deg,\n        rgba(255,255,255,.04),\n        rgba(255,255,255,.012)\n      );\n\n    box-shadow:\n      0 35px 90px\n      rgba(0,0,0,.22);\n  }\n\n  .sa-story-card .sa-copy {\n    max-width: 750px;\n    margin: 35px auto 0;\n  }\n\n\n  \/* REVEAL GRID *\/\n\n  .sa-reveal-grid {\n    display: grid;\n\n    grid-template-columns:\n      repeat(2, 1fr);\n\n    gap: 15px;\n\n    margin-top: 48px;\n  }\n\n  .sa-card {\n    padding: 34px;\n\n    border:\n      1px solid\n      rgba(255,255,255,.08);\n\n    border-radius: 22px;\n\n    background:\n      linear-gradient(\n        145deg,\n        rgba(255,255,255,.035),\n        rgba(255,255,255,.012)\n      );\n  }\n\n  .sa-card-number {\n    margin-bottom: 16px;\n\n    color: var(--orange) !important;\n\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: .17em;\n    text-transform: uppercase;\n  }\n\n  .sa-card h3 {\n    margin-bottom: 12px !important;\n\n    color: #fff !important;\n\n    font-size: 23px;\n    line-height: 1.14;\n    letter-spacing: -.035em;\n  }\n\n  .sa-card p {\n    margin-bottom: 0 !important;\n\n    color: var(--muted) !important;\n\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n\n  \/* FEATURES *\/\n\n  .sa-features {\n    display: grid;\n\n    grid-template-columns:\n      repeat(2, 1fr);\n\n    gap: 12px;\n  }\n\n  .sa-feature {\n    padding: 30px;\n\n    border:\n      1px solid\n      rgba(255,255,255,.075);\n\n    border-radius: 20px;\n\n    background:\n      rgba(255,255,255,.018);\n  }\n\n  .sa-feature-icon {\n    display: grid;\n    place-items: center;\n\n    width: 42px;\n    height: 42px;\n\n    margin-bottom: 19px;\n\n    border:\n      1px solid\n      rgba(255,103,36,.25);\n\n    border-radius: 13px;\n\n    color: var(--peach) !important;\n\n    background:\n      rgba(255,89,20,.055);\n\n    font-size: 18px;\n  }\n\n  .sa-feature h3 {\n    margin-bottom: 9px !important;\n\n    color: #fff !important;\n\n    font-size: 20px;\n    letter-spacing: -.025em;\n  }\n\n  .sa-feature p {\n    margin-bottom: 0 !important;\n\n    color: var(--muted) !important;\n\n    font-size: 14px;\n    line-height: 1.67;\n  }\n\n\n  \/* BUNDLE *\/\n\n  .sa-bundle {\n    position: relative;\n\n    padding:\n      125px\n      0\n      130px;\n  }\n\n  .sa-bundle-card {\n    position: relative;\n\n    max-width: 1040px;\n\n    margin: 0 auto;\n\n    padding:\n      70px\n      55px;\n\n    border:\n      2px solid\n      rgba(255,113,47,.38);\n\n    border-radius: 35px;\n\n    text-align: center;\n\n    background:\n      radial-gradient(\n        circle at 50% -10%,\n        rgba(255,107,42,.19),\n        transparent 42%\n      ),\n      linear-gradient(\n        145deg,\n        #170f0b,\n        #090706 75%\n      );\n\n    box-shadow:\n      0 50px 130px\n      rgba(0,0,0,.46),\n      0 0 90px\n      rgba(255,65,0,.075);\n  }\n\n  .sa-bundle-badge {\n    display: inline-flex;\n\n    margin-bottom: 25px;\n\n    padding:\n      9px\n      14px;\n\n    border:\n      1px solid\n      rgba(255,106,38,.30);\n\n    border-radius: 999px;\n\n    color: #ffc092 !important;\n\n    background:\n      rgba(255,81,13,.08);\n\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: .16em;\n    text-transform: uppercase;\n  }\n\n  .sa-bundle-title {\n    margin:\n      0\n      auto !important;\n\n    color: #fff !important;\n\n    font-size: clamp(46px, 6.6vw, 88px);\n    line-height: .91;\n    letter-spacing: -.06em;\n    font-weight: 1000;\n  }\n\n  .sa-bundle-copy {\n    max-width: 700px;\n\n    margin:\n      27px\n      auto\n      0 !important;\n\n    color: #d1c2b9 !important;\n\n    font-size: clamp(17px, 1.8vw, 21px);\n    line-height: 1.62;\n  }\n\n  .sa-bundle-image {\n    max-width: 700px;\n\n    margin:\n      42px\n      auto\n      36px;\n\n    padding: 8px;\n\n    border:\n      1px solid\n      rgba(255,111,45,.20);\n\n    border-radius: 24px;\n\n    background:\n      rgba(255,255,255,.02);\n  }\n\n  .sa-bundle-image img {\n    display: block;\n\n    width: 100%;\n    height: auto;\n\n    border-radius: 17px;\n  }\n\n  .sa-bundle-products {\n    display: grid;\n\n    grid-template-columns:\n      repeat(3,1fr);\n\n    gap: 10px;\n\n    max-width: 880px;\n\n    margin:\n      0\n      auto;\n  }\n\n  .sa-bundle-product {\n    padding:\n      24px\n      17px;\n\n    border:\n      1px solid\n      rgba(255,255,255,.08);\n\n    border-radius: 17px;\n\n    background:\n      rgba(255,255,255,.022);\n  }\n\n  .sa-bundle-product small {\n    display: block;\n\n    margin-bottom: 8px;\n\n    color: var(--orange) !important;\n\n    font-size: 9px;\n    font-weight: 900;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n  }\n\n  .sa-bundle-product strong {\n    display: block;\n\n    color: #fff !important;\n\n    font-size: 17px;\n  }\n\n  .sa-bundle-was {\n    margin-top: 47px;\n\n    color: #8b796e !important;\n\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n  .sa-bundle-was s {\n    text-decoration-color: #bd502a;\n    text-decoration-thickness: 2px;\n  }\n\n  .sa-bundle-price {\n    margin-top: 4px;\n\n    background:\n      linear-gradient(\n        135deg,\n        #fff7ef,\n        #ffc397 50%,\n        #ff6324\n      );\n\n    -webkit-background-clip: text;\n    background-clip: text;\n\n    color: transparent !important;\n\n    font-size: clamp(76px, 10vw, 130px);\n    line-height: .89;\n    letter-spacing: -.07em;\n    font-weight: 1000;\n  }\n\n  .sa-save {\n    display: inline-block;\n\n    margin-top: 16px;\n\n    padding:\n      9px\n      14px;\n\n    border:\n      1px solid\n      rgba(255,103,37,.29);\n\n    border-radius: 999px;\n\n    color: #ffd2b4 !important;\n\n    background:\n      rgba(255,84,15,.08);\n\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n  }\n\n  .sa-bundle-math {\n    max-width: 680px;\n\n    margin:\n      34px\n      auto\n      0;\n\n    padding:\n      24px\n      15px;\n\n    border-top:\n      1px solid\n      rgba(255,255,255,.08);\n\n    border-bottom:\n      1px solid\n      rgba(255,255,255,.08);\n\n    color: #cdbfb6 !important;\n\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .sa-bundle-link {\n    display: inline-flex;\n\n    align-items: center;\n    justify-content: center;\n\n    min-height: 62px;\n\n    margin-top: 31px;\n\n    padding:\n      0\n      30px;\n\n    border-radius: 999px;\n\n    color: #150703 !important;\n\n    background:\n      linear-gradient(\n        135deg,\n        #ffdab7,\n        #ff954f 45%,\n        #ff4e16\n      );\n\n    box-shadow:\n      0 18px 50px\n      rgba(255,65,5,.25);\n\n    font-size: 12px;\n    font-weight: 950;\n    letter-spacing: .065em;\n    text-transform: uppercase;\n\n    transition:\n      transform .22s ease,\n      box-shadow .22s ease;\n  }\n\n  .sa-bundle-link:hover {\n    transform: translateY(-2px);\n\n    box-shadow:\n      0 23px 65px\n      rgba(255,65,5,.35);\n  }\n\n\n  \/* FOOT *\/\n\n  .sa-end {\n    padding:\n      30px\n      20px\n      45px;\n\n    text-align: center;\n\n    color:\n      rgba(255,255,255,.24) !important;\n\n    font-size: 9px;\n    font-weight: 900;\n    letter-spacing: .22em;\n    text-transform: uppercase;\n  }\n\n\n  \/* RESPONSIVE *\/\n\n  @media (max-width: 850px) {\n\n    .sa-reveal-grid,\n    .sa-features {\n      grid-template-columns: 1fr;\n    }\n\n    .sa-bundle-products {\n      grid-template-columns: 1fr;\n    }\n\n  }\n\n  @media (max-width: 640px) {\n\n    .sa-wrap {\n      width: calc(100% - 28px);\n    }\n\n    .sa-section {\n      padding: 65px 0;\n    }\n\n    .sa-opening {\n      padding:\n        68px\n        0\n        70px;\n    }\n\n    .sa-opening-title {\n      font-size: 48px;\n    }\n\n    .sa-main-image {\n      margin-top: 40px;\n      padding: 5px;\n      border-radius: 20px;\n    }\n\n    .sa-main-image img {\n      border-radius: 15px;\n    }\n\n    .sa-letter-wall {\n      grid-template-columns:\n        repeat(6,1fr);\n    }\n\n    .sa-ideas {\n      grid-template-columns: 1fr;\n    }\n\n    .sa-story-card {\n      padding:\n        31px\n        23px;\n\n      border-radius: 22px;\n    }\n\n    .sa-impact {\n      padding:\n        23px\n        18px;\n\n      font-size: 22px;\n    }\n\n    .sa-card,\n    .sa-feature {\n      padding: 25px;\n    }\n\n    .sa-bundle {\n      padding:\n        78px\n        0\n        95px;\n    }\n\n    .sa-bundle-card {\n      padding:\n        53px\n        21px;\n\n      border-radius: 27px;\n    }\n\n    .sa-bundle-link {\n      width: 100%;\n\n      padding:\n        0\n        18px;\n    }\n\n  }\n\n\u003c\/style\u003e\n\u003cdiv id=\"scorched-alphabet\"\u003e\n\u003c!-- OPENING --\u003e\n\u003csection class=\"sa-opening\"\u003e\n\u003cdiv class=\"sa-wrap sa-opening-inner\"\u003e\n\u003cdiv class=\"sa-system-pill\"\u003eSCORCHED — Alphabet\u003c\/div\u003e\n\u003ch2 class=\"sa-opening-title\"\u003eEvery thought begins\u003cbr\u003e\u003cspan class=\"sa-gradient\"\u003e with a letter. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"sa-opening-copy\"\u003eReveal initials, names, people, places, words and more \u003cstrong\u003edirectly on your fingertips.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"sa-main-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0568\/3943\/8516\/files\/scorched.png?v=1788529599\" alt=\"SCORCHED Alphabet by Joel Dickinson\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"sa-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- THE PREMISE --\u003e\n\u003cdiv style=\"padding: 56.25% 0 0 0; position: relative;\"\u003e\u003ciframe src=\"https:\/\/player.vimeo.com\/video\/1223983347?badge=0\u0026amp;autopause=0\u0026amp;player_id=0\u0026amp;app_id=58479\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\" title=\"scorched\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cscript src=\"https:\/\/player.vimeo.com\/api\/player.js\"\u003e\u003c\/script\u003e\n\u003csection class=\"sa-section\"\u003e\n\u003cdiv class=\"sa-wrap\"\u003e\n\u003cp class=\"sa-kicker\"\u003eThis is where things get interesting\u003c\/p\u003e\n\u003ch2 class=\"sa-heading\"\u003eOne letter.\u003cbr\u003e\u003cspan class=\"sa-gradient\"\u003e Hundreds of possibilities. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"sa-copy\" style=\"max-width: 800px; margin: 30px auto 0; text-align: center;\"\u003e\n\u003cp\u003eSCORCHED: Alphabet allows you to reveal letters directly on your fingertips.\u003c\/p\u003e\n\u003cp\u003eOnce you start thinking about what a single letter can represent, the possibilities become enormous.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0568\/3943\/8516\/files\/letters.png?v=1788541370\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sa-letter-wall\"\u003e\n\u003cspan\u003eA\u003c\/span\u003e\u003cspan\u003eB\u003c\/span\u003e\u003cspan\u003eC\u003c\/span\u003e\u003cspan\u003eD\u003c\/span\u003e \u003cspan\u003eE\u003c\/span\u003e\u003cspan\u003eF\u003c\/span\u003e\u003cspan\u003eG\u003c\/span\u003e\u003cspan\u003eH\u003c\/span\u003e \u003cspan\u003eI\u003c\/span\u003e\u003cspan\u003eJ\u003c\/span\u003e\u003cspan\u003eK\u003c\/span\u003e\u003cspan\u003eL\u003c\/span\u003e \u003cspan\u003eM\u003c\/span\u003e\u003cspan\u003eN\u003c\/span\u003e\u003cspan\u003eO\u003c\/span\u003e\u003cspan\u003eP\u003c\/span\u003e \u003cspan\u003eQ\u003c\/span\u003e\u003cspan\u003eR\u003c\/span\u003e\u003cspan\u003eS\u003c\/span\u003e\u003cspan\u003eT\u003c\/span\u003e \u003cspan\u003eU\u003c\/span\u003e\u003cspan\u003eV\u003c\/span\u003e\u003cspan\u003eW\u003c\/span\u003e\u003cspan\u003eX\u003c\/span\u003e \u003cspan\u003eY\u003c\/span\u003e\u003cspan\u003eZ\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sa-impact\"\u003eIf you can reduce the thought to a letter, SCORCHED: Alphabet gives you a way to reveal it.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- POSSIBILITIES --\u003e\n\u003csection class=\"sa-section\"\u003e\n\u003cdiv class=\"sa-wrap\"\u003e\n\u003cp class=\"sa-kicker\"\u003eWhat could a letter represent?\u003c\/p\u003e\n\u003ch2 class=\"sa-heading\"\u003eAlmost anything\u003cbr\u003e\u003cspan class=\"sa-gradient\"\u003e your participant could think of. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"sa-ideas\"\u003e\n\u003cdiv class=\"sa-idea\"\u003eA thought-of initial\u003c\/div\u003e\n\u003cdiv class=\"sa-idea\"\u003eTheir own initial\u003c\/div\u003e\n\u003cdiv class=\"sa-idea\"\u003eSomeone important to them\u003c\/div\u003e\n\u003cdiv class=\"sa-idea\"\u003eA secretly thought-of name\u003c\/div\u003e\n\u003cdiv class=\"sa-idea\"\u003eA loved one\u003c\/div\u003e\n\u003cdiv class=\"sa-idea\"\u003eA childhood friend\u003c\/div\u003e\n\u003cdiv class=\"sa-idea\"\u003eA celebrity\u003c\/div\u003e\n\u003cdiv class=\"sa-idea\"\u003eA city\u003c\/div\u003e\n\u003cdiv class=\"sa-idea\"\u003eA country\u003c\/div\u003e\n\u003cdiv class=\"sa-idea\"\u003eA destination\u003c\/div\u003e\n\u003cdiv class=\"sa-idea\"\u003eA pet\u003c\/div\u003e\n\u003cdiv class=\"sa-idea\"\u003eA secretly written word\u003c\/div\u003e\n\u003cdiv class=\"sa-idea\"\u003eA thought-of object\u003c\/div\u003e\n\u003cdiv class=\"sa-idea\"\u003eA landmark\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sa-impact\"\u003eNames. Places. People. Words. Objects.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGINE THIS --\u003e\n\u003csection class=\"sa-section\"\u003e\n\u003cdiv class=\"sa-wrap\"\u003e\n\u003cdiv class=\"sa-story-card\"\u003e\n\u003cp class=\"sa-kicker\"\u003eImagine this\u003c\/p\u003e\n\u003ch2 class=\"sa-heading\"\u003eThe name is revealed.\u003cbr\u003e\u003cspan class=\"sa-gradient\"\u003e Then you go one step further. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"sa-copy\"\u003e\n\u003cp\u003eImagine secretly obtaining the name of somebody important to your participant.\u003c\/p\u003e\n\u003cp\u003eYou begin revealing information about that person.\u003c\/p\u003e\n\u003cp\u003ePerhaps you eventually reveal their name.\u003c\/p\u003e\n\u003cp\u003eThey think the routine is finished.\u003c\/p\u003e\n\u003cdiv class=\"sa-impact\"\u003eThen you show them that person's initial physically burnt into your fingertip.\u003c\/div\u003e\n\u003cp\u003eOr strip the premise right back.\u003c\/p\u003e\n\u003cp\u003eSomeone simply thinks of an initial.\u003c\/p\u003e\n\u003cp\u003eYou reveal it.\u003c\/p\u003e\n\u003cp\u003eThen prove the impossible by showing that very letter burnt into your skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"sa-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SCORCHED IS THE REVEAL --\u003e\n\u003csection class=\"sa-section\"\u003e\n\u003cdiv class=\"sa-wrap\"\u003e\n\u003cp class=\"sa-kicker\"\u003eThis isn't one fixed trick\u003c\/p\u003e\n\u003ch2 class=\"sa-heading\"\u003eSCORCHED: Alphabet\u003cbr\u003e\u003cspan class=\"sa-gradient\"\u003e is a reveal tool. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"sa-reveal-grid\"\u003e\n\u003carticle class=\"sa-card\"\u003e\n\u003cdiv class=\"sa-card-number\"\u003eYour routine\u003c\/div\u003e\n\u003ch3\u003eUse whatever method you already perform.\u003c\/h3\u003e\n\u003cp\u003ePeek the information. Use an impression. Use a billet, force, psychological method or simply have them tell you.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sa-card\"\u003e\n\u003cdiv class=\"sa-card-number\"\u003eYour new ending\u003c\/div\u003e\n\u003ch3\u003eTurn that information into a physical revelation.\u003c\/h3\u003e\n\u003cp\u003eOnce you know the thought, SCORCHED gives you a completely new final image: the relevant letter burnt into your fingertips.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sa-impact\"\u003eYou don't need to build a new trick around SCORCHED. You can build SCORCHED into tricks you already perform.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PERFORMANCE --\u003e\n\u003csection class=\"sa-section\"\u003e\n\u003cdiv class=\"sa-wrap\"\u003e\n\u003cp class=\"sa-kicker\"\u003eDesigned for performers\u003c\/p\u003e\n\u003ch2 class=\"sa-heading\"\u003eBuilt for\u003cbr\u003e\u003cspan class=\"sa-gradient\"\u003e real-world performance. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"sa-features\" style=\"margin-top: 50px;\"\u003e\n\u003carticle class=\"sa-feature\"\u003e\n\u003cdiv class=\"sa-feature-icon\"\u003e◆\u003c\/div\u003e\n\u003ch3\u003eSolid. Durable. Made to last.\u003c\/h3\u003e\n\u003cp\u003eSCORCHED: Alphabet is constructed from solid, durable plastic and designed to withstand repeated real-world use.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sa-feature\"\u003e\n\u003cdiv class=\"sa-feature-icon\"\u003e⌁\u003c\/div\u003e\n\u003ch3\u003eHidden on your belt.\u003c\/h3\u003e\n\u003cp\u003eThe unit sits discreetly on your belt, concealed beneath your T-shirt, shirt, jacket or whatever you happen to be wearing.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sa-feature\"\u003e\n\u003cdiv class=\"sa-feature-icon\"\u003e◎\u003c\/div\u003e\n\u003ch3\u003eDesigned to be used without looking.\u003c\/h3\u003e\n\u003cp\u003eEach reveal position incorporates a tactile locating point, allowing you to know exactly where your fingertip is positioned simply by touch.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sa-feature\"\u003e\n\u003cdiv class=\"sa-feature-icon\"\u003e→\u003c\/div\u003e\n\u003ch3\u003eReach. Locate. Reveal.\u003c\/h3\u003e\n\u003cp\u003eNo looking down. No searching around. No hoping you've found the correct position. Locate what you need by touch and you're ready.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FULL BURN UPSELL --\u003e\n\u003csection class=\"sa-bundle\"\u003e\n\u003cdiv class=\"sa-wrap\"\u003e\n\u003cdiv class=\"sa-bundle-card\"\u003e\n\u003cdiv class=\"sa-bundle-badge\"\u003eComplete Collection — Best Value\u003c\/div\u003e\n\u003ch2 class=\"sa-bundle-title\"\u003eWant the entire\u003cbr\u003eSCORCHED range?\u003c\/h2\u003e\n\u003cp class=\"sa-bundle-copy\"\u003eSCORCHED: Alphabet is a complete standalone system. But if you can already see yourself using more than one version, you can own all three in \u003cstrong\u003eSCORCHED: The Full Burn.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"sa-bundle-image\"\u003e\u003ca href=\"https:\/\/www.themiraclestudio.co.uk\/products\/scorched-the-full-burn\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0568\/3943\/8516\/files\/scorchedthefullburn.png?v=1788530393\" alt=\"SCORCHED The Full Burn\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"sa-bundle-products\"\u003e\n\u003cdiv class=\"sa-bundle-product\"\u003e\n\u003csmall\u003e System 01 \u003c\/small\u003e \u003cstrong\u003e Zodiac \u0026amp; Zener \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sa-bundle-product\"\u003e\n\u003csmall\u003e System 02 \u003c\/small\u003e \u003cstrong\u003e Alphabet \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sa-bundle-product\"\u003e\n\u003csmall\u003e System 03 \u003c\/small\u003e \u003cstrong\u003e Playing Cards \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sa-bundle-was\"\u003ePurchased individually: \u003cs\u003e£119.85\u003c\/s\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sa-bundle-price\"\u003e£97.95\u003c\/div\u003e\n\u003cdiv class=\"sa-save\"\u003eSave £21.90\u003c\/div\u003e\n\u003cdiv class=\"sa-bundle-math\"\u003eIf you're considering two SCORCHED systems, you're already at \u003cstrong\u003e£79.90\u003c\/strong\u003e. \u003cbr\u003e\u003cbr\u003eFor just \u003cstrong\u003e£18.05 more\u003c\/strong\u003e, you can own the third system and have the entire SCORCHED range available whenever you perform.\u003c\/div\u003e\n\u003ca href=\"https:\/\/www.themiraclestudio.co.uk\/products\/scorched-the-full-burn\" class=\"sa-bundle-link\"\u003e Explore SCORCHED: The Full Burn — £97.95 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"sa-end\"\u003eSCORCHED — THE MIRACLE STUDIO\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Miracle Studio","offers":[{"title":"Default Title","offer_id":52792944001306,"sku":null,"price":56.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0568\/3943\/8516\/files\/scorched.png?v=1788529599","url":"https:\/\/www.themiraclestudio.co.uk\/en-us\/products\/scorched-alphabet-by-joel-dickinson","provider":"Miracle Studio","version":"1.0","type":"link"}