.flywheel-live{
  position:absolute;
  left:0;
  top:4555px;
  z-index:3;
  width:4395px;
  height:2631px;
  overflow:hidden;
  background:#000;
  isolation:isolate;
  transform:translateZ(0);
}
.flywheel-video{
  position:absolute;
  inset:0;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  border:0;
  object-fit:cover;
  object-position:center;
  background:#000;
  pointer-events:none;
  user-select:none;
  backface-visibility:hidden;
  transform:translate3d(0,0,0) scale(1.002);
  transform-origin:center;
  will-change:transform;
}
.flywheel-foreground{
  position:absolute;
  inset:0;
  z-index:2;
  display:block;
  width:4395px;
  height:2631px;
  object-fit:fill;
  user-select:none;
  pointer-events:none;
  -webkit-user-drag:none;
}
.home-apply{left:1550px;top:19652px;width:585px;height:165px}
.home-contact{left:2250px;top:19647px;width:585px;height:180px}

/* Covers the static logo strip completely so the old and live versions never overlap. */
.institution-marquee{
  position:absolute;
  left:0;
  top:7027px;
  z-index:16;
  width:4395px;
  height:450px;
  overflow:hidden;
  background:#000;
  display:flex;
  align-items:center;
  mask-image:linear-gradient(90deg,transparent,#000 3.5%,#000 96.5%,transparent);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 3.5%,#000 96.5%,transparent);
}
.institution-track{
  display:flex;
  align-items:center;
  width:max-content;
  gap:190px;
  animation:institution-scroll 28s linear infinite;
  will-change:transform;
}
.institution-track img{
  display:block;
  width:4080px;
  height:auto;
  flex:none;
  filter:drop-shadow(0 0 10px rgba(50,130,255,.18));
}
.institution-marquee:hover .institution-track{animation-play-state:paused}
@keyframes institution-scroll{from{transform:translateX(0)}to{transform:translateX(-4270px)}}

/* Rebuilt from the reference/video dimensions. */
.venture-live{
  position:absolute;
  left:0;
  top:7627px;
  z-index:14;
  width:4395px;
  height:2700px;
  overflow:hidden;
  background:#000;
  isolation:isolate;
  font-family:"Junge",Georgia,serif;
}
.venture-background-video{
  position:absolute;
  inset:-24px;
  z-index:0;
  width:4443px;
  height:2748px;
  object-fit:cover;
  object-position:center;
  opacity:.96;
  filter:saturate(1.17) contrast(1.04);
  pointer-events:none;
}
.venture-vignette{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 82% 34%,transparent 0 29%,rgba(0,0,0,.08) 52%,rgba(0,0,0,.28) 100%),
    linear-gradient(90deg,rgba(0,0,0,.10),rgba(0,0,0,.02) 58%,rgba(0,0,0,.08));
  pointer-events:none;
}
.venture-growth-image{
  position:absolute;
  z-index:2;
  left:264px;
  top:0;
  width:1761px;
  height:1983px;
  object-fit:cover;
  border-radius:36px;
  box-shadow:0 30px 100px rgba(0,0,0,.42);
}
.venture-content{
  position:absolute;
  z-index:3;
  left:2541px;
  top:0;
  width:1590px;
}
.venture-content h2{
  margin:0 0 153px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:126px;
  line-height:1.04;
  font-weight:700;
  color:#fff;
}
.venture-content h2 span{color:#078bd0}
.venture-cards{display:flex;flex-direction:column;gap:42px}
.venture-card{
  height:288px;
  border:3px solid rgba(255,255,255,.13);
  border-radius:33px;
  background:rgba(0,0,0,.58);
  overflow:hidden;
  transition:height .30s ease,background .30s ease,box-shadow .30s ease,border-color .30s ease;
  -webkit-backdrop-filter:blur(7px);
  backdrop-filter:blur(7px);
}
.venture-card.is-active{
  height:540px;
  background:linear-gradient(135deg,rgba(0,0,0,.73),rgba(83,56,8,.74));
  border-color:rgba(229,196,120,.32);
  box-shadow:0 22px 75px rgba(0,0,0,.34),inset 0 -72px 130px rgba(161,108,16,.12);
}
.venture-card button{
  width:100%;
  height:288px;
  padding:0 105px;
  border:0;
  background:transparent;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:42px;
  text-align:left;
  cursor:pointer;
}
.venture-card strong{
  font-size:65px;
  line-height:1.12;
  font-weight:400;
  white-space:nowrap;
}
.venture-arrow{
  flex:0 0 auto;
  color:#079bdd;
  font:400 92px/1 Arial,sans-serif;
  transition:transform .25s ease,color .25s ease;
}
.venture-card.is-active .venture-arrow{color:#fff}
.venture-card p{
  margin:-20px 105px 0;
  max-width:1380px;
  font-size:42px;
  line-height:1.48;
  color:#eee;
  opacity:0;
  transform:translateY(16px);
  transition:opacity .20s ease,transform .20s ease;
}
.venture-card.is-active p{opacity:1;transform:none}
@media(hover:hover){.venture-card:hover{border-color:rgba(14,151,223,.35)}}

.outcome-carousel{
  position:absolute;
  z-index:18;
  left:2475px;
  top:16820px;
  width:1690px;
  height:980px;
  background:#000;
  outline:none;
  font-family:"Junge",Georgia,serif;
  overflow:hidden;
}
.outcome-slides{position:absolute;left:0;top:0;width:1450px;height:100%}
.outcome-slide{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:120px;
  padding-top:38px;
  opacity:0;
  transform:translateY(70px);
  transition:opacity .34s ease,transform .34s ease;
  pointer-events:none;
}
.outcome-slide.is-active{opacity:1;transform:none}
.outcome-slide>div{display:grid;grid-template-columns:520px 1fr;align-items:center;gap:70px}
.outcome-slide strong{font-family:"Playfair Display",Georgia,serif;font-size:125px;line-height:1;color:#008dce;font-weight:400}
.outcome-slide span{font-size:56px;line-height:1.15;color:#d7d7d7}
.outcome-dots{position:absolute;right:70px;top:70px;bottom:70px;width:105px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:42px}
.outcome-dots button{width:52px;height:52px;border:0;border-radius:999px;background:#444;cursor:pointer;padding:0;transition:height .24s ease,background .24s ease}
.outcome-dots button.is-active{height:180px;background:#bdbdbd}
.outcome-dots button:focus-visible{outline:7px solid #079bdd;outline-offset:8px}

/* Exact card hit boxes; the glow now follows the card corners instead of a large broken rectangle. */
.technology-hover-zone{
  position:absolute;
  z-index:22;
  left:450px;
  top:17641px;
  width:3420px;
  height:981px;
  pointer-events:none;
}
.technology-glow{
  position:absolute;
  top:0;
  width:810px;
  height:981px;
  border-radius:36px;
  pointer-events:auto;
  background:rgba(14,151,223,.001);
  transition:transform .24s ease;
}
.technology-glow::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  opacity:0;
  pointer-events:none;
  box-shadow:
    0 0 0 3px rgba(40,177,239,.22),
    0 0 30px rgba(14,151,223,.30),
    0 0 82px rgba(14,151,223,.18),
    0 28px 70px rgba(0,0,0,.42);
  transition:opacity .24s ease;
}
.technology-glow:hover,.technology-glow:focus-visible{transform:translateY(-10px)}
.technology-glow:hover::after,.technology-glow:focus-visible::after{opacity:1}
.technology-glow:focus-visible{outline:7px solid rgba(14,151,223,.78);outline-offset:8px}
.tech-ai{left:0}.tech-cyber{left:870px}.tech-health{left:1740px}.tech-fintech{left:2610px}

.home-live-footer{top:20275px}

/* v12: keep the live venture treatment inside its exact section boundary.
   The previous 2700px overlay extended into the following "Our Advantage" heading. */
.venture-live{
  top:7627px;
  height:2360px;
  background:#000;
}
.venture-background-video{
  inset:-24px;
  width:calc(100% + 48px);
  height:calc(100% + 48px);
  opacity:1;
}


/* v13: mask the complete baked-in metrics region so no blue figures can bleed through.
   The live content keeps its existing absolute alignment by being offset inside the wider mask. */
.outcome-carousel{
  left:2200px;
  width:1965px;
  background:#000;
  isolation:isolate;
}
.outcome-slides{left:275px}

/* v18 — supplied vector logo assets and exact homepage interactions. */
.institution-marquee{
  top:7027px;
  height:450px;
  background:#000;
}
.institution-track{gap:210px;animation-duration:30s}
.institution-track img{
  width:4080px;
  height:auto;
  max-height:220px;
  object-fit:contain;
  filter:none;
}
@keyframes institution-scroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-4290px,0,0)}}

.advantage-live-layer{
  position:absolute;
  inset:0;
  z-index:21;
  width:4395px;
  height:21223px;
  pointer-events:none;
}
.advantage-logo-grid{
  position:absolute;
  left:231px;
  top:10513px;
  width:1758px;
  height:1884px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:48px;
  background:#000;
}
.advantage-logo-grid img{
  display:block;
  width:1758px;
  height:1884px;
  object-fit:fill;
  image-rendering:auto;
  user-select:none;
  -webkit-user-drag:none;
}
.advantage-hover-grid{
  position:absolute;
  left:2229px;
  top:10504px;
  width:1902px;
  height:1890px;
  display:grid;
  grid-template-columns:912px 912px;
  grid-template-rows:912px 912px;
  gap:66px 78px;
  pointer-events:none;
}
.advantage-card-hover{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  border-radius:48px;
  pointer-events:auto;
  overflow:hidden;
  border:3px solid transparent;
  transform:translateZ(0);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.advantage-card-hover::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:0;
  background:
    radial-gradient(ellipse at 72% 0%,rgba(245,186,65,.56),rgba(177,111,20,.20) 36%,transparent 70%),
    linear-gradient(145deg,rgba(210,141,28,.34),rgba(33,25,14,.08) 55%,transparent 82%);
  transition:opacity .22s ease;
}
.advantage-card-hover:hover,
.advantage-card-hover:focus-visible{
  transform:translateY(-7px);
  border-color:rgba(222,175,78,.44);
  box-shadow:0 30px 80px rgba(0,0,0,.44),0 0 52px rgba(204,139,30,.18);
  outline:none;
}
.advantage-card-hover:hover::before,
.advantage-card-hover:focus-visible::before{opacity:1}

/* Full live replacement for the right side of the outcomes section. */
.outcome-carousel{
  left:2200px;
  top:14647px;
  width:1965px;
  height:2360px;
  padding:0;
  background:#000;
  overflow:hidden;
  isolation:isolate;
  font-family:"Junge",Georgia,serif;
}
.outcome-copy{
  position:absolute;
  left:165px;
  top:210px;
  width:1650px;
}
.outcome-copy h2{
  margin:0;
  color:#f4f1ed;
  font-family:"Playfair Display",Georgia,serif;
  font-size:126px;
  line-height:1.08;
  font-weight:700;
  letter-spacing:-1px;
}
.outcome-copy h2 span{color:#078fce}
.outcome-copy p{
  width:1620px;
  margin:118px 0 0;
  color:#d8d4cf;
  font-family:"Junge",Georgia,serif;
  font-size:57px;
  line-height:1.56;
  font-weight:400;
}
.outcome-slides{
  left:165px;
  top:1395px;
  width:1480px;
  height:760px;
}
.outcome-slide{
  inset:0;
  gap:112px;
  padding:0;
  justify-content:flex-start;
}
.outcome-slide>div{
  display:grid;
  grid-template-columns:520px 1fr;
  align-items:center;
  gap:60px;
  min-height:205px;
}
.outcome-slide strong{
  font-family:"Playfair Display",Georgia,serif;
  font-size:119px;
  line-height:1;
  color:#008dce;
  font-weight:400;
  white-space:nowrap;
}
.outcome-slide span{
  font-family:"Junge",Georgia,serif;
  font-size:53px;
  line-height:1.22;
  color:#d7d3ce;
}
.outcome-dots{
  right:90px;
  top:1390px;
  bottom:auto;
  width:105px;
  height:760px;
  gap:40px;
  justify-content:center;
}
.outcome-dots button{
  flex:0 0 auto;
  width:51px;
  height:51px;
  background:#454545;
}
.outcome-dots button.is-active{height:176px;background:#c2c2c2}

/* Final edge mask: cover the entire baked-in right-side outcome artwork so no
   clipped text or legacy controls remain visible at the viewport edge. */
.outcome-carousel{width:2195px}


/* v19 — larger, fully visible network logos and clean outcome image replacement. */
.institution-marquee{
  top:7027px;
  height:450px;
  background:#000;
  mask-image:none;
  -webkit-mask-image:none;
}
.institution-marquee::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:#000;
  pointer-events:none;
}
.institution-track{
  position:relative;
  z-index:1;
  gap:220px;
  animation-name:institution-scroll-v19;
  animation-duration:44s;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
}
.institution-track img{
  width:6800px;
  height:auto;
  max-height:none;
  object-fit:contain;
  flex:0 0 6800px;
  filter:none;
}
@keyframes institution-scroll-v19{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-7020px,0,0)}
}

/* Opaque wrapper completely removes the old baked-in building before placing the supplied image. */
.outcome-building-media{
  position:absolute;
  z-index:17;
  left:420px;
  top:14867px;
  width:1650px;
  height:2075px;
  overflow:hidden;
  background:#000;
  pointer-events:none;
  isolation:isolate;
}
.outcome-building-media img{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  border-radius:44px;
  image-rendering:auto;
  user-select:none;
  -webkit-user-drag:none;
}

/* v20 — exact homepage banner metrics, clean single-line header, and supplied logo wall. */
.website::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  z-index:160;
  width:4395px;
  height:10px;
  background:#000;
  pointer-events:none;
}

.hero-metrics{
  position:absolute;
  inset:0 auto auto 0;
  z-index:18;
  width:4395px;
  height:2290px;
  pointer-events:none;
  font-family:Arial,Helvetica,sans-serif;
  color:#fff;
}
.hero-metric{
  position:absolute;
  top:1866px;
  width:570px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
  text-shadow:0 5px 24px rgba(0,0,0,.88);
}
.hero-metric strong{
  display:block;
  margin:0;
  color:#fff;
  font-size:82px;
  line-height:1;
  font-weight:700;
  letter-spacing:-1.5px;
  white-space:nowrap;
}
.hero-metric span{
  display:block;
  margin-top:31px;
  color:#c9c9c9;
  font-size:38px;
  line-height:1.1;
  font-weight:400;
  white-space:nowrap;
}
.metric-aum{left:710px}
.metric-investments{left:1590px}
.metric-moic{left:2475px}
.metric-follow-on{left:3350px}

/* The live header is the only interactive header. The old screenshot hit patches
   are disabled so they cannot draw duplicate lines or boxes on hover. */
.nav-layer .header-logo,
.nav-layer .header-home,
.nav-layer .header-about,
.nav-layer .header-team,
.nav-layer .header-portfolio,
.nav-layer .header-media{display:none!important}
.site-glass-header{
  box-shadow:
    0 0 0 34px #000,
    0 30px 90px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.08)!important;
  border-width:2px!important;
}

/* Exact uploaded logo wall used as a seamless, fully opaque marquee. */
.institution-marquee{
  top:7027px;
  height:450px;
  background:#000!important;
  overflow:hidden;
  isolation:isolate;
  mask-image:none!important;
  -webkit-mask-image:none!important;
}
.institution-marquee::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:#000;
  pointer-events:none;
}
.institution-track{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:160px;
  width:max-content;
  animation:institution-scroll-v20 36s linear infinite!important;
  will-change:transform;
}
.institution-track img{
  display:block;
  flex:0 0 4395px!important;
  width:4395px!important;
  height:127px!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:fill!important;
  object-position:center!important;
  filter:none!important;
  opacity:1;
  background:#000;
  image-rendering:auto;
  -webkit-user-drag:none;
  user-select:none;
}
@keyframes institution-scroll-v20{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-4555px,0,0)}
}

/* Replaces the complete old logo panel below Our Advantage with a clean wall
   built from the exact newly supplied logos. */
.advantage-logo-grid{
  left:231px;
  top:10513px;
  width:1758px;
  height:1884px;
  padding:0;
  border:3px solid rgba(255,255,255,.16);
  border-radius:48px;
  background:#000!important;
  box-shadow:0 0 0 12px #000;
  overflow:hidden;
  isolation:isolate;
}
.advantage-logo-grid img{
  display:block;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:45px;
  background:#000;
  image-rendering:auto;
}


/* v21 — final header cleanup, exact-aligned flywheel animation, and ZIP-supplied advantage logos. */
.header-clean-mask{
  position:absolute;
  left:212px;
  top:140px;
  z-index:119;
  width:3971px;
  height:300px;
  border-radius:155px;
  background:#000;
  pointer-events:none;
}
.site-glass-header{
  background:linear-gradient(105deg,#07121d 0%,#101c26 100%)!important;
  border:0!important;
  outline:0!important;
  /* box-shadow:
    inset 0 0 0 2px rgba(157,187,208,.42),
    0 30px 90px rgba(0,0,0,.38)!important; */
}
.site-glass-header::before,
.site-glass-header::after{
  content:none!important;
  display:none!important;
}

.flywheel-video{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  display:block!important;
  width:4395px!important;
  height:2631px!important;
  object-fit:fill!important;
  object-position:center!important;
  transform:none!important;
  transform-origin:center!important;
  filter:none!important;
}
.flywheel-foreground{z-index:2}

.advantage-logo-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr));
  grid-template-rows:repeat(5,minmax(0,1fr));
  gap:36px 38px;
  align-items:stretch;
  justify-items:stretch;
  padding:72px 62px!important;
  border:2px solid rgba(255,255,255,.20)!important;
  border-radius:50px!important;
  background:
    radial-gradient(circle at 50% 42%,rgba(12,66,103,.12),transparent 62%),
    #000!important;
  box-shadow:0 0 0 14px #000, inset 0 0 75px rgba(16,121,178,.055)!important;
}
.advantage-logo-item{
  position:relative;
  grid-column:span 2;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  min-height:0;
  padding:24px 25px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.008));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
  overflow:hidden;
}
.advantage-logo-item::before{
  content:"";
  position:absolute;
  inset:12%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(225,242,255,.08),transparent 68%);
  opacity:.55;
  pointer-events:none;
}
.advantage-logo-item img{
  position:relative;
  z-index:1;
  display:block;
  width:88%!important;
  height:76%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:0!important;
  background:transparent!important;
  image-rendering:auto;
  filter:drop-shadow(0 5px 13px rgba(0,0,0,.45));
}
.advantage-logo-item.logo-contrast img{
  filter:
    drop-shadow(0 0 2px rgba(255,255,255,.82))
    drop-shadow(0 0 15px rgba(225,241,255,.24))
    drop-shadow(0 6px 14px rgba(0,0,0,.48));
}
.advantage-logo-item.logo-light img{
  filter:drop-shadow(0 0 14px rgba(73,165,255,.18)) drop-shadow(0 6px 14px rgba(0,0,0,.48));
}
.advantage-logo-item:nth-child(13),
.advantage-logo-item:nth-child(14){grid-column:span 3}

/* v22 — requested homepage artwork and interaction corrections. */
.header-clean-mask{display:none!important}
.site-glass-header{
  background:linear-gradient(110deg,rgba(10,27,42,.64),rgba(12,28,41,.43) 48%,rgba(16,32,44,.56))!important;
  border:2px solid rgba(173,210,232,.34)!important;
  /* box-shadow:0 34px 95px rgba(0,0,0,.45),0 8px 34px rgba(3,13,22,.36),inset 0 1px 0 rgba(255,255,255,.17),inset 0 -1px 0 rgba(113,181,221,.10)!important; */
}
.site-glass-header::before,.site-glass-header::after{display:block!important}

.hero-live{
  position:absolute;
  left:0;
  top:430px;
  z-index:8;
  width:4395px;
  height:1900px;
  overflow:hidden;
  background:#000;
  isolation:isolate;
  font-family:"Playfair Display",Georgia,serif;
  pointer-events:none;
}
.hero-world-map{
  position:absolute;
  inset:0;
  z-index:0;
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center center;
  user-select:none;
  -webkit-user-drag:none;
  pointer-events:none;
}
.hero-live::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(180deg,#000 0,transparent 12%,transparent 82%,rgba(0,0,0,.10) 100%);
}
.hero-copy{
  position:absolute;
  left:280px;
  right:280px;
  top:245px;
  z-index:2;
  color:#f5f2ee;
  text-align:center;
  text-shadow:0 9px 34px rgba(0,0,0,.92);
}
.hero-copy h1{
  margin:0;
  font-size:126px;
  line-height:1.08;
  font-weight:700;
  letter-spacing:-1px;
  white-space:nowrap;
}
.hero-copy h1 span{color:#078fce}
.hero-copy p{
  margin:245px 0 0;
  font-family:"Junge",Georgia,serif;
  font-size:68px;
  line-height:1.47;
  font-weight:400;
  color:#e6e3df;
}
.hero-metrics{z-index:19!important}

/* The supplied performance-philosophy card now glows only inside its own rounded boundary. */
.philosophy-card-hover{
  position:absolute;
  left:231px;
  top:3254px;
  z-index:20;
  width:1458px;
  height:1306px;
  border-radius:50px;
  overflow:hidden;
  pointer-events:auto;
  outline:none;
  transform:translateZ(0);
}
.philosophy-card-hover::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  opacity:0;
  pointer-events:none;
  background:
    radial-gradient(ellipse at 78% 5%,rgba(244,184,61,.46),rgba(167,103,15,.15) 38%,transparent 70%),
    linear-gradient(145deg,rgba(210,141,28,.12),transparent 58%);
  box-shadow:
    inset 0 0 0 3px rgba(224,177,78,.35),
    inset 0 0 80px rgba(211,145,31,.14),
    inset 0 54px 125px rgba(224,165,42,.10);
  transition:opacity .26s ease;
}
.philosophy-card-hover:hover::before,
.philosophy-card-hover:focus-visible::before{opacity:1}
.philosophy-card-hover:focus-visible{box-shadow:inset 0 0 0 7px rgba(14,151,223,.72)}

/* Prevent the animated flywheel line from showing through the Corporate Co-Investment check block. */
.flywheel-check-mask{
  position:absolute;
  left:3240px;
  top:843px;
  z-index:2;
  width:310px;
  height:310px;
  border-radius:34px;
  background:#020719;
  box-shadow:inset 0 0 0 3px rgba(45,75,130,.34),0 0 30px rgba(0,0,0,.62);
  pointer-events:none;
}
.flywheel-foreground{z-index:3!important}

/* All hover illumination in Our Advantage is clipped inside each card. */
.advantage-card-hover{
  overflow:hidden!important;
  transform:none!important;
  box-shadow:inset 0 0 0 0 rgba(0,0,0,0)!important;
}
.advantage-card-hover::before{
  inset:0!important;
  border-radius:inherit!important;
  background:
    radial-gradient(ellipse at 72% 0%,rgba(245,186,65,.54),rgba(177,111,20,.18) 36%,transparent 70%),
    linear-gradient(145deg,rgba(210,141,28,.25),rgba(33,25,14,.06) 55%,transparent 82%)!important;
  box-shadow:inset 0 0 0 3px rgba(222,175,78,.38),inset 0 0 74px rgba(204,139,30,.15)!important;
}
.advantage-card-hover:hover,
.advantage-card-hover:focus-visible{
  transform:none!important;
  border-color:transparent!important;
  box-shadow:inset 0 0 0 3px rgba(222,175,78,.38),inset 0 0 74px rgba(204,139,30,.15)!important;
}

.stronger-together-live{
  position:absolute;
  left:0;
  top:12557px;
  z-index:23;
  width:4395px;
  height:2090px;
  overflow:hidden;
  background:#000;
  isolation:isolate;
  color:#f4f1ed;
  font-family:"Junge",Georgia,serif;
}
.stronger-together-live h2{
  position:absolute;
  left:0;
  right:0;
  top:70px;
  z-index:4;
  margin:0;
  text-align:center;
  font-family:"Playfair Display",Georgia,serif;
  font-size:112px;
  line-height:1;
  font-weight:700;
}
.stronger-together-live h2 span{color:#078fce}
.stronger-subtitle{
  position:absolute;
  left:0;
  right:0;
  top:280px;
  z-index:4;
  margin:0;
  text-align:center;
  font-size:57px;
  line-height:1.1;
  color:#d9d5d1;
}
.stronger-sunrise{
  position:absolute;
  left:0;
  top:520px;
  z-index:1;
  display:block;
  width:4395px;
  height:auto;
  object-fit:contain;
  pointer-events:none;
  user-select:none;
  -webkit-user-drag:none;
}
.stronger-cards{position:absolute;inset:0;z-index:3}
.stronger-card{
  position:absolute;
  width:1030px;
  height:900px;
  overflow:hidden;
  border:3px solid rgba(255,255,255,.18);
  border-radius:50px;
  background:linear-gradient(145deg,rgba(35,35,35,.78),rgba(20,20,20,.88));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.075),0 30px 90px rgba(0,0,0,.34);
  -webkit-backdrop-filter:blur(22px) saturate(120%);
  backdrop-filter:blur(22px) saturate(120%);
}
.stronger-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(155deg,rgba(255,255,255,.025),transparent 42%);
}
.stronger-card-left{left:550px;top:735px}
.stronger-card-center{left:1683px;top:605px}
.stronger-card-right{left:2815px;top:735px}
.stronger-icon{
  position:absolute;
  left:115px;
  top:115px;
  display:grid;
  place-items:center;
  width:150px;
  height:150px;
  border-radius:50%;
  background:#363636;
  color:#fff;
}
.stronger-icon svg{width:78px;height:78px;fill:none;stroke:currentColor;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}
.stronger-card p{
  position:absolute;
  left:115px;
  right:75px;
  bottom:105px;
  margin:0;
  color:#e5e1dc;
  font-size:58px;
  line-height:1.42;
}
.outcome-building-media img{object-position:center center!important}
/* The line artefact is removed directly from flywheel-foreground-clean.png. */
.flywheel-check-mask{display:none!important}


/* 2026-06-22 full-width homepage hero artwork. */
.hero-live{background:#000!important}
.hero-world-map{
  left:0!important;
  top:0!important;
  width:4395px!important;
  height:1900px!important;
  object-fit:cover!important;
  object-position:center center!important;
}

/* v70: live homepage philosophy-card copy.
   Exact wording: “Scales & Sales™,”. The cover hides the baked text while
   preserving the original card art, rounded boundary, hover glow and focus state. */
.philosophy-card-hover::after{
  content:"";
  position:absolute;
  left:3px;
  right:3px;
  top:278px;
  bottom:3px;
  z-index:1;
  border-radius:0 0 47px 47px;
  pointer-events:none;
  background:
    radial-gradient(ellipse at 98% 8%,rgba(99,54,13,.30) 0%,rgba(62,38,17,.18) 28%,transparent 58%),
    linear-gradient(98deg,#191919 0%,#171717 58%,#171513 83%,#241a11 100%);
  -webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 94px,#000 100%);
  mask-image:linear-gradient(to bottom,transparent 0,#000 94px,#000 100%);
}
.philosophy-card-hover::before{z-index:4}
.philosophy-card-copy{
  position:absolute;
  left:80px;
  top:357px;
  z-index:2;
  width:1315px;
  margin:0;
  color:#e9e6e1;
  font-family:"Junge",Georgia,"Times New Roman",serif;
  font-size:69px;
  line-height:1.51;
  font-weight:400;
  letter-spacing:0;
  word-spacing:normal;
  font-kerning:normal;
  font-variant-ligatures:common-ligatures;
  text-shadow:0 2px 2px rgba(0,0,0,.52);
  pointer-events:none;
  user-select:none;
}
.philosophy-card-copy .copy-line{
  display:block;
  white-space:nowrap;
  word-spacing:normal;
}
.philosophy-card-copy .inline-tm{
  display:inline-block;
  margin-left:.16em;
  margin-right:0;
  color:#8b8884;
  font-family:Arial,Helvetica,sans-serif;
  font-size:.40em;
  line-height:1;
  font-weight:600;
  letter-spacing:0;
  word-spacing:0;
  vertical-align:super;
  transform:translateY(-.035em);
  transform-origin:center;
}


/* v72: make the ampersand in “Scales & Sales™” unmistakably visible.
   Junge uses an historical “Et” shaped ampersand, so this character alone
   uses a conventional serif glyph while the rest of the copy keeps the
   original typography and hover treatment. */
.philosophy-card-copy .literal-amp{
  display:inline-block;
  margin:0 .045em;
  color:inherit;
  font-family:Arial,Helvetica,sans-serif;
  font-size:.84em;
  font-style:normal;
  font-weight:400;
  line-height:1;
  letter-spacing:0;
  word-spacing:0;
  vertical-align:.015em;
  transform:none;
}
.philosophy-card-copy .phrase-comma{
  display:inline;
  margin-left:-.015em;
}


/* v73 — removed the four-card AIRLINQ / DEEPINSTINCT / CORNAMI / CENSIA strip.
   The 773px source-image band was deleted and every subsequent homepage layer
   was moved upward by the same amount, preserving all existing interactions. */


/* 2026-06-24: high-resolution uploaded institution logo marquee (desktop). */
.institution-marquee.logo-marquee-v3{
  height:450px!important;
  padding:0!important;
  background:#020405!important;
  overflow:hidden!important;
  isolation:isolate;
}
.institution-marquee.logo-marquee-v3::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    radial-gradient(circle at 50% 50%,rgba(10,132,188,.07),transparent 58%),
    #020405;
  pointer-events:none;
}
.institution-marquee.logo-marquee-v3::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:linear-gradient(90deg,#020405 0,transparent 2.8%,transparent 97.2%,#020405 100%);
}
.logo-marquee-v3 .institution-track{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  align-items:center!important;
  width:max-content!important;
  height:100%!important;
  gap:0!important;
  animation:institution-scroll-uploaded-v3 52s linear infinite!important;
  will-change:transform;
  backface-visibility:hidden;
  transform:translate3d(0,0,0);
}
.logo-marquee-v3 .institution-logo-group{
  display:flex;
  flex:none;
  align-items:center;
  gap:110px;
  padding-right:110px;
}
.logo-marquee-v3 .institution-logo-card{
  --logo-card-width:680px;
  position:relative;
  display:grid;
  place-items:center;
  flex:0 0 var(--logo-card-width);
  width:var(--logo-card-width);
  height:250px;
  padding:34px 46px;
  box-sizing:border-box;
  overflow:hidden;
  border:2px solid rgba(8,157,221,.34);
  border-radius:40px;
  box-shadow:0 20px 60px rgba(0,0,0,.34),0 0 34px rgba(8,157,221,.08);
}
.logo-marquee-v3 .institution-logo-card--light{
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(235,239,242,.96));
}
.logo-marquee-v3 .institution-logo-card--dark{
  background:linear-gradient(145deg,rgba(12,31,43,.98),rgba(4,15,22,.98));
}
.logo-marquee-v3 .institution-logo-card--compact{--logo-card-width:570px}
.logo-marquee-v3 .institution-logo-card--wide{--logo-card-width:860px}
.logo-marquee-v3 .institution-logo-card--tall{--logo-card-width:520px}
.logo-marquee-v3 .institution-logo-card img{
  display:block!important;
  flex:none!important;
  width:auto!important;
  height:auto!important;
  max-width:90%!important;
  max-height:170px!important;
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
  opacity:1!important;
  filter:drop-shadow(0 5px 10px rgba(0,0,0,.12))!important;
  transform:translateZ(0);
  image-rendering:auto!important;
  -webkit-user-drag:none;
  user-select:none;
}
.logo-marquee-v3 .institution-logo-card--dark img{
  filter:drop-shadow(0 0 15px rgba(123,211,255,.12))!important;
}
.logo-marquee-v3:hover .institution-track{animation-play-state:paused!important}
@keyframes institution-scroll-uploaded-v3{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
