/* ============================================================
   THE PLUG — Redesign Concept · Brewer Strategies
   Concept: "the display case at night"
   Ink-dark storefront · foil spectrum reserved for holo moments
   ============================================================ */

@font-face {
  font-family: 'Anek';
  src: url('../fonts/anek-400.woff2') format('woff2');
  font-weight: 100 800;
  font-display: swap;
}

:root {
  --ink: #0c121a;          /* case black-blue */
  --ink-2: #111a26;        /* raised case surface */
  --ink-3: #1a2636;        /* card slot */
  --paper: #f5f4f1;        /* binder page */
  --white: #ffffff;
  --red: #e92e28;          /* Plug red */
  --red-dark: #c31f1a;
  --purple: #63297a;       /* holo purple */
  --steel: #8b93a1;        /* label gray */
  --steel-dark: #565e6b;
  --line: rgba(139, 147, 161, 0.18);
  --lilac: #9f5aa4;        /* logo light purple */

  /* brand foil — built ONLY from the four logo colors */
  --foil: linear-gradient(115deg, #63297a 0%, #9f5aa4 25%, #e92e28 50%, #9f5aa4 75%, #63297a 100%);

  --font: 'Anek', 'Segoe UI', Arial, sans-serif;
  --mono: 'Consolas', ui-monospace, 'SF Mono', Menlo, monospace;

  --max: 1180px;
  --radius: 14px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

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

body {
  font-family: var(--font);
  background: var(--ink);
  color: var(--white);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

:focus-visible { outline: 3px solid var(--lilac); outline-offset: 3px; border-radius: 4px; }

/* ---------- announcement bar ---------- */
.announce {
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 16px;
}
.announce span { opacity: 0.85; font-weight: 400; }

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(12, 18, 26, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 28px;
  height: 68px;
}
.logo {
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.logo .bolt {
  width: 30px; height: 30px;
  background: var(--red);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 16px;
}
.logo em { font-style: normal; color: var(--red); }
.nav-links {
  display: flex;
  gap: 4px;
  list-style: none;
  margin-left: auto;
}
.nav-links a {
  display: block;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--steel);
  border-radius: 8px;
  transition: color 0.15s, background 0.15s;
}
.nav-links a:hover { color: #fff; background: var(--ink-3); }
.nav-links a[aria-current="page"] { color: #fff; }
.nav-links a[aria-current="page"]::after {
  content: '';
  display: block;
  height: 3px;
  margin-top: 2px;
  border-radius: 2px;
  background: var(--red);
}
.nav-cta {
  flex-shrink: 0;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 11px 20px;
  border-radius: 999px;
  transition: background 0.15s, transform 0.15s;
}
.nav-cta:hover { background: var(--red-dark); transform: translateY(-1px); }
.nav-burger { display: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  transition: transform 0.15s, background 0.15s, box-shadow 0.15s;
}
.btn:active { transform: scale(0.97); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 8px 28px rgba(233, 46, 40, 0.35); }
.btn-red:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.28);
}
.btn-ghost:hover { border-color: #fff; transform: translateY(-2px); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: var(--ink-3); transform: translateY(-2px); }

/* ---------- hero ---------- */
.hero {
  position: relative;
  padding: 72px 0 40px;
  overflow: hidden;
}
.hero::before {
  /* warm case light from above */
  content: '';
  position: absolute;
  top: -320px; left: 50%;
  transform: translateX(-50%);
  width: 1100px; height: 640px;
  background: radial-gradient(closest-side, rgba(159, 90, 164, 0.16), rgba(99, 41, 122, 0.10) 55%, transparent);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
  position: relative;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--lilac);
  margin-bottom: 20px;
}
.eyebrow::before {
  content: '';
  width: 26px; height: 2px;
  background: var(--lilac);
  border-radius: 2px;
}
.hero h1 {
  font-size: clamp(46px, 7vw, 84px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -2px;
  margin-bottom: 22px;
}
.hero h1 .holo-text {
  background: var(--foil);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: foil-slide 7s linear infinite;
}
@keyframes foil-slide {
  from { background-position: 0% 0; }
  to { background-position: 300% 0; }
}
.hero p.lede {
  font-size: 18px;
  color: var(--steel);
  max-width: 46ch;
  margin-bottom: 30px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 38px; }

/* drop countdown */
.drop {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 22px;
}
.drop-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--steel);
  max-width: 130px;
  line-height: 1.4;
}
.drop-label strong { color: #fff; display: block; font-size: 12px; }
.drop-timer { display: flex; gap: 10px; }
.drop-unit { text-align: center; }
.drop-unit b {
  display: block;
  font-family: var(--mono);
  font-size: 26px;
  font-weight: 700;
  color: var(--lilac);
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}
.drop-unit span {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--steel-dark);
}

/* ---------- the holo card (signature) ---------- */
.stage {
  perspective: 1100px;
  display: grid;
  place-items: center;
  padding: 20px 0;
}
.holo-card {
  position: relative;
  width: min(320px, 78vw);
  aspect-ratio: 63 / 88; /* real TCG card ratio */
  border-radius: 16px;
  background:
    radial-gradient(120% 90% at 30% 10%, #24344d 0%, #101a29 55%, #0a1017 100%);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.55),
    0 0 0 6px rgba(255, 255, 255, 0.03),
    0 0 90px rgba(99, 41, 122, 0.30);
  transform-style: preserve-3d;
  transition: transform 0.18s ease-out;
  will-change: transform;
  overflow: hidden;
}
.holo-card .shine {
  position: absolute;
  inset: 0;
  background: var(--foil);
  background-size: 240% 240%;
  mix-blend-mode: color-dodge;
  opacity: 0.24;
  pointer-events: none;
  transition: opacity 0.2s;
}
.holo-card:hover .shine { opacity: 0.5; }
.holo-card .glare {
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at var(--gx, 50%) var(--gy, 40%), rgba(255,255,255,0.5), transparent 38%);
  mix-blend-mode: overlay;
  pointer-events: none;
}
.holo-inner {
  position: absolute;
  inset: 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.12);
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.holo-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-weight: 800;
}
.holo-head .nm { font-size: 17px; letter-spacing: 0.5px; }
.holo-head .hp { font-family: var(--mono); font-size: 13px; color: var(--lilac); }
.holo-art {
  flex: 1;
  margin: 12px 0;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    radial-gradient(80% 60% at 70% 25%, rgba(159, 90, 164, 0.45), transparent 60%),
    radial-gradient(70% 60% at 25% 75%, rgba(233, 46, 40, 0.30), transparent 60%),
    radial-gradient(50% 45% at 55% 60%, rgba(99, 41, 122, 0.50), transparent 65%),
    linear-gradient(160deg, #16233a, #0b1220);
  position: relative;
  overflow: hidden;
}
.holo-art .spark {
  position: absolute;
  width: 3px; height: 3px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.7;
  animation: twinkle 3.2s ease-in-out infinite;
}
@keyframes twinkle {
  0%, 100% { opacity: 0.15; transform: scale(0.7); }
  50% { opacity: 0.9; transform: scale(1.25); }
}
.holo-art .bolt-mark {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 84px;
  filter: drop-shadow(0 6px 24px rgba(233, 46, 40, 0.45));
}
.holo-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--mono);
  font-size: 10.5px;
  color: var(--steel);
}
.holo-foot .rarity { color: var(--lilac); letter-spacing: 1px; }
.stage-caption {
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--steel-dark);
  margin-top: 18px;
}

/* ---------- buylist ticker ---------- */
.ticker {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ink-2);
  overflow: hidden;
  padding: 13px 0;
  position: relative;
}
.ticker-track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: ticker-scroll 36s linear infinite;
}
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.tick {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-size: 13px;
  white-space: nowrap;
}
.tick .tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--red);
}
.tick .nm { color: var(--steel); font-weight: 600; }
.tick .pr { font-family: var(--mono); font-weight: 700; color: var(--lilac); }

/* ---------- sections ---------- */
.section { padding: 84px 0; position: relative; }
.section-head { margin-bottom: 42px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.section-head h2 {
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.05;
}
.section-head .view-all {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--red);
  padding-bottom: 4px;
  border-bottom: 2px solid var(--red);
  white-space: nowrap;
}
.section.on-paper { background: var(--paper); color: var(--ink); }
.section.on-paper .section-head h2 { color: var(--ink); }
.section.on-paper .eyebrow { color: var(--purple); }
.section.on-paper .eyebrow::before { background: var(--purple); }

/* ---------- product grid ---------- */
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.card-tile {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid rgba(12, 18, 26, 0.08);
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.card-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(12, 18, 26, 0.14);
}
.tile-art {
  aspect-ratio: 4 / 3;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.tile-art .mini-card {
  width: 43%;
  aspect-ratio: 63 / 88;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 14px 30px rgba(0,0,0,0.35);
  display: grid;
  place-items: center;
  font-size: 34px;
  transform: rotate(-4deg);
  transition: transform 0.25s;
}
.card-tile:hover .mini-card { transform: rotate(0deg) scale(1.06); }
.tile-art.t-water { background: linear-gradient(150deg, #123a54, #0b1a26); }
.tile-art.t-water .mini-card { background: linear-gradient(160deg, #2196c9, #0d3a52); }
.tile-art.t-fire { background: linear-gradient(150deg, #542012, #260c0b); }
.tile-art.t-fire .mini-card { background: linear-gradient(160deg, #e2622b, #7a1d12); }
.tile-art.t-psychic { background: linear-gradient(150deg, #3c1854, #170b26); }
.tile-art.t-psychic .mini-card { background: linear-gradient(160deg, #9d4ac9, #3f1466); }
.tile-art.t-grass { background: linear-gradient(150deg, #1c4a22, #0b2010); }
.tile-art.t-grass .mini-card { background: linear-gradient(160deg, #4fae4a, #1c5222); }
.stock-chip {
  position: absolute;
  top: 12px; left: 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
}
.stock-chip.hot { background: var(--red); color: #fff; }
.tile-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.tile-body .set-code {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 1px;
  color: var(--steel-dark);
  text-transform: uppercase;
}
.tile-body h3 {
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.3;
  margin: 5px 0 10px;
  color: var(--ink);
}
.tile-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.price {
  font-family: var(--mono);
  font-size: 19px;
  font-weight: 700;
  color: var(--red);
  font-variant-numeric: tabular-nums;
}
.price .was {
  font-size: 12px;
  color: var(--steel);
  text-decoration: line-through;
  font-weight: 400;
  margin-right: 6px;
}
.add-btn {
  font-family: var(--font);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  background: var(--ink);
  border: 0;
  border-radius: 999px;
  padding: 9px 16px;
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
}
.add-btn:hover { background: var(--red); transform: translateY(-1px); }
.cond-note {
  font-size: 11px;
  color: var(--steel-dark);
  margin-top: 8px;
}
.cond-note b { color: var(--ink); }

/* ---------- events rail ---------- */
.events-rail {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
}
.day-card {
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 14px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, border-color 0.2s;
}
.day-card:hover { transform: translateY(-4px); border-color: rgba(159, 90, 164, 0.55); }
.day-card .dow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--steel-dark);
  margin-bottom: 10px;
}
.day-card .ev-name { font-size: 14.5px; font-weight: 700; line-height: 1.3; }
.day-card .ev-time {
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--lilac);
  margin-top: 6px;
}
.day-card .ev-fee {
  margin-top: auto;
  padding-top: 10px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--steel);
}
.day-card.tonight { border-color: var(--red); background: linear-gradient(170deg, rgba(233,46,40,0.14), var(--ink-2) 55%); }
.day-card.tonight .dow { color: var(--red); }
.day-card.quiet { opacity: 0.55; }
.day-card.quiet .ev-name { color: var(--steel); font-weight: 600; }

/* ---------- buylist band ---------- */
.buy-band {
  border-radius: 22px;
  background:
    radial-gradient(90% 130% at 85% 20%, rgba(99, 41, 122, 0.55), transparent 55%),
    radial-gradient(70% 120% at 10% 90%, rgba(233, 46, 40, 0.30), transparent 55%),
    var(--ink-2);
  border: 1px solid var(--line);
  padding: 56px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.buy-band h2 { font-size: clamp(28px, 3.6vw, 42px); font-weight: 800; letter-spacing: -1px; line-height: 1.05; margin-bottom: 14px; }
.buy-band p { color: var(--steel); max-width: 48ch; margin-bottom: 26px; }
.buy-steps { display: grid; gap: 14px; }
.buy-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: rgba(12, 18, 26, 0.55);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
}
.buy-step .n {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 14px;
  color: var(--lilac);
  border: 1px solid rgba(159, 90, 164, 0.55);
  border-radius: 8px;
  width: 30px; height: 30px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.buy-step b { display: block; font-size: 14.5px; }
.buy-step span { font-size: 13px; color: var(--steel); }

/* ---------- newsletter / community ---------- */
.community-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.comm-card {
  border-radius: var(--radius);
  padding: 40px;
  border: 1px solid rgba(12, 18, 26, 0.10);
  background: #fff;
}
.comm-card h3 { font-size: 24px; font-weight: 800; letter-spacing: -0.5px; color: var(--ink); margin-bottom: 10px; }
.comm-card p { color: var(--steel-dark); font-size: 15px; margin-bottom: 22px; max-width: 44ch; }
.comm-card.points { background: var(--ink); color: #fff; border-color: transparent; }
.comm-card.points h3 { color: #fff; }
.comm-card.points p { color: var(--steel); }
.email-row { display: flex; gap: 10px; flex-wrap: wrap; }
.email-row input {
  flex: 1;
  min-width: 200px;
  font-family: var(--font);
  font-size: 15px;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1.5px solid rgba(12, 18, 26, 0.2);
  background: var(--paper);
  color: var(--ink);
}
.email-row input:focus { outline: 3px solid rgba(233, 46, 40, 0.35); border-color: var(--red); }
.points-meter { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.points-meter .bar {
  flex: 1;
  height: 10px;
  border-radius: 999px;
  background: var(--ink-3);
  overflow: hidden;
}
.points-meter .fill {
  width: 64%;
  height: 100%;
  border-radius: 999px;
  background: var(--foil);
  background-size: 300% 100%;
  animation: foil-slide 6s linear infinite;
}
.points-meter b { font-family: var(--mono); font-size: 13px; color: var(--lilac); white-space: nowrap; }

/* ---------- footer ---------- */
footer {
  border-top: 1px solid var(--line);
  padding: 64px 0 40px;
  background: #080d13;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.foot-grid h4 {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--steel-dark);
  margin-bottom: 16px;
}
.foot-grid ul { list-style: none; }
.foot-grid li { margin-bottom: 10px; font-size: 14.5px; }
.foot-grid a { color: var(--steel); text-decoration: none; }
.foot-grid a:hover { color: #fff; }
.foot-hours {
  font-family: var(--mono);
  color: var(--lilac);
  font-size: 14px;
}
.foot-note {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12.5px;
  color: var(--steel-dark);
}

/* ---------- page hero (sub pages) ---------- */
.page-hero { padding: 72px 0 48px; position: relative; overflow: hidden; }
.page-hero h1 {
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1;
  margin-bottom: 16px;
}
.page-hero p { font-size: 17px; color: var(--steel); max-width: 56ch; }

/* ---------- events page ---------- */
.feature-event {
  border-radius: 22px;
  border: 1px solid rgba(159, 90, 164, 0.5);
  background:
    radial-gradient(100% 140% at 90% 10%, rgba(159, 90, 164, 0.20), transparent 55%),
    var(--ink-2);
  padding: 48px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 36px;
  align-items: center;
}
.feature-event .fe-tag {
  display: inline-block;
  background: var(--lilac);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.feature-event h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; letter-spacing: -1px; line-height: 1.05; margin-bottom: 12px; }
.feature-event p { color: var(--steel); margin-bottom: 24px; }
.fe-facts { display: grid; gap: 12px; }
.fe-fact {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
  font-size: 14px;
}
.fe-fact span { color: var(--steel-dark); letter-spacing: 1px; text-transform: uppercase; font-size: 11.5px; font-weight: 700; }
.fe-fact b { font-family: var(--mono); color: var(--lilac); font-weight: 700; }

/* ---------- buylist page ---------- */
.pay-toggle {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 28px;
}
.pay-toggle button {
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px 24px;
  background: transparent;
  color: var(--steel);
  border: 0;
  cursor: pointer;
}
.pay-toggle button[aria-pressed="true"] { background: var(--red); color: #fff; }
.buy-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.buy-table caption { text-align: left; padding-bottom: 14px; font-size: 13px; color: var(--steel-dark); }
.buy-table th {
  text-align: left;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--steel-dark);
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
}
.buy-table td {
  padding: 15px 20px;
  border-bottom: 1px solid var(--line);
  font-size: 14.5px;
}
.buy-table tr:last-child td { border-bottom: 0; }
.buy-table .cardname { font-weight: 700; }
.buy-table .setcode { font-family: var(--mono); font-size: 12px; color: var(--steel-dark); }
.buy-table .cash, .buy-table .credit {
  font-family: var(--mono);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.buy-table .cash { color: var(--lilac); }
.buy-table .credit { color: #ffffff; }
.table-scroll { overflow-x: auto; border-radius: var(--radius); }

/* ---------- pitch notes ---------- */
.pitch-toggle {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: var(--lilac);
  color: var(--ink);
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: transform 0.15s;
}
.pitch-toggle:hover { transform: translateY(-2px); }
.pitch-note {
  display: none;
  position: absolute;
  z-index: 90;
  max-width: 250px;
  background: var(--lilac);
  color: var(--ink);
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 600;
  padding: 12px 15px;
  border-radius: 10px 10px 10px 2px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  transform: rotate(-1.2deg);
}
.pitch-note b {
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
body.show-pitch .pitch-note { display: block; }

/* ---------- reveal on scroll (JS-gated: visible by default, animated only when body.js) ---------- */
body.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.55s ease-out, transform 0.55s ease-out; }
body.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  body.js .reveal { opacity: 1; transform: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .events-rail { grid-template-columns: repeat(4, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .stage { order: -1; }
  .buy-band { grid-template-columns: 1fr; padding: 36px 28px; }
  .community-grid { grid-template-columns: 1fr; }
  .feature-event { grid-template-columns: 1fr; padding: 36px 28px; }
  .nav-links { display: none; }
  .nav-burger {
    display: grid;
    place-items: center;
    margin-left: auto;
    width: 44px; height: 44px;
    background: var(--ink-3);
    border: 1px solid var(--line);
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
  }
  .nav.open .nav-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 68px; left: 0; right: 0;
    background: var(--ink);
    border-bottom: 1px solid var(--line);
    padding: 12px 16px 20px;
    margin: 0;
  }
}
@media (max-width: 560px) {
  .grid-4 { grid-template-columns: 1fr; }
  .events-rail { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 60px 0; }
  .drop { flex-direction: column; align-items: flex-start; gap: 10px; }
}
