/* Brentwood Video Hero — full-bleed video with a white text card overlapping the bottom (CMS 'huge' layout) */
.bw-hero{position:relative;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-bottom:2rem}
.bw-hero__media{position:relative;width:100%;padding-bottom:50%;overflow:hidden}
.bw-hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background-size:cover;background-position:center;display:block}
.bw-hero__card{position:relative;z-index:2;margin:-6rem auto 0;max-width:42rem;background:#fff;color:#1a1a1a;box-shadow:0 12px 30px rgba(0,0,0,.22);padding:2.5rem 3.5rem;text-align:center}
.bw-hero__card h1{font-size:1.875rem;font-weight:300;line-height:1.15;margin:0 0 1rem}
.bw-hero__card p{margin:.5rem 0}
@media(max-width:768px){.bw-hero__media{padding-bottom:100%}.bw-hero__card{margin:-3rem 1rem 0;padding:1.5rem}}

/* Editor: same composition as the front end, but contained to the canvas (no 100vw full-bleed) */
.bw-hero--editor{width:100%;max-width:100%;margin-left:0}
.bw-hero--editor .bw-hero__card{margin-top:-5rem}
.bw-hero--editor .bw-hero__card .block-editor-block-list__layout{text-align:center}
