:root {
  --black: #050505;
  --black-2: #0d0d0d;
  --ink: #f7f3ec;
  --muted: #c9c1b7;
  --muted-2: #7d756d;
  --orange: #ff4b12;
  --orange-2: #ff6a00;
  --green: #5cff38;
  --steel: #dadada;
  --line: rgba(247, 243, 236, 0.18);
  --dark-line: rgba(5, 5, 5, 0.2);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::selection {
  background: var(--orange);
  color: #fff;
}

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

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 6px;
  background: var(--orange);
  color: #fff;
  padding: 10px 14px;
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 5vw;
  background: rgba(5, 5, 5, 0.62);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(5, 5, 5, 0.94);
  border-color: var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 166px;
}

.brand img {
  width: 100%;
  height: auto;
}

nav {
  display: flex;
  gap: 24px;
  color: rgba(247, 243, 236, 0.82);
  font-size: 0.95rem;
  font-weight: 850;
}

nav a:hover,
.footer a:hover {
  color: var(--orange);
}

.header-cta,
.sticky-buy a,
.deal-banner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  padding: 0 18px;
  font-weight: 950;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  min-height: 88svh;
  padding: 118px 5vw 70px;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-bg {
  background-image: url("assets/hero-banner.png");
  background-position: center;
  background-size: cover;
  filter: contrast(1.08) saturate(1.06);
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.65) 42%, rgba(5, 5, 5, 0.16)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.04) 52%, rgba(5, 5, 5, 0.72));
}

.hero-content {
  align-self: end;
  width: min(820px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-weight: 950;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
dd,
dt {
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
.price,
.ticket-label,
.signal-strip,
.deal-banner strong {
  font-family: Impact, "Arial Black", Haettenschweiler, sans-serif;
  letter-spacing: 0;
}

h1 {
  margin: 0;
  font-size: clamp(4.1rem, 11vw, 10.5rem);
  line-height: 0.82;
  text-transform: uppercase;
}

.hero-subtitle {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(247, 243, 236, 0.88);
  font-size: 1.28rem;
  line-height: 1.55;
}

.hero-actions,
.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0 22px;
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.header-cta:hover,
.sticky-buy a:hover,
.deal-banner a:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--orange);
  color: #fff;
}

.button-ghost {
  border-color: rgba(247, 243, 236, 0.34);
  background: rgba(247, 243, 236, 0.08);
  color: var(--ink);
}

.button-dark {
  background: var(--black);
  color: var(--ink);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin: 38px 0 0;
}

.hero-facts div {
  border-top: 2px solid var(--orange);
  padding-top: 12px;
}

.hero-facts dt,
.venue-facts dt {
  font-weight: 950;
  text-transform: uppercase;
}

.hero-facts dd,
.venue-facts dd {
  margin: 4px 0 0;
  color: var(--muted);
}

.signal-strip {
  display: flex;
  gap: 28px;
  overflow: hidden;
  background: var(--orange);
  color: #fff;
  padding: 13px 5vw;
  font-size: 1.1rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.section,
.tickets {
  padding: 92px 5vw;
}

.section-copy {
  max-width: 760px;
}

.section-copy.centered {
  margin: 0 auto 38px;
  text-align: center;
}

.section-copy h2,
.conversion-band h2 {
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.section-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.sales-section,
.lineup-section,
.map-section,
.venue-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
}

.sales-section {
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 75, 18, 0.16), transparent 28%),
    var(--black);
}

.campaign-art,
.lineup-poster,
.map-art,
.venue-art {
  margin: 0;
}

.campaign-art img,
.lineup-poster img,
.map-art img,
.venue-art img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.countdown-panel {
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(247, 243, 236, 0.06);
}

.countdown-panel > strong {
  display: block;
  margin-bottom: 12px;
  color: var(--green);
  text-transform: uppercase;
}

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

.countdown span {
  display: grid;
  gap: 2px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px;
  color: var(--muted);
  font-weight: 800;
}

.countdown b {
  color: var(--ink);
  font-size: 2rem;
}

.tickets {
  background: #f1eadf;
  color: var(--black);
}

.deal-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0 auto 20px;
  max-width: 1180px;
  border-radius: 8px;
  background: var(--black);
  color: var(--ink);
  padding: 22px;
}

.deal-banner span {
  display: block;
  color: var(--orange);
  font-weight: 950;
  text-transform: uppercase;
}

.deal-banner strong {
  display: block;
  margin-top: 5px;
  font-size: 2.1rem;
  line-height: 1;
  text-transform: uppercase;
}

.deal-banner p {
  margin: 8px 0 0;
  color: var(--muted);
}

.ticket-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.ticket-card {
  display: flex;
  flex-direction: column;
  min-height: 440px;
  border: 1px solid var(--dark-line);
  border-radius: 8px;
  background: #fffaf2;
  padding: 24px;
  box-shadow: 0 18px 50px rgba(5, 5, 5, 0.1);
}

.featured-ticket {
  background: var(--black);
  color: var(--ink);
}

.ticket-label {
  width: max-content;
  max-width: 100%;
  border-radius: 6px;
  background: var(--orange);
  color: #fff;
  padding: 7px 10px;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.featured-ticket .ticket-label {
  background: var(--green);
  color: var(--black);
}

.ticket-card h3 {
  margin: 28px 0 0;
  font-size: 2.45rem;
  line-height: 0.9;
  text-transform: uppercase;
}

.price {
  margin: 16px 0 0;
  color: var(--orange);
  font-size: 4rem;
  line-height: 0.9;
}

.ticket-card ul {
  display: grid;
  gap: 0;
  margin: 28px 0 26px;
  padding: 0;
  list-style: none;
}

.ticket-card li {
  border-top: 1px solid var(--dark-line);
  padding: 12px 0;
}

.featured-ticket li {
  border-color: var(--line);
}

.ticket-card .button {
  margin-top: auto;
  width: 100%;
}

.lineup-section {
  background:
    linear-gradient(180deg, #070707, #111 52%, #070707),
    var(--black);
}

.lineup-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: 18px;
}

.artist-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.artist-gallery article {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--black-2);
}

.artist-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
}

.artist-gallery article::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(5, 5, 5, 0.9), transparent 58%);
}

.artist-gallery div {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
}

.artist-gallery span {
  color: var(--orange);
  font-weight: 950;
  text-transform: uppercase;
}

.artist-gallery h3 {
  margin: 6px 0 0;
  font-size: 2.1rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.map-section {
  background: #101010;
}

.map-actions .button {
  min-width: 190px;
}

.conversion-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 28px;
  align-items: center;
  padding: 34px 5vw;
  background: var(--orange);
  color: #fff;
}

.conversion-band .eyebrow {
  color: var(--black);
}

.conversion-band h2 {
  font-size: clamp(2.1rem, 4vw, 4.25rem);
  line-height: 0.92;
}

.conversion-list {
  display: grid;
  gap: 8px;
  font-weight: 950;
  text-transform: uppercase;
}

.venue-section {
  background: var(--black);
}

.venue-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.venue-facts div {
  border-top: 2px solid var(--orange);
  padding-top: 12px;
}

.faq {
  background: #f1eadf;
  color: var(--black);
}

.faq .eyebrow,
.tickets .eyebrow {
  color: #a82400;
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 920px;
  margin: 0 auto;
}

details {
  border: 1px solid var(--dark-line);
  border-radius: 8px;
  background: #fffaf2;
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 950;
  text-transform: uppercase;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: rgba(5, 5, 5, 0.72);
  line-height: 1.6;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 5vw 104px;
  background: var(--black);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer img {
  width: 130px;
}

.footer a {
  font-weight: 900;
}

.sticky-buy {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(520px, calc(100% - 28px));
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.92);
  box-shadow: var(--shadow);
  padding: 10px;
  transform: translateX(-50%);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(16px);
}

.sticky-buy.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 16px);
}

.sticky-buy span {
  flex: 1;
  padding-left: 10px;
  color: var(--muted);
  font-weight: 950;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  nav {
    display: none;
  }

  .sales-section,
  .lineup-section,
  .map-section,
  .venue-section,
  .conversion-band,
  .lineup-layout {
    grid-template-columns: 1fr;
  }

  .conversion-band {
    align-items: start;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand {
    width: 104px;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: 86svh;
    padding: 92px 16px 46px;
  }

  .hero-bg {
    background-image: url("assets/lineup-feed.png");
    background-position: center top;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.2) 45%, rgba(5, 5, 5, 0.72)),
      linear-gradient(90deg, rgba(5, 5, 5, 0.86), rgba(5, 5, 5, 0.42));
  }

  h1 {
    font-size: clamp(3.8rem, 20vw, 5rem);
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-actions,
  .map-actions,
  .deal-banner,
  .footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .deal-banner a,
  .map-actions .button {
    width: 100%;
  }

  .hero-facts,
  .ticket-grid,
  .artist-gallery,
  .venue-facts {
    grid-template-columns: 1fr;
  }

  .signal-strip {
    gap: 18px;
    overflow-x: auto;
    padding: 11px 16px;
    font-size: 0.98rem;
  }

  .section,
  .tickets {
    padding: 70px 16px;
  }

  .section-copy.centered {
    text-align: left;
  }

  .section-copy h2,
  .section-copy h2 {
    font-size: clamp(2.45rem, 13vw, 3.8rem);
  }

  .conversion-band h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
    line-height: 0.96;
  }

  .deal-banner strong {
    font-size: 1.8rem;
  }

  .ticket-card {
    min-height: 0;
  }

  .artist-gallery article {
    min-height: 420px;
  }

  .conversion-band {
    padding: 42px 16px;
  }

  .sticky-buy {
    bottom: 12px;
  }

  .sticky-buy span {
    font-size: 0.8rem;
  }
}

@media (max-width: 420px) {
  .countdown b {
    font-size: 1.45rem;
  }

  .price {
    font-size: 3.2rem;
  }

  .sticky-buy a {
    min-height: 40px;
    padding: 0 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
