/* fashionaitoolkit.com - Field Notes long-form components
   Extends the article system in /assets/index-k2O3IHtI.css.
   Same tokens: Anton for display, Georgia for reading, coral/blue/yellow accents. */

.article-copy h3 {
  margin: 52px 0 16px;
  font-family: Anton, Arial Narrow, sans-serif;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.article-copy h3 i {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.04em;
  text-transform: none;
}

.article-copy ul,
.article-copy ol {
  margin: 0 0 29px;
  padding-left: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.65;
}

.article-copy li {
  margin-bottom: 10px;
}

.article-copy ul li::marker {
  color: var(--coral);
  content: "■  ";
  font-size: 11px;
}

.article-copy ol li::marker {
  color: var(--coral);
  font-family: Anton, sans-serif;
  font-size: 16px;
}

.article-copy li strong {
  font-family: inherit;
}

/* Direct answer block: same weight as the callout, labeled for AI search */
.direct-answer {
  background: var(--blue);
  margin: 0 0 44px;
  padding: 30px 34px;
}

.direct-answer span {
  letter-spacing: .1em;
  margin-bottom: 14px;
  font-size: 9px;
  font-weight: 800;
  display: block;
}

.direct-answer p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.45;
}

/* Tool entries inside guides */
.tool-entry {
  border-top: 2px solid var(--black);
  margin: 56px 0 0;
  padding-top: 26px;
}

.tool-entry .te-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 4px;
}

.tool-entry h3 {
  margin: 0;
}

.tool-entry .te-function {
  letter-spacing: .09em;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--muted);
  margin: 6px 0 18px;
}

.tool-entry .te-watch {
  background: var(--soft);
  border-left: 4px solid var(--coral);
  margin: 22px 0;
  padding: 16px 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.55;
}

.tool-entry .te-watch b,
.tool-entry .te-cd b {
  display: block;
  letter-spacing: .1em;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.tool-entry .te-cd {
  border: 1px solid var(--black);
  margin: 22px 0;
  padding: 18px 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.55;
}

.tool-entry .te-link {
  letter-spacing: .09em;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--black);
  border-bottom: 2px solid var(--coral);
  padding-bottom: 2px;
}

.tool-entry .te-link:hover {
  color: var(--coral);
}

/* Comparison / picks tables */
.article-table {
  margin: 34px 0 44px;
  overflow-x: auto;
}

.article-table table {
  border-collapse: collapse;
  width: 100%;
  min-width: 560px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.45;
}

.article-table th {
  font-family: var(--font-sans);
  letter-spacing: .09em;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
  background: var(--black);
  color: var(--white);
  padding: 12px 14px;
}

.article-table td {
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  padding: 13px 14px;
}

.article-table tr:last-child td {
  border-bottom: 2px solid var(--black);
}

/* FAQ */
.article-faq {
  margin-top: 64px;
}

.article-faq .faq-item {
  border-top: 1px solid var(--black);
  padding: 22px 0 8px;
}

.article-faq .faq-item h3 {
  margin: 0 0 12px;
  font-size: clamp(20px, 2vw, 26px);
}

.article-faq .faq-item p {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.6;
}

/* Methodology note */
.method-note {
  border: 1px solid var(--black);
  margin: 56px 0 0;
  padding: 24px 26px;
}

.method-note span {
  letter-spacing: .1em;
  margin-bottom: 12px;
  font-size: 9px;
  font-weight: 800;
  display: block;
}

.method-note p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.6;
}

/* Author box */
.author-box {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  border-top: 2px solid var(--black);
  margin-top: 56px;
  padding-top: 24px;
}

.author-box .author-init {
  flex: 0 0 auto;
  background: var(--coral);
  color: var(--black);
  font-family: Anton, sans-serif;
  font-size: 22px;
  line-height: 1;
  padding: 14px 12px;
}

.author-box .author-name {
  letter-spacing: .09em;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 2px 0 6px;
}

.author-box p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
}

/* Related links strip */
.related-links {
  border-top: 2px solid var(--black);
  margin-top: 56px;
  padding-top: 22px;
}

.related-links span {
  letter-spacing: .1em;
  font-size: 9px;
  font-weight: 800;
  display: block;
  margin-bottom: 14px;
}

.related-links a {
  display: block;
  font-family: Anton, sans-serif;
  font-size: clamp(19px, 2vw, 26px);
  text-transform: uppercase;
  color: var(--black);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
}

.related-links a:hover {
  color: var(--coral);
}

@media (max-width: 720px) {
  .article-copy ul,
  .article-copy ol,
  .article-copy h3 + p {
    font-size: 17px;
  }

  .direct-answer p {
    font-size: 18px;
  }

  .author-box {
    flex-direction: column;
  }
}

/* body copy inside tool entries reads in the article serif */
.tool-entry p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.6;
}

.tool-entry p.te-function {
  font-family: var(--font-sans);
  font-size: 10px;
  line-height: 1.4;
}

/* Keep wide tables scrolling inside the column instead of stretching the page (mobile fix) */
.article-body .article-copy {
  min-width: 0;
  max-width: 100%;
}

.article-body {
  max-width: 100vw;
}

.article-table {
  max-width: 100%;
}
