/*
 * Video project case v3 — production content styles.
 * Scope contract: every selector is rooted in .video-case.
 * The site header, body and global typography are intentionally untouched.
 */

.video-case {
  --vpc-green: #0f633b;
  --vpc-deep: #073d25;
  --vpc-forest: #042d1c;
  --vpc-cream: #fffaf0;
  --vpc-paper: #fffef9;
  --vpc-soft: #eef3e9;
  --vpc-ink: #123326;
  --vpc-muted: #596c61;
  --vpc-line: rgba(15, 99, 59, .19);
  --vpc-accent: #d9edbd;
  --vpc-shadow: 0 16px 42px rgba(7, 61, 37, .08);
  min-width: 0;
  overflow: clip;
  color: var(--vpc-ink);
  background: var(--vpc-cream);
  font-family: "Montserrat", Arial, sans-serif;
}

.video-case,
.video-case *,
.video-case *::before,
.video-case *::after {
  box-sizing: border-box;
}

.video-case img {
  display: block;
  max-width: 100%;
}

.video-case a {
  color: inherit;
}

.video-case :is(h1, h2, h3, p, dl, blockquote) {
  text-transform: none;
}

.video-case :is(a, button):focus-visible {
  outline: 3px solid #0f633b;
  outline-offset: 4px;
  box-shadow: 0 0 0 2px var(--vpc-cream);
}

.video-case-shell {
  width: min(1520px, calc(100vw - 76px));
  min-width: 0;
  margin-inline: auto;
}

/* Hero: the cover remains recognisable, but no longer competes with the case. */
.video-case-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: clamp(630px, 73svh, 720px);
  align-items: flex-end;
  padding: 146px 0 62px;
  overflow: hidden;
  color: var(--vpc-cream);
  background: var(--vpc-deep);
}

.video-case-hero::before {
  content: "";
  position: absolute;
  inset: -2%;
  z-index: -2;
  opacity: .22;
  background-image: var(--video-case-cover);
  background-position: center;
  background-size: cover;
  filter: saturate(.58) contrast(.9);
  transform: scale(1.02);
}

.video-case-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 35, 21, .94) 0%, rgba(3, 35, 21, .89) 52%, rgba(3, 35, 21, .76) 100%),
    linear-gradient(180deg, rgba(3, 35, 21, .06), rgba(3, 35, 21, .45));
}

.video-case-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: 1120px;
  margin: 0 0 26px;
  color: rgba(255, 250, 240, .76);
  font-size: 13px;
  line-height: 1.5;
}

.video-case-crumbs a {
  color: var(--vpc-cream);
  text-underline-offset: 4px;
}

.video-case-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 17px;
}

.video-case-badge {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(255, 250, 240, .38);
  border-radius: 999px;
  color: var(--vpc-cream);
  background: rgba(3, 35, 21, .52);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1.2;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}

.video-case-hero h1 {
  max-width: 1080px;
  margin: 0;
  color: var(--vpc-cream);
  font-size: clamp(44px, 4.15vw, 70px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.03;
  text-wrap: balance;
}

.video-case-lead {
  max-width: 900px;
  margin: 22px 0 0;
  color: rgba(255, 250, 240, .94);
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.58;
}

.video-case-hero-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1px;
  max-width: 1240px;
  margin: 28px 0 0;
  padding: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 240, .27);
  border-radius: 12px;
  background: rgba(255, 250, 240, .17);
  list-style: none;
  backdrop-filter: blur(7px);
}

.video-case-hero-fact {
  min-width: 0;
  padding: 14px 17px 16px;
  background: rgba(3, 35, 21, .72);
}

.video-case-hero-fact dt,
.video-case-hero-fact > span,
.video-case-kicker {
  display: block;
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.video-case-hero-fact dt,
.video-case-hero-fact > span {
  color: #d6e9bf;
}

.video-case-kicker {
  color: #2b704b;
}

.video-case-hero-fact dd,
.video-case-hero-fact > strong {
  display: block;
  margin: 0;
  color: var(--vpc-cream);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

/* Shared content rhythm. */
.video-case-section {
  padding: clamp(58px, 5vw, 78px) 0;
}

.video-case-section--soft {
  background: var(--vpc-soft);
}

.video-case-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 540px);
  gap: clamp(32px, 4vw, 62px);
  align-items: end;
  margin-bottom: 28px;
}

.video-case :is(.video-case-heading h2, .video-case-story h2, .video-case-result h2, .video-case-card h2, .video-case-lessons h2, .video-case-cta h2) {
  max-width: 880px;
  margin: 0;
  color: var(--vpc-deep);
  font-size: clamp(33px, 3vw, 48px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.08;
  text-wrap: balance;
}

.video-case-heading p {
  max-width: 620px;
  margin: 0;
  color: var(--vpc-muted);
  font-size: 16px;
  line-height: 1.68;
}

/* One eager VK iframe is present immediately; other sources replace it on demand. */
.video-case-player {
  overflow: hidden;
  border: 1px solid var(--vpc-line);
  border-radius: 14px;
  background: var(--vpc-paper);
  box-shadow: var(--vpc-shadow);
}

.video-case-player-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--vpc-line);
  background: #f3f6ee;
}

.video-case-player-label {
  color: var(--vpc-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.35;
  text-transform: uppercase;
}

.video-case-source-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  width: min(100%, 390px);
}

.video-case-source-tabs button {
  min-width: 0;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid rgba(7, 61, 37, .24);
  border-radius: 10px;
  color: var(--vpc-deep);
  background: var(--vpc-paper);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.video-case-source-tabs button:hover {
  border-color: var(--vpc-green);
  transform: translateY(-1px);
}

.video-case-source-tabs button:is(.is-active, [aria-pressed="true"]) {
  border-color: var(--vpc-deep);
  color: var(--vpc-cream);
  background: var(--vpc-deep);
}

.video-case-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #07150e;
}

.video-case-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-case-player-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 18px;
  color: var(--vpc-muted);
  font-size: 13px;
  line-height: 1.5;
}

.video-case-player-foot a {
  color: var(--vpc-deep);
  font-weight: 800;
  text-underline-offset: 4px;
}

/* The author profile is visibly clickable; the quote remains the dominant element. */
.video-case-expert {
  display: grid;
  grid-template-columns: minmax(270px, 330px) minmax(0, 1fr);
  gap: clamp(26px, 3.2vw, 48px);
  align-items: center;
  margin-top: 24px;
  padding: clamp(24px, 2.2vw, 34px);
  border: 1px solid var(--vpc-line);
  border-radius: 14px;
  background: #f5f7f1;
}

.video-case-expert-profile {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 8px;
  margin: -8px;
  border-radius: 12px;
  color: var(--vpc-ink);
  text-decoration: none;
  transition: background-color .18s ease;
}

.video-case-expert-profile:hover {
  background: rgba(15, 99, 59, .07);
}

.video-case-expert-profile img {
  grid-row: 1 / span 2;
  width: 68px;
  height: 68px;
  border: 3px solid var(--vpc-paper);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 22%;
  box-shadow: 0 7px 22px rgba(7, 61, 37, .16);
}

.video-case-expert-profile > span,
.video-case-expert-profile strong,
.video-case-expert-profile small,
.video-case-expert-link-label {
  display: block;
}

.video-case-expert-profile strong {
  color: var(--vpc-deep);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.video-case-expert-profile small {
  margin-top: 4px;
  color: var(--vpc-muted);
  font-size: 12px;
  line-height: 1.45;
}

.video-case-expert-link-label {
  grid-column: 2;
  margin-top: -3px;
  color: var(--vpc-green);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.video-case-expert-profile:hover .video-case-expert-link-label {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Compatibility with the current generator until its author block adopts the profile markup above. */
.video-case-expert:has(.video-case-expert-mark) {
  grid-template-columns: auto minmax(0, 1fr);
}

.video-case-expert-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--vpc-cream);
  background: var(--vpc-deep);
  font-size: 24px;
  font-weight: 800;
}

.video-case-expert h2 {
  margin: 0 0 8px;
  color: var(--vpc-deep);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.video-case-expert h2 a {
  text-underline-offset: 4px;
}

.video-case-expert > div > p {
  max-width: 940px;
  margin: 0;
  font-size: 17px;
  line-height: 1.62;
}

.video-case-expert > div > small {
  display: block;
  margin-top: 9px;
  color: var(--vpc-muted);
  font-size: 12px;
  line-height: 1.5;
}

.video-case-expert-quote {
  margin: 0;
  padding-left: clamp(24px, 2.4vw, 38px);
  border-left: 3px solid var(--vpc-green);
}

.video-case-expert-quote p {
  max-width: 880px;
  margin: 0;
  color: var(--vpc-deep);
  font-size: clamp(19px, 1.35vw, 23px);
  font-weight: 600;
  line-height: 1.5;
}

.video-case-expert-quote cite {
  display: block;
  margin-top: 10px;
  color: var(--vpc-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
}

.video-case-expert-quote small {
  display: block;
  margin-top: 10px;
  color: var(--vpc-muted);
  font-size: 12px;
  line-height: 1.5;
}

/* Narrative, constraints and work sequence. */
.video-case-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(300px, .68fr);
  gap: clamp(44px, 5vw, 76px);
  align-items: start;
}

.video-case-story h2 {
  margin-bottom: 30px;
}

.video-case-story h3 {
  margin: 26px 0 8px;
  color: var(--vpc-deep);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.video-case-story p {
  max-width: 820px;
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
}

.video-case-context {
  padding: 22px 0 0 30px;
  border-left: 1px solid var(--vpc-line);
}

.video-case-context h3 {
  margin: 0 0 18px;
  color: var(--vpc-deep);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
}

.video-case :is(.video-case-context ul, .video-case-lessons ul, .video-case-evidence-list) {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.video-case :is(.video-case-context li, .video-case-lessons li) {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.62;
}

.video-case :is(.video-case-context li, .video-case-lessons li)::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vpc-green);
  box-shadow: 0 0 0 4px rgba(15, 99, 59, .1);
}

.video-case-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(34px, 4vw, 56px);
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.video-case-step {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  padding: 22px 0;
  border-top: 1px solid var(--vpc-line);
  counter-increment: steps;
}

.video-case-step::before {
  content: counter(steps, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 40px;
  height: 30px;
  border-radius: 999px;
  color: var(--vpc-cream);
  background: var(--vpc-green);
  font-size: 11px;
  font-weight: 800;
}

.video-case-step strong {
  display: block;
  margin-bottom: 7px;
  color: var(--vpc-deep);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.video-case-step p {
  margin: 0;
  color: var(--vpc-ink);
  font-size: 16px;
  line-height: 1.62;
}

.video-case-work-note {
  max-width: 920px;
  margin: 24px 0 0;
  padding: 17px 20px;
  border-left: 4px solid var(--vpc-green);
  background: var(--vpc-soft);
  color: var(--vpc-ink);
  font-size: 15px;
  line-height: 1.62;
}

.video-case-work-note strong {
  color: var(--vpc-deep);
}

/*
 * Current generator compatibility. These rules keep the existing two-column
 * HTML readable while v3 pages move the work list to .video-case-steps.
 */
.video-case-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  gap: clamp(22px, 2.2vw, 30px);
  align-items: start;
}

.video-case-card {
  min-width: 0;
  padding: clamp(26px, 2.7vw, 40px);
  border: 1px solid var(--vpc-line);
  border-radius: 14px;
  background: var(--vpc-paper);
  box-shadow: 0 14px 36px rgba(7, 61, 37, .06);
}

.video-case-card--green {
  color: var(--vpc-cream);
  background: linear-gradient(145deg, var(--vpc-forest), #176b42);
}

.video-case-card h2 {
  margin-bottom: 22px;
  font-size: clamp(30px, 2.55vw, 42px);
}

.video-case-card h3 {
  margin: 25px 0 8px;
  color: var(--vpc-deep);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
}

.video-case-card p {
  max-width: 760px;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.video-case-card p + p {
  margin-top: 13px;
}

.video-case-card--green :is(h2, h3, .video-case-kicker) {
  color: var(--vpc-cream);
}

.video-case-list {
  display: grid;
  gap: 0;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.video-case-list li {
  position: relative;
  padding: 13px 0 13px 24px;
  border-top: 1px solid var(--vpc-line);
  font-size: 15px;
  line-height: 1.6;
}

.video-case-list li::before {
  content: "";
  position: absolute;
  top: 1.26em;
  left: 1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vpc-green);
  box-shadow: 0 0 0 4px rgba(15, 99, 59, .1);
}

.video-case-card--green .video-case-list li {
  border-top-color: rgba(255, 250, 240, .19);
}

.video-case-card--green .video-case-list li::before {
  background: #d7eabf;
  box-shadow: 0 0 0 4px rgba(255, 250, 240, .12);
}

.video-case-card .video-case-evidence {
  margin-top: 25px;
  padding: 22px 0 0;
  border: 0;
  border-top: 1px solid var(--vpc-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.video-case-card .video-case-evidence > strong {
  display: block;
  margin-bottom: 6px;
  color: var(--vpc-deep);
  font-size: 16px;
  font-weight: 800;
}

/* Result is primary; time-coded evidence supports it instead of overpowering it. */
.video-case-result-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(390px, .94fr);
  gap: clamp(46px, 5vw, 76px);
  align-items: start;
}

.video-case-result-copy {
  padding-top: 16px;
}

.video-case-result-copy > p {
  max-width: 720px;
  margin: 22px 0 0;
  font-size: 18px;
  line-height: 1.72;
}

.video-case-result-note {
  max-width: 720px;
  margin-top: 26px;
  padding: 18px 21px;
  border-left: 4px solid var(--vpc-green);
  background: rgba(255, 254, 249, .72);
  font-size: 15px;
  line-height: 1.62;
}

.video-case-evidence {
  padding: clamp(22px, 2.2vw, 30px);
  border: 1px solid var(--vpc-line);
  border-radius: 14px;
  background: var(--vpc-paper);
  box-shadow: 0 12px 32px rgba(7, 61, 37, .055);
}

.video-case-evidence h3 {
  margin: 0 0 19px;
  color: var(--vpc-deep);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
}

.video-case-evidence-list li {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--vpc-line);
  font-size: 14px;
  line-height: 1.56;
}

.video-case-evidence-list time {
  color: var(--vpc-green);
  font-weight: 800;
}

/* Practical conclusions: fewer cards, more editorial whitespace. */
.video-case-lessons {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 5vw, 76px);
  align-items: start;
}

.video-case-lessons h2 {
  max-width: 590px;
}

.video-case-lessons ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 32px;
}

.video-case-lessons li {
  padding-top: 17px;
  border-top: 1px solid var(--vpc-line);
}

.video-case-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.video-case-service {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 4px;
  border-top: 1px solid var(--vpc-line);
  border-bottom: 1px solid var(--vpc-line);
  color: var(--vpc-deep);
  text-decoration: none;
}

.video-case-service strong {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.video-case-service span {
  color: var(--vpc-green);
  font-size: 23px;
  transition: transform .18s ease;
}

.video-case-service:hover span {
  transform: translateX(4px);
}

/* CTA: no empty-looking buttons; text contrast is explicit and resilient. */
.video-case-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
  padding: clamp(30px, 3.4vw, 52px);
  border-radius: 14px;
  color: var(--vpc-cream);
  background: linear-gradient(135deg, var(--vpc-forest), #176f43);
  box-shadow: var(--vpc-shadow);
}

.video-case .video-case-cta h2 {
  color: var(--vpc-cream);
}

.video-case-cta .video-case-kicker {
  color: #d4e9b9;
}

.video-case-cta p {
  max-width: 820px;
  margin: 15px 0 0;
  color: rgba(255, 250, 240, .92);
  font-size: 16px;
  line-height: 1.65;
}

.video-case-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.video-case a.video-case-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid rgba(255, 250, 240, .5);
  border-radius: 999px;
  color: #071f14;
  background: var(--vpc-cream);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.video-case a.video-case-button:hover {
  color: #071f14;
  background: #eef3e9;
  transform: translateY(-1px);
}

.video-case a.video-case-button--ghost {
  color: var(--vpc-cream);
  background: transparent;
}

.video-case a.video-case-button--ghost:hover {
  color: var(--vpc-deep);
  background: var(--vpc-cream);
}

@media (max-width: 1180px) {
  .video-case-shell {
    width: calc(100vw - 32px);
  }

  .video-case-hero {
    padding-bottom: 54px;
  }

  .video-case-hero-facts {
    max-width: none;
  }
}

@media (max-width: 1050px) {
  .video-case :is(.video-case-heading, .video-case-story-layout, .video-case-result-layout, .video-case-content-grid, .video-case-lessons, .video-case-cta) {
    grid-template-columns: 1fr;
  }

  .video-case :is(.video-case-heading, .video-case-story-layout, .video-case-result-layout, .video-case-content-grid, .video-case-lessons) {
    gap: 28px;
  }

  .video-case-heading {
    align-items: start;
  }

  .video-case-expert {
    grid-template-columns: 1fr;
  }

  .video-case-expert-quote {
    padding: 22px 0 0;
    border-top: 1px solid var(--vpc-line);
    border-left: 0;
  }

  .video-case-context {
    padding: 24px 0 0;
    border-top: 1px solid var(--vpc-line);
    border-left: 0;
  }

  .video-case-result-copy {
    padding-top: 0;
  }

  .video-case-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .video-case-hero {
    min-height: auto;
    padding: 116px 0 42px;
  }

  .video-case-hero::before {
    opacity: .14;
    background-position: 58% center;
  }

  .video-case-hero::after {
    background: rgba(3, 35, 21, .9);
  }

  .video-case-crumbs {
    margin-bottom: 21px;
    font-size: 11px;
  }

  .video-case-crumbs > span:nth-last-child(-n + 2) {
    display: none;
  }

  .video-case-hero h1 {
    font-size: clamp(33px, 9vw, 46px);
    line-height: 1.06;
  }

  .video-case-lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.58;
  }

  .video-case-hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
  }

  .video-case-hero-fact:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .video-case-section {
    padding: 48px 0;
  }

  .video-case-heading {
    margin-bottom: 22px;
  }

  .video-case :is(.video-case-heading h2, .video-case-story h2, .video-case-result h2, .video-case-card h2, .video-case-lessons h2, .video-case-cta h2) {
    font-size: clamp(30px, 8vw, 40px);
  }

  .video-case-player-head,
  .video-case-player-foot {
    align-items: stretch;
    flex-direction: column;
    padding: 13px;
  }

  .video-case-source-tabs {
    width: 100%;
  }

  .video-case-player-foot a {
    align-self: flex-start;
  }

  .video-case-expert {
    gap: 18px;
    padding: 20px;
  }

  .video-case-expert-profile {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .video-case-expert-profile img {
    width: 58px;
    height: 58px;
  }

  .video-case-expert-quote p {
    font-size: 19px;
  }

  .video-case-story p {
    font-size: 16px;
  }

  .video-case-steps,
  .video-case-lessons ul,
  .video-case-services {
    grid-template-columns: 1fr;
  }

  .video-case-step {
    padding: 19px 0;
  }

  .video-case-evidence {
    padding: 20px;
  }

  .video-case-cta {
    padding: 28px 22px;
  }

  .video-case-actions,
  .video-case a.video-case-button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .video-case-evidence-list li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .video-case-source-tabs {
    gap: 5px;
  }

  .video-case-source-tabs button {
    min-height: 46px;
    padding-inline: 6px;
    font-size: 10.5px;
  }

  .video-case-hero-fact {
    padding: 13px 12px;
  }
}

@media (max-width: 360px) {
  .video-case-shell {
    width: calc(100vw - 24px);
  }

  .video-case-hero-facts {
    grid-template-columns: 1fr;
  }

  .video-case-hero-fact:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

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