/* Shared stylesheet for Atlas essays (/<slug>/index.html).
   Loaded after record.css; palette vars come from there. */

.research-page{max-width:920px}
.research-page h2{
  margin:40px 0 12px;
  padding-top:20px;
  border-top:1px solid rgba(156,127,78,.4);
  font-size:22px;
  color:#7c2c22;
}
.research-page section:first-of-type h2{border-top:none;padding-top:0}
.research-page h3{margin:26px 0 8px;font-size:17px;color:var(--ink)}
.research-page p{line-height:1.6;margin:0 0 14px}
.research-page .lede{font-size:18.5px;line-height:1.6;color:var(--ink)}

/* Opening claim box — one paragraph, the essay's thesis in full. */
.research-page .thesis{
  font-size:19px;
  line-height:1.55;
  background:rgba(164,60,47,.08);
  border-left:3px solid var(--record-color);
  padding:16px 18px;
  margin:0 0 22px;
}

/* TL;DR box — 3-6 bullets of the essay's positive findings, up top. */
.research-page .tldr{
  background:rgba(156,127,78,.10);
  border:1px solid rgba(156,127,78,.35);
  border-radius:6px;
  padding:14px 20px 6px;
  margin:0 0 24px;
}
.research-page .tldr .tldr-label{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#7c2c22;
  margin:0 0 8px;
  font-weight:600;
}
.research-page .tldr ul{margin:0 0 10px;padding-left:20px}
.research-page .tldr li{margin-bottom:7px;line-height:1.5}

.research-page blockquote{
  margin:0 0 18px;
  padding:2px 0 2px 18px;
  border-left:3px solid rgba(156,127,78,.5);
  font-size:15.5px;
  color:var(--ink);
}
.research-page blockquote cite{display:block;margin-top:8px;font-size:13px;color:var(--ink-soft);font-style:normal}

/* Large standalone pull-quote between sections. */
.research-page .pullquote{
  margin:30px auto;
  max-width:620px;
  font-size:21px;
  line-height:1.45;
  text-align:center;
  color:#7c2c22;
  font-style:italic;
}
.research-page .pullquote cite{display:block;margin-top:10px;font-size:13px;color:var(--ink-soft);font-style:normal}

.research-page ul.plain{margin:0 0 14px;padding-left:22px}
.research-page ul.plain li{margin-bottom:8px;line-height:1.55}

.research-page nav.toc{margin:0 0 26px}
.research-page nav.toc ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px 16px}
.research-page nav.toc a{font-size:14px}

/* Figures: object photos with caption + credit, caption links to the record. */
.research-page figure{margin:22px 0}
.research-page figure img{max-width:100%;height:auto;border-radius:4px}
.research-page figure.tall img{max-width:340px;width:100%}
.research-page figure.pair{display:flex;gap:14px;flex-wrap:wrap}
.research-page figure.pair img{flex:1 1 260px;min-width:200px;object-fit:cover}
.research-page figcaption{font-size:13.5px;color:var(--ink-soft);margin-top:8px;line-height:1.5}
.research-page figcaption .credit{display:block;font-size:12px;margin-top:3px;opacity:.85}

/* Tables: enumerable facts; explanation stays in prose. */
.research-page table{
  width:100%;
  border-collapse:collapse;
  margin:18px 0 22px;
  font-size:14.5px;
}
.research-page th{
  text-align:left;
  padding:8px 10px;
  border-bottom:2px solid rgba(156,127,78,.5);
  color:#7c2c22;
  font-size:13px;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.research-page td{
  padding:8px 10px;
  border-bottom:1px solid rgba(156,127,78,.25);
  vertical-align:top;
  line-height:1.5;
}
.research-page tr:last-child td{border-bottom:none}
.research-page .table-scroll{overflow-x:auto}

.research-page .source-note{font-size:13px;color:var(--ink-soft)}
.research-page .sources p{font-size:14px;line-height:1.6;margin-bottom:10px}
