/* TrackMyBible v0.3 Artwork Integration */
body:before{
  background-image:linear-gradient(rgba(251,245,230,.82),rgba(251,245,230,.82)),url('/assets/img/textures/parchment-bg.webp') !important;
  background-size:cover !important;
  opacity:.18 !important;
}
.hero-art{
  min-height:410px;
  border-radius:22px;
  border:1px solid rgba(151,113,49,.38);
  box-shadow:0 24px 60px rgba(54,38,14,.20);
  position:relative;
  overflow:hidden;
  background-image:linear-gradient(rgba(255,245,221,.05),rgba(255,245,221,.05)),url('/assets/img/maps/hero-map-desktop.webp');
  background-size:cover;
  background-position:center;
}
.hero-art:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  box-shadow:inset 0 0 60px rgba(61,38,12,.28);
}
.hero-art-note{
  position:absolute;
  left:32px;
  bottom:28px;
  width:min(360px,70%);
  background:rgba(255,244,217,.88);
  border:1px solid #b88d3b;
  border-radius:10px;
  padding:14px 18px;
  font-family:Lora,serif;
  font-size:.9rem;
  box-shadow:0 10px 22px rgba(44,28,11,.22);
}
.plan-img{
  height:118px !important;
  background-size:cover !important;
  background-position:center !important;
}
.plan-img.bible-year{background-image:url('/assets/img/sections/creation-card.webp') !important;}
.plan-img.women{background-image:url('/assets/img/sections/jerusalem-card.webp') !important;}
.plan-img.chrono{background-image:url('/assets/img/sections/the-exodus-card.webp') !important;}
.plan-img.jesus{background-image:url('/assets/img/sections/life-of-jesus-card.webp') !important;}
.plan-img.paul{background-image:url('/assets/img/sections/pauls-journeys-card.webp') !important;}
.plan-img.prophecy{background-image:url('/assets/img/sections/revelation-card.webp') !important;}
@media(max-width:980px){
  .hero-art{
    background-image:url('/assets/img/maps/hero-map-mobile.webp');
    min-height:520px;
  }
}
@media(max-width:560px){
  .hero-art-note{display:none;}
}
