:root {
  --bg: #14100f;
  --bg-soft: #221918;
  --paper: #ead9c1;
  --paper-dim: #cbb89d;
  --text: #f7efe3;
  --muted: #d6c7b2;
  --line: rgba(255, 245, 230, 0.12);
  --red: #d1281f;
  --red-bright: #ff4d3d;
  --shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Barlow", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(209, 40, 31, 0.18), transparent 24%),
    radial-gradient(circle at bottom right, rgba(255, 77, 61, 0.1), transparent 18%),
    linear-gradient(180deg, #0f0c0c 0%, #1a1313 40%, #100d0d 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 92%);
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px);
  background-size: 18px 18px, 24px 24px, 30px 30px;
}

a {
  color: inherit;
}

.hero,
main,
.footer {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  padding: 24px 0 28px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(22, 17, 17, 0.74);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
  border-radius: 18px;
  background: #060606;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.brand-text {
  display: grid;
  gap: 4px;
}

.brand-text span {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--paper-dim);
}

.brand-text strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
}

.topbar-links {
  display: flex;
  gap: 18px;
}

.topbar-links a {
  text-decoration: none;
  font-weight: 700;
  color: var(--muted);
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  padding: 34px 0 10px;
  align-items: stretch;
}

.hero-copy {
  padding: 34px;
  border-radius: 34px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(29, 21, 21, 0.9), rgba(21, 16, 16, 0.88)),
    linear-gradient(135deg, rgba(209, 40, 31, 0.08), transparent 40%);
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red-bright);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.75rem;
  font-weight: 800;
}

h1,
h2,
h3,
.poster-title,
.day,
.contact-card strong,
.schedule-card strong {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.03em;
}

h1 {
  margin: 0;
  max-width: 8ch;
  font-size: clamp(4.4rem, 12vw, 8rem);
  line-height: 0.9;
}

.hero-script,
.poster-script {
  margin: 0;
  font-family: "Caveat", cursive;
  color: var(--red-bright);
  line-height: 0.95;
}

.hero-script {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  transform: rotate(-4deg);
  transform-origin: left center;
}

.lead {
  max-width: 56ch;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.button-primary {
  background: linear-gradient(135deg, var(--red), var(--red-bright));
  box-shadow: 0 16px 30px rgba(209, 40, 31, 0.28);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.hero-badges {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-badges li {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--paper);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 70% 28%, rgba(255, 77, 61, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(18, 13, 13, 0.96), rgba(31, 21, 21, 0.94));
  box-shadow: var(--shadow);
  padding: 30px;
}

.panel-glow {
  position: absolute;
  inset: auto -80px -80px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 77, 61, 0.35), transparent 70%);
}

.hero-poster {
  position: relative;
  z-index: 1;
  padding: 20px 0 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.poster-title {
  margin: 0;
  font-size: clamp(3rem, 8vw, 5.6rem);
  line-height: 0.88;
}

.poster-title span {
  color: var(--red-bright);
}

.poster-script {
  margin-top: -10px;
  font-size: clamp(4rem, 8vw, 6.8rem);
}

.poster-subtitle {
  margin: 4px 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--paper);
}

.hero-highlights {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.hero-highlights article,
.feature-card,
.schedule-card,
.location-card,
.contact-card,
.info-strip article {
  backdrop-filter: blur(14px);
}

.hero-highlights article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.hero-highlights strong {
  color: var(--red-bright);
  font-size: 1.5rem;
}

.info-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.info-strip article {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}

.info-strip span,
.contact-label,
.location-meta span {
  display: block;
  margin-bottom: 8px;
  color: var(--paper-dim);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 800;
}

.info-strip a {
  text-decoration: none;
  font-size: 1.18rem;
  font-weight: 700;
}

.section {
  padding: 78px 0 0;
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0;
  max-width: 10ch;
  font-size: clamp(2.8rem, 7vw, 4.4rem);
  line-height: 0.92;
}

.schedule-grid,
.feature-grid,
.contact-grid,
.gallery-grid,
.downloads-grid,
.promo-layout {
  display: grid;
  gap: 18px;
}

.schedule-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.schedule-card,
.feature-card,
.location-card,
.contact-card {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.schedule-card {
  padding: 28px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(35, 24, 24, 0.88), rgba(20, 16, 16, 0.92)),
    linear-gradient(135deg, rgba(209, 40, 31, 0.08), transparent 40%);
}

.day {
  margin: 0 0 8px;
  font-size: 2rem;
  color: var(--paper);
}

.schedule-card strong {
  display: block;
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  color: var(--red-bright);
}

.schedule-card span,
.feature-card p,
.location-card p,
.contact-card p {
  color: var(--muted);
  line-height: 1.6;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
}

.gallery-feature,
.gallery-card,
.download-card,
.downloads-note {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.gallery-feature,
.download-card,
.downloads-note {
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(28, 21, 21, 0.92), rgba(18, 14, 14, 0.94)),
    linear-gradient(135deg, rgba(209, 40, 31, 0.12), transparent 40%);
}

.gallery-feature {
  padding: 28px;
}

.gallery-feature h3,
.gallery-card h3,
.download-card h3 {
  margin: 0 0 10px;
  font-size: 2rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.03em;
}

.gallery-feature p,
.download-card p,
.downloads-note p {
  color: var(--muted);
  line-height: 1.6;
}

.gallery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gallery-card {
  padding: 22px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(209, 40, 31, 0.1), transparent 42%);
}

.media-tag,
.download-type {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 77, 61, 0.12);
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.media-placeholder {
  display: grid;
  place-items: center;
  min-height: 210px;
  margin-top: 16px;
  border-radius: 22px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at bottom right, rgba(255, 77, 61, 0.12), transparent 30%);
  text-align: center;
  color: var(--paper-dim);
  padding: 18px;
}

.media-placeholder-large {
  min-height: 360px;
}

.video-embed-shell {
  margin-top: 16px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #050505;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.tiktok-embed-frame {
  display: block;
  width: 100%;
  min-height: 680px;
  border: 0;
  background: #050505;
}

.downloads-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.download-card {
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}

.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  background: linear-gradient(135deg, var(--red), var(--red-bright));
}

.download-button-disabled {
  background: rgba(255, 255, 255, 0.08);
  color: var(--paper-dim);
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.downloads-note {
  margin-top: 18px;
  padding: 18px 22px;
}

.promo-layout {
  grid-template-columns: 1.05fr 0.95fr;
}

.promo-card {
  padding: 26px;
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  background:
    linear-gradient(180deg, rgba(28, 21, 21, 0.92), rgba(18, 14, 14, 0.94)),
    linear-gradient(135deg, rgba(209, 40, 31, 0.12), transparent 40%);
}

.promo-card h3 {
  margin: 0 0 10px;
  font-size: 2rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.03em;
}

.promo-card p {
  color: var(--muted);
  line-height: 1.6;
}

.promo-tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 77, 61, 0.12);
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.promo-flyer-placeholder {
  display: grid;
  place-items: center;
  min-height: 520px;
  margin-top: 18px;
  border-radius: 24px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top right, rgba(52, 83, 216, 0.24), transparent 30%),
    radial-gradient(circle at bottom left, rgba(255, 77, 61, 0.14), transparent 28%);
  color: var(--paper-dim);
  text-align: center;
  padding: 20px;
}

.promo-flyer-image {
  display: block;
  width: 100%;
  margin-top: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

.promo-video-shell {
  margin-top: 18px;
}

.promo-tiktok-frame {
  min-height: 720px;
}

.partner-grid {
  display: grid;
  gap: 18px;
}

.partner-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
  align-items: center;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  background:
    linear-gradient(180deg, rgba(28, 21, 21, 0.92), rgba(18, 14, 14, 0.94)),
    linear-gradient(135deg, rgba(209, 40, 31, 0.12), transparent 40%);
}

.partner-card-placeholder .partner-logo-slot {
  color: var(--paper);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-logo-slot {
  display: grid;
  place-items: center;
  min-height: 180px;
  border-radius: 22px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top right, rgba(255, 77, 61, 0.14), transparent 30%);
  color: var(--paper-dim);
  text-align: center;
  padding: 20px;
}

.partner-logo-image {
  display: block;
  width: min(100%, 240px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.28));
}

.partner-copy h3 {
  margin: 0 0 10px;
  font-size: 2rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.03em;
}

.partner-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.partner-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 77, 61, 0.12);
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-card {
  padding: 26px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(209, 40, 31, 0.12), transparent 40%);
}

.feature-card h3 {
  margin: 0 0 10px;
  font-size: 2rem;
}

.location-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  padding: 32px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(255, 77, 61, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(36, 24, 24, 0.92), rgba(17, 13, 13, 0.94));
}

.location-card h2 {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 4rem);
  line-height: 0.96;
}

.location-meta {
  display: grid;
  gap: 14px;
  align-content: start;
}

.location-meta p {
  margin: 0;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.location-meta strong {
  display: block;
  font-size: 1.1rem;
}

.location-actions {
  margin-top: 24px;
}

.map-card {
  margin-top: 18px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  background: rgba(16, 12, 12, 0.92);
}

.map-frame {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
  filter: grayscale(1) contrast(1.1) brightness(0.9);
}

.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 26px;
  border-radius: 28px;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(27, 20, 20, 0.92), rgba(18, 14, 14, 0.92)),
    linear-gradient(135deg, rgba(209, 40, 31, 0.12), transparent 40%);
}

.contact-value {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1;
  text-wrap: balance;
}

.contact-value-email {
  font-size: clamp(1.55rem, 2.3vw, 2.05rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}

.contact-card-social {
  background:
    linear-gradient(180deg, rgba(31, 21, 21, 0.92), rgba(19, 14, 14, 0.94)),
    linear-gradient(135deg, rgba(255, 77, 61, 0.16), transparent 40%);
}

.contact-card p {
  margin-top: auto;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 40px 0 48px;
  color: var(--paper-dim);
}

.footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero-layout,
  .location-card,
  .feature-grid,
  .gallery-layout,
  .gallery-grid,
  .downloads-grid,
  .promo-layout,
  .partner-card,
  .contact-grid,
  .info-strip,
  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .location-card h2 {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .hero,
  main,
  .footer {
    width: min(100% - 20px, 1240px);
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar-links {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .hero-copy,
  .hero-panel,
  .schedule-card,
  .feature-card,
  .gallery-feature,
  .gallery-card,
  .download-card,
  .promo-card,
  .partner-card,
  .location-card,
  .contact-card {
    padding: 22px;
  }

  .footer {
    flex-direction: column;
  }

  .tiktok-embed-frame {
    min-height: 560px;
  }

  .map-frame {
    min-height: 340px;
  }
}
