{"title":"所有咖啡豆","description":"\u003cstyle\u003e\n  .series-accordion-wrapper {\n    max-width: 1000px;\n    margin: 0 auto 40px auto;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n  }\n  .series-guide-header {\n    text-align: center;\n    margin-bottom: 24px;\n  }\n  .series-guide-header h3 {\n    color: #0A1E3F;\n    font-size: 20px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    margin: 0 0 8px 0;\n  }\n  .series-guide-header p {\n    color: #4A5A6A;\n    font-size: 14px;\n    margin: 0;\n    line-height: 1.6;\n  }\n  .series-accordion-list {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n  .series-accordion-item {\n    background: #FFFFFF;\n    border: 1px solid #E8E9EB;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px rgba(10, 30, 63, 0.04);\n    transition: all 0.25s ease;\n  }\n  .series-accordion-item[open] {\n    box-shadow: 0 4px 16px rgba(10, 30, 63, 0.08);\n    border-color: #C9A96E;\n  }\n  .series-summary {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 20px;\n    cursor: pointer;\n    user-select: none;\n    list-style: none;\n    background-color: #FFFFFF;\n    transition: background-color 0.2s ease;\n  }\n  .series-summary::-webkit-details-marker {\n    display: none;\n  }\n  .series-summary:hover {\n    background-color: #F9FAFB;\n  }\n  .summary-left {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n  }\n  .series-code-badge {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    border-radius: 6px;\n    background-color: #0A1E3F;\n    color: #C9A96E;\n    font-weight: 700;\n    font-size: 15px;\n    letter-spacing: 0.5px;\n    flex-shrink: 0;\n  }\n  .series-name-group {\n    display: flex;\n    flex-direction: column;\n    gap: 2px;\n  }\n  .series-name {\n    font-weight: 600;\n    color: #0A1E3F;\n    font-size: 15px;\n  }\n  .series-name-en {\n    font-size: 11px;\n    color: #8C96A3;\n    letter-spacing: 0.5px;\n  }\n  .summary-arrow {\n    width: 18px;\n    height: 18px;\n    color: #8C96A3;\n    transition: transform 0.25s ease;\n    flex-shrink: 0;\n  }\n  .series-accordion-item[open] .summary-arrow {\n    transform: rotate(180deg);\n    color: #C9A96E;\n  }\n  .series-content {\n    padding: 16px 20px 20px 20px;\n    border-top: 1px solid #F0F2F5;\n    background: #FAFBFC;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    font-size: 13.5px;\n    line-height: 1.6;\n  }\n  .content-section {\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n  }\n  .content-label {\n    font-size: 12px;\n    font-weight: 600;\n    color: #0A1E3F;\n    letter-spacing: 0.5px;\n  }\n  .series-desc {\n    color: #1A2A3A;\n  }\n  .series-desc-quote {\n    color: #5A697A;\n    font-style: italic;\n    font-size: 12.5px;\n    display: block;\n    margin-top: 2px;\n  }\n  .series-target {\n    color: #4A5A6A;\n  }\n  .series-tags-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    margin-top: 4px;\n  }\n  .series-tag {\n    background: #E8EBEF;\n    color: #4A5A6A;\n    font-size: 11px;\n    padding: 3px 8px;\n    border-radius: 4px;\n  }\n  .series-tag-roast {\n    background: #F5EFE6;\n    color: #8C6D37;\n    font-weight: 600;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"series-accordion-wrapper\"\u003e\n  \u003cdiv class=\"series-guide-header\"\u003e\n    \u003ch3\u003e風味導覽指南 ｜ Find Your Flavor\u003c\/h3\u003e\n    \u003cp\u003e依循字母代號與底色直覺辨別，快速探索最契合您今日心情的風味座標。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"series-accordion-list\"\u003e\n    \u003c!-- Series F (閉合) --\u003e\n    \u003cdetails class=\"series-accordion-item\"\u003e\n      \u003csummary class=\"series-summary\"\u003e\n        \u003cdiv class=\"summary-left\"\u003e\n          \u003cspan class=\"series-code-badge\"\u003eF\u003c\/span\u003e\n          \u003cdiv class=\"series-name-group\"\u003e\n            \u003cspan class=\"series-name\"\u003e銀灰 · 花果香調系列（花香 \/ 果酸型）\u003c\/span\u003e\n            \u003cspan class=\"series-name-en\"\u003eFLORAL \u0026amp; FRUITY SERIES\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003csvg class=\"summary-arrow\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n        \u003c\/svg\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"series-content\"\u003e\n        \u003cdiv class=\"content-section\"\u003e\n          \u003cspan class=\"content-label\"\u003e風味意境與特徵\u003c\/span\u003e\n          \u003cspan class=\"series-desc\"\u003e晨曦橙花與白茉莉、鮮採水蜜桃、佛手柑透亮酸質、大吉嶺與伯爵紅茶回甘。\u003c\/span\u003e\n          \u003cspan class=\"series-desc-quote\"\u003e「像是漫步在晨光果園與茶園，明亮、清甜，洋溢細緻花果香。」\u003c\/span\u003e\n          \u003cdiv class=\"series-tags-container\"\u003e\n            \u003cspan class=\"series-tag series-tag-roast\"\u003e中淺 \/ 淺中焙 Light-Med\u003c\/span\u003e\n            \u003cspan class=\"series-tag\"\u003e手沖滴濾 \/ SOE\u003c\/span\u003e\n            \u003cspan class=\"series-tag\"\u003e花香茶韻\u003c\/span\u003e\n            \u003cspan class=\"series-tag\"\u003e明亮果酸\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"content-section\"\u003e\n          \u003cspan class=\"content-label\"\u003e適合受眾 \/ 場景\u003c\/span\u003e\n          \u003cspan class=\"series-target\"\u003e喜愛細緻清透茶感、偏好豐富花果層次與多汁明亮酸甜的手沖及 SOE 愛好者。\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- Series N (閉合) --\u003e\n    \u003cdetails class=\"series-accordion-item\"\u003e\n      \u003csummary class=\"series-summary\"\u003e\n        \u003cdiv class=\"summary-left\"\u003e\n          \u003cspan class=\"series-code-badge\"\u003eN\u003c\/span\u003e\n          \u003cdiv class=\"series-name-group\"\u003e\n            \u003cspan class=\"series-name\"\u003e香檳金 · 堅果可可系列（堅果 \/ 巧克力型）\u003c\/span\u003e\n            \u003cspan class=\"series-name-en\"\u003eNUTTY \u0026amp; CHOCOLATE SERIES\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003csvg class=\"summary-arrow\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n        \u003c\/svg\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"series-content\"\u003e\n        \u003cdiv class=\"content-section\"\u003e\n          \u003cspan class=\"content-label\"\u003e風味意境與特徵\u003c\/span\u003e\n          \u003cspan class=\"series-desc\"\u003e濃醇黑朱古力、烘烤花生榛果、絲滑奶油黃油、炙烤焦糖甜感與草本木沉香。\u003c\/span\u003e\n          \u003cspan class=\"series-desc-quote\"\u003e「走進暖香瀰漫的烘焙坊，醇厚絲滑，帶來溫潤沉穩的包裹感。」\u003c\/span\u003e\n          \u003cdiv class=\"series-tags-container\"\u003e\n            \u003cspan class=\"series-tag series-tag-roast\"\u003e中深焙 Medium-Dark\u003c\/span\u003e\n            \u003cspan class=\"series-tag\"\u003e極低酸度\u003c\/span\u003e\n            \u003cspan class=\"series-tag\"\u003e醇厚濃郁\u003c\/span\u003e\n            \u003cspan class=\"series-tag\"\u003e單品\/奶咖皆宜\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"content-section\"\u003e\n          \u003cspan class=\"content-label\"\u003e適合受眾 \/ 場景\u003c\/span\u003e\n          \u003cspan class=\"series-target\"\u003e不喜酸感、偏好濃厚醇度、黑巧克力與堅果甜香，或喜愛搭配牛奶做厚乳拿鐵的日常之選。\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- Series S (閉合) --\u003e\n    \u003cdetails class=\"series-accordion-item\"\u003e\n      \u003csummary class=\"series-summary\"\u003e\n        \u003cdiv class=\"summary-left\"\u003e\n          \u003cspan class=\"series-code-badge\"\u003eS\u003c\/span\u003e\n          \u003cdiv class=\"series-name-group\"\u003e\n            \u003cspan class=\"series-name\"\u003e藏青 · 特殊發酵系列（特殊發酵 \/ 實驗風味型）\u003c\/span\u003e\n            \u003cspan class=\"series-name-en\"\u003eSPECIAL FERMENTATION SERIES\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003csvg class=\"summary-arrow\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n        \u003c\/svg\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"series-content\"\u003e\n        \u003cdiv class=\"content-section\"\u003e\n          \u003cspan class=\"content-label\"\u003e風味意境與特徵\u003c\/span\u003e\n          \u003cspan class=\"series-desc\"\u003e威士忌雪莉桶酒香、香草奶油冬蜜、鮮甜荔枝草莓、玫瑰花香與熱帶百香果汁感。\u003c\/span\u003e\n          \u003cspan class=\"series-desc-quote\"\u003e「層次奔放強烈，宛如微醺午後推開風味新世界，驚艷過癮。」\u003c\/span\u003e\n          \u003cdiv class=\"series-tags-container\"\u003e\n            \u003cspan class=\"series-tag series-tag-roast\"\u003e淺焙至中焙 Light to Med\u003c\/span\u003e\n            \u003cspan class=\"series-tag\"\u003e雪莉酒桶 \/ 特殊處理\u003c\/span\u003e\n            \u003cspan class=\"series-tag\"\u003e高香氣 \/ 飽滿甜感\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"content-section\"\u003e\n          \u003cspan class=\"content-label\"\u003e適合受眾 \/ 場景\u003c\/span\u003e\n          \u003cspan class=\"series-target\"\u003e熱愛探索前衛處理法、著迷酒香調性、極致果汁甜感與高辨識度香氣的進階玩家。\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- Series E \/ 純黑 (預設展開 open) --\u003e\n    \u003cdetails class=\"series-accordion-item\" open\u003e\n      \u003csummary class=\"series-summary\"\u003e\n        \u003cdiv class=\"summary-left\"\u003e\n          \u003cspan class=\"series-code-badge\"\u003eE\u003c\/span\u003e\n          \u003cdiv class=\"series-name-group\"\u003e\n            \u003cspan class=\"series-name\"\u003e純黑 · 拼配系列（意式 \/ 奶咖 \/ 特選配方）\u003c\/span\u003e\n            \u003cspan class=\"series-name-en\"\u003eESPRESSO \u0026amp; BLEND SERIES\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003csvg class=\"summary-arrow\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n        \u003c\/svg\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"series-content\"\u003e\n        \u003cdiv class=\"content-section\"\u003e\n          \u003cspan class=\"content-label\"\u003e風味意境與特徵\u003c\/span\u003e\n          \u003cspan class=\"series-desc\"\u003e金獎黑巧堅果（金珊瑚 1.0）、熱帶熟成果韻（金珊瑚 2.0）、法式深烘軟甜瑰夏（金珊瑚 3.0）、清雅花香平衡（渡海之柔），以及金豆杯獲獎配方（濃郁黃油芝士、深沉焦糖甜巧）。\u003c\/span\u003e\n          \u003cspan class=\"series-desc-quote\"\u003e「多產區黃金熟拼與單品特選，油脂豐厚如天鵝絨。單飲醇厚低酸，加奶更顯焦糖布丁、曲奇餅乾與芝士蛋糕般的甜潤絲滑。」\u003c\/span\u003e\n          \u003cdiv class=\"series-tags-container\"\u003e\n            \u003cspan class=\"series-tag series-tag-roast\"\u003e中深焙至深焙 Med-Dark to Dark\u003c\/span\u003e\n            \u003cspan class=\"series-tag\"\u003e意式機 \/ 摩卡壺 \/ 冷萃\u003c\/span\u003e\n            \u003cspan class=\"series-tag\"\u003e金獎配方\u003c\/span\u003e\n            \u003cspan class=\"series-tag\"\u003e奶咖首選\u003c\/span\u003e\n            \u003cspan class=\"series-tag\"\u003e全維度風味\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"content-section\"\u003e\n          \u003cspan class=\"content-label\"\u003e適合受眾 \/ 場景\u003c\/span\u003e\n          \u003cspan class=\"series-target\"\u003e家用半自動\/全自動意式機、摩卡壺、冷萃及奶咖愛好者；無論偏好濃醇黑巧焦糖、清雅花香茶感，或是熱帶果韻與軟甜曲奇，皆能在此找到日常專屬核心口糧。\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"honduras-mokka-sherry-whiskey-barrel-coffee-beans","title":"洪都拉斯 莫卡莊園 雪莉桶咖啡豆","description":"\u003cdiv style=\"width: 100%; max-width: 100%; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Microsoft JhengHei', sans-serif; line-height: 1.85; color: #0a1e3f; background-color: #ffffff; padding: 24px 0; box-sizing: border-box;\"\u003e\n\n  \u003c!-- 頂部系列徽章 --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 12px;\"\u003e\n    \u003cspan style=\"display: inline-block; border: 1px solid #c9a96e; color: #c9a96e; font-size: 0.8em; letter-spacing: 3px; padding: 4px 16px; text-transform: uppercase; font-weight: 600; border-radius: 2px;\"\u003e\n      BARREL AGED RESERVE ・ 橡木桶窖藏特選\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 標題與核心副標題 --\u003e\n  \u003ch1 style=\"text-align: center; font-size: 1.85em; color: #0a1e3f; margin-top: 0; margin-bottom: 14px; font-weight: 600; letter-spacing: 1px;\"\u003e\n    洪都拉斯 莫卡莊園 雪莉桶咖啡豆\n    \u003cspan style=\"display: block; font-size: 0.52em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e\n      雪莉威士忌橡木桶低溫窖藏 ｜ 中度烘焙\n    \u003c\/span\u003e\n  \u003c\/h1\u003e\n\n  \u003c!-- 核心風味精簡標籤 (Flavor Tags) --\u003e\n  \u003cdiv style=\"display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px 0;\"\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🥃 威士忌酒香\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍦 香草奶油\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍒 酒漬黑櫻桃\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍯 熟成冬蜜\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍫 黑朱古力餘韻\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 品牌沉靜引言 --\u003e\n  \u003cdiv style=\"max-width: 680px; margin: 0 auto 36px auto; text-align: center; color: #5a6578; font-size: 0.95em; font-style: italic; line-height: 1.8; border-top: 1px solid #E8E9EB; border-bottom: 1px solid #E8E9EB; padding: 14px 0;\"\u003e\n    「在潮汐褪去的午後，讓橡木桶封存的雪莉酒香，喚醒屬於你的沉靜時刻。」\n  \u003c\/div\u003e\n\n  \u003c!-- 第一部分：杯測風味與六角風味雷達圖 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 36px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🎵\u003c\/span\u003e 杯測風味：六維感官與風味雷達\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"background-color: #f7f8fa; padding: 24px; border-radius: 4px; border: 1px solid #E8E9EB; margin-top: 20px;\"\u003e\n    \n    \u003c!-- 風味量化清單與六角雷達圖 (並排自適應排版) --\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; align-items: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #E8E9EB;\"\u003e\n      \n      \u003c!-- 左欄：6大維度指標 (已確認 烘焙度 為 3 顆實心點) --\u003e\n      \u003cdiv style=\"display: flex; flex-direction: column; gap: 12px;\"\u003e\n        \n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e烘焙度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●\u003cspan style=\"color: #d1d5db;\"\u003e○○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #0a1e3f; font-weight: 500;\"\u003e中度烘焙\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e香氣值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e濃郁酒香\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e醇厚度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e絲綢質地\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e甜感度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e黑糖香草\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e餘韻值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e橡木回甘\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e酸度值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●\u003cspan style=\"color: #d1d5db;\"\u003e○○○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e酒漬果酸\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003c!-- 右欄：六角形 SVG 風味雷達圖 (精準對應烘焙度=3) --\u003e\n      \u003cdiv style=\"display: flex; justify-content: center; align-items: center;\"\u003e\n        \u003csvg viewbox=\"0 0 320 290\" style=\"width: 100%; max-width: 290px; height: auto;\"\u003e\n          \u003c!-- 5 層正六邊形蛛網網格 --\u003e\n          \u003cpolygon points=\"160.0,127.0 175.6,136.0 175.6,154.0 160.0,163.0 144.4,154.0 144.4,136.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,109.0 191.2,127.0 191.2,163.0 160.0,181.0 128.8,163.0 128.8,127.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,91.0 206.8,118.0 206.8,172.0 160.0,199.0 113.2,172.0 113.2,118.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,73.0 222.4,109.0 222.4,181.0 160.0,217.0 97.6,181.0 97.6,109.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,55.0 237.9,100.0 237.9,190.0 160.0,235.0 82.1,190.0 82.1,100.0\" fill=\"none\" stroke=\"#D1D5DB\" stroke-width=\"1.2\"\u003e\u003c\/polygon\u003e\n\n          \u003c!-- 6 條軸線 (自中心放射) --\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"55.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"235.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n\n          \u003c!-- 6 維數據覆蓋面 (頂點已更新為烘焙度=3) --\u003e\n          \u003cpolygon points=\"160.0,91.0 237.9,100.0 222.4,181.0 160.0,235.0 97.6,181.0 128.8,127.0\" fill=\"rgba(201, 169, 110, 0.38)\" stroke=\"#C9A96E\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n\n          \u003c!-- 6 個數據頂點圓點 --\u003e\n          \u003ccircle cx=\"160.0\" cy=\"91.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"237.9\" cy=\"100.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"222.4\" cy=\"181.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"160.0\" cy=\"235.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"97.6\" cy=\"181.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"128.8\" cy=\"127.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n\n          \u003c!-- 6 個維度文字標籤 --\u003e\n          \u003ctext x=\"160\" y=\"38\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e烘焙度\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"98\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e香氣\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"200\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e醇厚度\u003c\/text\u003e\n          \u003ctext x=\"160\" y=\"258\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e甜度\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"200\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e餘韻\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"98\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e酸度\u003c\/text\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 溫層風味變化 --\u003e\n    \u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; font-size: 0.95em;\"\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【初聞乾香】\u003c\/strong\u003e\n        研磨瞬間爆發出極具辨識度的\u003cstrong\u003e成熟威士忌酒香\u003c\/strong\u003e、濃郁黑糖甜感與香草奶油的深邃香氣。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【熱飲品嚐 70°C】\u003c\/strong\u003e\n        入口即是濃郁微醺的酒漬黑櫻桃與葡萄乾風味，質地如絲綢般圓潤厚實，酒香充盈整個口腔。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【中溫層次 50°C】\u003c\/strong\u003e\n        隨溫度微降，轉化出細膩的\u003cstrong\u003e香草冰淇淋、楓糖漿\u003c\/strong\u003e甜感，果酸柔化為優雅的酒釀清甜。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【冷卻餘韻 35°C】\u003c\/strong\u003e\n        尾韻散發出高雅的\u003cstrong\u003e黑巧克力苦甜感、雪莉桶橡木木質調\u003c\/strong\u003e與持久的蜜糖回甘，餘韻綿長不散。\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 第二部分：風土與發酵工藝 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; display: flex; align-items: center; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🌊\u003c\/span\u003e 風土溯源：高海拔山林與橡木桶的時光對話\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px;\"\u003e\n    \n    \u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e\n        🏔️ 海拔 1,550m 的緻密豆質\n      \u003c\/strong\u003e\n      \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e\n        產自洪都拉斯高海拔精品微產區，終年雲霧繚繞且日夜溫差顯著。生豆生長週期漫長，質地極為堅硬緊實，具備極高的細胞壁密度，為後續長時間吸附橡木桶複雜芳香分子提供了最理想的載體。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e\n        🥃 60 天雪莉威士忌橡木桶低溫熟成\n      \u003c\/strong\u003e\n      \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e\n        莊園精選卡杜拉（Caturra）水洗生豆，置入陳釀過雪莉威士忌的陳年橡木桶中，在 16°C 恆溫恆濕環境下進行長達 60 天的低溫微氧發酵。桶內殘留的蘭姆酒香、香草與橡木丹寧緩慢滲透，使咖啡展現奢華的微醺層次。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 第三部分：烘豆師手沖與萃取指南 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e☕\u003c\/span\u003e 萃取指南：海金咖啡烘豆師黃金參數\n  \u003c\/h2\u003e\n  \u003cp style=\"color: #5a6578; font-size: 0.93em; margin-top: 10px;\"\u003e\n    雪莉桶處理法咖啡豆富含芳香酯類，適當的高水溫與分段萃取能完美釋放酒香並提升甜感厚度：\n  \u003c\/p\u003e\n  \n  \u003cdiv style=\"background-color: #f7f8fa; padding: 22px; border: 1px solid #E8E9EB; border-radius: 4px; margin-top: 15px;\"\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; font-size: 0.93em; margin-bottom: 16px;\"\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 粉水比例：\u003c\/strong\u003e 1 : 15（推薦 15g 咖啡粉 : 225ml 水）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 建議水溫：\u003c\/strong\u003e 91°C - 93°C（激發酒香分子）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 研磨顆粒：\u003c\/strong\u003e 中等研磨（約白砂糖顆粒大小）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 推薦器具：\u003c\/strong\u003e V60 錐形濾杯 \/ Origami 摺紙濾杯\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"border-top: 1px dashed #E8E9EB; padding-top: 14px; font-size: 0.92em; color: #0a1e3f; line-height: 1.75;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; display: block; margin-bottom: 4px;\"\u003e三段式注水建議：\u003c\/strong\u003e\n      \u003cstrong\u003e0:00 - 0:35\u003c\/strong\u003e 注入 40g 熱水進行 35 秒悶蒸，徹底喚醒桶陳香氣。\u003cbr\u003e\n      \u003cstrong\u003e0:35 - 1:15\u003c\/strong\u003e 中心向外平穩繞圈注入至 140g，維持液面高度，萃取濃郁酒漬果甜。\u003cbr\u003e\n      \u003cstrong\u003e1:15 - 2:00\u003c\/strong\u003e 緩慢注水至 225g，待水完全流乾即可移開濾杯（總萃取時間約 2 分 10 秒）。\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 第四部分：品飲場景與搭配建議 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🕯️\u003c\/span\u003e 沉靜時光：風味搭配與生活提案\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 18px;\"\u003e\n    \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🍫 甜點佐搭（Pairing）\u003c\/strong\u003e\n      \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e\n        極度推薦搭配 70% 以上深黑生巧克力、巴斯克乳酪蛋糕或威士忌提拉米蘇，咖啡的橡木桶香氣能與乳酪甜感形成完美的味蕾共鳴。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e📖 獨處儀式（Occasion）\u003c\/strong\u003e\n      \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e\n        適合雨後午後、深夜靜心閱讀或深夜寫作時品飲。無需酒精，即可在氤氳香氣中體驗放鬆與微醺的極致寧靜。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 第五部分：常見問題（FAQ） - 預設隱藏答案 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🔍\u003c\/span\u003e 常見問題：關於這份「微醺」\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"margin-top: 20px;\"\u003e\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🥃 這款咖啡豆含有酒精嗎？喝完可以開車或工作嗎？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        請放心，這款咖啡豆 \u003cb style=\"color: #0a1e3f;\"\u003e0% 酒精含量\u003c\/b\u003e。令人迷醉的威士忌與雪莉酒香，源自生豆吸附橡木桶內酯類芳香分子的物理過程。在 200°C 以上的高溫烘焙過程中，酒精分子已完全揮發殆盡，僅留下純粹且高雅的美酒香氣，完全不影響駕駛、工作或專注狀態。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🧺 建議養豆天數與最佳賞味期？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        海金咖啡堅持小批量新鮮烘焙。桶陳處理法豆體油脂豐富，建議烘焙日起算 \u003cb style=\"color: #0a1e3f;\"\u003e養豆 7 - 10 天\u003c\/b\u003e 後開始沖煮，此時桶香與甜感最為圓潤平衡。開封後建議於 30-45 天內飲用完畢，並置於乾燥陰涼處保存。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e📦 包裝規格與保鮮設計？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        每包海金咖啡皆採用定制高阻隔鋁箔袋，配備頂級單向排氣閥與自封密封壓條，有效隔絕光線與氧氣，為您鎖住每一次開袋時撲鼻而來的飽滿香氣。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 底部品牌精神結尾 --\u003e\n  \u003cdiv style=\"margin-top: 50px; padding: 32px 20px; text-align: center; background-color: #f7f8fa; border-top: 1px solid #E8E9EB; border-radius: 4px;\"\u003e\n    \u003cp style=\"color: #5a6578; font-style: italic; margin-bottom: 16px; font-size: 0.95em; letter-spacing: 1.5px;\"\u003e\n      「甄選全球各產地風味，只為換您一刻沉靜時光。」\n    \u003c\/p\u003e\n    \u003cdiv style=\"font-weight: 600; color: #0a1e3f; font-size: 1.2em; letter-spacing: 3.5px;\"\u003e\n      SEA MEET COFFEE 海金咖啡\n    \u003c\/div\u003e\n    \u003cp style=\"font-size: 0.85em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e\n      小批量工藝烘焙 ・ 產地直送精品豆\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SEA MEET COFFEE","offers":[{"title":"227g","offer_id":43715397877827,"sku":"SMC-HND-SHERRY-227","price":238.0,"currency_code":"HKD","in_stock":true},{"title":"454g","offer_id":43715397910595,"sku":"SMC-HND-SHERRY-454","price":388.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/8620\/4227\/files\/S-01.png?v=1787817256"},{"product_id":"ethiopia-sidama-bensa-ocr-washed-coffee-beans","title":"埃塞俄比亞 西達摩 本薩 紅櫻桃計劃 水洗咖啡豆","description":"\u003cdiv style=\"width: 100%; max-width: 100%; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif; line-height: 1.85; color: #0a1e3f; background-color: #ffffff; padding: 24px 0; box-sizing: border-box;\"\u003e\n\n  \u003c!-- 頂部系列徽章 --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 12px;\"\u003e\n    \u003cspan style=\"display: inline-block; border: 1px solid #c9a96e; color: #c9a96e; font-size: 0.8em; letter-spacing: 3px; padding: 4px 16px; text-transform: uppercase; font-weight: 600; border-radius: 2px;\"\u003e\n      OPERATION CHERRY RED ・ 紅櫻桃計劃特選\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 標題與核心副標題 --\u003e\n  \u003ch1 style=\"text-align: center; font-size: 1.85em; color: #0a1e3f; margin-top: 0; margin-bottom: 14px; font-weight: 600; letter-spacing: 1px;\"\u003e\n    埃塞俄比亞 西達摩 本薩 紅櫻桃計劃 水洗咖啡豆\n    \u003cspan style=\"display: block; font-size: 0.52em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e\n      100% 全熟紅櫻桃微批次 ｜ 澄澈精緻水洗 ｜ 中淺烘焙\n    \u003c\/span\u003e\n  \u003c\/h1\u003e\n\n  \u003c!-- 核心風味精簡標籤 (Flavor Tags) --\u003e\n  \u003cdiv style=\"display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px 0;\"\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🌸 晨曦橙花與白茉莉\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍑 鮮採白桃多汁感\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍋 佛手柑透亮果酸\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍯 野生白花蜜糖\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍵 頂級大吉嶺初摘茶韻\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 品牌沉靜引言 --\u003e\n  \u003cdiv style=\"max-width: 680px; margin: 0 auto 36px auto; text-align: center; color: #5a6578; font-size: 0.95em; font-style: italic; line-height: 1.8; border-top: 1px solid #E8E9EB; border-bottom: 1px solid #E8E9EB; padding: 14px 0;\"\u003e\n    「在晨曦微光灑落的清晨，讓高海拔綻放的白花與蜜桃甘甜，喚醒純淨澄澈的沉靜時光。」\n  \u003c\/div\u003e\n\n  \u003c!-- 第一部分：杯測風味與六角風味雷達圖 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 36px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🎵\u003c\/span\u003e 杯測風味：六維感官與風味雷達\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"background-color: #f7f8fa; padding: 24px; border-radius: 4px; border: 1px solid #E8E9EB; margin-top: 20px;\"\u003e\n    \n    \u003c!-- 風味量化清單與六角雷達圖 --\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; align-items: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #E8E9EB;\"\u003e\n      \n      \u003c!-- 左欄：6大維度指標 --\u003e\n      \u003cdiv style=\"display: flex; flex-direction: column; gap: 12px;\"\u003e\n        \n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e烘焙度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●\u003cspan style=\"color: #d1d5db;\"\u003e○○○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #0a1e3f; font-weight: 500;\"\u003e中淺烘焙\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e香氣值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e高雅白花香\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e醇厚度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●\u003cspan style=\"color: #d1d5db;\"\u003e○○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e果汁般純淨\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e甜感度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e成熟白桃蜜\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e餘韻值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e清雅茶香生津\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e酸度值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e明亮佛手柑酸\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003c!-- 右欄：六角形 SVG 風味雷達圖 --\u003e\n      \u003cdiv style=\"display: flex; justify-content: center; align-items: center;\"\u003e\n        \u003csvg viewbox=\"0 0 320 290\" style=\"width: 100%; max-width: 290px; height: auto;\"\u003e\n          \u003c!-- 5 層正六邊形蛛網網格 --\u003e\n          \u003cpolygon points=\"160.0,127.0 175.6,136.0 175.6,154.0 160.0,163.0 144.4,154.0 144.4,136.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,109.0 191.2,127.0 191.2,163.0 160.0,181.0 128.8,163.0 128.8,127.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,91.0 206.8,118.0 206.8,172.0 160.0,199.0 113.2,172.0 113.2,118.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,73.0 222.4,109.0 222.4,181.0 160.0,217.0 97.6,181.0 97.6,109.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,55.0 237.9,100.0 237.9,190.0 160.0,235.0 82.1,190.0 82.1,100.0\" fill=\"none\" stroke=\"#D1D5DB\" stroke-width=\"1.2\"\u003e\u003c\/polygon\u003e\n\n          \u003c!-- 6 條軸線 --\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"55.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"235.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n\n          \u003c!-- 6 維數據覆蓋面 (烘焙2, 香氣5, 醇厚3, 甜度5, 餘韻4, 酸度4) --\u003e\n          \u003cpolygon points=\"160.0,109.0 237.9,100.0 206.8,172.0 160.0,235.0 97.6,181.0 97.6,109.0\" fill=\"rgba(201, 169, 110, 0.38)\" stroke=\"#C9A96E\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n\n          \u003c!-- 6 個數據頂點圓點 --\u003e\n          \u003ccircle cx=\"160.0\" cy=\"109.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"237.9\" cy=\"100.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"206.8\" cy=\"172.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"160.0\" cy=\"235.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"97.6\" cy=\"181.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"97.6\" cy=\"109.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n\n          \u003c!-- 6 個維度文字標籤 --\u003e\n          \u003ctext x=\"160\" y=\"38\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e烘焙度\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"98\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e香氣\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"200\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e醇厚度\u003c\/text\u003e\n          \u003ctext x=\"160\" y=\"258\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e甜度\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"200\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e餘韻\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"98\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e酸度\u003c\/text\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 溫層風味變化 --\u003e\n    \u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; font-size: 0.95em;\"\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【初聞乾香】\u003c\/strong\u003e\n        研磨的瞬間，宛如清晨山嵐微風拂面，瞬間釋放出純淨的\u003cstrong\u003e茉莉白花、橙花與新鮮檸檬草\u003c\/strong\u003e的高雅香氣。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【熱飲品嚐 70°C】\u003c\/strong\u003e\n        高溫入口展現晶瑩剔透的\u003cstrong\u003e多汁白桃與佛手柑\u003c\/strong\u003e果汁感，酸質明亮圓潤，在舌尖勾勒出細膩優雅的骨架。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【中溫層次 50°C】\u003c\/strong\u003e\n        隨著溫度微降，紅櫻桃的高糖分完全轉化，釋放出\u003cstrong\u003e成熟蜜桃、柑橘蜜餞與蜂蜜甘甜\u003c\/strong\u003e，酸甜交織極具立體感。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【冷卻餘韻 35°C】\u003c\/strong\u003e\n        低溫時透出宛如\u003cstrong\u003e頂級初摘大吉嶺紅茶\u003c\/strong\u003e般的細膩茶感，尾韻伴隨持久的白花蜜香與生津回甘，澄澈悠長。\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 第二部分：風土與處理法工藝 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; display: flex; align-items: center; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🌊\u003c\/span\u003e 風土溯源：高海拔淨土與全熟果實的甜淨哲學\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px;\"\u003e\n    \n    \u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e\n        ⛰️ 2,000m+ 西達摩本薩高地的冷冽滋養\n      \u003c\/strong\u003e\n      \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e\n        本薩（Bensa）座落於西達摩極高海拔山嶺，終年雲霧繚繞與劇烈日夜溫差，使咖啡果實擁有極其漫長的熟成週期。咖啡豆密度極高、質地緊實，將微型氣候所賦予的花果芳香分子濃縮於每一顆原生種 74110 生豆之中。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e\n        🍒 紅櫻桃計劃（OCR）的極致糖度挑選\n      \u003c\/strong\u003e\n      \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e\n        不同於常規採收，紅櫻桃計劃以優渥溢價支持農民進行極致嚴苛的手工篩選，僅採摘糖度達到峰值的「100% 全紅熟果」。結合精準的水洗發酵與清水淨化，徹底去除雜味，展現水洗咖啡罕見的高甜感與純淨度。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 第三部分：烘豆師手沖與萃取指南 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e☕\u003c\/span\u003e 萃取指南：海金咖啡烘豆師黃金參數\n  \u003c\/h2\u003e\n  \u003cp style=\"color: #5a6578; font-size: 0.93em; margin-top: 10px;\"\u003e\n    高海拔高密度水洗豆蘊含細緻的芳香化合物，適度水溫與流暢萃取能完美呈現清透的果汁質地與花茶餘韻：\n  \u003c\/p\u003e\n  \n  \u003cdiv style=\"background-color: #f7f8fa; padding: 22px; border: 1px solid #E8E9EB; border-radius: 4px; margin-top: 15px;\"\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; font-size: 0.93em; margin-bottom: 16px;\"\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 粉水比例：\u003c\/strong\u003e 1 : 15.5（推薦 15g 咖啡粉 : 230ml 水）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 建議水溫：\u003c\/strong\u003e 89°C - 91°C（溫柔釋放花香與果酸）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 研磨顆粒：\u003c\/strong\u003e 中細研磨（約白砂糖至精細海鹽大小）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 推薦器具：\u003c\/strong\u003e V60 錐形濾杯 \/ Origami 摺紙濾杯\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"border-top: 1px dashed #E8E9EB; padding-top: 14px; font-size: 0.92em; color: #0a1e3f; line-height: 1.75;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; display: block; margin-bottom: 4px;\"\u003e三段式注水節奏：\u003c\/strong\u003e\n      \u003cstrong\u003e0:00 - 0:35\u003c\/strong\u003e 注入 35g 水進行 35 秒溫和悶蒸，充分釋放高海拔白花香氣。\u003cbr\u003e\n      \u003cstrong\u003e0:35 - 1:15\u003c\/strong\u003e 維持均勻細水流，由中心向外平穩繞圈注水至 135g，帶出飽滿的水蜜桃甜感。\u003cbr\u003e\n      \u003cstrong\u003e1:15 - 2:05\u003c\/strong\u003e 持續穩定中心注水至 230g，使水流順暢流盡，收尾出乾淨的大吉嶺茶韻（總時間約 2 分 10 秒）。\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 第四部分：品飲場景與搭配建議 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🕯️\u003c\/span\u003e 沉靜時光：風味搭配與生活提案\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 18px;\"\u003e\n    \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🍰 點心佐搭（Pairing）\u003c\/strong\u003e\n      \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e\n        極度推薦搭配法式檸檬塔、白桃戚風、日式輕乳酪蛋糕或法式可頌。咖啡明亮純淨的酸甜感能洗滌味蕾，襯托出甜點精緻的奶香與果香層次。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🌅 晨曦時刻（Occasion）\u003c\/strong\u003e\n      \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e\n        適合清晨喚醒感官、陽光初灑時的靜心閱讀或專注構思的時刻。如山澗泉水般純淨無負擔的口感，為心靈帶來一抹清澈的寧靜。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 第五部分：常見問題（FAQ） --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🔍\u003c\/span\u003e 常見問題：關於這份「純淨與澄澈」\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"margin-top: 20px;\"\u003e\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🌸 為什麼這款咖啡的花果香氣格外純淨立體？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        歸功於嚴謹精準的「純淨水洗處理法」。水洗在去皮後澈底洗淨果膠與發酵殘留，剔除了發酵可能帶來的厚重雜質，能最真實還原本薩高海拔風土與原生種 74110 天然蘊含的茉莉花香與鮮明果酸。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🍒 「紅櫻桃計劃」如何打破傳統水洗豆甜度較薄的限制？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        一般水洗豆常因採摘未完全熟透的果實而顯得單薄偏酸。紅櫻桃計劃僅採集糖度達到巔峰的深紅櫻桃果實，讓水洗生豆在維持乾淨清透骨架的同時，兼具多汁熟水蜜桃的濃郁甜感，達到近乎完美的酸甜平衡。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🧺 建議養豆天數與最佳賞味期？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        高海拔中淺烘焙豆質地緻密，排氣較慢，建議自烘焙日起算 \u003cb style=\"color: #0a1e3f;\"\u003e養豆 10 - 14 天\u003c\/b\u003e 後開始沖煮，此時花香與白桃果汁感達到最佳綻放狀態。開封後建議於 30-45 天內享用完畢，並置於乾燥陰涼處常溫密封保存。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e📦 包裝規格與保鮮設計？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        每包海金咖啡皆採用專屬高阻隔遮光鋁箔袋（淨重：227g），配備單向排氣閥與密封夾鏈設計，有效隔絕空氣與光線，鎖住每一顆咖啡豆最新鮮純粹的產地香氣。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 底部品牌精神結尾 --\u003e\n  \u003cdiv style=\"margin-top: 50px; padding: 32px 20px; text-align: center; background-color: #f7f8fa; border-top: 1px solid #E8E9EB; border-radius: 4px;\"\u003e\n    \u003cp style=\"color: #5a6578; font-style: italic; margin-bottom: 16px; font-size: 0.95em; letter-spacing: 1.5px;\"\u003e\n      「甄選全球各產地風味，只為換您一刻沉靜時光。」\n    \u003c\/p\u003e\n    \u003cdiv style=\"font-weight: 600; color: #0a1e3f; font-size: 1.2em; letter-spacing: 3.5px;\"\u003e\n      SEA MEET COFFEE 海金咖啡\n    \u003c\/div\u003e\n    \u003cp style=\"font-size: 0.85em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e\n      小批量工藝烘焙 ・ 產地直送精品豆\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SEA MEET COFFEE","offers":[{"title":"150g","offer_id":43715759800387,"sku":"SMC-ETH-SIDAMA-150","price":158.0,"currency_code":"HKD","in_stock":true},{"title":"227g","offer_id":43715759833155,"sku":"SMC-ETH-SIDAMA-227","price":258.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/8620\/4227\/files\/F-01.png?v=1787820816"},{"product_id":"indonesia-pwn-golden-mandheling-g1-coffee-beans","title":"印尼 PWN 黃金曼特寧 G1 咖啡豆","description":"\u003cdiv style=\"width: 100%; max-width: 100%; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif; line-height: 1.85; color: #0a1e3f; background-color: #ffffff; padding: 24px 0; box-sizing: border-box;\"\u003e\n\n  \u003c!-- 頂部系列徽章 --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 12px;\"\u003e\n    \u003cspan style=\"display: inline-block; border: 1px solid #c9a96e; color: #c9a96e; font-size: 0.8em; letter-spacing: 3px; padding: 4px 16px; text-transform: uppercase; font-weight: 600; border-radius: 2px;\"\u003e\n      PWN ESTATE RESERVE ・ 印尼黃金曼特寧特選\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 標題與核心副標題 (已更新為主標題「印尼」) --\u003e\n  \u003ch1 style=\"text-align: center; font-size: 1.85em; color: #0a1e3f; margin-top: 0; margin-bottom: 14px; font-weight: 600; letter-spacing: 1px;\"\u003e\n    印尼 PWN 黃金曼特寧 G1 咖啡豆\n    \u003cspan style=\"display: block; font-size: 0.52em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e\n      印尼 PWN 原廠認證 ｜ 經典鐵皮卡（Typica） ｜ 傳統濕刨工法 ｜ 中深烘焙\n    \u003c\/span\u003e\n  \u003c\/h1\u003e\n\n  \u003c!-- 核心風味精簡標籤 --\u003e\n  \u003cdiv style=\"display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px 0;\"\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🪵 沉靜檀木沉香\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🧈 濃醇絲滑黃油\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍮 炙烤焦糖甜感\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍫 醇厚黑朱古力\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍂 溫潤草本甘草\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 品牌沉靜引言 --\u003e\n  \u003cdiv style=\"max-width: 680px; margin: 0 auto 36px auto; text-align: center; color: #5a6578; font-size: 0.95em; font-style: italic; line-height: 1.8; border-top: 1px solid #E8E9EB; border-bottom: 1px solid #E8E9EB; padding: 14px 0;\"\u003e\n    「在黃昏沉寂的時刻，讓熱帶雨林深處的檀木沉香與黃油焦糖甘甜，換您一刻踏實溫潤的沉靜時光。」\n  \u003c\/div\u003e\n\n  \u003c!-- 第一部分：杯測風味與六角風味雷達圖 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 36px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🎵\u003c\/span\u003e 杯測風味：六維感官與風味雷達\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"background-color: #f7f8fa; padding: 24px; border-radius: 4px; border: 1px solid #E8E9EB; margin-top: 20px;\"\u003e\n    \n    \u003c!-- 風味量化清單與六角雷達圖 --\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; align-items: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #E8E9EB;\"\u003e\n      \n      \u003c!-- 左欄：6大維度指標 --\u003e\n      \u003cdiv style=\"display: flex; flex-direction: column; gap: 12px;\"\u003e\n        \n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e烘焙度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #0a1e3f; font-weight: 500;\"\u003e中深烘焙\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e香氣值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e典雅檀木沉香\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e醇厚度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e黃油絲滑體質\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e甜感度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e濃郁炙烤焦糖\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e餘韻值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e黑朱古力長回甘\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e酸度值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●\u003cspan style=\"color: #d1d5db;\"\u003e○○○○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e極低沉穩柔酸\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003c!-- 右欄：六角形 SVG 風味雷達圖 --\u003e\n      \u003cdiv style=\"display: flex; justify-content: center; align-items: center;\"\u003e\n        \u003csvg viewbox=\"0 0 320 290\" style=\"width: 100%; max-width: 290px; height: auto;\"\u003e\n          \u003c!-- 5 層正六邊形蛛網網格 --\u003e\n          \u003cpolygon points=\"160.0,127.0 175.6,136.0 175.6,154.0 160.0,163.0 144.4,154.0 144.4,136.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,109.0 191.2,127.0 191.2,163.0 160.0,181.0 128.8,163.0 128.8,127.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,91.0 206.8,118.0 206.8,172.0 160.0,199.0 113.2,172.0 113.2,118.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,73.0 222.4,109.0 222.4,181.0 160.0,217.0 97.6,181.0 97.6,109.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,55.0 237.9,100.0 237.9,190.0 160.0,235.0 82.1,190.0 82.1,100.0\" fill=\"none\" stroke=\"#D1D5DB\" stroke-width=\"1.2\"\u003e\u003c\/polygon\u003e\n\n          \u003c!-- 6 條軸線 --\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"55.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"235.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n\n          \u003c!-- 6 維數據覆蓋面 --\u003e\n          \u003cpolygon points=\"160.0,73.0 222.4,109.0 222.4,181.0 160.0,217.0 97.6,181.0 144.4,136.0\" fill=\"rgba(201, 169, 110, 0.38)\" stroke=\"#C9A96E\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n\n          \u003c!-- 6 個數據頂點圓點 --\u003e\n          \u003ccircle cx=\"160.0\" cy=\"73.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"222.4\" cy=\"109.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"222.4\" cy=\"181.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"160.0\" cy=\"217.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"97.6\" cy=\"181.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"144.4\" cy=\"136.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n\n          \u003c!-- 6 個維度文字標籤 --\u003e\n          \u003ctext x=\"160\" y=\"38\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e烘焙度\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"98\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e香氣\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"200\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e醇厚度\u003c\/text\u003e\n          \u003ctext x=\"160\" y=\"258\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e甜度\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"200\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e餘韻\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"98\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e酸度\u003c\/text\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 溫層風味變化 --\u003e\n    \u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; font-size: 0.95em;\"\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【初聞乾香】\u003c\/strong\u003e\n        研磨瞬間撲鼻而來的是溫暖沉穩的\u003cstrong\u003e檀木沉香、深焙堅果與黑糖\u003c\/strong\u003e香氣，沉靜而極具包容力。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【熱飲品嚐 70°C】\u003c\/strong\u003e\n        入口即能感受到\u003cstrong\u003e香煎黃油\u003c\/strong\u003e般的絲滑豐盈體質，伴隨\u003cstrong\u003e濃醇黑朱古力\u003c\/strong\u003e的厚實感，果酸極低，純淨順口。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【中溫層次 50°C】\u003c\/strong\u003e\n        隨溫度微降，中深烘焙的焦糖化反應完全釋放，展現出\u003cstrong\u003e炙烤焦糖與楓糖漿\u003c\/strong\u003e的濃郁甜感，層次圓潤厚重。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【冷卻餘韻 35°C】\u003c\/strong\u003e\n        尾韻散發出典雅的\u003cstrong\u003e古老檀木木質調與甘草回甘\u003c\/strong\u003e，口齒間留存著持久不散的黑巧苦甜餘韻。\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 第二部分：風土與處理法工藝 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; display: flex; align-items: center; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🌊\u003c\/span\u003e 風土溯源：高海拔雨林與古老鐵皮卡的黑金淬鍊\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px;\"\u003e\n    \n    \u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e\n        ⛰️ 海拔 1,350 - 1,500m 原生古種鐵皮卡（Typica）\n      \u003c\/strong\u003e\n      \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e\n        生長於印度尼西亞蘇門答臘高海拔火山森林，常年雲霧繚繞、雨水豐沛。純種鐵皮卡樹種在純淨的火山灰土壤中緩慢生長，豆粒碩大飽滿，蘊含豐富的天然油脂與木質糖分，為黃金曼特寧的深厚甜感奠定優異基礎。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e\n        👑 PWN 官方認證與傳統濕刨工藝（Giling Basah）\n      \u003c\/strong\u003e\n      \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e\n        印尼著名普旺尼（PWN）公司註冊之黃金曼特寧標準。採用印尼獨創的濕刨工法，在生豆含水率仍高時快速脫殼乾燥，經由多道嚴格人工手選剔除微小瑕疵，徹底洗淨雜味，淬鍊出極致乾淨且帶有絲滑黃油、檀木沉香的傳奇風味。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 第三部分：烘豆師手沖與萃取指南 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e☕\u003c\/span\u003e 萃取指南：海金咖啡烘豆師黃金參數\n  \u003c\/h2\u003e\n  \u003cp style=\"color: #5a6578; font-size: 0.93em; margin-top: 10px;\"\u003e\n    中深烘焙曼特寧富含可溶性糖類與油脂，建議使用較柔和的水溫萃取，以完美展現焦糖甜感與如奶油般的滑順體質：\n  \u003c\/p\u003e\n  \n  \u003cdiv style=\"background-color: #f7f8fa; padding: 22px; border: 1px solid #E8E9EB; border-radius: 4px; margin-top: 15px;\"\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; font-size: 0.93em; margin-bottom: 16px;\"\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 粉水比例：\u003c\/strong\u003e 1 : 14 ～ 1 : 15（推薦 16g 咖啡粉 : 230ml 水）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 建議水溫：\u003c\/strong\u003e 86°C - 88°C（低水溫更能突顯黃油滑順感與焦糖甜）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 研磨顆粒：\u003c\/strong\u003e 中等研磨（約白砂糖大小）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 推薦器具：\u003c\/strong\u003e KONO 濾杯 \/ Kalita 扇形濾杯 \/ 法蘭絨濾布\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"border-top: 1px dashed #E8E9EB; padding-top: 14px; font-size: 0.92em; color: #0a1e3f; line-height: 1.75;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; display: block; margin-bottom: 4px;\"\u003e注水節奏建議：\u003c\/strong\u003e\n      \u003cstrong\u003e0:00 - 0:40\u003c\/strong\u003e 注入 35g 水進行 40 秒深層悶蒸，喚醒檀木與堅果香氣。\u003cbr\u003e\n      \u003cstrong\u003e0:40 - 1:20\u003c\/strong\u003e 採用穩定細水流於中心緩慢繞圈注入至 130g，萃取飽滿的黃油油脂層次。\u003cbr\u003e\n      \u003cstrong\u003e1:20 - 2:00\u003c\/strong\u003e 均勻注水至 230g，水位下降完畢即移開濾杯，品嚐如融化黑巧般的絲滑甘甜。\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 第四部分：品飲場景與搭配建議 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🕯️\u003c\/span\u003e 沉靜時光：風味搭配與生活提案\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 18px;\"\u003e\n    \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🍫 甜點與特調佐搭（Pairing）\u003c\/strong\u003e\n      \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e\n        極度推薦搭配重乳酪蛋糕、黑森林蛋糕、焦糖布丁或堅果肉桂捲；加入少許溫熱鮮奶調配成拿鐵，亦能展現如同融化朱古力冰淇淋般的醇厚滑順感。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🌌 沉澱時刻（Occasion）\u003c\/strong\u003e\n      \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e\n        適合雨天午後、深夜靜心閱讀或專注沉思的時刻。低酸踏實、香氣沉穩內斂的黃金曼特寧，能撫平浮躁，帶來最溫暖安心的安定感。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 第五部分：常見問題（FAQ） - 預設隱藏 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🔍\u003c\/span\u003e 常見問題：關於這份「醇厚與深邃」\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"margin-top: 20px;\"\u003e\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e👑 什麼是「PWN 黃金曼特寧」？與一般曼特寧有何不同？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        「黃金曼特寧（Golden Mandheling）」最早由印尼知名普旺尼公司（PWN）註冊為商標。一般曼特寧瑕疵率較高且帶有較強土腥味；而 PWN 認證的黃金曼特寧精選純種鐵皮卡，並經過 \u003cb style=\"color: #0a1e3f;\"\u003e多道嚴格人工挑選\u003c\/b\u003e，生豆顆粒大且色澤均勻，保留了極為乾淨純粹的檀木、焦糖與黑朱古力甘甜，毫無雜澀感。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🍋 我不喜歡咖啡有酸味，這款適合我嗎？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        這款咖啡是 \u003cb style=\"color: #0a1e3f;\"\u003e極度推薦給「怕酸者」的首選\u003c\/b\u003e！傳統濕刨工藝結合海金咖啡的中深烘焙曲線，已將酸質降至極低，取而代之的是滿滿的焦糖甜感、黃油油脂滑順感與黑朱古力回甘，濃郁醇厚。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🧺 建議養豆天數與最佳賞味期？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        中深烘焙咖啡豆油脂豐富、排氣較快，建議自烘焙日起算 \u003cb style=\"color: #0a1e3f;\"\u003e養豆 5 - 7 天\u003c\/b\u003e 後開始沖煮，此時焦糖與檀木香氣達到巔峰。開封後建議於 30 天內享用完畢，並置於乾燥陰涼處常溫密封保存。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e📦 包裝規格與保鮮設計？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        每包海金咖啡皆採用專屬高阻隔遮光鋁箔袋，配備單向排氣閥與自封密封夾鏈，有效隔絕空氣與光線，鎖住每一顆咖啡豆最新鮮厚實的產地香氣。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 底部品牌精神結尾 --\u003e\n  \u003cdiv style=\"margin-top: 50px; padding: 32px 20px; text-align: center; background-color: #f7f8fa; border-top: 1px solid #E8E9EB; border-radius: 4px;\"\u003e\n    \u003cp style=\"color: #5a6578; font-style: italic; margin-bottom: 16px; font-size: 0.95em; letter-spacing: 1.5px;\"\u003e\n      「甄選全球各產地風味，只為換您一刻沉靜時光。」\n    \u003c\/p\u003e\n    \u003cdiv style=\"font-weight: 600; color: #0a1e3f; font-size: 1.2em; letter-spacing: 3.5px;\"\u003e\n      SEA MEET COFFEE 海金咖啡\n    \u003c\/div\u003e\n    \u003cp style=\"font-size: 0.85em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e\n      小批量工藝烘焙 ・ 產地直送精品豆\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SEA MEET COFFEE","offers":[{"title":"100g","offer_id":43716985028675,"sku":"SMC-IDN-MANDHELING-100","price":98.0,"currency_code":"HKD","in_stock":true},{"title":"227g","offer_id":43716985061443,"sku":"SMC-IDN-MANDHELING-227","price":188.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/8620\/4227\/files\/N-01.png?v=1787820662"},{"product_id":"ethiopia-yirgacheffe-soe-washed-coffee-beans","title":"埃塞俄比亞 耶加雪菲 SOE 咖啡豆","description":"\u003cdiv style=\"width: 100%; max-width: 100%; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif; line-height: 1.85; color: #0a1e3f; background-color: #ffffff; padding: 24px 0; box-sizing: border-box;\"\u003e\n\n  \u003c!-- 頂部系列徽章 --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 12px;\"\u003e\n    \u003cspan style=\"display: inline-block; border: 1px solid #c9a96e; color: #c9a96e; font-size: 0.8em; letter-spacing: 3px; padding: 4px 16px; text-transform: uppercase; font-weight: 600; border-radius: 2px;\"\u003e\n      SOE SINGLE ORIGIN RESERVE ・ 單品手沖與濃縮特選\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 標題與核心副標題 (已同步最新 SEO 主副標題) --\u003e\n  \u003ch1 style=\"text-align: center; font-size: 1.85em; color: #0a1e3f; margin-top: 0; margin-bottom: 14px; font-weight: 600; letter-spacing: 1px;\"\u003e\n    埃塞俄比亞 耶加雪菲 SOE 咖啡豆\n    \u003cspan style=\"display: block; font-size: 0.52em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e\n      水洗原生種（Heirloom） ｜ 手沖・義式雙用 ｜ 中淺烘焙\n    \u003c\/span\u003e\n  \u003c\/h1\u003e\n\n  \u003c!-- 核心風味精簡標籤 --\u003e\n  \u003cdiv style=\"display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px 0;\"\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🌸 晨曦清雅白花香\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍊 鮮榨甜橙多汁感\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍯 溫潤結晶黃糖甜\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍵 伯爵紅茶回甘餘韻\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍋 晶瑩柑橘透亮酸\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 品牌沉靜引言 --\u003e\n  \u003cdiv style=\"max-width: 680px; margin: 0 auto 36px auto; text-align: center; color: #5a6578; font-size: 0.95em; font-style: italic; line-height: 1.8; border-top: 1px solid #E8E9EB; border-bottom: 1px solid #E8E9EB; padding: 14px 0;\"\u003e\n    「在晨光微曦的清晨，讓耶加雪菲高海拔的花香與清甜橙果，喚醒屬於你的澄澈沉靜時光。」\n  \u003c\/div\u003e\n\n  \u003c!-- 第一部分：杯測風味與六角風味雷達圖 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 36px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🎵\u003c\/span\u003e 杯測風味：六維感官與風味雷達\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"background-color: #f7f8fa; padding: 24px; border-radius: 4px; border: 1px solid #E8E9EB; margin-top: 20px;\"\u003e\n    \n    \u003c!-- 風味量化清單與六角雷達圖 --\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; align-items: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #E8E9EB;\"\u003e\n      \n      \u003c!-- 左欄：6大維度指標 --\u003e\n      \u003cdiv style=\"display: flex; flex-direction: column; gap: 12px;\"\u003e\n        \n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e烘焙度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●\u003cspan style=\"color: #d1d5db;\"\u003e○○○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #0a1e3f; font-weight: 500;\"\u003e中淺烘焙\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e香氣值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e清雅白花香\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e醇厚度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●\u003cspan style=\"color: #d1d5db;\"\u003e○○○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e輕盈果汁體質\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e甜感度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e甜橙黃糖蜜\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e餘韻值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e紅茶生津回甘\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e酸度值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e明亮柑橘橙酸\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003c!-- 右欄：六角形 SVG 風味雷達圖 --\u003e\n      \u003cdiv style=\"display: flex; justify-content: center; align-items: center;\"\u003e\n        \u003csvg viewbox=\"0 0 320 290\" style=\"width: 100%; max-width: 290px; height: auto;\"\u003e\n          \u003c!-- 5 層正六邊形蛛網網格 --\u003e\n          \u003cpolygon points=\"160.0,127.0 175.6,136.0 175.6,154.0 160.0,163.0 144.4,154.0 144.4,136.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,109.0 191.2,127.0 191.2,163.0 160.0,181.0 128.8,163.0 128.8,127.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,91.0 206.8,118.0 206.8,172.0 160.0,199.0 113.2,172.0 113.2,118.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,73.0 222.4,109.0 222.4,181.0 160.0,217.0 97.6,181.0 97.6,109.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,55.0 237.9,100.0 237.9,190.0 160.0,235.0 82.1,190.0 82.1,100.0\" fill=\"none\" stroke=\"#D1D5DB\" stroke-width=\"1.2\"\u003e\u003c\/polygon\u003e\n\n          \u003c!-- 6 條軸線 --\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"55.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"235.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n\n          \u003c!-- 6 維數據覆蓋面 (烘焙2, 香氣5, 醇厚2, 甜度4, 餘韻4, 酸度4) --\u003e\n          \u003cpolygon points=\"160.0,109.0 237.9,100.0 191.2,163.0 160.0,217.0 97.6,181.0 97.6,109.0\" fill=\"rgba(201, 169, 110, 0.38)\" stroke=\"#C9A96E\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n\n          \u003c!-- 6 個數據頂點圓點 --\u003e\n          \u003ccircle cx=\"160.0\" cy=\"109.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"237.9\" cy=\"100.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"191.2\" cy=\"163.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"160.0\" cy=\"217.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"97.6\" cy=\"181.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"97.6\" cy=\"109.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n\n          \u003c!-- 6 個維度文字標籤 --\u003e\n          \u003ctext x=\"160\" y=\"38\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e烘焙度\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"98\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e香氣\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"200\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e醇厚度\u003c\/text\u003e\n          \u003ctext x=\"160\" y=\"258\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e甜度\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"200\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e餘韻\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"98\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e酸度\u003c\/text\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 溫層風味變化 --\u003e\n    \u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; font-size: 0.95em;\"\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【初聞乾香】\u003c\/strong\u003e\n        研磨的瞬間，宛如清晨山嵐微風拂面，釋放出乾淨純粹的\u003cstrong\u003e茉莉白花、新鮮橙皮與檸檬草\u003c\/strong\u003e的高雅香氣。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【熱飲品嚐 70°C】\u003c\/strong\u003e\n        入口展現晶瑩透亮的\u003cstrong\u003e鮮榨甜橙與佛手柑\u003c\/strong\u003e果汁感，果酸明亮而柔順，質地輕盈靈動，無一絲苦澀。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【中溫層次 50°C】\u003c\/strong\u003e\n        隨溫度微降，中淺烘焙的糖化層次完全展開，浮現\u003cstrong\u003e結晶黃糖、柑橘蜜餞與蜂蜜\u003c\/strong\u003e的甜潤，酸甜交織極具立體感。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【冷卻餘韻 35°C】\u003c\/strong\u003e\n        尾韻轉化為如同\u003cstrong\u003e頂級錫蘭大吉嶺紅茶\u003c\/strong\u003e般的優雅茶韻，喉頭伴隨持久的白花蜜香與生津回甘，澄澈悠長。\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 第二部分：風土與處理法工藝 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; display: flex; align-items: center; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🌊\u003c\/span\u003e 風土溯源：2,000m 高原淨土與古老原生種\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px;\"\u003e\n    \n    \u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e\n        ⛰️ 海拔 1,900 - 2,100m 耶加雪菲原生種（Heirloom）\n      \u003c\/strong\u003e\n      \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e\n        耶加雪菲坐落於東非大裂谷高海拔山脈，終年雲霧繚繞、日夜溫差劇烈。古老的原生種（Heirloom）在冷冽純淨的氣候下緩慢熟成，生豆質地緻密堅硬，將花果精華與高雅的柑橘酸質濃縮於每一顆豆體中。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e\n        💧 精緻傳統水洗工藝（Fully Washed）\n      \u003c\/strong\u003e\n      \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e\n        嚴選全熟紅櫻桃，經去皮發酵後，以天然清澈山泉水徹底洗淨果膠。水洗工藝剔除了所有雜質與多餘發酵感，完美還原耶加雪菲最標誌性、宛如花茶般乾淨澄澈的經典風味。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 第三部分：SOE 與手沖雙重萃取指南 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e☕\u003c\/span\u003e 萃取指南：SOE 義式與手沖黃金參數\n  \u003c\/h2\u003e\n  \u003cp style=\"color: #5a6578; font-size: 0.93em; margin-top: 10px;\"\u003e\n    這款中淺烘焙的耶加雪菲既能以手沖展現花香茶韻，亦極適合製作為單品義式咖啡（SOE），在奶香中綻放迷人的柑橘甜感：\n  \u003c\/p\u003e\n  \n  \u003cdiv style=\"background-color: #f7f8fa; padding: 22px; border: 1px solid #E8E9EB; border-radius: 4px; margin-top: 15px;\"\u003e\n    \n    \u003c!-- 手沖專區 --\u003e\n    \u003cstrong style=\"color: #0a1e3f; font-size: 1.02em; display: block; margin-bottom: 10px;\"\u003e💧 精品手沖（Filter Coffee）：\u003c\/strong\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; font-size: 0.92em; margin-bottom: 16px;\"\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 粉水比例：\u003c\/strong\u003e 1 : 15（推薦 15g 粉 : 225ml 水）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 建議水溫：\u003c\/strong\u003e 90°C - 92°C（溫柔釋放花香與果酸）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 研磨顆粒：\u003c\/strong\u003e 中等研磨（如白砂糖大小）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 推薦器具：\u003c\/strong\u003e V60 錐形濾杯 \/ Origami 摺紙濾杯\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"font-size: 0.9em; color: #5a6578; line-height: 1.7; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px dashed #E8E9EB;\"\u003e\n      \u003cstrong\u003e三段式注水：\u003c\/strong\u003e35g 水悶蒸 35 秒 → 均勻細水流繞圈注水至 135g → 穩定中心注水至 225g（總萃取時間約 2 分 05 秒）。\n    \u003c\/div\u003e\n\n    \u003c!-- SOE 義式專區 --\u003e\n    \u003cstrong style=\"color: #0a1e3f; font-size: 1.02em; display: block; margin-bottom: 10px;\"\u003e☕ SOE 義式單品特調（Espresso Base）：\u003c\/strong\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; font-size: 0.9em; color: #0a1e3f;\"\u003e\n      \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; padding: 12px 16px; border-radius: 4px;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; display: block; margin-bottom: 4px;\"\u003e濃縮基準（Espresso 1:2）\u003c\/strong\u003e\n        粉量 19.5g ｜ 萃取時間 35±3 秒 ｜ 萃出 39g 濃縮液\n      \u003c\/div\u003e\n      \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; padding: 12px 16px; border-radius: 4px;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; display: block; margin-bottom: 4px;\"\u003e清爽美式（Americano）\u003c\/strong\u003e\n        熱美式：39g 濃縮 + 180g 熱水\u003cbr\u003e\n        冰美式：39g 濃縮 + 140g 冰塊 + 140g 冷水\n      \u003c\/div\u003e\n      \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; padding: 12px 16px; border-radius: 4px; grid-column: 1 \/ -1;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; display: block; margin-bottom: 4px;\"\u003e花香拿鐵（SOE Latte 1:1.9）\u003c\/strong\u003e\n        粉量 19.5g 萃出 37g 濃縮 ｜ 熱奶咖加 200ml 熱牛奶 ｜ 冰奶咖加 120g 冰塊 + 160ml 牛奶，呈現如同柑橘白朱古力般的甜潤奶香！\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 第四部分：品飲場景與搭配建議 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🕯️\u003c\/span\u003e 沉靜時光：風味搭配與生活提案\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 18px;\"\u003e\n    \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🍰 點心佐搭（Pairing）\u003c\/strong\u003e\n      \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e\n        極度推薦搭配法式檸檬塔、白桃戚風蛋糕、橙香磅蛋糕或原味可頌。咖啡乾淨明亮的柑橘酸甜能洗滌味蕾，襯托出精緻甜點的細膩奶油香。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🌅 晨光時刻（Occasion）\u003c\/strong\u003e\n      \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e\n        適合清晨喚醒感官、陽光灑落窗台時的閱讀或專注構思時刻。宛如花茶般清透無負擔的口感，為心靈注入一抹澄澈的安寧。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 第五部分：常見問題（FAQ） --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🔍\u003c\/span\u003e 常見問題：關於這份「澄澈花果香」\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"margin-top: 20px;\"\u003e\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e☕ 什麼是「SOE」？這款咖啡豆適合手沖還是意式？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        SOE 是 \u003cb style=\"color: #0a1e3f;\"\u003eSingle Origin Espresso（單一產區濃縮咖啡）\u003c\/b\u003e 的縮寫。這款咖啡豆經過精準的中淺度烘焙，手沖時能展現茉莉花與甜橙紅茶的純淨茶感；使用半自動或全自動義式機萃取時，則能製作出花果香濃郁的單品美式與清爽甜潤的果香拿鐵，兩者皆極為出色。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🌸 為什麼這款咖啡的花果香氣格外乾淨？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        歸功於嚴謹精準的「精緻水洗處理法」。水洗在去皮後徹底洗淨果膠，剔除了過度發酵可能帶來的雜味，最純粹地保留了 2,000 米極高海拔耶加雪菲原生種天然的花香、甜橙果酸與黃糖甘甜。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🧺 建議養豆天數與最佳賞味期？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        高海拔中淺烘焙豆質地緊密，排氣較慢。手沖建議自烘焙日起算 \u003cb style=\"color: #0a1e3f;\"\u003e養豆 7 - 10 天\u003c\/b\u003e；若用於義式 SOE 濃縮萃取，建議 \u003cb style=\"color: #0a1e3f;\"\u003e養豆 12 - 14 天\u003c\/b\u003e 讓二氧化碳充分排放，萃取更順暢。開封後建議於 30-45 天內享用完畢，置於乾燥陰涼處密封常溫保存。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e📦 包裝規格與保鮮設計？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        每包海金咖啡皆採用專屬高阻隔遮光鋁箔袋，配備單向排氣閥與自封密封夾鏈，有效隔絕空氣與光線，鎖住每一顆咖啡豆最新鮮純粹的產地香氣。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 底部品牌精神結尾 --\u003e\n  \u003cdiv style=\"margin-top: 50px; padding: 32px 20px; text-align: center; background-color: #f7f8fa; border-top: 1px solid #E8E9EB; border-radius: 4px;\"\u003e\n    \u003cp style=\"color: #5a6578; font-style: italic; margin-bottom: 16px; font-size: 0.95em; letter-spacing: 1.5px;\"\u003e\n      「甄選全球各產地風味，只為換您一刻沉靜時光。」\n    \u003c\/p\u003e\n    \u003cdiv style=\"font-weight: 600; color: #0a1e3f; font-size: 1.2em; letter-spacing: 3.5px;\"\u003e\n      SEA MEET COFFEE 海金咖啡\n    \u003c\/div\u003e\n    \u003cp style=\"font-size: 0.85em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e\n      小批量工藝烘焙 ・ 產地直送精品豆\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SEA MEET COFFEE","offers":[{"title":"454g","offer_id":43717406326851,"sku":"SMC-ETH-YIRGACHEFFE-454","price":148.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/8620\/4227\/files\/F-02.png?v=1787820771"},{"product_id":"brazil-fazenda-rainha-yellow-bourbon-coffee-beans","title":"巴西 皇后莊園 黃波旁 咖啡豆","description":"\u003cdiv style=\"width: 100%; max-width: 100%; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif; line-height: 1.85; color: #0a1e3f; background-color: #ffffff; padding: 24px 0; box-sizing: border-box;\"\u003e\n\n  \u003c!-- 頂部系列徽章 --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 12px;\"\u003e\n    \u003cspan style=\"display: inline-block; border: 1px solid #c9a96e; color: #c9a96e; font-size: 0.8em; letter-spacing: 3px; padding: 4px 16px; text-transform: uppercase; font-weight: 600; border-radius: 2px;\"\u003e\n      COE CHAMPION ESTATE ・ 巴西皇后莊園特選\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 標題與核心副標題 --\u003e\n  \u003ch1 style=\"text-align: center; font-size: 1.85em; color: #0a1e3f; margin-top: 0; margin-bottom: 14px; font-weight: 600; letter-spacing: 1px;\"\u003e\n    巴西 皇后莊園 黃波旁 咖啡豆\n    \u003cspan style=\"display: block; font-size: 0.52em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e\n      COE 冠軍半日晒 ｜ 堅果奶油低酸熟豆 ｜ 海金咖啡 Sea Meet Coffee\n    \u003c\/span\u003e\n  \u003c\/h1\u003e\n\n  \u003c!-- 核心風味精簡標籤 --\u003e\n  \u003cdiv style=\"display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px 0;\"\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🥜 烘烤濃香花生\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🌰 溫潤堅果香氣\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🧈 絲滑香濃奶油\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍫 濃醇黑朱古力\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍯 焦糖甘甜餘韻\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 品牌沉靜引言 --\u003e\n  \u003cdiv style=\"max-width: 680px; margin: 0 auto 36px auto; text-align: center; color: #5a6578; font-size: 0.95em; font-style: italic; line-height: 1.8; border-top: 1px solid #E8E9EB; border-bottom: 1px solid #E8E9EB; padding: 14px 0;\"\u003e\n    「在悠閒的清晨與午後，讓南美古老火山山谷的堅果醇香與奶油焦糖甘甜，換您一刻踏實圓潤的沉靜時光。」\n  \u003c\/div\u003e\n\n  \u003c!-- 第一部分：杯測風味與六角風味雷達圖 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 36px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🎵\u003c\/span\u003e 杯測風味：六維感官與風味雷達\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"background-color: #f7f8fa; padding: 24px; border-radius: 4px; border: 1px solid #E8E9EB; margin-top: 20px;\"\u003e\n    \n    \u003c!-- 風味量化清單與六角雷達圖 --\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; align-items: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #E8E9EB;\"\u003e\n      \n      \u003c!-- 左欄：6大維度指標 --\u003e\n      \u003cdiv style=\"display: flex; flex-direction: column; gap: 12px;\"\u003e\n        \n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e烘焙度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #0a1e3f; font-weight: 500;\"\u003e中深烘焙（偏深）\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e香氣值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e炒花生與烘烤堅果\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e醇厚度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e奶油般絲滑脂感\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e甜感度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e蔗糖與太妃糖甜感\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e餘韻值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e黑巧與堅果甘甜\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e酸度值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●\u003cspan style=\"color: #d1d5db;\"\u003e○○○○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e極低柔和低酸\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003c!-- 右欄：六角形 SVG 風味雷達圖 --\u003e\n      \u003cdiv style=\"display: flex; justify-content: center; align-items: center;\"\u003e\n        \u003csvg viewbox=\"0 0 320 290\" style=\"width: 100%; max-width: 290px; height: auto;\"\u003e\n          \u003c!-- 5 層正六邊形蛛網網格 --\u003e\n          \u003cpolygon points=\"160.0,127.0 175.6,136.0 175.6,154.0 160.0,163.0 144.4,154.0 144.4,136.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,109.0 191.2,127.0 191.2,163.0 160.0,181.0 128.8,163.0 128.8,127.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,91.0 206.8,118.0 206.8,172.0 160.0,199.0 113.2,172.0 113.2,118.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,73.0 222.4,109.0 222.4,181.0 160.0,217.0 97.6,181.0 97.6,109.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,55.0 237.9,100.0 237.9,190.0 160.0,235.0 82.1,190.0 82.1,100.0\" fill=\"none\" stroke=\"#D1D5DB\" stroke-width=\"1.2\"\u003e\u003c\/polygon\u003e\n\n          \u003c!-- 6 條軸線 --\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"55.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"235.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n\n          \u003c!-- 6 維數據覆蓋面 --\u003e\n          \u003cpolygon points=\"160.0,73.0 222.4,109.0 222.4,181.0 160.0,217.0 97.6,181.0 144.4,136.0\" fill=\"rgba(201, 169, 110, 0.38)\" stroke=\"#C9A96E\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n\n          \u003c!-- 6 個數據頂點圓點 --\u003e\n          \u003ccircle cx=\"160.0\" cy=\"73.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"222.4\" cy=\"109.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"222.4\" cy=\"181.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"160.0\" cy=\"217.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"97.6\" cy=\"181.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"144.4\" cy=\"136.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n\n          \u003c!-- 6 個維度文字標籤 --\u003e\n          \u003ctext x=\"160\" y=\"38\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e烘焙度\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"98\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e香氣\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"200\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e醇厚度\u003c\/text\u003e\n          \u003ctext x=\"160\" y=\"258\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e甜度\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"200\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e餘韻\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"98\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e酸度\u003c\/text\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 溫層風味變化 --\u003e\n    \u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; font-size: 0.95em;\"\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【初聞乾香】\u003c\/strong\u003e\n        現磨瞬間迸發濃郁撲鼻的\u003cstrong\u003e新鮮炒花生、烤杏仁堅果與焦香麥芽\u003c\/strong\u003e香氣，溫暖而厚實。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【熱飲品嚐 70°C】\u003c\/strong\u003e\n        入口即能感受到\u003cstrong\u003e香滑奶油\u003c\/strong\u003e般的圓潤包裹感，伴隨\u003cstrong\u003e烤堅果與花生糖\u003c\/strong\u003e的甜香，酸質柔順微不可察。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【中溫層次 50°C】\u003c\/strong\u003e\n        半日晒處理法的糖分完全釋放，浮現\u003cstrong\u003e太妃糖、甘蔗甜感與黑朱古力\u003c\/strong\u003e的濃醇韻味，口感平衡扎實。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【冷卻餘韻 35°C】\u003c\/strong\u003e\n        尾韻轉為持久清甜的\u003cstrong\u003e堅果可可回甘與溫和黑糖甜香\u003c\/strong\u003e，滿口生津，絲毫無雜澀苦感。\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 第二部分：風土與處理法工藝 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; display: flex; align-items: center; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🌋\u003c\/span\u003e 風土溯源：百年火山名莊與 100% 原生黃波旁傳奇\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px;\"\u003e\n    \n    \u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e\n        ⛰️ 摩吉安娜產區・古老火山山谷（Vale da Grama）\n      \u003c\/strong\u003e\n      \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e\n        皇后莊園（Fazenda Rainha）坐落於巴西摩吉安娜（Mogiana）產區海拔 1,400 - 1,900 米的火山山谷中。莊園由巴西精品咖啡協會創始家族 Carvalho Dias 家族自 1890 年起經營。起伏的山勢拒絕機械化作業，堅持 100% 人工採收成熟果實，並以水力發電維護原始森林生態。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e\n        🏆 COE 卓越杯常勝冠軍・半日晒（去果肉法）工藝\n      \u003c\/strong\u003e\n      \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e\n        莊園種植珍稀純種黃波旁（Yellow Bourbon），果實成熟時呈金黃色。採用巴西獨創的「半日晒\/去果肉法（Pulped Natural）」，去除外皮後保留果膠自然乾燥，兼具水洗的純淨與日晒的濃郁甜感。曾斬獲 2011 年巴西 COE 卓越杯冠軍，並於多屆賽事中名列前茅。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 第三部分：烘豆師手沖與萃取指南 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e☕\u003c\/span\u003e 萃取指南：海金咖啡烘豆師黃金參數\n  \u003c\/h2\u003e\n  \u003cp style=\"color: #5a6578; font-size: 0.93em; margin-top: 10px;\"\u003e\n    中深烘焙黃波旁兼具豐富油脂與高甜感，適合採用柔和水溫與兩段式注水，萃取飽滿的堅果香氣與奶油順滑感：\n  \u003c\/p\u003e\n  \n  \u003cdiv style=\"background-color: #f7f8fa; padding: 22px; border: 1px solid #E8E9EB; border-radius: 4px; margin-top: 15px;\"\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; font-size: 0.93em; margin-bottom: 16px;\"\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 水粉比例：\u003c\/strong\u003e 1 : 15（推薦 15g 咖啡粉 : 225ml 水）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 建議水溫：\u003c\/strong\u003e 86°C - 90°C（追求醇厚推薦 86°C，追求平衡推薦 90°C）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 研磨顆粒：\u003c\/strong\u003e 中等研磨（約白砂糖顆粒大小）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 適用沖煮：\u003c\/strong\u003e 手沖濾杯 \/ 掛耳包 \/ 美式滴濾機 \/ 意式咖啡機\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"border-top: 1px dashed #E8E9EB; padding-top: 14px; font-size: 0.92em; color: #0a1e3f; line-height: 1.75;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; display: block; margin-bottom: 4px;\"\u003e120 秒手沖注水節奏指南：\u003c\/strong\u003e\n      \u003cstrong\u003e0:00 - 0:30\u003c\/strong\u003e 注入 30ml 溫水進行 30 秒潤濕悶蒸，充分釋放花生堅果乾香。\u003cbr\u003e\n      \u003cstrong\u003e0:30 - 1:20\u003c\/strong\u003e 自中心向外穩定繞圈注水 195ml（總水量達 225ml），帶出柔滑奶油感與太妃糖甜度。\u003cbr\u003e\n      \u003cstrong\u003e1:20 - 2:00\u003c\/strong\u003e 水位緩慢滴濾完畢即移開濾杯，享受極具平衡感的堅果黑巧風味。\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 第四部分：品飲場景與搭配建議 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🕯️\u003c\/span\u003e 沉靜時光：風味搭配與生活提案\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 18px;\"\u003e\n    \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🥛 奶咖與點心佐搭（Pairing）\u003c\/strong\u003e\n      \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e\n        這款豆子是製作拿鐵、卡布奇諾的絕佳基底，與牛奶融合後展現如融化花生牛軋糖與朱古力雪糕般的醇香；亦非常適合作為提拉米蘇、焦糖堅果塔的佐餐咖啡。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e☀️ 日常萬能杯（Occasion）\u003c\/strong\u003e\n      \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e\n        口感圓潤醇厚、極低酸度，不管是早晨喚醒感官的晨光黑咖啡、辦公室下午茶提神，還是深夜靜心放鬆，皆能帶來溫暖踏實的滿足感。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 第五部分：常見問題（FAQ） --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🔍\u003c\/span\u003e 常見問題：關於這份「醇厚與甘甜」\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"margin-top: 20px;\"\u003e\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e👑 什麼是「黃波旁（Yellow Bourbon）」？與普通波旁有何不同？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        黃波旁是波旁品種的天然基因突變種，果實成熟時不會變紅，而是呈現耀眼的金黃色。其糖分轉化率高、酸質柔和，相較於一般咖啡豆具備更突出的 \u003cb style=\"color: #0a1e3f;\"\u003e堅果花生醇香、奶油脂感與飽滿甘甜度\u003c\/b\u003e。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🥜 我不喜歡咖啡太酸，這款適合做日常口糧豆嗎？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        非常適合！巴西皇后莊園黃波旁是 \u003cb style=\"color: #0a1e3f;\"\u003e「堅果濃郁派」與「低酸愛好者」的首選\u003c\/b\u003e。半日晒處理配合中深烘焙，將酸度降至微乎其微，整體以堅果、奶油、花生與焦糖黑巧甘甜為主調，平衡耐喝。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🧺 咖啡豆的新鮮度與發貨時間？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        海金咖啡堅持 \u003cb style=\"color: #0a1e3f;\"\u003e下單現烘 \/ 5天內新鮮烘焙發貨\u003c\/b\u003e。每日 18:00 前下單當天發出。建議收貨後自烘焙日起算養豆 5 - 7 天後沖煮，可達到最佳堅果甜感與奶油香氣；如需代磨粉請下單時備註沖煮器具。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e📦 包裝規格與保鮮設計？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        每包咖啡均採用高阻隔遮光鋁箔密封袋，並配備單向透氣排氣閥與自封夾鏈，有效隔絕氧氣與濕氣，鎖住咖啡熟豆最佳產地新鮮風味。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 底部品牌精神結尾 --\u003e\n  \u003cdiv style=\"margin-top: 50px; padding: 32px 20px; text-align: center; background-color: #f7f8fa; border-top: 1px solid #E8E9EB; border-radius: 4px;\"\u003e\n    \u003cp style=\"color: #5a6578; font-style: italic; margin-bottom: 16px; font-size: 0.95em; letter-spacing: 1.5px;\"\u003e\n      「甄選全球各產地風味，只為換您一刻沉靜時光。」\n    \u003c\/p\u003e\n    \u003cdiv style=\"font-weight: 600; color: #0a1e3f; font-size: 1.2em; letter-spacing: 3.5px;\"\u003e\n      SEA MEET COFFEE 海金咖啡\n    \u003c\/div\u003e\n    \u003cp style=\"font-size: 0.85em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e\n      小批量工藝烘焙 ・ 產地直送精品豆\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SEA MEET COFFEE","offers":[{"title":"100g","offer_id":43717481857091,"sku":"SMC-BRA-BOURBON-100","price":88.0,"currency_code":"HKD","in_stock":true},{"title":"227g","offer_id":43717481889859,"sku":"SMC-BRA-BOURBON-227","price":158.0,"currency_code":"HKD","in_stock":true},{"title":"454g","offer_id":43722811899971,"sku":"SMC-BRA-BOURBON-454","price":288.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/8620\/4227\/files\/N-02.png?v=1787820620"},{"product_id":"colombia-huila-finca-el-diviso-sidra-anaerobic-natural-coffee-beans","title":"哥倫比亞 分界線莊園 希爪咖啡豆","description":"\u003cdiv style=\"width: 100%; max-width: 100%; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Microsoft JhengHei', 'PingFang SC', 'Microsoft YaHei', sans-serif; line-height: 1.85; color: #0a1e3f; background-color: #ffffff; padding: 24px 0; box-sizing: border-box;\"\u003e\n\n  \u003c!-- 頂部系列徽章 --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 12px;\"\u003e\n    \u003cspan style=\"display: inline-block; border: 1px solid #c9a96e; color: #c9a96e; font-size: 0.8em; letter-spacing: 3px; padding: 4px 16px; text-transform: uppercase; font-weight: 600; border-radius: 2px;\"\u003e\n      CHAMPION ORIGIN RESERVE ・ 冠軍莊園特選\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 標題與核心副標題 (已更新) --\u003e\n  \u003ch1 style=\"text-align: center; font-size: 1.85em; color: #0a1e3f; margin-top: 0; margin-bottom: 14px; font-weight: 600; letter-spacing: 1px;\"\u003e\n    哥倫比亞 分界線莊園 希爪咖啡豆\n    \u003cspan style=\"display: block; font-size: 0.52em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e\n      2022 WBC冠軍同款 ｜ 厭氧日曬處理法 ｜ 手沖精品熟豆\n    \u003c\/span\u003e\n  \u003c\/h1\u003e\n\n  \u003c!-- 核心風味精簡標籤 (Flavor Tags) --\u003e\n  \u003cdiv style=\"display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px 0;\"\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🌹 玫瑰花香\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🤍 鮮甜荔枝\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍓 濃郁草莓\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      ✨ 百香果酸\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍬 果汁感餘韻\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 品牌沉靜引言 --\u003e\n  \u003cdiv style=\"max-width: 680px; margin: 0 auto 36px auto; text-align: center; color: #5a6578; font-size: 0.95em; font-style: italic; line-height: 1.8; border-top: 1px solid #E8E9EB; border-bottom: 1px solid #E8E9EB; padding: 14px 0;\"\u003e\n    「半留余白，半留餘味 —— 於山林微光間，傾聽希爪品種與厭氧日曬交織的花果詩篇。」\n  \u003c\/div\u003e\n\n  \u003c!-- 第一部分：杯測風味與六角風味雷達圖 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 36px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🎵\u003c\/span\u003e 杯測風味：六維感官與風味雷達\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"background-color: #f7f8fa; padding: 24px; border-radius: 4px; border: 1px solid #E8E9EB; margin-top: 20px;\"\u003e\n    \n    \u003c!-- 風味量化清單與六角雷達圖 --\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; align-items: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #E8E9EB;\"\u003e\n      \n      \u003c!-- 左欄：6大維度指標 --\u003e\n      \u003cdiv style=\"display: flex; flex-direction: column; gap: 12px;\"\u003e\n        \n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e烘焙度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●\u003cspan style=\"color: #d1d5db;\"\u003e○○○○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #0a1e3f; font-weight: 500;\"\u003e淺度烘焙\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e香氣值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e馥郁花果\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e醇厚度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●\u003cspan style=\"color: #d1d5db;\"\u003e○○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e清澈多汁\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e甜感度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e荔枝蜜糖\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e餘韻值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e花香縈繞\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e酸度值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e明亮百香果\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003c!-- 右欄：六角形 SVG 風味雷達圖 --\u003e\n      \u003cdiv style=\"display: flex; justify-content: center; align-items: center;\"\u003e\n        \u003csvg viewbox=\"0 0 320 290\" style=\"width: 100%; max-width: 290px; height: auto;\"\u003e\n          \u003c!-- 5 層正六邊形蛛網網格 --\u003e\n          \u003cpolygon points=\"160.0,127.0 175.6,136.0 175.6,154.0 160.0,163.0 144.4,154.0 144.4,136.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,109.0 191.2,127.0 191.2,163.0 160.0,181.0 128.8,163.0 128.8,127.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,91.0 206.8,118.0 206.8,172.0 160.0,199.0 113.2,172.0 113.2,118.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,73.0 222.4,109.0 222.4,181.0 160.0,217.0 97.6,181.0 97.6,109.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,55.0 237.9,100.0 237.9,190.0 160.0,235.0 82.1,190.0 82.1,100.0\" fill=\"none\" stroke=\"#D1D5DB\" stroke-width=\"1.2\"\u003e\u003c\/polygon\u003e\n\n          \u003c!-- 6 條軸線 (自中心放射) --\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"55.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"235.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n\n          \u003c!-- 6 維數據覆蓋面 --\u003e\n          \u003cpolygon points=\"160.0,127.0 237.9,100.0 206.8,172.0 160.0,235.0 82.1,190.0 97.6,109.0\" fill=\"rgba(201, 169, 110, 0.38)\" stroke=\"#C9A96E\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n\n          \u003c!-- 6 個數據頂點圓點 --\u003e\n          \u003ccircle cx=\"160.0\" cy=\"127.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"237.9\" cy=\"100.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"206.8\" cy=\"172.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"160.0\" cy=\"235.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"82.1\" cy=\"190.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"97.6\" cy=\"109.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n\n          \u003c!-- 6 個維度文字標籤 --\u003e\n          \u003ctext x=\"160\" y=\"38\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e烘焙度\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"98\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e香氣\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"200\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e醇厚度\u003c\/text\u003e\n          \u003ctext x=\"160\" y=\"258\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e甜度\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"200\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e餘韻\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"98\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e酸度\u003c\/text\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 溫層風味變化 --\u003e\n    \u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; font-size: 0.95em;\"\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【初聞乾香】\u003c\/strong\u003e\n        研磨瞬間撲鼻而來的是極其鮮明的\u003cstrong\u003e優雅玫瑰花香\u003c\/strong\u003e與熟成熱帶水果甜香，伴隨草莓果醬般的馥郁氣息。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【熱飲品嚐 70°C】\u003c\/strong\u003e\n        入口綻放出晶瑩剔透的\u003cstrong\u003e水嫩荔枝與成熟草莓\u003c\/strong\u003e風味，果汁感豐沛多汁，花香與果甜瞬間充盈口腔。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【中溫層次 50°C】\u003c\/strong\u003e\n        隨溫度微降，明亮活潑的\u003cstrong\u003e百香果酸質\u003c\/strong\u003e漸次舒展，與草莓果甜交織出宛如綜合熱帶水果軟糖般的立體層次。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【冷卻餘韻 35°C】\u003c\/strong\u003e\n        尾段轉化為清甜持久的\u003cstrong\u003e玫瑰花茶感與細膩蜜糖甜\u003c\/strong\u003e，唇齒留香，餘韻悠長且極具純淨度。\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 第二部分：風土與發酵工藝 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; display: flex; align-items: center; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🌊\u003c\/span\u003e 風土溯源：慧蘭高地與冠軍希爪的極致對話\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px;\"\u003e\n    \n    \u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e\n        🏔️ 海拔 1,750-1,850m 科迪勒拉冷涼山系\n      \u003c\/strong\u003e\n      \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e\n        產自哥倫比亞慧蘭（Huila）精品微產區的分界線莊園（Finca El Diviso）。莊園地處科迪勒拉山系偏遠冷涼地帶，晝夜溫差顯著。莊園主路易斯卡洛斯（Luis Carlos）自 1996 年創立以來持續改良土壤與種植技術，孕育出質地緻密、風味極具爆發力的珍稀希爪（Sidra）品種。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e\n        🏆 2022 WBC 世界冠軍同款厭氧日曬工藝\n      \u003c\/strong\u003e\n      \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e\n        此批次為 2022 世界咖啡師大賽（WBC）冠軍同款同處理法。莊園嚴選全紅希爪果實，在嚴格控溫的密閉厭氧環境中進行精準發酵，大幅激發出罕見的熱帶水果酯類與天然玫瑰花芳香，再經慢速日曬乾燥，造就了多汁清澈且層次驚豔的冠軍級風味。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 第三部分：烘豆師手沖與萃取指南 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e☕\u003c\/span\u003e 萃取指南：海金咖啡烘豆師黃金參數\n  \u003c\/h2\u003e\n  \u003cp style=\"color: #5a6578; font-size: 0.93em; margin-top: 10px;\"\u003e\n    淺度烘焙的希爪豆質緊密且花果芳香豐富，建議使用較高水溫配合細研磨與三段式注水，以充分萃取活潑酸質與花果甜感：\n  \u003c\/p\u003e\n  \n  \u003cdiv style=\"background-color: #f7f8fa; padding: 22px; border: 1px solid #E8E9EB; border-radius: 4px; margin-top: 15px;\"\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; font-size: 0.93em; margin-bottom: 16px;\"\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 粉水比例：\u003c\/strong\u003e 1 : 16（推薦 15g 咖啡粉 : 240ml 水）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 建議水溫：\u003c\/strong\u003e 92°C - 94°C（充分釋放花果香氣）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 研磨顆粒：\u003c\/strong\u003e 中細研磨（約細砂糖顆粒大小）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 推薦器具：\u003c\/strong\u003e V60 錐形濾杯 \/ Origami 摺紙濾杯\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"border-top: 1px dashed #E8E9EB; padding-top: 14px; font-size: 0.92em; color: #0a1e3f; line-height: 1.75;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; display: block; margin-bottom: 4px;\"\u003e三段式注水建議：\u003c\/strong\u003e\n      \u003cstrong\u003e0:00 - 0:35\u003c\/strong\u003e 注入 40g 熱水進行 35 秒悶蒸，喚醒淺烘豆內的玫瑰與熱帶果香。\u003cbr\u003e\n      \u003cstrong\u003e0:35 - 1:20\u003c\/strong\u003e 中心向外平穩繞圈注水至 150g，維持均勻水流，萃取荔枝與草莓甜感。\u003cbr\u003e\n      \u003cstrong\u003e1:20 - 2:00\u003c\/strong\u003e 緩慢注水至 240g，待咖啡液均勻流盡即可移開濾杯（總萃取時間約 2 分 15 秒 - 2 分 30 秒）。\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 第四部分：品飲場景與搭配建議 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🕯️\u003c\/span\u003e 沉靜時光：風味搭配與生活提案\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 18px;\"\u003e\n    \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🍓 甜點佐搭（Pairing）\u003c\/strong\u003e\n      \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e\n        推薦搭配草莓鮮奶油蛋糕、檸檬塔、荔枝玫瑰慕斯或水果千層，明亮清爽的花果酸甜能與輕盈甜點完美融合，清爽不膩。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e📖 獨處儀式（Occasion）\u003c\/strong\u003e\n      \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e\n        適合晨光初現的晨間喚醒、午後閱讀或靈感創作時刻。一杯滿溢花果香氣的希爪，為生活留白，為心靈帶來明亮與清澈。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 第五部分：常見問題（FAQ） --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🔍\u003c\/span\u003e 常見問題：關於冠軍莊園「希爪」\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"margin-top: 20px;\"\u003e\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🌱 什麼是「希爪（Sidra）」品種？為什麼如此珍貴？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        希爪（Sidra \/ Sydra）是由鐵皮卡（Typica）與紅波旁（Red Bourbon）雜交培育出的珍稀品種。它兼具了藝伎（Geisha）般的高雅花香與波旁的厚實甜感。2022 年世界咖啡師大賽冠軍即選用分界線莊園希爪奪冠，產量稀少且風味層次豐富，是世界級精品咖啡中的明星品種。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🧺 建議養豆天數與最佳賞味期？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        海金咖啡堅持小批量新鮮現烘。淺度烘焙且經厭氧發酵的豆體，建議自烘焙日起算 \u003cb style=\"color: #0a1e3f;\"\u003e養豆 10 - 14 天\u003c\/b\u003e 後開始沖煮，待二氧化碳適度釋放後，荔枝與玫瑰花香氣最為爆發。密封避光保存，建議於 60 天內品飲完畢。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e📦 包裝規格與保鮮設計？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        提供 100g \/ 150g \/ 227g 多種規格選擇。每包均採用定制高阻隔鋁箔袋，配備單向排氣閥與自封密封條，全方位隔絕氧氣與濕度，確保每一杯沖煮都能感受最新鮮的花果芬芳。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 底部品牌精神結尾 --\u003e\n  \u003cdiv style=\"margin-top: 50px; padding: 32px 20px; text-align: center; background-color: #f7f8fa; border-top: 1px solid #E8E9EB; border-radius: 4px;\"\u003e\n    \u003cp style=\"color: #5a6578; font-style: italic; margin-bottom: 16px; font-size: 0.95em; letter-spacing: 1.5px;\"\u003e\n      「甄選全球各產地風味，只為換您一刻沉靜時光。」\n    \u003c\/p\u003e\n    \u003cdiv style=\"font-weight: 600; color: #0a1e3f; font-size: 1.2em; letter-spacing: 3.5px;\"\u003e\n      SEA MEET COFFEE 海金咖啡\n    \u003c\/div\u003e\n    \u003cp style=\"font-size: 0.85em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e\n      小批量工藝烘焙 ・ 產地直送精品豆\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SEA MEET COFFEE","offers":[{"title":"100g","offer_id":43717539168323,"sku":"SMC-COL-SIDRA-100","price":138.0,"currency_code":"HKD","in_stock":true},{"title":"250g","offer_id":43717539201091,"sku":"SMC-COL-SIDRA-250","price":238.0,"currency_code":"HKD","in_stock":true},{"title":"500g","offer_id":43717539233859,"sku":"SMC-COL-SIDRA-500","price":438.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/8620\/4227\/files\/S-02.png?v=1787820508"},{"product_id":"golden-bean-caramel-chocolate-espresso-blend-coffee-beans","title":"金豆杯獲獎配方・焦糖甜巧 意式拼配咖啡豆","description":"\u003cdiv style=\"width: 100%; max-width: 100%; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Microsoft JhengHei', sans-serif; line-height: 1.85; color: #0a1e3f; background-color: #ffffff; padding: 24px 0; box-sizing: border-box;\"\u003e\n\u003c!-- 頂部系列徽章 --\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 12px;\"\u003e\u003cspan style=\"display: inline-block; border: 1px solid #c9a96e; color: #c9a96e; font-size: 0.8em; letter-spacing: 3px; padding: 4px 16px; text-transform: uppercase; font-weight: 600; border-radius: 2px;\"\u003e GOLDEN BEAN AWARD ・ 澳洲金豆杯獲獎配方 \u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- 標題與核心副標題 --\u003e\n\u003ch1 style=\"text-align: center; font-size: 1.85em; color: #0a1e3f; margin-top: 0; margin-bottom: 14px; font-weight: 600; letter-spacing: 1px;\"\u003e金豆杯獲獎配方・焦糖甜巧 意式拼配咖啡豆 \u003cspan style=\"display: block; font-size: 0.52em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e 澳洲金豆杯獲獎配方・深焙奶咖拿鐵熟豆 ｜ 深度烘焙 (Agtron 40-50) \u003c\/span\u003e\n\u003c\/h1\u003e\n\u003c!-- 核心風味精簡標籤 (Flavor Tags) --\u003e\n\u003cdiv style=\"display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px 0;\"\u003e\n\u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e 🌰 烤榛果仁 \u003c\/span\u003e \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e 🍮 濃醇焦糖 \u003c\/span\u003e \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e 🍫 絲滑甜巧克力 \u003c\/span\u003e \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e ☕ 醇厚油脂感 \u003c\/span\u003e \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e 🥛 奶咖黃金拍檔 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 品牌沉靜引言 --\u003e\n\u003cdiv style=\"max-width: 680px; margin: 0 auto 36px auto; text-align: center; color: #5a6578; font-size: 0.95em; font-style: italic; line-height: 1.8; border-top: 1px solid #E8E9EB; border-bottom: 1px solid #E8E9EB; padding: 14px 0;\"\u003e「在濃縮咖啡與綿密奶泡交融的瞬間，以金獎認證的焦糖與甜巧，溫暖每個日常晨昏。」\u003c\/div\u003e\n\u003c!-- 第一部分：杯測風味與六角風味雷達圖 --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 36px; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e🎵\u003c\/span\u003e 杯測風味：六維感官與風味雷達\u003c\/h2\u003e\n\u003cdiv style=\"background-color: #f7f8fa; padding: 24px; border-radius: 4px; border: 1px solid #E8E9EB; margin-top: 20px;\"\u003e\n\u003c!-- 風味量化清單與六角雷達圖 (並排自適應排版) --\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; align-items: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #E8E9EB;\"\u003e\n\u003c!-- 左欄：6大維度指標 (已移除所有括號數字，保持純文字描述) --\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 12px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e烘焙度\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e \u003cspan style=\"color: #0a1e3f; font-weight: 500;\"\u003e深度烘焙\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e香氣值\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e堅果焦香\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e醇厚度\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e稠密脂感\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e甜感度\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e焦糖甜巧\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e餘韻值\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●\u003cspan style=\"color: #d1d5db;\"\u003e○○\u003c\/span\u003e\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e可可回甘\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e酸度值\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●\u003cspan style=\"color: #d1d5db;\"\u003e○○○○\u003c\/span\u003e\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e柔和微酸\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 右欄：六角形 SVG 風味雷達圖 --\u003e\n\u003cdiv style=\"display: flex; justify-content: center; align-items: center;\"\u003e\u003csvg viewbox=\"0 0 320 290\" style=\"width: 100%; max-width: 290px; height: auto;\"\u003e\n          \n          \u003cpolygon points=\"160.0,127.0 175.6,136.0 175.6,154.0 160.0,163.0 144.4,154.0 144.4,136.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,109.0 191.2,127.0 191.2,163.0 160.0,181.0 128.8,163.0 128.8,127.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,91.0 206.8,118.0 206.8,172.0 160.0,199.0 113.2,172.0 113.2,118.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,73.0 222.4,109.0 222.4,181.0 160.0,217.0 97.6,181.0 97.6,109.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,55.0 237.9,100.0 237.9,190.0 160.0,235.0 82.1,190.0 82.1,100.0\" fill=\"none\" stroke=\"#D1D5DB\" stroke-width=\"1.2\"\u003e\u003c\/polygon\u003e\n\n          \n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"55.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"235.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n\n          \n          \u003cpolygon points=\"160.0,55.0 222.4,109.0 222.4,181.0 160.0,217.0 113.2,172.0 144.4,136.0\" fill=\"rgba(201, 169, 110, 0.38)\" stroke=\"#C9A96E\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n\n          \n          \u003ccircle cx=\"160.0\" cy=\"55.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"222.4\" cy=\"109.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"222.4\" cy=\"181.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"160.0\" cy=\"217.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"113.2\" cy=\"172.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"144.4\" cy=\"136.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n\n          \n          \u003ctext x=\"160\" y=\"38\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e烘焙度\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"98\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e香氣\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"200\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e醇厚度\u003c\/text\u003e\n          \u003ctext x=\"160\" y=\"258\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e甜度\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"200\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e餘韻\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"98\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e酸度\u003c\/text\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 品飲風味演變層次 --\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; font-size: 0.95em;\"\u003e\n\u003cdiv style=\"color: #0a1e3f;\"\u003e\n\u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【初聞乾香】\u003c\/strong\u003e 研磨後散發撲鼻的\u003cstrong\u003e烘烤榛果仁香氣\u003c\/strong\u003e與濃厚的焦糖甜感，伴隨深色可可的溫暖氣息。\u003c\/div\u003e\n\u003cdiv style=\"color: #0a1e3f;\"\u003e\n\u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【Espresso 入口】\u003c\/strong\u003e 油脂金黃綿密，入口展現\u003cstrong\u003e濃郁焦糖與深焙堅果調性\u003c\/strong\u003e，酸感極低，體質感扎實醇厚。\u003c\/div\u003e\n\u003cdiv style=\"color: #0a1e3f;\"\u003e\n\u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【搭配牛奶品嚐】\u003c\/strong\u003e 融入乳脂後爆發出\u003cstrong\u003e香濃太妃糖與牛奶甜巧克力\u003c\/strong\u003e風味，口感如絲絨般柔滑，甜感飽滿持久。\u003c\/div\u003e\n\u003cdiv style=\"color: #0a1e3f;\"\u003e\n\u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【回甘餘韻】\u003c\/strong\u003e 中後段轉化為悠長的\u003cstrong\u003e高純度黑巧克力與烤堅果香\u003c\/strong\u003e，芳香持久，回味甘醇。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第二部分：拼配工藝與獲獎背書 --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; display: flex; align-items: center; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e🌊\u003c\/span\u003e 拼配溯源：國際金豆杯認證的經典平衡\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px;\"\u003e\n\u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n\u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e 🏆 澳洲金豆杯國際賽事 Silver Medal 榮譽 \u003c\/strong\u003e \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e 在亞太地區享負盛名的 Golden Bean 烘焙大賽（全自動\/牛奶咖啡組別）中脫穎而出，獲得專業國際評委一致認可，是兼具高甜感、低酸度與絕佳奶咖融合度的經典配方。 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n\u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e 🔥 Agtron 40-50 精準深度烘焙 \u003c\/strong\u003e \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e 烘豆師精準掌控美拉德反應與焦糖化進程，將咖啡豆烘焙至深度（Agtron 40-50），徹底釋放堅果與焦糖香氣，抑制尖銳果酸，賦予咖啡豆豐富油脂與厚實體質感。 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第三部分：全器具沖煮與萃取指南 --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e☕\u003c\/span\u003e 萃取指南：意式機與多器具參數建議\u003c\/h2\u003e\n\u003cp style=\"color: #5a6578; font-size: 0.93em; margin-top: 10px;\"\u003e本款配方具備極高的萃取容錯率與多場景適應性，各類沖煮器具均可完美展現其濃郁甜感：\u003c\/p\u003e\n\u003cdiv style=\"background-color: #f7f8fa; padding: 22px; border: 1px solid #E8E9EB; border-radius: 4px; margin-top: 15px;\"\u003e\n\u003c!-- 多器具研磨建議 --\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; font-size: 0.93em; margin-bottom: 16px;\"\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 意式咖啡機 \/ 摩卡壺：\u003c\/strong\u003e 細粉（萃取黃金油脂 Crema）\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 美式滴濾機 \/ 膠囊機：\u003c\/strong\u003e 中細粉 \/ 細粉（平衡甘醇黑咖）\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 手沖濾杯 \/ 虹吸壺 \/ 愛樂壓：\u003c\/strong\u003e 中粉（突出甜感與焦糖香）\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 法壓壺 \/ 冷萃：\u003c\/strong\u003e 粗粉（浸泡出醇厚黑巧風味）\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 意式黃金萃取參數建議 --\u003e\n\u003cdiv style=\"border-top: 1px dashed #E8E9EB; padding-top: 14px; font-size: 0.92em; color: #0a1e3f; line-height: 1.75;\"\u003e\n\u003cstrong style=\"color: #0a1e3f; display: block; margin-bottom: 4px;\"\u003e烘豆師意式濃縮（Espresso）推薦參數：\u003c\/strong\u003e \u003cstrong\u003e粉量與比例：\u003c\/strong\u003e 雙份粉碗 18g - 20g 咖啡粉，粉液比約 1 : 1.8 至 1 : 2。\u003cbr\u003e\u003cstrong\u003e萃取參數：\u003c\/strong\u003e 水溫 90°C - 92°C，萃取時間 25 - 28 秒，萃出約 36g - 40g 濃縮液。\u003cbr\u003e\u003cstrong\u003e奶咖特調比例：\u003c\/strong\u003e 取 36g 濃縮加入 200ml - 220ml 蒸打牛奶（60°C - 65°C），即享極致焦糖甜巧拿鐵。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第四部分：品飲場景與搭配建議 --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e🕯️\u003c\/span\u003e 沉靜時光：風味搭配與生活提案\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 18px;\"\u003e\n\u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n\u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🥛 奶咖升級（Milk Pairing）\u003c\/strong\u003e \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e 極度推薦製作拿鐵（Latte）、澳白（Flat White）或燕麥奶咖啡。深度烘焙的焦糖甜感能完美穿透奶泡，散發如同融化巧克力般的濃郁香氣。 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n\u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🥐 晨間喚醒與辦公能量（Occasion）\u003c\/strong\u003e \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e 適合晨起搭配可頌、司康或堅果吐司作為早餐咖啡，或在午後工作需要高專注力時，快速萃取一杯純粹低酸、醇厚提神的意式濃縮。 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第五部分：常見問題（FAQ） - 預設隱藏答案 --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e🔍\u003c\/span\u003e 常見問題：關於金獎拼配\u003c\/h2\u003e\n\u003cdiv style=\"margin-top: 20px;\"\u003e\n\u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n\u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e☕ 這款咖啡豆酸嗎？適合怕酸的人嗎？\u003c\/summary\u003e\n\u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e請放心，這款配方為 \u003cb style=\"color: #0a1e3f;\"\u003e極低酸度\u003c\/b\u003e 的深度烘焙設計。烘焙過程充分降解了尖銳果酸，主打濃郁的焦糖甜香、榛果與黑巧克力餘韻，非常適合不喜歡酸味、偏好濃郁醇厚口感的咖啡愛好者。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n\u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🧺 建議養豆天數與最佳賞味期？\u003c\/summary\u003e\n\u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e深度烘焙咖啡豆排氣較快，建議烘焙日起算 \u003cb style=\"color: #0a1e3f;\"\u003e養豆 5 - 7 天\u003c\/b\u003e 後開始沖煮以釋放過量二氧化碳，此時油脂 Crema 表現最豐富綿密。開封後建議於 30-45 天內飲用完畢，並置於陰涼乾燥處常溫保存。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n\u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e📦 沒有專業意式咖啡機，家裡的摩卡壺或美式滴濾壺能用嗎？\u003c\/summary\u003e\n\u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e完全可以！這款拼配豆適應性極廣。使用摩卡壺可萃取接近濃縮的高濃度咖啡液；使用家用美式機或手沖壺，只需調整至中等研磨度，即可獲得一杯香氣濃郁、口感滑順且不苦澀的黑咖啡。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 底部品牌精神結尾 --\u003e\n\u003cdiv style=\"margin-top: 50px; padding: 32px 20px; text-align: center; background-color: #f7f8fa; border-top: 1px solid #E8E9EB; border-radius: 4px;\"\u003e\n\u003cp style=\"color: #5a6578; font-style: italic; margin-bottom: 16px; font-size: 0.95em; letter-spacing: 1.5px;\"\u003e「甄選全球各產地風味，只為換您一刻沉靜時光。」\u003c\/p\u003e\n\u003cdiv style=\"font-weight: 600; color: #0a1e3f; font-size: 1.2em; letter-spacing: 3.5px;\"\u003eSEA MEET COFFEE 海金咖啡\u003c\/div\u003e\n\u003cp style=\"font-size: 0.85em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e小批量工藝烘焙 ・ 產地直送精品豆\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SEA MEET COFFEE","offers":[{"title":"454g","offer_id":43717560074307,"sku":"SMC-BLD-CARAMEL-454","price":138.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/8620\/4227\/files\/E-01.png?v=1787822205"},{"product_id":"golden-bean-butter-cheese-espresso-blend-geisha-coffee-beans","title":"金豆杯獲獎配方・黃油芝士意式拼配咖啡豆","description":"\u003cdiv style=\"width: 100%; max-width: 100%; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif; line-height: 1.85; color: #0a1e3f; background-color: #ffffff; padding: 24px 0; box-sizing: border-box;\"\u003e\n\u003c!-- 頂部榮譽徽章 --\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 12px;\"\u003e\u003cspan style=\"display: inline-block; border: 1px solid #c9a96e; color: #c9a96e; font-size: 0.8em; letter-spacing: 3px; padding: 4px 16px; text-transform: uppercase; font-weight: 600; border-radius: 2px;\"\u003e GOLDEN BEAN AWARDS ・ 澳洲金豆杯銅獎特選 \u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- 標題與核心副標題 (SEO 優化同步更新) --\u003e\n\u003ch1 style=\"text-align: center; font-size: 1.85em; color: #0a1e3f; margin-top: 0; margin-bottom: 14px; font-weight: 600; letter-spacing: 1px;\"\u003e金豆杯獲獎配方・黃油芝士意式拼配咖啡豆 \u003cspan style=\"display: block; font-size: 0.52em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e 瑰夏花魁深焙 ｜ 拿鐵厚乳專用熟豆 ｜ 極致絲滑醇厚 \u003c\/span\u003e\n\u003c\/h1\u003e\n\u003c!-- 核心風味精簡標籤 (Flavor Tags) --\u003e\n\u003cdiv style=\"display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px 0;\"\u003e\n\u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e 🧈 濃純發酵黃油 \u003c\/span\u003e \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e 🧀 輕芝士絲滑綿密 \u003c\/span\u003e \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e 🥛 焦糖厚乳甜感 \u003c\/span\u003e \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e 🍫 濃郁黑巧克力 \u003c\/span\u003e \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e 🌺 瑰夏花魁優雅暗香 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 品牌沉靜引言 --\u003e\n\u003cdiv style=\"max-width: 680px; margin: 0 auto 36px auto; text-align: center; color: #5a6578; font-size: 0.95em; font-style: italic; line-height: 1.8; border-top: 1px solid #E8E9EB; border-bottom: 1px solid #E8E9EB; padding: 14px 0;\"\u003e「讓濃稠如黃油芝士般的醇厚油脂，在舌尖化為絲滑乳香，賦予每顆精品瑰夏與花魁最溫潤的歸宿。」\u003c\/div\u003e\n\u003c!-- 第一部分：杯測風味與六角風味雷達圖 --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 36px; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e🎵\u003c\/span\u003e 杯測風味：六維感官與風味雷達\u003c\/h2\u003e\n\u003cdiv style=\"background-color: #f7f8fa; padding: 24px; border-radius: 4px; border: 1px solid #E8E9EB; margin-top: 20px;\"\u003e\n\u003c!-- 風味量化清單與六角雷達圖 --\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; align-items: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #E8E9EB;\"\u003e\n\u003c!-- 左欄：6大維度指標 --\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 12px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e烘焙度\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e \u003cspan style=\"color: #0a1e3f; font-weight: 500;\"\u003e深度烘焙 (Agtron 40-50)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e香氣值\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e芝士發酵奶香與可可\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e醇厚度\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e黃油般豐厚圓潤 (Crema)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e甜感度\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e焦糖與烤榛果甘甜\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e餘韻值\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e悠長黑巧乳酪回甘\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e酸度值\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●\u003cspan style=\"color: #d1d5db;\"\u003e○○○○\u003c\/span\u003e\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e極柔和微弱果酸\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 右欄：六角形 SVG 風味雷達圖 --\u003e\n\u003cdiv style=\"display: flex; justify-content: center; align-items: center;\"\u003e\u003csvg viewbox=\"0 0 320 290\" style=\"width: 100%; max-width: 290px; height: auto;\"\u003e\n          \n          \u003cpolygon points=\"160.0,127.0 175.6,136.0 175.6,154.0 160.0,163.0 144.4,154.0 144.4,136.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,109.0 191.2,127.0 191.2,163.0 160.0,181.0 128.8,163.0 128.8,127.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,91.0 206.8,118.0 206.8,172.0 160.0,199.0 113.2,172.0 113.2,118.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,73.0 222.4,109.0 222.4,181.0 160.0,217.0 97.6,181.0 97.6,109.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,55.0 237.9,100.0 237.9,190.0 160.0,235.0 82.1,190.0 82.1,100.0\" fill=\"none\" stroke=\"#D1D5DB\" stroke-width=\"1.2\"\u003e\u003c\/polygon\u003e\n\n          \n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"55.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"235.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n\n          \n          \u003cpolygon points=\"160.0,55.0 222.4,109.0 237.9,190.0 160.0,217.0 97.6,181.0 144.4,136.0\" fill=\"rgba(201, 169, 110, 0.38)\" stroke=\"#C9A96E\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n\n          \n          \u003ccircle cx=\"160.0\" cy=\"55.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"222.4\" cy=\"109.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"237.9\" cy=\"190.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"160.0\" cy=\"217.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"97.6\" cy=\"181.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"144.4\" cy=\"136.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n\n          \n          \u003ctext x=\"160\" y=\"38\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e烘焙度\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"98\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e香氣\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"200\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e醇厚度\u003c\/text\u003e\n          \u003ctext x=\"160\" y=\"258\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e甜度\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"200\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e餘韻\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"98\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e酸度\u003c\/text\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 溫層與出品風味變化 --\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; font-size: 0.95em;\"\u003e\n\u003cdiv style=\"color: #0a1e3f;\"\u003e\n\u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【初聞乾香】\u003c\/strong\u003e 現磨瞬間爆發濃郁的\u003cstrong\u003e烤榛果、黑可可與發酵黃油\u003c\/strong\u003e的溫潤甜香，帶有一抹極致深焙的焦糖甜氣。\u003c\/div\u003e\n\u003cdiv style=\"color: #0a1e3f;\"\u003e\n\u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【特濃意式 Espresso】\u003c\/strong\u003e 油脂金黃厚實，入口如\u003cstrong\u003e融化黃油與輕芝士\u003c\/strong\u003e般極致絲滑，酸感極低，滿口是扎實的焦糖黑巧克力與堅果甜韻。\u003c\/div\u003e\n\u003cdiv style=\"color: #0a1e3f;\"\u003e\n\u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【融合奶咖 Latte \/ Flat White】\u003c\/strong\u003e 與熱牛奶交織後展現\u003cstrong\u003e芝士蛋糕、香草奶油與太妃糖\u003c\/strong\u003e的迷人甜香，瑰夏與花魁的隱性花果底蘊轉化為極其高雅的奶香層次。\u003c\/div\u003e\n\u003cdiv style=\"color: #0a1e3f;\"\u003e\n\u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【美式與冷萃 Americano】\u003c\/strong\u003e 稀釋後口感乾淨澄亮，呈現如\u003cstrong\u003e焦糖麥芽與深焙可可\u003c\/strong\u003e般的厚實回甘，絲毫不澀口，尾韻持久生香。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第二部分：獲獎配方與工藝 --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; display: flex; align-items: center; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e🏆\u003c\/span\u003e 獲獎工藝：金豆杯認可的奢華拼配哲學\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px;\"\u003e\n\u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n\u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e 🏅 澳洲金豆杯（Golden Bean）認證配方 \u003c\/strong\u003e \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e 榮獲全球權威烘焙大賽「Golden Bean East Asia」銅獎殊榮。打破傳統深焙拼配單調焦苦的刻板印象，以精密比例調和，成就黃油與芝士般無可比擬的絲滑乳脂質感。 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n\u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e 🌸 瑰夏（Geisha）與花魁的深焙昇華 \u003c\/strong\u003e \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e 極具匠心地將頂級瑰夏與精品花魁微批次生豆融入深焙意式基底。在高溫焦糖化過程中保留了花果香分子的核心骨架，轉化為深沉優雅的甜感與奶香，讓濃縮咖啡的層次更具深度。 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第三部分：烘豆師萃取參數指南 --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e☕\u003c\/span\u003e 萃取指南：海金咖啡烘豆師出品參數\u003c\/h2\u003e\n\u003cp style=\"color: #5a6578; font-size: 0.93em; margin-top: 10px;\"\u003e深度烘焙豆油脂豐富且結構疏鬆，適合意式咖啡機、摩卡壺及美式機，釋放濃郁焦糖芝士乳脂感：\u003c\/p\u003e\n\u003cdiv style=\"background-color: #f7f8fa; padding: 22px; border: 1px solid #E8E9EB; border-radius: 4px; margin-top: 15px;\"\u003e\n\u003c!-- 參數卡片 --\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; font-size: 0.93em; margin-bottom: 16px;\"\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 意式粉液比：\u003c\/strong\u003e 1 : 1.8 ～ 1 : 2.0（推薦 18g 粉 : 36g 液）\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 建議水溫：\u003c\/strong\u003e 91°C - 93°C（避免過高溫產生焦澀）\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 萃取時間：\u003c\/strong\u003e 25 秒 - 30 秒（金黃 Crema 豐盈）\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 適用器具：\u003c\/strong\u003e 半自動意式機 \/ 摩卡壺 \/ 膠囊填壓 \/ 全自動咖啡機\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 多器具研磨建議 --\u003e\n\u003cdiv style=\"border-top: 1px dashed #E8E9EB; padding-top: 14px; font-size: 0.92em; color: #0a1e3f; line-height: 1.75;\"\u003e\n\u003cstrong style=\"color: #0a1e3f; display: block; margin-bottom: 4px;\"\u003e多器具研磨與沖煮建議：\u003c\/strong\u003e \u003cstrong\u003e・ 意式咖啡機 \/ 摩卡壺：\u003c\/strong\u003e 細研磨（Fine），9bar 恆壓萃取，獲得最濃郁的黃油芝士油脂感。\u003cbr\u003e\u003cstrong\u003e・ 美式滴濾機 \/ 愛樂壓：\u003c\/strong\u003e 中度研磨（Medium），水溫 88°C-90°C，口感扎實順口、無酸低苦。\u003cbr\u003e\u003cstrong\u003e・ 法壓壺 \/ 冷萃（Cold Brew）：\u003c\/strong\u003e 中粗研磨（Coarse），冷萃 12-16 小時能萃出如巧克力奶昔般的厚實甜感。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第四部分：品飲場景與搭配建議 --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e🕯️\u003c\/span\u003e 沉靜時光：風味搭配與生活提案\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 18px;\"\u003e\n\u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n\u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🥛 厚乳拿鐵與特調（Milk Beverage）\u003c\/strong\u003e \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e 專為奶咖而生。搭配全脂鮮奶、燕麥奶或冰博克（提純奶），能最大化激發出如融化芝士蛋糕與香濃黃油酥餅般的極致濃郁甜香。 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n\u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e💼 午後醒腦時光（Afternoon Focus）\u003c\/strong\u003e \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e 適合工作間歇、午後會議或需要濃厚醇香撫慰思緒的時刻。一口濃郁的芝士黃油咖啡香，帶來踏實、溫暖而專注的沉靜力量。 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第五部分：常見問題（FAQ） --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e🔍\u003c\/span\u003e 常見問題：關於這份「醇厚與濃香」\u003c\/h2\u003e\n\u003cdiv style=\"margin-top: 20px;\"\u003e\n\u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n\u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🧀 為什麼這款咖啡被稱為「黃油芝士」？有添加香精嗎？\u003c\/summary\u003e\n\u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\u003cb\u003e堅持無任何人工添加物與香精。\u003c\/b\u003e「黃油芝士」是烘豆師透過嚴選瑰夏、花魁等高品質生豆，並運用深度烘焙將咖啡油脂與糖分焦糖化至極致所呈現的\u003cstrong\u003e純天然芳香物具象化風味\u003c\/strong\u003e，口感如乳脂般厚實絲滑。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n\u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🏆 澳洲金豆杯（Golden Bean）獲獎代表什麼？\u003c\/summary\u003e\n\u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e金豆杯（Golden Bean）是全球規模最大的專業咖啡烘焙賽事之一。這款拼配在專業評審盲測中，以其在濃縮咖啡與奶咖中的卓越平衡感、絲滑體質（Body）與悠長可可芝士餘韻榮獲銅獎肯定。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n\u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🧺 深焙咖啡豆的最佳養豆期與保存方式？\u003c\/summary\u003e\n\u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e深焙豆排氣較快，建議自烘焙日起算 \u003cb style=\"color: #0a1e3f;\"\u003e養豆 7 - 10 天\u003c\/b\u003e 後開始沖煮，此時油脂與奶香達到巔峰。深度烘焙豆表面有微量天然咖啡精油釋出屬正常現象，請置於常溫陰涼處密封保存。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n\u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e📦 包裝規格與保鮮設計？\u003c\/summary\u003e\n\u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e採用專業高阻隔遮光鋁箔單向排氣閥豆袋，有效排出二氧化碳並隔絕氧氣與濕氣，確保每杯出品皆能萃取出新鮮豐盈的金黃 Crema。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 底部品牌精神結尾 --\u003e\n\u003cdiv style=\"margin-top: 50px; padding: 32px 20px; text-align: center; background-color: #f7f8fa; border-top: 1px solid #E8E9EB; border-radius: 4px;\"\u003e\n\u003cp style=\"color: #5a6578; font-style: italic; margin-bottom: 16px; font-size: 0.95em; letter-spacing: 1.5px;\"\u003e「甄選全球各產地風味，只為換您一刻沉靜時光。」\u003c\/p\u003e\n\u003cdiv style=\"font-weight: 600; color: #0a1e3f; font-size: 1.2em; letter-spacing: 3.5px;\"\u003eSEA MEET COFFEE 海金咖啡\u003c\/div\u003e\n\u003cp style=\"font-size: 0.85em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e小批量工藝烘焙 ・ 產地直送精品豆\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SEA MEET COFFEE","offers":[{"title":"454g","offer_id":43717566431299,"sku":"SMC-BLD-BUTTER-454","price":158.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/8620\/4227\/files\/E-02.png?v=1787821740"},{"product_id":"voyage-of-grace-espresso-blend-coffee-beans","title":"渡海之柔・進階意式拼配咖啡豆","description":"\u003cdiv style=\"width: 100%; max-width: 100%; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif; line-height: 1.85; color: #0a1e3f; background-color: #ffffff; padding: 24px 0; box-sizing: border-box;\"\u003e\n\n  \u003c!-- 頂部系列徽章 --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 12px;\"\u003e\n    \u003cspan style=\"display: inline-block; border: 1px solid #c9a96e; color: #c9a96e; font-size: 0.8em; letter-spacing: 3px; padding: 4px 16px; text-transform: uppercase; font-weight: 600; border-radius: 2px;\"\u003e\n      SIGNATURE BLEND ・ 進階意式特選配方\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 標題與核心副標題 --\u003e\n  \u003ch1 style=\"text-align: center; font-size: 1.85em; color: #0a1e3f; margin-top: 0; margin-bottom: 14px; font-weight: 600; letter-spacing: 1px;\"\u003e\n    渡海之柔・進階意式拼配咖啡豆\n    \u003cspan style=\"display: block; font-size: 0.52em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e\n      橫渡大洋的溫柔詩篇 ｜ 花果香與焦糖甜感 ｜ 中度烘焙\n    \u003c\/span\u003e\n  \u003c\/h1\u003e\n\n  \u003c!-- 核心風味精簡標籤 (Flavor Tags) --\u003e\n  \u003cdiv style=\"display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px 0;\"\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🌹 日曬花魁玫瑰與莓果香\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍊 鮮榨葡萄柚與紅蘋果酸質\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍁 濃醇楓糖漿與紅糖甜感\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍵 溫潤陳皮茶韻\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🥛 奶咖如焦糖布丁般醇厚\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 品牌沉靜引言 --\u003e\n  \u003cdiv style=\"max-width: 680px; margin: 0 auto 36px auto; text-align: center; color: #5a6578; font-size: 0.95em; font-style: italic; line-height: 1.8; border-top: 1px solid #E8E9EB; border-bottom: 1px solid #E8E9EB; padding: 14px 0;\"\u003e\n    「一根蘆葦跨越重洋的溫柔。致敬堅韌而優雅的旅程，在濃縮與奶沫的交融中品味平衡之美。」\n  \u003c\/div\u003e\n\n  \u003c!-- 第一部分：杯測風味與六角風味雷達圖 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 36px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🎵\u003c\/span\u003e 杯測風味：六維感官與風味雷達\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"background-color: #f7f8fa; padding: 24px; border-radius: 4px; border: 1px solid #E8E9EB; margin-top: 20px;\"\u003e\n\n    \u003c!-- 風味量化清單與六角雷達圖 --\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; align-items: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #E8E9EB;\"\u003e\n\n      \u003c!-- 左欄：6大維度指標 --\u003e\n      \u003cdiv style=\"display: flex; flex-direction: column; gap: 12px;\"\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e烘焙度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●\u003cspan style=\"color: #d1d5db;\"\u003e○○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #0a1e3f; font-weight: 500;\"\u003e中度烘焙\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e香氣值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e花魁馥郁花果香\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e甜感度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e紮實楓糖與紅糖\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e醇厚度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e果汁般飽滿厚實\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e餘韻值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e焦糖暖甜與陳皮香\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e酸度值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●\u003cspan style=\"color: #d1d5db;\"\u003e○○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e清爽葡萄柚與莓果酸\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003c!-- 右欄：六角形 SVG 風味雷達圖 (甜度5, 香氣4, 醇厚4, 苦度2, 餘韻4, 酸度3) --\u003e\n      \u003cdiv style=\"display: flex; justify-content: center; align-items: center;\"\u003e\n        \u003csvg viewbox=\"0 0 320 290\" style=\"width: 100%; max-width: 290px; height: auto;\"\u003e\n          \u003c!-- 5 層正六邊形蛛網網格 --\u003e\n          \u003cpolygon points=\"160.0,127.0 175.6,136.0 175.6,154.0 160.0,163.0 144.4,154.0 144.4,136.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,109.0 191.2,127.0 191.2,163.0 160.0,181.0 128.8,163.0 128.8,127.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,91.0 206.8,118.0 206.8,172.0 160.0,199.0 113.2,172.0 113.2,118.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,73.0 222.4,109.0 222.4,181.0 160.0,217.0 97.6,181.0 97.6,109.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,55.0 237.9,100.0 237.9,190.0 160.0,235.0 82.1,190.0 82.1,100.0\" fill=\"none\" stroke=\"#D1D5DB\" stroke-width=\"1.2\"\u003e\u003c\/polygon\u003e\n\n          \u003c!-- 6 條軸線 --\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"55.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"235.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n\n          \u003c!-- 6 維數據覆蓋面 (甜度5, 香氣4, 醇厚4, 苦度2, 餘韻4, 酸度3) --\u003e\n          \u003cpolygon points=\"160.0,55.0 222.4,109.0 222.4,181.0 160.0,181.0 97.6,181.0 113.2,118.0\" fill=\"rgba(201, 169, 110, 0.38)\" stroke=\"#C9A96E\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n\n          \u003c!-- 6 個數據頂點圓點 --\u003e\n          \u003ccircle cx=\"160.0\" cy=\"55.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"222.4\" cy=\"109.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"222.4\" cy=\"181.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"160.0\" cy=\"181.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"97.6\" cy=\"181.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"113.2\" cy=\"118.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n\n          \u003c!-- 6 個維度文字標籤 --\u003e\n          \u003ctext x=\"160\" y=\"38\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e甜度\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"98\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e香氣\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"200\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e醇厚度\u003c\/text\u003e\n          \u003ctext x=\"160\" y=\"258\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e苦度\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"200\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e餘韻\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"98\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e酸度\u003c\/text\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 品飲形態與風味表現 --\u003e\n    \u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; font-size: 0.95em;\"\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【濃縮萃取 (Espresso)】\u003c\/strong\u003e\n        油脂細膩金黃，初入口釋放出\u003cstrong\u003e蔓越莓、葡萄柚與百香果\u003c\/strong\u003e的明亮果酸，中後段迅速轉化為焦糖與紅糖的深邃甜感，酸甜平衡極佳。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【清爽冰美式 (Iced Americano)】\u003c\/strong\u003e\n        冰鎮後花果香尤為突出，前調帶有\u003cstrong\u003e玫瑰花香與新鮮柑橘調\u003c\/strong\u003e，中段伴隨陳皮茶感，尾韻清甜生津，乾淨透亮、極度解渴。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【溫潤奶咖 (Latte \/ Flat White)】\u003c\/strong\u003e\n        與熱牛奶融合後，果酸柔化為\u003cstrong\u003e焦糖布丁與楓糖漿\u003c\/strong\u003e的濃醇暖甜，口感絲滑厚實，如同一杯滿溢幸福感的甜點咖啡。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【餘韻與回甘】\u003c\/strong\u003e\n        吞嚥後口腔持續散發出\u003cstrong\u003e溫熱焦糖、紅糖與悠長茶香\u003c\/strong\u003e，久聚不散，層次感飽滿而不顯苦澀。\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 第二部分：風土與拼配構成思路 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; display: flex; align-items: center; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🌊\u003c\/span\u003e 風土溯源：跨越重洋的拼配美學與黃金架構\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px;\"\u003e\n\n    \u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e\n        🌸 埃塞俄比亞・古吉 日曬花魁 G1（風味靈魂）\n      \u003c\/strong\u003e\n      \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e\n        作為整支配方的香氣核心，精選古吉高海拔日曬花魁 G1，賦予咖啡密集的\u003cstrong\u003e玫瑰、草莓、百香果與熱帶水果\u003c\/strong\u003e香氣，為意式萃取注入鮮活跳躍的靈動前調。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e\n        🍏 哥倫比亞・蕙蘭 水洗（風味緩衝與銜接）\n      \u003c\/strong\u003e\n      \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e\n        經典蕙蘭水洗帶來澄澈乾淨的基底與柔和的\u003cstrong\u003e紅蘋果酸質\u003c\/strong\u003e，巧妙平衡日曬豆的張揚發酵感，將前端花果香順滑無縫地過渡銜接至中段。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px; grid-column: 1 \/ -1;\"\u003e\n      \u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e\n        🍯 雲南・經典水洗 AA（醇厚基底與紮實甜感）\n      \u003c\/strong\u003e\n      \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e\n        精選雲南優質水洗 AA 撐起整體的醇厚度，以濃郁的\u003cstrong\u003e紅糖甜感與堅實觸感\u003c\/strong\u003e「兜住」輕盈跳躍的果香，使整體出品呈現飽滿如果汁般的質地，層次豐富而不渙散。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 第三部分：烘豆師意式萃取指南 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e☕\u003c\/span\u003e 萃取指南：海金咖啡烘豆師意式金杯參數\n  \u003c\/h2\u003e\n  \u003cp style=\"color: #5a6578; font-size: 0.93em; margin-top: 10px;\"\u003e\n    中度烘焙意式豆兼具活潑酸甜與飽滿油脂，精準的萃取參數能完美釋放花果香氣與焦糖甜感：\n  \u003c\/p\u003e\n\n  \u003cdiv style=\"background-color: #f7f8fa; padding: 22px; border: 1px solid #E8E9EB; border-radius: 4px; margin-top: 15px;\"\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; font-size: 0.93em; margin-bottom: 16px;\"\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 粉液比例：\u003c\/strong\u003e 1 : 2 ～ 1 : 2.2（粉量 18.5g : 液重 37-40g）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 萃取水溫：\u003c\/strong\u003e 91.5°C - 93°C（平衡明亮果酸與甜感）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 萃取時間：\u003c\/strong\u003e 26 - 30 秒（含低壓預浸泡約 3-5 秒）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 推薦器具：\u003c\/strong\u003e 半自動咖啡機 \/ 全自動咖啡機 \/ 摩卡壺\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"border-top: 1px dashed #E8E9EB; padding-top: 14px; font-size: 0.92em; color: #0a1e3f; line-height: 1.75;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; display: block; margin-bottom: 4px;\"\u003e特調延伸推薦：\u003c\/strong\u003e\n      \u003cstrong\u003e清爽冰美式：\u003c\/strong\u003e 萃取雙份濃縮（約 38g），加入 160g 冰塊與 120ml 純淨水，花果香氣極致綻放。\u003cbr\u003e\n      \u003cstrong\u003e馥郁熱拿鐵：\u003c\/strong\u003e 萃取雙份濃縮，融合 180-200ml 打發至 60°C 的全脂牛奶，呈現焦糖布丁般的絲滑口感。\u003cbr\u003e\n      \u003cstrong\u003e摩卡壺日常萃取：\u003c\/strong\u003e 建議中細研磨，下壺注入溫熱水，小火慢萃，出液至發泡前離火，香氣濃郁不焦苦。\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 第四部分：品飲場景與搭配建議 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🕯️\u003c\/span\u003e 沉靜時光：風味搭配與生活提案\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 18px;\"\u003e\n    \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🍰 點心佐搭（Pairing）\u003c\/strong\u003e\n      \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e\n        冰美式極度推薦搭配巴斯克乳酪蛋糕、肉桂捲或焦糖可麗露；熱奶咖則完美契合堅果餅乾、法式牛角包與提拉米蘇，酸甜解膩、相得益彰。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e☀️ 活力日常（Occasion）\u003c\/strong\u003e\n      \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e\n        適合午後辦公提神、夏日午後解暑，或是週末為自己精心製作一杯拉花拿鐵。豐富的花果調性與紮實甜感，給日常帶來溫柔治癒的力量。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 第五部分：常見問題（FAQ） --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🔍\u003c\/span\u003e 常見問題：關於這份「花果香與甜感」\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"margin-top: 20px;\"\u003e\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🌸 為什麼這款意式豆做美式有鮮明的花果香，做奶咖又很醇厚？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        這正是三國產區拼配的精妙之處。埃塞俄比亞日曬花魁負責提供高揮發性的花香與莓果酸質，在稀釋為冰美式時尤為清新；而哥倫比亞與雲南水洗豆提供了豐富的油脂前驅物與紅糖甜感，在加入牛奶後轉化為濃厚的焦糖乳香。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e⚙️ 全自動咖啡機或家用摩卡壺適用嗎？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        完全適用。中度烘焙具備良好的萃取容錯率。全自動咖啡機建議研磨度調至中偏細、粉量設置較高；摩卡壺則使用中細研磨，能輕鬆萃取出油脂豐厚、酸甜均衡的高品質咖啡。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🧺 意式拼配豆的建議養豆天數與最佳賞味期？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        意式萃取對二氧化碳較為敏感，建議自烘焙日起算 \u003cb style=\"color: #0a1e3f;\"\u003e養豆 14 - 21 天\u003c\/b\u003e 後使用，此時氣體排出充分，萃取油脂（Crema）最為細膩穩定，花果香與焦糖甜感達到巔峰狀態。開封後建議 45 天內享用完畢。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e📦 包裝規格與保鮮設計？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        提供 250g \/ 500g \/ 1000g 多種規格選擇。每包均採用專業高阻隔遮光鋁箔袋，配備單向排氣閥與密封夾鏈設計，有效隔絕光線與空氣氧化，鎖住最新鮮的意式香氣。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 底部品牌精神結尾 --\u003e\n  \u003cdiv style=\"margin-top: 50px; padding: 32px 20px; text-align: center; background-color: #f7f8fa; border-top: 1px solid #E8E9EB; border-radius: 4px;\"\u003e\n    \u003cp style=\"color: #5a6578; font-style: italic; margin-bottom: 16px; font-size: 0.95em; letter-spacing: 1.5px;\"\u003e\n      「甄選全球各產地風味，只為換您一刻沉靜時光。」\n    \u003c\/p\u003e\n    \u003cdiv style=\"font-weight: 600; color: #0a1e3f; font-size: 1.2em; letter-spacing: 3.5px;\"\u003e\n      SEA MEET COFFEE 海金咖啡\n    \u003c\/div\u003e\n    \u003cp style=\"font-size: 0.85em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e\n      小批量工藝烘焙 ・ 產地直送精品豆\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SEA MEET COFFEE","offers":[{"title":"250g","offer_id":43717599494211,"sku":"SMC-BLD-GEISHA-250","price":138.0,"currency_code":"HKD","in_stock":true},{"title":"500g","offer_id":43717599526979,"sku":"SMC-BLD-GEISHA-500","price":238.0,"currency_code":"HKD","in_stock":true},{"title":"1000g","offer_id":43717599559747,"sku":"SMC-BLD-GEISHA-1000","price":438.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/8620\/4227\/files\/E-03.png?v=1787821677"},{"product_id":"coral-gold-1-espresso-blend","title":"金珊瑚 1.0・經典意式拼配咖啡豆","description":"\u003cdiv style=\"width: 100%; max-width: 100%; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif; line-height: 1.85; color: #0a1e3f; background-color: #ffffff; padding: 24px 0; box-sizing: border-box;\"\u003e\n\n  \u003c!-- 頂部系列徽章 --\u003e\n  \u003cdiv style=\"text-align: center; margin-bottom: 12px;\"\u003e\n    \u003cspan style=\"display: inline-block; border: 1px solid #c9a96e; color: #c9a96e; font-size: 0.8em; letter-spacing: 3px; padding: 4px 16px; text-transform: uppercase; font-weight: 600; border-radius: 2px;\"\u003e\n      IIAC GOLD MEDAL WINNER ・ 2025 國際咖啡品鑒大賽金獎\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 標題與核心副標題 --\u003e\n  \u003ch1 style=\"text-align: center; font-size: 1.85em; color: #0a1e3f; margin-top: 0; margin-bottom: 14px; font-weight: 600; letter-spacing: 1px;\"\u003e\n    金珊瑚 1.0・經典意式拼配咖啡豆\n    \u003cspan style=\"display: block; font-size: 0.52em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e\n      SCA 82+ 精品級生豆配方 ｜ 專為奶咖設計 ｜ 經典深度烘焙\n    \u003c\/span\u003e\n  \u003c\/h1\u003e\n\n  \u003c!-- 核心風味精簡標籤 (Flavor Tags) --\u003e\n  \u003cdiv style=\"display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px 0;\"\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🍫 濃醇黑巧克力\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🌰 炭烤榛果暖香\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🌿 暖調甘甜香料\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      🥛 天鵝絨絲滑奶感\n    \u003c\/span\u003e\n    \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e\n      ✨ 深焙焦糖回甘\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 品牌沉靜引言 --\u003e\n  \u003cdiv style=\"max-width: 680px; margin: 0 auto 36px auto; text-align: center; color: #5a6578; font-size: 0.95em; font-style: italic; line-height: 1.8; border-top: 1px solid #E8E9EB; border-bottom: 1px solid #E8E9EB; padding: 14px 0;\"\u003e\n    「如深海珊瑚般沉靜而厚實。在可可與堅果的醇厚交織中，包裹屬於日常的第一抹溫潤踏實。」\n  \u003c\/div\u003e\n\n  \u003c!-- 第一部分：杯測風味與六角風味雷達圖 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 36px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🎵\u003c\/span\u003e 杯測風味：六維感官與風味雷達\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"background-color: #f7f8fa; padding: 24px; border-radius: 4px; border: 1px solid #E8E9EB; margin-top: 20px;\"\u003e\n    \n    \u003c!-- 風味量化清單與六角雷達圖 --\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; align-items: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #E8E9EB;\"\u003e\n      \n      \u003c!-- 左欄：6大維度指標 (烘焙5, 香氣4, 醇厚5, 甜度4, 餘韻5, 酸度1) --\u003e\n      \u003cdiv style=\"display: flex; flex-direction: column; gap: 12px;\"\u003e\n        \n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e烘焙度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e\n          \u003cspan style=\"color: #0a1e3f; font-weight: 500;\"\u003e深度烘焙\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e香氣值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e烤堅果與暖香料\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e醇厚度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e糖漿般極致濃稠\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e甜感度\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e焦糖與甜巧克力\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e餘韻值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e可可尾韻悠長生津\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n          \u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e酸度值\u003c\/span\u003e\n          \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●\u003cspan style=\"color: #d1d5db;\"\u003e○○○○\u003c\/span\u003e\u003c\/span\u003e\n          \u003cspan style=\"color: #4a4a4a;\"\u003e極低酸溫潤柔和\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003c!-- 右欄：六角形 SVG 風味雷達圖 --\u003e\n      \u003cdiv style=\"display: flex; justify-content: center; align-items: center;\"\u003e\n        \u003csvg viewbox=\"0 0 320 290\" style=\"width: 100%; max-width: 290px; height: auto;\"\u003e\n          \u003c!-- 5 層正六邊形蛛網網格 --\u003e\n          \u003cpolygon points=\"160.0,127.0 175.6,136.0 175.6,154.0 160.0,163.0 144.4,154.0 144.4,136.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,109.0 191.2,127.0 191.2,163.0 160.0,181.0 128.8,163.0 128.8,127.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,91.0 206.8,118.0 206.8,172.0 160.0,199.0 113.2,172.0 113.2,118.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,73.0 222.4,109.0 222.4,181.0 160.0,217.0 97.6,181.0 97.6,109.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,55.0 237.9,100.0 237.9,190.0 160.0,235.0 82.1,190.0 82.1,100.0\" fill=\"none\" stroke=\"#D1D5DB\" stroke-width=\"1.2\"\u003e\u003c\/polygon\u003e\n\n          \u003c!-- 6 條軸線 --\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"55.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"235.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n\n          \u003c!-- 6 維數據覆蓋面 (烘焙5, 香氣4, 醇厚5, 甜度4, 餘韻5, 酸度1) --\u003e\n          \u003cpolygon points=\"160.0,55.0 222.4,109.0 237.9,190.0 160.0,217.0 82.1,190.0 144.4,136.0\" fill=\"rgba(201, 169, 110, 0.38)\" stroke=\"#C9A96E\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n\n          \u003c!-- 6 個數據頂點圓點 --\u003e\n          \u003ccircle cx=\"160.0\" cy=\"55.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"222.4\" cy=\"109.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"237.9\" cy=\"190.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"160.0\" cy=\"217.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"82.1\" cy=\"190.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"144.4\" cy=\"136.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n\n          \u003c!-- 6 個維度文字標籤 --\u003e\n          \u003ctext x=\"160\" y=\"38\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e烘焙度\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"98\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e香氣\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"200\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e醇厚度\u003c\/text\u003e\n          \u003ctext x=\"160\" y=\"258\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e甜度\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"200\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e餘韻\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"98\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e酸度\u003c\/text\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 溫層與出品風味變化 --\u003e\n    \u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; font-size: 0.95em;\"\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【初聞乾香】\u003c\/strong\u003e\n        研磨瞬間散發沉穩濃郁的\u003cstrong\u003e炭烤榛果、黑巧克力與微甜暖辛香料\u003c\/strong\u003e氣息，低沉且飽滿。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【濃縮濃烈濃純】\u003c\/strong\u003e\n        Espresso 萃取出如虎斑般赭金色的\u003cstrong\u003e厚實黃金 Crema\u003c\/strong\u003e，質地如糖漿般滑順濃稠，純苦中伴隨深沉甘甜。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【佐奶熱飲品嚐】\u003c\/strong\u003e\n        融入蒸煮牛奶後，化作一杯香甜濃郁的\u003cstrong\u003e可可榛果奶糖\u003c\/strong\u003e，油脂感飽滿圓潤，如天鵝絨般完美包覆舌尖。\n      \u003c\/div\u003e\n      \u003cdiv style=\"color: #0a1e3f;\"\u003e\n        \u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【冷卻或冰飲餘韻】\u003c\/strong\u003e\n        即使調配成冰拿鐵或美式咖啡，依舊保有強烈的\u003cstrong\u003e可可厚度與深焙焦糖回甘\u003c\/strong\u003e，生津悠長，絕不淡薄。\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 第二部分：拼配哲學與工藝 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; display: flex; align-items: center; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🏆\u003c\/span\u003e 拼配哲學：跨大洲黃金比例與金獎工藝\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px;\"\u003e\n    \n    \u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e\n        🌍 全進口 SCA 82+ 三大洲精品生豆拼配\n      \u003c\/strong\u003e\n      \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e\n        精選非洲的高原甘甜、南美洲的純淨堅果調與亞洲的紮實醇厚。全數嚴選 SCA 82 分以上的精品生豆，杜絕雜味與焦苦，打造出飽滿醇厚、萃取容錯率極高的扎實骨架。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e\n        🥛 10% 精品羅布斯塔的「奶咖黃金秘方」\n      \u003c\/strong\u003e\n      \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e\n        嚴格控制加入 10% 優質精製羅布斯塔豆，為意式濃縮注入如深海珊瑚般穩固厚實的黃金油脂（Crema），帶來極佳穿透力，與鮮奶融合時甜感加倍、濃郁不翻車。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 第三部分：烘豆師意式萃取指南 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e☕\u003c\/span\u003e 萃取指南：海金咖啡烘豆師黃金參數\n  \u003c\/h2\u003e\n  \u003cp style=\"color: #5a6578; font-size: 0.93em; margin-top: 10px;\"\u003e\n    本款配方專為半自動\/全自動意式咖啡機、摩卡壺調校，具備高容錯率，新手操作亦不易翻車：\n  \u003c\/p\u003e\n  \n  \u003cdiv style=\"background-color: #f7f8fa; padding: 22px; border: 1px solid #E8E9EB; border-radius: 4px; margin-top: 15px;\"\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; font-size: 0.93em; margin-bottom: 16px;\"\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 建議粉重：\u003c\/strong\u003e 18g（雙份粉碗裝填平整壓實）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 萃取時長：\u003c\/strong\u003e 25 - 28 秒（推薦黃金時間 27 秒）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 咖啡液重：\u003c\/strong\u003e 36g（標準 1 : 2 黃金萃取比例）\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 推薦器具：\u003c\/strong\u003e 意式咖啡機 \/ 摩卡壺 \/ 濃縮便攜機\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"border-top: 1px dashed #E8E9EB; padding-top: 14px; font-size: 0.92em; color: #0a1e3f; line-height: 1.75;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; display: block; margin-bottom: 4px;\"\u003e經典出品調配建議：\u003c\/strong\u003e\n      \u003cstrong\u003e拿鐵 \/ 馥芮白（Latte \/ Flat White）：\u003c\/strong\u003e 萃取 36g 濃縮咖啡液，搭配 180ml - 220ml 打發至 60°C - 65°C 的綿密奶泡，展現如融化黑巧堅果糖般的極致濃醇。\u003cbr\u003e\n      \u003cstrong\u003e醇厚美式（Americano）：\u003c\/strong\u003e 萃取 36g 濃縮液，注入 150ml - 180ml 冰水或熱水，口感純淨乾淨、低酸溫潤，帶有持久的焦糖可可香氣。\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 第四部分：品飲場景與搭配建議 --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🕯️\u003c\/span\u003e 沉靜時光：風味搭配與生活提案\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 18px;\"\u003e\n    \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🥐 烘焙佐搭（Pairing）\u003c\/strong\u003e\n      \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e\n        極度適合搭配熱烤牛角包、燕麥軟餅乾、提拉米蘇或肉桂捲。深焙特有的黑巧堅果香氣與麵包烘烤麥香、奶油甜感相互襯托，風味層次圓滿紮實。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n      \u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🌊 日常時刻（Occasion）\u003c\/strong\u003e\n      \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e\n        適合作為工作日的晨間喚醒，或午後需要全心專注時的能量補充。低酸溫潤不刺激腸胃，濃郁醇厚的油脂與甘甜，為生活節奏帶來一刻安定。\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 第五部分：常見問題（FAQ） --\u003e\n  \u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n    \u003cspan style=\"margin-right: 10px;\"\u003e🔍\u003c\/span\u003e 常見問題：關於這份「醇厚與濃郁」\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"margin-top: 20px;\"\u003e\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e⚖️ 金珊瑚系列（1.0 \/ 2.0 \/ 3.0）如何挑選？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        \u003cstrong\u003e金珊瑚 1.0・經典意式拼配：\u003c\/strong\u003e IIAC 金獎配方，含 10% 精品羅布斯塔，主打極致厚實的 Crema 與經典黑巧烤堅果調，低酸沉穩，厚奶咖愛好者首選；\u003cbr\u003e\n        \u003cstrong\u003e金珊瑚 2.0・熱帶果韻拼配：\u003c\/strong\u003e 100% 精品阿拉比卡熟拼，主打熱帶熟成果醬甜感與活潑香氣，奶咖、冷萃、手沖全能適配；\u003cbr\u003e\n        \u003cstrong\u003e金珊瑚 3.0・法式深烘瑰夏：\u003c\/strong\u003e 埃塞俄比亞班奇瑪吉原生瑰夏，打破瑰夏只能淺焙的限制，主打法式深烘軟甜型，享受如奶油曲奇與水蜜桃糖般的高雅甜感。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🏆 為什麼這款意式拼配能榮獲 2025 IIAC 國際咖啡品鑒大賽金獎？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        在 IIAC 嚴苛的感官盲測評鑑中，「金珊瑚 1.0」展現了極致平衡的酸甜比與如天鵝絨般綿密的油脂厚度。無論是單喝濃縮的乾淨甜感，或是加入牛奶後的濃烈黑巧克力與烤榛果表現，均獲得評委一致的高度讚賞。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🥛 為什麼在配方中精準加入 10% 羅布斯塔？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        這正是經典意式奶咖的精髓所在。高質量的精製羅布斯塔能顯著強化濃縮咖啡的醇厚度與 Crema 持久度，賦予咖啡強勁的穿透力，確保加入牛奶後風味依舊立體香濃，不被奶香淹沒。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🧺 建議養豆天數與最佳賞味期？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        深度烘焙咖啡豆在初期排氣較旺盛，建議自烘焙日起算 \u003cb style=\"color: #0a1e3f;\"\u003e養豆 7 - 10 天\u003c\/b\u003e 後開始萃取使用，此時風味融合與油脂表現達到巔峰。開封後建議於 30-45 天內享用完畢，並存放於陰涼乾燥處常溫密封保存。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e📦 包裝規格與保鮮設計？\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\n        每包海金咖啡皆採用專屬高阻隔遮光鋁箔袋（淨重：227g），配備單向排氣閥與密封拉鏈設計，隔絕光線與空氣氧氣，鎖住每一粒咖啡豆最新鮮濃郁的烘焙香氣與豐富油脂。\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 底部品牌精神結尾 --\u003e\n  \u003cdiv style=\"margin-top: 50px; padding: 32px 20px; text-align: center; background-color: #f7f8fa; border-top: 1px solid #E8E9EB; border-radius: 4px;\"\u003e\n    \u003cp style=\"color: #5a6578; font-style: italic; margin-bottom: 16px; font-size: 0.95em; letter-spacing: 1.5px;\"\u003e\n      「甄選全球各產地風味，只為換您一刻沉靜時光。」\n    \u003c\/p\u003e\n    \u003cdiv style=\"font-weight: 600; color: #0a1e3f; font-size: 1.2em; letter-spacing: 3.5px;\"\u003e\n      SEA MEET COFFEE 海金咖啡\n    \u003c\/div\u003e\n    \u003cp style=\"font-size: 0.85em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e\n      小批量工藝烘焙 ・ 產地直送精品豆\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SEA MEET COFFEE","offers":[{"title":"500g","offer_id":43734670475331,"sku":"SMC-BLD-CORAL1-500","price":138.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/8620\/4227\/files\/E-05.png?v=1788199768"},{"product_id":"coral-gold-2-tropical-blend","title":"金珊瑚 2.0・熱帶果韻拼配咖啡豆","description":"\u003cdiv style=\"width: 100%; max-width: 100%; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif; line-height: 1.85; color: #0a1e3f; background-color: #ffffff; padding: 24px 0; box-sizing: border-box;\"\u003e\n\u003c!-- 頂部系列徽章 --\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 12px;\"\u003e\u003cspan style=\"display: inline-block; border: 1px solid #c9a96e; color: #c9a96e; font-size: 0.8em; letter-spacing: 3px; padding: 4px 16px; text-transform: uppercase; font-weight: 600; border-radius: 2px;\"\u003e CORAL GOLD SERIES ・ 熱帶果韻特選配方 \u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- 標題與核心副標題 --\u003e\n\u003ch1 style=\"text-align: center; font-size: 1.85em; color: #0a1e3f; margin-top: 0; margin-bottom: 14px; font-weight: 600; letter-spacing: 1px;\"\u003e金珊瑚 2.0・熱帶果韻拼配咖啡豆 \u003cspan style=\"display: block; font-size: 0.52em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e 100% 精品阿拉比卡 ｜ 烘焙後熟拼工藝 ｜ 深焙熱帶果香 \u003c\/span\u003e\n\u003c\/h1\u003e\n\u003c!-- 核心風味精簡標籤 (Flavor Tags) --\u003e\n\u003cdiv style=\"display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px 0;\"\u003e\n\u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e 🥭 熱帶芒果與百香果 \u003c\/span\u003e \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e 🍓 濃郁日曬熟成果醬 \u003c\/span\u003e \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e 🌰 炭烤榛果香氣 \u003c\/span\u003e \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e 🍫 絲滑奶油巧克力 \u003c\/span\u003e \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e ☕ 奶咖\/冷萃\/手沖全能適配 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 品牌沉靜引言 --\u003e\n\u003cdiv style=\"max-width: 680px; margin: 0 auto 36px auto; text-align: center; color: #5a6578; font-size: 0.95em; font-style: italic; line-height: 1.8; border-top: 1px solid #E8E9EB; border-bottom: 1px solid #E8E9EB; padding: 14px 0;\"\u003e「如熱帶珊瑚礁般絢麗斑斕。在深焙的濃醇底蘊中，感受陽光熟成熱帶水果與濃郁黑巧的流暢過渡。」\u003c\/div\u003e\n\u003c!-- 第一部分：杯測風味與六角風味雷達圖 --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 36px; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e🎵\u003c\/span\u003e 杯測風味：六維感官與風味雷達\u003c\/h2\u003e\n\u003cdiv style=\"background-color: #f7f8fa; padding: 24px; border-radius: 4px; border: 1px solid #E8E9EB; margin-top: 20px;\"\u003e\n\u003c!-- 風味量化清單與六角雷達圖 --\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; align-items: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #E8E9EB;\"\u003e\n\u003c!-- 左欄：6大維度指標 (烘焙5, 香氣5, 醇厚4, 甜度5, 餘韻4, 酸度2) --\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 12px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e烘焙度\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e \u003cspan style=\"color: #0a1e3f; font-weight: 500;\"\u003e深度烘焙\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e香氣值\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e熱帶果香與可可\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e醇厚度\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e飽滿滑順奶油感\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e甜感度\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e深色果醬與焦糖\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e餘韻值\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e烤榛果生津回甘\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e酸度值\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●\u003cspan style=\"color: #d1d5db;\"\u003e○○○\u003c\/span\u003e\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e微酸果韻不澀口\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 右欄：六角形 SVG 風味雷達圖 (烘焙5, 香氣5, 醇厚4, 甜度5, 餘韻4, 酸度2) --\u003e\n\u003cdiv style=\"display: flex; justify-content: center; align-items: center;\"\u003e\u003csvg viewbox=\"0 0 320 290\" style=\"width: 100%; max-width: 290px; height: auto;\"\u003e\n          \u003cpolygon points=\"160.0,127.0 175.6,136.0 175.6,154.0 160.0,163.0 144.4,154.0 144.4,136.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,109.0 191.2,127.0 191.2,163.0 160.0,181.0 128.8,163.0 128.8,127.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,91.0 206.8,118.0 206.8,172.0 160.0,199.0 113.2,172.0 113.2,118.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,73.0 222.4,109.0 222.4,181.0 160.0,217.0 97.6,181.0 97.6,109.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,55.0 237.9,100.0 237.9,190.0 160.0,235.0 82.1,190.0 82.1,100.0\" fill=\"none\" stroke=\"#D1D5DB\" stroke-width=\"1.2\"\u003e\u003c\/polygon\u003e\n\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"55.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"235.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n\n          \u003cpolygon points=\"160.0,55.0 237.9,100.0 222.4,181.0 160.0,235.0 97.6,181.0 128.8,127.0\" fill=\"rgba(201, 169, 110, 0.38)\" stroke=\"#C9A96E\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n\n          \u003ccircle cx=\"160.0\" cy=\"55.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"237.9\" cy=\"100.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"222.4\" cy=\"181.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"160.0\" cy=\"235.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"97.6\" cy=\"181.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"128.8\" cy=\"127.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n\n          \u003ctext x=\"160\" y=\"38\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e烘焙度\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"98\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e香氣\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"200\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e醇厚度\u003c\/text\u003e\n          \u003ctext x=\"160\" y=\"258\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e甜度\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"200\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e餘韻\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"98\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e酸度\u003c\/text\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 溫層與出品風味變化 --\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; font-size: 0.95em;\"\u003e\n\u003cdiv style=\"color: #0a1e3f;\"\u003e\n\u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【初聞乾香】\u003c\/strong\u003e 磨豆瞬間撲鼻而來的是明亮奔放的\u003cstrong\u003e熟成芒果、熱帶百香果與深色果醬\u003c\/strong\u003e香氣，伴隨溫潤的奶油堅果底蘊。\u003c\/div\u003e\n\u003cdiv style=\"color: #0a1e3f;\"\u003e\n\u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【濃縮濃烈濃純】\u003c\/strong\u003e 萃取出的濃縮液展現飽滿赭紅色油脂，入口帶有\u003cstrong\u003e成熟熱帶水果蜜餞\u003c\/strong\u003e的立體酸甜感，迅速過渡至濃郁黑巧克力風味。\u003c\/div\u003e\n\u003cdiv style=\"color: #0a1e3f;\"\u003e\n\u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【佐奶熱飲品嚐】\u003c\/strong\u003e 融入牛奶後果酸轉化為柔和甘甜，化作一杯層次極為豐富的\u003cstrong\u003e熱帶水果巧克力奶昔\u003c\/strong\u003e，絲滑細膩、甜感極高。\u003c\/div\u003e\n\u003cdiv style=\"color: #0a1e3f;\"\u003e\n\u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【冷萃或冰飲餘韻】\u003c\/strong\u003e 製作成冰美式或冷萃時表現驚豔，深焙特有的\u003cstrong\u003e清爽果香伴隨冰涼口感\u003c\/strong\u003e綻放，尾韻伴隨持久的烤榛果生津回甘。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第二部分：拼配哲學與工藝 --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; display: flex; align-items: center; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e🏝️\u003c\/span\u003e 拼配哲學：深焙熱帶果韻與烘焙後熟拼工藝\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px;\"\u003e\n\u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n\u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e ☕ 100% 精品阿拉比卡・五大經典產區集結 \u003c\/strong\u003e \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e 配方嚴選\u003cstrong\u003e埃塞俄比亞、哥倫比亞、危地馬拉、巴西、肯尼亞\u003c\/strong\u003e全進口精品生豆。核心選用高甜感埃塞俄比亞西達摩日曬豆，使咖啡在維持深烘焙紮實厚度的同時，完整保留熱帶水果的奔放風味。 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n\u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e 🔥 工藝精萃：分豆精準烘焙後「熟拼工藝」 \u003c\/strong\u003e \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e 不同產區生豆的密度與含水量各異。海金烘豆師採用高成本的「單產區獨立烘焙後熟拼」工法，精確保留非洲豆的果醬甜香與美洲豆的黑巧堅果醇厚，達成深邃不苦焦、寬廣立體的味譜。 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第三部分：烘豆師萃取指南 --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e☕\u003c\/span\u003e 萃取指南：海金咖啡多場景沖煮參數\u003c\/h2\u003e\n\u003cp style=\"color: #5a6578; font-size: 0.93em; margin-top: 10px;\"\u003e金珊瑚 2.0 擁有極寬廣的風味適配度，不論意式機、手沖或是冷萃均能展現出眾層次：\u003c\/p\u003e\n\u003cdiv style=\"background-color: #f7f8fa; padding: 22px; border: 1px solid #E8E9EB; border-radius: 4px; margin-top: 15px;\"\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; font-size: 0.93em; margin-bottom: 16px;\"\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 建議粉重：\u003c\/strong\u003e 18g（意式粉碗裝填壓實）\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 萃取時長：\u003c\/strong\u003e 23 - 26 秒（推薦黃金時間 25 秒）\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 咖啡液重：\u003c\/strong\u003e 36g（標準 1 : 2 黃金粉液比）\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 推薦器具：\u003c\/strong\u003e 意式機 \/ 冷萃壺 \/ 手沖濾杯 \/ 摩卡壺\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border-top: 1px dashed #E8E9EB; padding-top: 14px; font-size: 0.92em; color: #0a1e3f; line-height: 1.75;\"\u003e\n\u003cstrong style=\"color: #0a1e3f; display: block; margin-bottom: 4px;\"\u003e多玩法萃取建議：\u003c\/strong\u003e \u003cstrong\u003e果韻拿鐵（Iced\/Hot Fruit Latte）：\u003c\/strong\u003e 36g 濃縮加入 200ml 鮮奶，熱帶水果香氣與乳香完美交融，如水果巧克力甜點般順滑。\u003cbr\u003e\u003cstrong\u003e沉靜冷萃（Cold Brew）：\u003c\/strong\u003e 研磨度為粗砂糖大小，粉水比 1 : 10 浸泡於常溫\/冷水中冷藏慢萃 14-16 小時，熱帶熟果香氣極致清爽爆汁。\u003cbr\u003e\u003cstrong\u003e深焙手沖（Pour Over）：\u003c\/strong\u003e 推薦 88°C 水溫、1 : 15 粉水比、中等研磨，快速三段注水，展現深焙中難得的果香與炭烤榛果尾韻。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第四部分：品飲場景與搭配建議 --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e🕯️\u003c\/span\u003e 沉靜時光：風味搭配與生活提案\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 18px;\"\u003e\n\u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n\u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🍰 甜點佐搭（Pairing）\u003c\/strong\u003e \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e 極度適合搭配熱帶水果戚風蛋糕、巴斯克焦香芝士蛋糕或可可布朗尼。明亮多汁的果醬甜韻能巧妙解膩，讓甜點的奶香更顯輕盈立體。 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n\u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🏖️ 盛夏與休閒午後（Occasion）\u003c\/strong\u003e \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e 炎炎夏日或微風暖陽的午後，來一杯加滿冰塊的金珊瑚 2.0 冰美式或冷萃。果香清爽解渴，隨後釋放的可可堅果回甘，帶來層次分明的愉悅時光。 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第五部分：常見問題（FAQ） --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e🔍\u003c\/span\u003e 常見問題：關於這份「果韻與全能」\u003c\/h2\u003e\n\u003cdiv style=\"margin-top: 20px;\"\u003e\n\u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n\u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e⚖️ 金珊瑚系列（1.0 \/ 2.0 \/ 3.0）如何挑選？\u003c\/summary\u003e\n\u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\u003cstrong\u003e金珊瑚 1.0・經典意式拼配：\u003c\/strong\u003e IIAC 金獎配方，含 10% 精品羅布斯塔，主打極致厚實的 Crema 與經典黑巧烤堅果調，低酸沉穩，厚奶咖愛好者首選；\u003cbr\u003e\u003cstrong\u003e金珊瑚 2.0・熱帶果韻拼配：\u003c\/strong\u003e 100% 精品阿拉比卡熟拼，主打熱帶熟成果醬甜感與活潑香氣，奶咖、冷萃、手沖全能適配；\u003cbr\u003e\u003cstrong\u003e金珊瑚 3.0・法式深烘瑰夏：\u003c\/strong\u003e 埃塞俄比亞班奇瑪吉原生瑰夏，打破瑰夏只能淺焙的限制，主打法式深烘軟甜型，享受如奶油曲奇與水蜜桃糖般的高雅甜感。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n\u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🥭 為什麼深度烘焙依然能喝到清晰的熱帶水果風味？\u003c\/summary\u003e\n\u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e關鍵在於「精準生豆選拔」與「熟拼工藝」。配方特別納入了西達摩高甜感日曬精品豆，並在烘焙後進行熟拼，避免了生豆混烘造成的果香過度流失，因此能在深度烘焙濃醇的黑巧框架中，綻放新鮮水果般的自然甜感。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n\u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🧺 建議養豆天數與最佳賞味期？\u003c\/summary\u003e\n\u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e建議自烘焙日起算 \u003cb style=\"color: #0a1e3f;\"\u003e養豆 7 - 12 天\u003c\/b\u003e 後開始萃取，此時果香與深焙可可甜感充分融合，雜氣散盡。開封後建議於 30-45 天內享用完畢，並置於乾燥陰涼處常溫密封保存。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n\u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e📦 包裝規格與保鮮設計？\u003c\/summary\u003e\n\u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e每包海金咖啡皆採用專屬高阻隔遮光鋁箔袋（淨重：227g \/ 另有 454g 磅裝可選），配備單向排氣閥與密封拉鏈設計，有效阻絕氧氣與水氣，完美鎖住熱帶果香芳香分子。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 底部品牌精神結尾 --\u003e\n\u003cdiv style=\"margin-top: 50px; padding: 32px 20px; text-align: center; background-color: #f7f8fa; border-top: 1px solid #E8E9EB; border-radius: 4px;\"\u003e\n\u003cp style=\"color: #5a6578; font-style: italic; margin-bottom: 16px; font-size: 0.95em; letter-spacing: 1.5px;\"\u003e「甄選全球各產地風味，只為換您一刻沉靜時光。」\u003c\/p\u003e\n\u003cdiv style=\"font-weight: 600; color: #0a1e3f; font-size: 1.2em; letter-spacing: 3.5px;\"\u003eSEA MEET COFFEE 海金咖啡\u003c\/div\u003e\n\u003cp style=\"font-size: 0.85em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e小批量工藝烘焙 ・ 產地直送精品豆\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SEA MEET COFFEE","offers":[{"title":"500g","offer_id":43734685286467,"sku":"SMC-BLD-CORAL2-500","price":148.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/8620\/4227\/files\/E-06.png?v=1788199731"},{"product_id":"coral-gold-3-geisha-french-roast","title":"金珊瑚 3.0・法式深烘 軟甜型瑰夏咖啡豆","description":"\u003cdiv style=\"width: 100%; max-width: 100%; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif; line-height: 1.85; color: #0a1e3f; background-color: #ffffff; padding: 24px 0; box-sizing: border-box;\"\u003e\n\u003c!-- 頂部系列徽章 --\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 12px;\"\u003e\u003cspan style=\"display: inline-block; border: 1px solid #c9a96e; color: #c9a96e; font-size: 0.8em; letter-spacing: 3px; padding: 4px 16px; text-transform: uppercase; font-weight: 600; border-radius: 2px;\"\u003e CORAL GOLD SERIES ・ 軟甜法式深烘特選 \u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- 標題與核心副標題 --\u003e\n\u003ch1 style=\"text-align: center; font-size: 1.85em; color: #0a1e3f; margin-top: 0; margin-bottom: 14px; font-weight: 600; letter-spacing: 1px;\"\u003e金珊瑚 3.0・法式深烘 軟甜型瑰夏咖啡豆 \u003cspan style=\"display: block; font-size: 0.52em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e 埃塞俄比亞 班奇瑪吉 緩慢日曬 ｜ 誰說瑰夏只能淺烘？ ｜ 奶油曲奇甜感型 \u003c\/span\u003e\n\u003c\/h1\u003e\n\u003c!-- 核心風味精簡標籤 (Flavor Tags) --\u003e\n\u003cdiv style=\"display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px 0;\"\u003e\n\u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e 🍪 奶油曲奇香氣 \u003c\/span\u003e \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e 🍑 水蜜桃軟糖甜感 \u003c\/span\u003e \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e 🍊 溫潤柑橘糖香 \u003c\/span\u003e \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e 🥃 單一麥芽威士忌般醇厚 \u003c\/span\u003e \u003cspan style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; color: #0a1e3f; font-size: 0.88em; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.5px; font-weight: 500;\"\u003e 🍮 能喝的甜品・甜而不膩 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 品牌沉靜引言 --\u003e\n\u003cdiv style=\"max-width: 680px; margin: 0 auto 36px auto; text-align: center; color: #5a6578; font-size: 0.95em; font-style: italic; line-height: 1.8; border-top: 1px solid #E8E9EB; border-bottom: 1px solid #E8E9EB; padding: 14px 0;\"\u003e「誰說瑰夏只能清亮如茶？法式深烘重塑頂級風土，讓果香與醇厚共生，包裹出一杯如奶油曲奇般的溫潤甜感。」\u003c\/div\u003e\n\u003c!-- 第一部分：杯測風味與六角風味雷達圖 --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 36px; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e🎵\u003c\/span\u003e 杯測風味：六維感官與風味雷達\u003c\/h2\u003e\n\u003cdiv style=\"background-color: #f7f8fa; padding: 24px; border-radius: 4px; border: 1px solid #E8E9EB; margin-top: 20px;\"\u003e\n\u003c!-- 風味量化清單與六角雷達圖 --\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; align-items: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #E8E9EB;\"\u003e\n\u003c!-- 左欄：6大維度指標 (烘焙5, 香氣5, 醇厚4, 甜度5, 餘韻5, 酸度1) --\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 12px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e烘焙度\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e \u003cspan style=\"color: #0a1e3f; font-weight: 500;\"\u003e法式深烘\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e香氣值\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e奶油曲奇與蜜桃糖\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e醇厚度\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●\u003cspan style=\"color: #d1d5db;\"\u003e○\u003c\/span\u003e\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e軟甜滑順無負擔\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e甜感度\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e糖果甜感・甜而不膩\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e餘韻值\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●●●●●\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e乾淨生津・果乾甘甜\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; align-items: center; font-size: 14px;\"\u003e\n\u003cspan style=\"width: 70px; font-weight: bold; color: #c9a96e; flex-shrink: 0;\"\u003e酸度值\u003c\/span\u003e \u003cspan style=\"width: 85px; color: #c9a96e; letter-spacing: 2px; flex-shrink: 0; font-size: 15px;\"\u003e●\u003cspan style=\"color: #d1d5db;\"\u003e○○○○\u003c\/span\u003e\u003c\/span\u003e \u003cspan style=\"color: #4a4a4a;\"\u003e柔和圓潤・無刺激酸\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 右欄：六角形 SVG 風味雷達圖 --\u003e\n\u003cdiv style=\"display: flex; justify-content: center; align-items: center;\"\u003e\u003csvg viewbox=\"0 0 320 290\" style=\"width: 100%; max-width: 290px; height: auto;\"\u003e\n          \n          \u003cpolygon points=\"160.0,127.0 175.6,136.0 175.6,154.0 160.0,163.0 144.4,154.0 144.4,136.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,109.0 191.2,127.0 191.2,163.0 160.0,181.0 128.8,163.0 128.8,127.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,91.0 206.8,118.0 206.8,172.0 160.0,199.0 113.2,172.0 113.2,118.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,73.0 222.4,109.0 222.4,181.0 160.0,217.0 97.6,181.0 97.6,109.0\" fill=\"none\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/polygon\u003e\n          \u003cpolygon points=\"160.0,55.0 237.9,100.0 237.9,190.0 160.0,235.0 82.1,190.0 82.1,100.0\" fill=\"none\" stroke=\"#D1D5DB\" stroke-width=\"1.2\"\u003e\u003c\/polygon\u003e\n\n          \n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"55.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"237.9\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"160.0\" y2=\"235.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"190.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"160\" y1=\"145\" x2=\"82.1\" y2=\"100.0\" stroke=\"#E5E7EB\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n\n          \n          \u003cpolygon points=\"160.0,55.0 237.9,100.0 222.4,181.0 160.0,235.0 97.6,181.0 144.4,136.0\" fill=\"rgba(201, 169, 110, 0.38)\" stroke=\"#C9A96E\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n\n          \n          \u003ccircle cx=\"160.0\" cy=\"55.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"237.9\" cy=\"100.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"222.4\" cy=\"181.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"160.0\" cy=\"235.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"82.1\" cy=\"190.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"144.4\" cy=\"136.0\" r=\"4\" fill=\"#0A1E3F\" stroke=\"#C9A96E\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n\n          \n          \u003ctext x=\"160\" y=\"38\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e烘焙度\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"98\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e香氣\u003c\/text\u003e\n          \u003ctext x=\"250\" y=\"200\" text-anchor=\"start\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e醇厚度\u003c\/text\u003e\n          \u003ctext x=\"160\" y=\"258\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e甜度\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"200\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e餘韻\u003c\/text\u003e\n          \u003ctext x=\"70\" y=\"98\" text-anchor=\"end\" font-size=\"13\" font-weight=\"600\" fill=\"#0A1E3F\"\u003e酸度\u003c\/text\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 溫層與出品風味變化 --\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 12px; font-size: 0.95em;\"\u003e\n\u003cdiv style=\"color: #0a1e3f;\"\u003e\n\u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【初聞乾香】\u003c\/strong\u003e 研磨瞬間撲鼻而來的是烘烤出爐的\u003cstrong\u003e奶油曲奇與金黃烘焙麥香\u003c\/strong\u003e，伴隨若隱若現的熟成桃子糖甜香。\u003c\/div\u003e\n\u003cdiv style=\"color: #0a1e3f;\"\u003e\n\u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【濃縮\/長萃 Lungo 出品】\u003c\/strong\u003e 萃取出的油脂綿密清亮，入口是如同\u003cstrong\u003e柑橘糖與水蜜桃果汁糖\u003c\/strong\u003e般的純粹軟甜，滑順不澀，完全打破深焙苦焦的既定印象。\u003c\/div\u003e\n\u003cdiv style=\"color: #0a1e3f;\"\u003e\n\u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【佐奶熱飲品嚐】\u003c\/strong\u003e 與熱牛奶交融後，宛如一杯\u003cstrong\u003e融化的高級黃油曲奇餅乾\u003c\/strong\u003e，乳脂甜感被瑰夏的品種糖分極限放大，極致甜潤。\u003c\/div\u003e\n\u003cdiv style=\"color: #0a1e3f;\"\u003e\n\u003cstrong style=\"color: #c9a96e; margin-right: 6px;\"\u003e【冰飲與老饕體驗】\u003c\/strong\u003e 做成冰美式如同品鑑一款\u003cstrong\u003e重度烘烤但仍保留果乾香氣的單一麥芽威士忌\u003c\/strong\u003e，入口柔和渾厚，收尾極其純淨。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第二部分：風土與工藝破局 --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; display: flex; align-items: center; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e🌊\u003c\/span\u003e 風土破局：班奇瑪吉高地日曬與法式慢烘哲學\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px;\"\u003e\n\u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n\u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e ⛰️ 瑰夏故鄉：Bench Maji 農場 2,000m 緩慢日曬 \u003c\/strong\u003e \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e 生豆產自埃塞俄比亞瑰夏核心故鄉——Bench Maji 原始雨林農場。高海拔冷涼微氣候與富含礦物質的赤色土壤，賦予了瑰夏果實極高的糖分與密度。經長時間「Natural 緩慢日曬」，將厚實的甜感深深封存於生豆核心。 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background-color: #f7f8fa; border: 1px solid #E8E9EB; padding: 24px; border-radius: 4px;\"\u003e\n\u003cstrong style=\"color: #c9a96e; font-size: 1.05em; display: block; margin-bottom: 10px; letter-spacing: 1px;\"\u003e 🔥 重構風味邊界：法式慢烘 × 軟甜型單品濃縮 \u003c\/strong\u003e \u003cspan style=\"color: #0a1e3f; font-size: 0.93em; line-height: 1.75;\"\u003e 海金烘豆師打破「瑰夏只能淺焙」的思維桎梏，以細膩平緩的法式慢烘曲線，精準將尖銳酸質轉化為豐沛糖分，形成「渾厚」與「果韻」的完美烘托，創造出容錯率極高、連做奶咖都驚艷的頂級咖啡體驗。 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第三部分：烘豆師萃取指南 --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e☕\u003c\/span\u003e 萃取指南：海金咖啡烘豆師黃金參數\u003c\/h2\u003e\n\u003cp style=\"color: #5a6578; font-size: 0.93em; margin-top: 10px;\"\u003e得益於班奇瑪吉瑰夏的高甜感底蘊，本款豆子對研磨與水溫極具包容度，特別推薦 1 : 2.5 的偏長萃取以釋放最大軟甜：\u003c\/p\u003e\n\u003cdiv style=\"background-color: #f7f8fa; padding: 22px; border: 1px solid #E8E9EB; border-radius: 4px; margin-top: 15px;\"\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; font-size: 0.93em; margin-bottom: 16px;\"\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 建議粉重：\u003c\/strong\u003e 18g（意式粉碗正常壓實）\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 萃取時長：\u003c\/strong\u003e 23 - 26 秒（黃金時間約 25 秒）\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 咖啡溢出量：\u003c\/strong\u003e 45g（Lungo 長萃取，展現純粹甘甜）\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #c9a96e;\"\u003e・ 粉液比例：\u003c\/strong\u003e 1 : 2.5（黃金軟甜比）\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border-top: 1px dashed #E8E9EB; padding-top: 14px; font-size: 0.92em; color: #0a1e3f; line-height: 1.75;\"\u003e\n\u003cstrong style=\"color: #0a1e3f; display: block; margin-bottom: 4px;\"\u003e雙重出品提案：\u003c\/strong\u003e \u003cstrong\u003e軟甜甜品奶咖：\u003c\/strong\u003e 萃取 45g 瑰夏濃縮，注入 160ml - 180ml 蒸打細膩的熱鮮奶，入口盡是黃油曲奇與柑橘蜜糖的香甜，毫無咖啡焦苦。\u003cbr\u003e\u003cstrong\u003e沉靜威士忌冰美式：\u003c\/strong\u003e 萃取 45g 濃縮液直接淋在冰塊與 130ml 冷水上，輕輕攪拌，深邃的果乾甜韻與麥芽香氣瞬間被喚醒。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第四部分：新手與老饕的品飲提案 --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e🕯️\u003c\/span\u003e 沉靜時光：品飲場景與雙重友好體驗\u003c\/h2\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 18px;\"\u003e\n\u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n\u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🌱 新手期：不挑萃取、絕不酸澀\u003c\/strong\u003e \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e 哪怕研磨度稍有偏差、水溫不夠精準，因為瑰夏原種日曬的甜感極其扎實，出品依然能維持「奶油曲奇」般的柔和口感，完全不會出現刺激的尖銳酸澀。 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background-color: #ffffff; border: 1px solid #E8E9EB; border-left: 3px solid #c9a96e; padding: 18px; border-radius: 4px;\"\u003e\n\u003cstrong style=\"color: #0a1e3f; font-size: 0.98em; display: block; margin-bottom: 6px;\"\u003e🎖️ 老饕期：渾厚與果韻的跨界品鑑\u003c\/strong\u003e \u003cspan style=\"color: #5a6578; font-size: 0.9em;\"\u003e 提供有別於傳統清亮瑰夏的獨特風味維度。它強調「渾厚度」與「果乾甜韻」的高階結合，有如品鑑一款重度烘烤但依舊保留多汁果乾香氣的頂級單一麥芽威士忌。 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第五部分：常見問題（FAQ） --\u003e\n\u003ch2 style=\"font-size: 1.25em; color: #c9a96e; border-bottom: 1px solid #E8E9EB; padding-bottom: 10px; margin-top: 40px; letter-spacing: 1px;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e🔍\u003c\/span\u003e 常見問題：關於這份「法式深烘瑰夏」\u003c\/h2\u003e\n\u003cdiv style=\"margin-top: 20px;\"\u003e\n\u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n\u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🌸 為什麼將名貴的瑰夏咖啡豆拿來做「法式深烘」？\u003c\/summary\u003e\n\u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e常規深烘豆往往依賴苦味支撐，而普通品種深烘極易產生焦苦。唯有像 Bench Maji 頂級原生瑰夏這樣蘊含極高糖分密度的生豆，才能在法式慢火中把糖分焦糖化為「奶油曲奇」與「桃子糖」的純粹甜感，創造出醇厚卻毫無焦苦的全新體驗。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n\u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e⚖️ 金珊瑚系列（1.0 \/ 2.0 \/ 3.0）如何挑選？\u003c\/summary\u003e\n\u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e\u003cstrong\u003e金珊瑚 1.0\u003c\/strong\u003e：IIAC 金獎配方，含 10% 羅布斯塔，主打極致 Crema 與經典堅果黑巧，厚奶咖首選；\u003cbr\u003e\u003cstrong\u003e金珊瑚 2.0\u003c\/strong\u003e：100% 精品阿拉比卡熟拼，主打熱帶熟成果醬與百搭適配，風味活潑；\u003cbr\u003e\u003cstrong\u003e金珊瑚 3.0\u003c\/strong\u003e：單一產區原生瑰夏，主打頂級法式深烘軟甜型，享受如奶油曲奇與蜜桃糖般的高雅甜感。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n\u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e🧺 建議養豆天數與最佳賞味期？\u003c\/summary\u003e\n\u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e法式深焙熟豆建議自烘焙日起算 \u003cb style=\"color: #0a1e3f;\"\u003e養豆 7 - 10 天\u003c\/b\u003e 後開始使用，使排氣趨於平緩，奶油與糖果香氣達到峰值。開封後請於 30-45 天內享用完畢，並置於乾燥陰涼處密封保存。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px; border-bottom: 1px solid #E8E9EB; padding: 16px 0; background-color: #ffffff; cursor: pointer;\"\u003e\n\u003csummary style=\"font-weight: 600; color: #0a1e3f; outline: none; font-size: 0.95em;\"\u003e📦 包裝規格與保鮮設計？\u003c\/summary\u003e\n\u003cp style=\"margin-top: 12px; margin-bottom: 0; color: #4a4a4a; font-size: 0.9em; padding-left: 14px; border-left: 2px solid #c9a96e; line-height: 1.7;\"\u003e每包海金咖啡皆採用專屬高阻隔遮光鋁箔袋（淨重：227g），配備單向排氣閥與密封拉鏈，嚴格隔絕氧氣水氣，鎖住深烘瑰夏特有的香甜油脂。\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 底部品牌精神結尾 --\u003e\n\u003cdiv style=\"margin-top: 50px; padding: 32px 20px; text-align: center; background-color: #f7f8fa; border-top: 1px solid #E8E9EB; border-radius: 4px;\"\u003e\n\u003cp style=\"color: #5a6578; font-style: italic; margin-bottom: 16px; font-size: 0.95em; letter-spacing: 1.5px;\"\u003e「甄選全球各產地風味，只為換您一刻沉靜時光。」\u003c\/p\u003e\n\u003cdiv style=\"font-weight: 600; color: #0a1e3f; font-size: 1.2em; letter-spacing: 3.5px;\"\u003eSEA MEET COFFEE 海金咖啡\u003c\/div\u003e\n\u003cp style=\"font-size: 0.85em; color: #c9a96e; margin-top: 8px; letter-spacing: 2px; font-weight: 500;\"\u003e小批量工藝烘焙 ・ 產地直送精品豆\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SEA MEET COFFEE","offers":[{"title":"500g","offer_id":43734726246467,"sku":"SMC-BLD-CORAL3-500","price":188.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/8620\/4227\/files\/E-07.png?v=1788199698"}],"url":"https:\/\/seameetcoffee.com\/collections\/all-coffee-beans.oembed","provider":"Sea Meet Coffee","version":"1.0","type":"link"}