/* Missiepagina. Alles direct zichtbaar, geen slider, geen scroll-animaties. */

.missie--container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.missie--label {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0f945d;
  margin: 0 0 20px;
  font-weight: 600;
}

.missie--kop {
  font-weight: 700;
  font-family: var(--heading_font_family, Poppins), sans-serif;
  font-size: clamp(38px, 6.5vw, 82px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin: 0 0 24px;
  max-width: 15ch;
}

.missie--onderkop {
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.6;
  color: #b6bbc2;
  max-width: 64ch;
  margin: 0;
}

.missie--hero {
  padding: clamp(70px, 11vw, 140px) 0 clamp(50px, 7vw, 90px);
  background: #232323;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

/* Teamfoto als fluistering achter de missiekop; het verloop houdt de
   tekstkant rustig. */
.missie--hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #232323 0%, rgba(35, 35, 35, 0.55) 55%, rgba(35, 35, 35, 0.2) 100%),
    url("/assets/media/img/Hurkshot_3aeee360-0e69-415e-b000-371dabef7a31.jpg") center / cover no-repeat;
  opacity: 0.34;
  pointer-events: none;
}

.missie--hero .missie--container {
  position: relative;
  z-index: 1;
}

.missie--cijfers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 28px;
  margin-top: clamp(48px, 7vw, 84px);
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.missie--cijfer-getal {
  display: block;
  font-weight: 700;
  font-family: var(--heading_font_family, Poppins), sans-serif;
  font-size: clamp(34px, 4.5vw, 52px);
  line-height: 1;
  letter-spacing: -0.035em;
  color: #ffffff;
  margin-bottom: 10px;
}

.missie--cijfer-label {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #8f959d;
  max-width: 24ch;
}

.missie--h2 {
  font-weight: 700;
  font-family: var(--heading_font_family, Poppins), sans-serif;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: #ffffff;
  margin: 0 0 18px;
}

.missie--intro {
  font-size: 17px;
  line-height: 1.6;
  color: #8f959d;
  margin: 0 0 48px;
  max-width: 64ch;
}

.missie--p {
  font-size: 15px;
  line-height: 1.7;
  color: #b6bbc2;
  margin: 0 0 18px;
  max-width: 62ch;
}

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

/* ------------------------------------------------------------- verhaal -- */

.missie--verhaal {
  padding: clamp(56px, 8vw, 100px) 0;
  background: #1c1c1c;
}

.missie--verhaal-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.missie--verhaal-beeld {
  margin: 0;
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: #2a2a2a;
}

.missie--verhaal-beeld img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.missie--verhaal-beeld figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 44px 24px 22px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  color: #ffffff;
}

.missie--verhaal-beeld figcaption strong {
  display: block;
  font-size: 15px;
  margin-bottom: 3px;
}

.missie--verhaal-beeld figcaption span {
  font-size: 13px;
  color: #d3d6da;
}

/* --------------------------------------------------------------- fases -- */

.missie--fases {
  padding: clamp(56px, 8vw, 100px) 0;
  background: #232323;
  position: relative;
  overflow: hidden;
}

.missie--fases::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, #232323 0%, rgba(35, 35, 35, 0.72) 45%, rgba(35, 35, 35, 0.55) 100%),
    url("https://cdn.shopify.com/s/files/1/0595/4709/1100/files/PXL_20250326_200107356.RAW-01.COVER.jpg?width=1800") center / cover no-repeat;
  opacity: 0.3;
  pointer-events: none;
}

.missie--fases .missie--container {
  position: relative;
  z-index: 1;
}

.missie--fase-lijst {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.missie--fase {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 22px;
  align-items: start;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: #1c1c1c;
}

.missie--fase-komt {
  background: transparent;
  border-style: dashed;
}

.missie--fase-nummer {
  font-family: var(--heading_font_family, Poppins), sans-serif;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.16);
}

.missie--fase-loopt .missie--fase-nummer {
  color: #0f945d;
}

.missie--fase-periode {
  font-size: 13px;
  color: #8f959d;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.missie--badge {
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0f945d;
  border: 1px solid rgba(15, 148, 93, 0.45);
  border-radius: 999px;
  padding: 3px 10px;
}

.missie--fase-titel {
  font-weight: 700;
  font-family: var(--heading_font_family, Poppins), sans-serif;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 10px;
}

/* ---------------------------------------------------------------- team -- */

.missie--team {
  padding: clamp(56px, 8vw, 100px) 0;
  background: #232323;
}

.missie--team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px 24px;
}

.missie--lid-beeld {
  border-radius: 20px;
  overflow: hidden;
  background: #2a2a2a;
  margin-bottom: 16px;
}

.missie--lid-beeld img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.missie--lid-naam {
  font-weight: 700;
  font-family: var(--heading_font_family, Poppins), sans-serif;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 3px;
}

.missie--lid-rol {
  font-size: 13px;
  color: #0f945d;
  margin: 0 0 10px;
  font-weight: 500;
}

.missie--lid-tekst {
  font-size: 14px;
  line-height: 1.65;
  color: #9aa0a8;
  margin: 0;
}

/* ----------------------------------------------------------------- cta -- */

.missie--cta {
  padding: clamp(56px, 8vw, 100px) 0;
  background: #232323;
  text-align: center;
}

.missie--cta-kop {
  font-weight: 700;
  font-family: var(--heading_font_family, Poppins), sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.035em;
  color: #ffffff;
  margin: 0 0 16px;
}

.missie--cta .missie--p {
  margin: 0 auto 32px;
  text-align: center;
}

.missie--cta-knoppen {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.missie--knop {
  display: inline-block;
  padding: 15px 32px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.missie--knop:hover {
  opacity: 0.86;
}

.missie--knop-primair {
  background: #0f945d;
  color: #ffffff;
}

.missie--knop-secundair {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

/* --------------------------------------------------------------- klein -- */

@media (max-width: 860px) {
  .missie--verhaal-grid {
    grid-template-columns: 1fr;
  }

  .missie--fase {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 20px;
  }

  .missie--fase-nummer {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .missie--cta-knoppen {
    flex-wrap: nowrap;
  }

  .missie--knop {
    flex: 1;
    padding: 15px 12px;
    white-space: nowrap;
  }
}

/* De teamsectie staat nu bovenaan de pagina en mag daarom wat groter opendraaien. */
.missie--h2-groot {
  font-size: clamp(34px, 5.5vw, 62px);
}

.missie--team:first-of-type {
  padding-top: clamp(64px, 9vw, 110px);
}

/* De nuance bij de gratis-bijlesbelofte: rustiger dan de onderkop, maar wel
   duidelijk als aparte gedachte gemarkeerd. */
.missie--nuance {
  margin: 24px 0 0;
  padding-left: 18px;
  border-left: 2px solid #0f945d;
  font-size: 15px;
  line-height: 1.7;
  color: #8f959d;
  max-width: 66ch;
}
