/* BigShoow public site layout. Colours, fonts and shapes come only from the
   theme tokens in themes.css, so every theme works with this one file. */

html { scroll-behavior: smooth; }
body { min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1; }
.container { width: min(1280px, 100% - 32px); margin-inline: auto; }
.narrow { max-width: 760px; }
.section { padding-block: 80px; }
.section-tight { padding-block: 40px; }
.small { font-size: 13px; }
.block { display: block; }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: 1px; }
.accent { color: var(--accent-text); }
.accent-2 { color: var(--accent-2); }
.meta-strong { font-weight: 800; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; }
.display { font-family: var(--display); font-weight: var(--display-weight); letter-spacing: var(--h-track); }
.price { font-size: calc(36px * var(--ds) + 6px); line-height: 1; }
.price-lg { font-size: calc(52px * var(--ds) + 8px); line-height: 1; }
.per { font-size: 0.45em; color: var(--ink); }
.link-strong { font-weight: 800; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; }
.h2.plain { color: inherit; }
.eyebrow.small { font-size: 12px; letter-spacing: 3px; }
.eyebrow.accent { color: var(--accent-text); }
.eyebrow.on-accent { color: var(--on-accent); }

.skip { position: absolute; left: -9999px; top: 8px; background: var(--accent); color: var(--on-accent); padding: 10px 16px; z-index: 100; }
.skip:focus { left: 8px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Ticker */
.ticker-track { display: flex; width: max-content; animation: ticker 20s linear infinite; }
.ticker-track span { padding-inline: 32px; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Header */
.site-header { border-bottom: var(--border-w) solid var(--line); background: var(--bg); position: sticky; top: 0; z-index: 20; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 88px; }
.brand { display: flex; align-items: center; gap: 14px; color: var(--ink); }
.brand-logo { height: 48px; width: auto; max-width: 160px; object-fit: contain; }
.brand-mark { width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--accent-text); display: grid; place-items: center; font-family: var(--display); font-weight: var(--display-weight); font-size: 18px; color: var(--accent-text); }
.brand-name { font-family: var(--display); font-weight: var(--display-weight); text-transform: var(--h-case); letter-spacing: var(--h-track); font-size: 26px; line-height: 1; }
.site-nav { display: flex; align-items: center; gap: 32px; font-weight: 700; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; }
.site-nav a { color: var(--ink); }
.site-nav a[aria-current="page"] { color: var(--accent-text); }
.site-nav .btn { color: var(--on-accent); }
.btn-sm { min-height: 44px; padding: 12px 26px; font-size: 13px; }
.nav-toggle { display: none; width: 48px; height: 48px; border: 2px solid var(--line); border-radius: var(--btn-radius); background: transparent; cursor: pointer; }
.nav-toggle-bar, .nav-toggle-bar::before, .nav-toggle-bar::after { display: block; width: 22px; height: 2px; background: var(--ink); margin-inline: auto; position: relative; content: ''; }
.nav-toggle-bar::before { position: absolute; top: -7px; }
.nav-toggle-bar::after { position: absolute; top: 7px; }

/* Notices */
.notice { padding: 14px 18px; border-radius: var(--radius); margin: 12px 0; font-weight: 600; border: 2px solid var(--line); background: var(--surface); }
.notice-ok { border-color: var(--accent); }
.notice-error { border-color: #c0392b; }
.notice-info { border-color: var(--accent-2); }

/* Images and placeholders */
.cover, .poster { width: 100%; height: 100%; object-fit: cover; display: block; }
.ph { width: 100%; height: 100%; min-height: 160px; background: var(--surface-2); display: grid; place-items: center; }
.ph-mark { font-family: var(--display); font-weight: var(--display-weight); font-size: 72px; color: var(--faint); opacity: 0.6; text-transform: uppercase; }

/* Hero */
.hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: 64px; align-items: center; padding-block: 80px 88px; }
.hero-copy { display: flex; flex-direction: column; gap: 22px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 8px; }
.feature { display: flex; flex-direction: column; color: var(--ink); }
.feature-media { position: relative; height: 380px; background: var(--surface-2); }
.feature-body { padding: 28px 30px; display: flex; flex-direction: column; gap: 10px; }
.feature-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 8px; flex-wrap: wrap; }
.feature-empty { min-height: 300px; justify-content: center; }
.card-badge { position: absolute; top: 16px; right: 16px; }
.card-badge-left { position: absolute; top: 18px; left: 18px; }

/* Quote strip */
.quote-strip { background: var(--band); border-block: 1px dashed var(--accent-text); padding: 18px 0; transform: rotate(-1.5deg); margin: 0 -40px 60px; overflow: hidden; }
.quote-track { display: flex; gap: 60px; width: max-content; animation: ticker 22s linear infinite; font-weight: 800; font-size: 17px; letter-spacing: 1px; white-space: nowrap; text-transform: uppercase; }

/* Sections */
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 32px; flex-wrap: wrap; }
.section-head .h2 { margin-top: 6px; }
.section-tools { display: flex; align-items: center; gap: 14px; }
.section-tools .link-strong { margin-right: 12px; }

/* Carousel: scroll-snap works without JS, site.js adds the arrows. */
.carousel { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 3); gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 4px; }
.carousel::-webkit-scrollbar { display: none; }
.carousel > * { scroll-snap-align: start; }
.carousel:focus-visible { outline-offset: 6px; }
.event-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 420px; background: var(--surface-2); color: var(--ink); }
.event-card-media { position: absolute; inset: 0; }
.event-card-body { position: relative; padding: 28px; display: flex; flex-direction: column; gap: 6px; margin-top: auto; }
.event-card .h3 { color: var(--accent-text); }
.grid-3 .event-card { min-height: 360px; }

/* Band + pillars */
.band { padding-block: 80px; }
.pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.pillar { display: flex; flex-direction: column; gap: 12px; }
.pillar-num { font-size: 64px; line-height: 1; color: var(--accent-text); }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 260px; gap: 16px; }
.g-item { margin: 0; overflow: hidden; border-radius: var(--radius); border: var(--border-w) solid var(--line); box-shadow: var(--card-shadow); background: var(--surface-2); }
.g-hero { grid-column: span 2; grid-row: span 2; }
.g-more { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border: 2px solid var(--accent); background: var(--surface); color: var(--ink); }
.g-more .display { font-size: 48px; color: var(--accent-text); }
.photo-grid { columns: 3 280px; column-gap: 16px; }
.photo { margin: 0 0 16px; break-inside: avoid; }
.photo img, .photo .ph { border-radius: var(--radius); }
.photo figcaption { margin-top: 6px; }

/* Posts */
.post-card { display: flex; flex-direction: column; color: var(--ink); }
.post-card-media { height: 220px; background: var(--surface-2); }
.post-card-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.featured-post { display: grid; grid-template-columns: 1.35fr 1fr; color: var(--ink); }
.featured-media { position: relative; min-height: 480px; background: var(--surface-2); }
.featured-body { padding: 48px 44px; display: flex; flex-direction: column; justify-content: center; gap: 18px; }
.post { max-width: 820px; padding-block: 40px 60px; }
.post-head { display: flex; flex-direction: column; gap: 12px; margin: 16px 0 28px; }
.post-cover { border-radius: var(--radius); overflow: hidden; margin-bottom: 32px; max-height: 520px; }
.prose { max-width: 760px; font-size: 17px; line-height: 1.8; }
.prose h2, .prose h3 { font-family: var(--display); font-weight: var(--display-weight); text-transform: var(--h-case); letter-spacing: var(--h-track); line-height: 1.1; margin: 1.6em 0 0.5em; }
.prose h2 { font-size: calc(40px * var(--ds) + 8px); }
.prose h3 { font-size: calc(30px * var(--ds) + 6px); }
.prose a { text-decoration: underline; }
.prose ul { padding-left: 1.2em; }

/* Membership */
.membership { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center; padding: 64px 72px; }
.membership p { font-size: 16px; line-height: 1.7; }
.membership-card { background: var(--bg); color: var(--ink); border-radius: var(--radius); padding: 36px; display: flex; flex-direction: column; gap: 16px; }

/* Subscribe */
.subscribe { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.inline-form { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }
.inline-form .input { width: min(380px, 100%); }

/* Page heads + chips */
.page-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding-block: 64px 32px; flex-wrap: wrap; }
.page-head .lead { margin-top: 10px; }
.page-head-tools { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.chips { display: flex; gap: 12px; flex-wrap: wrap; padding-bottom: 12px; }
.chip[aria-current="page"] { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }

/* Calendar */
.month-group { display: flex; flex-direction: column; gap: 14px; margin-bottom: 44px; }
.month-head { display: flex; align-items: center; gap: 20px; }
.month-head .rule { flex: 1; height: 1px; background: var(--line); }
.event-when { display: flex; flex-direction: column; line-height: 1; gap: 6px; }
.event-what { display: flex; flex-direction: column; gap: 8px; }
.event-what a { color: var(--ink); }
.event-tags { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.event-price { display: flex; flex-direction: column; gap: 4px; }
.event-row .btn, .event-row .btn-quiet { justify-self: stretch; }
.empty { padding: 48px; text-align: center; display: flex; flex-direction: column; gap: 10px; }

/* Event detail */
.crumbs { padding-top: 28px; }
.event-detail { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; padding-block: 32px 64px; align-items: start; }
.event-poster { border: 2px solid var(--accent); border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; background: var(--surface-2); position: sticky; top: 110px; }
.event-info { display: flex; flex-direction: column; gap: 20px; }
.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 32px; padding: 22px 0; margin: 0; border-block: var(--border-w) solid var(--line); }
.facts dt { font-family: var(--display); font-weight: var(--display-weight); text-transform: var(--h-case); letter-spacing: 2px; color: var(--accent-text); font-size: 18px; }
.facts dd { margin: 2px 0 0; font-weight: 800; }
.ticket-box { padding: 24px 26px; display: flex; flex-direction: column; gap: 18px; }
.tickets { border: 0; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ticket-line { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 16px; background: var(--surface-2); border-radius: var(--radius); flex-wrap: wrap; }
.ticket-name { font-weight: 800; font-size: 16px; }
.ticket-buy { display: flex; align-items: center; gap: 16px; }
.qty { width: 88px; min-height: 48px; }
.buyer { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.ticket-total { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.secure-note { margin: 0; }
.event-links { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.capacity { display: flex; align-items: center; gap: 12px; }
.capacity progress { width: 180px; height: 8px; appearance: none; border: 0; border-radius: 8px; background: var(--line); overflow: hidden; }
.capacity progress::-webkit-progress-bar { background: var(--line); }
.capacity progress::-webkit-progress-value { background: var(--accent); }
.capacity progress::-moz-progress-bar { background: var(--accent); }
.detail-cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; }
.ticks { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-direction: column; gap: 12px; }
.ticks li { padding-left: 30px; position: relative; }
.ticks li::before { content: ''; position: absolute; left: 4px; top: 5px; width: 8px; height: 14px; border: solid var(--accent-text); border-width: 0 3px 3px 0; transform: rotate(45deg); }
.schedule { margin: 16px 0 0; display: flex; flex-direction: column; gap: 12px; }
.schedule div { display: grid; grid-template-columns: 90px 1fr; gap: 12px; }
.schedule dt { font-weight: 800; color: var(--accent-2); }
.schedule dd { margin: 0; }
.ask { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: start; }
.form-card { padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.form-card .btn { align-self: flex-start; }
.booking-card { padding: 32px; display: flex; flex-direction: column; gap: 16px; margin-top: 16px; }

/* Footer */
.site-footer { border-top: var(--border-w) solid var(--line); margin-top: 40px; }
.footer-inner { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 24px; align-items: center; padding-block: 40px; font-size: 13px; color: var(--muted); }
.footer-name { font-family: var(--display); font-weight: var(--display-weight); text-transform: var(--h-case); font-size: 22px; color: var(--ink); }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.footer-links a { color: var(--muted); }
.footer-meta { text-align: right; }

/* Responsive */
@media (max-width: 1000px) {
  .hero, .event-detail, .featured-post, .membership, .ask, .detail-cols { grid-template-columns: 1fr; }
  .hero { gap: 40px; padding-block: 48px 56px; }
  .event-poster { position: static; aspect-ratio: 16 / 10; }
  .carousel { grid-auto-columns: calc((100% - 24px) / 2); }
  .pillars { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 200px; }
  .membership { padding: 40px 28px; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-meta { text-align: center; }
}
@media (max-width: 760px) {
  .section { padding-block: 56px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--bg); border-bottom: var(--border-w) solid var(--line); flex-direction: column; align-items: stretch; gap: 0; padding: 8px 16px 16px; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px 4px; }
  .header-inner { position: relative; min-height: 72px; }
  .brand-name { font-size: 22px; }
  .carousel { grid-auto-columns: 85%; }
  .buyer, .field-row, .facts { grid-template-columns: 1fr; }
  .feature-media { height: 260px; }
  .featured-media { min-height: 260px; }
  .featured-body { padding: 28px 22px; }
  .page-head-tools { align-items: flex-start; }
  .gallery-grid { grid-template-columns: 1fr; }
  .g-hero { grid-column: auto; grid-row: auto; }
  .section-tools .link-strong { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track, .quote-track { animation: none; }
}

/* Arrow glyphs and badge text read clearly at every theme's scale. */
.btn-icon span { font-size: 30px; line-height: 1; font-weight: 700; }
.badge { text-transform: uppercase; }

/* Demo site bar. Only rendered on the BigShoow demo host. BIGSHOOW_DEMO_V5 */
.demo-bar { background: var(--accent); color: var(--on-accent, #fff); font-size: 14px; }
.demo-bar-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 20px; min-height: 44px; padding-block: 8px; }
.demo-bar-link { color: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

/* The tilted quote strip is wider than the page on purpose. Clip it so phones
   never get a sideways scroll. clip (not hidden) keeps the sticky header. */
html, body { overflow-x: clip; }

/* Hero photo (host's own photo leads, main event moves below the quote strip). */
.hero-visual { position: relative; }
.hero-photo { width: 100%; aspect-ratio: 4 / 4.4; object-fit: cover; object-position: center 20%; border-radius: var(--radius); border: var(--feature-border); box-shadow: var(--card-shadow); }
.hero-chip { position: absolute; left: -20px; bottom: 28px; display: flex; flex-direction: column; gap: 2px; max-width: 78%; padding: 14px 18px; background: var(--surface); color: var(--ink); border: var(--border-w) solid var(--line); border-left: 4px solid var(--accent); border-radius: var(--radius); box-shadow: 0 16px 40px rgba(0,0,0,0.25); }
.hero-chip-label { font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-text); }
.hero-chip-title { font-family: var(--display); font-weight: var(--display-weight); font-size: 22px; line-height: 1.1; }
.hero-chip-date { font-size: 13px; color: var(--muted); }
.feature-band { padding-block: 8px 40px; }
.feature-band .feature { display: grid; grid-template-columns: 1.2fr 1fr; }
.feature-band .feature-media { height: 100%; min-height: 360px; }
.feature-band .feature-body { justify-content: center; padding: 40px; }
@media (max-width: 900px) {
  .hero-chip { left: 12px; right: 12px; max-width: none; bottom: 12px; }
  .feature-band .feature { grid-template-columns: 1fr; }
  .feature-band .feature-media { min-height: 240px; }
  .feature-band .feature-body { padding: 26px; }
}

/* ---------- Event cards: clear dates, live sales tags, more movement. BIGSHOOW_DEMO_V9 ---------- */
.event-card { overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.event-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,0.35); }
.event-card .event-card-media img { transition: transform 0.6s ease; }
.event-card:hover .event-card-media img { transform: scale(1.06); }
.date-block { position: absolute; top: 16px; left: 16px; z-index: 2; display: flex; flex-direction: column; align-items: center; min-width: 62px; padding: 8px 10px 6px; background: var(--accent); color: var(--on-accent); border-radius: var(--radius); box-shadow: 0 8px 20px rgba(0,0,0,0.3); line-height: 1; }
.date-day { font-family: var(--display); font-weight: var(--display-weight); font-size: 32px; }
.date-mon { font-size: 12px; font-weight: 800; letter-spacing: 2px; margin-top: 4px; }
.card-tags { position: absolute; top: 16px; right: 16px; z-index: 2; display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.card-tags-left { right: auto; left: 18px; top: 18px; flex-direction: row; flex-wrap: wrap; align-items: flex-start; }
.badge-soldout { background: #D7263D; color: #ffffff; }
.badge-early { background: var(--accent-2); color: var(--bg); }
.badge-hot { background: #FF5A1F; color: #ffffff; animation: badge-pulse 1.8s ease-in-out infinite; }
@keyframes badge-pulse { 0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,90,31,0.6); } 50% { transform: scale(1.06); box-shadow: 0 0 0 8px rgba(255,90,31,0); } }
.card-cat { font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-2); }
.card-when { font-size: 15px; font-weight: 800; color: var(--accent-text); letter-spacing: 0.5px; }
.card-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.card-venue { font-size: 13px; color: var(--muted); }
.card-price { font-weight: 800; font-size: 14px; padding: 4px 10px; border: 2px solid var(--accent-text); color: var(--accent-text); border-radius: var(--chip-radius); }
.event-card.is-past { filter: grayscale(0.55); }
.event-card.is-past:hover { filter: none; }

/* Social band */
.social-band { background: var(--band); border-top: 4px solid var(--accent); padding-block: 72px; }
.social-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.social-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.social-wall { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.social-tile { aspect-ratio: 1; overflow: hidden; border-radius: var(--radius); }
.social-tile img, .social-tile .ph { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.social-tile:hover img { transform: scale(1.08); }

/* Merch teaser (demo) */
.merch-lead { max-width: 640px; margin-bottom: 28px; }
.merch-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.merch-card { background: var(--surface); border: var(--border-w) dashed var(--accent-text); border-radius: var(--radius); overflow: hidden; transition: transform 0.25s ease; }
.merch-card:hover { transform: translateY(-6px) rotate(-0.5deg); }
.merch-art { aspect-ratio: 1; display: grid; place-items: center; background: radial-gradient(circle at 30% 30%, var(--accent), var(--accent-2)); }
.merch-shape { display: block; width: 46%; height: 46%; background: var(--bg); opacity: 0.9; }
.merch-tote .merch-shape { clip-path: polygon(10% 30%, 30% 30%, 32% 10%, 68% 10%, 70% 30%, 90% 30%, 95% 100%, 5% 100%); }
.merch-book .merch-shape { clip-path: polygon(15% 5%, 85% 5%, 85% 95%, 15% 95%); }
.merch-tee .merch-shape { clip-path: polygon(30% 5%, 42% 12%, 58% 12%, 70% 5%, 98% 25%, 85% 42%, 76% 36%, 76% 95%, 24% 95%, 24% 36%, 15% 42%, 2% 25%); }
.merch-bundle .merch-shape { clip-path: polygon(0 35%, 50% 10%, 100% 35%, 100% 80%, 50% 100%, 0 80%); }
.merch-body { padding: 18px; display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.merch-price { font-family: var(--display); font-size: 26px; color: var(--accent-text); }

@media (max-width: 900px) {
  .social-inner { grid-template-columns: 1fr; }
  .merch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (prefers-reduced-motion: reduce) {
  .badge-hot, .event-card, .event-card-media img, .merch-card { animation: none !important; transition: none !important; }
}

/* Ticket QR on the booking page. BIGSHOOW_TICKETS_V11 */
.ticket-qr { display: flex; flex-direction: column; align-items: center; gap: 8px; margin: 18px 0; padding: 18px; background: #fff; border-radius: var(--radius); }
.ticket-qr img { width: 200px; height: 200px; image-rendering: pixelated; }
.ticket-qr .meta { color: #333; text-align: center; }

/* ---------- Demo showcase: what hosts and guests get. BIGSHOOW_TICKETS_V11 ---------- */
.showcase { padding-block: 96px; background: linear-gradient(180deg, var(--bg), var(--band) 20%, var(--band) 80%, var(--bg)); border-top: 4px solid var(--accent); }
.showcase-head { text-align: center; max-width: 780px; margin: 0 auto 64px; }
.showcase-head .lead { margin-inline: auto; }
.sc-row { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; margin-bottom: 88px; }
.sc-rev .sc-copy { order: 2; }
.sc-step { display: inline-block; font-family: var(--display); font-size: 56px; line-height: 1; color: var(--accent-text); margin-bottom: 8px; }
.sc-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.sc-list li { padding-left: 30px; position: relative; font-weight: 600; }
.sc-list li::before { content: ''; position: absolute; left: 0; top: 4px; width: 18px; height: 18px; border-radius: 50%; background: var(--accent); }
.sc-list li::after { content: ''; position: absolute; left: 6px; top: 8px; width: 6px; height: 4px; border-left: 2px solid var(--on-accent); border-bottom: 2px solid var(--on-accent); transform: rotate(-45deg); }
.sc-visual { display: flex; justify-content: center; }
.showcase-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 22px; padding: 36px; border: 2px solid var(--accent); border-radius: var(--radius); text-align: center; }
.showcase-cta .h3 { margin: 0; width: 100%; }

/* Mock email */
.mock-mail { width: 100%; max-width: 460px; background: #f2f0ea; border-radius: 14px; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,0.45); color: #1a1a1a; font-family: Arial, Helvetica, sans-serif; transform: rotate(-1.5deg); transition: transform 0.4s ease; }
.mock-mail:hover { transform: rotate(0) scale(1.02); }
.mm-bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: #e4e1d8; }
.mm-bar span { width: 10px; height: 10px; border-radius: 50%; background: #c9c4b6; }
.mm-bar em { margin-left: 8px; font-style: normal; font-size: 12px; color: #666; }
.mm-from { display: flex; flex-direction: column; padding: 12px 16px; background: #fff; border-bottom: 1px solid #eee; font-size: 13px; }
.mm-from span { color: #666; }
.mm-body { margin: 14px; background: #fff; border-radius: 10px; padding: 0 0 18px; overflow: hidden; font-size: 14px; line-height: 1.5; }
.mm-body p { margin: 10px 18px 0; }
.mm-brand { padding: 14px 18px; border: 3px solid var(--accent); border-bottom-width: 6px; font-weight: 800; font-size: 17px; }
.mm-block { margin: 12px 18px; padding: 12px 14px; background: #f6f4ef; border-radius: 8px; font-size: 13px; }
.mm-qr { display: flex; flex-direction: column; align-items: center; gap: 6px; margin: 8px 0 12px; font-size: 12px; color: #555; }
.mm-qr img { width: 150px; height: 150px; image-rendering: pixelated; }
.mm-btn { display: block; width: fit-content; margin: 0 auto; padding: 10px 22px; border-radius: 6px; background: var(--accent); color: var(--on-accent); font-weight: 800; font-size: 13px; }

/* Mock admin window */
.mock-app { width: 100%; max-width: 480px; background: #fff; color: #1a1a1a; border-radius: 14px; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,0.45); font-family: Montserrat, Arial, sans-serif; font-size: 13px; transform: rotate(1.2deg); transition: transform 0.4s ease; }
.mock-app:hover { transform: rotate(0) scale(1.02); }
.ma-top { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: #111; color: #fff; font-weight: 700; }
.ma-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); }
.ma-form { display: grid; gap: 12px; padding: 18px; }
.ma-form label { display: grid; gap: 4px; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #666; }
.ma-input { display: block; padding: 10px 12px; border: 1.5px solid #ddd; border-radius: 8px; font-size: 14px; font-weight: 600; letter-spacing: 0; text-transform: none; color: #111; }
.ma-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ma-tickets { display: grid; gap: 6px; }
.ma-tt { display: grid; grid-template-columns: 1.4fr 0.6fr 0.8fr; padding: 9px 12px; background: #f6f6f6; border-radius: 8px; font-weight: 600; }
.ma-publish { justify-self: start; padding: 11px 22px; border-radius: 8px; background: var(--accent); color: var(--on-accent); font-weight: 800; animation: sc-pulse 2s ease-in-out infinite; }
@keyframes sc-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(255,199,44,0.6); } 50% { box-shadow: 0 0 0 10px rgba(255,199,44,0); } }
.ma-chips { display: flex; flex-wrap: wrap; gap: 6px; padding: 14px 16px 0; }
.ma-chips span { padding: 6px 10px; border-radius: 20px; background: #f1f1f1; font-weight: 700; font-size: 12px; }
.ma-chips .on { background: #111; color: #fff; }
.ma-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 14px 16px; }
.ma-stats div { display: flex; flex-direction: column; padding: 10px; background: #f8f6ee; border-radius: 8px; }
.ma-stats strong { font-size: 20px; }
.ma-stats span { font-size: 11px; color: #666; text-transform: uppercase; letter-spacing: 1px; }
.ma-table { padding: 0 16px 16px; }
.ma-tr { display: grid; grid-template-columns: 1.2fr 1.3fr auto; gap: 8px; padding: 10px 0; border-bottom: 1px solid #eee; align-items: center; }
.ma-paid { padding: 3px 9px; border-radius: 20px; background: #dcfce7; color: #166534; font-weight: 800; font-size: 11px; }

/* Mock phone scanner */
.mock-phone { width: 290px; padding: 12px; border-radius: 42px; background: #111; box-shadow: 0 30px 70px rgba(0,0,0,0.5), inset 0 0 0 2px #333; }
.mp-screen { border-radius: 32px; overflow: hidden; background: #fff; color: #111; font-family: Montserrat, Arial, sans-serif; font-size: 12px; }
.mp-head { display: grid; gap: 4px; padding: 18px 16px 12px; }
.mp-head strong { font-size: 14px; }
.mp-bar { display: block; height: 6px; border-radius: 6px; background: #eee; overflow: hidden; }
.mp-bar span { display: block; width: 69%; height: 100%; background: var(--accent); }
.mp-cam { position: relative; height: 170px; margin: 0 12px; border-radius: 16px; background: #222; display: grid; place-items: center; overflow: hidden; }
.mp-cam img { width: 110px; height: 110px; image-rendering: pixelated; border-radius: 6px; }
.mp-target { position: absolute; inset: 22px 64px; border: 3px solid #fff; border-radius: 14px; animation: sc-scan 1.6s ease-in-out infinite; }
@keyframes sc-scan { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(0.94); opacity: 0.7; } }
.mp-ok { display: grid; gap: 2px; margin: 10px 12px; padding: 12px; border-radius: 12px; background: #15803d; color: #fff; text-align: center; animation: sc-pop 2.4s ease-in-out infinite; }
@keyframes sc-pop { 0%, 15% { transform: scale(0.9); opacity: 0; } 25%, 85% { transform: scale(1); opacity: 1; } 100% { opacity: 1; } }
.mp-ok strong { font-size: 16px; text-transform: uppercase; letter-spacing: 1px; }
.mp-ok em { font-style: normal; opacity: 0.9; }
.mp-list { padding: 0 12px 16px; }
.mp-row { display: flex; justify-content: space-between; padding: 9px 4px; border-bottom: 1px solid #eee; font-weight: 600; }
.mp-row.in span:last-child { color: #15803d; }
.mp-row.wait span:last-child { color: #999; }

/* Mock badge sheet */
.mock-sheet { width: 100%; max-width: 440px; }
.ms-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; font-weight: 700; font-size: 13px; }
.ms-btn { padding: 8px 14px; border-radius: 8px; background: var(--accent); color: var(--on-accent); }
.ms-page { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 16px; background: #fff; aspect-ratio: 210 / 297; box-shadow: 0 30px 70px rgba(0,0,0,0.45); transform: rotate(-1deg); transition: transform 0.4s ease; }
.ms-page:hover { transform: rotate(0) scale(1.02); }
.ms-badge { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 2px; border: 1.5px dashed #aaa; border-radius: 8px; color: #111; text-align: center; padding: 6px; }
.ms-top { font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; border-bottom: 2px solid var(--accent); padding-bottom: 2px; }
.ms-first { font-family: 'Bebas Neue', Impact, sans-serif; font-size: 30px; line-height: 1; }
.ms-full { font-size: 10px; color: #444; }

@media (max-width: 900px) {
  .sc-row { grid-template-columns: 1fr; gap: 32px; margin-bottom: 64px; }
  .sc-rev .sc-copy { order: 0; }
  .showcase { padding-block: 64px; }
}
@media (prefers-reduced-motion: reduce) {
  .ma-publish, .mp-target, .mp-ok, .mock-mail, .mock-app, .ms-page { animation: none !important; transition: none !important; }
}
