:root {
  --ink: #141414;
  --ink-70: #4a4a4a;
  --ink-40: #8a8a8a;
  --red: #c9302c;
  --cream: #f4eede;
  --navy: #151c42;
  --paper: #fff;
  --hairline: #dcdcdc;
  --text: "Inter", sans-serif;
  --display: "Plus Jakarta Sans", sans-serif;
  --dw: 600;
  --dls: -0.01em;
  --dlh: 1.08;
  --wrapper: 1280px;
  --rail: 240px;
  --gap: 64px;
  --pad: 32px;
  --edge: max(10px, calc((100vw - var(--wrapper)) / 2 + 8px));
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body.single-report *::selection {
  background: var(--navy);
  color: var(--paper);
}




/* when banner color navy */
.hero[data-hero="navy"] *::selection {
  background: var(--red);
  color: var(--paper);
}

p {
  font-family: var(--display) !important;
}
p.wp-block-paragraph {
  font-family: "Noto Serif", serif;
}

.hero .dek {
  font-family: "Noto Serif", serif;
}

.policy-byte {
  background: var(--paper);
  font-family: var(--text);
  color: var(--ink-70);
  -webkit-font-smoothing: antialiased;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
body .policy-byte .page-wrapper {
	padding: 0 !important;
}
.policy-byte .container,
.policy-byte .layout {
  max-width: 1280px !important;
  width: 100%;
  margin: 0 auto;
}
.policy-byte a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--ink-40);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.policy-byte a:hover {
  text-decoration-color: var(--red);
  color: var(--ink);
}
.progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: var(--red);
  z-index: 99;
}
.single-report .container {
  max-width: var(--wrapper) !important;
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}
.label {
  font-family: var(--text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-variant-numeric: lining-nums tabular-nums;
}

/* HERO — backend choice: navy or white(paper) */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
  min-height: 480px;
  border-bottom: 3px solid var(--ink);
  background: var(--hero-bg, #fff);
  font-family: var(--display) !important;
}
.hero[data-hero="white"] {
  --hero-bg: #fff;
  --hero-title: var(--ink);
  --hero-text: var(--ink-70);
  --hero-muted: var(--ink-40);
  --hero-kicker: var(--red);
  --hero-line: var(--hairline);
}
.hero[data-hero="navy"] {
  --hero-bg: var(--navy);
  --hero-title: #fff;
  --hero-text: rgba(255, 255, 255, 0.78);
  --hero-muted: rgba(255, 255, 255, 0.55);
  --hero-kicker: #e8756f;
  --hero-line: rgba(255, 255, 255, 0.25);
}
.hero .panel {
  padding: 80px 64px 48px var(--edge);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.kicker {
  color: var(--hero-kicker);
  margin: 0 0 26px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.kicker::after {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--hero-kicker);
}
.hero h1 {
  font-family: var(--display);
  font-weight: var(--dw);
  letter-spacing: var(--dls);
  line-height: var(--dlh);
  font-size: clamp(36px, 4.6vw, 58px);
  color: var(--hero-title);
  margin: 0 0 18px;
}
.hero .dek {
  font-size: 17px;
  line-height: 1.65;
  color: var(--hero-text);
  margin: 0 0 40px;
  /*   max-width: 52ch; */
}
.hero:has(.media) .dek {
  max-width: 52ch;
}
.hero .media {
  position: relative;
  overflow: hidden;
}
.hero .media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* no featured image -> media panel disappears, hero runs full width */
.policy-byte.no-media .hero {
  grid-template-columns: 1fr;
}
.policy-byte.no-media .hero .media {
  display: none;
}
.banner_team_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.banner_team_list a {
  text-decoration: none !important;
}
.byline {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid var(--hero-line);
  padding-top: 22px;
}
.byline a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
.avatar {
  width: 64px;
  height: 64px;
  flex: none;
  background: #ececec;
  border: 1px solid var(--ink);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--ink);
  overflow: hidden;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.byline-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--hero-title, var(--ink));
}
.byline-role {
  font-size: 13px;
  color: var(--hero-muted, var(--ink-40));
  margin-top: 3px;
}
.byline-meta {
  margin-left: auto;
  text-align: right;
  font-size: 13px;
  color: var(--hero-muted, var(--ink-40));
  line-height: 1.7;
}
.byline-meta .date {
  color: var(--hero-title, var(--ink));
  font-weight: 600;
}

/* BODY GRID */
.layout {
  display: grid;
  grid-template-columns: var(--rail) minmax(0, 1fr);
  column-gap: var(--gap);
  padding-top: 56px;
  padding-bottom: 88px;
  max-width: 1280px !important;
  width: 100%;
  margin: 0 auto;
}

.rail-inner {
  font-size: 13px;
}
.rail .rail-author {
  border-top: 1px solid var(--hairline);
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 1rem;
	padding-top: 20px;  
}
.rail .avatar {
  width: 56px;
  height: 56px;
  font-size: 17px;
}
.rail .rail-name {
  font-weight: 700;
  color: var(--ink);
  font-size: 14px;
}
.rail .rail-role {
  color: var(--ink-40);
  font-size: 12px;
}
.rail .label {
  color: var(--red);
  display: block;
  margin: 0 0 14px;
}
.toc {
  list-style: none;
  margin: 0;
  padding: 0;
}
.toc a {
  display: flex;
  gap: 10px;
  align-items: baseline;
  padding: 7px 0;
  text-decoration: none !important;
  color: var(--ink-70);
  line-height: 1.45;
  border-left: 2px solid transparent;
  padding-left: 12px;
  margin-left: -14px;
}
.toc a .n {
  color: var(--ink-40);
  font-weight: 700;
  font-size: 11px;
  flex: none;
  font-variant-numeric: tabular-nums;
}
.toc a:hover {
  color: var(--ink);
}
.toc a.active {
  color: var(--ink);
  font-weight: 600;
  border-left-color: var(--red);
}
.toc a.active .n {
  color: var(--red);
}

.article {
  min-width: 0;
  counter-reset: sectionnum;
}
.body-lg {
  font-size: 17px;
  color: var(--ink-70);
  line-height: 1.85;
  margin: 0 0 26px;
}

/* auto-numbered section headings, no manual markup needed */
.article h2 {
  counter-increment: sectionnum;
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 52px 0 22px;
  scroll-margin-top: 24px;
  font-family: var(--display);
  font-weight: var(--dw);
  letter-spacing: var(--dls);
  font-size: 26px;
  color: var(--ink);
}
.article h2:first-of-type {
  margin-top: 0;
}
.article h2::before {
  content: counter(sectionnum, decimal-leading-zero);
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
  font-variant-numeric: tabular-nums;
}

.takeaways {
  border-top: 3px solid var(--ink);
  padding: 22px 0 6px;
  margin: 0 0 44px;
}
.takeaways .label {
  color: var(--red);
  display: block;
  margin-bottom: 16px;
}
.takeaways ol {
  margin: 0;
  padding-left: 20px;
}
.takeaways li {
  font-size: 15.5px;
  line-height: 1.7;
  margin-bottom: 10px;
  color: var(--ink-70);
}
.takeaways li::marker {
  color: var(--red);
  font-weight: 700;
}

.figure-block {
  margin: 40px 0;
  border: 1px solid var(--ink);
}
.figure-head {
  display: flex;
  gap: 12px;
  align-items: baseline;
  border-bottom: 1px solid var(--hairline);
  padding: 12px 18px;
}
.figure-block img {
  display: block;
  width: 100%;
  height: auto;
  padding: 16px 12px 8px;
}
.figure-caption,
.figure-block figcaption {
  font-size: 12px;
  color: var(--ink-40);
  padding: 0 18px 14px;
  line-height: 1.6;
}

.pullquote {
  margin: 44px 0;
  padding: 0 0 0 28px;
  border-left: 2px solid var(--red);
}
.pullquote p {
  font-family: var(--display);
  font-weight: var(--dw);
  letter-spacing: var(--dls);
  font-size: 24px;
  line-height: 1.4;
  color: var(--ink);
  margin: 0 0 12px;
}
.pullquote cite {
  font-style: normal;
  font-size: 13px;
  color: var(--ink-40);
}

.statement {
  background: var(--cream);
  padding: 28px 34px 30px;
  margin: 44px 0 0;
}
.statement .label {
  color: var(--red);
  display: block;
  margin-bottom: 16px;
}
.statement p {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: var(--dls);
  font-size: 20px;
  line-height: 1.38;
  color: var(--ink-70);
  margin: 0 0 14px;
}
.statement p:last-child {
  color: var(--ink);
  font-weight: var(--dw);
  margin: 0;
}
.statement p:last-child em {
  font-style: normal;
  color: var(--red);
}

.team_list.multi-team {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.author-card {
  margin-top: 56px;
  border-top: 1px solid var(--hairline);
  padding-top: 28px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.author-card .avatar {
  width: 84px;
  height: 84px;
  font-size: 26px;
}
.author-card .label {
  color: var(--red);
  display: block;
  margin-bottom: 10px;
}
.author-card h3 {
  font-family: var(--display);
  font-weight: var(--dw);
  font-size: 22px;
  color: var(--ink);
  margin: 0 0 8px;
  line-height: 1;
}
.author-card p.bio {
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 12px;
}
.author-card .more {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

.related {
  border-top: 3px solid var(--ink);
  padding-top: 44px;
  padding-bottom: 88px;
}
.related-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 36px;
}
.related-head h2 {
  font-family: var(--display);
  font-weight: var(--dw);
  letter-spacing: var(--dls);
  color: var(--ink);
  font-size: 28px;
  margin: 0;
}
.related-head a {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.card a {
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card .thumb {
  border: 1px solid var(--ink);
  display: block;
  aspect-ratio: 400/250;
  background: #ececec;
  overflow: hidden;
}
.card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-body {
  padding: 16px 0 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card .card-kicker {
  color: var(--red);
  margin-bottom: 8px;
}
.card h3 {
  font-family: var(--display);
  font-weight: var(--dw);
  font-size: 19px;
  line-height: 1.3;
  color: var(--ink);
  margin: 0 0 10px;
}
.card a:hover h3 {
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.card .excerpt {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--ink-70);
  margin: 0 0 14px;
}
.card .meta {
  margin-top: auto;
  font-size: 12px;
  color: var(--ink-40);
}
.card .meta b {
  color: var(--ink);
  font-weight: 600;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero .media {
    min-height: 240px;
    order: -1;
  }
  .hero .panel {
    padding: 44px var(--pad) 40px;
  }
  .layout {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .rail {
    position: static;
    margin-bottom: 12px;
  }
  .rail .rail-author {
    display: none;
  }
  .card-grid {
    grid-template-columns: 1fr;
  }
  .byline-meta {
    margin-left: 0;
    text-align: left;
    width: 100%;
  }
  .article h2 {
    font-size: 21px;
  }
  .author-card {
    flex-direction: column;
  }
  .team_list.multi-team {
    display: block;
  }
}
