:root {
  color-scheme: dark;
  --ink: #191713;
  --paper: #eee4ce;
  --muted: #c6bfae;
  --ember: #ad4d2c;
  --brass: #d6ad68;
  --fern: #273c32;
  --line: #625a48;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.6; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 5px; }
a:hover { text-decoration-thickness: 2px; }
button { font: inherit; cursor: pointer; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--brass); outline-offset: 5px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 72px; padding: 12px 32px; background: var(--ink); border-bottom: 3px double var(--brass); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: bold; }
.site-nav { display: flex; gap: 28px; align-items: center; margin-left: auto; }
.site-nav a, .eyebrow, .show-row time, .show-date, .site-footer { font-family: "Courier New", Courier, monospace; font-size: 13px; font-weight: bold; letter-spacing: 0; }
.site-nav a { text-transform: uppercase; text-decoration: none; }
.site-nav a:hover { color: var(--brass); }
.social-link { position: relative; display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; color: var(--paper); text-decoration: none; }
.social-link:hover { color: var(--brass); }
.social-tooltip { position: absolute; top: calc(100% + 6px); right: 0; width: max-content; padding: 4px 8px; background: var(--ink); color: var(--paper); border: 1px solid var(--line); font-family: "Courier New", Courier, monospace; font-size: 13px; visibility: hidden; pointer-events: none; }
.social-link:hover .social-tooltip, .social-link:focus-visible .social-tooltip { visibility: visible; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: none; color: var(--paper); }
.nav-toggle span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; }

.hero { position: relative; display: grid; grid-template-rows: 1fr; min-height: min(640px, calc(100svh - 128px)); isolation: isolate; border-bottom: 5px solid var(--ember); }
.hero-media { position: absolute; inset: 0; z-index: -2; background: #221c16; }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15, 14, 12, 0.1), rgba(15, 14, 12, 0.35) 35%, rgba(15, 14, 12, 0.9)); }
.hero-media > img.is-missing { display: none; }
.hero-content { align-self: end; width: min(1120px, calc(100% - 64px)); min-width: 0; margin: 0 auto; padding: 96px 0 32px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 900; line-height: 1.05; }
h1 { margin-bottom: 20px; font-size: 84px; text-transform: uppercase; text-shadow: 2px 3px 0 #3c2118; }
h2 { margin-bottom: 0; font-size: 46px; }
h3 { margin-bottom: 4px; font-size: 23px; line-height: 1.25; }
.eyebrow { margin-bottom: 16px; color: var(--brass); text-transform: uppercase; }
.hero-copy { max-width: 540px; margin-bottom: 24px; font-size: 21px; line-height: 1.5; text-shadow: 0 1px 3px #000; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 10px 22px; border: 1px solid var(--brass); font-family: "Courier New", Courier, monospace; font-size: 14px; font-weight: bold; text-decoration: none; text-align: center; }
.button.primary { background: var(--brass); color: var(--ink); }
.button.primary:hover { background: var(--paper); }
.button.secondary { background: rgba(25, 23, 19, 0.6); color: var(--paper); }
.button.secondary:hover { background: var(--ink); }

.section { width: min(1120px, calc(100% - 64px)); margin: 0 auto; padding: 72px 0; scroll-margin-top: 92px; }
.section-heading { display: grid; grid-template-columns: 0.4fr 1fr; gap: 32px; align-items: start; margin-bottom: 36px; }
.section-heading .eyebrow { padding-top: 8px; margin-bottom: 0; }
.section-shows { padding-top: 48px; }
.shows-list { border-top: 3px double var(--brass); }
.show-row { display: grid; grid-template-columns: 150px minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); }
.show-row time, .show-date { color: var(--brass); text-transform: uppercase; }
.show-row p { margin-bottom: 0; color: var(--muted); font-size: 16px; }
.show-row a { font-size: 16px; }
.music-section { width: 100%; padding: 64px max(32px, calc((100% - 1120px) / 2)); background: var(--fern); border-top: 3px double var(--brass); border-bottom: 3px double var(--brass); }
.live-video { scroll-margin-top: 92px; }
.video-heading { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 24px; margin-bottom: 16px; }
.video-heading p { margin: 0; }
.video-heading p { color: var(--muted); font-size: 15px; }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.performance { margin: 0; min-width: 0; }
.performance iframe { display: block; width: 100%; aspect-ratio: 16 / 9; min-height: 200px; border: 0; background: #10120f; }
.performance figcaption { padding-top: 12px; }
.performance h3 { margin: 0 0 4px; font-size: 20px; line-height: 1.3; }
.performance a { color: var(--muted); font-size: 14px; }
.video-grid-portrait { max-width: 752px; margin: 40px auto 0; }
.video-grid-portrait iframe { aspect-ratio: 9 / 16; }
.gallery-note { margin-bottom: 28px; color: var(--muted); font-size: 15px; }
.gallery-note p { margin-bottom: 0; }
.gallery-credit { margin: 20px 0 0; color: var(--muted); font-size: 15px; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 24px; }
.gallery-item { position: relative; margin: 0; aspect-ratio: var(--photo-ratio, 3 / 2); border: 6px solid var(--paper); background: #302c25; }
.gallery-item img { width: 100%; height: 100%; object-fit: contain; }
.gallery-item-featured { grid-column: 1 / -1; }
.gallery-item img.is-missing { display: none; }
.gallery-placeholder { position: absolute; inset: 0; display: grid; place-items: center; padding: 20px; text-align: center; }
.gallery-item.has-image .gallery-placeholder { display: none; }
.contact-section { width: 100%; padding: 48px max(32px, calc((100% - 1120px) / 2)); background: var(--ink); color: var(--paper); }
.contact-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 32px; padding: 24px 0; border-top: 3px double var(--brass); border-bottom: 3px double var(--brass); }
.site-footer { display: flex; justify-content: space-between; gap: 20px; width: min(1120px, calc(100% - 64px)); margin: 0 auto; padding: 28px 0; color: var(--muted); text-transform: uppercase; }

@media (max-width: 1100px) {
  h1 { font-size: 68px; }
}
@media (max-width: 820px) {
  .contact-inner { gap: 24px; }
  .site-header { min-height: 64px; padding: 9px 20px; gap: 8px; }
  .nav-toggle { display: block; margin-left: auto; flex-shrink: 0; }
  .site-nav { position: absolute; inset: 100% 0 auto; display: none; gap: 0; margin-left: 0; flex-direction: column; align-items: stretch; background: var(--ink); border-bottom: 3px double var(--brass); }
  body.nav-open .site-nav { display: flex; }
  .site-nav a { padding: 14px 24px; }
  .hero { min-height: min(620px, calc(100svh - 120px)); }
  .hero-content { width: calc(100% - 40px); padding-top: 96px; }
  h1 { font-size: 48px; }
  h2 { font-size: 38px; }
  .section { width: calc(100% - 40px); padding: 48px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 28px; }
  .section-heading .eyebrow { padding: 0; }
  .show-row { grid-template-columns: 110px minmax(0, 1fr); gap: 12px 24px; }
  .show-row > a { grid-column: 2; justify-self: start; }
  .music-section, .contact-section { width: 100%; padding: 48px 20px; }
  .gallery-grid { gap: 16px; }
  .site-footer { width: calc(100% - 40px); }
}
@media (max-width: 600px) {
  .video-grid { grid-template-columns: 1fr; }
  .video-grid-portrait { max-width: 360px; }
  .contact-inner { grid-template-columns: 1fr; text-align: center; }
  .contact-actions { grid-column: auto; justify-content: center; }
  h1 { font-size: 32px; }
  h2 { font-size: 34px; }
  .hero-copy { font-size: 19px; }
  .hero-media > img { object-position: 40% center; }
  .hero-content { padding-top: 110px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .show-row { grid-template-columns: 1fr; gap: 10px; }
  .show-row > a { grid-column: 1; }
}
@media (max-width: 380px) {
  .brand { gap: 6px; font-size: 16px; }
  h1 { font-size: 28px; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { flex: 1; padding: 10px; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
