6 Meal Plan
.hmkc *{box-sizing:border-box;margin:0;padding:0} .hmkc{ --bg:#ffffff; --bg-card:#F8F7F5; --bg-card2:#F1EFEC; --bg-pill:#F4F2EF; --border:#E4E2DD; --ink:#2A1C12; --red:#730D0E; --r ed-dk:#5A0A0B; --gold:#AA863A; --gold-pale:#FBF6EC; --txt-md:#55483D; --txt-lo:#7E7166; font-family:'DM Sans',sans-serif; width:100%;max-width:680px;margin:0 auto; background:var(--bg);color:var(--ink);line-height:1.6 } .hmkc img{max-width:100%;display:block} .hmkc-eyebrow{display:block;font-size:11px;font-weight:700;letter-spacing:4px;text-transform:uppercase;color:var(--red);margin-bottom:10px} .hmkc-heading{font-family:'Fraunces',serif;font-size:clamp(26px,5.5vw,38px);font-weight:900;line-height:1.14;color:var(--ink);letter-spacing:-.01em;margin-bottom:14px} .hmkc-lead{font-size:16px;line-height:1.8;color:var(--txt-md);font-weight:300} .hmkc-lead strong{color:var(--red);font-weight:700} .hmkc-section{padding:44px 20px;border-bottom:1px solid var(--border)} .hmkc-section img{border-radius:10px;height:auto} /* ── HERO ── */ .hmkc-hero{padding:52px 20px 44px;border-bottom:1px solid var(--border);position:relative;overflow:hidden} .hmkc-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 75% 30%,rgba(170,134,58,.08) 0%,transparent 60%);pointer-events:none} .hmkc-hero>*{position:relative} .hmkc-hero-eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:22px} .hmkc-hero-eyebrow-line{width:28px;height:2px;background:var(--gold);flex-shrink:0} .hmkc-hero-eyebrow span{font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--red)} .hmkc-hero h1{font-family:'Fraunces',serif;font-size:clamp(32px,8.5vw,52px);font-weight:900;line-height:1.08;color:var(--ink);letter-spacing:-.015em;margin-bottom:18px} .hmkc-hero h1 em{display:block;font-style:italic;font-weight:500;font-size:1em;color:var(--red);margin-top:6px} .hmkc-hero-sub{font-size:16px;color:var(--txt-md);max-width:470px;line-height:1.75;font-weight:300} .hmkc-hero-sub strong{color:var(--ink);font-weight:700} .hmkc-hero-badge{display:inline-flex;align-items:center;gap:10px;background:var(--gold-pale);border:1px solid rgba(170,134,58,.3);border-radius:100px;padding:8px 18px 8px 12px;font-size:13px;color:var(--txt-md);margin-top:22px;text-decoration:none} .hmkc-hero-badge:hover{border-color:var(--gold)} .hmkc-hero-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);flex-shrink:0} .hmkc-hero-badge strong{color:var(--ink)} /* ── SCROLLING STRIP ── */ .hmkc-ticker{background:var(--ink);overflow:hidden;white-space:nowrap;padding:2px 0;border-bottom:1px solid var(--border)} .hmkc-ticker-inner{display:inline-flex;animation:hmkcscroll 24s linear infinite;will-change:transform;transform:translateZ(0)} .hmkc-ticker-inner:hover{animation-play-state:paused} .hmkc-chip{display:inline-flex;align-items:center;gap:10px;padding:12px 28px;border-right:1px solid rgba(170,134,58,.3)} .hmkc-chip-num{font-family:'Fraunces',serif;font-size:22px;font-weight:900;color:#ffffff;line-height:1} .hmkc-chip-label{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.55);line-height:1.3} @keyframes hmkcscroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}} @media (prefers-reduced-motion:reduce){.hmkc-ticker-inner{animation:none;white-space:normal;flex-wrap:wrap;justify-content:center}.hmkc-ticker{white-space:normal}} /* ── PROOF STATS ── */ .hmkc-proof{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--border)} .hmkc-proof-cell{padding:30px 10px;text-align:center;border-right:1px solid var(--border)} .hmkc-proof-cell:last-child{border-right:none} .hmkc-proof-num{font-family:'Fraunces',serif;font-size:clamp(30px,7vw,44px);font-weight:900;color:var(--ink);line-height:1;display:block} .hmkc-proof-num em{font-style:normal;color:var(--gold)} .hmkc-proof-lbl{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--txt-md);margin-top:8px;display:block} /* ── RESUME / CREDENTIAL LIST ── */ .hmkc-resume{display:flex;flex-direction:column;margin-top:24px;border-left:2px solid rgba(170,134,58,.35);padding-left:22px} .hmkc-cred{position:relative;padding:14px 0} .hmkc-cred::before{content:'';position:absolute;left:-28px;top:22px;width:10px;height:10px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 3px rgba(170,134,58,.18)} .hmkc-cred strong{font-size:15px;color:var(--ink);display:block;margin-bottom:3px;font-weight:800} .hmkc-cred p{font-size:13.5px;color:var(--txt-md);line-height:1.6} /* ── SHORT SECTIONS ── */ .hmkc-usp{padding:36px 20px;border-bottom:1px solid var(--border)} .hmkc-usp img{margin-bottom:16px;border-radius:10px;height:auto} /* ── HOW IT WORKS ── */ .hmkc-steps{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);border-radius:12px;overflow:hidden;margin-top:28px} .hmkc-step{background:#ffffff;padding:26px 20px;text-align:center} .hmkc-step-circle{width:48px;height:48px;background:var(--red);color:#ffffff;font-family:'Fraunces',serif;font-size:20px;font-weight:900;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px} .hmkc-step h4{font-size:15px;font-weight:800;color:var(--ink);margin-bottom:6px;line-height:1.3} .hmkc-step p{font-size:13px;color:var(--txt-md);line-height:1.6} /* ── DELIVERY ZONES ── */ .hmkc-zones-block{border:1px solid var(--border);border-radius:12px;padding:20px;margin-top:24px;background:var(--bg-card)} .hmkc-zones-label{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--txt-lo);margin-bottom:14px;display:block} .hmkc-zones{display:flex;flex-wrap:wrap;gap:8px} .hmkc-zone{font-size:12px;font-weight:700;letter-spacing:1px;background:var(--bg-pill);border:1px solid var(--border);color:var(--txt-md);padding:6px 14px;border-radius:100px;text-transform:uppercase} .hmkc-zone.hub{background:var(--ink);border-color:var(--ink);color:#ffffff} /* ── DELIVERY MAP ── */ .hmkc-map-card{border-radius:18px;overflow:visible;border:1px solid var(--border);margin-top:24px;box-shadow:0 14px 40px rgba(42,28,18,.14);background:var(--ink)} .hmkc-map-head{padding:24px 24px 20px;background:var(--ink)} .hmkc-map-tag{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--gold);margin-bottom:8px} .hmkc-map-title{font-family:'Fraunces',serif;font-size:clamp(20px,5vw,26px);font-weight:900;color:#ffffff;line-height:1.15;letter-spacing:-.01em} .hmkc-map-sub{font-size:13px;color:rgba(255,255,255,.5);margin-top:6px} #hmkc-map{height:400px;width:100%;display:block;position:relative;z-index:0} .hmkc-map-foot{padding:16px 20px 18px;background:var(--red);border-top:1px solid rgba(170,134,58,.35)} .hmkc-map-foot-lbl{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:10px} .hmkc-map-towns{display:flex;flex-wrap:wrap;gap:7px} .hmkc-town{font-size:12px;font-weight:600;color:#ffffff;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.22);padding:5px 12px;border-radius:100px} .hmkc-tip{background:#730D0E!important;color:#fff!important;border:none!important;border-radius:4px!important;font-size:10px!important;font-weight:700!important;font-family:Arial,sans-serif!important;padding:2px 6px!important;white-space:nowrap!important} .hmkc-tip::before{border-top-color:#730D0E!important} .leaflet-container{background:#EFEDE8} .leaflet-bar a{color:#730D0E;font-weight:700} @media(max-width:480px){#hmkc-map{height:320px}} /* ── PLANS ── */ .hmkc-plan-header{text-align:center;margin-bottom:28px} .hmkc-plan-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border-radius:12px;overflow:hidden} .hmkc-plan-card{background:#ffffff;padding:28px 10px;text-align:center;text-decoration:none;color:inherit;display:block;transition:background .2s} .hmkc-plan-card:hover{background:var(--bg-card)} .hmkc-plan-card.featured{background:var(--red)} .hmkc-plan-card.featured:hover{background:var(--red-dk)} .hmkc-plan-badge{display:inline-block;background:var(--gold);color:#ffffff;font-size:10px;font-weight:800;letter-spacing:2px;text-transform:uppercase;padding:4px 10px;border-radius:100px;margin-bottom:14px} .hmkc-plan-num{font-family:'Fraunces',serif;font-size:clamp(38px,9vw,54px);font-weight:900;color:var(--ink);line-height:1;display:block} .hmkc-plan-card.featured .hmkc-plan-num{color:#ffffff} .hmkc-plan-lbl{font-size:10px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--txt-lo);margin:8px 0 14px;display:block} .hmkc-plan-card.featured .hmkc-plan-lbl{color:rgba(255,255,255,.7)} .hmkc-plan-desc{font-size:13px;color:var(--txt-md);line-height:1.6;margin-bottom:18px} .hmkc-plan-card.featured .hmkc-plan-desc{color:rgba(255,255,255,.85)} .hmkc-plan-cta{display:inline-block;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:var(--ink);background:var(--bg-pill);border:1px solid var(--border);padding:10px 14px;border-radius:100px} .hmkc-plan-card.featured .hmkc-plan-cta{background:transparent;border-color:rgba(255,255,255,.45);color:#ffffff} .hmkc-plans-note{text-align:center;font-size:13px;color:var(--txt-lo);margin-top:16px} /* ── CONTACT ── */ .hmkc-contact{text-align:center} .hmkc-contact h3{font-family:'Fraunces',serif;font-size:26px;font-weight:900;letter-spacing:-.01em;color:var(--ink);margin-bottom:8px} .hmkc-contact p{font-size:15px;color:var(--txt-md);line-height:1.7;max-width:440px;margin:0 auto} .hmkc-contact a{color:var(--red);font-weight:700;text-decoration:underline} /* ── RESPONSIVE ── */ @media(max-width:560px){.hmkc-plan-cards{grid-template-columns:1fr 1fr}} @media(max-width:480px){ .hmkc-proof-cell{padding:26px 8px} .hmkc-steps{grid-template-columns:1fr} .hmkc-step{padding:20px 14px} .hmkc-section,.hmkc-hero,.hmkc-usp{padding-left:16px;padding-right:16px} } African Food Cooked By A Chef Homestyle East African MealsDelivered Fresh Across San Antonio Homestyle East-African meals cooked by hand by Chef Bernadetha. She brings it to your each week. No contracts. No subscriptions. Just pay for what you order, and then reheat and serve! HalisiEast AfricanSpices 32ozFull MealEvery Time ZeroDishesTo Wash MinutesHeat& Eat WeeklyNewMenu PickupOr WeDeliver HalisiEast AfricanSpices 32ozFull MealEvery Time ZeroDishesTo Wash MinutesHeat& Eat WeeklyNewMenu PickupOr WeDeliver 20+Years Of Cooking 100%Made By Hand 0xFrozen Or Reheated Meet The Chef Meet Chef Berndetha Good food should feel like chakula cha nyumbani, food made just like home. That is a big promise. So here is why you can trust Chef Berndetha to keep it: 20+ Years In The Kitchen Chef Berndetha has cooked East African food for more than 20 years. She has made these dishes thousands of times. She knows them by heart. She Learned The Old Way Real spices. Slow cooking. Recipes passed down at home. No shortcuts. No fake flavors. No fillers. She Cooks For You Like Family She makes your meal the same way she makes food for her own family. That is the whole idea behind our kitchen. She Checks Every Meal Herself Chef Berndetha looks at each meal before it goes out. If it is not right, it does not leave the kitchen. The Spices Masala Halisi From East Africa We use the highest quality spices from Tanzania. Our cardamom, cloves, cinnamon and more give our stews and biryanis that authentic taste. You can taste the motherland in each bite Our Story Food That Tastes Like Home We started with one simple idea. Good food starts with good things in it. It also starts with cooking by hand. Chef Berndetha cooks for you the way she cooks for her own family. From Scratch We Make It All By Hand We do not take shortcuts. We do not add fillers. We make every meal from scratch. That is why it tastes like real home cooking. Big Portions Portions That Fill You Up Every meal is a full 32 oz. Each of our dishes come with a generous portion of rice our plantain, a side of veggies and of course a delicious warm stew. And our biryanis, are a proper 32oz portions of. So Easy Just Heat, Eat & Enjoy Every meal comes in a sealed box you can put right in the microwave. Heat it for a few minutes and eat. No shopping. No cooking. No dishes. No stress. Delivery & Pickup We Bring It Or You Pick It Up We bring your meals to you in San Antonio and nearby towns. You can also come pick them up. Just choose what you want when you check out. Our Delivery Area Are You In Our Delivery Zone? Tap a pin to see the towns we cook for. Where we deliver San AntonioAlamo HeightsOlmos ParkCastle HillsShavano ParkHill Country VillageHollywood ParkLive OakLeon Valley Simple Process Here Is How It Works It is really easy. Four steps and you are done. 1 Pick Your Meals Choose the meals you like from our menu. 2 We Cook It Fresh Chef Berndetha cooks your food by hand. Never frozen. 3 Get Your Food We bring it to you, or you come pick it up. 4 Heat And Eat Your food is ready in minutes. No dishes. Get Started How Many Meals Do You Need? Pick the plan that fits your week. 6 Meal Plan A few extra meals for your week. Shop 6 Meals7 Meal Plan One meal for each day. Shop 7 Meals Most Popular 10 Meal Plan Covers most of your week. Shop 10 Meals15 Meal Plan Lunch and dinner every day. Shop 15 Meals Our menu changes every week. Have A Question? Not sure which plan to pick? Just ask us. A real person will write you back. Go to our Contact Page. (function(){ var el = document.getElementById('hmkc-map'); if(!el || typeof L === 'undefined') return; var map = L.map(el, {center:[29.5150,-98.4950], zoom:11, scrollWheelZoom:false, attributionControl:false}); L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',{maxZoom:15}).addTo(map); function pin(col,star){ return L.divIcon({className:'',iconSize:[32,42],iconAnchor:[16,42],popupAnchor:[0,-42], html:''+(star?'★':'')+''}); } L.marker([29.4241,-98.4936],{icon:pin('#AA863A',true)}).addTo(map) .bindTooltip('San Antonio',{permanent:true,direction:'top',className:'hmkc-tip'}) .bindPopup('Hakuna Matata KitchenSan Antonio, TX'); [['Alamo Heights',29.4841,-98.4675], ['Olmos Park',29.4652,-98.4936], ['Castle Hills',29.5202,-98.5211], ['Shavano Park',29.5877,-98.5525], ['Hill Country Village',29.5866,-98.4894], ['Hollywood Park',29.6027,-98.4869], ['Live Oak',29.5613,-98.3364], ['Leon Valley',29.4949,-98.6172] ].forEach(function(c){ L.marker([c[1],c[2]],{icon:pin('#730D0E',false)}).addTo(map) .bindTooltip(c[0],{permanent:true,direction:'top',className:'hmkc-tip'}) .bindPopup(''+c[0]+'✓ We deliver here'); }); })();
More you might like
Related
Meal Planner Printable | Weekly Meal Planner | Grocery List
Related
Meal Planner Journal, Food Diary, Meal Log, Monthly Meal Pla
Related
Magnetic Weekly Evening Meal Planner & Shopping List | 52 Pa
Related