::selection { background: #DDE8DF; color: #344E41; }
.hero-pattern {
  background-image:
    radial-gradient(circle at 15% 20%, rgba(201,143,112,.16), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(130,153,133,.20), transparent 30%),
    linear-gradient(180deg, #FAF7F0 0%, #F1F5EF 100%);
}
.leaf-mark { filter: drop-shadow(0 12px 18px rgba(52,78,65,.12)); }

.prose-eft { color: rgba(48,54,49,.82); font-size: 1.125rem; line-height: 1.85; }
.prose-eft h2 { color: #344E41; font-size: 2rem; line-height: 1.25; margin-top: 2.5rem; margin-bottom: 1rem; }
.prose-eft h3 { color: #344E41; font-size: 1.5rem; line-height: 1.35; margin-top: 2rem; margin-bottom: .75rem; }
.prose-eft p, .prose-eft ul, .prose-eft ol { margin-top: 1.25rem; }
.prose-eft ul { list-style: disc; padding-left: 1.5rem; }
.prose-eft ol { list-style: decimal; padding-left: 1.5rem; }
.prose-eft a { color: #344E41; text-decoration: underline; text-underline-offset: 3px; }
.prose-eft blockquote { border-left: 4px solid #829985; background: #F1F5EF; padding: 1rem 1.25rem; margin: 2rem 0; border-radius: 0 1rem 1rem 0; }
