:root {
  color-scheme: dark;
  --ink: #08060b;
  --paper: #f7f3ee;
  --muted: #aaa2ad;
  --red: #fc4d41;
  --button-border: #ff493d;
  --pink: #ff2da7;
  --blue: #1689ff;
  --stage-bg: #342c2d;
  --line: rgba(255, 255, 255, 0.16);
  --surface-noise: url("assets/backgrounds/grain-background-v3.png");
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--surface-noise), var(--ink);
  background-blend-mode: soft-light, normal;
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; }

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

button, a { -webkit-tap-highlight-color: transparent; }

.shell {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  overflow: visible;
  border-bottom: 0;
  background: transparent;
}

.nav {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 64px;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding-inline: clamp(16px, 2vw, 48px);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.nav-links li {
  display: flex;
  align-items: center;
}

.nav-links li + li::before {
  content: "·";
  color: var(--paper);
  font-size: 1rem;
  line-height: 1;
  pointer-events: none;
}

.nav-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #d9d4da;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 250ms ease, background-color 320ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(8, 6, 11, 0.48);
  color: var(--red);
}

.nav-links .nav-cta {
  position: relative;
  justify-content: center;
  padding: 0 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--paper);
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible {
  background: transparent;
  transform: none;
}

.nav-cta svg {
  display: block;
  position: absolute;
  right: 14px;
  bottom: 4px;
  left: 14px;
  width: calc(100% - 28px);
  height: 8px;
  overflow: visible;
}

.nav-cta path {
  fill: none;
  stroke: var(--red);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 100;
  filter: url("#contact-underline-rough");
  animation:
    contact-underline-draw 800ms cubic-bezier(0.22, 1, 0.36, 1) 250ms both,
    contact-underline-live 2.3s steps(1, end) 1.05s infinite;
}

@media (hover: hover) and (pointer: fine) {
  .nav-cta:hover path {
    animation:
      booking-underline-redraw 700ms cubic-bezier(0.22, 1, 0.36, 1) both,
      contact-underline-live 2.3s steps(1, end) infinite;
  }
}

.nav-cta:focus-visible path {
  animation:
    booking-underline-redraw 700ms cubic-bezier(0.22, 1, 0.36, 1) both,
    contact-underline-live 2.3s steps(1, end) infinite;
}

@keyframes booking-underline-redraw {
  from { stroke-dashoffset: 100; }
  to { stroke-dashoffset: 0; }
}

main {
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
  z-index: 21;
  isolation: isolate;
  min-height: 100svh;
  padding: 0;
  overflow: hidden;
  background: transparent;
}

.hero-frame-counter {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 3vw, 48px);
  bottom: 36px;
  display: flex;
  align-items: center;
  color: rgba(247, 243, 238, 0.72);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  transform: rotate(-1deg);
  pointer-events: none;
}

.hero-frame-counter::after {
  position: absolute;
  top: 50%;
  right: -1.45em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #ff0000;
  box-shadow: 0 0 0.65em rgba(255, 0, 0, 0.55);
  content: "";
  transform: translateY(-50%);
  animation: recording-blink 1.2s steps(1, end) infinite;
}

@keyframes recording-blink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0.08; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-frame-counter::after { animation: none; }
}

.hero-frame-value {
  min-width: 6ch;
  color: var(--paper);
  font-variant-numeric: tabular-nums;
}

.hero-edge-label {
  --hero-edge-inset: clamp(10px, 1.8vw, 24px);
  position: fixed;
  z-index: 0;
  top: calc(var(--hero-edge-inset) * 2);
  left: var(--hero-edge-inset);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: rgba(247, 243, 238, 0.88);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: translateY(var(--hero-label-shift, 0px)) rotate(180deg);
  pointer-events: none;
  will-change: transform;
}

.hero-edge-label::before {
  flex: 0 0 42px;
  inline-size: 42px;
  block-size: 2px;
  background: var(--red);
  content: "";
}

.hero-video {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    linear-gradient(rgba(8, 6, 11, 0.28), rgba(8, 6, 11, 0.28)),
    url("assets/hero/ajd-live-poster.jpg") center / cover no-repeat;
  filter: brightness(1.16) saturate(1.04);
}

.hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.intro-media-flow {
  margin-top: -30px;
  padding-top: 30px;
  background:
    var(--surface-noise),
    radial-gradient(ellipse 64% 650px at 0 420px, rgba(252, 77, 65, 0.38) 0%, rgba(252, 77, 65, 0.14) 48%, transparent 75%),
    radial-gradient(ellipse 62% 48% at 100% 100%, rgba(22, 137, 255, 0.44) 0%, rgba(22, 137, 255, 0.17) 48%, transparent 76%),
    var(--ink);
  background-blend-mode: soft-light, normal, normal, normal;
}

.brand-intro {
  padding: clamp(54px, 6vw, 88px) 0 clamp(18px, 2.5vw, 34px);
}

.brand-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(36px, 5vw, 80px);
}

.brand-intro-logo {
  width: min(100%, 380px);
  margin: 0;
  line-height: 0;
}

.brand-intro-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.brand-intro-logo.scroll-reveal {
  opacity: 0;
  filter: blur(16px);
  transform: none;
  transition:
    opacity 950ms cubic-bezier(0.22, 0.6, 0.25, 1) 350ms,
    filter 1150ms cubic-bezier(0.22, 0.6, 0.25, 1) 350ms;
}

.brand-intro-logo.scroll-reveal.is-revealed {
  opacity: 1;
  filter: blur(0);
}

.brand-intro-text { min-width: 0; }

h1, h2, h3, p { margin-top: 0; }

.brand-intro-copy {
  max-width: 520px;
  margin: 0;
  color: #cbc5ce;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

.brand-intro-copy strong { color: white; }

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: white;
  font-size: 0.79rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 180ms ease;
}

.button-primary {
  border-color: var(--button-border);
  background: var(--red);
  color: #10090b;
}

.button:hover,
.button:focus-visible { transform: translateY(-2px); border-color: white; }

.ticker {
  position: relative;
  z-index: 22;
  margin-top: -14px;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--surface-noise), var(--ink);
  background-blend-mode: soft-light, normal;
  color: #aaa2ad;
  transform: rotate(-1deg) scale(1.02);
}

.ticker-track {
  position: relative;
  z-index: 1;
  display: flex;
  width: max-content;
}

.ticker span {
  padding: 14px 18px;
  font-size: 0.77rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker span::after {
  margin-left: 34px;
  color: var(--red);
  content: "✦";
}

section { scroll-margin-top: 92px; }

.section {
  padding: clamp(88px, 11vw, 150px) 0;
}

.scroll-reveal {
  --reveal-delay: 200ms;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition:
    opacity 750ms cubic-bezier(0.22, 0.6, 0.25, 1) var(--reveal-delay),
    transform 750ms cubic-bezier(0.22, 0.6, 0.25, 1) var(--reveal-delay);
}

.scroll-reveal[data-reveal="heading"] { --reveal-delay: 400ms; }
.scroll-reveal[data-reveal="text"] { --reveal-delay: 600ms; }
.scroll-reveal.is-revealed { opacity: 1; transform: none; }

#media {
  padding-top: clamp(48px, 6vw, 76px);
  padding-bottom: clamp(64px, 8vw, 110px);
}
#band {
  --band-slant: clamp(14px, 1.8vw, 28px);
  position: relative;
  z-index: 1;
  margin-top: calc(var(--band-slant) * -1);
  padding-top: calc(clamp(64px, 8vw, 110px) + var(--band-slant));
  padding-bottom: 0;
  background:
    var(--surface-noise),
    radial-gradient(ellipse 62% 48% at 100% 0%, rgba(22, 137, 255, 0.44) 0%, rgba(22, 137, 255, 0.17) 48%, transparent 76%),
    radial-gradient(ellipse 68% 46% at 0% 100%, rgba(252, 77, 65, 0.38) 0%, rgba(252, 77, 65, 0.15) 46%, transparent 76%),
    var(--ink);
  background-blend-mode: soft-light, normal, normal, normal;
  clip-path: polygon(
    0 var(--band-slant),
    100% 0,
    100% 100%,
    0 100%
  );
}

.kontakt-section {
  --kontakt-slant: clamp(14px, 1.8vw, 28px);
  position: relative;
  z-index: 1;
  isolation: isolate;
  margin-top: calc(var(--kontakt-slant) * -1);
  padding-top: calc(var(--kontakt-slant) + clamp(38px, 5vw, 64px));
  padding-bottom: clamp(44px, 5.5vw, 75px);
  background:
    var(--surface-noise),
    radial-gradient(ellipse 68% 46% at 0% 0%, rgba(252, 77, 65, 0.38) 0%, rgba(252, 77, 65, 0.15) 46%, transparent 76%),
    var(--ink);
  background-blend-mode: soft-light, normal, normal;
  clip-path: polygon(
    0 var(--kontakt-slant),
    100% 0,
    100% 100%,
    0 100%
  );
}

.kontakt-section .contact-shell {
  padding-top: clamp(48px, 6vw, 78px);
}

#kontakt {
  scroll-margin-top: 92px;
}

.section-head {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 55px;
}

.section-index {
  margin-bottom: 16px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3.6rem, 7vw, 7.2rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.88;
  text-transform: uppercase;
}

h2 .title-outline {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(247, 243, 238, 0.92);
  text-stroke: 1.5px rgba(247, 243, 238, 0.92);
}

.section-intro {
  max-width: 580px;
  margin: 0;
  color: #bcb5bf;
  font-size: 1.06rem;
}

.heading-copy {
  border-left: 2px solid var(--red);
  padding-left: 16px;
}

.member-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.member {
  position: relative;
  grid-column: span 4;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #100d13;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.58);
  isolation: isolate;
}

.member:nth-child(4),
.member:nth-child(5),
.member:nth-child(6),
.member:nth-child(7) { grid-column: span 3; min-height: 360px; }

.member img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
  filter: brightness(0.68) saturate(0.78) contrast(1.08);
  transition: transform 450ms ease, filter 450ms ease;
}

.member::after {
  position: absolute;
  inset: 12% 0 0;
  z-index: -1;
  background: linear-gradient(transparent, rgba(8, 6, 11, 0.96));
  content: "";
}

@media (hover: hover) and (pointer: fine) {
  .member:hover img {
    transform: scale(1.035);
    filter: brightness(1) saturate(1.05) contrast(1.06);
  }
}

.member-info {
  position: absolute;
  inset: auto 22px 20px;
}

.member h3 {
  margin-bottom: 2px;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  letter-spacing: -0.035em;
  line-height: 1;
}

.member-role {
  margin: 0;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.member-description {
  max-width: 34ch;
  margin: 12px 0 0;
  color: #ddd7df;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

@media (min-width: 901px) {
  .member-grid {
    column-gap: 0;
    row-gap: 16px;
    padding: 12px 8px 46px;
  }

  .member {
    margin-inline: -6px;
  }

  .member:nth-child(1) { z-index: 2; transform: translateY(0) rotate(-1deg); }
  .member:nth-child(2) { z-index: 3; transform: translateY(24px) rotate(1.2deg); }
  .member:nth-child(3) { z-index: 2; transform: translateY(5px) rotate(-0.8deg); }
  .member:nth-child(4) { z-index: 3; transform: translateY(8px) rotate(0.8deg); }
  .member:nth-child(5) { z-index: 4; transform: translateY(26px) rotate(-1.1deg); }
  .member:nth-child(6) { z-index: 2; transform: translateY(2px) rotate(1deg); }
  .member:nth-child(7) { z-index: 3; transform: translateY(17px) rotate(-0.8deg); }
}

.manifesto {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding: clamp(48px, 6vw, 78px) 0;
  overflow: hidden;
  background: transparent;
  scroll-margin-top: 92px;
  text-align: center;
}

.manifesto .shell {
  position: relative;
  z-index: 1;
}

.manifesto blockquote {
  --manifesto-blur: 0px;
  max-width: 980px;
  margin: 0 auto 22px;
  color: var(--paper);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.5rem, 5.6vw, 5.9rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.9;
  filter: blur(var(--manifesto-blur)) drop-shadow(0 4px 7px rgba(0, 0, 0, 0.42));
  text-transform: uppercase;
}

.manifesto blockquote.scroll-reveal {
  --manifesto-blur: 10px;
  --reveal-delay: 400ms;
  transform: scale(1.22);
  transform-origin: center;
  transition:
    opacity 900ms ease-out var(--reveal-delay),
    filter 1100ms cubic-bezier(0.22, 0.6, 0.25, 1) var(--reveal-delay),
    transform 1100ms cubic-bezier(0.22, 0.6, 0.25, 1) var(--reveal-delay);
}

.manifesto blockquote.scroll-reveal.is-revealed {
  --manifesto-blur: 0px;
  transform: scale(1);
}

.manifesto blockquote em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 2px var(--red);
}

.sound-equalizer {
  display: flex;
  height: 44px;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  margin: 0 auto 24px;
}

.sound-equalizer span {
  width: 5px;
  height: 42px;
  border-radius: 2px;
  background:
    repeating-linear-gradient(to top, transparent 0 4px, rgba(8, 6, 11, 0.62) 4px 6px),
    linear-gradient(to top, #20d96b 0 50%, #ffd43b 50% 77%, #fc4d41 77% 100%);
  -webkit-clip-path: inset(62% 0 0 0 round 2px);
  clip-path: inset(62% 0 0 0 round 2px);
  will-change: clip-path;
  animation: equalize 1.12s ease-in-out infinite;
}

.sound-equalizer span:nth-child(7n + 1) { animation-duration: 0.96s; animation-delay: -0.31s; }
.sound-equalizer span:nth-child(7n + 2) { animation-duration: 1.3s; animation-delay: -0.57s; }
.sound-equalizer span:nth-child(7n + 3) { animation-duration: 1.08s; animation-delay: -0.19s; }
.sound-equalizer span:nth-child(7n + 4) { animation-duration: 1.26s; animation-delay: -0.63s; }
.sound-equalizer span:nth-child(7n + 5) { animation-duration: 1.02s; animation-delay: -0.43s; }
.sound-equalizer span:nth-child(7n + 6) { animation-duration: 1.2s; animation-delay: -0.12s; }

@keyframes equalize {
  0%, 100% { -webkit-clip-path: inset(62% 0 0 0 round 2px); clip-path: inset(62% 0 0 0 round 2px); }
  20% { -webkit-clip-path: inset(35% 0 0 0 round 2px); clip-path: inset(35% 0 0 0 round 2px); }
  40% { -webkit-clip-path: inset(52% 0 0 0 round 2px); clip-path: inset(52% 0 0 0 round 2px); }
  60% { -webkit-clip-path: inset(22% 0 0 0 round 2px); clip-path: inset(22% 0 0 0 round 2px); }
  80% { -webkit-clip-path: inset(8% 0 0 0 round 2px); clip-path: inset(8% 0 0 0 round 2px); }
}

@-webkit-keyframes equalize {
  0%, 100% { -webkit-clip-path: inset(62% 0 0 0 round 2px); clip-path: inset(62% 0 0 0 round 2px); }
  20% { -webkit-clip-path: inset(35% 0 0 0 round 2px); clip-path: inset(35% 0 0 0 round 2px); }
  40% { -webkit-clip-path: inset(52% 0 0 0 round 2px); clip-path: inset(52% 0 0 0 round 2px); }
  60% { -webkit-clip-path: inset(22% 0 0 0 round 2px); clip-path: inset(22% 0 0 0 round 2px); }
  80% { -webkit-clip-path: inset(8% 0 0 0 round 2px); clip-path: inset(8% 0 0 0 round 2px); }
}

.manifesto p {
  margin: 0;
  color: #aaa3ad;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.media-subhead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 22px;
}

#videos { scroll-margin-top: 110px; }

.media-subhead h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.media-subhead p {
  margin: 0;
  color: #aaa2ad;
  font-size: 0.88rem;
}

.audio-subhead {
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}

.audio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 32px;
  margin-bottom: 70px;
}

.audio-card {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 15px;
  background: transparent;
}

.audio-card:nth-child(even) {
  background: transparent;
}

.audio-card h4 {
  margin: 0;
  font-size: 0.94rem;
  letter-spacing: normal;
  line-height: 1.35;
}

.audio-card-meta {
  margin: 3px 0 8px;
  color: #8e8792;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.audio-card-meta.audio-original {
  color: var(--red);
  font-weight: 400;
}

.audio-card audio {
  display: block;
  width: 100%;
  min-height: 54px;
  color-scheme: dark;
}

.audio-card audio[hidden] { display: none; }

.custom-audio-player {
  --audio-button-size: 76px;
  display: grid;
  grid-template-columns: var(--audio-button-size) minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}

.audio-player-details { min-width: 0; }

.audio-toggle {
  display: grid;
  width: var(--audio-button-size);
  height: var(--audio-button-size);
  place-items: center;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid var(--red);
  border-radius: 50%;
  background: transparent;
  color: var(--red);
  font: inherit;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.audio-toggle span {
  display: block;
  margin-left: 3px;
  font-size: 1.25rem;
  font-weight: 950;
  line-height: 1;
}

.custom-audio-player.is-playing .audio-toggle span { margin-left: 0; }

.audio-toggle:hover,
.audio-toggle:focus-visible {
  transform: scale(1.06);
  background: var(--red);
  color: #09070a;
}

.audio-toggle:focus-visible,
.audio-progress:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 3px;
}

.audio-progress-wrap {
  display: grid;
  grid-template-rows: 22px auto;
  min-width: 0;
}

.audio-progress {
  --audio-progress: 0%;
  align-self: center;
  width: 100%;
  height: 18px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
}

.audio-progress::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(to right, var(--red) 0 var(--audio-progress), rgba(255, 255, 255, 0.2) var(--audio-progress) 100%);
}

.audio-progress::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  margin-top: -5px;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #08060b;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 0 0 1px var(--red);
}

.audio-progress::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.audio-progress::-moz-range-progress {
  height: 4px;
  border-radius: 999px;
  background: var(--red);
}

.audio-progress::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 2px solid #08060b;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 0 0 1px var(--red);
}

.audio-times {
  display: flex;
  justify-content: space-between;
  margin-top: -1px;
  color: #8f8992;
  font-size: 0.66rem;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
  letter-spacing: 0.06em;
}

@media (prefers-reduced-motion: reduce) {
  .audio-toggle { transition: none; }
}

.media-card {
  grid-column: span 4;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #100d13;
}

.media-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050407;
}

.media-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-consent {
  width: 100%;
  height: 100%;
}

.youtube-load {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-content: center;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #08060b;
  color: var(--paper);
  font: inherit;
  text-align: center;
  cursor: pointer;
}

.youtube-load::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 4, 7, 0.12), rgba(5, 4, 7, 0.76)),
    radial-gradient(circle at 50% 50%, transparent 0 20%, rgba(5, 4, 7, 0.34) 100%);
  opacity: 1;
  transition: opacity 450ms ease;
  content: "";
}

.youtube-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72) saturate(0.86) contrast(1);
  transform: scale(1.01);
  transition: filter 450ms ease, transform 450ms ease;
}

.youtube-load-content {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 340px;
  place-items: center;
  gap: 12px;
  padding: 28px;
}

.youtube-load:hover,
.youtube-load:focus-visible {
  background: #08060b;
}

.youtube-load:hover .youtube-thumb,
.youtube-load:focus-visible .youtube-thumb {
  filter: brightness(1) saturate(1.05) contrast(1.06);
  transform: scale(1.035);
}

.youtube-load:hover::after,
.youtube-load:focus-visible::after { opacity: 0.38; }

.youtube-play {
  display: grid;
  width: 58px;
  aspect-ratio: 1;
  place-items: center;
  margin: 0 auto 2px;
  border: 1px solid var(--red);
  border-radius: 50%;
  background: transparent;
  color: var(--red);
  font-size: 1.15rem;
  line-height: 1;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.youtube-load:hover .youtube-play,
.youtube-load:focus-visible .youtube-play {
  background: var(--red);
  color: #09070a;
  transform: scale(1.06);
}

.youtube-load strong {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.youtube-load small {
  max-width: 300px;
  color: #aaa2ad;
  font-size: 0.75rem;
  line-height: 1.45;
}

.media-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 20px;
}

.media-meta p {
  margin: 0;
  color: #8e8792;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.media-meta a {
  color: var(--paper);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.media-meta a:hover { color: var(--red); }

.contact {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(44px, 8vw, 120px);
  align-items: start;
}

.contact h2 { margin-bottom: 30px; }

.contact-text-link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  max-width: 100%;
  padding: 0 0 6px;
  color: var(--paper);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-text-link:hover,
.contact-text-link:focus-visible { color: var(--red); }

.contact-text-link svg {
  display: block;
  width: 100%;
  height: 14px;
  overflow: visible;
}

.contact-text-link path {
  fill: none;
  stroke: var(--red);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  filter: url("#contact-underline-rough");
  transition: stroke-dashoffset 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-text-link.scroll-reveal:not(.is-revealed) path { stroke-dashoffset: 100; }
.contact-text-link.scroll-reveal.is-revealed path { transition-delay: 650ms; }
.contact-text-link.is-revealed path { animation: contact-underline-live 2.3s steps(1, end) 1.5s infinite; }

@media (hover: hover) and (pointer: fine) {
  .contact-text-link:hover path {
    animation:
      contact-underline-draw 700ms cubic-bezier(0.22, 1, 0.36, 1) both,
      contact-underline-live 2.3s steps(1, end) infinite;
  }
}

.contact-text-link:focus-visible path {
  animation:
    contact-underline-draw 700ms cubic-bezier(0.22, 1, 0.36, 1) both,
    contact-underline-live 2.3s steps(1, end) infinite;
}

@keyframes contact-underline-draw {
  from { stroke-dashoffset: 100; }
  to { stroke-dashoffset: 0; }
}

@keyframes contact-underline-live {
  0%, 100% { transform: translate(0, 0); opacity: 1; }
  12%, 72% { transform: translate(0.8px, -0.5px); opacity: 0.96; }
  31%, 86% { transform: translate(-0.9px, 0.4px); opacity: 1; }
  48% { transform: translate(1px, 0); opacity: 0.93; }
  60% { transform: translate(-0.5px, -0.7px); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-text-link path { animation: none !important; stroke-dashoffset: 0 !important; transition: none; }
  .nav-cta path { animation: none !important; stroke-dashoffset: 0 !important; }
}

.noise-filter-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.contact-noise {
  display: inline-block;
  color: var(--paper);
  filter: url("#contact-noise-grain-filter");
  white-space: nowrap;
}

.contact-copy {
  max-width: 560px;
  color: #bbb4be;
  font-size: 1.08rem;
}

.booking-info {
  max-width: 560px;
  margin: 0 0 14px;
  color: var(--paper);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
}

.repertoire {
  max-width: 680px;
  margin-top: 52px;
  padding-top: 30px;
  border-top: 1px solid rgba(252, 77, 65, 0.55);
}

.repertoire-kicker {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.repertoire h3 {
  margin: 0 0 30px;
  color: var(--paper);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.repertoire.is-collapsible .repertoire-content {
  overflow: hidden;
  transition: max-height 480ms ease;
}

.repertoire.is-collapsible:not(.is-expanded) .repertoire-content {
  max-height: 280px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 calc(100% - 60px), transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 calc(100% - 60px), transparent 100%);
}

.repertoire.is-collapsible:not(.is-expanded) .song-list li:nth-child(n + 6) { display: none; }

.repertoire.is-collapsible.is-expanded .repertoire-content {
  max-height: 1800px;
  -webkit-mask-image: none;
  mask-image: none;
}

.song-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.song-list li {
  min-width: 0;
  padding: 11px 0 12px;
  border-bottom: 1px solid var(--line);
}

.song-list strong,
.song-list span { display: block; }

.song-list strong {
  color: var(--paper);
  font-size: 0.94rem;
  line-height: 1.35;
}

.song-list span {
  margin-top: 3px;
  color: #8e8792;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.song-list .song-original {
  color: var(--red);
  font-weight: 400;
}

.repertoire-duration {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 10px;
  margin: 20px 0 0;
  color: #8e8792;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.repertoire-duration span {
  color: var(--red);
  font-weight: 800;
}

.repertoire-duration strong {
  color: var(--paper);
  font-size: 0.84rem;
}

.repertoire-duration small {
  flex-basis: 100%;
  font-size: 0.63rem;
}

.repertoire-toggle {
  margin-top: 18px;
  border-color: rgba(252, 77, 65, 0.75);
  cursor: pointer;
}

.repertoire-toggle-icon {
  display: inline-block;
  transition: transform 240ms ease;
}

.repertoire.is-expanded .repertoire-toggle-icon { transform: rotate(180deg); }

.contact-panel {
  border-top: 1px solid var(--red);
}

.contact-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.contact-row span {
  color: #8e8792;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-row a {
  overflow-wrap: anywhere;
  font-size: 1.04rem;
  font-weight: 760;
  text-decoration: none;
}

.contact-row a:hover { color: var(--red); }

.contact-row.privacy-row {
  grid-template-columns: 1fr;
  gap: 12px;
  border-bottom: 0;
  scroll-margin-top: 110px;
}

.privacy-copy {
  color: #bbb4be;
  font-size: 1rem;
  line-height: 1.6;
}

.privacy-copy a {
  color: var(--paper);
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(252, 77, 65, 0.72);
  text-underline-offset: 4px;
}

.privacy-copy p { margin: 0 0 20px; }
.privacy-copy p:last-child { margin-bottom: 0; }

.album-section {
  --album-slant: clamp(14px, 1.8vw, 28px);
  --album-wipe-delay: 300ms;
  --album-wipe-duration: 900ms;
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: hidden;
  margin-top: calc(var(--album-slant) * -1);
  padding-top: calc(clamp(44px, 5.5vw, 75px) + var(--album-slant));
  clip-path: polygon(0 var(--album-slant), 100% 0, 100% 100%, 0 100%);
  background: var(--surface-noise), var(--ink);
  background-blend-mode: soft-light, normal;
  color: var(--paper);
  color-scheme: dark;
}

.album-section::before,
.album-section::after {
  position: absolute;
  inset-block: 0;
  z-index: 0;
  width: calc(50% + 1px);
  background:
    var(--surface-noise),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.62) 55%, rgba(0, 0, 0, 0.97)),
    var(--red);
  background-blend-mode: soft-light, normal, normal;
  pointer-events: none;
  content: "";
}

.album-section::before { left: 0; }
.album-section::after { right: 0; }

@media (prefers-reduced-motion: no-preference) {
  .album-section.is-wipe-ready::before,
  .album-section.is-wipe-ready::after {
    transition: transform var(--album-wipe-duration) cubic-bezier(0.22, 0.6, 0.25, 1);
  }

  .album-section.is-wipe-ready:not(.is-wipe-open)::before { transform: translate3d(-100%, 0, 0); }
  .album-section.is-wipe-ready:not(.is-wipe-open)::after { transform: translate3d(100%, 0, 0); }

  .album-section.is-wipe-ready .album-layout {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 12px, 0);
  }

  .album-section.is-wipe-ready.is-wipe-open::before,
  .album-section.is-wipe-ready.is-wipe-open::after {
    transform: translate3d(0, 0, 0);
    transition: transform var(--album-wipe-duration) cubic-bezier(0.22, 0.6, 0.25, 1) var(--album-wipe-delay);
  }

  .album-section.is-wipe-ready.is-album-revealed .album-layout {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition:
      opacity 650ms ease,
      transform 650ms ease,
      visibility 0s;
  }
}

.album-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-content: center;
  column-gap: clamp(40px, 6vw, 88px);
  row-gap: 24px;
}

.album-heading {
  grid-column: 2;
  align-self: end;
  min-width: 0;
}

.album-heading .section-index { margin-top: 0; color: var(--paper); }
.album-heading h2 { font-size: clamp(3.6rem, 7.5vw, 7rem); }
.album-heading .title-outline { -webkit-text-stroke-color: var(--paper); text-stroke-color: var(--paper); }
.album-section .section-intro { color: #f0e6e3; }
.album-section .heading-copy { border-left-color: rgba(247, 243, 238, 0.6); }
.album-section :focus-visible { outline-color: var(--paper); }

.album-cover {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  width: 100%;
  max-width: 460px;
  margin: 0;
}

.album-cover img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
}

.album-details { grid-column: 2; min-width: 0; }

.album-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin: 0 0 24px;
  color: #e6d6d3;
  font-size: 0.78rem;
}

.album-meta span { color: rgba(247, 243, 238, 0.65); }

.album-listen-label {
  margin: 30px 0 14px;
  color: var(--paper);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

.album-platforms .button {
  justify-content: space-between;
  padding-inline: 18px;
  border-color: rgba(247, 243, 238, 0.6);
  background: rgba(0, 0, 0, 0.16);
  color: var(--paper);
  font-size: clamp(0.65rem, 1vw, 0.76rem);
  letter-spacing: 0.07em;
}

.album-platforms .button span { color: var(--paper); }
.album-platforms .button:hover,
.album-platforms .button:focus-visible { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.album-platforms .button:hover span,
.album-platforms .button:focus-visible span { color: inherit; }

.members-gallery-section {
  --gallery-slant: clamp(14px, 1.8vw, 28px);
  position: relative;
  z-index: 21;
  isolation: isolate;
  margin-block: calc(var(--gallery-slant) * -1);
  padding: 0;
  clip-path: polygon(
    0 var(--gallery-slant),
    100% 0,
    100% calc(100% - var(--gallery-slant)),
    0 100%
  );
  background: var(--surface-noise), var(--stage-bg);
  background-blend-mode: soft-light, normal;
}

.members-gallery-section .shell {
  position: relative;
  z-index: 1;
}

.members-gallery-head {
  position: absolute;
  z-index: 2;
  top: calc(var(--gallery-slant) + clamp(28px, 5vw, 68px));
  right: 0;
  left: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin: 0;
  pointer-events: none;
}

.members-gallery-head h2 { margin: 0; text-shadow: 0 4px 22px rgba(0, 0, 0, 0.82); }
.members-gallery-head h2 .title-outline { color: rgba(255, 255, 255, 0.28); }

.members-gallery-note {
  max-width: 360px;
  margin: 0 0 8px;
  color: var(--paper);
  line-height: 1.65;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
}

.members-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100vw;
  gap: clamp(4px, 0.5vw, 7px);
  align-items: start;
  margin-left: calc(50% - 50vw);
  padding: 0;
  transform: rotate(-1deg) scale(1.04);
  transform-origin: center;
}

.member-shot {
  position: relative;
  min-width: 0;
  aspect-ratio: 1.1;
  margin: 0;
}

.photo-wall-tile {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.28);
  cursor: zoom-in;
}

.photo-wall-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.65;
  transition: opacity 320ms ease;
}

.photo-wall-tile.is-active img,
.photo-wall-tile:focus-visible img { opacity: 1; }

@media (hover: hover) and (pointer: fine) {
  .photo-wall-tile:hover img { opacity: 1; }
}

.member-shot--otto img { object-position: center top; }

.photo-wall-hint {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: calc(var(--gallery-slant) + 18px);
  left: 0;
  margin: 0;
  color: #08070a;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  pointer-events: none;
}

.photo-wall-hint .photo-wall-text {
  background: rgba(255, 255, 255, 0.94);
  padding: 0.08em 0.2em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.member-shot.member-shot--christian img,
.member-shot.member-shot--tom img,
.member-shot.member-shot--roman img { object-fit: cover; }

.member-shot.member-shot--christian img { object-position: 60% top; }
.member-shot.member-shot--tom img { object-position: 35% top; }
.member-shot.member-shot--roman img { object-position: 62% center; }

.photo-wall-viewer {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
}

.photo-wall-viewer::backdrop { background: transparent; }

.photo-wall-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.84);
  opacity: 0;
  cursor: zoom-out;
  transition: opacity 440ms ease;
}

.photo-wall-viewer.is-open .photo-wall-scrim { opacity: 1; }

.photo-wall-expanded {
  position: fixed;
  z-index: 1;
  display: block;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #08070a;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.75);
  cursor: zoom-out;
  transition: left 520ms cubic-bezier(0.22, 0.61, 0.36, 1), top 520ms cubic-bezier(0.22, 0.61, 0.36, 1), width 520ms cubic-bezier(0.22, 0.61, 0.36, 1), height 520ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.photo-wall-expanded img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-wall-close {
  position: fixed;
  z-index: 2;
  top: max(18px, env(safe-area-inset-top));
  right: max(18px, env(safe-area-inset-right));
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(8, 6, 11, 0.65);
  color: var(--paper);
  font-size: 1.7rem;
  line-height: 1;
  opacity: 0;
  cursor: pointer;
  transition: opacity 300ms ease, background-color 200ms ease;
}

.photo-wall-viewer.is-open .photo-wall-close { opacity: 1; }
.photo-wall-close:hover { background: var(--red); color: var(--ink); }

@media (prefers-reduced-motion: reduce) {
  .photo-wall-tile img,
  .photo-wall-scrim,
  .photo-wall-expanded,
  .photo-wall-close { transition: none; }
}

.rehearsal-section {
  padding-top: clamp(80px, 8vw, 112px);
  padding-bottom: clamp(44px, 5.5vw, 75px);
  background: var(--surface-noise), #08070a;
  background-blend-mode: soft-light, normal;
}

.rehearsal-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: clamp(36px, 5vw, 62px);
}

.rehearsal-head h2 { margin: 0; }

.rehearsal-note {
  max-width: 460px;
  margin: 0 0 8px;
  color: #aaa2ad;
  line-height: 1.65;
}

.rehearsal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.8fr);
  align-items: stretch;
  gap: clamp(24px, 4vw, 54px);
}

.rehearsal-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  background: #100d13;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.72);
}

.rehearsal-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.68) saturate(0.78) contrast(1.08);
  transition: transform 450ms ease, filter 450ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .rehearsal-photo:hover img {
    transform: scale(1.035);
    filter: brightness(1) saturate(1.05) contrast(1.06);
  }
}

.rehearsal-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rehearsal-info h3 {
  margin: 0 0 18px;
  color: var(--paper);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.rehearsal-info > p {
  margin: 0;
  color: #bcb5bf;
}

.rehearsal-info address {
  margin-top: 24px;
  color: var(--paper);
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.55;
}

footer {
  position: relative;
  z-index: 21;
  isolation: isolate;
  padding: 12px 0 14px;
  border-top: 0;
  background: var(--surface-noise), var(--ink);
  background-blend-mode: soft-light, normal;
  color: #8e8792;
  font-size: 0.74rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.footer-brand img {
  width: auto;
  height: 58px;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
}

.footer-inner a { text-decoration: none; white-space: nowrap; }

:focus-visible { outline: 2px solid var(--paper); outline-offset: 4px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-edge-label { transform: rotate(180deg); will-change: auto; }
  .scroll-reveal { opacity: 1; transform: none; transition: none; }
  .manifesto blockquote.scroll-reveal,
  .manifesto blockquote.scroll-reveal.is-revealed {
    --manifesto-blur: 0px;
    opacity: 1;
    transform: none;
    transition: none;
  }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .sound-equalizer span {
    animation-duration: 1.15s !important;
    animation-iteration-count: infinite !important;
  }
  .sound-equalizer span:nth-child(2n) { animation-duration: 1s !important; }
  .sound-equalizer span:nth-child(3n) { animation-duration: 1.3s !important; }
}

@media (max-width: 900px) {
  .hero-edge-label { font-size: 0.7rem; }
  .nav-links a {
    padding-inline: 10px;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
  }
  .nav-links .nav-cta { padding-inline: 10px; }
  .nav-cta svg { right: 10px; left: 10px; width: calc(100% - 20px); }

  .section-head { grid-template-columns: 1fr; gap: 24px; }

  .member { grid-column: span 6; }
  .member:nth-child(n) { grid-column: span 6; min-height: 410px; }
  .member:last-child { grid-column: 4 / span 6; }

  .media-card { grid-column: span 6; }
  .media-card:last-child { grid-column: 4 / span 6; }

  .contact { grid-template-columns: 1fr; }
  .album-layout { grid-template-columns: 1fr; gap: 32px; }
  .album-heading, .album-cover, .album-details { grid-column: 1; grid-row: auto; }
  .album-cover { max-width: 460px; justify-self: center; }
  .album-details { width: 100%; max-width: 580px; justify-self: center; }
  .members-gallery-head { align-items: flex-start; flex-direction: column; }
  .members-gallery { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .rehearsal-head { align-items: flex-start; flex-direction: column; }
  .rehearsal-layout { grid-template-columns: 1fr; }
  .rehearsal-info { padding-top: 6px; }
}

@media (max-width: 600px) {
  body { overflow-x: clip; }
  .shell { width: min(100% - 28px, 1180px); }
  .nav { height: 60px; padding-inline: 14px; }
  .nav-links a {
    min-height: 44px;
    padding-inline: 7px;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
  }
  .nav-links .nav-cta { padding-inline: 7px; }
  .nav-links li + li::before { font-size: 0.75rem; }
  .nav-cta svg { right: 7px; left: 7px; width: calc(100% - 14px); bottom: 3px; }
  .hero {
    min-height: calc(100vh - 44px);
    min-height: calc(100svh - 44px);
    min-height: calc(100dvh - 44px);
    padding: 0;
  }
  .hero-frame-counter { right: 18px; bottom: 20px; font-size: 0.62rem; }
  .hero-edge-label {
    --hero-edge-inset: 8px;
    gap: 10px;
    font-size: 0.61rem;
    letter-spacing: 0.12em;
  }
  .hero-edge-label::before { flex-basis: 30px; inline-size: 30px; }
  .intro-media-flow { margin-top: -15px; padding-top: 15px; }
  .brand-intro {
    padding: 52px 0 20px;
  }
  #media { padding-top: 52px; }
  .brand-intro-layout { grid-template-columns: 1fr; gap: 30px; }
  .brand-intro-logo { width: min(72vw, 260px); }
  .ticker { display: block; margin-top: 0; }
  .ticker span { padding: 12px 14px; font-size: 0.7rem; }
  .ticker span::after { margin-left: 24px; }
  .member:nth-child(n), .member:last-child {
    display: flex;
    grid-column: 1 / -1;
    flex-direction: column;
    min-height: 0;
  }
  .member img {
    position: relative;
    inset: auto;
    z-index: auto;
    height: auto;
    aspect-ratio: 3 / 2;
  }
  .member.is-centered img {
    filter: brightness(1) saturate(1.05) contrast(1.06);
  }
  .youtube-load.is-centered .youtube-thumb {
    filter: brightness(1) saturate(1.05) contrast(1.06);
    transform: scale(1.035);
  }
  .youtube-load.is-centered::after { opacity: 0.38; }
  .member::after { content: none; }
  .member-info {
    position: static;
    padding: 17px 20px 21px;
  }
  .member h3 { margin-top: 0; }
  .member-description { max-width: none; }
  .media-subhead { align-items: flex-start; flex-direction: column; gap: 5px; }
  .audio-grid { grid-template-columns: 1fr; }
  .custom-audio-player { --audio-button-size: 64px; gap: 16px; }
  .media-card, .media-card:last-child { grid-column: 1 / -1; }
  .contact-row { grid-template-columns: 1fr; gap: 4px; }
  .album-heading h2 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .album-platforms .button { padding-inline: 12px; gap: 6px; }
  .song-list { grid-template-columns: 1fr; }
  .repertoire.is-collapsible:not(.is-expanded) .repertoire-content { max-height: 390px; }
  .members-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 0;
    transform: rotate(-2deg) scale(1.08);
  }
  .rehearsal-photo {
    width: calc(100% + 28px);
    max-width: none;
    margin-left: -14px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  .rehearsal-photo.is-centered img {
    filter: brightness(1) saturate(1.05) contrast(1.06);
  }
  .footer-inner {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 6px;
    font-size: 0.58rem;
    letter-spacing: 0.03em;
  }
  .footer-brand img { height: 42px; }
  .footer-links { gap: 8px; }
}
