/* LiftOFF Accelerator / Brinc (coded) */

.liftoff-standalone {
  background: #fff;
}

.liftoff-page {
  --liftoff-section-padding: clamp(58px, 8vw, 112px);
  --liftoff-section-gap: clamp(34px, 5vw, 60px);
  overflow: clip;
  background: #fff;
}

.liftoff-hero {
  min-height: 90dvh;
  padding-top: calc(var(--header-bottom) + clamp(34px, 6vw, 86px));
  padding-bottom: clamp(52px, 7vw, 96px);
  overflow: hidden;
  background: #fff;
}

.liftoff-hero__inner {
  min-height: calc(90dvh - var(--header-bottom) - clamp(96px, 13vw, 182px));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.9fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}

.liftoff-hero__copy {
  max-width: 620px;
  animation: liftoffHeroIn 780ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.liftoff-hero__title,
.liftoff-section-title,
.liftoff-recipient-card h3,
.liftoff-feature-card h3,
.liftoff-mentor-card h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: 0;
  color: var(--text-main);
}

.liftoff-hero__title {
  max-width: 14ch;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.08;
}

.liftoff-hero__body {
  margin: 22px 0 0;
  max-width: 49ch;
  color: var(--text-main);
  font-size: clamp(17px, 0.7vw + 12px, 21px);
  line-height: 1.48;
}

.liftoff-hero__brinc-badge {
  display: block;
  width: min(100%, 360px);
  height: auto;
  margin-top: clamp(24px, 3vw, 36px);
}

.liftoff-hero__art {
  margin: 0;
  display: flex;
  justify-content: center;
  animation: liftoffArtIn 820ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
}

.liftoff-hero__art img {
  display: block;
  width: min(100%, 580px);
  height: auto;
}

.liftoff-recipients,
.liftoff-milestones,
.liftoff-partners,
.liftoff-brinc,
.liftoff-season {
  background: #f5f5f5;
}

.liftoff-partners--alt {
  background: #fff;
}

.liftoff-recipients,
.liftoff-aims,
.liftoff-milestones,
.liftoff-process,
.liftoff-partners,
.liftoff-brinc,
.liftoff-mentors,
.liftoff-season {
  padding: var(--liftoff-section-padding) 0;
}

.liftoff-section-title {
  font-size: clamp(20px, 1.6vw + 9px, 31px);
  line-height: 1.12;
}

.liftoff-section-title--center {
  text-align: center;
}

.liftoff-recipient-grid,
.liftoff-feature-grid {
  margin-top: var(--liftoff-section-gap);
  display: grid;
  gap: clamp(18px, 2.2vw, 30px);
}

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

.liftoff-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.liftoff-recipient-card,
.liftoff-feature-card,
.liftoff-mentor-card {
  border-radius: 30px;
}

.liftoff-recipient-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
}

.liftoff-recipient-card {
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.liftoff-recipient-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 2.6vw, 38px);
  background: #fff;
}

.liftoff-recipient-card__header {
  display: flex;
  align-items: center;
  gap: 18px;
}

.liftoff-recipient-card__header img {
  width: min(100%, 230px);
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
}

.liftoff-recipient-card h3 {
  font-size: clamp(20px, 1vw + 13px, 27px);
  line-height: 1.08;
}

.liftoff-recipient-card p {
  margin: 24px 0 0;
  color: var(--text-main);
  font-size: 16px;
  line-height: 1.48;
}

.liftoff-card-button {
  margin-top: auto;
  min-width: 170px;
}

.liftoff-feature-card {
  min-height: 318px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: clamp(22px, 2.6vw, 34px);
  background: #f2f2f2;
  text-align: center;
}

.liftoff-feature-card--white,
.liftoff-mentor-card {
  background: #fff;
}

.liftoff-feature-card img {
  width: min(62%, 178px);
  height: auto;
  margin-bottom: clamp(16px, 2vw, 26px);
}

.liftoff-feature-card h3,
.liftoff-mentor-card h3 {
  font-size: clamp(18px, 0.8vw + 13px, 24px);
  line-height: 1.12;
}

.liftoff-feature-card p {
  margin: 12px 0 0;
  max-width: 24ch;
  color: var(--text-main);
  font-size: 16px;
  line-height: 1.4;
}

.liftoff-process__inner,
.liftoff-brinc__inner {
  margin-top: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.8fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
}

.liftoff-process__timeline,
.liftoff-process__timeline-art,
.liftoff-process__art,
.liftoff-brinc__logo {
  margin: 0;
}

.liftoff-process__timeline {
  display: grid;
  gap: clamp(28px, 4vw, 46px);
}

.liftoff-process__timeline-art img {
  display: block;
  width: min(100%, 592px);
  height: auto;
}

.liftoff-process__art {
  display: flex;
  justify-content: center;
}

.liftoff-process__art img {
  width: min(100%, 460px);
  height: auto;
}

.liftoff-brinc__copy p {
  margin: 26px 0 0;
  max-width: 57ch;
  color: var(--text-main);
  font-size: clamp(16px, 0.6vw + 12px, 20px);
  line-height: 1.45;
}

.liftoff-brinc__logo {
  display: flex;
  justify-content: center;
}

.liftoff-brinc__logo img {
  display: block;
  width: min(100%, 430px);
  height: auto;
}

.liftoff-logo-marquee {
  --liftoff-logo-gap: clamp(42px, 5.5vw, 82px);
  --liftoff-logo-height: 54px;
  --liftoff-logo-max-width: clamp(120px, 12vw, 176px);
  width: 100%;
  margin-top: var(--liftoff-section-gap);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.liftoff-logo-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: var(--liftoff-logo-gap);
  animation: liftoffLogoMarquee 38s linear infinite;
}

.liftoff-logo-marquee--reverse .liftoff-logo-track {
  animation-direction: reverse;
  animation-duration: 46s;
}

.liftoff-logo-card {
  width: min(calc(var(--liftoff-logo-height) * var(--liftoff-logo-aspect, 3)), var(--liftoff-logo-max-width));
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 0;
  padding: 0;
  opacity: 1;
  transform: none;
  transition: none;
}

.liftoff-logo-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: var(--liftoff-logo-height);
  aspect-ratio: var(--liftoff-logo-aspect, auto);
  object-fit: contain;
  opacity: 1;
  transform: none;
  transition: none;
}

.liftoff-mentors__heading {
  text-align: center;
}

.liftoff-mentor-stage {
  --mentor-edge-fade: clamp(44px, 5vw, 64px);
  --mentor-row-padding: clamp(40px, 7vw, 112px);
  --mentor-left-fade: 0;
  --mentor-right-fade: 0;
  margin-top: var(--liftoff-section-gap);
  position: relative;
}

.liftoff-mentor-stage::before,
.liftoff-mentor-stage::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 18px;
  width: var(--mentor-edge-fade);
  pointer-events: none;
  opacity: 0;
  transition: opacity 240ms ease;
}

.liftoff-mentor-stage::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.78) 36%, rgba(255, 255, 255, 0) 100%);
  opacity: var(--mentor-left-fade);
}

.liftoff-mentor-stage::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.78) 36%, rgba(255, 255, 255, 0) 100%);
  opacity: var(--mentor-right-fade);
}

.liftoff-mentor-strip {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 18px;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.liftoff-mentor-strip::-webkit-scrollbar {
  display: none;
}

.liftoff-mentor-track {
  display: flex;
  width: max-content;
  margin-top: 0;
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
  padding-inline: var(--mentor-row-padding);
}

.liftoff-mentor-card {
  width: clamp(220px, 18vw, 280px);
  min-height: 390px;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  overflow: hidden;
  padding: 0;
  background: #f2f2f2;
  text-align: center;
  align-self: stretch;
}

.liftoff-mentor-card__media {
  aspect-ratio: 1;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  padding: 0;
  border-radius: 30px;
  background: #050505;
}

.liftoff-mentor-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.liftoff-mentor-card__body {
  display: grid;
  gap: 6px;
  align-content: start;
  justify-items: center;
  flex: 1;
  padding: 24px 22px 30px;
}

.liftoff-mentor-card h3,
.liftoff-mentor-card p {
  margin: 0;
}

.liftoff-mentor-card h3 {
  max-width: 14ch;
  color: var(--text-main);
  font-size: clamp(17px, 0.45vw + 12px, 20px);
  font-weight: 500;
  line-height: 1.14;
  margin-bottom: 4px;
}

.liftoff-mentor-card__company {
  max-width: 18ch;
  color: var(--text-main);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.liftoff-mentor-card__role {
  max-width: 21ch;
  color: var(--text-muted);
  font-size: 12.5px;
  line-height: 1.24;
  margin-top: -2px;
}

.liftoff-season__inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.liftoff-season__button {
  margin-top: 30px;
  min-width: 250px;
}

.reveal-up {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 840ms cubic-bezier(0.22, 1, 0.36, 1), transform 840ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-up.is-in {
  opacity: 1;
  transform: none;
}

@keyframes liftoffHeroIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}

@keyframes liftoffArtIn {
  from { opacity: 0; transform: translateY(24px) scale(0.98); }
  to { opacity: 1; transform: none; }
}

@keyframes liftoffLogoMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1100px) {
  .liftoff-hero__inner,
  .liftoff-process__inner,
  .liftoff-brinc__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .liftoff-hero__copy,
  .liftoff-brinc__copy {
    display: grid;
    justify-items: center;
    margin-inline: auto;
  }

  .liftoff-hero__art {
    order: -1;
  }

  .liftoff-brinc__copy p {
    max-width: 62ch;
  }
}

@media (max-width: 980px) {
  .liftoff-standalone .container {
    padding-inline: 32px;
  }

  .liftoff-hero {
    min-height: 0;
    padding-top: calc(var(--header-bottom) + 42px);
    padding-bottom: 56px;
    text-align: center;
  }

  .liftoff-hero__inner {
    min-height: 0;
    gap: 34px;
  }

  .liftoff-hero__art {
    animation: none;
    margin-top: 44px;
  }

  .liftoff-hero__art img {
    width: min(100%, 330px);
  }

  .liftoff-hero__title,
  .liftoff-section-title {
    font-size: clamp(20px, 1.6vw + 9px, 31px);
    line-height: 1.12;
  }

  .liftoff-hero__title {
    max-width: 100%;
  }

  .liftoff-hero__body {
    margin-top: 20px;
    max-width: 34ch;
    font-size: 16px;
    line-height: 1.42;
  }

  .liftoff-hero__brinc-badge {
    width: min(100%, 300px);
    margin-top: 24px;
  }

  .liftoff-recipient-grid,
  .liftoff-feature-grid {
    max-width: 560px;
    margin-inline: auto;
    grid-template-columns: 1fr;
  }

  .liftoff-recipient-card {
    min-height: 0;
    align-items: center;
    text-align: center;
  }

  .liftoff-recipient-card__header {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }

  .liftoff-card-button {
    margin-top: 28px;
  }

  .liftoff-feature-card {
    min-height: 300px;
  }

  .liftoff-feature-card img {
    width: min(62%, 190px);
  }

  .liftoff-process__timeline-art img {
    width: min(100%, 448px);
  }

  .liftoff-process__art {
    display: none;
  }

  .liftoff-brinc__logo img {
    width: min(100%, 320px);
  }

  .liftoff-logo-marquee {
    --liftoff-logo-gap: 44px;
    --liftoff-logo-height: 48px;
    --liftoff-logo-max-width: 150px;
  }

  .liftoff-logo-card {
    height: 92px;
  }

  .liftoff-mentor-card {
    width: min(74vw, 260px);
    min-height: 370px;
  }

  .liftoff-mentor-card__media {
    aspect-ratio: 1;
  }

  .liftoff-mentor-card__media img {
    height: 100%;
  }

  .liftoff-recipient-card:hover {
    transform: none;
    box-shadow: none;
  }
}

@media (max-width: 640px) {
  .liftoff-page {
    --liftoff-section-padding: 52px;
    --liftoff-section-gap: 34px;
  }

  .liftoff-standalone .container {
    padding-inline: 30px;
  }

  .liftoff-hero {
    padding-top: calc(var(--header-bottom) + 34px);
    padding-bottom: 44px;
  }

  .liftoff-hero__art {
    margin-top: 56px;
  }

  .liftoff-recipient-card,
  .liftoff-feature-card,
  .liftoff-mentor-card {
    border-radius: 28px;
  }

  .liftoff-recipient-card {
    padding: 28px;
  }

  .liftoff-feature-card {
    min-height: 250px;
  }

  .liftoff-feature-card img {
    width: min(64%, 168px);
    margin-bottom: 18px;
  }

  .liftoff-season__button {
    min-width: 0;
    width: 100%;
    max-width: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .liftoff-hero__copy,
  .liftoff-hero__art,
  .liftoff-logo-track {
    animation: none !important;
  }

  .reveal-up {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
