body {
  font-family: 'Noto Sans', sans-serif;
}


.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

.teaser-image {
  border-radius: 8px;
  border: 1px solid #dbdbdb;
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
}

.publication-authors {
    font-family: 'Google Sans', sans-serif;
}

.publication-authors a {
   color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
  display: inline-block;
}

/* ---------------------------------------------------------------
   Research-question figures / captions
   --------------------------------------------------------------- */
.result-figure {
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  background: #fff;
}

.result-caption {
  font-size: 0.95rem;
  color: #4a4a4a;
  margin-top: 0.75rem;
  text-align: left;
}

.rq-eyebrow {
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 1rem;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0;
}

.rq-eyebrow + .title {
  margin-top: 0.2rem;
}

.rq-eyebrow.rq1 { background: #dceae5; color: #145a4f; }
.rq-eyebrow.rq2 { background: #f1e4c9; color: #8a5d10; }
.rq-eyebrow.rq3 { background: #f4e3da; color: #8a3019; }

.rq-question {
  font-style: italic;
  color: #555;
}

.finding-box {
  border-left: 4px solid #363636;
  padding: 0.9rem 1.2rem;
  background: #f5f5f5;
  border-radius: 0 6px 6px 0;
  text-align: left;
}

.finding-box.teal { border-color: #1d7566; background: #eaf4f1; }
.finding-box.red  { border-color: #b23f22; background: #f7ece7; }

.stamp-tag {
  font-family: monospace;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  margin-right: 0.5rem;
  white-space: nowrap;
}
.stamp-tag.teal { background: #1d7566; color: #fff; }
.stamp-tag.red  { background: #b23f22; color: #fff; }

.stat-box {
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  padding: 1.5rem 1.3rem;
  height: 100%;
  text-align: left;
}
.stat-box .stat-num {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #b23f22;
  display: block;
}
.stat-box .stat-unit {
  font-family: monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8b8f7e;
  display: block;
  margin: 0.3rem 0 0.6rem;
}
.stat-box p { font-size: 0.92rem; color: #4a4a4a; }

/* ---------------------------------------------------------------
   Definition-swap demo (interactive figure)
   --------------------------------------------------------------- */
.demo-card {
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  padding: 1.4rem 1.5rem;
  background: #fff;
  text-align: left;
  max-width: 640px;
  margin: 0 auto;
}
.demo-text {
  font-style: italic;
  font-size: 1.1rem;
}
.demo-def {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #dbdbdb;
}
.demo-def-key {
  display: block;
  font-family: monospace;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8b8f7e;
  margin-bottom: 0.3rem;
}
.demo-def-text {
  font-size: 0.92rem;
  color: #4a4a4a;
  min-height: 2.6em;
  transition: opacity .18s;
}
.demo-readout {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  margin-top: 1.1rem;
  flex-wrap: wrap;
}
.demo-stamp {
  font-family: monospace;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  padding: 0.45rem 0.8rem;
  border: 2.5px solid currentColor;
  border-radius: 5px;
  transform: rotate(-2deg);
  display: inline-block;
}
.demo-stamp.is-toxic { color: #b23f22; }
.demo-stamp.is-not-toxic { color: #1d7566; }
.demo-meter { flex: 1; min-width: 10rem; }
.demo-meter-label {
  display: block;
  font-family: monospace;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8b8f7e;
  margin-bottom: 0.35rem;
}
.demo-meter-track {
  height: 7px;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
}
.demo-meter-fill {
  height: 100%;
  background: #d99a2b;
  width: 0%;
  transition: width .5s ease;
}
.demo-meter-value {
  display: block;
  margin-top: 0.3rem;
  font-family: monospace;
  font-weight: 600;
  font-size: 0.85rem;
}
.demo-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.1rem;
}
.demo-chip {
  font-family: monospace;
  font-size: 0.72rem;
  padding: 0.35rem 0.65rem;
  border-radius: 20px;
  border: 1px solid #dbdbdb;
  background: #fff;
  color: #555;
  cursor: pointer;
}
.demo-chip:hover { border-color: #363636; color: #363636; }
.demo-chip[aria-selected="true"] { background: #363636; border-color: #363636; color: #fff; }
.demo-footnote { margin-top: 0.9rem; font-size: 0.78rem; color: #8b8f7e; text-align: left; }

.data-table.is-narrow td, .data-table.is-narrow th { padding: 0.5em 0.75em; }
table.data-table td.num, table.data-table th.num { text-align: right; font-family: monospace; }
table.data-table .neg { color: #b23f22; }
table.data-table .pos { color: #1d7566; }
table.data-table tr.row-ref td { color: #999; font-style: italic; }
