/* Adaptación original de patrones de navegación y módulos editoriales. Identidad de Rosaura. */
:root{--model-red:#c52330;--model-red-dark:#931b25;--model-ink:#1d1d1d;--model-white:#fff;--model-gray:#f6f5f3}
body{background:#fff;color:var(--model-ink)}.site-header{border-bottom:0;box-shadow:0 2px 12px #00000012;position:relative;z-index:60}.model-header-grid{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:13px;padding-bottom:9px}.model-header-grid .brand-mark{background:var(--model-red);transform:none}.quick-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.quick-actions a{background:var(--model-red);color:#fff;text-decoration:none;padding:12px 16px;border-radius:4px;font-size:.77rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.quick-actions a:last-child{background:#20a95a}.model-nav-bar{border-top:1px solid #eee}.model-nav-inner{display:flex;justify-content:flex-end;align-items:center;min-height:52px}.model-nav-inner .nav-list{gap:0}.model-nav-inner .nav-list a{padding:14px 16px;font-weight:700;text-transform:none;font-size:.88rem;color:#444}.model-nav-inner .nav-list a:hover,.model-nav-inner .nav-list a[aria-current=page]{color:var(--model-red);background:#fff5f5}.model-nav-inner .nav-list .nav-cta{background:transparent;color:#444}.model-nav-inner .nav-toggle{color:var(--model-red)}
.model-slider{position:relative;overflow:hidden;background:#f6f6f6}.model-slide{display:none;grid-template-columns:42% 58%;min-height:min(620px,73vh);background:#fff}.model-slide.active{display:grid}.model-slide-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(45px,6vw,90px) clamp(28px,5vw,72px);max-width:680px;margin-left:auto}.model-slide .eyebrow{color:var(--model-red);font-weight:900;text-transform:uppercase;letter-spacing:.12em}.model-slide h1,.model-slide h2{font-size:clamp(3rem,5.3vw,5.7rem);line-height:.97;margin:.3em 0 .32em;text-transform:uppercase;letter-spacing:-.045em}.model-slide h1 span{display:block;color:var(--model-red)}.model-slide p:not(.eyebrow){font-size:clamp(1rem,1.4vw,1.28rem);line-height:1.55;color:#474747}.model-slide-image{min-height:400px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f3f3f3}.model-slide-image img{width:100%;height:100%;max-height:640px;object-fit:cover;object-position:center}.model-slide:first-child .model-slide-image img{object-fit:contain;padding:32px}.model-slide-image.valley img{object-fit:cover}.model-slide .button{box-shadow:none}.slider-controls{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:16px;background:#fff;border-radius:35px;padding:5px 8px;box-shadow:0 4px 18px #0002}.slider-controls button{border:0;background:var(--model-red);color:#fff;border-radius:50%;width:34px;height:34px;font-size:1.4rem;cursor:pointer}.slider-controls span{font-size:.78rem;font-weight:800;min-width:40px;text-align:center}
.model-quicklinks{background:var(--model-red)}.model-quicklinks>.container{display:grid;grid-template-columns:repeat(4,1fr)}.model-quicklinks a{color:#fff;text-decoration:none;padding:22px 14px;border-right:1px solid #ffffff60;text-align:center;font-weight:800}.model-quicklinks a:last-child{border-right:0}.model-quicklinks span{font-size:.72rem;opacity:.7;margin-right:8px}.model-quicklinks a:hover{background:#951c27}
.model-section-head{text-align:center;max-width:750px;margin:0 auto 42px}.model-section-head h2{font-size:clamp(2.2rem,4vw,3.9rem);margin:.2em 0}.model-section-head p:last-child{color:#555}.model-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.model-cards a{background:#fff;border:1px solid #e8e4e1;padding:25px;text-decoration:none;min-height:275px;box-shadow:0 8px 28px #0000000b;display:flex;flex-direction:column}.model-cards a:hover{border-color:var(--model-red);transform:translateY(-3px)}.model-cards span{font-size:.85rem;font-weight:900;color:var(--model-red)}.model-cards h3{font-size:1.4rem;text-transform:uppercase;margin:24px 0 10px}.model-cards p{font-size:.9rem;color:#555}.model-cards b{margin-top:auto;color:var(--model-red);font-size:.8rem}.model-principles .actions{justify-content:center;margin-top:34px}.model-plan-banner{background:var(--model-red);color:#fff;padding:62px 0}.model-plan-banner>.container{display:flex;justify-content:space-between;align-items:center;gap:30px}.model-plan-banner h2{font-size:clamp(2.2rem,4vw,3.8rem);margin:.15em 0}.model-plan-banner p{margin-bottom:0}.model-plan-banner .kicker{color:#ffd5d7}.model-plan-banner .button.secondary{background:#fff;border-color:#fff;color:var(--model-red);box-shadow:none;white-space:nowrap}
.model-news{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.model-news article{background:#fff;border:1px solid #e9e9e9;box-shadow:0 8px 25px #0000000a}.model-news img{width:100%;height:210px;object-fit:cover;display:block}.model-news article>div{padding:24px}.model-news small{color:var(--model-red);font-weight:900;text-transform:uppercase}.model-news h3{font-size:1.35rem;line-height:1.2}.model-news p{color:#555;font-size:.9rem}.model-news a{color:var(--model-red);font-weight:800}.model-media{background:var(--model-gray)}.model-media-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.model-media-grid h2{font-size:clamp(2.3rem,4vw,4rem)}.model-media-grid video{max-height:430px;max-width:300px;width:100%;background:#181818;justify-self:center;border-radius:5px}
.model-subhero{background:var(--model-red);color:#fff;padding:75px 0}.model-subhero .eyebrow{color:#ffd5d7;text-transform:uppercase;font-weight:900}.model-subhero h1{font-size:clamp(2.8rem,6vw,5rem);text-transform:uppercase;margin:.25em 0}.model-subhero p:last-child{max-width:720px;font-size:1.14rem}.model-proposals{max-width:960px}.model-proposal{display:grid;grid-template-columns:95px 1fr;gap:25px;border-top:1px solid #ddd;padding:35px 0;scroll-margin-top:25px}.model-proposal .number{color:var(--model-red);font-size:2.5rem;font-weight:900}.model-proposal h2{font-size:2rem;margin:0 0 12px;text-transform:uppercase}.model-proposal li{margin:9px 0;line-height:1.6}.model-proposal ul{padding-left:20px}.model-proposals .callout{margin-top:30px}.page-hero{background:var(--model-red);border-bottom:0}.page-hero .eyebrow{color:#ffdddd}.section.dark,.priorities-band{background:#252525}.fact-band{background:#fff4f3}.site-footer{background:#1b1b1b;border-top:5px solid var(--model-red)}.footer-title{color:#ffbfc3}.site-footer a{color:#fff}.whatsapp-float{position:fixed;z-index:90;right:19px;bottom:19px;display:flex;align-items:center;gap:8px;background:#1fae59;color:#fff;border-radius:40px;padding:13px 17px;text-decoration:none;box-shadow:0 6px 20px #0004;font-size:.9rem}.whatsapp-float span{border:1.5px solid #fff;border-radius:50%;width:25px;height:25px;display:grid;place-items:center}.whatsapp-float:hover{background:#118342}.mobile-action{display:none!important}
@media(max-width:950px){.model-cards{grid-template-columns:repeat(2,1fr)}.model-nav-inner .nav-list a{padding:12px 8px}.model-slide{grid-template-columns:45% 55%}.model-slide-copy{padding:35px}}
@media(max-width:800px){body{padding-bottom:0}.model-header-grid{align-items:flex-start;flex-direction:column}.quick-actions{gap:6px}.quick-actions a{padding:8px 10px;font-size:.69rem}.model-nav-inner{justify-content:flex-start}.model-nav-inner nav{width:100%}.model-nav-inner .nav-list{display:none;position:static;border:0;padding:0}.model-nav-inner .nav-list.open{display:flex;flex-direction:column;align-items:stretch;background:#fff}.model-nav-inner .nav-list li{width:100%}.model-slide.active{display:flex;flex-direction:column}.model-slide-copy{order:1;padding:35px 22px 60px;margin:0}.model-slide-image{order:0;min-height:260px;height:38vh}.model-slide-image img{max-height:none}.model-slide:first-child .model-slide-image img{padding:8px}.model-slide h1,.model-slide h2{font-size:clamp(2.6rem,10vw,4rem)}.model-slide p:not(.eyebrow){font-size:1rem}.model-quicklinks>.container{grid-template-columns:1fr 1fr;padding:0}.model-quicklinks a{padding:17px 10px;font-size:.85rem}.model-cards,.model-news,.model-media-grid{grid-template-columns:1fr}.model-cards a{min-height:225px}.model-plan-banner>.container{flex-direction:column;align-items:flex-start}.model-proposal{grid-template-columns:50px 1fr;gap:10px}.model-proposal .number{font-size:1.8rem}.whatsapp-float{right:12px;bottom:12px}.whatsapp-float strong{display:none}}
.model-mini-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:24px 0}.model-mini-gallery figure{margin:0;min-width:0}.model-mini-gallery img{width:100%;height:120px;object-fit:cover;border-radius:4px}.model-mini-gallery figcaption{font-size:.72rem;color:#555;margin-top:5px}.profile-feature-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:7%;align-items:center}.profile-feature-grid h2{font-size:clamp(2.3rem,4vw,4.4rem)}.profile-feature-grid p{max-width:620px}.profile-feature-grid video{width:min(100%,330px);max-height:590px;justify-self:center;background:#111;border-radius:5px}.profile-feature-grid .model-mini-gallery{grid-template-columns:repeat(2,minmax(0,1fr));max-width:440px}.model-media .actions{margin-top:22px}.model-media .button.secondary{background:#fff;color:#b61e2b;border:2px solid #b61e2b;box-shadow:none}
.model-proposal{grid-template-columns:65px minmax(0,1fr) 230px;align-items:center}.proposal-image{margin:0}.proposal-image img{width:230px;height:160px;object-fit:cover;border-radius:5px}.proposal-image figcaption{font-size:.68rem;line-height:1.3;color:#666;margin-top:5px}.legal-copy{max-width:780px}.legal-copy h2{font-size:1.7rem;line-height:1.2;margin-top:2.3rem}.legal-copy p{font-size:1rem}.legal-copy code{overflow-wrap:anywhere}.footer-cookie-button{border:0;padding:0;background:none;color:#fff;text-decoration:underline;cursor:pointer;font-size:inherit}.footer-bottom a{color:#fff}.cookie-banner{position:fixed;z-index:150;left:14px;right:14px;bottom:14px;max-width:780px;margin:auto;background:#fff;color:#222;border:1px solid #ddd;border-top:5px solid #c52330;border-radius:5px;box-shadow:0 12px 45px #0004;padding:21px 24px}.cookie-banner h2{font-family:inherit;font-size:1.2rem;margin:0 0 7px;line-height:1.2}.cookie-banner p{font-size:.9rem;line-height:1.45;margin:0 0 13px}.cookie-banner a{color:#9a1c27}.cookie-actions{display:flex;flex-wrap:wrap;gap:9px}.cookie-actions button{padding:9px 14px;background:#fff;border:2px solid #b92733;color:#a11c28;border-radius:3px;font-weight:800;cursor:pointer}.cookie-actions button:hover,.cookie-actions button:focus-visible{background:#fce9eb}.cookie-actions button[data-cookie-choice=accept]{background:#c52330;color:#fff}.cookie-details{margin:12px 0;border:1px solid #ddd;padding:12px;background:#fafafa}.cookie-details[hidden],.cookie-banner[hidden]{display:none}.cookie-open .whatsapp-float{display:none}.cookie-banner .cookie-note{color:#555;font-size:.78rem;margin:8px 0 0}
@media(max-width:800px){.profile-feature-grid{grid-template-columns:1fr}.profile-feature-grid video{max-height:560px}.model-proposal{grid-template-columns:40px 1fr;gap:14px}.proposal-image{grid-column:2}.proposal-image img{width:100%;height:200px}.cookie-banner{left:8px;right:8px;bottom:8px;padding:15px}.cookie-actions button{flex:1 1 auto}.model-mini-gallery img{height:100px}}

.model-news.two-cards{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1050px;margin:auto}.model-news.two-cards img{height:270px}
@media(max-width:800px){.model-news.two-cards{grid-template-columns:1fr}.model-news.two-cards img{height:220px}}

/* Video protagonista y trayectoria electoral */
.brand-logo{width:76px;height:66px;object-fit:contain;flex:none;border-radius:3px}.model-media{background:#1d2624 url('assets/img/monzon-chipaco.jpg') center/cover no-repeat;color:#fff;position:relative}.model-media:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,22,20,.95),rgba(14,22,20,.7))}.model-media>.container{position:relative}.model-media-grid{grid-template-columns:minmax(280px,.8fr) minmax(450px,1.2fr);gap:5%;align-items:center}.model-media-copy h2{font-size:clamp(2.5rem,4.2vw,4.8rem);line-height:1.03}.model-media-copy p:not(.kicker){font-size:1.12rem;color:#f5eeee}.model-media-copy .kicker{color:#ff9098}.model-media-copy .model-mini-gallery{max-width:520px}.model-media-copy .model-mini-gallery img{height:120px;display:block}.model-video-stage{min-height:680px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:25px;background:linear-gradient(#1115,#111b),url('assets/img/monzon-puente.jpg') center/cover no-repeat;border-radius:9px}.model-video-stage video{width:min(100%,440px);max-width:none;max-height:730px;aspect-ratio:480/854;object-fit:contain;background:#111;border-radius:6px;box-shadow:0 12px 32px #0008;scroll-margin-top:24px}.model-video-stage .video-hint{color:#fff;font-size:.83rem;text-align:center;margin:12px 0 0}.electoral-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.electoral-cards article{border:1px solid #e5dddd;border-top:5px solid #c52330;padding:25px;background:#fff;box-shadow:0 8px 24px #0000000a;display:flex;flex-direction:column}.electoral-cards .election-year{color:#c52330;font-size:2.7rem;font-weight:900;line-height:1}.electoral-cards article>p:first-of-type{text-transform:uppercase;letter-spacing:.06em;font-size:.76rem;font-weight:800;margin:16px 0 6px}.electoral-cards h3{font-size:1.55rem;margin:0}.electoral-cards article>p:nth-of-type(2){font-size:.92rem;margin:18px 0 4px}.electoral-cards small{color:#555}.electoral-cards strong{align-self:flex-start;color:#14623b;background:#e8f5ed;padding:6px 12px;border-radius:20px;margin-top:auto;transform:translateY(14px);font-size:.78rem;text-transform:uppercase}.proposal-video-link{position:relative;display:block;overflow:hidden;border-radius:5px;color:#fff}.proposal-video-link img{display:block}.proposal-video-link>span{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,#111e);padding:23px 12px 10px;font-size:.8rem;font-weight:800;text-align:center}.proposal-video-link:hover img,.proposal-video-link:focus-visible img{transform:scale(1.04)}.proposal-video-link:focus-visible{outline:3px solid #c52330;outline-offset:3px}
@media(max-width:900px){.model-media-grid{grid-template-columns:1fr}.model-video-stage{min-height:0}.electoral-cards{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.model-media-copy .model-mini-gallery img{height:90px}.model-video-stage{padding:12px}.model-video-stage video{width:min(100%,420px);max-height:70vh}.electoral-cards{grid-template-columns:1fr}}

.hero-audio-button{margin-top:20px;border:1px solid #c52330;border-radius:40px;background:#fff;color:#a41823;padding:11px 18px;font:inherit;font-weight:800;cursor:pointer}.hero-audio-button:hover,.hero-audio-button:focus-visible{background:#fce9eb}.hero-audio-button[aria-pressed=true]{background:#c52330;color:#fff}

/* Cierre de campaña: cartel aportado y material de actividades */
.campaign-closing{background:#fff8f6}.closing-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.68fr);gap:6%;align-items:center}.closing-copy h2{font-size:clamp(2.6rem,5vw,5rem);line-height:1.02;margin:.15em 0}.closing-copy .closing-date{font-size:1.2rem;font-weight:800;color:#9d1f29}.closing-schedule{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0}.closing-schedule>div{border-left:4px solid #c52330;padding:10px 14px;background:#fff}.closing-schedule strong,.closing-schedule span{display:block}.closing-schedule span{font-size:.84rem;margin-top:4px;color:#454545}.closing-links{display:flex;flex-wrap:wrap;gap:11px;margin-top:23px}.closing-links .button.secondary{background:#fff;color:#a61d28;border:2px solid #a61d28;box-shadow:none}.closing-poster{display:block;max-width:450px;justify-self:center;text-align:center;color:#a61d28;font-weight:800}.closing-poster img{width:100%;height:auto;max-height:630px;object-fit:contain;display:block;box-shadow:0 16px 35px #40111630;border-radius:6px}.closing-poster span{display:block;padding-top:10px}.closing-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:36px}.closing-gallery img{width:100%;height:205px;object-fit:cover;object-position:center 25%;border-radius:5px}
@media(max-width:850px){.closing-layout{grid-template-columns:1fr}.closing-poster{max-width:420px}.closing-gallery img{height:155px}}
@media(max-width:600px){.closing-schedule{grid-template-columns:1fr}.closing-gallery{grid-template-columns:1fr 1fr}.closing-gallery img{height:135px}.closing-gallery img:last-child{grid-column:1 / -1;height:200px}}

/* Audio global, resumen del trabajo y perfiles sociales */
.site-audio-button{position:fixed;z-index:100;bottom:18px;left:18px;border:0;border-radius:36px;padding:13px 18px;background:#c52330;color:#fff;box-shadow:0 5px 20px #0005;font:inherit;font-size:.86rem;font-weight:800;cursor:pointer}.site-audio-button:hover,.site-audio-button:focus-visible{background:#931b25}.site-audio-button[aria-pressed=true]{background:#252525}.work-intro{background:#fff8f6;padding:clamp(65px,8vw,115px) 0}.work-intro-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(290px,.95fr);gap:7%;align-items:center}.work-intro h1{font-size:clamp(3rem,5vw,5.8rem);line-height:1.03;margin:.2em 0}.work-intro .work-lead{font-size:1.35rem;font-weight:700;color:#9b1f29}.work-intro p{max-width:660px;line-height:1.7}.work-intro figure{margin:0}.work-intro img{width:100%;max-height:600px;object-fit:cover;object-position:center;border-radius:6px}.work-intro figcaption{font-size:.78rem;color:#555;margin-top:8px}.social-follow{background:#262626;color:#fff}.social-follow-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.65fr);gap:7%;align-items:center}.social-follow h2{font-size:clamp(2.5rem,4vw,4.5rem)}.social-follow .kicker{color:#ffb7bc}.social-follow-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.social-follow .button.secondary{background:#fff;color:#a21c26;border-color:#fff;box-shadow:none}.social-follow img{width:100%;max-height:420px;object-fit:cover;object-position:center 30%;border-radius:6px}
@media(max-width:800px){.work-intro-grid,.social-follow-grid{grid-template-columns:1fr}.work-intro img{max-height:460px}.social-follow img{max-height:370px;max-width:400px}.site-audio-button{left:10px;bottom:10px;padding:10px 13px;font-size:.78rem}}

/* Superficies neutras y fichas de trabajo, sin fondo rosado */
.work-intro{background:#fff}.campaign-closing{background:#f2f3f0}.closing-schedule>div{background:#fff}.work-cases{background:#f3f4f2}.work-section-heading{max-width:790px;margin:0 auto 38px;text-align:center}.work-section-heading h2{font-size:clamp(2.3rem,4vw,4rem);margin:.2em 0}.work-section-heading p:last-child{color:#4b4b4b;line-height:1.6}.work-case-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.work-case{background:#fff;border:1px solid #e2e4e1;border-top:5px solid #c52330;padding:clamp(22px,3vw,34px);box-shadow:0 9px 24px #0000000a;display:flex;flex-direction:column;min-width:0}.work-case-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}.work-case time{font-weight:900;color:#9b1d27}.work-case-meta span{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#454545;background:#f1f2ef;padding:6px 9px;border-radius:2px}.work-case h3{font-size:clamp(1.45rem,2.2vw,2rem);line-height:1.2;margin:19px 0 11px}.work-case>p{line-height:1.65;color:#343434;margin:0 0 20px}.work-case-scope{background:#f5f6f4;border-left:3px solid #77817b;padding:14px 16px;margin-top:auto}.work-case-scope strong{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.work-case-scope p{font-size:.88rem;line-height:1.5;margin:6px 0 0;color:#454545}.work-case>small{font-weight:700;color:#555;margin-top:16px}
@media(max-width:760px){.work-case-grid{grid-template-columns:1fr}.work-case{padding:23px}.work-intro-grid{gap:28px}.work-intro img{max-height:410px}}

/* Trayectoria y diálogo */
.work-case>p{margin:0;line-height:1.65}.work-contact{margin-top:38px;padding:clamp(26px,4vw,50px);background:#1e2927;color:#fff;display:grid;grid-template-columns:1.5fr 1fr;align-items:center;gap:32px;border-radius:8px}.work-contact .kicker{color:#b4e4ca}.work-contact h2{font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.15;margin:.3em 0}.work-contact p:last-child{color:#ecf1ed;line-height:1.6}.work-contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.work-contact-actions>a:last-child{color:#fff;font-weight:800}.participate-contact{background:#fff}.participate-contact-grid{display:grid;grid-template-columns:1fr minmax(250px,.9fr);gap:6%;align-items:center}.participate-contact h2{font-size:clamp(2.5rem,4vw,4rem)}.participate-contact p{line-height:1.65}.participate-contact img{width:100%;height:340px;object-fit:cover;border-radius:6px}.participate-contact .button.secondary{background:#fff;border:2px solid #a61d28;color:#a61d28;box-shadow:none}.sdg-section{background:#f3f4f2}.sdg-heading{max-width:780px;margin:0 auto 36px;text-align:center}.sdg-heading h2{font-size:clamp(2.2rem,4vw,3.8rem);margin:.2em 0}.sdg-heading p:last-child{line-height:1.6;color:#4b4b4b}.sdg-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.sdg-card{min-width:0;background:#fff;color:#222;text-decoration:none;border:1px solid #e1e3df;display:flex;align-items:stretch;min-height:118px;box-shadow:0 6px 18px #0000000a}.sdg-card:hover,.sdg-card:focus-visible{outline:2px solid var(--sdg);outline-offset:2px}.sdg-number{background:var(--sdg);color:#fff;display:flex;align-items:center;justify-content:center;flex:none;width:82px;font-size:1rem;font-weight:900;line-height:1.1;text-align:center}.sdg-card-copy{padding:18px 14px;display:flex;flex-direction:column;justify-content:center;gap:6px}.sdg-card-copy strong{font-size:1.02rem;line-height:1.15}.sdg-card-copy small{font-size:.78rem;line-height:1.35;color:#444}.sdg-arrow{margin:auto 12px auto 0;color:#555}.sdg-source{font-size:.8rem;color:#555;margin-top:25px}.sdg-source a{color:#8d1d28}.sdg-goal-2 .sdg-number,.sdg-goal-6 .sdg-number,.sdg-goal-11 .sdg-number{color:#171717}
@media(max-width:950px){.sdg-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.work-contact,.participate-contact-grid{grid-template-columns:1fr}.participate-contact img{height:240px}.sdg-grid{grid-template-columns:1fr}.sdg-card{min-height:100px}}

/* Participación: una sola cabecera con contacto y paisaje */
.participate-hero{background:#c52330;color:#fff;padding:34px 0 clamp(60px,7vw,105px)}.participate-hero .crumb{margin:0 0 42px;color:#fff}.participate-hero .crumb a{color:#fff}.participate-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(290px,.92fr);gap:6%;align-items:center}.participate-hero .eyebrow{color:#ffe5e7;text-transform:uppercase;font-weight:900;letter-spacing:.06em}.participate-hero h1{font-size:clamp(3rem,5.7vw,6.4rem);text-transform:uppercase;line-height:.97;letter-spacing:-.04em;margin:.3em 0}.participate-lead{font-size:clamp(1.1rem,1.7vw,1.35rem);line-height:1.55;max-width:700px}.participate-note{line-height:1.55;max-width:660px;color:#ffe8e9}.participate-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:27px}.participate-actions .button{background:#fff;color:#9e1b25;border:2px solid #fff;box-shadow:none}.participate-actions .button.secondary{background:transparent;color:#fff}.participate-hero-image{margin:0;min-width:0}.participate-hero-image img{width:100%;height:clamp(310px,40vw,490px);object-fit:cover;object-position:45% center;border-radius:7px;display:block;box-shadow:0 18px 36px #620d1880}.participate-hero-image figcaption{font-size:.8rem;color:#fff;opacity:.9;margin-top:11px}.social-follow-portrait{margin:0;min-width:0}.social-follow-photo{width:100%;height:350px;object-fit:cover;object-position:center 35%;display:block;border-radius:6px}.social-follow-portrait figcaption{font-size:.8rem;color:#ddd;margin:9px 0 15px}.social-image-links{display:flex;flex-wrap:wrap;gap:10px}.social-image-links a{display:flex;align-items:center;gap:10px;background:#fff;color:#1d1d1d;text-decoration:none;font-size:.82rem;font-weight:800;padding:8px 12px 8px 8px;border-radius:5px;flex:1 1 190px;min-width:0}.social-image-links a:hover,.social-image-links a:focus-visible{outline:3px solid #fff;outline-offset:3px}.social-image-links img{width:42px;height:42px;flex:none;object-fit:contain}.social-image-links span{line-height:1.25}
@media(max-width:850px){.participate-hero-grid{grid-template-columns:1fr}.participate-hero-image img{height:320px}.social-follow-photo{height:320px}}
@media(max-width:600px){.participate-hero{padding-top:24px}.participate-hero .crumb{margin-bottom:27px}.participate-hero h1{font-size:clamp(2.7rem,12vw,4rem)}.participate-hero-image img{height:230px}.participate-actions .button{width:100%;text-align:center}.social-image-links{flex-direction:column}}

/* Accesos sociales en el pie de página */
.footer-social{display:flex;flex-direction:column;gap:9px;margin-top:17px}.footer-social a{display:flex;align-items:center;gap:10px;width:fit-content;max-width:100%;color:#fff;text-decoration:none;font-weight:800;font-size:.8rem;line-height:1.25}.footer-social a:hover span,.footer-social a:focus-visible span{text-decoration:underline}.footer-social img{width:36px;height:36px;flex:none;object-fit:contain}.social-follow{display:none}
/* Tarjetas inspiradas en los colores del valle y del letrero de Monzón */
.model-cards a{--card-accent:#2f8c72;--card-soft:#eff7f1;position:relative;background:linear-gradient(160deg,#fff 42%,var(--card-soft));border:1px solid #e1e6df;border-top:6px solid var(--card-accent);border-radius:7px;box-shadow:0 10px 24px #202d2212;transition:transform .18s ease,box-shadow .18s ease}.model-cards a:nth-child(2){--card-accent:#d64945;--card-soft:#fff0ed}.model-cards a:nth-child(3){--card-accent:#b3752b;--card-soft:#fff7e9}.model-cards a:nth-child(4){--card-accent:#188ea5;--card-soft:#ebf8f9}.model-cards a:nth-child(5){--card-accent:#4475aa;--card-soft:#edf4fc}.model-cards a:nth-child(6){--card-accent:#a24c83;--card-soft:#faf0f7}.model-cards a:nth-child(7){--card-accent:#649049;--card-soft:#f0f8eb}.model-cards a:hover,.model-cards a:focus-visible{border-color:var(--card-accent);box-shadow:0 17px 32px #202d2228;transform:translateY(-5px)}.model-cards span{width:42px;height:42px;background:var(--card-accent);border-radius:50%;color:#fff;display:grid;place-items:center;font-size:.8rem}.model-cards h3{margin-top:20px}.model-cards b{color:var(--card-accent)}
/* Video en la cabecera de las propuestas */
.proposal-hero{padding:clamp(45px,6vw,85px) 0}.proposal-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.82fr);align-items:center;gap:7%}.proposal-hero h1{line-height:1.02}.proposal-hero-video{margin:0;display:flex;flex-direction:column;align-items:center}.proposal-hero-video video{width:min(100%,340px);max-height:520px;aspect-ratio:368/464;object-fit:contain;background:#171717;border-radius:7px;box-shadow:0 14px 35px #5a081b6b}.proposal-hero-video figcaption{font-size:.8rem;color:#fff;margin-top:10px;text-align:center}
@media(max-width:800px){.proposal-hero-grid{grid-template-columns:1fr;gap:32px}.proposal-hero-video video{max-height:480px}}
@media(max-width:520px){.model-cards a{min-height:215px}.proposal-hero-video video{max-height:420px}}

/* Experiencia y recorrido en imágenes */
.legacy-section{background:#eee9df;padding:clamp(52px,6vw,86px) 0;border-top:6px solid #b07b42}.legacy-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:8%;align-items:center}.legacy-section .kicker{color:#96571e}.legacy-section h2{font-size:clamp(2.4rem,4.6vw,4.8rem);line-height:1.08;margin:.2em 0}.legacy-section p:last-child{font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.65;color:#393630}.journey-gallery{background:#1e2622;color:#fff}.journey-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.journey-heading .kicker{color:#f5c979}.journey-heading h2{font-size:clamp(2.3rem,4vw,4rem);margin:.2em 0}.journey-heading p:last-child{color:#e1e9e2;margin-bottom:0}.journey-controls{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.journey-controls button{border:1px solid #ffffffa6;background:#fff;color:#222;border-radius:5px;cursor:pointer;font:inherit;font-weight:800;min-width:42px;min-height:42px;padding:7px 12px}.journey-controls button:first-child,.journey-controls button:nth-child(3){font-size:1.5rem;line-height:1}.journey-controls button:hover,.journey-controls button:focus-visible{background:#f7d18e}.journey-controls span{font-size:.88rem;font-weight:800;min-width:66px;text-align:center}.journey-stage{background:#0f1613;border-radius:8px;overflow:hidden;min-height:360px}.journey-slide{margin:0}.journey-slide[hidden]{display:none!important}.journey-slide img{width:100%;height:min(64vw,600px);min-height:320px;object-fit:contain;display:block}.journey-slide figcaption{background:#18211c;color:#f0f0eb;text-align:center;padding:12px 20px;font-size:.9rem;min-height:45px}.participate-hero-image img{object-position:center center}
@media(max-width:800px){.legacy-grid{grid-template-columns:1fr;gap:8px}.journey-heading{align-items:flex-start;flex-direction:column}.journey-slide img{height:56vw;min-height:300px}}
@media(max-width:600px){.journey-stage{min-height:0}.journey-slide img{height:100vw;min-height:0}.journey-controls{width:100%;justify-content:center}.journey-heading{margin-bottom:20px}.legacy-section h2{font-size:clamp(2.1rem,8vw,3.2rem)}}

.sdg-goal-2{--sdg:#DDA63A}.sdg-goal-3{--sdg:#4C9F38}.sdg-goal-4{--sdg:#C5192D}.sdg-goal-6{--sdg:#26BDE2}.sdg-goal-8{--sdg:#A21942}.sdg-goal-9{--sdg:#FD6925}.sdg-goal-10{--sdg:#DD1367}.sdg-goal-11{--sdg:#FD9D24}.sdg-goal-15{--sdg:#56C02B}

/* Miniaturas con selección ampliada, desplazamiento horizontal */
.journey-thumbs{display:flex;align-items:center;gap:9px;overflow-x:auto;position:relative;padding:15px 3px 20px;scrollbar-color:#a68a58 #25302a;scrollbar-width:thin}.journey-thumb{border:2px solid transparent;border-radius:5px;padding:3px;background:#35463d;flex:0 0 76px;height:68px;cursor:pointer;transition:flex-basis .2s ease,height .2s ease,background .2s ease,border-color .2s ease}.journey-thumb img{width:100%;height:100%;display:block;object-fit:cover;border-radius:2px}.journey-thumb.is-active{flex-basis:142px;height:98px;background:#fff;border-color:#f6c975;box-shadow:0 4px 15px #0006}.journey-thumb:hover,.journey-thumb:focus-visible{border-color:#f6c975;outline:2px solid #fff;outline-offset:2px}@media(max-width:600px){.journey-thumb{flex-basis:62px;height:58px}.journey-thumb.is-active{flex-basis:108px;height:82px}}
/* Mostrar completo el nuevo cartel vertical de Rosaura. */
.participate-hero-image{display:flex;flex-direction:column;align-items:center}.participate-hero-image img{width:min(100%,430px);height:auto;max-height:none;object-fit:contain}.participate-hero-image figcaption{width:min(100%,430px)}
