/*
Distribution ("Where to Watch") section — pixel-matched to a supplied
reference screenshot: two-tone heading (white + red "Watch") with the same
decore_line.png underline used in Trailer/Reception, 3-column territory
card grid with red-outline chevron buttons, and a matching larger outline
button for the closing CTA (this section's CTAs are outline, unlike the
solid .bsw-btn used elsewhere on the homepage).
*/

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

.bsw-distribution-inner{position:relative;z-index:2;max-width:1000px;margin:0 auto}
.bsw-distribution-header{position:relative;max-width:600px;margin:0 auto}
.bsw-distribution-header .bsw-h2{position:relative;margin-bottom:0}
.bsw-distribution-header .bsw-lead{margin-top:70px}

.bsw-distribution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px}
.bsw-distribution-card{background:rgba(15,13,13,.6);border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:26px 22px;text-align:center}
.bsw-distribution-card .country{color:var(--bsw-red);font-family:var(--bsw-font-support);font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin:0 0 8px}
.bsw-distribution-card .distributor{color:var(--bsw-text-bright);font-size:14px;margin:0 0 18px}

.bsw-distribution-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:11px 14px;border:1.5px solid var(--bsw-red);border-radius:4px;color:var(--bsw-red);font-family:var(--bsw-font-support);font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;text-decoration:none;transition:background-color .2s,color .2s}
.bsw-distribution-btn svg{width:12px;height:12px;flex-shrink:0}
.bsw-distribution-btn:hover{background:var(--bsw-red);color:#fff}

.bsw-distribution-footer{margin-top:38px;text-align:center}
.bsw-distribution-footer p{color:var(--bsw-text-faint);font-size:13px;margin:0 0 18px}
.bsw-distribution-btn-large{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;border:1.5px solid var(--bsw-red);border-radius:4px;color:var(--bsw-red);font-family:var(--bsw-font-support);font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;text-decoration:none;transition:background-color .2s,color .2s}
.bsw-distribution-btn-large svg{width:14px;height:14px}
.bsw-distribution-btn-large:hover{background:var(--bsw-red);color:#fff}

@media (max-width:768px){
	.bsw-distribution-section{padding:70px 20px}
	.bsw-distribution-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:500px){
	.bsw-distribution-grid{grid-template-columns:1fr}
}
