/* ==========================================================================
   September Son — design tokens
   Nothing here is final brand direction (colors/fonts/photography are still
   an open decision, see project context). These variables exist so a real
   visual direction can be dropped in later by editing this block only.
   ========================================================================== */
:root {
  --bg: #0e0d0c;
  --bg-alt: #151412;
  --ink: #f5f2ec;
  --ink-muted: #b9b3a6;
  --ink-faint: #7c766a;
  --accent: #c9502f;
  --border: #2a2723;
  --placeholder-bg: #1c1a17;
  --placeholder-border: #3a352c;

  --font-display: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --wrap-width: 960px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

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

.wrap {
  max-width: var(--wrap-width);
  margin: 0 auto;
  padding: 0 24px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--accent);
  color: #fff;
  padding: 10px 16px;
  z-index: 100;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ---- nav ---- */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(14, 13, 12, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}
.brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.03em;
}
.nav-links {
  display: flex;
  gap: 24px;
  font-size: 14px;
}
.nav-links a { color: var(--ink-muted); transition: color 0.15s; }
.nav-links a:hover { color: var(--ink); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--ink);
}

/* ---- hero ---- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero-photo.placeholder-media {
  position: absolute;
  inset: 0;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(14,13,12,0.95) 0%, rgba(14,13,12,0.35) 55%, rgba(14,13,12,0.15) 100%);
}
.hero-content {
  position: relative;
  padding-bottom: 64px;
}
.hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 8vw, 76px);
  line-height: 1;
  margin: 0;
  letter-spacing: -0.01em;
}
.hero-strap {
  font-size: clamp(16px, 2vw, 20px);
  color: var(--ink-muted);
  margin: 14px 0 0;
}

/* ---- sections ---- */
.section { padding: 88px 0; }
.section-alt { background: var(--bg-alt); }
.section-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(24px, 3vw, 32px);
  margin: 0 0 28px;
}

/* ---- placeholders (media not yet supplied) ---- */
.placeholder-media {
  background: var(--placeholder-bg);
  border: 1.5px dashed var(--placeholder-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-faint);
}
.placeholder-label {
  font-size: 13px;
  letter-spacing: 0.03em;
  padding: 0 20px;
  text-align: center;
}

/* video embed */
.media-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  flex-direction: column;
  gap: 14px;
}
.media-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.play-glyph {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1.5px solid var(--placeholder-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--ink-muted);
}

/* audio embed */
.audio-placeholder {
  padding: 28px 24px;
  gap: 20px;
  flex-wrap: wrap;
}
.audio-placeholder .play-glyph { flex-shrink: 0; }
.audio-bars {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 3px;
  height: 30px;
  min-width: 160px;
}
.audio-bars span {
  width: 3px;
  background: var(--placeholder-border);
  height: 40%;
}
.audio-bars span:nth-child(2n) { height: 80%; }
.audio-bars span:nth-child(3n) { height: 60%; }
.audio-embed {
  width: 100%;
  height: 152px;
  border: 0;
  border-radius: 8px;
}

/* ---- the band ---- */
.band-layout {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.band-photo.placeholder-media {
  flex: 0 0 280px;
  aspect-ratio: 3 / 4;
}
.band-copy { flex: 1 1 400px; min-width: 0; }
.band-copy p { color: var(--ink-muted); margin: 0 0 16px; }
.band-tagline {
  color: var(--ink) !important;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 17px;
  margin-top: 24px !important;
}

/* ---- live & festivals ---- */
.gig-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.gig-row {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 18px 20px;
  background: var(--bg);
  border: 1px solid var(--border);
}
.gig-date { width: 100px; font-size: 13px; color: var(--ink-faint); flex-shrink: 0; }
.gig-venue { flex-grow: 1; font-size: 16px; }
.gig-tickets { font-size: 13px; text-decoration: underline; color: var(--accent); flex-shrink: 0; }
.gig-empty {
  padding: 24px 20px;
  border: 1px dashed var(--placeholder-border);
  color: var(--ink-faint);
  font-size: 15px;
}

/* ---- follow ---- */
.follow-section { text-align: center; }
.social-row {
  display: flex;
  gap: 36px;
  justify-content: center;
  flex-wrap: wrap;
}
.social-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--ink-muted);
  transition: color 0.15s, transform 0.15s;
}
.social-link:hover { color: var(--ink); transform: translateY(-2px); }

/* ---- booking / contact ---- */
.booking-section { background: #050505; }
.booking-layout {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
}
.booking-form-col { flex: 1 1 380px; min-width: 0; }
.booking-info-col {
  flex: 0 1 240px;
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 2;
}
.booking-info-col a { text-decoration: underline; }
.booking-form { display: flex; flex-direction: column; gap: 16px; margin-top: 4px; }
.field { display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: var(--ink-muted); }
.field input,
.field textarea {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--ink);
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 15px;
  resize: vertical;
}
.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--accent);
}
.btn-send {
  align-self: flex-start;
  background: var(--ink);
  color: var(--bg);
  border: none;
  padding: 13px 32px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: opacity 0.15s;
}
.btn-send:hover { opacity: 0.85; }

/* ---- footer ---- */
.site-footer {
  padding: 28px 0;
  background: #050505;
  border-top: 1px solid var(--border);
  text-align: center;
  font-size: 13px;
  color: var(--ink-faint);
}

/* ---- responsive ---- */
@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
  }
  .nav-links.open { max-height: 320px; }
  .nav-links a { padding: 14px 24px; border-top: 1px solid var(--border); }
  .band-layout { flex-direction: column; }
  .band-photo.placeholder-media { flex-basis: auto; width: 100%; max-width: 280px; }
}
