body {
  font-family: Arial, Helvetica, sans-serif;
  color: #20312a;
  background: #fbfaf4;
  line-height: 1.65;
  padding-top: 50px;
}

.bg-river {
  background-color: rgba(12, 32, 27, .88);
  backdrop-filter: blur(8px);
}

.bg-river-dark {
  background-color: #081c17;
}

.bg-paper {
  background-color: #fbfaf4;
}

.bg-soft {
  background-color: #eef2ea;
}

.navbar {
  min-height: 50px;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.navbar-brand {
  font-size: 1rem;
}

.nav-link {
  font-size: .92rem;
}

.text-muted-green {
  color: #65744f;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 700;
  color: #d9c07b;
}

.hero {
  min-height: calc(100vh - 50px);
  position: relative;
  background:
    linear-gradient(90deg, rgba(5,18,15,.78), rgba(5,18,15,.48), rgba(5,18,15,.28)),
    url('images/river-background.jpg') center/cover no-repeat;
}

.hero-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 3.5rem;
  line-height: .95;
  text-shadow: 0 4px 18px rgba(0,0,0,.45);
}

.subtitle {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.35rem, 2.5vw, 2.1rem);
  max-width: 780px;
  text-shadow: 0 3px 12px rgba(0,0,0,.4);
}

.short-rule {
  width: 72px;
  height: 2px;
  background: #dcae58;
  margin: 1.3rem 0;
}

.verse {
  max-width: 650px;
  font-size: 1.05rem;
  color: #fff8e8;
  text-shadow: 0 3px 12px rgba(0,0,0,.45);
}

.verse-ref {
  text-transform: uppercase;
  letter-spacing: .35em;
  font-size: .75rem;
  color: #f8dfaa;
}

.btn-gold {
  background: #6d733f;
  color: white;
  border: 1px solid rgba(255,255,255,.15);
}

.btn-gold:hover {
  background: #7d8549;
  color: white;
}

.quote-card {
  margin-top: 16rem;
  padding: 2rem;
  background: rgba(0,0,0,.42);
  border-left: 4px solid #dcae58;
  backdrop-filter: blur(4px);
}

.quote-mark {
  font-size: 3rem;
  line-height: 1;
  margin: 0;
  color: #dcae58;
}

.tracking {
  letter-spacing: .25em;
}

.journey {
  margin-top: 0;
}

.season-card {
  display: block;
  min-height: 255px;
  padding: 28px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(30,50,42,.16);
  transition: transform .18s ease, box-shadow .18s ease;
}

.season-card:hover,
.week-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(31,49,42,.18);
}

.season-card span {
  display: block;
  margin-bottom: 55px;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #f8dfaa;
}

.spring-card { background: linear-gradient(150deg,#376d55,#7aa374); }
.summer-card { background: linear-gradient(150deg,#245f55,#c2933f); }
.autumn-card { background: linear-gradient(150deg,#603d28,#bd7a35); }
.winter-card { background: linear-gradient(150deg,#2f4b61,#8ca7b3); }

.feature-strip {
  background: linear-gradient(90deg, #3d4f21, #687642);
}

.feature-strip span {
  color: #efe8d5;
}

.page-hero {
  background:
    linear-gradient(135deg, rgba(5,18,15,.82), rgba(5,18,15,.42)),
    url('images/river-background.jpg') center/cover no-repeat;
}

.page-hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  text-shadow: 0 4px 18px rgba(0,0,0,.45);
}

.week-card {
  border-color: #d9dfd0;
  border-radius: 12px;
  color: #20312a;
  transition: transform .18s ease, box-shadow .18s ease;
}

.field-note {
  top: 74px;
}

.devotion-page {
  border-radius: 12px;
}

.opening {
  font-style: italic;
  color: #4e5d4d;
  font-size: 1.08rem;
}

.note-block {
  margin-top: 1.5rem;
  padding: 1.25rem;
  border-left: 5px solid #dcae58;
  background: #f7f0e2;
  border-radius: .5rem;
}

@media (max-width: 991px) {
  body {
    padding-top: 50px;
  }

  .hero {
    min-height: auto;
    padding: 5rem 0;
  }

  .display-1 {
    font-size: 3.4rem;
  }

  .quote-card {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    font-size: .95rem;
  }

  .hero {
    background-position: center;
  }

  .display-1 {
    font-size: 2.9rem;
  }

  .subtitle {
    font-size: 1.25rem;
  }

  .season-card {
    min-height: 220px;
  }
}
