/* Page Article — TalkAg Journal 2026 */

html:has(body.ba-page) { scroll-behavior: smooth; }

body.ba-page {
  background: #F5F8F1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.ba-page .grain { display: none; }
body.ba-page ::selection {
  background: #C9E6BE;
  color: #0E4429;
}

.ba-article {
  --ba-font-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --ba-font-body: 'Manrope', system-ui, sans-serif;
  --ba-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ba-dur: 0.85s;
  font-family: var(--ba-font-body);
  color: #13231A;
  overflow-x: hidden;
}

.ba-article [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity var(--ba-dur) var(--ba-ease), transform var(--ba-dur) var(--ba-ease);
}
.ba-article [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html:has(body.ba-page) { scroll-behavior: auto; }
  .ba-article [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ba-progress { display: none; }
}

/* Progress */
.ba-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #9BE08A, #1C7C4A);
  z-index: 70;
  transition: width 0.08s linear;
}

/* Icônes */
.ba-article .sc-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(145deg, #f4faf1 0%, #e8f3e4 100%);
  border: 1px solid rgba(28, 124, 74, 0.14);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 10px 24px -14px rgba(28, 124, 74, 0.4);
  color: #1C7C4A;
}
.ba-article .sc-icon-wrap--xs { width: 28px; height: 28px; border-radius: 9px; }
.ba-article .sc-icon-wrap--sm { width: 40px; height: 40px; border-radius: 12px; }
.ba-article .sc-icon-wrap--lg { width: 72px; height: 72px; border-radius: 18px; }
.ba-article .sc-icon-wrap .sc-icon { width: 55%; height: 55%; display: block; }

/* Share rail — limité à la zone de lecture (pas sur « À lire ensuite ») */
.ba-read-layout {
  width: min(760px, calc(100% - clamp(36px, 10vw, 64px)));
  margin: 0 auto;
}

.ba-share-boundary {
  height: 0;
  width: 100%;
  pointer-events: none;
  visibility: hidden;
}

.ba-share-rail {
  display: none;
  flex-direction: column;
  gap: 10px;
  z-index: 5;
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
}

.ba-share-rail.is-out-of-range {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
}

@media (min-width: 1140px) {
  .ba-share-rail.is-out-of-range,
  .ba-article.ba-share-hidden .ba-share-rail {
    display: none !important;
  }
}

.ba-share-rail__label {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9DAE97;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0 auto 10px;
}
.ba-share-btn {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid #E3EADE;
  background: #fff;
  color: #1C7C4A;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 10px 24px -16px rgba(15, 68, 41, 0.5);
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
  padding: 0;
  font-family: var(--ba-font-display);
}
.ba-share-btn .sc-icon-wrap {
  box-shadow: none;
  background: transparent;
  border: none;
  width: 22px;
  height: 22px;
}
.ba-share-btn--text {
  font-weight: 800;
  font-size: 17px;
  color: #13231A;
}
.ba-share-btn--text[href*="linkedin"],
.ba-share-btn:not(.ba-share-btn--text) { color: #1C7C4A; }
.ba-share-btn:hover {
  border-color: #1C7C4A;
  background: #F2F8EE;
  transform: translateY(-1px);
}
.ba-share-btn.is-copied .sc-icon-wrap { color: #0E4429; }

@media (min-width: 1140px) {
  .ba-read-layout {
    display: grid;
    grid-template-columns: 52px minmax(0, 760px);
    grid-template-rows: auto auto;
    gap: 20px;
    width: min(832px, calc(100% - clamp(36px, 10vw, 64px)));
    align-items: start;
    position: relative;
    padding-top: clamp(20px, 3vw, 36px);
  }

  .ba-share-rail {
    display: flex;
    grid-column: 1;
    grid-row: 1;
    position: sticky;
    top: calc(var(--nav-h) + 40px);
    align-self: start;
    max-height: calc(100vh - var(--nav-h) - 72px);
    margin-top: clamp(48px, 6vw, 80px);
  }

  .ba-read-layout .ba-content {
    grid-column: 2;
    grid-row: 1;
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ba-read-layout .ba-content-tail {
    grid-column: 2;
    grid-row: 2;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .ba-read-layout .ba-content-tail .ba-author {
    max-width: none;
  }
}

/* Suite de l'article (colonne droite, hors rail) */
.ba-content-tail {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 clamp(18px, 5vw, 32px);
}

/* Hero */
.ba-hero {
  position: relative;
  background: #0B3B25;
  color: #fff;
  overflow: hidden;
  min-height: clamp(420px, 52vh, 580px);
}
.ba-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      100deg,
      rgba(11, 59, 37, 0.94) 0%,
      rgba(11, 59, 37, 0.84) 32%,
      rgba(11, 59, 37, 0.5) 62%,
      rgba(8, 43, 27, 0.24) 100%
    );
}
.ba-hero__watermark {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.ba-hero__watermark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  display: block;
}
.ba-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  padding: calc(var(--nav-h) + clamp(34px, 5vw, 56px)) clamp(18px, 5vw, 32px) clamp(72px, 8vw, 104px);
}
.ba-crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #8FB89A;
  margin-bottom: 26px;
  flex-wrap: wrap;
}
.ba-crumb a {
  text-decoration: none;
  color: #8FB89A;
  transition: color 0.2s;
}
.ba-crumb a:hover { color: #CFE8C5; }
.ba-crumb__current { color: #9BE08A; font-weight: 700; }
.ba-hero__chip {
  display: inline-flex;
  align-items: center;
  background: rgba(155, 224, 138, 0.16);
  color: #9BE08A;
  font-size: 12.5px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.ba-hero__title {
  font-family: var(--ba-font-display);
  font-weight: 700;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  margin: 0 0 22px;
  text-wrap: balance;
}
.ba-hero__lead {
  font-size: clamp(17px, 2.1vw, 21px);
  line-height: 1.55;
  color: #CFE0C6;
  font-weight: 500;
  margin: 0 0 32px;
  max-width: 660px;
}
.ba-hero__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  flex-wrap: wrap;
}
.ba-hero__author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ba-hero__avatar {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #9BE08A;
  color: #0B3B25;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ba-font-display);
  font-weight: 800;
  font-size: 17px;
  flex-shrink: 0;
}
.ba-hero__author-name {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
}
.ba-hero__author-role {
  display: block;
  font-size: 13px;
  color: #8FB89A;
  font-weight: 600;
}
.ba-hero__date {
  margin-left: auto;
  text-align: right;
}
.ba-hero__date-main {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #E4F0DE;
}
.ba-hero__date-sub {
  display: block;
  font-size: 12.5px;
  color: #8FB89A;
  font-weight: 600;
}

/* Content column */
.ba-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 clamp(18px, 5vw, 32px);
  position: relative;
}

/* TOC */
.ba-toc {
  margin-top: clamp(-64px, -6vw, -44px);
  position: relative;
  z-index: 3;
  background: linear-gradient(145deg, #fff 0%, #FAFCF8 100%);
  border: 1px solid #E3EADE;
  border-radius: 22px;
  padding: clamp(22px, 2.8vw, 30px) clamp(24px, 3vw, 34px);
  box-shadow: 0 30px 60px -38px rgba(11, 59, 37, 0.45);
}
.ba-toc__title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1C7C4A;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.ba-toc__bar {
  width: 18px;
  height: 2px;
  background: #1C7C4A;
  border-radius: 2px;
  display: inline-block;
}
.ba-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ba-toc__link {
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: 13px;
  padding: 9px 10px;
  border-radius: 11px;
  color: #3A4A3E;
  font-size: 15.5px;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}
.ba-toc__link:hover {
  background: #F2F8EE;
  color: #1C7C4A;
}
.ba-toc__num {
  flex-shrink: 0;
  font-family: var(--ba-font-display);
  font-weight: 800;
  font-size: 13px;
  color: #A9C28D;
}

/* Prose */
.ba-prose {
  padding: clamp(34px, 4.5vw, 48px) 0 clamp(16px, 2vw, 24px);
}
.ba-lead {
  font-size: 18.5px;
  line-height: 1.72;
  color: #2A3A30;
  font-weight: 400;
  margin: 0 0 24px;
}
.ba-dropcap {
  float: left;
  font-family: var(--ba-font-display);
  font-weight: 700;
  font-size: 68px;
  line-height: 0.82;
  color: #1C7C4A;
  padding: 6px 14px 0 0;
}
.ba-h2 {
  font-family: var(--ba-font-display);
  font-weight: 700;
  font-size: clamp(24px, 2.9vw, 32px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  margin: 42px 0 16px;
  color: #13231A;
  text-wrap: balance;
  scroll-margin-top: calc(var(--nav-h) + 20px);
}
.ba-p {
  font-size: 17.5px;
  line-height: 1.75;
  color: #3A4A3E;
  font-weight: 400;
  margin: 0 0 22px;
}
.ba-quote {
  margin: 38px 0;
  position: relative;
  padding: 30px 30px 30px 34px;
  background: linear-gradient(145deg, #EEF4E9 0%, #E6F0E0 100%);
  border-radius: 20px;
  overflow: hidden;
}
.ba-quote__mark {
  position: absolute;
  top: -18px;
  left: 18px;
  font-family: var(--ba-font-display);
  font-weight: 800;
  font-size: 96px;
  line-height: 1;
  color: #CDE3C0;
}
.ba-quote blockquote {
  margin: 0;
  position: relative;
  font-family: var(--ba-font-display);
  font-weight: 600;
  font-size: clamp(20px, 2.6vw, 26px);
  line-height: 1.32;
  letter-spacing: -0.015em;
  color: #0E4429;
}

/* Footer article */
.ba-foot {
  padding: 8px 0 clamp(32px, 4vw, 44px);
  border-bottom: 1px solid #E3EADE;
}
.ba-foot__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.ba-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ba-tag {
  background: #fff;
  border: 1px solid #DCE6D6;
  color: #3A4A3E;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 999px;
}
.ba-foot__back {
  text-decoration: none;
  color: #1C7C4A;
  font-size: 14.5px;
  font-weight: 700;
  white-space: nowrap;
}
.ba-foot__share {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.ba-foot__share-label {
  font-size: 13px;
  font-weight: 700;
  color: #9DAE97;
}
.ba-foot__copy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #DCE6D6;
  background: #fff;
  color: #1C7C4A;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 700;
  padding: 9px 15px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.ba-foot__copy .sc-icon-wrap {
  box-shadow: none;
  background: transparent;
  border: none;
  width: 22px;
  height: 22px;
}
.ba-foot__copy:hover {
  background: #F2F8EE;
  border-color: #1C7C4A;
}
.ba-foot__icon {
  text-decoration: none;
  width: 38px;
  height: 38px;
  border: 1px solid #DCE6D6;
  background: #fff;
  color: #13231A;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ba-font-display);
  font-weight: 800;
  font-size: 15px;
  transition: background 0.2s, border-color 0.2s;
}
.ba-foot__icon:hover {
  background: #F2F8EE;
  border-color: #1C7C4A;
}

/* Author card */
.ba-author {
  padding: clamp(28px, 4vw, 40px) 0 0;
  position: relative;
  z-index: 1;
}
.ba-author__card {
  background: linear-gradient(145deg, #fff 0%, #FAFCF8 100%);
  border: 1px solid #E3EADE;
  border-radius: 22px;
  padding: clamp(24px, 3vw, 32px);
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
  box-shadow: 0 24px 48px -44px rgba(15, 68, 41, 0.4);
}
.ba-author__avatar {
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: #0E4429;
  color: #9BE08A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ba-font-display);
  font-weight: 800;
  font-size: 22px;
}
.ba-author__body { flex: 1; min-width: 200px; }
.ba-author__eyebrow {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9DAE97;
  margin-bottom: 6px;
}
.ba-author__name {
  font-family: var(--ba-font-display);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.015em;
  margin: 0 0 4px;
  color: #13231A;
}
.ba-author__role {
  font-size: 13.5px;
  color: #1C7C4A;
  font-weight: 700;
  margin-bottom: 10px;
}
.ba-author__bio {
  font-size: 14.5px;
  line-height: 1.6;
  color: #5C6B60;
  font-weight: 500;
  margin: 0;
}

/* Related */
.ba-related {
  position: relative;
  z-index: 10;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(36px, 5vw, 56px) clamp(18px, 5vw, 32px) clamp(20px, 3vw, 28px);
  background: linear-gradient(180deg, transparent 0%, rgba(238, 244, 233, 0.3) 50%, transparent 100%);
}
.ba-related__title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ba-font-display);
  font-weight: 700;
  font-size: clamp(22px, 2.6vw, 30px);
  letter-spacing: -0.02em;
  margin: 0 0 26px;
  color: #13231A;
}
.ba-related__grid { margin: 0; }

/* CTA */
.ba-cta-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 40px) clamp(18px, 5vw, 32px) clamp(56px, 8vw, 96px);
}
.ba-cta {
  background: linear-gradient(135deg, #1C7C4A 0%, #168044 45%, #0E4429 100%);
  border-radius: 32px;
  padding: clamp(40px, 5vw, 60px) clamp(28px, 5vw, 56px);
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 90px -45px rgba(15, 68, 41, 0.7);
}
.ba-cta__deco {
  position: absolute;
  top: -24px;
  right: 16px;
  line-height: 0;
  opacity: 0.35;
  pointer-events: none;
}
.ba-cta__deco .sc-icon-wrap--lg {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  box-shadow: none;
}
.ba-cta__title {
  font-family: var(--ba-font-display);
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 0 0 14px;
  color: #fff;
  position: relative;
  text-wrap: balance;
}
.ba-cta__lead {
  font-size: 17px;
  line-height: 1.5;
  color: #CFE8C5;
  font-weight: 500;
  max-width: 480px;
  margin: 0 auto 30px;
  position: relative;
}
.ba-cta__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.ba-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15.5px;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 999px;
  letter-spacing: -0.01em;
  transition: transform 0.2s ease;
}
.ba-cta__btn:hover { transform: translateY(-1px); }
.ba-cta__btn--primary {
  background: #fff;
  color: #0E4429;
}
.ba-cta__btn--ghost {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.ba-article .ba-cta__btn--ghost:hover,
.ba-article .ba-cta__btn--ghost:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.42);
}

@media (max-width: 1024px) {
  .ba-hero__inner {
    max-width: none;
  }
  .ba-hero__lead {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .ba-hero {
    min-height: auto;
  }
  .ba-hero__inner {
    padding: calc(var(--nav-h) + 24px) 20px 56px;
  }
  .ba-crumb {
    font-size: 12px;
    margin-bottom: 18px;
    gap: 6px;
  }
  .ba-hero__chip {
    font-size: 11.5px;
    padding: 6px 12px;
    margin-bottom: 16px;
  }
  .ba-hero__title {
    font-size: clamp(28px, 8vw, 40px);
    margin-bottom: 16px;
  }
  .ba-hero__lead {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 24px;
  }
  .ba-hero__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding-top: 20px;
  }
  .ba-hero__date {
    margin-left: 0;
    text-align: left;
    width: 100%;
  }
  .ba-hero__bg {
    background:
      linear-gradient(
        180deg,
        rgba(11, 59, 37, 0.93) 0%,
        rgba(11, 59, 37, 0.82) 52%,
        rgba(8, 43, 27, 0.58) 100%
      );
  }
  .ba-hero__watermark img {
    object-position: center;
  }

  .ba-read-layout {
    width: calc(100% - 40px);
  }
  .ba-content,
  .ba-content-tail {
    padding-left: 0;
    padding-right: 0;
  }
  .ba-toc {
    margin-top: -36px;
    border-radius: 18px;
    padding: 20px 18px;
  }
  .ba-toc__link {
    font-size: 14.5px;
    padding: 8px;
    gap: 10px;
  }

  .ba-prose {
    padding: 28px 0 12px;
  }
  .ba-lead {
    font-size: 17px;
    line-height: 1.65;
  }
  .ba-dropcap {
    font-size: 52px;
    padding: 4px 10px 0 0;
  }
  .ba-p {
    font-size: 16.5px;
    line-height: 1.7;
    margin-bottom: 18px;
  }
  .ba-h2 {
    margin-top: 32px;
    font-size: clamp(22px, 6vw, 28px);
  }
  .ba-quote {
    margin: 28px 0;
    padding: 24px 20px 24px 22px;
    border-radius: 16px;
  }
  .ba-quote__mark {
    font-size: 72px;
    top: -12px;
    left: 12px;
  }

  .ba-foot__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .ba-foot__back {
    white-space: normal;
  }
  .ba-foot__share {
    width: 100%;
    gap: 8px;
  }
  .ba-foot__copy {
    flex: 1;
    justify-content: center;
    min-width: 0;
  }

  .ba-author__card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
  }
  .ba-author__body {
    min-width: 0;
    width: 100%;
  }

  .ba-related {
    padding: 36px 20px 20px;
  }
  .ba-related__title {
    justify-content: center;
    width: 100%;
    margin-bottom: 22px;
  }

  .ba-cta-wrap {
    padding: 28px 20px 48px;
  }
  .ba-cta {
    border-radius: 22px;
    padding: 36px 24px;
  }
  .ba-cta__lead {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .ba-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .ba-cta__btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .ba-hero__title {
    font-size: clamp(24px, 9vw, 32px);
  }
  .ba-hero__avatar {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }
  .ba-toc {
    margin-top: -28px;
  }
  .ba-dropcap {
    font-size: 44px;
  }
  .ba-foot__share-label {
    width: 100%;
  }
  .ba-foot__icon {
    width: 42px;
    height: 42px;
  }
  .ba-cta__title {
    font-size: clamp(22px, 6.5vw, 28px);
  }
  .ba-related__title {
    font-size: clamp(20px, 5.5vw, 24px);
  }
}

/* --- Corps HTML des articles DB (admin → frontend) ----------------------- */
.ba-db-body { line-height: 1.75; color: #3A4A3E; }
.ba-db-body p { font-size: 17.5px; margin: 0 0 22px; }
.ba-db-body h2 {
  font-family: var(--ba-font-display); font-weight: 700;
  font-size: clamp(22px, 2.6vw, 30px); line-height: 1.16;
  letter-spacing: -0.02em; margin: 40px 0 14px; color: #13231A;
}
.ba-db-body h3 {
  font-family: var(--ba-font-display); font-weight: 600;
  font-size: clamp(18px, 2vw, 22px); line-height: 1.2;
  margin: 28px 0 10px; color: #1C3A28;
}
.ba-db-body strong { font-weight: 600; color: #1C3A28; }
.ba-db-body em { font-style: italic; }
.ba-db-body ul, .ba-db-body ol { padding-left: 1.5em; margin: 0 0 20px; }
.ba-db-body li { margin-bottom: 6px; font-size: 17px; }
.ba-db-body blockquote {
  border-left: 3px solid #1C7C4A; margin: 30px 0;
  padding: 14px 20px; background: #f2f8f4; border-radius: 0 8px 8px 0;
  font-style: italic; color: #2A4A35;
}
.ba-db-body a { color: #1d9a47; text-decoration: underline; }
.ba-db-body img { max-width: 100%; border-radius: 10px; margin: 16px 0; }
