.about-page {
  --about-ink: #233138;
  --about-muted: #617078;
  --about-line: #dce2e3;
  --about-soft: #f3f5f5;
  --about-soft-teal: #edf4f3;
  --about-teal: #356c74;
  --about-teal-dark: #285961;
  --about-orange: #d95600;
  --about-orange-dark: #b94700;
  --about-warm: #fff7f1;
  padding-bottom: 36px;
  color: var(--about-ink);
  letter-spacing: 0;
}

.about-page *,
.about-page *::before,
.about-page *::after {
  box-sizing: border-box;
}

.about-page a,
.about-page button {
  letter-spacing: 0;
}

.about-hero {
  margin: -30px -12px 0;
  border-top: 4px solid var(--about-orange);
  border-bottom: 1px solid var(--about-line);
  background: var(--about-soft);
}

.about-hero__inner,
.about-product,
.about-principles,
.about-project,
.about-resources,
.about-next-step {
  width: min(1180px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.about-hero__inner {
  padding: 47px 0 42px;
}

.about-eyebrow {
  margin: 0 0 8px;
  color: var(--about-teal);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-hero h1 {
  margin: 0;
  border: 0;
  color: var(--about-ink);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.12;
}

.about-lead {
  max-width: 790px;
  margin: 16px 0 0;
  color: var(--about-muted);
  font-size: 18px;
  line-height: 1.65;
}

.about-hero__actions,
.about-next-step__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 27px;
}

.about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 45px;
  padding: 10px 17px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.3;
  text-decoration: none;
  transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
}

.about-button--primary {
  border-color: var(--about-orange);
  background: var(--about-orange);
  color: #fff;
}

.about-button--primary:hover {
  border-color: var(--about-orange-dark);
  background: var(--about-orange-dark);
  color: #fff;
}

.about-button--secondary {
  border-color: #bdc9cc;
  background: #fff;
  color: var(--about-ink);
}

.about-button--secondary:hover {
  border-color: var(--about-teal);
  background: var(--about-soft-teal);
  color: var(--about-teal-dark);
}

.about-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin: 25px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #d5dcde;
  list-style: none;
}

.about-facts li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #526269;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.about-facts i {
  color: var(--about-teal);
  font-size: 15px;
}

.about-product {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(470px, 1.14fr);
  gap: 54px;
  align-items: center;
  padding-top: 50px;
}

.about-product h2,
.about-section-heading h2,
.about-project h2,
.about-next-step h2 {
  margin: 0;
  color: var(--about-ink);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.28;
}

.about-product__copy > p:not(.about-eyebrow) {
  margin: 14px 0 0;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.65;
}

.about-product__highlights {
  display: grid;
  gap: 10px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}

.about-product__highlights li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid var(--about-line);
}

.about-product__highlights li:last-child {
  border-bottom: 1px solid var(--about-line);
}

.about-product__highlights i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: var(--about-soft-teal);
  color: var(--about-teal);
  font-size: 16px;
}

.about-product__highlights span {
  color: var(--about-muted);
  font-size: 12px;
  line-height: 1.5;
}

.about-product__highlights strong {
  display: block;
  margin-bottom: 1px;
  color: var(--about-ink);
  font-size: 13px;
  font-weight: 750;
}

.about-product__preview {
  min-width: 0;
  margin: 0;
}

.about-product__frame {
  padding: 9px;
  border: 1px solid #cbd4d6;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(35, 49, 56, 0.12);
}

.about-product__preview img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #aeb9bd;
}

.about-product__preview figcaption {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-top: 12px;
  color: var(--about-muted);
  font-size: 11px;
  line-height: 1.5;
}

.about-product__preview figcaption span {
  flex: 0 0 auto;
  color: #45565e;
  font-weight: 750;
}

.about-product__preview figcaption i {
  margin-right: 5px;
  color: var(--about-teal);
}

.about-principles {
  padding-top: 51px;
}

.about-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 22px;
}

.about-section-heading > p {
  max-width: 470px;
  margin: 0 0 3px;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.55;
}

.about-principle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--about-line);
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}

.about-principle {
  min-width: 0;
  min-height: 218px;
  padding: 24px 23px;
  border-top: 3px solid var(--about-teal);
}

.about-principle + .about-principle {
  border-left: 1px solid var(--about-line);
}

.about-principle--orange {
  border-top-color: var(--about-orange);
}

.about-principle--steel {
  border-top-color: #607c89;
}

.about-principle--graphite {
  border-top-color: #687176;
}

.about-principle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: var(--about-soft-teal);
  color: var(--about-teal);
  font-size: 20px;
}

.about-principle--orange .about-principle__icon {
  background: var(--about-warm);
  color: var(--about-orange-dark);
}

.about-principle--steel .about-principle__icon {
  background: #eef2f4;
  color: #536f7d;
}

.about-principle--graphite .about-principle__icon {
  background: #f0f1f2;
  color: #555e63;
}

.about-principle h3 {
  margin: 17px 0 0;
  color: var(--about-ink);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.35;
}

.about-principle p {
  margin: 9px 0 0;
  color: var(--about-muted);
  font-size: 12px;
  line-height: 1.55;
}

.about-project {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.84fr);
  gap: 56px;
  align-items: center;
  margin-top: 49px;
  padding: 37px;
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
  background: var(--about-soft);
}

.about-project__story > p:not(.about-eyebrow) {
  margin: 14px 0 0;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.65;
}

.about-project__story strong {
  color: #3c4b52;
  font-weight: 750;
}

.about-contribute {
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 7px;
  background: #fff;
}

.about-contribute > header {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 19px 20px 16px;
  border-bottom: 1px solid var(--about-line);
}

.about-contribute > header > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: var(--about-soft-teal);
  color: var(--about-teal);
  font-size: 19px;
}

.about-contribute header p {
  margin: 0 0 2px;
  color: var(--about-muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-contribute h3 {
  margin: 0;
  color: var(--about-ink);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.35;
}

.about-contribute > a {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) 18px;
  gap: 11px;
  align-items: center;
  min-height: 77px;
  padding: 15px 20px;
  color: var(--about-ink);
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
}

.about-contribute > a + a {
  border-top: 1px solid var(--about-line);
}

.about-contribute > a:hover {
  background: #fafbfb;
  color: var(--about-orange-dark);
}

.about-contribute > a > i:first-child {
  color: var(--about-teal);
  font-size: 18px;
}

.about-contribute > a > i:last-child {
  color: #8b979c;
  font-size: 13px;
}

.about-contribute a span {
  color: var(--about-muted);
  font-size: 11px;
  line-height: 1.45;
}

.about-contribute a strong {
  display: block;
  margin-bottom: 2px;
  color: var(--about-ink);
  font-size: 13px;
  font-weight: 750;
}

.about-resources {
  padding-top: 50px;
}

.about-resource-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--about-line);
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}

.about-resource-list > a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  gap: 13px;
  align-items: start;
  min-width: 0;
  min-height: 138px;
  padding: 22px 23px;
  color: var(--about-ink);
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
}

.about-resource-list > a:nth-child(even) {
  border-left: 1px solid var(--about-line);
}

.about-resource-list > a:nth-child(n + 3) {
  border-top: 1px solid var(--about-line);
}

.about-resource-list > a:hover {
  background: #fafbfb;
  color: var(--about-orange-dark);
}

.about-resource-list > a > i:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: var(--about-soft-teal);
  color: var(--about-teal);
  font-size: 17px;
}

.about-resource-list > a:nth-child(2) > i:first-child {
  background: var(--about-warm);
  color: var(--about-orange-dark);
}

.about-resource-list > a:nth-child(3) > i:first-child {
  background: #eef2f4;
  color: #536f7d;
}

.about-resource-list > a:nth-child(4) > i:first-child {
  background: #f0f1f2;
  color: #555e63;
}

.about-resource-list > a > i:last-child {
  align-self: center;
  color: #8b979c;
  font-size: 14px;
}

.about-resource__label,
.about-resource-list strong,
.about-resource-list a span span:last-child {
  display: block;
}

.about-resource__label {
  margin-bottom: 3px;
  color: var(--about-muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.about-resource-list strong {
  color: currentColor;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.4;
}

.about-resource-list a span span:last-child {
  margin-top: 7px;
  color: var(--about-muted);
  font-size: 12px;
  line-height: 1.5;
}

.about-next-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-top: 32px;
  padding: 27px 29px;
  border: 1px solid #e5d1c2;
  border-left: 4px solid var(--about-orange);
  border-radius: 7px;
  background: var(--about-warm);
}

.about-next-step h2 {
  font-size: 19px;
}

.about-next-step p:not(.about-eyebrow) {
  margin: 6px 0 0;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.55;
}

.about-next-step__actions {
  flex: 0 0 auto;
  margin-top: 0;
}

.about-button:focus-visible,
.about-contribute > a:focus-visible,
.about-resource-list > a:focus-visible {
  outline: 3px solid rgba(53, 108, 116, 0.35);
  outline-offset: 3px;
}

@media (max-width: 1220px) {
  .about-hero__inner,
  .about-product,
  .about-principles,
  .about-project,
  .about-resources,
  .about-next-step {
    width: calc(100% - 40px);
  }
}

@media (max-width: 1000px) {
  .about-product {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .about-product__copy {
    max-width: 760px;
  }

  .about-product__preview {
    width: min(750px, 100%);
  }

  .about-principle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-principle:nth-child(3) {
    border-left: 0;
  }

  .about-principle:nth-child(n + 3) {
    border-top-width: 1px;
    border-top-color: var(--about-line);
  }

  .about-project {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .about-contribute {
    width: min(610px, 100%);
  }
}

@media (max-width: 720px) {
  .about-hero__inner,
  .about-product,
  .about-principles,
  .about-project,
  .about-resources,
  .about-next-step {
    width: calc(100% - 28px);
  }

  .about-hero__inner {
    padding-top: 39px;
    padding-bottom: 36px;
  }

  .about-hero h1 {
    font-size: 38px;
  }

  .about-lead {
    font-size: 16px;
  }

  .about-section-heading {
    display: block;
  }

  .about-section-heading > p {
    margin-top: 9px;
  }

  .about-product__preview figcaption {
    display: block;
  }

  .about-product__preview figcaption span {
    margin-bottom: 4px;
  }

  .about-project {
    padding: 29px 22px;
  }

  .about-resource-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-resource-list > a {
    min-height: 0;
  }

  .about-resource-list > a:nth-child(even) {
    border-left: 0;
  }

  .about-resource-list > a + a {
    border-top: 1px solid var(--about-line);
  }

  .about-next-step {
    display: block;
  }

  .about-next-step__actions {
    margin-top: 20px;
  }
}

@media (max-width: 520px) {
  .about-hero__actions,
  .about-next-step__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .about-button {
    width: 100%;
  }

  .about-facts {
    display: grid;
    gap: 9px;
  }

  .about-product h2,
  .about-section-heading h2,
  .about-project h2 {
    font-size: 24px;
  }

  .about-principle-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-principle {
    min-height: 0;
  }

  .about-principle + .about-principle {
    border-top-width: 1px;
    border-top-color: var(--about-line);
    border-left: 0;
  }

  .about-resource-list > a {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 20px;
  }

  .about-resource-list > a > i:last-child {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-button,
  .about-contribute > a,
  .about-resource-list > a {
    transition: none;
  }
}
