@charset "UTF-8";
body {
  margin: 0;
  overflow: hidden;
  height: 0px;
  font-size: 1em;
  line-height: 1.25em;
  text-transform: lowercase;
}

.dev-word::before {
  content: "development";
}

.carousel,
.caption-container {
  transition: opacity 0.4s ease allow-discrete;
}

body * {
  cursor: crosshair !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-moz-selection {
  color: rgba(0, 0, 0, 0.3);
}

::selection {
  color: rgba(0, 0, 0, 0.3);
}

.number-navigation {
  display: inline-flex;
  text-align: right;
  padding-right: 1px;
}

.is-hidden {
  pointer-events: none;
}

.caption-container {
  text-align: right;
  position: absolute;
  /* inside viewport; not affected by canvas transform */
  right: 1rem;
  bottom: 0.75rem;
  z-index: 1000;
  max-width: 95vw;
}

.number-navigation button {
  background: none;
  border: none;
  margin: 0;
  font-size: 1em;
  margin: 0em 0.6em 0em 0.6em;
  text-decoration: none;
  padding: 0.25em;
}

.number-navigation button.active::before {
  content: "⌜";
  display: inline-block;
  margin-right: 0.1em;
  margin-left: -0.71em;
  font-family: Menlo, monospace;
  color: inherit;
}

.number-navigation button.active::after {
  content: "⌟";
  display: inline-block;
  margin-left: 0.1em;
  margin-right: -0.71em;
  font-family: Menlo, monospace;
  color: inherit;
}

a.imprint:hover::after {
  content: "⌟";
  display: inline-block;
  margin-left: 0.15em;
  font-family: Menlo, monospace;
  color: inherit;
}

a.imprint:hover::before {
  content: "⌜";
  display: inline-block;
  margin-right: 0.15em;
  font-family: Menlo, monospace;
  color: inherit;
}

.number-navigation > button:hover::before {
  content: "⌜";
  display: inline-block;
  margin-right: 0.1em;
  margin-left: -0.71em;
  font-family: Menlo, monospace;
  color: inherit;
}

.number-navigation > button:hover::after {
  content: "⌟";
  display: inline-block;
  margin-left: 0.1em;
  margin-right: -0.71em;
  font-family: Menlo, monospace;
  color: inherit;
}

a,
.collapsible > span,
.end-node {
  color: black;
  text-decoration: none;
}

#viewport {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#canvas {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, 0px) scale(1);
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  transition: none;
  transform-origin: 0 0;
}

#canvas.zoom-transition,
.canvas.zoom-transition {
  transition: transform 0.4s ease;
}

/* Initially hidden */
.hidden {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease allow-discrete, transform 0.4s ease;
  pointer-events: none;
}

/* Shown state */
.visible {
  opacity: 1;
  max-height: 1000px;
  overflow: visible;
  transition: opacity 0.4s ease allow-discrete, transform 0.4s ease;
}

.caption {
  list-style: none;
  font-family: "Helvetica Neue", sans-serif;
  padding-inline-start: 0rem;
}

ul {
  list-style: none;
  font-family: "Helvetica Neue", sans-serif;
  padding-inline-start: 0rem;
  margin-bottom: 0;
}

ul ul {
  padding-inline-start: 1.8rem;
}

.work-description > p {
  margin: 0;
}

.content ul {
  margin: 0;
}

.content {
  position: relative;
  z-index: 100;
  overflow: auto;
  max-height: 100vh;
  overscroll-behavior: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  pointer-events: none;
  display: block;
  width: 25em;
  margin: 0 1rem 0 1rem;
}

.content::-webkit-scrollbar {
  display: none;
}

.research {
  padding-bottom: 5em;
}

.info {
  margin-top: 0.75rem;
}

.work-entry,
.research-entry,
.info-entry,
.collapsible,
.download-button,
#home-button,
.imprint {
  pointer-events: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.collapsible.open > ul {
  display: block;
}

img {
  height: 450px;
  transition: opacity 0.4s ease;
}

/* The group wrapper is already positioned by PHP (left/top) */
#canvas .carousel {
  display: grid;
  place-items: center;
  /* center content inside the wrapper */
  transform: translate(-50%, -50%);
  z-index: 1;
  /* if you're centering on the leader's point */
}

/* Make ALL children occupy the SAME grid cell → perfect overlap */
#canvas .carousel > img,
#canvas .carousel > video {
  grid-area: 1/1;
  /* <- the key line */
  position: absolute;
}

/* Stack + center already in place; now show only the active one */
#canvas .carousel > * {
  opacity: 0;
}

#canvas .carousel > .active {
  opacity: 1;
}

.no-break {
  white-space: nowrap;
}

.highlight::before {
  content: "⌜";
  display: inline-block;
  margin-right: -0.3em;
  font-family: Menlo, monospace;
  color: inherit;
}

.highlight.info-entry::before {
  content: "⌜";
  display: inline-block;
  margin-right: 0em;
  font-family: Menlo, monospace;
  color: inherit;
}

.highlight::after {
  content: "⌟";
  display: inline-block;
  margin-left: 0em;
  font-family: Menlo, monospace;
  color: inherit;
}

.download-button > li:hover::before,
#home-button:hover::before,
.info-entry:hover::before {
  content: "⌜";
  display: inline-block;
  margin-right: -0.3em;
  font-family: Menlo, monospace;
  color: inherit;
}

.download-button > li:hover::after,
#home-button:hover::after,
.info-entry:hover::after {
  content: "⌟";
  display: inline-block;
  margin-left: -0.2em;
  font-family: Menlo, monospace;
  color: inherit;
}

@media (hover: hover) and (pointer: fine) {
  .collapsible > span:hover::before {
    content: "⌜";
    display: inline-block;
    margin-right: -0.3em;
    font-family: Menlo, monospace;
    color: inherit;
  }
  .collapsible > span.info-entry:hover::before {
    content: "⌜";
    display: inline-block;
    margin-right: -0.3em;
    font-family: Menlo, monospace;
    color: inherit;
  }
  .collapsible > span:hover::after {
    content: "⌟";
    display: inline-block;
    margin-left: -0.3em;
    font-family: Menlo, monospace;
    color: inherit;
  }
}
.peek > span::before {
  content: "⌜";
  display: inline-block;
  margin-right: -0.3em;
  font-family: Menlo, monospace;
  color: inherit;
}

.peek > span::after {
  content: "⌟";
  display: inline-block;
  margin-left: 0em;
  font-family: Menlo, monospace;
  color: inherit;
}

.title {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.canvas {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -100;
  top: 0;
  left: 0;
}

.mobile-toggle-container {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 999999;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 1.05rem;
}

.mobile-toggle img {
  height: 1.6rem;
  width: auto;
  z-index: 999999;
}

.mobile-toggle {
  z-index: 999999;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.mobile-toggle.inactive {
  z-index: 999999;
  position: fixed;
  transform: rotate(0deg);
}

.hidden-mobile.no-touch {
  display: none;
  pointer-events: none;
}

.mobile-focus-hide {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .dev-word::before {
    content: "dev";
  }
  html.mobile-default-hidden .content > *:not(.info),
  html.mobile-default-hidden .info .level-1 > ul.level-2 {
    display: none;
    pointer-events: none;
  }
  html.mobile-default-hidden .info .level-1 > #home-button {
    display: block;
    pointer-events: auto;
  }
  html,
  body {
    touch-action: manipulation;
  }
  body {
    font-size: 1.05em;
    line-height: 1.2em;
    text-transform: lowercase;
  }
  .content {
    overflow-y: auto;
    /* only vertical scroll */
    max-height: 100dvh;
    overscroll-behavior: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    pointer-events: auto;
    display: block;
    width: 85dvw;
    margin: 0 1rem 0 1rem;
  }
  html.mobile-reading .carousel {
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .hitbox {
    position: relative;
  }
  .hitbox::before {
    content: "";
    position: absolute;
    top: -0.5em;
    bottom: -0.5em;
    left: -1em;
    right: -1em;
  }
  .highlight::before {
    content: "" !important;
    display: inline-block;
    margin-right: -0.3em;
    font-family: Menlo, monospace;
    color: inherit;
  }
  .highlight::after {
    content: "" !important;
    display: inline-block;
    margin-left: 0em;
    font-family: Menlo, monospace;
    color: inherit;
  }
  .desc-open::before {
    content: "⌜" !important;
    display: inline-block;
    margin-right: -0.3em;
    top: -0.6em;
    font-family: Menlo, monospace;
    color: inherit;
  }
  .desc-open::after {
    content: "⌟" !important;
    display: inline-block;
    margin-left: 0em;
    font-family: Menlo, monospace;
    color: inherit;
  }
  .info-entry.desc-open::before {
    content: "⌜" !important;
    display: inline-block;
    margin-right: -0.3em;
    font-family: Menlo, monospace;
    color: inherit;
  }
  .info-entry.desc-open:hover::before {
    content: "⌜" !important;
    display: inline-block;
    margin-right: -0.3em;
    font-family: Menlo, monospace;
    color: inherit;
  }
  .info-entry.desc-open::after {
    content: "⌟" !important;
    display: inline-block;
    margin-left: -0.3em;
    font-family: Menlo, monospace;
    color: inherit;
  }
  button {
    color: black;
  }
  .number-navigation {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .number-navigation::after {
    content: "";
    width: 0.1em;
  }
  .caption-container {
    text-align: right;
    position: absolute;
    /* inside viewport; not affected by canvas transform */
    right: 0.5em;
    bottom: 0rem;
    z-index: 1000;
  }
  .work-description > p {
    margin-left: 1rem;
  }
}/*# sourceMappingURL=style.css.map */