/* An editorial frame for the existing eight-scene exhibit. */
.r41-applications.r78-applications {
  --r41-ink: #201c31;
  --r41-purple: #594476;
  --r41-cyan: #3e9a9c;
  --r41-muted: #79727f;
  --r41-line: #e5e0e9;
  --r78-caption-height: 104px;
  width: calc(100% - 40px);
  max-width: 1680px;
  margin: 44px auto;
  padding: clamp(20px, 2.4vw, 36px);
  border: 1px solid #e7e2eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 54px #27203505;
  color: var(--r41-ink);
}
.r78-applications::before, .r78-applications::after { display: none; }
.r78-applications .r41-exhibit-shell { padding: 0; }
.r78-applications .r41-section-heading { gap: 20px; margin-bottom: 25px; }
.r78-applications .r41-section-heading h2 { max-width: none; font-size: clamp(25px, 2.45vw, 37px); font-weight: 700; line-height: 1.3; letter-spacing: -.04em; }
.r78-applications .r41-eyebrow { max-width: none; margin-bottom: 10px; font-size: 10px; font-weight: 600; letter-spacing: .18em; color: #766a84; }
.r78-applications .r41-scene-note { position: static; margin: 0; font-size: 11px; color: #87808c; }
.r78-applications .r41-scene-note i { width: 4px; height: 4px; box-shadow: none; background: #4b9b9d; }
.r78-applications .r41-exhibit-toolbar { align-items: center; gap: 14px 24px; flex-wrap: wrap; margin-bottom: 19px; }
.r78-applications .r41-scene-tabs { flex: 1 1 300px; width: auto; max-width: 350px; gap: 0; padding: 0; border: 0; border-bottom: 1px solid #ddd6e5; border-radius: 0; background: transparent; overflow: visible; }
.r78-applications .r41-scene-tabs button { position: relative; min-height: 46px; padding: 10px 16px; gap: 9px; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: #79717f; font-size: 14px; font-weight: 600; line-height: 1.4; }
.r78-applications .r41-scene-tabs button::after { content: ''; position: absolute; bottom: -1px; left: 14px; right: 14px; height: 2px; background: #58416f; transform: scaleX(0); transition: transform .28s ease; }
.r78-applications .r41-scene-tabs [aria-selected=true], .r78-applications .r41-scene-tabs button:hover { color: #3c294f; background: #faf8fc; box-shadow: none; }
.r78-applications .r41-scene-tabs [aria-selected=true]::after { transform: scaleX(1); }
.r78-applications .r52-category-icon { width: 20px; height: 20px; flex-basis: 20px; stroke-width: 1.35; }
.r78-applications .r41-playback-controls { gap: 7px; flex-wrap: nowrap; margin-left: auto; }
.r78-applications .r41-playback-controls[hidden] { display: none !important; }
.r78-applications .r41-playback-controls button { min-height: 44px; min-width: 44px; border: 1px solid #e2dce8; border-radius: 5px; padding: 8px 11px; background: #fff; box-shadow: none; color: #554461; }
.r78-applications .r41-playback-controls button:hover:not(:disabled) { border-color: #a393af; background: #faf8fc; box-shadow: none; }
.r78-applications .r41-playback-controls [data-r41-pause] { min-width: 92px; font-size: 12px; white-space: nowrap; }
.r78-applications .r41-playback-controls [data-r41-pause]:disabled { background: #faf9fb; color: #837a8a; }
.r78-applications .r60-speed-control { gap: 9px; margin-right: 7px; color: #827889; font-size: 11px; font-weight: 500; }
.r78-applications .r60-speed-options { gap: 1px; padding: 0; border: 1px solid #e2dce8; border-radius: 5px; background: #fff; }
.r78-applications .r60-speed-options button { padding: 8px 11px; min-width: 44px; min-height: 44px; font-size: 11px; border: 0; border-radius: 4px; background: transparent; color: #7c7185; }
.r78-applications .r60-speed-options button[aria-pressed=true], .r78-applications .r60-speed-options button[aria-pressed=true]:hover { background: #eee9f3; color: #3b284c; box-shadow: none; }

.r78-applications .r41-exhibit-stage { display: grid; border: 0; border-radius: 4px; background: #fff; box-shadow: none; overflow: hidden; }
.r78-applications .r41-exhibit-slide { display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto auto; align-content: start; transform: none; transition: opacity .55s ease, visibility .55s; }
.r78-applications[data-r78-ready=true] .r41-exhibit-slide { transition: none; }
.r78-applications .r41-exhibit-picture { position: relative; align-self: start; width: 100%; min-width: 0; aspect-ratio: 1983 / 793; overflow: hidden; background: #f6f4f6; }
.r78-applications .r41-exhibit-picture img { display: block; width: 100%; height: 100%; max-height: none; aspect-ratio: 1983 / 793; object-fit: contain; transform-origin: center; }
.r78-applications .r41-exhibit-picture::after { content: ''; position: absolute; z-index: 3; height: 2px; left: 0; right: 0; bottom: 0; background: #5b8e95; opacity: .75; transform: scaleX(var(--r41-progress)); transform-origin: left; pointer-events: none; }
.r78-applications .r41-exhibit-picture > .r78-transition-still { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.r78-applications .r41-exhibit-slide figcaption {
  display: grid;
  grid-template-columns: 42px minmax(180px, .8fr) minmax(0, 1.6fr);
  align-content: center;
  align-items: start;
  justify-content: start;
  gap: 16px;
  min-width: 0;
  min-height: var(--r78-caption-height);
  padding: 23px 4px;
  border: 0;
  border-bottom: 1px solid #e8e3ec;
  border-radius: 0;
  background: #fff;
}
.r78-applications .r41-exhibit-slide figcaption::before { content: attr(data-r78-number); color: #a298ab; font-size: 12px; font-weight: 500; line-height: 2.2; font-variant-numeric: tabular-nums; letter-spacing: .08em; }
.r78-applications .r41-exhibit-slide figcaption h3 { grid-column: auto; flex: none; width: auto; margin: 0; color: #2f253d; font-size: clamp(19px, 1.7vw, 25px); font-weight: 650; line-height: 1.42; letter-spacing: -.025em; overflow-wrap: break-word; }
.r78-applications .r41-exhibit-slide figcaption p { grid-column: auto; flex: none; width: auto; max-width: none; margin: 1px 0 0; color: #79717e; font-size: 15px; line-height: 1.75; overflow-wrap: break-word; }
.r78-applications .r41-thumb-track { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; padding: 8px 0 0; overflow: visible; scroll-snap-type: none; }
.r78-applications .r41-scene-thumb { display: flex; justify-content: flex-start; gap: 10px; width: 100%; min-width: 0; max-width: none; min-height: 49px; padding: 11px 13px; border: 0; border-radius: 3px; background: #fff; box-shadow: none; text-align: left; color: #827887; }
.r78-applications .r41-scene-thumb::before { content: attr(data-r78-number); font-size: 10px; font-weight: 500; color: #aaa0b3; font-variant-numeric: tabular-nums; letter-spacing: .04em; }
.r78-applications .r41-scene-thumb span { min-width: 0; font-size: 13px; font-weight: 500; line-height: 1.5; overflow-wrap: break-word; }
.r78-applications .r41-scene-thumb.is-active, .r78-applications .r41-scene-thumb[aria-pressed=true] { color: #42304f; border-color: transparent; background: #f3eff6; box-shadow: none; }
.r78-applications .r41-scene-thumb:hover { background: #faf8fc; color: #42304f; border-color: transparent; }
.r78-applications .r41-scene-thumb.is-active::before { color: #7b638d; }
.r78-applications .r41-scene-thumb i, .r78-applications .r41-exhibit-footer { display: none; }
.r78-applications .r78-caption-probe { position: fixed !important; left: -20000px !important; top: 0 !important; display: block !important; visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.r78-applications .r78-caption-probe figcaption { min-height: 0 !important; }
.r78-applications button:focus-visible, .r78-applications .r41-exhibit-stage:focus-visible { outline: 2px solid #5d969d; outline-offset: 3px; }

@media(max-width: 800px) {
  .r41-applications.r78-applications { width: calc(100% - 28px); padding: 20px; }
  .r78-applications .r41-section-heading { display: block; margin-bottom: 17px; }
  .r78-applications .r41-scene-note { margin-top: 10px; }
  .r78-applications .r41-scene-tabs { flex-basis: 100%; max-width: none; width: 100%; }
  .r78-applications .r41-playback-controls { width: 100%; justify-content: flex-end; }
  .r78-applications .r60-speed-control { margin-right: auto; }
  .r78-applications .r41-exhibit-slide figcaption { grid-template-columns: 32px minmax(0,1fr); gap: 5px 10px; padding: 19px 3px; }
  .r78-applications .r41-exhibit-slide figcaption::before { grid-column: 1; grid-row: 1 / 3; line-height: 2.15; }
  .r78-applications .r41-exhibit-slide figcaption h3 { grid-column: 2; font-size: 21px; }
  .r78-applications .r41-exhibit-slide figcaption p { grid-column: 2; font-size: 14px; line-height: 1.65; }
  .r78-applications .r41-thumb-track { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 3px; }
}
@media(max-width: 480px) {
  .r41-applications.r78-applications { width: calc(100% - 20px); padding: 14px 11px; margin: 30px auto; border-radius: 10px; }
  .r78-applications .r41-section-heading h2 { font-size: 24px; line-height: 1.35; }
  .r78-applications .r41-eyebrow { font-size: 9px; margin-bottom: 8px; }
  .r78-applications .r41-scene-note { font-size: 10px; }
  .r78-applications .r41-exhibit-toolbar { gap: 10px; margin-bottom: 14px; }
  .r78-applications .r41-scene-tabs button { min-height: 44px; font-size: 13px; padding: 8px; }
  .r78-applications .r41-playback-controls { display: grid; grid-template-columns: 44px minmax(0,1fr) 44px; gap: 7px; }
  .r78-applications .r60-speed-control { grid-column: 1 / -1; width: 100%; gap: 10px; margin: 0; }
  .r78-applications .r60-speed-options { flex: 1; }
  .r78-applications .r60-speed-options button { flex: 1; font-size: 11px; }
  .r78-applications .r41-playback-controls [data-r41-pause] { min-height: 44px; min-width: 0; font-size: 12px; }
  .r78-applications .r41-exhibit-slide figcaption { grid-template-columns: 24px minmax(0,1fr); gap: 5px 9px; padding: 17px 2px; }
  .r78-applications .r41-exhibit-slide figcaption h3 { font-size: 19px; }
  .r78-applications .r41-exhibit-slide figcaption p { font-size: 13px; line-height: 1.65; }
  .r78-applications .r41-scene-thumb { min-height: 48px; padding: 9px 6px; gap: 7px; }
  .r78-applications .r41-scene-thumb span { font-size: 12px; }
}
@media(prefers-reduced-motion: reduce) {
  .r78-applications *, .r78-applications *::before, .r78-applications *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .r78-applications .r41-exhibit-picture img { transform: none !important; clip-path: none !important; }
}
