:root {
  --rj-red: #ff0000;
  --rj-yellow: #ffe100;
  --rj-night: #070614;
  --rj-navy: #0f172a;
  --rj-card: #12182b;
  --rj-white: #ffffff;
  --rj-muted: #aab0c1;
  --rj-line: rgba(255, 255, 255, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--rj-night); color: var(--rj-white); font-family: Arial, Helvetica, sans-serif; }
body.admin-bar .rj-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.rj-container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.rj-skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 1000; padding: .8rem 1rem; background: white; color: black; }
.rj-skip-link:focus { top: 1rem; }

.rj-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--rj-line); background: rgba(7, 6, 20, .94); backdrop-filter: blur(18px); }
.rj-header-inner { width: min(1240px, calc(100% - 40px)); height: 86px; margin: auto; display: flex; align-items: center; gap: 1.4rem; }
.rj-brand img, .rj-brand .custom-logo { display: block; width: 205px; max-height: 64px; object-fit: contain; }
.rj-navigation { margin-left: auto; }
.rj-menu { display: flex; align-items: center; margin: 0; padding: 0; list-style: none; }
.rj-menu > li { position: relative; }
.rj-menu > li > a { display: block; padding: 1.05rem .68rem; color: white; text-transform: uppercase; font-size: .74rem; font-weight: 800; letter-spacing: .07em; }
.rj-menu > li > a:hover, .rj-menu > li > a:focus, .rj-menu .current-menu-item > a { color: var(--rj-yellow); }
.rj-menu .menu-item-has-children > a::after { content: "⌄"; margin-left: .3rem; color: var(--rj-red); }
.rj-menu .sub-menu { position: absolute; top: 100%; left: 0; min-width: 200px; margin: 0; padding: .5rem; list-style: none; border: 1px solid var(--rj-line); border-radius: 12px; background: #121323; box-shadow: 0 18px 45px #0009; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.rj-menu li:hover > .sub-menu, .rj-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.rj-menu .sub-menu a { display: block; padding: .72rem .8rem; border-radius: 8px; color: #ddd; font-size: .86rem; }
.rj-menu .sub-menu a:hover, .rj-menu .sub-menu a:focus { background: #ffffff0d; color: var(--rj-yellow); }
.rj-menu-toggle { display: none; }
.rj-button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: 1rem 1.45rem; border: 0; border-radius: 999px; background: var(--rj-red); color: white; text-transform: uppercase; font-size: .82rem; font-weight: 900; letter-spacing: .05em; box-shadow: 0 10px 28px rgba(255, 0, 0, .22); transition: .2s ease; }
.rj-button:hover, .rj-button:focus { background: color-mix(in srgb, var(--rj-red), white 15%); color: white; transform: translateY(-2px); }
.rj-button span { color: var(--rj-yellow); font-size: .72rem; }
.rj-header-live { padding: .82rem 1.05rem; white-space: nowrap; }

.rj-hero { position: relative; min-height: min(710px, calc(100vh - 86px)); display: flex; align-items: center; overflow: hidden; background: #03040e; }
.rj-slides, .rj-slide { position: absolute; inset: 0; width: 100%; height: 100%; }
.rj-slide { object-fit: cover; opacity: 0; transition: opacity .8s ease; }
.rj-slide.is-active { opacity: 1; }
.rj-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 3, 13, .95) 0%, rgba(2, 3, 13, .5) 45%, rgba(2, 3, 13, .05) 73%), linear-gradient(0deg, rgba(7, 6, 20, .86), transparent 28%); }
.rj-hero-copy { position: relative; z-index: 2; padding-block: 6rem; }
.rj-hero-copy > * { max-width: 570px; }
.rj-eyebrow { display: flex; align-items: center; gap: .6rem; margin: 0 0 1rem; color: var(--rj-yellow); text-transform: uppercase; font-size: .73rem; font-weight: 900; letter-spacing: .19em; }
.rj-eyebrow > span { width: 9px; height: 9px; border-radius: 50%; background: var(--rj-red); box-shadow: 0 0 0 7px color-mix(in srgb, var(--rj-red), transparent 86%); }
.rj-eyebrow.rj-red { color: var(--rj-red); }
.rj-hero h1 { margin: 0; font-size: clamp(3.6rem, 7.5vw, 7rem); font-weight: 950; line-height: .86; letter-spacing: -.065em; text-transform: uppercase; }
.rj-hero h1 em { color: var(--rj-yellow); font-style: normal; }
.rj-intro { margin: 1.7rem 0 2rem; color: #d1d3dd; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.65; }
.rj-actions { display: flex; align-items: center; gap: 1rem; }
.rj-text-link { padding: 1rem; font-size: .9rem; font-weight: 800; }
.rj-text-link:hover { color: var(--rj-yellow); }
.rj-slide-dots { position: absolute; right: 3rem; bottom: 2.2rem; z-index: 4; display: flex; gap: .5rem; }
.rj-slide-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #ffffff66; cursor: pointer; }
.rj-slide-dots button.is-active { width: 28px; border-radius: 99px; background: var(--rj-yellow); }

.rj-live-console { position: relative; z-index: 4; border-block: 1px solid var(--rj-line); background: var(--rj-navy); box-shadow: 0 18px 50px #0008; }
.rj-console-inner { min-height: 128px; display: grid; grid-template-columns: 108px minmax(240px, 1.3fr) minmax(220px, 1fr) 70px; align-items: center; gap: 1.5rem; }
.rj-cover { position: relative; width: 86px; height: 86px; display: grid; place-items: center; overflow: hidden; border-radius: 12px; background: #20263b; box-shadow: 0 9px 28px #0009; }
.rj-cover img { width: 100%; height: 100%; object-fit: cover; }
.rj-cover small { position: absolute; left: 7px; bottom: 7px; padding: .25rem .4rem; border-radius: 4px; background: var(--rj-red); color: white; font-size: .56rem; font-weight: 900; }
.rj-track, .rj-current-show { min-width: 0; display: flex; flex-direction: column; gap: .28rem; }
.rj-current-show { padding-left: 2rem; border-left: 1px solid var(--rj-line); }
.rj-track label, .rj-current-show label { color: var(--rj-yellow); text-transform: uppercase; font-size: .63rem; font-weight: 900; letter-spacing: .15em; }
.rj-track strong, .rj-current-show strong { overflow: hidden; font-size: 1.16rem; text-overflow: ellipsis; white-space: nowrap; }
.rj-track span, .rj-current-show span { color: var(--rj-muted); font-size: .84rem; }
.rj-round-play { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--rj-red); color: var(--rj-yellow); box-shadow: 0 0 0 8px color-mix(in srgb, var(--rj-red), transparent 88%); }

.rj-section { padding-block: 7rem; }
.rj-shows { width: min(1160px, calc(100% - 40px)); margin: auto; overflow: hidden; }
.rj-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2.4rem; }
.rj-heading h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.rj-heading > div > p:last-child { margin: 1rem 0 0; color: var(--rj-muted); }
.rj-arrows { display: flex; gap: .6rem; }
.rj-arrows button { width: 48px; height: 48px; border: 1px solid var(--rj-line); border-radius: 50%; background: var(--rj-card); color: white; font-size: 2rem; line-height: 1; cursor: pointer; }
.rj-arrows button:hover, .rj-arrows button:focus { border-color: var(--rj-red); background: var(--rj-red); }
.rj-show-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(270px, 31.5%); gap: 1.25rem; overflow-x: auto; padding-bottom: 1rem; scroll-snap-type: x mandatory; scrollbar-width: none; }
.rj-show-rail::-webkit-scrollbar { display: none; }
.rj-show-card { overflow: hidden; border: 1px solid var(--rj-line); border-radius: 18px; background: var(--rj-card); scroll-snap-align: start; transition: .25s ease; }
.rj-show-card:hover { border-color: color-mix(in srgb, var(--rj-red), transparent 55%); transform: translateY(-6px); }
.rj-show-image { position: relative; display: block; overflow: hidden; aspect-ratio: 1; background: #05050a; }
.rj-show-image img { width: 100%; height: 100%; object-fit: cover; transition: .45s ease; }
.rj-show-card:hover .rj-show-image img { transform: scale(1.045); }
.rj-show-image > span { position: absolute; left: 14px; top: 14px; padding: .38rem .55rem; border: 1px solid var(--rj-line); border-radius: 999px; background: rgba(7, 6, 20, .82); font-size: .58rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rj-show-copy { padding: 1.25rem; }
.rj-show-copy h2, .rj-show-copy h3 { margin: 0; font-size: 1.22rem; }
.rj-show-copy p { color: var(--rj-muted); font-size: .85rem; line-height: 1.5; }
.rj-show-copy > a { color: var(--rj-yellow); font-size: .78rem; font-weight: 800; text-transform: uppercase; }

.rj-playlist-section { border-block: 1px solid var(--rj-line); background: #0b0d1c; }
.rj-song-list { border-top: 1px solid var(--rj-line); }
.rj-song-row { display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 1rem; padding: 1.05rem .5rem; border-bottom: 1px solid var(--rj-line); }
.rj-song-row > span { color: #596178; font-weight: 900; }
.rj-song-row > div { display: flex; flex-direction: column; gap: .28rem; }
.rj-song-row strong { font-size: 1rem; }
.rj-song-row small, .rj-song-row time { color: var(--rj-muted); font-size: .8rem; }
.rj-front-content { padding-block: 5rem; }

.rj-program-section { background: radial-gradient(circle at 14% 30%, rgba(255, 0, 0, .09), transparent 35%), var(--rj-night); }
.rj-program-grid { padding-block: 7rem; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 7rem; }
.rj-program-copy h2 { margin: .4rem 0 1.5rem; font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.rj-program-copy h2 em { color: var(--rj-yellow); font-style: normal; }
.rj-program-copy > p:not(.rj-eyebrow) { margin-bottom: 2rem; color: var(--rj-muted); line-height: 1.7; }
.rj-schedule { overflow: hidden; border: 1px solid var(--rj-line); border-radius: 20px; background: var(--rj-card); }
.rj-schedule-card { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 1rem; padding: 1.4rem 1.5rem; border-bottom: 1px solid var(--rj-line); }
.rj-schedule-card > span { color: var(--rj-yellow); text-transform: uppercase; font-size: .67rem; font-weight: 900; letter-spacing: .1em; }
.rj-schedule-card time { color: var(--rj-muted); font-size: .8rem; }
.rj-schedule-card.is-live { box-shadow: inset 4px 0 var(--rj-red); }
.rj-schedule > a { display: block; padding: 1.2rem 1.5rem; color: var(--rj-yellow); text-align: right; font-size: .8rem; font-weight: 800; }

.rj-feature-grid { padding: 1rem 0 7rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.rj-feature-grid article { padding: 2rem; border: 1px solid var(--rj-line); border-radius: 18px; background: var(--rj-card); }
.rj-feature-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: color-mix(in srgb, var(--rj-red), transparent 89%); color: var(--rj-yellow); font-size: 1.4rem; }
.rj-feature-grid h3 { margin: 1.5rem 0 .7rem; font-size: 1.3rem; }
.rj-feature-grid p { color: var(--rj-muted); font-size: .9rem; line-height: 1.65; }
.rj-feature-grid a { color: var(--rj-yellow); text-transform: uppercase; font-size: .78rem; font-weight: 800; }
.rj-about { border-block: 1px solid var(--rj-line); background: var(--rj-navy); }
.rj-about-inner { padding-block: 6rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; }
.rj-about h2 { margin: 0; font-size: clamp(3.5rem, 7vw, 7rem); line-height: .8; letter-spacing: -.06em; text-transform: uppercase; }
.rj-about-inner > div:last-child { color: #ccd0db; font-size: 1.05rem; line-height: 1.8; }

.rj-footer { background: #04040c; }
.rj-footer-top { padding: 4rem 0 3rem; display: grid; grid-template-columns: 240px 1fr auto; align-items: center; gap: 2rem; }
.rj-footer-logo img { width: 230px; }
.rj-footer-top p { color: var(--rj-muted); line-height: 1.6; }
.rj-footer-bottom { padding-block: 1.4rem; display: flex; justify-content: space-between; border-top: 1px solid var(--rj-line); color: #737a8d; font-size: .75rem; }
.rj-footer-menu { display: flex; gap: 1.5rem; margin: 0; padding: 0; list-style: none; }
.rj-footer-menu a:hover { color: var(--rj-yellow); }
.rj-customize-link { position: fixed; right: 20px; bottom: 20px; z-index: 80; padding: .85rem 1rem; border: 1px solid #ffffff35; border-radius: 999px; background: #14182a; color: white; box-shadow: 0 12px 35px #000a; font-size: .82rem; font-weight: 800; }
.rj-customize-link:hover { border-color: var(--rj-yellow); color: var(--rj-yellow); }

.rj-content-page { min-height: 70vh; padding-block: clamp(4rem, 8vw, 8rem); }
.rj-content-narrow { max-width: 860px; }
.rj-article-header, .rj-archive-header { margin-bottom: 3rem; }
.rj-article-header h1, .rj-archive-header h1 { margin: 0; font-size: clamp(2.8rem, 7vw, 5.8rem); line-height: .96; letter-spacing: -.055em; text-transform: uppercase; }
.rj-archive-header > p:last-child, .rj-post-meta { margin-top: 1rem; color: var(--rj-muted); }
.rj-featured-image { overflow: hidden; margin-bottom: 2.5rem; border-radius: 20px; }
.rj-featured-image img { display: block; width: 100%; }
.rj-entry-content { color: #e0e2e9; font-size: 1.06rem; line-height: 1.8; }
.rj-entry-content h2, .rj-entry-content h3 { margin-top: 2em; color: white; line-height: 1.2; }
.rj-entry-content a { color: var(--rj-yellow); text-decoration: underline; }
.rj-entry-content .alignwide { width: min(1160px, 90vw); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.rj-entry-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.rj-edit-link a, .rj-more { color: var(--rj-yellow); font-weight: 800; }
.rj-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.rj-post-card { overflow: hidden; border: 1px solid var(--rj-line); border-radius: 18px; background: var(--rj-card); }
.rj-post-image { display: block; aspect-ratio: 16 / 9; background: #191d2e; }
.rj-post-image img { width: 100%; height: 100%; object-fit: cover; }
.rj-post-copy { padding: 1.4rem; }
.rj-post-copy time { color: var(--rj-red); font-size: .72rem; font-weight: 800; }
.rj-post-copy h2 { font-size: 1.3rem; }
.rj-post-copy p { color: var(--rj-muted); line-height: 1.55; }
.rj-show-grid .rj-show-card { min-width: 0; }
.rj-post-navigation { display: flex; justify-content: space-between; gap: 1rem; padding-block: 3rem; }
.rj-post-navigation a { color: var(--rj-yellow); font-weight: 800; }
.rj-comments { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--rj-line); }
.rj-comments textarea, .rj-comments input[type="text"], .rj-comments input[type="email"], .rj-comments input[type="url"], .rj-search-form input { width: 100%; padding: .85rem; border: 1px solid var(--rj-line); border-radius: 8px; background: var(--rj-card); color: white; }
.rj-comments input[type="submit"], .rj-search-form button { padding: .8rem 1.2rem; border: 0; border-radius: 999px; background: var(--rj-red); color: white; font-weight: 800; }
.rj-not-found { text-align: center; }

@media (max-width: 1040px) {
  .rj-navigation { position: fixed; top: 86px; left: 0; right: 0; display: none; padding: 1rem 20px 1.5rem; border-bottom: 1px solid var(--rj-line); background: #0b0b18; }
  body.admin-bar .rj-navigation { top: 118px; }
  .rj-navigation.is-open { display: block; }
  .rj-menu { flex-direction: column; align-items: stretch; }
  .rj-menu > li > a { padding: .85rem .4rem; }
  .rj-menu .sub-menu { position: static; min-width: 0; padding: 0 0 0 1rem; border: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .rj-menu-toggle { order: 3; width: 44px; height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--rj-line); border-radius: 50%; background: transparent; }
  .rj-menu-toggle span { width: 18px; height: 2px; background: white; }
  .rj-header-live { margin-left: auto; }
  .rj-hero-copy { padding-top: 20rem; }
  .rj-hero-shade { background: linear-gradient(0deg, rgba(2, 3, 13, .99) 0%, rgba(2, 3, 13, .72) 48%, rgba(2, 3, 13, .06) 78%); }
}

@media (max-width: 850px) {
  .rj-program-grid, .rj-about-inner { grid-template-columns: 1fr; gap: 3rem; }
  .rj-feature-grid, .rj-post-grid { grid-template-columns: 1fr; }
  .rj-footer-top { grid-template-columns: 1fr; }
  .rj-footer-top .rj-button { justify-self: start; }
  .rj-schedule-card { grid-template-columns: 62px 1fr; }
  .rj-schedule-card time { grid-column: 2; }
}

@media (max-width: 782px) {
  body.admin-bar .rj-header { top: 46px; }
  body.admin-bar .rj-navigation { top: 118px; }
}

@media (max-width: 760px) {
  .rj-container, .rj-shows { width: calc(100% - 32px); }
  .rj-header-inner { width: calc(100% - 24px); height: 72px; }
  .rj-brand img, .rj-brand .custom-logo { width: 155px; }
  .rj-header-live { display: none; }
  .rj-navigation { top: 72px; }
  .rj-hero { min-height: 720px; align-items: flex-end; }
  .rj-slide { height: 58%; object-position: 68% center; }
  .rj-hero-copy { padding: 19rem 0 3.5rem; }
  .rj-hero h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .rj-actions { flex-direction: column; align-items: stretch; }
  .rj-text-link { text-align: center; }
  .rj-console-inner { min-height: 112px; grid-template-columns: 72px 1fr 48px; gap: 1rem; }
  .rj-cover { width: 64px; height: 64px; }
  .rj-current-show { grid-column: 1 / -1; padding: .8rem 0 1.1rem; border-top: 1px solid var(--rj-line); border-left: 0; }
  .rj-round-play { width: 46px; height: 46px; }
  .rj-section, .rj-program-grid, .rj-about-inner { padding-block: 5rem; }
  .rj-show-rail { grid-auto-columns: 82%; }
  .rj-song-row { grid-template-columns: 40px 1fr; }
  .rj-song-row time { display: none; }
  .rj-feature-grid { padding-bottom: 5rem; }
  .rj-footer-bottom { flex-direction: column; gap: 1rem; }
  .rj-footer-menu { flex-wrap: wrap; }
  .rj-slide-dots { right: 1.2rem; bottom: 1.2rem; }
  .rj-customize-link { right: 12px; bottom: 12px; font-size: .75rem; }
}

@media (max-width: 430px) {
  .rj-arrows { display: none; }
}
