:root {
  --tf-red: #e10613;
  --tf-red-dark: #cd0417;
  --tf-red-darker: #ab1220;
  --tf-black: #111;
  --tf-bg: #fdfdfd;
  --tf-text: #1a1a1a;
  --tf-muted: #6b7280;
  --font-heading: "Lexend", sans-serif;
  --font-body: "Roboto", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; min-height: 100%; }
body { display: flex; min-height: 100vh; flex-direction: column; overflow-x: hidden; background: var(--tf-bg); color: var(--tf-text); font-family: var(--font-body); }
main { flex: 1 0 auto; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-family: var(--font-heading); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.container { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: 24px; }
.content-container { width: 100%; max-width: 1152px; margin-inline: auto; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; color: #fff; background: var(--tf-red-dark); }
.navbar-desktop { display: none; width: 100%; max-width: 1152px; height: 117px; margin: auto; padding: 12px 22px; align-items: center; gap: 24px; }
.navbar__logo { position: relative; left: -34px; width: 297px; height: 93px; flex: 0 0 297px; }
.navbar__logo img { width: 100%; height: 100%; object-fit: contain; }
.navbar__links { display: flex; margin-left: -69px; align-items: center; gap: 18px; font: 600 14px/1.25 var(--font-heading); text-transform: uppercase; white-space: nowrap; }
.navbar__links a { text-decoration: none; text-underline-offset: 4px; }
.navbar__links a:hover, .navbar__links a.active { text-decoration: underline; }
.navbar__socials { display: flex; margin-left: auto; align-items: center; justify-content: flex-end; gap: 16px; }
.navbar__socials img { width: 20px; height: 20px; }
.btn-listen-live { display: inline-flex; align-items: center; cursor: pointer; appearance: none; -webkit-appearance: none; border: 0; border-radius: 999px; padding: 11px 17px; background: #fff; color: var(--tf-red-dark); font: 700 15px var(--font-heading); line-height: 1; text-transform: uppercase; }
.btn-listen-live:hover { background: var(--tf-red); color: #fff; }
.navbar-mobile { display: flex; flex-direction: column; padding: 20px 22px 33px; }
.navbar-mobile__logo { display: block; width: min(218px, 65vw); }
.navbar-mobile__row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 10px; }
.navbar-mobile__links { display: flex; gap: 16px; font: 600 16px var(--font-heading); text-transform: uppercase; }
.navbar-mobile__links a { text-decoration: none; text-underline-offset: 4px; }
.navbar-mobile__links a.active { text-decoration: underline; }
.navbar__hamburger { display: flex; flex-direction: column; justify-content: center; gap: 4px; border: 0; background: none; padding: 6px; cursor: pointer; }
.navbar__hamburger span { width: 24px; height: 2px; background: #fff; }
.brand-separator { display: flex; width: 100%; gap: 8px; padding-top: 8px; background: #fff; }
.brand-separator--footer { padding-top: 0; padding-bottom: 8px; }
.brand-separator span { height: 10px; }
.brand-separator span:nth-child(1), .brand-separator span:nth-child(2) { flex: 1.5; }
.brand-separator span:nth-child(3), .brand-separator span:nth-child(4) { flex: 1; }
.brand-separator span:nth-child(1) { background: #121212; }
.brand-separator span:nth-child(2) { background: #cd0417; }
.brand-separator span:nth-child(3) { background: #e8c902; }
.brand-separator span:nth-child(4) { background: #0c3eab; }
@media (min-width: 768px) { .navbar-desktop { display: flex; } .navbar-mobile { display: none; } }

/* Drawer */
.drawer { inset: 0; width: 100vw; height: 100vh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: #fff; color: #111; transform: translateX(100%); transition: transform .45s ease; }
.drawer[open] { transform: translateX(0); }
.drawer::backdrop { background: rgb(0 0 0 / 40%); }
.drawer__inner { display: flex; height: 100%; flex-direction: column; padding: 30px; }
.drawer__header { display: flex; align-items: center; justify-content: space-between; }
.drawer__header button { border: 0; background: none; cursor: pointer; padding: 8px; }
.drawer__nav { display: flex; flex-direction: column; gap: 20px; padding: 8px 0 50px; font: 600 16px var(--font-heading); text-transform: uppercase; }
.drawer__nav a { text-decoration: none; }
.drawer__nav .btn-listen-live { align-self: flex-start; justify-content: center; width: 200px; border-radius: 14px; background: #cd0417; color: #fff; }
.drawer__nav .btn-listen-live:hover { background: var(--tf-red-dark); }
.drawer__socials { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgb(0 0 0 / 20%); padding-top: 20px; }
.drawer__socials img { width: 28px; height: 28px; filter: invert(1); }
@media (min-width: 768px) { .drawer { display: none; } }

/* Hero */
.hero { position: relative; width: 100%; aspect-ratio: 1.4 / 1; overflow: hidden; touch-action: pan-y; cursor: grab; }
.hero:active { cursor: grabbing; }
.hero__track { display: flex; height: 100%; transition: transform .5s ease; will-change: transform; }
.hero__slide { position: relative; min-width: 100%; height: 100%; overflow: hidden; }
.hero__blur { position: absolute; inset: 0; transform: scale(1.1); opacity: .3; filter: blur(24px); }
.hero picture, .hero img { width: 100%; height: 100%; }
.hero img { object-fit: cover; object-position: center; -webkit-user-drag: none; user-select: none; }
.hero__image { position: relative; z-index: 1; }
.hero__dots { position: absolute; z-index: 2; bottom: 20px; left: 50%; display: flex; align-items: center; gap: 8px; transform: translateX(-50%); }
.hero__dot { display: grid; place-items: center; width: 20px; height: 20px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.hero__dot::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: rgb(255 255 255 / 50%); transition: .2s; }
.hero__dot.is-active::after { width: 12px; height: 12px; background: #fff; }
@media (max-width: 1023px) { .hero__image img { object-fit: fill; } }
@media (min-width: 1024px) { .hero { aspect-ratio: 2.46 / 1; } }

/* Shared sections */
.home-sections { padding: 0 22px 20px; }
.section-title { display: flex; align-items: center; justify-content: space-between; padding: 60px 0 30px; font: 800 32px/1 var(--font-heading); }

/* Videos */
.videos-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.videos-player { position: relative; overflow: hidden; border-radius: 20px; background: #000; aspect-ratio: 16 / 9; }
.videos-player iframe { width: 100%; height: 100%; border: 0; }
.videos-list { height: 282px; overflow-y: auto; padding-right: 4px; }
.videos-list__item { display: flex; width: 100%; align-items: flex-start; gap: 12px; margin-bottom: 12px; padding: 10px; border: 0; border-radius: 20px; background: transparent; text-align: left; cursor: pointer; transition: background .2s; }
.videos-list__item:hover { background: #f5e8ea; }
.videos-list__item.is-active { background: #f3dfe3; }
.video-thumb { position: relative; width: 137px; height: 80px; flex: 0 0 137px; overflow: hidden; border-radius: 12px; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.video-now-playing { position: absolute; bottom: 8px; left: 8px; display: none; border-radius: 6px; padding: 4px 8px; background: rgb(0 0 0 / 70%); color: #fff; font-size: 10px; font-weight: 600; }
.videos-list__item.is-active .video-now-playing { display: block; }
.videos-list__item p { display: -webkit-box; margin: auto 0; overflow: hidden; color: #161616; font: 700 18px/1.2 var(--font-body); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
@media (min-width: 1024px) { .videos-grid { grid-template-columns: minmax(0, 1fr) 380px; } .videos-list { height: 420px; } }
@media (min-width: 1280px) { .videos-grid { grid-template-columns: minmax(0, 1fr) 420px; } .videos-list { height: 460px; } }

/* Podcasts */
#podcasts { scroll-margin-top: 155px; }
.podcasts-carousel { position: relative; overflow: hidden; cursor: grab; }
.podcasts-carousel:active { cursor: grabbing; }
.podcasts-track { display: flex; gap: 25px; min-width: 0; margin: 0; touch-action: pan-y pinch-zoom; }
.podcast-card { flex: 0 0 50%; min-width: 0; color: inherit; text-decoration: none; }
.podcast-card__image { position: relative; overflow: hidden; border-radius: 4px; background: #fff; box-shadow: 0 1px 3px rgb(0 0 0 / 12%); aspect-ratio: 1; }
.podcast-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; -webkit-user-drag: none; user-select: none; }
.podcast-card:hover img { transform: scale(1.05); }
.podcast-card__play { position: absolute; right: 12px; bottom: 19px; display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--tf-red); opacity: 0; transform: translateY(40px); transition: .3s; }
.podcast-card:hover .podcast-card__play { opacity: 1; transform: translateY(0); }
.podcast-card__play img { width: 40px; height: 40px; }
.podcast-card p { display: -webkit-box; max-width: 284px; margin: 8px auto 0; overflow: hidden; text-align: center; font: 600 14px var(--font-heading); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.podcast-controls { margin-top: 16px; }
.podcast-arrows { display: none; justify-content: flex-end; gap: 8px; margin-bottom: 12px; }
.podcast-arrows button { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 0; border-radius: 50%; background: #1a1a1a; color: #fff; cursor: pointer; font-size: 32px; line-height: 1; padding: 0; text-align: center; padding: 0 0 5px 0;}
#podcast-prev { padding-right: 3px; }
#podcast-next { padding-left: 3px; }
.podcast-dots { display: flex; width: 100%; align-items: center; justify-content: center; gap: 8px; margin-top: 16px; }
.podcast-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #9ca3af; cursor: pointer; }
.podcast-dot.is-active { width: 12px; height: 12px; background: #000; }
@media (min-width: 640px) { .podcast-card { flex-basis: 284px; } .podcast-card p { font-size: 24px; } }
@media (min-width: 768px) { .podcast-arrows { display: flex; } }
@media (max-width: 767px) { #podcasts { scroll-margin-top: 218px; } }
@media (hover: none) { .podcast-card__play { opacity: 1; transform: none; } }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item { border: 0; border-bottom: 1px solid #e5e7eb; border-radius: 0; background: #fff; }
.faq-item:last-child { border-bottom: 0; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; padding: 32px 10px; list-style: none; color: #111827; font: 600 20px var(--font-body); cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 24px; font-weight: 400; }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { padding: 0 10px 28px; color: #6b7280; font-size: 16px; line-height: 1.625; }
.faq-answer p:first-child { margin-top: 0; }

/* Shows */
.shows-page { padding-top: 64px; padding-bottom: 40px; }
.shows-page .section-title { padding-top: 0; }
.shows-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.show-card { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 12px; background: none; aspect-ratio: 16 / 9; cursor: pointer; text-align: left; transition: opacity .2s; }
.show-card:hover { opacity: .95; }
.show-card img { width: 100%; height: 100%; object-fit: cover; }
.show-card.is-pending { display: none; }
.show-card.animate-in { animation: show-card .42s ease-out both; }
.shows-loader { height: 40px; }
@keyframes show-card { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
@media (min-width: 640px) { .shows-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .shows-grid { grid-template-columns: repeat(3, 1fr); } }

dialog.show-dialog { width: min(601px, calc(100vw - 16px)); max-height: calc(100vh - 16px); padding: 0; border: 0; border-radius: 16px; background: #fafafa; box-shadow: 0 20px 45px rgb(0 0 0 / 25%); }
dialog.show-dialog::backdrop { background: rgb(0 0 0 / 50%); }
.show-dialog__inner { position: relative; display: flex; max-height: calc(100vh - 16px); flex-direction: column; overflow: hidden; padding: 20px 16px; }
.show-dialog__close { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; width: 24px; height: 24px; place-items: center; padding: 0; border: 0; background: transparent; color: #4b5563; cursor: pointer; font-size: 22px; font-weight: 300; }
.show-dialog__title { padding: 0 40px 20px 0; color: #1a1a1a; font-size: 20px; font-weight: 700; }
.show-dialog__image { overflow: hidden; width: 100%; flex: 0 0 auto; border-radius: 12px; aspect-ratio: 16 / 9; }
.show-dialog__image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.show-dialog__scroll { min-height: 0; flex: 1 1 auto; overflow-x: hidden; overflow-y: auto; margin-top: 8px; padding-right: 8px; scrollbar-color: #8c8c8c transparent; scrollbar-width: auto; }
.show-dialog__scroll::-webkit-scrollbar { width: 12px; }
.show-dialog__scroll::-webkit-scrollbar-track { background: transparent; }
.show-dialog__scroll::-webkit-scrollbar-thumb { border: 3px solid transparent; border-radius: 999px; background: #8c8c8c; background-clip: padding-box; }
.show-dialog__meta { display: flex; gap: 12px; padding-top: 18px; }
.show-dialog__meta::before { content: "◷"; color: #4b5563; }
#show-dialog-host-row::before { content: "♙"; }
.show-dialog__meta strong { display: block; font-size: 15px; }
.show-dialog__meta span { display: block; color: #4b5563; font-size: 13px; }
.show-dialog__desc { margin: 20px 0 4px; color: #4b5563; font-size: 14px; line-height: 2; }
.show-dialog__cta { display: block; height: 54px; flex: 0 0 54px; margin-top: 16px; border-radius: 999px; background: var(--tf-red); color: #fff; text-align: center; text-decoration: none; font-size: 14px; font-weight: 700; line-height: 54px; text-transform: uppercase; }
.show-dialog__cta:hover { background: var(--tf-red-darker); }
.show-dialog__cta.is-disabled { pointer-events: none; background: #717171; cursor: not-allowed; }

/* Media controller */
.media-controller { position: fixed; z-index: 60; right: 0; bottom: 0; width: 100%; max-width: 377px; padding: 20px; }
.media-controller__bar { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 15px 14px; border: 1px solid rgb(0 0 0 / 20%); border-radius: 999px; outline: none; background: var(--tf-red); box-shadow: 0 4px 0 rgb(0 0 0 / 35%); }
.media-controller__bar:focus-visible { box-shadow: 0 0 0 2px #fff, 0 4px 0 rgb(0 0 0 / 35%); }
.media-controller__badge { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 999px; background: #fff; color: var(--tf-red); font-size: 16px; font-weight: 600; letter-spacing: .025em; text-transform: uppercase; }
.media-controller__badge svg { width: 22px; height: 22px; }
.media-controller__play { position: absolute; left: 50%; display: grid; width: 40px; height: 40px; place-items: center; transform: translateX(-50%); border: 0; border-radius: 50%; background: #fff; cursor: pointer; }
.media-controller__play svg { width: 20px; height: 20px; }
.media-controller__volume { display: flex; width: 40%; margin-left: auto; align-items: center; }
.media-controller__volume button { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; border: 0; background: transparent; color: #fff; cursor: pointer; }
.media-controller__volume input { width: 100%; accent-color: #fff; }
.media-controller__close { position: absolute; z-index: 1; top: -8px; right: 0; display: grid; width: 24px; height: 24px; place-items: center; border: 0; border-radius: 50%; background: #737373; color: #fff; cursor: pointer; font-size: 20px; }

/* Footer */
.site-footer { border-top: 1px solid #e5e7eb; background: #111; color: #fff; }
.site-footer__grid { display: grid; grid-template-columns: 1fr; gap: 32px; padding-top: 40px; padding-bottom: 40px; }
.site-footer h3 { margin-bottom: 12px; font: 700 18px var(--font-heading); letter-spacing: .025em; text-transform: uppercase; }
.site-footer a { display: block; margin-bottom: 12px; color: #d1d5db; font-size: 14px; font-weight: 500; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer a.active { color: rgb(232 232 232 / 40%); }
.footer-logo img { width: 150px; }
.footer-copy { margin: 16px 0 0; font-size: 14px; }
.footer-address { color: #d1d5db; font-size: 14px; font-weight: 500; line-height: 1.625; }
.footer-socials { display: flex; gap: 16px; }
.footer-socials a { margin: 0; }
.footer-socials img { width: 20px; height: 20px; }
@media (min-width: 768px) { .site-footer__grid { grid-template-columns: repeat(4, 1fr); } }

/* Cookie consent */
.cookie-consent[hidden] { display: none !important; }
.cookie-consent { position: fixed; z-index: 70; right: 0; bottom: 0; left: 0; width: 100%; max-width: 425px; background: #fff; border-top: 2px solid #0c3eab; box-shadow: 0 10px 25px rgb(0 0 0 / 20%); }
.cookie-consent__inner { padding: 20px; }
.cookie-consent h2 { color: #1f1f1f; font-size: 22px; font-weight: 600; line-height: 1.25; }
.cookie-consent p { margin: 12px 0 0; color: #2b2b2b; font-size: 16px; line-height: 1.6; }
.cookie-consent__actions { display: flex; gap: 12px; margin-top: 20px; }
.cookie-consent__actions > * { display: inline-flex; min-width: 0; height: 36px; flex: 1 1 0; align-items: center; justify-content: center; padding: 8px 12px; border: 1px solid #c1b5b5; border-radius: 6px; font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.cookie-consent__accept { border-color: #e9e9e9 !important; background: #191919; color: #fff; }
.cookie-consent__accept:hover { background: #0b3eab; }
.cookie-consent__learn { background: #fff; color: #1a1a1a; }
.cookie-consent__learn:hover { background: #fce6e7; }
@media (min-width: 640px) { .cookie-consent { right: auto; bottom: 16px; left: 8px; width: auto; margin: 0 8px; border: 2px solid #0c3eab; border-radius: 16px; } .cookie-consent__inner { padding: 34px 24px; } .cookie-consent h2 { font-size: 24px; } .cookie-consent__actions > * { height: 51px; padding: 11px 15px; } }

/* Content/error pages */
.legal-page { width: 100%; max-width: 1152px; margin-inline: auto; padding: 32px 22px 28px; }
.prose { max-width: none; padding: 0; }
.prose h1 { padding-bottom: 12px; font-size: 48px; font-weight: 600; line-height: 54px; }
.prose h2 { padding: 21px 0 20px; font-size: 32px; font-weight: 600; text-transform: uppercase; }
.prose p { margin: 0; font-size: 18px; font-weight: 400; line-height: 34px; }
.prose a { color: #0c3eab; }
.prose li { font-size: 18px; }
@media (min-width: 640px) { .prose h1 { padding-bottom: 40px; } }
.error-page { padding: 80px 22px; text-align: center; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 480px) {
  .navbar-mobile__links { gap: 14px; font-size: 16px; }
  .home-sections { padding-inline: 22px; }
  .section-title { font-size: 32px; }
  .media-controller { max-width: 100%; }
}
