:root {
--rt-red: #ed1c24;
--rt-red-dark: #c70f18;
--rt-ink: #0b0b0c;
--rt-paper: #f7f7f4;
--rt-white: #fff;
--rt-gray-100: #ecece8;
--rt-gray-300: #c9c9c3;
--rt-gray-600: #686865;
--rt-line: rgba(11, 11, 12, .16);
--rt-shell: min(calc(100% - 40px), 1440px);
--rt-player-height: 92px;
--rt-radius: 2px;
--rt-ease: cubic-bezier(.2, .75, .25, 1);
} .rt-about { --rt-about-red: #e4002b; --rt-about-paper: #f7f7f8; --rt-about-ink: #0b0b0c; background: var(--rt-about-paper); color: var(--rt-about-ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.rt-about h1, .rt-about h2, .rt-about h3, .rt-about p { text-wrap: pretty; }
.rt-about__hero { padding-top: clamp(22px, 3vw, 42px); padding-bottom: clamp(48px, 6vw, 78px); }
.rt-about__folio { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--rt-about-ink); font-size: .66rem; font-weight: 800; letter-spacing: .13em; }
.rt-about__hero-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .45fr); gap: clamp(32px, 5vw, 78px); align-items: center; padding-top: clamp(38px, 5vw, 70px); }
.rt-about__hero-copy h1 { margin: 16px 0 0; font-size: clamp(4rem, 8.2vw, 8rem); font-weight: 900; letter-spacing: -.085em; line-height: .9; }
.rt-about__hero-copy h1 span { display: block; padding-block: .025em .045em; }
.rt-about__hero-copy h1 em { color: var(--rt-about-red); font-style: normal; }
.rt-about__lead { max-width: 680px; margin: clamp(24px, 3vw, 38px) 0 0 auto; font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.55; }
.rt-about__actions { max-width: 680px; margin: 24px 0 0 auto; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.rt-about .rt-button--primary { border-color: var(--rt-about-red); background: var(--rt-about-red); }
.rt-about .rt-kicker { color: var(--rt-about-red); }
.rt-about__signal { min-height: 320px; display: flex; flex-direction: column; border-left: 1px solid var(--rt-about-ink); padding-left: clamp(22px, 2.4vw, 34px); }
.rt-about__signal-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; border-bottom: 1px solid var(--rt-about-ink); font-size: .67rem; letter-spacing: .14em; }
.rt-about__signal-head span { width: 9px; height: 9px; background: var(--rt-about-red); border-radius: 50%; animation: rt-about-pulse 1.4s ease-in-out infinite; }
.rt-about__signal ol { list-style: none; margin: 0; padding: 18px 0; }
.rt-about__signal li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(11,11,12,.16); font-size: .72rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.rt-about__signal li span { color: var(--rt-about-red); }
.rt-about__wave { height: 92px; display: flex; align-items: end; gap: 6px; margin-top: auto; border-bottom: 1px solid var(--rt-about-ink); }
.rt-about__wave i { flex: 1; height: var(--h); background: var(--rt-about-red); transform-origin: bottom; animation: rt-about-wave 1.3s ease-in-out infinite alternate; }
.rt-about__wave i:nth-child(2n) { animation-delay: -.5s; }
.rt-about__wave i:nth-child(3n) { animation-delay: -.9s; }
@keyframes rt-about-pulse { 50% { opacity: .25; } }
@keyframes rt-about-wave { to { transform: scaleY(.38); opacity: .45; } }
.rt-about__manifesto { display: grid; grid-template-columns: 70px minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(28px, 4vw, 64px); align-items: start; padding-block: clamp(72px, 8vw, 110px); border-top: 1px solid var(--rt-about-ink); }
.rt-about__section-number { color: var(--rt-about-red); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 900; letter-spacing: -.07em; line-height: .8; }
.rt-about__manifesto h2, .rt-about__section-head h2, .rt-about__award h2, .rt-about__cta h2 { margin: 0; font-size: clamp(2.35rem, 4.4vw, 4.9rem); font-weight: 900; letter-spacing: -.06em; line-height: .96; }
.rt-about__manifesto-copy { padding-top: 24px; }
.rt-about__manifesto-copy p { max-width: 620px; margin: 0; font-size: clamp(1rem, 1.3vw, 1.18rem); line-height: 1.65; }
.rt-about__manifesto-copy strong { display: block; margin-top: 32px; padding-top: 16px; border-top: 1px solid var(--rt-about-ink); color: var(--rt-about-red); font-size: clamp(1rem, 1.3vw, 1.16rem); }
.rt-about__metrics { padding-block: clamp(40px, 5vw, 58px); background: #fff; border-block: 1px solid var(--rt-about-ink); }
.rt-about__metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--rt-about-ink); }
.rt-about__metric { min-width: 0; padding: 14px clamp(18px, 3vw, 42px) 20px; border-right: 1px solid var(--rt-about-ink); }
.rt-about__metric strong { display: block; color: var(--rt-about-red); font-size: clamp(3rem, 5.5vw, 5.8rem); font-weight: 900; letter-spacing: -.08em; line-height: 1; font-variant-numeric: tabular-nums; }
.rt-about__metric span { display: block; margin-top: 18px; font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.rt-about__metrics-note { margin: 22px 0 0; color: #5f5f63; font-size: .75rem; }
.rt-about__story, .rt-about__world { padding-block: clamp(72px, 8vw, 115px); }
.rt-about__section-head { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); padding-bottom: clamp(35px, 4vw, 55px); }
.rt-about__section-head h2 { max-width: 1050px; }
.rt-about__timeline { list-style: none; margin: 0 0 0 calc(70px + clamp(28px, 4vw, 64px)); padding: 0; border-top: 1px solid var(--rt-about-ink); }
.rt-about__timeline li { display: grid; grid-template-columns: 52px minmax(120px, .35fr) minmax(0, 1fr); gap: clamp(20px, 3vw, 48px); padding: 24px 0 28px; border-bottom: 1px solid var(--rt-about-ink); }
.rt-about__timeline-index { color: var(--rt-about-red); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.rt-about__timeline time { font-size: clamp(1.2rem, 2.4vw, 2.2rem); font-weight: 800; letter-spacing: -.045em; font-variant-numeric: tabular-nums; }
.rt-about__timeline h3 { margin: 0 0 10px; font-size: clamp(1.35rem, 2.2vw, 2.1rem); letter-spacing: -.04em; }
.rt-about__timeline p { max-width: 640px; margin: 0; color: #5f5f63; line-height: 1.65; }
.rt-about__award { padding-block: clamp(58px, 7vw, 86px); background: #fff; border-block: 1px solid var(--rt-about-ink); }
.rt-about__award-grid { display: grid; grid-template-columns: .36fr 1.15fr .72fr; gap: clamp(28px, 5vw, 82px); align-items: start; }
.rt-about__award-mark { color: var(--rt-about-red); font-size: clamp(6rem, 11vw, 11rem); font-weight: 900; letter-spacing: -.1em; line-height: .75; }
.rt-about__award-copy { padding-top: 42px; }
.rt-about__award-copy p { margin: 0 0 34px; font-size: clamp(1.05rem, 1.45vw, 1.25rem); line-height: 1.65; }
.rt-about__lanes { border-top: 1px solid var(--rt-about-ink); }
.rt-about__lanes > a { display: grid; grid-template-columns: 70px minmax(180px, .55fr) minmax(0, 1fr) auto; gap: clamp(20px, 4vw, 64px); align-items: center; min-height: 118px; padding: 22px 0; border-bottom: 1px solid var(--rt-about-ink); color: var(--rt-about-ink); text-decoration: none; transition: color .22s, background .22s, padding .22s; }
.rt-about__lanes > a:hover { padding-inline: 20px; background: #fff; color: var(--rt-about-red); }
.rt-about__lanes > a > span { color: var(--rt-about-red); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.rt-about__lanes h3 { margin: 0; font-size: clamp(2rem, 4vw, 4.5rem); letter-spacing: -.06em; }
.rt-about__lanes p { max-width: 620px; margin: 0; color: #5f5f63; }
.rt-about__lanes strong { font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.rt-about__lanes strong i { color: var(--rt-about-red); font-size: 1.3rem; font-style: normal; }
.rt-about__ai-link { display: inline-flex; gap: 10px; margin: 30px 0 0 calc(70px + clamp(20px, 4vw, 64px)); color: var(--rt-about-ink); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.rt-about__ai-link span { color: var(--rt-about-red); }
.rt-about__cta { padding-block: clamp(58px, 7vw, 90px); background: var(--rt-about-red); color: #fff; }
.rt-about__cta-grid { display: grid; grid-template-columns: 100px minmax(0, 1fr) auto; gap: clamp(28px, 5vw, 82px); align-items: end; }
.rt-about__cta-index { font-size: clamp(3rem, 6vw, 6rem); font-weight: 900; letter-spacing: -.08em; line-height: .8; }
.rt-about__cta h2 { max-width: 980px; }
.rt-about__cta p { max-width: 650px; margin: 28px 0 0; font-size: 1.1rem; }
.rt-about__cta a { display: inline-flex; gap: 10px; padding-bottom: 9px; border-bottom: 2px solid #fff; color: #fff; font-size: clamp(.85rem, 1.3vw, 1.1rem); font-weight: 800; text-decoration: none; white-space: nowrap; }
.rt-about__sources { display: flex; justify-content: space-between; gap: 30px; padding-block: 25px 40px; color: #5f5f63; font-size: .72rem; }
.rt-about__sources p { margin: 0; }
.rt-about__sources div { display: flex; gap: 22px; flex-wrap: wrap; }
.rt-about__sources a { color: var(--rt-about-ink); font-weight: 700; }
@media (max-width: 980px) {
.rt-about__hero-grid { grid-template-columns: 1fr; }
.rt-about__signal { min-height: 260px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; }
.rt-about__signal-head { grid-column: 1 / -1; }
.rt-about__manifesto { grid-template-columns: 70px 1fr; }
.rt-about__manifesto-copy { grid-column: 2; padding-top: 0; }
.rt-about__metric-grid { grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--rt-about-ink); }
.rt-about__metric { border-bottom: 1px solid var(--rt-about-ink); }
.rt-about__award-grid { grid-template-columns: 150px 1fr; }
.rt-about__award-copy { grid-column: 2; padding-top: 0; }
.rt-about__lanes > a { grid-template-columns: 55px minmax(150px, .45fr) 1fr; }
.rt-about__lanes strong { grid-column: 3; }
.rt-about__cta-grid { grid-template-columns: 70px 1fr; }
.rt-about__cta a { grid-column: 2; justify-self: start; }
}
@media (max-width: 640px) {
.rt-about__folio span:last-child { display: none; }
.rt-about__hero { padding-top: 22px; }
.rt-about__hero-copy h1 { font-size: clamp(3.1rem, 16.5vw, 5.2rem); letter-spacing: -.07em; line-height: .94; }
.rt-about__lead, .rt-about__actions { margin-left: 0; }
.rt-about__signal { display: none; }
.rt-about__manifesto, .rt-about__section-head { grid-template-columns: 1fr; gap: 30px; }
.rt-about__manifesto-copy { grid-column: 1; }
.rt-about__manifesto, .rt-about__story, .rt-about__world { padding-block: 64px; }
.rt-about__manifesto h2, .rt-about__section-head h2, .rt-about__award h2, .rt-about__cta h2 { font-size: clamp(2.4rem, 11vw, 3.8rem); }
.rt-about__metric-grid { grid-template-columns: repeat(2, 1fr); }
.rt-about__metric-grid, .rt-about__metric { border-left: 0; }
.rt-about__metric:nth-child(2n) { border-right: 0; }
.rt-about__metric { min-height: 150px; padding: 18px 14px 20px; }
.rt-about__metric strong { font-size: clamp(3.1rem, 15vw, 4.8rem); }
.rt-about__timeline { margin-left: 0; }
.rt-about__timeline li { grid-template-columns: 40px 1fr; gap: 14px 20px; }
.rt-about__timeline li div { grid-column: 2; }
.rt-about__award-grid { grid-template-columns: 1fr; }
.rt-about__award-mark { font-size: 6rem; }
.rt-about__award-copy { grid-column: 1; }
.rt-about__lanes > a { grid-template-columns: 40px 1fr; gap: 14px; padding-block: 28px; }
.rt-about__lanes h3, .rt-about__lanes p, .rt-about__lanes strong { grid-column: 2; }
.rt-about__lanes h3 { font-size: 2.6rem; }
.rt-about__ai-link { margin-left: 54px; }
.rt-about__cta-grid { grid-template-columns: 1fr; }
.rt-about__cta a { grid-column: 1; max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
.rt-about__sources { display: grid; }
}
@media (prefers-reduced-motion: reduce) {
.rt-about__signal-head span, .rt-about__wave i { animation: none; }
} .rt-about2 { overflow: clip; background: #f3f2ee; color: var(--rt-ink); }
.rt-about2 h1, .rt-about2 h2, .rt-about2 h3, .rt-about2 p { margin-top: 0; text-wrap: pretty; }
.rt-about2__hero { border-bottom: 1px solid var(--rt-line); background: #fafaf8; }
.rt-about2__topline { display: flex; align-items: center; justify-content: space-between; min-height: 58px; border-bottom: 1px solid var(--rt-line); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.rt-about2__topline span:last-child { display: inline-flex; align-items: center; gap: 9px; }
.rt-about2__topline i { width: 8px; height: 8px; border-radius: 50%; background: var(--rt-red); box-shadow: 0 0 0 5px rgba(237,28,36,.1); animation: rt-pulse 1.7s ease-in-out infinite; }
.rt-about2__hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .76fr); gap: clamp(46px, 7vw, 112px); align-items: center; min-height: min(760px, calc(100vh - 72px)); padding-block: clamp(64px, 8vw, 116px); }
.rt-about2__hero-copy { max-width: 830px; }
.rt-about2__hero-copy .rt-kicker { margin-bottom: 22px; color: var(--rt-red); }
.rt-about2__hero-copy h1 { margin-bottom: 34px; font-size: clamp(4.2rem, 7.2vw, 7.4rem); font-weight: 900; letter-spacing: -.078em; line-height: .9; }
.rt-about2__hero-copy h1 span { display: block; }
.rt-about2__hero-copy h1 em { color: var(--rt-red); font-style: normal; }
.rt-about2__lead { max-width: 680px; margin-bottom: 32px; color: #303034; font-size: clamp(1.05rem, 1.45vw, 1.28rem); line-height: 1.6; }
.rt-about2__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 26px; }
.rt-about2__actions .rt-button { min-height: 54px; padding-inline: 24px; border-radius: 10px; }
.rt-about2__link { display: inline-flex; align-items: center; gap: 14px; min-height: 50px; font-size: .78rem; font-weight: 850; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.rt-about2__link span { color: var(--rt-red); font-size: 1.15rem; transition: transform .25s var(--rt-ease); }
.rt-about2__link:hover span { transform: translate(3px, -3px); }
.rt-about2__studio { position: relative; isolation: isolate; display: flex; flex-direction: column; min-height: 530px; overflow: hidden; padding: 30px; border-radius: 28px; background: #101012; color: var(--rt-white); box-shadow: 0 28px 70px rgba(11,11,12,.16); }
.rt-about2__studio::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 42px 42px; }
.rt-about2__studio::after { content: ""; position: absolute; z-index: -1; right: -72px; bottom: -92px; width: 280px; height: 280px; border: 54px solid var(--rt-red); border-radius: 50%; opacity: .92; }
.rt-about2__studio-head, .rt-about2__studio-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .62rem; font-weight: 850; letter-spacing: .1em; }
.rt-about2__studio-head strong { display: inline-flex; align-items: center; gap: 8px; color: #ff4b52; }
.rt-about2__studio-head i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(237,28,36,.16); }
.rt-about2__studio-center { display: grid; place-items: center; margin-block: auto 24px; text-align: center; }
.rt-about2__studio-center small { margin-bottom: 4px; color: #a9a9ad; font-size: .62rem; font-weight: 800; letter-spacing: .16em; }
.rt-about2__studio-center strong { font-size: clamp(5rem, 8vw, 8rem); letter-spacing: -.095em; line-height: .9; }
.rt-about2__studio-center strong span { color: var(--rt-red); }
.rt-about2__studio-center p { margin: 13px 0 0; color: #c9c9cc; font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.rt-about2__wave { display: flex; align-items: end; gap: 6px; height: 76px; margin-bottom: 30px; padding-inline: 8px; border-bottom: 1px solid rgba(255,255,255,.24); }
.rt-about2__wave i { flex: 1; height: var(--wave-height); max-width: 18px; background: var(--rt-red); transform-origin: bottom; animation: rt-wave 1.4s ease-in-out infinite alternate; }
.rt-about2__wave i:nth-child(3n) { animation-delay: -.7s; opacity: .55; }
.rt-about2__wave i:nth-child(4n) { animation-delay: -.35s; opacity: .78; }
.rt-about2__studio-foot { position: relative; z-index: 1; color: #a9a9ad; }
.rt-about2__studio-foot span:last-child { color: var(--rt-white); }
.rt-about2__intro { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 18px clamp(40px, 7vw, 110px); padding-block: clamp(90px, 10vw, 150px); }
.rt-about2__intro > header span, .rt-about2__section-head > div > span { display: block; margin-bottom: 22px; color: var(--rt-red); font-size: 2.7rem; font-weight: 900; letter-spacing: -.06em; line-height: 1; }
.rt-about2__intro > header .rt-kicker, .rt-about2__section-head .rt-kicker { color: #4f4f52; }
.rt-about2__intro-main { max-width: 980px; }
.rt-about2__intro-main h2 { max-width: 920px; margin-bottom: 34px; font-size: clamp(2.8rem, 5.2vw, 5.5rem); letter-spacing: -.065em; line-height: .98; }
.rt-about2__intro-main > p { max-width: 760px; margin-bottom: 28px; color: #404044; font-size: clamp(1.08rem, 1.55vw, 1.35rem); line-height: 1.65; }
.rt-about2__intro-main > strong { display: inline-block; padding: 11px 15px; border: 1px solid var(--rt-ink); border-radius: 999px; font-size: .74rem; letter-spacing: .04em; }
.rt-about2__principles { grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 44px; }
.rt-about2__principles article { min-height: 220px; padding: 24px; border: 1px solid var(--rt-line); border-radius: 18px; background: #fafaf8; }
.rt-about2__principles article > span { color: var(--rt-red); font-size: .7rem; font-weight: 850; letter-spacing: .1em; }
.rt-about2__principles h3 { margin: 50px 0 12px; font-size: 1.35rem; letter-spacing: -.035em; }
.rt-about2__principles p { margin-bottom: 0; color: #5e5e61; font-size: .92rem; line-height: 1.55; }
.rt-about2__numbers { background: var(--rt-ink); color: var(--rt-white); }
.rt-about2__numbers .rt-shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.rt-about2__numbers article { min-height: 220px; padding: 34px 26px; border-right: 1px solid rgba(255,255,255,.14); }
.rt-about2__numbers article:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.rt-about2__numbers strong { display: block; margin-bottom: 62px; color: var(--rt-red); font-size: clamp(2.8rem, 5vw, 5rem); letter-spacing: -.075em; line-height: 1; }
.rt-about2__numbers span { display: block; max-width: 150px; color: #c9c9cc; font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.rt-about2__story { padding-block: clamp(90px, 10vw, 150px); }
.rt-about2__section-head { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 40px; align-items: end; margin-bottom: 58px; padding-bottom: 32px; border-bottom: 1px solid var(--rt-line); }
.rt-about2__section-head h2 { max-width: 870px; margin-bottom: 0; font-size: clamp(2.7rem, 5vw, 5.1rem); letter-spacing: -.065em; line-height: 1; }
.rt-about2__timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 0; list-style: none; background: var(--rt-line); border: 1px solid var(--rt-line); border-radius: 20px; overflow: hidden; }
.rt-about2__timeline li { min-height: 300px; padding: 28px; background: #fafaf8; }
.rt-about2__timeline li > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 78px; }
.rt-about2__timeline li > div span { color: var(--rt-red); font-size: .68rem; font-weight: 850; }
.rt-about2__timeline time { padding: 7px 10px; border-radius: 999px; background: #ecebe7; font-size: .68rem; font-weight: 800; }
.rt-about2__timeline h3 { margin-bottom: 12px; font-size: 1.55rem; letter-spacing: -.04em; }
.rt-about2__timeline p { max-width: 350px; margin-bottom: 0; color: #5a5a5e; font-size: .94rem; }
.rt-about2__world { padding-block: clamp(90px, 10vw, 150px); background: #e9e8e4; }
.rt-about2__world-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.rt-about2__world-grid > a { position: relative; display: flex; flex-direction: column; min-height: 330px; padding: 30px; overflow: hidden; border: 1px solid transparent; border-radius: 20px; background: #fafaf8; text-decoration: none; transition: border-color .25s, transform .25s var(--rt-ease); }
.rt-about2__world-grid > a:hover { border-color: var(--rt-ink); transform: translateY(-3px); }
.rt-about2__world-grid > a > div { display: flex; justify-content: space-between; color: var(--rt-red); font-size: .75rem; font-weight: 850; }
.rt-about2__world-grid h3 { margin: auto 0 12px; font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: -.06em; line-height: 1; }
.rt-about2__world-grid p { max-width: 480px; margin-bottom: 28px; color: #5e5e61; }
.rt-about2__world-grid strong { font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.rt-about2__award { padding-block: clamp(80px, 9vw, 130px); background: var(--rt-red); color: var(--rt-white); }
.rt-about2__award .rt-shell { display: grid; grid-template-columns: 220px minmax(0, 1.15fr) minmax(280px, .65fr); gap: clamp(35px, 6vw, 90px); align-items: center; }
.rt-about2__award-mark { display: grid; width: 170px; height: 170px; place-content: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; text-align: center; transform: rotate(-7deg); }
.rt-about2__award-mark span, .rt-about2__award-mark strong { display: block; font-size: 2.25rem; letter-spacing: -.07em; line-height: .8; }
.rt-about2__award .rt-kicker { color: var(--rt-white); opacity: .72; }
.rt-about2__award h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4.7vw, 4.9rem); letter-spacing: -.065em; line-height: 1; }
.rt-about2__award-copy p { margin-bottom: 26px; font-size: 1.02rem; line-height: 1.65; }
.rt-about2__award-copy a { display: inline-flex; gap: 12px; font-size: .72rem; font-weight: 850; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.rt-about2__cta { padding-block: clamp(100px, 11vw, 170px); background: #fafaf8; text-align: center; }
.rt-about2__cta .rt-shell { display: grid; justify-items: center; }
.rt-about2__cta .rt-kicker { color: var(--rt-red); }
.rt-about2__cta h2 { max-width: 980px; margin-bottom: 24px; font-size: clamp(3rem, 6.2vw, 6.4rem); letter-spacing: -.075em; line-height: .95; }
.rt-about2__cta > .rt-shell > p:not(.rt-kicker) { max-width: 620px; margin-bottom: 34px; color: #555559; font-size: 1.08rem; }
.rt-about2__cta a { display: inline-flex; align-items: center; gap: 18px; min-height: 58px; padding: 0 22px; border-radius: 12px; background: var(--rt-ink); color: var(--rt-white); font-size: .78rem; font-weight: 850; letter-spacing: .04em; text-decoration: none; }
.rt-about2__cta a span { color: #ff545b; font-size: 1.2rem; }
.rt-about2__sources { display: flex; justify-content: space-between; gap: 28px; padding-block: 28px; color: #66666a; font-size: .72rem; }
.rt-about2__sources p { max-width: 580px; margin-bottom: 0; }
.rt-about2__sources div { display: flex; gap: 20px; }
@media (max-width: 980px) {
.rt-about2__hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); gap: 34px; }
.rt-about2__hero-copy h1 { font-size: clamp(3.8rem, 8vw, 6rem); }
.rt-about2__studio { min-height: 460px; }
.rt-about2__intro { grid-template-columns: 130px minmax(0, 1fr); }
.rt-about2__principles { grid-template-columns: 1fr; }
.rt-about2__principles article { min-height: 0; }
.rt-about2__principles h3 { margin-top: 26px; }
.rt-about2__award .rt-shell { grid-template-columns: 150px 1fr; }
.rt-about2__award-mark { width: 130px; height: 130px; }
.rt-about2__award-copy { grid-column: 2; }
}
@media (max-width: 760px) {
.rt-about2__topline { min-height: 48px; }
.rt-about2__topline span:first-child { display: none; }
.rt-about2__topline { justify-content: flex-end; }
.rt-about2__hero-grid { grid-template-columns: 1fr; min-height: 0; padding-block: 40px 48px; }
.rt-about2__hero-copy h1 { margin-bottom: 24px; font-size: clamp(3.15rem, 15vw, 4.9rem); line-height: .94; }
.rt-about2__lead { margin-bottom: 26px; font-size: 1rem; line-height: 1.55; }
.rt-about2__actions { align-items: stretch; }
.rt-about2__actions .rt-button { flex: 1 1 190px; }
.rt-about2__studio { min-height: 178px; padding: 18px; border-radius: 20px; }
.rt-about2__studio::after { right: -48px; bottom: -68px; width: 170px; height: 170px; border-width: 34px; }
.rt-about2__studio-center { place-items: start; margin: auto 0 18px; text-align: left; }
.rt-about2__studio-center small { margin-bottom: 2px; }
.rt-about2__studio-center strong { font-size: 3.5rem; }
.rt-about2__studio-center p { margin-top: 6px; font-size: .56rem; }
.rt-about2__wave { position: absolute; right: 18px; bottom: 38px; width: 43%; height: 52px; margin: 0; gap: 3px; }
.rt-about2__studio-foot { font-size: .52rem; }
.rt-about2__intro { grid-template-columns: 1fr; gap: 30px; padding-block: 78px; }
.rt-about2__intro > header { display: flex; align-items: center; gap: 20px; }
.rt-about2__intro > header span { margin: 0; font-size: 2rem; }
.rt-about2__intro > header .rt-kicker { margin: 0; }
.rt-about2__intro-main h2 { margin-bottom: 24px; font-size: clamp(2.5rem, 11vw, 3.7rem); }
.rt-about2__principles { grid-column: 1; margin-top: 6px; }
.rt-about2__numbers .rt-shell { grid-template-columns: repeat(2, 1fr); }
.rt-about2__numbers article { min-height: 165px; padding: 24px 18px; border-bottom: 1px solid rgba(255,255,255,.14); }
.rt-about2__numbers strong { margin-bottom: 36px; font-size: 3rem; }
.rt-about2__section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 36px; }
.rt-about2__section-head > div { display: flex; align-items: center; gap: 18px; }
.rt-about2__section-head > div > span { margin: 0; font-size: 2rem; }
.rt-about2__section-head .rt-kicker { margin: 0; }
.rt-about2__section-head h2 { font-size: clamp(2.45rem, 11vw, 3.7rem); }
.rt-about2__timeline { grid-template-columns: 1fr; }
.rt-about2__timeline li { min-height: 240px; }
.rt-about2__timeline li > div { margin-bottom: 54px; }
.rt-about2__world-grid { grid-template-columns: 1fr; }
.rt-about2__world-grid > a { min-height: 270px; }
.rt-about2__award .rt-shell { grid-template-columns: 1fr; }
.rt-about2__award-mark { width: 104px; height: 104px; }
.rt-about2__award-mark span, .rt-about2__award-mark strong { font-size: 1.7rem; }
.rt-about2__award-copy { grid-column: 1; }
.rt-about2__cta h2 { font-size: clamp(2.8rem, 12.5vw, 4rem); }
.rt-about2__sources { flex-direction: column; }
.rt-about2__sources div { flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
.rt-about2__topline i, .rt-about2__wave i { animation: none; }
}
*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; background: var(--rt-ink); }
body { max-width: 100%; overflow-x: hidden; margin: 0; color: var(--rt-ink); background: var(--rt-paper); font-family: "Albert Sans", "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.55; padding-bottom: var(--rt-player-height); -webkit-font-smoothing: antialiased; }
body.rt-player-expanded { --rt-player-height: 154px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }
.rt-brand { display: inline-block; white-space: nowrap; font-style: normal; letter-spacing: -.035em; text-transform: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--rt-red); outline-offset: 4px; }
::selection { background: var(--rt-red); color: var(--rt-white); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.rt-skip-link { position: fixed; z-index: 10000; top: 10px; left: 10px; padding: 12px 18px; background: var(--rt-white); color: var(--rt-ink); transform: translateY(-160%); transition: transform .18s; }
.rt-skip-link:focus { transform: none; }
.rt-shell { width: var(--rt-shell); margin-inline: auto; }
.rt-route-progress { position: fixed; z-index: 1001; inset: 0 100% auto 0; height: 3px; background: var(--rt-red); transition: right .4s var(--rt-ease); }
.rt-route-progress.is-loading { right: 8%; }
.rt-header { position: sticky; z-index: 800; top: 0; background: rgba(247,247,244,.97); border-bottom: 1px solid var(--rt-line); backdrop-filter: blur(14px); }
.rt-header__inner { width: var(--rt-shell); height: 72px; margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(24px, 4vw, 70px); }
.rt-logo { display: block; width: 168px; }
.rt-logo__image { width: 100%; height: auto; }
.rt-header__quick { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 46px); }
.rt-header__quick a { position: relative; color: var(--rt-gray-600); font-size: .69rem; font-weight: 850; letter-spacing: .075em; text-transform: uppercase; text-decoration: none; white-space: nowrap; transition: color .2s; }
.rt-header__quick a::before { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--rt-red); transition: right .2s var(--rt-ease); }
.rt-header__quick a:hover { color: var(--rt-ink); }
.rt-header__quick a:hover::before { right: 0; }
.rt-header__actions { display: flex; align-items: center; gap: 8px; }
.rt-icon-button { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid var(--rt-line); background: transparent; color: currentColor; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.rt-icon-button:hover { color: var(--rt-white); background: var(--rt-red); border-color: var(--rt-red); }
.rt-icon-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.rt-account-link { display: inline-flex; align-items: center; min-height: 40px; padding: 0 15px; background: transparent; color: var(--rt-ink); border: 1px solid var(--rt-line); font-weight: 850; font-size: .68rem; letter-spacing: .075em; text-transform: uppercase; text-decoration: none; }
.rt-language { display: flex; gap: 5px; }
.rt-language__link { padding: 8px 5px; color: var(--rt-gray-600); font-size: .68rem; font-weight: 900; text-decoration: none; }
.rt-language__link.is-current { color: var(--rt-red); }
.rt-nav-toggle { min-width: 92px; height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 13px; border: 0; background: var(--rt-ink); color: var(--rt-white); cursor: pointer; }
.rt-nav-toggle__label { font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rt-nav-toggle__icon { position: relative; width: 18px; height: 12px; display: block; }
.rt-nav-toggle__icon i { position: absolute; left: 0; width: 18px; height: 2px; background: currentColor; transition: top .22s var(--rt-ease), transform .22s var(--rt-ease); }
.rt-nav-toggle__icon i:first-child { top: 2px; }
.rt-nav-toggle__icon i:last-child { top: 9px; }
.rt-nav-toggle[aria-expanded="true"] .rt-nav-toggle__icon i:first-child { top: 6px; transform: rotate(45deg); }
.rt-nav-toggle[aria-expanded="true"] .rt-nav-toggle__icon i:last-child { top: 6px; transform: rotate(-45deg); }
.rt-nav { position: fixed; z-index: 805; top: 72px; right: 0; width: min(460px, 100%); height: calc(100dvh - 72px - var(--rt-player-height)); padding: 24px 34px 36px; display: flex; flex-direction: column; background: var(--rt-ink); color: var(--rt-white); box-shadow: -24px 24px 60px rgba(0,0,0,.18); overflow-y: auto; visibility: hidden; opacity: 0; transform: translateX(102%); transition: transform .3s var(--rt-ease), opacity .2s, visibility 0s .3s; }
.rt-nav.is-open { visibility: visible; opacity: 1; transform: none; transition-delay: 0s; }
.rt-nav__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.16); color: var(--rt-gray-300); font-size: .62rem; font-weight: 900; letter-spacing: .13em; }
.rt-nav .rt-language__link { color: var(--rt-gray-300); }
.rt-nav .rt-language__link.is-current { color: var(--rt-red); }
.rt-nav__list { counter-reset: rt-nav; display: grid; list-style: none; margin: 8px 0 0; padding: 0; }
.rt-nav__list li { counter-increment: rt-nav; border-bottom: 1px solid rgba(255,255,255,.12); }
.rt-nav__list a { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; padding: 13px 0; color: var(--rt-white); font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 800; letter-spacing: -.025em; text-decoration: none; }
.rt-nav__list a::before { content: "0" counter(rt-nav); color: var(--rt-red); font-size: .55rem; font-weight: 900; letter-spacing: .08em; }
.rt-nav__list a::after { content: "↗"; color: rgba(255,255,255,.3); font-size: .8rem; transition: color .2s, transform .2s var(--rt-ease); }
.rt-nav__list a:hover::after, .rt-nav__list .current-menu-item a::after { color: var(--rt-red); transform: translate(2px, -2px); }
.rt-nav__mail { margin-top: auto; padding-top: 28px; display: grid; gap: 6px; font-size: 1rem; font-weight: 750; text-decoration: none; }
.rt-nav__mail span { color: var(--rt-red); font-size: .6rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.rt-search-drawer { border-top: 1px solid var(--rt-line); padding: 28px max(20px, calc((100vw - 1440px) / 2)); background: var(--rt-white); }
.rt-search-drawer form { display: grid; gap: 8px; }
.rt-search-drawer label { font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.rt-search-drawer__field { display: grid; grid-template-columns: 1fr auto; }
.rt-search-drawer input { min-width: 0; border: 1px solid var(--rt-ink); padding: 14px 16px; font-size: 1.1rem; }
.rt-search-drawer button { min-width: 110px; border: 0; background: var(--rt-red); color: #fff; font-weight: 800; cursor: pointer; }
.rt-page { min-height: 72vh; }
.rt-kicker { margin: 0 0 14px; color: var(--rt-red); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.rt-kicker > span:first-child:not(.rt-live-dot) { display: inline-block; width: 28px; height: 2px; margin: 0 10px 3px 0; background: currentColor; }
.rt-button, .rt-play-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid var(--rt-ink); border-radius: var(--rt-radius); background: transparent; color: var(--rt-ink); font-size: .78rem; font-weight: 900; letter-spacing: .055em; line-height: 1; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: transform .2s var(--rt-ease), color .2s, background .2s; }
.rt-button:hover, .rt-play-button:hover { transform: translateY(-2px); }
.rt-button--primary { border-color: var(--rt-red); background: var(--rt-red); color: var(--rt-white); }
.rt-button--primary:hover { background: var(--rt-red-dark); }
.rt-button--ghost:hover { background: var(--rt-ink); color: var(--rt-white); }
.rt-button--light { border-color: var(--rt-white); color: var(--rt-white); }
.rt-button--light:hover { background: var(--rt-white); color: var(--rt-ink); }
.rt-text-link { display: inline-flex; align-items: center; gap: 13px; font-size: .78rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; text-decoration: none; }
.rt-text-link span { color: var(--rt-red); font-size: 1.3rem; transition: transform .2s var(--rt-ease); }
.rt-text-link:hover span { transform: translateX(4px); }
.rt-hero { position: relative; min-height: min(780px, calc(100vh - 82px)); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; overflow: hidden; }
.rt-hero > * { min-width: 0; }
.rt-hero__copy { position: relative; z-index: 2; padding: 80px 6vw 100px 0; }
.rt-hero h1 { max-width: 900px; margin: 0; font-size: clamp(4.4rem, 7.2vw, 8.2rem); font-weight: 900; letter-spacing: -.075em; line-height: 1; text-transform: uppercase; }
.rt-hero h1 em { color: var(--rt-red); font-style: italic; }
.rt-hero__copy > p:not(.rt-kicker) { max-width: 640px; margin: 36px 0; color: #3b3b3b; font-size: clamp(1.05rem, 1.5vw, 1.35rem); }
.rt-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.rt-hero__visual { position: relative; height: min(660px, calc(100vh - 150px)); min-height: 540px; padding: clamp(28px, 4vw, 58px); display: grid; place-items: center; align-self: center; isolation: isolate; background: var(--rt-ink); color: var(--rt-white); border-left: 1px solid rgba(255,255,255,.12); overflow: hidden; }
.rt-hero__visual::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 42px 42px; }
.rt-broadcast { position: relative; width: min(100%, 520px); border: 1px solid rgba(255,255,255,.28); background: #151517; box-shadow: clamp(10px, 1.4vw, 18px) clamp(10px, 1.4vw, 18px) 0 var(--rt-red); transform: translate(-5px, -5px); }
.rt-broadcast__head, .rt-broadcast__controls, .rt-broadcast__readout { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.rt-broadcast__head { min-height: 58px; padding: 0 20px; border-bottom: 1px solid rgba(255,255,255,.18); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.rt-broadcast__head strong { display: flex; align-items: center; gap: 8px; color: var(--rt-red); }
.rt-broadcast__head strong i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(237,28,36,.14); animation: rt-console-live 1.6s ease-out infinite; }
.rt-broadcast__screen { margin: clamp(18px, 2.2vw, 30px); padding: clamp(22px, 3vw, 38px); border: 1px solid rgba(255,255,255,.18); background: #09090a; }
.rt-broadcast__channel small { display: block; margin-bottom: 7px; color: var(--rt-gray-300); font-size: .6rem; font-weight: 800; letter-spacing: .16em; }
.rt-broadcast__channel strong { display: block; color: var(--rt-white); font-size: clamp(4.4rem, 7vw, 7.2rem); font-weight: 900; letter-spacing: -.08em; line-height: .82; white-space: nowrap; }
.rt-broadcast__wave { height: clamp(72px, 9vw, 112px); margin-block: clamp(26px, 3.5vw, 46px) 24px; display: flex; align-items: end; gap: clamp(4px, .65vw, 8px); }
.rt-broadcast__wave i { flex: 1; height: var(--h); min-width: 2px; background: var(--rt-red); transform-origin: bottom; animation: rt-console-level 1.1s var(--d) ease-in-out infinite alternate; }
.rt-broadcast__readout { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.18); font-size: .64rem; font-weight: 800; letter-spacing: .12em; }
.rt-broadcast__readout span { color: var(--rt-gray-300); }
.rt-broadcast__readout strong { color: var(--rt-red); font-size: .75rem; }
.rt-broadcast__controls { min-height: 64px; padding: 0 20px; border-top: 1px solid rgba(255,255,255,.18); font-size: .6rem; font-weight: 800; letter-spacing: .1em; }
.rt-broadcast__controls span { display: flex; align-items: center; gap: 7px; color: var(--rt-gray-300); }
.rt-broadcast__controls span i { width: 9px; height: 9px; border: 1px solid currentColor; border-radius: 50%; }
.rt-broadcast__controls span:first-child i { border-color: var(--rt-red); background: var(--rt-red); }
.rt-broadcast__controls b { margin-left: auto; font-size: .8rem; letter-spacing: -.02em; }
.rt-broadcast__stamp { position: absolute; right: clamp(18px, 2.4vw, 34px); bottom: 22px; margin: 0; display: flex; gap: 10px; color: rgba(255,255,255,.65); font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.rt-broadcast__stamp span { color: rgba(255,255,255,.35); }
@keyframes rt-console-level { from { opacity: .4; transform: scaleY(.35); } to { opacity: 1; transform: scaleY(1); } }
@keyframes rt-console-live { 70% { box-shadow: 0 0 0 11px transparent; } }
.rt-hero__ticker { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; overflow: hidden; padding: 9px 0; background: var(--rt-red); color: var(--rt-white); font-size: .72rem; font-weight: 900; letter-spacing: .13em; white-space: nowrap; }
.rt-hero__ticker-track { display: flex; width: max-content; min-width: 100%; will-change: transform; animation: rt-ticker 42s linear infinite; }
.rt-hero__ticker-group { display: flex; flex: none; align-items: center; }
.rt-hero__ticker-group > span { display: inline-flex; flex: none; align-items: center; }
.rt-hero__ticker-group > span::after { content: "•"; margin-inline: clamp(1.15rem, 2.1vw, 2.1rem); color: rgba(255,255,255,.62); font-size: .72em; line-height: 1; }
@keyframes rt-ticker { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-50%, 0, 0); } }
.rt-section { padding-block: clamp(76px, 8vw, 140px); }
.rt-section--dark { background: var(--rt-ink); color: var(--rt-white); }
.rt-section--muted { background: var(--rt-gray-100); }
.rt-section__header { margin-bottom: clamp(32px, 4vw, 62px); display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.rt-section__header h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5.8rem); font-weight: 900; letter-spacing: -.06em; line-height: 1.02; text-transform: uppercase; }
.rt-section--dark .rt-text-link { color: var(--rt-white); }
.rt-station-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rt-line); border-left: 1px solid var(--rt-line); }
.rt-station-card { display: grid; grid-template-columns: minmax(110px, .8fr) 1.2fr; min-height: 270px; border-right: 1px solid var(--rt-line); border-bottom: 1px solid var(--rt-line); background: var(--rt-paper); overflow: hidden; }
.rt-station-card__art { position: relative; display: block; background: var(--rt-ink); overflow: hidden; }
.rt-station-card__art img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); opacity: .9; transition: filter .35s, transform .45s var(--rt-ease); }
.rt-station-card:hover .rt-station-card__art img { filter: grayscale(0); transform: scale(1.035); }
.rt-station-card__body { padding: 25px; display: flex; flex-direction: column; align-items: flex-start; }
.rt-station-card h3 { margin: 20px 0 8px; font-size: clamp(1.35rem, 2vw, 2rem); letter-spacing: -.04em; line-height: .95; }
.rt-station-card h3 a { text-decoration: none; }
.rt-station-card p { margin: 0 0 22px; color: var(--rt-gray-600); font-size: .88rem; }
.rt-station-card .rt-play-button { min-height: 42px; margin-top: auto; padding-inline: 15px; }
.rt-live-dot { display: inline-flex; align-items: center; gap: 7px; color: var(--rt-red); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rt-live-dot i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 0 rgba(237,28,36,.5); animation: rt-live 1.8s infinite; }
.is-offline .rt-live-dot { color: var(--rt-gray-600); }
.is-offline .rt-live-dot i { animation: none; }
@keyframes rt-live { 65% { box-shadow: 0 0 0 8px transparent; } }
.rt-podcast-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 3vw, 52px); }
.rt-section--podcasts { padding-block: clamp(60px, 6vw, 96px); }
.rt-section--podcasts .rt-section__header { margin-bottom: clamp(28px, 3vw, 44px); }
.rt-section--podcasts .rt-section__header h2 { font-size: clamp(2.5rem, 4.1vw, 4.8rem); }
.rt-section--podcasts .rt-podcast-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: clamp(12px, 1.4vw, 22px); }
.rt-section--podcasts .rt-podcast-card__body { padding-top: 16px; }
.rt-section--podcasts .rt-podcast-card h3 { font-size: clamp(1.05rem, 1.35vw, 1.45rem); }
.rt-section--podcasts .rt-podcast-card p:not(.rt-kicker) { display: none; }
.rt-podcast-card__art { position: relative; display: block; aspect-ratio: 1; background: #18181a; overflow: hidden; }
.rt-podcast-card__art img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--rt-ease), opacity .4s; }
.rt-podcast-card:hover .rt-podcast-card__art img { transform: scale(1.025); opacity: .76; }
.rt-podcast-card__art > span { position: absolute; right: 0; bottom: 0; padding: 8px 11px; background: var(--rt-red); color: var(--rt-white); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.rt-podcast-card__body { padding-top: 22px; }
.rt-podcast-card h3 { margin: 0 0 12px; font-size: clamp(1.5rem, 2.2vw, 2.35rem); letter-spacing: -.045em; line-height: 1; }
.rt-podcast-card h3 a { text-decoration: none; }
.rt-podcast-card p:not(.rt-kicker) { min-height: 3em; color: var(--rt-gray-300); }
.rt-podcast-grid--archive .rt-podcast-card p:not(.rt-kicker) { color: var(--rt-gray-600); }
.rt-episode-list { border-top: 1px solid var(--rt-line); }
.rt-episode-card { display: grid; grid-template-columns: 54px 96px minmax(0, 1fr) auto; align-items: center; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--rt-line); }
.rt-episode-card--no-index { grid-template-columns: 96px minmax(0, 1fr) auto; }
.rt-episode-card__index { color: var(--rt-red); font-size: 1.1rem; font-weight: 900; }
.rt-episode-card__art { display: block; width: 96px; aspect-ratio: 1; overflow: hidden; background: var(--rt-ink); }
.rt-episode-card__art img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s var(--rt-ease); }
.rt-episode-card:hover .rt-episode-card__art img { transform: scale(1.035); }
.rt-episode-card h3 { margin: 4px 0 8px; font-size: clamp(1.25rem, 2.2vw, 2rem); letter-spacing: -.035em; line-height: 1.05; }
.rt-episode-card h3 a { text-decoration: none; }
.rt-episode-card p { margin: 0; color: var(--rt-gray-600); }
.rt-episode-card .rt-kicker { margin-bottom: 3px; }
.rt-events { background: var(--rt-gray-100); border-block: 1px solid var(--rt-line); }
.rt-event-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 36px); }
.rt-event-grid--past { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rt-event-card { min-width: 0; background: var(--rt-white); border: 1px solid var(--rt-line); }
.rt-event-card__art { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--rt-ink); }
.rt-event-card__art img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--rt-ease), filter .3s; }
.rt-event-card__art > span { position: absolute; top: 14px; left: 14px; padding: 7px 10px; background: var(--rt-red); color: var(--rt-white); font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.rt-event-card:hover .rt-event-card__art img { transform: scale(1.025); }
.rt-event-card__body { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 18px; padding: 20px; }
.rt-event-card__date { display: grid; align-content: start; color: var(--rt-red); text-align: center; text-transform: uppercase; }
.rt-event-card__date strong { font-size: 2rem; line-height: .9; }
.rt-event-card__date span { margin-top: 5px; font-size: .62rem; font-weight: 800; white-space: nowrap; }
.rt-event-card h3 { margin: 0 0 8px; font-size: clamp(1.2rem, 1.8vw, 1.7rem); letter-spacing: -.035em; line-height: 1.05; }
.rt-event-card h3 a { text-decoration: none; }
.rt-event-card p { margin: 0; color: var(--rt-gray-600); font-size: .78rem; }
.rt-event-card.is-past .rt-event-card__art img { filter: grayscale(1); opacity: .74; }
.rt-event-card.is-past:hover .rt-event-card__art img { filter: none; opacity: 1; }
.rt-events__past { margin-top: clamp(80px, 9vw, 140px); padding-top: clamp(50px, 6vw, 90px); border-top: 1px solid var(--rt-line); }
.rt-section__header--compact { margin-bottom: 34px; }
.rt-section__header--compact h2 { font-size: clamp(2.4rem, 4vw, 4.4rem); }
.rt-events__empty { display: grid; gap: 6px; padding: clamp(28px, 4vw, 54px); border: 1px dashed var(--rt-gray-300); background: rgba(255,255,255,.5); }
.rt-events__empty strong { font-size: clamp(1.35rem, 2vw, 2rem); }
.rt-events__empty span { color: var(--rt-gray-600); }
.rt-schedule-callout { background: var(--rt-red); color: var(--rt-white); }
.rt-schedule-callout .rt-kicker { color: var(--rt-white); }
.rt-schedule-callout__grid { min-height: 290px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.rt-schedule-callout h2 { margin: 0; font-size: clamp(3.2rem, 7vw, 8rem); line-height: 1; letter-spacing: -.075em; text-transform: uppercase; }
.rt-schedule-callout p:not(.rt-kicker) { max-width: 620px; font-size: 1.15rem; }
.rt-announcement-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rt-line); border-left: 1px solid var(--rt-line); }
.rt-announcement-grid article { min-height: 290px; padding: clamp(24px, 3vw, 44px); border-right: 1px solid var(--rt-line); border-bottom: 1px solid var(--rt-line); }
.rt-announcement-grid h2, .rt-announcement-grid h3 { margin: 0 0 20px; font-size: clamp(1.5rem, 2.6vw, 2.5rem); letter-spacing: -.045em; line-height: 1; }
.rt-announcement-grid h2 a, .rt-announcement-grid h3 a { text-decoration: none; }
.rt-announcement-grid article > p:not(.rt-kicker) { color: var(--rt-gray-600); }
.rt-page-hero { padding-block: clamp(90px, 10vw, 170px) clamp(55px, 7vw, 110px); border-bottom: 1px solid var(--rt-line); }
.rt-page-hero h1 { max-width: 1100px; margin: 0; font-size: clamp(4rem, 10vw, 10rem); font-weight: 900; letter-spacing: -.08em; line-height: 1; text-transform: uppercase; }
.rt-page-hero > p:last-child { max-width: 720px; margin: 38px 0 0 auto; font-size: clamp(1.05rem, 1.8vw, 1.4rem); }
.rt-page-hero--podcast h1 { color: var(--rt-red); }
.rt-station-detail__hero, .rt-show-detail__hero { padding-block: clamp(60px, 8vw, 130px); display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr); gap: clamp(42px, 7vw, 110px); align-items: center; }
.rt-station-detail__art, .rt-show-detail__art { aspect-ratio: 1; background: var(--rt-ink); }
.rt-station-detail__art img, .rt-show-detail__art img { width: 100%; height: 100%; object-fit: cover; }
.rt-station-detail__copy h1, .rt-show-detail__copy h1 { margin: 0 0 30px; font-size: clamp(3.8rem, 8vw, 8rem); font-weight: 900; letter-spacing: -.075em; line-height: 1; text-transform: uppercase; }
.rt-station-detail__actions, .rt-episode-detail__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.rt-now-playing { grid-column: 1 / -1; display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 22px; padding: 20px 24px; background: var(--rt-ink); color: var(--rt-white); }
.rt-now-playing > span { color: var(--rt-red); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.rt-now-playing small { color: var(--rt-gray-300); }
.rt-schedule-grid { display: grid; grid-template-columns: repeat(7, minmax(160px, 1fr)); overflow-x: auto; border-top: 1px solid var(--rt-line); border-left: 1px solid var(--rt-line); }
.rt-schedule-grid > section { min-width: 175px; border-right: 1px solid var(--rt-line); border-bottom: 1px solid var(--rt-line); }
.rt-schedule-grid h2, .rt-schedule-grid h3 { position: sticky; left: 0; margin: 0; padding: 18px; border-bottom: 1px solid var(--rt-line); background: var(--rt-ink); color: var(--rt-white); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.rt-schedule-grid article { padding: 16px 18px; border-bottom: 1px solid var(--rt-line); }
.rt-schedule-grid article:last-child { border-bottom: 0; }
.rt-schedule-grid time { color: var(--rt-red); font-size: .72rem; font-weight: 900; }
.rt-schedule-grid strong, .rt-schedule-grid span { display: block; }
.rt-schedule-grid strong { margin-top: 5px; font-size: .88rem; }
.rt-schedule-grid span { margin-top: 4px; color: var(--rt-gray-600); font-size: .75rem; }
.rt-schedule-empty { padding: 18px; color: var(--rt-gray-600); font-size: .78rem; }
.rt-filter-tabs { display: flex; gap: 8px; overflow-x: auto; margin-bottom: 34px; padding-bottom: 8px; }
.rt-filter-tabs a { flex: 0 0 auto; padding: 10px 16px; border: 1px solid var(--rt-line); font-size: .75rem; font-weight: 800; text-decoration: none; }
.rt-filter-tabs a.is-active { border-color: var(--rt-red); background: var(--rt-red); color: var(--rt-white); }
.rt-episode-detail, .rt-article, .rt-generic-page { padding-block: clamp(60px, 8vw, 130px); }
.rt-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 55px; color: var(--rt-gray-600); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.rt-episode-detail__header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 440px); gap: clamp(40px, 7vw, 100px); align-items: center; }
.rt-episode-detail__header h1, .rt-article__header h1, .rt-generic-page .rt-page-hero h1 { margin: 0 0 28px; font-size: clamp(3.2rem, 7vw, 7.5rem); font-weight: 900; letter-spacing: -.07em; line-height: 1.02; text-transform: uppercase; }
.rt-episode-detail__header img { aspect-ratio: 1; object-fit: cover; }
.rt-prose { max-width: 760px; }
.rt-prose--article { margin: clamp(55px, 8vw, 120px) auto 0; }
.rt-prose h2 { margin: 2em 0 .5em; font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.045em; line-height: 1; }
.rt-prose h3 { margin-top: 1.8em; font-size: 1.55rem; }
.rt-prose p, .rt-prose li { font-size: 1.08rem; line-height: 1.75; }
.rt-prose a { color: var(--rt-red); }
.rt-prose blockquote { margin: 2em 0; padding: 0 0 0 24px; border-left: 5px solid var(--rt-red); font-size: 1.35rem; font-weight: 700; }
.rt-article__header { max-width: 1120px; }
.rt-article__header > p:last-child { max-width: 760px; font-size: 1.25rem; }
.rt-article__image { margin: 60px 0 0; }
.rt-article__image img { width: 100%; }
.rt-join-mail { position: relative; isolation: isolate; display: flex; min-height: clamp(240px, 32vw, 430px); margin-top: 0; overflow: hidden; border-top: 1px solid var(--rt-line); border-bottom: 1px solid var(--rt-line); }
.rt-join-mail::before { position: absolute; z-index: -1; inset: 0; width: 45%; background: linear-gradient(90deg, transparent, rgba(237,28,36,.13), transparent); content: ""; transform: translateX(-120%); animation: rt-join-sweep 4.8s cubic-bezier(.65,0,.35,1) infinite; }
.rt-join-mail::after { position: absolute; z-index: -2; inset: 0; background-image: repeating-linear-gradient(90deg, transparent 0, transparent calc(12.5% - 1px), rgba(11,11,12,.055) calc(12.5% - 1px), rgba(11,11,12,.055) 12.5%); content: ""; }
.rt-join-mail__link { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: clamp(16px, 2.5vw, 38px); width: 100%; padding: clamp(32px, 5vw, 72px) clamp(4px, 1vw, 14px); color: var(--rt-ink); text-decoration: none; }
.rt-join-mail__address { min-width: 0; font-size: clamp(1.85rem, 5.45vw, 5.6rem); font-weight: 900; letter-spacing: -.065em; line-height: .94; transition: color .25s var(--rt-ease), letter-spacing .35s var(--rt-ease); }
.rt-join-mail__beacon { position: relative; width: clamp(20px, 2.25vw, 32px); aspect-ratio: 1; border-radius: 50%; background: var(--rt-red); box-shadow: 0 0 0 1px var(--rt-red); }
.rt-join-mail__beacon i { position: absolute; inset: 0; border: 1px solid var(--rt-red); border-radius: inherit; animation: rt-join-beacon 2.4s ease-out infinite; }
.rt-join-mail__beacon i:nth-child(2) { animation-delay: .8s; }
.rt-join-mail__beacon i:nth-child(3) { animation-delay: 1.6s; }
.rt-join-mail__link svg { width: clamp(34px, 4.4vw, 66px); fill: none; stroke: currentColor; stroke-linecap: square; stroke-linejoin: miter; stroke-width: 2; transition: color .25s, transform .35s var(--rt-ease); }
.rt-join-mail__link:hover .rt-join-mail__address, .rt-join-mail__link:focus-visible .rt-join-mail__address { color: var(--rt-red); letter-spacing: -.055em; }
.rt-join-mail__link:hover svg, .rt-join-mail__link:focus-visible svg { color: var(--rt-red); transform: translate(8px,-8px); }
.rt-join-mail__link:focus-visible { outline: 3px solid var(--rt-red); outline-offset: -3px; }
@keyframes rt-join-sweep { 0%, 12% { transform: translateX(-120%); } 78%, 100% { transform: translateX(280%); } }
@keyframes rt-join-beacon { 0% { opacity: .8; transform: scale(.6); } 78%, 100% { opacity: 0; transform: scale(2.25); } }
.rt-empty { padding: 42px; border: 1px solid var(--rt-line); color: var(--rt-gray-600); }
.rt-search-results { border-top: 1px solid var(--rt-line); }
.rt-search-results article { display: grid; grid-template-columns: 150px 1fr minmax(220px, .7fr); gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--rt-line); align-items: baseline; }
.rt-search-results article > span { color: var(--rt-red); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.rt-search-results h2 { margin: 0; font-size: 1.8rem; line-height: 1; }
.rt-search-results h2 a { text-decoration: none; }
.rt-search-results p { margin: 0; color: var(--rt-gray-600); }
.nav-links { display: flex; gap: 8px; margin-top: 42px; }
.nav-links .page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--rt-line); text-decoration: none; }
.nav-links .current { background: var(--rt-ink); color: var(--rt-white); }
.rt-account-app { max-width: 760px; min-height: 320px; margin-top: 30px; }
.rt-auth-card, .rt-library { padding: clamp(24px, 4vw, 54px); border: 1px solid var(--rt-line); background: var(--rt-white); }
.rt-auth-card h2, .rt-library h2 { margin: 0 0 24px; font-size: 2rem; letter-spacing: -.04em; }
.rt-form { display: grid; gap: 18px; }
.rt-form label { display: grid; gap: 7px; font-size: .74rem; font-weight: 900; text-transform: uppercase; }
.rt-field { position: relative; display: block; }
.rt-form .rt-field input { width: 100%; }
.rt-form input { min-height: 50px; padding: 10px 13px; border: 1px solid var(--rt-ink); background: var(--rt-white); }
.rt-form__message { min-height: 1.5em; color: var(--rt-red); }
.rt-account-modal[hidden] { display: none; }
.rt-account-modal { position: fixed; z-index: 1200; inset: 0; display: grid; place-items: center; padding: 20px; }
.rt-account-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(11,11,12,.72); backdrop-filter: blur(7px); cursor: default; }
.rt-account-modal__panel { position: relative; width: min(520px, 100%); max-height: min(760px, calc(100dvh - 40px)); overflow-y: auto; border: 1px solid var(--rt-ink); background: var(--rt-white); color: var(--rt-ink); box-shadow: 18px 18px 0 var(--rt-red); }
.rt-account-modal__head { display: flex; align-items: start; justify-content: space-between; gap: 24px; padding: 24px 26px 21px; border-bottom: 1px solid var(--rt-ink); }
.rt-account-modal__head span { display: block; margin-bottom: 5px; color: var(--rt-red); font-size: .62rem; font-weight: 900; letter-spacing: .13em; }
.rt-account-modal__head h2 { margin: 0; font-size: clamp(2rem, 5vw, 3.1rem); letter-spacing: -.055em; line-height: 1; }
.rt-account-modal__close { position: relative; flex: 0 0 42px; width: 42px; height: 42px; border: 1px solid var(--rt-ink); background: transparent; cursor: pointer; transition: background .2s, color .2s; }
.rt-account-modal__close::before, .rt-account-modal__close::after { content: ""; position: absolute; top: 19px; left: 10px; width: 20px; height: 2px; background: currentColor; transform: rotate(45deg); }
.rt-account-modal__close::after { transform: rotate(-45deg); }
.rt-account-modal__close:hover { background: var(--rt-ink); color: var(--rt-white); }
.rt-account-modal__tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--rt-ink); }
.rt-account-modal__tabs button { min-height: 48px; border: 0; border-right: 1px solid var(--rt-ink); background: var(--rt-gray-100); color: var(--rt-gray-600); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.rt-account-modal__tabs button:last-child { border-right: 0; }
.rt-account-modal__tabs button.is-active { background: var(--rt-ink); color: var(--rt-white); }
.rt-account-modal__app { min-height: 365px; padding: 26px; }
.rt-account-modal .rt-auth-card { padding: 0; border: 0; }
.rt-account-modal .rt-auth-card h2 { margin-bottom: 22px; font-size: 1.55rem; }
.rt-account-modal .rt-auth-card > p:last-child { margin: 22px 0 0; font-size: .88rem; }
.rt-account-modal .rt-form { gap: 14px; }
.rt-account-modal .rt-form input { width: 100%; }
.rt-account-modal .rt-form .rt-button, .rt-account-modal [data-rt-erp-login] { width: 100%; }
.rt-account-modal .rt-auth-divider { margin-block: 18px; }
.rt-account-modal-open { overflow: hidden; }
.rt-auth-divider { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 15px; margin: 24px 0; color: var(--rt-gray-600); font-size: .7rem; text-transform: uppercase; }
.rt-auth-divider::before, .rt-auth-divider::after { content: ""; height: 1px; background: var(--rt-line); }
.rt-library__list { display: grid; gap: 1px; background: var(--rt-line); border: 1px solid var(--rt-line); }
.rt-library__item { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 18px; background: var(--rt-white); }
.rt-library__item small { display: block; color: var(--rt-gray-600); }
.rt-loading { display: flex; align-items: center; gap: 12px; color: var(--rt-gray-600); }
.rt-loading span { width: 18px; height: 18px; border: 2px solid var(--rt-gray-300); border-top-color: var(--rt-red); border-radius: 50%; animation: rt-spin .8s linear infinite; }
@keyframes rt-spin { to { transform: rotate(360deg); } }
.rt-error-page { min-height: calc(100vh - var(--rt-player-height) - 82px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; overflow: hidden; }
.rt-error-page h1 { max-width: 750px; margin: 0; font-size: clamp(4rem, 8vw, 8.5rem); letter-spacing: -.08em; line-height: 1; text-transform: uppercase; }
.rt-error-page p:not(.rt-kicker) { max-width: 620px; margin: 32px 0; font-size: 1.15rem; }
.rt-error-page__number { color: var(--rt-red); font-size: clamp(11rem, 28vw, 32rem); font-weight: 900; letter-spacing: -.12em; line-height: .7; opacity: .1; }
.rt-footer { position: relative; padding: 80px max(20px, calc((100vw - 1440px) / 2)) 34px; background: var(--rt-ink); color: var(--rt-white); overflow: hidden; }
.rt-footer__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr 1fr .7fr; gap: clamp(40px, 7vw, 110px); }
.rt-footer__logo { display: block; width: min(340px, 80%); margin-bottom: 24px; }
.rt-footer__grid p { max-width: 440px; color: var(--rt-gray-300); }
.rt-footer__links { columns: 2; gap: 30px; margin: 0; padding: 0; list-style: none; }
.rt-footer__links li { margin-bottom: 12px; }
.rt-footer__links a, .rt-footer__contact a { font-size: .78rem; font-weight: 800; text-transform: uppercase; text-decoration: none; }
.rt-footer__contact { display: flex; flex-direction: column; gap: 14px; }
.rt-footer__legal { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 22px; margin-top: 70px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); color: var(--rt-gray-300); font-size: .68rem; text-transform: uppercase; }
.rt-footer__legal a { margin-left: auto; }
.rt-footer__legal a + a { margin-left: 0; }
.rt-footer__signal { position: absolute; right: -180px; bottom: -240px; width: 620px; height: 620px; opacity: .12; }
.rt-footer__signal span { position: absolute; inset: calc(var(--i) * 17%); border: 42px solid var(--rt-red); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(-45deg); }
.rt-footer__signal span:nth-child(1) { --i: 0; }.rt-footer__signal span:nth-child(2) { --i: 1; }.rt-footer__signal span:nth-child(3) { --i: 2; }
.rt-player { position: fixed; z-index: 950; left: 0; right: 0; bottom: 0; height: var(--rt-player-height); display: grid; grid-template-columns: 76px minmax(180px, 1fr) auto minmax(180px, .8fr) auto; align-items: center; gap: 18px; padding: 8px max(14px, calc((100vw - 1440px) / 2)); background: #111113; color: var(--rt-white); border-top: 1px solid rgba(255,255,255,.14); box-shadow: 0 -12px 40px rgba(0,0,0,.18); transition: height .28s var(--rt-ease); }
.rt-player__art { width: 68px; height: 68px; overflow: hidden; background: var(--rt-white); }
.rt-player__art img { width: 100%; height: 100%; object-fit: cover; }
.rt-player__identity { min-width: 0; display: grid; }
.rt-player__identity strong, .rt-player__identity span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rt-player__identity strong { font-size: .98rem; }
.rt-player__identity > span:last-child { color: var(--rt-gray-300); font-size: .72rem; }
.rt-player__eyebrow { color: var(--rt-red); font-size: .58rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rt-player__controls { display: flex; align-items: center; gap: 8px; }
.rt-player__main { width: 52px; height: 52px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: var(--rt-red); color: var(--rt-white); cursor: pointer; }
.rt-player__main svg { grid-area: 1/1; width: 22px; fill: currentColor; }
.rt-player__pause-icon { display: none; }
.rt-player.is-playing .rt-player__play-icon { display: none; }
.rt-player.is-playing .rt-player__pause-icon { display: block; }
.rt-player__skip { width: 40px; height: 40px; border: 0; background: transparent; color: var(--rt-gray-300); font-size: .65rem; font-weight: 800; cursor: pointer; }
.rt-player[data-kind="station"] .rt-player__skip, .rt-player[data-kind="station"] .rt-player__timeline { visibility: hidden; }
.rt-player__timeline { display: grid; grid-template-columns: 40px 1fr 40px; align-items: center; gap: 8px; color: var(--rt-gray-300); font-size: .62rem; }
.rt-player input[type="range"] { width: 100%; accent-color: var(--rt-red); cursor: pointer; }
.rt-player__actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.rt-player__actions .rt-icon-button { border-color: rgba(255,255,255,.16); }
.rt-player__actions .rt-icon-button.is-active { background: var(--rt-red); }
.rt-volume { display: flex; align-items: center; gap: 6px; }
.rt-volume svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.rt-volume input { width: 82px; }
.rt-player__expand { height: 40px; padding: 0 12px; border: 1px solid rgba(255,255,255,.16); background: transparent; color: var(--rt-white); font-size: .65rem; text-transform: uppercase; cursor: pointer; }
.rt-player__status { position: absolute; right: 20px; bottom: calc(100% + 8px); margin: 0; padding: 7px 11px; background: var(--rt-red); color: #fff; font-size: .7rem; opacity: 0; pointer-events: none; transition: opacity .2s; }
.rt-player__status:not(:empty) { opacity: 1; }
@media (max-width: 1380px) {
.rt-header__inner { gap: 28px; }
}
@media (max-width: 1120px) {
.rt-header__quick { display: none; }
.rt-section--podcasts .rt-podcast-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(180px, 25vw); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline proximity; padding-bottom: 14px; }
.rt-section--podcasts .rt-podcast-card { scroll-snap-align: start; }
.rt-station-grid { grid-template-columns: repeat(2, 1fr); }
.rt-event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rt-player { grid-template-columns: 64px minmax(140px, 1fr) auto minmax(150px, .7fr) auto; gap: 10px; }
.rt-player__art { width: 60px; height: 60px; }
}
@media (max-width: 820px) {
:root { --rt-shell: min(calc(100% - 28px), 1440px); --rt-player-height: 76px; }
body.rt-player-expanded { --rt-player-height: 168px; }
.rt-header__inner { height: 66px; grid-template-columns: 1fr auto; gap: 12px; }
.rt-logo { width: 142px; }
.rt-nav { top: 66px; height: calc(100dvh - 66px - var(--rt-player-height)); }
.rt-header__actions .rt-icon-button { display: none; }
.rt-account-link { min-height: 38px; padding: 0 12px; }
.rt-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 24px; }
.rt-hero__copy { padding: 60px 0 80px; }
.rt-hero h1 { font-size: clamp(4rem, 17vw, 7.5rem); }
.rt-hero__visual { height: auto; min-height: 420px; }
.rt-broadcast { width: min(100%, 560px); }
.rt-section { padding-block: 76px; }
.rt-section__header { align-items: flex-start; flex-direction: column; }
.rt-station-grid, .rt-podcast-grid, .rt-announcement-grid { grid-template-columns: 1fr 1fr; }
.rt-podcast-grid { gap: 36px 18px; }
.rt-section--podcasts { padding-block: 64px; }
.rt-section--podcasts .rt-podcast-grid { grid-template-columns: none; grid-auto-columns: minmax(180px, 42vw); gap: 18px; }
.rt-episode-card { grid-template-columns: 44px 72px minmax(0, 1fr); }
.rt-episode-card--no-index { grid-template-columns: 72px minmax(0, 1fr); }
.rt-episode-card__art { width: 72px; }
.rt-episode-card__action { grid-column: 3; }
.rt-episode-card--no-index .rt-episode-card__action { grid-column: 2; }
.rt-schedule-callout__grid { grid-template-columns: 1fr; }
.rt-station-detail__hero, .rt-show-detail__hero, .rt-episode-detail__header { grid-template-columns: 1fr; }
.rt-station-detail__art, .rt-show-detail__art, .rt-episode-detail__header img { max-width: 520px; }
.rt-now-playing { grid-template-columns: 70px 1fr; }
.rt-now-playing small { display: none; }
.rt-search-results article { grid-template-columns: 100px 1fr; }
.rt-search-results article p { grid-column: 2; }
.rt-footer__grid { grid-template-columns: 1fr 1fr; }
.rt-footer__contact { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
.rt-player { grid-template-columns: 52px minmax(0, 1fr) 48px; padding: 6px 12px; }
.rt-player__art { width: 52px; height: 52px; }
.rt-player__controls { grid-column: 3; }
.rt-player__main { width: 46px; height: 46px; }
.rt-player__skip, .rt-player__timeline, .rt-player__actions { display: none; }
.rt-player-expanded .rt-player { grid-template-columns: 64px 1fr auto; align-content: center; }
.rt-player-expanded .rt-player__timeline { display: grid; grid-column: 1 / -1; }
.rt-player-expanded .rt-player__actions { display: flex; position: absolute; right: 12px; top: 12px; }
.rt-player-expanded .rt-player__actions .rt-icon-button, .rt-player-expanded .rt-volume { display: none; }
}
@media (max-width: 560px) {
.rt-account-modal { place-items: end center; padding: 10px; }
.rt-account-modal__panel { width: 100%; max-height: calc(100dvh - 20px); box-shadow: 8px 8px 0 var(--rt-red); }
.rt-account-modal__head { padding: 18px 20px; }
.rt-account-modal__head h2 { font-size: 2rem; }
.rt-account-modal__app { min-height: 340px; padding: 22px 20px 24px; }
.rt-account-modal__tabs button { padding: 13px 10px; }
.rt-logo { width: 130px; }
.rt-account-link { min-height: 38px; padding: 0 10px; font-size: .62rem; }
.rt-nav-toggle { min-width: 42px; width: 42px; padding: 0 11px; }
.rt-nav-toggle__label { display: none; }
.rt-nav { padding: 20px 22px 28px; }
.rt-hero h1 { font-size: clamp(3rem, 16vw, 5.2rem); line-height: 1.02; }
.rt-hero__visual { min-height: 350px; }
.rt-station-grid, .rt-podcast-grid, .rt-announcement-grid { grid-template-columns: 1fr; }
.rt-section--podcasts .rt-podcast-grid { grid-template-columns: none; grid-auto-columns: minmax(170px, 72vw); gap: 14px; }
.rt-section--podcasts .rt-podcast-card h3 { font-size: 1.15rem; line-height: 1.05; }
.rt-broadcast__screen { margin: 14px; padding: 20px; }
.rt-broadcast__channel strong { font-size: clamp(3.6rem, 18vw, 5.4rem); }
.rt-broadcast__wave { height: 68px; margin-block: 22px 18px; gap: 4px; }
.rt-broadcast__controls span:nth-child(2) { display: none; }
.rt-broadcast__stamp { display: none; }
.rt-event-grid, .rt-event-grid--past { grid-template-columns: 1fr; }
.rt-station-card { min-height: 230px; }
.rt-section__header h2 { font-size: 3rem; }
.rt-episode-card { grid-template-columns: 68px minmax(0, 1fr); gap: 15px; }
.rt-episode-card__index { display: none; }
.rt-episode-card__art { grid-column: 1; width: 68px; }
.rt-episode-card__body { grid-column: 2; }
.rt-episode-card__action { grid-column: 2; }
.rt-episode-card__body > p:not(.rt-kicker) { display: none; }
.rt-page-hero h1 { font-size: clamp(3.6rem, 18vw, 6rem); }
.rt-page-hero > p:last-child { margin-left: 0; }
.rt-station-detail__copy h1, .rt-show-detail__copy h1, .rt-episode-detail__header h1, .rt-article__header h1, .rt-generic-page .rt-page-hero h1 { font-size: 3.4rem; }
.rt-footer__grid { grid-template-columns: 1fr; }
.rt-footer__links { columns: 1; }
.rt-footer__contact { grid-column: auto; flex-direction: column; }
.rt-footer__legal a { margin-left: 0; }
.rt-error-page { grid-template-columns: 1fr; }
.rt-error-page__number { display: none; }
.rt-join-mail { min-height: 210px; }
.rt-join-mail__link { grid-template-columns: auto minmax(0,1fr); gap: 14px; padding-inline: 0; }
.rt-join-mail__address { font-size: clamp(1.65rem, 8.3vw, 2.55rem); letter-spacing: -.055em; }
.rt-join-mail__link svg { display: none; }
} .rt-account-modal { padding: 28px; }
.rt-account-modal__backdrop { background: rgba(8, 8, 10, .68); backdrop-filter: blur(14px) saturate(.8); }
.rt-account-modal__panel { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(440px, 1.18fr); width: min(940px, 100%); max-height: min(790px, calc(100dvh - 56px)); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: var(--rt-white); box-shadow: 0 34px 100px rgba(0,0,0,.35); }
.rt-account-modal__intro { position: relative; isolation: isolate; display: flex; flex-direction: column; min-height: 680px; overflow: hidden; padding: 38px; background: #111113; color: var(--rt-white); }
.rt-account-modal__intro::before { content: ""; position: absolute; z-index: -1; right: -110px; top: -110px; width: 330px; height: 330px; border: 68px solid var(--rt-red); border-radius: 50%; opacity: .9; }
.rt-account-modal__intro::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 38px 38px; }
.rt-account-modal__brand { display: inline-flex; align-items: center; align-self: flex-start; color: var(--rt-white); font-size: 1.25rem; font-weight: 950; letter-spacing: -.055em; text-decoration: none; }
.rt-account-modal__brand span { font-weight: 500; }
.rt-account-modal__brand i { width: 9px; height: 9px; margin-left: 7px; border-radius: 50%; background: var(--rt-red); box-shadow: 0 0 0 5px rgba(237,28,36,.2); }
.rt-account-modal__intro-copy { margin-block: auto 46px; }
.rt-account-modal__intro-copy > p:first-child { margin-bottom: 17px; color: #ff5c63; font-size: .65rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.rt-account-modal__intro-copy h2 { max-width: 330px; margin: 0 0 20px; font-size: clamp(2.7rem, 4vw, 4.3rem); letter-spacing: -.075em; line-height: .94; }
.rt-account-modal__intro-copy > p:last-child { max-width: 320px; margin: 0; color: #b8b8bc; font-size: .93rem; line-height: 1.65; }
.rt-account-modal__signal { display: flex; align-items: end; gap: 5px; height: 62px; margin-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.22); }
.rt-account-modal__signal i { flex: 1; height: var(--signal-height); background: var(--rt-red); opacity: .85; animation: rt-wave 1.35s ease-in-out infinite alternate; }
.rt-account-modal__signal i:nth-child(3n) { animation-delay: -.65s; opacity: .5; }
.rt-account-modal__signal i:nth-child(4n) { animation-delay: -.3s; }
.rt-account-modal__intro-foot { color: #858589; font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.rt-account-modal__content { display: flex; flex-direction: column; min-width: 0; overflow-y: auto; background: var(--rt-white); }
.rt-account-modal__head { align-items: flex-start; padding: 34px 38px 20px; border-bottom: 0; }
.rt-account-modal__head span { margin-bottom: 8px; font-size: .6rem; letter-spacing: .14em; }
.rt-account-modal__head h2 { max-width: 380px; font-size: clamp(2rem, 3.2vw, 2.8rem); letter-spacing: -.06em; line-height: 1.04; }
.rt-account-modal__close { flex-basis: 40px; width: 40px; height: 40px; border-color: #d5d5d1; border-radius: 50%; background: #f5f5f2; }
.rt-account-modal__close::before, .rt-account-modal__close::after { top: 18px; left: 10px; width: 18px; }
.rt-account-modal__close:hover { border-color: var(--rt-ink); }
.rt-account-modal__tabs { grid-template-columns: 1fr 1fr; gap: 4px; margin: 0 38px; padding: 4px; border: 0; border-radius: 13px; background: #efefec; }
.rt-account-modal__tabs button { min-height: 44px; padding: 0 16px; border: 0; border-radius: 10px; background: transparent; color: #6c6c70; font-size: .68rem; letter-spacing: .045em; transition: background .2s, color .2s, box-shadow .2s; }
.rt-account-modal__tabs button.is-active { background: var(--rt-white); color: var(--rt-ink); box-shadow: 0 3px 12px rgba(11,11,12,.08); }
.rt-account-modal__app { min-height: 0; padding: 28px 38px 18px; }
.rt-account-modal .rt-auth-card { padding: 0; border: 0; background: transparent; }
.rt-account-modal .rt-auth-card__intro { margin-bottom: 22px; }
.rt-account-modal .rt-auth-card__intro h3 { margin: 0 0 7px; font-size: 1.25rem; letter-spacing: -.035em; }
.rt-account-modal .rt-auth-card__intro p { margin: 0; color: #6a6a6e; font-size: .88rem; }
.rt-account-modal .rt-form { gap: 15px; }
.rt-account-modal .rt-form label { gap: 7px; color: #303034; font-size: .76rem; font-weight: 750; letter-spacing: 0; text-transform: none; }
.rt-account-modal .rt-field { position: relative; display: block; }
.rt-account-modal .rt-form input { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #d4d4cf; border-radius: 11px; outline: 0; background: #f8f8f5; font-size: .96rem; transition: border-color .2s, background .2s, box-shadow .2s; }
.rt-account-modal .rt-form input:hover { border-color: #a6a6a1; }
.rt-account-modal .rt-form input:focus { border-color: var(--rt-red); background: var(--rt-white); box-shadow: 0 0 0 4px rgba(237,28,36,.1); }
.rt-account-modal .rt-field input[type="password"], .rt-account-modal .rt-field input[type="text"][data-rt-password-input] { padding-right: 76px; }
.rt-account-modal .rt-password-toggle { position: absolute; top: 50%; right: 8px; min-width: 58px; min-height: 36px; padding: 0 8px; border: 0; border-radius: 8px; background: transparent; color: #626266; font-size: .65rem; font-weight: 800; cursor: pointer; transform: translateY(-50%); }
.rt-account-modal .rt-password-toggle:hover { background: #ecece8; color: var(--rt-ink); }
.rt-account-modal .rt-form__hint { margin-top: -8px; color: #77777b; font-size: .7rem; }
.rt-account-modal .rt-form__message { min-height: 20px; margin: -4px 0 0; font-size: .76rem; line-height: 1.35; }
.rt-account-modal .rt-form .rt-button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 54px; margin-top: 1px; padding: 0 18px; border-radius: 11px; }
.rt-account-modal .rt-form .rt-button i { font-size: 1.12rem; font-style: normal; transition: transform .2s; }
.rt-account-modal .rt-form .rt-button:hover i { transform: translateX(3px); }
.rt-account-modal .rt-form .rt-button:disabled { cursor: wait; opacity: .62; }
.rt-account-modal .rt-auth-divider { gap: 12px; margin-block: 18px; color: #8a8a8e; font-size: .62rem; }
.rt-account-modal [data-rt-erp-login] { display: flex; align-items: center; justify-content: flex-start; gap: 12px; width: 100%; min-height: 50px; padding: 0 14px; border-color: #d4d4cf; border-radius: 11px; background: var(--rt-white); font-size: .7rem; }
.rt-account-modal .rt-erp-mark { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; background: var(--rt-ink); color: var(--rt-white); font-size: .72rem; font-weight: 900; }
.rt-account-modal .rt-auth-card__switch { margin: 18px 0 0; color: #68686c; font-size: .8rem; text-align: center; }
.rt-account-modal .rt-auth-card__switch a { color: var(--rt-ink); font-weight: 800; }
.rt-account-modal__privacy { display: flex; align-items: center; justify-content: center; gap: 8px; margin: auto 38px 22px; color: #8b8b8f; font-size: .64rem; }
.rt-account-modal__privacy span { color: #3ea35a; font-size: .45rem; }
@media (max-width: 760px) {
.rt-account-modal { place-items: end center; padding: 8px; }
.rt-account-modal__panel { grid-template-columns: 1fr; width: 100%; max-height: calc(100dvh - 16px); border-radius: 22px 22px 10px 10px; }
.rt-account-modal__intro { display: none; }
.rt-account-modal__content { max-height: calc(100dvh - 18px); }
.rt-account-modal__head { padding: 22px 20px 16px; }
.rt-account-modal__head h2 { font-size: 1.8rem; }
.rt-account-modal__tabs { margin-inline: 20px; }
.rt-account-modal__app { padding: 22px 20px 14px; }
.rt-account-modal__privacy { margin: auto 20px 18px; }
.rt-account-modal .rt-auth-card__intro { margin-bottom: 18px; }
.rt-account-modal .rt-auth-card__intro h3 { font-size: 1.12rem; }
.rt-account-modal .rt-form { gap: 12px; }
.rt-account-modal .rt-form input { min-height: 50px; }
.rt-account-modal .rt-form .rt-button { min-height: 52px; }
}
@media (prefers-reduced-motion: reduce) {
.rt-account-modal__signal i { animation: none; }
.rt-join-mail::before, .rt-join-mail__beacon i { animation: none; }
*, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media print {
.rt-header, .rt-footer, .rt-player { display: none !important; }
body { padding: 0; background: #fff; }
} .rt-timezone-label { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px !important; color: var(--rt-ink) !important; font-size: .7rem !important; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.rt-timezone-label::before { width: 8px; height: 8px; background: var(--rt-red); border-radius: 50%; content: ""; }
.rt-now-playing--schedule { position: relative; margin-bottom: 26px; overflow: hidden; }
.rt-now-playing--schedule::after { position: absolute; right: 0; bottom: 0; left: 0; width: var(--rt-program-progress); height: 3px; background: var(--rt-red); content: ""; transition: width .4s var(--rt-ease); }
.rt-now-playing--schedule > span { display: inline-flex; align-items: center; gap: 8px; }
.rt-now-playing--schedule > span i { width: 8px; height: 8px; flex: 0 0 auto; background: var(--rt-red); border-radius: 50%; box-shadow: 0 0 0 0 rgba(237, 28, 36, .5); animation: rt-schedule-live-pulse 1.7s ease-out infinite; }
.rt-now-playing--schedule strong { display: block; font-size: clamp(1rem, 1.7vw, 1.35rem); line-height: 1.15; }
.rt-now-playing--schedule small { display: block; margin-top: 5px; }
.rt-now-playing__visual { position: relative; display: flex; width: 120px; height: 42px; align-items: center; justify-content: flex-end; gap: 4px; }
.rt-now-playing__visual span { width: 4px; margin: 0; background: var(--rt-white); transform-origin: center; animation: rt-schedule-wave .9s ease-in-out infinite alternate; }
.rt-now-playing__visual span:nth-child(1), .rt-now-playing__visual span:nth-child(7) { height: 28%; animation-delay: -.4s; }
.rt-now-playing__visual span:nth-child(2), .rt-now-playing__visual span:nth-child(8) { height: 66%; animation-delay: -.7s; }
.rt-now-playing__visual span:nth-child(3), .rt-now-playing__visual span:nth-child(9) { height: 42%; animation-delay: -.2s; }
.rt-now-playing__visual span:nth-child(4), .rt-now-playing__visual span:nth-child(10) { height: 88%; animation-delay: -.6s; }
.rt-now-playing__visual span:nth-child(5), .rt-now-playing__visual span:nth-child(11) { height: 55%; animation-delay: -.1s; }
.rt-now-playing__visual span:nth-child(6), .rt-now-playing__visual span:nth-child(12) { height: 34%; animation-delay: -.8s; }
.rt-schedule-note { margin: -8px 0 24px; padding: 12px 16px; border-left: 3px solid var(--rt-red); background: var(--rt-gray-100); color: var(--rt-gray-600); font-size: .78rem; font-weight: 700; }
.rt-program-cover { position: relative; display: block; aspect-ratio: 1; margin: 0 0 14px; overflow: hidden; background: var(--rt-ink) var(--rt-cover-image) center / cover no-repeat; color: var(--rt-white); text-decoration: none; isolation: isolate; }
.rt-program-cover__shade { position: absolute; inset: 0; z-index: -1; margin: 0 !important; background: linear-gradient(180deg, rgba(11, 11, 12, .08) 28%, rgba(11, 11, 12, .9) 100%); }
.rt-program-cover img { position: absolute; top: 11px; left: 11px; width: min(72%, 112px); height: auto; padding: 7px 8px; background: rgba(11, 11, 12, .82); }
.rt-schedule-grid .rt-program-cover__title { position: absolute; right: 12px; bottom: 12px; left: 12px; margin: 0; color: var(--rt-white); font-size: clamp(.8rem, 1.2vw, 1rem); font-weight: 900; line-height: 1.05; letter-spacing: -.02em; text-wrap: balance; }
.rt-schedule-grid article.is-current { background: rgba(237, 28, 36, .06); box-shadow: inset 3px 0 0 var(--rt-red); }
.rt-schedule-grid article.is-current time::before { display: inline-block; width: 6px; height: 6px; margin-right: 6px; background: var(--rt-red); border-radius: 50%; content: ""; vertical-align: 1px; }
@keyframes rt-schedule-live-pulse {
70% { box-shadow: 0 0 0 8px rgba(237, 28, 36, 0); }
100% { box-shadow: 0 0 0 0 rgba(237, 28, 36, 0); }
}
@keyframes rt-schedule-wave {
from { transform: scaleY(.55); opacity: .55; }
to { transform: scaleY(1); opacity: 1; }
}
@media (max-width: 700px) {
.rt-now-playing--schedule { grid-template-columns: 1fr; gap: 14px; }
.rt-now-playing__visual { position: absolute; right: 18px; bottom: 12px; width: 76px; height: 28px; opacity: .7; }
}