{"product_id":"contour-onyx-centre-table-set","title":"Contour Onyx Centre Table Set","description":"\u003csection class=\"avian-contour-v2\"\u003e\n  \u003cstyle\u003e\n    .avian-contour-v2 {\n      --ac-ink: #292722;\n      --ac-copy: #6e675f;\n      --ac-cream: #f7f3ec;\n      --ac-stone: #e4d9cc;\n      --ac-taupe: #978979;\n      --ac-dark: #302e2a;\n      --ac-border: rgba(41, 39, 34, 0.13);\n\n      width: 100%;\n      max-width: 100%;\n      margin: 22px 0;\n      padding: 0;\n      overflow: hidden;\n      color: var(--ac-ink);\n      font-family: inherit;\n      line-height: 1.55;\n      container-type: inline-size;\n    }\n\n    .avian-contour-v2,\n    .avian-contour-v2 * {\n      box-sizing: border-box;\n    }\n\n    \/* HERO *\/\n\n    .ac-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(--ac-border);\n      border-radius: 22px;\n      background:\n        radial-gradient(\n          circle at 10% 5%,\n          rgba(255, 255, 255, 0.95),\n          transparent 35%\n        ),\n        linear-gradient(\n          135deg,\n          #faf7f2 0%,\n          #ece4da 58%,\n          #d3c6b8 100%\n        );\n    }\n\n    .ac-hero-copy,\n    .ac-visual {\n      min-width: 0;\n    }\n\n    .ac-eyebrow {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin: 0 0 16px;\n      color: #776f66;\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 0.17em;\n      text-transform: uppercase;\n    }\n\n    .ac-eyebrow::before {\n      content: \"\";\n      flex: 0 0 30px;\n      width: 30px;\n      height: 1px;\n      background: currentColor;\n    }\n\n    .ac-hero h2 {\n      max-width: 620px;\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    .ac-hero h2 em {\n      display: block;\n      margin-top: 3px;\n      color: #877969;\n      font-family: Georgia, \"Times New Roman\", serif;\n      font-weight: 400;\n    }\n\n    .ac-intro {\n      max-width: 640px;\n      margin: 19px 0 0;\n      color: var(--ac-copy);\n      font-size: 15px;\n      line-height: 1.65;\n    }\n\n    .ac-pills {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n      margin-top: 21px;\n    }\n\n    .ac-pills span {\n      display: inline-flex;\n      align-items: center;\n      min-height: 32px;\n      padding: 7px 12px;\n      border: 1px solid var(--ac-border);\n      border-radius: 100px;\n      background: rgba(255, 255, 255, 0.48);\n      color: #514c46;\n      font-size: 11px;\n      white-space: nowrap;\n    }\n\n    \/* SCALABLE PRODUCT ILLUSTRATION *\/\n\n    .ac-visual {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n      padding: 15px;\n      overflow: hidden;\n      border: 1px solid rgba(255, 255, 255, 0.55);\n      border-radius: 18px;\n      background: rgba(255, 255, 255, 0.24);\n    }\n\n    .ac-visual svg {\n      display: block;\n      width: 100%;\n      max-width: 410px;\n      height: auto;\n      overflow: visible;\n    }\n\n    \/* FEATURE GRID *\/\n\n    .ac-features {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 10px;\n      width: 100%;\n      margin-top: 10px;\n    }\n\n    .ac-feature {\n      min-width: 0;\n      padding: 17px;\n      border: 1px solid var(--ac-border);\n      border-radius: 16px;\n      background: #ffffff;\n      transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease;\n    }\n\n    .ac-feature:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 14px 30px rgba(41, 39, 34, 0.07);\n    }\n\n    .ac-feature small {\n      display: block;\n      margin-bottom: 12px;\n      color: var(--ac-taupe);\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: 0.15em;\n    }\n\n    .ac-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    .ac-feature p {\n      margin: 0;\n      color: var(--ac-copy);\n      font-size: 13px;\n      line-height: 1.55;\n    }\n\n    \/* EDITORIAL SECTION *\/\n\n    .ac-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(--ac-dark);\n      color: #ffffff;\n    }\n\n    .ac-editorial-heading {\n      min-width: 0;\n      padding: 23px;\n      background:\n        radial-gradient(\n          circle at 15% 10%,\n          rgba(255, 255, 255, 0.52),\n          transparent 32%\n        ),\n        linear-gradient(\n          135deg,\n          #c0b3a4,\n          #e6ddd3 55%,\n          #9b8d7e\n        );\n      color: var(--ac-ink);\n    }\n\n    .ac-editorial-heading span {\n      display: block;\n      margin-bottom: 11px;\n      color: #6e655b;\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n    }\n\n    .ac-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    .ac-editorial-copy {\n      min-width: 0;\n      padding: 23px;\n    }\n\n    .ac-editorial-copy p {\n      margin: 0;\n      color: rgba(255, 255, 255, 0.7);\n      font-size: 13px;\n      line-height: 1.65;\n    }\n\n    .ac-detail-list {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n      margin-top: 17px;\n    }\n\n    .ac-detail-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    \/* FINAL NOTE *\/\n\n    .ac-note {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 7px;\n      width: 100%;\n      margin-top: 10px;\n      padding: 17px;\n      border: 1px solid var(--ac-border);\n      border-radius: 16px;\n      background: linear-gradient(135deg, #ffffff, var(--ac-cream));\n    }\n\n    .ac-note strong {\n      color: var(--ac-taupe);\n      font-size: 9px;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n    }\n\n    .ac-note p {\n      margin: 0;\n      color: var(--ac-copy);\n      font-size: 13px;\n      line-height: 1.55;\n    }\n\n    \/* \n       Uses the actual description width rather than viewport width.\n       Desktop\/tablet layout activates only when enough space is available.\n    *\/\n\n    @container (min-width: 520px) {\n      .ac-hero {\n        grid-template-columns: minmax(0, 1.15fr) minmax(190px, 0.85fr);\n        align-items: center;\n        padding: 28px;\n      }\n\n      .ac-features {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .ac-editorial {\n        grid-template-columns: minmax(190px, 0.82fr) minmax(0, 1.18fr);\n      }\n\n      .ac-editorial-heading,\n      .ac-editorial-copy {\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n      }\n\n      .ac-note {\n        grid-template-columns: auto minmax(0, 1fr);\n        align-items: center;\n        gap: 20px;\n      }\n\n      .ac-note strong {\n        white-space: nowrap;\n      }\n    }\n\n    @container (min-width: 760px) {\n      .ac-hero {\n        grid-template-columns: minmax(0, 1.22fr) minmax(250px, 0.78fr);\n        padding: 34px;\n      }\n\n      .ac-features {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n\n      .ac-feature {\n        padding: 18px;\n      }\n    }\n\n    @media (max-width: 520px) {\n      .avian-contour-v2 {\n        margin: 18px 0;\n      }\n\n      .ac-hero {\n        padding: 21px;\n        border-radius: 18px;\n      }\n\n      .ac-visual {\n        padding: 10px;\n      }\n\n      .ac-feature,\n      .ac-editorial-heading,\n      .ac-editorial-copy,\n      .ac-note {\n        padding: 18px;\n      }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      .ac-feature {\n        transition: none;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"ac-hero\"\u003e\n    \u003cdiv class=\"ac-hero-copy\"\u003e\n      \u003cdiv class=\"ac-eyebrow\"\u003e\n        Sculptural centre table set\n      \u003c\/div\u003e\n\n      \u003ch2\u003e\n        Two forms.\n        \u003cem\u003eOne fluid composition.\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"ac-intro\"\u003e\n        The Contour Centre Table Set brings together two softly rounded stone\n        surfaces in complementary proportions. Their contrasting heights and\n        dark sculptural bases create a layered arrangement that feels natural,\n        refined and easy to live with.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ac-pills\"\u003e\n        \u003cspan\u003eSet of two\u003c\/span\u003e\n        \u003cspan\u003ePolished stone\u003c\/span\u003e\n        \u003cspan\u003eLayered proportions\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ac-visual\" aria-hidden=\"true\"\u003e\n      \u003csvg viewbox=\"0 0 460 360\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"presentation\"\u003e\n        \u003cdefs\u003e\n          \u003clineargradient id=\"acStoneOne\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"1\"\u003e\n            \u003cstop offset=\"0%\" stop-color=\"#fffdf9\"\u003e\u003c\/stop\u003e\n            \u003cstop offset=\"48%\" stop-color=\"#e9dfd2\"\u003e\u003c\/stop\u003e\n            \u003cstop offset=\"100%\" stop-color=\"#fffaf3\"\u003e\u003c\/stop\u003e\n          \u003c\/lineargradient\u003e\n\n          \u003clineargradient id=\"acStoneTwo\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"1\"\u003e\n            \u003cstop offset=\"0%\" stop-color=\"#fdfbf7\"\u003e\u003c\/stop\u003e\n            \u003cstop offset=\"52%\" stop-color=\"#ded1c0\"\u003e\u003c\/stop\u003e\n            \u003cstop offset=\"100%\" stop-color=\"#fffdf9\"\u003e\u003c\/stop\u003e\n          \u003c\/lineargradient\u003e\n\n          \u003clineargradient id=\"acBase\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\"\u003e\n            \u003cstop offset=\"0%\" stop-color=\"#242321\"\u003e\u003c\/stop\u003e\n            \u003cstop offset=\"50%\" stop-color=\"#5a5651\"\u003e\u003c\/stop\u003e\n            \u003cstop offset=\"100%\" stop-color=\"#292826\"\u003e\u003c\/stop\u003e\n          \u003c\/lineargradient\u003e\n\n          \u003cfilter id=\"acShadow\" x=\"-30%\" y=\"-30%\" width=\"160%\" height=\"180%\"\u003e\n            \u003cfedropshadow dx=\"0\" dy=\"18\" stddeviation=\"16\" flood-color=\"#403a34\" flood-opacity=\"0.2\"\u003e\u003c\/fedropshadow\u003e\n          \u003c\/filter\u003e\n        \u003c\/defs\u003e\n\n        \u003c!-- Tall table base --\u003e\n        \u003cellipse cx=\"154\" cy=\"274\" rx=\"55\" ry=\"18\" fill=\"#211f1d\" opacity=\"0.27\"\u003e\u003c\/ellipse\u003e\n\n        \u003cpath d=\"M112 174\n             C112 158 124 147 141 144\n             L167 144\n             C186 147 197 159 197 176\n             L197 260\n             C197 277 184 289 166 291\n             L142 291\n             C124 288 112 277 112 260 Z\" fill=\"url(#acBase)\" filter=\"url(#acShadow)\"\u003e\u003c\/path\u003e\n\n        \u003c!-- Low table base --\u003e\n        \u003cellipse cx=\"315\" cy=\"295\" rx=\"92\" ry=\"24\" fill=\"#211f1d\" opacity=\"0.25\"\u003e\u003c\/ellipse\u003e\n\n        \u003cpath d=\"M232 223\n             C235 205 249 195 270 192\n             L349 192\n             C372 196 385 208 388 226\n             L388 270\n             C385 288 371 298 349 301\n             L270 301\n             C248 298 235 287 232 269 Z\" fill=\"url(#acBase)\" filter=\"url(#acShadow)\"\u003e\u003c\/path\u003e\n\n        \u003c!-- Larger low tabletop --\u003e\n        \u003cpath d=\"M211 164\n             C237 139 278 129 317 136\n             C355 142 397 165 411 190\n             C423 211 408 229 377 236\n             C348 243 319 238 293 245\n             C263 253 232 257 205 244\n             C177 231 168 204 183 185\n             C191 175 200 170 211 164 Z\" fill=\"url(#acStoneOne)\" stroke=\"rgba(255,255,255,.8)\" stroke-width=\"3\" filter=\"url(#acShadow)\"\u003e\u003c\/path\u003e\n\n        \u003cpath d=\"M222 178\n             C260 161 294 166 329 157\n             C348 152 368 160 387 177\" fill=\"none\" stroke=\"#cbbba7\" stroke-width=\"2\" opacity=\"0.54\"\u003e\u003c\/path\u003e\n\n        \u003cpath d=\"M202 205\n             C238 196 270 210 301 205\n             C330 200 354 183 390 190\" fill=\"none\" stroke=\"#d7cabb\" stroke-width=\"2\" opacity=\"0.46\"\u003e\u003c\/path\u003e\n\n        \u003c!-- Smaller tall tabletop --\u003e\n        \u003cpath d=\"M50 110\n             C72 83 107 70 142 74\n             C178 77 213 94 224 117\n             C233 137 219 153 195 161\n             C168 171 141 165 116 171\n             C87 178 58 173 42 154\n             C27 137 35 122 50 110 Z\" fill=\"url(#acStoneTwo)\" stroke=\"rgba(255,255,255,.84)\" stroke-width=\"3\" filter=\"url(#acShadow)\"\u003e\u003c\/path\u003e\n\n        \u003cpath d=\"M55 126\n             C84 111 110 118 138 105\n             C161 94 186 104 209 119\" fill=\"none\" stroke=\"#cdbda9\" stroke-width=\"2\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n\n        \u003cpath d=\"M63 145\n             C91 134 120 143 148 137\n             C169 132 188 122 211 128\" fill=\"none\" stroke=\"#dbcec0\" stroke-width=\"2\" opacity=\"0.48\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ac-features\"\u003e\n    \u003carticle class=\"ac-feature\"\u003e\n      \u003csmall\u003e01 \/ SILHOUETTE\u003c\/small\u003e\n      \u003ch3\u003eSoftly asymmetric\u003c\/h3\u003e\n      \u003cp\u003e\n        Rounded outlines introduce a relaxed organic quality to structured\n        living rooms.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ac-feature\"\u003e\n      \u003csmall\u003e02 \/ ARRANGEMENT\u003c\/small\u003e\n      \u003ch3\u003eDesigned to overlap\u003c\/h3\u003e\n      \u003cp\u003e\n        Two separate tables create a layered composition or work independently.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ac-feature\"\u003e\n      \u003csmall\u003e03 \/ CONTRAST\u003c\/small\u003e\n      \u003ch3\u003eLight stone, dark form\u003c\/h3\u003e\n      \u003cp\u003e\n        Ivory surfaces are grounded by sculptural dark pedestal bases.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ac-feature\"\u003e\n      \u003csmall\u003e04 \/ CHARACTER\u003c\/small\u003e\n      \u003ch3\u003eNaturally distinctive\u003c\/h3\u003e\n      \u003cp\u003e\n        Subtle variations in tone and veining make every surface individual.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ac-editorial\"\u003e\n    \u003cdiv class=\"ac-editorial-heading\"\u003e\n      \u003cspan\u003eMade for modern living\u003c\/span\u003e\n      \u003ch3\u003eA relaxed statement shaped by proportion.\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ac-editorial-copy\"\u003e\n      \u003cp\u003e\n        Style Contour with warm neutral upholstery, textured rugs and\n        understated accessories. Its softly flowing stone surfaces introduce\n        movement without making the setting feel busy.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ac-detail-list\"\u003e\n        \u003cspan\u003eTwo tables\u003c\/span\u003e\n        \u003cspan\u003eIvory stone tops\u003c\/span\u003e\n        \u003cspan\u003eDark bases\u003c\/span\u003e\n        \u003cspan\u003eOrganic modern\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ac-note\"\u003e\n    \u003cstrong\u003eNatural character\u003c\/strong\u003e\n    \u003cp\u003e\n      Tone and veining may vary subtly, giving each table its own individual\n      expression.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Avian","offers":[{"title":"Default Title","offer_id":48103426719974,"sku":null,"price":0.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0029\/4630\/files\/ChatGPTImageAug3_2026at06_04_10PM.png?v=1785760478","url":"https:\/\/avianlifestyle.com\/products\/contour-onyx-centre-table-set","provider":"Avian","version":"1.0","type":"link"}