:root{
  --red:#b02a30;
  --gold:#fed700;
  --brown:#70352b;
  --steel:#a7a9ac;
  --bg0:#070708;
  --bg1:#0d0e10;
  --ink:#f2f2f2;
  --muted:#c6c7c9;
  --line:rgba(254,215,0,.22);
  --shadow: 0 18px 60px rgba(0,0,0,.55);
  --radius: 16px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  color:var(--ink);
  background: radial-gradient(1200px 600px at 20% 10%, rgba(176,42,48,.22), transparent 55%),
              radial-gradient(900px 550px at 80% 20%, rgba(112,53,43,.22), transparent 60%),
              linear-gradient(180deg, var(--bg0), var(--bg1));
  font-family:Montserrat, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  line-height:1.6;
  overflow-x:hidden;
}

/* subtle grain */
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.12;
  mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}

a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}

.container{width:min(1120px, calc(100% - 40px)); margin:0 auto}

.skip-link{position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden}
.skip-link:focus{left:16px; top:16px; width:auto; height:auto; padding:10px 14px; background:#000; border:1px solid var(--gold); z-index:9999}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(7,7,8,.62);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(254,215,0,.12);
}
.site-header.is-scrolled{background:rgba(7,7,8,.82)}
.header-inner{display:flex; align-items:center; justify-content:space-between; padding:12px 0; gap:14px}

.brand{display:flex; align-items:center; gap:12px}
.brand-logo{height:53px; width:auto; filter: drop-shadow(0 10px 25px rgba(0,0,0,.55))}
.brand-text{font-family:Oswald, sans-serif; letter-spacing:.12em; font-weight:700; font-size:15px}

.site-nav{display:flex; align-items:center; gap:18px}
.nav-link{
  position:relative;
  font-weight:600;
  letter-spacing:.02em;
  color:rgba(242,242,242,.88);
  padding:10px 10px;
  border-radius:12px;
}
.nav-link::after{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  bottom:6px;
  height:2px;
  background: rgba(254,215,0,.95);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .14s ease;
}
.nav-link:hover{color:#fff; background:transparent}
.nav-link:hover::after{transform: scaleX(1)}
.nav-link.is-active{color:#fff; background:transparent}
.nav-link.is-active::after{transform: scaleX(1)}

.nav-cta{border:1px solid rgba(176,42,48,.55); background:rgba(176,42,48,.16)}
.nav-cta:hover{background:rgba(176,42,48,.24)}

.nav-toggle{
  display:none;
  background:transparent;
  border:1px solid rgba(254,215,0,.18);
  border-radius:14px;
  padding:10px 10px;
}
.nav-toggle-bar{display:block; width:20px; height:2px; background:rgba(242,242,242,.9); margin:4px 0}

@media (max-width: 900px){
  .nav-toggle{display:block}
  .site-nav{
    position:absolute;
    right:20px;
    top:64px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    width:min(340px, calc(100% - 40px));
    background:rgba(7,7,8,.92);
    border:1px solid rgba(254,215,0,.16);
    border-radius:18px;
    padding:10px;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open{display:flex}
  .nav-link{padding:12px 12px}

  /* Mobile logo: +15% */
  .brand-logo{height:61px}
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  font-weight:700;
  letter-spacing:.02em;
  border:1px solid transparent;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}
.btn:active{transform: translateY(1px)}
.btn-red{background:linear-gradient(180deg, rgba(176,42,48,1), rgba(128,25,30,1)); border-color:rgba(254,215,0,.18)}
.btn-red:hover{background:linear-gradient(180deg, rgba(195,52,59,1), rgba(136,28,33,1))}
.btn-gold{background:linear-gradient(180deg, rgba(254,215,0,.95), rgba(254,215,0,.72)); color:#000}
.btn-gold:hover{background:linear-gradient(180deg, rgba(254,215,0,1), rgba(254,215,0,.78))}
.btn-ghost{background:rgba(167,169,172,.08); border-color:rgba(167,169,172,.25)}
.btn-ghost:hover{background:rgba(167,169,172,.12)}

/* Typography */
.h-eyebrow{font-family:Oswald, sans-serif; text-transform:uppercase; letter-spacing:.18em; color:rgba(254,215,0,.88); font-weight:600; font-size:12px}
.h1{font-family:Oswald, sans-serif; font-size: clamp(42px, 6vw, 78px); line-height:1.02; letter-spacing:.02em; margin:10px 0 10px}
.h2{font-family:Oswald, sans-serif; font-size: clamp(28px, 3.2vw, 44px); line-height:1.1; letter-spacing:.01em; margin:0 0 10px}
.lead{font-size: clamp(16px, 1.5vw, 20px); color:rgba(242,242,242,.88); max-width:70ch}
.muted{color:var(--muted)}

.divider{
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(254,215,0,.65), transparent);
  margin:26px 0;
}

/* Hero */
.hero{position:relative; min-height: calc(100vh - 68px); display:flex; align-items:stretch; overflow:hidden}
.hero-media{position:absolute; inset:0; z-index:0}
.hero-media video{width:100%; height:100%; object-fit:cover; filter:saturate(1.02) contrast(1.08) brightness(1.06)}
.hero-overlay{
  position:absolute;
  inset:0;
  background: radial-gradient(900px 600px at 20% 15%, rgba(0,0,0,.32), rgba(0,0,0,.68) 70%),
              linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,.70));
}
.hero-content{position:relative; z-index:2; width:100%}
.hero-inner{padding: 120px 0 70px; display:grid; grid-template-columns: 1.35fr .65fr; gap:22px; align-items:end}

.hero-date{font-family:Oswald, sans-serif; letter-spacing:.08em; text-transform:uppercase; font-weight:700; color:rgba(254,215,0,.95); margin:6px 0 6px}

.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(254,215,0,.22);
  background:rgba(7,7,8,.55);
  color:rgba(242,242,242,.9);
  width:fit-content;
}
.hero-badge .dot{width:8px; height:8px; border-radius:999px; background:var(--gold); box-shadow: 0 0 0 5px rgba(254,215,0,.14)}

.hero-cta{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}

.hero-side{
  background:rgba(7,7,8,.55);
  border:1px solid rgba(254,215,0,.18);
  border-radius:var(--radius);
  padding:16px;
  box-shadow: var(--shadow);
}
.hero-side .side-title{font-family:Oswald, sans-serif; letter-spacing:.12em; text-transform:uppercase; font-size:12px; color:rgba(254,215,0,.9)}
.hero-side .side-row{display:flex; justify-content:space-between; gap:14px; padding:10px 0; border-bottom:1px solid rgba(254,215,0,.12)}
.hero-side .side-row:last-child{border-bottom:none}
.hero-side strong{font-family:Oswald, sans-serif; letter-spacing:.04em}

@media (max-width: 900px){
  /* Mobile: stack hero content, then show the video below (no overlay text) */
  .hero{min-height:auto; flex-direction:column}
  .hero-content{order:1}
  .hero-overlay{display:none}
  .hero-media{
    position:relative;
    inset:auto;
    order:2;
    padding:0 20px 28px;
  }
  .hero-media video{
    height:auto;
    width:100%;
    border-radius:18px;
    border:1px solid rgba(254,215,0,.14);
    box-shadow: var(--shadow);
  }

  /* Mobile hero spacing (default) */
  .hero-inner{grid-template-columns:1fr; padding:10px 0 60px}

  /* Mobile: hero-side values should not be bold */
  .hero-side strong{font-weight:400}

  /* Mobile: don't bold <strong> inside muted text */
  .muted strong{font-weight:400}
}

/* Sections */
.section{padding: 70px 0}
.section.alt{background: linear-gradient(180deg, rgba(254,215,0,.05), transparent)}

.card{
  background: rgba(7,7,8,.55);
  border:1px solid rgba(167,169,172,.18);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow);
}
.card.gold-edge{border-color:rgba(254,215,0,.18)}

.grid-2{display:grid; grid-template-columns: 1fr 1fr; gap:18px}
.grid-3{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
@media (max-width: 900px){
  .grid-2{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr}
}

.quote{
  border-left:3px solid rgba(254,215,0,.7);
  padding:10px 12px;
  background: rgba(254,215,0,.06);
  border-radius: 12px;
  color: rgba(242,242,242,.92);
}
.quote .ref{color: rgba(254,215,0,.9); font-weight:700; letter-spacing:.02em}

/* Page header */
.page-hero{padding:54px 0 22px}
.page-hero .h1{font-size: clamp(34px, 4.6vw, 58px)}

/* Tables */
.table{
  width:100%;
  border-collapse: collapse;
  overflow:hidden;
  border-radius: 16px;
  border:1px solid rgba(254,215,0,.14);
  background: rgba(7,7,8,.45);
}
.table th, .table td{padding:12px 12px; text-align:left; border-bottom:1px solid rgba(254,215,0,.10)}
.table th{font-family:Oswald, sans-serif; text-transform:uppercase; letter-spacing:.14em; font-size:12px; color:rgba(254,215,0,.9)}
.table tr:last-child td{border-bottom:none}
.table td.time{white-space:nowrap; color:rgba(167,169,172,.95)}

.pill{
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  margin-left:10px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:none;
  border:1px solid rgba(254,215,0,.18);
  background: rgba(7,7,8,.55);
  color: rgba(242,242,242,.9);
}
.pill-combined{border-color: rgba(254,215,0,.22); color: rgba(254,215,0,.95)}
.pill-separate{border-color: rgba(176,42,48,.35); color: rgba(255,255,255,.92); background: rgba(176,42,48,.14)}

/* Schedule pills layout */
.session-cell{display:flex; align-items:center; justify-content:space-between; gap:12px}
.session-cell > span:first-child{flex:1}
.session-cell .pill{margin-left:0}

@media (max-width: 900px){
  .session-cell{flex-direction:column; align-items:flex-start; justify-content:flex-start; gap:6px}
}

/* Accordion */
.accordion{display:grid; gap:10px}
.acc-item{border:1px solid rgba(254,215,0,.14); border-radius:16px; background: rgba(7,7,8,.55); overflow:hidden}
.acc-btn{
  width:100%;
  text-align:left;
  background:transparent;
  border:0;
  color:var(--ink);
  padding:14px 16px;
  font-family:Oswald, sans-serif;
  letter-spacing:.03em;
  font-size:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  cursor:pointer;
}
.acc-btn .chev{width:12px; height:12px; border-right:2px solid rgba(254,215,0,.85); border-bottom:2px solid rgba(254,215,0,.85); transform: rotate(45deg); transition: transform .14s ease}
.acc-item.is-open .acc-btn .chev{transform: rotate(-135deg)}
.acc-panel{display:none; padding:0 16px 16px; color:rgba(242,242,242,.86)}
.acc-item.is-open .acc-panel{display:block}

/* Gallery */
.gallery-grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:10px;
}
.gallery-item{grid-column: span 4; border-radius:16px; overflow:hidden; border:1px solid rgba(254,215,0,.10); background:rgba(7,7,8,.35)}
.gallery-item img{width:100%; height:240px; object-fit:cover; transition: transform .18s ease}
.gallery-item:hover img{transform: scale(1.03)}
@media (max-width: 900px){
  .gallery-item{grid-column: span 6}
  .gallery-item img{height:210px}
}
@media (max-width: 520px){
  .gallery-item{grid-column: span 12}
  .gallery-item img{height:220px}
}

.lightbox{position:fixed; inset:0; display:none; align-items:center; justify-content:center; background: rgba(0,0,0,.85); z-index:9999; padding:20px}
.lightbox.is-open{display:flex}
.lightbox-inner{max-width: 1100px; width:100%}
.lightbox-img{width:100%; max-height: 80vh; object-fit:contain; border-radius:18px; border:1px solid rgba(254,215,0,.18); box-shadow: var(--shadow)}
.lightbox-close{
  position:absolute;
  top:16px;
  right:16px;
  width:46px;
  height:46px;
  border-radius:16px;
  border:1px solid rgba(254,215,0,.18);
  background: rgba(7,7,8,.65);
  color: #fff;
  font-weight:900;
  cursor:pointer;
}

/* Footer */
.site-footer{border-top:1px solid rgba(254,215,0,.12); background: rgba(7,7,8,.55)}
.footer-grid{display:grid; grid-template-columns: repeat(2, 1fr); gap:20px; padding:44px 0}
.footer-title{font-family:Oswald, sans-serif; letter-spacing:.14em; text-transform:uppercase; color:rgba(254,215,0,.9); font-size:12px; margin-bottom:10px}
.footer-verse{margin-top:12px; padding-top:12px; border-top:1px solid rgba(254,215,0,.12)}
.footer-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:12px}
.footer-bottom{display:flex; justify-content:space-between; gap:14px; padding:14px 0 22px; border-top:1px solid rgba(254,215,0,.10)}
.footer-link{color:rgba(242,242,242,.90)}
.footer-link:hover{text-decoration:underline}
.footer-contact{display:inline-flex; align-items:center; gap:8px}
.footer-contact .icon{display:inline-flex; align-items:center; justify-content:center; color: rgba(254,215,0,.92)}
.footer-contact svg{display:block}

.footer-social{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px}
.social-link{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  border:1px solid rgba(254,215,0,.16);
  background: rgba(7,7,8,.45);
  color: rgba(254,215,0,.92);
  transition: border-color .14s ease, transform .12s ease, background .14s ease;
}
.social-link img{width:18px; height:18px; object-fit:contain; display:block}
.social-link:hover{border-color: rgba(254,215,0,.55); background: rgba(7,7,8,.62)}
.social-link:active{transform: translateY(1px)}

.footer-ticket{margin-top:12px}
.ticket-price{font-family:Oswald, sans-serif; letter-spacing:.06em; font-weight:800; font-size:22px; color:#fff}
.ticket-logos{display:flex; gap:12px; flex-wrap:wrap; align-items:center; margin-top:12px}
.ticket-logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 8px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background: #fff;
}
.ticket-logo img{height:22px; width:auto; display:block}

@media (min-width: 901px){
  .ticket-logos{flex-wrap:nowrap}
}
@media (max-width: 900px){
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}

  /* Keep social logos on one line */
  .footer-social{flex-wrap:nowrap; gap:8px}

  /* Smaller outlet logos on mobile */
  .ticket-logos{gap:10px}
  .ticket-logo{padding:5px 6px}
  .ticket-logo img{height:18px}
}

/* Back to top */
.back-to-top{
  position:fixed;
  right:18px;
  bottom:18px;
  width:46px;
  height:46px;
  border-radius:16px;
  border:1px solid rgba(254,215,0,.22);
  background: rgba(7,7,8,.72);
  color: rgba(242,242,242,.95);
  font-weight:900;
  cursor:pointer;
  box-shadow: var(--shadow);
  opacity:0;
  transform: translateY(10px);
  pointer-events:none;
  transition: opacity .16s ease, transform .16s ease, border-color .16s ease;
  z-index:9998;
}
.back-to-top:hover{border-color: rgba(254,215,0,.55)}
.back-to-top.is-visible{
  opacity:1;
  transform: translateY(0);
  pointer-events:auto;
}
@media (max-width: 520px){
  .back-to-top{right:14px; bottom:14px}
}

/* Video embeds */
.video-grid{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
.video-grid.video-grid-2{grid-template-columns: repeat(2, 1fr)}

/* Mobile: stack 2-up local videos vertically */
@media (max-width: 900px){
  .video-grid.video-grid-2{grid-template-columns:1fr}
}
.video{
  position:relative;
  border:1px solid rgba(254,215,0,.14);
  border-radius: 18px;
  overflow:hidden;
  background: rgba(7,7,8,.55);
  aspect-ratio: 9 / 16;
}
.video iframe{position:absolute; inset:0; width:100%; height:100%; display:block}
.video iframe{z-index:2}
.video iframe{overflow:hidden; scrollbar-width:none}
.video iframe::-webkit-scrollbar{width:0; height:0}

/* TikTok snapshot preview + play overlay */
.video.video-tiktok .video-preview{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:1;
  object-fit:cover;
  display:block;
}
.video.video-tiktok .video-preview.video-preview-fallback{
  background: rgba(7,7,8,.65);
}

.video.video-tiktok .video-play{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  cursor:pointer;
  background:transparent;
  background-color:transparent;
  box-shadow:none;
  appearance:none;
  -webkit-appearance:none;
  -webkit-tap-highlight-color: transparent;
  z-index:3;
}
.video.video-tiktok .video-play::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:0;
  height:0;
  border-left:22px solid rgba(254,215,0,.95);
  border-top:14px solid transparent;
  border-bottom:14px solid transparent;
  transform: translate(-40%, -50%);
  opacity:.92;
  filter: drop-shadow(0 10px 26px rgba(0,0,0,.65));
}
.video.video-tiktok .video-play:hover::before{opacity:1}

/* When loaded, show the iframe and hide the snapshot/button */
.video.video-tiktok.is-loaded .video-play{display:none}
.video.video-tiktok.is-loaded .video-preview{display:none}


/* Local MP4 videos */
.video-local video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  background:#000;
}
@media (max-width: 1100px){
  .video-grid{grid-template-columns: repeat(2, 1fr)}
}
@media (max-width: 720px){
  .video-grid{grid-template-columns:1fr}
}

/* Map embeds */
.map-embed{
  border:1px solid rgba(254,215,0,.14);
  border-radius: 18px;
  overflow:hidden;
  background: rgba(7,7,8,.55);
}
.map-embed iframe{width:100%; height:420px; display:block}
@media (max-width: 900px){
  .map-embed iframe{height:320px}
}
