/* ============================================================
   PIPLIDHAM YADI — home-page preview section
   Left: featured image · Right: timeline preview (reuses the
   global .pd-timeline styles so it matches the full Yadi page).
   ============================================================ */
.pd-yadi-media {
  position: relative;
  margin: 0 auto;
  padding: 10px;
  max-width: 380px;
}
@media (min-width: 992px) {
  .pd-yadi-media {
    position: sticky;
    top: 108px;
  }
}

.pd-yadi-media-glow {
  position: absolute;
  inset: -6% -8%;
  z-index: 0;
  border-radius: 32px;
  background: radial-gradient(60% 60% at 30% 20%, rgba(184, 134, 11, 0.28), rgba(184, 134, 11, 0) 70%);
  filter: blur(6px);
  pointer-events: none;
}

.pd-yadi-media-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(184, 134, 11, 0.35);
  box-shadow: var(--pd-shadow-gold);
  aspect-ratio: 4/3;
  background: var(--pd-cream-white);
  transition: var(--pd-transition);
}
.pd-yadi-media-frame::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  pointer-events: none;
  z-index: 2;
}
.pd-yadi-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.pd-yadi-media-frame:hover img {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  .pd-yadi-media-frame {
    aspect-ratio: 3/2;
  }
}

.pd-yadi-media-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(93, 64, 28, 0) 55%, rgba(93, 64, 28, 0.35));
  pointer-events: none;
}

.pd-yadi-media-badge {
  position: absolute;
  z-index: 3;
  top: -6px;
  left: -6px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pd-grad-gold);
  color: #fff;
  font-size: 1.15rem;
  box-shadow: 0 8px 20px rgba(184, 134, 11, 0.35);
}

.pd-yadi-head {
  margin-bottom: 26px;
}

.pd-yadi-timeline {
  margin-bottom: 28px;
}

.pd-yadi-cta {
  margin-top: 4px;
}
.pd-yadi-cta .pd-btn-gradient {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.pd-yadi-cta .pd-btn-gradient span {
  transition: transform 0.25s ease;
}
.pd-yadi-cta .pd-btn-gradient:hover span {
  transform: translateX(4px);
}

/* ============================================================
   BHAJAN SANTVANI — home-page preview (latest 3 videos)
   ============================================================ */
.pd-bhajan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 991.98px) {
  .pd-bhajan-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}
@media (max-width: 575.98px) {
  .pd-bhajan-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.pd-bhajan-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(184, 134, 11, 0.22);
  border-radius: 18px;
  box-shadow: var(--pd-shadow-sm);
  text-decoration: none;
  color: inherit;
  transition: var(--pd-transition);
}
.pd-bhajan-card:hover, .pd-bhajan-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(184, 134, 11, 0.4);
  box-shadow: var(--pd-shadow-gold);
}

.pd-bhajan-thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: linear-gradient(135deg, #2a1a10, #4a2c17);
}
.pd-bhajan-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.pd-bhajan-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(46, 26, 12, 0) 45%, rgba(46, 26, 12, 0.45));
  opacity: 0.85;
  transition: var(--pd-transition);
}
.pd-bhajan-card:hover .pd-bhajan-thumb img {
  transform: scale(1.07);
}
.pd-bhajan-card:hover .pd-bhajan-thumb::after {
  opacity: 1;
}

.pd-bhajan-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--pd-primary);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
  transition: var(--pd-transition);
}
.pd-bhajan-play svg {
  width: 24px;
  height: 24px;
  margin-left: 3px;
}
.pd-bhajan-card:hover .pd-bhajan-play {
  transform: translate(-50%, -50%) scale(1);
  background: #fff;
  color: var(--pd-maroon);
}

.pd-bhajan-date {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  padding: 4px 12px;
  border-radius: 50rem;
  background: rgba(46, 26, 12, 0.62);
  backdrop-filter: blur(4px);
  color: #fff;
  font-family: var(--pd-font-head);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.pd-bhajan-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px 20px;
}

.pd-bhajan-title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--pd-primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pd-bhajan-text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--pd-brown);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ============================================================
   UPCOMING UTSAV - festival journey (matches the Utsav page's
   redesigned plaque/spine language: gold thread + flag stops)
   ============================================================ */
.pd-next-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 48px;
}

.pd-next-header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--pd-grad-1);
  color: var(--pd-gold);
  box-shadow: 0 10px 26px rgba(139, 30, 30, 0.3);
}
.pd-next-header-icon svg {
  width: 22px;
  height: 22px;
}

.pd-next-ornament {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
  color: var(--pd-gold-deep);
}

.pd-next-ornament-line {
  display: inline-block;
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--pd-gold-deep));
}
.pd-next-ornament-line:last-child {
  background: linear-gradient(90deg, var(--pd-gold-deep), transparent);
}

.pd-next-ornament-star {
  font-size: 0.85rem;
  line-height: 1;
}

.pd-next-track {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 34px;
}
.pd-next-track::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 10%;
  right: 10%;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(184, 134, 11, 0.12), var(--pd-gold-deep) 20%, var(--pd-gold-deep) 80%, rgba(184, 134, 11, 0.12));
}
@media (max-width: 767.98px) {
  .pd-next-track::before {
    display: none;
  }
}

.pd-next-stop {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pd-next-node {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--pd-grad-gold);
  color: #fff;
  box-shadow: 0 0 0 5px rgba(244, 196, 48, 0.25), 0 8px 20px rgba(184, 134, 11, 0.35);
  transition: var(--pd-transition);
}
.pd-next-node svg {
  width: 19px;
  height: 19px;
}
.pd-next-stop:hover .pd-next-node {
  transform: scale(1.08);
  box-shadow: 0 0 0 9px rgba(244, 196, 48, 0.18), 0 10px 24px rgba(184, 134, 11, 0.4);
}

.pd-next-plaque {
  position: relative;
  width: 100%;
  flex: 1;
  margin-top: 20px;
  padding: 26px 24px 24px;
  text-align: center;
  background: #fffdf6;
  border: 1px solid rgba(184, 134, 11, 0.3);
  border-radius: 20px;
  box-shadow: var(--pd-shadow-md);
  transition: var(--pd-transition);
}
.pd-next-plaque::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 14px;
  border: 1px dashed rgba(184, 134, 11, 0.28);
  pointer-events: none;
}
.pd-next-stop:hover .pd-next-plaque {
  transform: translateY(-5px);
  border-color: rgba(184, 134, 11, 0.55);
  box-shadow: var(--pd-shadow-gold);
}

.pd-next-category {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 14px;
  border-radius: 50rem;
  background: rgba(46, 125, 50, 0.1);
  color: var(--pd-secondary);
  font-family: var(--pd-font-head);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.pd-next-name {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-family: var(--pd-font-head);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.55;
  color: var(--pd-maroon);
}

.pd-next-ribbon {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 20px;
  background: var(--pd-grad-saffron);
  color: #fff;
  font-family: var(--pd-font-head);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  clip-path: polygon(0 0, 100% 0, calc(100% - 9px) 50%, 100% 100%, 0 100%, 9px 50%);
}

.pd-next-when {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 18px;
}

.pd-next-day,
.pd-next-date {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.9rem;
  color: var(--pd-brown);
}
.pd-next-day svg,
.pd-next-date svg {
  width: 14px;
  height: 14px;
  color: var(--pd-gold-deep);
  flex: none;
}

.pd-next-date {
  font-weight: 700;
  color: var(--pd-primary);
}

