main .s4-sec {
  padding: 150px 38px;
  border-top: 1px solid rgba(17, 22, 23, .12);
  background: #fff
}

main .s4-sec.mist {
  background: #edf4f4
}

main .s4-ey {
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #748688;
  font-weight: 600
}

main .s4-head {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 66px
}

main .s4-head h2 {
  margin: 0;
  font-size: clamp(48px, 5.45vw, 84px);
  line-height: .92;
  letter-spacing: -.058em;
  font-weight: 400
}

main .s4-head p {
  margin: 0;
  font-size: 12px;
  line-height: 1.76;
  color: #607274
}

main .s4-signals {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(17, 22, 23, .12);
  border-left: 1px solid rgba(17, 22, 23, .12)
}

main .s4-signals article {
  padding: 30px;
  min-height: 292px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12)
}

main .s4-signals article:nth-child(2), main .s4-signals article:nth-child(3) {
  background: #edf4f4
}

main .s4-signals h3 {
  margin: 104px 0 14px;
  font-size: 26px;
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 400
}

main .s4-signals p {
  font-size: 9.5px;
  line-height: 1.68;
  color: #65787a
}

main .s4-path {
  border-top: 1px solid rgba(17, 22, 23, .12)
}

main .s4-path article {
  display: grid;
  grid-template-columns: .2fr .8fr;
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  min-height: 184px
}

main .s4-path .meta {
  padding: 28px;
  border-right: 1px solid rgba(17, 22, 23, .12)
}

main .s4-path .meta strong {
  display: block;
  margin-top: 58px;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -.055em
}

main .s4-path .copy {
  padding: 28px
}

main .s4-path h3 {
  margin: 34px 0 12px;
  font-size: 27px;
  line-height: 1.03;
  letter-spacing: -.04em;
  font-weight: 400
}

main .s4-path p {
  font-size: 10px;
  line-height: 1.7;
  color: #65787a;
  max-width: 980px
}

main .s4-bound {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(17, 22, 23, .12)
}

main .s4-bound .col {
  padding: 34px
}

main .s4-bound .col:first-child {
  background: #edf4f4;
  border-right: 1px solid rgba(17, 22, 23, .12)
}

main .s4-bound h3 {
  margin: 102px 0 18px;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.045em
}

main .s4-bound li {
  font-size: 10px;
  line-height: 1.7;
  color: #65787a;
  margin: 10px 0
}

main .s4-people {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(17, 22, 23, .12);
  border-left: 1px solid rgba(17, 22, 23, .12)
}

main .s4-person {
  display: grid;
  grid-template-columns: .42fr .58fr;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  min-height: 330px
}

main .s4-person figure {
  margin: 0;
  overflow: hidden
}

main .s4-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72)
}

main .s4-person .body {
  padding: 22px;
  display: flex;
  flex-direction: column
}

main .s4-person h3 {
  margin: 14px 0 8px;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.04em
}

main .s4-person p {
  font-size: 8.5px;
  line-height: 1.62;
  color: #65787a
}

main .s4-person .links {
  margin-top: auto;
  display: flex;
  gap: 14px;
  font-size: 8px
}

@media(max-width: 1000px) {
  main .s4-head {
    grid-template-columns: 1fr
  }
  main .s4-people {
    grid-template-columns: 1fr
  }
}

@media(max-width: 700px) {
  main .s4-sec {
    padding-left: 20px;
    padding-right: 20px
  }
  main .s4-signals, main .s4-bound {
    grid-template-columns: 1fr
  }
  main .s4-path article {
    grid-template-columns: 1fr
  }
  main .s4-path .meta {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 22, 23, .12)
  }
  main .s4-person {
    grid-template-columns: 1fr
  }
}
