/* PHASE 3 - TOOLKIT FAMILY BATCH 01 */
main .t3-hero {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  min-height: 830px;
  background: #fff
}

main .t3-hero-copy {
  padding: 108px 42px 68px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

main .t3-hero h1 {
  margin: 22px 0 0;
  font-size: clamp(62px, 6.9vw, 110px);
  line-height: .86;
  letter-spacing: -.072em;
  font-weight: 400
}

main .t3-hero p {
  margin: 38px 0 0;
  max-width: 850px;
  font-size: 15px;
  line-height: 1.76;
  color: #596b6d
}

main .t3-hero-media {
  position: relative;
  min-height: 830px;
  overflow: hidden;
  background: #082f31
}

main .t3-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.66) brightness(.58)
}

main .t3-note {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  padding: 26px;
  background: rgba(8, 47, 49, .94);
  color: #fff
}

main .t3-note strong {
  display: block;
  font-size: 29px;
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 400
}

main .t3-note p {
  margin: 10px 0 0;
  font-size: 9px;
  line-height: 1.64;
  color: #c8d5d6
}

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

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

main .t3-sec.dark {
  background: #082f31;
  color: #fff
}

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

main .t3-sec.dark .t3-ey {
  color: #a5b7b8
}

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

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

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

main .t3-sec.dark .t3-head p {
  color: #b9c8c9
}

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

main .t3-workbench article {
  padding: 28px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  min-height: 300px
}

main .t3-workbench article:nth-child(1) {
  grid-column: span 5
}

main .t3-workbench article:nth-child(2) {
  grid-column: span 7;
  background: #edf4f4
}

main .t3-workbench article:nth-child(3) {
  grid-column: span 4
}

main .t3-workbench article:nth-child(4) {
  grid-column: span 4;
  background: #082f31;
  color: #fff
}

main .t3-workbench article:nth-child(5) {
  grid-column: span 4
}

main .t3-workbench h3 {
  margin: 115px 0 14px;
  font-size: 25px;
  line-height: 1.02;
  letter-spacing: -.042em;
  font-weight: 400
}

main .t3-workbench p {
  font-size: 9.5px;
  line-height: 1.67;
  color: #687a7c
}

main .t3-workbench article:nth-child(4) p {
  color: #b8c8c9
}

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

main .t3-checkrow {
  display: grid;
  grid-template-columns: .12fr .88fr;
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  min-height: 190px
}

main .t3-checkrow .mark {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 30px;
  border-right: 1px solid rgba(17, 22, 23, .12)
}

main .t3-checkrow .box {
  width: 20px;
  height: 20px;
  border: 1px solid #082f31;
  background: #fff
}

main .t3-checkrow .copy {
  padding: 28px
}

main .t3-checkrow h3 {
  margin: 0 0 12px;
  font-size: 27px;
  line-height: 1.02;
  letter-spacing: -.042em;
  font-weight: 400
}

main .t3-checkrow p {
  margin: 0;
  font-size: 10px;
  line-height: 1.7;
  color: #687a7c;
  max-width: 1000px
}

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

main .t3-terms .intro {
  padding: 42px;
  background: #082f31;
  color: #fff
}

main .t3-terms .intro h3 {
  margin: 170px 0 18px;
  font-size: clamp(38px, 4.2vw, 66px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 400
}

main .t3-terms .intro p {
  font-size: 11px;
  line-height: 1.75;
  color: #b7c7c8
}

main .t3-terms .clauses {
  display: grid;
  grid-template-columns: 1fr 1fr
}

main .t3-terms .clauses article {
  padding: 28px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  min-height: 250px
}

main .t3-terms .clauses strong {
  display: block;
  margin: 95px 0 12px;
  font-size: 20px;
  font-weight: 400
}

main .t3-terms .clauses p {
  font-size: 9px;
  line-height: 1.65;
  color: #687a7c
}

main .t3-protocol {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(17, 22, 23, .12)
}

main .t3-protocol article {
  padding: 26px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  min-height: 320px
}

main .t3-protocol article:last-child {
  border-right: 0
}

main .t3-protocol strong {
  display: block;
  margin: 120px 0 14px;
  font-size: 21px;
  line-height: 1.04;
  font-weight: 400
}

main .t3-protocol p {
  font-size: 9px;
  line-height: 1.65;
  color: #687a7c
}

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

main .t3-boundary .col {
  padding: 34px
}

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

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

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

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

main .t3-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 .t3-scenarios article:nth-child(2) {
  background: #082f31;
  color: #fff
}

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

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

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

main .t3-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 .t3-essay .lead {
  padding: 42px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12)
}

main .t3-essay .lead h3 {
  margin: 165px 0 18px;
  font-size: clamp(40px, 4.4vw, 68px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 400
}

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

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

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

main .t3-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 .t3-person {
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  display: grid;
  grid-template-columns: .42fr .58fr;
  min-height: 330px
}

main .t3-person figure {
  margin: 0;
  min-height: 330px;
  overflow: hidden
}

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

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

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

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

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

main .t3-final {
  padding: 160px 40px 95px;
  border-top: 1px solid rgba(17, 22, 23, .12)
}

main .t3-final h2 {
  margin: 18px 0 0;
  max-width: 1180px;
  font-size: clamp(54px, 6vw, 98px);
  line-height: .89;
  letter-spacing: -.066em;
  font-weight: 400
}

main .t3-final p {
  margin: 34px 0 0;
  max-width: 900px;
  font-size: 12px;
  line-height: 1.74;
  color: #607274
}

@media(max-width: 1000px) {
  main .t3-hero, main .t3-head, main .t3-terms, main .t3-essay {
    grid-template-columns: 1fr
  }
  main .t3-workbench {
    grid-template-columns: 1fr
  }
  main .t3-workbench article {
    grid-column: auto!important
  }
  main .t3-protocol {
    grid-template-columns: 1fr 1fr
  }
  main .t3-people {
    grid-template-columns: 1fr
  }
}

@media(max-width: 700px) {
  main .t3-sec, main .t3-final, main .t3-hero-copy {
    padding-left: 20px;
    padding-right: 20px
  }
  main .t3-terms .clauses, main .t3-boundary, main .t3-scenarios, main .t3-protocol {
    grid-template-columns: 1fr
  }
  main .t3-checkrow {
    grid-template-columns: .18fr .82fr
  }
  main .t3-person {
    grid-template-columns: 1fr
  }
}
