/* Per-screen layout only. No color values here — colors live in tokens.css. */

/* 21+ gate — character-free by counsel ruling: wordmark type + text only */
.gate { min-height: 100dvh; display: grid; align-content: center; gap: 24px; padding: 32px var(--gutter); }
.gate .mark { text-align: center; }
.gate .mark .d1 { display: block; }
.gate .mark .lab { display: block; margin-top: 8px; }
.gate form { display: grid; gap: 16px; }
.gate .fine { text-align: center; }

/* Home hero — Groovy Gravy-only screen, so the faced art is allowed here,
   and it carries the 21+ strip inside the same figure. */
.hero { position: relative; border-bottom: var(--line-3); }
.hero img { width: 100%; height: auto; aspect-ratio: 900 / 477; object-fit: cover; }
.hero figcaption {
  border-top: var(--line-3); background: var(--ink); color: var(--ink-on-dark);
  text-align: center; padding: 7px 10px; font: 700 11px/14px var(--body); letter-spacing: 0.12em; text-transform: uppercase;
}
.hero-facts { display: grid; justify-items: center; gap: 10px; margin-top: 20px; text-align: center; }
.hero-facts .placard { transform: rotate(-1.5deg); }

.home-cta { margin-top: 24px; }
.status { margin: 28px 4px 0; }

/* Tickets */
.ticket { border-top-width: 9px; border-radius: var(--r-sign); position: relative; }
.ticket.vip { border-top-color: var(--orange); }
.ticket.ga1 { border-top-color: var(--blue); }
.ticket.ga2 { border-top-color: var(--green); }
.ticket .price-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 12px; }
.ticket .next { margin-top: 2px; }
.ticket .btn { margin-top: 14px; }
.ladder { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.ladder caption { text-align: left; margin-bottom: 8px; }
.ladder th, .ladder td { padding: 8px 6px; text-align: right; border-bottom: 2px dotted var(--ink); font: 500 13px/19px var(--body); }
.ladder th:first-child, .ladder td:first-child { text-align: left; }
.ladder thead th { font: 700 11px/14px var(--body); letter-spacing: 0.1em; text-transform: uppercase; border-bottom: var(--line-2); }
.ladder tr.now th, .ladder tr.now td { font-weight: 700; background: var(--lime); }
.ladder tr.past td { color: var(--ink-60); }

/* Map */
.mapwrap { position: relative; aspect-ratio: 1560 / 1010; min-height: 240px; border-top: var(--line-3); border-bottom: var(--line-3); background: var(--white); }
.mapwrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Schedule */
.sched li { display: grid; grid-template-columns: 62px 1fr; gap: 12px; padding: 14px 0; border-bottom: 2px dotted var(--ink); }
.sched li:last-child { border-bottom: 0; }
.sched .time { font: 400 20px/24px var(--disp); font-variant-numeric: tabular-nums; }
.sched li.window { border-left: 6px solid var(--orange); padding-left: 10px; margin-left: -16px; }
.sched li.mine { border-left-color: var(--blue); }

/* Lineup */
.names { display: flex; flex-wrap: wrap; gap: 8px; }

/* Packages */
.pkg .head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.pkg ul.incl { margin-top: 10px; }
.pkg ul.incl li { position: relative; padding-left: 18px; margin-top: 4px; font: 400 14px/21px var(--body); }
.pkg ul.incl li::before { content: ""; position: absolute; left: 2px; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--ink); }
.pkg .btn-row { margin-top: 14px; }

/* Me */
.entry .big { margin-top: 6px; }
.entry dl { display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; margin-top: 12px; }
.entry dt { font: 700 11px/19px var(--body); letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-60); }
.entry dd { font: 600 15px/19px var(--body); }

.notice { border: var(--line-3); border-radius: var(--r-card); background: var(--blue); padding: 14px; box-shadow: var(--sh-1); }

.footer { margin-top: 40px; padding-top: 24px; border-top: 6px solid var(--ink); text-align: center; }
.footer .links { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 16px; margin-top: 8px; }
.footer a { min-height: 44px; display: inline-flex; align-items: center; font: 600 14px/20px var(--body); }
