{"title":"Burgundy Blend","description":"\n\u003c!-- ====================================================================\n     ALEXANDER JAMES — BURGUNDY BLEND COLLECTION PAGE\n     Drop-in block for \/collections\/burgundy-blend\n     Self-contained: all CSS scoped under .aj-bb (no theme bleed)\n     No JavaScript. FAQ uses native \u003cdetails\u003e\/\u003csummary\u003e.\n     CTA uses a real product href (avoids Loft scroll-intercept bug).\n     ==================================================================== --\u003e\n\n\u003cdiv class=\"aj-bb\"\u003e\n  \u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600\u0026display=swap');\n\n    .aj-bb{\n      --slate:#292928;\n      --charcoal:#4E5053;\n      --travertine:#CCBFA9;\n      --ceramic:#DFDDD9;\n      --terracotta:#BA8453;\n      --paper:#F6F4F0;\n      --line:rgba(41,41,40,.12);\n      --display:'Artifex Hand','Artifex CF',Georgia,'Times New Roman',serif;\n      --body:'Montserrat',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;\n\n      color:var(--slate);\n      font-family:var(--body);\n      font-weight:300;\n      line-height:1.7;\n      letter-spacing:.01em;\n      background:var(--paper);\n      max-width:1240px;\n      margin:0 auto;\n      box-sizing:border-box;\n    }\n    .aj-bb *,.aj-bb *::before,.aj-bb *::after{box-sizing:border-box;}\n    .aj-bb img{display:block;width:100%;height:auto;}\n\n    \/* ---------- HERO ---------- *\/\n    .aj-bb__hero{position:relative;}\n    .aj-bb__hero-img{aspect-ratio:16\/9;object-fit:cover;}\n    .aj-bb__eyebrow{\n      font-family:var(--body);\n      font-size:.72rem;\n      font-weight:500;\n      letter-spacing:.34em;\n      text-transform:uppercase;\n      color:var(--terracotta);\n      margin:0 0 1.1rem;\n    }\n    .aj-bb__intro{\n      padding:4.5rem 2rem 3rem;\n      max-width:760px;\n      margin:0 auto;\n      text-align:center;\n    }\n    .aj-bb__title{\n      font-family:var(--display);\n      font-weight:400;\n      font-size:clamp(2.6rem,6vw,4.2rem);\n      line-height:1.04;\n      letter-spacing:.005em;\n      margin:0 0 1.6rem;\n      color:var(--slate);\n    }\n    .aj-bb__lede{\n      font-size:clamp(1.05rem,1.6vw,1.22rem);\n      font-weight:300;\n      color:var(--charcoal);\n      margin:0;\n    }\n\n    \/* ---------- EDITORIAL BLOCKS ---------- *\/\n    .aj-bb__split{\n      display:grid;\n      grid-template-columns:1fr 1fr;\n      align-items:center;\n      gap:0;\n    }\n    .aj-bb__split--reverse .aj-bb__split-text{order:2;}\n    .aj-bb__split-img{height:100%;}\n    .aj-bb__split-img img{height:100%;object-fit:cover;min-height:340px;}\n    .aj-bb__split-text{padding:clamp(2.4rem,5vw,4.5rem);}\n    .aj-bb__kicker{\n      font-size:.72rem;\n      font-weight:500;\n      letter-spacing:.28em;\n      text-transform:uppercase;\n      color:var(--terracotta);\n      margin:0 0 1rem;\n    }\n    .aj-bb__h2{\n      font-family:var(--display);\n      font-weight:400;\n      font-size:clamp(1.7rem,3.2vw,2.4rem);\n      line-height:1.12;\n      margin:0 0 1.2rem;\n      color:var(--slate);\n    }\n    .aj-bb__p{margin:0 0 1.1rem;font-size:1rem;color:var(--charcoal);}\n    .aj-bb__p:last-child{margin-bottom:0;}\n\n    \/* ---------- SPEC STRIP ---------- *\/\n    .aj-bb__specs{\n      background:var(--slate);\n      color:var(--ceramic);\n      padding:clamp(2.6rem,5vw,3.6rem) clamp(1.5rem,4vw,3rem);\n    }\n    .aj-bb__specs-grid{\n      display:grid;\n      grid-template-columns:repeat(4,1fr);\n      gap:1px;\n      background:rgba(255,255,255,.12);\n      border:1px solid rgba(255,255,255,.12);\n    }\n    .aj-bb__spec{\n      background:var(--slate);\n      padding:1.6rem 1.4rem;\n    }\n    .aj-bb__spec-label{\n      font-size:.66rem;\n      font-weight:500;\n      letter-spacing:.22em;\n      text-transform:uppercase;\n      color:var(--travertine);\n      margin:0 0 .6rem;\n    }\n    .aj-bb__spec-val{\n      font-family:var(--display);\n      font-size:1.5rem;\n      line-height:1.15;\n      margin:0;\n      color:var(--ceramic);\n    }\n    .aj-bb__spec-sub{\n      font-size:.8rem;\n      color:rgba(223,221,217,.7);\n      margin:.35rem 0 0;\n    }\n\n    \/* ---------- APPLICATIONS ---------- *\/\n    .aj-bb__apps{\n      padding:clamp(2.4rem,5vw,3.4rem) 2rem;\n      text-align:center;\n    }\n    .aj-bb__apps-row{\n      display:flex;\n      flex-wrap:wrap;\n      justify-content:center;\n      gap:.7rem;\n      margin-top:1.6rem;\n    }\n    .aj-bb__pill{\n      font-size:.74rem;\n      font-weight:500;\n      letter-spacing:.16em;\n      text-transform:uppercase;\n      color:var(--charcoal);\n      border:1px solid var(--line);\n      border-radius:2px;\n      padding:.6rem 1.1rem;\n      background:#fff;\n    }\n\n    \/* ---------- FAQ ---------- *\/\n    .aj-bb__faq{\n      max-width:840px;\n      margin:0 auto;\n      padding:clamp(2.4rem,5vw,3.4rem) 2rem clamp(3rem,6vw,4.5rem);\n    }\n    .aj-bb__faq-title{\n      font-family:var(--display);\n      font-weight:400;\n      font-size:clamp(1.7rem,3vw,2.2rem);\n      text-align:center;\n      margin:0 0 2.2rem;\n      color:var(--slate);\n    }\n    .aj-bb__faq details{\n      border-bottom:1px solid var(--line);\n    }\n    .aj-bb__faq details:first-of-type{border-top:1px solid var(--line);}\n    .aj-bb__faq summary{\n      list-style:none;\n      cursor:pointer;\n      padding:1.35rem 2.4rem 1.35rem 0;\n      position:relative;\n      font-size:1.02rem;\n      font-weight:400;\n      color:var(--slate);\n    }\n    .aj-bb__faq summary::-webkit-details-marker{display:none;}\n    .aj-bb__faq summary::after{\n      content:\"+\";\n      position:absolute;\n      right:.2rem;\n      top:50%;\n      transform:translateY(-50%);\n      font-family:var(--body);\n      font-weight:300;\n      font-size:1.5rem;\n      color:var(--terracotta);\n      transition:transform .2s ease;\n    }\n    .aj-bb__faq details[open] summary::after{content:\"\\2013\";}\n    .aj-bb__faq-body{\n      padding:0 0 1.5rem;\n      font-size:.97rem;\n      color:var(--charcoal);\n      max-width:64ch;\n    }\n\n    \/* ---------- CTA ---------- *\/\n    .aj-bb__cta{\n      background:var(--travertine);\n      text-align:center;\n      padding:clamp(3rem,6vw,4.5rem) 2rem;\n    }\n    .aj-bb__cta-title{\n      font-family:var(--display);\n      font-weight:400;\n      font-size:clamp(1.8rem,3.4vw,2.5rem);\n      margin:0 0 .8rem;\n      color:var(--slate);\n    }\n    .aj-bb__cta-sub{\n      font-size:1rem;\n      color:var(--charcoal);\n      max-width:520px;\n      margin:0 auto 2rem;\n    }\n    .aj-bb__btn{\n      display:inline-block;\n      font-family:var(--body);\n      font-size:.78rem;\n      font-weight:600;\n      letter-spacing:.2em;\n      text-transform:uppercase;\n      text-decoration:none;\n      color:var(--ceramic);\n      background:var(--slate);\n      padding:1.05rem 2.6rem;\n      border:1px solid var(--slate);\n      border-radius:2px;\n      transition:background .2s ease,color .2s ease;\n    }\n    .aj-bb__btn:hover,.aj-bb__btn:focus{\n      background:transparent;\n      color:var(--slate);\n    }\n    .aj-bb__btn--intro{margin-top:2.2rem;}\n\n    \/* ---------- DETAIL DUO ---------- *\/\n    .aj-bb__duo{\n      display:grid;\n      grid-template-columns:1fr 1fr;\n      gap:1px;\n      background:var(--line);\n    }\n\n    \/* ---------- RESPONSIVE ---------- *\/\n    @media (max-width:760px){\n      .aj-bb__split{grid-template-columns:1fr;}\n      .aj-bb__split--reverse .aj-bb__split-text{order:0;}\n      .aj-bb__split-img img{min-height:280px;}\n      .aj-bb__specs-grid{grid-template-columns:1fr 1fr;}\n      .aj-bb__duo{grid-template-columns:1fr;}\n      .aj-bb__intro{padding:3rem 1.4rem 2.2rem;}\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"aj-bb__hero\"\u003e\n    \u003cimg class=\"aj-bb__hero-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0219\/8280\/6088\/files\/burgandy_blend_shop_layout.jpg?v=1780956043\" alt=\"Burgundy Blend tumbled French limestone laid in a random running-bond floor pattern\"\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"aj-bb__intro\"\u003e\n    \u003cp class=\"aj-bb__eyebrow\"\u003eFrench Limestone · Bourgogne\u003c\/p\u003e\n    \u003ch1 class=\"aj-bb__title\"\u003eBurgundy Blend\u003c\/h1\u003e\n    \u003cp class=\"aj-bb__lede\"\u003e\n      A floor drawn from one of France's oldest quarried landscapes. Tumbled,\n      rough-cut limestone in shifting tones of beige, bone, slate-blue, and grey\n      — every piece carrying the fossil record of the seabed it was formed from.\n    \u003c\/p\u003e\n    \u003ca class=\"aj-bb__btn aj-bb__btn--intro\" href=\"\/products\/burgundy-blend-assorted-sizes-beige-tumbled\"\u003e\n      View the Product\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ORIGIN --\u003e\n  \u003csection class=\"aj-bb__split\"\u003e\n    \u003cdiv class=\"aj-bb__split-text\"\u003e\n      \u003cp class=\"aj-bb__kicker\"\u003eThe Stone\u003c\/p\u003e\n      \u003ch2 class=\"aj-bb__h2\"\u003eQuarried from Burgundy\u003c\/h2\u003e\n      \u003cp class=\"aj-bb__p\"\u003e\n        The limestone of Bourgogne has shaped French building for centuries —\n        the courtyards of country houses, the worn thresholds of abbeys, the cool\n        stone floors of the region's farmhouses. Burgundy Blend is cut from that same\n        sedimentary bedrock, a stone laid down grain by grain over millions of years.\n      \u003c\/p\u003e\n      \u003cp class=\"aj-bb__p\"\u003e\n        Look closely and the record is still there: shell fragments, crinoid stems,\n        and the soft mineral banding of an ancient seabed. This is not a printed\n        surface or a manufactured texture. It is the stone itself, exactly as the\n        ground gave it up.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"aj-bb__split-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0219\/8280\/6088\/files\/0809-00204-P-6_fdd8fd74-a4ab-4921-916f-ddcce87bcb26.webp?v=1780613833\" alt=\"Detail of a single Burgundy Blend tumbled limestone tile showing fossil texture and tonal variation\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CHARACTER --\u003e\n  \u003csection class=\"aj-bb__split aj-bb__split--reverse\"\u003e\n    \u003cdiv class=\"aj-bb__split-text\"\u003e\n      \u003cp class=\"aj-bb__kicker\"\u003eThe Character\u003c\/p\u003e\n      \u003ch2 class=\"aj-bb__h2\"\u003eA blend, by nature\u003c\/h2\u003e\n      \u003cp class=\"aj-bb__p\"\u003e\n        No two pieces are alike. Across the field the colour shifts from warm beige\n        and bone to cooler blues and weathered grey, so a finished floor reads as a\n        single living surface rather than a repeated tile.\n      \u003c\/p\u003e\n      \u003cp class=\"aj-bb__p\"\u003e\n        The rough-cut edges are tumbled to soften them — rounding the corners\n        and easing the surface into the worn, walked-in patina of a floor that looks\n        as though it has always been there. Laid in mixed lengths at a fixed width,\n        it falls naturally into the random running-bond of a classic French floor.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"aj-bb__split-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0219\/8280\/6088\/files\/burgandyblend_30.jpg?v=1780955866\" alt=\"Burgundy Blend limestone installed, showing the range of beige, blue, and grey tones across the floor\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPEC STRIP --\u003e\n  \u003csection class=\"aj-bb__specs\"\u003e\n    \u003cdiv class=\"aj-bb__specs-grid\"\u003e\n      \u003cdiv class=\"aj-bb__spec\"\u003e\n        \u003cp class=\"aj-bb__spec-label\"\u003eFinish\u003c\/p\u003e\n        \u003cp class=\"aj-bb__spec-val\"\u003eTumbled\u003c\/p\u003e\n        \u003cp class=\"aj-bb__spec-sub\"\u003eRough-cut, softened edges\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"aj-bb__spec\"\u003e\n        \u003cp class=\"aj-bb__spec-label\"\u003eWidth\u003c\/p\u003e\n        \u003cp class=\"aj-bb__spec-val\"\u003e6″\u003c\/p\u003e\n        \u003cp class=\"aj-bb__spec-sub\"\u003eFixed across all pieces\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"aj-bb__spec\"\u003e\n        \u003cp class=\"aj-bb__spec-label\"\u003eLength\u003c\/p\u003e\n        \u003cp class=\"aj-bb__spec-val\"\u003e7–14″\u003c\/p\u003e\n        \u003cp class=\"aj-bb__spec-sub\"\u003eAssorted, mixed lengths\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"aj-bb__spec\"\u003e\n        \u003cp class=\"aj-bb__spec-label\"\u003eThickness\u003c\/p\u003e\n        \u003cp class=\"aj-bb__spec-val\"\u003e⅝″\u003c\/p\u003e\n        \u003cp class=\"aj-bb__spec-sub\"\u003eNominal\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- APPLICATIONS --\u003e\n  \u003csection class=\"aj-bb__apps\"\u003e\n    \u003cp class=\"aj-bb__kicker\"\u003eSuitable for all applications\u003c\/p\u003e\n    \u003ch2 class=\"aj-bb__h2\" style=\"margin-bottom:.4rem;\"\u003eFloor-rated, indoors and out\u003c\/h2\u003e\n    \u003cdiv class=\"aj-bb__apps-row\"\u003e\n      \u003cspan class=\"aj-bb__pill\"\u003eCommercial\u003c\/span\u003e\n      \u003cspan class=\"aj-bb__pill\"\u003eResidential\u003c\/span\u003e\n      \u003cspan class=\"aj-bb__pill\"\u003eFloor Rated\u003c\/span\u003e\n      \u003cspan class=\"aj-bb__pill\"\u003eWet Areas\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SECOND DETAIL IMAGE --\u003e\n  \u003csection class=\"aj-bb__duo\" style=\"grid-template-columns:1fr;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0219\/8280\/6088\/files\/0809-00204-P-4_8c42e176-cc5a-4eb9-9e96-68002c873a0a.webp?v=1780613833\" alt=\"Close detail of Burgundy Blend limestone surface, tone, and tumbled finish\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"aj-bb__faq\"\u003e\n    \u003ch2 class=\"aj-bb__faq-title\"\u003eSpecifying Burgundy Blend\u003c\/h2\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWill every tile look the same?\u003c\/summary\u003e\n      \u003cdiv class=\"aj-bb__faq-body\"\u003e\n        No, and that is the point. Burgundy Blend is a natural stone with significant\n        variation in tone, marking, and fossil content from piece to piece. We\n        recommend ordering from a single lot, opening several cartons at once, and\n        dry-laying the floor before setting so you can distribute the colour evenly.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan it be used in showers and other wet areas?\u003c\/summary\u003e\n      \u003cdiv class=\"aj-bb__faq-body\"\u003e\n        Yes. Burgundy Blend is rated for wet areas and full floor use. As with any\n        natural limestone, seal the stone before grouting and again after, and use a\n        sealer suited to the application so the surface resists staining and moisture.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes limestone need to be sealed?\u003c\/summary\u003e\n      \u003cdiv class=\"aj-bb__faq-body\"\u003e\n        Yes. Limestone is a porous natural stone, so a penetrating sealer is\n        recommended on installation and periodically thereafter, with the interval\n        depending on traffic and exposure. Clean with a pH-neutral stone cleaner and\n        avoid acidic products, which can etch the surface.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat sizes does it come in?\u003c\/summary\u003e\n      \u003cdiv class=\"aj-bb__faq-body\"\u003e\n        Each piece is a fixed 6″ wide at a nominal ⅝″ thickness, supplied in\n        assorted mixed lengths from 7″ to 14″. The varied lengths are designed to be\n        set in a random running-bond, the traditional layout for a French limestone floor.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs it suitable for commercial projects?\u003c\/summary\u003e\n      \u003cdiv class=\"aj-bb__faq-body\"\u003e\n        Yes. Burgundy Blend is rated for both residential and commercial floor use,\n        indoors and out. For high-traffic or exterior installations, confirm the\n        sealing and detailing with your installer for the specific conditions.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"aj-bb__cta\"\u003e\n    \u003ch2 class=\"aj-bb__cta-title\"\u003eOrder Burgundy Blend\u003c\/h2\u003e\n    \u003cp class=\"aj-bb__cta-sub\"\u003e\n      Sold by the piece in assorted mixed lengths. Request a sample to see the tone\n      and fossil character in person before you specify.\n    \u003c\/p\u003e\n    \u003ca class=\"aj-bb__btn\" href=\"\/products\/burgundy-blend-assorted-sizes-beige-tumbled\"\u003e\n      View the Product\n    \u003c\/a\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\u003c!-- ============================ END BURGUNDY BLEND ============================ --\u003e\n","products":[{"product_id":"burgundy-blend-assorted-sizes-beige-tumbled","title":"Burgundy Blend  | Assorted Sizes | Beige | Tumbled","description":"Burgundy Blend | Assorted Sizes 6\" width x length 7\"-14\" (see images) | Color: Assorted Beige, White, Grey | Material: Limestone | Finish: Tumbled Rough Cut | Sold By: SQFT | Tile Size: Width = 6\" and Assorted Lengths =  7\" to 14\"x Thickness 0.625\" | Usage: Commercial: Yes | Residential: Yes | Floor Rated: Yes | Wet Areas: Yes","brand":"Haussmann","offers":[{"title":"SQFT","offer_id":48336070902019,"sku":"0809-00204-P","price":23.1,"currency_code":"USD","in_stock":true},{"title":"Sample","offer_id":48336070934787,"sku":"0809-00205-S","price":5.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0219\/8280\/6088\/files\/0809-00204-P-1_ea556b4a-c0a6-42d4-8b4e-7b0e22d73e78.webp?v=1780613833"}],"url":"https:\/\/alexanderjames.shop\/collections\/burgundy-blend.oembed","provider":"Alexander James ","version":"1.0","type":"link"}