/* Present the portrait concept image as artwork, never as a force-cropped wide plan. */
.mp-vision-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  min-height: 720px;
  align-items: stretch;
  background: #102c20;
}

.mp-vision-photo {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #152f24;
}

.mp-vision-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mp-vision-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 23, 16, .36), transparent 45%);
}

.mp-vision-shade { display: none; }

.mp-tree-ring circle { fill: #426b3d; stroke: #d7c16b; stroke-width: 2; opacity: .96; }

.mp-public-intro { max-width: 1120px; padding-top: 110px; padding-bottom: 88px; }
.mp-public-intro h2 { max-width: 850px; margin: 12px 0 20px; color: #173b2b; font-size: clamp(2.35rem, 4.4vw, 5rem); line-height: 1.08; }
.mp-public-intro > p:not(.eyebrow) { max-width: 770px; font-size: 1.16rem; line-height: 1.9; color: #54635b; }
.mp-public-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 48px; border-top: 1px solid #c5d1c3; border-bottom: 1px solid #c5d1c3; }
.mp-public-facts div { padding: 24px 18px; border-inline-end: 1px solid #c5d1c3; }
.mp-public-facts div:last-child { border-inline-end: 0; }
.mp-public-facts strong { display: block; color: #b6812c; font-size: clamp(2rem, 3.6vw, 3.4rem); line-height: 1; }
.mp-public-facts span { display: block; margin-top: 9px; color: #506156; line-height: 1.5; }
.mp-public-story { background: #e8eee4; }
.mp-public-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.mp-public-story-card { overflow: hidden; background: #fffdf8; box-shadow: 0 20px 40px rgba(20, 45, 32, .10); }
.mp-public-story-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.mp-public-story-card div { padding: 27px 25px 30px; }
.mp-public-story-card h3 { margin: 0 0 11px; color: #173b2b; font-size: 1.38rem; }
.mp-public-story-card p { margin: 0; color: #59685e; line-height: 1.8; }
.mp-public-cta { display: flex; justify-content: space-between; gap: 40px; align-items: end; background: #173b2b !important; color: #edf2e8; }
.mp-public-cta h2 { margin: 8px 0 12px; color: #f0cc7d; font-size: clamp(2rem, 3vw, 3.5rem); }
.mp-public-cta p { max-width: 690px; margin: 0; line-height: 1.8; color: #d6e0d4; }
.mp-public-cta .button { flex: 0 0 auto; }

.mp-movement { background: #e8eee4; }
.mp-movement-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2px; background: #c7d1bf; }
.mp-movement-card { min-height: 235px; padding: 28px; background: #f8f6ee; }
.mp-movement-card span { display: block; margin-bottom: 24px; color: #b7812c; font-weight: 800; letter-spacing: .12em; }
.mp-movement-card h3 { margin: 0 0 12px; color: #173b2b; font-size: 1.24rem; }
.mp-movement-card p { margin: 0; line-height: 1.8; color: #59685e; }

.mp-vision-copy {
  position: relative;
  z-index: 2;
  max-width: none;
  padding: clamp(48px, 6vw, 108px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(145deg, #153d2c 0%, #0c281d 100%);
}

.mp-vision-copy .button { align-self: flex-start; }

.mp-visual-caption {
  position: static;
  max-width: none;
  margin: 36px 0 0;
  color: #d8e1d6;
  text-shadow: none;
  font-size: .84rem;
}

@media (max-width: 900px) {
  .mp-vision-hero { grid-template-columns: 1fr; min-height: auto; }
  .mp-vision-photo { min-height: 530px; }
  .mp-vision-copy { min-height: auto; }
  .mp-movement-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-public-story-grid { grid-template-columns: 1fr; }
  .mp-public-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .mp-vision-photo { min-height: 410px; }
  .mp-vision-copy { padding: 38px 24px; }
  .mp-visual-caption { margin-top: 28px; }
  .mp-movement-grid { grid-template-columns: 1fr; }
  .mp-movement-card { min-height: auto; }
  .mp-public-intro { padding-top: 72px; padding-bottom: 60px; }
  .mp-public-facts { grid-template-columns: 1fr; }
  .mp-public-facts div { border-inline-end: 0; border-bottom: 1px solid #c5d1c3; }
  .mp-public-facts div:last-child { border-bottom: 0; }
}
