:root {
  --problem-v2-bg-white: #ffffff;
  --problem-v2-bg-soft: #f4f7fc;
  --problem-v2-bg-soft-2: #eef3fb;
  --problem-v2-navy: #153f74;
  --problem-v2-navy-deep: #0f2f58;
  --problem-v2-navy-dark: #0a2447;
  --problem-v2-accent: #2f80ed;
  --problem-v2-text: #1c2433;
  --problem-v2-muted: #5c687d;
  --problem-v2-red: #b9413a;
  --problem-v2-statement-blue: #143379;
  --problem-v2-border: 1.5px solid rgba(21, 63, 116, 0.88);
}

.problem-v2 {
  color: var(--problem-v2-text);
  background: var(--problem-v2-bg-white);
}

.problem-v2 .container {
  width: min(1320px, calc(100vw - 3.5rem));
}

.problem-v2 .section {
  position: relative;
  padding-block: clamp(86px, 10vw, 150px);
  overflow: hidden;
}

.problem-v2-era {
  background: var(--problem-v2-bg-white);
}

.problem-v2-embers {
  background: linear-gradient(180deg, #173e74 0%, #0f2f58 100%);
}

.problem-v2-action {
  background: var(--problem-v2-statement-blue);
}

.problem-v2-action::before {
  content: none;
}

.problem-v2-passive,
.problem-v2-timeline {
  background: var(--problem-v2-bg-soft);
}

.problem-v2-stakeholders,
.problem-v2-missing {
  background: var(--problem-v2-bg-white);
}

.problem-v2-era::before,
.problem-v2-passive::before,
.problem-v2-stakeholders::before,
.problem-v2-timeline::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(21, 63, 116, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 63, 116, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.14));
}

.problem-v2-embers::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 84px 84px;
  opacity: 0.48;
}

.problem-v2 .container,
.problem-v2 .problem-v2-split,
.problem-v2 .problem-v2-burn-zone,
.problem-v2 .problem-v2-insurance-frame,
.problem-v2 .problem-v2-passive-layout,
.problem-v2 .problem-v2-stakeholder-cards,
.problem-v2 .problem-v2-missing-layout,
.problem-v2 .problem-v2-final-cta,
.problem-v2 .problem-v2-timeline-track {
  position: relative;
  z-index: 1;
}

.problem-v2-eyebrow,
.problem-v2-subhead,
.problem-v2-card-label,
.problem-v2-timeline-step-number {
  margin: 0;
  color: var(--problem-v2-accent);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.problem-v2 h1,
.problem-v2 h2,
.problem-v2 h3,
.problem-v2 h4 {
  margin: 0;
  color: var(--problem-v2-navy);
  letter-spacing: -0.03em;
  line-height: 1.06;
}

.problem-v2 h1 {
  max-width: 11.6ch;
  font-size: clamp(2.8rem, 5.8vw, 5.25rem);
  font-weight: 900;
}

.problem-v2 h2 {
  max-width: 17ch;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 850;
}

.problem-v2 h3 {
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 800;
}

.problem-v2 h4 {
  font-size: clamp(1.08rem, 1.4vw, 1.28rem);
  font-weight: 750;
}

.problem-v2 p {
  margin: 0;
}

.problem-v2-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.2rem, 3vw, 2.7rem);
  align-items: start;
}

.problem-v2-split-era {
  align-items: center;
}

.problem-v2-copy {
  display: grid;
  gap: 1.15rem;
  max-width: 690px;
}

.problem-v2-two-line span {
  display: block;
}

.problem-v2-title-accent {
  color: var(--problem-v2-red);
}

.problem-v2-priority-list {
  margin: 1.85rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.12rem;
}

.problem-v2-priority-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.85rem;
}

.problem-v2-number {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  border: 1px solid rgba(21, 63, 116, 0.3);
  background: rgba(21, 63, 116, 0.11);
  color: var(--problem-v2-navy);
  font-size: 1rem;
  font-weight: 800;
  display: grid;
  place-content: center;
}

.problem-v2-priority-list p {
  font-size: clamp(1.25rem, 1.9vw, 1.7rem);
  line-height: 1.42;
}

.problem-v2-visual-card,
.problem-v2-chart-card {
  margin: 0;
  border: var(--problem-v2-border);
  background: var(--problem-v2-bg-white);
}

.problem-v2-visual-card img,
.problem-v2-visual-card video,
.problem-v2-chart-card img,
.problem-v2-chart-card video {
  width: 100%;
  display: block;
  object-fit: cover;
}

.problem-v2-chart-card :is(img, video) {
  min-height: clamp(260px, 24vw, 390px);
}

.problem-v2-chart-caption,
.problem-v2-chart-note {
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.04em;
}

.problem-v2-chart-caption {
  padding: 0.92rem 1rem 1rem;
  color: var(--problem-v2-muted);
  font-size: 0.74rem;
  line-height: 1.45;
  text-transform: uppercase;
}

.problem-v2-chart-note {
  margin-top: 0.7rem;
  color: var(--problem-v2-muted);
  font-size: 0.74rem;
  line-height: 1.55;
  text-transform: uppercase;
}

.problem-v2-burn-zone {
  margin-top: clamp(2.4rem, 5vw, 4rem);
  min-height: clamp(290px, 36vw, 470px);
  border: var(--problem-v2-border);
  padding: clamp(1.1rem, 2.8vw, 2.1rem);
  background-image: linear-gradient(rgba(7, 17, 31, 0.52), rgba(7, 17, 31, 0.52)),
    url("../public/media/problem/wildfire-raging.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.problem-v2-floating-stack {
  width: min(610px, 100%);
  display: grid;
  gap: 1rem;
}

.problem-v2-card {
  border: var(--problem-v2-border);
  background: rgba(255, 255, 255, 0.97);
  padding: clamp(1.25rem, 1.9vw, 1.65rem);
  transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.problem-v2-card:hover,
.problem-v2-card:focus-within {
  border-color: var(--problem-v2-navy-dark);
  transform: translateY(-2px);
  box-shadow: 0 11px 22px rgba(16, 34, 64, 0.08);
}

.problem-v2-stat-card {
  display: grid;
  gap: 0.7rem;
}

.problem-v2-stat-card h3,
.problem-v2-stat-card p {
  color: #ffffff;
}

.problem-v2-stat-card {
  border-color: rgba(255, 255, 255, 0.76);
  background: rgba(12, 35, 67, 0.7);
  backdrop-filter: blur(4px);
}

.problem-v2-stat-body {
  font-size: clamp(1rem, 1.22vw, 1.16rem);
  line-height: 1.58;
}

.problem-v2-danger {
  color: #e54d4d;
}

.problem-v2-insurance-frame {
  margin-top: clamp(2.2rem, 5vw, 4.1rem);
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: clamp(1.1rem, 2.8vw, 2rem);
  align-items: stretch;
}

.problem-v2-systemic-panel {
  display: grid;
  gap: 1rem;
  height: 100%;
}

.problem-v2-systemic-title {
  font-size: clamp(2rem, 3vw, 3rem);
}

.problem-v2-collapse {
  border: 1px solid rgba(21, 63, 116, 0.24);
  background: var(--problem-v2-bg-soft);
  padding: 0.85rem 0.95rem;
}

.problem-v2-systemic-panel .problem-v2-collapse + .problem-v2-collapse {
  margin-top: 0.55rem;
}

.problem-v2-collapse summary {
  list-style: none;
  cursor: pointer;
  color: var(--problem-v2-navy);
  font-size: clamp(1.06rem, 1.4vw, 1.25rem);
  font-weight: 800;
  line-height: 1.25;
  position: relative;
  padding-right: 1.35rem;
}

.problem-v2-collapse summary::-webkit-details-marker {
  display: none;
}

.problem-v2-collapse summary::after {
  content: none;
}

.problem-v2-collapse:not([open]) summary::after {
  transform: none;
}

.problem-v2-collapse p {
  margin-top: 0.58rem;
  color: #29364f;
  font-size: 0.9rem;
  line-height: 1.52;
}

.problem-v2-era-bottom-inline {
  margin-top: auto;
  padding-top: 0.45rem;
  font-size: clamp(2.25rem, 3.2vw, 3.35rem);
  line-height: 1.15;
  color: var(--problem-v2-navy);
  font-family: "Courier New", Courier, monospace;
}

.problem-v2-era-bottom-inline strong {
  color: var(--problem-v2-navy);
  font-weight: 700;
}

.problem-v2-citations {
  margin-top: clamp(1.1rem, 2vw, 1.5rem);
  color: var(--problem-v2-muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.problem-v2-citations a {
  color: var(--problem-v2-muted);
  text-decoration: none;
  border-bottom: 1px dotted rgba(92, 104, 125, 0.68);
}

.problem-v2-citations a:hover,
.problem-v2-citations a:focus-visible {
  color: var(--problem-v2-navy);
  border-bottom-color: var(--problem-v2-navy);
}

.problem-v2-embers .problem-v2-eyebrow,
.problem-v2-embers h2,
.problem-v2-embers h3,
.problem-v2-embers p,
.problem-v2-embers .problem-v2-chart-caption,
.problem-v2-embers .problem-v2-citations,
.problem-v2-action h3,
.problem-v2-action p,
.problem-v2-action .problem-v2-chart-caption {
  color: #ffffff;
}

.problem-v2-embers .problem-v2-card,
.problem-v2-action .problem-v2-final-cta {
  border-color: rgba(255, 255, 255, 0.35);
}

.problem-v2-embers .problem-v2-card {
  background: rgba(9, 26, 49, 0.66);
}

.problem-v2-embers .problem-v2-visual-card {
  background: rgba(9, 26, 49, 0.96);
  border-color: rgba(255, 255, 255, 0.35);
}

.problem-v2-embers .problem-v2-chart-caption {
  background: rgba(9, 26, 49, 0.96);
}

.problem-v2-embers .problem-v2-citations a {
  color: rgba(255, 255, 255, 0.87);
  border-bottom-color: rgba(255, 255, 255, 0.45);
}

.problem-v2-ember-title {
  font-size: clamp(1.95rem, 3.25vw, 3rem);
  max-width: 16ch;
}

.problem-v2-split-centered {
  align-items: center;
}

.problem-v2-ember-cards {
  display: grid;
  gap: 1rem;
}

.problem-v2-ember-cards .problem-v2-card {
  display: grid;
  gap: 0.6rem;
}

.problem-v2-ember-cards p {
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.58;
}

.problem-v2-ember-media-crop {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: rgba(9, 26, 49, 0.96);
}

.problem-v2-ember-visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.38) translateY(-6%);
}

.problem-v2-passive h2 {
  margin-top: 0.7rem;
  max-width: 16ch;
}

.problem-v2-passive-layout {
  margin-top: clamp(1.8rem, 3.4vw, 2.7rem);
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(1.15rem, 2.8vw, 2rem);
  align-items: stretch;
}

.problem-v2-passive-stack {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  height: 100%;
}

.problem-v2-passive-stack .problem-v2-card,
.problem-v2-passive-feature {
  display: grid;
  gap: 0.72rem;
}

.problem-v2-passive-stack .problem-v2-card {
  height: 100%;
}

.problem-v2-passive-stack p,
.problem-v2-passive-feature p {
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.6;
}

.problem-v2-passive-feature .problem-v2-chart-card {
  margin-top: 0.5rem;
}

.problem-v2-passive-feature .problem-v2-chart-card img {
  min-height: clamp(290px, 30vw, 430px);
}

.problem-v2-intro {
  display: grid;
  gap: 0.75rem;
  max-width: 860px;
}

.problem-v2-stakeholder-cards {
  margin-top: clamp(1.6rem, 3vw, 2.2rem);
  display: grid;
  gap: 1rem;
}

.problem-v2-stakeholders {
  padding-bottom: clamp(18px, 3vw, 30px);
}

.problem-v2-missing {
  padding-top: clamp(56px, 7vw, 88px);
}

.problem-v2-collapsible summary {
  list-style: none;
  cursor: default;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  align-items: center;
}

.problem-v2-collapsible summary::-webkit-details-marker {
  display: none;
}

.problem-v2-collapsible summary::after {
  content: none;
}

.problem-v2-collapsible:not([open]) summary::after {
  transform: none;
}

.problem-v2-collapsible p {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.62;
}

.problem-v2-collapsible[open] p {
  margin-top: 0.75rem;
}

.problem-v2-stakeholder-card {
  background-size: cover;
  background-position: center;
  border-color: rgba(255, 255, 255, 0.5);
  min-height: clamp(220px, 18vw, 300px);
}

.problem-v2-stakeholder-homeowners {
  background-image: linear-gradient(rgba(9, 26, 49, 0.6), rgba(9, 26, 49, 0.6)),
    url("../public/media/problem/tract-homes.png");
}

.problem-v2-stakeholder-insurers {
  background-image: linear-gradient(rgba(9, 26, 49, 0.62), rgba(9, 26, 49, 0.62)),
    url("../public/media/problem/insurers.png");
}

.problem-v2-stakeholder-builders {
  background-image: linear-gradient(rgba(9, 26, 49, 0.62), rgba(9, 26, 49, 0.62)),
    url("../public/media/problem/california-residential-build.png");
}

.problem-v2-stakeholder-card h3,
.problem-v2-stakeholder-card p {
  color: #ffffff;
}

.problem-v2-stakeholder-card .problem-v2-card-label {
  color: rgba(188, 220, 255, 0.98);
  font-size: clamp(1.14rem, 1.45vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.problem-v2-stakeholder-card summary::after {
  color: inherit;
}

.problem-v2-expand-trigger {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1.5px solid rgba(21, 63, 116, 0.3);
  background: #ffffff;
  display: grid;
  place-items: center;
  align-self: start;
  margin-top: 0.15rem;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(8, 20, 40, 0.25);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.problem-v2-expand-trigger span {
  color: var(--problem-v2-navy);
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1;
}

.problem-v2-collapsible[open] .problem-v2-expand-trigger span {
  transform: rotate(180deg);
}

.problem-v2-expand-trigger:hover,
.problem-v2-expand-trigger:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(8, 20, 40, 0.32);
}

.problem-v2-missing-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.15rem, 2.8vw, 2.4rem);
  align-items: start;
}

.problem-v2-missing-head {
  display: grid;
  gap: 0.9rem;
}

.problem-v2-missing-head h2 {
  max-width: 26ch;
  font-size: clamp(1.65rem, 2.35vw, 2.8rem);
  line-height: 1.18;
}

.problem-v2-missing-copy {
  font-size: clamp(1rem, 1.18vw, 1.11rem);
  line-height: 1.66;
  max-width: 65ch;
}

.problem-v2-impact-line {
  margin-top: clamp(2rem, 3.2vw, 3rem);
  text-align: center;
  font-size: clamp(1.9rem, 3.4vw, 3.3rem);
  line-height: 1.25;
  max-width: 24ch;
  margin-left: auto;
  margin-right: auto;
}

.problem-v2-impact-line-plain {
  color: var(--problem-v2-navy);
  border: none;
  background: none;
  padding: 0;
}

.problem-v2-final-cta {
  border: none;
  background: transparent;
  backdrop-filter: none;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1.1rem, 2.4vw, 2rem);
  padding: 0;
  align-items: center;
}

.problem-v2-final-cta-copy {
  display: grid;
  gap: 0.85rem;
  justify-items: center;
  text-align: center;
}

.problem-v2-final-cta-copy h3 {
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  font-weight: 850;
  letter-spacing: -0.03em;
  line-height: 1.06;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}

.problem-v2-final-cta-copy p {
  font-size: clamp(1.03rem, 1.35vw, 1.2rem);
  line-height: 1.56;
  max-width: 44ch;
}

.problem-v2-final-cta-actions {
  display: grid;
  gap: 0.75rem;
  max-width: 420px;
  width: min(100%, 420px);
  justify-items: center;
}

.problem-v2-final-cta-actions .btn {
  width: min(100%, 360px);
}

.problem-v2-action .problem-v2-final-cta-actions .btn-dark {
  border-color: #ffffff;
  background: rgba(20, 51, 121, 0.88);
  color: #ffffff;
}

.problem-v2-action .problem-v2-final-cta-actions .btn-dark:hover,
.problem-v2-action .problem-v2-final-cta-actions .btn-dark:focus-visible {
  border-color: #ffffff;
  background: rgba(20, 51, 121, 1);
  color: #ffffff;
}

.problem-v2-reactive-image {
  justify-self: end;
  align-self: center;
  max-width: 420px;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #132a6c;
}

.problem-v2-reactive-image :is(img, video) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.problem-v2-statement-video {
  background: #132a6c;
  transform: scale(1.24) translateY(-2%);
}

.problem-v2-timeline h2 {
  margin-top: 0.25rem;
}

.problem-v2-timeline {
  padding-block: clamp(56px, 6vw, 86px);
}

.problem-v2-timeline .problem-v2-timeline-step-number {
  color: var(--problem-v2-navy);
}

.problem-v2-timeline-track {
  margin-top: clamp(0.75rem, 1.8vw, 1.15rem);
  display: grid;
  gap: 0.6rem;
  position: relative;
  max-width: 920px;
  margin-inline: auto;
  border: var(--problem-v2-border);
  background: rgba(255, 255, 255, 0.76);
  padding: clamp(0.55rem, 1vw, 0.85rem);
}

.problem-v2-timeline-track::before {
  content: none;
}

.problem-v2-timeline-step {
  width: 100%;
  position: relative;
  z-index: 1;
  height: clamp(132px, 10vw, 152px);
}

.problem-v2-timeline-left {
  margin-right: 0;
  padding-right: 0;
}

.problem-v2-timeline-right {
  margin-left: 0;
  padding-left: 0;
}

.problem-v2-timeline-bubble {
  margin: 0;
  border: var(--problem-v2-border);
  border-radius: 16px;
  background: var(--problem-v2-bg-white);
  padding: 0.72rem 0.82rem;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.problem-v2-timeline-bubble summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.72rem;
}

.problem-v2-timeline-bubble summary::-webkit-details-marker {
  display: none;
}

.problem-v2-timeline-summary {
  display: grid;
  gap: 0.2rem;
}

.problem-v2-timeline-summary strong {
  color: var(--problem-v2-navy);
  font-size: 1.2rem;
  line-height: 1.2;
}

.problem-v2-timeline-summary span {
  color: #495a74;
  font-size: 0.8rem;
  line-height: 1.44;
}

.problem-v2-timeline-bubble summary::after {
  content: "▾";
  color: var(--problem-v2-navy);
  font-size: 1rem;
  font-weight: 700;
}

.problem-v2-timeline-bubble:not([open]) summary::after {
  transform: rotate(-90deg);
}

.problem-v2-timeline-expanded {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  color: #29364f;
  font-size: 0.82rem;
  line-height: 1.48;
  max-height: 0;
  overflow: hidden;
  transition: max-height 240ms ease, margin-top 240ms ease, padding-top 240ms ease;
}

.problem-v2-timeline-bubble[open] .problem-v2-timeline-expanded {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(21, 63, 116, 0.2);
  max-height: 48px;
  overflow: auto;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(14px);
  transition: transform 300ms ease, opacity 300ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .problem-v2 .container {
    width: min(1320px, calc(100vw - 2.3rem));
  }

  .problem-v2-split,
  .problem-v2-insurance-frame,
  .problem-v2-passive-layout,
  .problem-v2-missing-layout,
  .problem-v2-final-cta {
    grid-template-columns: 1fr;
  }

  .problem-v2-chart-card :is(img, video),
  .problem-v2-passive-feature .problem-v2-chart-card :is(img, video) {
    min-height: 280px;
  }

  .problem-v2-passive-stack {
    grid-template-rows: none;
    height: auto;
  }

  .problem-v2-reactive-image {
    justify-self: center;
    max-width: 400px;
  }

  .problem-v2-timeline-step,
  .problem-v2-timeline-left,
  .problem-v2-timeline-right {
    width: 100%;
    height: 170px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 760px) {
  .problem-v2 .container {
    width: min(1320px, calc(100vw - 1.4rem));
  }

  .problem-v2 .section {
    padding-block: clamp(72px, 15vw, 92px);
  }

  .problem-v2 h1 {
    font-size: clamp(2.15rem, 10.4vw, 3rem);
  }

  .problem-v2 h2 {
    font-size: clamp(1.95rem, 8.2vw, 2.5rem);
  }

  .problem-v2-priority-list {
    margin-top: 1.25rem;
  }

  .problem-v2-priority-list p {
    font-size: clamp(1.02rem, 4.8vw, 1.2rem);
  }

  .problem-v2-burn-zone {
    min-height: 260px;
    background-position: 56% center;
  }

  .problem-v2-chart-caption,
  .problem-v2-chart-note,
  .problem-v2-citations {
    font-size: 0.62rem;
  }

  .problem-v2-era-bottom-inline {
    font-size: clamp(1.3rem, 6.3vw, 1.7rem);
  }

  .problem-v2-final-cta-copy h3 {
    font-size: clamp(2rem, 8vw, 2.85rem);
  }

  .problem-v2-missing-head h2 {
    font-size: clamp(1.35rem, 6.5vw, 1.85rem);
  }

  .problem-v2-stakeholder-card {
    min-height: 200px;
  }

  .problem-v2-reactive-image {
    max-width: 280px;
  }

  .problem-v2-timeline-step {
    height: 176px;
  }

  .problem-v2-timeline-bubble[open] .problem-v2-timeline-expanded {
    max-height: 58px;
  }

  .problem-v2-timeline-summary strong {
    font-size: 1.12rem;
  }

  .problem-v2-timeline-summary span,
  .problem-v2-timeline-expanded {
    font-size: 0.88rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .problem-v2-card,
  .problem-v2-timeline-bubble,
  .problem-v2-collapse {
    transition: none;
  }
}
