.fund1-page {
  --fund-bg: #f3f4ef;
  --fund-ink: #151515;
  --fund-muted: #686862;
  --fund-rule: rgba(21, 21, 21, 0.24);
  --fund-soft-rule: rgba(21, 21, 21, 0.13);
  min-height: 100vh;
  overflow: clip;
  background: var(--fund-bg);
  color: var(--fund-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.fund1-page *,
.fund1-page *::before,
.fund1-page *::after {
  box-sizing: border-box;
}

.fund1-page a {
  color: inherit;
}

.fund1-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 72px;
  border-bottom: 1px solid var(--fund-soft-rule);
  background: rgba(243, 244, 239, 0.96);
}

.fund1-nav-inner {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 64px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.fund1-brand {
  display: inline-flex;
  align-items: center;
  flex: none;
}

.fund1-brand img {
  display: block;
  width: 96px;
  height: auto;
  object-fit: contain;
}

.fund1-nav-edition {
  padding-left: 18px;
  border-left: 1px solid var(--fund-rule);
  color: var(--fund-muted);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fund1-nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.fund1-nav-links a,
.fund1-mobile-menu a {
  color: var(--fund-muted);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: lowercase;
}

.fund1-nav-links a:hover,
.fund1-mobile-menu a:hover {
  color: var(--fund-ink);
}

.fund1-menu-button,
.fund1-mobile-menu {
  display: none;
}

.fund1-page main {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 128px 64px 96px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  grid-auto-rows: auto;
  column-gap: 88px;
  align-items: start;
}

.fund1-intro {
  position: relative;
  grid-column: 1;
  grid-row: 1 / span 10;
  width: 100%;
  height: 100%;
  min-height: 0;
  background: transparent;
  color: var(--fund-ink);
}

.fund1-intro-sticky {
  position: sticky;
  top: 112px;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: visible;
  padding: 0;
  background: transparent;
}

.fund1-eyebrow,
.fund1-kicker,
.fund1-section-label {
  margin: 0;
  color: var(--fund-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fund1-intro h1 {
  margin: 24px 0 20px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fund1-hero-lede,
.fund1-hero-summary,
.fund1-prose,
.fund1-prose p,
.fund1-communication-lede,
.fund1-invest-intro > p,
.fund1-support-row p,
.fund1-final-lines,
.fund1-final-statement {
  font-family: Georgia, "Times New Roman", serif;
}

.fund1-hero-lede {
  margin: 0;
  font-size: 18px;
  line-height: 1.34;
}

.fund1-hero-summary {
  margin: 20px 0 0;
  color: var(--fund-muted);
  font-size: 14px;
  line-height: 1.48;
}

.fund1-intro-meta {
  position: static;
  margin-top: 32px;
  padding: 12px 0;
  display: grid;
  gap: 7px;
  border-top: 1px solid var(--fund-rule);
  border-bottom: 1px solid var(--fund-rule);
  color: var(--fund-muted);
  font-size: 11px;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fund1-index {
  margin-top: 26px;
  display: grid;
}

.fund1-index a {
  padding: 8px 0;
  border-bottom: 1px solid var(--fund-soft-rule);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
}

.fund1-section,
.fund1-photo-band {
  grid-column: 2;
  min-width: 0;
}

.fund1-section {
  width: 100%;
  margin: 0 0 88px;
  padding: 0 0 88px;
  border-bottom: 1px solid var(--fund-rule);
  background: transparent;
  color: var(--fund-ink);
  scroll-margin-top: 104px;
}

.fund1-section-label {
  margin-bottom: 32px;
  padding: 0;
  border: 0;
}

.fund1-label-light {
  color: var(--fund-muted);
}

.fund1-access-grid,
.fund1-about-grid,
.fund1-thesis-grid,
.fund1-communication-body,
.fund1-invest-intro,
.fund1-final-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: 64px;
  align-items: start;
}

.fund1-access h2,
.fund1-about h2,
.fund1-thesis h2,
.fund1-invest h2,
.fund1-support h2,
.fund1-final h2,
.fund1-communication-head h2,
.fund1-mission > p {
  margin: 0;
  color: var(--fund-ink);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  text-wrap: balance;
}

.fund1-kicker {
  margin-bottom: 18px;
}

.fund1-access-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fund1-access-list li {
  position: relative;
  padding: 16px 26px 16px 0;
  border-top: 1px solid var(--fund-soft-rule);
  font-size: 14px;
  line-height: 1.3;
}

.fund1-access-list li:last-child {
  border-bottom: 1px solid var(--fund-soft-rule);
}

.fund1-access-list li::after {
  content: "+";
  position: absolute;
  top: 16px;
  right: 0;
  color: var(--fund-muted);
}

.fund1-photo-band {
  margin: 0 0 88px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  background: transparent;
}

.fund1-photo {
  min-width: 0;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #deded8;
}

.fund1-photo-wide {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 7;
}

.fund1-inline-gallery {
  width: 100%;
  margin-top: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  aspect-ratio: 16 / 9;
}

.fund1-inline-gallery .fund1-photo {
  aspect-ratio: auto;
}

.fund1-inline-gallery .fund1-photo:first-child {
  grid-row: 1 / -1;
}

.fund1-inline-gallery-reverse {
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
}

.fund1-inline-gallery-reverse .fund1-photo:first-child {
  grid-column: 2;
}

.fund1-inline-gallery-reverse .fund1-photo:nth-child(2),
.fund1-inline-gallery-reverse .fund1-photo:nth-child(3) {
  grid-column: 1;
}

.fund1-inline-gallery-reverse .fund1-photo:nth-child(2) {
  grid-row: 1;
}

.fund1-inline-gallery-reverse .fund1-photo:nth-child(3) {
  grid-row: 2;
}

.fund1-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 200ms ease;
}

.fund1-photo:hover img {
  filter: grayscale(0%);
}

.fund1-prose {
  max-width: 650px;
}

.fund1-prose p {
  margin: 0 0 18px;
  color: var(--fund-ink);
  font-size: 17px;
  line-height: 1.52;
}

.fund1-prose p:last-child {
  margin-bottom: 0;
}

.fund1-bridge-statement,
.fund1-language-statement {
  max-width: 760px;
  margin: 70px 0 0 auto;
  padding-top: 24px;
  border-top: 1px solid var(--fund-rule);
  color: var(--fund-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.25;
}

.fund1-mission > p {
  max-width: 870px;
}

.fund1-communication-head {
  margin-bottom: 56px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: 64px;
}

.fund1-communication-head .fund1-section-label {
  margin: 0;
}

.fund1-communication-head h2 span {
  display: inline;
}

.fund1-communication-lede {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
}

.fund1-invest-intro {
  margin-bottom: 64px;
}

.fund1-invest-intro > p {
  max-width: 560px;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.fund1-sector-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--fund-rule);
}

.fund1-sector-grid > div {
  min-height: 86px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: start;
  border-bottom: 1px solid var(--fund-soft-rule);
}

.fund1-sector-grid > div:nth-child(odd) {
  padding-right: 24px;
  border-right: 1px solid var(--fund-soft-rule);
}

.fund1-sector-grid > div:nth-child(even) {
  padding-left: 24px;
}

.fund1-sector-grid span,
.fund1-support-row > span {
  color: var(--fund-muted);
  font-size: 11px;
  line-height: 1.2;
}

.fund1-sector-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}

.fund1-support-head {
  max-width: 800px;
  margin-bottom: 64px;
}

.fund1-support-list {
  border-top: 1px solid var(--fund-rule);
}

.fund1-support-row {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 56px 220px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  border-bottom: 1px solid var(--fund-soft-rule);
}

.fund1-support-row h3,
.fund1-support-row p {
  margin: 0;
}

.fund1-support-row h3 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
}

.fund1-support-row p {
  max-width: 600px;
  font-size: 16px;
  line-height: 1.48;
}

.fund1-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--fund-rule);
}

.fund1-overview-grid > div {
  min-height: 126px;
  padding: 22px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--fund-soft-rule);
}

.fund1-overview-grid > div:nth-child(odd) {
  padding-right: 24px;
  border-right: 1px solid var(--fund-soft-rule);
}

.fund1-overview-grid > div:nth-child(even) {
  padding-left: 24px;
}

.fund1-overview-grid span {
  color: var(--fund-muted);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}

.fund1-overview-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15;
}

.fund1-final {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.fund1-final-copy {
  margin-bottom: 72px;
}

.fund1-final-lines {
  padding-top: 3px;
  display: grid;
  gap: 12px;
  font-size: 17px;
  line-height: 1.4;
}

.fund1-final-lines span {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--fund-soft-rule);
}

.fund1-final-statement {
  max-width: 760px;
  margin-left: auto;
  font-size: 28px;
  line-height: 1.25;
}

.fund1-final-statement p {
  margin: 0 0 10px;
}

.fund1-contact {
  margin-top: 72px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--fund-ink);
  border-bottom: 1px solid var(--fund-ink);
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}

[data-fund-reveal] {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .fund1-nav-inner,
  .fund1-page main {
    padding-left: 32px;
    padding-right: 32px;
  }

  .fund1-page main {
    grid-template-columns: 240px minmax(0, 1fr);
    column-gap: 56px;
  }

  .fund1-access-grid,
  .fund1-about-grid,
  .fund1-thesis-grid,
  .fund1-communication-body,
  .fund1-invest-intro,
  .fund1-final-copy,
  .fund1-communication-head {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .fund1-support-row {
    grid-template-columns: 48px 180px minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  .fund1-nav-links {
    display: none;
  }

  .fund1-menu-button {
    margin-left: auto;
    width: 42px;
    height: 42px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 6px;
    border: 0;
    background: transparent;
  }

  .fund1-menu-button span {
    width: 100%;
    height: 1px;
    display: block;
    background: var(--fund-ink);
    transition: transform 180ms ease;
  }

  .fund1-menu-open .fund1-menu-button span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .fund1-menu-open .fund1-menu-button span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .fund1-mobile-menu {
    position: fixed;
    inset: 72px 0 auto;
    padding: 22px 24px 28px;
    display: grid;
    gap: 0;
    border-bottom: 1px solid var(--fund-rule);
    background: var(--fund-bg);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .fund1-menu-open .fund1-mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .fund1-mobile-menu a {
    padding: 15px 0;
    border-bottom: 1px solid var(--fund-soft-rule);
  }

  .fund1-page main {
    padding-top: 112px;
    display: block;
  }

  .fund1-intro {
    height: auto;
    margin-bottom: 84px;
  }

  .fund1-intro-sticky {
    position: relative;
    top: auto;
    padding-bottom: 64px;
    border-bottom: 1px solid var(--fund-rule);
  }

  .fund1-index {
    display: none;
  }

  .fund1-section,
  .fund1-photo-band {
    width: 100%;
  }

  .fund1-support-row {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .fund1-support-row p {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .fund1-nav {
    height: 60px;
  }

  .fund1-nav-inner {
    padding: 0 20px;
  }

  .fund1-nav-edition {
    display: none;
  }

  .fund1-mobile-menu {
    top: 60px;
  }

  .fund1-page main {
    padding: 92px 20px 72px;
  }

  .fund1-intro {
    margin-bottom: 68px;
  }

  .fund1-intro-sticky {
    padding-bottom: 52px;
  }

  .fund1-intro h1 {
    font-size: 44px;
  }

  .fund1-hero-lede {
    font-size: 18px;
  }

  .fund1-section {
    margin-bottom: 64px;
    padding-bottom: 64px;
  }

  .fund1-section-label {
    margin-bottom: 24px;
  }

  .fund1-access h2,
  .fund1-about h2,
  .fund1-thesis h2,
  .fund1-invest h2,
  .fund1-support h2,
  .fund1-final h2,
  .fund1-communication-head h2,
  .fund1-mission > p {
    font-size: 36px;
    line-height: 1.04;
  }

  .fund1-photo-band {
    margin-bottom: 64px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fund1-photo-wide {
    grid-column: 1 / -1;
    aspect-ratio: 4 / 3;
  }

  .fund1-photo-band .fund1-photo:not(.fund1-photo-wide) {
    aspect-ratio: 1 / 1;
  }

  .fund1-inline-gallery,
  .fund1-inline-gallery-reverse {
    margin-top: 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    aspect-ratio: auto;
  }

  .fund1-inline-gallery .fund1-photo:first-child,
  .fund1-inline-gallery-reverse .fund1-photo:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .fund1-inline-gallery .fund1-photo:nth-child(2),
  .fund1-inline-gallery .fund1-photo:nth-child(3),
  .fund1-inline-gallery-reverse .fund1-photo:nth-child(2),
  .fund1-inline-gallery-reverse .fund1-photo:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1 / 1;
  }

  .fund1-prose p,
  .fund1-sector-grid strong,
  .fund1-final-lines {
    font-size: 16px;
  }

  .fund1-bridge-statement,
  .fund1-language-statement,
  .fund1-final-statement {
    margin-top: 48px;
    font-size: 23px;
  }

  .fund1-communication-head {
    margin-bottom: 40px;
  }

  .fund1-communication-lede {
    font-size: 21px;
  }

  .fund1-sector-grid,
  .fund1-overview-grid {
    grid-template-columns: 1fr;
  }

  .fund1-sector-grid > div,
  .fund1-sector-grid > div:nth-child(odd),
  .fund1-sector-grid > div:nth-child(even),
  .fund1-overview-grid > div,
  .fund1-overview-grid > div:nth-child(odd),
  .fund1-overview-grid > div:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }

  .fund1-support-head,
  .fund1-invest-intro,
  .fund1-final-copy {
    margin-bottom: 48px;
  }

  .fund1-support-row {
    padding: 20px 0;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
  }

  .fund1-final-statement {
    margin-left: 0;
  }

  .fund1-contact {
    margin-top: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-fund-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
