:root{color:#1d2721;background:#fbfaf4;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--ink: #1d2721;--muted: #69736d;--line: #ece4d7;--paper: #fffefa;--rice: #fbfaf4;--green: #4f7c5d;--gold: #b99451;--terra: #b36b4e;--shadow: 0 14px 34px rgba(46, 54, 40, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.site-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px clamp(16px,5vw,56px);border-bottom:1px solid rgba(231,223,207,.82);background:#fbfaf4eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;font-weight:700;color:var(--ink)}.brand-mark{display:grid;width:30px;height:30px;place-items:center;border:1px solid #d8caaf;background:#f6efdd;color:#355742}nav{display:flex;gap:6px;overflow-x:auto;color:#4f5b54;font-size:14px;white-space:nowrap}nav a{border-radius:999px;padding:7px 11px;transition:background .18s ease,color .18s ease,box-shadow .18s ease}nav a:hover{color:#2f5a3e}nav a.active{background:#e7f0df;box-shadow:inset 0 0 0 1px #bfd4b6;color:#244d34;font-weight:700}.hero{position:relative;display:grid;grid-template-columns:minmax(0,.86fr) minmax(320px,1.14fr);gap:30px;min-height:calc(100vh - 62px);padding:clamp(32px,7vw,76px) clamp(16px,5vw,56px) 90px;overflow:hidden}.hero-content{align-self:center;max-width:620px;z-index:1}.eyebrow{margin:0 0 12px;color:#8b7040;font-size:13px;font-weight:700;letter-spacing:0}h1,h2,h3,p{margin-top:0}h1{margin-bottom:14px;font-size:clamp(44px,7vw,86px);line-height:1.02;letter-spacing:0}h2{margin-bottom:12px;font-size:clamp(26px,4vw,42px);line-height:1.16;letter-spacing:0}h3{margin-bottom:10px;font-size:21px;letter-spacing:0}.hero-copy,.section-title p,.cta-section p,.modal p{color:var(--muted);line-height:1.75}.hero-copy{max-width:520px;margin-bottom:26px}.hero-actions,.card-actions,.modal-actions,.cta-actions{display:flex;flex-wrap:wrap;gap:10px}.btn{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:7px;padding:0 18px;border:1px solid transparent;border-radius:8px;font-weight:700;transition:transform .18s ease,border-color .18s ease,background .18s ease}.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--green);color:#fffdf8}.btn.secondary,.btn.ghost{border-color:#d7c9a8;background:#fffdf8c2;color:#30483b}.btn.compact{min-height:38px;padding:0 13px;font-size:14px}.hero-media{position:relative;align-self:center;min-height:420px;border:1px solid #efe7da;border-radius:8px;overflow:hidden;background:#f5efdf;box-shadow:var(--shadow)}.hero-media img{width:100%;height:100%;min-height:420px;display:block;object-fit:cover;object-position:center}.stats{position:absolute;left:clamp(16px,5vw,56px);right:clamp(16px,5vw,56px);bottom:24px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #ebe2d2;border-radius:8px;background:#fffefae6;box-shadow:0 8px 24px #3644300f}.stats div{padding:17px 20px;border-right:1px solid #eadfcd}.stats div:last-child{border-right:0}.stats strong{display:block;font-size:24px}.stats span{color:var(--muted);font-size:13px}.section{padding:76px clamp(16px,5vw,56px)}.section-title{max-width:760px;margin-bottom:28px}.category-grid,.tea-grid,.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.category-card,.tea-card,.guide-panel,.cta-section,.modal{border:1px solid var(--line);border-radius:8px;background:var(--paper)}.category-card,.tea-card,.guide-panel{padding:18px}.category-card{display:flex;min-height:224px;flex-direction:column;position:relative;isolation:isolate;overflow:hidden;padding-top:116px}.category-card:before{content:"";position:absolute;inset:0 0 auto;z-index:-2;height:138px;background-image:var(--category-image);background-position:center;background-size:cover}.category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,rgba(255,254,250,.02) 0%,rgba(255,254,250,.72) 40%,var(--paper) 68%),linear-gradient(90deg,#fffefad6,#fffefa59 58%,#fffefa1f)}.card-topline,.tea-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.card-topline span,.tea-head>span{flex:0 0 auto;border:1px solid currentColor;border-radius:999px;padding:4px 8px;font-size:12px;background:#fffefad1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tag-row,.flavor-row{display:flex;flex-wrap:wrap;gap:7px;margin:4px 0 14px}.tag-row span,.flavor-row span{border:1px solid rgba(71,111,86,.14);border-radius:999px;background:#476f5612;padding:5px 8px;color:#40584a;font-size:12px}.category-card p{color:#5f6c64;line-height:1.7}.category-card small{margin-top:auto;color:#78684b;line-height:1.5}.text-button{margin-top:14px;color:#335f43;font-weight:700}.green{border-color:#d6e3cb;background:#fcfef9}.red{border-color:#ead1c2;background:snow}.oolong{border-color:#e2d29b;background:#fffdf5}.white{border-color:#e3e0d2;background:#fffffb}.dark{border-color:#d2c8ba;background:#fffdf9}.yellow{border-color:#eadf9d;background:#fffdf3}.atlas{background:#f7f4eb}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.segmented{display:flex;gap:6px;overflow-x:auto;padding-bottom:2px}.segmented button{min-height:38px;flex:0 0 auto;border:1px solid #ded2bc;border-radius:999px;background:#fffdf8;padding:0 14px;color:#516056}.segmented button.active{border-color:#476f56;background:#4f7c5d;color:#fff}.search{display:flex;width:min(100%,310px);align-items:center;gap:8px;border:1px solid #ded2bc;border-radius:8px;background:#fffdf8;padding:0 12px;color:var(--muted)}.search-icon{flex:0 0 auto;color:#4f6d5a;font-size:14px;font-weight:700;white-space:nowrap}.search input{width:100%;min-width:0;min-height:42px;border:0;outline:0;background:transparent;color:var(--ink)}.tea-card{display:flex;flex-direction:column;gap:13px;overflow:hidden;box-shadow:0 8px 24px #39442f0a}.tea-image{display:block;width:calc(100% + 36px);aspect-ratio:1 / .72;margin:-18px -18px 2px;padding:0;border:0;border-bottom:1px solid rgba(231,223,207,.8);background:#f6f0e6;overflow:hidden}.tea-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.tea-card:hover .tea-image img{transform:scale(1.025)}.tea-head p{margin-bottom:4px;color:#8b7040;font-size:13px;font-weight:700}.tea-head h3{margin-bottom:0}dl{display:grid;gap:10px;margin:0}dl div{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px}dt{color:#8a8f88;font-size:13px}dd{margin:0;color:#34443a;line-height:1.45}.guide-panel h3{padding-bottom:12px;border-bottom:1px solid var(--line)}.guide-row{display:grid;grid-template-columns:98px minmax(0,1fr);gap:12px;padding:12px 0;border-bottom:1px solid #eee5d6}.guide-row:last-child{border-bottom:0}.guide-row span{color:var(--muted)}.guide-row strong{color:#2f493b;line-height:1.5}.cta-section{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;margin:0 clamp(16px,5vw,56px) 92px;padding:clamp(24px,5vw,42px);background:#fff8e8}.cta-section h2{margin-bottom:10px}.cta-section p{max-width:650px;margin-bottom:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:18px;background:#1d272161}.modal{position:relative;width:min(100%,760px);max-height:min(86vh,760px);overflow:auto;padding:clamp(22px,4vw,34px);box-shadow:var(--shadow)}.qr-modal{position:relative;width:min(100%,420px);max-height:88vh;overflow:auto;border:1px solid var(--line);border-radius:8px;background:radial-gradient(circle at 12% 12%,rgba(231,240,223,.95),transparent 34%),radial-gradient(circle at 90% 18%,rgba(255,238,196,.92),transparent 30%),var(--paper);box-shadow:var(--shadow);padding:24px;text-align:center}.qr-modal:before{content:"茶";position:absolute;left:18px;top:18px;display:grid;width:38px;height:38px;place-items:center;border:1px solid #d8caaf;background:#f6efdd;color:#355742;font-weight:800}.qr-badge{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:1px solid #d8caaf;border-radius:999px;background:#fffdf8d1;padding:0 13px;color:#365743;font-size:14px;font-weight:800}.qr-modal h2{margin:16px auto 10px;font-size:26px}.qr-modal p:not(.eyebrow){color:var(--muted);line-height:1.7}.qr-card{margin:18px auto 0;border:1px dashed #d4c49f;border-radius:8px;background:#fffdf8d6;padding:10px}.qr-modal img{display:block;width:min(100%,300px);margin:0 auto;border:1px solid #eadfcd;border-radius:8px;background:#fff}.qr-tips{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-top:14px}.qr-tips span{border:1px solid #d9cfb7;border-radius:999px;background:#fffdf8;padding:6px 9px;color:#60756a;font-size:12px;font-weight:700}.modal .eyebrow{display:inline-flex;align-items:center;border-radius:999px;background:#eef5e8;padding:6px 10px}.modal-image{display:block;width:calc(100% + clamp(44px,8vw,68px));aspect-ratio:1 / .45;margin:calc(-1*clamp(22px,4vw,34px)) calc(-1*clamp(22px,4vw,34px)) 22px;object-fit:cover;background:#f6f0e6}.icon-button{position:absolute;top:14px;right:14px;display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fffaf0;color:var(--ink);font-size:22px}.modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px 0}.brew-tutorial{margin:20px 0;border:1px solid #e7d9bf;border-radius:8px;background:linear-gradient(180deg,#fff8e7c7,#fffdf8f2),#fff8ea;padding:16px}.tutorial-title{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}.tutorial-title>span{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:999px;background:#e7f0df;font-size:22px}.tutorial-title h3{margin-bottom:2px;font-size:20px}.tutorial-title p{margin-bottom:0;color:#69736d;line-height:1.5}.brew-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}.brew-step{position:relative;min-height:118px;border:1px solid #eadfca;border-radius:8px;background:#fffefaeb;padding:14px;overflow:hidden}.brew-step:after{content:"";position:absolute;right:-22px;bottom:-22px;width:76px;height:76px;border-radius:50%;background:#f1eadb}.step-number{display:inline-flex;min-height:24px;align-items:center;border-radius:999px;background:#4f7c5d;color:#fffefa;padding:0 9px;font-size:12px;font-weight:800}.brew-step strong,.brew-step b{display:block;position:relative;z-index:1}.brew-step strong{margin-top:11px;color:#6d735e;font-size:13px}.brew-step b{margin:3px 0 8px;color:#1f3529;font-size:18px}.brew-step p{position:relative;z-index:1;margin-bottom:0;color:#69736d;font-size:13px;line-height:1.45}.brew-comic{display:block;width:100%;border:1px solid #eadfca;border-radius:8px;background:#fffefa;object-fit:cover}.info-block,.buy-box{border:1px solid #ebe1cf;border-radius:8px;background:#fffaf1;padding:14px}.info-block span{display:block;margin-bottom:6px;color:#60756a;font-size:13px;font-weight:700}.info-block strong{line-height:1.5}.buy-box h3{margin-bottom:10px;font-size:18px}.buy-box p{margin-bottom:8px}.buy-box p:last-child{margin-bottom:0}.floating-cta{position:fixed;right:18px;bottom:18px;z-index:50;display:inline-flex;min-height:46px;align-items:center;border:1px solid rgba(255,253,248,.45);border-radius:999px;background:#1f3f2d;box-shadow:0 12px 28px #1f3f2d38;color:#fffdf8;padding:0 18px;font-size:14px;font-weight:700}.site-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:start;margin:0 clamp(16px,5vw,56px) 96px;border-top:1px solid #e8decd;padding:28px 0 18px;color:#5f6c64}.footer-brand{margin-bottom:12px}.site-footer p{max-width:520px;margin:0;line-height:1.7}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.footer-links a,.footer-links button{border:1px solid #ded2bc;border-radius:999px;background:#fffdf8;padding:7px 11px;color:#5f6c64;font-size:13px}.site-footer small{grid-column:1 / -1;color:#8a8f88}@media(max-width:980px){.hero{grid-template-columns:1fr;min-height:auto}.hero-media,.hero-media img{min-height:320px}.category-grid,.tea-grid,.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.toolbar,.cta-section{align-items:stretch;grid-template-columns:1fr}.toolbar{flex-direction:column}.search{width:100%}}@media(max-width:620px){.site-header{align-items:flex-start;flex-direction:column;gap:10px;padding:11px 16px}nav{width:100%;gap:14px;padding-bottom:2px}.hero{padding:28px 16px 118px}h1{font-size:46px}.hero-actions .btn,.cta-actions .btn,.modal-actions .btn{width:100%}.hero-media,.hero-media img{min-height:246px}.stats{grid-template-columns:1fr 1fr 1fr;bottom:16px}.stats div{padding:12px 10px}.stats strong{font-size:19px}.stats span{display:block;font-size:12px;line-height:1.25}.section{padding:56px 16px}.category-grid,.tea-grid,.guide-grid,.modal-grid,.brew-steps{grid-template-columns:1fr}.brew-step{min-height:132px}.category-card,.tea-card,.guide-panel{padding:17px}.tea-image{width:calc(100% + 34px);margin:-17px -17px 2px}.card-topline,.tea-head{align-items:flex-start}dl div,.guide-row{grid-template-columns:82px minmax(0,1fr)}.segmented{width:100%}.cta-section{margin:0 16px 96px}.site-footer{grid-template-columns:1fr;margin:0 16px 92px}.footer-links{justify-content:flex-start}.modal-backdrop{align-items:end;padding:10px}.modal{max-height:88vh}.floating-cta{right:12px;bottom:12px;left:12px;justify-content:center}}
