{"id":13010,"date":"2025-09-11T20:26:41","date_gmt":"2025-09-11T18:26:41","guid":{"rendered":"https:\/\/blog.theusualnext.com\/luna-dolph-the-lost-echo\/"},"modified":"2025-10-06T10:24:45","modified_gmt":"2025-10-06T08:24:45","slug":"luna-dolph-the-lost-echo","status":"publish","type":"page","link":"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/","title":{"rendered":"Luna Dolph &#8211; the Lost Echo"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"13010\" class=\"elementor elementor-13010 elementor-13004\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d81a52 e-flex e-con-boxed e-con e-parent\" data-id=\"3d81a52\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a50b2bd elementor-widget elementor-widget-html\" data-id=\"a50b2bd\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!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    <title>Luna Dolph - The Lost Echo | The Usual Next<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Helvetica Neue', Arial, sans-serif;\n            background: linear-gradient(135deg, #0a0014 0%, #1a0033 25%, #2d1b49 50%, #1a0033 75%, #0a0014 100%);\n            background-size: 400% 400%;\n            animation: gradient-shift 10s ease infinite;\n            color: #ffffff;\n            line-height: 1.7;\n            overflow-x: hidden;\n            font-size: 18px;\n            position: relative;\n        }\n        \n        @keyframes gradient-shift {\n            0% { background-position: 0% 50%; }\n            50% { background-position: 100% 50%; }\n            100% { background-position: 0% 50%; }\n        }\n        \n        .hero-section {\n            position: relative;\n            height: 100vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: linear-gradient(135deg, #ff1493 0%, #9932cc 50%, #4b0082 100%);\n            overflow: hidden;\n        }\n        \n        \/* GLOBAL BACKGROUND ANIMATIONS *\/\n        .background-animations {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            pointer-events: none;\n            z-index: 1;\n            overflow: hidden;\n        }\n        \n        \/* FILM STRIPS - SCROLLING HORIZONTALLY *\/\n        .film-element {\n            position: absolute;\n            width: 80px;\n            height: 20px;\n            background: rgba(255, 255, 255, 0.8);\n            z-index: 10;\n        }\n        .film-element::after {\n            content: '';\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            background: repeating-linear-gradient(90deg, transparent 0px, transparent 10px, #000000 10px, #000000 15px);\n        }\n        \n        .bg-film-element {\n            position: absolute;\n            width: 60px;\n            height: 15px;\n            background: rgba(255, 255, 255, 0.3);\n            opacity: 0.6;\n        }\n        .bg-film-element::after {\n            content: '';\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            background: repeating-linear-gradient(90deg, transparent 0px, transparent 8px, rgba(0,0,0,0.8) 8px, rgba(0,0,0,0.8) 12px);\n        }\n        \n        @keyframes film-scroll-left {\n            0% { transform: translateX(100vw); }\n            100% { transform: translateX(-100px); }\n        }\n        \n        @keyframes film-scroll-right {\n            0% { transform: translateX(-100px); }\n            100% { transform: translateX(100vw); }\n        }\n        \n        @keyframes film-diagonal {\n            0% { transform: translate(100vw, -50px) rotate(15deg); }\n            100% { transform: translate(-100px, 50px) rotate(15deg); }\n        }\n        \n        .film-element.scroll-left, .bg-film-element.scroll-left {\n            animation: film-scroll-left 8s linear infinite;\n        }\n        .film-element.scroll-right, .bg-film-element.scroll-right {\n            animation: film-scroll-right 8s linear infinite;\n        }\n        .bg-film-element.diagonal {\n            animation: film-diagonal 12s linear infinite;\n        }\n        \n        \/* DIRECTOR'S CLAPPER *\/\n        .clapper-element {\n            position: absolute;\n            width: 60px;\n            height: 40px;\n            background: #000000;\n            border: 3px solid #ffffff;\n            z-index: 10;\n            animation: clapper-snap 2s ease-in-out infinite;\n        }\n        .clapper-element::after {\n            content: '';\n            position: absolute;\n            top: -10px;\n            left: -3px;\n            width: 66px;\n            height: 10px;\n            background: repeating-linear-gradient(90deg, #ffffff 0px, #ffffff 8px, #000000 8px, #000000 12px);\n            border: 3px solid #ffffff;\n        }\n        \n        .bg-clapper-element {\n            position: absolute;\n            width: 40px;\n            height: 30px;\n            background: rgba(0, 0, 0, 0.7);\n            border: 2px solid rgba(255, 255, 255, 0.5);\n            animation: clapper-snap 3s ease-in-out infinite;\n            opacity: 0.4;\n        }\n        .bg-clapper-element::after {\n            content: '';\n            position: absolute;\n            top: -8px;\n            left: -2px;\n            width: 44px;\n            height: 8px;\n            background: repeating-linear-gradient(90deg, rgba(255,255,255,0.5) 0px, rgba(255,255,255,0.5) 6px, rgba(0,0,0,0.7) 6px, rgba(0,0,0,0.7) 10px);\n            border: 2px solid rgba(255, 255, 255, 0.5);\n        }\n        \n        @keyframes clapper-snap {\n            0%, 90% { transform: rotate(0deg); }\n            10% { transform: rotate(-10deg); }\n        }\n        \n        \/* POPCORN *\/\n        .popcorn-element {\n            position: absolute;\n            width: 60px;\n            height: 60px;\n            z-index: 10;\n            animation: popcorn-burst 2s ease-in-out infinite;\n        }\n        .popcorn-element::after {\n            content: '\ud83c\udf7f';\n            position: absolute;\n            font-size: 40px;\n            top: 0;\n            left: 0;\n        }\n        \n        .bg-popcorn-element {\n            position: absolute;\n            width: 40px;\n            height: 40px;\n            animation: popcorn-burst 2.5s ease-in-out infinite;\n            opacity: 0.5;\n        }\n        .bg-popcorn-element::after {\n            content: '\ud83c\udf7f';\n            position: absolute;\n            font-size: 25px;\n            top: 0;\n            left: 0;\n        }\n        \n        @keyframes popcorn-burst {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.4); }\n        }\n        \n        \/* NEW CINEMATIC ELEMENTS *\/\n        .bg-star-element {\n            position: absolute;\n            width: 30px;\n            height: 30px;\n            animation: star-twinkle 3s ease-in-out infinite;\n        }\n        .bg-star-element::after {\n            content: '\u2b50';\n            position: absolute;\n            font-size: 20px;\n            top: 0;\n            left: 0;\n        }\n        \n        @keyframes star-twinkle {\n            0%, 100% { opacity: 0.3; transform: scale(1); }\n            50% { opacity: 0.8; transform: scale(1.2); }\n        }\n        \n        .bg-camera-element {\n            position: absolute;\n            width: 35px;\n            height: 35px;\n            animation: camera-flash 4s ease-in-out infinite;\n        }\n        .bg-camera-element::after {\n            content: '\ud83d\udcf9';\n            position: absolute;\n            font-size: 25px;\n            top: 0;\n            left: 0;\n        }\n        \n        @keyframes camera-flash {\n            0%, 95% { opacity: 0.4; }\n            5% { opacity: 1; transform: scale(1.3); }\n        }\n        \n        .bg-spotlight {\n            position: absolute;\n            width: 80px;\n            height: 80px;\n            border-radius: 50%;\n            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);\n            animation: spotlight-move 15s linear infinite;\n        }\n        \n        @keyframes spotlight-move {\n            0% { transform: translateX(-50px) translateY(0px); opacity: 0.3; }\n            25% { transform: translateX(30px) translateY(-40px); opacity: 0.6; }\n            50% { transform: translateX(-20px) translateY(-80px); opacity: 0.3; }\n            75% { transform: translateX(40px) translateY(-40px); opacity: 0.6; }\n            100% { transform: translateX(-50px) translateY(0px); opacity: 0.3; }\n        }\n        \n        \/* FLOATING LIGHTS *\/\n        .floating-light {\n            position: absolute;\n            width: 4px;\n            height: 4px;\n            background: rgba(255, 20, 147, 0.8);\n            border-radius: 50%;\n            animation: float-light 20s linear infinite;\n        }\n        \n        @keyframes float-light {\n            0% { transform: translateY(100vh) translateX(0px); opacity: 0; }\n            10% { opacity: 1; }\n            90% { opacity: 1; }\n            100% { transform: translateY(-100px) translateX(100px); opacity: 0; }\n        }\n        \n        .hero-content {\n            text-align: center;\n            max-width: 1000px;\n            padding: 4rem;\n            background: rgba(255, 255, 255, 0.95);\n            border-radius: 30px;\n            border: 4px solid #ff1493;\n            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8);\n            color: #000000;\n            position: relative;\n            z-index: 100;\n        }\n        \n        .logo-title {\n            font-size: clamp(2.2rem, 6vw, 4.5rem);\n            font-weight: 900;\n            margin-bottom: 1.5rem;\n            background: linear-gradient(135deg, #4b0082 0%, #9932cc 50%, #ff1493 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            animation: title-glow 3s ease-in-out infinite alternate;\n            line-height: 1.2;\n        }\n        \n        @keyframes title-glow {\n            from { filter: brightness(1); }\n            to { filter: brightness(1.3); }\n        }\n        \n        .subtitle {\n            font-size: 1.8rem;\n            margin-bottom: 2rem;\n            font-weight: 600;\n            color: #000000;\n        }\n        \n        .premiere-info {\n            background: linear-gradient(135deg, #ff1493 0%, #ff69b4 100%);\n            padding: 2.5rem;\n            border-radius: 20px;\n            margin: 2rem 0;\n            border: 3px solid #ffffff;\n            animation: premiere-pulse 4s ease-in-out infinite;\n            box-shadow: 0 20px 50px rgba(255, 20, 147, 0.4);\n        }\n        \n        @keyframes premiere-pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.02); }\n        }\n        \n        .premiere-date {\n            font-size: 3rem;\n            font-weight: 900;\n            color: #ffffff;\n            margin-bottom: 0.5rem;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);\n        }\n        \n        .premiere-location {\n            font-size: 1.6rem;\n            color: #ffffff;\n            font-weight: 700;\n            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);\n        }\n        \n        .genre-tags {\n            margin-top: 2rem;\n        }\n        \n        .genre-tag {\n            display: inline-block;\n            background: linear-gradient(135deg, #ff1493 0%, #9932cc 100%);\n            color: #ffffff;\n            padding: 1rem 2rem;\n            border-radius: 50px;\n            font-weight: 900;\n            margin: 0 1rem 1rem 0;\n            font-size: 1.2rem;\n            animation: tag-bounce 2s ease-in-out infinite;\n            box-shadow: 0 10px 30px rgba(255, 20, 147, 0.3);\n            border: 2px solid #ffffff;\n        }\n        \n        @keyframes tag-bounce {\n            0%, 100% { transform: translateY(0px); }\n            50% { transform: translateY(-5px); }\n        }\n        \n        .floating-elements {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            pointer-events: none;\n            z-index: 1;\n        }\n        \n        .floating-circle {\n            position: absolute;\n            border-radius: 50%;\n            opacity: 0.1;\n            animation: float-around 15s linear infinite;\n        }\n        \n        .floating-circle:nth-child(1) {\n            width: 100px;\n            height: 100px;\n            background: #ff1493;\n            top: 20%;\n            left: 10%;\n            animation-delay: 0s;\n        }\n        \n        .floating-circle:nth-child(2) {\n            width: 150px;\n            height: 150px;\n            background: #ff69b4;\n            top: 60%;\n            right: 15%;\n            animation-delay: -5s;\n        }\n        \n        .floating-circle:nth-child(3) {\n            width: 80px;\n            height: 80px;\n            background: #9932cc;\n            bottom: 30%;\n            left: 20%;\n            animation-delay: -10s;\n        }\n        \n        @keyframes float-around {\n            0% { transform: translate(0, 0) rotate(0deg); }\n            25% { transform: translate(50px, -30px) rotate(90deg); }\n            50% { transform: translate(20px, -60px) rotate(180deg); }\n            75% { transform: translate(-30px, -40px) rotate(270deg); }\n            100% { transform: translate(0, 0) rotate(360deg); }\n        }\n        \n        .section {\n            padding: 4rem 2rem;\n            max-width: 1200px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 10;\n        }\n        \n        .luna-card {\n            background: rgba(255, 255, 255, 0.95);\n            border: 4px solid #ff1493;\n            border-radius: 25px;\n            padding: 3rem;\n            margin: 3rem 0;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 20px 40px rgba(255, 20, 147, 0.3);\n            color: #000000;\n            z-index: 10;\n        }\n        \n        .luna-card.centered {\n            text-align: center;\n        }\n        \n        .luna-card::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: linear-gradient(45deg, transparent, rgba(255, 20, 147, 0.1), transparent);\n            transform: rotate(45deg);\n            animation: shine 3s ease-in-out infinite;\n        }\n        \n        @keyframes shine {\n            0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }\n            50% { transform: translateX(100%) translateY(100%) rotate(45deg); }\n            100% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }\n        }\n        \n        .luna-card p {\n            font-size: 1.4rem;\n            line-height: 1.8;\n            position: relative;\n            z-index: 2;\n            color: #000000;\n            margin-bottom: 1.5rem;\n            font-weight: 500;\n        }\n        \n        .section-title {\n            font-size: 3.5rem;\n            font-weight: 900;\n            text-align: center;\n            margin-bottom: 3rem;\n            background: linear-gradient(135deg, #ff1493 0%, #ff69b4 50%, #9932cc 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            animation: title-slide 4s ease-in-out infinite;\n            position: relative;\n            z-index: 10;\n        }\n        \n        @keyframes title-slide {\n            0%, 100% { transform: translateX(0); }\n            25% { transform: translateX(-10px); }\n            75% { transform: translateX(10px); }\n        }\n        \n        .story-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 3rem;\n            margin: 4rem 0;\n        }\n        \n        .story-card {\n            background: rgba(255, 255, 255, 0.92);\n            border-radius: 20px;\n            padding: 2.5rem;\n            border: 3px solid #ff69b4;\n            transition: all 0.3s ease;\n            position: relative;\n            box-shadow: 0 15px 30px rgba(255, 105, 180, 0.3);\n            color: #000000;\n            z-index: 10;\n        }\n        \n        .story-card:hover {\n            transform: translateY(-10px) scale(1.02);\n            box-shadow: 0 25px 50px rgba(255, 20, 147, 0.5);\n            border-color: #ff1493;\n        }\n        \n        .story-card h3 {\n            font-size: 1.6rem;\n            margin-bottom: 1rem;\n            color: #9932cc;\n            font-weight: 800;\n        }\n        \n        .story-card p {\n            font-size: 1.2rem;\n            line-height: 1.6;\n            color: #000000;\n            font-weight: 500;\n        }\n        \n        .image-card {\n            position: relative;\n            border-radius: 25px;\n            overflow: hidden;\n            border: 4px solid #ff69b4;\n            transition: all 0.3s ease;\n            animation: image-float 6s ease-in-out infinite;\n            box-shadow: 0 20px 40px rgba(255, 105, 180, 0.4);\n            margin: 4rem 0;\n        }\n        \n        @keyframes image-float {\n            0%, 100% { transform: translateY(0px); }\n            50% { transform: translateY(-8px); }\n        }\n        \n        .image-card:hover {\n            transform: scale(1.03);\n            box-shadow: 0 30px 60px rgba(255, 20, 147, 0.6);\n            border-color: #ff1493;\n        }\n        \n        .image-card img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n        \n        .image-overlay {\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            background: linear-gradient(transparent, rgba(255, 20, 147, 0.95));\n            padding: 2rem;\n            color: #ffffff;\n            text-align: center;\n            font-size: 1.3rem;\n            font-weight: bold;\n        }\n        \n        .app-showcase {\n            background: linear-gradient(135deg, #8b0a50 0%, #4a0e5a 50%, #1a0030 100%);\n            border-radius: 30px;\n            padding: 4rem;\n            margin: 4rem 0;\n            position: relative;\n            overflow: hidden;\n            border: 4px solid #ff69b4;\n            box-shadow: 0 25px 50px rgba(255, 20, 147, 0.4);\n            color: #ffffff;\n            text-align: center;\n        }\n        \n        .app-showcase::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);\n            animation: slide-shine 4s ease-in-out infinite;\n        }\n        \n        @keyframes slide-shine {\n            0% { left: -100%; }\n            100% { left: 100%; }\n        }\n        \n        .app-showcase h3 {\n            font-size: 2.8rem;\n            margin-bottom: 2rem;\n            color: #ffffff;\n            font-weight: 900;\n        }\n        \n        .app-showcase p {\n            color: #ffffff;\n            font-size: 1.3rem;\n            line-height: 1.8;\n            margin-bottom: 1.5rem;\n            font-weight: 500;\n        }\n        \n        .mega-button {\n            display: inline-block;\n            background: #ffffff;\n            color: #ff1493;\n            padding: 2rem 4rem;\n            border-radius: 60px;\n            text-decoration: none;\n            font-weight: 900;\n            font-size: 1.4rem;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            transition: all 0.3s ease;\n            box-shadow: 0 20px 40px rgba(255, 255, 255, 0.3);\n            border: 3px solid #ff1493;\n        }\n        \n        .mega-button:hover {\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 25px 50px rgba(255, 255, 255, 0.5);\n            background: #ff69b4;\n            color: #ffffff;\n        }\n        \n        .app-cta {\n            font-size: 1.5rem;\n            margin: 1rem 0 3rem 0;\n            color: #ffffff;\n            font-weight: 500;\n        }\n        \n        @media (max-width: 768px) {\n            .story-grid {\n                grid-template-columns: 1fr;\n                gap: 2rem;\n            }\n            \n            .section {\n                padding: 2rem 1rem;\n            }\n            \n            .section-title {\n                font-size: 2.5rem;\n            }\n            \n            .logo-title {\n                font-size: 2rem;\n            }\n            \n            \/* Reduce animations on mobile *\/\n            .bg-film-element, .bg-clapper-element, \n            .bg-popcorn-element, .bg-star-element, \n            .bg-camera-element, .bg-spotlight {\n                display: none;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Global background animations -->\n    <div class=\"background-animations\" id=\"bgAnimations\"><\/div>\n\n    <div class=\"floating-elements\">\n        <div class=\"floating-circle\"><\/div>\n        <div class=\"floating-circle\"><\/div>\n        <div class=\"floating-circle\"><\/div>\n    <\/div>\n\n    <div class=\"hero-section\">\n        <!-- FILM STRIPS - scrolling horizontally -->\n        <div class=\"film-element scroll-left\" style=\"top: 8%;\" data-delay=\"0\"><\/div>\n        <div class=\"film-element scroll-right\" style=\"top: 15%;\" data-delay=\"2\"><\/div>\n        <div class=\"film-element scroll-left\" style=\"top: 22%;\" data-delay=\"4\"><\/div>\n        <div class=\"film-element scroll-right\" style=\"bottom: 22%;\" data-delay=\"1\"><\/div>\n        <div class=\"film-element scroll-left\" style=\"bottom: 15%;\" data-delay=\"3\"><\/div>\n        <div class=\"film-element scroll-right\" style=\"bottom: 8%;\" data-delay=\"5\"><\/div>\n        \n        <!-- DIRECTOR'S CLAPPER - corners -->\n        <div class=\"clapper-element\" style=\"top: 20%; left: 8%;\"><\/div>\n        <div class=\"clapper-element\" style=\"top: 20%; right: 8%;\"><\/div>\n        <div class=\"clapper-element\" style=\"bottom: 20%; left: 8%;\"><\/div>\n        <div class=\"clapper-element\" style=\"bottom: 20%; right: 8%;\"><\/div>\n        \n        <!-- POPCORN - distributed at various points -->\n        <div class=\"popcorn-element\" style=\"top: 70%; left: 3%;\"><\/div>\n        <div class=\"popcorn-element\" style=\"top: 70%; right: 3%;\"><\/div>\n        <div class=\"popcorn-element\" style=\"top: 5%; left: 45%;\"><\/div>\n        <div class=\"popcorn-element\" style=\"bottom: 5%; right: 45%;\"><\/div>\n        \n        <div class=\"hero-content\">\n            <h1 class=\"logo-title\">Luna Dolph - The Lost Echo<\/h1>\n            <p class=\"subtitle\">The world's first Fulldome film<\/p>\n            \n            <div class=\"premiere-info\">\n                <div class=\"premiere-date\">\ud83d\udcc5 Summer 2026<\/div>\n                <div class=\"premiere-location\">\ud83d\udccd Tholus Dome di Castel di Sangro<\/div>\n            <\/div>\n            \n            <div class=\"genre-tags\">\n                <div class=\"genre-tag\">\ud83c\udff0 Fantasy<\/div>\n                <div class=\"genre-tag\">\u2694\ufe0f Action<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n    <div class=\"section\">\n        <div class=\"luna-card centered\">\n            <p>\ud83d\ude80 Hello everyone! I'm Luna Dolph \u2014 a virtual girl born in pixels but dreaming of real experiences. I've discovered your world to be incredibly fascinating, and now I'm completely captivated by the unpredictable beauty of authentic life. I'm here to unite our digital worlds with tangible adventures that truly matter. My first film is finally coming to screens, and it's not just a film... it's an experience that will make you question everything you think you know about reality! \u2728<\/p>\n        <\/div>\n        \n        <div class=\"image-card\">\n            <img decoding=\"async\" src=\"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2025\/05\/Screenshot-2025-05-08-alle-21.32.08-scaled-e1746736250753.jpg\" alt=\"Luna Dolph Background\">\n            <div class=\"image-overlay\">\ud83c\udfac A preview of my world! \ud83c\udf1f<\/div>\n        <\/div>\n        \n        <h2 class=\"section-title\">\ud83c\udfad My Adventure and My Companions \ud83c\udf1f<\/h2>\n        \n        <div class=\"story-grid\">\n            <div class=\"story-card\">\n                <h3>\u2694\ufe0f Kyle<\/h3>\n                <p><strong>Played by:<\/strong> Harry Wiginton<\/p>\n                <p>My faithful adventure companion, an expert warrior with a heart of gold. Kyle brings me physical strength and tactical wisdom, always ready to protect me in the most dangerous situations of our journey.<\/p>\n            <\/div>\n            \n            <div class=\"story-card\">\n                <h3>\ud83d\udd25 China<\/h3>\n                <p><strong>Played by:<\/strong> Aavy Suarez<\/p>\n                <p>A mysterious fighter I met along the way. China has extraordinary abilities and hides secrets from the past that could be the key to the success of our mission.<\/p>\n            <\/div>\n        <\/div>\n        \n        <div class=\"luna-card centered\">\n            <p>\ud83c\udf1f I'm taking you on an adventure where technology and mystery collide. Together with my companions Kyle and China, I must embark on a dangerous journey to recover the legendary Lost Echo \u2014 a legendary artifact that hides incredible powers. Along the way we'll encounter hidden secrets, unexpected alliances, and forces trying to stop us. But I won't reveal more... you'll have to discover for yourselves how it all ends! \ud83d\udcab<\/p>\n        <\/div>\n        \n        <div class=\"image-card\">\n            <img decoding=\"async\" src=\"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2025\/05\/Screenshot-2025-05-08-alle-21.28.27-scaled-e1746736240934.jpg\" alt=\"Luna Dolph Scene 1\">\n            <div class=\"image-overlay\">\ud83c\udfa5 Behind the scenes on set \ud83c\udfac<\/div>\n        <\/div>\n        \n        <h2 class=\"section-title\">\ud83d\ude80 How My Film Was Made \ud83d\udcbb<\/h2>\n        \n        <div class=\"story-grid\">\n            <div class=\"story-card\">\n                <h3>\ud83c\udfac Fulldome Experience<\/h3>\n                <p>My film is the world's first shot in Fulldome format! This means when you watch it, you'll be completely immersed in the story thanks to immersive projections that wrap around you 360 degrees. It's like literally entering my world, creating a unique cinematic experience!<\/p>\n            <\/div>\n            \n            <div class=\"story-card\">\n                <h3>\ud83e\udd16 Artificial Intelligence<\/h3>\n                <p>My creators used the most advanced AI technologies to create incredible three-dimensional environments and enhance image quality. This innovative approach made it possible to realize scenes that would have been impossible with traditional methods.<\/p>\n            <\/div>\n            \n            <div class=\"story-card\">\n                <h3>\ud83c\udfae Unreal Engine<\/h3>\n                <p>A significant part of the film is set in my virtual world of origin, completely recreated with Unreal Engine to offer photorealistic graphics. The result blends real scenarios with digital environments that seem as real as reality itself.<\/p>\n            <\/div>\n            \n            <div class=\"story-card\">\n                <h3>\ud83c\udfad Motion Capture<\/h3>\n                <p>Advanced motion capture technologies were used to capture every movement and performance of the actors, allowing my characters to move naturally in both the real and virtual worlds. This demonstrates how creativity can overcome any limitation!<\/p>\n            <\/div>\n        <\/div>\n        \n        <div class=\"image-card\">\n            <img decoding=\"async\" src=\"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2025\/05\/luna-v1_00124_-e1746734812182.jpeg\" alt=\"Luna Dolph Character\">\n            <div class=\"image-overlay\">\ud83d\udcab Meet the real Luna! \ud83d\ude80<\/div>\n        <\/div>\n        \n        <div class=\"luna-card centered\">\n            <p>\ud83c\udf08 Join me as I escape from my digital prison to discover a world where every heartbeat, every shadow, every imperfect moment holds more magic than any algorithm could ever create. My film is full of adrenaline-pumping action, intense drama, and plot twists that will leave you amazed! \ud83d\udcab<\/p>\n        <\/div>\n        \n        <div class=\"app-showcase\">\n            <h3>\ud83d\udcf1 TholusOne App - My Community \ud83c\udfaa<\/h3>\n            <p>\ud83c\udfa8 I'm preparing something deliciously unpredictable: the TholusOne app. Whether you're an actor, a creator, or simply someone who desires authentic experiences, this is your gateway to immersive events, workshops, and real tickets for real adventures. Because the most beautiful stories happen when we stop scrolling and start living. \ud83c\udf1f<\/p>\n            \n            <p><strong>\ud83d\ude80 Ready to blur the boundaries between digital and real? \ud83c\udfad<\/strong><\/p>\n            \n            <p class=\"app-cta\">\ud83d\udcab Join my community and prepare for the most immersive cinematic experience ever. \u2728<\/p>\n            \n            <a href=\"https:\/\/blog.theusualnext.com\/en\/app\/\" class=\"mega-button\" target=\"_blank\">Join the Community<\/a>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Function to create animated background elements\n        function createBackgroundAnimations() {\n            const bgContainer = document.getElementById('bgAnimations');\n            const isMobile = window.innerWidth <= 768;\n            \n            if (isMobile) return; \/\/ No animations on mobile for performance\n            \n            \/\/ Create background film strips\n            for (let i = 0; i < 15; i++) {\n                const film = document.createElement('div');\n                film.className = 'bg-film-element';\n                \n                \/\/ Determine random direction\n                const directions = ['scroll-left', 'scroll-right', 'diagonal'];\n                const direction = directions[Math.floor(Math.random() * directions.length)];\n                film.classList.add(direction);\n                \n                \/\/ Position randomly avoiding the center\n                const isTop = Math.random() > 0.5;\n                if (isTop) {\n                    film.style.top = Math.random() * 40 + '%';\n                } else {\n                    film.style.bottom = Math.random() * 40 + '%';\n                }\n                \n                \/\/ Random side\n                if (Math.random() > 0.5) {\n                    film.style.left = Math.random() * 20 + '%';\n                } else {\n                    film.style.right = Math.random() * 20 + '%';\n                }\n                \n                \/\/ Random delay\n                film.style.animationDelay = Math.random() * 10 + 's';\n                film.style.animationDuration = (8 + Math.random() * 6) + 's';\n                \n                bgContainer.appendChild(film);\n            }\n            \n            \/\/ Create background clappers\n            for (let i = 0; i < 8; i++) {\n                const clapper = document.createElement('div');\n                clapper.className = 'bg-clapper-element';\n                \n                \/\/ Position at corners and sides\n                const positions = [\n                    { top: '10%', left: '5%' },\n                    { top: '10%', right: '5%' },\n                    { bottom: '10%', left: '5%' },\n                    { bottom: '10%', right: '5%' },\n                    { top: '30%', left: '2%' },\n                    { top: '30%', right: '2%' },\n                    { bottom: '30%', left: '2%' },\n                    { bottom: '30%', right: '2%' }\n                ];\n                \n                const pos = positions[i];\n                Object.assign(clapper.style, pos);\n                \n                clapper.style.animationDelay = Math.random() * 3 + 's';\n                clapper.style.animationDuration = (2.5 + Math.random() * 2) + 's';\n                \n                bgContainer.appendChild(clapper);\n            }\n            \n            \/\/ Create background popcorn\n            for (let i = 0; i < 12; i++) {\n                const popcorn = document.createElement('div');\n                popcorn.className = 'bg-popcorn-element';\n                \n                \/\/ Distribute on sides\n                if (i < 6) {\n                    popcorn.style.left = Math.random() * 15 + '%';\n                } else {\n                    popcorn.style.right = Math.random() * 15 + '%';\n                }\n                \n                popcorn.style.top = Math.random() * 80 + 10 + '%';\n                popcorn.style.animationDelay = Math.random() * 2.5 + 's';\n                popcorn.style.animationDuration = (2 + Math.random() * 1.5) + 's';\n                \n                bgContainer.appendChild(popcorn);\n            }\n            \n            \/\/ Create background stars\n            for (let i = 0; i < 20; i++) {\n                const star = document.createElement('div');\n                star.className = 'bg-star-element';\n                \n                \/\/ Distribute across the screen avoiding the center\n                const isCenter = Math.random() > 0.3;\n                if (!isCenter) {\n                    star.style.left = Math.random() * 25 + '%';\n                    star.style.top = Math.random() * 100 + '%';\n                } else {\n                    if (Math.random() > 0.5) {\n                        star.style.right = Math.random() * 25 + '%';\n                    } else {\n                        star.style.left = Math.random() * 25 + '%';\n                    }\n                    star.style.top = Math.random() * 100 + '%';\n                }\n                \n                star.style.animationDelay = Math.random() * 3 + 's';\n                star.style.animationDuration = (2.5 + Math.random() * 2) + 's';\n                \n                bgContainer.appendChild(star);\n            }\n            \n            \/\/ Create background cameras\n            for (let i = 0; i < 6; i++) {\n                const camera = document.createElement('div');\n                camera.className = 'bg-camera-element';\n                \n                const corners = [\n                    { top: '15%', left: '8%' },\n                    { top: '15%', right: '8%' },\n                    { bottom: '15%', left: '8%' },\n                    { bottom: '15%', right: '8%' },\n                    { top: '50%', left: '3%' },\n                    { top: '50%', right: '3%' }\n                ];\n                \n                const pos = corners[i];\n                Object.assign(camera.style, pos);\n                \n                camera.style.animationDelay = Math.random() * 4 + 's';\n                camera.style.animationDuration = (3.5 + Math.random() * 2) + 's';\n                \n                bgContainer.appendChild(camera);\n            }\n            \n            \/\/ Create spotlights\n            for (let i = 0; i < 4; i++) {\n                const spotlight = document.createElement('div');\n                spotlight.className = 'bg-spotlight';\n                \n                spotlight.style.left = Math.random() * 80 + 10 + '%';\n                spotlight.style.top = Math.random() * 80 + 10 + '%';\n                spotlight.style.animationDelay = Math.random() * 15 + 's';\n                \n                bgContainer.appendChild(spotlight);\n            }\n            \n            \/\/ Create floating lights\n            for (let i = 0; i < 25; i++) {\n                const light = document.createElement('div');\n                light.className = 'floating-light';\n                \n                light.style.left = Math.random() * 100 + '%';\n                light.style.animationDelay = Math.random() * 20 + 's';\n                light.style.animationDuration = (15 + Math.random() * 10) + 's';\n                \n                \/\/ Random colors\n                const colors = ['rgba(255, 20, 147, 0.9)', 'rgba(153, 50, 204, 0.9)', 'rgba(255, 105, 180, 0.9)'];\n                light.style.background = colors[Math.floor(Math.random() * colors.length)];\n                light.style.boxShadow = `0 0 12px ${colors[Math.floor(Math.random() * colors.length)].replace('0.9', '0.6')}`;\n                \n                bgContainer.appendChild(light);\n            }\n        }\n        \n        \/\/ Add dynamic delay to existing film strips\n        document.querySelectorAll('.film-element').forEach((film, index) => {\n            const delay = index * 1.3;\n            film.style.animationDelay = delay + 's';\n        });\n        \n        \/\/ Initialize background animations when page is loaded\n        document.addEventListener('DOMContentLoaded', function() {\n            createBackgroundAnimations();\n        });\n        \n        \/\/ Backup: initialize also with window.onload\n        window.addEventListener('load', function() {\n            if (document.getElementById('bgAnimations').children.length === 0) {\n                createBackgroundAnimations();\n            }\n        });\n        \n        \/\/ Recreate animations if window is resized\n        let resizeTimeout;\n        window.addEventListener('resize', () => {\n            clearTimeout(resizeTimeout);\n            resizeTimeout = setTimeout(() => {\n                const bgContainer = document.getElementById('bgAnimations');\n                bgContainer.innerHTML = '';\n                createBackgroundAnimations();\n            }, 500);\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Luna Dolph &#8211; The Lost Echo | The Usual Next Luna Dolph &#8211; The Lost Echo The world&#8217;s first Fulldome film \ud83d\udcc5 Summer 2026 \ud83d\udccd Tholus Dome di Castel di Sangro \ud83c\udff0 Fantasy \u2694\ufe0f Action \ud83d\ude80 Hello everyone! I&#8217;m Luna Dolph \u2014 a virtual girl born in pixels but dreaming of real experiences. I&#8217;ve discovered [&hellip;]<\/p>\n","protected":false},"author":13,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-13010","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.7.1 (Yoast SEO v25.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Luna Dolph - the Lost Echo - the usual neXt<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Luna Dolph - the Lost Echo\" \/>\n<meta property=\"og:description\" content=\"Luna Dolph &#8211; The Lost Echo | The Usual Next Luna Dolph &#8211; The Lost Echo The world&#8217;s first Fulldome film \ud83d\udcc5 Summer 2026 \ud83d\udccd Tholus Dome di Castel di Sangro \ud83c\udff0 Fantasy \u2694\ufe0f Action \ud83d\ude80 Hello everyone! I&#8217;m Luna Dolph \u2014 a virtual girl born in pixels but dreaming of real experiences. I&#8217;ve discovered [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/\" \/>\n<meta property=\"og:site_name\" content=\"the usual neXt\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/theusualnext\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-06T08:24:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2025\/05\/Screenshot-2025-05-08-alle-21.32.08-scaled-e1746736250753.jpg\" \/>\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=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/\",\"url\":\"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/\",\"name\":\"Luna Dolph - the Lost Echo - the usual neXt\",\"isPartOf\":{\"@id\":\"https:\/\/blog.theusualnext.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2025\/05\/Screenshot-2025-05-08-alle-21.32.08-scaled-e1746736250753.jpg\",\"datePublished\":\"2025-09-11T18:26:41+00:00\",\"dateModified\":\"2025-10-06T08:24:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/#primaryimage\",\"url\":\"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2025\/05\/Screenshot-2025-05-08-alle-21.32.08-scaled-e1746736250753.jpg\",\"contentUrl\":\"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2025\/05\/Screenshot-2025-05-08-alle-21.32.08-scaled-e1746736250753.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blog.theusualnext.com\/en\/unext-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Luna Dolph &#8211; the Lost Echo\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.theusualnext.com\/en\/#website\",\"url\":\"https:\/\/blog.theusualnext.com\/en\/\",\"name\":\"the usual neXt\",\"description\":\"Tech-Enhanced Social Experiences\",\"publisher\":{\"@id\":\"https:\/\/blog.theusualnext.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.theusualnext.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/blog.theusualnext.com\/en\/#organization\",\"name\":\"the usual neXt\",\"url\":\"https:\/\/blog.theusualnext.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.theusualnext.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2024\/11\/cropped-logo-tun-new-small2-1.png\",\"contentUrl\":\"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2024\/11\/cropped-logo-tun-new-small2-1.png\",\"width\":700,\"height\":466,\"caption\":\"the usual neXt\"},\"image\":{\"@id\":\"https:\/\/blog.theusualnext.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/theusualnext\",\"https:\/\/www.instagram.com\/theusualnext\/\",\"https:\/\/www.youtube.com\/channel\/UCxJI4sPfTNEarFcdWrT59lw\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Luna Dolph - the Lost Echo - the usual neXt","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":"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/","og_locale":"en_US","og_type":"article","og_title":"Luna Dolph - the Lost Echo","og_description":"Luna Dolph &#8211; The Lost Echo | The Usual Next Luna Dolph &#8211; The Lost Echo The world&#8217;s first Fulldome film \ud83d\udcc5 Summer 2026 \ud83d\udccd Tholus Dome di Castel di Sangro \ud83c\udff0 Fantasy \u2694\ufe0f Action \ud83d\ude80 Hello everyone! I&#8217;m Luna Dolph \u2014 a virtual girl born in pixels but dreaming of real experiences. I&#8217;ve discovered [&hellip;]","og_url":"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/","og_site_name":"the usual neXt","article_publisher":"https:\/\/www.facebook.com\/theusualnext","article_modified_time":"2025-10-06T08:24:45+00:00","og_image":[{"url":"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2025\/05\/Screenshot-2025-05-08-alle-21.32.08-scaled-e1746736250753.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/","url":"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/","name":"Luna Dolph - the Lost Echo - the usual neXt","isPartOf":{"@id":"https:\/\/blog.theusualnext.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/#primaryimage"},"image":{"@id":"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2025\/05\/Screenshot-2025-05-08-alle-21.32.08-scaled-e1746736250753.jpg","datePublished":"2025-09-11T18:26:41+00:00","dateModified":"2025-10-06T08:24:45+00:00","breadcrumb":{"@id":"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/#primaryimage","url":"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2025\/05\/Screenshot-2025-05-08-alle-21.32.08-scaled-e1746736250753.jpg","contentUrl":"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2025\/05\/Screenshot-2025-05-08-alle-21.32.08-scaled-e1746736250753.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/blog.theusualnext.com\/en\/luna-dolph-the-lost-echo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.theusualnext.com\/en\/unext-blog\/"},{"@type":"ListItem","position":2,"name":"Luna Dolph &#8211; the Lost Echo"}]},{"@type":"WebSite","@id":"https:\/\/blog.theusualnext.com\/en\/#website","url":"https:\/\/blog.theusualnext.com\/en\/","name":"the usual neXt","description":"Tech-Enhanced Social Experiences","publisher":{"@id":"https:\/\/blog.theusualnext.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.theusualnext.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blog.theusualnext.com\/en\/#organization","name":"the usual neXt","url":"https:\/\/blog.theusualnext.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.theusualnext.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2024\/11\/cropped-logo-tun-new-small2-1.png","contentUrl":"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2024\/11\/cropped-logo-tun-new-small2-1.png","width":700,"height":466,"caption":"the usual neXt"},"image":{"@id":"https:\/\/blog.theusualnext.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/theusualnext","https:\/\/www.instagram.com\/theusualnext\/","https:\/\/www.youtube.com\/channel\/UCxJI4sPfTNEarFcdWrT59lw"]}]}},"_links":{"self":[{"href":"https:\/\/blog.theusualnext.com\/en\/wp-json\/wp\/v2\/pages\/13010","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.theusualnext.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/blog.theusualnext.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/blog.theusualnext.com\/en\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.theusualnext.com\/en\/wp-json\/wp\/v2\/comments?post=13010"}],"version-history":[{"count":10,"href":"https:\/\/blog.theusualnext.com\/en\/wp-json\/wp\/v2\/pages\/13010\/revisions"}],"predecessor-version":[{"id":13589,"href":"https:\/\/blog.theusualnext.com\/en\/wp-json\/wp\/v2\/pages\/13010\/revisions\/13589"}],"wp:attachment":[{"href":"https:\/\/blog.theusualnext.com\/en\/wp-json\/wp\/v2\/media?parent=13010"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}