.case-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  height: 52px;
  padding: 0 var(--px);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--ink);
  transform: translateY(-101%);
}

.js.no-motion .case-bar,
.js.native-scroll .case-bar {
  position: sticky;
  top: var(--header-h);
  transform: none;
  transition: top .32s cubic-bezier(.19, 1, .22, 1);
}

.js.native-scroll.head-up .case-bar {
  top: 0;
}

.case-bar[hidden] {
  display: none;
}

.case-bar-id {
  display: flex;
  align-items: baseline;
  gap: 14px;
  min-width: 0;
}

.case-bar-name {
  font-size: 13px;
  font-weight: 900;
  font-stretch: 125%;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case-bar-client {
  font-size: 11px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #747474;
  white-space: nowrap;
}

.case-bar-back {
  flex: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink);
  white-space: nowrap;
  text-decoration: none;
}

.case-hero {
  position: relative;
  min-height: var(--fold);
  overflow: hidden;
  background: #0a0a0a;
  border-bottom: 1px solid var(--ink);
}

.case-hero-grad,
.case-hero-tex,
.case-hero-img {
  position: absolute;
  inset: 0;
}

.case-hero-tex {
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 24px);
}

.case-hero-img picture {
  position: absolute;
  inset: 0;
}

.case-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.case-hero-stage {
  position: relative;
  z-index: 1;
  min-height: var(--fold);
  display: flex;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 24px) #0a0a0a;
}

.case-hero-rule {
  width: 26px;
  height: 2px;
  background: #e8b23a;
}

.case-hero-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.case-hero-copy {
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 3.5vh, 34px);
}

.case-hero-gold {
  color: #e8b23a;
}

.case-hero-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
}

.case-hero-tag-dot {
  flex: none;
  width: 5px;
  height: 5px;
  background: #e8b23a;
}

.case-hero-shots {
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.5vw, 34px);
  padding: 13vh 6vw 15vh;
}

.case-hero-shot {
  position: relative;
  height: 72vh;
  aspect-ratio: 9 / 18.6;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  background: #1b4a86;
}

.case-hero-shot picture {
  position: absolute;
  inset: 0;
}

.case-hero-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.mic-hero {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(44px, 7vw, 120px);
  padding: 10vh 7vw 14vh;
}

.mic-fig {
  flex: none;
  width: clamp(240px, 30vh, 340px);
}

.mic-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.mic-pulse {
  transform-box: fill-box;
  transform-origin: center;
}

.mic-aud {
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
}

.mic-glow,
.mic-rec {
  opacity: 0;
}

.mic-status {
  position: relative;
  height: 18px;
  margin-top: 26px;
}

.mic-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.mic-label-2,
.mic-label-3,
.mic-label-4 {
  opacity: 0;
}

.mic-label-dot {
  width: 6px;
  height: 6px;
  background: #e8b23a;
}

.mic-label-txt {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .75);
}

.mic-copy {
  max-width: 560px;
}

.mic-title {
  font-size: clamp(30px, 3.6vw, 52px);
  font-weight: 900;
  font-stretch: 120%;
  letter-spacing: .02em;
  line-height: 1.02;
  text-transform: uppercase;
  color: #ffffff;
}

.mic-quote {
  min-height: 4.6em;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.55;
  color: rgba(255, 255, 255, .85);
}

.mic-tr {
  display: inline-block;
}

.mic-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mic-item {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 13px 16px;
}

.mic-item-check {
  flex: none;
  width: 16px;
  height: 16px;
  background: #e8b23a;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 900;
  color: #0a0a0a;
  line-height: 1;
}

.mic-item-name {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #ffffff;
}

.mic-item-qty {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  color: #e8b23a;
  white-space: nowrap;
}

.sl-hero,
.cms-hero,
.eco-hero {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(36px, 4.5vw, 72px);
  padding: 9vh 6vw 13vh;
}

.eco-copy {
  width: 100%;
  max-width: 700px;
}

.eco-fig {
  width: 100%;
  max-width: 720px;
}


.wsh-hero {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(44px, 6vw, 100px);
  padding: 10vh 6vw 14vh;
}

.sl-copy,
.cms-copy,
.wsh-copy {
  max-width: 480px;
}

.sl-title,
.cms-title,
.wsh-title,
.eco-title {
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 900;
  font-stretch: 120%;
  letter-spacing: .02em;
  line-height: 1.04;
  text-transform: uppercase;
  color: #ffffff;
}

.sl-fig,
.cms-fig,
.wsh-fig {
  width: 100%;
  max-width: 640px;
}

.sl-fig svg,
.cms-fig svg,
.wsh-fig svg,
.eco-fig svg {
  display: block;
  width: 100%;
  height: auto;
}

.sl-u2,
.sl-rl {
  opacity: 0;
}

.wsh-mk,
.wsh-halo,
.wsh-click {
  transform-box: fill-box;
  transform-origin: center;
}

.wsh-halo,
.wsh-click {
  opacity: 0;
}

.wsh-cursor {
  transform: translate(335px, 320px);
}

.sl-chk-1,
.sl-chk-2,
.sl-chk-3 {
  transform-box: fill-box;
  transform-origin: center;
}

.txt-hero {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(26px, 4.5vh, 42px);
  padding: 12vh 7vw 15vh;
}

.txt-lines {
  display: flex;
  flex-direction: column;
}

.txt-line-clip {
  overflow: hidden;
  padding-bottom: .06em;
}

.txt-line {
  font-size: clamp(36px, 5.4vw, 86px);
  font-weight: 900;
  font-stretch: 120%;
  letter-spacing: .01em;
  line-height: 1.04;
  text-transform: uppercase;
}

.txt-seal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
}

.txt-seal-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.txt-seal-txt {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
}

.fly-hero {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vh, 30px);
  padding: 12vh 5vw 13vh;
}

.fly-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.fly-title {
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 900;
  font-stretch: 120%;
  letter-spacing: .06em;
  line-height: 1.15;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.fly-svg {
  width: min(1020px, 100%);
  flex: 1 1 auto;
  min-height: 0;
}

.fly-note {
  transform-box: fill-box;
}

.fly-note-2,
.fly-note-3,
.fly-note-4,
.fly-note-5,
.fly-box-2,
.fly-box-3,
.fly-box-4,
.fly-box-5 {
  opacity: 0;
}

.eleva-hero {
  --ev-line: rgba(255, 255, 255, .34);
  --ev-soft: rgba(255, 255, 255, .2);
  --ev-fill: rgba(255, 255, 255, .07);
  --ev-fill-2: rgba(255, 255, 255, .12);
  --ev-mute: rgba(255, 255, 255, .64);
  --ev-faint: rgba(255, 255, 255, .44);
  --ev-gold: rgba(232, 178, 58, .85);
  --ev-gold-soft: rgba(232, 178, 58, .45);
  --ev-gold-wash: rgba(232, 178, 58, .14);
  --ev-cycle: 20s;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3.4vh, 34px);
  padding: clamp(64px, 8vh, 92px) 5vw clamp(84px, 10vh, 108px);
}

.eleva-head,
.eleva-app,
.eleva-note {
  width: min(1320px, 100%);
}

.eleva-head {
  gap: 12px;
}

.eleva-title {
  max-width: 26ch;
  font-size: clamp(25px, 3vw, 44px);
  font-weight: 900;
  font-stretch: 120%;
  letter-spacing: .01em;
  line-height: 1.04;
  text-transform: uppercase;
  color: #ffffff;
}

.eleva-app {
  border: 1px solid var(--ev-line);
  background: #0a0a0a;
}

.eleva-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--ev-soft);
  background: var(--ev-fill);
}

.eleva-mark {
  flex: none;
  width: 16px;
  height: 16px;
  background: #e8b23a;
}

.eleva-name {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #ffffff;
}

.eleva-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border: 1px solid var(--ev-soft);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ev-mute);
}

.eleva-pill::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid #e8b23a;
  opacity: 0;
}

.eleva-pill i {
  flex: none;
  width: 9px;
  height: 9px;
  background: #e8b23a;
  font-style: normal;
}

.eleva-portal {
  margin-left: auto;
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ev-faint);
}

.eleva-user {
  padding: 5px 10px;
  border: 1px solid var(--ev-soft);
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ev-mute);
}

.eleva-body {
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr) 272px;
}

.eleva-rail {
  padding: 20px 16px 22px;
  border-right: 1px solid var(--ev-soft);
}

.eleva-label {
  margin: 0 0 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ev-faint);
}

.eleva-rail-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eleva-rail-item {
  padding: 6px 10px;
  border: 1px solid transparent;
  font-size: 12.5px;
  color: var(--ev-mute);
}

.eleva-rail-item.is-on {
  border-color: #e8b23a;
  color: #e8b23a;
}

.eleva-rail-note {
  margin: 20px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--ev-soft);
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--ev-faint);
}

.eleva-main {
  padding: 20px 20px 24px;
}

.eleva-main-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 18px;
}

.eleva-main-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #ffffff;
}

.eleva-main-meta {
  margin: 0;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ev-faint);
}

.eleva-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.eleva-tile {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.eleva-tile-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--ev-soft);
  background: var(--ev-fill);
}

.eleva-tile-thumb::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 18px;
  margin: -9px 0 0 -6px;
  background: var(--ev-line);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.eleva-tile.is-live .eleva-tile-thumb {
  border-color: var(--ev-gold-soft);
  background: var(--ev-gold-wash);
}

.eleva-tile.is-live .eleva-tile-thumb::after {
  background: #e8b23a;
}

.eleva-tile-time {
  position: absolute;
  right: 6px;
  bottom: 6px;
  padding: 2px 5px;
  background: #0a0a0a;
  font-size: 9.5px;
  letter-spacing: .1em;
  color: var(--ev-mute);
}

.eleva-tile-new {
  position: absolute;
  left: 6px;
  top: 6px;
  padding: 2px 6px;
  background: #e8b23a;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #0a0a0a;
}

.eleva-tile-add {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--ev-gold-soft);
  background: #0a0a0a;
  opacity: .55;
}

.eleva-tile-add::before,
.eleva-tile-add::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #e8b23a;
}

.eleva-tile-add::before {
  width: 9px;
  height: 1px;
  margin: -1px 0 0 -4.5px;
}

.eleva-tile-add::after {
  width: 1px;
  height: 9px;
  margin: -4.5px 0 0 -1px;
}

.eleva-tile-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--ev-fill-2);
}

.eleva-tile-bar i {
  display: block;
  height: 3px;
  background: #e8b23a;
  transform: scaleX(.42);
  transform-origin: left center;
}

.eleva-tile-name {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.35;
  color: #ffffff;
}

.eleva-tile-by {
  margin: 0;
  font-size: 10.5px;
  letter-spacing: .08em;
  color: var(--ev-faint);
}

.eleva-panel {
  padding: 20px 18px 22px;
  border-left: 1px solid var(--ev-soft);
  background: var(--ev-fill);
}

.eleva-panel-title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.eleva-panel-meta {
  margin: 0 0 16px;
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ev-faint);
}

.eleva-q {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--ev-soft);
  list-style: none;
}

.eleva-q-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eleva-q-thumb {
  position: relative;
  flex: none;
  width: 36px;
  height: 22px;
  border: 1px solid var(--ev-gold-soft);
  background: var(--ev-gold-wash);
}

.eleva-q-thumb::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 10px;
  margin: -5px 0 0 -3px;
  background: #e8b23a;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.eleva-q-name {
  flex: 1 1 auto;
  font-size: 12px;
  line-height: 1.3;
  color: var(--ev-mute);
}

.eleva-q-time {
  flex: none;
  font-size: 10px;
  letter-spacing: .1em;
  color: var(--ev-faint);
}

.eleva-share {
  padding: 18px 0 0;
}

.eleva-share-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eleva-chip {
  padding: 4px 8px;
  border: 1px solid var(--ev-soft);
  font-size: 10.5px;
  letter-spacing: .08em;
  color: var(--ev-mute);
}

.eleva-chip.is-back {
  border-color: var(--ev-gold-soft);
  color: var(--ev-gold);
}

.eleva-panel-note {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--ev-soft);
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--ev-faint);
}

.eleva-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--ev-soft);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ev-faint);
}

.eleva-note b {
  font-weight: 600;
  color: var(--ev-gold);
}

@media (max-width: 1039px) {
  .eleva-body {
    grid-template-columns: minmax(0, 1fr) 250px;
  }

  .eleva-rail {
    grid-column: 1 / -1;
    padding: 16px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--ev-soft);
  }

  .eleva-rail-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .eleva-rail-note {
    margin-top: 14px;
    padding-top: 12px;
  }

  .eleva-tiles {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
}

@media (max-width: 719px) {
  .eleva-body {
    grid-template-columns: minmax(0, 1fr);
  }

  .eleva-panel {
    border-left: 0;
    border-top: 1px solid var(--ev-soft);
  }

  .eleva-portal {
    margin-left: 0;
    width: 100%;
  }
}

.case-scroll-chip {
  position: absolute;
  left: var(--px);
  bottom: 26px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #ffffff;
  border: 1px solid var(--ink);
  padding: 9px 14px;
}

.case-scroll-chip-dot {
  width: 6px;
  height: 6px;
  background: var(--accent);
}

.case-scroll-chip-txt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: normal;
  text-transform: uppercase;
}

.case-lede {
  padding: clamp(36px, 6vh, 52px) var(--px) 0;
}

.case-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3em;
  line-height: normal;
  text-transform: uppercase;
  font-stretch: 75%;
  color: var(--gold-text);
}

.case-title-clip {
  margin-top: 14px;
  padding-bottom: .05em;
}

.case-title {
  margin: 0;
  font-weight: 900;
  font-stretch: 125%;
  font-size: clamp(38px, 6vw, 72px);
  letter-spacing: -.02em;
  line-height: .95;
  text-transform: uppercase;
}

.case-title-dot {
  color: var(--accent);
}

.case-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: clamp(28px, 4.5vh, 44px);
  border-top: 1px solid var(--ink);
}

.case-meta-cell {
  padding: 16px 0;
}

.case-meta-cell:nth-child(even) {
  padding-left: 20px;
  border-left: 1px solid var(--ink);
}

.case-meta-k {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: normal;
  text-transform: uppercase;
  color: #747474;
}

.case-meta-v {
  margin-top: 6px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: normal;
}

.case-body {
  padding: clamp(32px, 5vh, 48px) var(--px) clamp(60px, 8vh, 90px);
}

.case-desc {
  margin: 0;
  font-size: clamp(17px, 1.7vw, 19px);
  line-height: 1.65;
  max-width: 720px;
  color: #222;
}

.case-sec {
  margin-top: clamp(36px, 6vh, 54px);
}

.case-sec-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding-top: 22px;
  border-top: 1px solid #e2e2e2;
}

.case-sec-h {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: normal;
  text-transform: uppercase;
  font-stretch: 75%;
  color: var(--gold-text);
}

.case-sec-p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.7;
  max-width: 640px;
  color: #333;
}

.case-sec-prose {
  display: grid;
  gap: 16px;
}

.case-sec-prose .case-sec-p {
  margin: 0;
}

.case-sec-prose .case-stmt,
.case-sec-prose .case-bullets {
  grid-column: auto;
}

.case-sec-prose .case-links {
  margin: 0;
  justify-self: start;
}

.case-sec-lead {
  font-weight: 700;
  color: var(--ink);
}

.case-list-wrap {
  max-width: 1004px;
  margin: 26px auto 0;
}

.case-stmt {
  margin: 4px 0 0;
  padding-left: 20px;
  border-left: 2px solid var(--accent);
  max-width: 640px;
  font-size: 17px;
  line-height: 1.55;
  font-style: italic;
  color: #2a2a2a;
}

.case-bullets {
  margin: 4px 0 0;
  padding-left: 18px;
  max-width: 640px;
  display: grid;
  gap: 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
}

.case-list {
  margin: 26px 0 0;
  display: grid;
  gap: 14px;
  max-width: 820px;
}

.case-list-row {
  display: grid;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid #ededed;
}

.case-list-k {
  font-size: 12px;
  font-weight: 800;
  font-stretch: 75%;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink);
}

.case-list-v {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #4a4a4a;
}

@media (min-width: 720px) {
  .case-list-row {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
  }}

.case-aside-mic {
  width: min(380px, 100%);
  margin-top: 26px;
}

.case-aside-mic-frame {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: #ffffff;
}

.case-aside-mic-frame svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.case-aside {
  width: min(250px, 100%);
}

.case-aside-frame {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: #ffffff;
}

.case-aside-frame picture {
  position: absolute;
  inset: 0;
}

.case-aside-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.case-cap {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 11px;
}

.case-cap-dash {
  flex: none;
  width: 18px;
  height: 2px;
  background: var(--accent);
  transform: translateY(-3px);
}

.case-cap span:last-child {
  font-size: 12px;
  font-weight: 600;
  font-stretch: 80%;
  letter-spacing: .14em;
  line-height: 1.45;
  text-transform: uppercase;
  color: #747474;
}

.case-hero .case-cap span:last-child,
.case-dark .case-cap span:last-child {
  color: #888;
}

.case-cap.sm span:last-child {
  font-size: 11px;
}

.case-cap.center {
  justify-content: center;
}

.case-shot-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: var(--col);
}

.case-fig .case-cap {
  max-width: var(--fw, 100%);
  margin-inline: auto;
}

.case-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  max-width: var(--fw, 100%);
  margin: 12px auto 0;
}

.case-shots ~ .case-links {
  justify-content: center;
}

.case-link {
  font-size: 12px;
  font-weight: 700;
  font-stretch: 80%;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-text);
  text-decoration: none;
  border-bottom: 1px solid var(--gold-text);
  padding-bottom: 2px;
}

.case-dark .case-link {
  color: #e8b23a;
  border-bottom-color: rgba(232, 178, 58, .5);
}

.case-fig {
  margin-top: 26px;
}

.case-vid-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: #0a0a0a;
}

.case-vid-frame.portrait {
  max-width: 290px;
  margin-inline: auto;
}

.case-vid-frame.portrait + .case-cap {
  flex-direction: column;
  align-items: center;
  gap: 9px;
  text-align: center;
}

.case-vid-frame.portrait + .case-cap .case-cap-dash {
  transform: none;
}

.case-vid-frame.portrait + .case-cap span:not(.case-cap-dash) {
  min-width: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}
.case-vid-frame video {
  display: block;
  width: 100%;
  height: auto;
}

.case-shots {
  display: grid;
  gap: 18px;
  align-items: start;
  justify-items: center;
  grid-template-columns: repeat(var(--n), minmax(0, 1fr));
  max-width: calc(var(--n) * (var(--col) + 2px) + (var(--n) - 1) * 18px);
}

@media (max-width: 719px) {
  .case-shots {
    grid-template-columns: 1fr;
    max-width: var(--col);
  }}

.case-shot {
  max-width: 100%;
  border: 1px solid var(--line-light);
}

.case-shot picture {
  display: block;
}

.case-shot img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.case-img-frame {
  margin: 0 auto;
  border: 1px solid var(--ink);
  background: #0a0a0a;
}

.case-img-frame.on-paper,
.case-hero-img.on-paper {
  background: #ffffff;
}

.case-img-frame picture {
  display: block;
}

.case-img-frame img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.case-img-frame img:not([width]),
.case-shot img:not([width]) {
  width: 100%;
  aspect-ratio: 21 / 10;
  object-fit: contain;
}

.case-dg {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 24px) #0a0a0a;
  padding: clamp(18px, 3vw, 36px);
}

.case-dg svg {
  display: block;
  width: 100%;
  height: auto;
}

.dgv-bar {
  transform-box: fill-box;
  transform-origin: center;
}

.dgv-s2,
.dgv-s3,
.dgv-s4 {
  transform-box: fill-box;
}

.dgt-tok {
  transform-box: fill-box;
  transform-origin: left;
}

.dgm-chk {
  transform-box: fill-box;
  transform-origin: center;
}

.dgk-b {
  opacity: 0;
}

.case-nostory {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 28px;
}

.case-nostory-cell {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--ink);
}

.case-mobiles {
  margin-top: clamp(36px, 6vh, 54px);
}

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

.case-mobile {
  position: relative;
  aspect-ratio: 9 / 17;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: #0a0a0a;
}

.case-mobile picture {
  position: absolute;
  inset: 0;
}

.case-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.case-result {
  margin: clamp(32px, 5vh, 44px) 0 0;
  padding-top: 22px;
  border-top: 1px solid #e2e2e2;
  font-size: 16px;
  line-height: 1.7;
  max-width: 640px;
  color: #444;
}

.case-quote {
  margin-top: clamp(36px, 6vh, 54px);
  border: 1px solid var(--ink);
  padding: clamp(26px, 4vw, 42px);
  max-width: 860px;
}

.case-quote-mark {
  font-weight: 900;
  font-stretch: 125%;
  font-size: 64px;
  line-height: .6;
  color: var(--accent);
}

.case-quote-p {
  margin: 18px 0 0;
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.6;
  color: #222;
}

.case-quote-who {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  border-top: 1px solid #e2e2e2;
  padding-top: 18px;
}

.case-quote-avatar {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--ink);
  background-color: #ececec;
  background-size: cover;
  background-position: 50% 30%;
}

.case-quote-name {
  display: block;
  font-weight: 800;
  font-stretch: 110%;
  font-size: 13.5px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.case-quote-role {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #777;
}

.case-nav {
  display: flex;
  justify-content: space-between;
  padding: 22px var(--px);
  border-top: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: normal;
  text-transform: uppercase;
}

.case-nav-link {
  color: var(--ink);
  text-decoration: none;
}

@media (min-width: 720px) {
  .case-hero {
    height: var(--fold);
  }

  .mic-hero,
  .sl-hero,
  .cms-hero,
  .wsh-hero {
    flex-direction: row;
  }

  .sl-fig,
  .cms-fig,
  .wsh-fig {
    flex: none;
    width: min(640px, 46vw);
    max-width: none;
  }

  .case-meta {
    grid-template-columns: repeat(4, 1fr);
  }

  .case-meta-cell:not(:first-child) {
    padding-left: 20px;
    border-left: 1px solid var(--ink);
  }

  .case-sec-head {
    grid-template-columns: 220px minmax(0, 1fr) auto;
    gap: 24px;
  }

  .case-stmt,
  .case-bullets {
    grid-column: 2;
  }

  .case-sec-prose {
    grid-column: 2;
  }

  .case-aside-mic {
    grid-column: 2;
    width: clamp(300px, 26vw, 380px);
  }

  .case-aside {
    width: 250px;
  }}

@media (prefers-reduced-motion: no-preference) {

  .eco-d1,
  .eco-d2,
  .eco-d3,
  .eco-frame,
  .eco-scan,
  .eco-flow,
  .eco-f1,
  .eco-f2,
  .eco-f3,
  .eco-out {
    opacity: 0;
  }

  .eco-frame,
  .eco-f1,
  .eco-f2,
  .eco-f3 {
    transform-box: fill-box;
    transform-origin: center;
  }

  .eco-d1 {
    animation: ecodig 11s var(--ease) infinite;
  }

  .eco-d2 {
    animation: ecodig 11s var(--ease) .28s infinite;
  }

  .eco-d3 {
    animation: ecodig 11s var(--ease) .56s infinite;
  }

  .eco-frame {
    animation: ecoframe 11s var(--ease) infinite;
  }

  .eco-scan {
    animation: ecoscan 11s var(--ease) infinite;
  }

  .eco-flow {
    animation: ecoflow 11s var(--ease) infinite;
  }

  .eco-f1 {
    animation: ecofield 11s var(--ease) infinite;
  }

  .eco-f2 {
    animation: ecofield 11s var(--ease) .5s infinite;
  }

  .eco-f3 {
    animation: ecofield 11s var(--ease) 1s infinite;
  }

  .eco-out {
    animation: ecoout 11s var(--ease) infinite;
  }

  @keyframes ecodig {
    0%, 3% { opacity: 0; }
    8%, 92% { opacity: 1; }
    97%, 100% { opacity: 0; }
  }

  @keyframes ecoframe {
    0%, 11% { opacity: 0; transform: scale(1.18); }
    17%, 34% { opacity: 1; transform: scale(1); }
    42%, 100% { opacity: 0; transform: scale(1); }
  }

  @keyframes ecoscan {
    0%, 18% { opacity: 0; transform: translateY(0); }
    21% { opacity: .9; transform: translateY(0); animation-timing-function: linear; }
    31% { opacity: .9; transform: translateY(224px); }
    35%, 100% { opacity: 0; transform: translateY(224px); }
  }

  @keyframes ecoflow {
    0%, 32% { opacity: 0; }
    38%, 92% { opacity: 1; }
    97%, 100% { opacity: 0; }
  }

  @keyframes ecofield {
    0%, 34% { opacity: 0; transform: translateX(14px); }
    41%, 92% { opacity: 1; transform: translateX(0); }
    97%, 100% { opacity: 0; transform: translateX(0); }
  }

  @keyframes ecoout {
    0%, 52% { opacity: 0; transform: translateY(14px); }
    60%, 92% { opacity: 1; transform: translateY(0); }
    97%, 100% { opacity: 0; transform: translateY(0); }
  }
  @keyframes mbase {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
  }

  @keyframes aud1 {
    0%, 12.4% { transform: scale(1); opacity: 0; }
    12.5% { transform: scale(1); opacity: .3; }
    15% { transform: scale(1.3); opacity: .45; }
    18% { transform: scale(1.12); opacity: .36; }
    21% { transform: scale(1.45); opacity: .525; }
    24% { transform: scale(1.06); opacity: .33; }
    28% { transform: scale(1.57); opacity: .585; }
    32% { transform: scale(1.18); opacity: .39; }
    36% { transform: scale(1.36); opacity: .48; }
    40% { transform: scale(1.09); opacity: .345; }
    44% { transform: scale(1.51); opacity: .555; }
    48% { transform: scale(1.15); opacity: .375; }
    52% { transform: scale(1.42); opacity: .51; }
    56% { transform: scale(1.21); opacity: .405; }
    60% { transform: scale(1.3); opacity: .45; }
    64% { transform: scale(1.03); opacity: .315; }
    66.7%, 100% { transform: scale(1); opacity: .3; }
  }

  @keyframes aud2 {
    0%, 12.4% { transform: scale(1); opacity: 0; }
    12.5% { transform: scale(1); opacity: .15; }
    15% { transform: scale(1.6); opacity: .275; }
    18% { transform: scale(1.24); opacity: .2; }
    21% { transform: scale(1.9); opacity: .3375; }
    24% { transform: scale(1.12); opacity: .175; }
    28% { transform: scale(2.14); opacity: .3875; }
    32% { transform: scale(1.36); opacity: .225; }
    36% { transform: scale(1.72); opacity: .3; }
    40% { transform: scale(1.18); opacity: .1875; }
    44% { transform: scale(2.02); opacity: .3625; }
    48% { transform: scale(1.3); opacity: .2125; }
    52% { transform: scale(1.84); opacity: .325; }
    56% { transform: scale(1.42); opacity: .2375; }
    60% { transform: scale(1.6); opacity: .275; }
    64% { transform: scale(1.06); opacity: .1625; }
    66.7%, 100% { transform: scale(1); opacity: .15; }
  }

  @keyframes aud3 {
    0%, 12.4% { transform: scale(1); opacity: 0; }
    12.5% { transform: scale(1); opacity: .05; }
    15% { transform: scale(1.9); opacity: .125; }
    18% { transform: scale(1.36); opacity: .08; }
    21% { transform: scale(2.35); opacity: .1625; }
    24% { transform: scale(1.18); opacity: .065; }
    28% { transform: scale(2.71); opacity: .1925; }
    32% { transform: scale(1.54); opacity: .095; }
    36% { transform: scale(2.08); opacity: .14; }
    40% { transform: scale(1.27); opacity: .0725; }
    44% { transform: scale(2.53); opacity: .1775; }
    48% { transform: scale(1.45); opacity: .0875; }
    52% { transform: scale(2.26); opacity: .155; }
    56% { transform: scale(1.63); opacity: .1025; }
    60% { transform: scale(1.9); opacity: .125; }
    64% { transform: scale(1.09); opacity: .0575; }
    66.7%, 100% { transform: scale(1); opacity: .05; }
  }

  @keyframes mfill {
    0%, 12.4% { fill: #ffffff; }
    12.5%, 66.7% { fill: #96896a; }
    66.8%, 100% { fill: #ffffff; }
  }

  @keyframes mstroke {
    0%, 12.4% { stroke: #96896a; }
    12.5%, 66.7% { stroke: rgba(150, 137, 106, 0); }
    66.8%, 100% { stroke: #96896a; }
  }

  @keyframes mrec {
    0%, 12.4% { opacity: 0; }
    12.5%, 66.7% { opacity: 1; }
    66.8%, 100% { opacity: 0; }
  }

  @keyframes midle {
    0%, 12.4% { opacity: 1; }
    12.5%, 66.7% { opacity: 0; }
    66.8%, 100% { opacity: 1; }
  }

  @keyframes mlbl1 {
    0%, 11% { opacity: 1; }
    12.5%, 100% { opacity: 0; }
  }

  @keyframes mlbl2 {
    0%, 11.5% { opacity: 0; }
    13.5%, 65% { opacity: 1; }
    66.7%, 100% { opacity: 0; }
  }

  @keyframes mlbl3 {
    0%, 66% { opacity: 0; }
    68%, 81% { opacity: 1; }
    83%, 100% { opacity: 0; }
  }

  @keyframes mlbl4 {
    0%, 82% { opacity: 0; }
    84%, 98% { opacity: 1; }
    100% { opacity: 0; }
  }

  @keyframes mfillh {
    0%, 12.4% { fill: rgba(150, 137, 106, 0); }
    12.5%, 66.7% { fill: #96896a; }
    66.8%, 100% { fill: rgba(150, 137, 106, 0); }
  }

  @keyframes mtr1 {
    0%, 16% { opacity: 0; transform: translateY(8px); }
    20%, 79% { opacity: 1; transform: translateY(0); }
    83%, 100% { opacity: 0; transform: translateY(0); }
  }

  @keyframes mtr2 {
    0%, 32% { opacity: 0; transform: translateY(8px); }
    36%, 79% { opacity: 1; transform: translateY(0); }
    83%, 100% { opacity: 0; transform: translateY(0); }
  }

  @keyframes mtr3 {
    0%, 48% { opacity: 0; transform: translateY(8px); }
    52%, 79% { opacity: 1; transform: translateY(0); }
    83%, 100% { opacity: 0; transform: translateY(0); }
  }

  @keyframes mli1 {
    0%, 84% { opacity: 0; transform: translateY(10px); }
    87%, 98% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(10px); }
  }

  @keyframes mli2 {
    0%, 87% { opacity: 0; transform: translateY(10px); }
    90%, 98% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(10px); }
  }

  @keyframes mli3 {
    0%, 90% { opacity: 0; transform: translateY(10px); }
    93%, 98% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(10px); }
  }

  @keyframes slin1 {
    0%, 8% { opacity: 0; transform: translateY(14px); }
    13%, 93% { opacity: 1; transform: translateY(0); }
    98%, 100% { opacity: 0; transform: translateY(14px); }
  }

  @keyframes slin2 {
    0%, 13% { opacity: 0; transform: translateY(14px); }
    18%, 93% { opacity: 1; transform: translateY(0); }
    98%, 100% { opacity: 0; transform: translateY(14px); }
  }

  @keyframes slin3 {
    0%, 18% { opacity: 0; transform: translateY(14px); }
    23%, 93% { opacity: 1; transform: translateY(0); }
    98%, 100% { opacity: 0; transform: translateY(14px); }
  }

  @keyframes slmk {
    0%, 44% { opacity: 1; }
    50%, 100% { opacity: 0; }
  }

  @keyframes slrl {
    0%, 46% { opacity: 0; }
    52%, 92% { opacity: 1; }
    97%, 100% { opacity: 0; }
  }

  @keyframes slchk1 {
    0%, 58% { opacity: 0; transform: scale(.4); }
    62%, 100% { opacity: 1; transform: scale(1); }
  }

  @keyframes slchk2 {
    0%, 63% { opacity: 0; transform: scale(.4); }
    67%, 100% { opacity: 1; transform: scale(1); }
  }

  @keyframes slchk3 {
    0%, 68% { opacity: 0; transform: scale(.4); }
    72%, 100% { opacity: 1; transform: scale(1); }
  }

  @keyframes slu1 {
    0%, 30% { opacity: 1; }
    34%, 96% { opacity: 0; }
    100% { opacity: 1; }
  }

  @keyframes slu2 {
    0%, 32% { opacity: 0; }
    36%, 94% { opacity: 1; }
    98%, 100% { opacity: 0; }
  }

  @keyframes cmsf1 {
    0%, 5% { opacity: 0; transform: translateY(6px); }
    9%, 94% { opacity: 1; transform: translateY(0); }
    99%, 100% { opacity: 0; }
  }

  @keyframes cmsf2 {
    0%, 17% { opacity: 0; transform: translateY(6px); }
    21%, 94% { opacity: 1; transform: translateY(0); }
    99%, 100% { opacity: 0; }
  }

  @keyframes cmsf3 {
    0%, 29% { opacity: 0; transform: translateY(6px); }
    33%, 94% { opacity: 1; transform: translateY(0); }
    99%, 100% { opacity: 0; }
  }

  @keyframes cmse1 {
    0%, 12% { opacity: 0; }
    16%, 94% { opacity: 1; }
    99%, 100% { opacity: 0; }
  }

  @keyframes cmse2 {
    0%, 24% { opacity: 0; }
    28%, 94% { opacity: 1; }
    99%, 100% { opacity: 0; }
  }

  @keyframes cmspub {
    0%, 36% { opacity: .35; }
    40%, 46% { opacity: 1; }
    52%, 94% { opacity: .35; }
    100% { opacity: .35; }
  }

  @keyframes cmsr1 {
    0%, 46% { opacity: 0; transform: translateY(10px); }
    51%, 94% { opacity: 1; transform: translateY(0); }
    99%, 100% { opacity: 0; }
  }

  @keyframes cmsr2 {
    0%, 52% { opacity: 0; transform: translateY(10px); }
    57%, 94% { opacity: 1; transform: translateY(0); }
    99%, 100% { opacity: 0; }
  }

  @keyframes cmsr3 {
    0%, 58% { opacity: 0; transform: translateY(10px); }
    63%, 94% { opacity: 1; transform: translateY(0); }
    99%, 100% { opacity: 0; }
  }

  @keyframes cmsbdg {
    0%, 70% { opacity: 0; }
    75%, 94% { opacity: 1; }
    99%, 100% { opacity: 0; }
  }

  @keyframes evpill {
    0% { opacity: 0; }
    2%, 11% { opacity: 1; }
    17%, 100% { opacity: 0; }
  }

  @keyframes evtile {
    0%, 1% { opacity: 0; transform: translateY(12px); }
    8%, 93% { opacity: 1; transform: translateY(0); }
    99%, 100% { opacity: 0; transform: translateY(12px); }
  }

  @keyframes evadd {
    0%, 19% { opacity: .55; transform: scale(1); }
    21% { opacity: 1; transform: scale(1.4); }
    26%, 100% { opacity: .55; transform: scale(1); }
  }

  @keyframes evq {
    0%, 1% { opacity: 0; transform: translateX(18px); }
    6%, 93% { opacity: 1; transform: translateX(0); }
    99%, 100% { opacity: 0; transform: translateX(18px); }
  }

  @keyframes evchip {
    0%, 1% { opacity: 0; transform: translateY(6px); }
    5%, 93% { opacity: 1; transform: translateY(0); }
    99%, 100% { opacity: 0; transform: translateY(6px); }
  }

  @keyframes evbar {
    0% { transform: scaleX(.06); }
    100% { transform: scaleX(1); }
  }

  .eleva-pill::after {
    animation: evpill var(--ev-cycle) linear infinite;
  }

  .eleva-tile {
    animation: evtile var(--ev-cycle) var(--ease) var(--d) infinite both;
  }

  .eleva-tile-add.is-ping {
    animation: evadd var(--ev-cycle) var(--ease) var(--ad) infinite both;
  }

  .eleva-q-row {
    animation: evq var(--ev-cycle) var(--ease) var(--d) infinite both;
  }

  .eleva-chip {
    animation: evchip var(--ev-cycle) var(--ease) var(--d) infinite both;
  }

  .eleva-tile-bar i {
    animation: evbar 11s linear infinite;
  }

  @keyframes threv {
    0% { opacity: 0; transform: translateY(110%); }
    100% { opacity: 1; transform: translateY(0); }
  }

  @keyframes thfad {
    0% { opacity: 0; transform: translateY(8px); }
    100% { opacity: 1; transform: translateY(0); }
  }

  @keyframes hwdash {
    to { stroke-dashoffset: -24; }
  }

  @keyframes hwdot {
    from { offset-distance: 0%; }
    to { offset-distance: 100%; }
  }

  @keyframes hwtour {
    0%, 13% { offset-distance: 0%; }
    19%, 33% { offset-distance: 25%; }
    39%, 53% { offset-distance: 40.5%; }
    59%, 73% { offset-distance: 59.5%; }
    79%, 93% { offset-distance: 75%; }
    100% { offset-distance: 100%; }
  }

  @keyframes hwn1 {
    0%, 13% { opacity: 1; transform: translateY(0); }
    17%, 97% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
  }

  @keyframes hwn2 {
    0%, 15% { opacity: 0; transform: translateY(10px); }
    19%, 33% { opacity: 1; transform: translateY(0); }
    37%, 100% { opacity: 0; transform: translateY(10px); }
  }

  @keyframes hwn3 {
    0%, 35% { opacity: 0; transform: translateY(10px); }
    39%, 53% { opacity: 1; transform: translateY(0); }
    57%, 100% { opacity: 0; transform: translateY(10px); }
  }

  @keyframes hwn4 {
    0%, 55% { opacity: 0; transform: translateY(10px); }
    59%, 73% { opacity: 1; transform: translateY(0); }
    77%, 100% { opacity: 0; transform: translateY(10px); }
  }

  @keyframes hwn5 {
    0%, 75% { opacity: 0; transform: translateY(10px); }
    79%, 93% { opacity: 1; transform: translateY(0); }
    97%, 100% { opacity: 0; transform: translateY(10px); }
  }

  @keyframes hwb1 {
    0%, 13% { opacity: 1; }
    17%, 97% { opacity: 0; }
    100% { opacity: 1; }
  }

  @keyframes hwb2 {
    0%, 15% { opacity: 0; }
    19%, 33% { opacity: 1; }
    37%, 100% { opacity: 0; }
  }

  @keyframes hwb3 {
    0%, 35% { opacity: 0; }
    39%, 53% { opacity: 1; }
    57%, 100% { opacity: 0; }
  }

  @keyframes hwb4 {
    0%, 55% { opacity: 0; }
    59%, 73% { opacity: 1; }
    77%, 100% { opacity: 0; }
  }

  @keyframes hwb5 {
    0%, 75% { opacity: 0; }
    79%, 93% { opacity: 1; }
    97%, 100% { opacity: 0; }
  }

  @keyframes vbar {
    0%, 100% { transform: scaleY(.18); }
    50% { transform: scaleY(1); }
  }

  @keyframes vs2 {
    0%, 24% { opacity: 0; transform: translateY(8px); }
    32%, 96% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(8px); }
  }

  @keyframes vs3 {
    0%, 44% { opacity: 0; transform: translateY(8px); }
    52%, 96% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(8px); }
  }

  @keyframes vs4 {
    0%, 64% { opacity: 0; transform: translateY(8px); }
    72%, 96% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(8px); }
  }

  @keyframes ctrA {
    0%, 44% { opacity: 1; }
    50%, 100% { opacity: 0; }
  }

  @keyframes ctrB {
    0%, 46% { opacity: 0; }
    52%, 100% { opacity: 1; }
  }

  @keyframes hgcell {
    0%, 100% { opacity: .35; }
    50% { opacity: 1; }
  }

  @keyframes htok {
    0% { transform: scaleX(0); }
    70%, 100% { transform: scaleX(1); }
  }

  @keyframes hfade {
    0%, 10% { opacity: 0; }
    22%, 100% { opacity: 1; }
  }

  @keyframes hchk {
    0% { opacity: 0; transform: scale(.4); }
    6% { opacity: 1; transform: scale(1); }
    88% { opacity: 1; transform: scale(1); }
    96%, 100% { opacity: 0; transform: scale(.4); }
  }

  @keyframes hdraw {
    0% { stroke-dashoffset: 1; opacity: 1; }
    55% { stroke-dashoffset: 0; opacity: 1; }
    90% { stroke-dashoffset: 0; opacity: 1; }
    98%, 100% { stroke-dashoffset: 0; opacity: 0; }
  }

  .case-bar {
    transition: transform .7s var(--ease);
  }

  .mic-pulse {
    animation: mbase 3s cubic-bezier(.42, 0, .58, 1) infinite;
  }

  .mic-aud-1 {
    animation: aud1 12s linear infinite;
  }

  .mic-aud-2 {
    animation: aud2 12s linear infinite;
  }

  .mic-aud-3 {
    animation: aud3 12s linear infinite;
  }

  .mic-glow,
  .mic-rec {
    animation: mrec 12s linear infinite;
  }

  .mic-ring-ghost {
    animation: mfillh 12s linear infinite, mstroke 12s linear infinite;
  }

  .mic-ring-solid {
    animation: mfill 12s linear infinite, mstroke 12s linear infinite;
  }

  .mic-idle {
    animation: midle 12s linear infinite;
  }

  .mic-label-1 {
    animation: mlbl1 12s linear infinite;
  }

  .mic-label-2 {
    animation: mlbl2 12s linear infinite;
  }

  .mic-label-3 {
    animation: mlbl3 12s linear infinite;
  }

  .mic-label-4 {
    animation: mlbl4 12s linear infinite;
  }

  .mic-tr-1 {
    animation: mtr1 12s linear infinite;
  }

  .mic-tr-2 {
    animation: mtr2 12s linear infinite;
  }

  .mic-tr-3 {
    animation: mtr3 12s linear infinite;
  }

  .mic-item-1 {
    animation: mli1 12s linear infinite;
  }

  .mic-item-2 {
    animation: mli2 12s linear infinite;
  }

  .mic-item-3 {
    animation: mli3 12s linear infinite;
  }

  .sl-u1 {
    animation: slu1 12s linear infinite;
  }

  .sl-u2 {
    animation: slu2 12s linear infinite;
  }

  .sl-mk {
    animation: slmk 12s linear infinite;
  }

  .sl-rl {
    animation: slrl 12s linear infinite;
  }

  .sl-in1 {
    animation: slin1 12s linear infinite;
  }

  .sl-in2 {
    animation: slin2 12s linear infinite;
  }

  .sl-in3 {
    animation: slin3 12s linear infinite;
  }

  .sl-chk-1 {
    animation: slchk1 12s linear infinite;
  }

  .sl-chk-2 {
    animation: slchk2 12s linear infinite;
  }

  .sl-chk-3 {
    animation: slchk3 12s linear infinite;
  }

  .cms-f1 {
    animation: cmsf1 12s linear infinite;
  }

  .cms-f2 {
    animation: cmsf2 12s linear infinite;
  }

  .cms-f3 {
    animation: cmsf3 12s linear infinite;
  }

  .cms-e1 {
    animation: cmse1 12s linear infinite;
  }

  .cms-e2 {
    animation: cmse2 12s linear infinite;
  }

  .cms-pub {
    animation: cmspub 12s linear infinite;
  }

  .cms-r1 {
    animation: cmsr1 12s linear infinite;
  }

  .cms-r2 {
    animation: cmsr2 12s linear infinite;
  }

  .cms-r3 {
    animation: cmsr3 12s linear infinite;
  }

  .cms-bdg {
    animation: cmsbdg 12s linear infinite;
  }

  .txt-rule {
    animation: thfad 1s var(--ease) .1s both;
  }

  .txt-line {
    animation: threv 1.4s var(--ease) both;
  }

  .txt-seal {
    animation: thfad 1.2s var(--ease) 1.15s both;
  }

  .fly-dash-path {
    animation: hwdash 1.4s linear infinite;
  }

  .fly-tour {
    animation: hwtour 24s var(--ease) infinite;
  }

  .fly-note-1 {
    animation: hwn1 24s var(--ease) infinite;
  }

  .fly-note-2 {
    animation: hwn2 24s var(--ease) infinite;
  }

  .fly-note-3 {
    animation: hwn3 24s var(--ease) infinite;
  }

  .fly-note-4 {
    animation: hwn4 24s var(--ease) infinite;
  }

  .fly-note-5 {
    animation: hwn5 24s var(--ease) infinite;
  }

  .fly-box-1 {
    animation: hwb1 24s infinite;
  }

  .fly-box-2 {
    animation: hwb2 24s infinite;
  }

  .fly-box-3 {
    animation: hwb3 24s infinite;
  }

  .fly-box-4 {
    animation: hwb4 24s infinite;
  }

  .fly-box-5 {
    animation: hwb5 24s infinite;
  }

  .dg-dot {
    animation: hwdot var(--dur, 2.4s) linear var(--d, 0s) infinite;
  }

  .dgc-draw {
    animation: hdraw 8s var(--ease) var(--d, 0s) infinite;
  }

  .dgv-bar {
    animation: vbar 1.1s ease-in-out var(--d, 0s) infinite;
  }

  .dgv-s2 {
    animation: vs2 9s var(--ease) infinite;
  }

  .dgv-s3 {
    animation: vs3 9s var(--ease) infinite;
  }

  .dgv-s4 {
    animation: vs4 9s var(--ease) infinite;
  }

  .dgh-cell {
    animation: hgcell 3s ease-in-out var(--d, 0s) infinite;
  }

  .dgt-tok {
    animation: htok 2.4s var(--ease) var(--d, 0s) infinite;
  }

  .dgf-in {
    animation: hfade 4s var(--ease) infinite;
  }

  .dgk-a {
    animation: ctrA 8s var(--ease) infinite;
  }

  .dgk-b {
    animation: ctrB 8s var(--ease) infinite;
  }

  .dgm-chk {
    animation: hchk 9s var(--ease) var(--d, 0s) infinite;
  }

  @keyframes wshk1 {
    0%, 3% { opacity: 0; transform: scale(.3); }
    6%, 97% { opacity: 1; transform: scale(1); }
    100% { opacity: 0; }
  }

  @keyframes wshk2 {
    0%, 6% { opacity: 0; transform: scale(.3); }
    9%, 97% { opacity: 1; transform: scale(1); }
    100% { opacity: 0; }
  }

  @keyframes wshk3 {
    0%, 9% { opacity: 0; transform: scale(.3); }
    12%, 97% { opacity: 1; transform: scale(1); }
    100% { opacity: 0; }
  }

  @keyframes wshhalo {
    0% { opacity: .8; transform: scale(1); }
    75%, 100% { opacity: 0; transform: scale(2.6); }
  }

  @keyframes wshcur {
    0%, 16% { opacity: 0; transform: translate(640px, 96px); }
    20% { opacity: 1; transform: translate(640px, 96px); animation-timing-function: var(--ease); }
    31%, 82% { opacity: 1; transform: translate(335px, 320px); }
    86%, 100% { opacity: 0; transform: translate(335px, 320px); }
  }

  @keyframes wshclk {
    0%, 30% { opacity: 0; transform: scale(.4); }
    32% { opacity: 1; transform: scale(1); animation-timing-function: var(--ease); }
    42%, 100% { opacity: 0; transform: scale(2.6); }
  }

  @keyframes wshmod {
    0%, 33% { opacity: 0; transform: translateY(12px); animation-timing-function: var(--ease); }
    38%, 82% { opacity: 1; transform: translateY(0); }
    86%, 100% { opacity: 0; transform: translateY(0); }
  }

  @keyframes wshr1 {
    0%, 37% { opacity: 0; }
    41%, 100% { opacity: 1; }
  }

  @keyframes wshr2 {
    0%, 40% { opacity: 0; }
    44%, 100% { opacity: 1; }
  }

  @keyframes wshr3 {
    0%, 43% { opacity: 0; }
    47%, 100% { opacity: 1; }
  }

  .wsh-mk-a {
    animation: wshk1 12s linear infinite;
  }

  .wsh-mk-b {
    animation: wshk2 12s linear infinite;
  }

  .wsh-mk-c {
    animation: wshk3 12s linear infinite;
  }

  .wsh-halo {
    animation: wshhalo 2.8s linear var(--d, 0s) infinite;
  }

  .wsh-cursor {
    animation: wshcur 12s linear infinite;
  }

  .wsh-click {
    animation: wshclk 12s linear infinite;
  }

  .wsh-modal {
    animation: wshmod 12s linear infinite;
  }

  .wsh-row-1 {
    animation: wshr1 12s linear infinite;
  }

  .wsh-row-2 {
    animation: wshr2 12s linear infinite;
  }

  .wsh-row-3 {
    animation: wshr3 12s linear infinite;
  }}
.case-bar-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
}

@media (max-width: 719px) {
  .case-bar-client {
    display: none;
  }

  .case-bar-back .bb-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }

  .case-bar-back .bb-arrow {
    font-size: 20px;
    line-height: 1;
  }

  .case-bar-name {
    font-size: 12.5px;
  }
}

@media (hover: none) {
  .case-nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
}

@media (max-width: 719px) {
  .case-hero-shots,
  .mic-hero,
  .sl-hero,
  .cms-hero,
  .txt-hero,
  .fly-hero {
    padding: clamp(48px, 8vh, 84px) var(--px);
  }

  .case-hero {
    min-height: 0;
  }
}

@media (max-width: 719px) {
  .case-dg {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 16px;
  }

  .case-dg svg {
    width: 680px;
    max-width: none;
  }

  .case-fig .case-dg-hint {
    display: block;
  }
}

.case-dg-hint {
  display: none;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #747474;
}

.lab-screen {
  min-height: 100vh;
  padding: clamp(110px, 15vh, 150px) var(--px) 80px;
}

.lab-intro {
  margin: 18px 0 0;
  font-size: 16.5px;
  line-height: 1.55;
  color: #333;
  max-width: 520px;
}

.exp-hero--cover {
  position: relative;
  overflow: hidden;
}

.exp-hero--cover .exp-head {
  position: relative;
  z-index: 1;
}

.exp-hero--cover .case-hero-tags {
  color: rgba(255, 255, 255, .85);
}

.exp-cover {
  position: absolute;
  inset: 0;
}

.exp-cover picture,
.exp-cover img {
  display: block;
  width: 100%;
  height: 100%;
}

.exp-cover img {
  object-fit: cover;
}

.exp-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, .74), rgba(10, 10, 10, .28) 52%, rgba(10, 10, 10, .5));
}

.rag-stage {
  position: relative;
  overflow: hidden;
  width: min(1140px, 100%);
  border: 1px solid rgba(255, 255, 255, .2);
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 24px) #0a0a0a;
  padding: clamp(18px, 3vw, 36px);
}

.rag-narrow {
  display: none;
}

.rag-lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  fill: #e8b23a;
}

.rag-lblw {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  fill: rgba(255, 255, 255, .62);
}

.rag-sub {
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .14em;
  fill: rgba(255, 255, 255, .48);
}

.rag-subg {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: .14em;
  fill: rgba(232, 178, 58, .88);
}

.rag-tiny {
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: .12em;
  fill: rgba(232, 178, 58, .85);
}

.rag-foot {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .1em;
  fill: rgba(255, 255, 255, .45);
}

.rag-mn,
.rag-mng,
.rag-mns {
  font-family: monospace;
  letter-spacing: 0;
}

.rag-mn {
  font-size: 11px;
  fill: rgba(255, 255, 255, .82);
}

.rag-mng {
  font-size: 10.5px;
  fill: rgba(232, 178, 58, .9);
}

.rag-mns {
  font-size: 8.5px;
  fill: rgba(255, 255, 255, .55);
}

.rag-vbar,
.rag-tok,
.rag-gbar {
  transform-box: fill-box;
}

.rag-vbar {
  transform-origin: bottom;
}

.rag-tok,
.rag-gbar {
  transform-origin: left;
}

.lab-rows {
  margin-top: clamp(36px, 6vh, 52px);
  display: flex;
  flex-direction: column;
}

.lab-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
  padding: clamp(28px, 4vh, 44px) 0;
}

.lab-row + .lab-row {
  border-top: 1px solid var(--ink);
}

.lab-tile {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--ink);
}

.lab-tile .grad {
  position: absolute;
  inset: -12%;
}

.lab-tile .grad .grain {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 24px);
}

.lab-face {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: #0a0a0a;
}

.lab-pick {
  display: grid;
  gap: 10px;
  width: min(320px, 82%);
}

.lab-pick-label {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .44);
}

.lab-pick-box {
  position: relative;
  display: block;
  padding: 10px 40px 11px 14px;
  border: 1px solid #e8b23a;
  background: rgba(232, 178, 58, .12);
}

.lab-pick-box::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 9px;
  height: 6px;
  margin-top: -2px;
  background: #e8b23a;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.lab-pick-value {
  display: grid;
}

.lab-pick-name {
  grid-area: 1 / 1;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
}

.lab-pick-stack {
  display: block;
  font-family: inherit;
  font-size: 9.5px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .64);
}

.lab-tbl {
  display: grid;
  margin-top: 2px;
}

.lab-tbl-face {
  grid-area: 1 / 1;
  display: grid;
  min-width: 0;
}

.lab-tbl-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: baseline;
  padding: 5px 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
  font-style: normal;
}

.lab-tbl-head {
  padding: 0 0 4px;
  border-top: 0;
}

.lab-tbl-head .lab-tbl-c {
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .44);
}

.lab-tbl-c {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
  color: rgba(255, 255, 255, .85);
}

.lab-tbl-c-name {
  overflow: hidden;
  text-overflow: ellipsis;
}

.lab-face--shot {
  background: #000000;
}

.lab-face--shot picture,
.lab-face--shot img {
  width: 100%;
  height: 100%;
}

.lab-face--shot img {
  object-fit: cover;
}

.lab-face--rag .rag-wide {
  display: block;
  width: 94%;
}

.lab-ump {
  grid-area: 1 / 1;
  display: grid;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.lab-ump-3 {
  opacity: 1;
}

.lab-ump-split {
  grid-template-columns: 1fr 1fr;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes umpf1 {
    0%, 25% { opacity: 1; }
    33%, 92% { opacity: 0; }
    100% { opacity: 1; }
  }

  @keyframes umpf2 {
    0%, 25% { opacity: 0; }
    33%, 58% { opacity: 1; }
    66%, 100% { opacity: 0; }
  }

  @keyframes umpf3 {
    0%, 58% { opacity: 0; }
    66%, 92% { opacity: 1; }
    100% { opacity: 0; }
  }

  .lab-ump-1 {
    animation: umpf1 12s linear infinite;
  }

  .lab-ump-2 {
    animation: umpf2 12s linear infinite;
  }

  .lab-ump-3 {
    animation: umpf3 12s linear infinite;
  }
}

.lab-face-grot {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.lab-face-wide {
  font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
}

.lab-face-serif {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.lab-face-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, 'Courier New', monospace;
}

.lab-tile .num {
  position: absolute;
  top: -24px;
  right: 0;
  font-weight: 900;
  font-stretch: 125%;
  font-size: 140px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, .22);
  pointer-events: none;
}

.lab-tile .chip {
  position: absolute;
  bottom: 14px;
  left: 14px;
  font-size: 11px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .75);
  border: 1px solid rgba(255, 255, 255, .35);
  padding: 5px 11px;
}

.lab-body .cat {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-stretch: 75%;
  color: var(--gold-text);
}

.lab-body h2 {
  margin-top: 10px;
  font-weight: 800;
  font-stretch: 110%;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -.01em;
  line-height: 1.02;
  text-transform: uppercase;
}

.lab-body p {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.55;
  color: #444;
  max-width: 440px;
}

.lab-body .tags {
  margin-top: 12px;
  font-size: 11.5px;
  font-weight: 600;
  font-stretch: 75%;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #767676;
}

.lab-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0 26px;
}

.lab-body .gh.demo {
  color: var(--gold-text);
  border-bottom-color: var(--accent);
}

.lab-body .gh {
  display: inline-block;
  margin-top: 18px;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 3px solid var(--ink);
  padding-bottom: 3px;
  transition: color .3s, border-color .3s;
}

@media (hover: hover) and (pointer: fine) {
  .lab-body .gh:hover {
    color: var(--gold-text);
    border-color: var(--gold-text);
  }
}

@media (max-width: 780px) {
  .rag-wide {
    display: none;
  }

  .rag-narrow {
    display: block;
    max-width: 440px;
    margin-inline: auto;
  }

  .rag-narrow .rag-lbl,
  .rag-narrow .rag-lblw {
    font-size: 15px;
  }

  .rag-narrow .rag-sub,
  .rag-narrow .rag-subg {
    font-size: 12.5px;
  }

  .rag-narrow .rag-tiny {
    font-size: 11.5px;
  }

  .rag-narrow .rag-mn {
    font-size: 14px;
  }

  .rag-narrow .rag-mng {
    font-size: 13.5px;
  }

  .rag-narrow .rag-mns {
    font-size: 11.5px;
  }

  .rag-narrow .rag-foot {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .rag-lite {
    animation: raglite 14s linear var(--d, 0s) infinite;
  }

  .rag-vbar {
    animation: ragvgrow 14s var(--ease) var(--d, 0s) infinite;
  }

  .rag-ring {
    animation: ragring 14s var(--ease) infinite;
  }

  .rag-near {
    animation: ragnear 14s ease-in-out var(--d, 0s) infinite;
  }

  .rag-chunk {
    animation: ragrise 14s var(--ease) var(--d, 0s) infinite;
  }

  .rag-gbar,
  .rag-tok {
    animation: ragwipe 14s var(--ease) var(--d, 0s) infinite;
  }

  .rag-cite {
    animation: ragcite 14s ease-out infinite;
  }

  .rag-caret {
    animation: ragcaret 1.1s steps(1) infinite;
  }

  .rag-flow {
    animation: ragflow 14s ease-in-out var(--d, 0s) infinite;
  }

  @keyframes raglite {
    0% {
      stroke: rgba(255, 255, 255, .28);
    }

    3%, 11% {
      stroke: #e8b23a;
    }

    17%, 100% {
      stroke: rgba(255, 255, 255, .28);
    }
  }

  @keyframes ragvgrow {
    0%, 15% {
      transform: scaleY(.06);
    }

    24%, 100% {
      transform: scaleY(1);
    }
  }

  @keyframes ragring {
    0%, 30% {
      r: 4;
      opacity: 0;
    }

    33% {
      opacity: .9;
    }

    44% {
      r: 36;
      opacity: .9;
    }

    52%, 100% {
      r: 36;
      opacity: .35;
    }
  }

  @keyframes ragnear {
    0%, 36% {
      opacity: .18;
    }

    42%, 100% {
      opacity: 1;
    }
  }

  @keyframes ragrise {
    0%, 46% {
      opacity: 0;
      transform: translateY(8px);
    }

    54%, 100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes ragwipe {
    0%, 60% {
      transform: scaleX(0);
    }

    70%, 100% {
      transform: scaleX(1);
    }
  }

  @keyframes ragcite {
    0%, 88% {
      opacity: 0;
    }

    94%, 100% {
      opacity: 1;
    }
  }

  @keyframes ragcaret {
    0%, 49% {
      opacity: 1;
    }

    50%, 100% {
      opacity: 0;
    }
  }

  @keyframes ragflow {
    0%, 12% {
      offset-distance: 0%;
      opacity: 0;
    }

    14% {
      opacity: 1;
    }

    22% {
      offset-distance: 100%;
      opacity: 1;
    }

    24%, 100% {
      offset-distance: 100%;
      opacity: 0;
    }
  }
}

.lab-tile-in {
  position: absolute;
  inset: 0;
}

@media (hover: none) {
  .lab-links .gh {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .lab-links {
    gap: 4px 22px;
  }
}
