:root {
  --ink: #0a0908;
  --paper: #e4dcc9;
  --muted: #b6aa91;
  --gold: #c4aa68;
  --brass: #8f7747;
  --green: #6f7b3a;
  --panel: rgba(0, 0, 0, 0.64);
  --line: rgba(228, 220, 201, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  min-height: 64px;
  padding: 14px max(clamp(16px, 4vw, 48px), calc((100vw - 900px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0));
}

.brand {
  color: var(--gold);
  font-size: clamp(22px, 4vw, 36px);
  font-style: italic;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.site-nav a {
  color: var(--paper);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.active {
  color: var(--gold);
  border-color: var(--gold);
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.5);
  color: var(--paper);
  padding: 8px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.panel {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 96px clamp(18px, 6vw, 72px) 48px;
  background-color: #090807;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.22) 56%, rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 30% 30%, rgba(196, 170, 104, 0.14), transparent 32%);
}

.panel-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  margin-left: clamp(0px, 4vw, 52px);
  color: var(--paper);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.88);
}

.panel-copy.narrow {
  width: min(100%, 480px);
}

.panel-copy.wide,
.panel-copy.full {
  width: min(100%, 980px);
}

.page.panel {
  min-height: 100svh;
  align-items: stretch;
}

.content-layout {
  position: relative;
  z-index: 1;
  width: min(100%, 900px);
  margin: auto;
  display: block;
}

.content-layout-full {
  display: block;
  width: min(100%, 980px);
}

.feature-image {
  display: none;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.58);
}

.feature-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 850 / 550;
  object-fit: cover;
}

.wide-image {
  max-width: 760px;
}

.panel-intro {
  background-image: url("assets/backgrounds/intro.jpg");
}

.panel-muzikant {
  background-image: url("assets/backgrounds/muzikant.jpg");
}

.panel-performer {
  background-image: url("assets/backgrounds/performer.jpg");
}

.panel-play {
  background-image: url("assets/backgrounds/play.jpg");
}

.panel-photo {
  background-image: url("assets/backgrounds/photo.jpg");
}

.panel-contact {
  background-image: url("assets/backgrounds/contact.jpg");
}

.panel-links {
  background-image: url("assets/backgrounds/links.jpg");
}

.intro-copy {
  margin-top: 12vh;
  margin-left: clamp(10px, 8vw, 88px);
}

.kicker,
.section-label {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 14px;
}

h1,
h2 {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: clamp(40px, 9vw, 82px);
  font-style: italic;
  font-weight: normal;
  line-height: 1;
}

h2 {
  font-size: clamp(32px, 6vw, 58px);
}

h3 {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 18px;
  font-weight: normal;
}

.audio-card h2,
.columns h2 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
}

p {
  margin: 0 0 14px;
}

.text-link {
  display: inline-block;
  color: var(--paper);
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
}

.plain-list,
.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plain-list li,
.link-list li {
  margin: 4px 0;
}

.columns {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.4fr);
  gap: 28px;
}

.audio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, 900px);
  margin-inline: auto;
}

.audio-card {
  padding: 16px;
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid var(--line);
  border-radius: 6px;
  backdrop-filter: blur(5px);
}

.audio-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 10 / 9;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  object-fit: cover;
  background: #000;
}

.audio-card audio {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  width: min(100%, 980px);
  margin-inline: auto;
}

.gallery button {
  aspect-ratio: 1;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #000;
  overflow: hidden;
  cursor: pointer;
}

.gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 180ms ease;
}

.gallery button:hover img,
.gallery button:focus-visible img {
  transform: scale(1.05);
}

.contact-copy {
  margin-left: clamp(0px, 6vw, 96px);
  width: min(100%, 520px);
  transform: rotate(-5deg);
  color: #1e1a14;
  text-shadow: none;
  padding: 22px 26px;
  background: rgba(228, 220, 201, 0.82);
  border: 1px solid rgba(30, 26, 20, 0.18);
  border-radius: 6px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
}

.contact-copy h1,
.contact-copy h2,
.contact-copy a {
  color: #1e1a14;
}

.contact-copy h1 {
  font-size: clamp(42px, 5vw, 64px);
}

.video-stage {
  width: min(100%, 620px);
  aspect-ratio: 16 / 9;
  margin-top: 18px;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.68)),
    url("assets/backgrounds/play.jpg") center / cover;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}

.video-stage iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 4px;
  background: #000;
}

.video-placeholder {
  max-width: 430px;
  text-align: center;
}

.video-placeholder strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
}

address {
  font-style: normal;
  margin: 0 0 14px;
}

.links-copy {
  margin-left: clamp(0px, 5vw, 64px);
  width: min(100%, 420px);
}

.link-list a {
  color: var(--paper);
  text-decoration: none;
}

.link-list a:hover,
.link-list a:focus-visible {
  color: var(--gold);
  text-decoration: underline;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.88);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(100%, 980px);
  max-height: 86vh;
  object-fit: contain;
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  color: var(--paper);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 820px) {
  .site-header {
    min-height: 58px;
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0.82);
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 58px 0 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
    background: rgba(0, 0, 0, 0.94);
    font-size: 16px;
  }

  body.menu-open .site-nav {
    display: flex;
  }

  .panel {
    min-height: 100svh;
    padding: 92px 18px 56px;
    align-items: flex-start;
  }

  .panel::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.54));
  }

  .panel-copy {
    margin-left: 0;
    padding: 16px;
    background: rgba(0, 0, 0, 0.56);
    border: 1px solid var(--line);
    border-radius: 6px;
  }

  .panel-copy.full {
    background: transparent;
    border: 0;
    padding: 0;
  }

  .intro-copy,
  .contact-copy,
  .links-copy {
    margin-left: 0;
  }

  .contact-copy {
    transform: none;
    background: rgba(228, 220, 201, 0.86);
  }

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

  .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .brand {
    white-space: normal;
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
