{"id":4624,"date":"2026-09-16T18:45:33","date_gmt":"2026-09-16T18:45:33","guid":{"rendered":"https:\/\/romeraherb.com\/?page_id=4624"},"modified":"2026-09-18T01:04:29","modified_gmt":"2026-09-18T01:04:29","slug":"yerba-mate","status":"publish","type":"page","link":"https:\/\/romeraherb.com\/es\/yerba-mate\/","title":{"rendered":"Yerba Mate Monograph"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* ROMERA YERBA MATE MONOGRAPH: LIGHT GREEN ARCHITECTURAL DESIGN SYSTEM *\/\n.rm-hero-mono-container {\n  --rm-canvas-bg: #EBF1E9; \/* Soft light botanical green tint *\/\n  --rm-card-bg: #FCFBF8;\n  --rm-forest-dark: #1E2D1F;\n  --rm-leaf-green: #3B543A;\n  --rm-fog-soft: #E1E8DF;\n  --rm-terracotta: #B85C38;\n  --rm-ochre: #C88A35;\n  --rm-border-light: #D5DFC3;\n  --rm-border-accent: #B4C4B1;\n  --rm-text-main: #2C362B;\n  --rm-text-muted: #4F5E4E;\n\n  position: relative;\n  z-index: 2;\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto 30px auto;\n  padding: 36px 32px;\n  background-color: var(--rm-canvas-bg);\n  border-radius: 22px;\n  border: 1px solid var(--rm-border-light);\n  box-sizing: border-box;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  color: var(--rm-text-main);\n  box-shadow: \n    0 2px 4px rgba(30, 45, 31, 0.02),\n    0 12px 32px rgba(30, 45, 31, 0.06);\n  overflow: hidden;\n}\n\n.rm-hero-mono-container * {\n  box-sizing: border-box;\n}\n\n\/* BACKGROUND DESIGN: AMBIENT SUNBEAM & ACCENT LEAF LINE *\/\n.rm-mono-art-bg {\n  position: absolute;\n  inset: 0;\n  pointer-events: none;\n  z-index: 1;\n}\n\n.rm-mono-sunray {\n  position: absolute;\n  top: -40%;\n  right: -10%;\n  width: 650px;\n  height: 650px;\n  border-radius: 50%;\n  background: radial-gradient(\n    circle, \n    rgba(200, 138, 53, 0.14) 0%, \n    rgba(235, 241, 233, 0) 70%\n  );\n  filter: blur(40px);\n}\n\n.rm-mono-botanical-mesh {\n  position: absolute;\n  bottom: -30%;\n  left: -10%;\n  width: 550px;\n  height: 550px;\n  border-radius: 50%;\n  background: radial-gradient(\n    circle, \n    rgba(59, 84, 58, 0.12) 0%, \n    rgba(235, 241, 233, 0) 70%\n  );\n  filter: blur(50px);\n}\n\n.rm-mono-accent-line {\n  position: absolute;\n  left: 0;\n  top: 8%;\n  bottom: 8%;\n  width: 5px;\n  background: linear-gradient(\n    180deg, \n    transparent 0%, \n    var(--rm-leaf-green) 35%, \n    var(--rm-terracotta) 65%, \n    transparent 100%\n  );\n  border-radius: 0 4px 4px 0;\n}\n\n\/* MAIN LAYOUT GRID *\/\n.rm-mono-grid {\n  position: relative;\n  z-index: 2;\n  display: grid;\n  grid-template-columns: 0.85fr 1.15fr;\n  gap: 32px;\n  align-items: center;\n}\n\n@media (max-width: 900px) {\n  .rm-mono-grid { grid-template-columns: 1fr; }\n}\n\n\/* LEFT COLUMN: HERO IMAGE & ARCHIVAL CAPTION *\/\n.rm-mono-media-col {\n  height: 100%;\n  display: flex;\n}\n\n.rm-mono-img-wrap {\n  position: relative;\n  width: 100%;\n  border-radius: 18px;\n  overflow: hidden;\n  border: 1px solid var(--rm-border-light);\n  box-shadow: 0 8px 24px rgba(30, 45, 31, 0.08);\n  display: flex;\n  flex-direction: column;\n}\n\n.rm-mono-hero-img {\n  width: 100%;\n  height: 100%;\n  min-height: 380px;\n  object-fit: cover;\n  display: block;\n}\n\n.rm-mono-caption {\n  position: absolute;\n  bottom: 0;\n  inset-x: 0;\n  background: linear-gradient(180deg, transparent 0%, rgba(20, 30, 21, 0.88) 100%);\n  padding: 24px 20px 16px 20px;\n  display: flex;\n  flex-direction: column;\n  gap: 2px;\n  color: #FFFFFF;\n}\n\n.rm-latin-name {\n  font-family: Georgia, serif;\n  font-style: italic;\n  font-size: 1.2rem;\n  letter-spacing: 0.3px;\n}\n\n.rm-family-name {\n  font-size: 0.62rem;\n  font-weight: 800;\n  letter-spacing: 1.6px;\n  color: rgba(255, 255, 255, 0.75);\n}\n\n\/* RIGHT COLUMN: CONTENT & TEXT *\/\n.rm-mono-content-col {\n  display: flex;\n  flex-direction: column;\n}\n\n.rm-mono-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 12px;\n}\n\n.rm-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  font-size: 0.62rem;\n  font-weight: 800;\n  letter-spacing: 1.2px;\n  padding: 5px 12px;\n  border-radius: 30px;\n  text-transform: uppercase;\n}\n\n.rm-pill-icon {\n  width: 12px;\n  height: 12px;\n}\n\n.pill-green {\n  background: rgba(59, 84, 58, 0.15);\n  color: var(--rm-leaf-green);\n  border: 1px solid rgba(59, 84, 58, 0.25);\n}\n\n.pill-fuego {\n  background: rgba(184, 92, 56, 0.15);\n  color: var(--rm-terracotta);\n  border: 1px solid rgba(184, 92, 56, 0.25);\n}\n\n.pill-gold {\n  background: rgba(200, 138, 53, 0.15);\n  color: var(--rm-ochre);\n  border: 1px solid rgba(200, 138, 53, 0.25);\n}\n\n.rm-mono-title {\n  font-family: Georgia, serif;\n  font-size: 2.6rem;\n  font-weight: 700;\n  color: var(--rm-forest-dark);\n  margin: 0 0 6px 0;\n  letter-spacing: -0.5px;\n  line-height: 1.1;\n}\n\n.rm-mono-names {\n  font-size: 0.83rem;\n  color: var(--rm-text-muted);\n  margin: 0 0 16px 0;\n  line-height: 1.4;\n}\n\n.rm-mono-names strong {\n  color: var(--rm-forest-dark);\n}\n\n.rm-mono-lead {\n  font-size: 0.96rem;\n  line-height: 1.6;\n  color: var(--rm-text-main);\n  margin: 0 0 20px 0;\n}\n\n\/* QUICK META BOX *\/\n.rm-quick-meta-box {\n  background: var(--rm-card-bg);\n  border: 1px solid var(--rm-border-light);\n  border-radius: 12px;\n  padding: 12px 18px;\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 18px;\n  box-shadow: 0 2px 8px rgba(30, 45, 31, 0.02);\n}\n\n@media (max-width: 550px) {\n  .rm-quick-meta-box { grid-template-columns: 1fr; }\n}\n\n.rm-meta-item {\n  display: flex;\n  flex-direction: column;\n  gap: 2px;\n}\n\n.rm-meta-label {\n  font-size: 0.58rem;\n  font-weight: 800;\n  letter-spacing: 1.2px;\n  color: var(--rm-terracotta);\n  text-transform: uppercase;\n}\n\n.rm-meta-val {\n  font-size: 0.8rem;\n  font-weight: 700;\n  color: var(--rm-forest-dark);\n}\n\n\/* ENERGETICS GRID WITH SCALAR BARS *\/\n.rm-energetics-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 12px;\n}\n\n@media (max-width: 550px) {\n  .rm-energetics-grid { grid-template-columns: 1fr; }\n}\n\n.rm-energy-card {\n  background: var(--rm-card-bg);\n  border: 1px solid var(--rm-border-light);\n  border-radius: 12px;\n  padding: 12px 14px;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n}\n\n.rm-energy-head {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n}\n\n.rm-energy-title {\n  font-size: 0.58rem;\n  font-weight: 800;\n  letter-spacing: 1px;\n  color: var(--rm-text-muted);\n}\n\n.rm-energy-label-wrap {\n  display: flex;\n  align-items: center;\n  gap: 5px;\n}\n\n.rm-aztec-mini-icon {\n  width: 14px;\n  height: 14px;\n  color: var(--rm-terracotta);\n}\n\n.rm-energy-val {\n  font-size: 0.78rem;\n  font-weight: 700;\n  color: var(--rm-forest-dark);\n}\n\n\/* SCALAR INTENSITY BARS *\/\n.rm-scale-bar {\n  width: 100%;\n  height: 5px;\n  background: var(--rm-fog-soft);\n  border-radius: 10px;\n  overflow: hidden;\n}\n\n.rm-scale-fill {\n  height: 100%;\n  border-radius: 10px;\n  transition: width 0.4s ease;\n}\n\n.scale-warm { background: linear-gradient(90deg, #E29578 0%, var(--rm-terracotta) 100%); }\n.scale-dry { background: linear-gradient(90deg, #81B29A 0%, var(--rm-leaf-green) 100%); }\n.scale-bitter { background: linear-gradient(90deg, #F2CC8F 0%, var(--rm-ochre) 100%); }\n.scale-tissue { background: linear-gradient(90deg, #3D405B 0%, var(--rm-forest-dark) 100%); }\n<\/style>\n\n<!-- HERO MONOGRAPH CARD: YERBA MATE -->\n<section class=\"rm-hero-mono-container\">\n\n  <!-- ARTISTIC BOTANICAL BACKGROUND LAYERS (LIGHT GREEN CANVAS TINT) -->\n  <div class=\"rm-mono-art-bg\" aria-hidden=\"true\">\n    <div class=\"rm-mono-sunray\"><\/div>\n    <div class=\"rm-mono-botanical-mesh\"><\/div>\n    <div class=\"rm-mono-accent-line\"><\/div>\n  <\/div>\n\n  <div class=\"rm-mono-grid\">\n\n    <!-- LEFT COLUMN: ARCHIVAL IMAGE & TAXONOMY BANNER -->\n    <div class=\"rm-mono-media-col\">\n      <div class=\"rm-mono-img-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/romeraherb.com\/wp-content\/uploads\/2026\/09\/Moody_dark-toned_studio_photograph_of_organic_Yerba_Mate_lea-1.jpg\" alt=\"Dark toned studio photograph of organic Yerba Mate leaf\" class=\"rm-mono-hero-img\">\n        <div class=\"rm-mono-caption\">\n          <span class=\"rm-latin-name\">Ilex paraguariensis<\/span>\n          <span class=\"rm-family-name\">AQUIFOLIACEAE FAMILY<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- RIGHT COLUMN: CORE MONOGRAPH BREAKDOWN -->\n    <div class=\"rm-mono-content-col\">\n\n      <!-- BADGES WITH AZTEC GEOMETRIC ICONS & TITLE -->\n      <div class=\"rm-mono-header\">\n        <div class=\"rm-mono-pills\">\n          <span class=\"rm-pill pill-green\">\n            <svg class=\"rm-pill-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\"\/><\/svg>\n            YERBA LEAF GREEN\n          <\/span>\n          <span class=\"rm-pill pill-fuego\">\n            <svg class=\"rm-pill-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4\"\/><polygon points=\"12 8 15 12 12 16 9 12\"\/><\/svg>\n            FUEGO \/ SOLAR\n          <\/span>\n          <span class=\"rm-pill pill-gold\">\n            <svg class=\"rm-pill-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polygon points=\"12 2 15 8 21 9 17 14 18 20 12 17 6 20 7 14 3 9 9 8 12 2\"\/><\/svg>\n            NOOTROPIC &amp; CELLULAR SHIELD\n          <\/span>\n        <\/div>\n\n        <h1 class=\"rm-mono-title\">Yerba Mate<\/h1>\n        \n        <p class=\"rm-mono-names\">\n          <strong>Folk &amp; Ancestral Names:<\/strong> Ka&#8217;a \u2022 Hierba del Misionero \u2022 Paraguayan Tea \u2022 Chimarr\u00e3o\n        <\/p>\n      <\/div>\n\n      <!-- READABLE STORY SUMMARY -->\n      <p class=\"rm-mono-lead\">\n        An invigorating South American leaf celebrated for sustained energy, mental focus, and skin-tightening polyphenol protection. It delivers all the clarity of coffee without the quick crash or jitters.\n      <\/p>\n\n      <!-- AT-A-GLANCE QUICK STATS -->\n      <div class=\"rm-quick-meta-box\">\n        <div class=\"rm-meta-item\">\n          <span class=\"rm-meta-label\">PART USED<\/span>\n          <span class=\"rm-meta-val\">Cured Leaf &amp; Stem<\/span>\n        <\/div>\n        <div class=\"rm-meta-item\">\n          <span class=\"rm-meta-label\">NATIVE REGION<\/span>\n          <span class=\"rm-meta-val\">Subtropical South America<\/span>\n        <\/div>\n        <div class=\"rm-meta-item\">\n          <span class=\"rm-meta-label\">GOVERNANCE<\/span>\n          <span class=\"rm-meta-val\">Sun \/ Mars<\/span>\n        <\/div>\n      <\/div>\n\n      <!-- ENERGETIC PROFILE GRID WITH SCALAR BARS & AZTEC ICONS -->\n      <div class=\"rm-energetics-grid\">\n        \n        <!-- TEMPERATURE -->\n        <div class=\"rm-energy-card\">\n          <div class=\"rm-energy-head\">\n            <span class=\"rm-energy-title\">TEMPERATURE<\/span>\n            <div class=\"rm-energy-label-wrap\">\n              <svg class=\"rm-aztec-mini-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polygon points=\"12 8 15 12 12 16 9 12\"\/><path d=\"M12 2v4M12 18v4M2 12h4M18 12h4\"\/><\/svg>\n              <span class=\"rm-energy-val\">Warming<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"rm-scale-bar\"><div class=\"rm-scale-fill scale-warm\" style=\"width: 75%;\"><\/div><\/div>\n        <\/div>\n\n        <!-- MOISTURE -->\n        <div class=\"rm-energy-card\">\n          <div class=\"rm-energy-head\">\n            <span class=\"rm-energy-title\">MOISTURE<\/span>\n            <div class=\"rm-energy-label-wrap\">\n              <svg class=\"rm-aztec-mini-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 2L3 12h18L12 2zM12 12v10\"\/><\/svg>\n              <span class=\"rm-energy-val\">Drying<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"rm-scale-bar\"><div class=\"rm-scale-fill scale-dry\" style=\"width: 80%;\"><\/div><\/div>\n        <\/div>\n\n        <!-- TASTE PROFILE -->\n        <div class=\"rm-energy-card\">\n          <div class=\"rm-energy-head\">\n            <span class=\"rm-energy-title\">TASTE PROFILE<\/span>\n            <div class=\"rm-energy-label-wrap\">\n              <svg class=\"rm-aztec-mini-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 2l10 9h-4v11H6V11H2L12 2z\"\/><\/svg>\n              <span class=\"rm-energy-val\">Bitter &amp; Astringent<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"rm-scale-bar\"><div class=\"rm-scale-fill scale-bitter\" style=\"width: 85%;\"><\/div><\/div>\n        <\/div>\n\n        <!-- TISSUE STATE -->\n        <div class=\"rm-energy-card\">\n          <div class=\"rm-energy-head\">\n            <span class=\"rm-energy-title\">TISSUE STATE<\/span>\n            <div class=\"rm-energy-label-wrap\">\n              <svg class=\"rm-aztec-mini-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\/><\/svg>\n              <span class=\"rm-energy-val\">Torpor \/ Stagnation<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"rm-scale-bar\"><div class=\"rm-scale-fill scale-tissue\" style=\"width: 70%;\"><\/div><\/div>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n\/* SELF-CONTAINED SECTION 2 WITH LOCKED WIDTH & BACKGROUND *\/\n.romera-sec2-section {\n  --rm-green: #3D5A3A;\n  --rm-sage: #5B7A58;\n  --rm-terracotta: #B85C38;\n  --rm-ochre: #C88A35;\n  --rm-plum: #2A1E17;\n  --rm-cream-bg: #FAF8F3;\n  --rm-card-bg: #FFFFFF;\n  --rm-border: #E5DFC8;\n  --rm-soft-gold: #F4EFE6;\n\n  position: relative;\n  z-index: 2;\n  \/* EXACT MATCH FOR HERO CONTAINER WIDTH *\/\n  max-width: 1180px;\n  margin: 0 auto 40px auto;\n  padding: 32px 24px;\n  \n  \/* INTEGRATED COLOR GRADIENTS & BACKGROUND *\/\n  background: linear-gradient(180deg, #FFFFFF 0%, #FAF8F3 35%, #F4EFE6 75%, #FAF8F3 100%);\n  border-radius: 20px;\n  box-sizing: border-box;\n  overflow: hidden;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  color: var(--rm-plum);\n}\n\n.romera-sec2-section * { box-sizing: border-box; }\n\n.romera-bg-patterns {\n  position: absolute;\n  top: 0; left: 0; right: 0; bottom: 0;\n  pointer-events: none;\n  z-index: 1;\n}\n.romera-bg-patterns svg { width: 100%; height: 100%; }\n\n.rm-sec2-grid {\n  position: relative;\n  z-index: 2;\n  display: grid;\n  grid-template-columns: 2.2fr 1fr;\n  gap: 32px;\n  align-items: stretch;\n}\n\n@media (max-width: 880px) {\n  .rm-sec2-grid { grid-template-columns: 1fr; }\n}\n\n.rm-sec2-left {\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  height: 100%;\n}\n\n.rm-sub-header {\n  font-size: 0.68rem;\n  font-weight: 800;\n  letter-spacing: 1.5px;\n  color: var(--rm-terracotta);\n  text-transform: uppercase;\n  display: block;\n  margin-bottom: 4px;\n}\n\n.rm-sec2-title {\n  font-family: Georgia, serif;\n  font-size: clamp(1.8rem, 3vw, 2.3rem);\n  margin: 0 0 18px 0;\n  color: var(--rm-plum);\n}\n\n\/* TABS SYSTEM *\/\n.rm-tab-radio { display: none; }\n\n.rm-tab-nav {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 16px;\n}\n\n.rm-tab-btn {\n  font-size: 0.78rem;\n  font-weight: 700;\n  padding: 8px 16px;\n  border-radius: 20px;\n  background: #FFFFFF;\n  border: 1px solid var(--rm-border);\n  color: #6A5B52;\n  cursor: pointer;\n  transition: all 0.25s ease;\n  user-select: none;\n}\n\n.rm-tab-btn:hover { background: var(--rm-soft-gold); border-color: var(--rm-ochre); }\n\n#tab-nootropic:checked ~ .rm-tab-nav .btn-nootropic,\n#tab-metabolic:checked ~ .rm-tab-nav .btn-metabolic,\n#tab-astringent:checked ~ .rm-tab-nav .btn-astringent,\n#tab-shield:checked ~ .rm-tab-nav .btn-shield {\n  background: var(--rm-green);\n  color: #FFFFFF;\n  border-color: var(--rm-green);\n  box-shadow: 0 4px 12px rgba(61, 90, 58, 0.25);\n}\n\n.rm-tab-panels { margin-bottom: 12px; }\n.rm-panel { display: none; }\n\n#tab-nootropic:checked ~ .rm-tab-panels .panel-nootropic,\n#tab-metabolic:checked ~ .rm-tab-panels .panel-metabolic,\n#tab-astringent:checked ~ .rm-tab-panels .panel-astringent,\n#tab-shield:checked ~ .rm-tab-panels .panel-shield {\n  display: block;\n  animation: fadeIn 0.35s ease-in-out;\n}\n\n@keyframes fadeIn {\n  from { opacity: 0; transform: translateY(4px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n.rm-card-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 16px;\n  background: #FFFFFF;\n  border: 1px solid var(--rm-border);\n  border-left: 5px solid var(--rm-ochre);\n  border-radius: 14px;\n  padding: 20px;\n  box-shadow: 0 4px 15px rgba(42, 30, 23, 0.03);\n}\n\n.rm-card-icon { font-size: 2rem; line-height: 1; }\n.rm-card-text h3 { margin: 0 0 6px 0; font-family: Georgia, serif; font-size: 1.2rem; color: var(--rm-plum); }\n.rm-card-text p { margin: 0; font-size: 0.95rem; line-height: 1.55; color: #4A3B32; }\n\n\/* AZTEC DIVIDER *\/\n.rm-aztec-divider-container {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 12px;\n  margin: 18px 0;\n}\n\n.rm-aztec-line {\n  flex: 1;\n  height: 1px;\n  background: linear-gradient(90deg, transparent, var(--rm-border), transparent);\n}\n\n.rm-aztec-center-pattern {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n\/* SUMMARY GRID *\/\n.rm-actions-summary-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 14px;\n  flex-grow: 1;\n}\n\n@media (max-width: 720px) {\n  .rm-actions-summary-grid { grid-template-columns: 1fr; }\n}\n\n.rm-summary-col {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: flex-start;\n  padding: 20px 16px;\n  border-radius: 14px;\n  border: 1px solid var(--rm-border);\n  transition: transform 0.25s ease, box-shadow 0.25s ease;\n  min-height: 160px;\n  text-align: center;\n}\n\n.rm-summary-col:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 8px 20px rgba(42, 30, 23, 0.08);\n}\n\n.splash-green {\n  background: linear-gradient(160deg, rgba(61, 90, 58, 0.12) 0%, rgba(255, 255, 255, 0.95) 75%);\n  border-top: 4px solid var(--rm-green);\n}\n\n.splash-terracotta {\n  background: linear-gradient(160deg, rgba(184, 92, 56, 0.12) 0%, rgba(255, 255, 255, 0.95) 75%);\n  border-top: 4px solid var(--rm-terracotta);\n}\n\n.splash-ochre {\n  background: linear-gradient(160deg, rgba(200, 138, 53, 0.12) 0%, rgba(255, 255, 255, 0.95) 75%);\n  border-top: 4px solid var(--rm-ochre);\n}\n\n.rm-col-top {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  margin-bottom: 12px;\n  width: 100%;\n}\n\n.rm-col-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  line-height: 1;\n}\n\n.rm-col-title {\n  font-family: Georgia, serif;\n  font-size: 1rem;\n  font-weight: 700;\n  margin: 0;\n  padding: 6px 14px;\n  border-radius: 18px;\n  line-height: 1.25;\n  letter-spacing: 0.2px;\n  text-align: center;\n  display: inline-block;\n}\n\n.title-bubble-green {\n  background: rgba(61, 90, 58, 0.15);\n  color: var(--rm-green);\n  border: 1px solid rgba(61, 90, 58, 0.25);\n}\n\n.title-bubble-terracotta {\n  background: rgba(184, 92, 56, 0.15);\n  color: var(--rm-terracotta);\n  border: 1px solid rgba(184, 92, 56, 0.25);\n}\n\n.title-bubble-ochre {\n  background: rgba(200, 138, 53, 0.15);\n  color: var(--rm-ochre);\n  border: 1px solid rgba(200, 138, 53, 0.25);\n}\n\n.rm-col-content p {\n  margin: 0;\n  font-size: 0.82rem;\n  line-height: 1.5;\n  color: #5A4A40;\n  text-align: center;\n}\n\n\/* RIGHT COLUMN *\/\n.rm-sec2-right {\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  height: 100%;\n  gap: 20px;\n}\n\n.rm-media-card {\n  position: relative;\n  border-radius: 16px;\n  overflow: hidden;\n  border: 2px solid var(--rm-border);\n  box-shadow: 0 8px 20px rgba(42, 30, 23, 0.08);\n  flex: 1;\n  min-height: 190px;\n  background-color: var(--rm-soft-gold);\n}\n\n.rm-right-img {\n  width: 100%;\n  height: 100%;\n  max-height: 240px;\n  object-fit: cover;\n  display: block;\n}\n\n.rm-img-tag {\n  position: absolute;\n  bottom: 10px; left: 10px;\n  background: rgba(42, 30, 23, 0.85);\n  color: var(--rm-ochre);\n  font-size: 0.62rem;\n  font-weight: 800;\n  letter-spacing: 1.2px;\n  padding: 4px 10px;\n  border-radius: 10px;\n  text-transform: uppercase;\n}\n\n.rm-systems-card {\n  background: #FFFFFF;\n  border: 1px solid var(--rm-border);\n  border-radius: 16px;\n  padding: 20px;\n  border-top: 4px solid var(--rm-green);\n  box-shadow: 0 4px 15px rgba(42, 30, 23, 0.03);\n}\n\n.rm-systems-title {\n  font-size: 0.75rem;\n  font-weight: 800;\n  letter-spacing: 1.5px;\n  color: var(--rm-green);\n  margin: 0 0 14px 0;\n  text-transform: uppercase;\n}\n\n.rm-systems-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.rm-systems-list li {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 0.86rem;\n  color: var(--rm-plum);\n  line-height: 1.4;\n}\n\n.rm-sys-dot {\n  width: 8px;\n  height: 8px;\n  border-radius: 50%;\n  background-color: var(--rm-terracotta);\n  margin-top: 5px;\n  flex-shrink: 0;\n}\n\n.rm-aztec-section-divider {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 16px;\n  margin: 36px 0 0 0;\n  position: relative;\n  z-index: 2;\n}\n\n.rm-aztec-diamond-cluster {\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n\n.az-d {\n  width: 8px;\n  height: 8px;\n  transform: rotate(45deg);\n}\n\n.az-d.gold { background: var(--rm-ochre); opacity: 0.6; }\n.az-d.terracotta { background: var(--rm-terracotta); opacity: 0.8; }\n.az-d.green { background: var(--rm-green); width: 12px; height: 12px; }\n<\/style>\n\n<!-- SECTION 2: PRIMARY ACTIONS, PHYSIOLOGY & BODY SYSTEMS -->\n<section class=\"romera-sec2-section\">\n\n  <!-- EMBEDDED BACKGROUND SVG PATTERNS & COLOR SPLASHES -->\n  <div class=\"romera-bg-patterns\" aria-hidden=\"true\">\n    <svg viewBox=\"0 0 1000 600\" preserveAspectRatio=\"none\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n      <circle cx=\"150\" cy=\"150\" r=\"320\" fill=\"#3D5A3A\" opacity=\"0.05\"><\/circle>\n      <circle cx=\"850\" cy=\"450\" r=\"380\" fill=\"#B85C38\" opacity=\"0.06\"><\/circle>\n      <path d=\"M100,40 L140,80 L100,120 L60,80 Z\" fill=\"#B85C38\" opacity=\"0.08\"><\/path>\n      <path d=\"M900,320 L940,360 L900,400 L860,360 Z\" fill=\"#3D5A3A\" opacity=\"0.08\"><\/path>\n      <polygon points=\"450,15 470,45 430,45\" fill=\"#C88A35\" opacity=\"0.1\"><\/polygon>\n    <\/svg>\n  <\/div>\n\n  <div class=\"rm-sec2-grid\">\n\n    <!-- LEFT COLUMN: PRIMARY ACTIONS & PHYSIOLOGY -->\n    <div class=\"rm-sec2-left\">\n      <div>\n        <div class=\"rm-section-header\">\n          <span class=\"rm-sub-header\">\u2728 BOTANICAL PHARMACOLOGY<\/span>\n          <h2 class=\"rm-sec2-title\">Primary Actions &amp; Physiology<\/h2>\n        <\/div>\n\n        <!-- CSS RADIO TABS FOR INTERACTIVE ACTION SWITCHING -->\n        <div class=\"rm-tab-container\">\n          <input type=\"radio\" id=\"tab-nootropic\" name=\"action-tabs\" class=\"rm-tab-radio\" checked=\"\">\n          <input type=\"radio\" id=\"tab-metabolic\" name=\"action-tabs\" class=\"rm-tab-radio\">\n          <input type=\"radio\" id=\"tab-astringent\" name=\"action-tabs\" class=\"rm-tab-radio\">\n          <input type=\"radio\" id=\"tab-shield\" name=\"action-tabs\" class=\"rm-tab-radio\">\n\n          <div class=\"rm-tab-nav\">\n            <label for=\"tab-nootropic\" class=\"rm-tab-btn btn-nootropic\">Nervine Nootropic<\/label>\n            <label for=\"tab-metabolic\" class=\"rm-tab-btn btn-metabolic\">Metabolic Fire<\/label>\n            <label for=\"tab-astringent\" class=\"rm-tab-btn btn-astringent\">Astringent Tightener<\/label>\n            <label for=\"tab-shield\" class=\"rm-tab-btn btn-shield\">Polyphenol Shield<\/label>\n          <\/div>\n\n          <!-- TAB CONTENT PANELS -->\n          <div class=\"rm-tab-panels\">\n            \n            <!-- PANEL 1: NOOTROPIC -->\n            <div class=\"rm-panel panel-nootropic\">\n              <div class=\"rm-card-item\">\n                <div class=\"rm-card-icon\">\ud83e\udde0<\/div>\n                <div class=\"rm-card-text\">\n                  <h3>Sustained Focus &amp; Neural Flow<\/h3>\n                  <p>Natural xanthine alkaloids (caffeine, theobromine, theophylline) bound with matesaponins deliver calm, uninterrupted mental endurance without adrenal strain or rapid crashes.<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n\n            <!-- PANEL 2: METABOLIC -->\n            <div class=\"rm-panel panel-metabolic\">\n              <div class=\"rm-card-item\">\n                <div class=\"rm-card-icon\">\ud83d\udd25<\/div>\n                <div class=\"rm-card-text\">\n                  <h3>Digestive &amp; Lipid Ignition<\/h3>\n                  <p>Stimulates hepatic bile flow and pancreas enzyme secretion, clearing heavy gastrointestinal stagnation while driving thermogenic rate and lipid breakdown after meals.<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n\n            <!-- PANEL 3: ASTRINGENT -->\n            <div class=\"rm-panel panel-astringent\">\n              <div class=\"rm-card-item\">\n                <div class=\"rm-card-icon\">\ud83c\udf3f<\/div>\n                <div class=\"rm-card-text\">\n                  <h3>Topical Firming &amp; Micro-Circulation<\/h3>\n                  <p>Applied externally, chlorogenic acid and caffeine constrict dilated capillaries, drain puffiness, and tone sagging skin tissue for visible structural firmness.<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n\n            <!-- PANEL 4: POLYPHENOL -->\n            <div class=\"rm-panel panel-shield\">\n              <div class=\"rm-card-item\">\n                <div class=\"rm-card-icon\">\ud83d\udee1\ufe0f<\/div>\n                <div class=\"rm-card-text\">\n                  <h3>Cellular Defense &amp; Collagen Protection<\/h3>\n                  <p>Abundant caffeoylquinic acids neutralize oxidative degradation throughout vascular tissue, helping safeguard extracellular matrix fibers from premature breakdown.<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- AZTEC \/ GEOMETRIC DECORATIVE DIVIDER BAND -->\n      <div class=\"rm-aztec-divider-container\" aria-hidden=\"true\">\n        <div class=\"rm-aztec-line\"><\/div>\n        <div class=\"rm-aztec-center-pattern\">\n          <svg viewBox=\"0 0 120 20\" width=\"120\" height=\"20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <polygon points=\"10,10 20,2 30,10 20,18\" fill=\"#B85C38\" opacity=\"0.6\"><\/polygon>\n            <polygon points=\"50,10 60,0 70,10 60,20\" fill=\"#3D5A3A\"><\/polygon>\n            <polygon points=\"90,10 100,2 110,10 100,18\" fill=\"#C88A35\" opacity=\"0.6\"><\/polygon>\n            <circle cx=\"20\" cy=\"10\" r=\"2\" fill=\"#FAF8F3\"><\/circle>\n            <circle cx=\"60\" cy=\"10\" r=\"3\" fill=\"#FAF8F3\"><\/circle>\n            <circle cx=\"100\" cy=\"10\" r=\"2\" fill=\"#FAF8F3\"><\/circle>\n          <\/svg>\n        <\/div>\n        <div class=\"rm-aztec-line\"><\/div>\n      <\/div>\n\n      <!-- SUMMARY GRID -->\n      <div class=\"rm-actions-summary-grid\">\n        \n        <!-- COLUMN 1 -->\n        <div class=\"rm-summary-col splash-green\">\n          <div class=\"rm-col-top\">\n            <div class=\"rm-col-icon\">\n              <svg viewBox=\"0 0 32 32\" width=\"30\" height=\"30\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M16 2L28 16L16 30L4 16Z\" fill=\"#3D5A3A\" opacity=\"0.15\" stroke=\"#3D5A3A\" stroke-width=\"1.5\"><\/path>\n                <path d=\"M16 7L23 16L16 25L9 16Z\" fill=\"#3D5A3A\"><\/path>\n                <circle cx=\"16\" cy=\"16\" r=\"3\" fill=\"#FAF8F3\"><\/circle>\n                <polygon points=\"16,2 18,7 14,7\" fill=\"#C88A35\"><\/polygon>\n                <polygon points=\"16,30 18,25 14,25\" fill=\"#C88A35\"><\/polygon>\n              <\/svg>\n            <\/div>\n            <h4 class=\"rm-col-title title-bubble-green\">Nervine Nootropic<\/h4>\n          <\/div>\n          <div class=\"rm-col-content\">\n            <p>Clears brain fog, sharpens cognition &amp; maintains balanced neural energy.<\/p>\n          <\/div>\n        <\/div>\n\n        <!-- COLUMN 2 -->\n        <div class=\"rm-summary-col splash-terracotta\">\n          <div class=\"rm-col-top\">\n            <div class=\"rm-col-icon\">\n              <svg viewBox=\"0 0 32 32\" width=\"30\" height=\"30\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M16 3L22 10L16 17L10 10Z\" fill=\"#B85C38\"><\/path>\n                <path d=\"M16 13L25 21L16 29L7 21Z\" fill=\"#C88A35\"><\/path>\n                <path d=\"M16 17L20 21L16 25L12 21Z\" fill=\"#B85C38\"><\/path>\n                <circle cx=\"16\" cy=\"10\" r=\"2\" fill=\"#FAF8F3\"><\/circle>\n              <\/svg>\n            <\/div>\n            <h4 class=\"rm-col-title title-bubble-terracotta\">Metabolic Fire<\/h4>\n          <\/div>\n          <div class=\"rm-col-content\">\n            <p>Ignites GI digestion, supports bile flow &amp; accelerates lipid oxidation.<\/p>\n          <\/div>\n        <\/div>\n\n        <!-- COLUMN 3 -->\n        <div class=\"rm-summary-col splash-ochre\">\n          <div class=\"rm-col-top\">\n            <div class=\"rm-col-icon\">\n              <svg viewBox=\"0 0 32 32\" width=\"30\" height=\"30\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <rect x=\"6\" y=\"6\" width=\"20\" height=\"20\" rx=\"3\" transform=\"rotate(45 16 16)\" fill=\"#C88A35\" opacity=\"0.25\" stroke=\"#C88A35\" stroke-width=\"1.5\"><\/rect>\n                <circle cx=\"16\" cy=\"16\" r=\"8\" fill=\"#3D5A3A\"><\/circle>\n                <path d=\"M16 10L20 16L16 22L12 16Z\" fill=\"#FAF8F3\"><\/path>\n                <circle cx=\"16\" cy=\"16\" r=\"2\" fill=\"#B85C38\"><\/circle>\n              <\/svg>\n            <\/div>\n            <h4 class=\"rm-col-title title-bubble-ochre\">Astringent Shield<\/h4>\n          <\/div>\n          <div class=\"rm-col-content\">\n            <p>Tones capillary walls, drains tissue fluid &amp; tightens collagen matrix.<\/p>\n          <\/div>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n    <!-- RIGHT COLUMN -->\n    <div class=\"rm-sec2-right\">\n      <div class=\"rm-media-card\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/09\/lucid-origin_Cinematic_macro_shot_of_deep_green_dried_Yerba_Mate_leaves_in_an_antique_wooden_-0.jpg\" alt=\"Botanical Yerba Mate Leaves\" class=\"rm-right-img\">\n        <div class=\"rm-img-tag\">HERBAL ARCHETYPE<\/div>\n      <\/div>\n\n      <div class=\"rm-systems-card\">\n        <h3 class=\"rm-systems-title\">\ud83c\udfaf TARGETED BODY SYSTEMS<\/h3>\n        <ul class=\"rm-systems-list\">\n          <li>\n            <span class=\"rm-sys-dot\"><\/span>\n            <div><strong>Nervous:<\/strong> Sustained focus &amp; neural flow<\/div>\n          <\/li>\n          <li>\n            <span class=\"rm-sys-dot\"><\/span>\n            <div><strong>Integumentary:<\/strong> Firming &amp; antioxidant tone<\/div>\n          <\/li>\n          <li>\n            <span class=\"rm-sys-dot\"><\/span>\n            <div><strong>Digestive:<\/strong> Bile flow &amp; liver ignition<\/div>\n          <\/li>\n          <li>\n            <span class=\"rm-sys-dot\"><\/span>\n            <div><strong>Metabolic:<\/strong> Lipid oxidation &amp; warmth<\/div>\n          <\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <!-- SEAMLESS AZTEC SECTION DIVIDER -->\n  <div class=\"rm-aztec-section-divider\" aria-hidden=\"true\">\n    <div class=\"rm-aztec-line\"><\/div>\n    <div class=\"rm-aztec-diamond-cluster\">\n      <span class=\"az-d gold\"><\/span>\n      <span class=\"az-d terracotta\"><\/span>\n      <span class=\"az-d green\"><\/span>\n      <span class=\"az-d terracotta\"><\/span>\n      <span class=\"az-d gold\"><\/span>\n    <\/div>\n    <div class=\"rm-aztec-line\"><\/div>\n  <\/div>\n\n<\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n\/* ROMERA BRAND PALETTE & SECTION CONTAINER *\/\n.romera-sec3-section {\n  --rm-sage: #3D5A3A;\n  --rm-light-sage: #5B7A58;\n  --rm-hover-sage: #688C64;\n  --rm-dark-sage: #2D422B;\n  --rm-terracotta: #B85C38;\n  --rm-gold: #C88A35;\n  --rm-cream-bg: #FAF6F0;\n  --rm-border-gold: rgba(200, 138, 53, 0.55);\n\n  position: relative;\n  z-index: 2;\n  max-width: 1180px;\n  margin: 0 auto 40px auto;\n  border-radius: 20px;\n  overflow: hidden;\n  box-sizing: border-box;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  color: #FAF8F3;\n  box-shadow: 0 12px 32px rgba(45, 66, 43, 0.18);\n}\n\n.romera-sec3-section * { box-sizing: border-box; }\n\n\/* BACKGROUND IMAGE & AMBIENT DUAL LIGHTING OVERLAY *\/\n.rm-sec3-bg-wrapper {\n  position: absolute;\n  top: 0; left: 0; width: 100%; height: 100%;\n  z-index: 1;\n}\n\n.rm-sec3-bg-img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n}\n\n.rm-sec3-foggy-overlay {\n  position: absolute;\n  top: 0; left: 0; right: 0; bottom: 0;\n  background: \n    radial-gradient(circle at 85% 85%, rgba(184, 92, 56, 0.35) 0%, transparent 55%),\n    radial-gradient(circle at 15% 15%, rgba(91, 122, 88, 0.45) 0%, transparent 60%),\n    radial-gradient(circle at 50% 50%, rgba(20, 30, 20, 0.5) 0%, rgba(12, 18, 12, 0.94) 100%);\n  backdrop-filter: blur(2px);\n  -webkit-backdrop-filter: blur(2px);\n}\n\n.rm-sec3-container {\n  position: relative;\n  z-index: 2;\n  padding: 40px 28px;\n}\n\n\/* UNBOXED HEADER & CLEAN TITLE FLOW *\/\n.rm-sec3-header {\n  text-align: center;\n  max-width: 820px;\n  margin: 0 auto 32px auto;\n}\n\n.rm-sec3-eyebrow {\n  font-size: 0.75rem;\n  font-weight: 800;\n  letter-spacing: 2px;\n  color: var(--rm-gold);\n  text-transform: uppercase;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.rm-sec3-title {\n  font-family: Georgia, serif;\n  font-size: clamp(2rem, 3.5vw, 2.6rem);\n  font-weight: 700;\n  margin: 0 0 16px 0;\n  color: #FFFFFF !important;\n  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.8), 0 0 20px rgba(200, 138, 53, 0.25);\n}\n\n.rm-sec3-quote {\n  font-family: Georgia, serif;\n  font-style: italic;\n  font-size: 1.05rem;\n  line-height: 1.65;\n  color: #EFEADF;\n  margin: 0 auto;\n  max-width: 760px;\n  padding: 0 12px;\n  text-align: center;\n  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);\n}\n\n\/* 2-TAB SWITCHER BUTTONS *\/\n.rm-ritual-radio { display: none; }\n\n.rm-ritual-tab-nav {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 14px;\n  margin-bottom: 28px;\n}\n\n.rm-ritual-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 0.92rem;\n  font-weight: 700;\n  padding: 12px 24px;\n  border-radius: 30px;\n  background: rgba(91, 122, 88, 0.65);\n  border: 1.5px solid var(--rm-border-gold);\n  color: #FFFFFF;\n  cursor: pointer;\n  transition: all 0.25s ease;\n  user-select: none;\n  backdrop-filter: blur(8px);\n  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);\n}\n\n.rm-ritual-btn:hover {\n  transform: translateY(-2px);\n  background: var(--rm-hover-sage);\n  border-color: var(--rm-gold);\n  color: #FFFFFF;\n  box-shadow: 0 4px 14px rgba(91, 122, 88, 0.4);\n}\n\n.tab-icon { font-size: 1.15rem; }\n\n\/* ACTIVE TAB STATES *\/\n#tab-terere:checked ~ .rm-ritual-tab-nav .btn-terere {\n  background: var(--rm-light-sage);\n  color: #FFFFFF;\n  border-color: var(--rm-gold);\n  box-shadow: 0 0 0 3px rgba(200, 138, 53, 0.35), 0 8px 22px rgba(91, 122, 88, 0.7);\n}\n\n#tab-calabash:checked ~ .rm-ritual-tab-nav .btn-calabash {\n  background: var(--rm-terracotta);\n  color: #FFFFFF;\n  border-color: #FF9E79;\n  box-shadow: 0 0 0 3px rgba(184, 92, 56, 0.35), 0 8px 22px rgba(184, 92, 56, 0.7);\n}\n\n\/* TAB PANELS *\/\n.rm-ritual-panels { margin-bottom: 20px; }\n.rm-rpanel { display: none; }\n\n#tab-terere:checked ~ .rm-ritual-panels .panel-terere,\n#tab-calabash:checked ~ .rm-ritual-panels .panel-calabash {\n  display: block;\n  animation: rmSlideUp 0.32s ease-out;\n}\n\n@keyframes rmSlideUp {\n  from { opacity: 0; transform: translateY(8px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n\/* 2-COLUMN GRID *\/\n.rm-rpanel-grid {\n  display: grid;\n  grid-template-columns: 1.35fr 1fr;\n  gap: 20px;\n}\n\n@media (max-width: 768px) {\n  .rm-rpanel-grid { grid-template-columns: 1fr; }\n}\n\n\/* LIGHT FROSTED GLASS CARDS (LESS DENSE GREEN) *\/\n.rm-rpanel-card {\n  background: rgba(255, 255, 255, 0.12);\n  border: 1.5px solid rgba(255, 255, 255, 0.22);\n  border-radius: 18px;\n  padding: 24px;\n  backdrop-filter: blur(14px);\n  -webkit-backdrop-filter: blur(14px);\n  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);\n}\n\n.rm-rpanel-card.card-parameters {\n  background: rgba(248, 243, 233, 0.14);\n}\n\n.rm-rpanel-card.border-gold {\n  border-color: rgba(200, 138, 53, 0.75);\n  background: rgba(200, 138, 53, 0.15);\n}\n\n.rm-rpanel-card.border-terracotta {\n  border-color: rgba(212, 114, 76, 0.75);\n  background: rgba(184, 92, 56, 0.16);\n}\n\n\/* BADGES & TAGS *\/\n.rm-rcard-tag {\n  font-size: 0.68rem;\n  font-weight: 800;\n  letter-spacing: 1.5px;\n  padding: 5px 12px;\n  border-radius: 12px;\n  display: inline-block;\n  margin-bottom: 12px;\n  text-transform: uppercase;\n}\n\n.badge-green {\n  background: rgba(212, 235, 205, 0.28);\n  color: #E2F5DC;\n  border: 1px solid rgba(212, 235, 205, 0.5);\n}\n\n.badge-gold {\n  background: rgba(200, 138, 53, 0.35);\n  color: #FFF0D6;\n  border: 1px solid rgba(255, 216, 153, 0.6);\n}\n\n.badge-terracotta {\n  background: rgba(184, 92, 56, 0.38);\n  color: #FFDEC2;\n  border: 1px solid rgba(255, 179, 153, 0.6);\n}\n\n.rm-rpanel-card h3 {\n  font-family: Georgia, serif;\n  font-size: 1.35rem;\n  margin: 0 0 16px 0;\n  color: #FFFFFF;\n  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);\n}\n\n\/* LIGHT BULLET ITEMS *\/\n.rm-dopamine-bullets {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.rm-dopamine-bullets li {\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n  font-size: 0.92rem;\n  line-height: 1.5;\n  color: #F8F5EE;\n  background: rgba(255, 255, 255, 0.09);\n  padding: 10px 14px;\n  border-radius: 10px;\n  border-left: 3px solid var(--rm-gold);\n}\n\n.rm-dopamine-bullets .b-icon {\n  font-size: 1.15rem;\n  line-height: 1;\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n\n.rm-dopamine-bullets strong { color: #FFFFFF; }\n\n\/* BREW PARAMETERS LIST *\/\n.rm-param-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.rm-param-list li {\n  display: flex;\n  flex-direction: column;\n  gap: 4px;\n  padding-bottom: 10px;\n  border-bottom: 1px dashed rgba(255, 255, 255, 0.22);\n}\n\n.rm-param-list li:last-child {\n  border-bottom: none;\n  padding-bottom: 0;\n}\n\n.p-label {\n  font-size: 0.72rem;\n  font-weight: 800;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  color: #D2E0CF;\n}\n\n.p-value {\n  font-size: 0.95rem;\n  font-weight: 600;\n  color: #FFFFFF;\n}\n\n.highlight-gold { color: #FFE4B8; }\n.highlight-terracotta { color: #FFD2C2; }\n\n\/* AZTEC DIVIDER *\/\n.rm-aztec-section-divider.dark-theme {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 16px;\n  margin-top: 36px;\n}\n\n.rm-aztec-section-divider.dark-theme .rm-aztec-line {\n  flex: 1;\n  height: 1px;\n  background: linear-gradient(90deg, transparent, var(--rm-border-gold), transparent);\n}\n\n.rm-aztec-diamond-cluster {\n  display: flex;\n  gap: 6px;\n}\n\n.az-d {\n  width: 6px;\n  height: 6px;\n  transform: rotate(45deg);\n  display: inline-block;\n}\n\n.az-d.gold { background-color: var(--rm-gold); }\n.az-d.terracotta { background-color: var(--rm-terracotta); }\n.az-d.green { background-color: var(--rm-light-sage); }\n<\/style>\n\n<!-- SECTION 3: ANCIENT WISDOM & TRADITIONAL BREW RITUALS -->\n<section class=\"romera-sec3-section\">\n\n  <!-- BACKGROUND HERB IMAGE WITH AMBIENT DUAL LIGHTING OVERLAY -->\n  <div class=\"rm-sec3-bg-wrapper\">\n    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/09\/lucid-origin_Cinematic_macro_shot_of_deep_green_dried_Yerba_Mate_leaves_in_an_antique_wooden_-0.jpg\" alt=\"Botanical Yerba Mate Harvest\" class=\"rm-sec3-bg-img\">\n    <div class=\"rm-sec3-foggy-overlay\"><\/div>\n  <\/div>\n\n  <div class=\"rm-sec3-container\">\n    \n    <!-- UNBOXED HIGH-CONTRAST HEADER & QUOTE -->\n    <div class=\"rm-sec3-header\">\n      <span class=\"rm-sec3-eyebrow\">\ud83e\uddc9 ANCESTRAL RITUAL &amp; SACRED EXTRACTION<\/span>\n      <h2 class=\"rm-sec3-title\">Ancient Wisdom &amp; Traditional Brew Rituals<\/h2>\n      \n      <blockquote class=\"rm-sec3-quote\">\n        &#8220;Long before commercial extracts existed, traditional South American herbalism harnessed cold-macerated Yerba Mate (Terer\u00e9) and sacred Calabash brews to revive sun-weary skin and awaken tired minds.&#8221;\n      <\/blockquote>\n    <\/div>\n\n    <!-- STREAMLINED 2-TAB FLOW -->\n    <div class=\"rm-ritual-tabs-wrapper\">\n      <input type=\"radio\" id=\"tab-terere\" name=\"ritual-tabs\" class=\"rm-ritual-radio\" checked=\"\">\n      <input type=\"radio\" id=\"tab-calabash\" name=\"ritual-tabs\" class=\"rm-ritual-radio\">\n\n      <!-- CLEAN 2-BUTTON SWITCHER -->\n      <div class=\"rm-ritual-tab-nav\">\n        <label for=\"tab-terere\" class=\"rm-ritual-btn btn-terere\">\n          <span class=\"tab-icon\">\u2744\ufe0f<\/span> Terer\u00e9 Cold Maceration\n        <\/label>\n        <label for=\"tab-calabash\" class=\"rm-ritual-btn btn-calabash\">\n          <span class=\"tab-icon\">\ud83d\udd25<\/span> Thermal Calabash Brew\n        <\/label>\n      <\/div>\n\n      <!-- TAB PANELS WITH LIGHTER SUB-CARDS -->\n      <div class=\"rm-ritual-panels\">\n        \n        <!-- PANEL 1: TERERE COLD MACERATION -->\n        <div class=\"rm-rpanel panel-terere\">\n          <div class=\"rm-rpanel-grid\">\n            \n            <!-- COLUMN 1: SACRED TECHNIQUE CARD -->\n            <div class=\"rm-rpanel-card card-sacred\">\n              <span class=\"rm-rcard-tag badge-green\">SACRED TECHNIQUE<\/span>\n              <h3>Slow Cold Water Steeping<\/h3>\n              \n              <ul class=\"rm-dopamine-bullets\">\n                <li>\n                  <span class=\"b-icon\">\ud83d\udca7<\/span>\n                  <div><strong>Method:<\/strong> Cool spring water steeped over crushed leaves &amp; fresh citrus peel.<\/div>\n                <\/li>\n                <li>\n                  <span class=\"b-icon\">\ud83e\uddea<\/span>\n                  <div><strong>Biochemistry:<\/strong> Preserves raw Vitamin C &amp; delicate matesaponins.<\/div>\n                <\/li>\n                <li>\n                  <span class=\"b-icon\">\u2728<\/span>\n                  <div><strong>Experience:<\/strong> Silky-smooth taste with zero bitter astringency.<\/div>\n                <\/li>\n              <\/ul>\n            <\/div>\n\n            <!-- COLUMN 2: BREW PARAMETERS CARD -->\n            <div class=\"rm-rpanel-card card-parameters border-gold\">\n              <span class=\"rm-rcard-tag badge-gold\">BREW PARAMETERS<\/span>\n              <ul class=\"rm-param-list\">\n                <li>\n                  <span class=\"p-label\">Water Temp<\/span>\n                  <span class=\"p-value\">40\u00b0F \u2013 55\u00b0F (Ice Cold)<\/span>\n                <\/li>\n                <li>\n                  <span class=\"p-label\">Infusion Window<\/span>\n                  <span class=\"p-value\">15 \u2013 30 Minutes<\/span>\n                <\/li>\n                <li>\n                  <span class=\"p-label\">Primary Virtue<\/span>\n                  <span class=\"p-value highlight-gold\">Hydrating, steady cognitive flow<\/span>\n                <\/li>\n              <\/ul>\n            <\/div>\n\n          <\/div>\n        <\/div>\n\n        <!-- PANEL 2: THERMAL CALABASH BREW -->\n        <div class=\"rm-rpanel panel-calabash\">\n          <div class=\"rm-rpanel-grid\">\n            \n            <!-- COLUMN 1: SACRED TECHNIQUE CARD -->\n            <div class=\"rm-rpanel-card card-sacred\">\n              <span class=\"rm-rcard-tag badge-terracotta\">SACRED TECHNIQUE<\/span>\n              <h3>Thermal Ceiling Steeping<\/h3>\n              \n              <ul class=\"rm-dopamine-bullets\">\n                <li>\n                  <span class=\"b-icon\">\ud83c\udf0a<\/span>\n                  <div><strong>Method:<\/strong> Initial cold splash protects leaves before adding warm water.<\/div>\n                <\/li>\n                <li>\n                  <span class=\"b-icon\">\ud83e\uddec<\/span>\n                  <div><strong>Biochemistry:<\/strong> Unlocks xanthine alkaloids &amp; chlorogenic antioxidants.<\/div>\n                <\/li>\n                <li>\n                  <span class=\"b-icon\">\ud83d\udd25<\/span>\n                  <div><strong>Experience:<\/strong> Deeply grounding aroma with instant metabolic ignition.<\/div>\n                <\/li>\n              <\/ul>\n            <\/div>\n\n            <!-- COLUMN 2: BREW PARAMETERS CARD -->\n            <div class=\"rm-rpanel-card card-parameters border-terracotta\">\n              <span class=\"rm-rcard-tag badge-terracotta\">BREW PARAMETERS<\/span>\n              <ul class=\"rm-param-list\">\n                <li>\n                  <span class=\"p-label\">Water Temp<\/span>\n                  <span class=\"p-value\">160\u00b0F \u2013 170\u00b0F Max<\/span>\n                <\/li>\n                <li>\n                  <span class=\"p-label\">Pour Style<\/span>\n                  <span class=\"p-value\">Multi-pour via Bombilla<\/span>\n                <\/li>\n                <li>\n                  <span class=\"p-label\">Primary Virtue<\/span>\n                  <span class=\"p-value highlight-terracotta\">Metabolic ignition &amp; cellular vitality<\/span>\n                <\/li>\n              <\/ul>\n            <\/div>\n\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n\n    <!-- AZTEC BRAND DIVIDER -->\n    <div class=\"rm-aztec-section-divider dark-theme\" aria-hidden=\"true\">\n      <div class=\"rm-aztec-line\"><\/div>\n      <div class=\"rm-aztec-diamond-cluster\">\n        <span class=\"az-d gold\"><\/span>\n        <span class=\"az-d terracotta\"><\/span>\n        <span class=\"az-d green\"><\/span>\n        <span class=\"az-d terracotta\"><\/span>\n        <span class=\"az-d gold\"><\/span>\n      <\/div>\n      <div class=\"rm-aztec-line\"><\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n\n<!-- SECTION 4: PHYTO-CONSTITUENT PROFILE & BOTANICAL SYNERGIES -->\n<section class=\"romera-sec4-section\">\n  \n  <style>\n    \/* ROMERA SECTION 4: BRAND TEXTURED & LIGHT PALETTE SYSTEM *\/\n    .romera-sec4-section {\n      --rm-green: #3D5A3A;\n      --rm-sage: #5B7A58;\n      --rm-terracotta: #B85C38;\n      --rm-ochre: #C88A35;\n      --rm-plum: #2A1E17;\n      --rm-cream-bg: #FAF8F3;\n      --rm-card-bg: #FFFFFF;\n      --rm-border: #E5DFC8;\n      --rm-soft-gold: #F4EFE6;\n\n      \/* BRAND LIGHT PALETTE COLORS *\/\n      --rm-light-oxblood: #F8ECEE;\n      --rm-border-oxblood: #E2BCBF;\n      --rm-text-oxblood: #622129;\n      --rm-accent-oxblood: #802A35;\n\n      --rm-light-nopal: #EEF4EE;\n      --rm-border-nopal: #B6D2B9;\n      --rm-text-nopal: #2A482E;\n      --rm-accent-nopal: #3D5A3A;\n\n      --rm-light-terracotta: #FBF0EB;\n      --rm-border-terracotta: #E8C3B5;\n      --rm-text-terracotta: #8C391B;\n      --rm-accent-terracotta: #B85C38;\n\n      --rm-light-blue: #EFF4F7;\n      --rm-border-blue: #B8D1DF;\n      --rm-text-blue: #234556;\n      --rm-accent-blue: #3A6982;\n\n      position: relative;\n      z-index: 2;\n      max-width: 1180px;\n      margin: 0 auto 40px auto;\n      padding: 32px 24px;\n      \n      \/* BACKGROUND GRADIENT WITH TACTILE GEOMETRIC TEXTURE *\/\n      background-color: #FAF8F3;\n      background-image: \n        radial-gradient(var(--rm-border) 0.85px, transparent 0.85px),\n        linear-gradient(180deg, #FFFFFF 0%, #FAF8F3 35%, #F4EFE6 75%, #FAF8F3 100%);\n      background-size: 14px 14px, 100% 100%;\n      border-radius: 20px;\n      border: 1px solid var(--rm-border);\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--rm-plum);\n      box-shadow: 0 4px 20px rgba(42, 30, 23, 0.04);\n    }\n\n    .romera-sec4-section * {\n      box-sizing: border-box;\n    }\n\n    \/* HEADER *\/\n    .rm-sec4-header {\n      text-align: center;\n      max-width: 820px;\n      margin: 0 auto 32px auto;\n    }\n\n    .rm-sec4-eyebrow {\n      font-size: 0.68rem;\n      font-weight: 800;\n      letter-spacing: 1.5px;\n      color: var(--rm-terracotta);\n      text-transform: uppercase;\n      display: block;\n      margin-bottom: 6px;\n    }\n\n    .rm-sec4-title {\n      font-family: Georgia, serif;\n      font-size: clamp(1.8rem, 3vw, 2.3rem);\n      font-weight: 700;\n      margin: 0 0 10px 0;\n      color: var(--rm-plum);\n    }\n\n    .rm-sec4-subtitle {\n      font-size: 0.95rem;\n      line-height: 1.55;\n      color: #5A4A40;\n      font-weight: 400;\n      margin: 0 auto;\n    }\n\n    \/* GRID LAYOUT *\/\n    .rm-sec4-grid {\n      display: grid;\n      grid-template-columns: 1.55fr 1fr;\n      gap: 28px;\n      margin-bottom: 24px;\n      align-items: stretch;\n    }\n\n    @media (max-width: 880px) {\n      .rm-sec4-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    \/* CARDS *\/\n    .rm-sec4-card {\n      background: rgba(255, 255, 255, 0.92);\n      backdrop-filter: blur(4px);\n      border: 1px solid var(--rm-border);\n      border-radius: 16px;\n      padding: 24px;\n      box-shadow: 0 4px 15px rgba(42, 30, 23, 0.03);\n      display: flex;\n      flex-direction: column;\n      justify-content: space-between;\n    }\n\n    .rm-sec4-right-col {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n      height: 100%;\n    }\n\n    .rm-card-header-bar {\n      margin-bottom: 18px;\n    }\n\n    \/* BADGES *\/\n    .rm-sec4-badge {\n      font-size: 0.68rem;\n      font-weight: 800;\n      letter-spacing: 1.2px;\n      padding: 5px 12px;\n      border-radius: 18px;\n      display: inline-block;\n      margin-bottom: 8px;\n      text-transform: uppercase;\n    }\n\n    .badge-terracotta {\n      background: rgba(184, 92, 56, 0.12);\n      color: var(--rm-terracotta);\n      border: 1px solid rgba(184, 92, 56, 0.25);\n    }\n\n    .badge-ochre {\n      background: rgba(200, 138, 53, 0.12);\n      color: var(--rm-ochre);\n      border: 1px solid rgba(200, 138, 53, 0.25);\n    }\n\n    .rm-sec4-card h3 {\n      font-family: Georgia, serif;\n      font-size: 1.3rem;\n      font-weight: 700;\n      margin: 0;\n      color: var(--rm-plum);\n    }\n\n    \/* COMPOUND LIST & BULLETS *\/\n    .rm-sec4-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n      display: flex;\n      flex-direction: column;\n      gap: 0;\n      flex-grow: 1;\n    }\n\n    .rm-sec4-list .rm-compound-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 14px;\n      background: var(--rm-soft-gold);\n      padding: 16px;\n      border-radius: 12px;\n      border: 1px solid var(--rm-border);\n      border-left: 4px solid var(--rm-ochre);\n    }\n\n    .rm-sec4-list .b-icon {\n      font-size: 1.2rem;\n      line-height: 1;\n      flex-shrink: 0;\n      margin-top: 2px;\n    }\n\n    .rm-constituent-content {\n      display: flex;\n      flex-direction: column;\n      gap: 3px;\n      width: 100%;\n    }\n\n    .rm-constituent-content strong {\n      display: block;\n      color: var(--rm-plum);\n      font-size: 0.96rem;\n      font-weight: 700;\n      font-family: Georgia, serif;\n    }\n\n    .rm-meta-line {\n      font-size: 0.84rem;\n      line-height: 1.45;\n      color: #5A4A40;\n    }\n\n    .rm-meta-line .m-label {\n      font-weight: 700;\n      color: var(--rm-terracotta);\n    }\n\n    .rm-meta-line .m-val {\n      color: var(--rm-plum);\n      font-weight: 600;\n    }\n\n    \/* GEOMETRIC LINE UNDER EACH COMPOUND ITEM *\/\n    .rm-item-aztec-line {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      padding: 10px 0;\n      width: 100%;\n    }\n\n    .rm-item-aztec-line .m-line {\n      flex: 1;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, var(--rm-border), transparent);\n    }\n\n    \/* BRAND LIGHT PALETTE PAIRINGS TABS *\/\n    .rm-pairing-list {\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n    }\n\n    .rm-pairing-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n      padding: 14px 16px;\n      border-radius: 12px;\n      transition: transform 0.2s ease, box-shadow 0.2s ease;\n    }\n\n    .rm-pairing-item:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 4px 12px rgba(42, 30, 23, 0.05);\n    }\n\n    \/* OXBLOOD LIGHT TABS *\/\n    .pair-oxblood {\n      background: var(--rm-light-oxblood);\n      border: 1px solid var(--rm-border-oxblood);\n      border-left: 4px solid var(--rm-accent-oxblood);\n    }\n    .pair-oxblood strong { color: var(--rm-text-oxblood); font-family: Georgia, serif; font-size: 0.95rem; }\n    .pair-oxblood p { color: #583338; margin: 3px 0 0 0; font-size: 0.84rem; line-height: 1.45; }\n\n    \/* NOPAL LIGHT TABS *\/\n    .pair-nopal {\n      background: var(--rm-light-nopal);\n      border: 1px solid var(--rm-border-nopal);\n      border-left: 4px solid var(--rm-accent-nopal);\n    }\n    .pair-nopal strong { color: var(--rm-text-nopal); font-family: Georgia, serif; font-size: 0.95rem; }\n    .pair-nopal p { color: #324735; margin: 3px 0 0 0; font-size: 0.84rem; line-height: 1.45; }\n\n    \/* TERRACOTTA LIGHT TABS *\/\n    .pair-terracotta {\n      background: var(--rm-light-terracotta);\n      border: 1px solid var(--rm-border-terracotta);\n      border-left: 4px solid var(--rm-accent-terracotta);\n    }\n    .pair-terracotta strong { color: var(--rm-text-terracotta); font-family: Georgia, serif; font-size: 0.95rem; }\n    .pair-terracotta p { color: #5C3528; margin: 3px 0 0 0; font-size: 0.84rem; line-height: 1.45; }\n\n    \/* BLUEISH LIGHT TABS *\/\n    .pair-blue {\n      background: var(--rm-light-blue);\n      border: 1px solid var(--rm-border-blue);\n      border-left: 4px solid var(--rm-accent-blue);\n    }\n    .pair-blue strong { color: var(--rm-text-blue); font-family: Georgia, serif; font-size: 0.95rem; }\n    .pair-blue p { color: #2E4552; margin: 3px 0 0 0; font-size: 0.84rem; line-height: 1.45; }\n\n    \/* MEDIA CARD *\/\n    .rm-sec4-img-card {\n      position: relative;\n      width: 100%;\n      flex-grow: 1;\n      min-height: 170px;\n      border-radius: 16px;\n      overflow: hidden;\n      border: 1px solid var(--rm-border);\n      box-shadow: 0 4px 15px rgba(42, 30, 23, 0.04);\n      display: flex;\n      flex-direction: column;\n      justify-content: flex-end;\n      background-color: var(--rm-soft-gold);\n    }\n\n    .rm-sec4-banner-img {\n      position: absolute;\n      top: 0; left: 0;\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      z-index: 1;\n    }\n\n    .rm-sec4-img-overlay {\n      position: relative;\n      z-index: 2;\n      background: linear-gradient(180deg, rgba(42, 30, 23, 0) 0%, rgba(42, 30, 23, 0.82) 40%, rgba(42, 30, 23, 0.92) 100%);\n      padding: 14px 16px;\n    }\n\n    .caption-tag {\n      font-size: 0.62rem;\n      font-weight: 800;\n      letter-spacing: 1.2px;\n      color: var(--rm-ochre);\n      text-transform: uppercase;\n      display: block;\n      margin-bottom: 2px;\n    }\n\n    .rm-sec4-img-overlay p {\n      margin: 0;\n      font-size: 0.82rem;\n      color: var(--rm-cream-bg);\n      line-height: 1.4;\n    }\n\n    \/* AZTEC BOTTOM DIVIDER *\/\n    .rm-aztec-section-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      margin-top: 28px;\n    }\n\n    .rm-aztec-line {\n      flex: 1;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, var(--rm-border), transparent);\n    }\n\n    .rm-aztec-diamond-cluster {\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    .az-d {\n      width: 8px;\n      height: 8px;\n      transform: rotate(45deg);\n      display: inline-block;\n    }\n\n    .az-d.ochre { background: var(--rm-ochre); opacity: 0.8; }\n    .az-d.terracotta { background: var(--rm-terracotta); opacity: 0.9; }\n    .az-d.green { background: var(--rm-green); width: 10px; height: 10px; }\n  <\/style>\n\n  <!-- HEADER -->\n  <div class=\"rm-sec4-header\">\n    <span class=\"rm-sec4-eyebrow\">\ud83e\uddea CHEMICAL MATRIX &amp; PAIRING ART<\/span>\n    <h2 class=\"rm-sec4-title\">Phyto-Constituent Profile &amp; Botanical Synergies<\/h2>\n    <p class=\"rm-sec4-subtitle\">A granular breakdown of active plant bio-actives and how they amplify when paired with complementary botanicals.<\/p>\n  <\/div>\n\n  <!-- 2-COLUMN GRID -->\n  <div class=\"rm-sec4-grid\">\n    \n    <!-- LEFT COLUMN: ACTIVE COMPOUNDS -->\n    <div class=\"rm-sec4-card\">\n      <div class=\"rm-card-header-bar\">\n        <span class=\"rm-sec4-badge badge-terracotta\">BIO-ACTIVE MATRIX<\/span>\n        <h3>Active Chemical Compounds<\/h3>\n      <\/div>\n\n      <ul class=\"rm-sec4-list\">\n        \n        <!-- COMPOUND 1 -->\n        <li class=\"rm-compound-item\">\n          <span class=\"b-icon\">\u26a1<\/span>\n          <div class=\"rm-constituent-content\">\n            <strong>Xanthine Alkaloids (Caffeine &amp; Theobromine)<\/strong>\n            <div class=\"rm-meta-line\"><span class=\"m-label\">Class:<\/span> <span class=\"m-val\">CNS Stimulants &amp; Vasoconstrictors<\/span><\/div>\n            <div class=\"rm-meta-line\"><span class=\"m-label\">Primary Action:<\/span> Delivers sustained focus while constricting micro-vessels to drain puffiness.<\/div>\n            <div class=\"rm-meta-line\"><span class=\"m-label\">Dermal Benefit:<\/span> Firming &amp; energizing without adrenocortical spikes.<\/div>\n          <\/div>\n        <\/li>\n\n        <!-- GEOMETRIC LINE UNDER ITEM 1 -->\n        <div class=\"rm-item-aztec-line\" aria-hidden=\"true\">\n          <span class=\"m-line\"><\/span>\n          <span class=\"az-d ochre\"><\/span>\n          <span class=\"az-d terracotta\"><\/span>\n          <span class=\"az-d ochre\"><\/span>\n          <span class=\"m-line\"><\/span>\n        <\/div>\n\n        <!-- COMPOUND 2 -->\n        <li class=\"rm-compound-item\">\n          <span class=\"b-icon\">\ud83e\uddec<\/span>\n          <div class=\"rm-constituent-content\">\n            <strong>Chlorogenic Acids (CQA Isoforms)<\/strong>\n            <div class=\"rm-meta-line\"><span class=\"m-label\">Class:<\/span> <span class=\"m-val\">Polyphenolic Antioxidants<\/span><\/div>\n            <div class=\"rm-meta-line\"><span class=\"m-label\">Primary Action:<\/span> Neutralizes lipid peroxidation and scavenges environmental free radicals.<\/div>\n            <div class=\"rm-meta-line\"><span class=\"m-label\">Dermal Benefit:<\/span> Prevents premature photo-aging and guards cellular membranes.<\/div>\n          <\/div>\n        <\/li>\n\n        <!-- GEOMETRIC LINE UNDER ITEM 2 -->\n        <div class=\"rm-item-aztec-line\" aria-hidden=\"true\">\n          <span class=\"m-line\"><\/span>\n          <span class=\"az-d ochre\"><\/span>\n          <span class=\"az-d green\"><\/span>\n          <span class=\"az-d ochre\"><\/span>\n          <span class=\"m-line\"><\/span>\n        <\/div>\n\n        <!-- COMPOUND 3 -->\n        <li class=\"rm-compound-item\">\n          <span class=\"b-icon\">\ud83e\udee7<\/span>\n          <div class=\"rm-constituent-content\">\n            <strong>Matesaponins 1 &amp; 2<\/strong>\n            <div class=\"rm-meta-line\"><span class=\"m-label\">Class:<\/span> <span class=\"m-val\">Triterpenoid Saponins<\/span><\/div>\n            <div class=\"rm-meta-line\"><span class=\"m-label\">Primary Action:<\/span> Natural gentle surfactants that modulate tissue inflammatory pathways.<\/div>\n            <div class=\"rm-meta-line\"><span class=\"m-label\">Dermal Benefit:<\/span> Deeply calms reactive skin, redness, and micro-irritations.<\/div>\n          <\/div>\n        <\/li>\n\n        <!-- GEOMETRIC LINE UNDER ITEM 3 -->\n        <div class=\"rm-item-aztec-line\" aria-hidden=\"true\">\n          <span class=\"m-line\"><\/span>\n          <span class=\"az-d ochre\"><\/span>\n          <span class=\"az-d terracotta\"><\/span>\n          <span class=\"az-d ochre\"><\/span>\n          <span class=\"m-line\"><\/span>\n        <\/div>\n\n        <!-- COMPOUND 4 -->\n        <li class=\"rm-compound-item\">\n          <span class=\"b-icon\">\ud83c\udf43<\/span>\n          <div class=\"rm-constituent-content\">\n            <strong>Flavonoid Complex (Quercetin &amp; Rutin)<\/strong>\n            <div class=\"rm-meta-line\"><span class=\"m-label\">Class:<\/span> <span class=\"m-val\">Capillary-Protective Bioflavonoids<\/span><\/div>\n            <div class=\"rm-meta-line\"><span class=\"m-label\">Primary Action:<\/span> Fortifies fragile vascular walls and improves micro-circulation.<\/div>\n            <div class=\"rm-meta-line\"><span class=\"m-label\">Dermal Benefit:<\/span> Unifies uneven skin tone and strengthens the lipid barrier.<\/div>\n          <\/div>\n        <\/li>\n\n      <\/ul>\n    <\/div>\n\n    <!-- RIGHT COLUMN: COMPLEMENTARY PAIRINGS + IMAGE -->\n    <div class=\"rm-sec4-right-col\">\n      \n      <!-- COMPLEMENTARY PAIRINGS CARD -->\n      <div class=\"rm-sec4-card\">\n        <div>\n          <div class=\"rm-card-header-bar\">\n            <span class=\"rm-sec4-badge badge-ochre\">FORMULATION ART<\/span>\n            <h3>Complementary Pairings<\/h3>\n          <\/div>\n\n          <div class=\"rm-pairing-list\">\n            \n            <!-- PAIRING 1: LIGHT OXBLOOD -->\n            <div class=\"rm-pairing-item pair-oxblood\">\n              <span class=\"b-icon\">\ud83c\udf3a<\/span>\n              <div>\n                <strong>Yerba Mate + Hibiscus &amp; Rosehip<\/strong>\n                <p>Vitamin C-rich synergy that accelerates collagen synthesis while protecting polyphenols.<\/p>\n              <\/div>\n            <\/div>\n\n            <!-- PAIRING 2: LIGHT NOPAL -->\n            <div class=\"rm-pairing-item pair-nopal\">\n              <span class=\"b-icon\">\ud83c\udf31<\/span>\n              <div>\n                <strong>Yerba Mate + Peppermint &amp; Spearmint<\/strong>\n                <p>Menthol cooling enhances topical penetration and counter-balances thermal extracts.<\/p>\n              <\/div>\n            <\/div>\n\n            <!-- PAIRING 3: LIGHT TERRACOTTA -->\n            <div class=\"rm-pairing-item pair-terracotta\">\n              <span class=\"b-icon\">\ud83c\udf3c<\/span>\n              <div>\n                <strong>Yerba Mate + Chamomile &amp; Calendula<\/strong>\n                <p>Soothes skin reactivity and balances xanthine stimulation with soothing flavonoids.<\/p>\n              <\/div>\n            <\/div>\n\n            <!-- PAIRING 4: LIGHT BLUEISH -->\n            <div class=\"rm-pairing-item pair-blue\">\n              <span class=\"b-icon\">\ud83c\udf4b<\/span>\n              <div>\n                <strong>Yerba Mate + Lemongrass &amp; Lemon Verbena<\/strong>\n                <p>Terpene-rich citral amplification that sharpens sensory focus while brightening skin.<\/p>\n              <\/div>\n            <\/div>\n\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- IMAGE CARD -->\n      <div class=\"rm-sec4-img-card\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/09\/lucid-origin_Cinematic_macro_shot_of_deep_green_dried_Yerba_Mate_leaves_in_an_antique_wooden_-0.jpg\" alt=\"Yerba Mate Botanical Synergies\" class=\"rm-sec4-banner-img\">\n        <div class=\"rm-sec4-img-overlay\">\n          <span class=\"caption-tag\">HERBAL EXTRACTION HARMONY<\/span>\n          <p>Whole-leaf Yerba Mate macerations retain balanced ratios of caffeine, chlorogenic acid, and matesaponins.<\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n\n  <!-- AZTEC BRAND DIVIDER -->\n  <div class=\"rm-aztec-section-divider\" aria-hidden=\"true\">\n    <div class=\"rm-aztec-line\"><\/div>\n    <div class=\"rm-aztec-diamond-cluster\">\n      <span class=\"az-d ochre\"><\/span>\n      <span class=\"az-d terracotta\"><\/span>\n      <span class=\"az-d green\"><\/span>\n      <span class=\"az-d terracotta\"><\/span>\n      <span class=\"az-d ochre\"><\/span>\n    <\/div>\n    <div class=\"rm-aztec-line\"><\/div>\n  <\/div>\n\n<\/section>\n\n\n\n<!-- SECTION 5: 4-COLUMN CULTURAL LORE & ETHNOBOTANICAL FACT MATRIX -->\n<section class=\"romera-sec5-lore\">\n\n  <style>\n    \/* ROMERA SECTION 5: 4-COLUMN BRAND-MATCHED LORE MATRIX *\/\n    .romera-sec5-lore {\n      --rm-green: #3D5A3A;\n      --rm-sage: #5B7A58;\n      --rm-terracotta: #B85C38;\n      --rm-ochre: #C88A35;\n      --rm-text-dark: #2A382A; \/* Deep botanical forest dark *\/\n      --rm-body-text: #424D40;\n      --rm-cream-bg: #FAF8F3;\n      --rm-card-bg: #FFFFFF;\n      --rm-border: #E5DFC8;\n      --rm-soft-gold: #F4EFE6;\n\n      position: relative;\n      z-index: 2;\n      width: 100%;\n      max-width: 1180px;\n      margin: 0 auto 40px auto;\n      padding: 36px 28px;\n      background-color: var(--rm-cream-bg);\n      border-radius: 20px;\n      border: 1px solid var(--rm-border);\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--rm-text-dark);\n      box-shadow: 0 4px 20px rgba(61, 90, 58, 0.05);\n      overflow: hidden;\n    }\n\n    .romera-sec5-lore * {\n      box-sizing: border-box;\n    }\n\n    \/* BACKGROUND PATTERNS *\/\n    .romera-sec5-lore .romera-bg-patterns {\n      position: absolute;\n      top: 0; left: 0; right: 0; bottom: 0;\n      pointer-events: none;\n      z-index: 1;\n      overflow: hidden;\n    }\n\n    .romera-sec5-lore .romera-bg-patterns svg {\n      width: 100%;\n      height: 100%;\n    }\n\n    .rm-sec5-content {\n      position: relative;\n      z-index: 2;\n    }\n\n    \/* HEADER *\/\n    .rm-sec5-header {\n      text-align: center;\n      max-width: 760px;\n      margin: 0 auto 16px auto;\n    }\n\n    .rm-sec5-eyebrow {\n      font-size: 0.68rem;\n      font-weight: 800;\n      letter-spacing: 1.6px;\n      color: var(--rm-terracotta);\n      text-transform: uppercase;\n      display: block;\n      margin-bottom: 6px;\n    }\n\n    .rm-sec5-title {\n      font-family: Georgia, serif;\n      font-size: clamp(1.8rem, 3vw, 2.3rem);\n      font-weight: 700;\n      margin: 0 0 10px 0;\n      color: var(--rm-green);\n    }\n\n    .rm-sec5-subtitle {\n      font-size: 0.92rem;\n      line-height: 1.5;\n      color: var(--rm-body-text);\n      margin: 0;\n    }\n\n    \/* AZTEC DECORATIVE DIVIDER *\/\n    .romera-sec5-lore .rm-aztec-divider-container {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin: 20px 0 28px 0;\n    }\n\n    .romera-sec5-lore .rm-aztec-line {\n      flex: 1;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, var(--rm-border), transparent);\n    }\n\n    .romera-sec5-lore .rm-aztec-center-pattern {\n      flex-shrink: 0;\n      display: flex;\n      align-items: center;\n    }\n\n    \/* 4-COLUMN GRID *\/\n    .rm-sec5-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 20px;\n    }\n\n    @media (max-width: 1024px) {\n      .rm-sec5-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media (max-width: 640px) {\n      .rm-sec5-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    \/* CHUNKED LORE CARDS *\/\n    .rm-lore-card {\n      background: var(--rm-card-bg);\n      border: 1px solid var(--rm-border);\n      border-radius: 14px;\n      padding: 22px 18px;\n      display: flex;\n      flex-direction: column;\n      justify-content: space-between;\n      box-shadow: 0 4px 12px rgba(61, 90, 58, 0.03);\n      transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;\n    }\n\n    .rm-lore-card:hover {\n      transform: translateY(-3px);\n      border-color: var(--rm-sage);\n      box-shadow: 0 6px 16px rgba(61, 90, 58, 0.08);\n    }\n\n    \/* BRAND ACCENT TOP BARS *\/\n    .rm-lore-card.card-green { border-top: 4px solid var(--rm-green); }\n    .rm-lore-card.card-terracotta { border-top: 4px solid var(--rm-terracotta); }\n    .rm-lore-card.card-ochre { border-top: 4px solid var(--rm-ochre); }\n    .rm-lore-card.card-sage { border-top: 4px solid var(--rm-sage); }\n\n    .rm-lore-card-top {\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n    }\n\n    \/* BADGES *\/\n    .rm-lore-tag {\n      align-self: flex-start;\n      font-size: 0.62rem;\n      font-weight: 800;\n      letter-spacing: 1.1px;\n      padding: 4px 10px;\n      border-radius: 12px;\n      text-transform: uppercase;\n    }\n\n    .tag-green {\n      background: rgba(61, 90, 58, 0.1);\n      color: var(--rm-green);\n      border: 1px solid rgba(61, 90, 58, 0.2);\n    }\n\n    .tag-terracotta {\n      background: rgba(184, 92, 56, 0.1);\n      color: var(--rm-terracotta);\n      border: 1px solid rgba(184, 92, 56, 0.2);\n    }\n\n    .tag-ochre {\n      background: rgba(200, 138, 53, 0.1);\n      color: var(--rm-ochre);\n      border: 1px solid rgba(200, 138, 53, 0.2);\n    }\n\n    .tag-sage {\n      background: rgba(91, 122, 88, 0.12);\n      color: var(--rm-sage);\n      border: 1px solid rgba(91, 122, 88, 0.25);\n    }\n\n    .rm-lore-title {\n      font-family: Georgia, serif;\n      font-size: 1.15rem;\n      font-weight: 700;\n      color: var(--rm-green);\n      margin: 0;\n      line-height: 1.3;\n    }\n\n    .rm-lore-body {\n      font-size: 0.86rem;\n      line-height: 1.55;\n      color: var(--rm-body-text);\n      margin: 0;\n    }\n\n    .rm-lore-body strong {\n      color: var(--rm-text-dark);\n    }\n\n    \/* QUICK TAKEAWAY FOOTER *\/\n    .rm-lore-takeaway {\n      margin-top: 18px;\n      padding-top: 12px;\n      border-top: 1px dashed var(--rm-border);\n      font-size: 0.78rem;\n      font-weight: 700;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    .rm-lore-takeaway .tk-label {\n      color: var(--rm-terracotta);\n      text-transform: uppercase;\n      letter-spacing: 0.8px;\n      font-size: 0.65rem;\n    }\n\n    .rm-lore-takeaway .tk-val {\n      color: var(--rm-text-dark);\n    }\n\n    \/* BOTTOM TAKEAWAY BANNER *\/\n    .rm-sec5-bottom-note {\n      margin-top: 28px;\n      background: var(--rm-soft-gold);\n      border: 1px solid var(--rm-border);\n      border-radius: 12px;\n      padding: 16px 20px;\n      display: flex;\n      align-items: center;\n      gap: 14px;\n    }\n\n    .rm-sec5-bottom-note .note-icon {\n      font-size: 1.3rem;\n      flex-shrink: 0;\n    }\n\n    .rm-sec5-bottom-note p {\n      margin: 0;\n      font-size: 0.85rem;\n      line-height: 1.45;\n      color: var(--rm-text-dark);\n    }\n\n    .rm-sec5-bottom-note strong {\n      color: var(--rm-terracotta);\n    }\n  <\/style>\n\n  <!-- EMBEDDED BACKGROUND SVG PATTERNS -->\n  <div class=\"romera-bg-patterns\" aria-hidden=\"true\">\n    <svg viewBox=\"0 0 1000 600\" preserveAspectRatio=\"none\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n      <circle cx=\"150\" cy=\"150\" r=\"320\" fill=\"#3D5A3A\" opacity=\"0.05\"><\/circle>\n      <circle cx=\"850\" cy=\"450\" r=\"380\" fill=\"#B85C38\" opacity=\"0.06\"><\/circle>\n      <path d=\"M100,40 L140,80 L100,120 L60,80 Z\" fill=\"#B85C38\" opacity=\"0.08\"><\/path>\n      <path d=\"M900,320 L940,360 L900,400 L860,360 Z\" fill=\"#3D5A3A\" opacity=\"0.08\"><\/path>\n      <polygon points=\"450,15 470,45 430,45\" fill=\"#C88A35\" opacity=\"0.1\"><\/polygon>\n    <\/svg>\n  <\/div>\n\n  <div class=\"rm-sec5-content\">\n    <!-- HEADER -->\n    <div class=\"rm-sec5-header\">\n      <span class=\"rm-sec5-eyebrow\">\ud83d\udcdc ETHNOBOTANICAL HERITAGE<\/span>\n      <h2 class=\"rm-sec5-title\">Cultural Lore &amp; Historical Fact Sheet<\/h2>\n      <p class=\"rm-sec5-subtitle\">Essential historical takeaways formatted for quick scanning and effortless memory retention.<\/p>\n    <\/div>\n\n    <!-- AZTEC DECORATIVE DIVIDER -->\n    <div class=\"rm-aztec-divider-container\" aria-hidden=\"true\">\n      <div class=\"rm-aztec-line\"><\/div>\n      <div class=\"rm-aztec-center-pattern\">\n        <svg viewBox=\"0 0 120 20\" width=\"120\" height=\"20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <polygon points=\"10,10 20,2 30,10 20,18\" fill=\"#B85C38\" opacity=\"0.6\"><\/polygon>\n          <polygon points=\"50,10 60,0 70,10 60,20\" fill=\"#3D5A3A\"><\/polygon>\n          <polygon points=\"90,10 100,2 110,10 100,18\" fill=\"#C88A35\" opacity=\"0.6\"><\/polygon>\n          <circle cx=\"20\" cy=\"10\" r=\"2\" fill=\"#FAF8F3\"><\/circle>\n          <circle cx=\"60\" cy=\"10\" r=\"3\" fill=\"#FAF8F3\"><\/circle>\n          <circle cx=\"100\" cy=\"10\" r=\"2\" fill=\"#FAF8F3\"><\/circle>\n        <\/svg>\n      <\/div>\n      <div class=\"rm-aztec-line\"><\/div>\n    <\/div>\n\n    <!-- 4-COLUMN GRID -->\n    <div class=\"rm-sec5-grid\">\n      \n      <!-- LORE FACT 1 -->\n      <div class=\"rm-lore-card card-green\">\n        <div class=\"rm-lore-card-top\">\n          <span class=\"rm-lore-tag tag-green\">ORIGIN MYTHOS<\/span>\n          <h3 class=\"rm-lore-title\">Gift of the Moon Goddess<\/h3>\n          <p class=\"rm-lore-body\">Guaran\u00ed legend tells of <strong>Jaci<\/strong> (the Moon) and <strong>Arai<\/strong> (the Cloud) visiting Earth. Saved from a jaguar by an elder, they rewarded his tribe with <em>Ca\u00e1<\/em>\u2014a plant offering lasting friendship and stamina.<\/p>\n        <\/div>\n        <div class=\"rm-lore-takeaway\">\n          <span class=\"tk-label\">KEY SYMBOL:<\/span>\n          <span class=\"tk-val\">Divine Hospitality<\/span>\n        <\/div>\n      <\/div>\n\n      <!-- LORE FACT 2 -->\n      <div class=\"rm-lore-card card-ochre\">\n        <div class=\"rm-lore-card-top\">\n          <span class=\"rm-lore-tag tag-ochre\">17TH CENTURY HISTORY<\/span>\n          <h3 class=\"rm-lore-title\">The &#8220;Jesuit Tea&#8221; Secret<\/h3>\n          <p class=\"rm-lore-body\">Jesuit missionaries in Paraguay secretly unlocked the wild seed germination method in the 1600s, creating vast plantations and turning Mate into South America&#8217;s primary trade staple.<\/p>\n        <\/div>\n        <div class=\"rm-lore-takeaway\">\n          <span class=\"tk-label\">HISTORICAL ROLE:<\/span>\n          <span class=\"tk-val\">Trade Economy Powerhouse<\/span>\n        <\/div>\n      <\/div>\n\n      <!-- LORE FACT 3 -->\n      <div class=\"rm-lore-card card-terracotta\">\n        <div class=\"rm-lore-card-top\">\n          <span class=\"rm-lore-tag tag-terracotta\">RITUAL ETIQUETTE<\/span>\n          <h3 class=\"rm-lore-title\">The Circle of the Cebador<\/h3>\n          <p class=\"rm-lore-body\">Traditional consumption relies on a shared <strong>Gourd<\/strong> and metal straw (<strong>Bombilla<\/strong>). The <em>Cebador<\/em> brews and passes the mate clockwise. Saying &#8220;Thank You&#8221; means you have had enough.<\/p>\n        <\/div>\n        <div class=\"rm-lore-takeaway\">\n          <span class=\"tk-label\">COMMUNAL RULE:<\/span>\n          <span class=\"tk-val\">Never Stir the Bombilla<\/span>\n        <\/div>\n      <\/div>\n\n      <!-- LORE FACT 4 -->\n      <div class=\"rm-lore-card card-sage\">\n        <div class=\"rm-lore-card-top\">\n          <span class=\"rm-lore-tag tag-sage\">GAUCHO STAMINA<\/span>\n          <h3 class=\"rm-lore-title\">Pampa Frontier Fuel<\/h3>\n          <p class=\"rm-lore-body\">Argentine Gauchos relied on Mate as their primary daily source of vital micronutrients and energy while driving cattle across harsh terrains with all-meat diets.<\/p>\n        <\/div>\n        <div class=\"rm-lore-takeaway\">\n          <span class=\"tk-label\">NUTRITIONAL PROFILE:<\/span>\n          <span class=\"tk-val\">24 Vitamins &amp; Minerals<\/span>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n    <!-- BOTTOM TAKEAWAY BANNER -->\n    <div class=\"rm-sec5-bottom-note\">\n      <span class=\"note-icon\">\ud83c\udf3f<\/span>\n      <p><strong>Folk Herbalism Insight:<\/strong> Traditional preparations prioritize whole-leaf infusions over isolated caffeine extracts to maintain the natural balance of xanthines and protective tannins.<\/p>\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n\/* ROMERA SECTION 6: ARCHITECTURAL PRESS & BOTANICAL RAY DESIGN SYSTEM *\/\n.romera-sec6-container {\n  --rm-canvas-bg: #F5F2EB;\n  --rm-card-bg: #FCFBF8;\n  --rm-forest-dark: #1E2D1F;\n  --rm-leaf-green: #3B543A;\n  --rm-fog-soft: #EAE6DD;\n  --rm-terracotta: #B85C38;\n  --rm-terracotta-soft: #F9EBE6;\n  --rm-ochre: #C88A35;\n  --rm-ochre-soft: #FAF2E6;\n  --rm-border-light: #E2DBD0;\n  --rm-border-accent: #C8BFB0;\n  --rm-text-main: #2C362B;\n  --rm-text-muted: #526051;\n\n  position: relative;\n  z-index: 2;\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto 40px auto;\n  padding: 38px 30px;\n  background-color: var(--rm-canvas-bg);\n  border-radius: 22px;\n  border: 1px solid var(--rm-border-light);\n  box-sizing: border-box;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  color: var(--rm-text-main);\n  box-shadow: \n    0 2px 4px rgba(30, 45, 31, 0.02),\n    0 12px 36px rgba(30, 45, 31, 0.05);\n  overflow: hidden;\n}\n\n.romera-sec6-container * {\n  box-sizing: border-box;\n}\n\n\/* BACKGROUND DESIGN: AMBIENT SUNBEAM & EMBOSSED VERTICAL ACCENT *\/\n.rm-sec6-art-bg {\n  position: absolute;\n  inset: 0;\n  pointer-events: none;\n  z-index: 1;\n}\n\n.rm-sec6-sunray {\n  position: absolute;\n  top: -40%;\n  right: -15%;\n  width: 700px;\n  height: 700px;\n  border-radius: 50%;\n  background: radial-gradient(\n    circle, \n    rgba(200, 138, 53, 0.12) 0%, \n    rgba(245, 242, 235, 0) 70%\n  );\n  filter: blur(40px);\n}\n\n.rm-sec6-botanical-mesh {\n  position: absolute;\n  bottom: -30%;\n  left: -10%;\n  width: 600px;\n  height: 600px;\n  border-radius: 50%;\n  background: radial-gradient(\n    circle, \n    rgba(59, 84, 58, 0.08) 0%, \n    rgba(245, 242, 235, 0) 70%\n  );\n  filter: blur(50px);\n}\n\n.rm-sec6-accent-line {\n  position: absolute;\n  left: 0;\n  top: 10%;\n  bottom: 10%;\n  width: 4px;\n  background: linear-gradient(\n    180deg, \n    transparent 0%, \n    var(--rm-leaf-green) 30%, \n    var(--rm-terracotta) 70%, \n    transparent 100%\n  );\n  opacity: 0.6;\n  border-radius: 0 4px 4px 0;\n}\n\n\/* MAIN ASYMMETRIC GRID *\/\n.rm-sec6-grid {\n  position: relative;\n  z-index: 2;\n  display: grid;\n  grid-template-columns: 1fr 2.15fr;\n  gap: 26px;\n  align-items: stretch;\n}\n\n@media (max-width: 960px) {\n  .rm-sec6-grid { grid-template-columns: 1fr; }\n}\n\n\/* LEFT COLUMN: RECIPE CARDS *\/\n.rm-sec6-recipes-col {\n  display: flex;\n  flex-direction: column;\n  gap: 22px;\n  height: 100%;\n}\n\n.rm-recipe-card {\n  background: var(--rm-card-bg);\n  border: 1px solid var(--rm-border-light);\n  border-radius: 18px;\n  padding: 22px 24px;\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  flex: 1;\n  box-shadow: 0 4px 18px rgba(30, 45, 31, 0.03);\n  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), \n              box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1),\n              border-color 0.25s ease;\n}\n\n.rm-recipe-card.skin-card {\n  border-top: 4px solid var(--rm-terracotta);\n  background: linear-gradient(180deg, var(--rm-terracotta-soft) 0%, var(--rm-card-bg) 35%);\n}\n\n.rm-recipe-card.trad-card {\n  border-top: 4px solid var(--rm-ochre);\n  background: linear-gradient(180deg, var(--rm-ochre-soft) 0%, var(--rm-card-bg) 35%);\n}\n\n.rm-recipe-card:hover {\n  transform: translateY(-4px);\n  border-color: var(--rm-border-accent);\n  box-shadow: 0 10px 28px rgba(30, 45, 31, 0.08);\n}\n\n.rm-recipe-top {\n  display: flex;\n  flex-direction: column;\n}\n\n.rm-recipe-tag {\n  align-self: flex-start;\n  font-size: 0.63rem;\n  font-weight: 800;\n  letter-spacing: 1.4px;\n  padding: 4px 12px;\n  border-radius: 30px;\n  text-transform: uppercase;\n  margin-bottom: 12px;\n}\n\n.tag-skin {\n  background: rgba(184, 92, 56, 0.12);\n  color: var(--rm-terracotta);\n  border: 1px solid rgba(184, 92, 56, 0.22);\n}\n\n.tag-trad {\n  background: rgba(200, 138, 53, 0.12);\n  color: var(--rm-ochre);\n  border: 1px solid rgba(200, 138, 53, 0.22);\n}\n\n.rm-recipe-title {\n  font-family: Georgia, serif;\n  font-size: 1.25rem;\n  font-weight: 700;\n  color: var(--rm-forest-dark);\n  margin: 0 0 10px 0;\n  line-height: 1.3;\n  letter-spacing: -0.2px;\n}\n\n.rm-recipe-img {\n  width: 100%;\n  height: 95px;\n  object-fit: cover;\n  border-radius: 12px;\n  margin: 2px 0 14px 0;\n  border: 1px solid rgba(0, 0, 0, 0.06);\n  display: block;\n}\n\n.rm-recipe-desc {\n  font-size: 0.85rem;\n  line-height: 1.55;\n  color: var(--rm-text-muted);\n  margin: 0 0 16px 0;\n}\n\n.rm-recipe-desc strong {\n  color: var(--rm-forest-dark);\n}\n\n.rm-recipe-link {\n  display: inline-flex;\n  align-items: center;\n  justify-content: space-between;\n  width: 100%;\n  padding-top: 12px;\n  border-top: 1px solid var(--rm-border-light);\n  font-size: 0.76rem;\n  font-weight: 800;\n  color: var(--rm-leaf-green);\n  text-decoration: none;\n  letter-spacing: 0.8px;\n  text-transform: uppercase;\n  transition: color 0.2s ease;\n  margin-top: auto;\n}\n\n.rm-recipe-link:hover {\n  color: var(--rm-terracotta);\n}\n\n.rm-arrow {\n  transition: transform 0.2s ease;\n}\n\n.rm-recipe-link:hover .rm-arrow {\n  transform: translateX(4px);\n}\n\n\/* RIGHT COLUMN: CLINICAL EVIDENCE PANEL *\/\n.rm-sec6-clinical-panel {\n  background: var(--rm-card-bg);\n  border: 1px solid var(--rm-border-light);\n  border-radius: 20px;\n  padding: 30px 32px;\n  border-top: 4px solid var(--rm-leaf-green);\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  height: 100%;\n  box-shadow: 0 4px 20px rgba(30, 45, 31, 0.03);\n}\n\n.rm-clinical-header {\n  margin-bottom: 22px;\n}\n\n.rm-clinical-badge-wrap {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  margin-bottom: 8px;\n}\n\n.rm-clinical-eyebrow {\n  font-size: 0.68rem;\n  font-weight: 800;\n  letter-spacing: 1.8px;\n  color: var(--rm-terracotta);\n  text-transform: uppercase;\n  white-space: nowrap;\n}\n\n.rm-header-line {\n  flex: 1;\n  height: 1px;\n  background: linear-gradient(90deg, var(--rm-border-light) 0%, transparent 100%);\n}\n\n.rm-clinical-title {\n  font-family: Georgia, serif;\n  font-size: 1.7rem;\n  font-weight: 700;\n  color: var(--rm-forest-dark);\n  margin: 0 0 6px 0;\n  letter-spacing: -0.3px;\n}\n\n.rm-clinical-subtitle {\n  font-size: 0.88rem;\n  color: var(--rm-text-muted);\n  line-height: 1.5;\n  margin: 0;\n}\n\n\/* CLINICAL GRID TILES & AZTEC ICON STYLING *\/\n.rm-clinical-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 18px;\n  margin-bottom: 22px;\n}\n\n@media (max-width: 650px) {\n  .rm-clinical-grid { grid-template-columns: 1fr; }\n}\n\n.rm-clinical-tile {\n  background: var(--rm-canvas-bg);\n  border: 1px solid var(--rm-border-light);\n  border-radius: 14px;\n  padding: 18px 20px;\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  transition: all 0.25s ease;\n}\n\n.rm-clinical-tile:hover {\n  background: #FFFFFF;\n  border-color: var(--rm-border-accent);\n  box-shadow: 0 6px 16px rgba(30, 45, 31, 0.06);\n}\n\n.rm-tile-icon-wrap {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 36px;\n  height: 36px;\n  border-radius: 8px;\n  background: rgba(184, 92, 56, 0.08);\n  border: 1px solid rgba(184, 92, 56, 0.18);\n  margin-bottom: 10px;\n}\n\n.rm-aztec-icon {\n  width: 20px;\n  height: 20px;\n  color: var(--rm-terracotta);\n}\n\n.rm-clinical-tile:hover .rm-tile-icon-wrap {\n  background: var(--rm-leaf-green);\n  border-color: var(--rm-leaf-green);\n}\n\n.rm-clinical-tile:hover .rm-aztec-icon {\n  color: #FFFFFF;\n}\n\n.rm-clinical-item-title {\n  font-weight: 700;\n  font-size: 0.94rem;\n  color: var(--rm-forest-dark);\n  margin: 0 0 6px 0;\n}\n\n.rm-clinical-item-desc {\n  font-size: 0.83rem;\n  line-height: 1.52;\n  color: var(--rm-text-muted);\n  margin: 0 0 14px 0;\n}\n\n.rm-study-link {\n  font-size: 0.74rem;\n  font-weight: 800;\n  color: var(--rm-terracotta);\n  text-decoration: none;\n  letter-spacing: 0.4px;\n  transition: color 0.2s ease;\n  align-self: flex-start;\n}\n\n.rm-study-link:hover {\n  color: var(--rm-leaf-green);\n  text-decoration: underline;\n}\n\n\/* STAT BANNER *\/\n.rm-clinical-stat-box {\n  background: linear-gradient(135deg, var(--rm-fog-soft) 0%, rgba(234, 230, 221, 0.5) 100%);\n  border: 1px solid var(--rm-border-light);\n  border-radius: 14px;\n  padding: 18px 22px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n}\n\n.rm-stat-badge {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  background: var(--rm-leaf-green);\n  color: #FFFFFF;\n  padding: 8px 16px;\n  border-radius: 10px;\n  min-width: 85px;\n  box-shadow: 0 4px 10px rgba(59, 84, 58, 0.2);\n}\n\n.rm-stat-num {\n  font-family: Georgia, serif;\n  font-size: 1.65rem;\n  font-weight: 700;\n  line-height: 1;\n}\n\n.rm-stat-label {\n  font-size: 0.56rem;\n  font-weight: 800;\n  letter-spacing: 1px;\n  margin-top: 3px;\n}\n\n.rm-stat-text {\n  font-size: 0.85rem;\n  line-height: 1.5;\n  color: var(--rm-text-main);\n  margin: 0;\n}\n\n.rm-stat-text strong {\n  color: var(--rm-forest-dark);\n}\n<\/style>\n\n<!-- SECTION 6: RECIPES & CLINICAL EVIDENCE MATRIX -->\n<section class=\"romera-sec6-container\">\n\n  <!-- ARTISTIC BOTANICAL BACKGROUND LAYERS -->\n  <div class=\"rm-sec6-art-bg\" aria-hidden=\"true\">\n    <div class=\"rm-sec6-sunray\"><\/div>\n    <div class=\"rm-sec6-botanical-mesh\"><\/div>\n    <div class=\"rm-sec6-accent-line\"><\/div>\n  <\/div>\n\n  <div class=\"rm-sec6-grid\">\n\n    <!-- LEFT COLUMN: BOTANICAL RECIPE CARDS -->\n    <div class=\"rm-sec6-recipes-col\">\n\n      <!-- RECIPE CARD 1: SKINCARE -->\n      <article class=\"rm-recipe-card skin-card\">\n        <div class=\"rm-recipe-top\">\n          <span class=\"rm-recipe-tag tag-skin\">\u2728 BOTANICAL BEAUTY<\/span>\n          <h3 class=\"rm-recipe-title\">Polyphenol Skin Firming Toner<\/h3>\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1540555700478-4be289fbecef?auto=format&amp;fit=crop&amp;w=600&amp;q=80\" alt=\"Polyphenol Skin Firming Toner\" class=\"rm-recipe-img\">\n          <p class=\"rm-recipe-desc\">\n            An ancient Mapuche herbal splash transformed into a modern hydration mist. Infuses cold-pressed <strong>Yerba Mate polyphenols<\/strong> with organic rose hydrosol to fight oxidative environmental stressors and tighten skin tone.\n          <\/p>\n        <\/div>\n        <a href=\"https:\/\/romeraherb.com\/journal\" class=\"rm-recipe-link\" target=\"_blank\" rel=\"noopener\">\n          <span>View Recipe in Journal<\/span> <span class=\"rm-arrow\">\u2192<\/span>\n        <\/a>\n      <\/article>\n\n      <!-- RECIPE CARD 2: TRADITIONAL ELIXIR -->\n      <article class=\"rm-recipe-card trad-card\">\n        <div class=\"rm-recipe-top\">\n          <span class=\"rm-recipe-tag tag-trad\">\ud83c\udf3f ANCIENT RITUAL TWIST<\/span>\n          <h3 class=\"rm-recipe-title\">Citrus Terer\u00e9 &amp; Honey Oxymel<\/h3>\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1517841905240-472988babdf9?auto=format&amp;fit=crop&amp;w=600&amp;q=80\" alt=\"Citrus Terer\u00e9 &amp; Honey Oxymel\" class=\"rm-recipe-img\">\n          <p class=\"rm-recipe-desc\">\n            A refreshing modern evolution of Guaran\u00ed cold-infused <em>Terer\u00e9<\/em>. Blends wild-harvested mate with smashed crushed mint, charred citrus peel, and raw apple cider honey oxymel for sustained physical vitality.\n          <\/p>\n        <\/div>\n        <a href=\"https:\/\/romeraherb.com\/journal\" class=\"rm-recipe-link\" target=\"_blank\" rel=\"noopener\">\n          <span>Read Full Ritual Guide<\/span> <span class=\"rm-arrow\">\u2192<\/span>\n        <\/a>\n      <\/article>\n\n    <\/div>\n\n    <!-- RIGHT COLUMN: CLINICAL EVIDENCE PANEL -->\n    <div class=\"rm-sec6-clinical-panel\">\n      \n      <div class=\"rm-clinical-header\">\n        <div class=\"rm-clinical-badge-wrap\">\n          <span class=\"rm-clinical-eyebrow\">\ud83d\udd2c SCIENTIFIC PHARMACOLOGY<\/span>\n          <span class=\"rm-header-line\"><\/span>\n        <\/div>\n        <h2 class=\"rm-clinical-title\">Clinical Research &amp; Evidence<\/h2>\n        <p class=\"rm-clinical-subtitle\">\n          Modern clinical investigations validating the traditional therapeutic applications of <em>Ilex paraguariensis<\/em>.\n        <\/p>\n      <\/div>\n\n      <!-- 4-TILE CLINICAL MATRIX WITH AZTEC GEOMETRIC ICONS -->\n      <div class=\"rm-clinical-grid\">\n\n        <!-- TILE 1: SUN \/ RAY MOTIF (METABOLIC ENERGY) -->\n        <div class=\"rm-clinical-tile\">\n          <div class=\"rm-tile-icon-wrap\">\n            <svg class=\"rm-aztec-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4M4.93 19.07l2.83-2.83M16.24 7.76l2.83-2.83\" \/>\n              <polygon points=\"12 8 15 12 12 16 9 12\" \/>\n            <\/svg>\n          <\/div>\n          <div class=\"rm-tile-body\">\n            <h4 class=\"rm-clinical-item-title\">Metabolic Lipid Oxidation<\/h4>\n            <p class=\"rm-clinical-item-desc\">\n              Clinical trials show standardized Yerba Mate intake significantly enhances respiratory exchange ratios and boosts exercise-induced fat oxidation rate by up to 24%.\n            <\/p>\n          <\/div>\n          <a href=\"https:\/\/pmc.ncbi.nlm.nih.gov\/articles\/PMC4190939\/\" class=\"rm-study-link\" target=\"_blank\" rel=\"noopener\">\n            PMC Study (PMC4190939) \u2197\n          <\/a>\n        <\/div>\n\n        <!-- TILE 2: STEPPED PYRAMID MOTIF (MIND \/ ELEVATION) -->\n        <div class=\"rm-clinical-tile\">\n          <div class=\"rm-tile-icon-wrap\">\n            <svg class=\"rm-aztec-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M2 21h20M4 21v-4h16v4M7 17v-4h10v4M10 13V9h4v4M12 5v4\" \/>\n            <\/svg>\n          <\/div>\n          <div class=\"rm-tile-body\">\n            <h4 class=\"rm-clinical-item-title\">Balanced Xanthine Synergy<\/h4>\n            <p class=\"rm-clinical-item-desc\">\n              Unlike isolated synthetic caffeine, Mate&#8217;s natural tri-alkaloid matrix (caffeine, theobromine, theophylline) delivers steady, smooth cognitive focus without jitters.\n            <\/p>\n          <\/div>\n          <a href=\"https:\/\/pmc.ncbi.nlm.nih.gov\/articles\/PMC8622869\/\" class=\"rm-study-link\" target=\"_blank\" rel=\"noopener\">\n            PMC Review (PMC8622869) \u2197\n          <\/a>\n        <\/div>\n\n        <!-- TILE 3: SHIELD \/ GLYPH MOTIF (ANTIOXIDANT DEFENSE) -->\n        <div class=\"rm-clinical-tile\">\n          <div class=\"rm-tile-icon-wrap\">\n            <svg class=\"rm-aztec-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M12 2L3 7v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-5.45 9-12V7l-9-5z\" \/>\n              <path d=\"M12 6l3 3-3 3-3-3 3-3zM12 12v6\" \/>\n            <\/svg>\n          <\/div>\n          <div class=\"rm-tile-body\">\n            <h4 class=\"rm-clinical-item-title\">Superior Antioxidant Index<\/h4>\n            <p class=\"rm-clinical-item-desc\">\n              Rich in chlorogenic acids and caffeoylquinic derivatives, research indicates a total antioxidant capacity higher than both green tea and red wine.\n            <\/p>\n          <\/div>\n          <a href=\"https:\/\/pmc.ncbi.nlm.nih.gov\/articles\/PMC8622869\/\" class=\"rm-study-link\" target=\"_blank\" rel=\"noopener\">\n            Phytochemical Data \u2197\n          <\/a>\n        <\/div>\n\n        <!-- TILE 4: DIAMOND HEART GLYPH (CARDIOPROTECTIVE) -->\n        <div class=\"rm-clinical-tile\">\n          <div class=\"rm-tile-icon-wrap\">\n            <svg class=\"rm-aztec-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\" \/>\n              <polygon points=\"12 7 14 10 12 13 10 10\" \/>\n            <\/svg>\n          <\/div>\n          <div class=\"rm-tile-body\">\n            <h4 class=\"rm-clinical-item-title\">Cardioprotective Lipid Support<\/h4>\n            <p class=\"rm-clinical-item-desc\">\n              Human clinical studies demonstrate that daily consumption supports optimal lipid metabolism, protecting serum low-density lipoproteins (LDL) from oxidative stress.\n            <\/p>\n          <\/div>\n          <a href=\"url?id=26\" class=\"rm-study-link\" target=\"_blank\" rel=\"noopener\">\n            Clinical Trial (PMID: 19608114) \u2197\n          <\/a>\n        <\/div>\n\n      <\/div>\n\n      <!-- STAT BANNER -->\n      <div class=\"rm-clinical-stat-box\">\n        <div class=\"rm-stat-badge\">\n          <span class=\"rm-stat-num\">1.5x<\/span>\n          <span class=\"rm-stat-label\">PROTECTION<\/span>\n        <\/div>\n        <p class=\"rm-stat-text\">\n          <strong>Higher Cellular Protection:<\/strong> High-performance liquid chromatography (HPLC) confirms Yerba Mate contains significantly higher chlorogenic acid concentrations than traditional green tea extracts.\n        <\/p>\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n\n<!-- ROMERA MONOGRAPH COMPLETE BLOCK -->\n<div class=\"romera-monograph-wrapper\">\n\n  <!-- ========================================== -->\n  <!-- 1. SAFETY PROFILE & DISCLAIMER (LIGHT TUNA)-->\n  <!-- ========================================== -->\n  <section class=\"rm-safety-sec\">\n    <div class=\"rm-sec-header\">\n      <span class=\"rm-eyebrow rm-text-oxblood\">\ud83d\udee1\ufe0f EDUCATIONAL BOTANICAL SAFETY<\/span>\n      <h2 class=\"rm-sec-title rm-text-oxblood\">Safety Profile &amp; Precautions<\/h2>\n    <\/div>\n\n    <div class=\"rm-safety-grid\">\n      <div class=\"rm-safety-box\">\n        <span class=\"rm-safety-badge\">\u26a0\ufe0f CONSIDERATIONS<\/span>\n        <h3 class=\"rm-safety-h3\">Traditional Boundaries<\/h3>\n        <ul class=\"rm-safety-list\">\n          <li><strong>Pregnancy &amp; Lactation:<\/strong> Consult a qualified health practitioner prior to use due to natural xanthine content.<\/li>\n          <li><strong>Gastric Secretions:<\/strong> May increase stomach acidity; best enjoyed alongside nourishing meals.<\/li>\n          <li><strong>Mineral Tannins:<\/strong> High polyphenol profile may temporarily affect non-heme iron absorption.<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"rm-safety-box\">\n        <span class=\"rm-safety-badge\">\u26a1 THEORETICAL CO-USE<\/span>\n        <h3 class=\"rm-safety-h3\">Synergy &amp; Sensitivity<\/h3>\n        <ul class=\"rm-safety-list\">\n          <li><strong>Central Stimulants:<\/strong> May exhibit additive energetic effects with central stimulants.<\/li>\n          <li><strong>Caffeine Intake:<\/strong> Exercise mindfulness when combining with high-caffeine daily routines.<\/li>\n          <li><strong>Personal Listening:<\/strong> Reduce or pause ritual if unexpected restlessness occurs.<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"rm-safety-box\">\n        <span class=\"rm-safety-badge\">\u2615 RITUAL INTEGRITY<\/span>\n        <h3 class=\"rm-safety-h3\">Preparation Guidelines<\/h3>\n        <ul class=\"rm-safety-list\">\n          <li><strong>Suggested Serving:<\/strong> 3\u20135g loose dried leaf steeped in warm water (1\u20133 times daily).<\/li>\n          <li><strong>Thermal Limits:<\/strong> Keep water below scalding temperatures (&lt;65\u00b0C \/ 150\u00b0F) to preserve leaf vital energy.<\/li>\n          <li><strong>Storage:<\/strong> Store sealed in a dry, shaded space away from ambient direct heat.<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <div class=\"rm-disclaimer-tab\">\n      <span class=\"rm-disclaimer-tag\">\ud83d\udccc DISCLAIMER<\/span>\n      The educational details, historical folklore, and botanical profiles provided on this page are intended for informational purposes only. This content has not been evaluated by official regulatory bodies and is not intended to diagnose, treat, cure, or prevent any health condition. Always consult a credentialed healthcare practitioner before starting any botanical regimen, especially during pregnancy, nursing, or while taking medical prescriptions.\n    <\/div>\n  <\/section>\n\n\n  <!-- ========================================== -->\n  <!-- 2. THERMAL EXTRACTION (PURE CSS TABS & AZTEC) -->\n  <!-- ========================================== -->\n  <section class=\"romera-thermal-container\">\n    <!-- Hidden Pure CSS Radio Controller Inputs -->\n    <input type=\"radio\" id=\"rm-tab-1\" name=\"rm-thermal-tabs\" class=\"rm-tab-input\" checked>\n    <input type=\"radio\" id=\"rm-tab-2\" name=\"rm-thermal-tabs\" class=\"rm-tab-input\">\n    <input type=\"radio\" id=\"rm-tab-3\" name=\"rm-thermal-tabs\" class=\"rm-tab-input\">\n\n    <div class=\"rm-sec-header\">\n      <span class=\"rm-eyebrow rm-text-green\">\u2697\ufe0f EXTRACTION METHODOLOGY<\/span>\n      <h2 class=\"rm-sec-title rm-text-green\">Thermal &amp; Solvent Parameters<\/h2>\n    <\/div>\n\n    <!-- Tab Labels (Act as Buttons) -->\n    <div class=\"romera-tab-nav\">\n      <label for=\"rm-tab-1\" class=\"romera-tab-btn\"><span>\ud83c\udf75<\/span> Hot Infusion<\/label>\n      <label for=\"rm-tab-2\" class=\"romera-tab-btn\"><span>\ud83e\uddca<\/span> Cold Terer\u00e9<\/label>\n      <label for=\"rm-tab-3\" class=\"romera-tab-btn\"><span>\ud83e\uddea<\/span> Thermal Glycerite<\/label>\n    <\/div>\n\n    <!-- Tab Panels -->\n    <div class=\"romera-tab-panel panel-1\">\n      <h3>Traditional Hot Water Infusion<\/h3>\n      <p>Optimizes fast xanthine bioavailability while keeping harsh astringent tannins smooth. Avoid boiling water to preserve active chlorogenic antioxidants.<\/p>\n      <div class=\"romera-metrics-grid\">\n        <div class=\"rm-metric-item\"><span class=\"label\">TEMPERATURE<\/span><span class=\"val\">70\u00b0C \u2013 80\u00b0C<\/span><\/div>\n        <div class=\"rm-metric-divider\">\u25c6<\/div>\n        <div class=\"rm-metric-item\"><span class=\"label\">RATIO<\/span><span class=\"val\">1 : 20<\/span><\/div>\n        <div class=\"rm-metric-divider\">\u25c6<\/div>\n        <div class=\"rm-metric-item\"><span class=\"label\">STEEP TIME<\/span><span class=\"val\">5\u20137 Mins<\/span><\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"romera-tab-panel panel-2\">\n      <h3>Cold Water Maceration (Terer\u00e9)<\/h3>\n      <p>Slow cold-water extraction reduces bitter polyphenols while yielding a refreshing, clear profile rich in saponins and mineral salts.<\/p>\n      <div class=\"romera-metrics-grid\">\n        <div class=\"rm-metric-item\"><span class=\"label\">TEMPERATURE<\/span><span class=\"val\">4\u00b0C \u2013 10\u00b0C<\/span><\/div>\n        <div class=\"rm-metric-divider\">\u25c6<\/div>\n        <div class=\"rm-metric-item\"><span class=\"label\">RATIO<\/span><span class=\"val\">1 : 15<\/span><\/div>\n        <div class=\"rm-metric-divider\">\u25c6<\/div>\n        <div class=\"rm-metric-item\"><span class=\"label\">MACERATION TIME<\/span><span class=\"val\">12\u201324 Hours<\/span><\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"romera-tab-panel panel-3\">\n      <h3>Thermal Glycerite Extraction<\/h3>\n      <p>Uses mild thermal assistance paired with vegetable glycerin for a sweet, alcohol-free tincture extraction with enhanced long-term shelf stability.<\/p>\n      <div class=\"romera-metrics-grid\">\n        <div class=\"rm-metric-item\"><span class=\"label\">TEMPERATURE<\/span><span class=\"val\">45\u00b0C \u2013 50\u00b0C<\/span><\/div>\n        <div class=\"rm-metric-divider\">\u25c6<\/div>\n        <div class=\"rm-metric-item\"><span class=\"label\">SOLVENT RATIO<\/span><span class=\"val\">60:40 Glycerin:Water<\/span><\/div>\n        <div class=\"rm-metric-divider\">\u25c6<\/div>\n        <div class=\"rm-metric-item\"><span class=\"label\">INFUSION TIME<\/span><span class=\"val\">3\u20135 Days<\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n  <!-- ========================================== -->\n  <!-- 3. DOWNLOAD MONOGRAPH (FOGGY GREEN\/BEIGE OMBRE) -->\n  <!-- ========================================== -->\n  <section class=\"romera-download-banner\">\n    <div class=\"rm-download-info\">\n      <span class=\"rm-eyebrow rm-text-gold\">\ud83d\udcc4 PRINTABLE BOTANICAL REFERENCE<\/span>\n      <h3 class=\"rm-download-title\">Download Complete Yerba Mate Monograph<\/h3>\n      <p class=\"rm-download-desc\">Access the 1-page reference summary containing phytochemical profiles, dosage charts, and apothecary formulations in a clean, print-ready PDF format.<\/p>\n    <\/div>\n    <a href=\"#\" class=\"romera-download-btn\" target=\"_blank\" rel=\"noopener\">\n      <span>\ud83d\udce5 Download Monograph Sheet (PDF)<\/span>\n    <\/a>\n  <\/section>\n\n<\/div>\n\n\n<!-- ========================================== -->\n<!-- STYLESHEET (ROMERA BRAND SYSTEM)           -->\n<!-- ========================================== -->\n<style>\n  .romera-monograph-wrapper {\n    --rm-green: #3D5A3A;\n    --rm-sage: #5B7A58;\n    --rm-oxblood: #8B261D;\n    --rm-tuna-bg: #F4E4E1;\n    --rm-tuna-tab: #FDF9F8;\n    --rm-terracotta: #B85C38;\n    --rm-cream-bg: #FAF8F3;\n    --rm-text-dark: #2A382A;\n    --rm-body-text: #424D40;\n    --rm-border: rgba(61, 90, 58, 0.15);\n\n    width: 100%;\n    max-width: 1140px;\n    margin: 0 auto;\n    display: flex;\n    flex-direction: column;\n    gap: 32px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--rm-text-dark);\n    box-sizing: border-box;\n  }\n\n  .romera-monograph-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .rm-sec-header {\n    text-align: center;\n    margin-bottom: 20px;\n  }\n\n  .rm-eyebrow {\n    font-size: 0.68rem;\n    font-weight: 800;\n    letter-spacing: 1.6px;\n    text-transform: uppercase;\n    display: block;\n    margin-bottom: 6px;\n  }\n\n  .rm-text-oxblood { color: var(--rm-oxblood); }\n  .rm-text-green { color: var(--rm-green); }\n\n  .rm-sec-title {\n    font-family: Georgia, serif;\n    font-size: 1.65rem;\n    font-weight: 700;\n    margin: 0;\n  }\n\n  \/* 1. SAFETY SECTION *\/\n  .rm-safety-sec {\n    background-color: var(--rm-tuna-bg);\n    border: 1px solid rgba(139, 38, 29, 0.25);\n    border-radius: 18px;\n    padding: 32px 28px;\n    box-shadow: 0 4px 16px rgba(139, 38, 29, 0.05);\n  }\n\n  .rm-safety-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin-bottom: 20px;\n  }\n\n  @media (max-width: 800px) {\n    .rm-safety-grid { grid-template-columns: 1fr; }\n  }\n\n  .rm-safety-box {\n    background: var(--rm-tuna-tab);\n    border: 1px solid rgba(139, 38, 29, 0.18);\n    border-radius: 12px;\n    padding: 20px 16px;\n  }\n\n  .rm-safety-badge {\n    font-size: 0.62rem;\n    font-weight: 800;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: var(--rm-oxblood);\n    background: rgba(139, 38, 29, 0.08);\n    padding: 3px 8px;\n    border-radius: 6px;\n    display: inline-block;\n    margin-bottom: 8px;\n  }\n\n  .rm-safety-h3 {\n    font-family: Georgia, serif;\n    font-size: 1.05rem;\n    font-weight: 700;\n    color: var(--rm-oxblood);\n    margin: 0 0 8px 0;\n  }\n\n  .rm-safety-list {\n    margin: 0;\n    padding-left: 16px;\n    font-size: 0.82rem;\n    line-height: 1.5;\n    color: var(--rm-body-text);\n  }\n\n  .rm-safety-list li { margin-bottom: 6px; }\n\n  .rm-disclaimer-tab {\n    background: var(--rm-oxblood);\n    color: #FFFFFF;\n    border-radius: 12px;\n    padding: 16px 20px;\n    font-size: 0.78rem;\n    line-height: 1.5;\n  }\n\n  .rm-disclaimer-tag {\n    font-weight: 800;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n    color: #FFD2CC;\n    display: block;\n    margin-bottom: 4px;\n    font-size: 0.66rem;\n  }\n\n  \/* 2. THERMAL EXTRACTION (PURE CSS CONTROLLER & AZTEC) *\/\n  .romera-thermal-container {\n    position: relative;\n    padding: 36px 28px;\n    border-radius: 18px;\n    background-color: rgba(247, 245, 240, 0.82);\n    backdrop-filter: blur(12px);\n    -webkit-backdrop-filter: blur(12px);\n    border: 1px solid var(--rm-border);\n    background-image: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='%233D5A3A' fill-opacity='0.12' fill-rule='evenodd'%3E%3Cpath d='M30 0l30 30-30 30L0 30zM30 7.071L7.071 30 30 52.929 52.929 30zM30 14.142L14.142 30 30 45.858 45.858 30zM30 21.213L21.213 30 30 38.787 38.787 30z'\/%3E%3C\/g%3E%3C\/svg%3E\");\n  }\n\n  .rm-tab-input {\n    display: none !important;\n  }\n\n  .romera-tab-nav {\n    display: flex;\n    justify-content: center;\n    gap: 12px;\n    margin-bottom: 20px;\n  }\n\n  @media (max-width: 600px) {\n    .romera-tab-nav { flex-direction: column; }\n  }\n\n  .romera-tab-btn {\n    background: rgba(255, 255, 255, 0.85);\n    border: 1px solid var(--rm-border);\n    padding: 10px 20px;\n    border-radius: 30px;\n    cursor: pointer;\n    font-size: 0.84rem;\n    font-weight: 700;\n    color: var(--rm-green);\n    transition: all 0.2s ease;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    user-select: none;\n  }\n\n  .romera-tab-btn:hover {\n    background: #FFFFFF;\n    border-color: var(--rm-green);\n  }\n\n  .romera-tab-panel {\n    display: none;\n    background: rgba(255, 255, 255, 0.94);\n    padding: 24px;\n    border-radius: 14px;\n    border: 1px solid var(--rm-border);\n  }\n\n  \/* CSS STATE CONTROLLERS *\/\n  #rm-tab-1:checked ~ .panel-1,\n  #rm-tab-2:checked ~ .panel-2,\n  #rm-tab-3:checked ~ .panel-3 {\n    display: block;\n    animation: rmFade 0.25s ease-in-out;\n  }\n\n  #rm-tab-1:checked ~ .romera-tab-nav label[for=\"rm-tab-1\"],\n  #rm-tab-2:checked ~ .romera-tab-nav label[for=\"rm-tab-2\"],\n  #rm-tab-3:checked ~ .romera-tab-nav label[for=\"rm-tab-3\"] {\n    background: var(--rm-green);\n    color: #FFFFFF;\n    border-color: var(--rm-green);\n    box-shadow: 0 4px 12px rgba(61, 90, 58, 0.25);\n  }\n\n  @keyframes rmFade {\n    from { opacity: 0; transform: translateY(4px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .romera-tab-panel h3 {\n    margin: 0 0 8px 0;\n    color: var(--rm-green);\n    font-size: 1.15rem;\n    font-family: Georgia, serif;\n  }\n\n  .romera-tab-panel p {\n    font-size: 0.85rem;\n    line-height: 1.5;\n    color: var(--rm-body-text);\n    margin: 0 0 18px 0;\n  }\n\n  \/* METRICS GRID WITH COLORFUL DIAMONDS *\/\n  .romera-metrics-grid {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    background: var(--rm-cream-bg);\n    padding: 14px 20px;\n    border-radius: 10px;\n    border: 1px solid var(--rm-border);\n    justify-content: space-around;\n  }\n\n  @media (max-width: 600px) {\n    .romera-metrics-grid { flex-direction: column; text-align: center; gap: 12px; }\n    .rm-metric-divider { transform: rotate(90deg); margin: 2px 0; }\n  }\n\n  .rm-metric-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n  }\n\n  .rm-metric-divider {\n    color: var(--rm-terracotta);\n    font-size: 0.75rem;\n    opacity: 0.9;\n    user-select: none;\n    text-shadow: 0 1px 2px rgba(184, 92, 56, 0.25);\n  }\n\n  .romera-metrics-grid .label {\n    font-size: 0.62rem;\n    letter-spacing: 1px;\n    color: var(--rm-terracotta);\n    font-weight: 800;\n    margin-bottom: 2px;\n  }\n\n  .romera-metrics-grid .val {\n    font-weight: 700;\n    font-size: 0.88rem;\n    color: var(--rm-text-dark);\n  }\n\n  \/* 3. DOWNLOAD BANNER SECTION (FOGGY GREEN & BEIGE OMBRE) *\/\n  .romera-download-banner {\n    position: relative;\n    background: radial-gradient(ellipse at center, #FAF6EE 0%, #CBD8C8 38%, #5B7A58 75%, #2D402B 100%);\n    border-radius: 18px;\n    padding: 34px 38px;\n    color: var(--rm-text-dark);\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    box-shadow: 0 6px 22px rgba(45, 64, 43, 0.18);\n    border: 1px solid var(--rm-border);\n  }\n\n  @media (max-width: 768px) {\n    .romera-download-banner { flex-direction: column; text-align: center; padding: 28px 22px; }\n  }\n\n  .rm-download-info { max-width: 640px; }\n\n  .rm-text-gold { \n    color: #7A5310; \n    font-weight: 800;\n    text-shadow: 0 1px 1px rgba(250, 246, 238, 0.8); \n  }\n\n  .rm-download-title {\n    font-family: Georgia, serif;\n    font-size: 1.45rem;\n    font-weight: 700;\n    color: #1E281E;\n    margin: 0 0 8px 0;\n    text-shadow: 0 1px 2px rgba(250, 246, 238, 0.8);\n  }\n\n  .rm-download-desc {\n    font-size: 0.88rem;\n    line-height: 1.5;\n    color: #2F3B2E;\n    margin: 0;\n    font-weight: 500;\n    text-shadow: 0 1px 2px rgba(250, 246, 238, 0.6);\n  }\n\n  .romera-download-btn {\n    background-color: var(--rm-terracotta);\n    color: #FAF8F3 !important;\n    padding: 14px 26px;\n    border-radius: 10px;\n    text-decoration: none;\n    font-weight: 800;\n    font-size: 0.82rem;\n    letter-spacing: 0.8px;\n    text-transform: uppercase;\n    white-space: nowrap;\n    transition: all 0.2s ease;\n    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);\n    border: 1px solid rgba(250, 248, 243, 0.25);\n  }\n\n  .romera-download-btn span {\n    color: #FAF8F3 !important;\n    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);\n  }\n\n  .romera-download-btn:hover {\n    background-color: #9E4A28;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.32);\n  }\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Ilex paraguariensis AQUIFOLIACEAE FAMILY YERBA LEAF GREEN FUEGO \/ SOLAR NOOTROPIC &amp; CELLULAR SHIELD Yerba Mate Folk &amp; Ancestral Names: Ka&#8217;a \u2022 Hierba del Misionero \u2022 Paraguayan Tea \u2022 Chimarr\u00e3o An invigorating South American leaf celebrated for sustained energy, mental focus, and skin-tightening polyphenol protection. It delivers all the clarity of coffee without the quick [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-4624","page","type-page","status-publish","hentry"],"acf":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/romeraherb.com\/es\/wp-json\/wp\/v2\/pages\/4624","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/romeraherb.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/romeraherb.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/romeraherb.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/romeraherb.com\/es\/wp-json\/wp\/v2\/comments?post=4624"}],"version-history":[{"count":13,"href":"https:\/\/romeraherb.com\/es\/wp-json\/wp\/v2\/pages\/4624\/revisions"}],"predecessor-version":[{"id":4758,"href":"https:\/\/romeraherb.com\/es\/wp-json\/wp\/v2\/pages\/4624\/revisions\/4758"}],"wp:attachment":[{"href":"https:\/\/romeraherb.com\/es\/wp-json\/wp\/v2\/media?parent=4624"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}