body.wg4-target {
  --wg4-ink: #11181d;
  --wg4-copy: #3f4d55;
  --wg4-muted: #68757c;
  --wg4-line: rgba(17, 24, 29, 0.14);
  --wg4-soft: #f3f7f6;
  --wg4-paper: #ffffff;
  --wg4-dark: #111a1f;
  --wg4-dark-soft: #17252a;
  --wg4-cyan: #007d91;
  --wg4-cyan-light: #8fd5dc;
  --wg4-green: #58784b;
  --wg4-gold: #a17b3f;
  background: var(--wg4-paper);
  color: var(--wg4-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.wg4-target *,
body.wg4-target *::before,
body.wg4-target *::after {
  box-sizing: border-box;
}

body.wg4-target h1,
body.wg4-target h2,
body.wg4-target h3,
body.wg4-target h4 {
  background: none !important;
  background-image: none !important;
  color: var(--wg4-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0 !important;
  -webkit-text-fill-color: currentColor !important;
  animation: none !important;
}

body.wg4-target a,
body.wg4-target button,
body.wg4-target summary {
  -webkit-tap-highlight-color: transparent;
}

body.wg4-target a:focus-visible,
body.wg4-target button:focus-visible,
body.wg4-target summary:focus-visible,
body.wg4-target [tabindex]:focus-visible {
  outline: 3px solid #20a8ba;
  outline-offset: 4px;
}

body.wg4-target #main-content {
  background: var(--wg4-paper);
}

.wg4-shell,
.wg4-section__inner,
.wg4-status__inner,
.wg4-toc__inner,
.wg4-final-cta__inner {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.wg4-page,
.wg4-page__article {
  width: 100%;
  margin: 0;
  padding: 0;
}

.wg4-hero {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  overflow: hidden;
  background: var(--wg4-dark);
}

.wg4-hero__media,
.wg4-hero__overlay {
  position: absolute;
  inset: 0;
  margin: 0;
}

.wg4-hero__media {
  z-index: -2;
  background: #0e1418;
}

.wg4-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.wg4-hero__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 16, 20, 0.93) 0%, rgba(10, 16, 20, 0.84) 39%, rgba(8, 20, 24, 0.42) 58%, rgba(42, 87, 72, 0.08) 100%);
}

.wg4-hero__inner {
  display: flex;
  min-height: 620px;
  flex-direction: column;
  justify-content: center;
  padding-block: 48px 54px;
}

.wg4-hero__copy {
  width: min(690px, 61%);
  margin-top: 34px;
}

.wg4-kicker {
  margin: 0 0 16px !important;
  color: var(--wg4-cyan-light) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  text-transform: uppercase;
  letter-spacing: 0 !important;
}

.wg4-kicker span {
  display: inline;
  margin-left: 8px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.42);
  color: #d7e2e3;
}

.wg4-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff !important;
  font-size: 60px;
  font-weight: 850;
  line-height: 1.02;
  overflow-wrap: break-word;
}

.wg4-hero__lead {
  max-width: 680px;
  margin: 24px 0 0 !important;
  color: #e5ecee !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
}

.wg4-breadcrumb {
  color: #d9e3e5;
  font-size: 12px;
  font-weight: 750;
}

.wg4-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.wg4-breadcrumb li {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}

.wg4-breadcrumb li + li::before {
  margin-right: 10px;
  color: #75c9d2;
  content: "/";
}

.wg4-breadcrumb a,
.wg4-breadcrumb span {
  color: inherit !important;
  text-decoration: none;
}

.wg4-breadcrumb a:hover {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.wg4-breadcrumb [aria-current="page"] {
  display: inline-block;
  max-width: 54ch;
  overflow: hidden;
  color: #fff !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wg4-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
}

.wg4-actions--hero {
  margin-top: 30px;
}

.wg4-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 820;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.wg4-button--primary {
  background: #fff;
  color: var(--wg4-ink) !important;
}

.wg4-button--primary:hover {
  background: #dff4f6;
  color: #071317 !important;
  transform: translateY(-2px);
}

.wg4-button--secondary {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(17, 25, 29, 0.42);
  color: #fff !important;
}

.wg4-button--secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  transform: translateY(-2px);
}

.wg4-status,
.wg4-article-context {
  border-bottom: 1px solid var(--wg4-line);
  background: #fff;
}

.wg4-status__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px 30px;
  align-items: center;
  min-height: 78px;
  padding-block: 14px;
}

.wg4-status__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.wg4-status__facts p {
  margin: 0 !important;
  color: var(--wg4-ink) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.wg4-status__facts span {
  display: block;
  margin-bottom: 2px;
  color: var(--wg4-muted);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.wg4-status__facts strong,
.wg4-status__facts time {
  font-weight: 800;
}

.wg4-status__note,
.wg4-status__source,
.wg4-status__source p {
  margin: 0 !important;
  color: var(--wg4-copy) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.wg4-status__note {
  padding-left: 18px;
  border-left: 3px solid var(--wg4-cyan);
}

.wg4-status--draft .wg4-status__note {
  border-left-color: var(--wg4-gold);
}

.wg4-status--law .wg4-status__note {
  border-left-color: var(--wg4-green);
}

.wg4-intro {
  border-bottom: 1px solid var(--wg4-line);
  background: var(--wg4-soft);
}

.wg4-intro .wg4-section__inner {
  padding-block: 22px;
}

.wg4-intro p {
  max-width: 900px;
  margin: 0 !important;
  color: var(--wg4-copy) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.wg4-toc {
  position: sticky;
  z-index: 80;
  top: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--wg4-line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(17, 24, 29, 0.05);
  backdrop-filter: blur(14px);
}

.wg4-toc__inner {
  display: flex;
  min-height: 58px;
  gap: 22px;
  align-items: center;
}

.wg4-toc strong {
  flex: 0 0 auto;
  color: var(--wg4-ink);
  font-size: 12px;
  text-transform: uppercase;
}

.wg4-toc ol {
  display: flex;
  min-width: 0;
  gap: 24px;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: auto;
  list-style: none !important;
  scrollbar-width: thin;
}

.wg4-toc li {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
}

.wg4-toc a {
  display: block;
  max-width: 300px;
  overflow: hidden;
  color: #075f72 !important;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.25;
  text-decoration-thickness: 1px;
  text-overflow: ellipsis;
  text-underline-offset: 4px;
  white-space: nowrap;
}

.wg4-content {
  width: 100%;
  overflow: clip;
  background: #fff;
}

.wg4-section {
  position: relative;
  margin: 0;
  background: #fff;
  scroll-margin-top: 82px;
}

.wg4-section::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 125, 145, 0.34), rgba(88, 120, 75, 0.15), transparent 72%);
  content: "";
}

.wg4-section.soft {
  background: var(--wg4-soft);
}

.wg4-section.dark {
  background: var(--wg4-dark);
}

.wg4-section__inner {
  padding-block: 76px;
}

.wg4-section h2 {
  max-width: 860px;
  margin: 0 0 28px;
  font-size: 42px;
  font-weight: 850;
  line-height: 1.08;
  overflow-wrap: break-word;
}

.wg4-section h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 820;
  line-height: 1.2;
  overflow-wrap: break-word;
}

.wg4-section p,
.wg4-section li {
  color: var(--wg4-copy);
  font-size: 17px;
  line-height: 1.72;
}

.wg4-section p {
  max-width: 850px;
  margin: 0 0 18px;
}

.wg4-section p:last-child {
  margin-bottom: 0;
}

.wg4-section > .wg4-section__inner > ul,
.wg4-section > .wg4-section__inner > ol,
.wg4-section__intro > ul,
.wg4-card__body ul,
.wg4-card__body ol {
  max-width: 900px;
  margin: 24px 0 0;
  padding-left: 23px;
}

.wg4-section li + li {
  margin-top: 9px;
}

.wg4-section li::marker {
  color: var(--wg4-cyan);
  font-weight: 850;
}

.wg4-section a {
  color: #006b80;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.wg4-section a:hover {
  color: #004e60;
}

.wg4-section.dark h2,
.wg4-section.dark h3,
.wg4-section.dark strong {
  color: #fff !important;
}

.wg4-section.dark p,
.wg4-section.dark li,
.wg4-section.dark a {
  color: #dce7e8 !important;
}

.wg4-section.dark li::marker {
  color: var(--wg4-cyan-light);
}

.wg4-section__intro {
  max-width: 850px;
  margin-bottom: 28px;
}

.wg4-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wg4-card-grid--audience,
.wg4-card-grid--differentiators {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wg4-card-grid--process {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  counter-reset: wg4-step;
}

.wg4-card {
  position: relative;
  min-width: 0;
  min-height: 220px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--wg4-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(17, 24, 29, 0.055);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.wg4-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--wg4-cyan), var(--wg4-green));
  content: "";
}

.wg4-card:hover {
  border-color: rgba(0, 125, 145, 0.32);
  box-shadow: 0 22px 48px rgba(17, 24, 29, 0.095);
  transform: translateY(-4px);
}

.wg4-card__number {
  display: block;
  margin-bottom: 38px;
  color: #728087;
  font-size: 12px;
  font-weight: 850;
}

.wg4-card__body p,
.wg4-card__body li {
  font-size: 15px;
  line-height: 1.6;
}

.wg4-card__body p {
  margin-bottom: 12px;
}

.wg4-card h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.wg4-section--deliverables ul,
.wg4-section--related ul {
  display: grid;
  max-width: none !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  padding: 0 !important;
  list-style: none;
}

.wg4-section--deliverables li,
.wg4-section--related li {
  position: relative;
  margin: 0 !important;
  padding: 17px 18px 17px 44px;
  border-top: 1px solid var(--wg4-line);
}

.wg4-section--deliverables li::before,
.wg4-section--related li::before {
  position: absolute;
  top: 21px;
  left: 17px;
  width: 12px;
  height: 12px;
  border: 3px solid var(--wg4-cyan);
  border-radius: 50%;
  content: "";
}

.wg4-faq-list {
  display: grid;
  max-width: 900px;
  gap: 10px;
}

.wg4-faq {
  border: 1px solid var(--wg4-line);
  border-radius: 8px;
  background: #fff;
}

.wg4-faq summary {
  position: relative;
  min-height: 66px;
  padding: 20px 58px 20px 22px;
  color: var(--wg4-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.wg4-faq summary::-webkit-details-marker {
  display: none;
}

.wg4-faq summary span,
.wg4-faq summary span::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 16px;
  height: 2px;
  background: var(--wg4-cyan);
  content: "";
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.wg4-faq summary span::after {
  inset: 0;
  transform: rotate(90deg);
}

.wg4-faq[open] summary span::after {
  transform: rotate(0deg);
}

.wg4-faq__answer {
  padding: 0 22px 22px;
  border-top: 1px solid rgba(17, 24, 29, 0.08);
}

.wg4-faq__answer p {
  padding-top: 18px;
  font-size: 16px;
}

.wg4-table-wrap {
  width: 100%;
  margin-top: 22px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.wg4-table-wrap table {
  width: 100%;
  min-width: 720px;
  margin: 0 !important;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.035);
}

.wg4-table-wrap th,
.wg4-table-wrap td {
  padding: 15px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: #e8eff0;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

.wg4-table-wrap th {
  background: rgba(111, 196, 207, 0.12);
  color: #fff;
  font-weight: 820;
}

.wg4-viz {
  max-width: 840px;
  margin: 38px 0;
  padding: 26px;
  border: 1px solid var(--wg4-line);
  border-radius: 8px;
  background: var(--wg4-soft);
}

.wg4-viz__label {
  margin: 0 0 8px !important;
  color: var(--wg4-cyan) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px !important;
  font-weight: 850 !important;
  text-transform: uppercase;
}

.wg4-viz h3 {
  margin: 0 0 12px !important;
  font-size: 28px !important;
}

.wg4-viz__plot {
  margin-top: 25px;
}

.wg4-viz__axis {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  color: var(--wg4-muted);
  font: 700 11px/1.2 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wg4-viz__axis span:not(:first-child):not(:last-child) {
  text-align: center;
}

.wg4-viz__axis span:last-child {
  text-align: right;
}

.wg4-viz__track {
  position: relative;
  height: 18px;
  margin: 9px 0 22px;
  border-radius: 2px;
  background: repeating-linear-gradient(90deg, #d7dfde 0, #d7dfde 1px, transparent 1px, transparent 25%), #e9eeed;
}

.wg4-viz__range {
  position: absolute;
  inset: 5px auto 5px 0;
  width: 77%;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--wg4-cyan), var(--wg4-green));
}

.wg4-viz__marker {
  position: absolute;
  top: 1px;
  width: 2px;
  height: 16px;
  background: var(--wg4-ink);
}

.wg4-viz__marker.min { left: 0; }
.wg4-viz__marker.center { left: 31.3%; }
.wg4-viz__marker.max { left: 77%; }

.wg4-viz__values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.wg4-viz__values div {
  padding: 14px;
  border: 1px solid var(--wg4-line);
  border-radius: 6px;
  background: #fff;
}

.wg4-viz__values dt {
  color: var(--wg4-muted);
  font: 750 11px/1.35 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-transform: uppercase;
}

.wg4-viz__values dd {
  margin: 7px 0 0;
  color: var(--wg4-ink);
  font: 850 24px/1.1 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wg4-viz figcaption {
  margin-top: 16px;
  color: var(--wg4-muted);
  font: 650 12px/1.5 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wg4-final-cta {
  position: relative;
  overflow: hidden;
  background: var(--wg4-dark);
}

.wg4-final-cta::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(0, 125, 145, 0.16), transparent 52%, rgba(88, 120, 75, 0.14));
  content: "";
  pointer-events: none;
}

.wg4-final-cta__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding-block: 64px;
}

.wg4-final-cta h2 {
  max-width: 720px;
  margin: 0;
  color: #fff !important;
  font-size: 38px;
  font-weight: 850;
  line-height: 1.08;
}

.wg4-final-cta p:not(.wg4-kicker) {
  max-width: 700px;
  margin: 15px 0 0 !important;
  color: #cfdbdd !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.wg4-final-cta .wg4-actions {
  justify-content: flex-end;
}

.wg4-final-cta .wg4-button--secondary {
  background: transparent;
}

/* Goal-4 articles remain inside the established journalism renderer. */
body.wg4-target.wjn-news-article .wjn-masthead {
  border-bottom: 0 !important;
  background: var(--wg4-dark) !important;
  padding: 42px 24px 34px !important;
}

body.wg4-target.wjn-news-article .wjn-inner,
body.wg4-target.wjn-news-article .wjn-layout,
body.wg4-target.wjn-news-article .wjn-related {
  width: min(1180px, calc(100% - 48px));
}

body.wg4-target.wjn-news-article .wjn-masthead .wg4-breadcrumb {
  margin-bottom: 30px;
}

body.wg4-target.wjn-news-article .wjn-masthead .wg4-breadcrumb a,
body.wg4-target.wjn-news-article .wjn-masthead .wg4-breadcrumb span {
  color: #d9e3e5 !important;
  -webkit-text-fill-color: #d9e3e5 !important;
}

body.wg4-target.wjn-news-article .wjn-masthead .wg4-breadcrumb [aria-current="page"] {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.wg4-target.wjn-news-article .wjn-kicker {
  color: var(--wg4-cyan-light) !important;
}

body.wg4-target.wjn-news-article #main-content .wjn-headline {
  max-width: 1060px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 60px;
  line-height: 1.02;
}

body.wg4-target.wjn-news-article .wjn-lead {
  max-width: 900px;
  color: #dce7e9 !important;
}

body.wg4-target.wjn-news-article .wjn-byline,
body.wg4-target.wjn-news-article .wjn-byline strong {
  border-color: rgba(255, 255, 255, 0.18);
  color: #cbd8da !important;
}

body.wg4-target.wjn-news-article .wjn-hero {
  width: min(1420px, calc(100% - 48px));
  aspect-ratio: 21 / 9;
  margin: 28px auto 0;
  overflow: hidden;
  border-radius: 8px;
  background: #10181c;
}

body.wg4-target.wjn-news-article .wjn-hero img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

body.wg4-target.wjn-news-article .wjn-caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

body.wg4-target.wjn-news-article .wg4-article-context .wg4-status__inner {
  width: min(1180px, calc(100% - 48px));
  grid-template-columns: auto minmax(0, 1fr) auto;
}

body.wg4-target.wjn-news-article .wjn-layout {
  grid-template-columns: minmax(0, 800px) minmax(260px, 1fr);
  margin-top: 42px;
}

body.wg4-target.wjn-news-article .wjn-copy {
  color: #27343b;
  font-size: 19px;
}

body.wg4-target.wjn-news-article .wjn-copy h2 {
  margin-top: 1.8em;
  color: var(--wg4-ink) !important;
  font-size: 34px;
}

body.wg4-target.wjn-news-article .wjn-copy h3 {
  color: var(--wg4-ink) !important;
  font-size: 24px;
}

body.wg4-target.wjn-news-article .wjn-keypoints,
body.wg4-target.wjn-news-article .wjn-box,
body.wg4-target.wjn-news-article .wjn-author-card {
  border-radius: 8px;
}

body.wg4-target.wjn-news-article .wjn-keypoints h2,
body.wg4-target.wjn-news-article .wjn-box h2,
body.wg4-target.wjn-news-article .wjn-author-card h2 {
  color: var(--wg4-ink) !important;
  font-size: 15px;
}

.wg4-service-bridge {
  display: grid;
  width: min(1120px, calc(100% - 48px));
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 28px;
  align-items: center;
  margin: 0 auto 38px;
  padding: 26px;
  border: 1px solid rgba(0, 125, 145, 0.25);
  border-radius: 8px;
  background: var(--wg4-soft);
}

.wg4-service-bridge .wg4-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0 !important;
  color: var(--wg4-cyan) !important;
}

.wg4-service-bridge h2 {
  margin: 0;
  color: var(--wg4-ink) !important;
  font-size: 28px;
  line-height: 1.12;
}

.wg4-service-bridge p:not(.wg4-kicker) {
  grid-column: 1;
  margin: 0 !important;
  color: var(--wg4-copy) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.wg4-service-bridge > a {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: center;
  color: #00677b !important;
  font-weight: 850;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

body.wg4-target.wjn-news-article .wjn-related__card {
  border-radius: 8px;
  animation: none !important;
}

body.wg4-target.wjn-news-article .wg4-final-cta {
  width: 100%;
  margin: 0;
}

body.wg4-motion-ready [data-wg4-section],
body.wg4-motion-ready [data-wg4-viz],
body.wg4-motion-ready .wg4-final-cta,
body.wg4-motion-ready .wg4-service-bridge {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 520ms ease, transform 520ms ease;
}

body.wg4-motion-ready .wg4-in-view {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .wg4-hero h1,
  body.wg4-target.wjn-news-article .wjn-headline {
    font-size: 50px;
  }

  .wg4-card-grid,
  .wg4-card-grid--audience,
  .wg4-card-grid--differentiators,
  .wg4-card-grid--process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.wg4-target.wjn-news-article .wjn-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
  }
}

@media (max-width: 820px) {
  .wg4-shell,
  .wg4-section__inner,
  .wg4-status__inner,
  .wg4-toc__inner,
  .wg4-final-cta__inner,
  body.wg4-target.wjn-news-article .wjn-inner,
  body.wg4-target.wjn-news-article .wjn-layout,
  body.wg4-target.wjn-news-article .wjn-related,
  body.wg4-target.wjn-news-article .wg4-article-context .wg4-status__inner,
  .wg4-service-bridge {
    width: calc(100% - 32px);
  }

  .wg4-hero {
    display: block;
    min-height: 0;
  }

  .wg4-hero__media {
    position: relative;
    z-index: 0;
    display: block;
    aspect-ratio: 21 / 9;
    overflow: hidden;
  }

  .wg4-hero__overlay {
    inset: auto 0 0;
    z-index: 1;
    height: 72px;
    background: linear-gradient(180deg, rgba(17, 26, 31, 0), rgba(17, 26, 31, 1));
  }

  .wg4-hero__inner {
    min-height: 0;
    padding-block: 18px 30px;
  }

  .wg4-hero__copy {
    width: 100%;
    margin-top: 22px;
  }

  .wg4-hero h1 {
    max-width: 700px;
    font-size: 42px;
  }

  .wg4-hero__lead {
    margin-top: 18px !important;
    font-size: 18px !important;
  }

  .wg4-status__inner,
  body.wg4-target.wjn-news-article .wg4-article-context .wg4-status__inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-block: 16px;
  }

  .wg4-status__note {
    padding: 10px 0 0;
    border-top: 1px solid var(--wg4-line);
    border-left: 0;
  }

  .wg4-status__source {
    padding-top: 2px;
  }

  .wg4-section__inner {
    padding-block: 60px;
  }

  .wg4-section h2 {
    font-size: 35px;
  }

  .wg4-final-cta__inner,
  .wg4-service-bridge {
    grid-template-columns: 1fr;
  }

  .wg4-final-cta .wg4-actions {
    justify-content: flex-start;
  }

  .wg4-service-bridge > a {
    grid-column: 1;
    grid-row: auto;
  }

  body.wg4-target.wjn-news-article .wjn-masthead {
    padding-inline: 16px;
  }

  body.wg4-target.wjn-news-article .wjn-headline {
    font-size: 44px;
  }

  body.wg4-target.wjn-news-article .wjn-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .wg4-shell,
  .wg4-section__inner,
  .wg4-status__inner,
  .wg4-toc__inner,
  .wg4-final-cta__inner,
  body.wg4-target.wjn-news-article .wjn-inner,
  body.wg4-target.wjn-news-article .wjn-layout,
  body.wg4-target.wjn-news-article .wjn-related,
  body.wg4-target.wjn-news-article .wg4-article-context .wg4-status__inner,
  .wg4-service-bridge {
    width: calc(100% - 28px);
  }

  .wg4-breadcrumb [aria-current="page"] {
    max-width: 28ch;
  }

  .wg4-hero__inner {
    padding-block: 16px 22px;
  }

  .wg4-hero__copy {
    margin-top: 18px;
  }

  .wg4-hero h1 {
    font-size: 30px;
    line-height: 1.04;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .wg4-hero__lead {
    font-size: 16px !important;
    line-height: 1.48 !important;
  }

  .wg4-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .wg4-button {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .wg4-toc__inner {
    gap: 15px;
  }

  .wg4-toc ol {
    gap: 18px;
  }

  .wg4-section__inner {
    padding-block: 50px;
  }

  .wg4-section h2 {
    margin-bottom: 22px;
    font-size: 30px;
    line-height: 1.1;
  }

  .wg4-section h3 {
    font-size: 21px;
  }

  .wg4-section p,
  .wg4-section li {
    font-size: 16px;
  }

  .wg4-card-grid,
  .wg4-card-grid--audience,
  .wg4-card-grid--differentiators,
  .wg4-card-grid--process,
  .wg4-section--deliverables ul,
  .wg4-section--related ul {
    grid-template-columns: 1fr;
  }

  .wg4-card {
    min-height: 0;
    padding: 22px;
  }

  .wg4-card__number {
    margin-bottom: 24px;
  }

  .wg4-viz {
    padding: 20px 16px;
  }

  .wg4-viz h3 {
    font-size: 24px !important;
  }

  .wg4-viz__values {
    grid-template-columns: 1fr;
  }

  .wg4-service-bridge {
    padding: 22px 20px;
  }

  .wg4-service-bridge h2 {
    font-size: 22px;
    line-height: 1.15;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .wg4-final-cta__inner {
    padding-block: 50px;
  }

  .wg4-final-cta h2 {
    font-size: 31px;
  }

  body.wg4-target.wjn-news-article .wjn-masthead {
    padding: 30px 14px 26px;
  }

  body.wg4-target.wjn-news-article .wjn-masthead .wg4-breadcrumb {
    margin-bottom: 22px;
  }

  body.wg4-target.wjn-news-article .wjn-headline {
    font-size: 32px;
    line-height: 1.04;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  body.wg4-target.wjn-news-article .wjn-lead {
    font-size: 18px;
  }

  body.wg4-target.wjn-news-article .wjn-hero {
    width: calc(100% - 28px);
  }

  body.wg4-target.wjn-news-article .wjn-copy {
    font-size: 17px;
    line-height: 1.7;
  }

  body.wg4-target.wjn-news-article .wjn-copy h2 {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.wg4-target *,
  body.wg4-target *::before,
  body.wg4-target *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  body.wg4-target .wg4-toc,
  body.wg4-target .wg4-actions,
  body.wg4-target .wg4-final-cta,
  body.wg4-target .wg4-service-bridge,
  body.wg4-target .wjn-related {
    display: none !important;
  }

  body.wg4-target .wg4-hero,
  body.wg4-target .wjn-masthead,
  body.wg4-target .wg4-section.dark {
    min-height: 0;
    background: #fff !important;
    color: #111 !important;
  }

  body.wg4-target .wg4-hero__media,
  body.wg4-target .wg4-hero__overlay,
  body.wg4-target .wjn-hero {
    display: none !important;
  }

  body.wg4-target .wg4-hero h1,
  body.wg4-target .wjn-headline,
  body.wg4-target .wg4-section.dark h2,
  body.wg4-target .wg4-section.dark p,
  body.wg4-target .wg4-section.dark li {
    color: #111 !important;
  }

  body.wg4-target .wg4-section__inner {
    padding-block: 26px;
  }
}
