{"product_id":"nivara-linear-chandelier","title":"Nivara Linear Chandelier","description":"\u003csection class=\"avian-nivara-chandelier\"\u003e\n\n  \u003cstyle\u003e\n    .avian-nivara-chandelier {\n      --nv-bg: #f8f5ef;\n      --nv-card: #ffffff;\n      --nv-ink: #2e2925;\n      --nv-copy: #706860;\n      --nv-gold: #a67b3f;\n      --nv-gold-dark: #72562f;\n      --nv-stone: #e8dfcf;\n      --nv-dark: #302b27;\n      --nv-line: rgba(46, 41, 37, 0.12);\n\n      width: 100%;\n      margin: 24px 0;\n      color: var(--nv-ink);\n      font-family: inherit;\n      line-height: 1.6;\n      container-type: inline-size;\n    }\n\n    .avian-nivara-chandelier,\n    .avian-nivara-chandelier * {\n      box-sizing: border-box;\n    }\n\n    \/* HERO *\/\n\n    .nv-hero {\n      position: relative;\n      overflow: hidden;\n      padding: 34px;\n      border: 1px solid var(--nv-line);\n      border-radius: 22px;\n      background:\n        radial-gradient(\n          circle at 12% 8%,\n          rgba(255,255,255,.98),\n          transparent 35%\n        ),\n        linear-gradient(\n          135deg,\n          #fdfbf7 0%,\n          #eee6d8 56%,\n          #d9c49e 100%\n        );\n    }\n\n    .nv-eyebrow {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 16px;\n      color: var(--nv-gold-dark);\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: .17em;\n      text-transform: uppercase;\n    }\n\n    .nv-eyebrow::before {\n      content: \"\";\n      width: 30px;\n      height: 1px;\n      background: currentColor;\n    }\n\n    .nv-hero h2 {\n      max-width: 780px;\n      margin: 0;\n      font-size: clamp(34px, 7cqi, 54px);\n      font-weight: 500;\n      line-height: 1.03;\n      letter-spacing: -.045em;\n    }\n\n    .nv-hero h2 em {\n      display: block;\n      margin-top: 5px;\n      color: var(--nv-gold-dark);\n      font-family: Georgia, \"Times New Roman\", serif;\n      font-weight: 400;\n    }\n\n    .nv-intro {\n      max-width: 780px;\n      margin: 20px 0 0;\n      color: var(--nv-copy);\n      font-size: 15px;\n      line-height: 1.72;\n    }\n\n    .nv-pills {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 24px;\n    }\n\n    .nv-pills span {\n      padding: 8px 12px;\n      border: 1px solid var(--nv-line);\n      border-radius: 999px;\n      background: rgba(255,255,255,.62);\n      color: #5c5145;\n      font-size: 11px;\n    }\n\n    \/* FEATURES *\/\n\n    .nv-features {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .nv-feature {\n      padding: 20px;\n      border: 1px solid var(--nv-line);\n      border-radius: 16px;\n      background: var(--nv-card);\n      transition:\n        transform .25s ease,\n        box-shadow .25s ease;\n    }\n\n    .nv-feature:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 14px 32px rgba(46,41,37,.07);\n    }\n\n    .nv-feature small {\n      display: block;\n      margin-bottom: 10px;\n      color: var(--nv-gold);\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: .15em;\n    }\n\n    .nv-feature h3 {\n      margin: 0 0 8px;\n      font-size: 17px;\n      font-weight: 600;\n    }\n\n    .nv-feature p {\n      margin: 0;\n      color: var(--nv-copy);\n      font-size: 13px;\n      line-height: 1.62;\n    }\n\n    \/* STORY *\/\n\n    .nv-story {\n      display: grid;\n      grid-template-columns: 1fr;\n      margin-top: 10px;\n      overflow: hidden;\n      border-radius: 18px;\n      background: var(--nv-dark);\n      color: #fff;\n    }\n\n    .nv-story-title {\n      padding: 28px;\n      background:\n        radial-gradient(\n          circle at 18% 10%,\n          rgba(255,255,255,.27),\n          transparent 35%\n        ),\n        linear-gradient(\n          135deg,\n          #9b7440,\n          #c5a16b 52%,\n          #e9dcc3\n        );\n      color: #30271f;\n    }\n\n    .nv-story-title small {\n      display: block;\n      margin-bottom: 12px;\n      color: #654b2d;\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: .16em;\n      text-transform: uppercase;\n    }\n\n    .nv-story-title h3 {\n      max-width: 500px;\n      margin: 0;\n      font-size: clamp(26px, 5.5cqi, 40px);\n      font-weight: 500;\n      line-height: 1.08;\n      letter-spacing: -.035em;\n    }\n\n    .nv-story-copy {\n      padding: 28px;\n    }\n\n    .nv-story-copy p {\n      margin: 0;\n      color: rgba(255,255,255,.77);\n      font-size: 13px;\n      line-height: 1.72;\n    }\n\n    .nv-story-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n      margin-top: 19px;\n    }\n\n    .nv-story-tags span {\n      padding: 7px 11px;\n      border: 1px solid rgba(255,255,255,.15);\n      border-radius: 999px;\n      color: rgba(255,255,255,.9);\n      font-size: 10px;\n    }\n\n    \/* DETAILS *\/\n\n    .nv-details {\n      margin-top: 10px;\n      padding: 22px;\n      border: 1px solid var(--nv-line);\n      border-radius: 18px;\n      background: #fff;\n    }\n\n    .nv-details-head {\n      padding-bottom: 16px;\n      border-bottom: 1px solid var(--nv-line);\n    }\n\n    .nv-details-head h3 {\n      margin: 0 0 7px;\n      font-size: clamp(24px, 5cqi, 35px);\n      font-weight: 500;\n      line-height: 1.12;\n      letter-spacing: -.03em;\n    }\n\n    .nv-details-head p {\n      max-width: 720px;\n      margin: 0;\n      color: var(--nv-copy);\n      font-size: 12px;\n      line-height: 1.62;\n    }\n\n    .nv-detail-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .nv-detail {\n      padding: 15px;\n      border-radius: 13px;\n      background: var(--nv-bg);\n    }\n\n    .nv-detail small {\n      display: block;\n      margin-bottom: 5px;\n      color: var(--nv-copy);\n      font-size: 8px;\n      font-weight: 700;\n      letter-spacing: .14em;\n      text-transform: uppercase;\n    }\n\n    .nv-detail strong {\n      display: block;\n      font-size: 13px;\n      font-weight: 600;\n      line-height: 1.45;\n    }\n\n    \/* APPLICATION *\/\n\n    .nv-applications {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .nv-card {\n      padding: 20px;\n      border: 1px solid var(--nv-line);\n      border-radius: 16px;\n      background:\n        linear-gradient(\n          135deg,\n          #ffffff,\n          var(--nv-bg)\n        );\n    }\n\n    .nv-card small {\n      display: block;\n      margin-bottom: 9px;\n      color: var(--nv-gold);\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: .15em;\n      text-transform: uppercase;\n    }\n\n    .nv-card h3 {\n      margin: 0 0 8px;\n      font-size: 17px;\n      font-weight: 600;\n    }\n\n    .nv-card p {\n      margin: 0;\n      color: var(--nv-copy);\n      font-size: 12px;\n      line-height: 1.65;\n    }\n\n    \/* FOOTER *\/\n\n    .nv-footer {\n      margin-top: 10px;\n      padding: 28px;\n      border-radius: 18px;\n      background: #eee7dc;\n      text-align: center;\n    }\n\n    .nv-footer small {\n      display: block;\n      margin-bottom: 9px;\n      color: var(--nv-gold-dark);\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: .16em;\n      text-transform: uppercase;\n    }\n\n    .nv-footer h3 {\n      max-width: 720px;\n      margin: 0 auto;\n      font-family: Georgia, \"Times New Roman\", serif;\n      font-size: clamp(22px, 4.8cqi, 34px);\n      font-weight: 400;\n      line-height: 1.25;\n      letter-spacing: -.025em;\n    }\n\n    @container (min-width: 540px) {\n\n      .nv-features {\n        grid-template-columns: repeat(3, minmax(0,1fr));\n      }\n\n      .nv-story {\n        grid-template-columns:\n          minmax(220px,.9fr)\n          minmax(0,1.1fr);\n      }\n\n      .nv-story-title,\n      .nv-story-copy {\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n      }\n\n      .nv-detail-grid {\n        grid-template-columns: repeat(3, minmax(0,1fr));\n      }\n\n      .nv-applications {\n        grid-template-columns: repeat(2, minmax(0,1fr));\n      }\n    }\n\n    @media (max-width: 520px) {\n\n      .nv-hero,\n      .nv-feature,\n      .nv-story-title,\n      .nv-story-copy,\n      .nv-details,\n      .nv-card,\n      .nv-footer {\n        padding: 18px;\n      }\n\n    }\n  \u003c\/style\u003e\n\n\n  \u003c!-- HERO --\u003e\n\n  \u003cdiv class=\"nv-hero\"\u003e\n\n    \u003cdiv class=\"nv-eyebrow\"\u003e\n      Architectural decorative lighting\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Luminous stone.\n      \u003cem\u003ePerfectly linear.\u003c\/em\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"nv-intro\"\u003e\n      The Nivara Linear Chandelier transforms luminous veined stone\n      into a refined architectural light. Its elongated 1400 mm\n      silhouette is punctuated by brushed-brass detailing, creating\n      a calm horizontal composition with a warm, softly diffused glow.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"nv-pills\"\u003e\n      \u003cspan\u003eL1400 × D80 mm\u003c\/span\u003e\n      \u003cspan\u003eLuminous Veined Stone\u003c\/span\u003e\n      \u003cspan\u003eBrushed Brass\u003c\/span\u003e\n      \u003cspan\u003eWarm Diffused Light\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FEATURES --\u003e\n\n  \u003cdiv class=\"nv-features\"\u003e\n\n    \u003carticle class=\"nv-feature\"\u003e\n\n      \u003csmall\u003e01 \/ FORM\u003c\/small\u003e\n\n      \u003ch3\u003eArchitectural linearity\u003c\/h3\u003e\n\n      \u003cp\u003e\n        The generous 1400 mm horizontal profile creates a calm,\n        structured focal point above dining tables, kitchen islands\n        and other large surfaces.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n\n    \u003carticle class=\"nv-feature\"\u003e\n\n      \u003csmall\u003e02 \/ MATERIAL\u003c\/small\u003e\n\n      \u003ch3\u003eLuminous veined stone\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Warm cream and ivory veining becomes beautifully visible\n        when illuminated, giving the chandelier natural depth\n        and a softly glowing stone-like character.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n\n    \u003carticle class=\"nv-feature\"\u003e\n\n      \u003csmall\u003e03 \/ DETAIL\u003c\/small\u003e\n\n      \u003ch3\u003eRefined brass accents\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Brushed-brass bands introduce precise metallic punctuation\n        across the linear form while maintaining the chandelier's\n        minimalist architectural expression.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- DESIGN STORY --\u003e\n\n  \u003cdiv class=\"nv-story\"\u003e\n\n    \u003cdiv class=\"nv-story-title\"\u003e\n\n      \u003csmall\u003eThe design story\u003c\/small\u003e\n\n      \u003ch3\u003e\n        A suspended line of stone, light and warm metal.\n      \u003c\/h3\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nv-story-copy\"\u003e\n\n      \u003cp\u003e\n        Nivara is conceived as a horizontal architectural gesture.\n        Its illuminated stone diffuser extends across the room with\n        a visually continuous silhouette, while carefully positioned\n        brass bands divide the composition into elegant proportions.\n        \u003cbr\u003e\u003cbr\u003e\n        Suspended from fine cables beneath a slim rectangular canopy,\n        the fixture appears visually light despite its generous scale.\n        The warm glow passing through the veined surface transforms\n        the chandelier into both a functional source of illumination\n        and a sculptural focal point.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"nv-story-tags\"\u003e\n        \u003cspan\u003eVeined Stone\u003c\/span\u003e\n        \u003cspan\u003eLinear Form\u003c\/span\u003e\n        \u003cspan\u003eBrushed Brass\u003c\/span\u003e\n        \u003cspan\u003eWarm Illumination\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n\n  \u003cdiv class=\"nv-details\"\u003e\n\n    \u003cdiv class=\"nv-details-head\"\u003e\n\n      \u003ch3\u003eProduct details\u003c\/h3\u003e\n\n      \u003cp\u003e\n        A large-scale contemporary chandelier designed to bring\n        architectural balance and warm ambient illumination to\n        refined residential and hospitality interiors.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nv-detail-grid\"\u003e\n\n      \u003cdiv class=\"nv-detail\"\u003e\n        \u003csmall\u003eProduct\u003c\/small\u003e\n        \u003cstrong\u003eNivara Linear Chandelier\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nv-detail\"\u003e\n        \u003csmall\u003eDimensions\u003c\/small\u003e\n        \u003cstrong\u003eL1400 × D80 mm\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nv-detail\"\u003e\n        \u003csmall\u003eProduct Type\u003c\/small\u003e\n        \u003cstrong\u003eLinear Chandelier\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nv-detail\"\u003e\n        \u003csmall\u003eConfiguration\u003c\/small\u003e\n        \u003cstrong\u003eSuspended Linear Fixture\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nv-detail\"\u003e\n        \u003csmall\u003eDiffuser\u003c\/small\u003e\n        \u003cstrong\u003eWarm Veined Stone \/ Marble-Style Diffuser\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nv-detail\"\u003e\n        \u003csmall\u003eColour Character\u003c\/small\u003e\n        \u003cstrong\u003eCream \/ Ivory \/ Warm Beige\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nv-detail\"\u003e\n        \u003csmall\u003eMetal Finish\u003c\/small\u003e\n        \u003cstrong\u003eBrushed Brass \/ Antique Gold\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nv-detail\"\u003e\n        \u003csmall\u003eSuspension\u003c\/small\u003e\n        \u003cstrong\u003eDual Fine Suspension Cables\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nv-detail\"\u003e\n        \u003csmall\u003eCeiling Canopy\u003c\/small\u003e\n        \u003cstrong\u003eRectangular Brass Canopy\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nv-detail\"\u003e\n        \u003csmall\u003eLight Character\u003c\/small\u003e\n        \u003cstrong\u003eWarm Soft Diffused Glow\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nv-detail\"\u003e\n        \u003csmall\u003eRecommended Tone\u003c\/small\u003e\n        \u003cstrong\u003eWarm White · Approx. 2700K\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nv-detail\"\u003e\n        \u003csmall\u003eStyle\u003c\/small\u003e\n        \u003cstrong\u003eContemporary \/ Architectural Luxury\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- APPLICATION --\u003e\n\n  \u003cdiv class=\"nv-applications\"\u003e\n\n    \u003carticle class=\"nv-card\"\u003e\n\n      \u003csmall\u003eDining application\u003c\/small\u003e\n\n      \u003ch3\u003eDesigned for long surfaces\u003c\/h3\u003e\n\n      \u003cp\u003e\n        The chandelier's 1400 mm linear profile works beautifully\n        above dining tables, visually following the length of the\n        surface while providing balanced ambient illumination.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n\n    \u003carticle class=\"nv-card\"\u003e\n\n      \u003csmall\u003eInterior pairing\u003c\/small\u003e\n\n      \u003ch3\u003eNatural materials complement Nivara\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Pair with marble, travertine, walnut, warm oak, ivory textiles\n        and soft neutral walls to allow the illuminated stone and brass\n        detailing to become the architectural focal point.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- CLOSING --\u003e\n\n  \u003cdiv class=\"nv-footer\"\u003e\n\n    \u003csmall\u003eNivara Linear Chandelier\u003c\/small\u003e\n\n    \u003ch3\u003e\n      A refined horizontal composition where luminous stone meets architectural light.\n    \u003c\/h3\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Avian","offers":[{"title":"Default Title","offer_id":48161071562982,"sku":null,"price":0.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0029\/4630\/files\/6f770db1-d7c5-4ae9-bc3a-14bc827003d5.jpg?v=1786538473","url":"https:\/\/avianlifestyle.com\/products\/nivara-linear-chandelier","provider":"Avian","version":"1.0","type":"link"}