*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #faf8f4;--sky: #a8d4e6;--sky-light: #eef7fb;--peach: #f0a98a;--yellow: #ffec8b;--sage: #b8ddb8;--brown: #5c3d1e;--text: #6b4c3b;--teal: #00b4b4;--teal-dark: #008a8a;--teal-light: #e0f7f7;--border: #e8e0d8}@font-face{font-family:Moonjelly;src:url(/fonts/Moonjelly-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Moonjelly;src:url(/fonts/Moonjelly-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Moonjelly;src:url(/fonts/Moonjelly-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}body{font-family:Inter,sans-serif;color:var(--brown);background:#fff;line-height:1.7}header{background:#fff;border-bottom:1px solid var(--border)}.nav-inner{max-width:900px;margin:0 auto;padding:0 2rem;height:80px;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;text-decoration:none}.brand-name{font-family:Inter,sans-serif;font-weight:700;font-size:20px;color:var(--brown)}.brand-sub{font-family:Moonjelly,sans-serif;font-weight:300;font-size:23px;padding-left:5px;padding-top:3px;color:var(--teal)}.nav-link{font-size:13px;color:#999;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--teal)}.hero{background:var(--cream);padding:4.5rem 2rem;text-align:center;position:relative;overflow:hidden}.blob{position:absolute;border-radius:50%}.blob-1{width:240px;height:240px;background:var(--sky);opacity:.2;top:-60px;right:-60px}.blob-2{width:180px;height:180px;background:var(--sage);opacity:.2;bottom:-40px;left:-40px}.blob-3{width:80px;height:80px;background:var(--yellow);opacity:.35;top:40%;right:5%}.hero-inner{max-width:680px;margin:0 auto;position:relative;z-index:1}.series-badge{display:inline-block;font-family:Nunito,sans-serif;font-size:12px;font-weight:700;color:var(--teal);background:var(--teal-light);border:1.5px solid var(--teal);padding:5px 14px;border-radius:20px;margin-bottom:1.2rem;letter-spacing:.5px}.hero h1{font-family:Nunito,sans-serif;font-size:clamp(2.2rem,5vw,3rem);font-weight:900;color:var(--brown);line-height:1.15;margin-bottom:1rem}.hero h1 em{color:var(--teal);font-style:normal}.hero-sub{font-size:15px;color:var(--text);max-width:440px;margin:0 auto .75rem;line-height:1.7}.hero-concept{font-family:Nunito,sans-serif;font-size:14px;font-weight:700;color:#8a6a5a;margin-bottom:2rem;font-style:italic}.hero-btns{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.btn{padding:10px 22px;border-radius:10px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;font-family:Nunito,sans-serif;display:inline-block}.btn-primary{background:var(--teal);color:#fff}.btn-primary:hover{background:var(--teal-dark)}.btn-outline{border:2px solid var(--teal);color:var(--teal);background:#fff}.btn-outline:hover{background:var(--teal);color:#fff}.section{max-width:900px;margin:0 auto;padding:3rem 2rem}.section-bg{padding:3rem 0}.section-bg.cream{background:var(--cream)}.section-bg.sky{background:var(--sky-light)}.section-tag{font-size:11px;letter-spacing:2px;color:var(--teal);text-transform:uppercase;margin-bottom:.5rem;font-weight:700}h2{font-family:Nunito,sans-serif;font-size:1.6rem;font-weight:800;color:var(--brown);margin-bottom:1.5rem}.concept-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.concept-card{background:#fff;border-radius:14px;padding:1.5rem;border:1px solid var(--border);text-align:center}.concept-icon{font-size:2rem;margin-bottom:.75rem}.concept-card h3{font-family:Nunito,sans-serif;font-size:14px;font-weight:800;color:var(--brown);margin-bottom:6px}.concept-card p{font-size:13px;color:var(--text);line-height:1.6}.mantra{background:var(--teal);padding:3.5rem 2rem;text-align:center}.mantra-text{font-family:Nunito,sans-serif;font-size:clamp(1.4rem,3vw,4rem);font-weight:900;color:#fff;line-height:1.4;max-width:900px;margin:0 auto}.mantra-text em{color:var(--yellow);font-style:normal}.book-card{display:grid;grid-template-columns:200px 1fr;gap:2rem;align-items:start;background:#fff;border-radius:16px;padding:2rem;border:1px solid var(--border)}.book-cover{width:200px;height:auto;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px #00000026}.book-cover img{width:200px;height:auto;display:block;border-radius:10px}.book-cover-placeholder{width:100%;height:260px;background:linear-gradient(135deg,var(--sky),var(--sage));border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:40px}.book-age{display:inline-block;font-size:10px;font-weight:700;color:#fff;background:var(--peach);padding:3px 10px;border-radius:8px;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.book-title{font-family:Nunito,sans-serif;font-size:1.2rem;font-weight:800;color:var(--brown);margin-bottom:4px;line-height:1.3}.book-series{font-size:12px;color:var(--teal);margin-bottom:.75rem;font-weight:600}.book-desc{font-size:13px;color:var(--text);line-height:1.7;margin-bottom:1rem}.book-features{list-style:none;margin-bottom:1.25rem}.book-features li{font-size:12px;color:var(--text);padding:3px 0;display:flex;gap:6px}.book-features li:before{content:"✦";color:var(--sage);flex-shrink:0}.book-btns{display:flex;gap:8px;flex-wrap:wrap}.author-card{display:flex;gap:1.5rem;align-items:flex-start;background:#fff;border-radius:16px;padding:1.75rem;border:1px solid var(--border)}.author-avatar{width:70px;height:70px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--border)}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-avatar-placeholder{width:70px;height:70px;border-radius:50%;background:var(--sage);display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}.author-name{font-family:Nunito,sans-serif;font-size:1rem;font-weight:800;color:var(--brown);margin-bottom:3px}.author-role{font-size:11px;color:var(--teal);margin-bottom:.5rem;font-weight:600}.author-bio{font-size:13px;color:var(--text);line-height:1.6;margin-bottom:.75rem}.social-link{font-size:11px;color:var(--teal);text-decoration:none;font-weight:600;border:1.5px solid var(--teal);padding:4px 12px;border-radius:20px;transition:all .2s;margin-right:6px;display:inline-block}.social-link:hover{background:var(--teal);color:#fff}footer{background:var(--brown);padding:2rem;text-align:center}footer a{color:#c9a98a;text-decoration:none;margin:0 .5rem;font-size:12px;transition:color .2s}footer a:hover{color:#fff}footer p{font-size:12px;color:#9a7a6a;margin-top:8px}@media(max-width:600px){.book-card{grid-template-columns:1fr}.nav-inner{padding:0 1rem}.section{padding:2.5rem 1rem}}
