:root {
  --bfm-red: #e50914;
  --bfm-red-dark: #b70610;
  --bfm-orange: #f89a0a;
  --bfm-ink: #181818;
  --bfm-charcoal: #282828;
  --bfm-grey: #666b70;
  --bfm-line: #e8e8e8;
  --bfm-soft: #f7f7f5;
  --bfm-white: #fff;
  --bfm-radius: 24px;
  --bfm-shadow: 0 24px 70px rgba(24, 24, 24, .12);
  --bfm-container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--bfm-ink); background: #fff; line-height: 1.65; padding-bottom: 102px; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.bfm-container { width: min(calc(100% - 40px), var(--bfm-container)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.screen-reader-text:focus { clip: auto; width: auto; height: auto; top: 10px; left: 10px; z-index: 99999; background: #fff; padding: 12px; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(24,24,24,.07); }
.header-inner { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.site-brand { display: flex; align-items: center; gap: 12px; }
.site-brand img { width: 68px; height: 68px; object-fit: contain; }
.site-brand span { display: grid; line-height: 1.15; }
.site-brand strong { font-size: 20px; letter-spacing: .04em; }
.site-brand small { color: var(--bfm-grey); margin-top: 4px; text-transform: uppercase; font-size: 10px; letter-spacing: .18em; }
.primary-nav { justify-self: center; }
.bfm-menu { display: flex; align-items: center; gap: 28px; list-style: none; padding: 0; margin: 0; }
.bfm-menu a { font-weight: 650; font-size: 14px; color: #343434; position: relative; }
.bfm-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--bfm-red); transition: right .25s ease; }
.bfm-menu a:hover::after, .current-menu-item > a::after { right: 0; }
.header-live-button { display: inline-flex; align-items: center; gap: 9px; background: var(--bfm-red); color: #fff; padding: 13px 19px; border-radius: 999px; font-weight: 800; font-size: 13px; box-shadow: 0 12px 25px rgba(229,9,20,.22); }
.header-live-button span { width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.18); animation: pulse 1.5s infinite; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 9px; }
.menu-toggle > span:not(.screen-reader-text) { height: 2px; background: #222; display: block; margin: 5px 0; }
.bfm-hero { position: relative; overflow: hidden; min-height: 720px; display: flex; align-items: center; background: radial-gradient(circle at 82% 30%, rgba(248,154,10,.18), transparent 33%), linear-gradient(135deg, #fff 0%, #fafafa 52%, #f1f0ed 100%); }
.bfm-hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(0,0,0,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent, #000); }
.bfm-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding-block: 84px; }
.bfm-kicker, .bfm-eyebrow { color: var(--bfm-red); text-transform: uppercase; letter-spacing: .15em; font-weight: 850; font-size: 12px; }
.bfm-kicker { display: inline-flex; align-items: center; gap: 10px; }
.bfm-kicker i { width: 9px; height: 9px; border-radius: 50%; background: var(--bfm-red); box-shadow: 0 0 0 6px rgba(229,9,20,.12); }
.bfm-hero h1 { font-size: clamp(52px, 6vw, 84px); line-height: .99; margin: 24px 0; letter-spacing: -.055em; max-width: 780px; }
.bfm-hero h1 em { color: var(--bfm-red); font-style: normal; }
.bfm-hero-copy > p { max-width: 650px; color: var(--bfm-grey); font-size: 18px; }
.bfm-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.bfm-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.bfm-button:hover { transform: translateY(-2px); }
.bfm-button-primary { background: var(--bfm-red); color: #fff; box-shadow: 0 16px 34px rgba(229,9,20,.22); }
.bfm-button-primary:hover { background: var(--bfm-red-dark); }
.bfm-button-light { background: #fff; border-color: var(--bfm-line); color: var(--bfm-ink); }
.button-play { font-size: 12px; }
.bfm-trust-row { display: flex; gap: 36px; margin-top: 46px; }
.bfm-trust-row span { display: grid; color: var(--bfm-grey); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.bfm-trust-row strong { color: var(--bfm-ink); font-size: 24px; letter-spacing: -.03em; text-transform: none; }
.bfm-hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.bfm-logo-disc { width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.92); display: grid; place-items: center; box-shadow: var(--bfm-shadow); position: relative; z-index: 4; border: 1px solid rgba(255,255,255,.8); }
.bfm-logo-disc img { width: 82%; max-height: 82%; object-fit: contain; }
.bfm-wave-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(229,9,20,.24); animation: wave 4s infinite ease-out; }
.ring-a { width: 420px; height: 420px; }
.ring-b { width: 500px; height: 500px; animation-delay: .8s; }
.ring-c { width: 590px; height: 590px; animation-delay: 1.6s; }
.bfm-floating-card { position: absolute; z-index: 6; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 20px 50px rgba(24,24,24,.13); border-radius: 18px; padding: 14px 18px; display: flex; align-items: center; gap: 12px; }
.card-live { left: 0; top: 90px; }
.card-live small { color: var(--bfm-red); font-weight: 900; letter-spacing: .12em; }
.card-live div { display: grid; }
.card-live strong { max-width: 180px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card-quality { right: -5px; bottom: 90px; }
.card-quality strong { font-size: 30px; color: var(--bfm-red); }
.card-quality span { color: var(--bfm-grey); font-size: 11px; line-height: 1.2; text-transform: uppercase; }
.bfm-live-dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; background: var(--bfm-red); box-shadow: 0 0 0 6px rgba(229,9,20,.12); }
.bfm-live-strip { background: var(--bfm-ink); color: #fff; }
.bfm-live-strip > .bfm-container { min-height: 114px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.bfm-radio-garden { font-size: 13px; font-weight: 800; color: #fff; white-space: nowrap; border-bottom: 1px solid rgba(255,255,255,.45); }
.bfm-radio-player { width: 100%; display: grid; grid-template-columns: auto minmax(200px, 1fr) auto minmax(90px, 160px); align-items: center; gap: 18px; }
.bfm-play-button { width: 58px; height: 58px; border-radius: 50%; border: 0; display: grid; place-items: center; background: var(--bfm-red); color: #fff; cursor: pointer; box-shadow: 0 12px 26px rgba(229,9,20,.26); }
.bfm-play-button:disabled { opacity: .45; cursor: not-allowed; }
.bfm-play-icon { width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid #fff; margin-left: 4px; }
.is-playing .bfm-play-icon { width: 14px; height: 16px; border: 0; margin: 0; background: linear-gradient(90deg,#fff 0 35%,transparent 35% 65%,#fff 65%); }
.bfm-player-copy { display: grid; min-width: 0; }
.bfm-player-copy strong { font-size: 18px; }
.bfm-live-label { display: inline-flex; align-items: center; gap: 8px; color: var(--bfm-red); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.bfm-now-playing { color: #bdbdbd; font-size: 13px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.bfm-player-bars { display: flex; align-items: center; gap: 4px; height: 32px; }
.bfm-player-bars i { display: block; width: 3px; height: 8px; border-radius: 9px; background: var(--bfm-orange); }
.is-playing .bfm-player-bars i { animation: bars .75s infinite alternate; }
.is-playing .bfm-player-bars i:nth-child(2) { animation-delay: .15s; }.is-playing .bfm-player-bars i:nth-child(3) { animation-delay: .3s;}.is-playing .bfm-player-bars i:nth-child(4) { animation-delay: .45s;}.is-playing .bfm-player-bars i:nth-child(5) { animation-delay: .6s;}
.bfm-volume { accent-color: var(--bfm-red); width: 100%; }
.bfm-section { padding: 100px 0; }
.bfm-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 38px; }
.bfm-section-heading h2, .bfm-feature-grid h2, .bfm-advertise-box h2, .bfm-form-shell h2 { font-size: clamp(34px, 4vw, 56px); line-height: 1.08; letter-spacing: -.045em; margin: 8px 0 0; }
.bfm-section-heading > a { color: var(--bfm-red); font-weight: 850; }
.bfm-programme-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.bfm-programme-card { border: 1px solid var(--bfm-line); border-radius: 22px; overflow: hidden; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.bfm-programme-card:hover { transform: translateY(-7px); box-shadow: var(--bfm-shadow); }
.programme-art { height: 220px; position: relative; display: grid; place-items: center; background: radial-gradient(circle at 30% 20%, rgba(248,154,10,.35), transparent 45%), linear-gradient(145deg,#1e1e1e,#353535); overflow: hidden; }
.programme-art img { width: 100%; height: 100%; object-fit: cover; }
.programme-icon { font-size: 66px; color: #fff; }
.programme-time { position: absolute; left: 16px; bottom: 16px; color: #fff; background: var(--bfm-red); border-radius: 999px; padding: 7px 12px; font-size: 12px; font-weight: 800; }
.programme-copy { padding: 22px; }
.programme-copy p { margin: 0; color: var(--bfm-red); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.programme-copy h3 { margin: 7px 0 4px; font-size: 21px; line-height: 1.25; }
.programme-copy span { color: var(--bfm-grey); font-size: 13px; }
.bfm-dark-section { color: #fff; background: linear-gradient(135deg,#151515,#252525); }
.bfm-feature-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 75px; align-items: center; }
.bfm-feature-grid > div:first-child > p { color: #bbb; font-size: 17px; max-width: 600px; margin-bottom: 30px; }
.bfm-topic-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.bfm-topic-grid > div { padding: 28px; border-radius: 20px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); }
.bfm-topic-grid span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(229,9,20,.16); color: #ff6068; font-size: 20px; }
.bfm-topic-grid h3 { margin: 20px 0 6px; }.bfm-topic-grid p { margin: 0; color: #aaa; font-size: 14px; }
.bfm-rj-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.bfm-rj-card { text-align: center; }
.rj-photo { aspect-ratio: .84; border-radius: 150px 150px 24px 24px; overflow: hidden; display: grid; place-items: center; background: linear-gradient(145deg,#f3dfc2,#e6e6e6); color: var(--bfm-red); font-size: 44px; font-weight: 900; }
.rj-photo img { width: 100%; height: 100%; object-fit: cover; }
.bfm-rj-card h3 { margin: 18px 0 2px; font-size: 21px; }.bfm-rj-card p { margin: 0; color: var(--bfm-grey); font-size: 13px; }
.bfm-advertise-section { background: #faf4ed; }
.bfm-advertise-box { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; padding: 54px; border-radius: 30px; background: #fff; box-shadow: var(--bfm-shadow); }
.bfm-advertise-box p { color: var(--bfm-grey); max-width: 720px; }
.bfm-advertise-actions { display: grid; gap: 12px; }
.site-footer { background: #121212; color: #fff; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 55px; }
.footer-brand { display: flex; gap: 20px; align-items: flex-start; }.footer-brand img { width: 92px; height: 92px; object-fit: contain; background: #fff; border-radius: 50%; padding: 5px; }.footer-brand h2 { margin: 7px 0 8px; }.footer-brand p,.site-footer p { color: #a8a8a8; }
.site-footer h3 { font-size: 14px; color: #fff; text-transform: uppercase; letter-spacing: .12em; }
.footer-menu { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; color: #bdbdbd; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 22px; font-size: 12px; }
.bfm-sticky-player { position: fixed; z-index: 1100; bottom: 0; left: 0; right: 0; background: rgba(20,20,20,.98); color: #fff; box-shadow: 0 -10px 35px rgba(0,0,0,.16); padding: 13px max(20px,calc((100vw - var(--bfm-container))/2)); }
.bfm-sticky-player .bfm-radio-player { grid-template-columns: auto minmax(160px,1fr) auto 130px; }
.bfm-sticky-player .bfm-play-button { width: 48px; height: 48px; }
.bfm-whatsapp { position: fixed; z-index: 1090; right: 24px; bottom: 120px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; font-size: 12px; font-weight: 900; box-shadow: 0 14px 35px rgba(0,0,0,.2); }
.bfm-page-hero { background: radial-gradient(circle at 78% 20%,rgba(248,154,10,.2),transparent 28%), #f6f5f2; padding: 90px 0 80px; }
.bfm-page-hero h1 { font-size: clamp(44px,6vw,72px); line-height: 1.03; letter-spacing: -.05em; margin: 12px 0; max-width: 950px; }.bfm-page-hero p { color: var(--bfm-grey); font-size: 18px; max-width: 760px; }
.bfm-content-wrap,.bfm-single-wrap { max-width: 900px; padding: 70px 0; }
.bfm-entry-content { font-size: 17px; }.bfm-entry-content h2 { font-size: 36px; letter-spacing: -.03em; }.bfm-entry-content a { color: var(--bfm-red); text-decoration: underline; }.bfm-entry-content img { border-radius: 20px; }
.bfm-listen-hero { background: linear-gradient(135deg,#151515,#292929); color: #fff; padding: 90px 0; }
.bfm-listen-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }.bfm-listen-grid h1 { font-size: clamp(50px,6vw,78px); line-height: 1; letter-spacing: -.055em; margin: 20px 0; }.bfm-listen-grid > div:first-child > p { color: #bfbfbf; font-size: 18px; }.bfm-listen-grid .bfm-radio-player { background: rgba(255,255,255,.06); padding: 22px; border-radius: 22px; margin: 30px 0 16px; }
.bfm-studio-graphic { min-height: 410px; border-radius: 30px; background: radial-gradient(circle at center,rgba(229,9,20,.3),transparent 38%),linear-gradient(145deg,#222,#111); border: 1px solid rgba(255,255,255,.12); display: grid; place-items: center; position: relative; overflow: hidden; }.studio-mic { width: 150px;height:210px;border:13px solid #fff;border-radius:80px 80px 55px 55px;display:grid;place-items:center;font-size:48px;color:var(--bfm-orange);box-shadow:0 0 0 28px rgba(229,9,20,.12);}.studio-wave{position:absolute;bottom:55px;display:flex;gap:7px;align-items:center}.studio-wave i{width:5px;height:20px;background:var(--bfm-red);border-radius:8px;animation:bars .8s infinite alternate}.studio-wave i:nth-child(2n){animation-delay:.2s;height:45px}.studio-wave i:nth-child(3n){animation-delay:.4s;height:70px}.bfm-studio-graphic>span{position:absolute;top:26px;letter-spacing:.2em;font-size:10px;color:#aaa;}
.bfm-day-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 10px; margin-bottom: 24px; }.bfm-day-tab { white-space: nowrap; border: 1px solid var(--bfm-line); background: #fff; padding: 11px 17px; border-radius: 999px; cursor: pointer; font-weight: 750; font-size: 13px; }.bfm-day-tab.is-active { background: var(--bfm-red); color: #fff; border-color: var(--bfm-red); }.bfm-day-panel { display: none; }.bfm-day-panel.is-active { display: grid; gap: 10px; }.bfm-schedule-item { display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 20px; padding: 20px 24px; border: 1px solid var(--bfm-line); border-radius: 18px; transition: border .2s, transform .2s; }.bfm-schedule-item:hover { border-color: rgba(229,9,20,.4); transform: translateX(4px); }.bfm-schedule-item time { color: var(--bfm-red); font-weight: 850; }.bfm-schedule-item h3 { margin: 0; }.bfm-schedule-item p { margin: 2px 0 0; color: var(--bfm-grey); font-size: 13px; }.bfm-schedule-arrow { font-size: 24px; color: var(--bfm-red); }
.bfm-empty-state { padding: 45px; text-align: center; border: 1px dashed #ccc; border-radius: 20px; background: var(--bfm-soft); }
.bfm-package-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 60px; }.bfm-package-grid > div { padding: 30px; border: 1px solid var(--bfm-line); border-radius: 20px; }.bfm-package-grid span { color: var(--bfm-red); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }.bfm-package-grid h3 { font-size: 24px; margin: 13px 0 7px; }.bfm-package-grid p { color: var(--bfm-grey); margin: 0; }
.bfm-form-shell { display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; padding: 48px; border-radius: 26px; background: var(--bfm-soft); }.bfm-form-shell.is-single { display: block; }.bfm-form-shell > div:first-child p { color: var(--bfm-grey); }.bfm-form { display: grid; gap: 18px; }.bfm-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }.bfm-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 750; }.bfm-form input,.bfm-form textarea,.bfm-form select { width: 100%; border: 1px solid #d9d9d9; background: #fff; border-radius: 12px; padding: 13px 14px; outline: none; }.bfm-form input:focus,.bfm-form textarea:focus,.bfm-form select:focus { border-color: var(--bfm-red); box-shadow: 0 0 0 3px rgba(229,9,20,.1); }.bfm-honeypot { position: absolute; left: -9999px; }.bfm-form-success { background: #e7f8ec; color: #17692f; border: 1px solid #b9e8c6; border-radius: 12px; padding: 14px 18px; margin-bottom: 20px; }
.bfm-contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 35px; }.bfm-contact-cards { display: grid; gap: 14px; }.bfm-contact-cards > div { padding: 26px; border-radius: 18px; border: 1px solid var(--bfm-line); }.bfm-contact-cards span { color: var(--bfm-red); font-size: 24px; }.bfm-contact-cards h3 { margin: 10px 0 3px; }.bfm-contact-cards p { margin: 0; color: var(--bfm-grey); }
.bfm-archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }.bfm-archive-card { border: 1px solid var(--bfm-line); border-radius: 22px; overflow: hidden; background: #fff; }.archive-image { aspect-ratio: 1.25; display: grid; place-items: center; background: linear-gradient(145deg,#1e1e1e,#363636); color: #fff; font-size: 40px; font-weight: 900; }.archive-image img { width: 100%; height: 100%; object-fit: cover; }.bfm-archive-card > div { padding: 24px; }.bfm-archive-card h2 { margin: 6px 0 10px; line-height: 1.22; }.bfm-archive-card p { color: var(--bfm-grey); }.archive-type { color: var(--bfm-red)!important; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }.bfm-archive-card > div > a { color: var(--bfm-red); font-weight: 800; }
.bfm-single-image { margin-bottom: 32px; }.bfm-single-image img { border-radius: 24px; }.bfm-podcast-audio { width: 100%; margin-bottom: 26px; }.bfm-meta-banner { padding: 15px 18px; background: #fff4f4; border-left: 4px solid var(--bfm-red); margin-bottom: 26px; font-weight: 750; }
.bfm-404 { text-align: center; padding: 130px 0; }.bfm-404 span { font-size: 110px; font-weight: 950; color: var(--bfm-red); line-height: 1; }.bfm-404 h1 { font-size: 46px; margin: 15px 0 5px; }
@keyframes wave { from { transform: scale(.78); opacity: .9; } to { transform: scale(1.08); opacity: 0; } }
@keyframes pulse { 50% { transform: scale(.7); opacity: .7; } }
@keyframes bars { to { height: 30px; } }
@media (max-width: 1050px) {
  .header-inner { grid-template-columns: auto auto auto; justify-content: space-between; gap: 12px; }.menu-toggle { display: block; order: 3; }.primary-nav { position: fixed; inset: 88px 0 auto; background: #fff; padding: 30px; transform: translateY(-140%); transition: transform .25s ease; box-shadow: 0 25px 40px rgba(0,0,0,.12); }.primary-nav.is-open { transform: translateY(0); }.bfm-menu { flex-direction: column; align-items: flex-start; }.header-live-button { margin-left: auto; }.bfm-hero-grid,.bfm-listen-grid,.bfm-feature-grid { grid-template-columns: 1fr; }.bfm-hero-copy { text-align: center; }.bfm-hero-copy > p { margin-inline: auto; }.bfm-hero-actions,.bfm-trust-row { justify-content: center; }.bfm-hero-visual { min-height: 480px; }.bfm-programme-grid,.bfm-rj-grid { grid-template-columns: repeat(2,1fr); }.bfm-advertise-box,.bfm-form-shell,.bfm-contact-grid { grid-template-columns: 1fr; }.bfm-archive-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 720px) {
  body { padding-bottom: 88px; }.bfm-container { width: min(calc(100% - 28px),var(--bfm-container)); }.site-brand span { display: none; }.site-brand img { width: 58px;height:58px; }.header-inner { min-height: 76px; }.primary-nav { top: 76px; }.header-live-button { padding: 11px 14px; }.bfm-hero { min-height: auto; }.bfm-hero-grid { padding-block: 70px 45px; gap: 25px; }.bfm-hero h1 { font-size: 48px; }.bfm-hero-copy > p { font-size: 16px; }.bfm-trust-row { gap: 20px; }.bfm-trust-row strong { font-size: 19px; }.bfm-hero-visual { min-height: 340px; }.bfm-logo-disc { width: 230px;height:230px; }.ring-a { width:280px;height:280px }.ring-b{width:330px;height:330px}.ring-c{width:380px;height:380px}.card-live { top:30px;left:0 }.card-quality { right:0;bottom:35px }.bfm-live-strip > .bfm-container { flex-direction: column;align-items:stretch;padding:20px 0 }.bfm-radio-player,.bfm-sticky-player .bfm-radio-player { grid-template-columns: auto 1fr auto; }.bfm-volume { display:none }.bfm-player-bars { justify-self:end }.bfm-sticky-player { padding:10px 14px }.bfm-sticky-player .bfm-player-copy strong { font-size:14px }.bfm-sticky-player .bfm-now-playing { max-width:180px }.bfm-section { padding:70px 0 }.bfm-section-heading { align-items:flex-start; flex-direction:column }.bfm-programme-grid,.bfm-rj-grid,.bfm-topic-grid,.bfm-package-grid,.bfm-archive-grid { grid-template-columns:1fr }.bfm-advertise-box,.bfm-form-shell { padding:28px }.footer-grid { grid-template-columns:1fr }.footer-bottom { flex-direction:column }.bfm-page-hero { padding:65px 0 }.bfm-page-hero h1 { font-size:46px }.bfm-listen-grid h1 { font-size:50px }.bfm-studio-graphic { min-height:320px }.bfm-schedule-item { grid-template-columns:1fr auto; gap:8px }.bfm-schedule-item time { grid-column:1/-1 }.bfm-form-grid { grid-template-columns:1fr }.bfm-whatsapp { right:16px;bottom:104px;width:50px;height:50px }.bfm-404 span { font-size:80px }.bfm-404 h1 { font-size:34px }
}
