/* Homepage presentation overrides; loaded after the compiled theme stylesheet. */
.frontpage-top-hero{display:grid;grid-template-columns:2fr 1fr;height:auto;width:100%;max-width:none;margin:0;position:relative;background:#171717;align-items:center}
.frontpage-top-hero .bf-hero-image{display:flex;align-items:center;justify-content:center;min-width:0;background:#101010}
.frontpage-top-hero .bf-hero-image img{display:block;width:100%;max-width:100%;height:auto;max-height:none;object-fit:contain}
.frontpage-top-hero .frontpage-top-hero-meta{position:static;width:auto;height:auto;margin:0;background:#171717;padding:clamp(20px,3vw,44px);display:block;min-width:0}
.frontpage-top-hero .frontpage-top-hero-meta h2{font-size:clamp(25px,2.4vw,48px);line-height:1.18}
.frontpage-top-hero .frontpage-top-hero-meta .frontpage-top-hero-excerpt{display:block;font-size:15px;line-height:1.6}
.frontpage-top-hero .entry-meta{margin-top:20px;font-size:12px}
.bf-x-icon{width:1em;height:1em;display:inline-block;vertical-align:-.1em}
.bf-shows{background:radial-gradient(ellipse at 75% 0%,#207445 0%,transparent 58%),linear-gradient(#155336,#050907 65%,#050505);color:#fff;padding:64px 24px 48px;font-family:Roboto,Arial,sans-serif}
.bf-shows-inner{max-width:1200px;margin:auto}
.bf-show-feature{display:grid;grid-template-columns:1.4fr 1fr;gap:80px;align-items:center;padding-bottom:48px}
.bf-show-feature h2{margin:0 0 24px}.bf-show-feature h2 img{display:block;width:250px;height:auto}
.bf-show-feature h3{font-size:clamp(30px,3.5vw,48px);line-height:1.12;margin:24px 0;font-weight:800;color:#fff}
.bf-show-meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px;color:#bbd1c3;font-size:13px}
.bf-show-badge{background:#ffdf00;color:#07170d;padding:6px 10px;border-radius:3px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.bf-show-description{max-width:540px;line-height:1.7;color:#c0d3c7}.bf-show-actions{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-top:28px;color:#a5beae;font-size:13px}
.bf-shows a.bf-show-play{display:inline-block;background:#ffdf00;color:#07170d;padding:14px 22px;border-radius:5px;font-size:16px;font-weight:700;text-decoration:none}
.bf-show-art{display:block;width:100%;max-width:400px;height:auto;border-radius:16px;justify-self:end;box-shadow:0 16px 50px #0004}
.bf-show-info{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:24px 0;border-top:1px solid #ffffff1c;border-bottom:1px solid #ffffff1c;font-size:14px}.bf-show-info strong{font-size:18px}.bf-show-info p{margin:6px 0 0;color:#a5b2aa}.bf-show-info>span{color:#ffdf00}
.bf-episodes-heading{display:flex;align-items:center;justify-content:space-between;margin:32px 0 20px}.bf-episodes-heading h3{font-size:22px;margin:0;color:#fff}
.bf-episode-controls{display:flex;gap:8px}.bf-episode-controls button{border:1px solid #ffffff40;background:#ffffff0d;color:#fff;border-radius:50%;width:40px;height:40px;padding:0;font-size:22px;cursor:pointer}
.bf-shows .bf-episodes{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;list-style:none;padding:0 0 20px;margin:0;scrollbar-color:#536d5e #111;scrollbar-width:thin}
.bf-episodes li{flex:0 0 calc((100% - 72px)/4);min-width:0;scroll-snap-align:start}.bf-shows .bf-episode{color:#fff;text-decoration:none;display:block}.bf-episode-image{position:relative;background:#10261a;border-radius:8px;overflow:hidden;aspect-ratio:16/9}.bf-episode-image img{display:block;width:100%;height:100%;object-fit:contain}.bf-episode-number{position:absolute;bottom:8px;left:8px;padding:3px 7px;background:#000c;border-radius:3px;font-size:11px;font-weight:700}.bf-episode-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;width:40px;height:40px;display:grid;place-items:center;background:#0009;color:white}.bf-episode h4{font-size:16px;line-height:1.4;margin:12px 0 8px;color:inherit}.bf-episode p{font-size:12px;color:#a4ada7;margin:0}.bf-episode:hover h4{color:#ffdf00}
.bf-shows a.bf-all-shows{display:inline-block;color:#ffdf00;margin-top:24px;font-size:14px;text-decoration:none}.bf-shows a:focus-visible,.bf-shows button:focus-visible{outline:3px solid #ffdf00;outline-offset:4px}
.bf-video-dialog{width:min(1000px,94vw);max-width:94vw;padding:44px 0 0;background:#111;border:1px solid #444;color:#fff;overflow:visible}.bf-video-dialog::backdrop{background:#000d}.bf-video-close{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;border:0;background:transparent;color:white;font-size:32px;cursor:pointer}.bf-video-player{aspect-ratio:16/9}.bf-video-player iframe{display:block;width:100%;height:100%;border:0}
@media(max-width:899px){.frontpage-top-hero{grid-template-columns:1fr}.frontpage-top-hero .bf-hero-image img{max-height:none}.frontpage-top-hero .frontpage-top-hero-meta{padding:24px}.bf-show-feature{gap:32px;grid-template-columns:1.4fr 1fr}.bf-episodes li{flex-basis:calc((100% - 24px)/2)}}
@media(max-width:599px){.bf-shows{padding:36px 20px}.bf-show-feature{grid-template-columns:1fr;gap:28px}.bf-show-art{max-width:280px;justify-self:center}.bf-show-feature h3{font-size:32px}.bf-show-info{align-items:flex-start;flex-direction:column;gap:12px}.bf-episodes li{flex-basis:85%}.bf-show-feature h2 img{width:220px}}
@media(prefers-reduced-motion:reduce){.bf-episodes{scroll-behavior:auto}}
.bf-shows h2,.bf-shows h3,.bf-shows h4{font-family:Roboto,Arial,sans-serif}
