html { font-family: Helvetica, Arial, sans-serif; font-size: 16px; }
body { margin: 18px; line-height: 1.3; color: #000; overflow-wrap: break-word; }

a, a:visited, a:hover, a:active { color: blue; text-decoration: underline; }

.title, .title:visited, .title:hover, .title:active { color: #000; text-decoration: none; }

.bullet { font-size: 25px; margin-right: 1px; position: relative; top: 1px; }

header { margin-bottom: 2.4em; }
.role { margin-bottom: 2em; }
.contact { margin-bottom: 3.6em; }
.manifesto { margin-bottom: 5.3em; }
video { display: block; width: 100%; height: auto; }
.video-wrap { position: relative; line-height: 0; margin-bottom: 2em; }

.catchphrase { margin: 62px 0 44px; }
.catchphrase img,
.catchphrase picture { display: block; width: 100%; height: auto; }

.index { margin-bottom: 105px; }
.index a { margin-right: 2em; }
.index a.current,
.index a.current:visited { color: #000; text-decoration: none; }

.sub .index { margin-bottom: 40px; }

.pagination { display: flex; justify-content: space-between; align-items: center; margin-top: 40px; }
.pagination a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  line-height: 1;
  padding-bottom: 1px;
}
.pagination .arr {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-top: -1px;
  background-color: currentColor;
  -webkit-mask: url(/arrow.svg) center / contain no-repeat;
  mask: url(/arrow.svg) center / contain no-repeat;
}
.pagination .arr-l { transform: scaleX(-1); margin-right: 0.3em; }
.pagination .arr:not(.arr-l) { margin-left: 0.3em; }
.pagination .next:only-child { margin-left: auto; }

main { margin-top: 0; }
ul { list-style: none; padding: 0; margin: 0; }
li { margin-bottom: 18px; }
li img, li video { display: block; max-width: 100%; height: auto; }
li img.v, li video.v { width: 600px; }
li img.h, li video.h { width: 900px; }

.screen {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 0.5rem;
  line-height: 0;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  background:
    repeating-linear-gradient(to bottom,
      rgba(0,0,0,0)  0px, rgba(0,0,0,0)  2px,
      rgba(0,0,0,.012) 2px, rgba(0,0,0,.012) 3px),
    repeating-linear-gradient(to right,
      rgba(0,0,0,0)  0px, rgba(0,0,0,0)  2px,
      rgba(0,0,0,.012) 2px, rgba(0,0,0,.012) 3px);
  mix-blend-mode: multiply;
}

body { padding-bottom: 100px; }

.bottom-menu {
  display: block;
  position: fixed;
  left: 18px; right: 18px; bottom: 18px;
  background: #000;
  color: #fff;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  z-index: 1000;
  max-height: 65px;
  overflow: hidden;
  border-radius: 5px;
  transition: max-height 1s cubic-bezier(.16,1,.3,1);
}
.bottom-menu.open {
  max-height: 85vh;
  overflow-y: auto;
}
.bottom-menu.open {
  max-height: 85vh;
  overflow-y: auto;
}
.bottom-menu.open {
  max-height: 85vh;
  overflow-y: auto;
}

.bottom-menu a,
.bottom-menu a:visited,
.bottom-menu a:hover {
  color: #fff;
  text-decoration: underline dotted;
  text-underline-offset: 3px;
}
.bottom-menu a.current { color: #4cff7a; }

.bm-toggle .down { display: none; }
.bottom-menu.open .bm-toggle .up { display: none; }
.bottom-menu.open .bm-toggle .down { display: inline; }

.bm-head {
  display: flex;
  justify-content: space-between;
  padding: 14px 18px 10px;
}
.bm-toggle {
  background: none;
  border: 0;
  color: #fff;
  font: inherit;
  cursor: pointer;
  padding: 8px 12px;
  margin: -8px -12px;
  -webkit-tap-highlight-color: transparent;
}
.bm-toggle:active {
  opacity: 0.7;
}
.bm-body { padding: 0 18px 22px; }
.bm-body p { margin: 0 0 8px; }
.bm-section { margin-top: 18px; }

.bm-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  margin-top: 8px;
}
.bm-index a { white-space: nowrap; }

@media (max-width: 600px) {
  li { margin-bottom: 18px; }
  .bm-head { padding: 14px 18px 10px; }
  .bm-body { padding: 0 18px 18px; }
  .bm-index {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px 8px;
  }
  .sub .catchphrase { display: none; }
}
