.home-hero {
  background: #f6f8fb;
  border-bottom: 1px solid #e5e7eb;
  padding: 48px 0;
}

.home-kicker,
.section-heading p {
  color: #b88a2d;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.home-hero h1 {
  color: #24313f;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 760;
  line-height: 1.08;
  margin-bottom: 18px;
}

.home-lead {
  color: #475467;
  font-size: 1.18rem;
  line-height: 1.72;
  max-width: 620px;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.home-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.home-quick-links a {
  background: #fff;
  border: 1px solid #d7e0ea;
  border-radius: 999px;
  color: #274c77;
  font-size: 0.92rem;
  font-weight: 650;
  padding: 9px 12px;
  text-decoration: none;
}

.daily-psalm-panel,
.home-guide-card,
.home-psalm-card,
.editorial-home-note {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(36, 49, 63, 0.04);
}

.daily-psalm-panel {
  padding: 24px;
}

.daily-psalm-panel h2 {
  color: #24313f;
  font-size: 1.45rem;
  font-weight: 740;
  margin-bottom: 0;
}

.daily-date {
  color: #667085;
  font-size: 0.88rem;
  white-space: nowrap;
}

.daily-verses {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.daily-verses a {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #253242;
  display: grid;
  gap: 12px;
  grid-template-columns: 30px 1fr;
  line-height: 1.65;
  padding: 12px;
  text-decoration: none;
}

.daily-verses a:hover {
  border-color: #bfd0e0;
  color: #274c77;
  text-decoration: none;
}

.daily-verses span {
  align-items: center;
  background: #eef4f8;
  border-radius: 999px;
  color: #274c77;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 750;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.daily-verses strong {
  font-weight: 550;
}

.daily-note {
  color: #667085;
  line-height: 1.7;
}

.home-section {
  margin-bottom: 48px;
  margin-top: 48px;
}

.section-heading {
  margin-bottom: 22px;
}

.section-heading h2 {
  color: #24313f;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  font-weight: 740;
  line-height: 1.18;
}

.home-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-guide-card,
.home-psalm-card {
  padding: 20px;
}

.home-guide-card h3,
.home-psalm-card h3 {
  color: #24313f;
  font-size: 1.1rem;
  font-weight: 740;
}

.home-guide-card p,
.home-psalm-card span,
.editorial-home-note p {
  color: #5f6b7a;
  line-height: 1.7;
}

.home-psalm-card {
  position: relative;
}

.home-psalm-card p {
  color: #b88a2d;
  font-size: 0.8rem;
  font-weight: 750;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.theme-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.theme-chip {
  background: #fff;
  border: 1px solid #d7e0ea;
  border-radius: 999px;
  color: #274c77;
  font-weight: 650;
  padding: 10px 14px;
  text-decoration: none;
}

.theme-chip:hover {
  background: #eef4f8;
  text-decoration: none;
}

.editorial-home-note {
  padding: 28px;
}

.home-steps {
  background: #f8fbf7;
  border: 1px solid #dce9df;
  border-radius: 8px;
  color: #344054;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 20px 20px 20px 40px;
}

@media (max-width: 992px) {
  .home-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-hero {
    padding: 14px 0 24px;
  }

  .home-hero h1 {
    font-size: 1.55rem;
    line-height: 1.15;
    margin-bottom: 10px;
  }

  .home-lead {
    font-size: 1rem;
    line-height: 1.55;
  }

  .home-actions {
    display: grid;
    gap: 10px;
    margin-top: 16px;
  }

  .home-actions .btn {
    min-height: 46px;
  }

  .home-quick-links {
    flex-wrap: nowrap;
    margin-left: -2px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .home-card-grid {
    grid-template-columns: 1fr;
  }

  .daily-psalm-panel,
  .home-guide-card,
  .home-psalm-card,
  .editorial-home-note {
    padding: 18px;
  }

  .daily-psalm-panel {
    padding: 16px;
  }

  .daily-psalm-panel h2 {
    font-size: 1.2rem;
  }

  .daily-verses {
    margin: 12px 0;
  }

  .daily-verses a {
    gap: 10px;
    grid-template-columns: 28px 1fr;
    line-height: 1.5;
    padding: 10px;
  }

  .daily-verses a:nth-child(n+3) {
    display: none;
  }

  .daily-verses strong {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .daily-date {
    white-space: normal;
  }

  .home-section {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}
