:root {
  --blue: #0d4f6c;
  --blue-dark: #07384c;
  --gold: #f2b84b;
  --cream: #fffaf0;
  --ink: #17232a;
  --muted: #5c6970;
  --white: #ffffff;
  --shadow: 0 14px 36px rgba(7, 56, 76, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 2rem)); }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 999; background: #fff; padding: .7rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0,0,0,.45), transparent);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .6rem; font-size: 1.35rem; font-weight: 800; text-decoration: none; text-shadow: 0 2px 8px rgba(0,0,0,.35); }
.brand-mark { display: grid; place-items: center; width: 2.2rem; aspect-ratio: 1; border-radius: 50%; background: var(--gold); color: var(--blue-dark); text-shadow: none; }
nav { display: flex; align-items: center; gap: 1rem; }
nav > a { font-weight: 700; text-decoration: none; }
.hero { position: relative; min-height: 78vh; display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--blue-dark); }
.hero picture, .hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center center; }
.hero-shade { background: linear-gradient(90deg, rgba(3,27,38,.76) 0%, rgba(3,27,38,.45) 37%, rgba(3,27,38,.06) 72%), linear-gradient(0deg, rgba(3,27,38,.52), transparent 45%); }
.hero-content { position: relative; z-index: 1; padding: 9rem 0 5rem; }
.eyebrow, .section-kicker { margin: 0 0 .5rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; color: var(--gold); }
h1 { margin: 0; font-size: clamp(3.4rem, 9vw, 7.2rem); line-height: .95; letter-spacing: -.055em; }
.tagline { margin: 1rem 0 1.7rem; font-family: Georgia, serif; font-size: clamp(1.45rem, 3vw, 2.35rem); line-height: 1.2; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: .92rem 1.25rem; border-radius: 999px; background: var(--gold); color: var(--blue-dark); font-weight: 850; text-decoration: none; box-shadow: 0 8px 22px rgba(0,0,0,.18); transition: transform .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.04); }
.button-small { padding: .28rem .45rem; font-size: .7rem; box-shadow: none; }
.section { padding: 5rem 0; }
.section h2, .contact h2 { margin: 0 0 1.5rem; font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 3.45rem); line-height: 1.12; color: var(--blue-dark); }
.members { background: var(--cream); }
.member-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.4rem; }
.member-card { padding: 1.5rem; border-radius: 1rem; background: #fff; box-shadow: var(--shadow); border-top: 4px solid var(--gold); }
.instrument { font-size: 2rem; }
.member-card h3 { margin: .7rem 0 .15rem; font-size: 1.1rem; color: var(--blue-dark); }
.bio-toggle { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; font-weight: inherit; text-align: left; cursor: pointer; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: .2em; }
.bio-toggle:hover, .bio-toggle:focus-visible { text-decoration-color: var(--gold); }
.bio-toggle::after { content: " +"; color: var(--blue); }
.bio-toggle[aria-expanded="true"]::after { content: " −"; }
.member-card p { margin: 0; color: var(--muted); }
.member-bio { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #e7e0d4; }
.member-bio p { color: var(--ink); font-size: .96rem; line-height: 1.55; }
.about p { font-size: 1.08rem; }
.contact { padding: 4rem 0; color: #fff; background: var(--blue); }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.contact h2 { margin-bottom: 0; color: #fff; max-width: 720px; }
.light { color: #ffe0a0; }
.button-light { background: #fff; color: var(--blue-dark); white-space: nowrap; }
footer { padding: 1.3rem 0; color: #dce8ed; background: var(--blue-dark); }
.footer-inner { display: flex; justify-content: space-between; gap: 1rem; }
.footer-inner p { margin: 0; }
@media (max-width: 820px) {
  .member-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-inner { align-items: flex-start; flex-direction: column; }
  .hero { min-height: 72vh; }
  .hero-image { object-position: 56% center; }
}
@media (max-width: 560px) {
  nav > a:first-child { display: none; }
  .nav-wrap { min-height: 66px; }
  .hero-content { padding-bottom: 3rem; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,27,38,.82) 0%, rgba(3,27,38,.35) 72%, rgba(3,27,38,.2)); }
  .hero-image { object-fit: contain; object-position: center top; }
  .member-grid { grid-template-columns: 1fr; }
  .section { padding: 3.6rem 0; }
  .footer-inner { flex-direction: column; }
}

.bio-link { color: inherit; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: .2em; }
.bio-link:hover, .bio-link:focus-visible { text-decoration-color: var(--gold); }
.bio-main { min-height: calc(100vh - 76px); padding: 7rem 0 5rem; background: var(--cream); }
.bio-article { width: min(800px, calc(100% - 2rem)); margin-inline: auto; padding: 2.5rem; border-radius: 1rem; background: #fff; box-shadow: var(--shadow); border-top: 4px solid var(--gold); }
.bio-article h1 { margin: 0 0 1.5rem; color: var(--blue-dark); font-family: Georgia, serif; font-size: clamp(2.4rem, 6vw, 4rem); line-height: 1.05; letter-spacing: -.03em; }
.bio-article p { margin: 0 0 1.15rem; font-size: 1.08rem; }
.bio-back { margin-bottom: 1.5rem; display: inline-block; font-weight: 800; color: var(--blue); }
.bio-header { position: static; color: #fff; background: var(--blue-dark); }

.video-embed { width: 100%; aspect-ratio: 16 / 9; background: #000; overflow: hidden; }
.video-embed iframe { display: block; width: 100%; height: 100%; border: 0; }
