/* General Sans is hosted by the parent Portland_PR theme assets directory. */
@font-face {
  font-family: "General Sans";
  src: url("../../assets/fonts/GeneralSans-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "General Sans";
  src: url("../../assets/fonts/GeneralSans-Medium.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "General Sans";
  src: url("../../assets/fonts/GeneralSans-Semibold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "General Sans";
  src: url("../../assets/fonts/GeneralSans-Semibold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

.report-2026 {
  --report-fixed-nav-height: 96px;
  --report-host-header-height: var(--report-fixed-nav-height);
  --report-scroll-safe-top: calc(var(--report-host-header-height) + clamp(20px, 4vh, 48px));
  --report-page-padding: var(--space-xl, 32px);
  --report-viewport-width: 100vw;
  max-width: var(--layout-max-width, 1440px);
  margin: 0 auto;
  padding: var(--report-page-padding);
  scroll-padding-top: var(--report-scroll-safe-top);
  background: #ffffff;
  color: var(--color-portland-blue, #00205b);
  font-family: var(--font-sans, "Avenir Next", "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif);
  font-kerning: normal;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  word-spacing: normal;
}

.report-2026 *,
.report-2026 *::before,
.report-2026 *::after {
  box-sizing: border-box;
}

.report-2026 a {
  color: inherit;
}

.report-2026__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.report-2026 button,
.report-2026 input {
  font: inherit;
}

.report-2026 button,
.elementor-kit-5 .report-2026 button {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: none;
  white-space: normal;
  -webkit-appearance: none;
  appearance: none;
}

.report-2026 h1,
.report-2026 h2,
.report-2026 h3,
.report-2026 p {
  margin-top: 0;
}

.report-2026__intro {
  max-width: 900px;
  margin: 0 auto;
}

.report-2026__hero {
  position: relative;
  display: grid;
  align-items: center;
  width: var(--report-viewport-width, 100vw);
  min-height: 100svh;
  margin: calc(0px - var(--report-page-padding)) calc(50% - (var(--report-viewport-width, 100vw) / 2)) 0;
  padding: max(clamp(72px, 10vh, 128px), var(--report-scroll-safe-top)) clamp(24px, 6vw, 88px) clamp(72px, 10vh, 128px);
  border-bottom: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.14));
  background:
    linear-gradient(rgba(0, 32, 91, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 32, 91, 0.045) 1px, transparent 1px),
    linear-gradient(132deg, #ffffff 0%, #f7faff 48%, #dfe8fd 100%);
  background-size: 96px 96px, 96px 96px, auto;
  overflow: clip;
}

.report-2026__hero::before {
  position: absolute;
  z-index: 1;
  content: "";
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 26% 50%, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.66) 28%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 72%);
}

.report-2026__hero-signal-field {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.report-2026__signal-field {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.report-2026__hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--layout-max-width, 1440px), 100%);
  margin: 0 auto;
}

.report-2026__hero-copy {
  position: relative;
  z-index: 2;
  max-width: 860px;
}

.report-2026__hero-kicker {
  display: inline-flex;
  min-height: 40px;
  margin: 0 0 var(--space-xl, 32px);
  padding: 0 var(--space-ms, 16px);
  align-items: center;
  gap: 0.35em;
  border: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.14));
  border-radius: var(--radius-pill, 6px);
  background: rgba(255, 255, 255, 0.78);
  color: var(--color-portland-blue, #00205b);
  font-size: var(--font-size-ui, 14px);
  line-height: var(--line-height-ui, 18px);
  box-shadow: var(--elevation-resting-surface, 0 1px 0 rgba(0, 32, 91, 0.08));
}

.report-2026__hero-kicker strong {
  font-weight: var(--font-weight-semibold, 600);
}

.report-2026__hero-kicker span {
  color: rgba(0, 32, 91, 0.86);
}

.report-2026 .report-2026__hero h1 {
  max-width: 960px;
  margin-bottom: var(--space-xl, 32px);
  color: var(--color-portland-blue, #00205b);
  font-weight: var(--title-font-weight, 500);
  letter-spacing: var(--title-letter-spacing, -0.015em);
  word-spacing: normal;
}

.report-2026 .report-2026__hero h1 > span {
  display: block;
}

.report-2026__hero-title-main {
  max-width: 960px;
  font-size: clamp(52px, 6.1vw, 92px);
  hyphens: manual;
  line-height: 1;
  overflow-wrap: normal;
  word-break: normal;
  word-spacing: normal;
}

.report-2026__hero-title-sub {
  max-width: 820px;
  margin-top: clamp(18px, 2.4vw, 34px);
  color: var(--color-catalyst-blue, #0045c3);
  font-family: var(--emphasis-font-family, "Times New Roman", serif);
  font-size: clamp(29px, 3.65vw, 56px);
  font-style: var(--emphasis-font-style, italic);
  font-weight: var(--font-weight-regular, 400);
  hyphens: manual;
  letter-spacing: 0;
  line-height: 1.12;
  overflow-wrap: normal;
  word-break: normal;
  word-spacing: normal;
}

.report-2026 .report-2026__hero h1.is-title-animated {
  perspective: 900px;
}

.report-2026__hero-title-line {
  display: block;
  margin-block: -0.08em -0.2em;
  overflow: clip;
  padding-block: 0.08em 0.2em;
}

.report-2026__hero-title-word {
  display: inline-block;
  white-space: nowrap;
}

.report-2026__hero-title-space {
  display: inline-block;
  width: 0.24em;
  min-width: 0.24em;
  white-space: pre;
}

.report-2026__hero-title-keep,
.report-2026__hero-title-phrase {
  display: inline-block;
  white-space: nowrap;
}

.report-2026__hero-title-row {
  display: block;
  white-space: nowrap;
}

.report-2026__hero-title-letter {
  display: inline-block;
  transform-origin: 50% 80%;
  will-change: opacity, filter, transform;
}

.report-2026__hero-title-letter--space {
  width: 0.24em;
}

.report-2026 h2.is-heading-animated {
  will-change: transform;
}

.report-2026__heading-word {
  display: inline;
  will-change: opacity;
}

.report-2026__hero-year {
  display: inline-block;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  white-space: nowrap;
}

.report-2026__hero .report-2026__lede {
  max-width: 680px;
  font-family: var(--font-sans, "Avenir Next", "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif);
  font-size: clamp(16px, 1.16vw, 20px);
  font-style: normal;
  line-height: 1.55;
  padding-bottom: 0.08em;
  word-spacing: normal;
}

.report-2026__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-ms, 16px);
  margin-top: var(--space-xxl, 48px);
}

.report-2026__button {
  display: inline-flex;
  min-height: var(--button-min-height, 48px);
  padding: 0 var(--button-padding-x, 32px);
  align-items: center;
  justify-content: center;
  gap: var(--button-gap, 12px);
  border: 1px solid transparent;
  border-radius: var(--button-radius-pill, 3px);
  font-size: var(--button-font-size, 16px);
  font-weight: var(--font-weight-medium, 500);
  line-height: 1;
  letter-spacing: var(--button-letter-spacing, 0.01em);
  text-decoration: none;
  transition:
    background var(--duration-respond, 180ms) var(--ease-respond, ease),
    border-color var(--duration-respond, 180ms) var(--ease-respond, ease),
    color var(--duration-respond, 180ms) var(--ease-respond, ease),
    transform var(--duration-snap, 120ms) var(--ease-snap, ease);
}

.report-2026__button:hover {
  transform: translateY(-1px);
}

.report-2026__button:active {
  transform: scale(var(--button-active-scale, 0.98));
}

.report-2026 .report-2026__button--primary {
  border-color: var(--color-catalyst-blue, #0045c3);
  background: var(--color-catalyst-blue, #0045c3);
  color: #ffffff;
}

.report-2026__hero-actions .report-2026__button--primary {
  border-color: var(--color-portland-blue, #00205b);
  background: var(--color-portland-blue, #00205b);
}

.report-2026 .report-2026__button--download {
  border-color: var(--color-portland-blue, #00205b);
  border-radius: var(--button-radius-pill, 3px);
  background: var(--color-portland-blue, #00205b);
  color: #ffffff;
}

.report-2026 .report-2026__button--download:hover {
  border-color: var(--color-catalyst-blue, #0045c3);
  background: var(--color-catalyst-blue, #0045c3);
}

.report-2026 .report-2026__button--download-on-dark,
.report-2026 .report-2026__button--download-on-dark:hover {
  border-color: var(--color-catalyst-blue, #0045c3);
  background: var(--color-catalyst-blue, #0045c3);
  color: #ffffff;
}

.report-2026__button-download-icon {
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
  object-fit: contain;
  pointer-events: none;
}

.report-2026 .report-2026__button--secondary {
  border-color: rgba(0, 32, 91, 0.34);
  background: rgba(255, 255, 255, 0.62);
  color: var(--color-portland-blue, #00205b);
}

.report-2026 .report-2026__button--secondary:hover {
  border-color: var(--color-portland-blue, #00205b);
  background: #ffffff;
}

.report-2026__hero-actions .report-2026__button--secondary {
  border-width: 2px;
  border-color: var(--color-catalyst-blue, #0045c3);
  background: rgba(255, 255, 255, 0.34);
  color: var(--color-catalyst-blue, #0045c3);
}

.report-2026__hero-actions .report-2026__button--secondary:hover,
.report-2026__hero-actions .report-2026__button--secondary:focus-visible {
  border-color: var(--color-catalyst-blue, #0045c3);
  background: var(--color-catalyst-blue, #0045c3);
  color: #ffffff;
}

.report-2026__audience-header h2,
.report-2026__source-ecosystem-header h2 {
  scroll-margin-top: var(--report-scroll-safe-top);
}

.report-2026__year-compare {
  width: var(--report-viewport-width, 100vw);
  margin: 0 calc(50% - (var(--report-viewport-width, 100vw) / 2));
  border-block: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.14));
  background: #ffffff;
  color: var(--color-portland-blue, #00205b);
  overflow: clip;
}

.report-2026__year-compare-header {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: var(--space-xl, 32px);
  width: min(var(--layout-max-width, 1440px), 100%);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 78px) clamp(24px, 6vw, 88px);
  border-inline: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.1));
  background: rgba(255, 255, 255, 0.96);
}

.report-2026__year-compare-header h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--color-portland-blue, #00205b);
  font-size: clamp(30px, 3.3vw, 46px);
  font-weight: var(--title-font-weight, 500);
  line-height: 1.08;
  letter-spacing: 0;
}

.report-2026__year-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: clamp(500px, 58vw, 680px);
  border-top: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.14));
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(0, 32, 91, 0.12) calc(50% - 0.5px), rgba(0, 32, 91, 0.12) calc(50% + 0.5px), transparent calc(50% + 0.5px)),
    linear-gradient(180deg, rgba(223, 232, 253, 0.16) 0%, rgba(255, 255, 255, 0.78) 34%, rgba(255, 255, 255, 0.96) 100%);
}

.report-2026__year-compare-panel {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: var(--space-lg, 24px);
  min-width: 0;
  padding: clamp(28px, 4vw, 56px) clamp(24px, 6vw, 88px) clamp(28px, 4vw, 52px);
}

.report-2026__year-compare-panel--current {
  background:
    linear-gradient(180deg, rgba(223, 232, 253, 0.2) 0%, rgba(223, 232, 253, 0.28) 42%, rgba(255, 255, 255, 0.88) 100%);
}

.report-2026__year-compare-panel-header {
  max-width: 560px;
}

.report-2026__year-compare-panel-header p {
  margin-bottom: var(--space-sm, 12px);
  color: var(--color-catalyst-blue, #0045c3);
  font-size: var(--font-size-micro, 12px);
  font-weight: var(--font-weight-semibold, 600);
  line-height: var(--line-height-micro, 14px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.report-2026__year-compare-panel-header h3 {
  max-width: 18ch;
  margin-bottom: 0;
  color: inherit;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: var(--title-font-weight, 500);
  line-height: 1.18;
  letter-spacing: 0;
}

.report-2026__year-compare-chart {
  display: grid;
  align-content: end;
  align-items: end;
  min-height: clamp(300px, 35vw, 430px);
}

.report-2026__year-compare-value {
  z-index: 1;
  margin: 0 0 var(--space-ms, 16px);
  color: var(--color-catalyst-blue, #0045c3);
  font-size: clamp(40px, 5vw, 76px);
  font-weight: var(--title-font-weight, 500);
  line-height: 0.96;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.report-2026__year-compare-bar-wrap {
  position: relative;
  width: min(100%, 520px);
  height: clamp(180px, 28vw, 330px);
  border: var(--border-hairline, 1px solid rgba(0, 69, 195, 0.34));
  border-radius: 16px 16px 0 0;
  background: transparent;
  overflow: hidden;
}

.report-2026__year-compare-bar {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(223, 232, 253, 0.68) 46%, var(--color-balance-blue, #dfe8fd) 100%);
  transform-origin: bottom;
  will-change: transform;
}

.report-2026__year-compare-panel--current .report-2026__year-compare-bar {
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(223, 232, 253, 0.52) 36%, rgba(111, 153, 255, 0.9) 100%);
}

.report-2026__year-compare-caption {
  max-width: 32ch;
  margin: 0;
  color: rgba(0, 32, 91, 0.86);
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.42;
  letter-spacing: 0;
}

.report-2026__year-compare.is-ready .report-2026__year-compare-bar {
  transform: scaleY(0);
}

.report-2026__year-compare.is-ready .report-2026__year-compare-header > *:not(h2),
.report-2026__year-compare.is-ready .report-2026__year-compare-panel,
.report-2026__year-compare.is-ready .report-2026__year-compare-value,
.report-2026__year-compare.is-ready .report-2026__year-compare-caption {
  opacity: 0;
}

.report-2026__year-compare.is-fallback .report-2026__year-compare-bar,
.report-2026__year-compare.is-reduced-motion .report-2026__year-compare-bar {
  transform: scaleY(1);
}

.report-2026__year-compare.is-fallback .report-2026__year-compare-header > *:not(h2),
.report-2026__year-compare.is-fallback .report-2026__year-compare-panel,
.report-2026__year-compare.is-fallback .report-2026__year-compare-value,
.report-2026__year-compare.is-fallback .report-2026__year-compare-caption,
.report-2026__year-compare.is-reduced-motion .report-2026__year-compare-header > *:not(h2),
.report-2026__year-compare.is-reduced-motion .report-2026__year-compare-panel,
.report-2026__year-compare.is-reduced-motion .report-2026__year-compare-value,
.report-2026__year-compare.is-reduced-motion .report-2026__year-compare-caption {
  opacity: 1;
}

.report-2026__lede {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(0, 32, 91, 0.9);
  font-family: var(--emphasis-font-family, "Times New Roman", serif);
  font-size: 21px;
  font-style: var(--emphasis-font-style, italic);
  line-height: 1.45;
}

.report-2026__section {
  max-width: 900px;
  margin: 0 auto;
  padding: var(--section-space-tablet, 64px) 0;
  border-bottom: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.14));
}

.report-2026__section-header {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: var(--space-xl, 32px);
  align-items: start;
  margin-bottom: var(--space-xl, 32px);
}

.report-2026__section-header h2 {
  margin-bottom: var(--space-sm, 12px);
  font-size: var(--font-size-h3, 36px);
  font-weight: var(--title-font-weight, 500);
  line-height: var(--line-height-h3, 42px);
  letter-spacing: var(--title-letter-spacing, -0.015em);
}

.report-2026__section-header p {
  margin-bottom: 0;
  color: rgba(0, 32, 91, 0.9);
  font-size: var(--font-size-body, 18px);
  line-height: var(--line-height-body, 28px);
}

.report-2026__progress-story {
  position: relative;
  width: var(--report-viewport-width, 100vw);
  min-height: clamp(720px, 92vh, 900px);
  margin: 0 calc(50% - (var(--report-viewport-width, 100vw) / 2));
  padding: clamp(48px, 7vh, 80px) 0 clamp(120px, 16vh, 180px);
  border-bottom: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.14));
  background: #ffffff;
  color: var(--color-portland-blue, #00205b);
  overflow: clip;
}

.report-2026__progress-copy {
  position: relative;
  z-index: 2;
  width: min(var(--layout-max-width, 1440px), 100%);
  margin: 0 auto;
  padding: clamp(18px, 3vh, 32px) clamp(24px, 6vw, 88px) 0;
}

.report-2026__progress-intro {
  max-width: 780px;
  margin: 0 0 clamp(14px, 1.9vh, 22px);
  color: var(--color-portland-blue, #00205b);
  font-size: clamp(var(--font-size-h3, 36px), 4vw, var(--font-size-h2, 48px));
  font-weight: var(--title-font-weight, 500);
  line-height: clamp(var(--line-height-h3, 42px), 4.3vw, var(--line-height-h2, 52px));
  letter-spacing: var(--title-letter-spacing, -0.015em);
}

.report-2026__progress-subcopy {
  max-width: 690px;
  margin: 0;
  color: rgba(0, 32, 91, 0.9);
  font-size: var(--font-size-body, 18px);
  line-height: var(--line-height-body, 28px);
  letter-spacing: 0;
  text-wrap: balance;
}

.report-2026 .report-2026__progress-support {
  max-width: 610px;
  margin: clamp(14px, 1.7vh, 18px) 0 0;
  color: rgba(0, 32, 91, 0.86);
  font-size: clamp(13px, 1vw, 15px);
  font-weight: var(--font-weight-regular, 400);
  line-height: 1.42;
  letter-spacing: 0;
  text-wrap: balance;
}

.report-2026__progress-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm, 12px);
  margin-top: clamp(16px, 2vh, 20px);
}

.report-2026__progress-chart {
  position: absolute;
  inset: clamp(260px, 34vh, 340px) 0 clamp(36px, 5vh, 64px);
}

.report-2026__progress-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.report-2026__progress-area {
  fill: url("#report-2026-progress-fill");
  opacity: 0.92;
  transform-origin: left bottom;
}

.report-2026__progress-line {
  fill: none;
  stroke: var(--color-catalyst-blue, #0045c3);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  vector-effect: non-scaling-stroke;
}

.report-2026__progress-point {
  position: absolute;
  left: var(--progress-point-x);
  top: var(--progress-point-y);
  min-width: clamp(180px, 18vw, 260px);
  color: var(--color-portland-blue, #00205b);
  transform: translate(0, -8px);
  will-change: transform, opacity;
}

.report-2026__progress-dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 3px rgba(0, 32, 91, 0.12);
  transform: translate(-50%, -50%);
}

.report-2026__progress-guide {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: var(--progress-guide-height, clamp(156px, 25vh, 236px));
  border-left: 2px dashed currentColor;
  opacity: 0.52;
  transform-origin: top;
}

.report-2026__progress-value {
  display: block;
  margin: clamp(12px, 1.5vw, 18px) 0 0 clamp(14px, 1.8vw, 22px);
  color: currentColor;
  font-size: clamp(34px, 3.9vw, 54px);
  font-weight: var(--title-font-weight, 500);
  line-height: 0.95;
  letter-spacing: 0;
  white-space: nowrap;
}

.report-2026__progress-number {
  font-variant-numeric: tabular-nums;
}

.report-2026__progress-label {
  display: block;
  margin: clamp(54px, 8vh, 84px) 0 0 clamp(14px, 1.8vw, 22px);
  color: currentColor;
  font-size: clamp(14px, 1.12vw, 18px);
  font-weight: var(--font-weight-semibold, 600);
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.report-2026__progress-context {
  display: block;
  max-width: 21ch;
  margin: 6px 0 0 clamp(14px, 1.8vw, 22px);
  color: rgba(0, 32, 91, 0.86);
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: var(--font-weight-regular, 400);
  line-height: 1.25;
  letter-spacing: 0;
}

.report-2026__progress-point--current {
  min-width: clamp(210px, 24vw, 340px);
  color: var(--color-portland-blue, #00205b);
}

.report-2026__progress-point--current .report-2026__progress-dot {
  width: 14px;
  height: 14px;
  box-shadow:
    0 0 0 4px rgba(0, 32, 91, 0.12),
    0 18px 38px rgba(0, 32, 91, 0.2);
}

.report-2026__progress-point--current .report-2026__progress-value {
  font-size: clamp(52px, 7.4vw, 104px);
  font-weight: var(--font-weight-semibold, 600);
}

.report-2026__progress-point--current .report-2026__progress-label {
  margin-top: clamp(62px, 10vh, 104px);
  font-size: clamp(16px, 1.4vw, 22px);
}

.report-2026__influence-bars {
  position: relative;
  width: var(--report-viewport-width, 100vw);
  margin: 0 calc(50% - (var(--report-viewport-width, 100vw) / 2));
  padding: var(--section-space-desktop, 96px) 0;
  border-bottom: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.14));
  background:
    linear-gradient(rgba(0, 32, 91, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 32, 91, 0.045) 1px, transparent 1px),
    #ffffff;
  background-size: 96px 96px, 96px 96px, auto;
  color: var(--color-portland-blue, #00205b);
  overflow: clip;
}

.report-2026__influence-bars-header {
  width: min(var(--layout-max-width, 1440px), 100%);
  margin: 0 auto var(--space-xxl, 48px);
  padding: 0 clamp(24px, 6vw, 88px);
}

.report-2026__influence-bars-heading {
  display: grid;
  gap: var(--space-md, 17px);
  max-width: 760px;
}

.report-2026__influence-bars-header h1,
.report-2026__influence-bars-header h2 {
  margin-bottom: 0;
  color: inherit;
  font-size: clamp(var(--font-size-h3, 36px), 4vw, var(--font-size-h2, 48px));
  font-weight: var(--title-font-weight, 500);
  line-height: clamp(var(--line-height-h3, 42px), 4.3vw, var(--line-height-h2, 52px));
  letter-spacing: var(--title-letter-spacing, -0.015em);
}

.report-2026__influence-bars-copy {
  max-width: 720px;
  margin: 0;
  color: rgba(0, 32, 91, 0.9);
  font-size: var(--font-size-body, 18px);
  line-height: var(--line-height-body, 28px);
  text-wrap: balance;
}

.report-2026__trust-matrix-intro {
  width: var(--report-viewport-width, 100vw);
  margin: 0 calc(50% - (var(--report-viewport-width, 100vw) / 2));
  padding: var(--section-space-desktop, 96px) 0 var(--space-xl, 32px);
  background: #ffffff;
  color: var(--color-portland-blue, #00205b);
}

.report-2026__trust-matrix-intro .report-2026__influence-bars-header {
  margin-bottom: 0;
}

.report-2026__influence-bars-list {
  display: grid;
  width: 100%;
  margin: 0 auto;
}

.report-2026__influence-bar {
  position: relative;
  z-index: 2;
  border-top: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.14));
  color: var(--color-portland-blue, #00205b);
}

.report-2026__influence-bar:last-child {
  border-bottom: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.14));
}

.report-2026__influence-bar-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(150px, 0.58fr);
  gap: clamp(var(--space-lg, 24px), 4vw, 72px);
  align-items: center;
  width: var(--bar-size);
  min-height: clamp(132px, 16vw, 196px);
  padding: clamp(var(--space-lg, 24px), 4vw, var(--space-xxl, 48px)) clamp(24px, 6vw, 88px);
  background: var(--bar-fill);
  box-shadow: inset -1px 0 rgba(0, 32, 91, 0.14);
  overflow: hidden;
}

.report-2026__influence-bar-copy {
  max-width: 340px;
}

.report-2026__influence-bar-copy h3 {
  margin-bottom: var(--space-lg, 24px);
  color: inherit;
  font-size: clamp(18px, 1.7vw, var(--font-size-h5, 22px));
  font-weight: var(--font-weight-semibold, 600);
  line-height: var(--line-height-h5, 30px);
  letter-spacing: 0;
}

.report-2026__influence-bar-copy p {
  margin-bottom: 0;
  color: currentColor;
  font-size: var(--font-size-micro, 12px);
  font-weight: var(--font-weight-semibold, 600);
  line-height: var(--line-height-micro, 14px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.7;
}

.report-2026__influence-bar-value {
  justify-self: end;
  margin-bottom: 0;
  color: inherit;
  font-size: clamp(58px, 9vw, 120px);
  font-weight: var(--title-font-weight, 500);
  line-height: 0.85;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.report-2026__influence-bar--dark,
.report-2026__influence-bar--brand {
  color: #ffffff;
}

.report-2026__influence-bar--dark .report-2026__influence-bar-copy p,
.report-2026__influence-bar--brand .report-2026__influence-bar-copy p {
  color: rgba(255, 255, 255, 0.98);
}

.report-2026__influence-bar--dark .report-2026__influence-bar-value,
.report-2026__influence-bar--brand .report-2026__influence-bar-value {
  color: #ffffff;
}

.report-2026__influence-bar--light {
  color: var(--color-portland-blue, #00205b);
}

.report-2026__influence-bar--light .report-2026__influence-bar-value {
  color: rgba(0, 32, 91, 0.58);
}

.report-2026__influence-bars--source-volume .report-2026__influence-bars-list {
  gap: 0;
}

.report-2026__influence-bars--source-volume .report-2026__influence-bar--light {
  display: grid;
  grid-template-columns: minmax(320px, 37%) minmax(0, 1fr);
  align-items: stretch;
}

.report-2026__influence-bars--source-volume .report-2026__influence-bar-panel {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(var(--space-md, 17px), 2.8vw, var(--space-xl, 32px));
  width: min(100%, max(var(--bar-size), 320px));
  min-height: clamp(126px, 13vw, 176px);
  padding: clamp(var(--space-lg, 24px), 3vw, var(--space-xl, 32px)) clamp(24px, 5vw, 72px);
}

.report-2026__influence-bars--source-volume .report-2026__influence-bar--light .report-2026__influence-bar-panel {
  width: 100%;
}

.report-2026__source-volume-summary {
  display: flex;
  gap: var(--space-lg, 24px);
  align-items: baseline;
  justify-content: space-between;
}

.report-2026__influence-bars--source-volume .report-2026__influence-bar-copy {
  max-width: none;
}

.report-2026__influence-bars--source-volume .report-2026__influence-bar-copy h3 {
  margin-bottom: 0;
}

.report-2026__influence-bars--source-volume .report-2026__influence-bar-value {
  justify-self: auto;
  font-size: clamp(34px, 5.2vw, 78px);
}

.report-2026__influence-bars--source-volume .report-2026__influence-bar-value span:last-child {
  display: inline-block;
  margin-left: 0.18em;
  font-size: 0.24em;
  font-weight: var(--font-weight-semibold, 600);
  line-height: 1;
  text-transform: uppercase;
  vertical-align: 0.42em;
}

.report-2026__source-volume-tiles {
  display: grid;
  grid-template-columns: repeat(var(--source-count), minmax(8px, 1fr));
  gap: clamp(3px, 0.42vw, 7px);
  align-items: stretch;
  width: 100%;
}

.report-2026__source-volume-tiles span {
  position: relative;
  display: block;
  min-width: 8px;
  height: clamp(28px, 4.2vw, 52px);
  border: 1px solid color-mix(in srgb, currentColor 54%, transparent);
  border-radius: 2px;
  background:
    linear-gradient(currentColor 0 0) 18% 25% / 42% 2px no-repeat,
    linear-gradient(currentColor 0 0) 18% 43% / 62% 2px no-repeat,
    linear-gradient(currentColor 0 0) 18% 61% / 50% 2px no-repeat,
    color-mix(in srgb, currentColor 18%, transparent);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.26) inset,
    0 7px 14px rgba(0, 16, 48, 0.1);
  opacity: 0.24;
}

.report-2026__source-volume-tiles span::after {
  position: absolute;
  content: "";
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 calc(100% - 9px), color-mix(in srgb, currentColor 20%, transparent) calc(100% - 8px) 100%);
  pointer-events: none;
}

.report-2026__influence-bar--dark .report-2026__source-volume-tiles span,
.report-2026__influence-bar--brand .report-2026__source-volume-tiles span {
  border-color: rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(rgba(0, 32, 91, 0.42) 0 0) 18% 25% / 42% 2px no-repeat,
    linear-gradient(rgba(0, 32, 91, 0.34) 0 0) 18% 43% / 62% 2px no-repeat,
    linear-gradient(rgba(0, 32, 91, 0.28) 0 0) 18% 61% / 50% 2px no-repeat,
    rgba(243, 247, 255, 0.9);
  opacity: 1;
}

.report-2026__influence-bar--dark .report-2026__source-volume-tiles span::after,
.report-2026__influence-bar--brand .report-2026__source-volume-tiles span::after {
  background:
    linear-gradient(135deg, transparent 0 calc(100% - 9px), rgba(0, 32, 91, 0.16) calc(100% - 8px) 100%);
}

.report-2026__influence-bar--light .report-2026__source-volume-tiles span {
  border-color: rgba(0, 32, 91, 0.24);
  background:
    linear-gradient(rgba(0, 32, 91, 0.46) 0 0) 18% 25% / 42% 2px no-repeat,
    linear-gradient(rgba(0, 32, 91, 0.38) 0 0) 18% 43% / 62% 2px no-repeat,
    linear-gradient(rgba(0, 32, 91, 0.28) 0 0) 18% 61% / 50% 2px no-repeat,
    rgba(255, 255, 255, 0.38);
  opacity: 1;
}

.report-2026__influence-bar--light .report-2026__source-volume-tiles span::after {
  background:
    linear-gradient(135deg, transparent 0 calc(100% - 9px), rgba(0, 32, 91, 0.12) calc(100% - 8px) 100%);
}

.report-2026__source-volume-support {
  align-self: center;
  max-width: 740px;
  margin: 0;
  padding: clamp(var(--space-lg, 24px), 3vw, var(--space-xl, 32px)) clamp(24px, 6vw, 88px);
  color: rgba(0, 32, 91, 0.9);
  font-size: var(--font-size-body-small, 16px);
  font-weight: var(--font-weight-semibold, 600);
  line-height: var(--line-height-body-small, 24px);
}

.report-2026__influence-bars.is-ready .report-2026__influence-bar-panel {
  clip-path: inset(0 100% 0 0);
}

.report-2026__influence-bars.is-ready .report-2026__influence-bar-panel > * {
  opacity: 0;
}

.report-2026__influence-bars--source-volume.is-ready .report-2026__influence-bar-panel > .report-2026__source-volume-summary,
.report-2026__influence-bars--source-volume.is-ready .report-2026__influence-bar-panel > .report-2026__source-volume-tiles {
  opacity: 1;
}

.report-2026__influence-bars.is-fallback .report-2026__influence-bar-panel,
.report-2026__influence-bars.is-reduced-motion .report-2026__influence-bar-panel {
  clip-path: inset(0 0 0 0);
}

.report-2026__influence-bars.is-fallback .report-2026__influence-bar-panel > *,
.report-2026__influence-bars.is-reduced-motion .report-2026__influence-bar-panel > * {
  opacity: 1;
}

.report-2026__source-ecosystem {
  width: var(--report-viewport-width, 100vw);
  margin: 0 calc(50% - (var(--report-viewport-width, 100vw) / 2));
  padding: clamp(64px, 8vw, 112px) 0;
  border-bottom: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.14));
  background:
    linear-gradient(rgba(0, 32, 91, 0.042) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 32, 91, 0.042) 1px, transparent 1px),
    rgb(253, 254, 255);
  background-size: 96px 96px, 96px 96px, auto;
  color: var(--color-portland-blue, #00205b);
  overflow: clip;
}

.report-2026__source-ecosystem-inner {
  display: grid;
  gap: clamp(var(--space-xl, 32px), 5vw, 64px);
  width: min(var(--layout-max-width, 1440px), 100%);
  margin: 0 auto;
  padding: 0 clamp(24px, 6vw, 88px);
}

.report-2026__source-ecosystem-header {
  position: relative;
  display: grid;
  gap: var(--space-lg, 24px);
  max-width: 820px;
}

.report-2026__source-ecosystem-header h2 {
  display: grid;
  gap: 0.04em;
  max-width: 820px;
  margin-bottom: 0;
  color: inherit;
  font-size: clamp(var(--font-size-h3, 36px), 4vw, var(--font-size-h2, 48px));
  font-weight: var(--title-font-weight, 500);
  line-height: clamp(var(--line-height-h3, 42px), 4.3vw, var(--line-height-h2, 52px));
  letter-spacing: var(--title-letter-spacing, -0.015em);
}

.report-2026__source-ecosystem-header h2 span {
  display: block;
}

.report-2026__source-ecosystem-header h2 span + span {
  color: var(--color-catalyst-blue, #0045c3);
}

.report-2026__source-ecosystem-header p {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(0, 32, 91, 0.9);
  font-size: var(--font-size-body, 18px);
  line-height: var(--line-height-body, 28px);
  letter-spacing: 0;
}

.report-2026__source-preview {
  position: relative;
  display: grid;
  gap: var(--space-lg, 24px);
  width: 100%;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(0, 69, 195, 0.22);
  border-radius: var(--radius-soft, 6px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 255, 0.9)),
    rgb(253, 254, 255);
  box-shadow: 0 22px 56px rgba(0, 32, 91, 0.08);
}

.report-2026__source-preview::before {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(223, 232, 253, 0.34), rgba(255, 255, 255, 0)),
    radial-gradient(ellipse at 74% 70%, rgba(223, 232, 253, 0.62) 0%, rgba(223, 232, 253, 0) 48%);
  opacity: 0.64;
  pointer-events: none;
}

.report-2026__source-preview > * {
  position: relative;
  z-index: 1;
}

.report-2026__source-preview-lock,
.report-2026__source-locked-icon {
  display: grid;
  place-items: center;
  color: var(--color-portland-blue, #00205b);
}

.report-2026__source-preview-lock {
  justify-self: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(223, 232, 253, 0.74);
}

.report-2026__source-preview-lock svg,
.report-2026__source-locked-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.report-2026__source-preview h3 {
  margin: calc(var(--space-sm, 12px) * -1) 0 0;
  color: inherit;
  font-size: clamp(21px, 2.2vw, 30px);
  font-weight: var(--font-weight-semibold, 600);
  line-height: 1.18;
  letter-spacing: 0;
  text-align: center;
}

.report-2026__source-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs, 8px);
  align-items: center;
  justify-content: center;
  padding-bottom: var(--space-ms, 16px);
  border-bottom: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.14));
}

.report-2026__source-chip-pair {
  display: inline-flex;
  flex: 0 0 auto;
  gap: var(--space-xs, 8px);
}

.report-2026 .report-2026__source-chip,
.elementor-kit-5 .report-2026 .report-2026__source-chip {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 14px;
  border: 1px solid rgba(0, 69, 195, 0.52);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--color-catalyst-blue, #0045c3);
  cursor: pointer;
  font-size: var(--font-size-ui, 14px);
  font-weight: var(--font-weight-semibold, 600);
  line-height: var(--line-height-ui, 18px);
  text-align: center;
  white-space: nowrap;
  transition:
    background-color var(--duration-respond, 180ms) var(--ease-respond, ease),
    border-color var(--duration-respond, 180ms) var(--ease-respond, ease),
    color var(--duration-respond, 180ms) var(--ease-respond, ease),
    transform var(--duration-respond, 180ms) var(--ease-respond, ease);
}

.report-2026__source-chip img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  pointer-events: none;
  transition: filter var(--duration-respond, 180ms) var(--ease-respond, ease);
}

.report-2026 .report-2026__source-chip:hover,
.elementor-kit-5 .report-2026 .report-2026__source-chip:hover {
  border-color: var(--color-catalyst-blue, #0045c3);
  background: rgba(223, 232, 253, 0.42);
}

.report-2026 .report-2026__source-chip.is-active,
.elementor-kit-5 .report-2026 .report-2026__source-chip.is-active {
  border-color: var(--color-catalyst-blue, #0045c3);
  background: var(--color-catalyst-blue, #0045c3);
  color: rgb(248, 251, 255);
}

.report-2026 .report-2026__source-chip.is-active img {
  filter: brightness(0) invert(1);
}

.report-2026 .report-2026__source-chip.is-active:hover,
.elementor-kit-5 .report-2026 .report-2026__source-chip.is-active:hover {
  background: var(--color-catalyst-blue, #0045c3);
}

.report-2026 .report-2026__source-chip:focus-visible,
.elementor-kit-5 .report-2026 .report-2026__source-chip:focus-visible {
  outline: 3px solid rgba(0, 69, 195, 0.34);
  outline-offset: 3px;
}

.report-2026 .report-2026__source-chip:active,
.elementor-kit-5 .report-2026 .report-2026__source-chip:active {
  transform: scale(0.98);
}

.report-2026__source-preview-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.34fr);
  gap: clamp(var(--space-lg, 24px), 4vw, 56px);
  align-items: stretch;
  min-height: 290px;
  padding-top: var(--space-sm, 12px);
}

.report-2026__source-leaderboard {
  display: grid;
  align-content: center;
  gap: clamp(var(--space-md, 17px), 2vw, var(--space-lg, 24px));
  min-width: 0;
}

.report-2026__source-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(82px, 140px) minmax(0, 1fr);
  gap: clamp(var(--space-ms, 16px), 2.5vw, 36px);
  align-items: center;
  min-width: 0;
  color: var(--color-portland-blue, #00205b);
  font-size: clamp(16px, 1.4vw, 21px);
  font-weight: var(--font-weight-medium, 500);
  line-height: 1.2;
}

.report-2026__source-row::after {
  position: absolute;
  content: "";
  inset: -5px -8px;
  background: linear-gradient(90deg, rgba(247, 250, 255, 0.18), rgba(247, 250, 255, 0.56), rgba(247, 250, 255, 0.18));
  opacity: 0.8;
  pointer-events: none;
}

.report-2026__source-row > span:first-child {
  filter: blur(3.2px);
  opacity: 0.62;
  user-select: none;
}

.report-2026__source-bar {
  position: relative;
  display: block;
  width: var(--source-preview-bar);
  height: clamp(14px, 1.3vw, 18px);
  border-radius: 3px;
  background:
    linear-gradient(90deg, rgba(0, 32, 91, 0.92), rgba(0, 69, 195, 0.72)),
    rgba(0, 32, 91, 0.14);
  transform-origin: left center;
  filter: blur(2.6px);
  opacity: 1;
  will-change: transform;
  overflow: hidden;
}

.report-2026__source-bar::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.08));
  opacity: 0.34;
  pointer-events: none;
}

.report-2026__source-locked-panel {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: var(--space-ms, 16px);
  min-width: 0;
  padding: clamp(var(--space-xl, 32px), 4vw, 56px);
  border-left: var(--border-hairline, 1px solid rgba(0, 69, 195, 0.24));
  background:
    radial-gradient(ellipse at 50% 50%, rgba(223, 232, 253, 0.72) 0%, rgba(246, 249, 255, 0.52) 62%, rgba(255, 255, 255, 0) 100%);
  text-align: center;
  overflow: hidden;
}

.report-2026__source-locked-panel::after {
  position: absolute;
  z-index: 1;
  content: "";
  inset: 0;
  background:
    linear-gradient(0deg, rgba(246, 249, 255, 0.98) 0%, rgba(246, 249, 255, 0.84) 18%, rgba(246, 249, 255, 0) 42%),
    radial-gradient(ellipse at 50% 50%, rgba(246, 249, 255, 0.2) 0%, rgba(246, 249, 255, 0.46) 58%, rgba(246, 249, 255, 0.72) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(223, 232, 253, 0.18));
  pointer-events: none;
}

.report-2026__source-report-mockup {
  position: absolute;
  z-index: 0;
  right: 50%;
  bottom: 50%;
  width: min(98%, 320px);
  height: auto;
  max-width: none;
  -webkit-mask-image: radial-gradient(ellipse at 50% 48%, #000 0%, #000 44%, rgba(0, 0, 0, 0.62) 60%, transparent 78%);
  mask-image: radial-gradient(ellipse at 50% 48%, #000 0%, #000 44%, rgba(0, 0, 0, 0.62) 60%, transparent 78%);
  opacity: 0.42;
  pointer-events: none;
  transform: translate(50%, 48%) rotate(-6deg);
  transform-origin: center;
}

.report-2026__source-locked-icon {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(223, 232, 253, 0.92);
  box-shadow: 0 12px 28px rgba(0, 32, 91, 0.14);
}

.report-2026__source-locked-panel p {
  position: relative;
  z-index: 2;
  max-width: 14ch;
  margin: 0;
  color: var(--color-portland-blue, #00205b);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: var(--font-weight-semibold, 600);
  line-height: 1.22;
  letter-spacing: 0;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 24px rgba(255, 255, 255, 0.92);
}

.report-2026__source-ecosystem-cta {
  display: flex;
  justify-content: center;
}

.report-2026__source-ecosystem-cta .report-2026__button {
  border-radius: var(--button-radius-pill, 3px);
  box-shadow: 0 18px 34px rgba(0, 69, 195, 0.2);
}

.report-2026__source-ecosystem-cta .report-2026__button:focus-visible {
  outline: 3px solid rgba(0, 69, 195, 0.34);
  outline-offset: 4px;
}

.report-2026__source-ecosystem.is-ready .report-2026__source-chip,
.report-2026__source-ecosystem.is-ready .report-2026__source-row,
.report-2026__source-ecosystem.is-ready .report-2026__source-locked-panel {
  opacity: 0;
}

.report-2026__source-ecosystem.is-ready .report-2026__source-bar {
  transform: scaleX(0);
}

.report-2026__source-ecosystem.is-fallback .report-2026__source-chip,
.report-2026__source-ecosystem.is-fallback .report-2026__source-row,
.report-2026__source-ecosystem.is-fallback .report-2026__source-locked-panel,
.report-2026__source-ecosystem.is-reduced-motion .report-2026__source-chip,
.report-2026__source-ecosystem.is-reduced-motion .report-2026__source-row,
.report-2026__source-ecosystem.is-reduced-motion .report-2026__source-locked-panel {
  opacity: 1;
}

.report-2026__source-ecosystem.is-fallback .report-2026__source-bar,
.report-2026__source-ecosystem.is-reduced-motion .report-2026__source-bar {
  transform: scaleX(1);
}

.report-2026__audience-types {
  --audience-section-padding-y: clamp(56px, 8vh, var(--section-space-desktop, 96px));
  position: relative;
  width: var(--report-viewport-width, 100vw);
  max-width: none;
  min-height: 760px;
  margin: 0 calc(50% - (var(--report-viewport-width, 100vw) / 2));
  padding: 0;
  border-bottom: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.14));
  background: #ffffff;
  overflow: clip;
}

.report-2026__audience-pin {
  position: relative;
  min-height: 760px;
  padding: max(var(--audience-section-padding-y), var(--report-scroll-safe-top)) 0 var(--audience-section-padding-y);
  background: #ffffff;
}

.report-2026__audience-types.is-pinned-motion .report-2026__audience-pin {
  display: grid;
  min-height: calc(100svh - var(--report-host-header-height));
  align-content: center;
  padding: clamp(32px, 5svh, 64px) 0;
}

.report-2026__audience-types.is-pinned-motion .report-2026__scroll-cue {
  position: absolute;
  top: calc(100svh - var(--report-scroll-safe-top) - clamp(30px, 4svh, 52px));
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 24;
  transform: translateX(-50%);
}

.report-2026__audience-header {
  max-width: 780px;
  margin: 0 auto var(--space-xxl, 48px);
  text-align: center;
}

.report-2026__audience-header h2 {
  margin-bottom: var(--space-md, 17px);
  font-size: clamp(var(--font-size-h3, 36px), 4vw, var(--font-size-h2, 48px));
  font-weight: var(--title-font-weight, 500);
  line-height: clamp(var(--line-height-h3, 42px), 4.3vw, var(--line-height-h2, 52px));
  letter-spacing: var(--title-letter-spacing, -0.015em);
}

.report-2026__audience-header > p {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(0, 32, 91, 0.9);
  font-size: var(--font-size-body, 18px);
  line-height: var(--line-height-body, 28px);
  text-wrap: balance;
}

.report-2026__audience-deck {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 1.8vw, 24px);
  width: min(1440px, 100%);
  min-height: 430px;
  margin: 0 auto;
  padding: var(--space-lg, 24px) clamp(var(--space-xl, 32px), 7vw, 120px);
}

.report-2026__audience-card {
  --audience-card-x: 0px;
  --audience-card-y: 0px;
  --audience-card-rotation: 0deg;
  --audience-card-action-expanded-width: 164px;
  --audience-card-face-background: var(--color-catalyst-blue, #0045c3);
  --audience-card-face-color: #ffffff;
  --audience-card-face-border: rgba(0, 32, 91, 0.26);
  --audience-card-back-background: var(--color-catalyst-blue, #0045c3);
  --audience-card-back-color: #ffffff;
  --audience-card-back-border: rgba(0, 69, 195, 0.44);
  --audience-card-image-opacity: 0.5;
  position: relative;
  z-index: 1;
  width: clamp(250px, 27vw, 330px);
  min-width: 0;
  perspective: 1500px;
  transform: translate(var(--audience-card-x), var(--audience-card-y))
    rotate(var(--audience-card-rotation));
  transform-origin: center bottom;
  will-change: transform, opacity;
}

.report-2026__audience-card.is-revealed {
  z-index: 8;
}

.report-2026__scroll-cue {
  position: absolute;
  right: 50%;
  bottom: clamp(18px, 3vh, 32px);
  z-index: 4;
  display: grid;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 24px rgba(0, 32, 91, 0.1);
  color: rgba(0, 32, 91, 0.48);
  font-size: 11px;
  font-weight: var(--font-weight-semibold, 600);
  line-height: 1;
  letter-spacing: 0.12em;
  opacity: 1;
  pointer-events: none;
  text-transform: uppercase;
  transform: translateX(50%);
  transition: opacity var(--duration-standard, 280ms) var(--ease-respond, ease);
}

.report-2026__audience-types.is-scroll-cue-exiting .report-2026__scroll-cue {
  opacity: 0;
}

.report-2026__scroll-cue-arrow {
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  border-right: 2px solid var(--color-catalyst-blue, #0045c3);
  border-bottom: 2px solid var(--color-catalyst-blue, #0045c3);
  opacity: 0.72;
  transform: rotate(45deg);
  animation: report-2026-scroll-cue 1.8s var(--ease-respond, ease) infinite;
}

@keyframes report-2026-scroll-cue {
  0%,
  100% {
    opacity: 0.36;
    translate: 0 -2px;
  }

  45% {
    opacity: 0.82;
    translate: 0 5px;
  }
}

.report-2026__audience-types.is-pinned-motion .report-2026__audience-card {
  --audience-card-rotation: 0deg;
}

.report-2026__audience-card--business {
  --audience-card-x: -52px;
  --audience-card-image-opacity: 0.56;
}

.report-2026__audience-card--policy {
  z-index: 4;
}

.report-2026__audience-card--comms {
  --audience-card-x: 52px;
  --audience-card-image-opacity: 0.44;
  z-index: 3;
}

.report-2026__audience-card-control {
  display: block;
  width: 100%;
  min-height: 0;
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transform-origin: center;
}

.elementor-kit-5 .report-2026 button.report-2026__audience-card-control {
  display: block !important;
  width: 100% !important;
  min-height: 0;
  min-width: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit;
  font: inherit;
  padding: 0 !important;
  text-align: left !important;
  white-space: normal;
  cursor: pointer;
  transition: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transform-origin: center;
}

.report-2026__audience-card-control:focus-visible {
  outline: 3px solid rgba(0, 69, 195, 0.46);
  outline-offset: 6px;
  border-radius: var(--radius-soft, 6px);
}

.report-2026__audience-card-inner {
  position: relative;
  display: block;
  min-height: 390px;
  color: var(--audience-card-face-color);
  transform-style: preserve-3d;
  transform-origin: center;
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.report-2026__audience-card.is-revealed .report-2026__audience-card-inner {
  transform: rotateY(180deg);
}

.report-2026__audience-card-face {
  position: absolute;
  inset: 0;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--audience-card-face-border);
  border-radius: var(--radius-soft, 6px);
  background: var(--audience-card-face-background);
  color: var(--audience-card-face-color);
  padding: var(--space-xl, 32px);
  box-shadow: var(--elevation-product-shadow, 0 6px 22px rgba(48, 68, 101, 0.1));
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  transition: box-shadow var(--duration-respond, 180ms) var(--ease-respond, ease);
}

.report-2026__audience-card.is-flipping .report-2026__audience-card-face {
  box-shadow: 0 18px 36px rgba(48, 68, 101, 0.16);
}

.report-2026__audience-card-face--front {
  position: relative;
  isolation: isolate;
}

.report-2026__audience-card-face--back {
  border-color: var(--audience-card-back-border);
  background: var(--audience-card-back-background);
  color: var(--audience-card-back-color);
  opacity: 0;
  pointer-events: none;
  transform: rotateY(180deg);
  visibility: hidden;
}

.report-2026__audience-card.is-revealed .report-2026__audience-card-face--front {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.report-2026__audience-card.is-revealed .report-2026__audience-card-face--back {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.report-2026__audience-card-kicker {
  position: relative;
  z-index: 2;
  display: block;
  max-width: calc(100% - 172px);
  margin-bottom: var(--space-xl, 32px);
  color: currentColor;
  font-size: var(--font-size-micro, 12px);
  font-weight: var(--font-weight-semibold, 600);
  line-height: var(--line-height-micro, 14px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.66;
}

.report-2026__audience-card-title {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 12ch;
  margin-top: 36px;
  margin-bottom: auto;
  font-size: var(--font-size-h4, 28px);
  font-weight: var(--title-font-weight, 500);
  line-height: var(--line-height-h4, 34px);
  letter-spacing: var(--title-letter-spacing, -0.015em);
}

.report-2026__audience-card-image {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  opacity: var(--audience-card-image-opacity);
  pointer-events: none;
  user-select: none;
}

.report-2026__audience-card-copy {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 28ch;
  margin-bottom: 0;
  color: currentColor;
  font-size: var(--font-size-ui, 14px);
  line-height: var(--line-height-ui, 18px);
  opacity: 0.76;
}

.report-2026__audience-card-action {
  position: absolute;
  top: var(--space-lg, 24px);
  right: var(--space-lg, 24px);
  z-index: 3;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: currentColor;
  font-weight: var(--font-weight-regular, 400);
  line-height: 1;
  opacity: 0.82;
  transition:
    width var(--duration-respond, 180ms) var(--ease-respond, ease),
    padding var(--duration-respond, 180ms) var(--ease-respond, ease),
    opacity var(--duration-respond, 180ms) var(--ease-respond, ease),
    background-color var(--duration-respond, 180ms) var(--ease-respond, ease);
}

.report-2026__audience-card-face--front .report-2026__audience-card-action {
  opacity: 0.58;
}

.report-2026__audience-card-action-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.report-2026__audience-card-action-label {
  flex: 0 0 auto;
  max-width: 0;
  overflow: hidden;
  color: currentColor;
  font-size: var(--font-size-micro, 12px);
  font-weight: var(--font-weight-semibold, 600);
  line-height: var(--line-height-micro, 14px);
  opacity: 0;
  white-space: nowrap;
  transition:
    max-width var(--duration-respond, 180ms) var(--ease-respond, ease),
    opacity var(--duration-respond, 180ms) var(--ease-respond, ease);
}

.report-2026__audience-card-control:hover .report-2026__audience-card-face--front .report-2026__audience-card-action,
.report-2026__audience-card-control:focus-visible .report-2026__audience-card-face--front .report-2026__audience-card-action {
  opacity: 0.9;
}

.report-2026__audience-card-control:hover .report-2026__audience-card-action,
.report-2026__audience-card-control:focus-visible .report-2026__audience-card-action {
  width: var(--audience-card-action-expanded-width);
  padding-inline: 14px;
  background-color: color-mix(in srgb, currentColor 8%, transparent);
}

.report-2026__audience-card-control:hover .report-2026__audience-card-action-icon,
.report-2026__audience-card-control:focus-visible .report-2026__audience-card-action-icon {
  margin-right: 0;
}

.report-2026__audience-card-control:hover .report-2026__audience-card-action--back,
.report-2026__audience-card-control:focus-visible .report-2026__audience-card-action--back {
  width: var(--audience-card-action-expanded-width);
}

.report-2026__audience-card-control:hover .report-2026__audience-card-action-label,
.report-2026__audience-card-control:focus-visible .report-2026__audience-card-action-label {
  max-width: 150px;
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .report-2026__audience-card-control:hover .report-2026__audience-card-face {
    box-shadow: 0 12px 30px rgba(48, 68, 101, 0.14);
  }
}

.report-2026__module-canvas {
  max-width: var(--layout-max-width, 1440px);
  margin: var(--section-space-tablet, 64px) auto 0;
  padding-bottom: var(--section-space-tablet, 64px);
  border-bottom: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.14));
}

.report-2026__trust-matrix-cta {
  width: var(--report-viewport-width, 100vw);
  margin: 0 calc(50% - (var(--report-viewport-width, 100vw) / 2));
  padding: clamp(64px, 8vw, 112px) clamp(24px, 6vw, 88px);
  border-bottom: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.14));
  background:
    linear-gradient(rgba(0, 32, 91, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 32, 91, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff 0%, rgba(223, 232, 253, 0.42) 100%);
  background-size: 88px 88px, 88px 88px, auto;
  color: var(--color-portland-blue, #00205b);
  overflow: clip;
}

.report-2026__trust-matrix-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(var(--space-xl, 32px), 6vw, 88px);
  align-items: center;
  width: min(var(--layout-max-width, 1440px), 100%);
  margin: 0 auto;
}

.report-2026__trust-matrix-cta-copy {
  max-width: 620px;
}

.report-2026__trust-matrix-cta-copy h2 {
  margin-bottom: var(--space-lg, 24px);
  color: inherit;
  font-size: clamp(34px, 4.2vw, 60px);
  font-weight: var(--title-font-weight, 500);
  line-height: 1.06;
  letter-spacing: 0;
}

.report-2026__trust-matrix-cta-copy > p {
  max-width: 560px;
  margin-bottom: var(--space-xl, 32px);
  color: rgba(0, 32, 91, 0.9);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.38;
  letter-spacing: 0;
}

.report-2026__trust-preview {
  justify-self: stretch;
  width: min(100%, 640px);
  aspect-ratio: 1 / 1;
}

.report-2026__trust-preview-stage {
  position: relative;
  width: 100%;
  height: 100%;
  border: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.16));
  border-radius: var(--radius-soft, 6px);
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(0, 69, 195, 0.22) calc(50% - 0.5px), rgba(0, 69, 195, 0.22) calc(50% + 0.5px), transparent calc(50% + 0.5px)),
    linear-gradient(0deg, transparent calc(50% - 0.5px), rgba(0, 69, 195, 0.22) calc(50% - 0.5px), rgba(0, 69, 195, 0.22) calc(50% + 0.5px), transparent calc(50% + 0.5px)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(223, 232, 253, 0.58));
  box-shadow: 0 16px 44px rgba(0, 32, 91, 0.1);
  overflow: hidden;
}

.report-2026__trust-preview-stage::before {
  position: absolute;
  content: "";
  inset: 8%;
  border: var(--border-hairline, 1px solid rgba(0, 69, 195, 0.1));
  pointer-events: none;
}

.report-2026__trust-preview-grid {
  position: absolute;
  inset: 8%;
  pointer-events: none;
  opacity: 0.72;
}

.report-2026__trust-preview-grid--x {
  background: linear-gradient(0deg, rgba(0, 32, 91, 0.08) 1px, transparent 1px);
  background-size: 100% 25%;
}

.report-2026__trust-preview-grid--y {
  background: linear-gradient(90deg, rgba(0, 32, 91, 0.08) 1px, transparent 1px);
  background-size: 25% 100%;
}

.report-2026__trust-preview-axis {
  position: absolute;
  z-index: 1;
  display: block;
  background: rgba(0, 32, 91, 0.34);
  pointer-events: none;
  transform-origin: center;
}

.report-2026__trust-preview-axis--x {
  right: 8%;
  bottom: 16%;
  left: 8%;
  height: 1px;
}

.report-2026__trust-preview-axis--y {
  top: 8%;
  bottom: 16%;
  left: 16%;
  width: 1px;
}

.report-2026__trust-preview-quadrant {
  position: absolute;
  z-index: 2;
  max-width: 18ch;
  color: rgba(0, 32, 91, 0.86);
  font-size: clamp(10px, 1.1vw, 12px);
  font-weight: var(--font-weight-semibold, 600);
  line-height: 1.25;
  letter-spacing: 0;
  pointer-events: none;
}

.report-2026__trust-preview-quadrant--high-high {
  top: 1.8%;
  right: 4.5%;
  text-align: right;
}

.report-2026__trust-preview-quadrant--low-low {
  bottom: 1.8%;
  left: 4.5%;
}

.report-2026__trust-preview-dot {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  left: var(--point-x);
  top: var(--point-y);
  color: var(--color-portland-blue, #00205b);
  translate: -50% -50%;
  transform-origin: center;
  will-change: opacity, transform;
}

.report-2026__trust-preview-marker {
  width: clamp(13px, 1.5vw, 18px);
  height: clamp(13px, 1.5vw, 18px);
  border: 2px solid #ffffff;
  border-radius: var(--radius-pill, 9999px);
  background: var(--point-color, var(--color-catalyst-blue, #0045c3));
  box-shadow:
    0 0 0 1px rgba(0, 32, 91, 0.18),
    0 8px 16px rgba(0, 32, 91, 0.14);
}

.report-2026__trust-preview-dot--label-left {
  flex-direction: row-reverse;
}

.report-2026__trust-preview-cursor {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  width: clamp(15px, 1.5vw, 19px);
  height: clamp(15px, 1.5vw, 19px);
  opacity: 0;
  pointer-events: none;
  filter: drop-shadow(0 6px 10px rgba(0, 32, 91, 0.2));
  transform-origin: 5px 5px;
  will-change: opacity, transform;
}

.report-2026__trust-preview-cursor-icon {
  position: absolute;
  inset: 0;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  will-change: opacity, transform;
}

.report-2026__trust-preview-cursor-icon--arrow {
  background-image: url("trust-preview-cursor.svg");
}

.report-2026__trust-preview-tooltip {
  position: absolute;
  z-index: 7;
  display: grid;
  width: min(42%, 250px);
  gap: 7px;
  padding: 14px;
  border: var(--border-hairline, 1px solid rgba(0, 69, 195, 0.18));
  border-radius: var(--radius-soft, 6px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(0, 32, 91, 0.14);
  color: var(--color-portland-blue, #00205b);
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  will-change: opacity, transform;
}

.report-2026__trust-preview-tooltip--broadcast {
  top: 36%;
  left: 31%;
}

.report-2026__trust-preview-tooltip--ai {
  left: 37%;
  bottom: 17%;
}

.report-2026__trust-preview-tooltip-type {
  color: rgba(0, 32, 91, 0.86);
  font-size: 10px;
  font-weight: var(--font-weight-semibold, 600);
  line-height: 1.1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.report-2026__trust-preview-tooltip strong {
  color: var(--color-portland-blue, #00205b);
  min-width: 0;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: var(--title-font-weight, 700);
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.report-2026__trust-preview-tooltip-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.report-2026__trust-preview-tooltip-metrics span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 8px;
  border: var(--border-hairline, 1px solid rgba(0, 69, 195, 0.14));
  border-radius: var(--radius-soft, 6px);
  color: rgba(0, 32, 91, 0.84);
  font-size: 9px;
  font-weight: var(--font-weight-semibold, 600);
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.report-2026__trust-preview-tooltip-metrics b {
  color: var(--color-portland-blue, #00205b);
  font-size: clamp(15px, 1.6vw, 20px);
  line-height: 1;
  letter-spacing: 0;
}

.report-2026__trust-matrix-cta.is-ready .report-2026__trust-preview-grid,
.report-2026__trust-matrix-cta.is-ready .report-2026__trust-preview-axis,
.report-2026__trust-matrix-cta.is-ready .report-2026__trust-preview-quadrant,
.report-2026__trust-matrix-cta.is-ready .report-2026__trust-preview-dot,
.report-2026__trust-matrix-cta.is-ready .report-2026__trust-preview-cursor,
.report-2026__trust-matrix-cta.is-ready .report-2026__trust-preview-tooltip {
  opacity: 0;
}

.report-2026__cta {
  position: relative;
  isolation: isolate;
  width: var(--report-viewport-width, 100vw);
  margin: 0 calc(50% - (var(--report-viewport-width, 100vw) / 2)) calc(var(--report-page-padding) * -1);
  padding: clamp(72px, 7vw, 112px) clamp(24px, 6vw, 88px);
  background:
    linear-gradient(rgba(223, 232, 253, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(223, 232, 253, 0.045) 1px, transparent 1px),
    var(--color-portland-blue, #00205b);
  background-size: 96px 96px, 96px 96px, auto;
  color: var(--color-text, #f0f0f0);
  overflow: clip;
}

.report-2026__signal-field--cta {
  inset: max(-28px, -2vw) max(-260px, -14vw) auto auto;
  width: clamp(900px, 90vw, 1560px);
  height: min(122%, 900px);
  opacity: 1;
  transform: rotate(-18deg);
  transform-origin: 100% 100%;
}

@media (min-width: 1280px) {
  .report-2026__signal-field--cta {
    inset: max(-84px, -5vw) max(-360px, -18vw) auto auto;
    width: clamp(1180px, 108vw, 1980px);
    height: min(140%, 1080px);
  }
}

@media (max-width: 760px) {
  .report-2026__signal-field--cta {
    inset: 28% max(-96px, -20vw) auto auto;
    width: clamp(420px, 152vw, 680px);
    height: min(78%, 460px);
    opacity: 0.9;
  }
}

.report-2026__cta::after {
  position: absolute;
  z-index: 0;
  content: "";
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 78% 58%, rgba(223, 232, 253, 0.07) 0%, rgba(223, 232, 253, 0.02) 34%, rgba(0, 32, 91, 0) 66%),
    linear-gradient(90deg, rgba(0, 32, 91, 0.78), rgba(0, 32, 91, 0));
}

.report-2026__cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1fr);
  gap: clamp(var(--space-xxl, 48px), 4vw, 64px);
  align-items: center;
  width: min(var(--layout-max-width, 1440px), 100%);
  margin: 0 auto;
}

.report-2026__cta-copy {
  display: grid;
  gap: clamp(var(--space-md, 17px), 2.2vw, 30px);
  max-width: 760px;
}

.report-2026__cta h2 {
  margin-bottom: 0;
  color: var(--color-cloud, #f0f0f0);
  font-size: clamp(var(--font-size-h3, 36px), 4vw, var(--font-size-h2, 48px));
  font-weight: var(--title-font-weight, 500);
  line-height: clamp(var(--line-height-h3, 42px), 4.3vw, var(--line-height-h2, 52px));
  letter-spacing: 0;
}

.report-2026__cta-body {
  display: grid;
  gap: var(--space-ms, 16px);
  max-width: 560px;
}

.report-2026__cta-body p {
  margin-bottom: 0;
  color: var(--color-cloud, #f0f0f0);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.42;
  text-wrap: balance;
}

.report-2026__cta-body .report-2026__cta-body-strong {
  color: var(--color-text-muted, #dfe8fd);
  font-family: var(--emphasis-font-family, "Times New Roman", serif);
  font-size: clamp(22px, 1.9vw, 30px);
  font-style: var(--emphasis-font-style, italic);
  font-weight: var(--font-weight-regular, 400);
  line-height: 1.24;
}

.report-2026__cta-principles {
  display: grid;
  gap: 10px;
  max-width: 560px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.report-2026__cta-principles li {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs, 8px);
  color: rgba(248, 251, 255, 0.86);
  font-size: 14px;
  font-weight: var(--font-weight-semibold, 600);
  line-height: 1.25;
}

.report-2026__cta-principle-icon {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  object-fit: contain;
  opacity: 0.78;
  pointer-events: none;
}

.report-2026__cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: var(--space-ms, 16px);
}

.report-2026__methodology-note {
  max-width: 62ch;
  margin: 0;
  color: rgba(0, 32, 91, 0.58);
  font-size: 12px;
  font-weight: var(--font-weight-medium, 500);
  line-height: 1.42;
}

.report-2026__methodology-note--cta {
  max-width: 50ch;
  color: rgba(248, 251, 255, 0.58);
}

.report-2026__methodology-note--modal {
  max-width: 36ch;
  margin-top: var(--space-ms, 16px);
}

.report-2026 .report-2026__button--cta {
  white-space: nowrap;
}

.report-2026 .report-2026__button--cta-primary {
  border-color: var(--color-catalyst-blue, #0045c3);
  background: var(--color-catalyst-blue, #0045c3);
  color: var(--color-cloud, #f0f0f0);
}

.report-2026 .report-2026__button--cta-primary:hover {
  border-color: rgb(44, 112, 255);
  background: rgb(16, 91, 238);
}

.report-2026 .report-2026__button--cta-secondary {
  border-color: rgba(223, 232, 253, 0.72);
  background: transparent;
  color: var(--color-text, #f0f0f0);
}

.report-2026 .report-2026__button--cta-secondary:hover {
  border-color: var(--color-cloud, #f0f0f0);
  background: rgba(223, 232, 253, 0.08);
}

.report-2026 .report-2026__button--cta:focus-visible {
  outline: 3px solid rgba(223, 232, 253, 0.88);
  outline-offset: 4px;
}

p.report-2026__cta-reference {
  display: flex;
  flex: 0 0 100%;
  margin: 16px 0 0;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-xs, 8px);
  color: rgba(248, 251, 255, 0.76);
  font-size: 16px;
  font-weight: var(--font-weight-medium, 500);
  line-height: 1.35;
}

.report-2026__cta-reference-lead {
  color: rgba(248, 251, 255, 0.72);
}

.report-2026__cta-reference-link {
  display: inline-flex;
  width: fit-content;
  max-width: max-content;
  align-items: center;
  gap: var(--space-xs, 8px);
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(248, 251, 255, 0.82);
}

.report-2026__cta-reference-link:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.report-2026__cta-reference-link:focus-visible {
  border-radius: 2px;
  outline: 3px solid rgba(223, 232, 253, 0.88);
  outline-offset: 4px;
}

.report-2026__cta-visual {
  position: relative;
  aspect-ratio: 2 / 1;
  width: min(100%, 720px);
  justify-self: end;
  color: var(--color-balance-blue, #dfe8fd);
}

.report-2026__ai-discovery-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.report-2026__ai-source-marker {
  fill: rgba(223, 232, 253, 0.46);
  stroke: rgba(223, 232, 253, 0.34);
  stroke-width: 1;
}

.report-2026__ai-source-marker--primary {
  fill: rgba(0, 69, 195, 0.82);
  stroke: rgba(111, 153, 255, 0.9);
}

.report-2026__ai-source-card {
  opacity: 0;
  transform: translateX(-14px);
  transform-box: fill-box;
  transform-origin: center;
  animation: report-ai-source-card-cycle 9.6s var(--ease-expressive, cubic-bezier(0.16, 1, 0.3, 1)) infinite both;
  animation-delay: var(--delay, 0s);
}

.report-2026__ai-source-card > rect {
  fill: url(#report-ai-card-gradient);
  stroke: rgba(223, 232, 253, 0.15);
  stroke-width: 1;
}

.report-2026__ai-quote {
  fill: rgba(223, 232, 253, 0.54);
  font-family: var(--font-sans, "Avenir Next", "Segoe UI", sans-serif);
  font-size: 34px;
  font-weight: var(--font-weight-semibold, 600);
  line-height: 1;
}

.report-2026__ai-line {
  fill: rgba(223, 232, 253, 0.46);
}

.report-2026__ai-line--short {
  fill: rgba(111, 153, 255, 0.5);
}

.report-2026__ai-media-block {
  fill: rgba(223, 232, 253, 0.14);
  stroke: rgba(223, 232, 253, 0.12);
}

.report-2026__ai-media-glyph {
  fill: rgba(223, 232, 253, 0.28);
}

.report-2026__ai-particle {
  --tx: 200px;
  --ty: 0px;
  fill: var(--color-catalyst-blue, #0045c3);
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: report-ai-particle-flow 9.6s linear infinite both;
  animation-delay: var(--delay, 0s);
}

.report-2026__ai-particle--balance {
  fill: rgb(111, 153, 255);
}

.report-2026__ai-particle--soft {
  fill: rgba(240, 240, 240, 0.94);
}

.report-2026__ai-particle--square {
  fill: var(--color-balance-blue, #dfe8fd);
}

.report-2026__ai-filter-plane {
  animation: report-ai-filter-cycle 9.6s var(--ease-expressive, cubic-bezier(0.16, 1, 0.3, 1)) infinite both;
  transform-box: fill-box;
  transform-origin: center;
}

.report-2026__ai-filter-shape {
  fill: url(#report-ai-filter-gradient);
  stroke: rgba(150, 185, 255, 0.72);
  stroke-width: 2;
  filter: drop-shadow(0 0 14px rgba(111, 153, 255, 0.52));
}

.report-2026__ai-filter-grid {
  fill: none;
  stroke: rgba(223, 232, 253, 0.15);
  stroke-width: 1;
}

.report-2026__ai-filter-edge {
  fill: none;
  stroke: rgba(223, 232, 253, 0.78);
  stroke-width: 2;
  filter: drop-shadow(0 0 8px rgba(223, 232, 253, 0.5));
}

.report-2026__ai-summary-card {
  opacity: 0;
  transform: translateX(16px);
  transform-box: fill-box;
  transform-origin: center;
  animation: report-ai-summary-cycle 9.6s var(--ease-expressive, cubic-bezier(0.16, 1, 0.3, 1)) infinite both;
}

.report-2026__ai-summary-shell {
  fill: url(#report-ai-summary-gradient);
  stroke: rgba(223, 232, 253, 0.28);
  stroke-width: 2;
  filter: drop-shadow(0 0 16px rgba(0, 69, 195, 0.22));
}

.report-2026__ai-sparkle {
  fill: rgb(150, 185, 255);
  filter: drop-shadow(0 0 6px rgba(150, 185, 255, 0.58));
}

.report-2026__ai-summary-heading,
.report-2026__ai-keypoints,
.report-2026__ai-sources {
  fill: var(--color-cloud, #f0f0f0);
  font-family: var(--font-sans, "Avenir Next", "Segoe UI", sans-serif);
  font-weight: var(--font-weight-semibold, 600);
  letter-spacing: 0;
}

.report-2026__ai-summary-heading {
  font-size: 18px;
}

.report-2026__ai-keypoints {
  font-size: 16px;
}

.report-2026__ai-sources {
  fill: rgb(150, 185, 255);
  font-size: 15px;
}

.report-2026__ai-divider,
.report-2026__ai-sources-rule {
  stroke: rgba(223, 232, 253, 0.22);
  stroke-width: 1;
}

.report-2026__ai-sources-rule {
  stroke: rgb(111, 153, 255);
  stroke-width: 2;
}

.report-2026__ai-check-disc {
  fill: var(--color-catalyst-blue, #0045c3);
}

.report-2026__ai-check {
  fill: none;
  stroke: var(--color-cloud, #f0f0f0);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.report-2026__ai-summary-line {
  fill: rgba(111, 153, 255, 0.34);
}

.report-2026__ai-summary-line--short {
  fill: rgba(111, 153, 255, 0.26);
}

@keyframes report-ai-source-card-cycle {
  0%,
  96%,
  100% {
    opacity: 0;
    transform: translateX(-14px);
  }

  9%,
  82% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes report-ai-particle-flow {
  0%,
  11% {
    opacity: 0;
    transform: translate(-18px, 0) scale(0.65);
  }

  22% {
    opacity: 0.84;
  }

  52% {
    opacity: 1;
    transform: translate(calc(var(--tx) * 0.54), calc(var(--ty) * 0.54)) scale(1);
  }

  74% {
    opacity: 0.86;
    transform: translate(var(--tx), var(--ty)) scale(0.78);
  }

  100% {
    opacity: 0;
    transform: translate(calc(var(--tx) + 32px), var(--ty)) scale(0.45);
  }
}

@keyframes report-ai-filter-cycle {
  0%,
  20%,
  100% {
    opacity: 0.76;
    filter: none;
  }

  46%,
  62% {
    opacity: 1;
    filter: drop-shadow(0 0 12px rgba(111, 153, 255, 0.36));
  }
}

@keyframes report-ai-summary-cycle {
  0%,
  42%,
  96%,
  100% {
    opacity: 0;
    transform: translateX(16px);
  }

  56%,
  86% {
    opacity: 1;
    transform: translateX(0);
  }
}

body.report-2026-access-modal-open {
  overflow: hidden;
}

body.report-2026-preview-modal-open {
  overflow: hidden;
}

.report-2026__access-modal[hidden] {
  display: none;
}

.report-2026__preview-modal[hidden] {
  display: none;
}

.report-2026__access-modal {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  color: var(--color-portland-blue, #00205b);
}

.report-2026__preview-modal {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  color: #ffffff;
}

.report-2026__access-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(0, 32, 91, 0.72), rgba(0, 69, 195, 0.38)),
    rgba(0, 32, 91, 0.58);
  opacity: 0;
  backdrop-filter: blur(12px);
  transition: opacity var(--duration-respond, 180ms) var(--ease-respond, ease);
}

.report-2026__preview-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(0, 69, 195, 0.42), transparent 42%),
    rgba(0, 20, 58, 0.82);
  opacity: 0;
  backdrop-filter: blur(14px);
  transition: opacity var(--duration-respond, 180ms) var(--ease-respond, ease);
}

.report-2026__access-modal-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.2fr);
  gap: clamp(var(--space-xl, 32px), 5vw, 64px);
  width: min(100%, 980px);
  max-height: min(760px, calc(100svh - clamp(36px, 8vw, 96px)));
  padding: clamp(28px, 4.8vw, 56px);
  border: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.14));
  border-radius: var(--radius-lg, 16px);
  background:
    linear-gradient(132deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96)),
    #ffffff;
  box-shadow: 0 28px 90px rgba(0, 32, 91, 0.28);
  opacity: 0;
  overflow-y: auto;
  transform: translateY(18px) scale(0.98);
  transition:
    opacity var(--duration-respond, 180ms) var(--ease-respond, ease),
    transform var(--duration-respond, 180ms) var(--ease-respond, ease);
}

.report-2026__preview-modal-panel {
  position: relative;
  display: grid;
  gap: var(--space-lg, 24px);
  width: min(100%, 1120px);
  padding: clamp(20px, 3vw, 32px);
  border: var(--border-hairline, 1px solid rgba(255, 255, 255, 0.18));
  border-radius: var(--radius-lg, 16px);
  background:
    linear-gradient(145deg, rgba(0, 32, 91, 0.96), rgba(1, 16, 45, 0.98)),
    var(--color-portland-blue, #00205b);
  box-shadow: 0 28px 90px rgba(0, 12, 38, 0.44);
  opacity: 0;
  overflow: hidden;
  transform: translateY(18px) scale(0.98);
  transition:
    opacity var(--duration-respond, 180ms) var(--ease-respond, ease),
    transform var(--duration-respond, 180ms) var(--ease-respond, ease);
}

.report-2026__access-modal.is-open .report-2026__access-modal-backdrop,
.report-2026__access-modal.is-open .report-2026__access-modal-panel {
  opacity: 1;
}

.report-2026__preview-modal.is-open .report-2026__preview-modal-backdrop,
.report-2026__preview-modal.is-open .report-2026__preview-modal-panel {
  opacity: 1;
}

.report-2026__access-modal.is-open .report-2026__access-modal-panel {
  transform: translateY(0) scale(1);
}

.report-2026__preview-modal.is-open .report-2026__preview-modal-panel {
  transform: translateY(0) scale(1);
}

.report-2026__access-modal-close {
  position: absolute;
  top: var(--space-ms, 16px);
  right: var(--space-ms, 16px);
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.14));
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  color: var(--color-portland-blue, #00205b);
  cursor: pointer;
  transition:
    background var(--duration-respond, 180ms) var(--ease-respond, ease),
    transform var(--duration-snap, 120ms) var(--ease-snap, ease);
}

.report-2026__preview-modal-close {
  position: absolute;
  z-index: 2;
  top: var(--space-ms, 16px);
  right: var(--space-ms, 16px);
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: var(--border-hairline, 1px solid rgba(255, 255, 255, 0.22));
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  cursor: pointer;
  transition:
    background var(--duration-respond, 180ms) var(--ease-respond, ease),
    transform var(--duration-snap, 120ms) var(--ease-snap, ease);
}

.report-2026__access-modal-close:hover {
  background: #ffffff;
  transform: translateY(-1px);
}

.report-2026__preview-modal-close:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.report-2026__access-modal-close:active {
  transform: scale(var(--button-active-scale, 0.98));
}

.report-2026__preview-modal-close:active {
  transform: scale(var(--button-active-scale, 0.98));
}

.report-2026__access-modal-copy {
  align-self: start;
  padding-top: var(--space-lg, 24px);
}

.report-2026__access-modal-copy h2 {
  margin-bottom: var(--space-ms, 16px);
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: var(--title-font-weight, 500);
  line-height: 1;
  letter-spacing: var(--title-letter-spacing, -0.015em);
}

.report-2026__access-modal-copy > p {
  max-width: 34ch;
  color: rgba(0, 32, 91, 0.9);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.42;
}

.report-2026__access-modal-copy > .report-2026__methodology-note--modal {
  max-width: 36ch;
  color: rgba(0, 32, 91, 0.58);
  font-size: 12px;
  font-weight: var(--font-weight-medium, 500);
  line-height: 1.42;
}

.report-2026__preview-modal-header {
  padding-right: 56px;
}

.report-2026__preview-modal-header h2 {
  max-width: 14ch;
  margin-bottom: 0;
  color: #ffffff;
  font-size: clamp(30px, 4.6vw, 54px);
  font-weight: var(--title-font-weight, 500);
  line-height: 1;
  letter-spacing: var(--title-letter-spacing, -0.015em);
}

.report-2026__preview-video {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  border: var(--border-hairline, 1px solid rgba(255, 255, 255, 0.14));
  border-radius: var(--radius-md, 12px);
  background: #000000;
  overflow: hidden;
}

.report-2026__preview-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.report-2026__access-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-ms, 16px);
}

.report-2026__access-field {
  display: grid;
  gap: 8px;
  color: rgba(0, 32, 91, 0.9);
  font-size: var(--font-size-ui, 14px);
  font-weight: var(--font-weight-semibold, 600);
  line-height: var(--line-height-ui, 18px);
}

.report-2026__access-field--wide {
  grid-column: 1 / -1;
}

.report-2026__access-field small {
  color: rgba(0, 32, 91, 0.84);
  font-size: 0.9em;
  font-weight: var(--font-weight-regular, 400);
}

.report-2026__access-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 var(--space-ms, 16px);
  border: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.18));
  border-radius: var(--radius-sm, 8px);
  background: #ffffff;
  color: var(--color-portland-blue, #00205b);
  outline: none;
  transition:
    border-color var(--duration-respond, 180ms) var(--ease-respond, ease),
    box-shadow var(--duration-respond, 180ms) var(--ease-respond, ease);
}

.report-2026__access-field input:focus-visible {
  border-color: var(--color-catalyst-blue, #0045c3);
  box-shadow: 0 0 0 3px rgba(0, 69, 195, 0.16);
}

.report-2026__access-privacy {
  margin: var(--space-lg, 24px) 0;
  color: rgba(0, 32, 91, 0.84);
  font-size: 12px;
  line-height: 1.5;
}

.report-2026__access-privacy a {
  color: var(--color-catalyst-blue, #0045c3);
  font-weight: var(--font-weight-semibold, 600);
}

.report-2026__access-submit {
  width: 100%;
}

.report-2026__access-success[hidden] {
  display: none;
}

.report-2026__access-success {
  display: grid;
  align-content: center;
  min-height: 360px;
  padding: clamp(28px, 4vw, 44px);
  border: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.14));
  border-radius: var(--radius-md, 12px);
  background:
    linear-gradient(180deg, rgba(223, 232, 253, 0.42), rgba(255, 255, 255, 0.9)),
    #ffffff;
}

.report-2026__access-success-kicker {
  margin-bottom: var(--space-sm, 12px);
  color: var(--color-catalyst-blue, #0045c3);
  font-size: var(--font-size-micro, 12px);
  font-weight: var(--font-weight-semibold, 600);
  letter-spacing: 0.16em;
  line-height: var(--line-height-micro, 14px);
  text-transform: uppercase;
}

.report-2026__access-success h3 {
  margin-bottom: var(--space-ms, 16px);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: var(--title-font-weight, 500);
  line-height: 1.05;
}

.report-2026__access-success p:not(.report-2026__access-success-kicker) {
  color: rgba(0, 32, 91, 0.9);
  font-size: 18px;
  line-height: 1.42;
}

.report-2026__access-success .report-2026__button {
  justify-self: start;
  margin-top: var(--space-ms, 16px);
}

.report-2026 h1 {
  max-width: 920px;
  margin-bottom: var(--space-lg, 24px);
  font-size: clamp(44px, 7vw, var(--font-size-h1, 64px));
  font-weight: var(--title-font-weight, 500);
  line-height: 0.98;
  letter-spacing: var(--title-letter-spacing, -0.015em);
}

@media (max-width: 1080px) {
  .report-2026__section-header {
    grid-template-columns: 1fr;
  }

  .report-2026__influence-bars-header {
    grid-template-columns: 1fr;
    max-width: 780px;
  }
}

@media (max-width: 900px) {
  .report-2026__progress-story {
    min-height: 760px;
    padding-top: var(--section-space-tablet, 64px);
    padding-bottom: 112px;
  }

  .report-2026__progress-copy {
    padding-inline: var(--report-page-padding);
  }

  .report-2026__progress-intro {
    font-size: clamp(32px, 8vw, var(--font-size-h2, 48px));
    line-height: clamp(38px, 9vw, var(--line-height-h2, 52px));
    margin-bottom: 14px;
  }

  .report-2026__progress-subcopy {
    max-width: 620px;
    font-size: 16px;
    line-height: 25px;
  }

  .report-2026 .report-2026__progress-support {
    max-width: 560px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.4;
  }

  .report-2026__progress-actions {
    margin-top: 16px;
  }

  .report-2026__progress-chart {
    inset: 300px 0 48px;
  }

  .report-2026__progress-point {
    min-width: clamp(142px, 34vw, 210px);
  }

  .report-2026__progress-point--last {
    --progress-point-x: 30% !important;
    --progress-point-y: 69% !important;
  }

  .report-2026__progress-point--current {
    --progress-point-x: 72% !important;
    --progress-point-y: 27.5% !important;
  }

  .report-2026__progress-value {
    margin-left: 14px;
    font-size: clamp(34px, 9vw, 48px);
  }

  .report-2026__progress-label {
    margin-left: 14px;
    margin-top: clamp(56px, 10vh, 82px);
    font-size: clamp(14px, 3.8vw, 18px);
  }

  .report-2026__progress-context {
    margin-left: 14px;
    font-size: 12px;
  }

  .report-2026__progress-point--current .report-2026__progress-value {
    font-size: clamp(50px, 13vw, 78px);
  }

  .report-2026__progress-point--current .report-2026__progress-label {
    margin-top: clamp(62px, 10vh, 94px);
  }

  .report-2026__influence-bars {
    padding-block: var(--section-space-tablet, 64px);
  }

  .report-2026__influence-bars-header {
    margin-bottom: var(--space-xl, 32px);
  }

  .report-2026__influence-bars-header h1,
  .report-2026__influence-bars-header h2 {
    font-size: clamp(32px, 8vw, var(--font-size-h2, 48px));
    line-height: clamp(38px, 9vw, var(--line-height-h2, 52px));
  }

  .report-2026__influence-bar {
    min-height: 0;
  }

  .report-2026__influence-bar-panel {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-xl, 32px);
    width: 100%;
    min-height: 240px;
    padding: var(--space-lg, 24px);
  }

  .report-2026__influence-bars--source-volume .report-2026__influence-bar--light {
    grid-template-columns: minmax(0, 1fr);
  }

  .report-2026__influence-bars--source-volume .report-2026__influence-bar-panel {
    width: min(100%, max(var(--bar-size), 320px));
    min-height: 180px;
  }

  .report-2026__influence-bars--source-volume .report-2026__influence-bar--light .report-2026__influence-bar-panel {
    width: min(100%, max(var(--bar-size), 320px));
  }

  .report-2026__source-volume-support {
    max-width: 620px;
    padding: var(--space-lg, 24px);
  }

  .report-2026__influence-bar-copy {
    max-width: 430px;
  }

  .report-2026__influence-bar-value {
    justify-self: start;
    font-size: clamp(58px, 22vw, 112px);
  }

  .report-2026__influence-bars--source-volume .report-2026__influence-bar-value {
    font-size: clamp(34px, 10vw, 64px);
  }

  .report-2026__source-ecosystem {
    padding-block: var(--section-space-tablet, 64px);
  }

  .report-2026__source-ecosystem-inner {
    gap: var(--space-xl, 32px);
  }

  .report-2026__source-ecosystem-header h2 {
    font-size: clamp(32px, 8vw, var(--font-size-h2, 48px));
    line-height: clamp(38px, 9vw, var(--line-height-h2, 52px));
  }

  .report-2026__source-preview {
    padding: clamp(var(--space-lg, 24px), 5vw, var(--space-xl, 32px));
  }

  .report-2026__source-chips {
    justify-content: flex-start;
  }

  .report-2026__source-preview-body {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .report-2026__source-locked-panel {
    min-height: 190px;
    border-top: var(--border-hairline, 1px solid rgba(0, 69, 195, 0.24));
    border-left: 0;
  }

  .report-2026__year-compare {
    background: #ffffff;
  }

  .report-2026__year-compare-header {
    grid-template-columns: 1fr;
    padding-block: var(--section-space-tablet, 64px);
    border-inline: 0;
  }

  .report-2026__year-compare-header h2 {
    font-size: clamp(30px, 7.6vw, 44px);
    line-height: 1.12;
  }

  .report-2026__year-compare-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    background:
      linear-gradient(180deg, rgba(223, 232, 253, 0.14) 0%, rgba(255, 255, 255, 0.96) 100%);
  }

  .report-2026__year-compare-panel {
    min-height: 460px;
    border-top: var(--border-hairline, 1px solid rgba(0, 32, 91, 0.14));
  }

  .report-2026__year-compare-panel-header h3 {
    max-width: 18ch;
    font-size: clamp(20px, 6vw, 28px);
  }

  .report-2026__year-compare-value {
    font-size: clamp(46px, 14vw, 66px);
  }

  .report-2026__trust-matrix-cta {
    padding-block: var(--section-space-tablet, 64px);
  }

  .report-2026__trust-matrix-cta-inner {
    grid-template-columns: 1fr;
    gap: var(--space-xl, 32px);
  }

  .report-2026__trust-matrix-cta-copy {
    max-width: 680px;
  }

  .report-2026__trust-matrix-cta-copy h2 {
    font-size: clamp(32px, 8vw, var(--font-size-h2, 48px));
    line-height: 1.1;
  }

  .report-2026__trust-preview {
    justify-self: start;
    width: min(100%, 560px);
  }

  .report-2026__cta {
    padding-block: var(--section-space-tablet, 64px);
  }

  .report-2026__cta-inner {
    grid-template-columns: 1fr;
    gap: var(--space-xl, 32px);
  }

  .report-2026__cta-copy {
    display: contents;
    max-width: 680px;
  }

  .report-2026__cta h2 {
    order: 1;
    max-width: 680px;
    font-size: clamp(32px, 8vw, var(--font-size-h2, 48px));
    line-height: clamp(38px, 9vw, var(--line-height-h2, 52px));
  }

  .report-2026__cta-body {
    order: 3;
  }

  .report-2026__cta-principles {
    order: 4;
  }

  .report-2026__cta-actions {
    order: 5;
    justify-content: start;
  }

  .report-2026__cta-body p:not(.report-2026__cta-body-strong) {
    max-width: 620px;
    font-size: clamp(16px, 4vw, 19px);
  }

  .report-2026__cta-visual {
    order: 2;
    width: min(100%, 620px);
    justify-self: start;
  }

  .report-2026__methodology-note--cta {
    order: 6;
  }

  .report-2026__access-modal {
    align-items: end;
    padding: var(--space-ms, 16px);
  }

  .report-2026__preview-modal {
    align-items: center;
    padding: var(--space-ms, 16px);
  }

  .report-2026__access-modal-panel {
    grid-template-columns: 1fr;
    gap: var(--space-lg, 24px);
    max-height: calc(100svh - 32px);
    padding: clamp(24px, 7vw, 40px);
  }

  .report-2026__preview-modal-panel {
    max-height: calc(100svh - 32px);
    overflow-y: auto;
  }

  .report-2026__access-modal-copy {
    padding-top: var(--space-ms, 16px);
  }

  .report-2026__access-modal-copy > p {
    max-width: none;
  }

  .report-2026__access-form-grid {
    grid-template-columns: 1fr;
  }

  .report-2026__audience-types {
    width: auto;
    min-height: auto;
    margin: 0 auto;
    padding: var(--section-space-tablet, 64px) 0;
    overflow: visible;
  }

  .report-2026__audience-pin {
    min-height: auto;
    padding: 0;
  }

  .report-2026__audience-header {
    text-align: left;
  }

  .report-2026__audience-header h2 {
    font-size: clamp(32px, 8vw, var(--font-size-h2, 48px));
    line-height: clamp(38px, 9vw, var(--line-height-h2, 52px));
  }

  .report-2026__audience-deck {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    min-height: auto;
    padding-inline: 0;
  }

  .report-2026__scroll-cue {
    display: none;
  }

  .report-2026__audience-card,
  .report-2026__audience-card--business,
  .report-2026__audience-card--policy,
  .report-2026__audience-card--comms {
    width: 100%;
    max-width: none;
    transform: none;
  }

  .report-2026__audience-card-inner {
    min-height: 420px;
  }

  .report-2026__audience-card-face {
    min-height: 420px;
  }

  .report-2026__audience-card-title {
    max-width: min(13ch, 100%);
  }

  .report-2026__audience-card-copy {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 390px) {
  .report-2026__audience-card {
    --audience-card-action-expanded-width: min(164px, calc(100% - 32px));
  }

  .report-2026__audience-card-face {
    padding: var(--space-lg, 24px);
  }

  .report-2026__audience-card-action {
    top: var(--space-ms, 16px);
    right: var(--space-ms, 16px);
  }

  .report-2026__audience-card-face--back .report-2026__audience-card-kicker {
    max-width: 100%;
    margin-top: 48px;
  }
}

@media (max-width: 760px) {
  .report-2026 {
    --report-page-padding: var(--space-lg, 24px);
  }

  .report-2026__hero {
    width: var(--report-viewport-width, 100vw);
    min-height: 100svh;
    margin-inline: calc(50% - (var(--report-viewport-width, 100vw) / 2));
    padding-block: clamp(56px, 9vh, 88px);
  }

  .report-2026__hero-inner,
  .report-2026__hero-copy {
    width: 100%;
    max-width: calc(100vw - var(--report-page-padding) - var(--report-page-padding));
  }

  .report-2026 .report-2026__hero h1 {
    max-width: 100%;
    margin-bottom: var(--space-lg, 24px);
  }

  .report-2026__hero-title-main {
    max-width: 100%;
    font-size: clamp(35px, 8.9vw, 40px);
    line-height: 0.98;
  }

  .report-2026__hero-title-sub {
    max-width: 92%;
    margin-top: var(--space-ms, 16px);
    font-size: clamp(24px, 6.5vw, 31px);
    line-height: 1.14;
  }

  .report-2026 .report-2026__hero h1 > span {
    hyphens: manual;
    overflow-wrap: normal;
    white-space: normal;
    word-break: normal;
  }

  .report-2026 .report-2026__hero .report-2026__hero-year {
    display: block;
  }

  .report-2026 .report-2026__hero h1.is-title-animated {
    width: 100%;
  }

  .report-2026__hero-title-line {
    white-space: nowrap;
  }

  .report-2026__hero .report-2026__lede {
    max-width: 100%;
  }

  .report-2026__hero-actions {
    display: grid;
    width: 100%;
  }

  .report-2026__hero-actions .report-2026__button {
    width: 100%;
    padding-inline: var(--space-ms, 16px);
  }

  .report-2026__section,
  .report-2026__module-canvas {
    padding-block: var(--section-space-mobile, 40px);
  }

  .report-2026__cta {
    padding-inline: var(--space-lg, 24px);
  }

  .report-2026__cta-copy {
    gap: var(--space-lg, 24px);
  }

  .report-2026__cta-principles {
    gap: var(--space-xs, 8px);
  }

  .report-2026__cta-principles li {
    white-space: normal;
  }

  .report-2026__cta-actions {
    display: grid;
    width: 100%;
  }

  .report-2026 .report-2026__button--cta {
    width: 100%;
    min-width: 0;
    padding-inline: var(--space-ms, 16px);
  }

  .report-2026__cta-visual {
    width: 100%;
  }

  .report-2026__ai-particle--mobile-hide {
    display: none;
  }

}

@media (max-width: 560px) {
  .report-2026__progress-story {
    min-height: 1040px;
    padding-bottom: 188px;
  }

  .report-2026__progress-chart {
    inset: 480px 0 122px;
  }

  .report-2026__progress-point--last {
    --progress-point-x: 30% !important;
    --progress-point-y: 62.8% !important;
  }

  .report-2026__progress-point--current {
    --progress-point-x: 74% !important;
    --progress-point-y: 28% !important;
  }

  .report-2026__progress-guide {
    height: var(--progress-guide-height, 132px);
  }

  .report-2026__progress-label {
    max-width: 14ch;
    line-height: 1.18;
    white-space: normal;
  }

  .report-2026__progress-point--current .report-2026__progress-value {
    position: relative;
    z-index: 1;
    width: max-content;
    margin-top: -24px;
    margin-left: -126px;
  }

  .report-2026__progress-point--current .report-2026__progress-label {
    width: 76px;
    max-width: 76px;
    margin-top: 56px;
    margin-left: 16px;
    text-align: left;
  }

  .report-2026__progress-point--current .report-2026__progress-context {
    width: 76px;
    max-width: 76px;
    margin-left: 16px;
    text-align: left;
  }

  .report-2026 .report-2026__progress-support {
    max-width: 100%;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.35;
  }

  .report-2026__progress-actions {
    margin-top: 14px;
  }

  .report-2026__year-compare-panel {
    min-height: 430px;
  }

  .report-2026__year-compare-chart {
    min-height: 250px;
  }

  .report-2026__year-compare-bar-wrap {
    height: 210px;
  }

  .report-2026__trust-matrix-cta {
    padding-inline: var(--report-page-padding);
  }

  .report-2026__trust-preview-quadrant {
    max-width: 16ch;
    font-size: 10px;
  }

  .report-2026__trust-preview-tooltip {
    width: min(54%, 204px);
    gap: 6px;
    padding: 10px;
  }

  .report-2026__trust-preview-tooltip--broadcast {
    top: 37%;
    left: 24%;
  }

  .report-2026__trust-preview-tooltip--ai {
    left: 30%;
    bottom: 18%;
  }

  .report-2026__source-ecosystem {
    padding-inline: var(--report-page-padding);
  }

  .report-2026__source-ecosystem-inner {
    padding-inline: 0;
  }

  .report-2026__source-preview h3 {
    font-size: clamp(20px, 6vw, 26px);
  }

  .report-2026__source-chips {
    flex-wrap: nowrap;
    margin-inline: calc(var(--space-lg, 24px) * -1);
    padding-inline: var(--space-lg, 24px);
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .report-2026__source-chip {
    flex: 0 0 auto;
  }

  .report-2026__source-leaderboard {
    gap: var(--space-ms, 16px);
  }

  .report-2026__source-row {
    grid-template-columns: minmax(68px, 82px) minmax(0, 1fr);
    gap: var(--space-ms, 16px);
    font-size: 16px;
  }

  .report-2026__source-bar {
    height: 14px;
  }

  .report-2026__source-locked-panel {
    min-height: 164px;
  }

  .report-2026__source-ecosystem-cta .report-2026__button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding-inline: var(--space-ms, 16px);
    text-align: center;
  }

  .report-2026__trust-preview-tooltip-metrics {
    gap: 6px;
  }

  .report-2026__trust-preview-tooltip-metrics span {
    padding: 6px;
    font-size: 8px;
  }

  .report-2026__access-modal {
    padding: 0;
  }

  .report-2026__preview-modal {
    padding: var(--space-sm, 12px);
  }

  .report-2026__access-modal-panel {
    width: 100%;
    max-height: 100svh;
    border-radius: var(--radius-md, 12px) var(--radius-md, 12px) 0 0;
  }

  .report-2026__access-modal-copy h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .report-2026__preview-modal-panel {
    padding: var(--space-ms, 16px);
    border-radius: var(--radius-md, 12px);
  }

  .report-2026__preview-modal-header h2 {
    font-size: clamp(26px, 8vw, 38px);
  }

  .report-2026__access-success {
    min-height: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .report-2026__progress-area,
  .report-2026__progress-line,
  .report-2026__progress-point,
  .report-2026__influence-bar-panel,
  .report-2026__influence-bar-copy,
  .report-2026__influence-bar-value,
  .report-2026__source-chip,
  .report-2026__source-row,
  .report-2026__source-bar,
  .report-2026__source-locked-panel,
  .report-2026__scroll-cue-arrow,
  .report-2026__year-compare-bar,
  .report-2026__year-compare-value,
  .report-2026__year-compare-caption,
  .report-2026__trust-preview-grid,
  .report-2026__trust-preview-axis,
  .report-2026__trust-preview-quadrant,
  .report-2026__trust-preview-dot,
  .report-2026__trust-preview-cursor,
  .report-2026__trust-preview-tooltip,
  .report-2026__audience-card,
  .report-2026__audience-card-inner,
  .report-2026__audience-card-face,
  .report-2026__hero-title-letter,
  .report-2026__access-modal-backdrop,
  .report-2026__access-modal-panel,
  .report-2026__access-modal-close,
  .report-2026__preview-modal-backdrop,
  .report-2026__preview-modal-panel,
  .report-2026__preview-modal-close,
  .report-2026__button {
    transition: none;
    filter: none;
    transform: none;
  }

  .report-2026__audience-card-face--back {
    opacity: 0;
  }

  .report-2026__audience-card.is-revealed .report-2026__audience-card-face--front {
    opacity: 0;
  }

  .report-2026__audience-card.is-revealed .report-2026__audience-card-face--back {
    opacity: 1;
  }

  .report-2026__ai-source-card,
  .report-2026__ai-particle,
  .report-2026__ai-filter-plane,
  .report-2026__ai-summary-card {
    animation: none;
    filter: none;
    transform: none;
  }

  .report-2026__ai-source-card,
  .report-2026__ai-summary-card {
    opacity: 1;
  }

  .report-2026__ai-particle {
    opacity: 0.72;
  }
}
