@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

b, strong {
  font-weight: 650;
}

q.i, body#apocrypha main > blockquote, body#chronology main > blockquote, body#epistles article blockquote p, i, cite, em, var, address, dfn {
  font-style: normal;
  font-variation-settings: "ital" 1;
}

s, del {
  text-decoration: line-through;
}

u, ins {
  text-decoration: underline;
}

sup, sub {
  font-size: 70%;
  line-height: 0;
  font-variation-settings: "wdth" 90;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

pre {
  white-space: pre-wrap;
}

nobr {
  white-space: nowrap;
}

::selection {
  background: #334477;
  color: #fcfaf8;
}

::target-text {
  background-color: #e4c55c;
  color: #5f3663;
}

* {
  scrollbar-color: #bbafaa #fcfaf8;
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}

::-webkit-scrollbar-track {
  background-color: #fcfaf8;
  border: 1px solid #110033;
}

::-webkit-scrollbar-thumb {
  background-color: #bbafaa;
}

body#chronology dl dt, body.album h4, body.song h4, body#updates article h3, body#epistles article h3, body#about h3, body#miscellany h3, body#catalogue h3, body#cue h3, body.album h3, body.song h3, body > header nav ul, body > header > h1, body#bibliography h3, body#personae h3, body.writing h3, h2, body.writing main h1 {
  font-family: "hackney", sans-serif;
  font-weight: normal;
}

body#waveforms h3, body.writing h2, body, body#bibliography h3 small, body#personae h3 small, body.writing h3 small, h2 small, body.writing main h1 small {
  font-family: "peridot-pe-variable", sans-serif;
  font-weight: 375;
  font-variation-settings: "wdth" 98;
}

body#cruel.writing main blockquote, p.signature,
body.writing main > p:last-child, body.writing main blockquote, body#epistles article blockquote p, body.song section#listen iframe + p,
body.song section#video iframe + p, body.album p.date, body.album p.label, body.album section#tracks time,
body.song section#releases time, body.album figure#cover figcaption, body.album aside#images figcaption, body.song figure#cover figcaption, body.song aside#images figcaption, body#catalogue section#songs ul:first-of-type + p, body#catalogue section#songs h2:first-child + ul li span, body#chronology main > blockquote, p.date, body#waveforms h3 small, body.writing h2, body#bibliography h3 small, body#personae h3 small, body.writing h3 small, h2 small, body.writing main h1 small {
  color: #64686c;
  font-weight: 325;
}

body#dssmeta pre, body#dssmeta table, body#dssmeta code, body.plain main pre, body#waveforms kbd, body#waveforms h2 a.info, a.email, code {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
}

div#banner, body::before, body#waveforms h2 a.info, body#index, sup {
  user-select: none;
  -webkit-user-select: none;
  cursor: default;
}

body#bibliography h3, body#personae h3, body.writing h3, h2, body.writing main h1 {
  font-size: 2.333rem;
  color: #b12a26;
  margin-bottom: 1rem;
}
body#bibliography h3 small, body#personae h3 small, body.writing h3 small, h2 small, body.writing main h1 small {
  white-space: nowrap;
  font-size: 1rem;
}

body.writing main p:has(img) img, body#epistles article figure img, details blockquote, #quotes div blockquote, body.song aside#images figure img, body.album figure#cover img, body.album aside#images img, body.song figure#cover img, body.song aside#images img, body#personae article header figure img, body#apocrypha main figure img {
  box-shadow: #bbafaa 0.5rem 0.5rem;
  border: 1px solid #bbafaa;
  transition: all 125ms;
}
a:hover body.writing main p:has(img) img, body.writing main p:has(img) a:hover img, a:hover body#epistles article figure img, body#epistles article figure a:hover img, a:hover details blockquote, details a:hover blockquote, a:hover #quotes div blockquote, #quotes div a:hover blockquote, a:hover body.album figure#cover img, body.album figure#cover a:hover img, a:hover body.album aside#images img, body.album aside#images a:hover img, a:hover body.song figure#cover img, body.song figure#cover a:hover img, a:hover body.song aside#images img, body.song aside#images a:hover img, a:hover body#personae article header figure img, body#personae article header figure a:hover img, a:hover body#apocrypha main figure img, body#apocrypha main figure a:hover img {
  border-color: #64686c;
  box-shadow: #64686c 0.5rem 0.5rem;
}

body {
  color: #2b2c30;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 45rem;
  background: url("../images/chairs.png") no-repeat bottom center, url("../images/skyline.png") no-repeat top right, #fcfaf8;
  background-size: 100vw, 33.75rem;
  background-blend-mode: multiply, multiply, normal;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body > header {
  padding-top: 3rem;
}

body > main {
  flex: 1 0 auto;
}

body > footer {
  filter: opacity(0.5);
  font-size: 80%;
  padding: 12rem 0 3rem 0;
}
body > footer hr {
  margin-bottom: 0;
}
body > footer p {
  margin-bottom: 0;
}

body > header > h1 {
  font-size: 4.5rem;
  margin-bottom: -0.333rem;
  text-align: justify;
  text-align-last: justify;
  text-justify: distribute;
}
body > header > h1 b {
  color: #b12a26;
}

body > header nav ul {
  list-style: none;
  font-size: 2.333rem;
  line-height: 1;
  padding: 0 !important;
  margin-top: 0.333rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body > header nav ul + ul {
  font-size: 2rem;
}
body > header nav ul li {
  flex: 0 1 auto;
  text-align: center;
}
body > header nav ul li.here span, body > header nav ul li.under span {
  cursor: default;
}
body > header nav ul li.here a, body > header nav ul li.here span {
  background: #b12a26;
  color: #fcfaf8;
}
body > header nav ul li.under a, body > header nav ul li.under span {
  color: #b12a26;
}
body > header nav ul li.under a:hover {
  background: #b12a26;
  color: #fcfaf8;
}
body > header nav ul li.under span:hover {
  background: #b12a26;
  color: #fcfaf8;
}
body > header nav ul li.nolink span {
  cursor: no-drop;
  position: relative;
}
body > header nav ul li.nolink span:hover, body > header nav ul li.nolink span:focus {
  color: #bbafaa;
}
body > header nav ul li.nolink span:hover::after, body > header nav ul li.nolink span:focus::after {
  content: "Under Construction";
  font-size: 50%;
  line-height: 2;
  color: #b12a26;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body > header nav ul a:link, body > header nav ul a:visited, body > header nav ul span {
  background: transparent;
  color: #444444;
  padding: 0 0.2rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition-duration: 0ms;
}
body > header nav ul a:hover {
  background: #444444;
  color: #fcfaf8;
}

main section {
  margin-bottom: 2rem;
}

a {
  text-decoration: underline;
  color: #334477;
  text-decoration-color: rgba(204, 116, 55, 0.5);
  -webkit-tap-highlight-color: #b12a26;
  transition: all 100ms;
}
a:hover {
  color: #5f3663;
  text-decoration-color: #cc7437;
  background-color: rgba(221, 204, 187, 0.25);
}
a:active {
  color: #b12a26;
  text-decoration-color: #5f3663;
}

p {
  margin-bottom: 1rem;
}

p, ol, ul {
  line-height: 1.5;
}

hr {
  margin: 2rem 0;
  border-top: 1px solid #64686c;
}

small {
  font-size: 80%;
  font-weight: 350;
}

sup + sup::before {
  content: ", ";
}

sup a {
  text-decoration: none;
}
sup a:link, sup abbr[title] {
  border: none;
}
#lyrics sup {
  content: none;
}

abbr[title], span[title] {
  cursor: help;
  border-bottom: 1px dotted #ddccbb;
}
abbr[title]:hover, span[title]:hover {
  border-bottom: 1px solid rgba(221, 204, 187, 0.667);
}
@media (max-width: 720px) {
  abbr[title], span[title] {
    border-bottom: none !important;
  }
}

.nobr {
  white-space: nowrap;
}

code {
  font-size: 80%;
  font-weight: 400;
}

main ul, main ol {
  margin-bottom: 2rem;
}
main ul li::marker, main ol li::marker {
  color: #64686c;
  transition: color 125ms;
}
main ul li:has(a:hover)::marker, main ol li:has(a:hover)::marker {
  color: #334477;
}

main ul {
  list-style-type: square;
}

main ol li::marker {
  font-size: 80%;
}

ruby {
  ruby-align: center;
  ruby-position: under;
}
ruby rt {
  font-size: 50%;
  margin-bottom: -2.5ex;
}

h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}

h1 {
  font-size: 2.333rem;
}
body.writing main h1 {
  margin-bottom: 2rem;
}

body.writing main h1 + h2 {
  margin-top: -1.5rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 2.333rem;
}
h2 small {
  vertical-align: 0.5ex;
}
body#apocrypha h2 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #444444;
}
body#apocrypha h2 cite, body#apocrypha h2 span {
  color: #b12a26;
}
body#catalogue h2 {
  margin-bottom: 2rem;
}
body#waveforms h2, body#cue h2 {
  margin-bottom: 1rem;
}
body.album h2, body.song h2 {
  margin-bottom: 0.1666rem;
}
body.album h2:last-child, body.song h2:last-child {
  margin-bottom: 2rem;
}
body.writing h2 {
  font-size: inherit;
}

h3 {
  font-size: 2rem;
}
body#bibliography h3 small, body#personae h3 small, body.writing h3 small {
  vertical-align: 0.25ex;
}
body#about h3, body#miscellany h3, body#catalogue h3, body#cue h3, body.album h3, body.song h3 {
  color: #444444;
  margin-bottom: 1rem;
}
body#epistles article h3 {
  color: #444444;
  margin-bottom: 0.333rem;
}
body#updates article h3 {
  color: #b12a26;
  margin-bottom: 1rem;
}
body#waveforms h3 {
  font-size: inherit;
}
body#waveforms h3 small {
  font-size: 80%;
  vertical-align: 0.125ex;
}
details summary h3 {
  display: inline-block;
}
details[open] summary h3 {
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.666rem;
}

body.album h4, body.song h4 {
  margin-bottom: 0.5rem;
}

h3 span,
body#chronology dt span {
  color: #b12a26;
}

p.date {
  font-size: 90%;
  margin-bottom: 0;
}

a.email {
  font-size: 90%;
  font-weight: normal;
  letter-spacing: -0.5px;
}

a.nocite {
  text-decoration: none;
}

body#about section#legal h3,
body#apocrypha main h2.q,
body#epistles main h3.q {
  text-indent: -0.58333ex;
}
@media (max-width: 720px) {
  body#about section#legal h3,
  body#apocrypha main h2.q,
  body#epistles main h3.q {
    text-indent: 0;
  }
}

section#help_wanted {
  border-top: 3px double #64686c;
}
body#apocrypha section#help_wanted {
  margin-top: 2rem;
}
body#bibliography section#help_wanted, body#roadshow section#help_wanted {
  padding-top: 2rem;
}

section#help_wanted h2, section#help_wanted h3, body#about section#contribute h2, body#about section#contribute h3 {
  font-size: 2.333rem;
  margin-bottom: 1.5rem;
}
section#help_wanted h2 span, section#help_wanted h3 span, body#about section#contribute h2 span, body#about section#contribute h3 span {
  display: inline-block;
  rotate: -2deg;
  background: #444444;
  color: #fcfaf8;
  padding: 0 0.2rem;
  border-radius: 0.25rem;
}

body#index {
  background: url("../images/chairs.png") no-repeat bottom -6rem center, url("../images/skyline.png") no-repeat top right, #fcfaf8;
  background-size: 100vw, 33.75rem;
  max-width: 30rem;
  height: 100vh;
}
body#index div#splash {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body#index div#splash figure {
  max-width: 100%;
  margin: 2rem;
}
body#index div#splash figure a {
  filter: grayscale(100%) sepia(20%) hue-rotate(-30deg);
  background: none;
}
body#index div#splash figure a:active, body#index div#splash figure a:hover {
  filter: none;
}
body#index div#splash figure a, body#index div#splash figure img {
  transition: all 250ms;
}
body#index div#splash figure img {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid transparent;
}
body#index div#splash figure a:active img {
  border-width: 2rem;
}

body#canon ul#albums {
  list-style: none;
  line-height: 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
body#canon ul#albums li {
  flex: 1 1 9.2rem;
}
body#canon ul#albums li a {
  color: transparent !important;
  background: none;
}
body#canon ul#albums li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-sizing: border-box;
  border: 0.5rem solid transparent;
  transition: border 250ms;
}
body#canon ul#albums li img[src*="/demo"] {
  object-position: right;
}
body#canon ul#albums li img[src*="/lbl"] {
  object-position: left;
}
body#canon ul#albums li img:hover {
  border-width: 0px;
}
body#canon ul#albums li img:active {
  border-width: 0.5rem;
}
body#canon ul#albums li.nolink:active {
  cursor: no-drop;
}

body#apocrypha main p {
  margin-bottom: 1rem;
}
body#apocrypha main figure {
  float: right;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
body#apocrypha main figure img {
  max-width: 14.985rem;
}
body#apocrypha main > blockquote {
  color: #444444;
  padding: 0 2rem;
}
body#apocrypha main ul {
  margin-top: 2rem;
}

body#chronology main > blockquote {
  text-align: center;
}
body#chronology main > blockquote cite {
  font-variation-settings: "ital" 0;
}
body#chronology dl dt {
  font-size: 1.666rem;
}
body#chronology dl dd {
  margin-bottom: 2rem;
  line-height: 1.5;
}

body#personae section#band {
  margin-top: 2rem;
  margin-bottom: 0;
}
body#personae section#band + hr {
  margin-top: 0;
}
body#personae article {
  clear: both;
  border-top: 1px solid #64686c;
  padding: 2rem 0 1rem 0;
}
body#personae article:first-child {
  padding-top: 0;
  border-top: 0;
}
body#personae article header figure {
  float: right;
  margin-bottom: 2rem;
}
body#personae article header figure a:hover {
  background: none;
}
body#personae article header figure img {
  margin-left: 1rem;
  max-width: 11.25rem;
}

body#about span.heart {
  color: #b12a26;
  font-size: 150%;
  line-height: 0;
}
body#about p img {
  width: 16px;
  height: 16px;
}
body#about li del {
  filter: opacity(0.5);
  text-decoration-color: #000000;
}
body#about section#endnotes ul li + li {
  margin-top: 1rem;
}

body#catalogue section#songs ul:first-of-type,
body#catalogue ul#apocrypha {
  column-count: 2;
  column-gap: 2rem;
}
body#catalogue section#songs ul:first-of-type li,
body#catalogue ul#apocrypha li {
  break-inside: avoid;
}
body#catalogue section#songs h2:first-child + ul li span {
  color: #bbafaa;
  cursor: default;
}
body#catalogue section#songs ul:first-of-type {
  margin-bottom: 0;
}
body#catalogue section#songs ul:first-of-type + p {
  color: #bbafaa;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
body#catalogue section#songs ul:first-of-type + p span {
  font-size: 80%;
}

body#bibliography dl {
  line-height: 1.666;
}
body#bibliography dl dt {
  display: inline-block;
  width: 2rem;
}
body#bibliography dl dd {
  display: inline-block;
}

body#waveforms article button {
  font-family: sans-serif;
  font-size: 0.666rem;
  padding: 0.5ex 0.75ex;
  margin-left: 1ex;
  cursor: pointer;
}
body#waveforms article button:hover, body#waveforms a.info:hover {
  border-color: #2b2c30;
  color: #2b2c30;
  background-color: rgba(221, 204, 187, 0.25);
}
body#waveforms article button, body#waveforms kbd, body#waveforms a.info {
  color: #444444;
  vertical-align: middle;
  font-weight: normal;
  border: 1px solid #bbafaa;
  border-radius: 0.5ex;
}
body#waveforms h2 a.info {
  font-size: 0.5rem;
  padding: 0.75ex 1.25ex;
  border-radius: 1rem;
  margin-left: 1ex;
  cursor: pointer;
}
body#waveforms h2 a.info:hover {
  text-decoration: none;
}
body#waveforms span.controls {
  white-space: nowrap;
}
body#waveforms kbd {
  font-size: 0.666rem;
  padding: 0.5ex 1ex;
  cursor: default;
}
body#waveforms p {
  margin-bottom: 1.5rem;
}
body#waveforms article + article {
  border-top: 1px solid #64686c;
  padding-top: 2rem;
}
body#waveforms hr {
  border-color: #64686c;
}
body#waveforms section#songs, body#waveforms article:last-child {
  margin-bottom: 0;
}
body#waveforms figure {
  margin-bottom: 2rem;
}
body#waveforms figure img {
  max-width: 100%;
}
body#waveforms main > footer hr {
  margin-top: 0;
}

body#miscellany li del {
  color: #64686c;
}

body#roadshow h2 {
  margin-bottom: 1rem;
}
body#roadshow table {
  font-size: 80%;
  margin: 0 -1ex;
  width: 100%;
}
body#roadshow th, body#roadshow td {
  border-bottom: 1px dotted rgba(221, 204, 187, 0.667);
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0.25ex 1ex 0.75ex 1ex;
}
body#roadshow tr:last-child th, body#roadshow tr:last-child td {
  border-bottom-color: transparent;
}
body#roadshow th {
  text-align: left;
  font-weight: 600;
}
body#roadshow th, body#roadshow td.where, body#roadshow .icon {
  white-space: nowrap;
}
body#roadshow .when {
  width: 16.666%;
}
body#roadshow .where {
  width: 31%;
}
body#roadshow .where abbr {
  border: none;
}
body#roadshow .icon {
  text-align: center;
}
body#roadshow .icon a {
  text-decoration: none;
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
body#roadshow .icon a:hover {
  background: none;
  color: #b12a26;
}
body#roadshow .icon a.info {
  background: rgba(221, 204, 187, 0.25);
  color: #334477;
  border-radius: 1rem;
  line-height: 0.75;
}
body#roadshow .icon a.info:hover {
  color: #b12a26;
}
body#roadshow .icon span {
  color: #bbafaa;
}
body#roadshow article {
  margin-bottom: 2rem;
}

body.album main header, body.song main header {
  margin-bottom: 2rem;
}
body.album figure#cover, body.album aside#images, body.song figure#cover, body.song aside#images {
  float: right;
  margin-left: 1rem;
}
body.album figure#cover img, body.album aside#images img, body.song figure#cover img, body.song aside#images img {
  height: 14.9985rem;
  width: auto;
  object-fit: cover;
}
body.album figure#cover figcaption, body.album aside#images figcaption, body.song figure#cover figcaption, body.song aside#images figcaption {
  font-size: 80%;
  text-align: center;
}
body.album figure#cover figcaption p, body.album aside#images figcaption p, body.song figure#cover figcaption p, body.song aside#images figcaption p {
  margin-bottom: 0;
}
body.album aside#images, body.song aside#images {
  clear: right;
  width: min-content;
  text-align: right;
  margin-top: 1rem;
}
body.album section#lyrics, body.album section#quotes, body.song section#lyrics, body.song section#quotes {
  clear: right;
}
body.album section#quotes blockquote p strong:first-child, body.song section#quotes blockquote p strong:first-child {
  font-size: 90%;
}

body.album section#tracks time,
body.song section#releases time {
  font-size: 80%;
  white-space: nowrap;
}

body.album p.label {
  margin-top: 0.5rem;
}
body.album figure#cover a, body.album aside#images a {
  cursor: zoom-in;
  background: none;
}
body.album aside#images img {
  width: 14.9985rem;
  height: 14.9985rem;
}
body.album section#tracks h3 {
  display: none;
}
body.album section#tracks li > time {
  color: #64686c;
}

body.song aside#images figure {
  margin-left: 1rem;
  margin-bottom: 1rem;
}
body.song figure#cover a:hover, body.song aside#images figure a:hover {
  background: none;
}
body.song figure#cover img, body.song aside#images figure img {
  height: 6rem;
}
body.song section#aka p {
  text-indent: -0.875ex;
}
body.song section#aka p::before {
  content: "“";
}
body.song section#aka p::after {
  content: "”";
}
body.song section#listen iframe.youtube,
body.song section#video iframe.youtube {
  border-radius: 1rem;
}
body.song section#listen iframe + p,
body.song section#video iframe + p {
  font-size: 90%;
  margin-top: 0.333rem;
}

details summary {
  margin-left: -0.9em;
}
details summary::marker {
  color: #64686c;
}

details[open] summary::marker {
  color: #444444;
}

details blockquote, #quotes div blockquote {
  background-color: rgba(221, 204, 187, 0.25);
  color: #444444;
  padding: 2rem;
  line-height: 1.5;
  border: 1px solid #bbafaa;
}

sup[id^=fnref] {
  font-weight: 600;
}

div.footnotes hr {
  border-color: #bbafaa;
  margin: 2rem 0 1rem 0;
}
div.footnotes ol {
  padding-left: 1rem;
  font-size: 80%;
}
div.footnotes ol, div.footnotes ol p {
  margin-bottom: 0;
}
div.footnotes ol li::marker {
  font-size: 80%;
}
div.footnotes ol p a[href^="#fnref"] {
  display: none;
}

blockquote.lyrics,
section#quotes blockquote {
  margin-bottom: 2.5rem;
}
blockquote.lyrics p,
section#quotes blockquote p {
  position: relative;
  z-index: 10;
}

blockquote.lyrics {
  background: url("../images/swash.png") no-repeat bottom 0px right -4.5rem, rgba(221, 204, 187, 0.25);
  background-size: 9rem;
  border-radius: 1rem 1rem 0 1rem;
}

section#quotes blockquote {
  border-radius: 0 1rem 1rem 1rem;
  overflow: clip;
}
section#quotes blockquote::before {
  display: block;
  content: "“";
  line-height: 0;
  position: relative;
  top: 5rem;
  left: -2rem;
  font-family: Georgia;
  font-size: 16rem;
  color: rgba(221, 204, 187, 0.5);
  z-index: 5;
}
section#quotes blockquote + blockquote {
  margin-top: 2rem;
}
section#quotes blockquote p {
  margin-bottom: 0;
}
section#quotes blockquote p + p {
  text-indent: 2rem;
}
section#quotes blockquote p.source {
  text-indent: 0;
  font-size: 80%;
  text-align: right;
}

body#epistles main hr {
  clear: both;
  border-color: #64686c;
}
body#epistles article figure {
  float: right;
  margin-left: 1rem;
  margin-bottom: 2rem;
}
body#epistles article figure a:hover {
  background: none;
}
body#epistles article figure img {
  width: 9rem;
  height: auto;
  object-fit: cover;
}
body#epistles article blockquote p {
  font-size: 80%;
  text-indent: -0.83333ex;
}
@media (max-width: 720px) {
  body#epistles article blockquote p {
    text-indent: 0;
  }
}

body.writing main p:has(img) {
  float: right;
  margin-left: 2rem;
  margin-bottom: 0;
}
body.writing main p:has(img) img {
  width: 100%;
  max-width: 18.74997rem;
  height: auto;
}
body.writing main blockquote {
  text-align: center;
  margin-bottom: 2rem;
}
body.writing main > p {
  text-align: justify;
  hyphens: auto;
}

p.signature,
body.writing main > p:last-child {
  text-align: right;
  margin-bottom: 2rem;
}

body#cruel.writing main blockquote {
  text-align: left;
  font-size: 80%;
  margin: 2rem 0;
}

body.plain {
  background: #fcfaf8;
  margin: 2rem;
  max-width: none;
}
body.plain::before {
  content: none;
}
body.plain main pre {
  font-size: 70%;
  white-space: pre;
}

body#dssmeta code {
  font-size: 80%;
}
body#dssmeta pre, body#dssmeta table {
  font-size: 70%;
  line-height: 1.333;
}
body#dssmeta pre {
  white-space: pre;
  margin: 2rem;
  overflow-x: scroll;
}
body#dssmeta main > table {
  border-collapse: collapse;
}
body#dssmeta main > table th, body#dssmeta main > table td {
  padding: 0.25rem 0;
}
body#dssmeta main > table thead {
  border-bottom: 1px solid #64686c;
  font-weight: 600;
}
body#dssmeta main > table th {
  width: 4rem;
}
body#dssmeta main > table th:first-of-type {
  width: 3rem;
}
body#dssmeta main > table th[style="text-align: left"] {
  width: auto;
}
body#dssmeta main > table tbody tr + tr {
  border-top: 1px solid #bbafaa;
}
body#dssmeta div.footnotes hr {
  margin: 0 0 2rem 0;
}

body::before {
  content: "✯";
  display: block;
  color: #3f0b00;
  mix-blend-mode: multiply;
  filter: opacity(0.25);
  font-size: 12rem;
  line-height: 0;
  position: fixed;
  top: 1rem;
  left: -2rem;
  rotate: 30deg;
  z-index: -9;
}

div#banner {
  background-color: rgba(228, 197, 92, 0.75);
  border: 6px double #000;
  color: #000;
  width: 20rem;
  height: 2rem;
  line-height: 1.75rem;
  text-align: center;
  position: fixed;
  bottom: 5rem;
  right: -4rem;
  rotate: -45deg;
  font-size: 1rem;
}
div#banner hr, div#banner span {
  display: none;
}
div#banner strong {
  text-transform: uppercase;
  font-weight: 700;
}

p.under_construction {
  text-align: center;
}

@media (max-width: 720px) {
  body {
    margin: 1rem;
    padding: 0;
    max-width: 100%;
  }
  body > header {
    padding-top: 0;
    text-align: center;
  }
  body > header > h1 {
    text-align-last: center;
  }
  body > header > h1 span {
    display: none;
  }
  body > footer {
    padding: 2rem 0 8rem 0;
  }
  body > footer a {
    white-space: nowrap;
  }
  main > p:only-of-type {
    text-align: center;
  }
  main ul, main ol {
    padding-left: 1.5rem;
  }
  details summary {
    margin-left: 0;
  }
  details summary::marker {
    visibility: hidden;
  }
  details blockquote, #quotes div blockquote {
    padding: 1rem;
  }
  body::before {
    content: none;
  }
  body#index {
    margin: 0;
    max-width: 100%;
  }
  body.album figure#cover, body.album aside#images figure, body.song figure#cover, body.song aside#images figure {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    text-align: center;
  }
  body.album figure#cover img, body.album aside#images figure img, body.song figure#cover img, body.song aside#images figure img {
    max-width: 480px;
    width: 100%;
    height: auto;
  }
  body.album aside#images, body.song aside#images {
    margin: 0;
    width: fit-content;
  }
  body.song aside#images {
    display: none;
  }
  body.song section#aka p {
    margin-left: 0.875ex;
  }
  body.song iframe.youtube {
    max-width: 100%;
  }
  body.writing main p:has(img), body#apocrypha main p:has(img) {
    float: none;
    text-align: center;
    margin-left: 0;
    margin-bottom: 2rem;
  }
  body.writing main p img, body#apocrypha main p img {
    max-width: 400px;
  }
  body#epistles article figure {
    float: none;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  body#epistles article figure img {
    width: 100%;
  }
  body#personae article header figure {
    float: none;
    text-align: center;
  }
  body#personae article header figure img {
    margin-left: 0;
    max-width: 400px;
  }
  body#apocrypha main figure {
    float: none;
    margin-left: 0;
  }
  body#apocrypha main figure img {
    max-width: 100%;
  }
  body#canon ul#albums {
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
    gap: 0.5rem;
  }
  body#canon ul#albums li {
    flex-basis: 6.1272rem;
  }
  body#canon ul#albums li img, body#canon ul#albums li img:hover, body#canon ul#albums li img:active {
    border: none !important;
  }
  body#catalogue section#songs ul:first-of-type {
    column-count: 1;
  }
}
