

.preloader {
  display: none;
}

.founders-hero,
.founders-overview,
.leadership-section,
.founders-quote {
  position: relative;
}

.founders-hero {
  padding: 170px 0 110px;
  background:
    linear-gradient(120deg, rgba(12, 32, 24, 0.84), rgba(12, 32, 24, 0.58)),
    url("../images/bg2.jpeg") center/cover no-repeat;
  overflow: hidden;
}

.founders-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(215, 170, 122, 0.26), transparent 24%),
    linear-gradient(180deg, rgba(12, 32, 24, 0.05), rgba(12, 32, 24, 0.3));
}

.founders-hero-copy {
  position: relative;
  z-index: 1;
}

.founders-kicker,
.leader-role,
.quote-label,
.overview-card span {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 700;
}

.founders-kicker {
  color: #f0be89;
  margin-bottom: 18px;
}

.founders-hero h1,
.leader-copy h2,
.quote-panel h2 {
  font-family: 'Cormorant Garamond', serif;
}

.founders-hero h1 {
  color: #ffffff;
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.95;
  margin: 0 0 22px;
  max-width: 760px;
}

.founders-intro {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.9;
}

.founders-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 34px;
}

.founders-link {
  color: #ffffff;
  font-weight: 700;
}

.founders-overview {
  padding: 0 0 40px;
  margin-top: -52px;
  z-index: 2;
}

.overview-card,
.leadership-card,
.quote-panel {
  box-shadow: 0 24px 70px rgba(24, 47, 36, 0.1);
}

.overview-card {
  min-height: 220px;
  padding: 28px;
  border-radius: 26px;
  background: rgba(255, 252, 247, 0.95);
  border: 1px solid rgba(35, 51, 42, 0.08);
}

.overview-card span {
  color: #bd6f48;
}

.overview-card h3 {
  margin: 14px 0 12px;
  font-size: 24px;
}

.overview-card p,
.leader-copy p {
  color: #5f6d65;
  line-height: 1.9;
  font-size: 15px;
}

.leadership-section {
  padding-top: 40px;
}

.founders-title {
  text-align: center;
  padding-bottom: 26px;
}

.leadership-card {
  margin: 24px 0 0;
  padding: 30px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(246, 238, 228, 0.96));
  border: 1px solid rgba(35, 51, 42, 0.08);
}

.leadership-card-md {
  background: linear-gradient(180deg, rgba(235, 242, 236, 0.98), rgba(248, 243, 236, 0.96));
}

.leader-photo-wrap {
  height: 100%;
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  background: #d8dfd8;
}

.leader-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leader-copy {
  padding: 10px 8px 10px 26px;
}

.leader-bio p {
  margin-bottom: 16px;
}

.leader-bio p:last-child {
  margin-bottom: 0;
}

.leader-bio-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #bd6f48;
  font-size: 14px;
  font-weight: 700;
}

.leader-bio-toggle:hover,
.leader-bio-toggle:focus {
  color: #173328;
}

.leader-role {
  color: #bd6f48;
  margin-bottom: 10px;
}

.leader-copy h2 {
  margin: 0 0 18px;
  font-size: 54px;
  line-height: 0.95;
}

.founders-quote {
  padding: 10px 0 20px;
}

.quote-panel {
  padding: 42px 46px;
  border-radius: 30px;
  background: linear-gradient(135deg, #163327, #244738);
}

.quote-label {
  color: #f0be89;
  margin-bottom: 12px;
}

.quote-panel h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.02;
  max-width: 920px;
}

@media (max-width: 991px) {
  .leadership-card {
    display: flex;
    flex-direction: column;
  }

  .leadership-card > [class*="col-"] {
    width: 100%;
  }

  .leadership-copy-order {
    order: 2;
  }

  .leadership-photo-order {
    order: 1;
  }

  .leadership-card-ceo > div:first-child {
    order: 1;
  }

  .leadership-card-ceo > div:last-child {
    order: 2;
  }

  .leader-copy {
    padding: 24px 0 0;
  }

  .leadership-card {
    padding: 22px;
  }
}

@media (max-width: 767px) {
  .founders-hero {
    padding: 140px 0 90px;
  }

  .founders-actions {
    align-items: flex-start;
  }

  .overview-card,
  .leadership-card,
  .quote-panel {
    border-radius: 22px;
    margin: 10px;
  }

  .leader-photo-wrap {
    min-height: 320px;
    border-radius: 20px;
  }

  .leader-copy h2 {
    font-size: 42px;
  }

  .quote-panel {
    padding: 28px 22px;
  }
}
