@font-face {
  font-family: 'Mono45Headline';
  font-weight: 300;
  font-display: swap;
  src: url('Mono45Headline-Light.woff2') format('woff2'),
       url('Mono45Headline-Light.woff') format('woff');
}

@font-face {
  font-family: 'Mono45Headline';
  font-weight: 400;
  font-display: swap;
  src: url('Mono45Headline-Regular.woff2') format('woff2'),
       url('Mono45Headline-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Mono45Headline';
  font-weight: 700;
  font-display: swap;
  src: url('Mono45Headline-Bold.woff2') format('woff2'),
       url('Mono45Headline-Bold.woff') format('woff');
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Mono45Headline', monospace, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 125%;
  color: #001286;
  background-color: #FFDA52;
}

h1, h2, h3, h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 125%;
}

a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h5 a {
  font-weight: 700;
  text-decoration: underline;
}

h5 a:hover {
  text-decoration: none;
}

h4 a {
  font-weight: 700;
  text-decoration: underline;
}

h4 a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container--wide {
  padding-left: 20px;
  padding-right: 20px;
}

.container--flush {
  padding-left: 0;
  padding-right: 0;
}

.site-header {
  width: 100%;
}

.header-bar {
  width: 100%;
  height: 120px;
  background-color: #001286;
  position: relative;
}

.header-bar::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #001286;
}

.header-logo-area {
  width: 100%;
  background-color: #FFDA52;
}

.header-logo-area a {
  display: block;
  font-size: 0;
  line-height: 0;
}

.header-logo {
  display: block;
  width: 100%;
  height: auto;
}

.section-about {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-intro {
  margin-bottom: 0;
}

.read-more-toggle {
  display: inline;
  background: none;
  border: none;
  font-family: 'Mono45Headline', monospace, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #001286;
  cursor: pointer;
  padding: 0;
  line-height: 125%;
}

.read-more-toggle:hover {
  text-decoration: underline;
}

.read-more-toggle.is-hidden {
  display: none;
}

.read-more-toggle--less {
  display: block;
  margin-top: 20px;
}

.read-more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 666ms ease-in-out;
}

.read-more-content.is-expanded {
  max-height: 2000px;
}

.read-more-content p {
  margin-top: 20px;
}

.section-release {
  width: 100%;
  background-color: #001286;
  color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-release a {
  color: #FFFFFF;
}

.section-release h5 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.release-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.release-links a {
  font-weight: 700;
  text-decoration: underline;
}

.release-links a:hover {
  text-decoration: none;
}

.release-link-btn {
  display: inline;
  background: none;
  border: none;
  font-family: 'Mono45Headline', monospace, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
  padding: 0;
  line-height: 125%;
  text-decoration: underline;
}

.release-link-btn:hover {
  text-decoration: none;
}

.share-btn {
  display: inline;
  background: none;
  border: none;
  font-family: 'Mono45Headline', monospace, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
  padding: 0;
  line-height: 125%;
  text-decoration: underline;
}

.share-btn:hover {
  text-decoration: none;
}

.bandcamp-embed {
  max-height: 890px;
}

.section-release h4 {
  margin-top: 20px;
}

.site-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-logo {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 20px;
}

.footer-copy {
  margin-bottom: 5px;
}

.footer-credit {
  margin-bottom: 20px;
}

.footer-nav {
  display: flex;
  gap: 20px;
}

.footer-nav a {
  font-weight: 700;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001286;
  color: #FFFFFF;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 666ms ease-in-out, visibility 666ms ease-in-out;
  overflow-y: auto;
}

.modal-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  width: 100%;
  padding: 20px 0;
}

.modal-content h5 {
  margin-bottom: 20px;
}

.modal-artists {
  margin-bottom: 20px;
}

.modal-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.modal-download-btn {
  display: inline-block;
  background-color: #FFDA52;
  color: #001286;
  font-family: 'Mono45Headline', monospace, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 20px;
  text-decoration: none;
}

.modal-download-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

.modal-close-btn {
  display: inline-block;
  background-color: #FFFFFF;
  color: #001286;
  font-family: 'Mono45Headline', monospace, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 20px;
}

.modal-close-btn:hover {
  opacity: 0.85;
}

body.modal-open {
  overflow: hidden;
}

.favour-logo {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.favour-text {
  margin-bottom: 20px;
}

.favour-text p {
  margin-bottom: 10px;
}

.favour-cta {
  margin-bottom: 20px;
}

.favour-download-btn {
  display: inline-block;
  background-color: #FFDA52;
  color: #001286;
  font-family: 'Mono45Headline', monospace, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 20px;
  text-decoration: none;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.favour-download-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

.favour-bonus {
  margin-bottom: 20px;
}

.favour-thanks {
  margin-bottom: 80px;
}

.favour-close {
  display: inline;
  background: none;
  border: none;
  font-family: 'Mono45Headline', monospace, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
  padding: 0;
  line-height: 125%;
  text-decoration: underline;
}

.favour-close:hover {
  text-decoration: none;
}
