:root {
  --ink: #10261f;
  --green: #164f38;
  --lime: #bfda49;
  --yellow: #ffd93d;
  --blue: #299bc5;
  --paper: #f5f5ed;
  --line: rgba(16, 38, 31, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
}
a { color: inherit; text-decoration: none; }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: "Manrope", sans-serif; }

.about-header {
  min-height: 86px;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 150px;
  align-items: center;
  background: rgba(245, 245, 237, .96);
  border-bottom: 1px solid var(--line);
}
.about-brand { justify-self: start; }
.about-brand img { display: block; width: 155px; }
.about-header nav {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 25px;
  font-size: 13px;
  font-weight: 600;
}
.about-header nav a { padding: 32px 0 7px; border-bottom: 2px solid transparent; }
.about-header nav a:hover,
.about-header nav .active { color: var(--green); border-color: var(--lime); }
.about-contact {
  position: relative;
  min-width: 132px;
  padding: 18px 4px 8px;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  font: 700 14px "Manrope", sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.about-contact:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--yellow) 0 34%, var(--lime) 34% 67%, var(--blue) 67% 100%); }
.about-contact span { font-size: 22px; line-height: 1; transition: transform .2s; }
.about-contact:hover span { transform: translate(3px, -3px); }

.about-hero {
  min-height: 680px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: white;
  background: #e6efd7;
}
.about-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(16,79,56,.06));
}
.about-team-collage {
  position: absolute;
  z-index: 1;
  top: 105px;
  bottom: 45px;
  left: 50%;
  width: min(1120px, 92vw);
  padding: 100px 65px 42px;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.team-collage-card {
  flex: 0 1 185px;
  height: 370px;
  margin: 0;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border-radius: 95px;
  box-shadow: none;
  isolation: isolate;
}
.team-collage-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, .05);
}
.team-collage-card:nth-child(2),
.team-collage-card:nth-child(4) { transform: translateY(22px); }
.team-collage-card + .team-collage-card { margin-left: -15px; }
.card-green + .card-lime { margin-left: 0; }
.team-collage-card img {
  width: 211%;
  height: 158%;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  object-position: center bottom;
  position: relative;
  z-index: 2;
  mix-blend-mode: normal;
  filter: brightness(1.08) contrast(1.04) saturate(1.03);
}
.card-green { background: #164f38; }
.card-lime { background: #bfda49; }
.card-founder { z-index: 2; background: #ffd93d; transform: translateY(-22px); }
.card-blue { background: #299bc5; }
.card-yellow { background: #ffd93d; }
.card-green img,
.card-yellow img { width: 211%; height: 158%; }
.card-founder img { width: 211%; height: 158%; }
.team-collage-mo { width: 211% !important; height: 158% !important; }
.about-hero-copy { position: absolute; z-index: 10; top: 132px; left: 50%; transform: translateX(-50%); width: min(760px,75vw); text-align: center; color: var(--green); }
.about-hero-copy p {
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.about-hero h1 {
  margin: 0;
  font-size: clamp(50px, 5vw, 78px);
  line-height: .95;
  letter-spacing: -.065em;
  text-shadow: none;
}

.about-intro {
  padding: 120px 8vw 130px;
  display: grid;
  grid-template-columns: .45fr 1.55fr;
  column-gap: 7vw;
}
.about-eyebrow {
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.about-intro h2 {
  margin-bottom: 55px;
  max-width: 1050px;
  font-size: clamp(42px, 5.3vw, 82px);
  line-height: 1.03;
  letter-spacing: -.06em;
}
.about-story {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  color: #5e6e67;
  font-size: 16px;
  line-height: 1.75;
}

.about-team-callout {
  padding: 100px 8vw;
  background: var(--ink);
  color: white;
}
.about-team-callout > p {
  color: var(--lime);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.about-team-callout h2 {
  max-width: 1120px;
  margin: 32px 0 0;
  font-size: clamp(40px, 5.5vw, 78px);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.about-team-directory,
.about-partnership { padding: 110px 6vw 130px; scroll-margin-top: 30px; }
.about-team-directory { background: #edf0e6; }
.about-section-heading {
  display: grid;
  grid-template-columns: .42fr 1.58fr;
  gap: 6vw;
  margin-bottom: 75px;
}
.about-section-heading > p,
.about-group-label {
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.about-section-heading h2 {
  margin: 0;
  max-width: 1050px;
  font-size: clamp(42px, 5vw, 75px);
  line-height: 1.04;
  letter-spacing: -.055em;
}
.about-group-label {
  padding-top: 18px;
  margin-bottom: 18px;
  border-top: 1px solid var(--line);
}
.about-core-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.about-person {
  min-height: 215px;
  padding: 30px;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 30px;
  background: rgba(245, 245, 237, .86);
  border: 1px solid var(--line);
}
.about-person-founder { grid-column: 1 / -1; min-height: 260px; grid-template-columns: 150px 1fr; }
.about-person-gardening { grid-column: 2; }
.about-person img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 25%;
}
.about-person-placeholder {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  justify-self: center;
  background: var(--lime);
  color: var(--ink);
  font: 800 34px "Manrope", sans-serif;
  letter-spacing: -.05em;
}
.about-person-photo {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  justify-self: center;
}
.about-person-photo img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: center 25%;
}
.about-person .about-person-photo-bio {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgba(16, 38, 31, .92);
  color: white;
  font: 600 10px/1.45 "DM Sans", sans-serif;
  text-align: center;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.about-person-photo:hover .about-person-photo-bio,
.about-person-photo:focus .about-person-photo-bio,
.about-person-photo:focus-within .about-person-photo-bio {
  opacity: 1;
  transform: none;
}
.about-person-photo:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}
.about-photo-crop {
  display: block;
  width: 135px;
  height: 135px;
  overflow: hidden;
  border-radius: 50%;
}
.about-photo-crop img {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.about-photo-crop-mo img {
  transform: translateY(5%) scale(1.44);
  transform-origin: 50% 25%;
}
.about-person-founder img { width: 135px; height: 135px; justify-self: center; }
.about-person-founder .about-person-photo img { width: 100%; height: 100%; }
.about-person p,
.about-advisor p {
  margin-bottom: 15px;
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.about-person h3,
.about-advisor h3 {
  margin: 0 0 14px;
  font: 700 26px/1.1 "Manrope", sans-serif;
  letter-spacing: -.04em;
}
.about-person-founder h3 { font-size: 26px; }
.about-person span { display: block; max-width: 620px; color: #64726c; font-size: 14px; line-height: 1.65; }
.about-person-founder span { font-size: 14px; }
.advisors-label { margin-top: 65px; }
.about-advisor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.about-advisor { padding: 38px 25px; text-align: center; border: 1px solid var(--line); background: rgba(245, 245, 237, .5); }
.about-advisor img { width: 145px; height: 145px; margin-bottom: 24px; border-radius: 50%; object-fit: cover; object-position: center 28%; }
.about-advisor p { margin-bottom: 12px; }
.about-advisor h3 { font-size: 20px; }

.about-support {
  margin-top: 90px;
}
.about-support .about-group-label {
  margin-bottom: 28px;
}
.about-support-logos {
  min-height: 150px;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1.5fr 1fr .8fr .8fr 1.15fr .7fr .75fr;
  align-items: center;
  gap: clamp(20px, 2.5vw, 46px);
  background: transparent;
  border: 0;
}
.about-support-logos img {
  width: 100%;
  max-height: 78px;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.about-partnership { background: var(--paper); }
.about-partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.about-partner-grid article { padding: 32px; min-height: 245px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: white; }
.about-partner-grid img { width: 100%; height: 130px; object-fit: contain; }
.about-partner-grid span { padding-top: 20px; border-top: 1px solid var(--line); color: #64726c; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

/* All core members share one row on wide displays. */
@media (min-width: 1450px) {
  .about-core-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
  }
  .about-person,
  .about-person-founder {
    grid-column: auto;
    min-height: 440px;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 27px;
    text-align: center;
  }
  .about-person-gardening { grid-column: auto; }
  .about-person > img,
  .about-person-founder > img,
  .about-photo-crop,
  .about-person-photo,
  .about-person-placeholder {
    flex: 0 0 auto;
    width: 168px;
    height: 168px;
    margin: 0 auto;
  }
  .about-person > div:not(.about-person-placeholder):not(.about-person-photo) {
    width: 100%;
  }
  .about-person h3,
  .about-person-founder h3 {
    font-size: 24px;
  }
  .about-person span,
  .about-person-founder span {
    font-size: 13px;
  }
}

.about-footer {
  min-height: 78px;
  padding: 20px 4vw;
  display: flex;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--line);
  font-size: 11px;
}
.about-footer img { width: 120px; }
.about-footer p { margin: 0 auto; color: #66756f; }
.about-footer a { font-weight: 700; }

@media (max-width: 1000px) {
  .about-header { display: flex; }
  .about-brand { margin-right: auto; }
  .about-header nav { display: none; }
  .about-hero { min-height: 610px; }
  .about-team-collage { top: 90px; bottom: 40px; width: 90vw; padding: 100px 35px 36px; }
  .team-collage-card { height: 330px; border-radius: 85px; }
  .about-hero-copy { top: 118px; }
  .about-intro { grid-template-columns: 1fr; padding: 80px 6vw; }
  .about-intro h2 { margin-top: 25px; }
  .about-story { grid-column: 1; }
  .about-section-heading { grid-template-columns: 1fr; }
  .about-core-grid { grid-template-columns: 1fr; }
  .about-person-founder { grid-column: auto; grid-template-columns: 150px 1fr; }
  .about-person-founder img { width: 135px; height: 135px; }
}

@media (max-width: 620px) {
  .about-header { min-height: 70px; }
  .about-brand img { width: 125px; }
  .about-contact { font-size: 10px; }
  .about-hero { min-height: 570px; }
  .about-team-collage {
    top: 75px;
    bottom: 32px;
    left: 5vw;
    width: 90vw;
    padding: 105px 22px 28px;
    transform: none;
    justify-content: flex-start;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .about-team-collage::-webkit-scrollbar { display: none; }
  .team-collage-card,
  .team-collage-card:nth-child(2),
  .team-collage-card:nth-child(4),
  .card-founder {
    flex: 0 0 42vw;
    height: 350px;
    margin-left: 0;
    transform: none;
    scroll-snap-align: center;
  }
  .about-hero-copy { top: 100px; width: 80vw; }
  .about-story { grid-template-columns: 1fr; gap: 15px; }
  .about-team-callout { padding: 75px 6vw; }
  .about-team-directory,
  .about-partnership { padding: 75px 5vw; }
  .about-person,
  .about-person-founder { grid-template-columns: 1fr; text-align: center; }
  .about-person-gardening { grid-column: auto; }
  .about-person img,
  .about-person-founder img,
  .about-photo-crop,
  .about-person-photo,
  .about-person-placeholder { justify-self: center; }
  .about-advisor-grid,
  .about-partner-grid { grid-template-columns: 1fr; }
  .about-support { margin-top: 65px; }
  .about-support-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 28px 22px;
    gap: 28px;
  }
  .about-support-logos img {
    max-width: 180px;
    max-height: 68px;
    justify-self: center;
  }
  .about-footer { align-items: flex-start; flex-direction: column; }
  .about-footer p { margin: 0; }
}
