.hero-real-single {
  background: transparent;
}

.hero-real-single img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center bottom;
}

.real-portrait {
  background: transparent;
}

.school-video {
  padding: 120px 6vw 130px;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.school-video-head {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 8vw;
  align-items: end;
  max-width: 1240px;
  margin: 0 auto 58px;
}

.school-video-head h2 {
  margin: 0;
  font-family: Prata, Georgia, serif;
  font-size: clamp(54px, 7vw, 104px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.school-video-head p {
  margin: 0 0 8px;
  padding-top: 20px;
  border-top: 2px solid var(--red);
  font-size: 17px;
  line-height: 1.55;
}

.school-video-player {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px;
  background: #111;
  box-shadow: 0 34px 70px rgba(37, 22, 15, 0.22);
}

.school-video-player::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 34px;
  width: 92px;
  height: 20px;
  background: var(--red);
}

.school-video-player video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  object-fit: contain;
}

.school-video-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 56px;
  align-items: start;
  max-width: 1100px;
  margin: 48px auto 0;
}

.school-video-footer > p {
  max-width: 760px;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}

.school-video-footer .button {
  flex-shrink: 0;
}

.director {
  padding-bottom: 110px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.director:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(17, 17, 17, 0.2);
}

.director:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 5px;
}

.director-more {
  position: absolute;
  left: 40px;
  bottom: 52px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.corner.bottom {
  bottom: 50px;
}

body.modal-open {
  overflow: hidden;
}

.enroll-card {
  max-width: 1100px;
  padding: 74px 72px 78px;
  text-align: left;
}

.enroll-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 60px;
  align-items: end;
}

.enroll-heading h2 {
  margin: 20px 0 24px;
}

.enroll-heading .term {
  margin-bottom: 0;
}

.enroll-current-price {
  padding: 32px;
  background: var(--red);
  color: white;
}

.enroll-current-price span,
.enroll-current-price small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.enroll-current-price strong {
  display: block;
  margin: 18px 0 10px;
  font-family: Prata, Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.enroll-intro {
  max-width: 780px;
  margin: 52px 0 68px;
  font-family: Prata, Georgia, serif;
  font-size: 24px;
  line-height: 1.5;
}

.enroll-comparison {
  border-top: 1px solid var(--ink);
}

.enroll-comparison h3 {
  margin: 0;
  padding: 34px 0 30px;
  font-family: Prata, Georgia, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.15;
}

.enroll-comparison-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 180px;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.enroll-comparison-row > span {
  color: var(--red);
  font-family: Prata, Georgia, serif;
  font-size: 22px;
}

.enroll-comparison-row p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.enroll-comparison-row strong {
  font-family: Prata, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  text-align: right;
}

.enroll-comparison-row strong small {
  display: block;
  margin-top: 6px;
  font: 10px Manrope, Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.enroll-total {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
  margin: 44px 0;
  padding: 34px 38px;
  background: #111;
  color: white;
}

.enroll-total > div > span,
.enroll-total > div > small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.enroll-total > div > strong {
  display: block;
  margin-top: 12px;
  font-family: Prata, Georgia, serif;
  font-size: 34px;
  font-weight: 400;
}

.enroll-total > div:first-child strong {
  color: #aaa;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.enroll-total-arrow {
  color: var(--red);
  font-size: 34px;
}

.enroll-total-school {
  padding-left: 32px;
  border-left: 1px solid #444;
}

.enroll-total-school strong {
  color: #ff5960;
}

.enroll-total-school small {
  margin-top: 8px;
  color: #bbb;
}

.enroll-sense {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.enroll-sense > span {
  color: var(--red);
  font-family: Prata, Georgia, serif;
  font-size: 58px;
  line-height: 1;
}

.enroll-sense p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
}

.enroll-installment {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 40px;
  padding: 26px 30px;
  border: 1px solid var(--red);
  background: rgba(169, 20, 25, 0.04);
}

.enroll-installment > span {
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.enroll-installment p {
  margin: 0;
  font-family: Prata, Georgia, serif;
  font-size: 20px;
  line-height: 1.5;
}

.enroll-installment strong {
  color: var(--red);
  font-size: 28px;
  font-weight: 400;
}

.enroll-cohort {
  position: relative;
  margin-top: 22px;
  padding: 30px 32px 32px 190px;
  border: 1px solid var(--ink);
}

.enroll-cohort > span {
  position: absolute;
  top: 32px;
  left: 30px;
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.enroll-cohort > p {
  margin: 0;
  font-family: Prata, Georgia, serif;
  font-size: 20px;
  line-height: 1.5;
}

.enroll-cohort-bonus {
  margin-top: 18px !important;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--red);
}

.enroll-action {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 42px;
}

.enroll-action > small {
  color: #777;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 900px) and (min-width: 561px) {
  .enroll-card {
    padding: 64px 48px;
  }

  .enroll-heading {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 28px;
  }

  .enroll-current-price {
    padding: 26px 22px;
  }

  .enroll-current-price strong {
    font-size: 38px;
  }
}

.director-dialog {
  width: min(820px, calc(100vw - 40px));
  max-height: min(86vh, 900px);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  overflow: visible;
}

.director-dialog::backdrop {
  background: rgba(10, 8, 7, 0.78);
  backdrop-filter: blur(8px);
}

.director-dialog[open] {
  animation: director-dialog-in 0.28s ease-out;
}

.director-dialog-shell {
  position: relative;
  max-height: min(86vh, 900px);
  padding: 58px 64px 62px;
  overflow-y: auto;
  background: var(--paper);
  border-top: 7px solid var(--red);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.45);
}

.director-dialog-close {
  position: sticky;
  z-index: 2;
  top: 0;
  float: right;
  width: 44px;
  height: 44px;
  margin: -30px -36px 0 20px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  font: 300 30px/1 Manrope, Arial, sans-serif;
  cursor: pointer;
}

.director-dialog-close:hover,
.director-dialog-close:focus-visible {
  background: var(--red);
  color: white;
  outline: none;
}

.director-dialog-label {
  color: var(--red);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.director-dialog h2 {
  margin: 18px 0 36px;
  font-family: Prata, Georgia, serif;
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.director-dialog-copy {
  padding-top: 28px;
  border-top: 1px solid var(--line);
  column-count: 2;
  column-gap: 42px;
}

.director-dialog-copy p {
  break-inside: avoid;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.65;
}

@keyframes director-dialog-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 560px) {
  .enroll-card {
    padding: 52px 24px 48px;
  }

  .enroll-heading {
    display: block;
  }

  .enroll-heading h2 {
    font-size: clamp(48px, 16vw, 60px);
  }

  .enroll-current-price {
    margin-top: 36px;
    padding: 26px 22px;
  }

  .enroll-current-price strong {
    font-size: 42px;
  }

  .enroll-intro {
    margin: 42px 0 52px;
    font-size: 20px;
  }

  .enroll-comparison h3 {
    font-size: 30px;
  }

  .enroll-comparison-row {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 16px;
  }

  .enroll-comparison-row strong {
    grid-column: 2;
    text-align: left;
  }

  .enroll-total {
    display: block;
    padding: 28px 24px;
  }

  .enroll-total-arrow {
    display: block;
    margin: 18px 0;
    transform: rotate(90deg);
    transform-origin: left center;
  }

  .enroll-total-school {
    padding: 22px 0 0;
    border-top: 1px solid #444;
    border-left: 0;
  }

  .enroll-sense {
    display: block;
  }

  .enroll-sense > span {
    display: block;
    margin-bottom: 22px;
  }

  .enroll-installment {
    display: block;
    padding: 24px 20px;
  }

  .enroll-installment > span {
    display: block;
    margin-bottom: 14px;
  }

  .enroll-cohort {
    padding: 24px 20px;
  }

  .enroll-cohort > span {
    position: static;
    display: block;
    margin-bottom: 16px;
  }

  .enroll-cohort > p {
    font-size: 18px;
  }

  .enroll-action {
    display: block;
  }

  .enroll-action .button {
    width: 100%;
  }

  .enroll-action > small {
    display: block;
    margin-top: 14px;
    text-align: center;
  }

  .school-video {
    padding: 78px 20px 84px;
  }

  .school-video-head {
    display: block;
    margin-bottom: 34px;
  }

  .school-video-head h2 {
    font-size: 48px;
  }

  .school-video-head p {
    margin-top: 28px;
    font-size: 16px;
  }

  .school-video-player {
    margin-right: -20px;
    margin-left: -20px;
    padding: 6px 0;
    box-shadow: none;
  }

  .school-video-player::before {
    right: 20px;
    width: 66px;
  }

  .school-video-footer {
    display: block;
    margin-top: 34px;
  }

  .school-video-footer > p {
    font-size: 16px;
  }

  .school-video-footer .button {
    width: 100%;
    margin-top: 30px;
  }

  .hero::after {
    background: none;
  }

  .hero-bottom > div {
    min-height: 62px;
    padding: 10px 12px 10px 14px;
    border: 1px solid rgba(169, 20, 25, 0.28);
    border-left: 3px solid var(--red);
    background: rgba(250, 246, 238, 0.82);
    color: var(--ink);
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .hero-real.hero-real-single {
    top: clamp(350px, 48svh, 410px);
    right: 0;
    bottom: 72px;
    left: 0;
    width: 100%;
    opacity: 0.9;
    justify-content: center;
    overflow: visible;
  }

  .hero-real-single img {
    width: 100%;
    height: 100%;
    max-width: 520px;
    object-fit: contain;
    object-position: center bottom;
  }

  .ticker {
    position: absolute;
    overflow: hidden;
    display: block;
  }

  .ticker span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-left: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(-120%);
    animation: ticker-mobile-cycle 7.5s linear infinite both;
  }

  .ticker span + span {
    padding-left: 24px;
    border-left: 0;
  }

  .ticker span:nth-child(1) {
    animation-delay: -0.5s;
  }

  .ticker span:nth-child(2) {
    animation-delay: 2s;
  }

  .ticker span:nth-child(3) {
    animation-delay: 4.5s;
  }

  .director {
    padding-bottom: 96px;
  }

  .director:hover {
    transform: none;
  }

  .director-more {
    left: 28px;
    bottom: 44px;
  }

  .corner.bottom {
    right: 28px;
    bottom: 42px;
  }

  .director-dialog {
    width: calc(100vw - 20px);
    max-height: 92vh;
  }

  .director-dialog-shell {
    max-height: 92vh;
    padding: 46px 26px 40px;
  }

  .director-dialog-close {
    margin: -28px -10px 0 16px;
  }

  .director-dialog h2 {
    margin-bottom: 28px;
    font-size: 46px;
  }

  .director-dialog-copy {
    column-count: 1;
    padding-top: 22px;
  }
}

@keyframes ticker-mobile-cycle {
  0% {
    opacity: 0;
    transform: translateY(-120%);
  }

  6.666% {
    opacity: 1;
    transform: translateY(0);
  }

  33.333% {
    opacity: 1;
    transform: translateY(0);
  }

  40% {
    opacity: 0;
    transform: translateY(120%);
  }

  40.001%,
  100% {
    opacity: 0;
    transform: translateY(-120%);
  }
}

@media (max-width: 560px) and (prefers-reduced-motion: reduce) {
  .ticker span {
    animation: none;
  }

  .ticker span:first-child {
    opacity: 1;
    transform: none;
  }
}

/* Reviews: case-study narrative */
.reviews-stories {
  padding: 120px 6vw 130px;
  background: var(--cream);
}

.reviews-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  gap: 8vw;
  align-items: end;
  max-width: 1240px;
  margin: 0 auto 72px;
}

.reviews-heading h2,
.review-proof-heading h2 {
  margin: 20px 0 0;
  font-family: Prata, Georgia, serif;
  font-size: clamp(54px, 7vw, 104px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.reviews-heading > p {
  margin: 0 0 8px;
  padding-top: 20px;
  border-top: 2px solid var(--red);
  font-size: 16px;
  line-height: 1.65;
}

.story-list {
  max-width: 1240px;
  margin: 0 auto;
  border-top: 1px solid var(--ink);
}

.story-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
}

.story-card-reverse {
  grid-template-columns: minmax(0, 1.32fr) minmax(260px, 0.68fr);
}

.story-card-reverse .story-video {
  grid-column: 2;
  grid-row: 1;
}

.story-card-reverse .story-copy {
  grid-column: 1;
  grid-row: 1;
}

.story-video {
  position: relative;
  max-width: 390px;
  padding: 9px;
  background: #111;
  box-shadow: 0 28px 60px rgba(37, 22, 15, 0.18);
}

.story-video::after {
  content: '';
  position: absolute;
  top: -9px;
  right: 26px;
  width: 68px;
  height: 18px;
  background: var(--red);
}

.story-video video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 620px;
  background: #000;
  object-fit: contain;
}

.story-video > a {
  display: block;
  padding: 14px 7px 6px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.story-number {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: -26px;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: var(--red);
  color: #fff;
  font-family: Prata, Georgia, serif;
  font-size: 23px;
}

.story-person,
.case-heading > span,
.more-reviews-head > span {
  margin: 0 0 22px;
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.story-copy > h3 {
  max-width: 780px;
  margin: 0 0 42px;
  font-family: Prata, Georgia, serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.story-states {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.story-states > div {
  min-height: 210px;
  padding: 28px 28px 30px 0;
}

.story-states > div + div {
  padding-right: 0;
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.story-states span,
.case-grid article > div > span {
  display: inline-flex;
  align-items: center;
  min-width: 70px;
  justify-content: center;
  margin-bottom: 18px;
  padding: 8px 13px 7px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.story-after span,
.case-grid article > div:last-child > span {
  background: var(--red);
  color: #fff;
}

.story-states p,
.case-grid article > div p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.story-copy blockquote {
  margin: 34px 0 16px;
  color: var(--red);
  font-family: Prata, Georgia, serif;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.35;
}

.story-now {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.case-heading {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 5vw;
  align-items: start;
  max-width: 1240px;
  margin: 110px auto 40px;
  padding-top: 30px;
  border-top: 1px solid var(--ink);
}

.case-heading h3 {
  max-width: 820px;
  margin: 0;
  font-family: Prata, Georgia, serif;
  font-size: clamp(34px, 4.4vw, 62px);
  font-weight: 400;
  line-height: 1.1;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1240px;
  margin: 0 auto;
  background: var(--line);
  border: 1px solid var(--line);
}

.case-grid > article {
  position: relative;
  min-height: 650px;
  padding: 42px 34px 38px;
  background: var(--paper);
}

.case-grid > article:nth-child(2) {
  background: var(--red);
  color: #fff;
}

.case-grid > article:nth-child(2) .case-index,
.case-grid > article:nth-child(2) .case-route {
  color: #fff;
}

.case-grid > article:nth-child(2) > div > span {
  background: #fff;
  color: var(--red);
}

.case-grid > article:nth-child(2) > div:first-of-type > span {
  background: #111;
  color: #fff;
}

.case-index {
  display: block;
  margin-bottom: 70px;
  color: var(--red);
  font-family: Prata, Georgia, serif;
  font-size: 24px;
}

.case-route {
  min-height: 44px;
  margin: 0 0 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.case-route b {
  color: var(--red);
  font-size: 18px;
}

.case-grid article > h3 {
  min-height: 150px;
  margin: 0 0 34px;
  font-family: Prata, Georgia, serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.22;
}

.case-grid article > div {
  padding: 24px 0;
  border-top: 1px solid currentColor;
}

.more-reviews {
  max-width: 1240px;
  margin: 110px auto 0;
  padding-top: 30px;
  border-top: 1px solid var(--ink);
}

.more-reviews-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 34px;
}

.more-reviews-head p {
  max-width: 420px;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.more-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.more-review-grid article {
  padding: 7px;
  background: #111;
}

.more-review-grid video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 15;
  max-height: 520px;
  background: #000;
  object-fit: contain;
}

.reviews-cta {
  display: flex;
  width: fit-content;
  margin: 64px auto 0;
}

.review-proof {
  padding: 110px 6vw 120px;
  background: #111;
  color: #fff;
}

.review-proof-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  align-items: end;
  max-width: 1240px;
  margin: 0 auto 46px;
}

.review-proof-heading .eyebrow {
  grid-column: 1 / -1;
  color: var(--gold);
}

.review-proof-heading > p {
  max-width: 410px;
  margin: 0 0 8px;
  padding-top: 20px;
  border-top: 1px solid #666;
  color: #c8c8c8;
  font-size: 14px;
  line-height: 1.65;
}

.review-proof .source-gallery {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 0 12px;
  scrollbar-color: var(--red) #333;
}

.review-proof .source-gallery a {
  flex-basis: min(360px, 78vw);
  padding: 8px;
  background: var(--paper);
}

.review-proof .source-gallery img {
  height: 490px;
}

@media (max-width: 900px) {
  .reviews-heading,
  .review-proof-heading {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .story-card,
  .story-card-reverse {
    grid-template-columns: minmax(230px, 0.68fr) minmax(0, 1.32fr);
    gap: 44px;
  }

  .story-card-reverse .story-video {
    grid-column: 1;
  }

  .story-card-reverse .story-copy {
    grid-column: 2;
  }

  .story-copy > h3 {
    font-size: 38px;
  }

  .story-states {
    grid-template-columns: 1fr;
  }

  .story-states > div {
    min-height: 0;
    padding: 24px 0;
  }

  .story-states > div + div {
    padding: 24px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

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

  .case-grid > article {
    min-height: 0;
  }

  .case-grid article > h3 {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .reviews-stories,
  .review-proof {
    padding: 78px 20px 84px;
  }

  .reviews-heading {
    margin-bottom: 46px;
  }

  .reviews-heading h2,
  .review-proof-heading h2 {
    font-size: 46px;
  }

  .story-card,
  .story-card-reverse {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 42px;
    padding: 54px 0 60px;
  }

  .story-card-reverse .story-video,
  .story-card-reverse .story-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .story-video {
    width: calc(100% - 16px);
    max-width: 340px;
    margin: 0 auto;
  }

  .story-number {
    left: -16px;
  }

  .story-copy > h3 {
    margin-bottom: 30px;
    font-size: 34px;
  }

  .story-copy blockquote {
    margin-top: 28px;
  }

  .case-heading {
    display: block;
    margin-top: 78px;
  }

  .case-heading h3 {
    margin-top: 22px;
    font-size: 38px;
  }

  .case-grid > article {
    padding: 34px 28px;
  }

  .case-index {
    margin-bottom: 52px;
  }

  .more-reviews {
    margin-top: 78px;
  }

  .more-reviews-head {
    display: block;
  }

  .more-reviews-head p {
    margin-top: 18px;
  }

  .more-review-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-right: -20px;
    padding-right: 20px;
  }

  .more-review-grid article {
    flex: 0 0 78vw;
    scroll-snap-align: start;
  }

  .reviews-cta {
    width: 100%;
  }

  .review-proof-heading {
    margin-bottom: 30px;
  }

  .review-proof .source-gallery {
    margin-right: -20px;
  }

  .review-proof .source-gallery img {
    height: 430px;
  }
}
