body {
  height: auto;
  background: #f4f1e8;
  color: #1a1712;
  font-family: var(--fontFamilyBase);
}
#journey {
  --layout: 0;
  --gather: 0;
  --sources-out: 0;
  --workspace-in: 0;
  --phone: 0;
  --highlight: 0;
  display: flex;
  flex-direction: column;
  height: var(--story-viewport, 820px);
  padding: 18px clamp(20px, 3vw, 64px) 12px;
  gap: 16px;
  overflow: clip;
}
.j-canvas {
  flex: 1;
  position: relative;
  min-height: 0;
}
#j-content {
  position: absolute;
  inset: 0;
}
.j-explainer {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: calc(50% - 33% * var(--layout));
  transform: translate(-50%, -50%);
  width: calc(50% - 19% * var(--layout));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  pointer-events: none;
}
.j-explainer h1 {
  font-size: clamp(32px, 3.1vw, 50px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 500;
  text-wrap: balance;
}
.j-explainer > p:last-of-type {
  max-width: 520px;
  font-size: clamp(14px, 1.13vw, 17px);
  line-height: 1.55;
  color: #514b40;
  text-wrap: pretty;
}
.j-eyebrow {
  font-size: 11px;
  color: #514b40;
  line-height: 1.5;
}
.j-time {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  color: #514b40;
}
.j-time span {
  padding-left: 14px;
  border-left: 1px solid #cfc7b2;
  font-weight: 600;
}
.j-fragments {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  left: 36%;
  opacity: var(--fragments-in, 0);
  pointer-events: none;
  z-index: 5;
}
.j-fragments span {
  color: var(--colorBrandForeground1);
  background: #f4f1e8;
  padding: 6px 14px;
  font-size: 14px;
  border-left: 2px solid var(--colorBrandStroke1);
}
.j-footer {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #cfc7b2;
  padding-top: 10px;
}
#j-chapters {
  display: flex;
  gap: 4px;
}
#j-chapters fluent-button {
  min-height: 38px;
  padding-inline: 14px;
  color: #514b40;
}
#j-chapters fluent-button[aria-current] {
  background: var(--colorBrandBackground2);
  color: var(--colorBrandForeground1);
}
.j-loading {
  position: absolute;
  inset: 0;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#j-review-dialog {
  max-width: min(580px, calc(100vw - 32px));
}
#j-review-text {
  font-size: 16px;
  line-height: 1.7;
}
.motion-off *,
.motion-off *::before,
.motion-off *::after {
  animation: none !important;
  transition: none !important;
}
.sr-only {
  top: 0;
  left: 0;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
