{
  "week": 3,
  "day": "Tuesday",
  "topic": "Building the Pyramids",
  "subtitle": "Mountains Made by People",
  "icon": "🔺",
  "pages": [
    {
      "title": "🔺 Building the Pyramids",
      "sections": [
        {
          "type": "reading",
          "title": "Reading Time",
          "icon": "📖",
          "paragraphs": [
            "Imagine a building so big it can be seen from far across the desert — built without trucks, cranes, or machines! The <strong>pyramids</strong> were giant stone tombs built for the pharaohs. Egyptians believed a pharaoh needed a safe home for the afterlife, the life they thought came after death.",
            "The biggest of all is the <strong>Great Pyramid of Giza</strong>, built for Pharaoh Khufu about 4,500 years ago. It is made of more than 2 million stone blocks! Some blocks weigh as much as an elephant. For almost 4,000 years, it was the tallest building on Earth.",
            "Thousands of workers cut the stones, floated them down the Nile on boats, and dragged them up ramps on wooden sleds. Scientists found that workers poured water on the sand to make the sleds slide more easily. Clever!"
          ]
        },
        {
          "type": "questions",
          "title": "Reading Questions",
          "icon": "✏️",
          "questions": [
            {"text": "What were the pyramids built for?", "lines": "single"},
            {"text": "Who was the Great Pyramid built for?", "lines": "single"},
            {"text": "How did workers move the heavy stone blocks?", "lines": "triple"}
          ]
        }
      ]
    },
    {
      "sections": [
        {
          "type": "sort_table",
          "title": "Building a Pyramid: Step by Step",
          "icon": "📊",
          "instruction": "Number these steps 1 to 4 in the order workers built a pyramid.",
          "header": ["Step", "Order (1–4)"],
          "rows": [
            ["Drag the blocks up ramps on sleds", ""],
            ["Cut big stone blocks from the quarry", ""],
            ["Place the shiny capstone on the very top", ""],
            ["Float the blocks down the Nile on boats", ""]
          ]
        },
        {
          "type": "fill_blank",
          "title": "Fill in the Blanks",
          "icon": "✏️",
          "wordbank": ["Khufu", "tombs", "blocks", "ramps", "Giza"],
          "items": [
            "Pyramids were giant stone ______________ for pharaohs.",
            "The Great Pyramid was built for Pharaoh ______________.",
            "The Great Pyramid stands at ______________ in Egypt.",
            "It is made of more than 2 million stone ______________.",
            "Workers dragged stones up ______________ on wooden sleds."
          ]
        }
      ]
    },
    {
      "sections": [
        {
          "type": "activity",
          "title": "Hands-On: Build Your Own Pyramid",
          "icon": "🔍",
          "content": [
            "<strong>You need:</strong> blocks, LEGO bricks, or sugar cubes.",
            "Build a pyramid with a wide, square bottom. Make each layer smaller than the one below it. Count how many blocks you used. Now imagine using 2 MILLION blocks, each as heavy as an elephant!"
          ]
        },
        {
          "type": "think",
          "title": "Think About It",
          "icon": "🧠",
          "questions": [
            {"text": "How many blocks did your pyramid use? Was it easy or hard to build?", "lines": "single"},
            {"text": "Why do you think the pyramids are still standing after 4,500 years?", "lines": "triple"}
          ]
        },
        {
          "type": "review_table",
          "title": "Review",
          "icon": "📊",
          "header": ["I learned...", "Circle one"],
          "rows": [
            ["Why pyramids were built", "YES &nbsp; / &nbsp; NOT YET"],
            ["How workers moved the stones", "YES &nbsp; / &nbsp; NOT YET"]
          ]
        }
      ]
    }
  ]
}