/* === Lê Mai Journal — Post page CSS ===
   Long-form essay layout. Reading width 680px. Voice quiet luxury.
*/

/* Article wrapper */
.j-post {
  max-width: 720px;
  margin: 0 auto;
  padding: 64px 32px 96px;
}

/* Breadcrumb — prominent primary nav strip ở đầu article */
.j-breadcrumb {
  font-family: 'Geist', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 96px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e5dcce;
}
.j-breadcrumb a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
.j-breadcrumb a:hover { opacity: 0.6; }
.j-breadcrumb .sep {
  margin: 0 10px;
  opacity: 0.45;
  font-weight: 400;
}

@media (max-width: 720px) {
  .j-breadcrumb {
    font-size: 12px;
    letter-spacing: 0.22em;
    margin-bottom: 64px;
    padding-bottom: 24px;
  }
}

/* Post header */
.j-post-header {
  margin-bottom: 64px;
  text-align: left;
}
.j-post-eyebrow {
  font-family: 'Geist', system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 32px;
}
.j-post-h1 {
  font-family: 'EB Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.005em;
  margin: 0 0 16px;
  color: #1f1812;
}
.j-post-h1-en {
  font-family: 'Geist', system-ui, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.3;
  opacity: 0.6;
  margin: 0 0 18px;
  letter-spacing: 0;
}
.j-post-jp {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: 14px;
  opacity: 0.5;
  letter-spacing: 0.15em;
  display: block;
}

/* Hero image — full-bleed break out of 720px reading width */
.j-post-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 64px;
  padding: 0;
  background: transparent;
  overflow: hidden;
}
.j-post-hero img {
  display: block;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 720px) {
  .j-post-hero {
    margin-bottom: 48px;
  }
}

/* Body */
.j-post-body {
  margin-bottom: 64px;
}

.j-post-body.lang-vn {
  border-top: none;
  padding-top: 0;
}

.j-post-body.lang-vn::before { display: none; }

.j-post-body.lang-en {
  margin-top: 64px;
  padding-top: 56px;
  border-top: 1px solid #d8d0c4;
}

.j-post-body.lang-en::before {
  content: "EN";
  display: inline-block;
  font-family: 'Geist', system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  opacity: 0.55;
  margin-bottom: 32px;
}

/* Lead paragraph (first paragraph, slightly larger) */
.j-post-lead {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.55;
  font-style: italic;
  margin: 0 0 56px;
  color: #1f1812;
  opacity: 0.92;
}

.j-post-body.lang-en .j-post-lead {
  font-family: 'Geist', system-ui, sans-serif;
  font-style: italic;
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.65;
}

/* H2 inside post body */
.j-post-body h2 {
  font-family: 'EB Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.15;
  margin: 56px 0 24px;
  letter-spacing: -0.005em;
  text-transform: none;
  opacity: 1;
  color: #1f1812;
}

.j-post-body.lang-en h2 {
  font-family: 'Geist', system-ui, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.3;
  margin: 48px 0 18px;
  letter-spacing: 0;
  opacity: 0.85;
}

/* Body paragraphs */
.j-post-body p {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 19px;
  line-height: 1.7;
  margin: 0 0 22px;
  color: #1f1812;
}

.j-post-body.lang-en p {
  font-family: 'Geist', system-ui, sans-serif;
  font-style: italic;
  font-size: 14.5px;
  line-height: 1.7;
  opacity: 0.88;
}

/* Closing meta-observation */
.j-post-closing {
  font-style: italic;
  opacity: 0.85;
  margin-top: 32px !important;
}

.j-post-body.lang-en .j-post-closing {
  font-style: italic;
}

/* CTA block (soft) */
.j-post-cta {
  max-width: 720px;
  margin: 80px auto 0;
  padding: 48px 32px;
  border-top: 1px solid #d8d0c4;
  border-bottom: 1px solid #d8d0c4;
  text-align: center;
}
.j-post-cta p {
  margin: 0 0 6px;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 18px;
  font-style: italic;
  opacity: 0.9;
}
.j-post-cta .lang-en {
  font-family: 'Geist', system-ui, sans-serif;
  font-size: 13px;
  font-style: italic;
  opacity: 0.55;
  margin-bottom: 24px;
}
.j-post-cta-link {
  display: inline-block;
  margin-top: 16px;
  font-family: 'Geist', system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.j-post-cta-link:hover { opacity: 1; }

/* Related links */
.j-post-related {
  max-width: 720px;
  margin: 56px auto 0;
  padding: 0 32px;
}
.j-post-related-eyebrow {
  font-family: 'Geist', system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 24px;
}
.j-post-related ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.j-post-related li {
  border-top: 1px solid #d8d0c4;
  padding: 20px 0;
}
.j-post-related li:last-child {
  border-bottom: 1px solid #d8d0c4;
}
.j-post-related a {
  font-family: 'EB Garamond', Georgia, serif;
  font-style: italic;
  font-size: 19px;
  text-decoration: none;
  color: inherit;
  display: block;
  margin-bottom: 6px;
  transition: opacity 0.2s ease;
}
.j-post-related a:hover { opacity: 0.65; }
.j-post-related-note {
  font-family: 'Geist', system-ui, sans-serif;
  font-style: italic;
  font-size: 13px;
  opacity: 0.55;
  display: block;
}

/* Mobile */
@media (max-width: 720px) {
  .j-post {
    padding: 40px 20px 64px;
  }
  .j-post-header {
    margin-bottom: 48px;
  }
  .j-post-body.lang-vn .j-post-lead,
  .j-post-body p {
    font-size: 18px;
  }
  .j-post-body.lang-en p {
    font-size: 14px;
  }
  .j-post-cta,
  .j-post-related {
    padding: 32px 20px;
  }
}
