.zh-page {
  background: #f8f6f1;
  color: #25231f;
}

.zh-hero {
  position: relative;
  display: grid;
  min-height: 88vh;
  overflow: hidden;
  color: #fff;
}

.zh-hero > img,
.zh-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.zh-hero > img {
  object-fit: cover;
}

.zh-hero-overlay {
  background: linear-gradient(90deg, rgba(10, 18, 24, 0.82), rgba(10, 18, 24, 0.5) 55%, rgba(10, 18, 24, 0.28));
}

.zh-hero-inner {
  position: relative;
  z-index: 1;
  align-self: center;
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.zh-hero h1 {
  max-width: 980px;
  margin: 0.9rem 0 1.3rem;
  font-size: clamp(3.3rem, 8vw, 8rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.zh-hero-inner > p:not(.section-kicker) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.9;
}

.zh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.zh-button-light {
  background: #fff;
  color: #1e1c19;
}

.zh-button-outline {
  border: 1px solid rgba(255, 255, 255, 0.48);
  color: #fff;
}

.zh-intro,
.zh-story,
.zh-community {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: 3rem 6rem;
  padding-top: clamp(5rem, 10vw, 9rem);
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.zh-intro h2,
.zh-section-head h2,
.zh-community h2 {
  margin: 0.7rem 0 0;
  font-size: clamp(2.5rem, 5vw, 5.4rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.zh-intro > div:last-child p,
.zh-story-copy p,
.zh-community > div:first-child > p:not(.section-kicker) {
  margin: 0 0 1.2rem;
  color: #655f56;
  font-size: 1.02rem;
  line-height: 1.95;
}

.zh-sunday,
.zh-sermons {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background: #e7dfd2;
}

.zh-section-head {
  max-width: 900px;
}

.zh-sunday-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.zh-sunday-grid article {
  padding: 2rem;
  border: 1px solid rgba(37, 35, 31, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
}

.zh-sunday-grid span {
  color: #7a6a54;
  font-size: 0.82rem;
  font-weight: 750;
}

.zh-sunday-grid h3 {
  margin: 1rem 0 0.6rem;
  font-size: 1.65rem;
}

.zh-sunday-grid p {
  color: #665e53;
  line-height: 1.75;
}

.zh-story-copy {
  padding-top: 2.2rem;
}

.zh-text-link {
  display: inline-flex;
  margin-top: 1rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.zh-sermons {
  background: #111a20;
  color: #fff;
}

.zh-sermon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 3rem 0 1.5rem;
}

.zh-sermon-grid article {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.zh-sermon-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.zh-sermon-grid article div {
  padding: 1.25rem;
}

.zh-sermon-grid time,
.zh-sermon-grid span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
}

.zh-sermon-grid h3 {
  margin: 0.65rem 0 0.4rem;
  font-size: 1.25rem;
}

.zh-sermon-grid p {
  margin: 0 0 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.zh-community {
  align-items: center;
}

.zh-community-card {
  display: grid;
  gap: 0.9rem;
  padding: 2rem;
  border-radius: 22px;
  background: #e7dfd2;
}

.zh-community-card strong {
  font-size: 1.5rem;
}

.zh-community-card a {
  color: #625a4e;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .zh-intro,
  .zh-story,
  .zh-community {
    grid-template-columns: 1fr;
  }

  .zh-sunday-grid,
  .zh-sermon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .zh-hero {
    min-height: 760px;
  }

  .zh-hero h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .zh-actions .button {
    width: 100%;
    justify-content: center;
  }

  .zh-sunday-grid,
  .zh-sermon-grid {
    grid-template-columns: 1fr;
  }
}
