@font-face {
  font-family: "Book";
  src: url("../fonts/SpyreEpochUnlicencedTrial-Book.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Italic";
  src: url("../fonts/SpyreEpochUnlicencedTrial-BookItalic.woff2") format("woff2");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}

html,
body {
  --site-font-book: "Book";
  --site-font-italic: "Italic";
  font-family: var(--site-font-book), sans-serif;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

.project-index {
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.project-index__panel,
.project-index__stage {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100vw;
  width: 100dvw;
}

.project-index__panel {
  height: 100vh;
  height: 100lvh;
  min-height: 100vh;
  min-height: 100lvh;
}

.project-index__panel h1,
.project-index__panel--terms h2,
.project-index__stage h2,
.project-index__project-meta p {
  font-family: var(--site-font-book), sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}

.project-index__project-meta p {
  font-size: 17px;
  line-height: 1.15;
  margin: 0;
}

.project-index__stage .project-index__project-title {
  display: inline-block;
  font-family: var(--site-font-italic), sans-serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.15;
  margin-bottom: 0;
  overflow: visible;
  padding: 0 0.16em;
}

em,
i {
  font-family: var(--site-font-italic), sans-serif;
}

.project-index__about-section :is(p, h1, h2, h3, h4, h5, h6, li, a, span, em, i)::selection,
.project-index__terms-section :is(p, h1, h2, h3, h4, h5, h6, li, a, span, em, i)::selection,
.project-index__info-section :is(p, h1, h2, h3, h4, h5, h6, li, a, span, em, i)::selection {
  background: #26160c;
  color: #c4c0b9;
}

.project-index__about-section :is(p, h1, h2, h3, h4, h5, h6, li, a, span, em, i)::-moz-selection,
.project-index__terms-section :is(p, h1, h2, h3, h4, h5, h6, li, a, span, em, i)::-moz-selection,
.project-index__info-section :is(p, h1, h2, h3, h4, h5, h6, li, a, span, em, i)::-moz-selection {
  background: #26160c;
  color: #c4c0b9;
}

.project-index__project {
  cursor: pointer;
  height: 100vh;
  height: 100lvh;
  min-height: 100vh;
  min-height: 100lvh;
  position: relative;
}

.project-index__stage {
  height: 100vh;
  height: 100lvh;
  pointer-events: none;
  position: relative;
  z-index: 3;
}

.project-index__stage h2 {
  position: relative;
  z-index: 2;
}

.project-index__project-meta {
  pointer-events: auto;
}

.project-index__project-meta:hover h2,
.project-index__project-meta:hover p {
  color: #c4c0b9;
}

.project-index__panel--name h1:hover {
  color: #c4c0b9;
}

.project-index__panel--name {
  cursor: pointer;
}

.project-index__panel--terms {
  cursor: pointer;
}

.project-index__panel--terms {
  padding: 24px;
  position: relative;
}

.project-index__panel--terms .project-index__capture-background {
  cursor: pointer;
  font-size: 17px;
  line-height: 1.15;
  margin: 0;
}

.project-index__capture-background:hover {
  color: #c4c0b9;
}

.project-index__footer-links,
.project-index__contact-links,
.project-index__footer-meta {
  align-items: flex-start;
  display: flex;
  font: 17px/1.15 var(--site-font-book), sans-serif;
}

.project-index__footer-links {
  bottom: 24px;
  gap: 2.5rem;
  left: 24px;
  position: absolute;
  text-align: left;
}

.project-index__footer-meta {
  gap: 1.25rem;
  white-space: nowrap;
}

.project-index__terms-trigger {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: left;
}

.project-index__contact-links {
  column-gap: 1.25rem;
  flex-wrap: wrap;
  line-height: 1.15;
  row-gap: 0;
  white-space: nowrap;
}

.project-index__contact-links > * {
  flex: 0 0 auto;
  white-space: nowrap;
}

.project-index__contact-links a {
  color: inherit;
  text-decoration: none;
}

.project-index__footer-meta a {
  color: inherit;
  text-decoration: none;
}

.project-index__terms-trigger:hover,
.project-index__contact-links a:hover,
.project-index__footer-meta a:hover {
  color: #c4c0b9;
}

@media (max-width: 700px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
    overscroll-behavior-x: none;
    width: 100%;
  }

  .project-index {
    max-width: 100%;
    overflow-x: clip;
  }

  .project-index__contact-links,
  .project-index__footer-meta {
    flex-direction: column;
    gap: 0;
  }

  .project-index__contact-links > .project-index__contact-address {
    max-width: calc(100vw - 48px);
    white-space: normal;
  }

}

body.is-about-section-open .project-index__panel--name {
  pointer-events: none;
  position: relative;
  z-index: 5;
}

body.is-about-section-open .project-index__panel--name h1 {
  pointer-events: auto;
}

.project-index__about-section {
  box-sizing: border-box;
  inset: 0;
  opacity: 0;
  overflow-y: auto;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity 160ms cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 4;
}

.project-index__about-section.is-open {
  opacity: 1;
  pointer-events: auto;
}

.project-index__info-trigger {
  appearance: none;
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  font: 17px/1.15 var(--site-font-book), sans-serif;
  left: 24px;
  padding: 0;
  position: fixed;
  top: 24px;
  z-index: 4;
}

.project-index__info-trigger:hover {
  color: #c4c0b9;
}

.project-index__info-section {
  box-sizing: border-box;
  inset: 0;
  opacity: 0;
  overflow-y: auto;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity 160ms cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 4;
}

.project-index__info-section.is-open {
  opacity: 1;
  pointer-events: auto;
}

.project-index__info-content {
  font: 17px/1.15 var(--site-font-book), sans-serif;
  max-width: 42rem;
}

.project-index__info-content p,
.project-index__terms-content p,
.project-index__about-text p {
  margin: 0;
}

.project-index__info-content p + p,
.project-index__terms-content p + p,
.project-index__about-text p + p {
  margin-top: 1.15em;
}

.project-index__info-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.project-index__info-content li::before {
  content: '- ';
}

.project-index__terms-section {
  box-sizing: border-box;
  inset: 0;
  opacity: 0;
  overflow-y: auto;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity 160ms cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 4;
}

.project-index__terms-section.is-open {
  opacity: 1;
  pointer-events: auto;
}

.project-index__terms-content {
  font: 17px/1.15 var(--site-font-book), sans-serif;
  max-width: 42rem;
}

.project-index__about-content {
  max-width: 42rem;
}

/* Keep selection bound to inline content rather than the full-width layout
   blocks that arrange the About, CV, and contact sections. */
.project-index__about-content :is(section, h2, h3, .project-index__about-category, .project-index__about-entry) {
  -webkit-user-select: none;
  user-select: none;
}

.project-index__about-selectable,
.project-index__about-text,
.project-index__about-text *,
.project-index__about-entry-year,
.project-index__about-entry-text,
.project-index__about-entry-text * {
  -webkit-user-select: text;
  user-select: text;
}

.project-index__about-content section + section {
  margin-top: 2.25rem;
}

.project-index__about-content h2,
.project-index__about-content h3,
.project-index__about-content p {
  font-family: var(--site-font-book), sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
}

.project-index__about-content h2,
.project-index__about-content h3 {
  display: contents;
}

.project-index__about-content h2 {
  margin-bottom: 20px;
}

.project-index__about-content h3 {
  margin: 20px 0;
}

.project-index__about-content h2 .project-index__about-selectable,
.project-index__about-content h3 .project-index__about-selectable {
  display: table;
}

.project-index__about-content h2 .project-index__about-selectable {
  margin-bottom: 20px;
}

.project-index__about-content h3 .project-index__about-selectable {
  margin: 20px 0;
}

.project-index__about-content p + p {
  margin-top: 0;
}

/* Years remain at the panel edge; every associated entry begins at 80px. */
.project-index__about-entry {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  -webkit-user-select: none;
  user-select: none;
}

.project-index__about-entry-text {
  grid-column: 2;
}

/* A selection range can pass through the grid row, but only its actual text
   cells receive a visible highlight. This prevents the empty grid area from
   falling back to the browser's blue selection color. */
.project-index__about-content::selection,
.project-index__about-content section::selection,
.project-index__about-category::selection,
.project-index__about-content h2::selection,
.project-index__about-content h3::selection,
.project-index__about-entry::selection {
  background: transparent;
  color: inherit;
}

.project-index__about-entry-year::selection,
.project-index__about-entry-text::selection,
.project-index__about-entry-text *::selection {
  background: #26160c;
  color: #c4c0b9;
}

.project-index__about-selectable::selection {
  background: #26160c;
  color: #c4c0b9;
}

.project-index__about-content::-moz-selection,
.project-index__about-content section::-moz-selection,
.project-index__about-category::-moz-selection,
.project-index__about-content h2::-moz-selection,
.project-index__about-content h3::-moz-selection,
.project-index__about-entry::-moz-selection {
  background: transparent;
  color: inherit;
}

.project-index__about-entry-year::-moz-selection,
.project-index__about-entry-text::-moz-selection,
.project-index__about-entry-text *::-moz-selection {
  background: #26160c;
  color: #c4c0b9;
}

.project-index__about-selectable::-moz-selection {
  background: #26160c;
  color: #c4c0b9;
}

.project-index__about-text {
  font-family: var(--site-font-book), sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
}

/* The biography paragraph is inline so its selection follows the actual text
   flow instead of painting a full-width block line. */
.project-index__about-text p {
  -webkit-user-select: none;
  display: inline;
  user-select: none;
}

.project-index__about-text p::selection {
  background: transparent !important;
  color: inherit !important;
}

.project-index__about-text p::-moz-selection {
  background: transparent !important;
  color: inherit !important;
}

.project-index__about-text .project-index__about-selectable::selection {
  background: #26160c !important;
  color: #c4c0b9 !important;
}

.project-index__about-text .project-index__about-selectable::-moz-selection {
  background: #26160c !important;
  color: #c4c0b9 !important;
}

/* Prevent browser-blue fallback on non-text fragments of a selection range. */
.project-index__about-section::selection,
.project-index__about-section *::selection {
  background: transparent !important;
  color: inherit !important;
}

.project-index__about-section :is(.project-index__about-selectable, .project-index__about-entry-year, .project-index__about-entry-text, .project-index__about-entry-text *, a)::selection {
  background: #26160c !important;
  color: #c4c0b9 !important;
}

.project-index__about-section::-moz-selection,
.project-index__about-section *::-moz-selection {
  background: transparent !important;
  color: inherit !important;
}

.project-index__about-section :is(.project-index__about-selectable, .project-index__about-entry-year, .project-index__about-entry-text, .project-index__about-entry-text *, a)::-moz-selection {
  background: #26160c !important;
  color: #c4c0b9 !important;
}

.project-index__about-text h1,
.project-index__about-text h2,
.project-index__about-text h3,
.project-index__about-text h4,
.project-index__about-text h5,
.project-index__about-text h6 {
  font-family: var(--site-font-book), sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 1.15em;
}

.project-index__info-content a,
.project-index__terms-content a,
.project-index__about-content a:not(.project-index__about-entry--project-link) {
  color: #c4c0b9;
  cursor: pointer;
  text-decoration: none;
}

.project-index__info-content a::after,
.project-index__terms-content a::after,
.project-index__about-content a:not(.project-index__about-entry--project-link)::after {
  content: "↗";
  display: inline-block;
  font-size: 1em;
  margin-left: 0.25em;
  vertical-align: baseline;
}

.project-index__about-entry--project-link {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.project-index__about-entry--project-link:hover {
  color: #c4c0b9;
}

/* Contact links stay black until the individual contact detail is hovered. */
.project-index__about-entry a:not(.project-index__about-entry--project-link) {
  color: inherit;
}

.project-index__about-entry a:not(.project-index__about-entry--project-link):hover {
  color: #c4c0b9;
}

.project-index__burn-canvas {
  height: 100vh;
  height: 100lvh;
  inset: 0;
  pointer-events: none;
  position: fixed;
  width: 100vw;
  z-index: 1;
}

.project-index__viewport-fireworks {
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 2;
}

.project-index__resize-glyph {
  color: #000;
  font: 18px/1 "Book", sans-serif;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.project-index__resize-glyph[data-direction="vertical"] {
  transform: translate(-50%, -50%) rotate(90deg);
}

.project-index__resize-glyph[data-direction="diagonal-forward"] {
  transform: translate(-50%, -50%) rotate(45deg);
}

.project-index__resize-glyph[data-direction="diagonal-backward"] {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* The transparent shield is kept non-interactive so media can respond to
   hover instantly. Follow-up clicks are handled by the launch logic instead. */
.project-index__burst-click-shield {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 10;
}

.project-index__burst-window {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.28);
  border-radius: 7px;
  box-sizing: border-box;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  left: 50%;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.08);
  transition:
    height 720ms cubic-bezier(0.16, 1, 0.3, 1),
    left 720ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 130ms linear,
    top 720ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
    width 720ms cubic-bezier(0.16, 1, 0.3, 1);
  width: var(--burst-size);
  will-change: auto;
}

.project-index__burst-window.is-launched {
  opacity: 1;
  transform: translate(-50%, -50%) translate(var(--burst-x), var(--burst-y));
}

/* Hover is available immediately; rapid click handling is managed in JS. */
.project-index__burst-window.is-launching {
  pointer-events: auto;
}

.project-index__burst-window.has-image-caption {
  overflow: visible;
}

.project-index__burst-window.is-chrome-less {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

/* Extend the invisible resize boundary beyond the artwork, so the edges are
   easier to grab without covering the image itself. */
.project-index__burst-window.is-chrome-less::before {
  content: '';
  inset: -20px;
  pointer-events: auto;
  position: absolute;
  z-index: 0;
}

.project-index__burst-window.is-chrome-less .project-index__window-bar {
  display: none;
}

.project-index__burst-window.is-chrome-less .project-index__window-content {
  background: transparent;
  overflow: visible;
  z-index: 1;
}

/* Resize is driven by these real handles, rather than by measuring proximity
   to a transformed panel edge. The cursor can therefore only appear where a
   pointer-down will start the corresponding resize. */
.project-index__resize-handle {
  cursor: none;
  pointer-events: auto;
  position: absolute;
  z-index: 2;
}

.project-index__resize-handle[data-resize-handle="top"],
.project-index__resize-handle[data-resize-handle="bottom"] {
  height: 10px;
  left: 12px;
  right: 12px;
}

.project-index__resize-handle[data-resize-handle="top"] { top: 0; }
.project-index__resize-handle[data-resize-handle="bottom"] { bottom: 0; }

.project-index__resize-handle[data-resize-handle="left"],
.project-index__resize-handle[data-resize-handle="right"] {
  bottom: 18px;
  top: 18px;
  width: 18px;
}

.project-index__resize-handle[data-resize-handle="left"] { left: -8px; }
.project-index__resize-handle[data-resize-handle="right"] { right: -8px; }

.project-index__resize-handle[data-resize-handle="top left"],
.project-index__resize-handle[data-resize-handle="top right"],
.project-index__resize-handle[data-resize-handle="bottom left"],
.project-index__resize-handle[data-resize-handle="bottom right"] {
  height: 40px;
  width: 40px;
  z-index: 3;
}

.project-index__resize-handle[data-resize-handle="top left"],
.project-index__resize-handle[data-resize-handle="top right"] { top: -14px; }

.project-index__resize-handle[data-resize-handle="bottom left"],
.project-index__resize-handle[data-resize-handle="bottom right"] { bottom: -14px; }

.project-index__resize-handle[data-resize-handle="top left"],
.project-index__resize-handle[data-resize-handle="bottom left"] { left: -14px; }

.project-index__resize-handle[data-resize-handle="top right"],
.project-index__resize-handle[data-resize-handle="bottom right"] { right: -14px; }

@media (hover: none) and (pointer: coarse) {
  .project-index__resize-glyph,
  .project-index__resize-handle {
    display: none;
  }

  .project-index__burst-window .project-index__window-content {
    touch-action: pan-y;
  }

  .project-index__burst-window .project-index__window-content img,
  .project-index__burst-window .project-index__window-content video {
    /* Artwork touches control the image; all surrounding space keeps scrolling. */
    touch-action: none;
  }
}

.project-index__burst-window.is-fading-out {
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--fade-duration, 420ms) cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity;
}

@media (hover: hover) and (pointer: fine) {
  .project-index__burst-window.is-fading-out {
    transform: var(--fade-transform, translate(-50%, -50%) translate(var(--burst-x), var(--burst-y)) scale(0.92));
    transform-origin: center center;
    transition: opacity var(--fade-duration, 420ms) cubic-bezier(0.16, 1, 0.3, 1), transform var(--fade-duration, 420ms) cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
  }
}

.project-index__burst-window.is-fade-preparing {
  transition: none !important;
}

.project-index__burst-window.is-minimized .project-index__window-content {
  display: none;
}

.project-index__burst-window.is-maximized {
  z-index: 3;
}

.project-index__burst-window.is-dragging,
.project-index__burst-window.is-pinching,
.project-index__burst-window.is-resizing {
  transition: none;
  will-change: height, left, top, width;
}

.project-index__burst-window.has-resize-glyph,
.project-index__burst-window.has-resize-glyph * {
  cursor: none !important;
}

.project-index__burst-window.is-geometry-transitioning {
  box-shadow: none;
  will-change: height, left, top, transform, width;
}

@media (hover: none) and (pointer: coarse) {
  /* DOM order keeps the newest regular artwork above earlier regular images. */
  .project-index__burst-window {
    z-index: 4;
  }

  .project-index__burst-window.is-maximized {
    z-index: 5;
  }

  .project-index__burst-window.is-fading-out {
    --fade-duration: 620ms;
    transition: opacity 620ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  .project-index__burst-window.is-mobile-geometry-preparing,
  .project-index__burst-window.is-mobile-geometry-transitioning {
    transform-origin: top left;
    will-change: transform;
  }

  .project-index__burst-window.is-mobile-geometry-preparing {
    transition: none;
  }

  .project-index__burst-window.is-mobile-geometry-transitioning {
    transition: transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  }
}

.project-index__burst-window.is-manually-sized {
  display: flex;
  flex-direction: column;
}

.project-index__window-bar {
  align-items: center;
  background: linear-gradient(#f7f7f7, #e6e6e6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  display: flex;
  gap: 6px;
  flex: 0 0 25px;
  height: 25px;
  padding: 0 8px;
  cursor: grab;
  position: relative;
  z-index: 4;
}

.project-index__burst-window.is-dragging .project-index__window-bar {
  cursor: grabbing;
}

.project-index__window-control {
  appearance: none;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  flex: 0 0 11px;
  height: 11px;
  padding: 0;
  width: 11px;
}

.project-index__window-control--close { background: #ff5f57; }
.project-index__window-control--minimize { background: #febc2e; }
.project-index__window-control--maximize { background: #28c840; }

.project-index__window-title {
  color: rgba(0, 0, 0, 0.58);
  font: 11px/1 sans-serif;
  margin-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-index__window-content {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.project-index__window-content img,
.project-index__window-content video {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  display: block;
  flex: 0 1 auto;
  max-height: calc(48lvh - 25px);
  max-width: 100%;
  object-fit: contain;
  transition: opacity 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
  user-select: none;
  width: auto;
}

@media (hover: hover) and (pointer: fine) {
  .project-index__burst-window:not(.is-launching):not(.is-maximized):not(.is-geometry-transitioning):not(.has-been-dragged) .project-index__window-content img:hover,
  .project-index__burst-window:not(.is-launching):not(.is-maximized):not(.is-geometry-transitioning):not(.has-been-dragged) .project-index__window-content video:hover {
    opacity: 0.3;
  }

  /* Keep artwork fully opaque during an active burst, including existing
     windows beneath the newly launched image. */
  .project-index__viewport-fireworks.is-bursting .project-index__burst-window:not(.is-maximized):not(.is-geometry-transitioning):not(.has-been-dragged) .project-index__window-content img:hover,
  .project-index__viewport-fireworks.is-bursting .project-index__burst-window:not(.is-maximized):not(.is-geometry-transitioning):not(.has-been-dragged) .project-index__window-content video:hover {
    opacity: 1;
  }
}

.project-index__image-caption {
  box-sizing: border-box;
  color: #000;
  display: flex;
  font: 17px/1.15 var(--site-font-book), sans-serif;
  gap: 0.5em;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding-top: 0.45em;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 100%;
  transition: opacity 160ms ease-out;
  visibility: hidden;
  white-space: nowrap;
  width: 100%;
}

.project-index__burst-window.is-maximized .project-index__image-caption {
  opacity: 1;
  transition-delay: 720ms;
  visibility: visible;
}

.project-index__image-caption.is-stacked {
  flex-direction: column;
  gap: 0.1em;
  left: 50%;
  max-width: calc(100vw - 24px);
  min-width: 100%;
  transform: translateX(-50%);
  white-space: normal;
  width: max-content;
}

.project-index__image-caption-title {
  font-family: var(--site-font-italic), sans-serif;
  font-style: italic;
}

.project-index__burst-window.is-manually-sized .project-index__window-content {
  flex: 1;
  min-height: 0;
}

.project-index__burst-window.is-manually-sized .project-index__window-content img,
.project-index__burst-window.is-manually-sized .project-index__window-content video {
  height: 100%;
  max-height: none;
  max-width: none;
  width: auto;
}

.project-index__steps {
  height: 100vh;
  height: 100lvh;
  inset: 0 auto auto 0;
  position: absolute;
  width: 1px;
}

.project-index__step {
  display: block;
  height: calc(100lvh / var(--project-image-count));
}

@media (prefers-reduced-motion: reduce) {
  .project-index__burst-window {
    transition: none;
  }
}
