body.pk-blog-listing-template {
  --pk-cluster-articles: #17A24C;
  --pk-cluster-guides: #17A24C;
  --pk-cluster-research: #202A37;
  --pk-cluster-perspectives: #E89030;
  --pk-kicker-accent: var(--pk-cluster-articles);
  --pk-listing-green: var(--pk-abs-green, #17A24C);
  --pk-listing-green-hover: var(--pk-abs-green-hover, #2A6C4C);
  --pk-listing-green-light: var(--pk-abs-green-light, #D6F0DC);
  --pk-listing-green-lighter: var(--pk-abs-green-lighter, #EAF7EE);
  --pk-listing-red: var(--pk-abs-red, #D83351);
  --pk-listing-red-soft: var(--pk-abs-red-soft, #F8DCE2);
  --pk-listing-warning: var(--pk-abs-yellow, #E89030); /* NOTE: --pk-abs-yellow holds the brand ORANGE #E89030, not a literal yellow. Renders correctly. Rename the source token to --pk-abs-warning at berlin promotion to remove this trap. */
  --pk-listing-warning-soft: var(--pk-abs-warning-soft, #FBE4CE);
  --pk-listing-text: var(--pk-abs-text, #202A37);
  --pk-listing-text-soft: var(--pk-abs-text-soft, #525252);
  --pk-listing-text-faint: var(--pk-abs-text-faint, #737373);
  --pk-listing-white: var(--pk-abs-white, #FFFFFF);
  --pk-listing-surface-warm: var(--pk-abs-surface-warm, #FAFAF8);
  --pk-listing-surface-alt: var(--pk-abs-surface-alt, #F5F5F5);
  --pk-listing-border: var(--pk-abs-border, #E5E5E5);
  --pk-listing-border-strong: var(--pk-abs-border-strong, #D4D4D4);
  --pk-listing-r: var(--pk-abs-r, 12px);
  --pk-listing-r-xl: var(--pk-abs-r-xl, 28px);
  --pk-listing-shadow-sm: 0 1px 2px rgba(0,0,0,0.04);
  --pk-listing-shadow-lg: 0 12px 32px rgba(0,0,0,0.12);
  color: var(--pk-listing-text);
  font-family: var(--pk-abs-sans, 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
}

body.pk-blog-listing-template .pk-listing-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--pk-page-gutter-x, 32px);
}

body.pk-blog-listing-template .pk-listing-shell {
  --pk-accent: var(--pk-listing-green);
  background: var(--pk-listing-white);
  font-family: var(--pk-abs-sans, 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
  letter-spacing: -0.005em;
}

body.pk-blog-listing-template .pk-listing-shell.is-guides,
body.pk-blog-listing-template .pk-cluster-section.is-guides,
body.pk-blog-listing-template .pk-listing-card.is-guides {
  --pk-accent: var(--pk-listing-green);
  --pk-kicker-accent: var(--pk-cluster-guides);
}

body.pk-blog-listing-template .pk-listing-shell.is-research,
body.pk-blog-listing-template .pk-cluster-section.is-research,
body.pk-blog-listing-template .pk-listing-card.is-research {
  --pk-accent: var(--pk-listing-text);
  --pk-kicker-accent: var(--pk-cluster-research);
}

body.pk-blog-listing-template .pk-listing-shell.is-perspectives,
body.pk-blog-listing-template .pk-cluster-section.is-perspectives,
body.pk-blog-listing-template .pk-listing-card.is-perspectives {
  --pk-accent: var(--pk-listing-warning);
  --pk-kicker-accent: var(--pk-cluster-perspectives);
}

body.pk-blog-listing-template .pk-listing-shell h1,
body.pk-blog-listing-template .pk-listing-shell h2,
body.pk-blog-listing-template .pk-listing-shell h3 {
  font-family: inherit;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--pk-listing-text);
}

body.pk-blog-listing-template .pk-listing-top-rule {
  height: 4px;
  background: var(--pk-accent);
}

body.pk-blog-listing-template .pk-listing-hero {
  padding: var(--pk-page-entry-y, 56px) 0 48px;
  border-bottom: 1px solid var(--pk-listing-border);
  background: linear-gradient(180deg, var(--pk-listing-surface-warm) 0%, var(--pk-listing-white) 100%);
  /* Flush page-entry like Pricing/FAQ — no inherited body line-box strut above kicker. */
  line-height: 1;
  font-size: 14px;
}

body.pk-blog-listing-template .pk-listing-breadcrumb {
  font-size: 13px;
  color: var(--pk-listing-text-faint);
  margin-bottom: 28px;
  font-weight: 500;
}

body.pk-blog-listing-template .pk-listing-breadcrumb a {
  color: var(--pk-listing-text-soft);
  text-decoration: none;
}

body.pk-blog-listing-template .pk-listing-breadcrumb--kicker {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 18px;
}

body.pk-blog-listing-template .pk-listing-breadcrumb--kicker::before {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 2px;
  background: var(--pk-kicker-accent);
  margin-bottom: 12px;
}

body.pk-blog-listing-template .pk-listing-breadcrumb__trail {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  line-height: 1;
  color: var(--pk-kicker-accent);
}

body.pk-blog-listing-template .pk-listing-breadcrumb__trail a {
  color: var(--pk-kicker-accent);
  text-decoration: none;
  opacity: 0.72;
  transition: opacity 0.18s ease;
}

body.pk-blog-listing-template .pk-listing-breadcrumb__trail a:hover {
  opacity: 1;
}

body.pk-blog-listing-template .pk-listing-breadcrumb__trail .sep {
  margin: 0 8px;
  opacity: 0.45;
  font-weight: 700;
}

body.pk-blog-listing-template .pk-listing-breadcrumb__trail [aria-current="page"] {
  color: var(--pk-kicker-accent);
}

body.pk-blog-listing-template .pk-listing-hero .pk-listing-wrap {
  line-height: 1;
}

body.pk-blog-listing-template .pk-listing-eyebrow,
body.pk-blog-listing-template .pk-cluster-label {
  /* block-level flex — inline-flex sat in a line-box and sat ~8px below page-entry */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  line-height: 1;
  color: var(--pk-kicker-accent);
  /* Top of kicker (green rule) aligns with Pricing/FAQ eyebrow top; left align stays. */
  margin: 0 0 12px;
}

body.pk-blog-listing-template .pk-listing-eyebrow::before,
body.pk-blog-listing-template .pk-cluster-label::before {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 2px;
  background: var(--pk-kicker-accent);
  margin-bottom: 12px;
}

body.pk-blog-listing-template .pk-listing-hero h1 {
  font-size: clamp(40px, 5.6vw, 64px);
  max-width: 900px;
  margin: 0 0 20px;
}

body.pk-blog-listing-template .pk-listing-hero h1 em {
  color: var(--pk-accent);
  font-style: normal;
}

body.pk-blog-listing-template .pk-listing-hero__sub {
  max-width: 760px;
  margin: 0;
  font-size: 19px;
  line-height: 1.55;
  color: var(--pk-listing-text-soft);
  font-weight: 500;
}

body.pk-blog-listing-template .pk-cluster-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

body.pk-blog-listing-template .pk-cluster-nav a,
body.pk-blog-listing-template .pk-listing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid var(--pk-listing-border);
  border-radius: 999px;
  color: var(--pk-listing-text-soft);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.18s ease;
}

body.pk-blog-listing-template .pk-cluster-nav a:hover,
body.pk-blog-listing-template .pk-listing-button:hover {
  border-color: var(--pk-accent);
  color: var(--pk-accent);
  transform: translateY(-1px);
}

body.pk-blog-listing-template .pk-featured-section,
body.pk-blog-listing-template .pk-cornerstone-section,
body.pk-blog-listing-template .pk-articles-section {
  padding: 56px 0;
}

body.pk-blog-listing-template .pk-featured-card,
body.pk-blog-listing-template .pk-cornerstone-card {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  overflow: hidden;
  border: 1px solid var(--pk-listing-border);
  border-radius: var(--pk-listing-r-xl);
  background: var(--pk-listing-white);
  transition: all 0.22s ease;
}

body.pk-blog-listing-template .pk-featured-card:hover,
body.pk-blog-listing-template .pk-cornerstone-card:hover {
  border-color: var(--pk-accent);
  box-shadow: 0 16px 40px rgba(23, 162, 76, 0.12);
  transform: translateY(-2px);
}

body.pk-blog-listing-template .pk-featured-card__image,
body.pk-blog-listing-template .pk-cornerstone-card__image {
  position: relative;
  min-height: 420px;
  background: var(--pk-listing-green-lighter);
  overflow: hidden;
}

body.pk-blog-listing-template .pk-featured-card__image img,
body.pk-blog-listing-template .pk-cornerstone-card__image img,
body.pk-blog-listing-template .pk-listing-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.pk-blog-listing-template .pk-featured-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--pk-listing-white);
  color: var(--pk-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: var(--pk-listing-shadow-sm);
}

body.pk-blog-listing-template .pk-featured-card__body,
body.pk-blog-listing-template .pk-cornerstone-card__body {
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.pk-blog-listing-template .pk-card-meta,
body.pk-blog-listing-template .pk-listing-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: var(--pk-listing-text-faint);
  font-size: 13px;
  font-weight: 500;
}

body.pk-blog-listing-template .pk-card-pill {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--pk-listing-green-lighter);
  color: var(--pk-accent);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.pk-blog-listing-template .pk-featured-card h2,
body.pk-blog-listing-template .pk-cornerstone-card h2 {
  font-size: clamp(28px, 3vw, 38px);
  margin: 18px 0 16px;
}

body.pk-blog-listing-template .pk-featured-card p,
body.pk-blog-listing-template .pk-cornerstone-card p {
  margin: 0 0 28px;
  max-width: 560px;
  color: var(--pk-listing-text-soft);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
}

body.pk-blog-listing-template .pk-cornerstone-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

body.pk-blog-listing-template .pk-cornerstone-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--pk-listing-green-lighter);
  color: var(--pk-listing-text-soft);
  font-size: 13px;
  font-weight: 600;
}

body.pk-blog-listing-template .pk-cornerstone-step b {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--pk-listing-green);
  color: var(--pk-listing-white);
  font-size: 11px;
}

body.pk-blog-listing-template .pk-cluster-section {
  padding: 64px 0;
  border-top: 1px solid var(--pk-listing-border);
}

body.pk-blog-listing-template .pk-data-strip {
  margin-top: 48px;
  padding: 32px;
  background: var(--pk-listing-surface-warm);
  border: 1px solid var(--pk-listing-border);
  border-radius: var(--pk-listing-r-xl);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
}

body.pk-blog-listing-template .pk-data-strip__label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--pk-listing-text-faint);
  white-space: nowrap;
}

body.pk-blog-listing-template .pk-data-strip__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

body.pk-blog-listing-template .pk-data-stat {
  border-left: 1px solid var(--pk-listing-border);
  padding-left: 20px;
}

body.pk-blog-listing-template .pk-data-stat__value {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--pk-accent);
  margin-bottom: 8px;
}

body.pk-blog-listing-template .pk-data-stat__label {
  font-size: 12px;
  line-height: 1.35;
  color: var(--pk-listing-text-soft);
  font-weight: 600;
}

body.pk-blog-listing-template .pk-flagship-section {
  padding: 64px 0 40px;
}

body.pk-blog-listing-template .pk-flagship-card {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  overflow: hidden;
  border: 1px solid var(--pk-listing-border);
  border-radius: var(--pk-listing-r-xl);
  background: var(--pk-listing-white);
  transition: all 0.22s ease;
}

body.pk-blog-listing-template .pk-flagship-card:hover {
  border-color: var(--pk-listing-text);
  box-shadow: var(--pk-listing-shadow-lg);
  transform: translateY(-2px);
}

body.pk-blog-listing-template .pk-flagship-content {
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.pk-blog-listing-template .pk-flagship-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--pk-listing-text);
  color: var(--pk-listing-white);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

body.pk-blog-listing-template .pk-flagship-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--pk-listing-text-faint);
  margin-bottom: 14px;
  font-weight: 500;
}

body.pk-blog-listing-template .pk-flagship-card h2 {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
}

body.pk-blog-listing-template .pk-flagship-card h2 a {
  color: var(--pk-listing-text);
  text-decoration: none;
}

body.pk-blog-listing-template .pk-flagship-card:hover h2 a {
  color: var(--pk-accent);
}

body.pk-blog-listing-template .pk-flagship-excerpt {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--pk-listing-text-soft);
  font-weight: 500;
}

body.pk-blog-listing-template .pk-flagship-findings {
  padding: 20px 0;
  margin: 0 0 32px;
  border-top: 1px solid var(--pk-listing-border);
  border-bottom: 1px solid var(--pk-listing-border);
  display: grid;
  grid-template-columns: auto repeat(3, 1fr);
  gap: 24px;
  align-items: center;
}

body.pk-blog-listing-template .pk-flagship-findings__label {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--pk-listing-text-faint);
}

body.pk-blog-listing-template .pk-flagship-finding {
  border-left: 1px solid var(--pk-listing-border);
  padding-left: 16px;
}

body.pk-blog-listing-template .pk-flagship-finding strong {
  display: block;
  font-size: 17px;
  font-weight: 800;
  color: var(--pk-listing-text);
  line-height: 1.1;
  margin-bottom: 4px;
}

body.pk-blog-listing-template .pk-flagship-finding span {
  font-size: 12px;
  color: var(--pk-listing-text-soft);
  font-weight: 500;
  line-height: 1.3;
}

body.pk-blog-listing-template .pk-read-link,
body.pk-blog-listing-template .pk-flagship-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--pk-accent);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid var(--pk-accent);
  padding-bottom: 3px;
  transition: all 0.2s ease;
}

body.pk-blog-listing-template .pk-read-link:hover,
body.pk-blog-listing-template .pk-flagship-cta:hover {
  color: var(--pk-listing-green-hover);
  border-bottom-color: var(--pk-listing-green-hover);
}

body.pk-blog-listing-template .pk-flagship-image {
  position: relative;
  min-height: 480px;
  background: var(--pk-listing-surface-warm);
  overflow: hidden;
}

body.pk-blog-listing-template .pk-flagship-image a {
  display: block;
  position: absolute;
  inset: 0;
}

body.pk-blog-listing-template .pk-flagship-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.pk-blog-listing-template .pk-flagship-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(32, 42, 55, 0.10) 0%, rgba(32, 42, 55, 0.08) 100%);
  pointer-events: none;
}

body.pk-blog-listing-template .pk-cluster-header,
body.pk-blog-listing-template .pk-articles-header {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-end;
  margin-bottom: 30px;
}

body.pk-blog-listing-template .pk-cluster-header h2,
body.pk-blog-listing-template .pk-articles-header h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 3.4vw, 44px);
}

body.pk-blog-listing-template .pk-cluster-header p,
body.pk-blog-listing-template .pk-articles-header p {
  max-width: 620px;
  margin: 0;
  color: var(--pk-listing-text-soft);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 500;
}

body.pk-blog-listing-template .pk-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body.pk-blog-listing-template .pk-listing-card {
  --pk-accent: var(--pk-listing-green);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--pk-listing-border);
  border-radius: 20px;
  background: var(--pk-listing-white);
  transition: all 0.2s ease;
}

body.pk-blog-listing-template .pk-listing-card__stretched-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
}

body.pk-blog-listing-template .pk-listing-card__stretched-link:focus-visible {
  outline: 3px solid var(--pk-accent);
  outline-offset: -3px;
}

body.pk-blog-listing-template .pk-listing-card:hover {
  border-color: var(--pk-accent);
  box-shadow: var(--pk-listing-shadow-lg);
  transform: translateY(-2px);
}

body.pk-blog-listing-template .pk-listing-card:hover h3 {
  color: var(--pk-accent);
}

body.pk-blog-listing-template .pk-listing-card__read {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: var(--pk-accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

body.pk-blog-listing-template .pk-listing-card__image {
  display: block;
  height: 210px;
  background: linear-gradient(135deg, var(--pk-listing-green-lighter), var(--pk-listing-surface-alt));
  pointer-events: none;
}

body.pk-blog-listing-template .pk-listing-card__body {
  padding: 24px;
}

body.pk-blog-listing-template .pk-listing-card__tag {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--pk-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.pk-blog-listing-template .pk-listing-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.025em;
  transition: color 0.18s ease;
}

body.pk-blog-listing-template .pk-listing-card p {
  margin: 0 0 20px;
  color: var(--pk-listing-text-soft);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}

body.pk-blog-listing-template .pk-empty-listing {
  padding: 24px;
  border: 1px dashed var(--pk-listing-border-strong);
  border-radius: var(--pk-listing-r);
  color: var(--pk-listing-text-soft);
  background: var(--pk-listing-surface-warm);
}

body.pk-blog-listing-template .pk-listing-cta {
  padding: 64px 0 76px;
}

body.pk-blog-listing-template .pk-listing-app-cta {
  padding: 56px 0 76px;
}

body.pk-blog-listing-template .pk-press-cta {
  background: var(--pk-listing-text);
  color: var(--pk-listing-white);
  border-radius: var(--pk-listing-r-xl);
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
}

body.pk-blog-listing-template .pk-press-cta::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(23, 162, 76, 0.22) 0%, transparent 70%);
  pointer-events: none;
}

body.pk-blog-listing-template .pk-press-cta__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
}

body.pk-blog-listing-template .pk-press-cta__eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--pk-listing-green);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  line-height: 1.2;
}

body.pk-blog-listing-template .pk-press-cta h2 {
  color: var(--pk-listing-white);
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0 0 16px;
}

body.pk-blog-listing-template .pk-press-cta p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
}

body.pk-blog-listing-template .pk-press-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

body.pk-blog-listing-template .pk-press-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 18px 36px;
  border-radius: var(--pk-listing-r);
  background: var(--pk-listing-green);
  color: var(--pk-listing-white);
  border: 2px solid var(--pk-listing-green);
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  transition: all 0.2s ease;
}

body.pk-blog-listing-template .pk-press-cta__button:hover {
  background: var(--pk-listing-green-hover);
  border-color: var(--pk-listing-green-hover);
  color: var(--pk-listing-white);
  transform: translateY(-1px);
}

body.pk-blog-listing-template .pk-press-cta__button span,
body.pk-blog-listing-template .pk-press-cta__button .pk-press-cta__button-arrow {
  color: #fff !important;
}

body.pk-blog-listing-template .pk-press-cta__secondary {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

body.pk-blog-listing-template .pk-press-cta__secondary a,
body.pk-blog-listing-template .pk-press-cta__email {
  color: var(--pk-listing-white);
  font-size: 13px;
  font-weight: 600;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition: border-color 0.18s ease;
}

body.pk-blog-listing-template .pk-press-cta__secondary a:hover,
body.pk-blog-listing-template .pk-press-cta__email:hover {
  color: var(--pk-listing-white);
  border-bottom-color: var(--pk-listing-green);
}

body.pk-blog-listing-template .pk-listing-cta__card {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: var(--pk-listing-r-xl);
  background: var(--pk-listing-green);
  color: var(--pk-listing-white);
}

body.pk-blog-listing-template .pk-listing-cta__card h2,
body.pk-blog-listing-template .pk-listing-cta__card p {
  color: var(--pk-listing-white);
}

body.pk-blog-listing-template .pk-listing-cta__card h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 40px);
}

body.pk-blog-listing-template .pk-listing-cta__card p {
  margin: 0;
  max-width: 620px;
  font-size: 17px;
  line-height: 1.5;
  opacity: 0.92;
}

body.pk-blog-listing-template .pk-listing-cta__card .pk-listing-button {
  flex-shrink: 0;
  color: var(--pk-listing-text);
  background: var(--pk-listing-white);
  border-color: var(--pk-listing-white);
}

/* --- Brief #3 Phase 3: /articles/ hub v2 (scoped to is-articles-hub) --- */
html {
  scroll-behavior: smooth;
}

body.pk-blog-listing-template.is-articles-hub .hub-hero .cluster-jumps a {
  border-width: 1.5px;
  font-weight: 700;
}

body.pk-blog-listing-template.is-articles-hub .hub-hero .cluster-jumps a.is-guides {
  border-color: var(--pk-cluster-guides);
  color: var(--pk-cluster-guides);
  background: transparent;
}

body.pk-blog-listing-template.is-articles-hub .hub-hero .cluster-jumps a.is-guides:hover {
  background: var(--pk-listing-green-lighter);
  border-color: var(--pk-cluster-guides);
  color: var(--pk-cluster-guides);
}

body.pk-blog-listing-template.is-articles-hub .hub-hero .cluster-jumps a.is-research {
  border-color: var(--pk-cluster-research);
  color: var(--pk-cluster-research);
  background: transparent;
}

body.pk-blog-listing-template.is-articles-hub .hub-hero .cluster-jumps a.is-research:hover {
  background: var(--pk-listing-surface-alt);
  border-color: var(--pk-cluster-research);
  color: var(--pk-cluster-research);
}

body.pk-blog-listing-template.is-articles-hub .hub-hero .cluster-jumps a.is-perspectives {
  border-color: var(--pk-cluster-perspectives);
  color: var(--pk-cluster-perspectives);
  background: transparent;
}

body.pk-blog-listing-template.is-articles-hub .hub-hero .cluster-jumps a.is-perspectives:hover {
  background: var(--pk-listing-warning-soft);
  border-color: var(--pk-cluster-perspectives);
  color: var(--pk-cluster-perspectives);
}

body.pk-blog-listing-template.is-articles-hub .latest-section {
  padding: 56px 0;
  border-top: 1px solid var(--pk-listing-border);
}

body.pk-blog-listing-template.is-articles-hub .latest-section h2 {
  margin: 0 0 28px;
  font-size: clamp(30px, 3.4vw, 44px);
}

body.pk-blog-listing-template.is-articles-hub .latest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

body.pk-blog-listing-template.is-articles-hub .latest-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--pk-listing-border);
  border-radius: 20px;
  background: var(--pk-listing-white);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.pk-blog-listing-template.is-articles-hub .latest-card:hover {
  border-color: var(--pk-accent, var(--pk-listing-green));
  box-shadow: var(--pk-listing-shadow-lg);
  transform: translateY(-2px);
}

body.pk-blog-listing-template.is-articles-hub .latest-card.is-guides {
  --pk-accent: var(--pk-cluster-guides);
}

body.pk-blog-listing-template.is-articles-hub .latest-card.is-research {
  --pk-accent: var(--pk-cluster-research);
}

body.pk-blog-listing-template.is-articles-hub .latest-card.is-perspectives {
  --pk-accent: var(--pk-cluster-perspectives);
}

body.pk-blog-listing-template.is-articles-hub .latest-card__image {
  position: relative;
  height: 160px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--pk-listing-green-lighter), var(--pk-listing-surface-alt));
}

body.pk-blog-listing-template.is-articles-hub .latest-card.is-research .latest-card__image {
  background: linear-gradient(135deg, var(--pk-listing-surface-alt), var(--pk-listing-surface-warm));
}

body.pk-blog-listing-template.is-articles-hub .latest-card.is-perspectives .latest-card__image {
  background: linear-gradient(135deg, var(--pk-listing-warning-soft), var(--pk-listing-surface-alt));
}

body.pk-blog-listing-template.is-articles-hub .latest-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.pk-blog-listing-template.is-articles-hub .latest-card__body {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

body.pk-blog-listing-template.is-articles-hub .latest-card__stretched {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

body.pk-blog-listing-template.is-articles-hub .latest-card__stretched:focus-visible {
  outline: 3px solid var(--pk-accent, var(--pk-listing-green));
  outline-offset: -3px;
}

body.pk-blog-listing-template.is-articles-hub .cluster-pill {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  margin-bottom: 14px;
  padding: 5px 12px;
  border: 1.5px solid var(--pk-accent, var(--pk-listing-green));
  border-radius: 999px;
  color: var(--pk-accent, var(--pk-listing-green));
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.18s ease;
}

body.pk-blog-listing-template.is-articles-hub .cluster-pill.is-guides {
  --pk-accent: var(--pk-cluster-guides);
}

body.pk-blog-listing-template.is-articles-hub .cluster-pill.is-research {
  --pk-accent: var(--pk-cluster-research);
}

body.pk-blog-listing-template.is-articles-hub .cluster-pill.is-perspectives {
  --pk-accent: var(--pk-cluster-perspectives);
}

body.pk-blog-listing-template.is-articles-hub .cluster-pill:hover {
  background: var(--pk-listing-green-lighter);
}

body.pk-blog-listing-template.is-articles-hub .latest-card.is-research .cluster-pill:hover {
  background: var(--pk-listing-surface-alt);
}

body.pk-blog-listing-template.is-articles-hub .latest-card.is-perspectives .cluster-pill:hover {
  background: var(--pk-listing-warning-soft);
}

body.pk-blog-listing-template.is-articles-hub .latest-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  transition: color 0.18s ease;
}

body.pk-blog-listing-template.is-articles-hub .latest-card:hover h3 {
  color: var(--pk-accent, var(--pk-listing-green));
}

body.pk-blog-listing-template.is-articles-hub .latest-card p {
  margin: 0 0 16px;
  color: var(--pk-listing-text-soft);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

body.pk-blog-listing-template.is-articles-hub .latest-card .meta {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--pk-listing-text-faint);
  font-size: 13px;
  font-weight: 500;
}

body.pk-blog-listing-template.is-articles-hub .cluster-section {
  scroll-margin-top: calc(var(--pk-chrome-header-height, 61px) + 16px);
}

@keyframes pk-hub-target-flash-guides {
  0%, 100% { background-color: transparent; }
  15%, 55% { background-color: var(--pk-listing-green-lighter); }
}

@keyframes pk-hub-target-flash-research {
  0%, 100% { background-color: transparent; }
  15%, 55% { background-color: var(--pk-listing-surface-alt); }
}

@keyframes pk-hub-target-flash-perspectives {
  0%, 100% { background-color: transparent; }
  15%, 55% { background-color: var(--pk-listing-warning-soft); }
}

body.pk-blog-listing-template.is-articles-hub .cluster-section.is-guides:target {
  animation: pk-hub-target-flash-guides 1.4s ease;
}

body.pk-blog-listing-template.is-articles-hub .cluster-section.is-research:target {
  animation: pk-hub-target-flash-research 1.4s ease;
}

body.pk-blog-listing-template.is-articles-hub .cluster-section.is-perspectives:target {
  animation: pk-hub-target-flash-perspectives 1.4s ease;
}

body.pk-blog-listing-template.is-articles-hub .cluster-see-all.is-guides {
  border-color: var(--pk-cluster-guides);
  color: var(--pk-cluster-guides);
}

body.pk-blog-listing-template.is-articles-hub .cluster-see-all.is-guides:hover {
  background: var(--pk-listing-green-lighter);
  border-color: var(--pk-cluster-guides);
  color: var(--pk-cluster-guides);
}

body.pk-blog-listing-template.is-articles-hub .cluster-see-all.is-research {
  border-color: var(--pk-cluster-research);
  color: var(--pk-cluster-research);
}

body.pk-blog-listing-template.is-articles-hub .cluster-see-all.is-research:hover {
  background: var(--pk-listing-surface-alt);
  border-color: var(--pk-cluster-research);
  color: var(--pk-cluster-research);
}

body.pk-blog-listing-template.is-articles-hub .cluster-see-all.is-perspectives {
  border-color: var(--pk-cluster-perspectives);
  color: var(--pk-cluster-perspectives);
}

body.pk-blog-listing-template.is-articles-hub .cluster-see-all.is-perspectives:hover {
  background: var(--pk-listing-warning-soft);
  border-color: var(--pk-cluster-perspectives);
  color: var(--pk-cluster-perspectives);
}

body.pk-blog-listing-template.is-articles-hub .pk-hub-admin-hint {
  margin: 20px 0 0;
  padding: 12px 16px;
  border-radius: var(--pk-listing-r);
  background: var(--pk-listing-surface-warm);
  border: 1px dashed var(--pk-listing-border-strong);
  color: var(--pk-listing-text-soft);
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  body.pk-blog-listing-template.is-articles-hub .latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.pk-blog-listing-template .pk-featured-card,
  body.pk-blog-listing-template .pk-cornerstone-card,
  body.pk-blog-listing-template .pk-flagship-card {
    grid-template-columns: 1fr;
  }

  body.pk-blog-listing-template .pk-data-strip {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
  }

  body.pk-blog-listing-template .pk-data-strip__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  body.pk-blog-listing-template .pk-flagship-content {
    order: 2;
    padding: 40px 32px;
  }

  body.pk-blog-listing-template .pk-flagship-image {
    order: 1;
    min-height: 320px;
  }

  body.pk-blog-listing-template .pk-flagship-findings {
    grid-template-columns: repeat(3, 1fr);
  }

  body.pk-blog-listing-template .pk-flagship-findings__label {
    grid-column: 1 / -1;
  }

  body.pk-blog-listing-template .pk-flagship-finding:nth-child(2) {
    border-left: none;
    padding-left: 0;
  }

  body.pk-blog-listing-template .pk-press-cta__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  body.pk-blog-listing-template .pk-press-cta {
    padding: 40px 32px;
  }

  body.pk-blog-listing-template .pk-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.pk-blog-listing-template .pk-listing-wrap {
    padding: 0 20px;
  }

  body.pk-blog-listing-template .pk-listing-hero {
    padding: 44px 0 34px;
  }

  body.pk-blog-listing-template .pk-featured-section,
  body.pk-blog-listing-template .pk-cornerstone-section,
  body.pk-blog-listing-template .pk-articles-section,
  body.pk-blog-listing-template .pk-cluster-section {
    padding: 42px 0;
  }

  body.pk-blog-listing-template .pk-featured-card__image,
  body.pk-blog-listing-template .pk-cornerstone-card__image {
    min-height: 260px;
  }

  body.pk-blog-listing-template .pk-featured-card__body,
  body.pk-blog-listing-template .pk-cornerstone-card__body,
  body.pk-blog-listing-template .pk-flagship-content,
  body.pk-blog-listing-template .pk-listing-card__body {
    padding: 24px;
  }

  body.pk-blog-listing-template .pk-data-strip__stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.pk-blog-listing-template .pk-data-stat {
    border-left: none;
    border-top: 1px solid var(--pk-listing-border);
    padding-left: 0;
    padding-top: 14px;
  }

  body.pk-blog-listing-template .pk-data-stat:first-child {
    border-top: none;
    padding-top: 0;
  }

  body.pk-blog-listing-template .pk-flagship-section {
    padding: 32px 0;
  }

  body.pk-blog-listing-template .pk-flagship-image {
    min-height: 240px;
  }

  body.pk-blog-listing-template .pk-flagship-findings {
    grid-template-columns: 1fr;
    padding: 16px 0;
    gap: 16px;
  }

  body.pk-blog-listing-template .pk-flagship-finding {
    border-left: none;
    border-top: 1px solid var(--pk-listing-border);
    padding-left: 0;
    padding-top: 14px;
  }

  body.pk-blog-listing-template .pk-press-cta {
    padding: 32px 24px;
  }

  body.pk-blog-listing-template .pk-cluster-header,
  body.pk-blog-listing-template .pk-articles-header,
  body.pk-blog-listing-template .pk-listing-cta__card {
    display: block;
  }

  body.pk-blog-listing-template .pk-listing-button {
    margin-top: 18px;
  }

  body.pk-blog-listing-template .pk-listing-grid {
    grid-template-columns: 1fr;
  }

  body.pk-blog-listing-template.is-articles-hub .latest-grid {
    grid-template-columns: 1fr;
  }
}

/* Brief #3 — topic archive */
body.pk-blog-listing-template.is-topic-archive .pk-listing-shell.is-topic-archive {
  --pk-accent: var(--pk-listing-green);
  --pk-kicker-accent: var(--pk-cluster-articles);
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-hero__desc p:last-child {
  margin-bottom: 0;
}

body.pk-blog-listing-template.is-topic-archive .pk-listing-card__cluster-pill {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-bottom: 10px;
  text-decoration: none;
}

body.pk-blog-listing-template.is-topic-archive .cluster-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1.5px solid var(--pk-accent);
  color: var(--pk-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: transparent;
}

body.pk-blog-listing-template.is-topic-archive .cluster-pill.is-research {
  --pk-accent: var(--pk-cluster-research);
}

body.pk-blog-listing-template.is-topic-archive .cluster-pill.is-perspectives {
  --pk-accent: var(--pk-cluster-perspectives);
}

body.pk-blog-listing-template.is-topic-archive .cluster-pill.is-guides {
  --pk-accent: var(--pk-cluster-guides);
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-related {
  padding: 0 0 56px;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-related h2 {
  font-size: 1.25rem;
  margin-bottom: 14px;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-related__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.pk-blog-listing-template.is-topic-archive .pk-tag-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.18s, border-color 0.18s, color 0.18s, box-shadow 0.18s;
}

body.pk-blog-listing-template.is-topic-archive .pk-tag-pill.is-static {
  background: #f0f0ee;
  border: 1px solid #d8d8d4;
  color: #8a9099;
  cursor: default;
  pointer-events: none;
}

body.pk-blog-listing-template.is-topic-archive .pk-tag-pill.is-linkable {
  background: var(--pk-listing-green-lighter);
  border: 1px solid var(--pk-listing-green);
  color: var(--pk-listing-green);
  cursor: pointer;
}

body.pk-blog-listing-template.is-topic-archive .pk-tag-pill.is-linkable:hover,
body.pk-blog-listing-template.is-topic-archive .pk-tag-pill.is-linkable:focus-visible {
  background: #d6f0dc;
  border-color: var(--pk-listing-green);
  color: #128a3f;
  box-shadow: 0 0 0 2px rgba(23, 162, 76, 0.16);
  text-decoration: none;
}

/* Topic archive hero band (handoff: #FAFAF8 under header + callout) */
body.pk-blog-listing-template.is-topic-archive .pk-topic-hero {
  background: #fafaf8;
  padding: 40px 0 28px;
  border-bottom: none; /* no rule between hero and mailer-hub callout */
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-hero h1 {
  font-size: clamp(38px, 4.2vw, 56px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: #202a37;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-hero .pk-listing-hero__sub {
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.5;
  color: #5b6572;
  max-width: 760px;
}

/* Topic archive → mailer directory hub callout (design handoff) */
body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout {
  background: #fafaf8;
  padding: 0 0 32px;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 18px 24px;
  border: 1px solid #d6f0dc;
  border-radius: 12px;
  background: #eaf7ee;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #ffffff;
  color: #17a24c;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__copy {
  flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__headline {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #202a37;
  text-wrap: pretty;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__sub {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #4a5561;
  text-wrap: pretty;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__sub--mobile {
  display: none;
}

/* Reused mailer-directory search form (typeahead + GET ?q=) inside the callout */
body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__search {
  flex: 0 1 360px;
  min-width: 240px;
  position: relative;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-search-wrap,
body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-search-form {
  position: relative;
  width: 100%;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-search-field {
  display: flex;
  align-items: stretch;
  gap: 8px;
  position: relative;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #5b6572;
  pointer-events: none;
  z-index: 1;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-search-field input[type="search"] {
  flex: 1;
  min-width: 0;
  height: 48px;
  padding: 0 12px 0 42px;
  border: 1.5px solid #d6f0dc;
  border-radius: 12px;
  font: 400 16px/1 Roboto, sans-serif;
  color: #202a37;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  -webkit-appearance: none;
  appearance: none;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-search-field input[type="search"]:focus {
  outline: none;
  border-color: #17a24c;
  box-shadow: 0 0 0 3px rgba(23, 162, 76, 0.15);
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-search-field input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-search-submit {
  height: 48px;
  border-radius: 8px;
  background: #17a24c;
  color: #fff;
  font: 700 15px/1 Roboto, sans-serif;
  border: none;
  padding: 0 14px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-search-submit:hover {
  background: #148f43;
  box-shadow: 0 4px 12px rgba(23, 162, 76, 0.28);
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-typeahead {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 40;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(32, 42, 55, 0.12);
  max-height: 360px;
  overflow: auto;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-typeahead__loading,
body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-typeahead__empty {
  padding: 14px 16px;
  font: 500 14px/1.45 Roboto, sans-serif;
  color: #525252;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-typeahead__group {
  padding: 10px 0 4px;
  border-top: 1px solid #e5e5e5;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-typeahead__group:first-child {
  border-top: 0;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-typeahead__label {
  margin: 0;
  padding: 4px 16px 8px;
  font: 700 11px/1.3 Roboto, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #737373;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-typeahead__group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-typeahead__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 16px;
  font: 600 14px/1.35 Roboto, sans-serif;
  color: #202a37;
  text-decoration: none;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-typeahead__item:hover,
body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-typeahead__item.is-active {
  background: #eaf7ee;
  color: #17a24c;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-typeahead__chip {
  font: 600 11px/1 Roboto, sans-serif;
  padding: 4px 8px;
  border-radius: 999px;
  background: #fafaf8;
  border: 1px solid #e5e5e5;
  color: #525252;
  flex-shrink: 0;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-typeahead__footer {
  display: block;
  padding: 12px 16px;
  border-top: 1px solid #e5e5e5;
  font: 700 13px/1.4 Roboto, sans-serif;
  color: #17a24c;
  text-decoration: none;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-typeahead__footer:hover {
  background: #fafafa;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__popular {
  flex: 1 1 100%;
  margin-left: 64px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 15px;
  color: #5b6572;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__popular-label {
  font-weight: 700;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__sender {
  color: #17a24c;
  font-weight: 500;
  text-decoration: none;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__sender:hover {
  color: #2a6c4c;
  text-decoration: underline;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__sep {
  color: #b4bac1;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__browse {
  color: #17a24c;
  font-weight: 700;
  text-decoration: none;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__browse:hover {
  color: #2a6c4c;
  text-decoration: underline;
}

/* Article toolbar: count + cluster filter pills */
body.pk-blog-listing-template.is-topic-archive .pk-topic-articles {
  background: #ffffff;
  padding: 44px 0 72px;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-articles-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 14px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e5e5e5;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-articles-count {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5b6572;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-cluster-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-cluster-filter {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: transparent;
  border: 1.5px solid var(--pk-listing-border);
  color: var(--pk-listing-text);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

/* Match /articles/ hub cluster-jumps: per-cluster border + soft tint hover */
body.pk-blog-listing-template.is-topic-archive .pk-topic-cluster-filter.is-guides {
  border-color: var(--pk-cluster-guides);
  color: var(--pk-cluster-guides);
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-cluster-filter.is-guides:hover {
  background: var(--pk-listing-green-lighter);
  border-color: var(--pk-cluster-guides);
  color: var(--pk-cluster-guides);
  text-decoration: none;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-cluster-filter.is-research {
  border-color: var(--pk-cluster-research);
  color: var(--pk-cluster-research);
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-cluster-filter.is-research:hover {
  background: var(--pk-listing-surface-alt);
  border-color: var(--pk-cluster-research);
  color: var(--pk-cluster-research);
  text-decoration: none;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-cluster-filter.is-perspectives {
  border-color: var(--pk-cluster-perspectives);
  color: var(--pk-cluster-perspectives);
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-cluster-filter.is-perspectives:hover {
  background: var(--pk-listing-warning-soft);
  border-color: var(--pk-cluster-perspectives);
  color: var(--pk-cluster-perspectives);
  text-decoration: none;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-cluster-filter.is-all:hover {
  background: var(--pk-listing-surface-alt);
  border-color: var(--pk-listing-text);
  color: var(--pk-listing-text);
  text-decoration: none;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-cluster-filter.is-active,
body.pk-blog-listing-template.is-topic-archive .pk-topic-cluster-filter.is-active:hover {
  background: #202a37;
  border-color: #202a37;
  color: #ffffff;
  font-weight: 700;
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-cluster-filter:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(23, 162, 76, 0.15);
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-cluster-filter.is-research:focus-visible {
  box-shadow: 0 0 0 3px rgba(32, 42, 55, 0.15);
}

body.pk-blog-listing-template.is-topic-archive .pk-topic-cluster-filter.is-perspectives:focus-visible {
  box-shadow: 0 0 0 3px rgba(232, 144, 48, 0.2);
}

@media (max-width: 767px) {
  body.pk-blog-listing-template.is-topic-archive .pk-topic-hero {
    padding: 24px 0 20px;
  }

  body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout {
    padding: 0 0 24px;
  }

  body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__card {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 16px;
  }

  body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__card {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-areas:
      "icon copy"
      "search search";
    column-gap: 12px;
    row-gap: 12px;
  }

  body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }

  body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__copy {
    flex: 1 1 auto;
  }

  body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__icon {
    grid-area: icon;
  }

  body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__copy {
    grid-area: copy;
  }

  body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__search {
    grid-area: search;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }

  body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__headline {
    font-size: 19px;
  }

  body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__sub--desktop {
    display: none;
  }

  body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__sub--mobile {
    display: block;
  }

  body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout__popular {
    display: none;
  }

  body.pk-blog-listing-template.is-topic-archive .pk-topic-articles {
    padding: 28px 0 44px;
  }

  body.pk-blog-listing-template.is-topic-archive .pk-topic-articles-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.pk-blog-listing-template.is-topic-archive .pk-topic-mdir-callout .pk-mdir-search-submit,
  body.pk-blog-listing-template.is-topic-archive .pk-topic-cluster-filter {
    transition: none;
  }
}
