/**
 * Forum / officer block — editorial layout (no info-card boxes)
 */

.forum-routing {
  margin: 0 0 48px;
  padding: 40px 0 0;
  border-top: 1px solid var(--border);
}

.forum-routing__intro {
  margin-bottom: 28px;
}

.forum-routing__eyebrow {
  margin: 0 0 8px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.forum-routing__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.6rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--text);
}

.forum-routing__mnemonic {
  margin: 0 0 24px;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--muted);
  max-width: 62ch;
}

.forum-routing__mnemonic-key {
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--text);
}

.forum-routing__mnemonic strong {
  font-weight: 600;
  color: var(--text);
}

.forum-routing__lead {
  margin: 0 0 32px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  max-width: 58ch;
}

/* Officer highlight — typography only */
.forum-routing__focus {
  margin: 0 0 32px;
  padding: 0 0 32px;
  border-bottom: 1px solid var(--border);
}

.forum-routing__focus-label {
  margin: 0 0 10px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.forum-routing__focus-value {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--text);
  max-width: 48ch;
}

.forum-routing__sources {
  margin: 0 0 28px;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--text);
}

.forum-routing__sources-label,
.forum-routing__table-label,
.forum-routing__pitfall-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-right: 0.35em;
}

.forum-routing__sources-then {
  color: var(--muted);
}

.forum-routing__table-wrap {
  margin: 0 0 28px;
}

.forum-routing__table-label {
  display: block;
  margin: 0 0 16px;
}

.forum-routing__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.forum-routing__table thead th {
  padding: 0 12px 12px 0;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: left;
  vertical-align: bottom;
  border: none;
  border-bottom: 1px solid var(--border-strong, var(--border));
  background: transparent;
}

.forum-routing__table tbody td {
  padding: 14px 12px 14px 0;
  vertical-align: top;
  border: none;
  border-bottom: 1px solid var(--border);
  background: transparent;
}

.forum-routing__table tbody tr:last-child td {
  border-bottom: none;
}

.forum-routing__table tbody td:nth-child(2) {
  font-weight: 600;
  color: var(--text);
}

.forum-routing__pitfall {
  margin: 0 0 28px;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--muted);
  max-width: 58ch;
  background: none;
  border: none;
}

.forum-routing__pitfall-label {
  display: inline;
  margin-right: 0.35em;
}

/* Expandable agency map */
.forum-routing__map {
  margin: 8px 0 0;
  padding: 0;
  border: none;
  background: none;
}

.forum-routing__map-summary {
  cursor: pointer;
  list-style: none;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--primary);
  padding: 12px 0;
  border-top: 1px solid var(--border);
  transition: color 0.2s ease;
}

.forum-routing__map-summary::-webkit-details-marker {
  display: none;
}

.forum-routing__map-summary::after {
  content: ' ↓';
  font-size: 0.75em;
  opacity: 0.5;
}

.forum-routing__map[open] .forum-routing__map-summary::after {
  content: ' ↑';
}

.forum-routing__map-summary:hover {
  color: var(--primary-hover, var(--text));
}

.forum-routing__map-body {
  padding: 20px 0 8px;
}

.forum-agency-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.forum-agency-item {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
  background: none;
  border-radius: 0;
  border-left: none;
}

.forum-agency-item:last-child {
  border-bottom: none;
}

.forum-agency-item__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin-bottom: 10px;
}

.forum-agency-item__short {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
}

.forum-agency-item__dept {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--muted);
}

.forum-agency-item__line {
  margin: 0 0 8px;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--text);
}

.forum-agency-item__line--muted {
  color: var(--muted);
}

.forum-agency-item__line--cite {
  margin-bottom: 0;
  font-size: 0.75rem;
  color: var(--muted);
}

.forum-agency-item__key {
  font-weight: 600;
  color: var(--muted);
  margin-right: 0.25em;
}

.forum-routing__table--compact {
  margin-bottom: 20px;
}

.forum-routing__cite-order {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: 0.75rem;
  line-height: 1.6;
  color: var(--muted);
}

/* Source tags — minimal chips, not boxed quotes */
.forum-routing .source-tag {
  display: inline-block;
  margin: 2px 4px 2px 0;
  padding: 2px 8px;
  font-size: 0.6875rem;
  font-weight: 600;
  border-radius: 4px;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
}
