{"product_id":"aurea-table-lamp","title":"Aurea Table Lamp","description":"\u003csection class=\"avian-aurea-lamp\"\u003e\n  \u003cstyle\u003e\n    .avian-aurea-lamp {\n      --au-ink: #302b26;\n      --au-copy: #716a62;\n      --au-cream: #f8f3e9;\n      --au-brass: #a47a3e;\n      --au-brass-dark: #71522e;\n      --au-dark: #332f2a;\n      --au-white: #ffffff;\n      --au-line: rgba(48, 43, 38, 0.13);\n\n      width: 100%;\n      max-width: 100%;\n      margin: 22px 0;\n      color: var(--au-ink);\n      font-family: inherit;\n      line-height: 1.6;\n      container-type: inline-size;\n    }\n\n    .avian-aurea-lamp,\n    .avian-aurea-lamp * {\n      box-sizing: border-box;\n    }\n\n    .au-hero {\n      padding: 28px;\n      border: 1px solid var(--au-line);\n      border-radius: 22px;\n      background:\n        radial-gradient(\n          circle at 15% 5%,\n          rgba(255,255,255,0.98),\n          transparent 35%\n        ),\n        linear-gradient(\n          135deg,\n          #fdfaf5 0%,\n          #eee4d3 58%,\n          #cbae82 100%\n        );\n    }\n\n    .au-eyebrow {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 16px;\n      color: var(--au-brass-dark);\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: .17em;\n      text-transform: uppercase;\n    }\n\n    .au-eyebrow::before {\n      content: \"\";\n      width: 30px;\n      height: 1px;\n      background: currentColor;\n    }\n\n    .au-hero h2 {\n      max-width: 720px;\n      margin: 0;\n      font-size: clamp(32px, 7cqi, 53px);\n      font-weight: 500;\n      line-height: 1.02;\n      letter-spacing: -.045em;\n    }\n\n    .au-hero h2 em {\n      display: block;\n      margin-top: 4px;\n      color: var(--au-brass-dark);\n      font-family: Georgia, \"Times New Roman\", serif;\n      font-weight: 400;\n    }\n\n    .au-intro {\n      max-width: 720px;\n      margin: 20px 0 0;\n      color: var(--au-copy);\n      font-size: 15px;\n      line-height: 1.68;\n    }\n\n    .au-pills {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n      margin-top: 22px;\n    }\n\n    .au-pills span {\n      padding: 7px 12px;\n      border: 1px solid var(--au-line);\n      border-radius: 100px;\n      background: rgba(255,255,255,.54);\n      color: #574d43;\n      font-size: 11px;\n    }\n\n    .au-features {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .au-feature {\n      padding: 19px;\n      border: 1px solid var(--au-line);\n      border-radius: 16px;\n      background: var(--au-white);\n    }\n\n    .au-feature small {\n      display: block;\n      margin-bottom: 10px;\n      color: var(--au-brass);\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: .15em;\n    }\n\n    .au-feature h3 {\n      margin: 0 0 7px;\n      font-size: 17px;\n      font-weight: 600;\n    }\n\n    .au-feature p {\n      margin: 0;\n      color: var(--au-copy);\n      font-size: 13px;\n    }\n\n    .au-story {\n      display: grid;\n      grid-template-columns: 1fr;\n      margin-top: 10px;\n      overflow: hidden;\n      border-radius: 18px;\n      background: var(--au-dark);\n      color: #fff;\n    }\n\n    .au-story-heading {\n      padding: 25px;\n      background:\n        radial-gradient(\n          circle at 18% 10%,\n          rgba(255,255,255,.46),\n          transparent 34%\n        ),\n        linear-gradient(\n          135deg,\n          #ba8c4c,\n          #d7ba88 55%,\n          #eee2c6\n        );\n      color: #30291f;\n    }\n\n    .au-story-heading small {\n      display: block;\n      margin-bottom: 10px;\n      color: #705535;\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: .16em;\n      text-transform: uppercase;\n    }\n\n    .au-story-heading h3 {\n      margin: 0;\n      max-width: 500px;\n      font-size: clamp(25px, 5.5cqi, 39px);\n      font-weight: 500;\n      line-height: 1.08;\n      letter-spacing: -.035em;\n    }\n\n    .au-story-copy {\n      padding: 25px;\n    }\n\n    .au-story-copy p {\n      margin: 0;\n      color: rgba(255,255,255,.74);\n      font-size: 13px;\n      line-height: 1.68;\n    }\n\n    .au-story-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n      margin-top: 18px;\n    }\n\n    .au-story-tags span {\n      padding: 7px 11px;\n      border: 1px solid rgba(255,255,255,.15);\n      border-radius: 100px;\n      color: rgba(255,255,255,.9);\n      font-size: 10px;\n    }\n\n    .au-details {\n      margin-top: 10px;\n      padding: 20px;\n      border: 1px solid var(--au-line);\n      border-radius: 18px;\n      background: #fff;\n    }\n\n    .au-details h3 {\n      margin: 0 0 17px;\n      font-size: clamp(23px, 5cqi, 34px);\n      font-weight: 500;\n      letter-spacing: -.03em;\n    }\n\n    .au-detail-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .au-detail {\n      padding: 14px;\n      border-radius: 13px;\n      background: var(--au-cream);\n    }\n\n    .au-detail small {\n      display: block;\n      margin-bottom: 5px;\n      color: var(--au-copy);\n      font-size: 8px;\n      font-weight: 700;\n      letter-spacing: .14em;\n      text-transform: uppercase;\n    }\n\n    .au-detail strong {\n      display: block;\n      font-size: 13px;\n      font-weight: 600;\n    }\n\n    .au-styling {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .au-card {\n      padding: 19px;\n      border: 1px solid var(--au-line);\n      border-radius: 16px;\n      background:\n        linear-gradient(\n          135deg,\n          #ffffff,\n          var(--au-cream)\n        );\n    }\n\n    .au-card small {\n      display: block;\n      margin-bottom: 9px;\n      color: var(--au-brass);\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: .15em;\n      text-transform: uppercase;\n    }\n\n    .au-card h3 {\n      margin: 0 0 7px;\n      font-size: 17px;\n      font-weight: 600;\n    }\n\n    .au-card p {\n      margin: 0;\n      color: var(--au-copy);\n      font-size: 12px;\n    }\n\n    @container (min-width: 520px) {\n      .au-features {\n        grid-template-columns: repeat(3, minmax(0,1fr));\n      }\n\n      .au-story {\n        grid-template-columns:\n          minmax(190px,.85fr)\n          minmax(0,1.15fr);\n      }\n\n      .au-story-heading,\n      .au-story-copy {\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n      }\n\n      .au-detail-grid {\n        grid-template-columns: repeat(3, minmax(0,1fr));\n      }\n\n      .au-styling {\n        grid-template-columns: repeat(2, minmax(0,1fr));\n      }\n    }\n\n    @media (max-width: 520px) {\n      .au-hero,\n      .au-feature,\n      .au-story-heading,\n      .au-story-copy,\n      .au-details,\n      .au-card {\n        padding: 18px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"au-hero\"\u003e\n    \u003cdiv class=\"au-eyebrow\"\u003e\n      Contemporary decorative lighting\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Sculptural simplicity.\n      \u003cem\u003eA softer kind of light.\u003c\/em\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"au-intro\"\u003e\n      Aurea pairs a softly illuminated cream dome with a slender\n      antique-brass stem and circular base. Its balanced proportions\n      and warm diffused light create an intimate atmosphere while\n      maintaining a clean contemporary silhouette.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"au-pills\"\u003e\n      \u003cspan\u003e300 × 400 mm\u003c\/span\u003e\n      \u003cspan\u003eWarm ambient glow\u003c\/span\u003e\n      \u003cspan\u003eAntique brass finish\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"au-features\"\u003e\n\n    \u003carticle class=\"au-feature\"\u003e\n      \u003csmall\u003e01 \/ SHADE\u003c\/small\u003e\n\n      \u003ch3\u003eSoft luminous dome\u003c\/h3\u003e\n\n      \u003cp\u003e\n        The translucent cream shade diffuses illumination evenly,\n        creating a gentle glow rather than a harsh directional light.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"au-feature\"\u003e\n      \u003csmall\u003e02 \/ METAL\u003c\/small\u003e\n\n      \u003ch3\u003eWarm brass character\u003c\/h3\u003e\n\n      \u003cp\u003e\n        A cylindrical stem and substantial circular base in an\n        antique-brass finish provide a warm architectural contrast.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"au-feature\"\u003e\n      \u003csmall\u003e03 \/ FORM\u003c\/small\u003e\n\n      \u003ch3\u003eQuiet sculptural presence\u003c\/h3\u003e\n\n      \u003cp\u003e\n        The simple dome-and-column composition allows Aurea to act\n        as both functional lighting and a decorative object.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"au-story\"\u003e\n\n    \u003cdiv class=\"au-story-heading\"\u003e\n      \u003csmall\u003eThe design story\u003c\/small\u003e\n\n      \u003ch3\u003e\n        A warm glow shaped by clean, timeless geometry.\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"au-story-copy\"\u003e\n      \u003cp\u003e\n        Aurea brings together two simple forms: a softly rounded\n        illuminated dome and a disciplined cylindrical base.\n        The combination feels contemporary yet timeless, making\n        the lamp particularly suited to warm, layered interiors.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"au-story-tags\"\u003e\n        \u003cspan\u003eWarm illumination\u003c\/span\u003e\n        \u003cspan\u003eMinimal geometry\u003c\/span\u003e\n        \u003cspan\u003eBrass detailing\u003c\/span\u003e\n        \u003cspan\u003eContemporary lighting\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"au-details\"\u003e\n\n    \u003ch3\u003eProduct details\u003c\/h3\u003e\n\n    \u003cdiv class=\"au-detail-grid\"\u003e\n\n      \u003cdiv class=\"au-detail\"\u003e\n        \u003csmall\u003eProduct\u003c\/small\u003e\n        \u003cstrong\u003eAurea Table Lamp\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"au-detail\"\u003e\n        \u003csmall\u003eDimensions\u003c\/small\u003e\n        \u003cstrong\u003e300 W × 400 H mm\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"au-detail\"\u003e\n        \u003csmall\u003eType\u003c\/small\u003e\n        \u003cstrong\u003eTable Lamp\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"au-detail\"\u003e\n        \u003csmall\u003eShade\u003c\/small\u003e\n        \u003cstrong\u003eTranslucent cream dome\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"au-detail\"\u003e\n        \u003csmall\u003eMetal finish\u003c\/small\u003e\n        \u003cstrong\u003eAntique brushed brass\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"au-detail\"\u003e\n        \u003csmall\u003eLighting character\u003c\/small\u003e\n        \u003cstrong\u003eWarm diffused illumination\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"au-styling\"\u003e\n\n    \u003carticle class=\"au-card\"\u003e\n      \u003csmall\u003ePlacement\u003c\/small\u003e\n\n      \u003ch3\u003eDesigned for intimate spaces\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Style Aurea on a bedside table, side table or console where\n        its diffused glow can create a soft pool of ambient light.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"au-card\"\u003e\n      \u003csmall\u003eStyling direction\u003c\/small\u003e\n\n      \u003ch3\u003ePair with natural textures\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Warm walnut, limestone, linen, neutral upholstery and\n        handcrafted ceramics complement the lamp's restrained\n        cream-and-brass palette.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Avian","offers":[{"title":"Default Title","offer_id":48139888034022,"sku":null,"price":0.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0029\/4630\/files\/404de0e6-7709-4e56-ba65-398fa6e904a5.png?v=1786262824","url":"https:\/\/avianlifestyle.com\/products\/aurea-table-lamp","provider":"Avian","version":"1.0","type":"link"}