<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Is My Meow Unique To Me?</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Nunito:wght@400;600;700&display=swap');
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
--cream: #FFF8F0;
--warm-orange: #FF8C42;
--soft-yellow: #FFD166;
--lavender: #C8A7E7;
--sky: #92D5E6;
--sage: #A8D5A2;
--rose: #F7A8B8;
--deep-teal: #2A6F7F;
--ink: #2C2030;
}
body {
background: var(--ink);
font-family: 'Nunito', sans-serif;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
}
h1.series-title {
font-family: 'Fredoka One', cursive;
color: var(--soft-yellow);
font-size: clamp(1.2rem, 3vw, 1.8rem);
letter-spacing: 3px;
text-transform: uppercase;
margin-bottom: 30px;
opacity: 0.7;
}
.book-container {
display: flex;
flex-direction: column;
gap: 0;
width: 100%;
max-width: 700px;
}
.page {
width: 100%;
border-radius: 16px;
overflow: hidden;
margin-bottom: 6px;
box-shadow: 0 8px 40px rgba(0,0,0,0.5);
animation: fadeUp 0.6s ease both;
}
@keyframes fadeUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.page:nth-child(1) { animation-delay: 0.1s; }
.page:nth-child(2) { animation-delay: 0.2s; }
.page:nth-child(3) { animation-delay: 0.3s; }
.page:nth-child(4) { animation-delay: 0.4s; }
.page:nth-child(5) { animation-delay: 0.5s; }
.page:nth-child(6) { animation-delay: 0.6s; }
.page:nth-child(7) { animation-delay: 0.7s; }
.page:nth-child(8) { animation-delay: 0.8s; }
.page:nth-child(9) { animation-delay: 0.9s; }
.page:nth-child(10) { animation-delay: 1.0s; }
.illustration {
width: 100%;
position: relative;
overflow: hidden;
}
/* SVG illustrations inline */
.illustration svg {
width: 100%;
display: block;
}
.text-block {
padding: 24px 30px;
background: var(--cream);
}
.page-num {
font-size: 0.7rem;
text-transform: uppercase;
letter-spacing: 3px;
color: #aaa;
margin-bottom: 6px;
font-weight: 600;
}
.page-text {
font-family: 'Fredoka One', cursive;
font-size: clamp(1.1rem, 3.5vw, 1.6rem);
line-height: 1.55;
color: var(--ink);
}
/* COVER */
.cover .text-block {
background: var(--ink);
text-align: center;
padding: 30px;
}
.cover .page-text {
color: var(--soft-yellow);
font-size: clamp(1.6rem, 5vw, 2.4rem);
}
.cover .subtitle {
font-family: 'Nunito', sans-serif;
color: var(--lavender);
font-size: 0.9rem;
margin-top: 10px;
letter-spacing: 1px;
}
/* LAST PAGE */
.end .text-block {
background: var(--ink);
text-align: center;
}
.end .page-text {
color: var(--soft-yellow);
font-size: clamp(1.3rem, 4vw, 1.9rem);
}
</style>
</head>
<body>
<div class="book-container">
<!-- COVER -->
<div class="page cover">
<div class="illustration">
<svg viewBox="0 0 700 420" xmlns="http://www.w3.org/2000/svg">
<!-- Night sky background -->
<rect width="700" height="420" fill="#1A0E2E"/>
<!-- Stars -->
<circle cx="80" cy="40" r="1.5" fill="white" opacity="0.9"/>
<circle cx="150" cy="70" r="1" fill="white" opacity="0.7"/>
<circle cx="250" cy="25" r="2" fill="white" opacity="0.8"/>
<circle cx="400" cy="50" r="1.5" fill="white" opacity="0.9"/>
<circle cx="560" cy="30" r="1" fill="white" opacity="0.6"/>
<circle cx="620" cy="80" r="2" fill="white" opacity="0.7"/>
<circle cx="330" cy="15" r="1" fill="white" opacity="0.8"/>
<circle cx="490" cy="60" r="1.5" fill="white" opacity="0.9"/>
<circle cx="640" cy="45" r="1" fill="white" opacity="0.7"/>
<circle cx="45" cy="110" r="1" fill="white" opacity="0.5"/>
<circle cx="680" cy="130" r="1.5" fill="white" opacity="0.8"/>
<!-- Moon -->
<circle cx="580" cy="80" r="50" fill="#FFE566"/>
<circle cx="600" cy="60" r="50" fill="#1A0E2E"/>
<!-- Rolling hills -->
<ellipse cx="200" cy="450" rx="300" ry="120" fill="#2A4A2E"/>
<ellipse cx="550" cy="470" rx="280" ry="100" fill="#1E3A22"/>
<!-- House silhouette -->
<rect x="290" y="260" width="120" height="90" fill="#0D1A0F"/>
<polygon points="270,260 350,200 430,260" fill="#0D1A0F"/>
<rect x="325" y="300" width="30" height="50" fill="#2A1A0E"/>
<rect x="295" y="268" width="22" height="22" fill="#FFD166" opacity="0.6"/>
<rect x="383" y="268" width="22" height="22" fill="#FFD166" opacity="0.6"/>
<!-- Window warm glow -->
<rect x="295" y="268" width="22" height="22" fill="#FF8C42" opacity="0.3"/>
<rect x="383" y="268" width="22" height="22" fill="#FF8C42" opacity="0.3"/>
<!-- Big cat on windowsill -->
<!-- Body -->
<ellipse cx="360" cy="355" rx="35" ry="22" fill="#E8A87C"/>
<!-- Head -->
<circle cx="395" cy="342" r="22" fill="#E8A87C"/>
<!-- Ears -->
<polygon points="383,325 378,308 396,318" fill="#E8A87C"/>
<polygon points="407,325 412,308 396,318" fill="#E8A87C"/>
<polygon points="384,323 380,311 394,319" fill="#C87050"/>
<polygon points="406,323 410,311 395,319" fill="#C87050"/>
<!-- Eyes -->
<ellipse cx="389" cy="341" rx="4" ry="5" fill="#2C2030"/>
<ellipse cx="401" cy="341" rx="4" ry="5" fill="#2C2030"/>
<circle cx="390" cy="340" r="1.5" fill="white"/>
<circle cx="402" cy="340" r="1.5" fill="white"/>
<!-- Nose -->
<polygon points="395,346 392,349 398,349" fill="#D06060"/>
<!-- Mouth curve -->
<path d="M392,349 Q395,352 398,349" stroke="#C05050" stroke-width="1" fill="none"/>
<!-- Whiskers -->
<line x1="395" y1="347" x2="370" y2="344" stroke="#888" stroke-width="1"/>
<line x1="395" y1="348" x2="370" y2="350" stroke="#888" stroke-width="1"/>
<line x1="395" y1="347" x2="420" y2="344" stroke="#888" stroke-width="1"/>
<line x1="395" y1="348" x2="420" y2="350" stroke="#888" stroke-width="1"/>
<!-- Tail curl -->
<path d="M330,348 Q310,365 320,375 Q330,385 345,375" stroke="#E8A87C" stroke-width="8" fill="none" stroke-linecap="round"/>
<!-- MEOW sound wave coming from cat -->
<text x="420" y="320" font-family="Fredoka One, cursive" font-size="28" fill="#92D5E6" opacity="0.9" transform="rotate(-10,420,320)">meow?</text>
<!-- Decorative dots/sparkles around meow -->
<circle cx="416" cy="295" r="3" fill="#FFD166" opacity="0.8"/>
<circle cx="480" cy="308" r="2" fill="#F7A8B8" opacity="0.8"/>
<circle cx="510" cy="295" r="3" fill="#C8A7E7" opacity="0.8"/>
</svg>
</div>
<div class="text-block">
<div class="page-text">Is My Meow<br>Unique To Me?</div>
<div class="subtitle">A story about the sounds we make and the hearts they reach</div>
</div>
</div>
<!-- PAGE 1 -->
<div class="page">
<div class="illustration">
<svg viewBox="0 0 700 380" xmlns="http://www.w3.org/2000/svg">
<rect width="700" height="380" fill="#FFF0D8"/>
<!-- Sunbeams -->
<line x1="120" y1="0" x2="200" y2="380" stroke="#FFD166" stroke-width="40" opacity="0.15"/>
<line x1="240" y1="0" x2="320" y2="380" stroke="#FFD166" stroke-width="30" opacity="0.10"/>
<!-- Floor -->
<rect x="0" y="300" width="700" height="80" fill="#DEB887"/>
<!-- Rug -->
<ellipse cx="350" cy="320" rx="200" ry="30" fill="#FF8C42" opacity="0.4"/>
<ellipse cx="350" cy="320" rx="160" ry="22" fill="#FF6B35" opacity="0.3"/>
<!-- Window frame -->
<rect x="520" y="40" width="140" height="180" rx="5" fill="#92D5E6" opacity="0.6"/>
<rect x="520" y="40" width="140" height="180" rx="5" fill="none" stroke="#C8A87C" stroke-width="8"/>
<line x1="590" y1="40" x2="590" y2="220" stroke="#C8A87C" stroke-width="5"/>
<line x1="520" y1="130" x2="660" y2="130" stroke="#C8A87C" stroke-width="5"/>
<!-- Plant on windowsill -->
<rect x="630" y="215" width="20" height="18" fill="#8B5E3C"/>
<circle cx="640" cy="205" r="16" fill="#5A9A3A"/>
<circle cx="628" cy="210" r="10" fill="#4A8A2A"/>
<circle cx="652" cy="210" r="10" fill="#6AAA4A"/>
<!-- Orange cat sitting, looking up -->
<!-- Body -->
<ellipse cx="280" cy="290" rx="55" ry="45" fill="#E8824A"/>
<!-- Tail -->
<path d="M235,300 Q190,340 210,360 Q230,375 250,360 Q260,350 255,330" stroke="#E8824A" stroke-width="14" fill="none" stroke-linecap="round"/>
<!-- Head -->
<circle cx="280" cy="225" r="45" fill="#E8824A"/>
<!-- Ears -->
<polygon points="258,192 248,165 275,183" fill="#E8824A"/>
<polygon points="302,192 312,165 285,183" fill="#E8824A"/>
<polygon points="260,190 252,168 273,183" fill="#C86030"/>
<polygon points="300,190 308,168 287,183" fill="#C86030"/>
<!-- Eyes looking up wide -->
<ellipse cx="268" cy="222" rx="7" ry="9" fill="#2C1A10"/>
<ellipse cx="292" cy="222" rx="7" ry="9" fill="#2C1A10"/>
<circle cx="270" cy="220" r="3" fill="white"/>
<circle cx="294" cy="220" r="3" fill="white"/>
<!-- Glint -->
<!-- Nose -->
<polygon points="280,232 276,237 284,237" fill="#D05050"/>
<!-- Mouth open for meow -->
<path d="M275,238 Q280,245 285,238" stroke="#B04040" stroke-width="2" fill="#FF8080" opacity="0.7"/>
<!-- Whiskers -->
<line x1="280" y1="235" x2="240" y2="228" stroke="#666" stroke-width="1.5"/>
<line x1="280" y1="236" x2="240" y2="238" stroke="#666" stroke-width="1.5"/>
<line x1="280" y1="237" x2="240" y2="248" stroke="#666" stroke-width="1.5"/>
<line x1="280" y1="235" x2="320" y2="228" stroke="#666" stroke-width="1.5"/>
<line x1="280" y1="236" x2="320" y2="238" stroke="#666" stroke-width="1.5"/>
<line x1="280" y1="237" x2="320" y2="248" stroke="#666" stroke-width="1.5"/>
<!-- MEOW in big letters floating up -->
<text x="340" y="200" font-family="Fredoka One, cursive" font-size="52" fill="#FF8C42" opacity="0.9">MEOW!</text>
<!-- Sound waves -->
<path d="M335,195 Q320,170 335,145" stroke="#FF8C42" stroke-width="3" fill="none" opacity="0.5"/>
<path d="M325,195 Q305,165 325,138" stroke="#FF8C42" stroke-width="2" fill="none" opacity="0.3"/>
<!-- Stripes on cat -->
<path d="M260,200 Q270,195 280,200" stroke="#C86030" stroke-width="2" fill="none" opacity="0.6"/>
<path d="M258,210 Q270,204 282,210" stroke="#C86030" stroke-width="2" fill="none" opacity="0.6"/>
<path d="M255,240 Q270,270 285,265 Q300,262 310,240" stroke="#C86030" stroke-width="3" fill="none" opacity="0.4"/>
</svg>
</div>
<div class="text-block">
<div class="page-num">page 1</div>
<div class="page-text">Every morning, Mango opened his mouth and let out a big, round MEOW.<br><br>But one day, he stopped and wondered...</div>
</div>
</div>
<!-- PAGE 2 -->
<div class="page">
<div class="illustration">
<svg viewBox="0 0 700 380" xmlns="http://www.w3.org/2000/svg">
<rect width="700" height="380" fill="#E8F4F8"/>
<!-- Clouds -->
<ellipse cx="150" cy="60" rx="80" ry="35" fill="white" opacity="0.9"/>
<ellipse cx="200" cy="50" rx="60" ry="30" fill="white" opacity="0.9"/>
<ellipse cx="110" cy="55" rx="50" ry="28" fill="white" opacity="0.9"/>
<ellipse cx="550" cy="80" rx="70" ry="30" fill="white" opacity="0.8"/>
<ellipse cx="610" cy="70" rx="55" ry="26" fill="white" opacity="0.8"/>
<!-- Grass -->
<rect x="0" y="290" width="700" height="90" fill="#5B9A3A"/>
<!-- Garden path -->
<ellipse cx="350" cy="370" rx="180" ry="25" fill="#C8A87C" opacity="0.5"/>
<!-- Big tabby cat sitting in garden - thinking pose -->
<ellipse cx="340" cy="295" rx="60" ry="50" fill="#C8A060"/>
<!-- tabby stripes on body -->
<path d="M295,280 Q320,270 345,280" stroke="#8B6A30" stroke-width="3" fill="none" opacity="0.5"/>
<path d="M292,296 Q320,285 348,296" stroke="#8B6A30" stroke-width="3" fill="none" opacity="0.5"/>
<path d="M294,310 Q320,300 346,310" stroke="#8B6A30" stroke-width="3" fill="none" opacity="0.5"/>
<!-- Tail wrapping around -->
<path d="M285,320 Q250,360 270,375 Q295,385 310,365 Q320,348 305,330" stroke="#C8A060" stroke-width="14" fill="none" stroke-linecap="round"/>
<!-- Head tilted - thinking -->
<circle cx="348" cy="240" r="48" fill="#C8A060" transform="rotate(8,348,240)"/>
<!-- tabby stripes on face -->
<path d="M330,210 Q345,205 360,210" stroke="#8B6A30" stroke-width="2" fill="none" opacity="0.5"/>
<path d="M327,218 Q345,213 363,218" stroke="#8B6A30" stroke-width="2" fill="none" opacity="0.4"/>
<!-- Ears -->
<polygon points="325,212 316,188 340,200" fill="#C8A060"/>
<polygon points="370,212 380,188 358,200" fill="#C8A060"/>
<polygon points="326,210 319,191 338,200" fill="#A07840"/>
<polygon points="369,210 377,191 360,200" fill="#A07840"/>
<!-- Eyes looking sideways thoughtful -->
<ellipse cx="334" cy="238" rx="7" ry="6" fill="#4A3020"/>
<ellipse cx="362" cy="235" rx="7" ry="6" fill="#4A3020"/>
<circle cx="336" cy="237" r="2.5" fill="white"/>
<circle cx="364" cy="234" r="2.5" fill="white"/>
<!-- Eyebrow furrowed -->
<path d="M327,229 Q334,225 341,228" stroke="#8B6A30" stroke-width="2" fill="none"/>
<path d="M355,226 Q362,222 369,225" stroke="#8B6A30" stroke-width="2" fill="none"/>
<!-- Nose -->
<polygon points="348,246 344,251 352,251" fill="#C05050"/>
<!-- Closed mouth thinking -->
<path d="M344,252 Q348,254 352,252" stroke="#A04040" stroke-width="1.5" fill="none"/>
<!-- Whiskers -->
<line x1="348" y1="248" x2="305" y2="240" stroke="#888" stroke-width="1.5"/>
<line x1="348" y1="249" x2="305" y2="250" stroke="#888" stroke-width="1.5"/>
<line x1="348" y1="248" x2="391" y2="240" stroke="#888" stroke-width="1.5"/>
<line x1="348" y1="249" x2="391" y2="250" stroke="#888" stroke-width="1.5"/>
<!-- Thought bubble -->
<circle cx="420" cy="200" r="5" fill="white" opacity="0.8"/>
<circle cx="440" cy="182" r="8" fill="white" opacity="0.85"/>
<circle cx="465" cy="165" r="12" fill="white" opacity="0.9"/>
<ellipse cx="510" cy="135" rx="60" ry="45" fill="white" opacity="0.95"/>
<!-- Inside thought: tiny cats with speech bubbles -->
<circle cx="495" cy="128" r="15" fill="#E8824A"/>
<text x="488" y="133" font-family="Fredoka One, cursive" font-size="10" fill="white">m</text>
<circle cx="530" cy="132" r="12" fill="#C8A060"/>
<text x="525" y="137" font-family="Fredoka One, cursive" font-size="9" fill="white">m?</text>
<text x="470" y="115" font-family="Fredoka One, cursive" font-size="11" fill="#2C2030">meow...</text>
</svg>
</div>
<div class="text-block">
<div class="page-num">page 2</div>
<div class="page-text">"Do all cats meow the same?" he thought.<br><br>"Or is my meow... just mine?"</div>
</div>
</div>
<!-- PAGE 3 -->
<div class="page">
<div class="illustration">
<svg viewBox="0 0 700 380" xmlns="http://www.w3.org/2000/svg">
<!-- Cozy living room -->
<rect width="700" height="380" fill="#F5E8D0"/>
<!-- Wall texture -->
<rect x="0" y="0" width="700" height="250" fill="#EDD9B8"/>
<!-- Baseboards -->
<rect x="0" y="245" width="700" height="10" fill="#C8A870"/>
<!-- Floor -->
<rect x="0" y="255" width="700" height="125" fill="#D4B896"/>
<!-- Sofa -->
<rect x="80" y="210" width="320" height="100" rx="15" fill="#7B6DAA"/>
<rect x="80" y="195" width="320" height="30" rx="8" fill="#9080CC"/>
<rect x="80" y="210" width="60" height="100" rx="10" fill="#9080CC"/>
<rect x="340" y="210" width="60" height="100" rx="10" fill="#9080CC"/>
<!-- Pillows on sofa -->
<ellipse cx="175" cy="218" rx="35" ry="20" fill="#F7A8B8"/>
<ellipse cx="270" cy="216" rx="30" ry="18" fill="#92D5E6"/>
<!-- Cat on sofa - small black cat with white paws -->
<ellipse cx="230" cy="230" rx="38" ry="28" fill="#2C2030"/>
<circle cx="245" cy="204" r="28" fill="#2C2030"/>
<!-- White chest -->
<ellipse cx="230" cy="240" rx="18" ry="14" fill="white" opacity="0.9"/>
<!-- Ears -->
<polygon points="228,182 220,160 240,174" fill="#2C2030"/>
<polygon points="262,182 270,160 252,174" fill="#2C2030"/>
<polygon points="229,180 223,163 238,173" fill="#4A3060"/>
<polygon points="261,180 267,163 254,173" fill="#4A3060"/>
<!-- Eyes - big green -->
<ellipse cx="236" cy="202" rx="7" ry="8" fill="#50AA50"/>
<ellipse cx="254" cy="202" rx="7" ry="8" fill="#50AA50"/>
<ellipse cx="236" cy="203" rx="4" ry="6" fill="#1A1020"/>
<ellipse cx="254" cy="203" rx="4" ry="6" fill="#1A1020"/>
<circle cx="237" cy="201" r="2" fill="white"/>
<circle cx="255" cy="201" r="2" fill="white"/>
<!-- Nose pink -->
<polygon points="245,210 241,214 249,214" fill="#E07080"/>
<!-- Mouth -->
<path d="M241,215 Q245,219 249,215" stroke="#C06070" stroke-width="1.5" fill="none"/>
<!-- White paws -->
<ellipse cx="210" cy="252" rx="15" ry="10" fill="white"/>
<ellipse cx="248" cy="254" rx="15" ry="10" fill="white"/>
<!-- Whiskers -->
<line x1="245" y1="212" x2="210" y2="206" stroke="#888" stroke-width="1"/>
<line x1="245" y1="213" x2="210" y2="216" stroke="#888" stroke-width="1"/>
<line x1="245" y1="212" x2="280" y2="206" stroke="#888" stroke-width="1"/>
<line x1="245" y1="213" x2="280" y2="216" stroke="#888" stroke-width="1"/>
<!-- This cat's meow speech bubble -->
<ellipse cx="350" cy="155" rx="80" ry="35" fill="white" opacity="0.9" stroke="#9080CC" stroke-width="2"/>
<polygon points="290,175 275,195 310,172" fill="white" stroke="#9080CC" stroke-width="1"/>
<text x="310" y="165" font-family="Fredoka One, cursive" font-size="22" fill="#2C2030">mrrrow</text>
<!-- Second cat - fluffy grey - on floor -->
<ellipse cx="520" cy="315" rx="55" ry="40" fill="#B0B8C8"/>
<!-- fluffy details -->
<circle cx="490" cy="295" r="12" fill="#C8D0E0"/>
<circle cx="520" cy="285" r="14" fill="#C8D0E0"/>
<circle cx="548" cy="295" r="12" fill="#C8D0E0"/>
<circle cx="480" cy="308" r="10" fill="#C8D0E0"/>
<circle cx="555" cy="308" r="10" fill="#C8D0E0"/>
<!-- Head fluffy -->
<circle cx="520" cy="270" r="38" fill="#B0B8C8"/>
<circle cx="500" cy="258" r="14" fill="#C8D0E0"/>
<circle cx="520" cy="250" r="16" fill="#C8D0E0"/>
<circle cx="540" cy="258" r="14" fill="#C8D0E0"/>
<!-- Ears fluffy -->
<polygon points="502,252 495,228 515,242" fill="#B0B8C8"/>
<polygon points="538,252 545,228 525,242" fill="#B0B8C8"/>
<!-- Eyes sleepy -->
<path d="M507,267 Q512,262 517,267" stroke="#3A3050" stroke-width="3" fill="none"/>
<path d="M523,267 Q528,262 533,267" stroke="#3A3050" stroke-width="3" fill="none"/>
<!-- Nose tiny -->
<polygon points="520,275 517,278 523,278" fill="#D090A0"/>
<!-- Fluffy tail -->
<path d="M475,325 Q450,355 470,370 Q490,378 500,360" stroke="#B0B8C8" stroke-width="18" fill="none" stroke-linecap="round"/>
<!-- Fluffy cat meow bubble -->
<ellipse cx="590" cy="220" rx="75" ry="32" fill="white" opacity="0.9" stroke="#B0B8C8" stroke-width="2"/>
<polygon points="545,240 530,260 560,237" fill="white" stroke="#B0B8C8" stroke-width="1"/>
<text x="528" y="230" font-family="Fredoka One, cursive" font-size="20" fill="#2C2030">meeeeow</text>
</svg>
</div>
<div class="text-block">
<div class="page-num">page 3</div>
<div class="page-text">Mango went to find his friend Midnight, the sleek black cat.<br><br>Midnight's meow was low and rolly — like a purr with a question mark. <em>Mrrrow?</em></div>
</div>
</div>
<!-- PAGE 4 -->
<div class="page">
<div class="illustration">
<svg viewBox="0 0 700 380" xmlns="http://www.w3.org/2000/svg">
<!-- Outdoor scene - backyard -->
<rect width="700" height="380" fill="#C8E8F8"/>
<!-- Sky gradient bands -->
<rect x="0" y="0" width="700" height="150" fill="#92D5E6" opacity="0.6"/>
<!-- Trees background -->
<circle cx="80" cy="140" r="60" fill="#4A8A3A"/>
<rect x="68" y="180" width="24" height="60" fill="#7B5A30"/>
<circle cx="620" cy="130" r="70" fill="#3A7A2A"/>
<rect x="608" y="175" width="24" height="65" fill="#6B4A20"/>
<circle cx="580" cy="145" r="45" fill="#5A9A4A"/>
<!-- Grass ground -->
<rect x="0" y="270" width="700" height="110" fill="#5B9A3A"/>
<rect x="0" y="270" width="700" height="15" fill="#6BAA4A"/>
<!-- Fence -->
<rect x="0" y="230" width="700" height="8" fill="#DEB887"/>
<rect x="50" y="195" width="12" height="80" fill="#DEB887"/>
<rect x="120" y="195" width="12" height="80" fill="#DEB887"/>
<rect x="190" y="195" width="12" height="80" fill="#DEB887"/>
<rect x="260" y="195" width="12" height="80" fill="#DEB887"/>
<rect x="330" y="195" width="12" height="80" fill="#DEB887"/>
<rect x="400" y="195" width="12" height="80" fill="#DEB887"/>
<rect x="470" y="195" width="12" height="80" fill="#DEB887"/>
<rect x="540" y="195" width="12" height="80" fill="#DEB887"/>
<rect x="610" y="195" width="12" height="80" fill="#DEB887"/>
<!-- Mango (orange cat) on fence left -->
<ellipse cx="200" cy="240" rx="32" ry="22" fill="#E8824A"/>
<!-- stripes -->
<path d="M180,232 Q200,225 218,232" stroke="#C86030" stroke-width="2" fill="none" opacity="0.5"/>
<path d="M178,242 Q200,235 222,242" stroke="#C86030" stroke-width="2" fill="none" opacity="0.4"/>
<!-- Tail over fence -->
<path d="M170,248 Q145,268 155,280 Q165,288 178,278" stroke="#E8824A" stroke-width="10" fill="none" stroke-linecap="round"/>
<!-- Head -->
<circle cx="210" cy="215" r="30" fill="#E8824A"/>
<!-- Ears -->
<polygon points="196,198 188,178 207,190" fill="#E8824A"/>
<polygon points="224,198 232,178 215,190" fill="#E8824A"/>
<polygon points="197,196 190,180 205,190" fill="#C86030"/>
<polygon points="223,196 230,180 217,190" fill="#C86030"/>
<!-- Eyes hopeful looking right -->
<ellipse cx="202" cy="213" rx="5" ry="6" fill="#2C1A10"/>
<ellipse cx="218" cy="213" rx="5" ry="6" fill="#2C1A10"/>
<circle cx="203" cy="212" r="2" fill="white"/>
<circle cx="219" cy="212" r="2" fill="white"/>
<!-- Mouth open questioning -->
<polygon points="210,221 207,225 213,225" fill="#C85050"/>
<path d="M207,225 Q210,229 213,225" stroke="#A04040" stroke-width="1.5" fill="#FF9090" opacity="0.6"/>
<!-- Whiskers -->
<line x1="210" y1="222" x2="180" y2="216" stroke="#888" stroke-width="1"/>
<line x1="210" y1="223" x2="180" y2="226" stroke="#888" stroke-width="1"/>
<line x1="210" y1="222" x2="240" y2="216" stroke="#888" stroke-width="1"/>
<line x1="210" y1="223" x2="240" y2="226" stroke="#888" stroke-width="1"/>
<!-- Small kitten on fence right - tiny and high pitched -->
<ellipse cx="490" cy="238" rx="22" ry="15" fill="#F0C080"/>
<circle cx="498" cy="220" r="20" fill="#F0C080"/>
<!-- Ears tiny -->
<polygon points="486,208 480,192 494,202" fill="#F0C080"/>
<polygon points="510,208 516,192 503,202" fill="#F0C080"/>
<polygon points="487,206 482,194 493,201" fill="#E0A060"/>
<polygon points="509,206 514,194 504,201" fill="#E0A060"/>
<!-- Big eyes wide -->
<ellipse cx="491" cy="218" rx="6" ry="7" fill="#3A2A10"/>
<ellipse cx="505" cy="218" rx="6" ry="7" fill="#3A2A10"/>
<circle cx="492" cy="216" r="2.5" fill="white"/>
<circle cx="506" cy="216" r="2.5" fill="white"/>
<!-- nose tiny -->
<polygon points="498,225 495,228 501,228" fill="#E08080"/>
<!-- mouth wide open tiny meow -->
<path d="M494,228 Q498,233 502,228" stroke="#C06060" stroke-width="1.5" fill="#FFB0B0" opacity="0.7"/>
<!-- tail small -->
<path d="M470,245 Q452,258 460,268 Q468,275 476,266" stroke="#F0C080" stroke-width="8" fill="none" stroke-linecap="round"/>
<!-- Kitten tiny meow bubble -->
<ellipse cx="560" cy="175" rx="65" ry="28" fill="white" opacity="0.9" stroke="#F0C080" stroke-width="2"/>
<polygon points="510,188 498,205 525,186" fill="white" stroke="#F0C080" stroke-width="1"/>
<text x="510" y="185" font-family="Fredoka One, cursive" font-size="13" fill="#2C2030">mew! mew!</text>
<!-- Mango's speech bubble -->
<ellipse cx="195" cy="160" rx="70" ry="30" fill="white" opacity="0.9" stroke="#E8824A" stroke-width="2"/>
<polygon points="195,182 190,200 210,180" fill="white" stroke="#E8824A" stroke-width="1"/>
<text x="152" y="170" font-family="Fredoka One, cursive" font-size="14" fill="#E8824A">That's not mine!</text>
</svg>
</div>
<div class="text-block">
<div class="page-num">page 4</div>
<div class="page-text">Then Mango found tiny Luna on the fence.<br><br>Luna's meow was high and squeaky — like a little bell ringing. <em>Mew! Mew!</em><br><br>"That's not mine either," said Mango.</div>
</div>
</div>
<!-- PAGE 5 -->
<div class="page">
<div class="illustration">
<svg viewBox="0 0 700 380" xmlns="http://www.w3.org/2000/svg">
<!-- Kitchen scene -->
<rect width="700" height="380" fill="#FFF5E0"/>
<!-- Cabinets -->
<rect x="0" y="0" width="700" height="160" fill="#E8D0A0"/>
<rect x="0" y="150" width="700" height="20" fill="#C8A870"/>
<!-- Cabinet doors -->
<rect x="10" y="10" width="120" height="130" rx="5" fill="#D4B880" stroke="#C0A060" stroke-width="2"/>
<rect x="140" y="10" width="120" height="130" rx="5" fill="#D4B880" stroke="#C0A060" stroke-width="2"/>
<rect x="270" y="10" width="120" height="130" rx="5" fill="#D4B880" stroke="#C0A060" stroke-width="2"/>
<rect x="400" y="10" width="120" height="130" rx="5" fill="#D4B880" stroke="#C0A060" stroke-width="2"/>
<rect x="530" y="10" width="160" height="130" rx="5" fill="#D4B880" stroke="#C0A060" stroke-width="2"/>
<!-- Cabinet handles -->
<rect x="62" y="72" width="16" height="6" rx="3" fill="#A08040"/>
<rect x="192" y="72" width="16" height="6" rx="3" fill="#A08040"/>
<rect x="322" y="72" width="16" height="6" rx="3" fill="#A08040"/>
<rect x="452" y="72" width="16" height="6" rx="3" fill="#A08040"/>
<!-- Counter -->
<rect x="0" y="168" width="700" height="18" fill="#E0E8F0"/>
<!-- Floor tiles -->
<rect x="0" y="186" width="700" height="194" fill="#F0E8D8"/>
<line x1="0" y1="250" x2="700" y2="250" stroke="#E0D0B8" stroke-width="2"/>
<line x1="0" y1="315" x2="700" y2="315" stroke="#E0D0B8" stroke-width="2"/>
<line x1="100" y1="186" x2="100" y2="380" stroke="#E0D0B8" stroke-width="2"/>
<line x1="200" y1="186" x2="200" y2="380" stroke="#E0D0B8" stroke-width="2"/>
<line x1="300" y1="186" x2="300" y2="380" stroke="#E0D0B8" stroke-width="2"/>
<line x1="400" y1="186" x2="400" y2="380" stroke="#E0D0B8" stroke-width="2"/>
<line x1="500" y1="186" x2="500" y2="380" stroke="#E0D0B8" stroke-width="2"/>
<line x1="600" y1="186" x2="600" y2="380" stroke="#E0D0B8" stroke-width="2"/>
<!-- Food bowl on floor -->
<ellipse cx="400" cy="355" rx="50" ry="15" fill="#C8A060"/>
<ellipse cx="400" cy="348" rx="45" ry="12" fill="#E8C080"/>
<ellipse cx="400" cy="345" rx="38" ry="8" fill="#FF8C42" opacity="0.7"/>
<!-- Very old, large cat sitting by bowl - deep rumbling meow -->
<!-- Body big old cat -->
<ellipse cx="420" cy="305" rx="70" ry="55" fill="#808090"/>
<!-- belly lighter -->
<ellipse cx="420" cy="315" rx="40" ry="30" fill="#A0A0B0"/>
<!-- Tail old fat one -->
<path d="M355,320 Q330,355 355,370 Q375,380 388,362 Q395,348 380,332" stroke="#808090" stroke-width="16" fill="none" stroke-linecap="round"/>
<!-- Head large old cat -->
<circle cx="435" cy="252" r="52" fill="#808090"/>
<!-- jowly cheeks -->
<ellipse cx="410" cy="268" rx="18" ry="14" fill="#909098"/>
<ellipse cx="460" cy="268" rx="18" ry="14" fill="#909098"/>
<!-- Ears flat older cat -->
<polygon points="413,222 404,195 428,210" fill="#808090"/>
<polygon points="457,222 466,195 444,210" fill="#808090"/>
<!-- Eyes half closed wise -->
<path d="M415,250 Q422,244 429,250" stroke="#3A3050" stroke-width="3.5" fill="none"/>
<path d="M441,248 Q448,242 455,248" stroke="#3A3050" stroke-width="3.5" fill="none"/>
<!-- Pupils small -->
<!-- Nose big -->
<polygon points="435,258 430,264 440,264" fill="#C07090"/>
<!-- Mouth open wide for LOUD meow -->
<path d="M428,266 Q435,278 442,266" stroke="#A05070" stroke-width="2" fill="#FFB0B0" opacity="0.8"/>
<!-- Whiskers thick -->
<line x1="435" y1="262" x2="392" y2="252" stroke="#777" stroke-width="2"/>
<line x1="435" y1="264" x2="390" y2="264" stroke="#777" stroke-width="2"/>
<line x1="435" y1="266" x2="392" y2="276" stroke="#777" stroke-width="2"/>
<line x1="435" y1="262" x2="478" y2="252" stroke="#777" stroke-width="2"/>
<line x1="435" y1="264" x2="480" y2="264" stroke="#777" stroke-width="2"/>
<line x1="435" y1="266" x2="478" y2="276" stroke="#777" stroke-width="2"/>
<!-- Deep MEOW sound waves -->
<path d="M490,220 Q520,200 510,175 Q500,150 525,135" stroke="#808090" stroke-width="4" fill="none" opacity="0.6"/>
<path d="M505,225 Q540,200 528,170 Q516,142 545,125" stroke="#808090" stroke-width="3" fill="none" opacity="0.4"/>
<path d="M520,228 Q558,200 544,166 Q530,134 562,115" stroke="#808090" stroke-width="2" fill="none" opacity="0.25"/>
<!-- Speech bubble deep meow -->
<ellipse cx="200" cy="120" rx="160" ry="50" fill="white" opacity="0.92" stroke="#808090" stroke-width="2"/>
<polygon points="330,155 350,185 310,153" fill="white" stroke="#808090" stroke-width="1"/>
<text x="80" y="130" font-family="Fredoka One, cursive" font-size="38" fill="#505060">MEOOOW</text>
<!-- Mango watching from doorway left -->
<ellipse cx="85" cy="320" rx="28" ry="20" fill="#E8824A"/>
<circle cx="90" cy="296" r="24" fill="#E8824A"/>
<!-- Mango ears small -->
<polygon points="78,282 72,265 87,275" fill="#E8824A"/>
<polygon points="102,282 108,265 95,275" fill="#E8824A"/>
<!-- Eyes big surprised -->
<ellipse cx="83" cy="294" rx="6" ry="7" fill="#2C1A10"/>
<ellipse cx="97" cy="294" rx="6" ry="7" fill="#2C1A10"/>
<circle cx="84" cy="292" r="2.5" fill="white"/>
<circle cx="98" cy="292" r="2.5" fill="white"/>
<!-- Nose -->
<polygon points="90,302 87,306 93,306" fill="#D05050"/>
</svg>
</div>
<div class="text-block">
<div class="page-num">page 5</div>
<div class="page-text">Old Captain by the food bowl had a deep, slow meow — like thunder rolling under a door. <em>MEOOOW.</em><br><br>Mango's ears pressed flat. "Definitely not mine."</div>
</div>
</div>
<!-- PAGE 6 -->
<div class="page">
<div class="illustration">
<svg viewBox="0 0 700 380" xmlns="http://www.w3.org/2000/svg">
<!-- Backyard sunset scene -->
<rect width="700" height="380" fill="#FFE8C8"/>
<!-- Sunset gradient sky -->
<rect x="0" y="0" width="700" height="180" fill="#FF8C42" opacity="0.4"/>
<rect x="0" y="0" width="700" height="100" fill="#FFD166" opacity="0.3"/>
<!-- Sun low -->
<circle cx="620" cy="120" r="55" fill="#FFD166"/>
<circle cx="620" cy="120" r="48" fill="#FFEE88"/>
<!-- Silhouette tree -->
<rect x="550" y="160" width="20" height="100" fill="#3A2010" opacity="0.7"/>
<circle cx="560" cy="145" r="50" fill="#3A2010" opacity="0.6"/>
<!-- Grass -->
<rect x="0" y="280" width="700" height="100" fill="#4A8A30"/>
<!-- Mango sitting alone center, looking at sky -->
<ellipse cx="340" cy="305" rx="50" ry="38" fill="#E8824A"/>
<!-- Stripes -->
<path d="M302,292 Q330,283 358,292" stroke="#C86030" stroke-width="2.5" fill="none" opacity="0.5"/>
<path d="M298,305 Q330,295 362,305" stroke="#C86030" stroke-width="2.5" fill="none" opacity="0.5"/>
<!-- Tail curled around -->
<path d="M293,318 Q268,348 285,362 Q302,372 316,355 Q325,342 315,324" stroke="#E8824A" stroke-width="12" fill="none" stroke-linecap="round"/>
<!-- Head looking up at sky -->
<circle cx="345" cy="268" r="44" fill="#E8824A" transform="rotate(-5,345,268)"/>
<!-- Ears -->
<polygon points="322,245 314,220 335,234" fill="#E8824A"/>
<polygon points="368,245 376,220 357,234" fill="#E8824A"/>
<polygon points="323,243 316,222 334,234" fill="#C86030"/>
<polygon points="367,243 374,222 358,234" fill="#C86030"/>
<!-- Eyes looking up wistful -->
<ellipse cx="332" cy="265" rx="6" ry="7" fill="#2C1A10"/>
<ellipse cx="356" cy="263" rx="6" ry="7" fill="#2C1A10"/>
<circle cx="333" cy="263" r="2.5" fill="white"/>
<circle cx="357" cy="261" r="2.5" fill="white"/>
<!-- nose -->
<polygon points="344,273 340,277 348,277" fill="#D05050"/>
<!-- mouth slight frown thinking -->
<path d="M340,278 Q344,280 348,278" stroke="#A04040" stroke-width="1.5" fill="none"/>
<!-- Whiskers -->
<line x1="344" y1="275" x2="308" y2="268" stroke="#888" stroke-width="1.2"/>
<line x1="344" y1="276" x2="308" y2="278" stroke="#888" stroke-width="1.2"/>
<line x1="344" y1="275" x2="380" y2="268" stroke="#888" stroke-width="1.2"/>
<line x1="344" y1="276" x2="380" y2="278" stroke="#888" stroke-width="1.2"/>
<!-- Small thought text floating up -->
<text x="375" y="220" font-family="Fredoka One, cursive" font-size="16" fill="#C86030" opacity="0.8" transform="rotate(-5,375,220)">mrrrow?</text>
<text x="390" y="185" font-family="Fredoka One, cursive" font-size="14" fill="#FF8C42" opacity="0.6" transform="rotate(3,390,185)">mew?</text>
<text x="285" y="200" font-family="Fredoka One, cursive" font-size="18" fill="#808090" opacity="0.5" transform="rotate(-8,285,200)">MEOOOW?</text>
<!-- question marks floating -->
<text x="450" y="150" font-family="Fredoka One, cursive" font-size="35" fill="#FF8C42" opacity="0.6">?</text>
<text x="220" y="140" font-family="Fredoka One, cursive" font-size="28" fill="#FFD166" opacity="0.5">?</text>
<text x="170" y="220" font-family="Fredoka One, cursive" font-size="22" fill="#C8A7E7" opacity="0.5">?</text>
</svg>
</div>
<div class="text-block">
<div class="page-num">page 6</div>
<div class="page-text">Mango sat alone in the golden grass.<br><br>He heard Midnight's rumble. Luna's squeak. Captain's thunder.<br><br>None of them sounded like <em>him</em>.</div>
</div>
</div>
<!-- PAGE 7 -->
<div class="page">
<div class="illustration">
<svg viewBox="0 0 700 380" xmlns="http://www.w3.org/2000/svg">
<!-- Cozy bedroom evening -->
<rect width="700" height="380" fill="#F0E8F8"/>
<!-- Wall -->
<rect x="0" y="0" width="700" height="260" fill="#E8DDF0"/>
<!-- Floor warm wood -->
<rect x="0" y="258" width="700" height="122" fill="#C8A870"/>
<!-- Wood grain lines -->
<line x1="0" y1="285" x2="700" y2="285" stroke="#B89860" stroke-width="1" opacity="0.4"/>
<line x1="0" y1="315" x2="700" y2="315" stroke="#B89860" stroke-width="1" opacity="0.4"/>
<line x1="0" y1="345" x2="700" y2="345" stroke="#B89860" stroke-width="1" opacity="0.4"/>
<!-- Bed -->
<rect x="380" y="170" width="300" height="160" rx="10" fill="#C8A7E7"/>
<!-- Headboard -->
<rect x="380" y="150" width="300" height="35" rx="8" fill="#9870CC"/>
<!-- Pillow -->
<ellipse cx="500" cy="195" rx="80" ry="22" fill="white" opacity="0.85"/>
<ellipse cx="600" cy="198" rx="55" ry="18" fill="#F7D0E8" opacity="0.85"/>
<!-- Blanket lumps (child under covers) -->
<ellipse cx="530" cy="270" rx="120" ry="50" fill="#AA80DD" opacity="0.7"/>
<!-- Child's head peeking out -->
<circle cx="530" cy="235" r="32" fill="#F4C898"/>
<!-- Hair messy -->
<ellipse cx="530" cy="212" rx="32" ry="18" fill="#5A3010"/>
<ellipse cx="512" cy="215" rx="12" ry="16" fill="#5A3010"/>
<ellipse cx="548" cy="215" rx="12" ry="16" fill="#5A3010"/>
<ellipse cx="505" cy="210" rx="8" ry="10" fill="#5A3010"/>
<ellipse cx="555" cy="210" rx="8" ry="10" fill="#5A3010"/>
<!-- Child eyes sleepy but smiling -->
<path d="M516,237 Q522,232 528,237" stroke="#3A2010" stroke-width="2.5" fill="none"/>
<path d="M532,237 Q538,232 544,237" stroke="#3A2010" stroke-width="2.5" fill="none"/>
<!-- Cheeks rosy -->
<ellipse cx="514" cy="244" rx="8" ry="5" fill="#F0A0A0" opacity="0.5"/>
<ellipse cx="546" cy="244" rx="8" ry="5" fill="#F0A0A0" opacity="0.5"/>
<!-- Smile -->
<path d="M520,246 Q530,253 540,246" stroke="#A07050" stroke-width="2" fill="none"/>
<!-- Arm out of covers -->
<ellipse cx="460" cy="255" rx="22" ry="10" fill="#F4C898"/>
<!-- Hand petting Mango -->
<ellipse cx="440" cy="258" rx="18" ry="10" fill="#F4C898"/>
<!-- Mango on bed being petted -->
<ellipse cx="395" cy="268" rx="45" ry="32" fill="#E8824A"/>
<!-- stripes -->
<path d="M362,256 Q385,248 408,256" stroke="#C86030" stroke-width="2" fill="none" opacity="0.5"/>
<path d="M359,268 Q385,259 411,268" stroke="#C86030" stroke-width="2" fill="none" opacity="0.5"/>
<!-- head resting down -->
<circle cx="400" cy="242" r="35" fill="#E8824A"/>
<!-- Ears flatten happy -->
<polygon points="382,225 375,206 392,218" fill="#E8824A"/>
<polygon points="418,225 425,206 410,218" fill="#E8824A"/>
<polygon points="383,223 377,208 390,218" fill="#C86030"/>
<polygon points="417,223 423,208 412,218" fill="#C86030"/>
<!-- Eyes closed happy -->
<path d="M388,240 Q395,234 402,240" stroke="#2C1A10" stroke-width="3" fill="none"/>
<path d="M402,239 Q409,233 416,239" stroke="#2C1A10" stroke-width="3" fill="none"/>
<!-- Smile content -->
<path d="M396,248 Q402,253 408,248" stroke="#A04040" stroke-width="2" fill="none"/>
<!-- Whiskers happy -->
<line x1="402" y1="246" x2="370" y2="240" stroke="#888" stroke-width="1"/>
<line x1="402" y1="247" x2="368" y2="250" stroke="#888" stroke-width="1"/>
<line x1="402" y1="246" x2="434" y2="240" stroke="#888" stroke-width="1"/>
<line x1="402" y1="247" x2="436" y2="250" stroke="#888" stroke-width="1"/>
<!-- Tail curled content on bed -->
<path d="M355,275 Q335,295 348,308 Q360,316 370,305 Q376,296 368,283" stroke="#E8824A" stroke-width="11" fill="none" stroke-linecap="round"/>
<!-- Purring sound waves tiny -->
<path d="M340,215 Q322,200 328,182" stroke="#FF8C42" stroke-width="2" fill="none" opacity="0.4"/>
<path d="M328,218 Q307,201 314,180" stroke="#FF8C42" stroke-width="1.5" fill="none" opacity="0.3"/>
<!-- Night lamp glow on bedside table -->
<rect x="88" y="215" width="40" height="55" rx="5" fill="#B89860"/>
<ellipse cx="108" cy="215" rx="28" ry="10" fill="#D4B880"/>
<ellipse cx="108" cy="200" rx="20" ry="28" fill="#FFE090" opacity="0.8"/>
<!-- Lamp glow -->
<ellipse cx="108" cy="215" rx="60" ry="40" fill="#FFD166" opacity="0.12"/>
<!-- Speech bubble - child -->
<ellipse cx="190" cy="120" rx="120" ry="45" fill="white" opacity="0.93" stroke="#C8A7E7" stroke-width="2"/>
<polygon points="460,185 480,210 445,183" fill="white" stroke="#C8A7E7" stroke-width="1"/>
<text x="100" y="115" font-family="Fredoka One, cursive" font-size="14" fill="#6A50AA">There you are,</text>
<text x="118" y="135" font-family="Fredoka One, cursive" font-size="14" fill="#6A50AA">Mango...</text>
</svg>
</div>
<div class="text-block">
<div class="page-num">page 7</div>
<div class="page-text">That night, his person found him on the bed.<br><br>"There you are, Mango," she whispered, and stroked his fur from ears to tail.</div>
</div>
</div>
<!-- PAGE 8 -->
<div class="page">
<div class="illustration">
<svg viewBox="0 0 700 380" xmlns="http://www.w3.org/2000/svg">
<!-- Very close up of cat face, warm glow -->
<rect width="700" height="380" fill="#2C1A10"/>
<!-- Warm lamp light circle -->
<circle cx="350" cy="190" r="280" fill="#FF8C42" opacity="0.18"/>
<circle cx="350" cy="190" r="200" fill="#FFD166" opacity="0.12"/>
<!-- Big beautiful Mango face close up -->
<circle cx="350" cy="220" r="160" fill="#E8824A"/>
<!-- Stripes detailed -->
<path d="M250,170 Q310,155 370,170" stroke="#C86030" stroke-width="5" fill="none" opacity="0.5"/>
<path d="M245,190 Q310,173 375,190" stroke="#C86030" stroke-width="4" fill="none" opacity="0.4"/>
<path d="M240,145 Q295,130 350,145" stroke="#C86030" stroke-width="3" fill="none" opacity="0.35"/>
<!-- Forehead M marking -->
<path d="M310,150 Q330,135 350,150 Q370,135 390,150" stroke="#C86030" stroke-width="3" fill="none" opacity="0.45"/>
<!-- Ears big -->
<polygon points="248,165 220,85 290,130" fill="#E8824A"/>
<polygon points="452,165 480,85 410,130" fill="#E8824A"/>
<polygon points="252,162 228,92 285,130" fill="#C86030"/>
<polygon points="448,162 472,92 415,130" fill="#C86030"/>
<!-- Inner ear pink -->
<polygon points="255,158 233,98 282,128" fill="#D07060" opacity="0.5"/>
<polygon points="445,158 467,98 418,128" fill="#D07060" opacity="0.5"/>
<!-- Big beautiful eyes close-up -->
<!-- Left eye -->
<ellipse cx="290" cy="205" rx="42" ry="38" fill="#70C070"/>
<ellipse cx="290" cy="205" rx="36" ry="33" fill="#90E090"/>
<ellipse cx="290" cy="208" rx="18" ry="28" fill="#1A1010"/>
<circle cx="300" cy="196" r="8" fill="white"/>
<circle cx="278" cy="215" r="4" fill="white" opacity="0.5"/>
<!-- Right eye -->
<ellipse cx="410" cy="205" rx="42" ry="38" fill="#70C070"/>
<ellipse cx="410" cy="205" rx="36" ry="33" fill="#90E090"/>
<ellipse cx="410" cy="208" rx="18" ry="28" fill="#1A1010"/>
<circle cx="420" cy="196" r="8" fill="white"/>
<circle cx="398" cy="215" r="4" fill="white" opacity="0.5"/>
<!-- Eye ring -->
<ellipse cx="290" cy="205" rx="42" ry="38" fill="none" stroke="#C86030" stroke-width="3"/>
<ellipse cx="410" cy="205" rx="42" ry="38" fill="none" stroke="#C86030" stroke-width="3"/>
<!-- Nose big beautiful pink -->
<polygon points="350,255 332,272 368,272" fill="#E07080"/>
<polygon points="350,255 332,272 368,272" fill="none" stroke="#C06070" stroke-width="2"/>
<!-- Nostrils -->
<ellipse cx="340" cy="265" rx="5" ry="3" fill="#C06070" opacity="0.5"/>
<ellipse cx="360" cy="265" rx="5" ry="3" fill="#C06070" opacity="0.5"/>
<!-- Mouth -->
<path d="M350,272 Q340,280 332,272" stroke="#C06070" stroke-width="2" fill="none"/>
<path d="M350,272 Q360,280 368,272" stroke="#C06070" stroke-width="2" fill="none"/>
<!-- Mouth open slightly -->
<ellipse cx="350" cy="280" rx="12" ry="8" fill="#AA4050" opacity="0.6"/>
<!-- Tongue pink tiny -->
<ellipse cx="350" cy="284" rx="8" ry="5" fill="#F08090"/>
<!-- Whiskers dramatic close-up -->
<line x1="350" y1="260" x2="140" y2="235" stroke="white" stroke-width="2" opacity="0.8"/>
<line x1="350" y1="262" x2="138" y2="255" stroke="white" stroke-width="2" opacity="0.8"/>
<line x1="350" y1="265" x2="140" y2="275" stroke="white" stroke-width="2" opacity="0.7"/>
<line x1="350" y1="267" x2="142" y2="292" stroke="white" stroke-width="1.5" opacity="0.6"/>
<line x1="350" y1="260" x2="560" y2="235" stroke="white" stroke-width="2" opacity="0.8"/>
<line x1="350" y1="262" x2="562" y2="255" stroke="white" stroke-width="2" opacity="0.8"/>
<line x1="350" y1="265" x2="560" y2="275" stroke="white" stroke-width="2" opacity="0.7"/>
<line x1="350" y1="267" x2="558" y2="292" stroke="white" stroke-width="1.5" opacity="0.6"/>
<!-- MEOW huge dramatic text -->
<text x="50" y="370" font-family="Fredoka One, cursive" font-size="72" fill="#FF8C42" opacity="0.9">MEOW.</text>
</svg>
</div>
<div class="text-block">
<div class="page-num">page 8</div>
<div class="page-text">And then — without thinking — it came out.<br><br>Not high. Not low. Not rumbling. Not squeaky.<br><br>Just... <strong>his.</strong></div>
</div>
</div>
<!-- PAGE 9 -->
<div class="page">
<div class="illustration">
<svg viewBox="0 0 700 380" xmlns="http://www.w3.org/2000/svg">
<!-- Soft warm bedroom glow - reaction -->
<rect width="700" height="380" fill="#FFF0E8"/>
<!-- Soft radial warmth -->
<circle cx="350" cy="190" r="320" fill="#FFD166" opacity="0.15"/>
<!-- Her face closeup loving -->
<!-- Neck and shoulder -->
<ellipse cx="350" cy="390" rx="200" ry="80" fill="#F4C898"/>
<!-- Shirt edge -->
<ellipse cx="350" cy="395" rx="210" ry="70" fill="#C8A7E7"/>
<!-- Face beautiful -->
<circle cx="350" cy="240" r="125" fill="#F4C898"/>
<!-- Hair long dark flowing -->
<ellipse cx="350" cy="155" rx="125" ry="70" fill="#4A2A10"/>
<ellipse cx="240" cy="230" rx="45" ry="120" fill="#4A2A10"/>
<ellipse cx="460" cy="230" rx="45" ry="120" fill="#4A2A10"/>
<ellipse cx="225" cy="195" rx="35" ry="90" fill="#5A3820"/>
<ellipse cx="475" cy="195" rx="35" ry="90" fill="#5A3820"/>
<!-- Hair highlights -->
<path d="M260,130 Q310,120 350,125 Q390,120 440,130" stroke="#7A5030" stroke-width="3" fill="none" opacity="0.4"/>
<!-- Face features - eyes closed smiling -->
<!-- Left eye closed happy -->
<path d="M295,228 Q310,216 325,228" stroke="#3A2010" stroke-width="3.5" fill="none"/>
<!-- Eyelashes -->
<line x1="296" y1="228" x2="290" y2="220" stroke="#3A2010" stroke-width="1.5"/>
<line x1="302" y1="224" x2="298" y2="216" stroke="#3A2010" stroke-width="1.5"/>
<line x1="309" y1="222" x2="308" y2="214" stroke="#3A2010" stroke-width="1.5"/>
<line x1="316" y1="223" x2="317" y2="215" stroke="#3A2010" stroke-width="1.5"/>
<line x1="323" y1="226" x2="326" y2="219" stroke="#3A2010" stroke-width="1.5"/>
<!-- Right eye closed happy -->
<path d="M375,228 Q390,216 405,228" stroke="#3A2010" stroke-width="3.5" fill="none"/>
<line x1="376" y1="228" x2="370" y2="220" stroke="#3A2010" stroke-width="1.5"/>
<line x1="382" y1="224" x2="378" y2="216" stroke="#3A2010" stroke-width="1.5"/>
<line x1="389" y1="222" x2="388" y2="214" stroke="#3A2010" stroke-width="1.5"/>
<line x1="396" y1="223" x2="397" y2="215" stroke="#3A2010" stroke-width="1.5"/>
<line x1="403" y1="226" x2="406" y2="219" stroke="#3A2010" stroke-width="1.5"/>
<!-- Nose soft -->
<path d="M338,255 Q343,262 350,260 Q357,262 362,255" stroke="#C09070" stroke-width="2" fill="none"/>
<!-- Big joyful smile -->
<path d="M310,278 Q350,308 390,278" stroke="#C07050" stroke-width="3" fill="none"/>
<path d="M310,278 Q350,315 390,278" stroke="#C07050" stroke-width="1" fill="#F4B0A0" opacity="0.3"/>
<!-- Teeth -->
<path d="M318,284 Q350,305 382,284 Q350,290 318,284" fill="white" opacity="0.85"/>
<!-- Rosy cheeks -->
<ellipse cx="298" cy="265" rx="22" ry="14" fill="#F09090" opacity="0.35"/>
<ellipse cx="402" cy="265" rx="22" ry="14" fill="#F09090" opacity="0.35"/>
<!-- Mango up against her face cheek -->
<!-- Just Mango's face snuggled in corner -->
<circle cx="590" cy="320" r="55" fill="#E8824A"/>
<!-- stripes -->
<path d="M548,302 Q568,295 588,302" stroke="#C86030" stroke-width="2" fill="none" opacity="0.5"/>
<!-- Eyes closed happy small -->
<path d="M572,316 Q578,310 584,316" stroke="#2C1A10" stroke-width="2.5" fill="none"/>
<path d="M586,315 Q592,309 598,315" stroke="#2C1A10" stroke-width="2.5" fill="none"/>
<!-- Nose -->
<polygon points="585,323 581,327 589,327" fill="#D05050"/>
<!-- Smile -->
<path d="M581,328 Q585,332 589,328" stroke="#A04040" stroke-width="1.5" fill="none"/>
<!-- Small ears -->
<polygon points="560,300 553,280 572,292" fill="#E8824A"/>
<polygon points="610,300 617,280 600,292" fill="#E8824A"/>
<polygon points="562,298 556,282 570,292" fill="#C86030"/>
<polygon points="608,298 614,282 601,292" fill="#C86030"/>
<!-- Whiskers just a few poking out -->
<line x1="585" y1="324" x2="555" y2="317" stroke="#888" stroke-width="1"/>
<line x1="585" y1="325" x2="553" y2="328" stroke="#888" stroke-width="1"/>
<!-- Heart sparkles floating between them -->
<text x="230" y="160" font-family="serif" font-size="28" fill="#FF8C42" opacity="0.8">♥</text>
<text x="440" y="150" font-family="serif" font-size="20" fill="#F7A8B8" opacity="0.7">♥</text>
<text x="310" y="100" font-family="serif" font-size="16" fill="#FFD166" opacity="0.6">♥</text>
<text x="470" y="170" font-family="serif" font-size="14" fill="#C8A7E7" opacity="0.7">♥</text>
<!-- Her response text -->
<ellipse cx="180" cy="310" rx="135" ry="42" fill="white" opacity="0.92" stroke="#F7A8B8" stroke-width="2"/>
<polygon points="300,330 320,355 280,328" fill="white" stroke="#F7A8B8" stroke-width="1"/>
<text x="70" y="302" font-family="Fredoka One, cursive" font-size="13" fill="#8A5070">Hi, sweet boy.</text>
<text x="65" y="322" font-family="Fredoka One, cursive" font-size="13" fill="#8A5070">I know that sound.</text>
</svg>
</div>
<div class="text-block">
<div class="page-num">page 9</div>
<div class="page-text">She smiled and pulled him close.<br><br>"I know that sound," she said. "That's <em>your</em> meow. I'd know it anywhere."</div>
</div>
</div>
<!-- PAGE 10 - THE END -->
<div class="page end">
<div class="illustration">
<svg viewBox="0 0 700 380" xmlns="http://www.w3.org/2000/svg">
<!-- Peaceful night scene -->
<rect width="700" height="380" fill="#1A0E2E"/>
<!-- Star field -->
<circle cx="60" cy="30" r="1.5" fill="white" opacity="0.9"/>
<circle cx="130" cy="55" r="1" fill="white" opacity="0.7"/>
<circle cx="200" cy="20" r="2" fill="white"/>
<circle cx="280" cy="45" r="1.5" fill="white" opacity="0.8"/>
<circle cx="360" cy="15" r="1" fill="white" opacity="0.6"/>
<circle cx="440" cy="40" r="2" fill="white" opacity="0.9"/>
<circle cx="520" cy="25" r="1.5" fill="white" opacity="0.7"/>
<circle cx="600" cy="50" r="1" fill="white" opacity="0.8"/>
<circle cx="660" cy="30" r="2" fill="white" opacity="0.6"/>
<circle cx="95" cy="80" r="1" fill="white" opacity="0.5"/>
<circle cx="455" cy="70" r="1.5" fill="white" opacity="0.8"/>
<circle cx="175" cy="90" r="1" fill="white" opacity="0.7"/>
<circle cx="325" cy="65" r="2" fill="white" opacity="0.5"/>
<circle cx="580" cy="85" r="1" fill="white" opacity="0.9"/>
<!-- Moon full glowing -->
<circle cx="580" cy="90" r="65" fill="#FFE566" opacity="0.2"/>
<circle cx="580" cy="90" r="52" fill="#FFE566" opacity="0.3"/>
<circle cx="580" cy="90" r="42" fill="#FFE566"/>
<circle cx="568" cy="78" r="8" fill="#FFD144" opacity="0.4"/>
<circle cx="592" cy="95" r="6" fill="#FFD144" opacity="0.3"/>
<!-- Moonbeam on bed -->
<polygon points="548,90 612,90 500,380 460,380" fill="#FFE566" opacity="0.05"/>
<!-- Bed cozy -->
<rect x="100" y="230" width="500" height="150" rx="20" fill="#9070CC"/>
<!-- Headboard -->
<rect x="100" y="210" width="500" height="45" rx="12" fill="#7050AA"/>
<!-- Blanket warm -->
<rect x="100" y="265" width="500" height="115" rx="20" fill="#7060BB"/>
<!-- Blanket fold -->
<rect x="100" y="265" width="500" height="25" rx="5" fill="#AA90EE" opacity="0.5"/>
<!-- Pillow -->
<ellipse cx="350" cy="268" rx="160" ry="28" fill="white" opacity="0.8"/>
<!-- Child asleep in bed -->
<circle cx="350" cy="255" r="38" fill="#F4C898"/>
<!-- Eyes closed sleeping -->
<path d="M330,252 Q338,246 346,252" stroke="#3A2010" stroke-width="2.5" fill="none"/>
<path d="M354,252 Q362,246 370,252" stroke="#3A2010" stroke-width="2.5" fill="none"/>
<!-- Peaceful mouth -->
<path d="M340,264 Q350,269 360,264" stroke="#C07050" stroke-width="1.5" fill="none"/>
<!-- Rosy cheeks sleep -->
<ellipse cx="332" cy="262" rx="10" ry="6" fill="#F09090" opacity="0.4"/>
<ellipse cx="368" cy="262" rx="10" ry="6" fill="#F09090" opacity="0.4"/>
<!-- Hair on pillow -->
<ellipse cx="350" cy="232" rx="38" ry="18" fill="#4A2A10"/>
<ellipse cx="320" cy="238" rx="18" ry="22" fill="#4A2A10"/>
<ellipse cx="380" cy="238" rx="18" ry="22" fill="#4A2A10"/>
<!-- Mango curled up at foot of bed on top of blanket -->
<!-- Tight curl body -->
<circle cx="480" cy="330" r="45" fill="#E8824A"/>
<!-- Stripes -->
<path d="M448,318 Q475,310 500,318" stroke="#C86030" stroke-width="2.5" fill="none" opacity="0.5"/>
<!-- Tail wrapped around tight -->
<path d="M438,340 Q422,365 445,375 Q465,380 470,360 Q472,348 458,338" stroke="#E8824A" stroke-width="12" fill="none" stroke-linecap="round"/>
<!-- Head tucked down sleeping -->
<circle cx="493" cy="313" r="30" fill="#E8824A"/>
<!-- Ears flat sleeping -->
<polygon points="476,298 470,280 486,290" fill="#E8824A"/>
<polygon points="510,298 516,280 502,290" fill="#E8824A"/>
<polygon points="477,296 472,282 484,290" fill="#C86030"/>
<polygon points="509,296 514,282 504,290" fill="#C86030"/>
<!-- Eyes closed tight sleeping -->
<path d="M481,312 Q487,306 493,312" stroke="#2C1A10" stroke-width="2.5" fill="none"/>
<path d="M493,311 Q499,305 505,311" stroke="#2C1A10" stroke-width="2.5" fill="none"/>
<!-- Tiny smile -->
<path d="M489,319 Q493,323 497,319" stroke="#A04040" stroke-width="1.5" fill="none"/>
<!-- Nose -->
<polygon points="493,315 490,319 496,319" fill="#D05050"/>
<!-- Whiskers just poking -->
<line x1="493" y1="317" x2="468" y2="311" stroke="#888" stroke-width="1"/>
<line x1="493" y1="318" x2="467" y2="320" stroke="#888" stroke-width="1"/>
<line x1="493" y1="317" x2="518" y2="311" stroke="#888" stroke-width="1"/>
<line x1="493" y1="318" x2="519" y2="320" stroke="#888" stroke-width="1"/>
<!-- Purring zzz -->
<text x="525" y="295" font-family="Fredoka One, cursive" font-size="16" fill="#FF8C42" opacity="0.6">z z z</text>
<!-- Small meow floating up softly -->
<text x="380" y="180" font-family="Fredoka One, cursive" font-size="24" fill="#FF8C42" opacity="0.5" transform="rotate(-5,380,180)">meow...</text>
</svg>
</div>
<div class="text-block">
<div class="page-num">the end</div>
<div class="page-text">Yes, Mango decided, curling up warm and safe.<br><br>My meow is mine.<br>The only one in the whole wide world<br>that means exactly <em>me.</em> 🐾</div>
</div>
</div>
</div>
<p style="font-family:'Fredoka One',cursive; color:#666; font-size:0.8rem; text-align:center; margin-top:30px; margin-bottom:40px; letter-spacing:2px;">THE END · IS MY MEOW UNIQUE TO ME?</p>
</body>
</html>