:root {
  --bg: #210706;
  --bg-soft: #38100c;
  --panel: rgba(53, 13, 10, 0.82);
  --panel-strong: rgba(83, 20, 13, 0.96);
  --text: #fff5e8;
  --muted: #ffd6b8;
  --line: rgba(255, 210, 175, 0.16);
  --primary: #ff9801;
  --secondary: #ff3620;
  --accent: #ffe08a;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(255, 152, 1, 0.22), transparent 28%),
    radial-gradient(circle at right top, rgba(255, 54, 32, 0.3), transparent 20%),
    linear-gradient(180deg, #5d130d 0%, #2a0908 35%, #180506 100%);
  min-height: 100vh;
}

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

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

.page-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 40px;
}

.hero,
.section,
.footer {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--panel);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero::before,
.section::before,
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 152, 1, 0.1), transparent 28%, rgba(255, 54, 32, 0.12));
  pointer-events: none;
}

.hero {
  padding: 24px;
}

.topbar,
.hero-content,
.section,
.footer {
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-mark {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 0 18px rgba(255, 152, 1, 0.55);
}

.topbar-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 36px;
  align-items: center;
}

.eyebrow,
.section-label,
.ticket-discount,
.sector-badge {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
}

.eyebrow,
.section-label {
  color: var(--accent);
  font-size: 0.78rem;
}

.hero h1,
.section h2,
.footer h2,
.detail-box h3 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.03em;
  margin: 0;
}

.hero h1 {
  font-size: clamp(4rem, 10vw, 7rem);
  line-height: 0.92;
  margin-top: 10px;
}

.hero-dates {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  color: var(--accent);
  margin: 18px 0 14px;
  font-weight: 700;
}

.hero-description,
.showcase-copy p,
.info-panel p,
.detail-box p,
.footer p,
.ticket-card p,
.ticket-card li {
  color: var(--muted);
  line-height: 1.7;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.hero-stats article,
.info-panel,
.ticket-card,
.detail-box,
.map-frame {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
}

.hero-stats article {
  padding: 16px 18px;
}

.hero-stats span {
  display: block;
  color: var(--accent);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
}

.hero-stats strong {
  font-size: 1rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #2b0a08;
  background: linear-gradient(135deg, var(--primary), #ffba40);
  box-shadow: 0 14px 28px rgba(255, 152, 1, 0.22);
}

.button-secondary {
  border: 1px solid rgba(255, 214, 184, 0.22);
  background: rgba(255, 255, 255, 0.05);
}

.hero-media {
  position: relative;
  padding: 30px 12px 18px 28px;
}

.poster-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 214, 184, 0.2);
  background: linear-gradient(180deg, rgba(255, 152, 1, 0.18), rgba(255, 54, 32, 0.14));
  transform: rotate(3deg);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

.poster-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.event-chip {
  position: absolute;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  backdrop-filter: blur(16px);
}

.chip-location {
  top: 8px;
  left: 0;
  background: rgba(255, 54, 32, 0.88);
}

.chip-highlight {
  right: -4px;
  bottom: 0;
  max-width: 280px;
  background: rgba(255, 152, 1, 0.9);
  color: #310b05;
}

.section,
.footer {
  margin-top: 24px;
  padding: 28px;
}

.intro-grid,
.details-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-panel,
.detail-box {
  padding: 24px;
}

.info-panel h2,
.section h2,
.footer h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  margin-top: 8px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.section-heading h2 {
  max-width: 640px;
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: 24px;
  align-items: center;
}

.showcase-grid-simple {
  grid-template-columns: 1fr;
}

.feature-list,
.ticket-list {
  margin: 20px 0 0;
  padding-left: 18px;
  color: var(--text);
}

.feature-list li,
.ticket-list li {
  margin-bottom: 10px;
}

.showcase-image {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.showcase-image img,
.map-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tickets-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ticket-card {
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(91, 22, 14, 0.95), rgba(68, 16, 11, 0.98)),
    rgba(255, 255, 255, 0.03);
}

.ticket-discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5a180d;
  background: linear-gradient(135deg, #ffd474, var(--primary));
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.74rem;
  white-space: nowrap;
}

.detail-box h3 {
  font-size: 2rem;
  margin-top: 16px;
}

.highlight-ticket {
  background:
    linear-gradient(180deg, rgba(255, 152, 1, 0.16), rgba(255, 54, 32, 0.14)),
    rgba(255, 255, 255, 0.04);
}

.ticket-type {
  margin: 0;
  font-weight: 600;
}

.ticket-old-price {
  margin: 0 0 14px;
  text-decoration: line-through;
  opacity: 0.7;
}

.ticket-price {
  margin: 0;
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--text);
}

.ticket-summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.ticket-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.ticket-toggle strong {
  display: block;
  font-size: 1.95rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.03em;
}

.ticket-toggle small {
  display: block;
  margin-top: 6px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
}

.ticket-arrow {
  width: 14px;
  height: 14px;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(225deg);
  transition: transform 180ms ease;
  flex: 0 0 auto;
  margin-right: 8px;
}

.ticket-card.is-open .ticket-arrow {
  transform: rotate(45deg);
}

.ticket-details {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease, margin-top 220ms ease;
  margin-top: 0;
}

.ticket-card.is-open .ticket-details {
  grid-template-rows: 1fr;
  margin-top: 18px;
}

.ticket-details > * {
  overflow: hidden;
}

.ticket-details-inner {
  min-height: 0;
}

.ticket-copy {
  padding-top: 6px;
}

.ticket-price-compact {
  font-size: 1.45rem;
  line-height: 1.15;
}

.ticket-button {
  width: 100%;
  margin-top: 18px;
  min-height: 56px;
}

.details-layout {
  margin-top: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.map-frame {
  padding: 14px;
  min-height: 480px;
}

.map-frame img {
  border-radius: 22px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

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

@media (max-width: 1024px) {
  .hero-content,
  .showcase-grid,
  .tickets-grid,
  .details-layout,
  .intro-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .footer {
    display: grid;
  }

  .hero-media {
    padding: 12px 0 0;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 20px, 1200px);
    padding-top: 10px;
  }

  .hero,
  .section,
  .footer {
    padding: 20px;
    border-radius: 24px;
  }

  .topbar {
    margin-bottom: 24px;
  }

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

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 3.7rem;
  }

  .poster-card {
    transform: none;
  }

  .event-chip {
    position: static;
    display: inline-flex;
    margin-top: 14px;
  }

  .tickets-grid,
  .details-layout,
  .intro-grid {
    gap: 14px;
  }

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

  .map-frame {
    min-height: auto;
  }
}
