{"id":182,"date":"2026-01-27T15:06:26","date_gmt":"2026-01-27T15:06:26","guid":{"rendered":"https:\/\/music.heatgroups.tech\/?page_id=182"},"modified":"2026-01-27T15:10:21","modified_gmt":"2026-01-27T15:10:21","slug":"about-us","status":"publish","type":"page","link":"https:\/\/music.heatgroups.tech\/?page_id=182","title":{"rendered":"ABOUT US"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;700&#038;family=Inter:wght@300;400;600&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n    :root {\n        --bg-deep: #050505;\n        --glass: rgba(255, 255, 255, 0.05);\n        --glass-border: rgba(255, 255, 255, 0.1);\n        --accent-gold: #D4AF37;\n        --accent-neon: #00f3ff;\n        --text-main: #e0e0e0;\n        --text-mute: #888;\n    }\n\n    \/* BASE STYLES *\/\n    .ams-wrapper {\n        background-color: var(--bg-deep);\n        color: var(--text-main);\n        font-family: 'Inter', sans-serif;\n        overflow: hidden;\n        position: relative;\n        line-height: 1.6;\n    }\n\n    .ams-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 20px;\n        position: relative;\n        z-index: 2;\n    }\n\n    h1, h2, h3 {\n        font-family: 'Cinzel', serif; \/* Cinematic font *\/\n        text-transform: uppercase;\n        margin: 0;\n    }\n\n    \/* HERO SECTION *\/\n    .ams-hero {\n        height: 90vh;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        text-align: center;\n        background: radial-gradient(circle at center, #1a1a1a 0%, #000 100%);\n        position: relative;\n    }\n    \n    \/* Animated Background Glow *\/\n    .ams-hero::before {\n        content: '';\n        position: absolute;\n        width: 60%;\n        height: 60%;\n        background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n        animation: pulse 6s infinite ease-in-out;\n    }\n\n    .ams-hero-content h1 {\n        font-size: 4rem;\n        background: linear-gradient(to right, #fff, #888);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        letter-spacing: 5px;\n        margin-bottom: 20px;\n    }\n    \n    .ams-hero-content .subtitle {\n        font-size: 1.2rem;\n        color: var(--accent-gold);\n        letter-spacing: 3px;\n        margin-bottom: 40px;\n        display: block;\n    }\n\n    \/* THE ARCHITECT SECTION *\/\n    .section-profile {\n        padding: 100px 0;\n        background: #0a0a0a;\n    }\n\n    .profile-card {\n        display: grid;\n        grid-template-columns: 1fr 1.5fr;\n        gap: 50px;\n        background: var(--glass);\n        backdrop-filter: blur(10px);\n        border: 1px solid var(--glass-border);\n        padding: 40px;\n        border-radius: 20px;\n        align-items: center;\n    }\n\n    .profile-img {\n        width: 100%;\n        height: 400px;\n        object-fit: cover;\n        border-radius: 10px;\n        filter: grayscale(20%) contrast(120%);\n        box-shadow: 0 20px 40px rgba(0,0,0,0.5);\n    }\n\n    .profile-info h2 {\n        font-size: 2.5rem;\n        color: #fff;\n        margin-bottom: 10px;\n    }\n    \n    .profile-creds {\n        color: var(--accent-neon);\n        font-family: 'Inter', sans-serif;\n        font-weight: 700;\n        font-size: 1rem;\n        letter-spacing: 1px;\n        margin-bottom: 30px;\n        display: block;\n    }\n\n    .quote-box {\n        border-left: 3px solid var(--accent-gold);\n        padding-left: 20px;\n        margin: 30px 0;\n        font-style: italic;\n        color: color: #fff;;\n    }\n\n    \/* THE ENGINE (TOOLS) *\/\n    .section-engine {\n        padding: 60px 0;\n        border-top: 1px solid #222;\n        border-bottom: 1px solid #222;\n        background: #050505;\n    }\n    \n    .engine-grid {\n        display: flex;\n        justify-content: space-around;\n        text-align: center;\n    }\n\n    .engine-item strong {\n        display: block;\n        font-size: 1.5rem;\n        color: #fff;\n        font-family: 'Cinzel', serif;\n    }\n\n    .engine-item span {\n        font-size: 0.8rem;\n        color: var(--accent-gold);\n        letter-spacing: 2px;\n        text-transform: uppercase;\n    }\n\n    \/* THE ALCHEMY (PROCESS) *\/\n    .section-alchemy {\n        padding: 100px 0;\n        text-align: center;\n    }\n    \n    .alchemy-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 20px;\n        margin-top: 60px;\n    }\n\n    .alchemy-card {\n        background: linear-gradient(145deg, #111, #0d0d0d);\n        padding: 40px 20px;\n        border-radius: 15px;\n        border: 1px solid #222;\n        transition: transform 0.3s, border-color 0.3s;\n    }\n\n    .alchemy-card:hover {\n        transform: translateY(-10px);\n        border-color: var(--accent-gold);\n    }\n\n    .alchemy-icon {\n        font-size: 2rem;\n        margin-bottom: 20px;\n        display: block;\n    }\n\n    \/* SONIC DNA *\/\n    .section-dna {\n        padding: 100px 0;\n        background: url('https:\/\/images.unsplash.com\/photo-1514525253440-b393452e8d26?q=80&w=2000&auto=format&fit=crop') no-repeat center center\/cover;\n        position: relative;\n    }\n    \n    .section-dna::before {\n        content: '';\n        position: absolute;\n        top: 0; left: 0; right: 0; bottom: 0;\n        background: rgba(0,0,0,0.85); \/* Dark overlay *\/\n    }\n\n    .dna-content {\n        position: relative;\n        z-index: 2;\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 60px;\n    }\n\n    .dna-text h2 {\n        font-size: 2.5rem;\n        color: #fff;\n        margin-bottom: 30px;\n    }\n\n    .spec-list {\n        list-style: none;\n        padding: 0;\n    }\n\n    .spec-list li {\n        margin-bottom: 15px;\n        display: flex;\n        align-items: center;\n    }\n\n    .spec-list li::before {\n        content: '\u2022';\n        color: var(--accent-gold);\n        font-size: 1.5rem;\n        margin-right: 15px;\n    }\n\n    \/* ANIMATIONS *\/\n    @keyframes pulse {\n        0% { transform: scale(0.8); opacity: 0.1; }\n        50% { transform: scale(1.1); opacity: 0.3; }\n        100% { transform: scale(0.8); opacity: 0.1; }\n    }\n\n    \/* RESPONSIVE *\/\n    @media (max-width: 768px) {\n        .ams-hero-content h1 { font-size: 2.5rem; }\n        .profile-card, .dna-content, .alchemy-grid, .engine-grid { grid-template-columns: 1fr; }\n        .engine-grid { gap: 30px; flex-direction: column; }\n        .profile-img { height: 300px; }\n    }\n<\/style>\n\n<div class=\"ams-wrapper\">\n\n    <section class=\"ams-hero\">\n        <div class=\"ams-container ams-hero-content\">\n            <span class=\"subtitle\">AI MAGIC SCHOOL \u2022 MUSIC DEPT<\/span>\n            <h1>Where Code<br>Becomes Melody<\/h1>\n            <p style=\"color:#aaa; max-width: 600px; margin: 0 auto;\">Exploring the intersection of artificial intelligence and human emotion. We don&#8217;t just generate audio; we curate the soul of the machine.<\/p>\n        <\/div>\n    <\/section>\n\n    <section class=\"section-profile\">\n        <div class=\"ams-container\">\n            <div class=\"profile-card\">\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1555066931-4365d14bab8c?q=80&#038;w=1000&#038;auto=format&#038;fit=crop\" class=\"profile-img\" alt=\"Eric Wang\">\n                \n                <div class=\"profile-info\">\n                    <span class=\"profile-creds\">HARVARD PH.D. \/\/ AI PIONEER<\/span>\n                    <h2>Eric Wang<\/h2>\n                    <div class=\"quote-box\">\n                        &#8220;In the space between zero and one, we find the magic. Music is no longer just sound; it is data with a heartbeat.&#8221;\n                    <\/div>\n                    <p>Wang leads the SMCA Experimental Lab, bridging high-level academic research with the raw creativity of generative AI. His work pushes the boundaries of what tools like Suno and GPT can achieve\u2014moving beyond &#8220;prompting&#8221; into &#8220;architecting&#8221; complex emotional landscapes.<\/p>\n                    <p>\u738b\u535a\u58eb\u9818\u5c0e SMCA \u5be6\u9a57\u5ba4\uff0c\u5c07\u9802\u5c16\u5b78\u8853\u7814\u7a76\u8207\u751f\u6210\u5f0f AI \u7684\u539f\u59cb\u5275\u9020\u529b\u7d50\u5408\u3002\u4ed6\u7684\u5de5\u4f5c\u4e0d\u50c5\u50c5\u662f\u4e0b\u6307\u4ee4\uff0c\u800c\u662f\u70ba\u8907\u96dc\u7684\u60c5\u611f\u666f\u89c0\u69cb\u5efa\u67b6\u69cb\u3002<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section-engine\">\n        <div class=\"ams-container\">\n            <div class=\"engine-grid\">\n                <div class=\"engine-item\">\n                    <span>Brain<\/span>\n                    <strong>GPT-4o &#038; GEMINI<\/strong>\n                <\/div>\n                <div class=\"engine-item\">\n                    <span>Voice<\/span>\n                    <strong>SUNO AI V4<\/strong>\n                <\/div>\n                <div class=\"engine-item\">\n                    <span>Protocol<\/span>\n                    <strong>SMCA v1.2<\/strong>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section-alchemy\">\n        <div class=\"ams-container\">\n            <h2 style=\"color: #fff; margin-bottom: 10px;\">The Creation Cycle<\/h2>\n            <p style=\"color: #888;\">We build worlds from any starting point.<\/p>\n            \n            <div class=\"alchemy-grid\">\n                <div class=\"alchemy-card\">\n                    <span class=\"alchemy-icon\">\ud83d\udc41\ufe0f<\/span>\n                    <h3 style=\"color:#fff; font-size:1.2rem;\">Image<\/h3>\n                    <p style=\"font-size:0.9rem; color:#666;\">Translating visual atmosphere into sonic texture.<\/p>\n                <\/div>\n                <div class=\"alchemy-card\">\n                    <span class=\"alchemy-icon\">\ud83d\udcdd<\/span>\n                    <h3 style=\"color:#fff; font-size:1.2rem;\">Text<\/h3>\n                    <p style=\"font-size:0.9rem; color:#666;\">From poetic scripts to structured lyrical architecture.<\/p>\n                <\/div>\n                <div class=\"alchemy-card\">\n                    <span class=\"alchemy-icon\">\ud83d\udd0a<\/span>\n                    <h3 style=\"color:#fff; font-size:1.2rem;\">Sound<\/h3>\n                    <p style=\"font-size:0.9rem; color:#666;\">Resampling reality to create new digital forms.<\/p>\n                <\/div>\n                <div class=\"alchemy-card\" style=\"border-color: var(--accent-gold);\">\n                    <span class=\"alchemy-icon\">\u2728<\/span>\n                    <h3 style=\"color:var(--accent-gold); font-size:1.2rem;\">Nothing<\/h3>\n                    <p style=\"font-size:0.9rem; color:#666;\">Generating pure creation from the void (Zero-Shot).<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section-dna\">\n        <div class=\"ams-container dna-content\">\n            <div class=\"dna-text\">\n                <h3 style=\"color:var(--accent-neon); letter-spacing:2px; margin-bottom:10px;\">ACOUSTIC SIGNATURE<\/h3>\n                <h2>Jazz Noir &#038;<br>Urban Narrative<\/h2>\n                <p>Our Music Dept focuses on a specific, curated sound: the feeling of a city at 2 AM. We specialize in vocal synthesis that captures the hesitation, breath, and imperfection of human emotion.<\/p>\n            <\/div>\n            <div class=\"dna-specs\">\n                <ul class=\"spec-list\">\n                    <li><strong>Genre:<\/strong> Cinematic Jazz, Lo-Fi, Urban Pop<\/li>\n                    <li><strong>Mood:<\/strong> Introspective, Romantic, Melancholy<\/li>\n                    <li><strong>Tech:<\/strong> High-Fidelity Vocal Synthesis (SMCA)<\/li>\n                    <li><strong>Vision:<\/strong> &#8220;A soundtrack for your memories.&#8221;<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <div style=\"text-align: center; padding: 60px 0; color: #444; font-size: 0.8rem; border-top: 1px solid #111;\">\n        AI MAGIC SCHOOL \/\/ EST. 2026<br>\n        DESIGNED BY ALGORITHM\n    <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>AI MAGIC SCHOOL \u2022 MUSIC DEPT Where CodeBecomes Melody Exploring the intersection of artificial intelligence and human emotion. We don&#8217;t just generate audio; we curate the soul of the machine. HARVARD PH.D. \/\/ AI PIONEER Eric Wang &#8220;In the space between zero and one, we find the magic. Music is no longer just sound; it&#8230;<\/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-182","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/music.heatgroups.tech\/index.php?rest_route=\/wp\/v2\/pages\/182","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/music.heatgroups.tech\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/music.heatgroups.tech\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/music.heatgroups.tech\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/music.heatgroups.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=182"}],"version-history":[{"count":4,"href":"https:\/\/music.heatgroups.tech\/index.php?rest_route=\/wp\/v2\/pages\/182\/revisions"}],"predecessor-version":[{"id":186,"href":"https:\/\/music.heatgroups.tech\/index.php?rest_route=\/wp\/v2\/pages\/182\/revisions\/186"}],"wp:attachment":[{"href":"https:\/\/music.heatgroups.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}