@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800;900&display=swap');
:root{--black:#090a0c;--ink:#11151b;--paper:#e9e9e6;--white:#fff;--blue:#1769ff;--deep:#10245b;--orange:#ff8f00;--yellow:#ffbd16;--pink:#f21b72;--cyan:#16c8d4;--teal:#1fa384;--purple:#ad82dc}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;overflow-x:hidden}a{text-decoration:none;color:inherit}.header{position:sticky;top:0;z-index:100;background:var(--black);color:#fff}.topbar{height:24px;padding:0 4vw;display:flex;justify-content:space-between;align-items:center;font-size:8px;letter-spacing:.16em;color:#aeb4bf}.header nav{height:74px;padding:0 4vw;display:flex;align-items:center;gap:24px}.logo{display:flex;align-items:center;gap:10px;min-width:190px;font-size:11px;font-weight:900;line-height:1}.logo img{width:49px;height:49px;object-fit:cover;border-radius:50%;background:#fff;padding:2px}.logo b{color:var(--yellow)}.navlinks{display:flex;gap:20px;align-items:center;justify-content:flex-end;flex:1}.navlinks a{font-size:8px;font-weight:900;letter-spacing:.07em}.navlinks a:hover{color:var(--yellow)}.live-link{font-size:8px;font-weight:900;border:1px solid #fff;padding:10px 13px;white-space:nowrap}.live-link i{display:inline-block;width:7px;height:7px;background:#ff335c;border-radius:50%;margin-right:6px;box-shadow:0 0 10px #ff335c}.hamb{display:none;background:none;border:0;color:#fff;font-size:25px}.hero{min-height:760px;position:relative;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;background:#111;color:#fff}.hero-bg{position:absolute;inset:0;z-index:0;overflow:hidden;background:#111}.hero-bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(1.08) contrast(1.03);}.hero-bg-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.16) 0%,rgba(0,0,0,.06) 55%,rgba(0,0,0,.03) 100%),linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.06));}.hero-bg:after{content:"";position:absolute;inset:-20%;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:55px 55px;transform:rotate(-4deg);animation:heroGrid 18s linear infinite;pointer-events:none}.hero-copy{position:relative;z-index:2;align-self:center;padding:80px 5vw 80px 8vw}.tag{display:inline-block;padding:8px 11px;background:var(--yellow);border:2px solid #000;color:#111;font-size:9px;font-weight:900}.hero h1{font-size:clamp(62px,7.5vw,108px);line-height:.82;letter-spacing:-.065em;margin:20px 0;font-weight:900}.hero h1 span{color:var(--orange);text-shadow:4px 4px 0 #111}.hero-copy>p{max-width:500px;line-height:1.55;color:#fff;font-size:15px;text-shadow:0 2px 8px rgba(0,0,0,.55)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:25px 0}.btn{padding:14px 18px;border:2px solid #000;font-size:9px;font-weight:900}.btn.orange{background:var(--orange);color:#000}.btn.glass{background:#ffffff1d;color:#fff;border-color:#fff}.hero-meta{font-size:8px;font-weight:900;letter-spacing:.16em;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.55)}.hero-visual{position:relative;display:grid;place-items:center;padding:55px 7vw 55px 0}.photo-stack{position:relative;z-index:3;width:min(520px,100%);transform:rotate(2deg);border:3px solid #000;box-shadow:15px 15px 0 #07133f}.photo-stack img{width:100%;height:520px;display:block;object-fit:cover}.photo-caption{position:absolute;left:18px;bottom:18px;background:var(--orange);color:#000;border:2px solid #000;padding:11px 15px;display:flex;flex-direction:column}.photo-caption small{font-size:8px}.photo-caption strong{font-size:24px;line-height:1}.shape{position:absolute;border-radius:50%}.shape.one{width:300px;height:300px;background:var(--pink);right:5%;top:5%;opacity:.85}.shape.two{width:220px;height:220px;background:var(--yellow);left:0;bottom:5%;opacity:.8}.mini-card{position:absolute;z-index:5;right:4%;bottom:11%;background:#000;color:#fff;border:2px solid #fff;padding:12px 16px;display:grid;grid-template-columns:auto auto;gap:0 7px}.mini-card b{font-size:28px;color:var(--orange);line-height:.9}.mini-card span{font-size:14px;align-self:end}.mini-card small{grid-column:1/-1;font-size:7px;letter-spacing:.12em;margin-top:5px}.ticker{background:var(--yellow);color:#000;border-block:2px solid #000;padding:12px 0;overflow:hidden;white-space:nowrap;font-size:9px;font-weight:900;letter-spacing:.08em}.ticker div{display:inline-block;animation:scroll 22s linear infinite}.radio-section,.section,.contact{padding:95px 7vw}.heading{margin-bottom:42px}.heading small{font-size:8px;color:var(--orange);font-weight:900;letter-spacing:.16em}.heading h2{font-size:clamp(48px,6vw,82px);line-height:.86;letter-spacing:-.06em;margin:8px 0}.heading h2 em{color:var(--orange);font-style:normal}.heading p{color:#606875}.player{max-width:1000px;margin:auto;display:grid;grid-template-columns:270px 1fr;background:#12161d;color:#fff;border:3px solid #000;box-shadow:10px 10px 0 #000}.player-art{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,#303846,#15191f);padding:35px}.record{width:170px;height:170px;border-radius:50%;display:grid;place-items:center;background:repeating-radial-gradient(circle,#050505 0 5px,#383e47 6px 8px);border:8px solid #20242a;animation:spin 7s linear infinite paused}.playing .record{animation-play-state:running}.record div{width:65px;height:65px;border-radius:50%;background:var(--orange);color:#000;display:grid;place-items:center;font-weight:900}.live-badge{margin-top:22px;font-size:8px;font-weight:900;letter-spacing:.12em}.live-badge i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#ff315c;margin-right:6px}.player-main{padding:38px}.bars{height:35px;display:flex;align-items:end;gap:5px}.bars i{width:6px;height:16px;background:linear-gradient(var(--orange),var(--pink));animation:eq .6s ease-in-out infinite alternate paused}.bars i:nth-child(2){height:27px}.bars i:nth-child(3){height:20px}.bars i:nth-child(4){height:31px}.bars i:nth-child(5){height:17px}.bars i:nth-child(6){height:28px}.bars i:nth-child(7){height:21px}.bars i:nth-child(8){height:30px}.bars i:nth-child(9){height:16px}.bars i:nth-child(10){height:25px}.playing .bars i{animation-play-state:running}.aac{color:var(--yellow);font-weight:900;letter-spacing:.1em}.player h3{font-size:28px;margin:12px 0 5px}.player p{font-size:12px;color:#d4d9e2;margin:0}.controls{display:flex;align-items:center;gap:15px;margin-top:24px}.play{width:53px;height:53px;background:var(--orange);border:2px solid #000;font-weight:900;font-size:18px;cursor:pointer}.mute{background:none;border:0;color:#fff;font-size:18px;cursor:pointer}.controls input{width:190px;accent-color:var(--orange)}.player-main code{display:block;border-top:1px solid #ffffff22;margin-top:22px;padding-top:14px;color:#cdd5e3;font-size:8px;word-break:break-all}.stream-note{max-width:1000px;margin:18px auto 0;font-size:9px;color:#737b87}.statement{background:var(--orange);border-block:3px solid #000;padding:85px 7vw}.statement-inner{max-width:900px}.statement small{font-size:8px;font-weight:900;letter-spacing:.16em}.statement h2{font-size:clamp(50px,7vw,95px);line-height:.84;letter-spacing:-.06em;margin:12px 0}.statement h2 span{color:var(--pink)}.statement p{max-width:600px;font-size:15px;line-height:1.6}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.card{min-height:300px;padding:30px;border:2px solid #000;box-shadow:7px 7px 0 #000;display:flex;flex-direction:column}.card span{font-size:8px;font-weight:900;letter-spacing:.14em}.card h3{font-size:29px;line-height:.95;margin:15px 0}.card p{font-size:13px;line-height:1.55}.card b{margin-top:auto;font-size:10px}.purple{background:var(--purple)}.orange{background:var(--orange)}.teal{background:var(--teal)}.ad-strip{padding:25px 7vw;border-block:2px solid #000;display:flex;align-items:center;gap:25px;flex-wrap:wrap}.ad-strip small{font-size:8px;font-weight:900;letter-spacing:.14em;width:100%}.ad-strip h3{font-size:27px;margin:0}.ad-strip a{margin-left:auto;background:#000;color:#fff;padding:13px 17px;font-size:9px;font-weight:900}.ad-strip.blue{background:var(--cyan)}.ad-strip.pink{background:var(--pink)}.dark{background:#10131a;color:#fff}.dark .heading p{color:#cbd1dc}.news-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.news{background:#252b34;border:1px solid #ffffff20;overflow:hidden}.news-img{height:290px;background-size:cover;background-position:center}.news-body{padding:25px}.news-body small{font-size:8px;color:var(--yellow);font-weight:900}.news-body h3{font-size:26px;line-height:1;margin:10px 0}.news-body p{font-size:12px;color:#d4dae3;line-height:1.55}.news-body a{font-size:8px;color:var(--yellow);font-weight:900}.event{display:grid;grid-template-columns:130px 1fr auto;align-items:center;gap:25px;padding:30px;background:var(--orange);color:#000;border:2px solid #000;box-shadow:7px 7px 0 #000}.event-number{font-size:55px;font-weight:900;line-height:1}.event small{font-size:8px;font-weight:900}.event h3{font-size:28px;margin:8px 0}.event p{font-size:13px}.event>a{background:#000;color:#fff;padding:13px;font-size:9px;font-weight:900}.contest{display:grid;grid-template-columns:100px 1fr 130px;align-items:center;gap:25px;background:linear-gradient(120deg,var(--purple),var(--pink));color:#000;padding:30px;border:2px solid #000;box-shadow:7px 7px 0 #000}.contest .star{font-size:75px;text-align:center}.contest small{font-size:8px;font-weight:900}.contest h3{font-size:30px;margin:8px 0}.contest p{font-size:13px}.contest>b{background:#000;color:#fff;padding:20px;text-align:center}.castro-section{display:grid;grid-template-columns:1fr .8fr;gap:0;background:#0b1737;color:#fff}.castro-photo{overflow:hidden}.castro-photo img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block;transition:transform .8s}.castro-photo:hover img{transform:scale(1.05)}.castro-photo.big{grid-row:span 2}.castro-copy{padding:75px 7vw;align-self:center}.castro-copy small{font-size:8px;color:var(--yellow);font-weight:900;letter-spacing:.16em}.castro-copy h2{font-size:clamp(58px,7vw,100px);line-height:.82;letter-spacing:-.06em;margin:12px 0}.castro-copy h2 span{color:var(--orange)}.castro-copy p{color:#d6deed;line-height:1.6;font-size:14px}.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}.facts div{border-top:1px solid #ffffff44;padding-top:10px}.facts b,.facts small{display:block}.facts b{font-size:20px;color:var(--yellow)}.facts small{font-size:7px;color:#aeb8ca}.gallery-section{padding:95px 7vw;background:#e1e2df}.gallery-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr;gap:15px}.gallery-item{margin:0;border:2px solid #000;box-shadow:7px 7px 0 #000;background:#fff;overflow:hidden}.gallery-item img{display:block;width:100%;height:360px;object-fit:cover;transition:transform .7s}.gallery-item:first-child img{height:480px}.gallery-item:hover img{transform:scale(1.04)}.gallery-item figcaption{padding:12px;font-size:9px;font-weight:900}.contact{background:#d9dad7}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.contact-info img{width:130px;height:130px;object-fit:cover;border-radius:50%;background:#fff;padding:4px}.contact-info h3{font-size:28px}.contact-info p{font-size:13px}.whatsapp{display:inline-block;background:var(--teal);border:2px solid #000;box-shadow:5px 5px 0 #000;padding:13px 17px;font-size:9px;font-weight:900}.form{display:flex;flex-direction:column;gap:12px}.form label{font-size:8px;font-weight:900;display:flex;flex-direction:column;gap:5px}.form input,.form textarea{padding:14px;border:2px solid #000;background:#fff;color:#111;font:inherit}.form textarea{min-height:130px;resize:vertical}.form button{border:0;background:#000;color:#fff;padding:16px;font-weight:900;font-size:9px;cursor:pointer}.form p{font-size:9px;font-weight:700}.float-wa{position:fixed;right:20px;bottom:20px;z-index:120;width:55px;height:55px;display:grid;place-items:center;background:var(--teal);border:2px solid #000;box-shadow:5px 5px 0 #000;font-size:10px;font-weight:900}.reveal{opacity:0;transform:translateY(25px);transition:.75s ease}.reveal.visible{opacity:1;transform:none}@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes eq{from{transform:scaleY(.45)}to{transform:scaleY(1)}}@media(max-width:950px){.navlinks{gap:10px}.navlinks a{font-size:7px}.hero{grid-template-columns:1fr}.hero-visual{padding:20px 8vw 65px}.cards{grid-template-columns:1fr 1fr}.news-grid{grid-template-columns:1fr}.castro-section{grid-template-columns:1fr}.castro-photo.big{grid-row:auto}.castro-copy{order:2}.castro-photo.church{order:3}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-item:first-child img,.gallery-item img{height:300px}.contact-grid{grid-template-columns:1fr}}@media(max-width:700px){.topbar span:last-child{display:none}.header nav{height:65px}.logo{min-width:auto}.logo span{display:none}.hamb{display:block;margin-left:auto}.navlinks{display:none;position:absolute;top:89px;left:0;right:0;background:#090a0c;padding:20px 7vw;flex-direction:column;align-items:flex-start}.navlinks.open{display:flex}.live-link{display:none}.hero-copy{padding:60px 7vw 20px}.hero h1{font-size:60px}.hero-visual{padding:10px 7vw 65px}.photo-stack img{height:370px}.player{grid-template-columns:1fr}.player-art{padding:25px}.player-main{padding:25px}.cards,.gallery-grid{grid-template-columns:1fr}.gallery-item:first-child img,.gallery-item img{height:300px}.ad-strip{display:block}.ad-strip h3{margin:10px 0}.ad-strip a{display:inline-block;margin-top:15px}.event,.contest{grid-template-columns:1fr}.contest>b{width:max-content}.facts{grid-template-columns:1fr}.news-img{height:250px}.float-wa{right:14px;bottom:14px}}

/* Ajustes V3: menú más grande, collage superior, banners distribuidos y WhatsApp oficial */
.header nav{min-height:86px;height:auto;padding-top:12px;padding-bottom:12px;gap:20px}.logo{min-width:215px;font-size:12px}.logo img{width:58px;height:58px}.navlinks{gap:clamp(10px,1.35vw,22px)}.navlinks a{font-size:clamp(9px,.72vw,12px);padding:10px 2px}.navlinks a[href="#concursos"]{background:var(--orange);color:#000;border:2px solid #000;padding:10px 12px;box-shadow:3px 3px 0 var(--yellow)}.live-link{font-size:10px;padding:12px 15px}
.chiloe-collage{position:relative;z-index:3;width:min(620px,100%);height:560px}.chiloe-collage>div{position:absolute;overflow:hidden;border:3px solid #000;box-shadow:12px 12px 0 #07133f;background:#111}.chiloe-collage img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s}.chiloe-collage div:hover img{transform:scale(1.06)}.collage-main{left:0;top:30px;width:72%;height:430px;transform:rotate(-2deg)}.collage-side{width:39%;height:225px;right:0}.collage-side.top{top:0;transform:rotate(3deg)}.collage-side.bottom{bottom:10px;transform:rotate(2deg)}.chiloe-collage span{position:absolute;left:12px;bottom:12px;background:var(--orange);color:#000;border:2px solid #000;padding:7px 10px;font-size:8px;font-weight:900;letter-spacing:.08em}.yellow-ad{background:var(--yellow)}.teal-ad{background:var(--teal)}.ad-strip+.section{border-top:0}.float-wa{width:66px;height:66px;border-radius:50%;background:#25D366;border:3px solid #fff;box-shadow:0 7px 18px #0008;transition:transform .25s,box-shadow .25s}.float-wa:hover{transform:scale(1.1) rotate(-4deg);box-shadow:0 10px 25px #0009}.float-wa img{width:38px;height:38px;display:block}
@media(max-width:1120px){.header nav{gap:12px}.navlinks{gap:8px}.navlinks a{font-size:8px}.logo{min-width:190px}.live-link{font-size:8px;padding:10px 11px}}
@media(max-width:950px){.header nav{height:78px}.navlinks{gap:10px}.navlinks a{font-size:9px}.chiloe-collage{height:500px}.collage-main{height:380px}.collage-side{height:195px}}
@media(max-width:700px){.header nav{height:70px;padding:7px 5vw}.logo img{width:48px;height:48px}.hamb{display:block;margin-left:auto}.navlinks{top:94px;padding:20px 7vw;gap:4px}.navlinks a{font-size:12px;width:100%;padding:11px 8px}.navlinks a[href="#concursos"]{width:100%}.chiloe-collage{height:390px}.collage-main{left:0;top:35px;width:76%;height:300px}.collage-side{width:42%;height:160px}.collage-side.top{top:0}.collage-side.bottom{bottom:0}.chiloe-collage span{font-size:7px;padding:5px 7px}.float-wa{width:60px;height:60px;right:14px;bottom:14px}.float-wa img{width:35px;height:35px}}

/* V4 · Galería ampliada de Chiloé + redes sociales */
.social-links{display:flex;gap:9px;flex-wrap:wrap;margin:18px 0}.social-links a{display:inline-block;background:#111;color:#fff;border:2px solid #000;padding:11px 13px;font-size:8px;font-weight:900}.social-links a:hover{background:var(--yellow);color:#000}.chiloe-section{padding:95px 7vw;background:#0d1220;color:#fff}.chiloe-section .heading p{color:#cbd3e2}.chiloe-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.place-card{margin:0;background:#171d29;border:2px solid #fff;overflow:hidden;box-shadow:7px 7px 0 #000;min-height:390px;display:flex;flex-direction:column}.place-card img{width:100%;height:245px;object-fit:cover;display:block;transition:transform .7s}.place-card:hover img{transform:scale(1.07)}.place-card div{padding:18px}.place-card small{font-size:7px;color:var(--yellow);font-weight:900;letter-spacing:.16em}.place-card h3{font-size:28px;margin:7px 0 5px}.place-card p{font-size:11px;color:#cdd5e3;margin:0;line-height:1.45}@media(max-width:1100px){.chiloe-cards{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.chiloe-section{padding:70px 6vw}.chiloe-cards{grid-template-columns:1fr}.place-card{min-height:0}.place-card img{height:240px}}

/* --- Radio-first contact refinements --- */
.contact-info .contact-logo{
  width:220px;
  height:220px;
  object-fit:contain;
  border-radius:0;
  background:#fff;
  padding:10px;
  border:3px solid #000;
  box-shadow:8px 8px 0 #000;
  margin-bottom:20px;
}
.contact-methods{display:flex;flex-direction:column;gap:12px;margin:22px 0}
.contact-method{display:flex;align-items:center;gap:13px;padding:13px;background:#fff;border:2px solid #000;box-shadow:5px 5px 0 #000}
.contact-method>img{width:34px;height:34px;object-fit:contain;flex:0 0 34px}
.contact-method span{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}
.contact-method strong{font-size:10px;text-transform:uppercase}
.contact-method small{font-size:10px;overflow-wrap:anywhere}
.contact-method>a,.copy-email{border:2px solid #000;background:#111;color:#fff;padding:8px 10px;font-size:8px;font-weight:900;cursor:pointer}
.whatsapp-method{background:#dff8e8}
.email-method{background:#fff}
.social-title{font-size:8px;font-weight:900;letter-spacing:.15em;margin:26px 0 10px}
.social-brand-links{display:flex;flex-direction:column;gap:10px;margin:0}
.social-brand{display:flex!important;align-items:center;gap:11px;background:#fff!important;color:#111!important;border:2px solid #000!important;padding:10px 12px!important}
.social-brand img{width:27px;height:27px;object-fit:contain}
.social-brand span{font-size:9px;font-weight:900;flex:1}
.social-brand b{font-size:12px}
.facebook-brand:hover{background:#eaf0ff!important}
.instagram-brand:hover{background:#ffe9f3!important}
.radio-support-label{display:flex;align-items:end;gap:14px;flex-wrap:wrap;margin-bottom:35px}
.radio-support-label span{font-size:8px;color:var(--yellow);font-weight:900;letter-spacing:.15em}
.radio-support-label b{font-size:26px}
.radio-support-label small{font-size:10px;color:#bfc8d8}
@media(max-width:700px){
  .contact-info .contact-logo{width:180px;height:180px}
  .contact-method{align-items:flex-start}
  .contact-method small{font-size:9px}
  .contact-method>a,.copy-email{padding:7px 8px;font-size:7px}
}

/* V6: sección musical y logo de contacto libre */
.music-section{padding:100px 5%;background:#0a0d12;color:#fff}
.music-section .section-head{max-width:900px;margin-bottom:42px}
.music-section .section-head h2{font-size:clamp(42px,6vw,86px);line-height:.9;margin:12px 0}
.music-section .section-head h2 em{font-style:normal;color:var(--yellow)}
.music-section .section-head p{max-width:720px;color:#aeb8c8;font-size:15px;line-height:1.6}
.artist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.artist-card{background:#111722;border:1px solid rgba(255,255,255,.14);overflow:hidden;transition:transform .25s,box-shadow .25s}
.artist-card:hover{transform:translateY(-7px);box-shadow:8px 8px 0 rgba(255,208,0,.9)}
.artist-photo{height:270px;background-size:cover;background-position:center}
.artist-body{padding:22px}
.artist-body span{font-size:8px;font-weight:900;letter-spacing:.14em;color:var(--yellow)}
.artist-body h3{font-size:29px;margin:8px 0 10px}
.artist-body p{font-size:12px;line-height:1.65;color:#c3cad5}
.contact-info .contact-logo{width:min(380px,78vw)!important;height:auto!important;max-height:none!important;object-fit:contain!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;margin:0 0 28px!important;align-self:flex-start}
@media(max-width:1000px){.artist-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.artist-grid{grid-template-columns:1fr}.artist-photo{height:240px}.music-section{padding:70px 5%}.contact-info .contact-logo{width:min(300px,84vw)!important}}

/* V7: current artists + modal */
.artist-open{display:block;width:100%;padding:0;border:0;background:none;color:inherit;text-align:left;cursor:pointer}
.artist-open:focus-visible{outline:3px solid var(--yellow);outline-offset:-3px}
.artist-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:24px}
.artist-modal.open{display:flex}
.artist-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(8px)}
.artist-modal-box{position:relative;z-index:2;width:min(920px,96vw);max-height:90vh;overflow:auto;background:#111722;color:#fff;border:2px solid #fff;box-shadow:12px 12px 0 #000;display:grid;grid-template-columns:42% 58%}
.artist-modal-image{min-height:420px;background-size:cover;background-position:center}
.artist-modal-content{padding:44px;display:flex;flex-direction:column;justify-content:center}
.artist-modal-content>span{font-size:9px;font-weight:900;letter-spacing:.15em;color:var(--yellow)}
.artist-modal-content h3{font-size:clamp(38px,5vw,66px);line-height:.9;margin:10px 0 20px}
.artist-modal-content p{font-size:14px;line-height:1.7;color:#cbd3df}
.artist-close{position:absolute;right:12px;top:10px;z-index:4;width:42px;height:42px;border:2px solid #000;background:#fff;color:#000;font-size:28px;line-height:1;cursor:pointer}
.youtube-btn{display:inline-block;width:max-content;margin-top:22px;padding:13px 18px;background:#ff1744;color:#fff;font-size:9px;font-weight:900;text-decoration:none;border:2px solid #000;box-shadow:5px 5px 0 #000}
body.modal-open{overflow:hidden}
.contact-wrap{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center}
.contact-logo-side{display:flex;justify-content:flex-end;align-items:center}
.contact-logo-side .contact-logo{width:min(430px,100%);height:auto;object-fit:contain;display:block}
.contact-list{display:flex;flex-direction:column;gap:12px;margin:28px 0}
.contact-line{display:flex;align-items:center;gap:14px;padding:14px;background:#fff;color:#111;border:2px solid #000;text-decoration:none}
.contact-line .contact-icon{font-size:24px;min-width:28px;text-align:center}
.contact-line span:nth-child(2){flex:1;display:flex;flex-direction:column;gap:3px}
.contact-line b{font-size:10px;text-transform:uppercase}
.contact-line small{font-size:11px;overflow-wrap:anywhere}
.contact-line button,.contact-line>a:last-child{border:2px solid #000;background:#111;color:#fff;padding:8px 10px;font-size:8px;font-weight:900;text-decoration:none;cursor:pointer}
.social-brand-links{display:flex;flex-direction:column;gap:10px}
.social-brand{display:flex!important;align-items:center;gap:12px;padding:10px 12px!important;background:#fff!important;color:#111!important;border:2px solid #000!important;text-decoration:none}
.social-brand img{width:28px;height:28px;object-fit:contain}
.social-brand span{flex:1;font-size:10px;font-weight:900}
.social-brand b{font-size:13px}
.whatsapp-float{position:relative!important;right:auto!important;bottom:auto!important;z-index:10!important;display:flex!important;width:max-content!important;margin:10px 24px 24px auto!important;transform:none!important}
@media(max-width:800px){.artist-modal-box{grid-template-columns:1fr}.artist-modal-image{min-height:240px;max-height:280px}.artist-modal-content{padding:28px}.contact-wrap{grid-template-columns:1fr;gap:35px}.contact-logo-side{justify-content:flex-start}.contact-logo-side .contact-logo{width:min(330px,80vw)}}

/* V8 — imágenes de artistas y contacto profesional */
.artist-card{position:relative}
.artist-photo{position:relative;display:block;width:100%;height:300px;background-color:#202631;background-repeat:no-repeat;background-size:cover;background-position:center}
.artist-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.35))}
.artist-body{position:relative;z-index:2}
.contact-section{padding:100px 5%;background:#f3f4f6;color:#10131a}
.contact-shell{max-width:1250px;margin:auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:80px;align-items:center}
.contact-left{max-width:720px}
.contact-kicker{font-size:9px;font-weight:900;letter-spacing:.2em;margin-bottom:15px;color:#555}
.contact-left h2{font-size:clamp(48px,6vw,88px);line-height:.86;margin:0 0 20px;letter-spacing:-.04em}
.contact-left h2 em{font-style:normal;color:#ffb900}
.contact-intro{max-width:600px;font-size:15px;line-height:1.65;color:#5e6672;margin-bottom:30px}
.contact-actions{display:flex;flex-direction:column;gap:12px;max-width:680px}
.contact-action{display:flex;align-items:center;gap:15px;min-height:76px;padding:13px 15px;background:#fff;border:2px solid #111;box-shadow:5px 5px 0 #111;color:#111;text-decoration:none}
.whatsapp-action{background:#e8f8ee}
.action-icon{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;font-size:18px;flex:none}
.action-copy{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}
.action-copy strong{font-size:10px;letter-spacing:.12em}
.action-copy small{font-size:12px;overflow-wrap:anywhere}
.contact-action button,.contact-action>a:last-child{background:#111;color:#fff;border:0;padding:10px 12px;font-size:8px;font-weight:900;text-decoration:none;cursor:pointer}
.contact-social-head{margin:35px 0 12px;font-size:9px;font-weight:900;letter-spacing:.16em}
.contact-socials{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.social-card{display:flex;align-items:center;gap:12px;padding:13px;background:#fff;border:2px solid #111;text-decoration:none;color:#111;transition:transform .2s}
.social-card:hover{transform:translateY(-3px)}
.social-card img{width:34px;height:34px;object-fit:contain}
.social-card span{display:flex;flex-direction:column;gap:3px;flex:1}
.social-card strong{font-size:10px}.social-card small{font-size:10px;color:#626a75}
.contact-right{min-height:480px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background:#111722;padding:45px;border:2px solid #111;box-shadow:12px 12px 0 #111}
.contact-right .contact-logo{width:min(430px,100%);height:auto;display:block;object-fit:contain;filter:drop-shadow(0 18px 20px rgba(0,0,0,.3))}
.logo-orbit{position:absolute;right:22px;top:20px;display:flex;gap:7px}
.logo-orbit span{font-size:9px;font-weight:900;background:#ffd000;color:#111;padding:6px 8px}
.contact-station{margin-top:28px;color:#fff;font-size:8px;letter-spacing:.18em;text-align:center;font-weight:900}
.whatsapp-float{position:relative!important;right:auto!important;bottom:auto!important;display:flex!important;margin:15px 25px 25px auto!important;z-index:20!important}
@media(max-width:900px){
 .contact-shell{grid-template-columns:1fr;gap:45px}
 .contact-right{min-height:360px;order:-1}
 .contact-right .contact-logo{width:min(350px,82vw)}
}
@media(max-width:600px){
 .contact-socials{grid-template-columns:1fr}
 .contact-action{min-height:70px}
 .contact-action button,.contact-action>a:last-child{padding:8px;font-size:7px}
 .artist-photo{height:245px}
}

/* Banners publicitarios entregados por el cliente — conservar proporción y calidad */
.web-banner{
  width:100%;
  padding:18px clamp(12px,3vw,45px);
  background:#fff;
  border-block:2px solid #000;
  overflow:hidden;
}
.web-banner a{
  display:block;
  width:min(2048px,100%);
  margin:0 auto;
}
.web-banner img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:2048 / 682;
  object-fit:contain;
  object-position:center;
  image-rendering:auto;
  transition:transform .35s ease, filter .35s ease;
}
.web-banner a:hover img{
  transform:scale(1.008);
  filter:saturate(1.03);
}
@media(max-width:700px){
  .web-banner{padding:8px 0}
  .web-banner img{width:100%;height:auto}
}

/* Banners delgados: una sola aparición de cada anunciante */
.web-banner{
  width:100%;
  padding:7px clamp(10px,2.5vw,28px);
  background:#fff;
  border-block:1px solid rgba(0,0,0,.35);
  overflow:hidden;
}
.web-banner a{
  display:block;
  width:min(1500px,100%);
  margin:0 auto;
}
.web-banner img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:2048 / 682;
  object-fit:contain;
  object-position:center;
}
@media(max-width:700px){
  .web-banner{padding:4px 0}
}

/* V11 — video en vivo y Órbita 24 */
.video-section{padding:100px 5%;background:#080b10;color:#fff}
.video-shell{max-width:1250px;margin:auto}
.video-section .section-head{max-width:850px;margin-bottom:35px}
.video-section .section-head h2{font-size:clamp(44px,6vw,82px);line-height:.88;margin:10px 0}
.video-section .section-head h2 em{font-style:normal;color:var(--yellow)}
.video-section .section-head p{color:#aeb8c8;line-height:1.6}
.live-video-card{display:grid;grid-template-columns:1.7fr .7fr;border:2px solid #fff;background:#111722;box-shadow:10px 10px 0 #000;overflow:hidden}
.live-screen{min-height:430px;background:#020306;position:relative}
.live-screen iframe{width:100%;height:100%;min-height:430px;border:0}
.live-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;background:radial-gradient(circle at center,rgba(0,200,255,.12),transparent 45%)}
.live-placeholder strong{font-size:clamp(24px,4vw,48px);letter-spacing:.02em}
.live-placeholder small{font-size:11px;color:#98a5b7}
.live-dot{width:13px;height:13px;background:#ff1744;border-radius:50%;box-shadow:0 0 0 8px rgba(255,23,68,.12);animation:livePulse 1.5s infinite}
@keyframes livePulse{50%{transform:scale(1.25);opacity:.65}}
.live-info{padding:35px;display:flex;flex-direction:column;justify-content:center}
.live-badge{display:inline-block;width:max-content;background:#ff1744;color:#fff;padding:7px 10px;font-size:8px;font-weight:900}
.live-info h3{font-size:30px;line-height:1;margin:18px 0 12px}
.live-info p{font-size:12px;line-height:1.7;color:#aeb8c8}
.orbita-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:75px 0 25px}
.orbita-head h3{font-size:clamp(36px,5vw,65px);margin:8px 0 0}
.youtube-channel-btn{background:#ff1744;color:#fff;text-decoration:none;padding:12px 15px;font-size:8px;font-weight:900;border:2px solid #000;box-shadow:5px 5px 0 #000}
.orbita-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.video-card{background:#111722;border:1px solid rgba(255,255,255,.15);overflow:hidden}
.video-thumb{height:190px;background:linear-gradient(135deg,#14233a,#071018);display:grid;place-items:center;position:relative}
.video-thumb-2{background:linear-gradient(135deg,#24200f,#091015)}
.video-thumb-3{background:linear-gradient(135deg,#2b1229,#081018)}
.video-play{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#ff1744;color:#fff;padding-left:3px;font-size:20px;box-shadow:0 0 0 10px rgba(255,23,68,.12)}
.video-card>div:last-child{padding:20px}
.video-card span{font-size:8px;font-weight:900;color:var(--yellow);letter-spacing:.15em}
.video-card h4{font-size:21px;margin:8px 0 18px}
.video-card a{font-size:8px;font-weight:900;color:#fff;text-decoration:none}
@media(max-width:900px){
 .live-video-card{grid-template-columns:1fr}
 .live-screen,.live-screen iframe{min-height:320px}
 .orbita-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
 .video-section{padding:70px 5%}
 .live-screen,.live-screen iframe{min-height:250px}
 .orbita-head{align-items:flex-start;flex-direction:column}
 .orbita-grid{grid-template-columns:1fr}
}

/* V12 — énfasis transmisión online 88.3 FM */
.online-heading h2{font-size:clamp(52px,7vw,96px);letter-spacing:-.065em}
.online-lead{max-width:760px!important;font-size:17px!important;color:#303844!important}
.online-pulse{display:inline-flex;align-items:center;gap:9px;margin-top:12px;background:#ff1744;color:#fff;border:2px solid #000;box-shadow:5px 5px 0 #000;padding:11px 14px;font-size:9px;font-weight:900;letter-spacing:.08em}
.online-pulse i{width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.18);animation:livePulse 1.2s infinite}
.online-frequency{font-size:18px!important;font-weight:900!important;color:var(--yellow)!important;letter-spacing:.02em}
#radio{padding-top:105px;padding-bottom:105px}
#radio .player{max-width:1100px;border-width:3px;box-shadow:14px 14px 0 #000}
#radio .player-art{min-height:360px}
#radio .record{width:210px;height:210px}
#radio .record div{width:78px;height:78px;font-size:21px}
#radio .player-main{padding:42px}
#radio .player h3{font-size:clamp(30px,4vw,46px);letter-spacing:-.03em}
#radio .play{width:64px;height:64px;font-size:21px}
#radio .stream-note{max-width:1100px;margin:20px auto 0}

.coming-soon-label{display:inline-block;margin-top:2px;background:var(--yellow);color:#000;border:2px solid #000;padding:8px 10px;font-size:9px;letter-spacing:.12em}
.youtube-channel-btn{font-size:9px}
@media(max-width:600px){
  .online-heading h2{font-size:52px}
  .online-lead{font-size:15px!important}
  #radio .player-main{padding:28px 22px}
}



/* V18 — Noticias estilo editorial + modal flotante */
.news-grid-featured{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.news-card{background:#fff;border:2px solid #111;box-shadow:9px 9px 0 #111;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.news-card:hover{transform:translate(-3px,-3px);box-shadow:12px 12px 0 #111}
.news-image-wrap{position:relative;aspect-ratio:16/9;background:#dfe3e8;overflow:hidden}
.news-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.news-tag{position:absolute;left:16px;bottom:16px;background:#ff1744;color:#fff;border:2px solid #000;padding:7px 10px;font-size:9px;font-weight:900;letter-spacing:.12em}
.news-content{padding:25px 25px 28px}
.news-content small{font-size:9px;font-weight:900;letter-spacing:.12em;color:#68717e}
.news-content h3{font-size:clamp(25px,3vw,40px);line-height:1.02;margin:10px 0 12px;letter-spacing:-.03em}
.news-content p{color:#4e5864;line-height:1.55;margin:0 0 20px}
.news-read{background:#111;color:#fff;border:0;padding:12px 14px;font-size:9px;font-weight:900;letter-spacing:.08em;cursor:pointer}
.news-read span{margin-left:8px;color:var(--yellow)}
.news-modal{position:fixed;inset:0;z-index:9999;display:none}
.news-modal.open{display:block}
.news-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.82);backdrop-filter:blur(6px)}
.news-modal-panel{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(1000px,92vw);max-height:90vh;overflow:auto;background:#fff;color:#111;border:3px solid #000;box-shadow:15px 15px 0 #000}
.news-modal-panel>img{width:100%;height:min(390px,38vh);object-fit:cover;display:block}
.news-modal-body{padding:32px 38px 40px}
.news-modal-close{position:absolute;right:12px;top:12px;width:42px;height:42px;border:2px solid #000;background:#fff;color:#000;font-size:28px;line-height:1;cursor:pointer;z-index:2}
.news-modal-meta{font-size:9px;font-weight:900;letter-spacing:.13em;color:#d90032;margin-bottom:10px}
.news-modal-body h2{font-size:clamp(32px,5vw,60px);line-height:.98;letter-spacing:-.045em;margin:0 0 18px}
.news-modal-lead{font-size:19px;font-weight:700;line-height:1.45;margin:0 0 24px}
.news-modal-body p{font-size:16px;line-height:1.72;color:#3f4853;margin:0 0 18px}
.news-source{margin-top:28px;padding-top:20px;border-top:2px solid #111;font-size:13px}
.news-source p{font-size:13px;line-height:1.5}
.news-source a{color:#d90032;font-weight:800}
body.news-modal-open{overflow:hidden}
@media(max-width:760px){
  .news-grid-featured{grid-template-columns:1fr}
  .news-modal-body{padding:24px 20px 28px}
  .news-modal-panel{box-shadow:8px 8px 0 #000}
}

.news-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}
.news-grid-four .news-content h3{font-size:clamp(23px,2.2vw,34px)}
@media(max-width:760px){.news-grid-four{grid-template-columns:1fr}}

/* V20 — cuatro noticias compactas en una sola línea */
.news-grid-four{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.news-grid-four .news-card{
  min-width:0;
  box-shadow:6px 6px 0 #111;
}
.news-grid-four .news-image-wrap{
  aspect-ratio:16/9;
}
.news-grid-four .news-tag{
  left:9px;
  bottom:9px;
  padding:5px 7px;
  font-size:7px;
}
.news-grid-four .news-content{
  padding:16px 16px 18px;
}
.news-grid-four .news-content small{
  font-size:7px;
}
.news-grid-four .news-content h3{
  font-size:clamp(17px,1.55vw,24px);
  line-height:1.08;
  margin:7px 0 9px;
}
.news-grid-four .news-content p{
  font-size:12px;
  line-height:1.42;
  margin-bottom:13px;
}
.news-grid-four .news-read{
  width:100%;
  padding:9px 8px;
  font-size:7px;
}
@media(max-width:1050px){
  .news-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  .news-grid-four{grid-template-columns:1fr}
}

.news-modal-panel{
  width:min(1040px,94vw);
}
.news-modal-panel>img{
  aspect-ratio:16/7;
  height:auto;
  max-height:390px;
}
.news-modal-body{
  max-width:900px;
  margin:0 auto;
}
.news-modal-body p{
  font-size:17px;
}

/* V21 — noticias funcionales */
.news-card{cursor:pointer}
.news-card .news-read{pointer-events:none}
.news-modal{display:none!important}
.news-modal.open{display:block!important}
.news-modal-panel{z-index:10001}
.news-modal-backdrop{z-index:9999}
.news-modal-close{z-index:10002}

/* Ventana flotante de noticias */
body.news-modal-open{overflow:hidden}
.news-modal{display:none;position:fixed;inset:0;z-index:99999}
.news-modal.open{display:block}
.news-modal-backdrop{position:absolute;inset:0;background:rgba(255,255,255,.28);backdrop-filter:blur(2px)}
.news-modal-dialog{position:relative;width:min(940px,calc(100% - 28px));max-height:92vh;overflow:auto;margin:4vh auto;background:#fff;border-radius:22px;box-shadow:0 30px 90px rgba(0,0,0,.45);animation:newsIn .2s ease-out}
.news-modal-image{display:block;width:100%;height:330px;object-fit:cover}
.news-modal-content{padding:30px 34px 34px}
.news-modal-close{position:absolute;right:16px;top:14px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(0,0,0,.65);color:#fff;font-size:30px;line-height:1;cursor:pointer;z-index:2}
.news-modal-close:hover{background:#000}
.news-modal-content h2{margin:8px 0 14px;font-size:clamp(28px,4vw,42px);line-height:1.08;color:#101828}
.news-modal-lead{font-size:19px;line-height:1.55;font-weight:600;color:#344054;border-left:4px solid #ff6b00;padding-left:16px;margin:0 0 22px}
.news-modal-body p{font-size:17px;line-height:1.75;color:#344054;margin:0 0 18px}
.news-modal-source{margin-top:26px;padding-top:18px;border-top:1px solid #e4e7ec;color:#475467}
.news-modal-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.news-modal-links a{display:inline-block;padding:10px 14px;border-radius:10px;background:#f2f4f7;color:#155eef;text-decoration:none;font-weight:700}
.news-modal-links a:hover{background:#e4e7ec}
.news-card{cursor:pointer}
.news-card:focus{outline:3px solid #ff6b00;outline-offset:3px}
.news-read{pointer-events:none}
@keyframes newsIn{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}
@media(max-width:650px){
  .news-modal-dialog{width:calc(100% - 14px);max-height:96vh;margin:2vh auto;border-radius:16px}
  .news-modal-image{height:220px}
  .news-modal-content{padding:22px 20px 25px}
  .news-modal-content h2{font-size:28px}
  .news-modal-lead{font-size:17px}
  .news-modal-body p{font-size:16px}
}

/* Noticias: ventana flotante clara y nítida */
.news-modal-backdrop{background:rgba(255,255,255,.32)!important;backdrop-filter:blur(2px)!important}
.news-modal-dialog{background:#ffffff!important;opacity:1!important;filter:none!important}
.news-modal-image{opacity:1!important;filter:none!important}
.news-modal-content{background:#fff!important;color:#1d2939}
.news-modal-content h2{color:#101828!important}
.news-modal-lead{color:#344054!important}
.news-modal-body p{color:#344054!important}
.news-modal-source{color:#475467!important}

/* V25 — ventana de noticias totalmente limpia y desplazable */
.news-modal{
  position:fixed!important;
  inset:0!important;
  z-index:99999!important;
  display:none!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding:24px 14px!important;
  box-sizing:border-box!important;
  background:transparent!important;
}
.news-modal.open{
  display:block!important;
}
.news-modal-backdrop{
  position:fixed!important;
  inset:0!important;
  z-index:0!important;
  background:transparent!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.news-modal-dialog{
  position:relative!important;
  z-index:1!important;
  width:min(940px,100%)!important;
  max-height:none!important;
  height:auto!important;
  overflow:visible!important;
  margin:0 auto 30px!important;
  background:#fff!important;
  opacity:1!important;
  filter:none!important;
  box-shadow:0 18px 55px rgba(0,0,0,.22)!important;
}
.news-modal-content{
  max-height:none!important;
  overflow:visible!important;
}
.news-modal-image{
  opacity:1!important;
  filter:none!important;
}
@media(max-width:650px){
  .news-modal{
    padding:10px 7px!important;
  }
  .news-modal-dialog{
    width:100%!important;
    margin-bottom:15px!important;
  }
}


/* V26 — movimiento visual superior, guincha de punta a punta y responsive total */
.hero-bg{
  opacity:.22!important;
  background-image:
    radial-gradient(circle at 15% 20%,rgba(255,255,255,.35) 0 2px,transparent 3px),
    radial-gradient(circle at 80% 70%,rgba(255,255,255,.28) 0 2px,transparent 3px),
    linear-gradient(125deg,rgba(255,255,255,.10),transparent 35%,rgba(255,170,0,.18) 60%,transparent 82%),
    linear-gradient(#fff 1px,transparent 1px),
    linear-gradient(90deg,#fff 1px,transparent 1px)!important;
  background-size:170px 170px,230px 230px,100% 100%,55px 55px,55px 55px!important;
  transform:rotate(-4deg) scale(1.15)!important;
  animation:heroMotion 18s ease-in-out infinite alternate!important;
  will-change:transform,background-position;
}
.hero:after{
  content:"";position:absolute;inset:-25%;pointer-events:none;
  background:radial-gradient(circle at 25% 45%,rgba(255,255,255,.14),transparent 22%),
             radial-gradient(circle at 78% 55%,rgba(255,184,0,.16),transparent 24%);
  animation:heroGlow 11s ease-in-out infinite alternate;
}
.hero-copy,.hero-visual{z-index:2}
@keyframes heroMotion{0%{transform:rotate(-4deg) scale(1.15) translate3d(-18px,-10px,0);background-position:0 0,0 0,0 0,0 0,0 0}50%{background-position:70px 35px,-55px 65px,0 0,28px 18px,-28px 18px}100%{transform:rotate(-2deg) scale(1.18) translate3d(22px,14px,0);background-position:140px 70px,-110px 120px,0 0,55px 36px,-55px 36px}}
@keyframes heroGlow{from{transform:translate3d(-2%,0,0) scale(1)}to{transform:translate3d(4%,2%,0) scale(1.08)}}

.ticker{width:100vw!important;max-width:none!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:12px 0!important;overflow:hidden!important}
.ticker-track{display:flex!important;width:max-content!important;min-width:max-content!important;animation:tickerFull 28s linear infinite!important;will-change:transform}
.ticker-track>div{flex:0 0 auto!important;display:block!important;padding-right:30px!important}
@keyframes tickerFull{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* Titulares de noticias más protagonistas */
.news-grid-four .news-content h3{font-size:clamp(21px,1.9vw,31px)!important;line-height:1.02!important;letter-spacing:-.025em!important}

/* Adaptación fluida a teléfonos, tablets y pantallas grandes */
html,body{width:100%;max-width:100%;overflow-x:hidden}
img,video,iframe{max-width:100%}
@media(max-width:1100px){
  .hero{min-height:auto}
  .hero-copy{padding-left:6vw}
  .hero-visual{padding-right:5vw}
  .news-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .hero-copy{padding:55px 6vw 18px}
  .hero-visual{padding:10px 6vw 55px}
  .hero h1{font-size:clamp(52px,15vw,72px);line-height:.86}
  .hero-copy>p{font-size:14px}
  .actions{gap:9px}
  .btn{padding:12px 14px}
  .ticker{font-size:8px}
  .ticker-track{animation-duration:22s!important}
  .news-grid-four{grid-template-columns:1fr!important}
  .news-grid-four .news-content h3{font-size:clamp(24px,7vw,34px)!important}
  .section,.radio-section,.contact{padding-left:6vw;padding-right:6vw}
}
@media(max-width:420px){
  .hero h1{font-size:51px}
  .hero-copy{padding-top:42px}
  .hero-visual{padding-bottom:45px}
  .player-main{padding:20px}
  .controls{flex-wrap:wrap}
  .controls input{width:min(190px,100%)}
  .news-grid-four .news-content{padding:15px}
}
@media(prefers-reduced-motion:reduce){
  .hero-bg,.hero:after,.ticker-track{animation:none!important}
}

@keyframes heroGrid{0%{transform:rotate(-4deg) translate3d(0,0,0)}50%{transform:rotate(-4deg) translate3d(28px,18px,0)}100%{transform:rotate(-4deg) translate3d(0,0,0)}}
@media(max-width:700px){.hero{min-height:720px}.hero-bg-video{object-position:center center}.hero-bg-overlay{background:linear-gradient(180deg,rgba(3,18,55,.82),rgba(7,48,118,.72))}.hero-copy{padding:70px 6vw 55px}.hero-visual{padding:20px 6vw 55px}}

/* V30: video de fondo protagonista */
.hero-bg video{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  filter:none!important;
  opacity:1!important;
}
.hero-bg::before,
.hero-bg::after{
  display:none!important;
}

/* V31 — video limpio: eliminar imágenes decorativas superpuestas */
.hero-bg img,
.hero-bg picture,
.hero-bg .hero-image,
.hero-bg .hero-overlay-image,
.hero-bg .floating-image,
.hero-bg .decorative-image,
.hero-bg .hero-logo-image {
  display:none!important;
}

/* V31 — noticias más compactas y estilo editorial profesional */
.news-grid{
  gap:16px!important;
}
.news-card{
  border:1px solid rgba(20,30,45,.10)!important;
  border-radius:10px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 5px 18px rgba(0,0,0,.07)!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}
.news-card:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 10px 24px rgba(0,0,0,.11)!important;
}
.news-card img{
  height:132px!important;
  object-fit:cover!important;
}
.news-card .news-content,
.news-card .news-body,
.news-card-content{
  padding:12px 14px!important;
}
.news-card .news-meta{
  font-size:9px!important;
  line-height:1.2!important;
  letter-spacing:.06em!important;
  color:#777!important;
  margin-bottom:6px!important;
  font-weight:700!important;
  text-transform:uppercase!important;
}
.news-card h3,
.news-card .news-title{
  font-size:15px!important;
  line-height:1.28!important;
  margin:0 0 7px!important;
  font-weight:800!important;
  color:#18212b!important;
}
.news-card p,
.news-card .news-lead{
  font-size:11.5px!important;
  line-height:1.45!important;
  color:#5c646d!important;
  margin:0!important;
}
@media(max-width:900px){
  .news-card img{height:125px!important}
}
@media(max-width:600px){
  .news-grid{grid-template-columns:1fr!important}
  .news-card img{height:175px!important}
  .news-card h3,.news-card .news-title{font-size:17px!important}
}

/* =========================================================
   V32 — HERO LIMPIO: SOLO VIDEO + TEXTO
   ========================================================= */
.hero{
  min-height:780px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:relative!important;
  overflow:hidden!important;
  background:#111!important;
}
.hero-bg{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background:#111!important;
}
.hero-bg-video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  filter:none!important;
  opacity:1!important;
}
.hero-bg-overlay{
  position:absolute!important;
  inset:0!important;
  background:rgba(0,0,0,.08)!important;
  z-index:1!important;
}
/* Sin grilla, círculos, fotos ni decoraciones sobre el video */
.hero:after,
.hero-bg:after,
.hero-bg:before,
.hero-visual,
.hero-visual *,
.shape,
.mini-card,
.photo-stack,
.chiloe-collage{
  display:none!important;
}
.hero-copy{
  position:relative!important;
  z-index:3!important;
  width:min(1000px,90vw)!important;
  padding:80px 5vw!important;
  text-align:center!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
}
.hero-copy .tag{
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(0,0,0,.55)!important;
  box-shadow:0 3px 15px rgba(0,0,0,.18)!important;
}
.hero h1{
  margin:22px 0 16px!important;
  font-size:clamp(58px,8vw,112px)!important;
  line-height:.84!important;
  text-shadow:0 4px 18px rgba(0,0,0,.55)!important;
}
.hero h1 span{
  text-shadow:0 4px 15px rgba(0,0,0,.48)!important;
}
.hero-copy>p{
  max-width:720px!important;
  color:#fff!important;
  font-size:clamp(14px,1.5vw,18px)!important;
  text-shadow:0 2px 10px rgba(0,0,0,.65)!important;
}
.actions{justify-content:center!important}
.hero-meta{margin-top:5px!important}
@media(max-width:700px){
  .hero{min-height:720px!important}
  .hero-bg-video{object-position:center center!important}
  .hero-bg-overlay{background:rgba(0,0,0,.10)!important}
  .hero-copy{width:94vw!important;padding:55px 5vw!important}
  .hero h1{font-size:clamp(48px,15vw,72px)!important}
  .hero-copy>p{font-size:14px!important}
}
/* =========================================================
   V32 — NOTICIAS COMPACTAS
   ========================================================= */
.news-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
.news-card{
  min-width:0!important;
  border:1px solid rgba(20,30,45,.10)!important;
  border-radius:10px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 5px 18px rgba(0,0,0,.07)!important;
}
.news-card img{height:130px!important;object-fit:cover!important}
.news-card h3,.news-card .news-title{
  font-size:15px!important;
  line-height:1.25!important;
  margin:0 0 7px!important;
}
.news-card p,.news-card .news-lead{
  font-size:11.5px!important;
  line-height:1.45!important;
}
@media(max-width:1000px){
  .news-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:600px){
  .news-grid{grid-template-columns:1fr!important}
  .news-card img{height:180px!important}
}

/* =========================================================
   V33 — DISEÑO HERO SEGÚN LA PRIMERA PROPUESTA VISUAL
   Mantiene el contenido actual, pero cambia la presentación.
   ========================================================= */

/* Cabecera transparente sobre el video */
.header{
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:100!important;
  background:linear-gradient(180deg,rgba(0,0,0,.42),rgba(0,0,0,0))!important;
  color:#fff!important;
}
.topbar{
  display:none!important;
}
.header nav{
  height:82px!important;
  padding:0 clamp(18px,3.5vw,55px)!important;
  border-bottom:1px solid rgba(255,255,255,.20)!important;
  gap:26px!important;
}
.logo{
  min-width:210px!important;
}
.logo img{
  width:48px!important;
  height:48px!important;
  border:1px solid rgba(255,255,255,.75)!important;
}
.logo span{
  color:#fff!important;
  text-shadow:0 2px 8px rgba(0,0,0,.45)!important;
}
.navlinks a{
  color:#fff!important;
  font-size:9px!important;
  text-shadow:0 2px 7px rgba(0,0,0,.45)!important;
}
.navlinks a:hover{
  color:#ff9d00!important;
}
.live-link{
  border:1px solid rgba(255,255,255,.85)!important;
  background:rgba(0,0,0,.18)!important;
  backdrop-filter:blur(8px)!important;
  border-radius:4px!important;
}

/* Hero: video a pantalla completa, composición centrada */
.hero{
  min-height:900px!important;
  height:min(900px,100vh)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  position:relative!important;
  overflow:hidden!important;
  background:#101010!important;
}
.hero-bg{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
}
.hero-bg-video{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  opacity:1!important;
  filter:none!important;
}
.hero-bg-overlay{
  background:linear-gradient(180deg,rgba(0,0,0,.14) 0%,rgba(0,0,0,.02) 42%,rgba(0,0,0,.26) 100%)!important;
}
/* Nada de grillas, círculos, collage o imágenes sobre el video */
.hero-bg:after,
.hero-bg:before,
.hero:after,
.hero-visual,
.hero-visual *,
.shape,
.mini-card,
.photo-stack,
.photo-caption,
.chiloe-collage{
  display:none!important;
}
.hero-copy{
  width:min(1100px,94vw)!important;
  padding:115px 30px 80px!important;
  margin:0 auto!important;
  position:relative!important;
  z-index:3!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
}
.hero-copy .tag{
  background:rgba(255,255,255,.86)!important;
  border:1px solid rgba(0,0,0,.65)!important;
  box-shadow:0 5px 18px rgba(0,0,0,.18)!important;
  border-radius:2px!important;
  font-size:10px!important;
  padding:8px 12px!important;
}
.hero-brand-kicker{
  margin-top:28px!important;
  color:#fff!important;
  font-size:clamp(15px,1.6vw,23px)!important;
  letter-spacing:.55em!important;
  font-weight:400!important;
  text-indent:.55em!important;
  text-shadow:0 3px 12px rgba(0,0,0,.65)!important;
}
.hero h1{
  font-size:clamp(62px,9.8vw,138px)!important;
  line-height:.84!important;
  letter-spacing:-.065em!important;
  margin:12px 0 14px!important;
  font-weight:900!important;
  color:#fff!important;
  text-shadow:0 5px 22px rgba(0,0,0,.60)!important;
}
.hero h1 span{
  color:#ff8f00!important;
  text-shadow:0 5px 18px rgba(0,0,0,.58)!important;
}
.hero-tagline{
  color:#fff!important;
  font-size:clamp(12px,1.3vw,19px)!important;
  letter-spacing:.55em!important;
  text-indent:.55em!important;
  font-weight:500!important;
  text-shadow:0 3px 12px rgba(0,0,0,.65)!important;
  margin-bottom:18px!important;
}
.hero-copy>p{
  max-width:720px!important;
  color:#fff!important;
  font-size:clamp(13px,1.35vw,17px)!important;
  line-height:1.55!important;
  text-shadow:0 3px 12px rgba(0,0,0,.72)!important;
}
.actions{
  justify-content:center!important;
  margin:24px 0 18px!important;
}
.btn{
  border-radius:3px!important;
  padding:15px 20px!important;
  box-shadow:0 7px 22px rgba(0,0,0,.22)!important;
}
.btn.orange{
  background:#ff8f00!important;
  color:#111!important;
  border-color:#111!important;
}
.btn.glass{
  background:rgba(255,255,255,.13)!important;
  border:1px solid rgba(255,255,255,.8)!important;
  backdrop-filter:blur(8px)!important;
}
.hero-meta{
  font-size:9px!important;
  letter-spacing:.17em!important;
  color:#fff!important;
  text-shadow:0 3px 12px rgba(0,0,0,.70)!important;
}
.hero-meta b{
  color:#ff8f00!important;
}

/* Ticker de borde a borde */
.ticker{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding:12px 0!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  border-bottom:1px solid rgba(0,0,0,.18)!important;
}
.ticker-track{
  display:flex!important;
  width:max-content!important;
  min-width:max-content!important;
  animation:tickerFull 28s linear infinite!important;
}
.ticker-track>div{
  flex:0 0 auto!important;
  padding-right:36px!important;
}

/* Noticias: presentación inspirada en la referencia, más limpia */
.news-grid-four{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}
.news-grid-four .news-card{
  background:#fff!important;
  border:1px solid #e3e6ea!important;
  border-radius:10px!important;
  box-shadow:0 8px 24px rgba(0,0,0,.08)!important;
  overflow:hidden!important;
}
.news-grid-four .news-image-wrap{
  aspect-ratio:16/9!important;
}
.news-grid-four .news-tag{
  left:12px!important;
  bottom:12px!important;
  border:0!important;
  border-radius:3px!important;
  background:#ff8f00!important;
  color:#111!important;
  font-size:8px!important;
  padding:6px 8px!important;
}
.news-grid-four .news-content{
  padding:16px!important;
}
.news-grid-four .news-content small{
  color:#7b8490!important;
  font-size:8px!important;
}
.news-grid-four .news-content h3{
  font-size:17px!important;
  line-height:1.20!important;
  letter-spacing:-.02em!important;
  color:#121820!important;
  margin:8px 0 9px!important;
}
.news-grid-four .news-content p{
  color:#626b75!important;
  font-size:11.5px!important;
  line-height:1.48!important;
  margin-bottom:14px!important;
}
.news-grid-four .news-read{
  background:#111820!important;
  border-radius:3px!important;
  padding:10px 12px!important;
  font-size:8px!important;
}

/* Responsive */
@media(max-width:1050px){
  .navlinks{gap:12px!important}
  .navlinks a{font-size:8px!important}
  .hero{height:820px!important;min-height:820px!important}
  .hero h1{font-size:clamp(56px,10vw,100px)!important}
}
@media(max-width:760px){
  .header nav{height:70px!important}
  .logo{min-width:auto!important}
  .logo span{display:none!important}
  .navlinks{
    top:70px!important;
    background:rgba(10,12,15,.92)!important;
    backdrop-filter:blur(14px)!important;
    border:1px solid rgba(255,255,255,.10)!important;
  }
  .live-link{display:none!important}
  .hero{
    height:760px!important;
    min-height:760px!important;
  }
  .hero-copy{
    padding:95px 18px 55px!important;
  }
  .hero-brand-kicker{font-size:13px!important;letter-spacing:.38em!important;text-indent:.38em!important}
  .hero h1{font-size:clamp(48px,15vw,76px)!important}
  .hero-tagline{font-size:10px!important;letter-spacing:.30em!important;text-indent:.30em!important}
  .hero-copy>p{font-size:13px!important}
  .actions{width:100%!important}
  .btn{width:100%!important;text-align:center!important}
  .hero-meta{font-size:7px!important;letter-spacing:.10em!important}
  .news-grid-four{grid-template-columns:1fr!important}
}
