.he-proof,
.he-proof * {
  box-sizing: border-box;
}

.he-proof {
  --he-proof-bg: #fff5f2;
  --he-proof-heading: #0d0d0f;
  --he-proof-body: #5e5956;
  --he-proof-panel: #0d0d0f;
  --he-proof-text: #fff5f2;
  --he-proof-muted: #b8afaa;
  --he-proof-accent: #fc441a;
  --he-proof-line: #302c2a;
  --he-proof-width: 1520px;
  --he-proof-pad-top: 112px;
  --he-proof-pad-right: 40px;
  --he-proof-pad-bottom: 112px;
  --he-proof-pad-left: 40px;
  --he-proof-intro-gap: 72px;
  --he-proof-gap: 20px;
  --he-proof-case-height: 680px;
  --he-proof-media-height: 680px;
  --he-proof-image-x: 50%;
  --he-proof-image-y: 50%;
  --he-proof-panel-top: 48px;
  --he-proof-panel-right: 48px;
  --he-proof-panel-bottom: 48px;
  --he-proof-panel-left: 48px;
  --he-proof-radius: 8px;
  --he-proof-outline-width: 1.5px;
  --he-proof-logo-width: 132px;
  --he-proof-nav-size: 52px;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  overflow: clip;
  background: var(--he-proof-bg);
  color: var(--he-proof-heading);
  font-family: "Okta Neue", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  isolation: isolate;
}

.he-proof button,
.he-proof a {
  font-family: inherit;
}

.he-proof__inner {
  width: min(100%, var(--he-proof-width));
  margin-inline: auto;
  padding: var(--he-proof-pad-top) var(--he-proof-pad-right) var(--he-proof-pad-bottom) var(--he-proof-pad-left);
}

.he-proof__header {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(19rem, 0.55fr);
  gap: clamp(2.5rem, 7vw, 8rem);
  align-items: end;
  margin-bottom: var(--he-proof-intro-gap);
}

.he-proof__eyebrow,
.he-proof__heading,
.he-proof__intro,
.he-proof__quote,
.he-proof__summary,
.he-proof__case-count,
.he-proof__person-name,
.he-proof__person-meta,
.he-proof__swipe-hint {
  margin: 0;
}

.he-proof__heading,
.he-proof__intro,
.he-proof__quote,
.he-proof__summary,
.he-proof__evidence-value,
.he-proof__stat-value,
.he-proof__stat-label,
.he-proof__person-name,
.he-proof__person-meta,
.he-proof__index-title,
.he-proof__index-company {
  overflow-wrap: anywhere;
}

.he-proof__eyebrow {
  margin-bottom: 1.35rem;
  color: var(--he-proof-accent);
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.he-proof__heading {
  max-width: 18ch;
  color: var(--he-proof-heading);
  font-size: clamp(3rem, 6vw, 7.2rem);
  font-style: italic;
  font-weight: 780;
  line-height: 0.88;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-wrap: balance;
}

.he-proof__heading > span {
  display: inline;
}

.he-proof__heading-outline {
  color: transparent;
  -webkit-text-stroke: var(--he-proof-outline-width) var(--he-proof-heading);
  text-stroke: var(--he-proof-outline-width) var(--he-proof-heading);
}

.he-proof__intro {
  max-width: 31rem;
  padding-bottom: 0.5rem;
  color: var(--he-proof-body);
  font-size: clamp(1.05rem, 1.3vw, 1.3rem);
  font-weight: 450;
  line-height: 1.55;
  letter-spacing: -0.015em;
  text-wrap: pretty;
}

.he-proof__experience,
.he-proof__track {
  width: 100%;
  min-width: 0;
  position: relative;
}

.he-proof__experience {
  container-type: inline-size;
}

.he-proof__track {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--he-proof-gap);
}

.he-proof__track:focus-visible {
  outline: 2px solid var(--he-proof-accent);
  outline-offset: 6px;
}

.he-proof__case {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  min-width: 0;
  min-height: var(--he-proof-case-height);
  border-radius: var(--he-proof-radius);
  background: var(--he-proof-panel);
  color: var(--he-proof-text);
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.he-proof__case--no-media {
  grid-template-columns: 1fr;
}

.he-proof__media {
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: var(--he-proof-media-height);
  margin: 0;
  overflow: hidden;
  position: relative;
  background: #1a1818;
}

.he-proof__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-right: 1px solid color-mix(in srgb, var(--he-proof-text) 12%, transparent);
  pointer-events: none;
}

.he-proof__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--he-proof-image-x) var(--he-proof-image-y);
  filter: saturate(0.18) contrast(1.04);
  transform: scale(1.001);
}

.he-proof__media-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgb(13 13 15 / 0.82), transparent 38%),
    linear-gradient(120deg, transparent 55%, color-mix(in srgb, var(--he-proof-accent) 14%, transparent));
  pointer-events: none;
}

.he-proof__media-index {
  position: absolute;
  left: clamp(1.25rem, 2.4vw, 2.4rem);
  bottom: clamp(1.25rem, 2.4vw, 2.4rem);
  color: var(--he-proof-text);
  font-size: clamp(3.5rem, 7vw, 7rem);
  font-style: italic;
  font-weight: 760;
  line-height: 0.8;
  letter-spacing: -0.07em;
  opacity: 0.96;
}

.he-proof__case-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: var(--he-proof-panel-top) var(--he-proof-panel-right) var(--he-proof-panel-bottom) var(--he-proof-panel-left);
}

.he-proof__case-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: start;
  min-width: 0;
}

.he-proof__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  min-width: 0;
}

.he-proof__pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.55rem 0.8rem 0.48rem;
  border: 1px solid var(--he-proof-accent);
  border-radius: 999px;
  background: var(--he-proof-accent);
  color: #0d0d0f;
  font-size: 0.64rem;
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.he-proof__pill--outline {
  background: transparent;
  color: var(--he-proof-accent);
}

.he-proof__case-count {
  padding-top: 0.55rem;
  color: var(--he-proof-muted);
  font-size: 0.65rem;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  letter-spacing: 0.12em;
}

.he-proof__logo {
  grid-column: 2;
  display: block;
  width: auto;
  max-width: var(--he-proof-logo-width);
  max-height: 3.25rem;
  margin-top: 0.6rem;
  margin-left: auto;
  object-fit: contain;
  object-position: right center;
}

.he-proof__logo--mono {
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.82;
}

.he-proof__story {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  padding-top: clamp(2.5rem, 5vw, 5.4rem);
}

.he-proof__quote {
  max-width: 21ch;
  color: var(--he-proof-text);
  font-size: clamp(2rem, 3.45vw, 4.25rem);
  font-style: italic;
  font-weight: 750;
  line-height: 0.97;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-wrap: balance;
}

.he-proof__quote strong {
  color: var(--he-proof-accent);
  font-weight: inherit;
}

.he-proof__summary {
  max-width: 46rem;
  margin-top: clamp(1.7rem, 3vw, 2.6rem);
  color: var(--he-proof-muted);
  font-size: clamp(1rem, 1.22vw, 1.22rem);
  font-weight: 440;
  line-height: 1.55;
  letter-spacing: -0.012em;
  text-wrap: pretty;
}

.he-proof__evidence,
.he-proof__stats {
  display: grid;
  gap: 0;
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  padding: 0;
  border-top: 1px solid var(--he-proof-line);
}

.he-proof__evidence {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.he-proof__evidence-item,
.he-proof__stat {
  min-width: 0;
  padding: 1.1rem 1rem 0 0;
}

.he-proof__evidence-item:not(:last-child),
.he-proof__stat:not(:last-child) {
  border-right: 1px solid var(--he-proof-line);
  padding-right: 1rem;
  margin-right: 1rem;
}

.he-proof__evidence-label,
.he-proof__stat-label {
  display: block;
  margin: 0 0 0.55rem;
  color: var(--he-proof-accent);
  font-size: 0.62rem;
  font-weight: 720;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.he-proof__evidence-value,
.he-proof__stat-value {
  margin: 0;
  color: var(--he-proof-text);
  font-size: 0.95rem;
  font-weight: 550;
  line-height: 1.35;
  letter-spacing: -0.012em;
}

.he-proof__stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.he-proof__stat-value {
  color: var(--he-proof-text);
  font-size: clamp(1.7rem, 2.6vw, 3rem);
  font-style: italic;
  font-weight: 760;
  line-height: 1;
  letter-spacing: -0.045em;
}

.he-proof__stat .he-proof__stat-label {
  margin-top: 0.55rem;
  margin-bottom: 0;
  color: var(--he-proof-muted);
}

.he-proof__attribution {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-top: clamp(2.4rem, 5vw, 4.8rem);
  padding-top: 1.4rem;
  border-top: 1px solid var(--he-proof-line);
}

.he-proof__person {
  min-width: 0;
}

.he-proof__person-name {
  color: var(--he-proof-text);
  font-size: 0.88rem;
  font-style: italic;
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.he-proof__person-meta {
  margin-top: 0.48rem;
  color: var(--he-proof-muted);
  font-size: 0.82rem;
  font-weight: 450;
  line-height: 1.4;
}

.he-proof__index {
  display: none;
}

.he-proof__mobile-controls {
  display: none;
}

.he-proof__global-cta {
  display: flex;
  justify-content: flex-end;
  padding-top: clamp(2rem, 4vw, 4rem);
}

.he-proof--hide-media .he-proof__media,
.he-proof--hide-logo .he-proof__logo,
.he-proof--hide-summary .he-proof__summary,
.he-proof--hide-evidence .he-proof__evidence,
.he-proof--hide-stats .he-proof__stats,
.he-proof--hide-case-cta .he-proof__button--case {
  display: none !important;
}

.he-proof--hide-media .he-proof__case {
  grid-template-columns: 1fr;
}

.he-proof--hide-media.he-proof--ready.he-proof--mode-slider .he-proof__case-body,
.he-proof--hide-media.he-proof--ready.he-proof--mode-grid .he-proof__case-body {
  min-height: var(--he-proof-case-height);
}

.he-proof .he-proof__button,
.he-proof .he-proof__button:hover,
.he-proof .he-proof__button:focus,
.he-proof .he-proof__button:active {
  appearance: none;
  display: inline-grid;
  grid-template-columns: minmax(0, 1fr) 1.15rem;
  gap: 1.2rem;
  align-items: center;
  min-width: min(100%, 13.5rem);
  margin: 0;
  padding: 15px 18px;
  border: 1px solid var(--he-proof-text);
  border-radius: 3px;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: var(--he-proof-text);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.005em;
  text-align: left;
  text-decoration: none;
  opacity: 1;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: color 350ms ease, border-color 350ms ease;
}

.he-proof__button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--he-proof-accent);
  transform: translateX(-102%);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.he-proof__button:hover::before,
.he-proof__button:focus-visible::before {
  transform: translateX(0);
}

.he-proof .he-proof__button:hover,
.he-proof .he-proof__button:focus-visible {
  color: var(--he-proof-panel);
}

.he-proof .he-proof__button:focus-visible {
  outline: 2px solid var(--he-proof-accent);
  outline-offset: 4px;
}

.he-proof__button-label,
.he-proof__button-icon {
  position: relative;
  z-index: 2;
}

.he-proof__button-icon,
.he-proof__button-icon svg {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
}

.he-proof__button--global {
  border-color: var(--he-proof-heading);
  background: var(--he-proof-heading);
  color: var(--he-proof-bg);
}

.he-proof__button--global::before {
  background: var(--he-proof-accent);
}

/* Enhanced featured composition. The non-JS fallback remains a readable card grid. */
.he-proof--ready.he-proof--mode-featured .he-proof__track {
  display: block;
  min-height: var(--he-proof-case-height);
}

.he-proof--ready.he-proof--mode-featured .he-proof__case {
  width: 100%;
  position: absolute;
  inset: 0 0 auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(1.2rem);
  clip-path: inset(0 0 10% 0 round var(--he-proof-radius));
  transition:
    opacity 480ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    clip-path 720ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0ms linear 720ms;
}

.he-proof--ready.he-proof--mode-featured .he-proof__case[data-he-proof-active="true"] {
  position: relative;
  inset: auto;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  clip-path: inset(0 0 0 0 round var(--he-proof-radius));
  transition-delay: 0ms;
}

.he-proof--ready.he-proof--mode-featured .he-proof__index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.2rem;
  border-top: 1px solid color-mix(in srgb, var(--he-proof-heading) 18%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--he-proof-heading) 18%, transparent);
}

.he-proof .he-proof__index-button,
.he-proof .he-proof__index-button:hover,
.he-proof .he-proof__index-button:focus,
.he-proof .he-proof__index-button:active {
  appearance: none;
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  width: 100%;
  min-width: 0;
  min-height: 7.8rem;
  margin: 0;
  padding: 1.55rem 1.4rem 1.4rem;
  border: 0;
  border-right: 1px solid color-mix(in srgb, var(--he-proof-heading) 18%, transparent);
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: var(--he-proof-heading);
  font: inherit;
  text-align: left;
  opacity: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.he-proof .he-proof__index-button:last-child {
  border-right: 0;
}

.he-proof .he-proof__index-button:focus-visible {
  outline: 2px solid var(--he-proof-accent);
  outline-offset: -2px;
}

.he-proof__index-number {
  color: var(--he-proof-accent);
  font-size: 0.66rem;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.he-proof__index-copy {
  display: block;
  min-width: 0;
}

.he-proof__index-title,
.he-proof__index-company {
  display: block;
}

.he-proof__index-title {
  color: var(--he-proof-heading);
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.he-proof__index-company {
  margin-top: 0.48rem;
  color: var(--he-proof-body);
  font-size: 0.72rem;
  line-height: 1.3;
}

.he-proof__index-line {
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--he-proof-accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.he-proof__index-button[aria-pressed="true"] .he-proof__index-line {
  transform: scaleX(1);
}

.he-proof__index-button[aria-pressed="false"] .he-proof__index-title {
  opacity: 0.62;
}

/* Grid and stack modes deliberately keep cases in normal document flow. */
.he-proof--ready.he-proof--mode-grid .he-proof__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--he-proof-gap);
}

.he-proof--ready.he-proof--mode-grid .he-proof__case {
  grid-template-columns: 1fr;
  min-height: 0;
}

.he-proof--ready.he-proof--mode-grid .he-proof__media {
  height: var(--he-proof-media-height);
  min-height: 0;
}

.he-proof--ready.he-proof--mode-grid .he-proof__case-body {
  min-height: max(0px, calc(var(--he-proof-case-height) - var(--he-proof-media-height)));
}

.he-proof--ready.he-proof--mode-grid .he-proof__case--no-media .he-proof__case-body {
  min-height: var(--he-proof-case-height);
}

.he-proof--ready.he-proof--mode-grid .he-proof__quote {
  font-size: clamp(1.85rem, 2.25vw, 3rem);
}

.he-proof--ready.he-proof--mode-grid .he-proof__evidence {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.he-proof--ready.he-proof--mode-stack .he-proof__track {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--he-proof-gap);
}

/* Touchslider: native scrolling, enhanced with buttons and pagination. */
.he-proof--ready.he-proof--mode-slider .he-proof__track {
  display: flex;
  gap: var(--he-proof-gap);
  max-width: none;
  margin-inline: 0;
  padding: 0 0 0.45rem;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.he-proof--ready.he-proof--mode-slider .he-proof__track::-webkit-scrollbar {
  display: none;
}

.he-proof--ready.he-proof--mode-slider .he-proof__case {
  flex: 0 0 var(--he-proof-slide-width, 83.333%);
  grid-template-columns: 1fr;
  min-height: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.he-proof--ready.he-proof--mode-slider .he-proof__media {
  height: var(--he-proof-media-height);
  min-height: 0;
}

.he-proof--ready.he-proof--mode-slider .he-proof__case-body {
  min-height: max(0px, calc(var(--he-proof-case-height) - var(--he-proof-media-height)));
}

.he-proof--ready.he-proof--mode-slider .he-proof__case--no-media .he-proof__case-body {
  min-height: var(--he-proof-case-height);
}

.he-proof--ready.he-proof--mode-slider .he-proof__mobile-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 2rem;
  align-items: center;
  margin-top: 1.4rem;
}

.he-proof__swipe-hint {
  color: var(--he-proof-body);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: opacity 280ms ease;
}

.he-proof--has-interacted .he-proof__swipe-hint {
  opacity: 0;
}

.he-proof__pagination {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

.he-proof .he-proof__pagination button,
.he-proof .he-proof__pagination button:hover,
.he-proof .he-proof__pagination button:focus,
.he-proof .he-proof__pagination button:active {
  appearance: none;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.he-proof__pagination button span {
  display: block;
  width: 100%;
  height: 2px;
  background: color-mix(in srgb, var(--he-proof-heading) 22%, transparent);
  transition: background-color 260ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.he-proof__pagination button[aria-current="true"] span {
  background: var(--he-proof-accent);
  transform: scaleY(2);
}

.he-proof__pagination button:focus-visible {
  outline: 2px solid var(--he-proof-accent);
  outline-offset: 1px;
}

.he-proof__arrows {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  gap: 0.5rem;
}

.he-proof .he-proof__arrow,
.he-proof .he-proof__arrow:hover,
.he-proof .he-proof__arrow:focus,
.he-proof .he-proof__arrow:active {
  appearance: none;
  display: grid;
  place-items: center;
  width: var(--he-proof-nav-size);
  height: var(--he-proof-nav-size);
  margin: 0;
  padding: 0;
  border: 1px solid var(--he-proof-heading);
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: var(--he-proof-heading);
  opacity: 1;
  cursor: pointer;
  transition: background-color 240ms ease, color 240ms ease, opacity 240ms ease;
}

.he-proof .he-proof__arrow:hover,
.he-proof .he-proof__arrow:focus-visible {
  background: var(--he-proof-heading);
  color: var(--he-proof-bg);
}

.he-proof .he-proof__arrow:focus-visible {
  outline: 2px solid var(--he-proof-accent);
  outline-offset: 3px;
}

.he-proof .he-proof__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.he-proof__arrow svg {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
}

[data-he-proof-reveal] {
  opacity: 1;
  transform: none;
}

.he-proof--motion.he-proof--reveal-pending [data-he-proof-reveal] {
  opacity: 0;
  transform: translateY(2rem);
}

.he-proof--motion.he-proof--visible [data-he-proof-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms ease, transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 1180px) {
  .he-proof--ready.he-proof--mode-grid .he-proof__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .he-proof__evidence {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Component-aware guards for widgets placed in a narrow Elementor column on a wide viewport. */
@container (max-width: 1100px) {
  .he-proof--ready.he-proof--mode-grid .he-proof__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .he-proof__evidence,
  .he-proof--ready.he-proof--mode-grid .he-proof__evidence {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@container (max-width: 760px) {
  .he-proof--ready.he-proof--mode-featured .he-proof__case,
  .he-proof--ready.he-proof--mode-stack .he-proof__case {
    grid-template-columns: 1fr;
  }

  .he-proof--ready.he-proof--mode-featured .he-proof__media,
  .he-proof--ready.he-proof--mode-stack .he-proof__media {
    height: clamp(260px, 58cqw, 430px);
    min-height: 0;
  }

  .he-proof--ready.he-proof--mode-featured .he-proof__case-body,
  .he-proof--ready.he-proof--mode-stack .he-proof__case-body {
    min-height: 0;
  }

  .he-proof--ready.he-proof--mode-featured .he-proof__index,
  .he-proof--ready.he-proof--mode-grid .he-proof__track {
    grid-template-columns: 1fr;
  }

  .he-proof .he-proof__index-button {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--he-proof-heading) 18%, transparent);
  }

  .he-proof .he-proof__index-button:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .he-proof {
    --he-proof-pad-top: 88px;
    --he-proof-pad-right: 32px;
    --he-proof-pad-bottom: 88px;
    --he-proof-pad-left: 32px;
    --he-proof-panel-top: 36px;
    --he-proof-panel-right: 36px;
    --he-proof-panel-bottom: 36px;
    --he-proof-panel-left: 36px;
    --he-proof-media-height: 340px;
    --he-proof-case-height: 650px;
  }

  .he-proof__header {
    grid-template-columns: 1fr;
    gap: 2.1rem;
  }

  .he-proof__heading {
    max-width: 16ch;
  }

  .he-proof__intro {
    max-width: 38rem;
    padding: 0;
  }

  .he-proof--ready.he-proof--mode-grid .he-proof__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .he-proof--ready.he-proof--mode-stack .he-proof__case {
    grid-template-columns: 1fr;
  }

  .he-proof--ready.he-proof--mode-stack .he-proof__media {
    height: var(--he-proof-media-height);
    min-height: 0;
  }

  .he-proof--ready.he-proof--mode-stack .he-proof__case-body {
    min-height: max(0px, calc(var(--he-proof-case-height) - var(--he-proof-media-height)));
  }

  .he-proof--ready.he-proof--mode-stack .he-proof__case--no-media .he-proof__case-body,
  .he-proof--hide-media.he-proof--ready.he-proof--mode-stack .he-proof__case-body {
    min-height: var(--he-proof-case-height);
  }

  .he-proof__story {
    padding-top: 2.8rem;
  }

  .he-proof__quote {
    font-size: clamp(2rem, 5vw, 3.5rem);
  }
}

@media (max-width: 767px) {
  .he-proof {
    --he-proof-pad-top: 72px;
    --he-proof-pad-right: 24px;
    --he-proof-pad-bottom: 72px;
    --he-proof-pad-left: 24px;
    --he-proof-panel-top: 28px;
    --he-proof-panel-right: 24px;
    --he-proof-panel-bottom: 28px;
    --he-proof-panel-left: 24px;
    --he-proof-media-height: 250px;
    --he-proof-case-height: 0px;
    --he-proof-radius: 6px;
  }

  .he-proof__eyebrow {
    margin-bottom: 1rem;
  }

  .he-proof__heading {
    font-size: clamp(2.8rem, 13.5vw, 4.7rem);
    line-height: 0.91;
  }

  .he-proof__heading-outline {
    display: block;
    margin-top: 0.08em;
  }

  .he-proof__intro {
    font-size: 1rem;
  }

  .he-proof__case-top {
    gap: 1rem;
  }

  .he-proof__pills {
    grid-column: 1 / -1;
  }

  .he-proof__case-count {
    grid-column: 1;
    grid-row: 2;
  }

  .he-proof__logo {
    grid-column: 2;
    grid-row: 2;
    max-height: 2.5rem;
    margin-top: 0;
  }

  .he-proof__story {
    padding-top: 2.2rem;
  }

  .he-proof__quote {
    max-width: none;
    font-size: clamp(1.85rem, 8.5vw, 2.7rem);
    line-height: 1;
  }

  .he-proof__summary {
    margin-top: 1.5rem;
    font-size: 0.98rem;
  }

  .he-proof__evidence,
  .he-proof__stats,
  .he-proof--ready.he-proof--mode-grid .he-proof__evidence {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .he-proof__evidence-item,
  .he-proof__stat {
    border-right: 0 !important;
    border-bottom: 1px solid var(--he-proof-line);
    margin: 0 !important;
    padding: 1rem 1rem 1rem 0 !important;
  }

  .he-proof__evidence-item:nth-child(odd),
  .he-proof__stat:nth-child(odd) {
    border-right: 1px solid var(--he-proof-line) !important;
  }

  .he-proof__attribution {
    flex-direction: column;
    align-items: stretch;
    gap: 1.3rem;
    margin-top: 2.4rem;
  }

  .he-proof__button--case {
    width: 100%;
  }

  .he-proof--ready.he-proof--mode-grid .he-proof__track {
    grid-template-columns: 1fr;
  }

  .he-proof--ready.he-proof--mode-slider .he-proof__mobile-controls {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.55rem 1rem;
  }

  .he-proof__pagination {
    grid-column: 1;
  }

  .he-proof__global-cta,
  .he-proof__global-cta .he-proof__button {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .he-proof {
    --he-proof-pad-right: 18px;
    --he-proof-pad-left: 18px;
    --he-proof-panel-right: 20px;
    --he-proof-panel-left: 20px;
  }

  .he-proof__evidence,
  .he-proof__stats,
  .he-proof--ready.he-proof--mode-grid .he-proof__evidence {
    grid-template-columns: 1fr;
  }

  .he-proof__evidence-item,
  .he-proof__stat,
  .he-proof__evidence-item:nth-child(odd),
  .he-proof__stat:nth-child(odd) {
    border-right: 0 !important;
  }

  .he-proof__evidence-item:last-child,
  .he-proof__stat:last-child {
    border-bottom: 0;
  }

  .he-proof--ready.he-proof--mode-slider .he-proof__mobile-controls {
    grid-template-columns: 1fr;
  }

  .he-proof__pagination,
  .he-proof__arrows {
    grid-column: 1;
  }

  .he-proof__arrows {
    grid-row: auto;
    justify-content: flex-end;
  }
}

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