.landing-bio-section {
  padding: clamp(72px, 7.5vw, 96px) 0;
  background: var(--background-light, #ffffff);
}

.landing-bio-section__inner {
  width: min(1234px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 519px minmax(0, 1fr);
  gap: clamp(28px, 3vw, 44px);
  align-items: stretch;
  border-radius: 24px;
  overflow: hidden;
}

.landing-bio-section__media {
  min-height: 592px;
  border-radius: 12px;
  overflow: hidden;
}

.landing-bio-section__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.landing-bio-section__eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  border-radius: 60px;
  border: 1px solid var(--accent-secondary, #5fa8d3);
  background: rgba(21, 50, 75, 0.7);
  width: fit-content;
}

.landing-bio-section__eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent-secondary, #5fa8d3);
  flex: 0 0 auto;
}

.landing-bio-section__eyebrow-text {
  color: var(--text-light-secondary, #dde5ec);
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.012em;
  font-weight: 700;
}

.landing-bio-section__title {
  margin: 24px 0 0;
  color: var(--text-dark, #22313f);
  font-family: var(--font-display);
  font-size: clamp(40px, 4.4vw, 61.04px);
  line-height: 1.1;
  font-weight: 400;
}

.landing-bio-section__text {
  margin: 24px 0 0;
  color: var(--text-dark-secondary, #5c6b78);
  font-size: 16px;
  line-height: 1.6;
}

.landing-bio-section__text p {
  margin: 0;
}

.landing-bio-section__text p + p {
  margin-top: 1em;
}

.landing-bio-section__bullets {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 556px;
}

.landing-bio-section__bullets li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  column-gap: 8px;
  align-items: start;
  margin: 0;
}

.landing-bio-section__bullets li::before {
  content: "";
  display: block;
  width: 20px;
  height: 25px;
  margin-top: 0.08em;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='25' viewBox='0 0 20 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1676 13.3336C18.5482 15.2013 18.2769 17.1431 17.3991 18.8351C16.5213 20.527 15.09 21.8669 13.3438 22.6313C11.5977 23.3957 9.64227 23.5384 7.80367 23.0355C5.96506 22.5327 4.35441 21.4147 3.24031 19.8681C2.12622 18.3214 1.57602 16.4396 1.68147 14.5364C1.78692 12.6332 2.54165 10.8236 3.81979 9.40954C5.09793 7.99545 6.82223 7.06226 8.70514 6.76561C10.588 6.46897 12.5157 6.82679 14.1667 7.7794' stroke='%235FA8D3' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 14.1663L10 16.6663L18.3333 8.33301' stroke='%235FA8D3' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.landing-bio-section__text ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 556px;
}

.landing-bio-section__text ul li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  column-gap: 8px;
  align-items: start;
  margin: 0;
}

.landing-bio-section__text ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 25px;
  margin-top: 0.08em;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='25' viewBox='0 0 20 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1676 13.3336C18.5482 15.2013 18.2769 17.1431 17.3991 18.8351C16.5213 20.527 15.09 21.8669 13.3438 22.6313C11.5977 23.3957 9.64227 23.5384 7.80367 23.0355C5.96506 22.5327 4.35441 21.4147 3.24031 19.8681C2.12622 18.3214 1.57602 16.4396 1.68147 14.5364C1.78692 12.6332 2.54165 10.8236 3.81979 9.40954C5.09793 7.99545 6.82223 7.06226 8.70514 6.76561C10.588 6.46897 12.5157 6.82679 14.1667 7.7794' stroke='%235FA8D3' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 14.1663L10 16.6663L18.3333 8.33301' stroke='%235FA8D3' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.landing-bio-section__bullet-text {
  color: var(--text-dark-secondary, #5c6b78);
  font-size: 16px;
  line-height: 1.6;
}

.landing-bio-section__content {
  width: min(598px, 100%);
  align-self: center;
}

@media (max-width: 980px) {
  .landing-bio-section__inner {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .landing-bio-section__media {
    min-height: 320px;
  }

  .landing-bio-section__content {
    width: 100%;
    padding: 0 4px 6px;
  }

  .landing-bio-section__title {
    font-size: clamp(34px, 9vw, 48px);
  }

  .landing-bio-section__bullets {
    grid-template-columns: 1fr;
  }

  .landing-bio-section__text ul {
    grid-template-columns: 1fr;
  }
}
