/* Plum Guide–style Journal: blog index + single post (post type post) */

/* body.citidoorz-plum-journal .lb-header {
  display: none !important;
} */

body.citidoorz-plum-journal .header_media {
  display: none !important;
}

body.citidoorz-plum-journal .lb-lang-curr-modal-backdrop {
  display: none !important;
}

.pg-journal,
.pg-journal-single {
  background: #f7f4ee;
  color: #111111;
  font-family: "Nunito Sans", system-ui, -apple-system, sans-serif;
  min-height: 100vh;
}

.pg-journal .pg-journal-topbar,
.pg-journal-single .pg-journal-topbar {
  border-bottom-color: #ece7de;
}

.pg-journal .pg-nav a.is-current,
.pg-journal-single .pg-nav a.is-current {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pg-journal-hero {
  padding: 48px 0 28px;
  text-align: center;
}

.pg-journal-page-title {
  margin: 0 0 12px;
  font-family: "Instrument Serif", Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.pg-journal-page-dek {
  margin: 0 auto;
  max-width: 640px;
  font-size: 18px;
  line-height: 1.55;
  color: #3b3b3b;
}

.pg-journal-archive-desc p {
  margin: 0.5em 0 0;
}

.pg-journal-section-title {
  margin: 0 0 8px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 400;
  line-height: 1.15;
}

.pg-journal-section-dek {
  margin: 0 0 22px;
  color: #4d4d4d;
  font-size: 16px;
}

.pg-journal-featured {
  padding: 20px 0 36px;
}

.pg-journal-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.pg-journal-latest {
  padding: 28px 0 56px;
  border-top: 1px solid #ece7de;
}

.pg-journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.pg-journal-card {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ece6dd;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.pg-journal-card:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.pg-journal-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.pg-journal-card-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ebe6df;
}

.pg-journal-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pg-journal-card--featured .pg-journal-card-media {
  aspect-ratio: 4 / 3;
}

.pg-journal-card-body {
  padding: 16px 18px 20px;
}

.pg-journal-card-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin-bottom: 8px;
}

.pg-journal-card-title {
  margin: 0 0 10px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.pg-journal-card--featured .pg-journal-card-title {
  font-size: clamp(22px, 2.4vw, 28px);
}

.pg-journal-card-excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #4f4f4f;
}

.pg-journal-pagination-nav {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

.pg-journal-pagination-nav .nav-links,
.pg-journal-pagination-nav ul.page-numbers {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pg-journal-pagination-nav a,
.pg-journal-pagination-nav span {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid #ded7cc;
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  color: #111;
  text-decoration: none;
}

.pg-journal-pagination-nav span.current {
  background: #111;
  color: #fff;
  border-color: #111;
}

.pg-journal-empty {
  padding: 80px 0;
  text-align: center;
  color: #555;
}

.pg-journal-hero--compact {
  padding-top: 28px;
  padding-bottom: 18px;
}

/* Magazine bands (Plum-style index) */
.pg-journal-band {
  padding: 36px 0;
  border-top: 1px solid #ece7de;
}

.pg-journal-band--grid:first-of-type {
  border-top: none;
}

.pg-journal-band-header {
  margin-bottom: 20px;
}

.pg-journal-band-header-top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px 24px;
}

.pg-journal-band-header .pg-journal-section-title {
  margin: 0;
}

.pg-journal-band-header .pg-journal-section-dek {
  margin: 10px 0 0;
}

.pg-journal-view-all {
  font-size: 14px;
  font-weight: 800;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.pg-journal-view-all:hover {
  opacity: 0.85;
}

.pg-journal-spotlight-footer {
  margin: 18px 0 0;
  text-align: right;
}

.pg-journal-spotlight {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ece6dd;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.07);
}

.pg-journal-spotlight-link {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 0;
  min-height: 280px;
  color: inherit;
  text-decoration: none;
}

.pg-journal-spotlight-media {
  min-height: 220px;
  background: #ebe6df;
}

.pg-journal-spotlight-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pg-journal-spotlight-body {
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.pg-journal-spotlight-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b6b6b;
}

.pg-journal-spotlight-title {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 400;
  line-height: 1.12;
}

.pg-journal-spotlight-excerpt {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #3f3f3f;
}

.pg-journal-spotlight-cta {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #111;
}

.pg-journal-band--promo {
  padding: 24px 0 8px;
  border-top: none;
}

.pg-journal-promo-card {
  border-radius: 18px;
  padding: 40px 32px;
  background: linear-gradient(145deg, #1a1a1a 0%, #333 100%);
  color: #fff;
  text-align: center;
}

.pg-journal-promo-pre {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.pg-journal-promo-title {
  margin: 0 0 14px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 400;
  line-height: 1.15;
}

.pg-journal-promo-text {
  margin: 0 auto 22px;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.pg-journal-promo-btn {
  display: inline-block;
  background: #fff;
  color: #111;
  text-decoration: none;
  border-radius: 12px;
  padding: 14px 28px;
  font-weight: 800;
  font-size: 15px;
}

.pg-journal-promo-btn:hover {
  opacity: 0.92;
}

/* Single article */
.pg-journal-article-header {
  padding: 40px 0 24px;
  text-align: center;
}

.pg-journal-article-title {
  margin: 0 0 16px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(36px, 5.5vw, 64px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.pg-journal-article-dek {
  margin: 0 auto 12px;
  max-width: 720px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
  color: #333;
}

.pg-journal-article-meta {
  margin: 0;
  font-size: 14px;
  color: #666;
  font-weight: 600;
}

.pg-journal-article-hero-wrap {
  margin-bottom: 36px;
}

.pg-journal-article-hero {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #ece6dd;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.pg-journal-article-hero img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.pg-journal-article-content {
  max-width: 720px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 1.75;
  color: #222;
}

.pg-journal-article-content > *:first-child {
  margin-top: 0;
}

.pg-journal-article-content h2,
.pg-journal-article-content h3,
.pg-journal-article-content h4 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 1.4em 0 0.5em;
}

.pg-journal-article-content h2 {
  font-size: clamp(26px, 3vw, 34px);
}

.pg-journal-article-content h3 {
  font-size: clamp(22px, 2.5vw, 28px);
}

.pg-journal-article-content p {
  margin: 0 0 1.1em;
}

.pg-journal-article-content ul,
.pg-journal-article-content ol {
  margin: 0 0 1.1em 1.2em;
  padding: 0;
}

.pg-journal-article-content a {
  color: #111;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pg-journal-article-content blockquote {
  margin: 1.5em 0;
  padding: 16px 22px;
  border-left: 4px solid #111;
  background: #fff;
  font-style: italic;
  color: #333;
}

.pg-journal-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.pg-journal-page-links {
  margin-top: 2em;
  font-size: 15px;
}

.pg-journal-byline {
  max-width: 720px;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #e0d9ce;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

.pg-journal-read-next {
  padding: 48px 0;
  background: #ffffff;
  border-top: 1px solid #ece7de;
  border-bottom: 1px solid #ece7de;
}

.pg-journal-read-next .pg-journal-section-title {
  text-align: center;
  margin-bottom: 28px;
}

.pg-journal-cta {
  padding: 56px 0 72px;
  text-align: center;
}

.pg-journal-cta-inner {
  background: #111;
  color: #fff;
  border-radius: 18px;
  padding: 44px 28px;
}

.pg-journal-cta-title {
  margin: 0 0 20px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 400;
  line-height: 1.15;
}

.pg-journal-cta .pg-journal-cta-btn {
  display: inline-block;
  background: #fff;
  color: #111;
  text-decoration: none;
  border-radius: 12px;
  padding: 14px 28px;
  font-weight: 800;
  font-size: 15px;
}

.pg-journal-cta .pg-journal-cta-btn:hover {
  opacity: 0.92;
}

@media (max-width: 1024px) {
  .pg-journal-featured-grid,
  .pg-journal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pg-journal-featured-grid,
  .pg-journal-grid {
    grid-template-columns: 1fr;
  }

  .pg-journal-hero {
    padding-top: 32px;
  }

  .pg-journal-article-content {
    font-size: 17px;
  }

  .pg-journal-spotlight-link {
    grid-template-columns: 1fr;
  }

  .pg-journal-band-header-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .pg-journal-spotlight-footer {
    text-align: left;
  }
}
