/* ── RESET & TOKENS ──────────────────────────────── */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }

:root {
  --red:        #8f1e1c;
  --red-deep:   #6b1514;
  --orange:     #f57f27;
  --brown:      #341f15;
  --parchment:  #f0e6d0;
  --parchment2: #e8d9bf;
  --ink:        #1c0f08;
  --gold:       #c49a3c;
  --cream:      #faf4ea;
}

@font-face {
    font-family: 'Dreamwalker';
    src: url('../fonts/Dreamwalker.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html { scroll-behavior: smooth; }
body {
  background: var(--parchment);
  color: var(--ink);
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── TICKER ────────────────────────────────────────── */
.ticker {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
	padding: 0.8rem 0;
	background-color: #f0e6d0;
}

.ticker-track {
    display: inline-flex;
    width: max-content;
    animation: ticker-scroll 30s linear infinite;
}

.ticker-track span {
    color: #8F1E1C;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.22em;
}

.divider {
    padding: 0 3rem;
}

@keyframes ticker-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* ── HERO ────────────────────────────────────────── */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--brown);
}
/* dark overlay under the content */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 60% at 50% 100%, rgba(143,30,28,0.55) 0%, transparent 65%),
    rgba(18, 8, 3, 0.62);
  z-index: 0;
}

/* Slim looping video band */
.hero-video {
  position: relative;
  width: 100%;
  min-height: 60vh;
  height: 60vh;
  background: #000;
  z-index: 1;
}
.hero-video-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
/* Scale the 16:9 iframe to cover the slim band without letterboxing */
.hero-video-frame iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;          /* 16:9 based on width */
  min-height: 100%;
  min-width: 177.78vh;      /* 16:9 based on height */
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0;
}
.hero-video-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(18,8,3,0.35) 0%, rgba(18,8,3,0.15) 40%, rgba(18,8,3,0.55) 100%);
  z-index: 1;
}
.hero-video-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(180px, 30vw, 300px);
  height: auto;
  z-index: 2;
  filter: drop-shadow(0 4px 24px rgba(0,0,0,0.65));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  padding: 3rem 1.5rem 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Bar + buttons as one unit (sticker pins to this) */
.hero-unit {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}

/* 3-up DATE / VENUE / GATES OPEN bar */
.info-bar {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(196,154,60,0.35);
  border-radius: 3px;
  background: rgba(20,10,4,0.4);
  backdrop-filter: blur(2px);
  overflow: hidden;
}
.info-cell {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 1rem 1.25rem;
  text-align: center;
}
.info-cell + .info-cell {
  border-left: 1px solid rgba(196,154,60,0.25);
}
.info-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
}
.info-value {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 2.4vw, 1.3rem);
  text-transform: uppercase;
  color: var(--parchment);
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

/* Mini countdown */
.mini-countdown { margin-bottom: 1.75rem; }
.mini-countdown-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(240,230,208,0.55);
  display: block;
  margin-bottom: 0.75rem;
}
.mini-digits {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
}
.mini-unit {
  background: rgba(20,10,4,0.5);
  border: 1px solid rgba(196,154,60,0.35);
  border-radius: 2px;
  padding: 0.5rem 0.85rem;
  text-align: center;
  min-width: 56px;
  backdrop-filter: blur(2px);
}
.mini-num {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--orange);
  line-height: 1;
  display: block;
}
.mini-lbl {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240,230,208,0.4);
  display: block;
  margin-top: 0.2rem;
}
.mini-sep {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  color: rgba(196,154,60,0.4);
  line-height: 1;
  align-self: flex-start;
  margin-top: 0.5rem;
}

.cta-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.95rem 2.2rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
}
.btn-fire {
  background: var(--orange);
  color: var(--ink);
  clip-path: polygon(8px 0%, calc(100% - 8px) 0%, 100% 50%, calc(100% - 8px) 100%, 8px 100%, 0 50%);
}
.btn-fire:hover { background: #ff9035; transform: scale(1.03); }
.btn-ghost {
  background: transparent;
  color: var(--parchment);
  border: 1.5px solid rgba(240,230,208,0.45);
}
.btn-ghost:hover { border-color: var(--parchment); }

.scroll-cue {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.45;
  animation: nudge 2.5s ease-in-out infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
@keyframes nudge {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(6px); }
}

/* ── TAGLINE STRIPE ──────────────────────────────── */
.tagline-stripe {
  background: var(--parchment2);
  border-top: 3px solid var(--red);
  border-bottom: 3px solid var(--red);
  padding: 1.4rem 1.5rem;
  text-align: center;
}
.tagline-stripe p {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic;
  font-size: clamp(1rem, 2.8vw, 1.5rem);
  color: var(--red);
  letter-spacing: 0.05em;
}
.tagline-stripe p strong { font-style: normal; font-weight: 700; }

/* ── SECTION SHARED ──────────────────────────────── */
.section-inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 5rem 1.5rem;
}
.section-header { margin-bottom: 3rem; }
.section-kicker {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--red);
  display: block;
  margin-bottom: 0.5rem;
}
.section-title {
  font-family: 'Dreamwalker','Oswald', sans-serif;
  font-weight: normal;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--ink);
}
.section-title em { color: var(--red); font-style: normal; }
.section-border { width: 50px; height: 3px; background: var(--orange); margin-top: 1rem; }

/* light & dark section title variants */
.on-timber .section-kicker  { color: var(--orange); }
.on-timber .section-title   { color: var(--parchment); }
.on-timber .section-title em { color: var(--orange); }
.on-timber .section-body-text { color: rgba(240,230,208,0.6); }

/* ── WHAT'S ON — POSTER GRID ─────────────────────── */
.poster-section {
  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,0.55),
      rgba(0,0,0,0)
    ),
    url("../images/timber.jpg") center/cover no-repeat;
}

.poster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
}
.poster-card {
  border: 2px solid var(--brown);
  background: var(--cream);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.poster-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(28,15,8,0.12); }
.poster-card::before,
.poster-card::after {
  content: '';
  position: absolute;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.4;
  z-index: 2;
}
.poster-card::before { top: 8px; left: 8px; }
.poster-card::after  { top: 8px; right: 8px; }

.card-stripe { height: 6px; }
.card-body { padding: 2rem 1.5rem 1.75rem; }
.card-icon { font-size: 2.6rem; line-height: 1; display: block; margin-bottom: 1rem; }
.card-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 0.5rem;
}
.card-desc { font-size: 0.85rem; color: rgba(28,15,8,0.6); line-height: 1.6; }
.card-tag {
  display: inline-block;
  margin-top: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  border: 1px solid currentColor;
  padding: 0.2rem 0.6rem;
  opacity: 0.7;
}
.card-eoi {
  display: inline-block;
  margin-top: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--parchment);
  background: var(--red);
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  transition: background 0.2s;
}
.card-eoi:hover { background: var(--red-deep); }
.poster-card-hero {
  grid-column: span 2;
  display: flex;
  align-items: stretch;
}
.poster-card-hero .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
}
.poster-card-hero .card-title { font-size: 1.7rem; }
.poster-card-hero .card-desc  { font-size: 0.92rem; max-width: 360px; }
.poster-card-hero .card-aside {
  width: 150px;
  background: var(--brown);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  flex-shrink: 0;
}
.poster-card-hero .card-aside .aside-icon { font-size: 3.2rem; }
.poster-card-hero .card-aside .aside-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240,230,208,0.45);
  text-align: center;
}

/* ── FULL-WIDTH COUNTDOWN ────────────────────────── */
.countdown-section {
  background: var(--red);
  padding: 4rem 1.5rem;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.countdown-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.09'/%3E%3C/svg%3E");
  pointer-events: none;
}
.countdown-kicker {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(240,230,208,0.6);
  margin-bottom: 2rem;
  position: relative;
}
.countdown-digits {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.cd-unit { text-align: center; padding: 0 1.5rem; position: relative; }
.cd-unit + .cd-unit::before {
  content: ':';
  position: absolute;
  left: -4px; top: 8px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: rgba(240,230,208,0.25);
}
.cd-num {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(3rem, 10vw, 6rem);
  color: var(--parchment);
  line-height: 1;
  display: block;
}
.cd-lbl {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(240,230,208,0.45);
  display: block;
  margin-top: 0.4rem;
}

/* ── ARTIST / LINEUP ─────────────────────────────── */
/* 
  Layout: 
    Row 1 — confirmed artist (image + info, side by side)
    Row 2 — TBC slots grid + notify me
*/
.music-section {
  position: relative;
  overflow: hidden;
  background: #1a0e06;
}
.music-section .section-inner { position: relative; z-index: 1; }

/* Co-headliner heading + grid */
.headliner-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.headliner-heading::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(245,127,39,0.25);
}
.headliner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3.5rem;
}

/* Confirmed artist block — stacked, landscape image on top */
.confirmed-artist {
  display: flex;
  flex-direction: column;
  background: rgba(240,230,208,0.05);
  border: 1px solid rgba(196,154,60,0.2);
  border-radius: 3px;
  overflow: hidden;
}
.confirmed-artist-img {
  position: relative;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, rgba(52,31,21,0.9) 0%, rgba(15,7,2,0.95) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.confirmed-artist-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Placeholder until real photo supplied */
.confirmed-artist-img .img-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  opacity: 0.35;
}
.confirmed-artist-img .img-placeholder span:first-child { font-size: 5rem; }
.confirmed-artist-img .img-placeholder span:last-child {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--parchment);
}
.confirmed-artist-img .confirmed-flag {
  position: absolute;
  top: 1rem; left: 0;
  background: var(--red);
  color: var(--parchment);
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem 0.35rem 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.confirmed-flag-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--orange);
  animation: pulse 1.5s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }

.confirmed-artist-info { padding: 1.75rem; }
.artist-genre-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.genre-chip {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  border: 1px solid rgba(245,127,39,0.35);
  border-radius: 2px;
  padding: 0.25rem 0.65rem;
}
.artist-name {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  text-transform: uppercase;
  color: var(--parchment);
  line-height: 1.05;
  margin-bottom: 0.3rem;
}
.artist-role {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic;
  font-size: 0.92rem;
  color: rgba(240,230,208,0.45);
  margin-bottom: 1.25rem;
}
.artist-bio {
  font-size: 0.88rem;
  color: rgba(240,230,208,0.6);
  line-height: 1.7;
  max-width: 380px;
}

/* TBC slots */
.tbc-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(240,230,208,0.35);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.tbc-heading::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(240,230,208,0.1);
}

.tbc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.tbc-card {
  border: 1px dashed rgba(196,154,60,0.25);
  border-radius: 3px;
  padding: 2rem 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  background: rgba(20,10,4,0.4);
}
.tbc-icon { font-size: 2.5rem; opacity: 0.25; }
.tbc-label {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  color: rgba(240,230,208,0.3);
  letter-spacing: 0.08em;
}
.tbc-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  border: 1px dashed rgba(143,30,28,0.5);
  padding: 0.2rem 0.7rem;
  opacity: 0.8;
}

/* Supporting acts with photos */
.support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
.support-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.support-photo {
  position: relative;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, rgba(52,31,21,0.9) 0%, rgba(15,7,2,0.95) 100%);
  border: 1px solid rgba(196,154,60,0.25);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.support-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.35;
  text-align: center;
}
.support-placeholder span:first-child { font-size: 2.75rem; }
.support-placeholder span:last-child {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--parchment);
}
.support-name {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--parchment);
  text-align: center;
}

/* Centred chips for supporting acts */
.support-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
}

/* Spotify link (headliners + supporting acts) */
.spotify-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1DB954;
  transition: color 0.2s, opacity 0.2s;
}
.spotify-link:hover { opacity: 0.75; }
.spotify-mark {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1DB954;
  color: var(--ink);
  font-size: 0.7rem;
  line-height: 16px;
  text-align: center;
  flex-shrink: 0;
}
/* In supporting cards the link sits centred */
.support-card .spotify-link { justify-content: center; }
/* In headliner cards, give it a little breathing room above */
.confirmed-artist-info .spotify-link { margin-top: 1rem; }

.notify-strip {
  background: rgba(143,30,28,0.2);
  border: 1px solid rgba(143,30,28,0.35);
  border-radius: 3px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.notify-strip p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.95rem;
  color: rgba(240,230,208,0.55);
}
.notify-strip p strong { color: var(--parchment); }
.btn-notify {
  background: var(--orange);
  color: var(--ink);
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.85rem 1.75rem;
  display: inline-block;
  white-space: nowrap;
  transition: background 0.2s;
  flex-shrink: 0;
}
.btn-notify:hover { background: #e06e1a; }



/* ── FOOD SECTION ────────────────────────────────── */
.food-section {
  position: relative;
  overflow: hidden;
  background: #3B342C;
}
.food-section .section-inner { position: relative; z-index: 1; }

.smoke-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 3rem 0;
}
.smoke-card {
  background: rgba(240,230,208,0.06);
  border: 1px solid rgba(240,230,208,0.1);
  padding: 2.25rem 1.75rem;
  position: relative;
  overflow: hidden;
  transition: background 0.2s;
}
.smoke-card:hover { background: rgba(240,230,208,0.1); }
.smoke-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: var(--orange);
}
.smoke-icon { font-size: 2.5rem; margin-bottom: 1.1rem; display: block; }
.smoke-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
  color: var(--parchment);
  margin-bottom: 0.45rem;
  letter-spacing: 0.04em;
}
.smoke-desc { font-size: 0.9rem; color: rgba(240,230,208,0.45); line-height: 1.6; }
.smoke-tba {
  margin-top: 1rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  opacity: 0.65;
}
.eoi-strip {
  border: 1px dashed rgba(240,230,208,0.15);
  padding: 2rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.eoi-strip h3 { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 1.1rem; text-transform: uppercase; color: var(--parchment); margin-bottom: 0.3rem; }
.eoi-strip p { font-size: 0.9rem; color: rgba(240,230,208,0.4); }
.btn-red {
  background: var(--red);
  color: var(--parchment);
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.9rem 2rem;
  display: inline-block;
  transition: background 0.2s;
  flex-shrink: 0;
  white-space: nowrap;
}
.btn-red:hover { background: var(--red-deep); }

/* ── TICKETS ─────────────────────────────────────── */
.tickets-section { background: var(--parchment2); }

/* Not-yet-open notice banner */
.tickets-notice {
  background: rgba(143,30,28,0.1);
  border: 1.5px solid rgba(143,30,28,0.3);
  border-radius: 3px;
  padding: 1.25rem 1.75rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 3rem;
  max-width: 680px;
}
.tickets-notice-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 0.1rem; }
.tickets-notice p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.95rem;
  color: var(--red);
  line-height: 1.55;
}
.tickets-notice p strong { font-weight: 700; }

/* What's included — single shared list */
.tickets-included {
  background: var(--cream);
  border: 2px solid var(--brown);
  border-radius: 3px;
  padding: 2rem 2.5rem;
  margin-bottom: 3rem;
  max-width: 680px;
}
.tickets-included h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(28,15,8,0.8);
  margin-bottom: 1rem;
}
.tickets-included ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem 2rem;
}
.tickets-included ul li {
  font-size: 1rem;
  color: rgba(28,15,8,0.7);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tickets-included ul li::before { content: '✓'; color: var(--orange); font-weight: 700; flex-shrink: 0; }

/* Ticket tier row */
.ticket-tiers {
  display: flex;
  flex-direction: column;
  gap: 1px;
  border: 2px solid var(--brown);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.tier-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  background: var(--cream);
  padding: 1.5rem 2rem;
  gap: 2rem;
  border-top: 1px solid rgba(52,31,21,0.1);
  position: relative;
}
.tier-row:first-child { border-top: none; }

/* Locked-out (not yet open) state */
.tier-row.tier-locked {
  background: rgba(240,230,208,0.4);
}
.tier-row.tier-locked .tier-price,
.tier-row.tier-locked .tier-name { opacity: 0.45; }

/* Highlight the early bird */
.tier-row.tier-highlight {
  background: rgba(245,127,39,0.07);
  border-left: 4px solid var(--orange);
}

.tier-left { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }

.tier-name {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--ink);
  min-width: 160px;
}

.tier-opens {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(28,15,8,0.4);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.tier-opens-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(28,15,8,0.2);
  flex-shrink: 0;
}
.tier-opens-dot.dot-soon { background: var(--orange); box-shadow: 0 0 6px rgba(245,127,39,0.5); }
.tier-opens-dot.dot-live { background: #22a05a; box-shadow: 0 0 6px rgba(34,160,90,0.5); }

.tier-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  border: 1px solid rgba(143,30,28,0.35);
  padding: 0.2rem 0.6rem;
  border-radius: 2px;
  white-space: nowrap;
}
.tier-tag.tag-orange { color: var(--orange); border-color: rgba(245,127,39,0.4); }

.tier-right {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-shrink: 0;
}

.tier-price {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: var(--red);
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}
.tier-price sub {
  font-size: 0.85rem;
  font-weight: 400;
  color: rgba(28,15,8,0.35);
  vertical-align: middle;
}

.tier-cta {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  white-space: nowrap;
  display: inline-block;
  transition: background 0.2s, opacity 0.2s;
  border-radius: 2px;
}
.tier-cta-active {
  background: var(--orange);
  color: var(--ink);
}
.tier-cta-active:hover { background: #e06e1a; }
.tier-cta-inactive {
  background: rgba(52,31,21,0.12);
  color: rgba(28,15,8,0.35);
  cursor: default;
  pointer-events: none;
}

.free-banner {
  background: var(--brown);
  color: var(--parchment);
  padding: 1.1rem 2rem;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.07em;
  border-radius: 3px;
}
.free-banner strong { color: var(--orange); font-weight: 700; }

/* ── FACEBOOK EVENT ──────────────────────────────── */
.fb-section {
  background: var(--brown);
}
.fb-section .section-inner {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.fb-card {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 860px;
  margin: 0 auto;
  background: rgba(240,230,208,0.05);
  border: 1px solid rgba(196,154,60,0.2);
  border-radius: 4px;
  padding: 2.25rem 2.5rem;
}
.fb-icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #1877F2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(24,119,242,0.4);
}
.fb-body { flex: 1; }
.fb-kicker {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--orange);
  display: block;
  margin-bottom: 0.4rem;
}
h2.fb-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  text-transform: uppercase;
  color: var(--parchment);
  line-height: 1;
  margin-bottom: 0.85rem;
}
.fb-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(240,230,208,0.7);
  margin-bottom: 1.5rem;
  max-width: 560px;
}
.fb-text strong { color: var(--parchment); font-weight: 700; }
.btn-fb {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #1877F2;
  color: #fff !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.85rem 1.75rem;
  border-radius: 3px;
  transition: background 0.2s;
}
.btn-fb:hover { background: #0d63d4; }

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 820px) {
 .fb-card { flex-direction: column; text-align: center; gap: 1.5rem; padding: 2rem 1.75rem; }
  .fb-text { margin-left: auto; margin-right: auto; }   
}


</style>

/* ── FAQ ACCORDION ───────────────────────────────── */
.faq-section {
  position: relative;
  overflow: hidden;
  background: var(--parchment);
}
.faq-section .section-inner { position: relative; z-index: 1; }

.faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 2px solid rgba(52,31,21,0.15);
}
.faq-item:first-of-type { border-top: 2px solid rgba(52,31,21,0.15); }

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1.4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  cursor: pointer;
  text-align: left;
  color: var(--ink);
  transition: color 0.2s;
}
.faq-question:hover { color: var(--red); }
.faq-question.open { color: var(--red); }

.faq-q-text {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.faq-icon {
  width: 28px;
  height: 28px;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  transition: transform 0.3s, background 0.2s;
  color: var(--red);
}
.faq-question.open .faq-icon {
  transform: rotate(45deg);
  background: var(--red);
  color: var(--parchment);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s ease;
}
.faq-answer.open {
  grid-template-rows: 1fr;
}
.faq-answer-inner {
  overflow: hidden;
}
.faq-answer-inner p {
  font-size: 1rem;
  color: rgba(28,15,8,0.65);
  line-height: 1.75;
  padding-bottom: 1.5rem;
  max-width: 640px;
}

/* ── LOOP SECTION ────────────────────────────────── */
/* ── GALLERY ─────────────────────────────────────── */
.gallery-section {
  position: relative;
  overflow: hidden;
  background: #1a0e06;
}
.gallery-section .section-inner { position: relative; z-index: 1; }

.gallery-intro {
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: rgba(240,230,208,0.5);
  margin-bottom: 1.75rem;
}

/* Compact thumbnail strip */
.gallery-strip {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery-thumb {
  position: relative;
  width: 130px;
  height: 130px;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid rgba(196,154,60,0.25);
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  background: linear-gradient(135deg, rgba(52,31,21,0.9) 0%, rgba(15,7,2,0.95) 100%);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.gallery-thumb:hover,
.gallery-thumb:focus-visible {
  transform: translateY(-3px);
  border-color: var(--orange);
  outline: none;
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
}
.gallery-placeholder span { font-size: 2rem; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(10, 5, 2, 0.92);
  backdrop-filter: blur(4px);
  padding: 2rem;
}
.lightbox.open { display: flex; }
.lightbox-figure {
  max-width: min(90vw, 1000px);
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.lightbox-img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border: 1px solid rgba(196,154,60,0.3);
  border-radius: 3px;
  box-shadow: 0 12px 48px rgba(0,0,0,0.6);
}
.lightbox-caption {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  color: rgba(240,230,208,0.65);
  text-align: center;
}
.lightbox-close,
.lightbox-nav {
  position: absolute;
  background: rgba(20,10,4,0.6);
  border: 1px solid rgba(196,154,60,0.3);
  color: var(--parchment);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}
.lightbox-close:hover,
.lightbox-nav:hover { background: var(--red); border-color: var(--red); }
.lightbox-close {
  top: 1.5rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
}
.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
}
.lightbox-prev { left: 1.5rem; }
.lightbox-next { right: 1.5rem; }

.loop-section {
  background: var(--ink);
  color: var(--parchment);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.loop-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(to right, var(--red), var(--orange), var(--red));
}
.loop-section .section-title { color: var(--parchment); }
.loop-section .section-title em { color: var(--orange); }
.loop-section .section-kicker { color: var(--orange); }
.loop-section .section-inner { max-width: 600px; }
.loop-body { font-size: 0.9rem; color: rgba(240,230,208,0.5); margin-bottom: 2rem; line-height: 1.7; }
.email-row {
  display: flex;
  border: 1px solid rgba(240,230,208,0.15);
  overflow: hidden;
  max-width: 440px;
  margin: 0 auto 2rem;
}
.email-row input {
  flex: 1;
  background: rgba(255,255,255,0.04);
  border: none;
  padding: 1rem 1.25rem;
  color: var(--parchment);
  font-family: 'Barlow', sans-serif;
  font-size: 0.88rem;
  outline: none;
}
.email-row input::placeholder { color: rgba(240,230,208,0.25); }
.email-row button {
  background: var(--red);
  border: none;
  padding: 1rem 1.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--parchment);
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.email-row button:hover { background: var(--red-deep); }
.socials { display: flex; justify-content: center; gap: 1rem; }
.social-a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240,230,208,0.4);
  text-decoration: none;
  border: 1px solid rgba(240,230,208,0.12);
  padding: 0.5rem 1rem;
  transition: all 0.2s;
}
.social-a:hover { color: var(--parchment); border-color: rgba(240,230,208,0.3); }

/* ── FOOTER ──────────────────────────────────────── */
footer {
  background: #100804;
  border-top: 1px solid rgba(240,230,208,0.06);
  padding: 2.5rem 1.5rem;
}
.footer-inner {
  max-width: 1060px;
  margin: 0 auto;
	text-align: center;
}
.footer-copy { font-size: 1rem; text-transform: uppercase; color: rgba(240,230,208,0.7); text-align: center; }
.footer-copy p { margin-bottom: 1.5rem; }
.footer-copy a { color: inherit; text-decoration: none; }
.footer-copy img { vertical-align: middle; max-width: 100%; margin: 20px; }

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 820px) {
  .poster-card-hero { grid-column: span 1; flex-direction: column; }
  .poster-card-hero .card-aside { width: 100%; height: 80px; flex-direction: row; }
  .headliner-grid { grid-template-columns: 1fr; }
  .support-grid { grid-template-columns: 1fr 1fr; }
  .confirmed-artist-info { padding: 2rem; }

  .smoke-cards { grid-template-columns: 1fr 1fr; }
  .gallery-thumb { width: 110px; height: 110px; }
  .footer-inner { justify-content: center; text-align: center; }
}
@media (max-width: 540px) {
  .smoke-cards { grid-template-columns: 1fr; }
  .info-cell { padding: 0.85rem 0.5rem; }
  .info-value { font-size: 0.95rem; }
  .info-label { font-size: 0.58rem; letter-spacing: 0.14em; }
  .drop-sticker {
    width: 100px; height: 100px;
    right: 1rem;
    transform: translateY(50%) rotate(-9deg);
  }
  .drop-sticker-top, .drop-sticker-mid { font-size: 0.5rem; letter-spacing: 0.2em; text-indent: 0.2em; }
  .drop-sticker-date { font-size: 1.15rem; }
  @keyframes sticker-pop {
    0%   { opacity: 0; transform: translateY(50%) rotate(-9deg) scale(0.4); }
    100% { opacity: 1; transform: translateY(50%) rotate(-9deg) scale(1); }
  }
  .cta-row { flex-direction: column; align-items: center; }
  .btn { width: 100%; max-width: 300px; text-align: center; }
  .email-row { flex-direction: column; }
  .email-row input, .email-row button { width: 100%; }
  .eoi-strip, .notify-strip { flex-direction: column; text-align: center; }
  .tier-row { grid-template-columns: 1fr; gap: 1rem; }
  .tier-right { justify-content: space-between; }
  .tickets-included ul { grid-template-columns: 1fr; }
  .tbc-grid { grid-template-columns: 1fr 1fr; }
  .gallery-thumb { width: calc(33.333% - 0.6rem); height: auto; aspect-ratio: 1/1; }
  .lightbox-prev { left: 0.5rem; }
  .lightbox-next { right: 0.5rem; }
  .mini-unit { min-width: 46px; padding: 0.4rem 0.6rem; }
  .footer-copy img { margin: 20px 0;}
}
@media (prefers-reduced-motion: reduce) {
  .stampede-inner, .confirmed-flag-dot, .scroll-cue { animation: none; }
  .drop-sticker { animation: none; }
  .faq-answer { transition: none; }
}

