.asia-fund-page {
  min-height: 100vh;
  background: #ffffff;
  color: #111111;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.asia-fund-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  backdrop-filter: blur(16px);
}

.asia-fund-nav-inner {
  width: 100%;
  margin: 0 auto;
  padding: 16px 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.asia-fund-brand,
.asia-fund-nav-link {
  color: inherit;
  text-decoration: none;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}

.asia-fund-brand {
  display: flex;
  align-items: center;
}

.asia-fund-brand img {
  width: 128px;
  height: 20px;
  display: block;
  object-fit: contain;
}

.asia-fund-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.asia-fund-nav-link {
  color: rgba(17, 17, 17, 0.58);
  transition: color 160ms ease;
}

.asia-fund-nav-link:hover {
  color: #111111;
}

.asia-fund-main {
  max-width: 840px;
  margin: 0 auto;
  padding: 132px 24px 96px;
}

.asia-fund-hero {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}

.asia-fund-kicker {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.5);
}

.asia-fund-hero h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(44px, 7vw, 76px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.asia-fund-lede {
  max-width: 680px;
  margin: 28px auto 0;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0;
  color: rgba(17, 17, 17, 0.76);
}

.asia-fund-body {
  max-width: 680px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  text-align: center;
}

.asia-fund-body p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(17, 17, 17, 0.72);
}

.asia-fund-body strong {
  color: #111111;
  font-weight: 500;
}

.asia-fund-statement {
  margin: 12px 0;
  padding: 20px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0;
  color: rgba(17, 17, 17, 0.72);
}

@media (min-width: 768px) {
  .asia-fund-nav-inner {
    padding: 24px 48px;
  }

  .asia-fund-brand img {
    width: 112px;
    height: 16px;
  }
}

@media (max-width: 720px) {
  .asia-fund-nav-inner {
    padding: 16px 16px;
  }

  .asia-fund-links {
    display: none;
  }

  .asia-fund-main {
    padding: 112px 18px 72px;
  }

  .asia-fund-hero {
    margin-bottom: 42px;
  }

  .asia-fund-lede {
    margin-top: 30px;
  }

  .asia-fund-body {
    margin-left: 0;
    gap: 18px;
  }

  .asia-fund-statement {
    padding: 24px 0;
  }
}
