:root {
  --bg: #0b0908;
  --bg-elev: #16110f;
  --bg-elev-2: #1f1714;
  --text: #f3eee6;
  --muted: #a89b90;
  --line: rgba(243, 238, 230, 0.12);
  --red: #e11d2e;
  --red-glow: rgba(225, 29, 46, 0.55);
  --cream: #f6efe4;
  --font-display: "Newsreader", "Times New Roman", serif;
  --font-poster: "Bebas Neue", "Impact", sans-serif;
  --font-body: "Figtree", system-ui, sans-serif;
  --max: 1120px;
  --pad: clamp(1.15rem, 4vw, 2.4rem);
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.65;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; color: inherit; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--text);
  color: var(--bg);
  padding: 0.5rem 0.8rem;
  z-index: 100;
}
.skip-link:focus { top: 1rem; }

.neon-rule {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, transparent, var(--red) 20%, #fff 50%, var(--red) 80%, transparent);
  box-shadow: 0 0 12px var(--red-glow);
}

.wrap {
  width: min(var(--max), calc(100% - var(--pad) * 2));
  margin-inline: auto;
}
.wrap.narrow { width: min(34rem, calc(100% - var(--pad) * 2)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(11, 9, 8, 0.9);
  backdrop-filter: blur(16px);
}
.header-inner {
  width: min(var(--max), calc(100% - var(--pad) * 2));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  letter-spacing: 0.14em;
  font-family: var(--font-poster);
  font-size: 1.55rem;
}
.wordmark-mark {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: grayscale(1);
}
.wordmark:hover .wordmark-mark,
.wordmark:focus-visible .wordmark-mark { filter: none; }

.nav-toggle {
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--line);
  background: transparent;
  padding: 0.55rem;
  flex-direction: column;
  justify-content: space-between;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--text);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.site-nav a {
  text-decoration: none;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  color: var(--muted);
}
.site-nav a:hover,
.site-nav a.is-active { color: var(--text); }
.nav-cta {
  color: var(--text) !important;
  border: 1px solid var(--red);
  padding: 0.35rem 0.7rem;
  box-shadow: 0 0 0 0 var(--red-glow);
}
.nav-cta:hover { box-shadow: 0 0 16px var(--red-glow); }

.display {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.15;
  margin: 0 0 0.6rem;
}
.display-sm {
  font-family: var(--font-display);
  font-size: 1.6rem;
  margin: 0 0 0.8rem;
}
.eyebrow {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.lede { color: var(--muted); font-size: 1.05rem; max-width: 40rem; }
.section { padding: 4.2rem 0; }
.section-tight { padding-top: 1.5rem; }
.section-head { margin-bottom: 1.5rem; }
.section-more { margin-top: 1.4rem; }
.text-link {
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid var(--red);
}
.text-link:hover { color: #fff; }
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
.prose p { margin: 0 0 1rem; color: #d8cfc4; }
.stack-lg { display: grid; gap: 2.5rem; }

.hero {
  position: relative;
  min-height: min(88vh, 760px);
  display: grid;
  place-items: end start;
  overflow: hidden;
  color: #f7f3ec;
}
.hero-brick,
.hero-shade { position: absolute; inset: 0; }
.hero-brick {
  background:
    linear-gradient(180deg, rgba(11, 9, 8, 0.15), rgba(11, 9, 8, 0.72)),
    repeating-linear-gradient(
      0deg,
      #2a1714 0 14px,
      #1a0f0d 14px 16px
    ),
    repeating-linear-gradient(
      90deg,
      #3a1d18 0 62px,
      #1c100e 62px 66px
    );
  filter: grayscale(0.35) contrast(1.05);
}
.hero-shade {
  background:
    radial-gradient(circle at 50% 20%, rgba(225, 29, 46, 0.22), transparent 42%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.72) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 8vw, 5rem) var(--pad) 3.5rem;
  width: min(var(--max), 100%);
  margin-inline: auto;
}
.hero-kicker {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: #ddd4c8;
  margin: 0 0 0.8rem;
}
.hero-logo {
  width: min(280px, 70vw);
  height: auto;
  margin: 0 0 1rem;
  filter: drop-shadow(0 0 18px rgba(225, 29, 46, 0.35));
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 6vw, 4.4rem);
  line-height: 0.95;
  margin: 0 0 1.4rem;
  max-width: 14ch;
}
.hero-cta {
  display: grid;
  gap: 0.15rem;
  width: min(26rem, 100%);
  text-decoration: none;
  background: rgba(12, 10, 9, 0.72);
  border: 1px solid rgba(225, 29, 46, 0.7);
  padding: 0.9rem 1rem;
  box-shadow: 0 0 24px rgba(225, 29, 46, 0.18);
}
.hero-cta-label,
.empty-kicker {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 600;
}
.hero-cta-when { font-family: var(--font-poster); font-size: 1.5rem; letter-spacing: 0.06em; }
.hero-cta-where { color: var(--muted); }
.hero-cta-go { color: #fff; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 0.6rem 1rem;
  cursor: pointer;
  background: var(--red);
  color: #fff;
  border-radius: var(--radius);
}
.btn:hover { filter: brightness(1.08); }
.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}
.pill {
  display: inline-block;
  border: 1px solid var(--line);
  padding: 0.15rem 0.5rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.show-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.show-card,
.quote-card,
.empty-state,
.placeholder-frame {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  padding: 1rem;
}
.show-card { display: flex; gap: 0.9rem; }
.show-date {
  min-width: 3.4rem;
  text-align: center;
  border-right: 1px solid var(--red);
  padding-right: 0.7rem;
}
.show-month {
  display: block;
  color: var(--red);
  letter-spacing: 0.12em;
  font-size: 0.75rem;
}
.show-day {
  font-family: var(--font-poster);
  font-size: 2rem;
  line-height: 1;
}
.show-year { display: block; color: var(--muted); font-size: 0.75rem; }
.show-body h3, .show-main h2 { margin: 0 0 0.25rem; font-family: var(--font-display); }
.show-meta, .show-venue, .show-where, .show-notes { margin: 0.15rem 0; color: var(--muted); }
.show-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.2rem; }
.show-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.2rem;
  align-items: start;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--line);
}
.show-poster { width: 160px; height: 120px; object-fit: cover; filter: grayscale(1); }
.show-row:hover .show-poster { filter: none; }
.recent-head { margin-top: 3rem; }

.member-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
}
.member-hit {
  display: grid;
  width: 100%;
  padding: 0;
  border: 1px solid var(--line);
  background: #100d0c;
  text-align: left;
  cursor: pointer;
  color: inherit;
}
.member-hit.static { cursor: default; }
.member-hit img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  filter: grayscale(1);
}
.member-card.is-open img,
.member-hit:hover img { filter: none; }
.member-placeholder {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  background:
    linear-gradient(180deg, #241816, #120e0d);
  font-family: var(--font-poster);
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #7a6d66;
}
.member-meta { display: grid; gap: 0.15rem; padding: 0.75rem; }
.member-name { font-family: var(--font-display); font-size: 1.15rem; }
.member-role, .member-more { color: var(--muted); font-size: 0.88rem; }
.member-more { color: var(--red); }
.member-more.is-muted { color: var(--muted); }
.member-bio {
  padding: 0 0.75rem 0.9rem;
  color: #d8cfc4;
  font-size: 0.95rem;
}

.photo-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.7rem;
}
.photo-hit {
  padding: 0;
  border: 0;
  background: #111;
  cursor: pointer;
}
.photo-hit img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(1);
}
.photo-hit:hover img { filter: none; }

.study-frame {
  min-height: 160px;
  display: grid;
  place-items: end start;
  padding: 0.8rem;
  border: 1px dashed rgba(243, 238, 230, 0.22);
  color: #c9bdb2;
  font-size: 0.82rem;
}
.study-a { background: radial-gradient(circle at 30% 20%, #6a4a2a, #120e0c); }
.study-b { background: repeating-linear-gradient(0deg, #3a1d18 0 12px, #1a0f0d 12px 14px); }
.study-c { background: radial-gradient(circle at 70% 40%, rgba(225, 29, 46, 0.55), #0c0908 60%); }
.study-d { background: #16110f; }
.study-e { background: linear-gradient(135deg, #1a1412, #2a1c18); }
.study-f { background: #100d0c; }

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 2rem;
}
.lightbox[hidden] { display: none !important; }
.lightbox img { max-height: 80vh; max-width: min(100%, 92vw); }
.lightbox-close,
.lightbox-nav {
  position: absolute;
  background: transparent;
  border: 1px solid var(--line);
  color: #fff;
  padding: 0.4rem 0.7rem;
  cursor: pointer;
}
.lightbox-close {
  top: 1rem;
  right: 1rem;
}
.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.85rem;
}
.lightbox-prev { left: 0.75rem; }
.lightbox-next { right: 0.75rem; }
.lightbox-close:hover,
.lightbox-nav:hover,
.lightbox-close:focus-visible,
.lightbox-nav:focus-visible {
  border-color: rgba(243, 238, 230, 0.4);
  background: rgba(255, 255, 255, 0.06);
}
.lightbox-nav[hidden] { display: none !important; }

@media (max-width: 860px) {
  .lightbox {
    padding: 4rem 1rem 5rem;
  }
  .lightbox img { max-height: 68vh; }
  .lightbox-nav {
    top: auto;
    bottom: 1rem;
    transform: none;
  }
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
}
.quote-card p { margin-top: 0; font-family: var(--font-display); font-size: 1.15rem; }
.quote-card footer { color: var(--muted); display: grid; gap: 0.15rem; }
.quote-wide { margin: 0 0 1rem; }

.video-frame {
  background: #000;
  aspect-ratio: 16 / 9;
}
.video-frame iframe,
.video-frame video { width: 100%; height: 100%; border: 0; }

.page-hero { padding: 3rem 0 0.5rem; }
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 2rem;
}
.contact-big {
  font-family: var(--font-poster);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  letter-spacing: 0.04em;
  text-decoration: none;
}
.form { display: grid; gap: 0.85rem; }
.form label { display: grid; gap: 0.3rem; color: var(--muted); font-size: 0.9rem; }
.form input,
.form textarea {
  background: #100d0c;
  border: 1px solid var(--line);
  padding: 0.65rem 0.7rem;
}
.form input:focus,
.form textarea:focus {
  outline: 2px solid var(--red);
  outline-offset: 1px;
}
.optional { color: #7d726a; }
.form-fallback { color: var(--muted); font-size: 0.9rem; }
.notice {
  background: #1a2a1c;
  border: 1px solid #2f6a42;
  padding: 0.75rem 0.9rem;
}
.notice.error { background: #2a1414; border-color: #6a2f2f; }
.muted { color: var(--muted); }
.empty-note { color: var(--muted); max-width: 40rem; }
.empty-state h2 { font-family: var(--font-display); margin: 0.3rem 0 0.6rem; }

.booking-band {
  background: var(--bg-elev);
  border-top: 1px solid var(--line);
  padding: 3rem 0;
}
.booking-inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
}
.booking-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; }

.press-grid,
.logo-kit {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.8rem;
}
.press-grid a,
.logo-kit a {
  display: grid;
  gap: 0.4rem;
  text-decoration: none;
  color: var(--muted);
}
.press-grid img,
.logo-kit img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #100d0c;
  border: 1px solid var(--line);
}
.tech-figure img {
  width: min(720px, 100%);
  border: 1px solid var(--line);
  background: #fff;
}

.site-footer { padding: 0 0 2rem; }
.footer-inner {
  width: min(var(--max), calc(100% - var(--pad) * 2));
  margin: 2rem auto 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
}
.footer-brand img { width: 140px; height: auto; filter: grayscale(1); }
.footer-tag { color: var(--muted); }
.footer-heading {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
}
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.4rem; }
.footer-links a { text-decoration: none; color: var(--muted); }
.footer-links a:hover { color: var(--text); }

.socials {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
}
.socials a {
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid var(--red);
}
.socials a:hover { color: #fff; }
.format-block { margin: 0 0 1.5rem; }
.format-list,
.venue-list {
  list-style: none;
  margin: 0.6rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.format-list li,
.venue-list li {
  padding-left: 0.85rem;
  border-left: 2px solid var(--red);
}
.formats-wrap .format-block { max-width: 40rem; }
.copyright {
  width: min(var(--max), calc(100% - var(--pad) * 2));
  margin: 2rem auto 0;
  color: #6e655e;
  font-size: 0.85rem;
}

@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #110e0c;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem var(--pad) 1.2rem;
    border-bottom: 1px solid var(--line);
  }
  .site-nav.is-open { display: flex; }
  .split,
  .show-row,
  .contact-grid,
  .booking-inner,
  .footer-inner { grid-template-columns: 1fr; }
  .booking-inner { display: grid; }
  .show-poster { display: none; }
}
