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;
}

.safety-guide-preview {
  border-radius: 12px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.safety-guide-preview:hover,
.safety-guide-preview:focus {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(31,49,42,.18);
}

.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;
  }
}

/* Shared inner-page hero: same river image used by the home page. */
.page-hero,
.devotional-hero {
  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;
  color: white;
  padding: clamp(2.25rem, 6vw, 4.5rem) 0;
}

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

.page-hero .lead,
.devotional-hero .lead {
  font-family: Georgia, 'Times New Roman', serif;
  text-shadow: 0 3px 12px rgba(0,0,0,.4);
}

/* Devotional reader layout */
:root {
  --river-green:#102d25;
  --river-olive:#6d733f;
  --river-gold:#dcae58;
  --paper:#fffdf8;
  --cream:#fbfaf4;
  --ink:#20312a;
  --muted:#65726b;
  --line:#d9dfd0;
}

.reader-wrap {
  width:min(100%,1200px);
  margin:0 auto;
  padding-inline:clamp(.3rem,1.6vw,1.25rem);
}

.devotion-card {
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 16px 38px rgba(31,49,42,.10);
  overflow:hidden;
}

.devotion-content {
  padding:clamp(.9rem,1.8vw,1.6rem);
  max-width:980px;
  margin:0 auto;
}

.devotion-title,
.devotion-content h2 {
  font-family:Georgia,"Times New Roman",serif;
}

.devotion-title {
  font-size:clamp(2rem,5vw,3.6rem);
  line-height:1.05;
  color:var(--river-green);
  margin-bottom:.2rem;
}

.devotion-subtitle {
  color:var(--muted);
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.82rem;
  margin-bottom:1rem;
}

.devotion-content p {
  font-size:clamp(1.03rem,2.2vw,1.15rem);
  margin-bottom:.62rem;
}

.scripture-box,
.reflection-box,
.naturalist-box,
.prayer-box,
.water-box {
  border-radius:12px;
  padding:.9rem 1rem;
  margin:1rem 0;
}

.scripture-box {
  background:#eef2ea;
  border-left:5px solid var(--river-olive);
}

.scripture-box .verse {
  max-width:none;
  color:#0f5fb8;
  text-shadow:none;
  font-style:italic;
  font-weight:700;
}

.reflection-box {
  background:#fff8e8;
  border-left:5px solid var(--river-gold);
}

.naturalist-box {
  background:#eef4f1;
  border-left:5px solid #47785b;
}

.prayer-box {
  background:#f4efe7;
  border-left:5px solid #9a6b13;
}

.water-box {
  background:#edf3f6;
  border-left:5px solid #4d7184;
}

.devotion-content h2 {
  color:var(--river-green);
  font-size:clamp(1.25rem,3vw,1.65rem);
  margin-bottom:.35rem;
}

.opening-line {
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  color:#445447;
  font-size:clamp(1.2rem,3vw,1.65rem);
  line-height:1.35;
  border-left:5px solid var(--river-gold);
  padding-left:.9rem;
  margin:1rem 0;
}

.main-reflection p:first-of-type::first-letter {
  float:left;
  font-family:Georgia,"Times New Roman",serif;
  font-size:3.5rem;
  line-height:.85;
  padding-right:.25rem;
  color:var(--river-green);
}

.btn-river {
  background:var(--river-olive);
  color:white;
  border:0;
}

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

.reflection-box li {
  margin-bottom:.45rem;
  font-size:clamp(1.03rem,2.2vw,1.13rem);
}

.week-number {
  color:#65744f;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.05em;
  font-size:.82rem;
}

.date-range { color:#65726b; }

.season-badge {
  color:white;
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.season-badge.spring { background:#47785b; }
.season-badge.summer { background:#b88737; }
.season-badge.autumn { background:#9a5b2d; }
.season-badge.winter { background:#4d7184; }

.current-week .week-card {
  border:3px solid #dcae58;
  box-shadow:0 18px 42px rgba(220,174,88,.35);
}

.current-week-label {
  display:none;
  margin-bottom:8px;
  color:#9a6b13;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.75rem;
}

.current-week .current-week-label { display:block; }

@media(max-width:576px) {
  .reader-wrap { padding-inline:.2rem; }
  .devotion-card { border-radius:10px; }
  .devotion-content { padding:.85rem; }
  .main-reflection p:first-of-type::first-letter { font-size:3rem; }
}
