:root {
  --ink: #0a0909;
  --smoke: #151314;
  --paper: #f1eee7;
  --muted: #a8a29b;
  --yellow: #ffd31a;
  --orange: #ff8738;
  --red: #f3423f;
  --line: rgba(255, 255, 255, 0.16);
  --display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--body); }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 16px;
  background: var(--yellow); color: #000; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 76px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(20px, 5vw, 72px);
  background: rgba(8, 8, 8, .86); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line);
}
.nav-logo { width: 176px; height: auto; }
.brand-link { position: relative; z-index: 2; }
.nav-links { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); }
.nav-links > a:not(.button) {
  font: 800 12px/1 var(--body); letter-spacing: .13em; text-transform: uppercase; color: #d4d0c9;
}
.nav-links > a:not(.button):hover { color: var(--yellow); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; width: 28px; height: 2px; margin: 6px 0; background: white; }

.button {
  display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 28px;
  border: 1px solid var(--yellow); background: linear-gradient(135deg, var(--yellow), var(--orange));
  color: #0a0909; font-weight: 900; font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255, 135, 56, .24); }
.button-small { min-height: 42px; padding: 0 20px; }
.button-ghost { color: #fff; background: rgba(0,0,0,.2); border-color: rgba(255,255,255,.55); }
.button-ghost:hover { background: #fff; color: #000; box-shadow: none; }

.hero {
  min-height: 100svh; position: relative; display: grid; align-items: center; overflow: hidden;
  padding: 120px clamp(24px, 8vw, 120px) 80px; isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0; z-index: -3; overflow: hidden; background: #050505;
}
.hero-slide {
  position: absolute; inset: 0; width: 100%; height: 100%; max-width: none;
  object-fit: cover; object-position: center 46%; opacity: 0; transform: scale(1.02);
  transition: opacity 1.8s ease-in-out;
}
.hero-slide.is-active {
  opacity: 1;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.75) 40%, rgba(0,0,0,.14) 75%),
    linear-gradient(0deg, #090808 0%, transparent 42%);
}
.hero-noise {
  position: absolute; inset: auto -10% 11% -10%; z-index: -1; height: 1px; background: rgba(255,255,255,.3);
  box-shadow: 0 -120px 0 rgba(255,255,255,.05), 0 150px 0 rgba(255,255,255,.06);
  transform: none;
}
.hero-content { max-width: 720px; }
.eyebrow, .kicker, .section-label {
  font-size: 11px; line-height: 1; letter-spacing: .24em; font-weight: 900; text-transform: uppercase;
}
.eyebrow { color: var(--yellow); margin: 0 0 26px; }
.hero-logo { width: min(610px, 82vw); margin-bottom: 26px; filter: drop-shadow(0 8px 35px rgba(0,0,0,.5)); }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; margin: 0; }
h1 { font-size: clamp(46px, 6.6vw, 80px); line-height: .88; letter-spacing: -.045em; font-style: italic; }
h2 { font-size: clamp(54px, 7vw, 104px); line-height: .83; letter-spacing: -.055em; }
h2 em { color: var(--red); font-style: italic; }
.hero-copy { max-width: 620px; font-size: clamp(16px, 1.5vw, 21px); line-height: 1.6; color: #d3d0ca; margin: 26px 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.scroll-cue {
  position: absolute; right: clamp(18px, 4vw, 70px); bottom: 36px; display: flex; align-items: center; gap: 12px;
  writing-mode: vertical-rl; font-size: 9px; letter-spacing: .2em; color: #aaa49d;
}
.scroll-cue span { display: block; width: 1px; height: 48px; background: linear-gradient(var(--yellow), transparent); }

.section { position: relative; padding: clamp(92px, 11vw, 160px) clamp(24px, 7vw, 110px); overflow: hidden; }
.section-label { display: flex; gap: 14px; align-items: center; color: #77716a; margin-bottom: clamp(48px, 6vw, 80px); }
.section-label::after { content: ""; width: 70px; height: 1px; background: currentColor; opacity: .5; }
.section-label span { color: var(--red); }
.section-label-light { color: #8b8580; }
.kicker { color: var(--red); margin: 0 0 18px; }
.section-intro { max-width: 440px; font-size: 17px; line-height: 1.65; color: #77716a; }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 70px; }

.about { background: var(--paper); color: var(--ink); }
.about::after {
  content: "PUSH"; position: absolute; right: -5vw; top: 9%; font: 900 28vw/1 var(--display);
  color: transparent; -webkit-text-stroke: 1px rgba(10,9,9,.045); pointer-events: none;
}
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr); gap: clamp(60px, 8vw, 130px); position: relative; z-index: 1; }
.about-copy > p:not(.kicker) { max-width: 670px; color: #514d48; line-height: 1.85; font-size: 16px; }
.about-copy blockquote {
  margin: 38px 0 0; padding: 25px 0 25px 26px; border-left: 4px solid var(--red);
  font: italic 800 clamp(23px, 2.4vw, 34px)/1.2 var(--display); text-transform: uppercase; max-width: 700px;
}
.about-visual { align-self: center; }
.about-photo-frame { position: relative; background: var(--ink); transform: rotate(1.5deg); box-shadow: 20px 24px 0 var(--yellow); }
.about-photo-frame::before { content: ""; position: absolute; inset: 15px; border: 1px solid rgba(255,255,255,.28); z-index: 1; pointer-events: none; }
.about-photo-frame img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.member-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 48px; background: #c6c0b7; }
.member-list p { margin: 0; display: flex; flex-direction: column; padding: 18px; background: var(--paper); color: #77716a; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.member-list span { color: var(--ink); font-weight: 900; font-size: 14px; margin-bottom: 5px; }

.shows { background: #0d0c0c; }
.shows::before {
  content: ""; position: absolute; inset: 0; opacity: .14;
  background: repeating-linear-gradient(0deg, transparent 0, transparent 4px, rgba(255,255,255,.035) 5px);
}
.shows > * { position: relative; z-index: 1; }
.shows .section-intro { color: #aaa49d; }
.show-list { border-top: 1px solid var(--line); }
.show-card {
  display: grid; grid-template-columns: 124px 1fr minmax(220px, .65fr) auto; align-items: center;
  min-height: 180px; gap: 34px; border-bottom: 1px solid var(--line);
  transition: background .2s ease, padding .2s ease;
}
.show-card:hover { background: rgba(255,255,255,.035); padding: 0 18px; }
.show-date { display: grid; grid-template-columns: 1fr 1fr; align-items: end; width: 90px; }
.show-date span, .show-date small { font-size: 10px; letter-spacing: .16em; color: var(--red); font-weight: 900; }
.show-date small { grid-column: 1 / -1; color: #817c77; margin-top: 4px; }
.show-date strong { grid-row: 1 / 3; grid-column: 2; font: 900 58px/.8 var(--display); }
.show-main h3 { font-size: clamp(30px, 3vw, 46px); font-style: italic; letter-spacing: -.02em; }
.show-main p, .show-meta p { margin: 8px 0 0; color: #8e8882; }
.show-meta { border-left: 1px solid var(--line); padding-left: 34px; font-size: 13px; line-height: 1.5; }
.show-meta .show-time { color: var(--yellow); font-weight: 900; font-size: 17px; margin-top: 0; }
.details-chip { border: 1px solid #4b4744; color: #aaa49d; padding: 12px 14px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; white-space: nowrap; }
.shows-cta { display: flex; justify-content: space-between; align-items: center; margin-top: 48px; }
.shows-cta p { color: #aaa49d; }
.text-link { color: var(--yellow); text-transform: uppercase; letter-spacing: .1em; font-weight: 900; font-size: 13px; }
.text-link span { display: inline-block; margin-left: 8px; transition: transform .2s; }
.text-link:hover span { transform: translate(4px, -4px); }

.photos { background: var(--paper); color: var(--ink); }
.gallery-grid {
  columns: 3 300px;
  column-gap: 10px;
}
.gallery-item {
  position: relative; display: block; width: 100%; margin: 0 0 10px; break-inside: avoid;
  border: 0; padding: 0; overflow: hidden; cursor: zoom-in; background: #151313;
}
.gallery-item img { width: 100%; height: auto; transition: transform .55s cubic-bezier(.2,.75,.2,1), filter .3s; }
.gallery-item:hover img { transform: scale(1.035); filter: contrast(1.07) saturate(1.07); }
.gallery-open {
  position: absolute; right: 14px; bottom: 14px; padding: 8px 10px; background: rgba(5,5,5,.8);
  color: white; font-size: 9px; letter-spacing: .13em; opacity: 0; transform: translateY(8px); transition: .2s;
}
.gallery-item:hover .gallery-open { opacity: 1; transform: none; }
.gallery-load { display: grid; justify-items: center; gap: 14px; margin-top: 38px; }
.gallery-load > p { margin: 0; color: #77716a; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; }
.gallery-load-button { min-width: 270px; }
.gallery-load-button span { margin-left: 12px; }
.gallery-load .gallery-complete { color: #4e4944; }
.contact { isolation: isolate; background: #090808; }
.contact-backdrop {
  position: absolute; z-index: -2; inset: 0 0 0 50%; background: url("photos/vocalist-live.jpg") center / cover;
  filter: grayscale(.3); opacity: .14;
}
.contact::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(243,66,63,.16), transparent 35%); }
.contact-grid { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(460px, 1.15fr); gap: clamp(60px, 9vw, 150px); }
.contact-copy > p:not(.kicker) { max-width: 520px; color: #aaa49d; line-height: 1.75; }
.contact-direct { margin-top: 42px; padding-top: 30px; border-top: 1px solid var(--line); display: grid; gap: 10px; }
.contact-direct span { color: var(--red); font-size: 10px; letter-spacing: .18em; font-weight: 900; }
.contact-direct strong { font: 900 24px/1 var(--display); text-transform: uppercase; }
.contact-direct a { color: #d1ccc6; }
.contact-direct a:hover, footer a:hover { color: var(--yellow); }
.social-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 28px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.social-row a { color: var(--yellow); }
.social-row span { color: #625e5a; }
.booking-form { padding: clamp(26px, 4vw, 52px); background: rgba(19,17,17,.88); border: 1px solid var(--line); box-shadow: 0 35px 90px rgba(0,0,0,.4); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.booking-form label { display: grid; gap: 9px; margin-bottom: 20px; color: #aca6a0; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.booking-form input, .booking-form select, .booking-form textarea {
  width: 100%; border: 0; border-bottom: 1px solid #504b47; border-radius: 0; background: transparent;
  color: #fff; padding: 11px 2px 12px; outline: 0; text-transform: none; letter-spacing: normal;
}
.booking-form textarea { resize: vertical; border: 1px solid #504b47; padding: 12px; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--yellow); }
.booking-form select { color-scheme: dark; }
.booking-form .consent { display: flex; grid-template-columns: 20px 1fr; align-items: center; text-transform: none; letter-spacing: normal; font-size: 13px; }
.consent input { width: 18px; height: 18px; accent-color: var(--yellow); }
.form-submit { width: 100%; border: 0; justify-content: space-between; margin-top: 5px; }
.form-note { color: #716c68; font-size: 11px; line-height: 1.5; margin-bottom: 0; }
.form-success { color: var(--yellow); font-weight: 800; line-height: 1.5; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0; }

footer {
  display: grid; grid-template-columns: 220px 1fr 1fr; align-items: center; gap: 45px;
  padding: 42px clamp(24px, 7vw, 110px); border-top: 1px solid var(--line); background: #050505;
  font-size: 11px; color: #77716a; letter-spacing: .1em; text-transform: uppercase;
}
footer img { width: 190px; }
footer p { margin: 0 0 8px; }
.footer-right { text-align: right; }

.lightbox {
  position: fixed; z-index: 100; inset: 0; background: rgba(0,0,0,.96); display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 90px; align-items: center; padding: 40px;
}
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; display: grid; justify-items: center; max-height: 90vh; }
.lightbox img { max-height: 82vh; width: auto; object-fit: contain; box-shadow: 0 20px 80px rgba(0,0,0,.6); }
.lightbox figcaption { margin-top: 15px; color: #8c8680; font-size: 10px; letter-spacing: .2em; }
.lightbox-close, .lightbox-nav { border: 0; background: transparent; cursor: pointer; }
.lightbox-close { position: absolute; right: 28px; top: 18px; font-size: 42px; color: #aaa49d; }
.lightbox-nav { font-size: 34px; color: var(--yellow); padding: 20px; }

@media (max-width: 900px) {
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .nav-links {
    position: absolute; display: none; top: 75px; left: 0; right: 0; padding: 28px;
    align-items: stretch; flex-direction: column; background: rgba(8,8,8,.98); border-bottom: 1px solid var(--line);
  }
  .nav-links.is-open { display: flex; }
  .nav-links > a:not(.button) { padding: 10px; text-align: center; }
  .hero::before { background: linear-gradient(90deg, rgba(0,0,0,.91), rgba(0,0,0,.52)), linear-gradient(0deg, #090808, transparent 50%); }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-visual { max-width: 700px; }
  .show-card { grid-template-columns: 100px 1fr auto; }
  .show-meta { grid-column: 2 / 3; border-left: 0; padding: 0 0 22px; }
  .details-chip { grid-column: 3; grid-row: 1 / 3; }
  .contact-backdrop { inset: 45% 0 0; }
  footer { grid-template-columns: 1fr 1fr; }
  footer img { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 68px; }
  .site-header { height: 68px; padding: 0 20px; }
  .nav-logo { width: 145px; }
  .nav-links { top: 67px; }
  .hero { padding: 110px 22px 65px; min-height: 830px; align-items: end; }
  .hero-slide { top: 68px; bottom: auto; height: auto; object-fit: contain; object-position: center top; }
  .hero::before { background: linear-gradient(0deg, #090808 5%, rgba(0,0,0,.78) 55%, rgba(0,0,0,.25)); }
  .hero-logo { width: 92%; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .scroll-cue { display: none; }
  .section { padding: 86px 20px; }
  .section-label { margin-bottom: 42px; }
  .section-heading-row { display: block; margin-bottom: 44px; }
  .section-intro { margin-top: 24px; }
  .about-grid { gap: 56px; }
  .about-photo-frame { box-shadow: 10px 12px 0 var(--yellow); }
  .member-list { grid-template-columns: 1fr 1fr; margin-top: 32px; }
  .show-card { grid-template-columns: 78px 1fr; gap: 18px; padding: 25px 0; }
  .show-card:hover { padding: 25px 8px; }
  .show-date strong { font-size: 45px; }
  .show-main h3 { font-size: 30px; }
  .show-meta { grid-column: 2; padding-bottom: 0; }
  .details-chip { grid-column: 2; grid-row: auto; justify-self: start; }
  .shows-cta { align-items: flex-start; flex-direction: column; gap: 12px; }
  .gallery-grid { columns: 2 145px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .booking-form { padding: 25px 20px; }
  footer { grid-template-columns: 1fr; gap: 24px; text-align: left; }
  footer img { grid-column: auto; width: 170px; }
  .footer-right { text-align: left; }
  .lightbox { grid-template-columns: 45px minmax(0,1fr) 45px; padding: 18px 5px; }
  .lightbox-nav { padding: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
