:root { --accent: #e11d48; --bg: #0b0b0f; --bg2: #14141c; --line: #26263200; --text: #f4f4f6; --muted: #a1a1b0; }
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: Inter, system-ui, sans-serif; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 20px; }

/* header */
.hdr { position: sticky; top: 0; z-index: 40; background: rgba(11,11,15,.82); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,.07); }
.hdr-in { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand-logo { height: 40px; width: auto; }
.brand-name { font-family: Anton, sans-serif; font-size: 1.5rem; letter-spacing: .5px; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { color: var(--muted); font-size: .9rem; font-weight: 500; transition: color .15s; }
.nav a:hover { color: var(--text); }
.nav-toggle { display: none; background: none; border: 0; color: var(--text); font-size: 1.5rem; cursor: pointer; }

/* hero */
.hero { min-height: 74vh; display: flex; align-items: center; background-size: cover; background-position: center; text-align: center; }
.hero--flat { background: radial-gradient(1200px 500px at 50% -10%, color-mix(in srgb, var(--accent) 40%, transparent), transparent), var(--bg); }
.hero-in { padding: 90px 20px; width: 100%; }
.hero-kicker { text-transform: uppercase; letter-spacing: 3px; font-size: .8rem; font-weight: 700; color: var(--accent); margin-bottom: 14px; }
.hero-title { font-family: Anton, sans-serif; font-weight: 400; font-size: clamp(2.8rem, 9vw, 6rem); line-height: .95; text-transform: uppercase; letter-spacing: 1px; }
.hero-sub { color: var(--muted); font-size: 1.15rem; margin-top: 16px; }
.hero-cta { display: flex; gap: 12px; justify-content: center; margin-top: 28px; flex-wrap: wrap; }
.hero-social { display: flex; gap: 18px; justify-content: center; margin-top: 26px; flex-wrap: wrap; }
.hero-social a { color: var(--muted); font-size: .85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid transparent; transition: .15s; }
.hero-social a:hover { color: var(--accent); border-color: var(--accent); }

/* buttons */
.btn { display: inline-block; padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: .92rem; text-transform: uppercase; letter-spacing: 1px; transition: transform .12s, filter .12s; }
.btn:hover { transform: translateY(-2px); }
.btn-solid { background: var(--accent); color: #fff; }
.btn-solid:hover { filter: brightness(1.08); }
.btn-ghost { border: 2px solid rgba(255,255,255,.35); color: #fff; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-mini { padding: 8px 16px; font-size: .78rem; background: var(--accent); color: #fff; border-radius: 999px; white-space: nowrap; }

/* sections */
.section { padding: 74px 0; }
.section:nth-of-type(even) { background: var(--bg2); }
.eyebrow { text-transform: uppercase; letter-spacing: 3px; font-size: .78rem; font-weight: 700; color: var(--accent); }
.sec-title { font-family: Anton, sans-serif; font-weight: 400; font-size: clamp(2rem, 5vw, 3rem); text-transform: uppercase; letter-spacing: 1px; margin: 8px 0 26px; }
.about-h { font-size: 1.3rem; margin: 18px 0 6px; }
.about-text { color: var(--muted); font-size: 1.05rem; max-width: 760px; }

/* videos */
.video-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 22px; }
.video-frame { position: relative; padding-top: 56.25%; border-radius: 14px; overflow: hidden; background: #000; box-shadow: 0 14px 40px rgba(0,0,0,.5); }
.video-frame iframe, .video-frame video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.video-title { margin-top: 10px; font-weight: 600; }
.video-link a { display: flex; align-items: center; gap: 12px; padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; font-weight: 600; }
.video-link .play { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 999px; background: var(--accent); color: #fff; }

/* music */
.music-list { display: flex; flex-wrap: wrap; gap: 14px; }
.music-link { padding: 15px 26px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.03); font-weight: 700; letter-spacing: .5px; transition: .15s; }
.music-link:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); }

/* shows */
.show-list { display: flex; flex-direction: column; gap: 2px; }
.show-row { display: flex; align-items: center; gap: 18px; padding: 18px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
.show-when { min-width: 130px; display: flex; flex-direction: column; }
.show-day { font-family: Anton, sans-serif; font-size: 1.1rem; text-transform: uppercase; letter-spacing: 1px; }
.show-time { color: var(--muted); font-size: .85rem; }
.show-what { flex: 1; display: flex; flex-direction: column; }
.show-title { font-weight: 700; font-size: 1.1rem; }
.show-venue { color: var(--muted); }
.show-note { color: var(--muted); font-size: .88rem; }

/* gallery */
.gal-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
.gal-item { border-radius: 12px; overflow: hidden; aspect-ratio: 1; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gal-item:hover img { transform: scale(1.06); }

/* footer */
.footer { background: #060609; padding: 56px 0 40px; text-align: center; border-top: 1px solid rgba(255,255,255,.07); }
.footer-name { font-family: Anton, sans-serif; font-size: 1.6rem; text-transform: uppercase; letter-spacing: 1px; }
.footer-line { display: block; color: var(--muted); margin-top: 6px; }
.footer-social { display: flex; gap: 16px; justify-content: center; margin: 18px 0; flex-wrap: wrap; }
.footer-social a { color: var(--muted); font-weight: 600; font-size: .85rem; text-transform: uppercase; letter-spacing: 1px; }
.footer-social a:hover { color: var(--accent); }
.footer-copy { color: #55555f; font-size: .8rem; margin-top: 14px; }

@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav { position: absolute; top: 64px; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--bg2); border-bottom: 1px solid rgba(255,255,255,.08); max-height: 0; overflow: hidden; transition: max-height .25s; }
  .nav.open { max-height: 380px; }
  .nav a { padding: 14px 20px; width: 100%; border-bottom: 1px solid rgba(255,255,255,.06); }
  .show-row { flex-wrap: wrap; }
}
