.founder-portrait {
  margin: 0;
  isolation: isolate;
  background: #07111d;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
}

.founder-portrait::before {
  z-index: 1;
  inset: auto 0 0;
  width: auto;
  height: 46%;
  border: 0;
  transform: none;
  background: linear-gradient(180deg, transparent, rgba(3, 10, 17, .88));
  pointer-events: none;
}

.founder-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 34%;
}

.founder-portrait figcaption {
  position: absolute;
  z-index: 2;
  left: clamp(1.25rem, 3vw, 2rem);
  right: clamp(1.25rem, 3vw, 2rem);
  bottom: clamp(1.25rem, 3vw, 2rem);
  padding-left: 1rem;
  border-left: 2px solid var(--gold);
}

.founder-portrait figcaption span {
  display: block;
  color: #fff;
  font: 600 clamp(.78rem, 1.15vw, .95rem)/1.25 Manrope, sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.founder-portrait figcaption small {
  display: block;
  margin-top: .5rem;
  color: #c0cad2;
  font: 500 .58rem/1.4 Manrope, sans-serif;
  letter-spacing: .15em;
}

.founder-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 2.4rem 0;
}

.founder-facts div {
  border-top: 1px solid rgba(255, 255, 255, .18);
  padding-top: 1rem;
}

.founder-facts b {
  display: block;
  color: var(--gold);
  font: 400 2.1rem/1 Manrope, sans-serif;
}

.founder-facts span {
  display: block;
  margin-top: .45rem;
  color: #8f9da8;
  font-size: .72rem;
  line-height: 1.35;
}

.linkedin-link {
  display: inline-block;
  padding-bottom: .35rem;
  border-bottom: 1px solid var(--gold);
  color: #d7b97f;
  font-size: .84rem;
}

.experience {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 8vw;
  background: var(--paper);
  color: var(--ink);
}

.experience-head h2 {
  margin: 0;
  font: 400 clamp(2.3rem, 4vw, 4.4rem)/1.07 Manrope, sans-serif;
  letter-spacing: -.045em;
}

.experience-list { border-top: 1px solid #bdc5ca; }

.experience-list article {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: .6rem 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #bdc5ca;
}

.experience-list article > span {
  grid-row: 1 / 3;
  color: #8b6d38;
  font-size: .72rem;
  letter-spacing: .05em;
}

.experience-list h3 {
  margin: 0;
  font: 500 1.05rem Manrope, sans-serif;
}

.experience-list p {
  margin: 0;
  color: #62707a;
  font-size: .87rem;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .founder-portrait { width: min(100%, 520px); }
  .experience { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 560px) {
  .founder-facts { grid-template-columns: 1fr; }
  .experience-list article { grid-template-columns: 1fr; }
  .experience-list article > span { grid-row: auto; }
}
