<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>W18 Wednesday - Ecosystem in a Jar</title>
<style>
@page { size: 8.5in 11in; margin: 0.5in; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Georgia', serif; color: #1a1a1a; font-size: 12px; line-height: 1.5; }
h1 { font-size: 22px; color: #2e7d32; margin-bottom: 2px; }
h2 { font-size: 13px; color: #555; font-weight: normal; font-style: italic; margin-bottom: 6px; }
h3 { font-size: 14px; color: #2e7d32; margin: 6px 0 3px; page-break-after: avoid; }
.reading-box { background: #e8f5e9; border-left: 5px solid #43a047; border-radius: 0 8px 8px 0; padding: 8px 12px; margin-bottom: 6px; font-size: 11.5px; line-height: 1.35; }
.reading-box p { margin-bottom: 3px; text-indent: 1em; }
.reading-box p:last-child { margin-bottom: 0; }
.answer-line { border-bottom: 1px solid #b0bec5; height: 22px; }
.answer-lines-triple .line-row { border-bottom: 1px solid #b0bec5; height: 18px; }
.activity-box { border: 2px solid #42a5f5; border-radius: 6px; padding: 7px 10px; margin-bottom: 6px; }
.draw-box { border: 2px dashed #42a5f5; border-radius: 6px; height: 70px; background: #fafafa; margin-bottom: 6px; }
.circle-box { display: inline-block; width: 14px; height: 14px; border: 2px solid #42a5f5; border-radius: 50%; margin-right: 3px; vertical-align: middle; }
.wordbank span { background: #e3f2fd; border: 1px solid #42a5f5; border-radius: 4px; padding: 1px 5px; font-size: 10.5px; margin-right: 2px; display: inline-block; margin-bottom: 2px; }
table { width: 100%; border-collapse: collapse; margin-bottom: 6px; font-size: 11px; page-break-inside: avoid; }
th { background: #e8f5e9; color: #2e7d32; padding: 3px 5px; text-align: left; font-size: 10.5px; border: 1px solid #c8e6c9; }
td { padding: 3px 5px; border: 1px solid #e0e0e0; }
tr:nth-child(even) { background: #f9fbe7; }
.page { width: 7.5in; min-height: 10in; position: relative; }
.page + .page { page-break-before: always; }
.vocab-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-bottom: 6px; }
.vocab-card { border: 2px solid #42a5f5; border-radius: 6px; padding: 4px 7px; }
.vocab-card strong { display: block; color: #1565c0; font-size: 12px; margin-bottom: 2px; }
.vocab-card .line-row { border-bottom: 1px solid #b0bec5; height: 16px; }
.draw-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; margin-bottom: 6px; }
</style>
</head>
<body>

<div class="page">
<h1>Build an Ecosystem in a Jar</h1>
<h2>Week 18 &bull; Wednesday &bull; Life Science</h2>

<h3>📖 Reading Time</h3>
<div class="reading-box">
<p>Can you build a tiny ecosystem? Yes! A terrarium is a small ecosystem inside a jar. It has soil, plants, water, and air. Sunlight shines in through the glass.</p>
<p>In a closed terrarium, water goes around and around. The plants drink water from the soil. Water leaves the plants and makes tiny drops on the glass. The drops fall back to the soil like rain. It is a tiny water cycle!</p>
<p>Today you will build your own terrarium. You will watch it for the next few weeks. You will see a real ecosystem work!</p>
</div>

<h3>✏️ Warm-Up Questions</h3>
<p>1. What is a terrarium?</p>
<div class="answer-line"></div>
<p>2. What non-living things are in a terrarium?</p>
<div class="answer-line"></div>
<p>3. Where do the water drops on the glass come from?</p>
<div class="answer-line"></div>

<h3>🔬 Experiment: Terrarium in a Jar</h3>
<div class="activity-box">
<p><strong>You will need:</strong> a big glass jar with a lid, small rocks, soil, 1-2 small plants (or moss), a spoon, and water.</p>
<p><strong>Steps:</strong></p>
<p>1. Put a layer of small rocks in the bottom of the jar.</p>
<p>2. Add 2-3 inches of soil on top of the rocks.</p>
<p>3. Dig small holes and gently plant your plants.</p>
<p>4. Add a little water. The soil should be damp, not soggy.</p>
<p>5. Put the lid on. Place the jar in bright light, not hot sun.</p>
<p>6. Watch it each day and record what you see!</p>
</div>
<div class="activity-box">
<p><strong>⚠️ Safety:</strong> Ask an adult to help with the glass jar. Glass can break and cut you. Wash your hands after touching soil and plants.</p>
</div>
</div>

<div class="page">
<h1>Observe Your Ecosystem</h1>
<h2>Week 18 &bull; Wednesday &bull; Page 2</h2>

<h3>🔍 Ecosystem Parts Sort</h3>
<p>List the parts of YOUR terrarium in the correct column.</p>
<table>
<tr><th>Living Parts</th><th>Non-Living Parts</th></tr>
<tr><td style="height:26px;"></td><td></td></tr>
<tr><td style="height:26px;"></td><td></td></tr>
<tr><td style="height:26px;"></td><td></td></tr>
</table>

<h3>📊 Observation Chart</h3>
<p>Observe your terrarium today. Check on it again later this week.</p>
<table>
<tr><th>Question</th><th>Day 1</th><th>Day 3 or 4</th></tr>
<tr><td>Do the plants look healthy?</td><td style="height:24px;"></td><td></td></tr>
<tr><td>Are there water drops on the glass?</td><td style="height:24px;"></td><td></td></tr>
<tr><td>Does the soil look wet or dry?</td><td style="height:24px;"></td><td></td></tr>
<tr><td>What else do you notice?</td><td style="height:24px;"></td><td></td></tr>
</table>

<h3>🎨 Draw Your Terrarium</h3>
<p>Draw your terrarium. Label the rocks, soil, plants, water, and air.</p>
<div class="draw-box" style="height:200px;"></div>
</div>

<div class="page">
<h1>Thinking Like an Ecologist</h1>
<h2>Week 18 &bull; Wednesday &bull; Page 3</h2>

<h3>✏️ Extended Writing</h3>
<p>How is your terrarium like a real forest ecosystem? How is it different?</p>
<div class="answer-lines-triple">
<div class="line-row"></div>
<div class="line-row"></div>
<div class="line-row"></div>
<div class="line-row"></div>
<div class="line-row"></div>
</div>

<h3>🧠 Design Challenge</h3>
<p>Pretend you could add ONE small animal to your terrarium. A pill bug? A worm? A snail? Which would you pick, and what would it need to live?</p>
<p>My animal: <span class="answer-line" style="display:inline-block; width:3in;"></span></p>
<table>
<tr><th>It would eat...</th><th>It would drink...</th><th>It would hide in...</th></tr>
<tr><td style="height:26px;"></td><td></td><td></td></tr>
</table>
<p>Draw your terrarium with the new animal inside.</p>
<div class="draw-box" style="height:130px;"></div>

<h3>📓 Science Journal</h3>
<p>Make a prediction. What will your terrarium look like in one week?</p>
<div class="answer-lines-triple">
<div class="line-row"></div>
<div class="line-row"></div>
<div class="line-row"></div>
</div>
</div>

</body>
</html>