/* Location playlist glue — traveler journal, local review. */
.loc-journal {
  font-family: Georgia, "Times New Roman", serif;
  background:
    radial-gradient(900px 420px at 8% -8%, #fff7d2 0%, transparent 58%),
    linear-gradient(180deg, #fbf7ec 0%, #eef5ea 100%);
  color: #1d2a22;
  margin: 0;
  line-height: 1.45;
}
.loc-journal a { color: #8a5310; }
.ej-spread { max-width: 72rem; margin: 0 auto; padding: 1.1rem 1.1rem 3rem; }
.ej-hero { margin: 0; padding: .15rem 0 .2rem; }
.ej-hero h1 { margin: .15rem 0 .2rem; font-size: clamp(1.7rem, 4vw, 2.5rem); color: #163024; }
.ej-stamp, .ej-kicker {
  font-family: system-ui, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .72rem;
  color: #5d6f62;
  margin: 0 0 .35rem;
}
.ej-hero h1, .ej-section h2, .ej-continue h2 { font-weight: 700; }
.ej-section, .ej-continue, .duderv-playlist-card {
  background: #fffdf6;
  border: 1px solid rgba(176, 140, 64, .28);
  border-radius: 16px;
  padding: 1rem 1.15rem;
  margin: .75rem 0;
  box-shadow: 0 8px 22px rgba(40, 32, 12, .07);
}
.ej-copy { max-width: 42rem; margin-top: .35rem; }
.ej-watch { margin-top: .55rem; }
.ej-btn {
  display: inline-block;
  padding: .55rem .9rem;
  border-radius: 999px;
  text-decoration: none;
  font-family: system-ui, sans-serif;
  font-weight: 700;
}
.ej-btn--primary { background: #f3d48a; color: #102018; }
.ej-btn--secondary { border: 1px solid #c9a24a; background: #fff; }
.playlist-grid, .playlist-rail {
  display: flex;
  gap: .9rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: .15rem .1rem .85rem;
}
.playlist-rail .duderv-playlist-card,
.playlist-grid .duderv-playlist-card {
  flex: 0 0 min(78vw, 22rem);
  scroll-snap-align: start;
  margin: 0;
}
.duderv-playlist-card h3 { margin: .2rem 0 .35rem; }
.duderv-playlist-card p { margin: .25rem 0; }
.playlist-hub-list { list-style: none; padding: 0; }
.playlist-hub-list li { margin: .65rem 0; }
.disclosure, .ej-prose { font-size: .95rem; }
.duderv-carousel-wrap { position: relative; }
.duderv-video-carousel {
  display: flex;
  gap: .85rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: .15rem .1rem .7rem;
}
.duderv-video-frame {
  position: relative;
  flex: 0 0 min(88vw, 40rem);
  aspect-ratio: 16 / 9;
  background: #111;
  border-radius: 14px;
  overflow: hidden;
  margin: 0;
  scroll-snap-align: start;
  box-shadow: 0 12px 28px rgba(20, 16, 8, .16);
}
.duderv-video-frame iframe,
.duderv-video-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.duderv-video-play {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.duderv-video-play span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #f3d48a;
  color: #102018;
  font-family: system-ui, sans-serif;
  font-weight: 700;
  padding: .45rem .85rem;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}
.duderv-carousel-btn {
  position: absolute;
  top: 46%;
  z-index: 2;
  width: 2.3rem;
  height: 2.3rem;
  border: 0;
  border-radius: 999px;
  background: #f3d48a;
  color: #102018;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(20,16,8,.18);
}
.duderv-carousel-btn { left: .35rem; }
.duderv-carousel-btn--next { left: auto; right: .35rem; }
.ej-hero-photo { margin: .55rem 0 1rem; }
.ej-hero-photo img {
  width: 100%;
  max-height: 28rem;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.ej-hero-photo figcaption { font-size: .85rem; color: #5d6f62; margin-top: .4rem; }
.ej-coming-card {
  background: #fffdf6;
  border: 1px dashed rgba(176, 140, 64, .55);
  border-radius: 16px;
  padding: 1rem 1.15rem;
  margin: .65rem 0;
}

/* Discovery shelves — four-at-a-time desktop, swipe on small screens. */
.duderv-discovery { padding-bottom: 1.15rem; }
.duderv-discovery-shelf {
  border-left: 6px solid var(--shelf-pin, #4A5568);
  padding-left: .85rem;
  margin: 1rem 0 1.25rem;
}
.duderv-discovery-kicker { color: var(--shelf-pin, #4A5568); font-weight: 700; }
.duderv-discovery-title { margin: .1rem 0 .55rem; font-size: 1.25rem; }
.duderv-discovery-rail {
  display: flex;
  gap: .75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: .2rem .15rem .85rem;
}
.duderv-discovery-card {
  flex: 0 0 calc((100% - 2.25rem) / 4);
  scroll-snap-align: start;
  min-width: 0;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fffdf6;
  border: 1px solid rgba(176, 140, 64, .28);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(40, 32, 12, .07);
}
.duderv-discovery-media {
  display: block;
  aspect-ratio: 16 / 9;
  background: var(--shelf-pin, #4A5568);
  overflow: hidden;
}
.duderv-discovery-img, .duderv-discovery-plate {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.duderv-discovery-name {
  font-weight: 700;
  padding: .55rem .7rem .15rem;
}
.duderv-discovery-geo {
  font-size: .85rem;
  color: #5d6f62;
  padding: 0 .7rem .7rem;
}
.duderv-discovery-seeall { margin: .35rem 0 0; }
@media (max-width: 900px) {
  .duderv-discovery-card {
    flex: 0 0 min(78vw, 18rem);
  }
}
