.about-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 8vw, 116px) 0 84px;
  background: #fbf6ea;
}

.about-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  gap: clamp(54px, 8vw, 116px);
  align-items: center;
}

.about-hero-copy h1 {
  margin: 24px 0 24px;
  color: #162318;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(54px, 6.2vw, 88px);
  font-weight: 600;
  line-height: .94;
  letter-spacing: -.05em;
}

.about-hero-copy h1 em,
.about-model h2 em,
.about-final h2 em {
  color: #a94625;
  font-weight: 500;
}

.about-hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: #6a5840;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.65;
}

.about-actions,
.about-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.about-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 38px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #d9cfba;
  list-style: none;
}

.about-hero-proof li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #425643;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.about-hero-proof .ic {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #2f5b37;
}

.about-hero-media {
  position: relative;
  min-height: 570px;
}

.about-hero-media::before {
  position: absolute;
  top: 28px;
  right: 24px;
  bottom: 12px;
  left: 62px;
  border: 1px solid #d4c5aa;
  border-radius: 48% 48% 8px 8px;
  content: "";
}

.about-main-photo,
.about-inset-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #e7decb;
  box-shadow: 0 22px 52px rgba(53, 39, 21, .17);
}

.about-main-photo {
  inset: 0 28% 9% 0;
  border-radius: 48% 48% 10px 10px;
}

.about-inset-photo {
  right: 0;
  bottom: 0;
  width: 55%;
  height: 43%;
  border: 8px solid #fbf6ea;
  border-radius: 10px;
}

.about-main-photo img,
.about-inset-photo img,
.about-trust figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-main-photo img {
  object-position: center;
  mix-blend-mode: multiply;
}

.about-inset-photo img {
  object-position: center 20%;
}

.about-media-note {
  position: absolute;
  top: 40px;
  right: -12px;
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #d7c8ad;
  border-radius: 999px;
  background: #fffdf7;
  box-shadow: 0 14px 34px rgba(53, 39, 21, .12);
  color: #6c5940;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.about-media-note .ic {
  width: 15px;
  height: 15px;
  color: #a94625;
}

.about-media-note strong {
  color: #254d2d;
}

.about-why {
  padding: 100px 0;
  border-top: 1px solid #e0d6c3;
  border-bottom: 1px solid #e0d6c3;
  background: #fffdf7;
}

.about-why-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
  gap: clamp(60px, 10vw, 150px);
}

.about-kicker {
  display: block;
  margin-bottom: 16px;
  color: #a94625;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.about-why h2,
.about-model h2,
.about-section-head h2,
.about-evidence h2,
.about-trust h2,
.about-boundaries h2 {
  margin: 0;
  color: #18251a;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.04em;
}

.about-why-copy p {
  margin: 0 0 20px;
  color: #65533d;
  font-size: 17px;
  line-height: 1.75;
}

.about-why-copy strong {
  color: #294f31;
}

.about-model {
  padding: 108px 0;
  background: #1d4126;
  color: #f9f3e6;
}

.about-model-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 30px 80px;
  align-items: end;
  margin-bottom: 56px;
}

.about-model-head .about-kicker {
  grid-column: 1 / -1;
  margin: 0;
  color: #edb08d;
}

.about-model h2 {
  color: #fff8e9;
}

.about-model h2 em {
  color: #edb08d;
}

.about-model-head > p {
  margin: 0;
  color: #d7d5c7;
  line-height: 1.7;
}

.about-role-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.about-role-grid article {
  min-height: 315px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
}

.about-role-grid article.is-platform {
  background: #fff7e9;
  color: #1d4126;
  transform: translateY(-14px);
}

.about-role-icon,
.about-work-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #f4c09d;
}

.about-role-grid .is-platform .about-role-icon {
  background: #e5eadc;
  color: #285632;
}

.about-role-icon .ic,
.about-work-icon .ic {
  width: 23px;
  height: 23px;
}

.about-role-grid article > span {
  display: block;
  margin-bottom: 11px;
  color: #e5ad89;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.about-role-grid .is-platform > span {
  color: #a94625;
}

.about-role-grid h3,
.about-work-grid h3 {
  margin: 0 0 14px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.15;
}

.about-role-grid p {
  margin: 0;
  color: #d5d3c5;
  font-size: 14px;
  line-height: 1.7;
}

.about-role-grid .is-platform p {
  color: #66563f;
}

.about-work {
  padding: 108px 0;
  background: #fbf6ea;
}

.about-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 54px;
}

.about-section-head > p {
  max-width: 480px;
  margin: 0;
  color: #69583f;
  line-height: 1.7;
}

.about-work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #d9cfba;
  border-left: 1px solid #d9cfba;
}

.about-work-grid article {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 0 24px;
  min-height: 230px;
  padding: 32px;
  border-right: 1px solid #d9cfba;
  border-bottom: 1px solid #d9cfba;
  background: rgba(255,253,247,.7);
}

.about-work-icon {
  grid-row: 1 / 3;
  margin: 0;
  background: #e5eadc;
  color: #285632;
}

.about-work-grid h3 {
  align-self: end;
  margin-bottom: 10px;
}

.about-work-grid p {
  align-self: start;
  margin: 0;
  color: #6a5941;
  font-size: 14px;
  line-height: 1.7;
}

.about-evidence {
  padding: 88px 0;
  background: #e9e0cf;
}

.about-evidence-grid {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(440px, 1.15fr);
  gap: clamp(60px, 10vw, 140px);
  align-items: center;
}

.about-evidence h2 {
  font-size: clamp(34px, 3.4vw, 48px);
}

.about-evidence-grid > div:first-child > p {
  max-width: 480px;
  margin: 20px 0 0;
  color: #67563f;
  line-height: 1.7;
}

.about-live-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #c9bda8;
  border-bottom: 1px solid #c9bda8;
}

.about-live-stats > div {
  padding: 28px 20px;
  border-right: 1px solid #c9bda8;
}

.about-live-stats > div:last-child {
  border-right: 0;
}

.about-live-stats strong,
.about-live-stats span {
  display: block;
}

.about-live-stats strong {
  color: #214c2a;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(42px, 4vw, 60px);
  font-weight: 600;
  line-height: 1;
}

.about-live-stats span {
  margin-top: 9px;
  color: #685840;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.about-trust {
  padding: 108px 0;
  background: #fffdf7;
}

.about-trust-grid {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  gap: clamp(56px, 9vw, 126px);
  align-items: center;
}

.about-trust figure {
  position: relative;
  min-height: 550px;
  margin: 0;
}

.about-trust figure::after {
  position: absolute;
  top: 28px;
  right: -22px;
  bottom: -22px;
  left: 28px;
  z-index: 0;
  border: 1px solid #cfc1a7;
  content: "";
}

.about-trust figure img {
  position: absolute;
  z-index: 1;
}

.about-trust-grid > div > p {
  margin: 22px 0 0;
  color: #66543e;
  font-size: 16px;
  line-height: 1.75;
}

.about-trust ul {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid #ddd2bd;
  list-style: none;
}

.about-trust li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid #ddd2bd;
  color: #66543e;
  font-size: 14px;
  line-height: 1.55;
}

.about-trust li .ic {
  width: 20px;
  height: 20px;
  color: #2b5b35;
}

.about-trust li strong {
  color: #1d3f25;
}

.about-boundaries {
  padding: 104px 0;
  background: #f3eadb;
}

.about-boundaries-head {
  max-width: 760px;
  margin-bottom: 48px;
}

.about-boundaries-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.about-boundaries-grid > div {
  padding: 30px;
  border-top: 4px solid #2b5b35;
  background: #fffdf7;
}

.about-boundaries-grid > div:last-child {
  border-top-color: #a94625;
}

.about-boundaries-grid span {
  display: block;
  margin-bottom: 22px;
  color: #a94625;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.about-boundaries-grid ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: #5f503d;
  line-height: 1.6;
}

.about-final {
  padding: 88px 0;
  background: #a94625;
}

.about-final-grid {
  display: flex;
  gap: 48px;
  align-items: flex-end;
  justify-content: space-between;
}

.about-final h2 {
  margin: 20px 0 0;
  color: #fff8e9;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.about-final h2 em {
  color: #f4d1ba;
}

.about-final-actions {
  flex: 0 0 auto;
  margin: 0;
}

@media (max-width: 1050px) {
  .about-hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 46px;
  }

  .about-hero-media {
    min-height: 490px;
  }

  .about-role-grid h3 {
    font-size: 22px;
  }

  .about-trust-grid {
    grid-template-columns: .85fr 1.15fr;
    gap: 58px;
  }
}

@media (max-width: 760px) {
  .about-hero {
    padding: 56px 0 68px;
  }

  .about-hero-grid,
  .about-why-grid,
  .about-model-head,
  .about-section-head,
  .about-evidence-grid,
  .about-trust-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-copy h1 {
    font-size: clamp(48px, 13.4vw, 65px);
  }

  .about-hero-proof {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .about-hero-media {
    min-height: 470px;
  }

  .about-main-photo {
    inset: 0 22% 12% 0;
  }

  .about-inset-photo {
    width: 57%;
    height: 39%;
  }

  .about-media-note {
    top: 28px;
    right: 0;
  }

  .about-why,
  .about-model,
  .about-work,
  .about-trust,
  .about-boundaries,
  .about-final {
    padding: 72px 0;
  }

  .about-why-grid,
  .about-model-head,
  .about-section-head,
  .about-evidence-grid,
  .about-trust-grid {
    gap: 30px;
  }

  .about-role-grid,
  .about-work-grid,
  .about-boundaries-grid {
    grid-template-columns: 1fr;
  }

  .about-role-grid article {
    min-height: auto;
  }

  .about-role-grid article.is-platform {
    transform: none;
  }

  .about-work-grid article {
    min-height: 210px;
    padding: 26px 22px;
  }

  .about-evidence {
    padding: 68px 0;
  }

  .about-live-stats {
    grid-template-columns: 1fr;
  }

  .about-live-stats > div {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid #c9bda8;
  }

  .about-live-stats > div:last-child {
    border-bottom: 0;
  }

  .about-live-stats span {
    margin: 0;
  }

  .about-trust figure {
    min-height: 390px;
    margin-right: 20px;
  }

  .about-final-grid {
    display: block;
  }

  .about-final-actions {
    margin-top: 34px;
  }
}

@media (max-width: 430px) {
  .about-actions,
  .about-final-actions {
    display: grid;
  }

  .about-actions .btn-pg,
  .about-final-actions .btn-pg {
    justify-content: center;
  }

  .about-hero-media {
    min-height: 420px;
  }

  .about-media-note {
    font-size: 9px;
  }

  .about-work-grid article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0 16px;
  }

  .about-work-icon {
    width: 46px;
    height: 46px;
  }
}
