.founders {
  background: #fff;
  padding: 0 clamp(1rem, 4vw, 3.75rem) 5rem;
}

.founders__inner {
  position: relative;
  box-sizing: border-box;
  width: min(1310px, 100%);
  margin: 0 auto;
  border-radius: 20.641px;
  overflow: hidden;
  min-height: 1000px;
  display: flex;
  align-items: flex-end;
  padding: clamp(1.5rem, 4vw, 3.75rem);
  isolation: isolate;
}

.founders__bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 192.9%;
  object-fit: cover;
  z-index: -2;
}

/* Desktop / tablet: recorte da foto alinhado ao rosto (não altera o bloco mobile ≤560px). */
@media (min-width: 561px) {
  .founders__bg {
    top: -8%;
    height: 170%;
    object-position: center 18%;
  }
}

.founders__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 35.67%, rgba(0, 0, 0, 1) 100%);
}

.founders__content {
  width: min(1168px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 4vw, 2.85rem);
}

.founders__headline-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3vw, 2.15rem);
}

.founders__divider {
  width: 100%;
  height: 2px;
  opacity: 0.35;
}

.founders__title {
  margin: 0;
  text-align: center;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  opacity: 0.4;
}

.founders__text-grid {
  width: min(1123px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 4vw, 4rem);
}

.founders__text-grid p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}

.founders__text-grid strong {
  font-weight: 400;
}

@media (max-width: 900px) {
  .founders {
    padding-bottom: 4.5rem;
  }

  .founders__inner {
    min-height: 800px;
    padding: 1.5rem;
    border-radius: 16px;
  }

  .founders__bg {
    height: 160%;
  }

  .founders__title {
    opacity: 0.5;
  }

  .founders__text-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .founders {
    padding: 0 0.875rem 4.5rem;
  }

  .founders__inner {
    width: min(420px, calc(100vw - 1.75rem));
    min-height: 760px;
    margin: 0 auto;
    padding: 1.75rem 1.25rem;
    border-radius: 18px;
    box-shadow:
      0 22px 56px rgba(0, 0, 0, 0.38),
      0 8px 24px rgba(0, 0, 0, 0.28);
  }

  .founders__bg {
    top: -12%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -2;
  }

  .founders__overlay {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.04) 18%,
      rgba(0, 0, 0, 0.42) 50%,
      rgba(0, 0, 0, 0.9) 76%,
      rgba(0, 0, 0, 1) 100%
    );
  }

  .founders__content {
    width: 100%;
    margin-top: auto;
    gap: 2rem;
    padding: 7rem 0.25rem 0;
  }

  .founders__headline-wrap {
    gap: 1rem;
  }

  .founders__divider {
    opacity: 0.2;
  }

  .founders__title {
    font-size: clamp(1.6rem, 9vw, 2.2rem);
    line-height: 1.16;
    opacity: 0.56;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }

  .founders__text-grid {
    width: 100%;
    gap: 1rem;
    padding-inline: 0.25rem;
  }

  .founders__text-grid p {
    font-size: 0.95rem;
    line-height: 1.62;
  }
}
