:root {
  --burgundy: #300712;
  --burgundy-deep: #1c030a;
  --black: #090909;
  --ivory: #f1eadb;
  --cream: #e4d7c1;
  --gold: #b69457;
  --white: #f9f5eb;
  --serif: "Bodoni 72", Didot, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--white); font-family: var(--sans); overflow-x: hidden; }
body.index-open, body.video-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 100; background: rgba(255,255,255,.08); }
.progress span { display: block; width: 0; height: 100%; background: var(--gold); }
.site-header { position: fixed; z-index: 80; top: 0; left: 0; right: 0; display: flex; justify-content: space-between; align-items: flex-start; padding: 24px 32px; mix-blend-mode: difference; color: #fff; pointer-events: none; }
.site-header a, .site-header button { pointer-events: auto; }
.wordmark { color: inherit; text-decoration: none; text-transform: uppercase; letter-spacing: .14em; line-height: .82; }
.wordmark span { display: block; font-family: var(--serif); font-size: 12px; text-transform: none; letter-spacing: .02em; font-style: italic; }
.wordmark strong { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.index-toggle { border: 0; color: inherit; background: none; text-transform: uppercase; font-size: 11px; letter-spacing: .22em; display: flex; gap: 12px; align-items: center; cursor: pointer; padding: 0; }
.index-toggle i, .index-toggle i::before { display: block; width: 22px; height: 1px; background: currentColor; transition: transform .35s ease; }
.index-toggle i::before { content: ""; transform: translateY(6px); }
.index-toggle[aria-expanded="true"] i { transform: translateY(3px) rotate(45deg); }
.index-toggle[aria-expanded="true"] i::before { transform: rotate(-90deg); }

.artist-index { position: fixed; z-index: 70; inset: 0; background: rgba(12,4,7,.98); color: var(--ivory); opacity: 0; visibility: hidden; transition: opacity .45s ease, visibility .45s; overflow-y: auto; }
.artist-index.open { opacity: 1; visibility: visible; }
.index-inner { max-width: 1060px; min-height: 100%; margin: auto; padding: 120px 48px 60px; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .28em; font-size: 11px; }
.artist-index ol { list-style: none; padding: 0; margin: 32px 0 42px; display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 80px; }
.artist-index li { border-top: 1px solid rgba(182,148,87,.28); }
.artist-index a { color: inherit; text-decoration: none; }
.artist-index li a { display: flex; align-items: baseline; gap: 22px; padding: 13px 0 12px; font-family: var(--serif); font-size: clamp(20px, 2.2vw, 31px); transition: color .25s, padding-left .25s; }
.artist-index li a:hover { color: var(--gold); padding-left: 8px; }
.artist-index li span { color: var(--gold); font: 9px var(--sans); letter-spacing: .16em; }
.index-contact { display: inline-block; border-bottom: 1px solid var(--gold); padding: 0 0 7px; text-transform: uppercase; letter-spacing: .22em; font-size: 11px; }

.hero { position: relative; height: 100svh; min-height: 650px; overflow: hidden; background: var(--burgundy); }
.hero > img { position: absolute; inset: 0; object-position: center; transform: scale(1.035); animation: heroReveal 2.2s cubic-bezier(.18,.72,.25,1) forwards; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06), transparent 55%, rgba(0,0,0,.62)); pointer-events: none; }
.hero-caption { position: absolute; z-index: 2; left: 4.5vw; bottom: 8vh; border-left: 1px solid var(--gold); padding-left: 18px; max-width: 400px; font-family: var(--serif); font-size: clamp(17px, 1.5vw, 23px); line-height: 1.25; }
.hero-caption p { margin: 0 0 3px; }
.scroll-cue { position: absolute; z-index: 2; right: 4vw; bottom: 8vh; display: flex; align-items: center; gap: 16px; color: var(--white); text-decoration: none; text-transform: uppercase; letter-spacing: .22em; font-size: 9px; }
.scroll-cue span { display: block; width: 56px; height: 1px; background: var(--gold); position: relative; }
.scroll-cue span::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold); transform: rotate(45deg); }

.artist { position: relative; min-height: 100svh; overflow: hidden; }
.theme-black { background: var(--black); color: var(--ivory); }
.theme-burgundy { background: var(--burgundy); color: var(--ivory); }
.theme-ivory, .theme-cream { background: var(--ivory); color: var(--burgundy); }
.artist h2 { margin: 0; font: 400 clamp(56px, 7.4vw, 126px)/.78 var(--serif); letter-spacing: -.045em; text-transform: uppercase; }
.artist h2 em { font-size: .53em; text-transform: none; letter-spacing: 0; font-weight: 400; }
.artist h2 span { color: var(--gold); font-style: italic; }
.artist h2 small { display: block; font-size: .34em; line-height: 1.1; letter-spacing: .04em; }
.folio { margin: 0 0 42px; color: var(--gold); font-size: 9px; letter-spacing: .22em; }
.overline { font-size: 11px; line-height: 1.7; text-transform: uppercase; letter-spacing: .28em; }
.signature { font: italic 20px/1.3 var(--serif); }
.keywords { color: var(--gold); text-transform: uppercase; letter-spacing: .2em; font-size: 10px; }
.artist ul { list-style: none; padding: 0; margin: 38px 0 0; text-transform: uppercase; letter-spacing: .22em; font-size: 10px; line-height: 2.1; }

.watch-link { position: relative; border: 0; border-bottom: 1px solid rgba(182,148,87,.55); background: transparent; color: inherit; padding: 0 0 8px; cursor: pointer; text-transform: uppercase; letter-spacing: .28em; font-size: 9px; }
.watch-link span { color: var(--gold); margin-left: 18px; }
.watch-link::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: currentColor; transition: width .35s; }
.watch-link:hover::after { width: 100%; }
.watch-link.dark { color: var(--burgundy); }
.video-thumb { position: relative; display: block; overflow: hidden; padding: 0; border: 1px solid rgba(182,148,87,.48); background: var(--burgundy-deep); color: var(--gold); cursor: pointer; }
.video-thumb img { transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s; }
.video-thumb:hover img { transform: scale(1.035); filter: brightness(.86); }
.video-thumb.wide { aspect-ratio: 16/9; }
.video-thumb.square { aspect-ratio: 1; }
.play { position: absolute; z-index: 2; left: 50%; top: 50%; width: 48px; height: 48px; border: 1px solid rgba(245,230,198,.8); border-radius: 50%; transform: translate(-50%,-50%); background: rgba(47,7,18,.72); transition: transform .3s, background .3s; }
.play::after { content: ""; position: absolute; left: 19px; top: 15px; border-left: 12px solid var(--cream); border-top: 8px solid transparent; border-bottom: 8px solid transparent; }
.video-thumb:hover .play { transform: translate(-50%,-50%) scale(1.08); background: rgba(47,7,18,.9); }
.graphic { background: linear-gradient(135deg, #20040b, #3b0816 55%, #1a0308); }
.graphic::before, .graphic::after { content: ""; position: absolute; inset: 11%; border: 1px solid rgba(182,148,87,.25); }
.graphic::after { inset: 18%; border-color: rgba(182,148,87,.12); }

.artist-split { display: grid; grid-template-columns: 1fr 1.12fr; }
.artist-split .artist-copy { padding: 18vh 7vw 10vh; }
.artist-split .artist-copy .signature { margin: 42px 0; color: #c8bca9; }
.artist-split .portrait { grid-column: 2; grid-row: 1; height: 100svh; }
.artist-split .video-thumb { position: absolute; z-index: 3; left: 19vw; bottom: 9vh; width: min(20vw, 280px); }

.artist-cinema { display: grid; grid-template-columns: .7fr 1.55fr; padding: 9vh 6vw; gap: 7vw; align-items: center; }
.cinema-intro img { height: 47vh; margin-top: 44px; object-position: center; }
.cinema-intro h2 { font-size: clamp(48px, 5.8vw, 98px); }
.cinema-stage .watch-link { margin-top: 27px; }

.artist-light { background: var(--ivory); display: grid; grid-template-columns: .78fr 1.6fr; min-height: 100svh; }
.light-copy { position: relative; z-index: 3; background: var(--burgundy); color: var(--ivory); padding: 14vh 5vw; }
.light-copy h2 { font-size: clamp(52px, 6vw, 102px); }
.light-copy > p:not(.folio):not(.overline) { font: 18px/1.5 var(--serif); max-width: 360px; margin: 42px 0; }
.light-copy .overline { color: var(--gold); margin-top: 38px; }
.light-copy .watch-link { color: var(--ivory); }
.light-scene { height: 100svh; margin: 0; }
.light-scene { overflow: hidden; }
.light-scene img { object-position: center; }
.artist-light .video-thumb.inset { position: absolute; z-index: 4; left: 37.1%; top: 42.2%; width: 25.2%; height: 31%; aspect-ratio: auto; box-shadow: 0 22px 55px rgba(32,9,13,.25); }

.artist-editorial { display: grid; grid-template-columns: .58fr 1.4fr; align-items: center; min-height: 100svh; }
.curtain-panel { position: relative; height: 100svh; }
.curtain-panel img { filter: saturate(.75); object-position: center; }
.editorial-media { padding: 9vh 8vw; }
.editorial-media .watch-link { margin-top: 22px; }
.miniatures { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 8vh auto 0; max-width: 620px; }
.miniatures img { aspect-ratio: 1; filter: grayscale(1); object-position: center; }

.artist-triptych { display: grid; grid-template-columns: .85fr .95fr 1.05fr; padding: 8vh 5vw; gap: 4vw; align-items: center; }
.triptych-images { height: 76vh; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.triptych-images img { object-position: center; }
.triptych-copy h2 { font-size: clamp(48px, 5.5vw, 88px); }
.triptych-copy > p:not(.folio):not(.overline) { max-width: 270px; font: 18px/1.45 var(--serif); }
.graphic-video .video-thumb { aspect-ratio: 4/3; width: 100%; }
.graphic-video .watch-link { margin-top: 28px; }

.artist-bassist { display: grid; grid-template-columns: .9fr 1.1fr; }
.bassist-copy { padding: 15vh 7vw; }
.bassist-copy h2 { font-size: clamp(62px, 7vw, 116px); }
.bassist-copy .landscape { width: min(410px, 80%); aspect-ratio: 16/9; margin-top: 9vh; }
.bassist-copy .watch-link { margin-top: 22px; }
.bassist-portrait { margin: 0; height: 100svh; background: #000; }
.bassist-portrait img { object-fit: contain; object-position: center bottom; }

.artist-cellist { display: grid; grid-template-columns: 1.05fr .92fr 1.1fr; padding: 7vh 3vw 7vh 0; gap: 4vw; align-items: center; }
.cellist-portrait { height: 86vh; width: 100%; margin: 0; }
.cellist-portrait img { object-fit: contain; object-position: left center; }
.cellist-copy h2 { font-size: clamp(63px, 7vw, 118px); text-transform: none; }
.cellist-copy > p:not(.folio):not(.overline):not(.keywords) { font: 18px/1.45 var(--serif); max-width: 290px; margin: 35px 0; }
.cellist-video .watch-link { margin-top: 24px; }
.cellist-video .signature { color: #b7aa97; margin-top: 8vh; }

.artist-dialogue { display: grid; grid-template-columns: .72fr .85fr 1.2fr; align-items: center; }
.dialogue-video { align-self: stretch; background: #e7ddca; padding: 19vh 3vw 8vh; }
.portrait-video { aspect-ratio: 4/3; }
.dialogue-video .watch-link { margin-top: 28px; }
.dialogue-copy { padding: 10vh 4vw; }
.dialogue-copy h2 { font-size: clamp(50px, 5.3vw, 89px); text-transform: none; }
.dialogue-copy > p:not(.folio):not(.overline) { font: italic 19px var(--serif); margin: 37px 0; }
.dialogue-portrait { margin: 0; height: 100svh; }

.artist-harpsichord { display: grid; grid-template-columns: .8fr .95fr 1.25fr; padding: 8vh 5vw; gap: 5vw; align-items: center; }
.harpsichord-portrait { margin: 0; height: 76vh; }
.harpsichord-copy h2 { font-size: clamp(43px, 4.8vw, 79px); text-transform: none; }
.harpsichord-copy > p:not(.folio):not(.overline) { font: 18px/1.45 var(--serif); margin: 34px 0; }
.harpsichord-video .watch-link { margin-top: 26px; }

.artist-flutist { display: grid; grid-template-columns: .68fr .75fr 1.3fr; align-items: center; }
.flutist-video { align-self: stretch; background: var(--cream); padding: 18vh 3vw 8vh; color: var(--burgundy); }
.flutist-video .watch-link { margin-top: 28px; }
.flutist-copy { padding: 8vh 4vw; }
.flutist-copy h2 { font-size: clamp(58px, 6.5vw, 108px); text-transform: none; }
.flutist-copy > p:not(.folio):not(.overline) { font: 18px/1.45 var(--serif); margin-top: 38px; }
.flutist-portrait { margin: 0; height: 100svh; }

.artist-afro-violin { display: grid; grid-template-columns: .72fr 1.45fr; background: linear-gradient(90deg, #21040c 0 33.2%, transparent 33.2%), url("assets/afro-violinist-background.png") center / cover no-repeat; }
.afro-copy { padding: 11vh 6vw; display: flex; flex-direction: column; justify-content: center; }
.brandline { position: absolute; top: 8vh; left: 6vw; text-transform: uppercase; letter-spacing: .15em; font: 16px/1 var(--serif); }
.brandline span { color: var(--gold); font: 8px var(--sans); letter-spacing: .2em; }
.afro-copy h2 { font-size: clamp(65px, 7vw, 115px); }
.afro-copy > p:not(.folio):not(.overline):not(.brandline) { font: 17px/1.5 var(--serif); max-width: 380px; margin-top: 36px; }
.afro-stage { position: relative; height: 100svh; }
.afro-stage figure { margin: 0; height: 100%; }
.afro-stage figure img { object-fit: contain; object-position: right bottom; transform: translateY(10vh); }
.afro-stage .floating { position: absolute; left: -8%; top: 24%; width: 38%; aspect-ratio: 16/9; box-shadow: 0 20px 50px rgba(0,0,0,.45); }
.afro-stage .watch-link { position: absolute; left: -7%; top: 52%; }

.artist-ensemble { display: grid; grid-template-columns: .66fr 1.65fr; min-height: 100svh; }
.ensemble-copy { padding: 14vh 5vw; }
.ensemble-copy h2 { font-size: clamp(50px, 5.4vw, 89px); text-transform: none; }
.ensemble-copy > p:not(.folio):not(.overline) { font: 18px/1.5 var(--serif); max-width: 310px; margin: 42px 0; }
.ensemble-gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr; height: 100svh; gap: 7px; padding: 9vh 3vw; background: var(--black); }
.ensemble-gallery img { min-height: 0; filter: grayscale(1); object-position: center; }

.artist-quartet { display: grid; grid-template-columns: 1.45fr .62fr; }
.quartet-image { height: 100svh; margin: 0; }
.quartet-copy { padding: 15vh 5vw; }
.quartet-copy h2 { font-size: clamp(58px, 6vw, 101px); text-transform: none; }
.quartet-copy > p:not(.folio):not(.overline) { font: 18px/1.5 var(--serif); margin: 40px 0; }

.contact { position: relative; z-index: 2; min-height: 100svh; background: var(--ivory); color: var(--burgundy); display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.contact > img { position: absolute; inset: 0; }
.contact::after { display: none; content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 24%, var(--ivory) 58%); }
.contact-card { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.contact-card h2 { margin: 10px 0 30px; font: 400 clamp(74px, 9vw, 146px)/.66 var(--serif); letter-spacing: -.06em; text-transform: uppercase; }
.contact-card > p:not(.eyebrow):not(.locations), .contact-card address { font: 16px/1.55 var(--serif); font-style: normal; }
.contact-card a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(48,7,18,.25); }
.locations { margin-top: 32px; color: var(--gold); text-transform: uppercase; letter-spacing: .28em; font-size: 9px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s ease, transform 1s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroReveal { from { opacity: .25; transform: scale(1.09); } to { opacity: 1; transform: scale(1.035); } }

.video-modal { position: fixed; z-index: 120; inset: 0; visibility: hidden; pointer-events: none; }
.video-modal.open { visibility: visible; pointer-events: auto; }
.video-backdrop { position: absolute; inset: 0; background: rgba(4,1,2,.88); opacity: 0; backdrop-filter: blur(7px); transition: opacity .45s; }
.video-modal.open .video-backdrop { opacity: 1; }
.video-shell { position: absolute; left: 50%; top: 50%; width: min(74vw, 1160px, calc(78vh * 1.7778)); max-height: 78vh; transform: translate(-50%,-50%); opacity: 0; }
.video-ratio { position: relative; width: 100%; aspect-ratio: 16/9; background: #000; box-shadow: 0 24px 80px rgba(0,0,0,.6); }
.video-ratio iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-close { position: absolute; z-index: 2; right: -2px; top: -48px; width: 72px; height: 36px; border: 0; background: transparent; color: var(--ivory); cursor: pointer; }
.video-close span { position: absolute; left: 7px; top: 17px; width: 24px; height: 1px; background: var(--ivory); transform: rotate(45deg); }
.video-close span:nth-of-type(2) { transform: rotate(-45deg); }
.video-close b { position: absolute; right: 0; top: 12px; font-size: 9px; font-weight: 400; letter-spacing: .16em; text-transform: uppercase; }
.video-title { margin: 14px 0 0; color: var(--cream); font: italic 17px var(--serif); }

@media (max-width: 900px) {
  .site-header { padding: 20px; }
  .artist-index ol { grid-template-columns: 1fr; }
  .index-inner { padding: 100px 25px 45px; }
  .hero { min-height: 610px; }
  .hero > img { object-position: 58% center; }
  .hero-caption { left: 24px; right: 24px; bottom: 88px; font-size: 18px; }
  .scroll-cue { right: 24px; bottom: 37px; }
  .artist { min-height: auto; }
  .artist-split, .artist-cinema, .artist-light, .artist-editorial, .artist-triptych, .artist-bassist, .artist-cellist, .artist-dialogue, .artist-harpsichord, .artist-flutist, .artist-afro-violin, .artist-ensemble, .artist-quartet { grid-template-columns: 1fr; }
  .artist h2 { font-size: clamp(52px, 17vw, 86px); }
  .folio { margin-bottom: 26px; }
  .artist-split .artist-copy { padding: 110px 25px 65px; min-height: 64svh; }
  .artist-split .portrait { grid-column: 1; grid-row: 2; height: 70svh; }
  .artist-split .video-thumb { left: auto; right: 22px; bottom: 54svh; width: 42vw; }
  .artist-cinema { padding: 90px 25px 70px; gap: 55px; }
  .cinema-intro img { height: 56svh; }
  .light-copy { padding: 100px 25px 70px; }
  .light-scene { height: 64svh; }
  .artist-light .video-thumb.inset { left: 24px; top: auto; bottom: 10svh; width: min(68vw, 470px); height: auto; aspect-ratio: 16/9; }
  .artist-editorial { display: block; }
  .curtain-panel { height: 70svh; }
  .curtain-panel > div { inset: 100px 28px auto; }
  .editorial-media { padding: 60px 25px 80px; }
  .miniatures { margin-top: 55px; gap: 8px; }
  .artist-triptych { padding: 90px 24px 70px; gap: 60px; }
  .triptych-images { height: 65svh; }
  .graphic-video { max-width: 540px; width: 100%; }
  .bassist-copy { padding: 100px 25px 65px; }
  .bassist-copy .landscape { width: 100%; }
  .bassist-portrait { height: 75svh; }
  .artist-cellist { padding: 90px 25px 75px; gap: 52px; }
  .cellist-portrait { height: 60svh; order: 2; }
  .cellist-copy { order: 1; }
  .cellist-video { order: 3; }
  .dialogue-video, .flutist-video { padding: 100px 25px 65px; }
  .dialogue-copy, .flutist-copy { padding: 70px 25px; }
  .dialogue-portrait, .flutist-portrait { height: 72svh; }
  .artist-harpsichord { padding: 90px 25px 75px; gap: 60px; }
  .harpsichord-portrait { height: 65svh; }
  .flutist-video { order: 2; }
  .flutist-copy { order: 1; }
  .flutist-portrait { order: 3; }
  .afro-copy { padding: 130px 25px 75px; }
  .artist-afro-violin { background: #21040c; }
  .brandline { left: 25px; top: 68px; }
  .afro-stage { height: 76svh; background: url("assets/afro-violinist-background.png") center / cover no-repeat; }
  .afro-stage figure img { transform: translateY(7vh); }
  .afro-stage .floating { left: 20px; top: 30px; width: 58vw; }
  .afro-stage .watch-link { left: 23px; top: 31vh; }
  .ensemble-copy { padding: 100px 25px 75px; }
  .ensemble-gallery { height: 78svh; padding: 50px 18px; gap: 5px; }
  .quartet-image { height: 73svh; }
  .quartet-copy { padding: 90px 25px; }
  .contact { min-height: 780px; }
  .contact > img { object-position: center top; }
  .contact::after { display: block; }
  .contact-card { position: relative; z-index: 2; width: auto; height: auto; margin: 300px 0 0; padding: 35px 22px; overflow: visible; clip: auto; white-space: normal; text-align: center; }
  .contact-card h2 { font-size: clamp(62px, 20vw, 96px); }
  .video-shell { width: min(88vw, 900px, calc(82vh * 1.7778)); max-height: 82vh; }
  .video-title { margin-left: 4px; }
}

@media (max-width: 540px) {
  .index-toggle span { display: none; }
  .scroll-cue { font-size: 8px; }
  .play { width: 42px; height: 42px; }
  .play::after { left: 17px; top: 13px; }
  .triptych-images { height: 58svh; }
  .ensemble-gallery { height: 68svh; padding-inline: 7px; }
  .video-shell { width: min(calc(100vw - 12px), calc(88vh * 1.7778)); max-height: 88vh; }
  .video-close { right: 4px; top: -44px; }
}

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