body {
  background: white;
  color: black;
  font-family: Courier, "Courier New", monospace;
  font-size: 12px;
  margin: 0;
}

#snow-canvas {
  height: 100vh;
  image-rendering: pixelated;
  inset: 0;
  pointer-events: none;
  position: fixed;
  width: 100vw;
  z-index: 999;
}

a {
  color: black;
}

img,
video {
  display: block;
  max-width: 100%;
}

.svg-filters {
  height: 0;
  position: absolute;
  width: 0;
}

.site-shell {
  width: min(770px, calc(100vw - 34px));
  margin: 42px auto 64px;
}

.page {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 118px minmax(0, 360px) 118px;
  gap: 54px;
  justify-content: center;
  width: 100%;
}

.site-info {
  position: sticky;
  top: 34px;
  height: fit-content;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.35;
  padding: 8px;
  text-align: right;
}

.right-info {
  box-sizing: border-box;
  color: #777;
  font-size: 10px;
  height: fit-content;
  line-height: 1.35;
  padding: 8px;
  position: sticky;
  text-align: left;
  top: 34px;
}

.right-info p {
  margin: 0;
}

.site-title {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.15;
  margin: 0 0 10px;
}

.header-image-slot {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  text-align: center;
  width: 100%;
}

.header-image-slot img {
  filter: invert(1);
  height: auto;
  image-rendering: pixelated;
  width: min(520px, 100%);
}

.artist-bio {
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.35;
  margin: 0 auto 34px;
  padding: 10px;
  width: 360px;
}

.artist-bio p {
  margin: 0;
}

.site-note {
  margin: 0 0 14px;
}

.site-links {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ascii-decor {
  color: #222;
  font-family: Courier, "Courier New", monospace;
  font-size: 6px;
  line-height: 1.18;
  margin: 15px 0 0 calc(100% - 190px);
  overflow: visible;
  text-align: right;
  white-space: pre;
  width: 190px;
}

.ascii-decor-right {
  color: #222;
  font-family: Courier, "Courier New", monospace;
  font-size: 6px;
  line-height: 1.18;
  margin: 0;
  overflow: visible;
  white-space: pre;
  width: 190px;
}

.ascii-decor-left-wide {
  margin-top: 52px;
  margin-left: calc(100% - 360px);
  width: 360px;
}

.ascii-decor-wide {
  margin-top: 52px;
  width: 360px;
}

.blog-feed {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 0;
}

.post {
  box-sizing: border-box;
  clear: both;
  position: relative;
  width: var(--post-width, 420px);
  margin-bottom: 58px;
}

.post + .post {
  padding-top: 26px;
}

.post + .post::before {
  border-top: 1px dotted #b8b8b8;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 240px;
}

.photo-post + .photo-post {
  padding-top: 0;
}

.photo-post + .photo-post::before {
  display: none;
}

.post h2 {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.15;
  margin: 0 0 8px;
}

.post p {
  line-height: 1.35;
  margin: 6px 0 0;
}

.feature-post {
  --post-width: 250px;
}

.feature-post img {
  width: 100%;
  height: auto;
}

.horizontal-post {
  --post-width: 240px;
}

.vertical-post {
  --post-width: 240px;
}

.music-post {
  --post-width: 360px;
}

.contact-post {
  --post-width: 240px;
}

.blog-post {
  --post-width: 360px;
  display: grid;
  gap: 10px;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
}

.blog-avatar {
  aspect-ratio: 1;
  border: 1px dotted #b8b8b8;
  box-sizing: border-box;
  height: 42px;
  object-fit: cover;
  object-position: 56% 42%;
  width: 42px;
}

.blog-entry {
  border: 1px dotted #b8b8b8;
  box-sizing: border-box;
  min-height: 84px;
  padding: 8px;
}

.blog-entry time {
  display: block;
  font-size: 9px;
  margin-bottom: 8px;
}

.release-row {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.release-item {
  width: 171px;
  text-align: center;
}

.release-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.photo-post img {
  width: 100%;
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  #snow-canvas {
    display: none;
  }
}

@media (max-width: 760px) {
  .page {
    display: block;
    width: 100%;
  }

  .site-shell {
    width: calc(100vw - 24px);
    margin: 18px 12px 48px;
  }

  .header-image-slot {
    margin-bottom: 22px;
  }

  .artist-bio {
    margin-bottom: 28px;
  }

  .site-info {
    position: static;
    margin-bottom: 34px;
    width: fit-content;
  }

  .right-info {
    margin-top: 42px;
    padding: 0;
    position: static;
  }

  .site-links {
    align-items: center;
    flex-direction: row;
    gap: 14px;
  }

  .blog-feed {
    padding-top: 0;
  }

  .post {
    width: min(var(--post-width), 100%);
    margin-bottom: 48px;
  }

  .post + .post::before {
    left: 50%;
    transform: translateX(-50%);
    width: min(300px, 100%);
  }

  .blog-post {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .release-row {
    flex-direction: column;
    gap: 28px;
  }

  .release-item {
    width: min(171px, 100%);
  }
}
