.about-hero { padding: var(--ssk-space-32, 8rem) var(--ssk-space-6, 1.5rem) var(--ssk-space-16, 4rem); background: linear-gradient( 135deg, var(--ssk-brand-primary-dark, #1b4332) 0%, var(--ssk-brand-primary, #2d6a4f) 50%, var(--ssk-brand-primary-light, #40916c) 100% ); text-align: center; position: relative; overflow: hidden; } .about-hero::before { content: ''; position: absolute; top: -50%; left: -50%; width: 100%; height: 100%; background: radial-gradient( circle, var(--ssk-overlay-white-10, rgba(255, 255, 255, 0.1)) 0%, transparent 50% ); animation: float 15s ease-in-out infinite; } .about-hero-title { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 900; color: var(--ssk-white, white); margin-bottom: var(--ssk-space-4, 1rem); position: relative; z-index: 1; } .about-hero-subtitle { font-size: var(--ssk-text-xl, 1.25rem); color: var(--ssk-overlay-white-90, rgba(255, 255, 255, 0.9)); max-width: var(--ssk-container-sm, 700px); margin: 0 auto; position: relative; z-index: 1; } @keyframes float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-20px) rotate(5deg); } } .mission-section { max-width: var(--ssk-container-md, 900px); margin: var(--ssk-space-20, 5rem) auto; padding: 0 var(--ssk-space-6, 1.5rem); text-align: center; } .mission-text { font-size: var(--ssk-text-2xl, 1.5rem); line-height: 1.8; color: var(--ssk-brand-primary-dark, #1b4332); font-weight: 500; margin-bottom: var(--ssk-space-8, 2rem); } .values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: var(--ssk-space-10, 2.5rem); margin: var(--ssk-space-20, 5rem) auto; max-width: var(--ssk-container-lg, 1200px); padding: 0 var(--ssk-space-6, 1.5rem); } .value-card { background: var(--ssk-white, white); border: 2px solid var(--ssk-border-color, #edf2e7); border-radius: var(--ssk-space-6, 1.5rem); padding: var(--ssk-space-12, 3rem) var(--ssk-space-8, 2rem); text-align: center; transition: all 0.3s; } .value-card:hover { transform: translateY(-8px); box-shadow: 0 20px 60px var(--ssk-shadow-light, rgba(0, 0, 0, 0.08)); border-color: var(--ssk-accent-green, #52b788); } .value-icon { font-size: var(--ssk-space-16, 4rem); margin-bottom: var(--ssk-space-6, 1.5rem); } .value-title { font-size: var(--ssk-text-2xl, 1.5rem); font-weight: 800; color: var(--ssk-brand-primary-dark, #1b4332); margin-bottom: var(--ssk-space-4, 1rem); } .value-description { color: var(--ssk-text-secondary, #40513b); line-height: 1.7; font-size: var(--ssk-text-base, 1rem); } .story-section { background: var(--ssk-bg-subtle, #f5f8f2); padding: var(--ssk-space-24, 6rem) var(--ssk-space-6, 1.5rem); } .story-content { max-width: var(--ssk-container-md, 900px); margin: 0 auto; } .story-text { font-size: var(--ssk-text-lg, 1.125rem); line-height: 1.8; color: var(--ssk-text-secondary, #40513b); margin-bottom: var(--ssk-space-6, 1.5rem); } .stats-section { padding: var(--ssk-space-20, 5rem) var(--ssk-space-6, 1.5rem); text-align: center; } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: var(--ssk-space-12, 3rem); max-width: var(--ssk-container-lg, 1100px); margin: var(--ssk-space-16, 4rem) auto 0; } .stat-card { text-align: center; } .stat-number { font-size: var(--ssk-text-4xl, 3.5rem); font-weight: 900; color: var(--ssk-brand-primary-dark, #1b4332); margin-bottom: var(--ssk-space-2, 0.5rem); } .stat-label { font-size: var(--ssk-text-lg, 1.125rem); color: var(--ssk-text-muted, #758467); font-weight: 600; } .team-section { max-width: var(--ssk-container-lg, 1200px); margin: var(--ssk-space-20, 5rem) auto; padding: 0 var(--ssk-space-6, 1.5rem); } .team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--ssk-space-10, 2.5rem); margin-top: var(--ssk-space-12, 3rem); } .team-member { text-align: center; } .member-photo { width: 180px; height: 180px; border-radius: 50%; background: linear-gradient( 135deg, var(--ssk-accent-green, #52b788) 0%, var(--ssk-accent-light, #95d5b2) 100% ); margin: 0 auto var(--ssk-space-6, 1.5rem); border: 4px solid var(--ssk-white, white); box-shadow: 0 8px 24px var(--ssk-shadow-md, rgba(0, 0, 0, 0.1)); } .member-name { font-size: var(--ssk-text-xl, 1.375rem); font-weight: 800; color: var(--ssk-brand-primary-dark, #1b4332); margin-bottom: var(--ssk-space-2, 0.5rem); } .member-role { font-size: var(--ssk-text-base, 1rem); color: var(--ssk-accent-green, #52b788); font-weight: 600; margin-bottom: var(--ssk-space-4, 1rem); } .member-bio { color: var(--ssk-text-secondary, #40513b); line-height: 1.6; font-size: var(--ssk-text-sm, 0.9375rem); } .disclaimer-section { background: var(--ssk-bg-warning, #fff9e6); border: 2px solid var(--ssk-border-warning, #ffd93d); border-radius: var(--ssk-space-6, 1.5rem); padding: var(--ssk-space-12, 3rem) var(--ssk-space-10, 2.5rem); max-width: var(--ssk-container-md, 900px); margin: var(--ssk-space-20, 5rem) auto; margin-left: var(--ssk-space-6, 1.5rem); margin-right: var(--ssk-space-6, 1.5rem); } .disclaimer-title { font-size: var(--ssk-text-2xl, 1.5rem); font-weight: 800; color: var(--ssk-brand-primary-dark, #1b4332); margin-bottom: var(--ssk-space-6, 1.5rem); display: flex; align-items: center; gap: var(--ssk-space-3, 0.75rem); } .disclaimer-text { color: var(--ssk-text-secondary, #40513b); line-height: 1.7; font-size: var(--ssk-text-sm, 0.9375rem); margin-bottom: var(--ssk-space-4, 1rem); }

Our Mission: Empower Your Wellness

We're on a mission to make alkaline vegan living accessible, delicious, and sustainable for everyone.

At SunSeed Kitchen, we believe that food is medicine. Our platform provides you with 5,265+ carefully crafted alkaline vegan recipes designed to nourish your body, boost your energy, and support optimal health.

Whether you're managing kidney health, supporting liver function, or simply seeking a more vibrant lifestyle, we're here to guide you every step of the way.

๐ŸŒฑ

Science-Based

Every recipe is crafted with nutritional science and alkaline principles at its core, ensuring maximum health benefits.

๐Ÿ’š

Accessible

Simple ingredients, clear instructions, and realistic prep times make healthy eating achievable for everyone.

๐ŸŒ

Sustainable

Plant-based eating that's good for you and good for the planet. Every meal is a step toward a healthier world.

โœจ

Delicious

Healthy doesn't mean boring. Our recipes are bursting with flavor, color, and culinary creativity.

๐Ÿค

Community

Join 10,000+ members sharing recipes, tips, and success stories on their wellness journey.

๐Ÿ“š

Education

Beyond recipes, we provide guides, nutritional insights, and expert support to empower your choices.

Our Story

SunSeed Kitchen was born from a simple belief: that everyone deserves access to delicious, health-promoting food. Founded in 2020, we started with a mission to make alkaline vegan nutrition approachable and sustainable.

What began as a small collection of family recipes has grown into the world's largest alkaline vegan recipe database, serving over 10,000 members worldwide. Our community spans from busy parents seeking quick, healthy meals to individuals managing chronic health conditions through diet.

Today, we're proud to offer not just recipes, but a complete wellness ecosystemโ€”from personalized meal plans and shopping lists to expert nutritionist support and a thriving community of like-minded individuals.

Our commitment remains unchanged: to empower you with the knowledge, tools, and support you need to thrive through plant-based, alkaline nutrition.

By the Numbers

The impact of our community

10,000+
Active Members
5,265+
Alkaline Recipes
4.9โ˜…
Average Rating
98%
Satisfaction Rate
365
Daily Menu Plans

โš ๏ธ Important Health Disclaimer

The information provided on SunSeed Kitchen is for educational and informational purposes only. Our recipes, meal plans, and nutritional content are not intended to diagnose, treat, cure, or prevent any disease or medical condition.

We are not medical professionals, and the content on this platform should not be considered medical advice. Always consult with a qualified healthcare provider before making any dietary changes, especially if you have existing health conditions, are pregnant or nursing, or are taking medications.

Individual results may vary. While many of our members report improved health and wellbeing through alkaline vegan nutrition, we make no guarantees about specific health outcomes.

If you have kidney disease, are on dialysis, or have any chronic health conditions, please work closely with your healthcare team and a registered dietitian to ensure our recipes align with your specific dietary needs and restrictions.

By using SunSeed Kitchen, you acknowledge that you have read and understood this disclaimer and agree to consult with healthcare professionals regarding your individual health needs.

Join Our Wellness Community

Start your 7-day free trial and discover the power of alkaline living

Get Started Free โ†’