.yum-case {
  --yum-yellow: #ffce1a;
  --yum-yellow-soft: #ffe98b;
  --yum-navy: #1a2a42;
  --yum-blue: #1a5495;
  --yum-green: #00b956;
  --yum-paper: #f6f5f1;
  --yum-white: #fff;
  --yum-muted: #747e8c;
  --yum-line: rgba(26, 42, 66, .16);
  --yum-ease: cubic-bezier(.22, 1, .36, 1);
  position: relative;
  overflow: hidden;
  overflow: clip;
  color: var(--yum-navy);
  background: var(--yum-paper);
  font-family: "Mont", "Helvetica Neue", Arial, sans-serif;
}

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

.yum-case :is(h1, h2, h3, p, figure, dl, dd, ol) {
  margin-top: 0;
}

.yum-case img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none;
}

.yum-case__shell {
  width: min(1440px, calc(100% - 72px));
  margin-inline: auto;
}

.yum-case__hero {
  position: relative;
  isolation: isolate;
  padding: clamp(146px, 12vw, 190px) 0 clamp(72px, 8vw, 112px);
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 14%, rgba(255, 255, 255, .36), transparent 20%),
    var(--yum-yellow);
}

.yum-case__hero::after {
  position: absolute;
  z-index: -1;
  right: -8vw;
  bottom: -18vw;
  width: 45vw;
  min-width: 420px;
  aspect-ratio: 1;
  border: clamp(54px, 8vw, 126px) solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  content: "";
}

.yum-case__hero-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .28;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(26, 42, 66, .17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 42, 66, .17) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 66%);
}

.yum-case__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: clamp(62px, 8vw, 112px);
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(26, 42, 66, .32);
}

.yum-case__back,
.yum-case__hero-note a,
.yum-case__archive-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  color: var(--yum-navy);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .24s var(--yum-ease), opacity .24s ease;
}

.yum-case__back:hover,
.yum-case__hero-note a:hover,
.yum-case__archive-link:hover {
  transform: translateY(-2px);
}

.yum-case__topline > p {
  margin-bottom: 0;
  color: rgba(26, 42, 66, .64);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.yum-case__hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .42fr);
  gap: clamp(48px, 6vw, 92px);
  align-items: end;
  margin-bottom: clamp(64px, 8vw, 108px);
}

.yum-case__hero-copy > * {
  min-width: 0;
}

.yum-case__brand {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin-bottom: -18px;
  color: var(--yum-navy);
}

.yum-case__brand span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--yum-navy);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.yum-case__brand strong {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .01em;
}

.yum-case__hero h1 {
  max-width: 990px;
  margin-bottom: 0;
  color: var(--yum-navy);
  font-size: clamp(58px, 7.4vw, 112px);
  font-weight: 700;
  line-height: .88;
  letter-spacing: -.075em;
  text-wrap: balance;
}

.yum-case__hero h1 em {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 2px var(--yum-navy);
  font-style: normal;
  white-space: nowrap;
}

.yum-case__hero-note {
  align-self: end;
  padding-top: 22px;
  border-top: 1px solid rgba(26, 42, 66, .34);
}

.yum-case__hero-note > span {
  display: block;
  margin-bottom: 18px;
  color: rgba(26, 42, 66, .56);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.yum-case__hero-note p {
  max-width: 39ch;
  margin-bottom: 25px;
  color: rgba(26, 42, 66, .78);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.58;
}

.yum-case__hero-note a i {
  font-size: 16px;
  font-style: normal;
}

.yum-case__hero-board,
.yum-case__overview-stage figure,
.yum-case__system-board,
.yum-case__board,
.yum-case__result-board {
  overflow: hidden;
  border-radius: clamp(18px, 2.5vw, 34px);
}

.yum-case__hero-board {
  padding: clamp(8px, .9vw, 14px);
  color: var(--yum-white);
  background: var(--yum-navy);
  box-shadow: 0 34px 70px rgba(26, 42, 66, .23);
}

.yum-case__hero-board img,
.yum-case__overview-stage figure img,
.yum-case__system-board img,
.yum-case__board img,
.yum-case__result-board img {
  border-radius: calc(clamp(18px, 2.5vw, 34px) - 8px);
}

.yum-case figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 10px 6px;
  font-size: 9px;
  line-height: 1.3;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.yum-case figcaption span {
  opacity: .52;
}

.yum-case figcaption strong {
  font-weight: 600;
  text-align: right;
}

.yum-case__facts {
  color: var(--yum-white);
  background: var(--yum-navy);
}

.yum-case__facts dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 0;
  padding: 31px 0 35px;
}

.yum-case__facts dl > div {
  min-width: 0;
  padding: 0 26px;
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.yum-case__facts dl > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.yum-case__facts dt,
.yum-case__pipeline span,
.yum-case__pipeline small {
  color: rgba(255, 255, 255, .48);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.yum-case__facts dd {
  margin: 8px 0 0;
  color: var(--yum-white);
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 600;
}

.yum-case__brief,
.yum-case__boards {
  padding: clamp(92px, 11vw, 168px) 0;
  background: var(--yum-paper);
}

.yum-case__brief-grid,
.yum-case__system-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
  align-items: start;
  gap: clamp(64px, 10vw, 160px);
}

.yum-case__chapter-head {
  min-width: 0;
}

.yum-case__eyebrow {
  margin-bottom: 24px;
  color: var(--yum-blue);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.yum-case__chapter-head h2,
.yum-case__result-copy h2,
.yum-case__archive-panel h2 {
  margin-bottom: 0;
  color: var(--yum-navy);
  font-size: clamp(42px, 5.5vw, 82px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.yum-case__chapter-head h2 span {
  color: var(--yum-blue);
}

.yum-case__brief-copy {
  max-width: 600px;
  padding-top: 50px;
}

.yum-case__brief-copy p,
.yum-case__system-head > p,
.yum-case__chapter-head--split > p,
.yum-case__result-copy > p {
  margin-bottom: 0;
  color: rgba(26, 42, 66, .66);
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.68;
}

.yum-case__brief-copy .yum-case__lead {
  margin-bottom: 26px;
  color: var(--yum-navy);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.43;
  letter-spacing: -.025em;
}

.yum-case__overview-stage {
  position: relative;
  margin-top: clamp(72px, 9vw, 132px);
  padding-left: 78px;
}

.yum-case__rail-note {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  color: rgba(26, 42, 66, .5);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  letter-spacing: .14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.yum-case__overview-stage figure {
  margin-bottom: 0;
  padding: 11px;
  color: var(--yum-white);
  background: var(--yum-navy);
}

.yum-case__demo-wrap {
  position: relative;
  isolation: isolate;
  background: var(--yum-navy);
}

.yum-case__demo-wrap::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .15;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .11) 1px, transparent 1px);
  background-size: 64px 64px;
}

.yum-case__journey {
  padding: clamp(96px, 11vw, 166px) 0;
  background: var(--yum-yellow);
}

.yum-case__chapter-head--wide {
  max-width: 1100px;
  margin-bottom: clamp(64px, 8vw, 110px);
}

.yum-case__journey .yum-case__eyebrow {
  color: rgba(26, 42, 66, .6);
}

.yum-case__journey-list,
.yum-case__pipeline {
  padding: 0;
  list-style: none;
}

.yum-case__journey-list {
  margin-bottom: 0;
  border-top: 1px solid rgba(26, 42, 66, .3);
}

.yum-case__journey-list li {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) 150px;
  align-items: start;
  gap: clamp(28px, 6vw, 90px);
  padding: clamp(30px, 4vw, 52px) 0;
  border-bottom: 1px solid rgba(26, 42, 66, .3);
}

.yum-case__journey-list > li > span,
.yum-case__journey-list small {
  color: rgba(26, 42, 66, .54);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.yum-case__journey-list h3 {
  margin: 0 0 12px;
  color: var(--yum-navy);
  font-size: clamp(24px, 2.7vw, 40px);
  font-weight: 650;
  letter-spacing: -.04em;
}

.yum-case__journey-list p {
  max-width: 64ch;
  margin-bottom: 0;
  color: rgba(26, 42, 66, .72);
  font-size: 15px;
  line-height: 1.63;
}

.yum-case__journey-list small {
  justify-self: end;
}

.yum-case__system {
  padding: clamp(100px, 12vw, 178px) 0;
  color: var(--yum-white);
  background:
    radial-gradient(circle at 90% 14%, rgba(26, 84, 149, .62), transparent 32%),
    var(--yum-navy);
}

.yum-case__system .yum-case__eyebrow {
  color: var(--yum-yellow);
}

.yum-case__system .yum-case__chapter-head h2,
.yum-case__system .yum-case__chapter-head h2 span {
  color: var(--yum-white);
}

.yum-case__system-head {
  margin-bottom: clamp(70px, 8vw, 112px);
}

.yum-case__system-head > p {
  padding-top: 50px;
  color: rgba(255, 255, 255, .64);
}

.yum-case__system-board {
  margin-bottom: clamp(46px, 6vw, 86px);
  padding: 11px;
  color: var(--yum-white);
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11);
}

.yum-case__pipeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.yum-case__pipeline li {
  display: flex;
  min-width: 0;
  min-height: 186px;
  flex-direction: column;
  padding: 27px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.yum-case__pipeline li:first-child {
  border-left: 0;
}

.yum-case__pipeline strong {
  margin-top: auto;
  margin-bottom: 8px;
  color: var(--yum-white);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 600;
  letter-spacing: -.03em;
}

.yum-case__pipeline small {
  line-height: 1.5;
  letter-spacing: .06em;
  text-transform: none;
}

.yum-case__chapter-head--split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .48fr);
  align-items: end;
  gap: clamp(64px, 10vw, 160px);
  margin-bottom: clamp(70px, 9vw, 126px);
}

.yum-case__board-stack {
  display: grid;
  gap: clamp(36px, 7vw, 104px);
}

.yum-case__board {
  width: min(1120px, 86%);
  margin-bottom: 0;
  padding: 10px;
}

.yum-case__board--yellow {
  justify-self: start;
  color: var(--yum-navy);
  background: var(--yum-yellow);
}

.yum-case__board--paper {
  justify-self: end;
  color: var(--yum-white);
  background: var(--yum-navy);
}

.yum-case__result {
  padding: clamp(96px, 11vw, 168px) 0;
  background:
    linear-gradient(90deg, transparent 0 49.93%, rgba(26, 42, 66, .16) 49.93% 50.07%, transparent 50.07%),
    var(--yum-yellow);
}

.yum-case__result-grid {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(440px, 1.25fr);
  align-items: center;
  gap: clamp(54px, 9vw, 130px);
}

.yum-case__result-copy h2 {
  margin-bottom: 30px;
}

.yum-case__result-copy > p {
  max-width: 54ch;
  color: rgba(26, 42, 66, .72);
}

.yum-case__result-copy dl {
  display: flex;
  gap: 46px;
  margin: 56px 0 0;
}

.yum-case__result-copy dl > div {
  min-width: 0;
}

.yum-case__result-copy dt {
  color: var(--yum-navy);
  font-size: clamp(52px, 5.6vw, 82px);
  font-weight: 700;
  line-height: .85;
  letter-spacing: -.06em;
}

.yum-case__result-copy dd {
  margin: 13px 0 0;
  color: rgba(26, 42, 66, .6);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.yum-case__result-board {
  margin-bottom: 0;
  padding: 10px;
  color: var(--yum-white);
  background: var(--yum-navy);
  box-shadow: 0 34px 70px rgba(26, 42, 66, .23);
}

.yum-case__archive {
  padding: 28px 0;
  color: var(--yum-white);
  background: var(--yum-navy);
}

.yum-case__archive-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  min-height: 180px;
  padding: 28px 0;
}

.yum-case__archive-mark {
  display: inline-flex;
  width: 86px;
  height: 86px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: var(--yum-navy);
  border-radius: 50%;
  background: var(--yum-yellow);
  font-size: 18px;
  font-weight: 800;
}

.yum-case__archive-panel > div > p {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .5);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.yum-case__archive-panel h2 {
  max-width: 720px;
  color: var(--yum-white);
  font-size: clamp(30px, 4vw, 58px);
}

.yum-case__archive-link {
  min-height: 50px;
  padding: 0 24px;
  color: var(--yum-navy);
  border-radius: 7px;
  background: var(--yum-yellow);
}

.yum-case a:focus-visible {
  outline: 3px solid var(--yum-blue) !important;
  outline-offset: 4px !important;
}

@media (max-width: 1100px) {
  .yum-case__shell {
    width: min(100% - 48px, 980px);
  }

  .yum-case__hero-copy,
  .yum-case__brief-grid,
  .yum-case__system-head,
  .yum-case__chapter-head--split,
  .yum-case__result-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  .yum-case__hero-note {
    max-width: 620px;
  }

  .yum-case__hero h1 {
    font-size: clamp(66px, 11vw, 108px);
  }

  .yum-case__brief-copy,
  .yum-case__system-head > p {
    padding-top: 0;
  }

  .yum-case__facts dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }

  .yum-case__facts dl > div:nth-child(4) {
    padding-left: 0;
    border-left: 0;
  }

  .yum-case__chapter-head--split > p {
    max-width: 640px;
  }

  .yum-case__result-board {
    width: min(760px, 100%);
    justify-self: end;
  }
}

@media (max-width: 760px) {
  .yum-case__shell {
    width: min(100% - 34px, 680px);
  }

  .yum-case__hero {
    padding-top: 118px;
  }

  .yum-case__topline {
    margin-bottom: 58px;
  }

  .yum-case__topline > p {
    max-width: 140px;
    text-align: right;
  }

  .yum-case__brand {
    margin-bottom: -6px;
  }

  .yum-case__hero h1 {
    font-size: clamp(42px, 15.4vw, 76px);
    line-height: .91;
    letter-spacing: -.067em;
  }

  .yum-case__hero h1 em {
    -webkit-text-stroke-width: 1.3px;
    white-space: normal;
  }

  .yum-case__hero-copy {
    margin-bottom: 52px;
  }

  .yum-case__hero-board,
  .yum-case__overview-stage figure,
  .yum-case__system-board,
  .yum-case__board,
  .yum-case__result-board {
    border-radius: 18px;
  }

  .yum-case__hero-board img,
  .yum-case__overview-stage figure img,
  .yum-case__system-board img,
  .yum-case__board img,
  .yum-case__result-board img {
    border-radius: 12px;
  }

  .yum-case figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding: 14px 6px 4px;
  }

  .yum-case figcaption strong {
    text-align: left;
  }

  .yum-case__facts dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 28px 0;
  }

  .yum-case__facts dl > div {
    padding: 0 16px;
  }

  .yum-case__facts dl > div:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .yum-case__facts dl > div:nth-child(4) {
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, .14);
  }

  .yum-case__chapter-head h2,
  .yum-case__result-copy h2 {
    font-size: clamp(36px, 11vw, 56px);
  }

  .yum-case__overview-stage {
    padding-left: 0;
  }

  .yum-case__rail-note {
    position: static;
    margin-bottom: 16px;
    writing-mode: initial;
  }

  .yum-case__overview-stage figure img,
  .yum-case__system-board img,
  .yum-case__board img {
    aspect-ratio: auto;
    height: auto;
    object-fit: contain;
  }

  .yum-case__journey-list li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
  }

  .yum-case__journey-list small {
    display: none;
  }

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

  .yum-case__pipeline li {
    min-height: 156px;
    padding: 22px 15px;
  }

  .yum-case__pipeline li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
  }

  .yum-case__pipeline li:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .18);
  }

  .yum-case__board {
    width: 100%;
  }

  .yum-case__result {
    background: var(--yum-yellow);
  }

  .yum-case__result-copy dl {
    gap: 28px;
  }

  .yum-case__archive-panel {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .yum-case__archive-link {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 390px) {
  .yum-case__shell {
    width: calc(100% - 28px);
  }

  .yum-case__hero h1 {
    font-size: clamp(39px, 14.7vw, 58px);
  }

  .yum-case__topline {
    gap: 12px;
  }

  .yum-case__result-copy dl {
    flex-direction: column;
    gap: 26px;
  }

  .yum-case__archive-panel {
    grid-template-columns: 1fr;
  }

  .yum-case__archive-mark {
    width: 66px;
    height: 66px;
  }
}

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

/* Route authority after global brand/font/media passes. */
html.brawus-v2-html body#body.brawus-v2 .yum-case,
html.brawus-v2-html body#body.brawus-v2 .yum-case * {
  font-family: "Mont", "Helvetica Neue", Arial, sans-serif !important;
}

html.brawus-v2-html body#body.brawus-v2 .yum-case :is(h1, h2, h3) {
  color: var(--yum-navy) !important;
}

html.brawus-v2-html body#body.brawus-v2 .yum-case :is(.yum-case__system, .yum-case__archive) :is(h1, h2, h3) {
  color: var(--yum-white) !important;
}

html.brawus-v2-html body#body.brawus-v2 .yum-case .yum-case__hero h1 em {
  color: transparent !important;
}

html.brawus-v2-html body#body.brawus-v2 .yum-case strong {
  color: inherit !important;
}

html.brawus-v2-html body#body.brawus-v2 .yum-case .yum-case__brand,
html.brawus-v2-html body#body.brawus-v2 .yum-case .yum-case__brand :is(span, strong),
html.brawus-v2-html body#body.brawus-v2 .yum-case .yum-case__archive-mark {
  color: var(--yum-navy) !important;
}

html.brawus-v2-html body#body.brawus-v2 .yum-case .yum-case__topline > p {
  color: rgba(26, 42, 66, .64) !important;
}

html.brawus-v2-html body#body.brawus-v2 .yum-case .yum-case__hero-note p {
  color: rgba(26, 42, 66, .78) !important;
}

html.brawus-v2-html body#body.brawus-v2 .yum-case .yum-case__eyebrow {
  color: var(--yum-blue) !important;
}

html.brawus-v2-html body#body.brawus-v2 .yum-case .yum-case__brief-copy .yum-case__lead {
  color: var(--yum-navy) !important;
}

html.brawus-v2-html body#body.brawus-v2 .yum-case .yum-case__brief-copy p:not(.yum-case__lead),
html.brawus-v2-html body#body.brawus-v2 .yum-case .yum-case__chapter-head--split > p {
  color: rgba(26, 42, 66, .68) !important;
}

html.brawus-v2-html body#body.brawus-v2 .yum-case .yum-case__rail-note,
html.brawus-v2-html body#body.brawus-v2 .yum-case .yum-case__journey .yum-case__eyebrow {
  color: rgba(26, 42, 66, .58) !important;
}

html.brawus-v2-html body#body.brawus-v2 .yum-case .yum-case__journey-list p,
html.brawus-v2-html body#body.brawus-v2 .yum-case .yum-case__result-copy > p {
  color: rgba(26, 42, 66, .72) !important;
}

html.brawus-v2-html body#body.brawus-v2 .yum-case .yum-case__system .yum-case__eyebrow {
  color: var(--yum-yellow) !important;
}

html.brawus-v2-html body#body.brawus-v2 .yum-case .yum-case__system-head > p {
  color: rgba(255, 255, 255, .68) !important;
}

html.brawus-v2-html body#body.brawus-v2 .yum-case .yum-case__archive-panel > div > p {
  color: rgba(255, 255, 255, .56) !important;
}

html.brawus-v2-html body#body.brawus-v2 .yum-case img.ed-real-media,
html.brawus-v2-html body#body.brawus-v2 .yum-case figure:hover img.ed-real-media {
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}
