/* PHASE 3 - DEVELOP DEPTH PASS A */
main .p3-deep {
  padding: 145px 38px;
  border-top: 1px solid rgba(17, 22, 23, .12);
  background: #fff
}

main .p3-deep.mist {
  background: #edf4f4
}

main .p3-deep-head {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 62px
}

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

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

main .p3-essay {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  border-top: 1px solid rgba(17, 22, 23, .12);
  border-left: 1px solid rgba(17, 22, 23, .12)
}

main .p3-essay .lead {
  padding: 42px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12)
}

main .p3-essay .lead h3 {
  margin: 155px 0 18px;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: .95;
  letter-spacing: -.052em;
  font-weight: 400
}

main .p3-essay .lead p {
  font-size: 12px;
  line-height: 1.78;
  color: #607274
}

main .p3-essay .body {
  padding: 42px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12)
}

main .p3-essay .body p {
  margin: 0 0 24px;
  font-size: 11px;
  line-height: 1.82;
  color: #536668
}

main .p3-essay .body p:last-child {
  margin-bottom: 0
}

main .p3-scenarios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

main .p3-scenarios article {
  min-height: 360px;
  padding: 30px;
  border: 1px solid rgba(17, 22, 23, .12);
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

main .p3-scenarios article:nth-child(2) {
  background: #082f31;
  color: #fff
}

main .p3-scenarios article:nth-child(2) p {
  color: #b8c8c9
}

main .p3-scenarios small {
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #758789;
  font-weight: 600
}

main .p3-scenarios article:nth-child(2) small {
  color: #9eb2b3
}

main .p3-scenarios h3 {
  margin: 100px 0 14px;
  font-size: 25px;
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 400
}

main .p3-scenarios p {
  font-size: 9.5px;
  line-height: 1.7;
  color: #65787a
}

@media(max-width: 1000px) {
  main .p3-deep-head, main .p3-essay {
    grid-template-columns: 1fr
  }
  main .p3-scenarios {
    grid-template-columns: 1fr
  }
}

@media(max-width: 700px) {
  main .p3-deep {
    padding-left: 20px;
    padding-right: 20px
  }
}
