{"title":"TRADE PROGRAM (For interior designers)","description":"","products":[{"product_id":"golden-currents","title":"Golden Equilibrium 2— Black \u0026 Gold Luxury Abstract Art | Kasian Art Studio","description":"\u003cbody\u003e\n\u003cscript async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-6523354279554530\" crossorigin=\"anonymous\"\u003e\u003c\/script\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eGolden Equilibrium — Black \u0026amp; Gold Luxury Abstract Art | Kasian Art Studio\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"A sculptural black-and-gold abstract blending geometry and movement. Museum-grade, limited edition, perfect for penthouses and boutique hotel interiors.\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n```\n    body {\n        font-family: 'Cormorant Garamond', 'Playfair Display', serif;\n        background: #0a0a0a;\n        color: #e8e3d8;\n        overflow-x: hidden;\n        line-height: 1.7;\n    }\n\n    .header {\n        position: fixed;\n        top: 0;\n        width: 100%;\n        padding: 2rem 5%;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        z-index: 1000;\n        background: linear-gradient(180deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0) 100%);\n        transition: all 0.4s ease;\n    }\n\n    .logo {\n        font-size: 1.1rem;\n        letter-spacing: 3px;\n        font-weight: 300;\n        text-transform: uppercase;\n    }\n\n    .nav a {\n        color: #e8e3d8;\n        text-decoration: none;\n        margin-left: 2.5rem;\n        font-size: 0.9rem;\n        letter-spacing: 1.5px;\n        text-transform: uppercase;\n        transition: color 0.3s ease;\n        font-family: 'Helvetica Neue', sans-serif;\n    }\n\n    .nav a:hover {\n        color: #d4a574;\n    }\n\n    .hero {\n        height: 100vh;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .hero-bg {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: linear-gradient(135deg, #1a1410 0%, #0a0a0a 50%, #1a1410 100%);\n        opacity: 0.9;\n    }\n\n    .hero-content {\n        position: relative;\n        z-index: 2;\n        text-align: center;\n        max-width: 900px;\n        padding: 0 5%;\n        animation: fadeInUp 1.2s ease-out;\n    }\n\n    @keyframes fadeInUp {\n        from {\n            opacity: 0;\n            transform: translateY(40px);\n        }\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n\n    .hero h1 {\n        font-size: 5rem;\n        font-weight: 300;\n        letter-spacing: 2px;\n        margin-bottom: 1.5rem;\n        line-height: 1.1;\n        color: #f5f0e8;\n    }\n\n    .hero-subtitle {\n        font-size: 1.3rem;\n        color: #d4a574;\n        letter-spacing: 4px;\n        text-transform: uppercase;\n        margin-bottom: 2rem;\n        font-family: 'Helvetica Neue', sans-serif;\n        font-weight: 300;\n    }\n\n    .hero-tagline {\n        font-size: 1.1rem;\n        color: #b8b0a0;\n        letter-spacing: 2px;\n        font-style: italic;\n        margin-bottom: 3rem;\n    }\n\n    .cta-btn {\n        display: inline-block;\n        padding: 1.2rem 3rem;\n        background: transparent;\n        border: 1px solid #d4a574;\n        color: #d4a574;\n        text-decoration: none;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        transition: all 0.4s ease;\n        font-family: 'Helvetica Neue', sans-serif;\n    }\n\n    .cta-btn:hover {\n        background: #d4a574;\n        color: #0a0a0a;\n        transform: translateY(-2px);\n        box-shadow: 0 10px 30px rgba(212, 165, 116, 0.3);\n    }\n\n    .scroll-indicator {\n        position: absolute;\n        bottom: 3rem;\n        left: 50%;\n        transform: translateX(-50%);\n        color: #d4a574;\n        font-size: 0.8rem;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        animation: bounce 2s infinite;\n    }\n\n    @keyframes bounce {\n        0%, 20%, 50%, 80%, 100% {\n            transform: translateX(-50%) translateY(0);\n        }\n        40% {\n            transform: translateX(-50%) translateY(-10px);\n        }\n        60% {\n            transform: translateX(-50%) translateY(-5px);\n        }\n    }\n\n    .video-section {\n        background: #0a0a0a;\n        padding: 8rem 5%;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n    }\n\n    .video-container {\n        position: relative;\n        width: 100%;\n        max-width: 1200px;\n        padding-bottom: 56.25%;\n        height: 0;\n        overflow: hidden;\n        border: 1px solid #2a2520;\n        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);\n    }\n\n    .video-container iframe {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n    }\n\n    .section {\n        padding: 8rem 5%;\n        max-width: 1400px;\n        margin: 0 auto;\n    }\n\n    .section-title {\n        font-size: 3rem;\n        font-weight: 300;\n        letter-spacing: 2px;\n        margin-bottom: 3rem;\n        text-align: center;\n        color: #f5f0e8;\n    }\n\n    .divider {\n        width: 80px;\n        height: 1px;\n        background: #d4a574;\n        margin: 3rem auto;\n    }\n\n    .description {\n        max-width: 800px;\n        margin: 0 auto;\n        font-size: 1.2rem;\n        line-height: 2;\n        color: #c8c0b0;\n        text-align: center;\n    }\n\n    .features-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 4rem;\n        margin-top: 5rem;\n    }\n\n    .feature {\n        text-align: center;\n        padding: 2rem;\n        transition: transform 0.3s ease;\n    }\n\n    .feature:hover {\n        transform: translateY(-10px);\n    }\n\n    .feature-icon {\n        font-size: 2.5rem;\n        color: #d4a574;\n        margin-bottom: 1.5rem;\n    }\n\n    .feature h3 {\n        font-size: 1.5rem;\n        font-weight: 300;\n        letter-spacing: 1.5px;\n        margin-bottom: 1rem;\n        text-transform: uppercase;\n        color: #f5f0e8;\n    }\n\n    .feature p {\n        color: #b8b0a0;\n        line-height: 1.8;\n    }\n\n    .backstory {\n        background: linear-gradient(135deg, #1a1410 0%, #0f0d0a 100%);\n        padding: 8rem 5%;\n    }\n\n    .backstory-content {\n        max-width: 900px;\n        margin: 0 auto;\n        font-size: 1.3rem;\n        line-height: 2.2;\n        color: #d8d0c0;\n        font-style: italic;\n        text-align: center;\n    }\n\n    .backstory-content p {\n        margin-bottom: 2rem;\n    }\n\n    .backstory-content strong {\n        color: #f5f0e8;\n        font-style: normal;\n    }\n\n    .edition-details {\n        background: #0a0a0a;\n        padding: 6rem 5%;\n    }\n\n    .details-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n        gap: 3rem;\n        max-width: 1200px;\n        margin: 4rem auto 0;\n    }\n\n    .detail-item {\n        text-align: center;\n        border: 1px solid #2a2520;\n        padding: 3rem 2rem;\n        transition: all 0.3s ease;\n    }\n\n    .detail-item:hover {\n        border-color: #d4a574;\n        background: rgba(212, 165, 116, 0.05);\n    }\n\n    .detail-number {\n        font-size: 3rem;\n        color: #d4a574;\n        margin-bottom: 1rem;\n        font-weight: 300;\n    }\n\n    .detail-label {\n        font-size: 0.9rem;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        color: #b8b0a0;\n        font-family: 'Helvetica Neue', sans-serif;\n    }\n\n    .pairing {\n        background: #0f0d0a;\n        padding: 8rem 5%;\n    }\n\n    .pairing-content {\n        max-width: 800px;\n        margin: 3rem auto;\n        text-align: center;\n    }\n\n    .pairing-title {\n        font-size: 1.8rem;\n        color: #d4a574;\n        margin-bottom: 2rem;\n        font-weight: 300;\n    }\n\n    .pairing-title a {\n        color: #d4a574;\n        text-decoration: none;\n        border-bottom: 1px solid #d4a574;\n        transition: all 0.3s ease;\n    }\n\n    .pairing-title a:hover {\n        color: #f5f0e8;\n        border-bottom-color: #f5f0e8;\n    }\n\n    .collection-explore {\n        background: linear-gradient(135deg, #1a1410 0%, #0a0a0a 100%);\n        padding: 8rem 5%;\n        text-align: center;\n    }\n\n    .collection-btn {\n        display: inline-block;\n        padding: 1.5rem 4rem;\n        background: #0a0a0a;\n        border: 2px solid #d4a574;\n        color: #d4a574;\n        text-decoration: none;\n        letter-spacing: 2.5px;\n        text-transform: uppercase;\n        font-size: 0.9rem;\n        transition: all 0.5s ease;\n        font-family: 'Helvetica Neue', sans-serif;\n        font-weight: 400;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .collection-btn::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: -100%;\n        width: 100%;\n        height: 100%;\n        background: linear-gradient(90deg, transparent, rgba(212, 165, 116, 0.2), transparent);\n        transition: left 0.5s ease;\n    }\n\n    .collection-btn:hover::before {\n        left: 100%;\n    }\n\n    .collection-btn:hover {\n        background: #d4a574;\n        color: #0a0a0a;\n        border-color: #d4a574;\n        transform: translateY(-3px);\n        box-shadow: 0 15px 40px rgba(212, 165, 116, 0.4);\n    }\n\n    .investment {\n        background: #0a0a0a;\n        padding: 8rem 5%;\n    }\n\n    .investment-content {\n        max-width: 800px;\n        margin: 3rem auto;\n        text-align: center;\n    }\n\n    .investment-highlight {\n        font-size: 1.4rem;\n        color: #d4a574;\n        margin: 2rem 0;\n        font-style: italic;\n    }\n\n    .cta-section {\n        background: linear-gradient(135deg, #1a1410 0%, #0f0d0a 100%);\n        padding: 8rem 5%;\n        text-align: center;\n    }\n\n    .cta-large {\n        font-size: 3.5rem;\n        font-weight: 300;\n        margin-bottom: 3rem;\n        line-height: 1.3;\n        color: #f5f0e8;\n    }\n\n    @media (max-width: 768px) {\n        .hero h1 {\n            font-size: 3rem;\n        }\n        \n        .section-title {\n            font-size: 2rem;\n        }\n        \n        .nav {\n            display: none;\n        }\n        \n        .section {\n            padding: 5rem 5%;\n        }\n\n        .video-section {\n            padding: 5rem 5%;\n        }\n\n        .cta-large {\n            font-size: 2.5rem;\n        }\n\n        .collection-btn {\n            padding: 1.2rem 2.5rem;\n            font-size: 0.8rem;\n        }\n    }\n\u003c\/style\u003e\n```\n\n\n\n    \u003cheader class=\"header\"\u003e\n        \u003cdiv class=\"logo\"\u003eKasian Art Studio\u003c\/div\u003e\n        \u003cnav class=\"nav\"\u003e\n            \u003ca href=\"#collection\"\u003eCollection\u003c\/a\u003e\n            \u003ca href=\"#about\"\u003eAbout\u003c\/a\u003e\n            \u003ca href=\"#inquire\"\u003eInquire\u003c\/a\u003e\n        \u003c\/nav\u003e\n    \u003c\/header\u003e\n\n```\n\u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"hero-bg\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n        \u003ch1\u003eGolden Equilibrium\u003c\/h1\u003e\n        \u003cdiv class=\"hero-subtitle\"\u003eLimited Edition of 25\u003c\/div\u003e\n        \u003cdiv class=\"hero-tagline\"\u003eMoody. Elegant. Timeless.\u003c\/div\u003e\n        \u003ca href=\"#inquire\" class=\"cta-btn\"\u003eInquire Now\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"scroll-indicator\"\u003eScroll to Explore\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"video-section\"\u003e\n    \u003cdiv class=\"video-container\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/NoMaICkEiIM?si=VSgdaiJg8z1L6AoK\" title=\"Golden Equilibrium — Kasian Art Studio\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\n        \u003c\/iframe\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eBalance in Motion\u003c\/h2\u003e\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"description\"\u003e\n        A sculptural black-and-gold abstract created for luxury galleries, penthouses, and boutique hotels—balancing movement, geometry, and architectural serenity.\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"backstory\"\u003e\n    \u003cdiv class=\"backstory-content\"\u003e\n        \u003cp\u003eIn spaces carved from stone, where silence feels intentional and light falls like ritual, Golden Equilibrium emerges as a visual meditation.\u003c\/p\u003e\n        \n        \u003cp\u003eFluid gold strokes echo ancient calligraphy. Geometric shapes ground the composition like architectural anchors. Together, they create a sacred tension—movement held in perfect stillness.\u003c\/p\u003e\n        \n        \u003cp\u003eThe artwork was conceived for interiors that value serenity, structure, and quiet opulence. It belongs in the halls of luxury resorts, the lobbies of design-forward hotels, the atriums of private estates, and the curated walls of penthouses overlooking the world.\u003c\/p\u003e\n        \n        \u003cp\u003e\u003cstrong\u003eCollectors choose this piece for its presence.\u003cbr\u003eFor its calm.\u003cbr\u003eFor its ability to make a room feel timeless.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eMuseum-Grade Excellence\u003c\/h2\u003e\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n        \u003cdiv class=\"feature\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e◆\u003c\/div\u003e\n            \u003ch3\u003eLimited Edition\u003c\/h3\u003e\n            \u003cp\u003eOnly 25 prints will ever exist. Each individually inspected, signed, and authenticated for exceptional provenance and collector value.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e◆\u003c\/div\u003e\n            \u003ch3\u003eArchival Quality\u003c\/h3\u003e\n            \u003cp\u003eMuseum-grade, acid-free, UV-resistant materials ensure multi-generational preservation. Metallic gold detailing radiates luminous depth under all lighting conditions.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e◆\u003c\/div\u003e\n            \u003ch3\u003eInvestment Ready\u003c\/h3\u003e\n            \u003cp\u003eThe blend of geometric and organic elements places this piece in a category of strong long-term collector value for architecture-driven design spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"edition-details\"\u003e\n    \u003ch2 class=\"section-title\"\u003eEdition Details\u003c\/h2\u003e\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"details-grid\"\u003e\n        \u003cdiv class=\"detail-item\"\u003e\n            \u003cdiv class=\"detail-number\"\u003e25\u003c\/div\u003e\n            \u003cdiv class=\"detail-label\"\u003eLimited Edition\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"detail-item\"\u003e\n            \u003cdiv class=\"detail-number\"\u003e2025\u003c\/div\u003e\n            \u003cdiv class=\"detail-label\"\u003eRelease Year\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"detail-item\"\u003e\n            \u003cdiv class=\"detail-number\"\u003e100%\u003c\/div\u003e\n            \u003cdiv class=\"detail-label\"\u003eMuseum Grade\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"detail-item\"\u003e\n            \u003cdiv class=\"detail-number\"\u003e∞\u003c\/div\u003e\n            \u003cdiv class=\"detail-label\"\u003eArchival Years\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pairing\"\u003e\n    \u003ch2 class=\"section-title\"\u003eCurated Pairing\u003c\/h2\u003e\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"pairing-content\"\u003e\n        \u003cdiv class=\"pairing-title\"\u003eRecommended: \u003ca href=\"https:\/\/www.kasianartstudio.com\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eEclipse of Elegance\u003c\/a\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"description\"\u003e\n            Crisp shadow-driven forms from Eclipse of Elegance temper the fluid gold movement in Golden Equilibrium. Together, they form a breathtaking dual-installation perfect for hotel lobbies, penthouse hallways, and gallery feature walls.\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"collection-explore\"\u003e\n    \u003ch2 class=\"section-title\"\u003eExplore the Collection\u003c\/h2\u003e\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"description\" style=\"margin-bottom: 3rem;\"\u003e\n        Discover more sculptural abstracts from our Gold \u0026amp; Noir Collection, each piece crafted to transform luxury interiors with meditative sophistication and timeless elegance.\n    \u003c\/div\u003e\n    \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/gold-noir-luxe-collection\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"collection-btn\"\u003eGold \u0026amp; Noir Collection\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"investment\"\u003e\n    \u003ch2 class=\"section-title\"\u003eInvestment Positioning\u003c\/h2\u003e\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"investment-content\"\u003e\n        \u003cdiv class=\"description\"\u003e\n            Golden Equilibrium is a masterwork of balance—where fluid, organic strokes meet grounded geometric forms in a quiet visual dialogue. Sweeping gold curves glide across a velvety black canvas, weaving between perfectly placed squares. The result is a composition that feels both ancient and modern, spiritual yet architectural.\n        \u003c\/div\u003e\n        \u003cdiv class=\"investment-highlight\"\u003e\n            Collectors favor the black-and-gold Kasian Art Studio series for its timelessness, versatility, and luxury appeal.\n        \u003c\/div\u003e\n        \u003cdiv class=\"description\"\u003e\n            Each line, each square, each textured gold stroke feels intentional—evoking themes of harmony, duality, motion, and precision. Golden Equilibrium commands attention without overpowering, making it ideal for grand entryways, luxury lobbies, penthouse galleries, and serene designer living rooms.\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"cta-section\" id=\"inquire\"\u003e\n    \u003cdiv class=\"cta-large\"\u003eBegin Your Collection\u003c\/div\u003e\n    \u003cdiv class=\"description\" style=\"margin-bottom: 3rem;\"\u003e\n        Each acquisition includes a Certificate of Authenticity, museum-grade archival materials, and white-glove delivery service for collectors worldwide.\n    \u003c\/div\u003e\n    \u003ca href=\"mailto:kristina@kasianartstudio.com\" class=\"cta-btn\"\u003eInquire About Availability\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003cfooter style=\"background: #000; padding: 4rem 5%; text-align: center; border-top: 1px solid #2a2520;\"\u003e\n    \u003cdiv style=\"font-size: 1.1rem; letter-spacing: 3px; margin-bottom: 2rem; text-transform: uppercase;\"\u003eKasian Art Studio\u003c\/div\u003e\n    \u003cdiv style=\"color: #b8b0a0; font-size: 0.9rem; letter-spacing: 1px;\"\u003e© 2025 Kasian Art Studio. All Rights Reserved.\u003c\/div\u003e\n    \u003cdiv style=\"margin-top: 2rem;\"\u003e\n        \u003ca href=\"https:\/\/www.instagram.com\/kasianartstudio\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #d4a574; text-decoration: none; margin: 0 1rem; font-size: 0.85rem; letter-spacing: 1.5px;\"\u003eInstagram\u003c\/a\u003e\n        \u003ca href=\"mailto:kristina@kasianartstudio.com\" style=\"color: #d4a574; text-decoration: none; margin: 0 1rem; font-size: 0.85rem; letter-spacing: 1.5px;\"\u003eContact\u003c\/a\u003e\n        \u003ca href=\"mailto:kristina@kasianartstudio.com\" style=\"color: #d4a574; text-decoration: none; margin: 0 1rem; font-size: 0.85rem; letter-spacing: 1.5px;\"\u003eCollectors\u003c\/a\u003e\n    \u003c\/div\u003e\n\u003c\/footer\u003e\n\n\u003cscript\u003e\n    \/\/ Smooth scroll\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor =\u003e {\n        anchor.addEventListener('click', function (e) {\n            e.preventDefault();\n            const target = document.querySelector(this.getAttribute('href'));\n            if (target) {\n                target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n            }\n        });\n    });\n\n    \/\/ Header background on scroll\n    window.addEventListener('scroll', () =\u003e {\n        const header = document.querySelector('.header');\n        if (window.scrollY \u003e 100) {\n            header.style.background = 'rgba(10,10,10,0.98)';\n            header.style.boxShadow = '0 2px 20px rgba(0,0,0,0.5)';\n        } else {\n            header.style.background = 'linear-gradient(180deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0) 100%)';\n            header.style.boxShadow = 'none';\n        }\n    });\n\n    \/\/ Parallax effect on scroll\n    window.addEventListener('scroll', () =\u003e {\n        const scrolled = window.pageYOffset;\n        const parallaxElements = document.querySelectorAll('.hero-bg');\n        parallaxElements.forEach(el =\u003e {\n            el.style.transform = `translateY(${scrolled * 0.5}px)`;\n        });\n    });\n\u003c\/script\u003e\n```\n\n\n\u003c\/body\u003e","brand":"Kasian Art Studio","offers":[{"title":"Default Title","offer_id":46120255193253,"sku":"3113446_16039","price":439.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/5003A726-5C0A-40A2-B108-43BB0339AB22.png?v=1763737279"},{"product_id":"sunkissed-reverie","title":"Desert Sun Muse — Limited Edition Fine Art Print | Kasian Art Studio","description":"\u003cbody\u003e\n\u003cscript async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-6523354279554530\" crossorigin=\"anonymous\"\u003e\u003c\/script\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eDesert Sun Muse — Limited Edition Fine Art Print | Kasian Art Studio\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"A sensual, sun-drenched limited edition artwork for penthouses, boutique hotels, and collectors. Museum-grade, moody, elegant, and investment-ready.\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n```\n    body {\n        font-family: 'Cormorant Garamond', 'Playfair Display', serif;\n        background: #0a0a0a;\n        color: #e8e3d8;\n        overflow-x: hidden;\n        line-height: 1.7;\n    }\n\n    .header {\n        position: fixed;\n        top: 0;\n        width: 100%;\n        padding: 2rem 5%;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        z-index: 1000;\n        background: linear-gradient(180deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0) 100%);\n        transition: all 0.4s ease;\n    }\n\n    .logo {\n        font-size: 1.1rem;\n        letter-spacing: 3px;\n        font-weight: 300;\n        text-transform: uppercase;\n    }\n\n    .nav a {\n        color: #e8e3d8;\n        text-decoration: none;\n        margin-left: 2.5rem;\n        font-size: 0.9rem;\n        letter-spacing: 1.5px;\n        text-transform: uppercase;\n        transition: color 0.3s ease;\n        font-family: 'Helvetica Neue', sans-serif;\n    }\n\n    .nav a:hover {\n        color: #d4a574;\n    }\n\n    .hero {\n        height: 100vh;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .hero-bg {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: linear-gradient(135deg, #1a1410 0%, #0a0a0a 50%, #1a1410 100%);\n        opacity: 0.9;\n    }\n\n    .hero-content {\n        position: relative;\n        z-index: 2;\n        text-align: center;\n        max-width: 900px;\n        padding: 0 5%;\n        animation: fadeInUp 1.2s ease-out;\n    }\n\n    @keyframes fadeInUp {\n        from {\n            opacity: 0;\n            transform: translateY(40px);\n        }\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n\n    .hero h1 {\n        font-size: 5rem;\n        font-weight: 300;\n        letter-spacing: 2px;\n        margin-bottom: 1.5rem;\n        line-height: 1.1;\n        color: #f5f0e8;\n    }\n\n    .hero-subtitle {\n        font-size: 1.3rem;\n        color: #d4a574;\n        letter-spacing: 4px;\n        text-transform: uppercase;\n        margin-bottom: 2rem;\n        font-family: 'Helvetica Neue', sans-serif;\n        font-weight: 300;\n    }\n\n    .hero-tagline {\n        font-size: 1.1rem;\n        color: #b8b0a0;\n        letter-spacing: 2px;\n        font-style: italic;\n        margin-bottom: 3rem;\n    }\n\n    .cta-btn {\n        display: inline-block;\n        padding: 1.2rem 3rem;\n        background: transparent;\n        border: 1px solid #d4a574;\n        color: #d4a574;\n        text-decoration: none;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        transition: all 0.4s ease;\n        font-family: 'Helvetica Neue', sans-serif;\n    }\n\n    .cta-btn:hover {\n        background: #d4a574;\n        color: #0a0a0a;\n        transform: translateY(-2px);\n        box-shadow: 0 10px 30px rgba(212, 165, 116, 0.3);\n    }\n\n    .section {\n        padding: 8rem 5%;\n        max-width: 1400px;\n        margin: 0 auto;\n    }\n\n    .section-title {\n        font-size: 3rem;\n        font-weight: 300;\n        letter-spacing: 2px;\n        margin-bottom: 3rem;\n        text-align: center;\n        color: #f5f0e8;\n    }\n\n    .divider {\n        width: 80px;\n        height: 1px;\n        background: #d4a574;\n        margin: 3rem auto;\n    }\n\n    .description {\n        max-width: 800px;\n        margin: 0 auto;\n        font-size: 1.2rem;\n        line-height: 2;\n        color: #c8c0b0;\n        text-align: center;\n    }\n\n    .features-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 4rem;\n        margin-top: 5rem;\n    }\n\n    .feature {\n        text-align: center;\n        padding: 2rem;\n        transition: transform 0.3s ease;\n    }\n\n    .feature:hover {\n        transform: translateY(-10px);\n    }\n\n    .feature-icon {\n        font-size: 2.5rem;\n        color: #d4a574;\n        margin-bottom: 1.5rem;\n    }\n\n    .feature h3 {\n        font-size: 1.5rem;\n        font-weight: 300;\n        letter-spacing: 1.5px;\n        margin-bottom: 1rem;\n        text-transform: uppercase;\n        color: #f5f0e8;\n    }\n\n    .feature p {\n        color: #b8b0a0;\n        line-height: 1.8;\n    }\n\n    .backstory {\n        background: linear-gradient(135deg, #1a1410 0%, #0f0d0a 100%);\n        padding: 8rem 5%;\n    }\n\n    .backstory-content {\n        max-width: 900px;\n        margin: 0 auto;\n        font-size: 1.3rem;\n        line-height: 2.2;\n        color: #d8d0c0;\n        font-style: italic;\n        text-align: center;\n    }\n\n    .backstory-content p {\n        margin-bottom: 2rem;\n    }\n\n    .edition-details {\n        background: #0a0a0a;\n        padding: 6rem 5%;\n    }\n\n    .details-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n        gap: 3rem;\n        max-width: 1200px;\n        margin: 4rem auto 0;\n    }\n\n    .detail-item {\n        text-align: center;\n        border: 1px solid #2a2520;\n        padding: 3rem 2rem;\n        transition: all 0.3s ease;\n    }\n\n    .detail-item:hover {\n        border-color: #d4a574;\n        background: rgba(212, 165, 116, 0.05);\n    }\n\n    .detail-number {\n        font-size: 3rem;\n        color: #d4a574;\n        margin-bottom: 1rem;\n        font-weight: 300;\n    }\n\n    .detail-label {\n        font-size: 0.9rem;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        color: #b8b0a0;\n        font-family: 'Helvetica Neue', sans-serif;\n    }\n\n    .pairing {\n        background: #0f0d0a;\n        padding: 8rem 5%;\n    }\n\n    .pairing-content {\n        max-width: 800px;\n        margin: 3rem auto;\n        text-align: center;\n    }\n\n    .pairing-title {\n        font-size: 1.8rem;\n        color: #d4a574;\n        margin-bottom: 2rem;\n        font-weight: 300;\n    }\n\n    .investment {\n        background: linear-gradient(135deg, #1a1410 0%, #0a0a0a 100%);\n        padding: 8rem 5%;\n    }\n\n    .investment-content {\n        max-width: 800px;\n        margin: 3rem auto;\n        text-align: center;\n    }\n\n    .investment-highlight {\n        font-size: 1.4rem;\n        color: #d4a574;\n        margin: 2rem 0;\n        font-style: italic;\n    }\n\n    .cta-section {\n        background: #0a0a0a;\n        padding: 8rem 5%;\n        text-align: center;\n    }\n\n    .cta-large {\n        font-size: 3.5rem;\n        font-weight: 300;\n        margin-bottom: 3rem;\n        line-height: 1.3;\n        color: #f5f0e8;\n    }\n\n    .scroll-indicator {\n        position: absolute;\n        bottom: 3rem;\n        left: 50%;\n        transform: translateX(-50%);\n        color: #d4a574;\n        font-size: 0.8rem;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        animation: bounce 2s infinite;\n    }\n\n    @keyframes bounce {\n        0%, 20%, 50%, 80%, 100% {\n            transform: translateX(-50%) translateY(0);\n        }\n        40% {\n            transform: translateX(-50%) translateY(-10px);\n        }\n        60% {\n            transform: translateX(-50%) translateY(-5px);\n        }\n    }\n\n    .video-section {\n        background: #0a0a0a;\n        padding: 8rem 5%;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n    }\n\n    .video-container {\n        position: relative;\n        width: 100%;\n        max-width: 1200px;\n        padding-bottom: 56.25%; \/* 16:9 Aspect Ratio *\/\n        height: 0;\n        overflow: hidden;\n        border: 1px solid #2a2520;\n        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);\n    }\n\n    .video-container iframe {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n    }\n\n    @media (max-width: 768px) {\n        .hero h1 {\n            font-size: 3rem;\n        }\n        \n        .section-title {\n            font-size: 2rem;\n        }\n        \n        .nav {\n            display: none;\n        }\n        \n        .section {\n            padding: 5rem 5%;\n        }\n\n        .video-section {\n            padding: 5rem 5%;\n        }\n    }\n\u003c\/style\u003e\n```\n\n\n\n    \u003cheader class=\"header\"\u003e\n        \u003cdiv class=\"logo\"\u003eKasian Art Studio\u003c\/div\u003e\n        \u003cnav class=\"nav\"\u003e\n            \u003ca href=\"#collection\"\u003eCollection\u003c\/a\u003e\n            \u003ca href=\"#about\"\u003eAbout\u003c\/a\u003e\n            \u003ca href=\"#contact\"\u003eInquire\u003c\/a\u003e\n        \u003c\/nav\u003e\n    \u003c\/header\u003e\n\n```\n\u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"hero-bg\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n        \u003ch1\u003eDesert Sun Muse\u003c\/h1\u003e\n        \u003cdiv class=\"hero-subtitle\"\u003eLimited Edition of 50\u003c\/div\u003e\n        \u003cdiv class=\"hero-tagline\"\u003eMoody. Elegant. Timeless.\u003c\/div\u003e\n        \u003ca href=\"#inquire\" class=\"cta-btn\"\u003eInquire Now\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"scroll-indicator\"\u003eScroll to Explore\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"video-section\"\u003e\n    \u003cdiv class=\"video-container\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/YOUR_VIDEO_ID_HERE\" title=\"Desert Sun Muse — Kasian Art Studio\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\n        \u003c\/iframe\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eA Presence That Transforms\u003c\/h2\u003e\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"description\"\u003e\n        A seductive, sun-drenched portrait crafted for modern penthouses, boutique hotels, and high-end collectors seeking a statement of warmth, confidence, and cinematic allure.\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"backstory\"\u003e\n    \u003cdiv class=\"backstory-content\"\u003e\n        \u003cp\u003eIn the quiet heat of late afternoon, when the horizon blurs into gold and the air feels suspended, she appears—effortless, confident, and entirely unforgettable.\u003c\/p\u003e\n        \n        \u003cp\u003eHer sunglasses hide a story; her posture reveals another. She is serenity and seduction, strength and softness. A woman unbothered, unhurried, and completely in command of her world.\u003c\/p\u003e\n        \n        \u003cp\u003eFor luxury collectors, she becomes a symbol—of independence, of warmth, of that rare, perfect calm that only the world's most beautiful spaces can hold.\u003c\/p\u003e\n        \n        \u003cp\u003e\u003cstrong\u003eThis is not simply a portrait. It is a presence.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eMuseum-Grade Excellence\u003c\/h2\u003e\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n        \u003cdiv class=\"feature\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e◆\u003c\/div\u003e\n            \u003ch3\u003eLimited Edition\u003c\/h3\u003e\n            \u003cp\u003eOnly 50 prints will ever exist. Each individually numbered, inspected, and authenticated for provenance and value.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e◆\u003c\/div\u003e\n            \u003ch3\u003eArchival Quality\u003c\/h3\u003e\n            \u003cp\u003eMuseum-grade, acid-free, UV-resistant materials ensure preservation for generations of collectors.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e◆\u003c\/div\u003e\n            \u003ch3\u003eInvestment Ready\u003c\/h3\u003e\n            \u003cp\u003eEarly edition acquisitions have shown consistent appreciation as Kasian Art Studio expands within luxury markets.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"edition-details\"\u003e\n    \u003ch2 class=\"section-title\"\u003eEdition Details\u003c\/h2\u003e\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"details-grid\"\u003e\n        \u003cdiv class=\"detail-item\"\u003e\n            \u003cdiv class=\"detail-number\"\u003e50\u003c\/div\u003e\n            \u003cdiv class=\"detail-label\"\u003eLimited Edition\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"detail-item\"\u003e\n            \u003cdiv class=\"detail-number\"\u003e2025\u003c\/div\u003e\n            \u003cdiv class=\"detail-label\"\u003eRelease Year\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"detail-item\"\u003e\n            \u003cdiv class=\"detail-number\"\u003e100%\u003c\/div\u003e\n            \u003cdiv class=\"detail-label\"\u003eMuseum Grade\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"detail-item\"\u003e\n            \u003cdiv class=\"detail-number\"\u003e∞\u003c\/div\u003e\n            \u003cdiv class=\"detail-label\"\u003eArchival Years\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pairing\"\u003e\n    \u003ch2 class=\"section-title\"\u003eCurated Pairing\u003c\/h2\u003e\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"pairing-content\"\u003e\n        \u003cdiv class=\"pairing-title\"\u003eRecommended: \u003ca href=\"https:\/\/www.kasianartstudio.com\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #d4a574; text-decoration: none; border-bottom: 1px solid #d4a574; transition: all 0.3s ease;\"\u003eEternal Veil\u003c\/a\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"description\"\u003e\n            Together, these two pieces create an emotional dialogue—soft sensuality contrasted with shadowy, atmospheric abstraction. When hung side-by-side in penthouse hallways, modern hotel suites, or warm minimalist living rooms, they form a powerful interior design narrative: bold confidence meets elegant restraint.\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"investment\"\u003e\n    \u003ch2 class=\"section-title\"\u003eInvestment Positioning\u003c\/h2\u003e\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"investment-content\"\u003e\n        \u003cdiv class=\"description\"\u003e\n            As Kasian Art Studio continues expanding within hospitality and luxury residential markets, early edition acquisitions across this collection have shown consistent appreciation.\n        \u003c\/div\u003e\n        \u003cdiv class=\"investment-highlight\"\u003e\n            Desert Sun Muse is poised for strong long-term value in design-forward spaces and curated art portfolios.\n        \u003c\/div\u003e\n        \u003cdiv class=\"description\"\u003e\n            Collectors value this piece not only for its visual impact but for its intimate emotional resonance. It suggests freedom, confidence, and a warm, quiet rebellion—an elevated blend of sensuality and serenity that defines the Kasian Art Studio signature.\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"cta-section\" id=\"inquire\"\u003e\n    \u003cdiv class=\"cta-large\"\u003eBegin Your Collection\u003c\/div\u003e\n    \u003cdiv class=\"description\" style=\"margin-bottom: 3rem;\"\u003e\n        Each acquisition includes a Certificate of Authenticity, museum-grade archival materials, and white-glove delivery service for collectors worldwide.\n    \u003c\/div\u003e\n    \u003ca href=\"mailto:kristina@kasianartstudio.com\" class=\"cta-btn\"\u003eInquire About Availability\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003cfooter style=\"background: #000; padding: 4rem 5%; text-align: center; border-top: 1px solid #2a2520;\"\u003e\n    \u003cdiv style=\"font-size: 1.1rem; letter-spacing: 3px; margin-bottom: 2rem; text-transform: uppercase;\"\u003eKasian Art Studio\u003c\/div\u003e\n    \u003cdiv style=\"color: #b8b0a0; font-size: 0.9rem; letter-spacing: 1px;\"\u003e© 2025 Kasian Art Studio. All Rights Reserved.\u003c\/div\u003e\n    \u003cdiv style=\"margin-top: 2rem;\"\u003e\n        \u003ca href=\"https:\/\/www.instagram.com\/kasianartstudio\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #d4a574; text-decoration: none; margin: 0 1rem; font-size: 0.85rem; letter-spacing: 1.5px;\"\u003eInstagram\u003c\/a\u003e\n        \u003ca href=\"mailto:kristina@kasianartstudio.com\" style=\"color: #d4a574; text-decoration: none; margin: 0 1rem; font-size: 0.85rem; letter-spacing: 1.5px;\"\u003eContact\u003c\/a\u003e\n        \u003ca href=\"mailto:kristina@kasianartstudio.com\" style=\"color: #d4a574; text-decoration: none; margin: 0 1rem; font-size: 0.85rem; letter-spacing: 1.5px;\"\u003eCollectors\u003c\/a\u003e\n    \u003c\/div\u003e\n\u003c\/footer\u003e\n\n\u003cscript\u003e\n    \/\/ Smooth scroll\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor =\u003e {\n        anchor.addEventListener('click', function (e) {\n            e.preventDefault();\n            const target = document.querySelector(this.getAttribute('href'));\n            if (target) {\n                target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n            }\n        });\n    });\n\n    \/\/ Header background on scroll\n    window.addEventListener('scroll', () =\u003e {\n        const header = document.querySelector('.header');\n        if (window.scrollY \u003e 100) {\n            header.style.background = 'rgba(10,10,10,0.98)';\n            header.style.boxShadow = '0 2px 20px rgba(0,0,0,0.5)';\n        } else {\n            header.style.background = 'linear-gradient(180deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0) 100%)';\n            header.style.boxShadow = 'none';\n        }\n    });\n\n    \/\/ Parallax effect on scroll\n    window.addEventListener('scroll', () =\u003e {\n        const scrolled = window.pageYOffset;\n        const parallaxElements = document.querySelectorAll('.hero-bg');\n        parallaxElements.forEach(el =\u003e {\n            el.style.transform = `translateY(${scrolled * 0.5}px)`;\n        });\n    });\n\u003c\/script\u003e\n```\n\n\n\u003c\/body\u003e","brand":"Kasian Art Studio","offers":[{"title":"Default Title","offer_id":46130665095333,"sku":"8282945_16039","price":8264.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/IMG_3284.png?v=1763646001"},{"product_id":"gilded-current","title":"Gilded Current  — Limited Edition Abstract Canvas","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eGilded Current | Luxury Neutral Abstract Art — Kasian Art Studio\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"Museum-grade neutral abstract artwork with subtle gold accents. Designed for luxury interiors, boutique hotels, and refined spaces. Limited edition.\"\u003e\n    \n    \u003c!-- Fonts --\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #0a0a0a;\n            --bg-secondary: #111111;\n            --bg-tertiary: #1a1a1a;\n            --text-primary: #f5f5f0;\n            --text-secondary: #a8a8a0;\n            --text-muted: #6a6a65;\n            --accent-gold: #c9a227;\n            --accent-gold-light: #d4b84a;\n            --accent-gold-dark: #a68520;\n            --accent-warm: #d4a574;\n            --divider: rgba(201, 162, 39, 0.2);\n            --serif-display: 'Playfair Display', serif;\n            --serif-body: 'Cormorant Garamond', serif;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        html {\n            scroll-behavior: smooth;\n        }\n\n        body {\n            font-family: var(--serif-body);\n            background-color: var(--bg-primary);\n            color: var(--text-primary);\n            line-height: 1.7;\n            font-size: 18px;\n            overflow-x: hidden;\n        }\n\n        \/* Scrollbar Styling *\/\n        ::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        ::-webkit-scrollbar-track {\n            background: var(--bg-primary);\n        }\n\n        ::-webkit-scrollbar-thumb {\n            background: var(--accent-gold-dark);\n            border-radius: 4px;\n        }\n\n        ::-webkit-scrollbar-thumb:hover {\n            background: var(--accent-gold);\n        }\n\n        \/* Fixed Header *\/\n        .header {\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            z-index: 1000;\n            padding: 1.5rem 4rem;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            background: linear-gradient(to bottom, rgba(10, 10, 10, 0.95), transparent);\n            transition: all 0.4s ease;\n        }\n\n        .header.scrolled {\n            background: rgba(10, 10, 10, 0.98);\n            backdrop-filter: blur(20px);\n            padding: 1rem 4rem;\n        }\n\n        .logo {\n            font-family: var(--serif-display);\n            font-size: 1.4rem;\n            font-weight: 500;\n            letter-spacing: 0.15em;\n            color: var(--text-primary);\n            text-decoration: none;\n            transition: color 0.3s ease;\n        }\n\n        .logo:hover {\n            color: var(--accent-gold);\n        }\n\n        .nav {\n            display: flex;\n            gap: 3rem;\n            align-items: center;\n        }\n\n        .nav a {\n            font-family: var(--serif-body);\n            font-size: 0.95rem;\n            letter-spacing: 0.1em;\n            color: var(--text-secondary);\n            text-decoration: none;\n            text-transform: uppercase;\n            transition: color 0.3s ease;\n        }\n\n        .nav a:hover {\n            color: var(--accent-gold);\n        }\n\n        .nav-cta {\n            padding: 0.75rem 1.5rem;\n            border: 1px solid var(--accent-gold);\n            color: var(--accent-gold) !important;\n            transition: all 0.3s ease !important;\n        }\n\n        .nav-cta:hover {\n            background: var(--accent-gold);\n            color: var(--bg-primary) !important;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            min-height: 100vh;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            text-align: center;\n            padding: 8rem 2rem 4rem;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: \n                radial-gradient(ellipse at 30% 20%, rgba(201, 162, 39, 0.03) 0%, transparent 50%),\n                radial-gradient(ellipse at 70% 80%, rgba(212, 165, 116, 0.02) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        \/* Flowing Animation *\/\n        .hero-flow {\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            overflow: hidden;\n            pointer-events: none;\n        }\n\n        .flow-line {\n            position: absolute;\n            width: 200%;\n            height: 1px;\n            background: linear-gradient(90deg, \n                transparent 0%, \n                rgba(201, 162, 39, 0.1) 20%, \n                rgba(201, 162, 39, 0.3) 50%, \n                rgba(201, 162, 39, 0.1) 80%, \n                transparent 100%);\n            animation: flowMove 20s ease-in-out infinite;\n        }\n\n        .flow-line:nth-child(1) { top: 20%; animation-delay: 0s; }\n        .flow-line:nth-child(2) { top: 40%; animation-delay: -5s; opacity: 0.6; }\n        .flow-line:nth-child(3) { top: 60%; animation-delay: -10s; opacity: 0.4; }\n        .flow-line:nth-child(4) { top: 80%; animation-delay: -15s; opacity: 0.5; }\n\n        @keyframes flowMove {\n            0%, 100% { transform: translateX(-50%) rotate(-2deg); }\n            50% { transform: translateX(0%) rotate(2deg); }\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 2;\n            max-width: 900px;\n        }\n\n        .hero-tagline {\n            font-family: var(--serif-body);\n            font-size: 0.85rem;\n            letter-spacing: 0.4em;\n            text-transform: uppercase;\n            color: var(--accent-gold);\n            margin-bottom: 2rem;\n            opacity: 0;\n            animation: fadeInUp 1s ease forwards;\n            animation-delay: 0.2s;\n        }\n\n        .hero-title {\n            font-family: var(--serif-display);\n            font-size: clamp(3rem, 8vw, 6rem);\n            font-weight: 400;\n            line-height: 1.1;\n            margin-bottom: 1.5rem;\n            opacity: 0;\n            animation: fadeInUp 1s ease forwards;\n            animation-delay: 0.4s;\n        }\n\n        .hero-title span {\n            display: block;\n            font-style: italic;\n            color: var(--accent-gold);\n        }\n\n        .hero-edition {\n            font-family: var(--serif-body);\n            font-size: 1.1rem;\n            letter-spacing: 0.2em;\n            color: var(--text-secondary);\n            margin-bottom: 1rem;\n            opacity: 0;\n            animation: fadeInUp 1s ease forwards;\n            animation-delay: 0.6s;\n        }\n\n        .hero-mood {\n            font-family: var(--serif-body);\n            font-size: 1rem;\n            letter-spacing: 0.3em;\n            text-transform: uppercase;\n            color: var(--text-muted);\n            margin-bottom: 3rem;\n            opacity: 0;\n            animation: fadeInUp 1s ease forwards;\n            animation-delay: 0.8s;\n        }\n\n        .hero-cta {\n            display: inline-block;\n            padding: 1.25rem 3rem;\n            font-family: var(--serif-body);\n            font-size: 0.9rem;\n            letter-spacing: 0.25em;\n            text-transform: uppercase;\n            color: var(--bg-primary);\n            background: linear-gradient(135deg, var(--accent-gold), var(--accent-gold-light));\n            text-decoration: none;\n            transition: all 0.4s ease;\n            opacity: 0;\n            animation: fadeInUp 1s ease forwards;\n            animation-delay: 1s;\n        }\n\n        .hero-cta:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 15px 40px rgba(201, 162, 39, 0.3);\n        }\n\n        .scroll-indicator {\n            position: absolute;\n            bottom: 3rem;\n            left: 50%;\n            transform: translateX(-50%);\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 0.5rem;\n            opacity: 0;\n            animation: fadeInUp 1s ease forwards, float 3s ease-in-out infinite;\n            animation-delay: 1.2s, 1.2s;\n        }\n\n        .scroll-indicator span {\n            font-size: 0.7rem;\n            letter-spacing: 0.2em;\n            text-transform: uppercase;\n            color: var(--text-muted);\n        }\n\n        .scroll-line {\n            width: 1px;\n            height: 40px;\n            background: linear-gradient(to bottom, var(--accent-gold), transparent);\n        }\n\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateX(-50%) translateY(0); }\n            50% { transform: translateX(-50%) translateY(10px); }\n        }\n\n        \/* Video Section *\/\n        .video-section {\n            padding: 6rem 2rem;\n            background: var(--bg-secondary);\n        }\n\n        .video-container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .section-label {\n            font-family: var(--serif-body);\n            font-size: 0.8rem;\n            letter-spacing: 0.4em;\n            text-transform: uppercase;\n            color: var(--accent-gold);\n            text-align: center;\n            margin-bottom: 1rem;\n        }\n\n        .video-wrapper {\n            position: relative;\n            padding-bottom: 56.25%;\n            height: 0;\n            overflow: hidden;\n            border: 1px solid var(--divider);\n        }\n\n        .video-wrapper iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n        }\n\n        \/* Description Section *\/\n        .description-section {\n            padding: 8rem 2rem;\n            text-align: center;\n        }\n\n        .description-container {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .divider {\n            width: 60px;\n            height: 1px;\n            background: var(--accent-gold);\n            margin: 0 auto 3rem;\n        }\n\n        .description-text {\n            font-family: var(--serif-body);\n            font-size: 1.4rem;\n            font-weight: 300;\n            line-height: 1.9;\n            color: var(--text-secondary);\n        }\n\n        .description-text em {\n            color: var(--text-primary);\n            font-style: italic;\n        }\n\n        \/* Backstory Section *\/\n        .backstory-section {\n            padding: 8rem 2rem;\n            background: var(--bg-secondary);\n            position: relative;\n        }\n\n        .backstory-section::before {\n            content: '\"';\n            position: absolute;\n            top: 4rem;\n            left: 10%;\n            font-family: var(--serif-display);\n            font-size: 20rem;\n            color: rgba(201, 162, 39, 0.03);\n            line-height: 1;\n        }\n\n        .backstory-container {\n            max-width: 900px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 2;\n        }\n\n        .backstory-title {\n            font-family: var(--serif-display);\n            font-size: 2.5rem;\n            font-weight: 400;\n            text-align: center;\n            margin-bottom: 3rem;\n        }\n\n        .backstory-title span {\n            color: var(--accent-gold);\n            font-style: italic;\n        }\n\n        .backstory-text {\n            font-family: var(--serif-body);\n            font-size: 1.2rem;\n            font-weight: 300;\n            line-height: 2;\n            color: var(--text-secondary);\n            text-align: center;\n        }\n\n        .backstory-text p {\n            margin-bottom: 2rem;\n        }\n\n        .backstory-text p:last-child {\n            margin-bottom: 0;\n        }\n\n        \/* Features Grid *\/\n        .features-section {\n            padding: 8rem 2rem;\n        }\n\n        .features-container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .features-header {\n            text-align: center;\n            margin-bottom: 4rem;\n        }\n\n        .features-title {\n            font-family: var(--serif-display);\n            font-size: 2rem;\n            font-weight: 400;\n            margin-bottom: 1rem;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 2rem;\n        }\n\n        .feature-card {\n            padding: 3rem 2rem;\n            background: var(--bg-secondary);\n            border: 1px solid var(--divider);\n            text-align: center;\n            transition: all 0.4s ease;\n        }\n\n        .feature-card:hover {\n            border-color: var(--accent-gold);\n            transform: translateY(-5px);\n        }\n\n        .feature-icon {\n            width: 50px;\n            height: 50px;\n            margin: 0 auto 1.5rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .feature-icon svg {\n            width: 100%;\n            height: 100%;\n            stroke: var(--accent-gold);\n            fill: none;\n            stroke-width: 1;\n        }\n\n        .feature-title {\n            font-family: var(--serif-display);\n            font-size: 1.3rem;\n            font-weight: 400;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n        }\n\n        .feature-text {\n            font-family: var(--serif-body);\n            font-size: 1rem;\n            color: var(--text-secondary);\n            line-height: 1.8;\n        }\n\n        \/* Edition Stats *\/\n        .edition-section {\n            padding: 6rem 2rem;\n            background: var(--bg-tertiary);\n        }\n\n        .edition-container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .edition-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 2rem;\n            text-align: center;\n        }\n\n        .edition-stat {\n            padding: 2rem 1rem;\n            border-left: 1px solid var(--divider);\n        }\n\n        .edition-stat:first-child {\n            border-left: none;\n        }\n\n        .stat-value {\n            font-family: var(--serif-display);\n            font-size: 2.5rem;\n            font-weight: 400;\n            color: var(--accent-gold);\n            margin-bottom: 0.5rem;\n        }\n\n        .stat-label {\n            font-family: var(--serif-body);\n            font-size: 0.85rem;\n            letter-spacing: 0.15em;\n            text-transform: uppercase;\n            color: var(--text-muted);\n        }\n\n        \/* Pairings Section *\/\n        .pairings-section {\n            padding: 8rem 2rem;\n        }\n\n        .pairings-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .pairings-title {\n            font-family: var(--serif-display);\n            font-size: 2rem;\n            font-weight: 400;\n            margin-bottom: 1rem;\n        }\n\n        .pairings-subtitle {\n            font-family: var(--serif-body);\n            font-size: 1.1rem;\n            color: var(--text-secondary);\n            margin-bottom: 3rem;\n        }\n\n        .pairings-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 2rem;\n        }\n\n        .pairing-card {\n            padding: 2.5rem;\n            background: var(--bg-secondary);\n            border: 1px solid var(--divider);\n            text-align: left;\n            transition: all 0.4s ease;\n        }\n\n        .pairing-card:hover {\n            border-color: var(--accent-gold);\n        }\n\n        .pairing-name {\n            font-family: var(--serif-display);\n            font-size: 1.4rem;\n            font-weight: 400;\n            color: var(--text-primary);\n            margin-bottom: 0.75rem;\n        }\n\n        .pairing-desc {\n            font-family: var(--serif-body);\n            font-size: 1rem;\n            color: var(--text-secondary);\n            line-height: 1.7;\n        }\n\n        \/* Collection CTA *\/\n        .collection-section {\n            padding: 6rem 2rem;\n            background: var(--bg-secondary);\n            text-align: center;\n        }\n\n        .collection-container {\n            max-width: 700px;\n            margin: 0 auto;\n        }\n\n        .collection-label {\n            font-family: var(--serif-body);\n            font-size: 0.8rem;\n            letter-spacing: 0.4em;\n            text-transform: uppercase;\n            color: var(--accent-gold);\n            margin-bottom: 1rem;\n        }\n\n        .collection-title {\n            font-family: var(--serif-display);\n            font-size: 2.5rem;\n            font-weight: 400;\n            margin-bottom: 1.5rem;\n        }\n\n        .collection-text {\n            font-family: var(--serif-body);\n            font-size: 1.1rem;\n            color: var(--text-secondary);\n            margin-bottom: 2.5rem;\n            line-height: 1.8;\n        }\n\n        .collection-cta {\n            display: inline-block;\n            padding: 1rem 2.5rem;\n            font-family: var(--serif-body);\n            font-size: 0.9rem;\n            letter-spacing: 0.2em;\n            text-transform: uppercase;\n            color: var(--accent-gold);\n            border: 1px solid var(--accent-gold);\n            text-decoration: none;\n            transition: all 0.4s ease;\n        }\n\n        .collection-cta:hover {\n            background: var(--accent-gold);\n            color: var(--bg-primary);\n        }\n\n        \/* Investment Section *\/\n        .investment-section {\n            padding: 8rem 2rem;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .investment-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(ellipse at center, rgba(201, 162, 39, 0.02) 0%, transparent 70%);\n        }\n\n        .investment-container {\n            max-width: 900px;\n            margin: 0 auto;\n            text-align: center;\n            position: relative;\n            z-index: 2;\n        }\n\n        .investment-title {\n            font-family: var(--serif-display);\n            font-size: 2.5rem;\n            font-weight: 400;\n            margin-bottom: 1.5rem;\n        }\n\n        .investment-title span {\n            color: var(--accent-gold);\n            font-style: italic;\n        }\n\n        .investment-text {\n            font-family: var(--serif-body);\n            font-size: 1.2rem;\n            color: var(--text-secondary);\n            line-height: 1.9;\n            margin-bottom: 3rem;\n        }\n\n        .target-spaces {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 1rem 2rem;\n            margin-bottom: 3rem;\n        }\n\n        .target-space {\n            font-family: var(--serif-body);\n            font-size: 0.9rem;\n            letter-spacing: 0.15em;\n            text-transform: uppercase;\n            color: var(--text-muted);\n            padding: 0.5rem 1rem;\n            border: 1px solid var(--divider);\n            transition: all 0.3s ease;\n        }\n\n        .target-space:hover {\n            border-color: var(--accent-gold);\n            color: var(--accent-gold);\n        }\n\n        \/* Brand Strip *\/\n        .brand-strip {\n            padding: 4rem 2rem;\n            background: var(--bg-tertiary);\n            text-align: center;\n        }\n\n        .brand-strip-label {\n            font-family: var(--serif-body);\n            font-size: 0.75rem;\n            letter-spacing: 0.4em;\n            text-transform: uppercase;\n            color: var(--text-muted);\n            margin-bottom: 2rem;\n        }\n\n        .brand-logos {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 4rem;\n            flex-wrap: wrap;\n        }\n\n        .brand-name {\n            font-family: var(--serif-display);\n            font-size: 1.2rem;\n            font-weight: 400;\n            letter-spacing: 0.2em;\n            color: var(--text-muted);\n            transition: color 0.3s ease;\n        }\n\n        .brand-name:hover {\n            color: var(--accent-gold);\n        }\n\n        \/* Final CTA *\/\n        .final-cta-section {\n            padding: 10rem 2rem;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .final-cta-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: \n                radial-gradient(ellipse at 50% 0%, rgba(201, 162, 39, 0.05) 0%, transparent 50%),\n                radial-gradient(ellipse at 50% 100%, rgba(212, 165, 116, 0.03) 0%, transparent 50%);\n        }\n\n        .final-cta-container {\n            max-width: 700px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 2;\n        }\n\n        .final-cta-title {\n            font-family: var(--serif-display);\n            font-size: 3rem;\n            font-weight: 400;\n            margin-bottom: 1.5rem;\n            line-height: 1.2;\n        }\n\n        .final-cta-title span {\n            display: block;\n            font-style: italic;\n            color: var(--accent-gold);\n        }\n\n        .final-cta-text {\n            font-family: var(--serif-body);\n            font-size: 1.2rem;\n            color: var(--text-secondary);\n            margin-bottom: 3rem;\n            line-height: 1.8;\n        }\n\n        .final-cta-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 1.5rem;\n            flex-wrap: wrap;\n        }\n\n        .btn-primary {\n            display: inline-block;\n            padding: 1.25rem 3rem;\n            font-family: var(--serif-body);\n            font-size: 0.9rem;\n            letter-spacing: 0.25em;\n            text-transform: uppercase;\n            color: var(--bg-primary);\n            background: linear-gradient(135deg, var(--accent-gold), var(--accent-gold-light));\n            text-decoration: none;\n            transition: all 0.4s ease;\n        }\n\n        .btn-primary:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 15px 40px rgba(201, 162, 39, 0.3);\n        }\n\n        .btn-secondary {\n            display: inline-block;\n            padding: 1.25rem 3rem;\n            font-family: var(--serif-body);\n            font-size: 0.9rem;\n            letter-spacing: 0.25em;\n            text-transform: uppercase;\n            color: var(--accent-gold);\n            border: 1px solid var(--accent-gold);\n            text-decoration: none;\n            transition: all 0.4s ease;\n        }\n\n        .btn-secondary:hover {\n            background: var(--accent-gold);\n            color: var(--bg-primary);\n        }\n\n        \/* Footer *\/\n        .footer {\n            padding: 4rem 2rem 2rem;\n            background: var(--bg-secondary);\n            border-top: 1px solid var(--divider);\n        }\n\n        .footer-container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .footer-main {\n            display: flex;\n            justify-content: space-between;\n            align-items: flex-start;\n            margin-bottom: 3rem;\n            flex-wrap: wrap;\n            gap: 2rem;\n        }\n\n        .footer-brand {\n            max-width: 300px;\n        }\n\n        .footer-logo {\n            font-family: var(--serif-display);\n            font-size: 1.3rem;\n            font-weight: 500;\n            letter-spacing: 0.15em;\n            color: var(--text-primary);\n            margin-bottom: 1rem;\n        }\n\n        .footer-tagline {\n            font-family: var(--serif-body);\n            font-size: 1rem;\n            color: var(--text-muted);\n            font-style: italic;\n        }\n\n        .footer-links {\n            display: flex;\n            gap: 4rem;\n        }\n\n        .footer-column h4 {\n            font-family: var(--serif-body);\n            font-size: 0.8rem;\n            letter-spacing: 0.2em;\n            text-transform: uppercase;\n            color: var(--text-secondary);\n            margin-bottom: 1.5rem;\n        }\n\n        .footer-column ul {\n            list-style: none;\n        }\n\n        .footer-column li {\n            margin-bottom: 0.75rem;\n        }\n\n        .footer-column a {\n            font-family: var(--serif-body);\n            font-size: 0.95rem;\n            color: var(--text-muted);\n            text-decoration: none;\n            transition: color 0.3s ease;\n        }\n\n        .footer-column a:hover {\n            color: var(--accent-gold);\n        }\n\n        .footer-social {\n            display: flex;\n            gap: 1.5rem;\n        }\n\n        .social-link {\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border: 1px solid var(--divider);\n            color: var(--text-muted);\n            text-decoration: none;\n            transition: all 0.3s ease;\n        }\n\n        .social-link:hover {\n            border-color: var(--accent-gold);\n            color: var(--accent-gold);\n        }\n\n        .social-link svg {\n            width: 18px;\n            height: 18px;\n            fill: currentColor;\n        }\n\n        .footer-bottom {\n            padding-top: 2rem;\n            border-top: 1px solid var(--divider);\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 1rem;\n        }\n\n        .footer-copyright {\n            font-family: var(--serif-body);\n            font-size: 0.85rem;\n            color: var(--text-muted);\n        }\n\n        .footer-legal {\n            display: flex;\n            gap: 2rem;\n        }\n\n        .footer-legal a {\n            font-family: var(--serif-body);\n            font-size: 0.85rem;\n            color: var(--text-muted);\n            text-decoration: none;\n            transition: color 0.3s ease;\n        }\n\n        .footer-legal a:hover {\n            color: var(--accent-gold);\n        }\n\n        \/* Scroll Animations *\/\n        .fade-in {\n            opacity: 0;\n            transform: translateY(40px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n\n        .fade-in.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 1024px) {\n            .header {\n                padding: 1rem 2rem;\n            }\n\n            .nav {\n                gap: 2rem;\n            }\n\n            .features-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .edition-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .edition-stat {\n                border-left: none;\n                border-top: 1px solid var(--divider);\n            }\n\n            .edition-stat:nth-child(-n+2) {\n                border-top: none;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .header {\n                padding: 1rem 1.5rem;\n            }\n\n            .nav {\n                display: none;\n            }\n\n            .hero {\n                padding: 6rem 1.5rem 4rem;\n            }\n\n            .hero-title {\n                font-size: 2.5rem;\n            }\n\n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .edition-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .edition-stat {\n                border-top: 1px solid var(--divider);\n            }\n\n            .edition-stat:first-child {\n                border-top: none;\n            }\n\n            .pairings-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .brand-logos {\n                gap: 2rem;\n            }\n\n            .final-cta-title {\n                font-size: 2rem;\n            }\n\n            .final-cta-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n\n            .footer-main {\n                flex-direction: column;\n            }\n\n            .footer-links {\n                flex-direction: column;\n                gap: 2rem;\n            }\n\n            .footer-bottom {\n                flex-direction: column;\n                text-align: center;\n            }\n        }\n\n        \/* Mobile Menu Toggle *\/\n        .menu-toggle {\n            display: none;\n            flex-direction: column;\n            gap: 5px;\n            cursor: pointer;\n            padding: 5px;\n        }\n\n        .menu-toggle span {\n            width: 25px;\n            height: 1px;\n            background: var(--text-primary);\n            transition: all 0.3s ease;\n        }\n\n        @media (max-width: 768px) {\n            .menu-toggle {\n                display: flex;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003c!-- Fixed Header --\u003e\n    \u003cheader class=\"header\" id=\"header\"\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\" class=\"logo\"\u003eKASIAN ART STUDIO\u003c\/a\u003e\n        \u003cnav class=\"nav\"\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\"\u003eCollections\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/about\"\u003eAbout\u003c\/a\u003e\n            \u003ca href=\"mailto:kristina@kasianartstudio.com\" class=\"nav-cta\"\u003eInquire\u003c\/a\u003e\n        \u003c\/nav\u003e\n        \u003cdiv class=\"menu-toggle\"\u003e\n            \u003cspan\u003e\u003c\/span\u003e\n            \u003cspan\u003e\u003c\/span\u003e\n            \u003cspan\u003e\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- Hero Section --\u003e\n    \u003csection class=\"hero\"\u003e\n        \u003cdiv class=\"hero-flow\"\u003e\n            \u003cdiv class=\"flow-line\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"flow-line\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"flow-line\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"flow-line\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hero-content\"\u003e\n            \u003cp class=\"hero-tagline\"\u003eMoody • Elegant • Timeless\u003c\/p\u003e\n            \u003ch1 class=\"hero-title\"\u003e\n                Gilded\n                \u003cspan\u003eCurrent\u003c\/span\u003e\n            \u003c\/h1\u003e\n            \u003cp class=\"hero-edition\"\u003eLimited Edition Fine Art Print\u003c\/p\u003e\n            \u003cp class=\"hero-mood\"\u003eQuiet Luxury • Architectural Calm • Refined Restraint\u003c\/p\u003e\n            \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Inquiry%20%E2%80%94%20Gilded%20Current\" class=\"hero-cta\"\u003eInquire About This Piece\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"scroll-indicator\"\u003e\n            \u003cspan\u003eExplore\u003c\/span\u003e\n            \u003cdiv class=\"scroll-line\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Video Section --\u003e\n    \u003csection class=\"video-section\"\u003e\n        \u003cdiv class=\"video-container\"\u003e\n            \u003cp class=\"section-label\"\u003eExperience the Artwork\u003c\/p\u003e\n            \u003cdiv class=\"video-wrapper\"\u003e\n                \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/JBaPW8EOjT0?rel=0\u0026amp;modestbranding=1\" title=\"Gilded Current — Kasian Art Studio\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\n                \u003c\/iframe\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Description Section --\u003e\n    \u003csection class=\"description-section\"\u003e\n        \u003cdiv class=\"description-container fade-in\"\u003e\n            \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n            \u003cp class=\"description-text\"\u003e\n                A quiet movement of light and restraint. \u003cem\u003eGilded Current\u003c\/em\u003e evokes calm, balance, and architectural fluidity through layered neutrals and softened gold accents — designed for interiors that breathe.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Backstory Section --\u003e\n    \u003csection class=\"backstory-section\"\u003e\n        \u003cdiv class=\"backstory-container fade-in\"\u003e\n            \u003ch2 class=\"backstory-title\"\u003eThe \u003cspan\u003eVision\u003c\/span\u003e\n\u003c\/h2\u003e\n            \u003cdiv class=\"backstory-text\"\u003e\n                \u003cp\u003e\n                    Gilded Current was conceived as a meditation on movement without force — inspired by natural flow, architectural rhythm, and the elegance of restraint. It reflects the idea that luxury does not need contrast to be powerful; sometimes it is the quiet continuity that defines a space.\n                \u003c\/p\u003e\n                \u003cp\u003e\n                    Soft ivory fields are intersected by flowing, translucent forms — each layer carrying subtle metallic warmth that appears and disappears depending on light and angle. This piece was created for interiors that breathe. It does not dominate a space; it elevates it.\n                \u003c\/p\u003e\n                \u003cp\u003e\n                    The restrained gold detailing adds depth rather than decoration, offering a sense of quiet opulence that rewards prolonged viewing. This work is designed to live effortlessly within refined architecture while still holding its own as a collector-grade statement.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Features Grid --\u003e\n    \u003csection class=\"features-section\"\u003e\n        \u003cdiv class=\"features-container\"\u003e\n            \u003cdiv class=\"features-header fade-in\"\u003e\n                \u003cp class=\"section-label\"\u003eMuseum-Grade Quality\u003c\/p\u003e\n                \u003ch2 class=\"features-title\"\u003eCrafted for Collectors\u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card fade-in\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003csvg viewbox=\"0 0 50 50\"\u003e\n                            \u003ccircle cx=\"25\" cy=\"25\" r=\"20\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M18 25 L23 30 L32 20\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eLimited Edition\u003c\/h3\u003e\n                    \u003cp class=\"feature-text\"\u003eEach piece is hand-numbered and documented. No reproductions beyond the stated edition will ever be produced, ensuring exclusivity and collectibility.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card fade-in\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003csvg viewbox=\"0 0 50 50\"\u003e\n                            \u003crect x=\"10\" y=\"15\" width=\"30\" height=\"20\" rx=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"10\" y1=\"22\" x2=\"40\" y2=\"22\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"25\" cy=\"29\" r=\"4\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eArchival Quality\u003c\/h3\u003e\n                    \u003cp class=\"feature-text\"\u003ePrinted using museum-grade archival inks on premium gallery canvas, rated for 100+ years of tonal stability under proper display conditions.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card fade-in\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003csvg viewbox=\"0 0 50 50\"\u003e\n                            \u003cpath d=\"M25 10 L40 18 L40 32 L25 40 L10 32 L10 18 Z\"\u003e\u003c\/path\u003e\n                            \u003cline x1=\"25\" y1=\"10\" x2=\"25\" y2=\"40\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"10\" y1=\"18\" x2=\"40\" y2=\"32\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"40\" y1=\"18\" x2=\"10\" y2=\"32\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eInvestment Ready\u003c\/h3\u003e\n                    \u003cp class=\"feature-text\"\u003eNeutral abstracts with architectural sensibility maintain strong demand among collectors and designers seeking timeless, enduring pieces.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Edition Stats --\u003e\n    \u003csection class=\"edition-section\"\u003e\n        \u003cdiv class=\"edition-container fade-in\"\u003e\n            \u003cdiv class=\"edition-grid\"\u003e\n                \u003cdiv class=\"edition-stat\"\u003e\n                    \u003cdiv class=\"stat-value\"\u003eLimited\u003c\/div\u003e\n                    \u003cdiv class=\"stat-label\"\u003eEdition Size\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"edition-stat\"\u003e\n                    \u003cdiv class=\"stat-value\"\u003e100+\u003c\/div\u003e\n                    \u003cdiv class=\"stat-label\"\u003eYear Archival\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"edition-stat\"\u003e\n                    \u003cdiv class=\"stat-value\"\u003eCOA\u003c\/div\u003e\n                    \u003cdiv class=\"stat-label\"\u003eIncluded\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"edition-stat\"\u003e\n                    \u003cdiv class=\"stat-value\"\u003e2026\u003c\/div\u003e\n                    \u003cdiv class=\"stat-label\"\u003eYear Released\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Pairings Section --\u003e\n    \u003csection class=\"pairings-section\"\u003e\n        \u003cdiv class=\"pairings-container\"\u003e\n            \u003cp class=\"section-label fade-in\"\u003eCurated Pairings\u003c\/p\u003e\n            \u003ch2 class=\"pairings-title fade-in\"\u003ePairs Beautifully With\u003c\/h2\u003e\n            \u003cp class=\"pairings-subtitle fade-in\"\u003eInterior elements that complement the quiet elegance of Gilded Current\u003c\/p\u003e\n            \u003cdiv class=\"pairings-grid\"\u003e\n                \u003cdiv class=\"pairing-card fade-in\"\u003e\n                    \u003ch3 class=\"pairing-name\"\u003eWarm Stone \u0026amp; Travertine\u003c\/h3\u003e\n                    \u003cp class=\"pairing-desc\"\u003eNatural stone surfaces and plaster walls that echo the organic flow and warmth of the piece.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"pairing-card fade-in\"\u003e\n                    \u003ch3 class=\"pairing-name\"\u003eNeutral Textiles\u003c\/h3\u003e\n                    \u003cp class=\"pairing-desc\"\u003eSculptural furnishings in ivory, cream, and soft linen that maintain the serene palette harmony.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"pairing-card fade-in\"\u003e\n                    \u003ch3 class=\"pairing-name\"\u003eSpa Environments\u003c\/h3\u003e\n                    \u003cp class=\"pairing-desc\"\u003eWellness-focused interiors where calm and balance are intentional design elements.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"pairing-card fade-in\"\u003e\n                    \u003ch3 class=\"pairing-name\"\u003eGallery Corridors\u003c\/h3\u003e\n                    \u003cp class=\"pairing-desc\"\u003eLuxury hospitality suites and gallery passages where art serves as architectural punctuation.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Collection CTA --\u003e\n    \u003csection class=\"collection-section\"\u003e\n        \u003cdiv class=\"collection-container fade-in\"\u003e\n            \u003cp class=\"collection-label\"\u003eExplore the Collection\u003c\/p\u003e\n            \u003ch2 class=\"collection-title\"\u003eGold Noir Luxe Collection\u003c\/h2\u003e\n            \u003cp class=\"collection-text\"\u003eDiscover more museum-grade artworks featuring refined gold accents, architectural calm, and timeless luxury — curated for collectors who understand that restraint is sophistication.\u003c\/p\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/gold-noir-luxe-collection\" class=\"collection-cta\"\u003eView Collection\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Investment Section --\u003e\n    \u003csection class=\"investment-section\"\u003e\n        \u003cdiv class=\"investment-container fade-in\"\u003e\n            \u003ch2 class=\"investment-title\"\u003eArt as \u003cspan\u003eInvestment\u003c\/span\u003e\n\u003c\/h2\u003e\n            \u003cp class=\"investment-text\"\u003e\n                Gilded Current transcends decoration — it is a collector-grade statement designed for spaces that demand both presence and restraint. Limited editions appreciate in value as they become increasingly rare, making this a compelling addition to any serious art collection.\n            \u003c\/p\u003e\n            \u003cdiv class=\"target-spaces\"\u003e\n                \u003cspan class=\"target-space\"\u003ePenthouses\u003c\/span\u003e\n                \u003cspan class=\"target-space\"\u003eBoutique Hotels\u003c\/span\u003e\n                \u003cspan class=\"target-space\"\u003eSpa Corridors\u003c\/span\u003e\n                \u003cspan class=\"target-space\"\u003eExecutive Suites\u003c\/span\u003e\n                \u003cspan class=\"target-space\"\u003ePrivate Galleries\u003c\/span\u003e\n                \u003cspan class=\"target-space\"\u003eLuxury Residences\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Brand Strip --\u003e\n    \u003csection class=\"brand-strip\"\u003e\n        \u003cp class=\"brand-strip-label\"\u003eDesigned for the World's Finest Spaces\u003c\/p\u003e\n        \u003cdiv class=\"brand-logos\"\u003e\n            \u003cspan class=\"brand-name\"\u003eAMAN\u003c\/span\u003e\n            \u003cspan class=\"brand-name\"\u003eFOUR SEASONS\u003c\/span\u003e\n            \u003cspan class=\"brand-name\"\u003eST. REGIS\u003c\/span\u003e\n            \u003cspan class=\"brand-name\"\u003eRITZ-CARLTON RESERVE\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Final CTA --\u003e\n    \u003csection class=\"final-cta-section\"\u003e\n        \u003cdiv class=\"final-cta-container fade-in\"\u003e\n            \u003ch2 class=\"final-cta-title\"\u003e\n                Elevate Your\n                \u003cspan\u003eSpace\u003c\/span\u003e\n            \u003c\/h2\u003e\n            \u003cp class=\"final-cta-text\"\u003e\n                Gilded Current is available for private acquisition. For pricing, custom sizing, or to discuss placement in your project, connect with the studio directly.\n            \u003c\/p\u003e\n            \u003cdiv class=\"final-cta-buttons\"\u003e\n                \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Inquiry%20%E2%80%94%20Gilded%20Current\" class=\"btn-primary\"\u003eInquire Now\u003c\/a\u003e\n                \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/gold-noir-luxe-collection\" class=\"btn-secondary\"\u003eExplore Collection\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Footer --\u003e\n    \u003cfooter class=\"footer\"\u003e\n        \u003cdiv class=\"footer-container\"\u003e\n            \u003cdiv class=\"footer-main\"\u003e\n                \u003cdiv class=\"footer-brand\"\u003e\n                    \u003cdiv class=\"footer-logo\"\u003eKASIAN ART STUDIO\u003c\/div\u003e\n                    \u003cp class=\"footer-tagline\"\u003eMoody. Elegant. Timeless.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"footer-links\"\u003e\n                    \u003cdiv class=\"footer-column\"\u003e\n                        \u003ch4\u003eCollections\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e\u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/gold-noir-luxe-collection\"\u003eGold Noir Luxe\u003c\/a\u003e\u003c\/li\u003e\n                            \u003cli\u003e\u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/black-white-luxury\"\u003eBlack \u0026amp; White Luxury\u003c\/a\u003e\u003c\/li\u003e\n                            \u003cli\u003e\u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/all\"\u003eView All\u003c\/a\u003e\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"footer-column\"\u003e\n                        \u003ch4\u003eStudio\u003c\/h4\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e\u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/about\"\u003eAbout\u003c\/a\u003e\u003c\/li\u003e\n                            \u003cli\u003e\u003ca href=\"mailto:kristina@kasianartstudio.com\"\u003eContact\u003c\/a\u003e\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"footer-social\"\u003e\n                    \u003ca href=\"https:\/\/www.instagram.com\/kasianartstudio\" class=\"social-link\" aria-label=\"Instagram\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\"\u003e\n                            \u003crect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"18\" cy=\"6\" r=\"1\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/a\u003e\n                    \u003ca href=\"https:\/\/www.pinterest.com\/kasianartstudio\" class=\"social-link\" aria-label=\"Pinterest\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 7 C9 7 7 9 7 12 C7 14 8 15 9 15 C9.5 15 10 14.5 10 14 C10 13.5 9.5 13 9.5 12 C9.5 10 10.5 8.5 12 8.5 C13.5 8.5 14.5 9.5 14.5 11 C14.5 13 13.5 14.5 12.5 14.5 C12 14.5 11.5 14 11.5 13.5 C11.5 13 12 12 12 11 C12 10.5 11.5 10 11 10 C10 10 9.5 11 9.5 12 C9.5 12.5 9.5 13 9.5 13 L8.5 17\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/a\u003e\n                    \u003ca href=\"https:\/\/www.youtube.com\/@kasianartstudio\" class=\"social-link\" aria-label=\"YouTube\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\"\u003e\n                            \u003crect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"3\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n                            \u003cpolygon points=\"10,8 16,12 10,16\" fill=\"currentColor\"\u003e\u003c\/polygon\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"footer-bottom\"\u003e\n                \u003cp class=\"footer-copyright\"\u003e© 2026 Kasian Art Studio, L.L.C. All rights reserved.\u003c\/p\u003e\n                \u003cdiv class=\"footer-legal\"\u003e\n                    \u003ca href=\"https:\/\/www.kasianartstudio.com\/policies\/privacy-policy\"\u003ePrivacy\u003c\/a\u003e\n                    \u003ca href=\"https:\/\/www.kasianartstudio.com\/policies\/terms-of-service\"\u003eTerms\u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/footer\u003e\n\n    \u003cscript\u003e\n        \/\/ Header scroll effect\n        const header = document.getElementById('header');\n        let lastScroll = 0;\n\n        window.addEventListener('scroll', () =\u003e {\n            const currentScroll = window.pageYOffset;\n            \n            if (currentScroll \u003e 100) {\n                header.classList.add('scrolled');\n            } else {\n                header.classList.remove('scrolled');\n            }\n            \n            lastScroll = currentScroll;\n        });\n\n        \/\/ Scroll animations\n        const fadeElements = document.querySelectorAll('.fade-in');\n\n        const observerOptions = {\n            root: null,\n            rootMargin: '0px',\n            threshold: 0.1\n        };\n\n        const observer = new IntersectionObserver((entries) =\u003e {\n            entries.forEach(entry =\u003e {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('visible');\n                }\n            });\n        }, observerOptions);\n\n        fadeElements.forEach(element =\u003e {\n            observer.observe(element);\n        });\n\n        \/\/ Smooth scroll for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor =\u003e {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            });\n        });\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47458567028901,"sku":"6583473_16039","price":8764.45,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47458567061669,"sku":"6583473_16045","price":8764.45,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47458567094437,"sku":"6583473_15700","price":8764.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/54DDA4EA-6E28-4794-972D-EFF4F1045E95.png?v=1769887104"},{"product_id":"framed-canvas-3","title":"Framed canvas","description":"Spice up your blank walls with this head-turning framed canvas! This high-quality pine tree framed canvas comes with rubber pads on the back corners and wall mount that makes hanging the artwork hassle-free. What’s more, the frame gives the canvas a cool floating effect!\u003cbr\u003e\n\u003cbr\u003e\n• Pine tree frame\u003cbr\u003e\n• Frame thickness: 1.25″ (3.18 cm)\u003cbr\u003e\n• Canvas fabric weight: 10.15 +\/- 0.74 oz\/yd² (344 g\/m² +\/- 25g\/m²)\u003cbr\u003e\n• Open back\u003cbr\u003e\n• Comes with rubber pads on the back corners\u003cbr\u003e\n• Hanging hardware attached\u003cbr\u003e\n• Blank product sourced from the US\u003cbr\u003e\n\u003cbr\u003e\nDisclaimers:\u003cbr\u003e\n- The framed canvases with brown and black frames have a black inside around the canvas, and the canvases with white frames have a white inside around the canvas.\u003cbr\u003e\n- This product isn’t intended for sanding or cutting—it creates airborne dust that might cause lung irritation.\u003cbr\u003e\n\u003cbr\u003e\nThis product is made especially for you as soon as you place an order, which is why it takes us a bit longer to deliver it to you. Making products on demand instead of in bulk helps reduce overproduction, so thank you for making thoughtful purchasing decisions!\u003cp\u003e\u003cstrong class=\"size-guide-title\"\u003eSize guide\u003c\/strong\u003e\u003c\/p\u003e\u003cdiv class=\"table-responsive dynamic\" data-unit-system=\"imperial\"\u003e\u003ctable cellpadding=\"5\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e \u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003eLENGTH (inches)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003eWIDTH (inches)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003eHEIGHT (inches)\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003e24″×36″\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e24\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e1 ⅝\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\u003c\/div\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47458606579877,"sku":"5044023_16039","price":9689.45,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47458606612645,"sku":"5044023_16045","price":9689.45,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47458606645413,"sku":"5044023_15700","price":9689.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/framed-canvas-_in_-white-24x36-front-697e3cb18396a.jpg?v=1769880769"},{"product_id":"obsidian-ascension","title":"Obsidian Ascension — Limited Edition Gold \u0026 Smoke Abstract","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eObsidian Ascension | Black \u0026amp; Gold Luxury Abstract Art\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"Museum-grade black and gold abstract artwork with architectural geometry and ethereal movement. Designed for luxury interiors and collectors.\"\u003e\n    \n    \u003c!-- Fonts --\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \n    \u003cstyle\u003e\n        :root {\n            --bg-primary: #0a0a0a;\n            --bg-secondary: #111111;\n            --bg-tertiary: #1a1a1a;\n            --text-primary: #f5f5f5;\n            --text-secondary: #a0a0a0;\n            --text-muted: #666666;\n            --accent-gold: #c9a227;\n            --accent-gold-light: #d4b84a;\n            --accent-gold-dark: #a68419;\n            --border-subtle: rgba(201, 162, 39, 0.15);\n            --border-medium: rgba(201, 162, 39, 0.3);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        html {\n            scroll-behavior: smooth;\n        }\n\n        body {\n            font-family: 'Cormorant Garamond', Georgia, serif;\n            background-color: var(--bg-primary);\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        \/* Scrollbar Styling *\/\n        ::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        ::-webkit-scrollbar-track {\n            background: var(--bg-primary);\n        }\n\n        ::-webkit-scrollbar-thumb {\n            background: var(--accent-gold-dark);\n            border-radius: 4px;\n        }\n\n        ::-webkit-scrollbar-thumb:hover {\n            background: var(--accent-gold);\n        }\n\n        \/* Header *\/\n        .header {\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            z-index: 1000;\n            padding: 1.5rem 4rem;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            background: linear-gradient(to bottom, rgba(10, 10, 10, 0.95), transparent);\n            transition: background 0.4s ease;\n        }\n\n        .header.scrolled {\n            background: rgba(10, 10, 10, 0.98);\n            backdrop-filter: blur(10px);\n            border-bottom: 1px solid var(--border-subtle);\n        }\n\n        .logo {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.4rem;\n            font-weight: 500;\n            letter-spacing: 0.15em;\n            color: var(--text-primary);\n            text-decoration: none;\n            transition: color 0.3s ease;\n        }\n\n        .logo:hover {\n            color: var(--accent-gold);\n        }\n\n        .nav {\n            display: flex;\n            gap: 3rem;\n        }\n\n        .nav a {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 0.95rem;\n            font-weight: 400;\n            letter-spacing: 0.1em;\n            text-transform: uppercase;\n            color: var(--text-secondary);\n            text-decoration: none;\n            transition: color 0.3s ease;\n            position: relative;\n        }\n\n        .nav a::after {\n            content: '';\n            position: absolute;\n            bottom: -4px;\n            left: 0;\n            width: 0;\n            height: 1px;\n            background: var(--accent-gold);\n            transition: width 0.3s ease;\n        }\n\n        .nav a:hover {\n            color: var(--accent-gold);\n        }\n\n        .nav a:hover::after {\n            width: 100%;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            min-height: 100vh;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            text-align: center;\n            padding: 8rem 2rem 4rem;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: \n                radial-gradient(ellipse at 20% 30%, rgba(201, 162, 39, 0.03) 0%, transparent 50%),\n                radial-gradient(ellipse at 80% 70%, rgba(201, 162, 39, 0.02) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        \/* Smoke Animation *\/\n        .smoke-container {\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            overflow: hidden;\n            pointer-events: none;\n        }\n\n        .smoke {\n            position: absolute;\n            width: 200px;\n            height: 200px;\n            border-radius: 50%;\n            filter: blur(60px);\n            opacity: 0.15;\n            animation: smokeRise 20s ease-in-out infinite;\n        }\n\n        .smoke-1 {\n            left: 10%;\n            bottom: -100px;\n            background: var(--accent-gold);\n            animation-delay: 0s;\n        }\n\n        .smoke-2 {\n            left: 30%;\n            bottom: -100px;\n            background: rgba(201, 162, 39, 0.5);\n            animation-delay: 5s;\n            width: 150px;\n            height: 150px;\n        }\n\n        .smoke-3 {\n            right: 20%;\n            bottom: -100px;\n            background: var(--accent-gold);\n            animation-delay: 10s;\n        }\n\n        .smoke-4 {\n            right: 40%;\n            bottom: -100px;\n            background: rgba(255, 255, 255, 0.3);\n            animation-delay: 15s;\n            width: 180px;\n            height: 180px;\n        }\n\n        @keyframes smokeRise {\n            0% {\n                transform: translateY(0) scale(1);\n                opacity: 0;\n            }\n            10% {\n                opacity: 0.15;\n            }\n            50% {\n                opacity: 0.1;\n            }\n            100% {\n                transform: translateY(-100vh) scale(2);\n                opacity: 0;\n            }\n        }\n\n        \/* Fracture Lines Animation *\/\n        .fracture-lines {\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            overflow: hidden;\n            pointer-events: none;\n        }\n\n        .fracture-line {\n            position: absolute;\n            background: linear-gradient(90deg, transparent, var(--accent-gold), transparent);\n            height: 1px;\n            opacity: 0;\n            animation: fracturePulse 8s ease-in-out infinite;\n        }\n\n        .fracture-line-1 {\n            top: 20%;\n            left: -10%;\n            width: 40%;\n            transform: rotate(-15deg);\n            animation-delay: 0s;\n        }\n\n        .fracture-line-2 {\n            top: 40%;\n            right: -10%;\n            width: 35%;\n            transform: rotate(10deg);\n            animation-delay: 2s;\n        }\n\n        .fracture-line-3 {\n            bottom: 30%;\n            left: 20%;\n            width: 30%;\n            transform: rotate(-5deg);\n            animation-delay: 4s;\n        }\n\n        .fracture-line-4 {\n            top: 60%;\n            right: 15%;\n            width: 25%;\n            transform: rotate(20deg);\n            animation-delay: 6s;\n        }\n\n        @keyframes fracturePulse {\n            0%, 100% {\n                opacity: 0;\n                transform: scaleX(0.5) rotate(var(--rotation, 0deg));\n            }\n            50% {\n                opacity: 0.4;\n                transform: scaleX(1) rotate(var(--rotation, 0deg));\n            }\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 2;\n            max-width: 900px;\n            animation: fadeInUp 1.2s ease-out;\n        }\n\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(40px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .edition-badge {\n            display: inline-block;\n            font-size: 0.75rem;\n            font-weight: 500;\n            letter-spacing: 0.3em;\n            text-transform: uppercase;\n            color: var(--accent-gold);\n            border: 1px solid var(--border-medium);\n            padding: 0.6rem 1.8rem;\n            margin-bottom: 2.5rem;\n            animation: fadeInUp 1.2s ease-out 0.2s backwards;\n        }\n\n        .hero-title {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(3rem, 8vw, 6rem);\n            font-weight: 400;\n            letter-spacing: 0.08em;\n            line-height: 1.1;\n            margin-bottom: 1.5rem;\n            animation: fadeInUp 1.2s ease-out 0.4s backwards;\n        }\n\n        .hero-title span {\n            display: block;\n            font-style: italic;\n            color: var(--accent-gold);\n        }\n\n        .tagline {\n            font-size: 1.1rem;\n            font-weight: 300;\n            letter-spacing: 0.25em;\n            text-transform: uppercase;\n            color: var(--text-secondary);\n            margin-bottom: 3rem;\n            animation: fadeInUp 1.2s ease-out 0.6s backwards;\n        }\n\n        .cta-button {\n            display: inline-block;\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 0.9rem;\n            font-weight: 500;\n            letter-spacing: 0.2em;\n            text-transform: uppercase;\n            color: var(--bg-primary);\n            background: var(--accent-gold);\n            padding: 1.2rem 3rem;\n            text-decoration: none;\n            transition: all 0.4s ease;\n            animation: fadeInUp 1.2s ease-out 0.8s backwards;\n        }\n\n        .cta-button:hover {\n            background: var(--accent-gold-light);\n            transform: translateY(-2px);\n            box-shadow: 0 10px 40px rgba(201, 162, 39, 0.3);\n        }\n\n        .scroll-indicator {\n            position: absolute;\n            bottom: 3rem;\n            left: 50%;\n            transform: translateX(-50%);\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 0.8rem;\n            animation: fadeInUp 1.2s ease-out 1s backwards;\n        }\n\n        .scroll-indicator span {\n            font-size: 0.7rem;\n            letter-spacing: 0.2em;\n            text-transform: uppercase;\n            color: var(--text-muted);\n        }\n\n        .scroll-line {\n            width: 1px;\n            height: 50px;\n            background: linear-gradient(to bottom, var(--accent-gold), transparent);\n            animation: scrollPulse 2s ease-in-out infinite;\n        }\n\n        @keyframes scrollPulse {\n            0%, 100% {\n                opacity: 0.3;\n                transform: scaleY(0.8);\n            }\n            50% {\n                opacity: 1;\n                transform: scaleY(1);\n            }\n        }\n\n        \/* Section Styling *\/\n        section {\n            padding: 8rem 4rem;\n        }\n\n        .section-title {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(2rem, 4vw, 3rem);\n            font-weight: 400;\n            letter-spacing: 0.05em;\n            text-align: center;\n            margin-bottom: 1rem;\n        }\n\n        .section-subtitle {\n            font-size: 1rem;\n            font-weight: 300;\n            letter-spacing: 0.15em;\n            text-transform: uppercase;\n            color: var(--text-secondary);\n            text-align: center;\n            margin-bottom: 4rem;\n        }\n\n        .divider {\n            width: 80px;\n            height: 1px;\n            background: var(--accent-gold);\n            margin: 0 auto 4rem;\n        }\n\n        \/* Video Section *\/\n        .video-section {\n            background: var(--bg-secondary);\n            padding: 6rem 4rem;\n        }\n\n        .video-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            position: relative;\n        }\n\n        .video-wrapper {\n            position: relative;\n            padding-bottom: 56.25%;\n            height: 0;\n            overflow: hidden;\n            border: 1px solid var(--border-subtle);\n        }\n\n        .video-wrapper iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n        }\n\n        .video-caption {\n            text-align: center;\n            margin-top: 2rem;\n            font-style: italic;\n            color: var(--text-secondary);\n            font-size: 1.1rem;\n        }\n\n        \/* Description Section *\/\n        .description-section {\n            max-width: 800px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .description-text {\n            font-size: 1.3rem;\n            line-height: 2;\n            color: var(--text-secondary);\n        }\n\n        .description-text strong {\n            color: var(--text-primary);\n            font-weight: 500;\n        }\n\n        \/* Backstory Section *\/\n        .backstory-section {\n            background: var(--bg-secondary);\n        }\n\n        .backstory-content {\n            max-width: 900px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: 1fr 2fr;\n            gap: 4rem;\n            align-items: start;\n        }\n\n        .backstory-label {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.5rem;\n            font-style: italic;\n            color: var(--accent-gold);\n            padding-top: 0.5rem;\n            border-top: 1px solid var(--border-medium);\n        }\n\n        .backstory-text {\n            font-size: 1.15rem;\n            line-height: 2;\n            color: var(--text-secondary);\n        }\n\n        .backstory-text p {\n            margin-bottom: 1.5rem;\n        }\n\n        .backstory-text p:last-child {\n            margin-bottom: 0;\n        }\n\n        \/* Features Grid *\/\n        .features-section {\n            background: var(--bg-primary);\n        }\n\n        .features-grid {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 3rem;\n        }\n\n        .feature-card {\n            text-align: center;\n            padding: 3rem 2rem;\n            border: 1px solid var(--border-subtle);\n            transition: all 0.4s ease;\n        }\n\n        .feature-card:hover {\n            border-color: var(--accent-gold);\n            transform: translateY(-5px);\n        }\n\n        .feature-icon {\n            width: 60px;\n            height: 60px;\n            margin: 0 auto 1.5rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .feature-icon svg {\n            width: 40px;\n            height: 40px;\n            stroke: var(--accent-gold);\n            fill: none;\n            stroke-width: 1;\n        }\n\n        .feature-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            font-weight: 400;\n            margin-bottom: 1rem;\n            letter-spacing: 0.05em;\n        }\n\n        .feature-text {\n            font-size: 1rem;\n            line-height: 1.8;\n            color: var(--text-secondary);\n        }\n\n        \/* Edition Stats *\/\n        .stats-section {\n            background: var(--bg-tertiary);\n            padding: 5rem 4rem;\n        }\n\n        .stats-grid {\n            max-width: 1000px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 2rem;\n            text-align: center;\n        }\n\n        .stat-item {\n            padding: 2rem 1rem;\n            border-left: 1px solid var(--border-subtle);\n        }\n\n        .stat-item:first-child {\n            border-left: none;\n        }\n\n        .stat-value {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.5rem;\n            font-weight: 400;\n            color: var(--accent-gold);\n            margin-bottom: 0.5rem;\n        }\n\n        .stat-label {\n            font-size: 0.85rem;\n            letter-spacing: 0.15em;\n            text-transform: uppercase;\n            color: var(--text-secondary);\n        }\n\n        \/* Pairings Section *\/\n        .pairings-section {\n            background: var(--bg-secondary);\n        }\n\n        .pairings-grid {\n            max-width: 1000px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 3rem;\n        }\n\n        .pairing-card {\n            padding: 2.5rem;\n            border: 1px solid var(--border-subtle);\n            transition: all 0.4s ease;\n        }\n\n        .pairing-card:hover {\n            border-color: var(--accent-gold);\n        }\n\n        .pairing-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.4rem;\n            font-weight: 400;\n            margin-bottom: 0.8rem;\n            color: var(--text-primary);\n        }\n\n        .pairing-description {\n            font-size: 1rem;\n            color: var(--text-secondary);\n            line-height: 1.7;\n        }\n\n        \/* Collection CTA *\/\n        .collection-section {\n            text-align: center;\n            padding: 6rem 4rem;\n            background: linear-gradient(to bottom, var(--bg-primary), var(--bg-secondary));\n        }\n\n        .collection-label {\n            font-size: 0.8rem;\n            letter-spacing: 0.25em;\n            text-transform: uppercase;\n            color: var(--text-muted);\n            margin-bottom: 1rem;\n        }\n\n        .collection-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2rem;\n            font-weight: 400;\n            margin-bottom: 2rem;\n        }\n\n        .collection-link {\n            display: inline-block;\n            font-size: 0.9rem;\n            letter-spacing: 0.15em;\n            text-transform: uppercase;\n            color: var(--accent-gold);\n            text-decoration: none;\n            padding-bottom: 0.3rem;\n            border-bottom: 1px solid var(--accent-gold);\n            transition: all 0.3s ease;\n        }\n\n        .collection-link:hover {\n            color: var(--accent-gold-light);\n            border-color: var(--accent-gold-light);\n        }\n\n        \/* Investment Section *\/\n        .investment-section {\n            background: var(--bg-primary);\n        }\n\n        .investment-content {\n            max-width: 1000px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .investment-text {\n            font-size: 1.2rem;\n            line-height: 1.9;\n            color: var(--text-secondary);\n            margin-bottom: 3rem;\n        }\n\n        .spaces-title {\n            font-size: 0.85rem;\n            letter-spacing: 0.2em;\n            text-transform: uppercase;\n            color: var(--text-muted);\n            margin-bottom: 1.5rem;\n        }\n\n        .spaces-list {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 1rem 3rem;\n            font-family: 'Playfair Display', serif;\n            font-size: 1.1rem;\n            font-style: italic;\n            color: var(--text-secondary);\n        }\n\n        \/* Luxury Brands Strip *\/\n        .brands-section {\n            background: var(--bg-tertiary);\n            padding: 4rem;\n            text-align: center;\n        }\n\n        .brands-label {\n            font-size: 0.75rem;\n            letter-spacing: 0.25em;\n            text-transform: uppercase;\n            color: var(--text-muted);\n            margin-bottom: 2rem;\n        }\n\n        .brands-list {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.2rem;\n            font-weight: 400;\n            letter-spacing: 0.1em;\n            color: var(--text-secondary);\n        }\n\n        .brands-list span {\n            margin: 0 1.5rem;\n            opacity: 0.6;\n        }\n\n        \/* Final CTA *\/\n        .final-cta {\n            background: linear-gradient(to bottom, var(--bg-secondary), var(--bg-primary));\n            text-align: center;\n            padding: 8rem 4rem;\n        }\n\n        .final-cta .section-title {\n            margin-bottom: 1.5rem;\n        }\n\n        .final-cta .tagline {\n            margin-bottom: 3rem;\n        }\n\n        .inquiry-button {\n            display: inline-block;\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 0.9rem;\n            font-weight: 500;\n            letter-spacing: 0.2em;\n            text-transform: uppercase;\n            color: var(--accent-gold);\n            background: transparent;\n            padding: 1.2rem 3rem;\n            text-decoration: none;\n            border: 1px solid var(--accent-gold);\n            transition: all 0.4s ease;\n        }\n\n        .inquiry-button:hover {\n            background: var(--accent-gold);\n            color: var(--bg-primary);\n        }\n\n        \/* Footer *\/\n        .footer {\n            background: var(--bg-primary);\n            padding: 4rem;\n            text-align: center;\n            border-top: 1px solid var(--border-subtle);\n        }\n\n        .footer-logo {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.2rem;\n            font-weight: 500;\n            letter-spacing: 0.15em;\n            color: var(--text-primary);\n            margin-bottom: 2rem;\n        }\n\n        .social-links {\n            display: flex;\n            justify-content: center;\n            gap: 2rem;\n            margin-bottom: 2rem;\n        }\n\n        .social-links a {\n            color: var(--text-secondary);\n            text-decoration: none;\n            font-size: 0.85rem;\n            letter-spacing: 0.1em;\n            text-transform: uppercase;\n            transition: color 0.3s ease;\n        }\n\n        .social-links a:hover {\n            color: var(--accent-gold);\n        }\n\n        .copyright {\n            font-size: 0.8rem;\n            color: var(--text-muted);\n            letter-spacing: 0.1em;\n        }\n\n        \/* Animations on Scroll *\/\n        .fade-in {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n\n        .fade-in.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 1024px) {\n            .header {\n                padding: 1.2rem 2rem;\n            }\n\n            section {\n                padding: 5rem 2rem;\n            }\n\n            .features-grid {\n                grid-template-columns: 1fr;\n                gap: 2rem;\n            }\n\n            .backstory-content {\n                grid-template-columns: 1fr;\n                gap: 2rem;\n            }\n\n            .stats-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .stat-item {\n                border-left: none;\n                border-top: 1px solid var(--border-subtle);\n            }\n\n            .stat-item:nth-child(-n+2) {\n                border-top: none;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .header {\n                flex-direction: column;\n                gap: 1rem;\n                padding: 1rem;\n            }\n\n            .nav {\n                gap: 1.5rem;\n            }\n\n            .nav a {\n                font-size: 0.8rem;\n            }\n\n            .hero {\n                padding: 7rem 1.5rem 3rem;\n            }\n\n            .pairings-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .stats-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .stat-item {\n                border-top: 1px solid var(--border-subtle);\n            }\n\n            .stat-item:first-child {\n                border-top: none;\n            }\n\n            .spaces-list {\n                flex-direction: column;\n                gap: 0.8rem;\n            }\n\n            .brands-list span {\n                display: block;\n                margin: 0.5rem 0;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003c!-- Header --\u003e\n    \u003cheader class=\"header\" id=\"header\"\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\" class=\"logo\"\u003eKASIAN ART STUDIO\u003c\/a\u003e\n        \u003cnav class=\"nav\"\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/all\"\u003eCollections\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/about\"\u003eAbout\u003c\/a\u003e\n            \u003ca href=\"mailto:kristina@kasianartstudio.com\"\u003eContact\u003c\/a\u003e\n        \u003c\/nav\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- Hero Section --\u003e\n    \u003csection class=\"hero\"\u003e\n        \u003cdiv class=\"smoke-container\"\u003e\n            \u003cdiv class=\"smoke smoke-1\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"smoke smoke-2\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"smoke smoke-3\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"smoke smoke-4\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fracture-lines\"\u003e\n            \u003cdiv class=\"fracture-line fracture-line-1\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"fracture-line fracture-line-2\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"fracture-line fracture-line-3\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"fracture-line fracture-line-4\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hero-content\"\u003e\n            \u003cdiv class=\"edition-badge\"\u003eLimited Edition — Hand-Numbered\u003c\/div\u003e\n            \u003ch1 class=\"hero-title\"\u003eObsidian\u003cspan\u003eAscension\u003c\/span\u003e\n\u003c\/h1\u003e\n            \u003cp class=\"tagline\"\u003eMoody · Elegant · Timeless\u003c\/p\u003e\n            \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Inquiry%3A%20Obsidian%20Ascension\" class=\"cta-button\"\u003eInquire About This Piece\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"scroll-indicator\"\u003e\n            \u003cspan\u003eDiscover\u003c\/span\u003e\n            \u003cdiv class=\"scroll-line\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Video Section --\u003e\n    \u003csection class=\"video-section\"\u003e\n        \u003cdiv class=\"video-container fade-in\"\u003e\n            \u003cdiv class=\"video-wrapper\"\u003e\n                \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/h2Jz20SYpT4?rel=0\u0026amp;modestbranding=1\" title=\"Obsidian Ascension — Kasian Art Studio\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\n                \u003c\/iframe\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"video-caption\"\u003eExperience the artwork in motion\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Description Section --\u003e\n    \u003csection class=\"description-section fade-in\"\u003e\n        \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n        \u003cp class=\"description-text\"\u003e\n            A convergence of shadow, structure, and breath. \u003cstrong\u003eObsidian Ascension\u003c\/strong\u003e captures quiet power through fractured geometry and drifting smoke, suspended in gold. Crafted as a museum-grade abstract for commanding luxury interiors and discerning fine art collectors.\n        \u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Backstory Section --\u003e\n    \u003csection class=\"backstory-section\"\u003e\n        \u003cdiv class=\"backstory-content fade-in\"\u003e\n            \u003cdiv class=\"backstory-label\"\u003eThe Vision\u003c\/div\u003e\n            \u003cdiv class=\"backstory-text\"\u003e\n                \u003cp\u003eObsidian Ascension was created as a study of power without noise. Inspired by modern architecture, shadowed corridors, and the slow rise of ambition, the work explores how permanence and motion coexist.\u003c\/p\u003e\n                \u003cp\u003eThe smoke suggests transition; the gold structure remains unmoved. Together, they form a quiet monument to elevation.\u003c\/p\u003e\n                \u003cp\u003eDeep obsidian black grounds the work, while fractured architectural lines in luminous gold carve through the darkness with deliberate precision. Ethereal smoke drifts upward — soft, transient, and unresolved — creating tension between permanence and impermanence.\u003c\/p\u003e\n                \u003cp\u003eThe composition evokes ascent without declaration. It speaks to ambition, transformation, and control — qualities felt rather than announced.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Features Grid --\u003e\n    \u003csection class=\"features-section\"\u003e\n        \u003ch2 class=\"section-title fade-in\"\u003eMuseum-Grade Excellence\u003c\/h2\u003e\n        \u003cp class=\"section-subtitle fade-in\"\u003eCrafted for Collectors Who Understand Restraint as Sophistication\u003c\/p\u003e\n        \u003cdiv class=\"features-grid\"\u003e\n            \u003cdiv class=\"feature-card fade-in\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eLimited Edition\u003c\/h3\u003e\n                \u003cp class=\"feature-text\"\u003eEach print is hand-numbered within a strictly limited edition. No additional prints will ever be produced, ensuring lasting exclusivity and collectible value.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card fade-in\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eArchival Quality\u003c\/h3\u003e\n                \u003cp class=\"feature-text\"\u003eMuseum-grade archival pigment print with gold-leaf detailing on premium substrates. Engineered to maintain tonal depth and luminosity for over 100 years under proper display conditions.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card fade-in\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\n                        \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eInvestment Ready\u003c\/h3\u003e\n                \u003cp class=\"feature-text\"\u003eDramatic architectural abstracts maintain strong demand among collectors and design professionals. Includes Certificate of Authenticity and collector provenance for future resale value.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Edition Stats --\u003e\n    \u003csection class=\"stats-section\"\u003e\n        \u003cdiv class=\"stats-grid fade-in\"\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003cdiv class=\"stat-value\"\u003eLtd.\u003c\/div\u003e\n                \u003cdiv class=\"stat-label\"\u003eEdition Size\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003cdiv class=\"stat-value\"\u003e2026\u003c\/div\u003e\n                \u003cdiv class=\"stat-label\"\u003eYear of Release\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003cdiv class=\"stat-value\"\u003e100+\u003c\/div\u003e\n                \u003cdiv class=\"stat-label\"\u003eYear Archival Rating\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003cdiv class=\"stat-value\"\u003eCOA\u003c\/div\u003e\n                \u003cdiv class=\"stat-label\"\u003eAuthenticity Included\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Pairings Section --\u003e\n    \u003csection class=\"pairings-section\"\u003e\n        \u003ch2 class=\"section-title fade-in\"\u003eCurated Pairings\u003c\/h2\u003e\n        \u003cp class=\"section-subtitle fade-in\"\u003eArtworks That Share This Vision\u003c\/p\u003e\n        \u003cdiv class=\"pairings-grid\"\u003e\n            \u003cdiv class=\"pairing-card fade-in\"\u003e\n                \u003ch3 class=\"pairing-title\"\u003eVelvet Vice\u003c\/h3\u003e\n                \u003cp class=\"pairing-description\"\u003eBold restraint meets sensual mystery — a commanding figurative piece in deep obsidian and gold that echoes the architectural drama of Obsidian Ascension.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"pairing-card fade-in\"\u003e\n                \u003ch3 class=\"pairing-title\"\u003eSilver Reverie\u003c\/h3\u003e\n                \u003cp class=\"pairing-description\"\u003eEthereal elegance in silver and shadow — a contemplative companion piece that balances luminous restraint with atmospheric depth.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Collection CTA --\u003e\n    \u003csection class=\"collection-section fade-in\"\u003e\n        \u003cp class=\"collection-label\"\u003eExplore the Collection\u003c\/p\u003e\n        \u003ch2 class=\"collection-title\"\u003eGold Noir Luxe Collection\u003c\/h2\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/gold-noir-luxe-collection\" class=\"collection-link\"\u003eView Full Collection\u003c\/a\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Investment Section --\u003e\n    \u003csection class=\"investment-section\"\u003e\n        \u003cdiv class=\"investment-content fade-in\"\u003e\n            \u003ch2 class=\"section-title\"\u003eInvestment-Grade Art\u003c\/h2\u003e\n            \u003cp class=\"section-subtitle\"\u003ePositioned for Presence\u003c\/p\u003e\n            \u003cp class=\"investment-text\"\u003e\n                Obsidian Ascension is not ornamental art — it is architectural, intentional, and enduring. Gold leaf accents appear embedded within the structure, catching light subtly and shifting as the viewer moves through the space. This is art that commands authority while maintaining refined restraint.\n            \u003c\/p\u003e\n            \u003cp class=\"spaces-title\"\u003eDesigned For\u003c\/p\u003e\n            \u003cdiv class=\"spaces-list\"\u003e\n                \u003cspan\u003eExecutive Offices\u003c\/span\u003e\n                \u003cspan\u003ePenthouse Living Rooms\u003c\/span\u003e\n                \u003cspan\u003eBoutique Hotel Lobbies\u003c\/span\u003e\n                \u003cspan\u003ePrivate Collector Walls\u003c\/span\u003e\n                \u003cspan\u003eStatement Entryways\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Luxury Brands Strip --\u003e\n    \u003csection class=\"brands-section\"\u003e\n        \u003cp class=\"brands-label\"\u003eTrusted by the World's Finest Hospitality Brands\u003c\/p\u003e\n        \u003cdiv class=\"brands-list\"\u003e\n            Aman\u003cspan\u003e•\u003c\/span\u003eFour Seasons\u003cspan\u003e•\u003c\/span\u003eSt. Regis\u003cspan\u003e•\u003c\/span\u003eRitz-Carlton Reserve\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Final CTA --\u003e\n    \u003csection class=\"final-cta\"\u003e\n        \u003ch2 class=\"section-title\"\u003eBegin Your Collection\u003c\/h2\u003e\n        \u003cp class=\"tagline\"\u003eMoody · Elegant · Timeless\u003c\/p\u003e\n        \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Inquiry%3A%20Obsidian%20Ascension\" class=\"inquiry-button\"\u003eRequest Private Viewing\u003c\/a\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Footer --\u003e\n    \u003cfooter class=\"footer\"\u003e\n        \u003cdiv class=\"footer-logo\"\u003eKASIAN ART STUDIO\u003c\/div\u003e\n        \u003cdiv class=\"social-links\"\u003e\n            \u003ca href=\"https:\/\/www.instagram.com\/kasianartstudio\" target=\"_blank\" rel=\"noopener\"\u003eInstagram\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.pinterest.com\/kasianartstudio\" target=\"_blank\" rel=\"noopener\"\u003ePinterest\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.youtube.com\/@kasianartstudio\" target=\"_blank\" rel=\"noopener\"\u003eYouTube\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"copyright\"\u003e© 2026 Kasian Art Studio, L.L.C. All Rights Reserved.\u003c\/p\u003e\n    \u003c\/footer\u003e\n\n    \u003cscript\u003e\n        \/\/ Header scroll effect\n        const header = document.getElementById('header');\n        window.addEventListener('scroll', () =\u003e {\n            if (window.scrollY \u003e 100) {\n                header.classList.add('scrolled');\n            } else {\n                header.classList.remove('scrolled');\n            }\n        });\n\n        \/\/ Fade-in on scroll\n        const fadeElements = document.querySelectorAll('.fade-in');\n        \n        const observerOptions = {\n            root: null,\n            rootMargin: '0px',\n            threshold: 0.15\n        };\n\n        const observer = new IntersectionObserver((entries) =\u003e {\n            entries.forEach(entry =\u003e {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('visible');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, observerOptions);\n\n        fadeElements.forEach(element =\u003e {\n            observer.observe(element);\n        });\n\n        \/\/ Smooth scroll for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor =\u003e {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            });\n        });\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47458617196709,"sku":"3394588_16039","price":10764.45,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47458617229477,"sku":"3394588_16045","price":10764.45,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47458617262245,"sku":"3394588_15700","price":10764.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/7385BE3A-0F57-4E10-8E07-602A854C00CF.png?v=1769892166"},{"product_id":"nocturne-in-gold","title":"Nocturne in Gold — Limited Edition Abstract Canvas","description":"\u003cbody\u003e\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eNocturne in Gold | Black \u0026amp; Gold Luxury Abstract Art\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"Museum-grade black and gold abstract artwork with fluid movement and restrained metallic detail. Designed for luxury interiors and collectors.\"\u003e\n\n```\n\u003c!-- Fonts --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n    :root {\n        --bg-primary: #0a0a0a;\n        --bg-secondary: #111111;\n        --bg-tertiary: #1a1a1a;\n        --text-primary: #f5f5f5;\n        --text-secondary: #a0a0a0;\n        --text-muted: #666666;\n        --accent-gold: #c9a227;\n        --accent-gold-light: #d4b847;\n        --accent-gold-dark: #a68520;\n        --border-subtle: rgba(201, 162, 39, 0.15);\n        --border-medium: rgba(201, 162, 39, 0.3);\n    }\n\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    html {\n        scroll-behavior: smooth;\n    }\n\n    body {\n        font-family: 'Cormorant Garamond', Georgia, serif;\n        background-color: var(--bg-primary);\n        color: var(--text-primary);\n        line-height: 1.7;\n        overflow-x: hidden;\n    }\n\n    \/* Utility Classes *\/\n    .container {\n        max-width: 1400px;\n        margin: 0 auto;\n        padding: 0 5%;\n    }\n\n    .section-padding {\n        padding: 120px 0;\n    }\n\n    \/* Typography *\/\n    h1, h2, h3, h4 {\n        font-family: 'Playfair Display', Georgia, serif;\n        font-weight: 400;\n        letter-spacing: 0.02em;\n    }\n\n    \/* Header *\/\n    .header {\n        position: fixed;\n        top: 0;\n        left: 0;\n        right: 0;\n        z-index: 1000;\n        padding: 25px 5%;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        background: linear-gradient(to bottom, rgba(10, 10, 10, 0.95), transparent);\n        transition: background 0.4s ease, padding 0.4s ease;\n    }\n\n    .header.scrolled {\n        background: rgba(10, 10, 10, 0.98);\n        padding: 18px 5%;\n        backdrop-filter: blur(20px);\n    }\n\n    .logo {\n        font-family: 'Playfair Display', serif;\n        font-size: 1.3rem;\n        letter-spacing: 0.15em;\n        color: var(--text-primary);\n        text-decoration: none;\n        text-transform: uppercase;\n    }\n\n    .logo span {\n        color: var(--accent-gold);\n    }\n\n    .nav {\n        display: flex;\n        gap: 45px;\n    }\n\n    .nav a {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: 0.95rem;\n        letter-spacing: 0.12em;\n        text-transform: uppercase;\n        color: var(--text-secondary);\n        text-decoration: none;\n        transition: color 0.3s ease;\n        position: relative;\n    }\n\n    .nav a::after {\n        content: '';\n        position: absolute;\n        bottom: -5px;\n        left: 0;\n        width: 0;\n        height: 1px;\n        background: var(--accent-gold);\n        transition: width 0.3s ease;\n    }\n\n    .nav a:hover {\n        color: var(--accent-gold);\n    }\n\n    .nav a:hover::after {\n        width: 100%;\n    }\n\n    \/* Hero Section *\/\n    .hero {\n        min-height: 100vh;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        text-align: center;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .hero-bg {\n        position: absolute;\n        inset: 0;\n        background: \n            radial-gradient(ellipse 80% 50% at 50% 50%, rgba(201, 162, 39, 0.03) 0%, transparent 70%),\n            radial-gradient(ellipse 60% 80% at 20% 80%, rgba(201, 162, 39, 0.02) 0%, transparent 50%),\n            radial-gradient(ellipse 60% 80% at 80% 20%, rgba(201, 162, 39, 0.02) 0%, transparent 50%);\n        z-index: 0;\n    }\n\n    \/* Smoke wisps animation *\/\n    .smoke-container {\n        position: absolute;\n        inset: 0;\n        overflow: hidden;\n        z-index: 1;\n        opacity: 0.4;\n    }\n\n    .smoke {\n        position: absolute;\n        width: 300px;\n        height: 300px;\n        border-radius: 50%;\n        filter: blur(80px);\n        animation: smoke-drift 20s ease-in-out infinite;\n    }\n\n    .smoke-1 {\n        background: radial-gradient(circle, rgba(201, 162, 39, 0.15) 0%, transparent 70%);\n        top: 20%;\n        left: 10%;\n        animation-delay: 0s;\n    }\n\n    .smoke-2 {\n        background: radial-gradient(circle, rgba(201, 162, 39, 0.1) 0%, transparent 70%);\n        top: 60%;\n        right: 15%;\n        animation-delay: -7s;\n        width: 400px;\n        height: 400px;\n    }\n\n    .smoke-3 {\n        background: radial-gradient(circle, rgba(201, 162, 39, 0.08) 0%, transparent 70%);\n        bottom: 10%;\n        left: 40%;\n        animation-delay: -14s;\n        width: 350px;\n        height: 350px;\n    }\n\n    @keyframes smoke-drift {\n        0%, 100% {\n            transform: translate(0, 0) scale(1);\n            opacity: 0.3;\n        }\n        25% {\n            transform: translate(30px, -20px) scale(1.1);\n            opacity: 0.5;\n        }\n        50% {\n            transform: translate(-20px, 30px) scale(0.9);\n            opacity: 0.4;\n        }\n        75% {\n            transform: translate(20px, 20px) scale(1.05);\n            opacity: 0.35;\n        }\n    }\n\n    .hero-content {\n        position: relative;\n        z-index: 2;\n        padding: 0 20px;\n    }\n\n    .hero-edition {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: 0.85rem;\n        letter-spacing: 0.3em;\n        text-transform: uppercase;\n        color: var(--accent-gold);\n        margin-bottom: 30px;\n        opacity: 0;\n        animation: fadeInUp 1s ease forwards 0.3s;\n    }\n\n    .hero-title {\n        font-size: clamp(3rem, 8vw, 6.5rem);\n        font-weight: 400;\n        line-height: 1.1;\n        margin-bottom: 25px;\n        opacity: 0;\n        animation: fadeInUp 1s ease forwards 0.5s;\n    }\n\n    .hero-title span {\n        display: block;\n        color: var(--accent-gold);\n        font-style: italic;\n    }\n\n    .hero-tagline {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: 1.3rem;\n        letter-spacing: 0.25em;\n        text-transform: uppercase;\n        color: var(--text-secondary);\n        margin-bottom: 50px;\n        opacity: 0;\n        animation: fadeInUp 1s ease forwards 0.7s;\n    }\n\n    .hero-cta {\n        display: inline-block;\n        padding: 18px 50px;\n        border: 1px solid var(--accent-gold);\n        color: var(--accent-gold);\n        font-family: 'Cormorant Garamond', serif;\n        font-size: 0.9rem;\n        letter-spacing: 0.2em;\n        text-transform: uppercase;\n        text-decoration: none;\n        transition: all 0.4s ease;\n        opacity: 0;\n        animation: fadeInUp 1s ease forwards 0.9s;\n    }\n\n    .hero-cta:hover {\n        background: var(--accent-gold);\n        color: var(--bg-primary);\n    }\n\n    .scroll-indicator {\n        position: absolute;\n        bottom: 40px;\n        left: 50%;\n        transform: translateX(-50%);\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 10px;\n        opacity: 0;\n        animation: fadeIn 1s ease forwards 1.2s;\n    }\n\n    .scroll-indicator span {\n        font-size: 0.7rem;\n        letter-spacing: 0.2em;\n        text-transform: uppercase;\n        color: var(--text-muted);\n    }\n\n    .scroll-line {\n        width: 1px;\n        height: 60px;\n        background: linear-gradient(to bottom, var(--accent-gold), transparent);\n        animation: scrollPulse 2s ease-in-out infinite;\n    }\n\n    @keyframes scrollPulse {\n        0%, 100% { opacity: 0.3; height: 60px; }\n        50% { opacity: 1; height: 80px; }\n    }\n\n    @keyframes fadeInUp {\n        from {\n            opacity: 0;\n            transform: translateY(30px);\n        }\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n\n    @keyframes fadeIn {\n        from { opacity: 0; }\n        to { opacity: 1; }\n    }\n\n    \/* Video Section *\/\n    .video-section {\n        background: var(--bg-secondary);\n        padding: 100px 0;\n    }\n\n    .video-wrapper {\n        max-width: 1100px;\n        margin: 0 auto;\n        position: relative;\n    }\n\n    .video-frame {\n        position: relative;\n        padding-bottom: 56.25%;\n        height: 0;\n        overflow: hidden;\n        border: 1px solid var(--border-subtle);\n    }\n\n    .video-frame iframe {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n    }\n\n    .video-caption {\n        text-align: center;\n        margin-top: 30px;\n        font-size: 0.9rem;\n        letter-spacing: 0.15em;\n        text-transform: uppercase;\n        color: var(--text-muted);\n    }\n\n    \/* Description Section *\/\n    .description-section {\n        padding: 140px 0;\n    }\n\n    .description-content {\n        max-width: 800px;\n        margin: 0 auto;\n        text-align: center;\n    }\n\n    .section-divider {\n        width: 80px;\n        height: 1px;\n        background: linear-gradient(to right, transparent, var(--accent-gold), transparent);\n        margin: 0 auto 50px;\n    }\n\n    .description-text {\n        font-size: 1.4rem;\n        line-height: 1.9;\n        color: var(--text-secondary);\n    }\n\n    .description-text strong {\n        color: var(--text-primary);\n        font-weight: 500;\n    }\n\n    \/* Backstory Section *\/\n    .backstory-section {\n        background: var(--bg-secondary);\n        padding: 140px 0;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .backstory-section::before {\n        content: '\"';\n        position: absolute;\n        top: 60px;\n        left: 10%;\n        font-family: 'Playfair Display', serif;\n        font-size: 20rem;\n        color: rgba(201, 162, 39, 0.03);\n        line-height: 1;\n    }\n\n    .backstory-content {\n        max-width: 900px;\n        margin: 0 auto;\n        position: relative;\n        z-index: 1;\n    }\n\n    .backstory-label {\n        font-size: 0.8rem;\n        letter-spacing: 0.3em;\n        text-transform: uppercase;\n        color: var(--accent-gold);\n        margin-bottom: 40px;\n        text-align: center;\n    }\n\n    .backstory-text {\n        font-size: 1.5rem;\n        font-style: italic;\n        line-height: 2;\n        color: var(--text-secondary);\n        text-align: center;\n    }\n\n    \/* Features Grid *\/\n    .features-section {\n        padding: 140px 0;\n    }\n\n    .section-header {\n        text-align: center;\n        margin-bottom: 80px;\n    }\n\n    .section-header h2 {\n        font-size: 2.5rem;\n        margin-bottom: 20px;\n    }\n\n    .section-header p {\n        font-size: 1.1rem;\n        color: var(--text-secondary);\n        max-width: 600px;\n        margin: 0 auto;\n    }\n\n    .features-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 40px;\n    }\n\n    .feature-card {\n        padding: 50px 40px;\n        background: var(--bg-secondary);\n        border: 1px solid var(--border-subtle);\n        transition: all 0.4s ease;\n        text-align: center;\n    }\n\n    .feature-card:hover {\n        border-color: var(--border-medium);\n        transform: translateY(-5px);\n    }\n\n    .feature-icon {\n        width: 50px;\n        height: 50px;\n        margin: 0 auto 30px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .feature-icon svg {\n        width: 100%;\n        height: 100%;\n        stroke: var(--accent-gold);\n        fill: none;\n        stroke-width: 1;\n    }\n\n    .feature-card h3 {\n        font-size: 1.3rem;\n        margin-bottom: 15px;\n        color: var(--text-primary);\n    }\n\n    .feature-card p {\n        font-size: 1rem;\n        color: var(--text-secondary);\n        line-height: 1.7;\n    }\n\n    \/* Edition Stats *\/\n    .edition-section {\n        background: var(--bg-tertiary);\n        padding: 100px 0;\n    }\n\n    .edition-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 30px;\n        text-align: center;\n    }\n\n    .edition-stat {\n        padding: 40px 20px;\n        border-left: 1px solid var(--border-subtle);\n    }\n\n    .edition-stat:first-child {\n        border-left: none;\n    }\n\n    .stat-value {\n        font-family: 'Playfair Display', serif;\n        font-size: 3rem;\n        color: var(--accent-gold);\n        margin-bottom: 10px;\n    }\n\n    .stat-label {\n        font-size: 0.85rem;\n        letter-spacing: 0.2em;\n        text-transform: uppercase;\n        color: var(--text-muted);\n    }\n\n    \/* Pairings Section *\/\n    .pairings-section {\n        padding: 140px 0;\n    }\n\n    .pairings-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 40px;\n        max-width: 1000px;\n        margin: 0 auto;\n    }\n\n    .pairing-card {\n        padding: 50px;\n        background: var(--bg-secondary);\n        border: 1px solid var(--border-subtle);\n        transition: all 0.4s ease;\n    }\n\n    .pairing-card:hover {\n        border-color: var(--accent-gold);\n    }\n\n    .pairing-card h4 {\n        font-size: 1.4rem;\n        margin-bottom: 15px;\n        color: var(--text-primary);\n    }\n\n    .pairing-card p {\n        font-size: 1rem;\n        color: var(--text-secondary);\n        line-height: 1.7;\n    }\n\n    \/* Collection CTA *\/\n    .collection-section {\n        background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-tertiary) 100%);\n        padding: 120px 0;\n        text-align: center;\n    }\n\n    .collection-section h2 {\n        font-size: 2.5rem;\n        margin-bottom: 20px;\n    }\n\n    .collection-section p {\n        font-size: 1.1rem;\n        color: var(--text-secondary);\n        margin-bottom: 40px;\n        max-width: 600px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .collection-btn {\n        display: inline-block;\n        padding: 18px 50px;\n        background: var(--accent-gold);\n        color: var(--bg-primary);\n        font-family: 'Cormorant Garamond', serif;\n        font-size: 0.9rem;\n        letter-spacing: 0.2em;\n        text-transform: uppercase;\n        text-decoration: none;\n        transition: all 0.4s ease;\n    }\n\n    .collection-btn:hover {\n        background: var(--accent-gold-light);\n        transform: translateY(-2px);\n    }\n\n    \/* Investment Section *\/\n    .investment-section {\n        padding: 140px 0;\n    }\n\n    .investment-content {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 80px;\n        align-items: center;\n    }\n\n    .investment-text h2 {\n        font-size: 2.5rem;\n        margin-bottom: 30px;\n    }\n\n    .investment-text p {\n        font-size: 1.1rem;\n        color: var(--text-secondary);\n        margin-bottom: 20px;\n        line-height: 1.8;\n    }\n\n    .target-spaces {\n        margin-top: 40px;\n    }\n\n    .target-spaces h4 {\n        font-size: 0.85rem;\n        letter-spacing: 0.2em;\n        text-transform: uppercase;\n        color: var(--accent-gold);\n        margin-bottom: 20px;\n    }\n\n    .spaces-list {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n    }\n\n    .space-tag {\n        padding: 10px 20px;\n        border: 1px solid var(--border-subtle);\n        font-size: 0.9rem;\n        color: var(--text-secondary);\n        transition: all 0.3s ease;\n    }\n\n    .space-tag:hover {\n        border-color: var(--accent-gold);\n        color: var(--text-primary);\n    }\n\n    .investment-visual {\n        position: relative;\n    }\n\n    .investment-box {\n        padding: 60px;\n        background: var(--bg-secondary);\n        border: 1px solid var(--border-medium);\n        text-align: center;\n    }\n\n    .investment-box h3 {\n        font-size: 1.8rem;\n        margin-bottom: 20px;\n    }\n\n    .investment-box p {\n        font-size: 1rem;\n        color: var(--text-secondary);\n        margin-bottom: 30px;\n    }\n\n    .inquiry-btn {\n        display: inline-block;\n        padding: 15px 40px;\n        border: 1px solid var(--accent-gold);\n        color: var(--accent-gold);\n        font-family: 'Cormorant Garamond', serif;\n        font-size: 0.9rem;\n        letter-spacing: 0.15em;\n        text-transform: uppercase;\n        text-decoration: none;\n        transition: all 0.4s ease;\n    }\n\n    .inquiry-btn:hover {\n        background: var(--accent-gold);\n        color: var(--bg-primary);\n    }\n\n    \/* Brand Strip *\/\n    .brand-strip {\n        background: var(--bg-tertiary);\n        padding: 60px 0;\n        text-align: center;\n    }\n\n    .brand-label {\n        font-size: 0.75rem;\n        letter-spacing: 0.25em;\n        text-transform: uppercase;\n        color: var(--text-muted);\n        margin-bottom: 30px;\n    }\n\n    .brand-logos {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        gap: 60px;\n        flex-wrap: wrap;\n    }\n\n    .brand-name {\n        font-family: 'Playfair Display', serif;\n        font-size: 1.2rem;\n        color: var(--text-muted);\n        letter-spacing: 0.1em;\n        transition: color 0.3s ease;\n    }\n\n    .brand-name:hover {\n        color: var(--text-secondary);\n    }\n\n    \/* Final CTA *\/\n    .final-cta {\n        padding: 160px 0;\n        text-align: center;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .final-cta::before {\n        content: '';\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        transform: translate(-50%, -50%);\n        width: 600px;\n        height: 600px;\n        background: radial-gradient(circle, rgba(201, 162, 39, 0.05) 0%, transparent 70%);\n        border-radius: 50%;\n    }\n\n    .final-cta-content {\n        position: relative;\n        z-index: 1;\n    }\n\n    .final-cta h2 {\n        font-size: 3rem;\n        margin-bottom: 20px;\n    }\n\n    .final-cta p {\n        font-size: 1.2rem;\n        color: var(--text-secondary);\n        margin-bottom: 50px;\n        max-width: 600px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    \/* Footer *\/\n    .footer {\n        background: var(--bg-secondary);\n        padding: 80px 0 40px;\n    }\n\n    .footer-content {\n        display: grid;\n        grid-template-columns: 2fr 1fr 1fr;\n        gap: 60px;\n        margin-bottom: 60px;\n    }\n\n    .footer-brand h3 {\n        font-family: 'Playfair Display', serif;\n        font-size: 1.5rem;\n        letter-spacing: 0.1em;\n        margin-bottom: 20px;\n    }\n\n    .footer-brand h3 span {\n        color: var(--accent-gold);\n    }\n\n    .footer-brand p {\n        font-size: 1rem;\n        color: var(--text-secondary);\n        line-height: 1.7;\n        max-width: 400px;\n    }\n\n    .footer-links h4,\n    .footer-social h4 {\n        font-size: 0.85rem;\n        letter-spacing: 0.2em;\n        text-transform: uppercase;\n        color: var(--text-primary);\n        margin-bottom: 25px;\n    }\n\n    .footer-links ul {\n        list-style: none;\n    }\n\n    .footer-links li {\n        margin-bottom: 12px;\n    }\n\n    .footer-links a {\n        color: var(--text-secondary);\n        text-decoration: none;\n        font-size: 0.95rem;\n        transition: color 0.3s ease;\n    }\n\n    .footer-links a:hover {\n        color: var(--accent-gold);\n    }\n\n    .social-links {\n        display: flex;\n        gap: 20px;\n    }\n\n    .social-link {\n        width: 45px;\n        height: 45px;\n        border: 1px solid var(--border-subtle);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        transition: all 0.3s ease;\n    }\n\n    .social-link:hover {\n        border-color: var(--accent-gold);\n        background: var(--accent-gold);\n    }\n\n    .social-link:hover svg {\n        stroke: var(--bg-primary);\n    }\n\n    .social-link svg {\n        width: 18px;\n        height: 18px;\n        stroke: var(--text-secondary);\n        fill: none;\n        stroke-width: 2;\n    }\n\n    .footer-bottom {\n        padding-top: 40px;\n        border-top: 1px solid var(--border-subtle);\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n\n    .footer-bottom p {\n        font-size: 0.85rem;\n        color: var(--text-muted);\n    }\n\n    .footer-legal {\n        display: flex;\n        gap: 30px;\n    }\n\n    .footer-legal a {\n        font-size: 0.85rem;\n        color: var(--text-muted);\n        text-decoration: none;\n        transition: color 0.3s ease;\n    }\n\n    .footer-legal a:hover {\n        color: var(--accent-gold);\n    }\n\n    \/* Fade-in animation for scroll *\/\n    .fade-in {\n        opacity: 0;\n        transform: translateY(30px);\n        transition: opacity 0.8s ease, transform 0.8s ease;\n    }\n\n    .fade-in.visible {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 1024px) {\n        .features-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n\n        .edition-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n\n        .edition-stat {\n            border-left: none;\n            border-top: 1px solid var(--border-subtle);\n        }\n\n        .edition-stat:nth-child(-n+2) {\n            border-top: none;\n        }\n\n        .investment-content {\n            grid-template-columns: 1fr;\n            gap: 60px;\n        }\n\n        .footer-content {\n            grid-template-columns: 1fr 1fr;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .nav {\n            display: none;\n        }\n\n        .hero-title {\n            font-size: clamp(2.5rem, 10vw, 4rem);\n        }\n\n        .features-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .pairings-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .footer-content {\n            grid-template-columns: 1fr;\n            gap: 40px;\n        }\n\n        .footer-bottom {\n            flex-direction: column;\n            gap: 20px;\n            text-align: center;\n        }\n\n        .brand-logos {\n            gap: 30px;\n        }\n    }\n\n    \/* Mobile menu icon placeholder *\/\n    .mobile-menu {\n        display: none;\n        cursor: pointer;\n    }\n\n    @media (max-width: 768px) {\n        .mobile-menu {\n            display: block;\n        }\n    }\n\n    .menu-icon {\n        width: 24px;\n        height: 2px;\n        background: var(--text-primary);\n        position: relative;\n    }\n\n    .menu-icon::before,\n    .menu-icon::after {\n        content: '';\n        position: absolute;\n        width: 24px;\n        height: 2px;\n        background: var(--text-primary);\n        left: 0;\n    }\n\n    .menu-icon::before {\n        top: -8px;\n    }\n\n    .menu-icon::after {\n        bottom: -8px;\n    }\n\u003c\/style\u003e\n```\n\n\n\n    \u003c!-- Header --\u003e\n    \u003cheader class=\"header\" id=\"header\"\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\" class=\"logo\"\u003eKasian \u003cspan\u003eArt\u003c\/span\u003e Studio\u003c\/a\u003e\n        \u003cnav class=\"nav\"\u003e\n            \u003ca href=\"#video\"\u003eExperience\u003c\/a\u003e\n            \u003ca href=\"#features\"\u003eDetails\u003c\/a\u003e\n            \u003ca href=\"#collection\"\u003eCollection\u003c\/a\u003e\n            \u003ca href=\"#inquiry\"\u003eInquire\u003c\/a\u003e\n        \u003c\/nav\u003e\n        \u003cdiv class=\"mobile-menu\"\u003e\n            \u003cdiv class=\"menu-icon\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/header\u003e\n\n```\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"hero-bg\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"smoke-container\"\u003e\n        \u003cdiv class=\"smoke smoke-1\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"smoke smoke-2\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"smoke smoke-3\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n        \u003cp class=\"hero-edition\"\u003eLimited Edition — Hand-Numbered\u003c\/p\u003e\n        \u003ch1 class=\"hero-title\"\u003eNocturne \u003cspan\u003ein Gold\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp class=\"hero-tagline\"\u003eMoody • Elegant • Timeless\u003c\/p\u003e\n        \u003ca href=\"#inquiry\" class=\"hero-cta\"\u003eInquire About This Piece\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"scroll-indicator\"\u003e\n        \u003cspan\u003eDiscover\u003c\/span\u003e\n        \u003cdiv class=\"scroll-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Video Section --\u003e\n\u003csection class=\"video-section\" id=\"video\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"video-wrapper fade-in\"\u003e\n            \u003cdiv class=\"video-frame\"\u003e\n                \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/oqz8qDE9u48?rel=0\u0026amp;modestbranding=1\" title=\"Nocturne in Gold — Kasian Art Studio\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\n                \u003c\/iframe\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"video-caption\"\u003eExperience the Artwork in Motion\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Description Section --\u003e\n\u003csection class=\"description-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"description-content fade-in\"\u003e\n            \u003cdiv class=\"section-divider\"\u003e\u003c\/div\u003e\n            \u003cp class=\"description-text\"\u003e\n                A slow collision of shadow and light. \u003cstrong\u003eNocturne in Gold\u003c\/strong\u003e moves with restraint, \n                carrying depth, atmosphere, and quiet opulence through layered black, smoke, and gold. \n                Deep charcoal and softened obsidian tones unfold in fluid motion, while veins of metallic \n                gold drift across the surface like distant constellations — \u003cstrong\u003eintentional, restrained, \n                and never excessive.\u003c\/strong\u003e\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Backstory Section --\u003e\n\u003csection class=\"backstory-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"backstory-content fade-in\"\u003e\n            \u003cp class=\"backstory-label\"\u003eThe Cinematic Backstory\u003c\/p\u003e\n            \u003cp class=\"backstory-text\"\u003e\n                Nocturne in Gold was conceived as a visual meditation on evening — where form dissolves, \n                edges soften, and light becomes selective. Inspired by shadowed architecture and the quiet \n                energy of night, the piece reflects a moment when restraint becomes the highest form of expression.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Features Section --\u003e\n\u003csection class=\"features-section\" id=\"features\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"section-header fade-in\"\u003e\n            \u003ch2\u003eMuseum-Grade Excellence\u003c\/h2\u003e\n            \u003cp\u003eEvery detail considered. Every material chosen for permanence.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"features-grid\"\u003e\n            \u003cdiv class=\"feature-card fade-in\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 50 50\"\u003e\n                        \u003ccircle cx=\"25\" cy=\"25\" r=\"20\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M25 15 L25 35 M15 25 L35 25\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003ch3\u003eLimited Edition\u003c\/h3\u003e\n                \u003cp\u003eEach print is hand-numbered from a strictly limited edition. No additional editions will ever be produced beyond the stated release, ensuring true exclusivity for collectors.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card fade-in\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 50 50\"\u003e\n                        \u003crect x=\"10\" y=\"10\" width=\"30\" height=\"30\" rx=\"2\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M18 25 L22 29 L32 19\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003ch3\u003eArchival Quality\u003c\/h3\u003e\n                \u003cp\u003ePrinted with archival pigment inks and metallic gold detailing on premium substrates rated for long-term display. Museum-grade, non-reflective finish ensures tonal integrity for generations.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card fade-in\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 50 50\"\u003e\n                        \u003cpolygon points=\"25,5 30,20 45,20 33,30 38,45 25,35 12,45 17,30 5,20 20,20\"\u003e\u003c\/polygon\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003ch3\u003eInvestment Ready\u003c\/h3\u003e\n                \u003cp\u003eDramatic black and gold abstracts maintain strong demand in the collector market. Each work includes a Certificate of Authenticity and collector provenance documentation.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Edition Stats --\u003e\n\u003csection class=\"edition-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"edition-grid fade-in\"\u003e\n            \u003cdiv class=\"edition-stat\"\u003e\n                \u003cdiv class=\"stat-value\"\u003eLimited\u003c\/div\u003e\n                \u003cdiv class=\"stat-label\"\u003eEdition Size\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"edition-stat\"\u003e\n                \u003cdiv class=\"stat-value\"\u003e2026\u003c\/div\u003e\n                \u003cdiv class=\"stat-label\"\u003eYear of Release\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"edition-stat\"\u003e\n                \u003cdiv class=\"stat-value\"\u003e100+\u003c\/div\u003e\n                \u003cdiv class=\"stat-label\"\u003eYears Archival\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"edition-stat\"\u003e\n                \u003cdiv class=\"stat-value\"\u003eCOA\u003c\/div\u003e\n                \u003cdiv class=\"stat-label\"\u003eIncluded\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Pairings Section --\u003e\n\u003csection class=\"pairings-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"section-header fade-in\"\u003e\n            \u003ch2\u003eCurated Pairings\u003c\/h2\u003e\n            \u003cp\u003eComplementary works for collectors seeking cohesive curation.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pairings-grid\"\u003e\n            \u003cdiv class=\"pairing-card fade-in\"\u003e\n                \u003ch4\u003eDark Stone Interiors\u003c\/h4\u003e\n                \u003cp\u003ePairs magnificently with dark stone, matte black, and charcoal interiors. The gold accents catch ambient light against deep surfaces, creating visual dialogue between artwork and architecture.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"pairing-card fade-in\"\u003e\n                \u003ch4\u003eMetallic Finishes\u003c\/h4\u003e\n                \u003cp\u003eHarmonizes with brass, aged gold, and smoked metal finishes. The restrained metallics in the composition echo sophisticated hardware and lighting choices.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Collection CTA --\u003e\n\u003csection class=\"collection-section\" id=\"collection\"\u003e\n    \u003cdiv class=\"container fade-in\"\u003e\n        \u003ch2\u003eExplore the Collection\u003c\/h2\u003e\n        \u003cp\u003eDiscover more works from the Gold Noir Luxe Collection — curated for mood, restraint, and architectural elegance.\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/gold-noir-luxe-collection\" class=\"collection-btn\" target=\"_blank\"\u003eView Full Collection\u003c\/a\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Investment Section --\u003e\n\u003csection class=\"investment-section\" id=\"inquiry\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"investment-content\"\u003e\n            \u003cdiv class=\"investment-text fade-in\"\u003e\n                \u003ch2\u003eArt as Investment\u003c\/h2\u003e\n                \u003cp\u003eNocturne in Gold is designed to anchor a room — not by volume, but by gravity. This is a work that rewards close viewing and changes subtly with light, making it a living presence rather than a static object.\u003c\/p\u003e\n                \u003cp\u003eCreated for refined interiors that favor mood over ornament, it integrates seamlessly into spaces designed for those who understand restraint as sophistication.\u003c\/p\u003e\n                \u003cdiv class=\"target-spaces\"\u003e\n                    \u003ch4\u003eIdeal Placement\u003c\/h4\u003e\n                    \u003cdiv class=\"spaces-list\"\u003e\n                        \u003cspan class=\"space-tag\"\u003eLuxury Residences\u003c\/span\u003e\n                        \u003cspan class=\"space-tag\"\u003ePenthouses\u003c\/span\u003e\n                        \u003cspan class=\"space-tag\"\u003eBoutique Hotels\u003c\/span\u003e\n                        \u003cspan class=\"space-tag\"\u003eExecutive Lounges\u003c\/span\u003e\n                        \u003cspan class=\"space-tag\"\u003eStatement Corridors\u003c\/span\u003e\n                        \u003cspan class=\"space-tag\"\u003eGallery Spaces\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"investment-visual fade-in\"\u003e\n                \u003cdiv class=\"investment-box\"\u003e\n                    \u003ch3\u003ePrivate Inquiry\u003c\/h3\u003e\n                    \u003cp\u003eFor pricing, availability, and acquisition details, please reach out directly.\u003c\/p\u003e\n                    \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Inquiry:%20Nocturne%20in%20Gold\" class=\"inquiry-btn\"\u003eContact the Studio\u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Brand Strip --\u003e\n\u003csection class=\"brand-strip\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cp class=\"brand-label\"\u003eTrusted by Discerning Collectors \u0026amp; Luxury Brands\u003c\/p\u003e\n        \u003cdiv class=\"brand-logos\"\u003e\n            \u003cspan class=\"brand-name\"\u003eAman\u003c\/span\u003e\n            \u003cspan class=\"brand-name\"\u003eFour Seasons\u003c\/span\u003e\n            \u003cspan class=\"brand-name\"\u003eSt. Regis\u003c\/span\u003e\n            \u003cspan class=\"brand-name\"\u003eRitz-Carlton Reserve\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Final CTA --\u003e\n\u003csection class=\"final-cta\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"final-cta-content fade-in\"\u003e\n            \u003ch2\u003eDarkness, Refined\u003c\/h2\u003e\n            \u003cp\u003eSome works don't demand attention — they hold it. Nocturne in Gold moves slowly through shadow and light, designed for interiors that understand the power of quiet presence.\u003c\/p\u003e\n            \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Inquiry:%20Nocturne%20in%20Gold\" class=\"hero-cta\"\u003eBegin Your Inquiry\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Footer --\u003e\n\u003cfooter class=\"footer\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"footer-content\"\u003e\n            \u003cdiv class=\"footer-brand\"\u003e\n                \u003ch3\u003eKasian \u003cspan\u003eArt\u003c\/span\u003e Studio\u003c\/h3\u003e\n                \u003cp\u003eMuseum-grade limited edition artwork for luxury interiors and discerning collectors. Each piece designed for mood, restraint, and architectural elegance.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"footer-links\"\u003e\n                \u003ch4\u003eExplore\u003c\/h4\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/all\"\u003eAll Collections\u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/gold-noir-luxe-collection\"\u003eGold Noir Luxe\u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/about\"\u003eAbout the Artist\u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/contact\"\u003eContact\u003c\/a\u003e\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"footer-social\"\u003e\n                \u003ch4\u003eConnect\u003c\/h4\u003e\n                \u003cdiv class=\"social-links\"\u003e\n                    \u003ca href=\"https:\/\/www.instagram.com\/kasianartstudio\" class=\"social-link\" target=\"_blank\" aria-label=\"Instagram\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\"\u003e\n                            \u003crect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\"\u003e\u003c\/rect\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"17.5\" cy=\"6.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/a\u003e\n                    \u003ca href=\"https:\/\/www.pinterest.com\/kasianartstudio\" class=\"social-link\" target=\"_blank\" aria-label=\"Pinterest\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 6c-3.3 0-6 2.7-6 6 0 2.4 1.4 4.5 3.5 5.5-.1-.4-.1-1.1 0-1.6l.8-3.5s-.2-.4-.2-1c0-1 .6-1.7 1.3-1.7.6 0 .9.5.9 1 0 .6-.4 1.5-.6 2.4-.2.7.3 1.3 1 1.3 1.2 0 2.2-1.3 2.2-3.2 0-1.7-1.2-2.8-2.9-2.8-2 0-3.1 1.5-3.1 3 0 .6.2 1.2.5 1.6.1.1.1.1 0 .3l-.2.7c0 .2-.1.2-.3.1-.9-.4-1.4-1.7-1.4-2.7 0-2.2 1.6-4.3 4.7-4.3 2.5 0 4.4 1.8 4.4 4.1 0 2.5-1.5 4.4-3.7 4.4-.7 0-1.4-.4-1.6-.8l-.5 1.8c-.2.6-.6 1.4-.9 1.8.7.2 1.4.3 2.2.3 3.3 0 6-2.7 6-6s-2.7-6-6-6z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/a\u003e\n                    \u003ca href=\"https:\/\/www.youtube.com\/@kasianartstudio\" class=\"social-link\" target=\"_blank\" aria-label=\"YouTube\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M22.5 6.4c-.3-1-1-1.8-2-2.1C18.9 4 12 4 12 4s-6.9 0-8.5.3c-1 .3-1.8 1.1-2 2.1C1 8 1 12 1 12s0 4 .5 5.6c.3 1 1 1.8 2 2.1 1.6.3 8.5.3 8.5.3s6.9 0 8.5-.3c1-.3 1.8-1.1 2-2.1.5-1.6.5-5.6.5-5.6s0-4-.5-5.6z\"\u003e\u003c\/path\u003e\n                            \u003cpolygon points=\"10,15 15,12 10,9\" fill=\"var(--bg-primary)\"\u003e\u003c\/polygon\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"footer-bottom\"\u003e\n            \u003cp\u003e© 2026 Kasian Art Studio, L.L.C. All rights reserved.\u003c\/p\u003e\n            \u003cdiv class=\"footer-legal\"\u003e\n                \u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/privacy-policy\"\u003ePrivacy Policy\u003c\/a\u003e\n                \u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/terms-of-service\"\u003eTerms of Service\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/footer\u003e\n\n\u003cscript\u003e\n    \/\/ Header scroll effect\n    const header = document.getElementById('header');\n    window.addEventListener('scroll', () =\u003e {\n        if (window.scrollY \u003e 100) {\n            header.classList.add('scrolled');\n        } else {\n            header.classList.remove('scrolled');\n        }\n    });\n\n    \/\/ Smooth scroll for anchor links\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor =\u003e {\n        anchor.addEventListener('click', function(e) {\n            e.preventDefault();\n            const target = document.querySelector(this.getAttribute('href'));\n            if (target) {\n                target.scrollIntoView({\n                    behavior: 'smooth',\n                    block: 'start'\n                });\n            }\n        });\n    });\n\n    \/\/ Fade-in on scroll\n    const fadeElements = document.querySelectorAll('.fade-in');\n    \n    const observerOptions = {\n        root: null,\n        rootMargin: '0px',\n        threshold: 0.1\n    };\n\n    const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n            if (entry.isIntersecting) {\n                entry.target.classList.add('visible');\n                observer.unobserve(entry.target);\n            }\n        });\n    }, observerOptions);\n\n    fadeElements.forEach(el =\u003e observer.observe(el));\n\u003c\/script\u003e\n```\n\n\n\u003c\/body\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47458638168229,"sku":"9560291_16039","price":10674.45,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47458638200997,"sku":"9560291_16045","price":10674.45,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47458638233765,"sku":"9560291_15700","price":10674.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/582905F5-6AD6-4196-85D6-DB4F132897A1.png?v=1769893198"},{"product_id":"veins-of-silence","title":"Veins of Silence — Limited Edition Black \u0026 Gold Abstract","description":"\u003cbody\u003e\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eVeins of Silence | Black \u0026amp; Gold Luxury Abstract Art\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"Museum-grade black and gold abstract artwork with fluid smoke-like movement and restrained metallic detail. Designed for luxury interiors and collectors.\"\u003e\n\n```\n\u003c!-- Fonts --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400\u0026amp;family=Montserrat:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n    :root {\n        --bg-primary: #0a0a0a;\n        --bg-secondary: #111111;\n        --bg-tertiary: #1a1a1a;\n        --text-primary: #f5f5f5;\n        --text-secondary: #a0a0a0;\n        --text-muted: #666666;\n        --accent: #c9a227;\n        --accent-light: #d4b84a;\n        --accent-dark: #a68520;\n        --divider: rgba(201, 162, 39, 0.2);\n        --serif: 'Cormorant Garamond', Georgia, serif;\n        --serif-display: 'Playfair Display', Georgia, serif;\n        --sans: 'Montserrat', sans-serif;\n    }\n\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    html {\n        scroll-behavior: smooth;\n    }\n\n    body {\n        font-family: var(--serif);\n        background-color: var(--bg-primary);\n        color: var(--text-primary);\n        line-height: 1.7;\n        overflow-x: hidden;\n    }\n\n    \/* Scrollbar *\/\n    ::-webkit-scrollbar {\n        width: 8px;\n    }\n\n    ::-webkit-scrollbar-track {\n        background: var(--bg-primary);\n    }\n\n    ::-webkit-scrollbar-thumb {\n        background: var(--accent-dark);\n        border-radius: 4px;\n    }\n\n    ::-webkit-scrollbar-thumb:hover {\n        background: var(--accent);\n    }\n\n    \/* Header *\/\n    .header {\n        position: fixed;\n        top: 0;\n        left: 0;\n        right: 0;\n        z-index: 1000;\n        padding: 1.5rem 4rem;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        background: linear-gradient(to bottom, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0) 100%);\n        transition: all 0.4s ease;\n    }\n\n    .header.scrolled {\n        background: rgba(10,10,10,0.98);\n        padding: 1rem 4rem;\n        backdrop-filter: blur(10px);\n    }\n\n    .logo {\n        font-family: var(--serif-display);\n        font-size: 1.4rem;\n        font-weight: 400;\n        letter-spacing: 0.15em;\n        color: var(--text-primary);\n        text-decoration: none;\n        text-transform: uppercase;\n    }\n\n    .logo span {\n        color: var(--accent);\n    }\n\n    .nav {\n        display: flex;\n        gap: 3rem;\n        align-items: center;\n    }\n\n    .nav a {\n        font-family: var(--sans);\n        font-size: 0.75rem;\n        font-weight: 400;\n        letter-spacing: 0.15em;\n        color: var(--text-secondary);\n        text-decoration: none;\n        text-transform: uppercase;\n        transition: color 0.3s ease;\n    }\n\n    .nav a:hover {\n        color: var(--accent);\n    }\n\n    .nav-cta {\n        padding: 0.75rem 1.5rem;\n        border: 1px solid var(--accent);\n        color: var(--accent) !important;\n        transition: all 0.3s ease !important;\n    }\n\n    .nav-cta:hover {\n        background: var(--accent);\n        color: var(--bg-primary) !important;\n    }\n\n    \/* Hero Section *\/\n    .hero {\n        min-height: 100vh;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        text-align: center;\n        padding: 8rem 2rem 4rem;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .hero::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: \n            radial-gradient(ellipse at 30% 20%, rgba(201, 162, 39, 0.03) 0%, transparent 50%),\n            radial-gradient(ellipse at 70% 80%, rgba(201, 162, 39, 0.02) 0%, transparent 50%);\n        pointer-events: none;\n    }\n\n    \/* Smoke Animation *\/\n    .smoke-container {\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        overflow: hidden;\n        pointer-events: none;\n    }\n\n    .smoke {\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        background: \n            radial-gradient(ellipse at 20% 50%, rgba(201, 162, 39, 0.015) 0%, transparent 40%),\n            radial-gradient(ellipse at 80% 30%, rgba(255, 255, 255, 0.01) 0%, transparent 35%),\n            radial-gradient(ellipse at 50% 70%, rgba(201, 162, 39, 0.01) 0%, transparent 45%);\n        animation: smokeFloat 20s ease-in-out infinite;\n    }\n\n    .smoke:nth-child(2) {\n        animation-delay: -7s;\n        opacity: 0.7;\n    }\n\n    .smoke:nth-child(3) {\n        animation-delay: -14s;\n        opacity: 0.5;\n    }\n\n    @keyframes smokeFloat {\n        0%, 100% {\n            transform: translate(0, 0) scale(1);\n        }\n        33% {\n            transform: translate(30px, -20px) scale(1.1);\n        }\n        66% {\n            transform: translate(-20px, 10px) scale(0.95);\n        }\n    }\n\n    \/* Gold Vein Animation *\/\n    .vein-lines {\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        overflow: hidden;\n        pointer-events: none;\n    }\n\n    .vein {\n        position: absolute;\n        height: 1px;\n        background: linear-gradient(90deg, \n            transparent 0%, \n            rgba(201, 162, 39, 0.3) 20%, \n            rgba(201, 162, 39, 0.5) 50%, \n            rgba(201, 162, 39, 0.3) 80%, \n            transparent 100%);\n        animation: veinPulse 8s ease-in-out infinite;\n    }\n\n    .vein:nth-child(1) {\n        top: 25%;\n        left: 5%;\n        width: 30%;\n        transform: rotate(-5deg);\n        animation-delay: 0s;\n    }\n\n    .vein:nth-child(2) {\n        top: 45%;\n        right: 10%;\n        width: 25%;\n        transform: rotate(3deg);\n        animation-delay: -2s;\n    }\n\n    .vein:nth-child(3) {\n        bottom: 30%;\n        left: 15%;\n        width: 20%;\n        transform: rotate(-2deg);\n        animation-delay: -4s;\n    }\n\n    .vein:nth-child(4) {\n        top: 60%;\n        right: 5%;\n        width: 15%;\n        transform: rotate(8deg);\n        animation-delay: -6s;\n    }\n\n    @keyframes veinPulse {\n        0%, 100% {\n            opacity: 0;\n            transform: scaleX(0.5);\n        }\n        50% {\n            opacity: 1;\n            transform: scaleX(1);\n        }\n    }\n\n    .hero-content {\n        position: relative;\n        z-index: 2;\n        max-width: 900px;\n    }\n\n    .edition-badge {\n        display: inline-block;\n        font-family: var(--sans);\n        font-size: 0.7rem;\n        font-weight: 500;\n        letter-spacing: 0.3em;\n        color: var(--accent);\n        text-transform: uppercase;\n        margin-bottom: 2rem;\n        padding: 0.5rem 1.5rem;\n        border: 1px solid var(--divider);\n        opacity: 0;\n        animation: fadeInUp 1s ease forwards 0.3s;\n    }\n\n    .hero-title {\n        font-family: var(--serif-display);\n        font-size: clamp(3rem, 8vw, 6rem);\n        font-weight: 400;\n        letter-spacing: 0.05em;\n        line-height: 1.1;\n        margin-bottom: 1.5rem;\n        opacity: 0;\n        animation: fadeInUp 1s ease forwards 0.5s;\n    }\n\n    .hero-title span {\n        display: block;\n        font-style: italic;\n        color: var(--accent);\n    }\n\n    .hero-tagline {\n        font-family: var(--sans);\n        font-size: 0.8rem;\n        font-weight: 300;\n        letter-spacing: 0.4em;\n        color: var(--text-secondary);\n        text-transform: uppercase;\n        margin-bottom: 2.5rem;\n        opacity: 0;\n        animation: fadeInUp 1s ease forwards 0.7s;\n    }\n\n    .hero-description {\n        font-family: var(--serif);\n        font-size: 1.25rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n        max-width: 600px;\n        margin: 0 auto 3rem;\n        opacity: 0;\n        animation: fadeInUp 1s ease forwards 0.9s;\n    }\n\n    .hero-cta {\n        display: inline-flex;\n        align-items: center;\n        gap: 1rem;\n        font-family: var(--sans);\n        font-size: 0.75rem;\n        font-weight: 500;\n        letter-spacing: 0.2em;\n        text-transform: uppercase;\n        color: var(--bg-primary);\n        background: var(--accent);\n        padding: 1.25rem 3rem;\n        text-decoration: none;\n        transition: all 0.4s ease;\n        opacity: 0;\n        animation: fadeInUp 1s ease forwards 1.1s;\n    }\n\n    .hero-cta:hover {\n        background: var(--accent-light);\n        transform: translateY(-2px);\n        box-shadow: 0 10px 40px rgba(201, 162, 39, 0.3);\n    }\n\n    .hero-cta svg {\n        width: 16px;\n        height: 16px;\n        transition: transform 0.3s ease;\n    }\n\n    .hero-cta:hover svg {\n        transform: translateX(4px);\n    }\n\n    .scroll-indicator {\n        position: absolute;\n        bottom: 3rem;\n        left: 50%;\n        transform: translateX(-50%);\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 0.5rem;\n        opacity: 0;\n        animation: fadeIn 1s ease forwards 1.5s;\n    }\n\n    .scroll-indicator span {\n        font-family: var(--sans);\n        font-size: 0.65rem;\n        letter-spacing: 0.2em;\n        color: var(--text-muted);\n        text-transform: uppercase;\n    }\n\n    .scroll-line {\n        width: 1px;\n        height: 60px;\n        background: linear-gradient(to bottom, var(--accent), transparent);\n        animation: scrollPulse 2s ease-in-out infinite;\n    }\n\n    @keyframes scrollPulse {\n        0%, 100% {\n            transform: scaleY(1);\n            opacity: 1;\n        }\n        50% {\n            transform: scaleY(0.5);\n            opacity: 0.5;\n        }\n    }\n\n    @keyframes fadeInUp {\n        from {\n            opacity: 0;\n            transform: translateY(30px);\n        }\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n\n    @keyframes fadeIn {\n        from { opacity: 0; }\n        to { opacity: 1; }\n    }\n\n    \/* Video Section *\/\n    .video-section {\n        padding: 6rem 2rem;\n        background: var(--bg-secondary);\n    }\n\n    .video-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        position: relative;\n    }\n\n    .video-wrapper {\n        position: relative;\n        padding-bottom: 56.25%;\n        height: 0;\n        overflow: hidden;\n        border: 1px solid var(--divider);\n    }\n\n    .video-wrapper iframe {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n    }\n\n    .video-caption {\n        text-align: center;\n        margin-top: 2rem;\n        font-family: var(--sans);\n        font-size: 0.75rem;\n        letter-spacing: 0.2em;\n        color: var(--text-muted);\n        text-transform: uppercase;\n    }\n\n    \/* Description Section *\/\n    .description-section {\n        padding: 8rem 2rem;\n        position: relative;\n    }\n\n    .section-container {\n        max-width: 900px;\n        margin: 0 auto;\n    }\n\n    .divider {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        gap: 2rem;\n        margin-bottom: 4rem;\n    }\n\n    .divider-line {\n        flex: 1;\n        height: 1px;\n        background: linear-gradient(to right, transparent, var(--divider), transparent);\n    }\n\n    .divider-icon {\n        color: var(--accent);\n        font-size: 1.5rem;\n    }\n\n    .description-text {\n        font-family: var(--serif);\n        font-size: 1.35rem;\n        font-weight: 300;\n        line-height: 2;\n        color: var(--text-secondary);\n        text-align: center;\n    }\n\n    .description-text strong {\n        color: var(--text-primary);\n        font-weight: 400;\n    }\n\n    \/* Backstory Section *\/\n    .backstory-section {\n        padding: 8rem 2rem;\n        background: var(--bg-secondary);\n        position: relative;\n    }\n\n    .backstory-section::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: \n            radial-gradient(ellipse at 0% 50%, rgba(201, 162, 39, 0.02) 0%, transparent 50%);\n        pointer-events: none;\n    }\n\n    .backstory-container {\n        max-width: 800px;\n        margin: 0 auto;\n        position: relative;\n        z-index: 1;\n    }\n\n    .section-label {\n        font-family: var(--sans);\n        font-size: 0.7rem;\n        font-weight: 500;\n        letter-spacing: 0.3em;\n        color: var(--accent);\n        text-transform: uppercase;\n        text-align: center;\n        margin-bottom: 1rem;\n    }\n\n    .section-title {\n        font-family: var(--serif-display);\n        font-size: clamp(2rem, 4vw, 3rem);\n        font-weight: 400;\n        text-align: center;\n        margin-bottom: 3rem;\n    }\n\n    .backstory-text {\n        font-family: var(--serif);\n        font-size: 1.2rem;\n        font-weight: 300;\n        line-height: 2;\n        color: var(--text-secondary);\n        text-align: center;\n    }\n\n    .backstory-text em {\n        color: var(--accent);\n        font-style: italic;\n    }\n\n    \/* Features Grid *\/\n    .features-section {\n        padding: 8rem 2rem;\n    }\n\n    .features-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 3rem;\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n\n    .feature-card {\n        text-align: center;\n        padding: 3rem 2rem;\n        background: var(--bg-secondary);\n        border: 1px solid var(--divider);\n        transition: all 0.4s ease;\n    }\n\n    .feature-card:hover {\n        border-color: var(--accent);\n        transform: translateY(-5px);\n    }\n\n    .feature-icon {\n        width: 48px;\n        height: 48px;\n        margin: 0 auto 1.5rem;\n        color: var(--accent);\n    }\n\n    .feature-title {\n        font-family: var(--serif-display);\n        font-size: 1.3rem;\n        font-weight: 400;\n        margin-bottom: 1rem;\n    }\n\n    .feature-description {\n        font-family: var(--serif);\n        font-size: 1rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n        line-height: 1.8;\n    }\n\n    \/* Edition Stats *\/\n    .stats-section {\n        padding: 6rem 2rem;\n        background: var(--bg-secondary);\n    }\n\n    .stats-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 2rem;\n        max-width: 1000px;\n        margin: 0 auto;\n    }\n\n    .stat-item {\n        text-align: center;\n        padding: 2rem;\n        border-left: 1px solid var(--divider);\n    }\n\n    .stat-item:first-child {\n        border-left: none;\n    }\n\n    .stat-value {\n        font-family: var(--serif-display);\n        font-size: 2.5rem;\n        font-weight: 400;\n        color: var(--accent);\n        margin-bottom: 0.5rem;\n    }\n\n    .stat-label {\n        font-family: var(--sans);\n        font-size: 0.7rem;\n        font-weight: 400;\n        letter-spacing: 0.2em;\n        color: var(--text-secondary);\n        text-transform: uppercase;\n    }\n\n    \/* Pairings Section *\/\n    .pairings-section {\n        padding: 8rem 2rem;\n    }\n\n    .pairings-container {\n        max-width: 1000px;\n        margin: 0 auto;\n        text-align: center;\n    }\n\n    .pairings-intro {\n        font-family: var(--serif);\n        font-size: 1.15rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n        margin-bottom: 3rem;\n        max-width: 600px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .pairings-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 2rem;\n        margin-bottom: 3rem;\n    }\n\n    .pairing-card {\n        padding: 2rem;\n        background: var(--bg-secondary);\n        border: 1px solid var(--divider);\n        text-align: left;\n        transition: all 0.3s ease;\n    }\n\n    .pairing-card:hover {\n        border-color: var(--accent);\n    }\n\n    .pairing-title {\n        font-family: var(--serif-display);\n        font-size: 1.2rem;\n        font-weight: 400;\n        margin-bottom: 0.5rem;\n    }\n\n    .pairing-description {\n        font-family: var(--serif);\n        font-size: 0.95rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n    }\n\n    \/* Collection CTA *\/\n    .collection-section {\n        padding: 8rem 2rem;\n        background: var(--bg-secondary);\n        text-align: center;\n    }\n\n    .collection-container {\n        max-width: 700px;\n        margin: 0 auto;\n    }\n\n    .collection-link {\n        display: inline-flex;\n        align-items: center;\n        gap: 1rem;\n        font-family: var(--sans);\n        font-size: 0.75rem;\n        font-weight: 400;\n        letter-spacing: 0.2em;\n        text-transform: uppercase;\n        color: var(--accent);\n        text-decoration: none;\n        padding: 1rem 2rem;\n        border: 1px solid var(--accent);\n        margin-top: 2rem;\n        transition: all 0.3s ease;\n    }\n\n    .collection-link:hover {\n        background: var(--accent);\n        color: var(--bg-primary);\n    }\n\n    \/* Investment Section *\/\n    .investment-section {\n        padding: 8rem 2rem;\n        position: relative;\n    }\n\n    .investment-container {\n        max-width: 1000px;\n        margin: 0 auto;\n        text-align: center;\n    }\n\n    .investment-text {\n        font-family: var(--serif);\n        font-size: 1.15rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n        margin-bottom: 3rem;\n        max-width: 700px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .spaces-label {\n        font-family: var(--sans);\n        font-size: 0.7rem;\n        font-weight: 500;\n        letter-spacing: 0.2em;\n        color: var(--text-muted);\n        text-transform: uppercase;\n        margin-bottom: 1.5rem;\n    }\n\n    .spaces-list {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 1rem 2rem;\n        font-family: var(--serif);\n        font-size: 1.1rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n    }\n\n    .spaces-list span {\n        position: relative;\n    }\n\n    .spaces-list span::after {\n        content: '•';\n        position: absolute;\n        right: -1.25rem;\n        color: var(--accent);\n    }\n\n    .spaces-list span:last-child::after {\n        display: none;\n    }\n\n    \/* Brand Strip *\/\n    .brand-strip {\n        padding: 4rem 2rem;\n        background: var(--bg-tertiary);\n        border-top: 1px solid var(--divider);\n        border-bottom: 1px solid var(--divider);\n    }\n\n    .brand-strip-content {\n        max-width: 1000px;\n        margin: 0 auto;\n        text-align: center;\n    }\n\n    .brand-strip-label {\n        font-family: var(--sans);\n        font-size: 0.65rem;\n        font-weight: 400;\n        letter-spacing: 0.3em;\n        color: var(--text-muted);\n        text-transform: uppercase;\n        margin-bottom: 1.5rem;\n    }\n\n    .brand-logos {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        gap: 3rem;\n        flex-wrap: wrap;\n        font-family: var(--serif);\n        font-size: 1.1rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n        letter-spacing: 0.1em;\n    }\n\n    .brand-logos span {\n        opacity: 0.6;\n        transition: opacity 0.3s ease;\n    }\n\n    .brand-logos span:hover {\n        opacity: 1;\n    }\n\n    \/* Final CTA *\/\n    .final-cta {\n        padding: 10rem 2rem;\n        text-align: center;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .final-cta::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: \n            radial-gradient(ellipse at 50% 50%, rgba(201, 162, 39, 0.05) 0%, transparent 60%);\n        pointer-events: none;\n    }\n\n    .final-cta-container {\n        max-width: 700px;\n        margin: 0 auto;\n        position: relative;\n        z-index: 1;\n    }\n\n    .final-cta-title {\n        font-family: var(--serif-display);\n        font-size: clamp(2rem, 4vw, 3rem);\n        font-weight: 400;\n        margin-bottom: 1.5rem;\n    }\n\n    .final-cta-text {\n        font-family: var(--serif);\n        font-size: 1.15rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n        margin-bottom: 3rem;\n    }\n\n    .cta-buttons {\n        display: flex;\n        justify-content: center;\n        gap: 1.5rem;\n        flex-wrap: wrap;\n    }\n\n    .btn-primary {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.75rem;\n        font-family: var(--sans);\n        font-size: 0.75rem;\n        font-weight: 500;\n        letter-spacing: 0.2em;\n        text-transform: uppercase;\n        color: var(--bg-primary);\n        background: var(--accent);\n        padding: 1.25rem 2.5rem;\n        text-decoration: none;\n        transition: all 0.4s ease;\n    }\n\n    .btn-primary:hover {\n        background: var(--accent-light);\n        transform: translateY(-2px);\n        box-shadow: 0 10px 40px rgba(201, 162, 39, 0.3);\n    }\n\n    .btn-secondary {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.75rem;\n        font-family: var(--sans);\n        font-size: 0.75rem;\n        font-weight: 400;\n        letter-spacing: 0.2em;\n        text-transform: uppercase;\n        color: var(--accent);\n        background: transparent;\n        padding: 1.25rem 2.5rem;\n        text-decoration: none;\n        border: 1px solid var(--accent);\n        transition: all 0.3s ease;\n    }\n\n    .btn-secondary:hover {\n        background: rgba(201, 162, 39, 0.1);\n    }\n\n    \/* Footer *\/\n    .footer {\n        padding: 4rem 2rem 2rem;\n        background: var(--bg-secondary);\n        border-top: 1px solid var(--divider);\n    }\n\n    .footer-content {\n        max-width: 1200px;\n        margin: 0 auto;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        flex-wrap: wrap;\n        gap: 2rem;\n    }\n\n    .footer-logo {\n        font-family: var(--serif-display);\n        font-size: 1.2rem;\n        font-weight: 400;\n        letter-spacing: 0.1em;\n        color: var(--text-primary);\n        text-decoration: none;\n    }\n\n    .footer-logo span {\n        color: var(--accent);\n    }\n\n    .footer-links {\n        display: flex;\n        gap: 2rem;\n    }\n\n    .footer-links a {\n        font-family: var(--sans);\n        font-size: 0.7rem;\n        font-weight: 400;\n        letter-spacing: 0.1em;\n        color: var(--text-secondary);\n        text-decoration: none;\n        text-transform: uppercase;\n        transition: color 0.3s ease;\n    }\n\n    .footer-links a:hover {\n        color: var(--accent);\n    }\n\n    .social-links {\n        display: flex;\n        gap: 1.5rem;\n    }\n\n    .social-links a {\n        color: var(--text-secondary);\n        transition: color 0.3s ease;\n    }\n\n    .social-links a:hover {\n        color: var(--accent);\n    }\n\n    .social-links svg {\n        width: 20px;\n        height: 20px;\n    }\n\n    .footer-bottom {\n        max-width: 1200px;\n        margin: 3rem auto 0;\n        padding-top: 2rem;\n        border-top: 1px solid var(--divider);\n        text-align: center;\n    }\n\n    .footer-copyright {\n        font-family: var(--sans);\n        font-size: 0.7rem;\n        font-weight: 300;\n        letter-spacing: 0.1em;\n        color: var(--text-muted);\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 1024px) {\n        .features-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n\n        .stats-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n\n        .stat-item {\n            border-left: none;\n            border-top: 1px solid var(--divider);\n        }\n\n        .stat-item:nth-child(-n+2) {\n            border-top: none;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .header {\n            padding: 1rem 1.5rem;\n        }\n\n        .nav {\n            display: none;\n        }\n\n        .hero {\n            padding: 6rem 1.5rem 4rem;\n        }\n\n        .features-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .stats-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .stat-item {\n            border-top: 1px solid var(--divider);\n        }\n\n        .stat-item:first-child {\n            border-top: none;\n        }\n\n        .pairings-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .footer-content {\n            flex-direction: column;\n            text-align: center;\n        }\n\n        .cta-buttons {\n            flex-direction: column;\n            align-items: center;\n        }\n    }\n\n    \/* Fade-in on scroll *\/\n    .fade-in {\n        opacity: 0;\n        transform: translateY(30px);\n        transition: opacity 0.8s ease, transform 0.8s ease;\n    }\n\n    .fade-in.visible {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\u003c\/style\u003e\n```\n\n\n\n    \u003c!-- Header --\u003e\n    \u003cheader class=\"header\" id=\"header\"\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\" class=\"logo\"\u003eKasian Art \u003cspan\u003eStudio\u003c\/span\u003e\u003c\/a\u003e\n        \u003cnav class=\"nav\"\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\"\u003eCollections\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/about\"\u003eAbout\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/contact\"\u003eContact\u003c\/a\u003e\n            \u003ca href=\"mailto:kristina@kasianartstudio.com\" class=\"nav-cta\"\u003eInquire\u003c\/a\u003e\n        \u003c\/nav\u003e\n    \u003c\/header\u003e\n\n```\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"smoke-container\"\u003e\n        \u003cdiv class=\"smoke\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"smoke\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"smoke\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vein-lines\"\u003e\n        \u003cdiv class=\"vein\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"vein\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"vein\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"vein\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n        \u003cspan class=\"edition-badge\"\u003eLimited Edition\u003c\/span\u003e\n        \u003ch1 class=\"hero-title\"\u003eVeins of \u003cspan\u003eSilence\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp class=\"hero-tagline\"\u003eMoody • Elegant • Timeless\u003c\/p\u003e\n        \u003cp class=\"hero-description\"\u003eA quiet flow of shadow and gold. Museum-grade abstract art revealing restrained movement and depth through smoke-softened blacks and gilded currents.\u003c\/p\u003e\n        \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Inquiry%20-%20Veins%20of%20Silence\" class=\"hero-cta\"\u003e\n            Inquire About This Piece\n            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\n                \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 8l4 4m0 0l-4 4m4-4H3\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n        \u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"scroll-indicator\"\u003e\n        \u003cspan\u003eExplore\u003c\/span\u003e\n        \u003cdiv class=\"scroll-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Video Section --\u003e\n\u003csection class=\"video-section\"\u003e\n    \u003cdiv class=\"video-container fade-in\"\u003e\n        \u003cdiv class=\"video-wrapper\"\u003e\n            \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/BIWopQK65pc?rel=0\u0026amp;modestbranding=1\" title=\"Veins of Silence - Kasian Art Studio\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\n            \u003c\/iframe\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"video-caption\"\u003eExperience the Artwork in Motion\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Description Section --\u003e\n\u003csection class=\"description-section\"\u003e\n    \u003cdiv class=\"section-container fade-in\"\u003e\n        \u003cdiv class=\"divider\"\u003e\n            \u003cdiv class=\"divider-line\"\u003e\u003c\/div\u003e\n            \u003cspan class=\"divider-icon\"\u003e◆\u003c\/span\u003e\n            \u003cdiv class=\"divider-line\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"description-text\"\u003e\n            \u003cstrong\u003eVeins of Silence\u003c\/strong\u003e is a museum-grade abstract work defined by fluid tension and deliberate calm. Deep charcoal and softened obsidian tones form a velvety foundation, while translucent plumes of smoke drift through the composition — \u003cstrong\u003eweightless, slow, and unresolved\u003c\/strong\u003e. Threads of metallic gold move through the surface like veins beneath stone, appearing and disappearing with subtle shifts in light.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Backstory Section --\u003e\n\u003csection class=\"backstory-section\"\u003e\n    \u003cdiv class=\"backstory-container fade-in\"\u003e\n        \u003cp class=\"section-label\"\u003eThe Story\u003c\/p\u003e\n        \u003ch2 class=\"section-title\"\u003eCinematic Backstory\u003c\/h2\u003e\n        \u003cp class=\"backstory-text\"\u003e\n            \u003cem\u003eVeins of Silence\u003c\/em\u003e was created as a meditation on restraint — inspired by stone, smoke, and the quiet systems that exist beneath the surface. The gold traces reflect what is hidden yet essential, while the drifting darkness evokes stillness rather than absence.\u003cbr\u003e\u003cbr\u003e\n            This piece is about what is \u003cem\u003efelt\u003c\/em\u003e, not declared. The gold does not dominate; it emerges — fractured, imperfect, and intentional. The movement suggests continuity rather than chaos, creating a work that feels both grounding and expansive.\u003cbr\u003e\u003cbr\u003e\n            It is a work about \u003cem\u003epresence without intrusion\u003c\/em\u003e.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Features Grid --\u003e\n\u003csection class=\"features-section\"\u003e\n    \u003cdiv class=\"section-container fade-in\" style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n        \u003cp class=\"section-label\"\u003eMuseum-Grade Excellence\u003c\/p\u003e\n        \u003ch2 class=\"section-title\"\u003eCrafted for Collectors\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n        \u003cdiv class=\"feature-card fade-in\"\u003e\n            \u003csvg class=\"feature-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\n                \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            \u003ch3 class=\"feature-title\"\u003eLimited Edition\u003c\/h3\u003e\n            \u003cp class=\"feature-description\"\u003eEach piece is hand-numbered from a strictly limited edition. Once sold, no additional prints will ever be produced — ensuring lasting exclusivity and collector value.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card fade-in\"\u003e\n            \u003csvg class=\"feature-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\n                \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19.428 15.428a2 2 0 00-1.022-.547l-2.387-.477a6 6 0 00-3.86.517l-.318.158a6 6 0 01-3.86.517L6.05 15.21a2 2 0 00-1.806.547M8 4h8l-1 1v5.172a2 2 0 00.586 1.414l5 5c1.26 1.26.367 3.414-1.415 3.414H4.828c-1.782 0-2.674-2.154-1.414-3.414l5-5A2 2 0 009 10.172V5L8 4z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            \u003ch3 class=\"feature-title\"\u003eArchival Quality\u003c\/h3\u003e\n            \u003cp class=\"feature-description\"\u003eMuseum-grade materials with 100+ year archival certification. Printed with pigment inks and metallic gold detailing on premium substrates rated for long-term display.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card fade-in\"\u003e\n            \u003csvg class=\"feature-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\n                \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            \u003ch3 class=\"feature-title\"\u003eInvestment Ready\u003c\/h3\u003e\n            \u003cp class=\"feature-description\"\u003eDramatic abstracts with metallic detailing maintain strong demand in the luxury art market. Includes Certificate of Authenticity and collector provenance documentation.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Edition Stats --\u003e\n\u003csection class=\"stats-section\"\u003e\n    \u003cdiv class=\"stats-grid fade-in\"\u003e\n        \u003cdiv class=\"stat-item\"\u003e\n            \u003cdiv class=\"stat-value\"\u003eLtd\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003eEdition Size\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat-item\"\u003e\n            \u003cdiv class=\"stat-value\"\u003e100+\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003eYear Archival\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat-item\"\u003e\n            \u003cdiv class=\"stat-value\"\u003eCOA\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003eAuthenticated\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat-item\"\u003e\n            \u003cdiv class=\"stat-value\"\u003eGold\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003eMetallic Detail\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Pairings Section --\u003e\n\u003csection class=\"pairings-section\"\u003e\n    \u003cdiv class=\"pairings-container fade-in\"\u003e\n        \u003cp class=\"section-label\"\u003eCurated Pairings\u003c\/p\u003e\n        \u003ch2 class=\"section-title\"\u003ePairs Well With\u003c\/h2\u003e\n        \u003cp class=\"pairings-intro\"\u003eDesigned for interiors that value atmosphere over ornament. Veins of Silence belongs in spaces where mood is curated with precision.\u003c\/p\u003e\n        \u003cdiv class=\"pairings-grid\"\u003e\n            \u003cdiv class=\"pairing-card\"\u003e\n                \u003ch4 class=\"pairing-title\"\u003eDark Stone \u0026amp; Charcoal Plaster\u003c\/h4\u003e\n                \u003cp class=\"pairing-description\"\u003eMatte black walls and natural stone create the perfect backdrop for the gold veins to emerge and recede.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"pairing-card\"\u003e\n                \u003ch4 class=\"pairing-title\"\u003eBrass \u0026amp; Antique Gold Accents\u003c\/h4\u003e\n                \u003cp class=\"pairing-description\"\u003eSmoked metal finishes and warm metallics echo the restrained gilding within the composition.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"pairing-card\"\u003e\n                \u003ch4 class=\"pairing-title\"\u003eLow Architectural Lighting\u003c\/h4\u003e\n                \u003cp class=\"pairing-description\"\u003eWarm temperature lighting reveals the metallic threads as they shift with viewing angle and time of day.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"pairing-card\"\u003e\n                \u003ch4 class=\"pairing-title\"\u003eExecutive \u0026amp; Gallery Spaces\u003c\/h4\u003e\n                \u003cp class=\"pairing-description\"\u003eLuxury bedrooms, private galleries, and executive corridors where prolonged viewing is rewarded.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Collection CTA --\u003e\n\u003csection class=\"collection-section\"\u003e\n    \u003cdiv class=\"collection-container fade-in\"\u003e\n        \u003cp class=\"section-label\"\u003eExplore the Collection\u003c\/p\u003e\n        \u003ch2 class=\"section-title\"\u003eGold Noir Luxe Collection\u003c\/h2\u003e\n        \u003cp class=\"pairings-intro\"\u003eVeins of Silence is part of the Gold Noir Luxe Collection — a curated series of black and gold abstracts designed for collectors who understand that true luxury whispers.\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/gold-noir-luxe-collection\" class=\"collection-link\"\u003e\n            View Full Collection\n            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\n                \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 8l4 4m0 0l-4 4m4-4H3\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n        \u003c\/a\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Investment Section --\u003e\n\u003csection class=\"investment-section\"\u003e\n    \u003cdiv class=\"investment-container fade-in\"\u003e\n        \u003cp class=\"section-label\"\u003eInvestment Positioning\u003c\/p\u003e\n        \u003ch2 class=\"section-title\"\u003eArt That Breathes With the Room\u003c\/h2\u003e\n        \u003cp class=\"investment-text\"\u003eThis is not decoration — it is atmosphere. Veins of Silence anchors a space quietly, rewarding prolonged viewing and intimate proximity. It creates presence without intrusion.\u003c\/p\u003e\n        \u003cp class=\"spaces-label\"\u003eIdeal Spaces\u003c\/p\u003e\n        \u003cdiv class=\"spaces-list\"\u003e\n            \u003cspan\u003ePenthouses\u003c\/span\u003e\n            \u003cspan\u003eBoutique Hotel Suites\u003c\/span\u003e\n            \u003cspan\u003eExecutive Offices\u003c\/span\u003e\n            \u003cspan\u003eGallery-Style Residences\u003c\/span\u003e\n            \u003cspan\u003ePrivate Collections\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Brand Strip --\u003e\n\u003csection class=\"brand-strip\"\u003e\n    \u003cdiv class=\"brand-strip-content fade-in\"\u003e\n        \u003cp class=\"brand-strip-label\"\u003eTrusted by Luxury Hospitality Worldwide\u003c\/p\u003e\n        \u003cdiv class=\"brand-logos\"\u003e\n            \u003cspan\u003eAman\u003c\/span\u003e\n            \u003cspan\u003eFour Seasons\u003c\/span\u003e\n            \u003cspan\u003eSt. Regis\u003c\/span\u003e\n            \u003cspan\u003eRitz-Carlton Reserve\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Final CTA --\u003e\n\u003csection class=\"final-cta\"\u003e\n    \u003cdiv class=\"final-cta-container fade-in\"\u003e\n        \u003cp class=\"section-label\"\u003eBegin Your Collection\u003c\/p\u003e\n        \u003ch2 class=\"final-cta-title\"\u003eAcquire Veins of Silence\u003c\/h2\u003e\n        \u003cp class=\"final-cta-text\"\u003eThis museum-grade limited edition artwork is available for private collectors, interior designers, and hospitality procurement teams. Includes Certificate of Authenticity and provenance documentation.\u003c\/p\u003e\n        \u003cdiv class=\"cta-buttons\"\u003e\n            \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Acquisition%20Inquiry%20-%20Veins%20of%20Silence\" class=\"btn-primary\"\u003e\n                Inquire Now\n                \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\n                    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n            \u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/gold-noir-luxe-collection\" class=\"btn-secondary\"\u003e\n                View Collection\n                \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"\u003e\n                    \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 8l4 4m0 0l-4 4m4-4H3\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n            \u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Footer --\u003e\n\u003cfooter class=\"footer\"\u003e\n    \u003cdiv class=\"footer-content\"\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\" class=\"footer-logo\"\u003eKasian Art \u003cspan\u003eStudio\u003c\/span\u003e\u003c\/a\u003e\n        \u003cdiv class=\"footer-links\"\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\"\u003eCollections\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/about\"\u003eAbout\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/contact\"\u003eContact\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/shipping-returns\"\u003eShipping\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"social-links\"\u003e\n            \u003ca href=\"https:\/\/www.instagram.com\/kasianartstudio\" aria-label=\"Instagram\"\u003e\n                \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003crect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"\u003e\u003c\/rect\u003e\n                    \u003cpath d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"\u003e\u003c\/path\u003e\n                    \u003cline x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e\n            \u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.pinterest.com\/kasianartstudio\" aria-label=\"Pinterest\"\u003e\n                \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M8 12c0-2.5 1.5-5 4-5s4 2.5 4 5c0 3-2 5-4 5-1 0-2-.5-2.5-1l-1 4\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n            \u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.youtube.com\/@kasianartstudio\" aria-label=\"YouTube\"\u003e\n                \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003cpath d=\"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z\"\u003e\u003c\/path\u003e\n                    \u003cpolygon points=\"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02\"\u003e\u003c\/polygon\u003e\n                \u003c\/svg\u003e\n            \u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"footer-bottom\"\u003e\n        \u003cp class=\"footer-copyright\"\u003e© 2026 Kasian Art Studio, L.L.C. All rights reserved. Museum-grade fine art for luxury collectors.\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/footer\u003e\n\n\u003cscript\u003e\n    \/\/ Header scroll effect\n    const header = document.getElementById('header');\n    window.addEventListener('scroll', () =\u003e {\n        if (window.scrollY \u003e 100) {\n            header.classList.add('scrolled');\n        } else {\n            header.classList.remove('scrolled');\n        }\n    });\n\n    \/\/ Fade-in on scroll\n    const observerOptions = {\n        root: null,\n        rootMargin: '0px',\n        threshold: 0.1\n    };\n\n    const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n            if (entry.isIntersecting) {\n                entry.target.classList.add('visible');\n            }\n        });\n    }, observerOptions);\n\n    document.querySelectorAll('.fade-in').forEach(el =\u003e {\n        observer.observe(el);\n    });\n\n    \/\/ Smooth scroll for anchor links\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor =\u003e {\n        anchor.addEventListener('click', function (e) {\n            e.preventDefault();\n            const target = document.querySelector(this.getAttribute('href'));\n            if (target) {\n                target.scrollIntoView({\n                    behavior: 'smooth',\n                    block: 'start'\n                });\n            }\n        });\n    });\n\u003c\/script\u003e\n```\n\n\n\u003c\/body\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47458639741093,"sku":"8433636_16039","price":11224.45,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47458639773861,"sku":"8433636_16045","price":11224.45,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47458639806629,"sku":"8433636_15700","price":11224.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/IMG_4712.png?v=1769894009"},{"product_id":"gilded-faultline","title":"Gilded Faultline — Limited Edition Black \u0026 Gold Abstract","description":"\u003cbody\u003e\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eGilded Faultline | Black \u0026amp; Gold Luxury Abstract Art\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"Museum-grade black and gold abstract artwork with geological texture and molten gold detailing. Designed for luxury interiors and collectors.\"\u003e\n\n```\n\u003c!-- Fonts --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400\u0026amp;family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400\u0026amp;family=Montserrat:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n    :root {\n        --bg-primary: #0a0a0a;\n        --bg-secondary: #111111;\n        --bg-tertiary: #1a1a1a;\n        --text-primary: #f5f5f5;\n        --text-secondary: #b8b8b8;\n        --text-muted: #6a6a6a;\n        --accent-gold: #c9a227;\n        --accent-gold-light: #d4b84a;\n        --accent-gold-dark: #9a7a1c;\n        --border-subtle: rgba(201, 162, 39, 0.15);\n        --border-gold: rgba(201, 162, 39, 0.4);\n    }\n\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    html {\n        scroll-behavior: smooth;\n    }\n\n    body {\n        font-family: 'Cormorant Garamond', Georgia, serif;\n        background-color: var(--bg-primary);\n        color: var(--text-primary);\n        line-height: 1.7;\n        overflow-x: hidden;\n    }\n\n    \/* Scrollbar Styling *\/\n    ::-webkit-scrollbar {\n        width: 8px;\n    }\n\n    ::-webkit-scrollbar-track {\n        background: var(--bg-primary);\n    }\n\n    ::-webkit-scrollbar-thumb {\n        background: var(--accent-gold-dark);\n        border-radius: 4px;\n    }\n\n    ::-webkit-scrollbar-thumb:hover {\n        background: var(--accent-gold);\n    }\n\n    \/* Header *\/\n    .header {\n        position: fixed;\n        top: 0;\n        left: 0;\n        right: 0;\n        z-index: 1000;\n        padding: 1.5rem 4%;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        background: linear-gradient(to bottom, rgba(10, 10, 10, 0.95) 0%, rgba(10, 10, 10, 0) 100%);\n        transition: all 0.4s ease;\n    }\n\n    .header.scrolled {\n        background: rgba(10, 10, 10, 0.98);\n        backdrop-filter: blur(20px);\n        padding: 1rem 4%;\n    }\n\n    .logo {\n        font-family: 'Playfair Display', serif;\n        font-size: 1.4rem;\n        font-weight: 500;\n        letter-spacing: 0.15em;\n        color: var(--text-primary);\n        text-decoration: none;\n        transition: color 0.3s ease;\n    }\n\n    .logo:hover {\n        color: var(--accent-gold);\n    }\n\n    .nav {\n        display: flex;\n        gap: 3rem;\n        align-items: center;\n    }\n\n    .nav a {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.75rem;\n        font-weight: 400;\n        letter-spacing: 0.2em;\n        text-transform: uppercase;\n        color: var(--text-secondary);\n        text-decoration: none;\n        transition: color 0.3s ease;\n        position: relative;\n    }\n\n    .nav a::after {\n        content: '';\n        position: absolute;\n        bottom: -4px;\n        left: 0;\n        width: 0;\n        height: 1px;\n        background: var(--accent-gold);\n        transition: width 0.3s ease;\n    }\n\n    .nav a:hover {\n        color: var(--accent-gold);\n    }\n\n    .nav a:hover::after {\n        width: 100%;\n    }\n\n    \/* Hero Section *\/\n    .hero {\n        min-height: 100vh;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        text-align: center;\n        padding: 8rem 4% 4rem;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .hero-bg {\n        position: absolute;\n        inset: 0;\n        background: \n            radial-gradient(ellipse 80% 50% at 50% 0%, rgba(201, 162, 39, 0.08) 0%, transparent 50%),\n            radial-gradient(ellipse 60% 40% at 20% 80%, rgba(201, 162, 39, 0.05) 0%, transparent 50%),\n            radial-gradient(ellipse 60% 40% at 80% 60%, rgba(201, 162, 39, 0.04) 0%, transparent 50%);\n        pointer-events: none;\n    }\n\n    \/* Animated fracture lines *\/\n    .fracture-lines {\n        position: absolute;\n        inset: 0;\n        overflow: hidden;\n        pointer-events: none;\n        opacity: 0.15;\n    }\n\n    .fracture-line {\n        position: absolute;\n        background: linear-gradient(90deg, transparent, var(--accent-gold), transparent);\n        height: 1px;\n        animation: fracture-glow 8s ease-in-out infinite;\n    }\n\n    .fracture-line:nth-child(1) {\n        top: 20%;\n        left: -10%;\n        width: 60%;\n        transform: rotate(15deg);\n        animation-delay: 0s;\n    }\n\n    .fracture-line:nth-child(2) {\n        top: 45%;\n        right: -10%;\n        width: 50%;\n        transform: rotate(-8deg);\n        animation-delay: 2s;\n    }\n\n    .fracture-line:nth-child(3) {\n        bottom: 30%;\n        left: 10%;\n        width: 40%;\n        transform: rotate(5deg);\n        animation-delay: 4s;\n    }\n\n    .fracture-line:nth-child(4) {\n        top: 65%;\n        right: 5%;\n        width: 35%;\n        transform: rotate(-12deg);\n        animation-delay: 6s;\n    }\n\n    @keyframes fracture-glow {\n        0%, 100% { opacity: 0.3; }\n        50% { opacity: 1; }\n    }\n\n    .hero-content {\n        position: relative;\n        z-index: 2;\n        max-width: 900px;\n    }\n\n    .edition-badge {\n        display: inline-block;\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.7rem;\n        font-weight: 500;\n        letter-spacing: 0.35em;\n        text-transform: uppercase;\n        color: var(--accent-gold);\n        border: 1px solid var(--border-gold);\n        padding: 0.6rem 1.8rem;\n        margin-bottom: 2.5rem;\n        opacity: 0;\n        animation: fadeInUp 1s ease forwards 0.3s;\n    }\n\n    .hero-title {\n        font-family: 'Playfair Display', serif;\n        font-size: clamp(3rem, 8vw, 6rem);\n        font-weight: 400;\n        letter-spacing: 0.08em;\n        line-height: 1.1;\n        margin-bottom: 1.5rem;\n        opacity: 0;\n        animation: fadeInUp 1s ease forwards 0.5s;\n    }\n\n    .hero-title span {\n        display: block;\n        background: linear-gradient(135deg, var(--text-primary) 0%, var(--accent-gold-light) 50%, var(--accent-gold) 100%);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        background-clip: text;\n    }\n\n    .hero-tagline {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: 1.3rem;\n        font-weight: 300;\n        font-style: italic;\n        letter-spacing: 0.15em;\n        color: var(--text-secondary);\n        margin-bottom: 3rem;\n        opacity: 0;\n        animation: fadeInUp 1s ease forwards 0.7s;\n    }\n\n    .hero-description {\n        font-size: 1.15rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n        max-width: 650px;\n        margin: 0 auto 3rem;\n        line-height: 1.9;\n        opacity: 0;\n        animation: fadeInUp 1s ease forwards 0.9s;\n    }\n\n    .cta-button {\n        display: inline-block;\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.75rem;\n        font-weight: 500;\n        letter-spacing: 0.25em;\n        text-transform: uppercase;\n        color: var(--bg-primary);\n        background: linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-gold-light) 100%);\n        padding: 1.2rem 3rem;\n        text-decoration: none;\n        transition: all 0.4s ease;\n        position: relative;\n        overflow: hidden;\n        opacity: 0;\n        animation: fadeInUp 1s ease forwards 1.1s;\n    }\n\n    .cta-button::before {\n        content: '';\n        position: absolute;\n        inset: 0;\n        background: linear-gradient(135deg, var(--accent-gold-light) 0%, var(--accent-gold) 100%);\n        opacity: 0;\n        transition: opacity 0.4s ease;\n    }\n\n    .cta-button:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 15px 40px rgba(201, 162, 39, 0.3);\n    }\n\n    .cta-button:hover::before {\n        opacity: 1;\n    }\n\n    .cta-button span {\n        position: relative;\n        z-index: 1;\n    }\n\n    .scroll-indicator {\n        position: absolute;\n        bottom: 3rem;\n        left: 50%;\n        transform: translateX(-50%);\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 0.8rem;\n        opacity: 0;\n        animation: fadeIn 1s ease forwards 1.5s;\n    }\n\n    .scroll-indicator span {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.65rem;\n        letter-spacing: 0.2em;\n        text-transform: uppercase;\n        color: var(--text-muted);\n    }\n\n    .scroll-line {\n        width: 1px;\n        height: 50px;\n        background: linear-gradient(to bottom, var(--accent-gold), transparent);\n        animation: scrollPulse 2s ease-in-out infinite;\n    }\n\n    @keyframes scrollPulse {\n        0%, 100% { opacity: 0.3; transform: scaleY(0.5); }\n        50% { opacity: 1; transform: scaleY(1); }\n    }\n\n    @keyframes fadeInUp {\n        from {\n            opacity: 0;\n            transform: translateY(30px);\n        }\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n\n    @keyframes fadeIn {\n        from { opacity: 0; }\n        to { opacity: 1; }\n    }\n\n    \/* Section Styling *\/\n    section {\n        padding: 8rem 4%;\n    }\n\n    .section-divider {\n        width: 60px;\n        height: 1px;\n        background: linear-gradient(90deg, transparent, var(--accent-gold), transparent);\n        margin: 0 auto 3rem;\n    }\n\n    .section-label {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.7rem;\n        font-weight: 500;\n        letter-spacing: 0.35em;\n        text-transform: uppercase;\n        color: var(--accent-gold);\n        text-align: center;\n        margin-bottom: 1.5rem;\n    }\n\n    .section-title {\n        font-family: 'Playfair Display', serif;\n        font-size: clamp(2rem, 4vw, 3rem);\n        font-weight: 400;\n        letter-spacing: 0.05em;\n        text-align: center;\n        margin-bottom: 1.5rem;\n    }\n\n    .section-subtitle {\n        font-size: 1.1rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n        text-align: center;\n        max-width: 600px;\n        margin: 0 auto;\n        line-height: 1.8;\n    }\n\n    \/* Video Section *\/\n    .video-section {\n        background: var(--bg-secondary);\n        position: relative;\n    }\n\n    .video-section::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        height: 1px;\n        background: linear-gradient(90deg, transparent, var(--border-subtle), transparent);\n    }\n\n    .video-container {\n        max-width: 1100px;\n        margin: 3rem auto 0;\n        position: relative;\n    }\n\n    .video-wrapper {\n        position: relative;\n        padding-bottom: 56.25%;\n        height: 0;\n        overflow: hidden;\n        border: 1px solid var(--border-subtle);\n    }\n\n    .video-wrapper iframe {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n    }\n\n    \/* Description Section *\/\n    .description-section {\n        max-width: 800px;\n        margin: 0 auto;\n        text-align: center;\n    }\n\n    .description-text {\n        font-size: 1.2rem;\n        font-weight: 300;\n        line-height: 2;\n        color: var(--text-secondary);\n    }\n\n    .description-text p {\n        margin-bottom: 2rem;\n    }\n\n    .description-text p:last-child {\n        margin-bottom: 0;\n    }\n\n    \/* Backstory Section *\/\n    .backstory-section {\n        background: var(--bg-secondary);\n        position: relative;\n    }\n\n    .backstory-content {\n        max-width: 900px;\n        margin: 0 auto;\n        display: grid;\n        grid-template-columns: 1fr 2fr;\n        gap: 4rem;\n        align-items: start;\n    }\n\n    .backstory-aside {\n        position: sticky;\n        top: 120px;\n    }\n\n    .backstory-quote {\n        font-family: 'Playfair Display', serif;\n        font-size: 1.8rem;\n        font-style: italic;\n        font-weight: 400;\n        line-height: 1.5;\n        color: var(--text-primary);\n        border-left: 2px solid var(--accent-gold);\n        padding-left: 2rem;\n    }\n\n    .backstory-text {\n        font-size: 1.1rem;\n        font-weight: 300;\n        line-height: 2;\n        color: var(--text-secondary);\n    }\n\n    .backstory-text p {\n        margin-bottom: 2rem;\n    }\n\n    \/* Features Grid *\/\n    .features-section {\n        background: var(--bg-primary);\n    }\n\n    .features-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 2rem;\n        max-width: 1200px;\n        margin: 4rem auto 0;\n    }\n\n    .feature-card {\n        background: var(--bg-secondary);\n        border: 1px solid var(--border-subtle);\n        padding: 3rem 2rem;\n        text-align: center;\n        transition: all 0.4s ease;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .feature-card::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        height: 2px;\n        background: linear-gradient(90deg, transparent, var(--accent-gold), transparent);\n        transform: scaleX(0);\n        transition: transform 0.4s ease;\n    }\n\n    .feature-card:hover {\n        transform: translateY(-5px);\n        border-color: var(--border-gold);\n    }\n\n    .feature-card:hover::before {\n        transform: scaleX(1);\n    }\n\n    .feature-icon {\n        width: 50px;\n        height: 50px;\n        margin: 0 auto 1.5rem;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .feature-icon svg {\n        width: 100%;\n        height: 100%;\n        stroke: var(--accent-gold);\n        stroke-width: 1;\n        fill: none;\n    }\n\n    .feature-title {\n        font-family: 'Playfair Display', serif;\n        font-size: 1.3rem;\n        font-weight: 500;\n        margin-bottom: 1rem;\n        letter-spacing: 0.03em;\n    }\n\n    .feature-text {\n        font-size: 0.95rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n        line-height: 1.8;\n    }\n\n    \/* Edition Stats *\/\n    .edition-section {\n        background: var(--bg-tertiary);\n        position: relative;\n    }\n\n    .edition-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 2rem;\n        max-width: 1000px;\n        margin: 4rem auto 0;\n        text-align: center;\n    }\n\n    .edition-stat {\n        padding: 2rem;\n        border-right: 1px solid var(--border-subtle);\n    }\n\n    .edition-stat:last-child {\n        border-right: none;\n    }\n\n    .stat-number {\n        font-family: 'Playfair Display', serif;\n        font-size: 3rem;\n        font-weight: 400;\n        color: var(--accent-gold);\n        line-height: 1;\n        margin-bottom: 0.5rem;\n    }\n\n    .stat-label {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.7rem;\n        font-weight: 500;\n        letter-spacing: 0.2em;\n        text-transform: uppercase;\n        color: var(--text-muted);\n    }\n\n    \/* Pairings Section *\/\n    .pairings-section {\n        background: var(--bg-secondary);\n    }\n\n    .pairings-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 2rem;\n        max-width: 900px;\n        margin: 4rem auto 0;\n    }\n\n    .pairing-card {\n        display: flex;\n        align-items: center;\n        gap: 1.5rem;\n        padding: 2rem;\n        background: var(--bg-tertiary);\n        border: 1px solid var(--border-subtle);\n        transition: all 0.3s ease;\n        text-decoration: none;\n        color: inherit;\n    }\n\n    .pairing-card:hover {\n        border-color: var(--border-gold);\n        transform: translateX(5px);\n    }\n\n    .pairing-icon {\n        width: 60px;\n        height: 60px;\n        background: linear-gradient(135deg, var(--accent-gold-dark) 0%, var(--accent-gold) 100%);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n    }\n\n    .pairing-icon svg {\n        width: 24px;\n        height: 24px;\n        stroke: var(--bg-primary);\n        stroke-width: 1.5;\n        fill: none;\n    }\n\n    .pairing-content h4 {\n        font-family: 'Playfair Display', serif;\n        font-size: 1.2rem;\n        font-weight: 500;\n        margin-bottom: 0.3rem;\n    }\n\n    .pairing-content p {\n        font-size: 0.9rem;\n        font-weight: 300;\n        color: var(--text-muted);\n    }\n\n    \/* Collection CTA *\/\n    .collection-section {\n        background: var(--bg-primary);\n        text-align: center;\n    }\n\n    .collection-cta {\n        display: inline-flex;\n        align-items: center;\n        gap: 1rem;\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.75rem;\n        font-weight: 500;\n        letter-spacing: 0.2em;\n        text-transform: uppercase;\n        color: var(--accent-gold);\n        text-decoration: none;\n        border: 1px solid var(--border-gold);\n        padding: 1.2rem 2.5rem;\n        margin-top: 3rem;\n        transition: all 0.4s ease;\n    }\n\n    .collection-cta:hover {\n        background: var(--accent-gold);\n        color: var(--bg-primary);\n    }\n\n    .collection-cta svg {\n        width: 16px;\n        height: 16px;\n        stroke: currentColor;\n        stroke-width: 2;\n        fill: none;\n        transition: transform 0.3s ease;\n    }\n\n    .collection-cta:hover svg {\n        transform: translateX(5px);\n    }\n\n    \/* Investment Section *\/\n    .investment-section {\n        background: linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);\n    }\n\n    .investment-content {\n        max-width: 800px;\n        margin: 0 auto;\n        text-align: center;\n    }\n\n    .target-spaces {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 1rem;\n        margin-top: 3rem;\n    }\n\n    .space-tag {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.7rem;\n        font-weight: 400;\n        letter-spacing: 0.15em;\n        text-transform: uppercase;\n        color: var(--text-muted);\n        border: 1px solid var(--border-subtle);\n        padding: 0.8rem 1.5rem;\n        transition: all 0.3s ease;\n    }\n\n    .space-tag:hover {\n        color: var(--accent-gold);\n        border-color: var(--border-gold);\n    }\n\n    \/* Brand Strip *\/\n    .brand-strip {\n        padding: 4rem 4%;\n        background: var(--bg-primary);\n        border-top: 1px solid var(--border-subtle);\n        border-bottom: 1px solid var(--border-subtle);\n    }\n\n    .brand-strip-inner {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        gap: 4rem;\n        flex-wrap: wrap;\n    }\n\n    .brand-strip span {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: 1.1rem;\n        font-weight: 400;\n        font-style: italic;\n        color: var(--text-muted);\n        letter-spacing: 0.1em;\n    }\n\n    .brand-name {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.7rem;\n        font-weight: 500;\n        letter-spacing: 0.25em;\n        text-transform: uppercase;\n        color: var(--text-muted);\n        opacity: 0.6;\n        transition: opacity 0.3s ease;\n    }\n\n    .brand-name:hover {\n        opacity: 1;\n    }\n\n    \/* Final CTA *\/\n    .final-cta {\n        background: var(--bg-tertiary);\n        text-align: center;\n        padding: 10rem 4%;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .final-cta::before {\n        content: '';\n        position: absolute;\n        inset: 0;\n        background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(201, 162, 39, 0.08) 0%, transparent 70%);\n        pointer-events: none;\n    }\n\n    .final-cta-content {\n        position: relative;\n        z-index: 1;\n    }\n\n    .final-cta h2 {\n        font-family: 'Playfair Display', serif;\n        font-size: clamp(2rem, 4vw, 3rem);\n        font-weight: 400;\n        letter-spacing: 0.05em;\n        margin-bottom: 1.5rem;\n    }\n\n    .final-cta p {\n        font-size: 1.1rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n        max-width: 500px;\n        margin: 0 auto 3rem;\n        line-height: 1.8;\n    }\n\n    .inquiry-button {\n        display: inline-block;\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.75rem;\n        font-weight: 500;\n        letter-spacing: 0.25em;\n        text-transform: uppercase;\n        color: var(--bg-primary);\n        background: linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-gold-light) 100%);\n        padding: 1.4rem 3.5rem;\n        text-decoration: none;\n        transition: all 0.4s ease;\n    }\n\n    .inquiry-button:hover {\n        transform: translateY(-3px);\n        box-shadow: 0 20px 50px rgba(201, 162, 39, 0.35);\n    }\n\n    \/* Footer *\/\n    .footer {\n        background: var(--bg-primary);\n        padding: 4rem 4%;\n        border-top: 1px solid var(--border-subtle);\n    }\n\n    .footer-inner {\n        max-width: 1200px;\n        margin: 0 auto;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n\n    .footer-logo {\n        font-family: 'Playfair Display', serif;\n        font-size: 1.2rem;\n        font-weight: 500;\n        letter-spacing: 0.1em;\n        color: var(--text-primary);\n    }\n\n    .footer-tagline {\n        font-size: 0.9rem;\n        font-style: italic;\n        color: var(--text-muted);\n        margin-top: 0.5rem;\n    }\n\n    .footer-social {\n        display: flex;\n        gap: 2rem;\n    }\n\n    .footer-social a {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.7rem;\n        font-weight: 400;\n        letter-spacing: 0.15em;\n        text-transform: uppercase;\n        color: var(--text-muted);\n        text-decoration: none;\n        transition: color 0.3s ease;\n    }\n\n    .footer-social a:hover {\n        color: var(--accent-gold);\n    }\n\n    .footer-copyright {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.65rem;\n        letter-spacing: 0.1em;\n        color: var(--text-muted);\n        text-align: center;\n        margin-top: 3rem;\n        padding-top: 2rem;\n        border-top: 1px solid var(--border-subtle);\n    }\n\n    \/* Animations on Scroll *\/\n    .fade-in {\n        opacity: 0;\n        transform: translateY(30px);\n        transition: opacity 0.8s ease, transform 0.8s ease;\n    }\n\n    .fade-in.visible {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 1024px) {\n        .backstory-content {\n            grid-template-columns: 1fr;\n            gap: 3rem;\n        }\n\n        .backstory-aside {\n            position: static;\n        }\n\n        .features-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n\n        .edition-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n\n        .edition-stat {\n            border-right: none;\n            border-bottom: 1px solid var(--border-subtle);\n        }\n\n        .edition-stat:nth-child(3),\n        .edition-stat:nth-child(4) {\n            border-bottom: none;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .header {\n            padding: 1rem 4%;\n        }\n\n        .nav {\n            display: none;\n        }\n\n        .hero {\n            padding: 6rem 4% 4rem;\n        }\n\n        .features-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .edition-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .edition-stat {\n            border-bottom: 1px solid var(--border-subtle);\n        }\n\n        .edition-stat:last-child {\n            border-bottom: none;\n        }\n\n        .pairings-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .footer-inner {\n            flex-direction: column;\n            gap: 2rem;\n            text-align: center;\n        }\n\n        .brand-strip-inner {\n            gap: 2rem;\n        }\n    }\n\n    \/* Mobile Menu Toggle *\/\n    .mobile-menu-toggle {\n        display: none;\n        flex-direction: column;\n        gap: 5px;\n        cursor: pointer;\n        padding: 10px;\n    }\n\n    .mobile-menu-toggle span {\n        width: 25px;\n        height: 1px;\n        background: var(--text-primary);\n        transition: all 0.3s ease;\n    }\n\n    @media (max-width: 768px) {\n        .mobile-menu-toggle {\n            display: flex;\n        }\n    }\n\u003c\/style\u003e\n```\n\n\n\n    \u003c!-- Header --\u003e\n    \u003cheader class=\"header\"\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\" class=\"logo\"\u003eKASIAN ART STUDIO\u003c\/a\u003e\n        \u003cnav class=\"nav\"\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\"\u003eCollections\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/about\"\u003eAbout\u003c\/a\u003e\n            \u003ca href=\"mailto:kristina@kasianartstudio.com\"\u003eInquire\u003c\/a\u003e\n        \u003c\/nav\u003e\n        \u003cdiv class=\"mobile-menu-toggle\"\u003e\n            \u003cspan\u003e\u003c\/span\u003e\n            \u003cspan\u003e\u003c\/span\u003e\n            \u003cspan\u003e\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/header\u003e\n\n```\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"hero-bg\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"fracture-lines\"\u003e\n        \u003cdiv class=\"fracture-line\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"fracture-line\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"fracture-line\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"fracture-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n        \u003cdiv class=\"edition-badge\"\u003eLimited Edition\u003c\/div\u003e\n        \u003ch1 class=\"hero-title\"\u003e\u003cspan\u003eGilded Faultline\u003c\/span\u003e\u003c\/h1\u003e\n        \u003cp class=\"hero-tagline\"\u003eMoody. Elegant. Timeless.\u003c\/p\u003e\n        \u003cp class=\"hero-description\"\u003eA rupture made luminous. Gilded Faultline reveals power, movement, and rarity through fractured black stone and molten gold veins—crafted as a museum-grade abstract for luxury interiors and fine art collectors.\u003c\/p\u003e\n        \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Inquiry:%20Gilded%20Faultline\" class=\"cta-button\"\u003e\u003cspan\u003eInquire About This Piece\u003c\/span\u003e\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"scroll-indicator\"\u003e\n        \u003cspan\u003eDiscover\u003c\/span\u003e\n        \u003cdiv class=\"scroll-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Video Section --\u003e\n\u003csection class=\"video-section\"\u003e\n    \u003cdiv class=\"section-label fade-in\"\u003eExperience the Artwork\u003c\/div\u003e\n    \u003ch2 class=\"section-title fade-in\"\u003eA Moment of Stillness\u003c\/h2\u003e\n    \u003cp class=\"section-subtitle fade-in\"\u003eWatch the interplay of light and shadow across geological depths.\u003c\/p\u003e\n    \u003cdiv class=\"video-container fade-in\"\u003e\n        \u003cdiv class=\"video-wrapper\"\u003e\n            \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/oqz8qDE9u48?rel=0\u0026amp;modestbranding=1\u0026amp;color=white\" title=\"Gilded Faultline - Kasian Art Studio\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\n            \u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Description Section --\u003e\n\u003csection class=\"description-section\"\u003e\n    \u003cdiv class=\"section-divider fade-in\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"section-label fade-in\"\u003eThe Artwork\u003c\/div\u003e\n    \u003cdiv class=\"description-text fade-in\"\u003e\n        \u003cp\u003eGilded Faultline is a museum-grade abstract composition that draws its presence from contrast and depth. Dense obsidian blacks and charcoal stone textures form a commanding foundation, while rivers of metallic gold cut through the surface with geological authority—raw, layered, and unapologetically precise.\u003c\/p\u003e\n        \u003cp\u003eThe composition evokes tectonic movement—pressure, time, and transformation captured in a single moment. Gold appears embedded rather than applied, as if unearthed from within the piece itself. Fine contour lines trace the flow of energy, guiding the eye across fractured planes and mineral-like formations.\u003c\/p\u003e\n        \u003cp\u003eThis work is created for interiors that demand gravity. It does not decorate a wall—it anchors it.\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Backstory Section --\u003e\n\u003csection class=\"backstory-section\"\u003e\n    \u003cdiv class=\"backstory-content\"\u003e\n        \u003caside class=\"backstory-aside fade-in\"\u003e\n            \u003cblockquote class=\"backstory-quote\"\u003e\n                \"What is most valuable is often forged in tension.\"\n            \u003c\/blockquote\u003e\n        \u003c\/aside\u003e\n        \u003cdiv class=\"backstory-text fade-in\"\u003e\n            \u003cp\u003eGilded Faultline was inspired by the beauty of pressure—the unseen forces that shape landscapes over time. It reflects the idea that what is most valuable is often forged in tension.\u003c\/p\u003e\n            \u003cp\u003eThe gold is not surface-level; it is earned, revealed only where the structure breaks open. Like precious minerals found in geological fractures, the luminous veins speak to transformation through adversity—beauty born from disruption.\u003c\/p\u003e\n            \u003cp\u003eThis piece invites contemplation of the forces that shape us all: pressure, time, and the courage to break open and reveal what lies beneath.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Museum-Grade Features --\u003e\n\u003csection class=\"features-section\"\u003e\n    \u003cdiv class=\"section-label fade-in\"\u003eMuseum-Grade Excellence\u003c\/div\u003e\n    \u003ch2 class=\"section-title fade-in\"\u003eCrafted for Permanence\u003c\/h2\u003e\n    \u003cp class=\"section-subtitle fade-in\"\u003eEvery detail considered. Every material selected for longevity.\u003c\/p\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n        \u003cdiv class=\"feature-card fade-in\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e\n                \u003csvg viewbox=\"0 0 50 50\"\u003e\n                    \u003cpath d=\"M25 5L45 15V35L25 45L5 35V15L25 5Z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M25 25V45\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M5 15L25 25L45 15\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"feature-title\"\u003eLimited Edition\u003c\/h3\u003e\n            \u003cp class=\"feature-text\"\u003eEach print is hand-numbered with absolute edition limits. No reprints. No exceptions. Your investment remains protected by scarcity.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card fade-in\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e\n                \u003csvg viewbox=\"0 0 50 50\"\u003e\n                    \u003ccircle cx=\"25\" cy=\"25\" r=\"18\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M25 12V25L33 33\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"feature-title\"\u003eArchival Quality\u003c\/h3\u003e\n            \u003cp class=\"feature-text\"\u003eMuseum-grade archival pigment inks and premium substrates ensure your artwork maintains its depth and clarity for 100+ years under proper conditions.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card fade-in\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e\n                \u003csvg viewbox=\"0 0 50 50\"\u003e\n                    \u003cpath d=\"M10 40L25 10L40 40\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M17 30H33\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"feature-title\"\u003eInvestment Ready\u003c\/h3\u003e\n            \u003cp class=\"feature-text\"\u003eDramatic abstracts with geological elegance maintain strong collector demand. Complete provenance documentation accompanies each piece.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Edition Details --\u003e\n\u003csection class=\"edition-section\"\u003e\n    \u003cdiv class=\"section-label fade-in\"\u003eEdition Details\u003c\/div\u003e\n    \u003ch2 class=\"section-title fade-in\"\u003eCollector Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"edition-grid\"\u003e\n        \u003cdiv class=\"edition-stat fade-in\"\u003e\n            \u003cdiv class=\"stat-number\"\u003e50\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003eLimited Prints\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"edition-stat fade-in\"\u003e\n            \u003cdiv class=\"stat-number\"\u003e100+\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003eYear Archival\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"edition-stat fade-in\"\u003e\n            \u003cdiv class=\"stat-number\"\u003e1\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003eCertificate\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"edition-stat fade-in\"\u003e\n            \u003cdiv class=\"stat-number\"\u003e∞\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003ePresence\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Curated Pairings --\u003e\n\u003csection class=\"pairings-section\"\u003e\n    \u003cdiv class=\"section-label fade-in\"\u003eCurated Pairings\u003c\/div\u003e\n    \u003ch2 class=\"section-title fade-in\"\u003eComplementary Works\u003c\/h2\u003e\n    \u003cp class=\"section-subtitle fade-in\"\u003ePieces from our collection that share Gilded Faultline's aesthetic sensibility.\u003c\/p\u003e\n    \u003cdiv class=\"pairings-grid\"\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/gold-noir-luxe-collection\" class=\"pairing-card fade-in\"\u003e\n            \u003cdiv class=\"pairing-icon\"\u003e\n                \u003csvg viewbox=\"0 0 24 24\"\u003e\n                    \u003cpath d=\"M12 2L15 8L22 9L17 14L18 21L12 18L6 21L7 14L2 9L9 8L12 2Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"pairing-content\"\u003e\n                \u003ch4\u003eGold Noir Luxe Collection\u003c\/h4\u003e\n                \u003cp\u003eExplore the full collection\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/a\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/gold-noir-luxe-collection\" class=\"pairing-card fade-in\"\u003e\n            \u003cdiv class=\"pairing-icon\"\u003e\n                \u003csvg viewbox=\"0 0 24 24\"\u003e\n                    \u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\n                    \u003cpath d=\"M9 9H15V15H9Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"pairing-content\"\u003e\n                \u003ch4\u003eArchitectural Abstracts\u003c\/h4\u003e\n                \u003cp\u003eBold geometric statements\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/a\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Collection CTA --\u003e\n\u003csection class=\"collection-section\"\u003e\n    \u003cdiv class=\"section-label fade-in\"\u003eExplore Further\u003c\/div\u003e\n    \u003ch2 class=\"section-title fade-in\"\u003eGold Noir Luxe Collection\u003c\/h2\u003e\n    \u003cp class=\"section-subtitle fade-in\"\u003eDiscover more works that embody the same commanding presence and refined drama.\u003c\/p\u003e\n    \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/gold-noir-luxe-collection\" class=\"collection-cta fade-in\"\u003e\n        \u003cspan\u003eView Full Collection\u003c\/span\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M5 12H19M19 12L12 5M19 12L12 19\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n    \u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c!-- Investment Positioning --\u003e\n\u003csection class=\"investment-section\"\u003e\n    \u003cdiv class=\"investment-content\"\u003e\n        \u003cdiv class=\"section-label fade-in\"\u003eInvestment Positioning\u003c\/div\u003e\n        \u003ch2 class=\"section-title fade-in\"\u003eDesigned for Exceptional Spaces\u003c\/h2\u003e\n        \u003cp class=\"section-subtitle fade-in\"\u003eGilded Faultline belongs in environments that demand presence without excess—spaces where architecture, light, and art converge.\u003c\/p\u003e\n        \u003cdiv class=\"target-spaces fade-in\"\u003e\n            \u003cspan class=\"space-tag\"\u003eStatement Entryways\u003c\/span\u003e\n            \u003cspan class=\"space-tag\"\u003ePenthouse Living Rooms\u003c\/span\u003e\n            \u003cspan class=\"space-tag\"\u003eLuxury Hotel Lobbies\u003c\/span\u003e\n            \u003cspan class=\"space-tag\"\u003eExecutive Boardrooms\u003c\/span\u003e\n            \u003cspan class=\"space-tag\"\u003eCollector Galleries\u003c\/span\u003e\n            \u003cspan class=\"space-tag\"\u003ePrivate Residences\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Luxury Brand Strip --\u003e\n\u003cdiv class=\"brand-strip\"\u003e\n    \u003cdiv class=\"brand-strip-inner\"\u003e\n        \u003cspan\u003eTrusted by world-class hospitality brands\u003c\/span\u003e\n        \u003cspan class=\"brand-name\"\u003eAman\u003c\/span\u003e\n        \u003cspan class=\"brand-name\"\u003eFour Seasons\u003c\/span\u003e\n        \u003cspan class=\"brand-name\"\u003eSt. Regis\u003c\/span\u003e\n        \u003cspan class=\"brand-name\"\u003eRitz-Carlton Reserve\u003c\/span\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Final CTA --\u003e\n\u003csection class=\"final-cta\"\u003e\n    \u003cdiv class=\"final-cta-content\"\u003e\n        \u003cdiv class=\"section-label fade-in\"\u003eBegin Your Collection\u003c\/div\u003e\n        \u003ch2 class=\"fade-in\"\u003eAcquire Gilded Faultline\u003c\/h2\u003e\n        \u003cp class=\"fade-in\"\u003eFor private viewings, custom sizing inquiries, or acquisition details, connect directly with our studio.\u003c\/p\u003e\n        \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Acquisition%20Inquiry:%20Gilded%20Faultline\" class=\"inquiry-button fade-in\"\u003eRequest Private Consultation\u003c\/a\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Footer --\u003e\n\u003cfooter class=\"footer\"\u003e\n    \u003cdiv class=\"footer-inner\"\u003e\n        \u003cdiv\u003e\n            \u003cdiv class=\"footer-logo\"\u003eKASIAN ART STUDIO\u003c\/div\u003e\n            \u003cdiv class=\"footer-tagline\"\u003eMoody. Elegant. Timeless.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"footer-social\"\u003e\n            \u003ca href=\"https:\/\/www.instagram.com\/kasianartstudio\" target=\"_blank\"\u003eInstagram\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.pinterest.com\/kasianartstudio\" target=\"_blank\"\u003ePinterest\u003c\/a\u003e\n            \u003ca href=\"mailto:kristina@kasianartstudio.com\"\u003eContact\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"footer-copyright\"\u003e\n        © 2026 Kasian Art Studio, L.L.C. All Rights Reserved.\n    \u003c\/div\u003e\n\u003c\/footer\u003e\n\n\u003c!-- Scroll Animation Script --\u003e\n\u003cscript\u003e\n    \/\/ Header scroll effect\n    const header = document.querySelector('.header');\n    window.addEventListener('scroll', () =\u003e {\n        if (window.scrollY \u003e 100) {\n            header.classList.add('scrolled');\n        } else {\n            header.classList.remove('scrolled');\n        }\n    });\n\n    \/\/ Fade-in on scroll\n    const observerOptions = {\n        root: null,\n        rootMargin: '0px',\n        threshold: 0.1\n    };\n\n    const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n            if (entry.isIntersecting) {\n                entry.target.classList.add('visible');\n            }\n        });\n    }, observerOptions);\n\n    document.querySelectorAll('.fade-in').forEach(el =\u003e {\n        observer.observe(el);\n    });\n\n    \/\/ Smooth scroll for anchor links\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor =\u003e {\n        anchor.addEventListener('click', function(e) {\n            e.preventDefault();\n            const target = document.querySelector(this.getAttribute('href'));\n            if (target) {\n                target.scrollIntoView({\n                    behavior: 'smooth',\n                    block: 'start'\n                });\n            }\n        });\n    });\n\u003c\/script\u003e\n```\n\n\n\u003c\/body\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47458859122853,"sku":"9336233_16039","price":13424.45,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47458859155621,"sku":"9336233_16045","price":13424.45,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47458859188389,"sku":"9336233_15700","price":13424.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/IMG_4672.png?v=1769894564"},{"product_id":"whispered-poise","title":"Whispered Poise — Limited Edition Black \u0026 White Portrait","description":"\u003cbody\u003e\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eWhispered Poise | Luxury Black \u0026amp; White Portrait Art\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"Museum-grade black and white portrait artwork. Limited edition luxury fine art for collectors, designers, and refined interiors.\"\u003e\n\n```\n\u003c!-- Fonts --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400\u0026amp;family=Raleway:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n    :root {\n        --bg-primary: #0a0a0a;\n        --bg-secondary: #111111;\n        --bg-tertiary: #161616;\n        --text-primary: #f5f5f5;\n        --text-secondary: #a8a8a8;\n        --text-muted: #6a6a6a;\n        --accent: #c9c9c9;\n        --accent-hover: #e5e5e5;\n        --divider: #2a2a2a;\n        --serif: 'Cormorant Garamond', Georgia, serif;\n        --display: 'Playfair Display', Georgia, serif;\n        --sans: 'Raleway', 'Helvetica Neue', sans-serif;\n    }\n\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    html {\n        scroll-behavior: smooth;\n    }\n\n    body {\n        font-family: var(--serif);\n        background-color: var(--bg-primary);\n        color: var(--text-primary);\n        line-height: 1.7;\n        overflow-x: hidden;\n    }\n\n    \/* Scrollbar Styling *\/\n    ::-webkit-scrollbar {\n        width: 6px;\n    }\n    ::-webkit-scrollbar-track {\n        background: var(--bg-primary);\n    }\n    ::-webkit-scrollbar-thumb {\n        background: var(--divider);\n        border-radius: 3px;\n    }\n    ::-webkit-scrollbar-thumb:hover {\n        background: var(--text-muted);\n    }\n\n    \/* Fixed Header *\/\n    .header {\n        position: fixed;\n        top: 0;\n        left: 0;\n        right: 0;\n        z-index: 1000;\n        padding: 1.5rem 4rem;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        background: linear-gradient(to bottom, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0) 100%);\n        transition: all 0.4s ease;\n    }\n\n    .header.scrolled {\n        background: rgba(10,10,10,0.98);\n        padding: 1rem 4rem;\n        backdrop-filter: blur(10px);\n    }\n\n    .logo {\n        font-family: var(--display);\n        font-size: 1.4rem;\n        font-weight: 400;\n        letter-spacing: 0.15em;\n        color: var(--text-primary);\n        text-decoration: none;\n        text-transform: uppercase;\n    }\n\n    .nav {\n        display: flex;\n        gap: 3rem;\n    }\n\n    .nav a {\n        font-family: var(--sans);\n        font-size: 0.75rem;\n        font-weight: 400;\n        letter-spacing: 0.2em;\n        color: var(--text-secondary);\n        text-decoration: none;\n        text-transform: uppercase;\n        transition: color 0.3s ease;\n        position: relative;\n    }\n\n    .nav a::after {\n        content: '';\n        position: absolute;\n        bottom: -4px;\n        left: 0;\n        width: 0;\n        height: 1px;\n        background: var(--accent);\n        transition: width 0.3s ease;\n    }\n\n    .nav a:hover {\n        color: var(--text-primary);\n    }\n\n    .nav a:hover::after {\n        width: 100%;\n    }\n\n    \/* Hero Section *\/\n    .hero {\n        min-height: 100vh;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        text-align: center;\n        padding: 8rem 2rem 4rem;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .hero::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: \n            radial-gradient(ellipse at 20% 30%, rgba(255,255,255,0.02) 0%, transparent 50%),\n            radial-gradient(ellipse at 80% 70%, rgba(255,255,255,0.015) 0%, transparent 50%);\n        pointer-events: none;\n    }\n\n    .hero-content {\n        position: relative;\n        z-index: 1;\n        max-width: 900px;\n        animation: fadeInUp 1.2s ease-out;\n    }\n\n    @keyframes fadeInUp {\n        from {\n            opacity: 0;\n            transform: translateY(40px);\n        }\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n\n    .tagline {\n        font-family: var(--sans);\n        font-size: 0.7rem;\n        font-weight: 400;\n        letter-spacing: 0.4em;\n        color: var(--text-muted);\n        text-transform: uppercase;\n        margin-bottom: 2rem;\n        animation: fadeInUp 1.2s ease-out 0.2s both;\n    }\n\n    .hero-title {\n        font-family: var(--display);\n        font-size: clamp(3rem, 8vw, 6rem);\n        font-weight: 400;\n        line-height: 1.1;\n        letter-spacing: 0.02em;\n        margin-bottom: 1.5rem;\n        animation: fadeInUp 1.2s ease-out 0.3s both;\n    }\n\n    .hero-subtitle {\n        font-family: var(--serif);\n        font-size: 1.3rem;\n        font-weight: 300;\n        font-style: italic;\n        color: var(--text-secondary);\n        margin-bottom: 3rem;\n        animation: fadeInUp 1.2s ease-out 0.4s both;\n    }\n\n    .edition-badge {\n        display: inline-block;\n        font-family: var(--sans);\n        font-size: 0.65rem;\n        font-weight: 500;\n        letter-spacing: 0.3em;\n        color: var(--accent);\n        text-transform: uppercase;\n        padding: 0.8rem 2rem;\n        border: 1px solid var(--divider);\n        margin-bottom: 3rem;\n        animation: fadeInUp 1.2s ease-out 0.5s both;\n    }\n\n    .cta-button {\n        display: inline-block;\n        font-family: var(--sans);\n        font-size: 0.7rem;\n        font-weight: 500;\n        letter-spacing: 0.25em;\n        color: var(--bg-primary);\n        background: var(--text-primary);\n        text-decoration: none;\n        text-transform: uppercase;\n        padding: 1.2rem 3.5rem;\n        transition: all 0.4s ease;\n        animation: fadeInUp 1.2s ease-out 0.6s both;\n    }\n\n    .cta-button:hover {\n        background: var(--accent);\n        transform: translateY(-2px);\n        box-shadow: 0 10px 40px rgba(255,255,255,0.1);\n    }\n\n    .scroll-indicator {\n        position: absolute;\n        bottom: 3rem;\n        left: 50%;\n        transform: translateX(-50%);\n        animation: fadeInUp 1.2s ease-out 1s both, float 2s ease-in-out infinite 2s;\n    }\n\n    @keyframes float {\n        0%, 100% { transform: translateX(-50%) translateY(0); }\n        50% { transform: translateX(-50%) translateY(10px); }\n    }\n\n    .scroll-indicator span {\n        display: block;\n        width: 1px;\n        height: 60px;\n        background: linear-gradient(to bottom, var(--divider) 0%, transparent 100%);\n    }\n\n    \/* Video Section *\/\n    .video-section {\n        padding: 6rem 2rem;\n        background: var(--bg-secondary);\n    }\n\n    .video-container {\n        max-width: 1000px;\n        margin: 0 auto;\n        position: relative;\n        aspect-ratio: 16\/9;\n        overflow: hidden;\n    }\n\n    .video-container iframe {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .video-frame {\n        position: absolute;\n        top: -1px;\n        left: -1px;\n        right: -1px;\n        bottom: -1px;\n        border: 1px solid var(--divider);\n        pointer-events: none;\n    }\n\n    \/* Description Section *\/\n    .description-section {\n        padding: 8rem 2rem;\n        text-align: center;\n    }\n\n    .section-content {\n        max-width: 800px;\n        margin: 0 auto;\n    }\n\n    .divider {\n        width: 60px;\n        height: 1px;\n        background: var(--divider);\n        margin: 0 auto 3rem;\n    }\n\n    .section-title {\n        font-family: var(--display);\n        font-size: 2.5rem;\n        font-weight: 400;\n        margin-bottom: 2rem;\n    }\n\n    .description-text {\n        font-family: var(--serif);\n        font-size: 1.2rem;\n        font-weight: 300;\n        line-height: 2;\n        color: var(--text-secondary);\n    }\n\n    \/* Backstory Section *\/\n    .backstory-section {\n        padding: 8rem 2rem;\n        background: var(--bg-secondary);\n        position: relative;\n    }\n\n    .backstory-section::before {\n        content: '\"';\n        position: absolute;\n        top: 4rem;\n        left: 10%;\n        font-family: var(--display);\n        font-size: 20rem;\n        color: var(--bg-tertiary);\n        line-height: 1;\n        pointer-events: none;\n    }\n\n    .backstory-content {\n        max-width: 700px;\n        margin: 0 auto;\n        position: relative;\n        z-index: 1;\n    }\n\n    .backstory-label {\n        font-family: var(--sans);\n        font-size: 0.65rem;\n        font-weight: 400;\n        letter-spacing: 0.4em;\n        color: var(--text-muted);\n        text-transform: uppercase;\n        margin-bottom: 2rem;\n    }\n\n    .backstory-text {\n        font-family: var(--serif);\n        font-size: 1.4rem;\n        font-weight: 300;\n        font-style: italic;\n        line-height: 2;\n        color: var(--text-secondary);\n    }\n\n    \/* Features Grid *\/\n    .features-section {\n        padding: 8rem 2rem;\n    }\n\n    .features-header {\n        text-align: center;\n        margin-bottom: 5rem;\n    }\n\n    .features-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 3rem;\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n\n    .feature-card {\n        text-align: center;\n        padding: 3rem 2rem;\n        border: 1px solid var(--divider);\n        transition: all 0.4s ease;\n    }\n\n    .feature-card:hover {\n        border-color: var(--text-muted);\n        transform: translateY(-5px);\n    }\n\n    .feature-icon {\n        width: 48px;\n        height: 48px;\n        margin: 0 auto 1.5rem;\n        stroke: var(--accent);\n        stroke-width: 1;\n        fill: none;\n    }\n\n    .feature-title {\n        font-family: var(--display);\n        font-size: 1.3rem;\n        font-weight: 400;\n        margin-bottom: 1rem;\n    }\n\n    .feature-text {\n        font-family: var(--serif);\n        font-size: 1rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n        line-height: 1.8;\n    }\n\n    \/* Edition Stats *\/\n    .edition-section {\n        padding: 6rem 2rem;\n        background: var(--bg-secondary);\n    }\n\n    .edition-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 2rem;\n        max-width: 1000px;\n        margin: 0 auto;\n        text-align: center;\n    }\n\n    .edition-stat {\n        padding: 2rem;\n    }\n\n    .stat-number {\n        font-family: var(--display);\n        font-size: 3rem;\n        font-weight: 400;\n        color: var(--text-primary);\n        margin-bottom: 0.5rem;\n    }\n\n    .stat-label {\n        font-family: var(--sans);\n        font-size: 0.65rem;\n        font-weight: 400;\n        letter-spacing: 0.3em;\n        color: var(--text-muted);\n        text-transform: uppercase;\n    }\n\n    \/* Pairings Section *\/\n    .pairings-section {\n        padding: 8rem 2rem;\n    }\n\n    .pairings-content {\n        max-width: 900px;\n        margin: 0 auto;\n        text-align: center;\n    }\n\n    .pairings-label {\n        font-family: var(--sans);\n        font-size: 0.65rem;\n        font-weight: 400;\n        letter-spacing: 0.4em;\n        color: var(--text-muted);\n        text-transform: uppercase;\n        margin-bottom: 2rem;\n    }\n\n    .pairings-list {\n        display: flex;\n        flex-direction: column;\n        gap: 1.5rem;\n        margin-top: 3rem;\n    }\n\n    .pairing-item {\n        font-family: var(--serif);\n        font-size: 1.1rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n        padding: 1.5rem 2rem;\n        border: 1px solid var(--divider);\n        transition: all 0.3s ease;\n    }\n\n    .pairing-item:hover {\n        border-color: var(--accent);\n        background: rgba(255,255,255,0.02);\n    }\n\n    .pairing-item strong {\n        font-weight: 500;\n        color: var(--text-primary);\n    }\n\n    \/* Collection CTA *\/\n    .collection-section {\n        padding: 6rem 2rem;\n        background: var(--bg-tertiary);\n        text-align: center;\n    }\n\n    .collection-label {\n        font-family: var(--sans);\n        font-size: 0.65rem;\n        font-weight: 400;\n        letter-spacing: 0.4em;\n        color: var(--text-muted);\n        text-transform: uppercase;\n        margin-bottom: 1.5rem;\n    }\n\n    .collection-title {\n        font-family: var(--display);\n        font-size: 2rem;\n        font-weight: 400;\n        margin-bottom: 2rem;\n    }\n\n    .collection-link {\n        display: inline-block;\n        font-family: var(--sans);\n        font-size: 0.7rem;\n        font-weight: 400;\n        letter-spacing: 0.2em;\n        color: var(--text-primary);\n        text-decoration: none;\n        text-transform: uppercase;\n        padding: 1rem 2.5rem;\n        border: 1px solid var(--text-primary);\n        transition: all 0.3s ease;\n    }\n\n    .collection-link:hover {\n        background: var(--text-primary);\n        color: var(--bg-primary);\n    }\n\n    \/* Investment Section *\/\n    .investment-section {\n        padding: 8rem 2rem;\n    }\n\n    .investment-content {\n        max-width: 800px;\n        margin: 0 auto;\n        text-align: center;\n    }\n\n    .investment-title {\n        font-family: var(--display);\n        font-size: 2rem;\n        font-weight: 400;\n        margin-bottom: 2rem;\n    }\n\n    .investment-text {\n        font-family: var(--serif);\n        font-size: 1.1rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n        line-height: 1.9;\n        margin-bottom: 3rem;\n    }\n\n    .spaces-list {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 1rem 2rem;\n        margin-top: 2rem;\n    }\n\n    .space-tag {\n        font-family: var(--sans);\n        font-size: 0.7rem;\n        font-weight: 400;\n        letter-spacing: 0.15em;\n        color: var(--text-muted);\n        text-transform: uppercase;\n        padding: 0.6rem 1.2rem;\n        border: 1px solid var(--divider);\n    }\n\n    \/* Luxury Brands Strip *\/\n    .brands-section {\n        padding: 4rem 2rem;\n        background: var(--bg-secondary);\n        text-align: center;\n    }\n\n    .brands-label {\n        font-family: var(--sans);\n        font-size: 0.6rem;\n        font-weight: 400;\n        letter-spacing: 0.4em;\n        color: var(--text-muted);\n        text-transform: uppercase;\n        margin-bottom: 2rem;\n    }\n\n    .brands-list {\n        font-family: var(--display);\n        font-size: 1rem;\n        font-weight: 400;\n        letter-spacing: 0.3em;\n        color: var(--text-muted);\n    }\n\n    \/* Final CTA *\/\n    .final-cta {\n        padding: 10rem 2rem;\n        text-align: center;\n        position: relative;\n    }\n\n    .final-cta::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 50%;\n        transform: translateX(-50%);\n        width: 1px;\n        height: 80px;\n        background: var(--divider);\n    }\n\n    .final-title {\n        font-family: var(--display);\n        font-size: 2.5rem;\n        font-weight: 400;\n        margin-bottom: 1.5rem;\n    }\n\n    .final-subtitle {\n        font-family: var(--serif);\n        font-size: 1.2rem;\n        font-weight: 300;\n        font-style: italic;\n        color: var(--text-secondary);\n        margin-bottom: 3rem;\n    }\n\n    .inquiry-button {\n        display: inline-block;\n        font-family: var(--sans);\n        font-size: 0.7rem;\n        font-weight: 500;\n        letter-spacing: 0.25em;\n        color: var(--bg-primary);\n        background: var(--text-primary);\n        text-decoration: none;\n        text-transform: uppercase;\n        padding: 1.2rem 3.5rem;\n        transition: all 0.4s ease;\n    }\n\n    .inquiry-button:hover {\n        background: var(--accent);\n        transform: translateY(-2px);\n        box-shadow: 0 10px 40px rgba(255,255,255,0.1);\n    }\n\n    \/* Footer *\/\n    .footer {\n        padding: 4rem 2rem;\n        background: var(--bg-primary);\n        border-top: 1px solid var(--divider);\n    }\n\n    .footer-content {\n        max-width: 1200px;\n        margin: 0 auto;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n\n    .footer-logo {\n        font-family: var(--display);\n        font-size: 1.1rem;\n        font-weight: 400;\n        letter-spacing: 0.15em;\n        color: var(--text-primary);\n        text-transform: uppercase;\n    }\n\n    .footer-tagline {\n        font-family: var(--serif);\n        font-size: 0.9rem;\n        font-style: italic;\n        color: var(--text-muted);\n        margin-top: 0.5rem;\n    }\n\n    .social-links {\n        display: flex;\n        gap: 2rem;\n    }\n\n    .social-links a {\n        font-family: var(--sans);\n        font-size: 0.65rem;\n        font-weight: 400;\n        letter-spacing: 0.2em;\n        color: var(--text-muted);\n        text-decoration: none;\n        text-transform: uppercase;\n        transition: color 0.3s ease;\n    }\n\n    .social-links a:hover {\n        color: var(--text-primary);\n    }\n\n    .footer-copyright {\n        font-family: var(--sans);\n        font-size: 0.65rem;\n        color: var(--text-muted);\n        letter-spacing: 0.1em;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 1024px) {\n        .features-grid {\n            grid-template-columns: 1fr;\n            gap: 2rem;\n        }\n\n        .edition-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .header {\n            padding: 1rem 2rem;\n        }\n\n        .header.scrolled {\n            padding: 0.8rem 2rem;\n        }\n\n        .nav {\n            display: none;\n        }\n\n        .hero-title {\n            font-size: 2.5rem;\n        }\n\n        .hero-subtitle {\n            font-size: 1.1rem;\n        }\n\n        .edition-grid {\n            grid-template-columns: 1fr 1fr;\n        }\n\n        .footer-content {\n            flex-direction: column;\n            gap: 2rem;\n            text-align: center;\n        }\n\n        .backstory-section::before {\n            font-size: 10rem;\n            left: 5%;\n        }\n    }\n\n    \/* Fade-in animations on scroll *\/\n    .fade-in {\n        opacity: 0;\n        transform: translateY(30px);\n        transition: opacity 0.8s ease, transform 0.8s ease;\n    }\n\n    .fade-in.visible {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\u003c\/style\u003e\n```\n\n\n\n    \u003c!-- Header --\u003e\n    \u003cheader class=\"header\" id=\"header\"\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\" class=\"logo\"\u003eKasian Art Studio\u003c\/a\u003e\n        \u003cnav class=\"nav\"\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\"\u003eCollections\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/about\"\u003eAbout\u003c\/a\u003e\n            \u003ca href=\"mailto:kristina@kasianartstudio.com\"\u003eContact\u003c\/a\u003e\n        \u003c\/nav\u003e\n    \u003c\/header\u003e\n\n```\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n        \u003cp class=\"tagline\"\u003eMoody · Elegant · Timeless\u003c\/p\u003e\n        \u003ch1 class=\"hero-title\"\u003eWhispered Poise\u003c\/h1\u003e\n        \u003cp class=\"hero-subtitle\"\u003eA study in restraint and seduction — where vulnerability and control exist in perfect balance.\u003c\/p\u003e\n        \u003cdiv class=\"edition-badge\"\u003eLimited Edition · Hand-Numbered\u003c\/div\u003e\n        \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Inquiry:%20Whispered%20Poise\" class=\"cta-button\"\u003eInquire Now\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"scroll-indicator\"\u003e\n        \u003cspan\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Video Section --\u003e\n\u003csection class=\"video-section\"\u003e\n    \u003cdiv class=\"video-container\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/Ay4dAsWrXo8?rel=0\u0026amp;modestbranding=1\u0026amp;color=white\" title=\"Whispered Poise — Kasian Art Studio\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\n        \u003c\/iframe\u003e\n        \u003cdiv class=\"video-frame\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Description Section --\u003e\n\u003csection class=\"description-section\"\u003e\n    \u003cdiv class=\"section-content fade-in\"\u003e\n        \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n        \u003ch2 class=\"section-title\"\u003eEmotional Architecture\u003c\/h2\u003e\n        \u003cp class=\"description-text\"\u003e\n            Whispered Poise is a museum-grade black-and-white portrait defined by tension, elegance, and quiet authority. The subject emerges from negative space with sculptural precision — soft curls framing a gaze that is both distant and commanding. The exposed shoulder, the deliberate gesture, the restrained palette — every element invites interpretation while withholding certainty.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Backstory Section --\u003e\n\u003csection class=\"backstory-section\"\u003e\n    \u003cdiv class=\"backstory-content fade-in\"\u003e\n        \u003cp class=\"backstory-label\"\u003eThe Vision\u003c\/p\u003e\n        \u003cp class=\"backstory-text\"\u003e\n            She is neither inviting nor distant — she simply exists, unapologetically. Whispered Poise was conceived as an exploration of self-containment: the quiet power found in moments when nothing is being performed. The piece speaks to those who understand that luxury is not volume, but intention.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Features Grid --\u003e\n\u003csection class=\"features-section\"\u003e\n    \u003cdiv class=\"features-header fade-in\"\u003e\n        \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n        \u003ch2 class=\"section-title\"\u003eMuseum-Grade Quality\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n        \u003cdiv class=\"feature-card fade-in\"\u003e\n            \u003csvg class=\"feature-icon\" viewbox=\"0 0 48 48\"\u003e\n                \u003ccircle cx=\"24\" cy=\"24\" r=\"20\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M16 24l6 6 12-12\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            \u003ch3 class=\"feature-title\"\u003eLimited Edition\u003c\/h3\u003e\n            \u003cp class=\"feature-text\"\u003eEach piece is individually inspected, hand-numbered, and documented. No additional editions will be produced beyond the stated release — ensuring enduring exclusivity.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card fade-in\"\u003e\n            \u003csvg class=\"feature-icon\" viewbox=\"0 0 48 48\"\u003e\n                \u003crect x=\"8\" y=\"8\" width=\"32\" height=\"32\" rx=\"2\"\u003e\u003c\/rect\u003e\n                \u003cline x1=\"8\" y1=\"16\" x2=\"40\" y2=\"16\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"16\" y1=\"8\" x2=\"16\" y2=\"40\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\n            \u003ch3 class=\"feature-title\"\u003eArchival Quality\u003c\/h3\u003e\n            \u003cp class=\"feature-text\"\u003ePrinted using museum-grade archival pigment inks on gallery-grade substrates, rated for 100+ years of color fidelity under proper conditions.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card fade-in\"\u003e\n            \u003csvg class=\"feature-icon\" viewbox=\"0 0 48 48\"\u003e\n                \u003cpath d=\"M24 4l6 12h14l-11 8 4 14-13-10-13 10 4-14-11-8h14z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            \u003ch3 class=\"feature-title\"\u003eInvestment Ready\u003c\/h3\u003e\n            \u003cp class=\"feature-text\"\u003eEmotional figurative works by emerging artists maintain strong collector demand. Ships with Certificate of Authenticity and complete provenance documentation.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Edition Stats --\u003e\n\u003csection class=\"edition-section\"\u003e\n    \u003cdiv class=\"edition-grid fade-in\"\u003e\n        \u003cdiv class=\"edition-stat\"\u003e\n            \u003cdiv class=\"stat-number\"\u003eLtd\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003eEdition Size\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"edition-stat\"\u003e\n            \u003cdiv class=\"stat-number\"\u003e100+\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003eYear Archival\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"edition-stat\"\u003e\n            \u003cdiv class=\"stat-number\"\u003eCOA\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003eIncluded\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"edition-stat\"\u003e\n            \u003cdiv class=\"stat-number\"\u003e2026\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003eYear Released\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Pairings Section --\u003e\n\u003csection class=\"pairings-section\"\u003e\n    \u003cdiv class=\"pairings-content fade-in\"\u003e\n        \u003cp class=\"pairings-label\"\u003eCurated For\u003c\/p\u003e\n        \u003ch2 class=\"section-title\"\u003ePairs Well With\u003c\/h2\u003e\n        \u003cdiv class=\"pairings-list\"\u003e\n            \u003cdiv class=\"pairing-item\"\u003e\n\u003cstrong\u003eMinimalist black marble interiors\u003c\/strong\u003e — creating stark, architectural contrast\u003c\/div\u003e\n            \u003cdiv class=\"pairing-item\"\u003e\n\u003cstrong\u003eSoft linen textures and matte brass accents\u003c\/strong\u003e — for warmth without excess\u003c\/div\u003e\n            \u003cdiv class=\"pairing-item\"\u003e\n\u003cstrong\u003eNeutral palettes with architectural lighting\u003c\/strong\u003e — where silence speaks loudly\u003c\/div\u003e\n            \u003cdiv class=\"pairing-item\"\u003e\n\u003cstrong\u003eBoutique hotel bedrooms and private studies\u003c\/strong\u003e — spaces of contemplation\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Collection CTA --\u003e\n\u003csection class=\"collection-section\"\u003e\n    \u003cdiv class=\"fade-in\"\u003e\n        \u003cp class=\"collection-label\"\u003eExplore the Collection\u003c\/p\u003e\n        \u003ch2 class=\"collection-title\"\u003eEmotional Figurative Collection\u003c\/h2\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/emotional-figurative-collection\" class=\"collection-link\"\u003eView Collection\u003c\/a\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Investment Section --\u003e\n\u003csection class=\"investment-section\"\u003e\n    \u003cdiv class=\"investment-content fade-in\"\u003e\n        \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n        \u003ch2 class=\"investment-title\"\u003eNot Decorative Art\u003c\/h2\u003e\n        \u003cp class=\"investment-text\"\u003e\n            This is emotional architecture — meant to be lived with, contemplated, and quietly felt. Designed for interiors that value nuance over excess, it belongs in spaces where silence speaks loudly.\n        \u003c\/p\u003e\n        \u003cdiv class=\"spaces-list\"\u003e\n            \u003cspan class=\"space-tag\"\u003ePenthouse Bedrooms\u003c\/span\u003e\n            \u003cspan class=\"space-tag\"\u003eBoutique Hotel Suites\u003c\/span\u003e\n            \u003cspan class=\"space-tag\"\u003ePrivate Dressing Rooms\u003c\/span\u003e\n            \u003cspan class=\"space-tag\"\u003eRefined Residential Collections\u003c\/span\u003e\n            \u003cspan class=\"space-tag\"\u003ePrivate Studies\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Luxury Brands Strip --\u003e\n\u003csection class=\"brands-section\"\u003e\n    \u003cp class=\"brands-label\"\u003eDesigned for the World's Most Discerning Spaces\u003c\/p\u003e\n    \u003cp class=\"brands-list\"\u003eAman  •  Four Seasons  •  St. Regis  •  Ritz-Carlton Reserve\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003c!-- Final CTA --\u003e\n\u003csection class=\"final-cta\"\u003e\n    \u003cdiv class=\"fade-in\"\u003e\n        \u003ch2 class=\"final-title\"\u003eAcquire This Piece\u003c\/h2\u003e\n        \u003cp class=\"final-subtitle\"\u003eFor collectors who understand that luxury is not volume, but intention.\u003c\/p\u003e\n        \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Inquiry:%20Whispered%20Poise\" class=\"inquiry-button\"\u003eRequest Private Viewing\u003c\/a\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Footer --\u003e\n\u003cfooter class=\"footer\"\u003e\n    \u003cdiv class=\"footer-content\"\u003e\n        \u003cdiv\u003e\n            \u003cdiv class=\"footer-logo\"\u003eKasian Art Studio\u003c\/div\u003e\n            \u003cp class=\"footer-tagline\"\u003eMoody. Elegant. Timeless.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"social-links\"\u003e\n            \u003ca href=\"https:\/\/www.instagram.com\/kasianartstudio\" target=\"_blank\"\u003eInstagram\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.pinterest.com\/kasianartstudio\" target=\"_blank\"\u003ePinterest\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.youtube.com\/@kasianartstudio\" target=\"_blank\"\u003eYouTube\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"footer-copyright\"\u003e© 2026 Kasian Art Studio, L.L.C. All Rights Reserved.\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/footer\u003e\n\n\u003cscript\u003e\n    \/\/ Header scroll effect\n    const header = document.getElementById('header');\n    window.addEventListener('scroll', () =\u003e {\n        if (window.scrollY \u003e 100) {\n            header.classList.add('scrolled');\n        } else {\n            header.classList.remove('scrolled');\n        }\n    });\n\n    \/\/ Fade-in on scroll\n    const observerOptions = {\n        threshold: 0.1,\n        rootMargin: '0px 0px -50px 0px'\n    };\n\n    const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n            if (entry.isIntersecting) {\n                entry.target.classList.add('visible');\n            }\n        });\n    }, observerOptions);\n\n    document.querySelectorAll('.fade-in').forEach(el =\u003e {\n        observer.observe(el);\n    });\n\n    \/\/ Smooth scroll for anchor links\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor =\u003e {\n        anchor.addEventListener('click', function(e) {\n            e.preventDefault();\n            const target = document.querySelector(this.getAttribute('href'));\n            if (target) {\n                target.scrollIntoView({ behavior: 'smooth' });\n            }\n        });\n    });\n\u003c\/script\u003e\n```\n\n\n\u003c\/body\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47459438919845,"sku":"1013879_16039","price":10694.45,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47459438952613,"sku":"1013879_16045","price":10694.45,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47459438985381,"sku":"1013879_15700","price":10694.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/2AA0E93D-8570-42D3-B361-FCF4267DEE2D.png?v=1769895305"},{"product_id":"blue-hour-muse","title":"Blue Hour Muse — Limited Edition Monochrome Portrait","description":"\u003cbody\u003e\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eBlue Hour Muse | Luxury Monochrome Portrait Art | Kasian Art Studio\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"Museum-grade black and white portrait artwork with a striking blue focal accent. Designed for luxury interiors, collectors, and boutique hospitality spaces.\"\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500\u0026amp;family=Montserrat:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n```\n    :root {\n        --bg-primary: #0a0a0a;\n        --bg-secondary: #111111;\n        --bg-tertiary: #161616;\n        --text-primary: #e8e3d8;\n        --text-secondary: #a09a90;\n        --text-muted: #6b665c;\n        --accent: #4a7fa5;\n        --accent-light: #6baad4;\n        --accent-glow: rgba(74, 127, 165, 0.15);\n        --accent-deep: #2c5a7a;\n        --divider: rgba(232, 227, 216, 0.08);\n    }\n\n    html {\n        scroll-behavior: smooth;\n    }\n\n    body {\n        font-family: 'Cormorant Garamond', serif;\n        background: var(--bg-primary);\n        color: var(--text-primary);\n        overflow-x: hidden;\n        line-height: 1.7;\n    }\n\n    \/* ============ HEADER ============ *\/\n    .header {\n        position: fixed;\n        top: 0;\n        width: 100%;\n        padding: 2rem 5%;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        z-index: 1000;\n        background: linear-gradient(180deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0) 100%);\n        transition: all 0.4s ease;\n    }\n\n    .logo {\n        font-family: 'Playfair Display', serif;\n        font-size: 1.1rem;\n        letter-spacing: 3px;\n        font-weight: 400;\n        text-transform: uppercase;\n        color: var(--text-primary);\n    }\n\n    .nav a {\n        color: var(--text-primary);\n        text-decoration: none;\n        margin-left: 2.5rem;\n        font-size: 0.85rem;\n        letter-spacing: 1.5px;\n        text-transform: uppercase;\n        transition: color 0.3s ease;\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 300;\n    }\n\n    .nav a:hover {\n        color: var(--accent-light);\n    }\n\n    \/* ============ HERO ============ *\/\n    .hero {\n        height: 100vh;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .hero-bg {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: radial-gradient(ellipse at 50% 40%, rgba(74, 127, 165, 0.06) 0%, var(--bg-primary) 70%);\n    }\n\n    \/* Blue gaze pulse animation *\/\n    .hero-gaze-pulse {\n        position: absolute;\n        top: 35%;\n        left: 50%;\n        transform: translate(-50%, -50%);\n        width: 300px;\n        height: 300px;\n        border-radius: 50%;\n        background: radial-gradient(circle, rgba(74, 127, 165, 0.08) 0%, transparent 70%);\n        animation: gazePulse 6s ease-in-out infinite;\n        pointer-events: none;\n    }\n\n    @keyframes gazePulse {\n        0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.4; }\n        50% { transform: translate(-50%, -50%) scale(1.8); opacity: 0.1; }\n    }\n\n    \/* Floating dust motes *\/\n    .mote {\n        position: absolute;\n        width: 2px;\n        height: 2px;\n        background: rgba(74, 127, 165, 0.3);\n        border-radius: 50%;\n        animation: floatMote linear infinite;\n        pointer-events: none;\n    }\n\n    .mote:nth-child(1) { left: 15%; top: 20%; animation-duration: 18s; animation-delay: 0s; }\n    .mote:nth-child(2) { left: 75%; top: 60%; animation-duration: 22s; animation-delay: -4s; width: 1.5px; height: 1.5px; }\n    .mote:nth-child(3) { left: 40%; top: 80%; animation-duration: 20s; animation-delay: -8s; }\n    .mote:nth-child(4) { left: 85%; top: 30%; animation-duration: 25s; animation-delay: -12s; width: 1px; height: 1px; }\n    .mote:nth-child(5) { left: 25%; top: 50%; animation-duration: 19s; animation-delay: -6s; }\n\n    @keyframes floatMote {\n        0% { transform: translateY(0) translateX(0); opacity: 0; }\n        15% { opacity: 0.6; }\n        50% { transform: translateY(-120px) translateX(30px); opacity: 0.3; }\n        85% { opacity: 0.5; }\n        100% { transform: translateY(-250px) translateX(-20px); opacity: 0; }\n    }\n\n    .hero-content {\n        position: relative;\n        z-index: 2;\n        text-align: center;\n        max-width: 900px;\n        padding: 0 5%;\n    }\n\n    .hero-edition {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.75rem;\n        letter-spacing: 4px;\n        text-transform: uppercase;\n        color: var(--accent-light);\n        margin-bottom: 2rem;\n        opacity: 0;\n        animation: fadeInDown 1s ease-out 0.3s forwards;\n    }\n\n    .hero h1 {\n        font-family: 'Playfair Display', serif;\n        font-size: 5rem;\n        font-weight: 400;\n        letter-spacing: 2px;\n        margin-bottom: 1.5rem;\n        line-height: 1.1;\n        opacity: 0;\n        animation: fadeInUp 1.2s ease-out 0.5s forwards;\n    }\n\n    .hero h1 .accent {\n        color: var(--accent-light);\n        font-style: italic;\n    }\n\n    .hero-tagline {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.8rem;\n        letter-spacing: 5px;\n        text-transform: uppercase;\n        color: var(--text-muted);\n        margin-bottom: 2.5rem;\n        opacity: 0;\n        animation: fadeInUp 1s ease-out 0.8s forwards;\n    }\n\n    .hero-description {\n        font-size: 1.25rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n        max-width: 600px;\n        margin: 0 auto 3rem;\n        line-height: 1.8;\n        font-style: italic;\n        opacity: 0;\n        animation: fadeInUp 1s ease-out 1s forwards;\n    }\n\n    .hero-cta {\n        display: inline-block;\n        padding: 1rem 3rem;\n        border: 1px solid var(--accent);\n        color: var(--text-primary);\n        text-decoration: none;\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.8rem;\n        letter-spacing: 3px;\n        text-transform: uppercase;\n        transition: all 0.4s ease;\n        opacity: 0;\n        animation: fadeInUp 1s ease-out 1.2s forwards;\n    }\n\n    .hero-cta:hover {\n        background: var(--accent);\n        color: #0a0a0a;\n        box-shadow: 0 0 40px var(--accent-glow);\n    }\n\n    @keyframes fadeInUp {\n        from { opacity: 0; transform: translateY(30px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes fadeInDown {\n        from { opacity: 0; transform: translateY(-20px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n\n    .scroll-indicator {\n        position: absolute;\n        bottom: 3rem;\n        left: 50%;\n        transform: translateX(-50%);\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 0.5rem;\n        opacity: 0;\n        animation: fadeInUp 1s ease-out 1.5s forwards;\n    }\n\n    .scroll-line {\n        width: 1px;\n        height: 40px;\n        background: linear-gradient(to bottom, var(--accent), transparent);\n        animation: scrollPulse 2s ease-in-out infinite;\n    }\n\n    @keyframes scrollPulse {\n        0%, 100% { opacity: 0.3; transform: scaleY(0.6); }\n        50% { opacity: 0.8; transform: scaleY(1); }\n    }\n\n    \/* ============ SECTIONS SHARED ============ *\/\n    section {\n        padding: 8rem 5%;\n    }\n\n    .section-label {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.7rem;\n        letter-spacing: 4px;\n        text-transform: uppercase;\n        color: var(--accent);\n        margin-bottom: 1.5rem;\n    }\n\n    .section-title {\n        font-family: 'Playfair Display', serif;\n        font-size: 2.8rem;\n        font-weight: 400;\n        margin-bottom: 2rem;\n        line-height: 1.2;\n    }\n\n    .divider {\n        width: 60px;\n        height: 1px;\n        background: var(--accent);\n        margin: 3rem auto;\n    }\n\n    .fade-in {\n        opacity: 0;\n        transform: translateY(25px);\n        transition: opacity 0.8s ease, transform 0.8s ease;\n    }\n\n    .fade-in.visible {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    \/* ============ VIDEO SECTION ============ *\/\n    .video-section {\n        background: var(--bg-secondary);\n        text-align: center;\n    }\n\n    .video-wrapper {\n        max-width: 900px;\n        margin: 0 auto;\n        position: relative;\n        padding-bottom: 56.25%;\n        height: 0;\n        overflow: hidden;\n        border: 1px solid var(--divider);\n    }\n\n    .video-wrapper iframe {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    \/* ============ DESCRIPTION SECTION ============ *\/\n    .description-section {\n        max-width: 800px;\n        margin: 0 auto;\n        text-align: center;\n    }\n\n    .description-section .description-text {\n        font-size: 1.2rem;\n        font-weight: 300;\n        line-height: 2;\n        color: var(--text-secondary);\n    }\n\n    .description-section .description-text p {\n        margin-bottom: 1.5rem;\n    }\n\n    \/* ============ BACKSTORY SECTION ============ *\/\n    .backstory-section {\n        background: var(--bg-secondary);\n        position: relative;\n        overflow: hidden;\n    }\n\n    .backstory-section::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        right: 0;\n        width: 40%;\n        height: 100%;\n        background: radial-gradient(ellipse at 80% 50%, var(--accent-glow), transparent 60%);\n        pointer-events: none;\n    }\n\n    .backstory-inner {\n        max-width: 750px;\n        margin: 0 auto;\n        position: relative;\n        z-index: 1;\n    }\n\n    .backstory-inner .backstory-text {\n        font-size: 1.2rem;\n        font-weight: 300;\n        line-height: 2;\n        color: var(--text-secondary);\n        font-style: italic;\n    }\n\n    .backstory-inner .backstory-text p {\n        margin-bottom: 1.5rem;\n    }\n\n    .backstory-quote {\n        font-family: 'Playfair Display', serif;\n        font-size: 1.8rem;\n        font-weight: 400;\n        font-style: italic;\n        color: var(--accent-light);\n        text-align: center;\n        margin: 3rem 0;\n        line-height: 1.5;\n    }\n\n    \/* ============ FEATURES GRID ============ *\/\n    .features-section {\n        text-align: center;\n    }\n\n    .features-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 3rem;\n        max-width: 1100px;\n        margin: 4rem auto 0;\n    }\n\n    .feature-card {\n        padding: 3rem 2rem;\n        border: 1px solid var(--divider);\n        transition: all 0.4s ease;\n        position: relative;\n    }\n\n    .feature-card::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 50%;\n        transform: translateX(-50%);\n        width: 40px;\n        height: 1px;\n        background: var(--accent);\n        transition: width 0.4s ease;\n    }\n\n    .feature-card:hover::before {\n        width: 80px;\n    }\n\n    .feature-card:hover {\n        border-color: rgba(74, 127, 165, 0.2);\n        background: rgba(74, 127, 165, 0.03);\n    }\n\n    .feature-icon {\n        font-size: 1.5rem;\n        color: var(--accent-light);\n        margin-bottom: 1.5rem;\n    }\n\n    .feature-card h3 {\n        font-family: 'Playfair Display', serif;\n        font-size: 1.3rem;\n        font-weight: 400;\n        margin-bottom: 1rem;\n    }\n\n    .feature-card p {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.85rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n        line-height: 1.8;\n    }\n\n    \/* ============ EDITION STATS ============ *\/\n    .edition-section {\n        background: var(--bg-secondary);\n        text-align: center;\n    }\n\n    .edition-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 2rem;\n        max-width: 1000px;\n        margin: 4rem auto 0;\n    }\n\n    .edition-stat {\n        padding: 2.5rem 1.5rem;\n        border: 1px solid var(--divider);\n        transition: all 0.4s ease;\n    }\n\n    .edition-stat:hover {\n        border-color: rgba(74, 127, 165, 0.25);\n    }\n\n    .edition-number {\n        font-family: 'Playfair Display', serif;\n        font-size: 2.5rem;\n        font-weight: 400;\n        color: var(--accent-light);\n        margin-bottom: 0.5rem;\n    }\n\n    .edition-label {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.7rem;\n        letter-spacing: 3px;\n        text-transform: uppercase;\n        color: var(--text-muted);\n    }\n\n    \/* ============ PAIRINGS SECTION ============ *\/\n    .pairings-section {\n        text-align: center;\n    }\n\n    .pairings-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 2.5rem;\n        max-width: 900px;\n        margin: 4rem auto 0;\n    }\n\n    .pairing-card {\n        padding: 3rem 2.5rem;\n        border: 1px solid var(--divider);\n        text-align: left;\n        transition: all 0.4s ease;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .pairing-card::after {\n        content: '';\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        width: 100%;\n        height: 2px;\n        background: linear-gradient(90deg, transparent, var(--accent), transparent);\n        opacity: 0;\n        transition: opacity 0.4s ease;\n    }\n\n    .pairing-card:hover::after {\n        opacity: 1;\n    }\n\n    .pairing-card:hover {\n        border-color: rgba(74, 127, 165, 0.2);\n    }\n\n    .pairing-card h3 {\n        font-family: 'Playfair Display', serif;\n        font-size: 1.4rem;\n        font-weight: 400;\n        margin-bottom: 0.75rem;\n    }\n\n    .pairing-card p {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.85rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n        line-height: 1.7;\n    }\n\n    \/* ============ COLLECTION CTA ============ *\/\n    .collection-section {\n        background: var(--bg-secondary);\n        text-align: center;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .collection-section::before {\n        content: '';\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        transform: translate(-50%, -50%);\n        width: 500px;\n        height: 500px;\n        border-radius: 50%;\n        background: radial-gradient(circle, var(--accent-glow), transparent 60%);\n        pointer-events: none;\n    }\n\n    .collection-inner {\n        position: relative;\n        z-index: 1;\n    }\n\n    .collection-link {\n        display: inline-block;\n        padding: 1.1rem 3.5rem;\n        border: 1px solid var(--accent);\n        color: var(--text-primary);\n        text-decoration: none;\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.8rem;\n        letter-spacing: 3px;\n        text-transform: uppercase;\n        transition: all 0.4s ease;\n        margin-top: 2rem;\n    }\n\n    .collection-link:hover {\n        background: var(--accent);\n        color: var(--bg-primary);\n        box-shadow: 0 0 50px var(--accent-glow);\n    }\n\n    \/* ============ INVESTMENT SECTION ============ *\/\n    .investment-section {\n        text-align: center;\n    }\n\n    .investment-section .section-body {\n        max-width: 700px;\n        margin: 0 auto;\n        font-size: 1.15rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n        line-height: 2;\n    }\n\n    .target-spaces {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 1rem;\n        margin-top: 3rem;\n    }\n\n    .space-tag {\n        padding: 0.6rem 1.5rem;\n        border: 1px solid var(--divider);\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.75rem;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        color: var(--text-muted);\n        transition: all 0.3s ease;\n    }\n\n    .space-tag:hover {\n        border-color: var(--accent);\n        color: var(--accent-light);\n    }\n\n    \/* ============ LUXURY BRAND STRIP ============ *\/\n    .brand-strip {\n        background: var(--bg-secondary);\n        padding: 5rem 5%;\n        text-align: center;\n    }\n\n    .brand-strip-label {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.7rem;\n        letter-spacing: 4px;\n        text-transform: uppercase;\n        color: var(--text-muted);\n        margin-bottom: 2rem;\n    }\n\n    .brand-names {\n        font-family: 'Playfair Display', serif;\n        font-size: 1.3rem;\n        font-weight: 400;\n        color: var(--text-secondary);\n        letter-spacing: 3px;\n    }\n\n    .brand-names span {\n        margin: 0 1.5rem;\n        opacity: 0.6;\n        transition: opacity 0.3s ease;\n    }\n\n    .brand-names span:hover {\n        opacity: 1;\n        color: var(--accent-light);\n    }\n\n    \/* ============ FINAL CTA ============ *\/\n    .final-cta-section {\n        text-align: center;\n        padding: 10rem 5%;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .final-cta-section::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: radial-gradient(ellipse at 50% 50%, rgba(74, 127, 165, 0.04) 0%, transparent 50%);\n        pointer-events: none;\n    }\n\n    .final-cta-inner {\n        position: relative;\n        z-index: 1;\n    }\n\n    .final-cta-title {\n        font-family: 'Playfair Display', serif;\n        font-size: 3rem;\n        font-weight: 400;\n        margin-bottom: 1.5rem;\n        line-height: 1.3;\n    }\n\n    .final-cta-subtitle {\n        font-size: 1.15rem;\n        font-weight: 300;\n        color: var(--text-secondary);\n        margin-bottom: 1rem;\n        font-style: italic;\n    }\n\n    .final-cta-email {\n        display: inline-block;\n        color: var(--accent-light);\n        text-decoration: none;\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.85rem;\n        letter-spacing: 2px;\n        padding: 1rem 0;\n        border-bottom: 1px solid var(--accent);\n        transition: all 0.3s ease;\n        margin-top: 1.5rem;\n    }\n\n    .final-cta-email:hover {\n        color: var(--text-primary);\n        border-bottom-color: var(--text-primary);\n    }\n\n    \/* ============ FOOTER ============ *\/\n    .footer {\n        background: var(--bg-secondary);\n        padding: 4rem 5%;\n        text-align: center;\n        border-top: 1px solid var(--divider);\n    }\n\n    .footer-links {\n        display: flex;\n        justify-content: center;\n        gap: 2.5rem;\n        margin-bottom: 2rem;\n    }\n\n    .footer-links a {\n        color: var(--text-muted);\n        text-decoration: none;\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.8rem;\n        letter-spacing: 1.5px;\n        text-transform: uppercase;\n        transition: color 0.3s ease;\n    }\n\n    .footer-links a:hover {\n        color: var(--accent-light);\n    }\n\n    .footer-copyright {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 0.7rem;\n        letter-spacing: 1px;\n        color: var(--text-muted);\n        opacity: 0.5;\n    }\n\n    \/* ============ RESPONSIVE ============ *\/\n    @media (max-width: 1024px) {\n        .hero h1 {\n            font-size: 3.5rem;\n        }\n\n        .features-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n\n        .edition-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .header {\n            padding: 1.2rem 5%;\n        }\n\n        .nav {\n            display: none;\n        }\n\n        .hero h1 {\n            font-size: 2.8rem;\n        }\n\n        .hero-description {\n            font-size: 1.1rem;\n        }\n\n        .section-title {\n            font-size: 2.2rem;\n        }\n\n        .features-grid {\n            grid-template-columns: 1fr;\n            gap: 2rem;\n        }\n\n        .edition-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n\n        .pairings-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .brand-names span {\n            display: block;\n            margin: 0.5rem 0;\n        }\n\n        .final-cta-title {\n            font-size: 2.2rem;\n        }\n\n        section {\n            padding: 5rem 5%;\n        }\n\n        .backstory-quote {\n            font-size: 1.4rem;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .hero h1 {\n            font-size: 2.2rem;\n        }\n\n        .edition-grid {\n            grid-template-columns: 1fr 1fr;\n            gap: 1rem;\n        }\n\n        .target-spaces {\n            flex-direction: column;\n            align-items: center;\n        }\n    }\n\u003c\/style\u003e\n```\n\n\n\n\n```\n\u003c!-- Header --\u003e\n\u003cheader class=\"header\"\u003e\n    \u003cdiv class=\"logo\"\u003eKasian Art Studio\u003c\/div\u003e\n    \u003cnav class=\"nav\"\u003e\n        \u003ca href=\"#artwork\"\u003eArtwork\u003c\/a\u003e\n        \u003ca href=\"#story\"\u003eStory\u003c\/a\u003e\n        \u003ca href=\"#details\"\u003eDetails\u003c\/a\u003e\n        \u003ca href=\"#inquire\"\u003eInquire\u003c\/a\u003e\n    \u003c\/nav\u003e\n\u003c\/header\u003e\n\n\u003c!-- Hero --\u003e\n\u003csection class=\"hero\" id=\"artwork\"\u003e\n    \u003cdiv class=\"hero-bg\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"hero-gaze-pulse\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"mote\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"mote\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"mote\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"mote\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"mote\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n        \u003cp class=\"hero-edition\"\u003eLimited Edition — Hand Numbered\u003c\/p\u003e\n        \u003ch1\u003eBlue Hour \u003cspan class=\"accent\"\u003eMuse\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp class=\"hero-tagline\"\u003eMoody · Elegant · Timeless\u003c\/p\u003e\n        \u003cp class=\"hero-description\"\u003eA study in confidence and quiet seduction. Power through restraint, gaze, and impeccable composure.\u003c\/p\u003e\n        \u003ca href=\"#inquire\" class=\"hero-cta\"\u003eCollector Inquiry\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"scroll-indicator\"\u003e\n        \u003cdiv class=\"scroll-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Video Section --\u003e\n\u003csection class=\"video-section\" id=\"video\"\u003e\n    \u003cp class=\"section-label fade-in\"\u003eExperience the Artwork\u003c\/p\u003e\n    \u003ch2 class=\"section-title fade-in\"\u003eIn Motion\u003c\/h2\u003e\n    \u003cdiv class=\"divider fade-in\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"video-wrapper fade-in\" style=\"margin-top: 3rem;\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/Eo5GHfuilnk?rel=0\u0026amp;modestbranding=1\u0026amp;color=white\" title=\"Blue Hour Muse — Kasian Art Studio\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\n        \u003c\/iframe\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Description Section --\u003e\n\u003csection class=\"description-section\" id=\"description\"\u003e\n    \u003cp class=\"section-label fade-in\"\u003eThe Artwork\u003c\/p\u003e\n    \u003ch2 class=\"section-title fade-in\"\u003eIdentity Rendered Still\u003c\/h2\u003e\n    \u003cdiv class=\"divider fade-in\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"description-text fade-in\"\u003e\n        \u003cp\u003eBlue Hour Muse is a museum-grade monochrome portrait defined by contrast, poise, and unapologetic femininity. Rendered primarily in sculpted grayscale, the composition is interrupted by a single, arresting detail — a luminous blue eye that commands attention without excess.\u003c\/p\u003e\n        \u003cp\u003eThe subject's posture is relaxed yet intentional. Draped in black, she exists between exposure and control, vulnerability and authority. The composition avoids spectacle in favor of precision, allowing negative space, texture, and gaze to do the work.\u003c\/p\u003e\n        \u003cp\u003eThis piece is designed for interiors that understand restraint as luxury. It belongs in penthouse bedrooms, private dressing rooms, boutique hotel suites, and collector spaces where intimacy and sophistication coexist. The restrained palette allows the work to integrate seamlessly while still asserting undeniable presence.\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Backstory Section --\u003e\n\u003csection class=\"backstory-section\" id=\"story\"\u003e\n    \u003cdiv class=\"backstory-inner\"\u003e\n        \u003cp class=\"section-label fade-in\"\u003eCinematic Backstory\u003c\/p\u003e\n        \u003ch2 class=\"section-title fade-in\"\u003eThe Moment Before Night Settles\u003c\/h2\u003e\n        \u003cdiv class=\"divider fade-in\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"backstory-text fade-in\"\u003e\n            \u003cp\u003eBlue Hour Muse was created as an exploration of the moment just before night fully settles — when light softens, confidence sharpens, and presence becomes unmistakable. The blue eye serves not as ornament, but as intention: a single note held longer than expected.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"backstory-quote fade-in\"\u003e\"This work reflects self-possession — the kind that requires no audience.\"\u003c\/p\u003e\n        \u003cdiv class=\"backstory-text fade-in\"\u003e\n            \u003cp\u003eThis is not decorative portraiture — it is identity rendered still.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Features Grid --\u003e\n\u003csection class=\"features-section\" id=\"details\"\u003e\n    \u003cp class=\"section-label fade-in\"\u003eMuseum-Grade Quality\u003c\/p\u003e\n    \u003ch2 class=\"section-title fade-in\"\u003eCrafted for Permanence\u003c\/h2\u003e\n    \u003cdiv class=\"divider fade-in\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n        \u003cdiv class=\"feature-card fade-in\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e◆\u003c\/div\u003e\n            \u003ch3\u003eLimited Edition\u003c\/h3\u003e\n            \u003cp\u003eEach print is hand-numbered with no additional editions produced beyond the stated release. Scarcity is by design — not afterthought.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card fade-in\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e◈\u003c\/div\u003e\n            \u003ch3\u003eArchival Quality\u003c\/h3\u003e\n            \u003cp\u003ePrinted using museum-grade archival inks on premium substrates rated for long-term display. Non-reflective, gallery-quality finish ensures tonal integrity for 100+ years.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card fade-in\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e◇\u003c\/div\u003e\n            \u003ch3\u003eInvestment Ready\u003c\/h3\u003e\n            \u003cp\u003eMonochrome figurative portraits maintain enduring demand among collectors and luxury hospitality spaces. Every piece includes full provenance documentation.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Edition Stats --\u003e\n\u003csection class=\"edition-section\"\u003e\n    \u003cp class=\"section-label fade-in\"\u003eEdition Details\u003c\/p\u003e\n    \u003ch2 class=\"section-title fade-in\"\u003eThe Numbers\u003c\/h2\u003e\n    \u003cdiv class=\"divider fade-in\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"edition-grid\"\u003e\n        \u003cdiv class=\"edition-stat fade-in\"\u003e\n            \u003cdiv class=\"edition-number\"\u003e50\u003c\/div\u003e\n            \u003cdiv class=\"edition-label\"\u003eTotal Editions\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"edition-stat fade-in\"\u003e\n            \u003cdiv class=\"edition-number\"\u003e100+\u003c\/div\u003e\n            \u003cdiv class=\"edition-label\"\u003eYear Archival Rating\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"edition-stat fade-in\"\u003e\n            \u003cdiv class=\"edition-number\"\u003e1\u003c\/div\u003e\n            \u003cdiv class=\"edition-label\"\u003eSingular Blue Accent\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"edition-stat fade-in\"\u003e\n            \u003cdiv class=\"edition-number\"\u003eCOA\u003c\/div\u003e\n            \u003cdiv class=\"edition-label\"\u003eCertificate Included\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Curated Pairings --\u003e\n\u003csection class=\"pairings-section\"\u003e\n    \u003cp class=\"section-label fade-in\"\u003eCurated Pairings\u003c\/p\u003e\n    \u003ch2 class=\"section-title fade-in\"\u003eCollected Together\u003c\/h2\u003e\n    \u003cdiv class=\"divider fade-in\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"pairings-grid\"\u003e\n        \u003cdiv class=\"pairing-card fade-in\"\u003e\n            \u003ch3\u003eVeiled Allure\u003c\/h3\u003e\n            \u003cp\u003eA shadowed figurative portrait exploring concealment, mystery, and the space between disclosure and restraint. The perfect counterpoint in tone and mood.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pairing-card fade-in\"\u003e\n            \u003ch3\u003eWhispered Poise\u003c\/h3\u003e\n            \u003cp\u003eQuiet elegance in monochrome — a study in composure and understated power that creates a powerful dialogue when paired with Blue Hour Muse.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Collection Exploration --\u003e\n\u003csection class=\"collection-section\"\u003e\n    \u003cdiv class=\"collection-inner\"\u003e\n        \u003cp class=\"section-label fade-in\"\u003eExplore the Collection\u003c\/p\u003e\n        \u003ch2 class=\"section-title fade-in\"\u003eBlack \u0026amp; White Luxury Collection\u003c\/h2\u003e\n        \u003cdiv class=\"divider fade-in\"\u003e\u003c\/div\u003e\n        \u003cp class=\"fade-in\" style=\"font-size: 1.15rem; font-weight: 300; color: var(--text-secondary); max-width: 600px; margin: 0 auto; line-height: 1.9;\"\u003e\n            Blue Hour Muse is part of the Kasian Art Studio portrait collection — curated for collectors and luxury interiors seeking intimacy, restraint, and enduring presence.\n        \u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/black-amp-white-luxury-collection\" class=\"collection-link fade-in\" target=\"_blank\"\u003eView Full Collection\u003c\/a\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Investment Positioning --\u003e\n\u003csection class=\"investment-section\"\u003e\n    \u003cp class=\"section-label fade-in\"\u003eDesigned For\u003c\/p\u003e\n    \u003ch2 class=\"section-title fade-in\"\u003eSpaces That Understand Restraint\u003c\/h2\u003e\n    \u003cdiv class=\"divider fade-in\"\u003e\u003c\/div\u003e\n    \u003cp class=\"section-body fade-in\"\u003e\n        Blue Hour Muse was created for interiors where restraint is the ultimate luxury. Its restrained palette and commanding gaze integrate seamlessly while asserting undeniable presence.\n    \u003c\/p\u003e\n    \u003cdiv class=\"target-spaces fade-in\"\u003e\n        \u003cspan class=\"space-tag\"\u003ePenthouse Bedrooms\u003c\/span\u003e\n        \u003cspan class=\"space-tag\"\u003ePrivate Dressing Rooms\u003c\/span\u003e\n        \u003cspan class=\"space-tag\"\u003eBoutique Hotel Suites\u003c\/span\u003e\n        \u003cspan class=\"space-tag\"\u003eCollector Corridors\u003c\/span\u003e\n        \u003cspan class=\"space-tag\"\u003eLuxury Residences\u003c\/span\u003e\n        \u003cspan class=\"space-tag\"\u003eDesigner Interiors\u003c\/span\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Luxury Brand Strip --\u003e\n\u003csection class=\"brand-strip\"\u003e\n    \u003cp class=\"brand-strip-label fade-in\"\u003eTrusted by the World's Finest Hospitality Brands\u003c\/p\u003e\n    \u003cdiv class=\"brand-names fade-in\"\u003e\n        \u003cspan\u003eAman\u003c\/span\u003e\n        \u003cspan\u003e•\u003c\/span\u003e\n        \u003cspan\u003eFour Seasons\u003c\/span\u003e\n        \u003cspan\u003e•\u003c\/span\u003e\n        \u003cspan\u003eSt. Regis\u003c\/span\u003e\n        \u003cspan\u003e•\u003c\/span\u003e\n        \u003cspan\u003eRitz-Carlton Reserve\u003c\/span\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Final CTA --\u003e\n\u003csection class=\"final-cta-section\" id=\"inquire\"\u003e\n    \u003cdiv class=\"final-cta-inner\"\u003e\n        \u003cp class=\"section-label fade-in\"\u003eBegin Your Acquisition\u003c\/p\u003e\n        \u003ch2 class=\"final-cta-title fade-in\"\u003eOne Glance. Everything Held.\u003c\/h2\u003e\n        \u003cp class=\"final-cta-subtitle fade-in\"\u003eMuseum-grade provenance. Collector-ready documentation.\u003c\/p\u003e\n        \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Collector%20Inquiry%3A%20Blue%20Hour%20Muse\" class=\"final-cta-email fade-in\"\u003ekristina@kasianartstudio.com\u003c\/a\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Footer --\u003e\n\u003cfooter class=\"footer\"\u003e\n    \u003cdiv class=\"footer-links\"\u003e\n        \u003ca href=\"https:\/\/www.instagram.com\/kasianartstudio\" target=\"_blank\"\u003eInstagram\u003c\/a\u003e\n        \u003ca href=\"https:\/\/www.pinterest.com\/kasianartstudio\" target=\"_blank\"\u003ePinterest\u003c\/a\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\" target=\"_blank\"\u003eStudio\u003c\/a\u003e\n        \u003ca href=\"mailto:kristina@kasianartstudio.com\"\u003eContact\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"footer-copyright\"\u003e© 2026 Kasian Art Studio. All rights reserved.\u003c\/p\u003e\n\u003c\/footer\u003e\n\n\u003c!-- Scroll Animation Script --\u003e\n\u003cscript\u003e\n    const observerOptions = {\n        threshold: 0.1,\n        rootMargin: '0px 0px -50px 0px'\n    };\n\n    const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n            if (entry.isIntersecting) {\n                entry.target.classList.add('visible');\n            }\n        });\n    }, observerOptions);\n\n    document.querySelectorAll('.fade-in').forEach(el =\u003e {\n        observer.observe(el);\n    });\n\n    \/\/ Smooth scroll for anchor links\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor =\u003e {\n        anchor.addEventListener('click', function (e) {\n            e.preventDefault();\n            const target = document.querySelector(this.getAttribute('href'));\n            if (target) {\n                target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n            }\n        });\n    });\n\n    \/\/ Header scroll effect\n    window.addEventListener('scroll', () =\u003e {\n        const header = document.querySelector('.header');\n        if (window.pageYOffset \u003e 100) {\n            header.style.padding = '1rem 5%';\n            header.style.background = 'rgba(10,10,10,0.97)';\n        } else {\n            header.style.padding = '2rem 5%';\n            header.style.background = 'linear-gradient(180deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0) 100%)';\n        }\n    });\n\u003c\/script\u003e\n```\n\n\n\u003c\/body\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47474052169893,"sku":"2892958_17633","price":18736.99,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47474052202661,"sku":"2892958_17640","price":18736.99,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47474052235429,"sku":"2892958_17647","price":18736.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/08BF960D-047A-4835-A4E9-D13884379E16.png?v=1770337237"},{"product_id":"velvet-interruption","title":"Velvet Interruption — Limited Edition Monochrome Portrait","description":"\u003cbody\u003e\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003cmeta name=\"title\" content=\"Velvet Interruption | Luxury Monochrome Portrait Art\"\u003e\n    \u003cmeta name=\"description\" content=\"Museum-grade black and white portrait artwork exploring concealment, intimacy, and restraint. Designed for luxury interiors and collectors.\"\u003e\n    \u003ctitle\u003eVelvet Interruption | Luxury Monochrome Portrait Art\u003c\/title\u003e\n\n```\n\u003c!-- Fonts --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;500;600;700\u0026amp;family=Playfair+Display:wght@400;500;600;700\u0026amp;family=Inter:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n    \n    :root {\n        --bg-primary: #0a0a0a;\n        --bg-secondary: #121212;\n        --text-primary: #f5f5f5;\n        --text-secondary: #b8b8b8;\n        --accent: #666666;\n        --accent-light: #8a8a8a;\n        --divider: #2a2a2a;\n    }\n    \n    body {\n        font-family: 'Inter', sans-serif;\n        background-color: var(--bg-primary);\n        color: var(--text-primary);\n        line-height: 1.6;\n        overflow-x: hidden;\n    }\n    \n    \/* Header *\/\n    .header {\n        position: fixed;\n        top: 0;\n        left: 0;\n        right: 0;\n        z-index: 1000;\n        background: rgba(10, 10, 10, 0.95);\n        backdrop-filter: blur(10px);\n        border-bottom: 1px solid var(--divider);\n        transition: all 0.3s ease;\n    }\n    \n    .header-content {\n        max-width: 1400px;\n        margin: 0 auto;\n        padding: 1.5rem 3rem;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n    \n    .logo {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: 1.5rem;\n        font-weight: 300;\n        letter-spacing: 2px;\n        color: var(--text-primary);\n        text-decoration: none;\n    }\n    \n    .nav {\n        display: flex;\n        gap: 3rem;\n    }\n    \n    .nav a {\n        color: var(--text-secondary);\n        text-decoration: none;\n        font-size: 0.875rem;\n        letter-spacing: 1px;\n        transition: color 0.3s ease;\n        text-transform: uppercase;\n    }\n    \n    .nav a:hover {\n        color: var(--text-primary);\n    }\n    \n    \/* Hero Section *\/\n    .hero {\n        height: 100vh;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        overflow: hidden;\n        padding-top: 80px;\n    }\n    \n    .hero::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: radial-gradient(circle at 30% 50%, rgba(102, 102, 102, 0.08), transparent 60%);\n        animation: pulseGlow 8s ease-in-out infinite;\n    }\n    \n    @keyframes pulseGlow {\n        0%, 100% { opacity: 0.3; }\n        50% { opacity: 0.6; }\n    }\n    \n    .hero-content {\n        text-align: center;\n        z-index: 10;\n        max-width: 900px;\n        padding: 0 2rem;\n        animation: fadeInUp 1.2s ease-out;\n    }\n    \n    @keyframes fadeInUp {\n        from {\n            opacity: 0;\n            transform: translateY(30px);\n        }\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n    \n    .hero-title {\n        font-family: 'Playfair Display', serif;\n        font-size: 5rem;\n        font-weight: 400;\n        letter-spacing: -1px;\n        margin-bottom: 1rem;\n        line-height: 1.1;\n    }\n    \n    .hero-edition {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: 1.1rem;\n        letter-spacing: 3px;\n        color: var(--text-secondary);\n        margin-bottom: 2rem;\n        text-transform: uppercase;\n    }\n    \n    .hero-tagline {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: 1.5rem;\n        font-style: italic;\n        color: var(--accent-light);\n        margin-bottom: 3rem;\n        letter-spacing: 1px;\n    }\n    \n    .cta-button {\n        display: inline-block;\n        padding: 1rem 3rem;\n        background: transparent;\n        border: 1px solid var(--accent);\n        color: var(--text-primary);\n        text-decoration: none;\n        font-size: 0.875rem;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        transition: all 0.3s ease;\n        font-family: 'Inter', sans-serif;\n    }\n    \n    .cta-button:hover {\n        background: var(--accent);\n        transform: translateY(-2px);\n        box-shadow: 0 10px 30px rgba(102, 102, 102, 0.2);\n    }\n    \n    \/* Section Container *\/\n    .section {\n        max-width: 1400px;\n        margin: 0 auto;\n        padding: 8rem 3rem;\n    }\n    \n    .section-narrow {\n        max-width: 900px;\n        margin: 0 auto;\n        padding: 8rem 3rem;\n    }\n    \n    \/* Video Section *\/\n    .video-container {\n        position: relative;\n        width: 100%;\n        max-width: 1200px;\n        margin: 0 auto;\n        padding-bottom: 56.25%;\n        background: var(--bg-secondary);\n        border-radius: 4px;\n        overflow: hidden;\n        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);\n    }\n    \n    .video-container iframe {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n    \n    \/* Description Section *\/\n    .description-title {\n        font-family: 'Playfair Display', serif;\n        font-size: 3rem;\n        margin-bottom: 2rem;\n        text-align: center;\n        letter-spacing: -0.5px;\n    }\n    \n    .description-text {\n        font-size: 1.125rem;\n        line-height: 1.9;\n        color: var(--text-secondary);\n        text-align: center;\n        max-width: 800px;\n        margin: 0 auto 3rem;\n    }\n    \n    .divider {\n        width: 100px;\n        height: 1px;\n        background: var(--accent);\n        margin: 4rem auto;\n    }\n    \n    \/* Backstory Section *\/\n    .backstory {\n        background: var(--bg-secondary);\n        padding: 8rem 3rem;\n    }\n    \n    .backstory-content {\n        max-width: 900px;\n        margin: 0 auto;\n    }\n    \n    .backstory-title {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: 2.5rem;\n        margin-bottom: 3rem;\n        text-align: center;\n        letter-spacing: 1px;\n    }\n    \n    .backstory-text {\n        font-size: 1.125rem;\n        line-height: 1.9;\n        color: var(--text-secondary);\n        margin-bottom: 2rem;\n    }\n    \n    \/* Features Grid *\/\n    .features-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 4rem;\n        margin-top: 5rem;\n    }\n    \n    .feature {\n        text-align: center;\n    }\n    \n    .feature-icon {\n        font-size: 2.5rem;\n        margin-bottom: 1.5rem;\n        color: var(--accent);\n    }\n    \n    .feature-title {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: 1.5rem;\n        margin-bottom: 1rem;\n        letter-spacing: 1px;\n    }\n    \n    .feature-text {\n        color: var(--text-secondary);\n        line-height: 1.8;\n    }\n    \n    \/* Edition Stats *\/\n    .edition-stats {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 3rem;\n        margin-top: 5rem;\n        padding: 4rem;\n        background: var(--bg-secondary);\n        border-radius: 4px;\n    }\n    \n    .stat {\n        text-align: center;\n    }\n    \n    .stat-number {\n        font-family: 'Playfair Display', serif;\n        font-size: 3rem;\n        color: var(--accent);\n        margin-bottom: 0.5rem;\n    }\n    \n    .stat-label {\n        font-size: 0.875rem;\n        color: var(--text-secondary);\n        letter-spacing: 2px;\n        text-transform: uppercase;\n    }\n    \n    \/* Pairings Section *\/\n    .pairings {\n        background: var(--bg-secondary);\n        padding: 8rem 3rem;\n    }\n    \n    .pairings-title {\n        font-family: 'Playfair Display', serif;\n        font-size: 3rem;\n        text-align: center;\n        margin-bottom: 4rem;\n        letter-spacing: -0.5px;\n    }\n    \n    .pairings-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 3rem;\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n    \n    .pairing-item {\n        padding: 2rem;\n        background: var(--bg-primary);\n        border: 1px solid var(--divider);\n        transition: all 0.3s ease;\n    }\n    \n    .pairing-item:hover {\n        border-color: var(--accent);\n        transform: translateY(-5px);\n    }\n    \n    .pairing-title {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: 1.5rem;\n        margin-bottom: 1rem;\n        letter-spacing: 1px;\n    }\n    \n    .pairing-text {\n        color: var(--text-secondary);\n        line-height: 1.8;\n        font-size: 0.95rem;\n    }\n    \n    \/* Collection CTA *\/\n    .collection-cta {\n        text-align: center;\n        padding: 8rem 3rem;\n    }\n    \n    .collection-title {\n        font-family: 'Playfair Display', serif;\n        font-size: 3rem;\n        margin-bottom: 2rem;\n        letter-spacing: -0.5px;\n    }\n    \n    .collection-text {\n        font-size: 1.125rem;\n        color: var(--text-secondary);\n        margin-bottom: 3rem;\n        max-width: 700px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n    \n    \/* Investment Section *\/\n    .investment {\n        background: var(--bg-secondary);\n        padding: 8rem 3rem;\n    }\n    \n    .investment-content {\n        max-width: 1000px;\n        margin: 0 auto;\n        text-align: center;\n    }\n    \n    .investment-title {\n        font-family: 'Playfair Display', serif;\n        font-size: 3rem;\n        margin-bottom: 2rem;\n        letter-spacing: -0.5px;\n    }\n    \n    .investment-text {\n        font-size: 1.125rem;\n        color: var(--text-secondary);\n        line-height: 1.9;\n        margin-bottom: 3rem;\n    }\n    \n    .target-spaces {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 1.5rem;\n        margin-top: 3rem;\n    }\n    \n    .space-tag {\n        padding: 0.75rem 1.5rem;\n        background: var(--bg-primary);\n        border: 1px solid var(--divider);\n        font-size: 0.875rem;\n        letter-spacing: 1px;\n        color: var(--text-secondary);\n    }\n    \n    \/* Luxury Brands Strip *\/\n    .brands {\n        padding: 6rem 3rem;\n        text-align: center;\n    }\n    \n    .brands-intro {\n        font-size: 0.875rem;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        color: var(--text-secondary);\n        margin-bottom: 2rem;\n    }\n    \n    .brands-list {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: 1.5rem;\n        color: var(--accent-light);\n        letter-spacing: 2px;\n    }\n    \n    \/* Final CTA *\/\n    .final-cta {\n        background: var(--bg-secondary);\n        padding: 10rem 3rem;\n        text-align: center;\n    }\n    \n    .final-cta-title {\n        font-family: 'Playfair Display', serif;\n        font-size: 4rem;\n        margin-bottom: 2rem;\n        letter-spacing: -1px;\n    }\n    \n    .final-cta-text {\n        font-size: 1.125rem;\n        color: var(--text-secondary);\n        margin-bottom: 3rem;\n        max-width: 600px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n    \n    \/* Footer *\/\n    .footer {\n        border-top: 1px solid var(--divider);\n        padding: 4rem 3rem;\n    }\n    \n    .footer-content {\n        max-width: 1400px;\n        margin: 0 auto;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        flex-wrap: wrap;\n        gap: 2rem;\n    }\n    \n    .footer-logo {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: 1.25rem;\n        letter-spacing: 2px;\n    }\n    \n    .footer-links {\n        display: flex;\n        gap: 2rem;\n    }\n    \n    .footer-links a {\n        color: var(--text-secondary);\n        text-decoration: none;\n        font-size: 0.875rem;\n        letter-spacing: 1px;\n        transition: color 0.3s ease;\n    }\n    \n    .footer-links a:hover {\n        color: var(--text-primary);\n    }\n    \n    .social-links {\n        display: flex;\n        gap: 1.5rem;\n    }\n    \n    .social-links a {\n        color: var(--text-secondary);\n        font-size: 1.25rem;\n        transition: color 0.3s ease;\n    }\n    \n    .social-links a:hover {\n        color: var(--accent-light);\n    }\n    \n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        .header-content {\n            padding: 1rem 1.5rem;\n        }\n        \n        .nav {\n            display: none;\n        }\n        \n        .hero-title {\n            font-size: 3rem;\n        }\n        \n        .section,\n        .section-narrow,\n        .backstory,\n        .pairings,\n        .collection-cta,\n        .investment,\n        .brands,\n        .final-cta {\n            padding: 4rem 1.5rem;\n        }\n        \n        .description-title,\n        .collection-title,\n        .investment-title {\n            font-size: 2rem;\n        }\n        \n        .final-cta-title {\n            font-size: 2.5rem;\n        }\n        \n        .features-grid,\n        .edition-stats {\n            grid-template-columns: 1fr;\n            gap: 2rem;\n        }\n        \n        .footer-content {\n            flex-direction: column;\n            text-align: center;\n        }\n    }\n    \n    \/* Scroll Animations *\/\n    .fade-in {\n        opacity: 0;\n        transform: translateY(30px);\n        transition: opacity 0.8s ease, transform 0.8s ease;\n    }\n    \n    .fade-in.visible {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\u003c\/style\u003e\n```\n\n\n\n    \u003c!-- Header --\u003e\n    \u003cheader class=\"header\"\u003e\n        \u003cdiv class=\"header-content\"\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\" class=\"logo\"\u003eKASIAN ART STUDIO\u003c\/a\u003e\n            \u003cnav class=\"nav\"\u003e\n                \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\"\u003eCollections\u003c\/a\u003e\n                \u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/about\"\u003eAbout\u003c\/a\u003e\n                \u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/contact\"\u003eInquire\u003c\/a\u003e\n            \u003c\/nav\u003e\n        \u003c\/div\u003e\n    \u003c\/header\u003e\n\n```\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n        \u003ch1 class=\"hero-title\"\u003eVelvet Interruption\u003c\/h1\u003e\n        \u003cp class=\"hero-edition\"\u003eLimited Edition Monochrome Portrait\u003c\/p\u003e\n        \u003cp class=\"hero-tagline\"\u003eMoody. Elegant. Timeless.\u003c\/p\u003e\n        \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Inquiry:%20Velvet%20Interruption\" class=\"cta-button\"\u003eRequest Pricing \u0026amp; Availability\u003c\/a\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Video Section --\u003e\n\u003csection class=\"section\"\u003e\n    \u003cdiv class=\"video-container\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/XRmpJ_nkNYU?si=687lZTIESVgLtHMB\" allowfullscreen\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Description Section --\u003e\n\u003csection class=\"section-narrow\"\u003e\n    \u003ch2 class=\"description-title\"\u003eA Moment Withheld\u003c\/h2\u003e\n    \u003cp class=\"description-text\"\u003e\n        Velvet Interruption captures intimacy through concealment, shadow, and deliberate restraint. A museum-grade monochrome portrait defined by tension and control.\n    \u003c\/p\u003e\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n    \u003cp class=\"description-text\"\u003e\n        The composition reveals only what is necessary — sculpted lips parted, lashes lowered, the face partially obscured by a dark plane that interrupts the gaze just before certainty arrives. The absence is intentional. By denying full access, the work heightens presence.\n    \u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003c!-- Backstory Section --\u003e\n\u003csection class=\"backstory\"\u003e\n    \u003cdiv class=\"backstory-content\"\u003e\n        \u003ch2 class=\"backstory-title\"\u003eCinematic Backstory\u003c\/h2\u003e\n        \u003cp class=\"backstory-text\"\u003e\n            Velvet Interruption was conceived around the idea that withholding can be more powerful than revealing. Inspired by editorial fashion photography and gallery minimalism, the work captures a suspended moment — where confidence exists without performance, and intimacy is implied rather than offered.\n        \u003c\/p\u003e\n        \u003cp class=\"backstory-text\"\u003e\n            It reflects a philosophy of luxury rooted in control.\n        \u003c\/p\u003e\n        \u003cp class=\"backstory-text\"\u003e\n            Light falls softly across skin, carving form from shadow, while negative space amplifies the subject's quiet authority. The result is a portrait that feels editorial, cinematic, and deeply self-possessed.\n        \u003c\/p\u003e\n        \u003cp class=\"backstory-text\"\u003e\n            This piece belongs in interiors that value suggestion over statement: penthouse bedrooms, private lounges, boutique hotel suites, and collector spaces where luxury is expressed through restraint. It does not ask to be seen — it assumes attention.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Features Section --\u003e\n\u003csection class=\"section\"\u003e\n    \u003ch2 class=\"description-title\"\u003eMuseum-Grade Excellence\u003c\/h2\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n        \u003cdiv class=\"feature fade-in\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e◆\u003c\/div\u003e\n            \u003ch3 class=\"feature-title\"\u003eLimited Edition\u003c\/h3\u003e\n            \u003cp class=\"feature-text\"\u003eHand-numbered edition with collector provenance documentation. No additional editions will be produced beyond the stated release.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature fade-in\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e◆\u003c\/div\u003e\n            \u003ch3 class=\"feature-title\"\u003eArchival Quality\u003c\/h3\u003e\n            \u003cp class=\"feature-text\"\u003eMuseum-grade archival pigment print on premium substrate, rated for long-term display under proper conditions.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature fade-in\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e◆\u003c\/div\u003e\n            \u003ch3 class=\"feature-title\"\u003eGallery Presentation\u003c\/h3\u003e\n            \u003cp class=\"feature-text\"\u003eNon-reflective gallery finish ensures optimal viewing in luxury interiors. Includes Certificate of Authenticity.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Edition Stats --\u003e\n    \u003cdiv class=\"edition-stats\"\u003e\n        \u003cdiv class=\"stat\"\u003e\n            \u003cdiv class=\"stat-number\"\u003e2026\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003eYear Released\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat\"\u003e\n            \u003cdiv class=\"stat-number\"\u003eLimited\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003eEdition Size\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat\"\u003e\n            \u003cdiv class=\"stat-number\"\u003eMuseum\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003eGrade Materials\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat\"\u003e\n            \u003cdiv class=\"stat-number\"\u003eGallery\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003eQuality Finish\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Pairings Section --\u003e\n\u003csection class=\"pairings\"\u003e\n    \u003ch2 class=\"pairings-title\"\u003eCurated Pairings\u003c\/h2\u003e\n    \u003cdiv class=\"pairings-grid\"\u003e\n        \u003cdiv class=\"pairing-item fade-in\"\u003e\n            \u003ch3 class=\"pairing-title\"\u003eMinimal Walls\u003c\/h3\u003e\n            \u003cp class=\"pairing-text\"\u003eWhite or stone walls with gallery lighting allow the monochrome drama to command attention without competition.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pairing-item fade-in\"\u003e\n            \u003ch3 class=\"pairing-title\"\u003eNeutral Interiors\u003c\/h3\u003e\n            \u003cp class=\"pairing-text\"\u003eMatte black, charcoal, and soft neutral palettes create sophisticated environments where restraint speaks loudest.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pairing-item fade-in\"\u003e\n            \u003ch3 class=\"pairing-title\"\u003ePrivate Spaces\u003c\/h3\u003e\n            \u003cp class=\"pairing-text\"\u003eBedrooms, dressing rooms, and executive suites where intimacy and control are expressed through design.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pairing-item fade-in\"\u003e\n            \u003ch3 class=\"pairing-title\"\u003eBoutique Hotels\u003c\/h3\u003e\n            \u003cp class=\"pairing-text\"\u003eGallery corridors and curated hotel suites seeking editorial sophistication and timeless elegance.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Collection CTA --\u003e\n\u003csection class=\"collection-cta\"\u003e\n    \u003ch2 class=\"collection-title\"\u003eExplore the Collection\u003c\/h2\u003e\n    \u003cp class=\"collection-text\"\u003e\n        Velvet Interruption is part of the Emotional Figurative Collection — a curated series exploring intimacy, power, and human presence through refined portraiture.\n    \u003c\/p\u003e\n    \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/emotional-figurative-collection\" class=\"cta-button\"\u003eView Full Collection\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c!-- Investment Section --\u003e\n\u003csection class=\"investment\"\u003e\n    \u003cdiv class=\"investment-content\"\u003e\n        \u003ch2 class=\"investment-title\"\u003eInvestment Positioning\u003c\/h2\u003e\n        \u003cp class=\"investment-text\"\u003e\n            Velvet Interruption is not about mystery for its own sake. It is about power in choosing what remains unseen. Designed for collectors and luxury interiors that understand restraint as the ultimate expression of authority.\n        \u003c\/p\u003e\n        \n        \u003ch3 class=\"backstory-title\" style=\"margin-top: 4rem;\"\u003eIdeal Spaces\u003c\/h3\u003e\n        \u003cdiv class=\"target-spaces\"\u003e\n            \u003cdiv class=\"space-tag\"\u003ePenthouse Bedrooms\u003c\/div\u003e\n            \u003cdiv class=\"space-tag\"\u003ePrivate Lounges\u003c\/div\u003e\n            \u003cdiv class=\"space-tag\"\u003eBoutique Hotel Suites\u003c\/div\u003e\n            \u003cdiv class=\"space-tag\"\u003eExecutive Offices\u003c\/div\u003e\n            \u003cdiv class=\"space-tag\"\u003eGallery Corridors\u003c\/div\u003e\n            \u003cdiv class=\"space-tag\"\u003eCollector Spaces\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Luxury Brands Strip --\u003e\n\u003csection class=\"brands\"\u003e\n    \u003cp class=\"brands-intro\"\u003eCollected by clients of\u003c\/p\u003e\n    \u003cp class=\"brands-list\"\u003eAman • Four Seasons • St. Regis • Ritz-Carlton Reserve\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003c!-- Final CTA --\u003e\n\u003csection class=\"final-cta\"\u003e\n    \u003ch2 class=\"final-cta-title\"\u003eBegin Your Inquiry\u003c\/h2\u003e\n    \u003cp class=\"final-cta-text\"\u003e\n        Velvet Interruption is available for private consultation. Contact us to discuss pricing, sizing, and availability.\n    \u003c\/p\u003e\n    \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Inquiry:%20Velvet%20Interruption\" class=\"cta-button\"\u003eContact Kristina\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c!-- Footer --\u003e\n\u003cfooter class=\"footer\"\u003e\n    \u003cdiv class=\"footer-content\"\u003e\n        \u003cdiv class=\"footer-logo\"\u003eKASIAN ART STUDIO\u003c\/div\u003e\n        \u003cdiv class=\"footer-links\"\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\"\u003eCollections\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/about\"\u003eAbout\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/contact\"\u003eContact\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"social-links\"\u003e\n            \u003ca href=\"https:\/\/www.instagram.com\/kasianartstudio\" target=\"_blank\" aria-label=\"Instagram\"\u003eIG\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.pinterest.com\/kasianartstudio\" target=\"_blank\" aria-label=\"Pinterest\"\u003ePIN\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/footer\u003e\n\n\u003cscript\u003e\n    \/\/ Smooth scroll for anchor links\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor =\u003e {\n        anchor.addEventListener('click', function (e) {\n            e.preventDefault();\n            const target = document.querySelector(this.getAttribute('href'));\n            if (target) {\n                target.scrollIntoView({ behavior: 'smooth' });\n            }\n        });\n    });\n\n    \/\/ Scroll animation observer\n    const observerOptions = {\n        threshold: 0.1,\n        rootMargin: '0px 0px -100px 0px'\n    };\n\n    const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n            if (entry.isIntersecting) {\n                entry.target.classList.add('visible');\n            }\n        });\n    }, observerOptions);\n\n    document.querySelectorAll('.fade-in').forEach(el =\u003e {\n        observer.observe(el);\n    });\n\n    \/\/ Header scroll effect\n    let lastScroll = 0;\n    const header = document.querySelector('.header');\n\n    window.addEventListener('scroll', () =\u003e {\n        const currentScroll = window.pageYOffset;\n        \n        if (currentScroll \u003e 100) {\n            header.style.padding = '0.75rem 0';\n        } else {\n            header.style.padding = '1.5rem 0';\n        }\n        \n        lastScroll = currentScroll;\n    });\n\u003c\/script\u003e\n```\n\n\n\u003c\/body\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47478172778661,"sku":"8732635_16039","price":12314.45,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47478172811429,"sku":"8732635_16045","price":12314.45,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47478172844197,"sku":"8732635_15700","price":12314.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/7E4789C0-3749-4155-A9BA-031006679B98.png?v=1770482679"},{"product_id":"hushed-devotion","title":"Hushed Devotion — Limited Edition Monochrome Intimate Study","description":"\u003cbody\u003e\n\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eHushed Devotion | Luxury Monochrome Intimate Art\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"Museum-grade black and white artwork capturing intimacy and emotional stillness. Designed for refined interiors, collectors, and boutique hospitality spaces.\"\u003e\n\u003cmeta property=\"og:title\" content=\"Hushed Devotion | Luxury Monochrome Intimate Art\"\u003e\n\u003cmeta property=\"og:description\" content=\"Museum-grade black and white artwork capturing intimacy and emotional stillness.\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500\u0026amp;family=Playfair+Display:ital,wght@0,400;0,500;1,400\u0026amp;family=Raleway:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --bg: #0a0a0a;\n    --bg2: #111111;\n    --bg3: #161616;\n    --accent: #b8b8b8;\n    --accent-warm: #c9c9c9;\n    --gold: #a89070;\n    --gold-light: #c4a882;\n    --text: #e8e8e8;\n    --text-muted: #888;\n    --text-dim: #555;\n    --border: rgba(255,255,255,0.06);\n    --border-light: rgba(255,255,255,0.12);\n  }\n\n*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n\nhtml { scroll-behavior: smooth; }\n\nbody {\nbackground: var(–bg);\ncolor: var(–text);\nfont-family: ‘Raleway’, sans-serif;\nfont-weight: 300;\noverflow-x: hidden;\ncursor: default;\n}\n\n\/* ─── SCROLLBAR ─── *\/\n::-webkit-scrollbar { width: 2px; }\n::-webkit-scrollbar-track { background: var(–bg); }\n::-webkit-scrollbar-thumb { background: var(–gold); }\n\n\/* ─── HEADER ─── *\/\nheader {\nposition: fixed;\ntop: 0; left: 0; right: 0;\nz-index: 100;\ndisplay: flex;\njustify-content: space-between;\nalign-items: center;\npadding: 1.5rem 3rem;\nbackground: linear-gradient(to bottom, rgba(10,10,10,0.95), transparent);\nbackdrop-filter: blur(8px);\ntransition: background 0.4s;\n}\nheader.scrolled { background: rgba(10,10,10,0.97); }\n\n.logo {\nfont-family: ‘Cormorant Garamond’, serif;\nfont-size: 1.1rem;\nfont-weight: 400;\nletter-spacing: 0.25em;\ntext-transform: uppercase;\ncolor: var(–text);\ntext-decoration: none;\n}\n.logo span { color: var(–gold); }\n\nnav { display: flex; gap: 2.5rem; align-items: center; }\nnav a {\nfont-size: 0.65rem;\nletter-spacing: 0.2em;\ntext-transform: uppercase;\ncolor: var(–text-muted);\ntext-decoration: none;\ntransition: color 0.3s;\n}\nnav a:hover { color: var(–text); }\n\n.nav-cta {\nfont-size: 0.6rem !important;\nletter-spacing: 0.2em;\ntext-transform: uppercase;\nborder: 1px solid rgba(168,144,112,0.4);\npadding: 0.5rem 1.2rem;\ncolor: var(–gold) !important;\ntext-decoration: none;\ntransition: all 0.3s !important;\n}\n.nav-cta:hover { background: var(–gold); color: var(–bg) !important; }\n\n\/* ─── HERO ─── *\/\n#hero {\nposition: relative;\nheight: 100vh;\ndisplay: flex;\nalign-items: center;\njustify-content: center;\noverflow: hidden;\n}\n\n.hero-bg {\nposition: absolute;\ninset: 0;\nbackground-image: url(’\/mnt\/user-data\/uploads\/cf6e3f56631cd401068ad4cab565a1df0e3ceea8.png’);\nbackground-size: cover;\nbackground-position: center;\nfilter: brightness(0.35);\ntransform: scale(1.05);\nanimation: heroZoom 20s ease-in-out infinite alternate;\n}\n@keyframes heroZoom {\nfrom { transform: scale(1.05); }\nto { transform: scale(1.12); }\n}\n\n.hero-vignette {\nposition: absolute;\ninset: 0;\nbackground: radial-gradient(ellipse at center, transparent 30%, rgba(10,10,10,0.8) 100%);\n}\n\n.hero-overlay-bottom {\nposition: absolute;\nbottom: 0; left: 0; right: 0;\nheight: 40%;\nbackground: linear-gradient(to top, var(–bg), transparent);\n}\n\n\/* Breath particles *\/\n.particles {\nposition: absolute;\ninset: 0;\npointer-events: none;\noverflow: hidden;\n}\n.particle {\nposition: absolute;\nwidth: 1px;\nheight: 1px;\nbackground: rgba(200,200,200,0.3);\nborder-radius: 50%;\nanimation: drift linear infinite;\n}\n@keyframes drift {\n0% { transform: translateY(100vh) translateX(0); opacity: 0; }\n10% { opacity: 1; }\n90% { opacity: 0.5; }\n100% { transform: translateY(-10vh) translateX(var(–drift)); opacity: 0; }\n}\n\n.hero-content {\nposition: relative;\nz-index: 2;\ntext-align: center;\npadding: 0 2rem;\nanimation: fadeUp 1.8s cubic-bezier(0.16,1,0.3,1) both;\n}\n@keyframes fadeUp {\nfrom { opacity: 0; transform: translateY(40px); }\nto { opacity: 1; transform: translateY(0); }\n}\n\n.hero-eyebrow {\nfont-size: 0.6rem;\nletter-spacing: 0.35em;\ntext-transform: uppercase;\ncolor: var(–gold);\nmargin-bottom: 2rem;\nanimation: fadeUp 1.8s 0.2s cubic-bezier(0.16,1,0.3,1) both;\n}\n\n.hero-title {\nfont-family: ‘Cormorant Garamond’, serif;\nfont-size: clamp(3.5rem, 9vw, 8rem);\nfont-weight: 300;\nline-height: 0.9;\nletter-spacing: -0.02em;\ncolor: var(–text);\nmargin-bottom: 1.5rem;\nanimation: fadeUp 1.8s 0.3s cubic-bezier(0.16,1,0.3,1) both;\n}\n.hero-title em {\nfont-style: italic;\ncolor: rgba(255,255,255,0.6);\n}\n\n.hero-tagline {\nfont-family: ‘Cormorant Garamond’, serif;\nfont-size: 1rem;\nfont-style: italic;\ncolor: var(–text-muted);\nletter-spacing: 0.2em;\nmargin-bottom: 3rem;\nanimation: fadeUp 1.8s 0.45s cubic-bezier(0.16,1,0.3,1) both;\n}\n\n.hero-edition {\ndisplay: inline-block;\nfont-size: 0.58rem;\nletter-spacing: 0.3em;\ntext-transform: uppercase;\nborder: 1px solid var(–border-light);\npadding: 0.5rem 1.5rem;\ncolor: var(–text-muted);\nmargin-bottom: 3rem;\nanimation: fadeUp 1.8s 0.55s cubic-bezier(0.16,1,0.3,1) both;\n}\n\n.hero-ctas {\ndisplay: flex;\ngap: 1.2rem;\njustify-content: center;\nflex-wrap: wrap;\nanimation: fadeUp 1.8s 0.65s cubic-bezier(0.16,1,0.3,1) both;\n}\n\n.btn-primary {\nfont-size: 0.6rem;\nletter-spacing: 0.25em;\ntext-transform: uppercase;\nbackground: var(–gold);\ncolor: #1a1410;\npadding: 1rem 2.8rem;\nborder: none;\ncursor: pointer;\ntext-decoration: none;\ntransition: all 0.3s;\ndisplay: inline-block;\nfont-family: ‘Raleway’, sans-serif;\nfont-weight: 500;\n}\n.btn-primary:hover { background: var(–gold-light); transform: translateY(-2px); }\n\n.btn-ghost {\nfont-size: 0.6rem;\nletter-spacing: 0.25em;\ntext-transform: uppercase;\nbackground: transparent;\ncolor: var(–text-muted);\npadding: 1rem 2.8rem;\nborder: 1px solid rgba(255,255,255,0.15);\ncursor: pointer;\ntext-decoration: none;\ntransition: all 0.3s;\ndisplay: inline-block;\nfont-family: ‘Raleway’, sans-serif;\n}\n.btn-ghost:hover { border-color: var(–text-muted); color: var(–text); }\n\n.scroll-indicator {\nposition: absolute;\nbottom: 2.5rem;\nleft: 50%;\ntransform: translateX(-50%);\ndisplay: flex;\nflex-direction: column;\nalign-items: center;\ngap: 0.5rem;\nanimation: fadeUp 2s 1.2s both;\n}\n.scroll-indicator span {\nfont-size: 0.5rem;\nletter-spacing: 0.3em;\ntext-transform: uppercase;\ncolor: var(–text-dim);\n}\n.scroll-line {\nwidth: 1px;\nheight: 50px;\nbackground: linear-gradient(to bottom, transparent, var(–gold));\nanimation: scrollPulse 2s ease-in-out infinite;\n}\n@keyframes scrollPulse {\n0%,100% { opacity: 0.3; transform: scaleY(0.6); transform-origin: top; }\n50% { opacity: 1; transform: scaleY(1); }\n}\n\n\/* ─── SECTIONS ─── *\/\nsection { padding: 6rem 0; }\n\n.container {\nmax-width: 1100px;\nmargin: 0 auto;\npadding: 0 3rem;\n}\n\n.section-label {\nfont-size: 0.55rem;\nletter-spacing: 0.4em;\ntext-transform: uppercase;\ncolor: var(–gold);\nmargin-bottom: 1.5rem;\ndisplay: block;\n}\n\n.section-title {\nfont-family: ‘Cormorant Garamond’, serif;\nfont-size: clamp(2rem, 4vw, 3.5rem);\nfont-weight: 300;\nline-height: 1.1;\nmargin-bottom: 1.5rem;\n}\n.section-title em { font-style: italic; color: rgba(255,255,255,0.5); }\n\n.divider {\nwidth: 60px;\nheight: 1px;\nbackground: var(–gold);\nmargin: 2rem 0;\nopacity: 0.6;\n}\n\n\/* ─── DESCRIPTION ─── *\/\n#description { background: var(–bg2); }\n\n.desc-grid {\ndisplay: grid;\ngrid-template-columns: 1fr 1fr;\ngap: 5rem;\nalign-items: start;\n}\n\n.desc-left p {\nfont-size: 1.1rem;\nline-height: 1.9;\ncolor: rgba(232,232,232,0.75);\nfont-family: ‘Cormorant Garamond’, serif;\nfont-style: italic;\nfont-weight: 300;\n}\n\n.desc-right {\npadding-top: 3rem;\n}\n.desc-right p {\nfont-size: 0.85rem;\nline-height: 2;\ncolor: var(–text-muted);\nmargin-bottom: 1.5rem;\n}\n\n.detail-row {\ndisplay: flex;\njustify-content: space-between;\nalign-items: center;\npadding: 0.85rem 0;\nborder-bottom: 1px solid var(–border);\n}\n.detail-label {\nfont-size: 0.55rem;\nletter-spacing: 0.25em;\ntext-transform: uppercase;\ncolor: var(–text-dim);\n}\n.detail-value {\nfont-family: ‘Cormorant Garamond’, serif;\nfont-size: 0.9rem;\ncolor: var(–text);\nfont-weight: 300;\n}\n\n\/* ─── VIDEO ─── *\/\n#video { background: var(–bg); }\n\n.video-wrapper {\nposition: relative;\nmax-width: 880px;\nmargin: 3rem auto 0;\n}\n.video-wrapper::before {\ncontent: ‘’;\nposition: absolute;\ninset: -1px;\nborder: 1px solid var(–border-light);\npointer-events: none;\nz-index: 1;\n}\n.video-wrapper iframe {\ndisplay: block;\nwidth: 100%;\naspect-ratio: 16\/9;\nborder: none;\n}\n\n.video-caption {\ntext-align: center;\nmargin-top: 1.5rem;\nfont-size: 0.6rem;\nletter-spacing: 0.2em;\ntext-transform: uppercase;\ncolor: var(–text-dim);\n}\n\n\/* ─── BACKSTORY ─── *\/\n#backstory { background: var(–bg3); }\n\n.backstory-inner {\nmax-width: 700px;\nmargin: 0 auto;\ntext-align: center;\n}\n.backstory-inner p {\nfont-family: ‘Cormorant Garamond’, serif;\nfont-size: 1.15rem;\nline-height: 2;\ncolor: rgba(232,232,232,0.7);\nmargin-bottom: 2rem;\nfont-weight: 300;\n}\n.backstory-inner p:first-of-type {\nfont-size: 1.4rem;\ncolor: rgba(232,232,232,0.85);\nfont-style: italic;\n}\n\n.pull-quote {\nfont-family: ‘Cormorant Garamond’, serif;\nfont-size: 1.6rem;\nfont-style: italic;\nfont-weight: 300;\ncolor: rgba(255,255,255,0.35);\nborder-left: 1px solid var(–gold);\npadding: 1rem 2rem;\nmargin: 3rem auto;\ntext-align: left;\nmax-width: 600px;\n}\n\n\/* ─── FEATURES ─── *\/\n#features { background: var(–bg2); }\n\n.features-grid {\ndisplay: grid;\ngrid-template-columns: repeat(3, 1fr);\ngap: 2px;\nmargin-top: 3rem;\n}\n\n.feature-card {\nbackground: var(–bg3);\npadding: 2.5rem 2rem;\nposition: relative;\noverflow: hidden;\ntransition: background 0.4s;\n}\n.feature-card::before {\ncontent: ‘’;\nposition: absolute;\ntop: 0; left: 0; right: 0;\nheight: 1px;\nbackground: linear-gradient(90deg, transparent, var(–gold), transparent);\nopacity: 0;\ntransition: opacity 0.4s;\n}\n.feature-card:hover { background: #1a1a1a; }\n.feature-card:hover::before { opacity: 1; }\n\n.feature-icon {\nfont-size: 1.5rem;\nmargin-bottom: 1.2rem;\nopacity: 0.6;\n}\n\n.feature-title {\nfont-family: ‘Cormorant Garamond’, serif;\nfont-size: 1.2rem;\nfont-weight: 400;\nmargin-bottom: 0.8rem;\ncolor: var(–text);\n}\n.feature-title em { font-style: italic; color: var(–gold-light); }\n\n.feature-desc {\nfont-size: 0.78rem;\nline-height: 1.8;\ncolor: var(–text-muted);\n}\n\n\/* ─── EDITION STATS ─── *\/\n#edition-stats { background: var(–bg); }\n\n.stats-grid {\ndisplay: grid;\ngrid-template-columns: repeat(4, 1fr);\ngap: 1px;\nbackground: var(–border);\nborder: 1px solid var(–border);\nmargin-top: 3rem;\n}\n\n.stat-card {\nbackground: var(–bg);\npadding: 3rem 2rem;\ntext-align: center;\n}\n\n.stat-number {\nfont-family: ‘Cormorant Garamond’, serif;\nfont-size: 3.5rem;\nfont-weight: 300;\nline-height: 1;\ncolor: var(–gold);\nmargin-bottom: 0.5rem;\ndisplay: block;\n}\n.stat-label {\nfont-size: 0.55rem;\nletter-spacing: 0.25em;\ntext-transform: uppercase;\ncolor: var(–text-dim);\n}\n\n\/* ─── PAIRINGS ─── *\/\n#pairings { background: var(–bg2); }\n\n.pairings-grid {\ndisplay: grid;\ngrid-template-columns: repeat(2, 1fr);\ngap: 2px;\nmargin-top: 3rem;\n}\n\n.pairing-card {\nbackground: var(–bg3);\npadding: 2.5rem;\nborder-left: 1px solid var(–border);\ntransition: border-color 0.3s;\ncursor: pointer;\n}\n.pairing-card:hover { border-left-color: var(–gold); }\n\n.pairing-title {\nfont-family: ‘Cormorant Garamond’, serif;\nfont-size: 1.3rem;\nfont-weight: 400;\nmargin-bottom: 0.6rem;\ncolor: var(–text);\n}\n.pairing-desc {\nfont-size: 0.78rem;\nline-height: 1.7;\ncolor: var(–text-muted);\n}\n.pairing-arrow {\ndisplay: inline-block;\nmargin-top: 1.2rem;\nfont-size: 0.55rem;\nletter-spacing: 0.25em;\ntext-transform: uppercase;\ncolor: var(–gold);\n}\n\n\/* ─── COLLECTION CTA ─── *\/\n#collection-cta {\nbackground: var(–bg);\ntext-align: center;\npadding: 5rem 0;\n}\n#collection-cta .section-title { margin-bottom: 1rem; }\n#collection-cta p {\nfont-size: 0.85rem;\ncolor: var(–text-muted);\nmargin-bottom: 2.5rem;\nmax-width: 500px;\nmargin-left: auto;\nmargin-right: auto;\n}\n\n\/* ─── INVESTMENT ─── *\/\n#investment { background: var(–bg3); }\n\n.investment-grid {\ndisplay: grid;\ngrid-template-columns: 1fr 1fr;\ngap: 5rem;\nalign-items: start;\n}\n\n.investment-left p {\nfont-size: 0.85rem;\nline-height: 2;\ncolor: var(–text-muted);\nmargin-bottom: 1.5rem;\n}\n\n.spaces-list {\nlist-style: none;\nmargin-top: 2rem;\n}\n.spaces-list li {\nfont-size: 0.78rem;\nletter-spacing: 0.1em;\ncolor: var(–text-muted);\npadding: 0.6rem 0;\nborder-bottom: 1px solid var(–border);\ndisplay: flex;\nalign-items: center;\ngap: 0.8rem;\n}\n.spaces-list li::before {\ncontent: ‘’;\ndisplay: inline-block;\nwidth: 4px;\nheight: 4px;\nbackground: var(–gold);\nborder-radius: 50%;\nflex-shrink: 0;\n}\n\n.investment-right {\nbackground: var(–bg2);\npadding: 3rem;\n}\n.investment-right .section-title { font-size: 2rem; }\n.investment-right p {\nfont-size: 0.82rem;\nline-height: 1.9;\ncolor: var(–text-muted);\nmargin-bottom: 1.5rem;\n}\n.price-range {\nfont-family: ‘Cormorant Garamond’, serif;\nfont-size: 2rem;\nfont-weight: 300;\ncolor: var(–text);\ndisplay: block;\nmargin: 1.5rem 0 0.5rem;\n}\n.price-note {\nfont-size: 0.6rem;\nletter-spacing: 0.2em;\ntext-transform: uppercase;\ncolor: var(–text-dim);\ndisplay: block;\nmargin-bottom: 2rem;\n}\n\n\/* ─── BRAND STRIP ─── *\/\n#brand-strip {\nbackground: var(–bg2);\npadding: 2.5rem 0;\nborder-top: 1px solid var(–border);\nborder-bottom: 1px solid var(–border);\n}\n\n.brand-strip-inner {\ndisplay: flex;\nalign-items: center;\njustify-content: center;\ngap: 0.8rem;\nflex-wrap: wrap;\n}\n\n.brand-label {\nfont-size: 0.5rem;\nletter-spacing: 0.35em;\ntext-transform: uppercase;\ncolor: var(–text-dim);\nmargin-right: 1.5rem;\n}\n\n.brand-name {\nfont-family: ‘Cormorant Garamond’, serif;\nfont-size: 0.85rem;\nletter-spacing: 0.15em;\ncolor: var(–text-dim);\npadding: 0 1.5rem;\nborder-right: 1px solid var(–border);\ntransition: color 0.3s;\n}\n.brand-name:last-child { border-right: none; }\n.brand-name:hover { color: var(–gold-light); }\n\n\/* ─── FINAL CTA ─── *\/\n#final-cta {\nbackground: var(–bg);\ntext-align: center;\npadding: 8rem 0;\nposition: relative;\noverflow: hidden;\n}\n#final-cta::before {\ncontent: ‘’;\nposition: absolute;\ninset: 0;\nbackground: radial-gradient(ellipse at center, rgba(168,144,112,0.04) 0%, transparent 70%);\n}\n#final-cta .section-title {\nfont-size: clamp(2.5rem, 5vw, 5rem);\nmargin-bottom: 1.5rem;\n}\n#final-cta p {\nfont-size: 0.85rem;\ncolor: var(–text-muted);\nmax-width: 480px;\nmargin: 0 auto 3rem;\nline-height: 1.9;\n}\n\n\/* ─── FOOTER ─── *\/\nfooter {\nbackground: var(–bg2);\nborder-top: 1px solid var(–border);\npadding: 4rem 3rem 2rem;\n}\n\n.footer-grid {\nmax-width: 1100px;\nmargin: 0 auto;\ndisplay: grid;\ngrid-template-columns: 2fr 1fr 1fr;\ngap: 4rem;\nmargin-bottom: 4rem;\n}\n\n.footer-brand .logo { font-size: 1rem; }\n.footer-brand p {\nmargin-top: 1rem;\nfont-size: 0.75rem;\nline-height: 1.8;\ncolor: var(–text-dim);\nmax-width: 280px;\n}\n\n.footer-col h4 {\nfont-size: 0.55rem;\nletter-spacing: 0.3em;\ntext-transform: uppercase;\ncolor: var(–text-dim);\nmargin-bottom: 1.5rem;\n}\n.footer-col a {\ndisplay: block;\nfont-size: 0.75rem;\ncolor: var(–text-muted);\ntext-decoration: none;\nmargin-bottom: 0.6rem;\ntransition: color 0.3s;\n}\n.footer-col a:hover { color: var(–text); }\n\n.footer-bottom {\nmax-width: 1100px;\nmargin: 0 auto;\ndisplay: flex;\njustify-content: space-between;\nalign-items: center;\npadding-top: 2rem;\nborder-top: 1px solid var(–border);\n}\n.footer-bottom p {\nfont-size: 0.6rem;\ncolor: var(–text-dim);\nletter-spacing: 0.1em;\n}\n\n.social-links { display: flex; gap: 1.5rem; }\n.social-links a {\nfont-size: 0.55rem;\nletter-spacing: 0.2em;\ntext-transform: uppercase;\ncolor: var(–text-dim);\ntext-decoration: none;\ntransition: color 0.3s;\n}\n.social-links a:hover { color: var(–gold); }\n\n\/* ─── FADE-IN ANIMATIONS ─── *\/\n.fade-in {\nopacity: 0;\ntransform: translateY(30px);\ntransition: opacity 0.9s cubic-bezier(0.16,1,0.3,1), transform 0.9s cubic-bezier(0.16,1,0.3,1);\n}\n.fade-in.visible {\nopacity: 1;\ntransform: translateY(0);\n}\n.fade-in-delay-1 { transition-delay: 0.15s; }\n.fade-in-delay-2 { transition-delay: 0.3s; }\n.fade-in-delay-3 { transition-delay: 0.45s; }\n\n\/* ─── RESPONSIVE ─── *\/\n@media (max-width: 900px) {\nheader { padding: 1.2rem 1.5rem; }\nnav { display: none; }\n.container { padding: 0 1.5rem; }\n.desc-grid, .investment-grid, .features-grid, .pairings-grid, .footer-grid { grid-template-columns: 1fr; gap: 2rem; }\n.stats-grid { grid-template-columns: repeat(2, 1fr); }\n.hero-title { font-size: clamp(3rem, 12vw, 6rem); }\n}\n\u003c\/style\u003e\n\n\n\n\n\u003c!-- HEADER --\u003e\n\n\u003cheader id=\"main-header\"\u003e\n  \u003ca href=\"https:\/\/www.kasianartstudio.com\" class=\"logo\"\u003eKasian \u003cspan\u003eArt\u003c\/span\u003e Studio\u003c\/a\u003e\n  \u003cnav\u003e\n    \u003ca href=\"#description\"\u003eThe Work\u003c\/a\u003e\n    \u003ca href=\"#backstory\"\u003eStory\u003c\/a\u003e\n    \u003ca href=\"#features\"\u003eDetails\u003c\/a\u003e\n    \u003ca href=\"#investment\"\u003eCollect\u003c\/a\u003e\n    \u003ca href=\"mailto:kristina@kasianartstudio.com\" class=\"nav-cta\"\u003eInquire\u003c\/a\u003e\n  \u003c\/nav\u003e\n\u003c\/header\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003csection id=\"hero\"\u003e\n  \u003cdiv class=\"hero-bg\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"hero-vignette\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"hero-overlay-bottom\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"particles\" id=\"particles\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"hero-content\"\u003e\n    \u003cspan class=\"hero-eyebrow\"\u003eKasian Art Studio — Limited Edition\u003c\/span\u003e\n    \u003ch1 class=\"hero-title\"\u003eHushed\u003cbr\u003e\u003cem\u003eDevotion\u003c\/em\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003eMoody.  Elegant.  Timeless.\u003c\/p\u003e\n    \u003cdiv class=\"hero-edition\"\u003eLimited Edition · Hand-Numbered · Museum Grade\u003c\/div\u003e\n    \u003cdiv class=\"hero-ctas\"\u003e\n      \u003ca href=\"mailto:kristina@kasianartstudio.com\" class=\"btn-primary\"\u003eInquire to Acquire\u003c\/a\u003e\n      \u003ca href=\"#description\" class=\"btn-ghost\"\u003eExplore the Work\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"scroll-indicator\"\u003e\n    \u003cspan\u003eScroll\u003c\/span\u003e\n    \u003cdiv class=\"scroll-line\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- DESCRIPTION --\u003e\n\n\u003csection id=\"description\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"desc-grid\"\u003e\n      \u003cdiv class=\"desc-left fade-in\"\u003e\n        \u003cspan class=\"section-label\"\u003eThe Artwork\u003c\/span\u003e\n        \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n        \u003cp\u003eA quiet moment of surrender. Hushed Devotion captures vulnerability, stillness, and emotional gravity in sculpted grayscale — a museum-grade monochrome composition centered on intimacy and quiet strength.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"desc-right fade-in fade-in-delay-1\"\u003e\n        \u003cp\u003eThe frame narrows its focus to what cannot be staged — hands intertwined, a softened profile resting in closeness, breath suspended between presence and pause. There are no dramatic gestures, no overt declarations — only proximity, trust, and a moment held longer than expected.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 2rem;\"\u003e\n          \u003cdiv class=\"detail-row\"\u003e\n            \u003cspan class=\"detail-label\"\u003eMedium\u003c\/span\u003e\n            \u003cspan class=\"detail-value\"\u003eArchival Pigment Print\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"detail-row\"\u003e\n            \u003cspan class=\"detail-label\"\u003eSubstrate\u003c\/span\u003e\n            \u003cspan class=\"detail-value\"\u003eMuseum-Grade Surface\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"detail-row\"\u003e\n            \u003cspan class=\"detail-label\"\u003eFinish\u003c\/span\u003e\n            \u003cspan class=\"detail-value\"\u003eNon-Reflective Gallery Quality\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"detail-row\"\u003e\n            \u003cspan class=\"detail-label\"\u003ePalette\u003c\/span\u003e\n            \u003cspan class=\"detail-value\"\u003eMonochrome Grayscale\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"detail-row\"\u003e\n            \u003cspan class=\"detail-label\"\u003eDocumentation\u003c\/span\u003e\n            \u003cspan class=\"detail-value\"\u003eCertificate of Authenticity\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- VIDEO --\u003e\n\n\u003csection id=\"video\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv style=\"text-align:center;\" class=\"fade-in\"\u003e\n      \u003cspan class=\"section-label\"\u003eExperience the Work\u003c\/span\u003e\n      \u003ch2 class=\"section-title\"\u003eSee \u003cem\u003eHushed Devotion\u003c\/em\u003e in Detail\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"video-wrapper fade-in fade-in-delay-1\"\u003e\n      \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/AAsH0vrWqio\" title=\"Hushed Devotion — Kasian Art Studio\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\n      \u003c\/iframe\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"video-caption\"\u003eHushed Devotion — © Kasian Art Studio. All rights reserved.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- BACKSTORY --\u003e\n\n\u003csection id=\"backstory\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"backstory-inner\"\u003e\n      \u003cspan class=\"section-label fade-in\"\u003eThe Story Behind the Work\u003c\/span\u003e\n      \u003ch2 class=\"section-title fade-in fade-in-delay-1\"\u003eConceived in \u003cem\u003eSilence\u003c\/em\u003e\n\u003c\/h2\u003e\n\n```\n  \u003cdiv class=\"pull-quote fade-in fade-in-delay-2\"\u003e\n    \"Hushed Devotion does not perform intimacy. It preserves it.\"\n  \u003c\/div\u003e\n\n  \u003cp class=\"fade-in\"\u003eHushed Devotion was conceived as an exploration of closeness without spectacle. Inspired by the quiet language of touch, the piece focuses on what remains after the noise fades — trust, surrender, and presence.\u003c\/p\u003e\n\n  \u003cp class=\"fade-in fade-in-delay-1\"\u003eThe composition narrows intentionally, eliminating excess so the viewer confronts only what matters. It is a portrait of connection in its purest form — rendered in layered grayscale where tonal transitions are deliberate and sculptural.\u003c\/p\u003e\n\n  \u003cp class=\"fade-in fade-in-delay-2\"\u003eLight moves gently across form, creating depth without distraction. This work is designed for interiors that honor emotional resonance over spectacle. It belongs in private bedrooms, boutique hotel suites, refined lounges, and collector spaces where art is meant to be felt as much as seen.\u003c\/p\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- FEATURES --\u003e\n\n\u003csection id=\"features\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"fade-in\" style=\"text-align:center;\"\u003e\n      \u003cspan class=\"section-label\"\u003eMuseum-Grade Excellence\u003c\/span\u003e\n      \u003ch2 class=\"section-title\"\u003eCrafted for \u003cem\u003eCollectors\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-card fade-in\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e◈\u003c\/div\u003e\n        \u003ch3 class=\"feature-title\"\u003e\n\u003cem\u003eLimited Edition\u003c\/em\u003e — Numbered\u003c\/h3\u003e\n        \u003cp class=\"feature-desc\"\u003eOnly a finite number of prints will ever exist. Each edition is hand-numbered and permanently registered to ensure irreplaceable rarity and long-term collectible value.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card fade-in fade-in-delay-1\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e◉\u003c\/div\u003e\n        \u003ch3 class=\"feature-title\"\u003e\n\u003cem\u003eArchival Quality\u003c\/em\u003e — Enduring\u003c\/h3\u003e\n        \u003cp class=\"feature-desc\"\u003eMuseum-grade archival inks and premium substrates rated for long-term display under proper conditions. Tonal integrity and depth preserved for generations.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card fade-in fade-in-delay-2\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"feature-title\"\u003e\n\u003cem\u003eInvestment Ready\u003c\/em\u003e — Documented\u003c\/h3\u003e\n        \u003cp class=\"feature-desc\"\u003eIncludes Certificate of Authenticity and full collector provenance documentation. Monochrome fine art maintains strong, stable demand in the luxury collector market.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- EDITION STATS --\u003e\n\n\u003csection id=\"edition-stats\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"fade-in\" style=\"text-align:center;\"\u003e\n      \u003cspan class=\"section-label\"\u003eEdition Details\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stats-grid fade-in fade-in-delay-1\"\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cspan class=\"stat-number\"\u003eLtd\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eEdition Size\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cspan class=\"stat-number\"\u003e1\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eCertificate per Print\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cspan class=\"stat-number\"\u003e∞\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eArchival Longevity\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cspan class=\"stat-number\"\u003e0\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eAdditional Editions Ever\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- PAIRINGS --\u003e\n\n\u003csection id=\"pairings\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"fade-in\"\u003e\n      \u003cspan class=\"section-label\"\u003eCurated Pairings\u003c\/span\u003e\n      \u003ch2 class=\"section-title\"\u003eWorks that \u003cem\u003eResonate\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp style=\"font-size:0.82rem; color:var(--text-muted); max-width:500px; line-height:1.9;\"\u003e\n        Hushed Devotion pairs beautifully with pieces that share its reverence for stillness, emotional depth, and monochrome restraint.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pairings-grid\" style=\"margin-top:3rem;\"\u003e\n      \u003cdiv class=\"pairing-card fade-in\"\u003e\n        \u003ch3 class=\"pairing-title\"\u003eVelvet Silence\u003c\/h3\u003e\n        \u003cp class=\"pairing-desc\"\u003eA companion study in atmospheric grayscale — deep tonal contrasts and softened edges that complement the quiet intimacy of Hushed Devotion.\u003c\/p\u003e\n        \u003cspan class=\"pairing-arrow\"\u003eExplore →\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pairing-card fade-in fade-in-delay-1\"\u003e\n        \u003ch3 class=\"pairing-title\"\u003eStill Water Composition\u003c\/h3\u003e\n        \u003cp class=\"pairing-desc\"\u003eMeditative and architectural — this piece shares the same restrained palette and emotional gravity, creating dialogue across a curated interior wall.\u003c\/p\u003e\n        \u003cspan class=\"pairing-arrow\"\u003eExplore →\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- COLLECTION CTA --\u003e\n\n\u003csection id=\"collection-cta\"\u003e\n  \u003cdiv class=\"container fade-in\"\u003e\n    \u003cspan class=\"section-label\"\u003eThe Collection\u003c\/span\u003e\n    \u003ch2 class=\"section-title\"\u003eBlack \u0026amp; White \u003cem\u003eLuxury Collection\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eExplore the full collection of monochrome works curated for collectors who value restraint, emotional depth, and timeless elegance.\u003c\/p\u003e\n    \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/black-amp-white-luxury-collection\" class=\"btn-primary\" target=\"_blank\" rel=\"noopener\"\u003eExplore the Collection\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- INVESTMENT --\u003e\n\n\u003csection id=\"investment\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"investment-grid\"\u003e\n      \u003cdiv class=\"investment-left fade-in\"\u003e\n        \u003cspan class=\"section-label\"\u003eFor the Discerning Collector\u003c\/span\u003e\n        \u003ch2 class=\"section-title\"\u003eWhere It \u003cem\u003eBelongs\u003c\/em\u003e\n\u003c\/h2\u003e\n        \u003cp\u003eHushed Devotion is positioned for spaces that honor emotional resonance over spectacle. Its monochrome restraint and sculptural depth make it equally at home in private residences and world-class hospitality environments.\u003c\/p\u003e\n        \u003cul class=\"spaces-list\"\u003e\n          \u003cli\u003ePrivate bedroom suites and master sanctuaries\u003c\/li\u003e\n          \u003cli\u003eBoutique hotel rooms and curated suites\u003c\/li\u003e\n          \u003cli\u003eLuxury residential galleries and contemplative spaces\u003c\/li\u003e\n          \u003cli\u003eDesigner showrooms and refined lounges\u003c\/li\u003e\n          \u003cli\u003ePenthouse living and collector apartments\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"investment-right fade-in fade-in-delay-1\"\u003e\n        \u003ch3 class=\"section-title\"\u003eAcquire \u003cem\u003eHushed Devotion\u003c\/em\u003e\n\u003c\/h3\u003e\n        \u003cp\u003eEach print is hand-numbered and accompanied by full collector documentation. Pricing reflects edition positioning, archival quality, and long-term investment value.\u003c\/p\u003e\n        \u003cspan class=\"price-range\"\u003e$2,685 — $17,000\u003c\/span\u003e\n        \u003cspan class=\"price-note\"\u003ePricing varies by edition number and print size\u003c\/span\u003e\n        \u003ca href=\"mailto:kristina@kasianartstudio.com\" class=\"btn-primary\" style=\"display:block; text-align:center;\"\u003eRequest Private Inquiry\u003c\/a\u003e\n        \u003cp style=\"font-size:0.7rem; color:var(--text-dim); margin-top:1.2rem; text-align:center; line-height:1.7;\"\u003eAll acquisitions include Certificate of Authenticity\u003cbr\u003eand collector provenance documentation.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- BRAND STRIP --\u003e\n\n\u003cdiv id=\"brand-strip\"\u003e\n  \u003cdiv class=\"brand-strip-inner\"\u003e\n    \u003cspan class=\"brand-label\"\u003ePlaced in properties by\u003c\/span\u003e\n    \u003cspan class=\"brand-name\"\u003eAman\u003c\/span\u003e\n    \u003cspan class=\"brand-name\"\u003eFour Seasons\u003c\/span\u003e\n    \u003cspan class=\"brand-name\"\u003eSt. Regis\u003c\/span\u003e\n    \u003cspan class=\"brand-name\"\u003eRitz-Carlton Reserve\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FINAL CTA --\u003e\n\n\u003csection id=\"final-cta\"\u003e\n  \u003cdiv class=\"container fade-in\"\u003e\n    \u003cspan class=\"section-label\"\u003eBegin Your Acquisition\u003c\/span\u003e\n    \u003ch2 class=\"section-title\"\u003eNot spoken.\u003cbr\u003e\u003cem\u003eUnderstood.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eHushed Devotion is available for private acquisition. Contact the studio to discuss sizing, edition number, and collector documentation.\u003c\/p\u003e\n    \u003ca href=\"mailto:kristina@kasianartstudio.com\" class=\"btn-primary\"\u003eContact the Studio\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- FOOTER --\u003e\n\n\u003cfooter\u003e\n  \u003cdiv class=\"footer-grid\"\u003e\n    \u003cdiv class=\"footer-brand\"\u003e\n      \u003ca href=\"https:\/\/www.kasianartstudio.com\" class=\"logo\"\u003eKasian \u003cspan\u003eArt\u003c\/span\u003e Studio\u003c\/a\u003e\n      \u003cp\u003eMuseum-grade limited edition prints for luxury residences, boutique hotels, and fine art collectors. Moody. Elegant. Timeless.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"footer-col\"\u003e\n      \u003ch4\u003eNavigate\u003c\/h4\u003e\n      \u003ca href=\"https:\/\/www.kasianartstudio.com\"\u003eStudio\u003c\/a\u003e\n      \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\"\u003eCollections\u003c\/a\u003e\n      \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/black-amp-white-luxury-collection\"\u003eB\u0026amp;W Collection\u003c\/a\u003e\n      \u003ca href=\"mailto:kristina@kasianartstudio.com\"\u003eInquire\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"footer-col\"\u003e\n      \u003ch4\u003eConnect\u003c\/h4\u003e\n      \u003ca href=\"mailto:kristina@kasianartstudio.com\"\u003ekristina@kasianartstudio.com\u003c\/a\u003e\n      \u003ca href=\"https:\/\/www.instagram.com\/kasianartstudio\" target=\"_blank\" rel=\"noopener\"\u003eInstagram\u003c\/a\u003e\n      \u003ca href=\"https:\/\/www.pinterest.com\/kasianartstudio\" target=\"_blank\" rel=\"noopener\"\u003ePinterest\u003c\/a\u003e\n      \u003ca href=\"https:\/\/www.youtube.com\/@kasianartstudio\" target=\"_blank\" rel=\"noopener\"\u003eYouTube\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"footer-bottom\"\u003e\n    \u003cp\u003e© 2026 Kasian Art Studio, L.L.C. All rights reserved.\u003c\/p\u003e\n    \u003cdiv class=\"social-links\"\u003e\n      \u003ca href=\"https:\/\/www.instagram.com\/kasianartstudio\" target=\"_blank\" rel=\"noopener\"\u003eIG\u003c\/a\u003e\n      \u003ca href=\"https:\/\/www.pinterest.com\/kasianartstudio\" target=\"_blank\" rel=\"noopener\"\u003ePIN\u003c\/a\u003e\n      \u003ca href=\"https:\/\/www.youtube.com\/@kasianartstudio\" target=\"_blank\" rel=\"noopener\"\u003eYT\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/footer\u003e\n\n\u003cscript\u003e\n\/\/ Scroll header\nconst header = document.getElementById('main-header');\nwindow.addEventListener('scroll', () =\u003e {\n  header.classList.toggle('scrolled', window.scrollY \u003e 80);\n});\n\n\/\/ Intersection observer for fade-in\nconst faders = document.querySelectorAll('.fade-in');\nconst observer = new IntersectionObserver((entries) =\u003e {\n  entries.forEach(e =\u003e {\n    if (e.isIntersecting) {\n      e.target.classList.add('visible');\n      observer.unobserve(e.target);\n    }\n  });\n}, { threshold: 0.12 });\nfaders.forEach(el =\u003e observer.observe(el));\n\n\/\/ Particles\nconst container = document.getElementById('particles');\nfor (let i = 0; i \u003c 35; i++) {\n  const p = document.createElement('div');\n  p.className = 'particle';\n  const size = Math.random() * 3 + 1;\n  p.style.cssText = `\n    width: ${size}px;\n    height: ${size}px;\n    left: ${Math.random() * 100}%;\n    --drift: ${(Math.random() - 0.5) * 80}px;\n    animation-duration: ${Math.random() * 12 + 10}s;\n    animation-delay: ${Math.random() * 15}s;\n    opacity: ${Math.random() * 0.4};\n  `;\n  container.appendChild(p);\n}\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47502538965157,"sku":"3012389_16039","price":12294.45,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47502538997925,"sku":"3012389_16045","price":12294.45,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47502539030693,"sku":"3012389_15700","price":12294.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/1B5491C1-2AAA-44AD-9D9D-FEE107D13EDE.png?v=1771364208"},{"product_id":"whispered-meridian","title":"Whispered Meridian — Limited Edition Neutral \u0026 Gold Abstract","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eWhispered Meridian | Luxury Neutral \u0026amp; Gold Abstract Art\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"Museum-grade neutral abstract artwork with delicate charcoal movement and subtle gold detailing. Designed for luxury interiors and hospitality spaces.\"\u003e\n    \n    \u003c!-- Fonts --\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;500;600;700\u0026amp;family=Playfair+Display:wght@400;500;600;700;800;900\u0026amp;family=Inter:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --bg-dark: #0a0a0a;\n            --bg-card: #151515;\n            --text-primary: #f5f5f0;\n            --text-secondary: #c4c4b8;\n            --accent-gold: #c9a577;\n            --accent-gold-dim: rgba(201, 165, 119, 0.15);\n            --divider: rgba(201, 165, 119, 0.2);\n        }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            background: var(--bg-dark);\n            color: var(--text-primary);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        \/* Smooth Scroll *\/\n        html {\n            scroll-behavior: smooth;\n        }\n\n        \/* Typography *\/\n        h1, h2, h3 {\n            font-family: 'Playfair Display', serif;\n            font-weight: 400;\n            letter-spacing: 0.02em;\n        }\n\n        .serif-accent {\n            font-family: 'Cormorant Garamond', serif;\n            font-style: italic;\n        }\n\n        \/* Header *\/\n        header {\n            position: fixed;\n            top: 0;\n            width: 100%;\n            z-index: 1000;\n            background: rgba(10, 10, 10, 0.95);\n            backdrop-filter: blur(10px);\n            border-bottom: 1px solid rgba(201, 165, 119, 0.1);\n            transition: all 0.3s ease;\n        }\n\n        nav {\n            max-width: 1400px;\n            margin: 0 auto;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 1.5rem 3rem;\n        }\n\n        .logo {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            font-weight: 600;\n            letter-spacing: 0.1em;\n            color: var(--text-primary);\n            text-decoration: none;\n            transition: color 0.3s ease;\n        }\n\n        .logo:hover {\n            color: var(--accent-gold);\n        }\n\n        .nav-links {\n            display: flex;\n            gap: 2.5rem;\n            list-style: none;\n        }\n\n        .nav-links a {\n            color: var(--text-secondary);\n            text-decoration: none;\n            font-size: 0.9rem;\n            letter-spacing: 0.05em;\n            text-transform: uppercase;\n            transition: color 0.3s ease;\n        }\n\n        .nav-links a:hover {\n            color: var(--accent-gold);\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            position: relative;\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            padding: 8rem 2rem 4rem;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: \n                radial-gradient(ellipse at top, rgba(201, 165, 119, 0.03), transparent 50%),\n                radial-gradient(ellipse at bottom, rgba(201, 165, 119, 0.02), transparent 50%);\n            pointer-events: none;\n        }\n\n        .floating-lines {\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            overflow: hidden;\n            opacity: 0.4;\n        }\n\n        .line {\n            position: absolute;\n            background: linear-gradient(90deg, transparent, var(--accent-gold), transparent);\n            height: 1px;\n            width: 100%;\n            animation: floatLine 15s ease-in-out infinite;\n        }\n\n        .line:nth-child(1) { top: 20%; animation-delay: 0s; }\n        .line:nth-child(2) { top: 40%; animation-delay: 3s; }\n        .line:nth-child(3) { top: 60%; animation-delay: 6s; }\n        .line:nth-child(4) { top: 80%; animation-delay: 9s; }\n\n        @keyframes floatLine {\n            0%, 100% { transform: translateX(-100%); opacity: 0; }\n            50% { opacity: 0.3; }\n            100% { transform: translateX(100%); opacity: 0; }\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 2;\n            max-width: 900px;\n            animation: fadeInUp 1.2s ease-out;\n        }\n\n        .edition-badge {\n            display: inline-block;\n            padding: 0.5rem 1.5rem;\n            border: 1px solid var(--accent-gold);\n            color: var(--accent-gold);\n            font-size: 0.75rem;\n            letter-spacing: 0.15em;\n            text-transform: uppercase;\n            margin-bottom: 2rem;\n            animation: fadeIn 1s ease-out 0.3s both;\n        }\n\n        .hero h1 {\n            font-size: clamp(3rem, 8vw, 6rem);\n            font-weight: 300;\n            line-height: 1.1;\n            margin-bottom: 1.5rem;\n            letter-spacing: 0.02em;\n            animation: fadeInUp 1s ease-out 0.5s both;\n        }\n\n        .tagline {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: clamp(1.3rem, 3vw, 2rem);\n            font-style: italic;\n            color: var(--text-secondary);\n            margin-bottom: 3rem;\n            animation: fadeInUp 1s ease-out 0.7s both;\n        }\n\n        .cta-button {\n            display: inline-block;\n            padding: 1rem 2.5rem;\n            background: transparent;\n            border: 1px solid var(--accent-gold);\n            color: var(--accent-gold);\n            text-decoration: none;\n            font-size: 0.9rem;\n            letter-spacing: 0.1em;\n            text-transform: uppercase;\n            transition: all 0.4s ease;\n            position: relative;\n            overflow: hidden;\n            animation: fadeInUp 1s ease-out 0.9s both;\n        }\n\n        .cta-button::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: var(--accent-gold);\n            transition: left 0.4s ease;\n            z-index: -1;\n        }\n\n        .cta-button:hover::before {\n            left: 0;\n        }\n\n        .cta-button:hover {\n            color: var(--bg-dark);\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; }\n            to { opacity: 1; }\n        }\n\n        \/* Section Styles *\/\n        section {\n            padding: 6rem 2rem;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .section-title {\n            font-size: clamp(2rem, 5vw, 3.5rem);\n            text-align: center;\n            margin-bottom: 3rem;\n            font-weight: 300;\n        }\n\n        .divider {\n            width: 80px;\n            height: 1px;\n            background: var(--accent-gold);\n            margin: 4rem auto;\n        }\n\n        \/* Video Section *\/\n        .video-section {\n            background: var(--bg-card);\n            padding: 6rem 2rem;\n            margin: 4rem 0;\n        }\n\n        .video-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            position: relative;\n            padding-bottom: 56.25%;\n            height: 0;\n            overflow: hidden;\n            border: 1px solid var(--divider);\n        }\n\n        .video-container iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n        }\n\n        \/* Description Section *\/\n        .description {\n            max-width: 800px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .description p {\n            font-size: 1.1rem;\n            line-height: 1.9;\n            color: var(--text-secondary);\n            margin-bottom: 1.5rem;\n        }\n\n        \/* Backstory Section *\/\n        .backstory {\n            background: var(--bg-card);\n            padding: 6rem 2rem;\n        }\n\n        .backstory-content {\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .backstory-content p {\n            font-size: 1.05rem;\n            line-height: 1.9;\n            color: var(--text-secondary);\n            margin-bottom: 1.8rem;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 3rem;\n            margin-top: 4rem;\n        }\n\n        .feature-card {\n            padding: 2.5rem;\n            background: var(--bg-card);\n            border: 1px solid var(--divider);\n            transition: all 0.4s ease;\n        }\n\n        .feature-card:hover {\n            border-color: var(--accent-gold);\n            transform: translateY(-5px);\n        }\n\n        .feature-icon {\n            font-size: 2.5rem;\n            margin-bottom: 1.5rem;\n            color: var(--accent-gold);\n        }\n\n        .feature-card h3 {\n            font-size: 1.5rem;\n            margin-bottom: 1rem;\n            font-weight: 400;\n        }\n\n        .feature-card p {\n            color: var(--text-secondary);\n            line-height: 1.8;\n        }\n\n        \/* Edition Details *\/\n        .edition-details {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 2rem;\n            margin: 4rem 0;\n            text-align: center;\n        }\n\n        .detail-item {\n            padding: 2rem;\n            border: 1px solid var(--divider);\n        }\n\n        .detail-number {\n            font-family: 'Playfair Display', serif;\n            font-size: 3rem;\n            color: var(--accent-gold);\n            display: block;\n            margin-bottom: 0.5rem;\n        }\n\n        .detail-label {\n            font-size: 0.85rem;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n            color: var(--text-secondary);\n        }\n\n        \/* Curated Pairings *\/\n        .pairings {\n            background: var(--bg-card);\n            padding: 6rem 2rem;\n        }\n\n        .pairings-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .pairing-card {\n            padding: 2rem;\n            border: 1px solid var(--divider);\n            transition: all 0.3s ease;\n            text-align: center;\n        }\n\n        .pairing-card:hover {\n            border-color: var(--accent-gold);\n        }\n\n        .pairing-card h3 {\n            font-size: 1.3rem;\n            margin-bottom: 1rem;\n            color: var(--accent-gold);\n        }\n\n        .pairing-card p {\n            color: var(--text-secondary);\n            line-height: 1.7;\n        }\n\n        \/* Target Spaces *\/\n        .target-spaces {\n            padding: 6rem 2rem;\n        }\n\n        .spaces-list {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 1.5rem;\n            margin-top: 3rem;\n        }\n\n        .space-tag {\n            padding: 0.8rem 1.5rem;\n            border: 1px solid var(--divider);\n            font-size: 0.9rem;\n            letter-spacing: 0.05em;\n            transition: all 0.3s ease;\n        }\n\n        .space-tag:hover {\n            border-color: var(--accent-gold);\n            color: var(--accent-gold);\n        }\n\n        \/* Luxury Brands Strip *\/\n        .luxury-brands {\n            background: var(--bg-card);\n            padding: 4rem 2rem;\n            text-align: center;\n            border-top: 1px solid var(--divider);\n            border-bottom: 1px solid var(--divider);\n        }\n\n        .luxury-brands p {\n            font-size: 0.85rem;\n            text-transform: uppercase;\n            letter-spacing: 0.15em;\n            color: var(--text-secondary);\n            margin-bottom: 2rem;\n        }\n\n        .brands-list {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            color: var(--accent-gold);\n            letter-spacing: 0.1em;\n        }\n\n        \/* Collection CTA *\/\n        .collection-cta {\n            text-align: center;\n            padding: 6rem 2rem;\n        }\n\n        .collection-cta h2 {\n            font-size: clamp(2rem, 5vw, 3rem);\n            margin-bottom: 1.5rem;\n        }\n\n        .collection-cta p {\n            color: var(--text-secondary);\n            font-size: 1.1rem;\n            margin-bottom: 2.5rem;\n        }\n\n        \/* Final CTA *\/\n        .final-cta {\n            background: var(--bg-card);\n            padding: 8rem 2rem;\n            text-align: center;\n        }\n\n        .final-cta h2 {\n            font-size: clamp(2.5rem, 6vw, 4rem);\n            margin-bottom: 2rem;\n            font-weight: 300;\n        }\n\n        .final-cta p {\n            font-size: 1.2rem;\n            color: var(--text-secondary);\n            margin-bottom: 3rem;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        \/* Footer *\/\n        footer {\n            padding: 4rem 2rem 2rem;\n            text-align: center;\n            border-top: 1px solid var(--divider);\n        }\n\n        .social-links {\n            display: flex;\n            justify-content: center;\n            gap: 2rem;\n            margin-bottom: 2rem;\n        }\n\n        .social-links a {\n            color: var(--text-secondary);\n            text-decoration: none;\n            font-size: 0.9rem;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n            transition: color 0.3s ease;\n        }\n\n        .social-links a:hover {\n            color: var(--accent-gold);\n        }\n\n        .copyright {\n            font-size: 0.8rem;\n            color: var(--text-secondary);\n            letter-spacing: 0.05em;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            nav {\n                padding: 1rem 1.5rem;\n            }\n\n            .nav-links {\n                gap: 1.5rem;\n            }\n\n            .nav-links a {\n                font-size: 0.75rem;\n            }\n\n            section {\n                padding: 4rem 1.5rem;\n            }\n\n            .features-grid,\n            .edition-details {\n                grid-template-columns: 1fr;\n            }\n\n            .pairings-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        \/* Scroll Reveal *\/\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: all 0.8s ease;\n        }\n\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    \u003c\/style\u003e\n\n\n    \u003c!-- Header --\u003e\n    \u003cheader\u003e\n        \u003cnav\u003e\n            \u003ca href=\"https:\/\/www.kasianartstudio.com\" class=\"logo\"\u003eKASIAN ART STUDIO\u003c\/a\u003e\n            \u003cul class=\"nav-links\"\u003e\n                \u003cli\u003e\u003ca href=\"#about\"\u003eAbout\u003c\/a\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003ca href=\"#collection\"\u003eCollection\u003c\/a\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003ca href=\"#inquiry\"\u003eInquire\u003c\/a\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/nav\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- Hero Section --\u003e\n    \u003csection class=\"hero\"\u003e\n        \u003cdiv class=\"floating-lines\"\u003e\n            \u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hero-content\"\u003e\n            \u003cdiv class=\"edition-badge\"\u003eLimited Edition\u003c\/div\u003e\n            \u003ch1\u003eWhispered Meridian\u003c\/h1\u003e\n            \u003cp class=\"tagline\"\u003eMoody. Elegant. Timeless.\u003c\/p\u003e\n            \u003ca href=\"#inquiry\" class=\"cta-button\"\u003eInquire Now\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Video Section --\u003e\n    \u003csection class=\"video-section\"\u003e\n        \u003cdiv class=\"video-container\"\u003e\n            \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/eOpXnP1S40k\" title=\"Whispered Meridian - Kasian Art Studio\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\n            \u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Description Section --\u003e\n    \u003csection class=\"description reveal\"\u003e\n        \u003cp\u003eA study in restraint and flow. Whispered Meridian moves through ivory space with softened charcoal washes and gilded threads of quiet opulence.\u003c\/p\u003e\n        \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Backstory Section --\u003e\n    \u003csection class=\"backstory\" id=\"about\"\u003e\n        \u003cdiv class=\"backstory-content reveal\"\u003e\n            \u003ch2 class=\"section-title\"\u003eThe Essence\u003c\/h2\u003e\n            \u003cp\u003eWhispered Meridian is a museum-grade abstract composition defined by delicacy, balance, and architectural calm. Fine ink-like lines drift across a textured ivory ground, intersecting with translucent charcoal washes and subtle metallic gold accents that appear embedded rather than imposed.\u003c\/p\u003e\n            \n            \u003cp\u003eThe movement is fluid yet intentional — reminiscent of topographic contours or unseen currents beneath still water. Each line carries tension and release, creating a work that feels organic while remaining refined.\u003c\/p\u003e\n            \n            \u003cp\u003eUnlike bold statement pieces that command through contrast, Whispered Meridian elevates through nuance. It is designed for interiors that value softness, light, and considered detail — spa-like bedrooms, serene living spaces, boutique hotel corridors, and gallery-style residences where minimalism meets warmth.\u003c\/p\u003e\n            \n            \u003cp\u003eThe gold detailing is restrained, offering quiet radiance that shifts subtly under changing light. This is art meant to breathe within a space — understated yet unmistakably luxurious.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Features Section --\u003e\n    \u003csection id=\"features\"\u003e\n        \u003ch2 class=\"section-title reveal\"\u003eMuseum-Grade Excellence\u003c\/h2\u003e\n        \u003cdiv class=\"features-grid\"\u003e\n            \u003cdiv class=\"feature-card reveal\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e◆\u003c\/div\u003e\n                \u003ch3\u003eLimited Edition\u003c\/h3\u003e\n                \u003cp\u003eEach piece is hand-numbered and strictly limited. No additional editions will ever be produced beyond the stated release, ensuring lasting exclusivity and collector value.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card reveal\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e◇\u003c\/div\u003e\n                \u003ch3\u003eArchival Quality\u003c\/h3\u003e\n                \u003cp\u003eMuseum-grade materials ensure exceptional longevity and tonal stability. Printed with archival pigment inks and metallic gold detailing on premium substrates rated for long-term display.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card reveal\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e◈\u003c\/div\u003e\n                \u003ch3\u003eInvestment Ready\u003c\/h3\u003e\n                \u003cp\u003eRefined neutral abstracts with subtle metallic accents maintain strong demand among collectors seeking quiet luxury. Each piece includes Certificate of Authenticity and provenance documentation.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Edition Details --\u003e\n    \u003csection\u003e\n        \u003cdiv class=\"edition-details reveal\"\u003e\n            \u003cdiv class=\"detail-item\"\u003e\n                \u003cspan class=\"detail-number\"\u003eLimited\u003c\/span\u003e\n                \u003cspan class=\"detail-label\"\u003eEdition Status\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"detail-item\"\u003e\n                \u003cspan class=\"detail-number\"\u003eMuseum\u003c\/span\u003e\n                \u003cspan class=\"detail-label\"\u003eGrade Quality\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"detail-item\"\u003e\n                \u003cspan class=\"detail-number\"\u003e2026\u003c\/span\u003e\n                \u003cspan class=\"detail-label\"\u003eYear Released\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"detail-item\"\u003e\n                \u003cspan class=\"detail-number\"\u003eNumbered\u003c\/span\u003e\n                \u003cspan class=\"detail-label\"\u003e\u0026amp; Certified\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Curated Pairings --\u003e\n    \u003csection class=\"pairings\"\u003e\n        \u003ch2 class=\"section-title reveal\"\u003eCurated Pairings\u003c\/h2\u003e\n        \u003cdiv class=\"pairings-grid\"\u003e\n            \u003cdiv class=\"pairing-card reveal\"\u003e\n                \u003ch3\u003eWarm Neutrals\u003c\/h3\u003e\n                \u003cp\u003ePlaster, travertine interiors, and natural oak create harmonious dialogue with the piece's soft palette.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"pairing-card reveal\"\u003e\n                \u003ch3\u003eTextural Layers\u003c\/h3\u003e\n                \u003cp\u003eLinen textiles and brushed brass accents enhance the artwork's restrained elegance and quiet luxury aesthetic.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Target Spaces --\u003e\n    \u003csection class=\"target-spaces reveal\"\u003e\n        \u003ch2 class=\"section-title\"\u003eDesigned For\u003c\/h2\u003e\n        \u003cdiv class=\"spaces-list\"\u003e\n            \u003cdiv class=\"space-tag\"\u003eSpa-Inspired Bedrooms\u003c\/div\u003e\n            \u003cdiv class=\"space-tag\"\u003eBoutique Hotel Corridors\u003c\/div\u003e\n            \u003cdiv class=\"space-tag\"\u003eSerene Living Spaces\u003c\/div\u003e\n            \u003cdiv class=\"space-tag\"\u003eGallery-Style Residences\u003c\/div\u003e\n            \u003cdiv class=\"space-tag\"\u003eWellness Centers\u003c\/div\u003e\n            \u003cdiv class=\"space-tag\"\u003eMinimalist Penthouses\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Luxury Brands Strip --\u003e\n    \u003csection class=\"luxury-brands\"\u003e\n        \u003cp\u003eDesigned for the world's most distinguished spaces\u003c\/p\u003e\n        \u003cdiv class=\"brands-list\"\u003eAman • Four Seasons • St. Regis • Ritz-Carlton Reserve\u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Collection CTA --\u003e\n    \u003csection class=\"collection-cta reveal\" id=\"collection\"\u003e\n        \u003ch2\u003eExplore the Collection\u003c\/h2\u003e\n        \u003cp\u003eDiscover more refined abstracts from the Abstract Atmospheric Collection\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\/abstract-atmospheric-collection\" class=\"cta-button\"\u003eView Collection\u003c\/a\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Final CTA --\u003e\n    \u003csection class=\"final-cta\" id=\"inquiry\"\u003e\n        \u003ch2\u003eBegin Your Inquiry\u003c\/h2\u003e\n        \u003cp\u003eLimited availability. Museum-grade quality. Investment-worthy provenance.\u003cbr\u003eInquire about acquisition and custom sizing.\u003c\/p\u003e\n        \u003ca href=\"mailto:kristina@kasianartstudio.com\" class=\"cta-button\"\u003eContact Studio\u003c\/a\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Footer --\u003e\n    \u003cfooter\u003e\n        \u003cdiv class=\"social-links\"\u003e\n            \u003ca href=\"https:\/\/www.instagram.com\/kasianartstudio\"\u003eInstagram\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.pinterest.com\/kasianartstudio\"\u003ePinterest\u003c\/a\u003e\n            \u003ca href=\"mailto:kristina@kasianartstudio.com\"\u003eEmail\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"copyright\"\u003e© 2026 Kasian Art Studio, L.L.C. All Rights Reserved.\u003c\/p\u003e\n    \u003c\/footer\u003e\n\n    \u003c!-- Scroll Reveal Script --\u003e\n    \u003cscript\u003e\n        \/\/ Scroll reveal animation\n        const reveals = document.querySelectorAll('.reveal');\n        \n        function checkScroll() {\n            reveals.forEach(element =\u003e {\n                const elementTop = element.getBoundingClientRect().top;\n                const windowHeight = window.innerHeight;\n                \n                if (elementTop \u003c windowHeight - 100) {\n                    element.classList.add('active');\n                }\n            });\n        }\n        \n        window.addEventListener('scroll', checkScroll);\n        checkScroll();\n\n        \/\/ Header scroll effect\n        const header = document.querySelector('header');\n        window.addEventListener('scroll', () =\u003e {\n            if (window.scrollY \u003e 100) {\n                header.style.background = 'rgba(10, 10, 10, 0.98)';\n            } else {\n                header.style.background = 'rgba(10, 10, 10, 0.95)';\n            }\n        });\n    \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47502544863397,"sku":"4035113_16039","price":11424.45,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47502544896165,"sku":"4035113_16045","price":11424.45,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47502544928933,"sku":"4035113_15700","price":11424.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/IMG_1389.png?v=1771283580"},{"product_id":"broadway-no-1325","title":"Broadway No. 1325 — Limited Edition Fine Art Print","description":"\u003cdiv style=\"font-family:'Cormorant Garamond','Garamond','Georgia',serif;background:#0a0a0a;color:#e8e4dc;max-width:1200px;margin:0 auto;padding:40px 20px;width:100%;box-sizing:border-box;\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv style=\"text-align:center;padding:60px 20px 40px;border-bottom:1px solid #222;\"\u003e\n    \u003cp style=\"font-family:'Cormorant Garamond','Georgia',serif;font-size:11px;letter-spacing:0.35em;text-transform:uppercase;color:#888;margin:0 0 20px;\"\u003eKasian Art Studio — Urban Architecture Series\u003c\/p\u003e\n    \u003ch1 style=\"font-family:'Cormorant Garamond','Georgia',serif;font-size:clamp(36px,6vw,72px);font-weight:300;letter-spacing:0.05em;color:#f0ede6;margin:0 0 16px;line-height:1.1;\"\u003eBroadway No. 1325\u003c\/h1\u003e\n    \u003cp style=\"font-size:13px;letter-spacing:0.3em;text-transform:uppercase;color:#888;margin:0 0 24px;\"\u003eLimited Edition of 50  |  Museum-Grade Archival Print\u003c\/p\u003e\n    \u003cp style=\"font-style:italic;font-size:clamp(16px,2.5vw,22px);color:#b0aa9e;margin:0;letter-spacing:0.02em;\"\u003eMoody. Elegant. Timeless.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SHORT DESCRIPTION --\u003e\n  \u003cdiv style=\"max-width:760px;margin:60px auto;text-align:center;\"\u003e\n    \u003cp style=\"font-size:clamp(15px,2vw,19px);line-height:1.85;color:#c8c4bc;letter-spacing:0.01em;margin:0;\"\u003eA cinematic study in stark contrast and urban architecture, \u003cem\u003eBroadway No. 1325\u003c\/em\u003e captures New York's most legendary corridor rendered in ink-sketched precision against a field of absolute black. The composition is vertigo-inducing — a diagonal blade of light cutting through shadow, with crosshatched towers dissolving into white beneath. Museum-grade archival print, limited to an edition of 50.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA BUTTONS --\u003e\n  \u003cdiv style=\"text-align:center;padding:0 20px 60px;border-bottom:1px solid #1a1a1a;\"\u003e\n    \u003ca href=\"mailto:kristina@kasianartstudio.com\" style=\"display:inline-block;padding:16px 40px;border:1px solid #c9a227;color:#c9a227;font-family:'Cormorant Garamond','Georgia',serif;font-size:12px;letter-spacing:0.3em;text-transform:uppercase;text-decoration:none;margin:8px 12px;transition:all 0.3s;\"\u003eInquire Below\u003c\/a\u003e\n    \u003ca href=\"https:\/\/www.kasianartstudio.com\" target=\"_blank\" style=\"display:inline-block;padding:16px 40px;border:1px solid #444;color:#888;font-family:'Cormorant Garamond','Georgia',serif;font-size:12px;letter-spacing:0.3em;text-transform:uppercase;text-decoration:none;margin:8px 12px;\"\u003eVisit Kasian Art Studio\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- YOUTUBE --\u003e\n  \u003cdiv style=\"padding:60px 20px;border-bottom:1px solid #1a1a1a;\"\u003e\n    \u003cp style=\"text-align:center;font-size:11px;letter-spacing:0.35em;text-transform:uppercase;color:#666;margin:0 0 32px;\"\u003eStudio Presentation\u003c\/p\u003e\n    \u003cdiv style=\"position:relative;width:100%;padding-top:56.25%;max-width:900px;margin:0 auto;\"\u003e\n      \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/l63kkpcHTg8\" title=\"Broadway No. 1325 | Kasian Art Studio\" frameborder=\"0\" allow=\"accelerometer;autoplay;clipboard-write;encrypted-media;gyroscope;picture-in-picture\" allowfullscreen style=\"position:absolute;top:0;left:0;width:100%;height:100%;border:none;\"\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- LONG DESCRIPTION --\u003e\n  \u003cdiv style=\"max-width:800px;margin:0 auto;padding:60px 20px;border-bottom:1px solid #1a1a1a;\"\u003e\n    \u003cp style=\"font-size:11px;letter-spacing:0.35em;text-transform:uppercase;color:#666;margin:0 0 36px;text-align:center;\"\u003eAbout the Work\u003c\/p\u003e\n    \u003cp style=\"font-size:clamp(14px,1.8vw,17px);line-height:1.95;color:#b8b4ac;margin:0 0 28px;\"\u003e\u003cem\u003eBroadway No. 1325\u003c\/em\u003e is not a street scene. It is a psychological portrait of a city — its weight, its permanence, its indifference to those who pass beneath it. The dominant black field swallows the upper canvas entirely, broken only by the rigid geometry of a fire escape staircase rendered in precise architectural line. Below, the street sign — 1329–1325 Broadway — anchors the composition in both place and time, its bold lettering rendered with the clarity of a museum placard, commanding attention without apology.\u003c\/p\u003e\n    \u003cp style=\"font-size:clamp(14px,1.8vw,17px);line-height:1.95;color:#b8b4ac;margin:0 0 28px;\"\u003eThe lower half of the work dissolves into an extraordinary architectural sketch: gridded glass towers, steel scaffolding, the ghost of Midtown's skyline reduced to pure structural line. The technique is deliberate — part fine art illustration, part architectural rendering, part photographic memory. What the eye registers as absence is, in fact, presence: the negative space is the city breathing.\u003c\/p\u003e\n    \u003cp style=\"font-size:clamp(14px,1.8vw,17px);line-height:1.95;color:#b8b4ac;margin:0;\"\u003eThis piece belongs in spaces where architecture is the art. Where the walls speak before the furniture does. It commands scale — hung large in a hotel corridor or penthouse foyer, it transforms the room into a statement about urban identity, collected restraint, and the quiet power of black and white.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CINEMATIC BACKSTORY --\u003e\n  \u003cdiv style=\"background:#0d0d0d;padding:60px 20px;border-top:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a;\"\u003e\n    \u003cdiv style=\"max-width:720px;margin:0 auto;text-align:center;\"\u003e\n      \u003cp style=\"font-size:11px;letter-spacing:0.35em;text-transform:uppercase;color:#666;margin:0 0 40px;\"\u003eThe Story\u003c\/p\u003e\n      \u003cp style=\"font-style:italic;font-size:clamp(16px,2.2vw,24px);line-height:1.7;color:#c9a227;margin:0 0 40px;font-weight:300;\"\u003e\"There is a particular hour in New York when the city stops performing and simply exists.\"\u003c\/p\u003e\n      \u003cp style=\"font-size:clamp(14px,1.6vw,16px);line-height:1.95;color:#888;margin:0 0 24px;\"\u003eThe composition began with shadow. Not as an absence of light, but as a material in itself — dense, absolute, architectural. The upper register of the canvas is surrendered entirely to black, interrupted only by the skeletal geometry of a fire escape, rendered with the precision of an engineer's hand.\u003c\/p\u003e\n      \u003cp style=\"font-size:clamp(14px,1.6vw,16px);line-height:1.95;color:#888;margin:0;\"\u003eBeneath the dominant field, the city reasserts itself in pure structural line. Glass towers dissolve into crosshatched grids. The Broadway street sign anchors the work in specific, unambiguous geography. This is not an impression of New York. It is an argument about it.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES GRID --\u003e\n  \u003cdiv style=\"padding:60px 20px;border-bottom:1px solid #1a1a1a;\"\u003e\n    \u003cp style=\"text-align:center;font-size:11px;letter-spacing:0.35em;text-transform:uppercase;color:#666;margin:0 0 48px;\"\u003eEdition Specifications\u003c\/p\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:2px;max-width:1100px;margin:0 auto;\"\u003e\n      \u003cdiv style=\"flex:1;min-width:220px;padding:36px 28px;background:#0f0f0f;border:1px solid #1a1a1a;text-align:center;\"\u003e\n        \u003cp style=\"font-size:11px;letter-spacing:0.3em;text-transform:uppercase;color:#c9a227;margin:0 0 14px;\"\u003eMedium\u003c\/p\u003e\n        \u003cp style=\"font-size:clamp(14px,1.6vw,16px);color:#c8c4bc;line-height:1.6;margin:0;\"\u003eFine Art Archival Print on Museum-Grade Substrate\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"flex:1;min-width:220px;padding:36px 28px;background:#0f0f0f;border:1px solid #1a1a1a;text-align:center;\"\u003e\n        \u003cp style=\"font-size:11px;letter-spacing:0.3em;text-transform:uppercase;color:#c9a227;margin:0 0 14px;\"\u003eEdition\u003c\/p\u003e\n        \u003cp style=\"font-size:clamp(14px,1.6vw,16px);color:#c8c4bc;line-height:1.6;margin:0;\"\u003eStrictly Limited to 50 Impressions — No Reprint\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"flex:1;min-width:220px;padding:36px 28px;background:#0f0f0f;border:1px solid #1a1a1a;text-align:center;\"\u003e\n        \u003cp style=\"font-size:11px;letter-spacing:0.3em;text-transform:uppercase;color:#c9a227;margin:0 0 14px;\"\u003eInks\u003c\/p\u003e\n        \u003cp style=\"font-size:clamp(14px,1.6vw,16px);color:#c8c4bc;line-height:1.6;margin:0;\"\u003ePigment-Based Archival Inks — 100-Year Rated\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- EDITION STATS --\u003e\n  \u003cdiv style=\"padding:60px 20px;border-bottom:1px solid #1a1a1a;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:0;max-width:900px;margin:0 auto;border:1px solid #1a1a1a;\"\u003e\n      \u003cdiv style=\"flex:1;min-width:160px;padding:40px 20px;text-align:center;border-right:1px solid #1a1a1a;\"\u003e\n        \u003cp style=\"font-size:clamp(28px,5vw,48px);font-weight:300;color:#f0ede6;margin:0 0 8px;letter-spacing:-0.02em;\"\u003e50\u003c\/p\u003e\n        \u003cp style=\"font-size:10px;letter-spacing:0.3em;text-transform:uppercase;color:#666;margin:0;\"\u003eTotal Edition\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"flex:1;min-width:160px;padding:40px 20px;text-align:center;border-right:1px solid #1a1a1a;\"\u003e\n        \u003cp style=\"font-size:clamp(28px,5vw,48px);font-weight:300;color:#c9a227;margin:0 0 8px;letter-spacing:-0.02em;\"\u003e100+\u003c\/p\u003e\n        \u003cp style=\"font-size:10px;letter-spacing:0.3em;text-transform:uppercase;color:#666;margin:0;\"\u003eYear Archival Rating\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"flex:1;min-width:160px;padding:40px 20px;text-align:center;border-right:1px solid #1a1a1a;\"\u003e\n        \u003cp style=\"font-size:clamp(28px,5vw,48px);font-weight:300;color:#f0ede6;margin:0 0 8px;letter-spacing:-0.02em;\"\u003e1\u003c\/p\u003e\n        \u003cp style=\"font-size:10px;letter-spacing:0.3em;text-transform:uppercase;color:#666;margin:0;\"\u003ePrint Run Only\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"flex:1;min-width:160px;padding:40px 20px;text-align:center;\"\u003e\n        \u003cp style=\"font-size:clamp(28px,5vw,48px);font-weight:300;color:#f0ede6;margin:0 0 8px;letter-spacing:-0.02em;\"\u003e2026\u003c\/p\u003e\n        \u003cp style=\"font-size:10px;letter-spacing:0.3em;text-transform:uppercase;color:#666;margin:0;\"\u003eRelease Year\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CURATED PAIRINGS --\u003e\n  \u003cdiv style=\"max-width:800px;margin:0 auto;padding:60px 20px;border-bottom:1px solid #1a1a1a;\"\u003e\n    \u003cp style=\"text-align:center;font-size:11px;letter-spacing:0.35em;text-transform:uppercase;color:#666;margin:0 0 40px;\"\u003eCurated Pairings\u003c\/p\u003e\n    \u003cp style=\"font-size:clamp(14px,1.8vw,17px);line-height:1.95;color:#b8b4ac;text-align:center;margin:0;\"\u003e\u003cem\u003eBroadway No. 1325\u003c\/em\u003e pairs with shadowed figure works, nocturnal cityscape prints, and monochromatic abstract architectural pieces that carry the same editorial restraint. In interior design contexts, it complements polished concrete, blackened steel furniture, marble millwork, and spaces defined by dramatic vertical proportions.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INVESTMENT POSITIONING --\u003e\n  \u003cdiv style=\"background:#0d0d0d;padding:60px 20px;border-top:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a;\"\u003e\n    \u003cp style=\"text-align:center;font-size:11px;letter-spacing:0.35em;text-transform:uppercase;color:#666;margin:0 0 48px;\"\u003eDesigned For\u003c\/p\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:12px;max-width:900px;margin:0 auto;justify-content:center;\"\u003e\n      \u003cspan style=\"padding:10px 24px;border:1px solid #2a2a2a;font-size:11px;letter-spacing:0.25em;text-transform:uppercase;color:#888;\"\u003eLuxury Residences\u003c\/span\u003e\n      \u003cspan style=\"padding:10px 24px;border:1px solid #2a2a2a;font-size:11px;letter-spacing:0.25em;text-transform:uppercase;color:#888;\"\u003eBoutique Hotels\u003c\/span\u003e\n      \u003cspan style=\"padding:10px 24px;border:1px solid #2a2a2a;font-size:11px;letter-spacing:0.25em;text-transform:uppercase;color:#888;\"\u003ePenthouse Foyers\u003c\/span\u003e\n      \u003cspan style=\"padding:10px 24px;border:1px solid #2a2a2a;font-size:11px;letter-spacing:0.25em;text-transform:uppercase;color:#888;\"\u003eExecutive Offices\u003c\/span\u003e\n      \u003cspan style=\"padding:10px 24px;border:1px solid #2a2a2a;font-size:11px;letter-spacing:0.25em;text-transform:uppercase;color:#888;\"\u003ePrivate Collections\u003c\/span\u003e\n      \u003cspan style=\"padding:10px 24px;border:1px solid #2a2a2a;font-size:11px;letter-spacing:0.25em;text-transform:uppercase;color:#888;\"\u003eSuperyacht Interiors\u003c\/span\u003e\n      \u003cspan style=\"padding:10px 24px;border:1px solid #2a2a2a;font-size:11px;letter-spacing:0.25em;text-transform:uppercase;color:#888;\"\u003eMuseum Collections\u003c\/span\u003e\n      \u003cspan style=\"padding:10px 24px;border:1px solid #2a2a2a;font-size:11px;letter-spacing:0.25em;text-transform:uppercase;color:#888;\"\u003eArchitectural Spaces\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HOTEL BRAND STRIP --\u003e\n  \u003cdiv style=\"padding:50px 20px;border-bottom:1px solid #1a1a1a;text-align:center;\"\u003e\n    \u003cp style=\"font-size:10px;letter-spacing:0.4em;text-transform:uppercase;color:#555;margin:0 0 24px;\"\u003eCalibrated for the World's Most Discerning Properties\u003c\/p\u003e\n    \u003cp style=\"font-size:12px;letter-spacing:0.3em;text-transform:uppercase;color:#777;margin:0;line-height:2.2;\"\u003eAman  •  Four Seasons  •  St. Regis  •  Ritz-Carlton Reserve  •  Rosewood  •  EDITION\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003cdiv style=\"padding:80px 20px;text-align:center;border-bottom:1px solid #1a1a1a;\"\u003e\n    \u003cp style=\"font-size:11px;letter-spacing:0.35em;text-transform:uppercase;color:#666;margin:0 0 24px;\"\u003eAcquire This Work\u003c\/p\u003e\n    \u003cp style=\"font-style:italic;font-size:clamp(18px,3vw,30px);color:#c9a227;margin:0 0 16px;font-weight:300;\"\u003eEdition __ of 50\u003c\/p\u003e\n    \u003cp style=\"font-size:clamp(14px,1.8vw,18px);line-height:1.8;color:#888;max-width:560px;margin:0 auto 40px;\"\u003eOnce the edition is closed, this work does not return to market. Inquire directly for acquisition, institutional pricing, and provenance documentation.\u003c\/p\u003e\n    \u003ca href=\"mailto:kristina@kasianartstudio.com\" style=\"display:inline-block;padding:18px 52px;background:#c9a227;color:#0a0a0a;font-family:'Cormorant Garamond','Georgia',serif;font-size:12px;letter-spacing:0.3em;text-transform:uppercase;text-decoration:none;font-weight:600;margin:8px 12px;\"\u003eInquire Below\u003c\/a\u003e\n    \u003ca href=\"https:\/\/www.kasianartstudio.com\" target=\"_blank\" style=\"display:inline-block;padding:18px 52px;border:1px solid #444;color:#888;font-family:'Cormorant Garamond','Georgia',serif;font-size:12px;letter-spacing:0.3em;text-transform:uppercase;text-decoration:none;margin:8px 12px;\"\u003eVisit Kasian Art Studio\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FOOTER CONTACT --\u003e\n  \u003cdiv style=\"padding:48px 20px;text-align:center;\"\u003e\n    \u003cp style=\"font-size:10px;letter-spacing:0.35em;text-transform:uppercase;color:#555;margin:0 0 12px;\"\u003eKasian Art Studio\u003c\/p\u003e\n    \u003cp style=\"font-size:13px;color:#666;margin:0 0 6px;letter-spacing:0.05em;\"\u003ekristina@kasianartstudio.com\u003c\/p\u003e\n    \u003cp style=\"font-size:11px;color:#555;margin:0;letter-spacing:0.05em;\"\u003ekasianartstudio.com   |   @kasianartstudio\u003c\/p\u003e\n    \u003cp style=\"font-size:10px;letter-spacing:0.2em;text-transform:uppercase;color:#3a3a3a;margin:28px 0 0;\"\u003eMoody. Elegant. Timeless.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47661589692581,"sku":"3204505_16039","price":16114.45,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47661589725349,"sku":"3204505_16045","price":16114.45,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47661589758117,"sku":"3204505_15700","price":16114.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/Nano_Banana_2_-_make_a_mockup_of_this_exact_artwork_in_a_Billionaire_Penthouse___Manhattan_Skyline__2_2c24f611-8001-435f-beb5-a2aaa7a783a0.png?v=1774665776"},{"product_id":"trouble-unseen","title":"Trouble, Unseen","description":"\u003c!-- KASIAN ART STUDIO — Trouble, Unseen — Shopify Product Description --\u003e\n\u003c!-- Paste this entire block into Shopify \u003e Products \u003e Description \u003e Show HTML (\u003c\u003e) --\u003e\n\n\u003cstyle\u003e\n  .kas-wrap { font-family: Georgia, 'Times New Roman', serif; color: #1a1a1a; max-width: 100%; line-height: 1.7; }\n  .kas-wrap * { box-sizing: border-box; }\n\n  \/* HERO BANNER *\/\n  .kas-hero {\n    background: #0d0d0d;\n    padding: 60px 40px;\n    text-align: center;\n    margin-bottom: 0;\n    border-bottom: 1px solid #2a2a2a;\n  }\n  .kas-edition-tag {\n    display: inline-block;\n    font-size: 11px;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: #8a837c;\n    border: 1px solid #2e2e2e;\n    padding: 6px 18px;\n    margin-bottom: 24px;\n  }\n  .kas-hero h1 {\n    font-family: Georgia, serif;\n    font-size: clamp(2.4rem, 5vw, 3.8rem);\n    font-weight: 400;\n    color: #f0ece8;\n    margin: 0 0 4px 0;\n    line-height: 1.05;\n    letter-spacing: -0.01em;\n  }\n  .kas-hero-sub {\n    font-family: Georgia, serif;\n    font-style: italic;\n    font-size: clamp(1rem, 2vw, 1.35rem);\n    color: #8a837c;\n    margin: 0 0 20px 0;\n  }\n  .kas-tagline {\n    font-size: 11px;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: #4a4642;\n    margin: 0;\n  }\n  .kas-tagline span { color: #6a6460; margin: 0 6px; }\n\n  \/* DIVIDER *\/\n  .kas-divider {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin: 36px 0;\n  }\n  .kas-divider-line { flex: 1; height: 1px; background: #e8e4e0; }\n  .kas-divider-dot { width: 4px; height: 4px; background: #b8a896; border-radius: 50%; flex-shrink: 0; }\n\n  \/* SHORT DESCRIPTION *\/\n  .kas-short {\n    background: #faf9f8;\n    border-left: 3px solid #b8a896;\n    padding: 24px 28px;\n    margin-bottom: 0;\n  }\n  .kas-short p {\n    font-style: italic;\n    font-size: 1.05rem;\n    color: #3a3632;\n    margin: 0;\n    line-height: 1.75;\n  }\n\n  \/* SECTION LABELS *\/\n  .kas-label {\n    font-size: 10px;\n    letter-spacing: 0.32em;\n    text-transform: uppercase;\n    color: #b8a896;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 16px;\n  }\n  .kas-label::before { content: ''; display: inline-block; width: 24px; height: 1px; background: #b8a896; }\n\n  \/* DETAILS GRID *\/\n  .kas-details-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    background: #e8e4e0;\n    border: 1px solid #e8e4e0;\n    margin: 0;\n  }\n  .kas-detail-cell {\n    background: #fff;\n    padding: 14px 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 3px;\n  }\n  .kas-detail-label {\n    font-size: 10px;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: #aaa;\n  }\n  .kas-detail-value {\n    font-size: 0.9rem;\n    color: #2a2a2a;\n    font-style: italic;\n  }\n\n  \/* LONG DESCRIPTION *\/\n  .kas-body p {\n    font-size: 0.98rem;\n    line-height: 1.88;\n    color: #3a3632;\n    margin: 0 0 18px 0;\n  }\n  .kas-body p:last-child { margin-bottom: 0; }\n\n  \/* PULL QUOTE *\/\n  .kas-pull-quote {\n    border-left: 2px solid #b8a896;\n    padding: 6px 24px;\n    margin: 32px 0;\n  }\n  .kas-pull-quote p {\n    font-family: Georgia, serif;\n    font-style: italic;\n    font-size: 1.15rem;\n    color: #2a2a2a;\n    line-height: 1.55;\n    margin: 0;\n  }\n\n  \/* BACKSTORY *\/\n  .kas-backstory {\n    background: #0d0d0d;\n    padding: 44px 40px;\n  }\n  .kas-backstory .kas-label { color: #6a6460; }\n  .kas-backstory .kas-label::before { background: #6a6460; }\n  .kas-backstory h2 {\n    font-family: Georgia, serif;\n    font-size: 1.6rem;\n    font-weight: 400;\n    font-style: italic;\n    color: #e8e4e0;\n    margin: 0 0 24px 0;\n    line-height: 1.2;\n  }\n  .kas-backstory p {\n    font-size: 0.93rem;\n    line-height: 1.88;\n    color: #8a8480;\n    margin: 0 0 16px 0;\n  }\n  .kas-backstory p:last-child { margin-bottom: 0; }\n\n  \/* FEATURES ROW *\/\n  .kas-features {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1px;\n    background: #e8e4e0;\n    border: 1px solid #e8e4e0;\n  }\n  .kas-feature {\n    background: #fff;\n    padding: 28px 22px;\n  }\n  .kas-feature-num {\n    display: block;\n    font-size: 1.6rem;\n    color: #ddd;\n    font-family: Georgia, serif;\n    line-height: 1;\n    margin-bottom: 10px;\n  }\n  .kas-feature h3 {\n    font-size: 10px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #b8a896;\n    margin: 0 0 10px 0;\n    font-weight: 400;\n  }\n  .kas-feature p { font-size: 0.84rem; line-height: 1.7; color: #5a5652; margin: 0; }\n\n  \/* STATS STRIP *\/\n  .kas-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1px;\n    background: #2a2a2a;\n  }\n  .kas-stat {\n    background: #0d0d0d;\n    padding: 32px 16px;\n    text-align: center;\n  }\n  .kas-stat-num {\n    display: block;\n    font-family: Georgia, serif;\n    font-size: 2.2rem;\n    color: #8a837c;\n    line-height: 1;\n    margin-bottom: 8px;\n  }\n  .kas-stat-label {\n    display: block;\n    font-size: 9px;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: #4a4642;\n    margin-bottom: 6px;\n  }\n  .kas-stat-desc { font-size: 0.72rem; font-style: italic; color: #6a6460; }\n\n  \/* PAIRINGS *\/\n  .kas-pairings-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    background: #e8e4e0;\n    border: 1px solid #e8e4e0;\n  }\n  .kas-pairing {\n    background: #faf9f8;\n    padding: 28px 24px;\n    border-left: 2px solid transparent;\n  }\n  .kas-pairing h3 {\n    font-family: Georgia, serif;\n    font-size: 1.05rem;\n    font-weight: 400;\n    color: #2a2a2a;\n    margin: 0 0 8px 0;\n  }\n  .kas-pairing p { font-size: 0.84rem; line-height: 1.7; color: #6a6460; margin: 0 0 12px 0; }\n  .kas-pairing a {\n    font-size: 10px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #b8a896;\n    text-decoration: none;\n  }\n\n  \/* SPACES LIST *\/\n  .kas-spaces { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 1px; }\n  .kas-spaces li {\n    background: #faf9f8;\n    padding: 13px 20px;\n    font-style: italic;\n    font-size: 0.9rem;\n    color: #5a5652;\n    border-left: 2px solid #e8e4e0;\n  }\n\n  \/* BRANDS STRIP *\/\n  .kas-brands {\n    background: #0d0d0d;\n    padding: 28px 40px;\n    text-align: center;\n  }\n  .kas-brands p {\n    font-size: 9px;\n    letter-spacing: 0.32em;\n    text-transform: uppercase;\n    color: #3a3632;\n    margin: 0 0 16px 0;\n  }\n  .kas-brands-row {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 28px;\n    flex-wrap: wrap;\n  }\n  .kas-brands-row span {\n    font-family: Georgia, serif;\n    font-size: 0.78rem;\n    letter-spacing: 0.1em;\n    color: #4a4642;\n  }\n\n  \/* CTA BLOCK *\/\n  .kas-cta {\n    background: #0d0d0d;\n    padding: 48px 40px;\n    text-align: center;\n  }\n  .kas-cta h2 {\n    font-family: Georgia, serif;\n    font-size: 1.8rem;\n    font-weight: 400;\n    color: #f0ece8;\n    margin: 0 0 12px 0;\n  }\n  .kas-cta p { font-style: italic; font-size: 0.92rem; color: #6a6460; margin: 0 0 28px 0; }\n  .kas-cta a {\n    display: inline-block;\n    background: #b8a896;\n    color: #0d0d0d;\n    font-size: 10px;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    padding: 14px 36px;\n    text-decoration: none;\n    margin: 4px;\n  }\n  .kas-cta-ghost {\n    background: transparent !important;\n    color: #8a837c !important;\n    border: 1px solid #2a2a2a;\n  }\n\n  \/* SECTION SPACING *\/\n  .kas-section { padding: 44px 40px; }\n  .kas-section-light { padding: 44px 40px; background: #fff; }\n  .kas-section-dark { padding: 44px 40px; background: #0d0d0d; }\n  .kas-section-warm { padding: 44px 40px; background: #faf9f8; }\n\n  \/* RESPONSIVE — mobile *\/\n  @media (max-width: 600px) {\n    .kas-hero { padding: 40px 20px; }\n    .kas-section, .kas-section-light, .kas-section-dark, .kas-section-warm,\n    .kas-backstory, .kas-brands, .kas-cta { padding: 32px 20px; }\n    .kas-details-grid { grid-template-columns: 1fr; }\n    .kas-features { grid-template-columns: 1fr; }\n    .kas-stats { grid-template-columns: repeat(2, 1fr); }\n    .kas-pairings-grid { grid-template-columns: 1fr; }\n    .kas-brands-row { gap: 16px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kas-wrap\"\u003e\n\n  \u003c!-- HERO BANNER --\u003e\n  \u003cdiv class=\"kas-hero\"\u003e\n    \u003cdiv class=\"kas-edition-tag\"\u003eLimited Edition of 50\u003c\/div\u003e\n    \u003ch1\u003eTrouble,\u003c\/h1\u003e\n    \u003cp class=\"kas-hero-sub\"\u003eUnseen\u003c\/p\u003e\n    \u003cp class=\"kas-tagline\"\u003eMoody \u003cspan\u003e·\u003c\/span\u003e Elegant \u003cspan\u003e·\u003c\/span\u003e Timeless\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SHORT DESCRIPTION --\u003e\n  \u003cdiv class=\"kas-short\"\u003e\n    \u003cp\u003eA portrait of provocation, anonymity, and controlled defiance. Trouble, Unseen channels the charged elegance of black-and-white editorial photography into a museum-grade statement piece for collectors, hospitality spaces, and interiors that favor tension over ornament.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ARTWORK DETAILS --\u003e\n  \u003cdiv class=\"kas-section-light\"\u003e\n    \u003cdiv class=\"kas-label\"\u003eArtwork Details\u003c\/div\u003e\n    \u003cdiv class=\"kas-details-grid\"\u003e\n      \u003cdiv class=\"kas-detail-cell\"\u003e\n        \u003cspan class=\"kas-detail-label\"\u003eTitle\u003c\/span\u003e\n        \u003cspan class=\"kas-detail-value\"\u003eTrouble, Unseen\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kas-detail-cell\"\u003e\n        \u003cspan class=\"kas-detail-label\"\u003eEdition\u003c\/span\u003e\n        \u003cspan class=\"kas-detail-value\"\u003eLimited Edition of 50\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kas-detail-cell\"\u003e\n        \u003cspan class=\"kas-detail-label\"\u003eMedium\u003c\/span\u003e\n        \u003cspan class=\"kas-detail-value\"\u003eMuseum-grade archival print\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kas-detail-cell\"\u003e\n        \u003cspan class=\"kas-detail-label\"\u003ePalette\u003c\/span\u003e\n        \u003cspan class=\"kas-detail-value\"\u003eBlack · Ivory · Graphite · Ash · Soft grey\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kas-detail-cell\"\u003e\n        \u003cspan class=\"kas-detail-label\"\u003eFrame Suggestion\u003c\/span\u003e\n        \u003cspan class=\"kas-detail-value\"\u003eMatte black · Smoked walnut · Gloss black\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kas-detail-cell\"\u003e\n        \u003cspan class=\"kas-detail-label\"\u003eYear\u003c\/span\u003e\n        \u003cspan class=\"kas-detail-value\"\u003e2026\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kas-detail-cell\"\u003e\n        \u003cspan class=\"kas-detail-label\"\u003eCertification\u003c\/span\u003e\n        \u003cspan class=\"kas-detail-value\"\u003eSigned Certificate of Authenticity included\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kas-detail-cell\"\u003e\n        \u003cspan class=\"kas-detail-label\"\u003eStudio\u003c\/span\u003e\n        \u003cspan class=\"kas-detail-value\"\u003eKasian Art Studio\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DIVIDER --\u003e\n  \u003cdiv class=\"kas-section-light\" style=\"padding-top:0; padding-bottom:0;\"\u003e\n    \u003cdiv class=\"kas-divider\"\u003e\n\u003cdiv class=\"kas-divider-line\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kas-divider-dot\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kas-divider-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- LONG DESCRIPTION --\u003e\n  \u003cdiv class=\"kas-section-light\"\u003e\n    \u003cdiv class=\"kas-label\"\u003eThe Work\u003c\/div\u003e\n    \u003cdiv class=\"kas-body\"\u003e\n      \u003cp\u003eTrouble, Unseen is a study in mystery sharpened by restraint. A female figure emerges in monochrome, her gaze concealed beneath a stark band of black emblazoned with a single word: TROUBLE. A cigarette rests at the lips. A white garment cuts through shadow. The composition is immediate, graphic, and unapologetically cinematic.\u003c\/p\u003e\n\n      \u003cdiv class=\"kas-pull-quote\"\u003e\n        \u003cp\u003e\"This is not merely portraiture. It is persona rendered as icon.\"\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003eWhat gives the work its power is not excess, but control. The obscured eyes withhold emotion while intensifying it. The grayscale palette strips the image to essence — skin, text, shadow, line. The result feels at once editorial and psychological, borrowing the language of fashion while transcending it.\u003c\/p\u003e\n      \u003cp\u003eThe work introduces a sophisticated edge to interiors that understand visual tension as a form of luxury. In a private dressing room, it becomes intimate and confrontational. In a penthouse lounge, it reads as polished rebellion. In a boutique hotel suite or gallery-inspired hospitality setting, it offers atmosphere, intrigue, and a memorable point of view.\u003c\/p\u003e\n      \u003cp\u003eTrouble, Unseen belongs in spaces that appreciate the magnetic balance between elegance and danger. It is a collector piece defined by contrast, attitude, and the enduring seduction of what remains partially hidden.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CINEMATIC BACKSTORY --\u003e\n  \u003cdiv class=\"kas-backstory\"\u003e\n    \u003cdiv class=\"kas-label\"\u003eCinematic Origin\u003c\/div\u003e\n    \u003ch2\u003eShe does not ask to be understood.\u003c\/h2\u003e\n    \u003cp\u003eTrouble, Unseen was conceived as an icon of withheld power — an image where concealment becomes the source of command. The obscured eyes remove certainty. The cigarette suggests ritual rather than vice. The single word across the face transforms the portrait into a declaration, though one filtered through irony, style, and silence.\u003c\/p\u003e\n    \u003cp\u003eThis is a work rooted in editorial tension: the kind of beauty that resists softness, the kind of glamour that understands danger as part of its architecture. The monochrome treatment strips away distraction and leaves only essentials — gesture, shadow, surface, suggestion.\u003c\/p\u003e\n    \u003cp\u003eCreated for collector spaces and design-led interiors, the piece functions as both portrait and atmosphere. It is less about rebellion in the literal sense than about the elegance of self-possession. A private mythology rendered in black, white, and restraint.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"kas-section-light\"\u003e\n    \u003cdiv class=\"kas-label\"\u003eMuseum-Grade Standards\u003c\/div\u003e\n    \u003cdiv class=\"kas-features\"\u003e\n      \u003cdiv class=\"kas-feature\"\u003e\n        \u003cspan class=\"kas-feature-num\"\u003eI.\u003c\/span\u003e\n        \u003ch3\u003eStrictly Limited\u003c\/h3\u003e\n        \u003cp\u003eOnly 50 editions will ever exist. Each numbered, certified, and archived. Once the edition sells, the work is permanently closed. Collectors acquire not just art, but scarcity itself.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kas-feature\"\u003e\n        \u003cspan class=\"kas-feature-num\"\u003eII.\u003c\/span\u003e\n        \u003ch3\u003eArchival Quality\u003c\/h3\u003e\n        \u003cp\u003eProduced on museum-grade archival materials with professional fine art printing standards, ensuring lasting tonal integrity, contrast depth, and collector-grade presentation across generations.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kas-feature\"\u003e\n        \u003cspan class=\"kas-feature-num\"\u003eIII.\u003c\/span\u003e\n        \u003ch3\u003eCollector Provenance\u003c\/h3\u003e\n        \u003cp\u003eEach edition ships with a signed Certificate of Authenticity from Kasian Art Studio, registered in the studio archive — an unbroken line of provenance from creation to collection.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STATS --\u003e\n  \u003cdiv class=\"kas-stats\"\u003e\n    \u003cdiv class=\"kas-stat\"\u003e\n      \u003cspan class=\"kas-stat-num\"\u003e50\u003c\/span\u003e\n      \u003cspan class=\"kas-stat-label\"\u003eTotal Editions\u003c\/span\u003e\n      \u003cspan class=\"kas-stat-desc\"\u003eStrictly finite release\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kas-stat\"\u003e\n      \u003cspan class=\"kas-stat-num\"\u003e1\/1\u003c\/span\u003e\n      \u003cspan class=\"kas-stat-label\"\u003eYour Number\u003c\/span\u003e\n      \u003cspan class=\"kas-stat-desc\"\u003eIndividually numbered \u0026amp; certified\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kas-stat\"\u003e\n      \u003cspan class=\"kas-stat-num\"\u003e2026\u003c\/span\u003e\n      \u003cspan class=\"kas-stat-label\"\u003eRelease Year\u003c\/span\u003e\n      \u003cspan class=\"kas-stat-desc\"\u003eCurrent studio archive\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kas-stat\"\u003e\n      \u003cspan class=\"kas-stat-num\"\u003e∞\u003c\/span\u003e\n      \u003cspan class=\"kas-stat-label\"\u003ePresence\u003c\/span\u003e\n      \u003cspan class=\"kas-stat-desc\"\u003eAlters the room it enters\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PAIRINGS --\u003e\n  \u003cdiv class=\"kas-section-warm\"\u003e\n    \u003cdiv class=\"kas-label\"\u003eCurated Pairings\u003c\/div\u003e\n    \u003cdiv class=\"kas-pairings-grid\"\u003e\n      \u003cdiv class=\"kas-pairing\"\u003e\n        \u003ch3\u003eThe Unspoken Portrait\u003c\/h3\u003e\n        \u003cp\u003eA companion monochrome study in feminine restraint — eyes revealed, expression withheld. Together they form a diptych of controlled revelation for collector walls.\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\"\u003eView Work →\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kas-pairing\"\u003e\n        \u003ch3\u003eNoir Interior — Study I\u003c\/h3\u003e\n        \u003cp\u003eAn atmospheric abstraction in graphite and ivory that extends the chromatic world of Trouble, Unseen into pure spatial mood — ideal for walls where portraiture and abstraction share deliberate tension.\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\"\u003eView Work →\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- IDEAL SPACES --\u003e\n  \u003cdiv class=\"kas-section-light\"\u003e\n    \u003cdiv class=\"kas-label\"\u003eIdeal Environments\u003c\/div\u003e\n    \u003cul class=\"kas-spaces\"\u003e\n      \u003cli\u003ePrivate Dressing Rooms \u0026amp; Boudoirs\u003c\/li\u003e\n      \u003cli\u003ePenthouse Lounges \u0026amp; Living Spaces\u003c\/li\u003e\n      \u003cli\u003eBoutique Hotel Suites \u0026amp; Corridors\u003c\/li\u003e\n      \u003cli\u003ePowder Rooms \u0026amp; Intimate Galleries\u003c\/li\u003e\n      \u003cli\u003ePrivate Studies \u0026amp; Executive Offices\u003c\/li\u003e\n      \u003cli\u003eGallery Walls \u0026amp; Collector Residences\u003c\/li\u003e\n      \u003cli\u003eLuxury Spa \u0026amp; Hospitality Environments\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PAIRS WELL WITH --\u003e\n  \u003cdiv class=\"kas-section-warm\"\u003e\n    \u003cdiv class=\"kas-label\"\u003ePairs Well With\u003c\/div\u003e\n    \u003cdiv class=\"kas-body\"\u003e\n      \u003cp\u003eMatte black, gloss black, or smoked walnut frames. Interiors in charcoal, ivory, pewter, and warm stone. Sculptural furniture, soft boucle, blackened steel, and lacquer finishes. Companion works with monochrome portraiture, text-based art, or cinematic abstraction. Boutique hotel suites, powder rooms, dressing rooms, lounges, and private studies.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BRAND STRIP --\u003e\n  \u003cdiv class=\"kas-brands\"\u003e\n    \u003cp\u003ePositioned for distinguished hospitality collections\u003c\/p\u003e\n    \u003cdiv class=\"kas-brands-row\"\u003e\n      \u003cspan\u003eAman\u003c\/span\u003e\n      \u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eFour Seasons\u003c\/span\u003e\n      \u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eSt. Regis\u003c\/span\u003e\n      \u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eRitz-Carlton Reserve\u003c\/span\u003e\n      \u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eRosewood\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003cdiv class=\"kas-cta\"\u003e\n    \u003ch2\u003eAcquire Your Edition\u003c\/h2\u003e\n    \u003cp\u003e50 editions. Each numbered, certified, and delivered with full provenance documentation.\u003c\/p\u003e\n    \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Acquisition%20Inquiry:%20Trouble,%20Unseen\"\u003eInquire to Acquire\u003c\/a\u003e\n    \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\" class=\"kas-cta-ghost\"\u003eBrowse All Works\u003c\/a\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- END KASIAN ART STUDIO — Trouble, Unseen --\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47765447770277,"sku":"1299560_16039","price":16944.45,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47765447803045,"sku":"1299560_16045","price":16944.45,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47765447835813,"sku":"1299560_15700","price":16944.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/ChatGPT_Image_Apr_21_2026_05_52_19_PM.png?v=1777329261"},{"product_id":"abandoned-line-i","title":"Abandoned Line I","description":"\u003c!-- KASIAN ART STUDIO — Abandoned Line I — Shopify Product Description --\u003e\n\u003c!-- Paste into Shopify \u003e Products \u003e Description \u003e Show HTML (\u003c\u003e) --\u003e\n\n\u003cstyle\u003e\n  .kal-wrap { font-family: Georgia, 'Times New Roman', serif; color: #1a1a1a; max-width: 100%; line-height: 1.7; }\n  .kal-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  \/* HERO *\/\n  .kal-hero {\n    background: #0c0c0c;\n    padding: 56px 40px;\n    text-align: center;\n    border-bottom: 1px solid #222;\n  }\n  .kal-edition-tag {\n    display: inline-block;\n    font-size: 10px;\n    letter-spacing: 0.32em;\n    text-transform: uppercase;\n    color: #6a6460;\n    border: 1px solid #2a2a2a;\n    padding: 6px 18px;\n    margin-bottom: 22px;\n  }\n  .kal-hero h1 {\n    font-family: Georgia, serif;\n    font-size: clamp(2.2rem, 5vw, 3.6rem);\n    font-weight: 400;\n    color: #ede9e4;\n    line-height: 1.05;\n    letter-spacing: 0.02em;\n    margin-bottom: 8px;\n  }\n  .kal-hero-sub {\n    font-family: Georgia, serif;\n    font-style: italic;\n    font-size: clamp(0.85rem, 1.8vw, 1.1rem);\n    color: #6a6460;\n    margin-bottom: 20px;\n  }\n  .kal-tagline {\n    font-size: 10px;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: #3a3632;\n  }\n  .kal-tagline span { color: #5a5652; margin: 0 6px; }\n\n  \/* SHORT DESC *\/\n  .kal-short {\n    background: #f8f7f6;\n    border-left: 3px solid #9a9088;\n    padding: 24px 28px;\n  }\n  .kal-short p {\n    font-style: italic;\n    font-size: 1.02rem;\n    color: #3a3632;\n    line-height: 1.78;\n  }\n\n  \/* LABEL *\/\n  .kal-label {\n    font-size: 10px;\n    letter-spacing: 0.32em;\n    text-transform: uppercase;\n    color: #9a9088;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 18px;\n  }\n  .kal-label::before { content: ''; display: inline-block; width: 22px; height: 1px; background: #9a9088; }\n\n  \/* DIVIDER *\/\n  .kal-divider {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    padding: 8px 0 32px;\n  }\n  .kal-divider-line { flex: 1; height: 1px; background: #e4e0dc; }\n  .kal-divider-dot { width: 4px; height: 4px; background: #9a9088; border-radius: 50%; flex-shrink: 0; }\n\n  \/* SECTIONS *\/\n  .kal-section { padding: 40px 40px; background: #fff; }\n  .kal-section-warm { padding: 40px 40px; background: #f8f7f6; }\n  .kal-section-dark { padding: 40px 40px; background: #0c0c0c; }\n\n  \/* DETAILS GRID *\/\n  .kal-details {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    background: #e4e0dc;\n    border: 1px solid #e4e0dc;\n  }\n  .kal-detail-cell {\n    background: #fff;\n    padding: 14px 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 3px;\n  }\n  .kal-detail-lbl {\n    font-size: 9px;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: #aaa8a4;\n  }\n  .kal-detail-val {\n    font-size: 0.88rem;\n    color: #2a2a28;\n    font-style: italic;\n  }\n\n  \/* BODY TEXT *\/\n  .kal-body p {\n    font-size: 0.96rem;\n    line-height: 1.88;\n    color: #3a3832;\n    margin-bottom: 18px;\n  }\n  .kal-body p:last-child { margin-bottom: 0; }\n\n  \/* PULL QUOTE *\/\n  .kal-quote {\n    border-left: 2px solid #9a9088;\n    padding: 4px 22px;\n    margin: 28px 0;\n  }\n  .kal-quote p {\n    font-style: italic;\n    font-size: 1.12rem;\n    color: #2a2a28;\n    line-height: 1.55;\n    margin: 0;\n  }\n\n  \/* BACKSTORY DARK *\/\n  .kal-backstory { padding: 44px 40px; background: #0c0c0c; }\n  .kal-backstory .kal-label { color: #5a5652; }\n  .kal-backstory .kal-label::before { background: #5a5652; }\n  .kal-backstory h2 {\n    font-family: Georgia, serif;\n    font-size: clamp(1.4rem, 3vw, 1.9rem);\n    font-weight: 400;\n    font-style: italic;\n    color: #dedad6;\n    margin-bottom: 22px;\n    line-height: 1.25;\n  }\n  .kal-backstory p {\n    font-size: 0.92rem;\n    line-height: 1.9;\n    color: #7a7672;\n    margin-bottom: 16px;\n  }\n  .kal-backstory p:last-child { margin-bottom: 0; }\n\n  \/* FEATURES *\/\n  .kal-features {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1px;\n    background: #e4e0dc;\n    border: 1px solid #e4e0dc;\n  }\n  .kal-feature { background: #fff; padding: 28px 22px; }\n  .kal-feature-num {\n    display: block;\n    font-family: Georgia, serif;\n    font-size: 1.8rem;\n    color: #e0dcd8;\n    line-height: 1;\n    margin-bottom: 12px;\n  }\n  .kal-feature h3 {\n    font-size: 9px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #9a9088;\n    margin-bottom: 10px;\n    font-weight: 400;\n  }\n  .kal-feature p { font-size: 0.83rem; line-height: 1.72; color: #5a5652; }\n\n  \/* STATS *\/\n  .kal-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1px;\n    background: #222;\n  }\n  .kal-stat { background: #0c0c0c; padding: 32px 16px; text-align: center; }\n  .kal-stat-num {\n    display: block;\n    font-family: Georgia, serif;\n    font-size: 2.1rem;\n    color: #7a7470;\n    line-height: 1;\n    margin-bottom: 8px;\n  }\n  .kal-stat-lbl {\n    display: block;\n    font-size: 9px;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: #3a3632;\n    margin-bottom: 5px;\n  }\n  .kal-stat-desc { font-size: 0.7rem; font-style: italic; color: #5a5652; }\n\n  \/* PAIRINGS *\/\n  .kal-pairings {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    background: #e4e0dc;\n    border: 1px solid #e4e0dc;\n  }\n  .kal-pairing { background: #f8f7f6; padding: 28px 24px; }\n  .kal-pairing h3 {\n    font-family: Georgia, serif;\n    font-size: 1rem;\n    font-weight: 400;\n    color: #2a2a28;\n    margin-bottom: 8px;\n  }\n  .kal-pairing p { font-size: 0.83rem; line-height: 1.7; color: #6a6660; margin-bottom: 12px; }\n  .kal-pairing a {\n    font-size: 9px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #9a9088;\n    text-decoration: none;\n  }\n\n  \/* SPACES *\/\n  .kal-spaces { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 1px; }\n  .kal-spaces li {\n    background: #f8f7f6;\n    padding: 13px 20px;\n    font-style: italic;\n    font-size: 0.88rem;\n    color: #5a5652;\n    border-left: 2px solid #e4e0dc;\n  }\n\n  \/* PAIRS WELL *\/\n  .kal-pairs-text {\n    font-size: 0.93rem;\n    line-height: 1.82;\n    color: #5a5652;\n    font-style: italic;\n  }\n\n  \/* BRANDS *\/\n  .kal-brands { padding: 28px 40px; background: #0c0c0c; text-align: center; }\n  .kal-brands-label {\n    font-size: 9px;\n    letter-spacing: 0.32em;\n    text-transform: uppercase;\n    color: #3a3632;\n    display: block;\n    margin-bottom: 16px;\n  }\n  .kal-brands-row {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 24px;\n    flex-wrap: wrap;\n  }\n  .kal-brands-row span {\n    font-family: Georgia, serif;\n    font-size: 0.75rem;\n    letter-spacing: 0.1em;\n    color: #3a3632;\n  }\n\n  \/* CTA *\/\n  .kal-cta { background: #0c0c0c; padding: 48px 40px; text-align: center; }\n  .kal-cta h2 {\n    font-family: Georgia, serif;\n    font-size: clamp(1.5rem, 3vw, 2rem);\n    font-weight: 400;\n    color: #ede9e4;\n    margin-bottom: 10px;\n  }\n  .kal-cta p { font-style: italic; font-size: 0.9rem; color: #5a5652; margin-bottom: 26px; }\n  .kal-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }\n  .kal-btn {\n    display: inline-block;\n    background: #9a9088;\n    color: #0c0c0c;\n    font-family: Georgia, serif;\n    font-size: 10px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    padding: 13px 34px;\n    text-decoration: none;\n  }\n  .kal-btn-ghost {\n    display: inline-block;\n    background: transparent;\n    color: #6a6460;\n    font-family: Georgia, serif;\n    font-size: 10px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    padding: 13px 34px;\n    text-decoration: none;\n    border: 1px solid #2a2a2a;\n  }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 600px) {\n    .kal-hero, .kal-section, .kal-section-warm, .kal-section-dark,\n    .kal-backstory, .kal-brands, .kal-cta { padding: 32px 18px; }\n    .kal-short { padding: 20px 18px; }\n    .kal-details { grid-template-columns: 1fr; }\n    .kal-features { grid-template-columns: 1fr; }\n    .kal-stats { grid-template-columns: repeat(2, 1fr); }\n    .kal-pairings { grid-template-columns: 1fr; }\n    .kal-brands-row { gap: 14px; }\n    .kal-cta-btns { flex-direction: column; align-items: center; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kal-wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"kal-hero\"\u003e\n    \u003cdiv class=\"kal-edition-tag\"\u003eLimited Edition of 50\u003c\/div\u003e\n    \u003ch1\u003eAbandoned Line I\u003c\/h1\u003e\n    \u003cp class=\"kal-hero-sub\"\u003eA study in silence, memory, and tension\u003c\/p\u003e\n    \u003cp class=\"kal-tagline\"\u003eMoody \u003cspan\u003e·\u003c\/span\u003e Elegant \u003cspan\u003e·\u003c\/span\u003e Timeless\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SHORT DESCRIPTION --\u003e\n  \u003cdiv class=\"kal-short\"\u003e\n    \u003cp\u003eA study in silence, memory, and tension. Abandoned Line I transforms the relic of a rotary telephone into a museum-grade meditation on absence, communication, and the beauty of what remains. Stark, restrained, and deeply atmospheric.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ARTWORK DETAILS --\u003e\n  \u003cdiv class=\"kal-section\"\u003e\n    \u003cdiv class=\"kal-label\"\u003eArtwork Details\u003c\/div\u003e\n    \u003cdiv class=\"kal-details\"\u003e\n      \u003cdiv class=\"kal-detail-cell\"\u003e\n        \u003cspan class=\"kal-detail-lbl\"\u003eTitle\u003c\/span\u003e\n        \u003cspan class=\"kal-detail-val\"\u003eAbandoned Line I\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kal-detail-cell\"\u003e\n        \u003cspan class=\"kal-detail-lbl\"\u003eEdition\u003c\/span\u003e\n        \u003cspan class=\"kal-detail-val\"\u003eLimited Edition of 50\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kal-detail-cell\"\u003e\n        \u003cspan class=\"kal-detail-lbl\"\u003eMedium\u003c\/span\u003e\n        \u003cspan class=\"kal-detail-val\"\u003eMuseum-grade archival print\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kal-detail-cell\"\u003e\n        \u003cspan class=\"kal-detail-lbl\"\u003ePalette\u003c\/span\u003e\n        \u003cspan class=\"kal-detail-val\"\u003eBlack · Ivory · Ash · Graphite · Weathered grey\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kal-detail-cell\"\u003e\n        \u003cspan class=\"kal-detail-lbl\"\u003eFrame Suggestion\u003c\/span\u003e\n        \u003cspan class=\"kal-detail-val\"\u003eMatte black · Charcoal wood · Dark walnut\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kal-detail-cell\"\u003e\n        \u003cspan class=\"kal-detail-lbl\"\u003eYear\u003c\/span\u003e\n        \u003cspan class=\"kal-detail-val\"\u003e2026\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kal-detail-cell\"\u003e\n        \u003cspan class=\"kal-detail-lbl\"\u003eCertification\u003c\/span\u003e\n        \u003cspan class=\"kal-detail-val\"\u003eSigned Certificate of Authenticity included\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kal-detail-cell\"\u003e\n        \u003cspan class=\"kal-detail-lbl\"\u003eStudio\u003c\/span\u003e\n        \u003cspan class=\"kal-detail-val\"\u003eKasian Art Studio\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- LONG DESCRIPTION --\u003e\n  \u003cdiv class=\"kal-section\" style=\"padding-top: 0;\"\u003e\n    \u003cdiv class=\"kal-divider\"\u003e\n      \u003cdiv class=\"kal-divider-line\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"kal-divider-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"kal-divider-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kal-label\"\u003eThe Work\u003c\/div\u003e\n    \u003cdiv class=\"kal-body\"\u003e\n      \u003cp\u003eAbandoned Line I is a monochromatic portrait of disconnection rendered with remarkable restraint. A black handset hangs beside a weathered rotary dial, suspended against a pale surface marked by scrawled text, smudged memory, and the ghost of human presence. The composition is spare, but never empty. Every mark suggests what was once said, what was missed, and what can no longer be retrieved.\u003c\/p\u003e\n\n      \u003cdiv class=\"kal-quote\"\u003e\n        \u003cp\u003e\"Not merely black and white. It is psychological architecture — an heirloom of silence, framed as art.\"\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003eThe work draws its power from contrast: dark hardware against a softened field, structure against erosion, object against silence. The telephone — once an instrument of immediacy — becomes here an artifact of distance. Not nostalgic in a decorative sense, but cinematic in an emotional one. It speaks to absence, repetition, longing, and time.\u003c\/p\u003e\n      \u003cp\u003eThis is a piece for interiors that value mood and meaning. In a gallery-like hallway, it becomes a quiet interruption. In a boutique hotel suite, it offers narrative without explanation. In a collector's office, library, or dressing room, it introduces a sophisticated tension between vintage form and contemporary minimalism.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CINEMATIC BACKSTORY --\u003e\n  \u003cdiv class=\"kal-backstory\"\u003e\n    \u003cdiv class=\"kal-label\"\u003eCinematic Origin\u003c\/div\u003e\n    \u003ch2\u003eThere was a time when every call mattered.\u003c\/h2\u003e\n    \u003cp\u003eAbandoned Line I was conceived as a portrait of what lingers after contact is lost. The rotary telephone, once intimate and immediate, is shown here as relic rather than tool — framed not by nostalgia, but by atmosphere. Scrawled marks, faded surface, and the weight of black against pale ground create a visual language of interruption, memory, and unfinished conversation.\u003c\/p\u003e\n    \u003cp\u003eThe work leans into the elegance of restraint. It does not explain itself. It invites projection. A missed call. A final word. A name left behind on the wall. It is this ambiguity that gives the piece its power.\u003c\/p\u003e\n    \u003cp\u003eCreated for interiors with emotional intelligence, Abandoned Line I belongs in spaces where art is chosen not merely for palette, but for psychological depth. It offers stillness with consequence. Silence with form. A memory rendered in luxury.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"kal-section\"\u003e\n    \u003cdiv class=\"kal-label\"\u003eMuseum-Grade Standards\u003c\/div\u003e\n    \u003cdiv class=\"kal-features\"\u003e\n      \u003cdiv class=\"kal-feature\"\u003e\n        \u003cspan class=\"kal-feature-num\"\u003eI.\u003c\/span\u003e\n        \u003ch3\u003eStrictly Limited\u003c\/h3\u003e\n        \u003cp\u003eOnly 50 editions will ever exist. Each numbered, certified, and archived. Once the edition closes, it is permanently closed. Collectors acquire not just art, but scarcity itself.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kal-feature\"\u003e\n        \u003cspan class=\"kal-feature-num\"\u003eII.\u003c\/span\u003e\n        \u003ch3\u003eArchival Quality\u003c\/h3\u003e\n        \u003cp\u003eProduced on museum-grade archival materials with professional fine art printing standards — ensuring lasting tonal depth, contrast integrity, and collector-grade presentation across generations.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kal-feature\"\u003e\n        \u003cspan class=\"kal-feature-num\"\u003eIII.\u003c\/span\u003e\n        \u003ch3\u003eCollector Provenance\u003c\/h3\u003e\n        \u003cp\u003eEach edition ships with a signed Certificate of Authenticity from Kasian Art Studio, registered in the studio archive — an unbroken line of provenance from creation to collection.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STATS --\u003e\n  \u003cdiv class=\"kal-stats\"\u003e\n    \u003cdiv class=\"kal-stat\"\u003e\n      \u003cspan class=\"kal-stat-num\"\u003e50\u003c\/span\u003e\n      \u003cspan class=\"kal-stat-lbl\"\u003eTotal Editions\u003c\/span\u003e\n      \u003cspan class=\"kal-stat-desc\"\u003eStrictly finite — permanently closed when sold\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kal-stat\"\u003e\n      \u003cspan class=\"kal-stat-num\"\u003e1\/1\u003c\/span\u003e\n      \u003cspan class=\"kal-stat-lbl\"\u003eYour Number\u003c\/span\u003e\n      \u003cspan class=\"kal-stat-desc\"\u003eIndividually numbered \u0026amp; certified\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kal-stat\"\u003e\n      \u003cspan class=\"kal-stat-num\"\u003e2026\u003c\/span\u003e\n      \u003cspan class=\"kal-stat-lbl\"\u003eRelease Year\u003c\/span\u003e\n      \u003cspan class=\"kal-stat-desc\"\u003eCurrent Kasian Art Studio archive\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kal-stat\"\u003e\n      \u003cspan class=\"kal-stat-num\"\u003e∞\u003c\/span\u003e\n      \u003cspan class=\"kal-stat-lbl\"\u003eAtmosphere\u003c\/span\u003e\n      \u003cspan class=\"kal-stat-desc\"\u003eSilence with consequence\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PAIRINGS --\u003e\n  \u003cdiv class=\"kal-section-warm\"\u003e\n    \u003cdiv class=\"kal-label\"\u003eCurated Pairings\u003c\/div\u003e\n    \u003cdiv class=\"kal-pairings\"\u003e\n      \u003cdiv class=\"kal-pairing\"\u003e\n        \u003ch3\u003eAbandoned Line II\u003c\/h3\u003e\n        \u003cp\u003eA companion study in the same chromatic register — object, surface, and silence in continued conversation. Together they form a diptych of atmospheric restraint for collector walls and gallery corridors.\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\"\u003eView Work →\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kal-pairing\"\u003e\n        \u003ch3\u003eMonochrome Interior — Study I\u003c\/h3\u003e\n        \u003cp\u003eAn atmospheric abstraction in graphite and ivory that extends the mood of Abandoned Line I into pure spatial presence — ideal where still life and abstraction share deliberate, quiet tension.\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\"\u003eView Work →\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- IDEAL SPACES --\u003e\n  \u003cdiv class=\"kal-section\"\u003e\n    \u003cdiv class=\"kal-label\"\u003eIdeal Environments\u003c\/div\u003e\n    \u003cul class=\"kal-spaces\"\u003e\n      \u003cli\u003eExecutive Offices \u0026amp; Private Studies\u003c\/li\u003e\n      \u003cli\u003eLibrary Walls \u0026amp; Reading Rooms\u003c\/li\u003e\n      \u003cli\u003eBoutique Hotel Suites \u0026amp; Corridors\u003c\/li\u003e\n      \u003cli\u003eFoyers, Hallways \u0026amp; Gallery Walls\u003c\/li\u003e\n      \u003cli\u003eCollector Residences \u0026amp; Dressing Rooms\u003c\/li\u003e\n      \u003cli\u003ePenthouse Lounges \u0026amp; Living Spaces\u003c\/li\u003e\n      \u003cli\u003eArchitecture-Led \u0026amp; Minimalist Interiors\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PAIRS WELL WITH --\u003e\n  \u003cdiv class=\"kal-section-warm\"\u003e\n    \u003cdiv class=\"kal-label\"\u003ePairs Well With\u003c\/div\u003e\n    \u003cp class=\"kal-pairs-text\"\u003eCharcoal, ivory, bone, and smoked-metal interiors. Blackened steel, plaster, travertine, and dark walnut finishes. Minimalist portraiture, abstract monochrome works, and architectural photography. Boutique hotel corridors, private studies, executive offices, and gallery walls. Sculptural lighting and restrained, museum-like styling.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BRAND STRIP --\u003e\n  \u003cdiv class=\"kal-brands\"\u003e\n    \u003cspan class=\"kal-brands-label\"\u003ePositioned for distinguished hospitality collections\u003c\/span\u003e\n    \u003cdiv class=\"kal-brands-row\"\u003e\n      \u003cspan\u003eAman\u003c\/span\u003e\n      \u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eFour Seasons\u003c\/span\u003e\n      \u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eSt. Regis\u003c\/span\u003e\n      \u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eRitz-Carlton Reserve\u003c\/span\u003e\n      \u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eRosewood\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003cdiv class=\"kal-cta\"\u003e\n    \u003ch2\u003eAcquire Your Edition\u003c\/h2\u003e\n    \u003cp\u003e50 editions. Each numbered, certified, and delivered with full provenance documentation.\u003c\/p\u003e\n    \u003cdiv class=\"kal-cta-btns\"\u003e\n      \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Acquisition%20Inquiry:%20Abandoned%20Line%20I\" class=\"kal-btn\"\u003eInquire to Acquire\u003c\/a\u003e\n      \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\" class=\"kal-btn-ghost\"\u003eBrowse All Works\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- END KASIAN ART STUDIO — Abandoned Line I --\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47768259952805,"sku":"2643925_16039","price":11266.45,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47768259985573,"sku":"2643925_16045","price":11266.45,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47768260018341,"sku":"2643925_15700","price":11266.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/ChatGPT_Image_Apr_17_2026_05_45_43_PM.png?v=1777415386"},{"product_id":"veiled-arrival","title":"Veiled Arrival","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eVeiled Icon | Luxury Black Hat Portrait Art\u003c\/title\u003e\n  \u003cmeta name=\"description\" content=\"Cinematic black-and-white portrait art with a dramatic hat, refined shadow, and luxury framed canvas presence for collectors and designer interiors.\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500\u0026amp;family=Playfair+Display:ital,wght@0,400;0,500;0,700;1,400;1,500\u0026amp;family=Jost:wght@200;300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n  \u003cstyle\u003e\n    :root {\n      --bg: #0a0a0a;\n      --surface: #111111;\n      --surface2: #161616;\n      --gold: #c9a227;\n      --gold-hover: #d4b13a;\n      --gold-dim: rgba(201,162,39,0.12);\n      --gold-line: rgba(201,162,39,0.3);\n      --white: #f5f0ea;\n      --muted: #888882;\n      --serif-display: 'Playfair Display', Georgia, serif;\n      --serif-body: 'Cormorant Garamond', Georgia, serif;\n      --sans: 'Jost', sans-serif;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      background: var(--bg);\n      color: var(--white);\n      font-family: var(--serif-body);\n      font-size: 18px;\n      line-height: 1.75;\n      overflow-x: hidden;\n    }\n\n    \/* ── HEADER ── *\/\n    header {\n      position: fixed;\n      top: 0; left: 0; right: 0;\n      z-index: 100;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      padding: 22px 48px;\n      background: linear-gradient(to bottom, rgba(10,10,10,0.96) 0%, rgba(10,10,10,0) 100%);\n      backdrop-filter: blur(0px);\n      transition: background 0.4s, backdrop-filter 0.4s;\n    }\n    header.scrolled {\n      background: rgba(10,10,10,0.94);\n      backdrop-filter: blur(18px);\n      border-bottom: 1px solid rgba(201,162,39,0.1);\n    }\n    .logo {\n      font-family: var(--serif-display);\n      font-size: 13px;\n      font-weight: 400;\n      letter-spacing: 0.22em;\n      text-transform: uppercase;\n      color: var(--gold);\n      text-decoration: none;\n    }\n    nav {\n      display: flex;\n      gap: 36px;\n      align-items: center;\n    }\n    nav a {\n      font-family: var(--sans);\n      font-size: 11px;\n      font-weight: 300;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: rgba(245,240,234,0.65);\n      text-decoration: none;\n      transition: color 0.25s;\n    }\n    nav a:hover { color: var(--gold); }\n    .nav-cta {\n      font-family: var(--sans);\n      font-size: 10px;\n      font-weight: 400;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold) !important;\n      border: 1px solid var(--gold-line);\n      padding: 9px 20px;\n      transition: background 0.25s, color 0.25s !important;\n    }\n    .nav-cta:hover {\n      background: var(--gold) !important;\n      color: var(--bg) !important;\n    }\n\n    \/* ── HERO ── *\/\n    .hero {\n      position: relative;\n      height: 100vh;\n      min-height: 680px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      overflow: hidden;\n    }\n\n    \/* Veil graphic background *\/\n    .hero-bg {\n      position: absolute;\n      inset: 0;\n      background:\n        radial-gradient(ellipse 60% 80% at 50% 40%, rgba(201,162,39,0.035) 0%, transparent 65%),\n        radial-gradient(ellipse 80% 60% at 30% 70%, rgba(255,255,255,0.015) 0%, transparent 55%);\n    }\n\n    \/* Animated veil lines *\/\n    .veil-lines {\n      position: absolute;\n      inset: 0;\n      pointer-events: none;\n      overflow: hidden;\n    }\n    .veil-lines::before {\n      content: '';\n      position: absolute;\n      top: -10%;\n      left: 40%;\n      width: 1px;\n      height: 130%;\n      background: linear-gradient(to bottom, transparent, rgba(201,162,39,0.18) 30%, rgba(201,162,39,0.08) 70%, transparent);\n      transform: rotate(-12deg);\n      animation: veilDrift 8s ease-in-out infinite alternate;\n    }\n    .veil-lines::after {\n      content: '';\n      position: absolute;\n      top: -10%;\n      right: 38%;\n      width: 1px;\n      height: 130%;\n      background: linear-gradient(to bottom, transparent, rgba(201,162,39,0.1) 40%, rgba(201,162,39,0.04) 75%, transparent);\n      transform: rotate(8deg);\n      animation: veilDrift 11s ease-in-out infinite alternate-reverse;\n    }\n    @keyframes veilDrift {\n      from { opacity: 0.4; transform: rotate(-12deg) translateX(0); }\n      to   { opacity: 1;   transform: rotate(-10deg) translateX(6px); }\n    }\n\n    \/* Floating gold particles *\/\n    .particles {\n      position: absolute;\n      inset: 0;\n      pointer-events: none;\n    }\n    .particle {\n      position: absolute;\n      width: 1px;\n      height: 1px;\n      background: var(--gold);\n      border-radius: 50%;\n      opacity: 0;\n      animation: particleFloat linear infinite;\n    }\n    @keyframes particleFloat {\n      0%   { transform: translateY(100vh) translateX(0); opacity: 0; }\n      10%  { opacity: 0.6; }\n      90%  { opacity: 0.3; }\n      100% { transform: translateY(-20vh) translateX(30px); opacity: 0; }\n    }\n\n    .hero-content {\n      position: relative;\n      z-index: 2;\n      max-width: 820px;\n      padding: 0 24px;\n      animation: heroReveal 1.4s cubic-bezier(0.22,1,0.36,1) forwards;\n      opacity: 0;\n    }\n    @keyframes heroReveal {\n      from { opacity: 0; transform: translateY(28px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    .hero-edition {\n      font-family: var(--sans);\n      font-size: 10px;\n      font-weight: 300;\n      letter-spacing: 0.32em;\n      text-transform: uppercase;\n      color: var(--gold);\n      margin-bottom: 28px;\n      animation: heroReveal 1.4s 0.2s cubic-bezier(0.22,1,0.36,1) forwards;\n      opacity: 0;\n    }\n\n    .hero-title {\n      font-family: var(--serif-display);\n      font-size: clamp(64px, 10vw, 128px);\n      font-weight: 400;\n      line-height: 0.92;\n      letter-spacing: -0.02em;\n      color: var(--white);\n      margin-bottom: 12px;\n      animation: heroReveal 1.4s 0.35s cubic-bezier(0.22,1,0.36,1) forwards;\n      opacity: 0;\n    }\n    .hero-title em {\n      font-style: italic;\n      color: rgba(245,240,234,0.5);\n    }\n\n    .hero-subtitle {\n      font-family: var(--serif-body);\n      font-size: clamp(13px, 2vw, 15px);\n      font-weight: 300;\n      letter-spacing: 0.28em;\n      text-transform: uppercase;\n      color: var(--muted);\n      margin-bottom: 48px;\n      animation: heroReveal 1.4s 0.5s cubic-bezier(0.22,1,0.36,1) forwards;\n      opacity: 0;\n    }\n\n    .hero-desc {\n      font-family: var(--serif-body);\n      font-size: clamp(17px, 2vw, 20px);\n      font-weight: 300;\n      line-height: 1.7;\n      color: rgba(245,240,234,0.72);\n      max-width: 620px;\n      margin: 0 auto 52px;\n      animation: heroReveal 1.4s 0.65s cubic-bezier(0.22,1,0.36,1) forwards;\n      opacity: 0;\n    }\n\n    .hero-cta-group {\n      display: flex;\n      gap: 20px;\n      justify-content: center;\n      flex-wrap: wrap;\n      animation: heroReveal 1.4s 0.8s cubic-bezier(0.22,1,0.36,1) forwards;\n      opacity: 0;\n    }\n\n    .btn-primary {\n      display: inline-block;\n      font-family: var(--sans);\n      font-size: 11px;\n      font-weight: 400;\n      letter-spacing: 0.22em;\n      text-transform: uppercase;\n      color: var(--bg);\n      background: var(--gold);\n      padding: 16px 40px;\n      text-decoration: none;\n      transition: background 0.25s, transform 0.2s;\n    }\n    .btn-primary:hover { background: var(--gold-hover); transform: translateY(-1px); }\n\n    .btn-ghost {\n      display: inline-block;\n      font-family: var(--sans);\n      font-size: 11px;\n      font-weight: 300;\n      letter-spacing: 0.22em;\n      text-transform: uppercase;\n      color: var(--gold);\n      border: 1px solid var(--gold-line);\n      padding: 16px 40px;\n      text-decoration: none;\n      transition: background 0.25s, color 0.25s, transform 0.2s;\n    }\n    .btn-ghost:hover { background: var(--gold-dim); transform: translateY(-1px); }\n\n    .scroll-hint {\n      position: absolute;\n      bottom: 36px;\n      left: 50%;\n      transform: translateX(-50%);\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 10px;\n      animation: heroReveal 1.4s 1.1s cubic-bezier(0.22,1,0.36,1) forwards;\n      opacity: 0;\n    }\n    .scroll-hint span {\n      font-family: var(--sans);\n      font-size: 9px;\n      letter-spacing: 0.28em;\n      text-transform: uppercase;\n      color: var(--muted);\n    }\n    .scroll-line {\n      width: 1px;\n      height: 44px;\n      background: linear-gradient(to bottom, var(--gold), transparent);\n      animation: scrollPulse 2s ease-in-out infinite;\n    }\n    @keyframes scrollPulse {\n      0%, 100% { opacity: 0.3; transform: scaleY(1); }\n      50%       { opacity: 1;   transform: scaleY(1.1); }\n    }\n\n    \/* ── GOLD DIVIDER ── *\/\n    .divider {\n      display: flex;\n      align-items: center;\n      gap: 24px;\n      padding: 0 48px;\n      margin: 0 auto;\n      max-width: 1100px;\n    }\n    .divider-line {\n      flex: 1;\n      height: 1px;\n      background: linear-gradient(to right, transparent, var(--gold-line), transparent);\n    }\n    .divider-diamond {\n      width: 6px;\n      height: 6px;\n      background: var(--gold);\n      transform: rotate(45deg);\n      flex-shrink: 0;\n    }\n\n    \/* ── SECTION BASE ── *\/\n    section {\n      padding: 100px 48px;\n    }\n\n    .section-inner {\n      max-width: 1100px;\n      margin: 0 auto;\n    }\n\n    .section-label {\n      font-family: var(--sans);\n      font-size: 10px;\n      font-weight: 300;\n      letter-spacing: 0.32em;\n      text-transform: uppercase;\n      color: var(--gold);\n      margin-bottom: 20px;\n      display: block;\n    }\n\n    .section-title {\n      font-family: var(--serif-display);\n      font-size: clamp(36px, 5vw, 60px);\n      font-weight: 400;\n      line-height: 1.1;\n      color: var(--white);\n      margin-bottom: 32px;\n    }\n\n    \/* ── VIDEO SECTION ── *\/\n    .video-section {\n      background: var(--surface);\n      padding: 80px 48px;\n    }\n    .video-label-row {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      max-width: 860px;\n      margin: 0 auto 32px;\n    }\n    .video-wrapper {\n      max-width: 860px;\n      margin: 0 auto;\n      position: relative;\n      border: 1px solid rgba(201,162,39,0.15);\n    }\n    .video-wrapper::before {\n      content: '';\n      display: block;\n      padding-top: 56.25%;\n    }\n    .video-wrapper iframe {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n    }\n    .video-caption {\n      text-align: center;\n      margin-top: 24px;\n      font-family: var(--serif-body);\n      font-size: 14px;\n      font-style: italic;\n      color: var(--muted);\n      letter-spacing: 0.06em;\n    }\n\n    \/* ── DESCRIPTION SECTION ── *\/\n    .desc-section {\n      background: var(--bg);\n    }\n    .desc-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 80px;\n      align-items: start;\n    }\n    .desc-body {\n      font-family: var(--serif-body);\n      font-size: clamp(17px, 1.8vw, 20px);\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(245,240,234,0.8);\n    }\n    .desc-body p + p { margin-top: 24px; }\n    .desc-aside {\n      border-left: 1px solid var(--gold-line);\n      padding-left: 40px;\n    }\n    .aside-quote {\n      font-family: var(--serif-display);\n      font-size: clamp(22px, 2.5vw, 28px);\n      font-weight: 400;\n      font-style: italic;\n      line-height: 1.45;\n      color: rgba(245,240,234,0.6);\n      margin-bottom: 32px;\n    }\n    .aside-details {\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n    .aside-detail {\n      display: flex;\n      justify-content: space-between;\n      border-bottom: 1px solid rgba(255,255,255,0.06);\n      padding-bottom: 14px;\n    }\n    .detail-key {\n      font-family: var(--sans);\n      font-size: 10px;\n      font-weight: 300;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--muted);\n    }\n    .detail-val {\n      font-family: var(--serif-body);\n      font-size: 14px;\n      font-weight: 400;\n      color: var(--white);\n      text-align: right;\n    }\n\n    \/* ── BACKSTORY SECTION ── *\/\n    .backstory-section {\n      background: var(--surface);\n      position: relative;\n      overflow: hidden;\n    }\n    .backstory-section::before {\n      content: '\"';\n      position: absolute;\n      top: -60px;\n      left: 24px;\n      font-family: var(--serif-display);\n      font-size: 400px;\n      color: rgba(201,162,39,0.03);\n      line-height: 1;\n      pointer-events: none;\n      user-select: none;\n    }\n    .backstory-inner {\n      max-width: 740px;\n      margin: 0 auto;\n      position: relative;\n      z-index: 1;\n    }\n    .backstory-body {\n      font-family: var(--serif-body);\n      font-size: clamp(18px, 1.9vw, 22px);\n      font-weight: 300;\n      line-height: 1.85;\n      color: rgba(245,240,234,0.78);\n    }\n    .backstory-body p + p { margin-top: 28px; }\n    .backstory-body em {\n      color: var(--gold);\n      font-style: italic;\n    }\n\n    \/* ── FEATURES GRID ── *\/\n    .features-section {\n      background: var(--bg);\n    }\n    .features-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 2px;\n      margin-top: 56px;\n    }\n    .feature-card {\n      background: var(--surface2);\n      padding: 44px 36px;\n      border-top: 1px solid var(--gold-line);\n      transition: background 0.3s;\n    }\n    .feature-card:hover { background: #1a1a18; }\n    .feature-num {\n      font-family: var(--sans);\n      font-size: 10px;\n      font-weight: 300;\n      letter-spacing: 0.24em;\n      color: var(--gold);\n      margin-bottom: 20px;\n    }\n    .feature-title {\n      font-family: var(--serif-display);\n      font-size: 22px;\n      font-weight: 500;\n      color: var(--white);\n      margin-bottom: 14px;\n      line-height: 1.3;\n    }\n    .feature-body {\n      font-family: var(--serif-body);\n      font-size: 16px;\n      font-weight: 300;\n      line-height: 1.7;\n      color: rgba(245,240,234,0.6);\n    }\n\n    \/* ── EDITION STATS ── *\/\n    .stats-section {\n      background: var(--surface);\n      padding: 72px 48px;\n    }\n    .stats-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      divide-x: 1px solid var(--gold-line);\n      border: 1px solid rgba(201,162,39,0.12);\n      max-width: 1100px;\n      margin: 0 auto;\n    }\n    .stat-item {\n      padding: 44px 32px;\n      text-align: center;\n      border-right: 1px solid rgba(201,162,39,0.12);\n    }\n    .stat-item:last-child { border-right: none; }\n    .stat-num {\n      font-family: var(--serif-display);\n      font-size: clamp(40px, 5vw, 60px);\n      font-weight: 300;\n      color: var(--gold);\n      line-height: 1;\n      margin-bottom: 12px;\n    }\n    .stat-label {\n      font-family: var(--sans);\n      font-size: 10px;\n      font-weight: 300;\n      letter-spacing: 0.22em;\n      text-transform: uppercase;\n      color: var(--muted);\n    }\n\n    \/* ── PAIRINGS ── *\/\n    .pairings-section {\n      background: var(--bg);\n    }\n    .pairings-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 2px;\n      margin-top: 56px;\n    }\n    .pairing-card {\n      background: var(--surface2);\n      padding: 44px 40px;\n      border-left: 2px solid transparent;\n      transition: border-color 0.3s, background 0.3s;\n      cursor: default;\n    }\n    .pairing-card:hover {\n      border-left-color: var(--gold);\n      background: #131311;\n    }\n    .pairing-label {\n      font-family: var(--sans);\n      font-size: 10px;\n      font-weight: 300;\n      letter-spacing: 0.24em;\n      text-transform: uppercase;\n      color: var(--gold);\n      margin-bottom: 14px;\n    }\n    .pairing-name {\n      font-family: var(--serif-display);\n      font-size: 24px;\n      font-weight: 500;\n      color: var(--white);\n      margin-bottom: 10px;\n    }\n    .pairing-desc {\n      font-family: var(--serif-body);\n      font-size: 16px;\n      font-weight: 300;\n      color: rgba(245,240,234,0.6);\n      line-height: 1.65;\n    }\n\n    \/* ── COLLECTION CTA ── *\/\n    .collection-section {\n      background: var(--surface);\n      text-align: center;\n      padding: 100px 48px;\n      position: relative;\n      overflow: hidden;\n    }\n    .collection-section::after {\n      content: '';\n      position: absolute;\n      bottom: 0; left: 0; right: 0;\n      height: 1px;\n      background: linear-gradient(to right, transparent, var(--gold-line), transparent);\n    }\n    .collection-eyebrow {\n      font-family: var(--sans);\n      font-size: 10px;\n      letter-spacing: 0.32em;\n      text-transform: uppercase;\n      color: var(--gold);\n      margin-bottom: 24px;\n    }\n    .collection-title {\n      font-family: var(--serif-display);\n      font-size: clamp(32px, 5vw, 58px);\n      font-weight: 400;\n      font-style: italic;\n      color: var(--white);\n      margin-bottom: 20px;\n    }\n    .collection-sub {\n      font-family: var(--serif-body);\n      font-size: 18px;\n      font-weight: 300;\n      color: rgba(245,240,234,0.6);\n      margin-bottom: 48px;\n      max-width: 560px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    \/* ── INVESTMENT SECTION ── *\/\n    .investment-section {\n      background: var(--bg);\n    }\n    .investment-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 80px;\n      align-items: center;\n    }\n    .spaces-list {\n      list-style: none;\n      margin-top: 32px;\n      display: flex;\n      flex-direction: column;\n      gap: 0;\n    }\n    .spaces-list li {\n      font-family: var(--serif-body);\n      font-size: 17px;\n      font-weight: 300;\n      color: rgba(245,240,234,0.7);\n      padding: 16px 0;\n      border-bottom: 1px solid rgba(255,255,255,0.06);\n      display: flex;\n      align-items: center;\n      gap: 16px;\n    }\n    .spaces-list li::before {\n      content: '';\n      width: 20px;\n      height: 1px;\n      background: var(--gold);\n      flex-shrink: 0;\n    }\n    .investment-copy {\n      font-family: var(--serif-body);\n      font-size: clamp(17px, 1.8vw, 20px);\n      font-weight: 300;\n      line-height: 1.8;\n      color: rgba(245,240,234,0.75);\n    }\n    .investment-copy p + p { margin-top: 22px; }\n\n    \/* ── BRAND STRIP ── *\/\n    .brand-strip {\n      background: var(--surface2);\n      padding: 36px 48px;\n      border-top: 1px solid rgba(201,162,39,0.08);\n      border-bottom: 1px solid rgba(201,162,39,0.08);\n    }\n    .brand-strip-inner {\n      max-width: 1100px;\n      margin: 0 auto;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 48px;\n      flex-wrap: wrap;\n    }\n    .brand-strip-label {\n      font-family: var(--sans);\n      font-size: 9px;\n      letter-spacing: 0.28em;\n      text-transform: uppercase;\n      color: var(--muted);\n      flex-shrink: 0;\n    }\n    .brand-strip-divider {\n      width: 1px;\n      height: 18px;\n      background: rgba(201,162,39,0.2);\n    }\n    .brand-name {\n      font-family: var(--sans);\n      font-size: 11px;\n      font-weight: 300;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: rgba(245,240,234,0.4);\n    }\n\n    \/* ── FINAL CTA ── *\/\n    .final-cta {\n      background: var(--bg);\n      text-align: center;\n      padding: 120px 48px;\n      position: relative;\n    }\n    .final-cta::before {\n      content: '';\n      position: absolute;\n      top: 0; left: 50%; transform: translateX(-50%);\n      width: 1px;\n      height: 80px;\n      background: linear-gradient(to bottom, var(--gold-line), transparent);\n    }\n    .final-cta-title {\n      font-family: var(--serif-display);\n      font-size: clamp(36px, 5vw, 64px);\n      font-weight: 400;\n      font-style: italic;\n      color: var(--white);\n      margin-bottom: 20px;\n      line-height: 1.15;\n    }\n    .final-cta-sub {\n      font-family: var(--serif-body);\n      font-size: 18px;\n      font-weight: 300;\n      color: rgba(245,240,234,0.6);\n      margin-bottom: 52px;\n      max-width: 500px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    .final-cta-email {\n      display: block;\n      font-family: var(--sans);\n      font-size: 11px;\n      font-weight: 300;\n      letter-spacing: 0.18em;\n      color: var(--muted);\n      margin-top: 28px;\n      text-decoration: none;\n    }\n    .final-cta-email:hover { color: var(--gold); }\n\n    \/* ── FOOTER ── *\/\n    footer {\n      background: var(--surface);\n      border-top: 1px solid rgba(201,162,39,0.08);\n      padding: 60px 48px 40px;\n    }\n    .footer-inner {\n      max-width: 1100px;\n      margin: 0 auto;\n    }\n    .footer-top {\n      display: flex;\n      justify-content: space-between;\n      align-items: flex-start;\n      margin-bottom: 48px;\n      flex-wrap: wrap;\n      gap: 40px;\n    }\n    .footer-logo {\n      font-family: var(--serif-display);\n      font-size: 15px;\n      font-weight: 400;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold);\n      text-decoration: none;\n    }\n    .footer-tagline {\n      font-family: var(--serif-body);\n      font-size: 13px;\n      font-style: italic;\n      color: var(--muted);\n      margin-top: 6px;\n    }\n    .footer-links {\n      display: flex;\n      gap: 32px;\n      flex-wrap: wrap;\n    }\n    .footer-links a {\n      font-family: var(--sans);\n      font-size: 10px;\n      font-weight: 300;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--muted);\n      text-decoration: none;\n      transition: color 0.2s;\n    }\n    .footer-links a:hover { color: var(--gold); }\n    .footer-social {\n      display: flex;\n      gap: 20px;\n      align-items: center;\n    }\n    .footer-social a {\n      font-family: var(--sans);\n      font-size: 10px;\n      font-weight: 300;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: rgba(245,240,234,0.35);\n      text-decoration: none;\n      transition: color 0.2s;\n    }\n    .footer-social a:hover { color: var(--gold); }\n    .footer-bottom {\n      border-top: 1px solid rgba(255,255,255,0.06);\n      padding-top: 28px;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      flex-wrap: wrap;\n      gap: 16px;\n    }\n    .footer-copy {\n      font-family: var(--sans);\n      font-size: 10px;\n      font-weight: 300;\n      letter-spacing: 0.14em;\n      color: rgba(245,240,234,0.25);\n    }\n\n    \/* ── FADE-IN OBSERVER ── *\/\n    .fade-up {\n      opacity: 0;\n      transform: translateY(24px);\n      transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1);\n    }\n    .fade-up.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* ── RESPONSIVE ── *\/\n    @media (max-width: 900px) {\n      header { padding: 18px 24px; }\n      nav a:not(.nav-cta) { display: none; }\n      section { padding: 72px 24px; }\n      .desc-grid,\n      .investment-grid { grid-template-columns: 1fr; gap: 48px; }\n      .features-grid { grid-template-columns: 1fr; }\n      .stats-grid { grid-template-columns: repeat(2, 1fr); }\n      .pairings-grid { grid-template-columns: 1fr; }\n      .brand-strip-inner { gap: 24px; }\n      footer { padding: 48px 24px 32px; }\n      .footer-top { flex-direction: column; }\n      .footer-bottom { flex-direction: column; text-align: center; }\n      .video-section, .stats-section, .brand-strip { padding-left: 24px; padding-right: 24px; }\n      .divider { padding: 0 24px; }\n    }\n  \u003c\/style\u003e\n\n\n\n  \u003c!-- HEADER --\u003e\n  \u003cheader id=\"site-header\"\u003e\n    \u003ca href=\"https:\/\/www.kasianartstudio.com\" class=\"logo\"\u003eKasian Art Studio\u003c\/a\u003e\n    \u003cnav\u003e\n      \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\"\u003eCollections\u003c\/a\u003e\n      \u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/about\"\u003eAbout\u003c\/a\u003e\n      \u003ca href=\"mailto:kristina@kasianartstudio.com\" class=\"nav-cta\"\u003eInquire\u003c\/a\u003e\n    \u003c\/nav\u003e\n  \u003c\/header\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"hero-bg\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"veil-lines\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"particles\" id=\"particles\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"hero-content\"\u003e\n      \u003cp class=\"hero-edition\"\u003eLimited Edition Fine Art  ·  Framed Canvas  ·  2026\u003c\/p\u003e\n      \u003ch1 class=\"hero-title\"\u003eVeiled\u003cbr\u003e\u003cem\u003eIcon\u003c\/em\u003e\n\u003c\/h1\u003e\n      \u003cp class=\"hero-subtitle\"\u003eMoody  ·  Elegant  ·  Timeless\u003c\/p\u003e\n      \u003cp class=\"hero-desc\"\u003eA cinematic black-and-white portrait defined by shadow, gaze, and controlled glamour — crafted for luxury interiors, boutique hotel suites, and collector-grade spaces.\u003c\/p\u003e\n      \u003cdiv class=\"hero-cta-group\"\u003e\n        \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Inquiry%3A%20Veiled%20Icon\" class=\"btn-primary\"\u003eInquire About This Work\u003c\/a\u003e\n        \u003ca href=\"#video\" class=\"btn-ghost\"\u003eView the Work\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"scroll-hint\"\u003e\n      \u003cspan\u003eExplore\u003c\/span\u003e\n      \u003cdiv class=\"scroll-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DIVIDER --\u003e\n  \u003cdiv class=\"divider\" style=\"padding-top:0;padding-bottom:0;\"\u003e\n    \u003cdiv class=\"divider-line\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-diamond\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-line\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- VIDEO --\u003e\n  \u003csection class=\"video-section\" id=\"video\"\u003e\n    \u003cdiv class=\"video-label-row\"\u003e\n      \u003cspan class=\"section-label\" style=\"margin-bottom:0;\"\u003eThe Work in Motion\u003c\/span\u003e\n      \u003cspan style=\"font-family:var(--serif-body);font-size:13px;font-style:italic;color:var(--muted);\"\u003eKasian Art Studio — 2026\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"video-wrapper fade-up\"\u003e\n      \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/cJfFVTeZqWA?rel=0\u0026amp;modestbranding=1\u0026amp;color=white\" title=\"Veiled Icon — Kasian Art Studio\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\n      \u003c\/iframe\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"video-caption fade-up\"\u003eVeiled Icon  ·  Black Hat Portrait  ·  Limited Edition Fine Art\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DESCRIPTION --\u003e\n  \u003csection class=\"desc-section\" id=\"about\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cdiv class=\"desc-grid\"\u003e\n        \u003cdiv class=\"fade-up\"\u003e\n          \u003cspan class=\"section-label\"\u003eAbout the Work\u003c\/span\u003e\n          \u003cdiv class=\"desc-body\"\u003e\n            \u003cp\u003eVeiled Icon is a study in elegance, concealment, and quiet command. The composition centers on a woman partially hidden beneath the sweep of a dramatic black hat, her gaze emerging with precision through the architecture of shadow. Rendered in a refined monochrome palette, the piece carries the atmosphere of old-world cinema, private salons, couture photography, and contemporary fine art portraiture.\u003c\/p\u003e\n            \u003cp\u003eThe work feels intimate without softness, glamorous without excess. The oversized hat creates sculptural tension across the composition, while the silvered hair, poised hand, and direct eye establish a sense of mystery and authority. Every detail is intentional — the curve of the shoulder, the controlled contrast, the hidden face, the restraint of the palette.\u003c\/p\u003e\n            \u003cp\u003eDesigned for interiors that require presence, Veiled Icon brings a cinematic feminine energy to the room — rare, composed, and unmistakably elegant. This piece is created for collectors and designers who understand that luxury does not need to announce itself. It only needs to hold the room.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"desc-aside fade-up\" style=\"transition-delay:0.15s\"\u003e\n          \u003cp class=\"aside-quote\"\u003e\"Luxury does not need to announce itself. It only needs to hold the room.\"\u003c\/p\u003e\n          \u003cdiv class=\"aside-details\"\u003e\n            \u003cdiv class=\"aside-detail\"\u003e\n              \u003cspan class=\"detail-key\"\u003eTitle\u003c\/span\u003e\n              \u003cspan class=\"detail-val\"\u003eVeiled Icon\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"aside-detail\"\u003e\n              \u003cspan class=\"detail-key\"\u003eMedium\u003c\/span\u003e\n              \u003cspan class=\"detail-val\"\u003eFramed Canvas Print\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"aside-detail\"\u003e\n              \u003cspan class=\"detail-key\"\u003ePalette\u003c\/span\u003e\n              \u003cspan class=\"detail-val\"\u003eObsidian, Silver, Ivory\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"aside-detail\"\u003e\n              \u003cspan class=\"detail-key\"\u003eRelease Year\u003c\/span\u003e\n              \u003cspan class=\"detail-val\"\u003e2026\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"aside-detail\"\u003e\n              \u003cspan class=\"detail-key\"\u003eFrame Options\u003c\/span\u003e\n              \u003cspan class=\"detail-val\"\u003e3 Colourways\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"aside-detail\"\u003e\n              \u003cspan class=\"detail-key\"\u003eFrame Thickness\u003c\/span\u003e\n              \u003cspan class=\"detail-val\"\u003e1.25″ \/ 3.18 cm\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"aside-detail\"\u003e\n              \u003cspan class=\"detail-key\"\u003eStudio\u003c\/span\u003e\n              \u003cspan class=\"detail-val\"\u003eKasian Art Studio, L.L.C.\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DIVIDER --\u003e\n  \u003cdiv class=\"divider\"\u003e\n    \u003cdiv class=\"divider-line\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-diamond\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"divider-line\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BACKSTORY --\u003e\n  \u003csection class=\"backstory-section\" id=\"story\"\u003e\n    \u003cdiv class=\"backstory-inner\"\u003e\n      \u003cspan class=\"section-label fade-up\"\u003eCinematic Backstory\u003c\/span\u003e\n      \u003ch2 class=\"section-title fade-up\" style=\"margin-bottom:48px;\"\u003eShe Does Not\u003cbr\u003eReveal Herself Fully.\u003c\/h2\u003e\n      \u003cdiv class=\"backstory-body fade-up\"\u003e\n        \u003cp\u003eThat is the power of \u003cem\u003eVeiled Icon\u003c\/em\u003e — a portrait built around restraint, shadow, and the language of withheld presence. The woman in the composition is not posed for approval. She appears as an apparition of cinema and couture, caught between concealment and command. The brim of the hat becomes architecture. The eye becomes the center of gravity. The hand, the shoulder, the silvered hair — each detail suggests control, intimacy, and a life lived behind velvet doors.\u003c\/p\u003e\n        \u003cp\u003eThere is something timeless in the piece: the feeling of a private hotel suite at night, a mirrored dressing room before an evening arrival, the silence before a gallery opening, the final glance before someone becomes unforgettable.\u003c\/p\u003e\n        \u003cp\u003eVeiled Icon was created for spaces where femininity is not ornamental, but powerful. It carries the discipline of monochrome, the glamour of old cinema, and the emotional distance of a figure who knows the value of mystery.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURES GRID --\u003e\n  \u003csection class=\"features-section\" id=\"details\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cspan class=\"section-label fade-up\"\u003eMuseum-Grade Presentation\u003c\/span\u003e\n      \u003ch2 class=\"section-title fade-up\"\u003eCrafted for the\u003cbr\u003eCollector Standard\u003c\/h2\u003e\n      \u003cdiv class=\"features-grid\"\u003e\n        \u003cdiv class=\"feature-card fade-up\"\u003e\n          \u003cp class=\"feature-num\"\u003e01\u003c\/p\u003e\n          \u003ch3 class=\"feature-title\"\u003eLimited Edition Scarcity\u003c\/h3\u003e\n          \u003cp class=\"feature-body\"\u003eEach edition is produced in a strictly limited run. Once the edition closes, no further prints are authorized. This scarcity protects the collector's investment and the work's long-term value.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card fade-up\" style=\"transition-delay:0.1s\"\u003e\n          \u003cp class=\"feature-num\"\u003e02\u003c\/p\u003e\n          \u003ch3 class=\"feature-title\"\u003eArchival-Grade Materials\u003c\/h3\u003e\n          \u003cp class=\"feature-body\"\u003ePresented on premium framed canvas with a pine wood frame, 1.25″ frame depth, and canvas fabric weight of 10.15 oz\/yd². Open-back construction with rubber corner pads and attached hanging hardware.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card fade-up\" style=\"transition-delay:0.2s\"\u003e\n          \u003cp class=\"feature-num\"\u003e03\u003c\/p\u003e\n          \u003ch3 class=\"feature-title\"\u003eCertificate of Authenticity\u003c\/h3\u003e\n          \u003cp class=\"feature-body\"\u003eEvery edition is accompanied by a Kasian Art Studio Certificate of Authenticity, embossed with the studio seal, edition number, and provenance statement — designed to remain with the work as a permanent collector record.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card fade-up\" style=\"transition-delay:0.05s\"\u003e\n          \u003cp class=\"feature-num\"\u003e04\u003c\/p\u003e\n          \u003ch3 class=\"feature-title\"\u003eGallery-Ready Presentation\u003c\/h3\u003e\n          \u003cp class=\"feature-body\"\u003eThe floating frame creates a subtle architectural shadow around the canvas, giving the artwork depth while allowing the portrait to remain the visual focus. Available in three frame colorways.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card fade-up\" style=\"transition-delay:0.15s\"\u003e\n          \u003cp class=\"feature-num\"\u003e05\u003c\/p\u003e\n          \u003ch3 class=\"feature-title\"\u003eHospitality \u0026amp; Residential Grade\u003c\/h3\u003e\n          \u003cp class=\"feature-body\"\u003eDesigned and sourced for luxury residential, hospitality, and designer-led environments. Blank product sourced from Canada, the United Kingdom, and the United States to meet international quality standards.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card fade-up\" style=\"transition-delay:0.25s\"\u003e\n          \u003cp class=\"feature-num\"\u003e06\u003c\/p\u003e\n          \u003ch3 class=\"feature-title\"\u003eInvestment-Grade Positioning\u003c\/h3\u003e\n          \u003cp class=\"feature-body\"\u003eCinematic feminine portraiture occupies a rare category: works that hold emotional and monetary presence. Veiled Icon is designed for collectors and designers who view art as both a statement and a long-term asset.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- EDITION STATS --\u003e\n  \u003csection class=\"stats-section\"\u003e\n    \u003cdiv class=\"stats-grid fade-up\"\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cp class=\"stat-num\"\u003eL.E.\u003c\/p\u003e\n        \u003cp class=\"stat-label\"\u003eLimited Edition Only\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cp class=\"stat-num\"\u003e3\u003c\/p\u003e\n        \u003cp class=\"stat-label\"\u003eFrame Colourways\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cp class=\"stat-num\"\u003e1.25″\u003c\/p\u003e\n        \u003cp class=\"stat-label\"\u003eFrame Depth\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cp class=\"stat-num\"\u003eCOA\u003c\/p\u003e\n        \u003cp class=\"stat-label\"\u003eCertificate Included\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PAIRINGS --\u003e\n  \u003csection class=\"pairings-section\" id=\"pairings\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cspan class=\"section-label fade-up\"\u003eCurated Pairings\u003c\/span\u003e\n      \u003ch2 class=\"section-title fade-up\"\u003ePairs Beautifully With\u003c\/h2\u003e\n      \u003cdiv class=\"pairings-grid\"\u003e\n        \u003cdiv class=\"pairing-card fade-up\"\u003e\n          \u003cp class=\"pairing-label\"\u003ePairing 01\u003c\/p\u003e\n          \u003ch3 class=\"pairing-name\"\u003eMonochrome Abstract Works\u003c\/h3\u003e\n          \u003cp class=\"pairing-desc\"\u003eFor interiors that lean cinematic, architectural, and restrained. The stark palette of Veiled Icon sits in natural dialogue with bold abstract compositions in black, white, and charcoal.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pairing-card fade-up\" style=\"transition-delay:0.1s\"\u003e\n          \u003cp class=\"pairing-label\"\u003ePairing 02\u003c\/p\u003e\n          \u003ch3 class=\"pairing-name\"\u003eFashion-Inspired Portraiture\u003c\/h3\u003e\n          \u003cp class=\"pairing-desc\"\u003eIdeal for dressing rooms, luxury closets, boutique hotel suites, salons, and feminine private spaces where editorial energy is the defining interior language.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pairing-card fade-up\" style=\"transition-delay:0.05s\"\u003e\n          \u003cp class=\"pairing-label\"\u003ePairing 03\u003c\/p\u003e\n          \u003ch3 class=\"pairing-name\"\u003eGold, Ivory, or Charcoal Interiors\u003c\/h3\u003e\n          \u003cp class=\"pairing-desc\"\u003eThe stark black-and-white palette allows the work to sit elegantly against stone, plaster, velvet, lacquer, brass, and smoked glass. Equally at home in warm ivory rooms and cooler obsidian spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pairing-card fade-up\" style=\"transition-delay:0.15s\"\u003e\n          \u003cp class=\"pairing-label\"\u003ePairing 04\u003c\/p\u003e\n          \u003ch3 class=\"pairing-name\"\u003eLarge-Scale Statement Walls\u003c\/h3\u003e\n          \u003cp class=\"pairing-desc\"\u003eBest placed above a console, in a bedroom suite, along a gallery corridor, or within a curated salon-style arrangement. The composition commands presence at scale.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COLLECTION CTA --\u003e\n  \u003csection class=\"collection-section\"\u003e\n    \u003cp class=\"collection-eyebrow fade-up\"\u003eExplore the Collection\u003c\/p\u003e\n    \u003ch2 class=\"collection-title fade-up\"\u003eBlack \u0026amp; White Luxury\u003c\/h2\u003e\n    \u003cp class=\"collection-sub fade-up\"\u003eDiscover the full range of cinematic monochrome portraiture and fashion-inspired works from Kasian Art Studio.\u003c\/p\u003e\n    \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\" class=\"btn-ghost fade-up\"\u003eView All Collections\u003c\/a\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INVESTMENT \/ SPACES --\u003e\n  \u003csection class=\"investment-section\" id=\"investment\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cdiv class=\"investment-grid\"\u003e\n        \u003cdiv class=\"fade-up\"\u003e\n          \u003cspan class=\"section-label\"\u003eDesigned For\u003c\/span\u003e\n          \u003ch2 class=\"section-title\"\u003eSpaces of\u003cbr\u003eQuiet Authority\u003c\/h2\u003e\n          \u003cul class=\"spaces-list\"\u003e\n            \u003cli\u003eLuxury Bedrooms \u0026amp; Dressing Suites\u003c\/li\u003e\n            \u003cli\u003eBoutique Hotel Corridors \u0026amp; Suites\u003c\/li\u003e\n            \u003cli\u003ePrivate Penthouses \u0026amp; Residences\u003c\/li\u003e\n            \u003cli\u003eHigh-End Salons \u0026amp; Private Lounges\u003c\/li\u003e\n            \u003cli\u003eGallery Walls \u0026amp; Collector Residences\u003c\/li\u003e\n            \u003cli\u003eSpa Interiors \u0026amp; Wellness Retreats\u003c\/li\u003e\n            \u003cli\u003eCurated Hospitality Environments\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fade-up\" style=\"transition-delay:0.15s\"\u003e\n          \u003cdiv class=\"investment-copy\"\u003e\n            \u003cp\u003eVeiled Icon occupies a rare position in the luxury art market: a cinematic feminine portrait that is equally at home in a private dressing suite and a boutique hotel corridor. It does not compete with the room. It becomes the room's defining element.\u003c\/p\u003e\n            \u003cp\u003eFor interior designers and hospitality buyers, the piece integrates naturally into monochrome, warm-neutral, and deep-toned environments. Its vertical presence anchors feature walls, console settings, and gallery arrangements with equal confidence.\u003c\/p\u003e\n            \u003cp\u003eFor collectors, it represents the understated end of the Kasian Art Studio catalogue — a work of emotional precision and visual restraint that tends to hold its position in any room it enters.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BRAND STRIP --\u003e\n  \u003cdiv class=\"brand-strip\"\u003e\n    \u003cdiv class=\"brand-strip-inner\"\u003e\n      \u003cspan class=\"brand-strip-label\"\u003eTrusted for Luxury Hospitality\u003c\/span\u003e\n      \u003cdiv class=\"brand-strip-divider\"\u003e\u003c\/div\u003e\n      \u003cspan class=\"brand-name\"\u003eAman\u003c\/span\u003e\n      \u003cspan class=\"brand-name\"\u003eFour Seasons\u003c\/span\u003e\n      \u003cspan class=\"brand-name\"\u003eSt. Regis\u003c\/span\u003e\n      \u003cspan class=\"brand-name\"\u003eRitz-Carlton Reserve\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection class=\"final-cta\"\u003e\n    \u003ch2 class=\"final-cta-title fade-up\"\u003eReserve Your Edition\u003c\/h2\u003e\n    \u003cp class=\"final-cta-sub fade-up\"\u003eAvailability is limited. Collector and designer inquiries are welcomed directly.\u003c\/p\u003e\n    \u003cdiv class=\"fade-up\"\u003e\n      \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Inquiry%3A%20Veiled%20Icon%20%E2%80%94%20Edition%20Availability\" class=\"btn-primary\"\u003eContact the Studio\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"mailto:kristina@kasianartstudio.com\" class=\"final-cta-email fade-up\"\u003ekristina@kasianartstudio.com\u003c\/a\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FOOTER --\u003e\n  \u003cfooter\u003e\n    \u003cdiv class=\"footer-inner\"\u003e\n      \u003cdiv class=\"footer-top\"\u003e\n        \u003cdiv\u003e\n          \u003ca href=\"https:\/\/www.kasianartstudio.com\" class=\"footer-logo\"\u003eKasian Art Studio\u003c\/a\u003e\n          \u003cp class=\"footer-tagline\"\u003eMoody. Elegant. Timeless.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"footer-links\"\u003e\n          \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\"\u003eCollections\u003c\/a\u003e\n          \u003ca href=\"https:\/\/www.kasianartstudio.com\/pages\/about\"\u003eAbout\u003c\/a\u003e\n          \u003ca href=\"mailto:kristina@kasianartstudio.com\"\u003eContact\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"footer-social\"\u003e\n          \u003ca href=\"https:\/\/www.instagram.com\/kasianartstudio\" target=\"_blank\" rel=\"noopener\"\u003eInstagram\u003c\/a\u003e\n          \u003ca href=\"https:\/\/www.pinterest.com\/kasianartstudio\" target=\"_blank\" rel=\"noopener\"\u003ePinterest\u003c\/a\u003e\n          \u003ca href=\"https:\/\/www.facebook.com\/kasianartstudio\" target=\"_blank\" rel=\"noopener\"\u003eFacebook\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"footer-bottom\"\u003e\n        \u003cp class=\"footer-copy\"\u003e© 2026 Kasian Art Studio, L.L.C. All rights reserved. Limited edition fine art.\u003c\/p\u003e\n        \u003cp class=\"footer-copy\"\u003eBirmingham, Alabama  ·  kasianartstudio.com\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/footer\u003e\n\n  \u003cscript\u003e\n    \/\/ Header scroll state\n    const header = document.getElementById('site-header');\n    window.addEventListener('scroll', () =\u003e {\n      header.classList.toggle('scrolled', window.scrollY \u003e 60);\n    }, { passive: true });\n\n    \/\/ Intersection observer for fade-up\n    const observer = new IntersectionObserver((entries) =\u003e {\n      entries.forEach(e =\u003e {\n        if (e.isIntersecting) {\n          e.target.classList.add('visible');\n          observer.unobserve(e.target);\n        }\n      });\n    }, { threshold: 0.12, rootMargin: '0px 0px -40px 0px' });\n\n    document.querySelectorAll('.fade-up').forEach(el =\u003e observer.observe(el));\n\n    \/\/ Floating gold particles\n    const container = document.getElementById('particles');\n    const count = 22;\n    for (let i = 0; i \u003c count; i++) {\n      const p = document.createElement('div');\n      p.className = 'particle';\n      p.style.cssText = `\n        left: ${Math.random() * 100}%;\n        width: ${Math.random() * 2 + 1}px;\n        height: ${Math.random() * 2 + 1}px;\n        animation-duration: ${12 + Math.random() * 18}s;\n        animation-delay: ${Math.random() * 12}s;\n      `;\n      container.appendChild(p);\n    }\n  \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47768270307493,"sku":"7397150_16039","price":18264.45,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47768270340261,"sku":"7397150_16045","price":18264.45,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47768270373029,"sku":"7397150_15700","price":18264.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/ChatGPT_Image_Apr_28_2026_04_04_58_PM.png?v=1777416573"},{"product_id":"violet-nocturne","title":"Violet Nocturne | Framed Canvas Purple Botanical Fine Art","description":"\u003c!-- KASIAN ART STUDIO — Violet Nocturne — Shopify Product Description --\u003e\n\u003c!-- Paste into Shopify \u003e Products \u003e Description \u003e Show HTML (\u003c\u003e) --\u003e\n\n\u003cstyle\u003e\n.vn-wrap {\n  font-family: Georgia, 'Times New Roman', serif;\n  color: #1a1818;\n  max-width: 100%;\n  line-height: 1.7;\n}\n.vn-wrap * { box-sizing: border-box; }\n.vn-wrap h1, .vn-wrap h2, .vn-wrap h3,\n.vn-wrap p, .vn-wrap ul, .vn-wrap li { margin: 0; padding: 0; }\n\n\/* ── HERO ── *\/\n.vn-hero {\n  background: linear-gradient(160deg, #1a0d2e 0%, #2d1245 40%, #1e0a30 70%, #150822 100%);\n  padding: 62px 44px 54px;\n  text-align: center;\n  border-bottom: 1px solid #3d1f5a;\n  position: relative;\n  overflow: hidden;\n}\n.vn-hero::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: radial-gradient(ellipse at 60% 40%, rgba(148,87,200,0.18) 0%, transparent 65%),\n              radial-gradient(ellipse at 30% 80%, rgba(210,160,210,0.08) 0%, transparent 50%);\n  pointer-events: none;\n}\n.vn-hero-tag {\n  display: inline-block;\n  font-size: 10px;\n  letter-spacing: 0.34em;\n  text-transform: uppercase;\n  color: #b89acc;\n  border: 1px solid #4a2266;\n  padding: 6px 20px;\n  margin-bottom: 24px;\n  position: relative;\n}\n.vn-hero h1 {\n  font-family: Georgia, serif;\n  font-size: clamp(2.4rem, 6vw, 4.2rem);\n  font-weight: 400;\n  color: #f0eaf8;\n  line-height: 1.05;\n  letter-spacing: 0.04em;\n  margin-bottom: 10px;\n  position: relative;\n}\n.vn-hero-sub {\n  font-family: Georgia, serif;\n  font-style: italic;\n  font-size: clamp(0.9rem, 1.8vw, 1.1rem);\n  color: #b89acc;\n  margin-bottom: 22px;\n  display: block;\n  position: relative;\n}\n.vn-tagline {\n  font-size: 10px;\n  letter-spacing: 0.3em;\n  text-transform: uppercase;\n  color: #5e4070;\n  position: relative;\n}\n.vn-tagline span { color: #7a5490; margin: 0 7px; }\n\n\/* ── SHORT DESC ── *\/\n.vn-short {\n  background: #faf7fd;\n  border-left: 3px solid #9b6bbf;\n  padding: 26px 32px;\n}\n.vn-short p {\n  font-style: italic;\n  font-size: 1.04rem;\n  color: #3a2848;\n  line-height: 1.8;\n}\n\n\/* ── LABEL ── *\/\n.vn-label {\n  font-size: 10px;\n  letter-spacing: 0.32em;\n  text-transform: uppercase;\n  color: #9b6bbf;\n  display: flex;\n  align-items: center;\n  gap: 13px;\n  margin-bottom: 20px;\n}\n.vn-label::before {\n  content: '';\n  display: inline-block;\n  width: 24px;\n  height: 1px;\n  background: #9b6bbf;\n  flex-shrink: 0;\n}\n\n\/* ── DIVIDER ── *\/\n.vn-divider {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  margin: 12px 0 34px;\n}\n.vn-divider-line { flex: 1; height: 1px; background: #e8e0f0; }\n.vn-divider-dot {\n  width: 4px; height: 4px;\n  background: #9b6bbf;\n  border-radius: 50%;\n  flex-shrink: 0;\n}\n\n\/* ── SECTIONS ── *\/\n.vn-section      { padding: 42px 44px; background: #ffffff; }\n.vn-section-warm { padding: 42px 44px; background: #faf7fd; }\n.vn-section-dark { padding: 48px 44px; background: #150822; }\n\n\/* ── DETAILS GRID ── *\/\n.vn-details {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 1px;\n  background: #e8e0f0;\n  border: 1px solid #e8e0f0;\n}\n.vn-detail-cell {\n  background: #ffffff;\n  padding: 15px 20px;\n  display: flex;\n  flex-direction: column;\n  gap: 4px;\n}\n.vn-detail-lbl {\n  font-size: 9px;\n  letter-spacing: 0.24em;\n  text-transform: uppercase;\n  color: #c0aad4;\n}\n.vn-detail-val {\n  font-size: 0.88rem;\n  color: #2a1e38;\n  font-style: italic;\n}\n\n\/* ── BODY TEXT ── *\/\n.vn-body p {\n  font-size: 0.97rem;\n  line-height: 1.9;\n  color: #3a2e48;\n  margin-bottom: 18px;\n}\n.vn-body p:last-child { margin-bottom: 0; }\n\n\/* ── PULL QUOTE ── *\/\n.vn-quote {\n  border-left: 2px solid #9b6bbf;\n  padding: 4px 24px;\n  margin: 28px 0;\n  background: #faf7fd;\n}\n.vn-quote p {\n  font-style: italic;\n  font-size: 1.14rem;\n  color: #2a1e38;\n  line-height: 1.55;\n}\n\n\/* ── BACKSTORY ── *\/\n.vn-backstory { padding: 50px 44px; background: #130820; border-top: 1px solid #2d1245; border-bottom: 1px solid #2d1245; }\n.vn-backstory .vn-label { color: #5e3d7a; }\n.vn-backstory .vn-label::before { background: #5e3d7a; }\n.vn-backstory h2 {\n  font-family: Georgia, serif;\n  font-size: clamp(1.4rem, 3vw, 2rem);\n  font-weight: 400;\n  font-style: italic;\n  color: #e8d8f8;\n  margin-bottom: 24px;\n  line-height: 1.25;\n}\n.vn-backstory p {\n  font-size: 0.93rem;\n  line-height: 1.9;\n  color: #8a7a9e;\n  margin-bottom: 16px;\n}\n.vn-backstory p:last-child { margin-bottom: 0; }\n\n\/* ── VIDEO ── *\/\n.vn-video-block {\n  background: #100720;\n  padding: 44px 44px;\n  text-align: center;\n  border-bottom: 1px solid #2d1245;\n}\n.vn-video-block .vn-label { justify-content: center; margin-bottom: 12px; }\n.vn-video-block .vn-label::before { display: none; }\n.vn-video-title {\n  font-family: Georgia, serif;\n  font-size: clamp(1.2rem, 2.5vw, 1.6rem);\n  font-weight: 400;\n  color: #e8d8f8;\n  margin-bottom: 8px;\n  display: block;\n}\n.vn-video-sub {\n  font-style: italic;\n  font-size: 0.88rem;\n  color: #6a4e88;\n  margin-bottom: 26px;\n  display: block;\n}\n.vn-video-thumb {\n  display: block;\n  position: relative;\n  max-width: 340px;\n  margin: 0 auto;\n  text-decoration: none;\n}\n.vn-video-thumb img {\n  width: 100%;\n  display: block;\n  border: 1px solid #3d1f5a;\n}\n.vn-play-btn {\n  position: absolute;\n  top: 50%; left: 50%;\n  transform: translate(-50%, -50%);\n  width: 62px; height: 62px;\n  background: rgba(21,8,34,0.85);\n  border: 1px solid #9b6bbf;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.vn-play-btn svg { width: 20px; height: 20px; fill: #9b6bbf; margin-left: 4px; }\n.vn-video-caption {\n  font-size: 10px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: #4a2e62;\n  margin-top: 16px;\n  display: block;\n}\n\n\/* ── FEATURES ── *\/\n.vn-features {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1px;\n  background: #e8e0f0;\n  border: 1px solid #e8e0f0;\n}\n.vn-feature { background: #ffffff; padding: 30px 24px; }\n.vn-feature-num {\n  display: block;\n  font-family: Georgia, serif;\n  font-size: 1.9rem;\n  color: #e8e0f0;\n  line-height: 1;\n  margin-bottom: 12px;\n}\n.vn-feature h3 {\n  font-size: 9px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: #9b6bbf;\n  margin-bottom: 10px;\n  font-weight: 400;\n}\n.vn-feature p { font-size: 0.83rem; line-height: 1.72; color: #5a4870; }\n\n\/* ── STATS ── *\/\n.vn-stats {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 1px;\n  background: #2d1245;\n}\n.vn-stat { background: #130820; padding: 34px 16px; text-align: center; }\n.vn-stat-num {\n  display: block;\n  font-family: Georgia, serif;\n  font-size: 2.2rem;\n  color: #7a5494;\n  line-height: 1;\n  margin-bottom: 9px;\n}\n.vn-stat-lbl {\n  display: block;\n  font-size: 9px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: #3e2458;\n  margin-bottom: 5px;\n}\n.vn-stat-desc { font-size: 0.7rem; font-style: italic; color: #6a4e88; }\n\n\/* ── PAIRINGS ── *\/\n.vn-pairings {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 1px;\n  background: #e8e0f0;\n  border: 1px solid #e8e0f0;\n}\n.vn-pairing { background: #faf7fd; padding: 30px 26px; }\n.vn-pairing h3 {\n  font-family: Georgia, serif;\n  font-size: 1.02rem;\n  font-weight: 400;\n  color: #2a1e38;\n  margin-bottom: 9px;\n}\n.vn-pairing p { font-size: 0.83rem; line-height: 1.72; color: #6a5880; margin-bottom: 13px; }\n.vn-pairing a {\n  font-size: 9px;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  color: #9b6bbf;\n  text-decoration: none;\n}\n\n\/* ── SPACES ── *\/\n.vn-spaces { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 1px; }\n.vn-spaces li {\n  background: #faf7fd;\n  padding: 13px 22px;\n  font-style: italic;\n  font-size: 0.89rem;\n  color: #5a4870;\n  border-left: 2px solid #e0d0f0;\n}\n\n\/* ── PAIRS WELL ── *\/\n.vn-pairs-text {\n  font-size: 0.93rem;\n  line-height: 1.85;\n  color: #5a4870;\n  font-style: italic;\n}\n\n\/* ── BRANDS ── *\/\n.vn-brands { padding: 30px 44px; background: #100720; text-align: center; border-top: 1px solid #2d1245; }\n.vn-brands-lbl {\n  font-size: 9px;\n  letter-spacing: 0.32em;\n  text-transform: uppercase;\n  color: #3e2458;\n  display: block;\n  margin-bottom: 18px;\n}\n.vn-brands-row {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  gap: 26px;\n  flex-wrap: wrap;\n}\n.vn-brands-row span {\n  font-family: Georgia, serif;\n  font-size: 0.76rem;\n  letter-spacing: 0.1em;\n  color: #4a3060;\n}\n\n\/* ── CTA ── *\/\n.vn-cta {\n  background: linear-gradient(160deg, #1a0d2e 0%, #2d1245 60%, #150822 100%);\n  padding: 54px 44px;\n  text-align: center;\n  border-top: 1px solid #3d1f5a;\n}\n.vn-cta h2 {\n  font-family: Georgia, serif;\n  font-size: clamp(1.5rem, 3vw, 2.1rem);\n  font-weight: 400;\n  color: #f0eaf8;\n  margin-bottom: 10px;\n}\n.vn-cta p {\n  font-style: italic;\n  font-size: 0.9rem;\n  color: #7a5a94;\n  margin-bottom: 28px;\n}\n.vn-cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }\n.vn-btn {\n  display: inline-block;\n  background: #9b6bbf;\n  color: #ffffff;\n  font-family: Georgia, serif;\n  font-size: 10px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  padding: 14px 36px;\n  text-decoration: none;\n}\n.vn-btn-ghost {\n  display: inline-block;\n  background: transparent;\n  color: #7a5a94;\n  font-family: Georgia, serif;\n  font-size: 10px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  padding: 14px 36px;\n  text-decoration: none;\n  border: 1px solid #3d1f5a;\n}\n\n\/* ── RESPONSIVE ── *\/\n@media (max-width: 600px) {\n  .vn-hero, .vn-section, .vn-section-warm, .vn-section-dark,\n  .vn-backstory, .vn-video-block, .vn-brands, .vn-cta { padding: 32px 18px; }\n  .vn-short { padding: 20px 18px; }\n  .vn-details  { grid-template-columns: 1fr; }\n  .vn-features { grid-template-columns: 1fr; }\n  .vn-stats    { grid-template-columns: repeat(2, 1fr); }\n  .vn-pairings { grid-template-columns: 1fr; }\n  .vn-brands-row { gap: 14px; }\n  .vn-cta-row { flex-direction: column; align-items: center; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"vn-wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"vn-hero\"\u003e\n    \u003cdiv class=\"vn-hero-tag\"\u003eLimited Edition of 50\u003c\/div\u003e\n    \u003ch1\u003eViolet Nocturne\u003c\/h1\u003e\n    \u003cspan class=\"vn-hero-sub\"\u003eA study in shadow, bloom, and quiet violet depth\u003c\/span\u003e\n    \u003cp class=\"vn-tagline\"\u003eMoody \u003cspan\u003e·\u003c\/span\u003e Elegant \u003cspan\u003e·\u003c\/span\u003e Timeless\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SHORT DESCRIPTION --\u003e\n  \u003cdiv class=\"vn-short\"\u003e\n    \u003cp\u003eA moody botanical artwork composed in deep violet, shadowed plum, and soft blush undertones. Violet Nocturne brings quiet drama, sensual movement, and refined floral architecture to luxury interiors, boutique hotels, and private collector spaces.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ARTWORK DETAILS --\u003e\n  \u003cdiv class=\"vn-section\"\u003e\n    \u003cdiv class=\"vn-label\"\u003eArtwork Details\u003c\/div\u003e\n    \u003cdiv class=\"vn-details\"\u003e\n      \u003cdiv class=\"vn-detail-cell\"\u003e\n        \u003cspan class=\"vn-detail-lbl\"\u003eTitle\u003c\/span\u003e\n        \u003cspan class=\"vn-detail-val\"\u003eViolet Nocturne\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vn-detail-cell\"\u003e\n        \u003cspan class=\"vn-detail-lbl\"\u003eEdition\u003c\/span\u003e\n        \u003cspan class=\"vn-detail-val\"\u003eLimited Edition of 50\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vn-detail-cell\"\u003e\n        \u003cspan class=\"vn-detail-lbl\"\u003eMedium\u003c\/span\u003e\n        \u003cspan class=\"vn-detail-val\"\u003eMuseum-grade archival print\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vn-detail-cell\"\u003e\n        \u003cspan class=\"vn-detail-lbl\"\u003ePalette\u003c\/span\u003e\n        \u003cspan class=\"vn-detail-val\"\u003eDeep violet · Orchid · Aubergine · Soft blush · Dusk lavender\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vn-detail-cell\"\u003e\n        \u003cspan class=\"vn-detail-lbl\"\u003eFrame Suggestion\u003c\/span\u003e\n        \u003cspan class=\"vn-detail-val\"\u003eAntique gold · Dark walnut · Matte black\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vn-detail-cell\"\u003e\n        \u003cspan class=\"vn-detail-lbl\"\u003eYear\u003c\/span\u003e\n        \u003cspan class=\"vn-detail-val\"\u003e2026\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vn-detail-cell\"\u003e\n        \u003cspan class=\"vn-detail-lbl\"\u003eCertification\u003c\/span\u003e\n        \u003cspan class=\"vn-detail-val\"\u003eSigned Certificate of Authenticity included\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vn-detail-cell\"\u003e\n        \u003cspan class=\"vn-detail-lbl\"\u003eStudio\u003c\/span\u003e\n        \u003cspan class=\"vn-detail-val\"\u003eKasian Art Studio\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- LONG DESCRIPTION --\u003e\n  \u003cdiv class=\"vn-section\" style=\"padding-top: 0;\"\u003e\n    \u003cdiv class=\"vn-divider\"\u003e\n      \u003cdiv class=\"vn-divider-line\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"vn-divider-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"vn-divider-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vn-label\"\u003eThe Work\u003c\/div\u003e\n    \u003cdiv class=\"vn-body\"\u003e\n      \u003cp\u003eViolet Nocturne is a cinematic botanical study rendered in layered violet, orchid, aubergine, and dusk-toned lavender. The composition feels intimate yet architectural — petals unfolding like velvet drapery, each curve softened by shadow, light, and restrained atmospheric depth.\u003c\/p\u003e\n\n      \u003cdiv class=\"vn-quote\"\u003e\n        \u003cp\u003e\"There is a private hour when flowers lose their sweetness and become something more powerful.\"\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003eCreated for interiors that require presence without excess, this piece offers a rare balance of elegance and emotional gravity. Its floral subject is not decorative in the ordinary sense — it becomes sculptural, almost nocturnal, with petals arranged like a private ceremony of shadow and bloom.\u003c\/p\u003e\n      \u003cp\u003eThe soft blush background creates a luminous contrast against the saturated violet forms, allowing the artwork to feel warm, feminine, and powerful at once. Subtle texture throughout the surface gives the piece visual richness and depth — making it especially suited for large-scale placement in luxury bedrooms, boutique hotel suites, spa corridors, private dressing rooms, and refined hospitality interiors.\u003c\/p\u003e\n      \u003cp\u003eViolet Nocturne is ideal for collectors and designers seeking artwork that feels romantic, elevated, and quietly dramatic — a statement piece that does not ask for attention, but holds it completely.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CINEMATIC BACKSTORY --\u003e\n  \u003cdiv class=\"vn-backstory\"\u003e\n    \u003cdiv class=\"vn-label\"\u003eCinematic Origin\u003c\/div\u003e\n    \u003ch2\u003eThere is a private hour when flowers lose their sweetness and become something more powerful.\u003c\/h2\u003e\n    \u003cp\u003eViolet Nocturne was created from that moment — the threshold between bloom and shadow, softness and mystery, intimacy and architecture. The petals unfold as if caught under low evening light, their violet forms deepened by darkness and lifted by pale blush illumination.\u003c\/p\u003e\n    \u003cp\u003eThis is not a simple floral image. It is a study in restraint, mood, and quiet seduction. The flowers feel close enough to touch, yet distant enough to remain unknowable. Each curve carries the presence of velvet, dusk, and silence.\u003c\/p\u003e\n    \u003cp\u003eIn a luxury interior, Violet Nocturne becomes a pause. A room softens around it. The eye slows. The atmosphere deepens. It is a piece for collectors who understand that elegance is rarely loud — it is held in shadow, texture, and the emotional weight of colour.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- VIDEO --\u003e\n  \u003cdiv class=\"vn-video-block\"\u003e\n    \u003cdiv class=\"vn-label\"\u003eStudio Film\u003c\/div\u003e\n    \u003cspan class=\"vn-video-title\"\u003eThe Botanical in Motion\u003c\/span\u003e\n    \u003cspan class=\"vn-video-sub\"\u003eThe mood and depth of Violet Nocturne, moving\u003c\/span\u003e\n    \u003ca class=\"vn-video-thumb\" href=\"https:\/\/youtube.com\/shorts\/fBe1Flb60jg\" target=\"_blank\" rel=\"noopener\"\u003e\n      \u003cimg src=\"https:\/\/img.youtube.com\/vi\/fBe1Flb60jg\/hqdefault.jpg\" alt=\"Violet Nocturne — Kasian Art Studio studio film\"\u003e\n      \u003cdiv class=\"vn-play-btn\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M8 5v14l11-7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n    \u003cspan class=\"vn-video-caption\"\u003eTap to watch on YouTube\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"vn-section\"\u003e\n    \u003cdiv class=\"vn-label\"\u003eMuseum-Grade Standards\u003c\/div\u003e\n    \u003cdiv class=\"vn-features\"\u003e\n      \u003cdiv class=\"vn-feature\"\u003e\n        \u003cspan class=\"vn-feature-num\"\u003eI.\u003c\/span\u003e\n        \u003ch3\u003eStrictly Limited\u003c\/h3\u003e\n        \u003cp\u003eOnly 50 editions will ever exist. Each numbered, certified, and archived. Once the edition closes, it is permanently closed. Collectors acquire not just art — but scarcity itself.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vn-feature\"\u003e\n        \u003cspan class=\"vn-feature-num\"\u003eII.\u003c\/span\u003e\n        \u003ch3\u003eArchival Quality\u003c\/h3\u003e\n        \u003cp\u003eProduced on museum-grade archival materials with professional fine art printing standards — ensuring lasting tonal richness, violet depth, and collector-grade presentation across generations.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vn-feature\"\u003e\n        \u003cspan class=\"vn-feature-num\"\u003eIII.\u003c\/span\u003e\n        \u003ch3\u003eCollector Provenance\u003c\/h3\u003e\n        \u003cp\u003eEach edition ships with a signed Certificate of Authenticity from Kasian Art Studio, registered in the studio archive — an unbroken line of provenance from creation to collection.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STATS --\u003e\n  \u003cdiv class=\"vn-stats\"\u003e\n    \u003cdiv class=\"vn-stat\"\u003e\n      \u003cspan class=\"vn-stat-num\"\u003e50\u003c\/span\u003e\n      \u003cspan class=\"vn-stat-lbl\"\u003eTotal Editions\u003c\/span\u003e\n      \u003cspan class=\"vn-stat-desc\"\u003eFinite — permanently closed when sold\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vn-stat\"\u003e\n      \u003cspan class=\"vn-stat-num\"\u003e1\/1\u003c\/span\u003e\n      \u003cspan class=\"vn-stat-lbl\"\u003eYour Number\u003c\/span\u003e\n      \u003cspan class=\"vn-stat-desc\"\u003eIndividually numbered \u0026amp; certified\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vn-stat\"\u003e\n      \u003cspan class=\"vn-stat-num\"\u003e2026\u003c\/span\u003e\n      \u003cspan class=\"vn-stat-lbl\"\u003eRelease Year\u003c\/span\u003e\n      \u003cspan class=\"vn-stat-desc\"\u003eCurrent Kasian Art Studio archive\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vn-stat\"\u003e\n      \u003cspan class=\"vn-stat-num\"\u003e∞\u003c\/span\u003e\n      \u003cspan class=\"vn-stat-lbl\"\u003eAtmosphere\u003c\/span\u003e\n      \u003cspan class=\"vn-stat-desc\"\u003eA room softens around it\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PAIRINGS --\u003e\n  \u003cdiv class=\"vn-section-warm\"\u003e\n    \u003cdiv class=\"vn-label\"\u003eCurated Pairings\u003c\/div\u003e\n    \u003cdiv class=\"vn-pairings\"\u003e\n      \u003cdiv class=\"vn-pairing\"\u003e\n        \u003ch3\u003eOrchid Reverie\u003c\/h3\u003e\n        \u003cp\u003eA companion botanical in the same violet-and-blush register — softer in tone, equally architectural in form. Together they create an immersive floral diptych for luxury bedrooms, spa corridors, and collector gallery walls.\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\"\u003eView Work →\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vn-pairing\"\u003e\n        \u003ch3\u003eNocturne in Plum — Study I\u003c\/h3\u003e\n        \u003cp\u003eA deeper, more abstracted companion in aubergine and near-black tones. Where Violet Nocturne blooms, this study recedes — creating tonal dialogue between light and shadow ideal for penthouse suites and dressing rooms.\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\"\u003eView Work →\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- IDEAL SPACES --\u003e\n  \u003cdiv class=\"vn-section\"\u003e\n    \u003cdiv class=\"vn-label\"\u003eIdeal Environments\u003c\/div\u003e\n    \u003cul class=\"vn-spaces\"\u003e\n      \u003cli\u003eLuxury Hotel Suites \u0026amp; Boutique Spa Interiors\u003c\/li\u003e\n      \u003cli\u003ePrimary Bedrooms \u0026amp; Dressing Rooms\u003c\/li\u003e\n      \u003cli\u003ePenthouse Lounges \u0026amp; Private Salons\u003c\/li\u003e\n      \u003cli\u003eDesigner Powder Rooms \u0026amp; Intimate Hallways\u003c\/li\u003e\n      \u003cli\u003eWellness Retreats \u0026amp; Spa Corridors\u003c\/li\u003e\n      \u003cli\u003eGallery Walls \u0026amp; Collector Residences\u003c\/li\u003e\n      \u003cli\u003eFeminine Luxury Spaces \u0026amp; Curated Interiors\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PAIRS WELL WITH --\u003e\n  \u003cdiv class=\"vn-section-warm\"\u003e\n    \u003cdiv class=\"vn-label\"\u003ePairs Well With\u003c\/div\u003e\n    \u003cp class=\"vn-pairs-text\"\u003eBlack marble console tables to deepen the dramatic violet palette. Ivory bouclé lounge chairs to soften the room and echo the blush undertones. Aged brass lighting to create warmth against the cool botanical shadows. Deep plum velvet seating for a tonal, immersive luxury suite effect. Dark walnut wall panelling to make the violet tones feel architectural. Antique gold frames or accents to heighten the collector-grade atmosphere. Soft gallery picture lighting for a museum-style reveal after dusk.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BRAND STRIP --\u003e\n  \u003cdiv class=\"vn-brands\"\u003e\n    \u003cspan class=\"vn-brands-lbl\"\u003ePositioned for distinguished hospitality collections\u003c\/span\u003e\n    \u003cdiv class=\"vn-brands-row\"\u003e\n      \u003cspan\u003eAman\u003c\/span\u003e\n      \u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eFour Seasons\u003c\/span\u003e\n      \u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eSt. Regis\u003c\/span\u003e\n      \u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eRitz-Carlton Reserve\u003c\/span\u003e\n      \u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eRosewood\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003cdiv class=\"vn-cta\"\u003e\n    \u003ch2\u003eAcquire Your Edition\u003c\/h2\u003e\n    \u003cp\u003e50 editions. Each numbered, certified, and delivered with full provenance documentation.\u003c\/p\u003e\n    \u003cdiv class=\"vn-cta-row\"\u003e\n      \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Acquisition%20Inquiry:%20Violet%20Nocturne\" class=\"vn-btn\"\u003eInquire to Acquire\u003c\/a\u003e\n      \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\" class=\"vn-btn-ghost\"\u003eBrowse All Works\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- END KASIAN ART STUDIO — Violet Nocturne --\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47771660976293,"sku":"7026928_16039","price":16264.45,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47771661009061,"sku":"7026928_16045","price":16264.45,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47771661041829,"sku":"7026928_15700","price":16264.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/ChatGPT_Image_Apr_29_2026_07_02_09_PM.png?v=1777509843"},{"product_id":"noir-composition","title":"Noir Composition — Black \u0026 Gold 3D Abstract Art","description":"\u003c!-- KASIAN ART STUDIO — Noir Composition — Shopify Product Description --\u003e\n\u003c!-- Paste into Shopify \u003e Products \u003e Description \u003e Show HTML (\u003c\u003e) --\u003e\n\n\u003cstyle\u003e\n.nc-wrap {\n  font-family: Georgia, 'Times New Roman', serif;\n  color: #1a1810;\n  max-width: 100%;\n  line-height: 1.7;\n}\n.nc-wrap * { box-sizing: border-box; }\n.nc-wrap h1,.nc-wrap h2,.nc-wrap h3,\n.nc-wrap p,.nc-wrap ul,.nc-wrap li { margin: 0; padding: 0; }\n\n\/* ── HERO ── *\/\n.nc-hero {\n  background: #080806;\n  padding: 64px 44px 58px;\n  text-align: center;\n  border-bottom: 1px solid #2a2210;\n  position: relative;\n  overflow: hidden;\n}\n\/* Gold shimmer radial — anchored top-right, echoes artwork's gold zones *\/\n.nc-hero::before {\n  content: '';\n  position: absolute; inset: 0;\n  background:\n    radial-gradient(ellipse at 70% 20%, rgba(196,158,60,0.14) 0%, transparent 55%),\n    radial-gradient(ellipse at 25% 80%, rgba(160,120,40,0.07) 0%, transparent 45%);\n  pointer-events: none;\n}\n\/* Fine vertical lines — architecture\/texture feel *\/\n.nc-hero::after {\n  content: '';\n  position: absolute; inset: 0;\n  background-image: repeating-linear-gradient(\n    90deg,\n    transparent 0px,\n    transparent 47px,\n    rgba(196,158,60,0.03) 47px,\n    rgba(196,158,60,0.03) 48px\n  );\n  pointer-events: none;\n}\n.nc-tag {\n  display: inline-block;\n  font-size: 10px;\n  letter-spacing: 0.34em;\n  text-transform: uppercase;\n  color: #9a7c3a;\n  border: 1px solid #2e2410;\n  padding: 6px 20px;\n  margin-bottom: 26px;\n  position: relative; z-index: 1;\n}\n.nc-hero h1 {\n  font-family: Georgia, serif;\n  font-size: clamp(2.4rem, 6.5vw, 4.8rem);\n  font-weight: 400;\n  color: #f0e8d4;\n  line-height: 1.0;\n  letter-spacing: 0.06em;\n  margin-bottom: 10px;\n  position: relative; z-index: 1;\n}\n.nc-hero-rule {\n  display: block;\n  width: 44px; height: 1px;\n  background: linear-gradient(90deg, transparent, #c49e3c, transparent);\n  margin: 0 auto 18px;\n  position: relative; z-index: 1;\n}\n.nc-hero-sub {\n  font-style: italic;\n  font-size: clamp(0.88rem, 1.8vw, 1.08rem);\n  color: #7a6a3a;\n  display: block;\n  margin-bottom: 24px;\n  position: relative; z-index: 1;\n}\n.nc-tagline {\n  font-size: 10px;\n  letter-spacing: 0.3em;\n  text-transform: uppercase;\n  color: #3e3018;\n  position: relative; z-index: 1;\n}\n.nc-tagline span { color: #6a5828; margin: 0 7px; }\n\n\/* ── SHORT DESC ── *\/\n.nc-short {\n  background: #f8f4ec;\n  border-left: 3px solid #b8922e;\n  padding: 26px 32px;\n}\n.nc-short p {\n  font-style: italic;\n  font-size: 1.04rem;\n  color: #2a2010;\n  line-height: 1.8;\n}\n\n\/* ── LABEL ── *\/\n.nc-label {\n  font-size: 10px;\n  letter-spacing: 0.32em;\n  text-transform: uppercase;\n  color: #b8922e;\n  display: flex;\n  align-items: center;\n  gap: 13px;\n  margin-bottom: 20px;\n}\n.nc-label::before {\n  content: '';\n  display: inline-block;\n  width: 22px; height: 1px;\n  background: #b8922e;\n  flex-shrink: 0;\n}\n\n\/* ── DIVIDER ── *\/\n.nc-divider {\n  display: flex; align-items: center; gap: 14px;\n  margin: 12px 0 34px;\n}\n.nc-divider-line { flex: 1; height: 1px; background: #e8dcc8; }\n.nc-divider-dot { width: 4px; height: 4px; background: #b8922e; border-radius: 50%; flex-shrink: 0; }\n\n\/* ── SECTIONS ── *\/\n.nc-section      { padding: 42px 44px; background: #fff; }\n.nc-section-warm { padding: 42px 44px; background: #f8f4ec; }\n\n\/* ── DETAILS GRID ── *\/\n.nc-details {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 1px;\n  background: #e8dcc8;\n  border: 1px solid #e8dcc8;\n}\n.nc-dc { background: #fff; padding: 15px 20px; display: flex; flex-direction: column; gap: 4px; }\n.nc-dl { font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: #c8b88a; }\n.nc-dv { font-size: 0.88rem; color: #1e1808; font-style: italic; }\n\n\/* ── CANVAS SPEC ── *\/\n.nc-spec {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1px;\n  background: #e8dcc8;\n  border: 1px solid #e8dcc8;\n  margin-top: 22px;\n}\n.nc-sc { background: #f8f4ec; padding: 16px 18px; display: flex; flex-direction: column; gap: 5px; }\n.nc-sl { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: #c0a870; }\n.nc-sv { font-size: 0.84rem; color: #2a2010; line-height: 1.5; }\n\n\/* ── BODY ── *\/\n.nc-body p {\n  font-size: 0.97rem;\n  line-height: 1.9;\n  color: #2a2010;\n  margin-bottom: 18px;\n}\n.nc-body p:last-child { margin-bottom: 0; }\n\n\/* ── PULL QUOTE ── *\/\n.nc-quote {\n  border-left: 2px solid #b8922e;\n  padding: 6px 22px;\n  margin: 28px 0;\n  background: #f8f4ec;\n}\n.nc-quote p {\n  font-style: italic;\n  font-size: 1.12rem;\n  color: #1e1808;\n  line-height: 1.55;\n}\n\n\/* ── BACKSTORY ── *\/\n.nc-backstory {\n  padding: 52px 44px;\n  background: #060504;\n  border-top: 1px solid #221808;\n  border-bottom: 1px solid #221808;\n  position: relative; overflow: hidden;\n}\n.nc-backstory::before {\n  content: '';\n  position: absolute; inset: 0;\n  background:\n    radial-gradient(ellipse at 80% 20%, rgba(196,158,60,0.1) 0%, transparent 50%),\n    radial-gradient(ellipse at 15% 85%, rgba(160,120,40,0.06) 0%, transparent 45%);\n  pointer-events: none;\n}\n.nc-backstory .nc-label { color: #6a5020; position: relative; z-index: 1; }\n.nc-backstory .nc-label::before { background: #6a5020; }\n.nc-backstory h2 {\n  font-family: Georgia, serif;\n  font-size: clamp(1.4rem, 3vw, 2rem);\n  font-weight: 400; font-style: italic;\n  color: #e8dab0;\n  margin-bottom: 26px; line-height: 1.28;\n  position: relative; z-index: 1;\n}\n.nc-backstory p {\n  font-size: 0.93rem;\n  line-height: 1.9;\n  color: #7a6840;\n  margin-bottom: 16px;\n  position: relative; z-index: 1;\n}\n.nc-backstory p:last-child { margin-bottom: 0; }\n\n\/* ── VIDEO ── *\/\n.nc-video {\n  background: #0a0806;\n  padding: 46px 44px;\n  text-align: center;\n  border-bottom: 1px solid #221808;\n}\n.nc-video .nc-label { justify-content: center; margin-bottom: 12px; }\n.nc-video .nc-label::before { display: none; }\n.nc-video-title { display: block; font-family: Georgia, serif; font-size: clamp(1.1rem, 2.5vw, 1.5rem); font-weight: 400; color: #e8dab0; margin-bottom: 8px; }\n.nc-video-sub { display: block; font-style: italic; font-size: 0.87rem; color: #6a5020; margin-bottom: 28px; }\n.nc-video-thumb {\n  display: block; position: relative;\n  max-width: 340px; margin: 0 auto; text-decoration: none;\n}\n.nc-video-thumb img { width: 100%; display: block; border: 1px solid #2a1e08; }\n.nc-play {\n  position: absolute; top: 50%; left: 50%;\n  transform: translate(-50%, -50%);\n  width: 62px; height: 62px;\n  background: rgba(6,5,4,0.9);\n  border: 1px solid #b8922e; border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n}\n.nc-play svg { width: 20px; height: 20px; fill: #b8922e; margin-left: 4px; }\n.nc-video-cap { display: block; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: #3e3018; margin-top: 16px; }\n\n\/* ── FEATURES ── *\/\n.nc-features {\n  display: grid; grid-template-columns: repeat(3,1fr);\n  gap: 1px; background: #e8dcc8; border: 1px solid #e8dcc8;\n}\n.nc-feat { background: #fff; padding: 30px 24px; }\n.nc-feat-num { display: block; font-family: Georgia, serif; font-size: 1.9rem; color: #e8dcc8; line-height: 1; margin-bottom: 12px; }\n.nc-feat h3 { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: #b8922e; margin-bottom: 10px; font-weight: 400; }\n.nc-feat p { font-size: 0.83rem; line-height: 1.72; color: #5a4820; }\n\n\/* ── STATS ── *\/\n.nc-stats {\n  display: grid; grid-template-columns: repeat(4,1fr);\n  gap: 1px; background: #1e1408;\n}\n.nc-stat { background: #080806; padding: 34px 14px; text-align: center; }\n.nc-stat-num { display: block; font-family: Georgia, serif; font-size: 2.1rem; color: #9a7830; line-height: 1; margin-bottom: 9px; }\n.nc-stat-lbl { display: block; font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: #3e3018; margin-bottom: 5px; }\n.nc-stat-desc { font-size: 0.7rem; font-style: italic; color: #6a5828; }\n\n\/* ── PAIRINGS ── *\/\n.nc-pairings {\n  display: grid; grid-template-columns: 1fr 1fr;\n  gap: 1px; background: #e8dcc8; border: 1px solid #e8dcc8;\n}\n.nc-pair { background: #f8f4ec; padding: 30px 26px; }\n.nc-pair h3 { font-family: Georgia, serif; font-size: 1.02rem; font-weight: 400; color: #1e1808; margin-bottom: 9px; }\n.nc-pair p { font-size: 0.83rem; line-height: 1.72; color: #5a4820; margin-bottom: 13px; }\n.nc-pair a { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: #b8922e; text-decoration: none; }\n\n\/* ── SPACES ── *\/\n.nc-spaces { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 1px; }\n.nc-spaces li { background: #f8f4ec; padding: 13px 22px; font-style: italic; font-size: 0.89rem; color: #4a3c18; border-left: 2px solid #dcc898; }\n\n\/* ── PAIRS WELL ── *\/\n.nc-pairs-grid {\n  display: grid; grid-template-columns: 1fr 1fr;\n  gap: 1px; background: #e8dcc8; border: 1px solid #e8dcc8;\n}\n.nc-pairs-cell { background: #fff; padding: 13px 18px; font-style: italic; font-size: 0.85rem; color: #5a4820; }\n\n\/* ── BRANDS ── *\/\n.nc-brands { padding: 30px 44px; background: #060504; text-align: center; border-top: 1px solid #221808; }\n.nc-brands-lbl { display: block; font-size: 9px; letter-spacing: 0.32em; text-transform: uppercase; color: #3e3018; margin-bottom: 18px; }\n.nc-brands-row { display: flex; justify-content: center; align-items: center; gap: 26px; flex-wrap: wrap; }\n.nc-brands-row span { font-family: Georgia, serif; font-size: 0.76rem; letter-spacing: 0.1em; color: #4a3c1c; }\n\n\/* ── CTA ── *\/\n.nc-cta {\n  background: #060504;\n  padding: 58px 44px;\n  text-align: center;\n  border-top: 1px solid #221808;\n  position: relative; overflow: hidden;\n}\n.nc-cta::before {\n  content: '';\n  position: absolute; inset: 0;\n  background: radial-gradient(ellipse at center, rgba(196,158,60,0.07) 0%, transparent 65%);\n  pointer-events: none;\n}\n.nc-cta h2 { font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 400; color: #f0e8d4; margin-bottom: 10px; position: relative; z-index: 1; }\n.nc-cta p { font-style: italic; font-size: 0.9rem; color: #6a5828; margin-bottom: 28px; position: relative; z-index: 1; }\n.nc-cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }\n.nc-btn { display: inline-block; background: #b8922e; color: #060504; font-family: Georgia, serif; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; padding: 14px 36px; text-decoration: none; }\n.nc-btn-ghost { display: inline-block; background: transparent; color: #7a6030; font-family: Georgia, serif; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; padding: 14px 36px; text-decoration: none; border: 1px solid #2e2010; }\n\n\/* ── RESPONSIVE ── *\/\n@media (max-width: 600px) {\n  .nc-hero,.nc-section,.nc-section-warm,\n  .nc-backstory,.nc-video,.nc-brands,.nc-cta { padding: 32px 18px; }\n  .nc-short { padding: 20px 18px; }\n  .nc-details  { grid-template-columns: 1fr; }\n  .nc-spec     { grid-template-columns: 1fr; }\n  .nc-features { grid-template-columns: 1fr; }\n  .nc-stats    { grid-template-columns: repeat(2,1fr); }\n  .nc-pairings { grid-template-columns: 1fr; }\n  .nc-pairs-grid { grid-template-columns: 1fr; }\n  .nc-brands-row { gap: 14px; }\n  .nc-cta-row  { flex-direction: column; align-items: center; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"nc-wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"nc-hero\"\u003e\n    \u003cdiv class=\"nc-tag\"\u003eLimited Edition of 50\u003c\/div\u003e\n    \u003ch1\u003eNoir Composition\u003c\/h1\u003e\n    \u003cspan class=\"nc-hero-rule\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"nc-hero-sub\"\u003eBlack \u0026amp; gold 3D abstract art — sculptural presence, quiet opulence\u003c\/span\u003e\n    \u003cp class=\"nc-tagline\"\u003eMoody \u003cspan\u003e·\u003c\/span\u003e Elegant \u003cspan\u003e·\u003c\/span\u003e Timeless\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SHORT DESC --\u003e\n  \u003cdiv class=\"nc-short\"\u003e\n    \u003cp\u003eNoir Composition is a bold black-and-gold abstract statement piece created for luxury interiors, boutique hotels, executive residences, and collector-grade spaces. Its sculptural texture, metallic depth, and architectural geometry bring presence, drama, and quiet opulence to any refined environment.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DETAILS --\u003e\n  \u003cdiv class=\"nc-section\"\u003e\n    \u003cdiv class=\"nc-label\"\u003eArtwork Details\u003c\/div\u003e\n    \u003cdiv class=\"nc-details\"\u003e\n      \u003cdiv class=\"nc-dc\"\u003e\n\u003cspan class=\"nc-dl\"\u003eTitle\u003c\/span\u003e\u003cspan class=\"nc-dv\"\u003eNoir Composition\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"nc-dc\"\u003e\n\u003cspan class=\"nc-dl\"\u003eEdition\u003c\/span\u003e\u003cspan class=\"nc-dv\"\u003eLimited Edition of 50\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"nc-dc\"\u003e\n\u003cspan class=\"nc-dl\"\u003eMedium\u003c\/span\u003e\u003cspan class=\"nc-dv\"\u003eFramed canvas — collector-grade print\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"nc-dc\"\u003e\n\u003cspan class=\"nc-dl\"\u003ePalette\u003c\/span\u003e\u003cspan class=\"nc-dv\"\u003eObsidian black · Aged gold · Metallic champagne\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"nc-dc\"\u003e\n\u003cspan class=\"nc-dl\"\u003eStyle\u003c\/span\u003e\u003cspan class=\"nc-dv\"\u003e3D abstract · Sculptural texture · Geometric\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"nc-dc\"\u003e\n\u003cspan class=\"nc-dl\"\u003eYear\u003c\/span\u003e\u003cspan class=\"nc-dv\"\u003e2026\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"nc-dc\"\u003e\n\u003cspan class=\"nc-dl\"\u003eCertification\u003c\/span\u003e\u003cspan class=\"nc-dv\"\u003eSigned Certificate of Authenticity included\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"nc-dc\"\u003e\n\u003cspan class=\"nc-dl\"\u003eStudio\u003c\/span\u003e\u003cspan class=\"nc-dv\"\u003eKasian Art Studio\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nc-spec\"\u003e\n      \u003cdiv class=\"nc-sc\"\u003e\n\u003cspan class=\"nc-sl\"\u003eFrame\u003c\/span\u003e\u003cspan class=\"nc-sv\"\u003eStructured pine — 1.25\" floating profile\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"nc-sc\"\u003e\n\u003cspan class=\"nc-sl\"\u003eCanvas Weight\u003c\/span\u003e\u003cspan class=\"nc-sv\"\u003e344 g\/m² · 10.15 oz\/yd² gallery fabric\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"nc-sc\"\u003e\n\u003cspan class=\"nc-sl\"\u003eConstruction\u003c\/span\u003e\u003cspan class=\"nc-sv\"\u003eOpen-back · rubber pads · hanging hardware included\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- LONG DESC --\u003e\n  \u003cdiv class=\"nc-section\" style=\"padding-top:0;\"\u003e\n    \u003cdiv class=\"nc-divider\"\u003e\n\u003cdiv class=\"nc-divider-line\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"nc-divider-dot\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"nc-divider-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"nc-label\"\u003eThe Work\u003c\/div\u003e\n    \u003cdiv class=\"nc-body\"\u003e\n      \u003cp\u003eNoir Composition is a tactile study in power, contrast, and material presence. Layers of deep black, aged gold, raised geometric forms, fractured metallic surfaces, and sculptural circular movement create a piece that feels both ancient and contemporary — like a recovered architectural fragment from a private museum wall.\u003c\/p\u003e\n\n      \u003cdiv class=\"nc-quote\"\u003e\n        \u003cp\u003e\"Gold does not need to shine loudly to command the room. Its power, here, is in restraint.\"\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003eThe artwork balances raw texture with disciplined composition. Gold surfaces appear torn, pressed, and illuminated, while black relief elements create shadow, structure, and gravity. Curved forms soften the architectural severity, giving the piece rhythm and movement without losing its monumental stillness.\u003c\/p\u003e\n      \u003cp\u003eDesigned for luxury residences, boutique hotel lobbies, presidential suites, private offices, designer showrooms, and high-end hospitality interiors, Noir Composition commands attention without becoming decorative excess. It belongs in rooms with stone, marble, dark wood, blackened metal, leather, warm plaster, and intentional lighting.\u003c\/p\u003e\n      \u003cp\u003eThis piece is made for collectors and designers who understand texture as atmosphere — and restraint as power.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BACKSTORY --\u003e\n  \u003cdiv class=\"nc-backstory\"\u003e\n    \u003cdiv class=\"nc-label\"\u003eCinematic Origin\u003c\/div\u003e\n    \u003ch2\u003eNoir Composition feels discovered rather than made.\u003c\/h2\u003e\n    \u003cp\u003eIts surface carries the tension of architecture, erosion, gold leaf, shadow, and silence. The black forms are weighty and structural, while the gold appears fractured and illuminated — as though light has been trapped inside the surface and allowed to emerge only in certain places.\u003c\/p\u003e\n    \u003cp\u003eThere is a sense of ceremony in the composition. A black vertical column cuts through the center like a monument. Curved forms suggest movement, orbit, and rhythm. Gold fragments rise and break apart, giving the piece the atmosphere of a private artifact — something pulled from a sealed room and placed under gallery light.\u003c\/p\u003e\n    \u003cp\u003eThis work was created for interiors that need more than decoration. It brings gravity. It brings richness. It brings the quiet authority of a piece that does not ask to be noticed — it simply holds the room.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- VIDEO --\u003e\n  \u003cdiv class=\"nc-video\"\u003e\n    \u003cdiv class=\"nc-label\"\u003eStudio Film\u003c\/div\u003e\n    \u003cspan class=\"nc-video-title\"\u003eNoir Composition — Art Film\u003c\/span\u003e\n    \u003cspan class=\"nc-video-sub\"\u003eSculptural texture and metallic depth, in motion\u003c\/span\u003e\n    \u003ca class=\"nc-video-thumb\" href=\"https:\/\/youtube.com\/shorts\/EDOc29TkfNA\" target=\"_blank\" rel=\"noopener\"\u003e\n      \u003cimg src=\"https:\/\/img.youtube.com\/vi\/EDOc29TkfNA\/hqdefault.jpg\" alt=\"Noir Composition — Kasian Art Studio art film\"\u003e\n      \u003cdiv class=\"nc-play\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M8 5v14l11-7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n    \u003cspan class=\"nc-video-cap\"\u003eTap to watch on YouTube\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"nc-section\"\u003e\n    \u003cdiv class=\"nc-label\"\u003eMuseum-Grade Standards\u003c\/div\u003e\n    \u003cdiv class=\"nc-features\"\u003e\n      \u003cdiv class=\"nc-feat\"\u003e\n        \u003cspan class=\"nc-feat-num\"\u003eI.\u003c\/span\u003e\n        \u003ch3\u003eStrictly Limited\u003c\/h3\u003e\n        \u003cp\u003eOnly 50 editions exist. Each individually numbered, certified, and archived. Once the edition closes, it is permanently closed. Collectors acquire not just art — but material scarcity.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nc-feat\"\u003e\n        \u003cspan class=\"nc-feat-num\"\u003eII.\u003c\/span\u003e\n        \u003ch3\u003eGallery Construction\u003c\/h3\u003e\n        \u003cp\u003eStructured pine floating frame at 1.25\" depth. Gallery-weight canvas at 344 g\/m². Open-back construction with rubber corner pads and hanging hardware — arrives ready to install.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nc-feat\"\u003e\n        \u003cspan class=\"nc-feat-num\"\u003eIII.\u003c\/span\u003e\n        \u003ch3\u003eCollector Provenance\u003c\/h3\u003e\n        \u003cp\u003eEach edition ships with a signed Certificate of Authenticity from Kasian Art Studio, registered in the studio archive — an unbroken chain of provenance from creation to collection.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STATS --\u003e\n  \u003cdiv class=\"nc-stats\"\u003e\n    \u003cdiv class=\"nc-stat\"\u003e\n      \u003cspan class=\"nc-stat-num\"\u003e50\u003c\/span\u003e\n      \u003cspan class=\"nc-stat-lbl\"\u003eTotal Editions\u003c\/span\u003e\n      \u003cspan class=\"nc-stat-desc\"\u003eFinite — permanently closed when sold\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nc-stat\"\u003e\n      \u003cspan class=\"nc-stat-num\"\u003e1.25\"\u003c\/span\u003e\n      \u003cspan class=\"nc-stat-lbl\"\u003eFrame Depth\u003c\/span\u003e\n      \u003cspan class=\"nc-stat-desc\"\u003eFloating profile — architectural wall presence\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nc-stat\"\u003e\n      \u003cspan class=\"nc-stat-num\"\u003e2026\u003c\/span\u003e\n      \u003cspan class=\"nc-stat-lbl\"\u003eRelease Year\u003c\/span\u003e\n      \u003cspan class=\"nc-stat-desc\"\u003eCurrent Kasian Art Studio archive\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nc-stat\"\u003e\n      \u003cspan class=\"nc-stat-num\"\u003e∞\u003c\/span\u003e\n      \u003cspan class=\"nc-stat-lbl\"\u003eGravity\u003c\/span\u003e\n      \u003cspan class=\"nc-stat-desc\"\u003eIt simply holds the room\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PAIRINGS --\u003e\n  \u003cdiv class=\"nc-section-warm\"\u003e\n    \u003cdiv class=\"nc-label\"\u003eCurated Pairings\u003c\/div\u003e\n    \u003cdiv class=\"nc-pairings\"\u003e\n      \u003cdiv class=\"nc-pair\"\u003e\n        \u003ch3\u003eUrban Signal\u003c\/h3\u003e\n        \u003cp\u003eA monochrome architectural study in black, white, and graphite. Where Noir Composition brings material warmth and gold, Urban Signal introduces graphic restraint — together they create a powerful tonal contrast for collector walls and executive corridors.\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\"\u003eView Work →\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nc-pair\"\u003e\n        \u003ch3\u003eGold Fragment — Study I\u003c\/h3\u003e\n        \u003cp\u003eA smaller companion piece in the same black-and-gold register — a study in isolated metallic form against deep ground. Ideal for flanking Noir Composition in a diptych arrangement across a luxury lobby or residential hallway.\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\"\u003eView Work →\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- IDEAL SPACES --\u003e\n  \u003cdiv class=\"nc-section\"\u003e\n    \u003cdiv class=\"nc-label\"\u003eIdeal Environments\u003c\/div\u003e\n    \u003cul class=\"nc-spaces\"\u003e\n      \u003cli\u003eLuxury Hotel Lobbies \u0026amp; Presidential Suites\u003c\/li\u003e\n      \u003cli\u003ePenthouse Dining Rooms \u0026amp; Private Salons\u003c\/li\u003e\n      \u003cli\u003eExecutive Offices \u0026amp; Boardrooms\u003c\/li\u003e\n      \u003cli\u003eDesigner Showrooms \u0026amp; Gallery Corridors\u003c\/li\u003e\n      \u003cli\u003ePrivate Collector Galleries \u0026amp; Viewing Rooms\u003c\/li\u003e\n      \u003cli\u003eSuperyacht Salons \u0026amp; High-End Marine Interiors\u003c\/li\u003e\n      \u003cli\u003eArchitectural Stone \u0026amp; Marble Interior Environments\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PAIRS WELL WITH --\u003e\n  \u003cdiv class=\"nc-section-warm\"\u003e\n    \u003cdiv class=\"nc-label\"\u003ePairs Well With\u003c\/div\u003e\n    \u003cdiv class=\"nc-pairs-grid\"\u003e\n      \u003cdiv class=\"nc-pairs-cell\"\u003eBlack marble consoles \u0026amp; travertine plinth tables\u003c\/div\u003e\n      \u003cdiv class=\"nc-pairs-cell\"\u003eDark walnut panelling \u0026amp; charcoal plaster walls\u003c\/div\u003e\n      \u003cdiv class=\"nc-pairs-cell\"\u003eBronze lighting fixtures \u0026amp; champagne metal accents\u003c\/div\u003e\n      \u003cdiv class=\"nc-pairs-cell\"\u003eBlack bouclé seating \u0026amp; cognac leather chairs\u003c\/div\u003e\n      \u003cdiv class=\"nc-pairs-cell\"\u003eSculptural ceramic vessels \u0026amp; architectural stone\u003c\/div\u003e\n      \u003cdiv class=\"nc-pairs-cell\"\u003eWarm gallery spotlights \u0026amp; museum-style lighting\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BRANDS --\u003e\n  \u003cdiv class=\"nc-brands\"\u003e\n    \u003cspan class=\"nc-brands-lbl\"\u003ePositioned for distinguished hospitality collections\u003c\/span\u003e\n    \u003cdiv class=\"nc-brands-row\"\u003e\n      \u003cspan\u003eAman\u003c\/span\u003e\u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eFour Seasons\u003c\/span\u003e\u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eSt. Regis\u003c\/span\u003e\u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eRitz-Carlton Reserve\u003c\/span\u003e\u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eRosewood\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"nc-cta\"\u003e\n    \u003ch2\u003eAcquire Your Edition\u003c\/h2\u003e\n    \u003cp\u003e50 editions. Each numbered, certified, and delivered with full provenance documentation.\u003c\/p\u003e\n    \u003cdiv class=\"nc-cta-row\"\u003e\n      \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Acquisition%20Inquiry:%20Noir%20Composition\" class=\"nc-btn\"\u003eInquire to Acquire\u003c\/a\u003e\n      \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\" class=\"nc-btn-ghost\"\u003eBrowse All Works\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- END KASIAN ART STUDIO — Noir Composition --\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47796569178277,"sku":"5583058_16039","price":10925.0,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47796569211045,"sku":"5583058_16045","price":10925.0,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47796569243813,"sku":"5583058_15700","price":10925.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/ChatGPT_Image_May_5_2026_10_15_35_AM.png?v=1778003351"},{"product_id":"veiled-gaze","title":"Veiled Gaze — Black \u0026 White Portrait Wall Art","description":"\u003c!-- KASIAN ART STUDIO — Veiled Gaze — Shopify Product Description --\u003e\n\u003c!-- Paste into Shopify \u003e Products \u003e Description \u003e Show HTML (\u003c\u003e) --\u003e\n\u003c!-- VIDEO: Replace YOUR_VIDEO_ID in two places with your YouTube ID --\u003e\n\n\u003cstyle\u003e\n.vg-wrap {\n  font-family: Georgia, 'Times New Roman', serif;\n  color: #1a1a1a;\n  max-width: 100%;\n  line-height: 1.7;\n}\n.vg-wrap * { box-sizing: border-box; }\n.vg-wrap h1,.vg-wrap h2,.vg-wrap h3,\n.vg-wrap p,.vg-wrap ul,.vg-wrap li { margin: 0; padding: 0; }\n\n\/* ── HERO ── *\/\n.vg-hero {\n  background: #080808;\n  padding: 64px 44px 58px;\n  text-align: center;\n  border-bottom: 1px solid #1e1e1e;\n  position: relative;\n  overflow: hidden;\n}\n\/* Soft luminous centre — echoes pale skin catching light *\/\n.vg-hero::before {\n  content: '';\n  position: absolute; inset: 0;\n  background:\n    radial-gradient(ellipse at 50% 45%, rgba(220,210,200,0.07) 0%, transparent 60%),\n    radial-gradient(ellipse at 20% 80%, rgba(180,170,160,0.03) 0%, transparent 45%);\n  pointer-events: none;\n}\n.vg-tag {\n  display: inline-block;\n  font-size: 10px;\n  letter-spacing: 0.34em;\n  text-transform: uppercase;\n  color: #787878;\n  border: 1px solid #282828;\n  padding: 6px 20px;\n  margin-bottom: 26px;\n  position: relative; z-index: 1;\n}\n.vg-hero h1 {\n  font-family: Georgia, serif;\n  font-size: clamp(2.4rem, 6.5vw, 4.8rem);\n  font-weight: 400;\n  color: #f0ede8;\n  line-height: 1.0;\n  letter-spacing: 0.04em;\n  font-style: italic;\n  margin-bottom: 10px;\n  position: relative; z-index: 1;\n}\n.vg-hero-rule {\n  display: block;\n  width: 44px; height: 1px;\n  background: #606060;\n  margin: 0 auto 18px;\n  position: relative; z-index: 1;\n}\n.vg-hero-sub {\n  font-style: italic;\n  font-size: clamp(0.88rem, 1.8vw, 1.08rem);\n  color: #686868;\n  display: block;\n  margin-bottom: 24px;\n  position: relative; z-index: 1;\n}\n.vg-tagline {\n  font-size: 10px;\n  letter-spacing: 0.3em;\n  text-transform: uppercase;\n  color: #383838;\n  position: relative; z-index: 1;\n}\n.vg-tagline span { color: #565656; margin: 0 7px; }\n\n\/* ── SHORT DESC ── *\/\n.vg-short {\n  background: #f5f5f3;\n  border-left: 3px solid #707070;\n  padding: 26px 32px;\n}\n.vg-short p {\n  font-style: italic;\n  font-size: 1.04rem;\n  color: #2a2a2a;\n  line-height: 1.8;\n}\n\n\/* ── LABEL ── *\/\n.vg-label {\n  font-size: 10px;\n  letter-spacing: 0.32em;\n  text-transform: uppercase;\n  color: #787878;\n  display: flex;\n  align-items: center;\n  gap: 13px;\n  margin-bottom: 20px;\n}\n.vg-label::before {\n  content: '';\n  display: inline-block;\n  width: 22px; height: 1px;\n  background: #787878;\n  flex-shrink: 0;\n}\n\n\/* ── DIVIDER ── *\/\n.vg-divider {\n  display: flex; align-items: center; gap: 14px;\n  margin: 12px 0 34px;\n}\n.vg-divider-line { flex: 1; height: 1px; background: #e0e0dc; }\n.vg-divider-dot { width: 4px; height: 4px; background: #787878; border-radius: 50%; flex-shrink: 0; }\n\n\/* ── SECTIONS ── *\/\n.vg-section      { padding: 42px 44px; background: #fff; }\n.vg-section-warm { padding: 42px 44px; background: #f5f5f3; }\n\n\/* ── DETAILS GRID ── *\/\n.vg-details {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 1px;\n  background: #e0e0dc;\n  border: 1px solid #e0e0dc;\n}\n.vg-dc { background: #fff; padding: 15px 20px; display: flex; flex-direction: column; gap: 4px; }\n.vg-dl { font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: #b4b4b0; }\n.vg-dv { font-size: 0.88rem; color: #1e1e1e; font-style: italic; }\n\n\/* ── CANVAS SPEC ── *\/\n.vg-spec {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1px;\n  background: #e0e0dc;\n  border: 1px solid #e0e0dc;\n  margin-top: 22px;\n}\n.vg-sc { background: #f5f5f3; padding: 16px 18px; display: flex; flex-direction: column; gap: 5px; }\n.vg-sl { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: #aaa; }\n.vg-sv { font-size: 0.84rem; color: #2a2a2a; line-height: 1.5; }\n\n\/* ── BODY ── *\/\n.vg-body p {\n  font-size: 0.97rem;\n  line-height: 1.9;\n  color: #2e2e2e;\n  margin-bottom: 18px;\n}\n.vg-body p:last-child { margin-bottom: 0; }\n\n\/* ── PULL QUOTE ── *\/\n.vg-quote {\n  border-left: 2px solid #707070;\n  padding: 6px 22px;\n  margin: 28px 0;\n  background: #f5f5f3;\n}\n.vg-quote p {\n  font-style: italic;\n  font-size: 1.12rem;\n  color: #1e1e1e;\n  line-height: 1.55;\n}\n\n\/* ── BACKSTORY ── *\/\n.vg-backstory {\n  padding: 52px 44px;\n  background: #060606;\n  border-top: 1px solid #181818;\n  border-bottom: 1px solid #181818;\n  position: relative; overflow: hidden;\n}\n\/* Very soft warm glow — skin in shadow *\/\n.vg-backstory::before {\n  content: '';\n  position: absolute; inset: 0;\n  background: radial-gradient(ellipse at 40% 50%, rgba(200,190,180,0.05) 0%, transparent 60%);\n  pointer-events: none;\n}\n.vg-backstory .vg-label { color: #424242; position: relative; z-index: 1; }\n.vg-backstory .vg-label::before { background: #424242; }\n.vg-backstory h2 {\n  font-family: Georgia, serif;\n  font-size: clamp(1.3rem, 3vw, 1.9rem);\n  font-weight: 400; font-style: italic;\n  color: #e8e4dc;\n  margin-bottom: 26px; line-height: 1.3;\n  position: relative; z-index: 1;\n}\n.vg-backstory p {\n  font-size: 0.93rem;\n  line-height: 1.9;\n  color: #6a6a6a;\n  margin-bottom: 16px;\n  position: relative; z-index: 1;\n}\n.vg-backstory p:last-child { margin-bottom: 0; }\n\n\/* ── VIDEO ── *\/\n.vg-video {\n  background: #0a0a0a;\n  padding: 46px 44px;\n  text-align: center;\n  border-bottom: 1px solid #1c1c1c;\n}\n.vg-video .vg-label { justify-content: center; margin-bottom: 12px; }\n.vg-video .vg-label::before { display: none; }\n.vg-video-title { display: block; font-family: Georgia, serif; font-size: clamp(1.1rem, 2.5vw, 1.5rem); font-weight: 400; font-style: italic; color: #e8e4dc; margin-bottom: 8px; }\n.vg-video-sub { display: block; font-style: italic; font-size: 0.87rem; color: #484848; margin-bottom: 28px; }\n.vg-video-thumb {\n  display: block; position: relative;\n  max-width: 340px; margin: 0 auto; text-decoration: none;\n}\n.vg-video-thumb img {\n  width: 100%; display: block;\n  border: 1px solid #242424;\n  filter: grayscale(30%) contrast(1.08);\n}\n.vg-play {\n  position: absolute; top: 50%; left: 50%;\n  transform: translate(-50%, -50%);\n  width: 62px; height: 62px;\n  background: rgba(6,6,6,0.9);\n  border: 1px solid #787878; border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n}\n.vg-play svg { width: 20px; height: 20px; fill: #a0a0a0; margin-left: 4px; }\n.vg-video-cap { display: block; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: #383838; margin-top: 16px; }\n\n\/* No-image fallback *\/\n.vg-video-placeholder {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  gap: 14px;\n  max-width: 340px;\n  margin: 0 auto;\n  aspect-ratio: 9\/16;\n  background: #111;\n  border: 1px solid #242424;\n}\n.vg-video-placeholder p { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: #484848; }\n\n\/* ── FEATURES ── *\/\n.vg-features {\n  display: grid; grid-template-columns: repeat(3,1fr);\n  gap: 1px; background: #e0e0dc; border: 1px solid #e0e0dc;\n}\n.vg-feat { background: #fff; padding: 30px 24px; }\n.vg-feat-num { display: block; font-family: Georgia, serif; font-size: 1.9rem; color: #e4e4e0; line-height: 1; margin-bottom: 12px; }\n.vg-feat h3 { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: #787878; margin-bottom: 10px; font-weight: 400; }\n.vg-feat p { font-size: 0.83rem; line-height: 1.72; color: #585858; }\n\n\/* ── STATS ── *\/\n.vg-stats {\n  display: grid; grid-template-columns: repeat(4,1fr);\n  gap: 1px; background: #1a1a1a;\n}\n.vg-stat { background: #080808; padding: 34px 14px; text-align: center; }\n.vg-stat-num { display: block; font-family: Georgia, serif; font-size: 2.1rem; color: #787878; line-height: 1; margin-bottom: 9px; }\n.vg-stat-lbl { display: block; font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: #383838; margin-bottom: 5px; }\n.vg-stat-desc { font-size: 0.7rem; font-style: italic; color: #585858; }\n\n\/* ── PAIRINGS ── *\/\n.vg-pairings {\n  display: grid; grid-template-columns: 1fr 1fr;\n  gap: 1px; background: #e0e0dc; border: 1px solid #e0e0dc;\n}\n.vg-pair { background: #f5f5f3; padding: 30px 26px; }\n.vg-pair h3 { font-family: Georgia, serif; font-size: 1.02rem; font-weight: 400; color: #1e1e1e; margin-bottom: 9px; }\n.vg-pair p { font-size: 0.83rem; line-height: 1.72; color: #585858; margin-bottom: 13px; }\n.vg-pair a { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: #787878; text-decoration: none; }\n\n\/* ── SPACES ── *\/\n.vg-spaces { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 1px; }\n.vg-spaces li { background: #f5f5f3; padding: 13px 22px; font-style: italic; font-size: 0.89rem; color: #4a4a4a; border-left: 2px solid #e0e0dc; }\n\n\/* ── PAIRS WELL ── *\/\n.vg-pairs-grid {\n  display: grid; grid-template-columns: 1fr 1fr;\n  gap: 1px; background: #e0e0dc; border: 1px solid #e0e0dc;\n}\n.vg-pairs-cell { background: #fff; padding: 13px 18px; font-style: italic; font-size: 0.85rem; color: #585858; }\n\n\/* ── BRANDS ── *\/\n.vg-brands { padding: 30px 44px; background: #060606; text-align: center; border-top: 1px solid #181818; }\n.vg-brands-lbl { display: block; font-size: 9px; letter-spacing: 0.32em; text-transform: uppercase; color: #383838; margin-bottom: 18px; }\n.vg-brands-row { display: flex; justify-content: center; align-items: center; gap: 26px; flex-wrap: wrap; }\n.vg-brands-row span { font-family: Georgia, serif; font-size: 0.76rem; letter-spacing: 0.1em; color: #3c3c3c; }\n\n\/* ── CTA ── *\/\n.vg-cta {\n  background: #080808;\n  padding: 58px 44px;\n  text-align: center;\n  border-top: 1px solid #1a1a1a;\n  position: relative; overflow: hidden;\n}\n.vg-cta::before {\n  content: '';\n  position: absolute; inset: 0;\n  background: radial-gradient(ellipse at center, rgba(200,190,180,0.04) 0%, transparent 65%);\n  pointer-events: none;\n}\n.vg-cta h2 { font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 400; font-style: italic; color: #f0ede8; margin-bottom: 10px; position: relative; z-index: 1; }\n.vg-cta p { font-style: italic; font-size: 0.9rem; color: #585858; margin-bottom: 28px; position: relative; z-index: 1; }\n.vg-cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }\n.vg-btn { display: inline-block; background: #787878; color: #fff; font-family: Georgia, serif; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; padding: 14px 36px; text-decoration: none; }\n.vg-btn-ghost { display: inline-block; background: transparent; color: #585858; font-family: Georgia, serif; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; padding: 14px 36px; text-decoration: none; border: 1px solid #282828; }\n\n\/* ── RESPONSIVE ── *\/\n@media (max-width: 600px) {\n  .vg-hero,.vg-section,.vg-section-warm,\n  .vg-backstory,.vg-video,.vg-brands,.vg-cta { padding: 32px 18px; }\n  .vg-short { padding: 20px 18px; }\n  .vg-details  { grid-template-columns: 1fr; }\n  .vg-spec     { grid-template-columns: 1fr; }\n  .vg-features { grid-template-columns: 1fr; }\n  .vg-stats    { grid-template-columns: repeat(2,1fr); }\n  .vg-pairings { grid-template-columns: 1fr; }\n  .vg-pairs-grid { grid-template-columns: 1fr; }\n  .vg-brands-row { gap: 14px; }\n  .vg-cta-row  { flex-direction: column; align-items: center; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"vg-wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"vg-hero\"\u003e\n    \u003cdiv class=\"vg-tag\"\u003eLimited Edition of 50\u003c\/div\u003e\n    \u003ch1\u003eVeiled Gaze\u003c\/h1\u003e\n    \u003cspan class=\"vg-hero-rule\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"vg-hero-sub\"\u003eBlack \u0026amp; white portrait art — shadow, silence, emotional intensity\u003c\/span\u003e\n    \u003cp class=\"vg-tagline\"\u003eMoody \u003cspan\u003e·\u003c\/span\u003e Elegant \u003cspan\u003e·\u003c\/span\u003e Timeless\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SHORT DESC --\u003e\n  \u003cdiv class=\"vg-short\"\u003e\n    \u003cp\u003eVeiled Gaze is a moody black-and-white portrait artwork defined by shadow, silence, and emotional intensity. Created for luxury interiors, boutique hotel suites, private residences, galleries, and collector-grade spaces, the piece brings a cinematic human presence to the room with restrained elegance.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DETAILS --\u003e\n  \u003cdiv class=\"vg-section\"\u003e\n    \u003cdiv class=\"vg-label\"\u003eArtwork Details\u003c\/div\u003e\n    \u003cdiv class=\"vg-details\"\u003e\n      \u003cdiv class=\"vg-dc\"\u003e\n\u003cspan class=\"vg-dl\"\u003eTitle\u003c\/span\u003e\u003cspan class=\"vg-dv\"\u003eVeiled Gaze\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"vg-dc\"\u003e\n\u003cspan class=\"vg-dl\"\u003eEdition\u003c\/span\u003e\u003cspan class=\"vg-dv\"\u003eLimited Edition of 50\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"vg-dc\"\u003e\n\u003cspan class=\"vg-dl\"\u003eMedium\u003c\/span\u003e\u003cspan class=\"vg-dv\"\u003eFramed canvas — collector-grade print\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"vg-dc\"\u003e\n\u003cspan class=\"vg-dl\"\u003ePalette\u003c\/span\u003e\u003cspan class=\"vg-dv\"\u003eDeep black · Graphite · Pale silver · Shadow grey\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"vg-dc\"\u003e\n\u003cspan class=\"vg-dl\"\u003eOrientation\u003c\/span\u003e\u003cspan class=\"vg-dv\"\u003ePortrait — close-cropped, intimate format\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"vg-dc\"\u003e\n\u003cspan class=\"vg-dl\"\u003eYear\u003c\/span\u003e\u003cspan class=\"vg-dv\"\u003e2026\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"vg-dc\"\u003e\n\u003cspan class=\"vg-dl\"\u003eCertification\u003c\/span\u003e\u003cspan class=\"vg-dv\"\u003eSigned Certificate of Authenticity included\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"vg-dc\"\u003e\n\u003cspan class=\"vg-dl\"\u003eStudio\u003c\/span\u003e\u003cspan class=\"vg-dv\"\u003eKasian Art Studio\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vg-spec\"\u003e\n      \u003cdiv class=\"vg-sc\"\u003e\n\u003cspan class=\"vg-sl\"\u003eFrame\u003c\/span\u003e\u003cspan class=\"vg-sv\"\u003eStructured pine — 1.25\" floating profile\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"vg-sc\"\u003e\n\u003cspan class=\"vg-sl\"\u003eCanvas Weight\u003c\/span\u003e\u003cspan class=\"vg-sv\"\u003e344 g\/m² · 10.15 oz\/yd² gallery fabric\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"vg-sc\"\u003e\n\u003cspan class=\"vg-sl\"\u003eConstruction\u003c\/span\u003e\u003cspan class=\"vg-sv\"\u003eOpen-back · rubber pads · hanging hardware included\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- LONG DESC --\u003e\n  \u003cdiv class=\"vg-section\" style=\"padding-top:0;\"\u003e\n    \u003cdiv class=\"vg-divider\"\u003e\n\u003cdiv class=\"vg-divider-line\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vg-divider-dot\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vg-divider-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"vg-label\"\u003eThe Work\u003c\/div\u003e\n    \u003cdiv class=\"vg-body\"\u003e\n      \u003cp\u003eVeiled Gaze is an intimate study of mystery, expression, and controlled emotional tension. The close-cropped composition draws the viewer into a face partially concealed by dark hair, softened shadows, pale light, and an arresting gaze that feels both distant and immediate.\u003c\/p\u003e\n\n      \u003cdiv class=\"vg-quote\"\u003e\n        \u003cp\u003e\"The eyes become the architecture of the piece — holding the composition with a stillness that feels private and powerful.\"\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003eRendered in a monochrome palette, the portrait carries a cinematic quality — quiet, sensual, and enigmatic without excess. The softness of the face contrasts with the sharp graphic weight of the hair, creating a balance between vulnerability and command. The eyes hold the room with a stillness that feels private and powerful.\u003c\/p\u003e\n      \u003cp\u003eThis artwork is especially suited for luxury hotel suites, private bedrooms, intimate lounge spaces, high-end salons, collector corridors, boutique hospitality interiors, and modern residences seeking a portrait with atmosphere, restraint, and emotional gravity.\u003c\/p\u003e\n      \u003cp\u003eVeiled Gaze is not simply a portrait. It is a presence — a quiet exchange between subject and room, shadow and light, intimacy and distance.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BACKSTORY --\u003e\n  \u003cdiv class=\"vg-backstory\"\u003e\n    \u003cdiv class=\"vg-label\"\u003eCinematic Origin\u003c\/div\u003e\n    \u003ch2\u003eVeiled Gaze feels like a private moment caught before it disappears.\u003c\/h2\u003e\n    \u003cp\u003eThe face emerges from shadow with controlled stillness — not posed for spectacle, but held in a quiet state of awareness. The dark fringe falls across the forehead like a curtain, concealing and revealing at the same time. The eyes carry the emotional weight of the piece: pale, reflective, distant, and unflinching.\u003c\/p\u003e\n    \u003cp\u003eThere is no excess color. No decorative distraction. Only shadow, skin, gaze, and silence.\u003c\/p\u003e\n    \u003cp\u003eThe composition belongs to interiors that understand intimacy as luxury. It brings the atmosphere of a private suite, a collector's bedroom, a dimly lit gallery wall, or an editorial salon where portraiture is not ornamental but psychological. Veiled Gaze is about what is seen, what is withheld, and what remains impossible to fully know.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- VIDEO --\u003e\n  \u003c!-- Replace YOUR_VIDEO_ID in both places below with your YouTube ID --\u003e\n  \u003cdiv class=\"vg-video\"\u003e\n    \u003cdiv class=\"vg-label\"\u003eStudio Film\u003c\/div\u003e\n    \u003cspan class=\"vg-video-title\"\u003eVeiled Gaze — Art Film\u003c\/span\u003e\n    \u003cspan class=\"vg-video-sub\"\u003eShadow, intimacy, and cinematic restraint in motion\u003c\/span\u003e\n    \u003ca class=\"vg-video-thumb\" href=\"https:\/\/youtube.com\/shorts\/YOUR_VIDEO_ID\" target=\"_blank\" rel=\"noopener\"\u003e\n      \u003cimg src=\"https:\/\/img.youtube.com\/vi\/YOUR_VIDEO_ID\/hqdefault.jpg\" alt=\"Veiled Gaze — Kasian Art Studio\" onerror=\"this.parentElement.style.display='none'; document.getElementById('vg-vid-fallback').style.display='flex';\"\u003e\n      \u003cdiv class=\"vg-play\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M8 5v14l11-7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n    \u003cdiv id=\"vg-vid-fallback\" class=\"vg-video-placeholder\" style=\"display:none;\"\u003e\n      \u003cdiv class=\"vg-play\" style=\"position:static;transform:none;\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M8 5v14l11-7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eWatch on YouTube\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cspan class=\"vg-video-cap\"\u003eTap to watch on YouTube\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"vg-section\"\u003e\n    \u003cdiv class=\"vg-label\"\u003eMuseum-Grade Standards\u003c\/div\u003e\n    \u003cdiv class=\"vg-features\"\u003e\n      \u003cdiv class=\"vg-feat\"\u003e\n        \u003cspan class=\"vg-feat-num\"\u003eI.\u003c\/span\u003e\n        \u003ch3\u003eStrictly Limited\u003c\/h3\u003e\n        \u003cp\u003eOnly 50 editions exist. Each individually numbered, certified, and archived. Once the edition closes, it is permanently closed. Collectors acquire not just art — but intimate scarcity.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vg-feat\"\u003e\n        \u003cspan class=\"vg-feat-num\"\u003eII.\u003c\/span\u003e\n        \u003ch3\u003eGallery Construction\u003c\/h3\u003e\n        \u003cp\u003eStructured pine floating frame at 1.25\" depth. Gallery-weight canvas at 344 g\/m². Open-back construction with rubber corner pads and hanging hardware — arrives ready to install.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vg-feat\"\u003e\n        \u003cspan class=\"vg-feat-num\"\u003eIII.\u003c\/span\u003e\n        \u003ch3\u003eCollector Provenance\u003c\/h3\u003e\n        \u003cp\u003eEach edition ships with a signed Certificate of Authenticity from Kasian Art Studio, registered in the studio archive — an unbroken chain of provenance from creation to collection.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STATS --\u003e\n  \u003cdiv class=\"vg-stats\"\u003e\n    \u003cdiv class=\"vg-stat\"\u003e\n      \u003cspan class=\"vg-stat-num\"\u003e50\u003c\/span\u003e\n      \u003cspan class=\"vg-stat-lbl\"\u003eTotal Editions\u003c\/span\u003e\n      \u003cspan class=\"vg-stat-desc\"\u003eFinite — permanently closed when sold\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vg-stat\"\u003e\n      \u003cspan class=\"vg-stat-num\"\u003e1.25\"\u003c\/span\u003e\n      \u003cspan class=\"vg-stat-lbl\"\u003eFrame Depth\u003c\/span\u003e\n      \u003cspan class=\"vg-stat-desc\"\u003eFloating profile — architectural wall presence\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vg-stat\"\u003e\n      \u003cspan class=\"vg-stat-num\"\u003e2026\u003c\/span\u003e\n      \u003cspan class=\"vg-stat-lbl\"\u003eRelease Year\u003c\/span\u003e\n      \u003cspan class=\"vg-stat-desc\"\u003eCurrent Kasian Art Studio archive\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vg-stat\"\u003e\n      \u003cspan class=\"vg-stat-num\"\u003e∞\u003c\/span\u003e\n      \u003cspan class=\"vg-stat-lbl\"\u003ePresence\u003c\/span\u003e\n      \u003cspan class=\"vg-stat-desc\"\u003eChanges the atmosphere of the room\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PAIRINGS --\u003e\n  \u003cdiv class=\"vg-section-warm\"\u003e\n    \u003cdiv class=\"vg-label\"\u003eCurated Pairings\u003c\/div\u003e\n    \u003cdiv class=\"vg-pairings\"\u003e\n      \u003cdiv class=\"vg-pair\"\u003e\n        \u003ch3\u003eTrouble, Unseen\u003c\/h3\u003e\n        \u003cp\u003eA companion monochrome portrait in controlled defiance — one eye concealed beneath a graphic band. Where Veiled Gaze withholds through shadow and hair, Trouble, Unseen withholds through text. Together they form a powerful portrait diptych of feminine mystery.\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\"\u003eView Work →\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vg-pair\"\u003e\n        \u003ch3\u003eVeiled Arrival\u003c\/h3\u003e\n        \u003cp\u003eA couture monochrome portrait defined by a sweeping hat brim and a single exposed eye — the same register of selective revelation. Paired with Veiled Gaze, the two works create a collection of feminine presence and atmospheric restraint for collector walls.\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\"\u003eView Work →\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- IDEAL SPACES --\u003e\n  \u003cdiv class=\"vg-section\"\u003e\n    \u003cdiv class=\"vg-label\"\u003eIdeal Environments\u003c\/div\u003e\n    \u003cul class=\"vg-spaces\"\u003e\n      \u003cli\u003eLuxury Hotel Suites \u0026amp; Boutique Bedroom Corridors\u003c\/li\u003e\n      \u003cli\u003ePrivate Bedrooms \u0026amp; Dressing Rooms\u003c\/li\u003e\n      \u003cli\u003eHigh-End Salons \u0026amp; Intimate Lounge Spaces\u003c\/li\u003e\n      \u003cli\u003eCollector Corridors \u0026amp; Private Gallery Walls\u003c\/li\u003e\n      \u003cli\u003eRomantic Monochrome \u0026amp; Fashion-Inspired Interiors\u003c\/li\u003e\n      \u003cli\u003eEditorial Portrait Installations \u0026amp; Designer Spaces\u003c\/li\u003e\n      \u003cli\u003eModern Residences Seeking Cinematic Atmosphere\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PAIRS WELL WITH --\u003e\n  \u003cdiv class=\"vg-section-warm\"\u003e\n    \u003cdiv class=\"vg-label\"\u003ePairs Well With\u003c\/div\u003e\n    \u003cdiv class=\"vg-pairs-grid\"\u003e\n      \u003cdiv class=\"vg-pairs-cell\"\u003eBlack marble consoles \u0026amp; ivory plaster walls\u003c\/div\u003e\n      \u003cdiv class=\"vg-pairs-cell\"\u003eCharcoal velvet seating \u0026amp; dark walnut panelling\u003c\/div\u003e\n      \u003cdiv class=\"vg-pairs-cell\"\u003eChampagne bronze lighting \u0026amp; soft linen drapery\u003c\/div\u003e\n      \u003cdiv class=\"vg-pairs-cell\"\u003eStone bedside tables \u0026amp; cinematic hallway lighting\u003c\/div\u003e\n      \u003cdiv class=\"vg-pairs-cell\"\u003eMoody black-and-white photography walls\u003c\/div\u003e\n      \u003cdiv class=\"vg-pairs-cell\"\u003eMinimalist gallery corridors \u0026amp; editorial portrait collections\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BRANDS --\u003e\n  \u003cdiv class=\"vg-brands\"\u003e\n    \u003cspan class=\"vg-brands-lbl\"\u003ePositioned for distinguished hospitality collections\u003c\/span\u003e\n    \u003cdiv class=\"vg-brands-row\"\u003e\n      \u003cspan\u003eAman\u003c\/span\u003e\u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eFour Seasons\u003c\/span\u003e\u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eSt. Regis\u003c\/span\u003e\u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eRitz-Carlton Reserve\u003c\/span\u003e\u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eRosewood\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"vg-cta\"\u003e\n    \u003ch2\u003eAcquire Your Edition\u003c\/h2\u003e\n    \u003cp\u003e50 editions. Each numbered, certified, and delivered with full provenance documentation.\u003c\/p\u003e\n    \u003cdiv class=\"vg-cta-row\"\u003e\n      \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Acquisition%20Inquiry:%20Veiled%20Gaze\" class=\"vg-btn\"\u003eInquire to Acquire\u003c\/a\u003e\n      \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\" class=\"vg-btn-ghost\"\u003eBrowse All Works\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- END KASIAN ART STUDIO — Veiled Gaze --\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47810404843685,"sku":"2786061_16039","price":11895.0,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47810404876453,"sku":"2786061_16045","price":11895.0,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47810404909221,"sku":"2786061_15700","price":11895.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/ChatGPT_Image_May_7_2026_06_22_05_PM.png?v=1778267895"},{"product_id":"lavender-afterglow","title":"Lavender Afterglow — Elegant Figure Wall Art","description":"\u003c!-- KASIAN ART STUDIO — Lavender Afterglow — Shopify Product Description --\u003e\n\u003c!-- Paste into Shopify \u003e Products \u003e Description \u003e Show HTML (\u003c\u003e) --\u003e\n\n\u003cstyle\u003e\n.la-wrap { font-family:Georgia,'Times New Roman',serif; color:#1a1a1a; max-width:100%; line-height:1.7; }\n.la-wrap * { box-sizing:border-box; }\n.la-wrap h1,.la-wrap h2,.la-wrap h3,.la-wrap p,.la-wrap ul,.la-wrap li { margin:0; padding:0; }\n\n\/* ── HERO ── *\/\n.la-hero {\n  padding:64px 44px 58px; text-align:center;\n  border-bottom:1px solid #2e2638;\n  position:relative; overflow:hidden;\n  background:linear-gradient(160deg,#12101a 0%,#1a1428 45%,#110e18 100%);\n}\n\/* Lavender radial glow — pulled from the painting's atmospheric field *\/\n.la-hero::before {\n  content:''; position:absolute; inset:0; pointer-events:none;\n  background:\n    radial-gradient(ellipse at 55% 35%,rgba(170,140,200,.14) 0%,transparent 55%),\n    radial-gradient(ellipse at 25% 75%,rgba(140,120,180,.07) 0%,transparent 45%),\n    radial-gradient(ellipse at 80% 15%,rgba(200,170,220,.06) 0%,transparent 40%);\n}\n.la-tag {\n  display:inline-block; font-size:10px; letter-spacing:.34em; text-transform:uppercase;\n  color:#9a88b4; border:1px solid #2e2248; padding:6px 20px;\n  margin-bottom:26px; position:relative; z-index:1;\n}\n.la-hero h1 {\n  font-family:Georgia,serif; font-size:clamp(2.2rem,6vw,4.6rem); font-weight:400;\n  color:#f0eaf8; line-height:1.05; letter-spacing:.04em; font-style:italic;\n  margin-bottom:6px; position:relative; z-index:1;\n}\n.la-hero h1 em { font-style:normal; color:#c8b0e4; }\n.la-rule { display:block; width:44px; height:1px; background:linear-gradient(90deg,transparent,#a888cc,transparent); margin:0 auto 18px; position:relative; z-index:1; }\n.la-hero-sub { font-style:italic; font-size:clamp(.88rem,1.8vw,1.08rem); color:#7a6a94; display:block; margin-bottom:24px; position:relative; z-index:1; }\n.la-tagline { font-size:10px; letter-spacing:.3em; text-transform:uppercase; color:#3e3250; position:relative; z-index:1; }\n.la-tagline span { color:#6a5880; margin:0 7px; }\n\n\/* ── SHORT DESC ── *\/\n.la-short { background:#faf7fd; border-left:3px solid #a888cc; padding:26px 32px; }\n.la-short p { font-style:italic; font-size:1.04rem; color:#2e2240; line-height:1.8; }\n\n\/* ── LABEL ── *\/\n.la-label { font-size:10px; letter-spacing:.32em; text-transform:uppercase; color:#a888cc; display:flex; align-items:center; gap:13px; margin-bottom:20px; }\n.la-label::before { content:''; display:inline-block; width:22px; height:1px; background:#a888cc; flex-shrink:0; }\n\n\/* ── DIVIDER ── *\/\n.la-divider { display:flex; align-items:center; gap:14px; margin:12px 0 34px; }\n.la-divider-line { flex:1; height:1px; background:#ecdde8; }\n.la-divider-dot { width:4px; height:4px; background:#a888cc; border-radius:50%; flex-shrink:0; }\n\n\/* ── SECTIONS ── *\/\n.la-section      { padding:42px 44px; background:#fff; }\n.la-section-warm { padding:42px 44px; background:#faf7fd; }\n\n\/* ── DETAILS ── *\/\n.la-details { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:#ecdde8; border:1px solid #ecdde8; }\n.la-dc { background:#fff; padding:15px 20px; display:flex; flex-direction:column; gap:4px; }\n.la-dl { font-size:9px; letter-spacing:.24em; text-transform:uppercase; color:#ccbbd8; }\n.la-dv { font-size:.88rem; color:#1e1830; font-style:italic; }\n\n\/* ── CANVAS SPEC ── *\/\n.la-spec { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:#ecdde8; border:1px solid #ecdde8; margin-top:22px; }\n.la-sc { background:#faf7fd; padding:16px 18px; display:flex; flex-direction:column; gap:5px; }\n.la-sl { font-size:9px; letter-spacing:.22em; text-transform:uppercase; color:#ccbbd8; }\n.la-sv { font-size:.84rem; color:#2e2240; line-height:1.5; }\n\n\/* ── BODY ── *\/\n.la-body p { font-size:.97rem; line-height:1.9; color:#2e2838; margin-bottom:18px; }\n.la-body p:last-child { margin-bottom:0; }\n\n\/* ── PULL QUOTE ── *\/\n.la-quote { border-left:2px solid #a888cc; padding:6px 22px; margin:28px 0; background:#faf7fd; }\n.la-quote p { font-style:italic; font-size:1.12rem; color:#1e1830; line-height:1.55; }\n\n\/* ── BACKSTORY ── *\/\n.la-backstory {\n  padding:52px 44px;\n  background:linear-gradient(160deg,#100e1a 0%,#181220 60%,#0e0c16 100%);\n  border-top:1px solid #2a2040; border-bottom:1px solid #2a2040;\n  position:relative; overflow:hidden;\n}\n.la-backstory::before {\n  content:''; position:absolute; inset:0; pointer-events:none;\n  background:\n    radial-gradient(ellipse at 65% 30%,rgba(160,130,195,.1) 0%,transparent 55%),\n    radial-gradient(ellipse at 20% 75%,rgba(130,105,170,.06) 0%,transparent 45%);\n}\n.la-backstory .la-label { color:#5e4878; position:relative; z-index:1; }\n.la-backstory .la-label::before { background:#5e4878; }\n.la-backstory h2 { font-family:Georgia,serif; font-size:clamp(1.3rem,3vw,1.9rem); font-weight:400; font-style:italic; color:#e8d8f4; margin-bottom:26px; line-height:1.3; position:relative; z-index:1; }\n.la-backstory p { font-size:.93rem; line-height:1.9; color:#8a7aa0; margin-bottom:16px; position:relative; z-index:1; }\n.la-backstory p:last-child { margin-bottom:0; }\n\n\/* ── VIDEO ── *\/\n.la-video { background:#0e0c18; padding:46px 44px; text-align:center; border-bottom:1px solid #2a2040; }\n.la-video .la-label { justify-content:center; margin-bottom:12px; }\n.la-video .la-label::before { display:none; }\n.la-video-title { display:block; font-family:Georgia,serif; font-size:clamp(1.1rem,2.5vw,1.5rem); font-weight:400; font-style:italic; color:#e8d8f4; margin-bottom:8px; }\n.la-video-sub { display:block; font-style:italic; font-size:.87rem; color:#5e4878; margin-bottom:28px; }\n.la-video-thumb { display:block; position:relative; max-width:340px; margin:0 auto; text-decoration:none; }\n.la-video-thumb img { width:100%; display:block; border:1px solid #2e2050; }\n.la-play { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:62px; height:62px; background:rgba(14,12,24,.9); border:1px solid #a888cc; border-radius:50%; display:flex; align-items:center; justify-content:center; }\n.la-play svg { width:20px; height:20px; fill:#a888cc; margin-left:4px; }\n.la-video-cap { display:block; font-size:10px; letter-spacing:.22em; text-transform:uppercase; color:#3e3258; margin-top:16px; }\n\n\/* ── FEATURES ── *\/\n.la-features { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:#ecdde8; border:1px solid #ecdde8; }\n.la-feat { background:#fff; padding:30px 24px; }\n.la-feat-num { display:block; font-family:Georgia,serif; font-size:1.9rem; color:#ecdde8; line-height:1; margin-bottom:12px; }\n.la-feat h3 { font-size:9px; letter-spacing:.22em; text-transform:uppercase; color:#a888cc; margin-bottom:10px; font-weight:400; }\n.la-feat p { font-size:.83rem; line-height:1.72; color:#5a4870; }\n\n\/* ── STATS ── *\/\n.la-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:#2a2040; }\n.la-stat { background:#100e1a; padding:34px 14px; text-align:center; }\n.la-stat-num { display:block; font-family:Georgia,serif; font-size:2.1rem; color:#8868aa; line-height:1; margin-bottom:9px; }\n.la-stat-lbl { display:block; font-size:9px; letter-spacing:.22em; text-transform:uppercase; color:#3e3258; margin-bottom:5px; }\n.la-stat-desc { font-size:.7rem; font-style:italic; color:#6a5880; }\n\n\/* ── PAIRINGS ── *\/\n.la-pairings { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:#ecdde8; border:1px solid #ecdde8; }\n.la-pair { background:#faf7fd; padding:30px 26px; }\n.la-pair h3 { font-family:Georgia,serif; font-size:1.02rem; font-weight:400; color:#1e1830; margin-bottom:9px; }\n.la-pair p { font-size:.83rem; line-height:1.72; color:#5a4870; margin-bottom:13px; }\n.la-pair a { font-size:9px; letter-spacing:.2em; text-transform:uppercase; color:#a888cc; text-decoration:none; }\n\n\/* ── SPACES ── *\/\n.la-spaces { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:1px; }\n.la-spaces li { background:#faf7fd; padding:13px 22px; font-style:italic; font-size:.89rem; color:#4a3860; border-left:2px solid #e0cee8; }\n\n\/* ── PAIRS WELL ── *\/\n.la-pairs-grid { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:#ecdde8; border:1px solid #ecdde8; }\n.la-pairs-cell { background:#fff; padding:13px 18px; font-style:italic; font-size:.85rem; color:#5a4870; }\n\n\/* ── BRANDS ── *\/\n.la-brands { padding:30px 44px; background:#0e0c18; text-align:center; border-top:1px solid #2a2040; }\n.la-brands-lbl { display:block; font-size:9px; letter-spacing:.32em; text-transform:uppercase; color:#3e3258; margin-bottom:18px; }\n.la-brands-row { display:flex; justify-content:center; align-items:center; gap:26px; flex-wrap:wrap; }\n.la-brands-row span { font-family:Georgia,serif; font-size:.76rem; letter-spacing:.1em; color:#4a3c60; }\n\n\/* ── CTA ── *\/\n.la-cta {\n  padding:58px 44px; text-align:center; position:relative; overflow:hidden;\n  background:linear-gradient(160deg,#12101c 0%,#1c1430 60%,#100e1a 100%);\n  border-top:1px solid #2a2040;\n}\n.la-cta::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at center,rgba(160,128,200,.07) 0%,transparent 65%); pointer-events:none; }\n.la-cta h2 { font-family:Georgia,serif; font-size:clamp(1.5rem,3vw,2.1rem); font-weight:400; font-style:italic; color:#f0eaf8; margin-bottom:10px; position:relative; z-index:1; }\n.la-cta p { font-style:italic; font-size:.9rem; color:#7a6494; margin-bottom:28px; position:relative; z-index:1; }\n.la-cta-row { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; position:relative; z-index:1; }\n.la-btn { display:inline-block; background:#a888cc; color:#fff; font-family:Georgia,serif; font-size:10px; letter-spacing:.22em; text-transform:uppercase; padding:14px 36px; text-decoration:none; }\n.la-btn-ghost { display:inline-block; background:transparent; color:#7a6494; font-family:Georgia,serif; font-size:10px; letter-spacing:.22em; text-transform:uppercase; padding:14px 36px; text-decoration:none; border:1px solid #2e2050; }\n\n\/* ── RESPONSIVE ── *\/\n@media(max-width:600px){\n  .la-hero,.la-section,.la-section-warm,.la-backstory,.la-video,.la-brands,.la-cta { padding:32px 18px; }\n  .la-short { padding:20px 18px; }\n  .la-details,.la-spec,.la-pairs-grid { grid-template-columns:1fr; }\n  .la-features,.la-pairings { grid-template-columns:1fr; }\n  .la-stats { grid-template-columns:repeat(2,1fr); }\n  .la-brands-row { gap:14px; }\n  .la-cta-row { flex-direction:column; align-items:center; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"la-wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"la-hero\"\u003e\n    \u003cdiv class=\"la-tag\"\u003eLimited Edition of 50\u003c\/div\u003e\n    \u003ch1\u003eLavender \u003cem\u003eAfterglow\u003c\/em\u003e\n\u003c\/h1\u003e\n    \u003cspan class=\"la-rule\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"la-hero-sub\"\u003eElegant figure wall art — poise, atmosphere, quiet feminine presence\u003c\/span\u003e\n    \u003cp class=\"la-tagline\"\u003eMoody \u003cspan\u003e·\u003c\/span\u003e Elegant \u003cspan\u003e·\u003c\/span\u003e Timeless\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SHORT DESC --\u003e\n  \u003cdiv class=\"la-short\"\u003e\n    \u003cp\u003eLavender Afterglow is a refined figurative artwork created for luxury interiors, boutique hotel suites, private residences, galleries, and collector-grade spaces. A woman in a white draped gown faces away into a lavender-toned atmosphere, bringing softness, poise, and quiet cinematic beauty into the room.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DETAILS --\u003e\n  \u003cdiv class=\"la-section\"\u003e\n    \u003cdiv class=\"la-label\"\u003eArtwork Details\u003c\/div\u003e\n    \u003cdiv class=\"la-details\"\u003e\n      \u003cdiv class=\"la-dc\"\u003e\n\u003cspan class=\"la-dl\"\u003eTitle\u003c\/span\u003e\u003cspan class=\"la-dv\"\u003eLavender Afterglow\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"la-dc\"\u003e\n\u003cspan class=\"la-dl\"\u003eEdition\u003c\/span\u003e\u003cspan class=\"la-dv\"\u003eLimited Edition of 50\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"la-dc\"\u003e\n\u003cspan class=\"la-dl\"\u003eMedium\u003c\/span\u003e\u003cspan class=\"la-dv\"\u003eFramed canvas — collector-grade print\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"la-dc\"\u003e\n\u003cspan class=\"la-dl\"\u003ePalette\u003c\/span\u003e\u003cspan class=\"la-dv\"\u003eLavender · Soft blush · Ivory · Warm bronze · Grey\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"la-dc\"\u003e\n\u003cspan class=\"la-dl\"\u003eStyle\u003c\/span\u003e\u003cspan class=\"la-dv\"\u003eFigurative · Atmospheric · Feminine\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"la-dc\"\u003e\n\u003cspan class=\"la-dl\"\u003eYear\u003c\/span\u003e\u003cspan class=\"la-dv\"\u003e2026\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"la-dc\"\u003e\n\u003cspan class=\"la-dl\"\u003eCertification\u003c\/span\u003e\u003cspan class=\"la-dv\"\u003eSigned Certificate of Authenticity included\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"la-dc\"\u003e\n\u003cspan class=\"la-dl\"\u003eStudio\u003c\/span\u003e\u003cspan class=\"la-dv\"\u003eKasian Art Studio\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"la-spec\"\u003e\n      \u003cdiv class=\"la-sc\"\u003e\n\u003cspan class=\"la-sl\"\u003eFrame\u003c\/span\u003e\u003cspan class=\"la-sv\"\u003eStructured pine — 1.25\" floating profile\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"la-sc\"\u003e\n\u003cspan class=\"la-sl\"\u003eCanvas Weight\u003c\/span\u003e\u003cspan class=\"la-sv\"\u003e344 g\/m² · 10.15 oz\/yd² gallery fabric\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"la-sc\"\u003e\n\u003cspan class=\"la-sl\"\u003eConstruction\u003c\/span\u003e\u003cspan class=\"la-sv\"\u003eOpen-back · rubber pads · hanging hardware included\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- LONG DESC --\u003e\n  \u003cdiv class=\"la-section\" style=\"padding-top:0;\"\u003e\n    \u003cdiv class=\"la-divider\"\u003e\n\u003cdiv class=\"la-divider-line\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"la-divider-dot\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"la-divider-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"la-label\"\u003eThe Work\u003c\/div\u003e\n    \u003cdiv class=\"la-body\"\u003e\n      \u003cp\u003eLavender Afterglow is an elegant study of femininity, restraint, and the private language of atmosphere. The figure stands with her back turned, wrapped in a softly draped white gown that exposes the sculptural line of the shoulders and spine. Her blonde hair is gathered at the nape, creating a feeling of stillness, refinement, and private reflection.\u003c\/p\u003e\n      \u003cdiv class=\"la-quote\"\u003e\n        \u003cp\u003e\"The exposed back becomes the emotional architecture of the piece: strong, vulnerable, elegant, and composed.\"\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eBehind her, muted lavender, gray, blush, and blue tones dissolve into a softly abstract field of light, giving the composition a dreamlike sense of evening, memory, and distance. The warm bronze tone of the figure's skin contrasts beautifully against the cool atmospheric background, allowing the artwork to feel both intimate and architectural.\u003c\/p\u003e\n      \u003cp\u003eDesigned for luxury bedrooms, boutique hotel suites, dressing rooms, spa lounges, penthouse interiors, private collector residences, and hospitality spaces, Lavender Afterglow brings a poised feminine presence without excess ornament. It is romantic, but restrained. Soft, but commanding. Sensual, but quietly composed. This piece belongs in interiors that understand elegance as silence, posture, and light.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BACKSTORY --\u003e\n  \u003cdiv class=\"la-backstory\"\u003e\n    \u003cdiv class=\"la-label\"\u003eCinematic Origin\u003c\/div\u003e\n    \u003ch2\u003eLavender Afterglow feels like the moment just before departure.\u003c\/h2\u003e\n    \u003cp\u003eThe figure stands turned away, wrapped in white fabric that falls with quiet grace. She is not performing for the viewer. She is held in her own private stillness — looking outward, beyond the frame, into a softened field of lavender light.\u003c\/p\u003e\n    \u003cp\u003eThe painting carries the intimacy of an evening suite, the hush of a dressing room, the last glow before night settles over a city or shoreline. The exposed back becomes the emotional architecture of the piece: strong, vulnerable, elegant, and composed.\u003c\/p\u003e\n    \u003cp\u003eThere is no spectacle here. Only posture, fabric, skin, atmosphere, and silence. Lavender Afterglow was created for interiors where beauty must feel lived-in, cinematic, and deeply restrained. It brings the quiet authority of feminine presence into the room.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- VIDEO --\u003e\n  \u003cdiv class=\"la-video\"\u003e\n    \u003cdiv class=\"la-label\"\u003eStudio Film\u003c\/div\u003e\n    \u003cspan class=\"la-video-title\"\u003eLavender Afterglow — Art Film\u003c\/span\u003e\n    \u003cspan class=\"la-video-sub\"\u003ePoise, atmosphere, and quiet feminine beauty in motion\u003c\/span\u003e\n    \u003ca class=\"la-video-thumb\" href=\"https:\/\/youtu.be\/ZN8PtNPO6CQ\" target=\"_blank\" rel=\"noopener\"\u003e\n      \u003cimg src=\"https:\/\/img.youtube.com\/vi\/ZN8PtNPO6CQ\/hqdefault.jpg\" alt=\"Lavender Afterglow — Kasian Art Studio art film\"\u003e\n      \u003cdiv class=\"la-play\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M8 5v14l11-7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n    \u003cspan class=\"la-video-cap\"\u003eTap to watch on YouTube\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"la-section\"\u003e\n    \u003cdiv class=\"la-label\"\u003eMuseum-Grade Standards\u003c\/div\u003e\n    \u003cdiv class=\"la-features\"\u003e\n      \u003cdiv class=\"la-feat\"\u003e\n        \u003cspan class=\"la-feat-num\"\u003eI.\u003c\/span\u003e\n        \u003ch3\u003eStrictly Limited\u003c\/h3\u003e\n        \u003cp\u003eOnly 50 editions exist. Each individually numbered, certified, and archived. Once the edition closes, it is permanently closed — a singular expression of feminine poise, finite and unrepeatable.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"la-feat\"\u003e\n        \u003cspan class=\"la-feat-num\"\u003eII.\u003c\/span\u003e\n        \u003ch3\u003eGallery Construction\u003c\/h3\u003e\n        \u003cp\u003eStructured pine floating frame at 1.25\" depth. Gallery-weight canvas at 344 g\/m². Open-back construction with rubber corner pads and hanging hardware — arrives ready to install.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"la-feat\"\u003e\n        \u003cspan class=\"la-feat-num\"\u003eIII.\u003c\/span\u003e\n        \u003ch3\u003eCollector Provenance\u003c\/h3\u003e\n        \u003cp\u003eEach edition ships with a signed Certificate of Authenticity from Kasian Art Studio, registered in the studio archive — an unbroken chain of provenance from creation to collection.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STATS --\u003e\n  \u003cdiv class=\"la-stats\"\u003e\n    \u003cdiv class=\"la-stat\"\u003e\n      \u003cspan class=\"la-stat-num\"\u003e50\u003c\/span\u003e\n      \u003cspan class=\"la-stat-lbl\"\u003eTotal Editions\u003c\/span\u003e\n      \u003cspan class=\"la-stat-desc\"\u003eFinite — permanently closed when sold\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"la-stat\"\u003e\n      \u003cspan class=\"la-stat-num\"\u003e1.25\"\u003c\/span\u003e\n      \u003cspan class=\"la-stat-lbl\"\u003eFrame Depth\u003c\/span\u003e\n      \u003cspan class=\"la-stat-desc\"\u003eFloating profile — architectural wall presence\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"la-stat\"\u003e\n      \u003cspan class=\"la-stat-num\"\u003e2026\u003c\/span\u003e\n      \u003cspan class=\"la-stat-lbl\"\u003eRelease Year\u003c\/span\u003e\n      \u003cspan class=\"la-stat-desc\"\u003eCurrent Kasian Art Studio archive\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"la-stat\"\u003e\n      \u003cspan class=\"la-stat-num\"\u003e∞\u003c\/span\u003e\n      \u003cspan class=\"la-stat-lbl\"\u003ePresence\u003c\/span\u003e\n      \u003cspan class=\"la-stat-desc\"\u003eBrings the room to stillness\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PAIRINGS --\u003e\n  \u003cdiv class=\"la-section-warm\"\u003e\n    \u003cdiv class=\"la-label\"\u003eCurated Pairings\u003c\/div\u003e\n    \u003cdiv class=\"la-pairings\"\u003e\n      \u003cdiv class=\"la-pair\"\u003e\n        \u003ch3\u003eVeiled Arrival\u003c\/h3\u003e\n        \u003cp\u003eA couture monochrome portrait defined by a sweeping hat brim and a single exposed eye — where Lavender Afterglow turns fully away in softened colour, Veiled Arrival withholds through shadow and concealment. Together they form a diptych of feminine mystery for collector walls.\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\"\u003eView Work →\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"la-pair\"\u003e\n        \u003ch3\u003eViolet Nocturne\u003c\/h3\u003e\n        \u003cp\u003eA moody botanical composition in deep violet, orchid, and blush — sharing the same lavender-to-purple tonal register as Lavender Afterglow. Together they create a soft, feminine, atmospheric pairing for boutique hotel suites and luxury bedrooms.\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.kasianartstudio.com\"\u003eView Work →\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- IDEAL SPACES --\u003e\n  \u003cdiv class=\"la-section\"\u003e\n    \u003cdiv class=\"la-label\"\u003eIdeal Environments\u003c\/div\u003e\n    \u003cul class=\"la-spaces\"\u003e\n      \u003cli\u003eLuxury Hotel Suites \u0026amp; Boutique Bedroom Interiors\u003c\/li\u003e\n      \u003cli\u003ePrivate Dressing Rooms \u0026amp; Feminine Gallery Walls\u003c\/li\u003e\n      \u003cli\u003eSpa Lounges \u0026amp; Wellness Retreat Corridors\u003c\/li\u003e\n      \u003cli\u003ePenthouse Bedrooms \u0026amp; Primary Suite Installations\u003c\/li\u003e\n      \u003cli\u003eRomantic Residential Interiors \u0026amp; Collector Spaces\u003c\/li\u003e\n      \u003cli\u003eBoutique Salon \u0026amp; High-End Lifestyle Interiors\u003c\/li\u003e\n      \u003cli\u003ePrivate Residences Seeking Cinematic Feminine Presence\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PAIRS WELL WITH --\u003e\n  \u003cdiv class=\"la-section-warm\"\u003e\n    \u003cdiv class=\"la-label\"\u003ePairs Well With\u003c\/div\u003e\n    \u003cdiv class=\"la-pairs-grid\"\u003e\n      \u003cdiv class=\"la-pairs-cell\"\u003eIvory bouclé seating \u0026amp; champagne bronze sconces\u003c\/div\u003e\n      \u003cdiv class=\"la-pairs-cell\"\u003ePale travertine consoles \u0026amp; warm plaster walls\u003c\/div\u003e\n      \u003cdiv class=\"la-pairs-cell\"\u003eLavender-grey textiles \u0026amp; cream linen bedding\u003c\/div\u003e\n      \u003cdiv class=\"la-pairs-cell\"\u003eBlack marble nightstands \u0026amp; pale oak millwork\u003c\/div\u003e\n      \u003cdiv class=\"la-pairs-cell\"\u003eChampagne-framed mirrors \u0026amp; white floral arrangements\u003c\/div\u003e\n      \u003cdiv class=\"la-pairs-cell\"\u003eCurved lounge chairs \u0026amp; sculptural stone benches\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BRANDS --\u003e\n  \u003cdiv class=\"la-brands\"\u003e\n    \u003cspan class=\"la-brands-lbl\"\u003ePositioned for distinguished hospitality collections\u003c\/span\u003e\n    \u003cdiv class=\"la-brands-row\"\u003e\n      \u003cspan\u003eAman\u003c\/span\u003e\u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eFour Seasons\u003c\/span\u003e\u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eSt. Regis\u003c\/span\u003e\u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eRitz-Carlton Reserve\u003c\/span\u003e\u003cspan\u003e·\u003c\/span\u003e\n      \u003cspan\u003eRosewood\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"la-cta\"\u003e\n    \u003ch2\u003eAcquire Your Edition\u003c\/h2\u003e\n    \u003cp\u003e50 editions. Each numbered, certified, and delivered with full provenance documentation.\u003c\/p\u003e\n    \u003cdiv class=\"la-cta-row\"\u003e\n      \u003ca href=\"mailto:kristina@kasianartstudio.com?subject=Acquisition%20Inquiry:%20Lavender%20Afterglow\" class=\"la-btn\"\u003eInquire to Acquire\u003c\/a\u003e\n      \u003ca href=\"https:\/\/www.kasianartstudio.com\/collections\" class=\"la-btn-ghost\"\u003eBrowse All Works\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- END KASIAN ART STUDIO — Lavender Afterglow --\u003e","brand":"Kasian Art Studio","offers":[{"title":"Black","offer_id":47847352565925,"sku":"4803864_16039","price":5675.0,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":47847352598693,"sku":"4803864_16045","price":5675.0,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":47847352631461,"sku":"4803864_15700","price":5675.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/6629\/8277\/files\/ChatGPT_Image_May_21_2026_06_37_35_PM.png?v=1779408244"}],"url":"https:\/\/www.kasianartstudio.com\/collections\/trade-program-for-interior-designers.oembed?page=2","provider":"Kasian Art Studio","version":"1.0","type":"link"}