{"id":5,"date":"2026-05-08T02:44:56","date_gmt":"2026-05-08T02:44:56","guid":{"rendered":"https:\/\/staging.iamdorasnow.com\/?page_id=5"},"modified":"2026-05-08T03:26:51","modified_gmt":"2026-05-08T03:26:51","slug":"5-2","status":"publish","type":"page","link":"https:\/\/staging.iamdorasnow.com\/?page_id=5","title":{"rendered":"Homepage"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5\" class=\"elementor elementor-5\">\n\t\t\t\t<div class=\"elementor-element elementor-element-25d2e99b e-con-full e-flex e-con e-parent\" data-id=\"25d2e99b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66ab02d1 elementor-widget elementor-widget-text-editor\" data-id=\"66ab02d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><!-- Google Fonts: Fredoka (Bubbly Headers) & Nunito (Soft Body Text) --><\/p><p><!-- Phosphor Icons for cute icons --><br \/><script src=\"https:\/\/unpkg.com\/@phosphor-icons\/web\"><\/script><\/p><p><!-- Tailwind CSS --><br \/><script src=\"https:\/\/cdn.tailwindcss.com\"><\/script><br \/><script>\n    tailwind.config = {\n        theme: {\n            extend: {\n                colors: {\n                    magic: {\n                        pink: '#FF7eb3',      \/\/ Bright cute pink\n                        lightpink: '#FFA6C9', \/\/ Soft pastel pink\n                        peach: '#FFb0a3',     \/\/ Warm peach\n                        purple: '#b39DDB',    \/\/ Soft lavender\n                        text: '#5D4037',      \/\/ Warm chocolate brown (softer than black)\n                        subtext: '#8D6E63'    \/\/ Lighter brown\n                    }\n                },\n                fontFamily: {\n                    sans: ['Nunito', 'sans-serif'],\n                    display: ['Fredoka', 'sans-serif'],\n                },\n                animation: {\n                    'float': 'float 6s ease-in-out infinite',\n                    'float-delayed': 'float 6s ease-in-out 3s infinite',\n                    'spin-slow': 'spin 15s linear infinite',\n                    'bounce-soft': 'bounceSoft 2s infinite',\n                    'pulse-glow': 'pulseGlow 3s infinite'\n                },\n                keyframes: {\n                    float: {\n                        '0%, 100%': { transform: 'translateY(0) rotate(0deg)' },\n                        '50%': { transform: 'translateY(-20px) rotate(5deg)' },\n                    },\n                    bounceSoft: {\n                        '0%, 100%': { transform: 'translateY(0)' },\n                        '50%': { transform: 'translateY(-10px)' },\n                    },\n                    pulseGlow: {\n                        '0%, 100%': { opacity: 1, filter: 'drop-shadow(0 0 10px rgba(255,126,179,0.8))' },\n                        '50%': { opacity: 0.6, filter: 'drop-shadow(0 0 2px rgba(255,126,179,0.3))' },\n                    }\n                }\n            }\n        }\n    }\n<\/script><\/p><p><style>\n    \/* Animated Gradient Background *\/<br \/>\n    body {<br \/>\n        background: linear-gradient(-45deg, #ffe5ec, #ffc2d1, #e8dff5, #fff0f5);<br \/>\n        background-size: 400% 400%;<br \/>\n        animation: gradientBG 15s ease infinite;<br \/>\n        color: #5D4037;<br \/>\n        overflow-x: hidden;<br \/>\n        position: relative;<br \/>\n    }<\/p>\n<p>    @keyframes gradientBG {<br \/>\n        0% { background-position: 0% 50%; }<br \/>\n        50% { background-position: 100% 50%; }<br \/>\n        100% { background-position: 0% 50%; }<br \/>\n    }<\/p>\n<p>    \/* Glassmorphism (Frosted Glass) Utilities *\/<br \/>\n    .glass-card {<br \/>\n        background: rgba(255, 255, 255, 0.65);<br \/>\n        backdrop-filter: blur(12px);<br \/>\n        -webkit-backdrop-filter: blur(12px);<br \/>\n        border: 2px solid rgba(255, 255, 255, 0.8);<br \/>\n        box-shadow: 0 8px 32px 0 rgba(255, 126, 179, 0.15);<br \/>\n        border-radius: 2rem;<br \/>\n    }<\/p>\n<p>    \/* Image Hover & Bubbly Shapes *\/<br \/>\n    .bubbly-img {<br \/>\n        border-radius: 2rem;<br \/>\n        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);<br \/>\n    }<br \/>\n    .bubbly-card:hover .bubbly-img {<br \/>\n        transform: scale(1.05) rotate(-1deg);<br \/>\n        border-radius: 2.5rem;<br \/>\n    }<\/p>\n<p>    \/* Scroll Animations *\/<br \/>\n    .reveal {<br \/>\n        opacity: 0;<br \/>\n        transform: translateY(40px) scale(0.98);<br \/>\n        transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);<br \/>\n    }<br \/>\n    .reveal.active {<br \/>\n        opacity: 1;<br \/>\n        transform: translateY(0) scale(1);<br \/>\n    }<\/p>\n<p>    \/* Custom Cute Scrollbar *\/<br \/>\n    ::-webkit-scrollbar {<br \/>\n        width: 14px;<br \/>\n    }<br \/>\n    ::-webkit-scrollbar-track {<br \/>\n        background: #ffe5ec;<br \/>\n    }<br \/>\n    ::-webkit-scrollbar-thumb {<br \/>\n        background: #FFA6C9;<br \/>\n        border-radius: 10px;<br \/>\n        border: 3px solid #ffe5ec;<br \/>\n    }<br \/>\n    ::-webkit-scrollbar-thumb:hover {<br \/>\n        background: #FF7eb3;<br \/>\n    }<\/p>\n<p>    \/* Cute Button Style *\/<br \/>\n    .btn-cute {<br \/>\n        background: linear-gradient(135deg, #FF7eb3 0%, #FFA6C9 100%);<br \/>\n        box-shadow: 0 6px 0 #e6689d, 0 10px 20px rgba(255,126,179,0.4);<br \/>\n        transition: all 0.2s ease;<br \/>\n    }<br \/>\n    .btn-cute:hover {<br \/>\n        transform: translateY(2px);<br \/>\n        box-shadow: 0 4px 0 #e6689d, 0 8px 15px rgba(255,126,179,0.4);<br \/>\n    }<br \/>\n    .btn-cute:active {<br \/>\n        transform: translateY(6px);<br \/>\n        box-shadow: 0 0px 0 #e6689d, 0 4px 10px rgba(255,126,179,0.4);<br \/>\n    }<br \/>\n<\/style><\/p><p><!-- Deep Background Elements to Fill Empty Desktop Spaces --><\/p><div class=\"absolute inset-0 pointer-events-none z-0 overflow-hidden h-full\"><!-- Top Section --><br \/><i class=\"ph-fill ph-sparkle absolute top-[10%] left-[8%] text-white text-6xl opacity-70 animate-float\"><\/i><br \/><i class=\"ph-fill ph-shooting-star absolute top-[15%] right-[10%] text-yellow-300 text-6xl opacity-60 animate-float-delayed\"><\/i><div class=\"absolute top-[5%] -left-20 w-[40rem] h-[40rem] bg-white\/40 rounded-full blur-3xl animate-float\">\u00a0<\/div><div class=\"absolute top-[15%] -right-20 w-[35rem] h-[35rem] bg-magic-pink\/20 rounded-full blur-3xl animate-float-delayed\">\u00a0<\/div><p><!-- Middle Section --><br \/><i class=\"ph-fill ph-moon-stars absolute top-[35%] left-[5%] text-magic-purple text-7xl opacity-40 animate-float-delayed\"><\/i><br \/><i class=\"ph-fill ph-heart absolute top-[45%] right-[8%] text-magic-lightpink text-6xl opacity-50 animate-float\"><\/i><\/p><div class=\"absolute top-[40%] -left-32 w-[50rem] h-[50rem] bg-magic-lightpink\/20 rounded-full blur-3xl animate-float-delayed\">\u00a0<\/div><div class=\"absolute top-[50%] -right-32 w-[45rem] h-[45rem] bg-magic-purple\/10 rounded-full blur-3xl animate-float\">\u00a0<\/div><p><!-- Bottom Section --><br \/><i class=\"ph-fill ph-star absolute top-[75%] left-[12%] text-white text-5xl opacity-80 animate-spin-slow\"><\/i><br \/><i class=\"ph-fill ph-sparkle absolute top-[85%] right-[15%] text-magic-pink text-5xl opacity-50 animate-float\"><\/i><\/p><div class=\"absolute top-[75%] -left-20 w-[35rem] h-[35rem] bg-white\/30 rounded-full blur-3xl animate-float\">\u00a0<\/div><div class=\"absolute top-[80%] -right-20 w-[40rem] h-[40rem] bg-magic-pink\/20 rounded-full blur-3xl animate-float-delayed\">\u00a0<\/div><\/div><p><!-- Hero Section (Magical & Dreamy) --><\/p><div class=\"relative min-h-[95vh] flex items-center pt-32 pb-16 z-10\"><div class=\"max-w-[90rem] mx-auto px-6 w-full\"><div class=\"grid grid-cols-1 lg:grid-cols-2 gap-16 items-center\"><!-- Text Content --><div class=\"reveal text-center lg:text-left z-20\"><div class=\"inline-flex items-center gap-2 bg-white\/90 px-5 py-2.5 rounded-full font-bold text-magic-pink text-lg mb-8 shadow-sm border border-white\"><i class=\"ph-fill ph-star animate-pulse-glow\"><\/i> Welcome to my world!<\/div><h1 class=\"font-display text-6xl md:text-8xl lg:text-[6.5rem] font-bold leading-[1.1] mb-8 text-magic-text drop-shadow-sm\">Hi, I&#8217;m <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-magic-pink to-magic-purple\">Sally<\/span> Dorasnow!<\/h1><p class=\"font-sans text-xl md:text-2xl text-magic-subtext font-semibold mb-10 max-w-2xl mx-auto lg:mx-0 leading-relaxed\">Bringing your favorite characters to life with a sprinkle of magic, lots of pink, and a wonderful community of 900k+ friends! \ud83d\udc96<\/p><div class=\"flex flex-wrap gap-6 justify-center lg:justify-start\"><a class=\"btn-cute text-white text-xl px-10 py-5 rounded-full font-bold flex items-center gap-2 shadow-xl\" href=\"#portfolio\"><br \/><i class=\"ph-bold ph-image text-2xl\"><\/i> Explore Magic<br \/><\/a><br \/><a class=\"glass-card text-magic-text text-xl px-10 py-5 rounded-full font-bold hover:bg-white transition-colors flex items-center gap-2 border-2 border-white shadow-xl\" href=\"https:\/\/iamdorasnow.gumroad.com\/\" target=\"_blank\" rel=\"noopener\"><br \/><i class=\"ph-bold ph-storefront text-2xl\"><\/i> Visit Shop<br \/><\/a><\/div><\/div><p><!-- Hero Image Composition --><\/p><div class=\"relative reveal delay-200 mt-16 lg:mt-0 flex justify-center z-10\"><!-- Rotating background decoration --><div class=\"absolute inset-0 bg-gradient-to-tr from-magic-lightpink to-white rounded-full blur-3xl opacity-70 animate-spin-slow scale-110\">\u00a0<\/div><div class=\"relative w-full max-w-lg\"><!-- Main Image in a cute frame --><div class=\"p-4 bg-white rounded-[3.5rem] shadow-2xl rotate-3 hover:rotate-0 transition-transform duration-500 border-[6px] border-white\"><div class=\"overflow-hidden rounded-[3rem]\"><img decoding=\"async\" class=\"w-full h-auto object-cover transform hover:scale-105 transition-transform duration-700\" src=\"https:\/\/iamdorasnow.com\/wp-content\/uploads\/2026\/03\/Sally-Cc-black-1.jpg\" alt=\"Sally Dorasnow\" \/><\/div><\/div><p><!-- Floating Cute Badges --><\/p><div class=\"absolute -top-8 -left-10 glass-card p-5 rounded-3xl animate-float shadow-xl flex items-center gap-4\"><div class=\"w-14 h-14 bg-gradient-to-br from-yellow-300 to-yellow-500 rounded-full flex items-center justify-center text-white text-3xl shadow-inner\">\ud83d\udc51<\/div><div><p class=\"font-display font-bold text-2xl leading-none\">900k+<\/p><p class=\"text-sm font-bold text-magic-subtext\">Followers<\/p><\/div><\/div><div class=\"absolute -bottom-10 -right-6 glass-card p-5 rounded-3xl animate-float-delayed shadow-xl flex items-center gap-4\"><div class=\"w-14 h-14 bg-gradient-to-br from-magic-pink to-magic-purple rounded-full flex items-center justify-center text-white text-3xl shadow-inner\">\ud83c\udf38<\/div><div><p class=\"font-display font-bold text-2xl leading-none\">Cosplay<\/p><p class=\"text-sm font-bold text-magic-subtext\">Creator<\/p><\/div><\/div><\/div><\/div><\/div><p><!-- Scroll Indicator --><\/p><div class=\"absolute bottom-10 left-1\/2 transform -translate-x-1\/2 text-center text-magic-pink animate-bounce-soft hidden lg:block\"><p class=\"font-bold text-sm mb-2 uppercase tracking-widest\">Scroll Down<\/p><\/div><\/div><\/div><p><!-- About Section (Bubbly Cards) --><\/p><section id=\"about\" class=\"py-20 md:py-32 relative z-10\"><div class=\"max-w-[90rem] mx-auto px-6\"><div class=\"glass-card p-10 md:p-20 reveal border-[6px] border-white\/60 relative overflow-hidden\"><!-- Decorative background blob --><div class=\"absolute -right-20 -top-20 w-80 h-80 bg-magic-pink\/20 rounded-full blur-3xl\">\u00a0<\/div><div class=\"grid grid-cols-1 md:grid-cols-2 gap-16 items-center relative z-10\"><!-- Polaroid Style Image --><div class=\"relative flex justify-center\"><div class=\"bg-white p-5 pb-16 rounded-xl shadow-2xl transform -rotate-3 hover:rotate-2 transition-transform duration-300 w-full max-w-md\"><img decoding=\"async\" class=\"w-full h-auto rounded-lg\" src=\"https:\/\/iamdorasnow.com\/wp-content\/uploads\/2026\/04\/sally-girl3.jpg\" alt=\"Sally Portrait\" \/><p class=\"font-display text-center text-3xl text-magic-text mt-6\">Just me! \ud83c\udf80<\/p><p><!-- Cute tape --><\/p><div class=\"absolute -top-5 left-1\/2 transform -translate-x-1\/2 w-40 h-10 bg-pink-100\/80 backdrop-blur-md rotate-2 shadow-sm rounded-sm\">\u00a0<\/div><\/div><\/div><p><!-- Text --><\/p><div><h2 class=\"font-display text-5xl md:text-6xl font-bold mb-8 text-magic-text leading-tight\">My Cosplay <span class=\"text-magic-pink\">Journey<\/span> \u2728<\/h2><div class=\"space-y-6 font-sans text-xl text-magic-subtext font-semibold leading-relaxed\"><p>Hello! I&#8217;m Sally, a cosplay artist based in Malaysia. I started dressing up as my favorite anime and game characters because I wanted to step into their worlds, and somehow, nearly a million of you decided to join me on this magical adventure!<\/p><p>From sewing tiny ruffles to figuring out impossible wig gravity, I put my whole heart into every detail. Whether I&#8217;m transforming into the fierce Reze or the adorable Marine, my goal is always to create something beautiful and fun.<\/p><p class=\"text-magic-pink font-bold text-2xl pt-4 font-display\">Thank you for being part of my story! \ud83d\udc95<\/p><\/div><\/div><\/div><\/div><\/div><\/section><p><!-- Magical Gallery Section --><\/p><section id=\"portfolio\" class=\"py-20 md:py-32 relative z-10\"><div class=\"max-w-[90rem] mx-auto px-6\"><div class=\"text-center mb-20 reveal\"><h2 class=\"font-display text-6xl font-bold mb-6 text-magic-text drop-shadow-sm\">Magical <span class=\"text-magic-pink\">Memories<\/span> \ud83d\udcf8<\/h2><p class=\"font-sans text-2xl text-magic-subtext font-semibold\">Peek into some of my favorite cosplay transformations!<\/p><\/div><p><!-- Bubbly Masonry Grid --><\/p><div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 md:gap-12\"><!-- Image 1 --><div class=\"reveal bubbly-card relative group cursor-pointer lg:mt-0\"><div class=\"glass-card p-4 border-[5px] border-white\/80 h-full\"><div class=\"relative overflow-hidden bubbly-img h-[28rem] md:h-[32rem]\"><img decoding=\"async\" class=\"w-full h-full object-cover\" src=\"https:\/\/iamdorasnow.com\/wp-content\/uploads\/2026\/03\/sally-reze-2.jpg\" alt=\"Reze\" \/><br \/><!-- Cute Overlay --><div class=\"absolute inset-0 bg-gradient-to-t from-magic-pink\/90 via-magic-pink\/40 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300 flex flex-col justify-end p-8\"><h3 class=\"font-display text-4xl font-bold text-white mb-2 transform translate-y-4 group-hover:translate-y-0 transition-transform\">Reze \ud83d\udca3<\/h3><p class=\"text-white\/90 font-bold text-xl transform translate-y-4 group-hover:translate-y-0 transition-transform delay-75\">Chainsaw Man<\/p><\/div><\/div><\/div><\/div><p><!-- Image 2 --><\/p><div class=\"reveal delay-100 bubbly-card relative group cursor-pointer lg:mt-16\"><div class=\"glass-card p-4 border-[5px] border-white\/80 h-full\"><div class=\"relative overflow-hidden bubbly-img h-[28rem] md:h-[36rem]\"><img decoding=\"async\" class=\"w-full h-full object-cover\" src=\"https:\/\/iamdorasnow.com\/wp-content\/uploads\/2026\/03\/sally-inori-1.jpg\" alt=\"Inori\" \/><div class=\"absolute inset-0 bg-gradient-to-t from-magic-purple\/90 via-magic-purple\/40 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300 flex flex-col justify-end p-8\"><h3 class=\"font-display text-4xl font-bold text-white mb-2 transform translate-y-4 group-hover:translate-y-0 transition-transform\">Inori \ud83c\udf38<\/h3><p class=\"text-white\/90 font-bold text-xl transform translate-y-4 group-hover:translate-y-0 transition-transform delay-75\">Guilty Crown<\/p><\/div><\/div><\/div><\/div><p><!-- Image 3 --><\/p><div class=\"reveal delay-200 bubbly-card relative group cursor-pointer lg:mt-8\"><div class=\"glass-card p-4 border-[5px] border-white\/80 h-full\"><div class=\"relative overflow-hidden bubbly-img h-[28rem] md:h-[30rem]\"><img decoding=\"async\" class=\"w-full h-full object-cover\" src=\"https:\/\/iamdorasnow.com\/wp-content\/uploads\/2026\/03\/Sally-marine-2.jpg\" alt=\"Marine\" \/><div class=\"absolute inset-0 bg-gradient-to-t from-red-400\/90 via-red-400\/40 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300 flex flex-col justify-end p-8\"><h3 class=\"font-display text-4xl font-bold text-white mb-2 transform translate-y-4 group-hover:translate-y-0 transition-transform\">Marine \ud83c\udff4\u200d\u2620\ufe0f<\/h3><p class=\"text-white\/90 font-bold text-xl transform translate-y-4 group-hover:translate-y-0 transition-transform delay-75\">Hololive<\/p><\/div><\/div><\/div><\/div><p><!-- Image 4 --><\/p><div class=\"reveal bubbly-card relative group cursor-pointer lg:-mt-12\"><div class=\"glass-card p-4 border-[5px] border-white\/80 h-full\"><div class=\"relative overflow-hidden bubbly-img h-[28rem] md:h-[34rem]\"><img decoding=\"async\" class=\"w-full h-full object-cover\" src=\"https:\/\/iamdorasnow.com\/wp-content\/uploads\/2026\/03\/sally-priscilla.jpg\" alt=\"Priscilla\" \/><div class=\"absolute inset-0 bg-gradient-to-t from-orange-400\/90 via-orange-400\/40 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300 flex flex-col justify-end p-8\"><h3 class=\"font-display text-4xl font-bold text-white mb-2 transform translate-y-4 group-hover:translate-y-0 transition-transform\">Priscilla \u2600\ufe0f<\/h3><p class=\"text-white\/90 font-bold text-xl transform translate-y-4 group-hover:translate-y-0 transition-transform delay-75\">Re:Zero<\/p><\/div><\/div><\/div><\/div><p><!-- Image 5 (Columbina - spanning 2 columns) --><\/p><div class=\"reveal delay-100 bubbly-card relative group cursor-pointer md:col-span-2 lg:col-span-2 lg:mt-4\"><div class=\"glass-card p-4 border-[5px] border-white\/80 h-full\"><div class=\"relative overflow-hidden bubbly-img h-[28rem] md:h-[34rem]\"><!-- Updated to Columbina --><br \/><img decoding=\"async\" class=\"w-full h-full object-cover object-center\" src=\"https:\/\/iamdorasnow.com\/wp-content\/uploads\/2026\/03\/sally-columbina-1.jpg\" alt=\"Columbina\" \/><div class=\"absolute inset-0 bg-gradient-to-t from-magic-pink\/90 via-magic-pink\/20 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-300 flex flex-col justify-end p-8 md:p-12\"><h3 class=\"font-display text-5xl font-bold text-white mb-2 transform translate-y-4 group-hover:translate-y-0 transition-transform\">Columbina \ud83d\udd4a\ufe0f<\/h3><p class=\"text-white\/90 font-bold text-2xl transform translate-y-4 group-hover:translate-y-0 transition-transform delay-75\">Genshin Impact<\/p><\/div><\/div><\/div><\/div><\/div><div class=\"text-center mt-20 reveal\"><a class=\"btn-cute inline-flex items-center gap-3 text-white px-10 py-5 rounded-full font-bold text-xl shadow-xl\" href=\"https:\/\/www.instagram.com\/iamdorasnow\/\" target=\"_blank\" rel=\"noopener\"><br \/><i class=\"ph-bold ph-instagram-logo text-3xl\"><\/i> View More on Instagram<br \/><\/a><\/div><\/div><\/section><p><!-- Cute Store Section --><\/p><section id=\"store\" class=\"py-20 md:py-32 relative z-10\"><div class=\"max-w-[90rem] mx-auto px-6 mt-12\"><div class=\"text-center mb-20 reveal\"><h2 class=\"font-display text-6xl font-bold mb-6 text-magic-text drop-shadow-sm\">The Magical <span class=\"text-magic-pink\">Shop<\/span> \ud83d\udecd\ufe0f<\/h2><p class=\"font-sans text-2xl text-magic-subtext font-semibold\">Grab some exclusive goodies and support my work!<\/p><\/div><div class=\"grid grid-cols-1 md:grid-cols-3 gap-10\"><!-- Shop Item 1 --><div class=\"reveal glass-card p-5 border-[5px] border-white\/80 group hover:-translate-y-3 transition-transform duration-300 flex flex-col h-full shadow-lg hover:shadow-2xl\"><!-- Standardized Image Container & Classes for Alignment --><div class=\"relative h-72 rounded-[2rem] overflow-hidden mb-6 bg-white border border-gray-100\"><img decoding=\"async\" class=\"w-full h-full object-cover transform group-hover:scale-110 transition-transform duration-500\" src=\"https:\/\/iamdorasnow.com\/wp-content\/uploads\/2026\/04\/Sally-contact-banner.jpg\" alt=\"Banner Merch\" \/><div class=\"absolute top-4 left-4 bg-yellow-400 text-magic-text font-bold text-sm px-4 py-1.5 rounded-full shadow-md\">Limited \u2728<\/div><\/div><div class=\"text-center flex-grow flex flex-col justify-between px-2\"><div><h3 class=\"font-display text-3xl font-bold text-magic-text mb-3\">Dorawoof Anniversary Set<\/h3><p class=\"text-magic-subtext font-semibold text-lg mb-6\">Cute illustrated merch to celebrate our amazing community!<\/p><\/div><p><a class=\"inline-block w-full bg-white text-magic-pink text-lg font-bold border-[3px] border-magic-pink py-4 rounded-full hover:bg-magic-pink hover:text-white transition-colors mt-auto shadow-sm\" href=\"https:\/\/iamdorasnow.gumroad.com\/\" target=\"_blank\" rel=\"noopener\"><br \/>RM 50.00 &#8211; Shop Now<br \/><\/a><\/p><\/div><\/div><p><!-- Shop Item 2 --><\/p><div class=\"reveal delay-100 glass-card p-5 border-[5px] border-white\/80 group hover:-translate-y-3 transition-transform duration-300 flex flex-col h-full shadow-lg hover:shadow-2xl relative\"><!-- Sparkle decor --><br \/><i class=\"ph-fill ph-sparkle absolute -top-5 -right-5 text-5xl text-yellow-400 animate-pulse-glow z-10\"><\/i><br \/><!-- Standardized Image Container & Classes for Alignment --><div class=\"relative h-72 rounded-[2rem] overflow-hidden mb-6 bg-white border border-gray-100\"><img decoding=\"async\" class=\"w-full h-full object-cover object-top transform group-hover:scale-110 transition-transform duration-500\" src=\"https:\/\/iamdorasnow.com\/wp-content\/uploads\/2026\/03\/sally-catgirl.jpg\" alt=\"Photobook\" \/><div class=\"absolute top-4 left-4 bg-magic-pink text-white font-bold text-sm px-4 py-1.5 rounded-full shadow-md\">Physical Book \ud83d\udcd6<\/div><\/div><div class=\"text-center flex-grow flex flex-col justify-between px-2\"><div><h3 class=\"font-display text-3xl font-bold text-magic-text mb-3\">Original Neko Photobook<\/h3><p class=\"text-magic-subtext font-semibold text-lg mb-6\">A premium, high-quality physical book full of unreleased cute sets.<\/p><\/div><p><a class=\"btn-cute inline-block w-full text-white text-lg font-bold py-4 rounded-full mt-auto shadow-sm\" href=\"https:\/\/iamdorasnow.gumroad.com\/\" target=\"_blank\" rel=\"noopener\"><br \/>RM 125.00 &#8211; Grab Yours!<br \/><\/a><\/p><\/div><\/div><p><!-- Shop Item 3 --><\/p><div class=\"reveal delay-200 glass-card p-5 border-[5px] border-white\/80 group hover:-translate-y-3 transition-transform duration-300 flex flex-col h-full shadow-lg hover:shadow-2xl\"><!-- Standardized Image Container & Classes for Alignment --><div class=\"relative h-72 rounded-[2rem] overflow-hidden mb-6 bg-white border border-gray-100\"><img decoding=\"async\" class=\"w-full h-full object-cover transform group-hover:scale-110 transition-transform duration-500\" src=\"https:\/\/iamdorasnow.com\/wp-content\/uploads\/2026\/03\/sally-reze-2.jpg\" alt=\"Digital Prints\" \/><div class=\"absolute top-4 left-4 bg-magic-purple text-white font-bold text-sm px-4 py-1.5 rounded-full shadow-md\">Digital Download \ud83d\udcbb<\/div><\/div><div class=\"text-center flex-grow flex flex-col justify-between px-2\"><div><h3 class=\"font-display text-3xl font-bold text-magic-text mb-3\">Digital 4K HD Sets<\/h3><p class=\"text-magic-subtext font-semibold text-lg mb-6\">Get instant access to ultra-high resolution galleries straight to your device.<\/p><\/div><p><a class=\"inline-block w-full bg-white text-magic-pink text-lg font-bold border-[3px] border-magic-pink py-4 rounded-full hover:bg-magic-pink hover:text-white transition-colors mt-auto shadow-sm\" href=\"https:\/\/iamdorasnow.gumroad.com\/\" target=\"_blank\" rel=\"noopener\"><br \/>From $15.00 &#8211; View Sets<br \/><\/a><\/p><\/div><\/div><\/div><\/div><\/section><p><!-- Footer \/ Contact (Soft & Sweet) --><\/p><footer id=\"contact\" class=\"pt-32 pb-16 relative z-10 overflow-hidden mt-12\"><div class=\"max-w-[60rem] mx-auto px-6 relative z-10 text-center\"><div class=\"glass-card p-12 md:p-20 border-[6px] border-white\/80 shadow-2xl mb-16 relative\"><!-- Cute decoration --><br \/><i class=\"ph-fill ph-envelope-simple absolute -top-10 left-1\/2 transform -translate-x-1\/2 text-6xl text-magic-pink bg-white p-4 rounded-full shadow-lg border-4 border-magic-pink\/20\"><\/i><h2 class=\"font-display text-5xl md:text-6xl font-bold mb-6 text-magic-text mt-6\">Let&#8217;s be <span class=\"text-magic-pink\">Friends!<\/span> \ud83d\udc8c<\/h2><p class=\"font-sans text-2xl text-magic-subtext font-semibold mb-10\">Available for conventions, collaborations, or just saying hi!<\/p><p><a class=\"inline-block bg-white text-magic-pink font-display font-bold text-3xl py-5 px-10 rounded-full border-[3px] border-magic-pink\/30 hover:border-magic-pink shadow-md hover:shadow-lg transition-all hover:-translate-y-1 mb-12\" href=\"mailto:iamdorasnow@gmail.com\"><br \/>iamdorasnow@gmail.com<br \/><\/a><\/p><p><!-- Social Links --><\/p><div class=\"flex justify-center gap-8\"><a class=\"w-20 h-20 bg-gradient-to-tr from-yellow-400 via-pink-500 to-purple-500 rounded-full flex items-center justify-center text-white text-4xl hover:scale-110 transition-transform shadow-lg border-[4px] border-white\" href=\"https:\/\/www.instagram.com\/iamdorasnow\" target=\"_blank\" rel=\"noopener\"><br \/><i class=\"ph-bold ph-instagram-logo\"><\/i><br \/><\/a><br \/><a class=\"w-20 h-20 bg-[#1DA1F2] rounded-full flex items-center justify-center text-white text-4xl hover:scale-110 transition-transform shadow-lg border-[4px] border-white\" href=\"https:\/\/twitter.com\/iamdorasnow\" target=\"_blank\" rel=\"noopener\"><br \/><i class=\"ph-bold ph-twitter-logo\"><\/i><br \/><\/a><br \/><a class=\"w-20 h-20 bg-[#9146FF] rounded-full flex items-center justify-center text-white text-4xl hover:scale-110 transition-transform shadow-lg border-[4px] border-white\" href=\"https:\/\/www.twitch.tv\/iamdorasnow\" target=\"_blank\" rel=\"noopener\"><br \/><i class=\"ph-bold ph-twitch-logo\"><\/i><br \/><\/a><br \/><a class=\"w-20 h-20 bg-[#5865F2] rounded-full flex items-center justify-center text-white text-4xl hover:scale-110 transition-transform shadow-lg border-[4px] border-white\" href=\"https:\/\/discord.gg\/iamdorasnow\" target=\"_blank\" rel=\"noopener\"><br \/><i class=\"ph-bold ph-discord-logo\"><\/i><br \/><\/a><\/div><\/div><p><!-- Copyright --><\/p><p class=\"font-bold text-magic-subtext text-lg\">Made with <i class=\"ph-fill ph-heart text-magic-pink\"><\/i> for Sally Dorasnow \u00a9 2026.<\/p><\/div><\/footer><p><!-- Interactive Scripts --><br \/><script>\n    \/\/ Scroll Animations (Intersection Observer)\n    document.addEventListener('DOMContentLoaded', () => {\n        const reveals = document.querySelectorAll('.reveal');\n        \n        const revealOnScroll = new IntersectionObserver((entries, observer) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                }\n            });\n        }, {\n            threshold: 0.1, \n            rootMargin: \"0px 0px -50px 0px\"\n        });\n        \n        reveals.forEach(reveal => {\n            revealOnScroll.observe(reveal);\n        });\n    });\n<\/script><\/p>\t\t\t\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>\u00a0\u00a0 \u00a0\u00a0 \u00a0\u00a0 Welcome to my world! Hi, I&#8217;m Sally Dorasnow! Bringing your favorite characters to life with a sprinkle of magic, lots of pink, and a wonderful community of 900k+ friends! \ud83d\udc96 Explore Magic Visit Shop \u00a0 \ud83d\udc51 900k+ Followers \ud83c\udf38 Cosplay Creator Scroll Down \u00a0 Just me! \ud83c\udf80 \u00a0 My Cosplay Journey \u2728 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-5","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/staging.iamdorasnow.com\/index.php?rest_route=\/wp\/v2\/pages\/5","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.iamdorasnow.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging.iamdorasnow.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging.iamdorasnow.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.iamdorasnow.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5"}],"version-history":[{"count":22,"href":"https:\/\/staging.iamdorasnow.com\/index.php?rest_route=\/wp\/v2\/pages\/5\/revisions"}],"predecessor-version":[{"id":51,"href":"https:\/\/staging.iamdorasnow.com\/index.php?rest_route=\/wp\/v2\/pages\/5\/revisions\/51"}],"wp:attachment":[{"href":"https:\/\/staging.iamdorasnow.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}