{"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","url":"https:\/\/www.kasianartstudio.com\/products\/whispered-meridian","provider":"Kasian Art Studio","version":"1.0","type":"link"}