Science Book 1: The Atomic Map for Real Scientific Understanding
.rs4k-pd { --primary: #66bd54; --primary-dark: #4c9c3b; --accent: #6c97f8; --accent-dark: #5573b8; --ink: #111111; --muted: #5b6573; --soft: rgba(102,189,84,0.08); --soft-blue: rgb a(108,151,248,0.07); --line: rgba(108,151,248,0.14); --line-green: rgba(102,189,84,0.25); --radius: 18px; font-family: 'DM Sans', sans-serif; color: var(--muted); line-height: 1.7; font-size: 16px; } .rs4k-pd * { box-sizing: border-box; } .rs4k-pd section { background: #ffffff; border: 2px solid var(--line); border-radius: var(--radius); padding: 28px 26px; margin: 0 0 18px 0; } @media (max-width: 600px) { .rs4k-pd section { padding: 20px 16px; } } .rs4k-pd h2 { font-size: clamp(21px, 3vw, 28px); font-weight: 800; color: var(--ink); line-height: 1.25; margin: 0 0 6px 0; padding-bottom: 12px; position: relative; } .rs4k-pd h2::after { content: ''; position: absolute; bottom: 0; left: 0; width: 56px; height: 4px; background: var(--primary); border-radius: 2px; } .rs4k-pd h2 + p, .rs4k-pd h2 + ul, .rs4k-pd h2 + h3 { margin-top: 16px; } .rs4k-pd h3 { font-size: 17px; font-weight: 700; color: var(--primary-dark); margin: 20px 0 8px 0; line-height: 1.3; } .rs4k-pd p { margin: 0 0 14px 0; } .rs4k-pd p:last-child { margin-bottom: 0; } .rs4k-pd strong { color: var(--ink); } .rs4k-pd em { font-style: italic; } .rs4k-pd a { color: var(--primary-dark); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(102,189,84,0.35); } .rs4k-pd a:hover { border-bottom-color: var(--primary-dark); } .rs4k-pd ul { margin: 0 0 14px 0; padding: 0; list-style: none; } .rs4k-pd ul li { position: relative; padding-left: 26px; margin-bottom: 8px; } .rs4k-pd ul li::before { content: ''; position: absolute; left: 4px; top: 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--primary); opacity: 0.85; } .rs4k-pd .pd-kit { background: linear-gradient(135deg, rgba(102,189,84,0.07), rgba(108,151,248,0.07)); border-color: var(--line-green); } .rs4k-pd .pd-kit h2 { color: var(--primary-dark); } .rs4k-pd .pd-batch { background: var(--soft); border-left: 4px solid var(--primary); border-radius: 10px; padding: 14px 16px; color: var(--ink); } .rs4k-pd .pd-fmt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0 16px 0; } @media (max-width: 640px) { .rs4k-pd .pd-fmt-grid { grid-template-columns: 1fr; } } .rs4k-pd .pd-fmt { background: #fafcff; border: 1.5px solid var(--line); border-radius: 12px; padding: 16px 16px 12px; transition: border-color 0.15s ease, box-shadow 0.15s ease; } .rs4k-pd .pd-fmt:hover { border-color: var(--primary); box-shadow: 0 4px 14px rgba(102,189,84,0.12); } .rs4k-pd .pd-fmt h3 { margin: 0 0 6px 0; font-size: 15px; color: var(--ink); } .rs4k-pd .pd-fmt p { font-size: 14px; margin: 0; } .rs4k-pd .pd-fmt:first-child { border-color: var(--line-green); background: var(--soft); } .rs4k-pd .pd-fmt:nth-child(2) { border-color: var(--line-green); background: var(--soft); } .rs4k-pd .pd-series h3 { color: var(--ink); font-size: 15px; margin: 18px 0 6px 0; } .rs4k-pd .pd-series p { margin-bottom: 4px; } .rs4k-pd .pd-series a { display: inline-block; background: var(--soft); border: 1px solid var(--line-green); border-radius: 999px; padding: 5px 13px; margin: 0 6px 8px 0; font-size: 13px; font-weight: 700; color: var(--primary-dark); text-decoration: none; border-bottom-width: 1px; transition: background 0.15s ease; } .rs4k-pd .pd-series a:hover { background: rgba(102,189,84,0.18); } .rs4k-pd .pd-foot { background: transparent; border: none; text-align: center; padding: 10px 8px 0; } .rs4k-pd .pd-foot small { font-size: 12px; color: #8a929d; } .rs4k-pd a.bk1 { color: #981E76; border-bottom-color: rgba(152,30,118,0.40); } .rs4k-pd a.bk1:hover { border-bottom-color: #981E76; } .rs4k-pd .pd-series a.bk1 { background: rgba(152,30,118,0.10); border-color: rgba(152,30,118,0.40); color: #981E76; } .rs4k-pd .pd-series a.bk1:hover { background: rgba(152,30,118,0.20); } .rs4k-pd a.bk2 { color: #C90D1B; border-bottom-color: rgba(225,15,30,0.40); } .rs4k-pd a.bk2:hover { border-bottom-color: #C90D1B; } .rs4k-pd .pd-series a.bk2 { background: rgba(225,15,30,0.10); border-color: rgba(225,15,30,0.40); color: #C90D1B; } .rs4k-pd .pd-series a.bk2:hover { background: rgba(225,15,30,0.20); } .rs4k-pd a.bk3 { color: #C27102; border-bottom-color: rgba(245,143,4,0.40); } .rs4k-pd a.bk3:hover { border-bottom-color: #C27102; } .rs4k-pd .pd-series a.bk3 { background: rgba(245,143,4,0.10); border-color: rgba(245,143,4,0.40); color: #C27102; } .rs4k-pd .pd-series a.bk3:hover { background: rgba(245,143,4,0.20); } .rs4k-pd a.bk4 { color: #9A7500; border-bottom-color: rgba(255,194,4,0.40); } .rs4k-pd a.bk4:hover { border-bottom-color: #9A7500; } .rs4k-pd .pd-series a.bk4 { background: rgba(255,194,4,0.10); border-color: rgba(255,194,4,0.40); color: #9A7500; } .rs4k-pd .pd-series a.bk4:hover { background: rgba(255,194,4,0.20); } .rs4k-pd a.bk5 { color: #4E8A22; border-bottom-color: rgba(97,171,42,0.40); } .rs4k-pd a.bk5:hover { border-bottom-color: #4E8A22; } .rs4k-pd .pd-series a.bk5 { background: rgba(97,171,42,0.10); border-color: rgba(97,171,42,0.40); color: #4E8A22; } .rs4k-pd .pd-series a.bk5:hover { background: rgba(97,171,42,0.20); } .rs4k-pd a.bk6 { color: #077FB3; border-bottom-color: rgba(8,153,216,0.40); } .rs4k-pd a.bk6:hover { border-bottom-color: #077FB3; } .rs4k-pd .pd-series a.bk6 { background: rgba(8,153,216,0.10); border-color: rgba(8,153,216,0.40); color: #077FB3; } .rs4k-pd .pd-series a.bk6:hover { background: rgba(8,153,216,0.20); } .rs4k-pd a.bk7 { color: #2D6DB4; border-bottom-color: rgba(45,109,180,0.40); } .rs4k-pd a.bk7:hover { border-bottom-color: #2D6DB4; } .rs4k-pd .pd-series a.bk7 { background: rgba(45,109,180,0.10); border-color: rgba(45,109,180,0.40); color: #2D6DB4; } .rs4k-pd .pd-series a.bk7:hover { background: rgba(45,109,180,0.20); } Starting Science with the Framework That Connects Everything Science Book 1 is where modern science truly begins. Instead of starting with disconnected topics or surface-level observations, Science Book 1 introduces students to the atomic map, the underlying framework that connects chemistry, biology, physics, geology, and astronomy into one coherent system. See The Map We Never Got to learn more. This book is the foundational entry point to the Real Science-4-Kids series. It replaces confusion with clarity by giving students the correct conceptual map before asking them to explore the territory. Science Book 1 is not about memorizing facts. It is about understanding how the world works at its most fundamental level, and giving students a framework they will use for the rest of their scientific education. Why Starting with the Right Map Changes Everything Most science programs begin without a map. They introduce isolated topics, plants, rocks, magnets, weather, without explaining how these ideas connect. Students accumulate facts but lack a framework to organize them. Years later, atomic theory finally appears, often too late to correct earlier misconceptions. This curriculum takes a different approach. See The Map We Never Got to learn more. We begin with the atomic map, the true connecting framework of all modern science. By starting with atoms and molecules, students immediately see how chemistry explains biology, how physics governs motion and energy, how geology reflects atomic structure, and how astronomy follows the same physical laws. This is not just learning science content. It is learning how science actually works. From Observation to Explanation: How Science Book 1 Thinks Differently Science Book 1 gives students more than descriptions of the natural world. It gives them mechanistic explanations. Instead of simply observing that plants grow, students learn how atomic interactions make photosynthesis possible. Instead of memorizing rock types, they learn how atomic structure determines mineral properties. Instead of listing facts, students learn why those facts are true. This approach builds deep understanding, correct mental models, and long-term retention, without oversimplification or misconceptions. The Atoms-First Difference The Atoms-First approach changes what students are able to do with science, not just what they know. Learn more about the Atoms-First Way. Starts with the Connecting Framework Traditional programs end with atomic concepts (if they reach them at all). Science Book 1 starts there, giving students the navigational system that makes all later science logical and connected. Provides Mechanistic Explanations Students learn the "why" behind the "what." Scientific ideas are explained through atomic interactions rather than surface-level description. Builds Independent Scientific Thinkers Once students understand the atomic map, they can approach new topics with confidence. They know where new ideas fit and how to reason through unfamiliar material. Students gain: Correct mental models of how the world works Accurate scientific vocabulary they can build on for years Confidence rooted in real understanding Preparation for any future science program Who Should Start with Science Book 1? Science Book 1 is designed for students who need the right foundation, regardless of age. Ideal Starting Points Ages 7 to 9 with adult guidance and read-aloud support Ages 8 to 10 working independently Older students new to science Students confused by traditional, disconnected science programs Reading Level: Approximately Grade 3+ for independent workConcept Accessibility: Age 8+ with guidanceFoundation Focus: Correct scientific models from the start, with nothing to unlearn later New: Add the Book 1 Experiment Kit Every supply for all 10 hands-on experiments in Science Book 1, packed and ready in one box. No supply lists to hunt down and no last-minute store runs, just a few common household items to add. Choose a bundle with the kit right on this page: 3-Book Trio + Experiment Kit (Recommended): the complete print program with every experiment supplied 3-Book Trio + Digital Teaching Dashboard + Experiment Kit: everything, in print, digital, and hands-on form Batch September: open now through September 5. Ships by September 15. Our kits are built by hand in small batches. Order by September 5 to be included in this build; miss the window and you are first in line for the next batch. Books and digital access in your bundle are not delayed: digital access arrives right away, and the kit follows on the batch schedule. Teaching more than one child? The Book 1 Experiment Kit is also available on its own with sibling pack options, so every child has their own personal Real Science-4-Kids materials. Open and Go, Everything Is Ready Science Book 1 is designed to be picked up and taught immediately. No prep work, no science background required. Get up and running fast with the Quick-Start Guide. Understand why starting with the atomic map matters on the Start with the Right Map page. What's Inside the 3-Book Trio (Hardcover Student Textbook + Student Pages + Teacher Pages) 1. Hardcover Student Textbook A full-color journey through the five scientific disciplines, all unified through the atomic map. Students learn: Atoms and molecules as the building blocks of everything How chemistry, biology, physics, geology, and astronomy connect Accurate scientific vocabulary used correctly from the beginning Abstract ideas made concrete through engaging illustrations 2. Softcover Student Pages Guided notebooks that turn understanding into active learning: Study pages reinforcing atomic concepts RATATAZ experiments connecting theory to observation Quizzes that assess real understanding, not memorization Activities that develop scientific thinking skills 3. Softcover Teacher Pages Complete instructional support for any teaching environment: Fully planned 35 to 45 minute lessons Experiment notes and safety guidance Clear answer keys for all student work No science background required Hands-On Experiments Included Every experiment connects directly to the atomic map, showing students how theory explains real-world observations. Access experiments three ways In the Student Pages: instructions and worksheets In the Teacher Pages: teaching guidance and support In the Experiment Hub: Download Experiments Want the supplies handled too? The Book 1 Experiment Kit packs every supply for all 10 experiments, available bundled above or on its own. 22 Chapters: A Unified Journey Through Science Students explore chemistry, biology, physics, geology, and astronomy not as separate subjects, but as interconnected expressions of the same atomic framework. Chemistry: Where Modern Science Begins Atoms, molecules, and chemical reactions, the transformations that create the material world. Biology: The Science of Life Classification, cells as life's basic unit, and microorganisms including viruses, bacteria, and archaea. Physics: Energy and Motion Forces, motion, and energy transfer as atomic-scale interactions expressed at larger scales. Geology: The Dynamic Earth Earth's layers, rocks and minerals, volcanoes, and earthquakes explained through atomic structure and energy. Astronomy: Our Place in Space The solar system, Sun, Moon, and early astronomical models that extend physical laws beyond Earth. Available Formats 3-Book Trio + Digital Teaching Dashboard + Experiment Kit The complete Book 1 program: print, digital, and hands-onIdeal for families who want everything in one order 3-Book Trio + Experiment Kit (Recommended) The full print program with every experiment suppliedIdeal for hands-on, screen-free learning with nothing to source 3-Book Trio + Digital Teaching Dashboard (18-Month Access) Print books plus the fully organized digital classroomIdeal for blended print and digital instruction 3-Book Trio (Textbook + Student + Teacher Pages) Hardcover Textbook + Print Student Pages + Print Teacher PagesIdeal for hands-on learning, screen-free environments, and family use Digital Teaching Dashboard (18-Month Access) A fully organized digital classroom aligned by chapterIdeal for digital-first instruction Hardcover Textbook Only Full-color print edition for reference, libraries, or supplemental use Digital Textbook Only (18-Month Access) The Student Digital Textbook with Audio as a full-screen flipbook on any computer, tablet, or interactive whiteboard, with no app to install Need extra copies? Student Pages and Teacher Pages are sold separately in print or digital download for additional students, co-ops, and classrooms. Your Scientific Journey Begins Here Science Book 1 is the foundation for everything that follows. Continue to Science Book 2 to learn how scientists investigate using real methods Advance to Science Book 3 for deeper molecular connections Progress to Science Book 4 for integrated systems thinking Prepare for advanced study with Science Book 5 Questions about placement? See our Curricula Map to find the best starting point for your student. Want the full story behind the Atoms-First sequence? Learn Our Approach. Explore the Complete Real Science-4-Kids Science Series Each book in the series builds on the last. Explore all books and their companion materials below: Science Book 1 Science Book 1 Textbook (this page) | Science Book 1 Student Pages Science Book 1 Teacher Pages Book 1 Experiment Kit Science Book 2 Science Book 2 Textbook Science Book 2 Student Pages Science Book 2 Teacher Pages Book 2 Experiment Kit Science Book 3 Science Book 3 Textbook Science Book 3 Student Pages Science Book 3 Teacher Pages Science Book 4 Science Book 4 Textbook Science Book 4 Student Pages Science Book 4 Teacher Pages Science Book 5 Science Book 5 Textbook Science Book 5 Student Pages Science Book 5 Teacher Pages Book 5 Experiment Kit Science Book 6 Science Book 6 Textbook Science Book 6 Student Pages Science Book 6 Teacher Pages Science Book 7 Science Book 7 Textbook Science Book 7 Student Pages Science Book 7 Teacher Pages © 2026 Dr. Rebecca Woodbury, PhD, M.Ed. All rights reserved. Published under license by Gravitas Publications, Inc. Real Science-4-Kids® is a registered trademark of Gravitas Publications, Inc.
More you might like
Related
The Science Inspectors (Books 1-3) - Science Chapter Book Bu
Related
Seeing Science: An Illustrated Guide to the Wonders of the U
Related
The Science of Reading Decodable Texts: Book 2 (The Science
Related