<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Green Path | Wise-Woman Herbalism with Atalya Tirosh</title>
<style>
:root {
--bg-main: #f5f7f4;
--bg-card: #ffffff;
--text-dark: #1f2823;
--text-muted: #526057;
--pine-dark: #1b3225;
--pine-mid: #2b4c39;
--alpine-blue: #3b5e70;
--sage-soft: #e3ece5;
--earth-warm: #c89255;
--earth-light: #fdfaf6;
--border-light: #d8e2da;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
background-color: var(--bg-main);
color: var(--text-dark);
line-height: 1.7;
-webkit-font-smoothing: antialiased;
}
h1, h2, h3 {
font-family: "Georgia", "Times New Roman", serif;
color: var(--pine-dark);
font-weight: 600;
}
.container {
max-width: 900px;
margin: 0 auto;
padding: 0 20px;
}
/* Banner */
.top-banner {
background-color: var(--alpine-blue);
color: #ffffff;
text-align: center;
padding: 10px 15px;
font-size: 0.95rem;
font-weight: 500;
}
.top-banner span {
background-color: rgba(255, 255, 255, 0.2);
padding: 2px 8px;
border-radius: 4px;
font-weight: bold;
letter-spacing: 0.5px;
}
/* Hero Header */
header {
padding: 60px 0 40px;
text-align: center;
}
.eyebrow {
text-transform: uppercase;
letter-spacing: 2px;
font-size: 0.85rem;
color: var(--alpine-blue);
font-weight: 700;
margin-bottom: 12px;
}
header h1 {
font-size: 2.8rem;
line-height: 1.25;
margin-bottom: 20px;
}
header p {
font-size: 1.2rem;
color: var(--text-muted);
max-width: 720px;
margin: 0 auto 30px;
}
.meta-pills {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
margin-bottom: 30px;
}
.pill {
background-color: var(--sage-soft);
color: var(--pine-dark);
padding: 8px 16px;
border-radius: 20px;
font-size: 0.9rem;
font-weight: 600;
}
/* Buttons */
.btn-primary {
display: inline-block;
background-color: var(--pine-dark);
color: #ffffff;
text-decoration: none;
padding: 16px 36px;
border-radius: 6px;
font-weight: 600;
font-size: 1.1rem;
transition: background-color 0.2s ease;
}
.btn-primary:hover {
background-color: var(--pine-mid);
}
/* Card Sections */
.section-card {
background: var(--bg-card);
border: 1px solid var(--border-light);
border-radius: 12px;
padding: 40px;
margin-bottom: 40px;
box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
/* Curriculum */
.session-grid {
display: grid;
gap: 20px;
margin-top: 25px;
}
.session-item {
border-left: 3px solid var(--alpine-blue);
padding-left: 20px;
}
.session-title {
font-size: 1.15rem;
color: var(--pine-dark);
margin-bottom: 6px;
}
.plant-list-box {
background-color: var(--earth-light);
border: 1px dashed var(--earth-warm);
border-radius: 8px;
padding: 20px;
margin-top: 30px;
}
/* Pricing Box */
.pricing-card {
background-color: var(--pine-dark);
color: #ffffff;
border-radius: 12px;
padding: 40px;
text-align: center;
margin-bottom: 40px;
}
.pricing-card h2 {
color: #ffffff;
margin-bottom: 15px;
}
.price-tag {
font-size: 2.5rem;
font-family: "Georgia", serif;
margin: 15px 0;
color: var(--sage-soft);
}
.price-strike {
text-decoration: line-through;
opacity: 0.6;
font-size: 1.8rem;
margin-right: 10px;
}
.early-bird-note {
background-color: rgba(255, 255, 255, 0.1);
border-radius: 6px;
padding: 12px;
display: inline-block;
margin-bottom: 25px;
font-size: 0.95rem;
}
.pricing-card .btn-primary {
background-color: var(--earth-warm);
color: #ffffff;
}
.pricing-card .btn-primary:hover {
background-color: #b58045;
}
/* Bio & Footer */
.bio-flex {
display: flex;
flex-direction: column;
gap: 20px;
}
footer {
text-align: center;
padding: 40px 0;
color: var(--text-muted);
font-size: 0.9rem;
border-top: 1px solid var(--border-light);
}
@media (min-width: 600px) {
header h1 { font-size: 3.2rem; }
.bio-flex { flex-direction: row; align-items: flex-start; }
}
</style>
</head>
<body>
<div class="top-banner">
🍂 Early Bird Discount Available: Use code <span>HERB2026</span> at checkout for €45 off until Aug 15th!
</div>
<div class="container">
<header>
<div class="eyebrow">Bi-Weekly Live Online Cohort</div>
<h1>The Green Path</h1>
<p>Herbal Medicine, the Wise-Woman Way</p>
<div class="meta-pills">
<span class="pill">🗓 Sundays (Bi-Weekly)</span>
<span class="pill">⏰ 17:00 – 19:00 CET</span>
<span class="pill">👥 Capped at 13 Students</span>
<span class="pill">🌿 Starts Sept 13, 2026</span>
</div>
<a href="#register" class="btn-primary">Secure Your Spot</a>
</header>
<section class="section-card">
<h2>Return to the Roots of Healing</h2>
<p style="margin-top: 15px;">
Step out of the overwhelm of modern wellness and return to the roots of traditional healing. In this 8-session live online course, you will explore the Wise-Woman tradition—an accessible, deeply nourishing approach to herbalism that transforms the common "weeds" growing outside your door into potent, everyday medicine.
</p>
<p style="margin-top: 15px;">
Guided by herbalist <strong>Atalya Tirosh</strong>, you will learn to reclaim ancestral knowledge, confidently identify local plants, build a seasonal apothecary, and craft simple, accessible remedies right in your own kitchen. No prior experience is needed.
</p>
<p style="margin-top: 15px;">
<strong>What is included:</strong>
</p>
<ul style="margin-left: 20px; margin-top: 10px; color: var(--text-muted);">
<li>8 live 2-hour interactive group sessions via video call</li>
<li>Restricted-access video replays for all sessions</li>
<li>Access to our private WhatsApp group for daily questions and sharing</li>
<li>Digital course materials & dosage charts in our Notion hub</li>
<li>Certificate of Completion</li>
</ul>
</section>
<section class="section-card">
<h2>The 8-Session Curriculum</h2>
<div class="session-grid">
<div class="session-item">
<div class="session-title"><strong>Session 1:</strong> The Wise-Woman Way & Preparing the Ground</div>
<p>Explore the philosophy of Wise-Woman herbalism, focusing on nourishment, "people plants", and simple rituals. Learn how to meet your first plant ally and source foundational tools for your home apothecary.</p>
</div>
<div class="session-item">
<div class="session-title"><strong>Session 2:</strong> Ethical Foraging, Bases & Extractors</div>
<p>Learn to harvest wild plants responsibly and safely. We demystify core extractors: alcohol, vinegar, oil, and honey, knowing which base best pulls medicine from different plants.</p>
</div>
<div class="session-item">
<div class="session-title"><strong>Session 3:</strong> Practical Botany & The Power of Water</div>
<p>Build confidence with foundational botany and safe plant identification. Cover water-based extractions: light teas, heavy decoctions, and topical fomentations.</p>
</div>
<div class="session-item">
<div class="session-title"><strong>Session 4:</strong> Nourishing Infusions & Kitchen Medicine</div>
<p>Dive into overnight nourishing herbal infusions for foundational health. Step into the kitchen to prepare immune-boosting oxymels and medicinal honeys.</p>
</div>
<div class="session-item">
<div class="session-title"><strong>Session 5:</strong> Tincture Crafting & Plant Reading</div>
<p>Master folk tinctures using your chosen bases. Learn "Plant Reading" and working with the five contrasts to intuitively match a plant's properties to what your body needs.</p>
</div>
<div class="session-item">
<div class="session-title"><strong>Session 6:</strong> The Winter Apothecary (Immunity & Resilience)</div>
<p>Focus on seasonal wellness for late autumn. Cover local plants that act as immune boosters, antivirals, and antibacterials to fortify your system for winter.</p>
</div>
<div class="session-item">
<div class="session-title"><strong>Session 7:</strong> Oils, Salves & Apothecary Organization</div>
<p>Craft infused herbal oils and thicken them into skin salves. Learn the practicalities of storing, labeling, and organizing your growing materia medica.</p>
</div>
<div class="session-item">
<div class="session-title"><strong>Session 8:</strong> Integration & Lifelong Practice</div>
<p>Weave your new skills together. Discuss building sustainable daily routines, troubleshooting remedies, and nurturing your connection with plants long after class concludes.</p>
</div>
</div>
<div class="plant-list-box">
<h3 style="font-size: 1.05rem; color: var(--pine-dark); margin-bottom: 5px;">Plants We Will Study Together:</h3>
<p style="color: var(--text-muted); font-size: 0.95rem;">Nettle, Dandelion, Plantain, Oat, Red Clover, Rose & Mint family, Yarrow, Elder, Pine, Fenugreek, and many more.</p>
</div>
</section>
<section class="section-card">
<h2>About Your Teacher</h2>
<div class="bio-flex" style="margin-top: 15px;">
<div>
<h3 style="margin-bottom: 5px;">Atalya Tirosh</h3>
<p style="color: var(--alpine-blue); font-size: 0.95rem; margin-bottom: 12px;">Transdisciplinary Artist & Practising Herbalist</p>
<p>Trained through an apprenticeship with renowned herbalist <strong>Susun Weed</strong>, Atalya teaches herbal medicine, wild foraging, remedy preparation, and plant communion using embodied methods developed over six years of lectures and guided plant walks.</p>
<p style="margin-top: 10px;">Her courses offer practical plant literacy and straightforward remedy-making for beginners and experienced students seeking an integrated, experiential path into herbal practice.</p>
</div>
</div>
</section>
<section id="register" class="pricing-card">
<h2>Join the Autumn Cohort</h2>
<p style="opacity: 0.9;">Intimate circle strictly limited to 13 participants.</p>
<div class="price-tag">
<span class="price-strike">€525</span> €480 EUR
</div>
<div class="early-bird-note">
🌿 <strong>Early Bird Discount:</strong> Enter promo code <strong style="color: var(--earth-warm); font-size: 1.1rem;">HERB2026</strong> on checkout for €45 off! <em>(Valid until Aug 15th)</em>
</div>
<br>
<a href="https://book.stripe.com/cNiaEQbTP4vfaMQ3ae1RC01" class="btn-primary" target="_blank">Register & Pay via Stripe</a>
<div style="margin-top: 30px; font-size: 0.88rem; opacity: 0.85; text-align: left; background: rgba(0,0,0,0.15); padding: 20px; border-radius: 8px;">
<p><strong>Mutual Aid & Accessibility:</strong> Grounded in the folk tradition of mutual aid, financial barriers shouldn't stand between you and the plants. Limited scholarship spots and creative barter arrangements are warmly available upon application.</p>
<p style="margin-top: 10px;"><strong>Cancellation Policy:</strong> 100% refund up to 2 weeks prior to start date (August 30, 2026). Cancellations after this date may carry over their tuition to a future cohort.</p>
<p style="margin-top: 10px;"><strong>Questions or Barter Inquiries?</strong> Email directly: <a href="mailto:Atalyaya@gmail.com" style="color: #ffffff;">Atalyaya@gmail.com</a></p>
</div>
</section>
<footer>
<p>© 2026 Atalya Tirosh • The Green Path School of Herbalism</p>
</footer>
</div>
</body>
</html>