/* Founder hero: a full-bleed, buyer-and-supplier editorial carousel. */
body.founder-profile-page .founder-showcase.hero {
  position: relative;
  min-height: clamp(720px, calc(100svh - 82px), 900px) !important;
  overflow: hidden;
  isolation: isolate;
  background: #07111e;
}

body.founder-profile-page .founder-showcase.hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 12, 22, .98) 0%, rgba(4, 12, 22, .9) 31%, rgba(4, 12, 22, .58) 48%, rgba(4, 12, 22, .08) 72%),
    linear-gradient(0deg, rgba(4, 12, 22, .82) 0%, transparent 32%) !important;
}

body.founder-profile-page .founder-showcase.hero::after {
  display: none !important;
}

body.founder-profile-page .founder-showcase .founder-showcase-slider,
body.founder-profile-page .founder-showcase .founder-showcase-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

body.founder-profile-page .founder-showcase .founder-showcase-slider {
  animation: none !important;
  transform: none !important;
}

body.founder-profile-page .founder-showcase .founder-showcase-slide {
  object-fit: cover;
  object-position: center;
  opacity: 0;
  filter: saturate(.96) contrast(1.03) brightness(.92) !important;
  transform: scale(1.025) !important;
  transition: opacity .9s ease, transform 6.5s ease !important;
}

body.founder-profile-page .founder-showcase .founder-showcase-slide.active {
  opacity: 1;
  transform: scale(1.065) !important;
}

body.founder-profile-page .founder-showcase .founder-portrait-slide {
  object-position: 50% 27% !important;
}

body.founder-profile-page .founder-showcase .hero-fx {
  z-index: 2;
  opacity: .34;
  pointer-events: none;
}

body.founder-profile-page .founder-showcase .hero-content-wrapper {
  position: relative;
  z-index: 3;
  align-items: center !important;
  width: min(1520px, calc(100% - 96px)) !important;
  min-height: inherit;
  margin-inline: auto !important;
  padding: 72px 52% 138px 0 !important;
}

body.founder-profile-page .founder-showcase .hero-content {
  width: min(100%, 620px) !important;
  max-width: 620px !important;
  filter: none !important;
}

body.founder-profile-page .founder-showcase .hero-content .eyebrow {
  margin: 0 0 22px !important;
  padding: 0 !important;
  color: #eed47d;
  font-size: .72rem;
  letter-spacing: .16em;
  text-shadow: none !important;
}

body.founder-profile-page .founder-showcase .hero-content h1 {
  max-width: 620px !important;
  margin: 0 0 18px !important;
  color: #fff;
  font-size: clamp(4.25rem, 6.4vw, 7.25rem) !important;
  line-height: .82 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 12px 40px rgba(0, 0, 0, .38) !important;
}

body.founder-profile-page .founder-showcase .hero-content h1 em {
  display: block;
  color: #eed47d;
  font-weight: 500;
}

body.founder-profile-page .founder-showcase .hero-content > .founder-hero-statement {
  max-width: 590px !important;
  margin: 0 0 14px;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(1.45rem, 2vw, 2rem) !important;
  font-weight: 500;
  line-height: 1.16;
  text-shadow: 0 4px 22px rgba(0, 0, 0, .6) !important;
}

body.founder-profile-page .founder-showcase .hero-content > .direct-answer {
  max-width: 560px !important;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: .94rem !important;
  line-height: 1.55;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .72) !important;
}

body.founder-profile-page .founder-showcase .hero-actions {
  display: flex !important;
  flex-flow: row nowrap !important;
  width: min(100%, 560px) !important;
  margin-top: 26px !important;
  gap: 10px !important;
}

body.founder-profile-page .founder-showcase .hero-actions > .btn {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  min-height: 52px !important;
  padding: 12px 18px !important;
}

body.founder-profile-page .founder-showcase .founder-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, .86);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.founder-profile-page .founder-showcase .founder-hero-proof li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

body.founder-profile-page .founder-showcase .founder-hero-proof li::before {
  content: "";
  width: 16px;
  height: 1px;
  background: #eed47d;
}

.founder-showcase-ui {
  position: absolute;
  z-index: 4;
  right: clamp(32px, 5vw, 76px);
  bottom: 38px;
  width: min(40vw, 590px);
  color: #fff;
}

.founder-showcase-caption {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 3px 16px;
  padding-left: 18px;
  border-left: 2px solid #eed47d;
}

.founder-showcase-count {
  grid-row: 1 / 3;
  color: #eed47d;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.founder-showcase-caption strong {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.45rem;
  line-height: 1;
}

.founder-showcase-caption p {
  max-width: 500px;
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  line-height: 1.45;
}

.founder-showcase-progress {
  display: grid;
  grid-template-columns: repeat(10, minmax(12px, 1fr));
  gap: 6px;
  margin-top: 20px;
  padding-right: 0;
}

.founder-showcase-progress button {
  position: relative;
  width: 100%;
  height: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.founder-showcase-progress button::before {
  content: "";
  position: absolute;
  inset: 8px 0 auto;
  height: 2px;
  background: rgba(255, 255, 255, .3);
  transition: background .2s ease, transform .2s ease;
}

.founder-showcase-progress button:hover::before,
.founder-showcase-progress button:focus-visible::before,
.founder-showcase-progress button[aria-current="true"]::before {
  background: #eed47d;
  transform: scaleY(2);
}

@media (max-width: 1080px) {
  body.founder-profile-page .founder-showcase.hero {
    min-height: 920px !important;
    height: 920px !important;
  }

  body.founder-profile-page .founder-showcase.hero::before {
    background:
      linear-gradient(180deg, rgba(4, 12, 22, .06) 0%, rgba(4, 12, 22, .2) 35%, rgba(4, 12, 22, .94) 61%, #07111e 100%),
      linear-gradient(90deg, rgba(4, 12, 22, .5), transparent 70%) !important;
  }

  body.founder-profile-page .founder-showcase .founder-showcase-slide {
    object-position: 66% center;
  }

  body.founder-profile-page .founder-showcase .hero-content-wrapper {
    align-items: flex-end !important;
    width: min(calc(100% - 64px), 860px) !important;
    padding: 330px 0 170px !important;
  }

  body.founder-profile-page .founder-showcase .hero-content {
    max-width: 720px !important;
  }

  body.founder-profile-page .founder-showcase .hero-content h1 {
    font-size: clamp(3.8rem, 10vw, 5.5rem) !important;
  }

  .founder-showcase-ui {
    right: 32px;
    bottom: 28px;
    left: 32px;
    width: auto;
  }
}

@media (max-width: 640px) {
  body.founder-profile-page .founder-showcase.hero {
    min-height: 900px !important;
    height: 900px !important;
  }

  body.founder-profile-page .founder-showcase .founder-showcase-slide {
    object-position: 69% center;
  }

  body.founder-profile-page .founder-showcase .hero-content-wrapper {
    width: calc(100% - 40px) !important;
    padding: 268px 0 146px !important;
  }

  body.founder-profile-page .founder-showcase .hero-content h1 {
    margin-bottom: 14px !important;
    font-size: clamp(3.25rem, 18vw, 4.25rem) !important;
  }

  body.founder-profile-page .founder-showcase .hero-content > .founder-hero-statement {
    font-size: 1.32rem !important;
  }

  body.founder-profile-page .founder-showcase .hero-content > .direct-answer {
    font-size: .84rem !important;
  }

  body.founder-profile-page .founder-showcase .hero-actions {
    gap: 8px !important;
    margin-top: 20px !important;
  }

  body.founder-profile-page .founder-showcase .hero-actions > .btn {
    min-height: 48px !important;
    padding-inline: 10px !important;
    font-size: .72rem !important;
  }

  body.founder-profile-page .founder-showcase .founder-hero-proof {
    gap: 8px 14px;
    margin-top: 16px;
    font-size: .59rem;
  }

  body.founder-profile-page .founder-showcase .founder-hero-proof li:last-child {
    display: none;
  }

  .founder-showcase-ui {
    right: 20px;
    bottom: 22px;
    left: 20px;
  }

  .founder-showcase-caption {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 2px 10px;
    padding-left: 12px;
  }

  .founder-showcase-caption strong {
    padding-right: 0;
    font-size: 1.15rem;
  }

  .founder-showcase-caption p {
    display: none;
  }

  .founder-showcase-progress {
    gap: 4px;
    margin-top: 13px;
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.founder-profile-page .founder-showcase .founder-showcase-slide {
    transition: opacity .01ms linear !important;
    transform: none !important;
  }
}

body.founder-profile-page .founder-showcase .founder-portrait-slide {
  object-position: 50% 27% !important;
}
