:root{--red:#98172e;--red-dark:#64101f;--gold:#f0bd3f;--ink:#181513;--paper:#fffaf3;--muted:#f2ece4;--line:#d9cfc4;--white:#fff;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit}img{max-width:100%;height:auto;display:block}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.75rem;z-index:100}.site-header{height:82px;padding:.5rem max(1.25rem,calc((100% - var(--max))/2));display:flex;align-items:center;gap:2rem;background:rgba(255,250,243,.97);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.brand img{width:150px;height:auto}.site-header nav{display:flex;gap:1.6rem;margin-left:auto}.site-header nav a{text-decoration:none;font-weight:700}.site-header nav a:hover,.text-link:hover{color:var(--red)}.menu-button{display:none}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.35rem;border-radius:999px;background:var(--red);color:#fff;text-decoration:none;font-weight:800;border:2px solid var(--red);transition:.2s}.button:hover{background:var(--red-dark);border-color:var(--red-dark);transform:translateY(-1px)}.button-small{min-height:42px;padding:.55rem 1rem}.button-ghost{background:transparent;border-color:#fff}.button-ghost:hover{background:#fff;color:var(--red)}.hero{min-height:78vh;background:linear-gradient(90deg,rgba(15,8,5,.82),rgba(15,8,5,.2)),url('assets/images/hero-bg.jpg') center/cover;display:grid;align-items:center;color:#fff}.hero-content{width:min(var(--max),calc(100% - 2.5rem));margin:auto;padding:5rem 0;max-width:var(--max)}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.76rem;font-weight:900;color:var(--red);margin:0 0 .7rem}.hero .eyebrow{color:var(--gold)}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.06;margin:.2em 0}.hero h1{font-size:clamp(3rem,8vw,6.6rem);max-width:900px}.hero-copy{font-size:clamp(1.05rem,2vw,1.35rem);max-width:650px}.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem}.section{padding:6rem max(1.25rem,calc((100% - var(--max))/2))}.section h2,.form-shell h1{font-size:clamp(2.3rem,5vw,4.2rem);max-width:830px}.intro{text-align:center}.intro p{max-width:720px;margin:1rem auto}.intro .eyebrow{margin:auto}.muted{background:var(--muted)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem}.text-link{font-weight:800;color:var(--red);text-underline-offset:4px}.event-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.event-card,.form-card{background:#fff;padding:1.5rem;border:1px solid var(--line);border-radius:14px}.event-date{color:var(--red);font-weight:900;text-transform:capitalize}.empty-state{background:#fff;padding:2rem;border-left:5px solid var(--gold)}.edition-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}.edition-grid article{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.edition-grid article>img{width:100%;height:310px;object-fit:cover}.edition-grid article>div{padding:1.4rem}.edition-grid span{color:var(--red);font-weight:900}.gallery{background:#171311;color:#fff}.gallery .eyebrow{color:var(--gold)}.gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:.8rem;margin-top:2rem}.gallery-grid img{width:100%;height:280px;object-fit:cover}.gallery-grid img:first-child{grid-row:span 2;height:568px}.network-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.network-grid a{background:#fff;border:1px solid var(--line);padding:2rem;text-align:center;text-decoration:none;border-radius:16px;display:grid;justify-items:center;gap:.4rem}.network-grid img{width:120px;height:120px;object-fit:contain}.network-grid strong{font:700 1.4rem Georgia,serif}.network-grid span{color:#645c55}footer{background:#100e0d;color:#fff;padding:4rem max(1.25rem,calc((100% - var(--max))/2));display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}footer img{width:190px}footer div{display:flex;flex-direction:column;gap:.45rem}footer div a{color:#d8cec4}footer p{grid-column:1/-1;border-top:1px solid #403a36;padding-top:1.2rem;color:#aaa}.form-page{min-height:100vh}.form-shell{width:min(760px,calc(100% - 2.5rem));margin:6rem auto}.form-shell>p{font-size:1.1rem}.form-card{margin-top:2rem;padding:2rem}.form-card h2{font-size:2rem}@media(max-width:800px){.site-header{height:72px;gap:.6rem}.brand img{width:120px}.menu-button{display:block;margin-left:auto;background:transparent;border:1px solid var(--line);padding:.55rem;border-radius:8px}.site-header nav{display:none;position:absolute;left:0;right:0;top:71px;background:var(--paper);padding:1.2rem;flex-direction:column;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.site-header>.button{display:none}.hero{min-height:70vh}.section{padding-top:4rem;padding-bottom:4rem}.section-heading{align-items:start;flex-direction:column}.event-grid,.edition-grid,.network-grid,footer{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid img,.gallery-grid img:first-child{height:240px;grid-row:auto}.gallery-grid img:first-child{grid-column:span 2}footer p{grid-column:1}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
.event-card>img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:9px;margin-bottom:1rem}.agenda-more{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;margin-top:2rem}.button-outline{background:transparent;color:var(--red)}.listing-page,.event-detail{width:min(var(--max),calc(100% - 2.5rem));margin:0 auto;padding:6rem 0}.listing-page>h1,.event-detail h1{font-size:clamp(2.5rem,6vw,5rem)}.listing-page>.event-grid{margin-top:2.5rem}.event-detail-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:start;margin-top:2rem}.event-detail-grid>img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:18px}.event-lead{font-size:1.25rem}.verification-note{font-size:.85rem;color:#70665e;margin-top:2rem}@media(max-width:800px){.event-detail-grid{grid-template-columns:1fr}}

/* Reproductor premium de Sigan la Clave */
body{padding-bottom:92px}button,input{font:inherit}button{cursor:pointer}.header-radio{min-height:40px;display:inline-flex;align-items:center;gap:.55rem;padding:.5rem .85rem;border:1px solid rgba(152,23,46,.25);border-radius:999px;background:#fff;color:var(--red);font-weight:900;white-space:nowrap}.header-radio:hover,.header-radio.is-playing{background:var(--red);color:#fff}.live-mini{width:.55rem;height:.55rem;border-radius:50%;background:#ef3340;box-shadow:0 0 0 4px rgba(239,51,64,.13);flex:none}.is-playing .live-mini{animation:radio-pulse 1.3s infinite}.button-live{gap:.65rem;background:var(--gold);border-color:var(--gold);color:#261c10}.button-live:hover,.button-live.is-playing{background:#ffd466;border-color:#ffd466;color:#261c10}.listen-inline{margin:2rem auto 0;min-width:300px;display:flex;align-items:center;gap:1rem;text-align:left;padding:.65rem .75rem;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 12px 35px rgba(39,27,20,.08);color:var(--ink)}.listen-inline:hover{border-color:var(--red);transform:translateY(-2px)}.listen-inline>span:nth-child(2){display:grid;line-height:1.25}.listen-inline small{color:#726860}.listen-inline b{margin-left:auto;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--red);color:#fff}.listen-bars{width:44px;height:44px;display:flex;justify-content:center;align-items:center;gap:3px;border-radius:10px;background:var(--red);overflow:hidden}.listen-bars i{display:block;width:3px;height:20px;border-radius:4px;background:var(--gold);animation:radio-bars .9s ease-in-out infinite alternate}.listen-bars i:nth-child(2){height:30px;animation-delay:.25s}.listen-bars i:nth-child(3){height:14px;animation-delay:.5s}.listen-inline:not(.is-playing) .listen-bars i{animation-play-state:paused}.network-grid>a,.network-radio{background:#fff;border:1px solid var(--line);padding:2rem;text-align:center;text-decoration:none;border-radius:16px;display:grid;justify-items:center;gap:.4rem}.network-radio{position:relative;border-color:rgba(152,23,46,.35);box-shadow:inset 0 4px 0 var(--red)}.network-radio button{display:inline-flex;align-items:center;gap:.55rem;margin-top:.65rem;padding:.7rem 1rem;border:0;border-radius:999px;background:var(--red);color:#fff;font-weight:900}.network-radio>a{font-size:.82rem;color:#6b625b;text-underline-offset:3px}
.radio-dock{position:fixed;z-index:1000;left:50%;bottom:14px;transform:translateX(-50%);width:min(920px,calc(100% - 28px));min-height:72px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:10px 12px;color:#fff;background:linear-gradient(105deg,#130f11 0%,#24151b 58%,#41101f 100%);border:1px solid rgba(255,255,255,.14);border-radius:18px;box-shadow:0 18px 55px rgba(24,5,11,.46),inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(18px)}.radio-dock:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(90deg,transparent 0 55%,rgba(240,189,63,.08))}.radio-art-wrap{position:relative;width:52px;height:52px}.radio-art{width:52px;height:52px;object-fit:cover;border-radius:11px;background:#fff}.radio-live-pulse{position:absolute;right:-3px;bottom:-3px;width:13px;height:13px;border:3px solid #151113;border-radius:50%;background:#ef3340}.radio-dock[data-state="playing"] .radio-live-pulse{animation:radio-pulse 1.3s infinite}.radio-copy{min-width:0;line-height:1.2}.radio-station{display:flex;align-items:center;gap:7px;font-size:.78rem;font-weight:900;letter-spacing:.03em}.radio-live-label{padding:3px 6px;border-radius:4px;background:#ef3340;font-size:.6rem;letter-spacing:.12em}.radio-track{margin-top:5px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.radio-status{margin-top:3px;color:#bcb1b5;font-size:.7rem}.radio-actions{display:flex;align-items:center;gap:14px;position:relative}.radio-volume{display:flex;align-items:center;gap:8px}.radio-volume svg{width:19px;height:19px;fill:#d6ccd0}.radio-volume input{width:92px;accent-color:var(--gold)}.radio-main-control{position:relative;width:48px;height:48px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--gold);color:#271a10;box-shadow:0 8px 20px rgba(240,189,63,.2)}.radio-main-control:hover{transform:scale(1.05)}.radio-main-control svg{width:24px;height:24px;fill:currentColor}.icon-pause,.radio-spinner{display:none}.radio-dock[data-state="playing"] .icon-play{display:none}.radio-dock[data-state="playing"] .icon-pause{display:block}.radio-dock[data-state="loading"] .icon-play{display:none}.radio-dock[data-state="loading"] .radio-spinner{display:block;width:22px;height:22px;border:3px solid rgba(39,26,16,.3);border-top-color:#271a10;border-radius:50%;animation:radio-spin .8s linear infinite}@keyframes radio-spin{to{transform:rotate(360deg)}}@keyframes radio-pulse{50%{box-shadow:0 0 0 7px rgba(239,51,64,0)}}@keyframes radio-bars{to{height:8px}}
@media(max-width:1050px){.site-header nav{gap:1rem}.header-radio span:last-child{display:none}.header-radio{padding:.65rem}.site-header{gap:1rem}}@media(max-width:800px){body{padding-bottom:88px}.header-radio{margin-left:auto}.radio-dock{bottom:8px;width:calc(100% - 16px);min-height:70px;gap:10px;padding:9px;border-radius:15px}.radio-art-wrap,.radio-art{width:48px;height:48px}.radio-volume{display:none}.radio-track{font-size:.86rem}.radio-status{font-size:.65rem}.radio-main-control{width:44px;height:44px}.listen-inline{min-width:0;width:100%;max-width:340px}.site-header>.header-radio+ .button{display:none}}@media(prefers-reduced-motion:reduce){.live-mini,.listen-bars i,.radio-live-pulse{animation:none!important}}

/* Dirección editorial: títulos centrados y profundidad visual */
.radio-dock{left:0;right:0;bottom:0;transform:none;width:100%;min-height:70px;border-radius:0;border-width:1px 0 0;padding:8px max(18px,calc((100% - 980px)/2));grid-template-columns:48px minmax(0,1fr) auto;box-shadow:0 -10px 35px rgba(24,5,11,.32)}.radio-dock:before{border-radius:0}.radio-art-wrap,.radio-art{width:46px;height:46px}.radio-dock svg{max-width:24px!important;max-height:24px!important}.radio-volume svg{width:19px!important;height:19px!important}.radio-main-control svg{width:24px!important;height:24px!important}.whatsapp-float svg{width:30px!important;height:30px!important;max-width:30px!important;max-height:30px!important}.whatsapp-float{bottom:88px}.radio-main-control{width:46px;height:46px}@media(max-width:800px){body{padding-bottom:70px}.radio-dock{bottom:0;width:100%;min-height:66px;padding:8px 10px;border-radius:0;grid-template-columns:44px minmax(0,1fr) 42px}.radio-art-wrap,.radio-art{width:42px;height:42px}.radio-main-control{width:42px;height:42px}.whatsapp-float{bottom:78px}}
.network-grid .network-radio>a{display:inline;background:transparent;border:0;border-radius:0;padding:.35rem;font-size:.82rem;color:#6b625b;text-underline-offset:3px}
.section>.eyebrow,.section>h2,.section-heading{text-align:center}.section>h2{margin-left:auto;margin-right:auto}.section-heading{flex-direction:column;align-items:center;gap:.8rem}.section-heading>div{width:100%}.section-heading .eyebrow,.section-heading h2{margin-left:auto;margin-right:auto}.hero{background-position:center}.hero-content{text-align:center;display:grid;justify-items:center}.hero-copy{margin-left:auto;margin-right:auto}.hero .actions{justify-content:center}.intro{position:relative;overflow:hidden}.intro:before{content:"";position:absolute;width:340px;height:340px;left:-170px;top:-170px;border:1px solid rgba(152,23,46,.12);border-radius:50%;box-shadow:0 0 0 55px rgba(152,23,46,.025)}.muted{background:linear-gradient(180deg,#f4eee7 0%,#eee4da 100%)}.edition-grid article,.network-grid>a,.network-radio,.event-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.edition-grid article:hover,.network-grid>a:hover,.network-radio:hover,.event-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(52,35,25,.12);border-color:rgba(152,23,46,.3)}.gallery{text-align:center;background:radial-gradient(circle at 50% 0%,#34231d 0,#171311 48%)}.gallery-grid{text-align:left}.network{text-align:center}.listing-page{text-align:center}.listing-page>.event-grid,.event-detail{text-align:left}.form-shell{text-align:center}.form-card{text-align:left}.eyebrow:after{content:"";display:block;width:38px;height:2px;margin:.65rem auto 0;background:currentColor;opacity:.5}.event-card .event-date:after,.hero .eyebrow:after{display:none}.whatsapp-float{position:fixed;z-index:1100;right:20px;bottom:108px;width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 12px 30px rgba(16,105,49,.35);transition:transform .2s ease,box-shadow .2s ease}.whatsapp-float:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 16px 34px rgba(16,105,49,.43)}.whatsapp-float svg{width:30px;height:30px;fill:currentColor}@media(max-width:800px){.whatsapp-float{right:14px;bottom:92px;width:48px;height:48px}.whatsapp-float svg{width:26px;height:26px}.section>.eyebrow,.section>h2{text-align:center}.hero h1{font-size:clamp(2.7rem,13vw,4.6rem)}}
