.pigment-article main .scroll-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pigment-article .hero-text h1 {
  max-width: 1120px;
  font-size: 3.5rem;
  letter-spacing: 0;
  line-height: 1.04;
}

.pigment-article .hero-text .article-eyebrow,
.pigment-article .article-meta,
.pigment-article .article-toc__label,
.pigment-article .blog-article h2,
.pigment-article .blog-card h3 {
  letter-spacing: 0;
}

.pigment-article .article-meta > * {
  flex-shrink: 1;
}

.pigment-table {
  min-width: 0;
  table-layout: fixed;
}

.pigment-table th:first-child {
  width: 30%;
}

.pigment-table th,
.pigment-table td {
  overflow-wrap: anywhere;
  hyphens: auto;
  letter-spacing: 0;
}

.pigment-table tbody th {
  background: transparent;
  color: var(--article-ink);
  font-size: 0.92rem;
  font-weight: 400;
  text-transform: none;
}

.pigment-table tr:last-child th {
  border-bottom: 0;
}

.pigment-treatment-image {
  max-width: 720px;
  margin: 2rem 0;
}

.pigment-treatment-image img {
  display: block;
  width: 100%;
  height: auto;
}

.pigment-article .article-citations {
  white-space: nowrap;
  font-size: 0.85em;
}

.pigment-article .source-list li {
  scroll-margin-top: 7rem;
}

.pigment-article .source-list li:target {
  outline: 2px solid var(--article-teal);
  outline-offset: 5px;
}

.pigment-article .faq-list summary h3 {
  margin: 0;
  color: inherit;
  font: inherit;
}

.article-related {
  border-top: 1px solid var(--article-line);
}

.article-related > h2 {
  width: min(100%, 1480px);
  margin: 0 auto 2rem;
  font-size: 2.15rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.article-related .blog-card h3 {
  font-size: 1.65rem;
}

.article-related .blog-card {
  margin: 0;
}

@media (max-width: 767px) {
  .pigment-article .hero-text h1 {
    font-size: 2.5rem;
    hyphens: auto;
  }

  .pigment-article .hero-text .article-eyebrow {
    font-size: 0.68rem;
  }

  .pigment-article .blog-article h2 {
    font-size: 1.75rem;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .pigment-table th,
  .pigment-table td {
    padding: 0.8rem 0.65rem;
  }

  .pigment-table th:first-child {
    width: 38%;
  }

  .pigment-table tbody th,
  .pigment-table td {
    font-size: 0.875rem;
  }

  .pigment-table thead th {
    font-size: 0.65rem;
  }

  .article-related .blog-card {
    grid-column: 1 / -1;
  }

  .article-related > h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 374px) {
  .pigment-article .hero-text h1 {
    font-size: 2.15rem;
  }
}
