{"product_id":"ochere-abstract-painting","title":"Ochere Abstract Painting","description":"\u003csection class=\"avian-ochere\"\u003e\n  \u003cstyle\u003e\n    .avian-ochere {\n      --oc-ink: #302923;\n      --oc-copy: #746a61;\n      --oc-cream: #f7f1e8;\n      --oc-sand: #d7b994;\n      --oc-ochre: #b77a3f;\n      --oc-rust: #8d4735;\n      --oc-charcoal: #302d2a;\n      --oc-white: #ffffff;\n      --oc-line: rgba(48, 41, 35, 0.13);\n\n      width: 100%;\n      max-width: 100%;\n      margin: 22px 0;\n      padding: 0;\n      overflow: hidden;\n      color: var(--oc-ink);\n      font-family: inherit;\n      line-height: 1.6;\n      container-type: inline-size;\n    }\n\n    .avian-ochere,\n    .avian-ochere * {\n      box-sizing: border-box;\n    }\n\n    \/* HERO *\/\n\n    .oc-hero {\n      width: 100%;\n      padding: 28px;\n      overflow: hidden;\n      border: 1px solid var(--oc-line);\n      border-radius: 22px;\n      background:\n        radial-gradient(\n          circle at 8% 5%,\n          rgba(255,255,255,0.96),\n          transparent 34%\n        ),\n        linear-gradient(\n          135deg,\n          #fbf7f0 0%,\n          #eee1d2 56%,\n          #caa47e 100%\n        );\n    }\n\n    .oc-eyebrow {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin: 0 0 16px;\n      color: var(--oc-rust);\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 0.17em;\n      text-transform: uppercase;\n    }\n\n    .oc-eyebrow::before {\n      content: \"\";\n      flex: 0 0 30px;\n      width: 30px;\n      height: 1px;\n      background: currentColor;\n    }\n\n    .oc-hero h2 {\n      max-width: 720px;\n      margin: 0;\n      font-family: inherit;\n      font-size: clamp(32px, 7cqi, 53px);\n      font-weight: 500;\n      line-height: 1.02;\n      letter-spacing: -0.045em;\n    }\n\n    .oc-hero h2 em {\n      display: block;\n      margin-top: 4px;\n      color: var(--oc-rust);\n      font-family: Georgia, \"Times New Roman\", serif;\n      font-weight: 400;\n    }\n\n    .oc-intro {\n      max-width: 720px;\n      margin: 20px 0 0;\n      color: var(--oc-copy);\n      font-size: 15px;\n      line-height: 1.68;\n    }\n\n    .oc-pills {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n      margin-top: 22px;\n    }\n\n    .oc-pills span {\n      display: inline-flex;\n      align-items: center;\n      min-height: 32px;\n      padding: 7px 12px;\n      border: 1px solid var(--oc-line);\n      border-radius: 100px;\n      background: rgba(255,255,255,0.52);\n      color: #594b42;\n      font-size: 11px;\n      white-space: nowrap;\n    }\n\n    \/* FEATURES *\/\n\n    .oc-features {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 10px;\n      width: 100%;\n      margin-top: 10px;\n    }\n\n    .oc-feature {\n      min-width: 0;\n      padding: 19px;\n      border: 1px solid var(--oc-line);\n      border-radius: 16px;\n      background: var(--oc-white);\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease;\n    }\n\n    .oc-feature:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 14px 30px rgba(48,41,35,0.07);\n    }\n\n    .oc-feature small {\n      display: block;\n      margin-bottom: 11px;\n      color: var(--oc-ochre);\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: 0.15em;\n    }\n\n    .oc-feature h3 {\n      margin: 0 0 7px;\n      font-family: inherit;\n      font-size: 17px;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .oc-feature p {\n      margin: 0;\n      color: var(--oc-copy);\n      font-size: 13px;\n      line-height: 1.58;\n    }\n\n    \/* ART STORY *\/\n\n    .oc-story {\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(--oc-charcoal);\n      color: #ffffff;\n    }\n\n    .oc-story-heading {\n      min-width: 0;\n      padding: 25px;\n      background:\n        radial-gradient(\n          circle at 15% 10%,\n          rgba(255,255,255,0.38),\n          transparent 33%\n        ),\n        linear-gradient(\n          135deg,\n          #8e4734,\n          #bf8055 52%,\n          #d9bd96\n        );\n      color: #2f2722;\n    }\n\n    .oc-story-heading small {\n      display: block;\n      margin-bottom: 11px;\n      color: #5b3d31;\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n    }\n\n    .oc-story-heading h3 {\n      max-width: 500px;\n      margin: 0;\n      font-family: inherit;\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    .oc-story-copy {\n      min-width: 0;\n      padding: 25px;\n    }\n\n    .oc-story-copy p {\n      margin: 0;\n      color: rgba(255,255,255,0.73);\n      font-size: 13px;\n      line-height: 1.68;\n    }\n\n    .oc-story-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n      margin-top: 18px;\n    }\n\n    .oc-story-tags 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.9);\n      font-size: 10px;\n      white-space: nowrap;\n    }\n\n    \/* DETAILS *\/\n\n    .oc-details {\n      width: 100%;\n      margin-top: 10px;\n      padding: 20px;\n      border: 1px solid var(--oc-line);\n      border-radius: 18px;\n      background: #ffffff;\n    }\n\n    .oc-details-header {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 9px;\n      padding-bottom: 15px;\n      border-bottom: 1px solid var(--oc-line);\n    }\n\n    .oc-details-header h3 {\n      margin: 0;\n      font-family: inherit;\n      font-size: clamp(23px, 5cqi, 34px);\n      font-weight: 500;\n      line-height: 1.1;\n      letter-spacing: -0.03em;\n    }\n\n    .oc-details-header p {\n      margin: 0;\n      color: var(--oc-copy);\n      font-size: 12px;\n      line-height: 1.58;\n    }\n\n    .oc-detail-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 8px;\n      margin-top: 15px;\n    }\n\n    .oc-detail {\n      min-width: 0;\n      padding: 14px;\n      border-radius: 13px;\n      background: var(--oc-cream);\n    }\n\n    .oc-detail small {\n      display: block;\n      margin-bottom: 5px;\n      color: var(--oc-copy);\n      font-size: 8px;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n    }\n\n    .oc-detail strong {\n      display: block;\n      color: var(--oc-ink);\n      font-size: 13px;\n      font-weight: 600;\n      line-height: 1.42;\n    }\n\n    \/* STYLING *\/\n\n    .oc-styling {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .oc-styling-card {\n      min-width: 0;\n      padding: 19px;\n      border: 1px solid var(--oc-line);\n      border-radius: 16px;\n      background:\n        linear-gradient(\n          135deg,\n          #ffffff,\n          var(--oc-cream)\n        );\n    }\n\n    .oc-styling-card small {\n      display: block;\n      margin-bottom: 9px;\n      color: var(--oc-ochre);\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n    }\n\n    .oc-styling-card h3 {\n      margin: 0 0 7px;\n      font-family: inherit;\n      font-size: 17px;\n      font-weight: 600;\n    }\n\n    .oc-styling-card p {\n      margin: 0;\n      color: var(--oc-copy);\n      font-size: 12px;\n      line-height: 1.62;\n    }\n\n    \/* RESPONSIVE *\/\n\n    @container (min-width: 520px) {\n      .oc-features {\n        grid-template-columns: repeat(3, minmax(0,1fr));\n      }\n\n      .oc-story {\n        grid-template-columns:\n          minmax(190px,0.85fr)\n          minmax(0,1.15fr);\n      }\n\n      .oc-story-heading,\n      .oc-story-copy {\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n      }\n\n      .oc-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      .oc-details-header p {\n        text-align: right;\n      }\n\n      .oc-detail-grid {\n        grid-template-columns: repeat(2,minmax(0,1fr));\n      }\n\n      .oc-styling {\n        grid-template-columns: repeat(2,minmax(0,1fr));\n      }\n    }\n\n    @container (min-width: 760px) {\n      .oc-hero {\n        padding: 34px;\n      }\n\n      .oc-detail-grid {\n        grid-template-columns: repeat(3,minmax(0,1fr));\n      }\n    }\n\n    @media (max-width: 520px) {\n      .avian-ochere {\n        margin: 18px 0;\n      }\n\n      .oc-hero,\n      .oc-feature,\n      .oc-story-heading,\n      .oc-story-copy,\n      .oc-details,\n      .oc-styling-card {\n        padding: 18px;\n      }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      .oc-feature {\n        transition: none;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"oc-hero\"\u003e\n    \u003cdiv class=\"oc-eyebrow\"\u003e\n      Contemporary abstract artwork\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Warm form.\n      \u003cem\u003eBold contrast.\u003c\/em\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"oc-intro\"\u003e\n      Ochere is a large-format abstract artwork defined by rich earth tones\n      and expressive contrast. Layers of burgundy, ochre, warm tan and soft\n      cream are interrupted by a confident charcoal gesture, creating a\n      composition that feels grounded, tactile and distinctly contemporary.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oc-pills\"\u003e\n      \u003cspan\u003e120 × 150 cm\u003c\/span\u003e\n      \u003cspan\u003ePortrait composition\u003c\/span\u003e\n      \u003cspan\u003eEarth-tone palette\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oc-features\"\u003e\n    \u003carticle class=\"oc-feature\"\u003e\n      \u003csmall\u003e01 \/ PALETTE\u003c\/small\u003e\n\n      \u003ch3\u003eWarm, grounded colour\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Burgundy, ochre, tan and cream form a sophisticated earth-inspired\n        palette designed to complement natural materials and warm interiors.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"oc-feature\"\u003e\n      \u003csmall\u003e02 \/ COMPOSITION\u003c\/small\u003e\n\n      \u003ch3\u003eOrganic abstraction\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Layered shapes and softened boundaries introduce movement while\n        preserving a calm and considered visual balance.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"oc-feature\"\u003e\n      \u003csmall\u003e03 \/ CONTRAST\u003c\/small\u003e\n\n      \u003ch3\u003eGraphic charcoal gesture\u003c\/h3\u003e\n\n      \u003cp\u003e\n        A decisive dark form moves across the softer composition, creating\n        depth, tension and a strong contemporary identity.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oc-story\"\u003e\n    \u003cdiv class=\"oc-story-heading\"\u003e\n      \u003csmall\u003eThe visual story\u003c\/small\u003e\n\n      \u003ch3\u003e\n        Earthy softness meets a confident graphic expression.\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oc-story-copy\"\u003e\n      \u003cp\u003e\n        Ochere explores the relationship between warm tonal fields and strong\n        visual contrast. Rich sienna and burgundy forms sit against expansive\n        cream areas, while the charcoal gesture anchors the composition and\n        gives it its distinctive sense of movement.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"oc-story-tags\"\u003e\n        \u003cspan\u003eEarth tones\u003c\/span\u003e\n        \u003cspan\u003eOrganic abstraction\u003c\/span\u003e\n        \u003cspan\u003eCharcoal contrast\u003c\/span\u003e\n        \u003cspan\u003eContemporary art\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oc-details\"\u003e\n    \u003cdiv class=\"oc-details-header\"\u003e\n      \u003ch3\u003eArtwork details\u003c\/h3\u003e\n\n      \u003cp\u003e\n        A large portrait composition designed to become the visual focal point\n        of warm, contemporary living spaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oc-detail-grid\"\u003e\n      \u003cdiv class=\"oc-detail\"\u003e\n        \u003csmall\u003eArtwork\u003c\/small\u003e\n        \u003cstrong\u003eOchere\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oc-detail\"\u003e\n        \u003csmall\u003eDimensions\u003c\/small\u003e\n        \u003cstrong\u003e120 × 150 cm\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oc-detail\"\u003e\n        \u003csmall\u003eOrientation\u003c\/small\u003e\n        \u003cstrong\u003ePortrait\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oc-detail\"\u003e\n        \u003csmall\u003eStyle\u003c\/small\u003e\n        \u003cstrong\u003eContemporary abstract\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oc-detail\"\u003e\n        \u003csmall\u003ePalette\u003c\/small\u003e\n        \u003cstrong\u003eOchre, burgundy, cream \u0026amp; charcoal\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oc-detail\"\u003e\n        \u003csmall\u003eRecommended space\u003c\/small\u003e\n        \u003cstrong\u003eLiving, dining or entrance area\u003c\/strong\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oc-styling\"\u003e\n    \u003carticle class=\"oc-styling-card\"\u003e\n      \u003csmall\u003eStyling direction\u003c\/small\u003e\n\n      \u003ch3\u003ePair with warm natural materials\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Ochere works beautifully alongside warm timber, linen upholstery,\n        stone surfaces and handcrafted ceramic objects in understated tones.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"oc-styling-card\"\u003e\n      \u003csmall\u003ePlacement\u003c\/small\u003e\n\n      \u003ch3\u003eLet the artwork lead\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Position Ochere above a console, sideboard or low cabinet with generous\n        negative space around the artwork so its scale and composition remain\n        the visual focus.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Avian","offers":[{"title":"Default Title","offer_id":48132640604390,"sku":null,"price":0.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0029\/4630\/files\/4b185fb8-32c2-4812-9be2-4df6a98b9991.png?v=1786101480","url":"https:\/\/avianlifestyle.com\/products\/ochere-abstract-painting","provider":"Avian","version":"1.0","type":"link"}