/* Divine Dispatch single posts */
.dd-single {
  background: #070b18;
}

.dd-hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 680px;
  padding: 130px 0 86px;
  background:
    radial-gradient(circle at 76% 28%, rgba(212, 160, 23, 0.18), transparent 30%),
    linear-gradient(135deg, #070b18 0%, #11172b 52%, #34101a 100%);
}

.dd-hero .post-header-gradient {
  display: none;
}

.dd-hero-inner {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 56px;
  align-items: center;
}

.dd-hero-copy {
  position: relative;
  z-index: 6;
  max-width: 720px;
}

.dd-back-link {
  display: inline-flex;
  margin-bottom: 22px;
}

.dd-badge {
  display: inline-flex;
  margin-bottom: 18px;
}

.dd-hero h1 {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 0.95;
}

.dd-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
  color: rgba(255,255,255,0.72);
  font-size: 0.95rem;
}

.dd-hero-verse {
  max-width: 620px;
  margin: 30px 0 0;
  color: rgba(255,255,255,0.9);
  font-family: Georgia, serif;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.7;
}

.dd-hero-ref {
  margin: 12px 0 0;
  color: var(--ff-gold);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.dd-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.dd-hero-art {
  position: relative;
  z-index: 6;
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  padding: 14px;
  background: linear-gradient(145deg, rgba(255,255,255,0.18), rgba(212,160,23,0.08));
  box-shadow: 0 34px 90px rgba(0,0,0,0.42);
}

.dd-hero-art::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 36px;
  border: 1px solid rgba(212,160,23,0.26);
  transform: rotate(-3deg);
}

.dd-hero-art img,
.dd-hero-placeholder {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.dd-hero-placeholder {
  display: grid;
  place-items: center;
  min-height: 320px;
  color: var(--ff-gold);
  background: rgba(255,255,255,0.05);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.dd-verse-section {
  position: relative;
  z-index: 3;
  margin-top: -54px;
}

.dd-verse-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 40px;
  border: 1px solid rgba(212,160,23,0.25);
  border-radius: 18px;
  background: linear-gradient(135deg, #fffdf7, #f7efe0);
  color: #201715;
  box-shadow: 0 22px 60px rgba(0,0,0,0.24);
}

.dd-verse-kicker,
.dd-sidebar-kicker {
  margin-bottom: 10px;
  color: #9a6b10;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dd-verse-card blockquote {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(1rem, 1.05vw, 1.12rem) !important;
  line-height: 1.72;
}

.dd-verse-card cite {
  display: block;
  margin-top: 14px;
  color: #7a231f;
  font-style: normal;
  font-weight: 900;
}

.dd-content-section {
  padding-top: 72px;
}

.dd-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 44px;
  align-items: start;
}

.dd-content {
  max-width: none;
}

.dd-content h2:first-child {
  margin-top: 0;
}

.dd-content .mission-intro {
  padding: 22px 24px;
  border-left: 4px solid var(--ff-gold);
  border-radius: 0 14px 14px 0;
  background: rgba(212,160,23,0.08);
  color: rgba(255,255,255,0.88);
  font-size: 1.08rem;
  line-height: 1.78;
}

.dd-content .mission-section {
  margin-top: 28px;
}

.dd-content .mission-section h3 {
  margin-bottom: 12px;
  color: var(--ff-gold);
}

.dd-prayer {
  margin-top: 34px;
}

.dd-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 20px;
}

.dd-sidebar .hero-stat-card-body {
  padding: 18px 20px;
}

.dd-summary-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-summary-list a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.82);
  text-decoration: none;
}

.dd-summary-list a:hover {
  background: rgba(212,160,23,0.12);
  color: #fff;
}

.dd-free-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.15rem;
}

.dd-free-card p {
  color: rgba(255,255,255,0.72);
  font-size: 0.92rem;
  line-height: 1.55;
}

.dd-free-card .btn {
  width: 100%;
  margin-top: 12px;
  text-align: center;
}

.dd-related-list {
  display: grid;
  gap: 10px;
}

.dd-related-list a {
  display: grid;
  gap: 4px;
  padding: 11px 12px;
  border-radius: 8px;
  background: rgba(212,160,23,0.06);
  border-left: 3px solid var(--ff-gold);
  color: #fff;
  text-decoration: none;
}

.dd-related-list small {
  color: var(--ff-gold);
  font-size: 0.72rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .dd-hero {
    min-height: 0;
    padding: 116px 0 72px;
  }

  .dd-hero-inner,
  .dd-layout {
    grid-template-columns: 1fr;
  }

  .dd-hero-art {
    width: min(100%, 430px);
    margin: 0 auto;
  }

  .dd-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  .dd-hero {
    padding: 98px 0 64px;
  }

  .dd-hero-inner {
    gap: 34px;
  }

  .dd-hero h1 {
    font-size: clamp(2.35rem, 14vw, 3.45rem);
  }

  .dd-verse-card {
    padding: 26px 22px;
    border-radius: 14px;
  }

  .dd-verse-card blockquote {
    font-size: 1rem !important;
  }

  .dd-content-section {
    padding-top: 58px;
  }

  .dd-content .mission-intro {
    padding: 18px;
  }
}
