/* =========================================================
   KIMAMA STAGE 10B.1
   Editorial single-post reading experience
   ========================================================= */

:root {
  --kimama-paper: #f3efe6;
  --kimama-paper-deep: #ebe4d8;
  --kimama-ink: #171717;
  --kimama-muted: #746f67;
  --kimama-gold: #a78354;
  --kimama-line: rgba(23, 23, 23, 0.14);
}

/* ---------- Page canvas ---------- */

body.single-post {
  background: var(--kimama-paper);
  color: var(--kimama-ink);
}

body.single-post #content {
  margin-top: 0;
}

body.single-post .content-in {
  max-width: 1500px;
  margin-inline: auto;
  padding: clamp(52px, 5.5vw, 92px) clamp(28px, 5vw, 76px) clamp(96px, 9vw, 150px);
}

body.single-post .main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.single-post article.article {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}

/* ---------- Article header ---------- */

body.single-post .article-header {
  max-width: 1320px;
  margin: 0 auto clamp(48px, 5vw, 72px);
  padding: 0;
  border: 0;
  background: transparent;
}

body.single-post .entry-title {
  max-width: 1180px;
  margin: 0 0 clamp(30px, 3vw, 46px);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--kimama-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: clamp(42px, 4.2vw, 66px);
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: -0.035em;
}

/* Keep PR disclosure clear, but turn it into a quiet editorial marker. */
body.single-post .pr-label,
body.single-post .pr-label-wrap,
body.single-post .pr-label-invisible {
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.single-post .pr-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 24px;
  padding: 5px 10px;
  border: 1px solid rgba(167, 131, 84, 0.55);
  background: transparent;
  color: var(--kimama-gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.16em;
}

/* ---------- Eye catch ---------- */

body.single-post .eye-catch-wrap,
body.single-post .eye-catch {
  width: 100%;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: var(--kimama-paper-deep);
}

body.single-post .eye-catch img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

/* Existing category chip can stay as a small photographic caption. */
body.single-post .eye-catch .cat-label,
body.single-post .eye-catch-wrap .cat-label {
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(243, 239, 230, 0.34);
  border-radius: 0;
  background: rgba(7, 9, 11, 0.72);
  color: #f5f0e7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.12em;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* ---------- Dates / metadata ---------- */

body.single-post .date-tags {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 14px;
  color: var(--kimama-gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

body.single-post .date-tags > * {
  margin: 0 !important;
  color: inherit !important;
}

/* ---------- Reading column ---------- */

body.single-post .article-body {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  color: var(--kimama-ink);
  font-size: 18px;
  line-height: 2.08;
  letter-spacing: 0.005em;
}

body.single-post .article-body p {
  margin: 0 0 1.75em;
}

body.single-post .article-body > p:first-of-type {
  margin-top: 0;
}

/* Links stay obvious without switching the page back to "default blog blue". */
body.single-post .article-body a:not(.blogcard-wrap):not(.btn):not(.wp-block-button__link) {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-color: rgba(167, 131, 84, 0.7);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

/* ---------- Ad disclosure ---------- */

body.single-post .article-body .ad-label,
body.single-post .article-body .ad-label-visible,
body.single-post .article-body .ad-label-invisible,
body.single-post .article-body [class*="ad-label"] {
  margin: 0 0 clamp(38px, 4vw, 54px);
  padding: 14px 0;
  border: 0;
  border-top: 1px solid var(--kimama-line);
  border-bottom: 1px solid var(--kimama-line);
  border-radius: 0;
  background: transparent;
  color: var(--kimama-muted);
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
}

/* ---------- Table of contents ---------- */

body.single-post .toc {
  max-width: 780px;
  margin: clamp(54px, 6vw, 82px) auto clamp(64px, 7vw, 96px);
  padding: 28px 0 30px;
  border: 0;
  border-top: 1px solid var(--kimama-line);
  border-bottom: 1px solid var(--kimama-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.single-post .toc-title {
  margin-bottom: 22px;
  color: var(--kimama-gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-align: left;
}

body.single-post .toc-title::before {
  content: "CONTENTS / ";
}

body.single-post .toc-content {
  color: var(--kimama-ink);
}

body.single-post .toc-content > ol,
body.single-post .toc-content > ul {
  margin: 0;
  padding-left: 1.5em;
}

body.single-post .toc-content li {
  margin: 0.55em 0;
  line-height: 1.7;
}

body.single-post .toc a {
  color: inherit;
  text-decoration: none;
}

/* ---------- Section headings ---------- */

body.single-post .article-body h2 {
  margin: clamp(82px, 8vw, 118px) 0 clamp(32px, 3.5vw, 48px);
  padding: 0 0 20px;
  border: 0;
  border-bottom: 1px solid var(--kimama-line);
  border-radius: 0;
  background: transparent;
  color: var(--kimama-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: clamp(31px, 3vw, 43px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.025em;
  box-shadow: none;
}

body.single-post .article-body h3 {
  margin: clamp(58px, 6vw, 84px) 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--kimama-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: clamp(25px, 2.2vw, 33px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

body.single-post .article-body h4 {
  margin: 44px 0 18px;
  color: var(--kimama-ink);
  font-size: 20px;
  line-height: 1.6;
}

/* ---------- Editorial media rhythm ---------- */

body.single-post .article-body figure,
body.single-post .article-body .wp-block-image {
  margin-top: clamp(34px, 4vw, 54px);
  margin-bottom: clamp(34px, 4vw, 54px);
}

body.single-post .article-body img {
  border-radius: 0;
}

body.single-post .article-body figcaption {
  margin-top: 10px;
  color: var(--kimama-muted);
  font-size: 11px;
  line-height: 1.7;
  text-align: left;
}

/* ---------- Mobile ---------- */

@media screen and (max-width: 834px) {
  body.single-post .content-in {
    padding: 40px 20px 84px;
  }

  body.single-post .article-header {
    margin-bottom: 38px;
  }

  body.single-post .pr-label {
    margin-bottom: 18px;
  }

  body.single-post .entry-title {
    margin-bottom: 24px;
    font-size: clamp(31px, 8.4vw, 42px);
    line-height: 1.45;
    letter-spacing: -0.025em;
  }

  body.single-post .eye-catch .cat-label,
  body.single-post .eye-catch-wrap .cat-label {
    top: 10px;
    left: 10px;
    font-size: 8px;
  }

  body.single-post .date-tags {
    margin-top: 10px;
    gap: 10px;
    font-size: 8px;
  }

  body.single-post .article-body {
    max-width: none;
    font-size: 16.5px;
    line-height: 2;
  }

  body.single-post .article-body p {
    margin-bottom: 1.65em;
  }

  body.single-post .toc {
    margin: 46px 0 58px;
    padding: 22px 0 24px;
  }

  body.single-post .toc-title {
    margin-bottom: 17px;
    font-size: 9px;
  }

  body.single-post .toc-content {
    font-size: 14px;
  }

  body.single-post .article-body h2 {
    margin-top: 68px;
    margin-bottom: 28px;
    padding-bottom: 16px;
    font-size: clamp(26px, 7.4vw, 33px);
  }

  body.single-post .article-body h3 {
    margin-top: 48px;
    margin-bottom: 20px;
    font-size: clamp(22px, 6.2vw, 28px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.single-post * {
    scroll-behavior: auto !important;
  }
}


/* =========================================================
   KIMAMA STAGE 10B.2
   Reading-width + real Cocoon content-structure polish
   ========================================================= */

/* ---------- Title / PR separation ---------- */

@media screen and (min-width: 835px) {
  body.single-post .entry-title {
    max-width: 1080px;
    font-size: clamp(38px, 3.45vw, 54px);
    line-height: 1.42;
  }
}

body.single-post .article-header .pr-label-wrap,
body.single-post .article-header .pr-label,
body.single-post .article-header [class*="pr-label"] {
  position: static !important;
  inset: auto !important;
  float: none !important;
  clear: both !important;
  width: max-content !important;
  max-width: 100%;
  transform: none !important;
}

body.single-post .article-header .pr-label-wrap {
  display: block !important;
  margin: 0 0 18px !important;
}

body.single-post .article-header .pr-label {
  margin: 0 !important;
}

body.single-post .entry-title {
  clear: both;
}

/* ---------- Use Cocoon's real body wrapper as the reading canvas ---------- */

body.single-post .entry-content,
body.single-post .article-body {
  width: 100%;
  max-width: 1220px;
  margin-inline: auto;
  padding-inline: 0;
  color: var(--kimama-ink);
  font-size: 18px;
  line-height: 2.08;
  letter-spacing: 0.005em;
}

/* Text blocks use a quieter reading width.
   Photos, product cards, blog cards and other visual modules can remain wider. */
body.single-post .entry-content > p,
body.single-post .entry-content > ul,
body.single-post .entry-content > ol,
body.single-post .entry-content > blockquote,
body.single-post .entry-content > h2,
body.single-post .entry-content > h3,
body.single-post .entry-content > h4,
body.single-post .entry-content > .toc,
body.single-post .entry-content > .wp-block-heading,
body.single-post .entry-content > .wp-block-list,
body.single-post .entry-content > .wp-block-quote,
body.single-post .entry-content > .wp-block-table,
body.single-post .entry-content > .wp-block-details {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

body.single-post .entry-content p {
  margin-top: 0;
  margin-bottom: 1.75em;
}

/* Nested text inside groups/columns should stay readable too, without
   shrinking wide media blocks themselves. */
body.single-post .entry-content .wp-block-group p,
body.single-post .entry-content .wp-block-column p {
  line-height: 2;
}

/* ---------- Ad disclosure width ---------- */

body.single-post .entry-content > .ad-label,
body.single-post .entry-content > .ad-label-visible,
body.single-post .entry-content > .ad-label-invisible,
body.single-post .entry-content > [class*="ad-label"] {
  max-width: 940px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ---------- TOC: keep current styling, align to reading column ---------- */

body.single-post .entry-content .toc,
body.single-post .article-body .toc {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Force-remove Cocoon heading chrome ---------- */

body.single-post .entry-content h2,
body.single-post .article-body h2 {
  display: block !important;
  width: 100%;
  max-width: 940px;
  margin: clamp(82px, 8vw, 118px) auto clamp(32px, 3.5vw, 48px) !important;
  padding: 0 0 20px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--kimama-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  color: var(--kimama-ink) !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif !important;
  font-size: clamp(30px, 2.7vw, 40px) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.025em !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body.single-post .entry-content h2::before,
body.single-post .entry-content h2::after,
body.single-post .article-body h2::before,
body.single-post .article-body h2::after {
  display: none !important;
  content: none !important;
}

body.single-post .entry-content h3,
body.single-post .article-body h3 {
  display: block !important;
  width: 100%;
  max-width: 940px;
  margin: clamp(58px, 6vw, 84px) auto 24px !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  color: var(--kimama-ink) !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif !important;
  font-size: clamp(24px, 2vw, 31px) !important;
  font-weight: 400 !important;
  line-height: 1.58 !important;
  letter-spacing: -0.02em !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body.single-post .entry-content h3::before,
body.single-post .entry-content h3::after,
body.single-post .article-body h3::before,
body.single-post .article-body h3::after {
  display: none !important;
  content: none !important;
}

/* ---------- Wide visual modules ---------- */

body.single-post .entry-content > figure,
body.single-post .entry-content > .wp-block-image,
body.single-post .entry-content > .wp-block-gallery,
body.single-post .entry-content > .blogcard-wrap,
body.single-post .entry-content > .wp-block-embed,
body.single-post .entry-content > [class*="kaerebalink"],
body.single-post .entry-content > [class*="booklink"],
body.single-post .entry-content > [class*="pochipp"],
body.single-post .entry-content > [class*="product"] {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Mobile ---------- */

@media screen and (max-width: 834px) {
  body.single-post .article-header .pr-label-wrap {
    margin-bottom: 14px !important;
  }

  body.single-post .entry-title {
    font-size: clamp(29px, 7.9vw, 39px);
    line-height: 1.48;
  }

  body.single-post .entry-content,
  body.single-post .article-body {
    max-width: none;
    font-size: 16.5px;
    line-height: 2;
  }

  body.single-post .entry-content > p,
  body.single-post .entry-content > ul,
  body.single-post .entry-content > ol,
  body.single-post .entry-content > blockquote,
  body.single-post .entry-content > h2,
  body.single-post .entry-content > h3,
  body.single-post .entry-content > h4,
  body.single-post .entry-content > .toc,
  body.single-post .entry-content > .wp-block-heading,
  body.single-post .entry-content > .wp-block-list,
  body.single-post .entry-content > .wp-block-quote,
  body.single-post .entry-content > .wp-block-table,
  body.single-post .entry-content > .wp-block-details {
    max-width: none;
  }

  body.single-post .entry-content h2,
  body.single-post .article-body h2 {
    max-width: none;
    margin: 66px 0 27px !important;
    padding-bottom: 15px !important;
    font-size: clamp(25px, 7vw, 32px) !important;
  }

  body.single-post .entry-content h3,
  body.single-post .article-body h3 {
    max-width: none;
    margin: 46px 0 19px !important;
    font-size: clamp(21px, 5.9vw, 27px) !important;
  }

  body.single-post .entry-content > figure,
  body.single-post .entry-content > .wp-block-image,
  body.single-post .entry-content > .wp-block-gallery,
  body.single-post .entry-content > .blogcard-wrap,
  body.single-post .entry-content > .wp-block-embed,
  body.single-post .entry-content > [class*="kaerebalink"],
  body.single-post .entry-content > [class*="booklink"],
  body.single-post .entry-content > [class*="pochipp"],
  body.single-post .entry-content > [class*="product"] {
    max-width: none;
  }
}


/* =========================================================
   KIMAMA STAGE 10B.3
   Article opening polish
   - calmer title scale
   - reliable PR separation
   - refined ad disclosure
   ========================================================= */

/* ---------- Calmer article title ---------- */

@media screen and (min-width: 835px) {
  body.single-post .entry-title {
    max-width: 1020px;
    margin-bottom: 32px;
    font-size: clamp(36px, 2.85vw, 48px);
    line-height: 1.48;
    letter-spacing: -0.028em;
  }
}

/* ---------- PR disclosure: reserve its own space above the title ---------- */

/* Cocoon can place the PR marker with positional styling.
   Anchor it to the article header and reserve a dedicated row so it can
   never overlap the title. */
body.single-post .article-header {
  position: relative;
}

body.single-post .article-header:has(.pr-label),
body.single-post .article-header:has(.pr-label-wrap),
body.single-post .article-header:has([class*="pr-label"]) {
  padding-top: 46px;
}

body.single-post .article-header .pr-label-wrap,
body.single-post .article-header .pr-label,
body.single-post .article-header [class*="pr-label"] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  float: none !important;
  z-index: 2;
  width: auto !important;
  max-width: max-content;
  margin: 0 !important;
  transform: none !important;
}

body.single-post .article-header .pr-label-wrap .pr-label,
body.single-post .article-header .pr-label {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 28px;
  padding: 5px 9px !important;
  border: 1px solid rgba(167, 131, 84, 0.48) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--kimama-gold) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.14em !important;
  box-shadow: none !important;
}

/* ---------- Eye-catch handoff ---------- */

body.single-post .article-header .eye-catch-wrap,
body.single-post .article-header .eye-catch {
  margin-top: 0;
}

/* ---------- Advertising disclosure ---------- */

/* Turn the "article contains advertising" notice into a quiet editorial
   disclosure inside the reading column instead of a small boxed badge. */
body.single-post .entry-content [class*="ad-label"],
body.single-post .article-body [class*="ad-label"] {
  display: block !important;
  width: 100% !important;
  max-width: 940px !important;
  margin: 24px auto 46px !important;
  padding: 12px 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(167, 131, 84, 0.32) !important;
  border-bottom: 1px solid rgba(167, 131, 84, 0.32) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--kimama-gold) !important;
  text-align: left !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.12em !important;
  box-shadow: none !important;
}

/* ---------- Mobile ---------- */

@media screen and (max-width: 834px) {
  body.single-post .article-header:has(.pr-label),
  body.single-post .article-header:has(.pr-label-wrap),
  body.single-post .article-header:has([class*="pr-label"]) {
    padding-top: 40px;
  }

  body.single-post .article-header .pr-label-wrap,
  body.single-post .article-header .pr-label,
  body.single-post .article-header [class*="pr-label"] {
    top: 0 !important;
  }

  body.single-post .entry-title {
    margin-bottom: 22px;
    font-size: clamp(28px, 7.6vw, 37px);
    line-height: 1.5;
  }

  body.single-post .entry-content [class*="ad-label"],
  body.single-post .article-body [class*="ad-label"] {
    max-width: none !important;
    margin: 20px 0 38px !important;
    padding: 10px 0 !important;
    font-size: 8px !important;
  }
}


/* =========================================================
   KIMAMA STAGE 10B.4
   PR disclosure final polish
   The small PR marker is disabled in Cocoon settings, so the
   remaining large disclosure can become a quiet editorial note.
   ========================================================= */

body.single-post .article-header:has(.pr-label),
body.single-post .article-header:has(.pr-label-wrap),
body.single-post .article-header:has([class*="pr-label"]) {
  padding-top: 0;
}

/* Reset the positioning introduced for the former two-label setup. */
body.single-post .article-header .pr-label-wrap,
body.single-post .article-header .pr-label {
  position: static !important;
  inset: auto !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 1020px !important;
  margin: 0 0 28px !important;
  transform: none !important;
  z-index: auto !important;
}

/* The visible large disclosure. */
body.single-post .article-header .pr-label {
  display: block !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 11px 0 10px !important;
  border: 0 !important;
  border-top: 1px solid rgba(167, 131, 84, 0.36) !important;
  border-bottom: 1px solid rgba(167, 131, 84, 0.22) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--kimama-gold) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: 0.14em !important;
  text-align: left !important;
  box-shadow: none !important;
}

/* If Cocoon wraps the label, keep the wrapper visually neutral. */
body.single-post .article-header .pr-label-wrap {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.single-post .article-header .pr-label-wrap .pr-label {
  margin-bottom: 0 !important;
}

/* Add a restrained editorial eyebrow without changing the actual disclosure text. */
body.single-post .article-header .pr-label::before {
  content: "DISCLOSURE / ";
  color: var(--kimama-gold);
  font-size: 8px;
  letter-spacing: 0.18em;
}

/* ---------- Mobile ---------- */

@media screen and (max-width: 834px) {
  body.single-post .article-header:has(.pr-label),
  body.single-post .article-header:has(.pr-label-wrap),
  body.single-post .article-header:has([class*="pr-label"]) {
    padding-top: 0;
  }

  body.single-post .article-header .pr-label-wrap,
  body.single-post .article-header .pr-label {
    max-width: none !important;
    margin-bottom: 20px !important;
  }

  body.single-post .article-header .pr-label {
    padding: 9px 0 8px !important;
    font-size: 8px !important;
    letter-spacing: 0.11em !important;
  }

  body.single-post .article-header .pr-label::before {
    font-size: 7px;
    letter-spacing: 0.15em;
  }
}


/* =========================================================
   KIMAMA STAGE 10B.5
   Mobile reading polish
   - calmer long article titles
   - calmer H2/H3 scale
   - preserve body / TOC / photography
   ========================================================= */

@media screen and (max-width: 834px) {
  body.single-post .entry-title {
    margin-bottom: 20px;
    font-size: clamp(27px, 7vw, 34px);
    line-height: 1.52;
    letter-spacing: -0.02em;
  }

  body.single-post .entry-content h2,
  body.single-post .article-body h2 {
    margin: 60px 0 25px !important;
    padding-bottom: 14px !important;
    font-size: clamp(24px, 6.5vw, 29px) !important;
    line-height: 1.56 !important;
    letter-spacing: -0.018em !important;
  }

  body.single-post .entry-content h3,
  body.single-post .article-body h3 {
    margin: 42px 0 18px !important;
    font-size: clamp(20px, 5.5vw, 25px) !important;
    line-height: 1.62 !important;
  }

  /* Slightly reduce the gap after the disclosure before reading begins. */
  body.single-post .article-header .pr-label {
    margin-bottom: 18px !important;
  }

  /* Keep text comfortably readable; no density squeeze. */
  body.single-post .entry-content,
  body.single-post .article-body {
    font-size: 16.5px;
    line-height: 1.98;
  }
}
