{"id":331,"date":"2025-11-21T14:36:31","date_gmt":"2025-11-21T14:36:31","guid":{"rendered":"https:\/\/authorwebsitepublishing.xyz\/rb\/?page_id=331"},"modified":"2025-11-24T15:07:58","modified_gmt":"2025-11-24T15:07:58","slug":"media-kit","status":"publish","type":"page","link":"https:\/\/authorwebsitepublishing.xyz\/rb\/media-kit\/","title":{"rendered":"Media Kit"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"331\" class=\"elementor elementor-331\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8cfdb64 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"8cfdb64\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a358144\" data-id=\"a358144\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6255129 elementor-widget elementor-widget-html\" data-id=\"6255129\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<canvas id=\"snow-canvas\"><\/canvas>\r\n\r\n<style>\r\n  #snow-canvas {\r\n    position: fixed;\r\n    left: 0;\r\n    top: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n    pointer-events: none;\r\n    z-index: 1;\r\n    display: block;\r\n  }\r\n<\/style>\r\n\r\n<script>\r\n(function() {\r\n  const canvas = document.getElementById('snow-canvas');\r\n  const ctx = canvas.getContext('2d');\r\n\r\n  let PARTICLE_COUNT = Math.round(window.innerWidth \/ 25);\r\n  const SIZE_MIN = 1;\r\n  const SIZE_MAX = 3;\r\n\r\n  \/\/ Increased speed\r\n  const SPEED_MIN = 0.2;\r\n  const SPEED_MAX = 0.5;\r\n\r\n  const WIND_RANGE = 0.2;\r\n\r\n  let particles = [];\r\n\r\n  function resize() {\r\n    const dpr = window.devicePixelRatio || 1;\r\n    canvas.width = Math.round(window.innerWidth * dpr);\r\n    canvas.height = Math.round(window.innerHeight * dpr);\r\n    canvas.style.width = window.innerWidth + 'px';\r\n    canvas.style.height = window.innerHeight + 'px';\r\n    ctx.setTransform(dpr, 0, 0, dpr, 0, 0);\r\n\r\n    PARTICLE_COUNT = Math.round(window.innerWidth \/ 25);\r\n    initParticles();\r\n  }\r\n\r\n  function rand(min, max) {\r\n    return Math.random() * (max - min) + min;\r\n  }\r\n\r\n  function initParticles() {\r\n    particles = [];\r\n    for (let i = 0; i < PARTICLE_COUNT; i++) {\r\n      const r = rand(SIZE_MIN, SIZE_MAX);\r\n      particles.push({\r\n        x: Math.random() * window.innerWidth,\r\n        y: Math.random() * window.innerHeight,\r\n        r: r,\r\n        speed: rand(SPEED_MIN, SPEED_MAX),\r\n        wind: rand(-WIND_RANGE, WIND_RANGE),\r\n        alpha: rand(0.5, 1)\r\n      });\r\n    }\r\n  }\r\n\r\n  function update() {\r\n    for (let p of particles) {\r\n      p.y += p.speed;          \/\/ move straight down\r\n      p.x += p.wind * 0.2;     \/\/ slight horizontal drift for wind\r\n\r\n      if (p.y - p.r > window.innerHeight) {\r\n        p.y = -p.r;\r\n        p.x = Math.random() * window.innerWidth;\r\n      }\r\n\r\n      if (p.x < -20) p.x = window.innerWidth + 20;\r\n      if (p.x > window.innerWidth + 20) p.x = -20;\r\n    }\r\n  }\r\n\r\n  function draw() {\r\n    ctx.clearRect(0, 0, canvas.width, canvas.height);\r\n    for (let p of particles) {\r\n      ctx.beginPath();\r\n      ctx.arc(p.x, p.y, p.r, 0, Math.PI * 2);\r\n      ctx.fillStyle = 'rgba(255,255,255,' + p.alpha + ')';\r\n      ctx.fill();\r\n    }\r\n  }\r\n\r\n  function loop() {\r\n    update();\r\n    draw();\r\n    requestAnimationFrame(loop);\r\n  }\r\n\r\n  window.addEventListener('resize', resize);\r\n  resize();\r\n  loop();\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1585aba premium-header-inline premium-lq__none premium-box-lq__none elementor-widget elementor-widget-premium-addon-dual-header\" data-id=\"1585aba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"premium-addon-dual-header.default\">\n\t\t\t\t\t\n\t\t<div class=\"elementor-widget-container\">\n\t\t<div class=\"premium-dual-header-wrapper\">\n\t\t\t\t\t<h2 class=\"premium-dual-header-first-header \"><span class=\"premium-dual-header-first-span\">Media Kit <\/span><\/h2> \t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e216ad elementor-widget elementor-widget-text-editor\" data-id=\"1e216ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<section class=\"relative py-20\"><div class=\"container mx-auto px-4\"><div class=\"text-center mb-12\"><p class=\"text-xl text-muted-foreground max-w-2xl mx-auto\">Press materials, downloadable assets, and author information<\/p><\/div><\/div><\/section>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fae8050 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"fae8050\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fd0c5b8\" data-id=\"fd0c5b8\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-caf2c59 elementor-widget elementor-widget-heading\" data-id=\"caf2c59\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Short Bio (50 words)\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-91786d4 elementor-widget elementor-widget-text-editor\" data-id=\"91786d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"rounded-lg border text-card-foreground shadow-sm p-8 bg-card\/80 backdrop-blur-sm border-border\/50 shadow-card-custom\"><p class=\"text-muted-foreground leading-relaxed\">R.B. Beck is an author and storyteller inspired by Alaska&#8217;s wild beauty and nearly true tales. Drawing from generations of Alaskan folklore, Beck crafts magical adventures that celebrate family bonds, promise-keeping, and the wonder hidden in nature. When not writing, Beck explores the frozen north with hot chocolate in hand.<\/p><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a11635 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"6a11635\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e472d06\" data-id=\"e472d06\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f8deaee elementor-widget elementor-widget-heading\" data-id=\"f8deaee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Long Bio (150 words)\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c9c23da elementor-widget elementor-widget-text-editor\" data-id=\"c9c23da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"text-muted-foreground leading-relaxed mb-4\">R.B. Beck is an author and storyteller who found their voice in the wild, beautiful landscapes of Alaska. Growing up surrounded by snow-capped mountains, endless forests, and the dancing lights of the aurora borealis, Beck developed a deep love for the magic hidden in nature and the power of stories that bring families together.<\/p><p class=\"text-muted-foreground leading-relaxed\">Drawing from years of campfire tales, family traditions, and the &#8220;nearly true&#8221; stories passed down through generations of Alaskan families, Beck crafts adventures that spark imagination while celebrating the bonds of family and the importance of keeping promises. The Nearly True Adventures of Carayak and the Red-Bearded Man is the first book in the Tales from the North series. When not writing, Beck can be found exploring the Alaskan wilderness, sipping hot chocolate, and dreaming up new adventures.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-91fc52d elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"91fc52d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5f277c9\" data-id=\"5f277c9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1a6051a elementor-widget elementor-widget-heading\" data-id=\"1a6051a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Praise for the Adventure\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea0fc15 elementor-widget elementor-widget-text-editor\" data-id=\"ea0fc15\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"text-center mb-12\"><div class=\"text-center mb-12\"><p class=\"text-xl text-muted-foreground\">What readers are saying about Carayak<\/p><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e5faf82 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"e5faf82\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-17b8123\" data-id=\"17b8123\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b41c975 elementor-position-left elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"b41c975\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"58\" height=\"60\" src=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-21-214329.png\" class=\"attachment-full size-full wp-image-375\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Book Cover - Front<\/h3><p class=\"elementor-image-box-description\">High-resolution front cover (300 DPI, PNG)\n4.2 MB<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c916ed1 elementor-widget elementor-widget-button\" data-id=\"c916ed1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.amazon.com\/Nearly-True-Adventures-Carayak-Bearded-ebook\/dp\/B0F4LNP9CP\/ref=tmm_kin_swatch_0?_encoding=UTF8&#038;dib_tag=se&#038;dib=eyJ2IjoiMSJ9.TstJ_LBXowF_bjXqZTUq4A.IqgO3VU4nbVSdgHBpL29854dybyuwUUqXn7ygOoBdto&#038;qid=1763996348&#038;sr=1-1\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-download\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-575225d\" data-id=\"575225d\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-157914d elementor-position-left elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"157914d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"58\" height=\"60\" src=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-21-214329.png\" class=\"attachment-full size-full wp-image-375\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Book Cover - Full Wrap<\/h3><p class=\"elementor-image-box-description\">Complete book cover with spine and back\n\n8.5 MB<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-86d5005 elementor-widget elementor-widget-button\" data-id=\"86d5005\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.amazon.com\/Nearly-True-Adventures-Carayak-Bearded-ebook\/dp\/B0F4LNP9CP\/ref=tmm_kin_swatch_0?_encoding=UTF8&#038;dib_tag=se&#038;dib=eyJ2IjoiMSJ9.TstJ_LBXowF_bjXqZTUq4A.IqgO3VU4nbVSdgHBpL29854dybyuwUUqXn7ygOoBdto&#038;qid=1763996348&#038;sr=1-1\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-download\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-df86188 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"df86188\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7d40f00\" data-id=\"7d40f00\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8291504 elementor-position-left elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"8291504\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"58\" height=\"60\" src=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-21-214329.png\" class=\"attachment-full size-full wp-image-375\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Author Photo - High Res<\/h3><p class=\"elementor-image-box-description\">Professional author portrait (300 DPI, JPG)\n\n2.1 MB<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-da3a624 elementor-widget elementor-widget-button\" data-id=\"da3a624\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.amazon.com\/Nearly-True-Adventures-Carayak-Bearded-ebook\/dp\/B0F4LNP9CP\/ref=tmm_kin_swatch_0?_encoding=UTF8&#038;dib_tag=se&#038;dib=eyJ2IjoiMSJ9.TstJ_LBXowF_bjXqZTUq4A.IqgO3VU4nbVSdgHBpL29854dybyuwUUqXn7ygOoBdto&#038;qid=1763996348&#038;sr=1-1\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-download\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7b3c5c4\" data-id=\"7b3c5c4\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fdc27eb elementor-position-left elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"fdc27eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"58\" height=\"60\" src=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-21-214329.png\" class=\"attachment-full size-full wp-image-375\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Press Release<\/h3><p class=\"elementor-image-box-description\">Official press release (PDF)<br>\n\n156 KB<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6d2613d elementor-widget elementor-widget-button\" data-id=\"6d2613d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.amazon.com\/Nearly-True-Adventures-Carayak-Bearded-ebook\/dp\/B0F4LNP9CP\/ref=tmm_kin_swatch_0?_encoding=UTF8&#038;dib_tag=se&#038;dib=eyJ2IjoiMSJ9.TstJ_LBXowF_bjXqZTUq4A.IqgO3VU4nbVSdgHBpL29854dybyuwUUqXn7ygOoBdto&#038;qid=1763996348&#038;sr=1-1\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-download\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-de5dd82 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"de5dd82\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e9adcd7\" data-id=\"e9adcd7\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4783a1b elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"4783a1b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-696d07c\" data-id=\"696d07c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ba0a768 elementor-widget elementor-widget-image\" data-id=\"ba0a768\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"404\" src=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/book-cover-IhLagj_v-1024x517.jpg\" class=\"attachment-large size-large wp-image-14\" alt=\"\" srcset=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/book-cover-IhLagj_v-1024x517.jpg 1024w, https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/book-cover-IhLagj_v-300x151.jpg 300w, https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/book-cover-IhLagj_v-768x388.jpg 768w, https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/book-cover-IhLagj_v-1536x775.jpg 1536w, https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/book-cover-IhLagj_v.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3710beb\" data-id=\"3710beb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c187472 elementor-widget elementor-widget-heading\" data-id=\"c187472\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Nearly True Adventures of Carayak and the Red-Bearded Man<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a763bc elementor-widget elementor-widget-text-editor\" data-id=\"9a763bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"text-muted-foreground\"><strong>Author:<\/strong>\u00a0R.B. Beck<\/p><p class=\"text-muted-foreground\"><strong>Publisher:<\/strong>\u00a0Parker Publishers<\/p><p class=\"text-muted-foreground\"><strong>Genre:<\/strong>\u00a0Children&#8217;s Fantasy \/ Adventure<\/p><p class=\"text-muted-foreground\"><strong>Age Range:<\/strong>\u00a06-12 years<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-342ea26 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"342ea26\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3bf4306\" data-id=\"3bf4306\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b703208 elementor-widget elementor-widget-text-editor\" data-id=\"b703208\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<section class=\"py-20 bg-woodland\/50\"><div class=\"container mx-auto px-4\"><div><div class=\"max-w-4xl mx-auto\"><div class=\"rounded-lg border text-card-foreground shadow-sm p-8 md:p-12 bg-card\/80 backdrop-blur-sm border-border\/50 shadow-card-custom\"><div class=\"prose prose-invert max-w-none\"><p class=\"text-muted-foreground leading-relaxed\">Deep in the frozen north of Alaska, where the wind howls and the snow drifts high, a Red-Bearded Man and his son, Carayak, live on the edge of the world. Their life is filled with wild adventures\u2014but none as strange as the day Carayak tumbled into a snow cave and found himself face-to-face with dancing tundra elves, a talking moose, and a secret so big it could change everything!<\/p><\/div><\/div><\/div><\/div><\/div><\/section>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3ed5387 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"3ed5387\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a0d87c9\" data-id=\"a0d87c9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-74efcfd elementor-widget elementor-widget-heading\" data-id=\"74efcfd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Media Talking Points\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-0b20ba8 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"0b20ba8\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b487610\" data-id=\"b487610\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f1e37c5 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"f1e37c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Based on nearly true Alaskan folklore passed down through generations<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Explores themes of family bonds, promise-keeping, and personal integrity<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Set in the magical wilderness of Alaska with authentic cultural elements<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Perfect for families, educators, and young readers ages 6-12<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Features diverse characters including tundra elves and talking wildlife<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">First in the 'Tales from the North' series<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c8e5620 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"c8e5620\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6cc166c\" data-id=\"6cc166c\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1ea3517 elementor-widget elementor-widget-image\" data-id=\"1ea3517\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"98\" height=\"100\" src=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-21-222717.png\" class=\"attachment-large size-large wp-image-399\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ae4647b elementor-widget elementor-widget-heading\" data-id=\"ae4647b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Press &amp; Media Inquiries\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e1eedf elementor-widget elementor-widget-text-editor\" data-id=\"4e1eedf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"text-lg text-muted-foreground max-w-md\">For interviews, review copies, speaking<\/p><p class=\"text-lg text-muted-foreground max-w-md\">engagements, or additional press materials, please<\/p><p class=\"text-lg text-muted-foreground max-w-md\">contact us.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70283ba elementor-align-center elementor-widget elementor-widget-button\" data-id=\"70283ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.amazon.com\/China-2035-End-Capitalism-Know-ebook\/dp\/B0FQTJV49K\/ref=sr_1_2?crid=KJP4ONEOBU72&#038;dib=eyJ2IjoiMSJ9.vXpyJdxngajWRSHIdXVp94Q2bsZBsKG2nLvOvnnmcbQ.HeuSAvdDNosGIoMGUZSjuzNTpQ0KGoxeeM-BvBxur2I&#038;dib_tag=se&#038;keywords=china+2035+simon+levy%27&#038;qid=1762376532&#038;s=books&#038;sprefix=china+2035+simon+lev%2Cstripbooks-intl-ship%2C366&#038;sr=1-2\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact Press Team<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6465406 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"6465406\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cb45af6\" data-id=\"cb45af6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Media Kit Press materials, downloadable assets, and author information Short Bio (50 words) R.B. Beck is an author and storyteller inspired by Alaska&#8217;s wild beauty and nearly true tales. Drawing from generations of Alaskan folklore, Beck crafts magical adventures that celebrate family bonds, promise-keeping, and the wonder hidden in nature. When not writing, Beck explores the frozen north with hot chocolate in hand. Long Bio (150 words) R.B. Beck is an author and storyteller who found their voice in the wild, beautiful landscapes of Alaska. Growing up surrounded by snow-capped mountains, endless forests, and the dancing lights of the aurora borealis, Beck developed a deep love for the magic hidden in nature and the power of stories that bring families together. Drawing from years of campfire tales, family traditions, and the &#8220;nearly true&#8221; stories passed down through generations of Alaskan families, Beck crafts adventures that spark imagination while celebrating the bonds of family and the importance of keeping promises. The Nearly True Adventures of Carayak and the Red-Bearded Man is the first book in the Tales from the North series. When not writing, Beck can be found exploring the Alaskan wilderness, sipping hot chocolate, and dreaming up new adventures. Praise for the Adventure What readers are saying about Carayak Book Cover &#8211; Front High-resolution front cover (300 DPI, PNG) 4.2 MB Download Book Cover &#8211; Full Wrap Complete book cover with spine and back 8.5 MB Download Author Photo &#8211; High Res Professional author portrait (300 DPI, JPG) 2.1 MB Download Press Release Official press release (PDF) 156 KB Download The Nearly True Adventures of Carayak and the Red-Bearded Man Author:\u00a0R.B. Beck Publisher:\u00a0Parker Publishers Genre:\u00a0Children&#8217;s Fantasy \/ Adventure Age Range:\u00a06-12 years Deep in the frozen north of Alaska, where the wind howls and the snow drifts high, a Red-Bearded Man and his son, Carayak, live on the edge of the world. Their life is filled with wild adventures\u2014but none as strange as the day Carayak tumbled into a snow cave and found himself face-to-face with dancing tundra elves, a talking moose, and a secret so big it could change everything! Media Talking Points Based on nearly true Alaskan folklore passed down through generations Explores themes of family bonds, promise-keeping, and personal integrity Set in the magical wilderness of Alaska with authentic cultural elements Perfect for families, educators, and young readers ages 6-12 Features diverse characters including tundra elves and talking wildlife First in the &#8216;Tales from the North&#8217; series Press &amp; Media Inquiries For interviews, review copies, speaking engagements, or additional press materials, please contact us. Contact Press Team<\/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":{"footnotes":""},"class_list":["post-331","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/pages\/331","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/comments?post=331"}],"version-history":[{"count":46,"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/pages\/331\/revisions"}],"predecessor-version":[{"id":586,"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/pages\/331\/revisions\/586"}],"wp:attachment":[{"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/media?parent=331"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}