.who-overview-page {
  background: #050b15;
  color: var(--color-5);
}

.who-overview-page section:not(.who-hero) .eyebrow {
  color: var(--color-8);
  font-size: 20px;
}

.who-hero {
  min-height: 620px;
  display: flex;
  align-items: flex-start;
  padding: 180px 40px 118px;
  background: var(--who-hero-bg, url("../images/who-overview/hero-wave.png")) center top / cover no-repeat #050b15;
}

.who-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.who-hero h1 {
  margin-top: 18px;
  color: var(--color-5);
  font-size: 75px;
  line-height: 1.1;
  text-transform: uppercase;
}

.who-hero .eyebrow,
.who-hero p {
  color: var(--color-5);
  font-size: 20px;
}

.who-hero p {
  margin: 26px auto 0;
}

.who-serve {
  padding: 120px 40px 106px;
  background: var(--who-serve-bg, url("../images/who-overview/serve-bg.png")) center center / cover no-repeat #071426;
}

.who-difference {
  padding: 106px 40px;
  background: var(--who-difference-bg, url("../images/who-overview/difference-bg.png")) center center / cover no-repeat #071426;
}

.who-split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 68px;
  align-items: center;
}

.who-split--reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.who-split h2,
.who-founder h2,
.who-values h2 {
  font-size: 48px;
  line-height: 1.16;
  text-transform: uppercase;
  margin-top: 15px;
}

.who-split p,
.who-founder p,
.who-values .section-heading p,
.who-values__grid p {
  color: #DADADA;
  font-size: 18px;
  line-height: 1.72;
}

.who-split p {
  margin: 22px 0 0;
}

.who-split .btn {
  margin-top: 30px;
}

.who-split__media {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  box-shadow: 0 28px 80px rgba(0,0,0,.36);
}

.who-split__media img {
  display: block;
  width: 100%;
  height: auto;
}

.who-feature-list {
  display: grid;
  gap: 27px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.who-feature-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  color: #DADADA;
  font-size: 18px;
  line-height: 1.58;
}

.who-feature-list span {
  min-width: 0;
}

.who-feature-list__icon {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  margin-right: 0;
  border-radius: 50%;
  background: transparent;
  vertical-align: middle;
  border: 1px solid #62CAC2;
}

.who-feature-list img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.who-feature-list li:hover .who-feature-list__icon img {
  filter: invert(35%) sepia(10%) saturate(1472%) hue-rotate(126deg) brightness(108%) contrast(101%);
}

.who-feature-list strong {
  color: var(--color-5);
  font-weight: 600;
}

.who-founder {
  padding: 106px 40px 96px;
  background: var(--who-founder-bg, url("../images/who-overview/founder-bg.png")) center center / cover no-repeat #071426;
}
.who-founder p.eyebrow {
  margin: 0;
}

.who-founder__panel {
  padding: 56px 70px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: rgba(11,31,54,.74);
  box-shadow: 0 36px 90px rgba(0,0,0,.32);
}

.who-founder__header {
  max-width: 720px;
}

.who-founder__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 28px;
}

.who-founder__tab {
  min-height: 44px;
  padding: 10px 22px;
  border: 1px solid rgba(98,202,194,.36);
  border-radius: 999px;
  background: rgba(98,202,194,.08);
  color: var(--color-5);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.who-founder__tab:hover,
.who-founder__tab:focus-visible,
.who-founder__tab.active {
  border-color: var(--color-1);
  background: var(--color-1);
  color: #061627;
}

.who-founder__tabpanel:not(.active) {
  display: none;
}

.who-founder__profile-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.who-founder__profile-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 30%;
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  background: rgba(5,16,31,.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.who-founder__profile-card--no-image {
  justify-content: center;
}

.who-founder__empty {
  padding: 34px;
  border: 1px dashed rgba(98,202,194,.32);
  border-radius: 12px;
  background: rgba(5,16,31,.38);
  color: #DADADA;
  font-size: 16px;
  text-align: center;
}

.who-founder__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-width: 0;
  text-align: center;
}

.who-founder__headshot {
  overflow: hidden;
  width: 389px;
  max-width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(98,202,194,.42);
  border-radius: 10px;
  background: rgba(11,31,54,.74);
}

.who-founder__headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.who-founder__identity {
  width: 100%;
  min-width: 0;
}

.who-founder__identity h3 {
  margin: 0;
  color: var(--color-5);
  font-size: 35px;
  line-height: 1.18;
  text-transform: uppercase;
}

.who-founder__role {
  display: block;
  margin: 6px 0 0;
  color: var(--color-1);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
}

.who-founder__compact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.who-founder__bio-link {
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid rgba(98,202,194,.54);
  border-radius: 999px;
  background: rgba(98,202,194,.12);
  color: var(--color-5);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.who-founder__bio-link:hover,
.who-founder__bio-link:focus-visible {
  border-color: var(--color-1);
  background: var(--color-1);
  color: #061627;
}

.who-founder__linkedin-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(98,202,194,.54);
  border-radius: 50%;
  background: rgba(98,202,194,.12);
  color: var(--color-5);
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.who-founder__linkedin-icon:hover,
.who-founder__linkedin-icon:focus-visible {
  border-color: var(--color-1);
  background: var(--color-1);
  color: #061627;
  transform: translateY(-1px);
}

.who-founder__linkedin-icon img,
.who-founder__linkedin-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.who-founder__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.who-founder__actions .btn,
.who-founder__actions .founder-bio-modal__linkedin {
  margin-top: 0;
}

.founder-bio-modal .modal-dialog {
  max-width: 1120px;
}

.founder-bio-modal .modal-content {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(98,202,194,.42);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(98,202,194,.11), transparent 34%),
    linear-gradient(315deg, rgba(240,96,21,.10), transparent 38%),
    #071426;
  color: var(--color-5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 44px 120px rgba(0,0,0,.52);
}

.founder-bio-modal .modal-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(98,202,194,.9), transparent);
}

.founder-bio-modal .modal-body {
  position: relative;
  z-index: 1;
  padding: 34px 40px 32px;
}

.founder-bio-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(98,202,194,.3);
  border-radius: 50%;
  background: rgba(8,17,30,.88);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}

.founder-bio-modal__close:hover,
.founder-bio-modal__close:focus-visible {
  border-color: var(--color-1);
  background: rgba(98,202,194,.12);
  color: var(--color-1);
  transform: rotate(90deg);
}

.founder-bio-modal__header {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 0 46px 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.founder-bio-modal__header--no-avatar {
  grid-template-columns: 1fr;
}

.founder-bio-modal__avatar {
  position: relative;
  overflow: hidden;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(98,202,194,.46);
  border-radius: 12px;
  background: rgba(11,31,54,.74);
  box-shadow: 0 18px 42px rgba(0,0,0,.3);
}

.founder-bio-modal__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-bio-modal__intro .eyebrow {
  margin: 0;
}

.founder-bio-modal__meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}

.founder-bio-modal h2 {
  margin: 10px 0 6px;
  color: var(--color-5);
  font-size: 36px;
  line-height: 1.16;
  text-transform: uppercase;
}

.founder-bio-modal__role {
  display: block;
  color: var(--color-1);
  font-size: 19px;
  font-weight: 400;
}

.founder-bio-modal__content {
  padding: 22px 24px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background: rgba(11,31,54,.58);
}

.founder-bio-modal__content p {
  margin: 0 0 12px;
  color: #DADADA;
  font-size: 15px;
  line-height: 1.55;
}

.founder-bio-modal__content p:last-child {
  margin-bottom: 0;
}

.founder-bio-modal__linkedin {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  padding: 7px 16px 7px 8px;
  border: 1px solid rgba(98,202,194,.35);
  border-radius: 999px;
  background: rgba(98,202,194,.08);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.founder-bio-modal__linkedin:hover,
.founder-bio-modal__linkedin:focus-visible {
  border-color: var(--color-1);
  background: rgba(98,202,194,.15);
  color: var(--color-1);
  transform: translateY(-1px);
}

.founder-bio-modal__linkedin-icon {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--color-1);
  color: #071426;
}

.founder-bio-modal__linkedin-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.who-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 26px;
}

.who-gallery > div {
  overflow: hidden;
  min-height: 238px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: rgba(11,31,54,.74);
}

.who-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.who-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 28px;
  text-align: center;
  grid-template-columns: 1fr;
  justify-content: center;
}

.who-stat strong {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

.who-stat span,
.who-stat a {
  color: #DADADA;
  font-size: 18px;
  text-transform: uppercase;
}

.who-stat a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-8);
  font-weight: 700;
}

.who-values {
  padding: 94px 40px 122px;
  background: #050b15;
}

.who-values__panel {
  position: relative;
  overflow: hidden;
  padding: 76px 70px 186px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 30px;
  background: var(--who-values-panel-bg, url("../images/who-overview/values-panel.png")) center / cover no-repeat #08111e;
  box-shadow: 0 36px 90px rgba(0,0,0,.32);
}

.who-values .section-heading {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  margin-bottom: 36px;
}

.who-values .section-heading p {
  max-width: 1040px;
  margin: 18px 0 0;
}

.who-values__grid {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}

.who-values__grid article {
  display: flex;
  flex-wrap: wrap;
  column-gap: 18px;
  row-gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex: 0 1 calc((100% - 52px) / 3);
  width: calc((100% - 52px) / 3);
  height: 250px;
  min-height: 250px;
  padding: 32px 34px;
  border: 1px solid #3E5D84;
  border-radius: 22px;
  background: #18273b82;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.who-values__grid span {
  position: relative;
  flex: 0 0 86px;
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.who-values__grid span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='86' height='86' viewBox='0 0 86 86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.5' cx='43' cy='43' r='42.5' stroke='url(%23paint0_linear_2021_5)' stroke-dasharray='4 4'/%3E%3Ccircle cx='43.5' cy='43.5' r='33.75' stroke='url(%23paint1_linear_2021_5)' stroke-width='1.5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2021_5' x1='43' y1='0' x2='43' y2='86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23459EF3'/%3E%3Cstop offset='1' stop-color='%2362CAC2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2021_5' x1='43.5' y1='9' x2='43.5' y2='78' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2344A4ED'/%3E%3Cstop offset='1' stop-color='%233CC9C1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") center / contain no-repeat;
  pointer-events: none;
}

.who-values__grid span img {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}

.who-values__grid article:hover span img {
  filter: invert(35%) sepia(10%) saturate(1472%) hue-rotate(126deg) brightness(108%) contrast(101%);
}

.who-values__grid h3 {
  flex: 1 1 0;
  margin-bottom: 16px;
  color: var(--color-5);
  font-size: 25px;
  line-height: 1.3;
}

.who-values__grid p {
  flex: 0 0 100%;
  margin-top: 20px;
}

.who-values__wordmark {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: -4px;
  color: rgba(255,255,255,.04);
  font-size: 220px;
  font-weight: 700;
  line-height: .8;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1199.98px) {
  .who-split,
  .who-split--reverse,
  .who-founder__panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .who-founder__profile-grid {
    gap: 20px;
  }

  .who-founder__profile-card {
    width: 100%;
  }

  .who-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .who-values__grid article {
    flex-basis: calc((100% - 26px) / 2);
    width: calc((100% - 26px) / 2);
  }
}

@media (max-width: 1024px) {
  .who-hero .eyebrow,
  .who-hero p {
    color: var(--color-5);
    font-size: 15px;
    line-height: 1;
  }

  .who-serve {
    padding: 70px 40px 66px;
    background: var(--who-serve-bg, url("../images/who-overview/serve-bg.png")) center center / cover no-repeat #071426;
  }

  .who-difference {
    padding: 56px 40px;
    background: var(--who-difference-bg, url("../images/who-overview/difference-bg.png")) center center / cover no-repeat #071426;
  }

  .who-founder {
    padding: 50px 40px 50px;
    background: var(--who-founder-bg, url("../images/who-overview/founder-bg.png")) center center / cover no-repeat #071426;
  }

  .who-founder__panel {
    padding: 30px 25px;
  }

  .who-values {
    padding: 10px 40px 52px;
    background: #050b15;
  }

  .who-values__panel {
    padding: 35px 30px;
  }

  .who-values__wordmark {
    display: none;
  }

  .who-values__grid h3 {
    flex: 1 1 0;
    margin-bottom: 16px;
    color: var(--color-5);
    font-size: 20px;
    line-height: 1.3;
  }

}

@media (max-width: 991.98px) {
  .who-hero {
    min-height: 520px;
    padding: 126px 20px 86px;
  }

  .who-serve,
  .who-difference,
  .who-founder,
  .who-values {
    padding: 40px 20px;
  }

  .who-founder__panel,
  .who-values__panel {
    padding: 52px 28px 92px;
  }
}

@media (max-width: 767.98px) {
  .who-hero .eyebrow,
  .who-hero p {
    color: var(--color-5);
    font-size: 12px;
    line-height: 1;
  }

  .who-overview-page section:not(.who-hero) .eyebrow {
    color: var(--color-8);
    font-size: 12px;
  }

  .who-values__grid h3 {
    flex: 1 1 0;
    margin-bottom: 16px;
    color: var(--color-5);
    font-size: 20px;
    line-height: 1.3;
  }

  .who-values__grid article {
    height: 290px;
  }
}

@media (max-width: 575.98px) {
  .who-hero {
    min-height: 410px;
    padding: 112px 20px 76px;
  }

  .who-hero h1,
  .who-split h2,
  .who-founder h2,
  .who-values h2 {
    font-size: 28px;
  }

  .who-split p,
  .who-founder p,
  .who-values .section-heading p,
  .who-values__grid p,
  .who-feature-list li {
    font-size: 14px;
  }

  .who-feature-list {
    gap: 20px;
    margin-top: 26px;
  }

  .who-feature-list li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
  }

  .who-feature-list__icon {
    width: 48px;
    height: 48px;
  }

  .who-feature-list img {
    width: 21px;
    height: 21px;
  }

  .who-gallery {
    grid-template-columns: 1fr;
  }

  .who-values__grid article {
    flex-basis: 100%;
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .who-founder__panel,
  .who-values__panel {
    padding: 42px 18px 74px;
  }

  .who-founder__tabs {
    gap: 8px;
    margin: 24px 0;
  }

  .who-founder__tab {
    min-height: 40px;
    padding: 9px 16px;
    font-size: 13px;
  }

  .who-founder__profile-card {
    gap: 18px;
    padding: 22px;
  }

  .who-founder__media {
    align-items: center;
    text-align: center;
  }

  .who-founder__headshot {
    width: min(180px, 100%);
  }

  .who-founder__compact-actions {
    justify-content: center;
  }

  .who-gallery > div {
    min-height: 190px;
  }

  .founder-bio-modal .modal-body {
    padding: 30px 18px 24px;
  }

  .founder-bio-modal__header {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 36px 18px 0;
    margin-bottom: 18px;
  }

  .founder-bio-modal__avatar {
    width: 84px;
    height: 84px;
  }

  .founder-bio-modal h2 {
    font-size: 26px;
  }

  .founder-bio-modal__role {
    font-size: 16px;
  }

  .founder-bio-modal__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .founder-bio-modal__content {
    padding: 18px;
  }

  .founder-bio-modal__content p {
    font-size: 13px;
    line-height: 1.5;
  }

  .who-values__wordmark {
    left: 18px;
    right: 18px;
    font-size: clamp(38px, 13vw, 62px);
  }
}
