:root{--ink:#17221b;--green:#5daf2f;--deep:#1e5a38;--orange:#f7941d;--cream:#f7f7f2;--white:#fff;--muted:#627067}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--cream);line-height:1.6}
a{color:inherit}
.wrap{width:min(1160px,calc(100% - 40px));margin:auto}
.top{background:#133925;color:white;font-size:.9rem;padding:7px 0}
.top .wrap{display:flex;justify-content:space-between;gap:20px}
.lang{display:flex;gap:8px;align-items:center}
.lang button{border:1px solid #ffffff80;background:transparent;color:#fff;font-weight:800;cursor:pointer;padding:6px 12px;border-radius:6px;font-size:.9rem}
.lang button:hover,.lang button:focus-visible{background:#ffffff18;outline:2px solid #ffd28d;outline-offset:2px}
.lang button.active{background:var(--orange);border-color:var(--orange);color:#17221b}
header{background:white;position:sticky;top:0;z-index:20;box-shadow:0 2px 16px #10201418}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:112px;gap:30px}
.brand img{width:240px;height:100px;object-fit:contain}
.links{display:flex;align-items:center;gap:24px;font-weight:700}
.links a{text-decoration:none}
.btn{display:inline-block;background:var(--orange);color:#17221b;text-decoration:none;font-weight:800;padding:13px 20px;border-radius:6px}
.btn.green{background:var(--deep);color:white}
.event-menu-btn{white-space:nowrap}
.hero{min-height:610px;display:grid;align-items:center;background:linear-gradient(90deg,#10281eeF 0%,#173c2ccF 52%,#173c2c30 100%),url('assets/program-mision-cumplida.png') center/cover}
.hero-copy{max-width:720px;color:white;padding:90px 0}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:#ffd28d}
.hero h1{font-family:Georgia,serif;font-size:clamp(2.8rem,6vw,5rem);line-height:1.05;margin:14px 0 24px}
.hero p{font-size:1.25rem;max-width:650px}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}

.proof{background:var(--orange);color:#17221b;padding:42px 0}
.proof .wrap{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:38px}
.proof strong{font-family:Georgia,serif;font-size:clamp(4.5rem,10vw,7rem);line-height:.9}
.proof h2{font-family:Georgia,serif;font-size:clamp(2rem,4.6vw,3.6rem);line-height:1.05;margin:0 0 12px}
.proof p{font-size:1.2rem;font-weight:700;margin:0;max-width:850px}
.section{padding:82px 0}
.section.white{background:white}
.section h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;margin:0 0 18px;color:var(--deep)}
.lead{font-size:1.18rem;max-width:800px;color:#435148}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:38px}
.card{background:white;border:1px solid #dce4dc;border-radius:14px;padding:28px;box-shadow:0 12px 35px #173c2c12}
.card h3{margin-top:0;color:var(--deep)}
.impact{background:var(--deep);color:white}
.impact h2{color:white}
.numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:35px}
.number strong{display:block;color:#ffd28d;font-family:Georgia,serif;font-size:3.1rem}
.event-strip{background:linear-gradient(120deg,#4b1c12,#ad4b17);color:white}
.event-strip h2{color:white}
.event-meta{font-size:1.2rem;font-weight:700}
.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:35px}
.tier{background:white;color:var(--ink);border-radius:14px;padding:28px;border-top:8px solid #aaa}
.tier.gold{border-color:#d5a021}
.tier.platinum{border-color:#676b70}
.tier .price{font-size:2.2rem;font-weight:900;color:var(--deep)}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}
.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px;background:#ddd}
.notice{background:#fff3dd;border-left:5px solid var(--orange);padding:16px 20px;margin:25px 0}
.page-hero{padding:85px 0;background:var(--deep);color:white}
.page-hero h1{font-family:Georgia,serif;font-size:clamp(2.5rem,5vw,4.4rem);margin:0}
.page-hero p{font-size:1.18rem;max-width:760px}
.event-video-section{background:#101a14;color:white;text-align:center}
.event-video-heading{max-width:780px;margin:0 auto 30px}
.event-video-heading h2{color:white;margin-top:10px}
.event-video-frame{max-width:980px;margin:auto;background:#000;border:1px solid #ffffff2b;border-radius:16px;overflow:hidden;box-shadow:0 24px 70px #0007}
.event-video-frame video{display:block;width:100%;height:auto;aspect-ratio:16/9;background:#000}
.progress{height:18px;background:#ffffff40;border-radius:20px;overflow:hidden;margin:18px 0 8px}
.progress span{display:block;width:0;height:100%;background:#ffd28d}
.donate-section{background:#eef5ef}
.donate-card{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.8fr);gap:22px 50px;align-items:center;background:white;border:1px solid #d7e4d8;border-radius:18px;padding:42px;box-shadow:0 16px 42px #173c2c14}
.donate-card h2{margin-top:8px}
.zelle-box{display:flex;flex-direction:column;gap:6px;background:var(--deep);color:white;border-radius:14px;padding:28px;text-align:center}
.zelle-box .zelle-label{color:#ffd28d;font-weight:900;font-size:1.25rem;letter-spacing:.08em;text-transform:uppercase}
.zelle-box strong{font-size:clamp(1.35rem,3vw,1.8rem);overflow-wrap:anywhere}
.donation-note{grid-column:1/-1;margin:0;padding-top:18px;border-top:1px solid #dce4dc;color:#435148}
footer{background:#0e2619;color:white;padding:45px 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr;gap:30px}
.small{font-size:.9rem;color:#c9d6ce}
.en,.es{display:none}
body[data-lang="en"] .en,body[data-lang="es"] .es{display:initial}
body[data-lang="en"] div.en,body[data-lang="es"] div.es,body[data-lang="en"] section.en,body[data-lang="es"] section.es{display:block}
@media(max-width:800px){.links a:not(.btn){display:none}
.grid-3,.numbers,.tiers,.gallery,.footer-grid{grid-template-columns:1fr}
.donate-card{grid-template-columns:1fr;padding:28px 22px}
.hero{min-height:520px}
.hero-copy{padding:70px 0}
.top .wrap{font-size:.78rem}
.nav{min-height:88px}
.brand img{width:180px;height:78px}
.event-menu-btn{white-space:normal;text-align:center;font-size:.82rem;line-height:1.2;padding:10px 12px;max-width:190px}
.proof .wrap{grid-template-columns:1fr;gap:10px}
}
