<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>W02 Monday - Properties of Materials</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; }
.tf-item { margin-bottom: 5px; }
</style>
</head>
<body>

<!-- PAGE 1 -->
<div class="page">
<h1>🧱 Properties of Materials</h1>
<h2>Week 2 &bull; Monday &bull; Classifying Materials by Observable Properties</h2>

<h3>📖 Reading Time</h3>
<div class="reading-box">
<p>Look around you. Everything is made of materials! Wood, metal, plastic, glass, cloth, and paper are all materials. Each material has properties. A property is something you can observe about a material.</p>
<p>Color is a property. Texture is a property too. Texture is how something feels, like rough or smooth. Hardness tells us if a material is hard like a rock or soft like a pillow. Flexibility tells us if a material bends. Absorbency tells us if a material soaks up water, like a sponge.</p>
<p>Scientists sort materials by their properties. This is called classifying. When we classify, we put things into groups that are alike. Today you will classify materials just like a scientist!</p>
</div>

<h3>✏️ Reading Questions</h3>
<p>1. What do we call something you can observe about a material?</p>
<div class="answer-line"></div>
<p>2. What property tells us how something feels?</p>
<div class="answer-line"></div>
<p>3. What does it mean when a material is absorbent?</p>
<div class="answer-line"></div>
<p>4. Name three materials you can see in your room right now.</p>
<div class="answer-lines-triple">
<div class="line-row"></div>
<div class="line-row"></div>
<div class="line-row"></div>
</div>

<h3>📝 Vocabulary Grid</h3>
<p style="font-size:10.5px; color:#555;">Write what each word means in your own words.</p>
<div class="vocab-grid">
<div class="vocab-card"><strong>material</strong><div class="line-row"></div><div class="line-row"></div></div>
<div class="vocab-card"><strong>property</strong><div class="line-row"></div><div class="line-row"></div></div>
<div class="vocab-card"><strong>texture</strong><div class="line-row"></div><div class="line-row"></div></div>
<div class="vocab-card"><strong>hardness</strong><div class="line-row"></div><div class="line-row"></div></div>
<div class="vocab-card"><strong>flexible</strong><div class="line-row"></div><div class="line-row"></div></div>
<div class="vocab-card"><strong>absorbent</strong><div class="line-row"></div><div class="line-row"></div></div>
</div>
</div>

<!-- PAGE 2 -->
<div class="page">
<h3>📊 Sort It: What Material Is It?</h3>
<p style="font-size:10.5px; color:#555;">Write the material each object is mostly made of: wood, metal, plastic, glass, cloth, or paper.</p>
<table>
<tr><th>Object</th><th>Material</th></tr>
<tr><td>A spoon for cooking</td><td></td></tr>
<tr><td>A pencil</td><td></td></tr>
<tr><td>A window</td><td></td></tr>
<tr><td>A t-shirt</td><td></td></tr>
<tr><td>A toy building block</td><td></td></tr>
<tr><td>A book page</td><td></td></tr>
</table>

<h3>✏️ True or False</h3>
<p style="font-size:10.5px; color:#555;">Write T for true or F for false in each circle.</p>
<div class="tf-item"><span class="circle-box"></span> Color is a property we can see.</div>
<div class="tf-item"><span class="circle-box"></span> A sponge is absorbent.</div>
<div class="tf-item"><span class="circle-box"></span> Glass and cloth are the same material.</div>
<div class="tf-item"><span class="circle-box"></span> A rock is soft.</div>
<div class="tf-item"><span class="circle-box"></span> A rubber band is flexible.</div>
<div class="tf-item"><span class="circle-box"></span> Classifying means putting things into groups.</div>

<h3>🎨 Drawing: Materials Around Me</h3>
<p style="font-size:10.5px; color:#555;">Draw one thing made of wood, one made of metal, and one made of cloth.</p>
<div class="draw-grid">
<div class="draw-box"></div>
<div class="draw-box"></div>
<div class="draw-box"></div>
</div>

<h3>🧠 Think About It</h3>
<p>1. Why is a towel made of cloth and not glass?</p>
<div class="answer-lines-triple">
<div class="line-row"></div>
<div class="line-row"></div>
</div>
<p>2. Name one thing that is hard AND smooth.</p>
<div class="answer-line"></div>
</div>

<!-- PAGE 3 -->
<div class="page">
<h3>✏️ Fill in the Blanks</h3>
<div class="wordbank">
<span>property</span><span>texture</span><span>absorbent</span><span>flexible</span><span>hard</span><span>classify</span>
</div>
<p>1. A ______________ is something we can observe about a material.</p>
<p>2. Rough or smooth describes a material's ______________ .</p>
<p>3. A paper towel soaks up water because it is ______________ .</p>
<p>4. A material that bends easily is ______________ .</p>
<p>5. A rock is ______________ , not soft.</p>
<p>6. Scientists ______________ materials by sorting them into groups.</p>

<h3>🔍 Investigation: Material Sorting Station</h3>
<div class="activity-box">
<p><strong>You need:</strong> 6 small objects from around your home (with a grown-up's help).</p>
<p>Observe each object. Check the boxes that describe it. One object can have many properties!</p>
</div>
<table>
<tr><th>Object</th><th>Hard?</th><th>Soft?</th><th>Smooth?</th><th>Rough?</th><th>Bends?</th></tr>
<tr><td></td><td></td><td></td><td></td><td></td><td></td></tr>
<tr><td></td><td></td><td></td><td></td><td></td><td></td></tr>
<tr><td></td><td></td><td></td><td></td><td></td><td></td></tr>
<tr><td></td><td></td><td></td><td></td><td></td><td></td></tr>
<tr><td></td><td></td><td></td><td></td><td></td><td></td></tr>
<tr><td></td><td></td><td></td><td></td><td></td><td></td></tr>
</table>

<h3>🔬 Coming Up Wednesday</h3>
<div class="activity-box">
<p>You will go on a texture scavenger hunt! Start noticing how things feel when you touch them.</p>
</div>

<h3>📊 Review</h3>
<table>
<tr><th>I learned...</th><th>Circle one</th></tr>
<tr><td>What a material is</td><td>YES &nbsp; / &nbsp; NOT YET</td></tr>
<tr><td>What a property is</td><td>YES &nbsp; / &nbsp; NOT YET</td></tr>
<tr><td>How to classify by properties</td><td>YES &nbsp; / &nbsp; NOT YET</td></tr>
</table>
</div>

</body>
</html>