*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.skip-link{position:absolute;left:0;top:0;transform:translateY(-100%);padding:.6rem 1rem;background:var(--gold);color:#1a0f00;font-weight:600;z-index:1000;border-radius:0 0 4px;transition:transform .15s ease}.skip-link:focus{transform:translateY(0);outline:none}:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:2px}body{margin:0;font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg);background-attachment:fixed;line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}img{max-width:100%;display:block}address{font-style:normal}a{color:var(--accent-bright);text-decoration:none}a:hover{color:#5fadf0;text-decoration:underline}h1,h2,h3,h4{font-family:Inter,Helvetica,Arial,sans-serif;font-weight:700;line-height:1.15;margin:0 0 .5em;color:var(--text);letter-spacing:-.01em}h1{font-size:clamp(2.25rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{font-size:1.5rem}p{margin:0 0 1em}ul{margin:0 0 1em;padding-left:1.25rem}:root{--bg: linear-gradient(54.67deg, rgb(34, 0, 21) 0%, rgb(0, 7, 40) 100%);--bg-solid: #0a0518;--surface: rgba(255, 255, 255, .04);--line: rgba(255, 255, 255, .12);--line-strong: rgba(255, 255, 255, .24);--text: #ffffff;--text-muted: rgba(255, 255, 255, .85);--text-dim: rgba(255, 255, 255, .78);--accent: #036ac4;--accent-bright: #2b8fe6;--gold: #e0bf6d;--gold-dim: rgba(224, 191, 109, .5)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-header{position:sticky;top:0;z-index:50;background:#0a0518b3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding-top:.85rem;padding-bottom:.85rem}.brand{display:flex;align-items:center;gap:.65rem;font-weight:700;font-size:1.05rem;color:var(--text);letter-spacing:-.01em}.brand:hover{text-decoration:none;color:var(--text)}.brand-mark-img{width:40px;height:40px;border-radius:6px;object-fit:contain;display:block}.nav-toggle{display:none;background:none;border:1px solid var(--line-strong);color:var(--text);padding:.4rem .55rem;border-radius:6px;cursor:pointer;font:inherit;line-height:0}.nav-toggle .btn-icon{width:1.5rem;height:1.5rem;margin:0}.nav-toggle .btn-icon svg{width:100%;height:100%;display:block}.site-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:1.75rem;align-items:center}.site-nav a{color:var(--text-muted);font-weight:500;font-size:.95rem;transition:color .15s ease}.site-nav a:hover{color:var(--text);text-decoration:none}.site-nav a.active{color:var(--text)}.site-nav .btn{padding:.5rem 1rem}.site-nav .btn:hover{color:#fff}@media (max-width: 760px){.nav-toggle{display:inline-block}.site-nav{position:absolute;top:100%;left:0;right:0;background:#0a0518f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);display:none}.site-nav.open{display:block}.site-nav ul{flex-direction:column;align-items:stretch;padding:.5rem 1.5rem 1.25rem;gap:.25rem}.site-nav li{border-bottom:1px solid var(--line)}.site-nav li:last-child{border-bottom:none}.site-nav a{display:block;padding:.85rem 0}.site-nav .btn{display:inline-block;margin:.5rem 0}}.btn,.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--gold);padding:.55rem 1.1rem;border-radius:4px;font-weight:500;font-size:1rem;border:1px solid var(--gold);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;text-decoration:none;line-height:1.2}.btn:hover,.btn-ghost:hover{background:#e0bf6d1f;border-color:#f0d188;color:#f0d188;text-decoration:none}.btn-icon{width:18px;height:18px;flex-shrink:0;display:inline-flex}.btn-icon svg{width:100%;height:100%;fill:currentColor}.hero-photo{width:100%;height:clamp(320px,55vh,640px);background:url(/img/heroes/home-hero.jpg) center/cover no-repeat}.hero-intro{padding:2.5rem 1.5rem}.hero-intro .hero-inner{text-align:left;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2.5rem}.hero-intro .hero-copy{min-width:0}.hero-eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.8rem;font-weight:600;color:var(--gold);margin:0 0 1rem}.hero-intro h1{color:var(--text);margin:0 0 .75rem;font-size:clamp(2rem,4vw,3rem);line-height:1.05;max-width:22ch}.hero-subhead{font-size:1.1rem;max-width:60ch;margin:0;color:var(--text-muted);line-height:1.5}.hero-intro .actions{display:flex;flex-direction:column;gap:.75rem;align-items:stretch}.hero-intro .actions .btn{white-space:nowrap;text-align:center}@media (max-width: 760px){.hero-intro .hero-inner{grid-template-columns:1fr;gap:1.5rem}.hero-intro .actions{flex-direction:row;flex-wrap:wrap}}#main{display:flex;flex-direction:column;gap:6rem;padding-bottom:6rem}section.block{padding:0}section.block h2{text-align:center;margin-bottom:.5em}section.block h2.section-eyebrow{margin-bottom:6rem}.section-lead{text-align:center;max-width:720px;margin:0 auto 2.5rem;color:var(--text-muted);font-size:1.05rem}#next-concert{scroll-margin-top:80px}.poster-placeholder{display:grid;place-items:center;background:repeating-linear-gradient(135deg,#ffffff06 0,#ffffff06 10px,#ffffff0d 10px,#ffffff0d 20px);border:1px dashed var(--line-strong);border-radius:4px;aspect-ratio:298 / 386;width:100%;color:var(--text-dim);font-size:.95rem;letter-spacing:.05em;text-transform:uppercase;font-weight:500}.poster-placeholder span{padding:1rem;text-align:center}.tickets-pending{margin:0;font-style:italic;color:var(--text-muted);line-height:1.4}.highlights{list-style:none;padding:0;margin:0;margin-top:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.video-highlights{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.video-highlight{flex:1 1 280px;max-width:360px}.video-highlight a{display:block;color:inherit;text-decoration:none}.video-highlight .video-thumb{position:relative;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden;border:1px solid var(--line);background:#000;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.video-highlight .video-thumb img{width:100%;height:100%;object-fit:cover;display:block}.video-highlight .video-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:2.75rem;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.6);opacity:.9;transition:opacity .2s ease,transform .2s ease;pointer-events:none}.video-highlight a:hover .video-thumb,.video-highlight a:focus-visible .video-thumb{transform:translateY(-3px);border-color:var(--gold);box-shadow:0 8px 24px #0006}.video-highlight a:hover .video-play,.video-highlight a:focus-visible .video-play{opacity:1;transform:scale(1.1)}.video-highlight h3{margin:.85rem 0 0;font-size:1rem;line-height:1.35;color:var(--text);font-weight:600}.highlight-card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:2rem 1.75rem 1.75rem;overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.highlight-card:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,var(--gold),transparent)}.highlight-card:hover{transform:translateY(-2px);border-color:var(--line-strong);box-shadow:0 12px 32px #00000040}.highlight-card h3{margin:0 0 .5em;font-size:1.2rem;color:var(--text)}.highlight-card p{color:var(--text-muted);margin:0;line-height:1.6}.concert-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.concert-item{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:2rem;align-items:start;padding:4rem 0}.concert-item--landscape{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.concert-item .details{display:flex;flex-direction:column;gap:1.5rem;min-width:0}.concert-item .poster{display:block;border:0;padding:0;background:#00000040;border-radius:4px;overflow:hidden;box-shadow:0 8px 32px #0006;align-self:start;cursor:zoom-in;width:100%;transition:transform .15s ease;font:inherit;color:inherit}.concert-item .poster:hover{transform:scale(1.01)}.concert-item .poster:focus-visible{outline:2px solid var(--accent-bright);outline-offset:2px}.concert-item .poster img{width:100%;height:auto;display:block;aspect-ratio:298 / 386;object-fit:contain;object-position:top}.concert-item--landscape .poster img,.concert-item--square .poster img{aspect-ratio:auto;object-fit:cover}.concert-item .title-block h3{font-size:clamp(1.75rem,3vw,2.25rem);margin:0 0 .4em;line-height:1.1}.category-pill{display:inline-flex;align-items:center;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;line-height:1;padding:.45em .85em .4em;border-radius:999px;margin-bottom:.6em;border:1px solid currentColor;background:#ffffff0a;white-space:nowrap}.concert-item:has(.category-pill) .poster{margin-top:calc(.72rem + 1.45em)}.category-pill--masterworks{color:#e9c46a}.category-pill--chamber{color:#b39ddb}.category-pill--community{color:#6fcf97}.category-pill--session{color:#4dd0e1}.concert-item .title-block .date{font-size:1.4rem;color:var(--text);display:block;margin-bottom:.15em}.concert-item .title-block .date--multi .date-line{display:block}.concert-item .title-block .venue{font-size:1rem;color:var(--text-muted)}.concert-item .description{color:var(--text-muted);margin:0;font-size:1.05rem;line-height:1.55}.concert-item.past{opacity:.95}.repertoire{display:grid;grid-template-columns:minmax(140px,22%) 1fr;gap:.65rem 1.25rem;font-size:1rem;align-items:baseline}.repertoire .composer{font-weight:600;color:var(--text)}.repertoire .pieces{color:var(--text-muted);display:flex;flex-direction:column}.repertoire .pieces span{line-height:1.5}.concert-item .actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.5rem}.concert-divider{border:none;border-top:1px solid var(--line);margin:0;width:100%}@media (max-width: 800px){.concert-item{grid-template-columns:1fr;gap:1.5rem;padding:3rem 0}.repertoire{grid-template-columns:minmax(110px,30%) 1fr;font-size:.95rem}}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-grid p{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.about-grid img{width:100%;border-radius:8px;box-shadow:0 8px 32px #0006}@media (max-width: 760px){.about-grid{grid-template-columns:1fr;gap:2rem}}.form-card{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:2rem;max-width:640px;margin:0 auto}.form-row{display:grid;gap:1rem;margin-bottom:1rem}.form-row.two{grid-template-columns:1fr 1fr}@media (max-width: 540px){.form-row.two{grid-template-columns:1fr}}label{display:block;font-size:.9rem;font-weight:500;margin-bottom:.4rem;color:var(--text)}input,textarea,select{width:100%;padding:.65rem .85rem;border:1px solid var(--line-strong);border-radius:4px;font:inherit;background:#00000040;color:var(--text)}input::placeholder,textarea::placeholder{color:var(--text-dim)}input:focus,textarea:focus,select:focus{outline:2px solid var(--accent);outline-offset:1px;background:#00000059}textarea{min-height:140px;resize:vertical}select option{background:var(--bg-solid);color:var(--text)}.form-message{margin:0 0 1rem;padding:.65rem .8rem;border-radius:4px;border:1px solid;font-size:.95rem}.form-message.success{color:#d7f7d7;border-color:#47b45eb3;background:#47b45e2e}.form-message.error{color:#ffd9d9;border-color:#de5757bf;background:#de57572e}.site-footer{background:#00000059;color:var(--text-muted);padding:3rem 0 1.5rem;font-size:.95rem;border-top:1px solid var(--line)}.site-footer .container{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1.5rem}.site-footer h4{color:#fff;margin:0 0 .5em;font-size:1rem}.site-footer a{color:var(--text-muted)}.site-footer a:hover{color:#fff}.site-footer .links{list-style:none;padding:0;margin:0;display:flex;gap:1.5rem;flex-wrap:wrap}.site-footer .social-links{list-style:none;padding:0;margin:0;display:flex;gap:.75rem;flex-wrap:wrap}.site-footer .social-links a{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid var(--line);border-radius:50%;color:var(--text-muted);transition:color .15s ease,border-color .15s ease,background .15s ease}.site-footer .social-links a:hover{color:var(--gold);border-color:var(--gold-dim);background:#e0bf6d14}.site-footer .social-links .btn-icon{width:1.1rem;height:1.1rem}.site-footer .legal{border-top:1px solid var(--line);margin-top:2rem;padding-top:1.25rem;font-size:.8rem;color:var(--text-dim);text-align:center;width:100%}.page-hero{padding:5rem 1.5rem 3rem;text-align:center;border-bottom:1px solid var(--line)}.page-hero h1{color:#fff;margin:0}.page-hero p{margin:.75rem auto 0;color:var(--text-muted);font-size:1.1rem;max-width:640px}.page-hero--image{position:relative;min-height:50vh;display:flex;align-items:center;padding:4rem 1.5rem;text-align:left;background-size:cover;background-position:var(--hero-focal, 70% 30%);background-repeat:no-repeat;overflow:hidden;isolation:isolate;border-bottom:none}.page-hero--image:before{content:none}.page-hero--image .container{position:relative;width:100%;text-align:left}.page-hero--image h1{font-size:clamp(2.5rem,5vw,3.75rem);text-align:left;text-shadow:0 1px 2px rgba(0,0,0,.6),0 4px 16px rgba(0,0,0,.55)}.page-hero--image p{margin-left:0;margin-right:0;max-width:36rem;text-align:left;color:#ffffffe6;text-shadow:0 1px 10px rgba(0,0,0,.6)}@font-face{font-family:Bravura Text;src:url(/fonts/BravuraText.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}.section-eyebrow{display:flex;align-items:center;gap:1.25rem;text-transform:uppercase;letter-spacing:.18em;font-size:1.15rem;font-weight:600;color:var(--gold);margin:0 0 4rem;text-align:center}.section-eyebrow__text{flex:0 0 auto;white-space:nowrap}.staff-divider{--staff-space: 8px;position:relative;display:block;flex:1 1 0;min-width:0;height:calc(var(--staff-space) * 4 + 1px);color:#d8d4e6}.staff-divider__lines{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.staff-divider__ornament{position:absolute;top:0;bottom:0;height:100%;width:auto;overflow:visible}.staff-divider[data-side=left] .staff-divider__ornament{left:0;aspect-ratio:60 / 17}.staff-divider[data-side=right] .staff-divider__ornament{right:0;aspect-ratio:4.24 / 17}.concert-section--spaced{margin-top:0}.intro-block{text-align:center}.intro-block h2{margin-bottom:1.5rem}.intro-body{color:var(--text-muted);font-size:1.1rem;line-height:1.7;margin-bottom:1.25rem;max-width:760px;margin-left:auto;margin-right:auto}.intro-body:last-child{margin-bottom:0}.team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem;max-width:880px;margin:0 auto}@media (max-width: 640px){.team-grid{grid-template-columns:1fr}}.team-card{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:2rem 1.75rem;text-align:center;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.team-card:hover{transform:translateY(-3px);border-color:var(--line-strong);box-shadow:0 14px 36px #0000004d}.team-photo{width:140px;height:140px;border-radius:50%;object-fit:cover;object-position:center top;margin:0 auto 1.25rem;display:block;border:2px solid var(--gold);padding:3px;background:var(--surface)}.team-card h3{margin:0 0 .25rem;font-size:1.25rem}.team-role{color:var(--gold);font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem}.team-card p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.65;text-align:left}.quote-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem}.quote-card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:2rem 1.75rem 1.5rem;margin:0;display:flex;flex-direction:column;gap:1.5rem;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.quote-card:hover{transform:translateY(-3px);border-color:var(--line-strong);box-shadow:0 14px 36px #0000004d}.member-photo{width:56px;height:56px;flex:0 0 56px;border-radius:50%;object-fit:cover;object-position:center top;border:2px solid var(--line-strong)}.quote-card blockquote{position:relative;margin:0;padding:.25rem 0 0 2.5rem;color:var(--text);font-size:1rem;line-height:1.65;font-style:italic;border:0}.quote-card blockquote:before{content:"“";position:absolute;top:-1.25rem;left:-.25rem;font-family:Georgia,Times New Roman,serif;font-size:5rem;line-height:1;color:var(--gold);opacity:.5;font-style:normal}.quote-card figcaption{display:flex;align-items:center;gap:.875rem;margin-top:auto;padding-top:1.25rem;border-top:1px solid var(--line);color:var(--text-muted);font-size:.9rem}.quote-card__byline{display:flex;flex-direction:column;line-height:1.35}.quote-card figcaption strong{color:var(--text);font-weight:600;font-size:1rem}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000eb;display:grid;place-items:center;padding:2rem;cursor:zoom-out;animation:lightbox-fade .15s ease-out}@keyframes lightbox-fade{0%{opacity:0}to{opacity:1}}.lightbox-img{max-width:calc(100vw - 4rem);max-height:calc(100vh - 4rem);width:auto;height:auto;display:block;cursor:default;box-shadow:0 16px 64px #0009;border-radius:4px;object-fit:contain}.lightbox-close{position:absolute;top:1rem;right:1.25rem;background:#ffffff1a;color:#fff;border:1px solid var(--line-strong);width:44px;height:44px;border-radius:50%;font-size:1.75rem;line-height:1;cursor:pointer;display:grid;place-items:center;font-family:inherit;transition:background .15s ease}.lightbox-close:hover{background:#fff3}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}
