/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

/* TOKENS */
:root {
  --y: #F5C800;
  --yd: #D4A900;
  --bg: #1c1c1c;
  --bg2: #242424;
  --card: #2e2e2e;
  --border: rgba(255,255,255,.08);
  --text: #d8d8d8;
  --muted: #7a7a8a;
  --white: #fff;
  --f-display: 'Barlow Condensed', sans-serif;
  --f-body: 'Barlow', sans-serif;
}

body {
  font-family: var(--f-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

/* ── NAV ── */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: 58px;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  gap: 1rem;
  background: rgba(18,18,18,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.nav-logo {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .22em;
  color: var(--y);
  white-space: nowrap;
}

.nav-links {
  flex: 1;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: .1rem;
}

.nav-links a {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--muted);
  padding: .45rem .9rem;
  border-radius: 6px;
  transition: color .15s;
}
.nav-links a:hover { color: var(--white); }

.nav-pill {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: .75rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .45rem 1.2rem;
  border: 1.5px solid rgba(255,255,255,.25);
  border-radius: 999px;
  color: var(--white);
  white-space: nowrap;
  transition: all .15s;
}
.nav-pill:hover { background: var(--y); border-color: var(--y); color: #000; }

.nav-burger {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.4rem;
  cursor: pointer;
  padding: .3rem;
  line-height: 1;
}

/* drawer */
.nav-drawer {
  display: none;
  position: fixed;
  top: 58px;
  inset: 58px 0 auto 0;
  z-index: 99;
  background: rgba(18,18,18,.98);
  border-bottom: 1px solid var(--border);
  flex-direction: column;
  padding: .5rem 0 1rem;
}
.nav-drawer.open { display: flex; }
.nav-drawer a {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text);
  padding: .85rem 2rem;
  border-bottom: 1px solid var(--border);
  transition: color .15s;
}
.nav-drawer a:hover { color: var(--y); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  padding-top: 58px;
  background: var(--y);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* very subtle groove rings */
.hero::after {
  content: '';
  position: absolute;
  inset: -50%;
  background: repeating-radial-gradient(
    circle at 50% 50%,
    transparent 0, transparent 30px,
    rgba(0,0,0,.025) 31px
  );
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.hero-logo {
  width: min(560px, 88vw);
}

.hero-sub {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(0,0,0,.45);
}

.hero-lyric {
  font-size: .95rem;
  font-style: italic;
  color: rgba(0,0,0,.55);
  text-align: center;
  min-height: 1.4em;
  transition: opacity .5s;
}
.hero-lyric .lyric-artist { font-size: .8rem; opacity: .7; }
.hero-lyric.lyric-out { opacity: 0; }
.hero-lyric.lyric-in  { opacity: 1; }

.hero-actions {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: .5rem;
}

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .75rem 2rem;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all .15s;
}
.btn-dark { background: rgba(0,0,0,.8); color: var(--y); border-color: rgba(0,0,0,.8); }
.btn-dark:hover { background: #000; }
.btn-ghost-dark { background: transparent; color: rgba(0,0,0,.7); border-color: rgba(0,0,0,.4); }
.btn-ghost-dark:hover { background: rgba(0,0,0,.1); }
.btn-yellow { background: var(--y); color: #000; border-color: var(--y); }
.btn-yellow:hover { background: var(--yd); border-color: var(--yd); }

/* ── SECTIONS ── */
.section { padding: 5.5rem 1.5rem; }
.section.alt { background: var(--bg2); }
.wrap { max-width: 1080px; margin: 0 auto; }
.wrap.narrow { max-width: 640px; }

.sec-title {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  letter-spacing: .06em;
  color: var(--muted);
  text-align: center;
  margin-bottom: 2.5rem;
}

.sec-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.sec-title-row .sec-title { margin-bottom: 0; }

/* ── COUNTDOWN ── */
.countdown-wrap {
  text-align: center;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
}
.countdown-wrap.hidden { display: none; }
.countdown-label {
  font-family: var(--f-display);
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .8rem;
}
.countdown-units {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.cd-unit { display: flex; flex-direction: column; align-items: center; gap: .2rem; }
.cd-num {
  font-family: var(--f-display);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--y);
  line-height: 1;
}
.cd-lbl { font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

.no-shows { text-align: center; padding: 2rem 0; }

/* ── SHOWS ── */
.tabs {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-bottom: 2rem;
}

.tab {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .55rem 1.6rem;
  border-radius: 999px;
  border: 1.5px solid var(--border);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: all .15s;
}
.tab:hover, .tab.on { background: var(--y); border-color: var(--y); color: #000; }

.tab-body { display: none; }
.tab-body.active { display: block; }

/* show row — keeps original yellow date block */
.show-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-left: 4px solid var(--y);
  border-radius: 14px;
  padding: 1.6rem 1.8rem;
  margin-bottom: 1rem;
  transition: background .15s;
}
.show-row:hover { background: rgba(245,200,0,.06); }

.show-cal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  background: var(--y);
  color: #000;
  padding: .55rem .65rem;
  border-radius: 8px;
  font-family: var(--f-display);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  flex-shrink: 0;
}
.cal-mon { font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.cal-day { font-size: 2.1rem; line-height: 1.1; }
.cal-yr  { font-size: .6rem; opacity: .6; }

.show-detail { flex: 1; }
.show-title {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--y);
  margin-bottom: .25rem;
}
.show-venue-link {
  display: block;
  font-size: .95rem;
  color: var(--muted);
  margin-bottom: .15rem;
  text-decoration: none;
  transition: color .15s;
}
.show-venue-link:hover { color: var(--y); }
.show-time  { font-size: .82rem; color: var(--muted); }

.show-actions { display: flex; flex-direction: column; gap: .5rem; align-items: flex-end; }

.show-cta {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: .75rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  padding: .5rem 1.3rem;
  border: 1.5px solid var(--border);
  border-radius: 999px;
  color: var(--text);
  white-space: nowrap;
  transition: all .15s;
}
.show-cta:hover { background: var(--y); border-color: var(--y); color: #000; }
.show-cta-ghost { background: transparent; color: var(--muted); }

.empty {
  text-align: center;
  color: var(--muted);
  font-style: italic;
  padding: 3rem 0;
}

/* ── ABOUT ── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 680px) { .about-grid { grid-template-columns: 1fr; gap: 2rem; } }

.about-copy p {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text);
  margin-bottom: 1.1rem;
}
.about-copy strong { color: var(--white); font-weight: 500; }

.img-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-family: var(--f-display);
  font-size: .8rem;
  letter-spacing: .1em;
}

/* ── WATCH ── */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 640px) { .video-grid { grid-template-columns: 1fr; } }

.vid-card {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--muted);
  overflow: hidden;
  text-decoration: none;
  transition: border-color .15s;
}
.vid-card:hover { border-color: rgba(245,200,0,.35); }

.vid-thumb-wrap {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #000;
}
.vid-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .8;
  transition: opacity .15s;
}
.vid-card:hover .vid-thumb { opacity: 1; }

.vid-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vid-play::after {
  content: '▶';
  width: 48px; height: 48px;
  background: var(--y);
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  padding-left: 3px;
  transition: transform .15s;
}
.vid-card:hover .vid-play::after { transform: scale(1.08); }

.vid-label {
  font-family: var(--f-display);
  font-size: .85rem;
  letter-spacing: .06em;
  color: var(--fg);
  padding: 0 .9rem .75rem;
  line-height: 1.3;
}

/* ── SUPPORT ── */
.support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.support-grid.no-tips {
  grid-template-columns: 1fr;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 680px) { .support-grid { grid-template-columns: 1fr; gap: 3rem; } }

.support-label {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: .1em;
  color: var(--muted);
  text-align: center;
  margin-bottom: 1.4rem;
}

.social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem;
}

.social-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .55rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.4rem .8rem;
  color: var(--text);
  font-family: var(--f-display);
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: all .15s;
}
.social-card:hover { border-color: rgba(245,200,0,.4); color: var(--y); background: rgba(245,200,0,.04); }

.appreciate-note {
  font-size: .9rem;
  color: var(--muted);
  font-style: italic;
  text-align: center;
  margin-bottom: 1.4rem;
  line-height: 1.6;
}

.tip-stack { display: flex; flex-direction: column; gap: .7rem; }

.tip-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  background: var(--y);
  color: #000;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .85rem 2rem;
  border-radius: 999px;
  transition: background .15s;
}
.tip-btn:hover { background: var(--yd); }
.tip-btn b { font-size: 1.05rem; }

/* ── SPLIT FORMS ── */
.split-forms {
  display: flex;
  gap: 0;
  align-items: stretch;
}
.split-col {
  flex: 1;
  padding: 0 3rem;
}
.split-col:first-child { padding-left: 0; }
.split-col:last-child  { padding-right: 0; }
.split-divider {
  width: 1px;
  background: var(--border);
  flex-shrink: 0;
  align-self: stretch;
}
.split-title { text-align: left !important; }
.split-col .contact-sub { text-align: left; }
@media (max-width: 640px) {
  .split-forms { flex-direction: column; }
  .split-col { padding: 0; }
  .split-divider { width: 100%; height: 1px; }
  .split-title { text-align: center !important; }
  .split-col .contact-sub { text-align: center; }
}

/* ── CONTACT ── */
.contact-sub {
  text-align: center;
  color: var(--muted);
  font-style: italic;
  margin-bottom: 2rem;
}

.contact-form { display: flex; flex-direction: column; gap: .8rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
@media (max-width: 480px) { .form-row { grid-template-columns: 1fr; } }

.contact-form input,
.contact-form textarea {
  width: 100%;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: .85rem 1.1rem;
  color: var(--white);
  font-family: var(--f-body);
  font-size: .95rem;
  transition: border-color .15s;
}
.contact-form input:focus,
.contact-form textarea:focus { outline: none; border-color: var(--y); }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--muted); }
.contact-form textarea { resize: vertical; }
.contact-form .btn { align-self: center; margin-top: .4rem; }

/* ── MEMBERS ── */
.members-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 720px) { .members-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .members-grid { grid-template-columns: 1fr; } }

.member-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .6rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2rem 1.5rem 1.5rem;
  transition: border-color .15s;
}
.member-card:hover { border-color: rgba(245,200,0,.3); }

.member-photo-wrap {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--y);
  flex-shrink: 0;
}
.member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member-name {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--fg);
  letter-spacing: .04em;
}
.member-instrument {
  font-family: var(--f-display);
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--y);
}
.member-bio {
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.55;
}

/* ── FOOTER ── */
.footer {
  background: #111;
  border-top: 1px solid var(--border);
  text-align: center;
  padding: 2.5rem 1.5rem;
  color: var(--muted);
}
.footer-band {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .25em;
  color: var(--y);
  margin-bottom: .35rem;
}
.footer-tagline { font-size: .85rem; font-style: italic; margin-bottom: .5rem; }
.footer-copy { font-size: .72rem; opacity: .45; }

/* ── RESPONSIVE NAV ── */
@media (max-width: 800px) {
  .nav-links { display: none; }
  .nav-pill  { display: none; }
  .nav-burger { display: block; }
}
