:root {
  --font-display: "cheap-pine-sans", "Arial Narrow", sans-serif;
  --display-weight: 400;
  --font-body: Arial, Helvetica, sans-serif;
  --paper: #f2ecdc;
  --paper-light: #fbf7eb;
  --paper-deep: #e5dcc6;
  --ink: #233d35;
  --ink-dark: #172922;
  --ink-soft: #4b5c55;
  --ochre: #b67926;
  --ochre-light: #d7ae63;
  --rule: #bdb39d;
  --white: #fffdf7;
  --reader-size: 1.32rem;
  --max: 1160px;
  --nav-height: 104px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-height) + 20px);
}

body {
  margin: 0;
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(35, 61, 53, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 61, 53, 0.014) 1px, transparent 1px);
  background-size: 9px 9px;
  color: var(--ink-dark);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
}

body.song-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.18em;
}

a:hover {
  text-decoration-thickness: 0.16em;
}

button,
input {
  font: inherit;
}

button,
.button,
.nav-ticket,
.mobile-ticket {
  min-height: 44px;
}

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

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink-dark);
  font-weight: 800;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--nav-height);
  border-bottom: 2px solid var(--ink);
  background: rgba(242, 236, 220, 0.98);
}

.anchor-nav {
  width: min(var(--max), calc(100% - 32px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-mark,
.anchor-nav a {
  font-family: var(--font-display);
  font-weight: var(--display-weight);
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.nav-mark {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 2.3rem;
  line-height: 1;
  text-decoration: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-links a {
  color: var(--ink-dark);
  font-size: 1.64rem;
  line-height: 1;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  text-decoration: underline;
}

.nav-ticket {
  margin-left: auto;
  padding: 14px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
}

.nav-ticket:hover {
  background: var(--ochre);
  color: var(--ink-dark);
}

.hero {
  width: min(1260px, calc(100% - 32px));
  margin: 0 auto;
  padding: 30px 0 0;
}

.hero-frame {
  overflow: hidden;
  border: 3px solid var(--ink);
  background: var(--white);
}

.hero-frame img {
  width: 100%;
}

.event-board {
  margin: -3px 18px 0;
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(300px, 1.75fr) minmax(220px, 0.9fr);
  border: 3px solid var(--ink);
  background: var(--paper-light);
}

.date-block {
  padding: 30px 32px;
  container-type: inline-size;
  display: grid;
  grid-template-areas:
    "day year"
    "date date";
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 18px 20px;
  background: var(--ochre);
  color: var(--ink-dark);
  line-height: 1;
  text-transform: uppercase;
}

.date-day,
.date-year {
  font-family: var(--font-display);
  font-weight: var(--display-weight);
  letter-spacing: 0.14em;
}

.date-day {
  grid-area: day;
  align-self: end;
  justify-self: start;
  font-size: 1.84rem;
}

.date-block strong {
  grid-area: date;
  width: 100%;
  margin: 0;
  padding-top: 18px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.14em;
  border-top: 2px solid currentColor;
  font-family: var(--font-display);
  font-size: 6rem;
  font-size: clamp(6rem, 54cqi, 15.5rem);
  font-weight: var(--display-weight);
  letter-spacing: 0;
  line-height: 0.78;
}

.date-block strong span {
  font-size: 0.46em;
  letter-spacing: 0.08em;
}

.date-year {
  grid-area: year;
  align-self: end;
  justify-self: end;
  font-size: 1.56rem;
}

.venue-block {
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 2px solid var(--ink);
}

.eyebrow,
.set-label,
.artist-role,
.dialog-kicker {
  margin: 0 0 8px;
  color: var(--ochre);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: var(--display-weight);
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.venue-name {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: var(--display-weight);
  letter-spacing: -0.025em;
  line-height: 0.95;
  text-transform: uppercase;
}

.venue-time {
  margin: 10px 0 3px;
  font-size: 1.2rem;
  font-weight: 800;
}

.venue-block > a {
  width: fit-content;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.event-actions {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.button {
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: var(--display-weight);
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.event-actions .button {
  padding: 20px 24px;
  font-size: 1.8rem;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--ink);
  color: var(--white);
}

.button-primary:hover {
  background: var(--ochre);
  color: var(--ink-dark);
}

.button-secondary {
  background: transparent;
  color: var(--ink-dark);
}

.button-secondary:hover {
  background: var(--paper-deep);
}

.section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 94px 0;
  scroll-margin-top: calc(var(--nav-height) + 18px);
}

.section + .section {
  border-top: 2px solid var(--rule);
}

.section-heading h2,
.details-poster h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 6.7rem);
  font-weight: var(--display-weight);
  letter-spacing: -0.045em;
  line-height: 0.88;
  text-transform: uppercase;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(360px, 1.4fr);
  gap: 5vw;
}

.about-copy {
  max-width: 760px;
}

.about-copy p {
  margin: 0 0 1.22em;
  font-size: 1.08rem;
}

.about-copy .lede {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 750;
  letter-spacing: -0.018em;
  line-height: 1.32;
}

.plain-statement {
  margin-top: 32px !important;
  padding: 22px 0 22px 24px;
  border-left: 8px solid var(--ochre);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 2rem) !important;
  font-weight: var(--display-weight);
  line-height: 1.25 !important;
  text-transform: uppercase;
}

.night-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 16px;
  border: 2px solid var(--ink);
}

.night-grid article {
  position: relative;
  min-height: 225px;
  padding: 28px;
  background: var(--paper-light);
}

.night-grid article + article {
  border-left: 2px solid var(--ink);
}

.night-grid .number {
  color: var(--ochre);
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: var(--display-weight);
  letter-spacing: 0.14em;
}

.night-grid h3 {
  margin: 34px 0 8px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.65rem;
  line-height: 1;
  text-transform: uppercase;
}

.night-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.songs-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: end;
}

.songs-heading > p {
  max-width: 560px;
  margin: 0 0 5px;
  font-size: 1.05rem;
}

.song-search {
  margin: 44px 0 24px;
  padding: 22px;
  border: 2px solid var(--ink);
  background: var(--paper-light);
}

.song-search label {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: var(--display-weight);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.search-row {
  display: flex;
  gap: 8px;
}

.search-row input {
  width: 100%;
  min-height: 52px;
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: var(--white);
  color: var(--ink-dark);
  font-size: 1rem;
}

.search-row button {
  padding: 8px 18px;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: var(--paper-deep);
  color: var(--ink-dark);
  cursor: pointer;
  font-weight: 800;
}

.filter-status {
  min-height: 1.2em;
  margin: 7px 0 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.set-grid {
  display: grid;
  gap: 20px;
}

.set-card {
  display: grid;
  grid-template-columns: minmax(230px, 0.7fr) minmax(0, 2fr);
  border: 2px solid var(--ink);
  background: var(--paper-light);
}

.set-card > header {
  padding: 27px;
  border-right: 2px solid var(--ink);
  background: var(--paper-deep);
}

.set-card-featured > header {
  background: var(--ink);
  color: var(--white);
}

.set-card-featured .set-label {
  color: var(--ochre-light);
}

.set-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  line-height: 1.02;
  text-transform: uppercase;
}

.set-card h3 a {
  text-decoration: none;
}

.set-card h3 a:hover,
.set-card h3 a:focus-visible {
  text-decoration: underline;
}

.set-card ol {
  margin: 0;
  padding: 13px 24px 14px;
  list-style: none;
  counter-reset: song;
}

.set-card li {
  min-height: 47px;
  padding: 9px 0;
  display: grid;
  grid-template-columns: 2.15rem minmax(0, 1fr) auto;
  gap: 8px;
  align-items: baseline;
  border-bottom: 1px solid var(--rule);
  counter-increment: song;
}

.set-card li:last-child {
  border-bottom: 0;
}

.set-card li::before {
  content: counter(song, decimal-leading-zero);
  color: var(--ochre);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: var(--display-weight);
  letter-spacing: 0.08em;
}

.song-link {
  width: fit-content;
  color: var(--ink-dark);
  font-size: 1.04rem;
  font-weight: 800;
}

.song-link::after {
  content: " ↗";
  color: var(--ochre);
  font-size: 0.78em;
  text-decoration: none;
}

.song-link[data-status="coming"]::after {
  content: " +";
}

.song-credit,
.song-credit-group {
  color: var(--ink-soft);
  font-size: 0.78rem;
  white-space: nowrap;
}

.song-credit {
  text-decoration-thickness: 1px;
}

.tba-row {
  color: var(--ink-soft);
  font-style: italic;
}

.songbook-note {
  margin-top: 20px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--ink);
  color: var(--white);
}

.songbook-note p {
  margin: 0;
}

.songbook-note .button {
  flex: 0 0 auto;
  border-color: var(--ochre-light);
  background: var(--ochre);
  color: var(--ink-dark);
}

.artist-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.artist-card {
  scroll-margin-top: calc(var(--nav-height) + 18px);
  border: 2px solid var(--ink);
  background: var(--paper-light);
}

.artist-card-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
}

.artist-card figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-bottom: 2px solid var(--ink);
  background: var(--paper-deep);
}

.artist-card-wide figure {
  aspect-ratio: auto;
  min-height: 420px;
  border-right: 2px solid var(--ink);
  border-bottom: 0;
}

.artist-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.04);
  transition: filter 220ms ease, transform 220ms ease;
}

.artist-card:hover figure img {
  filter: saturate(0.9) contrast(1.04);
  transform: scale(1.015);
}

#artist-tyler-westcott figure img {
  object-position: center 42%;
}

#artist-captain-tom figure img {
  object-position: center 38%;
}

.artist-card figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 9px;
  background: rgba(23, 41, 34, 0.9);
  color: var(--white);
  font-size: 0.68rem;
}

.artist-copy {
  padding: 28px;
}

.artist-card-wide .artist-copy {
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.artist-copy h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.8rem);
  letter-spacing: -0.025em;
  line-height: 0.98;
  text-transform: uppercase;
}

.artist-copy p:not(.artist-role) {
  margin: 0 0 1.05em;
}

.text-link {
  width: fit-content;
  margin-top: auto;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: var(--display-weight);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.details-section {
  display: grid;
  grid-template-columns: minmax(310px, 0.85fr) minmax(360px, 1.15fr);
  gap: 0;
  border-top-color: var(--ink) !important;
}

.details-poster {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--ink);
  color: var(--white);
}

.details-poster .eyebrow {
  color: var(--ochre-light);
}

.details-poster h2 {
  color: var(--white);
}

.details-time {
  margin: 34px 0 6px;
  color: var(--ochre-light);
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: var(--display-weight);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.details-poster p {
  margin-bottom: 0;
}

.details-copy {
  padding: 48px;
  border: 2px solid var(--ink);
  border-left: 0;
  background: var(--paper-light);
}

.details-copy h3 {
  margin: 0 0 22px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
  text-transform: uppercase;
}

.details-copy p {
  margin: 0 0 1.1em;
  font-size: 1.05rem;
}

.details-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fine-print {
  margin-top: 22px !important;
  color: var(--ink-soft);
  font-size: 0.78rem !important;
}

.site-footer {
  padding: 25px max(16px, calc((100vw - var(--max)) / 2));
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 2px solid var(--ink);
  background: var(--paper-deep);
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.site-footer p {
  margin: 0;
}

.mobile-ticket {
  display: none;
}

/* Songbook reader */
.song-dialog {
  width: min(920px, calc(100vw - 28px));
  height: min(92dvh, 940px);
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 3px solid var(--ink-dark);
  border-radius: 0;
  background: var(--paper-light);
  color: var(--ink-dark);
}

.song-dialog::backdrop {
  background: rgba(9, 18, 15, 0.8);
}

.dialog-shell {
  height: 100%;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
}

.dialog-header {
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  background: var(--ink);
  color: var(--white);
}

.dialog-kicker {
  margin-bottom: 4px;
  color: var(--ochre-light);
}

.dialog-header h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 5vw, 3.1rem);
  line-height: 1;
  text-transform: uppercase;
}

.dialog-close {
  flex: 0 0 auto;
  padding: 8px 13px;
  border: 2px solid var(--white);
  border-radius: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: var(--display-weight);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.dialog-close:hover {
  background: var(--white);
  color: var(--ink-dark);
}

.reader-tools {
  padding: 9px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  border-bottom: 2px solid var(--ink);
  background: var(--paper-deep);
}

.reader-tools button,
.reader-tools a {
  min-height: 40px;
  padding: 7px 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--paper-light);
  color: var(--ink-dark);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

.font-tools {
  display: inline-flex;
}

.font-tools button + button {
  border-left: 0;
}

.reader-tools button[aria-pressed="true"] {
  background: var(--ink);
  color: var(--white);
}

.reader-tools a {
  margin-left: auto;
}

.reader-tools a + a {
  margin-left: 0;
}

.lyrics-scroll {
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--paper-light);
  scrollbar-color: var(--ochre) var(--paper-deep);
}

.lyrics-content {
  width: min(100% - 36px, 720px);
  margin: 0 auto;
  padding: 36px 0 64px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: var(--reader-size);
  line-height: 1.56;
}

.lyrics-content p {
  margin: 0 0 0.24em;
}

.lyrics-content h3 {
  margin: 1.75em 0 0.55em;
  padding-top: 0.6em;
  border-top: 1px solid currentColor;
  font-family: var(--font-display);
  font-size: 0.78em;
  font-weight: var(--display-weight);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lyrics-content h3:first-child {
  margin-top: 0;
}

.lyrics-break {
  height: 1em;
}

.lyrics-empty {
  padding: 24px;
  border: 2px solid currentColor;
  font-family: var(--font-body);
  font-size: 1rem;
}

.lyrics-empty strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  text-transform: uppercase;
}

.dialog-footer {
  min-height: 58px;
  padding: 8px 12px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  border-top: 2px solid var(--ink);
  background: var(--paper-deep);
}

.dialog-footer button {
  min-height: 40px;
  padding: 7px 12px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--paper-light);
  color: var(--ink-dark);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 800;
}

.dialog-footer button:first-child {
  justify-self: start;
}

.dialog-footer button:last-child {
  justify-self: end;
}

.dialog-footer button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

#song-position {
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 800;
}

.song-dialog.is-dim {
  --paper-light: #17251f;
  --paper-deep: #22362e;
  --ink: #e1d7bc;
  --ink-dark: #f0e8d5;
  --ink-soft: #c1b89f;
  --white: #f3ead5;
  --ochre: #d7a14d;
  background: #17251f;
}

.song-dialog.is-dim .dialog-header {
  background: #0d1713;
}

@media (max-width: 900px) {
  .anchor-nav {
    width: calc(100% - 20px);
    gap: 15px;
  }

  .nav-links {
    gap: 14px;
  }

  .event-board {
    margin-inline: 8px;
    grid-template-columns: minmax(145px, 0.65fr) 1.35fr;
  }

  .event-actions {
    grid-column: 1 / -1;
    padding: 14px;
    flex-direction: row;
    border-top: 2px solid var(--ink);
  }

  .event-actions .button {
    flex: 1;
  }

  .venue-block {
    border-right: 0;
  }

  .about-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .songs-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .artist-card-wide {
    grid-template-columns: 1fr;
  }

  .artist-card-wide figure {
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }
}

@media (max-width: 720px) {
  :root {
    --nav-height: 88px;
  }

  body {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  body.song-open {
    padding-bottom: 0;
  }

  .site-header {
    overflow: hidden;
  }

  .anchor-nav {
    width: 100%;
    padding-left: 12px;
    gap: 0;
  }

  .nav-mark {
    display: none;
  }

  .nav-links {
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    padding: 21px 12px;
    white-space: nowrap;
  }

  .nav-ticket {
    align-self: stretch;
    min-height: 88px;
    padding-inline: 16px;
  }

  .hero {
    width: calc(100% - 16px);
    padding-top: 8px;
  }

  .hero-frame {
    border-width: 2px;
  }

  .event-board {
    margin: -2px 0 0;
    grid-template-columns: 1fr;
    border-width: 2px;
  }

  .date-block {
    min-height: 220px;
    padding: 24px 22px;
  }

  .venue-block {
    padding: 18px 16px;
  }

  .venue-name {
    font-size: clamp(1.85rem, 10vw, 3rem);
  }

  .venue-time {
    font-size: 1rem;
  }

  .venue-block > a {
    font-size: 0.78rem;
  }

  .event-actions {
    padding: 10px;
  }

  .event-actions .button {
    padding-inline: 10px;
    font-size: clamp(1.35rem, 6vw, 1.56rem);
  }

  .section {
    width: calc(100% - 24px);
    padding: 66px 0;
  }

  .section-heading h2,
  .details-poster h2 {
    font-size: clamp(3.25rem, 18vw, 5.1rem);
  }

  .about-copy p {
    font-size: 1rem;
  }

  .about-copy .lede {
    font-size: 1.3rem;
  }

  .night-grid {
    grid-template-columns: 1fr;
  }

  .night-grid article {
    min-height: 0;
  }

  .night-grid article + article {
    border-top: 2px solid var(--ink);
    border-left: 0;
  }

  .song-search {
    padding: 15px;
  }

  .set-card {
    grid-template-columns: 1fr;
  }

  .set-card > header {
    padding: 22px;
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .set-card ol {
    padding-inline: 16px;
  }

  .set-card li {
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .song-credit,
  .song-credit-group {
    grid-column: 2;
    white-space: normal;
  }

  .songbook-note {
    align-items: stretch;
    flex-direction: column;
  }

  .artist-grid {
    grid-template-columns: 1fr;
  }

  .artist-card-wide {
    grid-column: auto;
  }

  .artist-card figure,
  .artist-card-wide figure {
    aspect-ratio: 4 / 3;
  }

  .artist-card-wide .artist-copy,
  .artist-copy {
    padding: 24px;
  }

  .details-section {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
  }

  .details-poster,
  .details-copy {
    padding: 34px 25px;
  }

  .details-copy {
    border-top: 0;
    border-left: 2px solid var(--ink);
  }

  .details-actions {
    flex-direction: column;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-ticket {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    height: calc(88px + env(safe-area-inset-bottom));
    padding: 16px 20px calc(16px + env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid var(--white);
    background: var(--ink);
    color: var(--white);
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: var(--display-weight);
    line-height: 1;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
  }

  body.song-open .mobile-ticket {
    display: none;
  }

  .song-dialog {
    width: 100vw;
    height: 100dvh;
    margin: 0;
    border: 0;
  }

  .dialog-header {
    padding: 14px;
  }

  .dialog-header h2 {
    font-size: clamp(1.55rem, 7.3vw, 2.35rem);
  }

  .dialog-close {
    padding-inline: 10px;
  }

  .reader-tools {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .reader-tools::-webkit-scrollbar {
    display: none;
  }

  .reader-tools button,
  .reader-tools a {
    flex: 0 0 auto;
  }

  .reader-tools a {
    margin-left: 0;
  }

  .lyrics-content {
    width: calc(100% - 30px);
    padding-top: 28px;
  }

  .dialog-footer {
    gap: 6px;
  }

  .dialog-footer button {
    padding-inline: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .site-header,
  .mobile-ticket,
  .reader-tools,
  .dialog-footer,
  .dialog-close {
    display: none !important;
  }

  .song-dialog[open] {
    position: static;
    width: 100%;
    height: auto;
    border: 0;
  }

  .song-dialog[open] .dialog-header {
    padding-inline: 0;
    background: transparent;
    color: #000;
  }

  .song-dialog[open] .dialog-kicker {
    color: #000;
  }

  .song-dialog[open] .lyrics-scroll {
    overflow: visible;
  }

  .song-dialog[open] .lyrics-content {
    width: 100%;
    padding: 20px 0;
    color: #000;
  }
}
/* Enlarge eyebrow-style labels by about 30% */
.eyebrow,
.set-label,
.artist-role,
.dialog-kicker {
  font-size: 1.07rem;
}

/* Double the bottom-page ticket button text */
.details-actions .button-primary {
  padding: 20px 28px;
  font-size: 1.8rem;
  line-height: 1.1;
}
.lyrics-content .chorus-line {
  font-weight: 700;
}

.lyrics-content .song-note {
  margin: 0 0 1.6em;
  padding: 0 0 1em;
  color: var(--ink-soft);
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.45;
}

/* =========================================================
   MOBILE CLEANUP
   Paste at the END of the stylesheet
   ========================================================= */

@media (max-width: 720px) {
  :root {
    --nav-height: 58px;
  }

  html {
    scroll-padding-top: calc(var(--nav-height) + 12px);
  }

  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }

  /* Compact three-link navigation */
  .site-header {
    height: var(--nav-height);
  }

  .anchor-nav {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .nav-links {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: visible;
  }

  .nav-links a {
    height: 100%;
    min-width: 0;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.15rem, 5vw, 1.42rem);
    letter-spacing: 0.04em;
    text-align: center;
    white-space: nowrap;
  }

  /* Fixed bottom ticket button already handles this job */
  .nav-ticket {
    display: none;
  }

  /* Tighten poster area */
  .hero {
    width: calc(100% - 12px);
    padding-top: 6px;
  }

  /* Date and venue already appear in the banner graphic */
  .date-block,
  .venue-block {
    display: none;
  }

  /* Leave only Add to Calendar beneath the poster */
  .event-board {
    margin: -2px 0 0;
    display: block;
    border-width: 2px;
  }

  .event-actions {
    padding: 8px;
    border-top: 0;
  }

  .event-actions .button-primary {
    display: none;
  }

  .event-actions .button-secondary {
    flex: 1 1 100%;
    min-height: 52px;
    padding: 11px 14px;
    font-size: 1.2rem;
  }

  /* Keep ticket CTA prominent without eating the screen */
  .mobile-ticket {
    height: calc(64px + env(safe-area-inset-bottom));
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    font-size: 1.55rem;
  }

  body.song-open {
    padding-bottom: 0;
  }

  /* Song-title hero */
  .dialog-header {
    position: relative;
    min-height: 0;
    padding: 18px 78px 24px 18px;
    display: block;
  }

  .dialog-header > div {
    min-width: 0;
  }

  .dialog-kicker {
    margin-bottom: 9px;
    font-size: clamp(0.9rem, 4vw, 1.05rem);
    line-height: 1.08;
  }

  .dialog-header h2 {
    max-width: none;
    font-size: clamp(3.15rem, 14vw, 5rem);
    line-height: 0.84;
    letter-spacing: -0.025em;
    text-wrap: balance;
  }

  .dialog-close {
    position: absolute;
    top: 14px;
    right: 12px;
    min-width: 58px;
    min-height: 58px;
    padding: 6px 8px;
    font-size: 0.68rem;
  }
}

/* MOBILE NAV/TICKET CORRECTION */
@media (max-width: 720px) {
  :root {
    --nav-height: 0px;
  }

  html {
    scroll-padding-top: 12px;
  }

  /* Lose the entire top navigation */
  .site-header {
    display: none !important;
  }

  /* Date and venue are already printed on the poster */
  .date-block,
  .venue-block {
    display: none;
  }

  .hero {
    padding-top: 6px;
  }

  /* Ticket and calendar buttons directly below poster */
  .event-board {
    margin: -2px 0 0;
    display: block;
    border-width: 2px;
  }

  .event-actions {
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    border-top: 0;
  }

  /* RESTORE AND EMPHASIZE BUY TICKETS */
  .event-actions .button-primary {
    min-height: 68px;
    padding: 16px 18px;
    display: inline-flex !important;
    background: var(--ink);
    color: var(--white);
    font-size: clamp(1.75rem, 8vw, 2.2rem);
  }

  .event-actions .button-secondary {
    min-height: 48px;
    padding: 10px 14px;
    font-size: 1.15rem;
  }

  /* Persistent bottom ticket CTA */
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .mobile-ticket {
    height: calc(72px + env(safe-area-inset-bottom));
    padding: 13px 18px calc(13px + env(safe-area-inset-bottom));
    display: flex !important;
    font-size: 1.8rem;
  }

  /* Don’t cover the songbook with the ticket bar */
  body.song-open {
    padding-bottom: 0;
  }

  body.song-open .mobile-ticket {
    display: none !important;
  }
}

/* FIX MOBILE PAGE + SONGBOOK SCROLLING */
@media (max-width: 720px) {
  html,
  body,
  body.song-open {
    overflow-y: auto !important;
  }

  .song-dialog[open] {
    overflow: hidden !important;
  }

  .dialog-shell {
    min-height: 0;
    overflow: hidden;
  }

  .lyrics-scroll {
    min-height: 0;
    overflow-y: scroll !important;
    overscroll-behavior-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }
}