.voiceover-case {
  --vo-black: #080808;
  --vo-black-soft: #111110;
  --vo-graphite: #20201f;
  --vo-graphite-soft: #2a2927;
  --vo-cream: #f6f1e8;
  --vo-cream-deep: #e8e0d3;
  --vo-orange: #fe5801;
  --vo-orange-dark: #d94800;
  --vo-white: #fffdf8;
  --vo-copy-dark: #5e5b55;
  --vo-copy-light: #b9b3aa;
  --vo-line-dark: rgba(246, 241, 232, .17);
  --vo-line-light: rgba(8, 8, 8, .17);
  --vo-sans: "Mont", "Helvetica Neue", Arial, sans-serif;
  --vo-serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --vo-mono: "SFMono-Regular", Consolas, monospace;
  --vo-ease: cubic-bezier(.22, 1, .36, 1);
  position: relative;
  overflow: hidden;
  overflow: clip;
  color: var(--vo-cream);
  background: var(--vo-black);
  font-family: var(--vo-sans);
}

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

.voiceover-case :is(h1, h2, h3, h4, h5, h6, p, figure, figcaption, dl, dd, ol, ul) {
  margin-top: 0;
}

.voiceover-case :is(h1, h2, h3, h4, h5, h6, p, a, dt, dd, li, span, strong, small, em) {
  font-family: inherit;
}

html.brawus-v2-html body#body.brawus-v2 .voiceover-case :is(h1, h2, h3, h4, h5, h6) {
  color: inherit;
  font-family: var(--vo-sans) !important;
}

.voiceover-case :is(h1, h2, h3, h4, h5, h6) {
  color: inherit;
  font-weight: 600;
  letter-spacing: -.055em;
}

html.brawus-v2-html body#body.brawus-v2 .voiceover-case em {
  font-family: var(--vo-serif) !important;
  font-weight: 400;
}

.voiceover-case em {
  color: var(--vo-orange);
  font-style: italic;
}

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

.voiceover-case__eyebrow {
  margin-bottom: clamp(24px, 3vw, 42px);
  color: var(--vo-orange);
  font-family: var(--vo-mono);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.voiceover-case__chapter-head h2,
.voiceover-case__mechanic-head h2,
.voiceover-case__system-copy h2,
.voiceover-case__result-copy h2,
.voiceover-case__cta-panel h2 {
  margin-bottom: 0;
  font-size: clamp(46px, 6vw, 92px);
  line-height: .96;
}

.voiceover-case__hero {
  position: relative;
  isolation: isolate;
  padding: clamp(148px, 11vw, 190px) 0 clamp(82px, 8vw, 128px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(246, 241, 232, .045) 1px, transparent 1px),
    var(--vo-black);
  background-size: clamp(72px, 7.2vw, 118px) 100%, auto;
}

.voiceover-case__hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 8, .2), var(--vo-black) 88%);
  content: "";
  pointer-events: none;
}

.voiceover-case__hero-aura {
  position: absolute;
  z-index: -1;
  top: 80px;
  right: -14vw;
  width: clamp(400px, 64vw, 1040px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254, 88, 1, .26) 0, rgba(254, 88, 1, .08) 35%, transparent 68%);
  filter: blur(6px);
  pointer-events: none;
}

.voiceover-case__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: clamp(70px, 7vw, 108px);
  padding-bottom: 19px;
  border-bottom: 1px solid var(--vo-line-dark);
}

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

.voiceover-case__back:hover,
.voiceover-case__back:focus-visible,
.voiceover-case__hero-note a:hover,
.voiceover-case__hero-note a:focus-visible,
.voiceover-case__text-link:hover,
.voiceover-case__text-link:focus-visible {
  color: var(--vo-orange);
  transform: translateY(-2px);
}

.voiceover-case__topline > p {
  margin-bottom: 0;
  color: #847f78;
  font-family: var(--vo-mono);
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.voiceover-case__hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(270px, .4fr);
  align-items: end;
  gap: clamp(58px, 9vw, 148px);
}

.voiceover-case__wordmark {
  grid-column: 1 / -1;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(-16px, -1vw, -8px);
  color: var(--vo-orange);
  font-size: clamp(15px, 1.5vw, 22px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.voiceover-case__wordmark span {
  display: block;
  width: 34px;
  height: 20px;
  background:
    linear-gradient(90deg, transparent 0 2px, var(--vo-orange) 2px 5px, transparent 5px 8px, var(--vo-orange) 8px 12px, transparent 12px 15px, var(--vo-orange) 15px 18px, transparent 18px 21px, var(--vo-orange) 21px 27px, transparent 27px 30px, var(--vo-orange) 30px 33px);
  clip-path: polygon(0 36%, 10% 36%, 10% 5%, 20% 5%, 20% 25%, 30% 25%, 30% 0, 42% 0, 42% 43%, 53% 43%, 53% 18%, 65% 18%, 65% 32%, 80% 32%, 80% 8%, 91% 8%, 91% 36%, 100% 36%, 100% 64%, 91% 64%, 91% 92%, 80% 92%, 80% 68%, 65% 68%, 65% 82%, 53% 82%, 53% 57%, 42% 57%, 42% 100%, 30% 100%, 30% 75%, 20% 75%, 20% 95%, 10% 95%, 10% 64%, 0 64%);
}

.voiceover-case__hero-copy h1 {
  margin-bottom: 0;
  color: var(--vo-cream);
  font-size: clamp(68px, 9.5vw, 146px);
  line-height: .82;
  letter-spacing: -.072em;
}

.voiceover-case__hero-copy h1 em {
  display: inline-block;
  color: var(--vo-orange);
  line-height: .94;
}

.voiceover-case__hero-note {
  padding-top: 20px;
  border-top: 1px solid var(--vo-line-dark);
}

.voiceover-case__hero-note > span {
  display: block;
  margin-bottom: 22px;
  color: var(--vo-orange);
  font-family: var(--vo-mono);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.voiceover-case__hero-note p {
  margin-bottom: 26px;
  color: var(--vo-copy-light);
  font-size: clamp(15px, 1.3vw, 19px);
  line-height: 1.58;
}

.voiceover-case__hero-note a {
  color: var(--vo-cream);
}

.voiceover-case__hero-board,
.voiceover-case__overview-board,
.voiceover-case__experience-board,
.voiceover-case__delivery-board {
  margin: 0;
}

.voiceover-case__hero-board {
  margin-top: clamp(66px, 8vw, 126px);
}

.voiceover-case__hero-image {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--vo-line-dark);
  background: #222a37;
}

.voiceover-case__hero-image::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .06);
  content: "";
  pointer-events: none;
}

.voiceover-case :is(.voiceover-case__hero-image, .voiceover-case__overview-board, .voiceover-case__experience-board, .voiceover-case__delivery-board) img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
  object-fit: contain;
  object-position: center;
  -webkit-user-drag: none;
  user-select: none;
}

.voiceover-case :is(.voiceover-case__hero-board, .voiceover-case__overview-board, .voiceover-case__experience-board, .voiceover-case__delivery-board) figcaption {
  display: grid;
  grid-template-columns: minmax(160px, .35fr) minmax(0, .65fr);
  gap: 36px;
  padding: 20px 0 0;
  color: var(--vo-copy-light);
  border-top: 1px solid var(--vo-line-dark);
}

.voiceover-case :is(.voiceover-case__hero-board, .voiceover-case__overview-board, .voiceover-case__experience-board, .voiceover-case__delivery-board) figcaption span {
  font-family: var(--vo-mono);
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.voiceover-case :is(.voiceover-case__hero-board, .voiceover-case__overview-board, .voiceover-case__experience-board, .voiceover-case__delivery-board) figcaption strong {
  justify-self: end;
  color: var(--vo-cream);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -.015em;
  text-align: right;
}

.voiceover-case__hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: clamp(68px, 8vw, 116px) 0 0;
  border-top: 1px solid var(--vo-line-dark);
  border-bottom: 1px solid var(--vo-line-dark);
}

.voiceover-case__hero-metrics > div {
  min-height: 178px;
  padding: 28px 28px 24px 0;
}

.voiceover-case__hero-metrics > div + div {
  padding-left: 30px;
  border-left: 1px solid var(--vo-line-dark);
}

.voiceover-case__hero-metrics dt {
  margin-bottom: 22px;
  color: var(--vo-orange);
  font-size: clamp(50px, 5vw, 76px);
  font-weight: 600;
  line-height: .82;
  letter-spacing: -.07em;
}

.voiceover-case__hero-metrics dt span {
  font-size: .5em;
}

.voiceover-case__hero-metrics dd {
  margin-bottom: 0;
  color: var(--vo-copy-light);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.voiceover-case__challenge {
  position: relative;
  padding: clamp(100px, 10vw, 164px) 0;
  color: var(--vo-black);
  background: var(--vo-cream);
}

.voiceover-case__challenge-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .55fr);
  gap: clamp(64px, 10vw, 170px);
  align-items: start;
}

.voiceover-case__challenge .voiceover-case__chapter-head h2 {
  color: var(--vo-black);
}

.voiceover-case__challenge-copy {
  padding-top: 52px;
  border-top: 1px solid var(--vo-line-light);
}

.voiceover-case__challenge-copy p {
  margin-bottom: 24px;
  color: var(--vo-copy-dark);
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.55;
  letter-spacing: -.02em;
}

.voiceover-case__challenge-copy p:last-child {
  margin-bottom: 0;
  color: var(--vo-black);
  font-weight: 600;
}

.voiceover-case__signal {
  grid-column: 1 / -1;
  display: flex;
  height: clamp(100px, 12vw, 172px);
  align-items: center;
  justify-content: space-between;
  gap: clamp(5px, .7vw, 12px);
  margin-top: clamp(12px, 2vw, 28px);
  padding-inline: clamp(14px, 2vw, 34px);
  border-top: 1px solid var(--vo-line-light);
  border-bottom: 1px solid var(--vo-line-light);
}

.voiceover-case__signal span {
  width: min(16px, 1.05vw);
  min-width: 4px;
  height: 28%;
  border-radius: 999px;
  background: var(--vo-orange);
  transform-origin: center;
  animation: voiceover-signal 2.2s ease-in-out infinite;
}

.voiceover-case__signal span:nth-child(2n) { height: 58%; animation-delay: -.2s; }
.voiceover-case__signal span:nth-child(3n) { height: 88%; animation-delay: -.55s; }
.voiceover-case__signal span:nth-child(4n) { height: 42%; animation-delay: -.85s; }
.voiceover-case__signal span:nth-child(5n) { height: 72%; animation-delay: -1.1s; }

@keyframes voiceover-signal {
  0%, 100% { transform: scaleY(.55); }
  50% { transform: scaleY(1); }
}

.voiceover-case__demo-wrap {
  position: relative;
  background: var(--vo-black);
}

/* The shared case shell is deliberately strong and loads after this skin.
   Give Voice Over its own editorial rhythm: the pitch must never collapse
   into the five-line stack that appeared at laptop and phone widths. */
html.brawus-v2-html body#body.brawus-v2.has-case-phone-demo
  .voiceover-case__demo-wrap .vom-demo__intro h2 {
  max-width: 850px !important;
  font-size: clamp(32px, 3.75vw, 58px) !important;
  line-height: .98 !important;
  text-wrap: balance;
}

@media (max-width: 1500px) {
  html.brawus-v2-html body#body.brawus-v2.has-case-phone-demo
    .voiceover-case__demo-wrap .vom-demo__shell {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 22px !important;
  }

  html.brawus-v2-html body#body.brawus-v2.has-case-phone-demo
    .voiceover-case__demo-wrap .vom-demo__stage {
    justify-self: center !important;
    width: min(100%, 620px) !important;
  }
}

.voiceover-case__mechanic {
  padding: clamp(108px, 11vw, 176px) 0;
  color: var(--vo-cream);
  background: var(--vo-graphite);
}

.voiceover-case__mechanic-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .4fr);
  gap: clamp(58px, 10vw, 164px);
  align-items: end;
  margin-bottom: clamp(64px, 7vw, 106px);
}

.voiceover-case__mechanic-head > p {
  margin-bottom: 4px;
  color: var(--vo-copy-light);
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.55;
}

.voiceover-case__mechanic-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 clamp(80px, 9vw, 136px);
  padding: 0;
  border-top: 1px solid var(--vo-line-dark);
  border-bottom: 1px solid var(--vo-line-dark);
  list-style: none;
}

.voiceover-case__mechanic-list > li {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 28px clamp(26px, 3vw, 48px) 34px;
}

.voiceover-case__mechanic-list > li + li {
  border-left: 1px solid var(--vo-line-dark);
}

.voiceover-case__mechanic-list > li > span {
  color: #817b74;
  font-family: var(--vo-mono);
  font-size: 10px;
  letter-spacing: .15em;
}

.voiceover-case__mechanic-list h3 {
  margin: auto 0 16px;
  color: var(--vo-cream);
  font-size: clamp(27px, 2.3vw, 36px);
  line-height: 1;
}

.voiceover-case__mechanic-list p {
  margin-bottom: 28px;
  color: var(--vo-copy-light);
  font-size: 15px;
  line-height: 1.55;
}

.voiceover-case__mechanic-list small {
  color: var(--vo-orange);
  font-family: var(--vo-mono);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.voiceover-case__mini-wave,
.voiceover-case__target,
.voiceover-case__play {
  display: flex;
  width: 108px;
  height: 108px;
  align-items: center;
  justify-content: center;
  margin: 52px 0 48px;
  border: 1px solid var(--vo-line-dark);
  border-radius: 50%;
}

.voiceover-case__mini-wave {
  gap: 5px;
}

.voiceover-case__mini-wave i {
  display: block;
  width: 4px;
  height: 24px;
  border-radius: 99px;
  background: var(--vo-orange);
}

.voiceover-case__mini-wave i:nth-child(2),
.voiceover-case__mini-wave i:nth-child(4) { height: 45px; }
.voiceover-case__mini-wave i:nth-child(3) { height: 62px; }

.voiceover-case__target {
  position: relative;
}

.voiceover-case__target::before,
.voiceover-case__target::after,
.voiceover-case__target i {
  position: absolute;
  border: 1px solid var(--vo-orange);
  border-radius: 50%;
  content: "";
}

.voiceover-case__target::before { width: 62px; height: 62px; }
.voiceover-case__target::after { width: 36px; height: 36px; }
.voiceover-case__target i { width: 8px; height: 8px; background: var(--vo-orange); }

.voiceover-case__play i {
  width: 0;
  height: 0;
  margin-left: 8px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 24px solid var(--vo-orange);
}

.voiceover-case__play i + i { display: none; }

.voiceover-case__overview-board img,
.voiceover-case__delivery-board img {
  background: var(--vo-black);
}

.voiceover-case__overview-board figcaption,
.voiceover-case__delivery-board figcaption {
  margin-top: 20px;
}

.voiceover-case__journey {
  padding: clamp(108px, 11vw, 176px) 0;
  color: var(--vo-black);
  background: var(--vo-cream);
}

.voiceover-case__journey-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .78fr);
  gap: clamp(52px, 7vw, 112px);
  margin-bottom: clamp(88px, 9vw, 142px);
}

.voiceover-case__journey .voiceover-case__chapter-head {
  min-width: 0;
}

.voiceover-case__journey .voiceover-case__chapter-head h2 {
  color: var(--vo-black);
  font-size: clamp(46px, 4.8vw, 76px);
  line-height: .94;
}

.voiceover-case__journey .voiceover-case__chapter-head > p:last-child {
  max-width: 700px;
  margin: 34px 0 0;
  color: var(--vo-copy-dark);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.6;
}

.voiceover-case__journey-list,
.voiceover-case__delivery-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--vo-line-light);
  list-style: none;
}

.voiceover-case__journey-list li,
.voiceover-case__delivery-list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid var(--vo-line-light);
}

.voiceover-case__journey-list li > span,
.voiceover-case__delivery-list li > span {
  color: var(--vo-orange);
  font-family: var(--vo-mono);
  font-size: 10px;
  letter-spacing: .14em;
}

.voiceover-case__journey-list strong,
.voiceover-case__delivery-list strong {
  display: block;
  margin-bottom: 9px;
  color: var(--vo-black);
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 600;
  letter-spacing: -.03em;
}

.voiceover-case__journey-list p,
.voiceover-case__delivery-list p {
  max-width: 500px;
  margin-bottom: 0;
  color: var(--vo-copy-dark);
  font-size: 14px;
  line-height: 1.5;
}

.voiceover-case__journey-list small {
  color: #8b857d;
  font-family: var(--vo-mono);
  font-size: 8px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.voiceover-case__experience-board {
  overflow: hidden;
  background: #171717;
}

.voiceover-case__experience-board figcaption {
  margin-top: 20px;
  color: var(--vo-copy-dark) !important;
  border-top-color: var(--vo-line-light) !important;
}

.voiceover-case__experience-board figcaption strong {
  color: var(--vo-black) !important;
}

.voiceover-case__system {
  position: relative;
  isolation: isolate;
  padding: clamp(104px, 10vw, 166px) 0;
  color: var(--vo-black);
  background: var(--vo-orange);
}

.voiceover-case__system::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 8, 8, .08) 1px, transparent 1px);
  background-size: clamp(70px, 7vw, 112px) 100%;
  content: "";
}

.voiceover-case__system-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(400px, .55fr);
  gap: clamp(70px, 12vw, 190px);
  align-items: center;
}

.voiceover-case__system .voiceover-case__eyebrow {
  color: rgba(8, 8, 8, .65);
}

.voiceover-case__system-copy h2,
.voiceover-case__system-copy h2 em {
  color: var(--vo-black);
}

.voiceover-case__system-copy > p:not(.voiceover-case__eyebrow) {
  max-width: 720px;
  margin: 34px 0 48px;
  color: rgba(8, 8, 8, .72);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.58;
}

.voiceover-case__system-copy dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  border-top: 1px solid rgba(8, 8, 8, .25);
}

.voiceover-case__system-copy dl > div {
  padding: 20px 18px 20px 0;
  border-bottom: 1px solid rgba(8, 8, 8, .25);
}

.voiceover-case__system-copy dl > div:nth-child(2n) {
  padding-left: 18px;
  border-left: 1px solid rgba(8, 8, 8, .25);
}

.voiceover-case__system-copy dt {
  margin-bottom: 8px;
  color: var(--vo-black);
  font-family: var(--vo-mono);
  font-size: 11px;
}

.voiceover-case__system-copy dd {
  margin-bottom: 0;
  color: rgba(8, 8, 8, .65);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.voiceover-case__system-card {
  min-height: 590px;
  padding: clamp(28px, 4vw, 54px);
  color: var(--vo-cream);
  background: var(--vo-black);
  box-shadow: 0 36px 90px rgba(8, 8, 8, .22);
}

.voiceover-case__system-card > span {
  display: block;
  color: var(--vo-orange);
  font-family: var(--vo-mono);
  font-size: 10px;
  letter-spacing: .16em;
}

.voiceover-case__system-wave {
  display: flex;
  height: 220px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.voiceover-case__system-wave i {
  display: block;
  width: 6px;
  height: 38px;
  border-radius: 99px;
  background: var(--vo-orange);
}

.voiceover-case__system-wave i:nth-child(2n) { height: 72px; }
.voiceover-case__system-wave i:nth-child(3n) { height: 104px; }
.voiceover-case__system-wave i:nth-child(5n) { height: 132px; }

.voiceover-case__system-card > p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.voiceover-case__system-card > p strong,
.voiceover-case__system-card > p small {
  color: var(--vo-copy-light);
  font-family: var(--vo-mono);
  font-size: 9px;
  font-weight: 400;
}

.voiceover-case__system-progress {
  height: 4px;
  background: #343431;
}

.voiceover-case__system-progress i {
  display: block;
  width: 48%;
  height: 100%;
  background: var(--vo-orange);
}

.voiceover-case__system-card button {
  display: flex;
  width: 92px;
  height: 92px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 66px auto 0;
  padding: 0;
  border: 1px solid var(--vo-line-dark);
  border-radius: 50%;
  background: transparent;
}

.voiceover-case__system-card button i {
  display: block;
  width: 7px;
  height: 32px;
  border-radius: 2px;
  background: var(--vo-cream);
}

.voiceover-case__delivery {
  padding: clamp(108px, 11vw, 176px) 0;
  color: var(--vo-cream);
  background: var(--vo-graphite);
}

.voiceover-case__delivery-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .65fr);
  gap: clamp(68px, 10vw, 160px);
  margin-bottom: clamp(82px, 9vw, 138px);
}

.voiceover-case__delivery-list {
  border-top-color: var(--vo-line-dark);
}

.voiceover-case__delivery-list li {
  grid-template-columns: 42px minmax(0, 1fr);
  border-bottom-color: var(--vo-line-dark);
}

.voiceover-case__delivery-list strong {
  color: var(--vo-cream);
}

.voiceover-case__delivery-list p {
  color: var(--vo-copy-light);
}

.voiceover-case__delivery-board figcaption {
  color: var(--vo-copy-light);
}

.voiceover-case__result {
  position: relative;
  isolation: isolate;
  padding: clamp(104px, 10vw, 166px) 0;
  overflow: hidden;
  color: var(--vo-black);
  background: var(--vo-cream);
}

.voiceover-case__result-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, .06) 1px, transparent 1px),
    linear-gradient(rgba(8, 8, 8, .04) 1px, transparent 1px);
  background-size: clamp(72px, 7vw, 112px) 100%, 100% 112px;
  pointer-events: none;
}

.voiceover-case__result-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .42fr);
  gap: clamp(70px, 11vw, 174px);
  align-items: end;
}

.voiceover-case__result-copy h2 {
  color: var(--vo-black);
}

.voiceover-case__result-copy > p:last-child {
  max-width: 790px;
  margin: 38px 0 0;
  color: var(--vo-copy-dark);
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.58;
}

.voiceover-case__result-metrics {
  margin: 0;
  border-top: 1px solid var(--vo-line-light);
}

.voiceover-case__result-metrics > div {
  padding: 24px 0 27px;
  border-bottom: 1px solid var(--vo-line-light);
}

.voiceover-case__result-metrics dt {
  margin-bottom: 12px;
  color: var(--vo-orange);
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 600;
  line-height: .9;
  letter-spacing: -.07em;
}

.voiceover-case__result-metrics dt span,
.voiceover-case__result-metrics dt small {
  font-size: .46em;
}

.voiceover-case__result-metrics dd {
  margin-bottom: 0;
  color: var(--vo-copy-dark);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.voiceover-case__cta {
  padding: clamp(84px, 9vw, 136px) 0;
  color: var(--vo-cream);
  background: var(--vo-black);
}

.voiceover-case__cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(64px, 10vw, 160px);
  align-items: end;
  padding: clamp(42px, 6vw, 88px);
  border: 1px solid var(--vo-line-dark);
  background: var(--vo-black-soft);
}

.voiceover-case__cta-index {
  position: absolute;
  top: 28px;
  right: 34px;
  margin-bottom: 0;
  color: rgba(246, 241, 232, .08);
  font-size: clamp(72px, 9vw, 138px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.08em;
}

.voiceover-case__cta-panel > div:first-of-type > p {
  margin-bottom: 28px;
  color: var(--vo-orange);
  font-family: var(--vo-mono);
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.voiceover-case__cta-panel h2 {
  max-width: 940px;
  color: var(--vo-cream);
  font-size: clamp(42px, 5.3vw, 80px);
}

.voiceover-case__cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  width: 260px;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.voiceover-case__button {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 22px;
  color: var(--vo-black);
  border: 1px solid var(--vo-orange);
  background: var(--vo-orange);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .24s ease, color .24s ease, transform .24s var(--vo-ease);
}

.voiceover-case__button:hover,
.voiceover-case__button:focus-visible {
  color: var(--vo-cream);
  background: transparent;
  transform: translateY(-3px);
}

.voiceover-case__cta .voiceover-case__text-link {
  justify-content: center;
  color: var(--vo-copy-light);
}

html.brawus-v2-html body#body.brawus-v2 .voiceover-case :is(.voiceover-case__hero, .voiceover-case__mechanic, .voiceover-case__delivery, .voiceover-case__cta) :is(h1, h2, h3, h4, h5, h6) {
  color: var(--vo-cream) !important;
}

html.brawus-v2-html body#body.brawus-v2 .voiceover-case :is(.voiceover-case__challenge, .voiceover-case__journey, .voiceover-case__result) :is(h1, h2, h3, h4, h5, h6) {
  color: var(--vo-black) !important;
}

html.brawus-v2-html body#body.brawus-v2 .voiceover-case .voiceover-case__system :is(h1, h2, h3, h4, h5, h6),
html.brawus-v2-html body#body.brawus-v2 .voiceover-case .voiceover-case__system :is(h1, h2, h3, h4, h5, h6) em {
  color: var(--vo-black) !important;
}

html.brawus-v2-html body#body.brawus-v2 .voiceover-case :is(h1, h2, h3, h4, h5, h6) em {
  color: var(--vo-orange) !important;
}

html.brawus-v2-html body#body.brawus-v2 .voiceover-case :is(.voiceover-case__hero-image, .voiceover-case__overview-board, .voiceover-case__experience-board, .voiceover-case__delivery-board) img,
html.brawus-v2-html body#body.brawus-v2 .voiceover-case :is(.voiceover-case__hero-image, .voiceover-case__overview-board, .voiceover-case__experience-board, .voiceover-case__delivery-board) img.ed-real-media,
html.brawus-v2-html body#body.brawus-v2 .voiceover-case :is(.voiceover-case__hero-image, .voiceover-case__overview-board, .voiceover-case__experience-board, .voiceover-case__delivery-board):hover img.ed-real-media {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  object-fit: contain !important;
  object-position: center !important;
}

html.brawus-v2-html body#body.brawus-v2 .voiceover-case :is(.voiceover-case__hero-board, .voiceover-case__overview-board, .voiceover-case__delivery-board) figcaption strong {
  color: var(--vo-cream) !important;
}

html.brawus-v2-html body#body.brawus-v2 .voiceover-case .voiceover-case__experience-board figcaption strong {
  color: var(--vo-black) !important;
}

body.brawus-v2[data-route="/Voice-Over"] :is(#callback-fab, .scroll-top) {
  display: none !important;
}

@media (max-width: 1100px) {
  .voiceover-case__hero-copy,
  .voiceover-case__mechanic-head,
  .voiceover-case__journey-grid,
  .voiceover-case__system-grid,
  .voiceover-case__delivery-grid,
  .voiceover-case__result-inner,
  .voiceover-case__cta-panel {
    grid-template-columns: 1fr;
  }

  .voiceover-case__hero-copy {
    gap: 44px;
  }

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

  .voiceover-case__mechanic-head,
  .voiceover-case__journey-grid,
  .voiceover-case__delivery-grid {
    gap: 54px;
  }

  .voiceover-case__system-card {
    width: min(650px, 100%);
    min-height: 520px;
  }

  .voiceover-case__result-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .voiceover-case__result-metrics > div + div {
    padding-left: 26px;
    border-left: 1px solid var(--vo-line-light);
  }

  .voiceover-case__cta-actions {
    width: min(360px, 100%);
  }
}

@media (max-width: 820px) {
  .voiceover-case__shell {
    width: min(720px, calc(100% - 40px));
  }

  .voiceover-case__hero {
    padding-top: 124px;
  }

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

  .voiceover-case__topline > p {
    display: none;
  }

  .voiceover-case__wordmark {
    margin-bottom: 2px;
  }

  .voiceover-case__hero-copy h1 {
    font-size: clamp(58px, 14.3vw, 108px);
  }

  .voiceover-case__hero-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .voiceover-case__hero-metrics > div {
    min-height: 148px;
    border-bottom: 1px solid var(--vo-line-dark);
  }

  .voiceover-case__hero-metrics > div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .voiceover-case__hero-metrics > div:nth-child(3),
  .voiceover-case__hero-metrics > div:nth-child(4) {
    border-bottom: 0;
  }

  .voiceover-case__challenge-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .voiceover-case__challenge-copy {
    padding-top: 30px;
  }

  .voiceover-case__mechanic-list {
    grid-template-columns: 1fr;
  }

  .voiceover-case__mechanic-list > li {
    min-height: 310px;
  }

  .voiceover-case__mechanic-list > li + li {
    border-top: 1px solid var(--vo-line-dark);
    border-left: 0;
  }

  .voiceover-case__mini-wave,
  .voiceover-case__target,
  .voiceover-case__play {
    margin: 38px 0 28px;
  }

  .voiceover-case__journey-list li {
    grid-template-columns: 38px minmax(0, 1fr);
  }

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

  .voiceover-case__system-grid {
    gap: 60px;
  }

  .voiceover-case__result-metrics {
    grid-template-columns: 1fr;
  }

  .voiceover-case__result-metrics > div + div {
    padding-left: 0;
    border-left: 0;
  }

  .voiceover-case__cta-panel {
    padding: 44px 30px;
  }
}

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

  .voiceover-case__hero {
    padding: 110px 0 74px;
    background-size: 70px 100%, auto;
  }

  .voiceover-case__topline {
    margin-bottom: 46px;
  }

  .voiceover-case__back,
  .voiceover-case__hero-note a,
  .voiceover-case__text-link {
    font-size: 9px;
  }

  .voiceover-case__wordmark {
    grid-column: 1;
    font-size: 14px;
  }

  .voiceover-case__wordmark span {
    width: 29px;
  }

  .voiceover-case__hero-copy h1 {
    font-size: clamp(48px, 15.7vw, 78px);
    line-height: .87;
  }

  .voiceover-case__hero-note {
    padding-top: 24px;
  }

  .voiceover-case__hero-board {
    margin-top: 54px;
  }

  .voiceover-case :is(.voiceover-case__hero-board, .voiceover-case__overview-board, .voiceover-case__experience-board, .voiceover-case__delivery-board) figcaption {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 14px;
  }

  .voiceover-case :is(.voiceover-case__hero-board, .voiceover-case__overview-board, .voiceover-case__experience-board, .voiceover-case__delivery-board) figcaption strong {
    justify-self: start;
    text-align: left;
  }

  .voiceover-case__hero-metrics > div {
    min-height: 130px;
    padding: 22px 16px 18px 0;
  }

  .voiceover-case__hero-metrics > div + div {
    padding-left: 16px;
  }

  .voiceover-case__hero-metrics dt {
    margin-bottom: 14px;
    font-size: 46px;
  }

  .voiceover-case__hero-metrics dd {
    font-size: 8px;
  }

  .voiceover-case__chapter-head h2,
  .voiceover-case__mechanic-head h2,
  .voiceover-case__system-copy h2,
  .voiceover-case__result-copy h2,
  .voiceover-case__cta-panel h2 {
    font-size: clamp(38px, 11.8vw, 60px);
    line-height: .98;
  }

  .voiceover-case__challenge,
  .voiceover-case__mechanic,
  .voiceover-case__journey,
  .voiceover-case__system,
  .voiceover-case__delivery,
  .voiceover-case__result {
    padding-block: 86px;
  }

  .voiceover-case__challenge-copy p,
  .voiceover-case__mechanic-head > p,
  .voiceover-case__journey .voiceover-case__chapter-head > p:last-child,
  .voiceover-case__system-copy > p:not(.voiceover-case__eyebrow),
  .voiceover-case__result-copy > p:last-child {
    font-size: 16px;
  }

  .voiceover-case__signal {
    height: 90px;
    padding-inline: 4px;
  }

  .voiceover-case__mechanic-list > li {
    min-height: 295px;
    padding-inline: 22px;
  }

  .voiceover-case__journey-list li,
  .voiceover-case__delivery-list li {
    gap: 12px;
  }

  .voiceover-case__system-copy dl {
    grid-template-columns: 1fr;
  }

  .voiceover-case__system-copy dl > div:nth-child(2n) {
    padding-left: 0;
    border-left: 0;
  }

  .voiceover-case__system-card {
    min-height: 450px;
    padding: 28px 22px;
  }

  .voiceover-case__system-wave {
    height: 170px;
    gap: 6px;
  }

  .voiceover-case__system-wave i {
    width: 5px;
  }

  .voiceover-case__system-card button {
    width: 76px;
    height: 76px;
    margin-top: 48px;
  }

  .voiceover-case__result-copy > p:last-child {
    margin-top: 28px;
  }

  .voiceover-case__cta {
    padding-block: 68px;
  }

  .voiceover-case__cta-panel {
    width: calc(100% - 28px);
    padding: 38px 22px;
  }

  .voiceover-case__cta-index {
    top: 18px;
    right: 18px;
  }
}

@media (max-width: 350px) {
  .voiceover-case__hero-copy h1 {
    font-size: 47px;
  }

  .voiceover-case__hero-metrics dt {
    font-size: 40px;
  }

  .voiceover-case__mechanic-list > li {
    padding-inline: 18px;
  }

  .voiceover-case__system-wave {
    gap: 4px;
  }
}

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

html.brawus-v2-html body#body.brawus-v2 .voiceover-case .voiceover-case__wordmark-icon {
  display: block;
  width: 40px !important;
  max-width: none !important;
  height: 40px !important;
  flex: 0 0 40px;
  border: 1px solid rgba(254, 88, 1, .28);
  border-radius: 13px;
  box-shadow: 0 11px 30px rgba(254, 88, 1, .2);
  object-fit: cover !important;
}

@media (max-width: 520px) {
  html.brawus-v2-html body#body.brawus-v2 .voiceover-case .voiceover-case__wordmark-icon {
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px;
    border-radius: 11px;
  }
}
