/* Storefront — ETSF visitor language: leather hero, denim surface, glass cards */

/* ---------- topbar ---------- */
.topbar {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 28px;
  padding: 10px clamp(16px, 4vw, 40px);
  background: rgba(255, 255, 255, .82);
  -webkit-backdrop-filter: blur(18px) saturate(1.25); backdrop-filter: blur(18px) saturate(1.25);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 1px 0 rgba(21, 42, 74, .06), 0 8px 24px -18px rgba(14, 24, 43, .5);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-badge { width: 42px; height: 42px; border-radius: 12px; box-shadow: var(--shadow-soft); }
.brand-words { display: flex; flex-direction: column; line-height: 1.15; }
.brand-words strong { font-size: 15.5px; font-weight: 800; letter-spacing: -.01em; }
.brand-words small { font-size: 11.5px; color: var(--ink-muted); font-weight: 600; }
.topnav { display: flex; gap: 22px; margin-left: 8px; }
.topnav a { font-size: 14px; font-weight: 600; color: var(--ink-soft); transition: color .15s; }
.topnav a:hover { color: var(--blue); }
.top-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; position: relative; }
.demo-menu-btn { font-size: 11px; font-weight: 800; letter-spacing: .08em; color: var(--ink-faint); border: 1.5px dashed var(--line); border-radius: 10px; padding: 6px 10px; }
.demo-menu-btn:hover { color: var(--blue); border-color: var(--blue-light); }
.demo-menu { position: absolute; top: 44px; right: 56px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-pop); display: none; flex-direction: column; min-width: 160px; overflow: hidden; z-index: 60; }
.demo-menu.open { display: flex; }
.demo-menu a { padding: 11px 16px; font-size: 13.5px; font-weight: 600; }
.demo-menu a:hover { background: var(--canvas); color: var(--blue); }
.cart-btn { position: relative; width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: var(--grad-primary); color: #fff; box-shadow: 0 6px 16px rgba(43, 94, 167, .35); }
.cart-count { position: absolute; top: -5px; right: -5px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; background: var(--gold); color: var(--navy); font-size: 11.5px; font-weight: 800; display: grid; place-items: center; border: 2px solid #fff; }
.cart-timer { position: absolute; bottom: -9px; left: 50%; transform: translateX(-50%); background: var(--danger); color: #fff; font-size: 9.5px; font-weight: 800; padding: 1px 7px; border-radius: 999px; font-variant-numeric: tabular-nums; }

/* ---------- hero: clean blue leather, brand-tinted ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background: url('/assets/img/blue-leather.jpg') center / cover no-repeat, var(--blue-dark);
}
/* Layered tint so the surface reads as ETSF blue (not near-black) and the
   white header eases into a lit top edge instead of slamming to dark. */
.hero-scrim {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, 0) 15%),
    radial-gradient(120% 82% at 84% 4%, rgba(232, 169, 49, .13) 0%, transparent 46%),
    linear-gradient(180deg, rgba(43, 94, 167, .40) 0%, rgba(26, 61, 110, .32) 38%, rgba(21, 42, 74, .86) 100%);
}
/* faint vignette to seat the content and hand off to the denim below */
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  box-shadow: inset 0 -70px 90px -50px rgba(14, 24, 43, .8), inset 0 60px 80px -60px rgba(0, 0, 0, .35);
}
.hero-inner { position: relative; z-index: 1; padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 72px) clamp(48px, 6vw, 84px); max-width: 900px; display: flex; flex-direction: column; align-items: flex-start; }
.hero-badge { width: clamp(72px, 9vw, 104px); height: auto; border-radius: 22px; box-shadow: 0 18px 50px -12px rgba(0, 0, 0, .55), 0 0 0 1px rgba(255, 255, 255, .09); animation: pop .64s cubic-bezier(.34, 1.56, .64, 1) both; }
.hero-kicker { margin-top: 26px; animation: rise .62s cubic-bezier(.22, 1, .36, 1) both .35s; }
.hero-rule { margin-top: 14px; animation: rise .62s cubic-bezier(.22, 1, .36, 1) both .45s; }
.hero h1 { font-size: clamp(38px, 6vw, 72px); line-height: 1.02; font-weight: 800; letter-spacing: -.02em; margin: 18px 0 16px; text-shadow: 0 2px 18px rgba(0, 0, 0, .45); animation: rise .62s cubic-bezier(.22, 1, .36, 1) both .55s; }
.hero-sub { font-size: clamp(15px, 1.7vw, 17.5px); color: rgba(255, 255, 255, .85); max-width: 540px; font-weight: 500; text-shadow: 0 1px 8px rgba(0, 0, 0, .4); animation: rise .62s cubic-bezier(.22, 1, .36, 1) both .68s; }
.hero-ctas { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; animation: rise .62s cubic-bezier(.22, 1, .36, 1) both .8s; }
.hero-ctas .btn { padding: 15px 28px; font-size: 15.5px; }
.hero-trust { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 32px; font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, .78); animation: rise .62s cubic-bezier(.22, 1, .36, 1) both .92s; }

/* ---------- denim main + glass sections ---------- */
main.bg-denim { position: relative; padding-bottom: 8px; }
.section { max-width: 1180px; margin: 0 auto; padding: clamp(44px, 5.5vw, 72px) clamp(16px, 4vw, 40px) 0; }
.sec-head { color: #fff; }
.sec-head .kicker { margin-bottom: 8px; }
.sec-head h2 { font-size: clamp(26px, 3.2vw, 36px); font-weight: 800; letter-spacing: -.02em; text-shadow: 0 2px 12px rgba(0, 0, 0, .35); }
.sec-head p { color: rgba(255, 255, 255, .78); margin-top: 6px; font-size: 15px; font-weight: 500; }

/* day grid — glass tiles on denim */
.day-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(104px, 1fr)); gap: 10px; margin-top: 24px; }
.day-card {
  position: relative; text-align: center; overflow: hidden;
  border-radius: var(--r-lg); padding: 14px 8px 12px;
  background: rgba(255, 255, 255, .78);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-top: 1.5px solid rgba(255, 255, 255, .6); border-left: 1.5px solid rgba(255, 255, 255, .5);
  border-bottom: 2px solid rgba(0, 0, 0, .12); border-right: 2px solid rgba(0, 0, 0, .08);
  box-shadow: var(--shadow-glass);
  transition: transform .16s ease, box-shadow .16s ease;
}
.day-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0, 0, 0, .18); }
.day-card.on { background: rgba(255, 255, 255, .95); box-shadow: 0 0 0 3px var(--gold), 0 14px 30px rgba(0, 0, 0, .2); }
.day-card .dow { font-size: 11.5px; font-weight: 800; letter-spacing: .07em; color: var(--ink-muted); text-transform: uppercase; }
.day-card.wknd .dow { color: var(--gold-dark); }
.day-card .dnum { font-size: 26px; font-weight: 800; letter-spacing: -.02em; margin: 1px 0; color: var(--ink-2); }
.day-card .mon { font-size: 11px; color: var(--ink-muted); font-weight: 600; }
.day-card .dprice { margin-top: 7px; font-size: 12px; font-weight: 800; color: var(--blue); }
.day-card .soldout-tag, .day-card .low-tag { position: absolute; top: 0; left: 0; right: 0; font-size: 9.5px; font-weight: 800; letter-spacing: .05em; padding: 2.5px 0; }
.day-card .low-tag { background: var(--gold); color: var(--navy); }
.day-card .soldout-tag { background: var(--danger); color: #fff; }
.day-card.sold-out { opacity: .55; pointer-events: none; }

.day-panel { margin-top: 16px; padding: 22px clamp(16px, 3vw, 30px); animation: rise .35s cubic-bezier(.22, 1, .36, 1) both; }
.day-panel .dp-title { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.day-panel .dp-title h3 { font-size: 20px; font-weight: 800; color: var(--ink-2); }
.day-panel .dp-title span { color: var(--ink-muted); font-size: 13px; font-weight: 600; }
.dp-rows { margin-top: 14px; display: flex; flex-direction: column; }
.dp-row { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px dashed var(--line); }
.dp-row:last-child { border-bottom: 0; }
.dp-row .t-name { font-weight: 700; font-size: 15px; color: var(--ink-2); }
.dp-row .t-sub { font-size: 12.5px; color: var(--ink-muted); }
.dp-row .t-price { margin-left: auto; text-align: right; }
.dp-row .t-price b { font-size: 17px; color: var(--ink-2); }
.dp-foot { display: flex; align-items: center; gap: 14px; margin-top: 16px; flex-wrap: wrap; }
.dp-foot .kids-note { font-size: 13px; color: var(--ok); font-weight: 700; }
.dp-foot .btn { margin-left: auto; }

/* passes — leather + brand gradient cards */
.pass-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; margin-top: 24px; }
.pass-card { position: relative; border-radius: var(--r-xl); padding: 26px; color: #fff; background: var(--grad-brand); overflow: hidden; box-shadow: 0 16px 40px -12px rgba(0, 0, 0, .4); border: 1px solid rgba(255, 255, 255, .14); }
.pass-card.flex { background: linear-gradient(165deg, #5C3A22 0%, #8B5E3C 60%, #A4744C 100%); }
/* combo (Rodeo + Fair Special) — the hero: rodeo navy→leather with a gold ring */
.pass-card.combo { background: linear-gradient(155deg, #152A4A 0%, #1A3D6E 42%, #6B4326 118%); box-shadow: 0 18px 44px -12px rgba(0, 0, 0, .5), inset 0 0 0 1.5px rgba(232, 169, 49, .45); }
.pass-card.combo::after { background: radial-gradient(80% 60% at 88% -6%, rgba(232, 169, 49, .30), transparent 58%); }
.pass-card.combo .badge-new { background: var(--grad-accent); box-shadow: 0 4px 12px rgba(232, 169, 49, .5); }
.pass-card::after { content: ''; position: absolute; inset: 0; background: radial-gradient(90% 60% at 85% 0%, rgba(232, 169, 49, .18), transparent 60%); pointer-events: none; }
.pass-card .badge-new { position: absolute; top: 16px; right: 16px; background: var(--gold); color: var(--navy); font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 10px; letter-spacing: .04em; z-index: 1; }
.pass-card h3 { font-size: 24px; font-weight: 800; letter-spacing: -.01em; }
.pass-card .pc-blurb { color: rgba(255, 255, 255, .82); font-size: 14px; margin-top: 6px; max-width: 340px; }
.pass-card .pc-prices { display: flex; gap: 26px; margin: 18px 0 4px; }
.pass-card .pc-price b { font-size: 26px; }
.pass-card .pc-price small { display: block; font-size: 12px; color: rgba(255, 255, 255, .72); font-weight: 600; }
.pass-card .pc-row { display: flex; align-items: center; gap: 12px; margin-top: 14px; flex-wrap: wrap; position: relative; z-index: 1; }
.pass-card .stepper { border-color: rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .10); }
.pass-card .stepper button, .pass-card .stepper .qty { color: #fff; }
.pass-card .btn { margin-left: auto; }
.pass-card .pc-save { font-size: 12.5px; font-weight: 700; color: #F4CE84; margin-top: 12px; }

/* events — the app's event-card anatomy: photo, gradient, category pill */
.event-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 18px; margin-top: 24px; }
.event-card {
  border-radius: var(--r-xl); overflow: hidden; display: flex; flex-direction: column;
  background: rgba(255, 255, 255, .94);
  border-top: 1.5px solid rgba(255, 255, 255, .7); border-left: 1.5px solid rgba(255, 255, 255, .6);
  border-bottom: 2px solid rgba(0, 0, 0, .14); border-right: 2px solid rgba(0, 0, 0, .10);
  box-shadow: 0 16px 36px rgba(16, 32, 60, .22);
  transition: transform .18s ease, box-shadow .18s ease;
}
.event-card:hover { transform: translateY(-3px); box-shadow: 0 22px 46px rgba(16, 32, 60, .3); }
.ev-visual { position: relative; height: 150px; background: var(--grad-navy); }
.ev-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ev-visual .ev-grad { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, .72)); }
.ev-visual .cat-pill { position: absolute; left: 14px; bottom: 12px; color: #fff; font-weight: 700; font-size: 12px; padding: 6px 12px; border-radius: 12px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.cat-pill.rodeo { background: rgba(196, 138, 26, .85); }
.cat-pill.concert { background: rgba(139, 92, 246, .85); }
.cat-pill.trucks { background: rgba(217, 45, 32, .85); }
.ev-visual .ev-remaining { position: absolute; right: 12px; bottom: 12px; font-size: 11px; font-weight: 700; color: #fff; background: rgba(0, 0, 0, .5); padding: 5px 10px; border-radius: 12px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.ev-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.ev-body h3 { font-size: 17.5px; font-weight: 800; letter-spacing: -.01em; color: var(--ink-2); }
.ev-meta { display: flex; gap: 16px; flex-wrap: wrap; }
.ev-meta span { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--ink-muted); font-weight: 600; }
.ev-meta svg { width: 14px; height: 14px; stroke: var(--ink-muted); }
.ev-body .ev-blurb { font-size: 13.5px; color: var(--ink-soft); flex: 1; }
.ev-tiers { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 2px; }
.ev-tier { font-size: 11.5px; font-weight: 700; padding: 4px 10px; border-radius: 10px; border: 1px solid var(--line); color: var(--ink-soft); background: var(--line-soft); }
.ev-cta-row { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.ev-cta-row .from { font-size: 13px; color: var(--ink-muted); font-weight: 600; }
.ev-cta-row .from b { font-size: 17px; color: var(--ink-2); }
.ev-cta-row .btn { margin-left: auto; padding: 11px 18px; font-size: 14px; }

/* trust + footer on denim */
.trust-strip { max-width: 1180px; margin: clamp(44px, 5.5vw, 72px) auto 0; padding: 0 clamp(16px, 4vw, 40px); display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.trust-item { padding: 18px 20px; display: flex; flex-direction: column; gap: 4px; }
.trust-item strong { font-size: 14.5px; color: var(--ink-2); }
.trust-item span { font-size: 13px; color: var(--ink-soft); }
.foot { max-width: 1180px; margin: 36px auto 0; padding: 24px clamp(16px, 4vw, 40px) 40px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: rgba(255, 255, 255, .65); font-size: 13px; font-weight: 500; border-top: 1px solid rgba(255, 255, 255, .14); }
.foot-powered strong { color: #F4CE84; }

/* ---------- cart drawer ---------- */
.drawer-scrim, .modal { position: fixed; inset: 0; background: rgba(21, 42, 74, .5); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); z-index: 90; }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(430px, 100vw); background: #fff; z-index: 95; display: flex; flex-direction: column; box-shadow: var(--shadow-pop); animation: drawerIn .3s cubic-bezier(.3, .9, .3, 1) both; }
@keyframes drawerIn { from { transform: translateX(40px); opacity: 0; } to { transform: none; opacity: 1; } }
.drawer-head { display: flex; align-items: center; gap: 12px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.drawer-head h3 { font-size: 18px; font-weight: 800; }
.hold-pill { font-size: 12px; font-weight: 700; color: var(--danger); background: var(--danger-soft); padding: 4px 10px; border-radius: 10px; font-variant-numeric: tabular-nums; }
.x { margin-left: auto; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: var(--ink-faint); font-size: 15px; }
.x:hover { background: var(--canvas); color: var(--ink); }
.drawer-body { flex: 1; overflow-y: auto; padding: 14px 20px; }
.cart-empty { text-align: center; color: var(--ink-faint); padding: 60px 20px; font-size: 14.5px; }
.cart-line { display: flex; align-items: flex-start; gap: 10px; padding: 12px 0; border-bottom: 1px dashed var(--line); }
.cart-line .cl-main { flex: 1; }
.cart-line .cl-name { font-weight: 700; font-size: 14px; color: var(--ink-2); }
.cart-line .cl-sub { font-size: 12px; color: var(--ink-muted); margin-top: 1px; }
.cart-line .cl-price { font-weight: 700; font-size: 14px; white-space: nowrap; }
.cart-line .cl-x { color: var(--ink-faint); font-size: 12px; padding: 2px 6px; border-radius: 6px; }
.cart-line .cl-x:hover { color: var(--danger); background: var(--danger-soft); }
.drawer-promo { display: flex; gap: 8px; padding: 12px 20px 0; }
.drawer-promo input { flex: 1; border: 1.5px solid var(--line); border-radius: 12px; padding: 10px 12px; font-size: 14px; text-transform: uppercase; outline: none; }
.drawer-promo input:focus { border-color: var(--blue-light); }
.drawer-summary { padding: 14px 20px 4px; font-size: 14px; }
.sum-row { display: flex; justify-content: space-between; padding: 3.5px 0; color: var(--ink-soft); }
.sum-row.disc { color: var(--ok); font-weight: 700; }
.sum-row.tot { font-size: 17.5px; font-weight: 800; color: var(--ink); border-top: 1px solid var(--line); margin-top: 8px; padding-top: 10px; }
.sum-row .fee-info { cursor: help; border-bottom: 1px dotted var(--ink-faint); }
.drawer-checkout { margin: 14px 20px calc(18px + env(safe-area-inset-bottom)); font-size: 16px; padding: 15px; }

/* ---------- checkout modal ---------- */
.modal { display: grid; place-items: center; padding: 18px; overflow-y: auto; }
.pay-shell { width: min(480px, 100%); padding: 24px; animation: pop .32s cubic-bezier(.34, 1.4, .64, 1) both; border-radius: var(--r-xl); }
.pay-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.pay-badge { width: 34px; height: 34px; border-radius: 9px; box-shadow: var(--shadow-card); }
.pay-head h3 { font-size: 19px; font-weight: 800; }
.pay-lines { background: var(--canvas); border-radius: var(--r-md); padding: 14px 16px; font-size: 13.5px; margin-bottom: 16px; }
.pay-lines .pl { display: flex; justify-content: space-between; padding: 3px 0; }
.pay-lines .pl.tot { font-weight: 800; font-size: 16px; border-top: 1px solid var(--line); margin-top: 7px; padding-top: 9px; }
.pay-lines .pl.fee { color: var(--ink-soft); }
.pay-lines .pl.fee .fee-label { border-bottom: 1px dotted var(--ink-faint); cursor: help; }
.pay-lines .pl.disc { color: var(--ok); font-weight: 700; }
.pay-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.pay-fields .field:first-child { grid-column: 1 / -1; }
.pay-sheet { border: 1.5px solid var(--line); border-radius: var(--r-md); padding: 14px; background: linear-gradient(180deg, #FBFCFE, #F4F6FA); }
.pay-card-row { display: flex; gap: 10px; align-items: center; }
.pay-card-row input { border: 0; background: transparent; font-family: var(--mono); font-size: 14.5px; outline: none; }
.pay-card-row #cardNum { flex: 1; min-width: 0; }
.pay-demo-note { font-size: 11.5px; color: var(--ink-faint); margin-top: 10px; }
.pay-demo-note code { background: rgba(43, 94, 167, .08); padding: 1px 5px; border-radius: 4px; }
.pay-btn { width: 100%; margin-top: 16px; font-size: 16.5px; padding: 15px; }
.pay-err { color: var(--danger); font-weight: 700; font-size: 13.5px; margin-top: 10px; text-align: center; }

/* ---------- seat map (navy stage w/ glass chrome) ---------- */
/* Entrance is opacity-only — a scale/translate here would distort the stage's
   measured rect (sRect) and throw off tap→seat mapping until the next resize. */
.seat-shell { width: min(1080px, 100%); height: min(94vh, 100%); background: #10203A; border-radius: var(--r-xl); display: flex; flex-direction: column; overflow: hidden; box-shadow: var(--shadow-pop); animation: seatShellIn .3s ease both; color: #fff; }
@keyframes seatShellIn { from { opacity: 0; } to { opacity: 1; } }
.seat-head { display: flex; align-items: center; gap: 12px; padding: 16px 22px 10px; }
.seat-head-txt { min-width: 0; }
.seat-head h3 { font-size: 18px; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.seat-meta { font-size: 12.5px; color: rgba(255, 255, 255, .6); font-weight: 600; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.seat-head .x { color: rgba(255, 255, 255, .6); flex: none; }
.seat-head .x:hover { background: rgba(255, 255, 255, .08); color: #fff; }
.seat-toolbar { display: flex; align-items: center; gap: 16px; padding: 0 22px 12px; flex-wrap: wrap; }
.tier-legend { display: flex; gap: 14px; flex-wrap: wrap; min-width: 0; }
.tl-item { display: flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 700; color: rgba(255, 255, 255, .85); white-space: nowrap; }
.tl-dot { width: 13px; height: 13px; border-radius: 4px; flex: none; }
.best-avail { margin-left: auto; display: flex; gap: 8px; align-items: center; }
.best-avail select { background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .2); color: #fff; border-radius: 10px; padding: 8px 10px; font-size: 13px; font-weight: 600; }
.best-avail select option { color: #111; }
.best-avail .btn { padding: 9px 16px; font-size: 13px; background: rgba(255, 255, 255, .1); color: #fff; border: 1px solid rgba(255, 255, 255, .25); }
.best-avail .btn:hover { background: rgba(255, 255, 255, .16); border-color: rgba(255, 255, 255, .4); color: #fff; }

/* stage owns every touch — no page scroll, no double-tap page zoom, no callout */
.seat-stage {
  position: relative; flex: 1; min-height: 0; overflow: hidden;
  background: radial-gradient(90% 80% at 50% 46%, #182B47 0%, #10203A 70%);
  cursor: grab; touch-action: none; overscroll-behavior: contain;
  user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent;
}
.seat-stage.panning { cursor: grabbing; }
.seat-stage.panning .seat { transition: none; }
.seat-stage > svg { width: 100%; height: 100%; display: block; }
.seat-zoom { position: absolute; right: 12px; top: 12px; display: flex; flex-direction: column; gap: 8px; z-index: 4; }
.seat-zoom button { width: 42px; height: 42px; border-radius: 14px; background: rgba(16, 32, 58, .66); border: 1px solid rgba(255, 255, 255, .22); color: #fff; font-size: 18px; font-weight: 700; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); transition: background .15s, transform .12s; }
.seat-zoom button:hover { background: rgba(255, 255, 255, .18); }
.seat-zoom button:active { transform: scale(.92); }
.seat-livechip { position: absolute; left: 14px; top: 12px; font-size: 10.5px; font-weight: 800; letter-spacing: .08em; color: #7CE3A2; background: rgba(34, 197, 94, .12); border: 1px solid rgba(34, 197, 94, .35); padding: 4px 10px; border-radius: 10px; z-index: 4; }

/* ---------- selection sheet — native bottom-sheet over the map ---------- */
.seat-sheet {
  position: absolute; left: 0; right: 0; bottom: 12px; margin: 0 auto; z-index: 5;
  width: min(460px, calc(100% - 20px));
  background: #fff; color: var(--ink); border-radius: 22px;
  box-shadow: 0 -2px 10px rgba(8, 16, 32, .12), 0 18px 48px -12px rgba(8, 16, 32, .55);
  transition: transform .34s cubic-bezier(.32, .72, .22, 1.02);
  touch-action: pan-y;
}
.seat-sheet.dragging { transition: none; }
.seat-sheet.bump { animation: sheetBump .46s cubic-bezier(.34, 1.56, .64, 1); }
@keyframes sheetBump { 0% { transform: translateY(0); } 32% { transform: translateY(-9px); } 100% { transform: translateY(0); } }
.sh-head { cursor: pointer; padding: 7px 18px 10px; touch-action: none; }
.sh-grab { display: block; width: 40px; height: 4.5px; border-radius: 999px; background: var(--line); margin: 0 auto 7px; transition: background .2s; }
.sh-head:hover .sh-grab { background: var(--ink-faint); }
.sh-row { display: flex; align-items: center; gap: 10px; min-width: 0; }
.sh-count { font-size: 15.5px; font-weight: 800; white-space: nowrap; }
.sh-hint { flex: 1; font-size: 12px; font-weight: 600; color: var(--ink-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sh-total { font-size: 15.5px; font-weight: 800; color: var(--blue); white-space: nowrap; }
.sh-chev { width: 18px; height: 18px; color: var(--ink-faint); flex: none; transition: transform .3s cubic-bezier(.32, .72, .22, 1); }
.seat-sheet.open .sh-chev { transform: rotate(180deg); }
.sh-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s cubic-bezier(.32, .72, .22, 1.02); }
.seat-sheet.open .sh-body { grid-template-rows: 1fr; }
.sh-scroll { overflow: hidden; min-height: 0; padding: 0 12px; touch-action: pan-y; }
.seat-sheet.open .sh-scroll { overflow-y: auto; max-height: min(38vh, 330px); overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.sh-card { display: flex; align-items: center; gap: 12px; padding: 10px 8px 10px 10px; border-radius: 14px; background: var(--canvas); margin-bottom: 8px; animation: rise .28s cubic-bezier(.22, 1, .36, 1) both; }
.sh-dot { width: 13px; height: 13px; border-radius: 5px; flex: none; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08); }
.sh-id { flex: 1; min-width: 0; line-height: 1.25; }
.sh-id b { display: block; font-size: 15px; font-weight: 800; color: var(--ink-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sh-id small { display: block; font-size: 12px; font-weight: 600; color: var(--ink-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sh-price { font-size: 14px; font-weight: 800; color: var(--ink-2); white-space: nowrap; }
.sh-x { width: 32px; height: 32px; flex: none; display: grid; place-items: center; border-radius: 10px; color: var(--ink-faint); font-size: 13px; }
.sh-x:hover { background: var(--danger-soft); color: var(--danger); }
.sh-foot { padding: 4px 12px calc(12px + env(safe-area-inset-bottom)); }
.sh-hold { width: 100%; font-size: 15.5px; padding: 14px; border-radius: 16px; }
.seat-sheet:not(.has) .sh-grab, .seat-sheet:not(.has) .sh-chev, .seat-sheet:not(.has) .sh-foot { display: none; }
.seat-sheet:not(.has) .sh-head { padding: 12px 18px; cursor: default; }
.seat-sheet:not(.has) .sh-count { color: var(--ink-2); }

/* seat states (SVG) — tier classes match the official map's dot colors */
.seat { transition: fill .15s ease, opacity .3s ease, transform .2s cubic-bezier(.34, 1.56, .64, 1); cursor: pointer; transform-box: fill-box; transform-origin: center; }
.seat.avail-ga25 { fill: var(--seat-ga25); }
.seat.avail-ga35 { fill: var(--seat-ga35); }
.seat.avail-ga45 { fill: var(--seat-ga45); }
.seat.avail-vip { fill: var(--seat-vip); }
.seat.avail-suite { fill: var(--seat-suite); }
.seat.avail-ga25[data-access] { fill: var(--seat-access); }
.seat[class*="avail-"]:hover { fill: var(--seat-hover); }
.seat.sel { fill: var(--seat-selected); stroke: #fff; stroke-width: 1.3; transform: scale(1.35); }
.seat.pop { animation: seatPop .46s cubic-bezier(.34, 1.56, .64, 1); }
@keyframes seatPop { 0% { transform: scale(.55); } 58% { transform: scale(1.8); } 100% { transform: scale(1.35); } }
.seat.deny { animation: seatDeny .32s ease; }
@keyframes seatDeny { 0%, 100% { transform: translateX(0); } 28% { transform: translateX(-1.7px); } 72% { transform: translateX(1.7px); } }
.seat.held { fill: var(--seat-held); opacity: .45; cursor: not-allowed; }
.seat.sold { fill: var(--seat-sold); opacity: .5; cursor: not-allowed; }
.seat.flash { animation: seatFlash 1.1s ease; }
@keyframes seatFlash { 0% { stroke: #fff; stroke-width: 3; } 100% { stroke-width: 0; } }
.seat-nums { pointer-events: none; }
.seat-num { fill: rgba(13, 22, 38, .68); font-size: 3.1px; font-weight: 800; text-anchor: middle; font-family: var(--font); }
.sec-outline { fill: rgba(255, 255, 255, .028); stroke: rgba(255, 255, 255, .10); }
.sec-labels, .decor-labels { pointer-events: none; }
.sec-label { fill: rgba(255, 255, 255, .55); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-anchor: middle; font-family: var(--font); }
.sec-label-side { text-anchor: start; letter-spacing: .02em; }
.map-decor-dirt { fill: #6B4A2E; stroke: rgba(232, 169, 49, .28); stroke-width: 2.5; }
.map-decor-label { fill: rgba(232, 169, 49, .55); font-size: 22px; font-weight: 800; letter-spacing: .3em; text-anchor: middle; font-family: var(--font); }
.map-stand-label { fill: rgba(255, 255, 255, .35); font-size: 12px; font-weight: 800; letter-spacing: .22em; text-anchor: middle; font-family: var(--font); }
.map-feature { fill: rgba(255, 255, 255, .07); stroke: rgba(255, 255, 255, .22); stroke-dasharray: 5 4; }
.map-feature-label { fill: rgba(255, 255, 255, .55); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-anchor: middle; font-family: var(--font); }
.map-vipdeck { fill: rgba(98, 190, 133, .16); stroke: rgba(98, 190, 133, .5); stroke-width: 2; }
.map-vipdeck-label { fill: #7ED9A0; font-size: 20px; font-weight: 800; letter-spacing: .18em; text-anchor: middle; font-family: var(--font); }
.map-vipdeck-sub { fill: rgba(126, 217, 160, .7); font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-anchor: middle; font-family: var(--font); }

/* confetti */
.confetti { position: fixed; inset: 0; pointer-events: none; z-index: 300; }
.confetti i { position: absolute; width: 9px; height: 14px; top: -20px; border-radius: 2px; animation: confFall linear forwards; }
@keyframes confFall { to { transform: translateY(110vh) rotate(720deg); opacity: .9; } }

/* ---------- fx layer: parallax, tilt, reveals, ambient ---------- */
.hero { isolation: isolate; }
.hero-inner { will-change: transform, opacity; }
.fx-sweep {
  position: absolute; inset: -20%; pointer-events: none; z-index: 1;
  background: linear-gradient(115deg, transparent 42%, rgba(255, 255, 255, .06) 50%, rgba(232, 169, 49, .05) 54%, transparent 62%);
  transform: translateX(-70%);
  animation: fxSweep 2.6s cubic-bezier(.4, 0, .2, 1) 1.6s both, fxSweepLoop 9s linear 6s infinite;
}
@keyframes fxSweep { to { transform: translateX(70%); } }
@keyframes fxSweepLoop { 0%, 72% { transform: translateX(-70%); } 100% { transform: translateX(70%); } }

/* Cards are plain until interacted with — promoting all of them to GPU layers
   permanently (will-change) blows out compositor memory and hurts scroll. The
   3D-tilt promotion is scoped to the moment a card is actually tilted. */
.day-card, .pass-card, .event-card, .trust-item { position: relative; }
.fx-tilting { z-index: 3; transform-style: preserve-3d; will-change: transform; }
.day-card::after, .event-card .ev-body::after { content: none; }
.fx-tilting::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: 2;
  background: radial-gradient(320px circle at var(--gx, 50%) var(--gy, 50%), rgba(255, 255, 255, .28), transparent 55%);
  mix-blend-mode: soft-light;
}
.pass-card.fx-tilting::before { background: radial-gradient(340px circle at var(--gx, 50%) var(--gy, 50%), rgba(255, 255, 255, .22), transparent 55%); mix-blend-mode: overlay; }

.fx-pre { opacity: 0; transform: translateY(22px); }
.fx-pre.fx-in { opacity: 1; transform: none; transition: opacity .6s cubic-bezier(.22, 1, .36, 1), transform .6s cubic-bezier(.22, 1, .36, 1); }

.fx-orbs { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.fx-orbs i {
  position: absolute; border-radius: 50%; display: block;
  background: radial-gradient(circle, rgba(232, 169, 49, .16) 0%, rgba(232, 169, 49, .05) 45%, transparent 70%);
  filter: blur(10px);
  animation: orbDrift linear infinite alternate;
}
.fx-orbs i.blue { background: radial-gradient(circle, rgba(120, 170, 235, .14) 0%, rgba(120, 170, 235, .04) 45%, transparent 70%); }
@keyframes orbDrift {
  from { transform: translate3d(-30px, 18px, 0) scale(.92); }
  to { transform: translate3d(34px, -26px, 0) scale(1.08); }
}
main.bg-denim { isolation: isolate; }
main.bg-denim > .section, main.bg-denim > .trust-strip, main.bg-denim > .foot { position: relative; z-index: 1; }

@media (prefers-reduced-motion: reduce) {
  .fx-sweep, .fx-orbs { display: none; }
  .fx-pre { opacity: 1; transform: none; }
}

@media (max-width: 760px) {
  .topnav { display: none; }
  .pay-fields { grid-template-columns: 1fr; }
  .bg-denim { background-attachment: scroll; }

  /* seat picker goes full-screen app-style */
  .modal.seat-modal { padding: 0; }
  .seat-shell { width: 100%; height: 100vh; height: 100dvh; max-height: none; border-radius: 0; animation: none; }
  .seat-head { padding: calc(10px + env(safe-area-inset-top)) 16px 6px; }
  .seat-head h3 { font-size: 16.5px; }
  .seat-meta { font-size: 11.5px; }
  .seat-toolbar { gap: 8px; padding: 0 0 10px; flex-direction: column; flex-wrap: nowrap; align-items: stretch; }
  .tier-legend { flex-wrap: nowrap; overflow-x: auto; gap: 12px; padding: 0 16px 2px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .tier-legend::-webkit-scrollbar { display: none; }
  .tl-item { font-size: 11.5px; }
  .best-avail { margin: 0 16px; }
  .best-avail select { flex: 1; min-width: 0; padding: 7px 8px; }
  .best-avail .btn { flex: none; padding: 8px 14px; }
  .seat-zoom { top: 10px; right: 10px; }
  .seat-zoom button { width: 40px; height: 40px; }
  .seat-livechip { left: 10px; top: 10px; }
  .seat-sheet { width: 100%; bottom: 0; border-radius: 22px 22px 0 0; }
  .seat-sheet.open .sh-scroll { max-height: min(44vh, 360px); }
}
