:root { color-scheme: dark; --bg: #111111; --panel: #191919; --text: #f4f4f0; --muted: #adadab; --line: #353535; --soft: #777775; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #fff; outline-offset: 5px; }
button { color: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
h1,h2,h3,p { margin: 0; }
.wrap { max-width: 1120px; margin-inline: auto; padding-inline: 40px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -5rem; left: 1rem; background: white; color: black; padding: .75rem 1.25rem; z-index: 10; }
.skip-link:focus { top: 1rem; }
.topbar { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; }
.top-label { color: var(--muted); font-size: .875rem; letter-spacing: .12em; text-transform: uppercase; }
.languages { display: flex; gap: 4px; }
.languages button { padding: 10px 12px; min-height: 44px; min-width: 44px; border: none; border-bottom: 1px solid transparent; background: transparent; font-size: .875rem; color: var(--muted); }
.languages button[aria-pressed="true"] { border-color: white; color: white; }
.languages button:hover { color: white; background: #202020; }
.hero { text-align: center; padding: 32px 0 10px; }
.brand-logo { width: min(100%, 560px); height: auto; margin: 0 auto 24px; }
.tagline { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.3rem, 2.9vw, 1.75rem); line-height: 1.3; color: #d1d1ce; }
.social-groups { display: flex; justify-content: center; gap: 36px; margin-top: 35px; }
.social-group { min-width: 0; }
.eyebrow { font-size: .875rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.social-group .eyebrow { margin-bottom: 10px; }
.platforms { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.platform { display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 9px; min-width: 140px; min-height: 48px; padding: 10px 18px; border: 1px solid #515151; border-radius: 3px; font-size: 1rem; transition: background .15s, border-color .15s; }
.platform svg { width: 18px; height: 18px; flex-shrink: 0; }
.platform:hover { background: #f2f2ef; border-color: #f2f2ef; color: #111; }
.platform-mark { font-family: Georgia, serif; font-size: 1.25rem; line-height: 1; font-weight: 700; }
.referral { display: inline-block; color: var(--muted); font-size: .875rem; margin-top: 20px; text-decoration: underline; text-underline-offset: 4px; }
.shows-section { padding-top: 66px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
h2 { font-size: clamp(1.65rem, 3.8vw, 2.25rem); line-height: 1.2; font-weight: 500; letter-spacing: -.035em; }
.section-heading h2 { margin-top: 6px; }
.section-note { font-size: .875rem; color: var(--muted); }
.show-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 38px; }
.show { display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 22px; padding-block: 28px; border-top: 1px solid var(--line); align-items: start; }
.poster-button { display: block; border: 0; padding: 0; width: 116px; background: transparent; position: relative; }
.poster-placeholder { width: 100%; aspect-ratio: 5 / 7; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 12px; background: var(--panel); border: 1px solid var(--line); border-radius: 2px; color: var(--muted); font-size: .75rem; text-align: center; }
.poster-placeholder svg { width: 28px; height: 28px; }
.poster-button img { width: 100%; height: auto; border-radius: 2px; transition: opacity .2s; }
.poster-button:hover img { opacity: .8; }
.poster-expand { position: absolute; bottom: 6px; right: 6px; display: grid; place-items: center; background: #111e; width: 27px; height: 27px; border: 1px solid #777; border-radius: 2px; }
.poster-expand svg { width: 15px; height: 15px; }
.show-date { font-size: .875rem; color: #c3c3c0; margin-bottom: 8px; }
.show-info { min-width: 0; overflow-wrap: anywhere; }
.show h3 { font-weight: 500; font-size: 1.45rem; letter-spacing: -.025em; line-height: 1.2; margin-bottom: 5px; }
.show-country { font-size: .875rem; color: var(--muted); margin-bottom: 12px; }
.show-name { font-size: .875rem; line-height: 1.5; margin-bottom: 12px; }
.show-venue, .show-hours, .show-stand { font-size: .875rem; color: var(--muted); }
.show-venue { margin-bottom: 4px; }
.show-links { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-top: 12px; }
.show-links a { font-size: .875rem; text-decoration: underline; text-decoration-color: #777; text-underline-offset: 5px; min-height: 32px; display: inline-flex; align-items: center; }
.show-links a:hover { text-decoration-color: #fff; }
.ongoing { display: inline-block; font-size: .875rem; margin-bottom: 8px; border-bottom: 1px solid #bbb; }
.tentative-status { color: var(--text); font-size: .75rem; display: inline-block; padding: 3px 8px; border: 1px solid #666; border-radius: 3px; margin-bottom: 10px; }
.empty-shows { padding: 25px 0; color: var(--muted); grid-column: 1 / -1; }
.history { border-bottom: 1px solid var(--line); margin-top: 12px; }
.history summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; min-height: 64px; gap: 20px; }
.history summary::-webkit-details-marker { display: none; }
.summary-icon { font-size: 1.5rem; font-weight: 300; }
.history[open] .summary-icon { transform: rotate(45deg); }
.past-row { padding: 20px 0; display: grid; grid-template-columns: 165px 1fr auto; gap: 20px; border-top: 1px solid var(--line); align-items: start; }
.past-date { font-size: .875rem; color: var(--muted); }
.past-name { font-size: .875rem; color: var(--muted); margin-top: 4px; }
.past-poster { border: none; background: none; padding: 5px 0; text-decoration: underline; text-underline-offset: 5px; font-size: .875rem; min-height: 44px; }
.about { display: grid; grid-template-columns: 1fr 1.1fr; grid-template-areas: "heading copy" "photo copy"; column-gap: 60px; row-gap: 24px; padding-block: 76px; }
.about-heading { grid-area: heading; }
.about h2 { max-width: 320px; margin-top: 12px; }
.about-copy { grid-area: copy; align-self: center; color: #c5c5c2; padding-top: 3px; }
.about-copy p { line-height: 1.8; }
.about-photo { grid-area: photo; margin: 0; }
.about-photo img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; object-position: 50% 62%; border-radius: 3px; }
.signature { font-size: .875rem; color: var(--muted); margin-top: 20px; }
.signature a { color: var(--text); text-decoration: underline; text-decoration-color: #777; text-underline-offset: 4px; }
.signature a:hover { text-decoration-color: white; }
.contact { padding: 40px 0 50px; border-top: 1px solid var(--line); text-align: center; }
.contact-links { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-block: 12px 18px; }
.contact-email { display: inline-block; max-width: 100%; font-size: clamp(1.25rem, 4.5vw, 2rem); letter-spacing: -.025em; overflow-wrap: anywhere; }
.contact-email:hover { text-decoration: underline; text-underline-offset: 7px; }
.contact-instagram { display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 10px; min-height: 44px; padding: 8px 16px; border: 1px solid #515151; border-radius: 3px; font-size: .9375rem; }
.contact-instagram span { color: var(--muted); }
.contact-instagram:hover { background: #242424; border-color: #adadab; }
.contact > p:last-child { font-size: .875rem; color: var(--muted); }
.footer { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; padding-block: 25px; border-top: 1px solid var(--line); font-size: .875rem; color: var(--muted); }
.footer a { min-height: 32px; display: inline-flex; align-items: center; }
.footer a:hover { color: white; }
.footer-note { margin-left: auto; }
.poster-dialog { background: #191919; color: white; border: 1px solid #505050; border-radius: 4px; width: min(94vw, 1020px); max-height: 94dvh; padding: 16px; overflow: auto; }
.poster-dialog::backdrop { background: #000d; }
.dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.dialog-head h2 { font-size: 1rem; line-height: 1.4; letter-spacing: 0; font-weight: 400; }
.dialog-head form { flex-shrink: 0; }
.close-dialog { width: 44px; height: 44px; border: 1px solid #666; background: #222; border-radius: 50%; font-size: 1.75rem; line-height: 1; }
.close-dialog:hover { background: #444; }
.poster-stage { display: flex; justify-content: center; }
.poster-stage img { width: auto; max-width: 100%; max-height: 72dvh; object-fit: contain; }
.dialog-caption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: .875rem; color: #ccc; padding-top: 16px; }
.dialog-caption a { text-decoration: underline; text-underline-offset: 4px; min-height: 32px; display: inline-flex; align-items: center; }
@media (max-width: 800px) {
  .wrap { padding-inline: 28px; }
  .show-grid { column-gap: 25px; }
  .show { grid-template-columns: 90px minmax(0, 1fr); gap: 16px; }
  .poster-button { width: 90px; }
  .social-groups { gap: 22px; }
  .platform { min-width: 123px; padding-inline: 13px; }
  .about { column-gap: 35px; }
  .footer-note { display: none; }
}
@media (max-width: 640px) {
  .wrap { padding-inline: 22px; }
  .topbar { padding-top: 16px; }
  .top-label { font-size: .75rem; letter-spacing: .08em; max-width: 130px; }
  .languages { gap: 0; }
  .languages button { padding-inline: 8px; }
  .hero { padding: 24px 0 0; }
  .brand-logo { width: min(100%, 400px); margin: 0 auto 22px; }
  .tagline { font-size: 1.25rem; }
  .social-groups { margin-top: 26px; gap: 16px; }
  .social-group { flex: 1; }
  .social-group .eyebrow { font-size: .75rem; letter-spacing: .09em; }
  .platforms { flex-direction: column; gap: 9px; }
  .platform { width: 100%; min-width: 0; font-size: .9375rem; }
  .shows-section { padding-top: 44px; }
  .section-heading { align-items: start; flex-direction: column; gap: 12px; margin-bottom: 22px; }
  .show-grid { grid-template-columns: 1fr; }
  .show { grid-template-columns: 112px minmax(0, 1fr); gap: 22px; padding-block: 26px; }
  .poster-button { width: 112px; }
  .show h3 { font-size: 1.4rem; }
  .about { grid-template-columns: 1fr; grid-template-areas: "heading" "copy" "photo"; gap: 25px; padding-block: 52px; }
  .about h2 { max-width: none; }
  .contact { padding-block: 32px 40px; }
  .footer { font-size: .8125rem; gap: 9px 16px; }
  .past-row { grid-template-columns: 1fr auto; gap: 10px; }
  .past-date { grid-column: 1 / -1; }
  .poster-dialog { padding: 12px; }
}
@media (max-width: 360px) {
  .wrap { padding-inline: 16px; }
  .show { grid-template-columns: 92px minmax(0, 1fr); gap: 16px; }
  .poster-button { width: 92px; }
  .show h3 { font-size: 1.2rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
