/*
Behind the Scenes ("Production") section — pixel-matched to a supplied
reference screenshot. Reuses .bsw-awards-title (same red Bebas Neue
treatment) and .bsw-distribution-btn-large (same red outline+chevron
button) rather than duplicating those rules under new names.
*/

.bsw-production-section{position:relative;width:100%;padding:90px 24px 80px;background-size:cover;background-position:center;text-align:center}
.bsw-production-section::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.35)}

.bsw-production-inner{position:relative;z-index:2;max-width:900px;margin:0 auto}
.bsw-production-inner .bsw-lead{max-width:600px;margin:0 auto 44px}

.bsw-production-figure{margin:0 0 46px;border-radius:12px;overflow:hidden;border:1px solid rgba(205,7,4,.4);box-shadow:0 0 50px rgba(205,7,4,.25)}
.bsw-production-figure img{width:100%;height:auto;display:block}

.bsw-production-quote{position:relative;max-width:680px;margin:0 auto 38px;padding:10px 40px}
.bsw-production-quote .mark-left,.bsw-production-quote .mark-right{position:absolute;font-family:var(--bsw-font-serif);font-size:56px;color:rgba(205,7,4,.45);line-height:1}
.bsw-production-quote .mark-left{left:-6px;top:-10px}
.bsw-production-quote .mark-right{right:-6px;bottom:-26px}
.bsw-production-quote p{color:var(--bsw-text-bright);font-weight:600;font-size:15px;letter-spacing:.3px;line-height:1.75;margin:0 0 14px;text-transform:uppercase}
.bsw-production-quote .sig{color:var(--bsw-red);font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin:0}

.bsw-production-caption{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:30px}
.bsw-production-caption .line{width:44px;height:1px;background:rgba(255,255,255,.2)}
.bsw-production-caption svg{width:15px;height:15px;color:var(--bsw-red);flex-shrink:0}
.bsw-production-caption span:not(.line){color:var(--bsw-text-faint);font-size:12px;letter-spacing:.5px}

@media (max-width:600px){
	.bsw-production-section{padding:70px 20px 60px}
	.bsw-production-quote{padding:10px 30px}
	.bsw-production-quote .mark-left,.bsw-production-quote .mark-right{font-size:40px}
	.bsw-production-caption{gap:8px}
	.bsw-production-caption .line{width:24px}
}
