@font-face {
  font-family: syntheSans;
  src: url("https://www.synthesis.capital/_next/static/media/SyntheSans_Slim-s.p.0gasm4s7b5._b.woff2?dpl=dpl_6QpTQUU6GUTe9mix7Zc1zJqCqUdZ") format("woff2");
  font-weight: 400 600;
  font-display: swap;
}

@font-face {
  font-family: syntheSans;
  src: url("https://www.synthesis.capital/_next/static/media/SyntheSans_Neutral-s.p.0-g33vfxg1u6x.woff2?dpl=dpl_6QpTQUU6GUTe9mix7Zc1zJqCqUdZ") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #120a59;
  --muted: #8b88b2;
  --white: #ffffff;
  --lime: #d7ff3f;
  --magenta: #ef0053;
  --blue: #a5d6f7;
  --yellow: #ffeb44;
  --pink: #f8b7f4;
  --pale: #dfff73;
  --grey: #e9e9e9;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: syntheSans, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0;
}

@media (hover: hover) and (pointer: fine) {
  body {
    cursor: none;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

img,
video {
  display: block;
  max-width: 100%;
}

main {
  position: relative;
  z-index: 1;
  margin: 0 0 390px;
  padding: 90px 0 20px;
  background: var(--white);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 6px -1px, rgba(0, 0, 0, 0.1) 0 2px 4px -2px;
}

main section {
  max-width: 1650px;
}

.site-header {
  position: fixed;
  top: 12px;
  right: 40px;
  left: 40px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 60px;
  margin: 0;
  padding: 15px 40px;
  border-radius: 0;
  color: var(--ink);
  transition: background-color 260ms ease, box-shadow 260ms ease, border-radius 260ms ease, backdrop-filter 260ms ease;
}

.site-header.is-scrolled,
.site-header.menu-open {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: rgba(18, 10, 89, 0.08) 0 12px 34px;
  backdrop-filter: blur(22px);
}

.logo-link {
  display: flex;
  align-items: center;
  height: 30px;
}

.logo-desktop {
  width: 198.45px;
  height: 30px;
}

.logo-mobile {
  display: none;
}

.site-nav {
  position: relative;
  display: flex;
}

.site-nav ul,
.footer-nav ul,
.footer-bottom ul {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: rgba(18, 10, 89, 0.72);
  transition: color 180ms ease;
}

.site-nav a:hover {
  color: var(--ink);
}

.menu-button {
  display: none;
}

.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: 537px 537px 150px;
  gap: 40px 5%;
  height: 2147.81px;
  margin: -80px auto 90px;
  padding: 0 40px;
  overflow: visible;
}

.hero-main {
  position: relative;
  width: 537px;
  height: 2147.81px;
}

.hero-intro {
  position: absolute;
  top: 222px;
  left: 0;
  width: 537px;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

h1 {
  width: 537px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.large-link {
  display: flex;
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.hero-copy {
  position: absolute;
  top: 952.44px;
  left: 0;
  width: 400px;
  font-size: 16px;
  line-height: 19.2px;
}

.dot-copy {
  position: relative;
  padding-left: 20px;
}

.dot-copy::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--lime);
  content: "";
}

.hero-stack {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 537px;
  height: auto;
  margin: auto 0;
}

.hero-item {
  display: block;
  width: 30%;
  color: inherit;
  text-decoration: none;
  transform-origin: 50% 50%;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.hero-image-outer {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  opacity: 0;
  overflow: hidden;
  transform: translate(30px);
  transition: all 1s;
}

.hero-stack.is-mounted .hero-image-outer {
  opacity: 1;
  transform: translate(0);
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: all 0.3s;
}

.hero-item:hover .hero-img {
  filter: brightness(1.2);
  transform: scale(1);
}

.company-notes {
  position: absolute;
  top: 514px;
  left: 1250px;
  width: 150px;
  height: 100px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.company-notes span {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 150%;
  opacity: 0;
  transform: translateY(-50%) translate(10px);
  transition: all 0.3s;
}

.company-notes span.active {
  opacity: 1;
  transform: translateY(-50%) translate(0);
}

.mobile-portfolio {
  display: none;
}

.opportunity {
  position: relative;
  display: grid;
  grid-template-columns: 700px 1fr;
  min-height: 775.19px;
  margin: 90px auto;
  padding: 80px 40px;
}

.eyebrow {
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.opportunity h2,
.team-intro h2 {
  width: 700px;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.opportunity-body {
  width: 430px;
  margin-top: 330px;
  font-size: 20px;
  line-height: 23px;
}

.orbit-stage {
  position: relative;
  width: 520px;
  height: 615.19px;
  overflow: hidden;
}

.orbit {
  position: absolute;
  top: 180px;
  left: 70px;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(18, 10, 89, 0.58);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 999px;
  transform-origin: 50% 100%;
  will-change: height;
}

.orbit-img {
  position: absolute;
  width: 204px;
  height: 272px;
  object-fit: cover;
  transform: translate(-50%, -50%);
  will-change: top, left, transform;
}

.orbit-fire {
  top: 40%;
  left: 55%;
}

.orbit-earth {
  top: 55%;
  left: 40%;
}

.portfolio-feature {
  position: relative;
  display: block;
  margin: 90px auto;
  padding: 0 40px;
}

.feature-intro {
  display: flex;
  flex-direction: column;
  width: 450px;
  margin-left: 710px;
  margin-bottom: 17px;
  gap: 16px;
}

.feature-intro p {
  font-size: 20px;
  line-height: 23px;
}

.feature-intro a {
  display: flex;
  font-size: 16px;
  line-height: 19.2px;
}

.feature-card {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
  color: var(--white);
}

.feature-video,
.feature-diagram,
.feature-shade {
  position: absolute;
  inset: 0;
}

.feature-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.45) saturate(0.55);
  transform-origin: 50% 50%;
  will-change: transform;
}

.feature-diagram {
  top: 0;
  left: 25%;
  width: 50%;
  height: 100%;
  object-fit: contain;
  opacity: 0.9;
  pointer-events: none;
  transform-origin: 50% 50%;
  will-change: opacity, transform;
}

.feature-shade {
  background: rgba(18, 10, 89, 0.23);
}

.feature-list {
  position: absolute;
  top: 32px;
  left: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feature-list span {
  margin-bottom: 23px;
  color: var(--white);
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 1px;
}

.feature-list button {
  position: relative;
  display: block;
  margin: 0;
  padding: 4px 0 4px 20px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.52);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}

.feature-list button::before,
.feature-caption::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--lime);
  content: "";
  opacity: 0;
}

.feature-list button.active {
  color: var(--white);
}

.feature-list button.active::before {
  opacity: 1;
}

.feature-caption {
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: 450px;
  color: var(--white);
  font-size: 18px;
  line-height: 28.8px;
}

.feature-caption::before {
  top: 8px;
  opacity: 1;
}

.feature-mobile-slider {
  display: none;
}

.team-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 707.19px) 380.81px;
  justify-content: space-between;
  height: 580.81px;
  margin: 90px auto;
  padding: 0 40px;
  gap: 20px 20%;
}

.team-intro {
  padding-top: 110px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 128px);
  grid-auto-rows: 128px;
  gap: 28px 36px;
  align-content: center;
  justify-content: end;
  padding: 100px 0;
}

.team-tile {
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  border-radius: 7px;
  overflow: hidden;
  animation: memberPulse 4500ms linear infinite;
  will-change: opacity, transform;
}

.team-tile:nth-child(2),
.team-tile:nth-child(7) { animation-delay: 1000ms; }

.team-tile:nth-child(5),
.team-tile:nth-child(6),
.team-tile:nth-child(9) { animation-delay: 2000ms; }

.team-tile:nth-child(3),
.team-tile:nth-child(4),
.team-tile:nth-child(8) { animation-delay: 4000ms; }

.team-tile img {
  width: 76%;
  height: 76%;
  object-fit: cover;
  object-position: 50% 0%;
  clip-path: polygon(50% 0, 92% 25%, 92% 75%, 50% 100%, 8% 75%, 8% 25%);
  opacity: 0.88;
}

.magenta { background: var(--magenta); }
.blue { background: var(--blue); }
.lime { background: var(--lime); }
.yellow { background: var(--yellow); }
.pink { background: #f28ab7; }
.pale { background: #dfff77; }

.quote-showcase {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 476.81px;
  margin: 90px auto;
  padding: 100px 40px;
  gap: 30px;
}

.quote-image {
  width: 180px;
  height: 180px;
  margin-left: 190px;
  overflow: hidden;
  opacity: 0;
  clip-path: polygon(50% 0, 92% 25%, 92% 75%, 50% 100%, 8% 75%, 8% 25%);
  transform: translate(-200%);
  transition: all 1.2s;
  will-change: opacity, transform;
}

.quote-showcase.visible .quote-image {
  opacity: 1;
  transform: translate(0);
}

.quote-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-main {
  display: grid;
  width: 600px;
  margin-left: auto;
  gap: 20px;
}

.quote-main h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 45.6px;
}

.quote-main p {
  color: var(--muted);
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.quote-mobile-img,
.quote-mobile-text {
  display: none;
}

.focus-section {
  position: relative;
  display: block;
  margin: 90px auto;
  padding: 0 40px;
}

.focus-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20%;
  width: 100%;
  max-width: 1140px;
  min-height: 245.56px;
  margin-bottom: 60px;
}

.focus-intro .eyebrow,
.insights-intro .eyebrow {
  margin: 0;
}

.focus-intro .eyebrow {
  grid-column: span 2;
  margin-bottom: 24px;
}

.focus-main {
  display: grid;
  grid-column: 1;
  gap: 20px;
  width: 456px;
}

.focus-intro h4,
.insights-intro h4 {
  width: 100%;
  max-width: 500px;
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
}

.icon-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 456px;
  height: 38px;
  font-size: 16px;
  line-height: 19.2px;
}

.icon-link img {
  width: 38px;
  height: 38px;
}

.focus-tiles {
  display: flex;
  gap: 15px;
  width: 100%;
  padding-bottom: 30px;
  overflow: hidden;
}

.focus-tile {
  position: relative;
  display: flex;
  flex: 0 0 calc((100% - 45px) / 4);
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 3 / 4;
  height: auto;
  padding: 28px;
  border-radius: 8px;
  opacity: 0;
  overflow: hidden;
  transform: translateY(40px);
  transform-origin: 50% 50%;
  transition: all 1s 1s;
  will-change: opacity, transform;
}

.focus-section.visible .focus-tile {
  opacity: 1;
  transform: translateY(0);
}

.focus-tile h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
}

.focus-tile p {
  margin-top: auto;
  font-size: 20px;
  line-height: 23px;
}

.focus-tile svg {
  position: absolute;
  top: 130px;
  left: 76px;
  width: 180px;
  height: 150px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.focus-tile text {
  fill: var(--ink);
  stroke: none;
  font-size: 32px;
}

.tile-series { order: 1; background: var(--blue); }
.tile-years { order: 2; background: var(--grey); }
.tile-money { order: 3; background: var(--pink); }

.insights-section {
  position: relative;
  display: grid;
  margin: 90px auto;
  padding: 0 40px;
  gap: 60px;
}

.insights-intro {
  display: grid;
  gap: 15px;
  width: 1360px;
  min-height: 154.38px;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 320px);
  gap: 20px;
  width: 1000px;
  margin-left: 180px;
}

.article-card {
  position: relative;
  display: grid;
  width: 320px;
  min-height: 504.66px;
  color: var(--ink);
  transform-origin: 50% 50%;
  will-change: opacity, transform;
}

.article-card img {
  width: 320px;
  height: 439.46px;
  object-fit: cover;
  transform: scale(1.03);
  transform-origin: center;
  transition: all 0.3s;
}

.article-card:hover img {
  opacity: 0.8;
  transform: scale(1);
}

.article-card span {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 7px 13px 6px;
  border-radius: 4px;
  background: var(--blue);
  color: var(--ink);
  font-size: 14px;
  line-height: 16.8px;
}

.article-card h4 {
  width: 300px;
  margin: 13px 10px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.footer-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 488.59px;
  min-height: 488.59px;
  width: calc(100% - 80px);
  margin: 40px auto;
  padding: 160px 40px;
  gap: 80px;
  border-radius: 16px;
  overflow: hidden;
  color: var(--white);
}

.footer-cta video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: 50% 50%;
  will-change: transform;
}

.footer-cta::after {
  position: absolute;
  inset: 0;
  background: rgba(18, 10, 89, 0.08);
  content: "";
}

.cta-content {
  position: relative;
  z-index: 1;
  width: 800px;
  height: 168.594px;
  will-change: opacity, transform;
}

.cta-content h3 {
  height: 45.594px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 45.6px;
  text-align: center;
  white-space: nowrap;
}

.cta-content form {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
}

.cta-content label {
  display: grid;
  width: 460px;
  gap: 12px;
}

.cta-content span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 16.8px;
}

.cta-content input {
  width: 100%;
  height: 37px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  color: var(--white);
  outline: 0;
}

.cta-content button {
  width: 39px;
  height: 39px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  height: 385.98px;
  padding: 40px;
  gap: 16px;
  background: var(--ink);
  color: var(--white);
}

.footer-logo {
  grid-column: span 4 / span 4;
  display: flex;
  width: auto;
  height: auto;
}

.footer-logo img {
  width: 334.66px;
  height: 139.98px;
}

.footer-nav {
  grid-column: 8 / span 5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: auto;
}

.footer-nav ul {
  display: block;
}

.footer-nav li {
  margin-bottom: 6px;
}

.footer-nav a,
.footer-bottom a {
  display: flex;
  color: var(--white);
  font-size: 18px;
  line-height: 21.6px;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  align-items: start;
  margin-top: 60px;
  min-height: 90px;
}

.footer-left {
  grid-column: span 6 / span 6;
  display: flex;
  gap: 16px;
}

.footer-address {
  min-width: 220px;
  line-height: 1.25;
}

.footer-socials {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-right {
  grid-column: 8 / span 5;
}

.footer-address,
.footer-socials li {
  font-size: 18px;
  line-height: 21.6px;
}

.footer-bottom ul {
  display: flex;
}

.footer-disclaimer {
  font-size: 12px;
  line-height: 14.4px;
}

.footer-disclaimer + .footer-disclaimer {
  margin-top: 18px;
}

@media (max-width: 1260px) {
  main {
    margin-bottom: 0;
    box-shadow: none;
  }

  .site-footer {
    position: relative;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 608.19px;
    padding: 40px 20px;
    gap: 30px;
  }

  .footer-logo {
    grid-column: span 1;
    width: 200px;
  }

  .footer-logo img {
    width: 200px;
    height: 83.64px;
  }

  .footer-nav {
    grid-column: 1;
    grid-template-columns: 1fr 1fr;
    width: 350px;
  }

  .footer-nav a,
  .footer-bottom a {
    padding: 5px 0;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    width: 350px;
    margin-top: 0;
    gap: 16px;
  }

  .footer-left,
  .footer-right {
    grid-column: 1;
  }
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  width: 1px;
  height: 1px;
  color: var(--ink);
  pointer-events: none;
  transform: translate3d(-100px, -100px, 0);
  transition: none;
}

.custom-cursor img {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 50px;
  height: 50px;
  max-width: none;
  transform: scale(var(--cursor-scale, 0.5));
  transform-origin: 50% 50%;
  transition: transform 0.3s, opacity 0.3s;
}

.custom-cursor span {
  position: absolute;
  top: 50%;
  right: 35px;
  display: none;
  color: var(--ink);
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  white-space: nowrap;
  transform: translateY(-50%);
  transition: color 0.3s;
}

.custom-cursor.is-active {
  --cursor-scale: 1;
}

.custom-cursor.is-active span {
  display: block;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes noteCycle {
  0%, 8% { opacity: 1; }
  14%, 100% { opacity: 0; }
}

@keyframes memberPulse {
  0%, 10% {
    opacity: 0;
    transform: scale(0.9);
  }
  20%, 80% {
    opacity: 1;
    transform: scale(1);
  }
  90%, 100% {
    opacity: 0;
    transform: scale(0.9);
  }
}

@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }

  main {
    margin: 0;
    padding: 90px 0 20px;
    box-shadow: none;
  }

  .site-header {
    top: 12px;
    right: 20px;
    left: 20px;
    height: 65px;
    padding: 15px 20px;
  }

  .site-header.is-scrolled,
  .site-header.menu-open {
    border-radius: 34px;
  }

  .logo-link {
    width: 81.28px;
    height: 34px;
  }

  .logo-desktop {
    display: none;
  }

  .logo-mobile {
    display: block;
    width: 81.28px;
    height: 34px;
  }

  .menu-button {
    position: relative;
    z-index: 2;
    display: block;
    width: 82px;
    height: 35px;
    padding: 0;
    border: 0;
    border-radius: 18px;
    background: var(--ink);
    color: var(--white);
    font-size: 16px;
    line-height: 19.2px;
    cursor: pointer;
  }

  .site-nav {
    position: absolute;
    top: -36px;
    right: -27.8px;
    left: -27.8px;
    display: grid;
    height: 1248px;
    margin-left: -40px;
    padding-top: 90px;
    background: rgba(255, 255, 255, 0.86);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 220ms ease, transform 220ms ease;
    backdrop-filter: blur(18px);
  }

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

  .site-nav ul {
    display: grid;
    gap: 0;
    width: 405.6px;
    height: 1154.4px;
    padding: 0;
  }

  .site-nav li {
    position: relative;
    display: flex;
    height: 72.59px;
    padding-left: 20px;
  }

  .site-nav li::before {
    position: absolute;
    top: 31px;
    left: 0;
    width: 10.4px;
    height: 10.4px;
    border-radius: 999px;
    background: var(--lime);
    content: "";
  }

  .site-nav a {
    padding: 20px 20px 20px 10px;
    font-size: 24px;
    line-height: 28.8px;
    color: var(--ink);
  }

  .home-hero {
    grid-template-columns: 1fr;
    height: 981px;
    margin: -90px 0 90px;
    padding: 120px 20px 0;
  }

  .hero-main {
    width: 350px;
    height: 351px;
  }

  .hero-intro {
    top: 0;
    width: 350px;
  }

  h1 {
    width: 350px;
    font-size: 57px;
    line-height: 57px;
  }

  .hero-copy {
    top: 235px;
    width: 350px;
    font-size: 20px;
    line-height: 24px;
  }

  .hero-stack,
  .company-notes {
    display: none;
  }

  .mobile-portfolio {
    position: absolute;
    top: 511px;
    left: 20px;
    display: block;
    width: 350px;
    max-width: 400px;
    height: 370px;
    margin: 0 auto 100px;
  }

  .mobile-card {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 70%;
    aspect-ratio: 3 / 4;
    border-radius: 8px;
    opacity: 0;
    overflow: hidden;
    transform-origin: 50% 50%;
    will-change: transform, opacity;
  }

  .mobile-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .opportunity {
    grid-template-columns: 1fr;
    min-height: 737.84px;
    margin: 90px 0;
    padding: 20px;
  }

  .eyebrow {
    margin-bottom: 20px;
  }

  .opportunity h2,
  .team-intro h2 {
    width: 350px;
    font-size: 40px;
    line-height: 44px;
  }

  .opportunity-body {
    width: 350px;
    margin-top: 330px;
    font-size: 16px;
    line-height: 19.2px;
  }

  .orbit-stage {
    position: absolute;
    top: 286px;
    left: 20px;
    width: 350px;
    height: 350px;
  }

  .orbit {
    top: 72px;
    left: 90px;
    width: 210px;
    height: 210px;
  }

  .orbit-img {
    width: 140px;
    height: 186.66px;
  }

  .orbit-fire {
    top: 72px;
    left: 114px;
  }

  .orbit-earth {
    top: 109px;
    left: 81px;
  }

  .portfolio-feature {
    margin: 90px 0;
    padding: 0 20px;
  }

  .feature-intro {
    width: 350px;
    margin: 0 0 40px;
  }

  .feature-intro p {
    width: 350px;
    font-size: 28px;
    line-height: 32.2px;
  }

  .feature-card {
    display: none;
  }

  .feature-mobile-slider {
    display: flex;
    width: 390px;
    height: 568px;
    margin-left: -20px;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .feature-mobile-slider::-webkit-scrollbar {
    display: none;
  }

  .feature-mobile-card {
    position: relative;
    flex: 0 0 331.5px;
    width: 331.5px;
    height: 500px;
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
    color: var(--white);
    scroll-snap-align: center;
  }

  .feature-mobile-card:first-child {
    margin-left: 29.25px;
  }

  .feature-mobile-card video {
    position: absolute;
    inset: 0;
    width: 331.5px;
    height: 500px;
    object-fit: cover;
    filter: grayscale(0.4) saturate(0.55);
  }

  .feature-mobile-card::after {
    position: absolute;
    inset: 0;
    background: rgba(18, 10, 89, 0.22);
    content: "";
  }

  .feature-mobile-card img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 30px;
    width: 271.5px;
    height: 500px;
    object-fit: contain;
  }

  .feature-mobile-card p {
    position: relative;
    z-index: 2;
    width: 331.5px;
    padding: 20px;
    color: var(--white);
    font-size: 18px;
    line-height: 28.8px;
  }

  .feature-mobile-card span {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 1px;
  }

  .team-showcase {
    grid-template-columns: 1fr;
    height: 673.19px;
    margin: 90px 0;
    padding: 0 20px;
    gap: 20px;
  }

  .team-intro {
    padding-top: 0;
  }

  .team-grid {
    grid-template-columns: repeat(3, 57.59px);
    grid-auto-rows: 57.59px;
    gap: 26px 36px;
    justify-content: center;
    width: 350px;
    height: 316px;
    padding: 50px 35px;
  }

  .team-tile {
    width: 57.59px;
    height: 57.59px;
    border-radius: 4px;
  }

  .quote-showcase {
    height: 291.53px;
    min-height: 291.53px;
    margin: 90px 0;
    padding: 20px;
    gap: 30px;
  }

  .quote-image {
    flex: 0 0 110px;
    width: 110px;
    height: 110px;
    margin-left: 0;
    opacity: 1;
    transform: none;
  }

  .quote-desktop-img,
  .quote-desktop-text {
    display: none;
  }

  .quote-mobile-img,
  .quote-mobile-text {
    display: block;
  }

  .quote-main {
    width: 210px;
    margin-left: 0;
    gap: 16px;
  }

  .quote-main h3 {
    font-size: 24px;
    line-height: 28.8px;
  }

  .quote-main p {
    font-size: 12px;
    line-height: 14.4px;
  }

  .focus-section {
    height: 1390.56px;
    margin: 90px 0;
    padding: 0 20px;
  }

  .focus-intro {
    display: grid;
    grid-template-columns: 1fr;
    width: 350px;
    min-height: 231.17px;
    gap: 10px;
    margin-bottom: 60px;
  }

  .focus-intro .eyebrow,
  .focus-intro .icon-link {
    grid-column: 1;
  }

  .focus-intro .eyebrow {
    margin-bottom: 0;
  }

  .focus-main {
    width: 350px;
  }

  .focus-intro h4,
  .insights-intro h4 {
    width: 350px;
    max-width: 350px;
    font-size: 24px;
    line-height: 28.8px;
  }

  .icon-link {
    width: 350px;
  }

  .focus-tiles {
    display: grid;
    grid-template-columns: 1fr;
    width: 390px;
    margin: 60px -20px 0;
    padding: 0 20px 40px;
    gap: 16px;
    overflow: visible;
  }

  .focus-tile {
    width: 350px;
    aspect-ratio: auto;
    height: 335px;
    padding: 28px;
    gap: 40px;
  }

  .tile-years {
    height: 358px;
  }

  .focus-tile h4 {
    font-size: 24px;
    line-height: 28.8px;
  }

  .focus-tile p {
    font-size: 20px;
    line-height: 23px;
  }

  .focus-tile svg {
    top: 96px;
    left: 85px;
    width: 180px;
    height: 150px;
  }

  .tile-money { order: 1; }
  .tile-series { order: 2; }
  .tile-years { order: 3; }

  .insights-section {
    margin: 90px 0;
    padding: 0 20px;
    gap: 60px;
  }

  .insights-intro {
    width: 350px;
    min-height: 144.78px;
    gap: 15px;
  }

  .article-grid {
    display: flex;
    width: 390px;
    margin-left: -20px;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .article-grid::-webkit-scrollbar {
    display: none;
  }

  .article-card {
    flex: 0 0 323.33px;
    width: 323.33px;
    min-height: 489.09px;
    scroll-snap-align: center;
  }

  .article-card:first-child {
    margin-left: 33.33px;
  }

  .article-card img {
    width: 323.33px;
    height: 431.09px;
    transform: none;
  }

  .article-card h4 {
    width: 323.33px;
    margin: 10px 0 0;
    font-size: 20px;
    line-height: 24px;
  }

  .footer-cta {
    height: 418.17px;
    min-height: 418.17px;
    margin: 40px 20px;
    padding: 90px 20px;
  }

  .cta-content {
    width: 310px;
    height: auto;
  }

  .cta-content h3 {
    width: 310px;
    height: auto;
    font-size: 32px;
    line-height: 38.4px;
    text-align: left;
    white-space: normal;
  }

  .cta-content form {
    justify-content: flex-start;
    gap: 12px;
  }

  .cta-content label {
    width: 240px;
  }

  .site-footer {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
    min-height: 608.19px;
    padding: 40px 20px;
    gap: 30px;
  }

  .footer-logo,
  .footer-logo img {
    width: 200px;
    height: 83.64px;
  }

  .footer-nav {
    grid-template-columns: 163px 163px;
    gap: 24px;
    width: 350px;
  }

  .footer-nav a,
  .footer-bottom a {
    padding: 5px 0;
    font-size: 18px;
    line-height: 21.6px;
  }

  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr;
    width: 350px;
    margin-top: 0;
    gap: 16px;
  }

  .footer-left {
    grid-column: 1;
    display: flex;
    gap: 16px;
  }

  .footer-right {
    grid-column: 1;
  }

  .footer-disclaimer {
    width: 350px;
  }

  .custom-cursor {
    display: none;
  }
}
