/* KAFO ONE STEP 1/3 — DIGITAL EXPERIENCE FOUNDATION
   Values marked --kafo-* are injected from the canonical Brand System v3 token JSON.
   Golden Reference sets the quality floor; no fake traction or store availability is rendered. */
:root {
  --kafo-green: #31361B;
  --kafo-terracotta: #8E3712;
  --kafo-mustard: #D39A2E;
  --kafo-sage: #A8AF8A;
  --kafo-sand: #E3C4A4;
  --kafo-cream: #F0DFCD;
  --kafo-ink: #25281D;
  --kafo-white: #FFFFFF;
  --kafo-muted: #675D54;
  --kafo-border: #967859;
  --kafo-elevated: #F7EBDD;
  --kafo-success: #4F6A3A;
  --shadow-soft: 0 24px 60px rgba(49,54,27,.10);
  --shadow-card: 0 12px 35px rgba(37,40,29,.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1480px;
  --font-display: "Inter Display", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-ui: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #fff; }
body {
  margin: 0;
  color: var(--kafo-ink);
  background:
    radial-gradient(circle at 12% 5%, rgba(211,154,46,.08), transparent 27rem),
    linear-gradient(180deg, #fff 0%, #fffdf9 44%, #fff 100%);
  font-family: var(--font-ui);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--kafo-mustard); outline-offset: 4px; }
.sr-only {
  position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important;
  margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important;
}
.skip-link {
  position: fixed; z-index: 9999; top: 12px; left: 12px; transform: translateY(-150%);
  padding: 12px 16px; border-radius: 12px; background: var(--kafo-green); color: #fff; font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }
.shell { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  border-bottom: 1px solid rgba(150,120,89,.20);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
}
.header-inner {
  width: min(var(--container), calc(100% - 64px)); min-height: 88px; margin-inline: auto;
  display: grid; grid-template-columns: 250px 1fr auto; gap: 24px; align-items: center;
}
.brand-link { display: inline-flex; width: max-content; align-items: center; }
.brand-logo { width: 220px; height: auto; object-fit: contain; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.3vw, 38px); }
.primary-nav a {
  position: relative; padding: 14px 2px; color: #4b4f41; font-size: 14px; font-weight: 650; letter-spacing: -.01em;
}
.primary-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 7px; height: 2px;
  background: var(--kafo-green); transform: scaleX(0); transform-origin: center; transition: transform .18s ease;
}
.primary-nav a:hover::after { transform: scaleX(1); }
.nav-toggle { display: none; background: transparent; border: 0; width: 48px; height: 48px; padding: 12px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--kafo-green); border-radius: 2px; }

.button {
  min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 15px; font-weight: 750; letter-spacing: -.01em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 46px; padding-inline: 18px; border-radius: 12px; font-size: 14px; }
.button-solid { background: var(--kafo-green); color: #fff; box-shadow: 0 10px 24px rgba(49,54,27,.18); }
.button-solid:hover { box-shadow: 0 14px 32px rgba(49,54,27,.25); }
.button-outline { border-color: var(--kafo-mustard); color: var(--kafo-green); background: rgba(255,255,255,.6); }
.button-cream { background: var(--kafo-cream); color: var(--kafo-green); }
.button-ghost-light { border-color: rgba(255,255,255,.38); color: #fff; background: rgba(255,255,255,.08); }

.hero {
  min-height: 730px; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(28px, 4vw, 74px); align-items: center;
  padding-top: 68px; padding-bottom: 78px;
}
.hero-copy { position: relative; z-index: 3; max-width: 650px; }
.eyebrow-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 26px; }
.eyebrow {
  margin: 0 0 14px; color: var(--kafo-green); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase;
}
.eyebrow-row .eyebrow { margin: 0; }
.eyebrow.light { color: var(--kafo-cream); }
.truth-chip {
  padding: 7px 11px; border: 1px solid rgba(79,106,58,.22); border-radius: 999px;
  background: rgba(79,106,58,.08); color: var(--kafo-success); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
}
.hero h1, .section-heading h2, .feature-copy h2, .business-copy h2, .conversion h2 {
  font-family: var(--font-display); letter-spacing: -.052em; text-wrap: balance;
}
.hero h1 { margin: 0; font-size: clamp(62px, 6.1vw, 102px); line-height: .88; font-weight: 760; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 span { color: var(--kafo-green); }
.hero h1 strong { color: var(--kafo-mustard); font-weight: 780; }
.hero-lead {
  max-width: 610px; margin: 30px 0 0; color: #4f5047; font-size: clamp(17px, 1.25vw, 20px); line-height: 1.62; letter-spacing: -.015em;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.availability-note { max-width: 590px; margin: 18px 0 0; color: var(--kafo-muted); font-size: 12px; line-height: 1.5; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 17px 24px; margin-top: 27px; color: #4b4f41; font-size: 13px; font-weight: 650; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.proof-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--kafo-success); box-shadow: 0 0 0 4px rgba(79,106,58,.10); }

.hero-stage {
  position: relative; min-height: 650px; border-radius: 44px; overflow: hidden;
  background:
    radial-gradient(circle at 66% 18%, rgba(255,255,255,.95), transparent 16rem),
    radial-gradient(circle at 24% 86%, rgba(211,154,46,.18), transparent 22rem),
    linear-gradient(145deg, #f7ebdd 0%, #fff 43%, #edf0e5 100%);
  border: 1px solid rgba(150,120,89,.16);
  box-shadow: var(--shadow-soft);
}
.gambia-glow {
  position: absolute; inset: 0; opacity: .7;
  background:
    linear-gradient(115deg, transparent 0 57%, rgba(49,54,27,.035) 57% 58%, transparent 58%),
    repeating-linear-gradient(25deg, transparent 0 42px, rgba(211,154,46,.045) 43px 44px);
}
.phone {
  position: absolute; z-index: 4; width: 285px; height: 570px; padding: 9px; border-radius: 48px;
  background: #11130f; box-shadow: 0 35px 70px rgba(37,40,29,.24), inset 0 0 0 1px rgba(255,255,255,.16);
}
.phone-primary { left: 18%; top: 36px; transform: rotate(-4deg); }
.phone-secondary { right: 5.5%; top: 92px; transform: rotate(5deg) scale(.92); z-index: 3; }
.phone-bezel { width: 100%; height: 100%; border-radius: 40px; background: #fff; overflow: hidden; position: relative; }
.phone-island { position: absolute; z-index: 10; top: 11px; left: 50%; transform: translateX(-50%); width: 92px; height: 25px; border-radius: 20px; background: #0a0b09; }
.phone-screen { height: 100%; padding: 43px 15px 14px; background: #fbfcf8; }
.phone-topline { display: flex; justify-content: space-between; align-items: center; color: var(--kafo-green); font-size: 11px; font-weight: 850; letter-spacing: .04em; }
.phone-status { color: var(--kafo-success); }
.phone-greeting { margin: 17px 0 12px; max-width: 180px; color: var(--kafo-ink); font-size: 18px; line-height: 1.15; font-weight: 780; letter-spacing: -.03em; }
.phone-search {
  height: 39px; border: 1px solid rgba(150,120,89,.18); border-radius: 11px; background: #fff;
  display: flex; align-items: center; gap: 7px; padding: 0 10px; color: #807970; font-size: 10px; box-shadow: 0 5px 16px rgba(37,40,29,.04);
}
.phone-search svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.mini-categories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 14px; }
.mini-categories div { display: grid; justify-items: center; gap: 5px; font-size: 9px; color: #41443a; }
.mini-categories b { font-weight: 700; }
.mini-icon {
  width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px;
  background: #eef0e6; color: var(--kafo-green); font-size: 13px; font-weight: 900;
}
.mini-categories div:nth-child(2) .mini-icon { background: #f8ecdf; color: var(--kafo-terracotta); }
.mini-categories div:nth-child(3) .mini-icon { background: #f8f1dc; color: #8b6415; }
.mini-categories div:nth-child(4) .mini-icon { background: #edf2ea; color: var(--kafo-success); }
.phone-section-head { display: flex; align-items: center; justify-content: space-between; margin: 18px 1px 9px; font-size: 10px; }
.phone-section-head b { font-size: 12px; }
.phone-section-head span { color: var(--kafo-muted); }
.phone-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.phone-cards article { min-height: 130px; padding: 8px; border-radius: 13px; background: #fff; box-shadow: 0 5px 15px rgba(37,40,29,.055); }
.phone-cards article b, .phone-cards article small { display: block; }
.phone-cards article b { margin-top: 7px; font-size: 10px; }
.phone-cards article small { margin-top: 3px; color: var(--kafo-muted); font-size: 8px; }
.food-art, .market-art {
  height: 68px; border-radius: 9px; position: relative; overflow: hidden;
}
.food-art { background: linear-gradient(135deg, #e5c493, #f6e8d3); }
.food-art i { position: absolute; border-radius: 50%; background: var(--kafo-terracotta); }
.food-art i:nth-child(1) { width: 45px; height: 45px; left: 11px; top: 12px; box-shadow: inset 0 0 0 8px #d99a59; }
.food-art i:nth-child(2) { width: 24px; height: 24px; right: 14px; top: 10px; background: var(--kafo-success); }
.food-art i:nth-child(3) { width: 21px; height: 21px; right: 17px; bottom: 8px; background: var(--kafo-mustard); }
.market-art { background: linear-gradient(135deg, #dfe8d6, #f5eddd); }
.market-art i { position: absolute; bottom: 10px; width: 18px; border-radius: 10px 10px 5px 5px; }
.market-art i:nth-child(1) { height: 43px; left: 16px; background: var(--kafo-success); }
.market-art i:nth-child(2) { height: 35px; left: 42px; background: var(--kafo-mustard); }
.market-art i:nth-child(3) { height: 48px; right: 18px; background: var(--kafo-terracotta); }
.findme-mini { margin-top: 12px; padding: 10px; border-radius: 13px; display: grid; grid-template-columns: 34px 1fr auto; gap: 8px; align-items: center; background: var(--kafo-green); color: #fff; }
.findme-mini small, .findme-mini b { display: block; }
.findme-mini small { color: var(--kafo-sage); font-size: 7px; font-weight: 850; letter-spacing: .1em; }
.findme-mini b { margin-top: 2px; font-size: 9px; }
.findme-pin { width: 31px; height: 31px; border-radius: 9px; background: rgba(255,255,255,.12); display: grid; place-items: center; }
.findme-pin span { width: 10px; height: 10px; border: 3px solid var(--kafo-mustard); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.phone-nav { position: absolute; left: 12px; right: 12px; bottom: 12px; height: 42px; border-top: 1px solid rgba(150,120,89,.15); display: flex; align-items: end; justify-content: space-around; color: #8a8279; font-size: 7px; padding-bottom: 4px; background: rgba(251,252,248,.95); }
.phone-nav .active { color: var(--kafo-green); font-weight: 850; }
.map-screen { padding-inline: 0; padding-bottom: 0; background: #f8f4ec; }
.map-top { padding: 0 16px 12px; }
.map-top small, .map-top b { display: block; }
.map-top small { color: var(--kafo-success); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.map-top b { margin-top: 4px; font-size: 16px; letter-spacing: -.03em; }
.illustrated-map { position: relative; height: 300px; overflow: hidden; background: linear-gradient(140deg, #dce6d6, #f0e4d0); }
.illustrated-map::before, .illustrated-map::after { content: ""; position: absolute; border-radius: 50%; background: rgba(64,93,102,.15); }
.illustrated-map::before { width: 220px; height: 130px; left: -80px; bottom: -25px; transform: rotate(-18deg); }
.illustrated-map::after { width: 130px; height: 90px; right: -30px; top: 50px; }
.road { position: absolute; height: 8px; background: rgba(255,255,255,.9); box-shadow: 0 0 0 1px rgba(150,120,89,.08); border-radius: 999px; }
.road-a { width: 280px; left: -20px; top: 135px; transform: rotate(-24deg); }
.road-b { width: 250px; left: 55px; top: 185px; transform: rotate(48deg); }
.road-c { width: 190px; left: 15px; top: 75px; transform: rotate(18deg); }
.map-pin { position: absolute; width: 20px; height: 20px; border: 6px solid var(--kafo-green); border-radius: 50% 50% 50% 0; background: #fff; transform: rotate(-45deg); box-shadow: 0 5px 12px rgba(37,40,29,.17); }
.pin-a { left: 70px; top: 115px; }
.pin-b { right: 62px; bottom: 52px; border-color: var(--kafo-mustard); }
.landmark-card { position: absolute; left: 95px; top: 65px; padding: 7px 10px; border-radius: 8px; background: rgba(255,255,255,.92); font-size: 8px; font-weight: 750; box-shadow: 0 6px 18px rgba(37,40,29,.08); }
.route-sheet { margin: -26px 12px 0; position: relative; z-index: 3; padding: 13px; border-radius: 15px; background: #fff; box-shadow: 0 15px 30px rgba(37,40,29,.12); display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; }
.route-avatar { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, var(--kafo-sand), var(--kafo-terracotta)); }
.route-sheet small, .route-sheet b { display: block; }
.route-sheet small { color: var(--kafo-muted); font-size: 8px; }
.route-sheet b { margin-top: 3px; font-size: 9px; }
.route-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 10px 12px; }
.route-actions span { padding: 9px; border-radius: 10px; text-align: center; border: 1px solid rgba(150,120,89,.18); color: var(--kafo-green); font-size: 9px; font-weight: 750; background: #fff; }
.scene-card {
  position: absolute; z-index: 1; width: 160px; height: 130px; padding: 14px; border-radius: 22px;
  background: rgba(255,255,255,.86); box-shadow: var(--shadow-card); border: 1px solid rgba(150,120,89,.12);
}
.scene-food { left: 15px; bottom: 75px; transform: rotate(-7deg); }
.scene-shop { right: 15px; top: 42px; transform: rotate(5deg); }
.scene-label { font-size: 10px; font-weight: 850; color: var(--kafo-green); }
.plate { width: 76px; height: 76px; margin: 8px auto 0; border: 9px solid #f0dfcd; border-radius: 50%; position: relative; background: #fff; }
.plate i { position: absolute; border-radius: 50%; }
.plate i:nth-child(1) { inset: 9px; background: var(--kafo-terracotta); box-shadow: inset 0 0 0 8px var(--kafo-mustard); }
.plate i:nth-child(2) { width: 16px; height: 16px; left: 4px; top: 8px; background: var(--kafo-success); }
.plate i:nth-child(3) { width: 14px; height: 14px; right: 1px; bottom: 8px; background: var(--kafo-sage); }
.basket-visual { width: 92px; height: 63px; margin: 17px auto 0; border: 5px solid var(--kafo-green); border-top: 0; border-radius: 0 0 16px 16px; position: relative; }
.basket-visual::before { content: ""; position: absolute; left: 13px; right: 13px; top: -19px; height: 30px; border: 5px solid var(--kafo-green); border-bottom: 0; border-radius: 40px 40px 0 0; }
.basket-visual i { position: absolute; bottom: 8px; width: 14px; border-radius: 8px; }
.basket-visual i:nth-child(1) { left: 9px; height: 28px; background: var(--kafo-terracotta); }
.basket-visual i:nth-child(2) { left: 29px; height: 37px; background: var(--kafo-success); }
.basket-visual i:nth-child(3) { left: 49px; height: 31px; background: var(--kafo-mustard); }
.basket-visual i:nth-child(4) { right: 5px; height: 24px; background: var(--kafo-sage); }
.stage-badge {
  position: absolute; z-index: 6; right: 28px; bottom: 25px; width: 315px; padding: 14px 16px; border-radius: 17px;
  display: grid; grid-template-columns: 42px 1fr; gap: 11px; align-items: center; background: rgba(255,255,255,.94); box-shadow: 0 16px 35px rgba(37,40,29,.12); border: 1px solid rgba(150,120,89,.14);
}
.badge-icon { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: #eef1e6; color: var(--kafo-green); }
.badge-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.stage-badge small, .stage-badge b { display: block; }
.stage-badge small { color: var(--kafo-success); font-size: 8px; font-weight: 850; letter-spacing: .08em; }
.stage-badge b { margin-top: 3px; font-size: 11px; line-height: 1.3; }

.category-band { padding: 88px 0 98px; background: linear-gradient(180deg, rgba(240,223,205,.38), rgba(247,235,221,.58)); border-block: 1px solid rgba(150,120,89,.10); }
.section-heading { max-width: 770px; margin-bottom: 40px; }
.section-heading.compact { max-width: 680px; }
.section-heading h2, .feature-copy h2, .business-copy h2, .conversion h2 { margin: 0; font-size: clamp(40px, 4vw, 64px); line-height: .98; font-weight: 760; }
.section-heading p:not(.eyebrow), .feature-copy > p:not(.eyebrow), .business-copy > p:not(.eyebrow), .conversion p:not(.eyebrow) {
  color: var(--kafo-muted); font-size: 17px; line-height: 1.62;
}
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card {
  min-height: 410px; position: relative; overflow: hidden; border-radius: var(--radius-lg);
  background: #fff; border: 1px solid rgba(150,120,89,.13); box-shadow: var(--shadow-card);
  transition: transform .2s ease, box-shadow .2s ease;
}
.category-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(37,40,29,.12); }
.category-icon {
  position: absolute; z-index: 5; top: 18px; right: 18px; width: 44px; height: 44px; border-radius: 14px;
  display: grid; place-items: center; background: rgba(255,255,255,.88); color: var(--kafo-green); box-shadow: 0 8px 22px rgba(37,40,29,.08);
}
.category-icon svg, .trust-icon svg, .floating-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.category-art { height: 205px; position: relative; overflow: hidden; }
.art-food { background: linear-gradient(145deg, #f2cda7, #f8edda); }
.art-food::before { content: ""; position: absolute; width: 126px; height: 126px; left: 50%; top: 41px; transform: translateX(-50%); border-radius: 50%; background: #fff; box-shadow: 0 8px 25px rgba(37,40,29,.08), inset 0 0 0 12px #f0dfcd; }
.art-food i { position: absolute; z-index: 2; border-radius: 50%; }
.art-food i:nth-child(1) { width: 70px; height: 70px; left: calc(50% - 35px); top: 68px; background: var(--kafo-terracotta); box-shadow: inset 0 0 0 12px var(--kafo-mustard); }
.art-food i:nth-child(2) { width: 28px; height: 28px; left: calc(50% - 58px); top: 69px; background: var(--kafo-success); }
.art-food i:nth-child(3) { width: 26px; height: 26px; left: calc(50% + 27px); top: 114px; background: var(--kafo-sage); }
.art-food i:nth-child(4) { width: 21px; height: 21px; left: calc(50% + 35px); top: 77px; background: #cf6140; }
.art-shop { background: linear-gradient(145deg, #dbe5ce, #f4eadb); }
.art-shop::after { content: ""; position: absolute; width: 150px; height: 80px; left: 50%; bottom: 30px; transform: translateX(-50%); border: 7px solid var(--kafo-green); border-top: 0; border-radius: 0 0 24px 24px; }
.art-shop i { position: absolute; z-index: 2; bottom: 49px; width: 25px; border-radius: 14px 14px 8px 8px; }
.art-shop i:nth-child(1) { left: calc(50% - 58px); height: 70px; background: var(--kafo-terracotta); }
.art-shop i:nth-child(2) { left: calc(50% - 26px); height: 92px; background: var(--kafo-success); }
.art-shop i:nth-child(3) { left: calc(50% + 7px); height: 78px; background: var(--kafo-mustard); }
.art-shop i:nth-child(4) { left: calc(50% + 39px); height: 60px; background: #687d51; }
.art-ride { background: linear-gradient(145deg, #e9e6dc, #dce5d7); }
.car-body { position: absolute; width: 155px; height: 60px; left: 50%; bottom: 54px; transform: translateX(-50%); border-radius: 30px 40px 18px 18px; background: var(--kafo-green); box-shadow: inset 0 14px 0 rgba(255,255,255,.10); }
.car-body::before { content: ""; position: absolute; width: 90px; height: 48px; left: 28px; top: -34px; background: var(--kafo-green); clip-path: polygon(20% 100%, 35% 10%, 78% 10%, 100% 100%); }
.car-body::after { content: ""; position: absolute; width: 70px; height: 24px; left: 45px; top: -23px; background: #dfe9e6; clip-path: polygon(10% 100%, 23% 0, 77% 0, 100% 100%); }
.wheel { position: absolute; z-index: 3; bottom: 38px; width: 31px; height: 31px; border-radius: 50%; background: #1c1d19; box-shadow: inset 0 0 0 9px #777b6f; }
.w1 { left: calc(50% - 59px); } .w2 { right: calc(50% - 59px); }
.art-service { background: linear-gradient(145deg, #ead9c6, #e3e8d9); }
.art-service::before { content: ""; position: absolute; width: 120px; height: 95px; left: 50%; bottom: 35px; transform: translateX(-50%); border-radius: 26px 26px 18px 18px; background: var(--kafo-green); box-shadow: inset 0 -18px 0 rgba(0,0,0,.08); }
.art-service::after { content: ""; position: absolute; width: 55px; height: 22px; left: 50%; bottom: 119px; transform: translateX(-50%); border: 8px solid var(--kafo-green); border-bottom: 0; border-radius: 22px 22px 0 0; }
.art-service i { position: absolute; z-index: 3; width: 15px; border-radius: 9px; bottom: 59px; }
.art-service i:nth-child(1) { height: 52px; left: calc(50% - 34px); background: var(--kafo-mustard); transform: rotate(-8deg); }
.art-service i:nth-child(2) { height: 62px; left: calc(50% - 7px); background: var(--kafo-terracotta); }
.art-service i:nth-child(3) { height: 46px; left: calc(50% + 22px); background: var(--kafo-sage); transform: rotate(8deg); }
.category-copy { padding: 24px 24px 26px; }
.category-copy h3 { margin: 0; color: var(--kafo-green); font-family: var(--font-display); font-size: 25px; letter-spacing: -.035em; }
.category-copy p { min-height: 69px; margin: 10px 0 18px; color: var(--kafo-muted); font-size: 14px; line-height: 1.55; }
.text-link, .text-cta { color: var(--kafo-green); font-size: 14px; font-weight: 800; }
.text-link b, .text-cta span { color: var(--kafo-mustard); }

.trust-strip {
  margin-top: 28px; margin-bottom: 28px; padding: 24px 30px; border-radius: var(--radius-lg);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; background: #fff; border: 1px solid rgba(150,120,89,.13); box-shadow: var(--shadow-card);
}
.trust-strip article { display: grid; grid-template-columns: 48px 1fr; gap: 13px; align-items: center; padding: 8px 25px; border-right: 1px solid rgba(150,120,89,.13); }
.trust-strip article:first-child { padding-left: 0; }
.trust-strip article:last-child { border-right: 0; padding-right: 0; }
.trust-icon { width: 45px; height: 45px; border-radius: 14px; display: grid; place-items: center; color: var(--kafo-green); background: #eef1e7; }
.trust-strip b, .trust-strip span:not(.trust-icon) { display: block; }
.trust-strip b { font-size: 13px; }
.trust-strip article div span { margin-top: 4px; color: var(--kafo-muted); font-size: 11px; line-height: 1.4; }

.feature-section { padding: 115px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 7vw, 120px); align-items: center; }
.feature-copy { max-width: 610px; }
.feature-copy > p:not(.eyebrow) { margin-top: 22px; }
.feature-list { list-style: none; padding: 0; margin: 30px 0 25px; display: grid; gap: 14px; }
.feature-list li { padding: 14px 0; display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; border-bottom: 1px solid rgba(150,120,89,.13); }
.feature-list li > span { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: var(--kafo-elevated); color: var(--kafo-green); font-size: 11px; font-weight: 850; }
.feature-list b, .feature-list small { display: block; }
.feature-list b { font-size: 14px; }
.feature-list small { margin-top: 3px; color: var(--kafo-muted); font-size: 12px; line-height: 1.45; }
.findme-visual {
  position: relative; min-height: 520px; border-radius: 38px; overflow: hidden;
  background: linear-gradient(145deg, #e2e9db, #f3e8d8); border: 1px solid rgba(150,120,89,.13); box-shadow: var(--shadow-soft);
}
.map-paper { position: absolute; inset: 28px; border-radius: 28px; overflow: hidden; background: #e7eadc; }
.map-paper::before { content: ""; position: absolute; width: 44%; height: 110%; left: -16%; top: -5%; border-radius: 50%; background: rgba(64,93,102,.12); }
.map-road { position: absolute; height: 12px; border-radius: 999px; background: #fff; box-shadow: 0 0 0 1px rgba(150,120,89,.10); }
.road-1 { width: 95%; left: 7%; top: 40%; transform: rotate(-18deg); }
.road-2 { width: 85%; left: 19%; top: 62%; transform: rotate(35deg); }
.road-3 { width: 70%; left: 35%; top: 18%; transform: rotate(66deg); }
.map-water { position: absolute; right: -12%; bottom: -20%; width: 55%; height: 60%; border-radius: 50%; background: rgba(64,93,102,.16); }
.map-pin-large {
  position: absolute; left: 58%; top: 42%; width: 40px; height: 40px; border: 11px solid var(--kafo-green); background: #fff;
  border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 9px 22px rgba(37,40,29,.20);
}
.map-landmark { position: absolute; padding: 8px 11px; border-radius: 10px; background: rgba(255,255,255,.94); color: var(--kafo-green); font-size: 10px; font-weight: 800; box-shadow: 0 7px 22px rgba(37,40,29,.09); }
.landmark-1 { left: 24%; top: 27%; } .landmark-2 { right: 14%; bottom: 25%; }
.findme-floating-card {
  position: absolute; z-index: 4; left: 50%; bottom: 25px; transform: translateX(-50%); width: min(480px, calc(100% - 50px));
  padding: 18px; border-radius: 20px; display: grid; grid-template-columns: 50px 1fr; gap: 13px; align-items: center;
  background: #fff; box-shadow: 0 20px 45px rgba(37,40,29,.14);
}
.floating-icon { width: 50px; height: 50px; border-radius: 16px; display: grid; place-items: center; background: var(--kafo-green); color: #fff; }
.findme-floating-card small, .findme-floating-card b, .findme-floating-card span:not(.floating-icon) { display: block; }
.findme-floating-card small { color: var(--kafo-success); font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.findme-floating-card b { margin-top: 3px; font-size: 14px; }
.findme-floating-card div > span { margin-top: 4px; color: var(--kafo-muted); font-size: 11px; }

.business-section { padding: 105px 0; color: #fff; background: var(--kafo-green); overflow: hidden; position: relative; }
.business-section::before { content: ""; position: absolute; width: 620px; height: 620px; right: -190px; top: -230px; border-radius: 50%; background: rgba(211,154,46,.10); }
.business-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(50px, 7vw, 110px); align-items: center; }
.business-copy { max-width: 630px; position: relative; z-index: 2; }
.business-copy h2 { color: #fff; }
.business-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.business-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; margin: 28px 0 30px; }
.business-benefits span { display: flex; gap: 9px; color: rgba(255,255,255,.88); font-size: 13px; line-height: 1.45; }
.business-benefits i { width: 20px; height: 20px; flex: 0 0 20px; border-radius: 50%; display: grid; place-items: center; background: rgba(240,223,205,.14); color: var(--kafo-mustard); font-style: normal; font-weight: 900; }
.business-workspace { position: relative; z-index: 2; min-height: 470px; border-radius: 30px; padding: 26px; background: #fff; color: var(--kafo-ink); box-shadow: 0 35px 70px rgba(0,0,0,.22); }
.workspace-top { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.workspace-top small, .workspace-top b { display: block; }
.workspace-top small { color: var(--kafo-success); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.workspace-top b { margin-top: 4px; font-size: 23px; letter-spacing: -.04em; }
.workspace-status { padding: 8px 11px; border-radius: 999px; background: #eef1e7; color: var(--kafo-green); font-size: 10px; font-weight: 800; }
.workspace-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 22px; }
.workspace-kpis article { padding: 14px; border-radius: 16px; background: #faf7f2; border: 1px solid rgba(150,120,89,.10); }
.workspace-kpis small, .workspace-kpis b, .workspace-kpis span { display: block; }
.workspace-kpis small { color: var(--kafo-muted); font-size: 9px; }
.workspace-kpis b { margin-top: 5px; color: var(--kafo-green); font-size: 18px; }
.workspace-kpis span { margin-top: 4px; color: var(--kafo-muted); font-size: 9px; }
.workspace-body { display: grid; grid-template-columns: 45px 1fr; gap: 15px; margin-top: 18px; min-height: 260px; padding: 14px; border-radius: 18px; background: #f8f4ee; }
.workspace-sidebar { display: grid; align-content: start; gap: 11px; padding-top: 4px; }
.workspace-sidebar span { width: 31px; height: 31px; border-radius: 10px; background: #e1e5d9; }
.workspace-sidebar .active { background: var(--kafo-green); }
.workspace-content { padding: 8px; }
.workspace-line { width: 48%; height: 10px; border-radius: 999px; background: #d9d6ce; margin-bottom: 9px; }
.workspace-line.wide { width: 72%; height: 15px; background: var(--kafo-green); }
.workspace-row { display: grid; grid-template-columns: 38px 1fr; gap: 11px; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(150,120,89,.12); }
.workspace-row > i { width: 38px; height: 38px; border-radius: 12px; background: #e4e8dc; }
.workspace-row b, .workspace-row span { display: block; border-radius: 999px; background: #d7d4cc; }
.workspace-row b { width: 58%; height: 9px; }
.workspace-row span { width: 78%; height: 6px; margin-top: 7px; background: #e5e1da; }

.story-section { padding: 110px 0 120px; }
.story-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.story-card { position: relative; padding: 18px 18px 26px; border-radius: 24px; background: #fff; border: 1px solid rgba(150,120,89,.13); box-shadow: var(--shadow-card); }
.story-number { position: absolute; z-index: 4; top: 28px; left: 30px; width: 40px; height: 40px; border-radius: 13px; display: grid; place-items: center; background: rgba(255,255,255,.92); color: var(--kafo-green); font-size: 10px; font-weight: 900; }
.story-visual { height: 230px; border-radius: 18px; overflow: hidden; position: relative; background: #f2e7d8; }
.customer-story { background: linear-gradient(145deg, #e6eadc, #f5e7d5); }
.story-phone { position: absolute; width: 130px; height: 205px; left: 50%; top: 27px; transform: translateX(-50%) rotate(-5deg); padding: 16px; border: 7px solid var(--kafo-green); border-radius: 26px; background: #fff; }
.story-phone::before { content: ""; position: absolute; width: 50px; height: 10px; left: 50%; top: 8px; transform: translateX(-50%); border-radius: 8px; background: var(--kafo-green); }
.story-phone i { display: block; height: 27px; margin-top: 14px; border-radius: 8px; background: #edf0e6; }
.story-phone i:nth-child(2) { background: #f5e5d2; } .story-phone i:nth-child(3) { background: #e0e8da; }
.context-story { background: linear-gradient(145deg, #dce5d5, #f3e7d8); }
.story-route { position: absolute; width: 260px; height: 120px; left: 50%; top: 55px; transform: translateX(-50%) rotate(-12deg); border: 8px solid rgba(255,255,255,.9); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; }
.story-pin { position: absolute; width: 28px; height: 28px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); border: 8px solid var(--kafo-green); background: #fff; }
.story-pin.a { left: 23%; top: 65%; } .story-pin.b { right: 22%; top: 28%; border-color: var(--kafo-mustard); }
.business-story { background: linear-gradient(145deg, #ece5d7, #e0e5d8); }
.business-story i { position: absolute; left: 15%; right: 15%; height: 34px; border-radius: 11px; background: rgba(255,255,255,.92); box-shadow: 0 7px 16px rgba(37,40,29,.05); }
.business-story i:nth-child(1) { top: 48px; } .business-story i:nth-child(2) { top: 94px; } .business-story i:nth-child(3) { top: 140px; }
.business-story span { position: absolute; left: 15%; top: 15px; width: 40%; height: 14px; border-radius: 999px; background: var(--kafo-green); }
.story-card h3 { margin: 22px 6px 0; color: var(--kafo-green); font-family: var(--font-display); font-size: 26px; letter-spacing: -.04em; }
.story-card p { margin: 9px 6px 0; color: var(--kafo-muted); font-size: 14px; line-height: 1.55; }

.conversion {
  margin-bottom: 100px; padding: 42px 46px; border-radius: 30px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center;
  background: var(--kafo-green); color: #fff; box-shadow: var(--shadow-soft);
}
.conversion .eyebrow { margin-bottom: 10px; }
.conversion h2 { max-width: 800px; color: #fff; font-size: clamp(36px, 3.6vw, 58px); }
.conversion p:not(.eyebrow) { max-width: 780px; margin-bottom: 0; color: rgba(255,255,255,.70); font-size: 14px; }
.conversion-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }

.site-footer { padding: 65px 0 25px; background: #242817; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1fr; gap: 40px; }
.footer-brand img { width: 190px; height: auto; filter: brightness(0) invert(1); opacity: .96; }
.footer-brand p { margin: 18px 0 4px; font-size: 17px; font-weight: 750; }
.footer-brand span { color: rgba(255,255,255,.58); font-size: 12px; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 10px; }
.footer-grid b { margin-bottom: 5px; color: var(--kafo-cream); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.footer-grid a { width: max-content; color: rgba(255,255,255,.66); font-size: 12px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.50); font-size: 11px; }

@media (max-width: 1240px) {
  .header-inner { grid-template-columns: 210px 1fr auto; }
  .brand-logo { width: 185px; }
  .primary-nav { gap: 18px; }
  .hero { grid-template-columns: .92fr 1.08fr; }
  .hero-stage { min-height: 600px; }
  .phone-primary { left: 11%; }
  .phone-secondary { right: 0; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip article:nth-child(2) { border-right: 0; }
  .trust-strip article:nth-child(-n+2) { border-bottom: 1px solid rgba(150,120,89,.13); padding-bottom: 18px; }
  .trust-strip article:nth-child(n+3) { padding-top: 18px; }
}

@media (max-width: 1024px) {
  .shell, .header-inner { width: min(100% - 40px, var(--container)); }
  .header-inner { grid-template-columns: 1fr auto auto; min-height: 78px; }
  .nav-toggle { display: block; order: 2; }
  .header-cta { order: 3; }
  .primary-nav {
    position: absolute; top: 78px; left: 20px; right: 20px; padding: 16px;
    border: 1px solid rgba(150,120,89,.14); border-radius: 18px; background: rgba(255,255,255,.98);
    box-shadow: var(--shadow-card); display: none; flex-direction: column; align-items: stretch; gap: 0;
  }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px; }
  .primary-nav a::after { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { max-width: 760px; }
  .hero h1 { font-size: clamp(64px, 10vw, 96px); }
  .hero-stage { min-height: 650px; }
  .phone-primary { left: 22%; }
  .phone-secondary { right: 12%; }
  .feature-section, .business-grid { grid-template-columns: 1fr; }
  .feature-copy, .business-copy { max-width: 760px; }
  .findme-visual { min-height: 510px; }
  .business-workspace { max-width: 780px; width: 100%; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-card:last-child { grid-column: span 2; }
  .conversion { grid-template-columns: 1fr; }
  .conversion-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 768px) {
  .shell, .header-inner { width: min(100% - 32px, var(--container)); }
  .header-inner { min-height: 72px; grid-template-columns: 1fr auto; }
  .brand-logo { width: 170px; }
  .header-cta { display: none; }
  .nav-toggle { order: initial; }
  .primary-nav { top: 72px; left: 16px; right: 16px; }
  .hero { padding-top: 46px; padding-bottom: 55px; }
  .hero h1 { font-size: clamp(58px, 16vw, 82px); }
  .hero-lead { font-size: 17px; }
  .hero-stage { min-height: 575px; border-radius: 30px; }
  .phone { width: 242px; height: 484px; }
  .phone-primary { left: 8%; top: 35px; }
  .phone-secondary { right: 2%; top: 75px; }
  .phone-screen { padding-top: 41px; }
  .phone-cards article { min-height: 105px; }
  .food-art, .market-art { height: 48px; }
  .scene-card { display: none; }
  .stage-badge { left: 22px; right: 22px; width: auto; bottom: 20px; }
  .category-band { padding-block: 70px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 0; display: grid; grid-template-columns: 44% 56%; }
  .category-art { height: 100%; min-height: 275px; }
  .category-copy { align-self: center; }
  .category-copy p { min-height: 0; }
  .trust-strip { grid-template-columns: 1fr; padding: 18px 22px; }
  .trust-strip article, .trust-strip article:first-child, .trust-strip article:last-child {
    padding: 14px 0; border-right: 0; border-bottom: 1px solid rgba(150,120,89,.13);
  }
  .trust-strip article:last-child { border-bottom: 0; }
  .feature-section { padding-block: 85px; }
  .business-section { padding-block: 80px; }
  .business-benefits { grid-template-columns: 1fr; }
  .workspace-kpis { grid-template-columns: 1fr; }
  .workspace-body { min-height: 220px; }
  .story-section { padding-block: 85px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card:last-child { grid-column: auto; }
  .conversion { margin-bottom: 70px; padding: 34px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 480px) {
  .shell, .header-inner { width: min(100% - 28px, var(--container)); }
  .brand-logo { width: 155px; }
  .hero h1 { font-size: clamp(54px, 17vw, 74px); }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; gap: 11px; }
  .hero-stage { min-height: 500px; margin-inline: -3px; }
  .phone { width: 206px; height: 412px; border-radius: 38px; padding: 7px; }
  .phone-bezel { border-radius: 32px; }
  .phone-primary { left: -2%; top: 36px; }
  .phone-secondary { right: -7%; top: 67px; }
  .phone-island { width: 72px; height: 20px; top: 9px; }
  .phone-screen { padding: 35px 11px 10px; }
  .phone-greeting { margin-top: 11px; font-size: 14px; }
  .phone-search { height: 31px; }
  .mini-icon { width: 31px; height: 31px; border-radius: 9px; }
  .phone-section-head { margin-top: 11px; }
  .phone-cards article { padding: 6px; min-height: 91px; }
  .food-art, .market-art { height: 39px; }
  .phone-cards article small { display: none; }
  .findme-mini { padding: 8px; margin-top: 8px; grid-template-columns: 26px 1fr auto; }
  .findme-pin { width: 25px; height: 25px; }
  .phone-nav { display: none; }
  .map-top b { font-size: 13px; }
  .illustrated-map { height: 220px; }
  .route-sheet { margin-top: -20px; padding: 9px; }
  .stage-badge { padding: 11px; grid-template-columns: 36px 1fr; }
  .badge-icon { width: 36px; height: 36px; }
  .category-card { display: block; }
  .category-art { min-height: 190px; height: 190px; }
  .category-copy { padding: 21px; }
  .section-heading h2, .feature-copy h2, .business-copy h2, .conversion h2 { font-size: 40px; }
  .findme-visual { min-height: 410px; }
  .map-paper { inset: 18px; }
  .findme-floating-card { width: calc(100% - 28px); bottom: 14px; padding: 13px; grid-template-columns: 42px 1fr; }
  .floating-icon { width: 42px; height: 42px; }
  .business-workspace { padding: 18px; min-height: 390px; }
  .workspace-top b { font-size: 19px; }
  .workspace-kpis { display: none; }
  .workspace-body { margin-top: 18px; min-height: 260px; }
  .conversion { padding: 29px 22px; }
  .conversion-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; transition: none!important; animation: none!important; }
}

/* KAFO_STEP2_OWNER_POLISH */
.header-inner{min-height:76px;grid-template-columns:205px 1fr auto}
.brand-logo{width:172px}
.hero{padding-top:54px}
.availability-note{margin-top:14px;font-size:11px;line-height:1.45;opacity:.78}
.gambia-context{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.gambia-sun{position:absolute;right:55px;top:34px;width:118px;height:118px;border-radius:50%;background:rgba(211,154,46,.22)}
.gambia-palm{position:absolute;width:90px;height:160px;bottom:12px;opacity:.23}
.gambia-palm.palm-a{right:8px}.gambia-palm.palm-b{left:18px;bottom:28px;transform:scale(.78)}
.gambia-palm span{position:absolute;width:9px;height:112px;left:42px;bottom:0;border-radius:9px;background:#967859;transform:rotate(4deg)}
.gambia-palm i{position:absolute;width:68px;height:15px;left:42px;top:21px;border-radius:50%;background:#31361B;transform-origin:left center}
.gambia-palm i:nth-child(1){transform:rotate(-28deg)}.gambia-palm i:nth-child(2){transform:rotate(18deg)}.gambia-palm i:nth-child(3){transform:rotate(70deg)}
.gambia-road{position:absolute;left:38%;right:-5%;bottom:35px;height:58px;border-radius:50px;background:rgba(150,120,89,.11);transform:rotate(-5deg)}
.gambia-road span{position:absolute;left:35px;right:35px;top:28px;height:3px;border-radius:4px;background:rgba(255,255,255,.72)}
.gambia-car{position:absolute;right:82px;bottom:74px;width:100px;height:36px;border-radius:13px;background:rgba(211,154,46,.55)}
.gambia-car:before{content:"";position:absolute;left:25px;top:-16px;width:56px;height:24px;border-radius:11px;background:rgba(211,154,46,.55)}
.gambia-car i{position:absolute;bottom:-10px;width:20px;height:20px;border-radius:50%;background:#31361B;border:5px solid #777b6f}.gambia-car i:first-child{left:14px}.gambia-car i:last-child{right:14px}
.gambia-place-label{position:absolute;right:20px;bottom:18px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.82);color:#31361B;font-size:9px;font-weight:850;letter-spacing:.04em}
@media(max-width:1024px){.header-inner{grid-template-columns:1fr auto auto}.brand-logo{width:165px}}
@media(max-width:768px){.header-inner{min-height:70px}.brand-logo{width:152px}.gambia-context{opacity:.7}}
