.fund-page {
  --fund-ink: #0b1220;
  --fund-ink-2: #121b2b;
  --fund-blue: #163d8f;
  --fund-blue-bright: #1f5dff;
  --fund-paper: #f4f1eb;
  --fund-card: #ffffff;
  --fund-line: rgba(11, 18, 32, 0.12);
  background: var(--fund-paper);
}

.fund-page .reveal {
  opacity: 1;
  transform: none;
}

.fund-header .nav-contact {
  background: var(--fund-ink);
}

.fund-header .nav-contact:hover {
  background: var(--fund-blue);
}

.fund-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--fund-ink);
}

.fund-hero-bg,
.fund-vision-media,
.fund-proof-image {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(11, 18, 32, 0.92), rgba(11, 18, 32, 0.62) 42%, rgba(11, 18, 32, 0.2)),
    url("assets/images/hero-urban-renewal.webp");
  background-size: cover;
  background-position: center;
}

.fund-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 80%);
}

.fund-hero-inner {
  position: relative;
  z-index: 1;
  padding: 168px 0 84px;
}

.fund-kicker {
  margin-bottom: 20px;
  color: rgba(255,255,255,.78);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .28em;
}

.fund-kicker.dark {
  color: var(--brand);
}

.fund-hero h1 {
  max-width: 860px;
  font-family: var(--serif);
  font-size: clamp(58px, 8.8vw, 128px);
  line-height: .94;
  letter-spacing: .01em;
}

.fund-hero-lead {
  max-width: 720px;
  margin-top: 34px;
  color: rgba(255,255,255,.82);
  font-size: clamp(17px, 1.8vw, 24px);
  line-height: 1.65;
}

.fund-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.fund-hero .button-ghost {
  border-color: rgba(255,255,255,.42);
  color: #fff;
}

.fund-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 680px;
  margin-top: 74px;
  border-top: 1px solid rgba(255,255,255,.24);
}

.fund-hero-points span {
  padding-top: 18px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  letter-spacing: .32em;
}

.fund-intro,
.fund-section {
  padding: 104px 0;
}

.fund-intro-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 74px;
}

.fund-statement {
  padding: 44px;
  color: #fff;
  background: var(--fund-ink);
}

.fund-statement h2,
.fund-section-head h2,
.physical-copy h2,
.fund-vision h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 1.08;
  letter-spacing: .01em;
}

.fund-copy {
  display: grid;
  gap: 24px;
  align-content: center;
  color: #4f5a66;
  font-size: 18px;
  line-height: 1.9;
}

.fund-dark {
  color: #fff;
  background: var(--fund-ink);
}

.fund-section-head {
  max-width: 980px;
  margin-bottom: 56px;
}

.fund-section-head > p:last-child,
.physical-copy p,
.fund-vision p {
  max-width: 720px;
  margin-top: 22px;
  color: #5e6975;
  font-size: 17px;
  line-height: 1.85;
}

.fund-dark .fund-section-head > p:last-child {
  color: rgba(255,255,255,.68);
}

.fund-section-head.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 66px;
  align-items: end;
  max-width: none;
}

.shift-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.14);
}

.shift-card {
  min-height: 390px;
  padding: 38px;
  background: var(--fund-ink-2);
}

.shift-card.accent {
  background: var(--fund-blue);
}

.shift-card small,
.direction-card span,
.path-steps span,
.advantage-grid span,
.capability-stack span {
  color: var(--brand-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}

.shift-card h3 {
  margin-top: 54px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
}

.shift-card ul {
  display: grid;
  gap: 16px;
  margin: 42px 0 0;
  padding: 0;
  color: rgba(255,255,255,.76);
  list-style: none;
}

.shift-card p {
  margin-top: 42px;
  color: rgba(255,255,255,.72);
  line-height: 1.8;
}

.advantage-grid,
.direction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--fund-line);
  border: 1px solid var(--fund-line);
}

.advantage-grid article,
.direction-card,
.risk-grid article {
  min-height: 210px;
  padding: 32px;
  background: rgba(255,255,255,.72);
}

.advantage-grid strong,
.direction-card h3,
.risk-grid h3,
.capability-stack h3,
.path-steps strong {
  display: block;
  margin-top: 42px;
  color: var(--fund-ink);
  font-size: 24px;
  font-weight: 700;
}

.advantage-grid p,
.direction-card p,
.risk-grid p,
.capability-stack p,
.path-steps p {
  margin-top: 16px;
  color: #63707d;
  line-height: 1.75;
}

.physical-ai {
  padding: 118px 0;
  background: #fff;
}

.physical-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.compare-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--fund-line);
  border: 1px solid var(--fund-line);
}

.compare-panel div {
  min-height: 360px;
  padding: 44px;
  background: var(--fund-paper);
}

.compare-panel div:last-child {
  color: #fff;
  background: var(--fund-ink);
}

.compare-panel small {
  color: var(--brand);
  font-weight: 800;
  letter-spacing: .18em;
}

.compare-panel strong {
  display: block;
  margin-top: 74px;
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 500;
}

.compare-panel span {
  display: block;
  margin-top: 20px;
  color: #74808c;
}

.compare-panel div:last-child span {
  color: rgba(255,255,255,.68);
}

.fund-proof {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--fund-ink);
}

.fund-proof-image {
  opacity: .34;
}

.proof-inner {
  position: relative;
}

.proof-metrics {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.2);
}

.proof-metrics article {
  min-height: 170px;
  padding: 24px;
  background: rgba(11,18,32,.78);
}

.proof-metrics strong {
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 500;
}

.proof-metrics small {
  margin-left: 4px;
  font-family: var(--sans);
  font-size: 15px;
  color: rgba(255,255,255,.68);
}

.proof-metrics p {
  margin-top: 18px;
  color: rgba(255,255,255,.68);
  line-height: 1.6;
}

.capability {
  background: #fff;
}

.capability-stack {
  display: grid;
  gap: 20px;
}

.capability-stack article {
  display: grid;
  grid-template-columns: 96px .6fr 1fr;
  gap: 30px;
  align-items: center;
  min-height: 118px;
  padding: 30px 34px;
  border: 1px solid var(--fund-line);
  background: var(--fund-paper);
}

.capability-stack article:nth-child(2) {
  color: #fff;
  background: var(--brand);
}

.capability-stack article:nth-child(2) h3,
.capability-stack article:nth-child(2) p,
.capability-stack article:nth-child(2) span {
  color: #fff;
}

.capability-stack h3,
.capability-stack p {
  margin-top: 0;
}

.directions {
  background: var(--fund-paper);
}

.direction-card.featured {
  color: #fff;
  background: var(--fund-ink);
}

.direction-card.featured h3,
.direction-card.featured p {
  color: #fff;
}

.path-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.16);
}

.path-steps article {
  min-height: 260px;
  padding: 28px;
  background: var(--fund-ink-2);
}

.path-steps article:last-child {
  background: var(--brand);
}

.path-steps strong {
  color: #fff;
}

.path-steps p {
  color: rgba(255,255,255,.68);
}

.risk-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--fund-line);
  border: 1px solid var(--fund-line);
}

.exit-section {
  background: #fff;
}

.exit-lanes {
  display: grid;
  gap: 18px;
}

.exit-lane {
  display: grid;
  grid-template-columns: 220px repeat(3, 1fr);
  gap: 1px;
  align-items: stretch;
  background: var(--fund-line);
  border: 1px solid var(--fund-line);
}

.exit-lane span,
.exit-lane strong {
  padding: 28px;
  background: var(--fund-paper);
}

.exit-lane span {
  color: var(--brand);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}

.exit-lane strong {
  font-size: 22px;
  font-weight: 700;
}

.exit-lane.asset strong:last-child {
  color: #fff;
  background: var(--fund-ink);
}

.terms {
  background: var(--fund-paper);
}

.terms-grid {
  display: grid;
  grid-template-columns: .7fr 1fr;
  gap: 70px;
  align-items: start;
}

.terms-table {
  border: 1px solid var(--fund-line);
  background: var(--fund-line);
}

.terms-table div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px;
  padding: 24px 28px;
  background: rgba(255,255,255,.76);
}

.terms-table div + div {
  margin-top: 1px;
}

.terms-table span {
  color: var(--brand);
  font-weight: 800;
}

.terms-table strong {
  font-weight: 600;
}

.fund-vision {
  position: relative;
  min-height: 660px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--fund-ink);
}

.fund-vision-media {
  background-image:
    linear-gradient(90deg, rgba(11,18,32,.94), rgba(11,18,32,.72) 48%, rgba(11,18,32,.38)),
    url("assets/images/cases/meng-center.webp");
}

.fund-vision-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.fund-vision p {
  color: rgba(255,255,255,.76);
}

.fund-vision .button {
  margin-top: 34px;
}

.fund-footer {
  background: #fff;
}

@media (max-width: 1080px) {
  .fund-intro-grid,
  .fund-section-head.split,
  .physical-grid,
  .terms-grid {
    grid-template-columns: 1fr;
  }

  .shift-grid,
  .advantage-grid,
  .direction-grid,
  .risk-grid {
    grid-template-columns: 1fr 1fr;
  }

  .proof-metrics,
  .path-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .capability-stack article {
    grid-template-columns: 64px 1fr;
  }

  .capability-stack p {
    grid-column: 2;
  }

  .exit-lane {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .fund-hero-inner {
    padding: 118px 0 58px;
  }

  .fund-hero h1 {
    font-size: clamp(44px, 14vw, 64px);
  }

  .fund-hero-points,
  .shift-grid,
  .advantage-grid,
  .direction-grid,
  .compare-panel,
  .proof-metrics,
  .path-steps,
  .risk-grid {
    grid-template-columns: 1fr;
  }

  .fund-intro,
  .fund-section,
  .physical-ai {
    padding: 72px 0;
  }

  .fund-statement,
  .shift-card,
  .compare-panel div,
  .direction-card,
  .risk-grid article {
    padding: 28px;
  }

  .capability-stack article {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .capability-stack p {
    grid-column: auto;
  }

  .terms-table div {
    grid-template-columns: 1fr;
  }
}
