.about-page {
  color: var(--ink);
  background: var(--white);
}

.about-page main {
  padding-bottom: 0;
}

.about-heading-rule {
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 19px;
  border-radius: 999px;
  background: var(--orange-500);
}

.about-dot-field {
  position: absolute;
  width: 126px;
  height: 126px;
  color: var(--orange-500);
  background-image: radial-gradient(circle, currentColor 1.6px, transparent 1.8px);
  background-size: 16px 16px;
  opacity: .68;
}

/* About hero */

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 30px 0 48px;
  background: var(--white);
}

.about-hero-grid {
  min-height: 540px;
  display: grid;
  grid-template-columns: 520px 1fr;
  align-items: center;
  gap: 70px;
}

.about-hero-copy {
  padding-left: 17px;
}

.about-hero-copy h1 {
  margin: 0;
  color: #123b33;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.about-hero-copy > p {
  max-width: 500px;
  margin: 38px 0 0;
  color: #31463f;
  font-size: 16px;
  line-height: 1.72;
}

.about-hero-button {
  min-width: 274px;
  margin-top: 32px;
  white-space: nowrap;
}

.about-hero-image {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: 53% 49%;
  border-radius: 13px;
  box-shadow: 0 19px 45px rgba(0, 48, 39, .13);
}

.about-hero-dots {
  left: -53px;
  bottom: 16px;
}

/* Philosophy */

.about-philosophy {
  position: relative;
  overflow: hidden;
  padding: 78px 0 82px;
  background: #fbfaf6;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: 520px 1fr;
  align-items: center;
  gap: 66px;
}

.philosophy-image {
  width: 504px;
  height: 570px;
  object-fit: cover;
  object-position: center 55%;
  border-radius: 12px;
  box-shadow: 0 17px 39px rgba(0, 47, 39, .11);
}

.philosophy-copy {
  max-width: 625px;
}

.philosophy-copy h2,
.mission-copy h2,
.who-copy h2,
.about-partners-heading h2 {
  margin: 0;
  color: #153d34;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.032em;
}

.philosophy-copy .about-heading-rule,
.mission-copy .about-heading-rule,
.who-copy .about-heading-rule {
  margin-bottom: 26px;
}

.philosophy-copy p {
  margin: 0 0 10px;
  color: #44564f;
  font-size: 14px;
  line-height: 1.53;
}

.philosophy-copy .philosophy-lead {
  color: #263b34;
  font-weight: 700;
}

.philosophy-dots {
  right: -42px;
  bottom: 55px;
  color: #d8a055;
  opacity: .46;
}

/* Story and vision */

.beliefs-section {
  padding: 72px 0 82px;
  background: var(--white);
}

.beliefs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.belief-card {
  position: relative;
  min-height: 560px;
  padding: 48px 43px 42px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 15px 38px rgba(0, 45, 37, .09);
}

.story-card {
  color: var(--ink);
  background: #fbfaf6;
  border: 1px solid #eceae3;
}

.vision-card {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 78, 65, .96), rgba(0, 47, 40, 1)),
    var(--green-950);
  border: 1px solid rgba(255, 255, 255, .12);
}

.belief-icon {
  position: relative;
  width: 58px;
  height: 58px;
  display: block;
  color: var(--white);
  background: var(--orange-500);
  border-radius: 50%;
}

.belief-card h2 {
  position: relative;
  z-index: 2;
  margin: 22px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.03em;
}

.story-card h2 {
  color: #173c33;
}

.belief-card .about-heading-rule {
  position: relative;
  z-index: 2;
  width: 58px;
  margin: 18px 0 28px;
}

.belief-card p {
  position: relative;
  z-index: 2;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.68;
}

.story-card p {
  color: #45574f;
}

.vision-card p {
  max-width: 430px;
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  line-height: 1.7;
}

.vision-icon::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 20px;
  width: 30px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50% / 62%;
}

.vision-icon::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 24px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.vision-dot-field {
  position: absolute;
  right: -26px;
  bottom: -30px;
  width: 230px;
  height: 190px;
  color: var(--orange-500);
  background-image: radial-gradient(circle, currentColor 1.55px, transparent 1.8px);
  background-size: 17px 17px;
  opacity: .7;
  transform: rotate(-8deg);
}

/* Mission */

.mission-section {
  padding: 70px 0 78px;
  background: #fbfaf6;
}

.mission-grid {
  display: grid;
  grid-template-columns: 500px 1fr;
  align-items: center;
  gap: 82px;
}

.mission-copy {
  padding-left: 17px;
}

.mission-copy > p {
  margin: 0 0 19px;
  color: #3f514a;
  font-size: 14px;
  line-height: 1.6;
}

.mission-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mission-list li {
  position: relative;
  min-height: 28px;
  margin-bottom: 10px;
  padding-left: 36px;
  color: #31463f;
  font-size: 14px;
  line-height: 1.55;
}

.mission-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background: var(--orange-500);
  border-radius: 50%;
}

.mission-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 7px;
  height: 4px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
}

.mission-image {
  width: 100%;
  height: 374px;
  object-fit: cover;
  object-position: center 58%;
  border-radius: 11px;
  box-shadow: 0 16px 37px rgba(0, 48, 39, .1);
}

/* Who we are */

.who-we-are {
  padding: 62px 0 72px;
  background: var(--white);
}

.who-grid {
  display: grid;
  grid-template-columns: 650px 1fr;
  align-items: center;
  gap: 61px;
}

.who-image {
  width: 100%;
  height: 418px;
  object-fit: cover;
  object-position: center 45%;
  border-radius: 11px;
  box-shadow: 0 16px 37px rgba(0, 48, 39, .1);
}

.who-copy {
  max-width: 520px;
}

.who-copy p {
  margin: 0 0 16px;
  color: #42554e;
  font-size: 14px;
  line-height: 1.68;
}

/* Partners */

.about-partners {
  padding: 55px 0 74px;
  background: #fbfaf6;
}

.about-partners-heading {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.about-partners-heading .about-heading-rule {
  width: 58px;
  margin: 18px auto 24px;
}

.about-partners-heading p {
  margin: 0;
  color: #475a53;
  font-size: 14px;
  line-height: 1.66;
}

.about-partner-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.about-partner-card {
  min-height: 168px;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  color: #53615c;
  background: var(--white);
  border: 1px solid #dfe3df;
  border-radius: 9px;
  box-shadow: 0 9px 24px rgba(31, 49, 42, .06);
}

/* Collaboration CTA */

.about-collaboration {
  padding: 34px 0;
  background: var(--white);
}

.collaboration-card {
  position: relative;
  min-height: 250px;
  padding: 44px 56px 44px 118px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  align-items: center;
  gap: 60px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(115deg, #06483d, #003a31 76%);
  border-radius: 12px;
  box-shadow: 0 16px 39px rgba(0, 45, 37, .14);
}

.collaboration-copy,
.collaboration-action {
  position: relative;
  z-index: 2;
}

.collaboration-copy h2 {
  max-width: 690px;
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 3.05vw, 44px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.collaboration-copy .about-heading-rule {
  margin: 18px 0 22px;
}

.collaboration-copy p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  line-height: 1.62;
}

.collaboration-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.collaboration-button {
  min-width: 190px;
  min-height: 54px;
  padding: 14px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: var(--white);
  background: var(--orange-500);
  border-radius: 999px;
  box-shadow: 0 11px 25px rgba(255, 91, 19, .21);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.collaboration-button:hover,
.collaboration-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 29px rgba(0, 28, 23, .26);
}

.collaboration-dots {
  position: absolute;
  left: -34px;
  top: -28px;
  width: 150px;
  height: 200px;
  color: var(--orange-500);
  background-image: radial-gradient(circle, currentColor 1.55px, transparent 1.8px);
  background-size: 16px 16px;
  opacity: .55;
  transform: rotate(8deg);
}

.about-page .footer-column a[aria-current="page"] {
  color: var(--orange-500);
}

@media (prefers-reduced-motion: reduce) {
  .collaboration-button {
    transition: none;
  }
}
