:root {
  --navy: #08172b;
  --navy-soft: #10243e;
  --navy-deep: #040d19;
  --cream: #f2ecdf;
  --cream-light: #faf7f0;
  --gold: #b89a62;
  --gold-dark: #7a5f32;
  --ink: #17202a;
  --muted: #686b67;
  --white: #fff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --page-pad: clamp(1.25rem, 4.5vw, 5.5rem);
  --section-pad: clamp(4.75rem, 8vw, 8rem);
  --line-dark: rgba(8, 23, 43, .18);
  --line-light: rgba(255, 255, 255, .15);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { margin: 0; overflow-x: hidden; background: var(--navy); color: var(--cream-light); font-family: var(--sans); font-size: 17px; line-height: 1.72; }
body.menu-open, body.lightbox-open { overflow: hidden; }
h1, h2, h3, p, figure, blockquote { margin: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--gold); color: var(--navy-deep); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.section--cream :focus-visible,
.content-section--cream :focus-visible,
.content-section--repertoire :focus-visible,
.identity-band :focus-visible { outline-color: var(--navy); }

.skip-link { position: fixed; z-index: 200; top: .75rem; left: .75rem; padding: .7rem 1rem; background: var(--cream); color: var(--navy); font-weight: 600; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.announcement { position: absolute; z-index: 31; top: 0; left: 0; width: 100%; display: flex; min-height: 36px; align-items: center; justify-content: space-between; padding: .35rem var(--page-pad); border-bottom: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .76); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.announcement a { transition: color .2s; }
.announcement a:hover { color: var(--gold); }

.site-header { position: absolute; z-index: 30; top: 36px; left: 0; width: 100%; display: flex; min-height: 82px; align-items: center; justify-content: space-between; padding: 1rem var(--page-pad); border-bottom: 1px solid var(--line-light); transition: min-height .35s, background .35s, box-shadow .35s, transform .35s; }
.site-header.is-sticky { position: fixed; top: 0; min-height: 68px; background: rgba(4, 13, 25, .94); box-shadow: 0 12px 40px rgba(0, 0, 0, .2); backdrop-filter: blur(14px); }
.site-header.is-hidden { transform: translateY(-110%); }
.brand { position: relative; z-index: 2; flex: 0 0 auto; }
.brand img { width: clamp(132px, 14vw, 194px); height: 48px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.3rem); }
.main-nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; padding: .45rem 0; color: rgba(255, 255, 255, .84); font-size: .86rem; font-weight: 500; letter-spacing: .035em; }
.main-nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -.25rem; left: 0; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a[aria-current="location"]::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.main-nav a[aria-current="location"], .main-nav a[aria-current="page"] { color: var(--white); }
.main-nav .nav-cta { padding: .7rem 1.15rem; border: 1px solid rgba(255, 255, 255, .5); transition: background .25s, border-color .25s, color .25s; }
.main-nav .nav-cta:hover { border-color: var(--cream); background: var(--cream); color: var(--navy); }
.menu-toggle { position: relative; z-index: 2; display: none; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; gap: .75rem; padding: .5rem; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:first-child { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.menu-toggle__lines, .menu-toggle__lines::before { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .25s; }
.menu-toggle__lines::before { content: ""; transform: translateY(7px); }
.site-header.menu-is-open .menu-toggle__lines { transform: rotate(45deg); }
.site-header.menu-is-open .menu-toggle__lines::before { transform: rotate(-90deg); }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; padding: 11.5rem var(--page-pad) clamp(5rem, 8vw, 7.5rem); }
.hero-slider, .hero-slide, .hero-shade { position: absolute; inset: 0; }
.hero-slide { opacity: 0; background-image: var(--slide); background-position: center 36%; background-size: cover; transform: scale(1.035); transition: opacity 1.2s ease, transform 8s ease; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-shade { background: linear-gradient(90deg, rgba(4, 13, 25, .92) 0%, rgba(4, 13, 25, .65) 48%, rgba(4, 13, 25, .16) 100%), linear-gradient(0deg, rgba(4, 13, 25, .7), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: 100%; min-width: 0; max-width: 980px; }
.kicker { margin-bottom: 1.25rem; color: rgba(255, 255, 255, .78); font-size: .76rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.kicker--gold { color: var(--gold); }
.hero h1, .section h2, .join h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: .9; }
.hero h1 { max-width: 950px; font-size: clamp(4rem, 8.5vw, 8.6rem); }
em { color: var(--gold); font-weight: 500; }
.section--cream em, .content-section--cream em, .content-section--repertoire em { color: var(--gold-dark); }
.hero-lead { max-width: 580px; margin-top: 2rem; color: rgba(255, 255, 255, .74); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.hero-actions, .join-content > div { display: flex; align-items: center; gap: 2rem; margin-top: 2.2rem; }
.button { position: relative; display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: .8rem; padding: .85rem 1.6rem; overflow: hidden; border: 1px solid currentColor; font-size: .8rem; font-weight: 600; letter-spacing: .085em; text-transform: uppercase; white-space: nowrap; transition: background .25s, border-color .25s, color .25s, transform .25s, box-shadow .25s; }
.button::after { content: "\2192"; font-size: 1rem; line-height: 1; transition: transform .25s; }
.button[target="_blank"]::after { content: "\2197"; }
.button:hover { box-shadow: 0 10px 28px rgba(4, 13, 25, .14); transform: translateY(-2px); }
.button:hover::after { transform: translateX(4px); }
.button:active { box-shadow: none; transform: translateY(0) scale(.985); }
.button--cream:hover { background: var(--cream); color: var(--navy); }
.line-link { display: inline-flex; min-height: 44px; align-items: center; gap: .8rem; padding: .45rem 0; border-bottom: 1px solid rgba(255, 255, 255, .45); font-size: .88rem; transition: border-color .25s, color .25s; }
.line-link span { color: var(--gold); transition: transform .25s; }
.line-link:hover { border-color: var(--gold); }
.line-link:hover span { transform: translateX(4px); }
.hero-controls { position: absolute; z-index: 3; right: var(--page-pad); bottom: 2.2rem; display: flex; align-items: center; gap: 1rem; }
.slider-toggle { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255, 255, 255, .32); border-radius: 50%; background: transparent; cursor: pointer; font-size: .72rem; }
.slider-dots { display: flex; gap: .55rem; }
.slider-dots button { position: relative; width: 32px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; transition: width .3s; }
.slider-dots button::after { position: absolute; top: 50%; right: 0; left: 0; height: 2px; background: rgba(255, 255, 255, .3); content: ""; transform: translateY(-50%); transition: background .3s; }
.slider-dots button.is-active { width: 44px; }
.slider-dots button.is-active::after { background: var(--gold); }
.hero-location { position: absolute; z-index: 2; right: var(--page-pad); top: 48%; writing-mode: vertical-rl; color: rgba(255, 255, 255, .66); font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 2; bottom: 2.2rem; left: var(--page-pad); display: flex; min-height: 44px; align-items: center; gap: .8rem; color: rgba(255, 255, 255, .7); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.scroll-cue i { position: relative; display: block; width: 40px; height: 1px; overflow: hidden; background: rgba(255, 255, 255, .3); }
.scroll-cue i::after { position: absolute; inset: 0; background: var(--gold); content: ""; animation: scrollLine 2s ease-in-out infinite; transform: translateX(-100%); }
@keyframes scrollLine { 55%, 100% { transform: translateX(100%); } }

.section { position: relative; padding: var(--section-pad) var(--page-pad); }
.section--cream { background: var(--cream); color: var(--ink); }
.section-label { display: flex; align-items: center; gap: 1rem; grid-column: 1 / -1; margin-bottom: clamp(2.75rem, 5vw, 4.75rem); color: rgba(255, 255, 255, .68); font-size: .75rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.section-label span { color: var(--gold); }
.section-label::after { width: min(120px, 10vw); height: 1px; background: rgba(255, 255, 255, .2); content: ""; }
.section--cream .section-label { color: #565955; }
.section--cream .section-label::after { background: var(--line-dark); }
.section h2 { font-size: clamp(3.2rem, 6vw, 6.2rem); }
.story { display: grid; grid-template-columns: .25fr 1.05fr .58fr; gap: clamp(2rem, 5vw, 6rem); }
.story-heading { grid-column: 2; }
.story-copy { grid-column: 3; align-self: end; color: rgba(255, 255, 255, .64); }
.story-copy p + p { margin-top: 1.35rem; }
.story-copy .story-lead { color: var(--cream); font-size: 1.08rem; }
.arrow-link { display: inline-flex; min-height: 44px; align-items: center; gap: .65rem; margin-top: 1.8rem; padding: .45rem 0 .25rem; border-bottom: 1px solid var(--gold); color: var(--cream); font-size: .88rem; transition: color .25s; }
.arrow-link span { color: var(--gold); transition: transform .25s; }
.arrow-link:hover span { transform: translateX(4px); }
.story-image { grid-column: 2; margin-top: 2rem; }
.story-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.78); }
.story-image figcaption { margin-top: .75rem; color: rgba(255, 255, 255, .68); font-size: .78rem; letter-spacing: .055em; }
.story-quote { grid-column: 3; align-self: center; padding-top: 1.25rem; border-top: 1px solid rgba(184, 154, 98, .35); }
.story-quote span { display: block; height: 3rem; color: var(--gold); font-family: var(--serif); font-size: 4.5rem; line-height: 1; }
.story-quote p { font-family: var(--serif); font-size: clamp(1.6rem, 2.5vw, 2.4rem); font-style: italic; line-height: 1.15; }

.values { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--navy-soft); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.value { min-height: 285px; padding: clamp(2rem, 4vw, 4rem); border-right: 1px solid var(--line-light); }
.value:last-child { border-right: 0; }
.value > span { color: var(--gold); font-size: .76rem; font-weight: 600; letter-spacing: .08em; }
.value h3 { margin-top: 3.3rem; font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 3rem); font-weight: 500; }
.value p { max-width: 380px; margin-top: .65rem; color: rgba(255, 255, 255, .7); }

.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-bottom: clamp(3rem, 6vw, 5rem); }
.section-heading > p { max-width: 410px; color: var(--muted); }
.section-heading--dark > p { color: rgba(255, 255, 255, .58); }
.event-row { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; border-top: 1px solid var(--line-dark); }
.event-row:last-child { border-bottom: 1px solid var(--line-dark); }
.event-row time { display: flex; align-items: center; gap: .9rem; padding: 2rem 0; }
.event-row time strong { min-width: 58px; font-family: var(--serif); font-size: 3.5rem; font-weight: 500; line-height: 1; }
.event-row time span { font-size: .76rem; line-height: 1.45; letter-spacing: .05em; text-transform: uppercase; }
.event-info { padding: 2rem; border-left: 1px solid var(--line-dark); }
.event-info > p { color: var(--gold-dark); font-size: .75rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.event-info h3 { margin: .2rem 0 .35rem; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 500; line-height: 1.05; }
.event-info span { color: #565955; font-size: .88rem; }
.event-more { display: flex; min-width: 112px; min-height: 48px; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem; border: 0; border-bottom: 1px solid var(--gold-dark); background: transparent; color: var(--ink); cursor: pointer; font-size: .77rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; transition: background .25s, padding .25s; }
.event-more:hover { padding-right: 1rem; padding-left: 1rem; background: rgba(184, 154, 98, .1); }
.event-more i { font-size: 1.2rem; font-style: normal; transition: transform .25s; }
.event-row.is-open .event-more i { transform: rotate(45deg); }
.event-detail { grid-column: 2 / 4; display: grid; grid-template-rows: 0fr; padding-left: 2rem; border-left: 1px solid var(--line-dark); color: var(--muted); transition: grid-template-rows .35s, padding-bottom .35s; }
.event-detail > p { max-width: 700px; overflow: hidden; }
.event-row.is-open .event-detail { grid-template-rows: 1fr; padding-bottom: 2rem; }
.social-note { display: grid; grid-template-columns: 1fr auto; align-items: center; margin-top: 4rem; padding: 2rem 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.social-note span { color: #565955; font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.social-note strong { grid-row: 2; font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.6rem); font-weight: 500; }
.social-note i { grid-column: 2; grid-row: 1 / 3; color: var(--gold-dark); font-size: 2rem; font-style: normal; transition: transform .25s; }
.social-note:hover i { transform: translate(4px, -4px); }

.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 8rem); max-width: 1200px; margin: 0 auto; }
.person-card--offset { margin-top: 8rem; }
.person-photo { position: relative; overflow: hidden; background: var(--navy-soft); aspect-ratio: 4 / 5; }
.person-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.02); transition: filter .5s, transform .8s; }
.person-card:hover .person-photo img { filter: saturate(.95); transform: scale(1.025); }
.person-photo > span { position: absolute; right: 1rem; bottom: 1rem; display: grid; width: 42px; height: 42px; place-items: center; background: rgba(8, 23, 43, .85); color: var(--gold); font-size: .75rem; }
.person-content { padding: 1.5rem 0; border-bottom: 1px solid rgba(184, 154, 98, .32); }
.person-content > p:first-child { color: var(--gold); font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.person-content h3 { margin: .25rem 0 .65rem; font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 3.5rem); font-weight: 500; line-height: 1; }
.person-content > p { color: rgba(255, 255, 255, .7); }
.bio-button { display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: space-between; margin-top: 1.3rem; padding: .8rem 0; border: 0; border-top: 1px solid var(--line-light); background: transparent; cursor: pointer; font-size: .77rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.bio-button > span:last-child { color: var(--gold); font-size: 1.15rem; transition: transform .25s; }
.bio-button__label { color: inherit; font-size: inherit; }
.person-card.is-open .bio-button > span:last-child { transform: rotate(45deg); }
.bio { display: grid; grid-template-rows: 0fr; color: rgba(255, 255, 255, .7); font-size: .98rem; transition: grid-template-rows .35s; }
.bio p { overflow: hidden; }
.person-card.is-open .bio { grid-template-rows: 1fr; }

.repertoire-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(4rem, 8vw, 10rem); }
.repertoire-intro { position: sticky; top: calc(68px + 1.25rem); align-self: start; transition: top .35s ease; }
.repertoire-intro > p:last-child { max-width: 470px; margin-top: 2rem; color: var(--muted); }
.repertoire-item { border-top: 1px solid var(--line-dark); }
.repertoire-item:last-child { border-bottom: 1px solid var(--line-dark); }
.repertoire-item button { display: grid; width: 100%; grid-template-columns: 50px 1fr auto; align-items: center; gap: .5rem; padding: 2rem .35rem; border: 0; background: transparent; color: var(--ink); cursor: pointer; text-align: left; transition: background .25s, padding .25s; }
.repertoire-item button:hover { padding-right: .8rem; padding-left: .8rem; background: rgba(184, 154, 98, .09); }
.repertoire-item button span { color: var(--gold-dark); font-size: .76rem; font-weight: 600; }
.repertoire-title { font-family: var(--serif); font-size: clamp(1.8rem, 3.4vw, 3rem); font-weight: 500; line-height: 1; }
.repertoire-item button i { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; color: var(--gold-dark); font-style: normal; }
.repertoire-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s, padding-bottom .35s; }
.repertoire-answer > div { overflow: hidden; }
.repertoire-answer p { max-width: 700px; overflow: hidden; padding-left: 50px; color: var(--muted); }
.repertoire-answer .composer-list { margin-top: .85rem; color: var(--gold-dark); font-size: .83rem; font-weight: 600; letter-spacing: .035em; }
.repertoire-item.is-open .repertoire-answer { grid-template-rows: 1fr; padding-bottom: 2rem; }

.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1rem; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; background: var(--navy-soft); cursor: zoom-in; }
.gallery-item--landscape { aspect-ratio: 16 / 10; }
.gallery-item--portrait { aspect-ratio: 4 / 5; }
.gallery-item:nth-child(3) { margin-top: -17%; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: filter .5s, transform .8s; }
.gallery-item span { position: absolute; right: 1rem; bottom: 1rem; display: flex; align-items: center; gap: .6rem; padding: .6rem .85rem; background: rgba(4, 13, 25, .88); opacity: 0; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; transform: translateY(8px); transition: opacity .3s, transform .3s; }
.gallery-item span i { color: var(--gold); font-style: normal; }
.gallery-item:hover img, .gallery-item:focus-visible img { filter: saturate(1); transform: scale(1.025); }
.gallery-item:hover span, .gallery-item:focus-visible span { opacity: 1; transform: none; }
.gallery-social { display: flex; min-height: 44px; width: max-content; align-items: center; gap: .7rem; margin: 3rem auto 0; padding: .45rem 0 .3rem; border-bottom: 1px solid var(--gold); font-size: .85rem; letter-spacing: .06em; }
.gallery-social span { color: var(--gold); }

.join { display: grid; min-height: 75vh; grid-template-columns: 1fr 1fr; background: var(--navy-deep); }
.join-image { min-height: 540px; background: linear-gradient(rgba(8, 23, 43, .08), rgba(8, 23, 43, .32)), url("assets/images/choir-stage.jpg") center / cover no-repeat; }
.join-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 8rem); }
.join h2 { font-size: clamp(3.5rem, 6.3vw, 6.5rem); }
.join-content > p:not(.kicker) { max-width: 580px; margin-top: 2rem; color: rgba(255, 255, 255, .62); }

.site-footer { padding: 5rem var(--page-pad) 2rem; background: #020912; border-top: 1px solid var(--line-light); }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4rem; }
.footer-brand img { width: 190px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 380px; margin-top: 1.2rem; color: rgba(255, 255, 255, .48); }
.footer-nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: .35rem; }
.footer-nav p, .footer-contact p { margin-bottom: .8rem; color: var(--gold); font-size: .75rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.footer-nav a, .footer-contact a, .footer-contact span { display: inline-flex; min-height: 42px; align-items: center; color: rgba(255, 255, 255, .72); font-size: .9rem; transition: color .2s; }
.footer-nav a[aria-current="page"] { color: var(--white); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: .4rem; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 4rem; padding-top: 1.4rem; border-top: 1px solid var(--line-light); color: rgba(255, 255, 255, .68); font-size: .76rem; letter-spacing: .04em; }

.lightbox { width: min(94vw, 1200px); max-width: none; height: min(90vh, 850px); max-height: none; padding: 0; overflow: visible; border: 0; background: transparent; color: white; }
.lightbox::backdrop { background: rgba(2, 9, 18, .94); backdrop-filter: blur(8px); }
.lightbox figure { width: 100%; height: 100%; display: grid; grid-template-rows: 1fr auto; place-items: center; }
.lightbox img { max-width: 100%; max-height: calc(90vh - 55px); object-fit: contain; }
.lightbox figcaption { padding-top: 1rem; color: rgba(255, 255, 255, .78); font-size: .86rem; letter-spacing: .055em; }
.lightbox-close, .lightbox-nav { position: fixed; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; background: rgba(4, 13, 25, .65); color: white; cursor: pointer; }
.lightbox-close { top: 1.5rem; right: 1.5rem; width: 44px; height: 44px; font-size: 1.7rem; }
.lightbox-nav { top: 50%; width: 48px; height: 48px; transform: translateY(-50%); }
.lightbox-prev { left: 1.5rem; }
.lightbox-next { right: 1.5rem; }

.js .reveal { opacity: 1; transform: none; transition: opacity .75s ease, transform .75s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@starting-style {
  .js .reveal { opacity: 0; transform: translateY(20px); }
}

/* Shared inner pages */
.page-hero { position: relative; min-height: min(78svh, 820px); display: flex; align-items: flex-end; overflow: hidden; padding: 12rem var(--page-pad) clamp(5rem, 8vw, 7rem); }
.page-hero__media, .page-hero__shade { position: absolute; inset: 0; }
.page-hero__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 13, 25, .91) 0%, rgba(4, 13, 25, .6) 52%, rgba(4, 13, 25, .24) 100%), linear-gradient(0deg, rgba(4, 13, 25, .65), transparent 55%); content: ""; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; filter: saturate(.78); }
.page-hero__shade { z-index: 1; background: linear-gradient(0deg, rgba(4, 13, 25, .22), transparent); }
.page-hero__content { position: relative; z-index: 2; width: min(100%, 980px); }
.page-hero h1 { font-family: var(--serif); font-size: clamp(4.2rem, 8.2vw, 8.4rem); font-weight: 500; letter-spacing: -.04em; line-height: .88; }
.page-hero__lead { max-width: 650px; margin-top: 2rem; color: rgba(255, 255, 255, .7); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.page-hero__index { position: absolute; z-index: 2; right: var(--page-pad); bottom: clamp(4.5rem, 7vw, 6.5rem); color: rgba(255, 255, 255, .28); font-family: var(--serif); font-size: clamp(4rem, 8vw, 8rem); line-height: 1; }
.page-hero--about .page-hero__media img { object-position: center 34%; }
.page-hero--choir .page-hero__media img { object-position: center 32%; }
.page-hero--contact .page-hero__media img { object-position: center 28%; }
.page-hero--about .page-hero__media { background: url("assets/images/choir-gallery-4.jpg") center 34% / cover no-repeat; }
.page-hero--concerts .page-hero__media { background: url("assets/images/choir-stage.jpg") center 38% / cover no-repeat; }
.page-hero--choir .page-hero__media { background: url("assets/images/choir-gallery-6.jpg") center 32% / cover no-repeat; }
.page-hero--contact .page-hero__media { background: url("assets/images/choir-gallery-4.jpg") center 28% / cover no-repeat; }
.page-hero__media > img { opacity: 1; }

.content-section__intro { max-width: 920px; }
.content-section__intro > p:not(.kicker) { max-width: 700px; margin-top: 1.7rem; color: var(--muted); }
.content-section__intro > .button { margin-top: 2rem; }
.content-section__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 10rem); }
.content-section__heading { align-self: start; }
.content-section__copy { max-width: 68ch; color: rgba(255, 255, 255, .72); }
.content-section__copy p + p { margin-top: 1.35rem; }
.content-section__copy .story-lead, .profile__content .story-lead { color: var(--cream); font-size: 1.08rem; }
.content-section--cream { background: var(--cream); color: var(--ink); }
.content-section--cream .section-label { color: var(--muted); }
.content-section--cream .section-label::after { background: var(--line-dark); }
.content-section--cream .content-section__copy { color: #565955; }
.content-section--cream .content-section__copy .story-lead { color: var(--ink); }
.content-section--cream .arrow-link, .section--cream .arrow-link { color: var(--ink); }
.content-section__grid--media { grid-template-columns: .95fr 1.05fr; align-items: center; }
.content-section__media { align-self: stretch; }
.content-section__media img { width: 100%; height: auto; min-height: 0; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.78); }
.content-section__media figcaption, .profile__media figcaption { margin-top: .7rem; color: #565955; font-size: .78rem; letter-spacing: .055em; }
.content-section__actions { display: flex; justify-content: flex-end; margin-top: 3rem; }
.button--dark, .button--navy { border-color: var(--navy); background: var(--navy); color: var(--cream); }
.button--dark:hover, .button--navy:hover { background: transparent; color: var(--navy); }

.project-list { border-top: 1px solid var(--line-light); }
.project-item { display: grid; grid-template-columns: 100px 1fr; gap: clamp(1.5rem, 4vw, 4rem); padding: 2rem 0; border-bottom: 1px solid var(--line-light); }
.project-item > span { padding-top: .45rem; color: var(--gold); font-size: .76rem; font-weight: 600; letter-spacing: .1em; }
.project-item h3 { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 500; line-height: 1; }
.project-item p { max-width: 65ch; margin-top: .6rem; color: rgba(255, 255, 255, .7); }

.profile { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.profile--reverse { grid-template-columns: 1.22fr .78fr; }
.profile--reverse .profile__media { grid-column: 2; }
.profile--reverse .profile__content { grid-row: 1; grid-column: 1; }
.profile__media { position: sticky; top: calc(68px + 1.25rem); transition: top .35s ease; }
.profile__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.75); }
.profile__content h2 { margin-bottom: 2rem; }
.profile__content { max-width: 68ch; }
.profile__content > p:not(.kicker) { color: rgba(255, 255, 255, .72); }
.profile__content > p + p { margin-top: 1.3rem; }

.join--compact { min-height: 64vh; }
.join--compact .join-image { min-height: 480px; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.contact-grid--social { grid-template-columns: repeat(2, 1fr); }
.contact-card { min-height: 330px; padding: clamp(1.5rem, 3vw, 3rem); border-right: 1px solid var(--line-dark); }
.contact-card:last-child { border-right: 0; }
.contact-card__index { color: var(--gold-dark); font-size: .76rem; font-weight: 600; letter-spacing: .1em; }
.contact-card h3 { margin-top: 3.5rem; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 500; line-height: 1; }
.contact-card address { margin-top: .8rem; color: var(--ink); font-style: normal; }
.contact-card > p:not(.contact-card__index) { margin-top: .8rem; color: #565955; font-size: .98rem; }
.contact-card .arrow-link { margin-top: 1.3rem; color: var(--ink); }
.social-card { position: relative; display: flex; min-height: 430px; flex-direction: column; background: rgba(255, 255, 255, .16); transition: background .3s, transform .3s; }
.social-card:hover, .social-card:focus-within { z-index: 1; background: rgba(255, 255, 255, .48); transform: translateY(-4px); }
.social-card__icon { display: grid; width: 58px; height: 58px; place-items: center; margin-top: 2.5rem; border: 1px solid var(--line-dark); border-radius: 50%; color: var(--gold-dark); }
.social-card__icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.social-card__icon--youtube svg path:first-child { fill: none; }
.social-card h3 { margin-top: 1.6rem; font-size: clamp(2.4rem, 4vw, 3.6rem); }
.social-card .social-card__handle { margin-top: .25rem; color: #565955; font-size: .92rem; }
.social-card .button { align-self: flex-start; margin-top: auto; }

.roster-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); }
.roster-card { min-height: 270px; padding: clamp(1.5rem, 3vw, 3rem); border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.roster-card:nth-child(3n) { border-right: 0; }
.roster-card > span { color: var(--gold-dark); font-size: .76rem; font-weight: 600; letter-spacing: .1em; }
.roster-card > p:first-of-type { margin-top: 2.8rem; color: var(--gold-dark); font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.roster-card h3 { margin-top: .35rem; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 500; line-height: 1; }
.roster-card > p:last-child:not(:first-of-type) { margin-top: .7rem; color: #565955; font-size: .95rem; }

.participation-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 10rem); }
.participation-intro { position: sticky; top: calc(68px + 1.25rem); align-self: start; transition: top .35s ease; }
.participation-intro > p:last-child { max-width: 480px; margin-top: 1.6rem; color: rgba(255, 255, 255, .58); }
.participation-steps { margin: 0; padding: 0; list-style: none; counter-reset: participation; }
.participation-steps li { display: grid; grid-template-columns: 50px 1fr; gap: 1rem; padding: 2rem 0; border-top: 1px solid var(--line-light); counter-increment: participation; }
.participation-steps li:last-child { border-bottom: 1px solid var(--line-light); }
.participation-steps li::before { color: var(--gold); content: "0" counter(participation); font-size: .76rem; font-weight: 600; }
.participation-steps h3 { font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 500; line-height: 1; }
.participation-steps p { margin-top: .6rem; color: rgba(255, 255, 255, .7); }
.collaboration-call__content { max-width: 940px; }
.collaboration-call__content .button { margin-top: 2rem; }
.content-section--events { background: var(--navy); }
.content-section--repertoire { background: var(--cream); color: var(--ink); }
.content-section--repertoire .section-label { color: var(--muted); }
.content-section--repertoire .section-label::after { background: var(--line-dark); }
.event-list--archive .event-row { border-color: var(--line-light); }
.event-list--archive .event-row:last-child { border-color: var(--line-light); }
.event-list--archive .event-info, .event-list--archive .event-detail { border-color: var(--line-light); }
.event-list--archive .event-more { border-color: var(--gold); color: var(--cream); }
.event-list--archive .event-info > p { color: var(--gold); }
.event-list--archive .event-info span, .event-list--archive .event-detail { color: rgba(255, 255, 255, .72); }

/* Editorial refinements */
.scroll-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gold);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left;
}
.slider-dots button.is-active::before {
  position: absolute;
  z-index: 1;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--cream);
  content: "";
  transform-origin: left;
  animation: sliderProgress 6.5s linear both;
}
.hero.is-slider-paused .slider-dots button.is-active::before { animation-play-state: paused; }
@keyframes sliderProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.section-actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(3rem, 6vw, 5rem);
}
.gallery-actions {
  display: flex;
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 4rem);
}

.api-hidden { display: none !important; }
.api-empty { grid-column: 1 / -1; color: rgba(255, 255, 255, .62); }
.maintenance-notice {
  position: fixed;
  z-index: 150;
  right: 1rem;
  bottom: 1rem;
  max-width: min(420px, calc(100vw - 2rem));
  padding: .9rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(4, 13, 25, .96);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .3);
  color: var(--cream);
  font-size: .84rem;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line-light);
  background: var(--line-light);
}
.news-card { min-width: 0; background: var(--navy); }
.news-card__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--navy-soft); }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: filter .45s, transform .7s; }
.news-card:hover .news-card__media img { filter: saturate(.95); transform: scale(1.025); }
.news-card__body { padding: clamp(1.5rem, 3vw, 2.5rem); }
.news-card time { color: var(--gold); font-size: .74rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.news-card h3 { margin-top: 1.2rem; font-family: var(--serif); font-size: clamp(1.8rem, 2.8vw, 2.65rem); font-weight: 500; line-height: 1; }
.news-card__body > p { margin-top: .8rem; color: rgba(255, 255, 255, .68); font-size: .95rem; }
.news-card__detail { margin-top: 1.25rem; border-top: 1px solid var(--line-light); }
.news-card__detail summary { min-height: 44px; display: flex; align-items: center; color: var(--gold); cursor: pointer; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.news-card__detail p { padding: .5rem 0 1rem; color: rgba(255, 255, 255, .72); white-space: pre-line; }

.contact-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(3rem, 6vw, 5rem);
  border: 1px solid var(--line-dark);
}
.contact-details article { min-width: 0; min-height: 220px; padding: clamp(1.5rem, 3vw, 3rem); border-right: 1px solid var(--line-dark); }
.contact-details article:last-child { border-right: 0; }
.contact-details article > span { color: var(--gold-dark); font-size: .74rem; font-weight: 600; }
.contact-details h3 { margin-top: 2.5rem; font-family: var(--serif); font-size: clamp(1.7rem, 2.6vw, 2.5rem); font-weight: 500; }
.contact-details a,
.contact-details address { display: block; margin-top: .7rem; overflow-wrap: anywhere; color: #565955; font-style: normal; }
.contact-details a:hover { color: var(--gold-dark); }
.contact-details a[aria-disabled="true"] { pointer-events: none; }

.contact-form-section { background: var(--navy); }
.contact-form-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.contact-form-intro { position: sticky; top: calc(68px + 1.25rem); transition: top .35s ease; }
.header-hidden .contact-form-intro { top: 1.25rem; }
.contact-form-intro h2 { font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 6rem); font-weight: 500; letter-spacing: -.035em; line-height: .9; }
.contact-form-intro > p:last-child { max-width: 500px; margin-top: 1.5rem; color: rgba(255, 255, 255, .65); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-field { display: flex; min-width: 0; flex-direction: column; gap: .55rem; }
.form-field--wide,
.form-consent,
.form-actions { grid-column: 1 / -1; }
.form-field label { color: rgba(255, 255, 255, .8); font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.form-field label span { color: rgba(255, 255, 255, .45); font-size: .68rem; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: .8rem 1rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 0;
  background: rgba(255, 255, 255, .055);
  color: var(--cream);
  font: inherit;
  transition: border-color .2s, background .2s;
}
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field select option { background: var(--navy-deep); }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color: var(--gold); background: rgba(255, 255, 255, .09); outline: 0; }
.form-consent { display: flex; align-items: flex-start; gap: .8rem; color: rgba(255, 255, 255, .68); font-size: .83rem; }
.form-consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: .25rem; accent-color: var(--gold); }
.form-actions { display: flex; min-height: 58px; align-items: center; gap: 1.25rem; }
.form-actions button:disabled { cursor: wait; opacity: .55; }
.form-status { color: rgba(255, 255, 255, .68); font-size: .86rem; }
.form-status.is-success { color: #9bd3aa; }
.form-status.is-error { color: #ffaaa2; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.identity-band {
  display: grid;
  grid-template-columns: minmax(300px, 1.75fr) repeat(3, minmax(170px, 1fr));
  background: var(--cream-light);
  color: var(--ink);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}
.identity-band > * {
  min-height: 230px;
  padding: clamp(2rem, 4vw, 4rem);
  border-right: 1px solid var(--line-dark);
}
.identity-band > *:last-child { border-right: 0; }
.identity-band__lead {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.identity-band__lead .kicker { color: var(--gold-dark); }
.identity-band__lead > p:last-child {
  max-width: 470px;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
  line-height: 1.12;
}
.identity-stat {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.identity-stat strong {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .95;
}
.identity-stat span {
  color: var(--gold-dark);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.page-hero__nav {
  position: absolute;
  z-index: 3;
  right: var(--page-pad);
  bottom: 1.25rem;
  left: var(--page-pad);
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  overflow-x: auto;
  padding: .35rem 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
  scrollbar-width: none;
}
.page-hero__nav::-webkit-scrollbar { display: none; }
.page-hero__nav a {
  position: relative;
  display: inline-flex;
  min-height: 42px;
  flex: 0 0 auto;
  align-items: center;
  color: rgba(255, 255, 255, .72);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: color .2s;
}
.page-hero__nav a::after {
  position: absolute;
  right: 0;
  bottom: -.36rem;
  left: 0;
  height: 2px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s;
}
.page-hero__nav a:hover,
.page-hero__nav a[aria-current="location"] { color: var(--white); }
.page-hero__nav a:hover::after,
.page-hero__nav a[aria-current="location"]::after { transform: scaleX(1); transform-origin: left; }

.content-section__copy > p,
.profile__content > p,
.project-item p,
.event-detail > p { text-wrap: pretty; }

.project-list--timeline {
  position: relative;
  border-top: 0;
}
.project-list--timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 112px;
  width: 1px;
  background: rgba(184, 154, 98, .42);
  content: "";
}
.project-list--timeline .project-item {
  position: relative;
  grid-template-columns: 112px 1fr;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  border-color: rgba(255, 255, 255, .12);
}
.project-list--timeline .project-item::before {
  position: absolute;
  top: 3.05rem;
  left: 108px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--navy);
  border-radius: 50%;
  background: var(--gold);
  content: "";
}
.project-list--timeline .project-item > div { padding-left: clamp(1.5rem, 4vw, 4rem); }

.activity-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--cream-light);
  color: var(--ink);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  margin: clamp(3rem, 6vw, 5.5rem) 0 0;
  padding: 0;
  list-style: none;
}
.activity-strip > * {
  position: relative;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  border-right: 1px solid var(--line-dark);
}
.activity-strip > *:last-child { border-right: 0; }
.activity-strip span,
.activity-strip__index { color: var(--gold-dark); font-size: .76rem; font-weight: 600; letter-spacing: .1em; }
.activity-strip p,
.activity-strip h3,
.activity-strip strong { font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 500; line-height: 1.05; }

.project-timeline {
  position: relative;
  border-top: 0;
}
.project-timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 112px;
  width: 1px;
  background: rgba(184, 154, 98, .42);
  content: "";
}
.project-timeline .project-item {
  position: relative;
  grid-template-columns: 112px 1fr;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  border-color: rgba(255, 255, 255, .12);
}
.project-timeline .project-item::before {
  position: absolute;
  top: 3.05rem;
  left: 108px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--navy);
  border-radius: 50%;
  background: var(--gold);
  content: "";
}
.project-timeline .project-item > div { padding-left: clamp(1.5rem, 4vw, 4rem); }
.project-timeline .project-item--year-start { margin-top: 1.25rem; }
.project-timeline .project-year { font-size: .8rem; }

.content-section--compact-archive { background: var(--navy-soft); }
.compact-archive {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}
.compact-archive__item {
  min-height: 330px;
  padding: clamp(1.75rem, 3.25vw, 3.25rem);
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.compact-archive__item--year-start { box-shadow: inset 0 3px 0 var(--gold); }
.compact-archive__year { color: var(--gold); font-size: .76rem; font-weight: 600; letter-spacing: .1em; }
.compact-archive__item h3 { margin-top: 2.5rem; font-family: var(--serif); font-size: clamp(1.75rem, 2.6vw, 2.6rem); font-weight: 500; line-height: 1.02; }
.compact-archive__item p { max-width: 60ch; margin-top: .85rem; color: rgba(255, 255, 255, .7); font-size: .96rem; }

.archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}
.archive-card {
  min-height: 310px;
  padding: clamp(1.75rem, 3.5vw, 3.5rem);
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.archive-card > span,
.archive-card time { color: var(--gold); font-size: .76rem; font-weight: 600; letter-spacing: .1em; }
.archive-card h3 { margin-top: 2.8rem; font-family: var(--serif); font-size: clamp(1.85rem, 3vw, 2.8rem); font-weight: 500; line-height: 1; }
.archive-card p { max-width: 62ch; margin-top: .85rem; color: rgba(255, 255, 255, .7); }

.roster-card__media {
  margin: calc(clamp(1.5rem, 3vw, 3rem) * -1) calc(clamp(1.5rem, 3vw, 3rem) * -1) 1.6rem;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--cream-light);
}
.roster-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: filter .45s, transform .65s; }
.roster-card:hover .roster-card__media img { filter: saturate(.95); transform: scale(1.025); }
.roster-grid--portraits .roster-card { min-height: 470px; }
.values--manifesto .value { min-height: 360px; }
.values--manifesto .value h3 { margin-top: clamp(3rem, 7vw, 6rem); font-size: clamp(2.4rem, 4vw, 4.2rem); }

.social-editorial-grid,
.contact-grid--editorial { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.social-editorial-card,
.contact-card--editorial {
  position: relative;
  min-height: 640px;
  display: grid;
  grid-template-rows: minmax(260px, 1fr) auto;
  overflow: hidden;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: var(--cream-light);
}
.social-editorial-card:last-child,
.contact-card--editorial:last-child { border-right: 0; }
.social-editorial-card__media,
.contact-card__media { overflow: hidden; }
.social-editorial-card__media img,
.contact-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.67); transition: filter .5s, transform .8s; }
.social-editorial-card:hover img,
.social-editorial-card:focus-within img,
.contact-card--editorial:hover img,
.contact-card--editorial:focus-within img { filter: saturate(.95); transform: scale(1.025); }
.social-editorial-card__content,
.contact-card__content { padding: clamp(2rem, 4vw, 4rem); }
.social-editorial-card__content h3,
.contact-card__content h3 { margin-top: 1.1rem; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 4.8rem); font-weight: 500; line-height: .95; }
.social-editorial-card__content p,
.contact-card__content p { margin-top: .75rem; color: #565955; }
.social-editorial-card__content .button,
.contact-card__content .button { margin-top: 1.75rem; }

.artistic-closing {
  position: relative;
  min-height: 68vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: var(--section-pad) var(--page-pad);
  background: var(--navy-deep);
}
.artistic-closing__media { position: absolute; inset: 0; }
.artistic-closing__media::after { position: absolute; inset: 0; background: rgba(4, 13, 25, .68); content: ""; }
.artistic-closing__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65); }
.artistic-closing__content { position: relative; z-index: 1; width: min(100%, 980px); }
.artistic-closing h2 { font-family: var(--serif); font-size: clamp(3.5rem, 7vw, 7.2rem); font-weight: 500; letter-spacing: -.04em; line-height: .9; }
.artistic-closing p:not(.kicker) { max-width: 62ch; margin-top: 1.5rem; color: rgba(255, 255, 255, .74); }
.artistic-closing .button { margin-top: 2rem; }

.section--cream .kicker--gold,
.content-section--cream .kicker--gold,
.content-section--repertoire .kicker--gold { color: var(--gold-dark); }

.page-subnav {
  position: sticky;
  z-index: 20;
  top: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3vw, 3.25rem);
  overflow-x: auto;
  padding: .7rem var(--page-pad);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: rgba(4, 13, 25, .96);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .12);
  scrollbar-width: none;
  backdrop-filter: blur(14px);
  transition: top .35s ease;
}
.site-header.is-hidden + main .page-subnav { top: 0; }
.header-hidden .page-subnav { top: 0; }
.header-hidden .repertoire-intro,
.header-hidden .profile__media,
.header-hidden .participation-intro { top: 1.25rem; }
.page-subnav::-webkit-scrollbar { display: none; }
.page-subnav a {
  position: relative;
  display: inline-flex;
  min-height: 42px;
  flex: 0 0 auto;
  align-items: center;
  color: rgba(255, 255, 255, .7);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: color .2s;
}
.page-subnav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s;
}
.page-subnav a:hover,
.page-subnav a[aria-current="location"] { color: var(--white); }
.page-subnav a:hover::after,
.page-subnav a[aria-current="location"]::after { transform: scaleX(1); transform-origin: left; }
.inner-page main > section[id] { scroll-margin-top: 8.5rem; }

.choir-identity__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
}
.choir-identity__media { position: relative; isolation: isolate; }
.choir-identity__media::before {
  position: absolute;
  z-index: -1;
  top: clamp(1.25rem, 3vw, 2.5rem);
  right: clamp(1.25rem, 3vw, 2.5rem);
  bottom: calc(clamp(1.25rem, 3vw, 2.5rem) * -1);
  left: calc(clamp(1.25rem, 3vw, 2.5rem) * -1);
  border: 1px solid rgba(184, 154, 98, .35);
  content: "";
}
.choir-identity__media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; filter: saturate(.72); }
.choir-identity__media figcaption { margin-top: .8rem; color: rgba(255, 255, 255, .68); font-size: .78rem; letter-spacing: .055em; }
.choir-identity__content h2 { font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 6rem); font-weight: 500; letter-spacing: -.035em; line-height: .9; }
.choir-identity__content > p:not(.kicker) { max-width: 62ch; margin-top: 1.4rem; color: rgba(255, 255, 255, .7); }
.choir-identity__content .story-lead { color: var(--cream); font-size: 1.08rem; }

.roster-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-left: 1px solid var(--line-dark);
}
.roster-card,
.roster-card:nth-child(3n) { grid-column: span 2; border-right: 1px solid var(--line-dark); }
.roster-card:nth-child(4),
.roster-card:nth-child(5) { grid-column: span 3; }
.roster-card__media {
  margin: calc(clamp(1.5rem, 3vw, 3rem) * -1) calc(clamp(1.5rem, 3vw, 3rem) * -1) 1.6rem;
  aspect-ratio: 4 / 5;
}
.roster-card__content > span { color: var(--gold-dark); font-size: .76rem; font-weight: 600; letter-spacing: .1em; }
.roster-card__content > p:first-of-type { margin-top: 2rem; color: var(--gold-dark); font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.roster-card__content h3 { margin-top: .35rem; font-family: var(--serif); font-size: clamp(1.9rem, 3vw, 2.8rem); font-weight: 500; line-height: 1; }
.roster-card__content > p:last-child:not(:first-of-type) { margin-top: .7rem; color: #565955; font-size: .95rem; }

.join-image--local { overflow: hidden; background: none; }
.join-image--local img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; filter: saturate(.68); }
.join-image > img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; filter: saturate(.68); }
.join--about .join-image > img { object-position: center 34%; }
.join--youtube .join-image > img { object-position: center 44%; }

.contact-grid.social-editorial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid var(--line-dark);
}
.social-card--editorial {
  min-height: 580px;
  display: grid;
  grid-template-rows: minmax(300px, 1.15fr) auto;
  padding: 0;
  overflow: hidden;
  background: var(--cream-light);
  transform: none;
}
.social-card--editorial:hover,
.social-card--editorial:focus-within { background: var(--cream-light); transform: none; }
.social-card__media { display: block; min-height: 0; overflow: hidden; }
.social-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.66); transition: filter .5s, transform .8s; }
.social-card--editorial:hover .social-card__media img,
.social-card--editorial:focus-within .social-card__media img { filter: saturate(.95); transform: scale(1.025); }
.social-card__body { position: relative; padding: clamp(2rem, 4vw, 4rem); }
.social-card__body .social-card__icon { position: absolute; top: clamp(1.7rem, 3vw, 3rem); right: clamp(2rem, 4vw, 4rem); margin: 0; }
.social-card__body .kicker { max-width: calc(100% - 78px); margin-top: 1.8rem; color: var(--gold-dark); }
.social-card__body h3 { margin-top: .25rem; font-size: clamp(3rem, 6vw, 5.4rem); }
.social-card__body .button { margin-top: 1.9rem; }

@media (max-width: 980px) {
  .menu-toggle { display: flex; }
  .main-nav { position: fixed; z-index: 1; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: .6rem; padding: 7rem var(--page-pad) 4rem; background: var(--navy-deep); visibility: hidden; opacity: 0; transform: translateY(-12px); transition: visibility .3s, opacity .3s, transform .3s; }
  .site-header.menu-is-open .main-nav { visibility: visible; opacity: 1; transform: none; }
  .main-nav a, .main-nav .nav-cta { padding: .2rem 0; border: 0; font-family: var(--serif); font-size: clamp(2.2rem, 6vw, 3.5rem); font-weight: 500; }
  .main-nav a:not(.nav-cta)::after { bottom: .15rem; }
  .no-js .menu-toggle { display: none; }
  .no-js .main-nav { position: static; flex-direction: row; visibility: visible; opacity: 1; transform: none; padding: 0; background: transparent; }
  .no-js .main-nav a { font-family: var(--sans); font-size: .7rem; }
  .story { grid-template-columns: 1fr 1fr; }
  .story-heading { grid-column: 1 / -1; }
  .story-copy { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
  .story-image { grid-column: 1 / -1; }
  .story-quote { grid-column: 2; }
  .repertoire-layout { grid-template-columns: 1fr; }
  .repertoire-intro { position: static; }
  .join { grid-template-columns: 1fr; }
  .join-image { min-height: 58vw; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .content-section__grid, .content-section__grid--media { grid-template-columns: 1fr; }
  .content-section__media { grid-row: 2; }
  .profile, .profile--reverse { grid-template-columns: .8fr 1.2fr; gap: 3rem; }
  .profile--reverse .profile__media { grid-column: 1; }
  .profile--reverse .profile__content { grid-row: auto; grid-column: 2; }
  .participation-layout { grid-template-columns: 1fr; }
  .participation-intro { position: static; }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-form-layout { grid-template-columns: 1fr; }
  .contact-form-intro { position: static; max-width: 760px; }
}

@media (max-width: 720px) {
  .announcement p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .announcement a { display: none; }
  .hero { min-height: 100svh; }
  .hero-slide { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4, 13, 25, .88), rgba(4, 13, 25, .4)), linear-gradient(0deg, rgba(4, 13, 25, .78), transparent 60%); }
  .hero-location { display: none; }
  .hero-controls { right: var(--page-pad); bottom: 1.6rem; }
  .scroll-cue { bottom: 1.8rem; }
  .hero-actions, .join-content > div { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .story { display: block; }
  .story-copy { display: block; margin-top: 2rem; }
  .story-copy > * + * { margin-top: 1.35rem; }
  .story-image, .story-quote { margin-top: 3.5rem; }
  .story-quote { margin-left: 18%; }
  .values { grid-template-columns: 1fr; }
  .value { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .value:last-child { border-bottom: 0; }
  .value h3 { margin-top: 2rem; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1.5rem; }
  .event-row { grid-template-columns: 78px 1fr auto; }
  .event-row time { display: block; }
  .event-row time strong { font-size: 2.7rem; }
  .event-info { padding: 1.5rem 1rem; }
  .event-info span { display: none; }
  .event-more { min-width: 44px; min-height: 44px; padding: .6rem; border: 0; }
  .event-more span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .event-detail { grid-column: 2 / 4; padding-left: 1rem; }
  .team-grid { grid-template-columns: 1fr; }
  .person-card--offset { margin-top: 1rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item--landscape, .gallery-item--portrait { aspect-ratio: 4 / 3; }
  .gallery-item:nth-child(3) { margin-top: 0; }
  .join-content { padding: 4.5rem var(--page-pad); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .lightbox-nav { top: auto; bottom: 1.2rem; transform: none; }
  .page-hero { min-height: 100svh; padding-top: 10rem; padding-bottom: 4.5rem; }
  .page-hero h1 { font-size: clamp(3.8rem, 14vw, 5.4rem); }
  .page-hero__index { display: none; }
  .content-section__media img { min-height: 0; }
  .project-item { grid-template-columns: 62px 1fr; }
  .profile, .profile--reverse { grid-template-columns: 1fr; }
  .profile__media, .profile--reverse .profile__media { position: static; grid-row: auto; grid-column: 1; }
  .profile__content, .profile--reverse .profile__content { grid-row: auto; grid-column: 1; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .contact-card:last-child { border-bottom: 0; }
  .contact-card h3 { margin-top: 2rem; }
  .social-card { min-height: 350px; }
  .social-card__icon { margin-top: 1.5rem; }
  .roster-grid { grid-template-columns: 1fr; }
  .roster-card, .roster-card:nth-child(3n) { min-height: 220px; border-right: 0; }
  .news-grid { grid-template-columns: 1fr; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details article { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .contact-details article:last-child { border-bottom: 0; }
  .contact-form { grid-template-columns: 1fr; }
  .form-field,
  .form-field--wide { grid-column: 1; }
  .form-actions { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
  .site-header { min-height: 72px; }
  .brand img { width: 126px; }
  .hero h1 { max-width: 100%; font-size: 3.15rem; overflow-wrap: anywhere; }
  .hero-lead { max-width: 100%; }
  .section h2 { font-size: 3rem; }
  .event-row { grid-template-columns: 66px 1fr auto; }
  .repertoire-item button { grid-template-columns: 34px 1fr auto; }
  .repertoire-answer p { padding-left: 34px; }
}

@media (max-width: 720px) and (max-height: 680px) {
  .hero { padding-top: 8rem; padding-bottom: 4rem; }
  .hero h1 { font-size: clamp(2.8rem, 12vw, 3.7rem); }
  .hero-lead { margin-top: 1rem; }
  .hero-actions { margin-top: 1.25rem; }
  .scroll-cue { display: none; }
  .page-hero { padding-top: 8rem; padding-bottom: 3rem; }
  .page-hero h1 { font-size: clamp(3.4rem, 13vw, 4.8rem); }
  .page-hero__lead { margin-top: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .hero-slide { transform: none; }
}

/* Final responsive pass */
@media (max-width: 1100px) {
  .identity-band { grid-template-columns: repeat(3, 1fr); }
  .identity-band__lead { grid-column: 1 / -1; min-height: 200px; }
  .identity-stat { min-height: 185px; }
  .activity-strip { grid-template-columns: repeat(3, 1fr); }
  .activity-strip > *:nth-child(3) { border-right: 0; }
  .activity-strip > *:nth-child(n + 4) { border-top: 1px solid var(--line-dark); }
  .activity-strip > *:nth-child(4) { grid-column: span 1; }
  .activity-strip > *:nth-child(5) { grid-column: span 2; }
}

@media (max-width: 980px) {
  .menu-toggle { position: absolute; top: 50%; right: var(--page-pad); transform: translateY(-50%); }
  .site-header.menu-is-open { transform: none; backdrop-filter: none; }
  .main-nav {
    justify-content: flex-start;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-top: max(7.5rem, calc(env(safe-area-inset-top) + 6.5rem));
    padding-bottom: max(3rem, calc(env(safe-area-inset-bottom) + 2rem));
  }
  .main-nav a, .main-nav .nav-cta { min-height: 52px; padding: .15rem 0; }
  .profile,
  .profile--reverse { grid-template-columns: 1fr; gap: 3rem; }
  .profile__media,
  .profile--reverse .profile__media { position: static; grid-row: auto; grid-column: 1; max-width: 640px; }
  .profile__content,
  .profile--reverse .profile__content { grid-row: auto; grid-column: 1; max-width: 68ch; }
  .choir-identity__grid { grid-template-columns: 1fr; }
  .choir-identity__content { max-width: 68ch; }
  .roster-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .roster-card,
  .roster-card:nth-child(3n),
  .roster-card:nth-child(4),
  .roster-card:nth-child(5) { grid-column: span 1; }
  .roster-card:last-child { grid-column: 1 / -1; }
  .archive-card { min-height: 280px; }
  .compact-archive { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .compact-archive__item { min-height: 290px; }
  .page-subnav { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .announcement { font-size: .72rem; }
  .page-hero { min-height: 80svh; padding-bottom: 4rem; }
  .page-subnav { top: 68px; padding-right: 1.25rem; padding-left: 1.25rem; }
  .identity-band { grid-template-columns: 1fr; }
  .identity-band > * { min-height: 165px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .identity-band > *:last-child { border-bottom: 0; }
  .identity-band__lead { grid-column: auto; min-height: 220px; }
  .identity-stat { min-height: 145px; }
  .activity-strip { grid-template-columns: 1fr 1fr; }
  .activity-strip > *,
  .activity-strip > *:nth-child(3) { min-height: 150px; border-top: 1px solid var(--line-dark); border-right: 1px solid var(--line-dark); }
  .activity-strip > *:nth-child(-n + 2) { border-top: 0; }
  .activity-strip > *:nth-child(even) { border-right: 0; }
  .activity-strip > *:nth-child(4),
  .activity-strip > *:nth-child(5) { grid-column: auto; }
  .activity-strip > *:last-child { grid-column: 1 / -1; border-right: 0; }
  .event-info span { display: block; margin-top: .35rem; font-size: .82rem; line-height: 1.5; }
  .event-more { min-width: 94px; border-bottom: 1px solid var(--gold-dark); }
  .event-more span { position: static; width: auto; height: auto; overflow: visible; clip: auto; }
  .event-list--archive .event-more { border-bottom: 1px solid var(--gold); }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-card { min-height: 0; }
  .compact-archive { grid-template-columns: 1fr; }
  .compact-archive__item { min-height: 0; }
  .project-list--timeline::before { left: 73px; }
  .project-list--timeline .project-item { grid-template-columns: 74px 1fr; }
  .project-list--timeline .project-item::before { left: 69px; }
  .project-list--timeline .project-item > div { padding-left: 1.25rem; }
  .project-timeline::before { left: 73px; }
  .project-timeline .project-item { grid-template-columns: 74px 1fr; }
  .project-timeline .project-item::before { left: 69px; }
  .project-timeline .project-item > div { padding-left: 1.25rem; }
  .contact-grid.social-editorial-grid,
  .social-editorial-grid,
  .contact-grid--editorial { grid-template-columns: 1fr; }
  .social-card--editorial,
  .social-editorial-card,
  .contact-card--editorial { min-height: 0; border-right: 0; }
  .social-card--editorial { grid-template-rows: minmax(270px, 52vw) auto; }
  .social-card__body .social-card__icon { width: 50px; height: 50px; }
  .artistic-closing { min-height: 72svh; }
  .values--manifesto .value { min-height: 270px; }
  .values--manifesto .value h3 { margin-top: 2.4rem; }
  .roster-card,
  .roster-card:nth-child(3n),
  .roster-card:nth-child(4),
  .roster-card:nth-child(5) { border-right: 1px solid var(--line-dark); }
  .roster-card:nth-child(even),
  .roster-card:last-child { border-right: 0; }
  .gallery-actions { gap: 1.5rem; }
  .gallery-social { margin-top: 2.25rem; }
}

@media (max-width: 540px) {
  body { font-size: 16px; }
  .hero { padding-bottom: 7rem; }
  .hero-actions .button { width: min(100%, 320px); }
  .hero-controls { bottom: 1.1rem; }
  .scroll-cue { bottom: 1.1rem; }
  .slider-toggle { display: none; }
  .event-row {
    grid-template-columns: 76px 1fr;
    padding: 1.25rem 0;
  }
  .event-row time { grid-row: 1 / 3; align-self: start; padding: .35rem 0; }
  .event-info { padding: .25rem 0 .5rem 1rem; border-left: 1px solid var(--line-dark); }
  .event-more { grid-column: 2; width: calc(100% - 1rem); min-height: 46px; margin-left: 1rem; padding: .55rem 0; border: 0; border-top: 1px solid var(--line-dark); }
  .event-list--archive .event-info,
  .event-list--archive .event-detail { border-color: var(--line-light); }
  .event-list--archive .event-more { border: 0; border-top: 1px solid var(--line-light); }
  .event-detail { grid-column: 2; padding-left: 1rem; border-left: 1px solid var(--line-dark); }
  .event-row.is-open .event-detail { padding-top: .85rem; }
  .project-list--timeline::before { display: none; }
  .project-list--timeline .project-item,
  .project-item { grid-template-columns: 1fr; gap: .7rem; }
  .project-list--timeline .project-item::before { display: none; }
  .project-list--timeline .project-item > div { padding-left: 0; }
  .project-timeline::before { display: none; }
  .project-timeline .project-item { grid-template-columns: 1fr; gap: .7rem; }
  .project-timeline .project-item::before { display: none; }
  .project-timeline .project-item > div { padding-left: 0; }
  .project-item > span { padding-top: 0; }
  .roster-grid { grid-template-columns: 1fr; }
  .roster-card,
  .roster-card:nth-child(3n),
  .roster-card:nth-child(4),
  .roster-card:nth-child(5),
  .roster-card:last-child { grid-column: 1; border-right: 0; }
  .button { white-space: normal; text-align: center; }
  .section-actions .button { width: min(100%, 320px); }
  .gallery-actions { flex-direction: column; align-items: center; gap: 0; }
}

@media (hover: none) {
  .gallery-item span { opacity: 1; transform: none; }
}

@media (max-width: 720px) and (max-height: 680px) {
  .main-nav { justify-content: flex-start; padding-top: 6.5rem; }
  .main-nav a, .main-nav .nav-cta { min-height: 46px; font-size: clamp(1.8rem, 7vh, 2.5rem); }
  .page-hero { min-height: 82svh; }
}
