.sc-hero { padding: 40px 0 26px; }
.sc-id { display: flex; align-items: center; gap: 18px; }
.sc-logo {
  position: relative;
  flex: 0 0 auto;
  width: 66px; height: 66px; overflow: hidden;
  border-radius: 18px;
  background: var(--orange-grad);

}
.sc-logo__txt {
  position: absolute; inset: 0; display: grid; place-items: center;
  font-weight: 800; font-size: 1.6rem; letter-spacing: -0.03em; color: #fff;
}
.sc-logo__img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: contain; padding: 7px; background: #fff;
}

.sc-id__text h1 {
  margin: 2px 0 0;
  font-size: clamp(1.85rem, 4.4vw, 3.1rem); font-weight: 800;
  line-height: 1.04; letter-spacing: -0.035em;
  text-wrap: balance;
}

.sc-id__meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px;
  margin: 7px 0 0; font-size: 0.9rem; font-weight: 600; color: var(--sc-muted);
}
.sc-id__meta > * + *::before { content: "·"; margin-right: 10px; color: var(--sc-chip-line); }
.sc-id__meta a { color: var(--sc-brand-deep); text-decoration: none; }
.sc-id__meta a:hover { text-decoration: underline; }

.sc-deck {
  margin: 22px 0 0;
  max-width: 58ch;
  font-size: 1.16rem; line-height: 1.58; color: var(--sc-body);
  text-wrap: pretty;
}
.sc-deck strong { color: var(--sc-ink); font-weight: 700; }

.sc-freshness {
  margin: 10px 0 0;
  font-size: 0.9rem; font-weight: 600; color: var(--sc-muted);
}
.sc-freshness time { color: var(--sc-ink); }

.sc-trust {
  margin: 26px 0 0; padding-top: 18px;
  border-top: 1px solid var(--sc-line);
  max-width: 68ch;
  font-size: 0.95rem; line-height: 1.6; color: var(--sc-muted);
  text-wrap: pretty;
}

.sc-trust a { color: var(--sc-brand-deep); text-decoration: underline; text-underline-offset: 2px; }
.sc-trust a:hover { text-decoration-thickness: 2px; }

.sc-topics {
  display: flex; flex-wrap: wrap; gap: 7px;
  margin: 22px 0 0; padding: 0; list-style: none;
}
.sc-topics li {
  display: inline-block;
  padding: 5px 13px; border-radius: 999px;
  border: 1px solid var(--sc-chip-line); background: var(--sc-card);
  font-size: 0.82rem; font-weight: 600; color: var(--sc-chip-ink);
}

.sc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 40px;
  align-items: start;
  padding-top: 8px;
}@media (max-width: 900px) {

  .sc-layout { display: flex; flex-direction: column; gap: 26px; }
  .sc-aside { order: -1; }
}

.sc-aside { position: sticky; top: 126px; }@media (max-width: 900px) {
 .sc-aside { position: static; }
}

.sc-card {
  background: var(--sc-card);
  border: 1px solid var(--sc-line);
  border-radius: 20px;
  padding: 22px;
  box-shadow: var(--sc-shadow);
}
.sc-card__shot {
  display: block; width: 100%; height: auto; margin: -4px 0 16px;
  border-radius: 12px; border: 1px solid var(--sc-line);
  box-shadow: 0 6px 18px rgba(90, 60, 20, 0.08);
}

.sc-card__title {
  margin: 20px 0 0; padding-top: 18px; border-top: 1px solid var(--sc-line);
  font-weight: 700; font-size: 1.12rem; line-height: 1.3;
}

.sc-card__title--lead {
  display: flex; align-items: center; gap: 10px;
  margin: 0 0 4px; padding-top: 0; border-top: 0;
}
.sc-card__sub { margin: 8px 0 16px; font-size: 0.9rem; line-height: 1.5; color: var(--sc-muted); }
.sc-card .btn { width: 100%; }
.sc-aside > .sc-card + .sc-card { margin-top: 14px; }

.sc-card__alt { margin-top: 10px; }
.sc-card .btn { line-height: 1.25; text-align: center; min-height: 52px; padding: 12px 18px; }
.sc-facts { list-style: none; margin: 0; padding: 0; }
.sc-facts li {
  display: flex; align-items: baseline; justify-content: space-between; gap: 14px;
  padding: 10px 0; border-bottom: 1px solid var(--sc-line);
  font-size: 0.9rem;
}
.sc-facts li:first-child { padding-top: 0; }
.sc-facts li:last-child { border-bottom: 0; padding-bottom: 0; }
.sc-facts li span { color: var(--sc-muted); flex: 0 0 auto; }
.sc-facts li strong { font-weight: 600; text-align: right; }
.sc-facts li a {
  color: var(--sc-ink);
  font-weight: 600;
  text-decoration: none;
  text-align: right;
  word-break: break-word;
}
.sc-facts li a:hover {
  color: var(--sc-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sc-block { margin-bottom: 30px; }
.sc-block__head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 4px; }
.sc-block__head h2 {
  margin: 0; font-size: 1.55rem; font-weight: 800;
  line-height: 1.15; letter-spacing: -0.02em; text-wrap: balance;
}
.sc-block__sub { margin: 0 0 16px; max-width: 68ch; color: var(--sc-muted); font-size: 0.94rem; }

.sc-rows {
  margin-top: 6px;
  border: 1px solid var(--sc-line); border-radius: 16px;
  background: var(--sc-card);
  overflow: hidden;
}
.sc-rows__head,
.sc-row {
  display: grid;
  grid-template-columns:
    minmax(132px, 148px)
    minmax(74px, 82px)
    minmax(0, 1fr)
    minmax(168px, 176px)
    minmax(112px, 132px);
  column-gap: 14px;
}
.sc-rows__head {
  padding: 11px 20px; border-bottom: 1px solid var(--sc-line);
  background: var(--sc-chip-bg);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--sc-muted);
  text-align: center;
}

.sc-rows__head > :nth-child(1),
.sc-rows__head > :nth-child(3),
.sc-rows__head > :nth-child(4),
.sc-rows__head > :nth-child(5) { text-align: left; }
.sc-row {
  row-gap: 12px; padding: 18px 20px;
  align-items: start;
  scroll-margin-top: 18px;
}
.sc-row + .sc-row { border-top: 1px solid var(--sc-line); }

.sc-row__issue { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; min-width: 0; }
.sc-row__topic {
  margin: 0; font-size: 0.96rem; font-weight: 700; line-height: 1.28;
  letter-spacing: -0.01em; color: var(--sc-ink);
}
.sc-row__issue .sc-flag { white-space: normal; }
.sc-row__date {
  font-size: 0.8rem; font-weight: 600; color: var(--sc-muted);
  font-variant-numeric: tabular-nums; white-space: nowrap; text-align: center;
}
.sc-row__nodate { color: var(--sc-chip-line); }

.sc-row__meta { display: contents; }
.sc-row__body { min-width: 0; }

.sc-row__body .sc-finding__text {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;
  overflow: hidden;
}

.sc-row:has(.sc-det[open]) .sc-row__body .sc-finding__text {
  -webkit-line-clamp: unset; overflow: visible;
}

.sc-row__evidence,
.sc-row__source {
  display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-start;
  gap: 6px; min-width: 0;
}
.sc-row__evidence .sc-flag { white-space: normal; max-width: 100%; }
.sc-row__source .sc-source { margin-top: 0; max-width: 100%; }

.sc-det { margin: 12px 0 0; }

.sc-det > summary {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 0; border: 0; background: none;
  list-style: none; cursor: pointer;
  font-size: 0.82rem; font-weight: 700; color: var(--sc-muted);
  transition: color 140ms ease;
}
.sc-det > summary::-webkit-details-marker { display: none; }
.sc-det__label::before { content: "View "; }
.sc-det[open] .sc-det__label::before { content: "Hide "; }

.sc-det__count { font-weight: 600; color: var(--sc-chip-ink); }
.sc-det > summary::after {
  content: ""; flex: 0 0 auto;
  width: 7px; height: 7px; margin: -3px 3px 0 0;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}
.sc-det[open] > summary::after { transform: rotate(-135deg); margin-top: 2px; }
.sc-det > summary:hover { color: var(--sc-ink); }
.sc-det > summary:focus-visible { outline: 2px solid var(--sc-brand); outline-offset: 2px; }

.sc-row__extra {
  grid-column: 1 / -1; grid-row: 2;
  interpolate-size: allow-keywords;
  height: 0; overflow: hidden; content-visibility: hidden;
  transition: height 280ms cubic-bezier(0.22, 1, 0.36, 1),
              content-visibility 280ms allow-discrete;
}
.sc-row:has(.sc-det[open]) .sc-row__extra { height: auto; content-visibility: visible; }

.sc-row__extra-in {
  margin-top: 12px; padding-top: 12px;
  border-top: 1px dashed var(--sc-line);
  opacity: 0; transform: translateY(-4px);
  transition: opacity 190ms ease 50ms, transform 240ms cubic-bezier(0.22, 1, 0.36, 1) 40ms;
}
.sc-row:has(.sc-det[open]) .sc-row__extra-in { opacity: 1; transform: none; }

.sc-subrow {
  display: grid;
  grid-template-columns:
    minmax(132px, 148px) minmax(74px, 82px) minmax(0, 1fr)
    minmax(168px, 176px) minmax(112px, 132px);
  column-gap: 14px; row-gap: 10px; align-items: start;
  padding: 12px 0;
}
.sc-subrow + .sc-subrow { border-top: 1px dashed var(--sc-line); }
.sc-subrow__body { min-width: 0; }

.sc-subrow__body .sc-finding__text { font-size: 0.98rem; }@media (prefers-reduced-motion: reduce) {

  .sc-row__extra,
  .sc-row__extra-in { transition: none; }
  .sc-row__extra-in { transform: none; }
}

@media (max-width: 1340px) {

  .sc-rows__head { display: none; }
  .sc-row {
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: 10px; padding: 18px;
  }
  .sc-row__issue {
    grid-column: 1; grid-row: 1;
    flex-direction: row; flex-wrap: wrap; align-items: baseline; gap: 6px 10px;
  }
  .sc-row__date { grid-column: 2; grid-row: 1; justify-self: end; text-align: right; }
  .sc-row__body { grid-column: 1 / -1; }

  .sc-row__meta {
    display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
    grid-column: 1 / -1;
  }
  .sc-row__evidence,
  .sc-row__source { justify-content: flex-start; }
  .sc-row__extra { grid-column: 1 / -1; grid-row: auto; }
  .sc-subrow { grid-template-columns: minmax(0, 1fr) auto; row-gap: 8px; }
  .sc-subrow__gutter { display: none; }
  .sc-subrow .sc-row__date { grid-column: 2; grid-row: 1; justify-self: end; text-align: right; }
  .sc-subrow__body { grid-column: 1 / -1; grid-row: 2; }
  .sc-subrow .sc-row__evidence,
  .sc-subrow .sc-row__source { grid-column: 1 / -1; }
}

.sc-finding__text {
  flex: 1; margin: 0; font-size: 1.04rem; line-height: 1.62; color: var(--sc-body);
  overflow-wrap: break-word; text-wrap: pretty;
}
.sc-source {
  align-self: flex-start; display: inline-flex; align-items: center; gap: 7px; margin-top: 13px; max-width: 100%;
  padding: 5px 11px; border-radius: 9px;
  border: 1px solid var(--sc-chip-line); background: #fff; color: var(--sc-muted); text-decoration: none;
  font-size: 0.8rem; font-weight: 600;
}
.sc-source > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sc-source i { font-size: 0.66rem; opacity: 0.7; }
.sc-source__fav { width: 14px; height: 14px; border-radius: 3px; object-fit: contain; flex: 0 0 auto; }
.sc-source:hover { border-color: var(--sc-brand); color: var(--sc-brand-deep); }
.sc-empty { color: var(--sc-muted); font-size: 1rem; line-height: 1.6; margin: 0; }

.sc-flag {
  display: inline-flex; align-items: center; flex: 0 0 auto;
  padding: 3px 9px; border-radius: 7px;
  border: 1px solid var(--sc-chip-line); background: var(--sc-chip-bg); color: var(--sc-muted);

  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.01em; white-space: nowrap;
}

.sc-flag--record   { border-color: #c5d7ea; background: #eff5fb; color: #2a5c8a; }
.sc-flag--promise  { border-color: #c5d7ea; background: #eff5fb; color: #2a5c8a; }

.sc-flag--press    { border-color: #bfdcd8; background: #eef7f6; color: #1f6b62; }

.sc-flag--proven   { border-color: #c9dfc6; background: #f1f8f0; color: #35702f; }

.sc-flag--self     { border-color: #e7d3b4; background: #fdf4e6; color: #8a6316; }
.sc-flag--pending  { border-color: #e7d3b4; background: #fdf4e6; color: #8a6316; }

.sc-flag--unproven { border-color: #ecdfa6; background: #fdfaea; color: #7d6510; }

.sc-flag--disputed { border-color: #eecdcd; background: #fdf2f2; color: #9c3c3c; }

.sc-flag--partisan { border-color: #d9cee9; background: #f6f2fb; color: #5b4585; }

.sc-flag--weak     { border-color: var(--sc-chip-line); background: var(--sc-chip-bg); color: var(--sc-muted); }

.sc-flag--done     { border-color: var(--sc-chip-line); background: #fff; color: var(--sc-body); font-weight: 600; }
.sc-flag--state    { border-color: #e0d6ea; background: #f7f3fa; color: #5f4a75; }

.sc-row__issue .sc-flag { white-space: normal; }
.sc-cite__meta .sc-source { margin-top: 0; }

.sc-cite__date {
  float: right; margin: 0 0 4px 12px;
  font-size: 0.74rem; font-weight: 700; color: var(--sc-muted);
  font-variant-numeric: tabular-nums; white-space: nowrap;
}

.sc-more { margin-top: 12px; }
.sc-more > summary {
  cursor: pointer; list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 9px 12px; border-radius: 10px;
  border: 1px solid var(--sc-chip-line); background: var(--sc-chip-bg);
  font-size: 0.8rem; font-weight: 700; color: var(--sc-body);
  transition: border-color 140ms ease, color 140ms ease, background 140ms ease;
}
.sc-more > summary::-webkit-details-marker { display: none; }
.sc-more__label::before { content: "Show "; }
.sc-more[open] .sc-more__label::before { content: "Hide "; }

.sc-more > summary::after {
  content: ""; flex: 0 0 auto;
  width: 7px; height: 7px; margin: -3px 3px 0 0;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}
.sc-more[open] > summary::after { transform: rotate(-135deg); margin-top: 2px; }
.sc-more > summary:hover { border-color: var(--sc-brand); background: #fff; color: var(--sc-brand-deep); }
.sc-more > summary:focus-visible { outline: 2px solid var(--sc-brand); outline-offset: 2px; }
.sc-more[open] > summary { margin-bottom: 12px; }
.sc-more .sc-cite:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }

.sc-more { interpolate-size: allow-keywords; }
.sc-more::details-content {
  block-size: 0;
  overflow: hidden;
  content-visibility: hidden;
  transition: block-size 240ms ease, content-visibility 240ms allow-discrete;
}
.sc-more[open]::details-content { block-size: auto; content-visibility: visible; }@media (prefers-reduced-motion: reduce) {

  .sc-more::details-content { transition: none; }
  .sc-more > summary::after { transition: none; }
}

.sc-sd + .sc-row, .sc-row + .sc-sd, .sc-sd + .sc-sd { border-top: 1px solid var(--sc-line); }
.sc-sd__row .sc-row__body .sc-finding__text { -webkit-line-clamp: unset; overflow: visible; }
.sc-saydo__label {
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--sd-ink);
}

.sc-saydo__amount {
  font-variant-numeric: tabular-nums;
  font-size: 0.78rem; font-weight: 700;
  color: var(--sd-ink);
  padding: 1px 7px;
  border: 1px solid var(--sc-chip-line);
  border-radius: 999px;
}@media (max-width: 1340px) {

  .sc-sd__row--did .sc-row__issue { display: none; }
  .sc-sd__row--did .sc-row__body { grid-row: 1; }
  .sc-sd__row--did .sc-row__date {
    grid-row: 1; grid-column: 1 / -1; justify-self: end; align-self: start;
  }
}

.sc-related { margin-bottom: 40px; }

.sc-altcards {
  display: grid; grid-template-columns: 1fr;
  border-top: 1px solid var(--sc-line);
}
.sc-altcard {
  display: grid; grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center; gap: 18px; padding: 18px 4px;
  border-bottom: 1px solid var(--sc-line);
  color: inherit; text-decoration: none;
  transition: background 160ms ease, padding 160ms ease;
}
.sc-altcard:hover { padding-inline: 10px; background: rgb(255 255 255 / 54%); }
.sc-altcard:focus-visible { outline: 2px solid var(--sc-brand); outline-offset: 2px; }
.sc-altcard__mark {
  position: relative; overflow: hidden; flex: 0 0 auto;
  width: 76px; height: 76px; border-radius: 18px;
  background: #fff1e2; border: 1px solid var(--sc-line);
}
.sc-altcard__marktxt {
  position: absolute; inset: 0; display: grid; place-items: center;
  font-weight: 800; font-size: 1.45rem; letter-spacing: -0.03em; color: var(--sc-brand-deep);
}
.sc-altcard__mark img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 6px; background: #fff; }
.sc-altcard__body { min-width: 0; display: grid; justify-items: start; }
.sc-altcard__name {
  font-weight: 800; font-size: 1.22rem; letter-spacing: -0.02em; color: var(--sc-ink);
}
.sc-altcard__sector { margin-top: 2px; color: var(--sc-muted); font-size: .84rem; }
.sc-altcard__topics {
  display: flex; flex-wrap: wrap; gap: 5px;
  list-style: none; margin: 9px 0 0; padding: 0;
}
.sc-altcard__topics li {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 3px 8px; border: 1px solid var(--dim-line); border-radius: 999px;
  background: var(--dim-bg); color: var(--dim-ink);
  font-size: .7rem; font-weight: 750; line-height: 1.15;
}
.sc-altcard__topics svg { width: .72rem; height: .72rem; }
.sc-related__all {
  display: inline-flex; margin-top: 16px;
  color: var(--sc-link); font-size: .88rem; font-weight: 800; text-decoration: none;
}
.sc-related__all:hover { text-decoration: underline; }@media (max-width: 860px) {

  .sc-altcard { grid-template-columns: 64px minmax(0, 1fr); gap: 14px; }
  .sc-altcard__mark { width: 64px; height: 64px; border-radius: 15px; }
}

.sc-alts { display: grid; grid-template-columns: repeat(auto-fill, minmax(232px, 1fr)); gap: 12px; }
.sc-alt {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 17px; border: 1px solid var(--sc-line); border-radius: 16px;
  background: var(--sc-card); text-decoration: none; color: inherit;
  box-shadow: var(--sc-shadow);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.sc-alt:hover { transform: translateY(-3px); border-color: #ffc38a; box-shadow: 0 14px 30px rgba(190, 120, 30, 0.16); }
.sc-alt__mark {
  position: relative; overflow: hidden;
  flex: 0 0 auto; width: 50px; height: 50px;
  border-radius: 14px;
  background: #fff1e2;
  box-shadow: inset 0 0 0 1px var(--sc-chip-line);
}
.sc-alt__marktxt { position: absolute; inset: 0; display: grid; place-items: center; font-weight: 800; color: var(--sc-brand-deep); font-size: 1.1rem; letter-spacing: -0.02em; }
.sc-alt__mark img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 5px; background: #fff; }
.sc-alt__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.sc-alt__name { font-weight: 700; font-size: 1.04rem; color: var(--sc-ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sc-alt__view { font-size: 0.8rem; font-weight: 600; color: var(--sc-muted); transition: color 0.15s ease; }
.sc-alt:hover .sc-alt__view { color: var(--sc-brand-deep); }

.sc-alt__shared { display: flex; flex-wrap: wrap; gap: 5px; }
.sc-alt__issue {
  display: inline-block; max-width: 100%;
  padding: 2px 8px; border-radius: 999px;
  border: 1px solid var(--sc-chip-line); background: var(--sc-chip-bg);
  font-size: 0.72rem; font-weight: 600; color: var(--sc-chip-ink);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.sc-alt__issue--more { color: var(--sc-muted); }

/* A SENTENCE THE SOURCE WROTE, AND FIELDS THE ENGINE ASSEMBLED, MUST NOT LOOK ALIKE.
   The card carries one or the other and never both, so the difference has to be legible
   without a caption to compare against: a quotation is set in italic between quotation
   marks, a record is a labelled grid under its own type name. Neither had any style at
   all before -- both rendered as bare text, and the quotation marks were the only signal
   that the OSHA field list claimed to be somebody's sentence. */
.sc-alt__quote {
  font-style: italic; font-size: 0.86rem; line-height: 1.45; color: var(--sc-ink);
  overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;
}
.sc-alt__record { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.sc-alt__record-kind {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--sc-brand-deep);
}
.sc-alt__record-note {
  font-weight: 500; letter-spacing: 0; text-transform: none; color: var(--sc-muted);
}
.sc-alt__record-fields {
  display: grid; gap: 2px; min-width: 0;
  padding-left: 9px; border-left: 2px solid var(--sc-chip-line);
  overflow: hidden; max-height: 4.6rem;
}
.sc-alt__field { display: flex; gap: 6px; min-width: 0; font-size: 0.78rem; line-height: 1.35; }
.sc-alt__field-label {
  flex: 0 0 auto; max-width: 44%; font-weight: 600; color: var(--sc-muted);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.sc-alt__field-value {
  min-width: 0; color: var(--sc-ink);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

.sc-card__sub em { font-style: normal; font-weight: 700; color: var(--sc-ink); }

.sc-why {
  display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center;
  margin: 12px 0 46px; padding: 42px;
  border-radius: 24px; color: #fff;

  background: var(--orange-grad);
}
.sc-why__text h2 { margin: 0 0 12px; font-size: clamp(1.5rem, 2.6vw, 2.05rem); line-height: 1.14; letter-spacing: -0.02em; }
.sc-why__text > p { margin: 0 0 22px; font-size: 1.06rem; line-height: 1.6; max-width: 52ch; }
.sc-why em { font-style: normal; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 2px; }
.sc-why__points { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 13px; }
.sc-why__points li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.98rem; line-height: 1.5; }
.sc-why__points i { margin-top: 3px; width: 20px; flex: 0 0 auto; text-align: center; }
.sc-why__points strong { font-weight: 700; }

.sc-why__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.sc-why .btn--dark { background: #fff; color: #1d1408; box-shadow: 0 12px 28px rgba(60, 30, 0, 0.24); }
.sc-why .btn--dark:hover { background: #fff8f0; }
.sc-why__shot img { width: 100%; height: auto; border-radius: 16px; box-shadow: 0 22px 54px rgba(60, 30, 0, 0.32); }@media (max-width: 820px) {

  .sc-why { grid-template-columns: 1fr; gap: 26px; padding: 30px; }
  .sc-why__shot { order: -1; }
}

.action-chip:not([class*="dim--"]) {
  --dim-bg: var(--sc-chip-bg);
  --dim-ink: var(--sc-body);
}
.action-chip {
  display: inline-flex; align-items: center; gap: 5px;
  max-width: 100%; padding: 4px 9px; border: 1px solid color-mix(in srgb, var(--dim-ink) 24%, transparent);
  border-radius: 999px; background: var(--dim-bg); color: var(--dim-ink);
  font-size: 0.73rem; font-weight: 650; line-height: 1.25;
}
.action-chip small {
  flex: 0 0 auto; font: inherit; font-size: 0.62rem; font-weight: 850;
  letter-spacing: 0.04em; text-transform: uppercase; opacity: 0.82;
}

.action-chip--more {
  border-color: var(--sc-chip-line);
  background: transparent;
  color: var(--sc-muted);
  font-weight: 600;
}
.action-groups {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start; column-gap: 38px; margin-top: 28px;
}
.action-group {
  border: 0; border-top: 1px solid #8f8f8f; border-radius: 0;
  background: transparent; overflow: visible;
}
.action-group[class*="dim--"] { border-top: 1px solid #8f8f8f; }
.action-group[hidden] { display: none; }
.action-group summary {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 17px 0; color: var(--sc-ink); cursor: pointer;
  font-size: 0.98rem; font-weight: 600; list-style: none;
}
.action-group summary::-webkit-details-marker { display: none; }
.action-group summary::after {
  content: "+"; order: 3; color: var(--sc-ink);
  font-size: 1.08rem; font-weight: 500; line-height: 1;
  transition: transform 160ms ease;
}
.action-group[open] summary::after { content: "−"; }
.action-group summary > span {
  margin-left: auto; padding: 0;
  color: var(--sc-muted); background: transparent;
  font-size: 0.8rem; font-weight: 500;
}
.action-group summary:hover { background: transparent; }
.action-group summary:hover::after { transform: scale(1.16); }
.action-group summary:focus-visible { outline: 2px solid var(--sc-brand); outline-offset: -2px; }

.action-group { interpolate-size: allow-keywords; }
.action-group::details-content {
  block-size: 0;
  overflow: hidden;
  content-visibility: hidden;
  transition: block-size 260ms ease, content-visibility 260ms allow-discrete;
}
.action-group[open]::details-content { block-size: auto; content-visibility: visible; }@media (prefers-reduced-motion: reduce) {

  .action-group::details-content { transition: none; }
  .action-group summary::after { transition: none; }
}

.action-list {
  margin: 0; padding: 0 0 10px; list-style: none;
  border-top: 1px solid var(--sc-line);
}
.issues-main .action-item {
  position: static; overflow: visible;
  border: 0; border-bottom: 1px solid var(--sc-line); border-radius: 0;
  background: transparent; box-shadow: none;
  padding: 14px 0;
  color: var(--sc-body); line-height: 1.45;
}
.issues-main .action-item::before { display: none; }
.issues-main .action-item:last-child { border-bottom: 0; }
.issues-main .action-item[hidden] { display: none; }
.issues-main .action-item strong {
  display: block; color: var(--sc-ink); font-size: 0.9rem; font-weight: 650; line-height: 1.35;
}
.issues-main .action-item > span {
  display: block; margin-top: 4px; color: var(--sc-muted); font-size: 0.79rem;
}@media (max-width: 560px) {

  .action-groups { grid-template-columns: 1fr; }
}

.sc-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px 32px;
  margin: 34px 0; padding: 26px 28px; border-radius: 22px; text-align: left; color: #fff;
  background: var(--orange-grad);
}
.sc-cta h2 { grid-column: 1; font-size: 1.42rem; margin: 0; }
.sc-cta p { grid-column: 1; margin: 0; max-width: 62ch; line-height: 1.55; }

.sc-cta .btn {
  position: relative;
  grid-column: 2;

  grid-row: 1 / 3;
  justify-self: end;
  align-self: center;
  padding-inline: 57px;
  white-space: nowrap;
}
.sc-cta .btn > .browser-mark {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}

.sc-cta h2 + .btn { margin-top: 0; }
@media (max-width: 720px) {

  .sc-cta {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
  .sc-cta .btn {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    margin-top: 8px;
  }
}

.sc-cta .btn {
  color: #241d18;
  border-color: rgba(255, 255, 255, 0.72);
  background: #fffaf4;
  box-shadow: 0 13px 30px rgba(133, 53, 0, 0.2);
}
.sc-cta .btn:hover { background: #fff; box-shadow: 0 17px 36px rgba(133, 53, 0, 0.26); }

.action-record__hero { padding-bottom: 1.5rem; }
.action-record__deck { max-width: none; font-weight: 700; }
.action-record__layout {
  display: grid; grid-template-columns: minmax(0, 1fr) 17.5rem;
  gap: 2rem; align-items: start; padding: 1.5rem 0 4rem;
}
.action-record__main { min-width: 0; }
.action-record__heading {
  display: flex; align-items: end; justify-content: space-between;
  gap: 1rem; padding-bottom: 1rem;
}
.action-record__heading h2, .action-pending h2 {
  margin: .15rem 0 0; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.08;
}
.action-record__heading > p {
  margin: 0; color: var(--sc-muted); font-weight: 800; white-space: nowrap;
}
.action-record__list {
  display: grid; gap: 0;
  border-top: 1px solid var(--sc-line);
}
.action-item {
  position: relative; overflow: visible; padding: 1.35rem 0;
  border: 0; border-bottom: 1px solid var(--sc-line);
  border-radius: 0; background: transparent; box-shadow: none;
}
.action-item::before { content: none; display: none; }
.action-item__top {
  display: flex; align-items: center; justify-content: space-between;
  gap: .75rem; padding: 0;
}
.action-item__top .action-chip {
  font-size: .76rem; font-weight: 750; text-decoration: none;
}
.action-item__top .action-chip:hover {
  border-color: var(--dim-ink);
}

.action-item > h3 {
  margin: .8rem 0 .25rem;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.18;
}
.action-item__definition,
.action-item__summary {
  max-width: 50rem; margin: 0 0 1rem; color: var(--sc-muted); line-height: 1.45;
}
.action-item__summary { color: var(--sc-body); }
.action-evidence { margin-top: .2rem; border: 0; }
.action-evidence__copy {
  position: relative; max-width: 52rem; overflow: hidden;
  transition: height 260ms cubic-bezier(.2, .75, .25, 1);
}
.action-evidence__preview {
  width: 100%; margin: 0; padding: .2rem 0 .85rem;
  color: var(--sc-body); line-height: 1.45;
}
.action-evidence__control {
  display: inline-flex; align-items: center; justify-content: flex-start; gap: .42rem;
  min-height: 32px; padding: .35rem 0;
  border: 0; border-radius: 0;
  background: transparent; color: var(--sc-link); font: inherit;
  font-size: .78rem; font-weight: 700; cursor: pointer;
}
.action-evidence__control strong {
  color: var(--sc-muted); font-size: inherit; font-weight: 650;
}
.action-evidence__control::after {
  width: .48rem; height: .48rem; border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor; content: ""; transform: rotate(45deg);
  transition: transform 220ms ease;
}
.action-evidence.is-open .action-evidence__control::after { transform: rotate(225deg); }
.action-evidence__control:hover {
  color: var(--sc-ink); text-decoration: underline;
}
.action-evidence__control:focus-visible {
  outline: 2px solid var(--sc-brand); outline-offset: 2px;
}
/* THE SOURCES SIT BEHIND THE CARD'S "SOURCES" CONTROL. Always-open was tried and left
   every card trailing a blank block: the inlined critical stylesheet still hid the area,
   so it took its full height and showed nothing. Collapsed and hidden agree. */
.action-evidence__reveal {
  display: grid; grid-template-rows: 0fr;
  opacity: 0; visibility: hidden;
  transition:
    grid-template-rows 280ms cubic-bezier(.2, .75, .25, 1),
    opacity 180ms ease,
    visibility 0s linear 280ms;
}
.action-evidence.is-open .action-evidence__reveal {
  grid-template-rows: 1fr; opacity: 1; visibility: visible;
  transition:
    grid-template-rows 280ms cubic-bezier(.2, .75, .25, 1),
    opacity 220ms ease 45ms,
    visibility 0s;
}
.action-evidence__reveal-inner { min-height: 0; overflow: hidden; }
.action-evidence__rows {
  margin-top: .85rem; border-top: 1px solid var(--sc-line);
  background: rgb(255 255 255 / 60%);
}
.action-evidence__row {
  display: grid; grid-template-columns: 6.4rem minmax(0, 1fr);
  gap: 1rem; padding: .85rem 0;
}
.action-evidence__row + .action-evidence__row { border-top: 1px solid var(--sc-line); }
.action-evidence__row time {
  color: var(--sc-muted); font-size: .78rem; font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.action-evidence__row p { margin: 0 0 .55rem; line-height: 1.45; }
.action-evidence__row--primary { background: transparent; }
.action-evidence__row a {
  display: inline-flex; align-items: center; gap: .3rem; color: var(--sc-link);
  font-size: .78rem; font-weight: 900; text-decoration: none;
}
.action-evidence__row a:hover { text-decoration: underline; }
.action-evidence__direction {
  display: inline-block; margin-bottom: .42rem; color: var(--sc-muted);
  font-size: .7rem; font-weight: 900; text-transform: uppercase;
}
.action-evidence__status {
  display: inline-block; margin: 0 0 .42rem; padding: .2rem .42rem;
  border-radius: 999px; background: var(--sc-chip-bg); color: var(--sc-muted);
  font-size: .68rem; font-weight: 850; line-height: 1.1;
}

.action-evidence__status--unproven { background: #fff3ca; color: #6d4d08; }
.action-evidence__status--pending { background: #eef1fb; color: #354a86; }
.action-evidence__status--disputed { background: #fff0e9; color: #9a321e; }
.action-evidence__status--proven { background: #e4f7e8; color: #176832; }
.action-evidence__status--promise,
.action-evidence__status--record { background: #e7f4fb; color: #185e86; }@media (prefers-reduced-motion: reduce) {

  .action-evidence__copy,
  .action-evidence__preview,
  .action-evidence__reveal,
  .action-evidence__control::after { transition: none; }
}

.action-pending {
  display: flex; gap: 1rem; align-items: flex-start; border: 1px solid #ffd6b4;
  border-radius: 1rem; padding: 1.35rem; background: #fff8f1;
}
.action-pending p:last-child {
  max-width: 46rem; margin: .55rem 0 0; color: var(--sc-muted); line-height: 1.5;
}
.action-leaders {
  margin-top: 1.25rem; border-top: 1px solid var(--sc-line); padding: 1.5rem .1rem 0;
}
.action-leaders__heading {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem;
}
.action-leaders__heading h2 { margin: .2rem 0 0; }
.action-leaders__count {
  flex: 0 0 auto; color: var(--sc-muted); font-size: .85rem; font-weight: 700;
}
.action-leaders__lede {
  max-width: 48rem; margin: .5rem 0 0; color: var(--sc-muted); line-height: 1.5;
}
.action-leaders__group-title {
  margin: 1.25rem 0 .7rem;
  font-size: .92rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.action-leaders__list {
  list-style: none; margin: .9rem 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2rem; border-top: 1px solid var(--sc-line);
}
.action-leaders__list > li {
  min-width: 0; border-bottom: 1px solid var(--sc-line);
}
.action-leader {
  min-width: 0; display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  align-items: center; gap: 1rem; padding: 1rem .15rem;
  background: transparent;
}
.action-leader__photo {
  position: relative; display: grid; place-items: center; overflow: hidden;
  width: 4.5rem; height: 4.5rem; border-radius: .8rem;
  background: linear-gradient(145deg, #fff8ef, var(--sc-chip-bg));
  border: 1px solid var(--sc-line);
  color: var(--sc-brand-deep); font-size: 1.5rem; font-weight: 850;
}
.action-leader__photo img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; background: #fff;
}
.action-leader__body { min-width: 0; padding: 0; }
.action-leader__body h3 {
  margin: 0; color: var(--sc-ink); font-size: 1.05rem;
}
.action-leader__role {
  margin: .18rem 0 0; color: var(--sc-body); font-size: .82rem; line-height: 1.35;
}
.action-leader__influence {
  margin: .34rem 0 0;
  color: var(--sc-muted);
  font-size: .74rem;
  line-height: 1.4;
}
.action-leader__photo-state {
  margin: .28rem 0 0; color: var(--sc-muted); font-size: .72rem;
}
.action-leader__portrait-review details {
  margin-top: .35rem; color: var(--sc-muted); font-size: .72rem; line-height: 1.45;
}
.action-leader__portrait-review summary {
  width: fit-content; color: var(--sc-link); font-weight: 750; cursor: pointer;
}
.action-leader__portrait-review details > p { margin: .45rem 0 0; }
.action-leader__portrait-review ul {
  display: grid; gap: .25rem; margin: .45rem 0 0; padding-left: 1rem;
}
.action-leader__portrait-review a {
  color: var(--sc-link); font-weight: 700; text-decoration: none;
}
.action-leader__portrait-review a:hover { text-decoration: underline; }
.action-leader__portrait-review svg { width: .68rem; height: .68rem; }
.action-leader__actions {
  margin-top: .75rem; padding-top: .65rem; border-top: 1px solid var(--sc-line);
}
.action-leader__actions > p {
  margin: 0; color: var(--sc-muted); font-size: .72rem; font-weight: 800;
}
.action-leader__actions ul { list-style: none; margin: .4rem 0 0; padding: 0; }
.action-leader__actions li {
  display: grid; gap: .15rem; padding: .35rem 0;
  color: var(--sc-body); font-size: .77rem; line-height: 1.35;
}
.action-leader__actions a {
  display: inline-flex; align-items: center; gap: .2rem; width: fit-content;
  color: var(--sc-link); font-size: .72rem; font-weight: 750; text-decoration: none;
}
.action-leader__actions a:hover { text-decoration: underline; }
.action-leader__actions svg { width: .68rem; height: .68rem; }
.action-brands {
  margin-top: 1.25rem; border-top: 1px solid var(--sc-line); padding: 1.5rem .1rem 0;
}
.action-brands__heading {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem;
}
.action-brands__heading h2 { margin: .2rem 0 0; }
.action-brands__eyebrow {
  color: var(--sc-brand); font-size: .75rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
}
.action-brands__count {
  flex: 0 0 auto; color: var(--sc-muted); font-size: .85rem; font-weight: 700;
}
.action-brands__lede {
  max-width: 46rem; margin: .5rem 0 0; color: var(--sc-muted); line-height: 1.5;
}
.action-brands__list {
  list-style: none; margin: .9rem 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2rem; border-top: 1px solid var(--sc-line);
}
.action-brands__list > li { min-width: 0; border-bottom: 1px solid var(--sc-line); }
.action-brands__more { margin-top: .8rem; }
.action-brands__more > summary {
  display: grid; grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr);
  align-items: center; gap: .9rem; width: 100%; cursor: pointer;
  color: var(--sc-link); font-size: .88rem; font-weight: 800;
  list-style: none; text-align: center;
}
.action-brands__more > summary::-webkit-details-marker { display: none; }
.action-brands__more > summary::before,
.action-brands__more > summary::after {
  height: 1px; background: var(--sc-line); content: "";
}
.action-brands__more[open] > summary { margin-bottom: .8rem; }
.action-brands__more .action-brands__list { margin-top: 0; }
.action-brand {
  min-width: 0; display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr) auto;
  align-items: center; gap: 1rem; padding: 1rem .15rem;
  color: inherit; text-decoration: none;
  transition: color 150ms ease, padding 150ms ease;
}
.action-brand:not(.action-brand--static):hover { padding-inline: .5rem; color: var(--sc-brand); }
.action-brand:not(.action-brand--static):focus-visible {
  outline: 2px solid var(--sc-brand); outline-offset: 2px;
}
.action-brand__mark {
  position: relative; display: grid; place-items: center; overflow: hidden;
  width: 4.5rem; height: 4.5rem; border-radius: 1rem;
  background: var(--sc-chip-bg); border: 1px solid var(--sc-chip-line);
  color: var(--sc-brand-deep); font-size: .9rem; font-weight: 800;
}
.action-brand__mark img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: contain; background: #fff;
}
.action-brand__body { min-width: 0; display: grid; gap: .08rem; }
.action-brand__name {
  color: var(--sc-ink); font-weight: 700; text-decoration: none;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.action-brand__kind { color: var(--sc-muted); font-size: .77rem; }
.action-brand__go {
  color: var(--sc-link); font-size: 1rem; font-weight: 800;
  transition: transform 150ms ease;
}
.action-brand:hover .action-brand__go { transform: translateX(3px); }@media (max-width: 680px) {

  .action-leaders__list { grid-template-columns: 1fr; }
}

.action-rails {
  margin-top: 1.25rem; border-top: 1px solid var(--sc-line); padding: 1.5rem .1rem 0;
  display: grid; gap: 1.5rem 2rem; grid-template-columns: repeat(2, minmax(0, 1fr));
}@media (max-width: 720px) {
 .action-rails { grid-template-columns: 1fr; }
}

.action-rail h3 {
  margin: .35rem 0 .8rem; font-size: 1.05rem; line-height: 1.35; color: var(--sc-ink);
}
.action-rail__list { list-style: none; margin: 0; padding: 0; display: grid; gap: .1rem; }
.action-rail__list a {
  display: flex; align-items: center; gap: .6rem; padding: .5rem .6rem; margin: 0 -.6rem;
  border-radius: .5rem; text-decoration: none; color: inherit;
}
.action-rail__list a:hover { background: var(--sc-chip-bg); }
.action-rail__text { display: grid; gap: .1rem; min-width: 0; }

.action-rail__mark {
  position: relative; display: inline-grid; place-items: center; flex: 0 0 auto;
  width: 28px; height: 28px; border-radius: 6px; overflow: hidden;
  background: var(--sc-chip-bg); border: 1px solid var(--sc-chip-line);
  font-size: .66rem; font-weight: 700; color: var(--sc-brand-deep);
}
.action-rail__marktxt { line-height: 1; }
.action-rail__mark img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: contain; background: #fff;
}
.action-rail__name { font-weight: 600; color: var(--sc-brand-deep); }
.action-rail__meta { font-size: .85rem; color: var(--sc-muted); line-height: 1.4; }
.action-rail__chips { display: flex; flex-wrap: wrap; gap: .25rem; }
.action-rail__chip {
  display: inline-block; max-width: 100%; padding: .16rem .4rem;
  border: 1px solid var(--sc-chip-line); border-radius: 999px;
  color: var(--sc-muted); font-size: .72rem; line-height: 1.25;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.action-rail__more { display: inline-block; margin-top: .7rem; font-weight: 600; }

/* Section colour comes from the family palette already generated into this file from
   vocabulary.json (.dim--land, .dim--work, …), which each group carries as
   `class="idx-group dim--{tone}"`. Those rules are GENERATED and guarded by preflight, so
   they are consumed here through their custom properties rather than restated: a pastel
   --dim-bg tile behind the glyph and the matching --dim-ink for the glyph itself.
   Climate lands on `land` (#c5f7cf green), privacy on `data` (indigo), labour on `work`
   (tan), and so on — the mapping is the vocabulary's, not a second one invented here.
   Fallbacks keep a group readable if a new category arrives before it has a family. */
.action-item__icon {
  display: grid; place-items: center;
  width: 2rem; height: 2rem; border-radius: .6rem;
  background: var(--dim-bg, var(--sc-chip-bg));
  color: var(--dim-ink, var(--sc-ink));
  font-size: 1.05rem;
  line-height: 1;
}
.action-item__icon svg { stroke-width: 2.4; }

.action-item__cell { min-width: 0; position: relative; }

.action-item__rules {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.action-item__rules i {
  position: absolute;
  height: 2px;
  background: var(--sc-ink);
  transform: scaleX(0);
  transform-origin: left;

  transition: transform 150ms cubic-bezier(.22, .61, .36, 1);
}
.action-item__link.has-rules:is(:hover, :focus-visible) .action-item__rules i {
  transform: scaleX(1);
  transition: transform var(--rule-ms, 200ms) cubic-bezier(.22, .61, .36, 1) var(--rule-delay, 0ms);
}

.action-item__link.has-rules .action-item__label {
  background-image: none;
}@media (prefers-reduced-motion: reduce) {

  .action-item__rules i { transition: none; }
}

.action-item__label {
  color: var(--sc-ink); font-weight: 600; line-height: 1.32;
  background-image: linear-gradient(var(--sc-ink), var(--sc-ink));
  background-repeat: no-repeat;

  padding-bottom: 3px;
  background-position: 0 100%;
  background-size: 0% 2px;
  transition: background-size 320ms cubic-bezier(.22,.61,.36,1);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.action-issue__list { gap: 0; }
.action-issue__list li + li { border-top: 1px solid var(--sc-line); }
.action-issue__list a { padding: .7rem .6rem; border-radius: 0; }@media (min-width: 900px) {

  .action-issue__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.75rem;
  }

  .action-issue__list li:nth-child(2) { border-top: 0; }
}

a.action-item__category { text-decoration: none; }
a.action-item__category:hover { text-decoration: underline; }

.sc-card__link {
  display: inline-flex; align-items: center; gap: .35rem;
  margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--sc-line);
  width: 100%; font-size: .9rem; font-weight: 600;
}
.action-record__side {
  position: sticky; top: 1.2rem; display: grid; gap: 1rem;
}@media (max-width: 840px) {

  .action-record__layout { grid-template-columns: 1fr; }
  .action-record__side { position: static; }
}
@media (max-width: 560px) {

  .action-record__heading, .action-item__top {
    align-items: flex-start; flex-direction: column;
  }
  .action-evidence__row { grid-template-columns: 1fr; gap: .35rem; }
}

.sc-hero {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin: 34px 0 0;
  padding: 0 0 clamp(28px, 3.2vw, 44px);
  border: 0;
  border-bottom: 1px solid var(--sc-line);
  background: transparent;
}
.sc-id {
  grid-column: 1 / -1;
  min-width: 0;
  padding: clamp(24px, 2.4vw, 34px) 0;
  border: 0;
}
.sc-logo {
  width: clamp(74px, 6.2vw, 94px);
  height: clamp(74px, 6.2vw, 94px);
  border: 1px solid var(--sc-line);
  border-radius: 16px;
  background: #f0f0ed;
}
.sc-logo__txt {
  color: var(--sc-ink);
  font-size: clamp(1.55rem, 3vw, 2.3rem);
}
.sc-id__text h1 {
  max-width: 24ch;
  margin: 0;
  font-size: clamp(2.45rem, 4.2vw, 4.25rem);
  line-height: .96;
  letter-spacing: -.055em;
}
.sc-id__meta {
  margin-top: 14px;
  font-size: .82rem;
  font-weight: 750;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.sc-hero__summary {
  grid-column: 1 / span 9;
  min-width: 0;
  padding: 0;
}
.sc-hero__index {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  min-width: 0;
  padding: 22px 0 0;
  border: 0;
  background: transparent;
}
.sc-hero__label {
  margin: 0;
  color: var(--sc-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}
.sc-deck {
  max-width: 55ch;
  margin: 0;
  font-size: clamp(1.02rem, 1.25vw, 1.22rem);
  line-height: 1.58;
}
.sc-freshness {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid var(--sc-line);
  font-size: .77rem;
}
.sc-topics {
  align-content: flex-start;
  gap: 7px;
  margin: 0;
}
.sc-topics li {
  min-height: 31px;
  padding: 5px 11px;
  font-size: .73rem;
  font-weight: 750;
}

.sc-layout {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 0;
  padding-top: 0;
  border-bottom: 1px solid var(--sc-line);
}
.sc-body {
  min-width: 0;
  padding: clamp(34px, 4vw, 58px) clamp(28px, 4vw, 56px) 56px 0;
}
.sc-aside {
  padding: clamp(34px, 4vw, 58px) 0 48px 30px;
  border-left: 1px solid var(--sc-line);
}
.sc-card {
  padding: 21px 0;
  border: 0;
  border-top: 2px solid var(--sc-grid-ink);
  border-bottom: 1px solid var(--sc-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.sc-aside > .sc-card + .sc-card {
  margin-top: 30px;
}

.sc-card--cta {
  padding: 23px;
  border: 0;
  border-radius: 16px;
  background: var(--sc-card);
  box-shadow: none;
}

.sc-card--cta .btn {
  gap: 9px;
  padding-inline: 13px;
  font-size: .95rem;
  white-space: nowrap;
}
.sc-card__title {
  font-size: 1.05rem;
}
.sc-card__sub {
  color: #464646;
}
.sc-facts li {
  padding: 12px 0;
}
.sc-facts a {
  color: var(--sc-ink);
}

.action-record__heading {
  min-height: 74px;
  padding: 0 0 19px;
  border-bottom: 2px solid var(--sc-grid-ink);
}
.action-record__heading h2,
.action-pending h2 {
  font-size: clamp(1.7rem, 3.2vw, 3.15rem);
  letter-spacing: -.045em;
}
.action-record__list {
  border-top: 0;
}
.action-item {
  padding: 28px 0 30px;
}
.action-item > h3 {
  max-width: 29ch;
  margin-top: 17px;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  letter-spacing: -.035em;
}
.action-evidence__preview {
  max-width: 62ch;
  padding: 5px 0 12px;
  font-size: 1rem;
  line-height: 1.6;
}
.action-evidence__control {
  min-height: 34px;
  padding: 6px 0;
  color: var(--sc-link);
  font-size: .82rem;
  letter-spacing: .01em;
  text-decoration: none;
}
.action-evidence__control:hover {
  color: var(--sc-ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.action-evidence__rows {
  margin-top: 16px;
  border-top-color: var(--sc-grid-ink);
  background: transparent;
}
.action-evidence__row {
  grid-template-columns: minmax(92px, 1fr) minmax(0, 6fr);
  padding: 17px 0;
}

.action-leaders__list {
  gap: 0;
  grid-template-columns: repeat(auto-fill, minmax(min(14rem, 100%), 1fr));
  max-width: none;
  border-top: 1px solid var(--sc-line);
  border-left: 1px solid var(--sc-line);
}
.action-leader {
  border: 0;
  border-right: 1px solid var(--sc-line);
  border-bottom: 1px solid var(--sc-line);
  border-radius: 0;
  background: var(--sc-card);
}
.action-leader a {
  color: inherit;
  text-decoration: none;
}
.action-leader__body h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.action-leader__photo {
  aspect-ratio: 4 / 3;
  border-bottom: 1px solid var(--sc-line);
  background: #ecece8;
}
.action-leader__body {
  padding: 0;
}
.action-leaders__list:has(> li:only-child) {
  grid-template-columns: minmax(0, 1fr);
}

.action-brands {
  margin-top: 42px;
  padding-top: 30px;
  border-top: 2px solid var(--sc-grid-ink);
}
.action-brands__heading h2,
.sc-related .sc-block__head h2,
.action-leaders__heading h2 {
  font-size: clamp(1.55rem, 2.7vw, 2.5rem);
  letter-spacing: -.04em;
}
.action-brands__list {
  column-gap: 0;
  border-left: 1px solid var(--sc-line);
}
.action-brands__list > li {
  border-right: 1px solid var(--sc-line);
}
.action-brand {
  min-height: 104px;
  padding: 14px 16px;
}
.action-brand:not(.action-brand--static):hover {
  padding-inline: 14px 16px;
  background: #eeeeeb;
  color: var(--sc-ink);
}
.action-brand:hover .action-brand__go {
  transform: none;
}
.action-brand__mark {
  border-radius: 10px;
}
.sc-related {
  margin-top: 42px;
  padding-top: 30px;
  border-top: 2px solid var(--sc-grid-ink);
}
.sc-altcards {
  border-left: 1px solid var(--sc-line);
}
.sc-altcard {
  min-height: 116px;
  padding: 18px;
  border-right: 1px solid var(--sc-line);
  background: var(--sc-card);
}
.sc-altcard:hover {
  padding-inline: 18px;
  background: #eeeeeb;
}
.sc-altcard__mark {
  border-radius: 11px;
}

.sc-alt:hover {
  transform: none;
}

.sc-hero {
  display: block;
  margin: 0;
  padding: 0 0 22px;
  border-bottom: 0;
}
.sc-id {
  align-items: flex-start;
  gap: clamp(16px, 1.6vw, 24px);
  padding: 0;
}
.sc-logo {
  width: clamp(66px, 5.4vw, 84px);
  height: clamp(66px, 5.4vw, 84px);
  border-radius: 14px;
  background: #fff;
}
.sc-logo__txt { color: var(--sc-ink); font-size: clamp(1.3rem, 2.2vw, 1.7rem); }

.sc-logo__img { padding: clamp(7px, .75vw, 10px); }
.sc-id__text h1 {
  max-width: 26ch;
  margin: 0;

  font-size: clamp(1.9rem, 2.9vw, 2.75rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}
.sc-id__meta {
  margin-top: 6px;
  font-size: .74rem;
  letter-spacing: .07em;
}
.sc-hero__summary {
  max-width: 62ch;
  margin-top: 14px;
  padding: 0;
}
.sc-deck { max-width: none; font-size: 1rem; line-height: 1.5; }
.sc-freshness {
  margin-top: 10px;
  padding-top: 0;
  border-top: 0;
  font-size: .78rem;
}

.sc-hero__index {
  display: block;
  padding: 16px 0 0;
}
.sc-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.sc-topics[hidden] { display: none; }
.sc-filter,
.sc-topics li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 4px 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--dim-bg, var(--sc-chip-bg));
  color: var(--dim-ink, var(--sc-chip-ink));
  font: inherit;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.25;
}
.sc-filter {
  cursor: pointer;
  transition: box-shadow 140ms ease, background 140ms ease;
}
.sc-filter--all {
  border-color: var(--sc-line);
  background: var(--sc-card);
  color: var(--sc-ink);
}
.sc-filter i,
.sc-topics li i { flex: 0 0 auto; font-size: .88em; opacity: .9; }
.sc-filter:hover { box-shadow: inset 0 0 0 1px currentColor; }
.sc-filter:focus-visible { outline: 2px solid var(--sc-brand); outline-offset: 2px; }

.sc-filter[aria-pressed="true"] {
  box-shadow: inset 0 0 0 2px currentColor;
}
.sc-filter--all[aria-pressed="true"] {
  border-color: var(--sc-ink);
  background: var(--sc-ink);
  color: #fff;
  box-shadow: none;
}
.sc-topic-filter-status {
  margin: 9px 0 0;
  color: var(--sc-muted);
  font-size: .78rem;
  font-weight: 650;
}
.sc-topic-filter-status[hidden] { display: none; }

.sc-layout {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  padding-top: 30px;
  border-bottom: 0;
}
.sc-body { padding: 0 0 40px; }
.sc-aside {
  padding: 0;
  border-left: 0;
}
.sc-card {
  padding: 20px 22px;
  border: 1px solid var(--sc-line);
  border-radius: 14px;
  background: var(--sc-card);
  box-shadow: none;
}
.sc-aside > .sc-card + .sc-card { margin-top: 16px; }
.sc-card__title { margin-bottom: 4px; font-size: 1.02rem; }
.sc-facts li { padding: 11px 0; font-size: .9rem; }
.sc-card--cta { padding: 20px 22px; border: 1px solid var(--sc-line); border-radius: 14px; }
.sc-card--cta .sc-card__sub { margin-bottom: 14px; font-size: .88rem; }
.sc-card .btn { min-height: 46px; border-radius: 12px; font-size: .92rem; }
.sc-card__link {
  margin-top: 13px;
  padding-top: 13px;
  color: var(--sc-link);
  font-size: .88rem;
  font-weight: 750;
  text-decoration: none;
}
.sc-card__link i { color: currentColor; font-size: .8rem; }
.sc-card__link:hover { text-decoration: underline; text-underline-offset: 3px; }
.sc-card__trust {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
  color: var(--sc-muted);
  font-size: .82rem;
  font-weight: 600;
}
.sc-card__trust i { flex: 0 0 auto; font-size: .88rem; }

.action-record__heading {
  min-height: 0;
  align-items: baseline;
  padding: 0 0 14px;
  border-bottom: 2px solid var(--sc-grid-ink);
}
.action-record__heading h2,
.action-pending h2 {
  font-size: clamp(1.25rem, 1.9vw, 1.72rem);
  letter-spacing: -.03em;
}
.action-record__list { border-top: 0; }

.action-series {
  min-width: 0;
}
.action-series--single {
  display: contents;
}
/* One kind of finding: a counted heading, its rows, and its own control. */
.action-series--grouped {
  display: block;
  margin: 0 0 6px;
}
.action-series__heading {
  margin: 0;
  padding: 14px 0 8px;
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--sc-ink);
}
.action-series__rows {
  display: flex;
  flex-direction: column;
}
.action-series__all {
  margin: 6px 0 2px;
  padding: 6px 0;
  border: 0;
  background: none;
  color: var(--sc-muted);
  font: inherit;
  font-size: .88rem;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.action-series__all:hover { color: var(--sc-ink); }
.action-series[hidden],
.action-series.is-topic-filtered-out,
.action-item.is-topic-filtered-out,
.sc-row.is-topic-filtered-out { display: none; }

.action-record--tabbed .person-action-group__heading { display: none; }

.action-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  margin: 0 0 -1px;
  padding: 0 0 0 2px;
  border-bottom: 1px solid var(--sc-line);
  overflow-x: auto;
  scrollbar-width: none;
}
.action-tabs::-webkit-scrollbar { display: none; }
.action-tabs[hidden] { display: none; }
.action-tabs__tab {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  padding: 11px 18px 12px;
  border: 1px solid var(--sc-line);
  border-bottom-color: var(--sc-line);
  border-radius: 10px 10px 0 0;
  background: var(--sc-chip-bg);
  color: var(--sc-muted);
  font: inherit;
  font-size: .87rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.01em;
  white-space: nowrap;
  cursor: pointer;
  transition: background 140ms ease, color 140ms ease;
}
.action-tabs__tab:hover { background: var(--sc-card); color: var(--sc-ink); }
.action-tabs__tab:focus-visible { outline: 2px solid var(--sc-brand); outline-offset: 2px; }

.action-tabs__tab[aria-selected="true"] {
  background: var(--sc-brand);
  border-color: var(--sc-brand);
  color: #ffffff;
}
.action-tabs__tab[aria-selected="true"]:hover {
  background: var(--orange-bright);
  border-color: var(--orange-bright);
  color: #ffffff;
}

.action-tabs__tab[disabled] {
  opacity: .42;
  cursor: default;
  box-shadow: none;
}

.action-record--tabbed .action-record__group > h2,
.action-record--tabbed .action-record__group > summary { display: none; }
.action-record--tabbed .action-record__group { margin-bottom: 0; }
@media (max-width: 700px) {

  .action-tabs__tab { padding: 10px 13px 11px; font-size: .8rem; }
}

.action-record__group { display: block; margin: 0 0 clamp(30px, 3.4vw, 46px); }
.action-record__group[hidden] { display: none; }
.action-record__group > h2,
.action-record__group > summary h2 {
  margin: 0;
  font-size: clamp(1.25rem, 1.9vw, 1.72rem);
  line-height: 1.06;
  letter-spacing: -.03em;
}

.action-record__group--adverse > h2 {
  padding-bottom: 14px;
  border-bottom: 2px solid var(--sc-grid-ink);
}
.action-record__group--contested > h2,
.action-record__group--favourable > summary {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--sc-line);
}


.action-record__group--favourable > summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}
.action-record__group--favourable > summary::-webkit-details-marker { display: none; }
.action-record__group--favourable > summary h2 {
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  font-weight: 800;
}
.action-record__group--favourable > summary i {
  flex: 0 0 auto;
  color: var(--sc-muted);
  transition: transform .18s ease;
}
.action-record__group--favourable[open] > summary i { transform: rotate(180deg); }
.action-record__group--favourable > summary:hover h2 { color: var(--sc-brand); }

.action-record__group--favourable .action-item__head { padding: 11px 0; }
.action-record__group--favourable .action-item__main h3 { font-size: .96rem; }

.action-record__none {
  display: flex;
  align-items: start;
  gap: 12px;
  max-width: 62ch;
  margin: 0 0 clamp(26px, 3vw, 38px);
  padding: 14px 16px;
  border: 1px solid var(--sc-line);
  border-radius: 12px;
  background: var(--sc-card);
  color: var(--sc-body);
  font-size: .92rem;
  line-height: 1.5;
}
.action-record__none-mark { flex: 0 0 auto; color: var(--sc-muted); }
.action-item {
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--sc-line);
}
.action-item[hidden] { display: none; }
.action-item__head {
  display: grid;
  grid-template-columns: 34px minmax(120px, 1.05fr) minmax(0, 3.4fr) auto;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
}

.action-item__mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--dim-bg, var(--sc-chip-bg));
  color: var(--dim-ink, var(--sc-chip-ink));
  font-size: .95rem;
}
.action-item__top { display: block; min-width: 0; padding: 0; }

.action-item__top .action-chip {
  max-width: 100%;
  padding: 4px 11px;
  border: 0;
  border-radius: 999px;
  background: var(--dim-bg);
  color: var(--dim-ink);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.action-item__top a.action-chip:hover {
  box-shadow: inset 0 0 0 1px currentColor;
  text-decoration: none;
}
.action-item__main { min-width: 0; }

.action-item h3 {
  max-width: 62ch;
  margin: 0;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.005em;
}
.action-evidence { margin: 0; }
.action-evidence__copy { max-width: none; }

.action-evidence__preview {
  display: -webkit-box;
  max-width: 68ch;
  margin: 0;
  padding: 2px 0 0;
  overflow: hidden;
  color: var(--sc-muted);
  font-size: .86rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.action-evidence.is-open .action-evidence__preview {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.action-evidence__quote {
  margin: 0 0 12px;
  padding: 10px 14px;
  border-left: 2px solid var(--sc-rule, rgba(0, 0, 0, .12));
  background: var(--sc-tint, rgba(0, 0, 0, .02));
}
.action-evidence__quote figcaption {
  margin-bottom: 4px;
  color: var(--sc-muted);
  font-size: .72rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.action-evidence__quote blockquote {
  margin: 0;
  max-width: 68ch;
  font-size: .86rem;
  line-height: 1.5;
}

.action-item__aside.action-evidence__control {
  display: grid;
  /* Was `auto 1px auto 12px`: source count, divider, state, chevron. The count and the
     corroboration label are gone from the card, so the divider had nothing to divide and
     hung after the badge. */
  grid-template-columns: auto 12px;
  align-items: center;
  gap: 14px;
  min-height: 34px;
  padding: 0;
  color: var(--sc-body);
  font-size: .82rem;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}
.action-item__aside.action-evidence__control::after {
  grid-column: 2;
  width: .42rem;
  height: .42rem;
  margin-left: -2px;
  border-right: 2px solid var(--sc-muted);
  border-bottom: 2px solid var(--sc-muted);
  transform: rotate(-45deg);
}
.action-evidence.is-open .action-item__aside.action-evidence__control::after {
  margin-top: -4px;
  transform: rotate(45deg);
}
.action-item__aside.action-evidence__control:hover { color: var(--sc-ink); text-decoration: none; }
.action-item__sources { color: var(--sc-muted); font-weight: 600; }

.action-evidence__reveal { grid-column: 1 / -1; }
.action-evidence__rows {
  margin: 0 0 6px 50px;
  border-top: 1px solid var(--sc-line);
  background: transparent;
}

.action-evidence__row { grid-template-columns: 6.6rem minmax(0, 1fr); padding: 9px 0; }
.action-evidence__row + .action-evidence__row { border-top: 0; }

.action-evidence__ledger {
  list-style: none;
  margin: 10px 0 2px;
  padding: 0;
  border-top: 1px solid var(--sc-line);
}
.action-evidence__ledger-row {
  display: grid;
  grid-template-columns: 6.2rem minmax(0, 1fr) auto auto;
  align-items: baseline;
  gap: 4px 12px;
  padding: 7px 0;
  font-size: .86rem;
}
.action-evidence__ledger-row + .action-evidence__ledger-row {
  border-top: 1px solid var(--sc-line);
}

.action-evidence__ledger--solo { border-top: 0; margin-top: 4px; }
.action-evidence__ledger--solo .action-evidence__ledger-row {
  grid-template-columns: minmax(0, 1fr) auto;
  border-top: 0;
  padding: 0;
}
.action-evidence__ledger-row time { color: var(--sc-muted); font-variant-numeric: tabular-nums; }
.action-evidence__ledger-name { color: var(--sc-ink); min-width: 0; }
.action-evidence__ledger-amount {
  color: var(--sc-ink);
  font-weight: 650;
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}@media (max-width: 620px) {

  .action-evidence__ledger-row { grid-template-columns: 6.2rem minmax(0, 1fr) auto; }
  .action-evidence__ledger-name { grid-column: 1 / -1; grid-row: 2; }
}

.action-record__all,
.sc-sectionlink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--sc-line);
  border-radius: 999px;
  background: var(--sc-card);
  color: var(--sc-ink);
  font: inherit;
  font-size: .85rem;
  font-weight: 700;
  cursor: pointer;
}

.action-record__all {
  display: flex;
  width: fit-content;
  min-height: 42px;
  margin: 18px auto 0;
  padding: 9px 17px 9px 19px;
  border: 1px solid var(--sc-chip-line);
  border-radius: 999px;
  background: var(--sc-card);
  box-shadow: 0 4px 14px rgba(35, 27, 18, .08);
  font-size: .86rem;
  font-weight: 750;
  letter-spacing: -.005em;
  transition:
    transform 150ms ease,
    border-color 150ms ease,
    background 150ms ease,
    color 150ms ease,
    box-shadow 150ms ease;
}
.action-record__all::after {
  width: .4rem;
  height: .4rem;
  margin-top: -4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transition:
    transform 280ms cubic-bezier(.2, .72, .22, 1),
    margin 280ms cubic-bezier(.2, .72, .22, 1);
}
.action-record__all[hidden],
.sc-sectionlink[hidden] { display: none; }
.action-record__all:hover {
  border-color: var(--sc-grid-ink);
  background: var(--sc-card);
  color: var(--sc-grid-ink);
  box-shadow: 0 7px 18px rgba(35, 27, 18, .12);
  transform: translateY(-1px);
}
.sc-sectionlink:hover { border-color: var(--sc-ink); }
.action-record__all:focus-visible,
.sc-sectionlink:focus-visible { outline: 2px solid var(--sc-brand); outline-offset: 2px; }

.sc-sectionlink {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--sc-link);
  font-size: .86rem;
  font-weight: 750;
  white-space: nowrap;
}
.sc-sectionlink i { font-size: .8rem; transition: transform 180ms ease; }

.sc-sectionlink[aria-expanded="true"] i { transform: rotate(180deg); }
.action-record__all[aria-expanded="true"]::after { margin-top: 2px; transform: rotate(-135deg); }@media (prefers-reduced-motion: reduce) {

  .sc-sectionlink i,
  .action-record__all { transition: none; }
}

.sc-sectionlink:hover { border-color: transparent; text-decoration: underline; text-underline-offset: 3px; }
.sc-sectionlink:disabled { cursor: wait; opacity: .68; }

.action-leaders {
  margin-top: 38px;
  padding-top: 26px;
  border-top: 2px solid var(--sc-grid-ink);
}
.action-leaders__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}
.action-brands__heading h2,
.sc-related .sc-block__head h2,
.action-leaders__heading h2 {
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
  letter-spacing: -.03em;
}
.action-leaders__group-title {
  margin: 5px 0 0;
  color: var(--sc-muted);
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.action-leaders__viewport {
  display: flow-root;
  overflow: clip;
}

.action-leaders__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2rem;
  gap: 0 2rem;
  margin-top: 16px;
  border: 0;
  border-top: 1px solid var(--sc-line);
}
.action-leaders__list > li { border-bottom: 1px solid var(--sc-line); }
.action-leader {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  align-items: center;
  gap: 1.15rem;
  overflow: hidden;
  padding: 1.15rem .15rem;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.action-leader[hidden] { display: none; }

.action-leader__photo {
  width: 7rem;
  height: 7rem;
  aspect-ratio: auto;
  border: 1px solid var(--sc-line);
  border-radius: .9rem;
  background: #ecece8;
  font-size: 1.8rem;
}

.action-leader__issues {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: .5rem 0 0;
}
.action-leader__issues a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--dim-bg, var(--sc-chip-bg));
  color: var(--dim-ink, var(--sc-chip-ink));
  font-size: .74rem;
  font-weight: 700;
  text-decoration: none;
}
.action-leader__issues a:hover { box-shadow: inset 0 0 0 1px currentColor; }
.action-leader__issues i { font-size: .9em; }
.action-leader__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 0;
}
.action-leader__body h3 { font-size: .85rem; font-weight: 700; letter-spacing: -.005em; }
.action-leader__role { margin-top: .15rem; color: var(--sc-muted); font-size: .76rem; }

.action-leader__influence {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: .45rem 0 0;
}
.action-leader__influence span {
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--sc-chip-bg);
  color: var(--sc-chip-ink);
  font-size: .68rem;
  font-weight: 650;
  line-height: 1.4;
}
.action-leader__photo-state { font-size: .68rem; }

.action-leader__more { margin-top: auto; padding-top: 10px; }
.action-leader__more > summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  color: var(--sc-link);
  font-size: .72rem;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}
.action-leader__more > summary::-webkit-details-marker { display: none; }
.action-leader__more > summary::after {
  width: .38rem;
  height: .38rem;
  margin-top: -3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}
.action-leader__more[open] > summary::after { margin-top: 2px; transform: rotate(225deg); }
.action-leader__more > summary > span {
  color: var(--sc-muted);
  font-variant-numeric: tabular-nums;
}
.action-leader__more > summary:hover { color: var(--sc-ink); }
.action-leader__more > summary:focus-visible { outline: 2px solid var(--sc-brand); outline-offset: 2px; }
.action-leader__more .action-leader__actions { margin-top: 0; padding-top: .5rem; }

.action-brands {
  margin-top: 38px;
  padding-top: 26px;
  border-top: 2px solid var(--sc-grid-ink);
}
.action-brands__heading { align-items: baseline; }
.action-brands__lede { max-width: 74ch; margin-top: 5px; font-size: .85rem; }
.action-brands__progress {
  margin: 6px 0 0;
  color: var(--sc-muted);
  font-size: .78rem;
  font-weight: 700;
}

.action-brands__body { position: relative; }

.action-brands__rail {
  position: relative;
  margin-top: 16px;
  padding-inline: 42px;
}
.action-brands--open .action-brands__rail { padding-inline: 0; }
.action-brands__list {
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 2px;
  overflow-x: auto;
  border: 0;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.action-brands__list::-webkit-scrollbar { display: none; }

.action-brands__list {
  --rail-fade-l: 0px;
  --rail-fade-r: 0px;
  -webkit-mask-image: linear-gradient(to right,
    transparent 0, #000 var(--rail-fade-l),
    #000 calc(100% - var(--rail-fade-r)), transparent 100%);
  mask-image: linear-gradient(to right,
    transparent 0, #000 var(--rail-fade-l),
    #000 calc(100% - var(--rail-fade-r)), transparent 100%);
}
.action-brands__rail[data-rail-more-left] .action-brands__list { --rail-fade-l: 40px; }
.action-brands__rail[data-rail-more-right] .action-brands__list { --rail-fade-r: 40px; }

.action-brands--open .action-brands__list {
  -webkit-mask-image: none;
  mask-image: none;
}

.action-brands__list > li {
  display: flex;
  flex: 0 0 auto;
  width: 168px;
  border: 1px solid var(--sc-line);
  border-radius: 12px;
  background: var(--sc-card);
  scroll-snap-align: start;
}
.action-brands__list > li[hidden] { display: none; }
.action-brand {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 0;
  padding: 12px;
}
.action-brand:not(.action-brand--static):hover {
  padding-inline: 12px;
  background: transparent;
  color: var(--sc-ink);
}
.action-brands__list > li:has(.action-brand:hover) { border-color: var(--sc-ink); }
.action-brand__mark {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  font-size: .72rem;
}

.action-brand__name {
  display: -webkit-box;
  min-height: 2.1em;
  overflow: hidden;
  white-space: normal;
  font-size: .84rem;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.action-brand__kind { margin-top: 2px; font-size: .7rem; }
.action-brand__state,
.action-brand__hierarchy { color: var(--sc-muted); font-size: .64rem; line-height: 1.25; }

.action-brands__step {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--sc-line);
  border-radius: 50%;
  background: var(--sc-card);
  color: var(--sc-ink);
  box-shadow: 0 2px 10px rgb(60 40 10 / 12%);
  cursor: pointer;
  transform: translateY(-50%);
}
.action-brands__step[hidden] { display: none; }
.action-brands__step i { font-size: .85rem; }
.action-brands__step--next { right: 0; }
.action-brands__step--prev { left: 0; }

.action-brands__step--prev i { transform: rotate(180deg); }
.action-brands__step:hover { border-color: var(--sc-ink); }
.action-brands__step:focus-visible { outline: 2px solid var(--sc-brand); outline-offset: 2px; }

.action-brands__controls {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}
.action-brands__controls[hidden] { display: none; }
.action-brands__kinds { display: flex; flex-wrap: wrap; gap: 8px; }
.action-brands__kinds .sc-filter { background: var(--sc-card); border-color: var(--sc-line); }
.action-brands__kinds .sc-filter > span {
  color: var(--sc-muted);
  font-size: .74rem;
  font-variant-numeric: tabular-nums;
}
.action-brands__kinds .sc-filter[aria-pressed="true"] {
  background: var(--sc-grid-ink);
  border-color: var(--sc-grid-ink);
  box-shadow: none;
  color: #fff;
}
.action-brands__kinds .sc-filter[aria-pressed="true"] > span { color: rgb(255 255 255 / 72%); }
.action-brands--open .action-brands__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  padding-right: 2px;
  overflow: visible;
}
.action-brands--open .action-brands__list > li { width: auto; }
.action-brands__empty { margin: 20px 0 0; color: var(--sc-muted); font-size: .95rem; }
.action-brands__empty[hidden] { display: none; }

.action-brands__sources {
  margin: 22px 0 0; padding: 16px 0 0; list-style: none;
  border-top: 1px solid var(--sc-line);
  display: grid; gap: 7px;
  font-size: .86rem; color: var(--sc-muted);
}
.action-brands__sources > li {
  display: flex; flex-wrap: wrap; gap: 4px 10px; align-items: baseline;
}
.action-brands__sources a, .action-brands__sources strong {
  color: var(--sc-ink); font-weight: 600;
}
.action-brands__sources a:hover { color: var(--sc-brand); }
.action-brands__sources > li.is-failed > span { color: var(--sc-brand); font-weight: 600; }

.action-brands__registrations {
  margin: 22px 0 0; padding: 14px 0 0;
  border-top: 1px solid var(--sc-line);
  font-size: .88rem; color: var(--sc-muted);
}
.action-brands__registrations > summary {
  cursor: pointer; color: var(--sc-ink); font-weight: 600;
}
.action-brands__registrations > summary:hover { color: var(--sc-brand); }
.action-brands__registrations > summary:focus-visible {
  outline: 2px solid var(--sc-brand); outline-offset: 3px; border-radius: 4px;
}
.action-brands__reglist {
  margin: 12px 0 0; padding: 0; list-style: none;
  display: grid; gap: 7px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.action-brands__reglist > li {
  display: flex; flex-wrap: wrap; gap: 2px 8px; align-items: baseline;
}
.action-brands__reglist a, .action-brands__reglist strong {
  color: var(--sc-ink); font-weight: 600;
}
.action-brands__reglist a:hover { color: var(--sc-brand); }
.action-brands__reglist > li > span { font-size: .8rem; }

.sc-inherited {
  margin: 10px 0 0; max-width: 58ch;
  font-size: 0.9rem; line-height: 1.5; color: var(--sc-muted);
}
.sc-inherited a { color: var(--sc-ink); font-weight: 600; white-space: nowrap; }
.sc-inherited a:hover { color: var(--sc-brand); }

.sc-related { margin-top: 38px; padding-top: 26px; }
.sc-block__sub { margin-bottom: 14px; font-size: .85rem; }

.sc-altcards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  border: 0;
}
.sc-altcard {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 0;
  padding: 13px;
  border: 1px solid var(--sc-line);
  border-radius: 12px;
  background: var(--sc-card);
  transition: border-color 140ms ease;
}
.sc-altcard:hover {
  padding-inline: 13px;
  border-color: var(--sc-ink);
  background: var(--sc-card);
}
.sc-altcard__mark {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: var(--sc-chip-bg);
}
.sc-altcard__marktxt { font-size: .72rem; }
.sc-altcard__mark img { padding: 4px; }
.sc-altcard__name {
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: -.005em;
  line-height: 1.25;
  white-space: normal;
}
.sc-altcard__sector { margin-top: 1px; font-size: .74rem; }

.sc-altcard__topics { grid-column: 1 / -1; margin-top: 2px; }
.sc-altcard__topics li { padding: 2px 7px; font-size: .66rem; }
.sc-related__all { margin-top: 14px; font-size: .86rem; font-weight: 750; }

.sc-cta--band {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin: 10px 0 34px;
  padding: 20px 26px;
  border-radius: 18px;
  text-align: left;
}
.sc-cta--band .sc-cta__mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: rgb(255 255 255 / 20%);
  color: #fff;
  font-size: 1.15rem;
}
.sc-cta--band h2 { margin: 0; font-size: 1.2rem; }
.sc-cta--band p { max-width: 62ch; margin: 4px 0 0; font-size: .92rem; line-height: 1.45; }
.sc-cta--band .btn { flex: 0 0 auto; margin: 0; white-space: nowrap; }@media (max-width: 1000px) {

  .sc-cta--band { grid-template-columns: auto minmax(0, 1fr); }
  .sc-cta--band .btn { grid-column: 1 / -1; justify-self: start; }
}

.sc-logo,
.dir-mark,
.dir-card__mark,
.cmp-mark,
.sc-altcard__mark,
.sc-alt__mark,
.sc-peer__mark,
.action-brand__mark {
  border: 0;
  box-shadow: none;
}
.sc-logo:has(img),
.dir-mark:has(img),
.dir-card__mark:has(img),
.cmp-mark:has(img),
.sc-altcard__mark:has(img),
.sc-alt__mark:has(img),
.sc-peer__mark:has(img),
.action-brand__mark:has(img) {
  background: transparent;
}

.sc-logo:not(:has(img)),
.dir-mark:not(:has(img)),
.dir-card__mark:not(:has(img)),
.cmp-mark:not(:has(img)),
.sc-altcard__mark:not(:has(img)),
.sc-alt__mark:not(:has(img)),
.sc-peer__mark:not(:has(img)),
.action-brand__mark:not(:has(img)) {
  background: var(--sc-chip-bg);
}
.sc-logo img,
.dir-mark img,
.dir-card__mark img,
.cmp-mark img,
.sc-altcard__mark img,
.sc-alt__mark img,
.sc-peer__mark img,
.action-brand__mark img {
  padding: 0;
  background: transparent;
}@media (max-width: 1080px) {

  .action-leaders__list { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 900px) {

  .sc-layout {
    display: flex;
    padding-top: 0;
    border-bottom: 0;
  }
  .sc-body { width: 100%; padding: 22px 0; }
  .sc-aside {
    order: 0;
    width: 100%;
    padding: 0 0 26px;
    border-left: 0;
  }
  .action-leaders__list { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 760px) {

  .sc-id { gap: 16px; padding: 0; }

  .sc-hero__index { padding-top: 14px; border: 0; }
  .action-brands--open .action-brands__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {

  .action-item__head {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    row-gap: 8px;
    column-gap: 12px;
  }
  .action-item__main { grid-column: 1 / -1; }
  .action-item__aside.action-evidence__control { gap: 10px; }
  .action-evidence__rows { margin-left: 0; }
  .action-leaders__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {

  .sc-hero { margin-top: 20px; }
  .sc-id { align-items: flex-start; }
  .sc-logo { width: 68px; height: 68px; border-radius: 11px; }
  .action-evidence__row { grid-template-columns: 1fr; }
}

.sc-altcard {
  position: relative;
  transition: border-color 140ms ease, background 140ms ease, transform 140ms ease;
}

.sc-altcard:hover {
  z-index: 1;
  border-color: var(--sc-line);
  background: #ffe9d1;
  transform: scale(1.025);
}

.action-brands__list { padding: 4px; }
.action-brands__list > li {
  position: relative;
  transition: border-color 140ms ease, background 140ms ease, transform 140ms ease;
}
.action-brands__list > li:has(a.action-brand:hover) {
  z-index: 1;
  border-color: var(--sc-brand);
  background: #ffe9d1;
  transform: scale(1.02);
}
.action-brands__list > li:has(.action-brand--static:hover) {
  border-color: var(--sc-line);
}

.action-leader__photo,
.action-leader__more {
  position: relative;
  z-index: 1;
}

.action-item {
  position: relative;
  transition: background 140ms ease, transform 140ms ease;
}

.action-item:has(.action-item__head:hover) {
  z-index: 1;
  outline: 0;
  background: #ffe9d1;
  transform: scale(1.008);
}

.action-item__head { cursor: pointer; }
.action-item__head a { cursor: pointer; }
@media (prefers-reduced-motion: reduce) {

  .sc-altcard,
  .action-brands__list > li,
  .action-item { transition: border-color 140ms ease, background 140ms ease; }
  .sc-altcard:hover,
  .action-brands__list > li:has(a.action-brand:hover),
  .action-item:has(.action-item__head:hover) { transform: none; }
}

.action-record__note {
  max-width: 46rem; margin: .35rem 0 1rem;
  color: var(--sc-muted); font-size: .92rem; line-height: 1.5;
}

/* The few findings a reader meets first, before the full record. */
.action-headline {
  display: flex;
  flex-direction: column;
  margin: 18px 0 0;
}
.action-headline__more {
  margin: 14px 0 0;
  padding: 10px 16px;
  border: 1px solid var(--sc-line, #e3ded7);
  border-radius: 999px;
  background: none;
  color: var(--sc-ink);
  font: inherit;
  font-size: .92rem;
  cursor: pointer;
}
.action-headline__more:hover { background: var(--sc-wash, #f6f2ec); }
