@font-face {
  font-family: 'Granville';
  src: url('https://use.typekit.net/af/384ec1/000000000000000077525260/31/l?subset_id=2&fvd=n7&v=3') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Granville';
  src: url('https://use.typekit.net/af/93ed24/00000000000000007752525f/31/l?subset_id=2&fvd=i7&v=3') format('woff2');
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

body {
  margin: 0;
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Arial, sans-serif;
  color: #10233d;
  /* background-color: #70B1D6; */
  background-color: #e0f2fe;
  line-height: 1.6;
}

main {
  padding: 24px;
}

main > * {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

h1,
h2,
h3 {
  font-family: 'Granville', Georgia, 'Times New Roman', serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

p {
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Arial, sans-serif;
}

.home-hero {
  max-width: 1280px;
  margin: 0 auto 56px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: start;
}

.home-hero-media {
  display: grid;
  gap: 18px;
}

.home-slideshow {
  display: block;
  overflow: hidden;
  border: 2px solid rgba(16, 35, 61, 0.14);
  background-color: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}

.home-music-player {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  color: #1c4d77;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.home-kicker {
  margin: 0 0 14px;
  font-family: 'Granville', Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 3vw, 3rem);
  color: #163a5b;
}

.home-intro {
  margin: 6px 0 0;
}

.home-intro p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.06rem;
}

.home-season {
  margin: 0;
}

.home-season h2 {
  margin-bottom: 20px;
  color: #163a5b;
  text-align: center;
}

.home-calendar-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
}

.home-calendar-link {
  display: block;
  color: #000000;
  text-decoration: none;
}

.home-calendar-link:visited {
  color: #000000;
}

.home-calendar-link concert-calendar {
  display: block;
}

.home-season-note {
  max-width: 380px;
  margin: 18px auto 0;
  text-align: center;
  font-size: 0.98rem;
}

.home-story {
  max-width: 1280px;
  margin: 0 auto;
}

.home-story h1 {
  margin: 0 0 18px;
  color: #163a5b;
  text-align: center;
}

.home-story p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.06rem;
}

.concert-page {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: start;
}

.concert-page-header {
  grid-column: 1 / -1;
  text-align: center;
}

.concert-page-header h1 {
  margin: 0 0 10px;
  color: #163a5b;
}

.concert-page-header p {
  margin: 0;
  font-size: 1.06rem;
}

.concert-page-section h2 {
  margin-top: 0;
  margin-bottom: 18px;
  color: #163a5b;
  text-align: center;
}

.concert-program-list {
  margin: 0;
  list-style: none;
  padding-left: 12px;
}

.concert-program-list li {
  margin-bottom: 18px;
}

.concert-performance-list {
  display: grid;
  gap: 18px;
}

.concert-performance-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.concert-performance-copy h3 {
  margin: 0 0 4px;
  font-size: 1.04rem;
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Arial, sans-serif;
}

.concert-performance-copy p {
  margin: 0 0 4px;
}

.concert-performance-time {
  font-weight: 700;
}

.concert-performance-note {
  margin: 4px 0 0;
  font-size: 0.98rem;
}

.contact-page {
  text-align: center;
}

.about-bio-heading {
  clear: both;
  margin-top: 44px;
  color: #163a5b;
}

.about-bio-photo {
  float: right;
  display: block;
  width: min(280px, 38vw);
  height: auto;
  margin: 6px 0 20px 24px;
  border: 1px solid rgba(16, 35, 61, 0.16);
  background-color: #ffffff;
}

.site-header {
  position: relative;
  height: 181px;
  padding: 0 3vw;
  background-color: #6ea5c8;
  overflow: hidden;
}

.site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(20, 32, 44, 0.82) 0%, rgba(48, 74, 96, 0.7) 48%, rgba(108, 174, 222, 0.52) 100%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 38%, rgba(255, 255, 255, 0) 62%),
    url('/images/score.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(180deg, rgba(197, 238, 255, 0.95), rgba(114, 188, 235, 0.98));
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.28) inset, 0 2px 10px rgba(96, 175, 225, 0.5);
}

.site-nav {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  justify-content: flex-start;
}

.site-nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px 18px;
  padding-top: 0;
}

.site-logo {
  display: block;
  width: auto;
  height: 138px;
  max-width: min(290px, 28vw);
}

.site-nav-menu {
  display: flex;
  align-items: center;
}

.site-nav-toggle-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.site-nav-panel {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-nav-toggle {
  display: none;
}

.site-nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  min-height: 40px;
}

.site-social-links {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 6px;
  min-height: 40px;
}

.site-nav-link {
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 21.5px;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.9;
  position: relative;
  height: 40px;
}

.site-nav-link:hover,
.site-nav-link:focus-visible {
  opacity: 1;
}

.site-nav-link.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.95);
}

.site-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2.5px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  align-self: center;
  transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.site-social-link:hover,
.site-social-link:focus-visible {
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  transform: translateY(-1px);
}

.site-social-link svg {
  width: 24px;
  height: 24px;
  display: block;
}

footer {
  margin-top: 40px;
  padding: 24px 24px 32px;
  position: relative;
  text-align: center;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  border-top: 1px solid #000;
  transform: translateX(-50%);
}

footer p {
  margin: 0 auto;
  max-width: 960px;
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .concert-page {
    grid-template-columns: 1fr;
  }

  .home-hero {
    grid-template-columns: 1fr;
  }

  .home-intro {
    margin-top: 0;
  }

  .home-season-note {
    max-width: 860px;
  }

  .site-header {
    height: 160px;
  }

  .site-nav {
    gap: 24px;
  }

  .site-logo {
    height: 120px;
    max-width: min(250px, 34vw);
  }

  .site-nav-link {
    font-size: 1.08rem;
  }

  .site-social-link {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 700px) {
  html:has(.site-nav-toggle-input:checked),
  body:has(.site-nav-toggle-input:checked) {
    overflow: hidden;
    overscroll-behavior: none;
  }

  .concert-performance-item {
    grid-template-columns: 1fr;
  }

  .about-bio-photo {
    float: none;
    width: min(100%, 320px);
    margin: 0 auto 18px;
  }

  .home-hero {
    gap: 24px;
    margin-bottom: 40px;
  }

  .home-intro {
    margin-top: 0;
  }

  .home-kicker {
    font-size: 1.8rem;
  }

  .home-intro p {
    font-size: 1rem;
  }

  .site-header {
    height: auto;
    padding: 18px 20px 20px;
    overflow: visible;
  }

  .site-nav {
    height: auto;
    align-items: flex-start;
    gap: 16px;
  }

  .site-brand {
    position: relative;
    z-index: 21;
  }

  .site-logo {
    height: auto;
    width: min(230px, 70vw);
    max-width: 100%;
  }

  .site-nav-right {
    width: auto;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    padding-top: 0;
  }

  .site-nav-menu {
    width: auto;
    display: block;
  }

  .site-nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 30px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    list-style: none;
    background-color: transparent;
    position: relative;
    z-index: 22;
  }

  .site-nav-toggle:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.95);
    outline-offset: 3px;
  }

  .site-nav-toggle-bar {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background-color: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .site-nav-panel {
    display: none;
  }

  .site-nav-toggle-input:checked + .site-nav-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: transparent;
  }

  .site-nav-toggle-input:checked + .site-nav-toggle .site-nav-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-nav-toggle-input:checked + .site-nav-toggle .site-nav-toggle-bar:nth-child(2) {
    opacity: 0;
  }

  .site-nav-toggle-input:checked + .site-nav-toggle .site-nav-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav-toggle-input:checked ~ .site-nav-panel {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 20;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 96px 32px 48px;
    background: linear-gradient(180deg, rgba(11, 20, 30, 0.96), rgba(22, 44, 63, 0.94));
    backdrop-filter: blur(4px);
  }

  .site-nav-toggle-input:checked ~ .site-nav-panel .site-nav-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    min-height: 0;
  }

  .site-social-links {
    padding-left: 0;
    justify-content: center;
  }

  .site-nav-link {
    width: auto;
    height: auto;
    font-size: 1.35rem;
    padding: 8px 0;
  }

  .site-nav-toggle-input:checked ~ .site-nav-panel .site-nav-link.is-active::after {
    left: -2px;
    right: -2px;
    bottom: 2px;
  }

  .site-nav-toggle-input:checked ~ .site-nav-panel .site-social-links {
    display: flex;
    gap: 18px;
    min-height: 0;
  }
}
