:root {
  --tmlm-forest: #123c2c;
  --tmlm-forest-deep: #08271e;
  --tmlm-forest-soft: #1b513d;
  --tmlm-matcha: #aacb65;
  --tmlm-matcha-bright: #c9e48c;
  --tmlm-cream: #fbf9f1;
  --tmlm-mist: #f0f4ec;
  --tmlm-sand: #eee7d6;
  --tmlm-ink: #18211c;
  --tmlm-muted: #5e6a63;
  --tmlm-line: #d8ded5;
  --tmlm-white: #ffffff;
  --tmlm-copper: #b8793e;
  --tmlm-shadow: 0 24px 70px rgba(8, 39, 30, 0.14);
  --tmlm-shadow-soft: 0 12px 34px rgba(8, 39, 30, 0.08);
  --tmlm-radius-lg: 30px;
  --tmlm-radius-md: 20px;
}

body.tml-matcha-page,
body.tml-matcha-page * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.tml-matcha-page {
  margin: 0;
  color: var(--tmlm-ink);
  background: var(--tmlm-cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.tml-matcha-page img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

body.tml-matcha-page a {
  color: inherit;
}

body.tml-matcha-page button,
body.tml-matcha-page a {
  -webkit-tap-highlight-color: transparent;
}

body.tml-matcha-page :focus-visible {
  outline: 3px solid var(--tmlm-matcha-bright);
  outline-offset: 4px;
}

.tmlm-wrap {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.tmlm-skip {
  position: fixed;
  z-index: 99999;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--tmlm-white);
  background: var(--tmlm-forest-deep);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 0.18s ease;
}

.tmlm-skip:focus {
  transform: translateY(0);
}

.tmlm-topbar {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(18, 60, 44, 0.1);
  background: rgba(251, 249, 241, 0.94);
  box-shadow: 0 8px 26px rgba(8, 39, 30, 0.04);
  backdrop-filter: blur(14px);
}

body.tml-matcha-page.admin-bar .tmlm-topbar {
  top: 32px;
}

.tmlm-progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--tmlm-matcha), var(--tmlm-copper));
  transform: scaleX(0);
  transform-origin: left center;
}

.tmlm-topbar__inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.tmlm-brand {
  color: var(--tmlm-forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.tmlm-topbar__label {
  color: var(--tmlm-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-align: right;
  text-transform: uppercase;
}

.tmlm-disclosure {
  border-bottom: 1px solid #d8dbc9;
  color: #445048;
  background: #e9eadc;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
  padding: 11px 0;
}

.tmlm-disclosure strong {
  color: var(--tmlm-forest-deep);
}

.tmlm-hero {
  position: relative;
  overflow: hidden;
  color: var(--tmlm-white);
  background:
    radial-gradient(circle at 88% 16%, rgba(201, 228, 140, 0.22), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(184, 121, 62, 0.18), transparent 28%),
    linear-gradient(135deg, #07241b 0%, #123c2c 56%, #1e5540 100%);
  padding: 58px 0 84px;
}

.tmlm-hero::before,
.tmlm-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

.tmlm-hero::before {
  top: -280px;
  right: -180px;
  width: 680px;
  height: 680px;
}

.tmlm-hero::after {
  right: 22%;
  bottom: -460px;
  width: 760px;
  height: 760px;
}

.tmlm-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 38px;
  align-items: center;
}

.tmlm-eyebrow {
  margin: 0 0 14px;
  color: var(--tmlm-matcha-bright);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.tmlm-eyebrow--dark {
  color: #55752e;
}

.tmlm-hero h1,
.tmlm-heading,
.tmlm-final h2,
.tmlm-verdict h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.tmlm-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--tmlm-white);
  font-size: clamp(39px, 9vw, 68px);
  line-height: 1.01;
}

.tmlm-hero__lead {
  max-width: 690px;
  margin: 22px 0 0;
  color: #eef5ef;
  font-size: clamp(18px, 4.6vw, 24px);
  line-height: 1.45;
}

.tmlm-quick-verdict {
  max-width: 720px;
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 4px solid var(--tmlm-matcha);
  border-radius: 0 18px 18px 0;
  padding: 19px 20px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}

.tmlm-quick-verdict__label {
  display: block;
  margin-bottom: 4px;
  color: var(--tmlm-matcha-bright);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tmlm-quick-verdict strong {
  display: block;
  color: var(--tmlm-white);
  font-size: 17px;
  line-height: 1.4;
}

.tmlm-quick-verdict p {
  margin: 7px 0 0;
  color: #d9e6dc;
  font-size: 14px;
}

.tmlm-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.tmlm-pills li {
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  color: #f1f7f2;
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 13px;
}

.tmlm-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin-top: 20px;
}

.tmlm-hero-stats > div {
  min-height: 108px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
  padding: 14px 15px;
}

.tmlm-hero-stats span,
.tmlm-hero-stats strong,
.tmlm-hero-stats small {
  display: block;
}

.tmlm-hero-stats span {
  color: var(--tmlm-matcha-bright);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tmlm-hero-stats strong {
  margin-top: 5px;
  color: var(--tmlm-white);
  font-size: 15px;
  line-height: 1.3;
}

.tmlm-hero-stats small {
  margin-top: 3px;
  color: #ccdbcf;
  font-size: 11px;
  line-height: 1.35;
}

.tmlm-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 27px;
}

.tmlm-actions--center {
  align-items: center;
}

.tmlm-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 24px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.tmlm-btn:hover {
  transform: translateY(-2px);
}

body.tml-matcha-page .tmlm-btn--primary {
  color: #102117 !important;
  background: linear-gradient(135deg, #dff2a9, #a8ce62) !important;
  box-shadow: 0 14px 34px rgba(170, 203, 101, 0.25);
}

body.tml-matcha-page .tmlm-btn--primary:hover {
  color: #102117 !important;
  box-shadow: 0 18px 42px rgba(170, 203, 101, 0.33);
}

.tmlm-btn--ghost {
  border-color: rgba(255, 255, 255, 0.38);
  color: var(--tmlm-white);
  background: rgba(255, 255, 255, 0.03);
}

.tmlm-btn--ghost:hover {
  color: var(--tmlm-white);
  background: rgba(255, 255, 255, 0.08);
}

body.tml-matcha-page .tmlm-btn--dark {
  border: 2px solid #0a2c20 !important;
  color: #0a2118 !important;
  background: #d9ef9e !important;
  box-shadow: 0 14px 32px rgba(8, 39, 30, 0.2);
}

body.tml-matcha-page .tmlm-btn--dark:hover {
  color: #071a13 !important;
  background: #c8e681 !important;
}

.tmlm-paid-note {
  max-width: 620px;
  margin: 10px 0 0;
  color: #cddace;
  font-size: 11px;
  line-height: 1.5;
}

.tmlm-paid-note--center {
  margin-inline: auto;
  color: var(--tmlm-muted);
  text-align: center;
}

.tmlm-paid-note--light {
  color: #cbd9cd;
}

.tmlm-hero__media {
  position: relative;
  margin: 0;
}

.tmlm-picture {
  display: block;
}

.tmlm-hero__media .tmlm-picture {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--tmlm-radius-lg);
  background: #d5e0cd;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.36);
  transform: rotate(1deg);
}

.tmlm-hero__media img,
.tmlm-image-card img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.tmlm-hero__media figcaption {
  max-width: 520px;
  margin: 12px auto 0;
  color: #cbd8ce;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.tmlm-snapshot {
  position: relative;
  z-index: 5;
  margin-top: -34px;
}

.tmlm-snapshot__card {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(18, 60, 44, 0.09);
  border-radius: 24px;
  background: var(--tmlm-white);
  box-shadow: var(--tmlm-shadow);
  padding: 24px;
}

.tmlm-jumpnav {
  border-bottom: 1px solid #dde2d9;
  background: #f6f6ed;
  padding: 20px 0 14px;
}

.tmlm-jumpnav__inner {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  align-items: center;
  padding-bottom: 6px;
  scrollbar-width: thin;
}

.tmlm-jumpnav__inner > span {
  flex: 0 0 auto;
  margin-right: 3px;
  color: var(--tmlm-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tmlm-jumpnav a {
  flex: 0 0 auto;
  border: 1px solid #d7ddd3;
  border-radius: 999px;
  color: var(--tmlm-forest-deep);
  background: var(--tmlm-white);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  padding: 7px 12px;
}

.tmlm-jumpnav a:hover {
  border-color: #a9bf85;
  background: #edf3de;
}

.tmlm-stat {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
}

.tmlm-stat__number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: var(--tmlm-forest-deep);
  background: #e4eccf;
  font-size: 12px;
  font-weight: 900;
}

.tmlm-stat strong,
.tmlm-stat span {
  display: block;
}

.tmlm-stat strong {
  color: var(--tmlm-forest-deep);
  font-size: 15px;
}

.tmlm-stat span {
  margin-top: 2px;
  color: var(--tmlm-muted);
  font-size: 13px;
  line-height: 1.45;
}

.tmlm-section {
  padding: 78px 0;
  scroll-margin-top: 84px;
}

.tmlm-section--mist {
  background: var(--tmlm-mist);
}

.tmlm-section--sand {
  background: var(--tmlm-sand);
}

.tmlm-section--forest {
  color: var(--tmlm-white);
  background:
    radial-gradient(circle at 12% 20%, rgba(170, 203, 101, 0.11), transparent 28%),
    linear-gradient(135deg, var(--tmlm-forest-deep), #113d2c);
}

.tmlm-two-col {
  display: grid;
  gap: 36px;
  align-items: center;
}

.tmlm-heading {
  max-width: 830px;
  margin: 0;
  color: var(--tmlm-forest-deep);
  font-size: clamp(36px, 8vw, 58px);
  line-height: 1.06;
}

.tmlm-section--forest .tmlm-heading {
  color: var(--tmlm-white);
}

.tmlm-subhead {
  max-width: 760px;
  margin: 17px 0 0;
  color: #47554d;
  font-size: 18px;
  line-height: 1.58;
}

.tmlm-section--forest .tmlm-subhead {
  color: #c9d8cc;
}

.tmlm-copy > p:not(.tmlm-eyebrow):not(.tmlm-subhead) {
  margin: 17px 0 0;
  color: #3f4b44;
}

.tmlm-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.tmlm-facts > div {
  min-height: 86px;
  border: 1px solid #dfe4dc;
  border-radius: 15px;
  background: var(--tmlm-white);
  box-shadow: 0 7px 18px rgba(8, 39, 30, 0.035);
  padding: 13px;
}

.tmlm-facts span,
.tmlm-facts strong {
  display: block;
}

.tmlm-facts span {
  color: #6c766f;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tmlm-facts strong {
  margin-top: 5px;
  color: var(--tmlm-forest-deep);
  font-size: 15px;
  line-height: 1.3;
}

.tmlm-source-note {
  display: grid;
  gap: 3px;
  margin-top: 23px;
  border-left: 3px solid var(--tmlm-matcha);
  border-radius: 0 14px 14px 0;
  color: var(--tmlm-forest-deep);
  background: #edf2e1;
  padding: 15px 17px;
}

.tmlm-source-note strong {
  font-size: 13px;
}

.tmlm-source-note span {
  color: #536058;
  font-size: 12px;
}

.tmlm-measure-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 42px;
  border: 1px solid #dce3d8;
  border-radius: 22px;
  background: #f4f7ee;
  box-shadow: var(--tmlm-shadow-soft);
  padding: 20px 14px;
  text-align: center;
}

.tmlm-measure-strip > span {
  color: #8aa05e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.tmlm-measure-strip div strong,
.tmlm-measure-strip div span {
  display: block;
}

.tmlm-measure-strip div strong {
  color: var(--tmlm-forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 5vw, 34px);
  font-weight: 400;
  line-height: 1;
}

.tmlm-measure-strip div span {
  margin-top: 5px;
  color: var(--tmlm-muted);
  font-size: 10px;
  line-height: 1.3;
}

.tmlm-image-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(18, 60, 44, 0.1);
  border-radius: var(--tmlm-radius-lg);
  background: var(--tmlm-white);
  box-shadow: var(--tmlm-shadow);
}

.tmlm-image-card figcaption {
  border-top: 1px solid #e6e8df;
  color: var(--tmlm-muted);
  background: var(--tmlm-white);
  font-size: 11px;
  line-height: 1.45;
  padding: 12px 16px 14px;
}

.tmlm-visual-break {
  background: var(--tmlm-mist);
  padding: 0 0 76px;
}

.tmlm-visual-break__figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--tmlm-radius-lg);
  box-shadow: var(--tmlm-shadow);
  background: var(--tmlm-forest-deep);
}

.tmlm-visual-break__figure img {
  min-height: 430px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.tmlm-visual-break__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(4, 24, 18, 0.9) 100%);
  pointer-events: none;
}

.tmlm-visual-break__copy {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  left: 20px;
  max-width: 620px;
  color: var(--tmlm-white);
}

.tmlm-visual-break__copy > span {
  display: block;
  margin-bottom: 5px;
  color: var(--tmlm-matcha-bright);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tmlm-visual-break__copy strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 6vw, 43px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.tmlm-visual-break__copy p {
  margin: 9px 0 0;
  color: #d7e2d9;
  font-size: 12px;
}

.tmlm-fit-list {
  display: grid;
  gap: 11px;
  margin-top: 28px;
}

.tmlm-fit-list__item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 15px;
  align-items: start;
  border: 1px solid #dce2d8;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.82);
  padding: 16px;
}

.tmlm-fit-list__item > span {
  display: inline-grid;
  min-height: 30px;
  place-items: center;
  border-radius: 999px;
  color: #365028;
  background: #e3edcc;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.07em;
  padding: 6px;
}

.tmlm-fit-list__item--yes > span {
  color: var(--tmlm-white);
  background: var(--tmlm-forest);
}

.tmlm-fit-list__item--maybe > span {
  color: #77441f;
  background: #f1dcc8;
}

.tmlm-fit-list__item strong {
  display: block;
  color: var(--tmlm-forest-deep);
  line-height: 1.35;
}

.tmlm-fit-list__item p {
  margin: 4px 0 0;
  color: var(--tmlm-muted);
  font-size: 12px;
  line-height: 1.5;
}

.tmlm-cards {
  display: grid;
  gap: 17px;
  margin-top: 32px;
}

.tmlm-card {
  border: 1px solid #dfe5da;
  border-radius: var(--tmlm-radius-md);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--tmlm-shadow-soft);
  padding: 24px;
}

.tmlm-card__icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 14px;
  color: var(--tmlm-forest-deep);
  background: #dce9bf;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
}

.tmlm-card h3 {
  margin: 0;
  color: var(--tmlm-forest-deep);
  font-size: 19px;
  line-height: 1.35;
}

.tmlm-card p {
  margin: 9px 0 0;
  color: var(--tmlm-muted);
  font-size: 14px;
}

.tmlm-section-heading-row {
  display: grid;
  gap: 20px;
}

.tmlm-taste-grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  margin-top: 36px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
}

.tmlm-taste-grid article {
  min-height: 210px;
  background: rgba(4, 27, 19, 0.64);
  padding: 24px;
}

.tmlm-taste-grid article > span {
  display: block;
  margin-bottom: 27px;
  color: var(--tmlm-matcha);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.tmlm-taste-grid strong {
  display: block;
  color: var(--tmlm-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
}

.tmlm-taste-grid p {
  margin: 8px 0 0;
  color: #c5d4c8;
  font-size: 13px;
  line-height: 1.6;
}

.tmlm-steps {
  counter-reset: tmlm-step;
  display: grid;
  gap: 12px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.tmlm-steps li {
  counter-increment: tmlm-step;
  display: grid;
  grid-template-columns: 43px 1fr;
  gap: 14px;
  align-items: start;
  border: 1px solid #e0e4dc;
  border-radius: 16px;
  background: var(--tmlm-white);
  box-shadow: 0 8px 20px rgba(8, 39, 30, 0.04);
  padding: 16px;
}

.tmlm-steps li::before {
  content: counter(tmlm-step);
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 50%;
  color: var(--tmlm-white);
  background: var(--tmlm-forest);
  font-size: 13px;
  font-weight: 900;
}

.tmlm-steps strong {
  display: block;
  color: var(--tmlm-forest-deep);
  line-height: 1.35;
}

.tmlm-steps p {
  margin: 4px 0 0;
  color: var(--tmlm-muted);
  font-size: 13px;
  line-height: 1.5;
}

.tmlm-prep-gallery {
  position: relative;
  display: grid;
  gap: 15px;
}

.tmlm-image-card--small {
  width: 86%;
  margin: -52px 0 0 auto;
  border: 7px solid var(--tmlm-white);
}

.tmlm-image-card--small img {
  aspect-ratio: 3 / 1.45;
}

.tmlm-gallery-note {
  margin: -4px 3px 0;
  color: var(--tmlm-muted);
  font-size: 10px;
  line-height: 1.45;
  text-align: right;
}

.tmlm-choice-grid {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.tmlm-choice-grid article {
  border: 1px solid rgba(18, 60, 44, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.62);
  padding: 18px;
}

.tmlm-choice-grid strong {
  color: var(--tmlm-forest-deep);
}

.tmlm-choice-grid p {
  margin: 5px 0 0;
  color: #4d5b52;
  font-size: 13px;
  line-height: 1.5;
}

.tmlm-section--comparison {
  background:
    radial-gradient(circle at 92% 8%, rgba(170, 203, 101, 0.18), transparent 26%),
    #f4f6ed;
}

.tmlm-comparison {
  overflow-x: auto;
  margin-top: 32px;
  border: 1px solid #d6ded1;
  border-radius: 22px;
  background: var(--tmlm-white);
  box-shadow: var(--tmlm-shadow-soft);
  -webkit-overflow-scrolling: touch;
}

.tmlm-scroll-hint {
  display: none;
}

.tmlm-comparison:focus-visible {
  outline-color: var(--tmlm-forest);
}

.tmlm-comparison table {
  width: 100%;
  min-width: 790px;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--tmlm-ink);
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
}

.tmlm-comparison th,
.tmlm-comparison td {
  border-right: 1px solid #e2e7de;
  border-bottom: 1px solid #e2e7de;
  padding: 17px 18px;
  vertical-align: top;
}

.tmlm-comparison th:last-child,
.tmlm-comparison td:last-child {
  border-right: 0;
}

.tmlm-comparison tbody tr:last-child th,
.tmlm-comparison tbody tr:last-child td {
  border-bottom: 0;
}

.tmlm-comparison thead th {
  color: var(--tmlm-white);
  background: var(--tmlm-forest-deep);
  font-size: 14px;
}

.tmlm-comparison thead th:first-child {
  min-width: 150px;
}

.tmlm-comparison thead .tmlm-comparison__featured {
  color: #122117;
  background: #cfe894;
}

.tmlm-comparison__featured span {
  display: block;
  margin-bottom: 4px;
  color: #466324;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tmlm-comparison tbody th {
  color: var(--tmlm-forest-deep);
  background: #f8f9f4;
  font-size: 12px;
}

.tmlm-comparison tbody td:nth-child(2) {
  background: #f3f8e8;
  font-weight: 700;
}

.tmlm-comparison-takeaway {
  display: grid;
  gap: 3px;
  margin-top: 18px;
  border-left: 4px solid var(--tmlm-matcha);
  border-radius: 0 16px 16px 0;
  color: var(--tmlm-forest-deep);
  background: #e8f0d7;
  padding: 17px 19px;
}

.tmlm-comparison-takeaway p,
.tmlm-comparison-source {
  margin: 0;
}

.tmlm-comparison-takeaway p {
  color: #455248;
  font-size: 13px;
}

.tmlm-comparison-source {
  margin-top: 11px;
  color: var(--tmlm-muted);
  font-size: 10px;
  line-height: 1.5;
}

.tmlm-procon {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.tmlm-list-card {
  border-radius: 24px;
  padding: 25px;
}

.tmlm-list-card--pro {
  border: 1px solid #cddfc9;
  background: #edf6e9;
}

.tmlm-list-card--consider {
  border: 1px solid #e5d1bc;
  background: #f8eee4;
}

.tmlm-list-card__title {
  display: flex;
  gap: 13px;
  align-items: center;
}

.tmlm-list-card__title span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--tmlm-white);
  background: var(--tmlm-forest);
  font-weight: 900;
}

.tmlm-list-card--consider .tmlm-list-card__title span {
  background: #9b6038;
}

.tmlm-list-card h3 {
  margin: 0;
  color: var(--tmlm-forest-deep);
  font-size: 21px;
}

.tmlm-list-card ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.tmlm-list-card li {
  position: relative;
  color: #3f4b44;
  padding-left: 25px;
}

.tmlm-list-card li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6d913e;
}

.tmlm-list-card--consider li::before {
  background: #b8793e;
}

.tmlm-caffeine {
  border-block: 1px solid #d6d4bd;
  background: #edead7;
  padding: 34px 0;
}

.tmlm-caffeine__inner {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 17px;
  align-items: start;
}

.tmlm-caffeine__mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: var(--tmlm-white);
  background: var(--tmlm-forest-deep);
  font-family: Georgia, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}

.tmlm-caffeine h2 {
  margin: 0;
  color: var(--tmlm-forest-deep);
  font-size: 19px;
}

.tmlm-caffeine p {
  margin: 7px 0 0;
  color: #505b54;
  font-size: 13px;
}

.tmlm-verdict {
  display: grid;
  gap: 0;
  overflow: hidden;
  border-radius: 30px;
  color: var(--tmlm-white);
  background: linear-gradient(140deg, #06261c, #164936);
  box-shadow: var(--tmlm-shadow);
}

.tmlm-verdict__score {
  display: grid;
  min-height: 260px;
  align-content: center;
  justify-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle, rgba(201, 228, 140, 0.16) 0 32%, transparent 33%),
    rgba(255, 255, 255, 0.04);
  text-align: center;
  padding: 30px;
}

.tmlm-verdict__score span {
  color: var(--tmlm-matcha-bright);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.tmlm-verdict__score strong {
  margin-top: 10px;
  color: var(--tmlm-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.tmlm-verdict__copy {
  padding: 30px 24px;
}

.tmlm-verdict h2 {
  margin: 0;
  color: var(--tmlm-white);
  font-size: clamp(34px, 7.8vw, 57px);
  line-height: 1.03;
}

.tmlm-verdict__copy > p:not(.tmlm-eyebrow):not(.tmlm-paid-note) {
  margin: 18px 0 0;
  color: #d5e1d7;
}

.tmlm-verdict-grid {
  display: grid;
  gap: 12px;
  margin-top: 25px;
}

.tmlm-verdict-grid > div {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  padding: 17px;
}

.tmlm-verdict-grid strong,
.tmlm-verdict-grid span {
  display: block;
}

.tmlm-verdict-grid strong {
  color: var(--tmlm-white);
  font-size: 13px;
}

.tmlm-verdict-grid span {
  margin-top: 4px;
  color: #c8d8cb;
  font-size: 12px;
}

.tmlm-faq-wrap {
  max-width: 920px;
}

.tmlm-faq {
  display: grid;
  gap: 11px;
  margin-top: 31px;
}

.tmlm-faq details {
  border: 1px solid #dbe0d8;
  border-radius: 17px;
  background: var(--tmlm-white);
  box-shadow: 0 6px 18px rgba(8, 39, 30, 0.035);
  padding: 0 19px;
}

.tmlm-faq summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  color: var(--tmlm-forest-deep);
  font-weight: 800;
  padding: 18px 38px 18px 0;
}

.tmlm-faq summary::-webkit-details-marker {
  display: none;
}

.tmlm-faq summary::after {
  content: "+";
  position: absolute;
  top: 11px;
  right: 0;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--tmlm-forest-deep);
  background: #e9efd9;
  font-size: 22px;
  font-weight: 400;
}

.tmlm-faq details[open] summary::after {
  content: "–";
}

.tmlm-faq details p {
  margin: 0 0 19px;
  color: var(--tmlm-muted);
}

.tmlm-final {
  position: relative;
  overflow: hidden;
  color: var(--tmlm-white);
  background:
    radial-gradient(circle at 50% 130%, rgba(170, 203, 101, 0.27), transparent 42%),
    var(--tmlm-forest-deep);
  text-align: center;
  padding: 80px 0;
}

.tmlm-final__inner {
  position: relative;
  z-index: 2;
}

.tmlm-final h2 {
  max-width: 880px;
  margin: 0 auto;
  color: var(--tmlm-white);
  font-size: clamp(38px, 8vw, 62px);
  line-height: 1.04;
}

.tmlm-final__inner > p:not(.tmlm-eyebrow):not(.tmlm-paid-note) {
  max-width: 670px;
  margin: 18px auto 0;
  color: #cedbd0;
}

.tmlm-footer {
  color: #c6d1c8;
  background: #041812;
  font-size: 12px;
  padding: 40px 0 112px;
}

.tmlm-footer__grid {
  display: grid;
  gap: 19px;
}

.tmlm-footer__brand {
  color: var(--tmlm-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.tmlm-footer p {
  margin: 7px 0 0;
}

.tmlm-footer a {
  color: var(--tmlm-matcha-bright);
}

.tmlm-mobile-cta {
  position: fixed;
  z-index: 120;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(4, 24, 18, 0.95);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(13px);
  padding: 9px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(135%);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.tmlm-mobile-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.tmlm-mobile-cta .tmlm-btn {
  width: 100%;
  min-height: 49px;
  padding: 10px 20px;
}

.tmlm-mobile-cta > span {
  color: #cbd7cd;
  font-size: 9px;
  font-weight: 800;
  padding-right: 10px;
}

@media (min-width: 700px) {
  .tmlm-wrap {
    width: min(1180px, calc(100% - 64px));
  }

  .tmlm-actions {
    flex-direction: row;
    align-items: center;
  }

  .tmlm-actions--center {
    justify-content: center;
  }

  .tmlm-snapshot__card,
  .tmlm-cards,
  .tmlm-taste-grid,
  .tmlm-procon,
  .tmlm-choice-grid,
  .tmlm-verdict-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tmlm-snapshot__card {
    padding: 27px;
  }

  .tmlm-taste-grid article {
    min-height: 230px;
  }

  .tmlm-footer {
    padding-bottom: 42px;
  }
}

@media (min-width: 980px) {
  .tmlm-hero {
    padding: 82px 0 112px;
  }

  .tmlm-hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    gap: 68px;
  }

  .tmlm-section {
    padding: 104px 0;
  }

  .tmlm-two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 70px;
  }

  .tmlm-two-col--reverse > .tmlm-copy {
    order: 2;
  }

  .tmlm-two-col--reverse > .tmlm-image-card,
  .tmlm-two-col--reverse > .tmlm-prep-gallery {
    order: 1;
  }

  .tmlm-snapshot__card,
  .tmlm-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .tmlm-section-heading-row {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 70px;
    align-items: end;
  }

  .tmlm-section-heading-row .tmlm-subhead {
    margin-bottom: 3px;
  }

  .tmlm-taste-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .tmlm-choice-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tmlm-verdict {
    grid-template-columns: 0.34fr 0.66fr;
  }

  .tmlm-verdict__score {
    min-height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 0;
  }

  .tmlm-verdict__copy {
    padding: 52px;
  }

  .tmlm-footer__grid {
    grid-template-columns: 0.85fr 1.25fr 0.8fr;
    gap: 44px;
  }

  .tmlm-mobile-cta {
    display: none;
  }
}

@media (max-width: 782px) {
  body.tml-matcha-page.admin-bar .tmlm-topbar {
    top: 46px;
  }
}

@media (max-width: 460px) {
	.tmlm-hero h1 {
		font-size: 38px;
	}

	.tmlm-hero__lead {
		font-size: 17px;
	}

	.tmlm-scroll-hint {
		display: flex;
		gap: 8px;
		align-items: center;
		margin: 22px 0 -20px;
		color: var(--tmlm-forest-deep);
		font-size: 11px;
		font-weight: 850;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}

	.tmlm-scroll-hint span {
		color: #55752e;
		font-size: 18px;
	}

  .tmlm-topbar__label {
    max-width: 135px;
    font-size: 9px;
  }

  .tmlm-disclosure {
    text-align: left;
  }

  .tmlm-mobile-cta > span {
    display: none;
  }

  .tmlm-mobile-cta {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .tmlm-skip,
  .tmlm-btn,
  .tmlm-mobile-cta {
    transition: none;
  }
}
