{"product_id":"sienna-current-abstract-canvas","title":"Sienna Current Abstract Canvas","description":"\u003cstyle\u003e\n    .avian-sienna-current-v2 {\n      --sc-ink: #3b302b;\n      --sc-copy: #756962;\n      --sc-sienna: #a85f42;\n      --sc-rust: #7f432d;\n      --sc-blush: #d7a28c;\n      --sc-sand: #d7c2a8;\n      --sc-taupe: #95827c;\n      --sc-cream: #f8f2e9;\n      --sc-dark: #443632;\n      --sc-white: #ffffff;\n      --sc-line: rgba(59, 48, 43, 0.13);\n\n      width: 100%;\n      max-width: 100%;\n      margin: 22px 0;\n      padding: 0;\n      overflow: hidden;\n      color: var(--sc-ink);\n      font-family: inherit;\n      line-height: 1.55;\n      container-type: inline-size;\n    }\n\n    .avian-sienna-current-v2,\n    .avian-sienna-current-v2 * {\n      box-sizing: border-box;\n    }\n\n    \/* HERO *\/\n\n    .sc-hero {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 22px;\n      width: 100%;\n      padding: 24px;\n      overflow: hidden;\n      border: 1px solid var(--sc-line);\n      border-radius: 22px;\n      background:\n        radial-gradient(\n          circle at 8% 5%,\n          rgba(255, 255, 255, 0.97),\n          transparent 35%\n        ),\n        linear-gradient(\n          135deg,\n          #fbf7f1 0%,\n          #eee3d9 56%,\n          #d6b3a1 100%\n        );\n    }\n\n    .sc-copy,\n    .sc-visual {\n      min-width: 0;\n    }\n\n    .sc-eyebrow {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin: 0 0 16px;\n      color: var(--sc-copy);\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 0.17em;\n      text-transform: uppercase;\n    }\n\n    .sc-eyebrow::before {\n      content: \"\";\n      flex: 0 0 30px;\n      width: 30px;\n      height: 1px;\n      background: var(--sc-sienna);\n    }\n\n    .sc-hero h2 {\n      max-width: 650px;\n      margin: 0;\n      font-family: inherit;\n      font-size: 38px;\n      font-size: clamp(32px, 7cqi, 52px);\n      font-weight: 500;\n      line-height: 1.02;\n      letter-spacing: -0.045em;\n      overflow-wrap: anywhere;\n    }\n\n    .sc-hero h2 em {\n      display: block;\n      margin-top: 3px;\n      color: var(--sc-sienna);\n      font-family: Georgia, \"Times New Roman\", serif;\n      font-weight: 400;\n    }\n\n    .sc-intro {\n      max-width: 650px;\n      margin: 19px 0 0;\n      color: var(--sc-copy);\n      font-size: 15px;\n      line-height: 1.65;\n    }\n\n    .sc-pills {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n      margin-top: 21px;\n    }\n\n    .sc-pills span {\n      display: inline-flex;\n      align-items: center;\n      min-height: 32px;\n      padding: 7px 12px;\n      border: 1px solid var(--sc-line);\n      border-radius: 100px;\n      background: rgba(255, 255, 255, 0.5);\n      color: #5c504a;\n      font-size: 11px;\n      white-space: nowrap;\n    }\n\n    \/* ARTWORK VISUAL *\/\n\n    .sc-visual {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n      padding: 16px;\n      overflow: hidden;\n      border: 1px solid rgba(255, 255, 255, 0.58);\n      border-radius: 18px;\n      background:\n        linear-gradient(\n          145deg,\n          rgba(255, 255, 255, 0.38),\n          rgba(222, 195, 181, 0.18)\n        );\n    }\n\n    .sc-visual svg {\n      display: block;\n      width: 100%;\n      max-width: 320px;\n      height: auto;\n      overflow: visible;\n    }\n\n    \/* FEATURES *\/\n\n    .sc-features {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 10px;\n      width: 100%;\n      margin-top: 10px;\n    }\n\n    .sc-feature {\n      min-width: 0;\n      padding: 18px;\n      border: 1px solid var(--sc-line);\n      border-radius: 16px;\n      background: var(--sc-white);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        background 0.25s ease;\n    }\n\n    .sc-feature:hover {\n      transform: translateY(-3px);\n      background: #fcfaf7;\n      box-shadow: 0 14px 30px rgba(59, 48, 43, 0.07);\n    }\n\n    .sc-feature small {\n      display: block;\n      margin-bottom: 12px;\n      color: var(--sc-sienna);\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: 0.15em;\n    }\n\n    .sc-feature h3 {\n      margin: 0 0 6px;\n      font-family: inherit;\n      font-size: 17px;\n      font-weight: 600;\n      line-height: 1.25;\n      letter-spacing: -0.015em;\n    }\n\n    .sc-feature p {\n      margin: 0;\n      color: var(--sc-copy);\n      font-size: 13px;\n      line-height: 1.55;\n    }\n\n    \/* EDITORIAL SECTION *\/\n\n    .sc-editorial {\n      display: grid;\n      grid-template-columns: 1fr;\n      width: 100%;\n      margin-top: 10px;\n      overflow: hidden;\n      border-radius: 18px;\n      background: var(--sc-dark);\n      color: var(--sc-white);\n    }\n\n    .sc-editorial-heading {\n      min-width: 0;\n      padding: 23px;\n      background:\n        radial-gradient(\n          circle at 16% 10%,\n          rgba(255, 255, 255, 0.5),\n          transparent 32%\n        ),\n        linear-gradient(\n          135deg,\n          #b56e54,\n          #dfb6a4 52%,\n          #8c645b\n        );\n      color: var(--sc-ink);\n    }\n\n    .sc-editorial-heading span {\n      display: block;\n      margin-bottom: 11px;\n      color: #67483f;\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n    }\n\n    .sc-editorial-heading h3 {\n      max-width: 500px;\n      margin: 0;\n      font-family: inherit;\n      font-size: 28px;\n      font-size: clamp(25px, 5.5cqi, 39px);\n      font-weight: 500;\n      line-height: 1.08;\n      letter-spacing: -0.035em;\n    }\n\n    .sc-editorial-copy {\n      min-width: 0;\n      padding: 23px;\n    }\n\n    .sc-editorial-copy p {\n      margin: 0;\n      color: rgba(255, 255, 255, 0.72);\n      font-size: 13px;\n      line-height: 1.65;\n    }\n\n    .sc-placement-list {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n      margin-top: 17px;\n    }\n\n    .sc-placement-list span {\n      padding: 7px 11px;\n      border: 1px solid rgba(255, 255, 255, 0.15);\n      border-radius: 100px;\n      color: rgba(255, 255, 255, 0.88);\n      font-size: 10px;\n      white-space: nowrap;\n    }\n\n    \/* PRODUCT DETAILS *\/\n\n    .sc-details {\n      width: 100%;\n      margin-top: 10px;\n      padding: 18px;\n      border: 1px solid var(--sc-line);\n      border-radius: 18px;\n      background: var(--sc-white);\n    }\n\n    .sc-details-header {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 9px;\n      padding-bottom: 15px;\n      border-bottom: 1px solid var(--sc-line);\n    }\n\n    .sc-details-header h3 {\n      margin: 0;\n      font-family: inherit;\n      font-size: 25px;\n      font-size: clamp(23px, 5cqi, 34px);\n      font-weight: 500;\n      line-height: 1.1;\n      letter-spacing: -0.03em;\n    }\n\n    .sc-details-header p {\n      margin: 0;\n      color: var(--sc-copy);\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    .sc-detail-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 8px;\n      margin-top: 15px;\n    }\n\n    .sc-detail-card {\n      min-width: 0;\n      padding: 14px;\n      border-radius: 13px;\n      background: var(--sc-cream);\n    }\n\n    .sc-detail-card small {\n      display: block;\n      margin-bottom: 5px;\n      color: var(--sc-copy);\n      font-size: 8px;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n    }\n\n    .sc-detail-card strong {\n      display: block;\n      color: var(--sc-ink);\n      font-size: 13px;\n      font-weight: 600;\n      line-height: 1.4;\n    }\n\n    \/* CARE *\/\n\n    .sc-notes {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 10px;\n      width: 100%;\n      margin-top: 10px;\n    }\n\n    .sc-note-card {\n      min-width: 0;\n      padding: 18px;\n      border: 1px solid var(--sc-line);\n      border-radius: 16px;\n      background:\n        linear-gradient(\n          135deg,\n          #ffffff,\n          var(--sc-cream)\n        );\n    }\n\n    .sc-note-card small {\n      display: block;\n      margin-bottom: 9px;\n      color: var(--sc-sienna);\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n    }\n\n    .sc-note-card h3 {\n      margin: 0 0 7px;\n      font-family: inherit;\n      font-size: 17px;\n      font-weight: 600;\n    }\n\n    .sc-note-card p {\n      margin: 0;\n      color: var(--sc-copy);\n      font-size: 12px;\n      line-height: 1.6;\n    }\n\n    \/* CONTAINER-RESPONSIVE LAYOUT *\/\n\n    @container (min-width: 520px) {\n      .sc-hero {\n        grid-template-columns:\n          minmax(0, 1.15fr)\n          minmax(190px, 0.85fr);\n        align-items: center;\n        padding: 28px;\n      }\n\n      .sc-features {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n\n      .sc-editorial {\n        grid-template-columns:\n          minmax(190px, 0.82fr)\n          minmax(0, 1.18fr);\n      }\n\n      .sc-editorial-heading,\n      .sc-editorial-copy {\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n      }\n\n      .sc-details-header {\n        grid-template-columns:\n          minmax(0, 0.8fr)\n          minmax(0, 1.2fr);\n        align-items: end;\n        gap: 24px;\n      }\n\n      .sc-details-header p {\n        text-align: right;\n      }\n\n      .sc-detail-grid {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .sc-notes {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n    }\n\n    @container (min-width: 760px) {\n      .sc-hero {\n        grid-template-columns:\n          minmax(0, 1.18fr)\n          minmax(245px, 0.82fr);\n        padding: 34px;\n      }\n\n      .sc-feature {\n        padding: 19px;\n      }\n\n      .sc-details {\n        padding: 21px;\n      }\n\n      .sc-detail-grid {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n    }\n\n    @media (max-width: 520px) {\n      .avian-sienna-current-v2 {\n        margin: 18px 0;\n      }\n\n      .sc-hero {\n        padding: 21px;\n        border-radius: 18px;\n      }\n\n      .sc-visual {\n        padding: 10px;\n      }\n\n      .sc-feature,\n      .sc-editorial-heading,\n      .sc-editorial-copy,\n      .sc-details,\n      .sc-note-card {\n        padding: 18px;\n      }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      .sc-feature {\n        transition: none;\n      }\n    }\n  \u003c\/style\u003e\n\u003csection class=\"avian-sienna-current-v2\"\u003e\n\u003cdiv class=\"sc-hero\"\u003e\n\u003cdiv class=\"sc-copy\"\u003e\n\u003cdiv class=\"sc-eyebrow\"\u003eContemporary abstract canvas\u003c\/div\u003e\n\u003ch2\u003eEarth in motion. \u003cem\u003eWarmth in every layer.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"sc-intro\"\u003eThe Sienna Current Abstract Canvas is inspired by the fluid movement of natural rock formations and layered landscapes. Its organic shapes and warm mineral tones create a refined focal point for contemporary interiors.\u003c\/p\u003e\n\u003cdiv class=\"sc-pills\"\u003e\n\u003cspan\u003e90 × 120 cm\u003c\/span\u003e \u003cspan\u003ePortrait orientation\u003c\/span\u003e \u003cspan\u003eMatte textured canvas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-visual\"\u003e\u003csvg viewbox=\"0 0 320 420\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"presentation\"\u003e\n        \u003cdefs\u003e\n          \u003cfilter id=\"scArtworkShadow\" x=\"-35%\" y=\"-30%\" width=\"180%\" height=\"180%\"\u003e\n            \u003cfedropshadow dx=\"0\" dy=\"18\" stddeviation=\"15\" flood-color=\"#493a34\" flood-opacity=\"0.2\"\u003e\u003c\/fedropshadow\u003e\n          \u003c\/filter\u003e\n\n          \u003cclippath id=\"scArtworkClip\"\u003e\n            \u003crect x=\"48\" y=\"24\" width=\"224\" height=\"350\" rx=\"4\"\u003e\u003c\/rect\u003e\n          \u003c\/clippath\u003e\n        \u003c\/defs\u003e\n\n        \u003crect x=\"48\" y=\"24\" width=\"224\" height=\"350\" rx=\"4\" fill=\"#f3e8da\" filter=\"url(#scArtworkShadow)\"\u003e\u003c\/rect\u003e\n\n        \u003cg clip-path=\"url(#scArtworkClip)\"\u003e\n          \u003crect x=\"48\" y=\"24\" width=\"224\" height=\"350\" fill=\"#f4eadf\"\u003e\u003c\/rect\u003e\n\n          \u003cpath d=\"M15 45\n               C88 73 75 139 111 189\n               C143 235 137 310 94 396\n               L24 396 Z\" fill=\"#b26749\"\u003e\u003c\/path\u003e\n\n          \u003cpath d=\"M51 20\n               C127 67 105 129 143 187\n               C174 235 166 310 129 396\n               L78 396\n               C121 317 126 251 98 196\n               C71 143 80 84 22 48 Z\" fill=\"#d4a18e\"\u003e\u003c\/path\u003e\n\n          \u003cpath d=\"M116 5\n               C177 58 149 129 178 188\n               C205 240 194 310 163 396\n               L118 396\n               C151 313 160 245 133 191\n               C106 137 125 76 70 26 Z\" fill=\"#d6c2a8\"\u003e\u003c\/path\u003e\n\n          \u003cpath d=\"M168 0\n               C213 55 182 128 210 188\n               C234 240 223 310 205 396\n               L156 396\n               C181 312 189 243 164 190\n               C138 134 166 68 119 13 Z\" fill=\"#f6eee3\"\u003e\u003c\/path\u003e\n\n          \u003cpath d=\"M214 -5\n               C258 52 228 124 253 185\n               C276 239 263 305 252 396\n               L201 396\n               C220 309 228 242 205 188\n               C180 130 214 62 164 2 Z\" fill=\"#9f9690\"\u003e\u003c\/path\u003e\n\n          \u003cpath d=\"M260 -8\n               C308 51 277 124 300 184\n               C321 238 307 307 302 396\n               L248 396\n               C260 305 271 239 249 185\n               C225 125 259 57 211 -4 Z\" fill=\"#8d777b\"\u003e\u003c\/path\u003e\n\n          \u003cpath d=\"M87 40\n               C119 91 101 139 129 191\n               C154 238 150 307 122 368\" fill=\"none\" stroke=\"#f2d8ce\" stroke-width=\"2\" opacity=\"0.36\"\u003e\u003c\/path\u003e\n\n          \u003cpath d=\"M170 18\n               C203 75 180 132 208 188\n               C234 240 219 302 210 360\" fill=\"none\" stroke=\"#ffffff\" stroke-width=\"2\" opacity=\"0.32\"\u003e\u003c\/path\u003e\n\n          \u003cpath d=\"M227 10\n               C257 70 233 128 257 184\n               C281 241 267 302 263 362\" fill=\"none\" stroke=\"#d5c1c3\" stroke-width=\"2\" opacity=\"0.28\"\u003e\u003c\/path\u003e\n        \u003c\/g\u003e\n\n        \u003crect x=\"48\" y=\"24\" width=\"224\" height=\"350\" rx=\"4\" fill=\"none\" stroke=\"#88766a\" stroke-width=\"4\" opacity=\"0.5\"\u003e\u003c\/rect\u003e\n      \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-features\"\u003e\n\u003carticle class=\"sc-feature\"\u003e\u003csmall\u003e01 \/ COMPOSITION\u003c\/small\u003e\n\u003ch3\u003eFlowing organic forms\u003c\/h3\u003e\n\u003cp\u003eSoft curves move across the canvas like shifting stone strata, creating a calm and continuous visual rhythm.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sc-feature\"\u003e\u003csmall\u003e02 \/ PALETTE\u003c\/small\u003e\n\u003ch3\u003eWarm mineral tones\u003c\/h3\u003e\n\u003cp\u003eBurnt sienna, terracotta, sandy beige, cream and muted taupe form a sophisticated earth-inspired colour story.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sc-feature\"\u003e\u003csmall\u003e03 \/ FINISH\u003c\/small\u003e\n\u003ch3\u003eSubtle gallery texture\u003c\/h3\u003e\n\u003cp\u003eThe matte textured surface introduces depth and character while reducing glare in softly lit interiors.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-editorial\"\u003e\n\u003cdiv class=\"sc-editorial-heading\"\u003e\n\u003cspan\u003eDesigned for warm interiors\u003c\/span\u003e\n\u003ch3\u003eA quiet statement shaped by colour and movement.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-editorial-copy\"\u003e\n\u003cp\u003eSienna Current complements warm minimalist, organic-modern and quiet-luxury spaces. Its portrait proportion makes it an elegant focal point above a console, sofa, bed or statement furniture piece.\u003c\/p\u003e\n\u003cdiv class=\"sc-placement-list\"\u003e\n\u003cspan\u003eAbove a console\u003c\/span\u003e \u003cspan\u003eLiving room\u003c\/span\u003e \u003cspan\u003eBedroom\u003c\/span\u003e \u003cspan\u003eHallway\u003c\/span\u003e \u003cspan\u003eOffice interior\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-details\"\u003e\n\u003cdiv class=\"sc-details-header\"\u003e\n\u003ch3\u003eProduct details\u003c\/h3\u003e\n\u003cp\u003eA contemporary artwork designed to introduce warmth, texture and natural visual movement to refined residential and professional interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-detail-grid\"\u003e\n\u003cdiv class=\"sc-detail-card\"\u003e\n\u003csmall\u003eArtwork style\u003c\/small\u003e \u003cstrong\u003eContemporary abstract\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-detail-card\"\u003e\n\u003csmall\u003eColour palette\u003c\/small\u003e \u003cstrong\u003eWarm earthy neutrals\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-detail-card\"\u003e\n\u003csmall\u003eSurface\u003c\/small\u003e \u003cstrong\u003eMatte textured canvas\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-detail-card\"\u003e\n\u003csmall\u003eOrientation\u003c\/small\u003e \u003cstrong\u003ePortrait\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-detail-card\"\u003e\n\u003csmall\u003ePresentation\u003c\/small\u003e \u003cstrong\u003eUnframed gallery style\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-detail-card\"\u003e\n\u003csmall\u003eDimensions\u003c\/small\u003e \u003cstrong\u003e90 × 120 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-notes\"\u003e\n\u003carticle class=\"sc-note-card\"\u003e\u003csmall\u003eCare instructions\u003c\/small\u003e\n\u003ch3\u003ePreserve the surface\u003c\/h3\u003e\n\u003cp\u003eDust gently with a clean, soft and dry cloth. Avoid direct moisture, abrasive cleaners and prolonged exposure to harsh sunlight.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sc-note-card\"\u003e\u003csmall\u003eImportant note\u003c\/small\u003e\n\u003ch3\u003eColour and texture variation\u003c\/h3\u003e\n\u003cp\u003eSlight variations may appear due to lighting, screen settings and the natural surface character of the artwork.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Avian","offers":[{"title":"Default Title","offer_id":48122394116326,"sku":null,"price":0.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0029\/4630\/files\/fe630843-02a3-4162-bdc8-1b2dcbdf8c62.jpg?v=1785918800","url":"https:\/\/avianlifestyle.com\/products\/sienna-current-abstract-canvas","provider":"Avian","version":"1.0","type":"link"}