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; }
.video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(to bottom,
      rgba(0,0,0,0)  0px, rgba(0,0,0,0)  2px,
      rgba(0,0,0,.05) 2px, rgba(0,0,0,.05) 3px),
    repeating-linear-gradient(to right,
      rgba(0,0,0,0)  0px, rgba(0,0,0,0)  2px,
      rgba(0,0,0,.05) 2px, rgba(0,0,0,.05) 3px),
    radial-gradient(ellipse at center,
      rgba(0,0,0,0) 65%, rgba(0,0,0,.2) 100%);
  mix-blend-mode: multiply;
}

.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; }

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: 65px; }

.bottom-menu {
  display: block;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #000;
  color: #fff;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  z-index: 1000;
  max-height: 65px;
  overflow: hidden;
  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: 0;
}
.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; }
}
