:root {
  color-scheme: dark;
  --ink: #fff9ef;
  --muted: #c8c1b6;
  --paper: #0d0c0b;
  --paper-soft: #171411;
  --paper-strong: #050505;
  --line: rgba(255, 249, 239, 0.18);
  --line-strong: rgba(255, 249, 239, 0.34);
  --red: #f0423c;
  --gold: #f5bd3e;
  --cyan: #42d9cf;
  --green: #83e17c;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 44px 44px,
    var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--gold);
  color: #14100a;
  padding: 10px 14px;
  font-weight: 800;
  border-radius: 4px;
}

.skip-link:focus {
  transform: translateY(0);
}

.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: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 14px 28px;
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, min-height 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  min-height: 64px;
  background: rgba(8, 7, 6, 0.94);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  text-transform: uppercase;
}

.brand-mark {
  display: block;
  flex: 0 0 auto;
  width: 42px;
  height: 27px;
  overflow: hidden;
}

.brand-mark img {
  display: block;
  width: 42px;
  height: auto;
  transform: translateY(-1px);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.primary-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 4px;
  color: rgba(255, 249, 239, 0.86);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  background: rgba(255, 249, 239, 0.12);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  place-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 249, 239, 0.08);
}

.nav-toggle-bar {
  width: 18px;
  height: 2px;
  background: var(--ink);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1fr);
  gap: 36px;
  align-items: center;
  width: min(100% - 56px, var(--max));
  margin: 0 auto;
  min-height: min(760px, 92vh);
  padding: 112px 0 58px;
  background:
    linear-gradient(180deg, #050505 0%, #180c0b 50%, #050505 100%);
  border-bottom: 1px solid var(--line);
}

.hero-media {
  position: relative;
  display: grid;
  place-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  overflow: visible;
  border: 1px solid rgba(255, 249, 239, 0.2);
  border-radius: 8px;
  background: #070404;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.56);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(240, 66, 60, 0.55), rgba(245, 189, 62, 0.26), rgba(66, 217, 207, 0.18));
  z-index: -1;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.02), rgba(5, 5, 5, 0.02) 68%, rgba(5, 5, 5, 0.1)),
    linear-gradient(90deg, rgba(5, 5, 5, 0.08), transparent 20%, transparent 80%, rgba(5, 5, 5, 0.08));
  pointer-events: none;
}

.hero-media img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  max-height: 500px;
  height: auto;
  border-radius: inherit;
  filter: saturate(1.08) contrast(1.03);
}

.hero-content {
  width: 100%;
  margin: 0;
  padding: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 900;
  font-size: 0.8rem;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Archivo Black", Impact, sans-serif;
  text-transform: uppercase;
  line-height: 0.94;
  letter-spacing: 0;
}

h1 {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: 3.55rem;
}

h2 {
  margin-bottom: 0;
  font-size: 3.2rem;
}

h3 {
  margin-bottom: 6px;
  font-size: 1.05rem;
  line-height: 1.18;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(255, 249, 239, 0.86);
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 900;
  text-transform: uppercase;
}

.button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.button-icon {
  display: grid;
  place-items: center;
}

.button-primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 12px 36px rgba(240, 66, 60, 0.32);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ff564f;
}

.button-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 249, 239, 0.08);
  color: var(--ink);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 249, 239, 0.16);
}

.band-section {
  padding: 88px 0;
  border-bottom: 1px solid var(--line);
}

.section-inner {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.8fr);
  gap: 56px;
  align-items: start;
}

.lead-copy,
.section-copy {
  color: var(--muted);
  font-size: 1.07rem;
}

.lead-copy p,
.section-copy {
  margin-bottom: 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.text-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  color: var(--cyan);
  font-weight: 900;
  text-transform: uppercase;
}

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

.shows-range {
  margin: 0;
  color: var(--cyan);
  font-weight: 900;
  text-transform: uppercase;
}

.shows-section {
  background:
    linear-gradient(135deg, rgba(240, 66, 60, 0.16), transparent 40%),
    var(--paper-soft);
}

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

.show-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  min-height: 148px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 249, 239, 0.055);
}

.show-card.is-empty {
  grid-column: 1 / -1;
  grid-template-columns: 1fr;
}

.show-card.is-featured {
  border-color: rgba(245, 189, 62, 0.7);
  background: rgba(245, 189, 62, 0.12);
}

.show-card time {
  display: grid;
  place-items: center;
  align-self: start;
  min-height: 78px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--paper-strong);
  text-transform: uppercase;
}

.show-card time span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
}

.show-card time strong {
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 1.75rem;
  line-height: 1;
}

.show-card p {
  margin-bottom: 10px;
  color: var(--muted);
}

.show-card div > span {
  color: var(--cyan);
  font-weight: 900;
  text-transform: uppercase;
}

.shows-footer {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.instagram-section {
  background:
    linear-gradient(135deg, rgba(240, 66, 60, 0.18), transparent 40%),
    linear-gradient(315deg, rgba(66, 217, 207, 0.12), transparent 46%),
    var(--paper);
}

.instagram-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.72fr);
  gap: 58px;
  align-items: center;
}

.instagram-layout .section-copy {
  margin: 22px 0 28px;
}

.instagram-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.instagram-embed-wrap {
  min-height: 470px;
  display: grid;
  place-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 249, 239, 0.055);
  box-shadow: var(--shadow);
}

.instagram-media {
  width: 100%;
  min-width: 0 !important;
  max-width: 540px !important;
  margin: 0 !important;
}

.songs-section {
  background: var(--paper-soft);
}

.song-search input {
  width: min(100%, 300px);
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 249, 239, 0.08);
  color: var(--ink);
}

.song-search input::placeholder {
  color: rgba(255, 249, 239, 0.58);
}

.song-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.song-tags span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 249, 239, 0.05);
  color: rgba(255, 249, 239, 0.88);
  font-size: 0.92rem;
  font-weight: 700;
}

.song-tags span.is-hidden {
  display: none;
}

.contact-section {
  background: var(--paper);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.8fr);
  gap: 58px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.botcheck {
  display: none;
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form span {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 249, 239, 0.08);
  color: var(--ink);
}

.contact-form input {
  min-height: 46px;
  padding: 0 13px;
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
  padding: 12px 13px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.song-search input:focus {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}

.site-footer {
  padding: 38px 0;
  background: var(--paper-strong);
}

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

.footer-inner p {
  max-width: 480px;
  margin-bottom: 0;
  color: var(--muted);
}

.footer-inner .brand {
  color: var(--ink);
}

.footer-inner > a:not(.brand):last-child {
  color: var(--cyan);
  font-weight: 900;
}

@media (max-width: 980px) {
  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.65rem;
  }

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

  .instagram-layout,
  .contact-layout,
  .two-column {
    grid-template-columns: 1fr;
  }

  .hero {
    grid-template-columns: 1fr;
    width: min(100% - 40px, var(--max));
    min-height: auto;
    padding: 100px 0 46px;
  }

  .hero-media {
    width: 100%;
  }

  .hero-media img {
    width: 100%;
    max-height: 460px;
  }

  .instagram-embed-wrap {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 12px 18px;
  }

  .nav-toggle {
    display: inline-grid;
  }

  .primary-nav {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 10px 18px 18px;
    background: rgba(8, 7, 6, 0.98);
    border-bottom: 1px solid var(--line);
    transform: translateY(-130%);
    transition: transform 180ms ease;
  }

  .primary-nav.is-open {
    transform: translateY(0);
  }

  .primary-nav a {
    min-height: 50px;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    padding: 0;
  }

  .hero-content {
    width: 100%;
    padding: 0;
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .band-section {
    padding: 64px 0;
  }

  .section-inner {
    width: min(100% - 32px, var(--max));
  }

  .section-heading {
    display: grid;
    gap: 16px;
    align-items: start;
  }

  .show-grid,
  .instagram-actions {
    grid-template-columns: 1fr;
  }

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

  .song-search input {
    width: 100%;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .brand {
    font-size: 1.05rem;
  }

  .brand-mark {
    width: 34px;
    height: 22px;
  }

  .brand-mark img {
    width: 34px;
  }

  h1 {
    font-size: 2.1rem;
  }

  .hero {
    width: min(100% - 28px, var(--max));
    padding-top: 88px;
  }

  .hero-media img {
    max-height: 340px;
  }

  .instagram-embed-wrap {
    min-height: 360px;
    padding: 10px;
  }

  h2 {
    font-size: 1.82rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

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

  .show-card time {
    width: 78px;
  }

}
