.project-nav { position: fixed; z-index: 100; inset: 0 0 auto; min-height: 3.75rem; display: flex; align-items: center; justify-content: space-between; padding: .75rem var(--pad); border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(10,10,9,.94); backdrop-filter: blur(16px); }
.nav-logo { font-size: .78rem; font-weight: 650; letter-spacing: .12em; }
.nav-links { display: flex; align-items: center; gap: clamp(.8rem,1.4vw,1.4rem); margin: 0; padding: 0; list-style: none; }
.nav-links a { font-size: var(--fs-meta); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.nav-toggle { display: none; min-width: 44px; min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--text-primary); font-size: var(--fs-meta); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }

.project-main { padding-top: 3.75rem; }
.project-hero { width: min(calc(100% - (2 * var(--pad))), 1040px); margin: 0 auto; padding: clamp(5rem, 9vw, 8rem) 0 clamp(4rem, 8vw, 7rem); }
.project-meta, .par-method { margin: 0; color: var(--text-meta); font-size: var(--fs-meta); font-weight: 500; }
.par-status { margin-left: .25rem; }
.par-method { display: block; margin-top: .55rem; }
.project-title { max-width: 19ch; margin: 0 0 1.25rem; font-size: var(--fs-section); font-weight: 500; font-stretch: 92%; line-height: 1.05; letter-spacing: -.03em; }
.tour-kicker { margin: 0 0 1.1rem; color: var(--text-meta); font-size: var(--fs-meta); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.par-method + .project-desc { margin-top: 2rem; }
.project-desc { max-width: 72ch; margin: 0; color: var(--text-body); }
.project-desc a { border-bottom: 1px solid var(--line-strong); }
.project-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2rem; }
.par-tag { padding: .35rem .65rem; border: 1px solid var(--line); color: var(--text-meta); font-size: var(--fs-meta); }

.project-journal { width: min(calc(100% - (2 * var(--pad))), 920px); margin: 0 auto; }
.par-week { padding: clamp(3.75rem, 7vw, 6rem) 0; border-top: 1px solid var(--line); }
.par-week-date { margin: .55rem 0 .75rem; color: var(--text-meta); font-size: var(--fs-meta); }
.par-week-header { margin: 0; font-size: var(--fs-item); font-weight: 500; line-height: 1.25; letter-spacing: -.025em; }
.par-week-subtitle { max-width: 48rem; margin: 0 0 2.25rem; color: var(--text-body); font-size: 1.05rem; }
.par-week-subhead { max-width: 72ch; margin: 2.4rem 0 .8rem; font-size: 1.05rem; font-weight: 600; line-height: 1.4; }
.par-week-text { max-width: 72ch; margin: 0 0 1.2rem; color: var(--text-body); }
.par-week-text strong { color: var(--text-primary); font-weight: 600; }
.par-week-video { width: min(100%, 760px); margin: 1.25rem 0 2.25rem; aspect-ratio: 16/9; background: #000; }
.par-week-video iframe { width: 100%; height: 100%; border: 0; }
.par-week-refs { max-width: 72ch; margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); color: var(--text-meta); font-size: .9rem; }
.par-week-refs h3 { margin: 0 0 1rem; color: var(--text-primary); font-size: 1rem; font-weight: 600; }
.par-week-refs p { margin: 0 0 .75rem; }
.project-back { display: flex; width: min(calc(100% - (2 * var(--pad))), 920px); min-height: 44px; align-items: center; margin: 0 auto clamp(4rem, 8vw, 7rem); padding-top: 1.25rem; border-top: 1px solid var(--line); font-size: .9rem; text-decoration: underline; text-decoration-color: var(--line-strong); text-underline-offset: .25em; }

.screening-record { scroll-margin-top: 5rem; }
.screening-record-figure { width: min(100%, 56.25rem); margin: 2rem 0 0; }
.screening-record-figure > a, .screening-record-figure picture { display: block; }
.screening-record-figure img { display: block; width: 100%; height: auto; border: 1px solid rgba(255,255,255,.14); }
.screening-record-figure figcaption { margin-top: .7rem; color: var(--text-faint); font-size: .8rem; line-height: 1.6; }
.screening-record-figure figcaption a { display: inline-block; margin-top: .25rem; color: var(--text-meta); border-bottom: 1px solid var(--line); }
.screening-record-figure figcaption a:hover { color: var(--text-primary); border-color: var(--line-strong); }

@media (max-width: 1080px) {
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 3.75rem; right: var(--pad); display: none; flex-direction: column; align-items: flex-end; padding: .65rem .9rem; border: 1px solid var(--line); background: var(--black); }
  .nav-links.is-open { display: flex; }
  .nav-links li, .nav-links a { width: 100%; }
  .nav-links a { display: flex; align-items: center; justify-content: flex-end; min-width: 10rem; min-height: 44px; }
}

@media (max-width: 560px) {
  .project-title { font-size: 2rem; }
  .project-tags { display: none; }
}

/* ---------- performance work pages: video credit, credits, press ---------- */

.video-credit { max-width: 72ch; margin: -1.25rem 0 0; color: var(--text-faint); font-size: .82rem; }

.credits-list { display: grid; grid-template-columns: minmax(8rem, 12rem) minmax(0, 1fr); gap: .6rem 2rem; max-width: 60rem; margin: 0; }
.credits-list dt { color: var(--text-meta); font-size: var(--fs-meta); font-weight: 600; line-height: 1.5; letter-spacing: .085em; text-transform: uppercase; }
.credits-list dd { margin: 0; color: var(--text-body); }
.credits-me { color: var(--text-primary); border-bottom: 1px solid var(--line-strong); }

.performance-lead { max-width: 62ch; margin: 0 0 1.5rem; color: var(--text-body); font-size: clamp(1rem, 1.35vw, 1.15rem); line-height: 1.6; }

.press-lead { max-width: 34ch; margin: 0 0 clamp(3rem, 6vw, 4.5rem); }
.press-lead blockquote { margin: 0; font-size: var(--fs-item); font-weight: 500; font-stretch: 92%; line-height: 1.25; letter-spacing: -.025em; text-indent: -.4em; }
.university-coverage .press-lead blockquote { text-indent: 0; }
.press-lead figcaption { max-width: 42ch; margin-top: 1.15rem; color: var(--text-meta); font-size: .9rem; line-height: 1.6; }
.press-lead cite { font-style: italic; }
.press-stars { margin-right: .5rem; color: var(--text-primary); letter-spacing: .12em; }
.press-lead a { display: inline-block; margin-top: .5rem; color: var(--text-primary); border-bottom: 1px solid var(--line-strong); }

.press-subhead { margin: 0 0 1.1rem; color: var(--text-meta); font-size: var(--fs-meta); font-weight: 600; letter-spacing: .085em; text-transform: uppercase; }
.press-list { max-width: 72ch; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.press-list li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .3rem 1.5rem; align-items: baseline; padding: 1.05rem 0; border-bottom: 1px solid var(--line); }
.press-src { grid-column: 1 / -1; color: var(--text-faint); font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.press-headline { margin: 0; line-height: 1.4; }
.press-headline a { border-bottom: 1px solid var(--line); }
.press-headline a:hover { border-color: var(--line-strong); }
.press-list time { color: var(--text-meta); font-size: .82rem; white-space: nowrap; }
.press-note { max-width: 62ch; margin-top: 1.5rem; color: var(--text-faint); font-size: .82rem; line-height: 1.6; }

.coverage-records { max-width: 72ch; margin: 0 0 clamp(3rem, 6vw, 4.5rem); padding-bottom: clamp(2rem, 4vw, 3rem); border-bottom: 1px solid var(--line); }
.coverage-records p { margin: 0; line-height: 1.65; }
.coverage-records p + p { margin-top: 1.4rem; }
.coverage-record { color: var(--text-body); font-size: .95rem; }
.coverage-press { color: var(--text-meta); font-size: .88rem; }
.coverage-archive { color: var(--text-faint); font-size: .8rem; }
.coverage-records a { color: inherit; border-bottom: 1px solid var(--line); }
.coverage-records a:hover { color: var(--text-primary); border-color: var(--line-strong); }

@media (max-width: 620px) {
  .credits-list { grid-template-columns: 1fr; gap: .2rem; }
  .credits-list dd { margin-bottom: 1rem; }
  .press-list li { grid-template-columns: 1fr; }
  .press-list time { grid-row: 3; }
}

.rehearsal-figure { width: min(100%, 760px); margin: 1.25rem 0 2.25rem; }
.rehearsal-figure a { display: block; border: 0; }
.rehearsal-figure img { display: block; width: 100%; height: auto; border: 0; }
.rehearsal-figure figcaption { margin-top: .6rem; color: var(--text-faint); font-size: .8rem; line-height: 1.5; }

.elegies-photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(.8rem, 1.8vw, 1.4rem); margin-top: 2rem; }
.elegies-photo { min-width: 0; margin: 0; }
.elegies-photo--wide { grid-column: 1 / -1; }
.elegies-photo a { display: block; color: inherit; }
.elegies-photo img { display: block; width: 100%; height: auto; }
.elegies-photo figcaption { margin-top: .6rem; color: var(--text-faint); font-size: .8rem; line-height: 1.5; }
.festival-editorial-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.6rem); margin: 2rem 0 2.25rem; }
.festival-editorial-gallery figure { min-width: 0; margin: 0; }
.festival-editorial-gallery a { display: block; color: inherit; border: 0; outline: 0; box-shadow: none; background: transparent; }
.festival-editorial-gallery a:focus-visible { outline: 2px solid var(--paper); outline-offset: 4px; }
.festival-editorial-gallery img { display: block; width: 100%; height: auto; border: 0; outline: 0; box-shadow: none; }
.festival-editorial-gallery figcaption { margin-top: .6rem; color: var(--text-faint); font-size: .8rem; line-height: 1.5; }
.festival-editorial-gallery__tshirt { grid-column: 1 / -1; width: min(100%, 35rem); justify-self: center; margin-top: .6rem !important; }


.elegies-poster-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(.8rem, 1.8vw, 1.4rem); max-width: 52rem; margin-top: 2rem; }
.elegies-poster { min-width: 0; margin: 0; }
.elegies-poster a { display: block; }
.elegies-poster img { display: block; width: 100%; height: auto; border: 1px solid var(--line); }
.poster-link { margin: 1.15rem 0 0; }
.poster-link a { border-bottom: 1px solid var(--line-strong); }

@media (max-width: 620px) {
  .elegies-photo-grid { grid-template-columns: 1fr; }
  .elegies-photo--wide { grid-column: auto; }
  .elegies-poster-grid { grid-template-columns: 1fr; max-width: 26rem; }
  .festival-editorial-gallery { grid-template-columns: 1fr; }
  .festival-editorial-gallery__tshirt { grid-column: auto; width: auto; }
}


/* ---------- Festival a Corps: cover, tour lead, coverage ---------- */

.project-cover { width: min(calc(100% - (2 * var(--pad))), 1040px); margin: 0 auto clamp(3.5rem, 7vw, 6rem); }
.project-cover a { display: block; }
.project-cover img { display: block; width: 100%; height: auto; border: 0; }
.project-cover figcaption { margin-top: .7rem; color: var(--text-faint); font-size: .82rem; line-height: 1.5; }

.tour-lead { width: 100%; margin: 2rem 0 0; }
.tour-lead a { display: block; }
.tour-lead img { display: block; width: 100%; height: auto; border: 0; }
.tour-lead figcaption { margin-top: .6rem; color: var(--text-faint); font-size: .8rem; line-height: 1.5; }

.coverage-lead { width: 100%; margin: 2.25rem 0 0; }
.coverage-lead > a { display: block; }
.coverage-lead img { display: block; width: 100%; height: auto; border: 0; }
.coverage-lead figcaption { margin-top: .6rem; color: var(--text-body); font-size: .9rem; line-height: 1.55; }

.coverage-second { width: min(100%, 34rem); margin: 1.6rem 0 0; }
.coverage-second a { display: block; }
.coverage-second img { display: block; width: 100%; height: auto; border: 0; }
.coverage-second figcaption { margin-top: .6rem; color: var(--text-faint); font-size: .8rem; line-height: 1.5; }

.coverage-credit { max-width: 62ch; margin: 1.5rem 0 0; color: var(--text-faint); font-size: .8rem; line-height: 1.6; }

.figure-source { color: var(--text-faint); }
.figure-source a { border-bottom: 1px solid var(--line); }
.figure-source a:hover { border-color: var(--line-strong); }

.tour-video { width: 100%; margin: 2rem 0 2.5rem; }
.tour-video__frame { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; }
.tour-video__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.tour-video figcaption { margin-top: .6rem; color: var(--text-faint); font-size: .8rem; line-height: 1.5; }
.tour-video figcaption a { border-bottom: 1px solid var(--line); }

.video-facade { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; background: #000; color: var(--text-primary); cursor: pointer; }
.video-facade img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.5); transition: filter .2s ease, transform .45s cubic-bezier(.16,1,.3,1); }
.video-facade__play { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 4.5rem; height: 4.5rem; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(0,0,0,.32); font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transform: translate(-50%, -50%); }
.video-facade:hover img { filter: brightness(.62); transform: scale(1.012); }
.video-facade:focus-visible { outline: 2px solid var(--paper); outline-offset: -4px; }

/* ---------- ARTSinTANK: movement gallery and records ---------- */

.artsintank-feature { width: 100%; margin: 2rem 0 1.6rem; }
.artsintank-feature a, .artsintank-gallery a, .artsintank-program a { display: block; }
.artsintank-feature img, .artsintank-gallery img, .artsintank-program img { display: block; width: 100%; height: auto; border: 0; }
.artsintank-feature figcaption, .artsintank-gallery figcaption, .artsintank-program figcaption { margin-top: .6rem; color: var(--text-faint); font-size: .8rem; line-height: 1.5; }

.artsintank-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.6rem); margin: 0 0 2.5rem; }
.artsintank-gallery figure { min-width: 0; margin: 0; }

.artsintank-group { margin: 2rem 0 clamp(3rem, 6vw, 4.5rem); }
.artsintank-context-grid { display: grid; grid-template-columns: minmax(15rem, 20rem) minmax(0, 1fr); gap: clamp(2rem, 6vw, 3.75rem); align-items: start; }
.artsintank-program { width: min(100%, 20rem); min-width: 0; margin: 0; }
.artsintank-program img { border: 1px solid var(--line); }
.artsintank-context-grid .press-lead { max-width: 30ch; }
.artsintank-evidence { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }

@media (max-width: 620px) {
  .artsintank-gallery, .artsintank-context-grid { grid-template-columns: 1fr; }
  .artsintank-context-grid { width: min(100%, 28rem); }
  .artsintank-program { width: min(100%, 18rem); margin-inline: auto; }
  .artsintank-feature picture img, .artsintank-gallery picture img { aspect-ratio: 4 / 5; object-fit: cover; }
  .video-facade__play { width: 3.8rem; height: 3.8rem; }
}
