@import url('https://fonts.googleapis.com/css2?family=Radio+Canada:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; }
body { font-family: "Radio Canada", Helvetica, sans-serif; color: #1a1a1a; background: #fff; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ===== TOP BANNER ===== */
.top-banner { background: linear-gradient(90deg,#002f5f 0%,#004a90 20%,#0062b8 50%,#004a90 80%,#002f5f 100%); color: #fff; padding: 0; height: 36px; display: flex; align-items: center; overflow: hidden; position: relative; }
.banner-stars { display: none; }
.banner-inner { display: flex; align-items: center; justify-content: center; width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 16px; position: relative; }
.banner-logo-left { display: flex; align-items: center; position: absolute; left: 16px; top: 50%; transform: translateY(-50%); }
.banner-logo-left img { height: 18px; }
.banner-left { display: flex; align-items: center; gap: 10px; }
.banner-link { font-size: .8125rem; font-weight: 400; color: rgba(255,255,255,.9); white-space: nowrap; font-family: "Radio Canada", Helvetica, sans-serif; }
.banner-link:hover { color: #fff; text-decoration: none; }
.banner-btn { display: inline-flex; align-items: center; gap: 5px; background: #fff; border: 1px solid #fff; border-radius: 24px; padding: 3px 10px; font-size: .8125rem; font-weight: 600; color: #000; white-space: nowrap; line-height: 1.1; font-family: "Radio Canada", Helvetica, sans-serif; }
.banner-btn:hover { background: rgba(255,255,255,.88); text-decoration: none; }
.btn-label { font-size: .8125rem; font-weight: 600; }
.banner-btn svg { display: block; flex-shrink: 0; }

/* ===== MEGA MENU BACKDROP ===== */
.mega-backdrop { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 9997; }
.mega-backdrop.open { display: block; }

/* ===== MEGA MENU ===== */
.mega-menu { display: none; position: fixed; left: 50%; transform: translateX(-50%); bottom: 0; width: 660px; z-index: 9999; }
.mega-menu.open { display: flex; flex-direction: column; }
@media (max-width: 700px) { .mega-menu { width: 100%; left: 0; transform: none; } }
.mega-menu-header { display: flex; align-items: center; justify-content: space-between; background: #fff; padding: 0 16px; height: 44px; border-bottom: 1px solid #e0e0e0; flex-shrink: 0; position: relative; }
.mega-close { display: flex; align-items: center; gap: 6px; font-size: .875rem; font-weight: 700; font-family: "Radio Canada", Helvetica, sans-serif; background: none; border: none; cursor: pointer; color: #000; padding: 0; }
.mega-close svg { width: 16px; height: 16px; flex-shrink: 0; }
.mega-close:hover { color: #0074ad; }
.mega-wordmark { position: absolute; left: 50%; transform: translateX(-50%); }
.mega-close-circle { width: 26px; height: 26px; border-radius: 50%; background: #e60505; display: flex; align-items: center; justify-content: center; border: none; cursor: pointer; flex-shrink: 0; }
.mega-close-circle svg { width: 14px; height: 14px; }
.mega-close-circle:hover { background: #c70000; }
.mega-body { display: flex; flex: 1; overflow: hidden; }
.mega-sidebar { width: 65px; background: #1e1e1e; display: flex; flex-direction: column; flex-shrink: 0; overflow-y: auto; }
.mega-tab { display: flex; align-items: center; padding: 12px 10px; color: rgba(255,255,255,.55); font-size: .5625rem; font-weight: 700; text-align: left; text-transform: uppercase; letter-spacing: .4px; text-decoration: none; line-height: 1.25; border: none; font-family: "Radio Canada", Helvetica, sans-serif; }
.mega-tab:hover { background: rgba(255,255,255,.07); color: rgba(255,255,255,.9); }
.mega-tab.active { color: #fff; background: rgba(255,255,255,.12); }
.mega-tab-sm { font-size: .5625rem; }
.mega-content { flex: 1; background: #fff; padding: 16px 20px 40px; overflow-y: auto; }
.mega-home-link { display: block; font-size: .875rem; font-weight: 700; color: #000; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid #e0e0e0; text-decoration: none; }
.mega-home-link:hover { color: #0550c8; }
.mega-section-title { font-size: .75rem; font-weight: 700; color: #000; text-transform: uppercase; letter-spacing: .4px; margin: 0 0 6px; }
.mega-section-link { color: #000; text-decoration: none; font-weight: 700; }
.mega-section-link:hover { color: #0550c8; }
.mega-link-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.mega-link-grid a { font-size: .8125rem; font-weight: 400; color: #000; padding: 4px 0; text-decoration: none; white-space: nowrap; }
.mega-link-grid a:hover { color: #0550c8; text-decoration: underline; }
.mega-divider { border: none; border-top: 1px solid #e0e0e0; margin: 12px 0; }
.mega-locals-header { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.mega-new-badge { background: #e60505; color: #fff; font-size: .5625rem; font-weight: 700; padding: 1px 5px; border-radius: 2px; text-transform: uppercase; letter-spacing: .3px; }
.mega-local-settings { display: flex; align-items: center; gap: 8px; font-size: .8125rem; }
.mega-local-settings strong { font-weight: 700; text-transform: uppercase; font-size: .6875rem; letter-spacing: .4px; }
.mega-local-city { color: #545454; font-size: .8125rem; }
.mega-change-btn { font-size: .75rem; color: #0550c8; border: 1px solid #cbcbcb; padding: 2px 10px; text-decoration: none; }
.mega-change-btn:hover { background: #f5f5f5; }

/* ===== MENU BAR ===== */
.menu-bar { background: #fff; border-bottom: 1px solid #e8e8e8; position: sticky; top: 0; z-index: 100; }
.menu-inner { max-width: 1280px; margin: 0 auto; padding: 0 16px; height: 48px; display: flex; align-items: center; position: relative; overflow: visible; }
.menu-button-wrapper { display: flex; align-items: center; height: 48px; }
.menu-toggle { display: flex; flex-direction: row; align-items: center; gap: 10px; text-decoration: none; color: #000; cursor: pointer; }
.menu-toggle:hover .menu-text { color: #0074ad; }
.menu-toggle:hover svg path { fill: #0074ad; }
.menu-text { font-size: 1rem; font-weight: 700; color: #000; font-family: "Radio Canada", Helvetica, sans-serif; margin-left: 2px; }
.cbc-wordmark { position: absolute; left: 50%; transform: translateX(-50%); display: flex; align-items: center; }
.menu-right { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.nav-search, .profile-button { display: flex; align-items: center; gap: 0; font-size: 1rem; font-weight: 700; color: #000; padding: 0; margin-right: 16px; background: none; border: none; cursor: pointer; text-decoration: none; font-family: "Radio Canada", Helvetica, sans-serif; }
.nav-search:hover, .profile-button:hover { color: #0074ad; text-decoration: none; }
.nav-search:hover svg path, .profile-button:hover svg path, .profile-button:hover svg circle { fill: #0074ad; }
.nav-search .icon, .profile-button .icon { display: inline-block; height: 20px; position: relative; bottom: -.125rem; }
.nav-label { font-size: 1rem; font-weight: 700; margin-left: 10px; }
.profile-button-wrapper { display: flex; margin-top: -2px; }

/* ===== RED NAV ===== */
.red-nav { background: #e60505; position: relative; }
.red-nav-inner { max-width: 1280px; margin: 0 auto; padding: 0 16px; display: flex; align-items: center; height: 48px; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.red-nav-inner::-webkit-scrollbar { display: none; }
.nav-brand { font-size: 1.75rem; font-weight: 800; color: #fff; padding-right: 1.5rem; letter-spacing: .3px; white-space: nowrap; flex-shrink: 0; line-height: 48px; }
.nav-brand-link { display: flex; align-items: center; padding-right: 1.25rem; flex-shrink: 0; text-decoration: none; }
.nav-brand-svg { display: block; }
.nav-links { display: flex; list-style: none; height: 48px; flex: 1; flex-wrap: nowrap; }
.nav-links li { height: 48px; }
.nav-links li > a { display: flex; align-items: center; height: 100%; padding: 0 .8rem; font-size: 1rem; font-weight: 700; color: #fff; white-space: nowrap; transition: background .15s; font-family: "Radio Canada", Helvetica, sans-serif; }
.nav-links li > a:hover { background: rgba(0,0,0,.15); text-decoration: none; }
.nav-links li > a.nav-active { background: rgba(0,0,0,.25); }
.red-nav-border { display: none; }
.more-wrapper { position: relative; margin-left: auto; height: 48px; display: flex; align-items: center; flex-shrink: 0; }
.more-btn { display: inline-flex; align-items: center; gap: 4px; height: 2rem; padding: 0 .2rem 0 .3rem; font-size: .9rem; font-weight: 400; color: #fff; background: none; border: 1px solid #fff; cursor: pointer; white-space: nowrap; transition: background .15s; font-family: "Radio Canada", Helvetica, sans-serif; }
.more-btn:hover { background: rgba(0,0,0,.15); }
.more-btn.open { background: #fff; color: #000; border: 1px solid #cbcbcb; border-bottom-color: #fff; position: relative; z-index: 1001; }
.more-btn.open .more-chevron { fill: #222; transform: rotate(180deg); }
.more-chevron { transition: transform .2s; }
.more-dropdown { display: none; position: absolute; top: calc(100% - 1px); right: 0; background: #fff; border: 1px solid #e60505; border-top: none; min-width: 235px; z-index: 1000; }
.more-dropdown.open { display: block; }
.more-wrapper .more-dropdown a { display: block; height: auto; padding: .9375rem 1rem; color: #000; font-size: .9375rem; font-weight: 400; border-bottom: 1px solid #e60505; transition: background .15s; font-family: "Radio Canada", Helvetica, sans-serif; white-space: normal; }
.more-wrapper .more-dropdown a:last-child { border-bottom: 1px solid #e60505; }
.more-wrapper .more-dropdown a:hover { color: #0550c8; background: #f5f5f5; text-decoration: none; }

/* ===== PAGE BODY ===== */
.page-body { background: #fff; min-height: 80vh; }
.detail-body-container { display: grid; grid-template-columns: 1fr 316px; gap: 40px; max-width: 1086px; margin: 1rem auto 0; padding: 0 16px; }
.detail-main-col { min-width: 0; max-width: 46rem; }
.detail-side-rail { max-width: 316px; position: relative; }

/* ===== BREADCRUMB ===== */
.breadcrumb { font-size: .875rem; font-family: "Radio Canada", Helvetica, sans-serif; color: #545454; margin-top: 16px; margin-bottom: 16px; line-height: 1.25rem; }
.breadcrumb a { color: #0550c8; font-weight: 700; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb .sep { margin: 0 4px; color: #545454; }

/* ===== HEADLINE & DECK ===== */
.detail-headline { font-size: 2rem; font-weight: 700; line-height: 1.3; color: #000; margin-bottom: 12px; font-family: "Radio Canada", Helvetica, sans-serif; }
.deck { font-size: 1.25rem; font-weight: 400; line-height: 1.75rem; color: #000; margin-bottom: 20px; font-family: "Radio Canada", Helvetica, sans-serif; }

/* ===== BYLINE & DATELINE ===== */
.byline { font-size: .875rem; font-family: "Radio Canada", Helvetica, sans-serif; color: #545454; margin-bottom: 4px; line-height: 1.25rem; display: flex; align-items: center; -webkit-font-smoothing: antialiased; }
.byline .authors a { color: #0550c8; border-bottom: 1px solid #d8d8d8; transition: background-color .25s linear; }
.byline .authors a:hover { background-color: #ebf1f4; text-decoration: none; }
.byline .org { color: #545454; }
.dateline { font-size: .8125rem; color: #757575; font-family: "Radio Canada", Helvetica, sans-serif; margin-bottom: 20px; line-height: 1.25rem; }

/* ===== LISTEN BAR ===== */
.listen-bar { display: flex; align-items: center; gap: 12px; background: #f4f4f4; border: 1px solid #e8e8e8; border-radius: 8px; padding: 12px 16px; margin-bottom: 24px; }
.play-btn { width: 40px; height: 40px; border-radius: 50%; background: #252525; display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: none; cursor: pointer; }
.play-btn svg { margin-left: 2px; }
.play-btn:hover { background: #444; }
.tts-icon { width: 30px; height: 30px; border-radius: 4px; flex-shrink: 0; }
.listen-text { display: flex; flex-direction: column; font-size: .9375rem; line-height: 1.3rem; }
.listen-title-row { display: flex; align-items: center; gap: 6px; font-family: "Radio Canada", Helvetica, sans-serif; }
.listen-title-row strong { color: #1a1a1a; }
.info-btn { background: none; border: none; cursor: pointer; padding: 0; display: flex; align-items: center; line-height: 0; }
.info-icon { display: block; opacity: .45; }
.listen-meta { display: block; font-size: .8125rem; color: #757575; font-family: "Radio Canada", Helvetica, sans-serif; margin-top: 1px; }

/* ===== IMAGES ===== */
.lead-image { margin: 0 0 1rem; }
.lead-image .placeholder { background: radial-gradient(#fff,#cbcbcb) 0 0/cover no-repeat; position: relative; overflow: hidden; }
.lead-image .placeholder img { width: 100%; display: block; object-fit: cover; aspect-ratio: 16/9; }
.story-image { margin: 1.5rem 0; }
.story-image .placeholder { background: radial-gradient(#fff,#cbcbcb); overflow: hidden; }
.story-image .placeholder img { width: 100%; display: block; object-fit: cover; }
.image-caption { color: #545454; border-bottom: 1px solid #d8d8d8; margin-top: 0; margin-bottom: 16px; padding: 8px 0 16px; font-size: .875rem; line-height: 1.25rem; font-family: "Radio Canada", Helvetica, sans-serif; display: block; }
.image-caption .credit { color: #757575; font-size: .8125rem; font-style: italic; }

/* ===== SOCIAL SHARE ===== */
.share { padding: 0; margin-bottom: 16px; }
.a11y { clip: rect(1px,1px,1px,1px); overflow: hidden; border: 0!important; width: 1px!important; height: 1px!important; padding: 0!important; position: absolute!important; }
.vf-share-bar ul { list-style: none; display: flex; gap: 0; margin: 0; padding: 0; }
.vf-share-option { border-right: 1px solid #eaeaea; }
.vf-share-option:last-child { border-right: none; }
.vf-share-action { display: flex; align-items: center; gap: 6px; background: none; border: none; padding: 8px 14px; cursor: pointer; font-family: "Radio Canada", Helvetica, sans-serif; font-size: .8125rem; color: #545454; transition: color .2s; }
.vf-share-option:first-child .vf-share-action { padding-left: 0; }
.vf-share-action:hover { color: #000; }
.vf-share-icon { font-size: 1.2rem; display: flex; align-items: center; }
.vf-share-action[data-network="twitter"] .vf-share-icon { color: #000; }
.vf-share-action[data-network="email"] .vf-share-icon { color: #545454; }
.vf-share-action[data-network="reddit"] .vf-share-icon { color: #ff4500; }
.vf-share-action[data-network="linkedin"] .vf-share-icon { color: #0077b5; }
.vf-share-meta { font-size: .8125rem; white-space: nowrap; }

/* ===== WARNING ===== */
.warning { font-size: .9375rem; line-height: 1.5; color: #000; margin-bottom: 0; font-family: "Radio Canada", Helvetica, sans-serif; }

/* ===== STORY DIVIDER ===== */
.story-divider { border: none; border-top: 1px solid #cbcbcb; margin: 1.5rem 0; }

/* ===== STORY BODY ===== */
.story { font-size: 1.125rem; line-height: 1.75rem; color: #222; font-family: "Radio Canada", Helvetica, sans-serif; }
.story p { margin-top: 0; margin-bottom: 28px; }
.story h2 { font-size: 1.5rem; font-weight: 700; line-height: 1.3; color: #000; margin: 2rem 0 1rem; font-family: "Radio Canada", Helvetica, sans-serif; }
.story a { color: #0550c8; font-weight: 700; border-bottom: 1px solid #d8d8d8; text-decoration: none; transition: background-color .25s linear; }
.story a:hover, .story a:focus { background-color: #ebf1f4; text-decoration: none; }
.story ul { margin: 0 0 28px 1.5rem; padding: 0; }
.story li { margin-bottom: .75rem; }
.story li a { font-weight: 700; }

/* ===== CASE SUBMISSION FORM ===== */
.case-form-box { border: 2px solid #e60505; border-radius: 4px; padding: 24px; margin: 2rem 0; background: #fff; }
.case-form-header { margin-bottom: 18px; }
.case-form-badge { display: inline-block; background: #e60505; color: #fff; font-size: .625rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; padding: 2px 8px; border-radius: 2px; margin-bottom: 10px; font-family: "Radio Canada", Helvetica, sans-serif; }
.case-form-title { font-size: 1.25rem; font-weight: 700; color: #000; margin: 0 0 8px; font-family: "Radio Canada", Helvetica, sans-serif; }
.case-form-desc { font-size: .875rem; color: #545454; line-height: 1.5; margin: 0; font-family: "Radio Canada", Helvetica, sans-serif; }
.case-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.case-form-field { display: flex; flex-direction: column; gap: 6px; }
.case-form-field label { font-size: .8125rem; font-weight: 700; color: #1a1a1a; font-family: "Radio Canada", Helvetica, sans-serif; }
.cf-required { color: #e60505; }
.case-form-field input { height: 42px; border: 1px solid #cbcbcb; border-radius: 3px; padding: 0 12px; font-size: .9375rem; font-family: "Radio Canada", Helvetica, sans-serif; color: #1a1a1a; outline: none; transition: border-color .15s, box-shadow .15s; background: #fff; }
.case-form-field input::placeholder { color: #aaa; }
.case-form-field input:focus { border-color: #0550c8; box-shadow: 0 0 0 3px rgba(5,80,200,.12); }
.case-form-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 4px; }
.case-form-submit { height: 42px; padding: 0 28px; background: #e60505; color: #fff; font-size: .9375rem; font-weight: 700; font-family: "Radio Canada", Helvetica, sans-serif; border: none; border-radius: 3px; cursor: pointer; transition: background .15s; white-space: nowrap; }
.case-form-submit:hover { background: #c70000; }
.case-form-privacy { font-size: .75rem; color: #757575; font-family: "Radio Canada", Helvetica, sans-serif; }
.case-form-privacy a { color: #0550c8; }
.case-form-success { display: flex; align-items: center; gap: 8px; background: #edf7f1; border: 1px solid #a3d9b5; border-radius: 3px; padding: 12px 14px; margin-top: 14px; font-size: .9375rem; color: #1a7a3a; font-family: "Radio Canada", Helvetica, sans-serif; font-weight: 600; }
.case-form-success[hidden] { display: none; }
@media (max-width: 600px) {
  .case-form-row { grid-template-columns: 1fr; }
  .case-form-field-empty { display: none; }
  .case-form-box { padding: 16px; }
}

/* ===== RELATED LINKS ===== */
.related-links { margin: 2rem 0; border-top: 3px solid #e60505; }
.related-links ul { list-style: none; margin: 0; padding: 0; }
.related-links li { padding: 12px 0; border-bottom: 1px solid #d8d8d8; margin: 0; }
.related-label { display: block; font-size: .75rem; color: #e60505; font-weight: 700; text-transform: uppercase; margin-bottom: 4px; letter-spacing: .3px; font-family: "Radio Canada", Helvetica, sans-serif; }
.related-links a { color: #0550c8; font-size: 1rem; font-weight: 700; border-bottom: none; font-family: "Radio Canada", Helvetica, sans-serif; }
.related-links a:hover { text-decoration: underline; background: none; }

/* ===== AUTHOR BOX ===== */
.author-box { border-top: 3px solid #000; padding-top: 1.5rem; margin-top: 2.5rem; }
.author-box h2 { font-size: .75rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #545454; margin-bottom: 1rem; font-family: "Radio Canada", Helvetica, sans-serif; }
.author-info { display: flex; align-items: center; gap: 12px; margin-bottom: 1rem; }
.author-photo { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; background: #e8e8e8; }
.author-details { display: flex; flex-direction: column; }
.author-name { color: #0550c8; font-weight: 700; font-size: 1rem; border-bottom: 1px solid #d8d8d8; font-family: "Radio Canada", Helvetica, sans-serif; }
.author-name:hover { background-color: #ebf1f4; text-decoration: none; }
.author-title { display: block; font-size: .875rem; color: #545454; font-family: "Radio Canada", Helvetica, sans-serif; }
.author-bio { font-size: .875rem; line-height: 1.5; color: #545454; margin-bottom: 1rem; font-family: "Radio Canada", Helvetica, sans-serif; }
.securedrop-link { font-size: .875rem; color: #0550c8; border-bottom: 1px solid #d8d8d8; font-family: "Radio Canada", Helvetica, sans-serif; }
.securedrop-link:hover { background-color: #ebf1f4; text-decoration: none; }

/* ===== ARTICLE FOOTER ===== */
.article-footer { border-top: 1px solid #cbcbcb; padding-top: 1rem; margin-top: 2rem; }
.footer-links { font-size: .8125rem; color: #545454; margin-bottom: .5rem; font-family: "Radio Canada", Helvetica, sans-serif; }
.footer-links a { color: #0550c8; border-bottom: 1px solid #d8d8d8; }
.footer-links a:hover { background-color: #ebf1f4; text-decoration: none; }
.footer-links .sep { margin: 0 4px; color: #a3a3a3; }
.report-error { font-weight: 700; }

/* ===== RELATED STORIES ===== */
.related-stories { margin-top: 2.5rem; border-top: 3px solid #000; }
.related-stories h2 { font-size: 1.25rem; font-weight: 700; margin: 1rem 0; color: #000; font-family: "Radio Canada", Helvetica, sans-serif; }
.related-stories ul { list-style: none; margin: 0; padding: 0; }
.related-stories li { border-bottom: 1px solid #d8d8d8; margin: 0; }
.related-stories li a { display: flex; gap: 12px; padding: 12px 0; color: #0550c8; font-size: .9375rem; font-weight: 700; line-height: 1.3; border-bottom: none; font-family: "Radio Canada", Helvetica, sans-serif; }
.related-stories li a:hover { text-decoration: underline; background: none; }
.related-story-thumb { flex-shrink: 0; width: 88px; height: 88px; overflow: hidden; }
.related-story-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.related-story-text { display: flex; flex-direction: column; gap: 4px; }
.related-story-text .related-label { font-size: .75rem; color: #e60505; font-weight: 700; text-transform: none; letter-spacing: 0; }
.related-story-text.no-thumb { padding: 4px 0; }

/* ===== SIDEBAR ===== */
.sidebar-spacer { height: 1600px; }
.popular-now { position: sticky; top: 16px; }
.popular-heading { font-size: 1.25rem; font-weight: 700; line-height: 1.3; color: #000; padding-bottom: 12px; border-bottom: 1px solid #e0e0e0; margin: 0; font-family: "Radio Canada", Helvetica, sans-serif; }
.popular-list { list-style: none; margin: 0; padding: 0; }
.popular-list li { display: flex; align-items: flex-start; gap: 10px; padding: 14px 0; border-bottom: 1px solid #e0e0e0; }
.popular-list li:last-child { border-bottom: none; }
.popular-rank { font-size: 1.125rem; font-weight: 700; color: #767676; line-height: 1.3; flex-shrink: 0; min-width: 16px; font-family: "Radio Canada", Helvetica, sans-serif; }
.popular-item-text a { font-size: .875rem; font-weight: 700; line-height: 1.4; color: #000; text-decoration: none; font-family: "Radio Canada", Helvetica, sans-serif; }
.popular-item-text a:hover { color: #0550c8; text-decoration: underline; }
.popular-updated { display: block; font-size: .6875rem; font-weight: 700; color: #e60505; text-transform: uppercase; letter-spacing: .3px; margin-bottom: 2px; font-family: "Radio Canada", Helvetica, sans-serif; }

/* ===== RECOMMENDATIONS & DISCOVER ===== */
.recommendations-section, .discover-section { background: #fff; border-top: 1px solid #eaeaea; }
.recommendations-inner, .discover-inner { max-width: 1280px; margin: 0 auto; padding: 24px 16px 32px; }
.section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.section-heading { font-size: 1.125rem; font-weight: 800; letter-spacing: .5px; color: #000; text-transform: uppercase; margin: 0; font-family: "Radio Canada", Helvetica, sans-serif; }
.discover-inner .section-heading { margin-bottom: 18px; }
.info-circle { background: none; border: none; cursor: pointer; padding: 0; display: flex; align-items: center; }

/* ===== CARD GRIDS ===== */
.card-grid { display: grid; gap: 18px; }
.card-grid-4 { grid-template-columns: repeat(4, 1fr); }
.card-grid-5 { grid-template-columns: repeat(5, 1fr); margin-bottom: 24px; }
.card { min-width: 0; }
.card-link { display: block; text-decoration: none; color: inherit; }
.card-link:hover { text-decoration: none; }
.card-link:hover .card-headline { color: #0550c8; text-decoration: underline; }
.card-image-wrap { position: relative; overflow: hidden; margin-bottom: 8px; background: #cbcbcb; aspect-ratio: 16/9; }
.card-image-wrap img { width: 100%; display: block; aspect-ratio: 16/9; object-fit: cover; }
.card-image-wrap img:not([src]), .card-image-wrap img[src=""] { display: none; }
.card-body { min-height: 0; }
.card-headline { font-size: .9375rem; font-weight: 700; line-height: 1.3; color: #000; margin: 0; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; font-family: "Radio Canada", Helvetica, sans-serif; }
.card-flag { display: block; font-size: .6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px; font-family: "Radio Canada", Helvetica, sans-serif; }
.card-flag-updated { color: #0550c8; }
.card-flag-label { color: #545454; }
.card-byline { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.card-avatar { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: #e8e8e8; }
.card-author { font-size: .8125rem; font-weight: 400; color: #545454; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-family: "Radio Canada", Helvetica, sans-serif; }
.card-category { font-size: .75rem; color: #767676; margin-top: 4px; font-family: "Radio Canada", Helvetica, sans-serif; }
.cat-sep { margin: 0 2px; }
.video-badge { position: absolute; bottom: 8px; left: 8px; background: rgba(0,0,0,.75); color: #fff; font-size: .6875rem; font-weight: 700; padding: 2px 6px; border-radius: 3px; display: inline-flex; align-items: center; gap: 4px; line-height: 1; font-family: "Radio Canada", Helvetica, sans-serif; }
.card-badge { z-index: 1; }

/* ===== GLOBAL FOOTER ===== */
.global-footer { border-top: 1px solid #eaeaea; margin-top: 3rem; }
.footer-body { display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 80rem; margin: 0 auto; padding: 0; }
.footer-column { flex: 130px; padding: 16px; font-size: .85em; }
.footer-heading { margin-top: 0; font-size: 1.2em; font-weight: 700; line-height: 1.7em; color: #000; font-family: "Radio Canada", Helvetica, sans-serif; }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin-bottom: .7rem; }
.footer-list a { color: #0550c8; text-decoration: none; font-size: .875rem; font-family: "Radio Canada", Helvetica, sans-serif; }
.footer-list a:hover { text-decoration: underline; }
.footer-address, .footer-phone { font-size: .8125rem; color: #545454; line-height: 1.5; margin-top: .75rem; font-family: "Radio Canada", Helvetica, sans-serif; }
.footer-accessibility p { font-size: .8125rem; color: #545454; line-height: 1.5; margin-bottom: .75rem; font-family: "Radio Canada", Helvetica, sans-serif; }
.footer-accessibility a { color: #0550c8; }
.basic-footer { background-color: #000; color: #fff; }
.basic-footer-inner { max-width: 80rem; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 16px; flex-wrap: wrap; gap: 16px; }
.extended-logo { flex: 230px; }
.extended-logo img { width: 220px; display: block; }
.copyright { flex: 2 0 230px; text-align: center; font-size: .75rem; font-weight: 700; color: #fff; font-family: "Radio Canada", Helvetica, sans-serif; }
.radio-canada { text-align: right; flex: 1; }
.radio-canada a { color: #fff; font-size: .75rem; font-weight: 700; text-decoration: none; font-family: "Radio Canada", Helvetica, sans-serif; }
.radio-canada a:hover { text-decoration: underline; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .detail-body-container { grid-template-columns: 1fr; max-width: 730px; }
  .detail-side-rail { display: none; }
  .card-grid-5 { grid-template-columns: repeat(3, 1fr); }
  .card-grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .top-banner { display: block; }
  .banner-inner { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding: 5px 12px 5px 52px; scrollbar-width: none; }
  .banner-inner::-webkit-scrollbar { display: none; }
  .banner-left { flex-wrap: nowrap; gap: 10px; flex-shrink: 0; }
  .banner-stars { display: none; }
  .menu-text { display: inline; }
  .nav-label { display: none; }
  .nav-search, .profile-button { margin-right: 8px; }
  .menu-inner { height: 44px; }
  .nav-brand { font-size: 1.125rem; padding-right: 8px; }
  .nav-links li > a { padding: 0 1rem; font-size: .875rem; }
  .red-nav-inner { height: 40px; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .red-nav-inner::-webkit-scrollbar { display: none; }
  .nav-links { height: 40px; flex-wrap: nowrap; }
  .nav-links li { height: 40px; }
  .detail-headline { font-size: 1.625rem; }
  .deck { font-size: 1rem; line-height: 1.625rem; }
  .story { font-size: 1rem; line-height: 1.625rem; }
  .story h2 { font-size: 1.25rem; }
  .detail-body-container { padding: 0 16px; }
  .card-grid-4, .card-grid-5 { grid-template-columns: repeat(2, 1fr); }
  .mega-sidebar { width: 65px; }
  .mega-tab { font-size: .5rem; padding: 10px 8px; }
  .mega-link-grid { grid-template-columns: repeat(2, 1fr); }
  .mega-content { padding: 16px; }
  .footer-body { flex-direction: column; }
  .footer-column { flex: auto; }
  .basic-footer-inner { flex-direction: column; text-align: center; }
  .copyright, .radio-canada { text-align: center; }
}

@media (max-width: 480px) {
  .menu-inner { height: 40px; padding: 0 12px; }
  .cbc-wordmark svg { width: 60px; height: auto; }
  .nav-brand { font-size: 1rem; padding-right: 6px; }
  .nav-links li > a { padding: 0 .3rem; font-size: .75rem; }
  .more-btn { font-size: .75rem; height: 1.625rem; padding: 0 .15rem 0 .25rem; }
  .red-nav-inner { height: 36px; padding: 0 12px; }
  .nav-links { height: 36px; }
  .nav-links li { height: 36px; }
  .detail-headline { font-size: 1.375rem; }
  .listen-bar { gap: 10px; padding: 10px 12px; }
  .play-btn { width: 36px; height: 36px; }
  .tts-icon { width: 26px; height: 26px; }
  .listen-text { font-size: .8125rem; }
  .vf-share-meta { display: none; }
  .card-grid-4, .card-grid-5 { grid-template-columns: 1fr; }
  .mega-sidebar { width: 60px; }
  .mega-tab { font-size: .5rem; padding: 9px 7px; }
  .mega-link-grid { grid-template-columns: 1fr 1fr; }
  .recommendations-inner, .discover-inner { padding: 16px 12px 24px; }
  .section-heading { font-size: 1rem; }
}

/* ===== BLUEQ FEATURE GRID ===== */
.blueq-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 24px 0;
}
.blueq-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-left: 4px solid #e60505;
  border-radius: 6px;
  padding: 18px 16px;
}
.blueq-feature-icon {
  width: 40px;
  height: 40px;
  background: #e60505;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.1rem;
}
.blueq-feature-text strong {
  display: block;
  font-size: .9375rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}
.blueq-feature-text p {
  font-size: .875rem;
  color: #555;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .blueq-features { grid-template-columns: 1fr; }
}

/* ===== BLUEQ REGISTRATION FORM ===== */
.blueq-reg-box {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-top: 4px solid #e60505;
  border-radius: 6px;
  padding: 28px 24px;
  margin: 28px 0;
}
.blueq-reg-badge {
  display: inline-block;
  background: #e60505;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 12px;
}
.blueq-reg-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}
.blueq-reg-desc {
  font-size: .9rem;
  color: #555;
  margin-bottom: 20px;
}
.blueq-reg-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.blueq-reg-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.blueq-reg-field label {
  font-size: .875rem;
  font-weight: 600;
  color: #1a1a1a;
}
.blueq-reg-field input {
  height: 44px;
  padding: 0 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: .9375rem;
  font-family: inherit;
  color: #1a1a1a;
  background: #fff;
  outline: none;
  transition: border-color .2s;
}
.blueq-reg-field input:focus {
  border-color: #e60505;
}
.blueq-reg-btn {
  margin-top: 4px;
  height: 50px;
  background: #e60505;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  font-family: inherit;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background .2s;
}
.blueq-reg-btn:hover {
  background: #c70000;
}
.blueq-reg-note {
  font-size: .8125rem;
  color: #777;
  text-align: center;
  margin-top: 4px;
}

/* ===== BLUEQ 2-COL CARDS ===== */
.blueq-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 24px 0;
}
.blueq-2col-card {
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-top: 4px solid #e60505;
  border-radius: 6px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blueq-2col-icon {
  font-size: 1.4rem;
}
.blueq-2col-card strong {
  font-size: .9375rem;
  font-weight: 700;
  color: #1a1a1a;
}
.blueq-2col-card p {
  font-size: .875rem;
  color: #555;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .blueq-2col { grid-template-columns: 1fr; }
}

/* ===== BLUEQ ACCORDION ===== */
.blueq-accordion {
  margin: 28px 0;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}
.blueq-acc-item {
  border-bottom: 1px solid #e0e0e0;
}
.blueq-acc-item:last-child {
  border-bottom: none;
}
.blueq-acc-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #fff;
  font-size: .9375rem;
  font-weight: 700;
  color: #1a1a1a;
  font-family: inherit;
  cursor: pointer;
  border: none;
  text-align: left;
  transition: background .15s;
}
.blueq-acc-trigger:hover {
  background: #fafafa;
}
.blueq-acc-trigger[aria-expanded="true"] {
  border-left: 4px solid #e60505;
  color: #e60505;
}
.blueq-acc-icon {
  margin-right: 10px;
  color: #e60505;
}
.blueq-acc-chevron {
  font-size: .75rem;
  color: #888;
  transition: transform .25s;
  flex-shrink: 0;
}
.blueq-acc-trigger[aria-expanded="true"] .blueq-acc-chevron {
  transform: rotate(180deg);
}
.blueq-acc-body {
  display: none;
  padding: 4px 20px 20px 20px;
  background: #fafafa;
}
.blueq-acc-body.open {
  display: block;
}
.blueq-acc-body p {
  margin-bottom: 12px;
  font-size: .9rem;
  color: #444;
}
.blueq-acc-note {
  font-size: .8125rem !important;
  color: #888 !important;
  font-style: italic;
}
.blueq-acc-note i {
  margin-right: 4px;
}

/* ===== BLUEQ CHECKLIST ===== */
.blueq-checklist {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blueq-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .9rem;
  color: #1a1a1a;
}
.blueq-checklist li i {
  color: #e60505;
  font-size: .9rem;
  flex-shrink: 0;
}

/* ===== BLUEQ URGENCY BANNER ===== */
.blueq-urgency {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff8f8;
  border: 1px solid #f5c0c0;
  border-left: 4px solid #e60505;
  border-radius: 6px;
  padding: 18px 16px;
  margin: 24px 0;
}
.blueq-urgency-icon {
  color: #e60505;
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.blueq-urgency-text strong {
  display: block;
  font-size: .9375rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}
.blueq-urgency-text p {
  font-size: .875rem;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

/* ===== BLUEQ FORM SUCCESS ===== */
.blueq-reg-success[hidden] {
  display: none;
}
.blueq-reg-success {
  background: #eaf7ec;
  border: 1px solid #a8ddb5;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: .9rem;
  color: #1a7a3a;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ===== BLUEQ TESTIMONIALS ===== */
.blueq-testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 24px 0;
}
.blueq-testimonial {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.blueq-testimonial-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blueq-testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e60505;
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.blueq-testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.blueq-testimonial-meta strong {
  font-size: .9375rem;
  font-weight: 700;
  color: #1a1a1a;
}
.blueq-testimonial-meta span {
  font-size: .8125rem;
  color: #777;
}
.blueq-stars {
  color: #e6a800 !important;
  font-size: .9rem !important;
  letter-spacing: 1px;
}
.blueq-testimonial blockquote {
  font-size: .875rem;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding-left: 12px;
  border-left: 3px solid #e60505;
  font-style: italic;
}
.blueq-testimonial-note {
  font-size: .75rem;
  color: #aaa;
  margin: 0;
}
@media (max-width: 600px) {
  .blueq-testimonials { grid-template-columns: 1fr; }
}

/* ===== BLUEQ FAQ ===== */
.blueq-faq {
  margin: 32px 0;
}
.blueq-faq-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.blueq-faq-subtitle {
  font-size: .875rem;
  color: #777;
  margin-bottom: 20px;
}
.blueq-faq-list {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}
.blueq-faq-item {
  border-bottom: 1px solid #e0e0e0;
}
.blueq-faq-item:last-child {
  border-bottom: none;
}
.blueq-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  background: #fff;
  font-size: .9rem;
  font-weight: 600;
  color: #1a1a1a;
  font-family: inherit;
  cursor: pointer;
  border: none;
  text-align: left;
  transition: background .15s;
}
.blueq-faq-q:hover {
  background: #fafafa;
}
.blueq-faq-q[aria-expanded="true"] {
  color: #e60505;
  background: #fff8f8;
}
.blueq-faq-q[aria-expanded="true"] .blueq-acc-chevron {
  transform: rotate(180deg);
  color: #e60505;
}
.blueq-faq-a {
  display: none;
  padding: 0 20px 16px;
  background: #fafafa;
}
.blueq-faq-a.open {
  display: block;
}
.blueq-faq-a p {
  font-size: .875rem;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

/* ===== BLUEQ HERO FORM (dark split layout) ===== */
.blueq-hero-form {
  display: grid;
  grid-template-columns: 2fr 3fr;
  border-radius: 12px;
  overflow: hidden;
  margin: 32px 0;
  box-shadow: 0 4px 24px rgba(0,0,0,.15);
}
.blueq-hero-left {
  background: #e60505;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.blueq-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.2);
  color: #fff;
  font-size: .8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  width: fit-content;
  border: 1px solid rgba(255,255,255,.35);
}
.blueq-hero-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  margin: 0;
}
.blueq-hero-sub {
  font-size: .875rem;
  color: rgba(255,255,255,.85);
  line-height: 1.6;
  margin: 0;
}
.blueq-hero-perks {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.blueq-hero-perks li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: .8rem;
  color: #e60505;
  background: #fff5f5;
  border: 1px solid #fdd;
  border-radius: 6px;
  padding: 8px 12px;
  font-weight: 600;
}
.blueq-hero-perks li i {
  color: #e60505;
  font-size: .8rem;
  flex-shrink: 0;
  order: 2;
}
.blueq-hero-right {
  background: #fff;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.blueq-hero-form-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}
.blueq-hero-form-sub {
  font-size: .875rem;
  color: #777;
  margin: 0;
}
.blueq-hero-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.blueq-hero-field label {
  font-size: .8rem;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: .4px;
}
.blueq-hero-field input {
  height: 46px;
  padding: 0 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: .9375rem;
  font-family: inherit;
  color: #1a1a1a;
  background: #fff;
  outline: none;
  transition: border-color .2s;
}
.blueq-hero-field input:focus {
  border-color: #e60505;
}
.blueq-hero-btn {
  width: 100%;
  height: 52px;
  background: #e60505;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  font-family: inherit;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background .2s;
  margin-top: 4px;
  letter-spacing: .3px;
}
.blueq-hero-btn:hover {
  background: #c70000;
}
.blueq-hero-note {
  font-size: .8rem;
  color: #aaa;
  text-align: center;
  margin: 0;
}
@media (max-width: 680px) {
  .blueq-hero-form { grid-template-columns: 1fr; }
  .blueq-hero-perks { grid-template-columns: 1fr; }
}

/* ===== BLUEQ NAME ROW ===== */
.blueq-reg-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.blueq-hero-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 500px) {
  .blueq-reg-row, .blueq-hero-row { grid-template-columns: 1fr; }
}

/* ===== BLUEQ CHECK AVAILABILITY BUTTON ===== */
.blueq-check-btn {
  display: inline-block;
  background: #e60505;
  color: #fff;
  font-size: .9375rem;
  font-weight: 700;
  font-family: inherit;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  margin: 8px 0 24px;
  transition: background .2s;
}
.blueq-check-btn:hover {
  background: #c70000;
  text-decoration: none;
  color: #fff;
}
