.photos-page { background: var(--ink); color: var(--white); }
.photos-page .site-header.is-scrolled { background: rgba(23,23,21,.94); color: var(--white); border-color: rgba(247,246,242,.16); }
.photos-page main { overflow: hidden; }
.photos-kicker { margin: 0; color: rgba(247,246,242,.56); font-size: .66rem; letter-spacing: .22em; text-transform: uppercase; }

.photos-intro { min-height: 75svh; display: grid; grid-template-columns: minmax(3rem, 1fr) 3fr; align-content: end; padding: 9rem clamp(1.25rem, 7.5vw, 8rem) clamp(5rem, 8vw, 7rem); border-bottom: 1px solid rgba(247,246,242,.16); }
.photos-intro .photos-kicker { align-self: end; padding-bottom: .9rem; }
.photos-intro h1 { grid-column: 2; margin: 0; font-family: var(--serif); font-size: clamp(6rem, 15vw, 15rem); font-weight: 400; line-height: .72; letter-spacing: -.075em; text-transform: uppercase; }
.photos-intro-copy { grid-column: 2; justify-self: end; width: min(25rem, 44%); margin: clamp(3rem, 6vw, 5rem) 0 0; font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.9rem); line-height: 1.25; }

.photo-sequence { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: clamp(1rem, 2vw, 2rem); row-gap: clamp(7rem, 14vw, 15rem); padding: clamp(7rem, 12vw, 12rem) clamp(1.25rem, 7.5vw, 8rem); }
.photo-entry { margin: 0; }
.photo-open { width: 100%; display: block; padding: 0; border: 0; background: transparent; color: inherit; cursor: zoom-in; }
.photo-open:focus-visible { outline: 1px solid var(--white); outline-offset: 5px; }
.photo-entry img { width: 100%; height: auto; display: block; object-fit: contain; background: #292927; }
.photo-entry figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-top: .85rem; border-top: 1px solid rgba(247,246,242,.24); color: rgba(247,246,242,.58); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.photo-entry--hero { grid-column: 1 / span 7; }
.photo-entry--close { grid-column: 9 / -1; align-self: center; }
.photo-entry--editorial-red { grid-column: 2 / span 4; }
.photo-entry--editorial-bw { grid-column: 7 / span 6; margin-top: 10vw; }
.photo-entry--casting-white { grid-column: 1 / span 5; }
.photo-entry--casting-formal { grid-column: 8 / span 4; margin-top: 8vw; }
.photo-entry--theatre-close { grid-column: 1 / span 8; }
.photo-entry--theatre-wide { grid-column: 5 / -1; }

.gallery-lightbox { width: 100vw; max-width: none; height: 100svh; max-height: none; margin: 0; padding: clamp(3.5rem, 6vw, 5rem) clamp(3.25rem, 7vw, 7rem) 2rem; border: 0; background: #0d0d0c; color: var(--white); overflow: hidden; }
.gallery-lightbox::backdrop { background: rgba(0,0,0,.94); }
.lightbox-stage { width: 100%; height: 100%; display: grid; grid-template-rows: minmax(0, 1fr) auto; justify-items: center; gap: 1rem; }
.lightbox-image { min-width: 0; min-height: 0; max-width: 100%; max-height: 100%; width: auto; height: auto; align-self: center; object-fit: contain; }
.lightbox-caption { margin: 0; color: rgba(247,246,242,.64); font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; }
.lightbox-close, .lightbox-nav { position: fixed; z-index: 2; display: grid; place-items: center; border: 0; background: transparent; color: var(--white); cursor: pointer; }
.lightbox-close { top: .85rem; right: 1.25rem; width: 2.5rem; height: 2.5rem; font-family: var(--serif); font-size: 2rem; font-weight: 300; }
.lightbox-nav { top: 50%; width: 2.75rem; height: 3rem; transform: translateY(-50%); font-size: 1.35rem; }
.lightbox-prev { left: .5rem; }
.lightbox-next { right: .5rem; }
.lightbox-close:focus-visible, .lightbox-nav:focus-visible { outline: 1px solid var(--white); outline-offset: 2px; }

.photos-footer { display: flex; justify-content: space-between; margin: 0 clamp(1.25rem, 7.5vw, 8rem); padding: 1.5rem 0 2rem; border-top: 1px solid rgba(247,246,242,.18); color: rgba(247,246,242,.62); font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }

@media (max-width: 760px) {
  .photos-page .main-nav { background: var(--ink); }
  .photos-intro { min-height: 67svh; grid-template-columns: 1fr; }
  .photos-intro .photos-kicker, .photos-intro h1, .photos-intro-copy { grid-column: 1; }
  .photos-intro h1 { margin-top: 1.2rem; font-size: clamp(4.2rem, 23vw, 7rem); }
  .photos-intro-copy { justify-self: start; width: 85%; margin-top: 3rem; font-size: 1.3rem; }
  .photo-sequence { display: block; padding-top: 6rem; }
  .photo-entry { width: 100%; margin: 0 0 7rem; }
  .photo-entry--close, .photo-entry--casting-formal { width: 82%; margin-left: auto; }
  .photo-entry--editorial-red { width: 78%; }
  .photo-entry--editorial-bw { width: 88%; margin-left: auto; }
  .photo-entry--casting-white { width: 76%; }
  .photo-entry--theatre-close, .photo-entry--theatre-wide { width: calc(100% + 2.5rem); margin-left: -1.25rem; }
  .photo-entry--theatre-close figcaption, .photo-entry--theatre-wide figcaption { margin: 0 1.25rem; }
  .gallery-lightbox { padding: 3.75rem 1rem 1.25rem; }
  .lightbox-nav { top: auto; bottom: .45rem; }
  .lightbox-prev { left: 1rem; }
  .lightbox-next { right: 1rem; }
  .lightbox-caption { padding: 0 3rem; text-align: center; line-height: 1.5; }
}

@media (prefers-reduced-motion: reduce) {
  .photos-page .reveal { opacity: 1; transform: none; }
}
