{"product_id":"medium-roast-brainstorm","title":"Medium Roast - Brainstorm","description":"\u003cstyle\u003e\n  .nazareno-description {\n    --coffee-dark: #24140f;\n    --coffee-brown: #5a3324;\n    --coffee-gold: #b87945;\n    --coffee-cream: #f8efe6;\n    --coffee-soft: #fffaf7;\n    --coffee-border: rgba(90, 51, 36, 0.18);\n\n    font-family: inherit;\n    color: var(--coffee-dark);\n    background: linear-gradient(135deg, var(--coffee-soft), var(--coffee-cream));\n    border: 1px solid var(--coffee-border);\n    border-radius: 24px;\n    padding: clamp(24px, 4vw, 48px);\n    line-height: 1.65;\n    max-width: 1000px;\n    margin: 0 auto;\n    box-shadow: 0 18px 45px rgba(36, 20, 15, 0.08);\n  }\n\n  .nazareno-description * {\n    box-sizing: border-box;\n  }\n\n  .nazareno-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    margin-bottom: 16px;\n    padding: 8px 14px;\n    border-radius: 999px;\n    background: rgba(184, 121, 69, 0.14);\n    color: var(--coffee-brown);\n    font-size: 0.78rem;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .nazareno-description h2 {\n    margin: 0 0 18px;\n    color: var(--coffee-dark);\n    font-size: clamp(2rem, 5vw, 4rem);\n    line-height: 1.05;\n    letter-spacing: -0.04em;\n  }\n\n  .nazareno-description h3 {\n    margin: 0 0 12px;\n    color: var(--coffee-dark);\n    font-size: clamp(1.25rem, 2.5vw, 1.65rem);\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n\n  .nazareno-description p {\n    margin: 0;\n  }\n\n  .nazareno-lede {\n    max-width: 780px;\n    margin-bottom: 30px;\n    font-size: clamp(1.05rem, 2vw, 1.25rem);\n    color: rgba(36, 20, 15, 0.86);\n  }\n\n  .nazareno-highlight {\n    color: var(--coffee-brown);\n    font-weight: 800;\n  }\n\n  .nazareno-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin: 34px 0;\n  }\n\n  .nazareno-card {\n    background: rgba(255, 255, 255, 0.72);\n    border: 1px solid var(--coffee-border);\n    border-radius: 20px;\n    padding: 22px;\n    box-shadow: 0 10px 28px rgba(36, 20, 15, 0.05);\n  }\n\n  .nazareno-card p {\n    color: rgba(36, 20, 15, 0.78);\n  }\n\n  .nazareno-notes {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .nazareno-notes li {\n    padding: 9px 14px;\n    border-radius: 999px;\n    background: var(--coffee-dark);\n    color: #fff;\n    font-size: 0.92rem;\n    font-weight: 700;\n  }\n\n  .nazareno-section {\n    margin-top: 34px;\n    padding-top: 30px;\n    border-top: 1px solid var(--coffee-border);\n  }\n\n  .nazareno-options {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .nazareno-option {\n    background: #fff;\n    border: 1px solid var(--coffee-border);\n    border-radius: 18px;\n    padding: 18px 14px;\n    text-align: center;\n    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;\n  }\n\n  .nazareno-option:hover {\n    transform: translateY(-3px);\n    border-color: rgba(184, 121, 69, 0.5);\n    box-shadow: 0 12px 30px rgba(36, 20, 15, 0.1);\n  }\n\n  .nazareno-option strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--coffee-dark);\n    font-size: 1rem;\n  }\n\n  .nazareno-option span {\n    display: block;\n    color: rgba(36, 20, 15, 0.68);\n    font-size: 0.9rem;\n  }\n\n  .nazareno-meta {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n    margin-top: 20px;\n  }\n\n  .nazareno-meta-item {\n    padding: 16px;\n    border-radius: 16px;\n    background: rgba(255, 255, 255, 0.68);\n    border: 1px solid var(--coffee-border);\n  }\n\n  .nazareno-meta-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--coffee-brown);\n    font-size: 0.78rem;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .nazareno-meta-item span {\n    color: var(--coffee-dark);\n    font-weight: 700;\n  }\n\n  .nazareno-note {\n    margin-top: 28px;\n    padding: 16px 18px;\n    border-radius: 16px;\n    background: rgba(184, 121, 69, 0.14);\n    color: rgba(36, 20, 15, 0.78);\n    font-size: 0.95rem;\n  }\n\n  @media (max-width: 820px) {\n    .nazareno-grid,\n    .nazareno-options,\n    .nazareno-meta {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  @media (max-width: 540px) {\n    .nazareno-description {\n      border-radius: 18px;\n      padding: 22px;\n    }\n\n    .nazareno-grid,\n    .nazareno-options,\n    .nazareno-meta {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"nazareno-description\" aria-labelledby=\"nazareno-title\"\u003e\n  \u003cdiv class=\"nazareno-eyebrow\"\u003eSingle Origin Coffee · El Salvador\u003c\/div\u003e\n\n  \u003ch2 id=\"nazareno-title\"\u003eNazareno Coffee Beans\u003c\/h2\u003e\n\n  \u003cp class=\"nazareno-lede\"\u003e\n    This \u003cstrong\u003esingle origin coffee from El Salvador\u003c\/strong\u003e is a natural-process coffee grown by\n    \u003cspan class=\"nazareno-highlight\"\u003eCarlos Quintanilla at Nazareno Farm\u003c\/span\u003e. Smooth, sweet, and beautifully structured,\n    it offers notes of \u003cstrong\u003esemi-sweet chocolate, cane sugar, and fig jam\u003c\/strong\u003e with a clean finish and bright,\n    balanced acidity.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"nazareno-grid\"\u003e\n    \u003cdiv class=\"nazareno-card\"\u003e\n      \u003ch3\u003eTasting Notes\u003c\/h3\u003e\n      \u003cp\u003e\n        A rich and balanced cup with chocolatey sweetness, soft fruit character, and a smooth finish.\n      \u003c\/p\u003e\n      \u003cul class=\"nazareno-notes\" aria-label=\"Coffee tasting notes\"\u003e\n        \u003cli\u003eSemi-Sweet Chocolate\u003c\/li\u003e\n        \u003cli\u003eCane Sugar\u003c\/li\u003e\n        \u003cli\u003eFig Jam\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nazareno-card\"\u003e\n      \u003ch3\u003eOrigin\u003c\/h3\u003e\n      \u003cp\u003e\n        A natural-process coffee from Nazareno Farm in El Salvador, recognized for small-lot microlots\n        and carefully processed Bourbon varietals.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nazareno-card\"\u003e\n      \u003ch3\u003eRoast Profile\u003c\/h3\u003e\n      \u003cp\u003e\n        Sweet, layered, and approachable with a bright structure and chocolate-forward depth.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nazareno-section\"\u003e\n    \u003ch3\u003eAvailable Sizes \u0026amp; Grind Options\u003c\/h3\u003e\n    \u003cp\u003e\n      Choose the format that best fits your brew routine, from convenient ground coffee to whole bean\n      coffee for the freshest possible cup.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"nazareno-options\" aria-label=\"Available coffee options\"\u003e\n      \u003cdiv class=\"nazareno-option\"\u003e\n        \u003cstrong\u003e300g Ground\u003c\/strong\u003e\n        \u003cspan\u003eReady to brew\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nazareno-option\"\u003e\n        \u003cstrong\u003e300g Whole Bean\u003c\/strong\u003e\n        \u003cspan\u003eGrind fresh at home\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nazareno-option\"\u003e\n        \u003cstrong\u003e2lb Whole Bean\u003c\/strong\u003e\n        \u003cspan\u003eFor daily coffee drinkers\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nazareno-option\"\u003e\n        \u003cstrong\u003e5lb Whole Bean\u003c\/strong\u003e\n        \u003cspan\u003eFor offices, cafés, and serious coffee lovers\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nazareno-section\"\u003e\n    \u003ch3\u003eAbout This El Salvador Coffee\u003c\/h3\u003e\n    \u003cp\u003e\n      Grown at elevations typically between \u003cstrong\u003e1,400 and 1,700 meters\u003c\/strong\u003e, these beans develop\n      density, structure, and bright acidity. The natural process brings out sweetness and complexity,\n      creating a cup that is rich, fruit-toned, and beautifully balanced.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"nazareno-meta\"\u003e\n      \u003cdiv class=\"nazareno-meta-item\"\u003e\n        \u003cstrong\u003eOrigin\u003c\/strong\u003e\n        \u003cspan\u003eEl Salvador\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nazareno-meta-item\"\u003e\n        \u003cstrong\u003eProducer\u003c\/strong\u003e\n        \u003cspan\u003eCarlos Quintanilla\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nazareno-meta-item\"\u003e\n        \u003cstrong\u003eFarm\u003c\/strong\u003e\n        \u003cspan\u003eNazareno Farm\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nazareno-meta-item\"\u003e\n        \u003cstrong\u003eProcess\u003c\/strong\u003e\n        \u003cspan\u003eNatural Process\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nazareno-section\"\u003e\n    \u003ch3\u003eRoasted with Purpose\u003c\/h3\u003e\n    \u003cp\u003e\n      Our coffee beans are \u003cstrong\u003eethically sourced\u003c\/strong\u003e, \u003cstrong\u003eorganic when possible\u003c\/strong\u003e, and roasted on the\n      \u003cstrong\u003eBellwether Roaster\u003c\/strong\u003e, one of the most sustainable coffee roasting systems in the world.\n      The result is a carefully roasted coffee with a cleaner footprint and a beautifully consistent cup.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"nazareno-note\"\u003e\n    \u003cem\u003e\n      This is not a flavored coffee. The tasting notes describe the natural flavors and aromas that can\n      be experienced in the coffee.\n    \u003c\/em\u003e\n  \u003c\/p\u003e\n\u003c\/section\u003e","brand":"Function Coffee Co","offers":[{"title":"Whole Bean - 300g","offer_id":51281305633053,"sku":"FC00007-MR-RST-WB-300g","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Drip - 300g","offer_id":51281305665821,"sku":"FC00007-MR-RST-DP-300g","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Espresso - 300g","offer_id":51281305698589,"sku":"FC00007-MR-RST-EP-300g","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Coarse - 300g","offer_id":51281305731357,"sku":"FC00007-MR-RST-CS-300g","price":20.0,"currency_code":"USD","in_stock":true},{"title":"Whole Bean - 2 lb","offer_id":51281305764125,"sku":"FC00007-MR-RST-WB-907g","price":55.0,"currency_code":"USD","in_stock":true},{"title":"Whole Bean - 5 lb","offer_id":51281305796893,"sku":"FC00007-MR-RST-WB-2268g","price":130.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0873\/0152\/1693\/files\/Product_Image_flavor_profile_2.png?v=1778717279","url":"https:\/\/bonavitabrand.co\/products\/medium-roast-brainstorm","provider":"Bonavita","version":"1.0","type":"link"}