/* PHASE 3 - STANDARDS FAMILY BATCH 01 */
main .s3-hero {
  min-height: 850px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  background: #fff
}

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

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

main .s3-hero h1 {
  margin: 22px 0 0;
  font-size: clamp(64px, 7vw, 112px);
  line-height: .85;
  letter-spacing: -.074em;
  font-weight: 400
}

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

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

main .s3-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.7) brightness(.62)
}

main .s3-hero-note {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 24px;
  background: rgba(8, 47, 49, .93);
  color: #fff
}

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

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

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

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

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

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

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

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

main .s3-principles article {
  min-height: 315px;
  padding: 26px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12)
}

main .s3-principles article:nth-child(even) {
  background: #edf4f4
}

main .s3-principles h3 {
  margin: 125px 0 14px;
  font-size: 22px;
  line-height: 1.03;
  letter-spacing: -.04em;
  font-weight: 400
}

main .s3-principles p {
  font-size: 9px;
  line-height: 1.66;
  color: #687a7c
}

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

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

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

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

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

main .s3-photo {
  min-height: 620px;
  position: relative;
  overflow: hidden
}

main .s3-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.7) brightness(.43)
}

main .s3-photo .inner {
  position: relative;
  z-index: 2;
  min-height: 620px;
  padding: 58px 40px;
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 70px;
  align-items: end;
  color: #fff
}

main .s3-photo h2 {
  margin: 0;
  font-size: clamp(50px, 5.7vw, 86px);
  line-height: .9;
  letter-spacing: -.06em;
  font-weight: 400
}

main .s3-photo p {
  font-size: 12px;
  line-height: 1.72;
  color: #d2dddd
}

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

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

main .s3-flow article:last-child {
  border-right: 0
}

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

main .s3-flow p {
  font-size: 9px;
  line-height: 1.64;
  color: #687a7c
}

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

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

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

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

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

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

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

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

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

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

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

main .s3-register {
  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 .s3-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 .s3-person figure {
  margin: 0;
  min-height: 330px;
  overflow: hidden
}

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

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

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

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

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

main .s3-library {
  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 .s3-library a {
  min-height: 270px;
  padding: 26px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

main .s3-library a:nth-child(even) {
  background: #edf4f4
}

main .s3-library strong {
  font-size: 23px;
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: -.04em
}

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

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

main .s3-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 .s3-final p {
  margin: 34px 0 0;
  max-width: 920px;
  font-size: 12px;
  line-height: 1.74;
  color: #607274
}

@media(max-width: 1050px) {
  main .s3-hero, main .s3-head, main .s3-photo .inner, main .s3-essay {
    grid-template-columns: 1fr
  }
  main .s3-principles, main .s3-flow {
    grid-template-columns: 1fr 1fr
  }
  main .s3-register {
    grid-template-columns: 1fr
  }
}

@media(max-width: 700px) {
  main .s3-hero-copy, main .s3-sec, main .s3-final {
    padding-left: 20px;
    padding-right: 20px
  }
  main .s3-principles, main .s3-flow, main .s3-boundary, main .s3-scenarios, main .s3-library {
    grid-template-columns: 1fr
  }
  main .s3-boundary .col:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 22, 23, .12)
  }
  main .s3-person {
    grid-template-columns: 1fr
  }
}
