/* Article detail — SEO layout + PageSpeed helpers */
.is-article .hero_area {
  min-height: 0;
  padding-bottom: 0;
}

.article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  font-size: 0.86rem;
  color: var(--th-muted, #5b6b61);
  margin: 8px 0 18px;
  padding: 0;
  list-style: none;
}
.article-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.article-breadcrumb li:not(:last-child)::after {
  content: "/";
  color: #9aab9f;
}
.article-breadcrumb a {
  color: #0f3d24;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.article-breadcrumb [aria-current="page"] {
  color: var(--th-ink, #1a2e22);
  font-weight: 600;
}

.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  font-size: 0.9rem;
  color: var(--th-muted, #5b6b61);
  margin: 0 0 12px;
}
.article-meta-row time {
  font-weight: 600;
  color: var(--th-green-dark, #144229);
}

.article-headline {
  font-family: var(--th-display, Georgia, serif);
  font-size: clamp(1.6rem, 3.6vw, 2.35rem);
  line-height: 1.25;
  color: var(--th-green-dark, #144229);
  margin: 0 0 12px;
}

.article-brief {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--th-muted, #5b6b61);
  margin: 0 0 18px;
}

.article-body {
  content-visibility: auto;
  contain-intrinsic-size: 800px;
  line-height: 1.8;
  font-size: 1.05rem;
  color: var(--th-ink, #1a2e22);
  text-align: left !important;
  max-width: none;
  margin: 0 !important;
}
.article-body img,
.article-body iframe,
.article-body video {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}
.article-body img {
  --th-frame-radius: 16px;
  display: block;
  width: min(100%, 720px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  margin: 18px auto;
  padding: 10px;
  box-sizing: border-box;
  background:
    radial-gradient(120% 90% at 10% 0%, rgba(255, 255, 255, 0.95), transparent 55%),
    linear-gradient(145deg, #e8f3ec 0%, #f7faf7 45%, #efe7dc 100%);
  border: 1px solid rgba(31, 92, 58, 0.1);
  border-radius: var(--th-frame-radius);
  box-shadow: 0 12px 28px rgba(20, 66, 41, 0.1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}
.article-body img:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 18px 36px rgba(20, 66, 41, 0.16);
}
.article-body iframe {
  width: 100%;
  min-height: 280px;
}
.article-body p,
.article-body div,
.article-body li,
.article-body td {
  text-align: left !important;
}
.article-body p {
  margin-bottom: 1rem;
}

.is-article .article-content-section.layout_padding {
  text-align: left !important;
}
.is-article .article-content-section .container {
  text-align: left;
}
.is-article .article-content-section .custom_heading-text {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
}

.article-geo-tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(31, 92, 58, 0.1);
  color: var(--th-green-dark, #144229);
  font-weight: 600;
  font-size: 0.82rem;
}

.article-geo-box {
  margin: 28px 0 8px;
  padding: 18px 18px 14px;
  border-radius: 14px;
  background: linear-gradient(160deg, #f4faf6, #fff);
  border: 1px solid rgba(31, 92, 58, 0.12);
}
.article-geo-title {
  font-family: var(--th-display, Georgia, serif);
  font-size: 1.2rem;
  color: var(--th-green-dark, #144229);
  margin: 0 0 10px;
  line-height: 1.35;
}
.article-geo-box p {
  margin: 0 0 10px;
  color: var(--th-muted, #5b6b61);
  line-height: 1.65;
}
.article-geo-list {
  margin: 0;
  padding-left: 18px;
  color: var(--th-ink, #1a2e22);
}
.article-geo-list li {
  margin: 6px 0;
  line-height: 1.5;
}

.article-faq {
  margin: 28px 0 8px;
  padding: 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(31, 92, 58, 0.1);
}
.article-faq > h2 {
  font-family: var(--th-display, Georgia, serif);
  font-size: 1.25rem;
  color: var(--th-green-dark, #144229);
  margin: 0 0 14px;
}
.article-faq-item + .article-faq-item {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(31, 92, 58, 0.08);
}
.article-faq-item h3 {
  font-size: 1.02rem;
  margin: 0 0 6px;
  color: var(--th-ink, #1a2e22);
}
.article-faq-item p {
  margin: 0;
  color: var(--th-muted, #5b6b61);
  line-height: 1.65;
}

.article-cta {
  margin-top: 28px;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding: 18px;
  border-radius: 14px;
  background: #f4faf6;
  border: 1px solid rgba(31, 92, 58, 0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.article-cta p {
  margin: 0;
  font-weight: 700;
  color: #0f2418;
  line-height: 1.5;
}

/* Inline links: distinguishable without relying on color alone */
.article-body a:not(.btn-th):not(.btn-th-outline),
.article-geo-box a:not(.btn-th):not(.btn-th-outline),
.article-faq a:not(.btn-th):not(.btn-th-outline),
.article-geo-list a {
  color: #0f3d24;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}
.article-body a:not(.btn-th):not(.btn-th-outline):hover,
.article-geo-box a:not(.btn-th):not(.btn-th-outline):hover,
.article-faq a:not(.btn-th):not(.btn-th-outline):hover,
.article-geo-list a:hover {
  color: #144229;
  text-decoration-thickness: 2px;
}

.related-rail {
  content-visibility: auto;
  contain-intrinsic-size: 600px;
}

.related-rail .fruit_img-box {
  max-width: 220px;
}

@media (max-width: 768px) {
  .article-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .article-cta .btn-th,
  .article-cta .btn-th-outline {
    width: 100%;
    text-align: center;
  }
}
