:root {
  --page-background: black;
  --page-accent: silver;
  --page-shadow: grey;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--page-background);
  color: #fff;
  background-image: url('../images/baseline_grid.svg');
  background-position: 50% 0;
  background-size: 12rem 12rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: .375rem;
  padding-top: 1.125rem;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 4.5rem;
}

h2 {
  text-align: center;
  letter-spacing: -.2rem;
  text-transform: uppercase;
  transform-style: preserve-3d;
  width: 64%;
  margin: 0 auto .9375rem;
  padding-top: .5625rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  transform: scale3d(1.5625, 1, 1);
}

h3 {
  transform-origin: 0%;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  width: 200%;
  margin-top: -1.5rem;
  margin-bottom: .875rem;
  padding-top: .625rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  transform: scale3d(.5, 1, 1);
}

h4 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-top: .25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h5 {
  margin-top: -1.5rem;
  margin-bottom: 1.1875rem;
  padding-top: .3125rem;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 1.125rem;
  padding-top: .375rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5rem;
}

p {
  margin-bottom: 1.1875rem;
  padding-top: .3125rem;
}

a {
  color: var(--page-accent);
  text-decoration: underline;
}

a:hover {
  color: var(--page-shadow);
}

ul {
  margin-bottom: 0;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  list-style-type: disc;
  overflow: visible;
}

ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

li {
  margin-bottom: -.3125rem;
  padding-top: .3125rem;
  line-height: 1.5rem;
}

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: .75rem;
  padding: 1.0625rem 1.5rem 1.1875rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

figure {
  margin-bottom: 0;
  display: inline-block;
}

figcaption {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.1875rem;
  padding-top: .3125rem;
}

.header {
  z-index: 99;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.header-link {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: #0000;
  padding-top: 2.25rem;
  padding-bottom: 3.75rem;
  box-shadow: 0 0 0 .375rem #fff;
}

.header-link.w--current:hover {
  -webkit-text-stroke-width: .8vw;
  box-shadow: 0 0 0 10px #fff;
}

.header-title {
  letter-spacing: .1ch;
  -webkit-text-stroke-width: .07em;
  -webkit-text-stroke-color: white;
  transform-style: preserve-3d;
  margin-bottom: .25rem;
  padding-top: 1.25rem;
  font-size: 5.25rem;
  line-height: 6rem;
  transform: translate3d(0, 0, 4.5rem)scale3d(.8, 2, 1);
}

.header-title:hover {
  color: #000;
}

.background-image {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-image.visible, .background-image.toc-image {
  display: none;
}

.toc-item {
  z-index: 1;
  align-items: baseline;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.toc {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.toc-link23 {
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: difference;
  background-color: #000;
  width: 100%;
  height: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.toc-link23:hover {
  color: #000;
  background-color: #fff;
}

.toc-link {
  z-index: 99;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: difference;
  width: 100%;
  padding-top: 2.125rem;
  padding-bottom: 2.375rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
}

.toc-link:hover {
  color: #000;
  background-color: #fff;
}

.header-wrapper {
  position: relative;
  overflow: hidden;
}

.toc-image {
  display: none;
}

.poem-stanza {
  text-indent: -2.25rem;
  padding-left: 2.25rem;
  list-style-type: none;
}

.section {
  background-image: url('../images/baseline_grid.svg');
  background-position: 50% 0;
  background-size: 12rem 12rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.section.title-block {
  background-color: var(--page-accent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  mix-blend-mode: hard-light;
}

.section.main-section {
  background-image: url('../images/baseline_grid.svg');
  background-position: 50% 0;
  background-size: 12rem 12rem;
}

.section.footer {
  background-image: none;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000b3;
  background-image: url('../images/baseline_grid.svg');
  background-position: 50% 0;
  background-size: 12rem 12rem;
  background-attachment: scroll;
  width: 60rem;
  max-width: 100%;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .75rem;
  padding-right: .75rem;
}

.container.w30 {
  width: 30rem;
}

.container.continues {
  margin-bottom: 0;
}

.container.w45 {
  width: 45rem;
}

.container.w45.to-delete {
  display: none;
}

.container.w36 {
  width: 36rem;
}

.container.w19-5 {
  width: 19.5rem;
}

.container.w19-5.continues.white-bg {
  color: #000;
  background-color: #ffffffb3;
}

.figure-caption {
  background-color: #fff;
  flex: 1;
  margin-bottom: .75rem;
  display: inline-block;
}

.figure-caption:hover {
  color: #000;
}

.figure-caption p {
  color: #000;
  margin-bottom: .4375rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

.figure-caption a {
  color: var(--page-shadow);
}

.figure-caption a:hover {
  color: #000;
}

.div-block {
  text-align: center;
}

.row-image {
  aspect-ratio: auto;
  object-fit: contain;
  object-position: 50% 100%;
}

.row-image.background-1 {
  filter: contrast(200%) brightness(50%);
  mix-blend-mode: difference;
  flex: 0 auto;
}

.row-image.background-2 {
  filter: contrast(400%) brightness(25%);
  mix-blend-mode: difference;
}

.music-player {
  text-align: center;
  width: 60rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-row-figure {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.image-row {
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.ultra-paradise {
  background-image: url('../images/ultra-paradise.webp');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
}

.khaotic {
  background-image: url('../images/khaotic.webp');
  background-repeat: repeat-y;
  background-size: cover;
}

.footer-link {
  z-index: 99;
  color: #fff;
  background-image: url('../images/baseline_grid.svg');
  background-position: 100% 0;
  background-size: 12rem 12rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 18rem;
  padding-top: 4.5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  position: relative;
}

.footer-link:hover {
  color: #fff;
  mix-blend-mode: difference;
  background-image: none;
}

.footer-link.right {
  background-position: 0 0;
}

.footer-name.footer-title {
  overflow-wrap: break-word;
  transform-style: preserve-3d;
}

.footer-image {
  z-index: 0;
  mix-blend-mode: darken;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.white-haze {
  background-image: url('../images/white-haze.webp');
  background-repeat: repeat-y;
  background-size: cover;
}

.indented {
  text-indent: 3rem;
}

.centered {
  text-align: center;
}

.right-align {
  text-align: right;
}

.nitro-cosmic-peach {
  background-image: url('../images/monster-nitro-cosmic-peach-01-blur-copy.webp');
  background-repeat: repeat-y;
  background-size: cover;
}

.rehab {
  background-image: url('../images/rehab.webp');
  background-repeat: repeat-y;
  background-size: cover;
}

.video-player {
  text-align: center;
  width: 100%;
}

.container-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

.strawberry-dreams {
  background-image: url('../images/strawberry-dreams-80.webp');
  background-repeat: repeat-y;
  background-size: cover;
}

.about {
  background-image: url('../images/original.webp');
  background-repeat: repeat-y;
  background-size: cover;
}

.toc-title {
  z-index: 1;
  position: relative;
}

.toc-title.toc-number {
  text-align: right;
  width: auto;
  margin-left: 1.5rem;
  margin-right: 0;
}

.toc-link-block {
  color: #fff;
  background-image: url('../images/baseline_grid.svg');
  background-position: 50% 0;
  background-size: 12rem 12rem;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.toc-link-block:hover {
  mix-blend-mode: difference;
  background-image: none;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-wrapper {
  width: 50%;
  position: relative;
}

.footer-wrapper:hover {
  background-color: #fff;
}

.video-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 85.33rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-wrapper.plyr__video-embed {
  position: relative;
}

.audio {
  width: 48rem;
  max-width: 100%;
  height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.audio-2 {
  width: 48rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .poem-stanza {
    align-self: flex-start;
  }

  .figure-caption a:hover {
    color: silver;
  }

  .row-image.background-1 {
    display: none;
  }

  .container-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }

  .header-link {
    padding-top: 3.75rem;
    padding-bottom: 6.75rem;
  }

  .header-title {
    line-height: 4.5rem;
  }

  .header-span {
    display: block;
  }

  .row-image.background-2 {
    display: none;
  }

  .footer-name.footer-title {
    width: 80%;
    transform: scale3d(1.25, 1, 1);
  }
}

@media screen and (max-width: 479px) {
  h3 {
    margin-top: -1.5rem;
  }

  figcaption {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .header-link {
    padding-top: 2.25rem;
    padding-bottom: 5.25rem;
  }

  .header-title {
    margin-bottom: .375rem;
    padding-top: 1.125rem;
    font-size: 3.5rem;
    line-height: 3rem;
    display: block;
    transform: translate3d(0, 0, 6vw)scale3d(.8, 2, 1);
  }

  .figure-caption {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .music-player {
    width: 60rem;
    max-width: 100%;
  }

  .footer-link {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-name.footer-title {
    width: 100%;
    transform: scale(1);
  }
}


