* { box-sizing: border-box; }
:root { color-scheme: dark; }
html { scroll-behavior: smooth; }
body { margin: 0; }
body.home { --paper: #000; --ink: #fff; --quiet: #aaa; --rule: #444; background: var(--paper); color: var(--ink); font: 16px/1.5 Arial, Helvetica, sans-serif; }
a { color: inherit; text-underline-offset: .22em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
button { color: inherit; font: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 20; padding: 10px 16px; background: var(--paper); }
.skip-link:focus { top: 16px; }
.page { width: min(100% - 80px, 1020px); margin: 0 auto; }
.masthead { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding: 30px 0; }
.masthead h1 { margin: 0; font-size: 18px; font-weight: 400; }
.masthead h1 a { text-decoration: none; }
.music-links { display: flex; gap: 26px; flex-wrap: wrap; }
.artwork { margin: 0; min-width: 0; }
.artwork-images { position: relative; aspect-ratio: 1; overflow: hidden; }
.artwork-image { position: absolute; display: block; width: 100%; height: 100%; object-fit: contain; opacity: 0; filter: grayscale(1) contrast(1.18) invert(1); }
.artwork-image.is-current { opacity: 1; }
.artwork-controls { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.artwork-select { display: flex; gap: 6px; }
.artwork-controls button { border: 0; padding: 10px 9px; background: none; color: var(--quiet); font: 14px/1.5 'Courier New', monospace; min-height: 44px; }
.artwork-controls [data-select] { padding: 3px 4px 2px; border: 0; border-bottom: 3px solid transparent; width: 48px; height: 48px; }
.artwork-controls [data-select="1"] { --thumbnail-line: #ff4e9b; }
.artwork-controls [data-select="2"] { --thumbnail-line: #ffda00; }
.artwork-controls [data-select="3"] { --thumbnail-line: #369cff; }
.artwork-controls [data-select="4"] { --thumbnail-line: #45d67b; }
.artwork-controls [data-select="5"] { --thumbnail-line: #ff2828; }
.artwork-thumbnail { display: block; width: 40px; height: 40px; object-fit: contain; filter: grayscale(1) contrast(1.18) invert(1); opacity: .6; }
.artwork-controls button[aria-pressed="true"] { color: var(--ink); border-bottom-color: var(--thumbnail-line); }
.artwork-controls button[aria-pressed="true"] .artwork-thumbnail, .artwork-controls button:hover .artwork-thumbnail { opacity: 1; }
.artwork-controls button:hover { color: var(--ink); }
.artwork-image.artwork-photo, .artwork-thumbnail.artwork-photo-thumbnail { display: flex; flex-direction: column; justify-content: center; gap: 1%; filter: none; }
.photo-slide-strip { display: block; width: 100%; position: relative; isolation: isolate; overflow: hidden; flex: none; }
.photo-slide-strip img { display: block; width: 100%; height: 100%; object-fit: fill; filter: grayscale(1); mix-blend-mode: multiply; }
.photo-slide-red { background: #ff2828; aspect-ratio: 6 / 1; }
.photo-slide-green { background: #36ee70; aspect-ratio: 3.6 / 1; }
.photo-slide-yellow { background: #f5ff00; aspect-ratio: 2 / 1; }
.heading-shadow { display: none; }
.shows { scroll-margin-top: 24px; }
.shows-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 16px; }
.shows h2 { margin: 0; font-size: 24px; font-weight: 400; }
.date-links { display: flex; gap: 18px; font-size: 14px; }
.date-links a { color: var(--quiet); text-decoration: none; }
.date-links a[aria-current] { color: var(--ink); text-decoration: underline; }
.show-list { list-style: none; padding: 0; margin: 0; }
.show { display: grid; grid-template-columns: 115px minmax(0, 1fr); gap: 28px; border-top: 1px solid var(--rule); padding: 23px 0 27px; }
.show-date { display: flex; flex-direction: column; }
.date-main { font-size: 21px; line-height: 1.3; }
.date-year { font-size: 14px; color: var(--quiet); margin-top: 4px; }
.show h3 { font-size: 22px; font-weight: 400; line-height: 1.25; margin: 0 0 8px; overflow-wrap: anywhere; }
.lineup { margin: 0 0 12px; }
.show-meta { margin: 0; display: flex; flex-wrap: wrap; gap: 6px 20px; color: var(--quiet); font-size: 14px; }
.empty-dates { border-top: 1px solid var(--rule); padding: 25px 0; margin: 0; }
.page-footer { margin-top: 64px; padding: 22px 0 28px; display: flex; justify-content: space-between; gap: 20px; color: var(--quiet); font: 14px/1.5 'Courier New', monospace; }
.review-links { display: flex; gap: 16px; }
.review-links a[aria-current] { color: var(--ink); text-decoration: none; }
.home-1 .artwork { max-width: 580px; margin: -25px auto 50px; }
.home-1 .shows { max-width: 720px; margin: 0 auto; }
.home-1 .artwork-controls { padding: 0 28px; }

/* A white page, with the drawing and dates sharing the same quiet column. */
body.home-2 { --paper: #fff; --ink: #000; --quiet: #555; --rule: #b8b8b8; color-scheme: light; font-family: 'Courier New', Courier, monospace; }
.home-2 .page { max-width: 860px; }
.home-2 .masthead { border-bottom: 1px solid #000; padding: 35px 0 20px; }
.home-2 .masthead h1 { font-family: Georgia, 'Times New Roman', serif; font-size: 25px; }
.home-2 .artwork { max-width: 510px; margin: -35px auto 20px; }
.home-2 .artwork-image { filter: grayscale(1) contrast(1.18); mix-blend-mode: multiply; }
.home-2 .artwork-thumbnail { filter: grayscale(1) contrast(1.18); }
.home-2 .artwork-controls { max-width: 340px; margin: -40px auto 28px; position: relative; }
.home-2 .shows h2 { font: 48px/1.1 Georgia, 'Times New Roman', serif; letter-spacing: -2px; }
.home-2 .shows-heading { margin-bottom: 23px; }
.home-2 .show { grid-template-columns: 145px minmax(0, 1fr); padding: 26px 0; }
.home-2 .show h3 { font-size: 23px; font-weight: 700; }
.home-2 .date-main { font-size: 22px; }
.home-2 .page-footer { border-top: 1px solid #000; }

/* A record sleeve on the left; the dates on the white reverse. */
body.home-3 { --paper: #fff; --ink: #000; --quiet: #555; --rule: #aaa; color-scheme: light; }
.home-3 .page { width: 100%; max-width: none; min-height: 100svh; display: grid; grid-template-columns: 55% 45%; grid-template-rows: auto 1fr auto; }
.home-3 .masthead { grid-column: 2; padding: 45px 11%; display: block; }
.home-3 .masthead h1 { font-size: 29px; margin-bottom: 22px; }
.home-3 .music-links { gap: 24px; font-family: 'Courier New', monospace; }
.home-3 .main { display: contents; }
.home-3 .artwork { --paper: #000; --ink: #fff; --quiet: #aaa; grid-column: 1; grid-row: 1 / 4; background: #000; color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 30px 5%; min-height: 100svh; }
.home-3 .artwork-images { width: 100%; max-width: 780px; }
.home-3 .artwork-controls { width: 100%; max-width: 580px; }
.home-3 .shows { grid-column: 2; padding: 55px 11% 30px; align-self: center; }
.home-3 .shows-heading { flex-wrap: wrap; gap: 20px; margin-bottom: 30px; }
.home-3 .shows h2 { font-size: 64px; line-height: 1.2; }
.home-3 .date-links { font-family: 'Courier New', monospace; }
.home-3 .show { grid-template-columns: 1fr; gap: 16px; }
.home-3 .show-date { flex-direction: row; align-items: baseline; gap: 10px; font-family: 'Courier New', monospace; }
.home-3 .show h3 { font-size: 28px; }
.home-3 .lineup { font-size: 16px; }
.home-3 .page-footer { grid-column: 2; padding: 20px 11% 30px; margin: 0; flex-wrap: wrap; }
.home-3 h1, .home-3 h2, .home-3 h3 { font-family: 'Permanent Marker', 'Comic Sans MS', cursive; font-weight: 400; color: #000; }
.home-3 .marker-heading { display: inline-grid; position: relative; isolation: isolate; max-width: 100%; }
.home-3 .heading-face, .home-3 .heading-shadow { grid-area: 1 / 1; min-width: 0; overflow-wrap: anywhere; }
.home-3 .heading-face { position: relative; z-index: 1; }
.home-3 .heading-shadow { display: block; pointer-events: none; user-select: none; transform-origin: center; }
.home-3 .shadow-pink { color: #ff4e9b; transform: translate(-2px, 2px) rotate(-3deg); }
.home-3 .shadow-yellow { color: #ffda00; transform: translate(4px, 3px) rotate(3deg); }
.home-3.home-type-times h1, .home-3.home-type-times h2, .home-3.home-type-times h3 { font-family: 'Times New Roman', Times, serif; }

@media (min-width: 761px) {
    .home-3 .artwork { position: sticky; top: 0; align-self: start; height: 100dvh; min-height: 0; }
    /* Keep the square image and its thumbnails inside the pinned panel. */
    .home-3 .artwork-images { width: min(100%, calc(100dvh - 108px)); flex: none; }
    .home-3 .artwork-controls { flex: none; }
}
@media (min-width: 1400px) {
    .home-3 .masthead, .home-3 .shows, .home-3 .page-footer { padding-left: 13%; padding-right: 13%; }
}
@media (max-width: 760px) {
    .page { width: calc(100% - 40px); }
    .masthead { padding: 24px 0; gap: 18px; flex-wrap: wrap; }
    .music-links { gap: 20px; }
    .home-1 .artwork { margin: 0 auto 35px; }
    .home-1 .artwork-controls { padding: 0; }
    .show { grid-template-columns: 82px minmax(0, 1fr); gap: 18px; }
    .show h3 { font-size: 20px; }
    .date-main { font-size: 19px; }
    .shows-heading { gap: 15px; }
    .page-footer { margin-top: 48px; }
    .home-2 .artwork { margin: -15px auto 32px; }
    .home-2 .artwork-controls { margin: -25px auto 0; }
    .home-2 .show { grid-template-columns: 82px minmax(0, 1fr); }
    .home-2 .show h3 { font-size: 20px; }
    .home-2 .shows h2 { font-size: 38px; }
    .home-3 .page { display: flex; flex-direction: column; }
    .home-3 .masthead { order: 0; padding: 26px 24px; background: #000; color: #fff; }
    .home-3 .masthead h1 { margin-bottom: 12px; color: inherit; }
    .home-3 .main { display: flex; flex-direction: column; }
    .home-3 .artwork { padding: 10px 24px 24px; min-height: 0; }
    .home-3 .artwork-images { max-width: 500px; }
    .home-3 .artwork-controls { width: 100%; max-width: 440px; }
    .home-3 .shows { width: 100%; padding: 44px 24px; }
    .home-3 .shows h2 { font-size: 50px; }
    .home-3 .show { grid-template-columns: 85px minmax(0, 1fr); }
    .home-3 .show-date { flex-direction: column; gap: 0; }
    .home-3 .show h3 { font-size: 24px; }
    .home-3 .page-footer { padding: 20px 24px 28px; }
}
@media (max-width: 380px) {
    .artwork-controls { gap: 8px; }
    .artwork-select { gap: 2px; }
    .show, .home-2 .show, .home-3 .show { grid-template-columns: 1fr; gap: 10px; }
    .show-date, .home-3 .show-date { flex-direction: row; align-items: baseline; gap: 12px; }
    .shows-heading { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
}
