{"id":7,"date":"2026-04-18T02:36:00","date_gmt":"2026-04-18T02:36:00","guid":{"rendered":"https:\/\/mabamaore.com\/?p=7"},"modified":"2026-04-18T02:36:00","modified_gmt":"2026-04-18T02:36:00","slug":"home","status":"publish","type":"post","link":"https:\/\/mabamaore.com\/index.php\/2026\/04\/18\/home\/","title":{"rendered":"HOME"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>MABAMAORE \u2014 Project Engineering &#038; Economic Development<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&#038;family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&#038;family=Space+Mono:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --indigo: #1a2744;\n    --indigo-mid: #2d4a7a;\n    --indigo-light: #4a6fa5;\n    --indigo-pale: #c8d4e8;\n    --earth: #8b5e3c;\n    --earth-light: #c4956a;\n    --earth-pale: #e8d5c0;\n    --cream: #f4ede4;\n    --cream-dark: #e8ddd0;\n    --sand: #d4c4a8;\n    --text-dark: #1a1410;\n    --text-mid: #3d2e1e;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    background: var(--indigo);\n    color: var(--cream);\n    font-family: 'Cormorant Garamond', serif;\n    overflow-x: hidden;\n  }\n\n  body::before {\n    content: '';\n    position: fixed;\n    inset: 0;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'\/%3E%3CfeColorMatrix type='saturate' values='0'\/%3E%3C\/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='0.04'\/%3E%3C\/svg%3E\");\n    pointer-events: none;\n    z-index: 1000;\n    opacity: 0.4;\n  }\n\n  \/* NAV *\/\n  nav {\n    position: fixed;\n    top: 0;\n    left: 0;\n    right: 0;\n    z-index: 100;\n    padding: 20px 6%;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: rgba(26, 39, 68, 0.95);\n    backdrop-filter: blur(10px);\n    border-bottom: 1px solid rgba(200, 212, 232, 0.1);\n  }\n\n  .nav-logo {\n    font-family: 'Space Mono', monospace;\n    font-size: 13px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--cream);\n    text-decoration: none;\n    font-weight: 700;\n  }\n\n  .nav-links {\n    display: flex;\n    gap: 32px;\n    list-style: none;\n  }\n\n  .nav-links a {\n    font-family: 'Space Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--indigo-pale);\n    text-decoration: none;\n    transition: color 0.3s;\n  }\n\n  .nav-links a:hover { color: var(--earth-light); }\n\n  \/* HERO *\/\n  .hero {\n    min-height: 100vh;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 140px 10% 80px;\n    position: relative;\n  }\n\n  .hero-tag {\n    font-family: 'Space Mono', monospace;\n    font-size: 11px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--earth-light);\n    margin-bottom: 32px;\n  }\n\n  .hero-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(48px, 8vw, 96px);\n    font-weight: 900;\n    line-height: 1;\n    margin-bottom: 24px;\n    color: var(--cream);\n  }\n\n  .hero-title em {\n    font-style: italic;\n    color: var(--earth-light);\n  }\n\n  .hero-sub {\n    font-size: 22px;\n    font-weight: 300;\n    color: var(--indigo-pale);\n    max-width: 600px;\n    line-height: 1.6;\n    margin-bottom: 48px;\n  }\n\n  .hero-geo {\n    font-family: 'Space Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--earth);\n    opacity: 0.7;\n  }\n\n  \/* DECORATIVE *\/\n  .hero-pattern {\n    position: absolute;\n    right: 8%;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 300px;\n    height: 300px;\n    opacity: 0.06;\n  }\n\n  .hero-pattern div {\n    position: absolute;\n    border: 1px solid var(--earth-light);\n    border-radius: 50%;\n  }\n\n  .hero-pattern div:nth-child(1) { width: 300px; height: 300px; }\n  .hero-pattern div:nth-child(2) { width: 220px; height: 220px; top: 40px; left: 40px; }\n  .hero-pattern div:nth-child(3) { width: 140px; height: 140px; top: 80px; left: 80px; }\n  .hero-pattern div:nth-child(4) { width: 60px; height: 60px; top: 120px; left: 120px; }\n\n  \/* PILLARS *\/\n  .pillars {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border-top: 1px solid rgba(200, 212, 232, 0.1);\n  }\n\n  .pillar {\n    padding: 60px 32px;\n    border-right: 1px solid rgba(200, 212, 232, 0.1);\n    cursor: pointer;\n    transition: background 0.4s;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .pillar:last-child { border-right: none; }\n\n  .pillar:hover {\n    background: rgba(45, 74, 122, 0.3);\n  }\n\n  .pillar-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 48px;\n    font-weight: 900;\n    color: var(--indigo-mid);\n    line-height: 1;\n    margin-bottom: 24px;\n    transition: color 0.3s;\n  }\n\n  .pillar:hover .pillar-num { color: var(--earth-light); }\n\n  .pillar-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--cream);\n    margin-bottom: 16px;\n    line-height: 1.3;\n  }\n\n  .pillar-desc {\n    font-size: 15px;\n    font-weight: 300;\n    color: var(--indigo-pale);\n    line-height: 1.7;\n  }\n\n  .pillar-arrow {\n    display: inline-block;\n    margin-top: 24px;\n    font-family: 'Space Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--earth-light);\n    text-decoration: none;\n    border-bottom: 1px solid rgba(196, 149, 106, 0.3);\n    padding-bottom: 2px;\n    transition: border-color 0.3s;\n  }\n\n  .pillar:hover .pillar-arrow { border-color: var(--earth-light); }\n\n  \/* SECTIONS *\/\n  section {\n    padding: 100px 10%;\n  }\n\n  .section-header {\n    margin-bottom: 60px;\n  }\n\n  .section-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 14px;\n    color: var(--earth);\n    display: block;\n    margin-bottom: 8px;\n  }\n\n  .section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(32px, 4vw, 52px);\n    font-weight: 900;\n    color: var(--cream);\n    line-height: 1.1;\n    margin-bottom: 16px;\n  }\n\n  .section-line {\n    width: 60px;\n    height: 2px;\n    background: var(--earth);\n    margin-top: 20px;\n  }\n\n  .section-intro {\n    font-size: 20px;\n    font-weight: 300;\n    color: var(--indigo-pale);\n    line-height: 1.7;\n    max-width: 700px;\n    margin-bottom: 48px;\n  }\n\n  \/* SERVICE BLOCKS *\/\n  .service-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 48px;\n    margin-bottom: 60px;\n  }\n\n  .service-block {\n    border-left: 2px solid var(--earth);\n    padding-left: 32px;\n  }\n\n  .service-label {\n    font-family: 'Space Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--earth-light);\n    margin-bottom: 12px;\n  }\n\n  .service-text {\n    font-size: 16px;\n    font-weight: 300;\n    color: var(--indigo-pale);\n    line-height: 1.7;\n  }\n\n  \/* REFERENCES TABLE *\/\n  .ref-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 48px;\n  }\n\n  .ref-table th {\n    font-family: 'Space Mono', monospace;\n    font-size: 9px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--earth);\n    text-align: left;\n    padding: 12px 0;\n    border-bottom: 1px solid rgba(200, 212, 232, 0.15);\n  }\n\n  .ref-table td {\n    font-size: 15px;\n    font-weight: 300;\n    color: var(--indigo-pale);\n    padding: 16px 16px 16px 0;\n    border-bottom: 1px solid rgba(200, 212, 232, 0.06);\n    vertical-align: top;\n    line-height: 1.5;\n  }\n\n  .ref-table .ref-year {\n    font-family: 'Space Mono', monospace;\n    font-size: 11px;\n    color: var(--earth-light);\n    white-space: nowrap;\n  }\n\n  .ref-table .ref-project {\n    font-family: 'Playfair Display', serif;\n    font-weight: 700;\n    color: var(--cream);\n    font-size: 16px;\n  }\n\n  \/* FEE BOX *\/\n  .fee-box {\n    background: rgba(45, 74, 122, 0.2);\n    border: 1px solid rgba(200, 212, 232, 0.1);\n    padding: 32px 40px;\n    margin-top: 48px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n\n  .fee-label {\n    font-family: 'Space Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--earth-light);\n  }\n\n  .fee-amount {\n    font-family: 'Playfair Display', serif;\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--cream);\n  }\n\n  .fee-note {\n    font-size: 14px;\n    color: var(--indigo-pale);\n    font-weight: 300;\n    font-style: italic;\n    margin-top: 8px;\n  }\n\n  \/* DIVIDER *\/\n  .divider {\n    height: 1px;\n    background: linear-gradient(to right, transparent, rgba(200, 212, 232, 0.15), transparent);\n    margin: 0 10%;\n  }\n\n  \/* SECTOR CARDS *\/\n  .sector-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n    background: rgba(200, 212, 232, 0.1);\n    margin-bottom: 48px;\n  }\n\n  .sector-card {\n    background: var(--indigo);\n    padding: 48px 32px;\n  }\n\n  .sector-icon {\n    font-size: 28px;\n    color: var(--earth);\n    margin-bottom: 20px;\n  }\n\n  .sector-name {\n    font-family: 'Playfair Display', serif;\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--cream);\n    margin-bottom: 16px;\n  }\n\n  .sector-desc {\n    font-size: 15px;\n    font-weight: 300;\n    color: var(--indigo-pale);\n    line-height: 1.7;\n  }\n\n  \/* APPROACH LIST *\/\n  .approach-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 32px;\n    margin-top: 48px;\n  }\n\n  .approach-item {\n    border-top: 2px solid var(--earth);\n    padding-top: 20px;\n  }\n\n  .approach-name {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--cream);\n    margin-bottom: 12px;\n  }\n\n  .approach-desc {\n    font-size: 14px;\n    font-weight: 300;\n    color: var(--indigo-pale);\n    line-height: 1.7;\n  }\n\n  \/* ABOUT *\/\n  .about-section {\n    background: var(--cream);\n    color: var(--text-dark);\n  }\n\n  .about-section .section-title { color: var(--indigo); }\n  .about-section .section-num { color: var(--earth); }\n\n  .about-text {\n    font-size: 20px;\n    font-weight: 300;\n    color: var(--text-mid);\n    line-height: 1.8;\n    max-width: 800px;\n    margin-bottom: 48px;\n  }\n\n  .about-text strong {\n    font-weight: 600;\n    color: var(--indigo);\n  }\n\n  .geo-strip {\n    display: flex;\n    gap: 48px;\n    border-top: 1px solid var(--sand);\n    padding-top: 32px;\n  }\n\n  .geo-item {\n    font-family: 'Space Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--earth);\n  }\n\n  \/* TEAM *\/\n  .team-section {\n    background: var(--cream-dark);\n    color: var(--text-dark);\n  }\n\n  .team-section .section-title { color: var(--indigo); }\n\n  .team-card {\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    gap: 60px;\n    align-items: start;\n  }\n\n  .team-name {\n    font-family: 'Playfair Display', serif;\n    font-size: 36px;\n    font-weight: 900;\n    font-style: italic;\n    color: var(--indigo);\n    line-height: 1.1;\n    margin-bottom: 8px;\n  }\n\n  .team-role {\n    font-family: 'Space Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--earth);\n    margin-bottom: 32px;\n  }\n\n  .team-bio {\n    font-size: 17px;\n    font-weight: 300;\n    color: var(--text-mid);\n    line-height: 1.8;\n    margin-bottom: 24px;\n  }\n\n  .team-edu {\n    font-family: 'Space Mono', monospace;\n    font-size: 11px;\n    color: var(--earth);\n    line-height: 2;\n  }\n\n  \/* CONTACT *\/\n  .contact-section {\n    background: var(--indigo);\n    text-align: center;\n  }\n\n  .contact-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(36px, 5vw, 64px);\n    font-weight: 900;\n    color: var(--cream);\n    margin-bottom: 32px;\n  }\n\n  .contact-email {\n    font-family: 'Space Mono', monospace;\n    font-size: 16px;\n    color: var(--earth-light);\n    letter-spacing: 2px;\n    text-decoration: none;\n    border-bottom: 1px solid rgba(196, 149, 106, 0.3);\n    padding-bottom: 4px;\n    transition: color 0.3s;\n  }\n\n  .contact-email:hover { color: var(--cream); }\n\n  .contact-phone {\n    display: block;\n    margin-top: 16px;\n    font-family: 'Space Mono', monospace;\n    font-size: 13px;\n    color: var(--indigo-pale);\n    letter-spacing: 1px;\n  }\n\n  .contact-geo {\n    margin-top: 32px;\n    font-size: 15px;\n    font-weight: 300;\n    color: var(--indigo-pale);\n    font-style: italic;\n  }\n\n  \/* FOOTER *\/\n  footer {\n    background: rgba(26, 39, 68, 0.95);\n    padding: 32px 10%;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    border-top: 1px solid rgba(200, 212, 232, 0.1);\n  }\n\n  .footer-left {\n    font-family: 'Space Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 2px;\n    color: var(--indigo-pale);\n    opacity: 0.5;\n  }\n\n  .footer-links {\n    display: flex;\n    gap: 24px;\n  }\n\n  .footer-links a {\n    font-family: 'Space Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--indigo-pale);\n    text-decoration: none;\n    opacity: 0.5;\n    transition: opacity 0.3s;\n  }\n\n  .footer-links a:hover { opacity: 1; }\n\n  \/* ANIMATIONS *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(30px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .hero-tag, .hero-title, .hero-sub, .hero-geo {\n    animation: fadeUp 0.8s ease forwards;\n  }\n  .hero-title { animation-delay: 0.1s; opacity: 0; }\n  .hero-sub { animation-delay: 0.2s; opacity: 0; }\n  .hero-geo { animation-delay: 0.3s; opacity: 0; }\n\n  \/* SMOOTH SCROLL *\/\n  html { scroll-behavior: smooth; }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 900px) {\n    .pillars { grid-template-columns: 1fr; }\n    .pillar { border-right: none; border-bottom: 1px solid rgba(200, 212, 232, 0.1); }\n    .service-grid { grid-template-columns: 1fr; }\n    .sector-grid { grid-template-columns: 1fr; }\n    .approach-grid { grid-template-columns: repeat(2, 1fr); }\n    .team-card { grid-template-columns: 1fr; }\n    .nav-links { display: none; }\n    section { padding: 60px 6%; }\n    .fee-box { flex-direction: column; gap: 16px; text-align: center; }\n    .geo-strip { flex-wrap: wrap; gap: 24px; }\n    .ref-table { font-size: 13px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- NAV -->\n<nav>\n  <a href=\"#\" class=\"nav-logo\">Mabamaore<\/a>\n  <ul class=\"nav-links\">\n    <li><a href=\"#amo\">Grant Engineering<\/a><\/li>\n    <li><a href=\"#consulting\">Consulting<\/a><\/li>\n    <li><a href=\"#artists\">Artists<\/a><\/li>\n    <li><a href=\"#manufacture\">Manufacture<\/a><\/li>\n    <li><a href=\"#about\">About<\/a><\/li>\n    <li><a href=\"#contact\">Contact<\/a><\/li>\n  <\/ul>\n<\/nav>\n\n<!-- HERO -->\n<div class=\"hero\">\n  <div class=\"hero-tag\">Project Engineering &amp; Economic Development<\/div>\n  <div class=\"hero-title\">MABA<em>MAORE<\/em><\/div>\n  <p class=\"hero-sub\">From Mozambique Channel and island territories to the world. We design projects, secure funding, and build sustainable economic models at the intersection of culture, agriculture, and innovation.<\/p>\n  <div class=\"hero-geo\">From Mozambique Channel \u2014 Island Territories to the World<\/div>\n\n  <div class=\"hero-pattern\">\n    <div><\/div><div><\/div><div><\/div><div><\/div>\n  <\/div>\n<\/div>\n\n<!-- 4 PILLARS -->\n<div class=\"pillars\">\n  <a href=\"#amo\" class=\"pillar\" style=\"text-decoration:none;\">\n    <div class=\"pillar-num\">01<\/div>\n    <div class=\"pillar-title\">Grant Engineering<\/div>\n    <div class=\"pillar-desc\">European and international funding: from eligibility to post-award management.<\/div>\n    <span class=\"pillar-arrow\">Explore \u2192<\/span>\n  <\/a>\n  <a href=\"#consulting\" class=\"pillar\" style=\"text-decoration:none;\">\n    <div class=\"pillar-num\">02<\/div>\n    <div class=\"pillar-title\">Consulting &amp; Project Development<\/div>\n    <div class=\"pillar-desc\">Territorial strategies where culture, agriculture, and innovation drive growth.<\/div>\n    <span class=\"pillar-arrow\">Explore \u2192<\/span>\n  <\/a>\n  <a href=\"#artists\" class=\"pillar\" style=\"text-decoration:none;\">\n    <div class=\"pillar-num\">03<\/div>\n    <div class=\"pillar-title\">Artist &amp; Artisan Accompaniment<\/div>\n    <div class=\"pillar-desc\">Structuring practice, securing funding, reaching international audiences.<\/div>\n    <span class=\"pillar-arrow\">Explore \u2192<\/span>\n  <\/a>\n  <a href=\"#manufacture\" class=\"pillar\" style=\"text-decoration:none;\">\n    <div class=\"pillar-num\">04<\/div>\n    <div class=\"pillar-title\">Craft Manufacture &amp; Excellence<\/div>\n    <div class=\"pillar-desc\">Building the framework Africa and island territories deserve.<\/div>\n    <span class=\"pillar-arrow\">Explore \u2192<\/span>\n  <\/a>\n<\/div>\n\n<!-- SECTION 1: GRANT ENGINEERING -->\n<section id=\"amo\">\n  <div class=\"section-header\">\n    <span class=\"section-num\">01<\/span>\n    <h2 class=\"section-title\">Grant Engineering<\/h2>\n    <div class=\"section-line\"><\/div>\n  <\/div>\n\n  <p class=\"section-intro\">We design, structure, and deliver funding applications for European and international programmes from eligibility assessment to post-award management.<\/p>\n\n  <div class=\"service-grid\">\n    <div class=\"service-block\">\n      <div class=\"service-label\">Programmes<\/div>\n      <div class=\"service-text\">Interreg \u00b7 FEDER \u00b7 FSE+ \u00b7 Creative Europe \u00b7 Erasmus+ \u00b7 Horizon Europe \u00b7 ACP-EU Culture \u00b7 UNESCO IFCD \u00b7 National and regional funds<\/div>\n    <\/div>\n    <div class=\"service-block\">\n      <div class=\"service-label\">What We Deliver<\/div>\n      <div class=\"service-text\">Eligibility diagnosis \u00b7 Programme identification \u00b7 Project structuring \u00b7 Partnership building \u00b7 Proposal writing \u00b7 Budget engineering \u00b7 Submission \u00b7 Post-award management<\/div>\n    <\/div>\n  <\/div>\n\n\n\n  <table class=\"ref-table\">\n    <thead>\n      <tr><th>Year<\/th><th>Project<\/th><th>Client<\/th><th>Mission<\/th><\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td class=\"ref-year\">2023\u2013present<\/td>\n        <td class=\"ref-project\">Interreg Grant Engineering<\/td>\n        <td>Institutional partners, Mayotte\u2013Madagascar\u2013Mozambique<\/td>\n        <td>Full grant cycle: proposal writing, budget engineering, partner coordination, reporting<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"ref-year\">2019\u20132021<\/td>\n        <td class=\"ref-project\">Interreg V Programme Management<\/td>\n        <td>Chambre de M\u00e9tiers et de l&#8217;Artisanat de Mayotte<\/td>\n        <td>Complete programme management: engineering, financial monitoring, institutional reporting, regional coordination<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"ref-year\">2022\u20132024<\/td>\n        <td class=\"ref-project\">SODAVI Sector Structuring<\/td>\n        <td>Direction des Affaires Culturelles, Mayotte<\/td>\n        <td>Territorial diagnosis, stakeholder coordination, strategic recommendations<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n<\/section>\n\n<div class=\"divider\"><\/div>\n\n<!-- SECTION 2: CONSULTING -->\n<section id=\"consulting\">\n  <div class=\"section-header\">\n    <span class=\"section-num\">02<\/span>\n    <h2 class=\"section-title\">Consulting &amp;<br>Project Development<\/h2>\n    <div class=\"section-line\"><\/div>\n  <\/div>\n\n  <p class=\"section-intro\">We accompany territories, institutions, and organisations in designing development strategies where culture, agriculture, and innovation serve as engines of economic growth.<\/p>\n\n  <div class=\"sector-grid\">\n    <div class=\"sector-card\">\n      <div class=\"sector-icon\">\u25c6<\/div>\n      <div class=\"sector-name\">Culture<\/div>\n      <div class=\"sector-desc\">Heritage, visual arts, textiles, natural dyes, creative tourism. We structure cultural ecosystems and connect them to funding, markets, and networks.<\/div>\n    <\/div>\n    <div class=\"sector-card\">\n      <div class=\"sector-icon\">\u25c8<\/div>\n      <div class=\"sector-name\">Agriculture<\/div>\n      <div class=\"sector-desc\">Agro-transformation, botanical and tinctorial crops, farm-to-table models. We design projects that create local value chains with international reach.<\/div>\n    <\/div>\n    <div class=\"sector-card\">\n      <div class=\"sector-icon\">\u27e1<\/div>\n      <div class=\"sector-name\">Innovation<\/div>\n      <div class=\"sector-desc\">Digital strategies, new technologies for development, creative economy models for island and emerging territories.<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"service-grid\">\n    <div class=\"service-block\">\n      <div class=\"service-label\">What We Deliver<\/div>\n      <div class=\"service-text\">Territorial diagnostics \u00b7 Strategic positioning \u00b7 Value chain structuring \u00b7 Economic modelling \u00b7 Multi-stakeholder coordination \u00b7 Policy recommendations \u00b7 Training programme design<\/div>\n    <\/div>\n\n  <\/div>\n\n  <table class=\"ref-table\">\n    <thead>\n      <tr><th>Year<\/th><th>Project<\/th><th>Client<\/th><th>Mission<\/th><\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td class=\"ref-year\">2022\u20132024<\/td>\n        <td class=\"ref-project\">SODAVI<\/td>\n        <td>DAC Mayotte<\/td>\n        <td>Visual arts and craft sector structuring, stakeholder concertation, strategic orientations<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"ref-year\">2023\u2013present<\/td>\n        <td class=\"ref-project\">Territorial Innovation Pilot<\/td>\n        <td>Studio Mahali, Kenya<\/td>\n        <td>Craft value chains, hybrid artisanship-creation-training-development model<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"ref-year\">2021\u20132022<\/td>\n        <td class=\"ref-project\">Cultural Project Coordination<\/td>\n        <td>Alliance Fran\u00e7aise, Dar es Salaam<\/td>\n        <td>Institutional representation, regional partnerships, exhibitions, curations<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"ref-year\">2019\u20132021<\/td>\n        <td class=\"ref-project\">International Training Centre<\/td>\n        <td>Chambre de M\u00e9tiers de Mayotte<\/td>\n        <td>Regional training device for youth across the Mozambique Channel<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n<\/section>\n\n<div class=\"divider\"><\/div>\n\n<!-- SECTION 3: ARTISTS -->\n<section id=\"artists\">\n  <div class=\"section-header\">\n    <span class=\"section-num\">03<\/span>\n    <h2 class=\"section-title\">Artist &amp; Artisan<br>Accompaniment<\/h2>\n    <div class=\"section-line\"><\/div>\n  <\/div>\n\n  <p class=\"section-intro\">We support artists and artisans in structuring their practice, accessing funding, and reaching international audiences with a focus on practitioners from island territories, the Indian Ocean, and Africa.<\/p>\n\n  <div class=\"approach-grid\">\n    <div class=\"approach-item\">\n      <div class=\"approach-name\">Structuring<\/div>\n      <div class=\"approach-desc\">Professionalising practice: legal status, pricing, production planning, documentation.<\/div>\n    <\/div>\n    <div class=\"approach-item\">\n      <div class=\"approach-name\">Funding<\/div>\n      <div class=\"approach-desc\">Identifying and securing mobility grants, residencies, project funding, Culture Moves Europe, UNESCO IFCD, ACP-EU Culture.<\/div>\n    <\/div>\n    <div class=\"approach-item\">\n      <div class=\"approach-name\">Visibility<\/div>\n      <div class=\"approach-desc\">Connecting to international networks, exhibitions, markets, and platforms.<\/div>\n    <\/div>\n    <div class=\"approach-item\">\n      <div class=\"approach-name\">Transmission<\/div>\n      <div class=\"approach-desc\">Designing training programmes that preserve traditional knowledge while building economic viability.<\/div>\n    <\/div>\n  <\/div>\n\n  <table class=\"ref-table\">\n    <thead>\n      <tr><th>Year<\/th><th>Project<\/th><th>Context<\/th><th>Mission<\/th><\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td class=\"ref-year\">2023\u2013present<\/td>\n        <td class=\"ref-project\">MabaMaor\u00e9 Programme<\/td>\n        <td>Mayotte \u2013 Tanzania \u2013 Africa<\/td>\n        <td>3-month visual arts training connecting emerging artists across the Indian Ocean<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"ref-year\">2023\u2013present<\/td>\n        <td class=\"ref-project\">Artisan Structuring<\/td>\n        <td>Lamu, Kenya<\/td>\n        <td>Natural dyes, indigo extraction, textile production, value chain development<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"ref-year\">2022\u20132024<\/td>\n        <td class=\"ref-project\">SODAVI Accompaniment<\/td>\n        <td>DAC Mayotte<\/td>\n        <td>Design of support and training devices for local cultural practitioners<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n<\/section>\n\n<div class=\"divider\"><\/div>\n\n<!-- SECTION 4: MANUFACTURE -->\n<section id=\"manufacture\">\n  <div class=\"section-header\">\n    <span class=\"section-num\">04<\/span>\n    <h2 class=\"section-title\">Craft Manufacture<br>&amp; Excellence<\/h2>\n    <div class=\"section-line\"><\/div>\n  <\/div>\n\n  <p class=\"section-intro\">Japan has its Living National Treasures. France has its Ma\u00eetres d&#8217;Art. Africa and the island world have extraordinary craft traditions but no equivalent framework to certify, transmit, and commercialise them at the level they deserve.<\/p>\n\n  <p class=\"section-intro\" style=\"margin-top:-24px;\">Mabamaore works to bridge this gap.<\/p>\n\n  <div class=\"approach-grid\">\n    <div class=\"approach-item\">\n      <div class=\"approach-name\">Identify<\/div>\n      <div class=\"approach-desc\">Mapping exceptional craft practitioners and traditions across island territories and Africa.<\/div>\n    <\/div>\n    <div class=\"approach-item\">\n      <div class=\"approach-name\">Structure<\/div>\n      <div class=\"approach-desc\">Building production frameworks: workshops, training, quality standards.<\/div>\n    <\/div>\n    <div class=\"approach-item\">\n      <div class=\"approach-name\">Connect<\/div>\n      <div class=\"approach-desc\">Linking artisans to international markets, design collaborations, and institutional buyers.<\/div>\n    <\/div>\n    <div class=\"approach-item\">\n      <div class=\"approach-name\">Transmit<\/div>\n      <div class=\"approach-desc\">Ensuring knowledge passes to the next generation through structured apprenticeship.<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"service-grid\" style=\"margin-top:48px;\">\n    <div class=\"service-block\">\n      <div class=\"service-label\">Focus Areas<\/div>\n      <div class=\"service-text\">Natural dyes and tinctorial plants (indigo, turmeric, henna) \u00b7 Textile arts \u00b7 Weaving \u00b7 Botanical crafts<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ABOUT -->\n<section id=\"about\" class=\"about-section\">\n  <div class=\"section-header\">\n    <span class=\"section-num\">About<\/span>\n    <h2 class=\"section-title\">Made By Africa<br>na wa Maor\u00e9<\/h2>\n    <div class=\"section-line\"><\/div>\n  <\/div>\n\n  <p class=\"about-text\">Mabamaore was born from a conviction: <strong>island territories hold extraordinary potential<\/strong> for economic development through culture, craft, and innovation.<\/p>\n\n  <p class=\"about-text\">From Mayotte to the Swahili Coast, from the Indian Ocean to Southeast Asia, island communities share common challenges isolation, limited infrastructure, brain drain and common strengths: rich heritage, unique biodiversity, resilient populations, strategic positioning.<\/p>\n\n  <p class=\"about-text\">We operate across <strong>European structural funds<\/strong> (Interreg, FEDER, FSE+), <strong>cultural programmes<\/strong> (Creative Europe, ACP-EU Culture), and <strong>international instruments<\/strong> (UNESCO, Horizon Europe), with field experience from Mayotte, Kenya, Tanzania, Madagascar, Mozambique, and the Comoros.<\/p>\n<\/section>\n\n<!-- TEAM -->\n<section class=\"team-section\">\n  <div class=\"team-card\">\n    <div>\n      <div class=\"team-name\">Fa\u00efza Sa\u00efd<\/div>\n      <div class=\"team-role\">Founder<\/div>\n    <\/div>\n    <div>\n      <p class=\"team-bio\">Project engineer and cultural development specialist.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CONTACT -->\n<section id=\"contact\" class=\"contact-section\">\n  <div class=\"contact-title\">Let&#8217;s build.<\/div>\n  <a href=\"mailto:faiza@mabamaore.com\" class=\"contact-email\">faiza@mabamaore.com<\/a>\n  <span class=\"contact-phone\">+262 693 94 21 41<\/span>\n  <p class=\"contact-geo\">Based between Mayotte, East Africa, and France.<\/p>\n<\/section>\n\n<!-- FOOTER -->\n<footer>\n  <div class=\"footer-left\">\u00a9 2026 Mabamaore<\/div>\n  <div class=\"footer-links\">\n    <a href=\"#about\">About<\/a>\n    <a href=\"#\">LinkedIn<\/a>\n    <a href=\"#\">Instagram<\/a>\n  <\/div>\n<\/footer>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>MABAMAORE \u2014 Project Engineering &#038; Economic Development Mabamaore Grant Engineering Consulting Artists Manufacture About Contact Project Engineering &amp; Economic Development MABAMAORE From Mozambique Channel and island territories to the world. We design projects, secure funding, and build sustainable economic models at the intersection of culture, agriculture, and innovation. From Mozambique Channel \u2014 Island Territories to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/mabamaore.com\/index.php\/wp-json\/wp\/v2\/posts\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mabamaore.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mabamaore.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mabamaore.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mabamaore.com\/index.php\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":1,"href":"https:\/\/mabamaore.com\/index.php\/wp-json\/wp\/v2\/posts\/7\/revisions"}],"predecessor-version":[{"id":9,"href":"https:\/\/mabamaore.com\/index.php\/wp-json\/wp\/v2\/posts\/7\/revisions\/9"}],"wp:attachment":[{"href":"https:\/\/mabamaore.com\/index.php\/wp-json\/wp\/v2\/media?parent=7"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mabamaore.com\/index.php\/wp-json\/wp\/v2\/categories?post=7"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mabamaore.com\/index.php\/wp-json\/wp\/v2\/tags?post=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}