/**
 * who_this_is_for_section.css — dark green, 2-col text+collage.
 */

.ncm-who-for {
  padding: clamp(3.750rem, calc(-0.536rem + 8.929vw), 7.500rem) 0;
  background-color: var(--clr-bg-dark);
  color: var(--clr-bg-warm);
  min-height: 797px;
}

.ncm-who-for__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px;
  align-items: flex-start;
}

.ncm-who-for__col-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 497px;
}

.ncm-who-for__heading {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ncm-who-for__heading-main {
  color: var(--clr-bg-warm);
  display: block;
}

.ncm-who-for__heading-muted {
  color: #8B998A;
  display: block;
}

.ncm-who-for__subtitle {
  font-family: var(--ff-primary);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--clr-bg-warm);
  margin: 0;
}

.ncm-who-for__desc-1 {
  font-family: var(--ff-primary);
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: var(--clr-bg-warm);
}

.ncm-who-for__desc-1 p {
  margin: 0;
}

.ncm-who-for__desc-2 {
  font-family: var(--ff-primary);
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  color: var(--clr-bg-warm);
}

.ncm-who-for__desc-2 p {
  margin: 0 0 20px;
}

.ncm-who-for__col-right {
  position: relative;
  width: 621px;
}

.ncm-who-for .ncm-collage {
  height: 488px;
}
.ncm-who-for .ncm-collage__primary {
  width: 497px;
  margin-left: auto;
  height: 100%;
}
.ncm-who-for .ncm-collage__primary img {
  height: 100%;
  object-position: 0% 9%;
}
.ncm-who-for .ncm-collage__secondary {
  width: 176px;
  bottom: -69px;
  left: 0px;
}
.ncm-who-for .ncm-collage__secondary img {
  aspect-ratio: 176 / 313;
  object-position: 8% 0%;
}

@media (max-width: 1200px) {
  .ncm-who-for__col-right{
    width: auto;
  }
}

@media (max-width: 1024px) {
  .ncm-who-for {
    padding-bottom: 120px;
    min-height: auto;
  }
  .ncm-who-for__inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .ncm-who-for__col-left {
    max-width: none;
  }
  .ncm-who-for .ncm-collage__primary {
    width: 100%;
    max-width: 497px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
 
  .ncm-who-for__heading {
    font-size: 32px;
    line-height: 38px;
  }
  .ncm-who-for__subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  .ncm-who-for__desc-1 {
    font-size: 19px;
    line-height: 26px;
  }
  .ncm-who-for__desc-2 {
    font-size: 17px;
    line-height: 24px;
  }
  .ncm-who-for .ncm-collage {
    height: auto;
  }
  .ncm-who-for .ncm-collage__primary {
    height: auto;
    aspect-ratio: 497 / 488;
  }
  .ncm-who-for .ncm-collage__primary img {
    height: 100%;
  }

  .ncm-who-for .ncm-collage__secondary {
      bottom: 0;
      left: 0;
  }
}
