/*
Synopsis section — pixel-matched to a supplied reference screenshot:
left-aligned oversized title block (not the shared centered .bsw-h1/.bsw-h2
treatment), then two alternating image/panel rows sharing one red left
border each. Row order flips via .bsw-synopsis-row-reverse (flexbox order,
not DOM reordering, so markup source order stays image-then-panel /
panel-then-image as written).
*/

.bsw-synopsis-section{position:relative;width:100%;padding:90px 24px;background-size:cover;background-position:center right}
.bsw-synopsis-section::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,.55) 50%, rgba(0,0,0,.2) 100%)}

.bsw-synopsis-inner{position:relative;z-index:2;max-width:1200px;margin:0 auto}

.bsw-synopsis-header{max-width:700px}
.bsw-synopsis-title{margin:6px 0 14px;font-family:var(--bsw-font-heading);font-size:clamp(48px,6vw,84px);line-height:1;font-weight:400;letter-spacing:.01em;text-transform:uppercase;color:var(--bsw-text-bright)}
.bsw-synopsis-title-line{display:block;width:120px;height:3px;background:var(--bsw-red);margin-bottom:24px}
.bsw-synopsis-text{color:var(--bsw-text-body);font-size:15px;line-height:1.75;margin:0 0 18px}
.bsw-synopsis-sig{color:var(--bsw-text-dim);font-size:13px;margin:0}

.bsw-synopsis-row{display:flex;flex-wrap:wrap;margin-top:50px;border-radius:10px;overflow:hidden;border-left:3px solid var(--bsw-red)}
.bsw-synopsis-media{flex:1 1 50%;min-width:320px;overflow:hidden}
.bsw-synopsis-media img{width:100%;height:100%;min-height:300px;object-fit:cover;display:block}
.bsw-synopsis-panel{flex:1 1 50%;min-width:320px;background:rgba(15,13,13,.72);padding:40px 44px;display:flex;flex-direction:column;justify-content:center}
.bsw-synopsis-row-reverse .bsw-synopsis-panel{order:-1}

.bsw-synopsis-subtitle{font-family:var(--bsw-font-heading);font-size:clamp(26px,2.6vw,36px);font-weight:400;text-transform:uppercase;color:var(--bsw-text-bright);margin:4px 0 16px}
.bsw-synopsis-panel p{color:var(--bsw-text-body);font-size:14px;line-height:1.7;margin:0}

.bsw-synopsis-laurels{display:flex;gap:26px;margin-top:26px;flex-wrap:wrap}
.bsw-laurel{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;width:130px}
.bsw-laurel-branch{width:28px;height:44px;flex-shrink:0;color:var(--bsw-text-dim)}
.bsw-laurel-branch.bsw-laurel-right{transform:scaleX(-1)}
.bsw-laurel span{text-align:center;font-family:var(--bsw-font-support);font-size:8.5px;letter-spacing:.5px;text-transform:uppercase;color:var(--bsw-text-dim);line-height:1.4}

@media (max-width:768px){
	.bsw-synopsis-section{padding:70px 20px}
	.bsw-synopsis-row-reverse .bsw-synopsis-panel{order:0}
	.bsw-synopsis-panel{padding:32px 28px}
}
