.layers-page {
  --layers-canvas: color-mix(in srgb, var(--panel) 90%, #6f6962 10%);
  width: min(1540px, calc(100% - 1rem));
  padding: 0.5rem 0 4rem;
}

.layers-experience {
  display: none;
  position: relative;
  min-height: var(--layers-scroll-height, 3570svh);
}

.layers-page.is-enhanced .layers-experience {
  display: block;
}

.layers-stage {
  position: sticky;
  top: calc(var(--layers-header-height, 64px) + 0.5rem);
  height: calc(100svh - var(--layers-header-height, 64px) - 1rem);
  min-height: 520px;
}

.layers-stage-canvas {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--line) 78%, #312c27 22%);
  border-radius: clamp(22px, 3vw, 38px);
  background-color: var(--layers-scene-canvas, var(--layers-canvas));
  box-shadow:
    inset 0 0 80px rgb(44 39 34 / 0.035),
    0 24px 80px rgb(31 27 22 / 0.08);
  transition: background-color 720ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.layers-progress {
  position: absolute;
  z-index: 40;
  top: clamp(0.9rem, 2.2vw, 1.55rem);
  right: clamp(1rem, 2.5vw, 1.75rem);
  left: clamp(1rem, 2.5vw, 1.75rem);
  display: flex;
  gap: 1rem;
  align-items: center;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.layers-progress > span {
  min-width: max-content;
}

.layers-progress i {
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: color-mix(in srgb, var(--line) 80%, transparent);
}

.layers-progress b {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--layers-progress-fill, #d9a514);
  box-shadow: inset 0 0 0 1px rgb(31 27 22 / 0.12);
  transform: scaleX(0);
  transform-origin: left center;
  transition: background 0.25s ease;
}

.layers-data-slide {
  position: absolute;
  z-index: 10;
  inset: clamp(4rem, 7vw, 5.6rem) clamp(1.2rem, 4vw, 4rem)
    clamp(1.2rem, 3vw, 2.5rem);
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

.layers-title-slide {
  z-index: 25;
  display: grid;
  place-items: center;
}

.layers-title-slide > div {
  width: min(1080px, 100%);
}

.layers-title-slide h1 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(4rem, 12vw, 10rem);
  font-weight: 760;
  letter-spacing: -0.085em;
  line-height: 0.82;
}

.layers-title-slide > div > p:not(.eyebrow) {
  max-width: 820px;
  margin: clamp(1.5rem, 4vw, 3.25rem) 0 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 2.35vw, 1.85rem);
  line-height: 1.28;
}

.layers-title-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(1.6rem, 4vw, 3.5rem);
  color: var(--muted);
}

.layers-title-actions span,
.layers-title-actions a {
  font-size: 0.88rem;
  font-weight: 750;
}

.layers-title-actions b {
  display: inline-block;
  margin-left: 0.35rem;
  color: var(--accent);
  animation: layers-nudge 1.7s ease-in-out infinite;
}

.layers-title-actions a {
  text-underline-offset: 0.22em;
}

.layers-work-frame {
  position: absolute;
  z-index: 20;
  inset: clamp(4.3rem, 7vw, 5.8rem) clamp(1.25rem, 4vw, 4rem)
    clamp(1rem, 2.5vw, 2rem);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: center;
  pointer-events: none;
}

.layers-image-stack,
.layers-copy-stack {
  position: relative;
  min-width: 0;
  min-height: 0;
}

.layers-image-stack {
  height: 100%;
}

.layers-work-image {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(0.97);
  will-change: opacity, transform;
}

.layers-image-box {
  position: absolute;
  inset: 0 0 clamp(1.25rem, 3vh, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.layers-work-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  border-radius: clamp(12px, 1.5vw, 19px);
  background: var(--line);
  box-shadow: 0 18px 50px rgb(31 27 22 / 0.15);
}

.layers-copy-stack {
  display: grid;
  align-items: center;
}

.layers-work-copy {
  grid-area: 1 / 1;
  max-width: 650px;
  padding: 0.65rem;
  border-radius: 16px;
  background: color-mix(in srgb, var(--layers-canvas) 92%, transparent);
  box-shadow: 0 0 28px 19px color-mix(in srgb, var(--layers-canvas) 86%, transparent);
  opacity: 0;
  transform: translateY(1rem);
  will-change: opacity, transform;
}

.layers-work-copy h2 {
  margin: 0.35rem 0 1rem;
  font-size: clamp(1.9rem, 3.8vw, 4rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.layers-work-copy > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.9rem, 1.26vw, 1.08rem);
  line-height: 1.48;
}

.layers-flying-values {
  position: absolute;
  z-index: 15;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.layers-flying-value {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: clamp(1.9rem, 2.65vw, 2.45rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgb(31 27 22 / 0.15);
  border-radius: 8px;
  background: var(--score-colour);
  color: #171717;
  font-size: clamp(0.72rem, 1.05vw, 0.9rem);
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  opacity: 0;
  box-shadow: 0 5px 18px rgb(31 27 22 / 0.12);
  transform: translate3d(-100px, -100px, 0);
  will-change: transform, opacity;
}

.layers-flying-value[data-score="2"],
.layers-flying-value[data-score="3"],
.layers-heatmap-table td[data-score="2"],
.layers-heatmap-table td[data-score="3"] {
  color: #fff;
}

.layers-series-slide,
.layers-full-slide {
  display: grid;
  grid-template-columns: minmax(250px, 0.64fr) minmax(420px, 1.36fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(1rem, 3.5vw, 3.5rem);
  align-items: center;
}

.layers-data-slide header {
  max-width: 520px;
}

.layers-data-slide h2,
.layers-static-full h2,
.layers-static-conclusion h2,
.layers-fallback > h1 {
  margin: 0.35rem 0 1rem;
  font-size: clamp(2.2rem, 5vw, 5rem);
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.layers-data-slide header > p:last-child,
.layers-static-full > p:not(.eyebrow),
.layers-static-conclusion .layers-conclusion-text {
  color: var(--muted);
  font-size: clamp(0.95rem, 1.45vw, 1.2rem);
}

.layers-series-slide::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--series-colour);
  content: "";
}

.layers-heatmap-wrap {
  --layers-label-bg: var(--layers-canvas);
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  padding: 0.35rem 0.2rem 0.7rem;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.layers-fallback .layers-heatmap-wrap {
  --layers-label-bg: var(--bg);
}

.layers-heatmap-table {
  width: max-content;
  min-width: 0;
  margin-left: auto;
  border-collapse: separate;
  border-spacing: 5px;
  font-variant-numeric: tabular-nums;
  table-layout: fixed;
}

.layers-heatmap-table .layers-label-column {
  width: 9.5rem;
}

.layers-heatmap-table .layers-value-column {
  width: 2.5rem;
}

.layers-full-table .layers-value-column {
  width: 1.65rem;
}

.layers-heatmap-table th,
.layers-heatmap-table td {
  padding: 0;
  text-align: center;
}

.layers-heatmap-table thead th {
  padding: 0.35rem 0.15rem;
  color: var(--muted);
  font-size: 0.7rem;
  white-space: nowrap;
}

.layers-heatmap-table thead tr:first-child > th:first-child,
.layers-heatmap-table tbody th {
  position: sticky;
  left: 0;
  z-index: 4;
  width: 9.5rem;
  min-width: 9.5rem;
  background: var(--layers-label-bg);
  text-align: left;
}

.layers-heatmap-table thead tr:first-child > th:first-child {
  z-index: 5;
  font-size: 0.82rem;
  font-weight: 750;
}

.layers-heatmap-table tbody th {
  padding-right: 0.9rem;
  font-size: clamp(0.9rem, 1vw, 1.05rem);
  font-weight: 750;
  line-height: 1.2;
}

.layers-heatmap-table td {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgb(31 27 22 / 0.13);
  border-radius: 8px;
  background: var(--score-colour);
  color: #171717;
  font-size: 0.8rem;
  font-weight: 800;
}

.layers-page.is-enhanced:not(.is-compact) .layers-data-slide .layers-cell-value {
  opacity: 0;
}

.layers-page.is-enhanced:not(.is-compact)
  .layers-data-slide .layers-heatmap-table td {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.layers-full-slide {
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(0.8rem, 2vw, 2rem);
}

.layers-full-slide h2 {
  font-size: clamp(2rem, 3.8vw, 3.8rem);
}

.layers-full-table {
  width: max-content;
  min-width: 0;
  border-spacing: 3px;
}

.layers-full-table .layers-table-series {
  border-top: 0.32rem solid var(--series-colour);
  color: var(--text);
  font-weight: 750;
}

.layers-full-table thead tr:first-child > th:first-child,
.layers-full-table tbody th {
  min-width: 104px;
}

.layers-full-table td {
  width: 1.65rem;
  min-width: 1.65rem;
  height: 1.65rem;
  border-radius: 5px;
  font-size: 0.66rem;
}

.layers-heatmap-caption {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.layers-conclusion-slide {
  z-index: 25;
}

.layers-paths-slide {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(0.8rem, 2vw, 1.5rem);
  align-content: center;
}

.layers-paths-slide > header {
  max-width: 940px;
}

.layers-paths-slide > header h2,
.layers-surface-slide > header h2 {
  font-size: clamp(2rem, 4.2vw, 4.2rem);
}

.layers-transition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.6rem, 1.25vw, 1rem);
  align-items: stretch;
  min-width: 0;
}

.layers-transition-card,
.layers-insight-card {
  min-width: 0;
  border: 1px solid color-mix(in srgb, var(--line) 82%, #312c27 18%);
  border-radius: 20px;
  background: color-mix(in srgb, var(--panel) 72%, transparent);
}

.layers-transition-card {
  max-width: 100%;
  padding: clamp(0.9rem, 1.6vw, 1.4rem);
  border-top: 0.4rem solid
    var(
      --series-stripe-colour,
      color-mix(in srgb, var(--series-colour) 78%, #6f6962 22%)
    );
  overflow-wrap: anywhere;
}

.layers-transition-card h3,
.layers-insight-card h3 {
  margin: 0;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.layers-transition-card h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
}

.layers-transition-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem 0 0;
}

.layers-transition-card dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.25rem;
  align-items: start;
  padding: 0.55rem 0;
  border-top: 1px solid var(--line);
}

.layers-transition-card dt {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.layers-transition-card dd {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 0.45rem;
  align-items: center;
  min-width: 0;
  margin: 0;
  font-size: clamp(0.85rem, 1.05vw, 1rem);
  font-weight: 720;
}

.layers-transition-card dd span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.layers-transition-card dd i {
  color: var(--accent);
  font-style: normal;
}

.layers-transition-card > p {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: clamp(0.78rem, 0.95vw, 0.9rem);
  line-height: 1.38;
}

.layers-transition-card > p strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--text);
  font-size: 0.66rem;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.layers-surface-slide {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  grid-template-areas:
    "heading insights"
    "text insights"
    "method insights"
    "coda coda";
  gap: clamp(0.7rem, 1.5vw, 1.2rem) clamp(1.5rem, 4vw, 4rem);
  align-content: center;
}

.layers-surface-slide > header {
  grid-area: heading;
  max-width: 700px;
}

.layers-conclusion-text {
  grid-area: text;
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.42;
}

.layers-insight-grid {
  grid-area: insights;
  display: grid;
  gap: 0.8rem;
  align-content: center;
}

.layers-insight-card {
  padding: clamp(1rem, 1.8vw, 1.55rem);
}

.layers-insight-card h3 {
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
}

.layers-insight-card p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: clamp(0.82rem, 1.05vw, 0.98rem);
  line-height: 1.42;
}

.layers-method-note {
  grid-area: method;
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.38;
}

.layers-thesis-coda {
  grid-area: coda;
  margin: clamp(0.5rem, 1.4vw, 1rem) 0 0;
  padding-top: clamp(0.8rem, 1.5vw, 1.2rem);
  border-top: 1px solid var(--line);
  font-size: clamp(1.2rem, 2.1vw, 2rem);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.layers-fallback {
  max-width: 1180px;
  margin: clamp(3rem, 8vw, 7rem) auto 0;
}

.layers-page.is-enhanced .layers-fallback {
  display: none;
}

.layers-fallback > h1 {
  max-width: 900px;
}

.layers-static-series {
  margin-top: clamp(4rem, 9vw, 8rem);
  padding-top: 1rem;
  border-top: 0.45rem solid var(--series-colour);
}

.layers-static-series > header h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.5rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.layers-static-works {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.layers-static-work {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(1rem, 4vw, 4rem);
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}

.layers-static-work img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  border-radius: 16px;
}

.layers-static-work h3 {
  margin: 0.35rem 0 1rem;
  font-size: clamp(1.7rem, 3.2vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.layers-static-work div > p:last-of-type {
  color: var(--muted);
}

.layers-static-work ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 1rem;
  padding: 0;
  list-style: none;
}

.layers-static-work li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
}

.layers-static-mini {
  margin-top: 2rem;
}

.layers-static-full,
.layers-static-conclusion {
  margin-top: clamp(5rem, 10vw, 9rem);
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.layers-static-paths .layers-transition-grid,
.layers-static-surface .layers-insight-grid {
  margin-top: 2rem;
}

.layers-static-paths .layers-transition-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.layers-static-surface .layers-insight-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.layers-static-conclusion .layers-conclusion-text {
  margin-top: 1.5rem;
}

.layers-static-conclusion .layers-method-note {
  margin-top: 1.5rem;
}

.layers-static-conclusion .layers-thesis-coda {
  margin-top: 2rem;
}

@keyframes layers-nudge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(0.4rem); }
}

@media (max-width: 1080px) {
  .layers-series-slide,
  .layers-full-slide {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr) auto;
    align-content: center;
    gap: 0.5rem;
  }

  .layers-data-slide header {
    max-width: 760px;
  }

  .layers-data-slide header h2 {
    margin-bottom: 0.55rem;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
  }

  .layers-data-slide header > p:last-child {
    margin: 0;
  }

  .layers-heatmap-caption {
    grid-column: 1;
  }

  .layers-paths-slide,
  .layers-surface-slide {
    grid-template-columns: 1fr;
    align-content: start;
    overflow-y: auto;
  }

  .layers-paths-slide {
    grid-template-rows: auto auto;
  }

  .layers-transition-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .layers-surface-slide {
    grid-template-areas:
      "heading"
      "text"
      "insights"
      "method"
      "coda";
    gap: 0.8rem;
  }
}

@media (max-width: 760px) {
  .layers-page {
    width: calc(100% - 0.5rem);
    padding-top: 0.25rem;
  }

  .layers-stage {
    top: calc(var(--layers-header-height, 64px) + 0.25rem);
    height: calc(100svh - var(--layers-header-height, 64px) - 0.5rem);
  }

  .layers-stage-canvas {
    border-radius: 19px;
  }

  .layers-progress {
    top: 0.85rem;
    right: 0.85rem;
    left: 0.85rem;
    gap: 0.6rem;
    font-size: 0.61rem;
  }

  .layers-data-slide {
    inset: 3.65rem 0.85rem 0.85rem;
  }

  .layers-title-slide {
    align-items: center;
  }

  .layers-title-slide h1 {
    font-size: clamp(3.3rem, 19vw, 6rem);
    line-height: 0.84;
  }

  .layers-title-slide > div > p:not(.eyebrow) {
    margin-top: 1.5rem;
    font-size: 1rem;
  }

  .layers-title-actions {
    display: grid;
    justify-items: start;
    margin-top: 1.5rem;
  }

  .layers-work-frame {
    inset: 3.65rem 0.85rem 0.85rem;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(260px, 64%) minmax(0, 36%);
    gap: 0.3rem;
    align-items: stretch;
  }

  .layers-image-box {
    inset: 0 0 0.8rem;
  }

  .layers-copy-stack {
    align-items: end;
  }

  .layers-work-copy {
    max-width: none;
    padding: 0.35rem 0.25rem;
    background: color-mix(in srgb, var(--layers-canvas) 96%, transparent);
    box-shadow: 0 0 18px 14px color-mix(in srgb, var(--layers-canvas) 91%, transparent);
  }

  .layers-work-copy .eyebrow {
    margin: 0;
    font-size: 0.62rem;
  }

  .layers-work-copy h2 {
    margin: 0.25rem 0 0.55rem;
    font-size: clamp(1.35rem, 7vw, 2rem);
    line-height: 0.96;
  }

  .layers-work-copy > p:last-child {
    font-size: clamp(0.75rem, 2.75vw, 0.88rem);
    line-height: 1.34;
  }

  .layers-flying-value {
    width: 1.72rem;
    border-radius: 6px;
    font-size: 0.68rem;
  }

  .layers-series-slide,
  .layers-full-slide {
    grid-template-rows: auto minmax(0, 1fr) auto;
  }

  .layers-data-slide header h2 {
    font-size: clamp(1.55rem, 8vw, 2.35rem);
  }

  .layers-data-slide header > p:last-child {
    font-size: 0.8rem;
    line-height: 1.32;
  }

  .layers-heatmap-wrap {
    align-self: center;
    padding-bottom: 0.55rem;
  }

  .layers-heatmap-table {
    width: max-content;
    min-width: 0;
  }

  .layers-heatmap-table thead tr:first-child > th:first-child,
  .layers-heatmap-table tbody th {
    min-width: 112px;
  }

  .layers-heatmap-table td {
    width: 2.15rem;
    min-width: 2.15rem;
    height: 2.15rem;
  }

  .layers-heatmap-table .layers-value-column {
    width: 2.15rem;
  }

  .layers-full-table thead tr:first-child > th:first-child,
  .layers-full-table tbody th {
    min-width: 102px;
  }

  .layers-full-table td {
    width: 1.92rem;
    min-width: 1.92rem;
    height: 1.92rem;
  }

  .layers-full-table .layers-value-column {
    width: 1.92rem;
  }

  .layers-heatmap-caption {
    font-size: 0.64rem;
  }

  .layers-paths-slide h2,
  .layers-surface-slide h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .layers-transition-grid,
  .layers-static-paths .layers-transition-grid,
  .layers-static-surface .layers-insight-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .layers-transition-card,
  .layers-insight-card {
    padding: 0.8rem;
    border-radius: 15px;
  }

  .layers-transition-card h3,
  .layers-insight-card h3 {
    font-size: 1.05rem;
  }

  .layers-transition-card dl {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0.55rem;
  }

  .layers-transition-card dl > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.2rem;
    padding: 0.35rem 0;
  }

  .layers-transition-card > p,
  .layers-insight-card p {
    margin-top: 0.45rem;
    font-size: 0.76rem;
  }

  .layers-conclusion-text {
    font-size: 0.9rem;
  }

  .layers-method-note {
    font-size: 0.68rem;
  }

  .layers-thesis-coda {
    font-size: 1.08rem;
  }

  .layers-static-work {
    grid-template-columns: 1fr;
  }

  .layers-static-work ul {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .layers-stage-canvas {
    transition: none;
  }

  .layers-title-actions b {
    animation: none;
  }
}
