.article-page-body {
  padding-bottom: 0;
}

.article-main {
  width: min(100% - 32px, 1160px);
  margin-inline: auto;
}

.article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 0;
  padding: 28px 0 18px;
  color: var(--muted);
  font-size: 0.76rem;
  list-style: none;
}

.article-breadcrumb li:not(:last-child)::after {
  margin-left: 10px;
  color: #9cb2b3;
  content: "/";
}

.article-breadcrumb a {
  color: var(--primary);
  text-decoration: none;
}

.article-hero {
  display: grid;
  gap: 30px;
  align-items: center;
  padding: 32px 0 62px;
  border-bottom: 1px solid rgba(7, 87, 107, 0.18);
}

.article-hero-copy {
  min-width: 0;
}

.article-category {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.article-hero h1 {
  margin: 0;
  color: var(--primary-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: clamp(2rem, 6.5vw, 4.15rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.article-lead {
  margin: 22px 0 0;
  color: #40535c;
  font-size: clamp(0.98rem, 2vw, 1.1rem);
  line-height: 2;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 24px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.76rem;
  list-style: none;
}

.article-meta li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.article-meta li::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  content: "";
}

.article-hero-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin: 0;
  border-radius: 4px 58px 4px 4px;
  background: #dbe9e8;
  box-shadow: 0 22px 48px rgba(5, 58, 72, 0.13);
}

.article-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-hero-image figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary-dark);
  font-size: 0.66rem;
  font-weight: 800;
}

.article-layout {
  width: min(100%, 860px);
  margin-inline: auto;
  padding: 58px 0 80px;
}

.article-content {
  min-width: 0;
}

.article-answer {
  padding: 28px;
  border: 1px solid #b9d7d5;
  border-left: 5px solid var(--teal);
  border-radius: 4px 16px 16px 4px;
  background: rgba(235, 246, 245, 0.86);
}

.article-answer small {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.article-answer p {
  margin: 0;
  color: var(--primary-dark);
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 1.9;
}

.article-section {
  padding: 58px 0 0;
  scroll-margin-top: 104px;
}

.article-section + .article-section {
  margin-top: 58px;
  border-top: 1px solid rgba(7, 87, 107, 0.14);
}

.article-section-label {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.article-section h2 {
  margin: 0 0 26px;
  color: var(--primary-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: clamp(1.65rem, 4.5vw, 2.55rem);
  font-weight: 600;
  line-height: 1.45;
}

.article-section h3 {
  margin: 34px 0 12px;
  color: var(--primary-dark);
  font-size: 1.08rem;
  line-height: 1.6;
}

.article-section p {
  margin: 0 0 20px;
  color: #3d5058;
  line-height: 2;
}

.article-section ul,
.article-section ol {
  display: grid;
  gap: 12px;
  margin: 22px 0;
  padding-left: 1.35em;
  color: #3d5058;
  line-height: 1.85;
}

.article-section li::marker {
  color: var(--teal);
  font-weight: 900;
}

.article-check-grid,
.article-cause-grid,
.article-care-grid {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.article-check-card,
.article-cause-card,
.article-care-card {
  padding: 22px;
  border: 1px solid #cadedd;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
}

.article-check-card small,
.article-cause-card small,
.article-care-card small {
  display: block;
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.article-check-card strong,
.article-cause-card strong,
.article-care-card strong {
  display: block;
  color: var(--primary-dark);
  line-height: 1.55;
}

.article-check-card p,
.article-cause-card p,
.article-care-card p {
  margin: 9px 0 0;
  font-size: 0.88rem;
  line-height: 1.8;
}

.article-alert {
  margin-top: 28px;
  padding: 26px;
  border: 1px solid #d9c8a5;
  border-radius: 14px;
  background: #fffaf0;
}

.article-alert h3 {
  margin: 0 0 12px;
  color: #6b4b1d;
}

.article-alert p {
  margin: 0 0 12px;
  color: #5d4b35;
}

.article-alert ul {
  margin-bottom: 0;
}

.article-education-visual {
  overflow: hidden;
  margin: 34px 0 0;
  border: 1px solid #c8dddc;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(5, 58, 72, 0.09);
}

.article-education-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.article-education-visual figcaption {
  display: grid;
  gap: 7px;
  padding: 18px 20px 20px;
  color: #53666d;
  font-size: 0.82rem;
  line-height: 1.75;
}

.article-education-visual figcaption strong {
  color: var(--primary-dark);
  font-size: 0.92rem;
}

.article-viewpoint {
  position: relative;
  overflow: hidden;
  margin-top: 28px;
  padding: 30px;
  border-radius: 18px;
  background: var(--primary-dark);
  color: #fff;
}

.article-viewpoint::after {
  position: absolute;
  top: -74px;
  right: -60px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
}

.article-viewpoint h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #fff;
}

.article-viewpoint p {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.article-viewpoint ul {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
}

.article-viewpoint li::marker {
  color: #9fe0dc;
}

.article-mid-cta {
  position: relative;
  overflow: hidden;
  margin: 58px 0 0;
  padding: 34px;
  border-radius: 20px;
  background: linear-gradient(135deg, #07576b 0%, #063e4f 100%);
  color: #fff;
  box-shadow: 0 20px 44px rgba(5, 58, 72, 0.15);
}

.article-mid-cta::after {
  position: absolute;
  top: -72px;
  right: -48px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
}

.article-mid-cta small {
  position: relative;
  z-index: 1;
  color: #9fe0dc;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.article-mid-cta h2 {
  position: relative;
  z-index: 1;
  margin: 9px 0 13px;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
}

.article-mid-cta p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.85;
}

.article-mid-cta-links {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.article-mid-cta-links a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.article-mid-cta-links a.is-primary {
  border-color: #fff;
  background: #fff;
  color: var(--primary-dark);
}

.article-mid-cta-soft {
  border: 1px solid #b9d7d5;
  background: #eef7f6;
  box-shadow: none;
  color: var(--primary-dark);
}

.article-mid-cta-soft::after {
  border-color: rgba(7, 87, 107, 0.11);
}

.article-mid-cta-soft small {
  color: var(--teal);
}

.article-mid-cta-soft h2,
.article-mid-cta-soft p {
  color: var(--primary-dark);
}

.article-mid-cta-soft p {
  color: #496068;
}

.article-mid-cta-soft .article-mid-cta-links a {
  border-color: var(--primary);
  color: var(--primary);
}

.article-mid-cta-soft .article-mid-cta-links a.is-primary {
  background: var(--primary);
  color: #fff;
}

.article-mid-cta + .article-section {
  margin-top: 58px;
  border-top: 1px solid rgba(7, 87, 107, 0.14);
}

.article-stop {
  display: block;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #d9e6e5;
  color: #7c4d31;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.7;
}

.article-provider-table {
  display: grid;
  margin-top: 26px;
  border-top: 1px solid #bfd4d4;
}

.article-provider-row {
  display: grid;
  gap: 6px;
  padding: 18px 4px;
  border-bottom: 1px solid #d2e0e0;
}

.article-provider-row dt {
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 900;
}

.article-provider-row dd {
  margin: 0;
  color: #364951;
  line-height: 1.8;
}

.article-aqua-box {
  margin-top: 30px;
  padding: 30px;
  border-radius: 18px;
  background: #eef6f5;
}

.article-aqua-box h3 {
  margin-top: 0;
}

.article-faq {
  border-top: 1px solid #bfd4d4;
}

.article-faq details {
  border-bottom: 1px solid #d2e0e0;
}

.article-faq summary {
  position: relative;
  padding: 21px 42px 21px 4px;
  color: var(--primary-dark);
  font-weight: 800;
  line-height: 1.7;
  cursor: pointer;
  list-style: none;
}

.article-faq summary::-webkit-details-marker {
  display: none;
}

.article-faq summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  color: var(--teal);
  font-size: 1.25rem;
  transform: translateY(-50%);
  content: "+";
}

.article-faq details[open] summary::after {
  content: "−";
}

.article-faq details p {
  padding: 0 40px 22px 4px;
}

.article-sources {
  padding-left: 0 !important;
  list-style: none;
}

.article-sources li {
  padding: 14px 0;
  border-bottom: 1px solid #d7e3e2;
}

.article-sources a {
  color: var(--primary);
  font-weight: 700;
  text-underline-offset: 4px;
}

.article-disclaimer {
  margin-top: 22px;
  color: var(--muted) !important;
  font-size: 0.78rem;
  line-height: 1.8 !important;
}

.article-author {
  display: grid;
  gap: 18px;
  margin-top: 58px;
  padding: 28px;
  border: 1px solid #c8dddc;
  border-radius: 16px;
  background: #fff;
}

.article-author img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 50%;
}

.article-author small {
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.article-author h2 {
  margin: 5px 0 8px;
  color: var(--primary-dark);
  font-size: 1.22rem;
}

.article-author p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.8;
}

.article-toc {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid #c8dddc;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
}

.article-toc p {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.article-toc ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.25em;
  color: #3e5159;
  font-size: 0.8rem;
  line-height: 1.65;
}

.article-toc li::marker {
  color: var(--teal);
  font-weight: 900;
}

.article-toc a {
  color: inherit;
  text-decoration: none;
}

.article-related {
  width: min(100% - 32px, 1160px);
  margin: 0 auto 72px;
  padding-top: 54px;
  border-top: 1px solid rgba(7, 87, 107, 0.18);
}

.article-related > p {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.article-related h2 {
  margin: 0 0 28px;
  color: var(--primary-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: clamp(1.6rem, 4vw, 2.35rem);
  font-weight: 600;
}

.article-related-grid {
  display: grid;
  gap: 12px;
}

.article-related-card {
  min-height: 136px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid #c8dddc;
  border-radius: 12px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.article-related-card small {
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 900;
}

.article-related-card strong {
  margin-top: 16px;
  color: var(--primary-dark);
  line-height: 1.6;
}

.article-cta {
  width: min(100% - 32px, 1160px);
  display: grid;
  gap: 24px;
  margin: 0 auto 72px;
  padding: 34px 28px;
  border-radius: 18px;
  background: var(--primary-dark);
  color: #fff;
}

.article-cta small {
  color: #9fe0dc;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.article-cta h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 600;
}

.article-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

.article-cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.article-cta-links a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.article-cta-links a:first-child {
  border-color: #fff;
  background: #fff;
  color: var(--primary-dark);
}

@media (hover: hover) and (pointer: fine) {
  .article-breadcrumb a:hover,
  .article-toc a:hover,
  .article-sources a:hover {
    color: var(--teal);
  }

  .article-related-card:hover {
    border-color: var(--teal);
    box-shadow: 0 16px 34px rgba(5, 58, 72, 0.1);
    transform: translateY(-3px);
  }

  .article-cta-links a:hover {
    border-color: #9fe0dc;
  }
}

@media (min-width: 680px) {
  .article-hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
    gap: 52px;
    padding-top: 52px;
  }

  .article-check-grid,
  .article-cause-grid,
  .article-care-grid,
  .article-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-provider-row {
    grid-template-columns: 150px 1fr;
    gap: 22px;
  }

  .article-author {
    grid-template-columns: 88px 1fr;
    align-items: center;
  }

  .article-toc ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
  }

  .article-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 42px;
  }
}

@media (min-width: 960px) {
  .article-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 679px) {
  .article-breadcrumb {
    padding-top: 22px;
  }

  .article-hero {
    padding-top: 22px;
    padding-bottom: 46px;
  }

  .article-hero-image {
    border-radius: 4px 38px 4px 4px;
  }

  .article-layout {
    padding-top: 42px;
  }

  .article-answer,
  .article-viewpoint,
  .article-mid-cta,
  .article-aqua-box,
  .article-author {
    padding: 22px;
  }

  .article-section {
    padding-top: 46px;
  }

  .article-section + .article-section {
    margin-top: 46px;
  }

  .article-toc ol {
    grid-template-columns: 1fr;
  }

  .article-related,
  .article-cta {
    margin-bottom: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .article-related-card {
    transition: none;
  }
}
