:root{
  --rc-blue:#292f6c;
  --rc-blue-2:#343b80;
  --rc-navy:#111638;
  --rc-navy-dark:#080d25;
  --rc-red:#bc2f3e;
  --rc-red-dark:#9f2634;
  --rc-white:#fff;
  --rc-ice:#eef4fa;
  --rc-soft:#f5f7fb;
  --rc-text:#141a35;
  --rc-muted:#697187;
  --rc-line:#e0e5ef;
  --rc-container:1180px;
  --rc-player-h:96px;
}
html{scroll-behavior:smooth;scroll-padding-top:94px}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--rc-text);line-height:1.55;overflow-x:hidden;padding-bottom:var(--rc-player-h);background:#fff}
body.program-modal-open{overflow:hidden}
.container{width:min(100% - 40px,var(--rc-container));margin-inline:auto}
h1,h2,h3,p{margin-top:0}a{text-underline-offset:3px}
.site-main{min-height:50vh}
section[id]{scroll-margin-top:92px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:11px 21px;border:1px solid transparent;border-radius:999px;text-decoration:none;text-transform:uppercase;letter-spacing:.045em;font-weight:850;font-size:12px;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}
.btn:hover,.btn:focus-visible{transform:translateY(-1px)}
.btn--brand{background:var(--rc-red);color:#fff;box-shadow:0 8px 24px rgba(188,47,62,.18)}
.btn--brand:hover{background:var(--rc-red-dark);color:#fff}
.btn--outline{border-color:rgba(255,255,255,.48);color:#fff;background:transparent}.btn--outline:hover{border-color:#fff;background:rgba(255,255,255,.07);color:#fff}
.btn--dark{background:var(--rc-navy);color:#fff}.btn--dark:hover{background:var(--rc-blue);color:#fff}
.btn__live-dot{width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.12)}
.btn__play{font-size:11px}
.text-link{color:var(--rc-blue);font-weight:850;text-decoration:none}.text-link:hover{color:var(--rc-red)}

/* Header */
.site-header{position:sticky;top:0;z-index:300;background:rgba(17,22,56,.985);color:#fff;border-bottom:1px solid rgba(255,255,255,.09);backdrop-filter:blur(14px)}
.admin-bar .site-header{top:32px}.site-header__brandline,.site-footer__brandline{height:3px;display:grid;grid-template-columns:72% 28%}.site-header__brandline span:first-child,.site-footer__brandline span:first-child{background:var(--rc-blue-2)}.site-header__brandline span:last-child,.site-footer__brandline span:last-child{background:var(--rc-red)}
.site-header__inner{min-height:78px;display:flex;align-items:center;gap:28px}
.site-branding{display:flex;align-items:center;gap:12px;color:#fff;flex:0 0 auto;text-decoration:none}
.site-branding__logo-shell{width:74px;height:48px;display:grid;place-items:center;background:#fff;border-radius:10px;padding:5px 7px;overflow:hidden}.site-branding__logo-shell img{display:block;width:100%;height:100%;object-fit:contain}
.site-branding__text{display:flex;flex-direction:column;line-height:1.05}.site-branding__text strong{font-size:15px}.site-branding__text small{color:rgba(255,255,255,.57);font-size:9px;font-weight:900;letter-spacing:.11em;margin-top:5px}
.main-navigation{margin-left:auto}.main-navigation__list{display:flex;align-items:center;gap:3px;list-style:none;margin:0;padding:0}.main-navigation__list a{position:relative;display:block;padding:11px 9px;color:rgba(255,255,255,.82);text-decoration:none;font-size:10.5px;font-weight:850;text-transform:uppercase;letter-spacing:.035em;white-space:nowrap}.main-navigation__list a:before{content:"";position:absolute;left:9px;right:9px;bottom:5px;height:2px;background:var(--rc-red);transform:scaleX(0);transition:transform .18s ease}.main-navigation__list a:hover,.main-navigation__list a.is-active{color:#fff}.main-navigation__list a:hover:before,.main-navigation__list a.is-active:before{transform:scaleX(1)}
.nav-rumbo:before{background:#d32d35!important}.site-header__actions{display:flex;align-items:center;gap:10px}.site-header__cta{min-height:42px;padding:9px 16px;white-space:nowrap}.menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;padding:9px;cursor:pointer;flex-direction:column;justify-content:center;gap:5px}.menu-toggle__bar{width:100%;height:2px;background:#fff;border-radius:2px}

/* Hero */
.hero{position:relative;overflow:hidden;background:linear-gradient(110deg,var(--rc-navy) 0%,#171e4d 100%);color:#fff}.hero:before{content:"RC";position:absolute;right:-45px;bottom:-110px;font-weight:950;font-size:430px;line-height:1;color:rgba(255,255,255,.018);letter-spacing:-.1em;pointer-events:none}.hero__grid{min-height:535px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);align-items:center;gap:70px;padding-block:66px;position:relative;z-index:1}.hero__live{display:flex;align-items:center;gap:9px;color:#b9c4f8;font-size:11px;font-weight:900;letter-spacing:.14em;margin-bottom:21px}.hero__live-dot{width:8px;height:8px;background:var(--rc-red);border-radius:50%;box-shadow:0 0 0 6px rgba(188,47,62,.14);animation:rc-pulse 1.8s ease-in-out infinite}@keyframes rc-pulse{50%{opacity:.5;transform:scale(.85)}}
.hero__title{font-size:clamp(58px,7vw,96px);line-height:.88;letter-spacing:-.055em;font-weight:950;margin-bottom:22px}.hero__tagline{font-size:clamp(20px,2vw,27px);font-weight:800;margin-bottom:18px}.hero__now{display:grid;grid-template-columns:auto 1fr;gap:1px 13px;align-items:center;margin-bottom:28px;padding:13px 15px;border-left:3px solid #cbd3ff;background:rgba(255,255,255,.05);max-width:565px}.hero__now>span{grid-row:1/3;color:#ff6675;font-size:9px;font-weight:950;letter-spacing:.14em}.hero__now strong{font-size:15px}.hero__now small{color:rgba(255,255,255,.55);font-size:11px}.hero__actions{display:flex;gap:11px;flex-wrap:wrap}
.hero__identity{justify-self:end;width:min(100%,430px)}.hero__logo-card{background:#fff;border-radius:24px;padding:42px 34px;box-shadow:0 28px 70px rgba(0,0,0,.17);border:1px solid rgba(255,255,255,.4)}.hero__logo-card img{display:block;width:100%;height:auto}.hero__identity-footer{display:flex;justify-content:space-between;align-items:center;padding:18px 4px 0}.hero__identity-footer strong{font-size:22px;color:#fff}.hero__identity-footer span{font-size:9px;letter-spacing:.13em;font-weight:850;color:rgba(255,255,255,.45)}

/* Shared sections */
.section{padding:78px 0}.section__eyebrow{margin:0 0 10px;color:var(--rc-red);font-size:10px;font-weight:950;letter-spacing:.16em;text-transform:uppercase}.section__title{margin:0;color:var(--rc-navy);font-size:clamp(31px,4vw,49px);line-height:1.04;letter-spacing:-.04em}.section__lead{max-width:720px;color:var(--rc-muted);font-size:17px;margin:0}.section-heading-row{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:34px}.section-heading-row__copy{max-width:450px;color:var(--rc-muted);margin:0}.section-heading-row__copy--below{margin-top:14px;max-width:650px}.section-heading-row--schedule>div:first-child{max-width:690px}
.about-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:78px;align-items:start}.about-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.about-tags span{padding:7px 10px;border:1px solid var(--rc-line);border-radius:999px;color:var(--rc-blue);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.now-pill{display:flex;align-items:center;gap:12px;padding:11px 15px;border:1px solid var(--rc-line);border-radius:16px;background:var(--rc-soft);min-width:260px}.now-pill>span{width:9px;height:9px;background:var(--rc-red);border-radius:50%;box-shadow:0 0 0 5px rgba(188,47,62,.09)}.now-pill div{display:flex;flex-direction:column}.now-pill small{font-size:8px;color:var(--rc-muted);font-weight:900;letter-spacing:.11em}.now-pill strong{font-size:13px;color:var(--rc-navy)}.now-pill em{font-size:10px;color:var(--rc-muted);font-style:normal;margin-top:2px}

/* Programs */
.section--programs{background:var(--rc-soft)}.program-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.program-card{position:relative;min-width:0;background:#fff;border:1px solid var(--rc-line);border-radius:18px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.program-card:hover,.program-card:focus-within{transform:translateY(-3px);box-shadow:0 18px 42px rgba(15,23,48,.09);border-color:#ccd4e4}.program-card__open{appearance:none;border:0;background:transparent;padding:0;width:100%;height:100%;display:grid;grid-template-rows:auto 1fr;text-align:left;color:inherit;font:inherit;cursor:pointer}.program-card__open:focus-visible{outline:3px solid rgba(41,47,108,.28);outline-offset:-3px}.program-card__image{aspect-ratio:4/3;display:grid;place-items:center;background:#e9edf5;overflow:hidden}.program-card__image img{width:100%;height:100%;object-fit:cover;object-position:var(--rc-focus,50% 50%);display:block;transition:transform .3s ease}.program-card:hover .program-card__image img{transform:scale(1.025)}.program-card__image--contain{padding:18px;background:linear-gradient(145deg,#eef1f8,#fff)}.program-card__image--contain img{object-fit:contain;object-position:center}.program-card__body{display:flex;flex-direction:column;padding:21px 21px 22px}.program-card__meta{color:var(--rc-red);font-size:9px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;margin-bottom:9px}.program-card__title{display:block;font-size:20px;font-weight:900;line-height:1.13;margin:0 0 10px;color:var(--rc-navy)}.program-card__desc{display:block;font-size:13px;color:var(--rc-muted);line-height:1.6}.program-card__more{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:18px;color:var(--rc-blue);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.program-card__more b{font-size:16px;color:var(--rc-red)}.program-card--featured{border-color:rgba(188,47,62,.34);box-shadow:inset 0 0 0 1px rgba(188,47,62,.06)}
.program-modal[hidden]{display:none!important}.program-modal{position:fixed;inset:0;z-index:900;display:grid;place-items:center;padding:24px;opacity:0;transition:opacity .15s ease}.program-modal.is-open{opacity:1}.program-modal__backdrop{position:absolute;inset:0;background:rgba(4,8,26,.72);backdrop-filter:blur(5px)}.program-modal__panel{position:relative;z-index:1;width:min(920px,100%);max-height:min(720px,calc(100vh - 48px));overflow:auto;display:grid;grid-template-columns:.86fr 1.14fr;background:#fff;border-radius:24px;box-shadow:0 34px 100px rgba(0,0,0,.3);outline:none;transform:translateY(12px);transition:transform .15s ease}.program-modal.is-open .program-modal__panel{transform:none}.program-modal__media{min-height:410px;background:var(--rc-soft)}.program-modal__media img{width:100%;height:100%;object-fit:cover;display:block}.program-modal__content{padding:44px 42px}.program-modal__eyebrow{color:var(--rc-red);font-size:9px;font-weight:950;letter-spacing:.14em;margin-bottom:10px}.program-modal__content h2{font-size:clamp(30px,4vw,46px);line-height:1.02;letter-spacing:-.04em;color:var(--rc-navy);margin-bottom:13px}.program-modal__meta{font-size:12px;font-weight:850;color:var(--rc-blue);margin-bottom:24px}.program-modal__desc{font-size:16px;color:var(--rc-muted);line-height:1.7}.program-modal__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.program-modal__close{position:absolute;right:14px;top:14px;z-index:2;width:38px;height:38px;border-radius:50%;border:1px solid var(--rc-line);background:#fff;color:var(--rc-navy);font-size:25px;line-height:1;cursor:pointer}

/* Schedule */
.section--schedule{background:#fff}

/* Rumbo teaser */
.rumbo-teaser{background:#000628;color:#fff;position:relative;overflow:hidden}.rumbo-teaser:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(134,32,42,.08),transparent 45%);pointer-events:none}.rumbo-teaser__grid{position:relative;z-index:1;display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:74px}.rumbo-teaser__brand{background:#02082b;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:34px;min-height:330px;display:grid;place-items:center}.rumbo-teaser__brand img{width:min(100%,470px);height:auto;display:block}.rumbo-kicker{color:#d73a44;font-size:10px;font-weight:950;letter-spacing:.16em;text-transform:uppercase;margin:0 0 12px}.rumbo-teaser__content h2{font-size:clamp(42px,5vw,66px);line-height:.96;letter-spacing:-.045em;margin:0 0 19px;color:#fff}.rumbo-teaser__content>p:not(.rumbo-kicker){color:rgba(255,255,255,.68);font-size:16px;max-width:620px}.rumbo-teaser__info{display:flex;align-items:baseline;gap:13px;margin:25px 0}.rumbo-teaser__info span{font-size:10px;letter-spacing:.1em;font-weight:900;color:#df6b73}.rumbo-teaser__info strong{font-size:19px}.rumbo-btn{background:#d02f39;color:#fff;border-color:#d02f39}.rumbo-btn:hover{background:#b4242f;color:#fff}.rumbo-btn--outline{background:transparent;border-color:rgba(255,255,255,.55);color:#fff}.rumbo-btn--outline:hover{border-color:#fff;background:rgba(255,255,255,.07)}.rumbo-btn--light{background:#fff;color:#000628;border-color:#fff}.rumbo-btn--light:hover{background:#f1efec;color:#000628}

/* Sponsors */
.section--sponsors{background:var(--rc-soft)}.sponsor-wall{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.sponsor-tile{min-height:160px;border:1px solid var(--rc-line);border-radius:16px;background:#fff;padding:20px;display:grid;grid-template-columns:1fr;place-items:center;gap:10px}.sponsor-tile img{width:100%;height:92px;object-fit:contain}.sponsor-tile span{font-size:10px;color:var(--rc-muted);font-weight:800;text-align:center}.sponsor-cta{margin-top:22px;padding:20px 22px;border-radius:16px;background:var(--rc-blue);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:24px}.sponsor-cta div{display:flex;flex-direction:column}.sponsor-cta strong{font-size:17px}.sponsor-cta span{font-size:12px;color:rgba(255,255,255,.62);margin-top:3px}

/* Contact */
.section--contact{background:#fff}.contact-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.contact-panel>div:first-child>p:last-child{color:var(--rc-muted)}.contact-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.contact-action{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:110px;padding:18px 42px 18px 18px;border:1px solid var(--rc-line);border-radius:14px;text-decoration:none;color:var(--rc-navy);background:var(--rc-soft);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.contact-action:hover{transform:translateY(-2px);border-color:#ccd4e4;box-shadow:0 12px 28px rgba(15,23,48,.07)}.contact-action small{font-size:8px;font-weight:950;letter-spacing:.13em;color:var(--rc-muted);margin-bottom:5px}.contact-action strong{font-size:14px;overflow-wrap:anywhere}.contact-action>span{position:absolute;right:16px;font-size:18px}.contact-action--primary{background:var(--rc-red);color:#fff;border-color:transparent}.contact-action--primary small{color:rgba(255,255,255,.7)}

/* Footer */
.radio-player--fallback{background:var(--rc-navy-dark);color:#fff}.radio-player--fallback .radio-player__inner{padding:16px 0}.radio-player__fallback-note{display:block;color:rgba(255,255,255,.58);font-size:12px}.site-footer{background:var(--rc-navy-dark);color:rgba(255,255,255,.7);padding:48px 0 28px}.site-footer__brandline{position:absolute;left:0;right:0;margin-top:-48px}.site-footer__inner{display:grid;grid-template-columns:1fr auto;gap:30px 55px}.site-footer__brand{display:flex;align-items:center;gap:16px}.site-footer__brand img{width:85px;height:52px;object-fit:contain;background:#fff;border-radius:9px;padding:5px}.site-footer__title{color:#fff;font-size:22px;font-weight:950;margin:0 0 3px}.site-footer__text{font-size:12px;color:rgba(255,255,255,.48);margin:0}.site-footer__list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 18px;list-style:none;margin:8px 0 0;padding:0}.site-footer__list a{color:rgba(255,255,255,.7);text-decoration:none;font-size:11px;font-weight:750}.site-footer__list a:hover{color:#fff}.site-footer__copy{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.08);padding-top:19px;margin:0;font-size:10px;color:rgba(255,255,255,.36)}

/* Internal pages */
.page-content{padding:64px 0 110px}.page-title{font-size:clamp(34px,5vw,54px);color:var(--rc-navy)}.page-article__content{max-width:920px}.page-article__content img{border-radius:12px}.post-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}.post-card{border:1px solid var(--rc-line);border-radius:18px;overflow:hidden}.post-card__body{padding:20px}.post-card__title a{color:var(--rc-navy);text-decoration:none}

/* Rumbo page */
.rumbo-page{--rumbo-red:#86202a;--rumbo-red-bright:#c82f3b;--rumbo-navy:#000628;--rumbo-off:#f4f1ed;background:#fff}.rumbo-page-hero{background:var(--rumbo-navy);color:#fff;padding:74px 0 82px;position:relative;overflow:hidden}.rumbo-page-hero:after{content:"TV";position:absolute;right:-18px;bottom:-120px;font-size:390px;line-height:1;font-weight:950;color:rgba(255,255,255,.018);pointer-events:none}.rumbo-page-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:.88fr 1.12fr;gap:72px;align-items:center}.rumbo-page-hero__brand{background:#fff;border-radius:26px;padding:34px;display:grid;place-items:center;min-height:360px;box-shadow:0 24px 70px rgba(0,0,0,.22)}.rumbo-page-hero__brand img{width:min(100%,500px);display:block}.rumbo-page-hero__brand p{margin:20px 0 0;color:#555d70;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.rumbo-page-hero__copy h1{font-size:clamp(48px,6vw,78px);line-height:.94;letter-spacing:-.055em;margin:0 0 24px}.rumbo-page-hero__copy>p:not(.rumbo-kicker){font-size:18px;color:rgba(255,255,255,.68);max-width:680px}.rumbo-page-hero__meta{display:flex;align-items:baseline;gap:12px;margin:26px 0}.rumbo-page-hero__meta span{text-transform:uppercase;color:#ef5963;font-size:10px;font-weight:950;letter-spacing:.12em}.rumbo-page-hero__meta strong{font-size:18px}.rumbo-page-actions{display:flex;gap:10px;flex-wrap:wrap}.rumbo-statusbar{background:#11193b;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.rumbo-statusbar__inner{min-height:52px;display:flex;align-items:center;gap:10px}.rumbo-statusbar__dot{width:8px;height:8px;border-radius:50%;background:#d23a43}.rumbo-statusbar small{font-size:8px;font-weight:900;letter-spacing:.11em;color:#9ca6c7}.rumbo-statusbar strong{font-size:12px}.rumbo-statusbar em{font-size:10px;color:#7f89aa;font-style:normal;margin-left:auto}.rumbo-section{padding:76px 0}.rumbo-section--live{background:var(--rumbo-off)}.rumbo-section-heading{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:34px}.rumbo-section-heading h2{font-size:clamp(38px,4.6vw,56px);line-height:1;letter-spacing:-.04em;margin:0;color:var(--rumbo-navy)}.rumbo-section-heading>p{color:#666f82;margin:0}.rumbo-live-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:20px}.rumbo-stream-placeholder,.rumbo-embed{min-height:360px;background:var(--rumbo-navy);border-radius:20px;overflow:hidden}.rumbo-stream-placeholder{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:32px;color:#fff;background:radial-gradient(circle at 75% 20%,rgba(134,32,42,.34),transparent 35%),var(--rumbo-navy)}.rumbo-stream-label{display:inline-flex;padding:7px 10px;border-radius:999px;background:#a92a34;font-size:9px;font-weight:950;letter-spacing:.1em}.rumbo-stream-placeholder strong{font-size:28px;margin:13px 0 7px}.rumbo-stream-placeholder p{color:rgba(255,255,255,.58);max-width:560px}.rumbo-inline-link{color:#fff;text-decoration:none;font-weight:850;font-size:12px;margin-top:8px}.rumbo-embed iframe{width:100%;height:100%;min-height:360px;border:0;display:block}.rumbo-platforms{display:grid;gap:14px}.rumbo-platform{border:1px solid #ded8d2;background:#fff;border-radius:18px;padding:24px;display:flex;flex-direction:column;justify-content:center}.rumbo-platform small{font-weight:950;letter-spacing:.14em;color:#a72a34;font-size:9px}.rumbo-platform strong{font-size:21px;color:var(--rumbo-navy);margin:5px 0 16px}.rumbo-platform a{color:var(--rumbo-navy);font-weight:850;text-decoration:none}.rumbo-platform span{font-size:12px;color:#7d8290}.rumbo-section--schedule{background:#fff}.rumbo-rundown{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.rumbo-rundown h2{font-size:clamp(38px,4.6vw,58px);line-height:1;letter-spacing:-.04em;color:var(--rumbo-navy);margin-bottom:18px}.rumbo-rundown>div:first-child>p:last-child{color:#6f7586}.rumbo-rundown__days{display:grid;grid-template-columns:1fr 1fr .9fr;border:1px solid #e4e1dc;border-radius:20px;overflow:hidden}.rumbo-rundown__days>div{padding:26px;border-right:1px solid #e4e1dc;display:flex;flex-direction:column}.rumbo-rundown__days>div:last-child{border:0}.rumbo-rundown__days span{font-size:9px;font-weight:950;letter-spacing:.13em;color:#a72a34}.rumbo-rundown__days strong{font-size:34px;color:var(--rumbo-navy);line-height:1.1;margin:9px 0 4px}.rumbo-rundown__days small{font-size:11px;color:#73798a}.rumbo-rundown__end{background:var(--rumbo-off)}.rumbo-section--coverage{background:#f8f7f4}.rumbo-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.rumbo-feature{padding:28px;background:#fff;border:1px solid #e4e1dc;border-radius:18px}.rumbo-feature>span{display:block;color:#a72a34;font-weight:950;font-size:10px;letter-spacing:.13em}.rumbo-feature h3{font-size:23px;color:var(--rumbo-navy);margin:18px 0 10px}.rumbo-feature p{color:#697084;margin:0}.rumbo-back-radio{background:#86202a;color:#fff;padding:56px 0}.rumbo-back-radio__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.rumbo-back-radio h2{font-size:clamp(32px,4vw,48px);line-height:1.02;margin:0;max-width:720px}.rumbo-back-radio .rumbo-kicker{color:#fff;opacity:.72}.rumbo-back-radio__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}

/* Navigation transition */
.is-rcc-navigating .site-main{opacity:.55;transition:opacity .12s ease}

@media(max-width:1080px){.main-navigation__list a{padding-inline:6px;font-size:9.5px}.site-header__cta{display:none}.program-grid{grid-template-columns:repeat(2,1fr)}.hero__grid{grid-template-columns:1fr .78fr;gap:45px}.hero__logo-card{padding:30px}.rumbo-page-hero__grid,.rumbo-teaser__grid{gap:42px}.sponsor-wall{grid-template-columns:repeat(3,1fr)}}
@media(max-width:782px){:root{--rc-player-h:86px}.admin-bar .site-header{top:46px}.site-header__inner{min-height:69px}.site-branding__logo-shell{width:66px;height:44px}.menu-toggle{display:flex}.main-navigation{position:absolute;top:100%;left:0;right:0;margin:0;background:var(--rc-navy);max-height:0;overflow:hidden;transition:max-height .25s ease}.site-header.nav-is-open .main-navigation{max-height:440px}.main-navigation__list{flex-direction:column;align-items:stretch;padding:10px 20px 18px}.main-navigation__list a{padding:13px 4px;font-size:12px}.main-navigation__list a:before{left:4px;right:auto;width:34px}.hero__grid{grid-template-columns:1fr;padding-block:52px}.hero__identity{justify-self:start;width:min(100%,390px)}.hero__logo-card{padding:28px}.hero__identity-footer{padding-top:13px}.section{padding:58px 0}.about-grid,.contact-panel,.rumbo-teaser__grid,.rumbo-page-hero__grid,.rumbo-section-heading,.rumbo-rundown{grid-template-columns:1fr;gap:28px}.section-heading-row{align-items:flex-start;flex-direction:column}.program-grid{grid-template-columns:1fr}.program-card__image{aspect-ratio:16/10}.program-modal__panel{grid-template-columns:1fr;max-height:calc(100vh - 32px)}.program-modal__media{min-height:260px;max-height:330px}.program-modal__content{padding:30px 24px}.rumbo-teaser__brand{min-height:260px;padding:24px}.sponsor-wall{grid-template-columns:repeat(2,1fr)}.sponsor-cta{align-items:flex-start;flex-direction:column}.contact-actions{grid-template-columns:1fr}.site-footer__inner{grid-template-columns:1fr}.site-footer__list{justify-content:flex-start}.rumbo-page-hero{padding:54px 0 62px}.rumbo-page-hero__brand{min-height:270px;padding:24px}.rumbo-live-grid{grid-template-columns:1fr}.rumbo-platforms{grid-template-columns:1fr 1fr}.rumbo-rundown__days{grid-template-columns:1fr 1fr}.rumbo-rundown__end{grid-column:1/-1}.rumbo-feature-grid{grid-template-columns:1fr}.rumbo-back-radio__inner{align-items:flex-start;flex-direction:column}.rumbo-back-radio__actions{justify-content:flex-start}.rumbo-statusbar em{display:none}}
@media(max-width:520px){.container{width:min(100% - 28px,var(--rc-container))}.site-branding__logo-shell{width:62px;height:42px}.site-branding__text strong{font-size:14px}.site-branding__text small{font-size:8px}.hero__title{font-size:55px}.hero__tagline{font-size:20px}.hero__identity{width:100%}.hero__identity-footer{align-items:flex-start;flex-direction:column;gap:4px}.program-card__image{aspect-ratio:4/3}.program-card__body{padding:19px}.program-modal{padding:12px}.program-modal__media{min-height:220px}.program-modal__actions{flex-direction:column}.program-modal__actions .btn{width:100%}.sponsor-wall{grid-template-columns:1fr 1fr}.sponsor-tile{min-height:132px;padding:14px}.sponsor-tile img{height:72px}.site-footer__brand{align-items:flex-start}.site-footer__list{display:grid;grid-template-columns:1fr 1fr}.rumbo-platforms{grid-template-columns:1fr}.rumbo-page-actions,.rumbo-back-radio__actions{flex-direction:column;align-items:stretch}.rumbo-page-actions .btn,.rumbo-back-radio__actions .btn{width:100%}.rumbo-rundown__days{grid-template-columns:1fr}.rumbo-rundown__end{grid-column:auto}.rumbo-rundown__days>div{border-right:0;border-bottom:1px solid #e4e1dc}.rumbo-rundown__days>div:last-child{border-bottom:0}}

/* v0.6 UX hardening */
[data-program-modal-link][hidden]{display:none!important}
.sponsor-tile--link{text-decoration:none;color:inherit;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.sponsor-tile--link:hover,.sponsor-tile--link:focus-visible{transform:translateY(-2px);border-color:#c9d0df;box-shadow:0 12px 28px rgba(15,23,48,.07);outline:none}
.sponsor-tile--link span{color:var(--rc-blue)}
