/* About - editorial origin story (Quiet Ledger) */
.about-page {
  --about-wide: 1120px;
  --about-read: 38rem;
}

.about-page body,
body:has(.about-shell) {
  overflow-x: hidden;
}

.about-shell {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 4rem;
}

.about-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  border-bottom: 1px solid transparent;
}
.about-nav-inner {
  width: min(100% - 2 * var(--pad), var(--about-wide));
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.about-act {
  position: relative;
  margin: 0;
  padding: clamp(3.5rem, 9vw, 7rem) 0;
}

.about-act-inner {
  width: min(100% - 2 * var(--pad), var(--about-wide));
  margin: 0 auto;
}

.about-kicker {
  font-family: var(--sora);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mkoko);
  margin: 0 0 1.25rem;
}

.about-manifesto {
  font-family: var(--sora);
  font-weight: 700;
  font-size: clamp(2.4rem, 7.5vw, 4.75rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
  color: var(--ink);
  max-width: 14ch;
  margin: 0 0 1.75rem;
}

.about-lede {
  font-size: clamp(1.1rem, 2.4vw, 1.35rem);
  line-height: 1.55;
  color: var(--ink60);
  max-width: var(--about-read);
  margin: 0 0 1.15rem;
}

.about-bleed {
  margin: clamp(2.5rem, 6vw, 4rem) 0 0;
  width: 100%;
  overflow: hidden;
}

.about-bleed svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 220px;
}

/* Problem + Africa - text left, map right */
.about-act-problem {
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(3.5rem, 8vw, 6rem);
  background:
    radial-gradient(ellipse 80% 55% at 10% 0%, color-mix(in srgb, var(--mkoko) 12%, transparent), transparent 60%),
    radial-gradient(ellipse 60% 50% at 90% 40%, color-mix(in srgb, var(--brass) 10%, transparent), transparent 55%);
}

.about-problem-split {
  width: min(100% - 2 * var(--pad), var(--about-wide));
  margin: 0 auto;
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}

@media (min-width: 960px) {
  .about-problem-split {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 4vw, 3.5rem);
  }
}

.about-problem-copy .about-manifesto {
  max-width: 14ch;
}

.about-problem-copy .about-lede {
  max-width: 36ch;
}

.about-problem-visual {
  text-align: center;
}

.about-problem-visual .about-nairobi-title {
  font-size: clamp(1.55rem, 3.5vw, 2.35rem);
  margin-bottom: 0.85rem;
  align-items: center;
}

.about-problem-visual .about-nairobi-sub {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  margin-bottom: 0.65rem;
  max-width: 28rem;
}

.about-problem-visual .about-nairobi-tag {
  margin-bottom: 1.5rem;
}

.about-problem-visual .about-africa-stage {
  width: 100%;
  max-width: 34rem;
  margin: 0 auto;
}

.about-act-problem .about-bleed {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--mkoko-tint) 55%, var(--surface)), var(--surface));
}

/* Insight - split */
.about-split {
  width: min(100% - 2 * var(--pad), var(--about-wide));
  margin: 0 auto;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

@media (min-width: 880px) {
  .about-split {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

.about-split-copy h2 {
  font-family: var(--sora);
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 1.5rem;
}

.about-split-copy h2.about-moment {
  font-size: clamp(2.05rem, 5.2vw, 3.35rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
  max-width: 14ch;
}

.about-split-copy p {
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--ink60);
  max-width: 34rem;
  margin: 0 0 1rem;
}

.about-moment {
  font-family: var(--sora);
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--ink);
}

.about-emphasis {
  color: var(--ink) !important;
  font-family: var(--sora);
  font-weight: 600;
  font-size: 1.15rem !important;
}

.about-split-visual {
  margin: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 30% 40%, color-mix(in srgb, var(--mkoko) 10%, transparent), transparent 55%),
    radial-gradient(circle at 75% 60%, color-mix(in srgb, var(--brass) 12%, transparent), transparent 50%);
  padding: 0.5rem;
}

.about-split-visual svg {
  width: 100%;
  height: auto;
  display: block;
}

/* Origin - centered quote */
.about-act-origin {
  background: color-mix(in srgb, var(--mkoko-tint) 45%, var(--surface));
}

.about-origin-inner {
  text-align: center;
  max-width: 48rem;
}

.about-origin-intro {
  font-size: 1.1rem;
  color: var(--ink60);
  margin: 0 0 1.5rem;
}

.about-origin-quote {
  margin: 0 auto;
  padding: 0;
  border: none;
  font-family: var(--sora);
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 28ch;
}

.about-origin-close {
  margin: clamp(2rem, 4vw, 2.75rem) auto 0;
  max-width: 28rem;
}

.about-origin-close.about-emphasis {
  font-size: clamp(1.1rem, 2.2vw, 1.25rem) !important;
}

/* Why Siling' - short bridge */
.about-act-bridge {
  padding: clamp(4rem, 10vw, 7.5rem) 0;
  background: var(--surface);
}

.about-bridge-inner {
  max-width: 36rem;
  text-align: left;
}

.about-bridge-title {
  font-family: var(--sora);
  font-size: clamp(1.85rem, 4.5vw, 2.85rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.12;
  color: var(--ink);
  margin: 0 0 clamp(1.5rem, 3.5vw, 2rem);
  max-width: 16ch;
}

.about-bridge-inner p {
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--ink60);
  margin: 0 0 1rem;
  max-width: 34rem;
}

.about-bridge-inner p:last-child {
  margin-bottom: 0;
  color: var(--ink);
  font-family: var(--sora);
  font-weight: 500;
}

.about-origin-visual {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding: 0 var(--pad);
}

.about-origin-visual svg {
  max-width: 1100px;
  margin: 0 auto;
}

/* Financial Operating System - company definition */
.about-act-define {
  background:
    radial-gradient(ellipse 55% 45% at 12% 18%, color-mix(in srgb, var(--mkoko) 9%, transparent), transparent 70%),
    radial-gradient(ellipse 45% 40% at 92% 55%, color-mix(in srgb, var(--brass) 10%, transparent), transparent 65%),
    var(--surface);
}

.about-define-layout {
  display: grid;
  gap: clamp(2.25rem, 5vw, 3.25rem);
  align-items: start;
}

@media (min-width: 900px) {
  .about-define-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    grid-template-rows: auto auto;
    column-gap: clamp(2.5rem, 6vw, 5rem);
    row-gap: clamp(2rem, 4vw, 2.75rem);
    align-items: start;
  }

  .about-define-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .about-define-visual {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    position: sticky;
    top: 5.5rem;
  }

  .about-define-close {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    margin-top: 0;
  }
}

.about-define-copy h2 {
  font-family: var(--sora);
  font-size: clamp(1.95rem, 4.5vw, 2.85rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--ink);
  margin: 0 0 0.75rem;
  max-width: 12ch;
}

.about-define-support {
  font-family: var(--sora);
  font-weight: 500;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  letter-spacing: -0.02em;
  line-height: 1.45;
  color: var(--ink);
  margin: 0 0 1.35rem;
  max-width: 28rem;
}

.about-define-lede,
.about-define-bridge {
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--ink60);
  margin: 0 0 1.15rem;
  max-width: 34rem;
}

.about-define-bridge {
  margin-bottom: 0;
}

/* Stepped clarity rail - six-beat cash flow spine */
.about-define-visual {
  margin: 0;
  padding: clamp(1.35rem, 3vw, 1.85rem) clamp(1.25rem, 3vw, 1.85rem);
  border: 1px solid color-mix(in srgb, var(--mkoko) 14%, var(--line));
  border-radius: 18px;
  background:
    linear-gradient(
      165deg,
      color-mix(in srgb, var(--card) 88%, var(--mkoko-tint)),
      var(--card) 40%,
      color-mix(in srgb, var(--card) 92%, var(--brass-tint))
    );
  box-shadow: 0 1px 0 color-mix(in srgb, var(--ink) 4%, transparent);
}

.about-clarity-caption {
  font-family: var(--sora);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 1.35rem;
}

.about-clarity-rail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.about-clarity-beat {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 0;
  margin: 0;
}

.about-clarity-beat:first-child {
  padding-top: 0.1rem;
}

.about-clarity-beat:last-child {
  padding-bottom: 0.1rem;
}

/* Continuous spine between beats */
.about-clarity-beat:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 1.1rem;
  top: calc(50% + 0.95rem);
  bottom: -0.95rem;
  width: 1.5px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--mkoko) 70%, var(--brass)),
    color-mix(in srgb, var(--brass) 65%, var(--mkoko))
  );
  opacity: 0.55;
}

.about-clarity-index {
  position: relative;
  z-index: 1;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1.5px solid color-mix(in srgb, var(--mkoko) 42%, var(--line));
  background: color-mix(in srgb, var(--mkoko-tint) 55%, var(--card));
  font-family: var(--sora);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--mkoko);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--card) 92%, transparent);
}

.about-clarity-beat:nth-child(even) .about-clarity-index {
  border-color: color-mix(in srgb, var(--brass) 55%, var(--line));
  background: color-mix(in srgb, var(--brass-tint) 70%, var(--card));
  color: color-mix(in srgb, var(--brass) 55%, var(--ink));
}

.about-clarity-label {
  font-family: var(--sora);
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--ink);
}

.about-clarity-beat:last-child .about-clarity-index {
  border-color: var(--mkoko);
  background: color-mix(in srgb, var(--mkoko) 12%, var(--card));
  color: var(--mkoko);
}

.about-clarity-beat:last-child .about-clarity-label {
  color: var(--mkoko);
  font-weight: 600;
}

@media (max-width: 899px) {
  .about-define-visual {
    width: 100%;
    max-width: none;
  }
}

.about-define-close {
  margin-top: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .about-clarity-beat {
    animation: about-clarity-rise 0.7s ease both;
  }

  .about-clarity-beat:nth-child(1) { animation-delay: 0.05s; }
  .about-clarity-beat:nth-child(2) { animation-delay: 0.12s; }
  .about-clarity-beat:nth-child(3) { animation-delay: 0.19s; }
  .about-clarity-beat:nth-child(4) { animation-delay: 0.26s; }
  .about-clarity-beat:nth-child(5) { animation-delay: 0.33s; }
  .about-clarity-beat:nth-child(6) { animation-delay: 0.4s; }
}

@keyframes about-clarity-rise {
  from {
    opacity: 0;
    transform: translateY(0.45rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-define-close,
.about-moment-close {
  font-family: var(--sora);
  font-weight: 600;
  font-size: clamp(1.55rem, 3.8vw, 2.15rem);
  letter-spacing: -0.03em;
  line-height: 1.35;
  color: var(--ink);
  max-width: 18ch;
}

[data-theme="dark"] .about-define-visual {
  border-color: color-mix(in srgb, var(--mkoko) 22%, var(--line));
  background:
    linear-gradient(
      165deg,
      color-mix(in srgb, var(--card) 88%, var(--mkoko-tint)),
      var(--card) 48%,
      color-mix(in srgb, var(--card) 90%, var(--brass-tint))
    );
  box-shadow: none;
}

[data-theme="dark"] .about-clarity-index {
  background: color-mix(in srgb, var(--mkoko-tint) 40%, var(--card));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--card) 75%, transparent);
}

/* Philosophy - pillars left, product phone right */
.about-act-philosophy {
  padding-bottom: clamp(3.5rem, 9vw, 7rem);
}

.about-philosophy-split {
  width: min(100% - 2 * var(--pad), var(--about-wide));
  margin: 0 auto;
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: start;
}

@media (min-width: 880px) {
  .about-philosophy-split {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(2.5rem, 5vw, 4.5rem);
    align-items: stretch;
  }
}

.about-philosophy-copy h2 {
  font-family: var(--sora);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  margin: 0 0 clamp(2.75rem, 6vw, 4rem);
  color: var(--ink);
}

.about-pillars {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 42rem;
  display: grid;
  gap: 0;
}

.about-pillars li {
  display: grid;
  gap: 0.5rem;
  padding: clamp(1.65rem, 3.5vw, 2.15rem) 0;
  border-top: 1px solid var(--line);
  margin: 0;
}

.about-pillars li:last-child {
  border-bottom: 1px solid var(--line);
}

.about-pillars strong {
  font-family: var(--sora);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
}

.about-pillars span {
  color: var(--ink60);
  font-size: 1.02rem;
  line-height: 1.55;
  font-weight: 400;
}

.about-philosophy-visual {
  --mono: "Spline Sans Mono", ui-monospace, monospace;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 22rem;
  padding: clamp(1.5rem, 4vw, 2.5rem) 0;
}

.about-philosophy-visual .mono {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
}

.about-philosophy-phone-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  isolation: isolate;
  width: min(100%, 290px);
}

.about-philosophy-phone-ambient {
  position: absolute;
  inset: -18% -28% -12% -28%;
  z-index: 0;
  pointer-events: none;
}

.about-philosophy-glow {
  position: absolute;
  inset: 8% 12% 14% 12%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse 58% 52% at 50% 42%, rgba(14, 79, 67, 0.28), transparent 70%),
    radial-gradient(ellipse 42% 38% at 58% 55%, rgba(184, 147, 90, 0.18), transparent 72%);
  filter: blur(22px);
}

[data-theme="dark"] .about-philosophy-glow {
  background:
    radial-gradient(ellipse 58% 52% at 50% 42%, rgba(61, 143, 126, 0.34), transparent 70%),
    radial-gradient(ellipse 42% 38% at 58% 55%, rgba(184, 147, 90, 0.14), transparent 72%);
}

.about-philosophy-phone {
  position: relative;
  z-index: 2;
  width: min(100%, 290px);
  aspect-ratio: 9 / 19.2;
  background: #0B1613;
  border-radius: 36px;
  padding: 10px;
  box-shadow:
    0 0 0 1px rgba(20, 32, 28, 0.12),
    0 28px 60px rgba(20, 32, 28, 0.18);
}

.about-philosophy-phone::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 18px;
  background: #0B1613;
  border-radius: 20px;
  z-index: 2;
}

.about-philosophy-phone .phone-screen {
  height: 100%;
  background: #F7F8F7;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  position: relative;
  --mkoko: #0E4F43;
  --mkoko-tint: #E3EEE9;
  --brass: #B8935A;
  --brass-tint: #F3ECE0;
  --ink: #14201C;
  --ink60: #4E5D57;
  --ink38: #8A968F;
  --surface: #F7F8F7;
  --card: #FFFFFF;
  --line: #E7EAE8;
  --sage: #4E9C7E;
  color: var(--ink);
}

.about-philosophy-phone .phone-status {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px 4px;
  font-family: var(--sora);
  font-weight: 600;
  font-size: 10px;
  color: var(--ink);
}

.about-philosophy-phone .phone-body {
  flex: 1;
  padding: 4px 12px 12px;
  overflow: hidden;
}

.about-philosophy-phone .phone-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 2px;
  margin: 4px 8px 8px;
  padding: 6px 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
  text-align: center;
  font-size: 8px;
  color: var(--ink38);
  box-shadow: 0 4px 12px rgba(20, 32, 28, 0.08);
}

.about-philosophy-phone .phone-nav .plan {
  width: 34px;
  height: 34px;
  margin: -14px auto 2px;
  border-radius: 50%;
  background: var(--mkoko);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  box-shadow: 0 6px 14px rgba(14, 79, 67, 0.35);
}

.about-philosophy-phone .phone-nav .active {
  color: var(--mkoko);
  font-weight: 600;
}

.about-philosophy-phone .ui-hi {
  font-family: var(--sora);
  font-weight: 600;
  font-size: 13px;
  margin: 4px 0 10px;
}

.about-philosophy-phone .ui-safe-hero {
  background: linear-gradient(160deg, #0E4F43 0%, #0A3B32 100%);
  color: #fff;
  border-radius: 14px;
  padding: 14px 12px 12px;
  margin-bottom: 8px;
  box-shadow: 0 10px 22px rgba(14, 79, 67, 0.22);
}

.about-philosophy-phone .ui-safe-label {
  font-family: var(--sora);
  font-weight: 600;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(243, 236, 224, 0.88);
}

.about-philosophy-phone .ui-safe-amount {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 4px 0 6px;
  color: #fff;
}

.about-philosophy-phone .ui-safe-note {
  font-size: 9px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}

.about-philosophy-phone .ui-cycle {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 8px;
}

.about-philosophy-phone .ui-cycle-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.about-philosophy-phone .ui-cycle-label {
  font-size: 9px;
  color: var(--ink38);
}

.about-philosophy-phone .ui-cycle-days {
  font-family: var(--sora);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-top: 2px;
}

.about-philosophy-phone .ui-cycle-days .mono {
  color: var(--brass);
  font-size: 18px;
}

.about-philosophy-phone .ui-cycle-ring {
  --cycle: 70;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
  background: conic-gradient(var(--brass) calc(var(--cycle) * 1%), var(--mkoko-tint) 0);
  display: grid;
  place-items: center;
}

.about-philosophy-phone .ui-cycle-ring::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--card);
  grid-area: 1 / 1;
}

.about-philosophy-phone .ui-cycle-ring-label {
  grid-area: 1 / 1;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 7px;
  line-height: 1.15;
  color: var(--ink38);
}

.about-philosophy-phone .ui-cycle-ring-label strong {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--ink);
}

.about-philosophy-phone .ui-cycle-bar {
  display: flex;
  height: 4px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--mkoko-tint);
  margin: 8px 0 5px;
}

.about-philosophy-phone .ui-cycle-bar span {
  background: linear-gradient(90deg, var(--mkoko), var(--brass));
  border-radius: 4px;
}

.about-philosophy-phone .ui-cycle-meta {
  font-size: 8px;
  color: var(--sage);
  font-weight: 500;
}

.about-philosophy-phone .ui-insight {
  background: var(--brass-tint);
  border-radius: 10px;
  padding: 8px 10px;
}

.about-philosophy-phone .ui-insight-kicker {
  font-family: var(--sora);
  font-weight: 600;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 3px;
}

.about-philosophy-phone .ui-insight-text {
  font-size: 9px;
  line-height: 1.35;
  color: var(--ink60);
}

@media (min-width: 880px) {
  .about-philosophy-visual {
    position: sticky;
    top: 5.5rem;
    align-self: start;
  }
}

@media (max-width: 879px) {
  .about-philosophy-visual {
    order: 1;
    max-width: 20rem;
    margin-inline: auto;
    padding-top: 0.5rem;
  }

  .about-philosophy-copy {
    order: 0;
  }
}

.about-map-stage {
  margin-top: clamp(3.5rem, 8vw, 6rem);
  padding: clamp(3rem, 7vw, 5rem) 0 clamp(4rem, 8vw, 6rem);
  background:
    radial-gradient(ellipse 75% 55% at 50% 42%, color-mix(in srgb, var(--mkoko) 16%, transparent), transparent 72%),
    radial-gradient(ellipse 40% 35% at 58% 48%, color-mix(in srgb, var(--brass) 10%, transparent), transparent 60%),
    var(--surface);
  text-align: center;
}

.about-map-lines {
  font-family: var(--sora);
  font-weight: 700;
  font-size: clamp(1.45rem, 3.5vw, 2.15rem);
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: var(--ink);
  margin: 0 auto 1rem;
  max-width: 28ch;
  display: grid;
  gap: 0.35rem;
}

.about-map-soft {
  font-weight: 500;
  font-size: clamp(1.02rem, 2.2vw, 1.2rem);
  color: var(--ink60);
  letter-spacing: -0.015em;
  max-width: 32ch;
  justify-self: center;
}

.about-map-caption {
  margin: 0 auto 1.75rem;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--ink38);
}

.about-map {
  margin: 0 auto;
  width: min(100% - 2 * var(--pad), 920px);
}

.about-map svg {
  width: 100%;
  height: auto;
  display: block;
}

/* Nairobi / Africa - standalone centered manifesto */
.about-act-nairobi {
  padding: clamp(5.5rem, 14vw, 10rem) 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 40%, color-mix(in srgb, var(--mkoko-tint) 55%, transparent), transparent 70%),
    var(--surface);
}

.about-nairobi-inner {
  width: min(100% - 2 * var(--pad), 42rem);
  margin: 0 auto;
  text-align: center;
}

.about-act-nairobi .about-nairobi-inner:has(.about-africa-stage) {
  width: min(100% - 2 * var(--pad), 40rem);
}

.about-nairobi-title {
  font-family: var(--sora);
  font-weight: 700;
  font-size: clamp(2.15rem, 6.5vw, 3.75rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
  color: var(--ink);
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.12em;
}

.about-nairobi-sub {
  font-family: var(--sora);
  font-weight: 500;
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
  letter-spacing: -0.02em;
  line-height: 1.45;
  color: var(--ink60);
  margin: 0 auto 2rem;
  max-width: 28rem;
}

.about-nairobi-tag {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink38);
  margin: 0 auto 2.75rem;
  max-width: 26rem;
}

.about-africa-stage {
  width: min(100%, 36rem);
  margin: 0 auto;
}

.about-africa-map {
  margin: 0;
}

.about-africa-map svg,
.about-africa-svg {
  width: 100%;
  height: auto;
  display: block;
}

.about-africa-caption {
  margin: 0.85rem 0 0;
  text-align: center;
  font-family: var(--sora);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ink60);
}

.about-africa-svg .pulse-ring {
  transform-origin: 705.4px 485px;
  animation: pulse-ring 3.6s ease-out infinite;
}
.about-africa-svg .pulse-ring-2 {
  animation-delay: 1.2s;
}
.about-africa-svg .nairobi-glow-disk {
  transform-origin: 705.4px 485px;
  animation: nairobi-glow-breathe 4.5s ease-in-out infinite;
}
.about-africa-svg .connection-line {
  stroke-dasharray: 6 8;
  animation:
    connect-draw 1.4s ease-out both,
    connect-flow 2.8s linear infinite;
}
.about-africa-svg .connection-delay-0 { animation-delay: 0.05s, 1.6s; }
.about-africa-svg .connection-delay-1 { animation-delay: 0.14s, 1.69s; }
.about-africa-svg .connection-delay-2 { animation-delay: 0.23s, 1.78s; }
.about-africa-svg .connection-delay-3 { animation-delay: 0.32s, 1.87s; }
.about-africa-svg .connection-delay-4 { animation-delay: 0.41s, 1.96s; }
.about-africa-svg .connection-delay-5 { animation-delay: 0.5s, 2.05s; }
.about-africa-svg .connection-delay-6 { animation-delay: 0.59s, 2.14s; }
.about-africa-svg .spoke-label {
  opacity: 0;
  animation: about-fade-up 0.7s ease both;
}
.about-africa-svg .spoke-ledger { animation-delay: 0.55s; }
.about-africa-svg .spoke-activity { animation-delay: 0.62s; }
.about-africa-svg .spoke-ai { animation-delay: 0.69s; }
.about-africa-svg .spoke-budget { animation-delay: 0.76s; }
.about-africa-svg .spoke-goals { animation-delay: 0.83s; }
.about-africa-svg .spoke-patterns { animation-delay: 0.9s; }
.about-africa-svg .spoke-security { animation-delay: 0.97s; }

@media (prefers-reduced-motion: reduce) {
  .about-africa-svg .pulse-ring,
  .about-africa-svg .nairobi-glow-disk,
  .about-africa-svg .connection-line,
  .about-africa-svg .spoke-label,
  .about-clarity-beat {
    animation: none;
  }
  .about-africa-svg .connection-line { stroke-dasharray: none; }
  .about-africa-svg .spoke-label { opacity: 1; }
  .about-clarity-beat { opacity: 1; transform: none; }
}

[data-theme="dark"] .about-africa-svg .continent {
  fill: #1B2A25;
  stroke: #3D8F7E;
}
[data-theme="dark"] .about-africa-svg .nairobi-label,
[data-theme="dark"] .about-africa-svg .spoke-label text {
  fill: #E8EFEC;
}
[data-theme="dark"] .about-africa-svg .spoke-dot {
  fill: #3D8F7E;
}

/* Future */
.about-act-future {
  padding: clamp(5rem, 12vw, 9rem) 0;
  background:
    linear-gradient(180deg, var(--surface), color-mix(in srgb, var(--mkoko-tint) 40%, var(--surface)));
}

.about-future-inner {
  text-align: center;
}

.about-manifesto-future {
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.85rem, 5vw, 3.25rem);
  line-height: 1.15;
}

.about-future-lede {
  margin: 1.75rem auto 0;
  max-width: 36rem;
  font-size: clamp(1.08rem, 2.3vw, 1.25rem);
  line-height: 1.6;
  color: var(--ink60);
}

/* Quiet related links */
.about-related {
  width: min(100% - 2 * var(--pad), var(--about-wide));
  margin: 0 auto 1rem;
  padding: 1.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  border-top: 1px solid var(--line);
}

.about-related a {
  font-family: var(--sora);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--ink38);
}

.about-related a:hover {
  color: var(--mkoko);
  text-decoration: none;
}

.about-footer {
  width: min(100% - 2 * var(--pad), var(--about-wide));
  margin: 0 auto;
}

/* Motion - presence, not noise */
@keyframes about-fade-up {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse-ring {
  0% { r: 14; opacity: 0.75; }
  70% { r: 42; opacity: 0; }
  100% { r: 42; opacity: 0; }
}

@keyframes nairobi-glow-breathe {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 0.95; transform: scale(1.06); }
}

@keyframes draw-path {
  from { stroke-dashoffset: 520; }
  to { stroke-dashoffset: 0; }
}

@keyframes connect-flow {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -48; }
}

@keyframes connect-draw {
  from { stroke-dashoffset: 280; opacity: 0.2; }
  to { stroke-dashoffset: 0; opacity: 1; }
}

@keyframes bg-glow-drift {
  0%, 100% { opacity: 0.05; }
  50% { opacity: 0.1; }
}

.about-act-problem .about-manifesto,
.about-act-problem .about-lede {
  animation: about-fade-up 0.9s ease both;
}

.about-act-problem .about-lede { animation-delay: 0.12s; }

.pulse-ring {
  animation: pulse-ring 3.2s ease-out infinite;
  transform-origin: center;
}
.pulse-ring-2 {
  animation-delay: 1.6s;
}

.nairobi-glow-disk {
  transform-origin: center;
  transform-box: fill-box;
  animation: nairobi-glow-breathe 4.5s ease-in-out infinite;
}

.draw-line {
  stroke-dasharray: 520;
  stroke-dashoffset: 0;
  animation: draw-path 1.8s ease-out both;
}
.draw-line-2 { animation-delay: 0.15s; }
.draw-line-3 { animation-delay: 0.3s; }

.connection-line {
  stroke-dasharray: 5 9;
  animation:
    connect-draw 1.6s ease-out both,
    connect-flow 7s linear 1.6s infinite;
}
.connection-delay-0 { animation-delay: 0.05s, 1.6s; }
.connection-delay-1 { animation-delay: 0.12s, 1.72s; }
.connection-delay-2 { animation-delay: 0.24s, 1.84s; }
.connection-delay-3 { animation-delay: 0.36s, 1.96s; }
.connection-delay-4 { animation-delay: 0.48s, 2.08s; }
.connection-delay-5 { animation-delay: 0.56s, 2.16s; }
.connection-delay-6 { animation-delay: 0.64s, 2.24s; }

.spoke-label text {
  fill: var(--ink);
}

.map-bg-glow {
  animation: bg-glow-drift 8s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .about-act-problem .about-manifesto,
  .about-act-problem .about-lede,
  .pulse-ring,
  .nairobi-glow-disk,
  .draw-line,
  .connection-line,
  .map-bg-glow {
    animation: none;
  }

  .connection-line {
    stroke-dasharray: none;
  }
}

/* Dark mode SVG accents */
[data-theme="dark"] .about-bleed,
[data-theme="dark"] .about-act-origin {
  background: color-mix(in srgb, var(--mkoko-tint) 55%, var(--surface));
}

[data-theme="dark"] .about-act-problem .about-bleed {
  background: linear-gradient(180deg, #14241f, var(--surface));
}

[data-theme="dark"] .ledger-stack rect[fill="#FFFFFF"] {
  fill: var(--card);
}

[data-theme="dark"] .illust-converge text,
[data-theme="dark"] .about-map text,
[data-theme="dark"] .nairobi-label,
[data-theme="dark"] .spoke-label text {
  fill: var(--ink);
}

[data-theme="dark"] .continent {
  fill: #1A2E29;
  stroke: var(--mkoko);
}

[data-theme="dark"] .spoke-dot {
  fill: var(--mkoko);
}
