/* Reading pages */
.reading-hero{min-height:320px!important;height:auto!important;padding:140px 24px 55px!important;background:#13131c}
.reading-hero .play-detail-bg{display:none}
.reading-hero .play-detail-title-he,.reading-hero .play-detail-title-en{position:relative;z-index:1}
.reading-synopsis{font-size:1.2rem;line-height:1.85}
.reading-facts{padding:24px 0;line-height:1.8}
.reading-excerpt{margin-top:70px;border-top:1px solid #ccc;padding-top:40px}
.reading-excerpt h2{margin-bottom:24px}
.reading-credit{color:#5a5464;font-size:.9rem;margin:20px 0}
.dramatic-text{white-space:pre-wrap;font:1.1rem/1.9 Georgia,serif;background:#fff;padding:clamp(20px,5vw,55px);border-inline-start:3px solid #a88632;margin-top:30px;text-align:left}
.reading-back{margin:32px 0}
.reading-back a,.reading-catalog a{text-decoration:underline;text-underline-offset:5px}
.reading-catalog{margin-bottom:45px;padding:25px 0;border-block:1px solid #ccc}
.reading-catalog p{line-height:2}
.reading-excerpt .btn{background:transparent;color:var(--ink);border:1px solid #9c9587}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #a88632;outline-offset:5px}

/* One stage image in the opening. */
.stage-opening{background:#101014;color:#fff;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);gap:48px;padding:110px max(24px,calc((100vw - 1200px)/2)) 42px;align-items:center}
.stage-intro p{font-size:1rem;color:#ddd;margin-bottom:22px}
.stage-intro h1{font-size:clamp(3rem,5vw,5rem);line-height:1.1}
.stage-intro nav{display:flex;gap:30px;margin-top:30px}
.stage-intro a{color:#eee;text-decoration:underline;text-underline-offset:6px}
.stage-opening figure{margin:0;min-width:0}
.stage-opening img{width:100%;height:auto;max-height:380px;object-fit:contain;display:block}
.stage-opening figcaption{font-size:.875rem;color:#ddd;margin-top:12px;line-height:1.6}

/* Plays remain accessible before the optional photographs. */
.public-home .plays-section{padding-top:60px;padding-bottom:30px}
.selected-grid{display:block;margin-top:30px}
.selected-play{display:grid;grid-template-columns:minmax(200px,1fr) 1.6fr;gap:40px;padding:28px 0;border-top:1px solid #cbc7bf;color:inherit;text-decoration:none}
.selected-play h3{margin:0;font-size:clamp(1.6rem,3vw,2.2rem);text-transform:none}
.selected-play p{max-width:640px;margin:0 0 14px;font-size:1.05rem;line-height:1.8}
.selected-play:hover h3{color:#785a11}
.reading-link{display:inline-block;font-weight:400;font-size:.9rem;text-decoration:underline;text-underline-offset:4px;color:inherit}

/* Photographs are grouped by production and closed on arrival. */
.production-archive{padding-top:30px;padding-bottom:40px}
.production-archive h2{margin-bottom:28px}
.production-entry{border-top:1px solid #cbc7bf}
.production-entry:last-child{border-bottom:1px solid #cbc7bf}
.production-entry summary{cursor:pointer;padding:20px 8px;font-size:1.15rem;line-height:1.5}
.production-entry[open] summary{font-weight:600}
.production-panel{padding:0 8px 28px}
.production-photos{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:24px}
.production-photos figure{margin:0;min-width:0}
.production-photos img{width:100%;height:260px;object-fit:contain;background:#111;display:block}
.production-photos figcaption{font-size:.875rem;margin-top:10px}
.production-page-link{display:inline-block;margin-top:20px;text-decoration:underline;text-underline-offset:4px}

.touring-feature{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding-top:40px;padding-bottom:60px;align-items:center}
.touring-feature img{width:100%;height:340px;object-fit:contain;background:#111}
.touring-feature p{margin:22px 0}
.public-home .bio-grid{grid-template-columns:340px 1fr;gap:60px}
.bio-photo.stage-author-photo,.public-home .bio-photo.stage-author-photo{max-width:440px;max-height:none;height:auto;aspect-ratio:866/575}
.bio-photo.stage-author-photo img{object-fit:contain!important}

@media(max-width:720px){
 .stage-opening{grid-template-columns:1fr;gap:28px;padding:100px 20px 30px}
 .stage-intro h1{font-size:3rem}.stage-intro h1 br{display:none}
 .stage-opening img{max-height:260px}
 .selected-play,.touring-feature,.public-home .bio-grid{grid-template-columns:1fr;gap:24px}
 .production-photos{grid-template-columns:1fr}.production-photos img{height:auto;max-height:300px}
 .touring-feature img{height:280px}.reading-hero{padding-top:115px!important}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}}
