<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
    <title>联系折石咖啡 - ZHE'S COFFEE</title>
    <meta name="description" content="联系折石咖啡。客服微信 Lexi806，淘宝店 zhescoffee.taobao.com，邮箱 chengzhe@zhescoffee.com。">
    <link rel="canonical" href="https://zhescoffee.com/contact.html" />
    <meta property="og:type" content="website" />
    <meta property="og:site_name" content="折石咖啡 ZHE'S COFFEE" />
    <meta property="og:title" content="联系折石咖啡 — ZHE'S COFFEE" />
    <meta property="og:description" content="客服微信 Lexi806，淘宝店 zhescoffee.taobao.com，邮箱 chengzhe@zhescoffee.com。" />
    <meta property="og:url" content="https://zhescoffee.com/contact.html" />
    <meta property="og:image" content="https://zhescoffee.com/img/zhes-logo.png" />
    <meta property="og:locale" content="zh_CN" />
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:title" content="联系折石咖啡 — ZHE'S COFFEE" />
    <meta name="twitter:description" content="客服微信 Lexi806，淘宝店 zhescoffee.taobao.com，邮箱 chengzhe@zhescoffee.com。" />
    <meta name="twitter:image" content="https://zhescoffee.com/img/zhes-logo.png" />
    <link rel="icon" type="image/png" href="img/zhes-logo.png">
    <link rel="stylesheet" href="css/tailwind.css">
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "WebSite",
      "@id": "https://zhescoffee.com/#website",
      "url": "https://zhescoffee.com/",
      "name": "折石咖啡 ZHE'S COFFEE",
      "description": "上海欧焙客贸易旗下精品咖啡品牌。创始人江承哲，世界烘焙亚军。",
      "inLanguage": "zh-CN",
      "publisher": { "@id": "https://zhescoffee.com/#organization" }
    }
    </script>
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "@id": "https://zhescoffee.com/#organization",
      "name": "折石咖啡 ZHE'S COFFEE",
      "alternateName": ["ZHE'S COFFEE", "折石咖啡"],
      "url": "https://zhescoffee.com",
      "logo": "https://zhescoffee.com/img/zhes-logo.png",
      "legalName": "上海欧焙客贸易有限公司",
      "description": "折石咖啡 ZHE'S COFFEE — 上海欧焙客贸易有限公司旗下精品咖啡品牌。创始人江承哲为世界烘焙亚军、台湾烘焙冠军、SCA Diploma 持证人。提供精品咖啡零售、烘焙与订阅服务。",
      "slogan": "在坚硬现实中寻找精确诗意",
      "founder": { "@type": "Person", "name": "江承哲", "@id": "https://jiangchengzhe.com/#person" },
      "brand": { "@type": "Brand", "name": "ZHE'S COFFEE", "alternateName": "折石咖啡" },
      "subOrganization": {
        "@type": "Organization",
        "@id": "https://tastermatrix.com/#organization",
        "name": "解味视界 TasterMatrix",
        "alternateName": ["TasterMatrix", "解味视界"],
        "url": "https://tastermatrix.com"
      },
      "contactPoint": {
        "@type": "ContactPoint",
        "contactType": "customer support",
        "url": "https://zhescoffee.com/contact.html",
        "availableLanguage": ["zh-CN", "en"]
      },
      "areaServed": { "@type": "City", "name": "Shanghai" },
      "sameAs": ["https://zhescoffee.taobao.com"]
    }
    </script>
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "ContactPage",
      "name": "联系折石咖啡",
      "url": "https://zhescoffee.com/contact.html",
      "isPartOf": { "@id": "https://zhescoffee.com/#website" },
      "about": { "@id": "https://zhescoffee.com/#organization" },
      "inLanguage": "zh-CN"
    }
    </script>
    <style>
        :root {
            --oatmeal: #E2DED0;
            --quartz: #F2F0E6;
            --sand: #D2C9B1;
            --ash: #4A4A4A;
            --slate: #7B8C96;
            --denim: #5A6B75;
            --line: rgba(74, 74, 74, 0.14);
            --quartz-vein: #FEFBF0;
        }

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            color: var(--ash);
            font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
            background-color: var(--oatmeal);
            background-image:
                linear-gradient(170deg, rgba(255, 255, 255, 0.36) 0%, transparent 58%),
                linear-gradient(350deg, rgba(123, 140, 150, 0.14) 0%, transparent 62%),
                repeating-linear-gradient(90deg, rgba(74, 74, 74, 0.025) 0, rgba(74, 74, 74, 0.025) 1px, transparent 1px, transparent 96px);
        }

        a {
            color: inherit;
            text-decoration: none;
        }

        button {
            font: inherit;
        }

        .site-header {
            position: sticky;
            top: 0;
            z-index: 20;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 16px 20px;
            border-bottom: 1px solid rgba(74, 74, 74, 0.08);
            background: rgba(226, 222, 208, 0.84);
            backdrop-filter: blur(16px);
        }

        .brand-link {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.16em;
        }

        .brand-link img {
            width: 52px;
            height: 52px;
            object-fit: contain;
        }

        .nav-links {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            gap: 8px;
            color: rgba(74, 74, 74, 0.68);
            font-size: 13px;
        }

        .nav-links a {
            padding: 9px 11px;
            border: 1px solid rgba(90, 107, 117, 0.18);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.22);
        }

        .nav-links a[aria-current="page"] {
            color: #343434;
            border-color: rgba(90, 107, 117, 0.34);
            background: rgba(255, 255, 255, 0.38);
            box-shadow: inset 0 -2px 0 var(--quartz-vein);
            position: relative;
        }
        .nav-links a[aria-current="page"]::after {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            width: 16px;
            height: 2px;
            background: var(--quartz-vein);
            border-radius: 1px;
        }

        .shell {
            width: min(980px, calc(100% - 36px));
            margin: 0 auto;
            padding: 46px 0 80px;
        }

        .hero,
        .card,
        .flow {
            border: 1px solid rgba(250, 246, 236, 0.62);
            border-radius: 8px;
            background: rgba(250, 246, 236, 0.82);
            box-shadow: 0 22px 56px rgba(74, 74, 74, 0.08);
            backdrop-filter: blur(12px);
        }

        .hero {
            padding: 32px;
        }

        .eyebrow {
            margin: 0 0 14px;
            color: var(--denim);
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 0.24em;
            text-transform: uppercase;
        }
        .eyebrow::before {
            content: "";
            display: inline-block;
            width: 2px;
            height: 12px;
            background: var(--quartz-vein);
            margin-right: 10px;
            vertical-align: middle;
        }
        .eyebrow::after {
            content: "";
            display: block;
            width: 32px;
            height: 1px;
            background: var(--quartz-vein);
            margin-top: 8px;
        }

        h1 {
            margin: 0;
            color: #343434;
            font-size: clamp(34px, 7vw, 58px);
            line-height: 1.12;
        }

        .hero-copy {
            max-width: 700px;
            margin: 18px 0 0;
            color: rgba(74, 74, 74, 0.72);
            font-size: 16px;
            line-height: 1.85;
        }

        .grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
            margin-top: 20px;
        }

        .card,
        .flow {
            padding: 22px;
        }

        .card h2,
        .flow h2 {
            margin: 0 0 10px;
            color: #373737;
            font-size: 20px;
        }

        .card p,
        .flow p {
            margin: 0 0 16px;
            color: rgba(74, 74, 74, 0.68);
            font-size: 14px;
            line-height: 1.75;
        }

        .action-row {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .action {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 46px;
            padding: 12px 16px;
            border: 1px solid rgba(90, 107, 117, 0.26);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.3);
            color: var(--denim);
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 0.08em;
            cursor: pointer;
        }

        .action.primary {
            color: #fff;
            border-color: transparent;
            background: linear-gradient(135deg, var(--slate), var(--denim));
        }

        .flow {
            margin-top: 16px;
        }

        .flow ol {
            margin: 0;
            padding-left: 22px;
            color: rgba(74, 74, 74, 0.72);
            font-size: 14px;
            line-height: 1.85;
        }

        .footer {
            margin-top: 32px;
            color: rgba(74, 74, 74, 0.5);
            font-size: 12px;
            text-align: center;
        }

        @media (max-width: 720px) {
            .site-header {
                align-items: flex-start;
                flex-direction: column;
            }

            .nav-links {
                justify-content: flex-start;
            }

            .grid {
                grid-template-columns: 1fr;
            }

            .hero {
                padding: 24px;
            }
        }
        .hero, .card, .flow {
            border-left: 2px solid var(--quartz-vein);
        }
    </style>
</head>
<body>
    <header class="site-header">
        <a href="/?src=site_nav" class="brand-link" aria-label="返回 ZHE'S COFFEE 首页">
            <img src="img/zhes-logo.png" alt="ZHE'S COFFEE Logo">
            <span>ZHE'S COFFEE</span>
        </a>
        <nav class="nav-links" aria-label="主导航">
            <a href="products.html?src=site_nav">豆单</a>
            <a href="quiz.html?src=site_nav">帮我选豆</a>
<a href="monthly-beans.html?src=site_nav">月度补给</a>
<a href="articles.html?src=site_nav">专栏</a>
<a href="account.html?src=site_nav">登录/补给</a>
<a href="contact.html?src=site_nav" aria-current="page">联系</a>
        </nav>
    </header>

    <main class="shell">
        <section class="hero">
            <p class="eyebrow">Contact ZHE'S COFFEE</p>
            <h1>找折石咖啡</h1>
            <p class="hero-copy">需要协助挑豆、确认月度补给、企业采购或课程合作，可以先添加官方客服微信。淘宝负责付款和订单，客服负责把选择变简单。</p>
        </section>

        <section class="grid" aria-label="联系入口">
            <article class="card">
                <h2>官方客服微信</h2>
                <p>适合挑豆、月度补给、研磨建议、地址确认与售后沟通。</p>
                <button class="action primary" type="button" data-copy="Lexi806">复制微信号 Lexi806</button>
            </article>
            <article class="card">
                <h2>淘宝付款</h2>
                <p>确认要买的豆款后，到淘宝完成付款，保留平台订单、评价和售后记录。</p>
                <a class="action primary" href="https://zhescoffee.taobao.com" target="_blank" rel="noopener">打开淘宝店</a>
            </article>
            <article class="card">
                <h2>Email 联系</h2>
                <p>适合企业采购、品牌合作、课程合作和较长说明。</p>
                <a class="action" href="mailto:chengzhe@zhescoffee.com">chengzhe@zhescoffee.com</a>
            </article>
            <article class="card">
                <h2>企业合作</h2>
                <p>适合办公室咖啡、活动伴手礼、课程合作、品牌联名和批量采购。</p>
                <button class="action" type="button" data-copy="我想咨询折石咖啡企业合作/课程合作，需求是：">复制合作需求</button>
            </article>
            <article class="card">
                <h2>补给账号帮助</h2>
                <p>适合忘记账号、密码需要重置、微信绑定异常或无法查看我的补给。</p>
                <a class="action" href="account.html?src=contact_account">打开我的补给</a>
            </article>
        </section>

        <section class="flow">
            <h2>建议订购路径</h2>
            <p>如果还没有明确想买哪一款，先从豆单或选豆页开始。</p>
            <ol>
                <li>查看豆单或做 30 秒选豆，复制订购内容。</li>
                <li>添加官方客服微信 Lexi806，确认口味、磨粉和发货节奏。</li>
                <li>到淘宝店完成付款，后续订单和售后以淘宝记录为准。</li>
            </ol>
            <div class="action-row" style="margin-top: 18px;">
                <a class="action" href="products.html?src=contact_catalog">查看豆单</a>
                <a class="action" href="quiz.html?src=contact_quiz">帮我选豆</a>
                <a class="action" href="monthly-beans.html?src=contact_monthly">月度补给</a>
                <a class="action" href="account.html?src=contact_account_flow">我的补给</a>
            </div>
        </section>

        <p class="footer">© 2026 ZHE'S COFFEE · 上海欧焙客贸易有限公司</p>
    </main>

    <script>
        (function () {
            document.addEventListener('click', function (event) {
                var button = event.target.closest('[data-copy]');
                if (!button || !navigator.clipboard) {
                    return;
                }
                var value = button.getAttribute('data-copy');
                var oldText = button.textContent;
                navigator.clipboard.writeText(value).then(function () {
                    button.textContent = '已复制';
                    window.setTimeout(function () {
                        button.textContent = oldText;
                    }, 1400);
                });
            });
        })();
    </script>
</body>
</html>
