:root {
  --bg: #f7f5f0;
  --card: #ffffff;
  --ink: #111111;
  --muted: #5f645e;
  --line: rgba(16, 24, 16, 0.10);
  --teal: #6aaeb0;
  --teal-deep: #2f5f61;
  --teal-soft: #dcefed;
  --teal-tint: #eef7f6;
  --dark: #18201f;
  --accent: #0f766e;
  --shadow: 0 20px 60px rgba(24, 32, 31, 0.07);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #fcfbf8 0%, var(--bg) 100%);
  color: var(--ink);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(252, 251, 248, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(16, 24, 16, 0.06);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 84px; }
.brand {
  font-size: clamp(42px, 4vw, 62px);
  line-height: 1; font-weight: 500; letter-spacing: -0.06em; color: var(--accent); text-transform: lowercase;
}
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a {
  font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: #1d2020;
}
.site-nav a:hover { color: var(--accent); }
.nav-toggle {
  display: none; border: 1px solid var(--line); border-radius: 999px; background: white; padding: 10px 16px; font: inherit; font-weight: 700;
}
main { overflow: clip; }
.section { padding: 88px 0; }
.section-tight { padding-top: 56px; padding-bottom: 56px; }
.section-faint { background: linear-gradient(180deg, rgba(106,174,176,0.08), rgba(106,174,176,0.02)); }
.section-accent { background: linear-gradient(135deg, #5fabad, #7ab9ba 54%, #8cc5c1); color: white; }
.section-accent-light { background: linear-gradient(180deg, var(--teal-tint), rgba(220,239,237,0.4)); }
.hero { padding: 68px 0 56px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.hero-copy h1, .section-headline, .feature-copy h2, .section h2 {
  margin: 0 0 16px; font-size: clamp(42px, 6vw, 76px); line-height: 1.08; letter-spacing: -0.06em; font-weight: 800; text-wrap: balance;
}
.hero-lead, .lede { font-size: clamp(18px, 2vw, 22px); color: #2b2f2d; max-width: 52ch; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 15px 22px; font-size: 14px; font-weight: 800; letter-spacing: 0.03em; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--dark); color: white; }
.btn-secondary { background: white; border: 1px solid var(--line); }
.btn-ghost { background: transparent; border: 1px dashed rgba(16,24,16,.25); }
.btn-light { background: white; color: var(--dark); }
.hero-microcopy { margin-top: 18px; color: var(--muted); max-width: 52ch; font-size: 14px; }
.eyebrow-pill, .section-kicker, .card-kicker, .mini-kicker {
  display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.22em; color: #233130;
}
.eyebrow-pill {
  border: 1px solid rgba(16,24,16,0.12); border-radius: 999px; padding: 12px 18px; background: rgba(255,255,255,0.72); margin-bottom: 18px;
}
.section-kicker { color: #41534f; margin-bottom: 18px; }
.card-soft, .leader-card, .project-card, .wb-card, .service-card, .why-card, .partner-card, .precedent-card, .detail-panel, .risk-card, .approach-card, .stat-tile, .metric-card, .white-panel, .hero-side-note {
  background: rgba(255,255,255,0.84); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
}
.teal-panel { background: linear-gradient(135deg, #72b8ba, #83c2c3); padding: 20px; border-radius: 34px; box-shadow: var(--shadow); }
.video-card { position: relative; overflow: hidden; border-radius: 24px; min-height: 300px; background: #223433; }
.hero-video-card { aspect-ratio: 1.03 / 1; }
.investor-video-card { aspect-ratio: 1.1 / 1; min-height: 360px; }
.hero-static-frame img { aspect-ratio: 1.08 / 1; object-fit: cover; }
.video-card::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,14,14,0.02), rgba(10,14,14,0.08) 38%, rgba(10,14,14,0.5) 100%);
}
.loop-video { width: 100%; height: 100%; object-fit: cover; }
.video-overlay {
  position: absolute; inset: auto 26px 24px 26px; z-index: 2; color: white;
}
.video-overlay.compact { inset: auto 22px 18px 22px; }
.video-overlay h2 { margin: 8px 0 0; font-size: clamp(22px, 3vw, 34px); line-height: 1.12; letter-spacing: -0.05em; text-shadow: 0 6px 20px rgba(0,0,0,.24); }
.split-feature, .placemakers-grid, .proof-slab, .capital-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.split-feature.reverse-mobile { grid-template-columns: 1fr 1fr; }
.feature-copy h2, .hero-narrow h1 { font-size: clamp(36px, 5vw, 64px); margin: 0 0 16px; line-height: 1.08; letter-spacing: -0.05em; }
.feature-copy p, .two-up p, .service-card p, .wb-card p, .leader-card p, .detail-panel p, .why-card p, .partner-card p, .precedent-card p, .approach-card p, .risk-card p { color: var(--muted); }
.media-frame { background: var(--card); border-radius: 28px; overflow: hidden; border: 1px solid rgba(16,24,16,0.08); }
.media-frame img { width: 100%; height: auto; }
.media-frame figcaption { padding: 14px 18px 18px; color: var(--muted); font-size: 13px; }
.shadow-frame { box-shadow: var(--shadow); }
.metric-row { display: grid; gap: 14px; margin-top: 30px; }
.metric-row.four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.metric-row.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.metric-card { padding: 18px 16px; min-height: 112px; }
.metric-value { display:block; font-size: clamp(24px, 3vw, 38px); font-weight: 800; letter-spacing: -0.06em; }
.metric-label { display:block; font-size: 13px; color: var(--muted); margin-top: 8px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; margin-top: 26px; color: var(--teal-deep); }
.text-link::after { content: "→"; }
.text-link.light { color: white; }
.thesis-band { padding: 40px 42px; text-align: center; }
.thesis-band h2 { font-size: clamp(28px, 4vw, 48px); margin-bottom: 14px; }
.two-up { display:grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: start; }
.mini-grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.vertical-gap { gap: 18px; }
.stat-tile { padding: 22px; min-height: 142px; }
.stat-tile strong { display:block; font-size: clamp(24px, 3vw, 36px); letter-spacing: -0.05em; margin-bottom: 10px; }
.leadership-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.leader-card { padding: 28px; }
.leader-card h3 { margin:0 0 12px; font-size: 28px; letter-spacing: -0.04em; }
.leader-card span { display:block; font-size: 13px; text-transform: uppercase; letter-spacing: 0.22em; color: var(--accent); margin-top: 4px; }
.section-accent .section-kicker, .section-accent h2, .section-accent p, .section-accent .text-link, .section-accent .ownership-caption, .section-accent .strong-line { color: white; }
.section-accent .white-panel { background: rgba(255,255,255,.92); color: var(--ink); }
.ownership { width: 100%; max-width: 680px; margin: 0 auto; }
.ownership-caption { margin-top: 16px; color: var(--muted); }
.strong-line { font-weight: 800; margin-top: 18px; }
.project-cards { display:grid; gap: 22px; }
.project-cards.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.project-card { overflow:hidden; }
.project-media img { width:100%; height: 310px; object-fit: cover; }
.project-copy { padding: 24px; }
.project-copy h3, .wb-card h3, .service-card h3, .why-card h3, .partner-card h3, .precedent-card h3, .approach-card h3, .risk-card h3, .detail-panel h3 { margin: 8px 0 12px; font-size: clamp(28px, 3vw, 38px); line-height: 1.12; letter-spacing: -0.05em; }
.wb-card h3 { font-size: 30px; }
.worldbank-grid { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.wb-card { overflow:hidden; padding-bottom: 20px; }
.wb-card img { width:100%; aspect-ratio: 4 / 5; object-fit: cover; background: #fafafa; }
.wb-card .card-kicker, .wb-card h3, .wb-card p, .wb-card a { padding-left: 20px; padding-right: 20px; }
.approach-grid, .detail-board, .service-grid, .why-grid, .partner-grid, .precedent-grid, .risk-grid { display:grid; gap: 18px; }
.approach-grid.four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.approach-grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.approach-card, .service-card, .why-card, .partner-card, .precedent-card, .risk-card, .detail-panel { padding: 24px; }
.approach-card .num { width:42px;height:42px;border-radius:999px; display:grid; place-items:center; background: var(--teal-soft); color: var(--teal-deep); font-weight: 800; margin-bottom: 18px; }
.detail-board, .risk-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.why-grid, .partner-grid, .precedent-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.footer-grid { display:grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 28px; }
.site-footer { padding: 56px 0 70px; background: #151b1a; color: #f4f1ea; margin-top: 40px; }
.footer-brand { font-size: 40px; letter-spacing: -0.06em; color: #9bd2d0; margin-bottom: 10px; }
.footer-intro, .site-footer p, .site-footer a { color: rgba(244,241,234,0.82); }
.footer-title { font-size: 12px; text-transform: uppercase; letter-spacing: 0.22em; font-weight: 800; margin-bottom: 12px; }
.hero-narrow { width: min(920px, 100%); }
.hero-simple { padding-bottom: 24px; }
.case-top { align-items: end; }
.compact-row .metric-card { min-height: 92px; }
.tight-list { margin: 18px 0 0; padding-left: 20px; color: var(--muted); }
.tight-list li { margin-bottom: 8px; }
.stacked-media { display: grid; gap: 18px; }
.proof-slab { align-items: stretch; }
.proof-video { min-height: 340px; }
.cta-section { padding-top: 68px; padding-bottom: 68px; }
.cta-row { display:flex; justify-content: space-between; align-items:center; gap: 22px; }
.copyright { opacity: .7; }
.narrow { max-width: 14ch; }
.align-start { align-items: start; }
.align-center { align-items: center; }
.large-gap { gap: 60px; }
.proof-copy h2 { font-size: clamp(32px, 4vw, 56px); }
.stacked-note { padding: 28px; }
.note-title { font-size: 28px; line-height: 1.15; font-weight: 800; letter-spacing: -0.04em; margin-bottom: 10px; }

@media (max-width: 1100px) {
  .hero-grid, .split-feature, .placemakers-grid, .proof-slab, .capital-grid, .two-up, .footer-grid, .leadership-grid, .worldbank-grid, .detail-board, .approach-grid.four, .approach-grid.three, .service-grid, .why-grid, .partner-grid, .precedent-grid, .project-cards.two, .risk-grid { grid-template-columns: 1fr 1fr; }
  .metric-row.four { grid-template-columns: 1fr 1fr; }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 11px; }
}
@media (max-width: 820px) {
  .nav-toggle { display:inline-flex; }
  .site-nav {
    position: absolute; top: calc(100% + 10px); right: 20px; left: 20px; background: rgba(255,255,255,.97); border:1px solid var(--line); border-radius: 24px; padding: 18px; box-shadow: var(--shadow); display:none; flex-direction: column; align-items:flex-start;
  }
  .site-nav.open { display:flex; }
  .hero-grid, .split-feature, .placemakers-grid, .proof-slab, .capital-grid, .two-up, .footer-grid, .leadership-grid, .worldbank-grid, .detail-board, .approach-grid.four, .approach-grid.three, .service-grid, .why-grid, .partner-grid, .precedent-grid, .project-cards.two, .risk-grid, .mini-grid, .metric-row.four, .metric-row.two { grid-template-columns: 1fr; }
  .header-inner { min-height: 74px; }
  .brand { font-size: 42px; }
  .hero { padding-top: 42px; }
  .section { padding: 68px 0; }
  .video-card { min-height: 260px; }
  .project-media img { height: 240px; }
  .cta-row { flex-direction: column; align-items:flex-start; }
}

.cta-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;}
.btn.light-outline{background:transparent;border:1px solid rgba(255,255,255,.75);color:#fff;}
.btn.light-outline:hover{background:rgba(255,255,255,.12);}

.fine-print {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0,0,0,0.55);
  max-width: 800px;
}
