/* Card Crazy · dark, collector-focused theme */
:root {
  --bg: #0a0f1f;
  --surface: #121a33;
  --surface-2: #1a2447;
  --text: #eef2ff;
  --muted: #a3aed3;
  --line: rgba(255, 255, 255, .10);
  --accent: #ffd23f;
  --accent-ink: #0a0f1f;
  --blue: #5b86ff;
  --header-bg: rgba(10, 15, 31, .92);
  --shadow: 0 10px 30px rgba(0, 0, 0, .35);
  --glow: radial-gradient(1200px 500px at 80% 0%, rgba(91, 134, 255, .28), transparent 60%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
main p a, main li a, main td a {
  color: var(--accent);
  font-weight: 700;
  text-underline-offset: 3px;
}
.wrap { width: min(1240px, 100% - 32px); margin-inline: auto; }

h1, h2, h3 {
  margin: 0 0 .4em;
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.01em;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); text-transform: uppercase; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); text-transform: uppercase; }
h3 { font-size: 1.15rem; }
.eyebrow {
  margin: 0 0 10px;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue);
}
.muted { color: var(--muted); }
.accent { color: var(--accent); }
.nw { white-space: nowrap; }
.tba {
  display: inline-block;
  padding: 2px 8px;
  border: 1px dashed currentColor;
  border-radius: 6px;
  font-size: .75rem;
  font-weight: 800;
  color: var(--muted);
}

/* Preview tag: comes off when the site goes public */
.preview-tag {
  position: fixed;
  left: 12px;
  bottom: 12px;
  z-index: 50;
  padding: 6px 12px;
  border-radius: 10px;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: var(--shadow);
}

/* Header: dates + ticket button always in view */
header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--header-bg);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.head {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 0;
}
.logo {
  font-family: "Luckiest Guy", cursive;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.logo .c1 { color: var(--blue); }
.logo .c2 { color: var(--accent); }
.head nav { display: flex; gap: 4px; }
.head nav a {
  padding: 6px 10px;
  border-radius: 8px;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.head nav a:hover,
.head nav a.active { color: var(--text); background: var(--surface); }
.head .when {
  margin-left: auto;
  font-family: "Archivo", sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--accent);
}
.head .when span { color: var(--text); }

/* Buttons */
.btns { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  display: inline-block;
  padding: 12px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .1s, filter .1s;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.05); }
.btn.primary { background: var(--accent); color: var(--accent-ink); }
.btn.secondary { background: transparent; color: var(--text); border-color: var(--line); }
.btn.sm { padding: 8px 14px; font-size: .9rem; }
.btn[aria-disabled="true"] { opacity: .55; pointer-events: none; }

section { padding: 64px 0; }
section.flush { padding-top: 0; }
.section-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 24px;
}
.section-head h2,
.section-head p { margin: 0; }

/* Home hero: giant date + the whole flyer on one screen */
.hero { padding: 28px 0 44px; background: var(--glow), var(--bg); }
.hero-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "intro flyer" "extra flyer";
  gap: 22px 56px;
  align-items: center;
}
.hero-top .intro { grid-area: intro; align-self: end; container-type: inline-size; }
.hero-top .extra { grid-area: extra; align-self: start; }
.hero-top .flyer {
  grid-area: flyer;
  align-self: start;
  height: clamp(320px, min(100vh - 130px, 42vw), 540px);
  width: auto;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.kind {
  margin: 0 0 14px;
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.2rem, 6.5cqi, 2.1rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}
.kind .hl { color: var(--blue); }
.date2 { margin: 0; text-transform: none; }
.date2 .days {
  display: block;
  font-size: clamp(3.5rem, 23cqi, 9.5rem);
  line-height: .85;
  letter-spacing: -.03em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--accent);
}
.date2 .where {
  display: block;
  margin-top: 18px;
  padding-left: 16px;
  border-left: 4px solid var(--accent);
}
.date2 .where b {
  display: block;
  font-size: clamp(1.2rem, 5cqi, 1.9rem);
  line-height: 1.1;
  text-transform: uppercase;
}
.date2 .where > span {
  display: block;
  margin-top: 6px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--muted);
}

/* Hero crowd video, darkened so the date and flyer stay readable */
.hero.has-video { position: relative; overflow: hidden; isolation: isolate; }
.hero-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 60%;
}
.hero.has-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, var(--bg) 0%, transparent 30%),
    linear-gradient(90deg, rgba(10, 15, 31, .93) 0%, rgba(10, 15, 31, .8) 50%, rgba(10, 15, 31, .62) 100%);
}
.video-credit {
  position: absolute;
  right: 16px;
  bottom: 10px;
  margin: 0;
  font-size: .72rem;
  font-weight: 600;
  color: rgba(238, 242, 255, .55);
}
@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
}

/* Countdown */
.countdown { display: flex; gap: 10px; margin: 0 0 8px; }
.countdown div {
  width: 82px;
  padding: 10px 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  text-align: center;
}
.countdown b {
  display: block;
  font-family: "Archivo", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
}
.countdown small {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}
.count-note { margin: 0; color: var(--muted); }

/* Collector / vendor paths */
.paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}
.path {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}
.path h3 { margin-bottom: 4px; }
.path p { margin: 0 0 14px; font-size: .95rem; color: var(--muted); }
.meter {
  height: 8px;
  margin: 0 0 6px;
  overflow: hidden;
  border-radius: 99px;
  background: var(--surface-2);
}
.meter i { display: block; width: 0; height: 100%; background: var(--accent); }
.meter-label { margin-bottom: 12px; font-size: .8rem; font-weight: 700; color: var(--muted); }

/* "Built for collectors" band */
.statement { padding: 48px 0; }
.statement-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px 48px;
  align-items: center;
}
.statement h2 { margin: 0; font-size: clamp(2rem, 4.4vw, 3.2rem); }
.statement p { margin: 0; max-width: 40em; font-size: 1.15rem; color: var(--muted); }

/* Facts strip */
.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.facts div { padding: 22px 16px; text-align: center; }
.facts div + div { border-left: 1px solid var(--line); }
.facts b {
  display: block;
  font-family: "Archivo", sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
}
.facts span { font-size: .9rem; font-weight: 600; color: var(--muted); }

/* Show-floor photo placeholders */
.footage {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 180px 180px;
  gap: 12px;
}
.shot {
  display: grid;
  place-items: center;
  padding: 12px;
  border: 2px dashed var(--line);
  border-radius: 14px;
  background: repeating-linear-gradient(45deg, var(--surface) 0 14px, var(--surface-2) 14px 28px);
  text-align: center;
  font-size: .85rem;
  font-weight: 700;
  color: var(--muted);
}
.shot.big { grid-row: span 2; font-size: 1rem; }
.shot svg { width: 34px; height: 34px; margin: 0 auto 6px; opacity: .7; }

/* Game tiles */
.games {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
}
.game {
  padding: 18px 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow);
  text-align: center;
  font-size: .9rem;
  font-weight: 800;
}
.game .mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 10px;
  border-radius: 50%;
  font-family: "Archivo", sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  color: #fff;
}

/* Schedule */
.schedule {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.day {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
}
.day h3 { font-size: 1.4rem; text-transform: uppercase; }
.slot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-weight: 700;
}
.slot span:last-child { text-align: right; color: var(--muted); }
.slot.trade {
  margin-top: 8px;
  padding: 14px;
  border: 0;
  border-radius: 10px;
  background: var(--accent);
  color: var(--accent-ink);
}
.slot.trade span:last-child { color: var(--accent-ink); }

/* Icon tiles: what to bring, what's at the show */
.icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.icon-tile {
  padding: 20px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  text-align: center;
}
.icon-tile svg {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-tile b { display: block; }
.icon-tile span { font-size: .85rem; color: var(--muted); }

/* Map + panels */
.visit {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
}
.map {
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
}
.map iframe { display: block; width: 100%; height: 100%; min-height: 360px; border: 0; }
.stack { display: grid; gap: 16px; }
.panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
}
.panel h2 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
.panel p { margin: 0 0 12px; color: var(--muted); }
.panel p:last-child { margin-bottom: 0; }
.panel ul { margin: 0; padding-left: 1.1em; color: var(--muted); }
.panel li + li { margin-top: 6px; }
.panel .btns { margin-top: 16px; }
.panel.gold { border-color: var(--accent); }

/* Inner pages */
.page-head {
  padding: 48px 0 40px;
  border-bottom: 1px solid var(--line);
  background: var(--glow), var(--bg);
}
.page-head h1 { margin: 0; }
.page-head .lead { margin: 10px 0 0; font-size: 1.1rem; font-weight: 600; color: var(--muted); }
.page-head + section { padding-top: 40px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.stat b {
  display: block;
  font-family: "Archivo", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.1;
  color: var(--accent);
}
.stat span { font-weight: 600; color: var(--muted); }

.kv { width: 100%; border-collapse: collapse; }
.kv td { padding: 12px 0; border-top: 1px solid var(--line); }
.kv tr:first-child td { border-top: 0; }
.kv td:first-child { color: var(--muted); }
.kv td:last-child { text-align: right; font-weight: 700; }

.tier .price {
  margin: 4px 0 12px;
  font-family: "Archivo", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
}
.tier.featured { border-color: var(--accent); }
.badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 8px;
  border-radius: 6px;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* FAQ */
.faq-group + .faq-group { margin-top: 40px; }
.faq-group h2 { margin-bottom: 14px; font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
details {
  margin-bottom: 10px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}
details[open] { border-color: rgba(255, 210, 63, .45); }
summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  font-family: "Archivo", sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
  color: var(--accent);
}
details[open] summary::after { content: "–"; }
details p { margin: 10px 0 0; color: var(--muted); }

/* Final CTA + footer */
.final {
  border-top: 1px solid var(--line);
  background: var(--surface);
  text-align: center;
}
.final p { color: var(--muted); }
.final .btns { justify-content: center; }
footer {
  padding: 32px 0;
  border-top: 1px solid var(--line);
  font-size: .9rem;
  color: var(--muted);
}
.foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.foot p { margin: 6px 0 0; }
.foot nav { display: flex; flex-wrap: wrap; gap: 8px 18px; }
footer a { font-weight: 700; text-decoration: none; }
footer a:hover { color: var(--text); }
.foot-contact { margin-top: 16px; }
.foot-contact a { color: var(--accent); }

/* Tablets: stack the hero (date, flyer, tickets); nav becomes a swipeable row */
@media (max-width: 980px) {
  .head { flex-wrap: wrap; row-gap: 6px; }
  .head nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .head nav::-webkit-scrollbar { display: none; }
  .hero-top {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "intro" "flyer" "extra";
  }
  .hero-top .flyer { width: 100%; height: auto; max-width: 460px; margin-inline: auto; }
  .statement-grid, .visit, .grid-3 { grid-template-columns: minmax(0, 1fr); }
  .hero.has-video::before {
    background:
      linear-gradient(0deg, var(--bg) 0%, transparent 20%),
      linear-gradient(rgba(10, 15, 31, .84), rgba(10, 15, 31, .84));
  }
  .games { grid-template-columns: repeat(4, 1fr); }
  .icons { grid-template-columns: repeat(3, 1fr); }
}

/* Phones */
@media (max-width: 640px) {
  .head { column-gap: 12px; }
  .head .logo { font-size: 1.35rem; }
  .head .when { font-size: .95rem; }
  .head .when span { display: none; }
  .head .btn.sm { padding: 7px 12px; font-size: .85rem; }
  .head nav { gap: 0; justify-content: space-between; }
  .head nav a { padding: 6px 7px; font-size: .85rem; }
  .paths, .schedule, .grid-2, .stats { grid-template-columns: minmax(0, 1fr); }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts div:nth-child(3) { border-left: 0; }
  .facts div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .footage { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 130px 130px; }
  .shot.big { grid-column: span 2; grid-row: auto; }
  .games, .icons { grid-template-columns: 1fr 1fr; }
  .countdown div { width: 70px; }
}
