{"product_id":"the-wisdom-grind","title":"The Wisdom Grind","description":"\u003cstyle\u003e\n\/* =========================================================\n   TEA REPERTOIRE MATCHA PRODUCT FRAMEWORK\n   Scoped to .tr-matcha-product\n   ========================================================= *\/\n\n.tr-matcha-product {\n  --tr-green: #173f35;\n  --tr-green-soft: #edf3ef;\n  --tr-green-pale: #f6f8f6;\n  --tr-gold: #b69655;\n  --tr-gold-soft: #d8c7a0;\n  --tr-text: #292929;\n  --tr-muted: #6a6a64;\n  --tr-border: #dedfd9;\n  --tr-white: #ffffff;\n\n  color: var(--tr-text);\n  font-size: 16px;\n  line-height: 1.7;\n  max-width: 100%;\n}\n\n.tr-matcha-product *,\n.tr-matcha-product *::before,\n.tr-matcha-product *::after {\n  box-sizing: border-box;\n}\n\n.tr-matcha-product p {\n  margin-top: 0;\n  margin-bottom: 1rem;\n}\n\n.tr-matcha-product h2,\n.tr-matcha-product h3 {\n  color: var(--tr-green);\n  line-height: 1.25;\n  margin-top: 0;\n}\n\n.tr-matcha-product strong {\n  color: inherit;\n}\n\n\/* =========================================================\n   INTRODUCTION\n   ========================================================= *\/\n\n.tr-product-intro {\n  margin: 0 0 2.25rem;\n}\n\n.tr-product-eyebrow {\n  display: inline-block;\n  margin-bottom: 0.7rem;\n  color: var(--tr-gold);\n  font-size: 0.78rem;\n  font-weight: 700;\n  letter-spacing: 0.13em;\n  line-height: 1.4;\n  text-transform: uppercase;\n}\n\n.tr-product-positioning {\n  margin: 0 0 0.75rem;\n  color: var(--tr-green);\n  font-size: clamp(1.35rem, 2.2vw, 1.8rem);\n  font-weight: 600;\n  line-height: 1.25;\n}\n\n.tr-product-notes {\n  margin: 0 0 1.3rem;\n  color: var(--tr-gold);\n  font-size: 0.92rem;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.tr-product-lead {\n  max-width: 760px;\n  margin-bottom: 0.8rem;\n  font-size: 1.05rem;\n  line-height: 1.75;\n}\n\n\/* =========================================================\n   SECTION HEADINGS\n   ========================================================= *\/\n\n.tr-section {\n  margin: 2.8rem 0;\n}\n\n.tr-section-heading {\n  position: relative;\n  margin-bottom: 1.5rem;\n  padding-bottom: 0.7rem;\n  color: var(--tr-green);\n  font-size: clamp(1.4rem, 2.2vw, 1.85rem);\n  font-weight: 600;\n}\n\n.tr-section-heading::after {\n  content: \"\";\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  width: 52px;\n  height: 2px;\n  background: var(--tr-gold);\n}\n\n\/* =========================================================\n   BEST FOR\n   ========================================================= *\/\n\n.tr-best-for {\n  overflow: hidden;\n  border: 1px solid var(--tr-border);\n  border-radius: 14px;\n  background: var(--tr-white);\n}\n\n.tr-best-for-row {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) auto;\n  gap: 1.25rem;\n  align-items: center;\n  padding: 0.95rem 1.15rem;\n  border-bottom: 1px solid var(--tr-border);\n}\n\n.tr-best-for-row:last-child {\n  border-bottom: 0;\n}\n\n.tr-best-for-name {\n  color: var(--tr-green);\n  font-weight: 600;\n}\n\n.tr-best-for-rating {\n  white-space: nowrap;\n  font-size: 0.86rem;\n  font-weight: 700;\n}\n\n.tr-rating-excellent {\n  color: var(--tr-green);\n}\n\n.tr-rating-good {\n  color: #557265;\n}\n\n.tr-rating-possible {\n  color: var(--tr-muted);\n}\n\n.tr-rating-no {\n  color: #8a8174;\n}\n\n\/* =========================================================\n   TEA REPERTOIRE RECOMMENDATION BOX\n   ========================================================= *\/\n\n.tr-recommendation {\n  position: relative;\n  margin-top: 1.25rem;\n  padding: 1.25rem 1.35rem 1.25rem 1.5rem;\n  border: 1px solid #dce5df;\n  border-left: 4px solid var(--tr-gold);\n  border-radius: 10px;\n  background: var(--tr-green-soft);\n}\n\n.tr-recommendation-label {\n  display: block;\n  margin-bottom: 0.35rem;\n  color: var(--tr-green);\n  font-size: 0.76rem;\n  font-weight: 700;\n  letter-spacing: 0.11em;\n  text-transform: uppercase;\n}\n\n.tr-recommendation p {\n  margin: 0;\n}\n\n\/* =========================================================\n   TEA GARDEN FACTS\n   ========================================================= *\/\n\n.tr-origin-card {\n  padding: 1.4rem;\n  border: 1px solid var(--tr-border);\n  border-radius: 14px;\n  background: var(--tr-green-pale);\n}\n\n.tr-origin-label {\n  display: block;\n  margin-bottom: 1.3rem;\n  color: var(--tr-gold);\n  font-size: 0.76rem;\n  font-weight: 700;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.tr-facts-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 1px;\n  overflow: hidden;\n  border: 1px solid var(--tr-border);\n  border-radius: 10px;\n  background: var(--tr-border);\n}\n\n.tr-fact {\n  min-height: 105px;\n  padding: 1.05rem;\n  background: var(--tr-white);\n}\n\n.tr-fact-title {\n  display: block;\n  margin-bottom: 0.35rem;\n  color: var(--tr-muted);\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.tr-fact-value {\n  color: var(--tr-green);\n  font-size: 0.98rem;\n  font-weight: 600;\n  line-height: 1.45;\n}\n\n\/* =========================================================\n   PART 2 — SENSORY PROFILE\n   ========================================================= *\/\n\n.tr-sensory-card {\n  padding: 1.5rem;\n  border: 1px solid var(--tr-border);\n  border-radius: 14px;\n  background: var(--tr-white);\n}\n\n.tr-sensory-hero {\n  margin-bottom: 1.4rem;\n  padding: 1.2rem 1.25rem;\n  border-radius: 12px;\n  background: var(--tr-green-soft);\n}\n\n.tr-sensory-kicker {\n  display: block;\n  margin-bottom: 0.4rem;\n  color: var(--tr-gold);\n  font-size: 0.76rem;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.tr-sensory-title {\n  margin: 0 0 0.5rem;\n  color: var(--tr-green);\n  font-size: clamp(1.3rem, 2vw, 1.65rem);\n  font-weight: 600;\n}\n\n.tr-sensory-notes {\n  margin: 0;\n  color: var(--tr-green);\n  font-size: 1rem;\n  font-weight: 600;\n}\n\n.tr-sensory-text {\n  margin-bottom: 1.4rem;\n}\n\n.tr-sensory-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 1rem;\n}\n\n.tr-sensory-item {\n  padding: 1rem 1.05rem;\n  border: 1px solid var(--tr-border);\n  border-radius: 10px;\n  background: var(--tr-green-pale);\n}\n\n.tr-sensory-item-title {\n  display: block;\n  margin-bottom: 0.4rem;\n  color: var(--tr-gold);\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  text-transform: uppercase;\n}\n\n.tr-sensory-item-value {\n  color: var(--tr-green);\n  font-size: 0.96rem;\n  font-weight: 600;\n  line-height: 1.5;\n}\n\n.tr-aroma-flow {\n  margin-top: 1.5rem;\n  padding: 1.2rem 1.25rem;\n  border: 1px solid #dce5df;\n  border-radius: 12px;\n  background: var(--tr-green-soft);\n}\n\n.tr-aroma-flow-label {\n  display: block;\n  margin-bottom: 0.75rem;\n  color: var(--tr-green);\n  font-size: 0.74rem;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n}\n\n.tr-aroma-flow-line {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.55rem;\n  align-items: center;\n}\n\n.tr-aroma-pill {\n  display: inline-flex;\n  align-items: center;\n  min-height: 34px;\n  padding: 0.35rem 0.75rem;\n  border: 1px solid var(--tr-gold-soft);\n  border-radius: 999px;\n  background: var(--tr-white);\n  color: var(--tr-green);\n  font-size: 0.84rem;\n  font-weight: 700;\n}\n\n.tr-aroma-pill-primary {\n  border-color: var(--tr-gold);\n  background: #f7f1e5;\n}\n\n.tr-aroma-arrow {\n  color: var(--tr-gold);\n  font-weight: 700;\n}\n\n.tr-sensory-tip {\n  margin-top: 1.25rem;\n  padding: 1rem 1.1rem;\n  border-left: 3px solid var(--tr-gold);\n  background: var(--tr-green-pale);\n}\n\n.tr-sensory-tip p {\n  margin: 0;\n}\n\n\/* =========================================================\n   PART 3 — CURATOR SELECTION\n   ========================================================= *\/\n\n.tr-curator-box {\n  position: relative;\n  overflow: hidden;\n  padding: 1.6rem 1.7rem;\n  border: 1px solid #dce5df;\n  border-radius: 14px;\n  background: var(--tr-green-soft);\n}\n\n.tr-curator-box::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 5px;\n  height: 100%;\n  background: var(--tr-gold);\n}\n\n.tr-curator-eyebrow {\n  display: block;\n  margin-bottom: 0.55rem;\n  color: var(--tr-gold);\n  font-size: 0.75rem;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.tr-curator-title {\n  margin: 0 0 1rem;\n  color: var(--tr-green);\n  font-size: clamp(1.25rem, 2vw, 1.55rem);\n  font-weight: 600;\n}\n\n.tr-curator-box p:last-child {\n  margin-bottom: 0;\n}\n\n.tr-curator-highlight {\n  margin-top: 1.2rem;\n  padding-top: 1.1rem;\n  border-top: 1px solid #cfdcd4;\n  color: var(--tr-green);\n  font-weight: 600;\n}\n\n\/* =========================================================\n   PART 3 — ORIGIN \u0026 CRAFTSMANSHIP\n   ========================================================= *\/\n\n.tr-craft-intro {\n  max-width: 780px;\n  margin-bottom: 1.5rem;\n}\n\n.tr-craft-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 1rem;\n}\n\n.tr-craft-card {\n  padding: 1.25rem;\n  border: 1px solid var(--tr-border);\n  border-radius: 12px;\n  background: var(--tr-white);\n}\n\n.tr-craft-number {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 32px;\n  height: 32px;\n  margin-bottom: 0.8rem;\n  border: 1px solid var(--tr-gold-soft);\n  border-radius: 50%;\n  color: var(--tr-gold);\n  font-size: 0.78rem;\n  font-weight: 700;\n}\n\n.tr-craft-card h3 {\n  margin: 0 0 0.55rem;\n  color: var(--tr-green);\n  font-size: 1.05rem;\n  font-weight: 600;\n}\n\n.tr-craft-card p {\n  margin: 0;\n  color: var(--tr-text);\n  font-size: 0.95rem;\n  line-height: 1.65;\n}\n\n.tr-cultivar-box {\n  margin-top: 1.25rem;\n  padding: 1.3rem;\n  border: 1px solid var(--tr-border);\n  border-radius: 12px;\n  background: var(--tr-green-pale);\n}\n\n.tr-cultivar-heading {\n  margin: 0 0 1rem;\n  color: var(--tr-green);\n  font-size: 1.05rem;\n  font-weight: 600;\n}\n\n.tr-cultivar-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 1rem;\n}\n\n.tr-cultivar-item {\n  padding: 1rem;\n  border-radius: 9px;\n  background: var(--tr-white);\n}\n\n.tr-cultivar-name {\n  display: block;\n  margin-bottom: 0.35rem;\n  color: var(--tr-gold);\n  font-size: 0.78rem;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.tr-cultivar-profile {\n  color: var(--tr-green);\n  font-size: 0.94rem;\n  font-weight: 600;\n  line-height: 1.55;\n}\n\n.tr-craft-conclusion {\n  margin-top: 1.25rem;\n  padding: 1.05rem 1.15rem;\n  border-left: 3px solid var(--tr-gold);\n  background: var(--tr-green-soft);\n}\n\n.tr-craft-conclusion p {\n  margin: 0;\n}\n\n\/* =========================================================\n   PART 4 — PREPARATION\n   ========================================================= *\/\n\n.tr-prep-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 1rem;\n}\n\n.tr-prep-card {\n  padding: 1.35rem;\n  border: 1px solid var(--tr-border);\n  border-radius: 14px;\n  background: var(--tr-white);\n}\n\n.tr-prep-label {\n  display: inline-block;\n  margin-bottom: 0.6rem;\n  color: var(--tr-gold);\n  font-size: 0.74rem;\n  font-weight: 700;\n  letter-spacing: 0.11em;\n  text-transform: uppercase;\n}\n\n.tr-prep-card h3 {\n  margin: 0 0 1rem;\n  color: var(--tr-green);\n  font-size: 1.2rem;\n  font-weight: 600;\n}\n\n.tr-prep-specs {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 0.7rem;\n  margin-bottom: 1.1rem;\n}\n\n.tr-prep-spec {\n  padding: 0.8rem;\n  border-radius: 9px;\n  background: var(--tr-green-pale);\n}\n\n.tr-prep-spec-title {\n  display: block;\n  margin-bottom: 0.2rem;\n  color: var(--tr-muted);\n  font-size: 0.69rem;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.tr-prep-spec-value {\n  display: block;\n  color: var(--tr-green);\n  font-size: 0.94rem;\n  font-weight: 700;\n}\n\n.tr-prep-card ol {\n  margin: 0;\n  padding-left: 1.15rem;\n}\n\n.tr-prep-card li {\n  margin-bottom: 0.45rem;\n}\n\n.tr-prep-card li:last-child {\n  margin-bottom: 0;\n}\n\n.tr-prep-note {\n  margin-top: 1.2rem;\n  padding: 1rem 1.1rem;\n  border-left: 3px solid var(--tr-gold);\n  background: var(--tr-green-soft);\n}\n\n.tr-prep-note p {\n  margin: 0;\n}\n\n\/* =========================================================\n   PART 5 — MILK PAIRING\n   ========================================================= *\/\n\n.tr-milk-intro {\n  max-width: 780px;\n  margin-bottom: 1.4rem;\n}\n\n.tr-milk-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 1rem;\n}\n\n.tr-milk-card {\n  padding: 1.2rem;\n  border: 1px solid var(--tr-border);\n  border-radius: 12px;\n  background: var(--tr-white);\n}\n\n.tr-milk-tag {\n  display: inline-block;\n  margin-bottom: 0.5rem;\n  color: var(--tr-gold);\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  text-transform: uppercase;\n}\n\n.tr-milk-card h3 {\n  margin: 0 0 0.55rem;\n  color: var(--tr-green);\n  font-size: 1.05rem;\n  font-weight: 600;\n}\n\n.tr-milk-card p:last-child {\n  margin-bottom: 0;\n}\n\n.tr-milk-tip {\n  margin-top: 1.25rem;\n  padding: 1rem 1.1rem;\n  border-left: 3px solid var(--tr-gold);\n  background: var(--tr-green-soft);\n}\n\n.tr-milk-tip p {\n  margin: 0;\n}\n\n\/* =========================================================\n   PART 6 — MATCHA GRADES \/ ACADEMY BOX\n   ========================================================= *\/\n\n.tr-matcha-product .tr-grades-academy-box {\n  position: relative;\n  overflow: hidden;\n  padding: 1.5rem 1.6rem;\n  border: 1px solid #dce5df;\n  border-radius: 14px;\n  background: var(--tr-green-soft);\n}\n\n.tr-matcha-product .tr-grades-academy-box::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 5px;\n  height: 100%;\n  background: var(--tr-gold);\n}\n\n.tr-matcha-product .tr-grades-eyebrow {\n  display: block;\n  margin-bottom: 0.45rem;\n  color: var(--tr-gold);\n  font-size: 0.74rem;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.tr-matcha-product .tr-grades-academy-box h3 {\n  margin: 0 0 1rem;\n  color: var(--tr-green);\n  font-size: clamp(1.2rem, 2vw, 1.5rem);\n  font-weight: 600;\n  line-height: 1.3;\n}\n\n.tr-matcha-product .tr-grades-academy-box p:last-of-type {\n  margin-bottom: 0;\n}\n\n.tr-matcha-product .tr-grades-cta {\n  display: inline-block;\n  margin-top: 1rem;\n  color: var(--tr-green);\n  font-weight: 700;\n  text-decoration: underline;\n  text-decoration-color: var(--tr-gold-soft);\n  text-underline-offset: 4px;\n}\n\n\/* =========================================================\n   PART 6 — WHICH MATCHA IS RIGHT FOR YOU?\n   ========================================================= *\/\n\n.tr-matcha-product .tr-choice-intro {\n  max-width: 760px;\n  margin-bottom: 1.4rem;\n}\n\n.tr-matcha-product .tr-choice-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 1rem;\n}\n\n.tr-matcha-product .tr-choice-card {\n  padding: 1.15rem;\n  border: 1px solid var(--tr-border);\n  border-radius: 12px;\n  background: var(--tr-white);\n}\n\n.tr-matcha-product .tr-choice-card-current {\n  border-color: var(--tr-gold-soft);\n  background: #fbf8f1;\n}\n\n.tr-matcha-product .tr-choice-label {\n  display: block;\n  margin-bottom: 0.4rem;\n  color: var(--tr-gold);\n  font-size: 0.7rem;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  text-transform: uppercase;\n}\n\n.tr-matcha-product .tr-choice-card h3 {\n  margin: 0 0 0.45rem;\n  color: var(--tr-green);\n  font-size: 1.02rem;\n  font-weight: 600;\n}\n\n.tr-matcha-product .tr-choice-card p {\n  margin: 0 0 0.75rem;\n  font-size: 0.94rem;\n  line-height: 1.6;\n}\n\n.tr-matcha-product .tr-choice-current-product {\n  display: block;\n  margin-top: 0.75rem;\n  color: var(--tr-green);\n  font-size: 0.92rem;\n  font-weight: 700;\n  line-height: 1.5;\n}\n\n.tr-matcha-product .tr-choice-link {\n  display: inline-block;\n  color: var(--tr-green);\n  font-size: 0.9rem;\n  font-weight: 700;\n  text-decoration: underline;\n  text-decoration-color: var(--tr-gold-soft);\n  text-underline-offset: 3px;\n}\n\n.tr-matcha-product .tr-choice-principle {\n  margin-top: 1.25rem;\n  padding: 1rem 1.1rem;\n  border-left: 3px solid var(--tr-gold);\n  background: var(--tr-green-soft);\n}\n\n.tr-matcha-product .tr-choice-principle p {\n  margin: 0;\n}\n\n\/* =========================================================\n   PART 6 — TEA REPERTOIRE ACADEMY\n   ========================================================= *\/\n\n.tr-matcha-product .tr-academy-intro {\n  max-width: 760px;\n  margin-bottom: 1.4rem;\n}\n\n.tr-matcha-product .tr-academy-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 1rem;\n}\n\n.tr-matcha-product .tr-academy-card {\n  padding: 1.2rem;\n  border: 1px solid var(--tr-border);\n  border-radius: 12px;\n  background: var(--tr-white);\n}\n\n.tr-matcha-product .tr-academy-card-featured {\n  border-color: var(--tr-gold-soft);\n  background: #fbf8f1;\n}\n\n.tr-matcha-product .tr-academy-card-label {\n  display: block;\n  margin-bottom: 0.4rem;\n  color: var(--tr-gold);\n  font-size: 0.7rem;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  text-transform: uppercase;\n}\n\n.tr-matcha-product .tr-academy-card h3 {\n  margin: 0 0 0.55rem;\n  color: var(--tr-green);\n  font-size: 1.02rem;\n  font-weight: 600;\n}\n\n.tr-matcha-product .tr-academy-card p {\n  margin: 0 0 0.75rem;\n  font-size: 0.94rem;\n  line-height: 1.6;\n}\n\n.tr-matcha-product .tr-academy-card a {\n  color: var(--tr-green);\n  font-size: 0.9rem;\n  font-weight: 700;\n  text-decoration: underline;\n  text-decoration-color: var(--tr-gold-soft);\n  text-underline-offset: 3px;\n}\n\n\/* =========================================================\n   PART 7 — COMPLETE YOUR MATCHA RITUAL\n   ========================================================= *\/\n\n.tr-matcha-product .tr-ritual-intro {\n  max-width: 760px;\n  margin-bottom: 1.4rem;\n}\n\n.tr-matcha-product .tr-ritual-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 1rem;\n}\n\n.tr-matcha-product .tr-ritual-card {\n  display: flex;\n  flex-direction: column;\n  min-height: 185px;\n  padding: 1.2rem;\n  border: 1px solid var(--tr-border);\n  border-radius: 12px;\n  background: var(--tr-white);\n}\n\n.tr-matcha-product .tr-ritual-card h3 {\n  margin: 0 0 0.5rem;\n  color: var(--tr-green);\n  font-size: 1.02rem;\n  font-weight: 600;\n}\n\n.tr-matcha-product .tr-ritual-card p {\n  flex-grow: 1;\n  margin: 0 0 0.8rem;\n  font-size: 0.93rem;\n  line-height: 1.6;\n}\n\n.tr-matcha-product .tr-ritual-link {\n  color: var(--tr-green);\n  font-size: 0.9rem;\n  font-weight: 700;\n  text-decoration: underline;\n  text-decoration-color: var(--tr-gold-soft);\n  text-underline-offset: 3px;\n}\n\n\/* =========================================================\n   PART 7 — FAQ\n   ========================================================= *\/\n\n.tr-matcha-product .tr-faq-intro {\n  max-width: 760px;\n  margin-bottom: 1.2rem;\n}\n\n.tr-matcha-product .tr-faq {\n  overflow: hidden;\n  border-top: 1px solid var(--tr-border);\n}\n\n.tr-matcha-product .tr-faq details {\n  border-bottom: 1px solid var(--tr-border);\n  background: var(--tr-white);\n}\n\n.tr-matcha-product .tr-faq summary {\n  position: relative;\n  padding: 1rem 2.5rem 1rem 0;\n  color: var(--tr-green);\n  cursor: pointer;\n  font-weight: 600;\n  line-height: 1.5;\n  list-style: none;\n}\n\n.tr-matcha-product .tr-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.tr-matcha-product .tr-faq summary::after {\n  content: \"+\";\n  position: absolute;\n  top: 50%;\n  right: 0.25rem;\n  transform: translateY(-50%);\n  color: var(--tr-gold);\n  font-size: 1.35rem;\n  font-weight: 400;\n  line-height: 1;\n}\n\n.tr-matcha-product .tr-faq details[open] summary::after {\n  content: \"−\";\n}\n\n.tr-matcha-product .tr-faq-answer {\n  padding: 0 0 1rem;\n}\n\n.tr-matcha-product .tr-faq-answer p {\n  margin: 0 0 0.75rem;\n  font-size: 0.95rem;\n  line-height: 1.65;\n}\n\n.tr-matcha-product .tr-faq-answer p:last-child {\n  margin-bottom: 0;\n}\n\n.tr-matcha-product .tr-faq-answer a {\n  color: var(--tr-green);\n  font-weight: 600;\n  text-decoration: underline;\n  text-decoration-color: var(--tr-gold-soft);\n  text-underline-offset: 3px;\n}\n\n\/* =========================================================\n   RESPONSIVE\n   ========================================================= *\/\n\n@media screen and (max-width: 749px) {\n\n  .tr-matcha-product {\n    font-size: 15.5px;\n  }\n\n  .tr-product-intro {\n    margin-bottom: 2rem;\n  }\n\n  .tr-section {\n    margin: 2.2rem 0;\n  }\n\n  .tr-best-for-row {\n    gap: 0.75rem;\n    padding: 0.9rem 1rem;\n  }\n\n  .tr-facts-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .tr-fact {\n    min-height: 95px;\n    padding: 0.9rem;\n  }\n\n  .tr-recommendation {\n    padding: 1.1rem 1.1rem 1.1rem 1.25rem;\n  }\n\n  .tr-sensory-grid,\n  .tr-craft-grid,\n  .tr-cultivar-grid,\n  .tr-prep-grid,\n  .tr-milk-grid,\n  .tr-choice-grid,\n  .tr-academy-grid,\n  .tr-matcha-product .tr-ritual-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .tr-aroma-flow-line {\n    gap: 0.4rem;\n  }\n\n  .tr-curator-box {\n    padding: 1.3rem 1.25rem 1.3rem 1.45rem;\n  }\n\n  .tr-matcha-product .tr-ritual-card {\n    min-height: auto;\n  }\n\n  .tr-matcha-product .tr-faq summary {\n    padding-right: 2.2rem;\n  }\n}\n\n@media screen and (max-width: 420px) {\n\n  .tr-best-for-row {\n    grid-template-columns: 1fr;\n    gap: 0.2rem;\n  }\n\n  .tr-best-for-rating {\n    white-space: normal;\n  }\n\n  .tr-prep-specs {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e\n\u003carticle class=\"tr-matcha-product\"\u003e\n\u003csection class=\"tr-product-intro\"\u003e\u003cspan class=\"tr-product-eyebrow\"\u003eStone-Milled Korean Black Tea · Hadong, South Korea\u003c\/span\u003e\n\u003cdiv class=\"tr-product-positioning\"\u003eThe depth of black tea. The preparation of matcha.\u003c\/div\u003e\n\u003cdiv class=\"tr-product-notes\"\u003eDark Chocolate · Toffee · Malt · Honey · Roasted Hazelnut · Woody\u003c\/div\u003e\n\u003cp class=\"tr-product-lead\"\u003eCreated by Tea Master Mr. Cho, \u003cstrong\u003eThe Wisdom Grind\u003c\/strong\u003e transforms his handcrafted \u003ca href=\"\/collections\/korean-tea\/products\/jiri-mountain-of-wisdom-korean-black-tea\" title=\"Discover Jiri, The Mountain of Wisdom Korean black tea\"\u003eJiri, The Mountain of Wisdom\u003c\/a\u003e into a fine, stone-milled Korean black tea powder.\u003c\/p\u003e\n\u003cp\u003eMade from native \u003cstrong\u003eJaeraejong\u003c\/strong\u003e tea leaves harvested in the begining of May in Hadong, South Korea, it offers a full-bodied, mellow profile centred on dark chocolate, toffee and malt, followed by honey, roasted hazelnut and subtle woody depth.\u003c\/p\u003e\n\u003cp\u003eDesigned especially for hot and iced tea lattes, The Wisdom Grind offers a completely different powdered-tea experience from matcha or hojicha while remaining unmistakably black tea.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"tr-section\"\u003e\n\u003ch2 class=\"tr-section-heading\"\u003eBest For\u003c\/h2\u003e\n\u003cdiv class=\"tr-best-for\"\u003e\n\u003cdiv class=\"tr-best-for-row\"\u003e\n\u003cspan class=\"tr-best-for-name\"\u003eHot Wisdom Grind Latte\u003c\/span\u003e \u003cspan class=\"tr-best-for-rating tr-rating-excellent\"\u003eExcellent · Recommended\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-best-for-row\"\u003e\n\u003cspan class=\"tr-best-for-name\"\u003eIced Wisdom Grind Latte\u003c\/span\u003e \u003cspan class=\"tr-best-for-rating tr-rating-excellent\"\u003eExcellent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-best-for-row\"\u003e\n\u003cspan class=\"tr-best-for-name\"\u003ePure Preparation\u003c\/span\u003e \u003cspan class=\"tr-best-for-rating tr-rating-possible\"\u003ePossible · Secondary\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-recommendation\"\u003e\n\u003cspan class=\"tr-recommendation-label\"\u003eTea Repertoire Recommendation\u003c\/span\u003e\n\u003cp\u003eChoose The Wisdom Grind when you want a powdered tea with the depth and aromatic richness of handcrafted black tea rather than the vegetal umami of matcha or the roasted character of hojicha. Its full body and dark chocolate, malt and toffee profile make a hot or iced latte our preferred preparation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tr-section\"\u003e\n\u003ch2 class=\"tr-section-heading\"\u003eFrom the Tea Garden\u003c\/h2\u003e\n\u003cdiv class=\"tr-origin-card\"\u003e\n\u003cspan class=\"tr-origin-label\"\u003eHadong · South Korea\u003c\/span\u003e\n\u003cp\u003eThe Wisdom Grind is produced by \u003cstrong\u003eTea Master Mr. Cho\u003c\/strong\u003e in Hadong, South Korea, from the same handcrafted black tea offered by Tea Repertoire as \u003ca href=\"\/collections\/korean-tea\/products\/jiri-mountain-of-wisdom-korean-black-tea\" title=\"Explore Jiri, The Mountain of Wisdom loose-leaf Korean black tea\"\u003eJiri, The Mountain of Wisdom\u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eMr. Cho works with native \u003cstrong\u003eJaeraejong\u003c\/strong\u003e tea plants. Leaves from the \u003cstrong\u003ebegining of may harvest\u003c\/strong\u003e are naturally grown and handcrafted into black tea before the finished tea is stone-milled.\u003c\/p\u003e\n\u003cdiv class=\"tr-facts-grid\"\u003e\n\u003cdiv class=\"tr-fact\"\u003e\n\u003cspan class=\"tr-fact-title\"\u003eOrigin\u003c\/span\u003e\u003cspan class=\"tr-fact-value\"\u003eHadong, South Korea\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-fact\"\u003e\n\u003cspan class=\"tr-fact-title\"\u003eTea Master\u003c\/span\u003e\u003cspan class=\"tr-fact-value\"\u003eMr. Cho\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-fact\"\u003e\n\u003cspan class=\"tr-fact-title\"\u003eCultivar\u003c\/span\u003e\u003cspan class=\"tr-fact-value\"\u003eNative Jaeraejong\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-fact\"\u003e\n\u003cspan class=\"tr-fact-title\"\u003eHarvest\u003c\/span\u003e\u003cspan class=\"tr-fact-value\"\u003eBegining of may\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-fact\"\u003e\n\u003cspan class=\"tr-fact-title\"\u003eTea Type\u003c\/span\u003e\u003cspan class=\"tr-fact-value\"\u003eBlack Tea\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-fact\"\u003e\n\u003cspan class=\"tr-fact-title\"\u003eMilling\u003c\/span\u003e\u003cspan class=\"tr-fact-value\"\u003eStone-Milled\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-fact\"\u003e\n\u003cspan class=\"tr-fact-title\"\u003eCultivation\u003c\/span\u003e\u003cspan class=\"tr-fact-value\"\u003eNaturally Grown\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-fact\"\u003e\n\u003cspan class=\"tr-fact-title\"\u003eIngredients\u003c\/span\u003e\u003cspan class=\"tr-fact-value\"\u003e100% Korean Black Tea\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-fact\"\u003e\n\u003cspan class=\"tr-fact-title\"\u003eBest For\u003c\/span\u003e\u003cspan class=\"tr-fact-value\"\u003eHot \u0026amp; Iced Tea Latte\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tr-section\"\u003e\n\u003ch2 class=\"tr-section-heading\"\u003eTea Repertoire Sensory Profile\u003c\/h2\u003e\n\u003cdiv class=\"tr-sensory-card\"\u003e\n\u003cdiv class=\"tr-sensory-hero\"\u003e\n\u003cspan class=\"tr-sensory-kicker\"\u003eSensory Identity\u003c\/span\u003e\n\u003ch3 class=\"tr-sensory-title\"\u003eFull-Bodied · Mellow · Chocolaty\u003c\/h3\u003e\n\u003cp class=\"tr-sensory-notes\"\u003eDark Chocolate · Toffee · Malt · Honey · Roasted Hazelnut · Woody\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-sensory-text\"\u003e\n\u003cp\u003eThe Wisdom Grind opens with dark chocolate and malt before moving towards toffee and honey. Roasted hazelnut adds a rich nutty impression, while subtle woody notes bring depth through the finish.\u003c\/p\u003e\n\u003cp\u003eIts full body gives the tea enough presence to remain expressive with milk, while low bitterness and moderate astringency maintain the recognisable structure of black tea.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-sensory-grid\"\u003e\n\u003cdiv class=\"tr-sensory-item\"\u003e\n\u003cspan class=\"tr-sensory-item-title\"\u003eAroma\u003c\/span\u003e\u003cspan class=\"tr-sensory-item-value\"\u003eDark Chocolate · Malt · Honey\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-sensory-item\"\u003e\n\u003cspan class=\"tr-sensory-item-title\"\u003eTaste\u003c\/span\u003e\u003cspan class=\"tr-sensory-item-value\"\u003eToffee · Roasted Hazelnut · Woody\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-sensory-item\"\u003e\n\u003cspan class=\"tr-sensory-item-title\"\u003eBody\u003c\/span\u003e\u003cspan class=\"tr-sensory-item-value\"\u003eFull-Bodied\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-sensory-item\"\u003e\n\u003cspan class=\"tr-sensory-item-title\"\u003eBitterness\u003c\/span\u003e\u003cspan class=\"tr-sensory-item-value\"\u003eLow\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-sensory-item\"\u003e\n\u003cspan class=\"tr-sensory-item-title\"\u003eAstringency\u003c\/span\u003e\u003cspan class=\"tr-sensory-item-value\"\u003eModerate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-sensory-item\"\u003e\n\u003cspan class=\"tr-sensory-item-title\"\u003eOverall Character\u003c\/span\u003e\u003cspan class=\"tr-sensory-item-value\"\u003eMellow · Deep · Chocolaty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-aroma-flow\"\u003e\n\u003cspan class=\"tr-aroma-flow-label\"\u003eTea Repertoire Aroma Direction\u003c\/span\u003e\n\u003cdiv class=\"tr-aroma-flow-line\"\u003e\n\u003cspan class=\"tr-aroma-pill tr-aroma-pill-primary\"\u003eDark Chocolate\u003c\/span\u003e \u003cspan class=\"tr-aroma-arrow\"\u003e→\u003c\/span\u003e \u003cspan class=\"tr-aroma-pill tr-aroma-pill-primary\"\u003eToffee\u003c\/span\u003e \u003cspan class=\"tr-aroma-arrow\"\u003e→\u003c\/span\u003e \u003cspan class=\"tr-aroma-pill\"\u003eMalt\u003c\/span\u003e \u003cspan class=\"tr-aroma-arrow\"\u003e→\u003c\/span\u003e \u003cspan class=\"tr-aroma-pill\"\u003eHoney\u003c\/span\u003e \u003cspan class=\"tr-aroma-arrow\"\u003e→\u003c\/span\u003e \u003cspan class=\"tr-aroma-pill\"\u003eRoasted Hazelnut\u003c\/span\u003e \u003cspan class=\"tr-aroma-arrow\"\u003e→\u003c\/span\u003e \u003cspan class=\"tr-aroma-pill\"\u003eWoody\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-sensory-tip\"\u003e\n\u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e “roasted hazelnut” describes a naturally perceived aroma. The Wisdom Grind itself is \u003cstrong\u003enot a roasted tea\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tr-section\"\u003e\n\u003ch2 class=\"tr-section-heading\"\u003eWhy We Selected The Wisdom Grind\u003c\/h2\u003e\n\u003cdiv class=\"tr-curator-box\"\u003e\n\u003cspan class=\"tr-curator-eyebrow\"\u003eTea Repertoire Selection\u003c\/span\u003e\n\u003ch3 class=\"tr-curator-title\"\u003eOne Handcrafted Black Tea, Reimagined\u003c\/h3\u003e\n\u003cp\u003eWe selected The Wisdom Grind because it offers a genuinely different way to experience a black tea we already know in its traditional whole-leaf form.\u003c\/p\u003e\n\u003cp\u003eMr. Cho first crafts Jiri, The Mountain of Wisdom as black tea. Stone milling then gives the finished tea a new physical form that allows it to be whisked directly into water and paired particularly successfully with milk.\u003c\/p\u003e\n\u003cp\u003eIt is not designed to imitate matcha or hojicha. Its appeal comes from an entirely different sensory direction: black tea, dark chocolate, malt and toffee.\u003c\/p\u003e\n\u003cdiv class=\"tr-curator-highlight\"\u003eOur recommendation: choose The Wisdom Grind when you want a rich, tea-forward hot or iced latte with a natural black-tea character.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tr-section\"\u003e\n\u003ch2 class=\"tr-section-heading\"\u003eOrigin \u0026amp; Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"tr-craft-intro\"\u003e\n\u003cp\u003eThe Wisdom Grind begins as a handcrafted Korean black tea. Stone milling is the final transformation rather than the process that defines the tea itself.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-craft-grid\"\u003e\n\u003cdiv class=\"tr-craft-card\"\u003e\n\u003cspan class=\"tr-craft-number\"\u003e01\u003c\/span\u003e\n\u003ch3\u003eNative Jaeraejong\u003c\/h3\u003e\n\u003cp\u003eThe tea is made from Jaeraejong, Korea's native tea cultivar, cultivated in Hadong around Jiri Mountain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-craft-card\"\u003e\n\u003cspan class=\"tr-craft-number\"\u003e02\u003c\/span\u003e\n\u003ch3\u003eBegining of may Harvest\u003c\/h3\u003e\n\u003cp\u003eLeaves selected for The Wisdom Grind come from the begining of may harvest, giving the finished tea the structure needed for its full-bodied black-tea expression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-craft-card\"\u003e\n\u003cspan class=\"tr-craft-number\"\u003e03\u003c\/span\u003e\n\u003ch3\u003eHandcrafted Black Tea\u003c\/h3\u003e\n\u003cp\u003eMr. Cho first crafts the leaves into the same finished black tea offered by Tea Repertoire as Jiri, The Mountain of Wisdom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-craft-card\"\u003e\n\u003cspan class=\"tr-craft-number\"\u003e04\u003c\/span\u003e\n\u003ch3\u003eStone-Milled\u003c\/h3\u003e\n\u003cp\u003eOnly after the black tea is complete are the finished leaves stone-milled into a fine powder suitable for whisked preparation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-cultivar-box\"\u003e\n\u003ch3 class=\"tr-cultivar-heading\"\u003eOne Tea. Two Expressions.\u003c\/h3\u003e\n\u003cdiv class=\"tr-cultivar-grid\"\u003e\n\u003cdiv class=\"tr-cultivar-item\"\u003e\n\u003cspan class=\"tr-cultivar-name\"\u003eLoose-Leaf Expression\u003c\/span\u003e\n\u003cdiv class=\"tr-cultivar-profile\"\u003eJiri, The Mountain of Wisdom is infused traditionally as whole-leaf Korean black tea.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-cultivar-item\"\u003e\n\u003cspan class=\"tr-cultivar-name\"\u003eStone-Milled Expression\u003c\/span\u003e\n\u003cdiv class=\"tr-cultivar-profile\"\u003eThe Wisdom Grind takes the same finished black tea and transforms it into a whisked powder particularly suited to latte preparation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-craft-conclusion\"\u003e\n\u003cp\u003eDiscover the original whole-leaf expression: \u003ca href=\"\/collections\/korean-tea\/products\/jiri-mountain-of-wisdom-korean-black-tea\" title=\"Discover Jiri, The Mountain of Wisdom Korean black tea\"\u003eJiri, The Mountain of Wisdom\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tr-section\"\u003e\n\u003ch2 class=\"tr-section-heading\"\u003ePreparation Recommendations\u003c\/h2\u003e\n\u003cdiv class=\"tr-prep-grid\"\u003e\n\u003cdiv class=\"tr-prep-card\"\u003e\n\u003cspan class=\"tr-prep-label\"\u003eOur Preferred Preparation\u003c\/span\u003e\n\u003ch3\u003eHot Wisdom Grind Latte\u003c\/h3\u003e\n\u003cdiv class=\"tr-prep-specs\"\u003e\n\u003cdiv class=\"tr-prep-spec\"\u003e\n\u003cspan class=\"tr-prep-spec-title\"\u003eTea\u003c\/span\u003e\u003cspan class=\"tr-prep-spec-value\"\u003e2–2.5 g\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-prep-spec\"\u003e\n\u003cspan class=\"tr-prep-spec-title\"\u003eWater\u003c\/span\u003e\u003cspan class=\"tr-prep-spec-value\"\u003e50–70 ml\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-prep-spec\"\u003e\n\u003cspan class=\"tr-prep-spec-title\"\u003eTemperature\u003c\/span\u003e\u003cspan class=\"tr-prep-spec-value\"\u003e80°C\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-prep-spec\"\u003e\n\u003cspan class=\"tr-prep-spec-title\"\u003eMilk\u003c\/span\u003e\u003cspan class=\"tr-prep-spec-value\"\u003e150–200 ml\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003col\u003e\n\u003cli\u003eSift 2–2.5 g of The Wisdom Grind into a bowl.\u003c\/li\u003e\n\u003cli\u003eAdd 50–70 ml water at approximately 80°C.\u003c\/li\u003e\n\u003cli\u003eWhisk until evenly dispersed.\u003c\/li\u003e\n\u003cli\u003eAdd 150–200 ml warmed milk.\u003c\/li\u003e\n\u003cli\u003eServe immediately.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-prep-card\"\u003e\n\u003cspan class=\"tr-prep-label\"\u003eIced Preparation\u003c\/span\u003e\n\u003ch3\u003eIced Wisdom Grind Latte\u003c\/h3\u003e\n\u003cdiv class=\"tr-prep-specs\"\u003e\n\u003cdiv class=\"tr-prep-spec\"\u003e\n\u003cspan class=\"tr-prep-spec-title\"\u003eTea\u003c\/span\u003e\u003cspan class=\"tr-prep-spec-value\"\u003e2–2.5 g\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-prep-spec\"\u003e\n\u003cspan class=\"tr-prep-spec-title\"\u003eWater\u003c\/span\u003e\u003cspan class=\"tr-prep-spec-value\"\u003e50–70 ml\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-prep-spec\"\u003e\n\u003cspan class=\"tr-prep-spec-title\"\u003eTemperature\u003c\/span\u003e\u003cspan class=\"tr-prep-spec-value\"\u003e80°C\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-prep-spec\"\u003e\n\u003cspan class=\"tr-prep-spec-title\"\u003eMilk\u003c\/span\u003e\u003cspan class=\"tr-prep-spec-value\"\u003e150–200 ml\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003col\u003e\n\u003cli\u003eSift 2–2.5 g of The Wisdom Grind into a bowl.\u003c\/li\u003e\n\u003cli\u003eAdd 50–70 ml water at approximately 80°C.\u003c\/li\u003e\n\u003cli\u003eWhisk until evenly dispersed.\u003c\/li\u003e\n\u003cli\u003eFill a glass with ice and cold milk.\u003c\/li\u003e\n\u003cli\u003ePour the whisked tea over the milk.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-prep-card\"\u003e\n\u003cspan class=\"tr-prep-label\"\u003eSecondary Preparation\u003c\/span\u003e\n\u003ch3\u003ePure Preparation\u003c\/h3\u003e\n\u003cdiv class=\"tr-prep-specs\"\u003e\n\u003cdiv class=\"tr-prep-spec\"\u003e\n\u003cspan class=\"tr-prep-spec-title\"\u003eTea\u003c\/span\u003e\u003cspan class=\"tr-prep-spec-value\"\u003e1.5–2 g\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-prep-spec\"\u003e\n\u003cspan class=\"tr-prep-spec-title\"\u003eWater\u003c\/span\u003e\u003cspan class=\"tr-prep-spec-value\"\u003e60–80 ml\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-prep-spec\"\u003e\n\u003cspan class=\"tr-prep-spec-title\"\u003eTemperature\u003c\/span\u003e\u003cspan class=\"tr-prep-spec-value\"\u003e80°C\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-prep-spec\"\u003e\n\u003cspan class=\"tr-prep-spec-title\"\u003eStyle\u003c\/span\u003e\u003cspan class=\"tr-prep-spec-value\"\u003eWater Only\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eWhisk thoroughly and enjoy without milk for the most direct expression of the tea's dark chocolate, malt and woody character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-prep-note\"\u003e\n\u003cp\u003e\u003cstrong\u003eTea Repertoire Tip:\u003c\/strong\u003e whisk the powder with water first before adding milk. This helps disperse the tea evenly and keeps the black-tea character clear in the finished latte.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tr-section\"\u003e\n\u003ch2 class=\"tr-section-heading\"\u003eHow Much Milk Should You Use?\u003c\/h2\u003e\n\u003cdiv class=\"tr-milk-intro\"\u003e\n\u003cp\u003eThe Wisdom Grind has the full body needed to remain expressive with milk. The amount of milk allows you to control how tea-forward or milk-forward the finished drink becomes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-milk-grid\"\u003e\n\u003cdiv class=\"tr-milk-card\"\u003e\n\u003cspan class=\"tr-milk-tag\"\u003eMore Tea-Forward\u003c\/span\u003e\n\u003ch3\u003eApproximately 150 ml Milk\u003c\/h3\u003e\n\u003cp\u003eUse around 150 ml when you want dark chocolate, malt and toffee to remain particularly pronounced.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-milk-card\"\u003e\n\u003cspan class=\"tr-milk-tag\"\u003eSofter Latte\u003c\/span\u003e\n\u003ch3\u003eUp to 200 ml Milk\u003c\/h3\u003e\n\u003cp\u003eIncrease towards 200 ml when you prefer a softer and more milk-forward expression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-milk-tip\"\u003e\n\u003cp\u003eWe do not currently prescribe one specific milk type. Different milks change sweetness, body and flavour balance, so we recommend choosing according to the expression you prefer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tr-section\"\u003e\n\u003ch2 class=\"tr-section-heading\"\u003eWhat Is Stone-Milled Black Tea?\u003c\/h2\u003e\n\u003cdiv class=\"tr-grades-academy-box\"\u003e\n\u003cspan class=\"tr-grades-eyebrow\"\u003eTea Repertoire Academy\u003c\/span\u003e\n\u003ch3\u003ePowdered Tea Does Not Automatically Mean Matcha\u003c\/h3\u003e\n\u003cp\u003eMatcha is a specific Japanese green tea produced according to its own cultivation and processing traditions.\u003c\/p\u003e\n\u003cp\u003eThe Wisdom Grind follows a fundamentally different route. Mr. Cho first crafts a finished Korean black tea. Only afterwards is that black tea stone-milled into powder.\u003c\/p\u003e\n\u003cp\u003eStone milling changes the physical form and preparation method, but not the classification of the tea. \u003cstrong\u003eThe Wisdom Grind remains black tea.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tr-section\"\u003e\n\u003ch2 class=\"tr-section-heading\"\u003eWhich Powdered Tea Is Right for You?\u003c\/h2\u003e\n\u003cdiv class=\"tr-choice-intro\"\u003e\n\u003cp\u003eChoose according to the flavour and preparation you want rather than treating all powdered teas as interchangeable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-choice-grid\"\u003e\n\u003cdiv class=\"tr-choice-card tr-choice-card-current\"\u003e\n\u003cspan class=\"tr-choice-label\"\u003eCurrent Product\u003c\/span\u003e\n\u003ch3\u003eThe Wisdom Grind\u003c\/h3\u003e\n\u003cp\u003eDark chocolate, toffee and malt with a full-bodied black-tea structure. Particularly suited to hot and iced tea lattes.\u003c\/p\u003e\n\u003cspan class=\"tr-choice-current-product\"\u003eKorean Black Tea · Stone-Milled\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-choice-card\"\u003e\n\u003cspan class=\"tr-choice-label\"\u003eFresh \u0026amp; Umami\u003c\/span\u003e\n\u003ch3\u003eMatcha\u003c\/h3\u003e\n\u003cp\u003eChoose matcha when you want the distinctive vegetal, fresh and umami character of Japanese powdered green tea.\u003c\/p\u003e\n\u003ca href=\"\/collections\/matcha\" class=\"tr-choice-link\" title=\"Explore Tea Repertoire matcha\"\u003eExplore Matcha →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-choice-card\"\u003e\n\u003cspan class=\"tr-choice-label\"\u003eRoasted \u0026amp; Nutty\u003c\/span\u003e\n\u003ch3\u003eHojicha\u003c\/h3\u003e\n\u003cp\u003eChoose hojicha when you specifically want the warm, roasted and nutty flavour created by roasting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-choice-principle\"\u003e\n\u003cp\u003e\u003cstrong\u003eTea Repertoire principle:\u003c\/strong\u003e choose powdered tea by preparation and sensory character, not simply by colour or format.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tr-section\"\u003e\n\u003ch2 class=\"tr-section-heading\"\u003eContinue Your Tea Journey\u003c\/h2\u003e\n\u003cdiv class=\"tr-academy-intro\"\u003e\n\u003cp\u003eExplore the original tea behind The Wisdom Grind and discover more Korean tea from the Tea Repertoire selection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-academy-grid\"\u003e\n\u003cdiv class=\"tr-academy-card tr-academy-card-featured\"\u003e\n\u003cspan class=\"tr-academy-card-label\"\u003eOne Tea · Two Expressions\u003c\/span\u003e\n\u003ch3\u003eJiri, The Mountain of Wisdom\u003c\/h3\u003e\n\u003cp\u003eExperience Mr. Cho's handcrafted black tea in its original loose-leaf form.\u003c\/p\u003e\n\u003ca href=\"\/collections\/korean-tea\/products\/jiri-mountain-of-wisdom-korean-black-tea\" title=\"Discover Jiri, The Mountain of Wisdom Korean black tea\"\u003eDiscover the Original Tea →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-academy-card\"\u003e\n\u003cspan class=\"tr-academy-card-label\"\u003eTea Repertoire Collection\u003c\/span\u003e\n\u003ch3\u003eExplore Korean Tea\u003c\/h3\u003e\n\u003cp\u003eDiscover the wider Tea Repertoire selection of teas from South Korea.\u003c\/p\u003e\n\u003ca href=\"\/collections\/korean-tea\" title=\"Explore the Tea Repertoire Korean tea collection\"\u003eExplore Korean Tea →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tr-section\"\u003e\n\u003ch2 class=\"tr-section-heading\"\u003eComplete Your Wisdom Grind Ritual\u003c\/h2\u003e\n\u003cdiv class=\"tr-ritual-intro\"\u003e\n\u003cp\u003eBecause The Wisdom Grind is whisked rather than traditionally infused, familiar matcha preparation tools can be especially useful.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-ritual-grid\"\u003e\n\u003cdiv class=\"tr-ritual-card\"\u003e\n\u003ch3\u003eBamboo Whisk · Chasen\u003c\/h3\u003e\n\u003cp\u003eA bamboo whisk helps disperse the fine black tea powder evenly in hot water before milk is added.\u003c\/p\u003e\n\u003ca href=\"\/collections\/matcha-utensil\/products\/bamboo-matcha-whisk\" class=\"tr-ritual-link\" title=\"Explore the Tea Repertoire bamboo matcha whisk\"\u003eExplore the Bamboo Whisk →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-ritual-card\"\u003e\n\u003ch3\u003eWhisking Bowl · Chawan\u003c\/h3\u003e\n\u003cp\u003eA sufficiently wide bowl gives the whisk enough space to disperse the powder evenly.\u003c\/p\u003e\n\u003ca href=\"\/collections\/matcha-bowls\" class=\"tr-ritual-link\" title=\"Explore Tea Repertoire matcha bowls\"\u003eExplore Matcha Bowls →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tr-section\"\u003e\n\u003ch2 class=\"tr-section-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"tr-faq-intro\"\u003e\n\u003cp\u003eFind quick answers about The Wisdom Grind, its origin, flavour and recommended preparation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tr-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is The Wisdom Grind?\u003c\/summary\u003e\n\u003cdiv class=\"tr-faq-answer\"\u003e\n\u003cp\u003eThe Wisdom Grind is a stone-milled Korean black tea produced by Tea Master Mr. Cho in Hadong from native Jaeraejong tea leaves harvested in may.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat does The Wisdom Grind taste like?\u003c\/summary\u003e\n\u003cdiv class=\"tr-faq-answer\"\u003e\n\u003cp\u003eIts sensory profile centres on dark chocolate, toffee and malt, supported by honey, roasted hazelnut and woody notes. It is full-bodied and mellow, with low bitterness and moderate astringency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eIs The Wisdom Grind matcha?\u003c\/summary\u003e\n\u003cdiv class=\"tr-faq-answer\"\u003e\n\u003cp\u003eNo. Matcha is Japanese green tea. The Wisdom Grind is Korean black tea that has been stone-milled only after its black-tea production is complete.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eIs The Wisdom Grind hojicha?\u003c\/summary\u003e\n\u003cdiv class=\"tr-faq-answer\"\u003e\n\u003cp\u003eNo. Hojicha is characterised by roasting. The Wisdom Grind is not roasted. Its roasted-hazelnut note describes a naturally perceived aroma rather than a production process.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eDoes The Wisdom Grind contain chocolate, caramel or added flavouring?\u003c\/summary\u003e\n\u003cdiv class=\"tr-faq-answer\"\u003e\n\u003cp\u003eNo. The Wisdom Grind contains \u003cstrong\u003e100% Korean black tea\u003c\/strong\u003e. Dark chocolate, toffee, honey and roasted hazelnut are natural sensory impressions of the tea, not added ingredients.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eDoes The Wisdom Grind contain added sugar?\u003c\/summary\u003e\n\u003cdiv class=\"tr-faq-answer\"\u003e\n\u003cp\u003eNo. There is no added sugar. The perceived honey and toffee character comes naturally from the tea's aromatic profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eHow do I prepare a Wisdom Grind Latte?\u003c\/summary\u003e\n\u003cdiv class=\"tr-faq-answer\"\u003e\n\u003cp\u003eWhisk \u003cstrong\u003e2–2.5 g\u003c\/strong\u003e of The Wisdom Grind with \u003cstrong\u003e50–70 ml water at approximately 80°C\u003c\/strong\u003e, then add \u003cstrong\u003e150–200 ml milk\u003c\/strong\u003e. The same base preparation works for a hot or iced latte.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat is the difference between The Wisdom Grind and Jiri, The Mountain of Wisdom?\u003c\/summary\u003e\n\u003cdiv class=\"tr-faq-answer\"\u003e\n\u003cp\u003eThey are two expressions of the same handcrafted Korean black tea. \u003ca href=\"\/collections\/korean-tea\/products\/jiri-mountain-of-wisdom-korean-black-tea\" title=\"Compare The Wisdom Grind with Jiri, The Mountain of Wisdom\"\u003eJiri, The Mountain of Wisdom\u003c\/a\u003e is prepared as a traditional loose-leaf infusion, while The Wisdom Grind takes the finished tea and stone-mills it into powder for whisked preparation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/article\u003e","brand":"Tea Repertoire","offers":[{"title":"40g Pouch","offer_id":58753928757632,"sku":null,"price":34.0,"currency_code":"CHF","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1865\/9785\/files\/korean-black-tea-powder-the-wisdom-grind_4189f438-fbdf-499b-88b4-cb4d901cc435.jpg?v=1787404976","url":"https:\/\/tearepertoire.com\/products\/the-wisdom-grind","provider":"Tea Repertoire","version":"1.0","type":"link"}