/* Practice-area hub kit — vertical-agnostic. Scoped to .cll-pah */
.cll-pah {
  --pah-ink: #0b2341;
  --pah-text: #31445a;
  --pah-muted: #5a6570;
  --pah-paper: #f7f5ef;
  --pah-line: #d9d2c6;
  --pah-route: #356963;
  --pah-brass: #c8952b;
  --pah-alert: #8b3340;
  --pah-alert-bg: #f7e5df;
  background: var(--pah-paper);
  color: var(--pah-ink);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  padding: 0 0 48px;
}
.cll-pah *,
.cll-pah *::before,
.cll-pah *::after { box-sizing: border-box; }
.cll-pah a { color: inherit; }
.cll-pah :focus-visible {
  outline: 2px solid var(--pah-brass);
  outline-offset: 3px;
}
.cll-pah h1, .cll-pah h2, .cll-pah h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--pah-ink);
}
.cll-pah-eyebrow {
  margin: 0;
  color: var(--pah-route);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cll-pah-crumbs {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 24px 0;
  font-size: 0.75rem;
  color: var(--pah-muted);
}
.cll-pah-crumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cll-pah-crumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  color: var(--pah-line);
}
.cll-pah-crumbs a { text-decoration: underline; text-underline-offset: 2px; }
.cll-pah-crumbs [aria-current="page"] { color: var(--pah-ink); font-weight: 600; }

.cll-pah-hero,
.cll-pah-topic-hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 24px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 32%);
  gap: 48px;
  align-items: end;
}
.cll-pah-hero--art {
  max-width: 1280px;
  padding: 28px 24px 12px;
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(300px, 1.18fr);
  gap: 28px 40px;
  align-items: center;
  overflow: visible;
  background: transparent;
}
.cll-pah-hero--art .cll-pah-hero-main {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 8px 0 12px;
  background: transparent;
  position: static;
}
.cll-pah-hero-media {
  margin: 0;
  min-height: 320px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #efe8d8;
  border: 1px solid var(--pah-line);
}
.cll-pah-hero-media img,
.cll-pah-hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 82% 48%;
}
.cll-pah-hero-q {
  margin: 20px 0 0;
  max-width: 52ch;
  color: var(--pah-text);
  font-size: 0.95rem;
  line-height: 1.5;
}
.cll-pah-hero-q strong { display: block; color: var(--pah-ink); margin-bottom: 4px; }
.cll-pah-hero h1,
.cll-pah-topic-hero h1 {
  font-size: clamp(2.1rem, 4.5vw, 3.35rem);
  line-height: 1.05;
  margin: 12px 0 16px;
}
.cll-pah-dek {
  margin: 0;
  max-width: 68ch;
  color: var(--pah-text);
  font-size: 1.05rem;
  line-height: 1.65;
}
.cll-pah-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}
.cll-pah-btn-primary {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  background: var(--pah-ink);
  color: #fff !important;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
}
.cll-pah-btn-link {
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.cll-pah-route-card {
  padding: 20px;
  background: #ece9df;
  border-top: 3px solid var(--pah-route);
}
.cll-pah-route-card img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.cll-pah-route-card > p {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pah-route);
}
.cll-pah-route-card > strong {
  display: block;
  margin-top: 8px;
  font: 400 1.25rem/1.2 "Playfair Display", Georgia, serif;
}
.cll-pah-route-card > span {
  display: block;
  margin-top: 10px;
  color: var(--pah-text);
  font-size: 0.8125rem;
  line-height: 1.55;
}

.cll-pah-meta {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid var(--pah-line);
  border-bottom: 1px solid var(--pah-line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cll-pah-meta > div {
  padding: 14px 24px;
  border-right: 1px solid var(--pah-line);
}
.cll-pah-meta > div:last-child { border-right: 0; }
.cll-pah-meta b { display: block; font-size: 0.8125rem; }
.cll-pah-meta span { display: block; margin-top: 4px; color: var(--pah-muted); font-size: 0.75rem; }

.cll-pah-urgent {
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 12px;
  align-items: center;
  background: var(--pah-alert-bg);
  border-left: 4px solid var(--pah-alert);
}
.cll-pah-urgent-mark {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 2px solid var(--pah-alert);
  color: var(--pah-alert);
  font-weight: 800;
}
.cll-pah-urgent strong { display: block; color: var(--pah-alert); font-size: 0.9rem; }
.cll-pah-urgent p { margin: 4px 0 0; color: #5a4541; font-size: 0.8125rem; line-height: 1.5; }
.cll-pah-urgent a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--pah-alert);
}
.cll-pah-urgent--deadline {
  background: #efe8d6;
  border-left-color: var(--pah-brass);
}
.cll-pah-urgent--deadline .cll-pah-urgent-mark,
.cll-pah-urgent--deadline strong,
.cll-pah-urgent--deadline a {
  color: var(--pah-ink);
  border-color: var(--pah-brass);
}
.cll-pah-urgent--deadline p { color: var(--pah-text); }
.cll-pah-urgent--commercial {
  background: #e8eef2;
  border-left-color: var(--pah-ink);
}
.cll-pah-urgent--commercial .cll-pah-urgent-mark,
.cll-pah-urgent--commercial strong,
.cll-pah-urgent--commercial a {
  color: var(--pah-ink);
  border-color: var(--pah-ink);
}
.cll-pah-gates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}
.cll-pah-gates article {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--pah-line);
}
.cll-pah-gates small {
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pah-route);
}
.cll-pah-gates strong {
  display: block;
  margin: 6px 0 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 400;
}
.cll-pah-gates p { margin: 0; color: var(--pah-text); font-size: 0.875rem; line-height: 1.5; }
@media (max-width: 620px) {
  .cll-pah-gates { grid-template-columns: 1fr; }
}
.cll-pah-lifecycle a strong { text-decoration: underline; text-underline-offset: 3px; }

.cll-pah-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 24px;
  border-bottom: 1px solid var(--pah-line);
}
.cll-pah-section-head {
  display: grid;
  grid-template-columns: 1fr minmax(200px, 360px);
  gap: 40px;
  align-items: end;
  margin-bottom: 28px;
}
.cll-pah-section h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.12;
  margin: 10px 0 0;
}
.cll-pah-section-head > p,
.cll-pah-note {
  color: var(--pah-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

/* Quick Answer cards — lighter than deep-guide resource cards */
.cll-pah-qa .cll-pah-qa-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.cll-pah-qa-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 18px;
  background: #fff;
  border: 1px solid var(--pah-line);
  border-radius: 10px;
  text-decoration: none !important;
  min-height: 0;
  box-shadow: none;
}
.cll-pah-qa-card:hover {
  border-color: var(--pah-brass);
  background: #fffcf6;
}
.cll-pah-qa-kicker {
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pah-route);
}
.cll-pah-qa-card strong {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.35;
  color: var(--pah-ink);
}
.cll-pah-qa-preview {
  color: var(--pah-muted);
  font-size: 0.8125rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cll-pah-qa-card time {
  margin-top: auto;
  font-size: 0.6875rem;
  color: var(--pah-muted);
}
@media (max-width: 900px) {
  .cll-pah-qa .cll-pah-qa-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .cll-pah-qa .cll-pah-qa-grid { grid-template-columns: 1fr; }
}

/* Phase 04 signature boards — each archetype has a distinct geometry */
.cll-pah-sig-model {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.75rem;
  color: var(--pah-route);
  letter-spacing: 0.02em;
  margin: 8px 0 22px;
}
.cll-pah-sig-board {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cll-pah-sig-board > li { display: contents; }
.cll-pah-sig-cell {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--pah-line);
  text-decoration: none !important;
  min-height: 96px;
}
.cll-pah-sig-cell b {
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pah-route);
}
.cll-pah-sig-cell strong {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
.cll-pah-sig-cell span {
  color: var(--pah-muted);
  font-size: 0.8125rem;
  line-height: 1.45;
}
.cll-pah-sig-cell:hover { border-color: var(--pah-ink); }

.cll-pah-sig--lifecycle .cll-pah-sig-board { grid-template-columns: repeat(4, 1fr); }
.cll-pah-sig--lifecycle .cll-pah-sig-cell { border-top: 4px solid var(--pah-route); }

.cll-pah-sig--gates .cll-pah-sig-board { grid-template-columns: 1fr; max-width: 720px; }
.cll-pah-sig--gates .cll-pah-sig-cell {
  flex-direction: row;
  align-items: baseline;
  gap: 16px;
  min-height: 0;
  border-left: 6px solid #8b3340;
}
.cll-pah-sig--gates .cll-pah-sig-cell b { min-width: 7rem; }

.cll-pah-sig--flow .cll-pah-sig-board { grid-template-columns: repeat(5, 1fr); }
.cll-pah-sig--flow .cll-pah-sig-cell { background: #eef4f1; border-color: #c5d4cc; }

.cll-pah-sig--command .cll-pah-sig-board { grid-template-columns: repeat(3, 1fr); }
.cll-pah-sig--command .cll-pah-sig-cell { background: #f7e5df; border-color: #e2c4bc; min-height: 110px; }

.cll-pah-sig--waterfall .cll-pah-sig-board { grid-template-columns: repeat(6, 1fr); }
.cll-pah-sig--waterfall .cll-pah-sig-cell { background: #0b2341; color: #f7f5ef; border: 0; }
.cll-pah-sig--waterfall .cll-pah-sig-cell b,
.cll-pah-sig--waterfall .cll-pah-sig-cell span { color: #c8d4c8; }
.cll-pah-sig--waterfall .cll-pah-sig-cell strong { color: #fff; }

.cll-pah-sig--status .cll-pah-sig-board { grid-template-columns: 1fr; }
.cll-pah-sig--status .cll-pah-sig-cell {
  flex-direction: row;
  border-radius: 999px;
  align-items: center;
  min-height: 0;
  padding: 12px 22px;
}
.cll-pah-sig--status .cll-pah-sig-cell b { min-width: 6rem; }

.cll-pah-sig--anatomy .cll-pah-sig-board { grid-template-columns: repeat(5, 1fr); }
.cll-pah-sig--anatomy .cll-pah-sig-cell { border-bottom: 4px solid var(--pah-brass); }

@media (max-width: 960px) {
  .cll-pah-sig--lifecycle .cll-pah-sig-board,
  .cll-pah-sig--flow .cll-pah-sig-board,
  .cll-pah-sig--anatomy .cll-pah-sig-board,
  .cll-pah-sig--waterfall .cll-pah-sig-board { grid-template-columns: 1fr 1fr; }
  .cll-pah-sig--command .cll-pah-sig-board { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .cll-pah-sig--lifecycle .cll-pah-sig-board,
  .cll-pah-sig--flow .cll-pah-sig-board,
  .cll-pah-sig--anatomy .cll-pah-sig-board,
  .cll-pah-sig--waterfall .cll-pah-sig-board,
  .cll-pah-sig--command .cll-pah-sig-board { grid-template-columns: 1fr; }
}

.cll-pah-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pah-ink);
  border-left: 1px solid var(--pah-line);
}
.cll-pah-topic-card {
  min-height: 280px;
  min-width: 0;
  padding: 22px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-right: 1px solid var(--pah-line);
  border-bottom: 1px solid var(--pah-line);
  text-decoration: none;
}
.cll-pah-topic-card:hover { background: #f0eee6; }
.cll-pah-topic-card.is-urgent { box-shadow: inset 0 3px 0 var(--pah-alert); }
.cll-pah-topic-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--pah-route);
  font-size: 0.75rem;
  font-weight: 800;
}
.cll-pah-topic-top em {
  font-style: normal;
  color: var(--pah-alert);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.65rem;
}
.cll-pah-topic-card small {
  margin-top: 24px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pah-muted);
}
.cll-pah-topic-card h3 {
  margin: 6px 0 10px;
  font-size: 1.45rem;
  line-height: 1.15;
}
.cll-pah-topic-card > p {
  margin: 0;
  color: var(--pah-text);
  font-size: 0.875rem;
  line-height: 1.55;
}
.cll-pah-firstjob {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--pah-line);
}
.cll-pah-firstjob span {
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pah-muted);
}
.cll-pah-firstjob strong {
  display: block;
  margin-top: 4px;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 600;
}
.cll-pah-topic-card > b {
  margin-top: 14px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cll-pah-entries {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  background: #eeebe2;
}
.cll-pah-entry-list { border-top: 1px solid var(--pah-ink); }
.cll-pah-entry-list a {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 2px 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--pah-line);
  text-decoration: none;
  min-height: 44px;
}
.cll-pah-entry-list span {
  grid-row: 1 / 3;
  color: var(--pah-brass);
  font-size: 0.75rem;
  font-weight: 800;
}
.cll-pah-entry-list strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
}
.cll-pah-entry-list small { color: var(--pah-muted); font-size: 0.8125rem; }
.cll-pah-entry-list a.is-urgent strong { color: var(--pah-alert); }

.cll-pah-resources { border-top: 1px solid var(--pah-ink); }
.cll-pah-resources > a {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--pah-line);
  text-decoration: none;
  min-height: 44px;
}
.cll-pah-res-no { color: var(--pah-brass); font-size: 0.75rem; font-weight: 800; }
.cll-pah-resources small {
  font-size: 0.65rem;
  color: var(--pah-route);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cll-pah-resources h3 { margin: 4px 0 4px; font-size: 1.25rem; }
.cll-pah-resources p { margin: 0; color: var(--pah-muted); font-size: 0.875rem; }

.cll-pah-split {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.cll-pah-panel { padding: 28px; min-height: 240px; }
.cll-pah-local { background: #ece9df; }
.cll-pah-counsel { background: var(--pah-ink); color: #fff; }
.cll-pah-counsel h2,
.cll-pah-counsel .cll-pah-eyebrow { color: #fff; }
.cll-pah-counsel p { color: #c6d0dc; }
.cll-pah-counsel .cll-pah-btn-primary { background: #fff; color: var(--pah-ink) !important; }
.cll-pah-panel h2 { font-size: 1.75rem; margin: 10px 0 12px; }
.cll-pah-panel a { display: inline-flex; align-items: center; min-height: 44px; font-size: 0.8125rem; font-weight: 800; }
.cll-pah-counsel .cll-pah-note a { color: #d2a84f; }

.cll-pah-review {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 24px 24px;
  color: var(--pah-muted);
  font-size: 0.75rem;
}
.cll-pah-review a { text-decoration: underline; }

.cll-pah-firstline {
  margin: 18px 0 0;
  font-size: 0.9rem;
}
.cll-pah-firstline span {
  display: inline-block;
  margin-right: 8px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pah-route);
}
.cll-pah-start,
.cll-pah-check {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: pah;
}
.cll-pah-start li,
.cll-pah-check li {
  counter-increment: pah;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--pah-line);
  font-size: 0.95rem;
  line-height: 1.5;
}
.cll-pah-start li::before,
.cll-pah-check li::before {
  content: counter(pah, decimal-leading-zero);
  color: var(--pah-brass);
  font-size: 0.75rem;
  font-weight: 800;
}

/* Decision / stage map: stacked title + copy, never under the index */
.cll-pah-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: pah;
}
.cll-pah-path li {
  counter-increment: pah;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 168px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--pah-line);
  border-bottom: 1px solid var(--pah-line);
}
.cll-pah-path li::before {
  content: counter(pah, decimal-leading-zero);
  color: var(--pah-brass);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.cll-pah-path-body,
.cll-pah-path a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
.cll-pah-path a { min-height: 44px; }
.cll-pah-path a:hover strong { color: var(--pah-route); }
.cll-pah-path strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
}
.cll-pah-path span {
  display: block;
  color: var(--pah-text);
  font-size: 0.875rem;
  line-height: 1.55;
}

.cll-pah-related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.cll-pah-related a {
  display: block;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--pah-line);
  text-decoration: none;
  min-height: 44px;
}
.cll-pah-related small {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pah-route);
  font-weight: 800;
}
.cll-pah-related strong {
  display: block;
  margin: 6px 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 400;
}
.cll-pah-related span { color: var(--pah-muted); font-size: 0.8125rem; }
.cll-pah-preview-banner {
  max-width: 1200px;
  margin: 0 auto 8px;
  padding: 10px 18px;
  background: #efe7d6;
  border: 1px solid var(--pah-line);
  color: var(--pah-ink);
  font-size: 0.8125rem;
  font-weight: 600;
}
.cll-pah-route-card img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 640px;
  object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .cll-pah *, .cll-pah *::before, .cll-pah *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
@media (max-width: 1024px) {
  .cll-pah-hero, .cll-pah-topic-hero, .cll-pah-section-head,
  .cll-pah-entries, .cll-pah-split { grid-template-columns: 1fr; }
  .cll-pah-hero--art {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cll-pah-hero-media { min-height: 260px; }
  .cll-pah-topic-grid { grid-template-columns: 1fr 1fr; }
  .cll-pah-related { grid-template-columns: 1fr 1fr; }
  .cll-pah-path { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .cll-pah-urgent { grid-template-columns: 36px 1fr; }
  .cll-pah-urgent a { grid-column: 2; }
  .cll-pah-meta { grid-template-columns: 1fr; }
  .cll-pah-meta > div { border-right: 0; border-bottom: 1px solid var(--pah-line); }
}
@media (max-width: 620px) {
  .cll-pah-hero--art { padding: 16px 18px 8px; }
  .cll-pah-hero-media { min-height: 200px; aspect-ratio: 16 / 9; }
  .cll-pah-crumbs, .cll-pah-hero, .cll-pah-topic-hero, .cll-pah-section, .cll-pah-split, .cll-pah-review {
    padding-left: 18px;
    padding-right: 18px;
  }
  .cll-pah-topic-grid, .cll-pah-related, .cll-pah-path { grid-template-columns: 1fr; }
  .cll-pah-resources p { display: block; }
}
