/*
Theme Name: Motiva Hit Pro Radio
Theme URI: https://motivahit.es/
Author: Motiva Hit
Author URI: https://motivahit.es/
Description: Tema profesional editorial y radiofónico para Motiva Hit, con directo, programación, podcasts, noticias, artistas y contacto. Diseño original inspirado en la arquitectura de grandes portales de radio, adaptado a la identidad naranja, coral y negra de Motiva Hit.
Version: 4.9.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: motivahit
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: news, entertainment, blog, custom-logo, custom-menu, featured-images, grid-layout, two-columns, translation-ready
*/

:root{
 --mh-black:#080808;--mh-ink:#111;--mh-dark:#181818;--mh-card:#212121;--mh-soft:#2b2b2b;
 --mh-orange:#ff5a0a;--mh-orange2:#ff7d35;--mh-coral:#ffab7a;--mh-cream:#f6f1e9;
 --mh-white:#fff;--mh-muted:rgba(246,241,233,.68);--mh-line:rgba(255,255,255,.1);
 --mh-gradient:linear-gradient(135deg,#ff4300 0%,#ff681b 48%,#ffa06b 100%);
 --mh-shadow:0 18px 48px rgba(255,91,10,.25);--mh-radius:18px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--mh-black);color:var(--mh-cream);font-family:Arial,Helvetica,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none;transition:.22s ease}img{max-width:100%;height:auto;display:block}
.mh-container{width:min(1220px,calc(100% - 32px));margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{top:8px;left:8px;width:auto;height:auto;clip:auto;background:#fff;color:#000;padding:10px;z-index:9999}

/* TOP */
.mh-topbar{background:#000;border-bottom:1px solid var(--mh-line);font-size:.76rem}
.mh-topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.mh-toplinks,.mh-social{display:flex;align-items:center;gap:16px}
.mh-toplinks a,.mh-social a{color:var(--mh-muted)}.mh-toplinks a:hover,.mh-social a:hover{color:var(--mh-orange2)}
.mh-live-dot{display:inline-flex;align-items:center;gap:8px;color:var(--mh-white);font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.mh-live-dot:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--mh-orange);box-shadow:0 0 0 5px rgba(255,90,10,.13);animation:mhPulse 1.4s infinite}

/* HEADER */
.site-header{position:sticky;top:0;z-index:999;background:rgba(8,8,8,.95);border-bottom:1px solid var(--mh-line);backdrop-filter:blur(14px)}
.admin-bar .site-header{top:32px}
.mh-header-main{min-height:86px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.site-branding{display:flex;align-items:center;gap:12px}.custom-logo{max-height:66px;width:auto}.site-title{margin:0;font-size:1.25rem;font-weight:950;text-transform:uppercase}
.site-description{margin:2px 0 0;color:var(--mh-orange2);font-size:.7rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.main-navigation ul{display:flex;justify-content:center;align-items:center;gap:2px;list-style:none;margin:0;padding:0}
.main-navigation a{display:block;padding:12px 13px;border-radius:9px;color:var(--mh-cream);font-size:.8rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.main-navigation a:hover,.main-navigation .current-menu-item>a{background:rgba(255,90,10,.15);color:#fff}
.mh-header-actions{display:flex;align-items:center;gap:9px}.mh-search-toggle,.menu-toggle{border:1px solid var(--mh-line);background:var(--mh-card);color:#fff;border-radius:11px;padding:10px 12px;cursor:pointer}
.menu-toggle{display:none}
.mh-listen-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 17px;border-radius:12px;background:var(--mh-gradient);color:#fff;font-weight:950;text-transform:uppercase;font-size:.78rem;box-shadow:var(--mh-shadow)}
.mh-search-panel{display:none;padding:16px 0;border-top:1px solid var(--mh-line);background:#111}.mh-search-panel.is-open{display:block}
.mh-search-panel .search-form{display:flex;gap:10px}.search-field{flex:1}

/* BREAKING */
.mh-breaking{background:#171717;border-bottom:1px solid var(--mh-line)}
.mh-breaking-inner{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:16px;min-height:42px}
.mh-breaking-label{background:var(--mh-orange);padding:7px 11px;border-radius:7px;color:#fff;font-size:.7rem;font-weight:950;text-transform:uppercase}
.mh-breaking-list{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--mh-cream);font-size:.88rem}

/* HERO */
.mh-home-hero{padding:34px 0 24px;background:radial-gradient(circle at 80% 0,rgba(255,90,10,.18),transparent 34%),#0b0b0b}
.mh-hero-grid{display:grid;grid-template-columns:1.65fr .85fr;gap:22px}
.mh-lead{position:relative;min-height:520px;overflow:hidden;border-radius:22px;background:#181818}
.mh-lead img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.mh-lead:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.95),rgba(0,0,0,.05) 70%)}
.mh-lead-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:34px}.mh-label{display:inline-block;padding:6px 9px;border-radius:7px;background:var(--mh-orange);font-size:.68rem;font-weight:950;text-transform:uppercase;letter-spacing:.07em}
.mh-lead h1{margin:12px 0 10px;font-size:clamp(2.25rem,5vw,4.8rem);line-height:.95;letter-spacing:-.055em;color:#fff}.mh-lead p{max-width:700px;color:var(--mh-muted);margin:0}
.mh-side-stack{display:grid;grid-template-rows:1fr 1fr;gap:18px}
.mh-feature-mini{position:relative;min-height:245px;overflow:hidden;border-radius:18px;background:#222}.mh-feature-mini img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.mh-feature-mini:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.95),rgba(0,0,0,.05))}
.mh-feature-mini-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:20px}.mh-feature-mini h2{margin:8px 0 0;font-size:1.35rem;line-height:1.15;color:#fff}

/* PLAYER */
.mh-player-section{padding:0 0 30px;background:#0b0b0b}.mh-player-card{display:grid;grid-template-columns:220px 1fr;gap:20px;align-items:center;padding:22px;border:1px solid var(--mh-line);border-radius:22px;background:linear-gradient(135deg,rgba(255,90,10,.2),#1c1c1c 40%);box-shadow:0 25px 70px rgba(0,0,0,.4)}
.mh-player-copy small{color:var(--mh-orange2);font-weight:950;letter-spacing:.12em;text-transform:uppercase}.mh-player-copy h2{margin:5px 0 3px;color:#fff;font-size:1.6rem}.mh-player-copy p{margin:0;color:var(--mh-muted)}
.mh-player-frame iframe{width:100%;height:150px;border:0;border-radius:14px;display:block}

/* SECTIONS */
.mh-section{padding:64px 0}.mh-section.alt{background:#111}.mh-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px;border-bottom:1px solid var(--mh-line);padding-bottom:14px}
.mh-section-head h2{margin:0;color:#fff;font-size:clamp(1.8rem,4vw,3.2rem);font-weight:950;letter-spacing:-.045em;text-transform:uppercase}.mh-section-head h2 span{color:var(--mh-orange)}
.mh-section-head a{color:var(--mh-orange2);font-weight:900;font-size:.8rem;text-transform:uppercase}
.mh-news-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.mh-card{overflow:hidden;border:1px solid var(--mh-line);border-radius:var(--mh-radius);background:var(--mh-card);transition:.24s ease}.mh-card:hover{transform:translateY(-5px);border-color:rgba(255,90,10,.5);box-shadow:var(--mh-shadow)}
.mh-card-media{display:block;aspect-ratio:16/10;overflow:hidden;background:#333}.mh-card-media img{width:100%;height:100%;object-fit:cover;transition:.4s}.mh-card:hover img{transform:scale(1.04)}
.mh-card-body{padding:18px}.mh-card-meta{color:var(--mh-orange2);font-size:.68rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.mh-card h3{margin:8px 0 9px;color:#fff;font-size:1.15rem;line-height:1.2}.mh-card p{margin:0;color:var(--mh-muted);font-size:.92rem}
.mh-card.audio .mh-card-media{aspect-ratio:1;background:var(--mh-gradient);position:relative}.mh-play-icon{position:absolute;right:14px;bottom:14px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#111;font-weight:950}

/* PROGRAMS */
.mh-program-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.mh-program{position:relative;min-height:320px;overflow:hidden;border-radius:18px;background:#222}.mh-program img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.mh-program:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.95),rgba(0,0,0,.05) 75%)}
.mh-program-content{position:absolute;z-index:2;bottom:0;left:0;right:0;padding:22px}.mh-program-time{color:var(--mh-coral);font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.09em}.mh-program h3{margin:7px 0 4px;color:#fff;font-size:1.45rem}.mh-program p{margin:0;color:var(--mh-muted)}

/* CHART */
.mh-chart{display:grid;gap:10px}.mh-chart-row{display:grid;grid-template-columns:48px 72px 1fr auto;gap:14px;align-items:center;padding:10px 14px;border-radius:14px;background:#202020;border:1px solid var(--mh-line)}
.mh-chart-num{font-size:1.45rem;font-weight:950;color:var(--mh-orange2)}.mh-chart-cover{width:72px;height:72px;border-radius:10px;overflow:hidden;background:#333}.mh-chart-cover img{width:100%;height:100%;object-fit:cover}
.mh-chart-title strong{display:block;color:#fff}.mh-chart-title span{color:var(--mh-muted);font-size:.88rem}.mh-chart-play{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--mh-gradient);color:#fff}

/* CONTENT */
.site-main{padding:50px 0}.mh-content-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:30px}
.entry-card,.widget,.mh-page-card{padding:26px;border:1px solid var(--mh-line);border-radius:var(--mh-radius);background:var(--mh-card)}
.entry-title,.page-title,.widget-title{color:#fff;font-weight:950;letter-spacing:-.035em}.entry-title{font-size:clamp(2rem,5vw,4.4rem);line-height:1}
.entry-meta{color:var(--mh-muted);font-size:.86rem;margin:10px 0 20px}.entry-content{font-size:1.04rem}.entry-content img{border-radius:14px}.entry-content a{text-decoration:underline;color:var(--mh-orange2)}
.widget{margin-bottom:20px}.widget-title{margin-top:0;padding-bottom:10px;border-bottom:3px solid var(--mh-orange);text-transform:uppercase}.widget ul{list-style:none;margin:0;padding:0}.widget li{padding:9px 0;border-bottom:1px solid var(--mh-line)}
input,textarea,select{width:100%;padding:13px 15px;color:#fff;background:#111;border:1px solid var(--mh-line);border-radius:11px;outline:0}input:focus,textarea:focus,select:focus{border-color:var(--mh-orange);box-shadow:0 0 0 4px rgba(255,90,10,.13)}
button,input[type=submit],.wp-block-button__link,.mh-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border:0;border-radius:11px;background:var(--mh-gradient);color:#fff!important;font-weight:950;text-transform:uppercase;cursor:pointer;box-shadow:var(--mh-shadow)}
.pagination{margin-top:28px}.page-numbers{display:inline-grid;place-items:center;min-width:40px;height:40px;margin:3px;padding:0 10px;border-radius:9px;background:#222}.page-numbers.current,.page-numbers:hover{background:var(--mh-orange);color:#fff}

/* CONTACT */
.mh-contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:26px}.mh-contact-list{display:grid;gap:12px}.mh-contact-item{padding:18px;border-radius:14px;background:#202020;border:1px solid var(--mh-line)}.mh-contact-item small{display:block;color:var(--mh-orange2);font-weight:900;text-transform:uppercase}.mh-contact-item strong{color:#fff}
.mh-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}

/* FOOTER */
.site-footer{padding:55px 0 20px;background:#0f0f0f;border-top:5px solid var(--mh-orange)}.mh-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:28px}.mh-footer-title{color:#fff;text-transform:uppercase}.mh-footer-logo{max-width:190px}.site-footer p,.site-footer li,.site-footer a{color:var(--mh-muted)}
.mh-footer-bottom{margin-top:35px;padding-top:18px;border-top:1px solid var(--mh-line);display:flex;justify-content:space-between;gap:20px;font-size:.8rem}

/* Responsive */
@keyframes mhPulse{0%,100%{box-shadow:0 0 0 0 rgba(255,90,10,.5)}50%{box-shadow:0 0 0 9px rgba(255,90,10,0)}}
@media(max-width:1050px){.mh-news-grid{grid-template-columns:repeat(2,1fr)}.mh-program-grid{grid-template-columns:repeat(2,1fr)}.mh-footer-grid{grid-template-columns:repeat(2,1fr)}.mh-header-main{grid-template-columns:auto auto}.main-navigation{grid-column:1/-1;display:none}.main-navigation.is-open{display:block}.main-navigation ul{justify-content:flex-start;flex-wrap:wrap;padding-bottom:14px}.menu-toggle{display:inline-block}.mh-header-actions{justify-self:end}}
@media(max-width:850px){.mh-hero-grid{grid-template-columns:1fr}.mh-lead{min-height:460px}.mh-side-stack{grid-template-columns:1fr 1fr;grid-template-rows:auto}.mh-player-card{grid-template-columns:1fr}.mh-content-layout,.mh-contact-grid{grid-template-columns:1fr}}
@media(max-width:700px){.admin-bar .site-header{top:46px}.mh-toplinks{display:none}.mh-header-main{min-height:72px}.custom-logo{max-height:54px}.mh-listen-btn{padding:10px 12px}.mh-listen-btn span{display:none}.mh-lead{min-height:420px}.mh-lead-content{padding:22px}.mh-side-stack{grid-template-columns:1fr}.mh-news-grid,.mh-program-grid,.mh-footer-grid{grid-template-columns:1fr}.mh-chart-row{grid-template-columns:38px 58px 1fr}.mh-chart-cover{width:58px;height:58px}.mh-chart-play{display:none}.mh-form-grid{grid-template-columns:1fr}.mh-footer-bottom{display:block}.mh-section{padding:48px 0}}
@media(max-width:460px){.mh-header-actions{gap:5px}.mh-search-toggle{display:none}.mh-home-hero{padding-top:20px}.mh-lead h1{font-size:2.3rem}.mh-section-head{align-items:start;flex-direction:column}.entry-card,.widget,.mh-page-card{padding:19px}}


/* =========================================================
   MOTIVA HIT PRO 3.0 — CAPA PROFESIONAL
========================================================= */

:root{
  --mh-max:1280px;
  --mh-space-1:.5rem;
  --mh-space-2:2.5rem;
  --mh-space-3:4rem;
  --mh-ease:cubic-bezier(.2,.8,.2,1);
}

body{
  background:
    radial-gradient(circle at 75% -10%,rgba(255,90,10,.12),transparent 30%),
    linear-gradient(180deg,#090909 0%,#0d0d0d 45%,#080808 100%);
}

.mh-container{width:min(var(--mh-max),calc(100% - 40px))}
.site-header{box-shadow:0 8px 30px rgba(0,0,0,.32)}
.mh-header-main{min-height:92px}
.main-navigation a{position:relative}
.main-navigation a:after{
  content:"";position:absolute;left:14px;right:14px;bottom:7px;height:2px;
  border-radius:8px;background:var(--mh-gradient);transform:scaleX(0);
  transform-origin:left;transition:transform .25s var(--mh-ease)
}
.main-navigation a:hover:after,.main-navigation .current-menu-item>a:after{transform:scaleX(1)}

.mh-home-hero{padding:42px 0 30px}
.mh-lead,.mh-feature-mini,.mh-card,.mh-program,.mh-player-card,.mh-page-card,.entry-card,.widget{
  box-shadow:0 18px 55px rgba(0,0,0,.28)
}
.mh-lead{min-height:600px}
.mh-lead:before{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(110deg,rgba(255,90,10,.18),transparent 45%);
}
.mh-lead-content{z-index:3}
.mh-lead h1{max-width:900px;text-wrap:balance}
.mh-lead p{font-size:1.16rem;max-width:760px}
.mh-feature-mini{transition:transform .28s var(--mh-ease),box-shadow .28s var(--mh-ease)}
.mh-feature-mini:hover{transform:translateY(-4px);box-shadow:0 20px 55px rgba(255,90,10,.16)}

.mh-player-card{
  position:relative;overflow:hidden;
  background:
    linear-gradient(115deg,rgba(255,90,10,.24),rgba(24,24,24,.97) 42%),
    #181818;
}
.mh-player-card:after{
  content:"";position:absolute;width:260px;height:260px;border-radius:50%;
  right:-100px;top:-110px;background:var(--mh-gradient);filter:blur(55px);opacity:.16
}
.mh-player-copy,.mh-player-frame{position:relative;z-index:2}
.mh-player-copy h2{font-size:2rem;letter-spacing:-.035em}

.mh-section-head h2{text-wrap:balance}
.mh-news-grid{gap:24px}
.mh-card{transform:translateZ(0)}
.mh-card-media{position:relative}
.mh-card-media:after{
  content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.22),transparent 55%);
  pointer-events:none
}
.mh-card h3{font-size:1.22rem}
.mh-card h3 a:hover{color:var(--mh-orange2)}
.mh-card-body{padding:20px}

.mh-editorial-grid{
  display:grid;grid-template-columns:1.35fr .65fr;gap:24px
}
.mh-editorial-main,.mh-editorial-side{
  border:1px solid var(--mh-line);border-radius:20px;background:var(--mh-card);overflow:hidden
}
.mh-editorial-main .mh-card-media{aspect-ratio:16/9}
.mh-editorial-side{display:grid}
.mh-editorial-side article{display:grid;grid-template-columns:115px 1fr;gap:14px;padding:14px;border-bottom:1px solid var(--mh-line)}
.mh-editorial-side article:last-child{border-bottom:0}
.mh-editorial-side img{width:115px;height:82px;object-fit:cover;border-radius:10px}
.mh-editorial-side h3{margin:0;color:#fff;font-size:1rem;line-height:1.2}

.mh-program{min-height:360px}
.mh-program-content{padding:26px}
.mh-program h3{font-size:1.7rem}

.mh-sticky-player{
  position:fixed;left:20px;right:20px;bottom:18px;z-index:9998;
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;
  max-width:1120px;margin:auto;padding:12px 14px;border:1px solid rgba(255,255,255,.13);
  border-radius:16px;background:rgba(17,17,17,.94);box-shadow:0 20px 70px rgba(0,0,0,.55);
  backdrop-filter:blur(18px);transform:translateY(130%);transition:transform .35s var(--mh-ease)
}
.mh-sticky-player.is-visible{transform:translateY(0)}
.mh-sticky-player-brand{display:flex;align-items:center;gap:10px}
.mh-sticky-player-brand img{width:48px;height:48px;object-fit:contain;border-radius:10px;background:#111}
.mh-sticky-player-brand strong{display:block;color:#fff}
.mh-sticky-player-brand small{color:var(--mh-orange2)}
.mh-sticky-player iframe{width:100%;height:78px;border:0}
.mh-sticky-close{width:38px;height:38px;border-radius:50%;background:#2a2a2a;color:#fff;border:1px solid var(--mh-line);box-shadow:none;padding:0}

.mh-newsletter{
  padding:32px;border:1px solid rgba(255,90,10,.25);border-radius:22px;
  background:linear-gradient(135deg,rgba(255,90,10,.15),rgba(255,255,255,.025));
  display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center
}
.mh-newsletter h2{margin:0 0 7px;color:#fff;font-size:2rem}
.mh-newsletter p{margin:0;color:var(--mh-muted)}
.mh-newsletter-form{display:flex;gap:10px;min-width:min(100%,420px)}
.mh-newsletter-form input{min-width:260px}

.mh-breadcrumbs{padding:14px 0;color:var(--mh-muted);font-size:.78rem}
.mh-breadcrumbs a:hover{color:var(--mh-orange2)}

.entry-card{padding:34px}
.entry-card>.wp-post-image{margin:18px 0 28px}
.entry-content{max-width:820px}
.entry-content h2,.entry-content h3{color:#fff;letter-spacing:-.025em}
.entry-content blockquote{
  margin:28px 0;padding:20px 24px;border-left:5px solid var(--mh-orange);
  background:rgba(255,90,10,.07);border-radius:0 12px 12px 0
}
.entry-content table{width:100%;border-collapse:collapse}
.entry-content th,.entry-content td{padding:12px;border:1px solid var(--mh-line)}
.entry-content th{background:#222;color:#fff}

.mh-share{
  display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:18px 0;border-top:1px solid var(--mh-line)
}
.mh-share a{padding:8px 12px;border:1px solid var(--mh-line);border-radius:9px;background:#1a1a1a;font-size:.78rem;font-weight:800}
.mh-share a:hover{background:var(--mh-orange);color:#fff}

.mh-ad-slot{
  min-height:110px;display:grid;place-items:center;margin:26px 0;padding:20px;
  border:1px dashed rgba(255,255,255,.15);border-radius:14px;color:rgba(255,255,255,.35);
  background:rgba(255,255,255,.02);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase
}

@media(max-width:900px){
  .mh-editorial-grid,.mh-newsletter{grid-template-columns:1fr}
  .mh-newsletter-form{min-width:0}
}
@media(max-width:700px){
  .mh-container{width:min(100% - 24px,var(--mh-max))}
  .mh-lead{min-height:500px}
  .mh-sticky-player{left:10px;right:10px;bottom:10px;grid-template-columns:1fr auto}
  .mh-sticky-player iframe{grid-column:1/-1}
  .mh-newsletter-form{display:grid}
  .mh-newsletter-form input{min-width:0}
}


/* ==========================================================
   MOTIVA HIT PRO RADIO 4.0
   Arquitectura modular de emisora
========================================================== */

.mh-radio-shell{min-height:100vh;background:#090909}
.mh-page-header{padding:64px 0 38px;background:
 linear-gradient(125deg,rgba(255,90,10,.18),transparent 44%),
 #101010;border-bottom:1px solid var(--mh-line)}
.mh-page-header__eyebrow{color:var(--mh-orange2);font-size:.72rem;font-weight:950;letter-spacing:.15em;text-transform:uppercase}
.mh-page-header h1{margin:8px 0 0;color:#fff;font-size:clamp(2.4rem,6vw,5.6rem);line-height:.94;letter-spacing:-.06em;text-transform:uppercase}
.mh-page-header p{max-width:760px;margin:18px 0 0;color:var(--mh-muted);font-size:1.08rem}

.mh-radio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.mh-station-card{position:relative;overflow:hidden;min-height:290px;border:1px solid var(--mh-line);border-radius:20px;background:#202020}
.mh-station-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.mh-station-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.96),rgba(0,0,0,.08) 76%)}
.mh-station-card__body{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:22px}
.mh-station-card__body h2{margin:8px 0 5px;color:#fff;font-size:1.5rem}
.mh-station-card__body p{margin:0;color:var(--mh-muted)}
.mh-station-card__play{position:absolute;z-index:3;right:18px;top:18px;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--mh-gradient);color:#fff;box-shadow:var(--mh-shadow)}

.mh-show-card{display:grid;grid-template-columns:120px 1fr;gap:18px;padding:17px;border:1px solid var(--mh-line);border-radius:16px;background:#202020}
.mh-show-card__image{width:120px;height:120px;border-radius:13px;overflow:hidden;background:#2b2b2b}
.mh-show-card__image img{width:100%;height:100%;object-fit:cover}
.mh-show-card h3{margin:5px 0;color:#fff;font-size:1.3rem}
.mh-show-card__meta{color:var(--mh-orange2);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.mh-show-card p{margin:5px 0 0;color:var(--mh-muted)}

.mh-schedule-tabs{display:flex;gap:8px;overflow:auto;margin-bottom:18px;padding-bottom:5px}
.mh-schedule-tabs button{white-space:nowrap;box-shadow:none;background:#222;border:1px solid var(--mh-line)}
.mh-schedule-tabs button.is-active{background:var(--mh-gradient)}
.mh-schedule-day{display:none}.mh-schedule-day.is-active{display:grid;gap:10px}
.mh-schedule-row{display:grid;grid-template-columns:95px 90px 1fr auto;gap:15px;align-items:center;padding:13px 16px;border-radius:13px;border:1px solid var(--mh-line);background:#1d1d1d}
.mh-schedule-row__time{color:var(--mh-orange2);font-size:1.1rem;font-weight:950}
.mh-schedule-row__cover{width:70px;height:70px;border-radius:10px;overflow:hidden;background:#333}
.mh-schedule-row__cover img{width:100%;height:100%;object-fit:cover}
.mh-schedule-row h3{margin:0;color:#fff}.mh-schedule-row p{margin:3px 0 0;color:var(--mh-muted);font-size:.86rem}
.mh-schedule-row__status{padding:6px 9px;border-radius:8px;background:rgba(255,90,10,.14);color:var(--mh-orange2);font-size:.66rem;font-weight:950;text-transform:uppercase}

.mh-podcast-card{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:18px;border:1px solid var(--mh-line);border-radius:18px;background:#202020}
.mh-podcast-card__cover{position:relative;aspect-ratio:1;border-radius:14px;overflow:hidden;background:#333}
.mh-podcast-card__cover img{width:100%;height:100%;object-fit:cover}
.mh-podcast-card__play{position:absolute;right:10px;bottom:10px;width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#111}
.mh-podcast-card h2{margin:6px 0 8px;color:#fff;font-size:1.45rem}.mh-podcast-card p{color:var(--mh-muted)}

.mh-chart-list{counter-reset:mhchart;display:grid;gap:10px}
.mh-chart-item{counter-increment:mhchart;display:grid;grid-template-columns:54px 76px 1fr auto;gap:14px;align-items:center;padding:11px 14px;border:1px solid var(--mh-line);border-radius:14px;background:#1e1e1e}
.mh-chart-item:before{content:counter(mhchart,decimal-leading-zero);color:var(--mh-orange2);font-size:1.35rem;font-weight:950}
.mh-chart-item__cover{width:76px;height:76px;border-radius:11px;overflow:hidden;background:#333}
.mh-chart-item__cover img{width:100%;height:100%;object-fit:cover}
.mh-chart-item h3{margin:0;color:#fff}.mh-chart-item p{margin:2px 0 0;color:var(--mh-muted)}
.mh-chart-item__play{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--mh-gradient);color:#fff}

.mh-host-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.mh-host-card{text-align:center;padding:22px;border:1px solid var(--mh-line);border-radius:18px;background:#202020}
.mh-host-card img{width:150px;height:150px;margin:0 auto 14px;border-radius:50%;object-fit:cover;border:4px solid rgba(255,90,10,.32)}
.mh-host-card h3{margin:0;color:#fff}.mh-host-card p{margin:5px 0 0;color:var(--mh-muted)}

.mh-single-hero{position:relative;min-height:520px;display:grid;align-items:end;overflow:hidden;background:#171717}
.mh-single-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.mh-single-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.97),rgba(0,0,0,.18) 70%)}
.mh-single-hero__content{position:relative;z-index:2;padding:65px 0}
.mh-single-hero h1{max-width:900px;margin:10px 0;color:#fff;font-size:clamp(2.6rem,7vw,6rem);line-height:.92;letter-spacing:-.065em}
.mh-single-hero__meta{color:var(--mh-orange2);font-weight:900;text-transform:uppercase;font-size:.75rem;letter-spacing:.09em}

.mh-player-dock{position:sticky;bottom:0;z-index:100;padding:12px 0;background:rgba(10,10,10,.94);border-top:1px solid var(--mh-line);backdrop-filter:blur(15px)}
.mh-player-dock__inner{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:18px}
.mh-player-dock h3{margin:0;color:#fff}.mh-player-dock small{color:var(--mh-orange2)}
.mh-player-dock iframe{width:100%;height:82px;border:0}

@media(max-width:980px){
 .mh-radio-grid{grid-template-columns:repeat(2,1fr)}
 .mh-host-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
 .mh-radio-grid,.mh-host-grid{grid-template-columns:1fr}
 .mh-show-card,.mh-podcast-card{grid-template-columns:90px 1fr}
 .mh-show-card__image{width:90px;height:90px}
 .mh-schedule-row{grid-template-columns:70px 1fr}
 .mh-schedule-row__cover,.mh-schedule-row__status{display:none}
 .mh-chart-item{grid-template-columns:42px 60px 1fr}
 .mh-chart-item__cover{width:60px;height:60px}
 .mh-chart-item__play{display:none}
 .mh-player-dock__inner{grid-template-columns:1fr}
}
\n\n/* ==========================================================\n   MOTIVA HIT 4.1 — acabado profesional\n========================================================== */\nbody{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}\n.site-branding>a{display:flex;align-items:center}\n.custom-logo{width:62px;height:62px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px rgba(255,90,10,.2)}\n.mh-footer-logo{width:110px;height:110px;object-fit:cover;border-radius:18px}\n.mh-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}\n.mh-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:12px 18px;border-radius:12px;font-size:.78rem;font-weight:950;letter-spacing:.035em;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}\n.mh-button:hover{transform:translateY(-2px)}\n.mh-button--primary{background:var(--mh-gradient);color:#fff;box-shadow:var(--mh-shadow)}\n.mh-button--ghost{border:1px solid rgba(255,255,255,.24);background:rgba(0,0,0,.28);color:#fff;backdrop-filter:blur(10px)}\n.mh-button--ghost:hover{background:rgba(255,255,255,.1)}\n.mh-lead-content{max-width:900px}\n.mh-chart-row{color:inherit}\n.mh-chart-row:hover{border-color:rgba(255,90,10,.5);transform:translateX(4px)}\n.mh-chart-row{transition:transform .2s ease,border-color .2s ease}\n.mh-newsletter-form>form{display:flex;gap:10px;align-items:center;flex-wrap:wrap}\n.mh-newsletter-form input[type=email]{min-width:260px}\n.mh-newsletter-form input[type=submit],.mh-newsletter-form button{min-height:46px}\n@media(max-width:760px){\n .mh-header-main{grid-template-columns:auto auto;min-height:74px}\n .site-branding .site-title,.site-branding .site-description{display:none}\n .custom-logo{width:52px;height:52px}\n .mh-listen-btn span{display:none}\n .mh-hero-actions{display:grid}\n .mh-button{width:100%}\n .mh-newsletter-form>form{display:grid}\n .mh-newsletter-form input[type=email]{min-width:0;width:100%}\n}\n

/* Canción en emisión y carátula */
.mh-player-card{grid-template-columns:minmax(220px,.65fr) minmax(240px,.8fr) minmax(320px,1.35fr)}
.mh-now-playing{display:flex;align-items:center;gap:16px;min-width:0;padding:16px;border:1px solid rgba(255,255,255,.10);border-radius:16px;background:rgba(0,0,0,.28)}
.mh-now-playing__art-wrap{position:relative;flex:0 0 112px;width:112px;height:112px;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#2b2b2b,#111);box-shadow:0 12px 28px rgba(0,0,0,.35)}
.mh-now-playing__art{width:100%;height:100%;display:block;object-fit:cover}.mh-now-playing__live{position:absolute;left:8px;bottom:8px;padding:5px 8px;border-radius:999px;background:#ff5a0a;color:#fff;font-size:.62rem;font-weight:950;letter-spacing:.08em}
.mh-now-playing__copy{min-width:0}.mh-now-playing__copy small{display:block;margin-bottom:5px;color:#ff8a3d;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.mh-now-playing__title,.mh-now-playing__artist{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mh-now-playing__title{color:#fff;font-size:1.12rem}.mh-now-playing__artist{margin-top:5px;color:var(--mh-muted)}
#mh-sticky-player .mh-sticky-now-art{width:48px;height:48px;border-radius:9px;object-fit:cover;background:#222}#mh-sticky-player .mh-sticky-player-brand>div{min-width:0}#mh-sticky-player .mh-sticky-player-brand strong,#mh-sticky-player .mh-sticky-player-brand small{display:block;max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:1000px){.mh-player-card{grid-template-columns:1fr 1fr}.mh-player-frame{grid-column:1/-1}}@media(max-width:700px){.mh-player-card{grid-template-columns:1fr}.mh-player-frame{grid-column:auto}.mh-now-playing__art-wrap{flex-basis:88px;width:88px;height:88px}}


/* Navegación continua: mantiene el reproductor sin cortes entre páginas. */
#mh-page-content{min-height:45vh}
.mh-page-loader{position:fixed;inset:0 0 auto 0;height:3px;z-index:100000;pointer-events:none;opacity:0;transition:opacity .18s ease;background:rgba(255,255,255,.04)}
.mh-page-loader span{display:block;width:35%;height:100%;transform:translateX(-120%);background:linear-gradient(90deg,transparent,var(--mh-orange2),var(--mh-orange));box-shadow:0 0 14px rgba(255,90,10,.7)}
.mh-page-loader.is-active{opacity:1}.mh-page-loader.is-active span{animation:mh-page-loading 1s ease-in-out infinite}
@keyframes mh-page-loading{0%{transform:translateX(-120%)}100%{transform:translateX(340%)}}
.mh-is-navigating #mh-page-content{opacity:.72;transition:opacity .15s ease}
#mh-sticky-player audio{width:100%;min-width:260px}
@media(max-width:700px){#mh-sticky-player audio{grid-column:1/-1;min-width:0;width:100%}}

/* Reproductor emergente independiente */
.mh-popup-launch{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:38px;padding:8px 11px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:#242424;color:#fff;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;white-space:nowrap}
.mh-popup-launch:hover,.mh-popup-launch.is-active{border-color:rgba(255,90,10,.65);background:rgba(255,90,10,.14);color:#ff9a55}
@media(max-width:700px){.mh-popup-launch span{display:none}.mh-popup-launch{width:40px;padding:8px}}

/* Perfil público de locutores */
.mh-host-card{display:grid;grid-template-columns:minmax(180px,280px) 1fr;gap:30px;align-items:start}
.mh-host-photo{margin:0}.mh-host-photo img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:22px;display:block}
.mh-host-role{margin:0 0 10px;color:#ff873b;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem}
.mh-host-excerpt{font-size:1.12rem;line-height:1.7;color:#555;margin:0 0 22px;font-weight:600}
.mh-host-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;padding-top:20px;border-top:1px solid rgba(0,0,0,.1)}
.mh-host-links a{display:inline-flex;align-items:center;padding:9px 13px;border-radius:999px;background:#171717;color:#fff;text-decoration:none;font-weight:700;font-size:.86rem}
.mh-host-links a:hover{background:#ff5a0a;color:#fff}
@media(max-width:760px){.mh-host-card{grid-template-columns:1fr}.mh-host-photo{max-width:320px}}

/* Ahora en emisión */
.mh-section--on-air{padding-top:34px;padding-bottom:34px;background:radial-gradient(circle at 85% 20%,rgba(255,90,10,.16),transparent 34%),#0d0d0d}
.mh-on-air{position:relative;display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);min-height:330px;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(135deg,#171717,#0c0c0c);box-shadow:0 24px 70px rgba(0,0,0,.38)}
.mh-on-air:after{content:"";position:absolute;right:-90px;top:-110px;width:330px;height:330px;border-radius:50%;background:rgba(255,90,10,.12);filter:blur(30px);pointer-events:none}
.mh-on-air__media{position:relative;min-height:330px;background:#151515;overflow:hidden}
.mh-on-air__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 45%,rgba(12,12,12,.9) 100%),linear-gradient(0deg,rgba(0,0,0,.45),transparent 55%)}
.mh-on-air__media img{width:100%;height:100%;display:block;object-fit:cover}
.mh-on-air__badge{position:absolute;z-index:2;left:18px;top:18px;display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border-radius:999px;background:rgba(8,8,8,.82);border:1px solid rgba(255,255,255,.14);color:#fff;font-size:.7rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(10px)}
.mh-on-air__badge i{width:9px;height:9px;border-radius:50%;background:#ff5a0a;box-shadow:0 0 0 0 rgba(255,90,10,.65);animation:mh-live-pulse 1.8s infinite}
@keyframes mh-live-pulse{0%{box-shadow:0 0 0 0 rgba(255,90,10,.65)}70%{box-shadow:0 0 0 9px rgba(255,90,10,0)}100%{box-shadow:0 0 0 0 rgba(255,90,10,0)}}
.mh-on-air__content{position:relative;z-index:2;align-self:center;padding:40px 44px}
.mh-on-air__eyebrow{margin:0 0 8px;color:var(--mh-orange2);font-size:.75rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.mh-on-air h2{margin:0 0 12px;font-size:clamp(2rem,4vw,4rem);line-height:.98;letter-spacing:-.045em}.mh-on-air h2 a{color:#fff}.mh-on-air h2 a:hover{color:var(--mh-orange2)}
.mh-on-air__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 16px;color:rgba(255,255,255,.72)}.mh-on-air__meta strong{color:#fff}.mh-on-air__meta a{color:var(--mh-orange2);font-weight:800}
.mh-on-air__excerpt{max-width:680px;margin:0;color:var(--mh-muted);font-size:1rem;line-height:1.7}
.mh-on-air__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
@media(max-width:820px){.mh-on-air{grid-template-columns:1fr}.mh-on-air__media{min-height:240px}.mh-on-air__media:after{background:linear-gradient(0deg,#0d0d0d 0%,transparent 60%)}.mh-on-air__content{padding:28px}.mh-on-air h2{font-size:2.35rem}}
@media(max-width:520px){.mh-on-air__actions{display:grid}.mh-on-air__actions .mh-button{width:100%}.mh-on-air__content{padding:24px 20px}}


/* Programas destacados 4.7 */
.mh-featured-programs-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.mh-featured-program{position:relative;min-height:390px;border-radius:22px;overflow:hidden;background:linear-gradient(145deg,#242424,#111);box-shadow:0 18px 45px rgba(0,0,0,.28);isolation:isolate}
.mh-featured-program-media{position:absolute;inset:0}
.mh-featured-program-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.mh-featured-program:hover .mh-featured-program-media img{transform:scale(1.045)}
.mh-featured-program:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.05) 18%,rgba(0,0,0,.92) 78%,#090909 100%)}
.mh-featured-program-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:26px}
.mh-featured-program-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.mh-featured-program-badge{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:rgba(255,90,10,.18);border:1px solid rgba(255,122,53,.32);color:#ffd2b9;font-size:.69rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.mh-featured-program h3{font-size:1.65rem;line-height:1.1;margin:0 0 8px;color:#fff}
.mh-featured-program-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:var(--mh-coral);font-size:.82rem;font-weight:800;margin-bottom:10px}
.mh-featured-program p{color:rgba(255,255,255,.74);margin:0 0 17px;font-size:.93rem}
.mh-featured-program-link{display:inline-flex;align-items:center;gap:7px;color:#fff;font-weight:900;font-size:.84rem}
.mh-featured-program-link:hover{color:var(--mh-orange2)}
@media(max-width:1050px){.mh-featured-programs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.mh-featured-programs-grid{grid-template-columns:1fr}.mh-featured-program{min-height:360px}}

/* Últimos pódcasts */
.mh-latest-podcasts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.mh-podcast-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--mh-line);border-radius:22px;background:linear-gradient(155deg,#252525,#151515);box-shadow:0 15px 38px rgba(0,0,0,.22);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.mh-podcast-card:hover{transform:translateY(-5px);border-color:rgba(255,90,10,.5);box-shadow:0 22px 52px rgba(0,0,0,.34)}
.mh-podcast-card-media{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:radial-gradient(circle at 72% 20%,rgba(255,125,53,.45),transparent 38%),linear-gradient(145deg,#2a160f,#111)}
.mh-podcast-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.mh-podcast-card:hover .mh-podcast-card-media img{transform:scale(1.045)}
.mh-podcast-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.56) 100%)}
.mh-podcast-placeholder{display:grid;place-items:center;width:100%;height:100%;font-size:4.6rem;background-image:repeating-linear-gradient(90deg,transparent 0 13px,rgba(255,122,53,.08) 13px 15px)}
.mh-podcast-play{position:absolute;z-index:2;right:16px;bottom:16px;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#111;font-size:1rem;font-weight:950;box-shadow:0 10px 25px rgba(0,0,0,.32)}
.mh-podcast-card-content{display:flex;flex:1;flex-direction:column;padding:20px}
.mh-podcast-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--mh-muted);font-size:.72rem}
.mh-podcast-label{padding:5px 9px;border-radius:999px;background:rgba(255,90,10,.16);border:1px solid rgba(255,122,53,.28);color:var(--mh-coral);font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.mh-podcast-card h3{margin:13px 0 7px;color:#fff;font-size:1.28rem;line-height:1.18}
.mh-podcast-card h3 a:hover{color:var(--mh-orange2)}
.mh-podcast-subtitle{margin:0 0 9px;color:var(--mh-coral);font-size:.84rem;font-weight:800}
.mh-podcast-excerpt{margin:0 0 16px;color:var(--mh-muted);font-size:.91rem}
.mh-podcast-audio{width:100%;height:38px;margin:auto 0 15px;accent-color:var(--mh-orange)}
.mh-podcast-link{display:inline-flex;align-items:center;gap:7px;margin-top:auto;color:#fff;font-size:.84rem;font-weight:900}
.mh-podcast-link:hover{color:var(--mh-orange2)}
@media(max-width:1100px){.mh-latest-podcasts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.mh-latest-podcasts-grid{grid-template-columns:1fr}.mh-podcast-card{display:grid;grid-template-columns:120px 1fr}.mh-podcast-card-media{aspect-ratio:auto;min-height:100%}.mh-podcast-card-content{padding:17px}.mh-podcast-excerpt{display:none}.mh-podcast-audio{display:none}.mh-podcast-play{width:42px;height:42px;right:10px;bottom:10px}}
