body.narrative-template-body {
  --bg: #0a0c0f;
  --bg-2: #11151a;
  --text: #ebe7df;
  --muted: rgba(235, 231, 223, 0.52);
  --soft: rgba(235, 231, 223, 0.18);
  --line: rgba(235, 231, 223, 0.09);
  --line-strong: rgba(235, 231, 223, 0.18);
  --signal: rgba(154, 186, 255, 0.95);
  --signal-soft: rgba(154, 186, 255, 0.28);
  --signal-faint: rgba(154, 186, 255, 0.08);
  --mono: var(--font-mono);
  --sans: var(--font-sans);
  --display: var(--font-mono);
  --mx: 0px;
  --my: 0px;
  --topline-z: 8;
  --bottomline-z: 8;
  --page-overflow: auto;
  --plane-opacity: 0.34;
  --plane-before-opacity: 0.52;
  --plane-after-opacity: 0.72;
  --secondary-plane-opacity: 0.18;
  --vector-fan-bg: conic-gradient(from 180deg at 50% 0%,
      transparent 0deg 20deg,
      rgba(154,186,255,0.22) 28deg,
      transparent 40deg 68deg,
      rgba(154,186,255,0.14) 76deg,
      transparent 86deg 112deg,
      rgba(255,255,255,0.12) 120deg,
      transparent 130deg 360deg);
  --page-title-size: clamp(52px, 7vw, 80px);
  --section-title-size: clamp(26px, 3vw, 34px);
  --line-size: clamp(19px, 2.2vw, 24px);
  --micro-size: 11px;
  --section-title-max-width: 24ch;
  --support-max-width: 46ch;
  --shell-padding-top: max(96px, env(safe-area-inset-top, 0px) + 72px);
  --shell-padding-inline: clamp(24px, 3vw, 40px);
  --shell-padding-bottom: clamp(24px, 3vw, 40px);
  --shell-gap: clamp(18px, 3vw, 36px);
  font-family: var(--sans);
  background:
    radial-gradient(circle at 50% 12%, rgba(255,255,255,0.045), transparent 24%),
    radial-gradient(circle at 16% 24%, rgba(255,255,255,0.03), transparent 20%),
    radial-gradient(circle at 84% 76%, rgba(255,255,255,0.035), transparent 24%),
    linear-gradient(180deg, #171b21 0%, #0f1217 42%, #08090b 100%);
  color: var(--text);
  overflow: var(--page-overflow, auto);
}

body.narrative-template-body::before,
body.narrative-template-body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body.narrative-template-body::before {
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.16) 42%, rgba(0,0,0,0.68) 100%),
    radial-gradient(circle at 50% 52%, transparent 0%, rgba(0,0,0,0.16) 64%, rgba(0,0,0,0.62) 100%);
}

body.narrative-template-body::after {
  opacity: 0.16;
  mix-blend-mode: soft-light;
  background-image:
    radial-gradient(circle at 18% 16%, rgba(255,255,255,0.6) 0 0.45px, transparent 0.8px),
    radial-gradient(circle at 72% 34%, rgba(255,255,255,0.55) 0 0.5px, transparent 0.85px),
    radial-gradient(circle at 54% 82%, rgba(255,255,255,0.35) 0 0.45px, transparent 0.9px);
  background-size: 320px 320px, 420px 420px, 520px 520px;
}

.narrative-template-root {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  color: var(--text);
  overflow-x: clip;
}

.narrative-template-root a {
  color: inherit;
  text-decoration: none;
}

.narrative-template-root .page {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
}

.narrative-template-root .plane,
.narrative-template-root .plane::before,
.narrative-template-root .plane::after,
.narrative-template-root .vector-fan {
  position: fixed;
  inset: -12vh -10vw;
  pointer-events: none;
  z-index: 1;
  transform-origin: 50% 18%;
}

.narrative-template-root .plane,
.narrative-template-root .plane::before,
.narrative-template-root .plane::after { content: ""; }

.narrative-template-root .plane {
  transform:
    perspective(1600px)
    rotateX(77deg)
    translate3d(calc(var(--mx) * -0.018), calc(12vh + var(--my) * -0.02), 0)
    scale(1.72);
  opacity: var(--plane-opacity, 0.34);
  background:
    repeating-linear-gradient(to right, transparent 0 59px, rgba(255,255,255,0.05) 59px 60px),
    repeating-linear-gradient(to bottom, transparent 0 59px, rgba(255,255,255,0.05) 59px 60px);
  mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.22) 15%, rgba(0,0,0,0.82) 40%, rgba(0,0,0,1) 100%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.22) 15%, rgba(0,0,0,0.82) 40%, rgba(0,0,0,1) 100%);
  filter: blur(0.15px);
}

.narrative-template-root .plane::before {
  inset: 0;
  transform: scale(1.003);
  opacity: var(--plane-before-opacity, 0.52);
  background:
    repeating-linear-gradient(to right, transparent 0 299px, rgba(255,255,255,0.105) 299px 301px),
    repeating-linear-gradient(to bottom, transparent 0 299px, rgba(255,255,255,0.105) 299px 301px);
}

.narrative-template-root .plane::after {
  inset: auto 8vw 34vh 8vw;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.22) 18%, rgba(255,255,255,0.42) 50%, rgba(255,255,255,0.22) 82%, transparent 100%);
  transform: none;
  opacity: var(--plane-after-opacity, 0.72);
  box-shadow: 0 0 18px rgba(255,255,255,0.05);
}

.narrative-template-root .plane.secondary {
  opacity: var(--secondary-plane-opacity, 0.18);
  transform:
    perspective(1820px)
    rotateX(79deg)
    rotateZ(-8deg)
    translate3d(calc(var(--mx) * 0.012), calc(16vh + var(--my) * -0.015), 0)
    scale(2.05);
  background:
    repeating-linear-gradient(to right, transparent 0 89px, rgba(255,255,255,0.042) 89px 90px),
    repeating-linear-gradient(to bottom, transparent 0 89px, rgba(255,255,255,0.042) 89px 90px);
  filter: blur(0.6px);
}

.narrative-template-root .vector-fan {
  opacity: 0.14;
  transform:
    perspective(1550px)
    rotateX(75deg)
    translate3d(calc(var(--mx) * -0.01), 8vh, 0)
    scale(1.78);
  mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.26) 14%, rgba(0,0,0,0.84) 42%, rgba(0,0,0,1) 100%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.26) 14%, rgba(0,0,0,0.84) 42%, rgba(0,0,0,1) 100%);
  background: var(--vector-fan-bg, none);
}

.narrative-template-root .topline,
.narrative-template-root .bottomline {
  position: fixed;
  left: 0;
  right: 0;
  padding: 22px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(235, 231, 223, 0.48);
  pointer-events: none;
  isolation: isolate;
}

.narrative-template-root .topline > div {
  pointer-events: auto;
}

.narrative-template-root .topline {
  top: 0;
  z-index: var(--topline-z, 8);
}

.narrative-template-root .topline::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.18s ease;
}

.narrative-template-root .topline.topline-solid::before {
  background: linear-gradient(180deg, rgba(10, 12, 15, 0.97) 0%, rgba(10, 12, 15, 0.94) 76%, rgba(10, 12, 15, 0) 100%);
  opacity: 1;
}

.narrative-template-root .bottomline {
  bottom: 0;
  z-index: var(--bottomline-z, 8);
}

.narrative-template-root .topline-tools,
.narrative-template-root .home-nav,
.narrative-template-root .utility-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  gap: 14px;
  pointer-events: auto;
}

.narrative-template-root .topline > div a {
  color: inherit;
  text-decoration: none;
}

.narrative-template-root .home-nav a,
.narrative-template-root .utility-nav a {
  position: relative;
  color: rgba(235, 231, 223, 0.64);
  transition: color 0.18s ease;
}

.narrative-template-root .home-nav a:hover,
.narrative-template-root .home-nav a:focus-visible,
.narrative-template-root .home-nav a[aria-current="page"],
.narrative-template-root .utility-nav a:hover,
.narrative-template-root .utility-nav a:focus-visible {
  color: rgba(235, 231, 223, 0.98);
  outline: none;
}

.narrative-template-root .home-nav a::after,
.narrative-template-root .utility-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.4rem;
  height: 1px;
  background: transparent;
  transition: background 0.18s ease, box-shadow 0.18s ease;
}

.narrative-template-root .home-nav a:hover::after,
.narrative-template-root .home-nav a:focus-visible::after,
.narrative-template-root .home-nav a[aria-current="page"]::after,
.narrative-template-root .utility-nav a:hover::after,
.narrative-template-root .utility-nav a:focus-visible::after {
  background: var(--signal);
  box-shadow: 0 0 12px rgba(154, 186, 255, 0.22);
}

.narrative-template-root .shell {
  position: relative;
  z-index: 3;
  width: min(1680px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  padding: var(--shell-padding-top) var(--shell-padding-inline) var(--shell-padding-bottom);
  display: grid;
  grid-template-rows: 1fr auto;
  gap: var(--shell-gap);
}

.narrative-template-root .stage-bottom {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-start;
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.narrative-template-root .stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.68fr);
  gap: clamp(22px, 4vw, 64px);
  align-items: stretch;
  min-height: 0;
  overflow: visible;
}

.narrative-template-root .main,
.narrative-template-root .side {
  position: relative;
  z-index: 1;
  min-height: 0;
}

.narrative-template-root .main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(12px, 1.8vw, 24px);
  padding-right: clamp(10px, 1vw, 18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.narrative-template-root .main.flash {
  opacity: 0;
  transform: translateY(8px);
}

.narrative-template-root .serial-ghost {
  position: absolute;
  right: clamp(8px, 2vw, 28px);
  top: 50%;
  transform: translateY(-48%);
  font-family: var(--mono);
  font-size: clamp(120px, 15vw, 240px);
  line-height: 0.82;
  letter-spacing: -0.06em;
  color: rgba(235, 231, 223, 0.035);
  user-select: none;
  pointer-events: none;
  z-index: 0;
}

.narrative-template-root .section-kicker {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: var(--micro-size, 11px);
  line-height: 1.45;
  color: rgba(154, 186, 255, 0.82);
}

.narrative-template-root .page-title {
  margin: 0;
  font-size: var(--page-title-size, clamp(52px, 7vw, 80px));
  line-height: 0.9;
  letter-spacing: -0.064em;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 11ch;
  font-family: var(--display);
}

.narrative-template-root .section-title {
  margin: -0.04em 0 0;
  font-size: var(--section-title-size, clamp(26px, 3vw, 34px));
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(235, 231, 223, 0.8);
  max-width: var(--section-title-max-width, 24ch);
  text-wrap: pretty;
}

.narrative-template-root .lines {
  display: grid;
  gap: 0.8rem;
}

.narrative-template-root .line {
  margin: 0;
  font-size: var(--line-size, clamp(19px, 2.2vw, 24px));
  line-height: 1.04;
  letter-spacing: -0.026em;
  text-transform: uppercase;
  font-weight: 700;
  text-wrap: pretty;
  color: rgba(235, 231, 223, 0.96);
}

.narrative-template-root .line.dim {
  color: rgba(235, 231, 223, 0.58);
}

.narrative-template-root .side {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 1.25rem;
  padding-left: clamp(10px, 1vw, 18px);
  border-left: 1px solid var(--line);
}

.narrative-template-root .side-block {
  display: grid;
  gap: 0.75rem;
}

.narrative-template-root .micro {
  font-family: var(--mono);
  font-size: var(--micro-size, 11px);
  line-height: 1.55;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(235, 231, 223, 0.34);
}

.narrative-template-root .section-progress {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.narrative-template-root .track {
  position: relative;
  flex: 1;
  height: 1px;
  background: rgba(235, 231, 223, 0.1);
  overflow: hidden;
}

.narrative-template-root .track span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, rgba(154,186,255,0.12), rgba(154,186,255,0.95));
  box-shadow: 0 0 12px rgba(154,186,255,0.22);
  transition: width 220ms ease;
}

.narrative-template-root .section-rail {
  display: grid;
  gap: 0.38rem;
}

.narrative-template-root .section-link {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 0.9rem;
  width: 100%;
  padding: 0.36rem 0;
  background: transparent;
  border: 0;
  color: rgba(235, 231, 223, 0.42);
  text-align: left;
  cursor: pointer;
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 11.5px;
  line-height: 1.38;
  transition: color 180ms ease, transform 180ms ease;
}

.narrative-template-root .section-link::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  width: 9px;
  height: 1px;
  background: rgba(235, 231, 223, 0.12);
  transform: translateY(-50%);
  transition: width 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.narrative-template-root .section-link.active {
  color: rgba(235, 231, 223, 0.96);
  transform: translateX(2px);
}

.narrative-template-root .section-link.active::before {
  width: 16px;
  background: var(--signal);
  box-shadow: 0 0 12px rgba(154,186,255,0.28);
}

.narrative-template-root .section-link .s-index {
  color: rgba(235, 231, 223, 0.26);
}

.narrative-template-root .section-link.active .s-index {
  color: rgba(154, 186, 255, 0.84);
}

.narrative-template-root .section-link .s-title {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  text-wrap: pretty;
}

.narrative-template-root .section-link .s-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(235, 231, 223, 0.12);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.narrative-template-root .section-link.active .s-dot {
  background: rgba(154, 186, 255, 0.92);
  box-shadow: 0 0 10px rgba(154, 186, 255, 0.22);
}

.narrative-template-root .support {
  margin: 0;
  max-width: var(--support-max-width, 46ch);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.72;
  color: rgba(235, 231, 223, 0.82);
}

.narrative-template-root .nav-meta {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}

.narrative-template-root .step-cluster {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.narrative-template-root .step {
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(235, 231, 223, 0.62);
  font: inherit;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: inherit;
  transition: color 180ms ease, opacity 180ms ease;
}

.narrative-template-root .step:hover,
.narrative-template-root .step:focus-visible,
.narrative-template-root .section-link:hover,
.narrative-template-root .section-link:focus-visible {
  color: rgba(235, 231, 223, 1);
  outline: none;
}

.narrative-template-root .step[disabled] {
  opacity: 0.24;
  cursor: default;
}

.narrative-template-root .stage-bottom {
  align-items: center;
  font-size: 10px;
  color: rgba(235, 231, 223, 0.46);
}

@media (max-width: 1180px) {
  .narrative-template-root {
    --shell-padding-top: 116px;
    --shell-padding-inline: clamp(22px, 3vw, 32px);
    --shell-padding-bottom: 88px;
    --shell-gap: 28px;
  }

  .narrative-template-root .shell {
    min-height: auto;
  }

  .narrative-template-root .stage {
    grid-template-columns: 1fr;
  }

  .narrative-template-root .side {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 1.15rem;
  }

  .narrative-template-root .stage-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 1120px) {
  .narrative-template-root .topline,
  .narrative-template-root .bottomline {
    padding-inline: 20px;
    gap: 0.75rem;
    align-items: flex-start;
    font-size: 9px;
    letter-spacing: 0.18em;
  }

  .narrative-template-root .topline {
    flex-direction: column;
  }

  .narrative-template-root .topline-tools,
  .narrative-template-root .home-nav,
  .narrative-template-root .utility-nav {
    justify-content: flex-start;
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .narrative-template-root {
    --shell-padding-top: 104px;
    --shell-padding-inline: 20px;
    --shell-padding-bottom: 52px;
    --shell-gap: 24px;
    --page-title-size: clamp(42px, 7vw, 66px);
    --section-title-size: clamp(24px, 3.2vw, 30px);
    --line-size: clamp(18px, 2.4vw, 22px);
    --section-title-max-width: 20ch;
  }

  .narrative-template-root .shell {
  }

  .narrative-template-root .stage {
    gap: 24px;
  }

  .narrative-template-root .main {
    gap: 14px;
    padding-right: 0;
  }

  .narrative-template-root .support {
    font-size: 16px;
    line-height: 1.7;
  }

  .narrative-template-root .serial-ghost {
    display: none;
  }

  .narrative-template-root .nav-meta,
  .narrative-template-root .step-cluster {
    white-space: normal;
    flex-wrap: wrap;
  }

  .narrative-template-root .stage-bottom {
    gap: 1rem;
  }
}

@media (max-width: 820px) {
  .narrative-template-root .topline {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .narrative-template-root .topline-brand-text,
  .narrative-template-root .topline .home-nav {
    display: none;
  }

  .narrative-template-root .topline-tools {
    width: auto;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-left: auto;
  }
}

@media (max-width: 760px) {
  .narrative-template-root {
    --page-title-size: clamp(36px, 10vw, 52px);
    --section-title-size: clamp(20px, 6.2vw, 28px);
    --line-size: clamp(15px, 4.8vw, 19px);
    --micro-size: 10.5px;
    --section-title-max-width: 18ch;
    --support-max-width: 40ch;
    --shell-padding-top: max(32px, env(safe-area-inset-top, 0px) + 18px);
    --shell-padding-inline: 18px;
    --shell-padding-bottom: 30px;
    --shell-gap: 18px;
  }

  .narrative-template-root .topline,
  .narrative-template-root .bottomline {
    padding: 16px 18px;
    font-size: 9px;
    letter-spacing: 0.15em;
  }

  .narrative-template-root .topline {
    font-size: 12px;
    letter-spacing: 0.11em;
  }

  .narrative-template-root .bottomline {
    align-items: stretch;
  }

  .narrative-template-root .topline {
    position: sticky;
    top: 0;
    padding-top: max(16px, env(safe-area-inset-top, 0px) + 12px);
  }

  .narrative-template-root .topline-tools {
    width: auto;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-left: auto;
  }

  .narrative-template-root .home-nav,
  .narrative-template-root .utility-nav {
    gap: 0.45rem 0.8rem;
  }

  .narrative-template-root .topline .topline-tools {
    gap: 14px;
  }

  .narrative-template-root .utility-nav {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0.55rem;
  }

  .narrative-template-root .bottomline .home-nav a,
  .narrative-template-root .bottomline .utility-nav a {
    padding-bottom: 0.16rem;
  }

  .narrative-template-root .bottomline .home-nav a::after,
  .narrative-template-root .bottomline .utility-nav a::after {
    bottom: 0;
  }

  .narrative-template-root .bottomline .home-nav a:hover::after,
  .narrative-template-root .bottomline .home-nav a:focus-visible::after,
  .narrative-template-root .bottomline .home-nav a[aria-current="page"]::after,
  .narrative-template-root .bottomline .utility-nav a:hover::after,
  .narrative-template-root .bottomline .utility-nav a:focus-visible::after,
  .narrative-template-root .bottomline .utility-nav a[aria-current="page"]::after {
    box-shadow: none;
  }

  .narrative-template-root .utility-nav a {
    display: block;
    width: 100%;
  }

  .narrative-template-root .shell {
  }

  .narrative-template-root .section-kicker,
  .narrative-template-root .micro,
  .narrative-template-root .stage-bottom {
    font-size: 10.5px;
    letter-spacing: 0.12em;
  }

  .narrative-template-root .side {
    gap: 1rem;
    padding-top: 1rem;
  }

  .narrative-template-root .section-link {
    grid-template-columns: auto 1fr;
    gap: 0.45rem 0.65rem;
    align-items: flex-start;
    font-size: 11px;
    line-height: 1.42;
    letter-spacing: 0.09em;
  }

  .narrative-template-root .section-link .s-dot {
    display: none;
  }

  .narrative-template-root .support {
    font-size: 16px;
    line-height: 1.72;
  }

  .narrative-template-root .nav-meta,
  .narrative-template-root .step-cluster {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }

}

@media (max-width: 680px) {
  .narrative-template-root .bottomline {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding-top: 0;
    padding-bottom: max(18px, env(safe-area-inset-bottom, 0px) + 18px);
  }
}

@media (max-width: 420px) {
  .narrative-template-root {
    --page-title-size: clamp(32px, 11vw, 42px);
    --line-size: clamp(14px, 5vw, 18px);
    --shell-padding-inline: 14px;
    --shell-padding-bottom: 24px;
  }

  .narrative-template-root .topline,
  .narrative-template-root .bottomline {
    padding-inline: 14px;
    font-size: 8px;
    letter-spacing: 0.13em;
  }

  .narrative-template-root .topline {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .narrative-template-root .shell {
  }

  .narrative-template-root .section-kicker,
  .narrative-template-root .micro,
  .narrative-template-root .stage-bottom {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .narrative-template-root .main,
  .narrative-template-root .plane,
  .narrative-template-root .plane.secondary,
  .narrative-template-root .vector-fan,
  .narrative-template-root .section-link,
  .narrative-template-root .track span {
    transition: none !important;
  }
}
