/* RaidJury — editorial catalogue stylesheet */

:root {
  --rj-paper: #ffffff;
  --rj-tint: #f7f7f5;
  --rj-ink: #111111;
  --rj-quiet: #57575a;
  --rj-hair: #d7d7d1;
  --rj-mark: #b3126b;
  --rj-shell: 1240px;
  --rj-gap: 20px;
  --rj-shotw: 42%;
  --rj-rail: 96px;
  --rj-head: 64px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--rj-paper);
  color: var(--rj-ink);
  font-family: "Merriweather Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0.005em;
}

h1, h2, h3, h4 {
  font-family: Chivo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--rj-ink);
}

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--rj-mark); text-decoration: underline; text-underline-offset: 3px; }
a:hover { text-decoration-thickness: 2px; }

img { max-width: 100%; display: block; }

ul, ol { margin: 0; padding: 0; list-style: none; }

:focus-visible {
  outline: 2px solid var(--rj-mark);
  outline-offset: 2px;
}

.rj-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--rj-ink);
  color: #fff;
  padding: 10px 16px;
  z-index: 60;
}
.rj-skip:focus { left: 0; }

.rj-shell {
  width: 100%;
  max-width: var(--rj-shell);
  margin-inline: auto;
  padding-inline: 18px;
}

.rj-band { padding-block: 52px; border-top: 1px solid var(--rj-hair); }
.rj-band--tint { background: var(--rj-tint); }
.rj-band--plain { border-top: none; }

.rj-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--rj-mark);
  margin-bottom: 14px;
}
.rj-kicker::before {
  content: "";
  width: 22px;
  height: 3px;
  background: var(--rj-mark);
  flex: none;
}

.rj-heading { font-size: clamp(26px, 4.4vw, 40px); }
.rj-heading__mark { color: var(--rj-mark); }

.rj-standfirst {
  margin-top: 14px;
  max-width: 66ch;
  color: var(--rj-quiet);
  font-size: 16px;
}

.rj-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--rj-ink);
  margin-bottom: 28px;
}
.rj-topline__meta {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--rj-quiet);
}

/* --- actions --- */
.rj-act {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: Chivo, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 13px 20px;
  border: 1px solid var(--rj-ink);
  background: var(--rj-paper);
  color: var(--rj-ink);
  cursor: pointer;
  transition: background-color 0.15s linear, color 0.15s linear, border-color 0.15s linear;
}
.rj-act svg { width: 15px; height: 15px; flex: none; }
.rj-act--solid {
  background: var(--rj-mark);
  border-color: var(--rj-mark);
  color: #fff;
}
.rj-act--solid:hover { background: var(--rj-ink); border-color: var(--rj-ink); }
.rj-act--line:hover { border-color: var(--rj-mark); color: var(--rj-mark); }
.rj-act--small { padding: 9px 14px; font-size: 12px; }

/* --- stars --- */
.rj-stars {
  position: relative;
  display: inline-block;
  line-height: 0;
  white-space: nowrap;
  color: #c4c4bd;
}
.rj-stars svg { width: 14px; height: 14px; }
.rj-stars__base { display: inline-block; }
.rj-stars__fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  color: var(--rj-mark);
}
.rj-stars--86 .rj-stars__fill { width: 86%; }
.rj-stars--88 .rj-stars__fill { width: 88%; }
.rj-stars--90 .rj-stars__fill { width: 90%; }
.rj-stars--92 .rj-stars__fill { width: 92%; }
.rj-stars--94 .rj-stars__fill { width: 94%; }
.rj-stars--96 .rj-stars__fill { width: 96%; }
.rj-stars--98 .rj-stars__fill { width: 98%; }
.rj-stars--80 .rj-stars__fill { width: 80%; }
.rj-stars--100 .rj-stars__fill { width: 100%; }

/* --- masthead --- */
.rj-masthead {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--rj-paper);
  border-bottom: 2px solid var(--rj-ink);
}
.rj-masthead__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: var(--rj-head);
}
.rj-brandmark {
  font-family: Chivo, Arial, sans-serif;
  font-weight: 900;
  font-size: 23px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--rj-ink);
  white-space: nowrap;
}
.rj-brandmark__tail { color: var(--rj-mark); }

.rj-navrail__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  align-items: center;
}
.rj-navrail__link {
  font-family: Chivo, Arial, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--rj-ink);
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  display: block;
}
.rj-navrail__link:hover,
.rj-navrail__link:focus-visible { border-bottom-color: var(--rj-mark); color: var(--rj-mark); }

.rj-burger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--rj-ink);
  background: var(--rj-paper);
  color: var(--rj-ink);
  font-family: Chivo, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 9px 12px;
  cursor: pointer;
}
.rj-burger svg { width: 16px; height: 16px; }

.rj-ticker {
  border-top: 1px solid var(--rj-hair);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rj-quiet);
  padding-block: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
}
.rj-ticker__pin { color: var(--rj-mark); }

/* --- opening --- */
.rj-opening { padding-block: 46px 40px; text-align: center; }
.rj-opening__stamp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--rj-ink);
  padding: 7px 14px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.rj-opening__stamp span { color: var(--rj-mark); }
.rj-opening__title {
  font-size: clamp(34px, 7.4vw, 74px);
  margin-top: 22px;
}
.rj-opening__title em {
  font-style: normal;
  color: var(--rj-mark);
  border-bottom: 6px solid var(--rj-mark);
  padding-bottom: 2px;
}
.rj-lede {
  margin: 22px auto 0;
  max-width: 68ch;
  font-size: 17px;
  color: var(--rj-quiet);
}
.rj-opening__acts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 26px;
}
.rj-slate { margin-top: 38px; border-top: 1px solid var(--rj-ink); border-bottom: 1px solid var(--rj-ink); padding-block: 18px; }
.rj-slate__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: center;
  justify-items: center;
}
.rj-slate__cell { position: relative; }
.rj-slate__cell img { width: 100%; height: auto; border: 1px solid var(--rj-hair); }
.rj-slate__caption {
  margin-top: 14px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--rj-quiet);
  text-align: center;
}

/* --- yardstick (criteria) --- */
.rj-yardstick__grid {
  display: grid;
  gap: 26px;
}
.rj-yardstick__list { display: grid; gap: 0; }
.rj-yardstick__item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--rj-hair);
}
.rj-yardstick__item:first-child { border-top: 2px solid var(--rj-ink); }
.rj-yardstick__item:last-child { border-bottom: 1px solid var(--rj-hair); }
.rj-yardstick__glyph {
  width: 44px;
  height: 44px;
  border: 1px solid var(--rj-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rj-mark);
}
.rj-yardstick__glyph svg { width: 22px; height: 22px; }
.rj-yardstick__name { font-size: 18px; margin-bottom: 6px; }
.rj-yardstick__name span {
  display: block;
  font-family: "Merriweather Sans", Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rj-mark);
  margin-bottom: 5px;
}
.rj-yardstick__text { font-size: 15px; color: var(--rj-quiet); }

/* --- docket entries --- */
.rj-docket__list { display: grid; gap: 26px; }

.rj-entry { border: 1px solid var(--rj-ink); background: var(--rj-paper); }
.rj-entry__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--rj-ink);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--rj-quiet);
}
.rj-entry__no {
  font-family: Chivo, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #fff;
  background: var(--rj-mark);
  padding: 3px 9px;
}
.rj-entry__free { margin-left: auto; color: var(--rj-ink); }

.rj-entry__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "ex" "rl" "bd";
}
.rj-entry__exhibit { grid-area: ex; margin: 0; padding: 16px; }
.rj-entry__body { grid-area: bd; padding: 18px 16px 22px; }
.rj-entry__rail { grid-area: rl; }

.rj-entry__plate {
  border: 1px solid var(--rj-hair);
  background: var(--rj-tint);
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.rj-entry--upright .rj-entry__plate { aspect-ratio: 3 / 4; }
.rj-entry__plate img { width: 100%; height: 100%; object-fit: contain; }
.rj-entry__strip { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.rj-entry__strip img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--rj-hair);
}
.rj-entry__caption {
  margin-top: 10px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rj-quiet);
}

.rj-entry__ident { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 14px; }
.rj-entry__icon { width: 62px; height: 62px; border: 1px solid var(--rj-hair); flex: none; }
.rj-entry__title { font-size: clamp(20px, 2.6vw, 26px); }
.rj-entry__by {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--rj-quiet);
}
.rj-entry__text { font-size: 15.5px; }
.rj-entry__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--rj-hair);
  margin-top: 16px;
}
.rj-entry__spec {
  padding: 10px 12px 10px 0;
  border-bottom: 1px solid var(--rj-hair);
  font-size: 14px;
}
.rj-entry__spec b {
  display: block;
  font-family: "Merriweather Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rj-quiet);
  margin-bottom: 3px;
}
.rj-entry__note {
  margin-top: 16px;
  padding: 12px 14px;
  border-left: 3px solid var(--rj-mark);
  background: var(--rj-tint);
  font-size: 14.5px;
}
.rj-entry__note b {
  font-family: Chivo, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  display: block;
  margin-bottom: 3px;
  color: var(--rj-mark);
}
.rj-entry__acts { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 18px; }
.rj-entry__disc { font-size: 11.5px; color: var(--rj-quiet); }

.rj-entry__rail {
  border-top: 1px solid var(--rj-ink);
  border-bottom: 1px solid var(--rj-ink);
  padding: 12px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}
.rj-entry__railword {
  font-family: Chivo, Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--rj-quiet);
}
.rj-entry__score {
  font-family: Chivo, Arial, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
}
.rj-entry__count {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rj-quiet);
}
.rj-entry__stamp {
  font-family: Chivo, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid var(--rj-mark);
  color: var(--rj-mark);
  padding: 5px 10px;
}

/* --- verdict board + tally --- */
.rj-board__scroll { overflow-x: auto; border: 1px solid var(--rj-ink); }
.rj-board__table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 720px; }
.rj-board__table caption {
  text-align: left;
  padding: 12px 14px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rj-quiet);
  border-bottom: 1px solid var(--rj-hair);
}
.rj-board__table th,
.rj-board__table td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--rj-hair); }
.rj-board__table thead th {
  font-family: Chivo, Arial, sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--rj-ink);
}
.rj-board__table tbody tr:last-child th,
.rj-board__table tbody tr:last-child td { border-bottom: none; }
.rj-board__table tbody th { font-weight: 700; }
.rj-board__no { color: var(--rj-mark); font-family: Chivo, Arial, sans-serif; font-weight: 900; }
.rj-board__score { font-family: Chivo, Arial, sans-serif; font-weight: 900; font-size: 17px; }
.rj-board__verdict {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.rj-tally {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--rj-ink);
  border-top: none;
}
.rj-tally__cell { padding: 20px 16px; border-top: 1px solid var(--rj-hair); }
.rj-tally__cell + .rj-tally__cell { border-left: 1px solid var(--rj-hair); }
.rj-tally__num {
  font-family: Chivo, Arial, sans-serif;
  font-size: clamp(30px, 5vw, 44px);
  font-weight: 900;
  line-height: 1;
  color: var(--rj-mark);
  display: block;
  letter-spacing: -0.03em;
}
.rj-tally__label {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rj-quiet);
}

/* --- testimony --- */
.rj-testimony__grid { display: grid; gap: 18px; }
.rj-testimony__piece { border: 1px solid var(--rj-ink); padding: 20px 18px; background: var(--rj-paper); display: flex; flex-direction: column; }
.rj-testimony__quote { font-size: 15.5px; margin-bottom: 16px; }
.rj-testimony__who { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--rj-hair); padding-top: 14px; margin-top: auto; }
.rj-testimony__ini {
  width: 40px;
  height: 40px;
  flex: none;
  border: 1px solid var(--rj-mark);
  color: var(--rj-mark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Chivo, Arial, sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.rj-testimony__name { font-size: 14px; font-weight: 700; }
.rj-testimony__role { font-size: 12px; color: var(--rj-quiet); }

/* --- signup --- */
.rj-signup__grid { display: grid; gap: 26px; }
.rj-signup__panel { border: 1px solid var(--rj-ink); padding: 22px 18px; background: var(--rj-paper); }
.rj-signup__field { display: block; margin-bottom: 14px; }
.rj-signup__label {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rj-quiet);
  margin-bottom: 6px;
}
.rj-signup__input {
  width: 100%;
  border: 1px solid var(--rj-ink);
  background: var(--rj-paper);
  color: var(--rj-ink);
  font-family: inherit;
  font-size: 15px;
  padding: 12px;
  border-radius: 0;
}
.rj-signup__input:focus-visible { outline: 2px solid var(--rj-mark); outline-offset: 1px; }
.rj-signup__consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; margin: 16px 0; }
.rj-signup__consent input { margin-top: 4px; width: 17px; height: 17px; accent-color: var(--rj-mark); flex: none; }
.rj-signup__fine { font-size: 12.5px; color: var(--rj-quiet); margin-top: 14px; }
.rj-signup__done {
  margin-top: 16px;
  border: 1px solid var(--rj-mark);
  border-left-width: 4px;
  padding: 14px;
  font-size: 14.5px;
}
.rj-signup__done[hidden] { display: none; }
.rj-signup__points { display: grid; gap: 12px; margin-top: 20px; }
.rj-signup__point { display: flex; gap: 12px; font-size: 14.5px; align-items: flex-start; }
.rj-signup__point svg { width: 17px; height: 17px; color: var(--rj-mark); flex: none; margin-top: 3px; }

/* --- queries (faq) --- */
.rj-queries__list { border-top: 2px solid var(--rj-ink); }
.rj-queries__item { border-bottom: 1px solid var(--rj-hair); }
.rj-queries__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: none;
  border: 0;
  padding: 18px 0;
  cursor: pointer;
  text-align: left;
  font-family: Chivo, Arial, sans-serif;
  font-size: clamp(16px, 2.2vw, 19px);
  font-weight: 700;
  color: var(--rj-ink);
  letter-spacing: -0.01em;
}
.rj-queries__btn:hover { color: var(--rj-mark); }
.rj-queries__sign {
  width: 26px;
  height: 26px;
  flex: none;
  border: 1px solid var(--rj-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rj-mark);
}
.rj-queries__sign svg { width: 13px; height: 13px; }
.rj-queries__btn[aria-expanded="true"] .rj-queries__sign { background: var(--rj-mark); color: #fff; border-color: var(--rj-mark); }
.rj-queries__panel { padding: 0 0 20px; max-width: 78ch; color: var(--rj-quiet); font-size: 15px; }
.rj-queries__panel[hidden] { display: none; }

/* --- bench (about) + ledger (editorial model) --- */
.rj-bench__grid,
.rj-ledger__grid { display: grid; gap: 26px; }
.rj-bench__points { display: grid; gap: 0; margin-top: 20px; }
.rj-bench__point { padding: 14px 0; border-top: 1px solid var(--rj-hair); display: flex; gap: 14px; align-items: flex-start; }
.rj-bench__point svg { width: 19px; height: 19px; color: var(--rj-mark); flex: none; margin-top: 3px; }
.rj-bench__point b { display: block; font-family: Chivo, Arial, sans-serif; font-size: 15px; }
.rj-bench__point span { font-size: 14.5px; color: var(--rj-quiet); }

.rj-ledger__rules { display: grid; gap: 0; margin-top: 18px; border-top: 2px solid var(--rj-ink); }
.rj-ledger__rule { padding: 16px 0; border-bottom: 1px solid var(--rj-hair); display: grid; grid-template-columns: 34px 1fr; gap: 14px; }
.rj-ledger__mark {
  font-family: Chivo, Arial, sans-serif;
  font-weight: 900;
  color: var(--rj-mark);
  font-size: 15px;
  letter-spacing: 0.04em;
}
.rj-ledger__rule b { display: block; font-family: Chivo, Arial, sans-serif; font-size: 16px; margin-bottom: 4px; }
.rj-ledger__rule span { font-size: 14.5px; color: var(--rj-quiet); }

/* --- genre index --- */
.rj-index__grid { display: grid; gap: 20px; }
.rj-index__group { border-top: 2px solid var(--rj-ink); padding-top: 14px; }
.rj-index__name { font-size: 17px; margin-bottom: 4px; }
.rj-index__count {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rj-mark);
  display: block;
  margin-bottom: 10px;
}
.rj-index__line { padding: 8px 0; border-top: 1px solid var(--rj-hair); font-size: 14px; }
.rj-index__line a { color: var(--rj-ink); text-decoration: none; border-bottom: 1px solid var(--rj-hair); }
.rj-index__line a:hover { color: var(--rj-mark); border-bottom-color: var(--rj-mark); }
.rj-index__line em { font-style: normal; color: var(--rj-quiet); font-size: 12.5px; display: block; }

/* --- legal pages --- */
.rj-paper__head { padding-block: 40px 24px; border-bottom: 2px solid var(--rj-ink); }
.rj-paper__title { font-size: clamp(28px, 5vw, 46px); }
.rj-paper__date {
  margin-top: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rj-quiet);
}
.rj-paper__body { padding-block: 30px 50px; }
.rj-paper__body h2 { font-size: clamp(19px, 3vw, 24px); margin: 30px 0 10px; }
.rj-paper__body h3 { font-size: 16px; margin: 20px 0 8px; }
.rj-paper__body p,
.rj-paper__body li { max-width: 82ch; }
.rj-paper__body ul { margin: 0 0 16px; }
.rj-paper__body li { padding-left: 18px; position: relative; margin-bottom: 8px; }
.rj-paper__body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 2px;
  background: var(--rj-mark);
}
.rj-paper__body table { width: 100%; border-collapse: collapse; margin-bottom: 18px; font-size: 14.5px; }
.rj-paper__body th,
.rj-paper__body td { border: 1px solid var(--rj-hair); padding: 10px 12px; text-align: left; vertical-align: top; }
.rj-paper__body thead th { border-bottom: 2px solid var(--rj-ink); font-family: Chivo, Arial, sans-serif; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.rj-paper__back { margin-top: 30px; }

/* --- colophon --- */
.rj-colophon { border-top: 2px solid var(--rj-ink); padding-block: 34px 20px; }
.rj-colophon__grid { display: grid; gap: 26px; }
.rj-colophon__blurb { font-size: 14px; color: var(--rj-quiet); margin-top: 12px; max-width: 42ch; }
.rj-colophon__title {
  font-family: Chivo, Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.rj-colophon__list li { padding: 5px 0; font-size: 14px; }
.rj-colophon__list a { color: var(--rj-ink); text-decoration: none; border-bottom: 1px solid var(--rj-hair); }
.rj-colophon__list a:hover { color: var(--rj-mark); border-bottom-color: var(--rj-mark); }
.rj-colophon__mail { font-size: 14px; }
.rj-colophon__foot {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid var(--rj-hair);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  font-size: 12px;
  color: var(--rj-quiet);
}
.rj-colophon__note { max-width: 84ch; }

/* --- cookie bar + up --- */
.rj-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: var(--rj-paper);
  border-top: 2px solid var(--rj-ink);
  padding: 16px 0;
}
.rj-cookiebar[hidden] { display: none; }
.rj-cookiebar__inner { display: grid; gap: 14px; align-items: center; }
.rj-cookiebar__text { font-size: 13.5px; }
.rj-cookiebar__acts { display: flex; flex-wrap: wrap; gap: 10px; }

.rj-uptop {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 45;
  width: 44px;
  height: 44px;
  border: 1px solid var(--rj-ink);
  background: var(--rj-paper);
  color: var(--rj-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s linear;
}
.rj-uptop svg { width: 18px; height: 18px; }
.rj-uptop.is-live { opacity: 1; visibility: visible; }
.rj-uptop:hover { background: var(--rj-mark); border-color: var(--rj-mark); color: #fff; }

/* --- responsive --- */
@media (max-width: 1079px) {
  .rj-navrail {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--rj-paper);
    border-bottom: 2px solid var(--rj-ink);
    padding: 10px 18px 18px;
  }
  .rj-navrail.is-open { display: block; }
  .rj-navrail__list { flex-direction: column; align-items: stretch; gap: 0; }
  .rj-navrail__link { padding: 12px 0; border-bottom: 1px solid var(--rj-hair); }
}

@media (min-width: 600px) {
  .rj-shell { padding-inline: 24px; }
  .rj-slate__row { grid-template-columns: repeat(5, 1fr); }
  .rj-tally { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .rj-tally__cell { border-top: none; }
  .rj-cookiebar__inner { grid-template-columns: 1fr auto; }
  .rj-entry__specs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .rj-entry__spec { padding-right: 14px; }
}

@media (min-width: 768px) {
  .rj-band { padding-block: 68px; }
  .rj-opening { padding-block: 62px 54px; }
  .rj-yardstick__list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 34px; }
  .rj-yardstick__item:nth-child(2) { border-top: 2px solid var(--rj-ink); }
  .rj-yardstick__item:nth-child(3) { border-bottom: 1px solid var(--rj-hair); }
  .rj-testimony__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rj-signup__grid { grid-template-columns: 1fr 1fr; align-items: start; }
  .rj-bench__points { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 34px; }
  .rj-ledger__rules { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 34px; }
  .rj-index__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rj-colophon__grid { grid-template-columns: 1.4fr 1fr 1fr 1.1fr; }
  .rj-entry__exhibit { padding: 20px; }
  .rj-entry__body { padding: 22px 20px 26px; }
}

@media (min-width: 900px) {
  .rj-slate__row { grid-template-columns: repeat(9, 1fr); }
  .rj-index__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .rj-entry__grid {
    grid-template-columns: minmax(0, var(--rj-shotw)) minmax(0, 1fr) var(--rj-rail);
    grid-template-areas: "ex bd rl";
  }
  .rj-entry--flip .rj-entry__grid {
    grid-template-columns: var(--rj-rail) minmax(0, 1fr) minmax(0, var(--rj-shotw));
    grid-template-areas: "rl bd ex";
  }
  .rj-entry--upright { --rj-shotw: 32%; }
  .rj-entry__rail {
    border: none;
    border-left: 1px solid var(--rj-ink);
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    padding: 20px 8px;
    gap: 12px;
  }
  .rj-entry--flip .rj-entry__rail { border-left: none; border-right: 1px solid var(--rj-ink); }
  .rj-entry__railword { writing-mode: vertical-rl; transform: rotate(180deg); letter-spacing: 0.3em; }
  .rj-entry__score { font-size: 40px; }
  .rj-entry__stamp { font-size: 10px; padding: 5px 6px; }
  .rj-entry__count { font-size: 10px; letter-spacing: 0.08em; }
  .rj-entry--flip .rj-entry__body { border-left: 1px solid var(--rj-hair); }
  .rj-entry__body { border-right: 1px solid var(--rj-hair); }
  .rj-entry--flip .rj-entry__body { border-right: none; }
}

@media (min-width: 1080px) {
  .rj-burger { display: none; }
  .rj-navrail { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
