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