/* Matcha — helles Theme (additiv, nur unter .theme-matcha) */
.theme-matcha { background: #F3EFE7; }
.theme-matcha .reveal-sticky { background: #EFEAE0; }

/* Scrim hellt auf (statt abzudunkeln), damit dunkler Text auf hell lesbar bleibt */
.theme-matcha .reveal-scrim {
  background:
    linear-gradient(180deg, rgba(243,239,231,.10) 0%, rgba(243,239,231,0) 34%, rgba(243,239,231,.78) 100%),
    linear-gradient(90deg, rgba(243,239,231,.55) 0%, rgba(243,239,231,0) 52%);
}

/* Texte dunkel (dunkelgrün/graphit) */
.theme-matcha #reveal h1,
.theme-matcha #reveal .lede,
.theme-matcha .hero__brand span,
.theme-matcha .reveal-cap { color: #243024; text-shadow: 0 1px 18px rgba(243,239,231,.7); }
.theme-matcha .eyebrow { color: #5C7A4E; }
.theme-matcha .hero__brand img { filter: invert(12%) sepia(20%) saturate(600%) hue-rotate(70deg); }
.theme-matcha .scrollcue { color: #5C7A4E; }
.theme-matcha .scrollcue .bar { background: linear-gradient(#5C7A4E, transparent); }
.theme-matcha .reveal-load { background: rgba(36,48,36,.18); }
.theme-matcha .reveal-load span { background: #5C7A4E; }
