{"id":12,"date":"2026-02-21T16:21:07","date_gmt":"2026-02-21T16:21:07","guid":{"rendered":"https:\/\/runtimestudiosai.com\/?page_id=12"},"modified":"2026-02-21T16:22:36","modified_gmt":"2026-02-21T16:22:36","slug":"home","status":"publish","type":"page","link":"https:\/\/runtimestudiosai.com\/","title":{"rendered":"Home"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    \n    <!-- \ud83d\udd0d RUNTIME STUDIOS SEO -->\n    <title>Runtime Studios | Medieval Tavern Tunes &#038; Fantasy Ambiance<\/title>\n    <meta name=\"description\" content=\"The official hub for Runtime Studios. Immerse yourself in the worlds of Medieval Tavern Tunes, The Ambient Fantasy Guild, and Celtic Journeys.\">\n\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;700&family=Noto+Sans:wght@300;400;600&display=swap');\n\n        :root {\n            --primary-accent: #d4af37;\n            --bg-base: #1a0f0a;\n            --glass: rgba(26, 15, 10, 0.9);\n            --text-main: #f3e5ab;\n            --glow: rgba(212, 175, 55, 0.5);\n            --border: rgba(212, 175, 55, 0.2);\n        }\n\n        .theme-afg {\n            --primary-accent: #00f2ff;\n            --bg-base: #050a1a;\n            --glass: rgba(5, 10, 26, 0.92);\n            --text-main: #e0f7fa;\n            --glow: rgba(0, 242, 255, 0.4);\n            --border: rgba(0, 242, 255, 0.2);\n        }\n\n        .theme-celtic {\n            --primary-accent: #50c878;\n            --bg-base: #0f1a12;\n            --glass: rgba(15, 26, 18, 0.9);\n            --text-main: #e8f5e9;\n            --glow: rgba(80, 200, 120, 0.4);\n            --border: rgba(80, 200, 120, 0.2);\n        }\n\n        body {\n            font-family: 'Noto Sans', sans-serif;\n            background-color: var(--bg-base);\n            color: var(--text-main);\n            margin: 0;\n            transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);\n            min-height: 100vh;\n            overflow-x: hidden;\n        }\n\n        .fantasy-header { font-family: 'Cinzel', serif; letter-spacing: 0.1em; }\n\n        .glass-panel {\n            background: var(--glass);\n            backdrop-filter: blur(20px);\n            -webkit-backdrop-filter: blur(20px);\n            border: 1px solid var(--border);\n            border-radius: 1.5rem;\n            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.7);\n        }\n\n        .nav-link { cursor: pointer; transition: all 0.3s ease; position: relative; padding-bottom: 4px; }\n        .nav-link.active { color: var(--primary-accent); text-shadow: 0 0 15px var(--glow); border-bottom: 2px solid var(--primary-accent); }\n\n        .video-card {\n            transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.3s ease;\n            background: rgba(0, 0, 0, 0.4);\n            border: 1px solid rgba(255, 255, 255, 0.08);\n            overflow: hidden;\n            border-radius: 1rem;\n        }\n        .video-card:hover {\n            transform: translateY(-8px);\n            border-color: var(--primary-accent);\n            box-shadow: 0 0 25px var(--glow);\n        }\n\n        \/* \ud83d\udd79\ufe0f Sim Visuals *\/\n        .tap-button:active { transform: scale(0.92); filter: brightness(1.3); }\n        .floating-particle {\n            position: absolute;\n            pointer-events: none;\n            animation: floatUp 1.2s ease-out forwards;\n            font-weight: 800;\n            color: var(--primary-accent);\n            z-index: 100;\n            text-shadow: 0 0 10px var(--glow);\n        }\n        @keyframes floatUp {\n            0% { transform: translateY(0) scale(1); opacity: 1; }\n            100% { transform: translateY(-150px) scale(1.5); opacity: 0; }\n        }\n\n        progress::-webkit-progress-value { background: var(--primary-accent); box-shadow: 0 0 15px var(--glow); }\n        progress::-webkit-progress-bar { background: rgba(0,0,0,0.5); border-radius: 999px; }\n\n        .log-entry { border-left: 3px solid var(--primary-accent); padding: 8px 12px; margin-bottom: 8px; background: rgba(255,255,255,0.02); font-size: 11px; }\n\n        .midas-touch { animation: pulse-gold 2s infinite; border-color: var(--primary-accent) !important; }\n        @keyframes pulse-gold { 0%, 100% { box-shadow: 0 0 10px var(--glow); } 50% { box-shadow: 0 0 30px var(--primary-accent); } }\n\n        .custom-scrollbar::-webkit-scrollbar { width: 5px; }\n        .custom-scrollbar::-webkit-scrollbar-thumb { background: var(--primary-accent); border-radius: 10px; }\n    <\/style>\n<\/head>\n<body id=\"master-body\">\n\n    <!-- \ud83c\udff0 NAVIGATION -->\n    <nav class=\"p-4 md:p-6 flex justify-between items-center glass-panel m-4 sticky top-4 z-50\">\n        <div class=\"fantasy-header text-xl md:text-2xl font-bold flex items-center\">\n            <span id=\"realm-icon\" class=\"mr-3 text-yellow-500\">\ud83c\udf7a<\/span> RUNTIME STUDIOS\n        <\/div>\n        <div class=\"hidden lg:flex space-x-10 fantasy-header text-[10px] uppercase font-bold tracking-widest\">\n            <a onclick=\"switchRealm('tavern')\" id=\"nav-tavern\" class=\"nav-link active\">Tavern Tunes<\/a>\n            <a onclick=\"switchRealm('afg')\" id=\"nav-afg\" class=\"nav-link\">Ambient Fantasy Guild<\/a>\n            <a onclick=\"switchRealm('celtic')\" id=\"nav-celtic\" class=\"nav-link\">Celtic Journeys<\/a>\n            <a onclick=\"showGame()\" id=\"nav-game\" class=\"nav-link\">Game Room \ud83d\udd79\ufe0f<\/a>\n        <\/div>\n        <a href=\"https:\/\/runtimestudios.etsy.com\" target=\"_blank\" class=\"bg-yellow-600 hover:bg-yellow-500 px-6 py-2 rounded-lg text-black text-[10px] font-bold fantasy-header transition shadow-lg\">ETSY SHOP<\/a>\n    <\/nav>\n\n    <!-- \ud83d\udcfa THE REALMS VIEW -->\n    <div id=\"main-view\" class=\"transition-opacity duration-500 px-4 md:px-8\">\n        <header class=\"max-w-6xl mx-auto py-16 md:py-24 text-center\">\n            <h1 id=\"realm-title\" class=\"fantasy-header text-5xl md:text-8xl mb-6 text-white drop-shadow-2xl\">Medieval Tavern Tunes<\/h1>\n            <p id=\"realm-desc\" class=\"italic opacity-80 text-lg md:text-2xl max-w-3xl mx-auto\">Gather &#8217;round the hearth, weary traveler.<\/p>\n        <\/header>\n\n        <main class=\"max-w-7xl mx-auto space-y-24 pb-32\">\n            <!-- 1. Hall of Fame (Most Popular) -->\n            <section>\n                <div class=\"flex items-center space-x-6 mb-12\">\n                    <span class=\"text-3xl\">\ud83c\udfc6<\/span>\n                    <h2 class=\"fantasy-header text-3xl md:text-4xl text-white\">Hall of Fame<\/h2>\n                    <div class=\"flex-grow h-[1px] bg-white\/10\"><\/div>\n                <\/div>\n                <div id=\"popular-videos\" class=\"grid grid-cols-1 md:grid-cols-3 gap-8\"><\/div>\n            <\/section>\n\n            <!-- 2. New Arrivals (Most Recent) -->\n            <section>\n                <div class=\"flex items-center space-x-6 mb-12\">\n                    <span class=\"text-3xl\">\u2728<\/span>\n                    <h2 class=\"fantasy-header text-3xl md:text-4xl text-white\">New Arrivals<\/h2>\n                    <div class=\"flex-grow h-[1px] bg-white\/10\"><\/div>\n                <\/div>\n                <div id=\"recent-videos\" class=\"grid grid-cols-1 md:grid-cols-3 gap-8\"><\/div>\n            <\/section>\n\n            <!-- 3. The Bard's Choice (Random) -->\n            <section class=\"glass-panel p-10 border-dashed border-2 border-white\/10\">\n                <div class=\"flex items-center justify-between mb-12\">\n                    <h2 class=\"fantasy-header text-3xl text-white\">The Bard&#8217;s Choice<\/h2>\n                    <div class=\"text-[10px] font-bold text-yellow-500\">\ud83c\udfb2 SHUFFLING WEEKLY<\/div>\n                <\/div>\n                <div id=\"random-videos\" class=\"grid grid-cols-1 md:grid-cols-3 gap-8\"><\/div>\n            <\/section>\n        <\/main>\n    <\/div>\n\n    <!-- \ud83d\udd79\ufe0f TAVERN SIM VIEW -->\n    <div id=\"game-view\" class=\"hidden max-w-7xl mx-auto p-4 md:p-8\">\n        <div id=\"event-banner\" class=\"hidden glass-panel mb-8 p-6 text-center border-yellow-500 midas-touch text-yellow-500 font-bold fantasy-header text-xl\">\n            \u2728 MIDAS TOUCH ACTIVE: 2X GOLD! \u2728\n        <\/div>\n\n        <div class=\"grid grid-cols-1 lg:grid-cols-4 gap-8\">\n            <div class=\"lg:col-span-1 space-y-6\">\n                <div class=\"glass-panel p-8\">\n                    <h2 class=\"fantasy-header text-xl border-b border-white\/10 pb-3 mb-6\">The Ledger<\/h2>\n                    <div class=\"text-center space-y-4\">\n                        <div class=\"text-[10px] uppercase opacity-50 tracking-widest\">Available Gold<\/div>\n                        <div id=\"gold-display\" class=\"text-5xl font-bold text-yellow-500\">0<\/div>\n                        <div class=\"text-xs border-t border-white\/5 pt-4\">Income\/Sec: <span id=\"gps-display\" class=\"font-bold\">0<\/span><\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"glass-panel p-6 flex flex-col h-[400px]\">\n                    <h2 class=\"fantasy-header text-lg border-b border-white\/10 pb-3 mb-4\">Traveler&#8217;s Log<\/h2>\n                    <div id=\"game-log\" class=\"flex-grow overflow-y-auto custom-scrollbar text-[11px] space-y-2 opacity-70\">\n                        <div class=\"log-entry italic\">The tavern doors open with a creak&#8230;<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"lg:col-span-2 flex flex-col items-center justify-center py-12 relative\">\n                <div id=\"click-target\" onclick=\"handleTap(event)\" class=\"tap-button cursor-pointer relative group\">\n                    <div class=\"w-64 h-64 md:w-80 md:h-80 rounded-full bg-yellow-900\/10 border-8 border-yellow-500\/20 flex items-center justify-center text-9xl group-hover:border-yellow-500\/40 transition-all\">\ud83c\udf7a<\/div>\n                    <div class=\"absolute -bottom-6 left-1\/2 -translate-x-1\/2 bg-yellow-600 px-10 py-2 rounded-full text-xs font-bold text-black fantasy-header shadow-2xl\">POUR ALE<\/div>\n                <\/div>\n                <div class=\"mt-20 w-full max-w-md glass-panel p-6\">\n                    <div class=\"flex justify-between text-[10px] font-bold mb-2\">\n                        <span>RANK: <span id=\"rep-rank\" class=\"text-yellow-500\">Local Watering Hole<\/span><\/span>\n                        <span>LVL <span id=\"rep-level\">1<\/span><\/span>\n                    <\/div>\n                    <progress id=\"rep-progress\" class=\"w-full h-3 rounded-full\" value=\"0\" max=\"100\"><\/progress>\n                <\/div>\n            <\/div>\n\n            <div class=\"lg:col-span-1 space-y-6\">\n                <div class=\"glass-panel p-8\">\n                    <h2 class=\"fantasy-header text-xl border-b border-white\/10 pb-3 mb-6\">Hire Staff<\/h2>\n                    <div id=\"staff-container\" class=\"space-y-4\"><\/div>\n                <\/div>\n                <div class=\"glass-panel p-4 text-center\">\n                    <a href=\"https:\/\/runtimestudios.etsy.com\" target=\"_blank\" class=\"block py-3 bg-yellow-600 hover:bg-yellow-500 rounded text-black font-bold text-[10px] fantasy-header\">SHOP THE BAZAAR \ud83d\udecd\ufe0f<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <footer class=\"mt-32 p-16 text-center glass-panel m-4 opacity-40 text-[10px] fantasy-header tracking-[0.2em]\">\n        RUNTIME STUDIOS \u2022 ALL REALMS CONNECTED \u2022 STAY COZY\n    <\/footer>\n\n    <script>\n        \/\/ --- REALM DATA WITH ACTUAL PLAYLISTS ---\n        const realms = {\n            tavern: {\n                title: \"Medieval Tavern Tunes\",\n                desc: \"Where the hearth never goes cold and the bards play until dawn.\",\n                icon: \"\ud83c\udf7a\",\n                class: \"\",\n                videos: {\n                    popular: [\"PLTrdWL0iP5zWz9KcV3wc5T6LK1oN3hDbh\", \"5N_3v_v-tB0\", \"0u88v5F0H4k\"], \n                    recent: [\"7nJ8_B24S0k\", \"h8-v3u4WpXU\", \"mX-qM-y6Y-g\"],\n                    random: [\"X3yN5QyPq68\", \"V1bFr2SWP1I\", \"G9f8S3PqW-k\"]\n                }\n            },\n            afg: {\n                title: \"Ambient Fantasy Guild\",\n                desc: \"Descend into bioluminescent caves or find peace in moonlit coves.\",\n                icon: \"\ud83d\udc19\",\n                class: \"theme-afg\",\n                videos: {\n                    popular: [\"PLdv4eUpDG09-O-WCnqJB6FlXTsf8_b2dz\", \"H9bFr2SWP1I\", \"G9f8S3PqW-k\"],\n                    recent: [\"W3yN5QyPq68\", \"V1bFr2SWP1I\", \"M9f8S3PqW-k\"],\n                    random: [\"L3yN5QyPq68\", \"K1bFr2SWP1I\", \"J9f8S3PqW-k\"]\n                }\n            },\n            celtic: {\n                title: \"Celtic Journeys\",\n                desc: \"Walk through ancient stone circles where the old gods still whisper.\",\n                icon: \"\u2618\ufe0f\",\n                class: \"theme-celtic\",\n                videos: {\n                    popular: [\"PLgrnIBgUNSfzqLYYLwgYdeC6qz0kv_aaC\", \"V1bFr2SWP1I\", \"G9f8S3PqW-k\"],\n                    recent: [\"W3yN5QyPq68\", \"X1bFr2SWP1I\", \"A9f8S3PqW-k\"],\n                    random: [\"S3yN5QyPq68\", \"B1bFr2SWP1I\", \"C9f8S3PqW-k\"]\n                }\n            }\n        };\n\n        function switchRealm(k) {\n            document.getElementById('game-view').classList.add('hidden');\n            document.getElementById('main-view').classList.remove('hidden');\n            const r = realms[k];\n            document.getElementById('master-body').className = r.class;\n            document.getElementById('realm-title').innerText = r.title;\n            document.getElementById('realm-desc').innerText = r.desc;\n            document.getElementById('realm-icon').innerText = r.icon;\n            \n            document.querySelectorAll('.nav-link').forEach(l => l.classList.remove('active'));\n            document.getElementById(`nav-${k}`).classList.add('active');\n            \n            renderVideos('popular-videos', r.videos.popular);\n            renderVideos('recent-videos', r.videos.recent);\n            renderVideos('random-videos', r.videos.random);\n        }\n\n        function renderVideos(id, list) {\n            const container = document.getElementById(id);\n            container.innerHTML = '';\n            list.forEach(vId => {\n                const card = document.createElement('div');\n                card.className = \"glass-panel p-2 video-card\";\n                \n                \/\/ Detection for playlist vs single video\n                const embedUrl = vId.startsWith('PL') \n                    ? `https:\/\/www.youtube.com\/embed\/videoseries?list=${vId}` \n                    : `https:\/\/www.youtube.com\/embed\/${vId}`;\n                \n                card.innerHTML = `\n                    <div class=\"aspect-video bg-black rounded-lg overflow-hidden\">\n                        <iframe loading=\"lazy\" width=\"100%\" height=\"100%\" src=\"${embedUrl}\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe>\n                    <\/div>\n                `;\n                container.appendChild(card);\n            });\n        }\n\n        function showGame() {\n            document.getElementById('main-view').classList.add('hidden');\n            document.getElementById('game-view').classList.remove('hidden');\n            document.querySelectorAll('.nav-link').forEach(l => l.classList.remove('active'));\n            document.getElementById('nav-game').classList.add('active');\n            updateUI();\n        }\n\n        \/\/ --- GAME STATE ---\n        let game = {\n            gold: 0, gps: 0, rep: 0, lvl: 1, multiplier: 1,\n            staff: {\n                bard: { name: \"Traveling Bard\", cost: 15, gps: 1, icon: \"\ud83c\udfbb\", count: 0 },\n                maid: { name: \"Ale Maid\", cost: 125, gps: 10, icon: \"\ud83d\udc83\", count: 0 },\n                cook: { name: \"Master Cook\", cost: 800, gps: 70, icon: \"\ud83c\udf56\", count: 0 },\n                legend: { name: \"Tavern Hero\", cost: 5000, gps: 450, icon: \"\ud83d\udee1\ufe0f\", count: 0 }\n            }\n        };\n\n        const ranks = [\"Local Watering Hole\", \"Cozy Hearth\", \"Town Favorite\", \"Merchant's Rest\", \"Royal Tavern\", \"Legendary Estate\"];\n\n        function handleTap(e) {\n            const amount = 1 * game.multiplier;\n            game.gold += amount;\n            game.rep += amount * 0.1;\n            createParticle(e.clientX, e.clientY, `+${amount}G`);\n            updateUI();\n        }\n\n        function buyStaff(k) {\n            const s = game.staff[k];\n            if (game.gold >= s.cost) {\n                game.gold -= s.cost;\n                s.count++;\n                game.gps += s.gps;\n                s.cost = Math.floor(s.cost * 1.4);\n                addLog(`\ud83c\udf89 Hired a ${s.name}!`);\n                updateUI();\n            }\n        }\n\n        function updateUI() {\n            document.getElementById('gold-display').innerText = Math.floor(game.gold).toLocaleString();\n            document.getElementById('gps-display').innerText = game.gps;\n            \n            const thresh = Math.pow(game.lvl, 2) * 200;\n            if (game.rep >= thresh && game.lvl < ranks.length) {\n                game.lvl++;\n                addLog(`\ud83d\udd25 Level Up! You are now a ${ranks[game.lvl-1]}.`);\n            }\n            document.getElementById('rep-progress').value = (game.rep \/ thresh) * 100;\n            document.getElementById('rep-rank').innerText = ranks[game.lvl-1];\n            document.getElementById('rep-level').innerText = game.lvl;\n\n            const container = document.getElementById('staff-container');\n            container.innerHTML = '';\n            for (let k in game.staff) {\n                const s = game.staff[k];\n                const btn = document.createElement('button');\n                btn.className = `w-full p-4 bg-white\/5 rounded-xl flex justify-between items-center border border-white\/5 transition ${game.gold < s.cost ? 'opacity-20 cursor-not-allowed' : 'hover:bg-white\/10'}`;\n                btn.onclick = () => buyStaff(k);\n                btn.disabled = game.gold < s.cost;\n                btn.innerHTML = `<div class=\"text-left\"><div class=\"font-bold text-xs\">${s.name}<\/div><div class=\"text-[8px] opacity-40 uppercase\">Owned: ${s.count}<\/div><\/div><div class=\"text-yellow-500 text-xs font-bold\">${s.cost} G<\/div>`;\n                container.appendChild(btn);\n            }\n        }\n\n        function addLog(msg) {\n            const log = document.getElementById('game-log');\n            const d = document.createElement('div');\n            d.className = \"log-entry\";\n            d.innerHTML = `<span class=\"opacity-40\">[${new Date().toLocaleTimeString([], {hour:'2-digit', minute:'2-digit'})}]<\/span> ${msg}`;\n            log.prepend(d);\n            if (log.children.length > 20) log.lastChild.remove();\n        }\n\n        function createParticle(x, y, text) {\n            const el = document.createElement('div');\n            el.className = 'floating-particle fantasy-header';\n            el.style.left = x + 'px'; el.style.top = y + 'px';\n            el.innerText = text; document.body.appendChild(el);\n            setTimeout(() => el.remove(), 1200);\n        }\n\n        setInterval(() => {\n            game.gold += (game.gps * game.multiplier);\n            updateUI();\n        }, 1000);\n\n        setInterval(() => {\n            if (Math.random() < 0.2) {\n                game.multiplier = 2;\n                document.getElementById('event-banner').classList.remove('hidden');\n                addLog(\"\u2728 A Noble arrived! 2X GOLD!\");\n                setTimeout(() => {\n                    game.multiplier = 1;\n                    document.getElementById('event-banner').classList.add('hidden');\n                    addLog(\"The Noble departed.\");\n                }, 15000);\n            }\n        }, 40000);\n\n        window.onload = () => switchRealm('tavern');\n    <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Runtime Studios | Medieval Tavern Tunes &#038; Fantasy Ambiance \ud83c\udf7a RUNTIME STUDIOS Tavern Tunes Ambient Fantasy Guild Celtic Journeys Game Room \ud83d\udd79\ufe0f ETSY SHOP Medieval Tavern Tunes Gather &#8217;round the hearth, weary traveler. \ud83c\udfc6 Hall of Fame \u2728 New Arrivals The Bard&#8217;s Choice \ud83c\udfb2 SHUFFLING WEEKLY \u2728 MIDAS TOUCH ACTIVE: 2X GOLD! \u2728 The Ledger [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Home - Runtime Studios<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/runtimestudiosai.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Runtime Studios\" \/>\n<meta property=\"og:description\" content=\"Runtime Studios | Medieval Tavern Tunes &#038; Fantasy Ambiance \ud83c\udf7a RUNTIME STUDIOS Tavern Tunes Ambient Fantasy Guild Celtic Journeys Game Room \ud83d\udd79\ufe0f ETSY SHOP Medieval Tavern Tunes Gather &#8217;round the hearth, weary traveler. \ud83c\udfc6 Hall of Fame \u2728 New Arrivals The Bard&#8217;s Choice \ud83c\udfb2 SHUFFLING WEEKLY \u2728 MIDAS TOUCH ACTIVE: 2X GOLD! \u2728 The Ledger [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"http:\/\/runtimestudiosai.com\/\" \/>\n<meta property=\"og:site_name\" content=\"Runtime Studios\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-21T16:22:36+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\/\/runtimestudiosai.com\/\",\"url\":\"http:\/\/runtimestudiosai.com\/\",\"name\":\"Home - Runtime Studios\",\"isPartOf\":{\"@id\":\"https:\/\/runtimestudiosai.com\/#website\"},\"datePublished\":\"2026-02-21T16:21:07+00:00\",\"dateModified\":\"2026-02-21T16:22:36+00:00\",\"breadcrumb\":{\"@id\":\"http:\/\/runtimestudiosai.com\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/runtimestudiosai.com\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/runtimestudiosai.com\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/runtimestudiosai.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/runtimestudiosai.com\/#website\",\"url\":\"https:\/\/runtimestudiosai.com\/\",\"name\":\"Runtime Studios\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/runtimestudiosai.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Runtime Studios","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/runtimestudiosai.com\/","og_locale":"en_US","og_type":"article","og_title":"Home - Runtime Studios","og_description":"Runtime Studios | Medieval Tavern Tunes &#038; Fantasy Ambiance \ud83c\udf7a RUNTIME STUDIOS Tavern Tunes Ambient Fantasy Guild Celtic Journeys Game Room \ud83d\udd79\ufe0f ETSY SHOP Medieval Tavern Tunes Gather &#8217;round the hearth, weary traveler. \ud83c\udfc6 Hall of Fame \u2728 New Arrivals The Bard&#8217;s Choice \ud83c\udfb2 SHUFFLING WEEKLY \u2728 MIDAS TOUCH ACTIVE: 2X GOLD! \u2728 The Ledger [&hellip;]","og_url":"http:\/\/runtimestudiosai.com\/","og_site_name":"Runtime Studios","article_modified_time":"2026-02-21T16:22:36+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/runtimestudiosai.com\/","url":"http:\/\/runtimestudiosai.com\/","name":"Home - Runtime Studios","isPartOf":{"@id":"https:\/\/runtimestudiosai.com\/#website"},"datePublished":"2026-02-21T16:21:07+00:00","dateModified":"2026-02-21T16:22:36+00:00","breadcrumb":{"@id":"http:\/\/runtimestudiosai.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/runtimestudiosai.com\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/runtimestudiosai.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/runtimestudiosai.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/runtimestudiosai.com\/#website","url":"https:\/\/runtimestudiosai.com\/","name":"Runtime Studios","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/runtimestudiosai.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/runtimestudiosai.com\/index.php?rest_route=\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/runtimestudiosai.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/runtimestudiosai.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/runtimestudiosai.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/runtimestudiosai.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12"}],"version-history":[{"count":1,"href":"https:\/\/runtimestudiosai.com\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":13,"href":"https:\/\/runtimestudiosai.com\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions\/13"}],"wp:attachment":[{"href":"https:\/\/runtimestudiosai.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}