/* A photographic sequence: full frames, aligned rows and deliberate pauses. */
.film-scene--bts{max-width:1480px;padding:30px 6% 90px}
.bts-gallery{--photo-gap:clamp(12px,1.6vw,24px);max-width:1240px;margin:0 auto}
.bts-title{margin:0 0 clamp(30px,4vw,60px);padding:0 0 25px;border-bottom:1px solid #c4b39b33}
.bts-title .eyebrow{font-size:12px;letter-spacing:.2em;margin:0 0 14px;color:#b8aa99}
.bts-title h1{margin:0;font:normal clamp(2.8rem,6.8vw,7rem)/1.08 Georgia,serif;letter-spacing:-.055em;color:#eee6da}
.bts-title h1 span{color:#ab8268}
.bts-sequence{display:flex;flex-direction:column;gap:var(--photo-gap)}
.bts-row{display:grid;grid-template-columns:var(--columns);gap:var(--photo-gap);align-items:start}
.bts-photo{display:block;min-width:0;width:100%;padding:0;border:0;line-height:0;background:transparent;cursor:zoom-in;outline-offset:5px}
.bts-photo img{display:block;width:100%;height:auto;transition:filter .35s ease}
.bts-photo:focus-visible{outline:2px solid #ecddc8}
.bts-photo:hover img{filter:brightness(1.08)}
.bts-row--feature{margin-top:clamp(36px,5vw,72px);margin-bottom:clamp(22px,3vw,44px)}
.bts-row--feature:first-child{margin-top:0}
.detail-dialog.bts-detail #detail-title,.detail-dialog.bts-detail #photo-count{display:none}
.detail-dialog.bts-detail .detail-controls{justify-content:space-between}
@media(min-width:801px) and (max-width:1250px){.scene-footer nav{gap:12px}.scene-footer nav a .chapter-label{display:none}.scene-footer nav a .chapter-number{display:inline}.scene-footer nav a{min-width:35px}}
@media(max-width:800px){.film-scene--bts{padding:25px 5% 50px}.bts-title{padding-bottom:20px}.bts-title h1{font-size:clamp(2.8rem,8vw,4.5rem)}}
@media(max-width:600px){
 .bts-gallery{--photo-gap:14px}
 .bts-title{margin-bottom:25px}
 .bts-row{grid-template-columns:minmax(0,1fr)}
 .bts-row--feature{margin-top:24px;margin-bottom:10px}
 .bts-row--feature:first-child{margin-top:0}
 .bts-photo img{max-height:85svh;object-fit:contain}
}
@media(prefers-reduced-motion:reduce){.bts-photo img{transition:none}}
