:root {
  --ink: #171411;
  --muted: #665f58;
  --paper: #f6f1e9;
  --panel: #ffffff;
  --line: #dfd5c8;
  --oil: #16120f;
  --copper: #b87333;
  --green: #1b6b57;
  --cream: #fff8ed;
}

* {
  box-sizing: border-box;
}

html {
  background: #ffffff;
  min-height: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  min-height: 100%;
}

a {
  color: inherit;
}

.top-bar {
  background: #000000;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  overflow: hidden;
  padding: 0.7rem 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.top-bar-track {
  align-items: center;
  animation: market-scroll 36s linear infinite;
  display: inline-flex;
  gap: 5rem;
  min-width: max-content;
}

.market-item {
  color: rgba(255, 255, 255, 0.72);
  display: inline-block;
}

.market-item strong {
  color: rgba(255, 255, 255, 0.96);
  font-size: 1em;
  font-weight: 800;
  letter-spacing: 0.015em;
}

@keyframes market-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.site-header {
  align-items: center;
  background: #ffffff;
  border-bottom: 0;
  box-shadow: 0 1px 0 rgba(40, 58, 81, 0.08);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  left: 0;
  padding: 1.35rem max(2rem, calc((100vw - 1320px) / 2));
  position: sticky;
  right: 0;
  top: 0;
  z-index: 100;
}

.has-ticker .site-header {
  top: 0;
}

.site-title {
  color: #283a51;
  display: inline-block;
  font-size: 3.45rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
  min-width: 160px;
  position: relative;
  text-decoration: none;
}

.site-title::after {
  display: none;
}


.menu-toggle {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #283a51;
  cursor: pointer;
  display: none;
  height: 44px;
  padding: 0;
  position: relative;
  width: 44px;
}

.menu-toggle span {
  background: currentColor;
  display: block;
  height: 3px;
  margin: 6px 0 6px auto;
  width: 31px;
}

.menu-toggle span:nth-child(2) {
  width: 24px;
}

.site-menu {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  width: 100%;
}

.site-menu-head,
.site-title-menu {
  display: none;
}

.site-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2.1rem;
  justify-content: flex-end;
}

.site-nav a,
.footer-links a {
  border-radius: 0;
  color: #283a51;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  padding: 0.25rem 0;
  text-decoration: none;
  text-transform: none;
}

.site-nav a:hover,
.site-nav a.active {
  background: transparent;
  color: #4e9fd8;
}

.site-nav a.investor-login-button {
  align-items: center;
  background: #8a5cf6;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0;
  padding: 0.78rem 1.15rem;
  text-transform: uppercase;
}

.site-nav a.investor-login-button:hover {
  background: #000000;
  color: #ffffff;
}

.page-heading {
  background-color: #2a211b;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  min-height: 330px;
  padding: 10rem max(1.25rem, calc((100vw - 1180px) / 2)) 5rem;
  position: relative;
}

.page-heading::before {
  background: rgba(0, 0, 0, 0.12);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.page-heading > * {
  position: relative;
  z-index: 1;
}

.page-home .page-heading {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 2.22rem - 72px);
  padding-bottom: 6rem;
  padding-top: 9rem;
}

.hero-mark {
  bottom: 0;
  left: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: min(64vw, 900px);
  z-index: 2;
}

.hero-mark svg {
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%;
}

.hero-mark-fill-left {
  fill: rgba(255, 255, 255, 0.88);
}

.hero-mark-fill-main {
  fill: rgba(255, 255, 255, 0.62);
}

.hero-mark-outline-large,
.hero-mark-outline-small {
  fill: none;
  stroke: #8a5cf6;
  stroke-linejoin: miter;
  stroke-width: 4;
}

.hero-mark-outline-small {
  stroke-width: 3.5;
}

.home-hero-copy {
  margin-left: auto;
  margin-right: 0;
  max-width: 600px;
  text-align: left;
}

.home-hero-copy h1 {
  color: #ffffff;
  font-size: 5.55rem;
  font-weight: 900;
  line-height: 0.98;
  margin: 0 0 1.35rem;
  text-transform: none;
}

.hero-kicker {
  color: #6bbbed;
  display: block;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}

.home-hero-copy p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 2.1rem;
  line-height: 1.18;
  max-width: 560px;
}

.hero-stats {
  bottom: 2.2rem;
  left: max(1.25rem, calc((100vw - 1180px) / 2));
  position: absolute;
  right: max(1.25rem, calc((100vw - 1180px) / 2));
}

.hero-stats > p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.6em;
  margin: 0 0 0.55rem;
  text-align: center;
  text-transform: uppercase;
}

.hero-stats-grid {
  align-items: end;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-left: auto;
  max-width: 760px;
}

.hero-stat {
  text-align: center;
}

.hero-stat strong {
  color: #ffffff;
  display: block;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 0.95;
}

.hero-stat strong span {
  font-size: 0.78rem;
  font-weight: 600;
  margin-left: 0.25rem;
  writing-mode: vertical-rl;
}

.hero-stat em {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.22em;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.legacy-section {
  background: #f7f7f7;
  display: grid;
  grid-template-columns: 43% 57%;
  margin: -3.5rem calc(50% - 50vw) 4rem;
  min-height: 680px;
  padding: 3.2rem max(1.25rem, calc((100vw - 1180px) / 2));
}

.legacy-stats {
  background: #dfe8f1;
  clip-path: none;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  padding: 2.2rem 2.2rem;
}

.legacy-stat {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  color: #184878;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.legacy-stat:last-child {
  border-bottom: 0;
}

.legacy-stat strong {
  color: #3a83c1;
  display: block;
  font-size: 3.1rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.legacy-stat span {
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.25;
}

.legacy-copy {
  align-self: center;
  padding: 3rem 2rem 3rem 5rem;
}

.legacy-copy h1 {
  color: #000000;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.08;
  margin: 0 0 3rem;
}

.legacy-copy p {
  color: #404040;
  font-size: 1.25rem;
  line-height: 1.65;
  margin: 0 0 1.6rem;
  max-width: 720px;
}

.legacy-button {
  border: 1px solid #10266f;
  color: #10266f;
  display: inline-block;
  font-size: 1rem;
  font-weight: 800;
  margin-top: 1rem;
  padding: 0.9rem 1.4rem;
  text-decoration: none;
}

.legacy-button:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

.page-heading p {
  color: #f0deca;
  margin: 0 0 0.6rem;
  max-width: 760px;
}

.page-heading h2 {
  font-size: 3rem;
  line-height: 1.05;
  margin: 0;
  max-width: 780px;
  text-transform: uppercase;
}

.page-about .page-heading {
  align-items: flex-end;
  background-position: center;
  display: flex;
  min-height: clamp(760px, 92vh, 980px);
  padding: 0;
}

.page-about .page-heading::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.48) 56%, rgba(0, 0, 0, 0.76) 100%),
    rgba(4, 9, 18, 0.2);
}

.about-hero-copy {
  padding: 0 0 5.8rem;
  width: 100%;
}

.about-hero-copy h1 {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 5.2vw, 5rem);
  font-weight: 400;
  line-height: 1;
  margin: 0 auto 1.85rem;
  max-width: 1320px;
  padding: 0 max(2rem, calc((100vw - 1320px) / 2));
}

.about-hero-rule {
  background: rgba(138, 92, 246, 0.82);
  height: 28px;
  margin-bottom: 2.35rem;
  width: 100%;
}

.about-hero-copy p {
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.25rem, 1.55vw, 1.7rem);
  line-height: 1.45;
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 max(2rem, calc((100vw - 1320px) / 2));
  width: 100%;
}

.page-portfolio .page-heading {
  align-items: flex-start;
  background-position: center;
  display: flex;
  min-height: clamp(360px, 42vw, 520px);
  overflow: hidden;
  padding: 0;
}

.page-portfolio .page-heading::before {
  display: none;
}

.page-portfolio .page-heading::after {
  background: #000000;
  border-radius: 50% 0 0 0;
  bottom: -1px;
  content: "";
  height: 46%;
  left: 0;
  position: absolute;
  right: 14vw;
  z-index: 1;
}

.page-contact .page-heading {
  background-position: center 28%;
}


.portfolio-hero-copy {
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(5rem, 7.5vw, 8rem) max(2rem, calc((100vw - 1320px) / 2)) 0;
  width: 100%;
}

.portfolio-hero-copy h1 {
  color: #ffffff;
  font-size: clamp(3.6rem, 5.2vw, 5.5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.page {
  margin: 0 auto;
  max-width: 1180px;
  padding: 3.5rem 1.25rem;
}

.page-home .page {
  padding-bottom: 0;
}

.page-about .page {
  padding-bottom: 0;
}

.page-portfolio .page {
  padding-bottom: 0;
  padding-top: 4rem;
}

.page-strategy .page {
  max-width: none;
  padding: 0;
}

.strategy-hero {
  background: #ffffff;
  margin: 0;
  min-height: clamp(620px, 49vw, 760px);
  overflow: hidden;
  padding: clamp(11rem, 14vw, 15rem) max(2rem, calc((100vw - 1320px) / 2)) 5rem;
  position: relative;
}

.strategy-hero::before {
  background: #f1f1f1;
  clip-path: polygon(0 38%, 4.5vw 50%, 0 62%);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 14vw;
  z-index: 0;
}

.strategy-hero::after {
  background: rgba(247, 247, 247, 0.72);
  clip-path: polygon(23% 0, 100% 0, 69% 100%, 0 100%);
  content: "";
  inset: 0 28vw 0 auto;
  position: absolute;
  width: 30vw;
  z-index: 0;
}

.strategy-hero-media {
  background-image: url("images/BlueGreen.jpg.webp");
  background-position: center;
  background-size: cover;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 37% 100%);
  height: 58%;
  position: absolute;
  right: 0;
  top: 0;
  width: 45vw;
  z-index: 1;
}

.strategy-hero-media::after {
  background: #8a5cf6;
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
  content: "";
  height: 42%;
  position: absolute;
  right: -8vw;
  top: 0;
  width: 13vw;
  z-index: -1;
}

.strategy-hero-copy {
  max-width: 830px;
  position: relative;
  z-index: 2;
}

.strategy-hero-kicker {
  color: #050505;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 950;
  letter-spacing: -0.04em;
  margin: 0 0 4.3rem;
  padding-right: 1.4rem;
  position: relative;
  text-transform: uppercase;
}

.strategy-hero-kicker::after {
  background: #72cdbd;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 35% 100%, 35% 65%, 0 65%);
  content: "";
  height: 18px;
  position: absolute;
  right: 0;
  top: -4px;
  width: 18px;
}

.strategy-hero h1 {
  color: #050505;
  font-size: clamp(4rem, 5.3vw, 6.5rem);
  font-weight: 200;
  letter-spacing: -0.065em;
  line-height: 1.04;
  margin: 0 0 4.5rem;
  max-width: 760px;
}

.strategy-hero p:not(.strategy-hero-kicker) {
  color: #111111;
  font-size: clamp(1.05rem, 1.25vw, 1.28rem);
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  max-width: 1040px;
}

.strategy-content {
  margin: 0 auto;
  max-width: 1180px;
  padding: 3.5rem 1.25rem;
}

.strategy-service-band {
  background: #ffffff;
  margin: 0;
  padding: 5rem 1.25rem 5.7rem;
  text-align: center;
}

.strategy-service-band h1 {
  color: #e9842f;
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 2rem;
}

.strategy-service-band p {
  color: #2a2a2a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1.55vw, 1.7rem);
  line-height: 1.35;
  margin: 0 auto 3rem;
  max-width: 1030px;
}

.strategy-service-grid {
  display: grid;
  gap: clamp(1.8rem, 3vw, 3.2rem);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 980px;
}

.strategy-service-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.strategy-service-item strong {
  color: #050505;
  font-size: 0.98rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.18;
  text-transform: uppercase;
}

.strategy-service-icon {
  align-items: center;
  background: #eeece7;
  clip-path: polygon(50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  display: flex;
  height: 96px;
  justify-content: center;
  position: relative;
  width: 96px;
}

.strategy-service-icon img {
  display: block;
  height: 68px;
  width: 68px;
}

.strategy-resources {
  align-items: center;
  background: #f4f4f4;
  display: grid;
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.95fr);
  margin: 0;
  padding: 6.5rem max(2rem, calc((100vw - 1320px) / 2)) 7rem;
}

.strategy-resources-copy h1 {
  color: #172d77;
  font-size: clamp(2.25rem, 3.2vw, 3.45rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 4.2rem;
}

.strategy-resources-copy p {
  color: #3b3b3b;
  font-size: clamp(1.35rem, 1.9vw, 2.15rem);
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
  max-width: 760px;
}

.strategy-resources-copy p + p {
  margin-top: 3.9rem;
}

.strategy-resources-grid {
  align-items: start;
  display: grid;
  gap: clamp(3rem, 5vw, 5.5rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
}

.strategy-resource-item {
  text-align: center;
}

.strategy-resource-item svg {
  fill: #8a5cf6;
  height: 96px;
  margin: 0 auto 1.8rem;
  stroke: #8a5cf6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6;
  width: 120px;
}

.strategy-resource-item h2 {
  color: #172d77;
  font-size: clamp(1.1rem, 1.45vw, 1.48rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.35;
  margin: 0;
}

.strategy-principles {
  background:
    linear-gradient(118deg, transparent 0 12%, rgba(255, 255, 255, 0.48) 12% 26%, transparent 26% 40%, rgba(255, 255, 255, 0.48) 40% 54%, transparent 54% 68%, rgba(255, 255, 255, 0.48) 68% 82%, transparent 82%),
    #f3f3f3;
  margin: 0;
  padding: 5.3rem max(2rem, calc((100vw - 1180px) / 2)) 6rem;
}

.strategy-principles-grid {
  display: grid;
  gap: 4.2rem 5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1180px;
}

.strategy-principles article {
  max-width: 540px;
}

.strategy-principles h2 {
  border-bottom: 1px solid #8a5cf6;
  color: #8a5cf6;
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.35;
  margin: 0 0 1.25rem;
  padding-bottom: 0.85rem;
  text-transform: uppercase;
}

.strategy-principles p {
  color: #111827;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 300;
  line-height: 1.45;
  margin: 0;
}

.strategy-infrastructure {
  align-items: center;
  background: #f4f4f4;
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.9fr);
  margin: 0;
  padding: 6.2rem max(2rem, calc((100vw - 1320px) / 2)) 6.7rem;
}

.strategy-infrastructure-copy h1 {
  color: #172d77;
  font-size: clamp(2.3rem, 3.3vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0 0 3rem;
}

.strategy-infrastructure-copy p {
  color: #3b3b3b;
  font-size: clamp(1.25rem, 1.75vw, 2rem);
  font-weight: 200;
  line-height: 1.52;
  margin: 0;
  max-width: 720px;
}

.strategy-infrastructure-copy p + p {
  margin-top: 3rem;
}

.strategy-infrastructure-grid {
  align-items: center;
  display: grid;
  gap: 5.5rem 4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
}

.strategy-infrastructure-grid article {
  text-align: center;
}

.strategy-infrastructure-grid article:last-child {
  grid-column: 1 / -1;
}

.strategy-infrastructure-grid svg {
  fill: none;
  height: 94px;
  margin: 0 auto 1.35rem;
  stroke: #172d77;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 8;
  width: 104px;
}

.strategy-infrastructure-grid article:nth-child(2) svg {
  stroke: #c3702b;
}

.strategy-infrastructure-grid article:nth-child(1) svg {
  fill: #172d77;
  stroke: none;
}

.strategy-infrastructure-grid h2 {
  color: #172d77;
  font-size: clamp(1.1rem, 1.45vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin: 0;
}

.strategy-highlights {
  background: #ffffff;
  margin: 0;
  padding: 5.2rem max(2rem, calc((100vw - 1180px) / 2)) 6rem;
}

.strategy-highlights-inner {
  max-width: 1180px;
}

.strategy-highlights h1 {
  border-bottom: 1px solid #8a5cf6;
  color: #8a5cf6;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.15;
  margin: 0 0 2.1rem;
  max-width: 560px;
  padding-bottom: 0.9rem;
  text-transform: uppercase;
}

.strategy-highlights-grid {
  display: grid;
  gap: clamp(3rem, 6vw, 5rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.strategy-highlights ul {
  display: grid;
  gap: 2.3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.strategy-highlights li {
  color: #111827;
  font-size: clamp(1rem, 1.22vw, 1.15rem);
  font-weight: 300;
  line-height: 1.45;
  padding-left: 2rem;
  position: relative;
}

.strategy-highlights li::before {
  color: #172d77;
  content: ">>";
  font-size: 1.05rem;
  font-weight: 700;
  left: 0;
  letter-spacing: -0.15em;
  position: absolute;
  top: 0.08rem;
}

.strategy-value-add {
  align-items: center;
  background: #f4f4f4;
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.92fr);
  margin: 0;
  padding: 5.5rem max(2rem, calc((100vw - 1320px) / 2)) 6rem;
}

.strategy-value-add-copy h1 {
  color: #172d77;
  font-size: clamp(2.35rem, 3.35vw, 3.7rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0 0 3.2rem;
}

.strategy-value-add-copy p {
  color: #3b3b3b;
  font-size: clamp(1.25rem, 1.78vw, 2rem);
  font-weight: 200;
  line-height: 1.55;
  margin: 0;
  max-width: 730px;
}

.strategy-value-add-copy p + p {
  margin-top: 3.2rem;
}

.strategy-value-add-grid {
  display: grid;
  gap: 5.5rem 4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
}

.strategy-value-add-grid article {
  text-align: center;
}

.strategy-value-add-grid article:last-child {
  grid-column: 1 / -1;
}

.strategy-value-add-grid svg {
  fill: none;
  height: 95px;
  margin: 0 auto 1.45rem;
  stroke: #172d77;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6;
  width: 120px;
}

.strategy-value-add-grid article:nth-child(2) svg {
  stroke: #c3702b;
}

.strategy-value-add-grid h2 {
  color: #172d77;
  font-size: clamp(1.1rem, 1.45vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.35;
  margin: 0;
}

.strategy-closing-note {
  background: #111827;
  margin: 0;
  padding: 4rem max(2rem, calc((100vw - 1320px) / 2));
}

.strategy-closing-note-inner {
  align-items: flex-start;
  border-bottom: 1px solid #8a5cf6;
  border-top: 1px solid #8a5cf6;
  margin: 0 auto;
  max-width: 1180px;
  padding: 2.8rem 0;
}

.strategy-closing-note p {
  color: #ffffff;
  font-size: clamp(1.1rem, 1.45vw, 1.45rem);
  font-weight: 300;
  line-height: 1.45;
  margin: 0;
  max-width: 1040px;
}

.intro {
  max-width: 800px;
}

.eyebrow {
  color: var(--copper);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

h1 {
  font-size: 2.7rem;
  line-height: 1.08;
  margin: 0 0 1rem;
}

h2 {
  font-size: 1.35rem;
  margin: 0 0 0.5rem;
}

p {
  margin: 0 0 1rem;
}

.lead {
  color: var(--muted);
  font-size: 1.08rem;
}

.about-unique {
  background: #f3f3f3;
  margin: -3.5rem calc(50% - 50vw) 3.5rem;
  padding: 6.7rem max(1.25rem, calc((100vw - 1320px) / 2)) 6.3rem;
}

.about-unique-inner {
  margin: 0 auto;
  max-width: 1320px;
}

.about-unique h1 {
  color: #17191d;
  font-size: clamp(2.8rem, 4vw, 4.1rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 6.2rem;
}

.unique-grid {
  display: grid;
  gap: 4.2rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.unique-item {
  min-width: 0;
}

.unique-icon {
  height: 92px;
  margin-bottom: 2rem;
  position: relative;
  width: 178px;
}

.unique-leaf {
  background: #8a5cf6;
  border-radius: 0 44px 0 0;
  clip-path: polygon(0 0, 80% 0, 100% 38%, 80% 76%, 100% 100%, 18% 100%, 0 72%);
  height: 72px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 150px;
}

.unique-bar {
  background: #d4d6d8;
  bottom: 16px;
  display: block;
  position: absolute;
  width: 19px;
  z-index: 2;
}

.unique-bar-one {
  height: 26px;
  left: 0;
}

.unique-bar-two {
  height: 42px;
  left: 25px;
}

.unique-bar-three {
  background: #ffffff;
  height: 58px;
  left: 50px;
}

.unique-cup {
  background: #3d4757;
  border-radius: 0 0 12px 12px;
  clip-path: polygon(8% 0, 92% 0, 78% 72%, 61% 72%, 61% 100%, 39% 100%, 39% 72%, 22% 72%);
  height: 70px;
  left: 86px;
  position: absolute;
  top: 8px;
  width: 58px;
  z-index: 3;
}

.unique-cup::before,
.unique-cup::after {
  border: 4px solid #3d4757;
  border-bottom: 0;
  border-radius: 0 0 18px 18px;
  content: "";
  height: 22px;
  position: absolute;
  top: 7px;
  width: 18px;
}

.unique-cup::before {
  right: 45px;
}

.unique-cup::after {
  left: 45px;
}

.unique-briefcase {
  background: #3d4757;
  border-radius: 5px;
  height: 48px;
  left: 88px;
  position: absolute;
  top: 31px;
  width: 74px;
  z-index: 3;
}

.unique-briefcase::before {
  border: 7px solid #3d4757;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  content: "";
  height: 15px;
  left: 21px;
  position: absolute;
  top: -21px;
  width: 32px;
}

.unique-arrow {
  background: #6b7078;
  display: block;
  height: 35px;
  left: 20px;
  position: absolute;
  width: 11px;
  z-index: 3;
}

.unique-arrow::before {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  content: "";
  left: -8px;
  position: absolute;
}

.unique-arrow-up {
  bottom: 45px;
}

.unique-arrow-up::before {
  border-bottom: 16px solid #d4d6d8;
  top: -16px;
}

.unique-arrow-down {
  bottom: 8px;
}

.unique-arrow-down::before {
  border-top: 16px solid #6b7078;
  bottom: -16px;
}

.unique-plus {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  z-index: 3;
}

.unique-plus::before {
  content: "+";
}

.unique-plus-one {
  color: #cfd2d4;
  font-size: 2.2rem;
  left: 20px;
  top: 12px;
}

.unique-plus-two {
  left: 42px;
  top: 28px;
}

.unique-person {
  background: #3d4757;
  border-radius: 34px 34px 4px 4px;
  height: 54px;
  left: 118px;
  position: absolute;
  top: 38px;
  width: 54px;
  z-index: 3;
}

.unique-person::before {
  background: #3d4757;
  border-radius: 50%;
  content: "";
  height: 39px;
  left: 7px;
  position: absolute;
  top: -34px;
  width: 39px;
}

.unique-gear {
  border: 7px solid #d2d4d6;
  border-radius: 50%;
  height: 32px;
  position: absolute;
  width: 32px;
  z-index: 3;
}

.unique-gear::before {
  background: currentColor;
  border-radius: 3px;
  box-shadow: 0 0 0 8px transparent;
  color: inherit;
  content: "";
  height: 12px;
  left: 3px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 12px;
}

.unique-gear-one {
  color: #d2d4d6;
  left: 8px;
  top: 26px;
}

.unique-gear-two {
  border-color: #6b7078;
  color: #6b7078;
  height: 24px;
  left: 30px;
  top: 61px;
  width: 24px;
}

.unique-database {
  background: #3d4757;
  border-radius: 50% / 15%;
  height: 59px;
  left: 101px;
  position: absolute;
  top: 23px;
  width: 69px;
  z-index: 3;
}

.unique-database::before,
.unique-database::after {
  border-top: 5px solid #8a5cf6;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.unique-database::before {
  top: 19px;
}

.unique-database::after {
  top: 39px;
}

.unique-globe {
  background: #3d4757;
  border-radius: 50%;
  height: 72px;
  left: 96px;
  position: absolute;
  top: 14px;
  width: 72px;
  z-index: 3;
}

.unique-globe::before {
  background: #8a5cf6;
  border-radius: 43% 57% 58% 42%;
  content: "";
  height: 32px;
  left: 20px;
  position: absolute;
  top: 12px;
  transform: rotate(24deg);
  width: 27px;
}

.unique-globe::after {
  background: #8a5cf6;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: 43px;
  position: absolute;
  top: 37px;
  width: 14px;
}

.unique-item h2 {
  color: #36373a;
  font-size: 1.14rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0 0 1.55rem;
  text-transform: uppercase;
}

.unique-item p {
  color: #77777a;
  font-size: 1.12rem;
  line-height: 1.45;
  margin: 0;
}

.content-grid,
.stats-grid,
.team-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.content-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-grid {
  gap: 4.4rem 2rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin: 3rem auto 5rem;
  max-width: 1320px;
}

.team-culture {
  background: #ffffff;
  margin: -3.5rem calc(50% - 50vw) 0;
  min-height: 690px;
  overflow: hidden;
  padding: 8.4rem max(1.25rem, calc((100vw - 1320px) / 2)) 4.8rem;
  position: relative;
}

.team-culture::before {
  background: rgba(17, 20, 25, 0.035);
  clip-path: polygon(0 0, 33% 0, 0 44%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 52%;
}

.team-culture-media {
  background:
    linear-gradient(90deg, rgba(5, 20, 35, 0.22), rgba(5, 20, 35, 0.08)),
    url('../images/bg-video-banner-graph.png') center/cover;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 50% 100%);
  height: 420px;
  position: absolute;
  right: 0;
  top: 0;
  width: min(46vw, 820px);
  z-index: 1;
}

.team-culture-mark {
  background: #8a5cf6;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  height: 126px;
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  z-index: 0;
}

.team-culture-inner {
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
  z-index: 2;
}

.team-culture-kicker {
  color: #111111;
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 6.2rem;
  text-transform: uppercase;
}

.team-culture-kicker::after {
  border-left: 13px solid #8a5cf6;
  border-top: 13px solid #8a5cf6;
  content: "";
  display: inline-block;
  height: 0;
  margin-left: 0.35rem;
  transform: translateY(-4px);
  width: 0;
}

.team-culture h1 {
  color: #050505;
  font-size: clamp(3.6rem, 5.8vw, 6.8rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 0 4.3rem;
  max-width: 1100px;
}

.team-culture-bottom {
  align-items: start;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1fr) 400px;
}

.team-culture-bottom > p {
  color: #17191d;
  font-size: 1.05rem;
  line-height: 1.36;
  margin: 0;
  max-width: 900px;
}

.team-culture-stats {
  border-left: 1px solid #8a5cf6;
  display: grid;
  gap: 2.7rem;
  padding-left: 3rem;
}

.team-culture-stats strong {
  color: #8a5cf6;
  display: block;
  font-size: clamp(4rem, 6vw, 5.7rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  margin-bottom: 0.65rem;
}

.team-culture-stats span {
  color: #050505;
  display: block;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.15;
}

.team-intro-panel {
  background: #111111;
  margin: 0 calc(50% - 50vw) 3rem;
  padding: 3.6rem max(1.25rem, calc((100vw - 1180px) / 2)) 3.2rem;
  text-align: center;
}

.team-intro-panel h1 {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 1.6rem;
  text-transform: uppercase;
}

.team-intro-panel p {
  color: rgba(255, 255, 255, 0.86);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 980px;
}

.team-intro-rule {
  background: #dedede;
  height: 4px;
  margin: 3.3rem auto 0;
  position: relative;
  width: 92px;
}

.team-intro-rule::before,
.team-intro-rule::after {
  background: #f2f2f2;
  content: "";
  height: 2px;
  position: absolute;
  top: 1px;
  width: 38px;
}

.team-intro-rule::before {
  right: 100%;
}

.team-intro-rule::after {
  left: 100%;
}

.portfolio-intro-panel {
  background: #111111;
  margin: -4rem calc(50% - 50vw) 3rem;
  padding: 3.3rem max(1.25rem, calc((100vw - 1180px) / 2)) 3rem;
  text-align: center;
}

.portfolio-intro-panel h1 {
  color: #16194a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.2vw, 5.3rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 1.8rem;
  text-transform: uppercase;
}

.portfolio-intro-panel p {
  color: rgba(255, 255, 255, 0.9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.28vw, 1.25rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 1120px;
}

.portfolio-intro-rule {
  background: #dedede;
  height: 4px;
  margin: 3.3rem auto 0;
  position: relative;
  width: 92px;
}

.portfolio-intro-rule::before,
.portfolio-intro-rule::after {
  background: #f2f2f2;
  content: "";
  height: 2px;
  position: absolute;
  top: 1px;
  width: 38px;
}

.portfolio-intro-rule::before {
  right: 100%;
}

.portfolio-intro-rule::after {
  left: 100%;
}

.portfolio-stats-band {
  background: #ffffff;
  margin: -3rem calc(50% - 50vw) 3rem;
  padding: 4.2rem max(1.25rem, calc((100vw - 1320px) / 2)) 4.8rem;
}

.portfolio-stats-band h1 {
  color: #080808;
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 5.2rem;
  text-align: center;
}

.portfolio-stats-grid {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1320px;
}

.portfolio-stat {
  align-items: center;
  display: grid;
  gap: 1.7rem;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 96px;
  padding: 0 2rem;
}

.portfolio-stat + .portfolio-stat {
  border-left: 1px solid #8a5cf6;
}

.portfolio-stat strong {
  color: #8a5cf6;
  display: block;
  font-size: clamp(4rem, 6vw, 5.8rem);
  font-weight: 900;
  line-height: 0.9;
}

.portfolio-stat span {
  color: #050505;
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.16;
}

.portfolio-companies {
  background: #ffffff;
  margin: -3rem calc(50% - 50vw) 0;
  padding: 5rem max(1.25rem, calc((100vw - 1180px) / 2)) 4.5rem;
}

.portfolio-companies h1 {
  color: #080808;
  font-size: clamp(1.7rem, 2.35vw, 2.35rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 4rem;
  text-align: center;
}

.portfolio-company-grid {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 4.5vw, 4.2rem) clamp(1.6rem, 3.4vw, 3.6rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.portfolio-company-grid-featured {
  border-bottom: 1px solid #8a5cf6;
  padding-bottom: 3.5rem;
}

.portfolio-company {
  align-items: center;
  background: transparent;
  border: 0;
  color: #172958;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 128px;
  padding: 0;
  text-align: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.portfolio-company:hover,
.portfolio-company.active {
  opacity: 0.78;
  transform: translateY(-2px);
}

.portfolio-company-logo {
  align-items: center;
  flex-direction: column;
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.4vw, 2.6rem);
  gap: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 0.95;
  max-width: 100%;
  min-height: 58px;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.portfolio-company-logo img {
  display: block;
  height: auto;
  max-height: 64px;
  max-width: min(190px, 100%);
  object-fit: contain;
}

.portfolio-company-logo.logo-on-dark img,
.portfolio-company-detail-logo.logo-on-dark img {
  background: #172958;
  border-radius: 2px;
  box-sizing: content-box;
  padding: 0.55rem 0.8rem;
}

.portfolio-company-logo.has-image .portfolio-company-logo-text {
  color: #30343d;
  display: block;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.25;
  max-width: 170px;
  text-transform: none;
}

.portfolio-company-logo.logo-failed .portfolio-company-logo-text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.4vw, 2.6rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 0.95;
  text-transform: uppercase;
}

.portfolio-company-logo.logo-failed img {
  display: none;
}

.portfolio-company:nth-of-type(3n + 1) .portfolio-company-logo {
  color: #7b7770;
}

.portfolio-company:nth-of-type(3n + 2) .portfolio-company-logo {
  color: #172958;
}

.portfolio-company:nth-of-type(3n) .portfolio-company-logo {
  color: #111111;
  font-family: var(--font-sans);
  font-weight: 950;
}

.portfolio-company-detail {
  border-bottom: 1px solid #8a5cf6;
  border-top: 1px solid #8a5cf6;
  display: none;
  gap: clamp(2.5rem, 6vw, 6rem);
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  margin: -1rem 0 0;
  padding: 3.2rem 5.5rem 3.6rem 0;
  position: relative;
}

.portfolio-company-detail.open {
  display: grid;
}

.portfolio-company-close {
  background: #ffffff;
  border: 1.5px solid #1625a3;
  cursor: pointer;
  height: 44px;
  position: absolute;
  right: 0;
  top: 3.6rem;
  width: 44px;
}

.portfolio-company-close::before,
.portfolio-company-close::after {
  background: #1625a3;
  content: "";
  height: 1.5px;
  left: 9px;
  position: absolute;
  top: 21px;
  width: 24px;
}

.portfolio-company-close::before {
  transform: rotate(45deg);
}

.portfolio-company-close::after {
  transform: rotate(-45deg);
}

.portfolio-company-detail-main {
  max-width: 640px;
}

.portfolio-company-detail-logo {
  align-items: center;
  color: #7b7770;
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 0.98;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
}

.portfolio-company-detail-logo img {
  display: block;
  height: auto;
  max-height: 64px;
  max-width: min(220px, 100%);
  object-fit: contain;
}

.portfolio-company-detail h2 {
  color: #050505;
  font-size: clamp(1.25rem, 2.2vw, 2.05rem);
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 1rem;
}

.portfolio-company-detail p {
  color: #111111;
  font-size: clamp(0.88rem, 1vw, 1rem);
  line-height: 1.45;
  margin: 0 0 1.6rem;
}

.portfolio-company-visit {
  align-items: center;
  background: #000000;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 900;
  gap: 0.75rem;
  letter-spacing: 0.01em;
  padding: 1.15rem 1.6rem;
  text-transform: uppercase;
}

.portfolio-company-facts {
  display: grid;
  gap: 1.65rem;
  margin: 0;
  padding: 0;
}

.portfolio-company-facts div {
  margin: 0;
}

.portfolio-company-facts dt {
  color: #050505;
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1;
  margin: 0 0 0.72rem;
  padding-bottom: 0.45rem;
  position: relative;
  text-transform: uppercase;
}

.portfolio-company-facts dt::after {
  background: #8a5cf6;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 68px;
}

.portfolio-company-facts dd {
  color: #050505;
  font-size: clamp(0.95rem, 1.25vw, 1.12rem);
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}

.card,
.stat-card,
.contact-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.35rem;
}

.team-card {
  color: inherit;
  display: block;
  grid-column: span 3;
  text-decoration: none;
}

.team-card:nth-child(n+9) {
  justify-self: center;
  max-width: 270px;
  width: 100%;
}

.team-card:nth-child(9),
.team-card:nth-child(12) {
  grid-column: 2 / span 3;
}

.team-card:nth-child(10),
.team-card:nth-child(13) {
  grid-column: 5 / span 3;
}

.team-card:nth-child(11),
.team-card:nth-child(14) {
  grid-column: 8 / span 3;
}

.card-icon {
  display: block;
  height: 48px;
  margin-bottom: 1rem;
  width: 48px;
}

.card-image {
  border-radius: 8px;
  display: block;
  height: 220px;
  margin: -1.35rem -1.35rem 1.1rem;
  object-fit: cover;
  width: calc(100% + 2.7rem);
}

.team-photo {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  margin: 0 0 0.75rem;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.team-card h2 {
  color: #16194a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.02;
  margin: 0 0 0.4rem;
  text-transform: uppercase;
}

.team-card p {
  color: #686868;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

.team-card:hover h2,
.team-card:focus-visible h2 {
  color: #8a5cf6;
}

.team-profile {
  background: #ffffff;
  display: grid;
  gap: 2rem;
  grid-template-columns: 340px minmax(0, 1fr) 280px;
  margin: -3.5rem calc(50% - 50vw) -3.5rem;
  min-height: 620px;
  padding: 5rem max(1.25rem, calc((100vw - 1320px) / 2));
}

.team-profile-media img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.team-profile-copy {
  padding-top: 0.3rem;
}

.team-profile-copy h1 {
  color: #16194a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 0.65rem;
  text-transform: uppercase;
}

.team-profile-title {
  color: #16194a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1.6rem;
}

.team-profile-copy p:not(.team-profile-title) {
  color: #5f5f61;
  font-size: 1.12rem;
  line-height: 1.55;
  max-width: 760px;
}

.team-profile-back {
  color: #16194a;
  display: inline-block;
  font-weight: 900;
  margin-top: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.team-profile-nav {
  border-left: 1px solid #d6d6dc;
  padding-left: 2.4rem;
}

.team-profile-nav h2 {
  color: #16194a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}

.team-profile-nav a {
  color: #5d5d60;
  display: block;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.team-profile-nav a.active {
  color: #d7d7dc;
  position: relative;
}

.team-profile-nav a.active::before {
  background: #d7d7dc;
  content: "";
  height: 4px;
  left: -2.4rem;
  position: absolute;
  top: 0.5rem;
  width: 1.8rem;
}

.stat-card strong {
  color: var(--green);
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.section-band {
  background: var(--oil);
  color: #ffffff;
  margin-top: 3rem;
  padding: 2rem;
}

.section-band p {
  color: #f0deca;
}

.split {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1.1fr 0.9fr;
  margin-top: 2.5rem;
}

.visual-panel {
  background-color: #211913;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  min-height: 320px;
}

.portfolio-profile {
  background:
    linear-gradient(125deg, transparent 0 62%, rgba(0, 0, 0, 0.025) 62% 63%, transparent 63%),
    #ffffff;
  margin: 4rem calc(50% - 50vw) 0;
  min-height: 720px;
  padding: 3.2rem max(1.25rem, calc((100vw - 1320px) / 2)) 4rem;
  position: relative;
}

.portfolio-slide {
  align-items: center;
  display: none;
  gap: 4.5rem;
  grid-template-columns: 0.9fr 1.1fr;
}

.portfolio-slide.active {
  display: grid;
}

.portfolio-portrait {
  min-height: 520px;
  position: relative;
}

.portfolio-shape {
  background: #72cdbd;
  clip-path: polygon(14% 0, 100% 0, 100% 76%, 66% 100%, 0 100%, 0 28%);
  height: 520px;
  left: 5rem;
  position: absolute;
  top: 0;
  width: 470px;
}

.portfolio-portrait img {
  bottom: 0;
  display: block;
  height: 500px;
  left: 2rem;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  width: 430px;
  z-index: 1;
}

.portfolio-portrait img.portfolio-logo-mark {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  height: auto;
  left: 4rem;
  max-height: 150px;
  object-fit: contain;
  padding: 2.2rem;
  top: 11rem;
  width: 270px;
}

.portfolio-kicker {
  color: #111111;
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1.4rem;
}

.portfolio-copy h1 {
  color: #050505;
  font-size: 2.1rem;
  font-weight: 900;
  margin: 0 0 1.7rem;
}

.portfolio-summary {
  color: #1f1f1f;
  font-size: 1.05rem;
  line-height: 1.35;
  max-width: 820px;
}

.portfolio-copy blockquote {
  color: #3c3c3c;
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1.42;
  margin: 1.6rem 0 1.4rem;
  max-width: 830px;
}

.portfolio-person {
  color: #101010;
  font-size: 1.15rem;
  line-height: 1.28;
  margin-bottom: 2.4rem;
}

.portfolio-person strong {
  font-weight: 900;
}

.portfolio-button {
  background: #000000;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  padding: 1rem 1.7rem;
  text-decoration: none;
  text-transform: uppercase;
}

.portfolio-button span {
  font-size: 1.45rem;
  line-height: 0;
  margin-left: 0.55rem;
}

.portfolio-arrow {
  background: transparent;
  color: #061a9d;
  font-size: 3rem;
  font-weight: 900;
  padding: 0;
  position: absolute;
  top: 32%;
  z-index: 3;
}

.portfolio-prev {
  left: max(1rem, calc((100vw - 1460px) / 2));
}

.portfolio-next {
  right: max(1rem, calc((100vw - 1460px) / 2));
}

.portfolio-progress {
  align-items: center;
  bottom: 2rem;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr) auto;
  left: max(1.25rem, calc((100vw - 1320px) / 2));
  position: absolute;
  right: max(1.25rem, calc((100vw - 1320px) / 2));
}

.portfolio-progress span {
  background: #eeeeee;
  display: block;
  height: 3px;
}

.portfolio-progress span.active {
  background: #8d8d8d;
}

.portfolio-progress em {
  color: #111111;
  font-size: 1.1rem;
  font-style: normal;
  margin-left: 0.6rem;
}

.what-we-do {
  background: #414d5f;
  color: #ffffff;
  margin: 0 calc(50% - 50vw);
  padding: 8rem max(1.25rem, calc((100vw - 1320px) / 2)) 8.5rem;
}

.what-heading {
  display: grid;
  gap: 4rem;
  grid-template-columns: 0.8fr 1.2fr;
  margin-bottom: 4rem;
}

.what-heading h1 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 900;
  margin: 0;
}

.what-heading p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.22rem;
  line-height: 1.35;
  margin: 0;
  max-width: 820px;
}

.strategy-grid {
  display: grid;
  gap: 3.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.strategy-card h2 {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 900;
  margin: 0 0 3.2rem;
  text-transform: uppercase;
}

.strategy-logo {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.6rem;
  line-height: 0.65;
  margin-bottom: 3rem;
}

.strategy-logo span {
  display: inline-block;
  font-size: 1.75rem;
  line-height: 1;
  margin-left: 0.35rem;
  text-transform: uppercase;
  vertical-align: middle;
}

.strategy-line {
  background: #000000;
  height: 4px;
  margin-bottom: 2rem;
  width: 100%;
}

.strategy-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
  line-height: 1.35;
  margin: 0 0 2.7rem;
  min-height: 62px;
}

.strategy-section-button {
  background: #ffffff;
  border-radius: 0;
  color: #414d5f;
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  margin-top: 3rem;
  padding: 0.9rem 2.1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.strategy-section-button:hover {
  background: #000000;
  color: #ffffff;
}

.footer-cta {
  align-items: center;
  background: #ffffff;
  display: grid;
  grid-template-columns: 34% 1fr 30%;
  margin: 0 calc(50% - 50vw);
  min-height: 340px;
  overflow: hidden;
  position: relative;
}

.footer-cta-image {
  align-self: stretch;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)),
    url('../images/cta-footer.jpeg') center/cover;
  clip-path: polygon(0 0, 72% 0, 100% 50%, 72% 100%, 0 100%);
}

.footer-cta-content {
  padding: 3rem 2rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.footer-cta-content h1 {
  color: #090909;
  font-size: 3.1rem;
  font-weight: 300;
  line-height: 1.18;
  margin: 0 0 2.8rem;
}

.footer-cta-content a {
  background: #000000;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  padding: 1rem 1.7rem;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-cta-content a span {
  font-size: 1.45rem;
  line-height: 0;
  margin-left: 0.55rem;
}

.footer-cta-mark {
  align-self: stretch;
  background: #8a5cf6;
  clip-path: polygon(38% 0, 100% 0, 100% 100%, 0 100%);
  position: relative;
}

.footer-cta-mark::before {
  border-left: 1px solid rgba(138, 92, 246, 0.6);
  content: "";
  height: 150%;
  left: 10%;
  position: absolute;
  top: -25%;
  transform: rotate(42deg);
}

.invest-areas {
  background: #ffffff;
  margin: 0 calc(50% - 50vw);
  padding: 4.5rem max(1.25rem, calc((100vw - 1320px) / 2)) 4.2rem;
}

.invest-areas-inner {
  margin: 0 auto;
  max-width: 1320px;
}

.invest-kicker {
  color: #101114;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.2rem;
  text-transform: uppercase;
}

.invest-row {
  border-top: 1px solid #72cdbd;
}

.invest-row:last-of-type {
  border-bottom: 1px solid #72cdbd;
}

.invest-row summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 1.7rem;
  grid-template-columns: 72px minmax(0, 1fr) 30px;
  list-style: none;
  min-height: 112px;
  padding: 1.35rem 0;
}

.invest-row summary::-webkit-details-marker {
  display: none;
}

.invest-row summary::after {
  border-bottom: 5px solid #0a249e;
  border-right: 5px solid #0a249e;
  content: "";
  height: 16px;
  justify-self: center;
  transform: rotate(45deg);
  width: 16px;
}

.invest-row[open] summary::after {
  transform: rotate(225deg);
}

.invest-row strong {
  color: #000000;
  font-size: clamp(2.4rem, 4.1vw, 4.6rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.invest-row p {
  color: #0f1012;
  font-size: 1.26rem;
  line-height: 1.45;
  margin: -0.3rem 0 1.8rem 100px;
  max-width: 1180px;
}

.invest-icon {
  display: block;
  height: 58px;
  position: relative;
  width: 58px;
}

.invest-upstream {
  border-bottom: 5px solid #3d4757;
}

.invest-upstream::before {
  background:
    linear-gradient(63deg, transparent 0 45%, #657aa8 46% 53%, transparent 54%),
    linear-gradient(117deg, transparent 0 45%, #657aa8 46% 53%, transparent 54%);
  content: "";
  height: 44px;
  left: 8px;
  position: absolute;
  top: 9px;
  width: 22px;
}

.invest-upstream::after {
  background: #8a5cf6;
  border-radius: 15px 15px 4px 4px;
  box-shadow: -28px 26px 0 -8px #3d4757;
  content: "";
  height: 12px;
  left: 17px;
  position: absolute;
  top: 8px;
  transform: rotate(-10deg);
  transform-origin: left center;
  width: 38px;
}

.invest-midstream {
  background: #72cdbd;
  border-radius: 50% / 16%;
  height: 50px;
  margin-top: 4px;
  width: 42px;
}

.invest-midstream::before {
  background: #657aa8;
  border-radius: 999px;
  box-shadow: 0 13px 0 #657aa8, 0 26px 0 #657aa8;
  content: "";
  height: 5px;
  left: 28px;
  position: absolute;
  top: 10px;
  width: 30px;
}

.invest-midstream::after {
  background:
    linear-gradient(90deg, transparent 0 42%, #3d4757 43% 57%, transparent 58%),
    linear-gradient(#3d4757, #3d4757);
  content: "";
  height: 17px;
  left: 42px;
  position: absolute;
  top: 30px;
  width: 16px;
}

.invest-downstream {
  background:
    linear-gradient(#657aa8, #657aa8) 4px 48px / 52px 5px no-repeat,
    linear-gradient(#657aa8, #657aa8) 10px 35px / 42px 5px no-repeat,
    linear-gradient(#657aa8, #657aa8) 17px 22px / 31px 5px no-repeat;
}

.invest-downstream::before {
  background:
    linear-gradient(90deg, #b87333 0 20%, transparent 20% 28%, #b87333 28% 48%, transparent 48% 56%, #b87333 56% 76%, transparent 76%),
    linear-gradient(180deg, #ffd7a8, #b87333);
  border-radius: 4px 4px 0 0;
  content: "";
  height: 48px;
  left: 6px;
  position: absolute;
  top: 5px;
  width: 24px;
}

.invest-downstream::after {
  background:
    radial-gradient(circle at 50% 35%, #b87333 0 7px, transparent 8px),
    linear-gradient(#3d4757, #3d4757);
  content: "";
  height: 38px;
  left: 38px;
  position: absolute;
  top: 15px;
  width: 12px;
}

.invest-transition {
  border-bottom: 5px solid #657aa8;
}

.invest-transition::before {
  background:
    radial-gradient(circle at 50% 68%, #ffffff 0 8px, transparent 9px),
    linear-gradient(135deg, #72cdbd, #8a5cf6);
  border-radius: 50% 50% 50% 6px;
  content: "";
  height: 38px;
  left: 8px;
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
  width: 38px;
}

.invest-transition::after {
  border: 4px solid #657aa8;
  border-left-color: transparent;
  border-radius: 50%;
  content: "";
  height: 42px;
  left: 6px;
  position: absolute;
  top: 1px;
  width: 42px;
}

.invest-button {
  background: #000000;
  color: #ffffff;
  display: table;
  font-size: 1.12rem;
  font-weight: 900;
  margin: 3.2rem auto 0;
  padding: 1rem 1.9rem;
  text-decoration: none;
  text-transform: uppercase;
}

.invest-button span {
  font-size: 1.6rem;
  line-height: 0;
  margin-left: 0.5rem;
}

.plain-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.plain-list li {
  margin-bottom: 0.55rem;
}

.contact-layout {
  background: #ffffff;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  margin-top: 2rem;
}

.contact-info-panel {
  background: #3f5066;
  color: #ffffff;
  padding: clamp(2.2rem, 4vw, 4.4rem);
}

.contact-info-panel h2 {
  color: #ffffff;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0 0 2rem;
}

.contact-info-rule {
  background: #8a5cf6;
  height: 6px;
  margin: 0 0 2.2rem;
  width: min(100%, 360px);
}

.contact-info-panel p {
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1rem, 1.45vw, 1.45rem);
  font-weight: 300;
  line-height: 1.35;
  margin: 0 0 1.7rem;
}

.contact-info-panel a {
  color: #ffffff;
  text-decoration: none;
}

.contact-info-panel a:hover {
  text-decoration: underline;
}

.contact-info-panel .contact-phone {
  font-weight: 700;
}

.contact-info-panel .contact-pr {
  font-size: clamp(0.9rem, 1.05vw, 1.02rem);
  line-height: 1.45;
  margin-top: 2.6rem;
}

.contact-form-panel {
  background: #ffffff;
  border: 1px solid var(--line);
  padding: clamp(2.4rem, 4.2vw, 4.5rem);
}

.contact-form-panel h2 {
  color: #111827;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 400;
  margin: 0 0 1.6rem;
}

.form-message {
  border-radius: 6px;
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
}

.form-message-success {
  background: rgba(27, 107, 87, 0.1);
  border: 1px solid rgba(27, 107, 87, 0.28);
  color: #155744;
}

.form-message-error {
  background: rgba(184, 51, 51, 0.1);
  border: 1px solid rgba(184, 51, 51, 0.25);
  color: #8b2424;
}

input,
textarea {
  border: 1px solid var(--line);
  border-radius: 6px;
  display: block;
  font: inherit;
  margin-bottom: 0.8rem;
  padding: 0.75rem;
  width: 80%;
}

button,
.button-link {
  background: var(--green);
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  font: inherit;
  font-weight: 700;
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.site-footer {
  background: #f4f4f4;
  color: #3d3d3f;
  margin-top: 0;
  padding: 4.1rem 1.25rem 3.7rem;
}

.footer-inner {
  display: grid;
  gap: 4.4rem;
  grid-template-columns: 1.7fr 0.8fr 1fr 1.35fr;
  margin: 0 auto;
  max-width: 1320px;
}

.footer-wordmark {
  color: #3a4658;
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.85rem;
  line-height: 0.95;
  margin-bottom: 3.7rem;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-brand {
  min-height: 300px;
}

.footer-signatory span {
  color: #77777a;
  display: block;
  font-size: 0.8rem;
  font-style: italic;
  margin-bottom: 0.7rem;
}

.footer-signatory img {
  display: block;
  height: auto;
  max-width: 185px;
}

.footer-column h2 {
  color: #333335;
  font-size: 0.95rem;
  font-weight: 900;
  margin: 0 0 1.8rem;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 0;
}

.footer-links a {
  color: #77777a;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
  padding: 0;
  text-transform: none;
}

.footer-links a:hover {
  color: #2f7fc0;
}

.site-footer p {
  color: #4b4b4d;
  font-size: 0.86rem;
  line-height: 1.35;
  margin: 0 0 1.25rem;
}

.footer-contact a {
  color: #77777a;
  text-decoration: none;
}

@media (max-width: 850px) {
  .top-bar {
    display: none;
  }

  .site-header {
    align-items: center;
    flex-direction: row;
    min-height: 132px;
    padding: 2.2rem 1.7rem;
    position: sticky;
  }

  .site-title {
    font-size: 4rem;
    min-width: 132px;
    z-index: 121;
  }

  .site-title::after {
    left: 62px;
    top: 39px;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
    z-index: 121;
  }

  .site-header > .site-title {
    display: inline-block;
  }

  body.menu-open .site-header > .site-title,
  body.menu-open .site-header > .menu-toggle {
    display: none;
    pointer-events: none;
  }

  .site-menu {
    align-items: stretch;
    background: #ffffff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 2.2rem 1.7rem 3rem;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
    visibility: hidden;
    width: auto;
    z-index: 120;
  }

  .site-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .site-menu-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.4rem;
  }

  .site-title-menu {
    display: inline-block;
    min-width: 132px;
  }

  .menu-toggle-close {
    display: block;
  }

  .menu-toggle-close span {
    left: 7px;
    margin: 0;
    position: absolute;
    top: 20px;
    width: 34px;
  }

  .menu-toggle-close span:first-child {
    transform: rotate(45deg);
  }

  .menu-toggle-close span:last-child {
    transform: rotate(-45deg);
  }

  .site-nav {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    justify-content: flex-start;
  }

  .site-nav a {
    background: transparent;
    color: #283a51;
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.15;
    padding: 0;
  }

  .site-nav a.investor-login-button {
    align-self: center;
    font-size: 1rem;
    margin-top: 0.75rem;
    padding: 0.9rem 1.2rem;
  }

  .page-heading {
    min-height: 250px;
    padding-top: 12rem;
  }

  .page-about .page-heading {
    min-height: calc(112vh - 132px);
  }

  .page-portfolio .page-heading {
    min-height: 360px;
  }

  .page-portfolio .page-heading::after {
    height: 38%;
    right: -26vw;
  }

  .portfolio-hero-copy {
    padding: 4rem 1.5rem 0;
  }

  .portfolio-hero-copy h1 {
    font-size: clamp(2.8rem, 15vw, 4.2rem);
  }

  .strategy-hero {
    min-height: 0;
    padding: 6rem 1.5rem 3.5rem;
  }

  .strategy-hero::before {
    display: none;
  }

  .strategy-hero::after {
    inset: 0 -42vw 0 auto;
    width: 80vw;
  }

  .strategy-hero-media {
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
    height: 220px;
    margin: -6rem -1.5rem 3rem 3.5rem;
    opacity: 0.9;
    position: relative;
    right: auto;
    top: auto;
    width: calc(100% + 3rem);
  }

  .strategy-hero-media::after {
    right: -18vw;
    width: 28vw;
  }

  .strategy-hero-kicker {
    font-size: 0.78rem;
    margin-bottom: 2rem;
  }

  .strategy-hero h1 {
    font-size: clamp(3rem, 13vw, 4.5rem);
    letter-spacing: -0.07em;
    margin-bottom: 2.2rem;
  }

  .strategy-hero p:not(.strategy-hero-kicker) {
    font-size: 1rem;
    line-height: 1.35;
  }

  .strategy-service-band {
    padding: 3.6rem 1.5rem 4rem;
  }

  .strategy-service-band h1 {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
    margin-bottom: 1.5rem;
  }

  .strategy-service-band p {
    font-size: 1.08rem;
    margin-bottom: 2.7rem;
  }

  .strategy-service-grid {
    gap: 2.2rem 1.2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 420px;
  }

  .strategy-service-icon {
    height: 82px;
    width: 82px;
  }

  .strategy-service-icon img {
    height: 58px;
    width: 58px;
  }

  .strategy-service-item strong {
    font-size: 0.86rem;
  }

  .strategy-resources {
    gap: 3rem;
    grid-template-columns: 1fr;
    padding: 4rem 1.5rem 4.5rem;
  }

  .strategy-resources-copy h1 {
    font-size: clamp(2rem, 10vw, 3rem);
    margin-bottom: 2rem;
  }

  .strategy-resources-copy p {
    font-size: clamp(1.15rem, 5.8vw, 1.65rem);
    line-height: 1.35;
  }

  .strategy-resources-copy p + p {
    margin-top: 2rem;
  }

  .strategy-resources-grid {
    gap: 2.7rem;
    grid-template-columns: 1fr;
  }

  .strategy-resource-item svg {
    height: 84px;
    margin-bottom: 1.3rem;
    width: 104px;
  }

  .strategy-resource-item h2 {
    font-size: 1.08rem;
  }

  .strategy-principles {
    padding: 3.6rem 1.5rem 4rem;
  }

  .strategy-principles-grid {
    gap: 2.8rem;
    grid-template-columns: 1fr;
  }

  .strategy-principles h2 {
    font-size: 1.05rem;
  }

  .strategy-principles p {
    font-size: 0.98rem;
  }

  .strategy-infrastructure {
    gap: 3rem;
    grid-template-columns: 1fr;
    padding: 4rem 1.5rem 4.5rem;
  }

  .strategy-infrastructure-copy h1 {
    font-size: clamp(2rem, 10vw, 3rem);
    margin-bottom: 2rem;
  }

  .strategy-infrastructure-copy p {
    font-size: clamp(1.1rem, 5.6vw, 1.58rem);
    line-height: 1.42;
  }

  .strategy-infrastructure-copy p + p {
    margin-top: 2rem;
  }

  .strategy-infrastructure-grid {
    gap: 2.8rem;
    grid-template-columns: 1fr;
  }

  .strategy-infrastructure-grid article:last-child {
    grid-column: auto;
  }

  .strategy-infrastructure-grid svg {
    height: 78px;
    width: 88px;
  }

  .strategy-infrastructure-grid h2 {
    font-size: 1.08rem;
  }

  .strategy-highlights {
    padding: 3.5rem 1.5rem 4rem;
  }

  .strategy-highlights h1 {
    font-size: 1.25rem;
    max-width: none;
  }

  .strategy-highlights-grid {
    gap: 2.3rem;
    grid-template-columns: 1fr;
  }

  .strategy-highlights ul {
    gap: 1.65rem;
  }

  .strategy-highlights li {
    font-size: 0.98rem;
    padding-left: 1.6rem;
  }

  .strategy-value-add {
    gap: 3rem;
    grid-template-columns: 1fr;
    padding: 4rem 1.5rem 4.5rem;
  }

  .strategy-value-add-copy h1 {
    font-size: clamp(2rem, 10vw, 3rem);
    margin-bottom: 2rem;
  }

  .strategy-value-add-copy p {
    font-size: clamp(1.1rem, 5.6vw, 1.58rem);
    line-height: 1.42;
  }

  .strategy-value-add-copy p + p {
    margin-top: 2rem;
  }

  .strategy-value-add-grid {
    gap: 2.8rem;
    grid-template-columns: 1fr;
  }

  .strategy-value-add-grid article:last-child {
    grid-column: auto;
  }

  .strategy-value-add-grid svg {
    height: 78px;
    width: 98px;
  }

  .strategy-value-add-grid h2 {
    font-size: 1.08rem;
  }

  .strategy-content {
    padding: 3rem 1.25rem;
  }

  .about-hero-copy {
    padding-bottom: 4rem;
  }

  .about-hero-copy h1 {
    font-size: clamp(2.7rem, 12vw, 4rem);
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about-hero-rule {
    height: 22px;
    margin-bottom: 1.8rem;
  }

  .about-hero-copy p {
    font-size: clamp(1.05rem, 5vw, 1.35rem);
    line-height: 1.45;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .page-home .page-heading {
    align-items: center;
    background-position: center;
    min-height: calc(100vh - 132px);
    padding: 5rem 1.5rem;
    text-align: center;
  }

  .home-hero-copy {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
  }

  .home-hero-copy h1 {
    font-size: clamp(3.15rem, 15vw, 5.1rem);
    line-height: 1.05;
    margin-bottom: 1.2rem;
  }

  .home-hero-copy p {
    font-size: clamp(1.35rem, 7vw, 2.25rem);
    line-height: 1.14;
    margin: 0 auto;
    max-width: 92vw;
  }

  .page-home .page-heading::after {
    display: none;
  }

  .hero-mark {
    display: none;
  }

  .hero-stats {
    bottom: 1.25rem;
  }

  .hero-stats-grid {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .hero-stat strong {
    font-size: 2.4rem;
  }

  .legacy-section {
    grid-template-columns: 1fr;
    margin: 0 -1.25rem 2rem;
    min-height: 0;
    padding: 1.25rem;
  }

  .portfolio-profile,
  .what-we-do,
  .footer-cta {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    max-width: none;
    width: auto;
  }

  .legacy-stats {
    clip-path: none;
    padding: 1rem;
  }

  .legacy-stat {
    padding: 2rem 0;
  }

  .legacy-copy {
    padding: 2.5rem 0.75rem;
  }

  .legacy-copy h1 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }

  .legacy-copy p {
    font-size: 1.05rem;
  }


  .page-heading h2 {
    font-size: 2.1rem;
  }

  h1 {
    font-size: 2rem;
  }

  .content-grid,
  .stats-grid,
  .team-grid,
  .split,
  .contact-layout,
  .footer-inner,
  .portfolio-slide {
    grid-template-columns: 1fr;
  }

  .contact-info-panel {
    padding: 2.4rem 1.7rem;
  }

  .contact-info-panel h2 {
    font-size: 2.3rem;
  }

  .contact-info-panel p {
    font-size: 1.05rem;
  }

  .team-culture {
    margin: -3.5rem -1.25rem 0;
    min-height: 0;
    padding: 3.2rem 1.5rem 3rem;
  }

  .team-culture::before {
    width: 100%;
  }

  .team-culture-media {
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 8% 100%);
    height: 170px;
    opacity: 0.35;
    width: 66vw;
  }

  .team-culture-mark {
    height: 82px;
    width: 110px;
  }

  .team-culture-kicker {
    margin-bottom: 2.6rem;
  }

  .team-culture h1 {
    font-size: clamp(2.25rem, 10vw, 3.25rem);
    line-height: 1.08;
    margin-bottom: 1.8rem;
  }

  .team-culture-bottom > p {
    font-size: 1rem;
    line-height: 1.42;
  }

  .team-culture-bottom {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .team-culture-stats {
    border-left: 0;
    border-top: 1px solid #8a5cf6;
    gap: 1.8rem;
    padding-left: 0;
    padding-top: 2rem;
  }

  .team-culture-stats span {
    font-size: 1.1rem;
  }

  .team-culture-stats strong {
    font-size: clamp(3.2rem, 16vw, 4.4rem);
  }

  .team-intro-panel {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 2.7rem 1.5rem 2.5rem;
  }

  .team-intro-panel h1 {
    font-size: clamp(1.9rem, 9vw, 2.7rem);
    line-height: 0.98;
  }

  .team-intro-panel p {
    font-size: 0.95rem;
    line-height: 1.42;
  }

  .team-intro-rule {
    margin-top: 2.2rem;
  }

  .portfolio-intro-panel {
    margin: -4rem -1.25rem 2.5rem;
    padding: 2.6rem 1.5rem 2.4rem;
  }

  .portfolio-intro-panel h1 {
    font-size: clamp(2.4rem, 12vw, 3.5rem);
  }

  .portfolio-intro-panel p {
    font-size: 0.95rem;
    line-height: 1.42;
  }

  .portfolio-intro-rule {
    margin-top: 2.2rem;
  }

  .portfolio-stats-band {
    margin: -2.5rem -1.25rem 2.5rem;
    padding: 3.2rem 1.5rem;
  }

  .portfolio-stats-band h1 {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
    margin-bottom: 3rem;
  }

  .portfolio-stats-grid {
    gap: 2rem;
    grid-template-columns: 1fr;
  }

  .portfolio-stat {
    gap: 1rem;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 0;
    text-align: center;
  }

  .portfolio-stat + .portfolio-stat {
    border-left: 0;
    border-top: 1px solid #8a5cf6;
    padding-top: 2rem;
  }

  .portfolio-stat span {
    font-size: 0.95rem;
  }

  .portfolio-companies {
    margin: -2.5rem -1.25rem 0;
    padding: 3.4rem 1.5rem 3rem;
  }

  .portfolio-companies h1 {
    font-size: clamp(1.55rem, 7vw, 2rem);
    font-weight: 300;
    margin-bottom: 2.7rem;
  }

  .portfolio-company-grid {
    gap: 2.25rem 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-company-grid-featured {
    padding-bottom: 2.6rem;
  }

  .portfolio-company {
    min-height: 92px;
  }

  .portfolio-company-logo {
    font-size: clamp(1.05rem, 6vw, 1.6rem);
  }

  .portfolio-company-detail {
    gap: 2rem;
    grid-template-columns: 1fr;
    margin: -0.4rem 0 0;
    padding: 2.5rem 0 2.8rem;
  }

  .portfolio-company-close {
    height: 40px;
    right: 0;
    top: 0;
    width: 40px;
  }

  .portfolio-company-close::before,
  .portfolio-company-close::after {
    left: 8px;
    top: 19px;
    width: 22px;
  }

  .portfolio-company-detail-logo {
    font-size: clamp(1.1rem, 6vw, 1.7rem);
    margin-bottom: 1.2rem;
    padding-right: 3.2rem;
  }

  .portfolio-company-detail h2 {
    font-size: clamp(1.2rem, 7vw, 1.8rem);
  }

  .portfolio-company-detail p {
    font-size: 0.9rem;
  }

  .portfolio-company-facts {
    gap: 1.8rem;
  }

  .portfolio-company-facts dd {
    font-size: 0.98rem;
  }

  .team-grid {
    gap: 2.4rem;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
    margin-top: 2.5rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .team-card,
  .team-card:nth-child(n+9) {
    grid-column: auto;
    justify-self: center;
    max-width: 330px;
    width: 100%;
  }

  .team-card h2 {
    font-size: 0.9rem;
    line-height: 1.05;
  }

  .team-card p {
    font-size: 0.82rem;
  }

  .team-profile {
    gap: 2rem;
    grid-template-columns: 1fr;
    margin: -3.5rem -1.25rem;
    padding: 3rem 1.5rem;
  }

  .team-profile-media img {
    max-width: 360px;
    margin: 0 auto;
  }

  .team-profile-copy h1 {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
    line-height: 1;
  }

  .team-profile-title {
    font-size: 1.3rem;
  }

  .team-profile-nav {
    border-left: 0;
    border-top: 1px solid #d6d6dc;
    padding-left: 0;
    padding-top: 2rem;
  }

  .team-profile-nav a.active::before {
    display: none;
  }

  .content-grid {
    gap: 1rem;
  }

  .about-unique {
    margin: -3.5rem -1.25rem 2.5rem;
    padding: 4rem 1.5rem;
  }

  .about-unique h1 {
    font-size: clamp(2.35rem, 11vw, 3.4rem);
    margin-bottom: 3rem;
  }

  .unique-grid {
    gap: 3rem;
    grid-template-columns: 1fr;
  }

  .unique-icon {
    margin-bottom: 1.4rem;
  }

  .unique-item h2 {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }

  .unique-item p {
    font-size: 1rem;
    max-width: 420px;
  }

  .portfolio-profile {
    margin-top: 2rem;
    min-height: 0;
    padding: 3rem 1.25rem 5.2rem;
  }

  .portfolio-slide {
    gap: 1.6rem;
  }

  .portfolio-portrait {
    min-height: 360px;
  }

  .portfolio-shape {
    height: 340px;
    left: 1.5rem;
    width: min(78vw, 330px);
  }

  .portfolio-portrait img {
    height: 330px;
    left: 0;
    width: min(74vw, 310px);
  }

  .portfolio-kicker {
    font-size: 2.25rem;
  }

  .portfolio-copy h1 {
    font-size: 1.7rem;
  }

  .portfolio-summary {
    font-size: 1rem;
  }

  .portfolio-copy blockquote {
    font-size: 1.12rem;
  }

  .portfolio-arrow {
    font-size: 2.6rem;
    top: 18rem;
  }

  .what-heading,
  .strategy-grid {
    grid-template-columns: 1fr;
  }

  .what-we-do {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .what-heading {
    gap: 1.3rem;
    margin-bottom: 2.5rem;
  }

  .what-heading h1 {
    font-size: 2.25rem;
  }

  .what-heading p,
  .strategy-card p {
    font-size: 1rem;
  }

  .strategy-grid {
    gap: 2.4rem;
  }

  .strategy-logo {
    font-size: 3rem;
    margin-bottom: 1.6rem;
  }

  .strategy-logo span {
    font-size: 1.2rem;
  }

  .strategy-card h2 {
    margin-bottom: 1.8rem;
  }

  .footer-cta {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .invest-areas {
    padding: 3.2rem 1.5rem;
  }

  .invest-row summary {
    gap: 1rem;
    grid-template-columns: 48px minmax(0, 1fr) 22px;
    min-height: 86px;
  }

  .invest-row strong {
    font-size: clamp(1.9rem, 8vw, 3rem);
  }

  .invest-icon {
    height: 44px;
    transform: scale(0.78);
    transform-origin: left center;
    width: 44px;
  }

  .invest-row p {
    font-size: 1rem;
    margin-left: 0;
  }

  .footer-cta-image,
  .footer-cta-mark {
    min-height: 180px;
  }

  .footer-cta-content h1 {
    font-size: 2.2rem;
  }

  .site-footer {
    padding-top: 3rem;
  }

  .footer-brand {
    min-height: 0;
  }

}
