*, *::before, *::after {
  box-sizing: border-box; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important; } }
body {
  margin: 0;
  background: #06051a;
  color: #fbf9f4;
  font-family: "Source Sans 3", "Source Sans Pro", -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(1.00rem, 0.95rem + 0.25vw, 1.12rem);
  line-height: 1.6; }

h1, h2, h3, h4 {
  font-family: "Pathway Gothic One", "Oswald", "Arial Narrow", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin: 0 0 1rem;
  text-transform: uppercase; }

h1 {
  font-size: clamp(2.40rem, 1.80rem + 3.0vw, 4.20rem); }

h2 {
  font-size: clamp(1.90rem, 1.55rem + 1.7vw, 2.90rem); }

h3 {
  font-size: clamp(1.50rem, 1.32rem + 0.9vw, 2.05rem); }

h4 {
  font-size: clamp(1.20rem, 1.10rem + 0.5vw, 1.44rem); }

p, li {
  max-width: 34em; }

p {
  margin: 0 0 1rem; }

a {
  color: #d4b658;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.15em; }

a:hover, a:focus {
  color: #439cb1; }

:focus-visible {
  outline: 3px solid #d4b658;
  outline-offset: 2px; }

img {
  max-width: 100%;
  height: auto; }

.scroll-x {
  overflow-x: auto; }

.skip-link {
  position: absolute;
  left: -9999px; }
  .skip-link:focus {
    left: 1rem;
    top: 1rem;
    z-index: 100;
    background: #d4b658;
    color: #06051a;
    padding: 0.5rem 1rem; }

.on-paper {
  background: #fbf9f4;
  color: #1c1a2e; }
  .on-paper a {
    color: #2a616e; }

.panel {
  background: #100e47;
  border: 1px solid #201d5c;
  border-radius: 3px;
  padding: 1.5rem; }

.img-left {
  float: left;
  margin: 0 1.5rem 1rem 0;
  max-width: 50%; }

.img-right {
  float: right;
  margin: 0 0 1rem 1.5rem;
  max-width: 50%; }

.img-center {
  display: block;
  margin: 1.5rem auto; }

@media (max-width: 30em) {
  .img-left, .img-right {
    float: none;
    max-width: 100%;
    margin: 0 0 1rem; } }
details {
  border-top: 1px solid #201d5c;
  padding: 1rem 0; }
  details summary {
    font-weight: 600;
    cursor: pointer; }

audio {
  width: 100%;
  max-width: 34em;
  margin: 1rem 0; }

.page-copy {
  max-width: 34em;
  margin-bottom: 2.5rem; }
  .page-copy h2 {
    margin-top: 2.5rem; }
  .page-copy h3, .page-copy h4 {
    margin-top: 1.5rem; }
  .page-copy ul, .page-copy ol {
    padding-left: 1.3em; }
  .page-copy li {
    margin-bottom: 0.25rem; }
  .page-copy table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0; }
  .page-copy th, .page-copy td {
    border: 1px solid #201d5c;
    padding: 0.5rem;
    text-align: left; }
  .page-copy th {
    background: #100e47; }
  .page-copy blockquote {
    margin: 1.5rem 0;
    padding-left: 1rem;
    border-left: 3px solid #d4b658;
    font-style: italic; }

.page-copy--foot {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #201d5c;
  font-size: clamp(0.84rem, 0.80rem + 0.2vw, 0.92rem);
  color: rgba(251, 249, 244, 0.82); }
  .page-copy--foot h2, .page-copy--foot h3 {
    font-size: clamp(1.20rem, 1.10rem + 0.5vw, 1.44rem);
    color: #d4b658;
    margin-top: 0; }
  .page-copy--foot em {
    font-style: italic; }

.wrap {
  width: 100%;
  max-width: 72rem;
  margin-inline: auto;
  padding-inline: 1rem; }

.site-head {
  background: #100e47;
  border-bottom: 1px solid #201d5c; }

.site-head__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem; }

.wordmark {
  display: block;
  font-family: "Pathway Gothic One", "Oswald", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  line-height: 0.95;
  text-decoration: none;
  color: #fbf9f4; }
  .wordmark__line {
    display: block;
    font-size: clamp(1.20rem, 1.10rem + 0.5vw, 1.44rem);
    letter-spacing: 0.06em; }
  .wordmark__jazz {
    display: block;
    font-size: clamp(1.90rem, 1.55rem + 1.7vw, 2.90rem);
    letter-spacing: 0.02em;
    background: linear-gradient(100deg, #be5c55 0%, #bb6386 28%, #439cb1 62%, #d4b658 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; }
    @supports not (background-clip: text) {
      .wordmark__jazz {
        color: #d4b658; } }
  .wordmark__url {
    display: block;
    font-family: "Source Sans 3", "Source Sans Pro", -apple-system, "Segoe UI", sans-serif;
    font-size: clamp(0.84rem, 0.80rem + 0.2vw, 0.92rem);
    letter-spacing: 0.22em;
    color: #d4b658; }

.site-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: none; }

.site-nav a {
  font-family: "Pathway Gothic One", "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(1.20rem, 1.10rem + 0.5vw, 1.44rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fbf9f4;
  text-decoration: none;
  padding-block: 0.25rem;
  border-bottom: 2px solid transparent; }
  .site-nav a:hover, .site-nav a:focus {
    border-bottom-color: #d4b658; }
  .site-nav a[aria-current="page"] {
    border-bottom-color: #439cb1;
    color: #439cb1; }

.site-nav__support a {
  color: #d4b658; }

.hero-band {
  padding-block: 2.5rem;
  border-bottom: 1px solid #201d5c; }
  .hero-band__head {
    margin-bottom: 0.5rem; }
  .hero-band__sub {
    font-size: clamp(1.20rem, 1.10rem + 0.5vw, 1.44rem);
    color: #d4b658;
    max-width: 34em; }

.support-band {
  background: #100e47;
  padding-block: 2.5rem;
  margin-top: 4rem;
  border-top: 1px solid #201d5c; }

.site-foot {
  background: #06051a;
  border-top: 1px solid #201d5c;
  padding-block: 2.5rem;
  font-size: clamp(0.84rem, 0.80rem + 0.2vw, 0.92rem); }
  .site-foot h2 {
    font-size: clamp(1.20rem, 1.10rem + 0.5vw, 1.44rem);
    color: #d4b658; }
  .site-foot__cols {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr; }
    @media (min-width: 48em) {
      .site-foot__cols {
        grid-template-columns: repeat(3, 1fr); } }
  .site-foot__legal {
    margin-top: 1.5rem;
    color: rgba(251, 249, 244, 0.72); }

.plain {
  list-style: none;
  margin: 0;
  padding: 0; }

.supporters {
  margin-bottom: 2.5rem; }
  .supporters__head {
    font-size: clamp(0.84rem, 0.80rem + 0.2vw, 0.92rem) !important;
    letter-spacing: 0.14em;
    text-transform: uppercase; }
  .supporters__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none; }
  .supporters__item img {
    height: 2.75rem;
    width: auto; }
  .supporters__item--funder img {
    height: 3.5rem; }
  .supporters__name {
    font-family: "Pathway Gothic One", "Oswald", "Arial Narrow", sans-serif;
    font-size: clamp(1.20rem, 1.10rem + 0.5vw, 1.44rem);
    text-transform: uppercase; }

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem; }
  .section-head__more {
    font-family: "Pathway Gothic One", "Oswald", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap; }

.card-grid {
  display: grid;
  gap: 1.5rem;
  margin: 1.5rem 0 4rem;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr; }
  @media (min-width: 48em) {
    .card-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 64em) {
    .card-grid {
      grid-template-columns: repeat(12, 1fr); }
      .card-grid > .card {
        grid-column: span 4; }
      .card-grid > .card--lead {
        grid-column: span 7; }
      .card-grid > .card--lead + .card {
        grid-column: span 5; } }

.card {
  display: flex;
  flex-direction: column;
  background: #100e47;
  border: 1px solid #201d5c;
  border-radius: 3px;
  overflow: hidden; }
  .card p, .card li {
    max-width: none; }

@media (min-width: 48em) and (max-width: 63.999em) {
  .card--lead {
    grid-column: 1 / -1; } }
@media (min-width: 48em) {
  .card--lead .card__art img {
    max-width: 980px;
    margin-inline: auto; }
  .card--lead .card__body {
    max-width: 980px;
    margin-inline: auto;
    width: 100%; }
  .card--lead .card__title {
    font-size: clamp(1.90rem, 1.55rem + 1.7vw, 2.90rem); }
  .card--lead .card__when {
    font-size: clamp(1.50rem, 1.32rem + 0.9vw, 2.05rem); } }

.card__art {
  display: block;
  background: #06051a; }
  .card__art img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 980 / 543;
    object-fit: contain; }

.card__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }

.card__title {
  font-size: clamp(1.50rem, 1.32rem + 0.9vw, 2.05rem);
  margin: 0; }
  .card__title a {
    color: #fbf9f4;
    text-decoration: none; }
    .card__title a:hover, .card__title a:focus {
      color: #d4b658; }

.card__when {
  margin: 0;
  font-family: "Pathway Gothic One", "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(1.20rem, 1.10rem + 0.5vw, 1.44rem);
  letter-spacing: 0.03em;
  color: #d4b658; }

.card__where {
  margin: 0;
  color: #439cb1; }

.card__summary {
  margin: 0; }

.card__people {
  margin: 0;
  font-size: clamp(0.84rem, 0.80rem + 0.2vw, 0.92rem);
  color: rgba(251, 249, 244, 0.86); }

.card__instrument {
  color: #d98fad; }

.card__meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: clamp(0.84rem, 0.80rem + 0.2vw, 0.92rem);
  color: rgba(251, 249, 244, 0.8); }

.card__presenter {
  color: #e08a82; }

.card__actions {
  margin: 0.5rem 0 0; }

.card--aside {
  background: transparent;
  border-style: dashed; }
  .card--aside .card__title {
    font-size: clamp(1.20rem, 1.10rem + 0.5vw, 1.44rem); }

.btn {
  display: inline-block;
  font-family: "Pathway Gothic One", "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(1.20rem, 1.10rem + 0.5vw, 1.44rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  border-radius: 3px;
  background: #439cb1;
  color: #06051a;
  border: 2px solid transparent; }
  .btn:hover, .btn:focus {
    background: #d4b658;
    color: #06051a; }

.btn--gold {
  background: #d4b658;
  color: #06051a; }

.btn--quiet {
  background: transparent;
  color: #d4b658;
  border-color: #d4b658; }
  .btn--quiet:hover, .btn--quiet:focus {
    background: #d4b658;
    color: #06051a; }

.whats-on__empty {
  font-size: clamp(1.20rem, 1.10rem + 0.5vw, 1.44rem); }

.card__kicker {
  margin: 0;
  font-family: "Source Sans 3", "Source Sans Pro", -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(0.84rem, 0.80rem + 0.2vw, 0.92rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e08a82; }

.page-head {
  padding-block: 2.5rem 1rem; }
  .page-head__sub {
    font-size: clamp(1.20rem, 1.10rem + 0.5vw, 1.44rem);
    color: #d4b658; }
  .page-head__note {
    font-size: clamp(0.84rem, 0.80rem + 0.2vw, 0.92rem); }

.month-head {
  margin: 4rem 0 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #201d5c;
  color: #439cb1; }
  .month-head:first-of-type {
    margin-top: 1.5rem; }

.event-detail__crumb {
  font-size: clamp(0.84rem, 0.80rem + 0.2vw, 0.92rem);
  margin-bottom: 0.5rem; }
.event-detail__kicker {
  margin: 0 0 0.5rem;
  font-size: clamp(1.00rem, 0.95rem + 0.25vw, 1.12rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e08a82; }
.event-detail__art {
  margin: 0 0 2.5rem; }
  .event-detail__art img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px; }
  .event-detail__art figcaption {
    font-size: clamp(0.84rem, 0.80rem + 0.2vw, 0.92rem);
    color: rgba(251, 249, 244, 0.78);
    padding-top: 0.5rem; }
  .event-detail__art .credit {
    display: inline-block; }
.event-detail__cols {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr; }
  @media (min-width: 48em) {
    .event-detail__cols {
      grid-template-columns: 2fr 1fr; } }
.event-detail__side {
  background: #100e47;
  border: 1px solid #201d5c;
  border-radius: 3px;
  padding: 1.5rem;
  align-self: start; }
  .event-detail__side h2 {
    font-size: clamp(1.20rem, 1.10rem + 0.5vw, 1.44rem);
    color: #d4b658; }
  .event-detail__side p {
    max-width: none; }

.date-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .date-list__item {
    padding-block: 1rem;
    border-top: 1px solid #201d5c; }
    .date-list__item:first-child {
      border-top: 0;
      padding-top: 0; }
  .date-list__item--off .date-list__when {
    text-decoration: line-through;
    opacity: 0.75; }
  .date-list__off {
    color: #e08a82;
    margin: 0; }
  .date-list__when {
    margin: 0 0 0.25rem;
    font-family: "Pathway Gothic One", "Oswald", "Arial Narrow", sans-serif;
    font-size: clamp(1.20rem, 1.10rem + 0.5vw, 1.44rem);
    color: #d4b658; }
  .date-list__where {
    margin: 0;
    font-size: clamp(0.84rem, 0.80rem + 0.2vw, 0.92rem); }

.people-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem; }
  .people-list li {
    padding-block: 0.25rem; }
  .people-list__role {
    color: rgba(251, 249, 244, 0.7);
    font-size: clamp(0.84rem, 0.80rem + 0.2vw, 0.92rem); }

.artist-grid {
  display: grid;
  gap: 1.5rem;
  margin: 1.5rem 0 4rem;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, 1fr); }
  @media (min-width: 30em) {
    .artist-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 48em) {
    .artist-grid {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 64em) {
    .artist-grid {
      grid-template-columns: repeat(5, 1fr); } }

.artist-card {
  text-align: center; }
  .artist-card__link {
    text-decoration: none;
    display: block;
    color: inherit; }
  .artist-card__photo {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    background: #100e47; }
  .artist-card__initial {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #100e47;
    border: 1px solid #201d5c;
    font-family: "Pathway Gothic One", "Oswald", "Arial Narrow", sans-serif;
    font-size: clamp(1.90rem, 1.55rem + 1.7vw, 2.90rem);
    color: #d4b658; }
  .artist-card__name {
    display: block;
    margin-top: 0.5rem;
    font-family: "Pathway Gothic One", "Oswald", "Arial Narrow", sans-serif;
    font-size: clamp(1.20rem, 1.10rem + 0.5vw, 1.44rem);
    text-transform: uppercase;
    letter-spacing: 0.02em; }
  .artist-card__link:hover .artist-card__name, .artist-card__link:focus .artist-card__name {
    color: #d4b658; }
  .artist-card__instrument {
    display: block;
    font-size: clamp(0.84rem, 0.80rem + 0.2vw, 0.92rem);
    color: #439cb1; }

.artist-detail__head {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  padding-block: 1.5rem; }
.artist-detail__photo {
  margin: 0;
  flex: 0 0 auto; }
  .artist-detail__photo img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%; }
.artist-detail__instrument {
  font-size: clamp(1.20rem, 1.10rem + 0.5vw, 1.44rem);
  color: #439cb1;
  margin: 0; }

.public-form {
  max-width: 34rem;
  margin-bottom: 4rem; }
  .public-form .field {
    margin-bottom: 1.5rem; }
  .public-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.25rem; }
  .public-form input[type="text"], .public-form input[type="email"], .public-form select, .public-form textarea {
    width: 100%;
    padding: 0.5rem;
    font: inherit;
    color: #1c1a2e;
    background: #fbf9f4;
    border: 2px solid #201d5c;
    border-radius: 3px; }
  .public-form textarea {
    min-height: 9rem; }
  .public-form .field__hint {
    display: block;
    font-size: clamp(0.84rem, 0.80rem + 0.2vw, 0.92rem);
    color: rgba(251, 249, 244, 0.78);
    margin-top: 0.25rem; }

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.notice-band {
  background: #100e47;
  border-left: 4px solid #d4b658;
  border-radius: 3px;
  padding: 1.5rem;
  margin-bottom: 2.5rem;
  max-width: 34em; }
  .notice-band h2 {
    margin-top: 0;
    color: #d4b658; }

.tier-list {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  display: grid;
  gap: 0.5rem; }

.tier {
  border: 2px solid #201d5c;
  border-radius: 3px;
  background: #100e47; }
  .tier label {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.5rem 1rem;
    align-items: baseline;
    padding: 1rem;
    cursor: pointer;
    font-weight: 400;
    margin: 0; }
  .tier:hover, .tier:focus-within {
    border-color: #d4b658; }
  .tier__name {
    font-family: "Pathway Gothic One", "Oswald", "Arial Narrow", sans-serif;
    font-size: clamp(1.20rem, 1.10rem + 0.5vw, 1.44rem);
    text-transform: uppercase; }
  .tier__price {
    font-family: "Pathway Gothic One", "Oswald", "Arial Narrow", sans-serif;
    font-size: clamp(1.20rem, 1.10rem + 0.5vw, 1.44rem);
    color: #d4b658;
    white-space: nowrap; }
  .tier__blurb {
    grid-column: 2 / -1;
    font-size: clamp(0.84rem, 0.80rem + 0.2vw, 0.92rem);
    color: rgba(251, 249, 244, 0.82); }
  .tier--patron {
    border-color: rgba(212, 182, 88, 0.45); }

.support-form h2 {
  margin-top: 2.5rem; }
