.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  padding: .75rem 1rem;
  color: #fff;
  background: #173c2d;
}

.stewardship-hero {
  padding: clamp(3rem, 8vw, 6rem) 0;
  color: #fff;
  background: linear-gradient(135deg, #173c2d, #285c45);
}

.stewardship-hero .eyebrow {
  margin-bottom: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.stewardship-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 1.04;
}

.stewardship-subtitle {
  max-width: 760px;
  margin: 1.25rem 0 0;
  font-size: clamp(1.1rem, 2.4vw, 1.4rem);
}

.stewardship-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2rem;
  overflow: hidden;
  color: #202a25;
  background: rgba(255, 255, 255, .35);
  border-radius: .5rem;
}

.stewardship-meta div {
  padding: 1rem 1.25rem;
  background: #f6f2e8;
}

.stewardship-meta strong {
  display: block;
  color: #173c2d;
}

.stewardship-content {
  padding-block: clamp(2.5rem, 6vw, 5rem);
}

.stewardship-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}

.stewardship-gallery figure {
  margin: 0;
}

.stewardship-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.stewardship-gallery figcaption {
  padding-top: .5rem;
  color: #526158;
}

.stewardship-section {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: 1.25rem;
  padding: 2rem 0;
  border-top: 1px solid #d8ded8;
}

.stewardship-number {
  margin: .25rem 0 0;
  color: #285c45;
  font-weight: 700;
}

.stewardship-section h2 {
  margin-top: 0;
  color: #173c2d;
}

.stewardship-section p:last-child {
  margin-bottom: 0;
}

.stewardship-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #d8ded8;
}

@media (max-width: 720px) {
  .stewardship-meta,
  .stewardship-gallery {
    grid-template-columns: 1fr;
  }

  .stewardship-section {
    grid-template-columns: 2.5rem minmax(0, 1fr);
  }
}

@media print {
  .site-header,
  .stewardship-actions,
  .skip-link {
    display: none;
  }

  .stewardship-hero {
    padding: 2rem 0;
    color: #202a25;
    background: #fff;
  }

  .stewardship-section,
  .stewardship-gallery figure {
    break-inside: avoid;
  }
}
