{"id":10523,"date":"2021-10-27T20:51:53","date_gmt":"2021-10-27T20:51:53","guid":{"rendered":"https:\/\/neatmeat.net\/?page_id=10523"},"modified":"2026-04-30T09:59:48","modified_gmt":"2026-04-30T09:59:48","slug":"about-us","status":"publish","type":"page","link":"https:\/\/neatmeat.net\/en\/about-us\/","title":{"rendered":"Taking the meat shopping to a whole new level"},"content":{"rendered":"<p><!-- ============================================================\n     NEAT MEAT \u2014 ABOUT US PAGE\n     Paste this entire block into a WordPress \"Custom HTML\" block\n     (or into the page editor in HTML\/Text mode).\n     All styles are scoped to .nm-about so nothing leaks into your theme.\n     ============================================================ --><\/p>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,500&#038;family=Inter+Tight:wght@400;500;600&#038;family=DM+Mono:wght@400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n.nm-about {\n  --nm-terracotta: #C8533A;\n  --nm-terracotta-deep: #9A3520;\n  --nm-red-deep: #6B1414;\n  --nm-red-brand: #D7261F;\n  --nm-cream: #8a7a66;\n  --nm-cream-light: #FBF6EC;\n  --nm-bone: #EFE6D3;\n  --nm-ink: #1A1209;\n  --nm-ink-soft: #3D2E1F;\n  --nm-warm-gray: #8A7A66;\n  --nm-line: rgba(26, 18, 9, 0.12);\n  --nm-serif: 'Fraunces', Georgia, serif;\n  --nm-sans: 'Inter Tight', system-ui, sans-serif;\n  --nm-mono: 'DM Mono', ui-monospace, monospace;<\/p>\n<p>  font-family: var(--nm-sans) !important;\n  background: var(--nm-cream-light) !important;\n  color: var(--nm-ink) !important;\n  line-height: 1.5 !important;\n  -webkit-font-smoothing: antialiased;\n  width: 100vw !important;\n  max-width: 100vw !important;\n  position: relative !important;\n  left: 50% !important;\n  right: 50% !important;\n  margin-left: -50vw !important;\n  margin-right: -50vw !important;\n  overflow-x: hidden !important;\n  display: block !important;\n}\n.nm-about *,\n.nm-about *::before,\n.nm-about *::after { box-sizing: border-box; }\n.nm-about ::selection { background: var(--nm-terracotta); color: var(--nm-cream-light); }<\/p>\n<p>\/* Reset for elements we use *\/\n.nm-about h1, .nm-about h2, .nm-about h3,\n.nm-about p, .nm-about ul, .nm-about li,\n.nm-about article, .nm-about section, .nm-about div,\n.nm-about span, .nm-about a, .nm-about svg {\n  margin: 0;\n  padding: 0;\n  border: 0;\n}\n.nm-about a { text-decoration: none; color: inherit; }\n.nm-about {\n    width: 90%;\n    padding: 100px;\n}\n\/* ============ TOP RIBBON ============ *\/\n.nm-about .nm-ribbon {\n  background: var(--nm-ink) !important;\n  color: var(--nm-cream) !important;\n  font-family: var(--nm-mono) !important;\n  font-size: 11px !important;\n  letter-spacing: 0.18em !important;\n  text-transform: uppercase !important;\n  padding: 12px 0 !important;\n  overflow: hidden !important;\n  white-space: nowrap !important;\n  position: relative !important;\n  width: 100% !important;\n  display: block !important;\n}\n.nm-about .nm-ribbon-track {\n  display: inline-block !important;\n  white-space: nowrap !important;\n  animation: nm-scroll 40s linear infinite !important;\n  padding-left: 100% !important;\n  will-change: transform;\n}\n.nm-about .nm-ribbon-track span {\n  display: inline !important;\n  white-space: nowrap !important;\n  margin-right: 60px;\n  color: var(--nm-cream) !important;\n}\n.nm-about .nm-ribbon-track span::before {\n  content: \"\u2726\";\n  color: var(--nm-terracotta) !important;\n  margin-right: 16px;\n  display: inline !important;\n}\n@keyframes nm-scroll {\n  from { transform: translateX(0); }\n  to { transform: translateX(-100%); }\n}<\/p>\n<p>\/* ============ CONTAINER ============ *\/\n.nm-about .nm-container {\n  max-width: 1280px;\n  margin: 0 auto;\n  padding: 0 48px;\n}<\/p>\n<p>\/* ============ HERO ============ *\/\n.nm-about .nm-hero {\n  position: relative;\n  padding: 120px 0 80px;\n  overflow: hidden;\n  background:\n    radial-gradient(ellipse at 80% 20%, rgba(200, 83, 58, 0.08) 0%, transparent 50%),\n    var(--nm-cream-light);\n}\n.nm-about .nm-hero-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 80px;\n  align-items: end;\n}\n.nm-about .nm-hero-eyebrow {\n  font-family: var(--nm-mono);\n  font-size: 12px;\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  color: var(--nm-terracotta-deep);\n  margin-bottom: 32px;\n  display: flex;\n  align-items: center;\n  gap: 12px;\n}\n.nm-about .nm-hero-eyebrow::before {\n  content: \"\";\n  width: 32px;\n  height: 1px;\n  background: var(--nm-terracotta-deep);\n}\n.nm-about .nm-hero h1 {\n  font-family: var(--nm-serif);\n  font-weight: 400;\n  font-size: clamp(56px, 8vw, 116px);\n  line-height: 0.92;\n  letter-spacing: -0.03em;\n  color: var(--nm-ink);\n  margin-bottom: 40px;\n}\n.nm-about .nm-hero h1 em {\n  font-style: italic;\n  font-weight: 500;\n  color: var(--nm-terracotta-deep);\n  display: block;\n}\n.nm-about .nm-hero h1 .nm-amp {\n  font-style: italic;\n  color: var(--nm-red-deep);\n  font-weight: 600;\n}\n.nm-about .nm-hero-meta {\n  border-top: 1px solid var(--nm-line);\n  padding-top: 24px;\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 24px;\n}\n.nm-about .nm-hero-meta div { display: flex; flex-direction: column; gap: 4px; }\n.nm-about .nm-hero-meta-label {\n  font-family: var(--nm-mono);\n  font-size: 10px;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  color: var(--nm-warm-gray);\n}\n.nm-about .nm-hero-meta-value {\n  font-family: var(--nm-serif);\n  font-size: 22px;\n  font-weight: 500;\n  color: var(--nm-ink);\n}\n.nm-about .nm-hero-lede {\n  font-family: var(--nm-serif);\n  font-size: 22px;\n  font-weight: 400;\n  line-height: 1.45;\n  color: var(--nm-ink-soft);\n  padding-bottom: 24px;\n}\n.nm-about .nm-hero-lede strong {\n  font-weight: 600;\n  color: var(--nm-ink);\n}\n.nm-about .nm-hero-mark {\n  position: absolute;\n  top: 80px;\n  right: -40px;\n  width: 320px;\n  height: 320px;\n  opacity: 0.06;\n  transform: rotate(-12deg);\n  pointer-events: none;\n}<\/p>\n<p>\/* ============ MANIFESTO ============ *\/\n.nm-about .nm-manifesto {\n  padding: 140px 0;\n  background: var(--nm-ink);\n  color: var(--nm-cream);\n  position: relative;\n  overflow: hidden;\n}\n.nm-about .nm-manifesto::before {\n  content: \"01\";\n  position: absolute;\n  top: 60px;\n  right: 48px;\n  font-family: var(--nm-serif);\n  font-size: 280px;\n  font-weight: 400;\n  color: var(--nm-terracotta);\n  opacity: 0.12;\n  line-height: 1;\n}\n.nm-about .nm-manifesto-inner {\n  max-width: 880px;\n  margin: 0 auto;\n  padding: 0 48px;\n  position: relative;\n  z-index: 2;\n}\n.nm-about .nm-manifesto-eyebrow {\n  font-family: var(--nm-mono);\n  font-size: 12px;\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  color: var(--nm-terracotta);\n  margin-bottom: 48px;\n}\n.nm-about .nm-manifesto-quote {\n  font-family: var(--nm-serif);\n  font-size: clamp(32px, 4.5vw, 56px);\n  font-weight: 400;\n  line-height: 1.15;\n  letter-spacing: -0.02em;\n  margin-bottom: 48px;\n  color: #1a1209;\n}\n.nm-about .nm-manifesto-quote em {\n  font-style: italic;\n  font-weight: 500;\n  color: var(--nm-terracotta);\n}\n.nm-about .nm-manifesto-body {\n  font-size: 17px;\n  line-height: 1.7;\n  color: rgba(245, 237, 223, 0.78);\n  max-width: 620px;\n}\n.nm-about .nm-manifesto-body p + p { margin-top: 20px; }<\/p>\n<p>\/* ============ CATEGORIES ============ *\/\n.nm-about .nm-categories {\n  padding: 140px 0;\n  background: var(--nm-cream-light);\n}\n.nm-about .nm-section-head {\n  margin-bottom: 80px;\n  display: grid;\n  grid-template-columns: 1fr 2fr;\n  gap: 80px;\n  align-items: end;\n}\n.nm-about .nm-section-num {\n  font-family: var(--nm-mono);\n  font-size: 12px;\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  color: var(--nm-terracotta-deep);\n  margin-bottom: 24px;\n  display: flex;\n  align-items: center;\n  gap: 12px;\n}\n.nm-about .nm-section-num::before {\n  content: \"\";\n  width: 32px;\n  height: 1px;\n  background: var(--nm-terracotta-deep);\n}\n.nm-about .nm-section-head h2 {\n  font-family: var(--nm-serif);\n  font-weight: 400;\n  font-size: clamp(40px, 5vw, 68px);\n  line-height: 1;\n  letter-spacing: -0.025em;\n  color: var(--nm-ink);\n}\n.nm-about .nm-section-head h2 em {\n  font-style: italic;\n  color: var(--nm-terracotta-deep);\n}\n.nm-about .nm-section-head-lede {\n  font-size: 18px;\n  line-height: 1.6;\n  color: var(--nm-ink-soft);\n  max-width: 500px;\n  padding-bottom: 8px;\n}\n.nm-about .nm-cat-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 0;\n  border-top: 1px solid var(--nm-line);\n}\n.nm-about .nm-cat-card {\n  padding: 48px 32px 56px;\n  border-right: 1px solid var(--nm-line);\n  border-bottom: 1px solid var(--nm-line);\n  position: relative;\n  transition: background 0.4s ease;\n}\n.nm-about .nm-cat-card:last-child { border-right: none; }\n.nm-about .nm-cat-card:hover { background: var(--nm-bone); }\n.nm-about .nm-cat-num {\n  font-family: var(--nm-mono);\n  font-size: 11px;\n  letter-spacing: 0.2em;\n  color: var(--nm-warm-gray);\n  margin-bottom: 32px;\n}\n.nm-about .nm-cat-icon {\n  width: 56px;\n  height: 56px;\n  margin-bottom: 32px;\n  color: var(--nm-terracotta-deep);\n  display: block;\n}\n.nm-about .nm-cat-card h3 {\n  font-family: var(--nm-serif);\n  font-weight: 500;\n  font-size: 26px;\n  line-height: 1.05;\n  letter-spacing: -0.02em;\n  margin-bottom: 12px;\n  color: var(--nm-ink);\n}\n.nm-about .nm-cat-card h3 em {\n  font-style: italic;\n  color: var(--nm-terracotta-deep);\n  display: block;\n  font-size: 18px;\n  font-weight: 400;\n  margin-top: 4px;\n}\n.nm-about .nm-cat-desc {\n  font-size: 14px;\n  line-height: 1.6;\n  color: var(--nm-ink-soft);\n  margin-bottom: 24px;\n}\n.nm-about .nm-cat-list {\n  font-family: var(--nm-mono);\n  font-size: 11px;\n  letter-spacing: 0.05em;\n  color: var(--nm-warm-gray);\n  text-transform: uppercase;\n  line-height: 1.8;\n}\n.nm-about .nm-cat-list span {\n  display: inline-block;\n  margin-right: 8px;\n}\n.nm-about .nm-cat-list span::after {\n  content: \"\u2022\";\n  margin-left: 8px;\n  color: var(--nm-terracotta);\n}\n.nm-about .nm-cat-list span:last-child::after { display: none; }<\/p>\n<p>\/* ============ PILLARS ============ *\/\n.nm-about .nm-pillars {\n  padding: 140px 0;\n  background: var(--nm-bone);\n  position: relative;\n  overflow: hidden;\n}\n.nm-about .nm-pillars-grid {\n  display: grid;\n  grid-template-columns: 1fr 1.3fr;\n  gap: 100px;\n  align-items: start;\n}\n.nm-about .nm-pillars-left {\n  position: sticky;\n  top: 60px;\n}\n.nm-about .nm-pillars-left h2 {\n  font-family: var(--nm-serif);\n  font-weight: 400;\n  font-size: clamp(40px, 5vw, 68px);\n  line-height: 1;\n  letter-spacing: -0.025em;\n  margin-bottom: 32px;\n  color: var(--nm-ink);\n}\n.nm-about .nm-pillars-left h2 em {\n  font-style: italic;\n  color: var(--nm-terracotta-deep);\n}\n.nm-about .nm-pillars-left p {\n  font-size: 16px;\n  line-height: 1.65;\n  color: var(--nm-ink-soft);\n  max-width: 360px;\n}\n.nm-about .nm-pillar {\n  display: grid;\n  grid-template-columns: 80px 1fr;\n  gap: 32px;\n  padding: 40px 0;\n  border-top: 1px solid var(--nm-line);\n  align-items: start;\n}\n.nm-about .nm-pillar:last-child { border-bottom: 1px solid var(--nm-line); }\n.nm-about .nm-pillar-num {\n  font-family: var(--nm-serif);\n  font-style: italic;\n  font-weight: 400;\n  font-size: 56px;\n  color: var(--nm-terracotta-deep);\n  line-height: 0.9;\n}\n.nm-about .nm-pillar-content h3 {\n  font-family: var(--nm-serif);\n  font-weight: 500;\n  font-size: 28px;\n  line-height: 1.1;\n  letter-spacing: -0.02em;\n  margin-bottom: 16px;\n  color: var(--nm-ink);\n}\n.nm-about .nm-pillar-content p {\n  font-size: 16px;\n  line-height: 1.7;\n  color: var(--nm-ink-soft);\n}<\/p>\n<p>\/* ============ STATS ============ *\/\n.nm-about .nm-stats {\n  padding: 100px 0;\n  background: var(--nm-terracotta-deep);\n  color: var(--nm-cream);\n}\n.nm-about .nm-stats-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 48px;\n}\n.nm-about .nm-stat {\n  border-left: 1px solid rgba(245, 237, 223, 0.25);\n  padding-left: 24px;\n}\n.nm-about .nm-stat-value {\n  font-family: var(--nm-serif);\n  font-weight: 400;\n  font-size: 72px;\n  line-height: 0.95;\n  letter-spacing: -0.03em;\n  margin-bottom: 12px;\n  color: var(--nm-cream);\n}\n.nm-about .nm-stat-value em {\n  font-style: italic;\n  font-weight: 500;\n}\n.nm-about .nm-stat-label {\n  font-family: var(--nm-mono);\n  font-size: 11px;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  color: #1a1209;\n  line-height: 1.5;\n}<\/p>\n<p>\/* ============ PROMISE \/ CTA ============ *\/\n.nm-about .nm-promise {\n  padding: 160px 0;\n  background: var(--nm-cream-light);\n  text-align: center;\n  position: relative;\n}\n.nm-about .nm-promise-eyebrow {\n  font-family: var(--nm-mono);\n  font-size: 12px;\n  letter-spacing: 0.25em;\n  text-transform: uppercase;\n  color: var(--nm-terracotta-deep);\n  margin-bottom: 32px;\n}\n.nm-about .nm-promise h2 {\n  font-family: var(--nm-serif);\n  font-weight: 400;\n  font-size: clamp(48px, 7vw, 96px);\n  line-height: 0.95;\n  letter-spacing: -0.03em;\n  max-width: 1000px;\n  margin: 0 auto 48px;\n  color: var(--nm-ink);\n}\n.nm-about .nm-promise h2 em {\n  font-style: italic;\n  color: var(--nm-terracotta-deep);\n}\n.nm-about .nm-promise-sub {\n  font-size: 18px;\n  line-height: 1.6;\n  color: var(--nm-ink-soft);\n  max-width: 580px;\n  margin: 0 auto 64px;\n}\n.nm-about .nm-cta-row {\n  display: flex;\n  gap: 16px;\n  justify-content: center;\n  flex-wrap: wrap;\n}\n.nm-about .nm-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 12px;\n  padding: 20px 36px;\n  font-family: var(--nm-mono);\n  font-size: 12px;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  text-decoration: none;\n  transition: all 0.3s ease;\n  border: 1px solid var(--nm-ink);\n  cursor: pointer;\n}\n.nm-about .nm-btn-primary {\n  background: var(--nm-ink);\n  color: var(--nm-cream);\n}\n.nm-about .nm-btn-primary:hover {\n  background: var(--nm-terracotta-deep);\n  border-color: var(--nm-terracotta-deep);\n  color: var(--nm-cream);\n}\n.nm-about .nm-btn-secondary {\n  background: transparent;\n  color: var(--nm-ink);\n}\n.nm-about .nm-btn-secondary:hover {\n  background: var(--nm-ink);\n  color: var(--nm-cream);\n}\n.nm-about .nm-btn-arrow {\n  width: 14px;\n  height: 14px;\n  transition: transform 0.3s ease;\n}\n.nm-about .nm-btn:hover .nm-btn-arrow { transform: translateX(4px); }<\/p>\n<p>\/* ============ RESPONSIVE ============ *\/\n@media (max-width: 980px) {\n  .nm-about .nm-container { padding: 0 32px; }\n  .nm-about .nm-hero { padding: 80px 0 60px; }\n  .nm-about .nm-hero-grid { grid-template-columns: 1fr; gap: 48px; }\n  .nm-about .nm-hero-mark { display: none; }\n  .nm-about .nm-section-head { grid-template-columns: 1fr; gap: 32px; }\n  .nm-about .nm-cat-grid { grid-template-columns: repeat(2, 1fr); }\n  .nm-about .nm-cat-card:nth-child(2) { border-right: none; }\n  .nm-about .nm-pillars-grid { grid-template-columns: 1fr; gap: 48px; }\n  .nm-about .nm-pillars-left { position: static; }\n  .nm-about .nm-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }\n  .nm-about .nm-stat-value { font-size: 56px; }\n  .nm-about .nm-manifesto { padding: 100px 0; }\n  .nm-about .nm-manifesto::before { font-size: 180px; top: 30px; right: 24px; }\n  .nm-about .nm-categories,\n  .nm-about .nm-pillars { padding: 100px 0; }\n  .nm-about .nm-promise { padding: 120px 0; }\n}\n@media (max-width: 600px) {\n  .nm-about .nm-container { padding: 0 24px; }\n  .nm-about .nm-hero-meta { grid-template-columns: 1fr; gap: 16px; }\n  .nm-about .nm-cat-grid { grid-template-columns: 1fr; }\n  .nm-about .nm-cat-card { border-right: none !important; }\n  .nm-about .nm-stats-grid { grid-template-columns: 1fr; }\n  .nm-about .nm-manifesto-inner { padding: 0 24px; }\n  .nm-about .nm-pillar { grid-template-columns: 1fr; gap: 12px; }\n  .nm-about .nm-pillar-num { font-size: 40px; }\n}\n<\/style>\n<div class=\"nm-about\">\n<p>  <!-- HERO --><\/p>\n<section class=\"nm-hero\">\n    <svg class=\"nm-hero-mark\" viewBox=\"0 0 200 200\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n      <path d=\"M30 100 Q30 60 70 50 L130 30 Q170 30 170 70 L165 130 Q150 170 100 170 L60 165 Q30 150 30 100 Z\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1\" \/>\n      <path d=\"M50 110 L150 80\" stroke=\"currentColor\" stroke-width=\"2\" \/>\n      <circle cx=\"50\" cy=\"110\" r=\"3\" fill=\"currentColor\" \/>\n    <\/svg><\/p>\n<div class=\"nm-container\">\n<div class=\"nm-hero-grid\">\n<div>\n<div class=\"nm-hero-eyebrow\">About Neat Meat<\/div>\n<h1>\n            The standard<br \/>\n            <em>your kitchen<\/em><br \/>\n            <span class=\"nm-amp\">&amp;<\/span> table<br \/>\n            deserve.<br \/>\n          <\/h1>\n<div class=\"nm-hero-meta\">\n<div>\n              <span class=\"nm-hero-meta-label\">Founded<\/span><br \/>\n              <span class=\"nm-hero-meta-value\">Cairo<\/span>\n            <\/div>\n<div>\n              <span class=\"nm-hero-meta-label\">Categories<\/span><br \/>\n              <span class=\"nm-hero-meta-value\">Four<\/span>\n            <\/div>\n<div>\n              <span class=\"nm-hero-meta-label\">Standard<\/span><br \/>\n              <span class=\"nm-hero-meta-value\">A-Class<\/span>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"nm-hero-lede\">\n<p><strong>Neat Meat is Cairo&#8217;s premium online meat shop<\/strong> \u2014 a home-delivery service built around one simple promise: every cut, every marinade, every prepared dish that leaves our kitchen is something we&#8217;d be proud to serve at our own table.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- MANIFESTO --><\/p>\n<section class=\"nm-manifesto\">\n<div class=\"nm-manifesto-inner\">\n<div class=\"nm-manifesto-eyebrow\">\u2014 Our story<\/div>\n<p class=\"nm-manifesto-quote\">\n        Great meals start with <em>great meat<\/em>. So we built a service that delivers it \u2014 without the supermarket compromise.\n      <\/p>\n<div class=\"nm-manifesto-body\">\n<p>We source the finest beef, poultry, and lamb Egypt has to offer \u2014 chosen for marbling, tenderness, and depth of flavor. Our team then takes over: trimming, cutting, marinating, and preparing each order the way a chef would prepare it for a private guest.<\/p>\n<p>The result is meat that tastes the way meat should. Not industrial. Not anonymous. Cut to order, packed with care, and at your door when you need it.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- FOUR CATEGORIES --><\/p>\n<section class=\"nm-categories\">\n<div class=\"nm-container\">\n<div class=\"nm-section-head\">\n<div>\n<div class=\"nm-section-num\">02 \u2014 What we deliver<\/div>\n<h2>Four ways to put<br \/><em>dinner<\/em> on the table.<\/h2>\n<\/p><\/div>\n<p class=\"nm-section-head-lede\">\n          From a fresh ribeye you&#8217;ll fire on the grill to a tray of b\u00e9chamel that goes straight in the oven \u2014 Neat Meat covers every level of effort, without compromising quality.\n        <\/p>\n<\/p><\/div>\n<div class=\"nm-cat-grid\">\n<div class=\"nm-cat-card\">\n<div class=\"nm-cat-num\">N\u00b001<\/div>\n<p>          <svg class=\"nm-cat-icon\" viewBox=\"0 0 56 56\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M8 32 Q8 18 22 14 L42 8 Q50 8 50 18 L48 36 Q44 48 30 48 L18 46 Q8 42 8 32 Z\" stroke=\"currentColor\" stroke-width=\"1.5\"\/>\n            <path d=\"M16 36 L42 22\" stroke=\"currentColor\" stroke-width=\"1.5\"\/>\n            <circle cx=\"16\" cy=\"36\" r=\"2\" fill=\"currentColor\"\/>\n          <\/svg><\/p>\n<h3>Fresh cuts<em>&amp; custom marination<\/em><\/h3>\n<p class=\"nm-cat-desc\">All beef and poultry cuts, hand-trimmed to your spec. Want it BBQ-ready? Tell us how \u2014 we&#8217;ll marinate it for the fire.<\/p>\n<div class=\"nm-cat-list\">\n            <span>Beef<\/span><span>Poultry<\/span><span>Lamb<\/span><span>Custom trim<\/span>\n          <\/div>\n<\/p><\/div>\n<div class=\"nm-cat-card\">\n<div class=\"nm-cat-num\">N\u00b002<\/div>\n<p>          <svg class=\"nm-cat-icon\" viewBox=\"0 0 56 56\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <circle cx=\"28\" cy=\"28\" r=\"20\" stroke=\"currentColor\" stroke-width=\"1.5\"\/>\n            <path d=\"M28 14 L28 28 L38 34\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n            <circle cx=\"28\" cy=\"28\" r=\"2\" fill=\"currentColor\"\/>\n          <\/svg><\/p>\n<h3>Ready to cook<em>processed &amp; marinated<\/em><\/h3>\n<p class=\"nm-cat-desc\">Prepped and seasoned. You bring the pan and the appetite \u2014 we&#8217;ve handled the rest.<\/p>\n<div class=\"nm-cat-list\">\n            <span>Beef burgers<\/span><span>Sausage<\/span><span>Kofta<\/span><span>Vine leaves<\/span><span>Mahshi<\/span><span>Hawawshi<\/span>\n          <\/div>\n<\/p><\/div>\n<div class=\"nm-cat-card\">\n<div class=\"nm-cat-num\">N\u00b003<\/div>\n<p>          <svg class=\"nm-cat-icon\" viewBox=\"0 0 56 56\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect x=\"8\" y=\"14\" width=\"40\" height=\"32\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.5\"\/>\n            <path d=\"M14 22 L42 22\" stroke=\"currentColor\" stroke-width=\"1.5\"\/>\n            <path d=\"M20 32 Q22 28 24 32 M28 32 Q30 28 32 32 M36 32 Q38 28 40 32\" stroke=\"currentColor\" stroke-width=\"1.5\" fill=\"none\"\/>\n          <\/svg><\/p>\n<h3>Ready to heat<em>chef-prepared dishes<\/em><\/h3>\n<p class=\"nm-cat-desc\">Full plates assembled in our kitchen. Oven or microwave \u2014 dinner in under 30 minutes.<\/p>\n<div class=\"nm-cat-list\">\n            <span>B\u00e9chamel<\/span><span>Lasagna<\/span><span>Negresco<\/span><span>Musakaa<\/span><span>Mac &amp; cheese<\/span>\n          <\/div>\n<\/p><\/div>\n<div class=\"nm-cat-card\">\n<div class=\"nm-cat-num\">N\u00b004<\/div>\n<p>          <svg class=\"nm-cat-icon\" viewBox=\"0 0 56 56\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M10 24 Q10 20 14 20 L42 20 Q46 20 46 24 L44 38 Q42 44 36 44 L20 44 Q14 44 12 38 Z\" stroke=\"currentColor\" stroke-width=\"1.5\"\/>\n            <path d=\"M46 24 L52 22 M10 24 L4 22\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n            <circle cx=\"22\" cy=\"32\" r=\"2\" stroke=\"currentColor\" stroke-width=\"1.5\"\/>\n            <circle cx=\"32\" cy=\"34\" r=\"2\" stroke=\"currentColor\" stroke-width=\"1.5\"\/>\n          <\/svg><\/p>\n<h3>Ready to fry<em>golden in minutes<\/em><\/h3>\n<p class=\"nm-cat-desc\">Hot oil, three minutes, done. Crowd-pleasers for kids, guests, and last-minute dinners.<\/p>\n<div class=\"nm-cat-list\">\n            <span>Chicken pan\u00e9<\/span><span>Strips<\/span><span>Samosa<\/span><span>Rice kofta<\/span><span>Spring rolls<\/span><span>Mombar<\/span>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- PILLARS --><\/p>\n<section class=\"nm-pillars\">\n<div class=\"nm-container\">\n<div class=\"nm-pillars-grid\">\n<div class=\"nm-pillars-left\">\n<div class=\"nm-section-num\">03 \u2014 Why Neat Meat<\/div>\n<h2>The standard, <em>not<\/em> the price.<\/h2>\n<p>We believe premium-quality meat should land on family tables every week \u2014 not just at fine-dining restaurants on special occasions. So we built a service that protects quality at every step, without inflating the bill.<\/p>\n<\/p><\/div>\n<div class=\"nm-pillars-right\">\n<article class=\"nm-pillar\">\n<div class=\"nm-pillar-num\">i.<\/div>\n<div class=\"nm-pillar-content\">\n<h3>Sourced for flavor, not for volume.<\/h3>\n<p>We hand-pick our beef, poultry, and lamb based on one criterion: how it eats. Marbling, tenderness, depth of flavor \u2014 those are non-negotiable. No shortcuts at the source means no compromises on the plate.<\/p>\n<\/p><\/div>\n<\/article>\n<article class=\"nm-pillar\">\n<div class=\"nm-pillar-num\">ii.<\/div>\n<div class=\"nm-pillar-content\">\n<h3>Hand-cut, the old-school way.<\/h3>\n<p>Every order is hand-trimmed and hand-cut by skilled professionals using the techniques the craft demands. Want a specific thickness, a custom marinade, or your meat ready for the BBQ? Just tell us.<\/p>\n<\/p><\/div>\n<\/article>\n<article class=\"nm-pillar\">\n<div class=\"nm-pillar-num\">iii.<\/div>\n<div class=\"nm-pillar-content\">\n<h3>Prepared in our own kitchen.<\/h3>\n<p>Our ready-to-cook, ready-to-heat, and ready-to-fry products are made in our own facility \u2014 with natural ingredients, clean preparation, and zero industrial filler. The kind of food we&#8217;d serve our own families.<\/p>\n<\/p><\/div>\n<\/article>\n<article class=\"nm-pillar\">\n<div class=\"nm-pillar-num\">iv.<\/div>\n<div class=\"nm-pillar-content\">\n<h3>Packed cold, delivered fast.<\/h3>\n<p>Our boxes keep everything at the right temperature from our facility to your kitchen. Order in the morning, cook for dinner \u2014 that&#8217;s the standard.<\/p>\n<\/p><\/div>\n<\/article><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- STATS BAND --><\/p>\n<section class=\"nm-stats\">\n<div class=\"nm-container\">\n<div class=\"nm-stats-grid\">\n<div class=\"nm-stat\">\n<div class=\"nm-stat-value\"><em>100<\/em>%<\/div>\n<div class=\"nm-stat-label\">Hand-cut to order<\/div>\n<\/p><\/div>\n<div class=\"nm-stat\">\n<div class=\"nm-stat-value\">04<\/div>\n<div class=\"nm-stat-label\">Product categories under one roof<\/div>\n<\/p><\/div>\n<div class=\"nm-stat\">\n<div class=\"nm-stat-value\"><em>0<\/em><\/div>\n<div class=\"nm-stat-label\">Industrial fillers, ever<\/div>\n<\/p><\/div>\n<div class=\"nm-stat\">\n<div class=\"nm-stat-value\">A<em>+<\/em><\/div>\n<div class=\"nm-stat-label\">Class standard, every order<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- PROMISE \/ CTA --><\/p>\n<section class=\"nm-promise\">\n<div class=\"nm-container\">\n<div class=\"nm-promise-eyebrow\">\u2014 The promise<\/div>\n<h2>Better meat.<br \/>Easier <em>dinner<\/em>.<br \/>Delivered.<\/h2>\n<p class=\"nm-promise-sub\">\n        Whether you&#8217;re firing up the grill, throwing a tray in the oven, or feeding a houseful of hungry kids \u2014 we&#8217;ve got the cut, the dish, or the shortcut you need. Cooked by you, made right by us.\n      <\/p>\n<div class=\"nm-cta-row\">\n        <a href=\"https:\/\/neatmeat.net\" class=\"nm-btn nm-btn-primary\"><br \/>\n          Shop now<br \/>\n          <svg class=\"nm-btn-arrow\" viewBox=\"0 0 14 14\" fill=\"none\">\n            <path d=\"M1 7H13M13 7L7 1M13 7L7 13\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n          <\/svg><br \/>\n        <\/a><br \/>\n        <a href=http:\/\/wa.me\/+201096006600\" class=\"nm-btn nm-btn-secondary\"><br \/>\n          Talk to us on WhatsApp<br \/>\n          <svg class=\"nm-btn-arrow\" viewBox=\"0 0 14 14\" fill=\"none\">\n            <path d=\"M1 7H13M13 7L7 1M13 7L7 13\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n          <\/svg><br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<\/section>\n<\/div>\n<p><!-- ============ END NEAT MEAT ABOUT BLOCK ============ --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>About Neat Meat The standard your kitchen &amp; table deserve. Founded Cairo Categories Four Standard A-Class Neat Meat is Cairo&#8217;s premium online meat shop \u2014 a home-delivery service built around one simple promise: every cut, every marinade, every prepared dish that leaves our kitchen is something we&#8217;d be proud to serve at our own table. [&hellip;]<\/p>\n","protected":false},"author":3122,"featured_media":10524,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10523","page","type-page","status-publish","has-post-thumbnail","hentry"],"pure_taxonomies":[],"_links":{"self":[{"href":"https:\/\/neatmeat.net\/en\/wp-json\/wp\/v2\/pages\/10523","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/neatmeat.net\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/neatmeat.net\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/neatmeat.net\/en\/wp-json\/wp\/v2\/users\/3122"}],"replies":[{"embeddable":true,"href":"https:\/\/neatmeat.net\/en\/wp-json\/wp\/v2\/comments?post=10523"}],"version-history":[{"count":13,"href":"https:\/\/neatmeat.net\/en\/wp-json\/wp\/v2\/pages\/10523\/revisions"}],"predecessor-version":[{"id":16527,"href":"https:\/\/neatmeat.net\/en\/wp-json\/wp\/v2\/pages\/10523\/revisions\/16527"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/neatmeat.net\/en\/wp-json\/wp\/v2\/media\/10524"}],"wp:attachment":[{"href":"https:\/\/neatmeat.net\/en\/wp-json\/wp\/v2\/media?parent=10523"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}