.wordmark {
  flex-direction: row;
  align-items: center;
  gap: 11px;
}

.wordmark > img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
}

.wordmark-type {
  display: flex;
  flex-direction: column;
}

.wordmark-type > span {
  font-size: 1.05rem;
}

.hero-mark {
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #3f7f34;
}

.hero-mark > img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  box-shadow: none;
}

.people-field {
  overflow: hidden;
  padding: 100px max(28px, calc((100vw - var(--max)) / 2 + 28px)) 0;
  background: var(--pale);
  border-top: 10px solid var(--field-green);
}

.people-field-copy {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  column-gap: 6vw;
}

.people-field-copy .eyebrow,
.people-field-copy h2 {
  grid-column: 1;
}

.people-field-copy h2 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(2.3rem, 4.4vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.people-field-copy > p:last-child {
  grid-column: 2;
  grid-row: 2;
  max-width: 520px;
  font-size: 1.2rem;
}

.people-field > img {
  display: block;
  width: min(100%, 1191px);
  height: auto;
  margin: 64px auto 0;
}

@media (max-width: 900px) {
  .wordmark > img { width: 42px; height: 42px; }
  .wordmark-type { display: none; }
  .people-field { padding-top: 80px; }
  .hero-mark { min-height: 460px; }
  .people-field-copy { grid-template-columns: 1fr; }
  .people-field-copy .eyebrow,
  .people-field-copy h2,
  .people-field-copy > p:last-child { grid-column: 1; grid-row: auto; }
  .people-field-copy > p:last-child { margin-top: 1.5rem; }
}
.hero,
.proof-band,
.services,
.people-field {
  --field-green: #63af46;
}

.proof-band strong,
.number,
.steps span {
  color: #3f7f34;
}

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

.case-studies .case-placeholder {
  min-height: 390px;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, .2);
}

.case-studies .case-placeholder:first-child {
  background: var(--plum);
  color: var(--white);
}

.case-studies .case-placeholder:first-child .case-meta {
  color: #d7bfd2;
}

.case-status {
  align-self: flex-start;
  margin-top: 1.5rem;
  padding: 7px 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font: 700 .75rem Manrope, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.case-complete {
  min-height: 390px;
  padding: 0;
  background: var(--plum);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .2);
  overflow: hidden;
}
.case-card-image { display: block; width: 100%; height: 255px; object-fit: cover; object-position: center 43%; }
.case-complete-body { display: flex; flex: 1; flex-direction: column; justify-content: flex-end; padding: 34px 38px 38px; }
.case-complete .case-meta { color: #d7bfd2; }
.case-link {
  align-self: flex-start;
  margin-top: 1.5rem;
  color: var(--white);
  font: 700 .8rem Manrope, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.case-link:hover { color: #e4f2df; }

.nav-cta { background: #3f7f34; }
.nav-cta:hover { background: #2e6527; }

.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a:hover { color: var(--plum); }

@media (max-width: 560px) {
  .case-card-image { height: 220px; }
  .case-complete-body { padding: 28px 30px 32px; }
  .footer-links { gap: 12px; }
}

@media (max-width: 900px) {
  .case-studies .case-grid { grid-template-columns: 1fr; }
  .case-studies .case-placeholder { min-height: 320px; }
}

.number,
.steps li {
  background-color: #e4f2df;
}

.hero {
  border-bottom: 8px solid var(--field-green);
}

.partner-logos {
  display: grid;
  gap: 12px;
}

.partner-logo {
  display: flex;
  min-height: 128px;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border: 1px solid rgba(48, 116, 93, .18);
  border-radius: 16px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.partner-logo img {
  display: block;
  max-width: 100%;
  max-height: 92px;
  width: auto;
  height: auto;
}

.partner-logo-light,
.partner-logo-dark {
  background: #fff;
  border-color: rgba(104, 47, 96, .18);
}

.partner-logo-dark img {
  filter: brightness(0) saturate(100%);
  opacity: .88;
}

.partner-logo-peace img,
.partner-logo-stoveteam img {
  filter: none;
  opacity: 1;
}
.partner-logo-peace img { max-height: 116px; }
.partner-logo-wakami img { max-width: 230px; }
.partner-logo-stoveteam img { max-width: 250px; }
.partner-logo:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(66, 32, 62, .14); }
.partner-logo:focus-visible { outline: 3px solid #63af46; outline-offset: 4px; }

.footer-copyright {
  display: block;
  margin-top: 8px;
  color: var(--deep);
  font-size: .72rem;
  letter-spacing: .04em;
}

.field-story {
  padding-bottom: 100px;
  background: #f3edf2;
}

.field-story .field-photo-grid {
  width: min(100%, 1191px);
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: 1.25fr .75fr 1fr;
  grid-template-rows: 260px 260px;
  gap: 14px;
}

.field-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--deep);
}

.field-photo-wide { grid-row: 1 / span 2; }
.field-photo-tall { grid-column: 2; grid-row: 1 / span 2; }
.field-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}
.field-photo-wide img { object-position: 48% center; }
.field-photo-tall img { object-position: center 48%; }
.field-photo:hover img { transform: scale(1.025); }
.field-note {
  width: min(100%, 1191px);
  margin: 26px auto 0;
  color: var(--deep);
  font: 600 1.05rem/1.5 Manrope, sans-serif;
}

@media (max-width: 900px) {
  .field-story .field-photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 240px; }
  .field-photo-wide { grid-column: 1; grid-row: 1; }
  .field-photo-tall { grid-column: 2; grid-row: 1; }
}

@media (max-width: 560px) {
  .field-story { padding-bottom: 72px; }
  .field-story .field-photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 270px 180px 180px; gap: 8px; margin-top: 40px; }
  .field-photo { border-radius: 12px; }
  .field-photo-wide { grid-column: 1 / span 2; }
  .field-photo-tall { grid-column: 1; grid-row: 2; }
  .field-photo:last-child { grid-column: 1 / span 2; grid-row: 3; }
}

/* Framed hero portrait */
.hero-mark {
  padding: 56px;
  background: #906e8c;
}

.hero-mark > img {
  width: min(74%, 420px);
  height: auto;
  aspect-ratio: 1;
  border: 6px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  box-shadow: 0 24px 70px rgba(66, 32, 62, .26);
}

.hero-mark .orbit-one {
  top: 50%;
  right: auto;
  width: min(86%, 500px);
  height: auto;
  aspect-ratio: 1;
  transform: translateY(-50%);
  border-color: rgba(255, 255, 255, .34);
}

.hero-mark .orbit-two {
  right: -90px;
  bottom: -80px;
  width: 290px;
  height: 290px;
  background: rgba(104, 47, 96, .44);
}

@media (max-width: 900px) {
  .hero-mark { padding: 44px; }
  .hero-mark > img { width: min(78%, 360px); }
}
