.app-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1000px;text-align:center;padding:20px;margin:0 auto}.announcement-banner{font-size:1.2rem;color:var(--text);margin:12px 0;text-align:center}@media (max-width: 768px){.announcement-banner{font-size:1.35rem}}.testimonials-section{display:flex;flex-direction:column;gap:2rem;margin:2rem 0;width:100%}.testimonial-quote{font-style:italic;font-size:1.25rem;color:var(--text-light);padding:1.5rem;line-height:1.7;background-color:var(--bg);border-left:4px solid var(--accent-border);box-shadow:0 2px 6px #0000000d;width:100%}.testimonial-quote p{margin:0 0 .75rem}.testimonial-quote footer{font-style:normal;font-weight:600;font-size:1.1rem;color:var(--text-muted)}@media (max-width: 768px){.testimonial-quote{font-size:1.35rem}.testimonial-quote footer{font-size:1.2rem}}.video-section{display:flex;justify-content:center;margin:1.5rem 0}.video-section video{max-width:80vw;max-height:70vh;object-fit:contain;border-radius:var(--radius)}.author-bio{display:flex;flex-direction:column;align-items:center;margin:2rem 0}.bio-text{max-width:700px;text-align:left;color:var(--text-light)}.bio-text h2{font-size:1.4rem;margin-top:0;margin-bottom:1rem;color:var(--text)}.bio-text p{font-size:1.125rem;line-height:1.7;margin-bottom:1rem}.author-bio img{width:180px;height:auto;border-radius:var(--radius);margin-top:1.25rem}@media (max-width: 768px){.bio-text{text-align:center}.bio-text h2{font-size:1.5rem}.bio-text p{font-size:1.35rem}.author-bio img{width:160px}}.podcast-section{max-width:700px;text-align:left;color:var(--text-light);margin:2rem 0}.podcast-section h2{font-size:1.4rem;margin-top:0;margin-bottom:1rem;text-align:center;color:var(--text)}.podcast-section p{font-size:1.125rem;line-height:1.7;margin-bottom:1.25rem}.podcast-cta{text-align:center}@media (max-width: 768px){.podcast-section h2{font-size:1.5rem}.podcast-section p{font-size:1.35rem}}.awarenow-section{max-width:700px;text-align:left;color:var(--text-light);margin:2rem 0}.awarenow-section h2{font-size:1.4rem;margin-top:0;margin-bottom:1rem;text-align:center;color:var(--text)}.awarenow-section p{font-size:1.125rem;line-height:1.7;margin-bottom:1.25rem}.awarenow-cta{text-align:center}@media (max-width: 768px){.awarenow-section h2{font-size:1.5rem}.awarenow-section p{font-size:1.35rem}}.purchase-links{text-align:center;margin:2rem 0}.purchase-links h2{font-size:1.3rem;margin-bottom:1.25rem;color:var(--text)}.store-group{margin-bottom:1.25rem}.store-group h3{font-size:1.125rem;font-weight:500;margin-bottom:.5rem;color:var(--text)}.link-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:1.1rem}.link-separator{color:var(--text-muted)}@media (max-width: 768px){.purchase-links h2{font-size:1.4rem}.store-group h3,.link-row{font-size:1.25rem}}.contact-footer{text-align:center;margin:2rem 0 1rem}.contact-footer .email-link{font-size:1.1rem;display:inline-block;margin-bottom:1.25rem}.contact-footer .donation-note{font-size:1rem;color:var(--text-light)}@media (max-width: 768px){.contact-footer .email-link{font-size:1.25rem}.contact-footer .donation-note{font-size:1.15rem}}:root{--bg: #f5e9dc;--surface: #fff8f0;--primary: #8b6f47;--primary-hover: #6d5636;--text: #222;--text-muted: #555;--text-light: #333;--border: #d4c4b0;--accent-border: #888;--link: #5a3e28;--link-hover: #3d2a1a;--radius: 8px;--font-stack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%}body{font-family:var(--font-stack);font-size:1.125rem;font-weight:500;line-height:1.7;color:var(--text);background-color:var(--bg);display:flex;justify-content:center;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--link);text-decoration:underline;transition:color .2s ease}a:hover{color:var(--link-hover)}a:focus-visible{outline:2px solid var(--text-muted);outline-offset:3px}button:focus-visible{outline:2px solid var(--text-muted);outline-offset:3px}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-transition{animation:pageFadeIn .8s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn 1s ease-out}.divider{width:100%;height:2px;margin:2rem 0;border:none}.divider.spring{background:linear-gradient(to right,#dfa8da,var(--bg),#a1d8a0)}.divider.summer{background:linear-gradient(to right,#9fdba3,var(--bg),#b7e3f4)}.divider.fall{background:linear-gradient(to right,#a85736,var(--bg),#c48b65)}.divider.winter{background:linear-gradient(to right,#c7d7e0,var(--bg),#b0c4d7)}.cta-button{display:inline-block;padding:14px 28px;background-color:var(--primary);color:#fff;text-decoration:none;border-radius:var(--radius);font-size:1.125rem;font-weight:500;min-height:44px;transition:background-color .2s ease,transform .2s ease}.cta-button:hover{background-color:var(--primary-hover);color:#fff;transform:scale(1.02)}.cta-button:focus-visible{outline:2px solid var(--text-muted);outline-offset:3px}@media (max-width: 768px){body{font-size:1.25rem}.cta-button{font-size:1.2rem;padding:16px 32px}}
