/*
site.css
Poster-inspired theme for the Circuitnoise site.
*/

:root {
  --paper: #f2ede2;
  --paper-dark: #e5dccb;
  --ink: #111111;
  --ink-soft: #2f2b25;
  --accent: #b33617;
  --accent-dark: #8f2810;
  --line: #171410;
  --shadow: rgba(0, 0, 0, 0.18);
  --content-width: 1360px;
  --nav-font: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body-font: "Courier New", Courier, monospace;
}

fieldset {
  margin-bottom: 1em;
  padding: 0.5em;
}

form {
  margin: 0;
  padding: 0;
}

hr {
  height: 1px;
  border: 0;
  background: var(--line);
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid var(--line);
}

blockquote {
  font-style: italic;
}

code,
pre {
  font-size: 1em;
}

pre {
  font-size: 0.8em;
  padding: 1em;
  background: rgba(17, 17, 17, 0.06);
  border: 2px solid var(--line);
}

li {
  padding-bottom: 0.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 1.3em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}

h4,
h5,
h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.8em 0;
}

br {
  line-height: 0.6em;
}

ul {
  list-style-type: none;
}

a,
a:link,
a:active {
  font-weight: bold;
  text-decoration: none;
  color: var(--accent);
}

a:visited {
  color: var(--accent-dark);
}

a:hover {
  text-decoration: underline;
}

li a.active {
  color: #ffffff;
}

html {
  background: #dad1c3;
}

body {
  margin: 12px auto;
  max-width: var(--content-width);
  padding: 22px 22px 30px;
  font-family: var(--body-font);
  font-size: 17px;
  line-height: 1.45;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    url("images/paper-texture.svg"),
    linear-gradient(var(--line), var(--line)),
    linear-gradient(var(--line), var(--line)),
    linear-gradient(var(--line), var(--line)),
    linear-gradient(var(--line), var(--line)),
    radial-gradient(circle at 18% 22%, rgba(108, 84, 48, 0.14) 0, transparent 31%),
    radial-gradient(circle at 82% 12%, rgba(78, 58, 36, 0.11) 0, transparent 24%),
    radial-gradient(circle at 54% 78%, rgba(176, 136, 84, 0.12) 0, transparent 28%),
    radial-gradient(circle at 12% 84%, rgba(95, 75, 45, 0.08) 0, transparent 20%),
    radial-gradient(circle at 74% 58%, rgba(120, 93, 60, 0.07) 0, transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.02));
  background-repeat:
    repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat;
  background-size:
    512px 512px,
    36px 5px,
    5px 36px,
    36px 5px,
    5px 36px,
    auto,
    auto,
    auto,
    auto,
    auto,
    auto;
  background-position:
    left top,
    left 10px bottom 10px,
    left 10px bottom 10px,
    right 10px bottom 10px,
    right 10px bottom 10px,
    0 0,
    0 0,
    0 0,
    0 0,
    0 0,
    0 0;
  box-shadow: inset 0 0 0 2px rgba(17, 17, 17, 0.4), inset 0 0 0 10px rgba(255, 255, 255, 0.14);
  position: relative;
}

body::before,
body::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border: 5px solid var(--line);
}

body::before {
  top: 10px;
  left: 10px;
  border-right: 0;
  border-bottom: 0;
}

body::after {
  top: 10px;
  right: 10px;
  border-left: 0;
  border-bottom: 0;
}

#header {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 320px;
  align-items: start;
  gap: 18px;
  clear: both;
  position: relative;
}

#header img {
  float: none;
  padding: 0;
}

#header .header-logo {
  width: 180px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: contrast(1.15) saturate(0.88) drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2));
}

#header .title {
  margin: 0;
}

#header .title a {
  position: relative;
  display: block;
  min-height: 170px;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
}

#header .title a>span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#header .title a::before {
  content: "CIRCUITNOISE";
  display: block;
  font-family: var(--nav-font);
  font-size: clamp(4.2rem, 6.8vw, 7.4rem);
  line-height: 0.88;
  letter-spacing: 0.03em;
  color: var(--ink);
  text-transform: uppercase;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.08), -1px 0 0 rgba(0, 0, 0, 0.08);
}

body.lang-de #header .title a::after {
  content: "Eine zufällige Fluktuation in einem elektrischen Signal";
}

body.lang-en #header .title a::after {
  content: "A random fluctuation in an electrical signal";
}

#header .title a::after {
  display: block;
  margin-top: 10px;
  font-family: var(--body-font);
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  color: var(--ink-soft);
}

#header::before {
  content: "NOISE_//_MEMORY_//_PRESENCE";
  white-space: nowrap;
  position: absolute;
  left: calc(100% - 317px);
  top: 99px;
  width: 314px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
  background: var(--accent);
  color: #ffffff;
  font-family: var(--body-font);
  font-size: 0.88rem;
  font-weight: bold;
  letter-spacing: 0.045em;
  z-index: 1;
}

#header::after {
  content: "EXPERIMENTAL ELECTRONICS\A NOISE / DRONE / GLITCH\A LIVE / DIY / UNDERGROUND";
  white-space: pre;
  display: block;
  align-self: start;
  min-height: 112px;
  padding: 16px 18px 8px;
  border: 3px solid var(--line);
  background: rgba(255, 255, 255, 0.18);
  color: var(--ink);
  font-family: var(--body-font);
  font-size: 0.88rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.045em;
  box-shadow: none;
}

#content {
  clear: both;
}

#main {
  width: auto;
  padding: 0 16px 0 0;
  vertical-align: top;
}

.navlinks {
  position: relative;
  padding: 40px 0 24px;
  clear: both;
}

ul.links {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}

ul.links li {
  display: flex;
  list-style-type: none;
  padding: 0;
  border-left: 0;
}

ul.links li.first {
  border-left: none;
}

ul.links li>a,
ul.links li>button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 7px 14px;
  border: 3px solid var(--line);
  background: rgba(255, 255, 255, 0.4);
  color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

ul.links li>a {
  font-family: var(--nav-font);
  font-size: clamp(0.95rem, 1.6vw, 1.45rem);
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  flex: 1 1 auto;
}

ul.links li>a:hover {
  text-decoration: none;
  background: rgba(179, 54, 23, 0.08);
}

ul.links li.active>a,
ul.links li.active-trail>a,
ul.links li>a.active {
  background: var(--accent);
  color: #ffffff;
}

.navlinks .lang-switch {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  display: flex;
  gap: 5px;
  z-index: 2;
}

.lang-switch button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  padding: 0;
  border: 2px solid var(--line);
  background: rgba(255, 255, 255, 0.4);
  font-family: var(--body-font);
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 28px;
  cursor: pointer;
}

.lang-switch button.active {
  font-weight: bold;
  background-color: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.site-footer {
  margin-top: 20px;
  margin-left: -22px;
  margin-right: -22px;
  padding: 34px 22px 0;
  background-image:
    linear-gradient(var(--line), var(--line)),
    linear-gradient(var(--line), var(--line)),
    linear-gradient(var(--line), var(--line)),
    linear-gradient(var(--line), var(--line)),
    linear-gradient(var(--line), var(--line));
  background-repeat: no-repeat;
  background-size:
    calc(100% - 78px) 5px,
    5px 26px,
    26px 5px,
    5px 26px,
    26px 5px;
  background-position:
    center top 22px,
    left 10px top 0,
    left 10px top 22px,
    right 10px top 0,
    right 10px top 22px;
}

.site-footer .nav-social {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  margin-top: 0;
  padding-top: 0;
}

.site-footer .nav-social::before {
  content: "CONNECT";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 10px;
  background: var(--line);
  color: #ffffff;
  font-family: var(--body-font);
  font-size: 0.78rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.site-footer .nav-social a,
.site-footer .nav-social .nav-linktree {
  display: inline-flex;
  align-items: center;
  margin-left: 0;
  position: relative;
  color: var(--ink);
  font-family: var(--nav-font);
  font-size: 0.9rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 0 6px 0 8px;
  border: 0;
  background: transparent;
  box-shadow: none;
  vertical-align: middle;
}

.site-footer .nav-social a+a::before,
.site-footer .nav-social a+.nav-linktree::before {
  content: "|";
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-52%);
  color: var(--ink);
}

.site-footer .nav-social a:first-of-type,
.site-footer .nav-social .nav-linktree:first-of-type {
  padding-left: 0;
}

.site-footer .nav-social img {
  display: none;
}

.lang {
  display: none;
}

span.lang-de,
span.lang-en {
  display: none;
}

body.lang-de .lang.lang-de,
body.lang-en .lang.lang-en {
  display: block;
}

body.lang-de span.lang-de,
body.lang-en span.lang-en {
  display: inline;
}

.title {
  margin: 0 0 0.25em 0;
}

.content {
  margin: 0;
}

.node .title {
  font-size: 1.2em;
}

.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {
  text-decoration: none;
  font-weight: normal;
}

.node .title a:hover {
  text-decoration: underline;
}

#main h2 {
  margin: 0 0 20px;
  padding: 0 0 12px;
  border-bottom: 6px solid var(--line);
  font-family: var(--nav-font);
  font-size: clamp(1.35rem, 2.35vw, 2.2rem);
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--ink);
}

#releases-en,
#releases,
#compilations-en,
#compilations {
  table-layout: fixed;
}

#releases-en th,
#releases-en td,
#releases th,
#releases td,
#compilations-en th,
#compilations-en td,
#compilations th,
#compilations td {
  padding: 0.22em 0;
  vertical-align: top;
}

#releases-en th:nth-child(1),
#releases-en td:nth-child(1),
#releases th:nth-child(1),
#releases td:nth-child(1) {
  width: 16%;
  padding-right: 2.5rem;
  text-align: right;
  white-space: nowrap;
}

#releases-en th:nth-child(2),
#releases-en td:nth-child(2),
#releases th:nth-child(2),
#releases td:nth-child(2) {
  width: 44%;
  text-align: left !important;
}

#releases-en th:nth-child(3),
#releases-en td:nth-child(3),
#releases th:nth-child(3),
#releases td:nth-child(3) {
  width: 22%;
  padding-left: 1rem;
  text-align: left !important;
}

#releases-en th:nth-child(4),
#releases-en td:nth-child(4),
#releases th:nth-child(4),
#releases td:nth-child(4) {
  width: 18%;
  text-align: right !important;
  white-space: nowrap;
}

#compilations-en th:nth-child(1),
#compilations-en td:nth-child(1),
#compilations th:nth-child(1),
#compilations td:nth-child(1) {
  width: 14%;
  padding-right: 2rem;
  text-align: right;
  white-space: nowrap;
}

#compilations-en th:nth-child(2),
#compilations-en td:nth-child(2),
#compilations th:nth-child(2),
#compilations td:nth-child(2) {
  width: 26%;
  text-align: left;
}

#compilations-en th:nth-child(3),
#compilations-en td:nth-child(3),
#compilations th:nth-child(3),
#compilations td:nth-child(3) {
  width: 18%;
  padding-left: 1rem;
  text-align: left;
}

#compilations-en th:nth-child(4),
#compilations-en td:nth-child(4),
#compilations th:nth-child(4),
#compilations td:nth-child(4) {
  width: 29%;
  padding-left: 1rem;
  text-align: left;
}

#compilations-en th:nth-child(5),
#compilations-en td:nth-child(5),
#compilations th:nth-child(5),
#compilations td:nth-child(5) {
  width: 13%;
  text-align: right !important;
  white-space: nowrap;
}

.content ul:not(.archive-entry-list) {
  margin: 0;
  padding: 0;
}

.content ul:not(.archive-entry-list) li {
  padding-bottom: 0.65em;
}

.content strong {
  color: var(--accent);
}

iframe,
img {
  border: 0;
  max-width: 100%;
}

body.live-archive-page #main,
body.media-page #main,
body.gear-page #main,
body.home-page #main,
body.contact-page #main,
body.privacy-page #main {
  padding-right: 0;
}

.media-page-wrap,
.gear-page-wrap,
.home-page-wrap,
.archive-page,
.contact-page-wrap,
.privacy-page-wrap {
  padding-bottom: 18px;
}

.contact-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.contact-heading-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  background: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.contact-heading h2,
.media-heading h2,
.gear-heading h2,
.archive-heading h2,
.home-heading h2 {
  flex: 1 1 auto;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 6px solid var(--line);
  font-family: var(--nav-font);
  font-size: clamp(1.35rem, 2.35vw, 2.2rem);
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.sidebar-section h3 {
  flex: 1 1 auto;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 6px solid var(--line);
  font-family: var(--nav-font);
  font-size: clamp(1.35rem, 2.35vw, 2.2rem);
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.92fr);
  gap: 20px;
  align-items: start;
}

.contact-main,
.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-sidebar {
  border-left: 4px solid var(--line);
  padding-left: 18px;
}

.contact-panel,
.privacy-panel {
  border: 3px solid rgba(17, 17, 17, 0.72);
  background: rgba(255, 255, 255, 0.26);
  padding: 14px 16px 16px;
}

.contact-panel p:last-child,
.privacy-panel p:last-child {
  margin-bottom: 0;
}

.contact-panel-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 4px 10px 3px;
  background: var(--line);
  color: #ffffff;
  font-family: var(--body-font);
  font-size: 0.82rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-panel h3,
.privacy-panel h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 3px dotted rgba(17, 17, 17, 0.55);
  font-family: var(--nav-font);
  font-size: 1.7rem;
  line-height: 1;
  color: var(--accent);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.contact-panel h3::before,
.privacy-panel h3::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: var(--accent);
}

.contact-panel--sidebar h3 {
  font-size: 1.45rem;
}

.contact-lead {
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.contact-inline-link {
  color: var(--accent);
  font-weight: bold;
}

.contact-inline-link:visited {
  color: var(--accent-dark);
}

.contact-email-image {
  display: inline-block;
  height: 1em;
  width: auto;
  vertical-align: -0.14em;
}

.contact-stamp {
  display: inline-block;
  padding: 6px 10px;
  border: 2px solid var(--line);
  background: rgba(17, 17, 17, 0.9);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.contact-card-grid,
.contact-legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-card {
  border: 2px solid rgba(17, 17, 17, 0.46);
  background: rgba(255, 255, 255, 0.22);
  padding: 12px;
}

.contact-card h4 {
  margin: 0 0 8px;
  color: var(--accent);
  font-family: var(--nav-font);
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.contact-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.96rem;
}

.contact-note {
  margin-top: 12px;
  color: var(--ink-soft);
  font-size: 0.96rem;
}

.contact-meta-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-meta-list li {
  padding: 0;
}

.contact-meta-label {
  display: block;
  margin-bottom: 4px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-meta-list strong {
  color: var(--ink);
}

.contact-text-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-text-button,
.contact-text-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 7px 14px;
  border: 3px solid var(--line);
  background: rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  color: var(--ink);
  font-family: var(--nav-font);
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
}

.contact-text-button:hover {
  background: rgba(179, 54, 23, 0.08);
  color: var(--ink);
  text-decoration: none;
}

.contact-text-buttons--channels .contact-text-button,
.contact-text-buttons--channels .contact-text-button:visited {
  color: var(--ink);
}

.contact-text-buttons--channels .contact-text-button:hover,
.contact-text-buttons--channels .contact-text-button:focus-visible,
.contact-text-buttons--channels .contact-text-button:active,
.contact-text-buttons--channels .contact-text-button.is-active,
.contact-text-buttons--channels .contact-text-button[aria-current="page"] {
  background: var(--accent);
  border-color: var(--line);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-decoration: none;
}

.contact-legal-grid {
  margin-top: 16px;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.privacy-panel {
  padding: 18px;
}

.privacy-panel h4 {
  margin: 18px 0 8px;
  color: var(--accent);
  font-family: var(--body-font);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.35;
}

.privacy-panel ul {
  margin: 0 0 1em 0;
  padding: 0;
}

.privacy-panel li,
.privacy-panel p {
  color: var(--ink-soft);
}

.media-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.media-heading-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  background: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.media-heading h2 {
  flex: 1 1 auto;
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 6px solid var(--line);
}

.playlist-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.95fr);
  gap: 0;
  border: 3px solid var(--line);
  background: rgba(255, 255, 255, 0.25);
  margin-bottom: 18px;
}

.playlist-visual {
  position: relative;
  min-height: 320px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.2)),
    linear-gradient(180deg, rgba(179, 54, 23, 0.18), transparent 55%),
    url("images/konzerte/120809_Circuitnoise_StageCage.jpg") center/cover no-repeat;
  border-right: 3px solid var(--line);
  overflow: hidden;
}

.playlist-visual::before {
  content: "";
  position: absolute;
  inset: auto 0 34px 0;
  height: 2px;
  background:
    linear-gradient(90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.65) 8%,
      rgba(255, 255, 255, 0.2) 12%,
      rgba(255, 255, 255, 0.8) 16%,
      rgba(255, 255, 255, 0.08) 22%,
      rgba(255, 255, 255, 0.72) 32%,
      rgba(255, 255, 255, 0.14) 39%,
      rgba(255, 255, 255, 0.78) 48%,
      rgba(255, 255, 255, 0.1) 56%,
      rgba(255, 255, 255, 0.76) 66%,
      rgba(255, 255, 255, 0.2) 72%,
      rgba(255, 255, 255, 0.72) 82%,
      transparent 100%);
}

.playlist-visual-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 28px;
  color: #ffffff;
}

.playlist-brand {
  font-family: var(--nav-font);
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--accent);
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
}

.playlist-subtitle {
  margin-top: 10px;
  font-family: var(--body-font);
  font-size: 1.7rem;
  line-height: 1.05;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-transform: uppercase;
}

.playlist-play {
  width: 74px;
  height: 74px;
  margin-top: 28px;
  border: 4px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  position: relative;
}

.playlist-play::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 19px;
  border-left: 22px solid rgba(255, 255, 255, 0.96);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.playlist-copy {
  padding: 24px 24px 20px;
}

.playlist-copy h3 {
  margin: 0 0 10px;
  font-family: var(--nav-font);
  font-size: 2rem;
  line-height: 1;
  color: var(--accent);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.playlist-copy strong {
  display: block;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 3px dotted rgba(17, 17, 17, 0.55);
  font-family: var(--body-font);
  font-size: 1.55rem;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--ink);
}

.playlist-copy p {
  margin-bottom: 18px;
  max-width: 28ch;
}

.playlist-copy .playlist-link {
  display: inline-block;
  color: var(--accent);
  font-family: var(--body-font);
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.media-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.media-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1.15fr) minmax(220px, 0.95fr) minmax(180px, 0.8fr);
  gap: 14px;
  align-items: stretch;
  padding: 12px;
  border: 3px solid rgba(17, 17, 17, 0.7);
  background: rgba(255, 255, 255, 0.28);
}

.media-date {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 170px;
}

.media-date-top {
  color: var(--accent);
  font-family: var(--nav-font);
  font-size: 1.45rem;
  line-height: 0.92;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.media-date-top .year {
  display: block;
  font-size: 1.95rem;
}

.media-date-bottom {
  padding-top: 12px;
  border-top: 3px dotted rgba(17, 17, 17, 0.55);
  color: var(--ink-soft);
  font-family: var(--nav-font);
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}

.media-thumb {
  position: relative;
  display: block;
  min-height: 170px;
  border: 3px solid rgba(17, 17, 17, 0.72);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.media-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.2));
}

.media-thumb--video::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.94);
  z-index: 1;
}

.media-thumb--video span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-30%, -50%);
  border-left: 16px solid rgba(255, 255, 255, 0.96);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 2;
}

.media-thumb span {
  position: absolute;
  inset: 0;
}

.media-meta h3 {
  margin: 0 0 8px;
  font-family: var(--nav-font);
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--accent);
}

.media-location {
  margin-bottom: 10px;
  color: var(--ink-soft);
  font-family: var(--body-font);
  font-size: 1.15rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.media-description {
  margin-bottom: 8px;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.media-runtime {
  margin-bottom: 12px;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.media-link {
  color: var(--accent);
  font-family: var(--body-font);
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.media-photo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.media-photo-frame {
  min-height: 170px;
  border: 3px solid rgba(17, 17, 17, 0.72);
  background-position: center;
  background-size: cover;
}

.media-photo-label {
  color: var(--ink-soft);
  font-family: var(--body-font);
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.gear-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.gear-heading-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  background: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.gear-heading h2 {
  flex: 1 1 auto;
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 6px solid var(--line);
}

.gear-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.8fr);
  gap: 18px;
  margin-bottom: 20px;
}

.gear-feature-media,
.gear-panel,
.gear-card {
  border: 3px solid rgba(17, 17, 17, 0.72);
  background: rgba(255, 255, 255, 0.24);
}

.gear-feature-media {
  padding: 10px;
}

.gear-feature-media img,
.gear-card img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid rgba(17, 17, 17, 0.6);
}

.gear-panel {
  padding: 18px 18px 16px;
}

.gear-panel h3,
.gear-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 3px dotted rgba(17, 17, 17, 0.55);
  font-family: var(--nav-font);
  font-size: 1.55rem;
  line-height: 1;
  color: var(--accent);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.gear-panel h3::before,
.gear-card h3::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: var(--accent);
}

.gear-panel p,
.gear-card p {
  margin-bottom: 12px;
  color: var(--ink-soft);
}

.gear-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gear-card {
  padding: 10px;
}

.gear-card-copy {
  padding: 12px 4px 0;
}

.home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(320px, 1fr);
  gap: 20px;
}

.home-section {
  margin-bottom: 18px;
}

.home-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.home-heading-mark {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.home-heading h2,
.sidebar-section h3,
.info-card-title,
.project-card h3 {
  margin: 0;
  font-family: var(--nav-font);
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-intro {
  color: var(--ink-soft);
  font-size: 1.03rem;
}

.home-intro p {
  margin-bottom: 0.8em;
}

.home-intro .accent-line {
  color: var(--accent);
  font-weight: bold;
}

.home-section--projects {
  margin-top: 20px;
}

.home-heading--projects h3 {
  flex: 1 1 auto;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 6px solid var(--line);
  font-family: var(--nav-font);
  font-size: clamp(1.35rem, 2.35vw, 2.2rem);
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-section--projects .project-card-body {
  grid-template-columns: 1fr;
  gap: 12px;
}

.home-section--projects .project-card-thumb {
  min-height: 128px;
}

.home-section--projects .project-card-link {
  display: inline-block;
  margin-top: 2px;
}

.info-card {
  border: 3px solid rgba(17, 17, 17, 0.72);
  background: rgba(255, 255, 255, 0.26);
  padding: 12px 14px 12px;
  margin-bottom: 10px;
}

.info-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.info-card-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #ffffff;
  font-family: var(--body-font);
  font-weight: bold;
  font-size: 1.15rem;
  line-height: 1;
}

.info-card-title {
  flex: 1 1 auto;
  padding-bottom: 8px;
  border-bottom: 5px solid var(--line);
  font-size: 2rem;
}

.concert-date {
  color: var(--accent);
  font-family: var(--nav-font);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.03em;
}

.concert-location {
  margin-top: 4px;
  color: var(--accent);
  font-family: var(--body-font);
  font-size: 1.1rem;
  font-weight: bold;
}

.info-card-divider {
  margin: 10px 0 8px;
  border-top: 3px dotted rgba(17, 17, 17, 0.45);
}

.booking-email {
  color: var(--accent);
  font-weight: bold;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.project-card {
  border: 2px solid rgba(17, 17, 17, 0.42);
  background: rgba(255, 255, 255, 0.22);
  padding: 10px;
}

.project-card h3 {
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 1.15rem;
}

.project-card-body {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.project-card-thumb {
  display: block;
  width: 100%;
  min-height: 98px;
  border: 2px solid rgba(17, 17, 17, 0.55);
  background-position: center;
  background-size: cover;
}

.project-card p {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.project-card-link,
.sidebar-link {
  color: var(--accent);
  font-family: var(--body-font);
  font-size: 0.95rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.sidebar-column {
  border-left: 4px solid var(--line);
  padding-left: 18px;
}

.sidebar-section {
  margin-bottom: 16px;
}

.release-card,
.video-card {
  display: grid;
  gap: 12px;
  border: 2px solid rgba(17, 17, 17, 0.5);
  background: rgba(255, 255, 255, 0.26);
  padding: 8px;
  margin-bottom: 10px;
}

.release-card {
  grid-template-columns: 160px minmax(0, 1fr);
}

.release-card--embed {
  grid-template-columns: 1fr;
  padding: 0;
  gap: 0;
  overflow: hidden;
}

.release-embed-shell {
  position: relative;
}

.release-embed-shell::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.68);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

.release-embed-shell::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 26px solid rgba(255, 255, 255, 0.96);
  transform: translate(-36%, -50%);
  pointer-events: none;
  z-index: 2;
}

.release-embed-shell.is-playing::before {
  background: rgba(17, 17, 17, 0.8);
}

.release-embed-shell.is-playing::after {
  width: 22px;
  height: 28px;
  border: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.96) 0 8px,
      transparent 8px 14px,
      rgba(255, 255, 255, 0.96) 14px 22px
    );
  transform: translate(-50%, -50%);
}

.release-embed {
  display: block;
  width: 100%;
  min-height: 352px;
  height: 352px;
}

.release-cover {
  display: block;
  width: 100%;
  border: 2px solid rgba(17, 17, 17, 0.55);
}

.release-meta h4,
.video-meta h4 {
  margin: 0 0 6px;
  color: var(--accent);
  font-family: var(--body-font);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.release-artist,
.video-subtitle {
  margin-bottom: 8px;
  color: var(--ink-soft);
  font-weight: bold;
}

.release-track,
.release-genre,
.video-details {
  font-size: 0.93rem;
  margin-bottom: 6px;
}

.release-button {
  display: inline-block;
  padding: 4px 10px;
  border: 2px solid rgba(17, 17, 17, 0.55);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.4);
  font-family: var(--nav-font);
  font-size: 0.95rem;
  text-transform: uppercase;
}

.video-card {
  grid-template-columns: 1.25fr minmax(0, 1fr);
}

.video-thumb {
  position: relative;
  display: block;
  min-height: 110px;
  border: 2px solid rgba(17, 17, 17, 0.55);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.22));
}

.video-thumb::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.94);
  z-index: 1;
}

.video-thumb span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-25%, -50%);
  border-left: 14px solid rgba(255, 255, 255, 0.96);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 2;
}

.video-thumb span {
  position: absolute;
  inset: 0;
}

.archive-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.archive-heading-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  background: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.archive-heading h2 {
  flex: 1 1 auto;
  margin: 0;
  padding-bottom: 10px;
}

.contact-heading,
.media-heading,
.gear-heading,
.home-heading,
.archive-heading {
  align-items: flex-start;
}

.contact-heading-mark,
.media-heading-mark,
.gear-heading-mark,
.home-heading-mark,
.archive-heading-mark {
  align-self: flex-start;
  margin-top: 0.18em;
}

.archive-map {
  margin-bottom: 28px;
  border: 3px solid rgba(17, 17, 17, 0.72);
  background: rgba(255, 255, 255, 0.24);
  padding: 10px;
}

.archive-map img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid rgba(17, 17, 17, 0.6);
}

.archive-map-caption {
  margin: 10px 4px 0;
  color: var(--ink-soft);
}

.archive-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.archive-year {
  page-break-inside: avoid;
}

.archive-year h3 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 10px;
  font-family: var(--nav-font);
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--accent);
}

.archive-year h3::after {
  content: "";
  height: 6px;
  flex: 1 1 auto;
  background: var(--line);
}

.archive-entry-list {
  margin: 0;
  padding: 0;
}

.archive-entry-list li {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 0 0 10px;
}

.archive-date {
  color: var(--accent);
  font-weight: bold;
  letter-spacing: 0.02em;
}

.archive-entry-list a {
  color: var(--ink-soft);
  font-weight: normal;
}

.archive-entry-list a:hover {
  color: var(--accent);
}

@media (max-width: 1100px) {
  body {
    margin: 0;
    padding: 16px;
  }

  #header {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  #header::after {
    grid-column: 1 / -1;
  }

  #header::before {
    left: 3px;
    right: 3px;
    top: auto;
    bottom: 3px;
    width: auto;
  }

  #header .title a {
    min-height: 132px;
  }

  #header .title a::before {
    font-size: clamp(3.2rem, 8.4vw, 6rem);
  }

  ul.links li>a {
    font-size: clamp(0.9rem, 1.8vw, 1.2rem);
  }

  .archive-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .playlist-hero {
    grid-template-columns: 1fr;
  }

  .playlist-visual {
    border-right: 0;
    border-bottom: 3px solid var(--line);
  }

  .media-card {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .gear-feature,
  .gear-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid,
  .contact-legal-grid {
    grid-template-columns: 1fr;
  }

  .contact-sidebar {
    border-left: 0;
    padding-left: 0;
  }

  .home-grid,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .sidebar-column {
    border-left: 0;
    padding-left: 0;
  }

  .media-meta,
  .media-photo {
    grid-column: 2;
  }
}

@media (max-width: 820px) {
  #header {
    grid-template-columns: 1fr;
  }

  #header .header-logo {
    width: 140px;
  }

  #header .title a {
    min-height: auto;
  }

  #header .title a::before {
    font-size: clamp(2.6rem, 14vw, 4.5rem);
  }

  ul.links {
    gap: 8px;
  }

  ul.links li {
    flex: 1 1 calc(50% - 8px);
  }

  .navlinks {
    padding-top: 38px;
  }

  .navlinks .lang-switch {
    top: 0;
    right: 0;
    width: auto;
    margin: 0;
  }

  .archive-heading {
    gap: 12px;
  }

  .archive-heading-mark {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .archive-entry-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .media-card {
    grid-template-columns: 1fr;
  }

  .project-card-body,
  .release-card,
  .video-card {
    grid-template-columns: 1fr;
  }

  .release-embed {
    min-height: 320px;
    height: 320px;
  }

  .gear-heading {
    gap: 12px;
  }

  .contact-heading {
    gap: 12px;
  }

  .gear-heading-mark {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .contact-heading-mark {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .home-heading {
    gap: 12px;
  }

  .home-heading-mark {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .media-meta,
  .media-photo {
    grid-column: auto;
  }

  .media-date {
    min-height: auto;
    gap: 10px;
  }
}

@media (max-width: 580px) {
  body {
    padding: 14px;
    font-size: 15px;
  }

  body::before,
  body::after {
    width: 18px;
    height: 18px;
    border-width: 4px;
  }

  .site-footer {
    margin-left: -14px;
    margin-right: -14px;
    padding: 24px 14px 0;
    background-size:
      calc(100% - 52px) 4px,
      4px 18px,
      18px 4px,
      4px 18px,
      18px 4px;
    background-position:
      center top 16px,
      left 6px top 0,
      left 6px top 16px,
      right 6px top 0,
      right 6px top 16px;
  }

  ul.links li {
    flex: 1 1 100%;
  }

  .contact-card-grid,
  .contact-legal-grid {
    grid-template-columns: 1fr;
  }

  .contact-panel,
  .privacy-panel {
    padding: 12px;
  }

  .contact-panel h3,
  .privacy-panel h3 {
    font-size: 1.35rem;
  }

  .contact-text-button,
  .contact-text-button:visited {
    width: 100%;
  }

  ul.links li>a,
  ul.links li>button {
    min-height: 36px;
    padding: 6px 10px;
  }

  .site-footer .nav-social a,
  .site-footer .nav-social .nav-linktree {
    font-size: 1.15rem;
  }

  .site-footer .nav-social::before {
    width: 100%;
    justify-content: center;
  }
}
